|
|
|
1 | 2024-12-12T03:18:37.903Z | job assigned to worker 01JEWDYQ3RY576AVGZNKT53X95 [factory aws, i-0f30b3d286044fbef] (queued for 52 s) |
|
2 | 2024-12-12T03:18:45.955Z | starting task 0: "setup" |
3 | 2024-12-12T03:18:45.966Z | ++ uname -s |
4 | 2024-12-12T03:18:45.970Z | + kern=SunOS |
5 | 2024-12-12T03:18:45.970Z | + case "$kern" in |
6 | 2024-12-12T03:18:45.971Z | + groupadd -g 12345 build |
7 | 2024-12-12T03:18:45.973Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-12T03:18:47.977Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-12T03:18:48.144Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-12T03:18:48.151Z | + home_fs=zfs |
11 | 2024-12-12T03:18:48.151Z | + [[ zfs == autofs ]] |
12 | 2024-12-12T03:18:48.151Z | + mkdir -p /home/build |
13 | 2024-12-12T03:18:48.151Z | + chown build:build /home/build /work |
14 | 2024-12-12T03:18:49.144Z | + chmod 0700 /home/build /work |
15 | 2024-12-12T03:18:49.152Z | process exited: duration 3190 ms, exit code 0 |
|
16 | 2024-12-12T03:18:49.162Z | starting task 1: "rust-toolchain" |
17 | 2024-12-12T03:18:49.165Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-12T03:18:49.166Z | ' 1.81.0 |
19 | 2024-12-12T03:18:49.166Z | * toolchain channel = "1.81.0" |
20 | 2024-12-12T03:18:49.166Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-12T03:18:49.166Z | ' default |
22 | 2024-12-12T03:18:49.166Z | * toolchain profile = "default" |
23 | 2024-12-12T03:18:49.166Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-12T03:18:49.170Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-12T03:18:49.301Z | info: downloading installer |
26 | 2024-12-12T03:18:50.860Z | info: profile set to 'default' |
27 | 2024-12-12T03:18:50.860Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-12T03:18:50.863Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-12T03:18:51.019Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-12T03:18:51.019Z | info: downloading component 'cargo' |
31 | 2024-12-12T03:18:51.853Z | info: downloading component 'clippy' |
32 | 2024-12-12T03:18:52.162Z | info: downloading component 'rust-docs' |
33 | 2024-12-12T03:18:53.324Z | info: downloading component 'rust-std' |
34 | 2024-12-12T03:18:55.130Z | info: downloading component 'rustc' |
35 | 2024-12-12T03:19:01.611Z | info: downloading component 'rustfmt' |
36 | 2024-12-12T03:19:01.855Z | info: installing component 'cargo' |
37 | 2024-12-12T03:19:02.676Z | info: installing component 'clippy' |
38 | 2024-12-12T03:19:03.052Z | info: installing component 'rust-docs' |
39 | 2024-12-12T03:19:04.628Z | info: installing component 'rust-std' |
40 | 2024-12-12T03:19:06.409Z | info: installing component 'rustc' |
41 | 2024-12-12T03:19:12.151Z | info: installing component 'rustfmt' |
42 | 2024-12-12T03:19:12.468Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-12T03:19:12.468Z | |
44 | 2024-12-12T03:19:12.833Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-12T03:19:12.833Z | |
46 | 2024-12-12T03:19:12.836Z | |
47 | 2024-12-12T03:19:12.836Z | Rust is installed now. Great! |
48 | 2024-12-12T03:19:12.836Z | |
49 | 2024-12-12T03:19:12.836Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-12T03:19:12.836Z | environment variable. This has not been done automatically. |
51 | 2024-12-12T03:19:12.836Z | |
52 | 2024-12-12T03:19:12.836Z | To configure your current shell, you need to source |
53 | 2024-12-12T03:19:12.836Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-12T03:19:12.836Z | |
55 | 2024-12-12T03:19:12.836Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-12T03:19:12.836Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-12T03:19:12.836Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-12T03:19:12.906Z | + rustc --version |
59 | 2024-12-12T03:19:12.970Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-12T03:19:12.972Z | process exited: duration 23814 ms, exit code 0 |
|
61 | 2024-12-12T03:19:12.977Z | starting task 2: "authentication" |
62 | 2024-12-12T03:19:12.997Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-12T03:19:13.003Z | starting task 3: "clone repository" |
64 | 2024-12-12T03:19:13.007Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-12T03:19:13.010Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-12T03:19:13.046Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-12T03:19:19.277Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-12T03:19:19.277Z | + git fetch origin 21b793c2690ee4f6e69dd9b53467368b3d4de81a |
69 | 2024-12-12T03:19:19.873Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-12T03:19:19.873Z | * branch 21b793c2690ee4f6e69dd9b53467368b3d4de81a -> FETCH_HEAD |
71 | 2024-12-12T03:19:19.881Z | + [[ -n '' ]] |
72 | 2024-12-12T03:19:19.881Z | + git reset --hard 21b793c2690ee4f6e69dd9b53467368b3d4de81a |
73 | 2024-12-12T03:19:20.062Z | HEAD is now at 21b793c26 fmt |
74 | 2024-12-12T03:19:20.065Z | process exited: duration 7062 ms, exit code 0 |
|
75 | 2024-12-12T03:19:20.070Z | starting task 4: "build" |
76 | 2024-12-12T03:19:20.075Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-12T03:19:20.077Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-12T03:19:20.077Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-12T03:19:20.077Z | + cargo --version |
80 | 2024-12-12T03:19:20.133Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-12T03:19:20.135Z | + rustc --version |
82 | 2024-12-12T03:19:20.197Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-12T03:19:20.200Z | + source ./env.sh |
84 | 2024-12-12T03:19:20.203Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-12-12T03:19:20.203Z | ++ set -o xtrace |
86 | 2024-12-12T03:19:20.205Z | ++++ dirname ./env.sh |
87 | 2024-12-12T03:19:20.205Z | +++ readlink -f . |
88 | 2024-12-12T03:19:20.208Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-12-12T03:19:20.208Z | ++ 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-12T03:19:20.208Z | ++ 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-12T03:19:20.208Z | ++ 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-12T03:19:20.208Z | ++ 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-12T03:19:20.208Z | ++ 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-12T03:19:20.208Z | ++ 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-12T03:19:20.208Z | ++ 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-12T03:19:20.208Z | ++ 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-12T03:19:20.208Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-12-12T03:19:20.208Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-12-12T03:19:20.208Z | + 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-12T03:19:20.208Z | + 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-12T03:19:20.208Z | + banner prerequisites |
102 | 2024-12-12T03:19:20.211Z | |
103 | 2024-12-12T03:19:20.211Z | ##### ##### ###### ##### ###### #### # # # #### # |
104 | 2024-12-12T03:19:20.211Z | # # # # # # # # # # # # # # # |
105 | 2024-12-12T03:19:20.211Z | # # # # ##### # # ##### # # # # # #### # |
106 | 2024-12-12T03:19:20.211Z | ##### ##### # ##### # # # # # # # # # |
107 | 2024-12-12T03:19:20.211Z | # # # # # # # # # # # # # # # |
108 | 2024-12-12T03:19:20.211Z | # # # ###### # # ###### ### # #### # #### # |
109 | 2024-12-12T03:19:20.211Z | |
110 | 2024-12-12T03:19:20.211Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
111 | 2024-12-12T03:19:27.524Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-12-12T03:19:31.256Z | Startup: Caching catalogs ... Done |
113 | 2024-12-12T03:19:41.286Z | Planning: Solver setup ... Done (9.169s) |
114 | 2024-12-12T03:19:41.412Z | Planning: Running solver ... Done (0.126s) |
115 | 2024-12-12T03:19:41.510Z | Planning: Finding local manifests ... Done (0.004s) |
116 | 2024-12-12T03:19:41.528Z | Planning: Fetching manifests: 0/5 0% complete |
117 | 2024-12-12T03:19:42.284Z | Planning: Fetching manifests: 5/5 100% complete |
118 | 2024-12-12T03:19:42.381Z | Planning: Package planning ... Done (0.097s) |
119 | 2024-12-12T03:19:42.437Z | Planning: Merging actions ... Done (0.055s) |
120 | 2024-12-12T03:19:42.627Z | Planning: Checking for conflicting actions ... Done (0.190s) |
121 | 2024-12-12T03:19:44.520Z | Planning: Consolidating action changes ... Done (1.893s) |
122 | 2024-12-12T03:19:44.938Z | Planning: Evaluating mediators ... Done (0.418s) |
123 | 2024-12-12T03:19:45.015Z | Planning: Planning completed in 13.67 seconds |
124 | 2024-12-12T03:19:45.030Z | Packages to install: 4 |
125 | 2024-12-12T03:19:45.030Z | Packages to update: 1 |
126 | 2024-12-12T03:19:45.033Z | Mediators to change: 2 |
127 | 2024-12-12T03:19:45.033Z | Services to change: 1 |
128 | 2024-12-12T03:19:45.033Z | Estimated space available: 155.64 GB |
129 | 2024-12-12T03:19:45.033Z | Estimated space to be consumed: 1.61 GB |
130 | 2024-12-12T03:19:45.033Z | Create boot environment: No |
131 | 2024-12-12T03:19:45.033Z | Create backup boot environment: Yes |
132 | 2024-12-12T03:19:45.033Z | Rebuild boot archive: No |
133 | 2024-12-12T03:19:45.033Z | |
134 | 2024-12-12T03:19:45.033Z | Changed mediators: |
135 | 2024-12-12T03:19:45.033Z | mediator clang: |
136 | 2024-12-12T03:19:45.033Z | version: None -> 15 (system default) |
137 | 2024-12-12T03:19:45.033Z | |
138 | 2024-12-12T03:19:45.033Z | mediator llvm: |
139 | 2024-12-12T03:19:45.033Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-12-12T03:19:45.033Z | |
141 | 2024-12-12T03:19:45.033Z | Changed packages: |
142 | 2024-12-12T03:19:45.033Z | helios-dev |
143 | 2024-12-12T03:19:45.033Z | developer/build-essential |
144 | 2024-12-12T03:19:45.033Z | None -> 11-2.0 |
145 | 2024-12-12T03:19:45.033Z | library/libxmlsec1 |
146 | 2024-12-12T03:19:45.033Z | None -> 1.2.35-2.0 |
147 | 2024-12-12T03:19:45.033Z | ooce/developer/clang-15 |
148 | 2024-12-12T03:19:45.033Z | None -> 15.0.7-2.0 |
149 | 2024-12-12T03:19:45.033Z | ooce/developer/llvm-15 |
150 | 2024-12-12T03:19:45.034Z | None -> 15.0.7-2.0 |
151 | 2024-12-12T03:19:45.034Z | package/pkg |
152 | 2024-12-12T03:19:45.034Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
153 | 2024-12-12T03:19:45.034Z | |
154 | 2024-12-12T03:19:45.034Z | Services: |
155 | 2024-12-12T03:19:45.034Z | restart_fmri: |
156 | 2024-12-12T03:19:45.034Z | svc:/system/update-man-index:default |
157 | 2024-12-12T03:19:45.034Z | |
158 | 2024-12-12T03:19:45.034Z | Editable files to change: |
159 | 2024-12-12T03:19:45.034Z | Update: |
160 | 2024-12-12T03:19:45.034Z | usr/share/lib/pkg/web/config.shtml |
161 | 2024-12-12T03:19:45.110Z | |
162 | 2024-12-12T03:19:45.110Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
163 | 2024-12-12T03:19:50.110Z | Download: 1218/4281 items 98.0/220.6MB 44% complete (19.6M/s) |
164 | 2024-12-12T03:19:56.242Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (12.4M/s) |
165 | 2024-12-12T03:20:01.244Z | Download: 2760/4281 items 120.8/220.6MB 54% complete (456k/s) |
166 | 2024-12-12T03:20:07.067Z | Download: 3285/4281 items 212.2/220.6MB 96% complete (9.9M/s) |
167 | 2024-12-12T03:20:12.067Z | Download: 3994/4281 items 219.2/220.6MB 99% complete (9.8M/s) |
168 | 2024-12-12T03:20:18.452Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (6.3M/s) |
169 | 2024-12-12T03:20:24.831Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
170 | 2024-12-12T03:20:24.935Z | Download: Completed 220.60 MB in 39.82 seconds (5.5M/s) |
171 | 2024-12-12T03:20:26.069Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-12-12T03:20:26.089Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-12-12T03:20:30.749Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-12-12T03:20:31.062Z | Actions: Completed 5063 actions in 4.99 seconds. |
175 | 2024-12-12T03:20:31.282Z | Done (0.213s) |
176 | 2024-12-12T03:20:31.286Z | Done (0.000s) |
177 | 2024-12-12T03:20:31.832Z | Done (0.547s) |
178 | 2024-12-12T03:20:36.167Z | Done (4.127s) |
179 | 2024-12-12T03:20:36.255Z | Done (0.019s) |
180 | 2024-12-12T03:20:36.258Z | Done (0.000s) |
181 | 2024-12-12T03:20:36.415Z | Done (0.000s) |
182 | 2024-12-12T03:20:37.090Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-12-12T03:20:37.253Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-12-12T03:20:37.257Z | Planning: Consolidating action changes ... Done |
185 | 2024-12-12T03:20:37.518Z | Planning: Evaluating mediators ... Done |
186 | 2024-12-12T03:20:37.522Z | Planning: Planning completed in 0.43 seconds |
187 | 2024-12-12T03:20:37.557Z | Mediators to change: 2 |
188 | 2024-12-12T03:20:37.557Z | Create boot environment: No |
189 | 2024-12-12T03:20:37.560Z | Create backup boot environment: No |
190 | 2024-12-12T03:20:37.630Z | Done |
191 | 2024-12-12T03:20:37.630Z | Done |
192 | 2024-12-12T03:20:37.976Z | Done |
193 | 2024-12-12T03:20:41.580Z | Done |
194 | 2024-12-12T03:20:41.674Z | Done |
195 | 2024-12-12T03:20:41.676Z | Done |
196 | 2024-12-12T03:20:41.813Z | Done |
197 | 2024-12-12T03:20:42.424Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-12-12T03:20:42.427Z | Planning: Merging actions ... Done |
199 | 2024-12-12T03:20:42.612Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-12-12T03:20:42.615Z | Planning: Consolidating action changes ... Done |
201 | 2024-12-12T03:20:42.879Z | Planning: Evaluating mediators ... Done |
202 | 2024-12-12T03:20:42.934Z | Planning: Planning completed in 0.75 seconds |
203 | 2024-12-12T03:20:42.975Z | Packages to change: 1 |
204 | 2024-12-12T03:20:42.975Z | Mediators to change: 1 |
205 | 2024-12-12T03:20:42.978Z | Services to change: 1 |
206 | 2024-12-12T03:20:42.978Z | Create boot environment: No |
207 | 2024-12-12T03:20:42.978Z | Create backup boot environment: Yes |
208 | 2024-12-12T03:20:45.339Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-12-12T03:20:45.342Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2024-12-12T03:20:45.342Z | Done |
211 | 2024-12-12T03:20:45.342Z | Done |
212 | 2024-12-12T03:20:45.453Z | Done |
213 | 2024-12-12T03:20:49.041Z | Done |
214 | 2024-12-12T03:20:49.130Z | Done |
215 | 2024-12-12T03:20:49.133Z | Done |
216 | 2024-12-12T03:20:49.272Z | Done |
217 | 2024-12-12T03:20:49.702Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-12-12T03:20:49.702Z | clang system 15 system |
219 | 2024-12-12T03:20:49.702Z | csh system system illumos |
220 | 2024-12-12T03:20:49.702Z | ctags system system illumos |
221 | 2024-12-12T03:20:49.702Z | gcc vendor 12 vendor |
222 | 2024-12-12T03:20:49.702Z | gcc system 10 system |
223 | 2024-12-12T03:20:49.703Z | gcc system 7 system |
224 | 2024-12-12T03:20:49.703Z | go system 1.20 system |
225 | 2024-12-12T03:20:49.703Z | go system 1.19 system |
226 | 2024-12-12T03:20:49.703Z | llvm system 15 system |
227 | 2024-12-12T03:20:49.703Z | llvm system 14 system |
228 | 2024-12-12T03:20:49.703Z | mariadb system 10.6 system |
229 | 2024-12-12T03:20:49.703Z | mta vendor vendor dma |
230 | 2024-12-12T03:20:49.703Z | openjdk system 17 system |
231 | 2024-12-12T03:20:49.703Z | openjdk system 11 system |
232 | 2024-12-12T03:20:49.703Z | openjdk system 1.8 system |
233 | 2024-12-12T03:20:49.703Z | openssl vendor 3 vendor |
234 | 2024-12-12T03:20:49.703Z | perl system 5.36 system |
235 | 2024-12-12T03:20:49.703Z | postgresql system 15 system |
236 | 2024-12-12T03:20:49.703Z | postgresql system 13 system |
237 | 2024-12-12T03:20:49.703Z | python vendor 3 vendor |
238 | 2024-12-12T03:20:49.703Z | python system 2 system |
239 | 2024-12-12T03:20:49.703Z | python3 system 3.11 system |
240 | 2024-12-12T03:20:49.703Z | ruby system 3.0 system |
241 | 2024-12-12T03:20:49.703Z | words vendor vendor american-english |
242 | 2024-12-12T03:20:49.703Z | words system system australian-english |
243 | 2024-12-12T03:20:49.703Z | words system system british-english |
244 | 2024-12-12T03:20:49.703Z | words system system canadian-english |
245 | 2024-12-12T03:20:49.703Z | words system system french |
246 | 2024-12-12T03:20:49.703Z | words system system italian |
247 | 2024-12-12T03:20:49.703Z | words system system ngerman |
248 | 2024-12-12T03:20:49.703Z | words system system ogerman |
249 | 2024-12-12T03:20:49.703Z | words system system spanish |
250 | 2024-12-12T03:20:50.033Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-12-12T03:20:50.033Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-12-12T03:20:52.690Z | FMRI IFO |
253 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
263 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
266 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-12-12T03:20:52.690Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-12-12T03:20:53.440Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-12-12T03:20:53.722Z | Updating crates.io index |
270 | 2024-12-12T03:20:53.807Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-12-12T03:20:54.369Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-12-12T03:20:54.677Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-12-12T03:20:54.928Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-12-12T03:20:55.191Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-12-12T03:20:56.043Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-12-12T03:20:58.564Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-12-12T03:20:59.714Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-12-12T03:21:00.475Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-12-12T03:21:00.765Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-12-12T03:21:01.034Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-12-12T03:21:01.681Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-12-12T03:21:01.958Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2024-12-12T03:21:02.263Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-12-12T03:21:02.553Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-12-12T03:21:02.793Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-12-12T03:21:03.056Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-12-12T03:21:03.349Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
288 | 2024-12-12T03:21:03.671Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
289 | 2024-12-12T03:21:04.055Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
290 | 2024-12-12T03:21:04.287Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-12-12T03:21:04.779Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-12-12T03:21:05.073Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
293 | 2024-12-12T03:21:05.446Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-12-12T03:21:05.877Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
295 | 2024-12-12T03:21:06.131Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-12-12T03:21:06.362Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-12-12T03:21:06.629Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-12-12T03:21:07.878Z | Downloading crates ... |
299 | 2024-12-12T03:21:07.988Z | Downloaded anstream v0.6.15 |
300 | 2024-12-12T03:21:07.993Z | Downloaded block-buffer v0.10.4 |
301 | 2024-12-12T03:21:07.997Z | Downloaded autocfg v1.4.0 |
302 | 2024-12-12T03:21:08.004Z | Downloaded bitflags v2.6.0 |
303 | 2024-12-12T03:21:08.007Z | Downloaded cargo-platform v0.1.8 |
304 | 2024-12-12T03:21:08.010Z | Downloaded camino-tempfile v1.1.1 |
305 | 2024-12-12T03:21:08.012Z | Downloaded byteorder v1.5.0 |
306 | 2024-12-12T03:21:08.012Z | Downloaded bytecount v0.6.8 |
307 | 2024-12-12T03:21:08.014Z | Downloaded camino v1.1.9 |
308 | 2024-12-12T03:21:08.027Z | Downloaded cfg-if v1.0.0 |
309 | 2024-12-12T03:21:08.029Z | Downloaded anstyle-parse v0.2.5 |
310 | 2024-12-12T03:21:08.032Z | Downloaded anstyle v1.0.10 |
311 | 2024-12-12T03:21:08.032Z | Downloaded clap_derive v4.5.18 |
312 | 2024-12-12T03:21:08.035Z | Downloaded cargo_metadata v0.18.1 |
313 | 2024-12-12T03:21:08.035Z | Downloaded anstyle-query v1.1.1 |
314 | 2024-12-12T03:21:08.038Z | Downloaded anyhow v1.0.93 |
315 | 2024-12-12T03:21:08.042Z | Downloaded equivalent v1.0.1 |
316 | 2024-12-12T03:21:08.044Z | Downloaded cargo_toml v0.20.5 |
317 | 2024-12-12T03:21:08.044Z | Downloaded clap v4.5.21 |
318 | 2024-12-12T03:21:08.051Z | Downloaded dtrace-parser v0.2.0 |
319 | 2024-12-12T03:21:08.059Z | Downloaded errno v0.3.9 |
320 | 2024-12-12T03:21:08.062Z | Downloaded colorchoice v1.0.2 |
321 | 2024-12-12T03:21:08.062Z | Downloaded pretty-hex v0.4.1 |
322 | 2024-12-12T03:21:08.064Z | Downloaded fnv v1.0.7 |
323 | 2024-12-12T03:21:08.070Z | Downloaded itoa v1.0.11 |
324 | 2024-12-12T03:21:08.072Z | Downloaded cpufeatures v0.2.14 |
325 | 2024-12-12T03:21:08.072Z | Downloaded heck v0.5.0 |
326 | 2024-12-12T03:21:08.074Z | Downloaded proc-macro-error-attr v1.0.4 |
327 | 2024-12-12T03:21:08.074Z | Downloaded crypto-common v0.1.6 |
328 | 2024-12-12T03:21:08.077Z | Downloaded is_terminal_polyfill v1.70.1 |
329 | 2024-12-12T03:21:08.077Z | Downloaded fs-err v2.11.0 |
330 | 2024-12-12T03:21:08.079Z | Downloaded digest v0.10.7 |
331 | 2024-12-12T03:21:08.079Z | Downloaded clap_lex v0.7.2 |
332 | 2024-12-12T03:21:08.082Z | Downloaded scroll_derive v0.12.0 |
333 | 2024-12-12T03:21:08.082Z | Downloaded swrite v0.1.0 |
334 | 2024-12-12T03:21:08.090Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-12-12T03:21:08.101Z | Downloaded usdt-attr-macro v0.5.0 |
336 | 2024-12-12T03:21:08.103Z | Downloaded generic-array v0.14.7 |
337 | 2024-12-12T03:21:08.105Z | Downloaded memmap v0.7.0 |
338 | 2024-12-12T03:21:08.105Z | Downloaded fastrand v2.1.1 |
339 | 2024-12-12T03:21:08.111Z | Downloaded plain v0.2.3 |
340 | 2024-12-12T03:21:08.114Z | Downloaded dof v0.3.0 |
341 | 2024-12-12T03:21:08.125Z | Downloaded strsim v0.11.1 |
342 | 2024-12-12T03:21:08.130Z | Downloaded heck v0.4.1 |
343 | 2024-12-12T03:21:08.133Z | Downloaded smawk v0.3.2 |
344 | 2024-12-12T03:21:08.135Z | Downloaded serde_spanned v0.6.8 |
345 | 2024-12-12T03:21:08.137Z | Downloaded terminal_size v0.4.0 |
346 | 2024-12-12T03:21:08.143Z | Downloaded usdt v0.5.0 |
347 | 2024-12-12T03:21:08.145Z | Downloaded macaddr v1.0.1 |
348 | 2024-12-12T03:21:08.145Z | Downloaded utf8parse v0.2.2 |
349 | 2024-12-12T03:21:08.147Z | Downloaded thiserror v1.0.69 |
350 | 2024-12-12T03:21:08.150Z | Downloaded version_check v0.9.5 |
351 | 2024-12-12T03:21:08.152Z | Downloaded thiserror-impl v1.0.69 |
352 | 2024-12-12T03:21:08.155Z | Downloaded unicode-linebreak v0.1.5 |
353 | 2024-12-12T03:21:08.155Z | Downloaded thread-id v4.2.2 |
354 | 2024-12-12T03:21:08.157Z | Downloaded tabled_derive v0.7.0 |
355 | 2024-12-12T03:21:08.157Z | Downloaded proc-macro-error v1.0.4 |
356 | 2024-12-12T03:21:08.160Z | Downloaded pest_derive v2.7.14 |
357 | 2024-12-12T03:21:08.162Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-12-12T03:21:08.165Z | Downloaded quote v1.0.37 |
359 | 2024-12-12T03:21:08.167Z | Downloaded once_cell v1.20.2 |
360 | 2024-12-12T03:21:08.169Z | Downloaded log v0.4.22 |
361 | 2024-12-12T03:21:08.174Z | Downloaded sha2 v0.10.8 |
362 | 2024-12-12T03:21:08.177Z | Downloaded scroll v0.12.0 |
363 | 2024-12-12T03:21:08.179Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2024-12-12T03:21:08.187Z | Downloaded pest_generator v2.7.14 |
365 | 2024-12-12T03:21:08.189Z | Downloaded semver v1.0.23 |
366 | 2024-12-12T03:21:08.195Z | Downloaded toml_datetime v0.6.8 |
367 | 2024-12-12T03:21:08.199Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2024-12-12T03:21:08.206Z | Downloaded papergrid v0.11.0 |
369 | 2024-12-12T03:21:08.210Z | Downloaded pest_meta v2.7.14 |
370 | 2024-12-12T03:21:08.216Z | Downloaded typenum v1.17.0 |
371 | 2024-12-12T03:21:08.219Z | Downloaded ryu v1.0.18 |
372 | 2024-12-12T03:21:08.222Z | Downloaded toml v0.8.19 |
373 | 2024-12-12T03:21:08.224Z | Downloaded tempfile v3.13.0 |
374 | 2024-12-12T03:21:08.227Z | Downloaded serde_derive v1.0.215 |
375 | 2024-12-12T03:21:08.229Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-12-12T03:21:08.232Z | Downloaded ucd-trie v0.1.7 |
377 | 2024-12-12T03:21:08.237Z | Downloaded proc-macro2 v1.0.89 |
378 | 2024-12-12T03:21:08.239Z | Downloaded clap_builder v4.5.21 |
379 | 2024-12-12T03:21:08.245Z | Downloaded textwrap v0.16.1 |
380 | 2024-12-12T03:21:08.258Z | Downloaded memchr v2.7.4 |
381 | 2024-12-12T03:21:08.266Z | Downloaded serde v1.0.215 |
382 | 2024-12-12T03:21:08.279Z | Downloaded indexmap v2.6.0 |
383 | 2024-12-12T03:21:08.300Z | Downloaded toml_edit v0.22.22 |
384 | 2024-12-12T03:21:08.319Z | Downloaded pest v2.7.14 |
385 | 2024-12-12T03:21:08.324Z | Downloaded hashbrown v0.15.0 |
386 | 2024-12-12T03:21:08.341Z | Downloaded zerocopy v0.7.35 |
387 | 2024-12-12T03:21:08.355Z | Downloaded winnow v0.6.20 |
388 | 2024-12-12T03:21:08.362Z | Downloaded goblin v0.8.2 |
389 | 2024-12-12T03:21:08.367Z | Downloaded tabled v0.15.0 |
390 | 2024-12-12T03:21:08.381Z | Downloaded serde_json v1.0.132 |
391 | 2024-12-12T03:21:08.393Z | Downloaded syn v1.0.109 |
392 | 2024-12-12T03:21:08.405Z | Downloaded syn v2.0.87 |
393 | 2024-12-12T03:21:08.414Z | Downloaded unicode-width v0.1.14 |
394 | 2024-12-12T03:21:08.424Z | Downloaded rustix v0.38.37 |
395 | 2024-12-12T03:21:08.465Z | Downloaded libc v0.2.162 |
396 | 2024-12-12T03:21:08.770Z | Compiling proc-macro2 v1.0.89 |
397 | 2024-12-12T03:21:08.770Z | Compiling unicode-ident v1.0.13 |
398 | 2024-12-12T03:21:08.774Z | Compiling serde v1.0.215 |
399 | 2024-12-12T03:21:08.774Z | Compiling version_check v0.9.5 |
400 | 2024-12-12T03:21:08.774Z | Compiling memchr v2.7.4 |
401 | 2024-12-12T03:21:08.774Z | Compiling thiserror v1.0.69 |
402 | 2024-12-12T03:21:08.774Z | Compiling libc v0.2.162 |
403 | 2024-12-12T03:21:08.774Z | Compiling ryu v1.0.18 |
404 | 2024-12-12T03:21:09.010Z | Compiling itoa v1.0.11 |
405 | 2024-12-12T03:21:09.267Z | Compiling ucd-trie v0.1.7 |
406 | 2024-12-12T03:21:09.291Z | Compiling once_cell v1.20.2 |
407 | 2024-12-12T03:21:09.646Z | Compiling byteorder v1.5.0 |
408 | 2024-12-12T03:21:09.722Z | Compiling serde_json v1.0.132 |
409 | 2024-12-12T03:21:09.842Z | Compiling rustix v0.38.37 |
410 | 2024-12-12T03:21:10.085Z | Compiling bitflags v2.6.0 |
411 | 2024-12-12T03:21:10.132Z | Compiling proc-macro-error-attr v1.0.4 |
412 | 2024-12-12T03:21:10.422Z | Compiling usdt-impl v0.5.0 |
413 | 2024-12-12T03:21:10.482Z | Compiling syn v1.0.109 |
414 | 2024-12-12T03:21:10.590Z | Compiling proc-macro-error v1.0.4 |
415 | 2024-12-12T03:21:10.613Z | Compiling equivalent v1.0.1 |
416 | 2024-12-12T03:21:10.663Z | Compiling quote v1.0.37 |
417 | 2024-12-12T03:21:10.782Z | Compiling hashbrown v0.15.0 |
418 | 2024-12-12T03:21:10.852Z | Compiling camino v1.1.9 |
419 | 2024-12-12T03:21:10.905Z | Compiling log v0.4.22 |
420 | 2024-12-12T03:21:11.084Z | Compiling syn v2.0.87 |
421 | 2024-12-12T03:21:11.294Z | Compiling errno v0.3.9 |
422 | 2024-12-12T03:21:11.367Z | Compiling plain v0.2.3 |
423 | 2024-12-12T03:21:11.393Z | Compiling utf8parse v0.2.2 |
424 | 2024-12-12T03:21:11.523Z | Compiling thread-id v4.2.2 |
425 | 2024-12-12T03:21:11.526Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-12-12T03:21:11.810Z | Compiling unicode-width v0.1.14 |
427 | 2024-12-12T03:21:11.851Z | Compiling winnow v0.6.20 |
428 | 2024-12-12T03:21:12.007Z | Compiling indexmap v2.6.0 |
429 | 2024-12-12T03:21:12.032Z | Compiling pretty-hex v0.4.1 |
430 | 2024-12-12T03:21:12.260Z | Compiling colorchoice v1.0.2 |
431 | 2024-12-12T03:21:12.314Z | Compiling semver v1.0.23 |
432 | 2024-12-12T03:21:12.423Z | Compiling anstyle-query v1.1.1 |
433 | 2024-12-12T03:21:12.449Z | Compiling anstyle v1.0.10 |
434 | 2024-12-12T03:21:12.589Z | Compiling autocfg v1.4.0 |
435 | 2024-12-12T03:21:12.865Z | Compiling is_terminal_polyfill v1.70.1 |
436 | 2024-12-12T03:21:13.015Z | Compiling anstream v0.6.15 |
437 | 2024-12-12T03:21:13.324Z | Compiling strsim v0.11.1 |
438 | 2024-12-12T03:21:13.357Z | Compiling fastrand v2.1.1 |
439 | 2024-12-12T03:21:13.794Z | Compiling terminal_size v0.4.0 |
440 | 2024-12-12T03:21:13.820Z | Compiling fs-err v2.11.0 |
441 | 2024-12-12T03:21:13.900Z | Compiling heck v0.5.0 |
442 | 2024-12-12T03:21:14.001Z | Compiling clap_lex v0.7.2 |
443 | 2024-12-12T03:21:14.288Z | Compiling fnv v1.0.7 |
444 | 2024-12-12T03:21:14.397Z | Compiling anyhow v1.0.93 |
445 | 2024-12-12T03:21:14.432Z | Compiling heck v0.4.1 |
446 | 2024-12-12T03:21:14.583Z | Compiling bytecount v0.6.8 |
447 | 2024-12-12T03:21:14.610Z | Compiling cfg-if v1.0.0 |
448 | 2024-12-12T03:21:14.716Z | Compiling tempfile v3.13.0 |
449 | 2024-12-12T03:21:14.816Z | Compiling papergrid v0.11.0 |
450 | 2024-12-12T03:21:14.924Z | Compiling clap_builder v4.5.21 |
451 | 2024-12-12T03:21:15.327Z | Compiling memmap v0.7.0 |
452 | 2024-12-12T03:21:15.393Z | Compiling smawk v0.3.2 |
453 | 2024-12-12T03:21:15.616Z | Compiling unicode-linebreak v0.1.5 |
454 | 2024-12-12T03:21:15.695Z | Compiling swrite v0.1.0 |
455 | 2024-12-12T03:21:16.097Z | Compiling textwrap v0.16.1 |
456 | 2024-12-12T03:21:17.169Z | Compiling tabled_derive v0.7.0 |
457 | 2024-12-12T03:21:18.698Z | Compiling tabled v0.15.0 |
458 | 2024-12-12T03:21:19.927Z | Compiling serde_derive v1.0.215 |
459 | 2024-12-12T03:21:19.927Z | Compiling thiserror-impl v1.0.69 |
460 | 2024-12-12T03:21:19.929Z | Compiling zerocopy-derive v0.7.35 |
461 | 2024-12-12T03:21:19.929Z | Compiling scroll_derive v0.12.0 |
462 | 2024-12-12T03:21:20.147Z | Compiling clap_derive v4.5.18 |
463 | 2024-12-12T03:21:21.507Z | Compiling scroll v0.12.0 |
464 | 2024-12-12T03:21:21.953Z | Compiling zerocopy v0.7.35 |
465 | 2024-12-12T03:21:22.022Z | Compiling goblin v0.8.2 |
466 | 2024-12-12T03:21:22.705Z | Compiling pest v2.7.14 |
467 | 2024-12-12T03:21:23.975Z | Compiling clap v4.5.21 |
468 | 2024-12-12T03:21:24.975Z | Compiling pest_meta v2.7.14 |
469 | 2024-12-12T03:21:25.839Z | Compiling pest_generator v2.7.14 |
470 | 2024-12-12T03:21:27.559Z | Compiling pest_derive v2.7.14 |
471 | 2024-12-12T03:21:28.265Z | Compiling dtrace-parser v0.2.0 |
472 | 2024-12-12T03:21:30.190Z | Compiling serde_spanned v0.6.8 |
473 | 2024-12-12T03:21:30.190Z | Compiling toml_datetime v0.6.8 |
474 | 2024-12-12T03:21:30.192Z | Compiling cargo-platform v0.1.8 |
475 | 2024-12-12T03:21:30.562Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-12-12T03:21:30.565Z | Compiling toml_edit v0.22.22 |
477 | 2024-12-12T03:21:30.757Z | Compiling macaddr v1.0.1 |
478 | 2024-12-12T03:21:30.898Z | Compiling camino-tempfile v1.1.1 |
479 | 2024-12-12T03:21:31.692Z | Compiling dof v0.3.0 |
480 | 2024-12-12T03:21:31.692Z | Compiling cargo_metadata v0.18.1 |
481 | 2024-12-12T03:21:33.315Z | Compiling toml v0.8.19 |
482 | 2024-12-12T03:21:33.729Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2024-12-12T03:21:33.895Z | Compiling usdt-macro v0.5.0 |
484 | 2024-12-12T03:21:34.457Z | Compiling cargo_toml v0.20.5 |
485 | 2024-12-12T03:21:35.157Z | Compiling usdt v0.5.0 |
486 | 2024-12-12T03:21:37.923Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
487 | 2024-12-12T03:21:42.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s |
488 | 2024-12-12T03:21:42.310Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
489 | 2024-12-12T03:21:42.831Z | Downloading crates ... |
490 | 2024-12-12T03:21:42.984Z | Downloaded adler2 v2.0.0 |
491 | 2024-12-12T03:21:42.990Z | Downloaded allocator-api2 v0.2.18 |
492 | 2024-12-12T03:21:42.994Z | Downloaded aead v0.5.2 |
493 | 2024-12-12T03:21:43.000Z | Downloaded array-init v0.0.4 |
494 | 2024-12-12T03:21:43.004Z | Downloaded argon2 v0.5.3 |
495 | 2024-12-12T03:21:43.007Z | Downloaded arrayvec v0.7.6 |
496 | 2024-12-12T03:21:43.010Z | Downloaded itertools v0.10.5 |
497 | 2024-12-12T03:21:43.014Z | Downloaded ascii-canvas v3.0.0 |
498 | 2024-12-12T03:21:43.017Z | Downloaded heck v0.3.3 |
499 | 2024-12-12T03:21:43.020Z | Downloaded hex-literal v0.4.1 |
500 | 2024-12-12T03:21:43.020Z | Downloaded darling v0.20.10 |
501 | 2024-12-12T03:21:43.023Z | Downloaded highway v1.2.0 |
502 | 2024-12-12T03:21:43.026Z | Downloaded aes v0.8.4 |
503 | 2024-12-12T03:21:43.030Z | Downloaded aes-gcm v0.10.3 |
504 | 2024-12-12T03:21:43.033Z | Downloaded heapless v0.8.0 |
505 | 2024-12-12T03:21:43.038Z | Downloaded hickory-client v0.24.1 |
506 | 2024-12-12T03:21:43.041Z | Downloaded heapless v0.7.17 |
507 | 2024-12-12T03:21:43.046Z | Downloaded hickory-resolver v0.24.1 |
508 | 2024-12-12T03:21:43.051Z | Downloaded async-stream v0.3.6 |
509 | 2024-12-12T03:21:43.054Z | Downloaded hex v0.4.3 |
510 | 2024-12-12T03:21:43.056Z | Downloaded async-bb8-diesel v0.2.1 |
511 | 2024-12-12T03:21:43.066Z | Downloaded assert_matches v1.5.0 |
512 | 2024-12-12T03:21:43.066Z | Downloaded atty v0.2.14 |
513 | 2024-12-12T03:21:43.066Z | Downloaded aho-corasick v1.1.3 |
514 | 2024-12-12T03:21:43.069Z | Downloaded hubpack_derive v0.1.1 |
515 | 2024-12-12T03:21:43.073Z | Downloaded http-body v1.0.1 |
516 | 2024-12-12T03:21:43.073Z | Downloaded async-recursion v1.1.1 |
517 | 2024-12-12T03:21:43.076Z | Downloaded http-range v0.1.5 |
518 | 2024-12-12T03:21:43.078Z | Downloaded async-stream-impl v0.3.6 |
519 | 2024-12-12T03:21:43.081Z | Downloaded arc-swap v1.7.1 |
520 | 2024-12-12T03:21:43.083Z | Downloaded arrayref v0.3.9 |
521 | 2024-12-12T03:21:43.087Z | Downloaded ident_case v1.0.1 |
522 | 2024-12-12T03:21:43.087Z | Downloaded icu_provider_macros v1.5.0 |
523 | 2024-12-12T03:21:43.089Z | Downloaded async-trait v0.1.83 |
524 | 2024-12-12T03:21:43.092Z | Downloaded ciborium-io v0.2.2 |
525 | 2024-12-12T03:21:43.092Z | Downloaded cfg_aliases v0.2.1 |
526 | 2024-12-12T03:21:43.094Z | Downloaded instant v0.1.13 |
527 | 2024-12-12T03:21:43.097Z | Downloaded addr2line v0.24.2 |
528 | 2024-12-12T03:21:43.099Z | Downloaded idna v0.3.0 |
529 | 2024-12-12T03:21:43.105Z | Downloaded cfg_aliases v0.1.1 |
530 | 2024-12-12T03:21:43.108Z | Downloaded block-padding v0.3.3 |
531 | 2024-12-12T03:21:43.108Z | Downloaded bcrypt-pbkdf v0.10.0 |
532 | 2024-12-12T03:21:43.111Z | Downloaded bitflags v1.3.2 |
533 | 2024-12-12T03:21:43.113Z | Downloaded hubpack v0.1.2 |
534 | 2024-12-12T03:21:43.116Z | Downloaded hostname v0.4.0 |
535 | 2024-12-12T03:21:43.118Z | Downloaded hostname v0.3.1 |
536 | 2024-12-12T03:21:43.118Z | Downloaded cstr-argument v0.1.2 |
537 | 2024-12-12T03:21:43.121Z | Downloaded is_ci v1.2.0 |
538 | 2024-12-12T03:21:43.121Z | Downloaded md5 v0.7.0 |
539 | 2024-12-12T03:21:43.123Z | Downloaded constant_time_eq v0.3.1 |
540 | 2024-12-12T03:21:43.123Z | Downloaded matches v0.1.10 |
541 | 2024-12-12T03:21:43.126Z | Downloaded match_cfg v0.1.0 |
542 | 2024-12-12T03:21:43.126Z | Downloaded crunchy v0.2.2 |
543 | 2024-12-12T03:21:43.128Z | Downloaded crucible-workspace-hack v0.1.0 |
544 | 2024-12-12T03:21:43.128Z | Downloaded httpdate v1.0.3 |
545 | 2024-12-12T03:21:43.131Z | Downloaded http-body-util v0.1.2 |
546 | 2024-12-12T03:21:43.131Z | Downloaded crossbeam-deque v0.8.5 |
547 | 2024-12-12T03:21:43.134Z | Downloaded colored v2.1.0 |
548 | 2024-12-12T03:21:43.136Z | Downloaded cmake v0.1.51 |
549 | 2024-12-12T03:21:43.139Z | Downloaded hyper-tls v0.6.0 |
550 | 2024-12-12T03:21:43.141Z | Downloaded ciborium-ll v0.2.2 |
551 | 2024-12-12T03:21:43.141Z | Downloaded blowfish v0.9.1 |
552 | 2024-12-12T03:21:43.144Z | Downloaded atomic-waker v1.1.2 |
553 | 2024-12-12T03:21:43.144Z | Downloaded chacha20 v0.9.1 |
554 | 2024-12-12T03:21:43.147Z | Downloaded indent_write v2.2.0 |
555 | 2024-12-12T03:21:43.150Z | Downloaded indoc v1.0.9 |
556 | 2024-12-12T03:21:43.150Z | Downloaded buf-list v1.0.3 |
557 | 2024-12-12T03:21:43.153Z | Downloaded ipnetwork v0.20.0 |
558 | 2024-12-12T03:21:43.156Z | Downloaded managed v0.8.0 |
559 | 2024-12-12T03:21:43.158Z | Downloaded lru v0.12.5 |
560 | 2024-12-12T03:21:43.160Z | Downloaded linked-hash-map v0.5.6 |
561 | 2024-12-12T03:21:43.160Z | Downloaded lazycell v1.3.0 |
562 | 2024-12-12T03:21:43.163Z | Downloaded atomicwrites v0.4.4 |
563 | 2024-12-12T03:21:43.163Z | Downloaded lazy_static v1.5.0 |
564 | 2024-12-12T03:21:43.166Z | Downloaded md-5 v0.10.6 |
565 | 2024-12-12T03:21:43.168Z | Downloaded curve25519-dalek-derive v0.1.1 |
566 | 2024-12-12T03:21:43.171Z | Downloaded linear-map v1.2.0 |
567 | 2024-12-12T03:21:43.171Z | Downloaded libsw v3.3.1 |
568 | 2024-12-12T03:21:43.173Z | Downloaded maybe-uninit v2.0.0 |
569 | 2024-12-12T03:21:43.176Z | Downloaded libefi-sys v0.1.0 |
570 | 2024-12-12T03:21:43.178Z | Downloaded tinyvec_macros v0.1.1 |
571 | 2024-12-12T03:21:43.178Z | Downloaded ctr v0.9.2 |
572 | 2024-12-12T03:21:43.181Z | Downloaded crc v3.2.1 |
573 | 2024-12-12T03:21:43.184Z | Downloaded take_mut v0.2.2 |
574 | 2024-12-12T03:21:43.186Z | Downloaded ref-cast v1.0.23 |
575 | 2024-12-12T03:21:43.189Z | Downloaded r2d2 v0.8.10 |
576 | 2024-12-12T03:21:43.189Z | Downloaded mime v0.3.17 |
577 | 2024-12-12T03:21:43.195Z | Downloaded slog-scope v4.4.0 |
578 | 2024-12-12T03:21:43.198Z | Downloaded siphasher v0.3.11 |
579 | 2024-12-12T03:21:43.198Z | Downloaded shlex v1.3.0 |
580 | 2024-12-12T03:21:43.198Z | Downloaded secrecy v0.8.0 |
581 | 2024-12-12T03:21:43.201Z | Downloaded ciborium v0.2.2 |
582 | 2024-12-12T03:21:43.203Z | Downloaded icu_locid_transform v1.5.0 |
583 | 2024-12-12T03:21:43.206Z | Downloaded iana-time-zone v0.1.61 |
584 | 2024-12-12T03:21:43.208Z | Downloaded shell-words v1.1.0 |
585 | 2024-12-12T03:21:43.210Z | Downloaded serde_urlencoded v0.7.1 |
586 | 2024-12-12T03:21:43.213Z | Downloaded rtoolbox v0.0.2 |
587 | 2024-12-12T03:21:43.213Z | Downloaded bcs v0.1.6 |
588 | 2024-12-12T03:21:43.216Z | Downloaded yoke-derive v0.7.4 |
589 | 2024-12-12T03:21:43.218Z | Downloaded blake2 v0.10.6 |
590 | 2024-12-12T03:21:43.221Z | Downloaded lockfree-object-pool v0.1.6 |
591 | 2024-12-12T03:21:43.223Z | Downloaded ipnet v2.10.1 |
592 | 2024-12-12T03:21:43.225Z | Downloaded vte_generate_state_changes v0.1.2 |
593 | 2024-12-12T03:21:43.228Z | Downloaded tabwriter v1.4.0 |
594 | 2024-12-12T03:21:43.228Z | Downloaded waitgroup v0.1.2 |
595 | 2024-12-12T03:21:43.230Z | Downloaded strip-ansi-escapes v0.2.0 |
596 | 2024-12-12T03:21:43.230Z | Downloaded ssh-cipher v0.2.0 |
597 | 2024-12-12T03:21:43.233Z | Downloaded console v0.15.8 |
598 | 2024-12-12T03:21:43.236Z | Downloaded libloading v0.8.5 |
599 | 2024-12-12T03:21:43.239Z | Downloaded fxhash v0.2.1 |
600 | 2024-12-12T03:21:43.241Z | Downloaded cancel-safe-futures v0.1.5 |
601 | 2024-12-12T03:21:43.243Z | Downloaded foreign-types v0.5.0 |
602 | 2024-12-12T03:21:43.245Z | Downloaded mime_guess v2.0.5 |
603 | 2024-12-12T03:21:43.248Z | Downloaded thiserror-no-std v2.0.2 |
604 | 2024-12-12T03:21:43.251Z | Downloaded rustls-pemfile v2.2.0 |
605 | 2024-12-12T03:21:43.255Z | Downloaded openssl-probe v0.1.5 |
606 | 2024-12-12T03:21:43.257Z | Downloaded openssl-macros v0.1.1 |
607 | 2024-12-12T03:21:43.257Z | Downloaded opaque-debug v0.3.1 |
608 | 2024-12-12T03:21:43.260Z | Downloaded newtype_derive v0.1.6 |
609 | 2024-12-12T03:21:43.260Z | Downloaded try-lock v0.2.5 |
610 | 2024-12-12T03:21:43.260Z | Downloaded tls_codec_derive v0.4.1 |
611 | 2024-12-12T03:21:43.263Z | Downloaded sec1 v0.7.3 |
612 | 2024-12-12T03:21:43.265Z | Downloaded icu_locid v1.5.0 |
613 | 2024-12-12T03:21:43.270Z | Downloaded icu_normalizer_data v1.5.0 |
614 | 2024-12-12T03:21:43.273Z | Downloaded indexmap v1.9.3 |
615 | 2024-12-12T03:21:43.277Z | Downloaded base64 v0.13.1 |
616 | 2024-12-12T03:21:43.281Z | Downloaded wait-timeout v0.2.0 |
617 | 2024-12-12T03:21:43.284Z | Downloaded strum_macros v0.24.3 |
618 | 2024-12-12T03:21:43.286Z | Downloaded difflib v0.4.0 |
619 | 2024-12-12T03:21:43.289Z | Downloaded csv-core v0.1.11 |
620 | 2024-12-12T03:21:43.289Z | Downloaded cookie_store v0.21.0 |
621 | 2024-12-12T03:21:43.292Z | Downloaded either v1.13.0 |
622 | 2024-12-12T03:21:43.294Z | Downloaded futures-executor v0.3.31 |
623 | 2024-12-12T03:21:43.296Z | Downloaded ed25519 v2.2.3 |
624 | 2024-12-12T03:21:43.299Z | Downloaded dyn-clone v1.0.17 |
625 | 2024-12-12T03:21:43.302Z | Downloaded tower-service v0.3.3 |
626 | 2024-12-12T03:21:43.302Z | Downloaded dunce v1.0.5 |
627 | 2024-12-12T03:21:43.302Z | Downloaded defmt-macros v0.3.9 |
628 | 2024-12-12T03:21:43.305Z | Downloaded crossbeam-utils v0.8.20 |
629 | 2024-12-12T03:21:43.309Z | Downloaded progenitor-impl v0.8.0 |
630 | 2024-12-12T03:21:43.311Z | Downloaded clang-sys v1.8.1 |
631 | 2024-12-12T03:21:43.314Z | Downloaded write16 v1.0.0 |
632 | 2024-12-12T03:21:43.317Z | Downloaded darling_macro v0.20.10 |
633 | 2024-12-12T03:21:43.317Z | Downloaded untrusted v0.7.1 |
634 | 2024-12-12T03:21:43.319Z | Downloaded crc-any v2.5.0 |
635 | 2024-12-12T03:21:43.322Z | Downloaded olpc-cjson v0.1.4 |
636 | 2024-12-12T03:21:43.322Z | Downloaded nibble_vec v0.1.0 |
637 | 2024-12-12T03:21:43.327Z | Downloaded newtype-uuid v1.1.3 |
638 | 2024-12-12T03:21:43.327Z | Downloaded typify v0.2.0 |
639 | 2024-12-12T03:21:43.329Z | Downloaded quick-error v1.2.3 |
640 | 2024-12-12T03:21:43.331Z | Downloaded chacha20poly1305 v0.10.1 |
641 | 2024-12-12T03:21:43.334Z | Downloaded uzers v0.12.1 |
642 | 2024-12-12T03:21:43.336Z | Downloaded hyper-util v0.1.10 |
643 | 2024-12-12T03:21:43.339Z | Downloaded proc-macro-crate v1.3.1 |
644 | 2024-12-12T03:21:43.342Z | Downloaded cookie v0.18.1 |
645 | 2024-12-12T03:21:43.344Z | Downloaded icu_provider v1.5.0 |
646 | 2024-12-12T03:21:43.348Z | Downloaded hmac v0.12.1 |
647 | 2024-12-12T03:21:43.350Z | Downloaded poly1305 v0.8.0 |
648 | 2024-12-12T03:21:43.353Z | Downloaded newline-converter v0.3.0 |
649 | 2024-12-12T03:21:43.355Z | Downloaded nodrop v0.1.14 |
650 | 2024-12-12T03:21:43.355Z | Downloaded hickory-proto v0.24.1 |
651 | 2024-12-12T03:21:43.382Z | Downloaded mirai-annotations v1.12.0 |
652 | 2024-12-12T03:21:43.384Z | Downloaded universal-hash v0.5.1 |
653 | 2024-12-12T03:21:43.384Z | Downloaded tokio-native-tls v0.3.1 |
654 | 2024-12-12T03:21:43.387Z | Downloaded spin v0.5.2 |
655 | 2024-12-12T03:21:43.387Z | Downloaded smallvec v0.6.14 |
656 | 2024-12-12T03:21:43.389Z | Downloaded slog-envlogger v2.2.0 |
657 | 2024-12-12T03:21:43.390Z | Downloaded slog-dtrace v0.3.0 |
658 | 2024-12-12T03:21:43.392Z | Downloaded progenitor-client v0.8.0 |
659 | 2024-12-12T03:21:43.396Z | Downloaded data-encoding v2.6.0 |
660 | 2024-12-12T03:21:43.396Z | Downloaded writeable v0.5.5 |
661 | 2024-12-12T03:21:43.399Z | Downloaded base64 v0.21.7 |
662 | 2024-12-12T03:21:43.401Z | Downloaded multer v3.1.0 |
663 | 2024-12-12T03:21:43.404Z | Downloaded derive_builder_core v0.20.2 |
664 | 2024-12-12T03:21:43.407Z | Downloaded derive_builder v0.20.2 |
665 | 2024-12-12T03:21:43.411Z | Downloaded russh-cryptovec v0.7.3 |
666 | 2024-12-12T03:21:43.414Z | Downloaded base64 v0.22.1 |
667 | 2024-12-12T03:21:43.417Z | Downloaded rustc-demangle v0.1.24 |
668 | 2024-12-12T03:21:43.419Z | Downloaded pkg-config v0.3.31 |
669 | 2024-12-12T03:21:43.422Z | Downloaded futures-io v0.3.31 |
670 | 2024-12-12T03:21:43.424Z | Downloaded float-cmp v0.9.0 |
671 | 2024-12-12T03:21:43.424Z | Downloaded crypto-bigint v0.5.5 |
672 | 2024-12-12T03:21:43.431Z | Downloaded embedded-io v0.4.0 |
673 | 2024-12-12T03:21:43.434Z | Downloaded icu_properties v1.5.1 |
674 | 2024-12-12T03:21:43.437Z | Downloaded defmt-parser v0.3.4 |
675 | 2024-12-12T03:21:43.439Z | Downloaded tokio-rustls v0.24.1 |
676 | 2024-12-12T03:21:43.441Z | Downloaded hkdf v0.12.4 |
677 | 2024-12-12T03:21:43.443Z | Downloaded debug-ignore v1.0.5 |
678 | 2024-12-12T03:21:43.446Z | Downloaded fallible-streaming-iterator v0.1.9 |
679 | 2024-12-12T03:21:43.448Z | Downloaded http v1.1.0 |
680 | 2024-12-12T03:21:43.451Z | Downloaded fallible-iterator v0.3.0 |
681 | 2024-12-12T03:21:43.454Z | Downloaded rand_seeder v0.3.0 |
682 | 2024-12-12T03:21:43.456Z | Downloaded spin v0.9.8 |
683 | 2024-12-12T03:21:43.458Z | Downloaded smallvec v1.13.2 |
684 | 2024-12-12T03:21:43.460Z | Downloaded pin-project v1.1.6 |
685 | 2024-12-12T03:21:43.477Z | Downloaded diesel_table_macro_syntax v0.2.0 |
686 | 2024-12-12T03:21:43.480Z | Downloaded zerocopy v0.6.6 |
687 | 2024-12-12T03:21:43.480Z | Downloaded serde_repr v0.1.19 |
688 | 2024-12-12T03:21:43.480Z | Downloaded derive-where v1.2.7 |
689 | 2024-12-12T03:21:43.484Z | Downloaded tracing-attributes v0.1.27 |
690 | 2024-12-12T03:21:43.486Z | Downloaded elliptic-curve v0.13.8 |
691 | 2024-12-12T03:21:43.491Z | Downloaded futures-macro v0.3.31 |
692 | 2024-12-12T03:21:43.494Z | Downloaded oso v0.27.3 |
693 | 2024-12-12T03:21:43.496Z | Downloaded omicron-zone-package v0.11.1 |
694 | 2024-12-12T03:21:43.500Z | Downloaded twox-hash v1.6.3 |
695 | 2024-12-12T03:21:43.502Z | Downloaded defmt v0.3.8 |
696 | 2024-12-12T03:21:43.506Z | Downloaded tokio-macros v2.4.0 |
697 | 2024-12-12T03:21:43.509Z | Downloaded postgres-protocol v0.6.7 |
698 | 2024-12-12T03:21:43.513Z | Downloaded zopfli v0.8.1 |
699 | 2024-12-12T03:21:43.516Z | Downloaded native-tls v0.2.12 |
700 | 2024-12-12T03:21:43.516Z | Downloaded supports-color v3.0.1 |
701 | 2024-12-12T03:21:43.518Z | Downloaded snafu v0.8.5 |
702 | 2024-12-12T03:21:43.524Z | Downloaded sqlparser_derive v0.2.2 |
703 | 2024-12-12T03:21:43.526Z | Downloaded structmeta v0.3.0 |
704 | 2024-12-12T03:21:43.526Z | Downloaded walkdir v2.5.0 |
705 | 2024-12-12T03:21:43.528Z | Downloaded socket2 v0.5.7 |
706 | 2024-12-12T03:21:43.531Z | Downloaded rcgen v0.12.1 |
707 | 2024-12-12T03:21:43.534Z | Downloaded serde_with_macros v3.11.0 |
708 | 2024-12-12T03:21:43.537Z | Downloaded want v0.3.1 |
709 | 2024-12-12T03:21:43.539Z | Downloaded time-core v0.1.2 |
710 | 2024-12-12T03:21:43.540Z | Downloaded sigpipe v0.1.3 |
711 | 2024-12-12T03:21:43.542Z | Downloaded filetime v0.2.25 |
712 | 2024-12-12T03:21:43.542Z | Downloaded diesel-dtrace v0.3.0 |
713 | 2024-12-12T03:21:43.545Z | Downloaded foreign-types-shared v0.3.1 |
714 | 2024-12-12T03:21:43.548Z | Downloaded fixedbitset v0.4.2 |
715 | 2024-12-12T03:21:43.548Z | Downloaded futures-sink v0.3.31 |
716 | 2024-12-12T03:21:43.551Z | Downloaded postgres-types v0.2.8 |
717 | 2024-12-12T03:21:43.553Z | Downloaded pin-utils v0.1.0 |
718 | 2024-12-12T03:21:43.553Z | Downloaded minimal-lexical v0.2.1 |
719 | 2024-12-12T03:21:43.558Z | Downloaded unsafe-libyaml v0.2.11 |
720 | 2024-12-12T03:21:43.563Z | Downloaded num_threads v0.1.7 |
721 | 2024-12-12T03:21:43.566Z | Downloaded gethostname v0.5.0 |
722 | 2024-12-12T03:21:43.566Z | Downloaded futures-task v0.3.31 |
723 | 2024-12-12T03:21:43.568Z | Downloaded darling_core v0.20.10 |
724 | 2024-12-12T03:21:43.573Z | Downloaded funty v2.0.0 |
725 | 2024-12-12T03:21:43.575Z | Downloaded same-file v1.0.6 |
726 | 2024-12-12T03:21:43.577Z | Downloaded psl-types v2.0.11 |
727 | 2024-12-12T03:21:43.577Z | Downloaded tokio-rustls v0.25.0 |
728 | 2024-12-12T03:21:43.580Z | Downloaded time-macros v0.2.18 |
729 | 2024-12-12T03:21:43.582Z | Downloaded pretty-hex v0.2.1 |
730 | 2024-12-12T03:21:43.585Z | Downloaded endian-type v0.1.2 |
731 | 2024-12-12T03:21:43.585Z | Downloaded stable_deref_trait v1.2.0 |
732 | 2024-12-12T03:21:43.585Z | Downloaded glob v0.3.1 |
733 | 2024-12-12T03:21:43.587Z | Downloaded term v0.7.0 |
734 | 2024-12-12T03:21:43.590Z | Downloaded number_prefix v0.4.0 |
735 | 2024-12-12T03:21:43.592Z | Downloaded oso-derive v0.27.3 |
736 | 2024-12-12T03:21:43.592Z | Downloaded russh-keys v0.45.0 |
737 | 2024-12-12T03:21:43.595Z | Downloaded zerocopy-derive v0.8.10 |
738 | 2024-12-12T03:21:43.600Z | Downloaded rpassword v7.3.1 |
739 | 2024-12-12T03:21:43.603Z | Downloaded tap v1.0.1 |
740 | 2024-12-12T03:21:43.603Z | Downloaded radium v0.7.0 |
741 | 2024-12-12T03:21:43.606Z | Downloaded termtree v0.4.1 |
742 | 2024-12-12T03:21:43.606Z | Downloaded const_format v0.2.33 |
743 | 2024-12-12T03:21:43.609Z | Downloaded nanorand v0.7.0 |
744 | 2024-12-12T03:21:43.612Z | Downloaded pin-project-lite v0.2.14 |
745 | 2024-12-12T03:21:43.617Z | Downloaded tinystr v0.7.6 |
746 | 2024-12-12T03:21:43.619Z | Downloaded utf-8 v0.7.6 |
747 | 2024-12-12T03:21:43.621Z | Downloaded num_enum_derive v0.5.11 |
748 | 2024-12-12T03:21:43.624Z | Downloaded yoke v0.7.4 |
749 | 2024-12-12T03:21:43.624Z | Downloaded thread_local v1.1.8 |
750 | 2024-12-12T03:21:43.626Z | Downloaded tracing-core v0.1.32 |
751 | 2024-12-12T03:21:43.629Z | Downloaded progenitor-macro v0.8.0 |
752 | 2024-12-12T03:21:43.629Z | Downloaded num_enum v0.5.11 |
753 | 2024-12-12T03:21:43.634Z | Downloaded openssl-sys v0.9.103 |
754 | 2024-12-12T03:21:43.639Z | Downloaded downcast v0.11.0 |
755 | 2024-12-12T03:21:43.641Z | Downloaded quinn v0.11.5 |
756 | 2024-12-12T03:21:43.643Z | Downloaded schemars_derive v0.8.21 |
757 | 2024-12-12T03:21:43.646Z | Downloaded predicates-tree v1.0.11 |
758 | 2024-12-12T03:21:43.648Z | Downloaded zerovec-derive v0.10.3 |
759 | 2024-12-12T03:21:43.648Z | Downloaded ssh-encoding v0.2.0 |
760 | 2024-12-12T03:21:43.651Z | Downloaded globset v0.4.15 |
761 | 2024-12-12T03:21:43.651Z | Downloaded getrandom v0.2.15 |
762 | 2024-12-12T03:21:43.654Z | Downloaded tiny-keccak v2.0.2 |
763 | 2024-12-12T03:21:43.657Z | Downloaded slog-bunyan v2.5.0 |
764 | 2024-12-12T03:21:43.659Z | Downloaded vte v0.11.1 |
765 | 2024-12-12T03:21:43.662Z | Downloaded fragile v2.0.0 |
766 | 2024-12-12T03:21:43.662Z | Downloaded parse-size v1.1.0 |
767 | 2024-12-12T03:21:43.665Z | Downloaded foreign-types-shared v0.1.1 |
768 | 2024-12-12T03:21:43.665Z | Downloaded foreign-types-macros v0.2.3 |
769 | 2024-12-12T03:21:43.667Z | Downloaded crossterm v0.28.1 |
770 | 2024-12-12T03:21:43.672Z | Downloaded unicase v2.7.0 |
771 | 2024-12-12T03:21:43.674Z | Downloaded zerofrom v0.1.4 |
772 | 2024-12-12T03:21:43.677Z | Downloaded russh v0.45.0 |
773 | 2024-12-12T03:21:43.681Z | Downloaded num-conv v0.1.0 |
774 | 2024-12-12T03:21:43.683Z | Downloaded zone_cfg_derive v0.1.2 |
775 | 2024-12-12T03:21:43.683Z | Downloaded enum-as-inner v0.5.1 |
776 | 2024-12-12T03:21:43.686Z | Downloaded whoami v1.5.2 |
777 | 2024-12-12T03:21:43.689Z | Downloaded polyval v0.6.2 |
778 | 2024-12-12T03:21:43.689Z | Downloaded structmeta-derive v0.3.0 |
779 | 2024-12-12T03:21:43.691Z | Downloaded tui-tree-widget v0.22.0 |
780 | 2024-12-12T03:21:43.691Z | Downloaded structmeta-derive v0.2.0 |
781 | 2024-12-12T03:21:43.693Z | Downloaded signal-hook v0.3.17 |
782 | 2024-12-12T03:21:43.696Z | Downloaded flagset v0.4.6 |
783 | 2024-12-12T03:21:43.698Z | Downloaded diff v0.1.13 |
784 | 2024-12-12T03:21:43.700Z | Downloaded tracing v0.1.40 |
785 | 2024-12-12T03:21:43.704Z | Downloaded serde-big-array v0.5.1 |
786 | 2024-12-12T03:21:43.706Z | Downloaded unicode-segmentation v1.12.0 |
787 | 2024-12-12T03:21:43.709Z | Downloaded fd-lock v4.0.2 |
788 | 2024-12-12T03:21:43.711Z | Downloaded rustfmt-wrapper v0.2.1 |
789 | 2024-12-12T03:21:43.714Z | Downloaded rustc_version v0.4.1 |
790 | 2024-12-12T03:21:43.716Z | Downloaded rustc_version v0.1.7 |
791 | 2024-12-12T03:21:43.716Z | Downloaded hashbrown v0.13.2 |
792 | 2024-12-12T03:21:43.720Z | Downloaded termcolor v1.4.1 |
793 | 2024-12-12T03:21:43.722Z | Downloaded libm v0.2.8 |
794 | 2024-12-12T03:21:43.729Z | Downloaded enum-as-inner v0.6.1 |
795 | 2024-12-12T03:21:43.731Z | Downloaded futures v0.3.31 |
796 | 2024-12-12T03:21:43.735Z | Downloaded path-slash v0.1.5 |
797 | 2024-12-12T03:21:43.738Z | Downloaded toolchain_find v0.4.0 |
798 | 2024-12-12T03:21:43.738Z | Downloaded zone v0.1.8 |
799 | 2024-12-12T03:21:43.740Z | Downloaded untrusted v0.9.0 |
800 | 2024-12-12T03:21:43.740Z | Downloaded samael v0.0.17 |
801 | 2024-12-12T03:21:43.746Z | Downloaded rand_xorshift v0.3.0 |
802 | 2024-12-12T03:21:43.748Z | Downloaded rand_core v0.6.4 |
803 | 2024-12-12T03:21:43.751Z | Downloaded packed_struct_codegen v0.10.1 |
804 | 2024-12-12T03:21:43.751Z | Downloaded owo-colors v4.1.0 |
805 | 2024-12-12T03:21:43.754Z | Downloaded zone v0.3.0 |
806 | 2024-12-12T03:21:43.756Z | Downloaded aws-lc-rs v1.10.0 |
807 | 2024-12-12T03:21:43.762Z | Downloaded packed_struct v0.10.1 |
808 | 2024-12-12T03:21:43.765Z | Downloaded diesel_derives v2.2.3 |
809 | 2024-12-12T03:21:43.768Z | Downloaded semver v0.1.20 |
810 | 2024-12-12T03:21:43.771Z | Downloaded postcard v1.0.10 |
811 | 2024-12-12T03:21:43.773Z | Downloaded sqlformat v0.2.6 |
812 | 2024-12-12T03:21:43.775Z | Downloaded spki v0.7.3 |
813 | 2024-12-12T03:21:43.778Z | Downloaded sct v0.7.1 |
814 | 2024-12-12T03:21:43.781Z | Downloaded tokio-tungstenite v0.23.1 |
815 | 2024-12-12T03:21:43.784Z | Downloaded serde_yaml v0.9.34+deprecated |
816 | 2024-12-12T03:21:43.789Z | Downloaded tinyvec v1.8.0 |
817 | 2024-12-12T03:21:43.789Z | Downloaded sync-ptr v0.1.1 |
818 | 2024-12-12T03:21:43.789Z | Downloaded synstructure v0.13.1 |
819 | 2024-12-12T03:21:43.792Z | Downloaded test-strategy v0.3.1 |
820 | 2024-12-12T03:21:43.794Z | Downloaded rusqlite v0.32.1 |
821 | 2024-12-12T03:21:43.800Z | Downloaded fs_extra v1.3.0 |
822 | 2024-12-12T03:21:43.802Z | Downloaded pbkdf2 v0.11.0 |
823 | 2024-12-12T03:21:43.805Z | Downloaded phf_shared v0.10.0 |
824 | 2024-12-12T03:21:43.807Z | Downloaded dsl_auto_type v0.1.2 |
825 | 2024-12-12T03:21:43.807Z | Downloaded topological-sort v0.2.2 |
826 | 2024-12-12T03:21:43.810Z | Downloaded password-hash v0.5.0 |
827 | 2024-12-12T03:21:43.810Z | Downloaded xattr v1.3.1 |
828 | 2024-12-12T03:21:43.812Z | Downloaded signal-hook-mio v0.2.4 |
829 | 2024-12-12T03:21:43.814Z | Downloaded sha1 v0.10.6 |
830 | 2024-12-12T03:21:43.814Z | Downloaded utf8_iter v1.0.4 |
831 | 2024-12-12T03:21:43.817Z | Downloaded which v4.4.2 |
832 | 2024-12-12T03:21:43.817Z | Downloaded parking_lot v0.12.3 |
833 | 2024-12-12T03:21:43.820Z | Downloaded precomputed-hash v0.1.1 |
834 | 2024-12-12T03:21:43.822Z | Downloaded peg-runtime v0.8.3 |
835 | 2024-12-12T03:21:43.822Z | Downloaded predicates v3.1.2 |
836 | 2024-12-12T03:21:43.825Z | Downloaded zone_cfg_derive v0.3.0 |
837 | 2024-12-12T03:21:43.825Z | Downloaded derive_builder_macro v0.20.2 |
838 | 2024-12-12T03:21:43.827Z | Downloaded rand_chacha v0.3.1 |
839 | 2024-12-12T03:21:43.827Z | Downloaded phf_generator v0.11.2 |
840 | 2024-12-12T03:21:43.830Z | Downloaded dirs-sys-next v0.1.2 |
841 | 2024-12-12T03:21:43.830Z | Downloaded ron v0.7.1 |
842 | 2024-12-12T03:21:43.835Z | Downloaded signature v2.2.0 |
843 | 2024-12-12T03:21:43.837Z | Downloaded predicates-core v1.0.8 |
844 | 2024-12-12T03:21:43.837Z | Downloaded url v2.5.3 |
845 | 2024-12-12T03:21:43.840Z | Downloaded hashlink v0.9.1 |
846 | 2024-12-12T03:21:43.843Z | Downloaded signal-hook-tokio v0.3.1 |
847 | 2024-12-12T03:21:43.843Z | Downloaded typed-path v0.9.3 |
848 | 2024-12-12T03:21:43.848Z | Downloaded tokio-rustls v0.26.0 |
849 | 2024-12-12T03:21:43.850Z | Downloaded num-iter v0.1.45 |
850 | 2024-12-12T03:21:43.853Z | Downloaded dhcproto v0.12.0 |
851 | 2024-12-12T03:21:43.855Z | Downloaded subtle v2.6.1 |
852 | 2024-12-12T03:21:43.855Z | Downloaded peg v0.8.4 |
853 | 2024-12-12T03:21:43.859Z | Downloaded multimap v0.10.0 |
854 | 2024-12-12T03:21:43.861Z | Downloaded mockall v0.13.0 |
855 | 2024-12-12T03:21:43.865Z | Downloaded display-error-chain v0.2.2 |
856 | 2024-12-12T03:21:43.865Z | Downloaded ff v0.13.0 |
857 | 2024-12-12T03:21:43.865Z | Downloaded schemars v0.8.21 |
858 | 2024-12-12T03:21:43.875Z | Downloaded sync_wrapper v1.0.1 |
859 | 2024-12-12T03:21:43.877Z | Downloaded parking_lot_core v0.8.6 |
860 | 2024-12-12T03:21:43.879Z | Downloaded parking_lot v0.11.2 |
861 | 2024-12-12T03:21:43.883Z | Downloaded reedline v0.35.0 |
862 | 2024-12-12T03:21:43.887Z | Downloaded tokio-tungstenite v0.24.0 |
863 | 2024-12-12T03:21:43.890Z | Downloaded tokio-tungstenite v0.21.0 |
864 | 2024-12-12T03:21:43.892Z | Downloaded tokio-stream v0.1.16 |
865 | 2024-12-12T03:21:43.896Z | Downloaded utf16_iter v1.0.5 |
866 | 2024-12-12T03:21:43.898Z | Downloaded publicsuffix v2.2.3 |
867 | 2024-12-12T03:21:43.901Z | Downloaded resolv-conf v0.7.0 |
868 | 2024-12-12T03:21:43.903Z | Downloaded parse-display v0.10.0 |
869 | 2024-12-12T03:21:43.903Z | Downloaded unarray v0.1.4 |
870 | 2024-12-12T03:21:43.904Z | Downloaded strum v0.26.3 |
871 | 2024-12-12T03:21:43.906Z | Downloaded static_assertions v1.1.0 |
872 | 2024-12-12T03:21:43.906Z | Downloaded signal-hook-registry v1.4.2 |
873 | 2024-12-12T03:21:43.909Z | Downloaded env_logger v0.11.5 |
874 | 2024-12-12T03:21:43.911Z | Downloaded xz2 v0.1.7 |
875 | 2024-12-12T03:21:43.913Z | Downloaded displaydoc v0.2.5 |
876 | 2024-12-12T03:21:43.916Z | Downloaded num-bigint-dig v0.8.4 |
877 | 2024-12-12T03:21:43.919Z | Downloaded string_cache v0.8.7 |
878 | 2024-12-12T03:21:43.921Z | Downloaded structmeta v0.2.0 |
879 | 2024-12-12T03:21:43.923Z | Downloaded num-bigint v0.4.6 |
880 | 2024-12-12T03:21:43.926Z | Downloaded phf_shared v0.11.2 |
881 | 2024-12-12T03:21:43.928Z | Downloaded ppv-lite86 v0.2.20 |
882 | 2024-12-12T03:21:43.928Z | Downloaded stringprep v0.1.5 |
883 | 2024-12-12T03:21:43.931Z | Downloaded fatfs v0.3.6 |
884 | 2024-12-12T03:21:43.934Z | Downloaded percent-encoding v2.3.1 |
885 | 2024-12-12T03:21:43.934Z | Downloaded slab v0.4.9 |
886 | 2024-12-12T03:21:43.936Z | Downloaded ron v0.8.1 |
887 | 2024-12-12T03:21:43.940Z | Downloaded pbkdf2 v0.12.2 |
888 | 2024-12-12T03:21:43.942Z | Downloaded paste v1.0.15 |
889 | 2024-12-12T03:21:43.944Z | Downloaded parse-display-derive v0.10.0 |
890 | 2024-12-12T03:21:43.947Z | Downloaded tungstenite v0.23.0 |
891 | 2024-12-12T03:21:43.952Z | Downloaded parking_lot_core v0.9.10 |
892 | 2024-12-12T03:21:43.956Z | Downloaded vergen v8.3.2 |
893 | 2024-12-12T03:21:43.956Z | Downloaded derive_more v0.99.18 |
894 | 2024-12-12T03:21:43.958Z | Downloaded vsss-rs v3.3.4 |
895 | 2024-12-12T03:21:43.961Z | Downloaded dropshot_endpoint v0.13.0 |
896 | 2024-12-12T03:21:43.963Z | Downloaded subprocess v0.2.9 |
897 | 2024-12-12T03:21:43.966Z | Downloaded bitvec v1.0.1 |
898 | 2024-12-12T03:21:43.980Z | Downloaded unicode-truncate v1.1.0 |
899 | 2024-12-12T03:21:43.982Z | Downloaded phf_codegen v0.11.2 |
900 | 2024-12-12T03:21:43.982Z | Downloaded yasna v0.5.2 |
901 | 2024-12-12T03:21:43.985Z | Downloaded rayon-core v1.12.1 |
902 | 2024-12-12T03:21:43.987Z | Downloaded serde_with v3.11.0 |
903 | 2024-12-12T03:21:43.996Z | Downloaded uuid v1.11.0 |
904 | 2024-12-12T03:21:44.000Z | Downloaded env_logger v0.10.2 |
905 | 2024-12-12T03:21:44.002Z | Downloaded num-derive v0.4.2 |
906 | 2024-12-12T03:21:44.004Z | Downloaded serde_derive_internals v0.29.1 |
907 | 2024-12-12T03:21:44.004Z | Downloaded miniz_oxide v0.8.0 |
908 | 2024-12-12T03:21:44.008Z | Downloaded dropshot_endpoint v0.12.0 |
909 | 2024-12-12T03:21:44.011Z | Downloaded peg-macros v0.8.4 |
910 | 2024-12-12T03:21:44.013Z | Downloaded tungstenite v0.24.0 |
911 | 2024-12-12T03:21:44.017Z | Downloaded tungstenite v0.21.0 |
912 | 2024-12-12T03:21:44.019Z | Downloaded mockall_derive v0.13.0 |
913 | 2024-12-12T03:21:44.021Z | Downloaded zip v2.1.3 |
914 | 2024-12-12T03:21:44.024Z | Downloaded nom v7.1.3 |
915 | 2024-12-12T03:21:44.029Z | Downloaded zerovec v0.10.4 |
916 | 2024-12-12T03:21:44.035Z | Downloaded winnow v0.5.40 |
917 | 2024-12-12T03:21:44.044Z | Downloaded flate2 v1.0.34 |
918 | 2024-12-12T03:21:44.049Z | Downloaded strum_macros v0.26.4 |
919 | 2024-12-12T03:21:44.052Z | Downloaded der v0.7.9 |
920 | 2024-12-12T03:21:44.056Z | Downloaded hashbrown v0.14.5 |
921 | 2024-12-12T03:21:44.061Z | Downloaded chrono v0.4.38 |
922 | 2024-12-12T03:21:44.068Z | Downloaded parse-zoneinfo v0.3.1 |
923 | 2024-12-12T03:21:44.071Z | Downloaded rand v0.8.5 |
924 | 2024-12-12T03:21:44.074Z | Downloaded p256 v0.13.2 |
925 | 2024-12-12T03:21:44.078Z | Downloaded zerocopy v0.8.10 |
926 | 2024-12-12T03:21:44.100Z | Downloaded x509-cert v0.2.5 |
927 | 2024-12-12T03:21:44.106Z | Downloaded time v0.3.36 |
928 | 2024-12-12T03:21:44.112Z | Downloaded sqlparser v0.45.0 |
929 | 2024-12-12T03:21:44.119Z | Downloaded lalrpop v0.19.12 |
930 | 2024-12-12T03:21:44.128Z | Downloaded salty v0.3.0 |
931 | 2024-12-12T03:21:44.134Z | Downloaded hashbrown v0.12.3 |
932 | 2024-12-12T03:21:44.139Z | Downloaded petname v2.0.2 |
933 | 2024-12-12T03:21:44.144Z | Downloaded icu_properties_data v1.5.0 |
934 | 2024-12-12T03:21:44.154Z | Downloaded headers v0.4.0 |
935 | 2024-12-12T03:21:44.159Z | Downloaded tough v0.19.0 |
936 | 2024-12-12T03:21:44.183Z | Downloaded reqwest v0.12.9 |
937 | 2024-12-12T03:21:44.193Z | Downloaded mio v1.0.2 |
938 | 2024-12-12T03:21:44.201Z | Downloaded portable-atomic v1.9.0 |
939 | 2024-12-12T03:21:44.210Z | Downloaded tokio-util v0.7.12 |
940 | 2024-12-12T03:21:44.217Z | Downloaded steno v0.4.1 |
941 | 2024-12-12T03:21:44.222Z | Downloaded p521 v0.13.3 |
942 | 2024-12-12T03:21:44.226Z | Downloaded idna v0.5.0 |
943 | 2024-12-12T03:21:44.234Z | Downloaded regex-syntax v0.6.29 |
944 | 2024-12-12T03:21:44.241Z | Downloaded regex v1.11.1 |
945 | 2024-12-12T03:21:44.256Z | Downloaded bstr v1.10.0 |
946 | 2024-12-12T03:21:44.263Z | Downloaded quinn-proto v0.11.8 |
947 | 2024-12-12T03:21:44.270Z | Downloaded rustls v0.22.4 |
948 | 2024-12-12T03:21:44.283Z | Downloaded chrono-tz v0.10.0 |
949 | 2024-12-12T03:21:44.290Z | Downloaded regress v0.10.1 |
950 | 2024-12-12T03:21:44.298Z | Downloaded rustls v0.21.12 |
951 | 2024-12-12T03:21:44.310Z | Downloaded git2 v0.19.0 |
952 | 2024-12-12T03:21:44.318Z | Downloaded smoltcp v0.9.1 |
953 | 2024-12-12T03:21:44.330Z | Downloaded polar-core v0.27.3 |
954 | 2024-12-12T03:21:44.338Z | Downloaded unicode-width v0.2.0 |
955 | 2024-12-12T03:21:44.345Z | Downloaded openssl v0.10.66 |
956 | 2024-12-12T03:21:44.353Z | Downloaded radix_trie v0.2.1 |
957 | 2024-12-12T03:21:44.358Z | Downloaded diesel v2.2.4 |
958 | 2024-12-12T03:21:44.377Z | Downloaded dropshot v0.12.0 |
959 | 2024-12-12T03:21:44.397Z | Downloaded dropshot v0.13.0 |
960 | 2024-12-12T03:21:44.418Z | Downloaded regress v0.9.1 |
961 | 2024-12-12T03:21:44.426Z | Downloaded p384 v0.13.0 |
962 | 2024-12-12T03:21:44.431Z | Downloaded gimli v0.31.1 |
963 | 2024-12-12T03:21:44.440Z | Downloaded webpki-roots v0.26.6 |
964 | 2024-12-12T03:21:44.444Z | Downloaded smoltcp v0.11.0 |
965 | 2024-12-12T03:21:44.457Z | Downloaded typify-impl v0.2.0 |
966 | 2024-12-12T03:21:44.471Z | Downloaded regex-syntax v0.8.5 |
967 | 2024-12-12T03:21:44.480Z | Downloaded openapiv3 v2.0.0 |
968 | 2024-12-12T03:21:44.491Z | Downloaded nix v0.29.0 |
969 | 2024-12-12T03:21:44.503Z | Downloaded object v0.30.4 |
970 | 2024-12-12T03:21:44.512Z | Downloaded trust-dns-proto v0.22.0 |
971 | 2024-12-12T03:21:44.524Z | Downloaded object v0.36.5 |
972 | 2024-12-12T03:21:44.536Z | Downloaded zerocopy-derive v0.6.6 |
973 | 2024-12-12T03:21:44.546Z | Downloaded sled v0.34.7 |
974 | 2024-12-12T03:21:44.556Z | Downloaded ratatui v0.28.1 |
975 | 2024-12-12T03:21:44.575Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
976 | 2024-12-12T03:21:44.587Z | Downloaded regex-automata v0.4.8 |
977 | 2024-12-12T03:21:44.602Z | Downloaded nix v0.28.0 |
978 | 2024-12-12T03:21:44.614Z | Downloaded vcpkg v0.2.15 |
979 | 2024-12-12T03:21:44.653Z | Downloaded rustls v0.23.14 |
980 | 2024-12-12T03:21:44.665Z | Downloaded idna v0.4.0 |
981 | 2024-12-12T03:21:44.671Z | Downloaded idna v0.2.3 |
982 | 2024-12-12T03:21:44.677Z | Downloaded nix v0.27.1 |
983 | 2024-12-12T03:21:44.688Z | Downloaded curve25519-dalek v4.1.3 |
984 | 2024-12-12T03:21:44.696Z | Downloaded rustls-webpki v0.102.8 |
985 | 2024-12-12T03:21:44.714Z | Downloaded quick-xml v0.33.0 |
986 | 2024-12-12T03:21:44.719Z | Downloaded expectorate v1.1.0 |
987 | 2024-12-12T03:21:44.721Z | Downloaded proptest v1.5.0 |
988 | 2024-12-12T03:21:44.731Z | Downloaded bindgen v0.69.5 |
989 | 2024-12-12T03:21:44.739Z | Downloaded futures-util v0.3.31 |
990 | 2024-12-12T03:21:44.750Z | Downloaded petgraph v0.6.5 |
991 | 2024-12-12T03:21:44.767Z | Downloaded lzma-sys v0.1.20 |
992 | 2024-12-12T03:21:44.796Z | Downloaded libz-sys v1.1.20 |
993 | 2024-12-12T03:21:44.815Z | Downloaded tokio v1.40.0 |
994 | 2024-12-12T03:21:44.853Z | Downloaded sha3 v0.10.8 |
995 | 2024-12-12T03:21:44.859Z | Downloaded csv v1.3.0 |
996 | 2024-12-12T03:21:44.880Z | Downloaded hash32 v0.3.1 |
997 | 2024-12-12T03:21:44.883Z | Downloaded der_derive v0.7.3 |
998 | 2024-12-12T03:21:44.886Z | Downloaded rsa v0.9.6 |
999 | 2024-12-12T03:21:44.889Z | Downloaded ssh-key v0.6.6 |
1000 | 2024-12-12T03:21:44.895Z | Downloaded rustls-webpki v0.101.7 |
1001 | 2024-12-12T03:21:44.909Z | Downloaded rustyline v14.0.0 |
1002 | 2024-12-12T03:21:44.916Z | Downloaded rayon v1.10.0 |
1003 | 2024-12-12T03:21:44.924Z | Downloaded h2 v0.4.6 |
1004 | 2024-12-12T03:21:44.930Z | Downloaded slog v2.7.0 |
1005 | 2024-12-12T03:21:44.935Z | Downloaded password-hash v0.4.2 |
1006 | 2024-12-12T03:21:44.938Z | Downloaded num-integer v0.1.46 |
1007 | 2024-12-12T03:21:44.938Z | Downloaded typify-macro v0.2.0 |
1008 | 2024-12-12T03:21:44.938Z | Downloaded powerfmt v0.2.0 |
1009 | 2024-12-12T03:21:44.941Z | Downloaded hash32 v0.2.1 |
1010 | 2024-12-12T03:21:44.941Z | Downloaded fallible-iterator v0.2.0 |
1011 | 2024-12-12T03:21:44.944Z | Downloaded serde-hex v0.1.0 |
1012 | 2024-12-12T03:21:44.944Z | Downloaded rfc6979 v0.4.0 |
1013 | 2024-12-12T03:21:44.948Z | Downloaded hyper v1.5.0 |
1014 | 2024-12-12T03:21:44.952Z | Downloaded num-traits v0.2.19 |
1015 | 2024-12-12T03:21:44.956Z | Downloaded itertools v0.13.0 |
1016 | 2024-12-12T03:21:44.961Z | Downloaded itertools v0.12.1 |
1017 | 2024-12-12T03:21:44.970Z | Downloaded idna v1.0.3 |
1018 | 2024-12-12T03:21:44.973Z | Downloaded blake3 v1.5.4 |
1019 | 2024-12-12T03:21:44.981Z | Downloaded unicode-normalization v0.1.24 |
1020 | 2024-12-12T03:21:44.984Z | Downloaded unicode-xid v0.2.6 |
1021 | 2024-12-12T03:21:44.987Z | Downloaded des v0.8.1 |
1022 | 2024-12-12T03:21:44.990Z | Downloaded libxml v0.3.3 |
1023 | 2024-12-12T03:21:44.994Z | Downloaded wyz v0.5.1 |
1024 | 2024-12-12T03:21:44.996Z | Downloaded pin-project-internal v1.1.6 |
1025 | 2024-12-12T03:21:44.999Z | Downloaded num-rational v0.4.2 |
1026 | 2024-12-12T03:21:44.999Z | Downloaded zip v0.6.6 |
1027 | 2024-12-12T03:21:45.003Z | Downloaded flume v0.11.1 |
1028 | 2024-12-12T03:21:45.006Z | Downloaded termios v0.3.3 |
1029 | 2024-12-12T03:21:45.008Z | Downloaded scrypt v0.11.0 |
1030 | 2024-12-12T03:21:45.011Z | Downloaded scopeguard v1.2.0 |
1031 | 2024-12-12T03:21:45.011Z | Downloaded pkcs5 v0.7.1 |
1032 | 2024-12-12T03:21:45.014Z | Downloaded pem-rfc7468 v0.7.0 |
1033 | 2024-12-12T03:21:45.017Z | Downloaded tar v0.4.42 |
1034 | 2024-12-12T03:21:45.019Z | Downloaded ena v0.14.3 |
1035 | 2024-12-12T03:21:45.024Z | Downloaded form_urlencoded v1.2.1 |
1036 | 2024-12-12T03:21:45.024Z | Downloaded slog-async v2.8.0 |
1037 | 2024-12-12T03:21:45.024Z | Downloaded thiserror-impl-no-std v2.0.2 |
1038 | 2024-12-12T03:21:45.029Z | Downloaded simd-adler32 v0.3.7 |
1039 | 2024-12-12T03:21:45.029Z | Downloaded num-complex v0.4.6 |
1040 | 2024-12-12T03:21:45.029Z | Downloaded half v2.4.1 |
1041 | 2024-12-12T03:21:45.032Z | Downloaded unicode_categories v0.1.1 |
1042 | 2024-12-12T03:21:45.032Z | Downloaded tokio-postgres v0.7.12 |
1043 | 2024-12-12T03:21:45.037Z | Downloaded toml_edit v0.19.15 |
1044 | 2024-12-12T03:21:45.054Z | Downloaded futures-channel v0.3.31 |
1045 | 2024-12-12T03:21:45.057Z | Downloaded value-bag v1.9.0 |
1046 | 2024-12-12T03:21:45.059Z | Downloaded embedded-io v0.6.1 |
1047 | 2024-12-12T03:21:45.059Z | Downloaded zerofrom-derive v0.1.4 |
1048 | 2024-12-12T03:21:45.062Z | Downloaded pem v3.0.4 |
1049 | 2024-12-12T03:21:45.062Z | Downloaded ed25519-dalek v2.1.1 |
1050 | 2024-12-12T03:21:45.065Z | Downloaded pkcs1 v0.7.5 |
1051 | 2024-12-12T03:21:45.068Z | Downloaded futures-core v0.3.31 |
1052 | 2024-12-12T03:21:45.068Z | Downloaded dirs-next v2.0.0 |
1053 | 2024-12-12T03:21:45.071Z | Downloaded deranged v0.3.11 |
1054 | 2024-12-12T03:21:45.071Z | Downloaded nu-ansi-term v0.50.1 |
1055 | 2024-12-12T03:21:45.074Z | Downloaded smf v0.2.3 |
1056 | 2024-12-12T03:21:45.074Z | Downloaded crossbeam-channel v0.5.13 |
1057 | 2024-12-12T03:21:45.077Z | Downloaded serde_plain v1.0.2 |
1058 | 2024-12-12T03:21:45.079Z | Downloaded serde_path_to_error v0.1.16 |
1059 | 2024-12-12T03:21:45.082Z | Downloaded rustc-hash v2.0.0 |
1060 | 2024-12-12T03:21:45.082Z | Downloaded bumpalo v3.16.0 |
1061 | 2024-12-12T03:21:45.084Z | Downloaded dhcproto-macros v0.1.0 |
1062 | 2024-12-12T03:21:45.087Z | Downloaded rustc-hash v1.1.0 |
1063 | 2024-12-12T03:21:45.087Z | Downloaded progenitor v0.8.0 |
1064 | 2024-12-12T03:21:45.089Z | Downloaded primeorder v0.13.6 |
1065 | 2024-12-12T03:21:45.089Z | Downloaded phf v0.11.2 |
1066 | 2024-12-12T03:21:45.092Z | Downloaded num v0.4.3 |
1067 | 2024-12-12T03:21:45.092Z | Downloaded slog-term v2.9.1 |
1068 | 2024-12-12T03:21:45.094Z | Downloaded rustls-pki-types v1.9.0 |
1069 | 2024-12-12T03:21:45.097Z | Downloaded unicode-bidi v0.3.17 |
1070 | 2024-12-12T03:21:45.100Z | Downloaded group v0.13.0 |
1071 | 2024-12-12T03:21:45.102Z | Downloaded ghash v0.5.1 |
1072 | 2024-12-12T03:21:45.102Z | Downloaded float-ord v0.3.2 |
1073 | 2024-12-12T03:21:45.106Z | Downloaded qorb v0.2.1 |
1074 | 2024-12-12T03:21:45.109Z | Downloaded encoding_rs v0.8.34 |
1075 | 2024-12-12T03:21:45.131Z | Downloaded cc v1.1.30 |
1076 | 2024-12-12T03:21:45.133Z | Downloaded zeroize_derive v1.4.2 |
1077 | 2024-12-12T03:21:45.136Z | Downloaded zeroize v1.8.1 |
1078 | 2024-12-12T03:21:45.136Z | Downloaded indicatif v0.17.9 |
1079 | 2024-12-12T03:21:45.140Z | Downloaded icu_collections v1.5.0 |
1080 | 2024-12-12T03:21:45.146Z | Downloaded env_filter v0.1.2 |
1081 | 2024-12-12T03:21:45.148Z | Downloaded similar v2.6.0 |
1082 | 2024-12-12T03:21:45.152Z | Downloaded pkcs8 v0.10.2 |
1083 | 2024-12-12T03:21:45.155Z | Downloaded backtrace v0.3.74 |
1084 | 2024-12-12T03:21:45.161Z | Downloaded unicode-properties v0.1.3 |
1085 | 2024-12-12T03:21:45.163Z | Downloaded strum_macros v0.25.3 |
1086 | 2024-12-12T03:21:45.166Z | Downloaded normalize-line-endings v0.3.0 |
1087 | 2024-12-12T03:21:45.166Z | Downloaded salsa20 v0.10.2 |
1088 | 2024-12-12T03:21:45.169Z | Downloaded rusty-fork v0.3.0 |
1089 | 2024-12-12T03:21:45.172Z | Downloaded rustversion v1.0.17 |
1090 | 2024-12-12T03:21:45.175Z | Downloaded toml v0.7.8 |
1091 | 2024-12-12T03:21:45.177Z | Downloaded prettyplease v0.2.25 |
1092 | 2024-12-12T03:21:45.180Z | Downloaded compact_str v0.8.0 |
1093 | 2024-12-12T03:21:45.183Z | Downloaded new_debug_unreachable v1.0.6 |
1094 | 2024-12-12T03:21:45.186Z | Downloaded slog-stdlog v4.1.1 |
1095 | 2024-12-12T03:21:45.186Z | Downloaded foldhash v0.1.3 |
1096 | 2024-12-12T03:21:45.186Z | Downloaded ecdsa v0.16.9 |
1097 | 2024-12-12T03:21:45.188Z | Downloaded icu_normalizer v1.5.0 |
1098 | 2024-12-12T03:21:45.191Z | Downloaded hickory-server v0.24.1 |
1099 | 2024-12-12T03:21:45.199Z | Downloaded bytes v1.8.0 |
1100 | 2024-12-12T03:21:45.204Z | Downloaded icu_locid_transform_data v1.5.0 |
1101 | 2024-12-12T03:21:45.206Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1102 | 2024-12-12T03:21:45.265Z | Downloaded tls_codec v0.4.1 |
1103 | 2024-12-12T03:21:45.269Z | Downloaded snafu-derive v0.8.5 |
1104 | 2024-12-12T03:21:45.269Z | Downloaded crossbeam-epoch v0.9.18 |
1105 | 2024-12-12T03:21:45.271Z | Downloaded crc32fast v1.4.2 |
1106 | 2024-12-12T03:21:45.273Z | Downloaded const-oid v0.9.6 |
1107 | 2024-12-12T03:21:45.276Z | Downloaded maplit v1.0.2 |
1108 | 2024-12-12T03:21:45.276Z | Downloaded foreign-types v0.3.2 |
1109 | 2024-12-12T03:21:45.276Z | Downloaded jobserver v0.1.32 |
1110 | 2024-12-12T03:21:45.279Z | Downloaded slog-json v2.6.1 |
1111 | 2024-12-12T03:21:45.279Z | Downloaded memmap2 v0.9.5 |
1112 | 2024-12-12T03:21:45.283Z | Downloaded litemap v0.7.3 |
1113 | 2024-12-12T03:21:45.283Z | Downloaded hyper-staticfile v0.10.1 |
1114 | 2024-12-12T03:21:45.287Z | Downloaded hyper-rustls v0.27.3 |
1115 | 2024-12-12T03:21:45.289Z | Downloaded bzip2 v0.4.4 |
1116 | 2024-12-12T03:21:45.289Z | Downloaded base64ct v1.6.0 |
1117 | 2024-12-12T03:21:45.293Z | Downloaded scheduled-thread-pool v0.2.7 |
1118 | 2024-12-12T03:21:45.297Z | Downloaded rustls-pemfile v1.0.4 |
1119 | 2024-12-12T03:21:45.297Z | Downloaded ref-cast-impl v1.0.23 |
1120 | 2024-12-12T03:21:45.297Z | Downloaded quinn-udp v0.5.5 |
1121 | 2024-12-12T03:21:45.299Z | Downloaded convert_case v0.4.0 |
1122 | 2024-12-12T03:21:45.299Z | Downloaded const_format_proc_macros v0.2.33 |
1123 | 2024-12-12T03:21:45.303Z | Downloaded cipher v0.4.4 |
1124 | 2024-12-12T03:21:45.306Z | Downloaded cassowary v0.3.0 |
1125 | 2024-12-12T03:21:45.306Z | Downloaded memoffset v0.9.1 |
1126 | 2024-12-12T03:21:45.306Z | Downloaded lru-cache v0.1.2 |
1127 | 2024-12-12T03:21:45.309Z | Downloaded lock_api v0.4.12 |
1128 | 2024-12-12T03:21:45.309Z | Downloaded keccak v0.1.5 |
1129 | 2024-12-12T03:21:45.309Z | Downloaded crc-catalog v2.4.0 |
1130 | 2024-12-12T03:21:45.313Z | Downloaded cobs v0.2.3 |
1131 | 2024-12-12T03:21:45.313Z | Downloaded lalrpop-util v0.19.12 |
1132 | 2024-12-12T03:21:45.313Z | Downloaded httparse v1.9.5 |
1133 | 2024-12-12T03:21:45.315Z | Downloaded kstat-rs v0.2.4 |
1134 | 2024-12-12T03:21:45.317Z | Downloaded is-terminal v0.4.13 |
1135 | 2024-12-12T03:21:45.317Z | Downloaded internet-checksum v0.2.1 |
1136 | 2024-12-12T03:21:45.317Z | Downloaded instability v0.3.2 |
1137 | 2024-12-12T03:21:45.320Z | Downloaded impl-trait-for-tuples v0.2.2 |
1138 | 2024-12-12T03:21:45.323Z | Downloaded idna_adapter v1.2.0 |
1139 | 2024-12-12T03:21:45.323Z | Downloaded inout v0.1.3 |
1140 | 2024-12-12T03:21:45.325Z | Downloaded cexpr v0.6.0 |
1141 | 2024-12-12T03:21:45.325Z | Downloaded castaway v0.2.3 |
1142 | 2024-12-12T03:21:45.327Z | Downloaded bitfield v0.14.0 |
1143 | 2024-12-12T03:21:45.330Z | Downloaded backoff v0.4.0 |
1144 | 2024-12-12T03:21:45.333Z | Downloaded humantime v2.1.0 |
1145 | 2024-12-12T03:21:45.333Z | Downloaded cbc v0.1.2 |
1146 | 2024-12-12T03:21:45.336Z | Downloaded chrono-tz-build v0.4.0 |
1147 | 2024-12-12T03:21:45.336Z | Downloaded bitfield-struct v0.6.2 |
1148 | 2024-12-12T03:21:45.336Z | Downloaded bit-set v0.5.3 |
1149 | 2024-12-12T03:21:45.339Z | Downloaded bb8 v0.8.5 |
1150 | 2024-12-12T03:21:45.339Z | Downloaded home v0.5.9 |
1151 | 2024-12-12T03:21:45.343Z | Downloaded bit-vec v0.6.3 |
1152 | 2024-12-12T03:21:45.343Z | Downloaded base16ct v0.2.0 |
1153 | 2024-12-12T03:21:45.347Z | Downloaded headers-core v0.3.0 |
1154 | 2024-12-12T03:21:45.347Z | Downloaded ahash v0.8.11 |
1155 | 2024-12-12T03:21:45.482Z | Downloaded ring v0.17.8 |
1156 | 2024-12-12T03:21:45.724Z | Downloaded aws-lc-sys v0.22.0 |
1157 | 2024-12-12T03:21:45.984Z | Downloaded libsqlite3-sys v0.30.1 |
1158 | 2024-12-12T03:21:46.061Z | Downloaded ring v0.16.20 |
1159 | 2024-12-12T03:21:46.235Z | Compiling serde v1.0.215 |
1160 | 2024-12-12T03:21:46.238Z | Compiling lock_api v0.4.12 |
1161 | 2024-12-12T03:21:46.238Z | Compiling scopeguard v1.2.0 |
1162 | 2024-12-12T03:21:46.238Z | Compiling value-bag v1.9.0 |
1163 | 2024-12-12T03:21:46.396Z | Compiling typenum v1.17.0 |
1164 | 2024-12-12T03:21:46.399Z | Compiling generic-array v0.14.7 |
1165 | 2024-12-12T03:21:46.435Z | Compiling syn v2.0.87 |
1166 | 2024-12-12T03:21:46.447Z | Compiling getrandom v0.2.15 |
1167 | 2024-12-12T03:21:46.625Z | Compiling subtle v2.6.1 |
1168 | 2024-12-12T03:21:46.697Z | Compiling rand_core v0.6.4 |
1169 | 2024-12-12T03:21:46.885Z | Compiling log v0.4.22 |
1170 | 2024-12-12T03:21:46.955Z | Compiling shlex v1.3.0 |
1171 | 2024-12-12T03:21:46.975Z | Compiling jobserver v0.1.32 |
1172 | 2024-12-12T03:21:47.006Z | Compiling const-oid v0.9.6 |
1173 | 2024-12-12T03:21:47.211Z | Compiling smallvec v1.13.2 |
1174 | 2024-12-12T03:21:47.272Z | Compiling spin v0.9.8 |
1175 | 2024-12-12T03:21:47.351Z | Compiling cc v1.1.30 |
1176 | 2024-12-12T03:21:47.627Z | Compiling pin-project-lite v0.2.14 |
1177 | 2024-12-12T03:21:47.630Z | Compiling rustix v0.38.37 |
1178 | 2024-12-12T03:21:47.725Z | Compiling parking_lot_core v0.9.10 |
1179 | 2024-12-12T03:21:47.755Z | Compiling futures-core v0.3.31 |
1180 | 2024-12-12T03:21:47.858Z | Compiling signal-hook-registry v1.4.2 |
1181 | 2024-12-12T03:21:47.990Z | Compiling mio v1.0.2 |
1182 | 2024-12-12T03:21:48.497Z | Compiling aho-corasick v1.1.3 |
1183 | 2024-12-12T03:21:48.680Z | Compiling parking_lot v0.12.3 |
1184 | 2024-12-12T03:21:48.813Z | Compiling either v1.13.0 |
1185 | 2024-12-12T03:21:49.006Z | Compiling cpufeatures v0.2.14 |
1186 | 2024-12-12T03:21:49.109Z | Compiling regex-syntax v0.8.5 |
1187 | 2024-12-12T03:21:49.191Z | Compiling lazy_static v1.5.0 |
1188 | 2024-12-12T03:21:49.193Z | Compiling stable_deref_trait v1.2.0 |
1189 | 2024-12-12T03:21:49.355Z | Compiling glob v0.3.1 |
1190 | 2024-12-12T03:21:49.375Z | Compiling futures-sink v0.3.31 |
1191 | 2024-12-12T03:21:49.394Z | Compiling socket2 v0.5.7 |
1192 | 2024-12-12T03:21:49.531Z | Compiling slab v0.4.9 |
1193 | 2024-12-12T03:21:49.681Z | Compiling prettyplease v0.2.25 |
1194 | 2024-12-12T03:21:49.991Z | Compiling minimal-lexical v0.2.1 |
1195 | 2024-12-12T03:21:50.355Z | Compiling libloading v0.8.5 |
1196 | 2024-12-12T03:21:50.381Z | Compiling clang-sys v1.8.1 |
1197 | 2024-12-12T03:21:50.432Z | Compiling nom v7.1.3 |
1198 | 2024-12-12T03:21:50.528Z | Compiling serde_json v1.0.132 |
1199 | 2024-12-12T03:21:50.797Z | Compiling home v0.5.9 |
1200 | 2024-12-12T03:21:50.856Z | Compiling bindgen v0.69.5 |
1201 | 2024-12-12T03:21:51.097Z | Compiling futures-channel v0.3.31 |
1202 | 2024-12-12T03:21:51.526Z | Compiling itertools v0.12.1 |
1203 | 2024-12-12T03:21:51.673Z | Compiling lazycell v1.3.0 |
1204 | 2024-12-12T03:21:51.815Z | Compiling futures-task v0.3.31 |
1205 | 2024-12-12T03:21:51.843Z | Compiling futures-io v0.3.31 |
1206 | 2024-12-12T03:21:52.133Z | Compiling allocator-api2 v0.2.18 |
1207 | 2024-12-12T03:21:52.187Z | Compiling pin-utils v0.1.0 |
1208 | 2024-12-12T03:21:52.333Z | Compiling rustc-hash v1.1.0 |
1209 | 2024-12-12T03:21:52.480Z | Compiling foldhash v0.1.3 |
1210 | 2024-12-12T03:21:52.792Z | Compiling cmake v0.1.51 |
1211 | 2024-12-12T03:21:52.969Z | Compiling regex-automata v0.4.8 |
1212 | 2024-12-12T03:21:53.795Z | Compiling hashbrown v0.15.0 |
1213 | 2024-12-12T03:21:54.391Z | Compiling synstructure v0.13.1 |
1214 | 2024-12-12T03:21:54.411Z | Compiling cexpr v0.6.0 |
1215 | 2024-12-12T03:21:55.144Z | Compiling tinyvec_macros v0.1.1 |
1216 | 2024-12-12T03:21:55.240Z | Compiling fs_extra v1.3.0 |
1217 | 2024-12-12T03:21:55.859Z | Compiling dunce v1.0.5 |
1218 | 2024-12-12T03:21:55.993Z | Compiling libm v0.2.8 |
1219 | 2024-12-12T03:21:56.148Z | Compiling pkg-config v0.3.31 |
1220 | 2024-12-12T03:21:56.185Z | Compiling tinyvec v1.8.0 |
1221 | 2024-12-12T03:21:56.235Z | Compiling num-traits v0.2.19 |
1222 | 2024-12-12T03:21:56.742Z | Compiling ring v0.17.8 |
1223 | 2024-12-12T03:21:57.652Z | Compiling unicode-normalization v0.1.24 |
1224 | 2024-12-12T03:21:57.755Z | Compiling litemap v0.7.3 |
1225 | 2024-12-12T03:21:57.775Z | Compiling paste v1.0.15 |
1226 | 2024-12-12T03:21:57.865Z | Compiling base64ct v1.6.0 |
1227 | 2024-12-12T03:21:57.884Z | Compiling writeable v0.5.5 |
1228 | 2024-12-12T03:21:58.167Z | Compiling unicode-bidi v0.3.17 |
1229 | 2024-12-12T03:21:58.360Z | Compiling regex v1.11.1 |
1230 | 2024-12-12T03:21:58.443Z | Compiling pem-rfc7468 v0.7.0 |
1231 | 2024-12-12T03:21:59.187Z | Compiling flagset v0.4.6 |
1232 | 2024-12-12T03:21:59.394Z | Compiling aws-lc-rs v1.10.0 |
1233 | 2024-12-12T03:21:59.497Z | Compiling httparse v1.9.5 |
1234 | 2024-12-12T03:21:59.854Z | Compiling tracing-core v0.1.32 |
1235 | 2024-12-12T03:22:00.287Z | Compiling rustls-pki-types v1.9.0 |
1236 | 2024-12-12T03:22:00.655Z | Compiling percent-encoding v2.3.1 |
1237 | 2024-12-12T03:22:00.790Z | Compiling icu_locid_transform_data v1.5.0 |
1238 | 2024-12-12T03:22:00.901Z | Compiling crossbeam-utils v0.8.20 |
1239 | 2024-12-12T03:22:00.960Z | Compiling serde_derive v1.0.215 |
1240 | 2024-12-12T03:22:01.010Z | Compiling zeroize_derive v1.4.2 |
1241 | 2024-12-12T03:22:01.189Z | Compiling zerocopy-derive v0.7.35 |
1242 | 2024-12-12T03:22:01.435Z | Compiling tokio-macros v2.4.0 |
1243 | 2024-12-12T03:22:01.471Z | Compiling zerofrom-derive v0.1.4 |
1244 | 2024-12-12T03:22:02.509Z | Compiling zeroize v1.8.1 |
1245 | 2024-12-12T03:22:03.017Z | Compiling yoke-derive v0.7.4 |
1246 | 2024-12-12T03:22:03.198Z | Compiling thiserror-impl v1.0.69 |
1247 | 2024-12-12T03:22:03.388Z | Compiling zerocopy v0.7.35 |
1248 | 2024-12-12T03:22:04.283Z | Compiling crypto-common v0.1.6 |
1249 | 2024-12-12T03:22:04.304Z | Compiling block-buffer v0.10.4 |
1250 | 2024-12-12T03:22:04.535Z | Compiling futures-macro v0.3.31 |
1251 | 2024-12-12T03:22:04.582Z | Compiling digest v0.10.7 |
1252 | 2024-12-12T03:22:05.048Z | Compiling hmac v0.12.1 |
1253 | 2024-12-12T03:22:05.076Z | Compiling zerovec-derive v0.10.3 |
1254 | 2024-12-12T03:22:05.279Z | Compiling block-padding v0.3.3 |
1255 | 2024-12-12T03:22:05.542Z | Compiling displaydoc v0.2.5 |
1256 | 2024-12-12T03:22:05.662Z | Compiling zerofrom v0.1.4 |
1257 | 2024-12-12T03:22:05.708Z | Compiling inout v0.1.3 |
1258 | 2024-12-12T03:22:05.883Z | Compiling sha2 v0.10.8 |
1259 | 2024-12-12T03:22:05.997Z | Compiling cipher v0.4.4 |
1260 | 2024-12-12T03:22:06.139Z | Compiling yoke v0.7.4 |
1261 | 2024-12-12T03:22:06.509Z | Compiling ppv-lite86 v0.2.20 |
1262 | 2024-12-12T03:22:06.528Z | Compiling icu_provider_macros v1.5.0 |
1263 | 2024-12-12T03:22:06.530Z | Compiling futures-util v0.3.31 |
1264 | 2024-12-12T03:22:06.565Z | Compiling thiserror v1.0.69 |
1265 | 2024-12-12T03:22:06.705Z | Compiling der_derive v0.7.3 |
1266 | 2024-12-12T03:22:07.290Z | Compiling tracing-attributes v0.1.27 |
1267 | 2024-12-12T03:22:07.389Z | Compiling rand_chacha v0.3.1 |
1268 | 2024-12-12T03:22:07.695Z | Compiling pest v2.7.14 |
1269 | 2024-12-12T03:22:07.848Z | Compiling zerovec v0.10.4 |
1270 | 2024-12-12T03:22:09.172Z | Compiling der v0.7.9 |
1271 | 2024-12-12T03:22:09.458Z | Compiling rand v0.8.5 |
1272 | 2024-12-12T03:22:09.882Z | Compiling tinystr v0.7.6 |
1273 | 2024-12-12T03:22:10.092Z | Compiling icu_collections v1.5.0 |
1274 | 2024-12-12T03:22:10.328Z | Compiling icu_locid v1.5.0 |
1275 | 2024-12-12T03:22:10.808Z | Compiling salsa20 v0.10.2 |
1276 | 2024-12-12T03:22:11.036Z | Compiling pbkdf2 v0.12.2 |
1277 | 2024-12-12T03:22:11.113Z | Compiling tracing v0.1.40 |
1278 | 2024-12-12T03:22:11.220Z | Compiling spki v0.7.3 |
1279 | 2024-12-12T03:22:11.599Z | Compiling icu_provider v1.5.0 |
1280 | 2024-12-12T03:22:11.667Z | Compiling mirai-annotations v1.12.0 |
1281 | 2024-12-12T03:22:11.688Z | Compiling untrusted v0.9.0 |
1282 | 2024-12-12T03:22:11.868Z | Compiling icu_properties_data v1.5.0 |
1283 | 2024-12-12T03:22:11.884Z | Compiling num-conv v0.1.0 |
1284 | 2024-12-12T03:22:12.123Z | Compiling powerfmt v0.2.0 |
1285 | 2024-12-12T03:22:12.176Z | Compiling time-core v0.1.2 |
1286 | 2024-12-12T03:22:12.355Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2024-12-12T03:22:12.357Z | Compiling vcpkg v0.2.15 |
1288 | 2024-12-12T03:22:12.503Z | Compiling untrusted v0.7.1 |
1289 | 2024-12-12T03:22:12.521Z | Compiling deranged v0.3.11 |
1290 | 2024-12-12T03:22:12.654Z | Compiling time-macros v0.2.18 |
1291 | 2024-12-12T03:22:12.793Z | Compiling scrypt v0.11.0 |
1292 | 2024-12-12T03:22:13.381Z | Compiling pest_meta v2.7.14 |
1293 | 2024-12-12T03:22:14.062Z | Compiling icu_properties v1.5.1 |
1294 | 2024-12-12T03:22:14.449Z | Compiling cbc v0.1.2 |
1295 | 2024-12-12T03:22:14.661Z | Compiling openssl-sys v0.9.103 |
1296 | 2024-12-12T03:22:14.701Z | Compiling aes v0.8.4 |
1297 | 2024-12-12T03:22:15.101Z | Compiling scroll_derive v0.12.0 |
1298 | 2024-12-12T03:22:15.623Z | Compiling bitflags v2.6.0 |
1299 | 2024-12-12T03:22:15.757Z | Compiling bytes v1.8.0 |
1300 | 2024-12-12T03:22:16.392Z | Compiling indexmap v2.6.0 |
1301 | 2024-12-12T03:22:16.583Z | Compiling semver v1.0.23 |
1302 | 2024-12-12T03:22:17.066Z | Compiling tokio v1.40.0 |
1303 | 2024-12-12T03:22:17.360Z | Compiling http v1.1.0 |
1304 | 2024-12-12T03:22:17.578Z | Compiling rustc_version v0.4.1 |
1305 | 2024-12-12T03:22:17.856Z | Compiling atomic-waker v1.1.2 |
1306 | 2024-12-12T03:22:18.050Z | Compiling utf16_iter v1.0.5 |
1307 | 2024-12-12T03:22:18.267Z | Compiling num_threads v0.1.7 |
1308 | 2024-12-12T03:22:18.353Z | Compiling icu_normalizer_data v1.5.0 |
1309 | 2024-12-12T03:22:18.404Z | Compiling utf8_iter v1.0.4 |
1310 | 2024-12-12T03:22:18.459Z | Compiling write16 v1.0.0 |
1311 | 2024-12-12T03:22:18.586Z | Compiling icu_normalizer v1.5.0 |
1312 | 2024-12-12T03:22:18.618Z | Compiling time v0.3.36 |
1313 | 2024-12-12T03:22:18.644Z | Compiling scroll v0.12.0 |
1314 | 2024-12-12T03:22:19.001Z | Compiling http-body v1.0.1 |
1315 | 2024-12-12T03:22:19.251Z | Compiling pkcs5 v0.7.1 |
1316 | 2024-12-12T03:22:19.269Z | Compiling pest_generator v2.7.14 |
1317 | 2024-12-12T03:22:19.327Z | Compiling form_urlencoded v1.2.1 |
1318 | 2024-12-12T03:22:19.657Z | Compiling try-lock v0.2.5 |
1319 | 2024-12-12T03:22:19.817Z | Compiling slog v2.7.0 |
1320 | 2024-12-12T03:22:19.919Z | Compiling pkcs8 v0.10.2 |
1321 | 2024-12-12T03:22:20.355Z | Compiling which v4.4.2 |
1322 | 2024-12-12T03:22:20.592Z | Compiling want v0.3.1 |
1323 | 2024-12-12T03:22:20.615Z | Compiling goblin v0.8.2 |
1324 | 2024-12-12T03:22:20.880Z | Compiling idna_adapter v1.2.0 |
1325 | 2024-12-12T03:22:20.984Z | Compiling httpdate v1.0.3 |
1326 | 2024-12-12T03:22:21.109Z | Compiling idna v1.0.3 |
1327 | 2024-12-12T03:22:21.314Z | Compiling pest_derive v2.7.14 |
1328 | 2024-12-12T03:22:21.426Z | Compiling uuid v1.11.0 |
1329 | 2024-12-12T03:22:22.077Z | Compiling dtrace-parser v0.2.0 |
1330 | 2024-12-12T03:22:22.233Z | Compiling serde_tokenstream v0.2.2 |
1331 | 2024-12-12T03:22:22.858Z | Compiling toml_datetime v0.6.8 |
1332 | 2024-12-12T03:22:22.877Z | Compiling serde_spanned v0.6.8 |
1333 | 2024-12-12T03:22:22.997Z | Compiling rustversion v1.0.17 |
1334 | 2024-12-12T03:22:23.092Z | Compiling adler2 v2.0.0 |
1335 | 2024-12-12T03:22:23.312Z | Compiling tower-service v0.3.3 |
1336 | 2024-12-12T03:22:23.387Z | Compiling match_cfg v0.1.0 |
1337 | 2024-12-12T03:22:23.449Z | Compiling foreign-types-shared v0.1.1 |
1338 | 2024-12-12T03:22:23.488Z | Compiling openssl v0.10.66 |
1339 | 2024-12-12T03:22:23.564Z | Compiling iana-time-zone v0.1.61 |
1340 | 2024-12-12T03:22:23.690Z | Compiling base64 v0.22.1 |
1341 | 2024-12-12T03:22:23.943Z | Compiling chrono v0.4.38 |
1342 | 2024-12-12T03:22:24.075Z | Compiling foreign-types v0.3.2 |
1343 | 2024-12-12T03:22:24.099Z | Compiling hostname v0.3.1 |
1344 | 2024-12-12T03:22:24.174Z | Compiling miniz_oxide v0.8.0 |
1345 | 2024-12-12T03:22:24.292Z | Compiling url v2.5.3 |
1346 | 2024-12-12T03:22:24.492Z | Compiling openssl-macros v0.1.1 |
1347 | 2024-12-12T03:22:25.270Z | Compiling async-trait v0.1.83 |
1348 | 2024-12-12T03:22:25.724Z | Compiling tokio-util v0.7.12 |
1349 | 2024-12-12T03:22:25.728Z | Compiling dirs-sys-next v0.1.2 |
1350 | 2024-12-12T03:22:26.327Z | Compiling dof v0.3.0 |
1351 | 2024-12-12T03:22:26.398Z | Compiling rustls v0.22.4 |
1352 | 2024-12-12T03:22:26.657Z | Compiling syn v1.0.109 |
1353 | 2024-12-12T03:22:27.188Z | Compiling h2 v0.4.6 |
1354 | 2024-12-12T03:22:27.286Z | Compiling usdt-impl v0.5.0 |
1355 | 2024-12-12T03:22:27.742Z | Compiling native-tls v0.2.12 |
1356 | 2024-12-12T03:22:28.035Z | Compiling siphasher v0.3.11 |
1357 | 2024-12-12T03:22:28.061Z | Compiling rustls v0.23.14 |
1358 | 2024-12-12T03:22:28.334Z | Compiling data-encoding v2.6.0 |
1359 | 2024-12-12T03:22:28.481Z | Compiling dirs-next v2.0.0 |
1360 | 2024-12-12T03:22:28.846Z | Compiling http-body-util v0.1.2 |
1361 | 2024-12-12T03:22:29.421Z | Compiling heapless v0.7.17 |
1362 | 2024-12-12T03:22:29.858Z | Compiling crossbeam-epoch v0.9.18 |
1363 | 2024-12-12T03:22:30.136Z | Compiling signature v2.2.0 |
1364 | 2024-12-12T03:22:30.448Z | Compiling sha1 v0.10.6 |
1365 | 2024-12-12T03:22:30.627Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1366 | 2024-12-12T03:22:30.829Z | Compiling serde_derive_internals v0.29.1 |
1367 | 2024-12-12T03:22:30.901Z | Compiling thread_local v1.1.8 |
1368 | 2024-12-12T03:22:31.003Z | Compiling cookie v0.18.1 |
1369 | 2024-12-12T03:22:31.101Z | Compiling encoding_rs v0.8.34 |
1370 | 2024-12-12T03:22:31.283Z | Compiling multer v3.1.0 |
1371 | 2024-12-12T03:22:31.464Z | Compiling schemars v0.8.21 |
1372 | 2024-12-12T03:22:31.571Z | Compiling gimli v0.31.1 |
1373 | 2024-12-12T03:22:31.773Z | Compiling unicode-properties v0.1.3 |
1374 | 2024-12-12T03:22:32.153Z | Compiling openssl-probe v0.1.5 |
1375 | 2024-12-12T03:22:32.537Z | Compiling ipnet v2.10.1 |
1376 | 2024-12-12T03:22:32.818Z | Compiling slog-async v2.8.0 |
1377 | 2024-12-12T03:22:33.325Z | Compiling mime v0.3.17 |
1378 | 2024-12-12T03:22:33.609Z | Compiling signal-hook v0.3.17 |
1379 | 2024-12-12T03:22:33.827Z | Compiling rayon-core v1.12.1 |
1380 | 2024-12-12T03:22:33.892Z | Compiling schemars_derive v0.8.21 |
1381 | 2024-12-12T03:22:33.951Z | Compiling hyper v1.5.0 |
1382 | 2024-12-12T03:22:34.127Z | Compiling toml_edit v0.22.22 |
1383 | 2024-12-12T03:22:36.161Z | Compiling addr2line v0.24.2 |
1384 | 2024-12-12T03:22:36.797Z | Compiling hyper-util v0.1.10 |
1385 | 2024-12-12T03:22:36.928Z | Compiling stringprep v0.1.5 |
1386 | 2024-12-12T03:22:37.403Z | Compiling usdt-attr-macro v0.5.0 |
1387 | 2024-12-12T03:22:37.656Z | Compiling usdt-macro v0.5.0 |
1388 | 2024-12-12T03:22:38.137Z | Compiling crossbeam-deque v0.8.5 |
1389 | 2024-12-12T03:22:38.239Z | Compiling term v0.7.0 |
1390 | 2024-12-12T03:22:38.888Z | Compiling slog-json v2.6.1 |
1391 | 2024-12-12T03:22:39.004Z | Compiling serde_urlencoded v0.7.1 |
1392 | 2024-12-12T03:22:39.031Z | Compiling curve25519-dalek v4.1.3 |
1393 | 2024-12-12T03:22:39.286Z | Compiling crossbeam-channel v0.5.13 |
1394 | 2024-12-12T03:22:39.546Z | Compiling futures-executor v0.3.31 |
1395 | 2024-12-12T03:22:39.699Z | Compiling enum-as-inner v0.6.1 |
1396 | 2024-12-12T03:22:39.805Z | Compiling md-5 v0.10.6 |
1397 | 2024-12-12T03:22:40.030Z | Compiling async-stream-impl v0.3.6 |
1398 | 2024-12-12T03:22:40.075Z | Compiling rustls-pemfile v2.2.0 |
1399 | 2024-12-12T03:22:40.137Z | Compiling num-integer v0.1.46 |
1400 | 2024-12-12T03:22:40.370Z | Compiling idna v0.4.0 |
1401 | 2024-12-12T03:22:40.416Z | Compiling idna v0.3.0 |
1402 | 2024-12-12T03:22:40.762Z | Compiling hash32 v0.2.1 |
1403 | 2024-12-12T03:22:40.961Z | Compiling ff v0.13.0 |
1404 | 2024-12-12T03:22:41.163Z | Compiling is-terminal v0.4.13 |
1405 | 2024-12-12T03:22:41.192Z | Compiling dropshot v0.12.0 |
1406 | 2024-12-12T03:22:41.292Z | Compiling object v0.36.5 |
1407 | 2024-12-12T03:22:41.401Z | Compiling quick-error v1.2.3 |
1408 | 2024-12-12T03:22:41.481Z | Compiling num-bigint-dig v0.8.4 |
1409 | 2024-12-12T03:22:41.560Z | Compiling portable-atomic v1.9.0 |
1410 | 2024-12-12T03:22:41.772Z | Compiling anyhow v1.0.93 |
1411 | 2024-12-12T03:22:42.028Z | Compiling linked-hash-map v0.5.6 |
1412 | 2024-12-12T03:22:42.083Z | Compiling rustc-demangle v0.1.24 |
1413 | 2024-12-12T03:22:42.397Z | Compiling take_mut v0.2.2 |
1414 | 2024-12-12T03:22:42.423Z | Compiling dyn-clone v1.0.17 |
1415 | 2024-12-12T03:22:42.548Z | Compiling smoltcp v0.9.1 |
1416 | 2024-12-12T03:22:42.579Z | Compiling fallible-iterator v0.2.0 |
1417 | 2024-12-12T03:22:42.625Z | Compiling base16ct v0.2.0 |
1418 | 2024-12-12T03:22:42.645Z | Compiling psl-types v2.0.11 |
1419 | 2024-12-12T03:22:42.845Z | Compiling utf-8 v0.7.6 |
1420 | 2024-12-12T03:22:42.963Z | Compiling publicsuffix v2.2.3 |
1421 | 2024-12-12T03:22:43.025Z | Compiling sec1 v0.7.3 |
1422 | 2024-12-12T03:22:43.167Z | Compiling tungstenite v0.24.0 |
1423 | 2024-12-12T03:22:43.286Z | Compiling postgres-protocol v0.6.7 |
1424 | 2024-12-12T03:22:43.942Z | Compiling lru-cache v0.1.2 |
1425 | 2024-12-12T03:22:44.195Z | Compiling resolv-conf v0.7.0 |
1426 | 2024-12-12T03:22:44.609Z | Compiling async-stream v0.3.6 |
1427 | 2024-12-12T03:22:44.667Z | Compiling slog-term v2.9.1 |
1428 | 2024-12-12T03:22:44.933Z | Compiling usdt v0.5.0 |
1429 | 2024-12-12T03:22:45.016Z | Compiling hickory-proto v0.24.1 |
1430 | 2024-12-12T03:22:45.460Z | Compiling group v0.13.0 |
1431 | 2024-12-12T03:22:45.794Z | Compiling num-iter v0.1.45 |
1432 | 2024-12-12T03:22:45.918Z | Compiling futures v0.3.31 |
1433 | 2024-12-12T03:22:46.036Z | Compiling slog-bunyan v2.5.0 |
1434 | 2024-12-12T03:22:47.147Z | Compiling toml v0.8.19 |
1435 | 2024-12-12T03:22:47.361Z | Compiling camino v1.1.9 |
1436 | 2024-12-12T03:22:47.854Z | Compiling tokio-native-tls v0.3.1 |
1437 | 2024-12-12T03:22:48.128Z | Compiling phf_shared v0.11.2 |
1438 | 2024-12-12T03:22:48.331Z | Compiling dropshot_endpoint v0.12.0 |
1439 | 2024-12-12T03:22:48.509Z | Compiling backtrace v0.3.74 |
1440 | 2024-12-12T03:22:48.931Z | Compiling terminal_size v0.4.0 |
1441 | 2024-12-12T03:22:49.040Z | Compiling openapiv3 v2.0.0 |
1442 | 2024-12-12T03:22:49.154Z | Compiling waitgroup v0.1.2 |
1443 | 2024-12-12T03:22:49.305Z | Compiling serde_path_to_error v0.1.16 |
1444 | 2024-12-12T03:22:49.397Z | Compiling hkdf v0.12.4 |
1445 | 2024-12-12T03:22:49.665Z | Compiling crypto-bigint v0.5.5 |
1446 | 2024-12-12T03:22:50.163Z | Compiling zerocopy-derive v0.6.6 |
1447 | 2024-12-12T03:22:52.219Z | Compiling curve25519-dalek-derive v0.1.1 |
1448 | 2024-12-12T03:22:52.498Z | Compiling webpki-roots v0.26.6 |
1449 | 2024-12-12T03:22:52.703Z | Compiling idna v0.5.0 |
1450 | 2024-12-12T03:22:52.732Z | Compiling hubpack_derive v0.1.1 |
1451 | 2024-12-12T03:22:53.048Z | Compiling hostname v0.4.0 |
1452 | 2024-12-12T03:22:53.316Z | Compiling ahash v0.8.11 |
1453 | 2024-12-12T03:22:53.508Z | Compiling crc32fast v1.4.2 |
1454 | 2024-12-12T03:22:53.648Z | Compiling fs-err v2.11.0 |
1455 | 2024-12-12T03:22:53.667Z | Compiling debug-ignore v1.0.5 |
1456 | 2024-12-12T03:22:53.726Z | Compiling winnow v0.5.40 |
1457 | 2024-12-12T03:22:53.811Z | Compiling bitflags v1.3.2 |
1458 | 2024-12-12T03:22:53.830Z | Compiling managed v0.8.0 |
1459 | 2024-12-12T03:22:53.910Z | Compiling console v0.15.8 |
1460 | 2024-12-12T03:22:54.075Z | Compiling strum_macros v0.25.3 |
1461 | 2024-12-12T03:22:54.332Z | Compiling clap_builder v4.5.21 |
1462 | 2024-12-12T03:22:55.657Z | Compiling flate2 v1.0.34 |
1463 | 2024-12-12T03:22:56.024Z | Compiling hubpack v0.1.2 |
1464 | 2024-12-12T03:22:56.490Z | Compiling cookie_store v0.21.0 |
1465 | 2024-12-12T03:22:56.493Z | Compiling elliptic-curve v0.13.8 |
1466 | 2024-12-12T03:22:56.636Z | Compiling zerocopy v0.6.6 |
1467 | 2024-12-12T03:22:57.342Z | Compiling toml_edit v0.19.15 |
1468 | 2024-12-12T03:22:57.545Z | Compiling hickory-resolver v0.24.1 |
1469 | 2024-12-12T03:22:58.106Z | Compiling signal-hook-mio v0.2.4 |
1470 | 2024-12-12T03:22:58.278Z | Compiling phf v0.11.2 |
1471 | 2024-12-12T03:22:58.313Z | Compiling hyper-tls v0.6.0 |
1472 | 2024-12-12T03:22:58.440Z | Compiling rayon v1.10.0 |
1473 | 2024-12-12T03:22:58.590Z | Compiling bzip2 v0.4.4 |
1474 | 2024-12-12T03:22:58.987Z | Compiling tokio-tungstenite v0.24.0 |
1475 | 2024-12-12T03:22:59.572Z | Compiling postgres-types v0.2.8 |
1476 | 2024-12-12T03:23:02.526Z | Compiling ed25519 v2.2.3 |
1477 | 2024-12-12T03:23:03.357Z | Compiling phf_shared v0.10.0 |
1478 | 2024-12-12T03:23:03.656Z | Compiling tokio-stream v0.1.16 |
1479 | 2024-12-12T03:23:03.773Z | Compiling pkcs1 v0.7.5 |
1480 | 2024-12-12T03:23:03.794Z | Compiling serde-big-array v0.5.1 |
1481 | 2024-12-12T03:23:04.076Z | Compiling clap_derive v4.5.18 |
1482 | 2024-12-12T03:23:04.382Z | Compiling rfc6979 v0.4.0 |
1483 | 2024-12-12T03:23:04.442Z | Compiling derive-where v1.2.7 |
1484 | 2024-12-12T03:23:04.579Z | Compiling serde_repr v0.1.19 |
1485 | 2024-12-12T03:23:04.771Z | Compiling float-cmp v0.9.0 |
1486 | 2024-12-12T03:23:04.813Z | Compiling bstr v1.10.0 |
1487 | 2024-12-12T03:23:05.012Z | Compiling sync_wrapper v1.0.1 |
1488 | 2024-12-12T03:23:05.175Z | Compiling whoami v1.5.2 |
1489 | 2024-12-12T03:23:05.437Z | Compiling static_assertions v1.1.0 |
1490 | 2024-12-12T03:23:05.559Z | Compiling predicates-core v1.0.8 |
1491 | 2024-12-12T03:23:05.804Z | Compiling difflib v0.4.0 |
1492 | 2024-12-12T03:23:05.807Z | Compiling unicode-width v0.2.0 |
1493 | 2024-12-12T03:23:05.920Z | Compiling precomputed-hash v0.1.1 |
1494 | 2024-12-12T03:23:06.035Z | Compiling fixedbitset v0.4.2 |
1495 | 2024-12-12T03:23:06.336Z | Compiling normalize-line-endings v0.3.0 |
1496 | 2024-12-12T03:23:06.468Z | Compiling new_debug_unreachable v1.0.6 |
1497 | 2024-12-12T03:23:06.500Z | Compiling number_prefix v0.4.0 |
1498 | 2024-12-12T03:23:06.572Z | Compiling unicode-segmentation v1.12.0 |
1499 | 2024-12-12T03:23:06.642Z | Compiling bit-vec v0.6.3 |
1500 | 2024-12-12T03:23:06.721Z | Compiling indicatif v0.17.9 |
1501 | 2024-12-12T03:23:07.107Z | Compiling bit-set v0.5.3 |
1502 | 2024-12-12T03:23:07.415Z | Compiling similar v2.6.0 |
1503 | 2024-12-12T03:23:07.493Z | Compiling string_cache v0.8.7 |
1504 | 2024-12-12T03:23:07.495Z | Compiling predicates v3.1.2 |
1505 | 2024-12-12T03:23:07.974Z | Compiling petgraph v0.6.5 |
1506 | 2024-12-12T03:23:08.052Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1507 | 2024-12-12T03:23:08.916Z | Compiling tokio-postgres v0.7.12 |
1508 | 2024-12-12T03:23:09.169Z | Compiling clap v4.5.21 |
1509 | 2024-12-12T03:23:09.299Z | Compiling ecdsa v0.16.9 |
1510 | 2024-12-12T03:23:09.320Z | Compiling rsa v0.9.6 |
1511 | 2024-12-12T03:23:09.956Z | Compiling ed25519-dalek v2.1.1 |
1512 | 2024-12-12T03:23:10.209Z | Compiling toml v0.7.8 |
1513 | 2024-12-12T03:23:11.307Z | Compiling zip v0.6.6 |
1514 | 2024-12-12T03:23:11.966Z | Compiling crossterm v0.28.1 |
1515 | 2024-12-12T03:23:12.825Z | Compiling hex v0.4.3 |
1516 | 2024-12-12T03:23:13.279Z | Compiling x509-cert v0.2.5 |
1517 | 2024-12-12T03:23:13.440Z | Compiling itertools v0.10.5 |
1518 | 2024-12-12T03:23:13.591Z | Compiling unicode-xid v0.2.6 |
1519 | 2024-12-12T03:23:13.769Z | Compiling peg-runtime v0.8.3 |
1520 | 2024-12-12T03:23:14.448Z | Compiling lalrpop-util v0.19.12 |
1521 | 2024-12-12T03:23:14.788Z | Compiling strum_macros v0.26.4 |
1522 | 2024-12-12T03:23:14.813Z | Compiling xattr v1.3.1 |
1523 | 2024-12-12T03:23:15.079Z | Compiling filetime v0.2.25 |
1524 | 2024-12-12T03:23:15.407Z | Compiling tar v0.4.42 |
1525 | 2024-12-12T03:23:20.005Z | Compiling strum v0.26.3 |
1526 | 2024-12-12T03:23:22.081Z | Compiling aws-lc-sys v0.22.0 |
1527 | 2024-12-12T03:23:49.766Z | Compiling rustls-webpki v0.102.8 |
1528 | 2024-12-12T03:23:53.076Z | Compiling tokio-rustls v0.25.0 |
1529 | 2024-12-12T03:23:54.587Z | Compiling tokio-rustls v0.26.0 |
1530 | 2024-12-12T03:23:54.930Z | Compiling hyper-rustls v0.27.3 |
1531 | 2024-12-12T03:23:55.419Z | Compiling reqwest v0.12.9 |
1532 | 2024-12-12T03:23:56.759Z | Compiling qorb v0.2.1 |
1533 | 2024-12-12T03:24:01.309Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1534 | 2024-12-12T03:24:01.540Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1535 | 2024-12-12T03:24:07.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1536 | 2024-12-12T03:24:07.440Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1537 | 2024-12-12T03:24:07.491Z | Dec 12 03:24:06.492 INFO Starting download, target: Console |
1538 | 2024-12-12T03:24:07.491Z | Dec 12 03:24:06.492 INFO Starting download, target: Clickhouse |
1539 | 2024-12-12T03:24:07.491Z | Dec 12 03:24:06.492 INFO Starting download, target: Cockroach |
1540 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.492 INFO Starting download, target: DendriteOpenapi |
1541 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.492 INFO Starting download, target: DendriteStub |
1542 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.492 INFO Starting download, target: MaghemiteMgd |
1543 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.492 INFO Starting download, target: TransceiverControl |
1544 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.493 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1545 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.493 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1546 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.493 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1547 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.493 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1548 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.493 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1549 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.493 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1550 | 2024-12-12T03:24:07.494Z | Dec 12 03:24:06.493 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1551 | 2024-12-12T03:24:07.697Z | Dec 12 03:24:06.697 INFO Download complete, target: DendriteOpenapi |
1552 | 2024-12-12T03:24:07.945Z | Dec 12 03:24:06.932 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1553 | 2024-12-12T03:24:07.958Z | Dec 12 03:24:06.954 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1554 | 2024-12-12T03:24:08.327Z | Dec 12 03:24:07.320 INFO Download complete, target: Console |
1555 | 2024-12-12T03:24:08.388Z | Dec 12 03:24:07.389 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1556 | 2024-12-12T03:24:08.448Z | Dec 12 03:24:07.449 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1557 | 2024-12-12T03:24:08.556Z | Dec 12 03:24:07.556 INFO Download complete, target: TransceiverControl |
1558 | 2024-12-12T03:24:09.559Z | Dec 12 03:24:08.554 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1559 | 2024-12-12T03:24:09.560Z | Dec 12 03:24:08.554 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1560 | 2024-12-12T03:24:10.019Z | Dec 12 03:24:08.990 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1561 | 2024-12-12T03:24:11.221Z | Dec 12 03:24:10.222 INFO Download complete, target: DendriteStub |
1562 | 2024-12-12T03:24:11.373Z | Dec 12 03:24:10.375 INFO Download complete, target: MaghemiteMgd |
1563 | 2024-12-12T03:24:16.706Z | Dec 12 03:24:15.707 INFO Checking that binary works, target: Cockroach |
1564 | 2024-12-12T03:24:16.878Z | Dec 12 03:24:15.879 INFO Download complete, target: Cockroach |
1565 | 2024-12-12T03:24:21.919Z | Dec 12 03:24:20.921 INFO Checking that binary works, target: Clickhouse |
1566 | 2024-12-12T03:24:22.053Z | Dec 12 03:24:21.054 INFO Download complete, target: Clickhouse |
1567 | 2024-12-12T03:24:22.072Z | All builder prerequisites installed successfully, and PATH looks valid |
1568 | 2024-12-12T03:24:22.074Z | |
1569 | 2024-12-12T03:24:22.074Z | real 5:01.857837883 |
1570 | 2024-12-12T03:24:22.074Z | user 16:26.522765987 |
1571 | 2024-12-12T03:24:22.074Z | sys 3:13.512022873 |
1572 | 2024-12-12T03:24:22.074Z | trap 0.548064798 |
1573 | 2024-12-12T03:24:22.074Z | tflt 1.541662979 |
1574 | 2024-12-12T03:24:22.074Z | dflt 2.235915843 |
1575 | 2024-12-12T03:24:22.074Z | kflt 0.024999833 |
1576 | 2024-12-12T03:24:22.074Z | lock 29:19.359340188 |
1577 | 2024-12-12T03:24:22.074Z | slp 1:01:40.181973105 |
1578 | 2024-12-12T03:24:22.074Z | lat 57.908095107 |
1579 | 2024-12-12T03:24:22.074Z | stop 2:21.051766934 |
1580 | 2024-12-12T03:24:22.074Z | + banner hack-check |
1581 | 2024-12-12T03:24:22.076Z | |
1582 | 2024-12-12T03:24:22.077Z | # # ## #### # # #### # # ###### #### # # |
1583 | 2024-12-12T03:24:22.077Z | # # # # # # # # # # # # # # # # # |
1584 | 2024-12-12T03:24:22.077Z | ###### # # # #### ##### # ###### ##### # #### |
1585 | 2024-12-12T03:24:22.077Z | # # ###### # # # # # # # # # # |
1586 | 2024-12-12T03:24:22.077Z | # # # # # # # # # # # # # # # # # |
1587 | 2024-12-12T03:24:22.077Z | # # # # #### # # #### # # ###### #### # # |
1588 | 2024-12-12T03:24:22.077Z | |
1589 | 2024-12-12T03:24:22.077Z | + export CARGO_INCREMENTAL=0 |
1590 | 2024-12-12T03:24:22.077Z | + CARGO_INCREMENTAL=0 |
1591 | 2024-12-12T03:24:22.077Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1592 | 2024-12-12T03:24:22.599Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1593 | 2024-12-12T03:24:26.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
1594 | 2024-12-12T03:24:26.194Z | Running `target/debug/xtask check-features --ci` |
1595 | 2024-12-12T03:24:26.212Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1596 | 2024-12-12T03:24:26.212Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1597 | 2024-12-12T03:24:26.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1598 | 2024-12-12T03:24:26.663Z | Running `target/debug/xtask download cargo-hack` |
1599 | 2024-12-12T03:24:27.472Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1600 | 2024-12-12T03:24:27.831Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1601 | 2024-12-12T03:24:32.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
1602 | 2024-12-12T03:24:32.921Z | Running `target/debug/xtask-downloader cargo-hack` |
1603 | 2024-12-12T03:24:32.957Z | Dec 12 03:24:31.958 INFO Starting download, target: CargoHack |
1604 | 2024-12-12T03:24:32.959Z | Dec 12 03:24:31.959 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1605 | 2024-12-12T03:24:33.768Z | Dec 12 03:24:32.769 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1606 | 2024-12-12T03:24:33.857Z | Dec 12 03:24:32.858 INFO Download complete, target: CargoHack |
1607 | 2024-12-12T03:24:33.862Z | 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" |
1608 | 2024-12-12T03:24:33.885Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1609 | 2024-12-12T03:24:34.053Z | info: running `cargo check --bins` on api_identity (1/174) |
1610 | 2024-12-12T03:24:34.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1611 | 2024-12-12T03:24:34.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1612 | 2024-12-12T03:24:34.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1613 | 2024-12-12T03:24:34.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1614 | 2024-12-12T03:24:34.646Z | |
1615 | 2024-12-12T03:24:34.646Z | info: running `cargo check --bins` on bootstore (2/174) |
1616 | 2024-12-12T03:24:35.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1617 | 2024-12-12T03:24:35.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1618 | 2024-12-12T03:24:35.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1619 | 2024-12-12T03:24:35.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1620 | 2024-12-12T03:24:35.266Z | |
1621 | 2024-12-12T03:24:35.266Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/174) |
1622 | 2024-12-12T03:24:35.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1623 | 2024-12-12T03:24:35.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1624 | 2024-12-12T03:24:35.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1625 | 2024-12-12T03:24:35.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1626 | 2024-12-12T03:24:35.918Z | |
1627 | 2024-12-12T03:24:35.918Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174) |
1628 | 2024-12-12T03:24:36.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2024-12-12T03:24:36.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2024-12-12T03:24:36.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2024-12-12T03:24:36.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1632 | 2024-12-12T03:24:36.594Z | |
1633 | 2024-12-12T03:24:36.594Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174) |
1634 | 2024-12-12T03:24:36.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2024-12-12T03:24:36.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2024-12-12T03:24:36.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2024-12-12T03:24:36.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1638 | 2024-12-12T03:24:36.889Z | |
1639 | 2024-12-12T03:24:36.889Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174) |
1640 | 2024-12-12T03:24:37.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-12-12T03:24:37.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-12-12T03:24:37.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-12-12T03:24:37.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1644 | 2024-12-12T03:24:37.282Z | |
1645 | 2024-12-12T03:24:37.283Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174) |
1646 | 2024-12-12T03:24:37.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2024-12-12T03:24:37.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2024-12-12T03:24:37.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2024-12-12T03:24:37.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1650 | 2024-12-12T03:24:37.678Z | |
1651 | 2024-12-12T03:24:37.678Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174) |
1652 | 2024-12-12T03:24:38.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2024-12-12T03:24:38.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2024-12-12T03:24:38.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2024-12-12T03:24:38.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1656 | 2024-12-12T03:24:38.096Z | |
1657 | 2024-12-12T03:24:38.096Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174) |
1658 | 2024-12-12T03:24:38.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2024-12-12T03:24:38.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2024-12-12T03:24:38.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2024-12-12T03:24:38.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1662 | 2024-12-12T03:24:38.515Z | |
1663 | 2024-12-12T03:24:38.515Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174) |
1664 | 2024-12-12T03:24:38.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2024-12-12T03:24:38.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2024-12-12T03:24:38.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2024-12-12T03:24:38.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1668 | 2024-12-12T03:24:38.931Z | |
1669 | 2024-12-12T03:24:38.931Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174) |
1670 | 2024-12-12T03:24:39.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2024-12-12T03:24:39.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2024-12-12T03:24:39.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2024-12-12T03:24:39.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1674 | 2024-12-12T03:24:39.348Z | |
1675 | 2024-12-12T03:24:39.348Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174) |
1676 | 2024-12-12T03:24:39.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2024-12-12T03:24:39.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2024-12-12T03:24:39.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2024-12-12T03:24:39.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1680 | 2024-12-12T03:24:39.764Z | |
1681 | 2024-12-12T03:24:39.764Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174) |
1682 | 2024-12-12T03:24:40.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2024-12-12T03:24:40.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2024-12-12T03:24:40.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2024-12-12T03:24:40.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1686 | 2024-12-12T03:24:40.177Z | |
1687 | 2024-12-12T03:24:40.177Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174) |
1688 | 2024-12-12T03:24:40.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2024-12-12T03:24:40.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2024-12-12T03:24:40.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2024-12-12T03:24:40.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1692 | 2024-12-12T03:24:40.586Z | |
1693 | 2024-12-12T03:24:40.586Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174) |
1694 | 2024-12-12T03:24:40.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2024-12-12T03:24:40.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2024-12-12T03:24:40.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2024-12-12T03:24:40.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1698 | 2024-12-12T03:24:41.002Z | |
1699 | 2024-12-12T03:24:41.002Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174) |
1700 | 2024-12-12T03:24:41.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2024-12-12T03:24:41.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2024-12-12T03:24:41.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2024-12-12T03:24:41.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1704 | 2024-12-12T03:24:41.411Z | |
1705 | 2024-12-12T03:24:41.412Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174) |
1706 | 2024-12-12T03:24:41.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2024-12-12T03:24:41.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2024-12-12T03:24:41.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2024-12-12T03:24:41.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1710 | 2024-12-12T03:24:41.817Z | |
1711 | 2024-12-12T03:24:41.817Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174) |
1712 | 2024-12-12T03:24:42.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2024-12-12T03:24:42.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2024-12-12T03:24:42.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2024-12-12T03:24:42.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1716 | 2024-12-12T03:24:42.229Z | |
1717 | 2024-12-12T03:24:42.229Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174) |
1718 | 2024-12-12T03:24:42.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2024-12-12T03:24:42.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2024-12-12T03:24:42.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2024-12-12T03:24:42.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1722 | 2024-12-12T03:24:42.643Z | |
1723 | 2024-12-12T03:24:42.643Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174) |
1724 | 2024-12-12T03:24:43.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2024-12-12T03:24:43.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2024-12-12T03:24:43.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2024-12-12T03:24:43.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1728 | 2024-12-12T03:24:43.051Z | |
1729 | 2024-12-12T03:24:43.051Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174) |
1730 | 2024-12-12T03:24:43.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2024-12-12T03:24:43.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2024-12-12T03:24:43.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2024-12-12T03:24:43.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1734 | 2024-12-12T03:24:43.465Z | |
1735 | 2024-12-12T03:24:43.465Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174) |
1736 | 2024-12-12T03:24:43.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2024-12-12T03:24:43.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2024-12-12T03:24:43.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2024-12-12T03:24:43.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1740 | 2024-12-12T03:24:43.878Z | |
1741 | 2024-12-12T03:24:43.878Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174) |
1742 | 2024-12-12T03:24:44.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2024-12-12T03:24:44.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2024-12-12T03:24:44.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2024-12-12T03:24:44.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1746 | 2024-12-12T03:24:44.295Z | |
1747 | 2024-12-12T03:24:44.295Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174) |
1748 | 2024-12-12T03:24:44.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2024-12-12T03:24:44.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2024-12-12T03:24:44.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2024-12-12T03:24:44.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1752 | 2024-12-12T03:24:44.708Z | |
1753 | 2024-12-12T03:24:44.708Z | info: running `cargo check --bins` on sled-hardware-types (25/174) |
1754 | 2024-12-12T03:24:45.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2024-12-12T03:24:45.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2024-12-12T03:24:45.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2024-12-12T03:24:45.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1758 | 2024-12-12T03:24:45.334Z | |
1759 | 2024-12-12T03:24:45.334Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/174) |
1760 | 2024-12-12T03:24:45.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2024-12-12T03:24:45.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2024-12-12T03:24:45.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2024-12-12T03:24:45.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1764 | 2024-12-12T03:24:45.952Z | |
1765 | 2024-12-12T03:24:45.952Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174) |
1766 | 2024-12-12T03:24:46.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2024-12-12T03:24:46.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2024-12-12T03:24:46.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2024-12-12T03:24:46.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1770 | 2024-12-12T03:24:46.574Z | |
1771 | 2024-12-12T03:24:46.574Z | info: running `cargo check --bins` on oxlog (28/174) |
1772 | 2024-12-12T03:24:47.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2024-12-12T03:24:47.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2024-12-12T03:24:47.186Z | Checking cfg-if v1.0.0 |
1775 | 2024-12-12T03:24:47.190Z | Checking libc v0.2.162 |
1776 | 2024-12-12T03:24:47.293Z | Checking serde v1.0.215 |
1777 | 2024-12-12T03:24:47.296Z | Checking zeroize v1.8.1 |
1778 | 2024-12-12T03:24:47.309Z | Checking memchr v2.7.4 |
1779 | 2024-12-12T03:24:47.316Z | Checking typenum v1.17.0 |
1780 | 2024-12-12T03:24:47.319Z | Checking scopeguard v1.2.0 |
1781 | 2024-12-12T03:24:47.326Z | Checking subtle v2.6.1 |
1782 | 2024-12-12T03:24:47.351Z | Checking value-bag v1.9.0 |
1783 | 2024-12-12T03:24:47.456Z | Checking lock_api v0.4.12 |
1784 | 2024-12-12T03:24:47.534Z | Checking const-oid v0.9.6 |
1785 | 2024-12-12T03:24:47.572Z | Checking smallvec v1.13.2 |
1786 | 2024-12-12T03:24:47.727Z | Checking log v0.4.22 |
1787 | 2024-12-12T03:24:47.875Z | Checking itoa v1.0.11 |
1788 | 2024-12-12T03:24:47.912Z | Checking pin-project-lite v0.2.14 |
1789 | 2024-12-12T03:24:48.031Z | Checking byteorder v1.5.0 |
1790 | 2024-12-12T03:24:48.086Z | Checking futures-core v0.3.31 |
1791 | 2024-12-12T03:24:48.159Z | Checking once_cell v1.20.2 |
1792 | 2024-12-12T03:24:48.256Z | Checking cpufeatures v0.2.14 |
1793 | 2024-12-12T03:24:48.299Z | Checking futures-sink v0.3.31 |
1794 | 2024-12-12T03:24:48.339Z | Checking stable_deref_trait v1.2.0 |
1795 | 2024-12-12T03:24:48.421Z | Checking getrandom v0.2.15 |
1796 | 2024-12-12T03:24:48.437Z | Checking parking_lot_core v0.9.10 |
1797 | 2024-12-12T03:24:48.440Z | Checking signal-hook-registry v1.4.2 |
1798 | 2024-12-12T03:24:48.440Z | Checking mio v1.0.2 |
1799 | 2024-12-12T03:24:48.440Z | Checking socket2 v0.5.7 |
1800 | 2024-12-12T03:24:48.545Z | Checking generic-array v0.14.7 |
1801 | 2024-12-12T03:24:48.638Z | Checking rand_core v0.6.4 |
1802 | 2024-12-12T03:24:48.671Z | Checking spin v0.9.8 |
1803 | 2024-12-12T03:24:48.751Z | Checking parking_lot v0.12.3 |
1804 | 2024-12-12T03:24:48.928Z | Checking zerocopy v0.7.35 |
1805 | 2024-12-12T03:24:48.958Z | Checking slab v0.4.9 |
1806 | 2024-12-12T03:24:49.013Z | Checking zerofrom v0.1.4 |
1807 | 2024-12-12T03:24:49.079Z | Checking futures-channel v0.3.31 |
1808 | 2024-12-12T03:24:49.117Z | Checking futures-io v0.3.31 |
1809 | 2024-12-12T03:24:49.214Z | Checking yoke v0.7.4 |
1810 | 2024-12-12T03:24:49.229Z | Checking futures-task v0.3.31 |
1811 | 2024-12-12T03:24:49.302Z | Checking allocator-api2 v0.2.18 |
1812 | 2024-12-12T03:24:49.383Z | Checking foldhash v0.1.3 |
1813 | 2024-12-12T03:24:49.425Z | Checking equivalent v1.0.1 |
1814 | 2024-12-12T03:24:49.446Z | Checking pin-utils v0.1.0 |
1815 | 2024-12-12T03:24:49.522Z | Checking tinyvec_macros v0.1.1 |
1816 | 2024-12-12T03:24:49.535Z | Checking zerovec v0.10.4 |
1817 | 2024-12-12T03:24:49.538Z | Checking futures-util v0.3.31 |
1818 | 2024-12-12T03:24:49.582Z | Checking ryu v1.0.18 |
1819 | 2024-12-12T03:24:49.603Z | Checking tinyvec v1.8.0 |
1820 | 2024-12-12T03:24:49.684Z | Checking crypto-common v0.1.6 |
1821 | 2024-12-12T03:24:49.799Z | Checking block-buffer v0.10.4 |
1822 | 2024-12-12T03:24:49.869Z | Checking block-padding v0.3.3 |
1823 | 2024-12-12T03:24:49.931Z | Checking hashbrown v0.15.0 |
1824 | 2024-12-12T03:24:50.010Z | Checking digest v0.10.7 |
1825 | 2024-12-12T03:24:50.067Z | Checking inout v0.1.3 |
1826 | 2024-12-12T03:24:50.291Z | Checking fnv v1.0.7 |
1827 | 2024-12-12T03:24:50.335Z | Checking cipher v0.4.4 |
1828 | 2024-12-12T03:24:50.399Z | Checking hmac v0.12.1 |
1829 | 2024-12-12T03:24:50.413Z | Checking sha2 v0.10.8 |
1830 | 2024-12-12T03:24:50.601Z | Checking libm v0.2.8 |
1831 | 2024-12-12T03:24:50.709Z | Checking base64ct v1.6.0 |
1832 | 2024-12-12T03:24:50.961Z | Checking litemap v0.7.3 |
1833 | 2024-12-12T03:24:50.976Z | Checking unicode-normalization v0.1.24 |
1834 | 2024-12-12T03:24:51.070Z | Checking unicode-bidi v0.3.17 |
1835 | 2024-12-12T03:24:51.133Z | Checking writeable v0.5.5 |
1836 | 2024-12-12T03:24:51.218Z | Checking tinystr v0.7.6 |
1837 | 2024-12-12T03:24:51.300Z | Checking pem-rfc7468 v0.7.0 |
1838 | 2024-12-12T03:24:51.440Z | Checking ppv-lite86 v0.2.20 |
1839 | 2024-12-12T03:24:51.476Z | Checking num-traits v0.2.19 |
1840 | 2024-12-12T03:24:51.542Z | Checking flagset v0.4.6 |
1841 | 2024-12-12T03:24:51.578Z | Checking icu_locid v1.5.0 |
1842 | 2024-12-12T03:24:51.707Z | Checking tracing-core v0.1.32 |
1843 | 2024-12-12T03:24:51.731Z | Checking der v0.7.9 |
1844 | 2024-12-12T03:24:51.856Z | Checking thiserror v1.0.69 |
1845 | 2024-12-12T03:24:51.989Z | Checking icu_locid_transform_data v1.5.0 |
1846 | 2024-12-12T03:24:52.084Z | Checking rustls-pki-types v1.9.0 |
1847 | 2024-12-12T03:24:52.196Z | Checking rand_chacha v0.3.1 |
1848 | 2024-12-12T03:24:52.271Z | Checking bytes v1.8.0 |
1849 | 2024-12-12T03:24:52.388Z | Checking indexmap v2.6.0 |
1850 | 2024-12-12T03:24:52.574Z | Checking serde_json v1.0.132 |
1851 | 2024-12-12T03:24:52.614Z | Checking icu_provider v1.5.0 |
1852 | 2024-12-12T03:24:52.663Z | Checking bitflags v2.6.0 |
1853 | 2024-12-12T03:24:52.941Z | Checking percent-encoding v2.3.1 |
1854 | 2024-12-12T03:24:53.100Z | Checking tokio v1.40.0 |
1855 | 2024-12-12T03:24:53.156Z | Checking http v1.1.0 |
1856 | 2024-12-12T03:24:53.172Z | Checking rand v0.8.5 |
1857 | 2024-12-12T03:24:53.240Z | Checking icu_locid_transform v1.5.0 |
1858 | 2024-12-12T03:24:53.564Z | Checking spki v0.7.3 |
1859 | 2024-12-12T03:24:53.695Z | Checking tracing v0.1.40 |
1860 | 2024-12-12T03:24:53.866Z | Checking icu_collections v1.5.0 |
1861 | 2024-12-12T03:24:54.064Z | Checking salsa20 v0.10.2 |
1862 | 2024-12-12T03:24:54.224Z | Checking pbkdf2 v0.12.2 |
1863 | 2024-12-12T03:24:54.271Z | Checking aws-lc-sys v0.22.0 |
1864 | 2024-12-12T03:24:54.357Z | Checking httparse v1.9.5 |
1865 | 2024-12-12T03:24:54.377Z | Checking untrusted v0.7.1 |
1866 | 2024-12-12T03:24:54.432Z | Checking powerfmt v0.2.0 |
1867 | 2024-12-12T03:24:54.509Z | Checking untrusted v0.9.0 |
1868 | 2024-12-12T03:24:54.512Z | Checking icu_properties_data v1.5.0 |
1869 | 2024-12-12T03:24:54.538Z | Checking mirai-annotations v1.12.0 |
1870 | 2024-12-12T03:24:54.664Z | Checking ring v0.17.8 |
1871 | 2024-12-12T03:24:54.680Z | Checking deranged v0.3.11 |
1872 | 2024-12-12T03:24:54.698Z | Checking scrypt v0.11.0 |
1873 | 2024-12-12T03:24:54.714Z | Checking aes v0.8.4 |
1874 | 2024-12-12T03:24:54.752Z | Checking icu_properties v1.5.1 |
1875 | 2024-12-12T03:24:54.754Z | Checking cbc v0.1.2 |
1876 | 2024-12-12T03:24:54.900Z | Checking crossbeam-utils v0.8.20 |
1877 | 2024-12-12T03:24:54.967Z | Checking utf16_iter v1.0.5 |
1878 | 2024-12-12T03:24:55.134Z | Checking icu_normalizer_data v1.5.0 |
1879 | 2024-12-12T03:24:55.232Z | Checking num-conv v0.1.0 |
1880 | 2024-12-12T03:24:55.482Z | Checking atomic-waker v1.1.2 |
1881 | 2024-12-12T03:24:55.586Z | Checking num_threads v0.1.7 |
1882 | 2024-12-12T03:24:55.612Z | Checking utf8_iter v1.0.4 |
1883 | 2024-12-12T03:24:55.649Z | Checking time-core v0.1.2 |
1884 | 2024-12-12T03:24:55.688Z | Checking write16 v1.0.0 |
1885 | 2024-12-12T03:24:55.800Z | Checking pkcs5 v0.7.1 |
1886 | 2024-12-12T03:24:55.816Z | Checking http-body v1.0.1 |
1887 | 2024-12-12T03:24:55.819Z | Checking form_urlencoded v1.2.1 |
1888 | 2024-12-12T03:24:56.021Z | Checking try-lock v0.2.5 |
1889 | 2024-12-12T03:24:56.038Z | Checking unicode-ident v1.0.13 |
1890 | 2024-12-12T03:24:56.152Z | Checking want v0.3.1 |
1891 | 2024-12-12T03:24:56.190Z | Checking httpdate v1.0.3 |
1892 | 2024-12-12T03:24:56.302Z | Checking pkcs8 v0.10.2 |
1893 | 2024-12-12T03:24:56.333Z | Checking proc-macro2 v1.0.89 |
1894 | 2024-12-12T03:24:56.403Z | Checking time v0.3.36 |
1895 | 2024-12-12T03:24:56.418Z | Checking toml_datetime v0.6.8 |
1896 | 2024-12-12T03:24:56.451Z | Checking serde_spanned v0.6.8 |
1897 | 2024-12-12T03:24:56.591Z | Checking uuid v1.11.0 |
1898 | 2024-12-12T03:24:56.627Z | Checking slog v2.7.0 |
1899 | 2024-12-12T03:24:56.699Z | Checking scroll v0.12.0 |
1900 | 2024-12-12T03:24:56.848Z | Checking aws-lc-rs v1.10.0 |
1901 | 2024-12-12T03:24:56.997Z | Checking iana-time-zone v0.1.61 |
1902 | 2024-12-12T03:24:57.081Z | Checking plain v0.2.3 |
1903 | 2024-12-12T03:24:57.146Z | Checking base64 v0.22.1 |
1904 | 2024-12-12T03:24:57.175Z | Checking match_cfg v0.1.0 |
1905 | 2024-12-12T03:24:57.190Z | Checking adler2 v2.0.0 |
1906 | 2024-12-12T03:24:57.221Z | Checking tower-service v0.3.3 |
1907 | 2024-12-12T03:24:57.259Z | Checking foreign-types-shared v0.1.1 |
1908 | 2024-12-12T03:24:57.338Z | Checking ucd-trie v0.1.7 |
1909 | 2024-12-12T03:24:57.341Z | Checking miniz_oxide v0.8.0 |
1910 | 2024-12-12T03:24:57.362Z | Checking foreign-types v0.3.2 |
1911 | 2024-12-12T03:24:57.449Z | Checking hostname v0.3.1 |
1912 | 2024-12-12T03:24:57.539Z | Checking pest v2.7.14 |
1913 | 2024-12-12T03:24:57.582Z | Checking goblin v0.8.2 |
1914 | 2024-12-12T03:24:57.600Z | Checking chrono v0.4.38 |
1915 | 2024-12-12T03:24:58.058Z | Checking icu_normalizer v1.5.0 |
1916 | 2024-12-12T03:24:58.087Z | Checking quote v1.0.37 |
1917 | 2024-12-12T03:24:58.411Z | Checking openssl-sys v0.9.103 |
1918 | 2024-12-12T03:24:58.628Z | Checking rustls-webpki v0.102.8 |
1919 | 2024-12-12T03:24:58.862Z | Checking idna_adapter v1.2.0 |
1920 | 2024-12-12T03:24:58.893Z | Checking dirs-sys-next v0.1.2 |
1921 | 2024-12-12T03:24:59.066Z | Checking errno v0.3.9 |
1922 | 2024-12-12T03:24:59.081Z | Checking idna v1.0.3 |
1923 | 2024-12-12T03:24:59.235Z | Checking aho-corasick v1.1.3 |
1924 | 2024-12-12T03:24:59.452Z | Checking data-encoding v2.6.0 |
1925 | 2024-12-12T03:24:59.568Z | Checking url v2.5.3 |
1926 | 2024-12-12T03:24:59.696Z | Checking regex-syntax v0.8.5 |
1927 | 2024-12-12T03:24:59.767Z | Checking pretty-hex v0.4.1 |
1928 | 2024-12-12T03:24:59.941Z | Checking siphasher v0.3.11 |
1929 | 2024-12-12T03:25:00.081Z | Checking dtrace-parser v0.2.0 |
1930 | 2024-12-12T03:25:00.111Z | Checking openssl v0.10.66 |
1931 | 2024-12-12T03:25:00.231Z | Checking rustix v0.38.37 |
1932 | 2024-12-12T03:25:00.268Z | Checking tokio-util v0.7.12 |
1933 | 2024-12-12T03:25:00.363Z | Checking dirs-next v2.0.0 |
1934 | 2024-12-12T03:25:00.494Z | Checking syn v2.0.87 |
1935 | 2024-12-12T03:25:00.568Z | Checking http-body-util v0.1.2 |
1936 | 2024-12-12T03:25:00.839Z | Checking crossbeam-epoch v0.9.18 |
1937 | 2024-12-12T03:25:01.007Z | Checking signature v2.2.0 |
1938 | 2024-12-12T03:25:01.172Z | Checking h2 v0.4.6 |
1939 | 2024-12-12T03:25:01.204Z | Checking sha1 v0.10.6 |
1940 | 2024-12-12T03:25:01.248Z | Checking lazy_static v1.5.0 |
1941 | 2024-12-12T03:25:01.362Z | Checking thread_local v1.1.8 |
1942 | 2024-12-12T03:25:01.487Z | Checking thread-id v4.2.2 |
1943 | 2024-12-12T03:25:01.597Z | Checking encoding_rs v0.8.34 |
1944 | 2024-12-12T03:25:01.614Z | Checking mime v0.3.17 |
1945 | 2024-12-12T03:25:01.946Z | Checking ipnet v2.10.1 |
1946 | 2024-12-12T03:25:02.355Z | Checking gimli v0.31.1 |
1947 | 2024-12-12T03:25:02.510Z | Checking dof v0.3.0 |
1948 | 2024-12-12T03:25:02.987Z | Checking regex-automata v0.4.8 |
1949 | 2024-12-12T03:25:03.146Z | Checking winnow v0.6.20 |
1950 | 2024-12-12T03:25:03.661Z | Checking openssl-probe v0.1.5 |
1951 | 2024-12-12T03:25:03.809Z | Checking either v1.13.0 |
1952 | 2024-12-12T03:25:03.952Z | Checking utf8parse v0.2.2 |
1953 | 2024-12-12T03:25:04.104Z | Checking anstyle v1.0.10 |
1954 | 2024-12-12T03:25:04.215Z | Checking unicode-properties v0.1.3 |
1955 | 2024-12-12T03:25:04.465Z | Checking anstyle-parse v0.2.5 |
1956 | 2024-12-12T03:25:04.574Z | Checking stringprep v0.1.5 |
1957 | 2024-12-12T03:25:04.729Z | Checking crossbeam-deque v0.8.5 |
1958 | 2024-12-12T03:25:04.850Z | Checking term v0.7.0 |
1959 | 2024-12-12T03:25:05.040Z | Checking rustls v0.22.4 |
1960 | 2024-12-12T03:25:05.262Z | Checking rustls v0.23.14 |
1961 | 2024-12-12T03:25:05.587Z | Checking native-tls v0.2.12 |
1962 | 2024-12-12T03:25:05.913Z | Checking slog-json v2.6.1 |
1963 | 2024-12-12T03:25:06.070Z | Checking toml_edit v0.22.22 |
1964 | 2024-12-12T03:25:06.172Z | Checking serde_urlencoded v0.7.1 |
1965 | 2024-12-12T03:25:06.404Z | Checking addr2line v0.24.2 |
1966 | 2024-12-12T03:25:06.608Z | Checking crossbeam-channel v0.5.13 |
1967 | 2024-12-12T03:25:06.688Z | Checking usdt-impl v0.5.0 |
1968 | 2024-12-12T03:25:06.872Z | Checking futures-executor v0.3.31 |
1969 | 2024-12-12T03:25:07.087Z | Checking num-integer v0.1.46 |
1970 | 2024-12-12T03:25:07.233Z | Checking rustls-pemfile v2.2.0 |
1971 | 2024-12-12T03:25:07.302Z | Checking idna v0.3.0 |
1972 | 2024-12-12T03:25:07.316Z | Checking hyper v1.5.0 |
1973 | 2024-12-12T03:25:07.430Z | Checking idna v0.4.0 |
1974 | 2024-12-12T03:25:07.584Z | Checking md-5 v0.10.6 |
1975 | 2024-12-12T03:25:07.745Z | Checking ff v0.13.0 |
1976 | 2024-12-12T03:25:07.810Z | Checking hash32 v0.2.1 |
1977 | 2024-12-12T03:25:07.956Z | Checking is-terminal v0.4.13 |
1978 | 2024-12-12T03:25:08.069Z | Checking memmap v0.7.0 |
1979 | 2024-12-12T03:25:08.118Z | Checking object v0.36.5 |
1980 | 2024-12-12T03:25:08.134Z | Checking utf-8 v0.7.6 |
1981 | 2024-12-12T03:25:08.270Z | Checking fallible-iterator v0.2.0 |
1982 | 2024-12-12T03:25:08.324Z | Checking colorchoice v1.0.2 |
1983 | 2024-12-12T03:25:08.339Z | Checking is_terminal_polyfill v1.70.1 |
1984 | 2024-12-12T03:25:08.448Z | Checking psl-types v2.0.11 |
1985 | 2024-12-12T03:25:08.448Z | Checking take_mut v0.2.2 |
1986 | 2024-12-12T03:25:08.605Z | Checking quick-error v1.2.3 |
1987 | 2024-12-12T03:25:08.630Z | Checking rustc-demangle v0.1.24 |
1988 | 2024-12-12T03:25:08.633Z | Checking base16ct v0.2.0 |
1989 | 2024-12-12T03:25:08.661Z | Checking anstyle-query v1.1.1 |
1990 | 2024-12-12T03:25:08.733Z | Checking dyn-clone v1.0.17 |
1991 | 2024-12-12T03:25:08.774Z | Checking linked-hash-map v0.5.6 |
1992 | 2024-12-12T03:25:08.828Z | Checking sec1 v0.7.3 |
1993 | 2024-12-12T03:25:08.847Z | Checking postgres-protocol v0.6.7 |
1994 | 2024-12-12T03:25:08.879Z | Checking schemars v0.8.21 |
1995 | 2024-12-12T03:25:09.058Z | Checking anstream v0.6.15 |
1996 | 2024-12-12T03:25:09.096Z | Checking lru-cache v0.1.2 |
1997 | 2024-12-12T03:25:09.217Z | Checking resolv-conf v0.7.0 |
1998 | 2024-12-12T03:25:09.278Z | Checking tokio-rustls v0.25.0 |
1999 | 2024-12-12T03:25:09.350Z | Checking hyper-util v0.1.10 |
2000 | 2024-12-12T03:25:09.427Z | Checking toml v0.8.19 |
2001 | 2024-12-12T03:25:09.519Z | Checking publicsuffix v2.2.3 |
2002 | 2024-12-12T03:25:09.558Z | Checking slog-async v2.8.0 |
2003 | 2024-12-12T03:25:09.633Z | Checking tungstenite v0.24.0 |
2004 | 2024-12-12T03:25:09.749Z | Checking hickory-proto v0.24.1 |
2005 | 2024-12-12T03:25:09.842Z | Checking usdt v0.5.0 |
2006 | 2024-12-12T03:25:10.095Z | Checking heapless v0.7.17 |
2007 | 2024-12-12T03:25:10.217Z | Checking slog-term v2.9.1 |
2008 | 2024-12-12T03:25:10.452Z | Checking group v0.13.0 |
2009 | 2024-12-12T03:25:10.509Z | Checking num-iter v0.1.45 |
2010 | 2024-12-12T03:25:10.668Z | Checking futures v0.3.31 |
2011 | 2024-12-12T03:25:10.702Z | Checking slog-bunyan v2.5.0 |
2012 | 2024-12-12T03:25:10.702Z | Checking tokio-native-tls v0.3.1 |
2013 | 2024-12-12T03:25:10.772Z | Checking rayon-core v1.12.1 |
2014 | 2024-12-12T03:25:10.796Z | Checking tokio-rustls v0.26.0 |
2015 | 2024-12-12T03:25:10.868Z | Checking multer v3.1.0 |
2016 | 2024-12-12T03:25:10.938Z | Checking terminal_size v0.4.0 |
2017 | 2024-12-12T03:25:11.101Z | Checking phf_shared v0.11.2 |
2018 | 2024-12-12T03:25:11.120Z | Checking cookie v0.18.1 |
2019 | 2024-12-12T03:25:11.187Z | Checking async-stream v0.3.6 |
2020 | 2024-12-12T03:25:11.240Z | Checking bzip2-sys v0.1.11+1.0.8 |
2021 | 2024-12-12T03:25:11.283Z | Checking camino v1.1.9 |
2022 | 2024-12-12T03:25:11.363Z | Checking signal-hook v0.3.17 |
2023 | 2024-12-12T03:25:11.378Z | Checking waitgroup v0.1.2 |
2024 | 2024-12-12T03:25:11.387Z | Checking openapiv3 v2.0.0 |
2025 | 2024-12-12T03:25:11.432Z | Checking webpki-roots v0.26.6 |
2026 | 2024-12-12T03:25:11.504Z | Checking serde_path_to_error v0.1.16 |
2027 | 2024-12-12T03:25:11.564Z | Checking idna v0.5.0 |
2028 | 2024-12-12T03:25:11.635Z | Checking hkdf v0.12.4 |
2029 | 2024-12-12T03:25:11.683Z | Checking crypto-bigint v0.5.5 |
2030 | 2024-12-12T03:25:11.829Z | Checking hostname v0.4.0 |
2031 | 2024-12-12T03:25:11.856Z | Checking crc32fast v1.4.2 |
2032 | 2024-12-12T03:25:11.969Z | Checking strsim v0.11.1 |
2033 | 2024-12-12T03:25:12.081Z | Checking unicode-width v0.1.14 |
2034 | 2024-12-12T03:25:12.102Z | Checking winnow v0.5.40 |
2035 | 2024-12-12T03:25:12.254Z | Checking managed v0.8.0 |
2036 | 2024-12-12T03:25:12.422Z | Checking debug-ignore v1.0.5 |
2037 | 2024-12-12T03:25:12.540Z | Checking clap_lex v0.7.2 |
2038 | 2024-12-12T03:25:12.554Z | Checking bitflags v1.3.2 |
2039 | 2024-12-12T03:25:12.627Z | Checking console v0.15.8 |
2040 | 2024-12-12T03:25:12.648Z | Checking smoltcp v0.9.1 |
2041 | 2024-12-12T03:25:12.778Z | Checking clap_builder v4.5.21 |
2042 | 2024-12-12T03:25:13.184Z | Checking cookie_store v0.21.0 |
2043 | 2024-12-12T03:25:13.860Z | Checking flate2 v1.0.34 |
2044 | 2024-12-12T03:25:14.186Z | Checking signal-hook-mio v0.2.4 |
2045 | 2024-12-12T03:25:14.328Z | Checking hyper-rustls v0.27.3 |
2046 | 2024-12-12T03:25:14.474Z | Checking rayon v1.10.0 |
2047 | 2024-12-12T03:25:14.501Z | Checking elliptic-curve v0.13.8 |
2048 | 2024-12-12T03:25:14.519Z | Checking hickory-resolver v0.24.1 |
2049 | 2024-12-12T03:25:14.589Z | Checking backtrace v0.3.74 |
2050 | 2024-12-12T03:25:14.668Z | Checking phf v0.11.2 |
2051 | 2024-12-12T03:25:14.877Z | Checking dropshot v0.12.0 |
2052 | 2024-12-12T03:25:14.939Z | Checking bzip2 v0.4.4 |
2053 | 2024-12-12T03:25:15.114Z | Checking anyhow v1.0.93 |
2054 | 2024-12-12T03:25:15.136Z | Checking toml_edit v0.19.15 |
2055 | 2024-12-12T03:25:15.158Z | Checking hyper-tls v0.6.0 |
2056 | 2024-12-12T03:25:15.203Z | Checking num-bigint-dig v0.8.4 |
2057 | 2024-12-12T03:25:15.444Z | Checking tokio-tungstenite v0.24.0 |
2058 | 2024-12-12T03:25:15.481Z | Checking postgres-types v0.2.8 |
2059 | 2024-12-12T03:25:15.813Z | Checking regex v1.11.1 |
2060 | 2024-12-12T03:25:15.899Z | Checking bstr v1.10.0 |
2061 | 2024-12-12T03:25:16.100Z | Checking ed25519 v2.2.3 |
2062 | 2024-12-12T03:25:16.178Z | Checking tokio-stream v0.1.16 |
2063 | 2024-12-12T03:25:16.398Z | Checking phf_shared v0.10.0 |
2064 | 2024-12-12T03:25:16.453Z | Checking curve25519-dalek v4.1.3 |
2065 | 2024-12-12T03:25:16.675Z | Checking zerocopy v0.6.6 |
2066 | 2024-12-12T03:25:16.856Z | Checking pkcs1 v0.7.5 |
2067 | 2024-12-12T03:25:17.093Z | Checking hubpack v0.1.2 |
2068 | 2024-12-12T03:25:17.249Z | Checking portable-atomic v1.9.0 |
2069 | 2024-12-12T03:25:17.345Z | Checking float-cmp v0.9.0 |
2070 | 2024-12-12T03:25:17.408Z | Checking serde-big-array v0.5.1 |
2071 | 2024-12-12T03:25:17.438Z | Checking rfc6979 v0.4.0 |
2072 | 2024-12-12T03:25:17.512Z | Checking sync_wrapper v1.0.1 |
2073 | 2024-12-12T03:25:17.603Z | Checking predicates-core v1.0.8 |
2074 | 2024-12-12T03:25:17.606Z | Checking unicode-segmentation v1.12.0 |
2075 | 2024-12-12T03:25:17.606Z | Checking whoami v1.5.2 |
2076 | 2024-12-12T03:25:17.647Z | Checking normalize-line-endings v0.3.0 |
2077 | 2024-12-12T03:25:17.759Z | Checking bit-vec v0.6.3 |
2078 | 2024-12-12T03:25:17.790Z | Checking minimal-lexical v0.2.1 |
2079 | 2024-12-12T03:25:17.926Z | Checking static_assertions v1.1.0 |
2080 | 2024-12-12T03:25:18.019Z | Checking difflib v0.4.0 |
2081 | 2024-12-12T03:25:18.091Z | Checking fixedbitset v0.4.2 |
2082 | 2024-12-12T03:25:18.172Z | Checking unicode-width v0.2.0 |
2083 | 2024-12-12T03:25:18.280Z | Checking precomputed-hash v0.1.1 |
2084 | 2024-12-12T03:25:18.294Z | Checking new_debug_unreachable v1.0.6 |
2085 | 2024-12-12T03:25:18.297Z | Checking number_prefix v0.4.0 |
2086 | 2024-12-12T03:25:18.309Z | Checking ed25519-dalek v2.1.1 |
2087 | 2024-12-12T03:25:18.335Z | Checking predicates v3.1.2 |
2088 | 2024-12-12T03:25:18.348Z | Checking petgraph v0.6.5 |
2089 | 2024-12-12T03:25:18.373Z | Checking similar v2.6.0 |
2090 | 2024-12-12T03:25:18.377Z | Checking string_cache v0.8.7 |
2091 | 2024-12-12T03:25:18.442Z | Checking qorb v0.2.1 |
2092 | 2024-12-12T03:25:18.467Z | Checking nom v7.1.3 |
2093 | 2024-12-12T03:25:18.606Z | Checking indicatif v0.17.9 |
2094 | 2024-12-12T03:25:18.639Z | Checking bit-set v0.5.3 |
2095 | 2024-12-12T03:25:18.688Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2096 | 2024-12-12T03:25:18.895Z | Checking tokio-postgres v0.7.12 |
2097 | 2024-12-12T03:25:18.982Z | Checking reqwest v0.12.9 |
2098 | 2024-12-12T03:25:19.261Z | Checking toml v0.7.8 |
2099 | 2024-12-12T03:25:19.435Z | Checking ecdsa v0.16.9 |
2100 | 2024-12-12T03:25:20.001Z | Checking rsa v0.9.6 |
2101 | 2024-12-12T03:25:20.161Z | Checking clap v4.5.21 |
2102 | 2024-12-12T03:25:20.283Z | Checking zip v0.6.6 |
2103 | 2024-12-12T03:25:20.873Z | Checking crossterm v0.28.1 |
2104 | 2024-12-12T03:25:20.971Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2105 | 2024-12-12T03:25:20.998Z | Checking itertools v0.10.5 |
2106 | 2024-12-12T03:25:21.032Z | Checking itertools v0.12.1 |
2107 | 2024-12-12T03:25:21.046Z | Checking fs-err v2.11.0 |
2108 | 2024-12-12T03:25:21.367Z | Checking ahash v0.8.11 |
2109 | 2024-12-12T03:25:21.600Z | Checking x509-cert v0.2.5 |
2110 | 2024-12-12T03:25:21.623Z | Checking semver v1.0.23 |
2111 | 2024-12-12T03:25:21.963Z | Checking hex v0.4.3 |
2112 | 2024-12-12T03:25:21.978Z | Checking lalrpop-util v0.19.12 |
2113 | 2024-12-12T03:25:22.045Z | Checking peg-runtime v0.8.3 |
2114 | 2024-12-12T03:25:22.265Z | Checking sigpipe v0.1.3 |
2115 | 2024-12-12T03:25:23.496Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2116 | 2024-12-12T03:25:23.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.21s |
2117 | 2024-12-12T03:25:23.954Z | |
2118 | 2024-12-12T03:25:23.954Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174) |
2119 | 2024-12-12T03:25:24.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2120 | 2024-12-12T03:25:24.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2121 | 2024-12-12T03:25:24.604Z | Compiling hashbrown v0.14.5 |
2122 | 2024-12-12T03:25:24.721Z | Checking heck v0.5.0 |
2123 | 2024-12-12T03:25:24.733Z | Compiling unsafe-libyaml v0.2.11 |
2124 | 2024-12-12T03:25:24.747Z | Compiling ident_case v1.0.1 |
2125 | 2024-12-12T03:25:24.757Z | Checking progenitor-client v0.8.0 |
2126 | 2024-12-12T03:25:24.770Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2127 | 2024-12-12T03:25:24.785Z | Compiling proc-macro-crate v1.3.1 |
2128 | 2024-12-12T03:25:24.874Z | Compiling darling_core v0.20.10 |
2129 | 2024-12-12T03:25:24.895Z | Checking ipnetwork v0.20.0 |
2130 | 2024-12-12T03:25:25.099Z | Compiling structmeta-derive v0.3.0 |
2131 | 2024-12-12T03:25:25.115Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2132 | 2024-12-12T03:25:25.248Z | Compiling newtype-uuid v1.1.3 |
2133 | 2024-12-12T03:25:25.442Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2134 | 2024-12-12T03:25:25.529Z | Compiling lzma-sys v0.1.20 |
2135 | 2024-12-12T03:25:25.768Z | Compiling foreign-types-macros v0.2.3 |
2136 | 2024-12-12T03:25:25.877Z | Checking regress v0.10.1 |
2137 | 2024-12-12T03:25:25.914Z | Compiling num_enum_derive v0.5.11 |
2138 | 2024-12-12T03:25:26.305Z | Compiling serde_yaml v0.9.34+deprecated |
2139 | 2024-12-12T03:25:26.639Z | Compiling dropshot v0.13.0 |
2140 | 2024-12-12T03:25:26.918Z | Checking foreign-types-shared v0.3.1 |
2141 | 2024-12-12T03:25:27.009Z | Checking arc-swap v1.7.1 |
2142 | 2024-12-12T03:25:27.031Z | Checking foreign-types v0.5.0 |
2143 | 2024-12-12T03:25:27.238Z | Compiling proc-macro-error v1.0.4 |
2144 | 2024-12-12T03:25:27.415Z | Checking slog-scope v4.4.0 |
2145 | 2024-12-12T03:25:27.966Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2146 | 2024-12-12T03:25:28.028Z | Compiling structmeta v0.3.0 |
2147 | 2024-12-12T03:25:28.067Z | Checking tungstenite v0.21.0 |
2148 | 2024-12-12T03:25:28.083Z | Compiling heck v0.3.3 |
2149 | 2024-12-12T03:25:28.422Z | Checking num_enum v0.5.11 |
2150 | 2024-12-12T03:25:28.435Z | Compiling parse-display-derive v0.10.0 |
2151 | 2024-12-12T03:25:28.531Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2152 | 2024-12-12T03:25:28.576Z | Compiling dropshot_endpoint v0.13.0 |
2153 | 2024-12-12T03:25:29.052Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2154 | 2024-12-12T03:25:29.384Z | Checking cstr-argument v0.1.2 |
2155 | 2024-12-12T03:25:29.538Z | Checking typify-impl v0.2.0 |
2156 | 2024-12-12T03:25:29.563Z | Checking instant v0.1.13 |
2157 | 2024-12-12T03:25:29.810Z | Checking pretty-hex v0.2.1 |
2158 | 2024-12-12T03:25:29.968Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2159 | 2024-12-12T03:25:30.230Z | Checking base64 v0.21.7 |
2160 | 2024-12-12T03:25:30.639Z | Checking fastrand v2.1.1 |
2161 | 2024-12-12T03:25:30.726Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2162 | 2024-12-12T03:25:30.953Z | Checking tempfile v3.13.0 |
2163 | 2024-12-12T03:25:31.002Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2164 | 2024-12-12T03:25:31.035Z | Checking backoff v0.4.0 |
2165 | 2024-12-12T03:25:31.142Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2166 | 2024-12-12T03:25:31.318Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2167 | 2024-12-12T03:25:31.343Z | Checking tokio-tungstenite v0.21.0 |
2168 | 2024-12-12T03:25:31.465Z | Checking strum v0.26.3 |
2169 | 2024-12-12T03:25:31.480Z | Compiling zone_cfg_derive v0.1.2 |
2170 | 2024-12-12T03:25:31.620Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2171 | 2024-12-12T03:25:31.835Z | Compiling darling_macro v0.20.10 |
2172 | 2024-12-12T03:25:31.851Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-12-12T03:25:31.991Z | Checking slog-stdlog v4.1.1 |
2174 | 2024-12-12T03:25:32.150Z | Checking regress v0.9.1 |
2175 | 2024-12-12T03:25:32.233Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2176 | 2024-12-12T03:25:32.356Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2177 | 2024-12-12T03:25:32.379Z | Checking colored v2.1.0 |
2178 | 2024-12-12T03:25:32.626Z | Checking macaddr v1.0.1 |
2179 | 2024-12-12T03:25:32.654Z | Checking base64 v0.13.1 |
2180 | 2024-12-12T03:25:32.757Z | Compiling darling v0.20.10 |
2181 | 2024-12-12T03:25:32.877Z | Compiling serde_with_macros v3.11.0 |
2182 | 2024-12-12T03:25:32.963Z | Checking zone v0.1.8 |
2183 | 2024-12-12T03:25:33.054Z | Checking ron v0.7.1 |
2184 | 2024-12-12T03:25:33.112Z | Checking parse-display v0.10.0 |
2185 | 2024-12-12T03:25:33.349Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2186 | 2024-12-12T03:25:33.628Z | Checking xz2 v0.1.7 |
2187 | 2024-12-12T03:25:33.830Z | Checking slog-envlogger v2.2.0 |
2188 | 2024-12-12T03:25:34.006Z | Checking tabwriter v1.4.0 |
2189 | 2024-12-12T03:25:34.093Z | Checking xattr v1.3.1 |
2190 | 2024-12-12T03:25:34.229Z | Checking pem v3.0.4 |
2191 | 2024-12-12T03:25:34.265Z | Checking yasna v0.5.2 |
2192 | 2024-12-12T03:25:34.287Z | Checking headers-core v0.3.0 |
2193 | 2024-12-12T03:25:34.433Z | Checking smf v0.2.3 |
2194 | 2024-12-12T03:25:34.484Z | Checking filetime v0.2.25 |
2195 | 2024-12-12T03:25:34.700Z | Checking same-file v1.0.6 |
2196 | 2024-12-12T03:25:34.871Z | Checking walkdir v2.5.0 |
2197 | 2024-12-12T03:25:34.910Z | Checking tar v0.4.42 |
2198 | 2024-12-12T03:25:34.959Z | Checking headers v0.4.0 |
2199 | 2024-12-12T03:25:35.125Z | Checking camino-tempfile v1.1.1 |
2200 | 2024-12-12T03:25:35.144Z | Checking rcgen v0.12.1 |
2201 | 2024-12-12T03:25:35.408Z | Checking atomicwrites v0.4.4 |
2202 | 2024-12-12T03:25:35.611Z | Checking subprocess v0.2.9 |
2203 | 2024-12-12T03:25:35.769Z | Checking serde_with v3.11.0 |
2204 | 2024-12-12T03:25:39.655Z | Compiling typify-macro v0.2.0 |
2205 | 2024-12-12T03:25:41.479Z | Compiling typify v0.2.0 |
2206 | 2024-12-12T03:25:41.549Z | Compiling progenitor-impl v0.8.0 |
2207 | 2024-12-12T03:25:44.743Z | Compiling progenitor-macro v0.8.0 |
2208 | 2024-12-12T03:25:49.955Z | Checking progenitor v0.8.0 |
2209 | 2024-12-12T03:25:50.103Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2210 | 2024-12-12T03:25:50.107Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2211 | 2024-12-12T03:25:52.762Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2212 | 2024-12-12T03:25:53.035Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2213 | 2024-12-12T03:25:59.189Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2214 | 2024-12-12T03:26:00.740Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2215 | 2024-12-12T03:26:01.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.00s |
2216 | 2024-12-12T03:26:02.134Z | |
2217 | 2024-12-12T03:26:02.134Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174) |
2218 | 2024-12-12T03:26:02.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2219 | 2024-12-12T03:26:02.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2220 | 2024-12-12T03:26:02.784Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-12-12T03:26:04.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
2222 | 2024-12-12T03:26:04.319Z | |
2223 | 2024-12-12T03:26:04.319Z | info: running `cargo check --bins` on nexus-config (31/174) |
2224 | 2024-12-12T03:26:04.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2225 | 2024-12-12T03:26:04.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2226 | 2024-12-12T03:26:04.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2227 | 2024-12-12T03:26:04.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2228 | 2024-12-12T03:26:04.936Z | |
2229 | 2024-12-12T03:26:04.937Z | info: running `cargo check --bins` on omicron-rpaths (32/174) |
2230 | 2024-12-12T03:26:05.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2231 | 2024-12-12T03:26:05.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2232 | 2024-12-12T03:26:05.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2233 | 2024-12-12T03:26:05.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2234 | 2024-12-12T03:26:05.528Z | |
2235 | 2024-12-12T03:26:05.528Z | info: running `cargo check --bins` on omicron-certificates (33/174) |
2236 | 2024-12-12T03:26:06.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2237 | 2024-12-12T03:26:06.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2238 | 2024-12-12T03:26:06.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2239 | 2024-12-12T03:26:06.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2240 | 2024-12-12T03:26:06.151Z | |
2241 | 2024-12-12T03:26:06.151Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/174) |
2242 | 2024-12-12T03:26:06.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2243 | 2024-12-12T03:26:06.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2244 | 2024-12-12T03:26:06.825Z | Compiling zerocopy v0.8.10 |
2245 | 2024-12-12T03:26:06.826Z | Compiling progenitor-client v0.8.0 |
2246 | 2024-12-12T03:26:06.826Z | Compiling itertools v0.13.0 |
2247 | 2024-12-12T03:26:06.829Z | Compiling zerocopy-derive v0.8.10 |
2248 | 2024-12-12T03:26:06.829Z | Compiling heapless v0.8.0 |
2249 | 2024-12-12T03:26:06.829Z | Compiling newtype-uuid v1.1.3 |
2250 | 2024-12-12T03:26:06.829Z | Compiling ipnetwork v0.20.0 |
2251 | 2024-12-12T03:26:06.829Z | Checking hash32 v0.3.1 |
2252 | 2024-12-12T03:26:07.154Z | Compiling instant v0.1.13 |
2253 | 2024-12-12T03:26:07.234Z | Compiling smoltcp v0.11.0 |
2254 | 2024-12-12T03:26:07.289Z | Compiling progenitor v0.8.0 |
2255 | 2024-12-12T03:26:07.380Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2256 | 2024-12-12T03:26:07.531Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2257 | 2024-12-12T03:26:07.824Z | Compiling backoff v0.4.0 |
2258 | 2024-12-12T03:26:07.869Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2259 | 2024-12-12T03:26:07.925Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2260 | 2024-12-12T03:26:08.097Z | Compiling serde_with v3.11.0 |
2261 | 2024-12-12T03:26:08.122Z | Compiling dropshot v0.13.0 |
2262 | 2024-12-12T03:26:08.161Z | Compiling parse-display v0.10.0 |
2263 | 2024-12-12T03:26:08.228Z | Checking num-rational v0.4.2 |
2264 | 2024-12-12T03:26:08.726Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2265 | 2024-12-12T03:26:08.899Z | Compiling regress v0.9.1 |
2266 | 2024-12-12T03:26:08.912Z | Compiling phf_generator v0.11.2 |
2267 | 2024-12-12T03:26:09.083Z | Checking num-complex v0.4.6 |
2268 | 2024-12-12T03:26:10.138Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2269 | 2024-12-12T03:26:10.659Z | Compiling macaddr v1.0.1 |
2270 | 2024-12-12T03:26:11.021Z | Checking cobs v0.2.3 |
2271 | 2024-12-12T03:26:11.111Z | Compiling num v0.4.3 |
2272 | 2024-12-12T03:26:11.206Z | Checking postcard v1.0.10 |
2273 | 2024-12-12T03:26:11.319Z | Compiling phf_codegen v0.11.2 |
2274 | 2024-12-12T03:26:11.759Z | Compiling parse-zoneinfo v0.3.1 |
2275 | 2024-12-12T03:26:12.172Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2276 | 2024-12-12T03:26:12.582Z | Compiling float-ord v0.3.2 |
2277 | 2024-12-12T03:26:12.619Z | Compiling convert_case v0.4.0 |
2278 | 2024-12-12T03:26:13.096Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2279 | 2024-12-12T03:26:13.622Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2280 | 2024-12-12T03:26:13.837Z | Compiling derive_more v0.99.18 |
2281 | 2024-12-12T03:26:13.947Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2282 | 2024-12-12T03:26:14.056Z | Compiling chrono-tz-build v0.4.0 |
2283 | 2024-12-12T03:26:14.614Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2284 | 2024-12-12T03:26:15.526Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2285 | 2024-12-12T03:26:15.546Z | Compiling crucible-workspace-hack v0.1.0 |
2286 | 2024-12-12T03:26:15.831Z | Compiling chrono-tz v0.10.0 |
2287 | 2024-12-12T03:26:15.846Z | Checking newline-converter v0.3.0 |
2288 | 2024-12-12T03:26:15.860Z | Checking prettyplease v0.2.25 |
2289 | 2024-12-12T03:26:15.989Z | Compiling slog-dtrace v0.3.0 |
2290 | 2024-12-12T03:26:16.279Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2291 | 2024-12-12T03:26:16.573Z | Checking expectorate v1.1.0 |
2292 | 2024-12-12T03:26:16.947Z | Compiling zone_cfg_derive v0.3.0 |
2293 | 2024-12-12T03:26:17.470Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2294 | 2024-12-12T03:26:17.523Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2295 | 2024-12-12T03:26:17.723Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2296 | 2024-12-12T03:26:17.776Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2297 | 2024-12-12T03:26:18.250Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2298 | 2024-12-12T03:26:18.488Z | Compiling const_format_proc_macros v0.2.33 |
2299 | 2024-12-12T03:26:18.506Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2300 | 2024-12-12T03:26:18.682Z | Compiling num-derive v0.4.2 |
2301 | 2024-12-12T03:26:18.979Z | Checking highway v1.2.0 |
2302 | 2024-12-12T03:26:19.412Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2303 | 2024-12-12T03:26:19.711Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2304 | 2024-12-12T03:26:19.802Z | Checking zone v0.3.0 |
2305 | 2024-12-12T03:26:20.564Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2306 | 2024-12-12T03:26:20.586Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2307 | 2024-12-12T03:26:20.687Z | Checking const_format v0.2.33 |
2308 | 2024-12-12T03:26:21.112Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2309 | 2024-12-12T03:26:21.132Z | Checking gethostname v0.5.0 |
2310 | 2024-12-12T03:26:21.164Z | Checking bcs v0.1.6 |
2311 | 2024-12-12T03:26:21.247Z | Compiling async-recursion v1.1.1 |
2312 | 2024-12-12T03:26:21.812Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2313 | 2024-12-12T03:26:21.817Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2314 | 2024-12-12T03:26:21.925Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2315 | 2024-12-12T03:26:23.291Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2316 | 2024-12-12T03:26:23.508Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2317 | 2024-12-12T03:26:29.138Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2318 | 2024-12-12T03:26:32.411Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2319 | 2024-12-12T03:26:35.025Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2320 | 2024-12-12T03:26:36.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.05s |
2321 | 2024-12-12T03:26:36.376Z | |
2322 | 2024-12-12T03:26:36.376Z | info: running `cargo check --bins` on clickhouse-admin-api (35/174) |
2323 | 2024-12-12T03:26:36.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-12-12T03:26:36.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-12-12T03:26:36.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-12-12T03:26:36.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2327 | 2024-12-12T03:26:37.006Z | |
2328 | 2024-12-12T03:26:37.006Z | info: running `cargo check --bins` on clickhouse-admin-types (36/174) |
2329 | 2024-12-12T03:26:37.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-12-12T03:26:37.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-12-12T03:26:37.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-12-12T03:26:37.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2333 | 2024-12-12T03:26:37.641Z | |
2334 | 2024-12-12T03:26:37.641Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/174) |
2335 | 2024-12-12T03:26:38.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-12-12T03:26:38.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-12-12T03:26:38.290Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2338 | 2024-12-12T03:26:38.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2339 | 2024-12-12T03:26:39.061Z | |
2340 | 2024-12-12T03:26:39.061Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174) |
2341 | 2024-12-12T03:26:39.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-12-12T03:26:39.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-12-12T03:26:39.709Z | Compiling cfg_aliases v0.1.1 |
2344 | 2024-12-12T03:26:39.712Z | Compiling vte_generate_state_changes v0.1.2 |
2345 | 2024-12-12T03:26:39.712Z | Checking fd-lock v4.0.2 |
2346 | 2024-12-12T03:26:39.827Z | Checking nibble_vec v0.1.0 |
2347 | 2024-12-12T03:26:39.830Z | Checking bytecount v0.6.8 |
2348 | 2024-12-12T03:26:39.830Z | Checking endian-type v0.1.2 |
2349 | 2024-12-12T03:26:39.838Z | Compiling tabled_derive v0.7.0 |
2350 | 2024-12-12T03:26:39.875Z | Compiling peg-macros v0.8.4 |
2351 | 2024-12-12T03:26:39.878Z | Compiling nix v0.28.0 |
2352 | 2024-12-12T03:26:39.973Z | Checking papergrid v0.11.0 |
2353 | 2024-12-12T03:26:39.995Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2354 | 2024-12-12T03:26:40.015Z | Checking radix_trie v0.2.1 |
2355 | 2024-12-12T03:26:40.351Z | Compiling sqlparser_derive v0.2.2 |
2356 | 2024-12-12T03:26:40.383Z | Checking nu-ansi-term v0.50.1 |
2357 | 2024-12-12T03:26:40.401Z | Checking vte v0.11.1 |
2358 | 2024-12-12T03:26:40.791Z | Checking unicode_categories v0.1.1 |
2359 | 2024-12-12T03:26:41.079Z | Checking home v0.5.9 |
2360 | 2024-12-12T03:26:41.159Z | Checking sqlformat v0.2.6 |
2361 | 2024-12-12T03:26:41.223Z | Checking display-error-chain v0.2.2 |
2362 | 2024-12-12T03:26:41.421Z | Checking sqlparser v0.45.0 |
2363 | 2024-12-12T03:26:41.812Z | Checking strip-ansi-escapes v0.2.0 |
2364 | 2024-12-12T03:26:41.957Z | Checking reedline v0.35.0 |
2365 | 2024-12-12T03:26:42.145Z | Checking tabled v0.15.0 |
2366 | 2024-12-12T03:26:42.693Z | Checking peg v0.8.4 |
2367 | 2024-12-12T03:26:43.024Z | Checking rustyline v14.0.0 |
2368 | 2024-12-12T03:26:52.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.10s |
2369 | 2024-12-12T03:26:52.337Z | |
2370 | 2024-12-12T03:26:52.337Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174) |
2371 | 2024-12-12T03:26:52.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-12-12T03:26:52.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-12-12T03:26:52.997Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2374 | 2024-12-12T03:26:57.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2375 | 2024-12-12T03:26:58.075Z | |
2376 | 2024-12-12T03:26:58.075Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174) |
2377 | 2024-12-12T03:26:58.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-12-12T03:26:58.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-12-12T03:26:58.725Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2380 | 2024-12-12T03:27:02.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
2381 | 2024-12-12T03:27:02.581Z | |
2382 | 2024-12-12T03:27:02.581Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174) |
2383 | 2024-12-12T03:27:03.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-12-12T03:27:03.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-12-12T03:27:03.229Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2024-12-12T03:27:07.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
2387 | 2024-12-12T03:27:08.017Z | |
2388 | 2024-12-12T03:27:08.017Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174) |
2389 | 2024-12-12T03:27:08.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-12-12T03:27:08.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-12-12T03:27:08.664Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2392 | 2024-12-12T03:27:13.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s |
2393 | 2024-12-12T03:27:13.518Z | |
2394 | 2024-12-12T03:27:13.518Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174) |
2395 | 2024-12-12T03:27:14.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-12-12T03:27:14.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-12-12T03:27:14.172Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2024-12-12T03:27:18.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
2399 | 2024-12-12T03:27:18.215Z | |
2400 | 2024-12-12T03:27:18.215Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174) |
2401 | 2024-12-12T03:27:18.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-12-12T03:27:18.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-12-12T03:27:18.864Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2024-12-12T03:27:22.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2405 | 2024-12-12T03:27:22.952Z | |
2406 | 2024-12-12T03:27:22.952Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174) |
2407 | 2024-12-12T03:27:23.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-12-12T03:27:23.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-12-12T03:27:23.606Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2410 | 2024-12-12T03:27:28.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
2411 | 2024-12-12T03:27:28.643Z | |
2412 | 2024-12-12T03:27:28.643Z | info: running `cargo check --bins` on oximeter (46/174) |
2413 | 2024-12-12T03:27:29.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-12-12T03:27:29.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-12-12T03:27:29.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-12-12T03:27:29.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2417 | 2024-12-12T03:27:29.263Z | |
2418 | 2024-12-12T03:27:29.263Z | info: running `cargo check --bins` on oximeter-macro-impl (47/174) |
2419 | 2024-12-12T03:27:29.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-12-12T03:27:29.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-12-12T03:27:29.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-12-12T03:27:29.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2423 | 2024-12-12T03:27:29.853Z | |
2424 | 2024-12-12T03:27:29.853Z | info: running `cargo check --bins` on oximeter-schema (48/174) |
2425 | 2024-12-12T03:27:30.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-12-12T03:27:30.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-12-12T03:27:30.472Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2428 | 2024-12-12T03:27:30.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2429 | 2024-12-12T03:27:31.069Z | |
2430 | 2024-12-12T03:27:31.069Z | info: running `cargo check --bins` on oximeter-types (49/174) |
2431 | 2024-12-12T03:27:31.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-12-12T03:27:31.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-12-12T03:27:31.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-12-12T03:27:31.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2435 | 2024-12-12T03:27:31.679Z | |
2436 | 2024-12-12T03:27:31.679Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/174) |
2437 | 2024-12-12T03:27:32.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-12-12T03:27:32.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-12-12T03:27:32.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-12-12T03:27:32.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2441 | 2024-12-12T03:27:32.294Z | |
2442 | 2024-12-12T03:27:32.294Z | info: running `cargo check --bins` on oxql-types (51/174) |
2443 | 2024-12-12T03:27:32.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-12-12T03:27:32.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-12-12T03:27:32.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-12-12T03:27:32.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2447 | 2024-12-12T03:27:32.904Z | |
2448 | 2024-12-12T03:27:32.904Z | info: running `cargo check --bins` on oximeter-test-utils (52/174) |
2449 | 2024-12-12T03:27:33.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-12-12T03:27:33.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-12-12T03:27:33.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-12-12T03:27:33.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2453 | 2024-12-12T03:27:33.543Z | |
2454 | 2024-12-12T03:27:33.543Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/174) |
2455 | 2024-12-12T03:27:34.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-12-12T03:27:34.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-12-12T03:27:34.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-12-12T03:27:34.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2459 | 2024-12-12T03:27:34.164Z | |
2460 | 2024-12-12T03:27:34.164Z | info: running `cargo check --bins` on bootstrap-agent-client (54/174) |
2461 | 2024-12-12T03:27:34.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-12-12T03:27:34.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-12-12T03:27:34.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-12-12T03:27:34.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2465 | 2024-12-12T03:27:34.792Z | |
2466 | 2024-12-12T03:27:34.792Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174) |
2467 | 2024-12-12T03:27:35.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-12-12T03:27:35.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-12-12T03:27:35.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-12-12T03:27:35.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2471 | 2024-12-12T03:27:35.407Z | |
2472 | 2024-12-12T03:27:35.407Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/174) |
2473 | 2024-12-12T03:27:35.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-12-12T03:27:35.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-12-12T03:27:35.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-12-12T03:27:35.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2477 | 2024-12-12T03:27:36.025Z | |
2478 | 2024-12-12T03:27:36.025Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/174) |
2479 | 2024-12-12T03:27:36.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-12-12T03:27:36.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-12-12T03:27:36.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-12-12T03:27:36.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2483 | 2024-12-12T03:27:36.638Z | |
2484 | 2024-12-12T03:27:36.638Z | info: running `cargo check --bins` on cockroach-admin-client (58/174) |
2485 | 2024-12-12T03:27:37.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-12-12T03:27:37.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-12-12T03:27:37.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-12-12T03:27:37.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2489 | 2024-12-12T03:27:37.240Z | |
2490 | 2024-12-12T03:27:37.240Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/174) |
2491 | 2024-12-12T03:27:37.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-12-12T03:27:37.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-12-12T03:27:37.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-12-12T03:27:37.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2495 | 2024-12-12T03:27:37.860Z | |
2496 | 2024-12-12T03:27:37.860Z | info: running `cargo check --bins` on dns-service-client (60/174) |
2497 | 2024-12-12T03:27:38.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-12-12T03:27:38.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-12-12T03:27:38.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-12-12T03:27:38.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2501 | 2024-12-12T03:27:38.469Z | |
2502 | 2024-12-12T03:27:38.469Z | info: running `cargo check --bins` on internal-dns-types (61/174) |
2503 | 2024-12-12T03:27:39.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-12-12T03:27:39.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-12-12T03:27:39.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-12-12T03:27:39.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2507 | 2024-12-12T03:27:39.078Z | |
2508 | 2024-12-12T03:27:39.079Z | info: running `cargo check --bins` on dpd-client (62/174) |
2509 | 2024-12-12T03:27:39.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-12-12T03:27:39.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-12-12T03:27:39.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-12-12T03:27:39.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2513 | 2024-12-12T03:27:39.687Z | |
2514 | 2024-12-12T03:27:39.687Z | info: running `cargo check --bins` on gateway-client (63/174) |
2515 | 2024-12-12T03:27:40.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-12-12T03:27:40.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-12-12T03:27:40.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-12-12T03:27:40.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2519 | 2024-12-12T03:27:40.291Z | |
2520 | 2024-12-12T03:27:40.291Z | info: running `cargo check --bins` on installinator-client (64/174) |
2521 | 2024-12-12T03:27:40.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-12-12T03:27:40.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-12-12T03:27:40.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-12-12T03:27:40.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2525 | 2024-12-12T03:27:40.920Z | |
2526 | 2024-12-12T03:27:40.921Z | info: running `cargo check --bins` on installinator-common (65/174) |
2527 | 2024-12-12T03:27:41.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-12-12T03:27:41.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-12-12T03:27:41.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-12-12T03:27:41.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2531 | 2024-12-12T03:27:41.554Z | |
2532 | 2024-12-12T03:27:41.554Z | info: running `cargo check --bins` on update-engine (66/174) |
2533 | 2024-12-12T03:27:42.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-12-12T03:27:42.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-12-12T03:27:42.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-12-12T03:27:42.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2537 | 2024-12-12T03:27:42.165Z | |
2538 | 2024-12-12T03:27:42.165Z | info: running `cargo check --bins` on nexus-client (67/174) |
2539 | 2024-12-12T03:27:42.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-12-12T03:27:42.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-12-12T03:27:42.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-12-12T03:27:42.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2543 | 2024-12-12T03:27:42.811Z | |
2544 | 2024-12-12T03:27:42.811Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/174) |
2545 | 2024-12-12T03:27:43.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-12-12T03:27:43.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-12-12T03:27:43.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-12-12T03:27:43.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2549 | 2024-12-12T03:27:43.448Z | |
2550 | 2024-12-12T03:27:43.448Z | info: running `cargo check --bins` on omicron-passwords (69/174) |
2551 | 2024-12-12T03:27:43.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-12-12T03:27:43.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-12-12T03:27:43.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-12-12T03:27:43.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2555 | 2024-12-12T03:27:44.064Z | |
2556 | 2024-12-12T03:27:44.064Z | info: running `cargo check --bins` on nexus-types (70/174) |
2557 | 2024-12-12T03:27:44.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-12-12T03:27:44.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-12-12T03:27:44.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-12-12T03:27:44.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2561 | 2024-12-12T03:27:44.713Z | |
2562 | 2024-12-12T03:27:44.713Z | info: running `cargo check --bins` on oxide-client (71/174) |
2563 | 2024-12-12T03:27:45.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-12-12T03:27:45.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-12-12T03:27:45.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-12-12T03:27:45.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2567 | 2024-12-12T03:27:45.323Z | |
2568 | 2024-12-12T03:27:45.323Z | info: running `cargo check --bins` on oximeter-client (72/174) |
2569 | 2024-12-12T03:27:45.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-12-12T03:27:45.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-12-12T03:27:45.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-12-12T03:27:45.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2573 | 2024-12-12T03:27:45.940Z | |
2574 | 2024-12-12T03:27:45.940Z | info: running `cargo check --bins` on repo-depot-client (73/174) |
2575 | 2024-12-12T03:27:46.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-12-12T03:27:46.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-12-12T03:27:46.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-12-12T03:27:46.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2579 | 2024-12-12T03:27:46.547Z | |
2580 | 2024-12-12T03:27:46.547Z | info: running `cargo check --bins` on sled-agent-client (74/174) |
2581 | 2024-12-12T03:27:47.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-12-12T03:27:47.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-12-12T03:27:47.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-12-12T03:27:47.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2585 | 2024-12-12T03:27:47.181Z | |
2586 | 2024-12-12T03:27:47.181Z | info: running `cargo check --bins` on wicketd-client (75/174) |
2587 | 2024-12-12T03:27:47.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-12-12T03:27:47.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-12-12T03:27:47.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-12-12T03:27:47.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2591 | 2024-12-12T03:27:47.838Z | |
2592 | 2024-12-12T03:27:47.838Z | info: running `cargo check --bins` on sled-agent-types (76/174) |
2593 | 2024-12-12T03:27:48.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-12-12T03:27:48.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-12-12T03:27:48.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-12-12T03:27:48.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2597 | 2024-12-12T03:27:48.486Z | |
2598 | 2024-12-12T03:27:48.486Z | info: running `cargo check --bins` on wicket-common (77/174) |
2599 | 2024-12-12T03:27:49.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-12-12T03:27:49.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-12-12T03:27:49.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-12-12T03:27:49.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2603 | 2024-12-12T03:27:49.128Z | |
2604 | 2024-12-12T03:27:49.128Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/174) |
2605 | 2024-12-12T03:27:49.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-12-12T03:27:49.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-12-12T03:27:49.787Z | Checking csv-core v0.1.11 |
2608 | 2024-12-12T03:27:49.788Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2609 | 2024-12-12T03:27:49.791Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2610 | 2024-12-12T03:27:50.092Z | Checking csv v1.3.0 |
2611 | 2024-12-12T03:27:50.105Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2612 | 2024-12-12T03:27:50.654Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2613 | 2024-12-12T03:27:50.984Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2614 | 2024-12-12T03:27:52.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
2615 | 2024-12-12T03:27:52.357Z | |
2616 | 2024-12-12T03:27:52.357Z | info: running `cargo check --bins` on cockroach-admin-api (79/174) |
2617 | 2024-12-12T03:27:52.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-12-12T03:27:52.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-12-12T03:27:52.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2024-12-12T03:27:52.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2621 | 2024-12-12T03:27:52.975Z | |
2622 | 2024-12-12T03:27:52.975Z | info: running `cargo check --bins` on cockroach-admin-types (80/174) |
2623 | 2024-12-12T03:27:53.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-12-12T03:27:53.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-12-12T03:27:53.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-12-12T03:27:53.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2627 | 2024-12-12T03:27:53.604Z | |
2628 | 2024-12-12T03:27:53.604Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174) |
2629 | 2024-12-12T03:27:54.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-12-12T03:27:54.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-12-12T03:27:54.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-12-12T03:27:54.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2633 | 2024-12-12T03:27:54.329Z | |
2634 | 2024-12-12T03:27:54.329Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174) |
2635 | 2024-12-12T03:27:54.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-12-12T03:27:54.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-12-12T03:27:54.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-12-12T03:27:54.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2639 | 2024-12-12T03:27:55.043Z | |
2640 | 2024-12-12T03:27:55.043Z | info: running `cargo check --bins` on dns-server (83/174) |
2641 | 2024-12-12T03:27:55.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-12-12T03:27:55.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-12-12T03:27:55.672Z | Compiling parking_lot_core v0.8.6 |
2644 | 2024-12-12T03:27:55.672Z | Checking fxhash v0.2.1 |
2645 | 2024-12-12T03:27:55.675Z | Checking hickory-server v0.24.1 |
2646 | 2024-12-12T03:27:55.675Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2647 | 2024-12-12T03:27:55.675Z | Checking hickory-client v0.24.1 |
2648 | 2024-12-12T03:27:56.344Z | Checking parking_lot v0.11.2 |
2649 | 2024-12-12T03:27:56.469Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2650 | 2024-12-12T03:27:56.472Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2651 | 2024-12-12T03:27:56.576Z | Checking sled v0.34.7 |
2652 | 2024-12-12T03:27:58.312Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2653 | 2024-12-12T03:27:59.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
2654 | 2024-12-12T03:27:59.694Z | |
2655 | 2024-12-12T03:27:59.694Z | info: running `cargo check --bins` on dns-server-api (84/174) |
2656 | 2024-12-12T03:28:00.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-12-12T03:28:00.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-12-12T03:28:00.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-12-12T03:28:00.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2660 | 2024-12-12T03:28:00.306Z | |
2661 | 2024-12-12T03:28:00.306Z | info: running `cargo check --bins` on gateway-test-utils (85/174) |
2662 | 2024-12-12T03:28:00.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-12-12T03:28:00.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-12-12T03:28:00.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2024-12-12T03:28:00.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2666 | 2024-12-12T03:28:00.964Z | |
2667 | 2024-12-12T03:28:00.964Z | info: running `cargo check --bins` on gateway-types (86/174) |
2668 | 2024-12-12T03:28:01.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-12-12T03:28:01.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-12-12T03:28:01.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-12-12T03:28:01.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2672 | 2024-12-12T03:28:01.575Z | |
2673 | 2024-12-12T03:28:01.575Z | info: running `cargo check --bins` on ipcc (87/174) |
2674 | 2024-12-12T03:28:02.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-12-12T03:28:02.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-12-12T03:28:02.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-12-12T03:28:02.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2678 | 2024-12-12T03:28:02.188Z | |
2679 | 2024-12-12T03:28:02.188Z | info: running `cargo check --bins` on omicron-gateway (88/174) |
2680 | 2024-12-12T03:28:02.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-12-12T03:28:02.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-12-12T03:28:02.867Z | Compiling semver v0.1.20 |
2683 | 2024-12-12T03:28:02.867Z | Compiling radium v0.7.0 |
2684 | 2024-12-12T03:28:02.972Z | Compiling maybe-uninit v2.0.0 |
2685 | 2024-12-12T03:28:02.974Z | Checking tap v1.0.1 |
2686 | 2024-12-12T03:28:03.002Z | Checking password-hash v0.5.0 |
2687 | 2024-12-12T03:28:03.005Z | Checking blake2 v0.10.6 |
2688 | 2024-12-12T03:28:03.005Z | Checking crc-catalog v2.4.0 |
2689 | 2024-12-12T03:28:03.005Z | Compiling owo-colors v4.1.0 |
2690 | 2024-12-12T03:28:03.119Z | Checking wyz v0.5.1 |
2691 | 2024-12-12T03:28:03.157Z | Compiling cancel-safe-futures v0.1.5 |
2692 | 2024-12-12T03:28:03.307Z | Compiling rustc_version v0.1.7 |
2693 | 2024-12-12T03:28:03.426Z | Checking funty v2.0.0 |
2694 | 2024-12-12T03:28:03.447Z | Compiling packed_struct v0.10.1 |
2695 | 2024-12-12T03:28:03.500Z | Checking argon2 v0.5.3 |
2696 | 2024-12-12T03:28:03.570Z | Checking crc v3.2.1 |
2697 | 2024-12-12T03:28:03.607Z | Compiling packed_struct_codegen v0.10.1 |
2698 | 2024-12-12T03:28:03.639Z | Checking half v2.4.1 |
2699 | 2024-12-12T03:28:03.757Z | Compiling newtype_derive v0.1.6 |
2700 | 2024-12-12T03:28:03.903Z | Compiling indexmap v1.9.3 |
2701 | 2024-12-12T03:28:03.986Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2702 | 2024-12-12T03:28:04.005Z | Checking ciborium-io v0.2.2 |
2703 | 2024-12-12T03:28:04.111Z | Checking nodrop v0.1.14 |
2704 | 2024-12-12T03:28:04.130Z | Checking ciborium-ll v0.2.2 |
2705 | 2024-12-12T03:28:04.198Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2706 | 2024-12-12T03:28:04.219Z | Checking smallvec v0.6.14 |
2707 | 2024-12-12T03:28:04.236Z | Checking array-init v0.0.4 |
2708 | 2024-12-12T03:28:04.236Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2709 | 2024-12-12T03:28:04.331Z | Checking bitvec v1.0.1 |
2710 | 2024-12-12T03:28:04.461Z | Checking libsw v3.3.1 |
2711 | 2024-12-12T03:28:04.621Z | Compiling memoffset v0.9.1 |
2712 | 2024-12-12T03:28:04.723Z | Checking swrite v0.1.0 |
2713 | 2024-12-12T03:28:04.841Z | Checking indent_write v2.2.0 |
2714 | 2024-12-12T03:28:04.844Z | Checking hashbrown v0.12.3 |
2715 | 2024-12-12T03:28:04.913Z | Checking termcolor v1.4.1 |
2716 | 2024-12-12T03:28:04.994Z | Checking linear-map v1.2.0 |
2717 | 2024-12-12T03:28:05.047Z | Checking bitfield v0.14.0 |
2718 | 2024-12-12T03:28:05.243Z | Checking serde-hex v0.1.0 |
2719 | 2024-12-12T03:28:05.316Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2720 | 2024-12-12T03:28:05.350Z | Checking env_logger v0.10.2 |
2721 | 2024-12-12T03:28:05.467Z | Checking ron v0.8.1 |
2722 | 2024-12-12T03:28:05.784Z | Checking ciborium v0.2.2 |
2723 | 2024-12-12T03:28:06.170Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2724 | 2024-12-12T03:28:06.536Z | Checking steno v0.4.1 |
2725 | 2024-12-12T03:28:06.660Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2726 | 2024-12-12T03:28:06.695Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2727 | 2024-12-12T03:28:06.804Z | Checking hashbrown v0.13.2 |
2728 | 2024-12-12T03:28:06.894Z | Checking humantime v2.1.0 |
2729 | 2024-12-12T03:28:06.961Z | Checking crc-any v2.5.0 |
2730 | 2024-12-12T03:28:07.192Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2731 | 2024-12-12T03:28:07.341Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2732 | 2024-12-12T03:28:07.571Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2733 | 2024-12-12T03:28:07.853Z | Checking path-slash v0.1.5 |
2734 | 2024-12-12T03:28:07.886Z | Checking object v0.30.4 |
2735 | 2024-12-12T03:28:07.907Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2736 | 2024-12-12T03:28:08.063Z | Checking nix v0.27.1 |
2737 | 2024-12-12T03:28:08.716Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2738 | 2024-12-12T03:28:09.156Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2739 | 2024-12-12T03:28:09.190Z | Checking tungstenite v0.23.0 |
2740 | 2024-12-12T03:28:09.353Z | Checking kstat-rs v0.2.4 |
2741 | 2024-12-12T03:28:09.413Z | Checking signal-hook-tokio v0.3.1 |
2742 | 2024-12-12T03:28:09.700Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2743 | 2024-12-12T03:28:09.988Z | Checking tokio-tungstenite v0.23.1 |
2744 | 2024-12-12T03:28:10.443Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2745 | 2024-12-12T03:28:10.765Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2746 | 2024-12-12T03:28:10.941Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2747 | 2024-12-12T03:28:17.397Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2748 | 2024-12-12T03:28:18.685Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2749 | 2024-12-12T03:28:21.662Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2750 | 2024-12-12T03:28:27.318Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2751 | 2024-12-12T03:28:28.006Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2752 | 2024-12-12T03:28:30.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.55s |
2753 | 2024-12-12T03:28:30.925Z | |
2754 | 2024-12-12T03:28:30.925Z | info: running `cargo check --bins` on gateway-api (89/174) |
2755 | 2024-12-12T03:28:31.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-12-12T03:28:31.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-12-12T03:28:31.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2024-12-12T03:28:31.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2759 | 2024-12-12T03:28:31.537Z | |
2760 | 2024-12-12T03:28:31.537Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174) |
2761 | 2024-12-12T03:28:32.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-12-12T03:28:32.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-12-12T03:28:32.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-12-12T03:28:32.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2765 | 2024-12-12T03:28:32.130Z | |
2766 | 2024-12-12T03:28:32.130Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174) |
2767 | 2024-12-12T03:28:32.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-12-12T03:28:32.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-12-12T03:28:32.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-12-12T03:28:32.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2771 | 2024-12-12T03:28:32.740Z | |
2772 | 2024-12-12T03:28:32.741Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174) |
2773 | 2024-12-12T03:28:33.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-12-12T03:28:33.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-12-12T03:28:33.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2024-12-12T03:28:33.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2777 | 2024-12-12T03:28:33.354Z | |
2778 | 2024-12-12T03:28:33.354Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174) |
2779 | 2024-12-12T03:28:34.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-12-12T03:28:34.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-12-12T03:28:34.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-12-12T03:28:34.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2783 | 2024-12-12T03:28:34.011Z | |
2784 | 2024-12-12T03:28:34.011Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174) |
2785 | 2024-12-12T03:28:34.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-12-12T03:28:34.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-12-12T03:28:34.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-12-12T03:28:34.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2789 | 2024-12-12T03:28:34.581Z | |
2790 | 2024-12-12T03:28:34.581Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174) |
2791 | 2024-12-12T03:28:35.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-12-12T03:28:35.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-12-12T03:28:35.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-12-12T03:28:35.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2795 | 2024-12-12T03:28:35.192Z | |
2796 | 2024-12-12T03:28:35.193Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174) |
2797 | 2024-12-12T03:28:35.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-12-12T03:28:35.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-12-12T03:28:35.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-12-12T03:28:35.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2801 | 2024-12-12T03:28:35.806Z | |
2802 | 2024-12-12T03:28:35.806Z | info: running `cargo check --bins` on oximeter-producer (97/174) |
2803 | 2024-12-12T03:28:36.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-12-12T03:28:36.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-12-12T03:28:36.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-12-12T03:28:36.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2807 | 2024-12-12T03:28:36.442Z | |
2808 | 2024-12-12T03:28:36.442Z | info: running `cargo check --bins` on internal-dns-resolver (98/174) |
2809 | 2024-12-12T03:28:36.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-12-12T03:28:36.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-12-12T03:28:36.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-12-12T03:28:36.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2813 | 2024-12-12T03:28:37.054Z | |
2814 | 2024-12-12T03:28:37.054Z | info: running `cargo check --bins` on sp-sim (99/174) |
2815 | 2024-12-12T03:28:37.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-12-12T03:28:37.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-12-12T03:28:37.677Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2818 | 2024-12-12T03:28:39.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
2819 | 2024-12-12T03:28:39.664Z | |
2820 | 2024-12-12T03:28:39.664Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174) |
2821 | 2024-12-12T03:28:40.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-12-12T03:28:40.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-12-12T03:28:40.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2024-12-12T03:28:40.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2825 | 2024-12-12T03:28:40.318Z | |
2826 | 2024-12-12T03:28:40.318Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174) |
2827 | 2024-12-12T03:28:40.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-12-12T03:28:40.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-12-12T03:28:40.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2024-12-12T03:28:40.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2831 | 2024-12-12T03:28:40.985Z | |
2832 | 2024-12-12T03:28:40.985Z | info: running `cargo check --bins` on db-macros (102/174) |
2833 | 2024-12-12T03:28:41.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-12-12T03:28:41.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-12-12T03:28:41.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2024-12-12T03:28:41.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2837 | 2024-12-12T03:28:41.583Z | |
2838 | 2024-12-12T03:28:41.583Z | info: running `cargo check --bins` on nexus-macros-common (103/174) |
2839 | 2024-12-12T03:28:42.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-12-12T03:28:42.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-12-12T03:28:42.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2024-12-12T03:28:42.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2843 | 2024-12-12T03:28:42.179Z | |
2844 | 2024-12-12T03:28:42.179Z | info: running `cargo check --bins` on nexus-auth (104/174) |
2845 | 2024-12-12T03:28:42.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-12-12T03:28:42.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-12-12T03:28:42.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2024-12-12T03:28:42.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2849 | 2024-12-12T03:28:42.830Z | |
2850 | 2024-12-12T03:28:42.830Z | info: running `cargo check --bins` on authz-macros (105/174) |
2851 | 2024-12-12T03:28:43.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-12-12T03:28:43.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-12-12T03:28:43.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2024-12-12T03:28:43.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2855 | 2024-12-12T03:28:43.431Z | |
2856 | 2024-12-12T03:28:43.431Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/174) |
2857 | 2024-12-12T03:28:43.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-12-12T03:28:43.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-12-12T03:28:43.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2024-12-12T03:28:44.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2861 | 2024-12-12T03:28:44.075Z | |
2862 | 2024-12-12T03:28:44.075Z | info: running `cargo check --bins` on nexus-db-model (107/174) |
2863 | 2024-12-12T03:28:44.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-12-12T03:28:44.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-12-12T03:28:44.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2024-12-12T03:28:44.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2867 | 2024-12-12T03:28:44.720Z | |
2868 | 2024-12-12T03:28:44.720Z | info: running `cargo check --bins` on nexus-defaults (108/174) |
2869 | 2024-12-12T03:28:45.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-12-12T03:28:45.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-12-12T03:28:45.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2024-12-12T03:28:45.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2873 | 2024-12-12T03:28:45.335Z | |
2874 | 2024-12-12T03:28:45.335Z | info: running `cargo check --bins` on nexus-inventory (109/174) |
2875 | 2024-12-12T03:28:45.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-12-12T03:28:45.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-12-12T03:28:45.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2024-12-12T03:28:45.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2879 | 2024-12-12T03:28:45.970Z | |
2880 | 2024-12-12T03:28:45.970Z | info: running `cargo check --bins` on typed-rng (110/174) |
2881 | 2024-12-12T03:28:46.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-12-12T03:28:46.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-12-12T03:28:46.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2024-12-12T03:28:46.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2885 | 2024-12-12T03:28:46.565Z | |
2886 | 2024-12-12T03:28:46.565Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174) |
2887 | 2024-12-12T03:28:47.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-12-12T03:28:47.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-12-12T03:28:47.287Z | Checking keccak v0.1.5 |
2890 | 2024-12-12T03:28:47.396Z | Checking secrecy v0.8.0 |
2891 | 2024-12-12T03:28:47.399Z | Compiling unicase v2.7.0 |
2892 | 2024-12-12T03:28:47.399Z | Compiling same-file v1.0.6 |
2893 | 2024-12-12T03:28:47.413Z | Compiling tempfile v3.13.0 |
2894 | 2024-12-12T03:28:47.439Z | Compiling thiserror-impl-no-std v2.0.2 |
2895 | 2024-12-12T03:28:47.442Z | Checking universal-hash v0.5.1 |
2896 | 2024-12-12T03:28:47.442Z | Compiling blake3 v1.5.4 |
2897 | 2024-12-12T03:28:47.569Z | Compiling walkdir v2.5.0 |
2898 | 2024-12-12T03:28:47.626Z | Compiling ring v0.16.20 |
2899 | 2024-12-12T03:28:47.668Z | Checking sha3 v0.10.8 |
2900 | 2024-12-12T03:28:47.670Z | Checking opaque-debug v0.3.1 |
2901 | 2024-12-12T03:28:47.766Z | Checking poly1305 v0.8.0 |
2902 | 2024-12-12T03:28:47.840Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2903 | 2024-12-12T03:28:48.055Z | Checking chacha20 v0.9.1 |
2904 | 2024-12-12T03:28:48.145Z | Checking aead v0.5.2 |
2905 | 2024-12-12T03:28:48.265Z | Compiling memmap2 v0.9.5 |
2906 | 2024-12-12T03:28:48.280Z | Compiling spin v0.5.2 |
2907 | 2024-12-12T03:28:48.311Z | Compiling arrayref v0.3.9 |
2908 | 2024-12-12T03:28:48.359Z | Compiling salty v0.3.0 |
2909 | 2024-12-12T03:28:48.403Z | Compiling libefi-sys v0.1.0 |
2910 | 2024-12-12T03:28:48.421Z | Compiling constant_time_eq v0.3.1 |
2911 | 2024-12-12T03:28:48.484Z | Compiling arrayvec v0.7.6 |
2912 | 2024-12-12T03:28:48.571Z | Checking chacha20poly1305 v0.10.1 |
2913 | 2024-12-12T03:28:48.698Z | Compiling toolchain_find v0.4.0 |
2914 | 2024-12-12T03:28:48.729Z | Compiling camino-tempfile v1.1.1 |
2915 | 2024-12-12T03:28:48.762Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2916 | 2024-12-12T03:28:48.796Z | Compiling bitfield-struct v0.6.2 |
2917 | 2024-12-12T03:28:49.119Z | Compiling topological-sort v0.2.2 |
2918 | 2024-12-12T03:28:49.186Z | Compiling mime_guess v2.0.5 |
2919 | 2024-12-12T03:28:49.279Z | Compiling rustfmt-wrapper v0.2.1 |
2920 | 2024-12-12T03:28:49.741Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2921 | 2024-12-12T03:28:49.852Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2922 | 2024-12-12T03:28:49.912Z | Checking primeorder v0.13.6 |
2923 | 2024-12-12T03:28:50.156Z | Checking env_filter v0.1.2 |
2924 | 2024-12-12T03:28:50.172Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2925 | 2024-12-12T03:28:50.220Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2926 | 2024-12-12T03:28:50.378Z | Checking p384 v0.13.0 |
2927 | 2024-12-12T03:28:50.396Z | Checking env_logger v0.11.5 |
2928 | 2024-12-12T03:28:50.484Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2929 | 2024-12-12T03:28:50.501Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2930 | 2024-12-12T03:28:50.600Z | Checking thiserror-no-std v2.0.2 |
2931 | 2024-12-12T03:28:50.716Z | Checking vsss-rs v3.3.4 |
2932 | 2024-12-12T03:28:50.730Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2933 | 2024-12-12T03:28:50.761Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2934 | 2024-12-12T03:28:50.971Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2935 | 2024-12-12T03:28:51.060Z | Checking lockfree-object-pool v0.1.6 |
2936 | 2024-12-12T03:28:51.124Z | Checking simd-adler32 v0.3.7 |
2937 | 2024-12-12T03:28:51.221Z | Compiling zip v2.1.3 |
2938 | 2024-12-12T03:28:51.247Z | Checking http-range v0.1.5 |
2939 | 2024-12-12T03:28:51.289Z | Checking bumpalo v3.16.0 |
2940 | 2024-12-12T03:28:51.456Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2941 | 2024-12-12T03:28:51.518Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2942 | 2024-12-12T03:28:51.541Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2943 | 2024-12-12T03:28:51.620Z | Checking zopfli v0.8.1 |
2944 | 2024-12-12T03:28:51.811Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2945 | 2024-12-12T03:28:52.167Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2946 | 2024-12-12T03:28:52.185Z | Checking nanorand v0.7.0 |
2947 | 2024-12-12T03:28:52.331Z | Checking atty v0.2.14 |
2948 | 2024-12-12T03:28:52.386Z | Checking glob v0.3.1 |
2949 | 2024-12-12T03:28:52.450Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2950 | 2024-12-12T03:28:52.545Z | Checking flume v0.11.1 |
2951 | 2024-12-12T03:28:52.703Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2952 | 2024-12-12T03:28:52.852Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2953 | 2024-12-12T03:28:53.369Z | Compiling omicron-zone-package v0.11.1 |
2954 | 2024-12-12T03:28:54.089Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2955 | 2024-12-12T03:28:54.167Z | Checking hyper-staticfile v0.10.1 |
2956 | 2024-12-12T03:28:54.859Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2957 | 2024-12-12T03:28:54.904Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2958 | 2024-12-12T03:28:54.944Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2959 | 2024-12-12T03:28:55.237Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2960 | 2024-12-12T03:28:55.396Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2961 | 2024-12-12T03:28:55.417Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2962 | 2024-12-12T03:28:55.973Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2963 | 2024-12-12T03:28:56.541Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2964 | 2024-12-12T03:28:57.627Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2965 | 2024-12-12T03:28:59.467Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2966 | 2024-12-12T03:28:59.467Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2967 | 2024-12-12T03:29:09.417Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2968 | 2024-12-12T03:29:22.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.25s |
2969 | 2024-12-12T03:29:23.019Z | |
2970 | 2024-12-12T03:29:23.020Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174) |
2971 | 2024-12-12T03:29:23.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-12-12T03:29:23.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-12-12T03:29:23.752Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2974 | 2024-12-12T03:29:37.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s |
2975 | 2024-12-12T03:29:37.381Z | |
2976 | 2024-12-12T03:29:37.381Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174) |
2977 | 2024-12-12T03:29:37.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-12-12T03:29:37.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-12-12T03:29:38.109Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2980 | 2024-12-12T03:29:51.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
2981 | 2024-12-12T03:29:51.833Z | |
2982 | 2024-12-12T03:29:51.833Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174) |
2983 | 2024-12-12T03:29:52.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-12-12T03:29:52.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-12-12T03:29:52.559Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2986 | 2024-12-12T03:30:06.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
2987 | 2024-12-12T03:30:06.332Z | |
2988 | 2024-12-12T03:30:06.332Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174) |
2989 | 2024-12-12T03:30:06.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-12-12T03:30:06.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-12-12T03:30:07.051Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2992 | 2024-12-12T03:30:20.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
2993 | 2024-12-12T03:30:20.439Z | |
2994 | 2024-12-12T03:30:20.439Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174) |
2995 | 2024-12-12T03:30:21.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-12-12T03:30:21.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-12-12T03:30:21.156Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2998 | 2024-12-12T03:30:34.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s |
2999 | 2024-12-12T03:30:34.699Z | |
3000 | 2024-12-12T03:30:34.699Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174) |
3001 | 2024-12-12T03:30:35.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-12-12T03:30:35.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-12-12T03:30:35.423Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3004 | 2024-12-12T03:30:48.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s |
3005 | 2024-12-12T03:30:48.965Z | |
3006 | 2024-12-12T03:30:48.965Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174) |
3007 | 2024-12-12T03:30:49.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-12-12T03:30:49.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-12-12T03:30:49.687Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3010 | 2024-12-12T03:31:03.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s |
3011 | 2024-12-12T03:31:03.334Z | |
3012 | 2024-12-12T03:31:03.334Z | info: running `cargo check --bins` on bootstrap-agent-api (119/174) |
3013 | 2024-12-12T03:31:03.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-12-12T03:31:03.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-12-12T03:31:03.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3016 | 2024-12-12T03:31:03.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3017 | 2024-12-12T03:31:03.976Z | |
3018 | 2024-12-12T03:31:03.976Z | info: running `cargo check --bins` on key-manager (120/174) |
3019 | 2024-12-12T03:31:04.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2024-12-12T03:31:04.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2024-12-12T03:31:04.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2024-12-12T03:31:04.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3023 | 2024-12-12T03:31:04.600Z | |
3024 | 2024-12-12T03:31:04.600Z | info: running `cargo check --bins` on range-requests (121/174) |
3025 | 2024-12-12T03:31:05.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-12-12T03:31:05.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-12-12T03:31:05.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2024-12-12T03:31:05.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3029 | 2024-12-12T03:31:05.198Z | |
3030 | 2024-12-12T03:31:05.198Z | info: running `cargo check --bins` on repo-depot-api (122/174) |
3031 | 2024-12-12T03:31:05.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2024-12-12T03:31:05.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2024-12-12T03:31:05.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2024-12-12T03:31:05.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3035 | 2024-12-12T03:31:05.811Z | |
3036 | 2024-12-12T03:31:05.811Z | info: running `cargo check --bins` on sled-agent-api (123/174) |
3037 | 2024-12-12T03:31:06.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-12-12T03:31:06.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-12-12T03:31:06.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-12-12T03:31:06.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3041 | 2024-12-12T03:31:06.455Z | |
3042 | 2024-12-12T03:31:06.455Z | info: running `cargo check --bins` on sled-hardware (124/174) |
3043 | 2024-12-12T03:31:07.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-12-12T03:31:07.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-12-12T03:31:07.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2024-12-12T03:31:07.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3047 | 2024-12-12T03:31:07.089Z | |
3048 | 2024-12-12T03:31:07.090Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/174) |
3049 | 2024-12-12T03:31:07.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-12-12T03:31:07.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-12-12T03:31:07.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2024-12-12T03:31:07.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3053 | 2024-12-12T03:31:07.727Z | |
3054 | 2024-12-12T03:31:07.727Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/174) |
3055 | 2024-12-12T03:31:08.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-12-12T03:31:08.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-12-12T03:31:08.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2024-12-12T03:31:08.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3059 | 2024-12-12T03:31:08.358Z | |
3060 | 2024-12-12T03:31:08.358Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/174) |
3061 | 2024-12-12T03:31:08.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-12-12T03:31:08.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-12-12T03:31:08.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2024-12-12T03:31:08.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3065 | 2024-12-12T03:31:09.002Z | |
3066 | 2024-12-12T03:31:09.002Z | info: running `cargo check --bins` on nexus-test-interface (128/174) |
3067 | 2024-12-12T03:31:09.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2024-12-12T03:31:09.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2024-12-12T03:31:09.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2024-12-12T03:31:09.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3071 | 2024-12-12T03:31:09.642Z | |
3072 | 2024-12-12T03:31:09.642Z | info: running `cargo check --bins` on oximeter-collector (129/174) |
3073 | 2024-12-12T03:31:10.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-12-12T03:31:10.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-12-12T03:31:10.324Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3076 | 2024-12-12T03:31:10.324Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3077 | 2024-12-12T03:31:11.061Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3078 | 2024-12-12T03:31:12.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
3079 | 2024-12-12T03:31:13.139Z | |
3080 | 2024-12-12T03:31:13.139Z | info: running `cargo check --bins` on oximeter-api (130/174) |
3081 | 2024-12-12T03:31:13.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-12-12T03:31:13.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-12-12T03:31:13.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2024-12-12T03:31:13.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3085 | 2024-12-12T03:31:13.754Z | |
3086 | 2024-12-12T03:31:13.754Z | info: running `cargo check --bins` on cert-dev (131/174) |
3087 | 2024-12-12T03:31:14.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-12-12T03:31:14.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-12-12T03:31:14.355Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3090 | 2024-12-12T03:31:14.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3091 | 2024-12-12T03:31:14.776Z | |
3092 | 2024-12-12T03:31:14.776Z | info: running `cargo check --bins` on clickana (132/174) |
3093 | 2024-12-12T03:31:15.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-12-12T03:31:15.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-12-12T03:31:15.409Z | Checking castaway v0.2.3 |
3096 | 2024-12-12T03:31:15.409Z | Checking unicode-truncate v1.1.0 |
3097 | 2024-12-12T03:31:15.412Z | Checking lru v0.12.5 |
3098 | 2024-12-12T03:31:15.412Z | Compiling instability v0.3.2 |
3099 | 2024-12-12T03:31:15.412Z | Checking cassowary v0.3.0 |
3100 | 2024-12-12T03:31:15.412Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3101 | 2024-12-12T03:31:15.640Z | Checking compact_str v0.8.0 |
3102 | 2024-12-12T03:31:16.230Z | Checking ratatui v0.28.1 |
3103 | 2024-12-12T03:31:18.068Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3104 | 2024-12-12T03:31:18.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
3105 | 2024-12-12T03:31:19.080Z | |
3106 | 2024-12-12T03:31:19.080Z | info: running `cargo check --bins` on clickhouse-cluster-dev (133/174) |
3107 | 2024-12-12T03:31:19.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-12-12T03:31:19.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-12-12T03:31:19.743Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3110 | 2024-12-12T03:31:19.743Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3111 | 2024-12-12T03:31:20.333Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3112 | 2024-12-12T03:31:20.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3113 | 2024-12-12T03:31:20.858Z | |
3114 | 2024-12-12T03:31:20.858Z | info: running `cargo check --bins` on ch-dev (134/174) |
3115 | 2024-12-12T03:31:21.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-12-12T03:31:21.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-12-12T03:31:21.501Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3118 | 2024-12-12T03:31:22.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3119 | 2024-12-12T03:31:22.372Z | |
3120 | 2024-12-12T03:31:22.372Z | info: running `cargo check --bins` on crdb-seed (135/174) |
3121 | 2024-12-12T03:31:22.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-12-12T03:31:22.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-12-12T03:31:23.013Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3124 | 2024-12-12T03:31:23.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3125 | 2024-12-12T03:31:23.547Z | |
3126 | 2024-12-12T03:31:23.547Z | info: running `cargo check --bins` on db-dev (136/174) |
3127 | 2024-12-12T03:31:24.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2024-12-12T03:31:24.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2024-12-12T03:31:24.205Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3130 | 2024-12-12T03:31:24.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3131 | 2024-12-12T03:31:25.083Z | |
3132 | 2024-12-12T03:31:25.083Z | info: running `cargo check --bins` on omicron-dev-lib (137/174) |
3133 | 2024-12-12T03:31:25.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2024-12-12T03:31:25.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2024-12-12T03:31:25.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3136 | 2024-12-12T03:31:25.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3137 | 2024-12-12T03:31:25.712Z | |
3138 | 2024-12-12T03:31:25.712Z | info: running `cargo check --bins` on xtask-downloader (138/174) |
3139 | 2024-12-12T03:31:26.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2024-12-12T03:31:26.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2024-12-12T03:31:26.319Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3142 | 2024-12-12T03:31:27.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3143 | 2024-12-12T03:31:27.370Z | |
3144 | 2024-12-12T03:31:27.370Z | info: running `cargo check --bins` on omicron-ls-apis (139/174) |
3145 | 2024-12-12T03:31:27.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2024-12-12T03:31:27.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2024-12-12T03:31:27.977Z | Checking cargo-platform v0.1.8 |
3148 | 2024-12-12T03:31:28.240Z | Checking cargo_metadata v0.18.1 |
3149 | 2024-12-12T03:31:29.190Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3150 | 2024-12-12T03:31:29.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
3151 | 2024-12-12T03:31:30.075Z | |
3152 | 2024-12-12T03:31:30.075Z | info: running `cargo check --bins` on mgs-dev (140/174) |
3153 | 2024-12-12T03:31:30.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-12-12T03:31:30.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-12-12T03:31:30.779Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3156 | 2024-12-12T03:31:31.486Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3157 | 2024-12-12T03:31:32.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3158 | 2024-12-12T03:31:32.216Z | |
3159 | 2024-12-12T03:31:32.216Z | info: running `cargo check --bins` on omicron-omdb (141/174) |
3160 | 2024-12-12T03:31:32.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-12-12T03:31:32.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-12-12T03:31:32.977Z | Compiling crunchy v0.2.2 |
3163 | 2024-12-12T03:31:32.977Z | Compiling tiny-keccak v2.0.2 |
3164 | 2024-12-12T03:31:32.980Z | Compiling dsl_auto_type v0.1.2 |
3165 | 2024-12-12T03:31:32.980Z | Checking scheduled-thread-pool v0.2.7 |
3166 | 2024-12-12T03:31:32.980Z | Compiling diesel_table_macro_syntax v0.2.0 |
3167 | 2024-12-12T03:31:33.128Z | Compiling ascii-canvas v3.0.0 |
3168 | 2024-12-12T03:31:33.131Z | Compiling ena v0.14.3 |
3169 | 2024-12-12T03:31:33.131Z | Compiling diff v0.1.13 |
3170 | 2024-12-12T03:31:33.313Z | Checking r2d2 v0.8.10 |
3171 | 2024-12-12T03:31:33.509Z | Compiling regex-syntax v0.6.29 |
3172 | 2024-12-12T03:31:33.521Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3173 | 2024-12-12T03:31:33.611Z | Compiling ref-cast v1.0.23 |
3174 | 2024-12-12T03:31:33.629Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3175 | 2024-12-12T03:31:33.661Z | Compiling derive_builder_core v0.20.2 |
3176 | 2024-12-12T03:31:33.771Z | Compiling libxml v0.3.3 |
3177 | 2024-12-12T03:31:33.790Z | Compiling ref-cast-impl v1.0.23 |
3178 | 2024-12-12T03:31:33.908Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3179 | 2024-12-12T03:31:34.197Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3180 | 2024-12-12T03:31:34.217Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3181 | 2024-12-12T03:31:34.385Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3182 | 2024-12-12T03:31:34.460Z | Compiling strum_macros v0.24.3 |
3183 | 2024-12-12T03:31:34.479Z | Compiling samael v0.0.17 |
3184 | 2024-12-12T03:31:34.681Z | Compiling diesel_derives v2.2.3 |
3185 | 2024-12-12T03:31:34.802Z | Compiling indoc v1.0.9 |
3186 | 2024-12-12T03:31:35.746Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3187 | 2024-12-12T03:31:36.007Z | Compiling impl-trait-for-tuples v0.2.2 |
3188 | 2024-12-12T03:31:36.093Z | Compiling derive_builder_macro v0.20.2 |
3189 | 2024-12-12T03:31:36.896Z | Compiling lalrpop v0.19.12 |
3190 | 2024-12-12T03:31:36.951Z | Checking derive_builder v0.20.2 |
3191 | 2024-12-12T03:31:37.106Z | Compiling oso-derive v0.27.3 |
3192 | 2024-12-12T03:31:37.620Z | Checking quick-xml v0.33.0 |
3193 | 2024-12-12T03:31:38.098Z | Compiling diesel-dtrace v0.3.0 |
3194 | 2024-12-12T03:31:38.114Z | Checking maplit v1.0.2 |
3195 | 2024-12-12T03:31:38.248Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3196 | 2024-12-12T03:31:38.441Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3197 | 2024-12-12T03:31:38.653Z | Checking bb8 v0.8.5 |
3198 | 2024-12-12T03:31:38.743Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3199 | 2024-12-12T03:31:39.064Z | Checking rand_seeder v0.3.0 |
3200 | 2024-12-12T03:31:39.222Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3201 | 2024-12-12T03:31:39.288Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3202 | 2024-12-12T03:31:39.499Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3203 | 2024-12-12T03:31:39.558Z | Checking unicode-linebreak v0.1.5 |
3204 | 2024-12-12T03:31:39.772Z | Checking is_ci v1.2.0 |
3205 | 2024-12-12T03:31:39.921Z | Checking smawk v0.3.2 |
3206 | 2024-12-12T03:31:39.972Z | Checking supports-color v3.0.1 |
3207 | 2024-12-12T03:31:40.044Z | Checking multimap v0.10.0 |
3208 | 2024-12-12T03:31:40.111Z | Checking textwrap v0.16.1 |
3209 | 2024-12-12T03:31:41.006Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3210 | 2024-12-12T03:31:43.540Z | Checking diesel v2.2.4 |
3211 | 2024-12-12T03:32:09.738Z | Compiling polar-core v0.27.3 |
3212 | 2024-12-12T03:32:12.586Z | Checking async-bb8-diesel v0.2.1 |
3213 | 2024-12-12T03:32:17.063Z | Checking oso v0.27.3 |
3214 | 2024-12-12T03:33:25.697Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3215 | 2024-12-12T03:33:31.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3216 | 2024-12-12T03:33:31.848Z | |
3217 | 2024-12-12T03:33:31.848Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174) |
3218 | 2024-12-12T03:33:32.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2024-12-12T03:33:32.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2024-12-12T03:33:32.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2024-12-12T03:33:32.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3222 | 2024-12-12T03:33:32.518Z | |
3223 | 2024-12-12T03:33:32.518Z | info: running `cargo check --bins` on nexus-saga-recovery (143/174) |
3224 | 2024-12-12T03:33:33.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2024-12-12T03:33:33.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2024-12-12T03:33:33.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2024-12-12T03:33:33.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3228 | 2024-12-12T03:33:33.173Z | |
3229 | 2024-12-12T03:33:33.173Z | info: running `cargo check --bins` on nexus-test-utils-macros (144/174) |
3230 | 2024-12-12T03:33:33.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2024-12-12T03:33:33.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2024-12-12T03:33:33.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2024-12-12T03:33:33.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3234 | 2024-12-12T03:33:33.772Z | |
3235 | 2024-12-12T03:33:33.773Z | info: running `cargo check --bins` on omicron-nexus (145/174) |
3236 | 2024-12-12T03:33:34.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2024-12-12T03:33:34.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2024-12-12T03:33:34.558Z | Compiling libz-sys v1.1.20 |
3239 | 2024-12-12T03:33:34.671Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3240 | 2024-12-12T03:33:34.681Z | Compiling vergen v8.3.2 |
3241 | 2024-12-12T03:33:34.684Z | Compiling cargo-platform v0.1.8 |
3242 | 2024-12-12T03:33:34.684Z | Compiling pin-project-internal v1.1.6 |
3243 | 2024-12-12T03:33:35.721Z | Compiling libsqlite3-sys v0.30.1 |
3244 | 2024-12-12T03:33:35.723Z | Compiling snafu-derive v0.8.5 |
3245 | 2024-12-12T03:33:35.723Z | Compiling rustls v0.21.12 |
3246 | 2024-12-12T03:33:35.724Z | Compiling cargo_metadata v0.18.1 |
3247 | 2024-12-12T03:33:35.724Z | Compiling cfg_aliases v0.2.1 |
3248 | 2024-12-12T03:33:35.724Z | Compiling buf-list v1.0.3 |
3249 | 2024-12-12T03:33:35.724Z | Compiling nix v0.29.0 |
3250 | 2024-12-12T03:33:35.724Z | Checking globset v0.4.15 |
3251 | 2024-12-12T03:33:35.724Z | Checking olpc-cjson v0.1.4 |
3252 | 2024-12-12T03:33:35.800Z | Checking rustls-webpki v0.101.7 |
3253 | 2024-12-12T03:33:35.815Z | Checking sct v0.7.1 |
3254 | 2024-12-12T03:33:35.831Z | Checking serde_plain v1.0.2 |
3255 | 2024-12-12T03:33:36.009Z | Checking typed-path v0.9.3 |
3256 | 2024-12-12T03:33:36.390Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3257 | 2024-12-12T03:33:36.596Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3258 | 2024-12-12T03:33:36.664Z | Checking hashlink v0.9.1 |
3259 | 2024-12-12T03:33:36.871Z | Checking parse-size v1.1.0 |
3260 | 2024-12-12T03:33:37.053Z | Checking fallible-iterator v0.3.0 |
3261 | 2024-12-12T03:33:37.295Z | Checking fallible-streaming-iterator v0.1.9 |
3262 | 2024-12-12T03:33:37.662Z | Checking rusqlite v0.32.1 |
3263 | 2024-12-12T03:33:37.742Z | Checking pin-project v1.1.6 |
3264 | 2024-12-12T03:33:37.878Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3265 | 2024-12-12T03:33:37.907Z | Checking rustls-pemfile v1.0.4 |
3266 | 2024-12-12T03:33:38.069Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3267 | 2024-12-12T03:33:38.096Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3268 | 2024-12-12T03:33:38.368Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3269 | 2024-12-12T03:33:38.606Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3270 | 2024-12-12T03:33:38.739Z | Checking twox-hash v1.6.3 |
3271 | 2024-12-12T03:33:38.785Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3272 | 2024-12-12T03:33:39.210Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3273 | 2024-12-12T03:33:39.229Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3274 | 2024-12-12T03:33:39.786Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3275 | 2024-12-12T03:33:39.820Z | Checking tokio-rustls v0.24.1 |
3276 | 2024-12-12T03:33:39.879Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3277 | 2024-12-12T03:33:40.034Z | Checking snafu v0.8.5 |
3278 | 2024-12-12T03:33:40.196Z | Checking fatfs v0.3.6 |
3279 | 2024-12-12T03:33:40.523Z | Checking tough v0.19.0 |
3280 | 2024-12-12T03:33:40.730Z | Checking assert_matches v1.5.0 |
3281 | 2024-12-12T03:33:44.683Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3282 | 2024-12-12T03:33:45.997Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3283 | 2024-12-12T03:33:46.787Z | Compiling git2 v0.19.0 |
3284 | 2024-12-12T03:33:51.462Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3285 | 2024-12-12T03:34:43.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3286 | 2024-12-12T03:34:43.610Z | |
3287 | 2024-12-12T03:34:43.610Z | info: running `cargo check --bins` on nexus-external-api (146/174) |
3288 | 2024-12-12T03:34:44.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2024-12-12T03:34:44.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2024-12-12T03:34:44.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2024-12-12T03:34:44.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3292 | 2024-12-12T03:34:44.296Z | |
3293 | 2024-12-12T03:34:44.296Z | info: running `cargo check --bins` on openapi-manager-types (147/174) |
3294 | 2024-12-12T03:34:44.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2024-12-12T03:34:44.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2024-12-12T03:34:44.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3297 | 2024-12-12T03:34:44.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3298 | 2024-12-12T03:34:44.903Z | |
3299 | 2024-12-12T03:34:44.903Z | info: running `cargo check --bins` on nexus-internal-api (148/174) |
3300 | 2024-12-12T03:34:45.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2024-12-12T03:34:45.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2024-12-12T03:34:45.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2024-12-12T03:34:45.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3304 | 2024-12-12T03:34:45.560Z | |
3305 | 2024-12-12T03:34:45.560Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (149/174) |
3306 | 2024-12-12T03:34:46.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2024-12-12T03:34:46.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2024-12-12T03:34:46.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2024-12-12T03:34:46.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3310 | 2024-12-12T03:34:46.238Z | |
3311 | 2024-12-12T03:34:46.238Z | info: running `cargo check --bins` on nexus-networking (150/174) |
3312 | 2024-12-12T03:34:46.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2024-12-12T03:34:46.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2024-12-12T03:34:46.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3315 | 2024-12-12T03:34:46.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3316 | 2024-12-12T03:34:46.904Z | |
3317 | 2024-12-12T03:34:46.904Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (151/174) |
3318 | 2024-12-12T03:34:47.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2024-12-12T03:34:47.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2024-12-12T03:34:47.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3321 | 2024-12-12T03:34:47.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3322 | 2024-12-12T03:34:47.562Z | |
3323 | 2024-12-12T03:34:47.562Z | info: running `cargo check --bins` on update-common (152/174) |
3324 | 2024-12-12T03:34:48.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2024-12-12T03:34:48.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2024-12-12T03:34:48.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2024-12-12T03:34:48.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3328 | 2024-12-12T03:34:48.198Z | |
3329 | 2024-12-12T03:34:48.198Z | info: running `cargo check --bins` on tufaceous-lib (153/174) |
3330 | 2024-12-12T03:34:48.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2024-12-12T03:34:48.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2024-12-12T03:34:48.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3333 | 2024-12-12T03:34:48.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3334 | 2024-12-12T03:34:48.833Z | |
3335 | 2024-12-12T03:34:48.833Z | info: running `cargo check --bins` on tufaceous (154/174) |
3336 | 2024-12-12T03:34:49.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2024-12-12T03:34:49.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2024-12-12T03:34:49.488Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3339 | 2024-12-12T03:34:50.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3340 | 2024-12-12T03:34:50.624Z | |
3341 | 2024-12-12T03:34:50.624Z | info: running `cargo check --bins` on omicron-dev (155/174) |
3342 | 2024-12-12T03:34:51.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-12-12T03:34:51.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-12-12T03:34:51.460Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3345 | 2024-12-12T03:34:51.584Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3346 | 2024-12-12T03:34:51.587Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3347 | 2024-12-12T03:34:51.596Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3348 | 2024-12-12T03:35:16.598Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3349 | 2024-12-12T03:35:16.599Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3350 | 2024-12-12T03:35:16.602Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3351 | 2024-12-12T03:35:16.602Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3352 | 2024-12-12T03:35:16.602Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3353 | 2024-12-12T03:35:17.379Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3354 | 2024-12-12T03:35:18.614Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3355 | 2024-12-12T03:35:55.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
3356 | 2024-12-12T03:35:55.725Z | |
3357 | 2024-12-12T03:35:55.726Z | info: running `cargo check --bins` on openapi-manager (156/174) |
3358 | 2024-12-12T03:35:56.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3359 | 2024-12-12T03:35:56.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3360 | 2024-12-12T03:35:56.418Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3361 | 2024-12-12T03:35:56.420Z | Checking heck v0.4.1 |
3362 | 2024-12-12T03:35:56.420Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3363 | 2024-12-12T03:35:56.657Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3364 | 2024-12-12T03:35:58.027Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3365 | 2024-12-12T03:35:58.880Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3366 | 2024-12-12T03:35:59.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
3367 | 2024-12-12T03:36:00.132Z | |
3368 | 2024-12-12T03:36:00.132Z | info: running `cargo check --bins` on installinator-api (157/174) |
3369 | 2024-12-12T03:36:00.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2024-12-12T03:36:00.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2024-12-12T03:36:00.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3372 | 2024-12-12T03:36:00.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3373 | 2024-12-12T03:36:00.763Z | |
3374 | 2024-12-12T03:36:00.763Z | info: running `cargo check --bins` on wicketd-api (158/174) |
3375 | 2024-12-12T03:36:01.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2024-12-12T03:36:01.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2024-12-12T03:36:01.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3378 | 2024-12-12T03:36:01.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3379 | 2024-12-12T03:36:01.409Z | |
3380 | 2024-12-12T03:36:01.409Z | info: running `cargo check --bins` on reconfigurator-cli (159/174) |
3381 | 2024-12-12T03:36:01.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2024-12-12T03:36:01.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2024-12-12T03:36:02.078Z | Compiling petname v2.0.2 |
3384 | 2024-12-12T03:36:02.080Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3385 | 2024-12-12T03:36:02.080Z | Checking sync-ptr v0.1.1 |
3386 | 2024-12-12T03:36:03.487Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3387 | 2024-12-12T03:36:05.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
3388 | 2024-12-12T03:36:05.198Z | |
3389 | 2024-12-12T03:36:05.198Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174) |
3390 | 2024-12-12T03:36:05.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-12-12T03:36:05.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-12-12T03:36:05.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3393 | 2024-12-12T03:36:05.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3394 | 2024-12-12T03:36:05.839Z | |
3395 | 2024-12-12T03:36:05.839Z | info: running `cargo check --bins` on omicron-releng (161/174) |
3396 | 2024-12-12T03:36:06.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3397 | 2024-12-12T03:36:06.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3398 | 2024-12-12T03:36:06.497Z | Checking memmap2 v0.9.5 |
3399 | 2024-12-12T03:36:06.497Z | Checking constant_time_eq v0.3.1 |
3400 | 2024-12-12T03:36:06.501Z | Checking spin v0.5.2 |
3401 | 2024-12-12T03:36:06.501Z | Checking arrayvec v0.7.6 |
3402 | 2024-12-12T03:36:06.501Z | Checking arrayref v0.3.9 |
3403 | 2024-12-12T03:36:06.501Z | Checking topological-sort v0.2.2 |
3404 | 2024-12-12T03:36:06.609Z | Checking shell-words v1.1.0 |
3405 | 2024-12-12T03:36:06.771Z | Checking ring v0.16.20 |
3406 | 2024-12-12T03:36:06.891Z | Checking blake3 v1.5.4 |
3407 | 2024-12-12T03:36:07.867Z | Checking omicron-zone-package v0.11.1 |
3408 | 2024-12-12T03:36:08.978Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3409 | 2024-12-12T03:36:09.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
3410 | 2024-12-12T03:36:10.047Z | |
3411 | 2024-12-12T03:36:10.047Z | info: running `cargo check --bins` on xtask (162/174) |
3412 | 2024-12-12T03:36:10.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3413 | 2024-12-12T03:36:10.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3414 | 2024-12-12T03:36:10.470Z | Checking bitflags v2.6.0 |
3415 | 2024-12-12T03:36:10.473Z | Checking serde v1.0.215 |
3416 | 2024-12-12T03:36:10.473Z | Checking thiserror v1.0.69 |
3417 | 2024-12-12T03:36:10.558Z | Checking scroll v0.12.0 |
3418 | 2024-12-12T03:36:10.560Z | Checking hashbrown v0.15.0 |
3419 | 2024-12-12T03:36:10.564Z | Checking log v0.4.22 |
3420 | 2024-12-12T03:36:10.571Z | Checking zerocopy v0.7.35 |
3421 | 2024-12-12T03:36:10.591Z | Checking syn v2.0.87 |
3422 | 2024-12-12T03:36:10.654Z | Checking pest v2.7.14 |
3423 | 2024-12-12T03:36:10.788Z | Checking rustix v0.38.37 |
3424 | 2024-12-12T03:36:10.804Z | Checking once_cell v1.20.2 |
3425 | 2024-12-12T03:36:10.998Z | Checking goblin v0.8.2 |
3426 | 2024-12-12T03:36:11.080Z | Checking fs-err v2.11.0 |
3427 | 2024-12-12T03:36:11.403Z | Checking tabled v0.15.0 |
3428 | 2024-12-12T03:36:11.650Z | Checking indexmap v2.6.0 |
3429 | 2024-12-12T03:36:11.938Z | Checking anyhow v1.0.93 |
3430 | 2024-12-12T03:36:12.759Z | Checking terminal_size v0.4.0 |
3431 | 2024-12-12T03:36:12.759Z | Checking tempfile v3.13.0 |
3432 | 2024-12-12T03:36:12.907Z | Checking clap_builder v4.5.21 |
3433 | 2024-12-12T03:36:13.129Z | Checking dtrace-parser v0.2.0 |
3434 | 2024-12-12T03:36:14.691Z | Checking serde_json v1.0.132 |
3435 | 2024-12-12T03:36:14.691Z | Checking toml_datetime v0.6.8 |
3436 | 2024-12-12T03:36:14.693Z | Checking serde_spanned v0.6.8 |
3437 | 2024-12-12T03:36:14.693Z | Checking camino v1.1.9 |
3438 | 2024-12-12T03:36:14.693Z | Checking semver v1.0.23 |
3439 | 2024-12-12T03:36:14.824Z | Checking cargo-platform v0.1.8 |
3440 | 2024-12-12T03:36:14.889Z | Checking macaddr v1.0.1 |
3441 | 2024-12-12T03:36:14.990Z | Checking toml_edit v0.22.22 |
3442 | 2024-12-12T03:36:15.212Z | Checking camino-tempfile v1.1.1 |
3443 | 2024-12-12T03:36:15.483Z | Checking clap v4.5.21 |
3444 | 2024-12-12T03:36:15.937Z | Checking dof v0.3.0 |
3445 | 2024-12-12T03:36:15.937Z | Checking cargo_metadata v0.18.1 |
3446 | 2024-12-12T03:36:16.342Z | Checking usdt-impl v0.5.0 |
3447 | 2024-12-12T03:36:16.690Z | Checking usdt v0.5.0 |
3448 | 2024-12-12T03:36:16.757Z | Checking toml v0.8.19 |
3449 | 2024-12-12T03:36:17.224Z | Checking cargo_toml v0.20.5 |
3450 | 2024-12-12T03:36:18.398Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3451 | 2024-12-12T03:36:18.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s |
3452 | 2024-12-12T03:36:19.096Z | |
3453 | 2024-12-12T03:36:19.097Z | info: running `cargo check --bins` on end-to-end-tests (163/174) |
3454 | 2024-12-12T03:36:19.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3455 | 2024-12-12T03:36:19.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3456 | 2024-12-12T03:36:19.839Z | Checking polyval v0.6.2 |
3457 | 2024-12-12T03:36:19.842Z | Checking ctr v0.9.2 |
3458 | 2024-12-12T03:36:19.964Z | Checking ssh-encoding v0.2.0 |
3459 | 2024-12-12T03:36:19.964Z | Checking blowfish v0.9.1 |
3460 | 2024-12-12T03:36:19.985Z | Checking password-hash v0.4.2 |
3461 | 2024-12-12T03:36:19.987Z | Checking matches v0.1.10 |
3462 | 2024-12-12T03:36:20.012Z | Checking p521 v0.13.3 |
3463 | 2024-12-12T03:36:20.012Z | Checking p256 v0.13.2 |
3464 | 2024-12-12T03:36:20.084Z | Checking idna v0.2.3 |
3465 | 2024-12-12T03:36:20.163Z | Checking bcrypt-pbkdf v0.10.0 |
3466 | 2024-12-12T03:36:20.182Z | Checking ghash v0.5.1 |
3467 | 2024-12-12T03:36:20.201Z | Compiling enum-as-inner v0.5.1 |
3468 | 2024-12-12T03:36:20.288Z | Checking russh-cryptovec v0.7.3 |
3469 | 2024-12-12T03:36:20.353Z | Checking aes-gcm v0.10.3 |
3470 | 2024-12-12T03:36:20.372Z | Checking pbkdf2 v0.11.0 |
3471 | 2024-12-12T03:36:20.428Z | Checking md5 v0.7.0 |
3472 | 2024-12-12T03:36:20.485Z | Checking num-bigint v0.4.6 |
3473 | 2024-12-12T03:36:20.504Z | Checking des v0.8.1 |
3474 | 2024-12-12T03:36:20.596Z | Checking ssh-cipher v0.2.0 |
3475 | 2024-12-12T03:36:20.637Z | Checking hex-literal v0.4.1 |
3476 | 2024-12-12T03:36:20.706Z | Compiling dhcproto-macros v0.1.0 |
3477 | 2024-12-12T03:36:20.759Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3478 | 2024-12-12T03:36:20.776Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3479 | 2024-12-12T03:36:20.885Z | Checking ssh-key v0.6.6 |
3480 | 2024-12-12T03:36:20.910Z | Checking internet-checksum v0.2.1 |
3481 | 2024-12-12T03:36:21.235Z | Checking trust-dns-proto v0.22.0 |
3482 | 2024-12-12T03:36:22.169Z | Checking russh-keys v0.45.0 |
3483 | 2024-12-12T03:36:23.053Z | Checking russh v0.45.0 |
3484 | 2024-12-12T03:36:23.669Z | Checking dhcproto v0.12.0 |
3485 | 2024-12-12T03:36:40.721Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3486 | 2024-12-12T03:36:42.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.01s |
3487 | 2024-12-12T03:36:42.307Z | |
3488 | 2024-12-12T03:36:42.307Z | info: running `cargo check --bins` on gateway-cli (164/174) |
3489 | 2024-12-12T03:36:42.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2024-12-12T03:36:42.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2024-12-12T03:36:42.932Z | Checking termios v0.3.3 |
3492 | 2024-12-12T03:36:43.146Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3493 | 2024-12-12T03:36:43.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3494 | 2024-12-12T03:36:44.097Z | |
3495 | 2024-12-12T03:36:44.097Z | info: running `cargo check --bins --no-default-features` on installinator (165/174) |
3496 | 2024-12-12T03:36:44.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3497 | 2024-12-12T03:36:44.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3498 | 2024-12-12T03:36:44.780Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3499 | 2024-12-12T03:36:46.751Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3500 | 2024-12-12T03:36:48.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
3501 | 2024-12-12T03:36:48.773Z | |
3502 | 2024-12-12T03:36:48.773Z | info: running `cargo check --bins` on internal-dns-cli (166/174) |
3503 | 2024-12-12T03:36:49.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2024-12-12T03:36:49.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2024-12-12T03:36:49.397Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3506 | 2024-12-12T03:36:49.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3507 | 2024-12-12T03:36:50.051Z | |
3508 | 2024-12-12T03:36:50.051Z | info: running `cargo check --bins` on omicron-live-tests (167/174) |
3509 | 2024-12-12T03:36:50.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2024-12-12T03:36:50.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2024-12-12T03:36:50.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3512 | 2024-12-12T03:36:50.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3513 | 2024-12-12T03:36:50.659Z | |
3514 | 2024-12-12T03:36:50.659Z | info: running `cargo check --bins` on live-tests-macros (168/174) |
3515 | 2024-12-12T03:36:51.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2024-12-12T03:36:51.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2024-12-12T03:36:51.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3518 | 2024-12-12T03:36:51.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3519 | 2024-12-12T03:36:51.264Z | |
3520 | 2024-12-12T03:36:51.264Z | info: running `cargo check --bins` on omicron-package (169/174) |
3521 | 2024-12-12T03:36:51.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2024-12-12T03:36:51.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2024-12-12T03:36:51.918Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3524 | 2024-12-12T03:36:53.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
3525 | 2024-12-12T03:36:53.387Z | |
3526 | 2024-12-12T03:36:53.387Z | info: running `cargo check --bins` on wicket-dbg (170/174) |
3527 | 2024-12-12T03:36:53.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2024-12-12T03:36:53.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2024-12-12T03:36:54.077Z | Checking rtoolbox v0.0.2 |
3530 | 2024-12-12T03:36:54.080Z | Checking tui-tree-widget v0.22.0 |
3531 | 2024-12-12T03:36:54.080Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3532 | 2024-12-12T03:36:54.295Z | Checking rpassword v7.3.1 |
3533 | 2024-12-12T03:36:58.358Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3534 | 2024-12-12T03:37:01.343Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3535 | 2024-12-12T03:37:02.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s |
3536 | 2024-12-12T03:37:02.726Z | |
3537 | 2024-12-12T03:37:02.726Z | info: running `cargo check --bins` on wicket (171/174) |
3538 | 2024-12-12T03:37:03.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2024-12-12T03:37:03.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2024-12-12T03:37:03.414Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3541 | 2024-12-12T03:37:03.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3542 | 2024-12-12T03:37:04.033Z | |
3543 | 2024-12-12T03:37:04.033Z | info: running `cargo check --bins` on wicketd (172/174) |
3544 | 2024-12-12T03:37:04.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3545 | 2024-12-12T03:37:04.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3546 | 2024-12-12T03:37:04.731Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3547 | 2024-12-12T03:37:08.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
3548 | 2024-12-12T03:37:08.809Z | |
3549 | 2024-12-12T03:37:08.809Z | info: running `cargo check --bins` on omicron-workspace-hack (173/174) |
3550 | 2024-12-12T03:37:09.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3551 | 2024-12-12T03:37:09.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3552 | 2024-12-12T03:37:09.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3553 | 2024-12-12T03:37:09.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3554 | 2024-12-12T03:37:09.417Z | |
3555 | 2024-12-12T03:37:09.417Z | info: running `cargo check --bins` on zone-setup (174/174) |
3556 | 2024-12-12T03:37:10.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3557 | 2024-12-12T03:37:10.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3558 | 2024-12-12T03:37:10.144Z | Checking uzers v0.12.1 |
3559 | 2024-12-12T03:37:10.477Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3560 | 2024-12-12T03:37:11.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3561 | 2024-12-12T03:37:11.830Z | |
3562 | 2024-12-12T03:37:11.830Z | real 12:49.750580997 |
3563 | 2024-12-12T03:37:11.830Z | user 23:55.709816765 |
3564 | 2024-12-12T03:37:11.830Z | sys 5:22.868410490 |
3565 | 2024-12-12T03:37:11.830Z | trap 0.458462583 |
3566 | 2024-12-12T03:37:11.830Z | tflt 2.267520432 |
3567 | 2024-12-12T03:37:11.830Z | dflt 3.215228097 |
3568 | 2024-12-12T03:37:11.830Z | kflt 0.000841256 |
3569 | 2024-12-12T03:37:11.830Z | lock 45:37.107318375 |
3570 | 2024-12-12T03:37:11.830Z | slp 2:04:37.941017850 |
3571 | 2024-12-12T03:37:11.830Z | lat 1:00.745612320 |
3572 | 2024-12-12T03:37:11.830Z | stop 3:15.970097719 |
3573 | 2024-12-12T03:37:11.834Z | process exited: duration 1071757 ms, exit code 0 |
|
3574 | 2024-12-12T03:37:11.839Z | found 0 output files |