|
|
|
1 | 2024-12-19T00:11:24.582Z | job assigned to worker 01JFE415WFDHHRDXZ2DM3ZBGG9 [factory aws, i-0fd471a3b343726e9] (queued for 48 s) |
|
2 | 2024-12-19T00:11:32.114Z | starting task 0: "setup" |
3 | 2024-12-19T00:11:32.122Z | ++ uname -s |
4 | 2024-12-19T00:11:32.125Z | + kern=SunOS |
5 | 2024-12-19T00:11:32.125Z | + case "$kern" in |
6 | 2024-12-19T00:11:32.125Z | + groupadd -g 12345 build |
7 | 2024-12-19T00:11:32.130Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T00:11:34.135Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T00:11:34.299Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T00:11:34.301Z | + home_fs=zfs |
11 | 2024-12-19T00:11:34.301Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T00:11:34.301Z | + mkdir -p /home/build |
13 | 2024-12-19T00:11:34.304Z | + chown build:build /home/build /work |
14 | 2024-12-19T00:11:36.305Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T00:11:36.307Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2024-12-19T00:11:36.314Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T00:11:36.318Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T00:11:36.318Z | ' 1.81.0 |
19 | 2024-12-19T00:11:36.322Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-19T00:11:36.322Z | * toolchain channel = "1.81.0" |
21 | 2024-12-19T00:11:36.322Z | * toolchain profile = "default" |
22 | 2024-12-19T00:11:36.322Z | ' default |
23 | 2024-12-19T00:11:36.322Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T00:11:36.322Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T00:11:36.440Z | info: downloading installer |
26 | 2024-12-19T00:11:37.846Z | info: profile set to 'default' |
27 | 2024-12-19T00:11:37.846Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T00:11:37.849Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T00:11:38.000Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T00:11:38.000Z | info: downloading component 'cargo' |
31 | 2024-12-19T00:11:38.847Z | info: downloading component 'clippy' |
32 | 2024-12-19T00:11:39.161Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T00:11:40.331Z | info: downloading component 'rust-std' |
34 | 2024-12-19T00:11:42.204Z | info: downloading component 'rustc' |
35 | 2024-12-19T00:11:48.836Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T00:11:49.085Z | info: installing component 'cargo' |
37 | 2024-12-19T00:11:49.925Z | info: installing component 'clippy' |
38 | 2024-12-19T00:11:50.303Z | info: installing component 'rust-docs' |
39 | 2024-12-19T00:11:51.926Z | info: installing component 'rust-std' |
40 | 2024-12-19T00:11:53.748Z | info: installing component 'rustc' |
41 | 2024-12-19T00:11:59.565Z | info: installing component 'rustfmt' |
42 | 2024-12-19T00:11:59.885Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T00:11:59.885Z | |
44 | 2024-12-19T00:12:00.249Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T00:12:00.249Z | |
46 | 2024-12-19T00:12:00.252Z | |
47 | 2024-12-19T00:12:00.252Z | Rust is installed now. Great! |
48 | 2024-12-19T00:12:00.252Z | |
49 | 2024-12-19T00:12:00.252Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T00:12:00.252Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T00:12:00.252Z | |
52 | 2024-12-19T00:12:00.252Z | To configure your current shell, you need to source |
53 | 2024-12-19T00:12:00.252Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T00:12:00.252Z | |
55 | 2024-12-19T00:12:00.252Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T00:12:00.252Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T00:12:00.252Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T00:12:00.323Z | + rustc --version |
59 | 2024-12-19T00:12:00.387Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T00:12:00.390Z | process exited: duration 24077 ms, exit code 0 |
|
61 | 2024-12-19T00:12:00.396Z | starting task 2: "authentication" |
62 | 2024-12-19T00:12:00.419Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-19T00:12:00.424Z | starting task 3: "clone repository" |
64 | 2024-12-19T00:12:00.430Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T00:12:00.432Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T00:12:00.474Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T00:12:07.598Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T00:12:07.602Z | + git fetch origin b1dfbe7616cd2440f02cf2aceaae842961d388e5 |
69 | 2024-12-19T00:12:08.152Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T00:12:08.152Z | * branch b1dfbe7616cd2440f02cf2aceaae842961d388e5 -> FETCH_HEAD |
71 | 2024-12-19T00:12:08.159Z | + [[ -n '' ]] |
72 | 2024-12-19T00:12:08.159Z | + git reset --hard b1dfbe7616cd2440f02cf2aceaae842961d388e5 |
73 | 2024-12-19T00:12:08.331Z | HEAD is now at b1dfbe761 how the hell did this happen? |
74 | 2024-12-19T00:12:08.334Z | process exited: duration 7908 ms, exit code 0 |
|
75 | 2024-12-19T00:12:08.339Z | starting task 4: "build" |
76 | 2024-12-19T00:12:08.344Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-19T00:12:08.344Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-19T00:12:08.344Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-19T00:12:08.344Z | + cargo --version |
80 | 2024-12-19T00:12:08.405Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-19T00:12:08.414Z | + rustc --version |
82 | 2024-12-19T00:12:08.464Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-19T00:12:08.467Z | + source ./env.sh |
84 | 2024-12-19T00:12:08.467Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-12-19T00:12:08.467Z | ++ set -o xtrace |
86 | 2024-12-19T00:12:08.470Z | ++++ dirname ./env.sh |
87 | 2024-12-19T00:12:08.473Z | +++ readlink -f . |
88 | 2024-12-19T00:12:08.475Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-12-19T00:12:08.475Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-19T00:12:08.475Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-19T00:12:08.475Z | ++ 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 |
92 | 2024-12-19T00:12:08.475Z | ++ 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 |
93 | 2024-12-19T00:12:08.475Z | ++ 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 |
94 | 2024-12-19T00:12:08.475Z | ++ 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 |
95 | 2024-12-19T00:12:08.476Z | ++ 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 |
96 | 2024-12-19T00:12:08.476Z | ++ 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 |
97 | 2024-12-19T00:12:08.476Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-12-19T00:12:08.476Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-12-19T00:12:08.476Z | + 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 |
100 | 2024-12-19T00:12:08.476Z | + 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 |
101 | 2024-12-19T00:12:08.476Z | + banner prerequisites |
102 | 2024-12-19T00:12:08.478Z | |
103 | 2024-12-19T00:12:08.478Z | ##### ##### ###### ##### ###### #### # # # #### # |
104 | 2024-12-19T00:12:08.478Z | # # # # # # # # # # # # # # # |
105 | 2024-12-19T00:12:08.478Z | # # # # ##### # # ##### # # # # # #### # |
106 | 2024-12-19T00:12:08.478Z | ##### ##### # ##### # # # # # # # # # |
107 | 2024-12-19T00:12:08.478Z | # # # # # # # # # # # # # # # |
108 | 2024-12-19T00:12:08.478Z | # # # ###### # # ###### ### # #### # #### # |
109 | 2024-12-19T00:12:08.478Z | |
110 | 2024-12-19T00:12:08.478Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
111 | 2024-12-19T00:12:16.206Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-12-19T00:12:20.199Z | Startup: Caching catalogs ... Done |
113 | 2024-12-19T00:12:30.916Z | Planning: Solver setup ... Done (9.865s) |
114 | 2024-12-19T00:12:31.046Z | Planning: Running solver ... Done (0.131s) |
115 | 2024-12-19T00:12:31.148Z | Planning: Finding local manifests ... Done (0.003s) |
116 | 2024-12-19T00:12:31.161Z | Planning: Fetching manifests: 0/5 0% complete |
117 | 2024-12-19T00:12:31.775Z | Planning: Fetching manifests: 5/5 100% complete |
118 | 2024-12-19T00:12:31.871Z | Planning: Package planning ... Done (0.097s) |
119 | 2024-12-19T00:12:31.928Z | Planning: Merging actions ... Done (0.057s) |
120 | 2024-12-19T00:12:32.118Z | Planning: Checking for conflicting actions ... Done (0.190s) |
121 | 2024-12-19T00:12:33.859Z | Planning: Consolidating action changes ... Done (1.738s) |
122 | 2024-12-19T00:12:34.259Z | Planning: Evaluating mediators ... Done (0.401s) |
123 | 2024-12-19T00:12:34.338Z | Planning: Planning completed in 14.05 seconds |
124 | 2024-12-19T00:12:34.604Z | Packages to install: 4 |
125 | 2024-12-19T00:12:34.604Z | Packages to update: 1 |
126 | 2024-12-19T00:12:34.607Z | Mediators to change: 2 |
127 | 2024-12-19T00:12:34.607Z | Services to change: 1 |
128 | 2024-12-19T00:12:34.607Z | Estimated space available: 155.64 GB |
129 | 2024-12-19T00:12:34.607Z | Estimated space to be consumed: 1.61 GB |
130 | 2024-12-19T00:12:34.607Z | Create boot environment: No |
131 | 2024-12-19T00:12:34.607Z | Create backup boot environment: Yes |
132 | 2024-12-19T00:12:34.607Z | Rebuild boot archive: No |
133 | 2024-12-19T00:12:34.607Z | |
134 | 2024-12-19T00:12:34.607Z | Changed mediators: |
135 | 2024-12-19T00:12:34.607Z | mediator clang: |
136 | 2024-12-19T00:12:34.607Z | version: None -> 15 (system default) |
137 | 2024-12-19T00:12:34.607Z | |
138 | 2024-12-19T00:12:34.607Z | mediator llvm: |
139 | 2024-12-19T00:12:34.607Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-12-19T00:12:34.607Z | |
141 | 2024-12-19T00:12:34.607Z | Changed packages: |
142 | 2024-12-19T00:12:34.607Z | helios-dev |
143 | 2024-12-19T00:12:34.607Z | developer/build-essential |
144 | 2024-12-19T00:12:34.608Z | None -> 11-2.0 |
145 | 2024-12-19T00:12:34.608Z | library/libxmlsec1 |
146 | 2024-12-19T00:12:34.608Z | None -> 1.2.35-2.0 |
147 | 2024-12-19T00:12:34.608Z | ooce/developer/clang-15 |
148 | 2024-12-19T00:12:34.608Z | None -> 15.0.7-2.0 |
149 | 2024-12-19T00:12:34.608Z | ooce/developer/llvm-15 |
150 | 2024-12-19T00:12:34.608Z | None -> 15.0.7-2.0 |
151 | 2024-12-19T00:12:34.608Z | package/pkg |
152 | 2024-12-19T00:12:34.608Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
153 | 2024-12-19T00:12:34.608Z | |
154 | 2024-12-19T00:12:34.608Z | Services: |
155 | 2024-12-19T00:12:34.608Z | restart_fmri: |
156 | 2024-12-19T00:12:34.608Z | svc:/system/update-man-index:default |
157 | 2024-12-19T00:12:34.608Z | |
158 | 2024-12-19T00:12:34.608Z | Editable files to change: |
159 | 2024-12-19T00:12:34.608Z | Update: |
160 | 2024-12-19T00:12:34.608Z | usr/share/lib/pkg/web/config.shtml |
161 | 2024-12-19T00:12:34.682Z | |
162 | 2024-12-19T00:12:34.682Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
163 | 2024-12-19T00:12:39.682Z | Download: 419/4281 items 16.8/220.6MB 7% complete (3.5M/s) |
164 | 2024-12-19T00:12:44.685Z | Download: 1075/4281 items 19.6/220.6MB 8% complete (2.0M/s) |
165 | 2024-12-19T00:12:50.391Z | Download: 1196/4281 items 83.4/220.6MB 37% complete (8.3M/s) |
166 | 2024-12-19T00:13:03.947Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
167 | 2024-12-19T00:13:10.321Z | Download: 2220/4281 items 118.5/220.6MB 53% complete (8.4M/s) |
168 | 2024-12-19T00:13:16.731Z | Download: 2221/4281 items 118.5/220.6MB 53% complete (8.2M/s) |
169 | 2024-12-19T00:13:21.732Z | Download: 3230/4281 items 167.3/220.6MB 75% complete (9.6M/s) |
170 | 2024-12-19T00:13:26.751Z | Download: 3406/4281 items 214.9/220.6MB 97% complete (9.8M/s) |
171 | 2024-12-19T00:13:31.751Z | Download: 4124/4281 items 219.5/220.6MB 99% complete (6.3M/s) |
172 | 2024-12-19T00:13:35.026Z | Download: Completed 220.60 MB in 60.34 seconds (3.7M/s) |
173 | 2024-12-19T00:13:37.173Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-12-19T00:13:37.191Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-12-19T00:13:41.998Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-12-19T00:13:42.303Z | Actions: Completed 5063 actions in 5.13 seconds. |
177 | 2024-12-19T00:13:42.696Z | Done (0.385s) |
178 | 2024-12-19T00:13:42.698Z | Done (0.000s) |
179 | 2024-12-19T00:13:43.279Z | Done (0.582s) |
180 | 2024-12-19T00:13:47.591Z | Done (4.086s) |
181 | 2024-12-19T00:13:47.678Z | Done (0.018s) |
182 | 2024-12-19T00:13:47.680Z | Done (0.000s) |
183 | 2024-12-19T00:13:47.852Z | Done (0.000s) |
184 | 2024-12-19T00:13:48.535Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-12-19T00:13:48.696Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-12-19T00:13:48.699Z | Planning: Consolidating action changes ... Done |
187 | 2024-12-19T00:13:48.965Z | Planning: Evaluating mediators ... Done |
188 | 2024-12-19T00:13:48.967Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-12-19T00:13:49.004Z | Mediators to change: 2 |
190 | 2024-12-19T00:13:49.004Z | Create boot environment: No |
191 | 2024-12-19T00:13:49.007Z | Create backup boot environment: No |
192 | 2024-12-19T00:13:49.102Z | Done |
193 | 2024-12-19T00:13:49.103Z | Done |
194 | 2024-12-19T00:13:49.455Z | Done |
195 | 2024-12-19T00:13:53.034Z | Done |
196 | 2024-12-19T00:13:53.122Z | Done |
197 | 2024-12-19T00:13:53.124Z | Done |
198 | 2024-12-19T00:13:53.248Z | Done |
199 | 2024-12-19T00:13:53.859Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-12-19T00:13:53.861Z | Planning: Merging actions ... Done |
201 | 2024-12-19T00:13:54.048Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-12-19T00:13:54.050Z | Planning: Consolidating action changes ... Done |
203 | 2024-12-19T00:13:54.314Z | Planning: Evaluating mediators ... Done |
204 | 2024-12-19T00:13:54.367Z | Planning: Planning completed in 0.75 seconds |
205 | 2024-12-19T00:13:54.408Z | Packages to change: 1 |
206 | 2024-12-19T00:13:54.408Z | Mediators to change: 1 |
207 | 2024-12-19T00:13:54.411Z | Services to change: 1 |
208 | 2024-12-19T00:13:54.411Z | Create boot environment: No |
209 | 2024-12-19T00:13:54.411Z | Create backup boot environment: Yes |
210 | 2024-12-19T00:13:56.673Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-12-19T00:13:56.677Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-12-19T00:13:56.677Z | Done |
213 | 2024-12-19T00:13:56.677Z | Done |
214 | 2024-12-19T00:13:56.791Z | Done |
215 | 2024-12-19T00:14:00.381Z | Done |
216 | 2024-12-19T00:14:00.472Z | Done |
217 | 2024-12-19T00:14:00.475Z | Done |
218 | 2024-12-19T00:14:00.622Z | Done |
219 | 2024-12-19T00:14:01.056Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-12-19T00:14:01.056Z | clang system 15 system |
221 | 2024-12-19T00:14:01.056Z | csh system system illumos |
222 | 2024-12-19T00:14:01.056Z | ctags system system illumos |
223 | 2024-12-19T00:14:01.056Z | gcc vendor 12 vendor |
224 | 2024-12-19T00:14:01.056Z | gcc system 10 system |
225 | 2024-12-19T00:14:01.056Z | gcc system 7 system |
226 | 2024-12-19T00:14:01.056Z | go system 1.20 system |
227 | 2024-12-19T00:14:01.056Z | go system 1.19 system |
228 | 2024-12-19T00:14:01.056Z | llvm system 15 system |
229 | 2024-12-19T00:14:01.056Z | llvm system 14 system |
230 | 2024-12-19T00:14:01.056Z | mariadb system 10.6 system |
231 | 2024-12-19T00:14:01.056Z | mta vendor vendor dma |
232 | 2024-12-19T00:14:01.056Z | openjdk system 17 system |
233 | 2024-12-19T00:14:01.056Z | openjdk system 11 system |
234 | 2024-12-19T00:14:01.056Z | openjdk system 1.8 system |
235 | 2024-12-19T00:14:01.056Z | openssl vendor 3 vendor |
236 | 2024-12-19T00:14:01.056Z | perl system 5.36 system |
237 | 2024-12-19T00:14:01.056Z | postgresql system 15 system |
238 | 2024-12-19T00:14:01.056Z | postgresql system 13 system |
239 | 2024-12-19T00:14:01.056Z | python vendor 3 vendor |
240 | 2024-12-19T00:14:01.056Z | python system 2 system |
241 | 2024-12-19T00:14:01.056Z | python3 system 3.11 system |
242 | 2024-12-19T00:14:01.056Z | ruby system 3.0 system |
243 | 2024-12-19T00:14:01.056Z | words vendor vendor american-english |
244 | 2024-12-19T00:14:01.056Z | words system system australian-english |
245 | 2024-12-19T00:14:01.056Z | words system system british-english |
246 | 2024-12-19T00:14:01.057Z | words system system canadian-english |
247 | 2024-12-19T00:14:01.057Z | words system system french |
248 | 2024-12-19T00:14:01.057Z | words system system italian |
249 | 2024-12-19T00:14:01.057Z | words system system ngerman |
250 | 2024-12-19T00:14:01.057Z | words system system ogerman |
251 | 2024-12-19T00:14:01.057Z | words system system spanish |
252 | 2024-12-19T00:14:01.383Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-12-19T00:14:01.383Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-12-19T00:14:04.088Z | FMRI IFO |
255 | 2024-12-19T00:14:04.088Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-12-19T00:14:04.089Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-12-19T00:14:04.847Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-12-19T00:14:05.131Z | Updating crates.io index |
272 | 2024-12-19T00:14:05.133Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-12-19T00:14:05.681Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-12-19T00:14:05.979Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-12-19T00:14:06.275Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-12-19T00:14:06.568Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-12-19T00:14:07.495Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-12-19T00:14:09.027Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-12-19T00:14:09.703Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-12-19T00:14:10.501Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-12-19T00:14:10.790Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-12-19T00:14:11.146Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-12-19T00:14:11.904Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-12-19T00:14:12.222Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-12-19T00:14:12.513Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-12-19T00:14:12.798Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-12-19T00:14:13.056Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-12-19T00:14:13.321Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-12-19T00:14:13.667Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-12-19T00:14:13.979Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-12-19T00:14:14.315Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-12-19T00:14:14.641Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-12-19T00:14:15.092Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-12-19T00:14:15.376Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-12-19T00:14:15.808Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-12-19T00:14:16.233Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
297 | 2024-12-19T00:14:16.536Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-12-19T00:14:16.818Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-12-19T00:14:17.070Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-12-19T00:14:18.382Z | Downloading crates ... |
301 | 2024-12-19T00:14:18.463Z | Downloaded anstream v0.6.15 |
302 | 2024-12-19T00:14:18.468Z | Downloaded colorchoice v1.0.2 |
303 | 2024-12-19T00:14:18.470Z | Downloaded generic-array v0.14.7 |
304 | 2024-12-19T00:14:18.474Z | Downloaded is_terminal_polyfill v1.70.1 |
305 | 2024-12-19T00:14:18.477Z | Downloaded anyhow v1.0.93 |
306 | 2024-12-19T00:14:18.479Z | Downloaded equivalent v1.0.1 |
307 | 2024-12-19T00:14:18.479Z | Downloaded dtrace-parser v0.2.0 |
308 | 2024-12-19T00:14:18.491Z | Downloaded swrite v0.1.0 |
309 | 2024-12-19T00:14:18.494Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-12-19T00:14:18.498Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-12-19T00:14:18.500Z | Downloaded pretty-hex v0.4.1 |
312 | 2024-12-19T00:14:18.509Z | Downloaded fnv v1.0.7 |
313 | 2024-12-19T00:14:18.511Z | Downloaded usdt-attr-macro v0.5.0 |
314 | 2024-12-19T00:14:18.515Z | Downloaded fs-err v2.11.0 |
315 | 2024-12-19T00:14:18.517Z | Downloaded itoa v1.0.11 |
316 | 2024-12-19T00:14:18.520Z | Downloaded clap_lex v0.7.2 |
317 | 2024-12-19T00:14:18.520Z | Downloaded crypto-common v0.1.6 |
318 | 2024-12-19T00:14:18.522Z | Downloaded autocfg v1.4.0 |
319 | 2024-12-19T00:14:18.522Z | Downloaded byteorder v1.5.0 |
320 | 2024-12-19T00:14:18.525Z | Downloaded macaddr v1.0.1 |
321 | 2024-12-19T00:14:18.527Z | Downloaded heck v0.5.0 |
322 | 2024-12-19T00:14:18.527Z | Downloaded errno v0.3.9 |
323 | 2024-12-19T00:14:18.528Z | Downloaded cargo_metadata v0.18.1 |
324 | 2024-12-19T00:14:18.530Z | Downloaded digest v0.10.7 |
325 | 2024-12-19T00:14:18.533Z | Downloaded plain v0.2.3 |
326 | 2024-12-19T00:14:18.533Z | Downloaded cpufeatures v0.2.14 |
327 | 2024-12-19T00:14:18.533Z | Downloaded toml_datetime v0.6.8 |
328 | 2024-12-19T00:14:18.535Z | Downloaded cargo-platform v0.1.8 |
329 | 2024-12-19T00:14:18.535Z | Downloaded thread-id v4.2.2 |
330 | 2024-12-19T00:14:18.537Z | Downloaded tabled_derive v0.7.0 |
331 | 2024-12-19T00:14:18.537Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-12-19T00:14:18.539Z | Downloaded thiserror-impl v1.0.69 |
333 | 2024-12-19T00:14:18.540Z | Downloaded bytecount v0.6.8 |
334 | 2024-12-19T00:14:18.542Z | Downloaded anstyle v1.0.10 |
335 | 2024-12-19T00:14:18.542Z | Downloaded strsim v0.11.1 |
336 | 2024-12-19T00:14:18.545Z | Downloaded serde_spanned v0.6.8 |
337 | 2024-12-19T00:14:18.545Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-12-19T00:14:18.547Z | Downloaded dof v0.3.0 |
339 | 2024-12-19T00:14:18.550Z | Downloaded block-buffer v0.10.4 |
340 | 2024-12-19T00:14:18.550Z | Downloaded anstyle-query v1.1.1 |
341 | 2024-12-19T00:14:18.554Z | Downloaded smawk v0.3.2 |
342 | 2024-12-19T00:14:18.557Z | Downloaded utf8parse v0.2.2 |
343 | 2024-12-19T00:14:18.557Z | Downloaded terminal_size v0.4.0 |
344 | 2024-12-19T00:14:18.559Z | Downloaded memmap v0.7.0 |
345 | 2024-12-19T00:14:18.559Z | Downloaded proc-macro-error-attr v1.0.4 |
346 | 2024-12-19T00:14:18.561Z | Downloaded fastrand v2.1.1 |
347 | 2024-12-19T00:14:18.564Z | Downloaded camino v1.1.9 |
348 | 2024-12-19T00:14:18.566Z | Downloaded version_check v0.9.5 |
349 | 2024-12-19T00:14:18.569Z | Downloaded heck v0.4.1 |
350 | 2024-12-19T00:14:18.569Z | Downloaded cfg-if v1.0.0 |
351 | 2024-12-19T00:14:18.572Z | Downloaded clap_derive v4.5.18 |
352 | 2024-12-19T00:14:18.575Z | Downloaded camino-tempfile v1.1.1 |
353 | 2024-12-19T00:14:18.575Z | Downloaded usdt v0.5.0 |
354 | 2024-12-19T00:14:18.578Z | Downloaded tempfile v3.13.0 |
355 | 2024-12-19T00:14:18.578Z | Downloaded thiserror v1.0.69 |
356 | 2024-12-19T00:14:18.582Z | Downloaded zerocopy-derive v0.7.35 |
357 | 2024-12-19T00:14:18.586Z | Downloaded semver v1.0.23 |
358 | 2024-12-19T00:14:18.589Z | Downloaded scroll v0.12.0 |
359 | 2024-12-19T00:14:18.589Z | Downloaded proc-macro-error v1.0.4 |
360 | 2024-12-19T00:14:18.592Z | Downloaded anstyle-parse v0.2.5 |
361 | 2024-12-19T00:14:18.594Z | Downloaded quote v1.0.37 |
362 | 2024-12-19T00:14:18.596Z | Downloaded usdt-impl v0.5.0 |
363 | 2024-12-19T00:14:18.599Z | Downloaded sha2 v0.10.8 |
364 | 2024-12-19T00:14:18.599Z | Downloaded once_cell v1.20.2 |
365 | 2024-12-19T00:14:18.602Z | Downloaded cargo_toml v0.20.5 |
366 | 2024-12-19T00:14:18.604Z | Downloaded bitflags v2.6.0 |
367 | 2024-12-19T00:14:18.606Z | Downloaded log v0.4.22 |
368 | 2024-12-19T00:14:18.608Z | Downloaded ryu v1.0.18 |
369 | 2024-12-19T00:14:18.611Z | Downloaded ucd-trie v0.1.7 |
370 | 2024-12-19T00:14:18.613Z | Downloaded pest_generator v2.7.14 |
371 | 2024-12-19T00:14:18.613Z | Downloaded pest_meta v2.7.14 |
372 | 2024-12-19T00:14:18.615Z | Downloaded pest_derive v2.7.14 |
373 | 2024-12-19T00:14:18.617Z | Downloaded typenum v1.17.0 |
374 | 2024-12-19T00:14:18.619Z | Downloaded proc-macro2 v1.0.89 |
375 | 2024-12-19T00:14:18.622Z | Downloaded toml v0.8.19 |
376 | 2024-12-19T00:14:18.624Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-12-19T00:14:18.636Z | Downloaded textwrap v0.16.1 |
378 | 2024-12-19T00:14:18.638Z | Downloaded papergrid v0.11.0 |
379 | 2024-12-19T00:14:18.642Z | Downloaded clap v4.5.21 |
380 | 2024-12-19T00:14:18.650Z | Downloaded serde v1.0.215 |
381 | 2024-12-19T00:14:18.653Z | Downloaded serde_derive v1.0.215 |
382 | 2024-12-19T00:14:18.656Z | Downloaded indexmap v2.6.0 |
383 | 2024-12-19T00:14:18.660Z | Downloaded memchr v2.7.4 |
384 | 2024-12-19T00:14:18.668Z | Downloaded toml_edit v0.22.22 |
385 | 2024-12-19T00:14:18.687Z | Downloaded hashbrown v0.15.0 |
386 | 2024-12-19T00:14:18.695Z | Downloaded pest v2.7.14 |
387 | 2024-12-19T00:14:18.702Z | Downloaded clap_builder v4.5.21 |
388 | 2024-12-19T00:14:18.708Z | Downloaded serde_json v1.0.132 |
389 | 2024-12-19T00:14:18.715Z | Downloaded zerocopy v0.7.35 |
390 | 2024-12-19T00:14:18.729Z | Downloaded winnow v0.6.20 |
391 | 2024-12-19T00:14:18.739Z | Downloaded tabled v0.15.0 |
392 | 2024-12-19T00:14:18.751Z | Downloaded goblin v0.8.2 |
393 | 2024-12-19T00:14:18.756Z | Downloaded syn v1.0.109 |
394 | 2024-12-19T00:14:18.766Z | Downloaded unicode-width v0.1.14 |
395 | 2024-12-19T00:14:18.771Z | Downloaded syn v2.0.87 |
396 | 2024-12-19T00:14:18.781Z | Downloaded rustix v0.38.37 |
397 | 2024-12-19T00:14:18.809Z | Downloaded libc v0.2.162 |
398 | 2024-12-19T00:14:19.116Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-12-19T00:14:19.116Z | Compiling unicode-ident v1.0.13 |
400 | 2024-12-19T00:14:19.116Z | Compiling serde v1.0.215 |
401 | 2024-12-19T00:14:19.116Z | Compiling version_check v0.9.5 |
402 | 2024-12-19T00:14:19.119Z | Compiling thiserror v1.0.69 |
403 | 2024-12-19T00:14:19.119Z | Compiling memchr v2.7.4 |
404 | 2024-12-19T00:14:19.119Z | Compiling libc v0.2.162 |
405 | 2024-12-19T00:14:19.119Z | Compiling ucd-trie v0.1.7 |
406 | 2024-12-19T00:14:19.378Z | Compiling itoa v1.0.11 |
407 | 2024-12-19T00:14:19.610Z | Compiling ryu v1.0.18 |
408 | 2024-12-19T00:14:19.850Z | Compiling once_cell v1.20.2 |
409 | 2024-12-19T00:14:19.926Z | Compiling byteorder v1.5.0 |
410 | 2024-12-19T00:14:20.206Z | Compiling rustix v0.38.37 |
411 | 2024-12-19T00:14:20.670Z | Compiling serde_json v1.0.132 |
412 | 2024-12-19T00:14:20.673Z | Compiling bitflags v2.6.0 |
413 | 2024-12-19T00:14:20.864Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-12-19T00:14:21.062Z | Compiling usdt-impl v0.5.0 |
415 | 2024-12-19T00:14:21.067Z | Compiling syn v1.0.109 |
416 | 2024-12-19T00:14:21.112Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-12-19T00:14:21.112Z | Compiling log v0.4.22 |
418 | 2024-12-19T00:14:21.269Z | Compiling camino v1.1.9 |
419 | 2024-12-19T00:14:21.593Z | Compiling equivalent v1.0.1 |
420 | 2024-12-19T00:14:21.679Z | Compiling plain v0.2.3 |
421 | 2024-12-19T00:14:21.705Z | Compiling quote v1.0.37 |
422 | 2024-12-19T00:14:21.730Z | Compiling utf8parse v0.2.2 |
423 | 2024-12-19T00:14:21.826Z | Compiling hashbrown v0.15.0 |
424 | 2024-12-19T00:14:21.885Z | Compiling thread-id v4.2.2 |
425 | 2024-12-19T00:14:21.959Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-12-19T00:14:21.995Z | Compiling errno v0.3.9 |
427 | 2024-12-19T00:14:22.118Z | Compiling syn v2.0.87 |
428 | 2024-12-19T00:14:22.309Z | Compiling anstyle-query v1.1.1 |
429 | 2024-12-19T00:14:22.340Z | Compiling colorchoice v1.0.2 |
430 | 2024-12-19T00:14:22.423Z | Compiling unicode-width v0.1.14 |
431 | 2024-12-19T00:14:22.463Z | Compiling anstyle v1.0.10 |
432 | 2024-12-19T00:14:22.504Z | Compiling pretty-hex v0.4.1 |
433 | 2024-12-19T00:14:22.718Z | Compiling semver v1.0.23 |
434 | 2024-12-19T00:14:22.924Z | Compiling autocfg v1.4.0 |
435 | 2024-12-19T00:14:22.949Z | Compiling indexmap v2.6.0 |
436 | 2024-12-19T00:14:23.030Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2024-12-19T00:14:23.172Z | Compiling winnow v0.6.20 |
438 | 2024-12-19T00:14:23.291Z | Compiling anstream v0.6.15 |
439 | 2024-12-19T00:14:23.977Z | Compiling cfg-if v1.0.0 |
440 | 2024-12-19T00:14:24.048Z | Compiling heck v0.4.1 |
441 | 2024-12-19T00:14:24.075Z | Compiling fastrand v2.1.1 |
442 | 2024-12-19T00:14:24.101Z | Compiling fs-err v2.11.0 |
443 | 2024-12-19T00:14:24.349Z | Compiling bytecount v0.6.8 |
444 | 2024-12-19T00:14:24.380Z | Compiling terminal_size v0.4.0 |
445 | 2024-12-19T00:14:24.523Z | Compiling fnv v1.0.7 |
446 | 2024-12-19T00:14:24.585Z | Compiling strsim v0.11.1 |
447 | 2024-12-19T00:14:24.642Z | Compiling anyhow v1.0.93 |
448 | 2024-12-19T00:14:24.668Z | Compiling heck v0.5.0 |
449 | 2024-12-19T00:14:25.038Z | Compiling clap_lex v0.7.2 |
450 | 2024-12-19T00:14:25.206Z | Compiling tempfile v3.13.0 |
451 | 2024-12-19T00:14:25.497Z | Compiling clap_builder v4.5.21 |
452 | 2024-12-19T00:14:25.596Z | Compiling papergrid v0.11.0 |
453 | 2024-12-19T00:14:25.870Z | Compiling memmap v0.7.0 |
454 | 2024-12-19T00:14:25.893Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-12-19T00:14:26.135Z | Compiling smawk v0.3.2 |
456 | 2024-12-19T00:14:26.368Z | Compiling textwrap v0.16.1 |
457 | 2024-12-19T00:14:26.834Z | Compiling swrite v0.1.0 |
458 | 2024-12-19T00:14:27.961Z | Compiling tabled_derive v0.7.0 |
459 | 2024-12-19T00:14:29.544Z | Compiling tabled v0.15.0 |
460 | 2024-12-19T00:14:31.062Z | Compiling serde_derive v1.0.215 |
461 | 2024-12-19T00:14:31.065Z | Compiling thiserror-impl v1.0.69 |
462 | 2024-12-19T00:14:31.065Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-12-19T00:14:31.065Z | Compiling scroll_derive v0.12.0 |
464 | 2024-12-19T00:14:31.241Z | Compiling clap_derive v4.5.18 |
465 | 2024-12-19T00:14:32.311Z | Compiling scroll v0.12.0 |
466 | 2024-12-19T00:14:32.792Z | Compiling goblin v0.8.2 |
467 | 2024-12-19T00:14:32.900Z | Compiling zerocopy v0.7.35 |
468 | 2024-12-19T00:14:33.910Z | Compiling pest v2.7.14 |
469 | 2024-12-19T00:14:34.975Z | Compiling clap v4.5.21 |
470 | 2024-12-19T00:14:36.169Z | Compiling pest_meta v2.7.14 |
471 | 2024-12-19T00:14:36.961Z | Compiling pest_generator v2.7.14 |
472 | 2024-12-19T00:14:38.878Z | Compiling pest_derive v2.7.14 |
473 | 2024-12-19T00:14:39.603Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-12-19T00:14:41.244Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-12-19T00:14:41.327Z | Compiling serde_spanned v0.6.8 |
476 | 2024-12-19T00:14:41.329Z | Compiling toml_datetime v0.6.8 |
477 | 2024-12-19T00:14:41.576Z | Compiling cargo-platform v0.1.8 |
478 | 2024-12-19T00:14:41.743Z | Compiling toml_edit v0.22.22 |
479 | 2024-12-19T00:14:41.850Z | Compiling macaddr v1.0.1 |
480 | 2024-12-19T00:14:42.093Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-12-19T00:14:42.710Z | Compiling dof v0.3.0 |
482 | 2024-12-19T00:14:42.961Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-12-19T00:14:44.493Z | Compiling usdt-macro v0.5.0 |
484 | 2024-12-19T00:14:44.493Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-12-19T00:14:44.621Z | Compiling toml v0.8.19 |
486 | 2024-12-19T00:14:45.460Z | Compiling cargo_toml v0.20.5 |
487 | 2024-12-19T00:14:45.813Z | Compiling usdt v0.5.0 |
488 | 2024-12-19T00:14:49.039Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-12-19T00:14:53.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.62s |
490 | 2024-12-19T00:14:53.506Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-12-19T00:14:54.029Z | Downloading crates ... |
492 | 2024-12-19T00:14:54.152Z | Downloaded async-stream-impl v0.3.6 |
493 | 2024-12-19T00:14:54.156Z | Downloaded atomicwrites v0.4.4 |
494 | 2024-12-19T00:14:54.161Z | Downloaded async-stream v0.3.6 |
495 | 2024-12-19T00:14:54.168Z | Downloaded arrayref v0.3.9 |
496 | 2024-12-19T00:14:54.170Z | Downloaded adler2 v2.0.0 |
497 | 2024-12-19T00:14:54.173Z | Downloaded ciborium-io v0.2.2 |
498 | 2024-12-19T00:14:54.179Z | Downloaded cfg_aliases v0.1.1 |
499 | 2024-12-19T00:14:54.181Z | Downloaded atty v0.2.14 |
500 | 2024-12-19T00:14:54.196Z | Downloaded crucible-workspace-hack v0.1.0 |
501 | 2024-12-19T00:14:54.199Z | Downloaded http-range v0.1.5 |
502 | 2024-12-19T00:14:54.203Z | Downloaded http-body v1.0.1 |
503 | 2024-12-19T00:14:54.205Z | Downloaded hubpack_derive v0.1.1 |
504 | 2024-12-19T00:14:54.208Z | Downloaded atomic-waker v1.1.2 |
505 | 2024-12-19T00:14:54.210Z | Downloaded http-body-util v0.1.2 |
506 | 2024-12-19T00:14:54.212Z | Downloaded crunchy v0.2.2 |
507 | 2024-12-19T00:14:54.212Z | Downloaded arrayvec v0.7.6 |
508 | 2024-12-19T00:14:54.215Z | Downloaded ident_case v1.0.1 |
509 | 2024-12-19T00:14:54.217Z | Downloaded headers-core v0.3.0 |
510 | 2024-12-19T00:14:54.217Z | Downloaded aead v0.5.2 |
511 | 2024-12-19T00:14:54.219Z | Downloaded instant v0.1.13 |
512 | 2024-12-19T00:14:54.222Z | Downloaded cstr-argument v0.1.2 |
513 | 2024-12-19T00:14:54.222Z | Downloaded array-init v0.0.4 |
514 | 2024-12-19T00:14:54.224Z | Downloaded assert_matches v1.5.0 |
515 | 2024-12-19T00:14:54.224Z | Downloaded ciborium-ll v0.2.2 |
516 | 2024-12-19T00:14:54.227Z | Downloaded cmake v0.1.51 |
517 | 2024-12-19T00:14:54.229Z | Downloaded md5 v0.7.0 |
518 | 2024-12-19T00:14:54.229Z | Downloaded matches v0.1.10 |
519 | 2024-12-19T00:14:54.231Z | Downloaded chrono-tz-build v0.4.0 |
520 | 2024-12-19T00:14:54.231Z | Downloaded bit-set v0.5.3 |
521 | 2024-12-19T00:14:54.234Z | Downloaded match_cfg v0.1.0 |
522 | 2024-12-19T00:14:54.236Z | Downloaded newtype_derive v0.1.6 |
523 | 2024-12-19T00:14:54.236Z | Downloaded new_debug_unreachable v1.0.6 |
524 | 2024-12-19T00:14:54.239Z | Downloaded cassowary v0.3.0 |
525 | 2024-12-19T00:14:54.239Z | Downloaded bitfield-struct v0.6.2 |
526 | 2024-12-19T00:14:54.241Z | Downloaded crc v3.2.1 |
527 | 2024-12-19T00:14:54.244Z | Downloaded mirai-annotations v1.12.0 |
528 | 2024-12-19T00:14:54.246Z | Downloaded is_ci v1.2.0 |
529 | 2024-12-19T00:14:54.246Z | Downloaded idna_adapter v1.2.0 |
530 | 2024-12-19T00:14:54.248Z | Downloaded icu_provider_macros v1.5.0 |
531 | 2024-12-19T00:14:54.248Z | Downloaded convert_case v0.4.0 |
532 | 2024-12-19T00:14:54.251Z | Downloaded hyper-tls v0.6.0 |
533 | 2024-12-19T00:14:54.253Z | Downloaded httpdate v1.0.3 |
534 | 2024-12-19T00:14:54.255Z | Downloaded cfg_aliases v0.2.1 |
535 | 2024-12-19T00:14:54.255Z | Downloaded blowfish v0.9.1 |
536 | 2024-12-19T00:14:54.258Z | Downloaded hyper-rustls v0.27.3 |
537 | 2024-12-19T00:14:54.260Z | Downloaded humantime v2.1.0 |
538 | 2024-12-19T00:14:54.262Z | Downloaded icu_locid_transform v1.5.0 |
539 | 2024-12-19T00:14:54.266Z | Downloaded newline-converter v0.3.0 |
540 | 2024-12-19T00:14:54.268Z | Downloaded maplit v1.0.2 |
541 | 2024-12-19T00:14:54.268Z | Downloaded lru v0.12.5 |
542 | 2024-12-19T00:14:54.271Z | Downloaded cobs v0.2.3 |
543 | 2024-12-19T00:14:54.273Z | Downloaded linked-hash-map v0.5.6 |
544 | 2024-12-19T00:14:54.273Z | Downloaded memoffset v0.9.1 |
545 | 2024-12-19T00:14:54.276Z | Downloaded lockfree-object-pool v0.1.6 |
546 | 2024-12-19T00:14:54.278Z | Downloaded linear-map v1.2.0 |
547 | 2024-12-19T00:14:54.281Z | Downloaded maybe-uninit v2.0.0 |
548 | 2024-12-19T00:14:54.283Z | Downloaded libefi-sys v0.1.0 |
549 | 2024-12-19T00:14:54.283Z | Downloaded nanorand v0.7.0 |
550 | 2024-12-19T00:14:54.285Z | Downloaded lazycell v1.3.0 |
551 | 2024-12-19T00:14:54.288Z | Downloaded nibble_vec v0.1.0 |
552 | 2024-12-19T00:14:54.290Z | Downloaded ctr v0.9.2 |
553 | 2024-12-19T00:14:54.292Z | Downloaded is-terminal v0.4.13 |
554 | 2024-12-19T00:14:54.294Z | Downloaded curve25519-dalek-derive v0.1.1 |
555 | 2024-12-19T00:14:54.296Z | Downloaded kstat-rs v0.2.4 |
556 | 2024-12-19T00:14:54.299Z | Downloaded cancel-safe-futures v0.1.5 |
557 | 2024-12-19T00:14:54.302Z | Downloaded block-padding v0.3.3 |
558 | 2024-12-19T00:14:54.302Z | Downloaded keccak v0.1.5 |
559 | 2024-12-19T00:14:54.304Z | Downloaded hyper-staticfile v0.10.1 |
560 | 2024-12-19T00:14:54.306Z | Downloaded cookie_store v0.21.0 |
561 | 2024-12-19T00:14:54.308Z | Downloaded console v0.15.8 |
562 | 2024-12-19T00:14:54.311Z | Downloaded newtype-uuid v1.1.3 |
563 | 2024-12-19T00:14:54.313Z | Downloaded darling v0.20.10 |
564 | 2024-12-19T00:14:54.318Z | Downloaded yoke-derive v0.7.4 |
565 | 2024-12-19T00:14:54.320Z | Downloaded ahash v0.8.11 |
566 | 2024-12-19T00:14:54.323Z | Downloaded crossbeam-deque v0.8.5 |
567 | 2024-12-19T00:14:54.325Z | Downloaded crc-catalog v2.4.0 |
568 | 2024-12-19T00:14:54.328Z | Downloaded lock_api v0.4.12 |
569 | 2024-12-19T00:14:54.328Z | Downloaded litemap v0.7.3 |
570 | 2024-12-19T00:14:54.330Z | Downloaded libloading v0.8.5 |
571 | 2024-12-19T00:14:54.333Z | Downloaded mime_guess v2.0.5 |
572 | 2024-12-19T00:14:54.335Z | Downloaded colored v2.1.0 |
573 | 2024-12-19T00:14:54.338Z | Downloaded base64ct v1.6.0 |
574 | 2024-12-19T00:14:54.341Z | Downloaded multer v3.1.0 |
575 | 2024-12-19T00:14:54.343Z | Downloaded take_mut v0.2.2 |
576 | 2024-12-19T00:14:54.345Z | Downloaded base16ct v0.2.0 |
577 | 2024-12-19T00:14:54.347Z | Downloaded jobserver v0.1.32 |
578 | 2024-12-19T00:14:54.349Z | Downloaded icu_locid v1.5.0 |
579 | 2024-12-19T00:14:54.353Z | Downloaded ref-cast-impl v1.0.23 |
580 | 2024-12-19T00:14:54.355Z | Downloaded same-file v1.0.6 |
581 | 2024-12-19T00:14:54.358Z | Downloaded zone_cfg_derive v0.3.0 |
582 | 2024-12-19T00:14:54.358Z | Downloaded zone_cfg_derive v0.1.2 |
583 | 2024-12-19T00:14:54.358Z | Downloaded icu_properties v1.5.1 |
584 | 2024-12-19T00:14:54.361Z | Downloaded darling_macro v0.20.10 |
585 | 2024-12-19T00:14:54.364Z | Downloaded static_assertions v1.1.0 |
586 | 2024-12-19T00:14:54.364Z | Downloaded stable_deref_trait v1.2.0 |
587 | 2024-12-19T00:14:54.366Z | Downloaded crossbeam-epoch v0.9.18 |
588 | 2024-12-19T00:14:54.370Z | Downloaded bzip2 v0.4.4 |
589 | 2024-12-19T00:14:54.372Z | Downloaded foreign-types-shared v0.3.1 |
590 | 2024-12-19T00:14:54.372Z | Downloaded const-oid v0.9.6 |
591 | 2024-12-19T00:14:54.374Z | Downloaded foreign-types-shared v0.1.1 |
592 | 2024-12-19T00:14:54.376Z | Downloaded foreign-types-macros v0.2.3 |
593 | 2024-12-19T00:14:54.376Z | Downloaded csv-core v0.1.11 |
594 | 2024-12-19T00:14:54.379Z | Downloaded crc-any v2.5.0 |
595 | 2024-12-19T00:14:54.382Z | Downloaded foreign-types v0.3.2 |
596 | 2024-12-19T00:14:54.382Z | Downloaded salsa20 v0.10.2 |
597 | 2024-12-19T00:14:54.384Z | Downloaded rustls-pemfile v1.0.4 |
598 | 2024-12-19T00:14:54.384Z | Downloaded cookie v0.18.1 |
599 | 2024-12-19T00:14:54.387Z | Downloaded clang-sys v1.8.1 |
600 | 2024-12-19T00:14:54.389Z | Downloaded serde_urlencoded v0.7.1 |
601 | 2024-12-19T00:14:54.392Z | Downloaded ciborium v0.2.2 |
602 | 2024-12-19T00:14:54.394Z | Downloaded icu_normalizer v1.5.0 |
603 | 2024-12-19T00:14:54.397Z | Downloaded multimap v0.10.0 |
604 | 2024-12-19T00:14:54.400Z | Downloaded httparse v1.9.5 |
605 | 2024-12-19T00:14:54.403Z | Downloaded hostname v0.4.0 |
606 | 2024-12-19T00:14:54.403Z | Downloaded hostname v0.3.1 |
607 | 2024-12-19T00:14:54.405Z | Downloaded hex-literal v0.4.1 |
608 | 2024-12-19T00:14:54.407Z | Downloaded smallvec v0.6.14 |
609 | 2024-12-19T00:14:54.407Z | Downloaded simd-adler32 v0.3.7 |
610 | 2024-12-19T00:14:54.410Z | Downloaded bcrypt-pbkdf v0.10.0 |
611 | 2024-12-19T00:14:54.410Z | Downloaded mime v0.3.17 |
612 | 2024-12-19T00:14:54.413Z | Downloaded managed v0.8.0 |
613 | 2024-12-19T00:14:54.413Z | Downloaded peg-runtime v0.8.3 |
614 | 2024-12-19T00:14:54.415Z | Downloaded opaque-debug v0.3.1 |
615 | 2024-12-19T00:14:54.415Z | Downloaded russh-cryptovec v0.7.3 |
616 | 2024-12-19T00:14:54.418Z | Downloaded strum_macros v0.25.3 |
617 | 2024-12-19T00:14:54.418Z | Downloaded ipnet v2.10.1 |
618 | 2024-12-19T00:14:54.421Z | Downloaded bitfield v0.14.0 |
619 | 2024-12-19T00:14:54.423Z | Downloaded arc-swap v1.7.1 |
620 | 2024-12-19T00:14:54.426Z | Downloaded vte_generate_state_changes v0.1.2 |
621 | 2024-12-19T00:14:54.428Z | Downloaded tokio-native-tls v0.3.1 |
622 | 2024-12-19T00:14:54.430Z | Downloaded tokio-macros v2.4.0 |
623 | 2024-12-19T00:14:54.430Z | Downloaded tap v1.0.1 |
624 | 2024-12-19T00:14:54.432Z | Downloaded const_format_proc_macros v0.2.33 |
625 | 2024-12-19T00:14:54.435Z | Downloaded bit-vec v0.6.3 |
626 | 2024-12-19T00:14:54.437Z | Downloaded wait-timeout v0.2.0 |
627 | 2024-12-19T00:14:54.437Z | Downloaded internet-checksum v0.2.1 |
628 | 2024-12-19T00:14:54.439Z | Downloaded icu_normalizer_data v1.5.0 |
629 | 2024-12-19T00:14:54.441Z | Downloaded iana-time-zone v0.1.61 |
630 | 2024-12-19T00:14:54.444Z | Downloaded mockall_derive v0.13.0 |
631 | 2024-12-19T00:14:54.446Z | Downloaded memmap2 v0.9.5 |
632 | 2024-12-19T00:14:54.449Z | Downloaded base64 v0.13.1 |
633 | 2024-12-19T00:14:54.451Z | Downloaded compact_str v0.8.0 |
634 | 2024-12-19T00:14:54.455Z | Downloaded foldhash v0.1.3 |
635 | 2024-12-19T00:14:54.458Z | Downloaded icu_locid_transform_data v1.5.0 |
636 | 2024-12-19T00:14:54.460Z | Downloaded hyper-util v0.1.10 |
637 | 2024-12-19T00:14:54.464Z | Downloaded zerovec-derive v0.10.3 |
638 | 2024-12-19T00:14:54.466Z | Downloaded serde_with_macros v3.11.0 |
639 | 2024-12-19T00:14:54.468Z | Downloaded fallible-iterator v0.2.0 |
640 | 2024-12-19T00:14:54.471Z | Downloaded strum v0.26.3 |
641 | 2024-12-19T00:14:54.471Z | Downloaded chacha20poly1305 v0.10.1 |
642 | 2024-12-19T00:14:54.474Z | Downloaded time-core v0.1.2 |
643 | 2024-12-19T00:14:54.474Z | Downloaded blake2 v0.10.6 |
644 | 2024-12-19T00:14:54.476Z | Downloaded fragile v2.0.0 |
645 | 2024-12-19T00:14:54.479Z | Downloaded hex v0.4.3 |
646 | 2024-12-19T00:14:54.481Z | Downloaded sigpipe v0.1.3 |
647 | 2024-12-19T00:14:54.481Z | Downloaded slog-term v2.9.1 |
648 | 2024-12-19T00:14:54.484Z | Downloaded sqlparser_derive v0.2.2 |
649 | 2024-12-19T00:14:54.486Z | Downloaded chacha20 v0.9.1 |
650 | 2024-12-19T00:14:54.489Z | Downloaded form_urlencoded v1.2.1 |
651 | 2024-12-19T00:14:54.489Z | Downloaded highway v1.2.0 |
652 | 2024-12-19T00:14:54.491Z | Downloaded signal-hook-tokio v0.3.1 |
653 | 2024-12-19T00:14:54.494Z | Downloaded foreign-types v0.5.0 |
654 | 2024-12-19T00:14:54.494Z | Downloaded time-macros v0.2.18 |
655 | 2024-12-19T00:14:54.497Z | Downloaded either v1.13.0 |
656 | 2024-12-19T00:14:54.499Z | Downloaded ref-cast v1.0.23 |
657 | 2024-12-19T00:14:54.501Z | Downloaded tokio-rustls v0.26.0 |
658 | 2024-12-19T00:14:54.503Z | Downloaded smallvec v1.13.2 |
659 | 2024-12-19T00:14:54.507Z | Downloaded vsss-rs v3.3.4 |
660 | 2024-12-19T00:14:54.510Z | Downloaded crossbeam-utils v0.8.20 |
661 | 2024-12-19T00:14:54.512Z | Downloaded indicatif v0.17.9 |
662 | 2024-12-19T00:14:54.516Z | Downloaded base64 v0.21.7 |
663 | 2024-12-19T00:14:54.521Z | Downloaded psl-types v2.0.11 |
664 | 2024-12-19T00:14:54.523Z | Downloaded tokio-tungstenite v0.23.1 |
665 | 2024-12-19T00:14:54.527Z | Downloaded packed_struct_codegen v0.10.1 |
666 | 2024-12-19T00:14:54.527Z | Downloaded bytes v1.8.0 |
667 | 2024-12-19T00:14:54.530Z | Downloaded progenitor-macro v0.8.0 |
668 | 2024-12-19T00:14:54.532Z | Downloaded slog-stdlog v4.1.1 |
669 | 2024-12-19T00:14:54.535Z | Downloaded env_logger v0.11.5 |
670 | 2024-12-19T00:14:54.537Z | Downloaded defmt-macros v0.3.9 |
671 | 2024-12-19T00:14:54.540Z | Downloaded xattr v1.3.1 |
672 | 2024-12-19T00:14:54.544Z | Downloaded unarray v0.1.4 |
673 | 2024-12-19T00:14:54.544Z | Downloaded const_format v0.2.33 |
674 | 2024-12-19T00:14:54.548Z | Downloaded defmt-parser v0.3.4 |
675 | 2024-12-19T00:14:54.550Z | Downloaded termios v0.3.3 |
676 | 2024-12-19T00:14:54.556Z | Downloaded number_prefix v0.4.0 |
677 | 2024-12-19T00:14:54.556Z | Downloaded parking_lot v0.11.2 |
678 | 2024-12-19T00:14:54.556Z | Downloaded num-rational v0.4.2 |
679 | 2024-12-19T00:14:54.559Z | Downloaded hickory-client v0.24.1 |
680 | 2024-12-19T00:14:54.561Z | Downloaded precomputed-hash v0.1.1 |
681 | 2024-12-19T00:14:54.563Z | Downloaded thread_local v1.1.8 |
682 | 2024-12-19T00:14:54.563Z | Downloaded pem v3.0.4 |
683 | 2024-12-19T00:14:54.566Z | Downloaded zerocopy v0.6.6 |
684 | 2024-12-19T00:14:54.568Z | Downloaded uuid v1.11.0 |
685 | 2024-12-19T00:14:54.581Z | Downloaded serde-big-array v0.5.1 |
686 | 2024-12-19T00:14:54.584Z | Downloaded sync_wrapper v1.0.1 |
687 | 2024-12-19T00:14:54.586Z | Downloaded sync-ptr v0.1.1 |
688 | 2024-12-19T00:14:54.586Z | Downloaded pin-project-internal v1.1.6 |
689 | 2024-12-19T00:14:54.589Z | Downloaded tar v0.4.42 |
690 | 2024-12-19T00:14:54.591Z | Downloaded unicase v2.7.0 |
691 | 2024-12-19T00:14:54.594Z | Downloaded tracing-attributes v0.1.27 |
692 | 2024-12-19T00:14:54.596Z | Downloaded http v1.1.0 |
693 | 2024-12-19T00:14:54.600Z | Downloaded sqlformat v0.2.6 |
694 | 2024-12-19T00:14:54.602Z | Downloaded samael v0.0.17 |
695 | 2024-12-19T00:14:54.608Z | Downloaded pkg-config v0.3.31 |
696 | 2024-12-19T00:14:54.611Z | Downloaded rsa v0.9.6 |
697 | 2024-12-19T00:14:54.615Z | Downloaded parking_lot v0.12.3 |
698 | 2024-12-19T00:14:54.618Z | Downloaded write16 v1.0.0 |
699 | 2024-12-19T00:14:54.621Z | Downloaded num_threads v0.1.7 |
700 | 2024-12-19T00:14:54.623Z | Downloaded mio v1.0.2 |
701 | 2024-12-19T00:14:54.627Z | Downloaded num-traits v0.2.19 |
702 | 2024-12-19T00:14:54.630Z | Downloaded oso-derive v0.27.3 |
703 | 2024-12-19T00:14:54.633Z | Downloaded normalize-line-endings v0.3.0 |
704 | 2024-12-19T00:14:54.633Z | Downloaded proc-macro-crate v1.3.1 |
705 | 2024-12-19T00:14:54.633Z | Downloaded smf v0.2.3 |
706 | 2024-12-19T00:14:54.636Z | Downloaded omicron-zone-package v0.11.1 |
707 | 2024-12-19T00:14:54.639Z | Downloaded twox-hash v1.6.3 |
708 | 2024-12-19T00:14:54.642Z | Downloaded supports-color v3.0.1 |
709 | 2024-12-19T00:14:54.645Z | Downloaded subtle v2.6.1 |
710 | 2024-12-19T00:14:54.645Z | Downloaded progenitor-impl v0.8.0 |
711 | 2024-12-19T00:14:54.647Z | Downloaded vergen v8.3.2 |
712 | 2024-12-19T00:14:54.650Z | Downloaded cc v1.1.30 |
713 | 2024-12-19T00:14:54.663Z | Downloaded serde_path_to_error v0.1.16 |
714 | 2024-12-19T00:14:54.666Z | Downloaded getrandom v0.2.15 |
715 | 2024-12-19T00:14:54.666Z | Downloaded xz2 v0.1.7 |
716 | 2024-12-19T00:14:54.666Z | Downloaded strip-ansi-escapes v0.2.0 |
717 | 2024-12-19T00:14:54.666Z | Downloaded ghash v0.5.1 |
718 | 2024-12-19T00:14:54.666Z | Downloaded untrusted v0.7.1 |
719 | 2024-12-19T00:14:54.666Z | Downloaded hashlink v0.9.1 |
720 | 2024-12-19T00:14:54.669Z | Downloaded minimal-lexical v0.2.1 |
721 | 2024-12-19T00:14:54.672Z | Downloaded bumpalo v3.16.0 |
722 | 2024-12-19T00:14:54.675Z | Downloaded hash32 v0.3.1 |
723 | 2024-12-19T00:14:54.678Z | Downloaded futures-core v0.3.31 |
724 | 2024-12-19T00:14:54.680Z | Downloaded fallible-streaming-iterator v0.1.9 |
725 | 2024-12-19T00:14:54.680Z | Downloaded crossbeam-channel v0.5.13 |
726 | 2024-12-19T00:14:54.684Z | Downloaded endian-type v0.1.2 |
727 | 2024-12-19T00:14:54.687Z | Downloaded writeable v0.5.5 |
728 | 2024-12-19T00:14:54.689Z | Downloaded rustc-demangle v0.1.24 |
729 | 2024-12-19T00:14:54.689Z | Downloaded value-bag v1.9.0 |
730 | 2024-12-19T00:14:54.692Z | Downloaded termtree v0.4.1 |
731 | 2024-12-19T00:14:54.695Z | Downloaded ena v0.14.3 |
732 | 2024-12-19T00:14:54.697Z | Downloaded unicode-bidi v0.3.17 |
733 | 2024-12-19T00:14:54.699Z | Downloaded tracing-core v0.1.32 |
734 | 2024-12-19T00:14:54.702Z | Downloaded num-conv v0.1.0 |
735 | 2024-12-19T00:14:54.704Z | Downloaded display-error-chain v0.2.2 |
736 | 2024-12-19T00:14:54.704Z | Downloaded polyval v0.6.2 |
737 | 2024-12-19T00:14:54.707Z | Downloaded rustfmt-wrapper v0.2.1 |
738 | 2024-12-19T00:14:54.710Z | Downloaded dirs-sys-next v0.1.2 |
739 | 2024-12-19T00:14:54.710Z | Downloaded wyz v0.5.1 |
740 | 2024-12-19T00:14:54.712Z | Downloaded num_enum v0.5.11 |
741 | 2024-12-19T00:14:54.716Z | Downloaded fixedbitset v0.4.2 |
742 | 2024-12-19T00:14:54.719Z | Downloaded utf8_iter v1.0.4 |
743 | 2024-12-19T00:14:54.722Z | Downloaded tokio-postgres v0.7.12 |
744 | 2024-12-19T00:14:54.724Z | Downloaded shlex v1.3.0 |
745 | 2024-12-19T00:14:54.727Z | Downloaded aes v0.8.4 |
746 | 2024-12-19T00:14:54.730Z | Downloaded parse-size v1.1.0 |
747 | 2024-12-19T00:14:54.733Z | Downloaded rand_xorshift v0.3.0 |
748 | 2024-12-19T00:14:54.733Z | Downloaded phf_generator v0.11.2 |
749 | 2024-12-19T00:14:54.735Z | Downloaded futures-channel v0.3.31 |
750 | 2024-12-19T00:14:54.738Z | Downloaded fs_extra v1.3.0 |
751 | 2024-12-19T00:14:54.740Z | Downloaded rand_core v0.6.4 |
752 | 2024-12-19T00:14:54.743Z | Downloaded displaydoc v0.2.5 |
753 | 2024-12-19T00:14:54.745Z | Downloaded deranged v0.3.11 |
754 | 2024-12-19T00:14:54.746Z | Downloaded expectorate v1.1.0 |
755 | 2024-12-19T00:14:54.748Z | Downloaded zeroize_derive v1.4.2 |
756 | 2024-12-19T00:14:54.751Z | Downloaded zeroize v1.8.1 |
757 | 2024-12-19T00:14:54.751Z | Downloaded thiserror-impl-no-std v2.0.2 |
758 | 2024-12-19T00:14:54.753Z | Downloaded owo-colors v4.1.0 |
759 | 2024-12-19T00:14:54.756Z | Downloaded ed25519-dalek v2.1.1 |
760 | 2024-12-19T00:14:54.758Z | Downloaded waitgroup v0.1.2 |
761 | 2024-12-19T00:14:54.761Z | Downloaded rustc_version v0.4.1 |
762 | 2024-12-19T00:14:54.761Z | Downloaded hickory-resolver v0.24.1 |
763 | 2024-12-19T00:14:54.766Z | Downloaded diesel_table_macro_syntax v0.2.0 |
764 | 2024-12-19T00:14:54.769Z | Downloaded futures-task v0.3.31 |
765 | 2024-12-19T00:14:54.769Z | Downloaded termcolor v1.4.1 |
766 | 2024-12-19T00:14:54.772Z | Downloaded structmeta v0.3.0 |
767 | 2024-12-19T00:14:54.772Z | Downloaded stringprep v0.1.5 |
768 | 2024-12-19T00:14:54.775Z | Downloaded libxml v0.3.3 |
769 | 2024-12-19T00:14:54.779Z | Downloaded olpc-cjson v0.1.4 |
770 | 2024-12-19T00:14:54.782Z | Downloaded futures-sink v0.3.31 |
771 | 2024-12-19T00:14:54.785Z | Downloaded futures-macro v0.3.31 |
772 | 2024-12-19T00:14:54.785Z | Downloaded futures-io v0.3.31 |
773 | 2024-12-19T00:14:54.789Z | Downloaded futures-executor v0.3.31 |
774 | 2024-12-19T00:14:54.789Z | Downloaded float-ord v0.3.2 |
775 | 2024-12-19T00:14:54.789Z | Downloaded zerofrom-derive v0.1.4 |
776 | 2024-12-19T00:14:54.792Z | Downloaded futures v0.3.31 |
777 | 2024-12-19T00:14:54.794Z | Downloaded serde_repr v0.1.19 |
778 | 2024-12-19T00:14:54.797Z | Downloaded tower-service v0.3.3 |
779 | 2024-12-19T00:14:54.800Z | Downloaded serde_plain v1.0.2 |
780 | 2024-12-19T00:14:54.800Z | Downloaded schemars_derive v0.8.21 |
781 | 2024-12-19T00:14:54.803Z | Downloaded thiserror-no-std v2.0.2 |
782 | 2024-12-19T00:14:54.805Z | Downloaded signal-hook-registry v1.4.2 |
783 | 2024-12-19T00:14:54.808Z | Downloaded signal-hook-mio v0.2.4 |
784 | 2024-12-19T00:14:54.808Z | Downloaded sha1 v0.10.6 |
785 | 2024-12-19T00:14:54.811Z | Downloaded rustversion v1.0.17 |
786 | 2024-12-19T00:14:54.814Z | Downloaded pkcs5 v0.7.1 |
787 | 2024-12-19T00:14:54.817Z | Downloaded headers v0.4.0 |
788 | 2024-12-19T00:14:54.823Z | Downloaded dyn-clone v1.0.17 |
789 | 2024-12-19T00:14:54.825Z | Downloaded aes-gcm v0.10.3 |
790 | 2024-12-19T00:14:54.829Z | Downloaded itertools v0.13.0 |
791 | 2024-12-19T00:14:54.837Z | Downloaded embedded-io v0.4.0 |
792 | 2024-12-19T00:14:54.839Z | Downloaded signal-hook v0.3.17 |
793 | 2024-12-19T00:14:54.842Z | Downloaded want v0.3.1 |
794 | 2024-12-19T00:14:54.844Z | Downloaded dirs-next v2.0.0 |
795 | 2024-12-19T00:14:54.846Z | Downloaded fxhash v0.2.1 |
796 | 2024-12-19T00:14:54.846Z | Downloaded term v0.7.0 |
797 | 2024-12-19T00:14:54.851Z | Downloaded rusty-fork v0.3.0 |
798 | 2024-12-19T00:14:54.854Z | Downloaded tls_codec v0.4.1 |
799 | 2024-12-19T00:14:54.854Z | Downloaded derive-where v1.2.7 |
800 | 2024-12-19T00:14:54.856Z | Downloaded radium v0.7.0 |
801 | 2024-12-19T00:14:54.859Z | Downloaded r2d2 v0.8.10 |
802 | 2024-12-19T00:14:54.862Z | Downloaded pretty-hex v0.2.1 |
803 | 2024-12-19T00:14:54.862Z | Downloaded x509-cert v0.2.5 |
804 | 2024-12-19T00:14:54.868Z | Downloaded parse-display-derive v0.10.0 |
805 | 2024-12-19T00:14:54.871Z | Downloaded quinn-udp v0.5.5 |
806 | 2024-12-19T00:14:54.874Z | Downloaded quick-error v1.2.3 |
807 | 2024-12-19T00:14:54.874Z | Downloaded walkdir v2.5.0 |
808 | 2024-12-19T00:14:54.876Z | Downloaded toolchain_find v0.4.0 |
809 | 2024-12-19T00:14:54.876Z | Downloaded crossterm v0.28.1 |
810 | 2024-12-19T00:14:54.884Z | Downloaded universal-hash v0.5.1 |
811 | 2024-12-19T00:14:54.887Z | Downloaded itertools v0.10.5 |
812 | 2024-12-19T00:14:54.893Z | Downloaded openssl-probe v0.1.5 |
813 | 2024-12-19T00:14:54.896Z | Downloaded tinyvec_macros v0.1.1 |
814 | 2024-12-19T00:14:54.896Z | Downloaded openssl-macros v0.1.1 |
815 | 2024-12-19T00:14:54.896Z | Downloaded difflib v0.4.0 |
816 | 2024-12-19T00:14:54.896Z | Downloaded slog-async v2.8.0 |
817 | 2024-12-19T00:14:54.898Z | Downloaded slog-dtrace v0.3.0 |
818 | 2024-12-19T00:14:54.901Z | Downloaded path-slash v0.1.5 |
819 | 2024-12-19T00:14:54.901Z | Downloaded gethostname v0.5.0 |
820 | 2024-12-19T00:14:54.903Z | Downloaded password-hash v0.4.2 |
821 | 2024-12-19T00:14:54.906Z | Downloaded p256 v0.13.2 |
822 | 2024-12-19T00:14:54.909Z | Downloaded heck v0.3.3 |
823 | 2024-12-19T00:14:54.911Z | Downloaded slog-bunyan v2.5.0 |
824 | 2024-12-19T00:14:54.911Z | Downloaded similar v2.6.0 |
825 | 2024-12-19T00:14:54.916Z | Downloaded try-lock v0.2.5 |
826 | 2024-12-19T00:14:54.918Z | Downloaded phf_shared v0.10.0 |
827 | 2024-12-19T00:14:54.918Z | Downloaded dhcproto-macros v0.1.0 |
828 | 2024-12-19T00:14:54.920Z | Downloaded hashbrown v0.14.5 |
829 | 2024-12-19T00:14:54.924Z | Downloaded predicates-tree v1.0.11 |
830 | 2024-12-19T00:14:54.926Z | Downloaded zip v2.1.3 |
831 | 2024-12-19T00:14:54.931Z | Downloaded utf-8 v0.7.6 |
832 | 2024-12-19T00:14:54.933Z | Downloaded tls_codec_derive v0.4.1 |
833 | 2024-12-19T00:14:54.936Z | Downloaded ecdsa v0.16.9 |
834 | 2024-12-19T00:14:54.936Z | Downloaded openssl-sys v0.9.103 |
835 | 2024-12-19T00:14:54.941Z | Downloaded test-strategy v0.3.1 |
836 | 2024-12-19T00:14:54.945Z | Downloaded num_enum_derive v0.5.11 |
837 | 2024-12-19T00:14:54.947Z | Downloaded diesel-dtrace v0.3.0 |
838 | 2024-12-19T00:14:54.949Z | Downloaded topological-sort v0.2.2 |
839 | 2024-12-19T00:14:54.949Z | Downloaded float-cmp v0.9.0 |
840 | 2024-12-19T00:14:54.952Z | Downloaded flagset v0.4.6 |
841 | 2024-12-19T00:14:54.955Z | Downloaded dsl_auto_type v0.1.2 |
842 | 2024-12-19T00:14:54.955Z | Downloaded parse-display v0.10.0 |
843 | 2024-12-19T00:14:54.955Z | Downloaded packed_struct v0.10.1 |
844 | 2024-12-19T00:14:54.958Z | Downloaded filetime v0.2.25 |
845 | 2024-12-19T00:14:54.960Z | Downloaded group v0.13.0 |
846 | 2024-12-19T00:14:54.962Z | Downloaded globset v0.4.15 |
847 | 2024-12-19T00:14:54.963Z | Downloaded unicode-segmentation v1.12.0 |
848 | 2024-12-19T00:14:54.966Z | Downloaded schemars v0.8.21 |
849 | 2024-12-19T00:14:54.978Z | Downloaded zerofrom v0.1.4 |
850 | 2024-12-19T00:14:54.980Z | Downloaded tui-tree-widget v0.22.0 |
851 | 2024-12-19T00:14:54.983Z | Downloaded subprocess v0.2.9 |
852 | 2024-12-19T00:14:54.989Z | Downloaded tinystr v0.7.6 |
853 | 2024-12-19T00:14:54.989Z | Downloaded fallible-iterator v0.3.0 |
854 | 2024-12-19T00:14:54.989Z | Downloaded home v0.5.9 |
855 | 2024-12-19T00:14:54.989Z | Downloaded elliptic-curve v0.13.8 |
856 | 2024-12-19T00:14:54.993Z | Downloaded derive_builder_macro v0.20.2 |
857 | 2024-12-19T00:14:54.996Z | Downloaded paste v1.0.15 |
858 | 2024-12-19T00:14:54.999Z | Downloaded rtoolbox v0.0.2 |
859 | 2024-12-19T00:14:54.999Z | Downloaded unicode-properties v0.1.3 |
860 | 2024-12-19T00:14:55.001Z | Downloaded rfc6979 v0.4.0 |
861 | 2024-12-19T00:14:55.001Z | Downloaded prettyplease v0.2.25 |
862 | 2024-12-19T00:14:55.004Z | Downloaded typify-macro v0.2.0 |
863 | 2024-12-19T00:14:55.008Z | Downloaded quinn v0.11.5 |
864 | 2024-12-19T00:14:55.011Z | Downloaded downcast v0.11.0 |
865 | 2024-12-19T00:14:55.011Z | Downloaded utf16_iter v1.0.5 |
866 | 2024-12-19T00:14:55.013Z | Downloaded predicates v3.1.2 |
867 | 2024-12-19T00:14:55.016Z | Downloaded flume v0.11.1 |
868 | 2024-12-19T00:14:55.019Z | Downloaded untrusted v0.9.0 |
869 | 2024-12-19T00:14:55.023Z | Downloaded aho-corasick v1.1.3 |
870 | 2024-12-19T00:14:55.028Z | Downloaded phf v0.11.2 |
871 | 2024-12-19T00:14:55.031Z | Downloaded toml_edit v0.19.15 |
872 | 2024-12-19T00:14:55.045Z | Downloaded fd-lock v4.0.2 |
873 | 2024-12-19T00:14:55.048Z | Downloaded aws-lc-rs v1.10.0 |
874 | 2024-12-19T00:14:55.057Z | Downloaded ssh-encoding v0.2.0 |
875 | 2024-12-19T00:14:55.059Z | Downloaded rpassword v7.3.1 |
876 | 2024-12-19T00:14:55.061Z | Downloaded rustls-pki-types v1.9.0 |
877 | 2024-12-19T00:14:55.064Z | Downloaded ron v0.8.1 |
878 | 2024-12-19T00:14:55.069Z | Downloaded slog-envlogger v2.2.0 |
879 | 2024-12-19T00:14:55.070Z | Downloaded unicode-truncate v1.1.0 |
880 | 2024-12-19T00:14:55.072Z | Downloaded diff v0.1.13 |
881 | 2024-12-19T00:14:55.075Z | Downloaded slab v0.4.9 |
882 | 2024-12-19T00:14:55.078Z | Downloaded unicode-xid v0.2.6 |
883 | 2024-12-19T00:14:55.080Z | Downloaded uzers v0.12.1 |
884 | 2024-12-19T00:14:55.080Z | Downloaded half v2.4.1 |
885 | 2024-12-19T00:14:55.083Z | Downloaded pin-project-lite v0.2.14 |
886 | 2024-12-19T00:14:55.088Z | Downloaded peg v0.8.4 |
887 | 2024-12-19T00:14:55.092Z | Downloaded spki v0.7.3 |
888 | 2024-12-19T00:14:55.094Z | Downloaded which v4.4.2 |
889 | 2024-12-19T00:14:55.096Z | Downloaded postgres-protocol v0.6.7 |
890 | 2024-12-19T00:14:55.099Z | Downloaded yoke v0.7.4 |
891 | 2024-12-19T00:14:55.101Z | Downloaded yasna v0.5.2 |
892 | 2024-12-19T00:14:55.101Z | Downloaded whoami v1.5.2 |
893 | 2024-12-19T00:14:55.104Z | Downloaded reedline v0.35.0 |
894 | 2024-12-19T00:14:55.111Z | Downloaded postcard v1.0.10 |
895 | 2024-12-19T00:14:55.114Z | Downloaded ff v0.13.0 |
896 | 2024-12-19T00:14:55.117Z | Downloaded icu_properties_data v1.5.0 |
897 | 2024-12-19T00:14:55.127Z | Downloaded num v0.4.3 |
898 | 2024-12-19T00:14:55.129Z | Downloaded snafu v0.8.5 |
899 | 2024-12-19T00:14:55.134Z | Downloaded embedded-io v0.6.1 |
900 | 2024-12-19T00:14:55.137Z | Downloaded num-derive v0.4.2 |
901 | 2024-12-19T00:14:55.139Z | Downloaded socket2 v0.5.7 |
902 | 2024-12-19T00:14:55.142Z | Downloaded tungstenite v0.23.0 |
903 | 2024-12-19T00:14:55.145Z | Downloaded diesel_derives v2.2.3 |
904 | 2024-12-19T00:14:55.148Z | Downloaded tungstenite v0.21.0 |
905 | 2024-12-19T00:14:55.152Z | Downloaded nodrop v0.1.14 |
906 | 2024-12-19T00:14:55.155Z | Downloaded typify v0.2.0 |
907 | 2024-12-19T00:14:55.160Z | Downloaded url v2.5.3 |
908 | 2024-12-19T00:14:55.160Z | Downloaded derive_more v0.99.18 |
909 | 2024-12-19T00:14:55.163Z | Downloaded zerovec v0.10.4 |
910 | 2024-12-19T00:14:55.170Z | Downloaded dropshot_endpoint v0.12.0 |
911 | 2024-12-19T00:14:55.173Z | Downloaded rand v0.8.5 |
912 | 2024-12-19T00:14:55.177Z | Downloaded hmac v0.12.1 |
913 | 2024-12-19T00:14:55.180Z | Downloaded salty v0.3.0 |
914 | 2024-12-19T00:14:55.186Z | Downloaded tungstenite v0.24.0 |
915 | 2024-12-19T00:14:55.189Z | Downloaded spin v0.9.8 |
916 | 2024-12-19T00:14:55.191Z | Downloaded qorb v0.2.1 |
917 | 2024-12-19T00:14:55.196Z | Downloaded time v0.3.36 |
918 | 2024-12-19T00:14:55.203Z | Downloaded num-complex v0.4.6 |
919 | 2024-12-19T00:14:55.206Z | Downloaded fatfs v0.3.6 |
920 | 2024-12-19T00:14:55.208Z | Downloaded rayon-core v1.12.1 |
921 | 2024-12-19T00:14:55.212Z | Downloaded env_logger v0.10.2 |
922 | 2024-12-19T00:14:55.215Z | Downloaded proptest v1.5.0 |
923 | 2024-12-19T00:14:55.225Z | Downloaded bitvec v1.0.1 |
924 | 2024-12-19T00:14:55.241Z | Downloaded unsafe-libyaml v0.2.11 |
925 | 2024-12-19T00:14:55.245Z | Downloaded idna v0.4.0 |
926 | 2024-12-19T00:14:55.252Z | Downloaded heapless v0.7.17 |
927 | 2024-12-19T00:14:55.255Z | Downloaded unicode_categories v0.1.1 |
928 | 2024-12-19T00:14:55.258Z | Downloaded hashbrown v0.13.2 |
929 | 2024-12-19T00:14:55.262Z | Downloaded rcgen v0.12.1 |
930 | 2024-12-19T00:14:55.265Z | Downloaded chrono v0.4.38 |
931 | 2024-12-19T00:14:55.274Z | Downloaded ron v0.7.1 |
932 | 2024-12-19T00:14:55.278Z | Downloaded nix v0.27.1 |
933 | 2024-12-19T00:14:55.289Z | Downloaded idna v0.3.0 |
934 | 2024-12-19T00:14:55.296Z | Downloaded bindgen v0.69.5 |
935 | 2024-12-19T00:14:55.303Z | Downloaded typed-path v0.9.3 |
936 | 2024-12-19T00:14:55.310Z | Downloaded quick-xml v0.33.0 |
937 | 2024-12-19T00:14:55.317Z | Downloaded steno v0.4.1 |
938 | 2024-12-19T00:14:55.321Z | Downloaded num-bigint v0.4.6 |
939 | 2024-12-19T00:14:55.326Z | Downloaded winnow v0.5.40 |
940 | 2024-12-19T00:14:55.335Z | Downloaded p521 v0.13.3 |
941 | 2024-12-19T00:14:55.339Z | Downloaded idna v0.5.0 |
942 | 2024-12-19T00:14:55.346Z | Downloaded russh v0.45.0 |
943 | 2024-12-19T00:14:55.352Z | Downloaded h2 v0.4.6 |
944 | 2024-12-19T00:14:55.359Z | Downloaded rayon v1.10.0 |
945 | 2024-12-19T00:14:55.369Z | Downloaded nix v0.28.0 |
946 | 2024-12-19T00:14:55.381Z | Downloaded flate2 v1.0.34 |
947 | 2024-12-19T00:14:55.386Z | Downloaded quinn-proto v0.11.8 |
948 | 2024-12-19T00:14:55.393Z | Downloaded rusqlite v0.32.1 |
949 | 2024-12-19T00:14:55.400Z | Downloaded ssh-key v0.6.6 |
950 | 2024-12-19T00:14:55.408Z | Downloaded hkdf v0.12.4 |
951 | 2024-12-19T00:14:55.410Z | Downloaded petname v2.0.2 |
952 | 2024-12-19T00:14:55.416Z | Downloaded hashbrown v0.12.3 |
953 | 2024-12-19T00:14:55.420Z | Downloaded trust-dns-proto v0.22.0 |
954 | 2024-12-19T00:14:55.433Z | Downloaded openssl v0.10.66 |
955 | 2024-12-19T00:14:55.442Z | Downloaded rustls-webpki v0.101.7 |
956 | 2024-12-19T00:14:55.457Z | Downloaded zerocopy v0.8.10 |
957 | 2024-12-19T00:14:55.482Z | Downloaded radix_trie v0.2.1 |
958 | 2024-12-19T00:14:55.486Z | Downloaded gimli v0.31.1 |
959 | 2024-12-19T00:14:55.496Z | Downloaded portable-atomic v1.9.0 |
960 | 2024-12-19T00:14:55.503Z | Downloaded object v0.30.4 |
961 | 2024-12-19T00:14:55.521Z | Downloaded unicode-width v0.2.0 |
962 | 2024-12-19T00:14:55.529Z | Downloaded rustls-webpki v0.102.8 |
963 | 2024-12-19T00:14:55.555Z | Downloaded git2 v0.19.0 |
964 | 2024-12-19T00:14:55.566Z | Downloaded openapiv3 v2.0.0 |
965 | 2024-12-19T00:14:55.582Z | Downloaded dropshot v0.13.0 |
966 | 2024-12-19T00:14:55.603Z | Downloaded diesel v2.2.4 |
967 | 2024-12-19T00:14:55.621Z | Downloaded bstr v1.10.0 |
968 | 2024-12-19T00:14:55.631Z | Downloaded p384 v0.13.0 |
969 | 2024-12-19T00:14:55.637Z | Downloaded webpki-roots v0.26.6 |
970 | 2024-12-19T00:14:55.642Z | Downloaded rustls v0.23.14 |
971 | 2024-12-19T00:14:55.654Z | Downloaded chrono-tz v0.10.0 |
972 | 2024-12-19T00:14:55.661Z | Downloaded object v0.36.5 |
973 | 2024-12-19T00:14:55.672Z | Downloaded rustls v0.22.4 |
974 | 2024-12-19T00:14:55.686Z | Downloaded smoltcp v0.11.0 |
975 | 2024-12-19T00:14:55.698Z | Downloaded regex-syntax v0.6.29 |
976 | 2024-12-19T00:14:55.705Z | Downloaded regex-automata v0.4.8 |
977 | 2024-12-19T00:14:55.722Z | Downloaded typify-impl v0.2.0 |
978 | 2024-12-19T00:14:55.736Z | Downloaded dropshot v0.12.0 |
979 | 2024-12-19T00:14:55.755Z | Downloaded regress v0.10.1 |
980 | 2024-12-19T00:14:55.764Z | Downloaded lzma-sys v0.1.20 |
981 | 2024-12-19T00:14:55.793Z | Downloaded nix v0.29.0 |
982 | 2024-12-19T00:14:55.804Z | Downloaded regex-syntax v0.8.5 |
983 | 2024-12-19T00:14:55.812Z | Downloaded smoltcp v0.9.1 |
984 | 2024-12-19T00:14:55.823Z | Downloaded rustls v0.21.12 |
985 | 2024-12-19T00:14:55.834Z | Downloaded ratatui v0.28.1 |
986 | 2024-12-19T00:14:55.854Z | Downloaded libz-sys v1.1.20 |
987 | 2024-12-19T00:14:55.874Z | Downloaded regress v0.9.1 |
988 | 2024-12-19T00:14:55.882Z | Downloaded hickory-proto v0.24.1 |
989 | 2024-12-19T00:14:55.896Z | Downloaded sled v0.34.7 |
990 | 2024-12-19T00:14:55.905Z | Downloaded polar-core v0.27.3 |
991 | 2024-12-19T00:14:55.913Z | Downloaded zerocopy-derive v0.6.6 |
992 | 2024-12-19T00:14:55.922Z | Downloaded vcpkg v0.2.15 |
993 | 2024-12-19T00:14:55.961Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
994 | 2024-12-19T00:14:55.973Z | Downloaded regex v1.11.1 |
995 | 2024-12-19T00:14:55.987Z | Downloaded curve25519-dalek v4.1.3 |
996 | 2024-12-19T00:14:55.996Z | Downloaded tough v0.19.0 |
997 | 2024-12-19T00:14:56.005Z | Downloaded futures-util v0.3.31 |
998 | 2024-12-19T00:14:56.018Z | Downloaded idna v0.2.3 |
999 | 2024-12-19T00:14:56.024Z | Downloaded petgraph v0.6.5 |
1000 | 2024-12-19T00:14:56.041Z | Downloaded tracing v0.1.40 |
1001 | 2024-12-19T00:14:56.045Z | Downloaded reqwest v0.12.9 |
1002 | 2024-12-19T00:14:56.054Z | Downloaded sqlparser v0.45.0 |
1003 | 2024-12-19T00:14:56.059Z | Downloaded snafu-derive v0.8.5 |
1004 | 2024-12-19T00:14:56.061Z | Downloaded rustyline v14.0.0 |
1005 | 2024-12-19T00:14:56.066Z | Downloaded num-bigint-dig v0.8.4 |
1006 | 2024-12-19T00:14:56.070Z | Downloaded peg-macros v0.8.4 |
1007 | 2024-12-19T00:14:56.073Z | Downloaded lalrpop v0.19.12 |
1008 | 2024-12-19T00:14:56.083Z | Downloaded heapless v0.8.0 |
1009 | 2024-12-19T00:14:56.087Z | Downloaded tokio v1.40.0 |
1010 | 2024-12-19T00:14:56.124Z | Downloaded slog-json v2.6.1 |
1011 | 2024-12-19T00:14:56.127Z | Downloaded num-iter v0.1.45 |
1012 | 2024-12-19T00:14:56.127Z | Downloaded csv v1.3.0 |
1013 | 2024-12-19T00:14:56.146Z | Downloaded derive_builder_core v0.20.2 |
1014 | 2024-12-19T00:14:56.148Z | Downloaded pem-rfc7468 v0.7.0 |
1015 | 2024-12-19T00:14:56.150Z | Downloaded parse-zoneinfo v0.3.1 |
1016 | 2024-12-19T00:14:56.152Z | Downloaded nom v7.1.3 |
1017 | 2024-12-19T00:14:56.158Z | Downloaded sha3 v0.10.8 |
1018 | 2024-12-19T00:14:56.163Z | Downloaded serde_with v3.11.0 |
1019 | 2024-12-19T00:14:56.172Z | Downloaded serde_yaml v0.9.34+deprecated |
1020 | 2024-12-19T00:14:56.176Z | Downloaded siphasher v0.3.11 |
1021 | 2024-12-19T00:14:56.179Z | Downloaded hash32 v0.2.1 |
1022 | 2024-12-19T00:14:56.181Z | Downloaded derive_builder v0.20.2 |
1023 | 2024-12-19T00:14:56.184Z | Downloaded tinyvec v1.8.0 |
1024 | 2024-12-19T00:14:56.187Z | Downloaded phf_codegen v0.11.2 |
1025 | 2024-12-19T00:14:56.187Z | Downloaded string_cache v0.8.7 |
1026 | 2024-12-19T00:14:56.189Z | Downloaded phf_shared v0.11.2 |
1027 | 2024-12-19T00:14:56.191Z | Downloaded encoding_rs v0.8.34 |
1028 | 2024-12-19T00:14:56.212Z | Downloaded zerocopy-derive v0.8.10 |
1029 | 2024-12-19T00:14:56.218Z | Downloaded unicode-normalization v0.1.24 |
1030 | 2024-12-19T00:14:56.222Z | Downloaded blake3 v1.5.4 |
1031 | 2024-12-19T00:14:56.231Z | Downloaded parking_lot_core v0.9.10 |
1032 | 2024-12-19T00:14:56.233Z | Downloaded tokio-util v0.7.12 |
1033 | 2024-12-19T00:14:56.239Z | Downloaded num-integer v0.1.46 |
1034 | 2024-12-19T00:14:56.241Z | Downloaded glob v0.3.1 |
1035 | 2024-12-19T00:14:56.243Z | Downloaded dhcproto v0.12.0 |
1036 | 2024-12-19T00:14:56.246Z | Downloaded publicsuffix v2.2.3 |
1037 | 2024-12-19T00:14:56.248Z | Downloaded predicates-core v1.0.8 |
1038 | 2024-12-19T00:14:56.250Z | Downloaded shell-words v1.1.0 |
1039 | 2024-12-19T00:14:56.250Z | Downloaded der v0.7.9 |
1040 | 2024-12-19T00:14:56.254Z | Downloaded pbkdf2 v0.12.2 |
1041 | 2024-12-19T00:14:56.256Z | Downloaded pbkdf2 v0.11.0 |
1042 | 2024-12-19T00:14:56.258Z | Downloaded der_derive v0.7.3 |
1043 | 2024-12-19T00:14:56.260Z | Downloaded toml v0.7.8 |
1044 | 2024-12-19T00:14:56.263Z | Downloaded hickory-server v0.24.1 |
1045 | 2024-12-19T00:14:56.268Z | Downloaded oso v0.27.3 |
1046 | 2024-12-19T00:14:56.281Z | Downloaded scheduled-thread-pool v0.2.7 |
1047 | 2024-12-19T00:14:56.286Z | Downloaded pin-utils v0.1.0 |
1048 | 2024-12-19T00:14:56.286Z | Downloaded rand_chacha v0.3.1 |
1049 | 2024-12-19T00:14:56.286Z | Downloaded tabwriter v1.4.0 |
1050 | 2024-12-19T00:14:56.286Z | Downloaded synstructure v0.13.1 |
1051 | 2024-12-19T00:14:56.287Z | Downloaded structmeta-derive v0.3.0 |
1052 | 2024-12-19T00:14:56.287Z | Downloaded structmeta-derive v0.2.0 |
1053 | 2024-12-19T00:14:56.287Z | Downloaded structmeta v0.2.0 |
1054 | 2024-12-19T00:14:56.287Z | Downloaded zip v0.6.6 |
1055 | 2024-12-19T00:14:56.291Z | Downloaded itertools v0.12.1 |
1056 | 2024-12-19T00:14:56.293Z | Downloaded idna v1.0.3 |
1057 | 2024-12-19T00:14:56.297Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1058 | 2024-12-19T00:14:56.359Z | Downloaded nu-ansi-term v0.50.1 |
1059 | 2024-12-19T00:14:56.362Z | Downloaded des v0.8.1 |
1060 | 2024-12-19T00:14:56.365Z | Downloaded spin v0.5.2 |
1061 | 2024-12-19T00:14:56.367Z | Downloaded pkcs8 v0.10.2 |
1062 | 2024-12-19T00:14:56.369Z | Downloaded pkcs1 v0.7.5 |
1063 | 2024-12-19T00:14:56.371Z | Downloaded serde_derive_internals v0.29.1 |
1064 | 2024-12-19T00:14:56.374Z | Downloaded hyper v1.5.0 |
1065 | 2024-12-19T00:14:56.378Z | Downloaded libm v0.2.8 |
1066 | 2024-12-19T00:14:56.386Z | Downloaded password-hash v0.5.0 |
1067 | 2024-12-19T00:14:56.389Z | Downloaded pin-project v1.1.6 |
1068 | 2024-12-19T00:14:56.399Z | Downloaded slog-scope v4.4.0 |
1069 | 2024-12-19T00:14:56.402Z | Downloaded serde-hex v0.1.0 |
1070 | 2024-12-19T00:14:56.406Z | Downloaded semver v0.1.20 |
1071 | 2024-12-19T00:14:56.406Z | Downloaded scopeguard v1.2.0 |
1072 | 2024-12-19T00:14:56.406Z | Downloaded rustc-hash v2.0.0 |
1073 | 2024-12-19T00:14:56.409Z | Downloaded rustc-hash v1.1.0 |
1074 | 2024-12-19T00:14:56.409Z | Downloaded resolv-conf v0.7.0 |
1075 | 2024-12-19T00:14:56.409Z | Downloaded progenitor v0.8.0 |
1076 | 2024-12-19T00:14:56.411Z | Downloaded primeorder v0.13.6 |
1077 | 2024-12-19T00:14:56.411Z | Downloaded percent-encoding v2.3.1 |
1078 | 2024-12-19T00:14:56.411Z | Downloaded darling_core v0.20.10 |
1079 | 2024-12-19T00:14:56.415Z | Downloaded zopfli v0.8.1 |
1080 | 2024-12-19T00:14:56.419Z | Downloaded sec1 v0.7.3 |
1081 | 2024-12-19T00:14:56.422Z | Downloaded sct v0.7.1 |
1082 | 2024-12-19T00:14:56.425Z | Downloaded rustls-pemfile v2.2.0 |
1083 | 2024-12-19T00:14:56.425Z | Downloaded dropshot_endpoint v0.13.0 |
1084 | 2024-12-19T00:14:56.428Z | Downloaded backtrace v0.3.74 |
1085 | 2024-12-19T00:14:56.433Z | Downloaded crypto-bigint v0.5.5 |
1086 | 2024-12-19T00:14:56.440Z | Downloaded progenitor-client v0.8.0 |
1087 | 2024-12-19T00:14:56.442Z | Downloaded funty v2.0.0 |
1088 | 2024-12-19T00:14:56.442Z | Downloaded env_filter v0.1.2 |
1089 | 2024-12-19T00:14:56.445Z | Downloaded enum-as-inner v0.6.1 |
1090 | 2024-12-19T00:14:56.445Z | Downloaded enum-as-inner v0.5.1 |
1091 | 2024-12-19T00:14:56.447Z | Downloaded dunce v1.0.5 |
1092 | 2024-12-19T00:14:56.449Z | Downloaded zone v0.3.0 |
1093 | 2024-12-19T00:14:56.449Z | Downloaded zone v0.1.8 |
1094 | 2024-12-19T00:14:56.449Z | Downloaded postgres-types v0.2.8 |
1095 | 2024-12-19T00:14:56.452Z | Downloaded poly1305 v0.8.0 |
1096 | 2024-12-19T00:14:56.454Z | Downloaded parking_lot_core v0.8.6 |
1097 | 2024-12-19T00:14:56.456Z | Downloaded tokio-stream v0.1.16 |
1098 | 2024-12-19T00:14:56.461Z | Downloaded tokio-rustls v0.25.0 |
1099 | 2024-12-19T00:14:56.463Z | Downloaded tiny-keccak v2.0.2 |
1100 | 2024-12-19T00:14:56.466Z | Downloaded strum_macros v0.24.3 |
1101 | 2024-12-19T00:14:56.469Z | Downloaded base64 v0.22.1 |
1102 | 2024-12-19T00:14:56.474Z | Downloaded ssh-cipher v0.2.0 |
1103 | 2024-12-19T00:14:56.476Z | Downloaded signature v2.2.0 |
1104 | 2024-12-19T00:14:56.478Z | Downloaded secrecy v0.8.0 |
1105 | 2024-12-19T00:14:56.478Z | Downloaded scrypt v0.11.0 |
1106 | 2024-12-19T00:14:56.480Z | Downloaded rand_seeder v0.3.0 |
1107 | 2024-12-19T00:14:56.484Z | Downloaded vte v0.11.1 |
1108 | 2024-12-19T00:14:56.486Z | Downloaded strum_macros v0.26.4 |
1109 | 2024-12-19T00:14:56.486Z | Downloaded slog v2.7.0 |
1110 | 2024-12-19T00:14:56.489Z | Downloaded tokio-rustls v0.24.1 |
1111 | 2024-12-19T00:14:56.492Z | Downloaded indexmap v1.9.3 |
1112 | 2024-12-19T00:14:56.495Z | Downloaded ppv-lite86 v0.2.20 |
1113 | 2024-12-19T00:14:56.498Z | Downloaded powerfmt v0.2.0 |
1114 | 2024-12-19T00:14:56.498Z | Downloaded tokio-tungstenite v0.24.0 |
1115 | 2024-12-19T00:14:56.500Z | Downloaded tokio-tungstenite v0.21.0 |
1116 | 2024-12-19T00:14:56.502Z | Downloaded defmt v0.3.8 |
1117 | 2024-12-19T00:14:56.505Z | Downloaded debug-ignore v1.0.5 |
1118 | 2024-12-19T00:14:56.507Z | Downloaded data-encoding v2.6.0 |
1119 | 2024-12-19T00:14:56.510Z | Downloaded icu_collections v1.5.0 |
1120 | 2024-12-19T00:14:56.515Z | Downloaded rustc_version v0.1.7 |
1121 | 2024-12-19T00:14:56.517Z | Downloaded ed25519 v2.2.3 |
1122 | 2024-12-19T00:14:56.520Z | Downloaded russh-keys v0.45.0 |
1123 | 2024-12-19T00:14:56.522Z | Downloaded native-tls v0.2.12 |
1124 | 2024-12-19T00:14:56.525Z | Downloaded miniz_oxide v0.8.0 |
1125 | 2024-12-19T00:14:56.528Z | Downloaded icu_provider v1.5.0 |
1126 | 2024-12-19T00:14:56.531Z | Downloaded allocator-api2 v0.2.18 |
1127 | 2024-12-19T00:14:56.533Z | Downloaded bcs v0.1.6 |
1128 | 2024-12-19T00:14:56.537Z | Downloaded async-trait v0.1.83 |
1129 | 2024-12-19T00:14:56.539Z | Downloaded cexpr v0.6.0 |
1130 | 2024-12-19T00:14:56.542Z | Downloaded instability v0.3.2 |
1131 | 2024-12-19T00:14:56.542Z | Downloaded indent_write v2.2.0 |
1132 | 2024-12-19T00:14:56.545Z | Downloaded cipher v0.4.4 |
1133 | 2024-12-19T00:14:56.545Z | Downloaded argon2 v0.5.3 |
1134 | 2024-12-19T00:14:56.548Z | Downloaded mockall v0.13.0 |
1135 | 2024-12-19T00:14:56.548Z | Downloaded md-5 v0.10.6 |
1136 | 2024-12-19T00:14:56.551Z | Downloaded lru-cache v0.1.2 |
1137 | 2024-12-19T00:14:56.551Z | Downloaded crc32fast v1.4.2 |
1138 | 2024-12-19T00:14:56.554Z | Downloaded lazy_static v1.5.0 |
1139 | 2024-12-19T00:14:56.556Z | Downloaded lalrpop-util v0.19.12 |
1140 | 2024-12-19T00:14:56.556Z | Downloaded hubpack v0.1.2 |
1141 | 2024-12-19T00:14:56.558Z | Downloaded backoff v0.4.0 |
1142 | 2024-12-19T00:14:56.561Z | Downloaded ascii-canvas v3.0.0 |
1143 | 2024-12-19T00:14:56.561Z | Downloaded async-bb8-diesel v0.2.1 |
1144 | 2024-12-19T00:14:56.563Z | Downloaded addr2line v0.24.2 |
1145 | 2024-12-19T00:14:56.567Z | Downloaded libsw v3.3.1 |
1146 | 2024-12-19T00:14:56.567Z | Downloaded ipnetwork v0.20.0 |
1147 | 2024-12-19T00:14:56.569Z | Downloaded inout v0.1.3 |
1148 | 2024-12-19T00:14:56.569Z | Downloaded indoc v1.0.9 |
1149 | 2024-12-19T00:14:56.572Z | Downloaded impl-trait-for-tuples v0.2.2 |
1150 | 2024-12-19T00:14:56.576Z | Downloaded bb8 v0.8.5 |
1151 | 2024-12-19T00:14:56.577Z | Downloaded constant_time_eq v0.3.1 |
1152 | 2024-12-19T00:14:56.579Z | Downloaded cbc v0.1.2 |
1153 | 2024-12-19T00:14:56.579Z | Downloaded castaway v0.2.3 |
1154 | 2024-12-19T00:14:56.581Z | Downloaded buf-list v1.0.3 |
1155 | 2024-12-19T00:14:56.584Z | Downloaded bitflags v1.3.2 |
1156 | 2024-12-19T00:14:56.587Z | Downloaded async-recursion v1.1.1 |
1157 | 2024-12-19T00:14:56.699Z | Downloaded ring v0.17.8 |
1158 | 2024-12-19T00:14:56.812Z | Downloaded libsqlite3-sys v0.30.1 |
1159 | 2024-12-19T00:14:57.031Z | Downloaded ring v0.16.20 |
1160 | 2024-12-19T00:14:57.295Z | Downloaded aws-lc-sys v0.22.0 |
1161 | 2024-12-19T00:14:57.599Z | Compiling serde v1.0.215 |
1162 | 2024-12-19T00:14:57.601Z | Compiling lock_api v0.4.12 |
1163 | 2024-12-19T00:14:57.602Z | Compiling scopeguard v1.2.0 |
1164 | 2024-12-19T00:14:57.602Z | Compiling value-bag v1.9.0 |
1165 | 2024-12-19T00:14:57.602Z | Compiling typenum v1.17.0 |
1166 | 2024-12-19T00:14:57.602Z | Compiling generic-array v0.14.7 |
1167 | 2024-12-19T00:14:57.788Z | Compiling syn v2.0.87 |
1168 | 2024-12-19T00:14:57.799Z | Compiling getrandom v0.2.15 |
1169 | 2024-12-19T00:14:57.910Z | Compiling shlex v1.3.0 |
1170 | 2024-12-19T00:14:58.093Z | Compiling rand_core v0.6.4 |
1171 | 2024-12-19T00:14:58.230Z | Compiling log v0.4.22 |
1172 | 2024-12-19T00:14:58.306Z | Compiling subtle v2.6.1 |
1173 | 2024-12-19T00:14:58.326Z | Compiling jobserver v0.1.32 |
1174 | 2024-12-19T00:14:58.368Z | Compiling const-oid v0.9.6 |
1175 | 2024-12-19T00:14:58.601Z | Compiling smallvec v1.13.2 |
1176 | 2024-12-19T00:14:58.621Z | Compiling spin v0.9.8 |
1177 | 2024-12-19T00:14:58.671Z | Compiling cc v1.1.30 |
1178 | 2024-12-19T00:14:59.010Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-12-19T00:14:59.031Z | Compiling rustix v0.38.37 |
1180 | 2024-12-19T00:14:59.094Z | Compiling parking_lot_core v0.9.10 |
1181 | 2024-12-19T00:14:59.143Z | Compiling futures-core v0.3.31 |
1182 | 2024-12-19T00:14:59.269Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2024-12-19T00:14:59.382Z | Compiling mio v1.0.2 |
1184 | 2024-12-19T00:14:59.929Z | Compiling parking_lot v0.12.3 |
1185 | 2024-12-19T00:15:00.062Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-12-19T00:15:00.225Z | Compiling cpufeatures v0.2.14 |
1187 | 2024-12-19T00:15:00.309Z | Compiling regex-syntax v0.8.5 |
1188 | 2024-12-19T00:15:00.334Z | Compiling either v1.13.0 |
1189 | 2024-12-19T00:15:00.465Z | Compiling lazy_static v1.5.0 |
1190 | 2024-12-19T00:15:00.688Z | Compiling glob v0.3.1 |
1191 | 2024-12-19T00:15:00.737Z | Compiling futures-sink v0.3.31 |
1192 | 2024-12-19T00:15:00.848Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2024-12-19T00:15:00.884Z | Compiling socket2 v0.5.7 |
1194 | 2024-12-19T00:15:00.972Z | Compiling slab v0.4.9 |
1195 | 2024-12-19T00:15:01.020Z | Compiling prettyplease v0.2.25 |
1196 | 2024-12-19T00:15:01.381Z | Compiling minimal-lexical v0.2.1 |
1197 | 2024-12-19T00:15:01.706Z | Compiling clang-sys v1.8.1 |
1198 | 2024-12-19T00:15:01.749Z | Compiling libloading v0.8.5 |
1199 | 2024-12-19T00:15:01.896Z | Compiling nom v7.1.3 |
1200 | 2024-12-19T00:15:01.925Z | Compiling serde_json v1.0.132 |
1201 | 2024-12-19T00:15:02.178Z | Compiling home v0.5.9 |
1202 | 2024-12-19T00:15:02.242Z | Compiling bindgen v0.69.5 |
1203 | 2024-12-19T00:15:02.471Z | Compiling futures-channel v0.3.31 |
1204 | 2024-12-19T00:15:02.924Z | Compiling itertools v0.12.1 |
1205 | 2024-12-19T00:15:03.078Z | Compiling futures-task v0.3.31 |
1206 | 2024-12-19T00:15:03.228Z | Compiling rustc-hash v1.1.0 |
1207 | 2024-12-19T00:15:03.393Z | Compiling allocator-api2 v0.2.18 |
1208 | 2024-12-19T00:15:03.414Z | Compiling foldhash v0.1.3 |
1209 | 2024-12-19T00:15:03.723Z | Compiling futures-io v0.3.31 |
1210 | 2024-12-19T00:15:04.039Z | Compiling lazycell v1.3.0 |
1211 | 2024-12-19T00:15:04.217Z | Compiling regex-automata v0.4.8 |
1212 | 2024-12-19T00:15:04.257Z | Compiling pin-utils v0.1.0 |
1213 | 2024-12-19T00:15:04.349Z | Compiling hashbrown v0.15.0 |
1214 | 2024-12-19T00:15:05.704Z | Compiling synstructure v0.13.1 |
1215 | 2024-12-19T00:15:05.875Z | Compiling cexpr v0.6.0 |
1216 | 2024-12-19T00:15:06.077Z | Compiling cmake v0.1.51 |
1217 | 2024-12-19T00:15:07.142Z | Compiling libm v0.2.8 |
1218 | 2024-12-19T00:15:07.408Z | Compiling pkg-config v0.3.31 |
1219 | 2024-12-19T00:15:07.459Z | Compiling dunce v1.0.5 |
1220 | 2024-12-19T00:15:07.522Z | Compiling fs_extra v1.3.0 |
1221 | 2024-12-19T00:15:07.597Z | Compiling tinyvec_macros v0.1.1 |
1222 | 2024-12-19T00:15:07.692Z | Compiling tinyvec v1.8.0 |
1223 | 2024-12-19T00:15:07.740Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-19T00:15:08.261Z | Compiling ring v0.17.8 |
1225 | 2024-12-19T00:15:08.980Z | Compiling unicode-bidi v0.3.17 |
1226 | 2024-12-19T00:15:09.001Z | Compiling writeable v0.5.5 |
1227 | 2024-12-19T00:15:09.213Z | Compiling unicode-normalization v0.1.24 |
1228 | 2024-12-19T00:15:09.383Z | Compiling paste v1.0.15 |
1229 | 2024-12-19T00:15:09.527Z | Compiling litemap v0.7.3 |
1230 | 2024-12-19T00:15:09.578Z | Compiling base64ct v1.6.0 |
1231 | 2024-12-19T00:15:09.877Z | Compiling regex v1.11.1 |
1232 | 2024-12-19T00:15:10.152Z | Compiling pem-rfc7468 v0.7.0 |
1233 | 2024-12-19T00:15:10.407Z | Compiling aws-lc-rs v1.10.0 |
1234 | 2024-12-19T00:15:10.784Z | Compiling flagset v0.4.6 |
1235 | 2024-12-19T00:15:10.831Z | Compiling httparse v1.9.5 |
1236 | 2024-12-19T00:15:11.008Z | Compiling tracing-core v0.1.32 |
1237 | 2024-12-19T00:15:11.671Z | Compiling crossbeam-utils v0.8.20 |
1238 | 2024-12-19T00:15:12.116Z | Compiling rustls-pki-types v1.9.0 |
1239 | 2024-12-19T00:15:12.201Z | Compiling icu_locid_transform_data v1.5.0 |
1240 | 2024-12-19T00:15:12.283Z | Compiling percent-encoding v2.3.1 |
1241 | 2024-12-19T00:15:12.346Z | Compiling powerfmt v0.2.0 |
1242 | 2024-12-19T00:15:12.381Z | Compiling serde_derive v1.0.215 |
1243 | 2024-12-19T00:15:12.644Z | Compiling zeroize_derive v1.4.2 |
1244 | 2024-12-19T00:15:12.676Z | Compiling zerocopy-derive v0.7.35 |
1245 | 2024-12-19T00:15:13.005Z | Compiling tokio-macros v2.4.0 |
1246 | 2024-12-19T00:15:13.094Z | Compiling zerofrom-derive v0.1.4 |
1247 | 2024-12-19T00:15:14.202Z | Compiling zeroize v1.8.1 |
1248 | 2024-12-19T00:15:14.564Z | Compiling thiserror-impl v1.0.69 |
1249 | 2024-12-19T00:15:14.567Z | Compiling yoke-derive v0.7.4 |
1250 | 2024-12-19T00:15:14.999Z | Compiling zerocopy v0.7.35 |
1251 | 2024-12-19T00:15:15.916Z | Compiling crypto-common v0.1.6 |
1252 | 2024-12-19T00:15:16.157Z | Compiling block-buffer v0.10.4 |
1253 | 2024-12-19T00:15:16.397Z | Compiling digest v0.10.7 |
1254 | 2024-12-19T00:15:16.626Z | Compiling zerovec-derive v0.10.3 |
1255 | 2024-12-19T00:15:16.876Z | Compiling hmac v0.12.1 |
1256 | 2024-12-19T00:15:17.111Z | Compiling futures-macro v0.3.31 |
1257 | 2024-12-19T00:15:17.136Z | Compiling block-padding v0.3.3 |
1258 | 2024-12-19T00:15:17.237Z | Compiling zerofrom v0.1.4 |
1259 | 2024-12-19T00:15:17.363Z | Compiling displaydoc v0.2.5 |
1260 | 2024-12-19T00:15:17.457Z | Compiling inout v0.1.3 |
1261 | 2024-12-19T00:15:17.748Z | Compiling cipher v0.4.4 |
1262 | 2024-12-19T00:15:17.916Z | Compiling yoke v0.7.4 |
1263 | 2024-12-19T00:15:17.955Z | Compiling thiserror v1.0.69 |
1264 | 2024-12-19T00:15:18.102Z | Compiling sha2 v0.10.8 |
1265 | 2024-12-19T00:15:18.251Z | Compiling ppv-lite86 v0.2.20 |
1266 | 2024-12-19T00:15:18.281Z | Compiling icu_provider_macros v1.5.0 |
1267 | 2024-12-19T00:15:18.979Z | Compiling der_derive v0.7.3 |
1268 | 2024-12-19T00:15:18.999Z | Compiling futures-util v0.3.31 |
1269 | 2024-12-19T00:15:19.123Z | Compiling rand_chacha v0.3.1 |
1270 | 2024-12-19T00:15:19.293Z | Compiling zerovec v0.10.4 |
1271 | 2024-12-19T00:15:19.333Z | Compiling tracing-attributes v0.1.27 |
1272 | 2024-12-19T00:15:20.381Z | Compiling rand v0.8.5 |
1273 | 2024-12-19T00:15:21.440Z | Compiling tinystr v0.7.6 |
1274 | 2024-12-19T00:15:21.532Z | Compiling der v0.7.9 |
1275 | 2024-12-19T00:15:21.568Z | Compiling icu_collections v1.5.0 |
1276 | 2024-12-19T00:15:21.606Z | Compiling salsa20 v0.10.2 |
1277 | 2024-12-19T00:15:21.840Z | Compiling icu_locid v1.5.0 |
1278 | 2024-12-19T00:15:21.905Z | Compiling pest v2.7.14 |
1279 | 2024-12-19T00:15:22.611Z | Compiling pbkdf2 v0.12.2 |
1280 | 2024-12-19T00:15:22.801Z | Compiling num-conv v0.1.0 |
1281 | 2024-12-19T00:15:23.032Z | Compiling icu_provider v1.5.0 |
1282 | 2024-12-19T00:15:23.072Z | Compiling vcpkg v0.2.15 |
1283 | 2024-12-19T00:15:23.163Z | Compiling tracing v0.1.40 |
1284 | 2024-12-19T00:15:23.681Z | Compiling spki v0.7.3 |
1285 | 2024-12-19T00:15:24.071Z | Compiling icu_locid_transform v1.5.0 |
1286 | 2024-12-19T00:15:24.116Z | Compiling untrusted v0.7.1 |
1287 | 2024-12-19T00:15:24.289Z | Compiling mirai-annotations v1.12.0 |
1288 | 2024-12-19T00:15:24.312Z | Compiling time-core v0.1.2 |
1289 | 2024-12-19T00:15:24.479Z | Compiling untrusted v0.9.0 |
1290 | 2024-12-19T00:15:24.500Z | Compiling icu_properties_data v1.5.0 |
1291 | 2024-12-19T00:15:24.755Z | Compiling time-macros v0.2.18 |
1292 | 2024-12-19T00:15:24.930Z | Compiling pest_meta v2.7.14 |
1293 | 2024-12-19T00:15:24.974Z | Compiling scrypt v0.11.0 |
1294 | 2024-12-19T00:15:25.217Z | Compiling icu_properties v1.5.1 |
1295 | 2024-12-19T00:15:25.261Z | Compiling openssl-sys v0.9.103 |
1296 | 2024-12-19T00:15:25.575Z | Compiling cbc v0.1.2 |
1297 | 2024-12-19T00:15:25.826Z | Compiling aes v0.8.4 |
1298 | 2024-12-19T00:15:26.386Z | Compiling bitflags v2.6.0 |
1299 | 2024-12-19T00:15:26.779Z | Compiling bytes v1.8.0 |
1300 | 2024-12-19T00:15:28.038Z | Compiling tokio v1.40.0 |
1301 | 2024-12-19T00:15:28.134Z | Compiling indexmap v2.6.0 |
1302 | 2024-12-19T00:15:28.552Z | Compiling http v1.1.0 |
1303 | 2024-12-19T00:15:28.767Z | Compiling semver v1.0.23 |
1304 | 2024-12-19T00:15:29.556Z | Compiling rustc_version v0.4.1 |
1305 | 2024-12-19T00:15:29.630Z | Compiling deranged v0.3.11 |
1306 | 2024-12-19T00:15:30.083Z | Compiling scroll_derive v0.12.0 |
1307 | 2024-12-19T00:15:30.275Z | Compiling atomic-waker v1.1.2 |
1308 | 2024-12-19T00:15:30.341Z | Compiling num_threads v0.1.7 |
1309 | 2024-12-19T00:15:30.453Z | Compiling utf8_iter v1.0.4 |
1310 | 2024-12-19T00:15:30.473Z | Compiling utf16_iter v1.0.5 |
1311 | 2024-12-19T00:15:30.710Z | Compiling write16 v1.0.0 |
1312 | 2024-12-19T00:15:30.730Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2024-12-19T00:15:30.840Z | Compiling which v4.4.2 |
1314 | 2024-12-19T00:15:30.858Z | Compiling icu_normalizer v1.5.0 |
1315 | 2024-12-19T00:15:31.099Z | Compiling http-body v1.0.1 |
1316 | 2024-12-19T00:15:31.454Z | Compiling pkcs5 v0.7.1 |
1317 | 2024-12-19T00:15:31.578Z | Compiling time v0.3.36 |
1318 | 2024-12-19T00:15:31.608Z | Compiling scroll v0.12.0 |
1319 | 2024-12-19T00:15:31.668Z | Compiling pest_generator v2.7.14 |
1320 | 2024-12-19T00:15:32.190Z | Compiling form_urlencoded v1.2.1 |
1321 | 2024-12-19T00:15:32.296Z | Compiling try-lock v0.2.5 |
1322 | 2024-12-19T00:15:32.456Z | Compiling slog v2.7.0 |
1323 | 2024-12-19T00:15:32.535Z | Compiling want v0.3.1 |
1324 | 2024-12-19T00:15:32.702Z | Compiling goblin v0.8.2 |
1325 | 2024-12-19T00:15:32.817Z | Compiling pkcs8 v0.10.2 |
1326 | 2024-12-19T00:15:32.889Z | Compiling idna_adapter v1.2.0 |
1327 | 2024-12-19T00:15:33.067Z | Compiling httpdate v1.0.3 |
1328 | 2024-12-19T00:15:33.126Z | Compiling idna v1.0.3 |
1329 | 2024-12-19T00:15:33.565Z | Compiling serde_tokenstream v0.2.2 |
1330 | 2024-12-19T00:15:33.698Z | Compiling pest_derive v2.7.14 |
1331 | 2024-12-19T00:15:34.156Z | Compiling toml_datetime v0.6.8 |
1332 | 2024-12-19T00:15:34.397Z | Compiling uuid v1.11.0 |
1333 | 2024-12-19T00:15:34.526Z | Compiling dtrace-parser v0.2.0 |
1334 | 2024-12-19T00:15:34.669Z | Compiling serde_spanned v0.6.8 |
1335 | 2024-12-19T00:15:34.909Z | Compiling iana-time-zone v0.1.61 |
1336 | 2024-12-19T00:15:34.988Z | Compiling foreign-types-shared v0.1.1 |
1337 | 2024-12-19T00:15:35.099Z | Compiling rustversion v1.0.17 |
1338 | 2024-12-19T00:15:35.370Z | Compiling match_cfg v0.1.0 |
1339 | 2024-12-19T00:15:35.469Z | Compiling base64 v0.22.1 |
1340 | 2024-12-19T00:15:35.829Z | Compiling tower-service v0.3.3 |
1341 | 2024-12-19T00:15:35.862Z | Compiling adler2 v2.0.0 |
1342 | 2024-12-19T00:15:35.963Z | Compiling openssl v0.10.66 |
1343 | 2024-12-19T00:15:36.086Z | Compiling miniz_oxide v0.8.0 |
1344 | 2024-12-19T00:15:36.331Z | Compiling hostname v0.3.1 |
1345 | 2024-12-19T00:15:36.424Z | Compiling foreign-types v0.3.2 |
1346 | 2024-12-19T00:15:36.528Z | Compiling tokio-util v0.7.12 |
1347 | 2024-12-19T00:15:36.594Z | Compiling chrono v0.4.38 |
1348 | 2024-12-19T00:15:36.797Z | Compiling url v2.5.3 |
1349 | 2024-12-19T00:15:37.654Z | Compiling h2 v0.4.6 |
1350 | 2024-12-19T00:15:37.973Z | Compiling openssl-macros v0.1.1 |
1351 | 2024-12-19T00:15:38.267Z | Compiling async-trait v0.1.83 |
1352 | 2024-12-19T00:15:38.750Z | Compiling dof v0.3.0 |
1353 | 2024-12-19T00:15:38.837Z | Compiling dirs-sys-next v0.1.2 |
1354 | 2024-12-19T00:15:39.524Z | Compiling usdt-impl v0.5.0 |
1355 | 2024-12-19T00:15:40.410Z | Compiling syn v1.0.109 |
1356 | 2024-12-19T00:15:41.030Z | Compiling rustls v0.22.4 |
1357 | 2024-12-19T00:15:41.075Z | Compiling siphasher v0.3.11 |
1358 | 2024-12-19T00:15:41.131Z | Compiling native-tls v0.2.12 |
1359 | 2024-12-19T00:15:41.150Z | Compiling data-encoding v2.6.0 |
1360 | 2024-12-19T00:15:41.294Z | Compiling rustls v0.23.14 |
1361 | 2024-12-19T00:15:41.511Z | Compiling dirs-next v2.0.0 |
1362 | 2024-12-19T00:15:41.700Z | Compiling http-body-util v0.1.2 |
1363 | 2024-12-19T00:15:42.249Z | Compiling crossbeam-epoch v0.9.18 |
1364 | 2024-12-19T00:15:42.987Z | Compiling heapless v0.7.17 |
1365 | 2024-12-19T00:15:43.037Z | Compiling sha1 v0.10.6 |
1366 | 2024-12-19T00:15:43.099Z | Compiling signature v2.2.0 |
1367 | 2024-12-19T00:15:43.394Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1368 | 2024-12-19T00:15:43.414Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2024-12-19T00:15:43.451Z | Compiling thread_local v1.1.8 |
1370 | 2024-12-19T00:15:43.632Z | Compiling cookie v0.18.1 |
1371 | 2024-12-19T00:15:43.690Z | Compiling multer v3.1.0 |
1372 | 2024-12-19T00:15:43.903Z | Compiling encoding_rs v0.8.34 |
1373 | 2024-12-19T00:15:43.925Z | Compiling openssl-probe v0.1.5 |
1374 | 2024-12-19T00:15:43.988Z | Compiling slog-async v2.8.0 |
1375 | 2024-12-19T00:15:44.022Z | Compiling rayon-core v1.12.1 |
1376 | 2024-12-19T00:15:44.265Z | Compiling ipnet v2.10.1 |
1377 | 2024-12-19T00:15:44.284Z | Compiling schemars v0.8.21 |
1378 | 2024-12-19T00:15:44.506Z | Compiling gimli v0.31.1 |
1379 | 2024-12-19T00:15:44.596Z | Compiling signal-hook v0.3.17 |
1380 | 2024-12-19T00:15:44.878Z | Compiling hyper v1.5.0 |
1381 | 2024-12-19T00:15:45.618Z | Compiling unicode-properties v0.1.3 |
1382 | 2024-12-19T00:15:46.026Z | Compiling mime v0.3.17 |
1383 | 2024-12-19T00:15:46.179Z | Compiling schemars_derive v0.8.21 |
1384 | 2024-12-19T00:15:46.642Z | Compiling stringprep v0.1.5 |
1385 | 2024-12-19T00:15:47.903Z | Compiling hyper-util v0.1.10 |
1386 | 2024-12-19T00:15:48.694Z | Compiling toml_edit v0.22.22 |
1387 | 2024-12-19T00:15:49.092Z | Compiling addr2line v0.24.2 |
1388 | 2024-12-19T00:15:49.564Z | Compiling usdt-macro v0.5.0 |
1389 | 2024-12-19T00:15:49.748Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-12-19T00:15:49.809Z | Compiling crossbeam-deque v0.8.5 |
1391 | 2024-12-19T00:15:50.157Z | Compiling term v0.7.0 |
1392 | 2024-12-19T00:15:50.845Z | Compiling slog-json v2.6.1 |
1393 | 2024-12-19T00:15:51.018Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-12-19T00:15:51.110Z | Compiling crossbeam-channel v0.5.13 |
1395 | 2024-12-19T00:15:51.209Z | Compiling curve25519-dalek v4.1.3 |
1396 | 2024-12-19T00:15:51.386Z | Compiling futures-executor v0.3.31 |
1397 | 2024-12-19T00:15:51.538Z | Compiling enum-as-inner v0.6.1 |
1398 | 2024-12-19T00:15:51.702Z | Compiling md-5 v0.10.6 |
1399 | 2024-12-19T00:15:51.813Z | Compiling rustls-pemfile v2.2.0 |
1400 | 2024-12-19T00:15:51.930Z | Compiling async-stream-impl v0.3.6 |
1401 | 2024-12-19T00:15:51.981Z | Compiling num-integer v0.1.46 |
1402 | 2024-12-19T00:15:52.150Z | Compiling idna v0.3.0 |
1403 | 2024-12-19T00:15:52.229Z | Compiling idna v0.4.0 |
1404 | 2024-12-19T00:15:52.652Z | Compiling ff v0.13.0 |
1405 | 2024-12-19T00:15:52.820Z | Compiling hash32 v0.2.1 |
1406 | 2024-12-19T00:15:52.884Z | Compiling is-terminal v0.4.13 |
1407 | 2024-12-19T00:15:53.021Z | Compiling object v0.36.5 |
1408 | 2024-12-19T00:15:53.214Z | Compiling dropshot v0.12.0 |
1409 | 2024-12-19T00:15:53.294Z | Compiling base16ct v0.2.0 |
1410 | 2024-12-19T00:15:53.488Z | Compiling take_mut v0.2.2 |
1411 | 2024-12-19T00:15:53.636Z | Compiling smoltcp v0.9.1 |
1412 | 2024-12-19T00:15:53.658Z | Compiling rustc-demangle v0.1.24 |
1413 | 2024-12-19T00:15:53.829Z | Compiling linked-hash-map v0.5.6 |
1414 | 2024-12-19T00:15:53.884Z | Compiling psl-types v2.0.11 |
1415 | 2024-12-19T00:15:54.078Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2024-12-19T00:15:54.200Z | Compiling dyn-clone v1.0.17 |
1417 | 2024-12-19T00:15:54.355Z | Compiling quick-error v1.2.3 |
1418 | 2024-12-19T00:15:54.375Z | Compiling anyhow v1.0.93 |
1419 | 2024-12-19T00:15:54.407Z | Compiling portable-atomic v1.9.0 |
1420 | 2024-12-19T00:15:54.503Z | Compiling utf-8 v0.7.6 |
1421 | 2024-12-19T00:15:54.654Z | Compiling fallible-iterator v0.2.0 |
1422 | 2024-12-19T00:15:54.832Z | Compiling tungstenite v0.24.0 |
1423 | 2024-12-19T00:15:55.378Z | Compiling postgres-protocol v0.6.7 |
1424 | 2024-12-19T00:15:55.399Z | Compiling resolv-conf v0.7.0 |
1425 | 2024-12-19T00:15:56.279Z | Compiling lru-cache v0.1.2 |
1426 | 2024-12-19T00:15:56.485Z | Compiling publicsuffix v2.2.3 |
1427 | 2024-12-19T00:15:56.778Z | Compiling sec1 v0.7.3 |
1428 | 2024-12-19T00:15:57.245Z | Compiling async-stream v0.3.6 |
1429 | 2024-12-19T00:15:57.333Z | Compiling hickory-proto v0.24.1 |
1430 | 2024-12-19T00:15:57.542Z | Compiling usdt v0.5.0 |
1431 | 2024-12-19T00:15:58.038Z | Compiling slog-term v2.9.1 |
1432 | 2024-12-19T00:15:58.055Z | Compiling group v0.13.0 |
1433 | 2024-12-19T00:15:58.381Z | Compiling num-iter v0.1.45 |
1434 | 2024-12-19T00:15:58.455Z | Compiling toml v0.8.19 |
1435 | 2024-12-19T00:15:58.690Z | Compiling futures v0.3.31 |
1436 | 2024-12-19T00:15:58.820Z | Compiling slog-bunyan v2.5.0 |
1437 | 2024-12-19T00:15:59.534Z | Compiling tokio-native-tls v0.3.1 |
1438 | 2024-12-19T00:16:00.295Z | Compiling camino v1.1.9 |
1439 | 2024-12-19T00:16:01.010Z | Compiling backtrace v0.3.74 |
1440 | 2024-12-19T00:16:01.053Z | Compiling phf_shared v0.11.2 |
1441 | 2024-12-19T00:16:01.291Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2024-12-19T00:16:01.388Z | Compiling terminal_size v0.4.0 |
1443 | 2024-12-19T00:16:01.456Z | Compiling waitgroup v0.1.2 |
1444 | 2024-12-19T00:16:01.505Z | Compiling openapiv3 v2.0.0 |
1445 | 2024-12-19T00:16:01.619Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2024-12-19T00:16:01.693Z | Compiling hkdf v0.12.4 |
1447 | 2024-12-19T00:16:01.963Z | Compiling crypto-bigint v0.5.5 |
1448 | 2024-12-19T00:16:02.487Z | Compiling webpki-roots v0.26.6 |
1449 | 2024-12-19T00:16:02.695Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2024-12-19T00:16:04.793Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2024-12-19T00:16:04.911Z | Compiling hubpack_derive v0.1.1 |
1452 | 2024-12-19T00:16:05.026Z | Compiling idna v0.5.0 |
1453 | 2024-12-19T00:16:05.851Z | Compiling hostname v0.4.0 |
1454 | 2024-12-19T00:16:05.960Z | Compiling ahash v0.8.11 |
1455 | 2024-12-19T00:16:05.985Z | Compiling fs-err v2.11.0 |
1456 | 2024-12-19T00:16:06.120Z | Compiling crc32fast v1.4.2 |
1457 | 2024-12-19T00:16:06.273Z | Compiling bitflags v1.3.2 |
1458 | 2024-12-19T00:16:06.292Z | Compiling managed v0.8.0 |
1459 | 2024-12-19T00:16:06.393Z | Compiling winnow v0.5.40 |
1460 | 2024-12-19T00:16:06.408Z | Compiling debug-ignore v1.0.5 |
1461 | 2024-12-19T00:16:06.502Z | Compiling clap_builder v4.5.21 |
1462 | 2024-12-19T00:16:06.569Z | Compiling console v0.15.8 |
1463 | 2024-12-19T00:16:06.749Z | Compiling strum_macros v0.25.3 |
1464 | 2024-12-19T00:16:08.203Z | Compiling flate2 v1.0.34 |
1465 | 2024-12-19T00:16:08.440Z | Compiling cookie_store v0.21.0 |
1466 | 2024-12-19T00:16:08.873Z | Compiling hubpack v0.1.2 |
1467 | 2024-12-19T00:16:09.178Z | Compiling elliptic-curve v0.13.8 |
1468 | 2024-12-19T00:16:09.343Z | Compiling zerocopy v0.6.6 |
1469 | 2024-12-19T00:16:10.056Z | Compiling toml_edit v0.19.15 |
1470 | 2024-12-19T00:16:10.092Z | Compiling hickory-resolver v0.24.1 |
1471 | 2024-12-19T00:16:10.324Z | Compiling phf v0.11.2 |
1472 | 2024-12-19T00:16:10.656Z | Compiling signal-hook-mio v0.2.4 |
1473 | 2024-12-19T00:16:10.833Z | Compiling rayon v1.10.0 |
1474 | 2024-12-19T00:16:11.015Z | Compiling hyper-tls v0.6.0 |
1475 | 2024-12-19T00:16:11.087Z | Compiling bzip2 v0.4.4 |
1476 | 2024-12-19T00:16:11.508Z | Compiling postgres-types v0.2.8 |
1477 | 2024-12-19T00:16:13.127Z | Compiling tokio-tungstenite v0.24.0 |
1478 | 2024-12-19T00:16:15.052Z | Compiling ed25519 v2.2.3 |
1479 | 2024-12-19T00:16:15.794Z | Compiling phf_shared v0.10.0 |
1480 | 2024-12-19T00:16:15.932Z | Compiling tokio-stream v0.1.16 |
1481 | 2024-12-19T00:16:16.029Z | Compiling pkcs1 v0.7.5 |
1482 | 2024-12-19T00:16:16.216Z | Compiling serde-big-array v0.5.1 |
1483 | 2024-12-19T00:16:16.467Z | Compiling clap_derive v4.5.18 |
1484 | 2024-12-19T00:16:16.970Z | Compiling rfc6979 v0.4.0 |
1485 | 2024-12-19T00:16:17.014Z | Compiling derive-where v1.2.7 |
1486 | 2024-12-19T00:16:17.050Z | Compiling serde_repr v0.1.19 |
1487 | 2024-12-19T00:16:17.072Z | Compiling float-cmp v0.9.0 |
1488 | 2024-12-19T00:16:17.148Z | Compiling bstr v1.10.0 |
1489 | 2024-12-19T00:16:17.292Z | Compiling sync_wrapper v1.0.1 |
1490 | 2024-12-19T00:16:17.458Z | Compiling bit-vec v0.6.3 |
1491 | 2024-12-19T00:16:17.953Z | Compiling difflib v0.4.0 |
1492 | 2024-12-19T00:16:18.244Z | Compiling unicode-width v0.2.0 |
1493 | 2024-12-19T00:16:18.289Z | Compiling unicode-segmentation v1.12.0 |
1494 | 2024-12-19T00:16:18.792Z | Compiling precomputed-hash v0.1.1 |
1495 | 2024-12-19T00:16:18.913Z | Compiling fixedbitset v0.4.2 |
1496 | 2024-12-19T00:16:18.948Z | Compiling static_assertions v1.1.0 |
1497 | 2024-12-19T00:16:19.055Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-12-19T00:16:19.187Z | Compiling number_prefix v0.4.0 |
1499 | 2024-12-19T00:16:19.207Z | Compiling new_debug_unreachable v1.0.6 |
1500 | 2024-12-19T00:16:19.306Z | Compiling predicates-core v1.0.8 |
1501 | 2024-12-19T00:16:19.382Z | Compiling whoami v1.5.2 |
1502 | 2024-12-19T00:16:19.438Z | Compiling indicatif v0.17.9 |
1503 | 2024-12-19T00:16:19.596Z | Compiling predicates v3.1.2 |
1504 | 2024-12-19T00:16:19.670Z | Compiling string_cache v0.8.7 |
1505 | 2024-12-19T00:16:20.015Z | Compiling tokio-postgres v0.7.12 |
1506 | 2024-12-19T00:16:20.147Z | Compiling petgraph v0.6.5 |
1507 | 2024-12-19T00:16:20.608Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1508 | 2024-12-19T00:16:21.459Z | Compiling similar v2.6.0 |
1509 | 2024-12-19T00:16:21.746Z | Compiling bit-set v0.5.3 |
1510 | 2024-12-19T00:16:21.766Z | Compiling clap v4.5.21 |
1511 | 2024-12-19T00:16:21.895Z | Compiling ecdsa v0.16.9 |
1512 | 2024-12-19T00:16:22.036Z | Compiling rsa v0.9.6 |
1513 | 2024-12-19T00:16:22.781Z | Compiling ed25519-dalek v2.1.1 |
1514 | 2024-12-19T00:16:23.894Z | Compiling toml v0.7.8 |
1515 | 2024-12-19T00:16:24.078Z | Compiling zip v0.6.6 |
1516 | 2024-12-19T00:16:24.484Z | Compiling crossterm v0.28.1 |
1517 | 2024-12-19T00:16:25.822Z | Compiling hex v0.4.3 |
1518 | 2024-12-19T00:16:26.021Z | Compiling x509-cert v0.2.5 |
1519 | 2024-12-19T00:16:26.356Z | Compiling itertools v0.10.5 |
1520 | 2024-12-19T00:16:26.474Z | Compiling peg-runtime v0.8.3 |
1521 | 2024-12-19T00:16:26.477Z | Compiling lalrpop-util v0.19.12 |
1522 | 2024-12-19T00:16:26.833Z | Compiling unicode-xid v0.2.6 |
1523 | 2024-12-19T00:16:27.019Z | Compiling strum_macros v0.26.4 |
1524 | 2024-12-19T00:16:27.153Z | Compiling xattr v1.3.1 |
1525 | 2024-12-19T00:16:27.427Z | Compiling filetime v0.2.25 |
1526 | 2024-12-19T00:16:27.753Z | Compiling tar v0.4.42 |
1527 | 2024-12-19T00:16:32.044Z | Compiling strum v0.26.3 |
1528 | 2024-12-19T00:16:34.829Z | Compiling aws-lc-sys v0.22.0 |
1529 | 2024-12-19T00:17:03.326Z | Compiling rustls-webpki v0.102.8 |
1530 | 2024-12-19T00:17:06.691Z | Compiling tokio-rustls v0.25.0 |
1531 | 2024-12-19T00:17:08.407Z | Compiling tokio-rustls v0.26.0 |
1532 | 2024-12-19T00:17:08.727Z | Compiling hyper-rustls v0.27.3 |
1533 | 2024-12-19T00:17:09.089Z | Compiling reqwest v0.12.9 |
1534 | 2024-12-19T00:17:10.249Z | Compiling qorb v0.2.1 |
1535 | 2024-12-19T00:17:15.064Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2024-12-19T00:17:15.299Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1537 | 2024-12-19T00:17:21.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1538 | 2024-12-19T00:17:21.289Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1539 | 2024-12-19T00:17:21.339Z | Dec 19 00:17:20.506 INFO Starting download, target: Clickhouse |
1540 | 2024-12-19T00:17:21.339Z | Dec 19 00:17:20.506 INFO Starting download, target: Cockroach |
1541 | 2024-12-19T00:17:21.339Z | Dec 19 00:17:20.506 INFO Starting download, target: Console |
1542 | 2024-12-19T00:17:21.339Z | Dec 19 00:17:20.506 INFO Starting download, target: DendriteOpenapi |
1543 | 2024-12-19T00:17:21.341Z | Dec 19 00:17:20.506 INFO Starting download, target: DendriteStub |
1544 | 2024-12-19T00:17:21.342Z | Dec 19 00:17:20.506 INFO Starting download, target: MaghemiteMgd |
1545 | 2024-12-19T00:17:21.342Z | Dec 19 00:17:20.506 INFO Starting download, target: TransceiverControl |
1546 | 2024-12-19T00:17:21.342Z | Dec 19 00:17:20.507 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1547 | 2024-12-19T00:17:21.342Z | Dec 19 00:17:20.507 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1548 | 2024-12-19T00:17:21.342Z | Dec 19 00:17:20.507 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1549 | 2024-12-19T00:17:21.342Z | Dec 19 00:17:20.507 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1550 | 2024-12-19T00:17:21.342Z | Dec 19 00:17:20.507 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1551 | 2024-12-19T00:17:21.342Z | Dec 19 00:17:20.507 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1552 | 2024-12-19T00:17:21.342Z | Dec 19 00:17:20.507 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1553 | 2024-12-19T00:17:21.530Z | Dec 19 00:17:20.685 INFO Download complete, target: DendriteOpenapi |
1554 | 2024-12-19T00:17:21.724Z | Dec 19 00:17:20.866 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1555 | 2024-12-19T00:17:21.857Z | Dec 19 00:17:21.013 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1556 | 2024-12-19T00:17:22.197Z | Dec 19 00:17:21.360 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1557 | 2024-12-19T00:17:22.206Z | Dec 19 00:17:21.368 INFO Download complete, target: Console |
1558 | 2024-12-19T00:17:22.309Z | Dec 19 00:17:21.476 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1559 | 2024-12-19T00:17:22.415Z | Dec 19 00:17:21.577 INFO Download complete, target: TransceiverControl |
1560 | 2024-12-19T00:17:22.793Z | Dec 19 00:17:21.961 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1561 | 2024-12-19T00:17:22.793Z | Dec 19 00:17:21.961 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1562 | 2024-12-19T00:17:23.207Z | Dec 19 00:17:22.375 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-12-19T00:17:24.945Z | Dec 19 00:17:24.112 INFO Download complete, target: DendriteStub |
1564 | 2024-12-19T00:17:25.153Z | Dec 19 00:17:24.320 INFO Download complete, target: MaghemiteMgd |
1565 | 2024-12-19T00:17:30.085Z | Dec 19 00:17:29.252 INFO Checking that binary works, target: Cockroach |
1566 | 2024-12-19T00:17:30.244Z | Dec 19 00:17:29.412 INFO Download complete, target: Cockroach |
1567 | 2024-12-19T00:17:35.419Z | Dec 19 00:17:34.585 INFO Checking that binary works, target: Clickhouse |
1568 | 2024-12-19T00:17:35.531Z | Dec 19 00:17:34.699 INFO Download complete, target: Clickhouse |
1569 | 2024-12-19T00:17:35.552Z | All builder prerequisites installed successfully, and PATH looks valid |
1570 | 2024-12-19T00:17:35.555Z | |
1571 | 2024-12-19T00:17:35.555Z | real 5:27.072745538 |
1572 | 2024-12-19T00:17:35.555Z | user 16:34.915587157 |
1573 | 2024-12-19T00:17:35.555Z | sys 3:16.172952968 |
1574 | 2024-12-19T00:17:35.556Z | trap 0.534860893 |
1575 | 2024-12-19T00:17:35.556Z | tflt 4.113049984 |
1576 | 2024-12-19T00:17:35.556Z | dflt 4.563595562 |
1577 | 2024-12-19T00:17:35.556Z | kflt 0.031107101 |
1578 | 2024-12-19T00:17:35.556Z | lock 29:29.579949122 |
1579 | 2024-12-19T00:17:35.556Z | slp 1:03:27.126160282 |
1580 | 2024-12-19T00:17:35.556Z | lat 55.900048012 |
1581 | 2024-12-19T00:17:35.556Z | stop 2:18.178331600 |
1582 | 2024-12-19T00:17:35.556Z | + banner hack-check |
1583 | 2024-12-19T00:17:35.559Z | |
1584 | 2024-12-19T00:17:35.559Z | # # ## #### # # #### # # ###### #### # # |
1585 | 2024-12-19T00:17:35.559Z | # # # # # # # # # # # # # # # # # |
1586 | 2024-12-19T00:17:35.560Z | ###### # # # #### ##### # ###### ##### # #### |
1587 | 2024-12-19T00:17:35.560Z | # # ###### # # # # # # # # # # |
1588 | 2024-12-19T00:17:35.560Z | # # # # # # # # # # # # # # # # # |
1589 | 2024-12-19T00:17:35.560Z | # # # # #### # # #### # # ###### #### # # |
1590 | 2024-12-19T00:17:35.560Z | |
1591 | 2024-12-19T00:17:35.560Z | + export CARGO_INCREMENTAL=0 |
1592 | 2024-12-19T00:17:35.560Z | + CARGO_INCREMENTAL=0 |
1593 | 2024-12-19T00:17:35.560Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1594 | 2024-12-19T00:17:36.084Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1595 | 2024-12-19T00:17:39.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
1596 | 2024-12-19T00:17:39.648Z | Running `target/debug/xtask check-features --ci` |
1597 | 2024-12-19T00:17:39.668Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1598 | 2024-12-19T00:17:39.669Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1599 | 2024-12-19T00:17:40.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1600 | 2024-12-19T00:17:40.130Z | Running `target/debug/xtask download cargo-hack` |
1601 | 2024-12-19T00:17:40.973Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1602 | 2024-12-19T00:17:41.319Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1603 | 2024-12-19T00:17:46.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s |
1604 | 2024-12-19T00:17:46.501Z | Running `target/debug/xtask-downloader cargo-hack` |
1605 | 2024-12-19T00:17:46.535Z | Dec 19 00:17:45.702 INFO Starting download, target: CargoHack |
1606 | 2024-12-19T00:17:46.538Z | Dec 19 00:17:45.703 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1607 | 2024-12-19T00:17:47.092Z | Dec 19 00:17:46.259 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1608 | 2024-12-19T00:17:47.178Z | Dec 19 00:17:46.346 INFO Download complete, target: CargoHack |
1609 | 2024-12-19T00:17:47.181Z | 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" |
1610 | 2024-12-19T00:17:47.198Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1611 | 2024-12-19T00:17:47.367Z | info: running `cargo check --bins` on api_identity (1/174) |
1612 | 2024-12-19T00:17:47.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-12-19T00:17:47.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-12-19T00:17:47.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-12-19T00:17:47.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1616 | 2024-12-19T00:17:47.967Z | |
1617 | 2024-12-19T00:17:47.967Z | info: running `cargo check --bins` on bootstore (2/174) |
1618 | 2024-12-19T00:17:48.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-12-19T00:17:48.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-12-19T00:17:48.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-12-19T00:17:48.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1622 | 2024-12-19T00:17:48.622Z | |
1623 | 2024-12-19T00:17:48.622Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/174) |
1624 | 2024-12-19T00:17:49.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-12-19T00:17:49.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-12-19T00:17:49.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-12-19T00:17:49.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1628 | 2024-12-19T00:17:49.222Z | |
1629 | 2024-12-19T00:17:49.223Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174) |
1630 | 2024-12-19T00:17:49.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-12-19T00:17:49.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-12-19T00:17:49.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-12-19T00:17:49.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1634 | 2024-12-19T00:17:49.869Z | |
1635 | 2024-12-19T00:17:49.869Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174) |
1636 | 2024-12-19T00:17:50.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-12-19T00:17:50.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-12-19T00:17:50.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-12-19T00:17:50.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1640 | 2024-12-19T00:17:50.283Z | |
1641 | 2024-12-19T00:17:50.283Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174) |
1642 | 2024-12-19T00:17:50.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-12-19T00:17:50.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-12-19T00:17:50.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-12-19T00:17:50.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1646 | 2024-12-19T00:17:50.705Z | |
1647 | 2024-12-19T00:17:50.705Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174) |
1648 | 2024-12-19T00:17:51.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-12-19T00:17:51.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-12-19T00:17:51.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-12-19T00:17:51.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1652 | 2024-12-19T00:17:51.119Z | |
1653 | 2024-12-19T00:17:51.119Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174) |
1654 | 2024-12-19T00:17:51.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-12-19T00:17:51.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-12-19T00:17:51.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-12-19T00:17:51.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1658 | 2024-12-19T00:17:51.545Z | |
1659 | 2024-12-19T00:17:51.545Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174) |
1660 | 2024-12-19T00:17:51.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-12-19T00:17:51.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-12-19T00:17:51.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-12-19T00:17:51.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1664 | 2024-12-19T00:17:51.963Z | |
1665 | 2024-12-19T00:17:51.963Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174) |
1666 | 2024-12-19T00:17:52.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-12-19T00:17:52.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-12-19T00:17:52.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-12-19T00:17:52.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1670 | 2024-12-19T00:17:52.381Z | |
1671 | 2024-12-19T00:17:52.381Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174) |
1672 | 2024-12-19T00:17:52.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-12-19T00:17:52.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-12-19T00:17:52.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-12-19T00:17:52.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1676 | 2024-12-19T00:17:52.795Z | |
1677 | 2024-12-19T00:17:52.795Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174) |
1678 | 2024-12-19T00:17:53.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-12-19T00:17:53.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-12-19T00:17:53.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-12-19T00:17:53.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1682 | 2024-12-19T00:17:53.213Z | |
1683 | 2024-12-19T00:17:53.213Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174) |
1684 | 2024-12-19T00:17:53.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-12-19T00:17:53.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-12-19T00:17:53.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-12-19T00:17:53.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1688 | 2024-12-19T00:17:53.633Z | |
1689 | 2024-12-19T00:17:53.633Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174) |
1690 | 2024-12-19T00:17:54.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-12-19T00:17:54.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-12-19T00:17:54.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-12-19T00:17:54.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1694 | 2024-12-19T00:17:54.046Z | |
1695 | 2024-12-19T00:17:54.046Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174) |
1696 | 2024-12-19T00:17:54.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-12-19T00:17:54.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-12-19T00:17:54.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-12-19T00:17:54.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1700 | 2024-12-19T00:17:54.462Z | |
1701 | 2024-12-19T00:17:54.462Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174) |
1702 | 2024-12-19T00:17:54.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-12-19T00:17:54.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-12-19T00:17:54.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2024-12-19T00:17:54.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1706 | 2024-12-19T00:17:54.880Z | |
1707 | 2024-12-19T00:17:54.880Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174) |
1708 | 2024-12-19T00:17:55.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-12-19T00:17:55.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-12-19T00:17:55.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-12-19T00:17:55.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1712 | 2024-12-19T00:17:55.296Z | |
1713 | 2024-12-19T00:17:55.296Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174) |
1714 | 2024-12-19T00:17:55.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-12-19T00:17:55.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-12-19T00:17:55.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-12-19T00:17:55.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1718 | 2024-12-19T00:17:55.713Z | |
1719 | 2024-12-19T00:17:55.713Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174) |
1720 | 2024-12-19T00:17:56.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-12-19T00:17:56.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-12-19T00:17:56.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-12-19T00:17:56.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1724 | 2024-12-19T00:17:56.135Z | |
1725 | 2024-12-19T00:17:56.135Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174) |
1726 | 2024-12-19T00:17:56.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2024-12-19T00:17:56.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2024-12-19T00:17:56.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2024-12-19T00:17:56.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1730 | 2024-12-19T00:17:56.554Z | |
1731 | 2024-12-19T00:17:56.554Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174) |
1732 | 2024-12-19T00:17:56.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2024-12-19T00:17:56.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2024-12-19T00:17:56.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2024-12-19T00:17:56.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1736 | 2024-12-19T00:17:56.977Z | |
1737 | 2024-12-19T00:17:56.977Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174) |
1738 | 2024-12-19T00:17:57.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-12-19T00:17:57.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-12-19T00:17:57.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-12-19T00:17:57.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1742 | 2024-12-19T00:17:57.394Z | |
1743 | 2024-12-19T00:17:57.394Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174) |
1744 | 2024-12-19T00:17:57.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-12-19T00:17:57.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-12-19T00:17:57.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-12-19T00:17:57.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1748 | 2024-12-19T00:17:57.817Z | |
1749 | 2024-12-19T00:17:57.817Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174) |
1750 | 2024-12-19T00:17:58.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-12-19T00:17:58.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-12-19T00:17:58.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-12-19T00:17:58.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1754 | 2024-12-19T00:17:58.232Z | |
1755 | 2024-12-19T00:17:58.232Z | info: running `cargo check --bins` on sled-hardware-types (25/174) |
1756 | 2024-12-19T00:17:58.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-12-19T00:17:58.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-12-19T00:17:58.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-12-19T00:17:58.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1760 | 2024-12-19T00:17:58.859Z | |
1761 | 2024-12-19T00:17:58.859Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/174) |
1762 | 2024-12-19T00:17:59.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2024-12-19T00:17:59.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2024-12-19T00:17:59.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2024-12-19T00:17:59.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1766 | 2024-12-19T00:17:59.485Z | |
1767 | 2024-12-19T00:17:59.485Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174) |
1768 | 2024-12-19T00:18:00.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-12-19T00:18:00.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-12-19T00:18:00.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2024-12-19T00:18:00.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1772 | 2024-12-19T00:18:00.112Z | |
1773 | 2024-12-19T00:18:00.112Z | info: running `cargo check --bins` on oxlog (28/174) |
1774 | 2024-12-19T00:18:00.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2024-12-19T00:18:00.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2024-12-19T00:18:00.722Z | Checking cfg-if v1.0.0 |
1777 | 2024-12-19T00:18:00.724Z | Checking libc v0.2.162 |
1778 | 2024-12-19T00:18:00.827Z | Checking serde v1.0.215 |
1779 | 2024-12-19T00:18:00.830Z | Checking zeroize v1.8.1 |
1780 | 2024-12-19T00:18:00.846Z | Checking memchr v2.7.4 |
1781 | 2024-12-19T00:18:00.857Z | Checking typenum v1.17.0 |
1782 | 2024-12-19T00:18:00.857Z | Checking scopeguard v1.2.0 |
1783 | 2024-12-19T00:18:00.874Z | Checking subtle v2.6.1 |
1784 | 2024-12-19T00:18:00.888Z | Checking value-bag v1.9.0 |
1785 | 2024-12-19T00:18:01.047Z | Checking const-oid v0.9.6 |
1786 | 2024-12-19T00:18:01.117Z | Checking itoa v1.0.11 |
1787 | 2024-12-19T00:18:01.251Z | Checking log v0.4.22 |
1788 | 2024-12-19T00:18:01.321Z | Checking smallvec v1.13.2 |
1789 | 2024-12-19T00:18:01.678Z | Checking pin-project-lite v0.2.14 |
1790 | 2024-12-19T00:18:01.727Z | Checking byteorder v1.5.0 |
1791 | 2024-12-19T00:18:01.743Z | Checking futures-core v0.3.31 |
1792 | 2024-12-19T00:18:01.789Z | Checking once_cell v1.20.2 |
1793 | 2024-12-19T00:18:01.848Z | Checking getrandom v0.2.15 |
1794 | 2024-12-19T00:18:01.920Z | Checking signal-hook-registry v1.4.2 |
1795 | 2024-12-19T00:18:02.016Z | Checking lock_api v0.4.12 |
1796 | 2024-12-19T00:18:02.049Z | Checking generic-array v0.14.7 |
1797 | 2024-12-19T00:18:02.061Z | Checking parking_lot_core v0.9.10 |
1798 | 2024-12-19T00:18:02.077Z | Checking rand_core v0.6.4 |
1799 | 2024-12-19T00:18:02.109Z | Checking mio v1.0.2 |
1800 | 2024-12-19T00:18:02.177Z | Checking cpufeatures v0.2.14 |
1801 | 2024-12-19T00:18:02.274Z | Checking stable_deref_trait v1.2.0 |
1802 | 2024-12-19T00:18:02.374Z | Checking futures-sink v0.3.31 |
1803 | 2024-12-19T00:18:02.376Z | Checking socket2 v0.5.7 |
1804 | 2024-12-19T00:18:02.399Z | Checking zerocopy v0.7.35 |
1805 | 2024-12-19T00:18:02.442Z | Checking parking_lot v0.12.3 |
1806 | 2024-12-19T00:18:02.514Z | Checking spin v0.9.8 |
1807 | 2024-12-19T00:18:02.708Z | Checking slab v0.4.9 |
1808 | 2024-12-19T00:18:02.778Z | Checking zerofrom v0.1.4 |
1809 | 2024-12-19T00:18:02.798Z | Checking futures-channel v0.3.31 |
1810 | 2024-12-19T00:18:02.860Z | Checking equivalent v1.0.1 |
1811 | 2024-12-19T00:18:02.875Z | Checking futures-task v0.3.31 |
1812 | 2024-12-19T00:18:02.955Z | Checking futures-io v0.3.31 |
1813 | 2024-12-19T00:18:02.970Z | Checking pin-utils v0.1.0 |
1814 | 2024-12-19T00:18:02.983Z | Checking yoke v0.7.4 |
1815 | 2024-12-19T00:18:03.051Z | Checking foldhash v0.1.3 |
1816 | 2024-12-19T00:18:03.101Z | Checking allocator-api2 v0.2.18 |
1817 | 2024-12-19T00:18:03.120Z | Checking tinyvec_macros v0.1.1 |
1818 | 2024-12-19T00:18:03.167Z | Checking futures-util v0.3.31 |
1819 | 2024-12-19T00:18:03.183Z | Checking crypto-common v0.1.6 |
1820 | 2024-12-19T00:18:03.209Z | Checking block-buffer v0.10.4 |
1821 | 2024-12-19T00:18:03.244Z | Checking block-padding v0.3.3 |
1822 | 2024-12-19T00:18:03.299Z | Checking zerovec v0.10.4 |
1823 | 2024-12-19T00:18:03.354Z | Checking ryu v1.0.18 |
1824 | 2024-12-19T00:18:03.430Z | Checking digest v0.10.7 |
1825 | 2024-12-19T00:18:03.444Z | Checking inout v0.1.3 |
1826 | 2024-12-19T00:18:03.596Z | Checking tinyvec v1.8.0 |
1827 | 2024-12-19T00:18:03.671Z | Checking fnv v1.0.7 |
1828 | 2024-12-19T00:18:03.722Z | Checking hashbrown v0.15.0 |
1829 | 2024-12-19T00:18:03.791Z | Checking hmac v0.12.1 |
1830 | 2024-12-19T00:18:03.793Z | Checking sha2 v0.10.8 |
1831 | 2024-12-19T00:18:03.793Z | Checking cipher v0.4.4 |
1832 | 2024-12-19T00:18:04.008Z | Checking libm v0.2.8 |
1833 | 2024-12-19T00:18:04.213Z | Checking base64ct v1.6.0 |
1834 | 2024-12-19T00:18:04.389Z | Checking unicode-bidi v0.3.17 |
1835 | 2024-12-19T00:18:04.691Z | Checking litemap v0.7.3 |
1836 | 2024-12-19T00:18:04.883Z | Checking writeable v0.5.5 |
1837 | 2024-12-19T00:18:04.914Z | Checking tinystr v0.7.6 |
1838 | 2024-12-19T00:18:04.928Z | Checking unicode-normalization v0.1.24 |
1839 | 2024-12-19T00:18:04.979Z | Checking num-traits v0.2.19 |
1840 | 2024-12-19T00:18:05.025Z | Checking pem-rfc7468 v0.7.0 |
1841 | 2024-12-19T00:18:05.048Z | Checking ppv-lite86 v0.2.20 |
1842 | 2024-12-19T00:18:05.201Z | Checking flagset v0.4.6 |
1843 | 2024-12-19T00:18:05.276Z | Checking tracing-core v0.1.32 |
1844 | 2024-12-19T00:18:05.304Z | Checking icu_locid v1.5.0 |
1845 | 2024-12-19T00:18:05.387Z | Checking der v0.7.9 |
1846 | 2024-12-19T00:18:05.623Z | Checking bytes v1.8.0 |
1847 | 2024-12-19T00:18:05.793Z | Checking indexmap v2.6.0 |
1848 | 2024-12-19T00:18:05.838Z | Checking serde_json v1.0.132 |
1849 | 2024-12-19T00:18:05.948Z | Checking rand_chacha v0.3.1 |
1850 | 2024-12-19T00:18:06.338Z | Checking icu_provider v1.5.0 |
1851 | 2024-12-19T00:18:06.365Z | Checking bitflags v2.6.0 |
1852 | 2024-12-19T00:18:06.423Z | Checking tokio v1.40.0 |
1853 | 2024-12-19T00:18:06.659Z | Checking http v1.1.0 |
1854 | 2024-12-19T00:18:06.673Z | Checking thiserror v1.0.69 |
1855 | 2024-12-19T00:18:06.802Z | Checking percent-encoding v2.3.1 |
1856 | 2024-12-19T00:18:07.004Z | Checking icu_locid_transform_data v1.5.0 |
1857 | 2024-12-19T00:18:07.007Z | Checking rustls-pki-types v1.9.0 |
1858 | 2024-12-19T00:18:07.090Z | Checking rand v0.8.5 |
1859 | 2024-12-19T00:18:07.104Z | Checking icu_locid_transform v1.5.0 |
1860 | 2024-12-19T00:18:07.284Z | Checking spki v0.7.3 |
1861 | 2024-12-19T00:18:07.575Z | Checking tracing v0.1.40 |
1862 | 2024-12-19T00:18:07.621Z | Checking icu_collections v1.5.0 |
1863 | 2024-12-19T00:18:07.644Z | Checking salsa20 v0.10.2 |
1864 | 2024-12-19T00:18:07.861Z | Checking pbkdf2 v0.12.2 |
1865 | 2024-12-19T00:18:07.925Z | Checking aws-lc-sys v0.22.0 |
1866 | 2024-12-19T00:18:08.032Z | Checking httparse v1.9.5 |
1867 | 2024-12-19T00:18:08.049Z | Checking powerfmt v0.2.0 |
1868 | 2024-12-19T00:18:08.087Z | Checking mirai-annotations v1.12.0 |
1869 | 2024-12-19T00:18:08.266Z | Checking icu_properties_data v1.5.0 |
1870 | 2024-12-19T00:18:08.288Z | Checking untrusted v0.7.1 |
1871 | 2024-12-19T00:18:08.290Z | Checking untrusted v0.9.0 |
1872 | 2024-12-19T00:18:08.317Z | Checking deranged v0.3.11 |
1873 | 2024-12-19T00:18:08.378Z | Checking scrypt v0.11.0 |
1874 | 2024-12-19T00:18:08.429Z | Checking aes v0.8.4 |
1875 | 2024-12-19T00:18:08.446Z | Checking ring v0.17.8 |
1876 | 2024-12-19T00:18:08.461Z | Checking cbc v0.1.2 |
1877 | 2024-12-19T00:18:08.494Z | Checking icu_properties v1.5.1 |
1878 | 2024-12-19T00:18:08.593Z | Checking crossbeam-utils v0.8.20 |
1879 | 2024-12-19T00:18:08.662Z | Checking utf8_iter v1.0.4 |
1880 | 2024-12-19T00:18:08.866Z | Checking num-conv v0.1.0 |
1881 | 2024-12-19T00:18:09.102Z | Checking write16 v1.0.0 |
1882 | 2024-12-19T00:18:09.217Z | Checking utf16_iter v1.0.5 |
1883 | 2024-12-19T00:18:09.323Z | Checking atomic-waker v1.1.2 |
1884 | 2024-12-19T00:18:09.380Z | Checking num_threads v0.1.7 |
1885 | 2024-12-19T00:18:09.395Z | Checking icu_normalizer_data v1.5.0 |
1886 | 2024-12-19T00:18:09.458Z | Checking time-core v0.1.2 |
1887 | 2024-12-19T00:18:09.488Z | Checking pkcs5 v0.7.1 |
1888 | 2024-12-19T00:18:09.503Z | Checking http-body v1.0.1 |
1889 | 2024-12-19T00:18:09.627Z | Checking form_urlencoded v1.2.1 |
1890 | 2024-12-19T00:18:09.712Z | Checking try-lock v0.2.5 |
1891 | 2024-12-19T00:18:09.839Z | Checking unicode-ident v1.0.13 |
1892 | 2024-12-19T00:18:09.857Z | Checking want v0.3.1 |
1893 | 2024-12-19T00:18:09.998Z | Checking pkcs8 v0.10.2 |
1894 | 2024-12-19T00:18:10.001Z | Checking httpdate v1.0.3 |
1895 | 2024-12-19T00:18:10.028Z | Checking proc-macro2 v1.0.89 |
1896 | 2024-12-19T00:18:10.116Z | Checking time v0.3.36 |
1897 | 2024-12-19T00:18:10.246Z | Checking uuid v1.11.0 |
1898 | 2024-12-19T00:18:10.285Z | Checking serde_spanned v0.6.8 |
1899 | 2024-12-19T00:18:10.300Z | Checking toml_datetime v0.6.8 |
1900 | 2024-12-19T00:18:10.467Z | Checking slog v2.7.0 |
1901 | 2024-12-19T00:18:10.534Z | Checking aws-lc-rs v1.10.0 |
1902 | 2024-12-19T00:18:10.574Z | Checking scroll v0.12.0 |
1903 | 2024-12-19T00:18:10.691Z | Checking foreign-types-shared v0.1.1 |
1904 | 2024-12-19T00:18:10.802Z | Checking plain v0.2.3 |
1905 | 2024-12-19T00:18:10.851Z | Checking adler2 v2.0.0 |
1906 | 2024-12-19T00:18:10.940Z | Checking ucd-trie v0.1.7 |
1907 | 2024-12-19T00:18:10.957Z | Checking tower-service v0.3.3 |
1908 | 2024-12-19T00:18:11.002Z | Checking iana-time-zone v0.1.61 |
1909 | 2024-12-19T00:18:11.021Z | Checking base64 v0.22.1 |
1910 | 2024-12-19T00:18:11.074Z | Checking match_cfg v0.1.0 |
1911 | 2024-12-19T00:18:11.144Z | Checking chrono v0.4.38 |
1912 | 2024-12-19T00:18:11.160Z | Checking pest v2.7.14 |
1913 | 2024-12-19T00:18:11.175Z | Checking hostname v0.3.1 |
1914 | 2024-12-19T00:18:11.297Z | Checking goblin v0.8.2 |
1915 | 2024-12-19T00:18:11.483Z | Checking miniz_oxide v0.8.0 |
1916 | 2024-12-19T00:18:11.862Z | Checking icu_normalizer v1.5.0 |
1917 | 2024-12-19T00:18:12.192Z | Checking foreign-types v0.3.2 |
1918 | 2024-12-19T00:18:12.282Z | Checking quote v1.0.37 |
1919 | 2024-12-19T00:18:12.387Z | Checking rustls-webpki v0.102.8 |
1920 | 2024-12-19T00:18:12.620Z | Checking openssl-sys v0.9.103 |
1921 | 2024-12-19T00:18:12.651Z | Checking idna_adapter v1.2.0 |
1922 | 2024-12-19T00:18:12.654Z | Checking errno v0.3.9 |
1923 | 2024-12-19T00:18:12.823Z | Checking dirs-sys-next v0.1.2 |
1924 | 2024-12-19T00:18:12.847Z | Checking idna v1.0.3 |
1925 | 2024-12-19T00:18:13.007Z | Checking aho-corasick v1.1.3 |
1926 | 2024-12-19T00:18:13.219Z | Checking pretty-hex v0.4.1 |
1927 | 2024-12-19T00:18:13.331Z | Checking url v2.5.3 |
1928 | 2024-12-19T00:18:13.347Z | Checking data-encoding v2.6.0 |
1929 | 2024-12-19T00:18:13.393Z | Checking siphasher v0.3.11 |
1930 | 2024-12-19T00:18:13.583Z | Checking regex-syntax v0.8.5 |
1931 | 2024-12-19T00:18:13.699Z | Checking dtrace-parser v0.2.0 |
1932 | 2024-12-19T00:18:13.715Z | Checking tokio-util v0.7.12 |
1933 | 2024-12-19T00:18:13.852Z | Checking openssl v0.10.66 |
1934 | 2024-12-19T00:18:13.973Z | Checking dirs-next v2.0.0 |
1935 | 2024-12-19T00:18:14.105Z | Checking rustix v0.38.37 |
1936 | 2024-12-19T00:18:14.164Z | Checking syn v2.0.87 |
1937 | 2024-12-19T00:18:14.180Z | Checking http-body-util v0.1.2 |
1938 | 2024-12-19T00:18:14.617Z | Checking h2 v0.4.6 |
1939 | 2024-12-19T00:18:14.641Z | Checking crossbeam-epoch v0.9.18 |
1940 | 2024-12-19T00:18:14.673Z | Checking sha1 v0.10.6 |
1941 | 2024-12-19T00:18:14.942Z | Checking signature v2.2.0 |
1942 | 2024-12-19T00:18:15.085Z | Checking lazy_static v1.5.0 |
1943 | 2024-12-19T00:18:15.139Z | Checking thread_local v1.1.8 |
1944 | 2024-12-19T00:18:15.198Z | Checking thread-id v4.2.2 |
1945 | 2024-12-19T00:18:15.312Z | Checking encoding_rs v0.8.34 |
1946 | 2024-12-19T00:18:15.422Z | Checking mime v0.3.17 |
1947 | 2024-12-19T00:18:15.729Z | Checking ipnet v2.10.1 |
1948 | 2024-12-19T00:18:16.177Z | Checking openssl-probe v0.1.5 |
1949 | 2024-12-19T00:18:16.241Z | Checking dof v0.3.0 |
1950 | 2024-12-19T00:18:16.337Z | Checking either v1.13.0 |
1951 | 2024-12-19T00:18:16.710Z | Checking utf8parse v0.2.2 |
1952 | 2024-12-19T00:18:16.866Z | Checking winnow v0.6.20 |
1953 | 2024-12-19T00:18:16.886Z | Checking gimli v0.31.1 |
1954 | 2024-12-19T00:18:17.003Z | Checking regex-automata v0.4.8 |
1955 | 2024-12-19T00:18:17.564Z | Checking anstyle v1.0.10 |
1956 | 2024-12-19T00:18:17.671Z | Checking unicode-properties v0.1.3 |
1957 | 2024-12-19T00:18:17.909Z | Checking anstyle-parse v0.2.5 |
1958 | 2024-12-19T00:18:18.048Z | Checking stringprep v0.1.5 |
1959 | 2024-12-19T00:18:18.189Z | Checking crossbeam-deque v0.8.5 |
1960 | 2024-12-19T00:18:18.330Z | Checking term v0.7.0 |
1961 | 2024-12-19T00:18:18.516Z | Checking rustls v0.22.4 |
1962 | 2024-12-19T00:18:18.765Z | Checking rustls v0.23.14 |
1963 | 2024-12-19T00:18:19.276Z | Checking native-tls v0.2.12 |
1964 | 2024-12-19T00:18:19.617Z | Checking slog-json v2.6.1 |
1965 | 2024-12-19T00:18:19.858Z | Checking serde_urlencoded v0.7.1 |
1966 | 2024-12-19T00:18:19.961Z | Checking toml_edit v0.22.22 |
1967 | 2024-12-19T00:18:20.288Z | Checking crossbeam-channel v0.5.13 |
1968 | 2024-12-19T00:18:20.575Z | Checking usdt-impl v0.5.0 |
1969 | 2024-12-19T00:18:20.879Z | Checking hyper v1.5.0 |
1970 | 2024-12-19T00:18:20.913Z | Checking addr2line v0.24.2 |
1971 | 2024-12-19T00:18:21.002Z | Checking futures-executor v0.3.31 |
1972 | 2024-12-19T00:18:21.129Z | Checking rustls-pemfile v2.2.0 |
1973 | 2024-12-19T00:18:21.235Z | Checking num-integer v0.1.46 |
1974 | 2024-12-19T00:18:21.341Z | Checking idna v0.4.0 |
1975 | 2024-12-19T00:18:21.408Z | Checking idna v0.3.0 |
1976 | 2024-12-19T00:18:21.722Z | Checking md-5 v0.10.6 |
1977 | 2024-12-19T00:18:21.741Z | Checking ff v0.13.0 |
1978 | 2024-12-19T00:18:21.953Z | Checking hash32 v0.2.1 |
1979 | 2024-12-19T00:18:21.969Z | Checking is-terminal v0.4.13 |
1980 | 2024-12-19T00:18:22.083Z | Checking memmap v0.7.0 |
1981 | 2024-12-19T00:18:22.197Z | Checking object v0.36.5 |
1982 | 2024-12-19T00:18:22.213Z | Checking linked-hash-map v0.5.6 |
1983 | 2024-12-19T00:18:22.272Z | Checking quick-error v1.2.3 |
1984 | 2024-12-19T00:18:22.305Z | Checking psl-types v2.0.11 |
1985 | 2024-12-19T00:18:22.322Z | Checking dyn-clone v1.0.17 |
1986 | 2024-12-19T00:18:22.398Z | Checking is_terminal_polyfill v1.70.1 |
1987 | 2024-12-19T00:18:22.464Z | Checking base16ct v0.2.0 |
1988 | 2024-12-19T00:18:22.479Z | Checking rustc-demangle v0.1.24 |
1989 | 2024-12-19T00:18:22.520Z | Checking anstyle-query v1.1.1 |
1990 | 2024-12-19T00:18:22.536Z | Checking take_mut v0.2.2 |
1991 | 2024-12-19T00:18:22.578Z | Checking utf-8 v0.7.6 |
1992 | 2024-12-19T00:18:22.641Z | Checking colorchoice v1.0.2 |
1993 | 2024-12-19T00:18:22.658Z | Checking fallible-iterator v0.2.0 |
1994 | 2024-12-19T00:18:22.676Z | Checking slog-async v2.8.0 |
1995 | 2024-12-19T00:18:22.771Z | Checking tungstenite v0.24.0 |
1996 | 2024-12-19T00:18:22.787Z | Checking anstream v0.6.15 |
1997 | 2024-12-19T00:18:22.883Z | Checking sec1 v0.7.3 |
1998 | 2024-12-19T00:18:22.919Z | Checking hyper-util v0.1.10 |
1999 | 2024-12-19T00:18:22.939Z | Checking toml v0.8.19 |
2000 | 2024-12-19T00:18:23.163Z | Checking lru-cache v0.1.2 |
2001 | 2024-12-19T00:18:23.259Z | Checking postgres-protocol v0.6.7 |
2002 | 2024-12-19T00:18:23.274Z | Checking publicsuffix v2.2.3 |
2003 | 2024-12-19T00:18:23.351Z | Checking schemars v0.8.21 |
2004 | 2024-12-19T00:18:23.518Z | Checking resolv-conf v0.7.0 |
2005 | 2024-12-19T00:18:23.673Z | Checking usdt v0.5.0 |
2006 | 2024-12-19T00:18:23.694Z | Checking heapless v0.7.17 |
2007 | 2024-12-19T00:18:23.848Z | Checking tokio-rustls v0.25.0 |
2008 | 2024-12-19T00:18:23.937Z | Checking hickory-proto v0.24.1 |
2009 | 2024-12-19T00:18:23.952Z | Checking slog-term v2.9.1 |
2010 | 2024-12-19T00:18:24.222Z | Checking group v0.13.0 |
2011 | 2024-12-19T00:18:24.291Z | Checking tokio-rustls v0.26.0 |
2012 | 2024-12-19T00:18:24.466Z | Checking num-iter v0.1.45 |
2013 | 2024-12-19T00:18:24.486Z | Checking futures v0.3.31 |
2014 | 2024-12-19T00:18:24.602Z | Checking slog-bunyan v2.5.0 |
2015 | 2024-12-19T00:18:24.642Z | Checking tokio-native-tls v0.3.1 |
2016 | 2024-12-19T00:18:24.707Z | Checking rayon-core v1.12.1 |
2017 | 2024-12-19T00:18:24.746Z | Checking multer v3.1.0 |
2018 | 2024-12-19T00:18:24.762Z | Checking terminal_size v0.4.0 |
2019 | 2024-12-19T00:18:24.891Z | Checking phf_shared v0.11.2 |
2020 | 2024-12-19T00:18:24.918Z | Checking cookie v0.18.1 |
2021 | 2024-12-19T00:18:24.947Z | Checking async-stream v0.3.6 |
2022 | 2024-12-19T00:18:24.963Z | Checking bzip2-sys v0.1.11+1.0.8 |
2023 | 2024-12-19T00:18:25.086Z | Checking signal-hook v0.3.17 |
2024 | 2024-12-19T00:18:25.141Z | Checking camino v1.1.9 |
2025 | 2024-12-19T00:18:25.159Z | Checking waitgroup v0.1.2 |
2026 | 2024-12-19T00:18:25.162Z | Checking openapiv3 v2.0.0 |
2027 | 2024-12-19T00:18:25.294Z | Checking webpki-roots v0.26.6 |
2028 | 2024-12-19T00:18:25.363Z | Checking idna v0.5.0 |
2029 | 2024-12-19T00:18:25.379Z | Checking serde_path_to_error v0.1.16 |
2030 | 2024-12-19T00:18:25.410Z | Checking hkdf v0.12.4 |
2031 | 2024-12-19T00:18:25.512Z | Checking crypto-bigint v0.5.5 |
2032 | 2024-12-19T00:18:25.624Z | Checking hostname v0.4.0 |
2033 | 2024-12-19T00:18:25.709Z | Checking crc32fast v1.4.2 |
2034 | 2024-12-19T00:18:25.770Z | Checking unicode-width v0.1.14 |
2035 | 2024-12-19T00:18:25.932Z | Checking managed v0.8.0 |
2036 | 2024-12-19T00:18:25.999Z | Checking strsim v0.11.1 |
2037 | 2024-12-19T00:18:26.203Z | Checking winnow v0.5.40 |
2038 | 2024-12-19T00:18:26.222Z | Checking debug-ignore v1.0.5 |
2039 | 2024-12-19T00:18:26.291Z | Checking clap_lex v0.7.2 |
2040 | 2024-12-19T00:18:26.306Z | Checking bitflags v1.3.2 |
2041 | 2024-12-19T00:18:26.341Z | Checking console v0.15.8 |
2042 | 2024-12-19T00:18:26.407Z | Checking smoltcp v0.9.1 |
2043 | 2024-12-19T00:18:26.545Z | Checking clap_builder v4.5.21 |
2044 | 2024-12-19T00:18:26.937Z | Checking cookie_store v0.21.0 |
2045 | 2024-12-19T00:18:27.663Z | Checking flate2 v1.0.34 |
2046 | 2024-12-19T00:18:27.947Z | Checking hyper-rustls v0.27.3 |
2047 | 2024-12-19T00:18:28.311Z | Checking signal-hook-mio v0.2.4 |
2048 | 2024-12-19T00:18:28.326Z | Checking rayon v1.10.0 |
2049 | 2024-12-19T00:18:28.341Z | Checking elliptic-curve v0.13.8 |
2050 | 2024-12-19T00:18:28.441Z | Checking phf v0.11.2 |
2051 | 2024-12-19T00:18:28.684Z | Checking backtrace v0.3.74 |
2052 | 2024-12-19T00:18:28.701Z | Checking dropshot v0.12.0 |
2053 | 2024-12-19T00:18:28.721Z | Checking bzip2 v0.4.4 |
2054 | 2024-12-19T00:18:28.883Z | Checking hickory-resolver v0.24.1 |
2055 | 2024-12-19T00:18:28.967Z | Checking hyper-tls v0.6.0 |
2056 | 2024-12-19T00:18:28.995Z | Checking num-bigint-dig v0.8.4 |
2057 | 2024-12-19T00:18:29.202Z | Checking toml_edit v0.19.15 |
2058 | 2024-12-19T00:18:29.234Z | Checking postgres-types v0.2.8 |
2059 | 2024-12-19T00:18:29.249Z | Checking anyhow v1.0.93 |
2060 | 2024-12-19T00:18:29.616Z | Checking tokio-tungstenite v0.24.0 |
2061 | 2024-12-19T00:18:29.663Z | Checking bstr v1.10.0 |
2062 | 2024-12-19T00:18:29.992Z | Checking regex v1.11.1 |
2063 | 2024-12-19T00:18:30.105Z | Checking ed25519 v2.2.3 |
2064 | 2024-12-19T00:18:30.404Z | Checking tokio-stream v0.1.16 |
2065 | 2024-12-19T00:18:30.494Z | Checking phf_shared v0.10.0 |
2066 | 2024-12-19T00:18:30.631Z | Checking curve25519-dalek v4.1.3 |
2067 | 2024-12-19T00:18:30.646Z | Checking zerocopy v0.6.6 |
2068 | 2024-12-19T00:18:30.761Z | Checking pkcs1 v0.7.5 |
2069 | 2024-12-19T00:18:31.131Z | Checking hubpack v0.1.2 |
2070 | 2024-12-19T00:18:31.156Z | Checking portable-atomic v1.9.0 |
2071 | 2024-12-19T00:18:31.303Z | Checking float-cmp v0.9.0 |
2072 | 2024-12-19T00:18:31.418Z | Checking serde-big-array v0.5.1 |
2073 | 2024-12-19T00:18:31.432Z | Checking rfc6979 v0.4.0 |
2074 | 2024-12-19T00:18:31.486Z | Checking sync_wrapper v1.0.1 |
2075 | 2024-12-19T00:18:31.605Z | Checking whoami v1.5.2 |
2076 | 2024-12-19T00:18:31.622Z | Checking unicode-segmentation v1.12.0 |
2077 | 2024-12-19T00:18:31.636Z | Checking number_prefix v0.4.0 |
2078 | 2024-12-19T00:18:31.654Z | Checking difflib v0.4.0 |
2079 | 2024-12-19T00:18:31.812Z | Checking minimal-lexical v0.2.1 |
2080 | 2024-12-19T00:18:31.901Z | Checking predicates-core v1.0.8 |
2081 | 2024-12-19T00:18:31.963Z | Checking normalize-line-endings v0.3.0 |
2082 | 2024-12-19T00:18:32.082Z | Checking static_assertions v1.1.0 |
2083 | 2024-12-19T00:18:32.087Z | Checking bit-vec v0.6.3 |
2084 | 2024-12-19T00:18:32.176Z | Checking fixedbitset v0.4.2 |
2085 | 2024-12-19T00:18:32.192Z | Checking new_debug_unreachable v1.0.6 |
2086 | 2024-12-19T00:18:32.211Z | Checking precomputed-hash v0.1.1 |
2087 | 2024-12-19T00:18:32.238Z | Checking unicode-width v0.2.0 |
2088 | 2024-12-19T00:18:32.276Z | Checking nom v7.1.3 |
2089 | 2024-12-19T00:18:32.292Z | Checking similar v2.6.0 |
2090 | 2024-12-19T00:18:32.313Z | Checking string_cache v0.8.7 |
2091 | 2024-12-19T00:18:32.408Z | Checking bit-set v0.5.3 |
2092 | 2024-12-19T00:18:32.442Z | Checking petgraph v0.6.5 |
2093 | 2024-12-19T00:18:32.473Z | Checking qorb v0.2.1 |
2094 | 2024-12-19T00:18:32.498Z | Checking ed25519-dalek v2.1.1 |
2095 | 2024-12-19T00:18:32.569Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2096 | 2024-12-19T00:18:32.652Z | Checking predicates v3.1.2 |
2097 | 2024-12-19T00:18:32.688Z | Checking indicatif v0.17.9 |
2098 | 2024-12-19T00:18:32.905Z | Checking tokio-postgres v0.7.12 |
2099 | 2024-12-19T00:18:33.123Z | Checking toml v0.7.8 |
2100 | 2024-12-19T00:18:33.334Z | Checking reqwest v0.12.9 |
2101 | 2024-12-19T00:18:33.482Z | Checking ecdsa v0.16.9 |
2102 | 2024-12-19T00:18:33.815Z | Checking rsa v0.9.6 |
2103 | 2024-12-19T00:18:34.214Z | Checking clap v4.5.21 |
2104 | 2024-12-19T00:18:34.340Z | Checking zip v0.6.6 |
2105 | 2024-12-19T00:18:34.879Z | Checking crossterm v0.28.1 |
2106 | 2024-12-19T00:18:35.025Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2107 | 2024-12-19T00:18:35.053Z | Checking itertools v0.10.5 |
2108 | 2024-12-19T00:18:35.072Z | Checking itertools v0.12.1 |
2109 | 2024-12-19T00:18:35.107Z | Checking ahash v0.8.11 |
2110 | 2024-12-19T00:18:35.257Z | Checking fs-err v2.11.0 |
2111 | 2024-12-19T00:18:35.793Z | Checking x509-cert v0.2.5 |
2112 | 2024-12-19T00:18:35.802Z | Checking hex v0.4.3 |
2113 | 2024-12-19T00:18:35.832Z | Checking semver v1.0.23 |
2114 | 2024-12-19T00:18:36.070Z | Checking lalrpop-util v0.19.12 |
2115 | 2024-12-19T00:18:36.264Z | Checking peg-runtime v0.8.3 |
2116 | 2024-12-19T00:18:36.295Z | Checking sigpipe v0.1.3 |
2117 | 2024-12-19T00:18:37.460Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2118 | 2024-12-19T00:18:37.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.65s |
2119 | 2024-12-19T00:18:37.929Z | |
2120 | 2024-12-19T00:18:37.929Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174) |
2121 | 2024-12-19T00:18:38.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2122 | 2024-12-19T00:18:38.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2123 | 2024-12-19T00:18:38.577Z | Compiling hashbrown v0.14.5 |
2124 | 2024-12-19T00:18:38.696Z | Checking heck v0.5.0 |
2125 | 2024-12-19T00:18:38.708Z | Compiling unsafe-libyaml v0.2.11 |
2126 | 2024-12-19T00:18:38.723Z | Compiling ident_case v1.0.1 |
2127 | 2024-12-19T00:18:38.737Z | Checking progenitor-client v0.8.0 |
2128 | 2024-12-19T00:18:38.754Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2129 | 2024-12-19T00:18:38.768Z | Compiling proc-macro-crate v1.3.1 |
2130 | 2024-12-19T00:18:38.854Z | Checking ipnetwork v0.20.0 |
2131 | 2024-12-19T00:18:38.894Z | Compiling darling_core v0.20.10 |
2132 | 2024-12-19T00:18:39.091Z | Compiling structmeta-derive v0.3.0 |
2133 | 2024-12-19T00:18:39.105Z | Compiling newtype-uuid v1.1.3 |
2134 | 2024-12-19T00:18:39.207Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2135 | 2024-12-19T00:18:39.428Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2136 | 2024-12-19T00:18:39.517Z | Compiling lzma-sys v0.1.20 |
2137 | 2024-12-19T00:18:39.779Z | Compiling foreign-types-macros v0.2.3 |
2138 | 2024-12-19T00:18:39.840Z | Checking regress v0.10.1 |
2139 | 2024-12-19T00:18:39.896Z | Compiling num_enum_derive v0.5.11 |
2140 | 2024-12-19T00:18:40.295Z | Compiling serde_yaml v0.9.34+deprecated |
2141 | 2024-12-19T00:18:40.655Z | Compiling dropshot v0.13.0 |
2142 | 2024-12-19T00:18:40.931Z | Checking foreign-types-shared v0.3.1 |
2143 | 2024-12-19T00:18:41.039Z | Checking arc-swap v1.7.1 |
2144 | 2024-12-19T00:18:41.056Z | Checking foreign-types v0.5.0 |
2145 | 2024-12-19T00:18:41.278Z | Compiling proc-macro-error v1.0.4 |
2146 | 2024-12-19T00:18:41.487Z | Checking slog-scope v4.4.0 |
2147 | 2024-12-19T00:18:42.050Z | Compiling structmeta v0.3.0 |
2148 | 2024-12-19T00:18:42.086Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2149 | 2024-12-19T00:18:42.121Z | Checking tungstenite v0.21.0 |
2150 | 2024-12-19T00:18:42.194Z | Compiling heck v0.3.3 |
2151 | 2024-12-19T00:18:42.497Z | Compiling parse-display-derive v0.10.0 |
2152 | 2024-12-19T00:18:42.518Z | Checking num_enum v0.5.11 |
2153 | 2024-12-19T00:18:42.580Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2154 | 2024-12-19T00:18:42.670Z | Compiling dropshot_endpoint v0.13.0 |
2155 | 2024-12-19T00:18:43.060Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2156 | 2024-12-19T00:18:43.424Z | Checking cstr-argument v0.1.2 |
2157 | 2024-12-19T00:18:43.427Z | Checking typify-impl v0.2.0 |
2158 | 2024-12-19T00:18:43.599Z | Checking instant v0.1.13 |
2159 | 2024-12-19T00:18:43.809Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2160 | 2024-12-19T00:18:44.079Z | Checking base64 v0.21.7 |
2161 | 2024-12-19T00:18:44.615Z | Checking fastrand v2.1.1 |
2162 | 2024-12-19T00:18:44.667Z | Checking pretty-hex v0.2.1 |
2163 | 2024-12-19T00:18:44.834Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2164 | 2024-12-19T00:18:44.958Z | Checking tempfile v3.13.0 |
2165 | 2024-12-19T00:18:45.132Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2166 | 2024-12-19T00:18:45.154Z | Checking backoff v0.4.0 |
2167 | 2024-12-19T00:18:45.277Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2168 | 2024-12-19T00:18:45.343Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2169 | 2024-12-19T00:18:45.468Z | Checking tokio-tungstenite v0.21.0 |
2170 | 2024-12-19T00:18:45.493Z | Checking strum v0.26.3 |
2171 | 2024-12-19T00:18:45.592Z | Compiling zone_cfg_derive v0.1.2 |
2172 | 2024-12-19T00:18:45.651Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2173 | 2024-12-19T00:18:45.982Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2174 | 2024-12-19T00:18:45.984Z | Compiling darling_macro v0.20.10 |
2175 | 2024-12-19T00:18:46.015Z | Checking slog-stdlog v4.1.1 |
2176 | 2024-12-19T00:18:46.216Z | Checking regress v0.9.1 |
2177 | 2024-12-19T00:18:46.347Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-12-19T00:18:46.402Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2179 | 2024-12-19T00:18:46.492Z | Checking colored v2.1.0 |
2180 | 2024-12-19T00:18:46.669Z | Checking macaddr v1.0.1 |
2181 | 2024-12-19T00:18:46.781Z | Checking base64 v0.13.1 |
2182 | 2024-12-19T00:18:46.931Z | Compiling darling v0.20.10 |
2183 | 2024-12-19T00:18:47.047Z | Compiling serde_with_macros v3.11.0 |
2184 | 2024-12-19T00:18:47.086Z | Checking zone v0.1.8 |
2185 | 2024-12-19T00:18:47.153Z | Checking ron v0.7.1 |
2186 | 2024-12-19T00:18:47.156Z | Checking parse-display v0.10.0 |
2187 | 2024-12-19T00:18:47.410Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2188 | 2024-12-19T00:18:47.742Z | Checking xz2 v0.1.7 |
2189 | 2024-12-19T00:18:47.866Z | Checking slog-envlogger v2.2.0 |
2190 | 2024-12-19T00:18:48.059Z | Checking tabwriter v1.4.0 |
2191 | 2024-12-19T00:18:48.089Z | Checking xattr v1.3.1 |
2192 | 2024-12-19T00:18:48.289Z | Checking pem v3.0.4 |
2193 | 2024-12-19T00:18:48.291Z | Checking yasna v0.5.2 |
2194 | 2024-12-19T00:18:48.330Z | Checking headers-core v0.3.0 |
2195 | 2024-12-19T00:18:48.477Z | Checking smf v0.2.3 |
2196 | 2024-12-19T00:18:48.553Z | Checking filetime v0.2.25 |
2197 | 2024-12-19T00:18:48.770Z | Checking same-file v1.0.6 |
2198 | 2024-12-19T00:18:48.943Z | Checking tar v0.4.42 |
2199 | 2024-12-19T00:18:48.947Z | Checking walkdir v2.5.0 |
2200 | 2024-12-19T00:18:48.974Z | Checking headers v0.4.0 |
2201 | 2024-12-19T00:18:49.179Z | Checking rcgen v0.12.1 |
2202 | 2024-12-19T00:18:49.229Z | Checking atomicwrites v0.4.4 |
2203 | 2024-12-19T00:18:49.471Z | Checking camino-tempfile v1.1.1 |
2204 | 2024-12-19T00:18:49.741Z | Checking subprocess v0.2.9 |
2205 | 2024-12-19T00:18:49.941Z | Checking serde_with v3.11.0 |
2206 | 2024-12-19T00:18:53.873Z | Compiling typify-macro v0.2.0 |
2207 | 2024-12-19T00:18:55.744Z | Compiling typify v0.2.0 |
2208 | 2024-12-19T00:18:55.814Z | Compiling progenitor-impl v0.8.0 |
2209 | 2024-12-19T00:18:58.986Z | Compiling progenitor-macro v0.8.0 |
2210 | 2024-12-19T00:19:04.317Z | Checking progenitor v0.8.0 |
2211 | 2024-12-19T00:19:04.478Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2212 | 2024-12-19T00:19:04.481Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2213 | 2024-12-19T00:19:07.168Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2214 | 2024-12-19T00:19:07.532Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2215 | 2024-12-19T00:19:13.983Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2216 | 2024-12-19T00:19:15.566Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2217 | 2024-12-19T00:19:16.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s |
2218 | 2024-12-19T00:19:17.025Z | |
2219 | 2024-12-19T00:19:17.025Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174) |
2220 | 2024-12-19T00:19:17.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2221 | 2024-12-19T00:19:17.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2222 | 2024-12-19T00:19:17.668Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-12-19T00:19:19.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
2224 | 2024-12-19T00:19:19.274Z | |
2225 | 2024-12-19T00:19:19.274Z | info: running `cargo check --bins` on nexus-config (31/174) |
2226 | 2024-12-19T00:19:19.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2024-12-19T00:19:19.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2024-12-19T00:19:19.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2229 | 2024-12-19T00:19:19.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2230 | 2024-12-19T00:19:19.894Z | |
2231 | 2024-12-19T00:19:19.894Z | info: running `cargo check --bins` on omicron-rpaths (32/174) |
2232 | 2024-12-19T00:19:20.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2024-12-19T00:19:20.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2024-12-19T00:19:20.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2024-12-19T00:19:20.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2236 | 2024-12-19T00:19:20.488Z | |
2237 | 2024-12-19T00:19:20.489Z | info: running `cargo check --bins` on omicron-certificates (33/174) |
2238 | 2024-12-19T00:19:21.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-12-19T00:19:21.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-12-19T00:19:21.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-12-19T00:19:21.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2242 | 2024-12-19T00:19:21.111Z | |
2243 | 2024-12-19T00:19:21.111Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/174) |
2244 | 2024-12-19T00:19:21.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-12-19T00:19:21.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-12-19T00:19:21.782Z | Compiling zerocopy v0.8.10 |
2247 | 2024-12-19T00:19:21.782Z | Compiling progenitor-client v0.8.0 |
2248 | 2024-12-19T00:19:21.785Z | Compiling itertools v0.13.0 |
2249 | 2024-12-19T00:19:21.785Z | Compiling zerocopy-derive v0.8.10 |
2250 | 2024-12-19T00:19:21.785Z | Compiling heapless v0.8.0 |
2251 | 2024-12-19T00:19:21.785Z | Compiling newtype-uuid v1.1.3 |
2252 | 2024-12-19T00:19:21.785Z | Compiling ipnetwork v0.20.0 |
2253 | 2024-12-19T00:19:21.785Z | Checking hash32 v0.3.1 |
2254 | 2024-12-19T00:19:22.081Z | Compiling instant v0.1.13 |
2255 | 2024-12-19T00:19:22.222Z | Compiling smoltcp v0.11.0 |
2256 | 2024-12-19T00:19:22.225Z | Compiling backoff v0.4.0 |
2257 | 2024-12-19T00:19:22.357Z | Compiling progenitor v0.8.0 |
2258 | 2024-12-19T00:19:22.583Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2259 | 2024-12-19T00:19:22.615Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2260 | 2024-12-19T00:19:22.973Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2261 | 2024-12-19T00:19:22.977Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2262 | 2024-12-19T00:19:22.977Z | Compiling dropshot v0.13.0 |
2263 | 2024-12-19T00:19:23.018Z | Compiling serde_with v3.11.0 |
2264 | 2024-12-19T00:19:23.150Z | Compiling parse-display v0.10.0 |
2265 | 2024-12-19T00:19:23.434Z | Checking num-rational v0.4.2 |
2266 | 2024-12-19T00:19:23.666Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2267 | 2024-12-19T00:19:23.901Z | Compiling regress v0.9.1 |
2268 | 2024-12-19T00:19:24.102Z | Compiling phf_generator v0.11.2 |
2269 | 2024-12-19T00:19:24.292Z | Checking num-complex v0.4.6 |
2270 | 2024-12-19T00:19:25.124Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2271 | 2024-12-19T00:19:25.637Z | Compiling macaddr v1.0.1 |
2272 | 2024-12-19T00:19:26.060Z | Checking cobs v0.2.3 |
2273 | 2024-12-19T00:19:26.250Z | Checking postcard v1.0.10 |
2274 | 2024-12-19T00:19:26.328Z | Compiling num v0.4.3 |
2275 | 2024-12-19T00:19:26.553Z | Compiling phf_codegen v0.11.2 |
2276 | 2024-12-19T00:19:26.829Z | Compiling parse-zoneinfo v0.3.1 |
2277 | 2024-12-19T00:19:27.127Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2278 | 2024-12-19T00:19:27.418Z | Checking float-ord v0.3.2 |
2279 | 2024-12-19T00:19:27.577Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2280 | 2024-12-19T00:19:27.730Z | Compiling convert_case v0.4.0 |
2281 | 2024-12-19T00:19:28.103Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2282 | 2024-12-19T00:19:28.886Z | Compiling derive_more v0.99.18 |
2283 | 2024-12-19T00:19:28.909Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2284 | 2024-12-19T00:19:29.157Z | Compiling chrono-tz-build v0.4.0 |
2285 | 2024-12-19T00:19:29.930Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2286 | 2024-12-19T00:19:30.687Z | Compiling crucible-workspace-hack v0.1.0 |
2287 | 2024-12-19T00:19:30.868Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2288 | 2024-12-19T00:19:30.929Z | Compiling chrono-tz v0.10.0 |
2289 | 2024-12-19T00:19:31.006Z | Checking newline-converter v0.3.0 |
2290 | 2024-12-19T00:19:31.172Z | Checking prettyplease v0.2.25 |
2291 | 2024-12-19T00:19:31.187Z | Compiling slog-dtrace v0.3.0 |
2292 | 2024-12-19T00:19:31.477Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2293 | 2024-12-19T00:19:32.245Z | Checking expectorate v1.1.0 |
2294 | 2024-12-19T00:19:32.363Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2295 | 2024-12-19T00:19:32.403Z | Compiling zone_cfg_derive v0.3.0 |
2296 | 2024-12-19T00:19:32.430Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2297 | 2024-12-19T00:19:32.612Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2298 | 2024-12-19T00:19:32.730Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2299 | 2024-12-19T00:19:33.173Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2300 | 2024-12-19T00:19:33.495Z | Compiling const_format_proc_macros v0.2.33 |
2301 | 2024-12-19T00:19:33.718Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2302 | 2024-12-19T00:19:33.849Z | Compiling num-derive v0.4.2 |
2303 | 2024-12-19T00:19:33.932Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2304 | 2024-12-19T00:19:34.212Z | Checking highway v1.2.0 |
2305 | 2024-12-19T00:19:34.712Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2306 | 2024-12-19T00:19:35.065Z | Checking zone v0.3.0 |
2307 | 2024-12-19T00:19:35.502Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2308 | 2024-12-19T00:19:35.628Z | Checking const_format v0.2.33 |
2309 | 2024-12-19T00:19:35.644Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2310 | 2024-12-19T00:19:36.123Z | Checking gethostname v0.5.0 |
2311 | 2024-12-19T00:19:36.182Z | Checking bcs v0.1.6 |
2312 | 2024-12-19T00:19:36.256Z | Compiling async-recursion v1.1.1 |
2313 | 2024-12-19T00:19:36.344Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2314 | 2024-12-19T00:19:36.855Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2315 | 2024-12-19T00:19:37.002Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2316 | 2024-12-19T00:19:37.005Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2317 | 2024-12-19T00:19:38.102Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2318 | 2024-12-19T00:19:38.756Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2319 | 2024-12-19T00:19:44.600Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2320 | 2024-12-19T00:19:47.873Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2321 | 2024-12-19T00:19:50.522Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2322 | 2024-12-19T00:19:51.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.61s |
2323 | 2024-12-19T00:19:51.906Z | |
2324 | 2024-12-19T00:19:51.906Z | info: running `cargo check --bins` on clickhouse-admin-api (35/174) |
2325 | 2024-12-19T00:19:52.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2326 | 2024-12-19T00:19:52.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2327 | 2024-12-19T00:19:52.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2328 | 2024-12-19T00:19:52.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2329 | 2024-12-19T00:19:52.527Z | |
2330 | 2024-12-19T00:19:52.527Z | info: running `cargo check --bins` on clickhouse-admin-types (36/174) |
2331 | 2024-12-19T00:19:53.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2332 | 2024-12-19T00:19:53.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2333 | 2024-12-19T00:19:53.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2334 | 2024-12-19T00:19:53.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2335 | 2024-12-19T00:19:53.150Z | |
2336 | 2024-12-19T00:19:53.150Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/174) |
2337 | 2024-12-19T00:19:53.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-12-19T00:19:53.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-12-19T00:19:53.798Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2340 | 2024-12-19T00:19:54.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2341 | 2024-12-19T00:19:54.606Z | |
2342 | 2024-12-19T00:19:54.606Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174) |
2343 | 2024-12-19T00:19:55.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-12-19T00:19:55.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-12-19T00:19:55.263Z | Compiling cfg_aliases v0.1.1 |
2346 | 2024-12-19T00:19:55.265Z | Compiling vte_generate_state_changes v0.1.2 |
2347 | 2024-12-19T00:19:55.266Z | Checking fd-lock v4.0.2 |
2348 | 2024-12-19T00:19:55.376Z | Checking nibble_vec v0.1.0 |
2349 | 2024-12-19T00:19:55.385Z | Checking bytecount v0.6.8 |
2350 | 2024-12-19T00:19:55.395Z | Checking endian-type v0.1.2 |
2351 | 2024-12-19T00:19:55.398Z | Compiling tabled_derive v0.7.0 |
2352 | 2024-12-19T00:19:55.433Z | Compiling peg-macros v0.8.4 |
2353 | 2024-12-19T00:19:55.448Z | Compiling nix v0.28.0 |
2354 | 2024-12-19T00:19:55.518Z | Checking papergrid v0.11.0 |
2355 | 2024-12-19T00:19:55.535Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2356 | 2024-12-19T00:19:55.553Z | Compiling sqlparser_derive v0.2.2 |
2357 | 2024-12-19T00:19:55.616Z | Checking radix_trie v0.2.1 |
2358 | 2024-12-19T00:19:55.977Z | Checking vte v0.11.1 |
2359 | 2024-12-19T00:19:56.032Z | Checking home v0.5.9 |
2360 | 2024-12-19T00:19:56.182Z | Checking nu-ansi-term v0.50.1 |
2361 | 2024-12-19T00:19:56.560Z | Checking unicode_categories v0.1.1 |
2362 | 2024-12-19T00:19:56.663Z | Checking sqlparser v0.45.0 |
2363 | 2024-12-19T00:19:56.732Z | Checking display-error-chain v0.2.2 |
2364 | 2024-12-19T00:19:56.860Z | Checking sqlformat v0.2.6 |
2365 | 2024-12-19T00:19:57.317Z | Checking strip-ansi-escapes v0.2.0 |
2366 | 2024-12-19T00:19:57.465Z | Checking reedline v0.35.0 |
2367 | 2024-12-19T00:19:57.818Z | Checking tabled v0.15.0 |
2368 | 2024-12-19T00:19:58.202Z | Checking peg v0.8.4 |
2369 | 2024-12-19T00:19:58.634Z | Checking rustyline v14.0.0 |
2370 | 2024-12-19T00:20:07.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s |
2371 | 2024-12-19T00:20:07.740Z | |
2372 | 2024-12-19T00:20:07.740Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174) |
2373 | 2024-12-19T00:20:08.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-12-19T00:20:08.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-12-19T00:20:08.394Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2376 | 2024-12-19T00:20:13.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
2377 | 2024-12-19T00:20:13.536Z | |
2378 | 2024-12-19T00:20:13.536Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174) |
2379 | 2024-12-19T00:20:14.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-12-19T00:20:14.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-12-19T00:20:14.193Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2382 | 2024-12-19T00:20:17.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2383 | 2024-12-19T00:20:18.076Z | |
2384 | 2024-12-19T00:20:18.076Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174) |
2385 | 2024-12-19T00:20:18.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-12-19T00:20:18.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-12-19T00:20:18.724Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2388 | 2024-12-19T00:20:23.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
2389 | 2024-12-19T00:20:23.675Z | |
2390 | 2024-12-19T00:20:23.675Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174) |
2391 | 2024-12-19T00:20:24.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-12-19T00:20:24.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-12-19T00:20:24.330Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2024-12-19T00:20:29.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2395 | 2024-12-19T00:20:29.242Z | |
2396 | 2024-12-19T00:20:29.242Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174) |
2397 | 2024-12-19T00:20:29.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-12-19T00:20:29.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-12-19T00:20:29.902Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2024-12-19T00:20:33.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2401 | 2024-12-19T00:20:33.973Z | |
2402 | 2024-12-19T00:20:33.973Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174) |
2403 | 2024-12-19T00:20:34.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-12-19T00:20:34.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-12-19T00:20:34.632Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2024-12-19T00:20:38.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2407 | 2024-12-19T00:20:38.777Z | |
2408 | 2024-12-19T00:20:38.777Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174) |
2409 | 2024-12-19T00:20:39.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-12-19T00:20:39.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-12-19T00:20:39.436Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2024-12-19T00:20:44.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
2413 | 2024-12-19T00:20:44.616Z | |
2414 | 2024-12-19T00:20:44.616Z | info: running `cargo check --bins` on oximeter (46/174) |
2415 | 2024-12-19T00:20:45.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-12-19T00:20:45.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-12-19T00:20:45.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-12-19T00:20:45.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2419 | 2024-12-19T00:20:45.237Z | |
2420 | 2024-12-19T00:20:45.237Z | info: running `cargo check --bins` on oximeter-macro-impl (47/174) |
2421 | 2024-12-19T00:20:45.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-12-19T00:20:45.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-12-19T00:20:45.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-12-19T00:20:45.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2425 | 2024-12-19T00:20:45.836Z | |
2426 | 2024-12-19T00:20:45.836Z | info: running `cargo check --bins` on oximeter-schema (48/174) |
2427 | 2024-12-19T00:20:46.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-12-19T00:20:46.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-12-19T00:20:46.465Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2430 | 2024-12-19T00:20:46.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2431 | 2024-12-19T00:20:47.079Z | |
2432 | 2024-12-19T00:20:47.079Z | info: running `cargo check --bins` on oximeter-types (49/174) |
2433 | 2024-12-19T00:20:47.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-12-19T00:20:47.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-12-19T00:20:47.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-12-19T00:20:47.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2437 | 2024-12-19T00:20:47.695Z | |
2438 | 2024-12-19T00:20:47.695Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/174) |
2439 | 2024-12-19T00:20:48.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-12-19T00:20:48.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-12-19T00:20:48.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-12-19T00:20:48.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2443 | 2024-12-19T00:20:48.315Z | |
2444 | 2024-12-19T00:20:48.315Z | info: running `cargo check --bins` on oxql-types (51/174) |
2445 | 2024-12-19T00:20:48.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-12-19T00:20:48.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-12-19T00:20:48.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-12-19T00:20:48.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2449 | 2024-12-19T00:20:48.938Z | |
2450 | 2024-12-19T00:20:48.938Z | info: running `cargo check --bins` on oximeter-test-utils (52/174) |
2451 | 2024-12-19T00:20:49.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-12-19T00:20:49.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-12-19T00:20:49.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-12-19T00:20:49.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2455 | 2024-12-19T00:20:49.587Z | |
2456 | 2024-12-19T00:20:49.587Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/174) |
2457 | 2024-12-19T00:20:50.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-12-19T00:20:50.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-12-19T00:20:50.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-12-19T00:20:50.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2461 | 2024-12-19T00:20:50.214Z | |
2462 | 2024-12-19T00:20:50.214Z | info: running `cargo check --bins` on bootstrap-agent-client (54/174) |
2463 | 2024-12-19T00:20:50.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-12-19T00:20:50.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-12-19T00:20:50.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-12-19T00:20:50.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2467 | 2024-12-19T00:20:50.844Z | |
2468 | 2024-12-19T00:20:50.844Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174) |
2469 | 2024-12-19T00:20:51.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-12-19T00:20:51.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-12-19T00:20:51.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-12-19T00:20:51.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2473 | 2024-12-19T00:20:51.472Z | |
2474 | 2024-12-19T00:20:51.472Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/174) |
2475 | 2024-12-19T00:20:52.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-12-19T00:20:52.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-12-19T00:20:52.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-12-19T00:20:52.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2479 | 2024-12-19T00:20:52.098Z | |
2480 | 2024-12-19T00:20:52.098Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/174) |
2481 | 2024-12-19T00:20:52.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-12-19T00:20:52.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-12-19T00:20:52.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-12-19T00:20:52.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2485 | 2024-12-19T00:20:52.727Z | |
2486 | 2024-12-19T00:20:52.728Z | info: running `cargo check --bins` on cockroach-admin-client (58/174) |
2487 | 2024-12-19T00:20:53.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-12-19T00:20:53.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-12-19T00:20:53.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-12-19T00:20:53.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2491 | 2024-12-19T00:20:53.334Z | |
2492 | 2024-12-19T00:20:53.334Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/174) |
2493 | 2024-12-19T00:20:53.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-12-19T00:20:53.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-12-19T00:20:53.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-12-19T00:20:53.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2497 | 2024-12-19T00:20:53.964Z | |
2498 | 2024-12-19T00:20:53.964Z | info: running `cargo check --bins` on dns-service-client (60/174) |
2499 | 2024-12-19T00:20:54.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-12-19T00:20:54.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-12-19T00:20:54.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-12-19T00:20:54.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2503 | 2024-12-19T00:20:54.585Z | |
2504 | 2024-12-19T00:20:54.585Z | info: running `cargo check --bins` on internal-dns-types (61/174) |
2505 | 2024-12-19T00:20:55.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-12-19T00:20:55.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-12-19T00:20:55.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-12-19T00:20:55.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2509 | 2024-12-19T00:20:55.216Z | |
2510 | 2024-12-19T00:20:55.216Z | info: running `cargo check --bins` on dpd-client (62/174) |
2511 | 2024-12-19T00:20:55.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-12-19T00:20:55.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-12-19T00:20:55.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-12-19T00:20:55.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2515 | 2024-12-19T00:20:55.841Z | |
2516 | 2024-12-19T00:20:55.841Z | info: running `cargo check --bins` on gateway-client (63/174) |
2517 | 2024-12-19T00:20:56.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-12-19T00:20:56.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-12-19T00:20:56.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-12-19T00:20:56.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2521 | 2024-12-19T00:20:56.455Z | |
2522 | 2024-12-19T00:20:56.455Z | info: running `cargo check --bins` on installinator-client (64/174) |
2523 | 2024-12-19T00:20:57.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-12-19T00:20:57.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-12-19T00:20:57.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-12-19T00:20:57.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2527 | 2024-12-19T00:20:57.100Z | |
2528 | 2024-12-19T00:20:57.100Z | info: running `cargo check --bins` on installinator-common (65/174) |
2529 | 2024-12-19T00:20:57.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-12-19T00:20:57.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-12-19T00:20:57.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-12-19T00:20:57.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2533 | 2024-12-19T00:20:57.745Z | |
2534 | 2024-12-19T00:20:57.745Z | info: running `cargo check --bins` on update-engine (66/174) |
2535 | 2024-12-19T00:20:58.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-12-19T00:20:58.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-12-19T00:20:58.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-12-19T00:20:58.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2539 | 2024-12-19T00:20:58.362Z | |
2540 | 2024-12-19T00:20:58.362Z | info: running `cargo check --bins` on nexus-client (67/174) |
2541 | 2024-12-19T00:20:58.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-12-19T00:20:58.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-12-19T00:20:58.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-12-19T00:20:58.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2545 | 2024-12-19T00:20:59.016Z | |
2546 | 2024-12-19T00:20:59.016Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/174) |
2547 | 2024-12-19T00:20:59.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-12-19T00:20:59.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-12-19T00:20:59.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-12-19T00:20:59.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2551 | 2024-12-19T00:20:59.663Z | |
2552 | 2024-12-19T00:20:59.663Z | info: running `cargo check --bins` on omicron-passwords (69/174) |
2553 | 2024-12-19T00:21:00.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-12-19T00:21:00.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-12-19T00:21:00.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-12-19T00:21:00.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2557 | 2024-12-19T00:21:00.266Z | |
2558 | 2024-12-19T00:21:00.266Z | info: running `cargo check --bins` on nexus-types (70/174) |
2559 | 2024-12-19T00:21:00.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-12-19T00:21:00.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-12-19T00:21:00.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-12-19T00:21:00.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2563 | 2024-12-19T00:21:00.909Z | |
2564 | 2024-12-19T00:21:00.909Z | info: running `cargo check --bins` on oxide-client (71/174) |
2565 | 2024-12-19T00:21:01.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-12-19T00:21:01.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-12-19T00:21:01.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-12-19T00:21:01.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2569 | 2024-12-19T00:21:01.516Z | |
2570 | 2024-12-19T00:21:01.516Z | info: running `cargo check --bins` on oximeter-client (72/174) |
2571 | 2024-12-19T00:21:02.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-12-19T00:21:02.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-12-19T00:21:02.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-12-19T00:21:02.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2575 | 2024-12-19T00:21:02.132Z | |
2576 | 2024-12-19T00:21:02.132Z | info: running `cargo check --bins` on repo-depot-client (73/174) |
2577 | 2024-12-19T00:21:02.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-12-19T00:21:02.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-12-19T00:21:02.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-12-19T00:21:02.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2581 | 2024-12-19T00:21:02.740Z | |
2582 | 2024-12-19T00:21:02.740Z | info: running `cargo check --bins` on sled-agent-client (74/174) |
2583 | 2024-12-19T00:21:03.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-12-19T00:21:03.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-12-19T00:21:03.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-12-19T00:21:03.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2587 | 2024-12-19T00:21:03.374Z | |
2588 | 2024-12-19T00:21:03.374Z | info: running `cargo check --bins` on wicketd-client (75/174) |
2589 | 2024-12-19T00:21:03.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-12-19T00:21:03.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-12-19T00:21:03.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-12-19T00:21:03.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2593 | 2024-12-19T00:21:04.028Z | |
2594 | 2024-12-19T00:21:04.028Z | info: running `cargo check --bins` on sled-agent-types (76/174) |
2595 | 2024-12-19T00:21:04.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-12-19T00:21:04.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-12-19T00:21:04.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-12-19T00:21:04.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2599 | 2024-12-19T00:21:04.682Z | |
2600 | 2024-12-19T00:21:04.682Z | info: running `cargo check --bins` on wicket-common (77/174) |
2601 | 2024-12-19T00:21:05.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-12-19T00:21:05.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-12-19T00:21:05.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-12-19T00:21:05.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2605 | 2024-12-19T00:21:05.323Z | |
2606 | 2024-12-19T00:21:05.323Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/174) |
2607 | 2024-12-19T00:21:05.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-12-19T00:21:05.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-12-19T00:21:05.977Z | Checking csv-core v0.1.11 |
2610 | 2024-12-19T00:21:05.977Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2611 | 2024-12-19T00:21:05.980Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2612 | 2024-12-19T00:21:06.287Z | Checking csv v1.3.0 |
2613 | 2024-12-19T00:21:06.300Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2614 | 2024-12-19T00:21:06.866Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2615 | 2024-12-19T00:21:07.226Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2616 | 2024-12-19T00:21:08.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
2617 | 2024-12-19T00:21:08.615Z | |
2618 | 2024-12-19T00:21:08.615Z | info: running `cargo check --bins` on cockroach-admin-api (79/174) |
2619 | 2024-12-19T00:21:09.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-12-19T00:21:09.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-12-19T00:21:09.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-12-19T00:21:09.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2623 | 2024-12-19T00:21:09.239Z | |
2624 | 2024-12-19T00:21:09.239Z | info: running `cargo check --bins` on cockroach-admin-types (80/174) |
2625 | 2024-12-19T00:21:09.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-12-19T00:21:09.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-12-19T00:21:09.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-12-19T00:21:09.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2629 | 2024-12-19T00:21:09.866Z | |
2630 | 2024-12-19T00:21:09.866Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174) |
2631 | 2024-12-19T00:21:10.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-12-19T00:21:10.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-12-19T00:21:10.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-12-19T00:21:10.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2635 | 2024-12-19T00:21:10.588Z | |
2636 | 2024-12-19T00:21:10.588Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174) |
2637 | 2024-12-19T00:21:11.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-12-19T00:21:11.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-12-19T00:21:11.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-12-19T00:21:11.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2641 | 2024-12-19T00:21:11.311Z | |
2642 | 2024-12-19T00:21:11.311Z | info: running `cargo check --bins` on dns-server (83/174) |
2643 | 2024-12-19T00:21:11.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-12-19T00:21:11.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-12-19T00:21:11.950Z | Compiling parking_lot_core v0.8.6 |
2646 | 2024-12-19T00:21:11.953Z | Checking fxhash v0.2.1 |
2647 | 2024-12-19T00:21:11.953Z | Checking hickory-server v0.24.1 |
2648 | 2024-12-19T00:21:11.953Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2649 | 2024-12-19T00:21:12.054Z | Checking hickory-client v0.24.1 |
2650 | 2024-12-19T00:21:12.641Z | Checking parking_lot v0.11.2 |
2651 | 2024-12-19T00:21:12.731Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2652 | 2024-12-19T00:21:12.732Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2653 | 2024-12-19T00:21:12.875Z | Checking sled v0.34.7 |
2654 | 2024-12-19T00:21:14.646Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2655 | 2024-12-19T00:21:15.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2656 | 2024-12-19T00:21:16.096Z | |
2657 | 2024-12-19T00:21:16.096Z | info: running `cargo check --bins` on dns-server-api (84/174) |
2658 | 2024-12-19T00:21:16.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-12-19T00:21:16.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-12-19T00:21:16.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2024-12-19T00:21:16.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2662 | 2024-12-19T00:21:16.714Z | |
2663 | 2024-12-19T00:21:16.714Z | info: running `cargo check --bins` on gateway-test-utils (85/174) |
2664 | 2024-12-19T00:21:17.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-12-19T00:21:17.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-12-19T00:21:17.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-12-19T00:21:17.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2668 | 2024-12-19T00:21:17.381Z | |
2669 | 2024-12-19T00:21:17.381Z | info: running `cargo check --bins` on gateway-types (86/174) |
2670 | 2024-12-19T00:21:17.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-12-19T00:21:17.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-12-19T00:21:17.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-12-19T00:21:17.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2674 | 2024-12-19T00:21:17.998Z | |
2675 | 2024-12-19T00:21:17.998Z | info: running `cargo check --bins` on ipcc (87/174) |
2676 | 2024-12-19T00:21:18.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-12-19T00:21:18.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-12-19T00:21:18.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-12-19T00:21:18.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2680 | 2024-12-19T00:21:18.616Z | |
2681 | 2024-12-19T00:21:18.616Z | info: running `cargo check --bins` on omicron-gateway (88/174) |
2682 | 2024-12-19T00:21:19.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-12-19T00:21:19.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-12-19T00:21:19.304Z | Compiling radium v0.7.0 |
2685 | 2024-12-19T00:21:19.304Z | Compiling semver v0.1.20 |
2686 | 2024-12-19T00:21:19.419Z | Compiling maybe-uninit v2.0.0 |
2687 | 2024-12-19T00:21:19.423Z | Checking tap v1.0.1 |
2688 | 2024-12-19T00:21:19.431Z | Checking password-hash v0.5.0 |
2689 | 2024-12-19T00:21:19.434Z | Checking blake2 v0.10.6 |
2690 | 2024-12-19T00:21:19.434Z | Compiling owo-colors v4.1.0 |
2691 | 2024-12-19T00:21:19.435Z | Compiling cancel-safe-futures v0.1.5 |
2692 | 2024-12-19T00:21:19.549Z | Checking wyz v0.5.1 |
2693 | 2024-12-19T00:21:19.703Z | Compiling packed_struct v0.10.1 |
2694 | 2024-12-19T00:21:19.764Z | Checking funty v2.0.0 |
2695 | 2024-12-19T00:21:19.832Z | Compiling rustc_version v0.1.7 |
2696 | 2024-12-19T00:21:19.891Z | Checking crc-catalog v2.4.0 |
2697 | 2024-12-19T00:21:19.940Z | Checking argon2 v0.5.3 |
2698 | 2024-12-19T00:21:20.029Z | Checking crc v3.2.1 |
2699 | 2024-12-19T00:21:20.091Z | Compiling packed_struct_codegen v0.10.1 |
2700 | 2024-12-19T00:21:20.114Z | Checking half v2.4.1 |
2701 | 2024-12-19T00:21:20.205Z | Compiling indexmap v1.9.3 |
2702 | 2024-12-19T00:21:20.256Z | Checking ciborium-io v0.2.2 |
2703 | 2024-12-19T00:21:20.311Z | Compiling newtype_derive v0.1.6 |
2704 | 2024-12-19T00:21:20.379Z | Checking nodrop v0.1.14 |
2705 | 2024-12-19T00:21:20.452Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2706 | 2024-12-19T00:21:20.501Z | Checking array-init v0.0.4 |
2707 | 2024-12-19T00:21:20.579Z | Checking ciborium-ll v0.2.2 |
2708 | 2024-12-19T00:21:20.597Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2709 | 2024-12-19T00:21:20.701Z | Checking bitvec v1.0.1 |
2710 | 2024-12-19T00:21:20.744Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2711 | 2024-12-19T00:21:20.769Z | Checking smallvec v0.6.14 |
2712 | 2024-12-19T00:21:20.913Z | Checking libsw v3.3.1 |
2713 | 2024-12-19T00:21:21.158Z | Compiling memoffset v0.9.1 |
2714 | 2024-12-19T00:21:21.190Z | Checking termcolor v1.4.1 |
2715 | 2024-12-19T00:21:21.295Z | Checking bitfield v0.14.0 |
2716 | 2024-12-19T00:21:21.450Z | Checking swrite v0.1.0 |
2717 | 2024-12-19T00:21:21.453Z | Checking linear-map v1.2.0 |
2718 | 2024-12-19T00:21:21.554Z | Checking indent_write v2.2.0 |
2719 | 2024-12-19T00:21:21.573Z | Checking hashbrown v0.12.3 |
2720 | 2024-12-19T00:21:21.575Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2721 | 2024-12-19T00:21:21.616Z | Checking env_logger v0.10.2 |
2722 | 2024-12-19T00:21:21.803Z | Checking serde-hex v0.1.0 |
2723 | 2024-12-19T00:21:21.881Z | Checking ron v0.8.1 |
2724 | 2024-12-19T00:21:22.036Z | Checking ciborium v0.2.2 |
2725 | 2024-12-19T00:21:22.367Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2726 | 2024-12-19T00:21:23.032Z | Checking steno v0.4.1 |
2727 | 2024-12-19T00:21:23.087Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2728 | 2024-12-19T00:21:23.151Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2729 | 2024-12-19T00:21:23.256Z | Checking hashbrown v0.13.2 |
2730 | 2024-12-19T00:21:23.341Z | Checking humantime v2.1.0 |
2731 | 2024-12-19T00:21:23.354Z | Checking crc-any v2.5.0 |
2732 | 2024-12-19T00:21:23.623Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2733 | 2024-12-19T00:21:23.714Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2734 | 2024-12-19T00:21:24.005Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2735 | 2024-12-19T00:21:24.286Z | Checking object v0.30.4 |
2736 | 2024-12-19T00:21:24.304Z | Checking path-slash v0.1.5 |
2737 | 2024-12-19T00:21:24.384Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2738 | 2024-12-19T00:21:24.556Z | Checking nix v0.27.1 |
2739 | 2024-12-19T00:21:25.296Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2740 | 2024-12-19T00:21:25.421Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2741 | 2024-12-19T00:21:25.687Z | Checking tungstenite v0.23.0 |
2742 | 2024-12-19T00:21:25.864Z | Checking kstat-rs v0.2.4 |
2743 | 2024-12-19T00:21:25.884Z | Checking signal-hook-tokio v0.3.1 |
2744 | 2024-12-19T00:21:26.217Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2745 | 2024-12-19T00:21:26.548Z | Checking tokio-tungstenite v0.23.1 |
2746 | 2024-12-19T00:21:27.026Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2747 | 2024-12-19T00:21:27.292Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2748 | 2024-12-19T00:21:27.429Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2749 | 2024-12-19T00:21:34.160Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2750 | 2024-12-19T00:21:35.431Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2751 | 2024-12-19T00:21:38.254Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2752 | 2024-12-19T00:21:43.889Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2753 | 2024-12-19T00:21:44.589Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2754 | 2024-12-19T00:21:47.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.80s |
2755 | 2024-12-19T00:21:47.600Z | |
2756 | 2024-12-19T00:21:47.600Z | info: running `cargo check --bins` on gateway-api (89/174) |
2757 | 2024-12-19T00:21:48.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-12-19T00:21:48.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-12-19T00:21:48.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2024-12-19T00:21:48.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2761 | 2024-12-19T00:21:48.223Z | |
2762 | 2024-12-19T00:21:48.223Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174) |
2763 | 2024-12-19T00:21:48.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-12-19T00:21:48.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-12-19T00:21:48.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2024-12-19T00:21:48.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2767 | 2024-12-19T00:21:48.822Z | |
2768 | 2024-12-19T00:21:48.822Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174) |
2769 | 2024-12-19T00:21:49.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-12-19T00:21:49.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-12-19T00:21:49.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-12-19T00:21:49.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2773 | 2024-12-19T00:21:49.447Z | |
2774 | 2024-12-19T00:21:49.447Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174) |
2775 | 2024-12-19T00:21:49.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-12-19T00:21:49.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-12-19T00:21:49.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-12-19T00:21:49.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2779 | 2024-12-19T00:21:50.067Z | |
2780 | 2024-12-19T00:21:50.067Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174) |
2781 | 2024-12-19T00:21:50.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-12-19T00:21:50.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-12-19T00:21:50.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-12-19T00:21:50.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2785 | 2024-12-19T00:21:50.687Z | |
2786 | 2024-12-19T00:21:50.687Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174) |
2787 | 2024-12-19T00:21:51.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-12-19T00:21:51.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-12-19T00:21:51.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-12-19T00:21:51.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2791 | 2024-12-19T00:21:51.313Z | |
2792 | 2024-12-19T00:21:51.313Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174) |
2793 | 2024-12-19T00:21:51.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-12-19T00:21:51.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-12-19T00:21:51.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-12-19T00:21:51.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2797 | 2024-12-19T00:21:51.944Z | |
2798 | 2024-12-19T00:21:51.944Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174) |
2799 | 2024-12-19T00:21:52.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-12-19T00:21:52.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-12-19T00:21:52.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-12-19T00:21:52.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2803 | 2024-12-19T00:21:52.573Z | |
2804 | 2024-12-19T00:21:52.573Z | info: running `cargo check --bins` on oximeter-producer (97/174) |
2805 | 2024-12-19T00:21:53.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-12-19T00:21:53.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-12-19T00:21:53.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-12-19T00:21:53.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2809 | 2024-12-19T00:21:53.225Z | |
2810 | 2024-12-19T00:21:53.225Z | info: running `cargo check --bins` on internal-dns-resolver (98/174) |
2811 | 2024-12-19T00:21:53.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-12-19T00:21:53.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-12-19T00:21:53.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-12-19T00:21:53.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2815 | 2024-12-19T00:21:53.850Z | |
2816 | 2024-12-19T00:21:53.850Z | info: running `cargo check --bins` on sp-sim (99/174) |
2817 | 2024-12-19T00:21:54.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-12-19T00:21:54.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-12-19T00:21:54.485Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2820 | 2024-12-19T00:21:56.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
2821 | 2024-12-19T00:21:56.514Z | |
2822 | 2024-12-19T00:21:56.514Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174) |
2823 | 2024-12-19T00:21:57.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-12-19T00:21:57.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-12-19T00:21:57.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-12-19T00:21:57.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2827 | 2024-12-19T00:21:57.180Z | |
2828 | 2024-12-19T00:21:57.180Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174) |
2829 | 2024-12-19T00:21:57.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-12-19T00:21:57.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-12-19T00:21:57.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-12-19T00:21:57.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2833 | 2024-12-19T00:21:57.857Z | |
2834 | 2024-12-19T00:21:57.857Z | info: running `cargo check --bins` on db-macros (102/174) |
2835 | 2024-12-19T00:21:58.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-12-19T00:21:58.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-12-19T00:21:58.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-12-19T00:21:58.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2839 | 2024-12-19T00:21:58.462Z | |
2840 | 2024-12-19T00:21:58.462Z | info: running `cargo check --bins` on nexus-macros-common (103/174) |
2841 | 2024-12-19T00:21:58.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-12-19T00:21:58.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-12-19T00:21:58.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-12-19T00:21:59.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2845 | 2024-12-19T00:21:59.070Z | |
2846 | 2024-12-19T00:21:59.070Z | info: running `cargo check --bins` on nexus-auth (104/174) |
2847 | 2024-12-19T00:21:59.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-12-19T00:21:59.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-12-19T00:21:59.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-12-19T00:21:59.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2851 | 2024-12-19T00:21:59.729Z | |
2852 | 2024-12-19T00:21:59.729Z | info: running `cargo check --bins` on authz-macros (105/174) |
2853 | 2024-12-19T00:22:00.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-12-19T00:22:00.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-12-19T00:22:00.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-12-19T00:22:00.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2857 | 2024-12-19T00:22:00.335Z | |
2858 | 2024-12-19T00:22:00.336Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/174) |
2859 | 2024-12-19T00:22:00.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-12-19T00:22:00.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-12-19T00:22:00.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-12-19T00:22:00.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2863 | 2024-12-19T00:22:00.985Z | |
2864 | 2024-12-19T00:22:00.985Z | info: running `cargo check --bins` on nexus-db-model (107/174) |
2865 | 2024-12-19T00:22:01.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-12-19T00:22:01.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-12-19T00:22:01.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-12-19T00:22:01.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2869 | 2024-12-19T00:22:01.641Z | |
2870 | 2024-12-19T00:22:01.641Z | info: running `cargo check --bins` on nexus-defaults (108/174) |
2871 | 2024-12-19T00:22:02.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-12-19T00:22:02.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-12-19T00:22:02.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-12-19T00:22:02.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2875 | 2024-12-19T00:22:02.271Z | |
2876 | 2024-12-19T00:22:02.271Z | info: running `cargo check --bins` on nexus-inventory (109/174) |
2877 | 2024-12-19T00:22:02.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-12-19T00:22:02.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-12-19T00:22:02.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-12-19T00:22:02.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2881 | 2024-12-19T00:22:02.929Z | |
2882 | 2024-12-19T00:22:02.929Z | info: running `cargo check --bins` on typed-rng (110/174) |
2883 | 2024-12-19T00:22:03.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-12-19T00:22:03.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-12-19T00:22:03.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-12-19T00:22:03.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2887 | 2024-12-19T00:22:03.541Z | |
2888 | 2024-12-19T00:22:03.541Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174) |
2889 | 2024-12-19T00:22:04.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-12-19T00:22:04.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-12-19T00:22:04.280Z | Checking keccak v0.1.5 |
2892 | 2024-12-19T00:22:04.390Z | Checking secrecy v0.8.0 |
2893 | 2024-12-19T00:22:04.392Z | Compiling unicase v2.7.0 |
2894 | 2024-12-19T00:22:04.392Z | Compiling same-file v1.0.6 |
2895 | 2024-12-19T00:22:04.410Z | Compiling tempfile v3.13.0 |
2896 | 2024-12-19T00:22:04.436Z | Compiling thiserror-impl-no-std v2.0.2 |
2897 | 2024-12-19T00:22:04.438Z | Checking universal-hash v0.5.1 |
2898 | 2024-12-19T00:22:04.438Z | Compiling blake3 v1.5.4 |
2899 | 2024-12-19T00:22:04.561Z | Compiling walkdir v2.5.0 |
2900 | 2024-12-19T00:22:04.613Z | Compiling ring v0.16.20 |
2901 | 2024-12-19T00:22:04.682Z | Checking sha3 v0.10.8 |
2902 | 2024-12-19T00:22:04.684Z | Checking opaque-debug v0.3.1 |
2903 | 2024-12-19T00:22:04.784Z | Checking poly1305 v0.8.0 |
2904 | 2024-12-19T00:22:04.852Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2905 | 2024-12-19T00:22:05.091Z | Checking chacha20 v0.9.1 |
2906 | 2024-12-19T00:22:05.154Z | Checking aead v0.5.2 |
2907 | 2024-12-19T00:22:05.273Z | Compiling memmap2 v0.9.5 |
2908 | 2024-12-19T00:22:05.292Z | Compiling arrayref v0.3.9 |
2909 | 2024-12-19T00:22:05.350Z | Compiling arrayvec v0.7.6 |
2910 | 2024-12-19T00:22:05.372Z | Compiling salty v0.3.0 |
2911 | 2024-12-19T00:22:05.388Z | Compiling spin v0.5.2 |
2912 | 2024-12-19T00:22:05.435Z | Compiling libefi-sys v0.1.0 |
2913 | 2024-12-19T00:22:05.623Z | Compiling constant_time_eq v0.3.1 |
2914 | 2024-12-19T00:22:05.680Z | Checking chacha20poly1305 v0.10.1 |
2915 | 2024-12-19T00:22:05.759Z | Compiling toolchain_find v0.4.0 |
2916 | 2024-12-19T00:22:05.806Z | Compiling camino-tempfile v1.1.1 |
2917 | 2024-12-19T00:22:05.820Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2918 | 2024-12-19T00:22:05.864Z | Compiling bitfield-struct v0.6.2 |
2919 | 2024-12-19T00:22:06.157Z | Compiling topological-sort v0.2.2 |
2920 | 2024-12-19T00:22:06.270Z | Compiling mime_guess v2.0.5 |
2921 | 2024-12-19T00:22:06.317Z | Compiling rustfmt-wrapper v0.2.1 |
2922 | 2024-12-19T00:22:06.877Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2923 | 2024-12-19T00:22:06.880Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2924 | 2024-12-19T00:22:06.959Z | Checking primeorder v0.13.6 |
2925 | 2024-12-19T00:22:06.995Z | Checking env_filter v0.1.2 |
2926 | 2024-12-19T00:22:07.170Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2927 | 2024-12-19T00:22:07.228Z | Checking env_logger v0.11.5 |
2928 | 2024-12-19T00:22:07.333Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2929 | 2024-12-19T00:22:07.404Z | Checking p384 v0.13.0 |
2930 | 2024-12-19T00:22:07.520Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2931 | 2024-12-19T00:22:07.539Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2932 | 2024-12-19T00:22:07.648Z | Checking thiserror-no-std v2.0.2 |
2933 | 2024-12-19T00:22:07.762Z | Checking vsss-rs v3.3.4 |
2934 | 2024-12-19T00:22:07.792Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2935 | 2024-12-19T00:22:07.861Z | Checking http-range v0.1.5 |
2936 | 2024-12-19T00:22:07.878Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2937 | 2024-12-19T00:22:08.033Z | Checking lockfree-object-pool v0.1.6 |
2938 | 2024-12-19T00:22:08.118Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2939 | 2024-12-19T00:22:08.175Z | Checking simd-adler32 v0.3.7 |
2940 | 2024-12-19T00:22:08.268Z | Checking bumpalo v3.16.0 |
2941 | 2024-12-19T00:22:08.345Z | Compiling zip v2.1.3 |
2942 | 2024-12-19T00:22:08.434Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2943 | 2024-12-19T00:22:08.527Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2944 | 2024-12-19T00:22:08.574Z | Checking zopfli v0.8.1 |
2945 | 2024-12-19T00:22:08.659Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2946 | 2024-12-19T00:22:08.800Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2947 | 2024-12-19T00:22:09.245Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2948 | 2024-12-19T00:22:09.285Z | Checking nanorand v0.7.0 |
2949 | 2024-12-19T00:22:09.373Z | Checking atty v0.2.14 |
2950 | 2024-12-19T00:22:09.399Z | Checking glob v0.3.1 |
2951 | 2024-12-19T00:22:09.516Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2952 | 2024-12-19T00:22:09.698Z | Checking flume v0.11.1 |
2953 | 2024-12-19T00:22:09.735Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2954 | 2024-12-19T00:22:09.879Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2955 | 2024-12-19T00:22:10.211Z | Compiling omicron-zone-package v0.11.1 |
2956 | 2024-12-19T00:22:10.474Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2957 | 2024-12-19T00:22:11.365Z | Checking hyper-staticfile v0.10.1 |
2958 | 2024-12-19T00:22:11.887Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2959 | 2024-12-19T00:22:11.988Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2960 | 2024-12-19T00:22:12.274Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2961 | 2024-12-19T00:22:12.312Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2962 | 2024-12-19T00:22:12.444Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2963 | 2024-12-19T00:22:12.543Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2964 | 2024-12-19T00:22:13.121Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2965 | 2024-12-19T00:22:13.653Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2966 | 2024-12-19T00:22:14.699Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2967 | 2024-12-19T00:22:16.617Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2968 | 2024-12-19T00:22:16.620Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2969 | 2024-12-19T00:22:26.953Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2970 | 2024-12-19T00:22:40.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.92s |
2971 | 2024-12-19T00:22:40.667Z | |
2972 | 2024-12-19T00:22:40.667Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174) |
2973 | 2024-12-19T00:22:41.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2024-12-19T00:22:41.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2024-12-19T00:22:41.405Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2976 | 2024-12-19T00:22:54.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
2977 | 2024-12-19T00:22:55.181Z | |
2978 | 2024-12-19T00:22:55.181Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174) |
2979 | 2024-12-19T00:22:55.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-12-19T00:22:55.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-12-19T00:22:55.920Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2982 | 2024-12-19T00:23:09.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
2983 | 2024-12-19T00:23:09.677Z | |
2984 | 2024-12-19T00:23:09.677Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174) |
2985 | 2024-12-19T00:23:10.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-12-19T00:23:10.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-12-19T00:23:10.415Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2988 | 2024-12-19T00:23:24.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s |
2989 | 2024-12-19T00:23:24.303Z | |
2990 | 2024-12-19T00:23:24.303Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174) |
2991 | 2024-12-19T00:23:24.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-12-19T00:23:24.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-12-19T00:23:25.046Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2994 | 2024-12-19T00:23:38.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
2995 | 2024-12-19T00:23:38.763Z | |
2996 | 2024-12-19T00:23:38.763Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174) |
2997 | 2024-12-19T00:23:39.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-12-19T00:23:39.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-12-19T00:23:39.503Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2024-12-19T00:23:53.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s |
3001 | 2024-12-19T00:23:53.386Z | |
3002 | 2024-12-19T00:23:53.386Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174) |
3003 | 2024-12-19T00:23:53.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2024-12-19T00:23:54.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2024-12-19T00:23:54.107Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2024-12-19T00:24:07.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
3007 | 2024-12-19T00:24:07.936Z | |
3008 | 2024-12-19T00:24:07.936Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174) |
3009 | 2024-12-19T00:24:08.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-12-19T00:24:08.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-12-19T00:24:08.669Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2024-12-19T00:24:22.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
3013 | 2024-12-19T00:24:22.387Z | |
3014 | 2024-12-19T00:24:22.388Z | info: running `cargo check --bins` on bootstrap-agent-api (119/174) |
3015 | 2024-12-19T00:24:22.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-12-19T00:24:22.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-12-19T00:24:22.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2024-12-19T00:24:22.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3019 | 2024-12-19T00:24:23.042Z | |
3020 | 2024-12-19T00:24:23.042Z | info: running `cargo check --bins` on key-manager (120/174) |
3021 | 2024-12-19T00:24:23.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-12-19T00:24:23.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-12-19T00:24:23.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2024-12-19T00:24:23.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3025 | 2024-12-19T00:24:23.679Z | |
3026 | 2024-12-19T00:24:23.679Z | info: running `cargo check --bins` on range-requests (121/174) |
3027 | 2024-12-19T00:24:24.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-12-19T00:24:24.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-12-19T00:24:24.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2024-12-19T00:24:24.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3031 | 2024-12-19T00:24:24.297Z | |
3032 | 2024-12-19T00:24:24.297Z | info: running `cargo check --bins` on repo-depot-api (122/174) |
3033 | 2024-12-19T00:24:24.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-12-19T00:24:24.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-12-19T00:24:24.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-12-19T00:24:24.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3037 | 2024-12-19T00:24:24.932Z | |
3038 | 2024-12-19T00:24:24.932Z | info: running `cargo check --bins` on sled-agent-api (123/174) |
3039 | 2024-12-19T00:24:25.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-12-19T00:24:25.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-12-19T00:24:25.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-12-19T00:24:25.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3043 | 2024-12-19T00:24:25.588Z | |
3044 | 2024-12-19T00:24:25.588Z | info: running `cargo check --bins` on sled-hardware (124/174) |
3045 | 2024-12-19T00:24:26.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-12-19T00:24:26.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-12-19T00:24:26.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-12-19T00:24:26.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3049 | 2024-12-19T00:24:26.233Z | |
3050 | 2024-12-19T00:24:26.233Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/174) |
3051 | 2024-12-19T00:24:26.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-12-19T00:24:26.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-12-19T00:24:26.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2024-12-19T00:24:26.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3055 | 2024-12-19T00:24:26.880Z | |
3056 | 2024-12-19T00:24:26.880Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/174) |
3057 | 2024-12-19T00:24:27.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-12-19T00:24:27.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-12-19T00:24:27.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-12-19T00:24:27.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3061 | 2024-12-19T00:24:27.527Z | |
3062 | 2024-12-19T00:24:27.527Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/174) |
3063 | 2024-12-19T00:24:28.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-12-19T00:24:28.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-12-19T00:24:28.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-12-19T00:24:28.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3067 | 2024-12-19T00:24:28.182Z | |
3068 | 2024-12-19T00:24:28.182Z | info: running `cargo check --bins` on nexus-test-interface (128/174) |
3069 | 2024-12-19T00:24:28.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-12-19T00:24:28.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-12-19T00:24:28.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-12-19T00:24:28.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3073 | 2024-12-19T00:24:28.837Z | |
3074 | 2024-12-19T00:24:28.837Z | info: running `cargo check --bins` on oximeter-collector (129/174) |
3075 | 2024-12-19T00:24:29.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-12-19T00:24:29.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-12-19T00:24:29.525Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3078 | 2024-12-19T00:24:29.525Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3079 | 2024-12-19T00:24:30.266Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3080 | 2024-12-19T00:24:32.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
3081 | 2024-12-19T00:24:32.397Z | |
3082 | 2024-12-19T00:24:32.397Z | info: running `cargo check --bins` on oximeter-api (130/174) |
3083 | 2024-12-19T00:24:32.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-12-19T00:24:32.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-12-19T00:24:32.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2024-12-19T00:24:32.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3087 | 2024-12-19T00:24:33.023Z | |
3088 | 2024-12-19T00:24:33.023Z | info: running `cargo check --bins` on cert-dev (131/174) |
3089 | 2024-12-19T00:24:33.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-12-19T00:24:33.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-12-19T00:24:33.637Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3092 | 2024-12-19T00:24:33.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3093 | 2024-12-19T00:24:34.070Z | |
3094 | 2024-12-19T00:24:34.070Z | info: running `cargo check --bins` on clickana (132/174) |
3095 | 2024-12-19T00:24:34.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-12-19T00:24:34.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-12-19T00:24:34.712Z | Checking castaway v0.2.3 |
3098 | 2024-12-19T00:24:34.713Z | Checking unicode-truncate v1.1.0 |
3099 | 2024-12-19T00:24:34.715Z | Checking lru v0.12.5 |
3100 | 2024-12-19T00:24:34.715Z | Compiling instability v0.3.2 |
3101 | 2024-12-19T00:24:34.715Z | Checking cassowary v0.3.0 |
3102 | 2024-12-19T00:24:34.715Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3103 | 2024-12-19T00:24:34.924Z | Checking compact_str v0.8.0 |
3104 | 2024-12-19T00:24:35.559Z | Checking ratatui v0.28.1 |
3105 | 2024-12-19T00:24:37.445Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3106 | 2024-12-19T00:24:38.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
3107 | 2024-12-19T00:24:38.443Z | |
3108 | 2024-12-19T00:24:38.443Z | info: running `cargo check --bins` on clickhouse-cluster-dev (133/174) |
3109 | 2024-12-19T00:24:39.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-12-19T00:24:39.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-12-19T00:24:39.108Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3112 | 2024-12-19T00:24:39.108Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3113 | 2024-12-19T00:24:39.706Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3114 | 2024-12-19T00:24:40.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3115 | 2024-12-19T00:24:40.239Z | |
3116 | 2024-12-19T00:24:40.239Z | info: running `cargo check --bins` on ch-dev (134/174) |
3117 | 2024-12-19T00:24:40.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2024-12-19T00:24:40.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2024-12-19T00:24:40.894Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3120 | 2024-12-19T00:24:41.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3121 | 2024-12-19T00:24:41.778Z | |
3122 | 2024-12-19T00:24:41.778Z | info: running `cargo check --bins` on crdb-seed (135/174) |
3123 | 2024-12-19T00:24:42.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2024-12-19T00:24:42.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2024-12-19T00:24:42.426Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3126 | 2024-12-19T00:24:42.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3127 | 2024-12-19T00:24:42.970Z | |
3128 | 2024-12-19T00:24:42.970Z | info: running `cargo check --bins` on db-dev (136/174) |
3129 | 2024-12-19T00:24:43.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2024-12-19T00:24:43.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2024-12-19T00:24:43.617Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3132 | 2024-12-19T00:24:44.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3133 | 2024-12-19T00:24:44.526Z | |
3134 | 2024-12-19T00:24:44.526Z | info: running `cargo check --bins` on omicron-dev-lib (137/174) |
3135 | 2024-12-19T00:24:45.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2024-12-19T00:24:45.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2024-12-19T00:24:45.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3138 | 2024-12-19T00:24:45.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3139 | 2024-12-19T00:24:45.159Z | |
3140 | 2024-12-19T00:24:45.159Z | info: running `cargo check --bins` on xtask-downloader (138/174) |
3141 | 2024-12-19T00:24:45.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-12-19T00:24:45.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-12-19T00:24:45.762Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3144 | 2024-12-19T00:24:46.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3145 | 2024-12-19T00:24:46.821Z | |
3146 | 2024-12-19T00:24:46.821Z | info: running `cargo check --bins` on omicron-ls-apis (139/174) |
3147 | 2024-12-19T00:24:47.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2024-12-19T00:24:47.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2024-12-19T00:24:47.429Z | Checking cargo-platform v0.1.8 |
3150 | 2024-12-19T00:24:47.697Z | Checking cargo_metadata v0.18.1 |
3151 | 2024-12-19T00:24:48.655Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3152 | 2024-12-19T00:24:49.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
3153 | 2024-12-19T00:24:49.557Z | |
3154 | 2024-12-19T00:24:49.557Z | info: running `cargo check --bins` on mgs-dev (140/174) |
3155 | 2024-12-19T00:24:50.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-12-19T00:24:50.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-12-19T00:24:50.259Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3158 | 2024-12-19T00:24:50.968Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3159 | 2024-12-19T00:24:51.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3160 | 2024-12-19T00:24:51.720Z | |
3161 | 2024-12-19T00:24:51.720Z | info: running `cargo check --bins` on omicron-omdb (141/174) |
3162 | 2024-12-19T00:24:52.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3163 | 2024-12-19T00:24:52.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3164 | 2024-12-19T00:24:52.488Z | Compiling crunchy v0.2.2 |
3165 | 2024-12-19T00:24:52.488Z | Compiling tiny-keccak v2.0.2 |
3166 | 2024-12-19T00:24:52.491Z | Compiling dsl_auto_type v0.1.2 |
3167 | 2024-12-19T00:24:52.491Z | Checking scheduled-thread-pool v0.2.7 |
3168 | 2024-12-19T00:24:52.491Z | Compiling diesel_table_macro_syntax v0.2.0 |
3169 | 2024-12-19T00:24:52.491Z | Compiling ascii-canvas v3.0.0 |
3170 | 2024-12-19T00:24:52.602Z | Compiling ena v0.14.3 |
3171 | 2024-12-19T00:24:52.604Z | Compiling diff v0.1.13 |
3172 | 2024-12-19T00:24:52.872Z | Checking r2d2 v0.8.10 |
3173 | 2024-12-19T00:24:52.892Z | Compiling regex-syntax v0.6.29 |
3174 | 2024-12-19T00:24:53.123Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3175 | 2024-12-19T00:24:53.138Z | Compiling ref-cast v1.0.23 |
3176 | 2024-12-19T00:24:53.166Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3177 | 2024-12-19T00:24:53.183Z | Compiling derive_builder_core v0.20.2 |
3178 | 2024-12-19T00:24:53.251Z | Compiling libxml v0.3.3 |
3179 | 2024-12-19T00:24:53.290Z | Compiling ref-cast-impl v1.0.23 |
3180 | 2024-12-19T00:24:53.428Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3181 | 2024-12-19T00:24:53.662Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3182 | 2024-12-19T00:24:53.685Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3183 | 2024-12-19T00:24:53.830Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3184 | 2024-12-19T00:24:53.950Z | Compiling strum_macros v0.24.3 |
3185 | 2024-12-19T00:24:53.953Z | Compiling samael v0.0.17 |
3186 | 2024-12-19T00:24:54.229Z | Compiling indoc v1.0.9 |
3187 | 2024-12-19T00:24:54.268Z | Compiling diesel_derives v2.2.3 |
3188 | 2024-12-19T00:24:55.177Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3189 | 2024-12-19T00:24:55.446Z | Compiling impl-trait-for-tuples v0.2.2 |
3190 | 2024-12-19T00:24:55.769Z | Compiling derive_builder_macro v0.20.2 |
3191 | 2024-12-19T00:24:56.435Z | Compiling lalrpop v0.19.12 |
3192 | 2024-12-19T00:24:56.669Z | Checking derive_builder v0.20.2 |
3193 | 2024-12-19T00:24:56.827Z | Compiling oso-derive v0.27.3 |
3194 | 2024-12-19T00:24:57.161Z | Checking quick-xml v0.33.0 |
3195 | 2024-12-19T00:24:57.642Z | Compiling diesel-dtrace v0.3.0 |
3196 | 2024-12-19T00:24:57.896Z | Checking maplit v1.0.2 |
3197 | 2024-12-19T00:24:58.024Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3198 | 2024-12-19T00:24:58.047Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3199 | 2024-12-19T00:24:58.064Z | Checking bb8 v0.8.5 |
3200 | 2024-12-19T00:24:58.359Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3201 | 2024-12-19T00:24:58.560Z | Checking rand_seeder v0.3.0 |
3202 | 2024-12-19T00:24:58.674Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3203 | 2024-12-19T00:24:58.809Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3204 | 2024-12-19T00:24:58.858Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3205 | 2024-12-19T00:24:59.005Z | Checking unicode-linebreak v0.1.5 |
3206 | 2024-12-19T00:24:59.132Z | Checking smawk v0.3.2 |
3207 | 2024-12-19T00:24:59.416Z | Checking is_ci v1.2.0 |
3208 | 2024-12-19T00:24:59.475Z | Checking textwrap v0.16.1 |
3209 | 2024-12-19T00:24:59.559Z | Checking supports-color v3.0.1 |
3210 | 2024-12-19T00:24:59.811Z | Checking multimap v0.10.0 |
3211 | 2024-12-19T00:25:00.603Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3212 | 2024-12-19T00:25:03.184Z | Checking diesel v2.2.4 |
3213 | 2024-12-19T00:25:29.549Z | Compiling polar-core v0.27.3 |
3214 | 2024-12-19T00:25:32.498Z | Checking async-bb8-diesel v0.2.1 |
3215 | 2024-12-19T00:25:36.994Z | Checking oso v0.27.3 |
3216 | 2024-12-19T00:26:47.279Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3217 | 2024-12-19T00:26:53.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
3218 | 2024-12-19T00:26:53.498Z | |
3219 | 2024-12-19T00:26:53.498Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174) |
3220 | 2024-12-19T00:26:54.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2024-12-19T00:26:54.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2024-12-19T00:26:54.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2024-12-19T00:26:54.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3224 | 2024-12-19T00:26:54.162Z | |
3225 | 2024-12-19T00:26:54.162Z | info: running `cargo check --bins` on nexus-saga-recovery (143/174) |
3226 | 2024-12-19T00:26:54.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2024-12-19T00:26:54.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2024-12-19T00:26:54.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2024-12-19T00:26:54.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3230 | 2024-12-19T00:26:54.833Z | |
3231 | 2024-12-19T00:26:54.833Z | info: running `cargo check --bins` on nexus-test-utils-macros (144/174) |
3232 | 2024-12-19T00:26:55.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-12-19T00:26:55.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-12-19T00:26:55.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2024-12-19T00:26:55.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3236 | 2024-12-19T00:26:55.494Z | |
3237 | 2024-12-19T00:26:55.494Z | info: running `cargo check --bins` on omicron-nexus (145/174) |
3238 | 2024-12-19T00:26:56.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-12-19T00:26:56.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-12-19T00:26:56.225Z | Compiling libz-sys v1.1.20 |
3241 | 2024-12-19T00:26:56.339Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3242 | 2024-12-19T00:26:56.369Z | Compiling vergen v8.3.2 |
3243 | 2024-12-19T00:26:56.373Z | Compiling cargo-platform v0.1.8 |
3244 | 2024-12-19T00:26:56.373Z | Compiling pin-project-internal v1.1.6 |
3245 | 2024-12-19T00:26:56.387Z | Compiling libsqlite3-sys v0.30.1 |
3246 | 2024-12-19T00:26:56.389Z | Compiling snafu-derive v0.8.5 |
3247 | 2024-12-19T00:26:56.389Z | Compiling buf-list v1.0.3 |
3248 | 2024-12-19T00:26:56.637Z | Compiling rustls v0.21.12 |
3249 | 2024-12-19T00:26:56.886Z | Compiling cargo_metadata v0.18.1 |
3250 | 2024-12-19T00:26:56.906Z | Compiling cfg_aliases v0.2.1 |
3251 | 2024-12-19T00:26:57.007Z | Checking globset v0.4.15 |
3252 | 2024-12-19T00:26:57.023Z | Compiling nix v0.29.0 |
3253 | 2024-12-19T00:26:57.136Z | Checking olpc-cjson v0.1.4 |
3254 | 2024-12-19T00:26:57.279Z | Checking sct v0.7.1 |
3255 | 2024-12-19T00:26:57.375Z | Checking rustls-webpki v0.101.7 |
3256 | 2024-12-19T00:26:57.495Z | Checking serde_plain v1.0.2 |
3257 | 2024-12-19T00:26:57.519Z | Checking typed-path v0.9.3 |
3258 | 2024-12-19T00:26:58.057Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3259 | 2024-12-19T00:26:58.331Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3260 | 2024-12-19T00:26:58.358Z | Checking hashlink v0.9.1 |
3261 | 2024-12-19T00:26:58.585Z | Checking parse-size v1.1.0 |
3262 | 2024-12-19T00:26:58.767Z | Checking fallible-streaming-iterator v0.1.9 |
3263 | 2024-12-19T00:26:58.992Z | Checking fallible-iterator v0.3.0 |
3264 | 2024-12-19T00:26:59.241Z | Checking pin-project v1.1.6 |
3265 | 2024-12-19T00:26:59.401Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3266 | 2024-12-19T00:26:59.598Z | Checking rustls-pemfile v1.0.4 |
3267 | 2024-12-19T00:26:59.620Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3268 | 2024-12-19T00:26:59.663Z | Checking rusqlite v0.32.1 |
3269 | 2024-12-19T00:26:59.799Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3270 | 2024-12-19T00:27:00.079Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3271 | 2024-12-19T00:27:00.296Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3272 | 2024-12-19T00:27:00.440Z | Checking twox-hash v1.6.3 |
3273 | 2024-12-19T00:27:00.511Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3274 | 2024-12-19T00:27:00.942Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3275 | 2024-12-19T00:27:01.231Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3276 | 2024-12-19T00:27:01.324Z | Checking tokio-rustls v0.24.1 |
3277 | 2024-12-19T00:27:01.474Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3278 | 2024-12-19T00:27:01.677Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3279 | 2024-12-19T00:27:01.793Z | Checking fatfs v0.3.6 |
3280 | 2024-12-19T00:27:01.959Z | Checking snafu v0.8.5 |
3281 | 2024-12-19T00:27:02.421Z | Checking assert_matches v1.5.0 |
3282 | 2024-12-19T00:27:02.468Z | Checking tough v0.19.0 |
3283 | 2024-12-19T00:27:06.651Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3284 | 2024-12-19T00:27:07.989Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3285 | 2024-12-19T00:27:08.441Z | Compiling git2 v0.19.0 |
3286 | 2024-12-19T00:27:13.269Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3287 | 2024-12-19T00:28:06.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3288 | 2024-12-19T00:28:06.451Z | |
3289 | 2024-12-19T00:28:06.451Z | info: running `cargo check --bins` on nexus-external-api (146/174) |
3290 | 2024-12-19T00:28:07.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2024-12-19T00:28:07.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2024-12-19T00:28:07.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3293 | 2024-12-19T00:28:07.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3294 | 2024-12-19T00:28:07.127Z | |
3295 | 2024-12-19T00:28:07.127Z | info: running `cargo check --bins` on openapi-manager-types (147/174) |
3296 | 2024-12-19T00:28:07.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2024-12-19T00:28:07.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2024-12-19T00:28:07.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3299 | 2024-12-19T00:28:07.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3300 | 2024-12-19T00:28:07.748Z | |
3301 | 2024-12-19T00:28:07.748Z | info: running `cargo check --bins` on nexus-internal-api (148/174) |
3302 | 2024-12-19T00:28:08.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2024-12-19T00:28:08.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2024-12-19T00:28:08.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3305 | 2024-12-19T00:28:08.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3306 | 2024-12-19T00:28:08.406Z | |
3307 | 2024-12-19T00:28:08.407Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (149/174) |
3308 | 2024-12-19T00:28:08.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2024-12-19T00:28:08.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2024-12-19T00:28:08.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3311 | 2024-12-19T00:28:08.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3312 | 2024-12-19T00:28:09.059Z | |
3313 | 2024-12-19T00:28:09.059Z | info: running `cargo check --bins` on nexus-networking (150/174) |
3314 | 2024-12-19T00:28:09.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-12-19T00:28:09.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-12-19T00:28:09.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2024-12-19T00:28:09.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3318 | 2024-12-19T00:28:09.757Z | |
3319 | 2024-12-19T00:28:09.757Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (151/174) |
3320 | 2024-12-19T00:28:10.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2024-12-19T00:28:10.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2024-12-19T00:28:10.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3323 | 2024-12-19T00:28:10.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3324 | 2024-12-19T00:28:10.384Z | |
3325 | 2024-12-19T00:28:10.384Z | info: running `cargo check --bins` on update-common (152/174) |
3326 | 2024-12-19T00:28:10.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2024-12-19T00:28:10.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2024-12-19T00:28:10.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3329 | 2024-12-19T00:28:10.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3330 | 2024-12-19T00:28:11.029Z | |
3331 | 2024-12-19T00:28:11.029Z | info: running `cargo check --bins` on tufaceous-lib (153/174) |
3332 | 2024-12-19T00:28:11.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2024-12-19T00:28:11.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2024-12-19T00:28:11.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3335 | 2024-12-19T00:28:11.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3336 | 2024-12-19T00:28:11.665Z | |
3337 | 2024-12-19T00:28:11.665Z | info: running `cargo check --bins` on tufaceous (154/174) |
3338 | 2024-12-19T00:28:12.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2024-12-19T00:28:12.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2024-12-19T00:28:12.324Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3341 | 2024-12-19T00:28:13.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3342 | 2024-12-19T00:28:13.474Z | |
3343 | 2024-12-19T00:28:13.474Z | info: running `cargo check --bins` on omicron-dev (155/174) |
3344 | 2024-12-19T00:28:14.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2024-12-19T00:28:14.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2024-12-19T00:28:14.303Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3347 | 2024-12-19T00:28:14.433Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3348 | 2024-12-19T00:28:14.437Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3349 | 2024-12-19T00:28:14.437Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3350 | 2024-12-19T00:28:40.975Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3351 | 2024-12-19T00:28:40.978Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3352 | 2024-12-19T00:28:40.978Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3353 | 2024-12-19T00:28:40.978Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3354 | 2024-12-19T00:28:40.978Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3355 | 2024-12-19T00:28:41.919Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3356 | 2024-12-19T00:28:43.199Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3357 | 2024-12-19T00:29:22.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3358 | 2024-12-19T00:29:22.418Z | |
3359 | 2024-12-19T00:29:22.419Z | info: running `cargo check --bins` on openapi-manager (156/174) |
3360 | 2024-12-19T00:29:23.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-12-19T00:29:23.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-12-19T00:29:23.127Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3363 | 2024-12-19T00:29:23.127Z | Checking heck v0.4.1 |
3364 | 2024-12-19T00:29:23.130Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3365 | 2024-12-19T00:29:23.370Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3366 | 2024-12-19T00:29:24.747Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3367 | 2024-12-19T00:29:25.614Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3368 | 2024-12-19T00:29:26.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3369 | 2024-12-19T00:29:26.888Z | |
3370 | 2024-12-19T00:29:26.888Z | info: running `cargo check --bins` on installinator-api (157/174) |
3371 | 2024-12-19T00:29:27.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-12-19T00:29:27.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-12-19T00:29:27.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3374 | 2024-12-19T00:29:27.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3375 | 2024-12-19T00:29:27.536Z | |
3376 | 2024-12-19T00:29:27.536Z | info: running `cargo check --bins` on wicketd-api (158/174) |
3377 | 2024-12-19T00:29:28.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2024-12-19T00:29:28.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2024-12-19T00:29:28.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3380 | 2024-12-19T00:29:28.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3381 | 2024-12-19T00:29:28.180Z | |
3382 | 2024-12-19T00:29:28.180Z | info: running `cargo check --bins` on reconfigurator-cli (159/174) |
3383 | 2024-12-19T00:29:28.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2024-12-19T00:29:28.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2024-12-19T00:29:28.853Z | Compiling petname v2.0.2 |
3386 | 2024-12-19T00:29:28.856Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3387 | 2024-12-19T00:29:28.856Z | Checking sync-ptr v0.1.1 |
3388 | 2024-12-19T00:29:30.286Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3389 | 2024-12-19T00:29:31.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
3390 | 2024-12-19T00:29:31.991Z | |
3391 | 2024-12-19T00:29:31.991Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174) |
3392 | 2024-12-19T00:29:32.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2024-12-19T00:29:32.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2024-12-19T00:29:32.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3395 | 2024-12-19T00:29:32.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3396 | 2024-12-19T00:29:32.651Z | |
3397 | 2024-12-19T00:29:32.651Z | info: running `cargo check --bins` on omicron-releng (161/174) |
3398 | 2024-12-19T00:29:33.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2024-12-19T00:29:33.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2024-12-19T00:29:33.322Z | Checking memmap2 v0.9.5 |
3401 | 2024-12-19T00:29:33.322Z | Checking arrayref v0.3.9 |
3402 | 2024-12-19T00:29:33.325Z | Checking constant_time_eq v0.3.1 |
3403 | 2024-12-19T00:29:33.325Z | Checking spin v0.5.2 |
3404 | 2024-12-19T00:29:33.325Z | Checking arrayvec v0.7.6 |
3405 | 2024-12-19T00:29:33.325Z | Checking topological-sort v0.2.2 |
3406 | 2024-12-19T00:29:33.439Z | Checking shell-words v1.1.0 |
3407 | 2024-12-19T00:29:33.636Z | Checking ring v0.16.20 |
3408 | 2024-12-19T00:29:33.728Z | Checking blake3 v1.5.4 |
3409 | 2024-12-19T00:29:34.747Z | Checking omicron-zone-package v0.11.1 |
3410 | 2024-12-19T00:29:35.863Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3411 | 2024-12-19T00:29:36.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3412 | 2024-12-19T00:29:36.937Z | |
3413 | 2024-12-19T00:29:36.937Z | info: running `cargo check --bins` on xtask (162/174) |
3414 | 2024-12-19T00:29:37.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3415 | 2024-12-19T00:29:37.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3416 | 2024-12-19T00:29:37.364Z | Checking bitflags v2.6.0 |
3417 | 2024-12-19T00:29:37.367Z | Checking serde v1.0.215 |
3418 | 2024-12-19T00:29:37.367Z | Checking thiserror v1.0.69 |
3419 | 2024-12-19T00:29:37.457Z | Checking scroll v0.12.0 |
3420 | 2024-12-19T00:29:37.465Z | Checking hashbrown v0.15.0 |
3421 | 2024-12-19T00:29:37.465Z | Checking log v0.4.22 |
3422 | 2024-12-19T00:29:37.468Z | Checking zerocopy v0.7.35 |
3423 | 2024-12-19T00:29:37.497Z | Checking syn v2.0.87 |
3424 | 2024-12-19T00:29:37.550Z | Checking pest v2.7.14 |
3425 | 2024-12-19T00:29:37.692Z | Checking rustix v0.38.37 |
3426 | 2024-12-19T00:29:37.725Z | Checking once_cell v1.20.2 |
3427 | 2024-12-19T00:29:37.937Z | Checking goblin v0.8.2 |
3428 | 2024-12-19T00:29:38.033Z | Checking fs-err v2.11.0 |
3429 | 2024-12-19T00:29:38.364Z | Checking anyhow v1.0.93 |
3430 | 2024-12-19T00:29:38.508Z | Checking indexmap v2.6.0 |
3431 | 2024-12-19T00:29:38.752Z | Checking tabled v0.15.0 |
3432 | 2024-12-19T00:29:39.682Z | Checking terminal_size v0.4.0 |
3433 | 2024-12-19T00:29:39.682Z | Checking tempfile v3.13.0 |
3434 | 2024-12-19T00:29:39.864Z | Checking clap_builder v4.5.21 |
3435 | 2024-12-19T00:29:40.012Z | Checking dtrace-parser v0.2.0 |
3436 | 2024-12-19T00:29:41.704Z | Checking serde_json v1.0.132 |
3437 | 2024-12-19T00:29:41.704Z | Checking serde_spanned v0.6.8 |
3438 | 2024-12-19T00:29:41.704Z | Checking toml_datetime v0.6.8 |
3439 | 2024-12-19T00:29:41.725Z | Checking camino v1.1.9 |
3440 | 2024-12-19T00:29:41.725Z | Checking semver v1.0.23 |
3441 | 2024-12-19T00:29:41.921Z | Checking cargo-platform v0.1.8 |
3442 | 2024-12-19T00:29:41.957Z | Checking macaddr v1.0.1 |
3443 | 2024-12-19T00:29:42.018Z | Checking toml_edit v0.22.22 |
3444 | 2024-12-19T00:29:42.260Z | Checking camino-tempfile v1.1.1 |
3445 | 2024-12-19T00:29:42.383Z | Checking clap v4.5.21 |
3446 | 2024-12-19T00:29:42.965Z | Checking dof v0.3.0 |
3447 | 2024-12-19T00:29:42.965Z | Checking cargo_metadata v0.18.1 |
3448 | 2024-12-19T00:29:43.378Z | Checking usdt-impl v0.5.0 |
3449 | 2024-12-19T00:29:43.730Z | Checking usdt v0.5.0 |
3450 | 2024-12-19T00:29:43.890Z | Checking toml v0.8.19 |
3451 | 2024-12-19T00:29:44.349Z | Checking cargo_toml v0.20.5 |
3452 | 2024-12-19T00:29:45.563Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3453 | 2024-12-19T00:29:46.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s |
3454 | 2024-12-19T00:29:46.275Z | |
3455 | 2024-12-19T00:29:46.275Z | info: running `cargo check --bins` on end-to-end-tests (163/174) |
3456 | 2024-12-19T00:29:46.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3457 | 2024-12-19T00:29:46.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3458 | 2024-12-19T00:29:47.026Z | Checking polyval v0.6.2 |
3459 | 2024-12-19T00:29:47.139Z | Checking ctr v0.9.2 |
3460 | 2024-12-19T00:29:47.151Z | Checking ssh-encoding v0.2.0 |
3461 | 2024-12-19T00:29:47.151Z | Checking blowfish v0.9.1 |
3462 | 2024-12-19T00:29:47.174Z | Checking password-hash v0.4.2 |
3463 | 2024-12-19T00:29:47.177Z | Checking matches v0.1.10 |
3464 | 2024-12-19T00:29:47.206Z | Checking p256 v0.13.2 |
3465 | 2024-12-19T00:29:47.206Z | Checking p521 v0.13.3 |
3466 | 2024-12-19T00:29:47.281Z | Checking idna v0.2.3 |
3467 | 2024-12-19T00:29:47.362Z | Checking ghash v0.5.1 |
3468 | 2024-12-19T00:29:47.381Z | Checking bcrypt-pbkdf v0.10.0 |
3469 | 2024-12-19T00:29:47.437Z | Compiling enum-as-inner v0.5.1 |
3470 | 2024-12-19T00:29:47.485Z | Checking russh-cryptovec v0.7.3 |
3471 | 2024-12-19T00:29:47.548Z | Checking aes-gcm v0.10.3 |
3472 | 2024-12-19T00:29:47.573Z | Checking pbkdf2 v0.11.0 |
3473 | 2024-12-19T00:29:47.679Z | Checking md5 v0.7.0 |
3474 | 2024-12-19T00:29:47.698Z | Checking num-bigint v0.4.6 |
3475 | 2024-12-19T00:29:47.716Z | Checking des v0.8.1 |
3476 | 2024-12-19T00:29:47.780Z | Checking ssh-cipher v0.2.0 |
3477 | 2024-12-19T00:29:47.842Z | Checking hex-literal v0.4.1 |
3478 | 2024-12-19T00:29:47.966Z | Compiling dhcproto-macros v0.1.0 |
3479 | 2024-12-19T00:29:47.982Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3480 | 2024-12-19T00:29:47.982Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3481 | 2024-12-19T00:29:48.076Z | Checking ssh-key v0.6.6 |
3482 | 2024-12-19T00:29:48.124Z | Checking internet-checksum v0.2.1 |
3483 | 2024-12-19T00:29:48.458Z | Checking trust-dns-proto v0.22.0 |
3484 | 2024-12-19T00:29:49.381Z | Checking russh-keys v0.45.0 |
3485 | 2024-12-19T00:29:50.289Z | Checking russh v0.45.0 |
3486 | 2024-12-19T00:29:50.898Z | Checking dhcproto v0.12.0 |
3487 | 2024-12-19T00:30:08.373Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3488 | 2024-12-19T00:30:09.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.51s |
3489 | 2024-12-19T00:30:09.991Z | |
3490 | 2024-12-19T00:30:09.991Z | info: running `cargo check --bins` on gateway-cli (164/174) |
3491 | 2024-12-19T00:30:10.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3492 | 2024-12-19T00:30:10.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3493 | 2024-12-19T00:30:10.631Z | Checking termios v0.3.3 |
3494 | 2024-12-19T00:30:10.848Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3495 | 2024-12-19T00:30:11.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3496 | 2024-12-19T00:30:11.804Z | |
3497 | 2024-12-19T00:30:11.804Z | info: running `cargo check --bins --no-default-features` on installinator (165/174) |
3498 | 2024-12-19T00:30:12.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3499 | 2024-12-19T00:30:12.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3500 | 2024-12-19T00:30:12.544Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3501 | 2024-12-19T00:30:14.503Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3502 | 2024-12-19T00:30:16.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
3503 | 2024-12-19T00:30:16.548Z | |
3504 | 2024-12-19T00:30:16.548Z | info: running `cargo check --bins` on internal-dns-cli (166/174) |
3505 | 2024-12-19T00:30:17.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2024-12-19T00:30:17.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2024-12-19T00:30:17.182Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3508 | 2024-12-19T00:30:17.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3509 | 2024-12-19T00:30:17.844Z | |
3510 | 2024-12-19T00:30:17.844Z | info: running `cargo check --bins` on omicron-live-tests (167/174) |
3511 | 2024-12-19T00:30:18.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2024-12-19T00:30:18.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2024-12-19T00:30:18.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3514 | 2024-12-19T00:30:18.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3515 | 2024-12-19T00:30:18.450Z | |
3516 | 2024-12-19T00:30:18.450Z | info: running `cargo check --bins` on live-tests-macros (168/174) |
3517 | 2024-12-19T00:30:18.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2024-12-19T00:30:18.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2024-12-19T00:30:18.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3520 | 2024-12-19T00:30:18.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3521 | 2024-12-19T00:30:19.063Z | |
3522 | 2024-12-19T00:30:19.063Z | info: running `cargo check --bins` on omicron-package (169/174) |
3523 | 2024-12-19T00:30:19.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2024-12-19T00:30:19.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2024-12-19T00:30:19.727Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3526 | 2024-12-19T00:30:21.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3527 | 2024-12-19T00:30:21.218Z | |
3528 | 2024-12-19T00:30:21.218Z | info: running `cargo check --bins` on wicket-dbg (170/174) |
3529 | 2024-12-19T00:30:21.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3530 | 2024-12-19T00:30:21.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3531 | 2024-12-19T00:30:21.916Z | Checking rtoolbox v0.0.2 |
3532 | 2024-12-19T00:30:21.918Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3533 | 2024-12-19T00:30:21.918Z | Checking tui-tree-widget v0.22.0 |
3534 | 2024-12-19T00:30:22.140Z | Checking rpassword v7.3.1 |
3535 | 2024-12-19T00:30:26.200Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3536 | 2024-12-19T00:30:29.199Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3537 | 2024-12-19T00:30:30.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s |
3538 | 2024-12-19T00:30:30.638Z | |
3539 | 2024-12-19T00:30:30.638Z | info: running `cargo check --bins` on wicket (171/174) |
3540 | 2024-12-19T00:30:31.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3541 | 2024-12-19T00:30:31.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3542 | 2024-12-19T00:30:31.334Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3543 | 2024-12-19T00:30:31.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3544 | 2024-12-19T00:30:31.973Z | |
3545 | 2024-12-19T00:30:31.973Z | info: running `cargo check --bins` on wicketd (172/174) |
3546 | 2024-12-19T00:30:32.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3547 | 2024-12-19T00:30:32.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3548 | 2024-12-19T00:30:32.684Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3549 | 2024-12-19T00:30:36.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
3550 | 2024-12-19T00:30:36.823Z | |
3551 | 2024-12-19T00:30:36.823Z | info: running `cargo check --bins` on omicron-workspace-hack (173/174) |
3552 | 2024-12-19T00:30:37.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3553 | 2024-12-19T00:30:37.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3554 | 2024-12-19T00:30:37.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3555 | 2024-12-19T00:30:37.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3556 | 2024-12-19T00:30:37.430Z | |
3557 | 2024-12-19T00:30:37.430Z | info: running `cargo check --bins` on zone-setup (174/174) |
3558 | 2024-12-19T00:30:38.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3559 | 2024-12-19T00:30:38.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3560 | 2024-12-19T00:30:38.161Z | Checking uzers v0.12.1 |
3561 | 2024-12-19T00:30:38.501Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3562 | 2024-12-19T00:30:39.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
3563 | 2024-12-19T00:30:39.873Z | |
3564 | 2024-12-19T00:30:39.877Z | real 13:04.313421978 |
3565 | 2024-12-19T00:30:39.877Z | user 24:12.497959250 |
3566 | 2024-12-19T00:30:39.877Z | sys 5:31.375961850 |
3567 | 2024-12-19T00:30:39.877Z | trap 0.463874209 |
3568 | 2024-12-19T00:30:39.877Z | tflt 2.366126917 |
3569 | 2024-12-19T00:30:39.877Z | dflt 3.375894039 |
3570 | 2024-12-19T00:30:39.877Z | kflt 0.000774064 |
3571 | 2024-12-19T00:30:39.877Z | lock 46:13.377082058 |
3572 | 2024-12-19T00:30:39.877Z | slp 2:06:35.914886426 |
3573 | 2024-12-19T00:30:39.877Z | lat 1:02.085092964 |
3574 | 2024-12-19T00:30:39.877Z | stop 3:17.987200371 |
3575 | 2024-12-19T00:30:39.877Z | process exited: duration 1111534 ms, exit code 0 |
|
3576 | 2024-12-19T00:30:39.883Z | found 0 output files |