|
|
|
1 | 2024-12-21T04:20:49.858Z | job assigned to worker 01JFKQ319CC0NKRM6AKZN2K525 [factory aws, i-027eb47ada31b758f] (queued for 1 m 1 s) |
|
2 | 2024-12-21T04:20:58.229Z | starting task 0: "setup" |
3 | 2024-12-21T04:20:58.240Z | ++ uname -s |
4 | 2024-12-21T04:20:58.248Z | + kern=SunOS |
5 | 2024-12-21T04:20:58.248Z | + case "$kern" in |
6 | 2024-12-21T04:20:58.248Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:20:58.248Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:21:00.249Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:21:00.381Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:21:00.384Z | + home_fs=zfs |
11 | 2024-12-21T04:21:00.385Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:21:00.385Z | + mkdir -p /home/build |
13 | 2024-12-21T04:21:00.388Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:21:02.473Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:21:02.597Z | process exited: duration 4164 ms, exit code 0 |
|
16 | 2024-12-21T04:21:02.630Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:21:02.640Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:21:02.640Z | ' 1.81.0 |
19 | 2024-12-21T04:21:02.640Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:21:02.640Z | * toolchain profile = "default" |
21 | 2024-12-21T04:21:02.640Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T04:21:02.640Z | ' default |
23 | 2024-12-21T04:21:02.651Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:21:02.651Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:21:02.744Z | info: downloading installer |
26 | 2024-12-21T04:21:04.053Z | info: profile set to 'default' |
27 | 2024-12-21T04:21:04.054Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:21:04.064Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:21:04.192Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:21:04.192Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:21:04.913Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:21:05.212Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:21:06.115Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:21:07.615Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:21:12.987Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:21:13.192Z | info: installing component 'cargo' |
37 | 2024-12-21T04:21:13.981Z | info: installing component 'clippy' |
38 | 2024-12-21T04:21:14.336Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:21:15.928Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:21:17.628Z | info: installing component 'rustc' |
41 | 2024-12-21T04:21:23.311Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:21:23.649Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:21:23.649Z | |
44 | 2024-12-21T04:21:23.999Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:21:23.999Z | |
46 | 2024-12-21T04:21:24.017Z | |
47 | 2024-12-21T04:21:24.017Z | Rust is installed now. Great! |
48 | 2024-12-21T04:21:24.017Z | |
49 | 2024-12-21T04:21:24.017Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:21:24.017Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:21:24.017Z | |
52 | 2024-12-21T04:21:24.017Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:21:24.017Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:21:24.018Z | |
55 | 2024-12-21T04:21:24.018Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:21:24.018Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:21:24.018Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:21:24.071Z | + rustc --version |
59 | 2024-12-21T04:21:24.136Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:21:24.140Z | process exited: duration 21525 ms, exit code 0 |
|
61 | 2024-12-21T04:21:24.147Z | starting task 2: "authentication" |
62 | 2024-12-21T04:21:24.193Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-12-21T04:21:48.376Z | process exited: duration 24244 ms, exit code 0 |
|
64 | 2024-12-21T04:21:48.383Z | starting task 3: "clone repository" |
65 | 2024-12-21T04:21:48.390Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-12-21T04:21:48.393Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-12-21T04:21:48.429Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-12-21T04:21:55.085Z | + cd /work/oxidecomputer/omicron |
69 | 2024-12-21T04:21:55.089Z | + git fetch origin 7b95f649174d4bfe70737429fbe6e7284721b254 |
70 | 2024-12-21T04:21:55.363Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-12-21T04:21:55.363Z | * branch 7b95f649174d4bfe70737429fbe6e7284721b254 -> FETCH_HEAD |
72 | 2024-12-21T04:21:55.373Z | + [[ -n renovate/uuid-1.x ]] |
73 | 2024-12-21T04:21:55.378Z | ++ git branch --show-current |
74 | 2024-12-21T04:21:55.378Z | + current=main |
75 | 2024-12-21T04:21:55.378Z | + [[ main != renovate/uuid-1.x ]] |
76 | 2024-12-21T04:21:55.378Z | + git branch -f renovate/uuid-1.x 7b95f649174d4bfe70737429fbe6e7284721b254 |
77 | 2024-12-21T04:21:55.382Z | + git checkout -f renovate/uuid-1.x |
78 | 2024-12-21T04:21:55.560Z | Switched to branch 'renovate/uuid-1.x' |
79 | 2024-12-21T04:21:55.563Z | + git reset --hard 7b95f649174d4bfe70737429fbe6e7284721b254 |
80 | 2024-12-21T04:21:55.737Z | HEAD is now at 7b95f6491 Update Rust crate uuid to 1.11.0 |
81 | 2024-12-21T04:21:55.739Z | process exited: duration 7359 ms, exit code 0 |
|
82 | 2024-12-21T04:21:55.745Z | starting task 4: "build" |
83 | 2024-12-21T04:21:55.750Z | + source .github/buildomat/ci-env.sh |
84 | 2024-12-21T04:21:55.750Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:21:55.750Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-12-21T04:21:55.750Z | + cargo --version |
87 | 2024-12-21T04:21:55.808Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
88 | 2024-12-21T04:21:55.811Z | + rustc --version |
89 | 2024-12-21T04:21:55.872Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
90 | 2024-12-21T04:21:55.874Z | + source ./env.sh |
91 | 2024-12-21T04:21:55.874Z | ++ OLD_SHELL_OPTS=ehxB |
92 | 2024-12-21T04:21:55.875Z | ++ set -o xtrace |
93 | 2024-12-21T04:21:55.894Z | ++++ dirname ./env.sh |
94 | 2024-12-21T04:21:55.894Z | +++ readlink -f . |
95 | 2024-12-21T04:21:55.894Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
96 | 2024-12-21T04:21:55.894Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-21T04:21:55.894Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-12-21T04:21:55.894Z | ++ 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 |
99 | 2024-12-21T04:21:55.894Z | ++ 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 |
100 | 2024-12-21T04:21:55.894Z | ++ 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 |
101 | 2024-12-21T04:21:55.894Z | ++ 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 |
102 | 2024-12-21T04:21:55.894Z | ++ 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 |
103 | 2024-12-21T04:21:55.894Z | ++ 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 |
104 | 2024-12-21T04:21:55.894Z | ++ case $OLD_SHELL_OPTS in |
105 | 2024-12-21T04:21:55.894Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
106 | 2024-12-21T04:21:55.894Z | + 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 |
107 | 2024-12-21T04:21:55.894Z | + 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 |
108 | 2024-12-21T04:21:55.894Z | + banner prerequisites |
109 | 2024-12-21T04:21:55.894Z | |
110 | 2024-12-21T04:21:55.894Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-12-21T04:21:55.894Z | # # # # # # # # # # # # # # # |
112 | 2024-12-21T04:21:55.895Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-12-21T04:21:55.895Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-12-21T04:21:55.895Z | # # # # # # # # # # # # # # # |
115 | 2024-12-21T04:21:55.895Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-12-21T04:21:55.895Z | |
117 | 2024-12-21T04:21:55.895Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
118 | 2024-12-21T04:22:04.696Z | Startup: Refreshing catalog 'helios-dev' ... Done |
119 | 2024-12-21T04:22:08.603Z | Startup: Caching catalogs ... Done |
120 | 2024-12-21T04:22:19.403Z | Planning: Solver setup ... Done (9.911s) |
121 | 2024-12-21T04:22:19.538Z | Planning: Running solver ... Done (0.135s) |
122 | 2024-12-21T04:22:19.653Z | Planning: Finding local manifests ... Done (0.004s) |
123 | 2024-12-21T04:22:19.670Z | Planning: Fetching manifests: 0/5 0% complete |
124 | 2024-12-21T04:22:20.300Z | Planning: Fetching manifests: 5/5 100% complete |
125 | 2024-12-21T04:22:20.399Z | Planning: Package planning ... Done (0.099s) |
126 | 2024-12-21T04:22:20.624Z | Planning: Merging actions ... Done (0.224s) |
127 | 2024-12-21T04:22:20.811Z | Planning: Checking for conflicting actions ... Done (0.187s) |
128 | 2024-12-21T04:22:22.881Z | Planning: Consolidating action changes ... Done (2.072s) |
129 | 2024-12-21T04:22:23.311Z | Planning: Evaluating mediators ... Done (0.430s) |
130 | 2024-12-21T04:22:23.392Z | Planning: Planning completed in 14.79 seconds |
131 | 2024-12-21T04:22:23.408Z | Packages to install: 4 |
132 | 2024-12-21T04:22:23.408Z | Packages to update: 1 |
133 | 2024-12-21T04:22:23.412Z | Mediators to change: 2 |
134 | 2024-12-21T04:22:23.412Z | Services to change: 1 |
135 | 2024-12-21T04:22:23.412Z | Estimated space available: 155.63 GB |
136 | 2024-12-21T04:22:23.412Z | Estimated space to be consumed: 1.62 GB |
137 | 2024-12-21T04:22:23.412Z | Create boot environment: No |
138 | 2024-12-21T04:22:23.412Z | Create backup boot environment: Yes |
139 | 2024-12-21T04:22:23.412Z | Rebuild boot archive: No |
140 | 2024-12-21T04:22:23.412Z | |
141 | 2024-12-21T04:22:23.412Z | Changed mediators: |
142 | 2024-12-21T04:22:23.412Z | mediator clang: |
143 | 2024-12-21T04:22:23.412Z | version: None -> 15 (system default) |
144 | 2024-12-21T04:22:23.412Z | |
145 | 2024-12-21T04:22:23.412Z | mediator llvm: |
146 | 2024-12-21T04:22:23.413Z | version: 14 (system default) -> 15 (system default) |
147 | 2024-12-21T04:22:23.413Z | |
148 | 2024-12-21T04:22:23.413Z | Changed packages: |
149 | 2024-12-21T04:22:23.413Z | helios-dev |
150 | 2024-12-21T04:22:23.413Z | developer/build-essential |
151 | 2024-12-21T04:22:23.413Z | None -> 11-2.0 |
152 | 2024-12-21T04:22:23.413Z | library/libxmlsec1 |
153 | 2024-12-21T04:22:23.413Z | None -> 1.2.35-2.0 |
154 | 2024-12-21T04:22:23.413Z | ooce/developer/clang-15 |
155 | 2024-12-21T04:22:23.413Z | None -> 15.0.7-2.0 |
156 | 2024-12-21T04:22:23.413Z | ooce/developer/llvm-15 |
157 | 2024-12-21T04:22:23.413Z | None -> 15.0.7-2.0 |
158 | 2024-12-21T04:22:23.413Z | package/pkg |
159 | 2024-12-21T04:22:23.413Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
160 | 2024-12-21T04:22:23.413Z | |
161 | 2024-12-21T04:22:23.413Z | Services: |
162 | 2024-12-21T04:22:23.413Z | restart_fmri: |
163 | 2024-12-21T04:22:23.413Z | svc:/system/update-man-index:default |
164 | 2024-12-21T04:22:23.413Z | |
165 | 2024-12-21T04:22:23.413Z | Editable files to change: |
166 | 2024-12-21T04:22:23.413Z | Update: |
167 | 2024-12-21T04:22:23.413Z | usr/share/lib/pkg/web/config.shtml |
168 | 2024-12-21T04:22:23.492Z | |
169 | 2024-12-21T04:22:23.492Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
170 | 2024-12-21T04:22:28.497Z | Download: 356/4281 items 2.3/220.6MB 1% complete (474k/s) |
171 | 2024-12-21T04:22:33.503Z | Download: 951/4281 items 5.0/220.6MB 2% complete (511k/s) |
172 | 2024-12-21T04:22:39.623Z | Download: 1190/4281 items 69.3/220.6MB 31% complete (6.8M/s) |
173 | 2024-12-21T04:22:45.712Z | Download: 1192/4281 items 69.3/220.6MB 31% complete (6.7M/s) |
174 | 2024-12-21T04:22:56.518Z | Download: 1193/4281 items 69.3/220.6MB 31% complete |
175 | 2024-12-21T04:23:01.521Z | Download: 1315/4281 items 116.7/220.6MB 52% complete (10.1M/s) |
176 | 2024-12-21T04:23:06.524Z | Download: 1671/4281 items 118.0/220.6MB 53% complete (5.0M/s) |
177 | 2024-12-21T04:23:11.519Z | Download: 1977/4281 items 118.7/220.6MB 53% complete (222k/s) |
178 | 2024-12-21T04:23:16.667Z | Download: 2214/4281 items 119.2/220.6MB 54% complete (140k/s) |
179 | 2024-12-21T04:23:26.399Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (128k/s) |
180 | 2024-12-21T04:23:31.454Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
181 | 2024-12-21T04:23:36.468Z | Download: 2350/4281 items 119.7/220.6MB 54% complete (48.3k/s) |
182 | 2024-12-21T04:23:41.469Z | Download: 2529/4281 items 120.3/220.6MB 54% complete (113k/s) |
183 | 2024-12-21T04:23:46.520Z | Download: 2811/4281 items 121.0/220.6MB 54% complete (132k/s) |
184 | 2024-12-21T04:23:51.588Z | Download: 3037/4281 items 121.3/220.6MB 55% complete (103k/s) |
185 | 2024-12-21T04:23:56.920Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
186 | 2024-12-21T04:24:02.999Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.1M/s) |
187 | 2024-12-21T04:24:09.450Z | Download: 3285/4281 items 210.4/220.6MB 95% complete (763k/s) |
188 | 2024-12-21T04:24:15.745Z | Download: 3286/4281 items 210.4/220.6MB 95% complete (759k/s) |
189 | 2024-12-21T04:24:28.541Z | Download: 3288/4281 items 211.1/220.6MB 95% complete |
190 | 2024-12-21T04:24:33.541Z | Download: 4200/4281 items 220.5/220.6MB 99% complete (2.0M/s) |
191 | 2024-12-21T04:24:36.206Z | Download: Completed 220.60 MB in 132.81 seconds (1.7M/s) |
192 | 2024-12-21T04:24:38.312Z | Actions: 1/5063 actions (Removing old actions) |
193 | 2024-12-21T04:24:38.332Z | Actions: 194/5063 actions (Installing new actions) |
194 | 2024-12-21T04:24:42.994Z | Actions: 4226/5063 actions (Updating modified actions) |
195 | 2024-12-21T04:24:43.313Z | Actions: Completed 5063 actions in 5.00 seconds. |
196 | 2024-12-21T04:24:43.731Z | Done (0.412s) |
197 | 2024-12-21T04:24:43.734Z | Done (0.000s) |
198 | 2024-12-21T04:24:44.308Z | Done (0.576s) |
199 | 2024-12-21T04:24:48.692Z | Done (4.159s) |
200 | 2024-12-21T04:24:48.781Z | Done (0.019s) |
201 | 2024-12-21T04:24:48.789Z | Done (0.000s) |
202 | 2024-12-21T04:24:48.968Z | Done (0.000s) |
203 | 2024-12-21T04:24:49.653Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-12-21T04:24:49.813Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-12-21T04:24:49.817Z | Planning: Consolidating action changes ... Done |
206 | 2024-12-21T04:24:50.086Z | Planning: Evaluating mediators ... Done |
207 | 2024-12-21T04:24:50.089Z | Planning: Planning completed in 0.43 seconds |
208 | 2024-12-21T04:24:50.127Z | Mediators to change: 2 |
209 | 2024-12-21T04:24:50.127Z | Create boot environment: No |
210 | 2024-12-21T04:24:50.131Z | Create backup boot environment: No |
211 | 2024-12-21T04:24:50.203Z | Done |
212 | 2024-12-21T04:24:50.203Z | Done |
213 | 2024-12-21T04:24:50.564Z | Done |
214 | 2024-12-21T04:24:54.290Z | Done |
215 | 2024-12-21T04:24:54.381Z | Done |
216 | 2024-12-21T04:24:54.384Z | Done |
217 | 2024-12-21T04:24:54.502Z | Done |
218 | 2024-12-21T04:24:55.116Z | Planning: Evaluating mediator changes ... Done |
219 | 2024-12-21T04:24:55.119Z | Planning: Merging actions ... Done |
220 | 2024-12-21T04:24:55.306Z | Planning: Checking for conflicting actions ... Done |
221 | 2024-12-21T04:24:55.308Z | Planning: Consolidating action changes ... Done |
222 | 2024-12-21T04:24:55.575Z | Planning: Evaluating mediators ... Done |
223 | 2024-12-21T04:24:55.630Z | Planning: Planning completed in 0.76 seconds |
224 | 2024-12-21T04:24:55.673Z | Packages to change: 1 |
225 | 2024-12-21T04:24:55.673Z | Mediators to change: 1 |
226 | 2024-12-21T04:24:55.676Z | Services to change: 1 |
227 | 2024-12-21T04:24:55.676Z | Create boot environment: No |
228 | 2024-12-21T04:24:55.676Z | Create backup boot environment: Yes |
229 | 2024-12-21T04:24:57.993Z | Actions: 1/6 actions (Updating modified actions) |
230 | 2024-12-21T04:24:57.995Z | Actions: Completed 6 actions in 0.00 seconds. |
231 | 2024-12-21T04:24:57.995Z | Done |
232 | 2024-12-21T04:24:57.995Z | Done |
233 | 2024-12-21T04:24:58.118Z | Done |
234 | 2024-12-21T04:25:01.956Z | Done |
235 | 2024-12-21T04:25:02.046Z | Done |
236 | 2024-12-21T04:25:02.049Z | Done |
237 | 2024-12-21T04:25:02.185Z | Done |
238 | 2024-12-21T04:25:02.621Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
239 | 2024-12-21T04:25:02.621Z | clang system 15 system |
240 | 2024-12-21T04:25:02.622Z | csh system system illumos |
241 | 2024-12-21T04:25:02.622Z | ctags system system illumos |
242 | 2024-12-21T04:25:02.622Z | gcc vendor 12 vendor |
243 | 2024-12-21T04:25:02.622Z | gcc system 10 system |
244 | 2024-12-21T04:25:02.622Z | gcc system 7 system |
245 | 2024-12-21T04:25:02.623Z | go system 1.20 system |
246 | 2024-12-21T04:25:02.623Z | go system 1.19 system |
247 | 2024-12-21T04:25:02.623Z | llvm system 15 system |
248 | 2024-12-21T04:25:02.623Z | llvm system 14 system |
249 | 2024-12-21T04:25:02.623Z | mariadb system 10.6 system |
250 | 2024-12-21T04:25:02.623Z | mta vendor vendor dma |
251 | 2024-12-21T04:25:02.623Z | openjdk system 17 system |
252 | 2024-12-21T04:25:02.623Z | openjdk system 11 system |
253 | 2024-12-21T04:25:02.623Z | openjdk system 1.8 system |
254 | 2024-12-21T04:25:02.623Z | openssl vendor 3 vendor |
255 | 2024-12-21T04:25:02.623Z | perl system 5.36 system |
256 | 2024-12-21T04:25:02.623Z | postgresql system 15 system |
257 | 2024-12-21T04:25:02.623Z | postgresql system 13 system |
258 | 2024-12-21T04:25:02.623Z | python vendor 3 vendor |
259 | 2024-12-21T04:25:02.623Z | python system 2 system |
260 | 2024-12-21T04:25:02.623Z | python3 system 3.11 system |
261 | 2024-12-21T04:25:02.623Z | ruby system 3.0 system |
262 | 2024-12-21T04:25:02.623Z | words vendor vendor american-english |
263 | 2024-12-21T04:25:02.623Z | words system system australian-english |
264 | 2024-12-21T04:25:02.623Z | words system system british-english |
265 | 2024-12-21T04:25:02.623Z | words system system canadian-english |
266 | 2024-12-21T04:25:02.623Z | words system system french |
267 | 2024-12-21T04:25:02.623Z | words system system italian |
268 | 2024-12-21T04:25:02.623Z | words system system ngerman |
269 | 2024-12-21T04:25:02.623Z | words system system ogerman |
270 | 2024-12-21T04:25:02.624Z | words system system spanish |
271 | 2024-12-21T04:25:02.956Z | PUBLISHER TYPE STATUS P LOCATION |
272 | 2024-12-21T04:25:02.956Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
273 | 2024-12-21T04:25:05.757Z | FMRI IFO |
274 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
275 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
276 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
277 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
278 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
279 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
280 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
281 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
282 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
283 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
284 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
285 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
286 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
287 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
288 | 2024-12-21T04:25:05.758Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
289 | 2024-12-21T04:25:06.528Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
290 | 2024-12-21T04:25:06.850Z | Updating crates.io index |
291 | 2024-12-21T04:25:06.853Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
292 | 2024-12-21T04:25:07.152Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
293 | 2024-12-21T04:25:07.616Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
294 | 2024-12-21T04:25:07.891Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
295 | 2024-12-21T04:25:08.136Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
296 | 2024-12-21T04:25:08.372Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
297 | 2024-12-21T04:25:09.324Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
298 | 2024-12-21T04:25:10.882Z | Updating git repository `https://github.com/oxidecomputer/opte` |
299 | 2024-12-21T04:25:11.566Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2024-12-21T04:25:12.260Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
301 | 2024-12-21T04:25:12.513Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
302 | 2024-12-21T04:25:12.824Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
303 | 2024-12-21T04:25:13.306Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
304 | 2024-12-21T04:25:13.671Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
305 | 2024-12-21T04:25:14.079Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
306 | 2024-12-21T04:25:14.321Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
307 | 2024-12-21T04:25:14.598Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
308 | 2024-12-21T04:25:14.843Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
309 | 2024-12-21T04:25:15.107Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
310 | 2024-12-21T04:25:15.485Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
311 | 2024-12-21T04:25:15.864Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
312 | 2024-12-21T04:25:16.119Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
313 | 2024-12-21T04:25:16.559Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
314 | 2024-12-21T04:25:16.853Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
315 | 2024-12-21T04:25:17.204Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
316 | 2024-12-21T04:25:17.573Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
317 | 2024-12-21T04:25:17.937Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2024-12-21T04:25:18.132Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2024-12-21T04:25:18.367Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2024-12-21T04:25:19.673Z | Downloading crates ... |
321 | 2024-12-21T04:25:19.735Z | Downloaded quote v1.0.37 |
322 | 2024-12-21T04:25:19.738Z | Downloaded proc-macro-error-attr v1.0.4 |
323 | 2024-12-21T04:25:19.738Z | Downloaded byteorder v1.5.0 |
324 | 2024-12-21T04:25:19.741Z | Downloaded anstyle-query v1.1.1 |
325 | 2024-12-21T04:25:19.744Z | Downloaded dtrace-parser v0.2.0 |
326 | 2024-12-21T04:25:19.753Z | Downloaded swrite v0.1.0 |
327 | 2024-12-21T04:25:19.759Z | Downloaded equivalent v1.0.1 |
328 | 2024-12-21T04:25:19.768Z | Downloaded scroll_derive v0.12.0 |
329 | 2024-12-21T04:25:19.774Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-12-21T04:25:19.777Z | Downloaded pretty-hex v0.4.1 |
331 | 2024-12-21T04:25:19.782Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2024-12-21T04:25:19.784Z | Downloaded cfg-if v1.0.0 |
333 | 2024-12-21T04:25:19.784Z | Downloaded pest_generator v2.7.14 |
334 | 2024-12-21T04:25:19.787Z | Downloaded fs-err v2.11.0 |
335 | 2024-12-21T04:25:19.787Z | Downloaded pest_derive v2.7.14 |
336 | 2024-12-21T04:25:19.789Z | Downloaded block-buffer v0.10.4 |
337 | 2024-12-21T04:25:19.792Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-12-21T04:25:19.792Z | Downloaded memmap v0.7.0 |
339 | 2024-12-21T04:25:19.796Z | Downloaded itoa v1.0.11 |
340 | 2024-12-21T04:25:19.796Z | Downloaded crypto-common v0.1.6 |
341 | 2024-12-21T04:25:19.797Z | Downloaded clap_lex v0.7.2 |
342 | 2024-12-21T04:25:19.797Z | Downloaded anstyle v1.0.10 |
343 | 2024-12-21T04:25:19.799Z | Downloaded fnv v1.0.7 |
344 | 2024-12-21T04:25:19.799Z | Downloaded autocfg v1.4.0 |
345 | 2024-12-21T04:25:19.799Z | Downloaded errno v0.3.9 |
346 | 2024-12-21T04:25:19.802Z | Downloaded dof v0.3.0 |
347 | 2024-12-21T04:25:19.802Z | Downloaded toml_datetime v0.6.8 |
348 | 2024-12-21T04:25:19.805Z | Downloaded thread-id v4.2.2 |
349 | 2024-12-21T04:25:19.805Z | Downloaded fastrand v2.1.1 |
350 | 2024-12-21T04:25:19.805Z | Downloaded anstyle-parse v0.2.5 |
351 | 2024-12-21T04:25:19.808Z | Downloaded utf8parse v0.2.2 |
352 | 2024-12-21T04:25:19.808Z | Downloaded digest v0.10.7 |
353 | 2024-12-21T04:25:19.810Z | Downloaded is_terminal_polyfill v1.70.1 |
354 | 2024-12-21T04:25:19.810Z | Downloaded cargo-platform v0.1.8 |
355 | 2024-12-21T04:25:19.813Z | Downloaded heck v0.5.0 |
356 | 2024-12-21T04:25:19.813Z | Downloaded cpufeatures v0.2.14 |
357 | 2024-12-21T04:25:19.817Z | Downloaded terminal_size v0.4.0 |
358 | 2024-12-21T04:25:19.817Z | Downloaded unicode-linebreak v0.1.5 |
359 | 2024-12-21T04:25:19.817Z | Downloaded macaddr v1.0.1 |
360 | 2024-12-21T04:25:19.821Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2024-12-21T04:25:19.821Z | Downloaded strsim v0.11.1 |
362 | 2024-12-21T04:25:19.827Z | Downloaded thiserror v1.0.69 |
363 | 2024-12-21T04:25:19.831Z | Downloaded plain v0.2.3 |
364 | 2024-12-21T04:25:19.831Z | Downloaded thiserror-impl v1.0.69 |
365 | 2024-12-21T04:25:19.833Z | Downloaded serde_spanned v0.6.8 |
366 | 2024-12-21T04:25:19.833Z | Downloaded generic-array v0.14.7 |
367 | 2024-12-21T04:25:19.836Z | Downloaded usdt v0.5.0 |
368 | 2024-12-21T04:25:19.836Z | Downloaded heck v0.4.1 |
369 | 2024-12-21T04:25:19.838Z | Downloaded version_check v0.9.5 |
370 | 2024-12-21T04:25:19.838Z | Downloaded unicode-ident v1.0.13 |
371 | 2024-12-21T04:25:19.842Z | Downloaded cargo_metadata v0.18.1 |
372 | 2024-12-21T04:25:19.845Z | Downloaded bytecount v0.6.8 |
373 | 2024-12-21T04:25:19.845Z | Downloaded tempfile v3.13.0 |
374 | 2024-12-21T04:25:19.848Z | Downloaded colorchoice v1.0.2 |
375 | 2024-12-21T04:25:19.848Z | Downloaded camino-tempfile v1.1.1 |
376 | 2024-12-21T04:25:19.850Z | Downloaded sha2 v0.10.8 |
377 | 2024-12-21T04:25:19.851Z | Downloaded smawk v0.3.2 |
378 | 2024-12-21T04:25:19.853Z | Downloaded zerocopy-derive v0.7.35 |
379 | 2024-12-21T04:25:19.856Z | Downloaded cargo_toml v0.20.5 |
380 | 2024-12-21T04:25:19.858Z | Downloaded once_cell v1.20.2 |
381 | 2024-12-21T04:25:19.862Z | Downloaded tabled_derive v0.7.0 |
382 | 2024-12-21T04:25:19.866Z | Downloaded proc-macro-error v1.0.4 |
383 | 2024-12-21T04:25:19.868Z | Downloaded scroll v0.12.0 |
384 | 2024-12-21T04:25:19.871Z | Downloaded anstream v0.6.15 |
385 | 2024-12-21T04:25:19.873Z | Downloaded semver v1.0.23 |
386 | 2024-12-21T04:25:19.876Z | Downloaded textwrap v0.16.1 |
387 | 2024-12-21T04:25:19.881Z | Downloaded bitflags v2.6.0 |
388 | 2024-12-21T04:25:19.885Z | Downloaded ucd-trie v0.1.7 |
389 | 2024-12-21T04:25:19.887Z | Downloaded clap v4.5.21 |
390 | 2024-12-21T04:25:19.894Z | Downloaded toml v0.8.19 |
391 | 2024-12-21T04:25:19.897Z | Downloaded camino v1.1.9 |
392 | 2024-12-21T04:25:19.899Z | Downloaded ryu v1.0.18 |
393 | 2024-12-21T04:25:19.902Z | Downloaded proc-macro2 v1.0.89 |
394 | 2024-12-21T04:25:19.905Z | Downloaded pest_meta v2.7.14 |
395 | 2024-12-21T04:25:19.908Z | Downloaded typenum v1.17.0 |
396 | 2024-12-21T04:25:19.912Z | Downloaded serde_derive v1.0.215 |
397 | 2024-12-21T04:25:19.913Z | Downloaded log v0.4.22 |
398 | 2024-12-21T04:25:19.915Z | Downloaded clap_derive v4.5.18 |
399 | 2024-12-21T04:25:19.915Z | Downloaded papergrid v0.11.0 |
400 | 2024-12-21T04:25:19.918Z | Downloaded anyhow v1.0.93 |
401 | 2024-12-21T04:25:19.924Z | Downloaded serde v1.0.215 |
402 | 2024-12-21T04:25:19.928Z | Downloaded indexmap v2.6.0 |
403 | 2024-12-21T04:25:19.935Z | Downloaded memchr v2.7.4 |
404 | 2024-12-21T04:25:19.945Z | Downloaded toml_edit v0.22.22 |
405 | 2024-12-21T04:25:19.965Z | Downloaded pest v2.7.14 |
406 | 2024-12-21T04:25:19.971Z | Downloaded hashbrown v0.15.1 |
407 | 2024-12-21T04:25:19.988Z | Downloaded winnow v0.6.20 |
408 | 2024-12-21T04:25:19.997Z | Downloaded zerocopy v0.7.35 |
409 | 2024-12-21T04:25:20.010Z | Downloaded serde_json v1.0.133 |
410 | 2024-12-21T04:25:20.017Z | Downloaded goblin v0.8.2 |
411 | 2024-12-21T04:25:20.028Z | Downloaded tabled v0.15.0 |
412 | 2024-12-21T04:25:20.036Z | Downloaded syn v2.0.87 |
413 | 2024-12-21T04:25:20.046Z | Downloaded clap_builder v4.5.21 |
414 | 2024-12-21T04:25:20.052Z | Downloaded syn v1.0.109 |
415 | 2024-12-21T04:25:20.061Z | Downloaded unicode-width v0.1.14 |
416 | 2024-12-21T04:25:20.081Z | Downloaded rustix v0.38.37 |
417 | 2024-12-21T04:25:20.119Z | Downloaded libc v0.2.162 |
418 | 2024-12-21T04:25:20.429Z | Compiling proc-macro2 v1.0.89 |
419 | 2024-12-21T04:25:20.429Z | Compiling unicode-ident v1.0.13 |
420 | 2024-12-21T04:25:20.429Z | Compiling version_check v0.9.5 |
421 | 2024-12-21T04:25:20.429Z | Compiling serde v1.0.215 |
422 | 2024-12-21T04:25:20.436Z | Compiling thiserror v1.0.69 |
423 | 2024-12-21T04:25:20.436Z | Compiling memchr v2.7.4 |
424 | 2024-12-21T04:25:20.436Z | Compiling libc v0.2.162 |
425 | 2024-12-21T04:25:20.467Z | Compiling ryu v1.0.18 |
426 | 2024-12-21T04:25:20.669Z | Compiling ucd-trie v0.1.7 |
427 | 2024-12-21T04:25:20.943Z | Compiling itoa v1.0.11 |
428 | 2024-12-21T04:25:21.190Z | Compiling once_cell v1.20.2 |
429 | 2024-12-21T04:25:21.265Z | Compiling byteorder v1.5.0 |
430 | 2024-12-21T04:25:21.291Z | Compiling rustix v0.38.37 |
431 | 2024-12-21T04:25:21.444Z | Compiling serde_json v1.0.133 |
432 | 2024-12-21T04:25:21.727Z | Compiling bitflags v2.6.0 |
433 | 2024-12-21T04:25:21.813Z | Compiling usdt-impl v0.5.0 |
434 | 2024-12-21T04:25:22.176Z | Compiling proc-macro-error-attr v1.0.4 |
435 | 2024-12-21T04:25:22.203Z | Compiling syn v1.0.109 |
436 | 2024-12-21T04:25:22.253Z | Compiling proc-macro-error v1.0.4 |
437 | 2024-12-21T04:25:22.256Z | Compiling equivalent v1.0.1 |
438 | 2024-12-21T04:25:22.377Z | Compiling quote v1.0.37 |
439 | 2024-12-21T04:25:22.508Z | Compiling log v0.4.22 |
440 | 2024-12-21T04:25:22.534Z | Compiling plain v0.2.3 |
441 | 2024-12-21T04:25:22.534Z | Compiling utf8parse v0.2.2 |
442 | 2024-12-21T04:25:22.700Z | Compiling errno v0.3.9 |
443 | 2024-12-21T04:25:22.726Z | Compiling hashbrown v0.15.1 |
444 | 2024-12-21T04:25:22.815Z | Compiling syn v2.0.87 |
445 | 2024-12-21T04:25:22.961Z | Compiling camino v1.1.9 |
446 | 2024-12-21T04:25:23.112Z | Compiling anstyle-parse v0.2.5 |
447 | 2024-12-21T04:25:23.257Z | Compiling thread-id v4.2.2 |
448 | 2024-12-21T04:25:23.528Z | Compiling is_terminal_polyfill v1.70.1 |
449 | 2024-12-21T04:25:23.645Z | Compiling unicode-width v0.1.14 |
450 | 2024-12-21T04:25:23.672Z | Compiling colorchoice v1.0.2 |
451 | 2024-12-21T04:25:23.789Z | Compiling anstyle-query v1.1.1 |
452 | 2024-12-21T04:25:23.860Z | Compiling autocfg v1.4.0 |
453 | 2024-12-21T04:25:23.956Z | Compiling indexmap v2.6.0 |
454 | 2024-12-21T04:25:23.999Z | Compiling winnow v0.6.20 |
455 | 2024-12-21T04:25:24.085Z | Compiling semver v1.0.23 |
456 | 2024-12-21T04:25:24.179Z | Compiling pretty-hex v0.4.1 |
457 | 2024-12-21T04:25:24.406Z | Compiling anstyle v1.0.10 |
458 | 2024-12-21T04:25:24.844Z | Compiling anstream v0.6.15 |
459 | 2024-12-21T04:25:25.009Z | Compiling cfg-if v1.0.0 |
460 | 2024-12-21T04:25:25.082Z | Compiling fs-err v2.11.0 |
461 | 2024-12-21T04:25:25.114Z | Compiling terminal_size v0.4.0 |
462 | 2024-12-21T04:25:25.326Z | Compiling anyhow v1.0.93 |
463 | 2024-12-21T04:25:25.384Z | Compiling fastrand v2.1.1 |
464 | 2024-12-21T04:25:25.649Z | Compiling heck v0.5.0 |
465 | 2024-12-21T04:25:25.778Z | Compiling heck v0.4.1 |
466 | 2024-12-21T04:25:25.957Z | Compiling bytecount v0.6.8 |
467 | 2024-12-21T04:25:25.994Z | Compiling clap_lex v0.7.2 |
468 | 2024-12-21T04:25:26.193Z | Compiling fnv v1.0.7 |
469 | 2024-12-21T04:25:26.243Z | Compiling strsim v0.11.1 |
470 | 2024-12-21T04:25:26.319Z | Compiling papergrid v0.11.0 |
471 | 2024-12-21T04:25:26.523Z | Compiling tempfile v3.13.0 |
472 | 2024-12-21T04:25:26.628Z | Compiling clap_builder v4.5.21 |
473 | 2024-12-21T04:25:26.827Z | Compiling memmap v0.7.0 |
474 | 2024-12-21T04:25:27.124Z | Compiling smawk v0.3.2 |
475 | 2024-12-21T04:25:27.199Z | Compiling unicode-linebreak v0.1.5 |
476 | 2024-12-21T04:25:27.723Z | Compiling textwrap v0.16.1 |
477 | 2024-12-21T04:25:27.883Z | Compiling swrite v0.1.0 |
478 | 2024-12-21T04:25:28.827Z | Compiling tabled_derive v0.7.0 |
479 | 2024-12-21T04:25:30.345Z | Compiling tabled v0.15.0 |
480 | 2024-12-21T04:25:31.719Z | Compiling serde_derive v1.0.215 |
481 | 2024-12-21T04:25:31.722Z | Compiling thiserror-impl v1.0.69 |
482 | 2024-12-21T04:25:31.722Z | Compiling zerocopy-derive v0.7.35 |
483 | 2024-12-21T04:25:31.722Z | Compiling scroll_derive v0.12.0 |
484 | 2024-12-21T04:25:31.979Z | Compiling clap_derive v4.5.18 |
485 | 2024-12-21T04:25:33.286Z | Compiling scroll v0.12.0 |
486 | 2024-12-21T04:25:33.917Z | Compiling zerocopy v0.7.35 |
487 | 2024-12-21T04:25:33.951Z | Compiling goblin v0.8.2 |
488 | 2024-12-21T04:25:34.519Z | Compiling pest v2.7.14 |
489 | 2024-12-21T04:25:36.079Z | Compiling clap v4.5.21 |
490 | 2024-12-21T04:25:36.726Z | Compiling pest_meta v2.7.14 |
491 | 2024-12-21T04:25:37.670Z | Compiling pest_generator v2.7.14 |
492 | 2024-12-21T04:25:39.350Z | Compiling pest_derive v2.7.14 |
493 | 2024-12-21T04:25:39.976Z | Compiling dtrace-parser v0.2.0 |
494 | 2024-12-21T04:25:42.112Z | Compiling serde_spanned v0.6.8 |
495 | 2024-12-21T04:25:42.114Z | Compiling toml_datetime v0.6.8 |
496 | 2024-12-21T04:25:42.114Z | Compiling cargo-platform v0.1.8 |
497 | 2024-12-21T04:25:42.494Z | Compiling serde_tokenstream v0.2.2 |
498 | 2024-12-21T04:25:42.585Z | Compiling toml_edit v0.22.22 |
499 | 2024-12-21T04:25:42.651Z | Compiling macaddr v1.0.1 |
500 | 2024-12-21T04:25:42.831Z | Compiling camino-tempfile v1.1.1 |
501 | 2024-12-21T04:25:43.604Z | Compiling dof v0.3.0 |
502 | 2024-12-21T04:25:43.604Z | Compiling cargo_metadata v0.18.1 |
503 | 2024-12-21T04:25:45.346Z | Compiling toml v0.8.19 |
504 | 2024-12-21T04:25:45.654Z | Compiling usdt-attr-macro v0.5.0 |
505 | 2024-12-21T04:25:45.813Z | Compiling usdt-macro v0.5.0 |
506 | 2024-12-21T04:25:46.195Z | Compiling cargo_toml v0.20.5 |
507 | 2024-12-21T04:25:47.114Z | Compiling usdt v0.5.0 |
508 | 2024-12-21T04:25:49.799Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
509 | 2024-12-21T04:25:53.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.70s |
510 | 2024-12-21T04:25:54.223Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
511 | 2024-12-21T04:25:54.759Z | Downloading crates ... |
512 | 2024-12-21T04:25:54.893Z | Downloaded atty v0.2.14 |
513 | 2024-12-21T04:25:54.897Z | Downloaded atomicwrites v0.4.4 |
514 | 2024-12-21T04:25:54.901Z | Downloaded array-init v0.0.4 |
515 | 2024-12-21T04:25:54.901Z | Downloaded adler2 v2.0.0 |
516 | 2024-12-21T04:25:54.903Z | Downloaded cfg_aliases v0.1.1 |
517 | 2024-12-21T04:25:54.906Z | Downloaded cfg_aliases v0.2.1 |
518 | 2024-12-21T04:25:54.913Z | Downloaded headers-core v0.3.0 |
519 | 2024-12-21T04:25:54.916Z | Downloaded crucible-workspace-hack v0.1.0 |
520 | 2024-12-21T04:25:54.922Z | Downloaded http-range v0.1.5 |
521 | 2024-12-21T04:25:54.926Z | Downloaded ciborium-io v0.2.2 |
522 | 2024-12-21T04:25:54.929Z | Downloaded cstr-argument v0.1.2 |
523 | 2024-12-21T04:25:54.933Z | Downloaded hubpack_derive v0.1.1 |
524 | 2024-12-21T04:25:54.935Z | Downloaded atomic-waker v1.1.2 |
525 | 2024-12-21T04:25:54.936Z | Downloaded assert_matches v1.5.0 |
526 | 2024-12-21T04:25:54.936Z | Downloaded instant v0.1.13 |
527 | 2024-12-21T04:25:54.938Z | Downloaded ident_case v1.0.1 |
528 | 2024-12-21T04:25:54.940Z | Downloaded bit-vec v0.6.3 |
529 | 2024-12-21T04:25:54.940Z | Downloaded async-trait v0.1.83 |
530 | 2024-12-21T04:25:54.943Z | Downloaded match_cfg v0.1.0 |
531 | 2024-12-21T04:25:54.946Z | Downloaded bitflags v1.3.2 |
532 | 2024-12-21T04:25:54.948Z | Downloaded hex-literal v0.4.1 |
533 | 2024-12-21T04:25:54.951Z | Downloaded base16ct v0.2.0 |
534 | 2024-12-21T04:25:54.951Z | Downloaded hex v0.4.3 |
535 | 2024-12-21T04:25:54.954Z | Downloaded matches v0.1.10 |
536 | 2024-12-21T04:25:54.954Z | Downloaded heck v0.3.3 |
537 | 2024-12-21T04:25:54.956Z | Downloaded chrono-tz-build v0.4.0 |
538 | 2024-12-21T04:25:54.956Z | Downloaded bit-set v0.5.3 |
539 | 2024-12-21T04:25:54.963Z | Downloaded cobs v0.2.3 |
540 | 2024-12-21T04:25:54.963Z | Downloaded addr2line v0.24.2 |
541 | 2024-12-21T04:25:54.967Z | Downloaded is_ci v1.2.0 |
542 | 2024-12-21T04:25:54.967Z | Downloaded md5 v0.7.0 |
543 | 2024-12-21T04:25:54.967Z | Downloaded colored v2.1.0 |
544 | 2024-12-21T04:25:54.967Z | Downloaded cipher v0.4.4 |
545 | 2024-12-21T04:25:54.970Z | Downloaded indent_write v2.2.0 |
546 | 2024-12-21T04:25:54.970Z | Downloaded lockfree-object-pool v0.1.6 |
547 | 2024-12-21T04:25:54.972Z | Downloaded libefi-sys v0.1.0 |
548 | 2024-12-21T04:25:54.974Z | Downloaded lru-cache v0.1.2 |
549 | 2024-12-21T04:25:54.974Z | Downloaded crc v3.2.1 |
550 | 2024-12-21T04:25:54.977Z | Downloaded http-body-util v0.1.2 |
551 | 2024-12-21T04:25:54.979Z | Downloaded block-padding v0.3.3 |
552 | 2024-12-21T04:25:54.979Z | Downloaded home v0.5.9 |
553 | 2024-12-21T04:25:54.983Z | Downloaded constant_time_eq v0.3.1 |
554 | 2024-12-21T04:25:54.987Z | Downloaded kstat-rs v0.2.4 |
555 | 2024-12-21T04:25:54.987Z | Downloaded internet-checksum v0.2.1 |
556 | 2024-12-21T04:25:54.987Z | Downloaded arrayref v0.3.9 |
557 | 2024-12-21T04:25:54.991Z | Downloaded hyper-tls v0.6.0 |
558 | 2024-12-21T04:25:54.991Z | Downloaded hostname v0.4.0 |
559 | 2024-12-21T04:25:54.991Z | Downloaded lru v0.12.5 |
560 | 2024-12-21T04:25:54.993Z | Downloaded is-terminal v0.4.13 |
561 | 2024-12-21T04:25:54.993Z | Downloaded crc32fast v1.4.2 |
562 | 2024-12-21T04:25:54.996Z | Downloaded backoff v0.4.0 |
563 | 2024-12-21T04:25:54.999Z | Downloaded highway v1.2.0 |
564 | 2024-12-21T04:25:55.002Z | Downloaded libsw v3.3.1 |
565 | 2024-12-21T04:25:55.002Z | Downloaded progenitor-client v0.8.0 |
566 | 2024-12-21T04:25:55.002Z | Downloaded crunchy v0.2.2 |
567 | 2024-12-21T04:25:55.005Z | Downloaded cancel-safe-futures v0.1.5 |
568 | 2024-12-21T04:25:55.008Z | Downloaded russh-cryptovec v0.7.3 |
569 | 2024-12-21T04:25:55.011Z | Downloaded bzip2 v0.4.4 |
570 | 2024-12-21T04:25:55.011Z | Downloaded console v0.15.8 |
571 | 2024-12-21T04:25:55.015Z | Downloaded linked-hash-map v0.5.6 |
572 | 2024-12-21T04:25:55.017Z | Downloaded idna_adapter v1.2.0 |
573 | 2024-12-21T04:25:55.017Z | Downloaded iana-time-zone v0.1.61 |
574 | 2024-12-21T04:25:55.018Z | Downloaded httparse v1.9.5 |
575 | 2024-12-21T04:25:55.020Z | Downloaded hostname v0.3.1 |
576 | 2024-12-21T04:25:55.023Z | Downloaded memoffset v0.9.1 |
577 | 2024-12-21T04:25:55.025Z | Downloaded md-5 v0.10.6 |
578 | 2024-12-21T04:25:55.025Z | Downloaded cookie_store v0.21.0 |
579 | 2024-12-21T04:25:55.028Z | Downloaded hyper-rustls v0.27.3 |
580 | 2024-12-21T04:25:55.031Z | Downloaded jobserver v0.1.32 |
581 | 2024-12-21T04:25:55.035Z | Downloaded humantime v2.1.0 |
582 | 2024-12-21T04:25:55.038Z | Downloaded async-bb8-diesel v0.2.1 |
583 | 2024-12-21T04:25:55.038Z | Downloaded libloading v0.8.5 |
584 | 2024-12-21T04:25:55.040Z | Downloaded ipnet v2.10.1 |
585 | 2024-12-21T04:25:55.040Z | Downloaded ciborium v0.2.2 |
586 | 2024-12-21T04:25:55.043Z | Downloaded rpassword v7.3.1 |
587 | 2024-12-21T04:25:55.045Z | Downloaded ctr v0.9.2 |
588 | 2024-12-21T04:25:55.048Z | Downloaded const_format_proc_macros v0.2.33 |
589 | 2024-12-21T04:25:55.051Z | Downloaded chacha20 v0.9.1 |
590 | 2024-12-21T04:25:55.051Z | Downloaded mime v0.3.17 |
591 | 2024-12-21T04:25:55.053Z | Downloaded tower-service v0.3.3 |
592 | 2024-12-21T04:25:55.053Z | Downloaded mime_guess v2.0.5 |
593 | 2024-12-21T04:25:55.057Z | Downloaded managed v0.8.0 |
594 | 2024-12-21T04:25:55.064Z | Downloaded lazy_static v1.5.0 |
595 | 2024-12-21T04:25:55.064Z | Downloaded keccak v0.1.5 |
596 | 2024-12-21T04:25:55.066Z | Downloaded memmap2 v0.9.5 |
597 | 2024-12-21T04:25:55.066Z | Downloaded maplit v1.0.2 |
598 | 2024-12-21T04:25:55.066Z | Downloaded linear-map v1.2.0 |
599 | 2024-12-21T04:25:55.066Z | Downloaded ref-cast-impl v1.0.23 |
600 | 2024-12-21T04:25:55.066Z | Downloaded sqlparser_derive v0.2.2 |
601 | 2024-12-21T04:25:55.069Z | Downloaded want v0.3.1 |
602 | 2024-12-21T04:25:55.069Z | Downloaded indoc v1.0.9 |
603 | 2024-12-21T04:25:55.072Z | Downloaded icu_locid_transform_data v1.5.0 |
604 | 2024-12-21T04:25:55.074Z | Downloaded fxhash v0.2.1 |
605 | 2024-12-21T04:25:55.074Z | Downloaded bcs v0.1.6 |
606 | 2024-12-21T04:25:55.077Z | Downloaded schemars_derive v0.8.21 |
607 | 2024-12-21T04:25:55.080Z | Downloaded serde_path_to_error v0.1.16 |
608 | 2024-12-21T04:25:55.080Z | Downloaded maybe-uninit v2.0.0 |
609 | 2024-12-21T04:25:55.083Z | Downloaded litemap v0.7.3 |
610 | 2024-12-21T04:25:55.083Z | Downloaded aead v0.5.2 |
611 | 2024-12-21T04:25:55.086Z | Downloaded hyper-staticfile v0.10.1 |
612 | 2024-12-21T04:25:55.089Z | Downloaded bcrypt-pbkdf v0.10.0 |
613 | 2024-12-21T04:25:55.089Z | Downloaded crc-any v2.5.0 |
614 | 2024-12-21T04:25:55.091Z | Downloaded icu_normalizer_data v1.5.0 |
615 | 2024-12-21T04:25:55.096Z | Downloaded icu_normalizer v1.5.0 |
616 | 2024-12-21T04:25:55.100Z | Downloaded lock_api v0.4.12 |
617 | 2024-12-21T04:25:55.100Z | Downloaded icu_provider v1.5.0 |
618 | 2024-12-21T04:25:55.102Z | Downloaded crossbeam-deque v0.8.5 |
619 | 2024-12-21T04:25:55.107Z | Downloaded base64ct v1.6.0 |
620 | 2024-12-21T04:25:55.109Z | Downloaded num-conv v0.1.0 |
621 | 2024-12-21T04:25:55.109Z | Downloaded structmeta v0.3.0 |
622 | 2024-12-21T04:25:55.109Z | Downloaded static_assertions v1.1.0 |
623 | 2024-12-21T04:25:55.109Z | Downloaded foreign-types-macros v0.2.3 |
624 | 2024-12-21T04:25:55.112Z | Downloaded phf_shared v0.10.0 |
625 | 2024-12-21T04:25:55.112Z | Downloaded crossbeam-utils v0.8.20 |
626 | 2024-12-21T04:25:55.114Z | Downloaded hmac v0.12.1 |
627 | 2024-12-21T04:25:55.117Z | Downloaded cookie v0.18.1 |
628 | 2024-12-21T04:25:55.123Z | Downloaded unicode-truncate v1.1.0 |
629 | 2024-12-21T04:25:55.125Z | Downloaded rustc_version v0.4.1 |
630 | 2024-12-21T04:25:55.125Z | Downloaded icu_locid_transform v1.5.0 |
631 | 2024-12-21T04:25:55.125Z | Downloaded zeroize_derive v1.4.2 |
632 | 2024-12-21T04:25:55.127Z | Downloaded endian-type v0.1.2 |
633 | 2024-12-21T04:25:55.127Z | Downloaded signal-hook-registry v1.4.2 |
634 | 2024-12-21T04:25:55.129Z | Downloaded derive_builder_core v0.20.2 |
635 | 2024-12-21T04:25:55.132Z | Downloaded icu_locid v1.5.0 |
636 | 2024-12-21T04:25:55.135Z | Downloaded group v0.13.0 |
637 | 2024-12-21T04:25:55.138Z | Downloaded env_filter v0.1.2 |
638 | 2024-12-21T04:25:55.141Z | Downloaded tabwriter v1.4.0 |
639 | 2024-12-21T04:25:55.145Z | Downloaded topological-sort v0.2.2 |
640 | 2024-12-21T04:25:55.145Z | Downloaded normalize-line-endings v0.3.0 |
641 | 2024-12-21T04:25:55.145Z | Downloaded mirai-annotations v1.12.0 |
642 | 2024-12-21T04:25:55.148Z | Downloaded tls_codec_derive v0.4.1 |
643 | 2024-12-21T04:25:55.148Z | Downloaded path-slash v0.1.5 |
644 | 2024-12-21T04:25:55.148Z | Downloaded parse-size v1.1.0 |
645 | 2024-12-21T04:25:55.151Z | Downloaded indicatif v0.17.9 |
646 | 2024-12-21T04:25:55.154Z | Downloaded tls_codec v0.4.1 |
647 | 2024-12-21T04:25:55.156Z | Downloaded xz2 v0.1.7 |
648 | 2024-12-21T04:25:55.161Z | Downloaded rustls-pemfile v2.2.0 |
649 | 2024-12-21T04:25:55.164Z | Downloaded scrypt v0.11.0 |
650 | 2024-12-21T04:25:55.164Z | Downloaded icu_properties v1.5.1 |
651 | 2024-12-21T04:25:55.164Z | Downloaded num-integer v0.1.46 |
652 | 2024-12-21T04:25:55.168Z | Downloaded num v0.4.3 |
653 | 2024-12-21T04:25:55.168Z | Downloaded thiserror v2.0.3 |
654 | 2024-12-21T04:25:55.172Z | Downloaded time-core v0.1.2 |
655 | 2024-12-21T04:25:55.175Z | Downloaded phf_generator v0.11.2 |
656 | 2024-12-21T04:25:55.175Z | Downloaded phf_codegen v0.11.2 |
657 | 2024-12-21T04:25:55.178Z | Downloaded phf v0.11.2 |
658 | 2024-12-21T04:25:55.181Z | Downloaded predicates-core v1.0.8 |
659 | 2024-12-21T04:25:55.181Z | Downloaded ena v0.14.3 |
660 | 2024-12-21T04:25:55.184Z | Downloaded deranged v0.3.11 |
661 | 2024-12-21T04:25:55.184Z | Downloaded slog-term v2.9.1 |
662 | 2024-12-21T04:25:55.186Z | Downloaded base64 v0.22.1 |
663 | 2024-12-21T04:25:55.189Z | Downloaded waitgroup v0.1.2 |
664 | 2024-12-21T04:25:55.191Z | Downloaded rand_seeder v0.3.0 |
665 | 2024-12-21T04:25:55.193Z | Downloaded rand_core v0.6.4 |
666 | 2024-12-21T04:25:55.195Z | Downloaded funty v2.0.0 |
667 | 2024-12-21T04:25:55.195Z | Downloaded derive_builder v0.20.2 |
668 | 2024-12-21T04:25:55.199Z | Downloaded slog v2.7.0 |
669 | 2024-12-21T04:25:55.203Z | Downloaded bytes v1.8.0 |
670 | 2024-12-21T04:25:55.207Z | Downloaded arrayvec v0.7.6 |
671 | 2024-12-21T04:25:55.209Z | Downloaded psl-types v2.0.11 |
672 | 2024-12-21T04:25:55.212Z | Downloaded ecdsa v0.16.9 |
673 | 2024-12-21T04:25:55.215Z | Downloaded der_derive v0.7.3 |
674 | 2024-12-21T04:25:55.215Z | Downloaded hyper-util v0.1.10 |
675 | 2024-12-21T04:25:55.219Z | Downloaded hickory-server v0.24.1 |
676 | 2024-12-21T04:25:55.225Z | Downloaded signal-hook-tokio v0.3.1 |
677 | 2024-12-21T04:25:55.228Z | Downloaded num-complex v0.4.6 |
678 | 2024-12-21T04:25:55.230Z | Downloaded shlex v1.3.0 |
679 | 2024-12-21T04:25:55.230Z | Downloaded shell-words v1.1.0 |
680 | 2024-12-21T04:25:55.230Z | Downloaded heapless v0.8.0 |
681 | 2024-12-21T04:25:55.235Z | Downloaded num-iter v0.1.45 |
682 | 2024-12-21T04:25:55.237Z | Downloaded tiny-keccak v2.0.2 |
683 | 2024-12-21T04:25:55.240Z | Downloaded tap v1.0.1 |
684 | 2024-12-21T04:25:55.242Z | Downloaded unicode-properties v0.1.3 |
685 | 2024-12-21T04:25:55.242Z | Downloaded strum_macros v0.25.3 |
686 | 2024-12-21T04:25:55.245Z | Downloaded rustfmt-wrapper v0.2.1 |
687 | 2024-12-21T04:25:55.249Z | Downloaded fs_extra v1.3.0 |
688 | 2024-12-21T04:25:55.249Z | Downloaded twox-hash v1.6.3 |
689 | 2024-12-21T04:25:55.252Z | Downloaded utf-8 v0.7.6 |
690 | 2024-12-21T04:25:55.252Z | Downloaded schemars v0.8.21 |
691 | 2024-12-21T04:25:55.263Z | Downloaded pretty-hex v0.2.1 |
692 | 2024-12-21T04:25:55.266Z | Downloaded dirs-sys-next v0.1.2 |
693 | 2024-12-21T04:25:55.266Z | Downloaded dirs-next v2.0.0 |
694 | 2024-12-21T04:25:55.268Z | Downloaded difflib v0.4.0 |
695 | 2024-12-21T04:25:55.269Z | Downloaded debug-ignore v1.0.5 |
696 | 2024-12-21T04:25:55.271Z | Downloaded untrusted v0.9.0 |
697 | 2024-12-21T04:25:55.274Z | Downloaded sct v0.7.1 |
698 | 2024-12-21T04:25:55.276Z | Downloaded hickory-resolver v0.24.1 |
699 | 2024-12-21T04:25:55.290Z | Downloaded strum v0.26.3 |
700 | 2024-12-21T04:25:55.293Z | Downloaded base64 v0.21.7 |
701 | 2024-12-21T04:25:55.297Z | Downloaded tinystr v0.7.6 |
702 | 2024-12-21T04:25:55.299Z | Downloaded time-macros v0.2.18 |
703 | 2024-12-21T04:25:55.302Z | Downloaded prettyplease v0.2.25 |
704 | 2024-12-21T04:25:55.305Z | Downloaded hash32 v0.3.1 |
705 | 2024-12-21T04:25:55.305Z | Downloaded heapless v0.7.17 |
706 | 2024-12-21T04:25:55.315Z | Downloaded try-lock v0.2.5 |
707 | 2024-12-21T04:25:55.318Z | Downloaded strum_macros v0.26.4 |
708 | 2024-12-21T04:25:55.318Z | Downloaded unicode-bidi v0.3.17 |
709 | 2024-12-21T04:25:55.318Z | Downloaded same-file v1.0.6 |
710 | 2024-12-21T04:25:55.318Z | Downloaded pbkdf2 v0.11.0 |
711 | 2024-12-21T04:25:55.320Z | Downloaded paste v1.0.15 |
712 | 2024-12-21T04:25:55.324Z | Downloaded diesel_table_macro_syntax v0.2.0 |
713 | 2024-12-21T04:25:55.324Z | Downloaded darling_macro v0.20.10 |
714 | 2024-12-21T04:25:55.326Z | Downloaded primeorder v0.13.6 |
715 | 2024-12-21T04:25:55.327Z | Downloaded minimal-lexical v0.2.1 |
716 | 2024-12-21T04:25:55.329Z | Downloaded miniz_oxide v0.8.0 |
717 | 2024-12-21T04:25:55.332Z | Downloaded sha1 v0.10.6 |
718 | 2024-12-21T04:25:55.334Z | Downloaded nodrop v0.1.14 |
719 | 2024-12-21T04:25:55.336Z | Downloaded defmt v0.3.8 |
720 | 2024-12-21T04:25:55.339Z | Downloaded oso-derive v0.27.3 |
721 | 2024-12-21T04:25:55.341Z | Downloaded futures-task v0.3.31 |
722 | 2024-12-21T04:25:55.341Z | Downloaded slog-scope v4.4.0 |
723 | 2024-12-21T04:25:55.344Z | Downloaded strum_macros v0.24.3 |
724 | 2024-12-21T04:25:55.346Z | Downloaded env_logger v0.11.5 |
725 | 2024-12-21T04:25:55.348Z | Downloaded env_logger v0.10.2 |
726 | 2024-12-21T04:25:55.351Z | Downloaded predicates-tree v1.0.11 |
727 | 2024-12-21T04:25:55.353Z | Downloaded openssl-probe v0.1.5 |
728 | 2024-12-21T04:25:55.353Z | Downloaded openssl-macros v0.1.1 |
729 | 2024-12-21T04:25:55.356Z | Downloaded socket2 v0.5.7 |
730 | 2024-12-21T04:25:55.359Z | Downloaded thiserror-no-std v2.0.2 |
731 | 2024-12-21T04:25:55.361Z | Downloaded thread_local v1.1.8 |
732 | 2024-12-21T04:25:55.363Z | Downloaded zopfli v0.8.1 |
733 | 2024-12-21T04:25:55.366Z | Downloaded signal-hook v0.3.17 |
734 | 2024-12-21T04:25:55.369Z | Downloaded wyz v0.5.1 |
735 | 2024-12-21T04:25:55.371Z | Downloaded tui-tree-widget v0.22.0 |
736 | 2024-12-21T04:25:55.372Z | Downloaded poly1305 v0.8.0 |
737 | 2024-12-21T04:25:55.374Z | Downloaded rustc-demangle v0.1.24 |
738 | 2024-12-21T04:25:55.376Z | Downloaded serde-big-array v0.5.1 |
739 | 2024-12-21T04:25:55.379Z | Downloaded float-ord v0.3.2 |
740 | 2024-12-21T04:25:55.379Z | Downloaded password-hash v0.5.0 |
741 | 2024-12-21T04:25:55.383Z | Downloaded password-hash v0.4.2 |
742 | 2024-12-21T04:25:55.398Z | Downloaded float-cmp v0.9.0 |
743 | 2024-12-21T04:25:55.398Z | Downloaded display-error-chain v0.2.2 |
744 | 2024-12-21T04:25:55.398Z | Downloaded libm v0.2.8 |
745 | 2024-12-21T04:25:55.398Z | Downloaded num_enum v0.5.11 |
746 | 2024-12-21T04:25:55.401Z | Downloaded zone_cfg_derive v0.3.0 |
747 | 2024-12-21T04:25:55.401Z | Downloaded zone_cfg_derive v0.1.2 |
748 | 2024-12-21T04:25:55.401Z | Downloaded gethostname v0.5.0 |
749 | 2024-12-21T04:25:55.401Z | Downloaded futures-sink v0.3.31 |
750 | 2024-12-21T04:25:55.404Z | Downloaded der v0.7.9 |
751 | 2024-12-21T04:25:55.409Z | Downloaded futures-macro v0.3.31 |
752 | 2024-12-21T04:25:55.418Z | Downloaded futures-io v0.3.31 |
753 | 2024-12-21T04:25:55.418Z | Downloaded slog-envlogger v2.2.0 |
754 | 2024-12-21T04:25:55.418Z | Downloaded opaque-debug v0.3.1 |
755 | 2024-12-21T04:25:55.418Z | Downloaded newline-converter v0.3.0 |
756 | 2024-12-21T04:25:55.425Z | Downloaded rtoolbox v0.0.2 |
757 | 2024-12-21T04:25:55.425Z | Downloaded multer v3.1.0 |
758 | 2024-12-21T04:25:55.425Z | Downloaded foreign-types-shared v0.1.1 |
759 | 2024-12-21T04:25:55.425Z | Downloaded term v0.7.0 |
760 | 2024-12-21T04:25:55.425Z | Downloaded new_debug_unreachable v1.0.6 |
761 | 2024-12-21T04:25:55.425Z | Downloaded foreign-types v0.3.2 |
762 | 2024-12-21T04:25:55.425Z | Downloaded yasna v0.5.2 |
763 | 2024-12-21T04:25:55.428Z | Downloaded typify v0.2.0 |
764 | 2024-12-21T04:25:55.430Z | Downloaded tokio-native-tls v0.3.1 |
765 | 2024-12-21T04:25:55.433Z | Downloaded termios v0.3.3 |
766 | 2024-12-21T04:25:55.433Z | Downloaded serde_repr v0.1.19 |
767 | 2024-12-21T04:25:55.435Z | Downloaded displaydoc v0.2.5 |
768 | 2024-12-21T04:25:55.438Z | Downloaded serde_plain v1.0.2 |
769 | 2024-12-21T04:25:55.442Z | Downloaded rand_xorshift v0.3.0 |
770 | 2024-12-21T04:25:55.442Z | Downloaded secrecy v0.8.0 |
771 | 2024-12-21T04:25:55.445Z | Downloaded take_mut v0.2.2 |
772 | 2024-12-21T04:25:55.445Z | Downloaded semver v0.1.20 |
773 | 2024-12-21T04:25:55.445Z | Downloaded scopeguard v1.2.0 |
774 | 2024-12-21T04:25:55.451Z | Downloaded sec1 v0.7.3 |
775 | 2024-12-21T04:25:55.451Z | Downloaded scheduled-thread-pool v0.2.7 |
776 | 2024-12-21T04:25:55.454Z | Downloaded salsa20 v0.10.2 |
777 | 2024-12-21T04:25:55.454Z | Downloaded sync-ptr v0.1.1 |
778 | 2024-12-21T04:25:55.454Z | Downloaded itertools v0.12.1 |
779 | 2024-12-21T04:25:55.458Z | Downloaded sync_wrapper v1.0.1 |
780 | 2024-12-21T04:25:55.460Z | Downloaded zeroize v1.8.1 |
781 | 2024-12-21T04:25:55.460Z | Downloaded owo-colors v4.1.0 |
782 | 2024-12-21T04:25:55.463Z | Downloaded crossterm v0.28.1 |
783 | 2024-12-21T04:25:55.470Z | Downloaded dyn-clone v1.0.17 |
784 | 2024-12-21T04:25:55.472Z | Downloaded vte_generate_state_changes v0.1.2 |
785 | 2024-12-21T04:25:55.475Z | Downloaded zerofrom v0.1.4 |
786 | 2024-12-21T04:25:55.475Z | Downloaded aes-gcm v0.10.3 |
787 | 2024-12-21T04:25:55.480Z | Downloaded tinyvec v1.8.0 |
788 | 2024-12-21T04:25:55.484Z | Downloaded foreign-types-shared v0.3.1 |
789 | 2024-12-21T04:25:55.484Z | Downloaded yoke-derive v0.7.4 |
790 | 2024-12-21T04:25:55.487Z | Downloaded newtype-uuid v1.1.3 |
791 | 2024-12-21T04:25:55.487Z | Downloaded foldhash v0.1.3 |
792 | 2024-12-21T04:25:55.487Z | Downloaded rand_chacha v0.3.1 |
793 | 2024-12-21T04:25:55.489Z | Downloaded postgres-protocol v0.6.7 |
794 | 2024-12-21T04:25:55.489Z | Downloaded samael v0.0.17 |
795 | 2024-12-21T04:25:55.494Z | Downloaded ppv-lite86 v0.2.20 |
796 | 2024-12-21T04:25:55.498Z | Downloaded ref-cast v1.0.23 |
797 | 2024-12-21T04:25:55.503Z | Downloaded diff v0.1.13 |
798 | 2024-12-21T04:25:55.507Z | Downloaded polyval v0.6.2 |
799 | 2024-12-21T04:25:55.507Z | Downloaded parse-display v0.10.0 |
800 | 2024-12-21T04:25:55.507Z | Downloaded mio v1.0.2 |
801 | 2024-12-21T04:25:55.511Z | Downloaded termcolor v1.4.1 |
802 | 2024-12-21T04:25:55.515Z | Downloaded hyper v1.5.0 |
803 | 2024-12-21T04:25:55.520Z | Downloaded synstructure v0.13.1 |
804 | 2024-12-21T04:25:55.523Z | Downloaded ssh-encoding v0.2.0 |
805 | 2024-12-21T04:25:55.527Z | Downloaded tracing-attributes v0.1.27 |
806 | 2024-12-21T04:25:55.527Z | Downloaded tokio-tungstenite v0.24.0 |
807 | 2024-12-21T04:25:55.531Z | Downloaded oso v0.27.3 |
808 | 2024-12-21T04:25:55.534Z | Downloaded tokio-tungstenite v0.23.1 |
809 | 2024-12-21T04:25:55.534Z | Downloaded steno v0.4.1 |
810 | 2024-12-21T04:25:55.538Z | Downloaded foreign-types v0.5.0 |
811 | 2024-12-21T04:25:55.541Z | Downloaded toml_edit v0.19.15 |
812 | 2024-12-21T04:25:55.555Z | Downloaded precomputed-hash v0.1.1 |
813 | 2024-12-21T04:25:55.558Z | Downloaded packed_struct v0.10.1 |
814 | 2024-12-21T04:25:55.558Z | Downloaded form_urlencoded v1.2.1 |
815 | 2024-12-21T04:25:55.558Z | Downloaded parse-display-derive v0.10.0 |
816 | 2024-12-21T04:25:55.563Z | Downloaded native-tls v0.2.12 |
817 | 2024-12-21T04:25:55.568Z | Downloaded tungstenite v0.23.0 |
818 | 2024-12-21T04:25:55.568Z | Downloaded parking_lot_core v0.9.10 |
819 | 2024-12-21T04:25:55.568Z | Downloaded parking_lot_core v0.8.6 |
820 | 2024-12-21T04:25:55.571Z | Downloaded sigpipe v0.1.3 |
821 | 2024-12-21T04:25:55.571Z | Downloaded simd-adler32 v0.3.7 |
822 | 2024-12-21T04:25:55.574Z | Downloaded pin-utils v0.1.0 |
823 | 2024-12-21T04:25:55.574Z | Downloaded x509-cert v0.2.5 |
824 | 2024-12-21T04:25:55.579Z | Downloaded progenitor-macro v0.8.0 |
825 | 2024-12-21T04:25:55.582Z | Downloaded value-bag v1.9.0 |
826 | 2024-12-21T04:25:55.585Z | Downloaded smallvec v1.13.2 |
827 | 2024-12-21T04:25:55.590Z | Downloaded newtype_derive v0.1.6 |
828 | 2024-12-21T04:25:55.590Z | Downloaded utf16_iter v1.0.5 |
829 | 2024-12-21T04:25:55.590Z | Downloaded stringprep v0.1.5 |
830 | 2024-12-21T04:25:55.597Z | Downloaded string_cache v0.8.7 |
831 | 2024-12-21T04:25:55.597Z | Downloaded toml v0.7.8 |
832 | 2024-12-21T04:25:55.600Z | Downloaded dhcproto-macros v0.1.0 |
833 | 2024-12-21T04:25:55.600Z | Downloaded aho-corasick v1.1.3 |
834 | 2024-12-21T04:25:55.602Z | Downloaded nibble_vec v0.1.0 |
835 | 2024-12-21T04:25:55.604Z | Downloaded embedded-io v0.4.0 |
836 | 2024-12-21T04:25:55.606Z | Downloaded either v1.13.0 |
837 | 2024-12-21T04:25:55.607Z | Downloaded unarray v0.1.4 |
838 | 2024-12-21T04:25:55.609Z | Downloaded diesel-dtrace v0.4.2 |
839 | 2024-12-21T04:25:55.611Z | Downloaded zerovec v0.10.4 |
840 | 2024-12-21T04:25:55.616Z | Downloaded subtle v2.6.1 |
841 | 2024-12-21T04:25:55.618Z | Downloaded structmeta-derive v0.3.0 |
842 | 2024-12-21T04:25:55.620Z | Downloaded progenitor v0.8.0 |
843 | 2024-12-21T04:25:55.620Z | Downloaded rayon-core v1.12.1 |
844 | 2024-12-21T04:25:55.623Z | Downloaded write16 v1.0.0 |
845 | 2024-12-21T04:25:55.626Z | Downloaded proc-macro-crate v1.3.1 |
846 | 2024-12-21T04:25:55.626Z | Downloaded pbkdf2 v0.12.2 |
847 | 2024-12-21T04:25:55.629Z | Downloaded packed_struct_codegen v0.10.1 |
848 | 2024-12-21T04:25:55.629Z | Downloaded darling_core v0.20.10 |
849 | 2024-12-21T04:25:55.633Z | Downloaded tinyvec_macros v0.1.1 |
850 | 2024-12-21T04:25:55.636Z | Downloaded zerovec-derive v0.10.3 |
851 | 2024-12-21T04:25:55.638Z | Downloaded peg v0.8.4 |
852 | 2024-12-21T04:25:55.640Z | Downloaded fragile v2.0.0 |
853 | 2024-12-21T04:25:55.643Z | Downloaded strip-ansi-escapes v0.2.0 |
854 | 2024-12-21T04:25:55.645Z | Downloaded stable_deref_trait v1.2.0 |
855 | 2024-12-21T04:25:55.645Z | Downloaded serde_urlencoded v0.7.1 |
856 | 2024-12-21T04:25:55.648Z | Downloaded nanorand v0.7.0 |
857 | 2024-12-21T04:25:55.651Z | Downloaded number_prefix v0.4.0 |
858 | 2024-12-21T04:25:55.651Z | Downloaded num_threads v0.1.7 |
859 | 2024-12-21T04:25:55.651Z | Downloaded universal-hash v0.5.1 |
860 | 2024-12-21T04:25:55.653Z | Downloaded blake3 v1.5.4 |
861 | 2024-12-21T04:25:55.659Z | Downloaded derive_builder_macro v0.20.2 |
862 | 2024-12-21T04:25:55.661Z | Downloaded mockall v0.13.0 |
863 | 2024-12-21T04:25:55.664Z | Downloaded spki v0.7.3 |
864 | 2024-12-21T04:25:55.664Z | Downloaded dropshot_endpoint v0.12.0 |
865 | 2024-12-21T04:25:55.666Z | Downloaded dropshot_endpoint v0.13.0 |
866 | 2024-12-21T04:25:55.670Z | Downloaded percent-encoding v2.3.1 |
867 | 2024-12-21T04:25:55.672Z | Downloaded flagset v0.4.6 |
868 | 2024-12-21T04:25:55.672Z | Downloaded fixedbitset v0.4.2 |
869 | 2024-12-21T04:25:55.676Z | Downloaded rfc6979 v0.4.0 |
870 | 2024-12-21T04:25:55.676Z | Downloaded resolv-conf v0.7.0 |
871 | 2024-12-21T04:25:55.679Z | Downloaded multimap v0.10.0 |
872 | 2024-12-21T04:25:55.679Z | Downloaded zip v2.1.3 |
873 | 2024-12-21T04:25:55.682Z | Downloaded zerofrom-derive v0.1.4 |
874 | 2024-12-21T04:25:55.684Z | Downloaded writeable v0.5.5 |
875 | 2024-12-21T04:25:55.686Z | Downloaded rcgen v0.12.1 |
876 | 2024-12-21T04:25:55.690Z | Downloaded parking_lot v0.11.2 |
877 | 2024-12-21T04:25:55.692Z | Downloaded serde_with_macros v3.11.0 |
878 | 2024-12-21T04:25:55.694Z | Downloaded whoami v1.5.2 |
879 | 2024-12-21T04:25:55.696Z | Downloaded zerocopy v0.6.6 |
880 | 2024-12-21T04:25:55.699Z | Downloaded tokio-macros v2.4.0 |
881 | 2024-12-21T04:25:55.699Z | Downloaded pkg-config v0.3.31 |
882 | 2024-12-21T04:25:55.701Z | Downloaded hkdf v0.12.4 |
883 | 2024-12-21T04:25:55.703Z | Downloaded slog-stdlog v4.1.1 |
884 | 2024-12-21T04:25:55.706Z | Downloaded openssl-sys v0.9.103 |
885 | 2024-12-21T04:25:55.708Z | Downloaded which v4.4.2 |
886 | 2024-12-21T04:25:55.712Z | Downloaded aws-lc-rs v1.10.0 |
887 | 2024-12-21T04:25:55.722Z | Downloaded olpc-cjson v0.1.4 |
888 | 2024-12-21T04:25:55.726Z | Downloaded wait-timeout v0.2.0 |
889 | 2024-12-21T04:25:55.726Z | Downloaded tokio-rustls v0.25.0 |
890 | 2024-12-21T04:25:55.726Z | Downloaded typed-path v0.9.3 |
891 | 2024-12-21T04:25:55.730Z | Downloaded phf_shared v0.11.2 |
892 | 2024-12-21T04:25:55.732Z | Downloaded rusty-fork v0.3.0 |
893 | 2024-12-21T04:25:55.735Z | Downloaded rustversion v1.0.17 |
894 | 2024-12-21T04:25:55.735Z | Downloaded russh v0.45.0 |
895 | 2024-12-21T04:25:55.740Z | Downloaded utf8_iter v1.0.4 |
896 | 2024-12-21T04:25:55.742Z | Downloaded postgres-types v0.2.8 |
897 | 2024-12-21T04:25:55.746Z | Downloaded termtree v0.4.1 |
898 | 2024-12-21T04:25:55.746Z | Downloaded postcard v1.0.10 |
899 | 2024-12-21T04:25:55.749Z | Downloaded h2 v0.4.6 |
900 | 2024-12-21T04:25:55.753Z | Downloaded fd-lock v4.0.2 |
901 | 2024-12-21T04:25:55.756Z | Downloaded embedded-io v0.6.1 |
902 | 2024-12-21T04:25:55.759Z | Downloaded tracing v0.1.40 |
903 | 2024-12-21T04:25:55.761Z | Downloaded data-encoding v2.6.0 |
904 | 2024-12-21T04:25:55.764Z | Downloaded zone v0.3.0 |
905 | 2024-12-21T04:25:55.764Z | Downloaded unsafe-libyaml v0.2.11 |
906 | 2024-12-21T04:25:55.766Z | Downloaded slog-async v2.8.0 |
907 | 2024-12-21T04:25:55.769Z | Downloaded spin v0.5.2 |
908 | 2024-12-21T04:25:55.771Z | Downloaded supports-color v3.0.1 |
909 | 2024-12-21T04:25:55.771Z | Downloaded ssh-cipher v0.2.0 |
910 | 2024-12-21T04:25:55.773Z | Downloaded globset v0.4.15 |
911 | 2024-12-21T04:25:55.773Z | Downloaded ron v0.7.1 |
912 | 2024-12-21T04:25:55.777Z | Downloaded rustc-hash v1.1.0 |
913 | 2024-12-21T04:25:55.780Z | Downloaded futures-util v0.3.31 |
914 | 2024-12-21T04:25:55.790Z | Downloaded thiserror-impl-no-std v2.0.2 |
915 | 2024-12-21T04:25:55.792Z | Downloaded rayon v1.10.0 |
916 | 2024-12-21T04:25:55.800Z | Downloaded rustc-hash v2.0.0 |
917 | 2024-12-21T04:25:55.803Z | Downloaded pkcs5 v0.7.1 |
918 | 2024-12-21T04:25:55.805Z | Downloaded des v0.8.1 |
919 | 2024-12-21T04:25:55.807Z | Downloaded bindgen v0.69.5 |
920 | 2024-12-21T04:25:55.814Z | Downloaded derive_more v0.99.18 |
921 | 2024-12-21T04:25:55.818Z | Downloaded tokio-rustls v0.26.0 |
922 | 2024-12-21T04:25:55.821Z | Downloaded sqlformat v0.2.6 |
923 | 2024-12-21T04:25:55.825Z | Downloaded snafu-derive v0.8.5 |
924 | 2024-12-21T04:25:55.825Z | Downloaded half v2.4.1 |
925 | 2024-12-21T04:25:55.828Z | Downloaded tokio-postgres v0.7.12 |
926 | 2024-12-21T04:25:55.832Z | Downloaded uuid v1.11.0 |
927 | 2024-12-21T04:25:55.834Z | Downloaded lalrpop v0.19.12 |
928 | 2024-12-21T04:25:55.845Z | Downloaded powerfmt v0.2.0 |
929 | 2024-12-21T04:25:55.850Z | Downloaded pin-project-internal v1.1.6 |
930 | 2024-12-21T04:25:55.850Z | Downloaded rustls-pki-types v1.10.0 |
931 | 2024-12-21T04:25:55.853Z | Downloaded fatfs v0.3.6 |
932 | 2024-12-21T04:25:55.857Z | Downloaded zip v0.6.6 |
933 | 2024-12-21T04:25:55.860Z | Downloaded vergen v8.3.2 |
934 | 2024-12-21T04:25:55.862Z | Downloaded unicode_categories v0.1.1 |
935 | 2024-12-21T04:25:55.864Z | Downloaded sqlparser v0.45.0 |
936 | 2024-12-21T04:25:55.868Z | Downloaded vte v0.11.1 |
937 | 2024-12-21T04:25:55.871Z | Downloaded progenitor-impl v0.8.0 |
938 | 2024-12-21T04:25:55.875Z | Downloaded hashbrown v0.13.2 |
939 | 2024-12-21T04:25:55.879Z | Downloaded reqwest v0.12.9 |
940 | 2024-12-21T04:25:55.884Z | Downloaded ssh-key v0.6.6 |
941 | 2024-12-21T04:25:55.891Z | Downloaded dhcproto v0.12.0 |
942 | 2024-12-21T04:25:55.895Z | Downloaded hashbrown v0.12.3 |
943 | 2024-12-21T04:25:55.899Z | Downloaded elliptic-curve v0.13.8 |
944 | 2024-12-21T04:25:55.905Z | Downloaded ron v0.8.1 |
945 | 2024-12-21T04:25:55.907Z | Downloaded rusqlite v0.32.1 |
946 | 2024-12-21T04:25:55.914Z | Downloaded pin-project v1.1.6 |
947 | 2024-12-21T04:25:55.925Z | Downloaded hashbrown v0.14.5 |
948 | 2024-12-21T04:25:55.931Z | Downloaded reedline v0.35.0 |
949 | 2024-12-21T04:25:55.937Z | Downloaded salty v0.3.0 |
950 | 2024-12-21T04:25:55.943Z | Downloaded rsa v0.9.6 |
951 | 2024-12-21T04:25:55.949Z | Downloaded petname v2.0.2 |
952 | 2024-12-21T04:25:55.954Z | Downloaded ed25519-dalek v2.1.1 |
953 | 2024-12-21T04:25:55.959Z | Downloaded rustyline v14.0.0 |
954 | 2024-12-21T04:25:55.962Z | Downloaded idna v0.2.3 |
955 | 2024-12-21T04:25:55.968Z | Downloaded idna v0.4.0 |
956 | 2024-12-21T04:25:55.975Z | Downloaded p521 v0.13.3 |
957 | 2024-12-21T04:25:55.979Z | Downloaded icu_properties_data v1.5.0 |
958 | 2024-12-21T04:25:55.991Z | Downloaded zerocopy v0.8.10 |
959 | 2024-12-21T04:25:56.013Z | Downloaded serde_with v3.11.0 |
960 | 2024-12-21T04:25:56.021Z | Downloaded git2 v0.19.0 |
961 | 2024-12-21T04:25:56.029Z | Downloaded proptest v1.5.0 |
962 | 2024-12-21T04:25:56.038Z | Downloaded quick-xml v0.33.0 |
963 | 2024-12-21T04:25:56.044Z | Downloaded rustls v0.21.12 |
964 | 2024-12-21T04:25:56.055Z | Downloaded regex v1.11.1 |
965 | 2024-12-21T04:25:56.068Z | Downloaded rustls-webpki v0.101.7 |
966 | 2024-12-21T04:25:56.081Z | Downloaded nix v0.27.1 |
967 | 2024-12-21T04:25:56.091Z | Downloaded openssl v0.10.66 |
968 | 2024-12-21T04:25:56.100Z | Downloaded winnow v0.5.40 |
969 | 2024-12-21T04:25:56.109Z | Downloaded rustls-webpki v0.102.8 |
970 | 2024-12-21T04:25:56.126Z | Downloaded regex-syntax v0.8.5 |
971 | 2024-12-21T04:25:56.134Z | Downloaded nix v0.28.0 |
972 | 2024-12-21T04:25:56.145Z | Downloaded p384 v0.13.0 |
973 | 2024-12-21T04:25:56.152Z | Downloaded radix_trie v0.2.1 |
974 | 2024-12-21T04:25:56.156Z | Downloaded nix v0.29.0 |
975 | 2024-12-21T04:25:56.168Z | Downloaded regress v0.10.1 |
976 | 2024-12-21T04:25:56.176Z | Downloaded vcpkg v0.2.15 |
977 | 2024-12-21T04:25:56.213Z | Downloaded object v0.30.4 |
978 | 2024-12-21T04:25:56.223Z | Downloaded dropshot v0.12.0 |
979 | 2024-12-21T04:25:56.242Z | Downloaded regex-syntax v0.6.29 |
980 | 2024-12-21T04:25:56.249Z | Downloaded gimli v0.31.1 |
981 | 2024-12-21T04:25:56.257Z | Downloaded openapiv3 v2.0.0 |
982 | 2024-12-21T04:25:56.269Z | Downloaded trust-dns-proto v0.22.0 |
983 | 2024-12-21T04:25:56.281Z | Downloaded smoltcp v0.9.1 |
984 | 2024-12-21T04:25:56.291Z | Downloaded diesel v2.2.6 |
985 | 2024-12-21T04:25:56.308Z | Downloaded rustls v0.22.4 |
986 | 2024-12-21T04:25:56.322Z | Downloaded object v0.36.5 |
987 | 2024-12-21T04:25:56.332Z | Downloaded dropshot v0.13.0 |
988 | 2024-12-21T04:25:56.353Z | Downloaded ratatui v0.28.1 |
989 | 2024-12-21T04:25:56.371Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
990 | 2024-12-21T04:25:56.384Z | Downloaded sled v0.34.7 |
991 | 2024-12-21T04:25:56.393Z | Downloaded bstr v1.10.0 |
992 | 2024-12-21T04:25:56.403Z | Downloaded typify-impl v0.2.0 |
993 | 2024-12-21T04:25:56.417Z | Downloaded zerocopy-derive v0.6.6 |
994 | 2024-12-21T04:25:56.427Z | Downloaded chrono-tz v0.10.0 |
995 | 2024-12-21T04:25:56.434Z | Downloaded regress v0.9.1 |
996 | 2024-12-21T04:25:56.442Z | Downloaded hickory-proto v0.24.1 |
997 | 2024-12-21T04:25:56.457Z | Downloaded polar-core v0.27.3 |
998 | 2024-12-21T04:25:56.465Z | Downloaded rustls v0.23.19 |
999 | 2024-12-21T04:25:56.476Z | Downloaded webpki-roots v0.26.6 |
1000 | 2024-12-21T04:25:56.480Z | Downloaded smoltcp v0.11.0 |
1001 | 2024-12-21T04:25:56.493Z | Downloaded regex-automata v0.4.8 |
1002 | 2024-12-21T04:25:56.509Z | Downloaded lzma-sys v0.1.20 |
1003 | 2024-12-21T04:25:56.537Z | Downloaded portable-atomic v1.9.0 |
1004 | 2024-12-21T04:25:56.546Z | Downloaded idna v0.3.0 |
1005 | 2024-12-21T04:25:56.550Z | Downloaded unicode-width v0.2.0 |
1006 | 2024-12-21T04:25:56.560Z | Downloaded idna v0.5.0 |
1007 | 2024-12-21T04:25:56.564Z | Downloaded curve25519-dalek v4.1.3 |
1008 | 2024-12-21T04:25:56.573Z | Downloaded libz-sys v1.1.20 |
1009 | 2024-12-21T04:25:56.591Z | Downloaded tokio v1.40.0 |
1010 | 2024-12-21T04:25:56.627Z | Downloaded petgraph v0.6.5 |
1011 | 2024-12-21T04:25:56.643Z | Downloaded csv v1.3.0 |
1012 | 2024-12-21T04:25:56.663Z | Downloaded chrono v0.4.38 |
1013 | 2024-12-21T04:25:56.669Z | Downloaded sha3 v0.10.8 |
1014 | 2024-12-21T04:25:56.675Z | Downloaded ghash v0.5.1 |
1015 | 2024-12-21T04:25:56.677Z | Downloaded filetime v0.2.25 |
1016 | 2024-12-21T04:25:56.677Z | Downloaded ff v0.13.0 |
1017 | 2024-12-21T04:25:56.680Z | Downloaded r2d2 v0.8.10 |
1018 | 2024-12-21T04:25:56.680Z | Downloaded pem-rfc7468 v0.7.0 |
1019 | 2024-12-21T04:25:56.680Z | Downloaded peg-macros v0.8.4 |
1020 | 2024-12-21T04:25:56.684Z | Downloaded uzers v0.12.1 |
1021 | 2024-12-21T04:25:56.689Z | Downloaded futures v0.3.31 |
1022 | 2024-12-21T04:25:56.693Z | Downloaded vsss-rs v3.3.4 |
1023 | 2024-12-21T04:25:56.693Z | Downloaded publicsuffix v2.2.3 |
1024 | 2024-12-21T04:25:56.696Z | Downloaded quinn-proto v0.11.8 |
1025 | 2024-12-21T04:25:56.699Z | Downloaded smallvec v0.6.14 |
1026 | 2024-12-21T04:25:56.702Z | Downloaded bitvec v1.0.1 |
1027 | 2024-12-21T04:25:56.714Z | Downloaded slab v0.4.9 |
1028 | 2024-12-21T04:25:56.718Z | Downloaded radium v0.7.0 |
1029 | 2024-12-21T04:25:56.718Z | Downloaded typify-macro v0.2.0 |
1030 | 2024-12-21T04:25:56.723Z | Downloaded tokio-util v0.7.12 |
1031 | 2024-12-21T04:25:56.725Z | Downloaded zone v0.1.8 |
1032 | 2024-12-21T04:25:56.726Z | Downloaded pkcs8 v0.10.2 |
1033 | 2024-12-21T04:25:56.728Z | Downloaded pin-project-lite v0.2.14 |
1034 | 2024-12-21T04:25:56.731Z | Downloaded futures-channel v0.3.31 |
1035 | 2024-12-21T04:25:56.734Z | Downloaded subprocess v0.2.9 |
1036 | 2024-12-21T04:25:56.736Z | Downloaded similar v2.6.0 |
1037 | 2024-12-21T04:25:56.740Z | Downloaded omicron-zone-package v0.11.1 |
1038 | 2024-12-21T04:25:56.742Z | Downloaded p256 v0.13.2 |
1039 | 2024-12-21T04:25:56.745Z | Downloaded flate2 v1.0.34 |
1040 | 2024-12-21T04:25:56.750Z | Downloaded pem v3.0.4 |
1041 | 2024-12-21T04:25:56.753Z | Downloaded tokio-rustls v0.24.1 |
1042 | 2024-12-21T04:25:56.756Z | Downloaded spin v0.9.8 |
1043 | 2024-12-21T04:25:56.756Z | Downloaded encoding_rs v0.8.34 |
1044 | 2024-12-21T04:25:56.776Z | Downloaded flume v0.11.1 |
1045 | 2024-12-21T04:25:56.779Z | Downloaded glob v0.3.1 |
1046 | 2024-12-21T04:25:56.782Z | Downloaded hash32 v0.2.1 |
1047 | 2024-12-21T04:25:56.782Z | Downloaded num_enum_derive v0.5.11 |
1048 | 2024-12-21T04:25:56.784Z | Downloaded time v0.3.36 |
1049 | 2024-12-21T04:25:56.789Z | Downloaded pkcs1 v0.7.5 |
1050 | 2024-12-21T04:25:56.792Z | Downloaded nom v7.1.3 |
1051 | 2024-12-21T04:25:56.796Z | Downloaded parse-zoneinfo v0.3.1 |
1052 | 2024-12-21T04:25:56.799Z | Downloaded hashlink v0.9.1 |
1053 | 2024-12-21T04:25:56.802Z | Downloaded yoke v0.7.4 |
1054 | 2024-12-21T04:25:56.802Z | Downloaded tungstenite v0.24.0 |
1055 | 2024-12-21T04:25:56.805Z | Downloaded num-bigint-dig v0.8.4 |
1056 | 2024-12-21T04:25:56.810Z | Downloaded unicode-normalization v0.1.24 |
1057 | 2024-12-21T04:25:56.815Z | Downloaded untrusted v0.7.1 |
1058 | 2024-12-21T04:25:56.818Z | Downloaded unicode-xid v0.2.6 |
1059 | 2024-12-21T04:25:56.818Z | Downloaded signature v2.2.0 |
1060 | 2024-12-21T04:25:56.818Z | Downloaded expectorate v1.1.0 |
1061 | 2024-12-21T04:25:56.821Z | Downloaded num-bigint v0.4.6 |
1062 | 2024-12-21T04:25:56.823Z | Downloaded tokio-stream v0.1.16 |
1063 | 2024-12-21T04:25:56.827Z | Downloaded itertools v0.13.0 |
1064 | 2024-12-21T04:25:56.833Z | Downloaded diesel_derives v2.2.3 |
1065 | 2024-12-21T04:25:56.840Z | Downloaded tungstenite v0.21.0 |
1066 | 2024-12-21T04:25:56.844Z | Downloaded quinn v0.11.5 |
1067 | 2024-12-21T04:25:56.846Z | Downloaded tough v0.19.0 |
1068 | 2024-12-21T04:25:56.851Z | Downloaded tokio-tungstenite v0.21.0 |
1069 | 2024-12-21T04:25:56.854Z | Downloaded serde_yaml v0.9.34+deprecated |
1070 | 2024-12-21T04:25:56.857Z | Downloaded zerocopy-derive v0.8.10 |
1071 | 2024-12-21T04:25:56.863Z | Downloaded smf v0.2.3 |
1072 | 2024-12-21T04:25:56.866Z | Downloaded siphasher v0.3.11 |
1073 | 2024-12-21T04:25:56.866Z | Downloaded libxml v0.3.3 |
1074 | 2024-12-21T04:25:56.870Z | Downloaded itertools v0.10.5 |
1075 | 2024-12-21T04:25:56.875Z | Downloaded url v2.5.3 |
1076 | 2024-12-21T04:25:56.878Z | Downloaded parking_lot v0.12.3 |
1077 | 2024-12-21T04:25:56.881Z | Downloaded dunce v1.0.5 |
1078 | 2024-12-21T04:25:56.884Z | Downloaded dsl_auto_type v0.1.2 |
1079 | 2024-12-21T04:25:56.884Z | Downloaded unicode-segmentation v1.12.0 |
1080 | 2024-12-21T04:25:56.887Z | Downloaded getrandom v0.2.15 |
1081 | 2024-12-21T04:25:56.890Z | Downloaded russh-keys v0.45.0 |
1082 | 2024-12-21T04:25:56.892Z | Downloaded idna v1.0.3 |
1083 | 2024-12-21T04:25:56.896Z | Downloaded headers v0.4.0 |
1084 | 2024-12-21T04:25:56.899Z | Downloaded quick-error v1.2.3 |
1085 | 2024-12-21T04:25:56.903Z | Downloaded num-traits v0.2.19 |
1086 | 2024-12-21T04:25:56.905Z | Downloaded mockall_derive v0.13.0 |
1087 | 2024-12-21T04:25:56.905Z | Downloaded tracing-core v0.1.32 |
1088 | 2024-12-21T04:25:56.908Z | Downloaded downcast v0.11.0 |
1089 | 2024-12-21T04:25:56.908Z | Downloaded tar v0.4.42 |
1090 | 2024-12-21T04:25:56.910Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1091 | 2024-12-21T04:25:56.966Z | Downloaded num-rational v0.4.2 |
1092 | 2024-12-21T04:25:56.969Z | Downloaded slog-json v2.6.1 |
1093 | 2024-12-21T04:25:56.971Z | Downloaded slog-dtrace v0.3.0 |
1094 | 2024-12-21T04:25:56.971Z | Downloaded slog-bunyan v2.5.0 |
1095 | 2024-12-21T04:25:56.971Z | Downloaded snafu v0.8.5 |
1096 | 2024-12-21T04:25:56.977Z | Downloaded rand v0.8.5 |
1097 | 2024-12-21T04:25:56.982Z | Downloaded qorb v0.2.1 |
1098 | 2024-12-21T04:25:56.984Z | Downloaded aes v0.8.4 |
1099 | 2024-12-21T04:25:56.987Z | Downloaded futures-executor v0.3.31 |
1100 | 2024-12-21T04:25:56.991Z | Downloaded futures-core v0.3.31 |
1101 | 2024-12-21T04:25:56.991Z | Downloaded fallible-streaming-iterator v0.1.9 |
1102 | 2024-12-21T04:25:56.993Z | Downloaded fallible-iterator v0.3.0 |
1103 | 2024-12-21T04:25:56.993Z | Downloaded fallible-iterator v0.2.0 |
1104 | 2024-12-21T04:25:56.993Z | Downloaded ed25519 v2.2.3 |
1105 | 2024-12-21T04:25:56.996Z | Downloaded defmt-macros v0.3.9 |
1106 | 2024-12-21T04:25:56.999Z | Downloaded crossbeam-channel v0.5.13 |
1107 | 2024-12-21T04:25:57.003Z | Downloaded unicase v2.7.0 |
1108 | 2024-12-21T04:25:57.003Z | Downloaded nu-ansi-term v0.50.1 |
1109 | 2024-12-21T04:25:57.006Z | Downloaded derive-where v1.2.7 |
1110 | 2024-12-21T04:25:57.010Z | Downloaded http v1.1.0 |
1111 | 2024-12-21T04:25:57.012Z | Downloaded defmt-parser v0.3.4 |
1112 | 2024-12-21T04:25:57.014Z | Downloaded test-strategy v0.3.1 |
1113 | 2024-12-21T04:25:57.017Z | Downloaded rustc_version v0.1.7 |
1114 | 2024-12-21T04:25:57.017Z | Downloaded serde_derive_internals v0.29.1 |
1115 | 2024-12-21T04:25:57.021Z | Downloaded icu_collections v1.5.0 |
1116 | 2024-12-21T04:25:57.023Z | Downloaded chacha20poly1305 v0.10.1 |
1117 | 2024-12-21T04:25:57.027Z | Downloaded backtrace v0.3.74 |
1118 | 2024-12-21T04:25:57.031Z | Downloaded crypto-bigint v0.5.5 |
1119 | 2024-12-21T04:25:57.035Z | Downloaded bumpalo v3.16.0 |
1120 | 2024-12-21T04:25:57.038Z | Downloaded const_format v0.2.33 |
1121 | 2024-12-21T04:25:57.042Z | Downloaded cc v1.1.30 |
1122 | 2024-12-21T04:25:57.068Z | Downloaded crossbeam-epoch v0.9.18 |
1123 | 2024-12-21T04:25:57.068Z | Downloaded quinn-udp v0.5.5 |
1124 | 2024-12-21T04:25:57.068Z | Downloaded enum-as-inner v0.5.1 |
1125 | 2024-12-21T04:25:57.068Z | Downloaded xattr v1.3.1 |
1126 | 2024-12-21T04:25:57.068Z | Downloaded walkdir v2.5.0 |
1127 | 2024-12-21T04:25:57.082Z | Downloaded const-oid v0.9.6 |
1128 | 2024-12-21T04:25:57.087Z | Downloaded predicates v3.1.2 |
1129 | 2024-12-21T04:25:57.090Z | Downloaded num-derive v0.4.2 |
1130 | 2024-12-21T04:25:57.090Z | Downloaded thiserror-impl v2.0.3 |
1131 | 2024-12-21T04:25:57.093Z | Downloaded indexmap v1.9.3 |
1132 | 2024-12-21T04:25:57.095Z | Downloaded compact_str v0.8.0 |
1133 | 2024-12-21T04:25:57.100Z | Downloaded structmeta-derive v0.2.0 |
1134 | 2024-12-21T04:25:57.102Z | Downloaded blake2 v0.10.6 |
1135 | 2024-12-21T04:25:57.105Z | Downloaded cexpr v0.6.0 |
1136 | 2024-12-21T04:25:57.107Z | Downloaded enum-as-inner v0.6.1 |
1137 | 2024-12-21T04:25:57.110Z | Downloaded toolchain_find v0.4.0 |
1138 | 2024-12-21T04:25:57.115Z | Downloaded structmeta v0.2.0 |
1139 | 2024-12-21T04:25:57.115Z | Downloaded base64 v0.13.1 |
1140 | 2024-12-21T04:25:57.119Z | Downloaded arc-swap v1.7.1 |
1141 | 2024-12-21T04:25:57.122Z | Downloaded signal-hook-mio v0.2.4 |
1142 | 2024-12-21T04:25:57.122Z | Downloaded serde-hex v0.1.0 |
1143 | 2024-12-21T04:25:57.124Z | Downloaded rustls-pemfile v1.0.4 |
1144 | 2024-12-21T04:25:57.127Z | Downloaded allocator-api2 v0.2.18 |
1145 | 2024-12-21T04:25:57.131Z | Downloaded clang-sys v1.8.1 |
1146 | 2024-12-21T04:25:57.135Z | Downloaded peg-runtime v0.8.3 |
1147 | 2024-12-21T04:25:57.138Z | Downloaded csv-core v0.1.11 |
1148 | 2024-12-21T04:25:57.143Z | Downloaded ipnetwork v0.20.0 |
1149 | 2024-12-21T04:25:57.146Z | Downloaded instability v0.3.2 |
1150 | 2024-12-21T04:25:57.148Z | Downloaded hickory-client v0.24.1 |
1151 | 2024-12-21T04:25:57.151Z | Downloaded async-recursion v1.1.1 |
1152 | 2024-12-21T04:25:57.154Z | Downloaded ahash v0.8.11 |
1153 | 2024-12-21T04:25:57.157Z | Downloaded darling v0.20.10 |
1154 | 2024-12-21T04:25:57.162Z | Downloaded convert_case v0.4.0 |
1155 | 2024-12-21T04:25:57.164Z | Downloaded hubpack v0.1.2 |
1156 | 2024-12-21T04:25:57.168Z | Downloaded curve25519-dalek-derive v0.1.1 |
1157 | 2024-12-21T04:25:57.168Z | Downloaded crc-catalog v2.4.0 |
1158 | 2024-12-21T04:25:57.168Z | Downloaded ciborium-ll v0.2.2 |
1159 | 2024-12-21T04:25:57.171Z | Downloaded cbc v0.1.2 |
1160 | 2024-12-21T04:25:57.171Z | Downloaded cmake v0.1.51 |
1161 | 2024-12-21T04:25:57.172Z | Downloaded blowfish v0.9.1 |
1162 | 2024-12-21T04:25:57.172Z | Downloaded argon2 v0.5.3 |
1163 | 2024-12-21T04:25:57.174Z | Downloaded buf-list v1.0.3 |
1164 | 2024-12-21T04:25:57.177Z | Downloaded impl-trait-for-tuples v0.2.2 |
1165 | 2024-12-21T04:25:57.177Z | Downloaded lazycell v1.3.0 |
1166 | 2024-12-21T04:25:57.179Z | Downloaded lalrpop-util v0.19.12 |
1167 | 2024-12-21T04:25:57.180Z | Downloaded inout v0.1.3 |
1168 | 2024-12-21T04:25:57.180Z | Downloaded httpdate v1.0.3 |
1169 | 2024-12-21T04:25:57.182Z | Downloaded castaway v0.2.3 |
1170 | 2024-12-21T04:25:57.182Z | Downloaded cassowary v0.3.0 |
1171 | 2024-12-21T04:25:57.184Z | Downloaded bitfield v0.14.0 |
1172 | 2024-12-21T04:25:57.186Z | Downloaded bb8 v0.8.5 |
1173 | 2024-12-21T04:25:57.186Z | Downloaded http-body v1.0.1 |
1174 | 2024-12-21T04:25:57.186Z | Downloaded bitfield-struct v0.6.2 |
1175 | 2024-12-21T04:25:57.189Z | Downloaded async-stream-impl v0.3.6 |
1176 | 2024-12-21T04:25:57.189Z | Downloaded async-stream v0.3.6 |
1177 | 2024-12-21T04:25:57.192Z | Downloaded icu_provider_macros v1.5.0 |
1178 | 2024-12-21T04:25:57.192Z | Downloaded ascii-canvas v3.0.0 |
1179 | 2024-12-21T04:25:57.431Z | Downloaded ring v0.17.8 |
1180 | 2024-12-21T04:25:57.522Z | Downloaded aws-lc-sys v0.22.0 |
1181 | 2024-12-21T04:25:57.771Z | Downloaded ring v0.16.20 |
1182 | 2024-12-21T04:25:57.849Z | Downloaded libsqlite3-sys v0.30.1 |
1183 | 2024-12-21T04:25:58.027Z | Compiling serde v1.0.215 |
1184 | 2024-12-21T04:25:58.030Z | Compiling lock_api v0.4.12 |
1185 | 2024-12-21T04:25:58.030Z | Compiling scopeguard v1.2.0 |
1186 | 2024-12-21T04:25:58.030Z | Compiling value-bag v1.9.0 |
1187 | 2024-12-21T04:25:58.030Z | Compiling typenum v1.17.0 |
1188 | 2024-12-21T04:25:58.194Z | Compiling generic-array v0.14.7 |
1189 | 2024-12-21T04:25:58.238Z | Compiling syn v2.0.87 |
1190 | 2024-12-21T04:25:58.241Z | Compiling getrandom v0.2.15 |
1191 | 2024-12-21T04:25:58.337Z | Compiling subtle v2.6.1 |
1192 | 2024-12-21T04:25:58.525Z | Compiling rand_core v0.6.4 |
1193 | 2024-12-21T04:25:58.671Z | Compiling shlex v1.3.0 |
1194 | 2024-12-21T04:25:58.710Z | Compiling jobserver v0.1.32 |
1195 | 2024-12-21T04:25:58.761Z | Compiling log v0.4.22 |
1196 | 2024-12-21T04:25:58.941Z | Compiling const-oid v0.9.6 |
1197 | 2024-12-21T04:25:59.100Z | Compiling cc v1.1.30 |
1198 | 2024-12-21T04:25:59.122Z | Compiling smallvec v1.13.2 |
1199 | 2024-12-21T04:25:59.139Z | Compiling spin v0.9.8 |
1200 | 2024-12-21T04:25:59.531Z | Compiling pin-project-lite v0.2.14 |
1201 | 2024-12-21T04:25:59.572Z | Compiling rustix v0.38.37 |
1202 | 2024-12-21T04:25:59.656Z | Compiling parking_lot_core v0.9.10 |
1203 | 2024-12-21T04:25:59.678Z | Compiling futures-core v0.3.31 |
1204 | 2024-12-21T04:25:59.698Z | Compiling signal-hook-registry v1.4.2 |
1205 | 2024-12-21T04:25:59.949Z | Compiling mio v1.0.2 |
1206 | 2024-12-21T04:26:00.471Z | Compiling aho-corasick v1.1.3 |
1207 | 2024-12-21T04:26:00.566Z | Compiling parking_lot v0.12.3 |
1208 | 2024-12-21T04:26:00.807Z | Compiling regex-syntax v0.8.5 |
1209 | 2024-12-21T04:26:00.905Z | Compiling cpufeatures v0.2.14 |
1210 | 2024-12-21T04:26:01.006Z | Compiling lazy_static v1.5.0 |
1211 | 2024-12-21T04:26:01.078Z | Compiling either v1.13.0 |
1212 | 2024-12-21T04:26:01.129Z | Compiling futures-sink v0.3.31 |
1213 | 2024-12-21T04:26:01.153Z | Compiling stable_deref_trait v1.2.0 |
1214 | 2024-12-21T04:26:01.256Z | Compiling glob v0.3.1 |
1215 | 2024-12-21T04:26:01.277Z | Compiling socket2 v0.5.7 |
1216 | 2024-12-21T04:26:01.501Z | Compiling slab v0.4.9 |
1217 | 2024-12-21T04:26:01.520Z | Compiling prettyplease v0.2.25 |
1218 | 2024-12-21T04:26:01.864Z | Compiling minimal-lexical v0.2.1 |
1219 | 2024-12-21T04:26:01.948Z | Compiling serde_json v1.0.133 |
1220 | 2024-12-21T04:26:02.289Z | Compiling clang-sys v1.8.1 |
1221 | 2024-12-21T04:26:02.363Z | Compiling nom v7.1.3 |
1222 | 2024-12-21T04:26:02.448Z | Compiling libloading v0.8.5 |
1223 | 2024-12-21T04:26:02.540Z | Compiling bindgen v0.69.5 |
1224 | 2024-12-21T04:26:02.871Z | Compiling home v0.5.9 |
1225 | 2024-12-21T04:26:03.134Z | Compiling itertools v0.10.5 |
1226 | 2024-12-21T04:26:03.387Z | Compiling futures-channel v0.3.31 |
1227 | 2024-12-21T04:26:03.471Z | Compiling allocator-api2 v0.2.18 |
1228 | 2024-12-21T04:26:03.827Z | Compiling rustc-hash v1.1.0 |
1229 | 2024-12-21T04:26:03.985Z | Compiling lazycell v1.3.0 |
1230 | 2024-12-21T04:26:04.151Z | Compiling pin-utils v0.1.0 |
1231 | 2024-12-21T04:26:04.246Z | Compiling foldhash v0.1.3 |
1232 | 2024-12-21T04:26:04.304Z | Compiling futures-io v0.3.31 |
1233 | 2024-12-21T04:26:04.568Z | Compiling regex-automata v0.4.8 |
1234 | 2024-12-21T04:26:04.641Z | Compiling futures-task v0.3.31 |
1235 | 2024-12-21T04:26:04.953Z | Compiling libm v0.2.8 |
1236 | 2024-12-21T04:26:05.326Z | Compiling hashbrown v0.15.1 |
1237 | 2024-12-21T04:26:05.924Z | Compiling synstructure v0.13.1 |
1238 | 2024-12-21T04:26:06.087Z | Compiling cexpr v0.6.0 |
1239 | 2024-12-21T04:26:06.698Z | Compiling cmake v0.1.51 |
1240 | 2024-12-21T04:26:07.665Z | Compiling num-traits v0.2.19 |
1241 | 2024-12-21T04:26:07.701Z | Compiling tinyvec_macros v0.1.1 |
1242 | 2024-12-21T04:26:07.749Z | Compiling fs_extra v1.3.0 |
1243 | 2024-12-21T04:26:07.797Z | Compiling pkg-config v0.3.31 |
1244 | 2024-12-21T04:26:07.882Z | Compiling dunce v1.0.5 |
1245 | 2024-12-21T04:26:08.020Z | Compiling tinyvec v1.8.0 |
1246 | 2024-12-21T04:26:08.353Z | Compiling ring v0.17.8 |
1247 | 2024-12-21T04:26:09.335Z | Compiling writeable v0.5.5 |
1248 | 2024-12-21T04:26:09.503Z | Compiling unicode-normalization v0.1.24 |
1249 | 2024-12-21T04:26:09.525Z | Compiling unicode-bidi v0.3.17 |
1250 | 2024-12-21T04:26:09.554Z | Compiling litemap v0.7.3 |
1251 | 2024-12-21T04:26:09.916Z | Compiling base64ct v1.6.0 |
1252 | 2024-12-21T04:26:09.937Z | Compiling paste v1.0.15 |
1253 | 2024-12-21T04:26:10.455Z | Compiling regex v1.11.1 |
1254 | 2024-12-21T04:26:10.543Z | Compiling pem-rfc7468 v0.7.0 |
1255 | 2024-12-21T04:26:10.988Z | Compiling httparse v1.9.5 |
1256 | 2024-12-21T04:26:11.221Z | Compiling aws-lc-rs v1.10.0 |
1257 | 2024-12-21T04:26:11.310Z | Compiling flagset v0.4.6 |
1258 | 2024-12-21T04:26:11.541Z | Compiling tracing-core v0.1.32 |
1259 | 2024-12-21T04:26:11.654Z | Compiling crossbeam-utils v0.8.20 |
1260 | 2024-12-21T04:26:11.819Z | Compiling percent-encoding v2.3.1 |
1261 | 2024-12-21T04:26:12.220Z | Compiling icu_locid_transform_data v1.5.0 |
1262 | 2024-12-21T04:26:12.288Z | Compiling rustls-pki-types v1.10.0 |
1263 | 2024-12-21T04:26:12.702Z | Compiling num-conv v0.1.0 |
1264 | 2024-12-21T04:26:12.848Z | Compiling serde_derive v1.0.215 |
1265 | 2024-12-21T04:26:12.902Z | Compiling zeroize_derive v1.4.2 |
1266 | 2024-12-21T04:26:12.954Z | Compiling zerocopy-derive v0.7.35 |
1267 | 2024-12-21T04:26:13.037Z | Compiling tokio-macros v2.4.0 |
1268 | 2024-12-21T04:26:13.360Z | Compiling zerofrom-derive v0.1.4 |
1269 | 2024-12-21T04:26:14.473Z | Compiling zeroize v1.8.1 |
1270 | 2024-12-21T04:26:14.645Z | Compiling yoke-derive v0.7.4 |
1271 | 2024-12-21T04:26:15.135Z | Compiling thiserror-impl v1.0.69 |
1272 | 2024-12-21T04:26:15.238Z | Compiling zerocopy v0.7.35 |
1273 | 2024-12-21T04:26:16.178Z | Compiling crypto-common v0.1.6 |
1274 | 2024-12-21T04:26:16.411Z | Compiling block-buffer v0.10.4 |
1275 | 2024-12-21T04:26:16.564Z | Compiling zerovec-derive v0.10.3 |
1276 | 2024-12-21T04:26:16.675Z | Compiling digest v0.10.7 |
1277 | 2024-12-21T04:26:16.903Z | Compiling futures-macro v0.3.31 |
1278 | 2024-12-21T04:26:17.194Z | Compiling hmac v0.12.1 |
1279 | 2024-12-21T04:26:17.324Z | Compiling block-padding v0.3.3 |
1280 | 2024-12-21T04:26:17.439Z | Compiling displaydoc v0.2.5 |
1281 | 2024-12-21T04:26:17.574Z | Compiling zerofrom v0.1.4 |
1282 | 2024-12-21T04:26:17.574Z | Compiling inout v0.1.3 |
1283 | 2024-12-21T04:26:17.690Z | Compiling sha2 v0.10.8 |
1284 | 2024-12-21T04:26:17.840Z | Compiling yoke v0.7.4 |
1285 | 2024-12-21T04:26:17.869Z | Compiling cipher v0.4.4 |
1286 | 2024-12-21T04:26:18.224Z | Compiling ppv-lite86 v0.2.20 |
1287 | 2024-12-21T04:26:18.398Z | Compiling icu_provider_macros v1.5.0 |
1288 | 2024-12-21T04:26:18.563Z | Compiling thiserror v1.0.69 |
1289 | 2024-12-21T04:26:18.718Z | Compiling der_derive v0.7.3 |
1290 | 2024-12-21T04:26:18.990Z | Compiling futures-util v0.3.31 |
1291 | 2024-12-21T04:26:19.036Z | Compiling rand_chacha v0.3.1 |
1292 | 2024-12-21T04:26:19.267Z | Compiling tracing-attributes v0.1.27 |
1293 | 2024-12-21T04:26:19.379Z | Compiling zerovec v0.10.4 |
1294 | 2024-12-21T04:26:19.559Z | Compiling rand v0.8.5 |
1295 | 2024-12-21T04:26:21.318Z | Compiling tinystr v0.7.6 |
1296 | 2024-12-21T04:26:21.353Z | Compiling der v0.7.9 |
1297 | 2024-12-21T04:26:21.382Z | Compiling icu_collections v1.5.0 |
1298 | 2024-12-21T04:26:21.564Z | Compiling pest v2.7.14 |
1299 | 2024-12-21T04:26:21.686Z | Compiling icu_locid v1.5.0 |
1300 | 2024-12-21T04:26:21.718Z | Compiling salsa20 v0.10.2 |
1301 | 2024-12-21T04:26:21.955Z | Compiling pbkdf2 v0.12.2 |
1302 | 2024-12-21T04:26:22.176Z | Compiling untrusted v0.9.0 |
1303 | 2024-12-21T04:26:22.367Z | Compiling untrusted v0.7.1 |
1304 | 2024-12-21T04:26:22.566Z | Compiling icu_properties_data v1.5.0 |
1305 | 2024-12-21T04:26:22.836Z | Compiling time-core v0.1.2 |
1306 | 2024-12-21T04:26:22.904Z | Compiling icu_provider v1.5.0 |
1307 | 2024-12-21T04:26:23.015Z | Compiling powerfmt v0.2.0 |
1308 | 2024-12-21T04:26:23.122Z | Compiling tracing v0.1.40 |
1309 | 2024-12-21T04:26:23.435Z | Compiling spki v0.7.3 |
1310 | 2024-12-21T04:26:23.643Z | Compiling icu_locid_transform v1.5.0 |
1311 | 2024-12-21T04:26:23.817Z | Compiling vcpkg v0.2.15 |
1312 | 2024-12-21T04:26:24.004Z | Compiling mirai-annotations v1.12.0 |
1313 | 2024-12-21T04:26:24.121Z | Compiling pest_meta v2.7.14 |
1314 | 2024-12-21T04:26:24.190Z | Compiling deranged v0.3.11 |
1315 | 2024-12-21T04:26:24.630Z | Compiling time-macros v0.2.18 |
1316 | 2024-12-21T04:26:25.219Z | Compiling icu_properties v1.5.1 |
1317 | 2024-12-21T04:26:26.075Z | Compiling openssl-sys v0.9.103 |
1318 | 2024-12-21T04:26:26.106Z | Compiling scrypt v0.11.0 |
1319 | 2024-12-21T04:26:26.368Z | Compiling cbc v0.1.2 |
1320 | 2024-12-21T04:26:26.615Z | Compiling aes v0.8.4 |
1321 | 2024-12-21T04:26:26.664Z | Compiling scroll_derive v0.12.0 |
1322 | 2024-12-21T04:26:27.214Z | Compiling bitflags v2.6.0 |
1323 | 2024-12-21T04:26:27.429Z | Compiling bytes v1.8.0 |
1324 | 2024-12-21T04:26:28.167Z | Compiling indexmap v2.6.0 |
1325 | 2024-12-21T04:26:28.510Z | Compiling tokio v1.40.0 |
1326 | 2024-12-21T04:26:28.748Z | Compiling http v1.1.0 |
1327 | 2024-12-21T04:26:29.310Z | Compiling semver v1.0.23 |
1328 | 2024-12-21T04:26:29.627Z | Compiling write16 v1.0.0 |
1329 | 2024-12-21T04:26:29.757Z | Compiling rustc_version v0.4.1 |
1330 | 2024-12-21T04:26:30.043Z | Compiling utf16_iter v1.0.5 |
1331 | 2024-12-21T04:26:30.156Z | Compiling utf8_iter v1.0.4 |
1332 | 2024-12-21T04:26:30.258Z | Compiling atomic-waker v1.1.2 |
1333 | 2024-12-21T04:26:30.400Z | Compiling icu_normalizer_data v1.5.0 |
1334 | 2024-12-21T04:26:30.457Z | Compiling num_threads v0.1.7 |
1335 | 2024-12-21T04:26:30.507Z | Compiling icu_normalizer v1.5.0 |
1336 | 2024-12-21T04:26:30.535Z | Compiling http-body v1.0.1 |
1337 | 2024-12-21T04:26:30.588Z | Compiling time v0.3.36 |
1338 | 2024-12-21T04:26:30.778Z | Compiling scroll v0.12.0 |
1339 | 2024-12-21T04:26:30.828Z | Compiling pkcs5 v0.7.1 |
1340 | 2024-12-21T04:26:31.223Z | Compiling pest_generator v2.7.14 |
1341 | 2024-12-21T04:26:31.295Z | Compiling form_urlencoded v1.2.1 |
1342 | 2024-12-21T04:26:31.340Z | Compiling try-lock v0.2.5 |
1343 | 2024-12-21T04:26:31.490Z | Compiling slog v2.7.0 |
1344 | 2024-12-21T04:26:31.631Z | Compiling which v4.4.2 |
1345 | 2024-12-21T04:26:32.095Z | Compiling goblin v0.8.2 |
1346 | 2024-12-21T04:26:32.360Z | Compiling want v0.3.1 |
1347 | 2024-12-21T04:26:32.568Z | Compiling pkcs8 v0.10.2 |
1348 | 2024-12-21T04:26:32.668Z | Compiling idna_adapter v1.2.0 |
1349 | 2024-12-21T04:26:32.901Z | Compiling uuid v1.11.0 |
1350 | 2024-12-21T04:26:33.106Z | Compiling httpdate v1.0.3 |
1351 | 2024-12-21T04:26:33.283Z | Compiling pest_derive v2.7.14 |
1352 | 2024-12-21T04:26:33.305Z | Compiling iana-time-zone v0.1.61 |
1353 | 2024-12-21T04:26:33.566Z | Compiling chrono v0.4.38 |
1354 | 2024-12-21T04:26:33.781Z | Compiling idna v1.0.3 |
1355 | 2024-12-21T04:26:34.069Z | Compiling dtrace-parser v0.2.0 |
1356 | 2024-12-21T04:26:35.220Z | Compiling toml_datetime v0.6.8 |
1357 | 2024-12-21T04:26:35.662Z | Compiling serde_spanned v0.6.8 |
1358 | 2024-12-21T04:26:35.705Z | Compiling serde_tokenstream v0.2.2 |
1359 | 2024-12-21T04:26:35.876Z | Compiling adler2 v2.0.0 |
1360 | 2024-12-21T04:26:35.898Z | Compiling base64 v0.22.1 |
1361 | 2024-12-21T04:26:36.078Z | Compiling openssl v0.10.66 |
1362 | 2024-12-21T04:26:36.297Z | Compiling match_cfg v0.1.0 |
1363 | 2024-12-21T04:26:36.300Z | Compiling rustversion v1.0.17 |
1364 | 2024-12-21T04:26:36.420Z | Compiling tower-service v0.3.3 |
1365 | 2024-12-21T04:26:36.470Z | Compiling foreign-types-shared v0.1.1 |
1366 | 2024-12-21T04:26:36.582Z | Compiling hostname v0.3.1 |
1367 | 2024-12-21T04:26:36.602Z | Compiling foreign-types v0.3.2 |
1368 | 2024-12-21T04:26:36.654Z | Compiling miniz_oxide v0.8.0 |
1369 | 2024-12-21T04:26:36.703Z | Compiling url v2.5.3 |
1370 | 2024-12-21T04:26:36.835Z | Compiling tokio-util v0.7.12 |
1371 | 2024-12-21T04:26:37.243Z | Compiling openssl-macros v0.1.1 |
1372 | 2024-12-21T04:26:38.037Z | Compiling h2 v0.4.6 |
1373 | 2024-12-21T04:26:38.211Z | Compiling dof v0.3.0 |
1374 | 2024-12-21T04:26:38.249Z | Compiling async-trait v0.1.83 |
1375 | 2024-12-21T04:26:38.477Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2024-12-21T04:26:38.765Z | Compiling dirs-sys-next v0.1.2 |
1377 | 2024-12-21T04:26:39.435Z | Compiling usdt-impl v0.5.0 |
1378 | 2024-12-21T04:26:40.392Z | Compiling syn v1.0.109 |
1379 | 2024-12-21T04:26:41.023Z | Compiling data-encoding v2.6.0 |
1380 | 2024-12-21T04:26:41.042Z | Compiling schemars v0.8.21 |
1381 | 2024-12-21T04:26:41.090Z | Compiling native-tls v0.2.12 |
1382 | 2024-12-21T04:26:41.210Z | Compiling siphasher v0.3.11 |
1383 | 2024-12-21T04:26:41.384Z | Compiling rustls v0.23.19 |
1384 | 2024-12-21T04:26:41.408Z | Compiling rustls v0.22.4 |
1385 | 2024-12-21T04:26:41.665Z | Compiling schemars_derive v0.8.21 |
1386 | 2024-12-21T04:26:41.732Z | Compiling dirs-next v2.0.0 |
1387 | 2024-12-21T04:26:42.316Z | Compiling http-body-util v0.1.2 |
1388 | 2024-12-21T04:26:42.884Z | Compiling heapless v0.7.17 |
1389 | 2024-12-21T04:26:43.325Z | Compiling crossbeam-epoch v0.9.18 |
1390 | 2024-12-21T04:26:43.345Z | Compiling sha1 v0.10.6 |
1391 | 2024-12-21T04:26:43.370Z | Compiling signature v2.2.0 |
1392 | 2024-12-21T04:26:43.665Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1393 | 2024-12-21T04:26:43.769Z | Compiling thread_local v1.1.8 |
1394 | 2024-12-21T04:26:44.116Z | Compiling cookie v0.18.1 |
1395 | 2024-12-21T04:26:44.158Z | Compiling encoding_rs v0.8.34 |
1396 | 2024-12-21T04:26:44.216Z | Compiling multer v3.1.0 |
1397 | 2024-12-21T04:26:44.278Z | Compiling openssl-probe v0.1.5 |
1398 | 2024-12-21T04:26:44.392Z | Compiling rayon-core v1.12.1 |
1399 | 2024-12-21T04:26:44.494Z | Compiling mime v0.3.17 |
1400 | 2024-12-21T04:26:44.623Z | Compiling signal-hook v0.3.17 |
1401 | 2024-12-21T04:26:44.657Z | Compiling gimli v0.31.1 |
1402 | 2024-12-21T04:26:44.872Z | Compiling hyper v1.5.0 |
1403 | 2024-12-21T04:26:45.006Z | Compiling ipnet v2.10.1 |
1404 | 2024-12-21T04:26:45.092Z | Compiling unicode-properties v0.1.3 |
1405 | 2024-12-21T04:26:45.492Z | Compiling slog-async v2.8.0 |
1406 | 2024-12-21T04:26:46.023Z | Compiling dyn-clone v1.0.17 |
1407 | 2024-12-21T04:26:46.357Z | Compiling stringprep v0.1.5 |
1408 | 2024-12-21T04:26:47.678Z | Compiling hyper-util v0.1.10 |
1409 | 2024-12-21T04:26:48.849Z | Compiling toml_edit v0.22.22 |
1410 | 2024-12-21T04:26:49.112Z | Compiling crossbeam-deque v0.8.5 |
1411 | 2024-12-21T04:26:49.451Z | Compiling addr2line v0.24.2 |
1412 | 2024-12-21T04:26:50.052Z | Compiling usdt-attr-macro v0.5.0 |
1413 | 2024-12-21T04:26:50.087Z | Compiling usdt-macro v0.5.0 |
1414 | 2024-12-21T04:26:50.127Z | Compiling term v0.7.0 |
1415 | 2024-12-21T04:26:50.605Z | Compiling slog-json v2.6.1 |
1416 | 2024-12-21T04:26:50.728Z | Compiling serde_urlencoded v0.7.1 |
1417 | 2024-12-21T04:26:50.980Z | Compiling curve25519-dalek v4.1.3 |
1418 | 2024-12-21T04:26:51.265Z | Compiling crossbeam-channel v0.5.13 |
1419 | 2024-12-21T04:26:51.559Z | Compiling futures-executor v0.3.31 |
1420 | 2024-12-21T04:26:51.595Z | Compiling enum-as-inner v0.6.1 |
1421 | 2024-12-21T04:26:51.639Z | Compiling md-5 v0.10.6 |
1422 | 2024-12-21T04:26:51.643Z | Compiling rustls-pemfile v2.2.0 |
1423 | 2024-12-21T04:26:51.901Z | Compiling async-stream-impl v0.3.6 |
1424 | 2024-12-21T04:26:51.986Z | Compiling num-integer v0.1.46 |
1425 | 2024-12-21T04:26:52.117Z | Compiling idna v0.3.0 |
1426 | 2024-12-21T04:26:52.420Z | Compiling idna v0.4.0 |
1427 | 2024-12-21T04:26:52.700Z | Compiling hash32 v0.2.1 |
1428 | 2024-12-21T04:26:52.817Z | Compiling ff v0.13.0 |
1429 | 2024-12-21T04:26:53.050Z | Compiling is-terminal v0.4.13 |
1430 | 2024-12-21T04:26:53.070Z | Compiling object v0.36.5 |
1431 | 2024-12-21T04:26:53.189Z | Compiling dropshot v0.12.0 |
1432 | 2024-12-21T04:26:53.347Z | Compiling linked-hash-map v0.5.6 |
1433 | 2024-12-21T04:26:53.466Z | Compiling quick-error v1.2.3 |
1434 | 2024-12-21T04:26:53.614Z | Compiling rustc-demangle v0.1.24 |
1435 | 2024-12-21T04:26:53.718Z | Compiling base16ct v0.2.0 |
1436 | 2024-12-21T04:26:53.835Z | Compiling take_mut v0.2.2 |
1437 | 2024-12-21T04:26:53.997Z | Compiling num-bigint-dig v0.8.4 |
1438 | 2024-12-21T04:26:54.055Z | Compiling smoltcp v0.9.1 |
1439 | 2024-12-21T04:26:54.100Z | Compiling portable-atomic v1.9.0 |
1440 | 2024-12-21T04:26:54.296Z | Compiling psl-types v2.0.11 |
1441 | 2024-12-21T04:26:54.501Z | Compiling anyhow v1.0.93 |
1442 | 2024-12-21T04:26:54.577Z | Compiling utf-8 v0.7.6 |
1443 | 2024-12-21T04:26:54.774Z | Compiling fallible-iterator v0.2.0 |
1444 | 2024-12-21T04:26:54.949Z | Compiling tungstenite v0.24.0 |
1445 | 2024-12-21T04:26:55.232Z | Compiling publicsuffix v2.2.3 |
1446 | 2024-12-21T04:26:55.462Z | Compiling postgres-protocol v0.6.7 |
1447 | 2024-12-21T04:26:55.540Z | Compiling sec1 v0.7.3 |
1448 | 2024-12-21T04:26:56.141Z | Compiling lru-cache v0.1.2 |
1449 | 2024-12-21T04:26:56.351Z | Compiling resolv-conf v0.7.0 |
1450 | 2024-12-21T04:26:56.804Z | Compiling async-stream v0.3.6 |
1451 | 2024-12-21T04:26:56.839Z | Compiling hickory-proto v0.24.1 |
1452 | 2024-12-21T04:26:57.144Z | Compiling slog-term v2.9.1 |
1453 | 2024-12-21T04:26:57.166Z | Compiling usdt v0.5.0 |
1454 | 2024-12-21T04:26:57.331Z | Compiling group v0.13.0 |
1455 | 2024-12-21T04:26:57.686Z | Compiling num-iter v0.1.45 |
1456 | 2024-12-21T04:26:57.707Z | Compiling toml v0.8.19 |
1457 | 2024-12-21T04:26:57.888Z | Compiling futures v0.3.31 |
1458 | 2024-12-21T04:26:58.127Z | Compiling slog-bunyan v2.5.0 |
1459 | 2024-12-21T04:26:58.503Z | Compiling tokio-native-tls v0.3.1 |
1460 | 2024-12-21T04:26:59.521Z | Compiling camino v1.1.9 |
1461 | 2024-12-21T04:26:59.928Z | Compiling phf_shared v0.11.2 |
1462 | 2024-12-21T04:27:00.282Z | Compiling dropshot_endpoint v0.12.0 |
1463 | 2024-12-21T04:27:00.329Z | Compiling terminal_size v0.4.0 |
1464 | 2024-12-21T04:27:00.508Z | Compiling backtrace v0.3.74 |
1465 | 2024-12-21T04:27:00.553Z | Compiling waitgroup v0.1.2 |
1466 | 2024-12-21T04:27:00.602Z | Compiling openapiv3 v2.0.0 |
1467 | 2024-12-21T04:27:00.778Z | Compiling serde_path_to_error v0.1.16 |
1468 | 2024-12-21T04:27:01.206Z | Compiling hkdf v0.12.4 |
1469 | 2024-12-21T04:27:01.462Z | Compiling crypto-bigint v0.5.5 |
1470 | 2024-12-21T04:27:01.664Z | Compiling webpki-roots v0.26.6 |
1471 | 2024-12-21T04:27:01.890Z | Compiling zerocopy-derive v0.6.6 |
1472 | 2024-12-21T04:27:04.188Z | Compiling curve25519-dalek-derive v0.1.1 |
1473 | 2024-12-21T04:27:04.233Z | Compiling idna v0.5.0 |
1474 | 2024-12-21T04:27:04.842Z | Compiling hubpack_derive v0.1.1 |
1475 | 2024-12-21T04:27:05.041Z | Compiling hostname v0.4.0 |
1476 | 2024-12-21T04:27:05.096Z | Compiling crc32fast v1.4.2 |
1477 | 2024-12-21T04:27:05.310Z | Compiling ahash v0.8.11 |
1478 | 2024-12-21T04:27:05.428Z | Compiling fs-err v2.11.0 |
1479 | 2024-12-21T04:27:05.639Z | Compiling managed v0.8.0 |
1480 | 2024-12-21T04:27:05.710Z | Compiling debug-ignore v1.0.5 |
1481 | 2024-12-21T04:27:05.716Z | Compiling newtype-uuid v1.1.3 |
1482 | 2024-12-21T04:27:05.769Z | Compiling bitflags v1.3.2 |
1483 | 2024-12-21T04:27:05.863Z | Compiling winnow v0.5.40 |
1484 | 2024-12-21T04:27:05.886Z | Compiling strum_macros v0.25.3 |
1485 | 2024-12-21T04:27:05.903Z | Compiling hubpack v0.1.2 |
1486 | 2024-12-21T04:27:06.076Z | Compiling clap_builder v4.5.21 |
1487 | 2024-12-21T04:27:07.669Z | Compiling console v0.15.8 |
1488 | 2024-12-21T04:27:07.839Z | Compiling flate2 v1.0.34 |
1489 | 2024-12-21T04:27:08.181Z | Compiling cookie_store v0.21.0 |
1490 | 2024-12-21T04:27:08.815Z | Compiling elliptic-curve v0.13.8 |
1491 | 2024-12-21T04:27:09.340Z | Compiling zerocopy v0.6.6 |
1492 | 2024-12-21T04:27:09.681Z | Compiling toml_edit v0.19.15 |
1493 | 2024-12-21T04:27:09.749Z | Compiling hickory-resolver v0.24.1 |
1494 | 2024-12-21T04:27:10.191Z | Compiling phf v0.11.2 |
1495 | 2024-12-21T04:27:10.211Z | Compiling signal-hook-mio v0.2.4 |
1496 | 2024-12-21T04:27:10.381Z | Compiling rayon v1.10.0 |
1497 | 2024-12-21T04:27:10.499Z | Compiling hyper-tls v0.6.0 |
1498 | 2024-12-21T04:27:10.726Z | Compiling bzip2 v0.4.4 |
1499 | 2024-12-21T04:27:11.126Z | Compiling postgres-types v0.2.8 |
1500 | 2024-12-21T04:27:12.722Z | Compiling tokio-tungstenite v0.24.0 |
1501 | 2024-12-21T04:27:14.576Z | Compiling ed25519 v2.2.3 |
1502 | 2024-12-21T04:27:14.624Z | Compiling phf_shared v0.10.0 |
1503 | 2024-12-21T04:27:15.055Z | Compiling tokio-stream v0.1.16 |
1504 | 2024-12-21T04:27:15.297Z | Compiling pkcs1 v0.7.5 |
1505 | 2024-12-21T04:27:15.744Z | Compiling serde-big-array v0.5.1 |
1506 | 2024-12-21T04:27:15.988Z | Compiling clap_derive v4.5.18 |
1507 | 2024-12-21T04:27:16.139Z | Compiling rfc6979 v0.4.0 |
1508 | 2024-12-21T04:27:16.328Z | Compiling derive-where v1.2.7 |
1509 | 2024-12-21T04:27:16.330Z | Compiling serde_repr v0.1.19 |
1510 | 2024-12-21T04:27:16.462Z | Compiling float-cmp v0.9.0 |
1511 | 2024-12-21T04:27:16.556Z | Compiling bstr v1.10.0 |
1512 | 2024-12-21T04:27:16.688Z | Compiling sync_wrapper v1.0.1 |
1513 | 2024-12-21T04:27:16.851Z | Compiling predicates-core v1.0.8 |
1514 | 2024-12-21T04:27:17.211Z | Compiling whoami v1.5.2 |
1515 | 2024-12-21T04:27:17.557Z | Compiling static_assertions v1.1.0 |
1516 | 2024-12-21T04:27:17.668Z | Compiling unicode-width v0.2.0 |
1517 | 2024-12-21T04:27:17.761Z | Compiling new_debug_unreachable v1.0.6 |
1518 | 2024-12-21T04:27:17.864Z | Compiling bit-vec v0.6.3 |
1519 | 2024-12-21T04:27:17.889Z | Compiling difflib v0.4.0 |
1520 | 2024-12-21T04:27:18.203Z | Compiling unicode-segmentation v1.12.0 |
1521 | 2024-12-21T04:27:18.326Z | Compiling precomputed-hash v0.1.1 |
1522 | 2024-12-21T04:27:18.378Z | Compiling normalize-line-endings v0.3.0 |
1523 | 2024-12-21T04:27:18.448Z | Compiling fixedbitset v0.4.2 |
1524 | 2024-12-21T04:27:18.507Z | Compiling number_prefix v0.4.0 |
1525 | 2024-12-21T04:27:18.736Z | Compiling petgraph v0.6.5 |
1526 | 2024-12-21T04:27:18.914Z | Compiling similar v2.6.0 |
1527 | 2024-12-21T04:27:19.096Z | Compiling indicatif v0.17.9 |
1528 | 2024-12-21T04:27:19.527Z | Compiling predicates v3.1.2 |
1529 | 2024-12-21T04:27:19.942Z | Compiling string_cache v0.8.7 |
1530 | 2024-12-21T04:27:20.416Z | Compiling bit-set v0.5.3 |
1531 | 2024-12-21T04:27:20.713Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1532 | 2024-12-21T04:27:21.234Z | Compiling clap v4.5.21 |
1533 | 2024-12-21T04:27:21.316Z | Compiling tokio-postgres v0.7.12 |
1534 | 2024-12-21T04:27:21.336Z | Compiling ecdsa v0.16.9 |
1535 | 2024-12-21T04:27:21.356Z | Compiling rsa v0.9.6 |
1536 | 2024-12-21T04:27:21.375Z | Compiling ed25519-dalek v2.1.1 |
1537 | 2024-12-21T04:27:22.197Z | Compiling toml v0.7.8 |
1538 | 2024-12-21T04:27:22.748Z | Compiling zip v0.6.6 |
1539 | 2024-12-21T04:27:22.989Z | Compiling crossterm v0.28.1 |
1540 | 2024-12-21T04:27:24.939Z | Compiling hex v0.4.3 |
1541 | 2024-12-21T04:27:25.116Z | Compiling x509-cert v0.2.5 |
1542 | 2024-12-21T04:27:25.460Z | Compiling lalrpop-util v0.19.12 |
1543 | 2024-12-21T04:27:25.571Z | Compiling unicode-xid v0.2.6 |
1544 | 2024-12-21T04:27:25.760Z | Compiling peg-runtime v0.8.3 |
1545 | 2024-12-21T04:27:25.808Z | Compiling strum_macros v0.26.4 |
1546 | 2024-12-21T04:27:26.460Z | Compiling xattr v1.3.1 |
1547 | 2024-12-21T04:27:26.743Z | Compiling filetime v0.2.25 |
1548 | 2024-12-21T04:27:27.078Z | Compiling tar v0.4.42 |
1549 | 2024-12-21T04:27:31.011Z | Compiling strum v0.26.3 |
1550 | 2024-12-21T04:27:34.382Z | Compiling aws-lc-sys v0.22.0 |
1551 | 2024-12-21T04:28:03.025Z | Compiling rustls-webpki v0.102.8 |
1552 | 2024-12-21T04:28:06.446Z | Compiling tokio-rustls v0.25.0 |
1553 | 2024-12-21T04:28:08.031Z | Compiling tokio-rustls v0.26.0 |
1554 | 2024-12-21T04:28:08.446Z | Compiling hyper-rustls v0.27.3 |
1555 | 2024-12-21T04:28:08.788Z | Compiling reqwest v0.12.9 |
1556 | 2024-12-21T04:28:09.933Z | Compiling qorb v0.2.1 |
1557 | 2024-12-21T04:28:14.849Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1558 | 2024-12-21T04:28:15.088Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1559 | 2024-12-21T04:28:20.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1560 | 2024-12-21T04:28:21.069Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1561 | 2024-12-21T04:28:21.123Z | Dec 21 04:28:20.532 INFO Starting download, target: Console |
1562 | 2024-12-21T04:28:21.123Z | Dec 21 04:28:20.532 INFO Starting download, target: Cockroach |
1563 | 2024-12-21T04:28:21.123Z | Dec 21 04:28:20.532 INFO Starting download, target: Clickhouse |
1564 | 2024-12-21T04:28:21.123Z | Dec 21 04:28:20.532 INFO Starting download, target: DendriteOpenapi |
1565 | 2024-12-21T04:28:21.125Z | Dec 21 04:28:20.532 INFO Starting download, target: DendriteStub |
1566 | 2024-12-21T04:28:21.125Z | Dec 21 04:28:20.532 INFO Starting download, target: MaghemiteMgd |
1567 | 2024-12-21T04:28:21.125Z | Dec 21 04:28:20.532 INFO Starting download, target: TransceiverControl |
1568 | 2024-12-21T04:28:21.125Z | Dec 21 04:28:20.533 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1569 | 2024-12-21T04:28:21.125Z | Dec 21 04:28:20.533 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1570 | 2024-12-21T04:28:21.125Z | Dec 21 04:28:20.533 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1571 | 2024-12-21T04:28:21.125Z | Dec 21 04:28:20.533 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1572 | 2024-12-21T04:28:21.125Z | Dec 21 04:28:20.533 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1573 | 2024-12-21T04:28:21.125Z | Dec 21 04:28:20.533 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1574 | 2024-12-21T04:28:21.126Z | Dec 21 04:28:20.533 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1575 | 2024-12-21T04:28:21.285Z | Dec 21 04:28:20.683 INFO Download complete, target: DendriteOpenapi |
1576 | 2024-12-21T04:28:21.505Z | Dec 21 04:28:20.912 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1577 | 2024-12-21T04:28:21.730Z | Dec 21 04:28:21.118 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1578 | 2024-12-21T04:28:22.038Z | Dec 21 04:28:21.447 INFO Download complete, target: Console |
1579 | 2024-12-21T04:28:22.134Z | Dec 21 04:28:21.527 INFO Download complete, target: TransceiverControl |
1580 | 2024-12-21T04:28:22.784Z | Dec 21 04:28:22.171 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1581 | 2024-12-21T04:28:22.909Z | Dec 21 04:28:22.299 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1582 | 2024-12-21T04:28:23.303Z | Dec 21 04:28:22.712 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1583 | 2024-12-21T04:28:23.556Z | Dec 21 04:28:22.967 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1584 | 2024-12-21T04:28:23.556Z | Dec 21 04:28:22.967 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1585 | 2024-12-21T04:28:25.637Z | Dec 21 04:28:25.050 INFO Download complete, target: DendriteStub |
1586 | 2024-12-21T04:28:25.732Z | Dec 21 04:28:25.145 INFO Download complete, target: MaghemiteMgd |
1587 | 2024-12-21T04:28:30.902Z | Dec 21 04:28:30.319 INFO Checking that binary works, target: Cockroach |
1588 | 2024-12-21T04:28:31.059Z | Dec 21 04:28:30.474 INFO Download complete, target: Cockroach |
1589 | 2024-12-21T04:28:35.800Z | Dec 21 04:28:35.204 INFO Checking that binary works, target: Clickhouse |
1590 | 2024-12-21T04:28:35.922Z | Dec 21 04:28:35.328 INFO Download complete, target: Clickhouse |
1591 | 2024-12-21T04:28:35.992Z | All builder prerequisites installed successfully, and PATH looks valid |
1592 | 2024-12-21T04:28:36.015Z | |
1593 | 2024-12-21T04:28:36.015Z | real 6:40.319294504 |
1594 | 2024-12-21T04:28:36.015Z | user 16:32.824824543 |
1595 | 2024-12-21T04:28:36.015Z | sys 3:14.790175197 |
1596 | 2024-12-21T04:28:36.015Z | trap 0.554427458 |
1597 | 2024-12-21T04:28:36.016Z | tflt 1.584229856 |
1598 | 2024-12-21T04:28:36.016Z | dflt 2.097222751 |
1599 | 2024-12-21T04:28:36.016Z | kflt 0.026513456 |
1600 | 2024-12-21T04:28:36.016Z | lock 29:38.089917562 |
1601 | 2024-12-21T04:28:36.016Z | slp 1:05:01.406057990 |
1602 | 2024-12-21T04:28:36.017Z | lat 58.150562655 |
1603 | 2024-12-21T04:28:36.017Z | stop 2:23.605444370 |
1604 | 2024-12-21T04:28:36.017Z | + banner hack-check |
1605 | 2024-12-21T04:28:36.017Z | |
1606 | 2024-12-21T04:28:36.017Z | # # ## #### # # #### # # ###### #### # # |
1607 | 2024-12-21T04:28:36.018Z | # # # # # # # # # # # # # # # # # |
1608 | 2024-12-21T04:28:36.018Z | ###### # # # #### ##### # ###### ##### # #### |
1609 | 2024-12-21T04:28:36.018Z | # # ###### # # # # # # # # # # |
1610 | 2024-12-21T04:28:36.018Z | # # # # # # # # # # # # # # # # # |
1611 | 2024-12-21T04:28:36.018Z | # # # # #### # # #### # # ###### #### # # |
1612 | 2024-12-21T04:28:36.018Z | |
1613 | 2024-12-21T04:28:36.018Z | + export CARGO_INCREMENTAL=0 |
1614 | 2024-12-21T04:28:36.019Z | + CARGO_INCREMENTAL=0 |
1615 | 2024-12-21T04:28:36.019Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1616 | 2024-12-21T04:28:36.464Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1617 | 2024-12-21T04:28:39.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1618 | 2024-12-21T04:28:40.040Z | Running `target/debug/xtask check-features --ci` |
1619 | 2024-12-21T04:28:40.062Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1620 | 2024-12-21T04:28:40.064Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1621 | 2024-12-21T04:28:40.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1622 | 2024-12-21T04:28:40.588Z | Running `target/debug/xtask download cargo-hack` |
1623 | 2024-12-21T04:28:41.397Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1624 | 2024-12-21T04:28:41.765Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1625 | 2024-12-21T04:28:46.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
1626 | 2024-12-21T04:28:46.974Z | Running `target/debug/xtask-downloader cargo-hack` |
1627 | 2024-12-21T04:28:47.012Z | Dec 21 04:28:46.439 INFO Starting download, target: CargoHack |
1628 | 2024-12-21T04:28:47.015Z | Dec 21 04:28:46.440 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1629 | 2024-12-21T04:28:47.477Z | Dec 21 04:28:46.905 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1630 | 2024-12-21T04:28:47.566Z | Dec 21 04:28:46.994 INFO Download complete, target: CargoHack |
1631 | 2024-12-21T04:28:47.570Z | 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" |
1632 | 2024-12-21T04:28:47.590Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1633 | 2024-12-21T04:28:47.760Z | info: running `cargo check --bins` on api_identity (1/176) |
1634 | 2024-12-21T04:28:48.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2024-12-21T04:28:48.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2024-12-21T04:28:48.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2024-12-21T04:28:48.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1638 | 2024-12-21T04:28:48.373Z | |
1639 | 2024-12-21T04:28:48.373Z | info: running `cargo check --bins` on bootstore (2/176) |
1640 | 2024-12-21T04:28:48.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-12-21T04:28:48.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-12-21T04:28:48.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-12-21T04:28:48.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1644 | 2024-12-21T04:28:49.021Z | |
1645 | 2024-12-21T04:28:49.021Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1646 | 2024-12-21T04:28:49.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2024-12-21T04:28:49.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2024-12-21T04:28:49.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2024-12-21T04:28:49.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1650 | 2024-12-21T04:28:49.648Z | |
1651 | 2024-12-21T04:28:49.648Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1652 | 2024-12-21T04:28:50.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2024-12-21T04:28:50.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2024-12-21T04:28:50.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2024-12-21T04:28:50.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1656 | 2024-12-21T04:28:50.284Z | |
1657 | 2024-12-21T04:28:50.284Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1658 | 2024-12-21T04:28:50.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2024-12-21T04:28:50.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2024-12-21T04:28:50.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2024-12-21T04:28:50.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1662 | 2024-12-21T04:28:50.725Z | |
1663 | 2024-12-21T04:28:50.725Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1664 | 2024-12-21T04:28:51.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2024-12-21T04:28:51.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2024-12-21T04:28:51.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2024-12-21T04:28:51.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1668 | 2024-12-21T04:28:51.158Z | |
1669 | 2024-12-21T04:28:51.158Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1670 | 2024-12-21T04:28:51.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2024-12-21T04:28:51.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2024-12-21T04:28:51.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2024-12-21T04:28:51.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1674 | 2024-12-21T04:28:51.603Z | |
1675 | 2024-12-21T04:28:51.603Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1676 | 2024-12-21T04:28:51.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2024-12-21T04:28:51.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2024-12-21T04:28:51.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2024-12-21T04:28:51.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1680 | 2024-12-21T04:28:52.024Z | |
1681 | 2024-12-21T04:28:52.024Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1682 | 2024-12-21T04:28:52.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2024-12-21T04:28:52.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2024-12-21T04:28:52.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2024-12-21T04:28:52.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1686 | 2024-12-21T04:28:52.490Z | |
1687 | 2024-12-21T04:28:52.491Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1688 | 2024-12-21T04:28:52.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2024-12-21T04:28:52.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2024-12-21T04:28:52.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2024-12-21T04:28:52.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1692 | 2024-12-21T04:28:52.901Z | |
1693 | 2024-12-21T04:28:52.906Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1694 | 2024-12-21T04:28:53.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2024-12-21T04:28:53.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2024-12-21T04:28:53.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2024-12-21T04:28:53.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1698 | 2024-12-21T04:28:53.332Z | |
1699 | 2024-12-21T04:28:53.332Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1700 | 2024-12-21T04:28:53.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2024-12-21T04:28:53.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2024-12-21T04:28:53.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2024-12-21T04:28:53.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1704 | 2024-12-21T04:28:53.744Z | |
1705 | 2024-12-21T04:28:53.744Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1706 | 2024-12-21T04:28:54.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2024-12-21T04:28:54.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2024-12-21T04:28:54.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2024-12-21T04:28:54.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1710 | 2024-12-21T04:28:54.174Z | |
1711 | 2024-12-21T04:28:54.174Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1712 | 2024-12-21T04:28:54.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2024-12-21T04:28:54.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2024-12-21T04:28:54.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2024-12-21T04:28:54.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1716 | 2024-12-21T04:28:54.607Z | |
1717 | 2024-12-21T04:28:54.608Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1718 | 2024-12-21T04:28:54.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2024-12-21T04:28:54.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2024-12-21T04:28:54.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2024-12-21T04:28:54.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1722 | 2024-12-21T04:28:55.035Z | |
1723 | 2024-12-21T04:28:55.035Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1724 | 2024-12-21T04:28:55.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2024-12-21T04:28:55.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2024-12-21T04:28:55.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2024-12-21T04:28:55.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1728 | 2024-12-21T04:28:55.468Z | |
1729 | 2024-12-21T04:28:55.468Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1730 | 2024-12-21T04:28:55.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2024-12-21T04:28:55.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2024-12-21T04:28:55.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2024-12-21T04:28:55.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1734 | 2024-12-21T04:28:55.904Z | |
1735 | 2024-12-21T04:28:55.904Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1736 | 2024-12-21T04:28:56.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2024-12-21T04:28:56.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2024-12-21T04:28:56.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2024-12-21T04:28:56.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1740 | 2024-12-21T04:28:56.331Z | |
1741 | 2024-12-21T04:28:56.332Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1742 | 2024-12-21T04:28:56.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2024-12-21T04:28:56.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2024-12-21T04:28:56.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2024-12-21T04:28:56.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1746 | 2024-12-21T04:28:56.769Z | |
1747 | 2024-12-21T04:28:56.769Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1748 | 2024-12-21T04:28:57.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2024-12-21T04:28:57.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2024-12-21T04:28:57.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2024-12-21T04:28:57.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1752 | 2024-12-21T04:28:57.201Z | |
1753 | 2024-12-21T04:28:57.201Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1754 | 2024-12-21T04:28:57.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2024-12-21T04:28:57.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2024-12-21T04:28:57.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2024-12-21T04:28:57.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1758 | 2024-12-21T04:28:57.635Z | |
1759 | 2024-12-21T04:28:57.635Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1760 | 2024-12-21T04:28:58.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2024-12-21T04:28:58.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2024-12-21T04:28:58.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2024-12-21T04:28:58.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1764 | 2024-12-21T04:28:58.072Z | |
1765 | 2024-12-21T04:28:58.072Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1766 | 2024-12-21T04:28:58.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2024-12-21T04:28:58.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2024-12-21T04:28:58.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2024-12-21T04:28:58.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1770 | 2024-12-21T04:28:58.506Z | |
1771 | 2024-12-21T04:28:58.506Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1772 | 2024-12-21T04:28:58.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2024-12-21T04:28:58.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2024-12-21T04:28:58.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2024-12-21T04:28:58.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1776 | 2024-12-21T04:28:58.933Z | |
1777 | 2024-12-21T04:28:58.933Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1778 | 2024-12-21T04:28:59.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2024-12-21T04:28:59.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2024-12-21T04:28:59.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2024-12-21T04:28:59.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1782 | 2024-12-21T04:28:59.566Z | |
1783 | 2024-12-21T04:28:59.566Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1784 | 2024-12-21T04:29:00.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1785 | 2024-12-21T04:29:00.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1786 | 2024-12-21T04:29:00.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1787 | 2024-12-21T04:29:00.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1788 | 2024-12-21T04:29:00.210Z | |
1789 | 2024-12-21T04:29:00.210Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1790 | 2024-12-21T04:29:00.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1791 | 2024-12-21T04:29:00.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1792 | 2024-12-21T04:29:00.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1793 | 2024-12-21T04:29:00.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1794 | 2024-12-21T04:29:00.854Z | |
1795 | 2024-12-21T04:29:00.854Z | info: running `cargo check --bins` on oxlog (28/176) |
1796 | 2024-12-21T04:29:01.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1797 | 2024-12-21T04:29:01.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1798 | 2024-12-21T04:29:01.485Z | Checking cfg-if v1.0.0 |
1799 | 2024-12-21T04:29:01.488Z | Checking libc v0.2.162 |
1800 | 2024-12-21T04:29:01.593Z | Checking serde v1.0.215 |
1801 | 2024-12-21T04:29:01.595Z | Checking zeroize v1.8.1 |
1802 | 2024-12-21T04:29:01.612Z | Checking memchr v2.7.4 |
1803 | 2024-12-21T04:29:01.614Z | Checking typenum v1.17.0 |
1804 | 2024-12-21T04:29:01.624Z | Checking scopeguard v1.2.0 |
1805 | 2024-12-21T04:29:01.646Z | Checking subtle v2.6.1 |
1806 | 2024-12-21T04:29:01.659Z | Checking value-bag v1.9.0 |
1807 | 2024-12-21T04:29:01.766Z | Checking lock_api v0.4.12 |
1808 | 2024-12-21T04:29:01.836Z | Checking const-oid v0.9.6 |
1809 | 2024-12-21T04:29:01.895Z | Checking itoa v1.0.11 |
1810 | 2024-12-21T04:29:02.053Z | Checking log v0.4.22 |
1811 | 2024-12-21T04:29:02.109Z | Checking smallvec v1.13.2 |
1812 | 2024-12-21T04:29:02.153Z | Checking pin-project-lite v0.2.14 |
1813 | 2024-12-21T04:29:02.305Z | Checking byteorder v1.5.0 |
1814 | 2024-12-21T04:29:02.434Z | Checking futures-core v0.3.31 |
1815 | 2024-12-21T04:29:02.457Z | Checking once_cell v1.20.2 |
1816 | 2024-12-21T04:29:02.586Z | Checking cpufeatures v0.2.14 |
1817 | 2024-12-21T04:29:02.619Z | Checking stable_deref_trait v1.2.0 |
1818 | 2024-12-21T04:29:02.680Z | Checking futures-sink v0.3.31 |
1819 | 2024-12-21T04:29:02.696Z | Checking getrandom v0.2.15 |
1820 | 2024-12-21T04:29:02.696Z | Checking signal-hook-registry v1.4.2 |
1821 | 2024-12-21T04:29:02.722Z | Checking parking_lot_core v0.9.10 |
1822 | 2024-12-21T04:29:02.748Z | Checking mio v1.0.2 |
1823 | 2024-12-21T04:29:02.822Z | Checking socket2 v0.5.7 |
1824 | 2024-12-21T04:29:02.925Z | Checking rand_core v0.6.4 |
1825 | 2024-12-21T04:29:02.941Z | Checking spin v0.9.8 |
1826 | 2024-12-21T04:29:02.969Z | Checking generic-array v0.14.7 |
1827 | 2024-12-21T04:29:03.051Z | Checking parking_lot v0.12.3 |
1828 | 2024-12-21T04:29:03.222Z | Checking zerocopy v0.7.35 |
1829 | 2024-12-21T04:29:03.262Z | Checking zerofrom v0.1.4 |
1830 | 2024-12-21T04:29:03.286Z | Checking slab v0.4.9 |
1831 | 2024-12-21T04:29:03.381Z | Checking futures-channel v0.3.31 |
1832 | 2024-12-21T04:29:03.381Z | Checking equivalent v1.0.1 |
1833 | 2024-12-21T04:29:03.478Z | Checking futures-task v0.3.31 |
1834 | 2024-12-21T04:29:03.480Z | Checking yoke v0.7.4 |
1835 | 2024-12-21T04:29:03.523Z | Checking futures-io v0.3.31 |
1836 | 2024-12-21T04:29:03.667Z | Checking pin-utils v0.1.0 |
1837 | 2024-12-21T04:29:03.691Z | Checking foldhash v0.1.3 |
1838 | 2024-12-21T04:29:03.708Z | Checking allocator-api2 v0.2.18 |
1839 | 2024-12-21T04:29:03.730Z | Checking ryu v1.0.18 |
1840 | 2024-12-21T04:29:03.755Z | Checking futures-util v0.3.31 |
1841 | 2024-12-21T04:29:03.803Z | Checking zerovec v0.10.4 |
1842 | 2024-12-21T04:29:03.886Z | Checking tinyvec_macros v0.1.1 |
1843 | 2024-12-21T04:29:03.949Z | Checking fnv v1.0.7 |
1844 | 2024-12-21T04:29:03.970Z | Checking tinyvec v1.8.0 |
1845 | 2024-12-21T04:29:04.076Z | Checking libm v0.2.8 |
1846 | 2024-12-21T04:29:04.127Z | Checking crypto-common v0.1.6 |
1847 | 2024-12-21T04:29:04.300Z | Checking block-buffer v0.10.4 |
1848 | 2024-12-21T04:29:04.322Z | Checking hashbrown v0.15.1 |
1849 | 2024-12-21T04:29:04.519Z | Checking digest v0.10.7 |
1850 | 2024-12-21T04:29:04.645Z | Checking block-padding v0.3.3 |
1851 | 2024-12-21T04:29:04.827Z | Checking inout v0.1.3 |
1852 | 2024-12-21T04:29:04.908Z | Checking hmac v0.12.1 |
1853 | 2024-12-21T04:29:05.002Z | Checking sha2 v0.10.8 |
1854 | 2024-12-21T04:29:05.045Z | Checking cipher v0.4.4 |
1855 | 2024-12-21T04:29:05.119Z | Checking base64ct v1.6.0 |
1856 | 2024-12-21T04:29:05.263Z | Checking unicode-normalization v0.1.24 |
1857 | 2024-12-21T04:29:05.475Z | Checking unicode-bidi v0.3.17 |
1858 | 2024-12-21T04:29:05.490Z | Checking writeable v0.5.5 |
1859 | 2024-12-21T04:29:05.493Z | Checking tinystr v0.7.6 |
1860 | 2024-12-21T04:29:05.539Z | Checking litemap v0.7.3 |
1861 | 2024-12-21T04:29:05.570Z | Checking pem-rfc7468 v0.7.0 |
1862 | 2024-12-21T04:29:05.823Z | Checking num-traits v0.2.19 |
1863 | 2024-12-21T04:29:05.823Z | Checking ppv-lite86 v0.2.20 |
1864 | 2024-12-21T04:29:05.858Z | Checking flagset v0.4.6 |
1865 | 2024-12-21T04:29:05.871Z | Checking icu_locid v1.5.0 |
1866 | 2024-12-21T04:29:06.039Z | Checking der v0.7.9 |
1867 | 2024-12-21T04:29:06.080Z | Checking tracing-core v0.1.32 |
1868 | 2024-12-21T04:29:06.177Z | Checking thiserror v1.0.69 |
1869 | 2024-12-21T04:29:06.313Z | Checking icu_locid_transform_data v1.5.0 |
1870 | 2024-12-21T04:29:06.412Z | Checking rustls-pki-types v1.10.0 |
1871 | 2024-12-21T04:29:06.614Z | Checking rand_chacha v0.3.1 |
1872 | 2024-12-21T04:29:06.635Z | Checking bytes v1.8.0 |
1873 | 2024-12-21T04:29:06.743Z | Checking indexmap v2.6.0 |
1874 | 2024-12-21T04:29:06.875Z | Checking serde_json v1.0.133 |
1875 | 2024-12-21T04:29:06.975Z | Checking icu_provider v1.5.0 |
1876 | 2024-12-21T04:29:06.991Z | Checking bitflags v2.6.0 |
1877 | 2024-12-21T04:29:07.280Z | Checking percent-encoding v2.3.1 |
1878 | 2024-12-21T04:29:07.437Z | Checking tokio v1.40.0 |
1879 | 2024-12-21T04:29:07.486Z | Checking http v1.1.0 |
1880 | 2024-12-21T04:29:07.539Z | Checking rand v0.8.5 |
1881 | 2024-12-21T04:29:07.618Z | Checking icu_locid_transform v1.5.0 |
1882 | 2024-12-21T04:29:07.897Z | Checking spki v0.7.3 |
1883 | 2024-12-21T04:29:08.028Z | Checking tracing v0.1.40 |
1884 | 2024-12-21T04:29:08.180Z | Checking icu_collections v1.5.0 |
1885 | 2024-12-21T04:29:08.384Z | Checking salsa20 v0.10.2 |
1886 | 2024-12-21T04:29:08.578Z | Checking pbkdf2 v0.12.2 |
1887 | 2024-12-21T04:29:08.605Z | Checking aws-lc-sys v0.22.0 |
1888 | 2024-12-21T04:29:08.622Z | Checking httparse v1.9.5 |
1889 | 2024-12-21T04:29:08.735Z | Checking untrusted v0.7.1 |
1890 | 2024-12-21T04:29:08.805Z | Checking icu_properties_data v1.5.0 |
1891 | 2024-12-21T04:29:08.821Z | Checking powerfmt v0.2.0 |
1892 | 2024-12-21T04:29:08.824Z | Checking untrusted v0.9.0 |
1893 | 2024-12-21T04:29:08.850Z | Checking mirai-annotations v1.12.0 |
1894 | 2024-12-21T04:29:08.879Z | Checking scrypt v0.11.0 |
1895 | 2024-12-21T04:29:08.966Z | Checking ring v0.17.8 |
1896 | 2024-12-21T04:29:09.017Z | Checking aes v0.8.4 |
1897 | 2024-12-21T04:29:09.035Z | Checking cbc v0.1.2 |
1898 | 2024-12-21T04:29:09.049Z | Checking icu_properties v1.5.1 |
1899 | 2024-12-21T04:29:09.087Z | Checking deranged v0.3.11 |
1900 | 2024-12-21T04:29:09.089Z | Checking crossbeam-utils v0.8.20 |
1901 | 2024-12-21T04:29:09.214Z | Checking num_threads v0.1.7 |
1902 | 2024-12-21T04:29:09.326Z | Checking atomic-waker v1.1.2 |
1903 | 2024-12-21T04:29:09.449Z | Checking utf8_iter v1.0.4 |
1904 | 2024-12-21T04:29:09.659Z | Checking num-conv v0.1.0 |
1905 | 2024-12-21T04:29:09.824Z | Checking write16 v1.0.0 |
1906 | 2024-12-21T04:29:09.906Z | Checking utf16_iter v1.0.5 |
1907 | 2024-12-21T04:29:09.940Z | Checking time-core v0.1.2 |
1908 | 2024-12-21T04:29:09.943Z | Checking icu_normalizer_data v1.5.0 |
1909 | 2024-12-21T04:29:10.050Z | Checking pkcs5 v0.7.1 |
1910 | 2024-12-21T04:29:10.078Z | Checking http-body v1.0.1 |
1911 | 2024-12-21T04:29:10.104Z | Checking form_urlencoded v1.2.1 |
1912 | 2024-12-21T04:29:10.287Z | Checking try-lock v0.2.5 |
1913 | 2024-12-21T04:29:10.305Z | Checking uuid v1.11.0 |
1914 | 2024-12-21T04:29:10.420Z | Checking want v0.3.1 |
1915 | 2024-12-21T04:29:10.554Z | Checking pkcs8 v0.10.2 |
1916 | 2024-12-21T04:29:10.600Z | Checking httpdate v1.0.3 |
1917 | 2024-12-21T04:29:10.798Z | Checking unicode-ident v1.0.13 |
1918 | 2024-12-21T04:29:10.827Z | Checking toml_datetime v0.6.8 |
1919 | 2024-12-21T04:29:10.847Z | Checking serde_spanned v0.6.8 |
1920 | 2024-12-21T04:29:10.885Z | Checking time v0.3.36 |
1921 | 2024-12-21T04:29:10.920Z | Checking slog v2.7.0 |
1922 | 2024-12-21T04:29:10.951Z | Checking proc-macro2 v1.0.89 |
1923 | 2024-12-21T04:29:11.016Z | Checking scroll v0.12.0 |
1924 | 2024-12-21T04:29:11.087Z | Checking aws-lc-rs v1.10.0 |
1925 | 2024-12-21T04:29:11.090Z | Checking foreign-types-shared v0.1.1 |
1926 | 2024-12-21T04:29:11.205Z | Checking base64 v0.22.1 |
1927 | 2024-12-21T04:29:11.404Z | Checking tower-service v0.3.3 |
1928 | 2024-12-21T04:29:11.501Z | Checking match_cfg v0.1.0 |
1929 | 2024-12-21T04:29:11.525Z | Checking adler2 v2.0.0 |
1930 | 2024-12-21T04:29:11.587Z | Checking plain v0.2.3 |
1931 | 2024-12-21T04:29:11.606Z | Checking iana-time-zone v0.1.61 |
1932 | 2024-12-21T04:29:11.673Z | Checking ucd-trie v0.1.7 |
1933 | 2024-12-21T04:29:11.675Z | Checking miniz_oxide v0.8.0 |
1934 | 2024-12-21T04:29:11.731Z | Checking goblin v0.8.2 |
1935 | 2024-12-21T04:29:11.746Z | Checking chrono v0.4.38 |
1936 | 2024-12-21T04:29:11.868Z | Checking pest v2.7.14 |
1937 | 2024-12-21T04:29:12.397Z | Checking icu_normalizer v1.5.0 |
1938 | 2024-12-21T04:29:12.429Z | Checking quote v1.0.37 |
1939 | 2024-12-21T04:29:12.772Z | Checking hostname v0.3.1 |
1940 | 2024-12-21T04:29:12.858Z | Checking rustls-webpki v0.102.8 |
1941 | 2024-12-21T04:29:12.903Z | Checking foreign-types v0.3.2 |
1942 | 2024-12-21T04:29:13.007Z | Checking openssl-sys v0.9.103 |
1943 | 2024-12-21T04:29:13.191Z | Checking idna_adapter v1.2.0 |
1944 | 2024-12-21T04:29:13.366Z | Checking idna v1.0.3 |
1945 | 2024-12-21T04:29:13.390Z | Checking dirs-sys-next v0.1.2 |
1946 | 2024-12-21T04:29:13.556Z | Checking errno v0.3.9 |
1947 | 2024-12-21T04:29:13.730Z | Checking aho-corasick v1.1.3 |
1948 | 2024-12-21T04:29:13.745Z | Checking pretty-hex v0.4.1 |
1949 | 2024-12-21T04:29:13.803Z | Checking regex-syntax v0.8.5 |
1950 | 2024-12-21T04:29:13.833Z | Checking url v2.5.3 |
1951 | 2024-12-21T04:29:13.912Z | Checking siphasher v0.3.11 |
1952 | 2024-12-21T04:29:14.190Z | Compiling newtype-uuid v1.1.3 |
1953 | 2024-12-21T04:29:14.314Z | Checking data-encoding v2.6.0 |
1954 | 2024-12-21T04:29:14.386Z | Checking dtrace-parser v0.2.0 |
1955 | 2024-12-21T04:29:14.463Z | Checking openssl v0.10.66 |
1956 | 2024-12-21T04:29:14.606Z | Checking rustix v0.38.37 |
1957 | 2024-12-21T04:29:14.759Z | Checking tokio-util v0.7.12 |
1958 | 2024-12-21T04:29:14.844Z | Checking dirs-next v2.0.0 |
1959 | 2024-12-21T04:29:14.968Z | Checking syn v2.0.87 |
1960 | 2024-12-21T04:29:14.999Z | Checking http-body-util v0.1.2 |
1961 | 2024-12-21T04:29:15.420Z | Checking crossbeam-epoch v0.9.18 |
1962 | 2024-12-21T04:29:15.469Z | Checking signature v2.2.0 |
1963 | 2024-12-21T04:29:15.671Z | Checking sha1 v0.10.6 |
1964 | 2024-12-21T04:29:15.719Z | Checking h2 v0.4.6 |
1965 | 2024-12-21T04:29:15.860Z | Checking lazy_static v1.5.0 |
1966 | 2024-12-21T04:29:15.965Z | Checking thread_local v1.1.8 |
1967 | 2024-12-21T04:29:15.981Z | Checking thread-id v4.2.2 |
1968 | 2024-12-21T04:29:16.080Z | Checking encoding_rs v0.8.34 |
1969 | 2024-12-21T04:29:16.246Z | Checking openssl-probe v0.1.5 |
1970 | 2024-12-21T04:29:16.387Z | Checking unicode-properties v0.1.3 |
1971 | 2024-12-21T04:29:16.716Z | Checking gimli v0.31.1 |
1972 | 2024-12-21T04:29:16.719Z | Checking dof v0.3.0 |
1973 | 2024-12-21T04:29:17.103Z | Checking regex-automata v0.4.8 |
1974 | 2024-12-21T04:29:17.345Z | Checking anstyle v1.0.10 |
1975 | 2024-12-21T04:29:17.697Z | Checking ipnet v2.10.1 |
1976 | 2024-12-21T04:29:18.106Z | Checking utf8parse v0.2.2 |
1977 | 2024-12-21T04:29:18.185Z | Checking mime v0.3.17 |
1978 | 2024-12-21T04:29:18.248Z | Checking winnow v0.6.20 |
1979 | 2024-12-21T04:29:18.372Z | Checking anstyle-parse v0.2.5 |
1980 | 2024-12-21T04:29:18.510Z | Checking stringprep v0.1.5 |
1981 | 2024-12-21T04:29:18.630Z | Checking crossbeam-deque v0.8.5 |
1982 | 2024-12-21T04:29:18.785Z | Checking term v0.7.0 |
1983 | 2024-12-21T04:29:18.929Z | Checking rustls v0.23.19 |
1984 | 2024-12-21T04:29:19.204Z | Checking rustls v0.22.4 |
1985 | 2024-12-21T04:29:19.985Z | Checking native-tls v0.2.12 |
1986 | 2024-12-21T04:29:20.345Z | Checking slog-json v2.6.1 |
1987 | 2024-12-21T04:29:20.602Z | Checking serde_urlencoded v0.7.1 |
1988 | 2024-12-21T04:29:20.695Z | Checking addr2line v0.24.2 |
1989 | 2024-12-21T04:29:21.024Z | Checking crossbeam-channel v0.5.13 |
1990 | 2024-12-21T04:29:21.186Z | Checking futures-executor v0.3.31 |
1991 | 2024-12-21T04:29:21.221Z | Checking toml_edit v0.22.22 |
1992 | 2024-12-21T04:29:21.334Z | Checking usdt-impl v0.5.0 |
1993 | 2024-12-21T04:29:21.405Z | Checking num-integer v0.1.46 |
1994 | 2024-12-21T04:29:21.768Z | Checking rustls-pemfile v2.2.0 |
1995 | 2024-12-21T04:29:21.811Z | Checking idna v0.4.0 |
1996 | 2024-12-21T04:29:21.864Z | Checking idna v0.3.0 |
1997 | 2024-12-21T04:29:21.895Z | Checking hyper v1.5.0 |
1998 | 2024-12-21T04:29:21.928Z | Checking md-5 v0.10.6 |
1999 | 2024-12-21T04:29:21.951Z | Checking ff v0.13.0 |
2000 | 2024-12-21T04:29:22.108Z | Checking is-terminal v0.4.13 |
2001 | 2024-12-21T04:29:22.159Z | Checking memmap v0.7.0 |
2002 | 2024-12-21T04:29:22.225Z | Checking hash32 v0.2.1 |
2003 | 2024-12-21T04:29:22.351Z | Checking object v0.36.5 |
2004 | 2024-12-21T04:29:22.514Z | Checking psl-types v2.0.11 |
2005 | 2024-12-21T04:29:22.611Z | Checking linked-hash-map v0.5.6 |
2006 | 2024-12-21T04:29:22.689Z | Checking base16ct v0.2.0 |
2007 | 2024-12-21T04:29:22.707Z | Checking either v1.13.0 |
2008 | 2024-12-21T04:29:22.884Z | Checking fallible-iterator v0.2.0 |
2009 | 2024-12-21T04:29:22.903Z | Checking colorchoice v1.0.2 |
2010 | 2024-12-21T04:29:22.938Z | Checking dyn-clone v1.0.17 |
2011 | 2024-12-21T04:29:23.031Z | Checking anstyle-query v1.1.1 |
2012 | 2024-12-21T04:29:23.077Z | Checking quick-error v1.2.3 |
2013 | 2024-12-21T04:29:23.092Z | Checking is_terminal_polyfill v1.70.1 |
2014 | 2024-12-21T04:29:23.152Z | Checking rustc-demangle v0.1.24 |
2015 | 2024-12-21T04:29:23.205Z | Checking utf-8 v0.7.6 |
2016 | 2024-12-21T04:29:23.221Z | Checking take_mut v0.2.2 |
2017 | 2024-12-21T04:29:23.357Z | Checking slog-async v2.8.0 |
2018 | 2024-12-21T04:29:23.396Z | Checking tungstenite v0.24.0 |
2019 | 2024-12-21T04:29:23.478Z | Checking postgres-protocol v0.6.7 |
2020 | 2024-12-21T04:29:23.580Z | Checking resolv-conf v0.7.0 |
2021 | 2024-12-21T04:29:23.638Z | Checking anstream v0.6.15 |
2022 | 2024-12-21T04:29:23.733Z | Checking toml v0.8.19 |
2023 | 2024-12-21T04:29:23.904Z | Checking schemars v0.8.21 |
2024 | 2024-12-21T04:29:23.920Z | Checking hyper-util v0.1.10 |
2025 | 2024-12-21T04:29:23.987Z | Checking lru-cache v0.1.2 |
2026 | 2024-12-21T04:29:24.133Z | Checking tokio-rustls v0.25.0 |
2027 | 2024-12-21T04:29:24.165Z | Checking sec1 v0.7.3 |
2028 | 2024-12-21T04:29:24.313Z | Checking publicsuffix v2.2.3 |
2029 | 2024-12-21T04:29:24.465Z | Checking tokio-rustls v0.26.0 |
2030 | 2024-12-21T04:29:24.482Z | Checking hickory-proto v0.24.1 |
2031 | 2024-12-21T04:29:24.485Z | Checking heapless v0.7.17 |
2032 | 2024-12-21T04:29:24.531Z | Checking usdt v0.5.0 |
2033 | 2024-12-21T04:29:24.555Z | Checking slog-term v2.9.1 |
2034 | 2024-12-21T04:29:24.791Z | Checking group v0.13.0 |
2035 | 2024-12-21T04:29:24.872Z | Checking num-iter v0.1.45 |
2036 | 2024-12-21T04:29:25.042Z | Checking futures v0.3.31 |
2037 | 2024-12-21T04:29:25.045Z | Checking slog-bunyan v2.5.0 |
2038 | 2024-12-21T04:29:25.072Z | Checking tokio-native-tls v0.3.1 |
2039 | 2024-12-21T04:29:25.165Z | Checking rayon-core v1.12.1 |
2040 | 2024-12-21T04:29:25.237Z | Checking multer v3.1.0 |
2041 | 2024-12-21T04:29:25.323Z | Checking terminal_size v0.4.0 |
2042 | 2024-12-21T04:29:25.532Z | Checking phf_shared v0.11.2 |
2043 | 2024-12-21T04:29:25.538Z | Checking cookie v0.18.1 |
2044 | 2024-12-21T04:29:25.632Z | Checking async-stream v0.3.6 |
2045 | 2024-12-21T04:29:25.738Z | Checking bzip2-sys v0.1.11+1.0.8 |
2046 | 2024-12-21T04:29:25.807Z | Checking signal-hook v0.3.17 |
2047 | 2024-12-21T04:29:25.824Z | Checking camino v1.1.9 |
2048 | 2024-12-21T04:29:25.828Z | Checking waitgroup v0.1.2 |
2049 | 2024-12-21T04:29:25.852Z | Checking openapiv3 v2.0.0 |
2050 | 2024-12-21T04:29:25.857Z | Checking webpki-roots v0.26.6 |
2051 | 2024-12-21T04:29:25.946Z | Checking serde_path_to_error v0.1.16 |
2052 | 2024-12-21T04:29:25.993Z | Checking idna v0.5.0 |
2053 | 2024-12-21T04:29:26.071Z | Checking hkdf v0.12.4 |
2054 | 2024-12-21T04:29:26.120Z | Checking crypto-bigint v0.5.5 |
2055 | 2024-12-21T04:29:26.280Z | Checking hostname v0.4.0 |
2056 | 2024-12-21T04:29:26.403Z | Checking crc32fast v1.4.2 |
2057 | 2024-12-21T04:29:26.408Z | Checking debug-ignore v1.0.5 |
2058 | 2024-12-21T04:29:26.547Z | Checking bitflags v1.3.2 |
2059 | 2024-12-21T04:29:26.561Z | Checking managed v0.8.0 |
2060 | 2024-12-21T04:29:26.632Z | Checking clap_lex v0.7.2 |
2061 | 2024-12-21T04:29:26.648Z | Checking winnow v0.5.40 |
2062 | 2024-12-21T04:29:26.822Z | Checking unicode-width v0.1.14 |
2063 | 2024-12-21T04:29:26.884Z | Checking strsim v0.11.1 |
2064 | 2024-12-21T04:29:26.924Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2065 | 2024-12-21T04:29:27.184Z | Checking clap_builder v4.5.21 |
2066 | 2024-12-21T04:29:27.203Z | Checking smoltcp v0.9.1 |
2067 | 2024-12-21T04:29:27.317Z | Checking console v0.15.8 |
2068 | 2024-12-21T04:29:27.879Z | Checking cookie_store v0.21.0 |
2069 | 2024-12-21T04:29:28.539Z | Checking flate2 v1.0.34 |
2070 | 2024-12-21T04:29:28.698Z | Checking signal-hook-mio v0.2.4 |
2071 | 2024-12-21T04:29:28.734Z | Checking backtrace v0.3.74 |
2072 | 2024-12-21T04:29:28.837Z | Checking hyper-rustls v0.27.3 |
2073 | 2024-12-21T04:29:28.938Z | Checking elliptic-curve v0.13.8 |
2074 | 2024-12-21T04:29:29.179Z | Checking hyper-tls v0.6.0 |
2075 | 2024-12-21T04:29:29.183Z | Checking bzip2 v0.4.4 |
2076 | 2024-12-21T04:29:29.289Z | Checking hickory-resolver v0.24.1 |
2077 | 2024-12-21T04:29:29.307Z | Checking anyhow v1.0.93 |
2078 | 2024-12-21T04:29:29.325Z | Checking dropshot v0.12.0 |
2079 | 2024-12-21T04:29:29.449Z | Checking rayon v1.10.0 |
2080 | 2024-12-21T04:29:29.473Z | Checking phf v0.11.2 |
2081 | 2024-12-21T04:29:29.551Z | Checking num-bigint-dig v0.8.4 |
2082 | 2024-12-21T04:29:29.663Z | Checking tokio-tungstenite v0.24.0 |
2083 | 2024-12-21T04:29:29.680Z | Checking toml_edit v0.19.15 |
2084 | 2024-12-21T04:29:29.719Z | Checking postgres-types v0.2.8 |
2085 | 2024-12-21T04:29:30.521Z | Checking regex v1.11.1 |
2086 | 2024-12-21T04:29:30.560Z | Checking bstr v1.10.0 |
2087 | 2024-12-21T04:29:30.560Z | Checking tokio-stream v0.1.16 |
2088 | 2024-12-21T04:29:30.837Z | Checking ed25519 v2.2.3 |
2089 | 2024-12-21T04:29:31.008Z | Checking phf_shared v0.10.0 |
2090 | 2024-12-21T04:29:31.149Z | Checking curve25519-dalek v4.1.3 |
2091 | 2024-12-21T04:29:31.203Z | Checking zerocopy v0.6.6 |
2092 | 2024-12-21T04:29:31.288Z | Checking pkcs1 v0.7.5 |
2093 | 2024-12-21T04:29:31.402Z | Checking hubpack v0.1.2 |
2094 | 2024-12-21T04:29:31.686Z | Checking portable-atomic v1.9.0 |
2095 | 2024-12-21T04:29:31.724Z | Checking float-cmp v0.9.0 |
2096 | 2024-12-21T04:29:31.787Z | Checking serde-big-array v0.5.1 |
2097 | 2024-12-21T04:29:31.902Z | Checking rfc6979 v0.4.0 |
2098 | 2024-12-21T04:29:31.968Z | Checking sync_wrapper v1.0.1 |
2099 | 2024-12-21T04:29:32.000Z | Checking fixedbitset v0.4.2 |
2100 | 2024-12-21T04:29:32.068Z | Checking new_debug_unreachable v1.0.6 |
2101 | 2024-12-21T04:29:32.109Z | Checking unicode-segmentation v1.12.0 |
2102 | 2024-12-21T04:29:32.157Z | Checking number_prefix v0.4.0 |
2103 | 2024-12-21T04:29:32.249Z | Checking minimal-lexical v0.2.1 |
2104 | 2024-12-21T04:29:32.266Z | Checking unicode-width v0.2.0 |
2105 | 2024-12-21T04:29:32.345Z | Checking normalize-line-endings v0.3.0 |
2106 | 2024-12-21T04:29:32.459Z | Checking difflib v0.4.0 |
2107 | 2024-12-21T04:29:32.640Z | Checking static_assertions v1.1.0 |
2108 | 2024-12-21T04:29:32.722Z | Checking predicates-core v1.0.8 |
2109 | 2024-12-21T04:29:32.724Z | Checking whoami v1.5.2 |
2110 | 2024-12-21T04:29:32.749Z | Checking precomputed-hash v0.1.1 |
2111 | 2024-12-21T04:29:32.775Z | Checking bit-vec v0.6.3 |
2112 | 2024-12-21T04:29:32.791Z | Checking similar v2.6.0 |
2113 | 2024-12-21T04:29:32.849Z | Checking string_cache v0.8.7 |
2114 | 2024-12-21T04:29:32.892Z | Checking predicates v3.1.2 |
2115 | 2024-12-21T04:29:32.937Z | Checking qorb v0.2.1 |
2116 | 2024-12-21T04:29:33.030Z | Checking tokio-postgres v0.7.12 |
2117 | 2024-12-21T04:29:33.045Z | Checking ed25519-dalek v2.1.1 |
2118 | 2024-12-21T04:29:33.086Z | Checking bit-set v0.5.3 |
2119 | 2024-12-21T04:29:33.115Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2120 | 2024-12-21T04:29:33.350Z | Checking nom v7.1.3 |
2121 | 2024-12-21T04:29:33.367Z | Checking indicatif v0.17.9 |
2122 | 2024-12-21T04:29:33.419Z | Checking petgraph v0.6.5 |
2123 | 2024-12-21T04:29:33.533Z | Checking toml v0.7.8 |
2124 | 2024-12-21T04:29:33.637Z | Checking reqwest v0.12.9 |
2125 | 2024-12-21T04:29:34.087Z | Checking ecdsa v0.16.9 |
2126 | 2024-12-21T04:29:34.261Z | Checking rsa v0.9.6 |
2127 | 2024-12-21T04:29:34.812Z | Checking clap v4.5.21 |
2128 | 2024-12-21T04:29:34.933Z | Checking zip v0.6.6 |
2129 | 2024-12-21T04:29:35.322Z | Checking crossterm v0.28.1 |
2130 | 2024-12-21T04:29:35.472Z | Checking itertools v0.10.5 |
2131 | 2024-12-21T04:29:35.490Z | Checking fs-err v2.11.0 |
2132 | 2024-12-21T04:29:35.646Z | Checking ahash v0.8.11 |
2133 | 2024-12-21T04:29:36.186Z | Checking x509-cert v0.2.5 |
2134 | 2024-12-21T04:29:36.223Z | Checking hex v0.4.3 |
2135 | 2024-12-21T04:29:36.249Z | Checking semver v1.0.23 |
2136 | 2024-12-21T04:29:36.295Z | Checking peg-runtime v0.8.3 |
2137 | 2024-12-21T04:29:36.522Z | Checking heck v0.4.1 |
2138 | 2024-12-21T04:29:36.647Z | Checking lalrpop-util v0.19.12 |
2139 | 2024-12-21T04:29:36.713Z | Checking sigpipe v0.1.3 |
2140 | 2024-12-21T04:29:37.898Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2141 | 2024-12-21T04:29:38.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.38s |
2142 | 2024-12-21T04:29:38.370Z | |
2143 | 2024-12-21T04:29:38.370Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2144 | 2024-12-21T04:29:38.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2145 | 2024-12-21T04:29:38.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2146 | 2024-12-21T04:29:39.036Z | Compiling hashbrown v0.14.5 |
2147 | 2024-12-21T04:29:39.156Z | Checking heck v0.5.0 |
2148 | 2024-12-21T04:29:39.169Z | Compiling unsafe-libyaml v0.2.11 |
2149 | 2024-12-21T04:29:39.183Z | Checking ipnetwork v0.20.0 |
2150 | 2024-12-21T04:29:39.196Z | Compiling ident_case v1.0.1 |
2151 | 2024-12-21T04:29:39.209Z | Checking progenitor-client v0.8.0 |
2152 | 2024-12-21T04:29:39.225Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2153 | 2024-12-21T04:29:39.315Z | Checking newtype-uuid v1.1.3 |
2154 | 2024-12-21T04:29:39.361Z | Compiling darling_core v0.20.10 |
2155 | 2024-12-21T04:29:39.506Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2156 | 2024-12-21T04:29:39.555Z | Compiling proc-macro-crate v1.3.1 |
2157 | 2024-12-21T04:29:39.572Z | Compiling structmeta-derive v0.3.0 |
2158 | 2024-12-21T04:29:39.588Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2159 | 2024-12-21T04:29:39.835Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2160 | 2024-12-21T04:29:39.909Z | Compiling lzma-sys v0.1.20 |
2161 | 2024-12-21T04:29:40.291Z | Checking regress v0.10.1 |
2162 | 2024-12-21T04:29:40.679Z | Compiling serde_yaml v0.9.34+deprecated |
2163 | 2024-12-21T04:29:40.714Z | Compiling num_enum_derive v0.5.11 |
2164 | 2024-12-21T04:29:41.057Z | Compiling foreign-types-macros v0.2.3 |
2165 | 2024-12-21T04:29:41.120Z | Compiling dropshot v0.13.0 |
2166 | 2024-12-21T04:29:41.409Z | Checking foreign-types-shared v0.3.1 |
2167 | 2024-12-21T04:29:41.531Z | Checking arc-swap v1.7.1 |
2168 | 2024-12-21T04:29:41.952Z | Checking slog-scope v4.4.0 |
2169 | 2024-12-21T04:29:42.208Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2170 | 2024-12-21T04:29:42.340Z | Checking foreign-types v0.5.0 |
2171 | 2024-12-21T04:29:42.479Z | Compiling structmeta v0.3.0 |
2172 | 2024-12-21T04:29:42.642Z | Compiling proc-macro-error v1.0.4 |
2173 | 2024-12-21T04:29:42.895Z | Compiling parse-display-derive v0.10.0 |
2174 | 2024-12-21T04:29:42.942Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2175 | 2024-12-21T04:29:43.050Z | Checking tungstenite v0.21.0 |
2176 | 2024-12-21T04:29:43.280Z | Checking num_enum v0.5.11 |
2177 | 2024-12-21T04:29:43.323Z | Compiling heck v0.3.3 |
2178 | 2024-12-21T04:29:43.421Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2179 | 2024-12-21T04:29:43.728Z | Compiling dropshot_endpoint v0.13.0 |
2180 | 2024-12-21T04:29:43.839Z | Checking typify-impl v0.2.0 |
2181 | 2024-12-21T04:29:43.961Z | Checking cstr-argument v0.1.2 |
2182 | 2024-12-21T04:29:44.258Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2183 | 2024-12-21T04:29:44.951Z | Checking instant v0.1.13 |
2184 | 2024-12-21T04:29:45.034Z | Checking pretty-hex v0.2.1 |
2185 | 2024-12-21T04:29:45.071Z | Checking base64 v0.21.7 |
2186 | 2024-12-21T04:29:45.251Z | Checking fastrand v2.1.1 |
2187 | 2024-12-21T04:29:45.500Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2188 | 2024-12-21T04:29:45.583Z | Checking tempfile v3.13.0 |
2189 | 2024-12-21T04:29:45.700Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2190 | 2024-12-21T04:29:45.791Z | Checking backoff v0.4.0 |
2191 | 2024-12-21T04:29:45.960Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2192 | 2024-12-21T04:29:45.978Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2193 | 2024-12-21T04:29:46.103Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2194 | 2024-12-21T04:29:46.119Z | Checking tokio-tungstenite v0.21.0 |
2195 | 2024-12-21T04:29:46.122Z | Compiling zone_cfg_derive v0.1.2 |
2196 | 2024-12-21T04:29:46.356Z | Checking strum v0.26.3 |
2197 | 2024-12-21T04:29:46.410Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2198 | 2024-12-21T04:29:46.470Z | Compiling darling_macro v0.20.10 |
2199 | 2024-12-21T04:29:46.509Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2200 | 2024-12-21T04:29:46.799Z | Checking slog-stdlog v4.1.1 |
2201 | 2024-12-21T04:29:46.826Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2202 | 2024-12-21T04:29:46.960Z | Checking regress v0.9.1 |
2203 | 2024-12-21T04:29:46.977Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2204 | 2024-12-21T04:29:47.161Z | Checking colored v2.1.0 |
2205 | 2024-12-21T04:29:47.265Z | Checking macaddr v1.0.1 |
2206 | 2024-12-21T04:29:47.398Z | Compiling darling v0.20.10 |
2207 | 2024-12-21T04:29:47.428Z | Checking base64 v0.13.1 |
2208 | 2024-12-21T04:29:47.511Z | Compiling serde_with_macros v3.11.0 |
2209 | 2024-12-21T04:29:47.528Z | Checking parse-display v0.10.0 |
2210 | 2024-12-21T04:29:47.590Z | Checking zone v0.1.8 |
2211 | 2024-12-21T04:29:47.752Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2212 | 2024-12-21T04:29:47.827Z | Checking ron v0.7.1 |
2213 | 2024-12-21T04:29:48.231Z | Checking slog-envlogger v2.2.0 |
2214 | 2024-12-21T04:29:48.260Z | Checking xz2 v0.1.7 |
2215 | 2024-12-21T04:29:48.455Z | Checking tabwriter v1.4.0 |
2216 | 2024-12-21T04:29:48.572Z | Checking xattr v1.3.1 |
2217 | 2024-12-21T04:29:48.694Z | Checking pem v3.0.4 |
2218 | 2024-12-21T04:29:48.767Z | Checking yasna v0.5.2 |
2219 | 2024-12-21T04:29:48.950Z | Checking headers-core v0.3.0 |
2220 | 2024-12-21T04:29:48.967Z | Checking smf v0.2.3 |
2221 | 2024-12-21T04:29:49.086Z | Checking filetime v0.2.25 |
2222 | 2024-12-21T04:29:49.299Z | Checking same-file v1.0.6 |
2223 | 2024-12-21T04:29:49.387Z | Checking tar v0.4.42 |
2224 | 2024-12-21T04:29:49.466Z | Checking walkdir v2.5.0 |
2225 | 2024-12-21T04:29:49.551Z | Checking headers v0.4.0 |
2226 | 2024-12-21T04:29:49.650Z | Checking rcgen v0.12.1 |
2227 | 2024-12-21T04:29:49.726Z | Checking atomicwrites v0.4.4 |
2228 | 2024-12-21T04:29:49.919Z | Checking camino-tempfile v1.1.1 |
2229 | 2024-12-21T04:29:50.214Z | Checking subprocess v0.2.9 |
2230 | 2024-12-21T04:29:50.313Z | Checking serde_with v3.11.0 |
2231 | 2024-12-21T04:29:54.379Z | Compiling typify-macro v0.2.0 |
2232 | 2024-12-21T04:29:56.267Z | Compiling typify v0.2.0 |
2233 | 2024-12-21T04:29:56.335Z | Compiling progenitor-impl v0.8.0 |
2234 | 2024-12-21T04:29:59.543Z | Compiling progenitor-macro v0.8.0 |
2235 | 2024-12-21T04:30:04.332Z | Checking progenitor v0.8.0 |
2236 | 2024-12-21T04:30:04.486Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2237 | 2024-12-21T04:30:04.489Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2238 | 2024-12-21T04:30:07.222Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2239 | 2024-12-21T04:30:07.587Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2240 | 2024-12-21T04:30:14.129Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2241 | 2024-12-21T04:30:15.722Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2242 | 2024-12-21T04:30:16.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.64s |
2243 | 2024-12-21T04:30:17.163Z | |
2244 | 2024-12-21T04:30:17.163Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2245 | 2024-12-21T04:30:17.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-12-21T04:30:17.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-12-21T04:30:17.924Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2248 | 2024-12-21T04:30:19.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
2249 | 2024-12-21T04:30:19.452Z | |
2250 | 2024-12-21T04:30:19.452Z | info: running `cargo check --bins` on nexus-config (31/176) |
2251 | 2024-12-21T04:30:20.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-12-21T04:30:20.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-12-21T04:30:20.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-12-21T04:30:20.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2255 | 2024-12-21T04:30:20.084Z | |
2256 | 2024-12-21T04:30:20.084Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2257 | 2024-12-21T04:30:20.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-12-21T04:30:20.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-12-21T04:30:20.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2260 | 2024-12-21T04:30:20.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2261 | 2024-12-21T04:30:20.694Z | |
2262 | 2024-12-21T04:30:20.694Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2263 | 2024-12-21T04:30:21.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2024-12-21T04:30:21.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2024-12-21T04:30:21.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2266 | 2024-12-21T04:30:21.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2267 | 2024-12-21T04:30:21.327Z | |
2268 | 2024-12-21T04:30:21.327Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2269 | 2024-12-21T04:30:21.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2270 | 2024-12-21T04:30:21.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2271 | 2024-12-21T04:30:22.021Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2272 | 2024-12-21T04:30:22.130Z | Compiling ipnetwork v0.20.0 |
2273 | 2024-12-21T04:30:22.133Z | Compiling zerocopy v0.8.10 |
2274 | 2024-12-21T04:30:22.133Z | Compiling progenitor-client v0.8.0 |
2275 | 2024-12-21T04:30:22.134Z | Compiling itertools v0.13.0 |
2276 | 2024-12-21T04:30:22.134Z | Compiling zerocopy-derive v0.8.10 |
2277 | 2024-12-21T04:30:22.134Z | Compiling heapless v0.8.0 |
2278 | 2024-12-21T04:30:22.134Z | Checking hash32 v0.3.1 |
2279 | 2024-12-21T04:30:22.311Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2280 | 2024-12-21T04:30:22.489Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2281 | 2024-12-21T04:30:22.612Z | Compiling progenitor v0.8.0 |
2282 | 2024-12-21T04:30:22.866Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2283 | 2024-12-21T04:30:23.009Z | Compiling instant v0.1.13 |
2284 | 2024-12-21T04:30:23.037Z | Compiling smoltcp v0.11.0 |
2285 | 2024-12-21T04:30:23.075Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2286 | 2024-12-21T04:30:23.152Z | Compiling backoff v0.4.0 |
2287 | 2024-12-21T04:30:23.225Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2288 | 2024-12-21T04:30:23.520Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2289 | 2024-12-21T04:30:23.767Z | Compiling dropshot v0.13.0 |
2290 | 2024-12-21T04:30:23.848Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2291 | 2024-12-21T04:30:23.973Z | Compiling serde_with v3.11.0 |
2292 | 2024-12-21T04:30:24.010Z | Compiling parse-display v0.10.0 |
2293 | 2024-12-21T04:30:24.026Z | Checking num-rational v0.4.2 |
2294 | 2024-12-21T04:30:24.699Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2295 | 2024-12-21T04:30:24.857Z | Compiling regress v0.9.1 |
2296 | 2024-12-21T04:30:25.203Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2297 | 2024-12-21T04:30:26.510Z | Compiling phf_generator v0.11.2 |
2298 | 2024-12-21T04:30:26.697Z | Checking num-complex v0.4.6 |
2299 | 2024-12-21T04:30:27.995Z | Compiling macaddr v1.0.1 |
2300 | 2024-12-21T04:30:28.452Z | Checking cobs v0.2.3 |
2301 | 2024-12-21T04:30:28.454Z | Checking num v0.4.3 |
2302 | 2024-12-21T04:30:28.628Z | Checking postcard v1.0.10 |
2303 | 2024-12-21T04:30:28.693Z | Compiling phf_codegen v0.11.2 |
2304 | 2024-12-21T04:30:29.213Z | Compiling parse-zoneinfo v0.3.1 |
2305 | 2024-12-21T04:30:30.131Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2306 | 2024-12-21T04:30:30.416Z | Checking float-ord v0.3.2 |
2307 | 2024-12-21T04:30:30.576Z | Compiling convert_case v0.4.0 |
2308 | 2024-12-21T04:30:31.373Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2309 | 2024-12-21T04:30:31.519Z | Compiling derive_more v0.99.18 |
2310 | 2024-12-21T04:30:31.522Z | Compiling chrono-tz-build v0.4.0 |
2311 | 2024-12-21T04:30:31.551Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2312 | 2024-12-21T04:30:32.047Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2313 | 2024-12-21T04:30:32.311Z | Compiling crucible-workspace-hack v0.1.0 |
2314 | 2024-12-21T04:30:32.430Z | Compiling thiserror v2.0.3 |
2315 | 2024-12-21T04:30:32.610Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2316 | 2024-12-21T04:30:32.659Z | Checking newline-converter v0.3.0 |
2317 | 2024-12-21T04:30:32.991Z | Compiling chrono-tz v0.10.0 |
2318 | 2024-12-21T04:30:33.383Z | Checking prettyplease v0.2.25 |
2319 | 2024-12-21T04:30:33.406Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2320 | 2024-12-21T04:30:33.432Z | Compiling thiserror-impl v2.0.3 |
2321 | 2024-12-21T04:30:33.598Z | Compiling slog-dtrace v0.3.0 |
2322 | 2024-12-21T04:30:33.895Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2323 | 2024-12-21T04:30:33.924Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2324 | 2024-12-21T04:30:35.344Z | Checking expectorate v1.1.0 |
2325 | 2024-12-21T04:30:35.464Z | Compiling zone_cfg_derive v0.3.0 |
2326 | 2024-12-21T04:30:35.611Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2327 | 2024-12-21T04:30:35.746Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2328 | 2024-12-21T04:30:36.479Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2329 | 2024-12-21T04:30:36.783Z | Compiling const_format_proc_macros v0.2.33 |
2330 | 2024-12-21T04:30:36.855Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2331 | 2024-12-21T04:30:36.989Z | Compiling num-derive v0.4.2 |
2332 | 2024-12-21T04:30:37.187Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2333 | 2024-12-21T04:30:37.389Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2334 | 2024-12-21T04:30:37.548Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2335 | 2024-12-21T04:30:37.672Z | Checking highway v1.2.0 |
2336 | 2024-12-21T04:30:38.058Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2337 | 2024-12-21T04:30:38.075Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2338 | 2024-12-21T04:30:38.313Z | Checking zone v0.3.0 |
2339 | 2024-12-21T04:30:38.603Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2340 | 2024-12-21T04:30:38.895Z | Checking const_format v0.2.33 |
2341 | 2024-12-21T04:30:39.004Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2342 | 2024-12-21T04:30:39.311Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2343 | 2024-12-21T04:30:39.328Z | Checking gethostname v0.5.0 |
2344 | 2024-12-21T04:30:39.344Z | Checking bcs v0.1.6 |
2345 | 2024-12-21T04:30:39.436Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2346 | 2024-12-21T04:30:39.451Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2347 | 2024-12-21T04:30:39.466Z | Compiling async-recursion v1.1.1 |
2348 | 2024-12-21T04:30:41.894Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2349 | 2024-12-21T04:30:46.101Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2350 | 2024-12-21T04:30:50.111Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2351 | 2024-12-21T04:30:52.789Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2352 | 2024-12-21T04:30:54.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.70s |
2353 | 2024-12-21T04:30:54.189Z | |
2354 | 2024-12-21T04:30:54.189Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2355 | 2024-12-21T04:30:54.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-12-21T04:30:54.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-12-21T04:30:54.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2024-12-21T04:30:54.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2359 | 2024-12-21T04:30:54.821Z | |
2360 | 2024-12-21T04:30:54.821Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2361 | 2024-12-21T04:30:55.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-12-21T04:30:55.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-12-21T04:30:55.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-12-21T04:30:55.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2365 | 2024-12-21T04:30:55.460Z | |
2366 | 2024-12-21T04:30:55.460Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2367 | 2024-12-21T04:30:56.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-12-21T04:30:56.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-12-21T04:30:56.111Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2370 | 2024-12-21T04:30:56.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2371 | 2024-12-21T04:30:56.937Z | |
2372 | 2024-12-21T04:30:56.937Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2373 | 2024-12-21T04:30:57.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-12-21T04:30:57.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-12-21T04:30:57.607Z | Compiling cfg_aliases v0.1.1 |
2376 | 2024-12-21T04:30:57.612Z | Compiling vte_generate_state_changes v0.1.2 |
2377 | 2024-12-21T04:30:57.612Z | Checking fd-lock v4.0.2 |
2378 | 2024-12-21T04:30:57.612Z | Checking nibble_vec v0.1.0 |
2379 | 2024-12-21T04:30:57.710Z | Checking endian-type v0.1.2 |
2380 | 2024-12-21T04:30:57.720Z | Checking bytecount v0.6.8 |
2381 | 2024-12-21T04:30:57.738Z | Compiling tabled_derive v0.7.0 |
2382 | 2024-12-21T04:30:57.765Z | Checking itertools v0.12.1 |
2383 | 2024-12-21T04:30:57.794Z | Compiling nix v0.28.0 |
2384 | 2024-12-21T04:30:57.873Z | Compiling peg-macros v0.8.4 |
2385 | 2024-12-21T04:30:57.889Z | Checking papergrid v0.11.0 |
2386 | 2024-12-21T04:30:57.904Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2387 | 2024-12-21T04:30:57.932Z | Checking radix_trie v0.2.1 |
2388 | 2024-12-21T04:30:58.309Z | Checking vte v0.11.1 |
2389 | 2024-12-21T04:30:58.311Z | Compiling sqlparser_derive v0.2.2 |
2390 | 2024-12-21T04:30:59.094Z | Checking home v0.5.9 |
2391 | 2024-12-21T04:30:59.240Z | Checking nu-ansi-term v0.50.1 |
2392 | 2024-12-21T04:30:59.428Z | Checking unicode_categories v0.1.1 |
2393 | 2024-12-21T04:30:59.452Z | Checking sqlparser v0.45.0 |
2394 | 2024-12-21T04:30:59.670Z | Checking display-error-chain v0.2.2 |
2395 | 2024-12-21T04:30:59.687Z | Checking strip-ansi-escapes v0.2.0 |
2396 | 2024-12-21T04:30:59.727Z | Checking sqlformat v0.2.6 |
2397 | 2024-12-21T04:31:00.242Z | Checking tabled v0.15.0 |
2398 | 2024-12-21T04:31:00.332Z | Checking reedline v0.35.0 |
2399 | 2024-12-21T04:31:00.961Z | Checking peg v0.8.4 |
2400 | 2024-12-21T04:31:01.162Z | Checking rustyline v14.0.0 |
2401 | 2024-12-21T04:31:10.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.11s |
2402 | 2024-12-21T04:31:10.213Z | |
2403 | 2024-12-21T04:31:10.213Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2404 | 2024-12-21T04:31:10.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-12-21T04:31:10.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-12-21T04:31:10.878Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2407 | 2024-12-21T04:31:15.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
2408 | 2024-12-21T04:31:16.075Z | |
2409 | 2024-12-21T04:31:16.076Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2410 | 2024-12-21T04:31:16.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-12-21T04:31:16.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-12-21T04:31:16.751Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2413 | 2024-12-21T04:31:20.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
2414 | 2024-12-21T04:31:20.749Z | |
2415 | 2024-12-21T04:31:20.749Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2416 | 2024-12-21T04:31:21.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-12-21T04:31:21.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-12-21T04:31:21.412Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2419 | 2024-12-21T04:31:26.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
2420 | 2024-12-21T04:31:26.403Z | |
2421 | 2024-12-21T04:31:26.404Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2422 | 2024-12-21T04:31:26.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-12-21T04:31:26.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-12-21T04:31:27.066Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2425 | 2024-12-21T04:31:31.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
2426 | 2024-12-21T04:31:32.094Z | |
2427 | 2024-12-21T04:31:32.094Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2428 | 2024-12-21T04:31:32.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-12-21T04:31:32.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-12-21T04:31:32.759Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2431 | 2024-12-21T04:31:36.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2432 | 2024-12-21T04:31:36.899Z | |
2433 | 2024-12-21T04:31:36.899Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2434 | 2024-12-21T04:31:37.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-12-21T04:31:37.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-12-21T04:31:37.566Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2437 | 2024-12-21T04:31:41.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
2438 | 2024-12-21T04:31:41.806Z | |
2439 | 2024-12-21T04:31:41.806Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2440 | 2024-12-21T04:31:42.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-12-21T04:31:42.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-12-21T04:31:42.456Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2443 | 2024-12-21T04:31:47.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2444 | 2024-12-21T04:31:47.671Z | |
2445 | 2024-12-21T04:31:47.671Z | info: running `cargo check --bins` on oximeter (46/176) |
2446 | 2024-12-21T04:31:48.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-12-21T04:31:48.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-12-21T04:31:48.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-12-21T04:31:48.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2450 | 2024-12-21T04:31:48.295Z | |
2451 | 2024-12-21T04:31:48.295Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2452 | 2024-12-21T04:31:48.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-12-21T04:31:48.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-12-21T04:31:48.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-12-21T04:31:48.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2456 | 2024-12-21T04:31:48.910Z | |
2457 | 2024-12-21T04:31:48.910Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2458 | 2024-12-21T04:31:49.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-12-21T04:31:49.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-12-21T04:31:49.561Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2461 | 2024-12-21T04:31:51.812Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2462 | 2024-12-21T04:31:52.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
2463 | 2024-12-21T04:31:52.960Z | |
2464 | 2024-12-21T04:31:52.960Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2465 | 2024-12-21T04:31:53.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-12-21T04:31:53.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-12-21T04:31:53.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-12-21T04:31:53.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2469 | 2024-12-21T04:31:53.588Z | |
2470 | 2024-12-21T04:31:53.588Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2471 | 2024-12-21T04:31:54.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-12-21T04:31:54.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-12-21T04:31:54.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-12-21T04:31:54.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2475 | 2024-12-21T04:31:54.225Z | |
2476 | 2024-12-21T04:31:54.225Z | info: running `cargo check --bins` on oxql-types (51/176) |
2477 | 2024-12-21T04:31:54.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-12-21T04:31:54.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-12-21T04:31:54.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-12-21T04:31:54.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2481 | 2024-12-21T04:31:54.860Z | |
2482 | 2024-12-21T04:31:54.860Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2483 | 2024-12-21T04:31:55.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-12-21T04:31:55.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-12-21T04:31:55.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-12-21T04:31:55.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2487 | 2024-12-21T04:31:55.513Z | |
2488 | 2024-12-21T04:31:55.513Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2489 | 2024-12-21T04:31:56.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-12-21T04:31:56.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-12-21T04:31:56.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-12-21T04:31:56.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2493 | 2024-12-21T04:31:56.140Z | |
2494 | 2024-12-21T04:31:56.140Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2495 | 2024-12-21T04:31:56.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-12-21T04:31:56.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-12-21T04:31:56.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-12-21T04:31:56.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2499 | 2024-12-21T04:31:56.785Z | |
2500 | 2024-12-21T04:31:56.785Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2501 | 2024-12-21T04:31:57.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-12-21T04:31:57.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-12-21T04:31:57.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2024-12-21T04:31:57.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2505 | 2024-12-21T04:31:57.422Z | |
2506 | 2024-12-21T04:31:57.422Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2507 | 2024-12-21T04:31:57.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-12-21T04:31:57.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-12-21T04:31:57.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-12-21T04:31:57.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2511 | 2024-12-21T04:31:58.050Z | |
2512 | 2024-12-21T04:31:58.050Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2513 | 2024-12-21T04:31:58.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-12-21T04:31:58.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-12-21T04:31:58.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-12-21T04:31:58.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2517 | 2024-12-21T04:31:58.683Z | |
2518 | 2024-12-21T04:31:58.683Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2519 | 2024-12-21T04:31:59.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-12-21T04:31:59.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-12-21T04:31:59.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-12-21T04:31:59.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2523 | 2024-12-21T04:31:59.296Z | |
2524 | 2024-12-21T04:31:59.296Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2525 | 2024-12-21T04:31:59.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-12-21T04:31:59.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-12-21T04:31:59.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-12-21T04:31:59.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2529 | 2024-12-21T04:31:59.940Z | |
2530 | 2024-12-21T04:31:59.941Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2531 | 2024-12-21T04:32:00.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-12-21T04:32:00.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-12-21T04:32:00.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-12-21T04:32:00.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2535 | 2024-12-21T04:32:00.570Z | |
2536 | 2024-12-21T04:32:00.570Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2537 | 2024-12-21T04:32:01.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-12-21T04:32:01.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-12-21T04:32:01.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-12-21T04:32:01.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2541 | 2024-12-21T04:32:01.193Z | |
2542 | 2024-12-21T04:32:01.193Z | info: running `cargo check --bins` on dpd-client (62/176) |
2543 | 2024-12-21T04:32:01.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-12-21T04:32:01.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-12-21T04:32:01.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-12-21T04:32:01.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2547 | 2024-12-21T04:32:01.817Z | |
2548 | 2024-12-21T04:32:01.817Z | info: running `cargo check --bins` on gateway-client (63/176) |
2549 | 2024-12-21T04:32:02.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-12-21T04:32:02.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-12-21T04:32:02.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-12-21T04:32:02.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2553 | 2024-12-21T04:32:02.428Z | |
2554 | 2024-12-21T04:32:02.428Z | info: running `cargo check --bins` on installinator-client (64/176) |
2555 | 2024-12-21T04:32:02.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-12-21T04:32:02.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-12-21T04:32:02.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-12-21T04:32:02.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2559 | 2024-12-21T04:32:03.075Z | |
2560 | 2024-12-21T04:32:03.075Z | info: running `cargo check --bins` on installinator-common (65/176) |
2561 | 2024-12-21T04:32:03.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-12-21T04:32:03.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-12-21T04:32:03.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-12-21T04:32:03.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2565 | 2024-12-21T04:32:03.719Z | |
2566 | 2024-12-21T04:32:03.719Z | info: running `cargo check --bins` on update-engine (66/176) |
2567 | 2024-12-21T04:32:04.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-12-21T04:32:04.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-12-21T04:32:04.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-12-21T04:32:04.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2571 | 2024-12-21T04:32:04.335Z | |
2572 | 2024-12-21T04:32:04.335Z | info: running `cargo check --bins` on nexus-client (67/176) |
2573 | 2024-12-21T04:32:04.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-12-21T04:32:04.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-12-21T04:32:04.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-12-21T04:32:04.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2577 | 2024-12-21T04:32:04.985Z | |
2578 | 2024-12-21T04:32:04.985Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2579 | 2024-12-21T04:32:05.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-12-21T04:32:05.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-12-21T04:32:05.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-12-21T04:32:05.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2583 | 2024-12-21T04:32:05.630Z | |
2584 | 2024-12-21T04:32:05.630Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2585 | 2024-12-21T04:32:06.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-12-21T04:32:06.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-12-21T04:32:06.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-12-21T04:32:06.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2589 | 2024-12-21T04:32:06.240Z | |
2590 | 2024-12-21T04:32:06.240Z | info: running `cargo check --bins` on nexus-types (70/176) |
2591 | 2024-12-21T04:32:06.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-12-21T04:32:06.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-12-21T04:32:06.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-12-21T04:32:06.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2595 | 2024-12-21T04:32:06.888Z | |
2596 | 2024-12-21T04:32:06.888Z | info: running `cargo check --bins` on oxide-client (71/176) |
2597 | 2024-12-21T04:32:07.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-12-21T04:32:07.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-12-21T04:32:07.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-12-21T04:32:07.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2601 | 2024-12-21T04:32:07.505Z | |
2602 | 2024-12-21T04:32:07.505Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2603 | 2024-12-21T04:32:08.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-12-21T04:32:08.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-12-21T04:32:08.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-12-21T04:32:08.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2607 | 2024-12-21T04:32:08.124Z | |
2608 | 2024-12-21T04:32:08.124Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2609 | 2024-12-21T04:32:08.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-12-21T04:32:08.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-12-21T04:32:08.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-12-21T04:32:08.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2613 | 2024-12-21T04:32:08.731Z | |
2614 | 2024-12-21T04:32:08.731Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2615 | 2024-12-21T04:32:09.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-12-21T04:32:09.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-12-21T04:32:09.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2618 | 2024-12-21T04:32:09.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2619 | 2024-12-21T04:32:09.371Z | |
2620 | 2024-12-21T04:32:09.371Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2621 | 2024-12-21T04:32:09.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-12-21T04:32:09.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-12-21T04:32:09.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-12-21T04:32:09.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2625 | 2024-12-21T04:32:10.042Z | |
2626 | 2024-12-21T04:32:10.042Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2627 | 2024-12-21T04:32:10.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-12-21T04:32:10.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-12-21T04:32:10.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-12-21T04:32:10.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2631 | 2024-12-21T04:32:10.698Z | |
2632 | 2024-12-21T04:32:10.698Z | info: running `cargo check --bins` on wicket-common (77/176) |
2633 | 2024-12-21T04:32:11.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-12-21T04:32:11.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-12-21T04:32:11.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-12-21T04:32:11.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2637 | 2024-12-21T04:32:11.349Z | |
2638 | 2024-12-21T04:32:11.349Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2639 | 2024-12-21T04:32:11.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-12-21T04:32:11.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-12-21T04:32:12.012Z | Checking csv-core v0.1.11 |
2642 | 2024-12-21T04:32:12.012Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2643 | 2024-12-21T04:32:12.015Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2644 | 2024-12-21T04:32:12.015Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2645 | 2024-12-21T04:32:12.281Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2646 | 2024-12-21T04:32:12.340Z | Checking csv v1.3.0 |
2647 | 2024-12-21T04:32:12.371Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2648 | 2024-12-21T04:32:12.931Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2649 | 2024-12-21T04:32:13.299Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2650 | 2024-12-21T04:32:15.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s |
2651 | 2024-12-21T04:32:15.253Z | |
2652 | 2024-12-21T04:32:15.253Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2653 | 2024-12-21T04:32:15.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-12-21T04:32:15.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-12-21T04:32:15.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2024-12-21T04:32:15.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2657 | 2024-12-21T04:32:15.889Z | |
2658 | 2024-12-21T04:32:15.889Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2659 | 2024-12-21T04:32:16.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-12-21T04:32:16.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-12-21T04:32:16.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2024-12-21T04:32:16.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2663 | 2024-12-21T04:32:16.516Z | |
2664 | 2024-12-21T04:32:16.516Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2665 | 2024-12-21T04:32:17.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-12-21T04:32:17.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-12-21T04:32:17.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2024-12-21T04:32:17.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2669 | 2024-12-21T04:32:17.253Z | |
2670 | 2024-12-21T04:32:17.253Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2671 | 2024-12-21T04:32:17.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-12-21T04:32:17.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-12-21T04:32:17.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2024-12-21T04:32:17.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2675 | 2024-12-21T04:32:17.985Z | |
2676 | 2024-12-21T04:32:17.985Z | info: running `cargo check --bins` on dns-server (83/176) |
2677 | 2024-12-21T04:32:18.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-12-21T04:32:18.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-12-21T04:32:18.628Z | Compiling parking_lot_core v0.8.6 |
2680 | 2024-12-21T04:32:18.630Z | Checking fxhash v0.2.1 |
2681 | 2024-12-21T04:32:18.630Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2682 | 2024-12-21T04:32:18.630Z | Checking hickory-server v0.24.1 |
2683 | 2024-12-21T04:32:18.729Z | Checking hickory-client v0.24.1 |
2684 | 2024-12-21T04:32:19.333Z | Checking parking_lot v0.11.2 |
2685 | 2024-12-21T04:32:19.451Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2686 | 2024-12-21T04:32:19.451Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2687 | 2024-12-21T04:32:19.591Z | Checking sled v0.34.7 |
2688 | 2024-12-21T04:32:21.344Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2689 | 2024-12-21T04:32:22.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2690 | 2024-12-21T04:32:22.803Z | |
2691 | 2024-12-21T04:32:22.803Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2692 | 2024-12-21T04:32:23.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-12-21T04:32:23.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-12-21T04:32:23.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2024-12-21T04:32:23.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2696 | 2024-12-21T04:32:23.436Z | |
2697 | 2024-12-21T04:32:23.436Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2698 | 2024-12-21T04:32:24.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-12-21T04:32:24.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-12-21T04:32:24.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2024-12-21T04:32:24.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2702 | 2024-12-21T04:32:24.121Z | |
2703 | 2024-12-21T04:32:24.121Z | info: running `cargo check --bins` on gateway-types (86/176) |
2704 | 2024-12-21T04:32:24.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-12-21T04:32:24.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-12-21T04:32:24.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2024-12-21T04:32:24.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2708 | 2024-12-21T04:32:24.755Z | |
2709 | 2024-12-21T04:32:24.755Z | info: running `cargo check --bins` on ipcc (87/176) |
2710 | 2024-12-21T04:32:25.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-12-21T04:32:25.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-12-21T04:32:25.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2024-12-21T04:32:25.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2714 | 2024-12-21T04:32:25.378Z | |
2715 | 2024-12-21T04:32:25.379Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2716 | 2024-12-21T04:32:25.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2024-12-21T04:32:25.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2024-12-21T04:32:26.089Z | Compiling radium v0.7.0 |
2719 | 2024-12-21T04:32:26.089Z | Compiling semver v0.1.20 |
2720 | 2024-12-21T04:32:26.196Z | Compiling maybe-uninit v2.0.0 |
2721 | 2024-12-21T04:32:26.198Z | Checking tap v1.0.1 |
2722 | 2024-12-21T04:32:26.218Z | Checking password-hash v0.5.0 |
2723 | 2024-12-21T04:32:26.229Z | Checking blake2 v0.10.6 |
2724 | 2024-12-21T04:32:26.232Z | Compiling packed_struct v0.10.1 |
2725 | 2024-12-21T04:32:26.243Z | Compiling owo-colors v4.1.0 |
2726 | 2024-12-21T04:32:26.359Z | Checking wyz v0.5.1 |
2727 | 2024-12-21T04:32:26.524Z | Compiling rustc_version v0.1.7 |
2728 | 2024-12-21T04:32:26.642Z | Compiling cancel-safe-futures v0.1.5 |
2729 | 2024-12-21T04:32:26.702Z | Checking funty v2.0.0 |
2730 | 2024-12-21T04:32:26.721Z | Checking crc-catalog v2.4.0 |
2731 | 2024-12-21T04:32:26.791Z | Checking argon2 v0.5.3 |
2732 | 2024-12-21T04:32:26.842Z | Compiling packed_struct_codegen v0.10.1 |
2733 | 2024-12-21T04:32:26.861Z | Compiling indexmap v1.9.3 |
2734 | 2024-12-21T04:32:26.901Z | Checking crc v3.2.1 |
2735 | 2024-12-21T04:32:26.994Z | Checking half v2.4.1 |
2736 | 2024-12-21T04:32:27.012Z | Compiling newtype_derive v0.1.6 |
2737 | 2024-12-21T04:32:27.029Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2738 | 2024-12-21T04:32:27.132Z | Checking nodrop v0.1.14 |
2739 | 2024-12-21T04:32:27.251Z | Checking ciborium-io v0.2.2 |
2740 | 2024-12-21T04:32:27.308Z | Checking array-init v0.0.4 |
2741 | 2024-12-21T04:32:27.394Z | Checking smallvec v0.6.14 |
2742 | 2024-12-21T04:32:27.452Z | Checking ciborium-ll v0.2.2 |
2743 | 2024-12-21T04:32:27.469Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2744 | 2024-12-21T04:32:27.484Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2745 | 2024-12-21T04:32:27.616Z | Checking bitvec v1.0.1 |
2746 | 2024-12-21T04:32:27.782Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2747 | 2024-12-21T04:32:27.802Z | Checking libsw v3.3.1 |
2748 | 2024-12-21T04:32:27.804Z | Compiling memoffset v0.9.1 |
2749 | 2024-12-21T04:32:28.065Z | Checking swrite v0.1.0 |
2750 | 2024-12-21T04:32:28.101Z | Checking bitfield v0.14.0 |
2751 | 2024-12-21T04:32:28.189Z | Checking termcolor v1.4.1 |
2752 | 2024-12-21T04:32:28.218Z | Checking hashbrown v0.12.3 |
2753 | 2024-12-21T04:32:28.300Z | Checking indent_write v2.2.0 |
2754 | 2024-12-21T04:32:28.377Z | Checking linear-map v1.2.0 |
2755 | 2024-12-21T04:32:28.499Z | Checking ron v0.8.1 |
2756 | 2024-12-21T04:32:28.619Z | Checking env_logger v0.10.2 |
2757 | 2024-12-21T04:32:28.714Z | Checking serde-hex v0.1.0 |
2758 | 2024-12-21T04:32:28.774Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2759 | 2024-12-21T04:32:29.184Z | Checking ciborium v0.2.2 |
2760 | 2024-12-21T04:32:29.578Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2761 | 2024-12-21T04:32:29.730Z | Checking steno v0.4.1 |
2762 | 2024-12-21T04:32:29.947Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2763 | 2024-12-21T04:32:29.968Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2764 | 2024-12-21T04:32:30.189Z | Checking hashbrown v0.13.2 |
2765 | 2024-12-21T04:32:30.211Z | Checking crc-any v2.5.0 |
2766 | 2024-12-21T04:32:30.361Z | Checking humantime v2.1.0 |
2767 | 2024-12-21T04:32:30.587Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2768 | 2024-12-21T04:32:30.663Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2769 | 2024-12-21T04:32:30.974Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2770 | 2024-12-21T04:32:31.268Z | Checking path-slash v0.1.5 |
2771 | 2024-12-21T04:32:31.286Z | Checking object v0.30.4 |
2772 | 2024-12-21T04:32:31.313Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2773 | 2024-12-21T04:32:31.492Z | Checking nix v0.27.1 |
2774 | 2024-12-21T04:32:31.959Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2775 | 2024-12-21T04:32:32.571Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2776 | 2024-12-21T04:32:32.674Z | Checking tungstenite v0.23.0 |
2777 | 2024-12-21T04:32:32.777Z | Checking kstat-rs v0.2.4 |
2778 | 2024-12-21T04:32:32.820Z | Checking signal-hook-tokio v0.3.1 |
2779 | 2024-12-21T04:32:33.134Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2780 | 2024-12-21T04:32:33.596Z | Checking tokio-tungstenite v0.23.1 |
2781 | 2024-12-21T04:32:33.842Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2782 | 2024-12-21T04:32:34.063Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2783 | 2024-12-21T04:32:34.349Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2784 | 2024-12-21T04:32:40.977Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2785 | 2024-12-21T04:32:42.269Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2786 | 2024-12-21T04:32:45.171Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2787 | 2024-12-21T04:32:50.929Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2788 | 2024-12-21T04:32:51.641Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2789 | 2024-12-21T04:32:54.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.12s |
2790 | 2024-12-21T04:32:54.672Z | |
2791 | 2024-12-21T04:32:54.672Z | info: running `cargo check --bins` on gateway-api (89/176) |
2792 | 2024-12-21T04:32:55.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-12-21T04:32:55.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-12-21T04:32:55.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-12-21T04:32:55.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2796 | 2024-12-21T04:32:55.303Z | |
2797 | 2024-12-21T04:32:55.303Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2798 | 2024-12-21T04:32:55.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-12-21T04:32:55.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-12-21T04:32:55.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-12-21T04:32:55.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2802 | 2024-12-21T04:32:55.916Z | |
2803 | 2024-12-21T04:32:55.916Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2804 | 2024-12-21T04:32:56.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-12-21T04:32:56.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-12-21T04:32:56.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-12-21T04:32:56.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2024-12-21T04:32:56.544Z | |
2809 | 2024-12-21T04:32:56.544Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2810 | 2024-12-21T04:32:57.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-12-21T04:32:57.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-12-21T04:32:57.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-12-21T04:32:57.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2814 | 2024-12-21T04:32:57.175Z | |
2815 | 2024-12-21T04:32:57.175Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2816 | 2024-12-21T04:32:57.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-12-21T04:32:57.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-12-21T04:32:57.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-12-21T04:32:57.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2820 | 2024-12-21T04:32:57.813Z | |
2821 | 2024-12-21T04:32:57.813Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2822 | 2024-12-21T04:32:58.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-12-21T04:32:58.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-12-21T04:32:58.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2024-12-21T04:32:58.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2826 | 2024-12-21T04:32:58.443Z | |
2827 | 2024-12-21T04:32:58.443Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2828 | 2024-12-21T04:32:58.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-12-21T04:32:58.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-12-21T04:32:58.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2024-12-21T04:32:59.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2832 | 2024-12-21T04:32:59.071Z | |
2833 | 2024-12-21T04:32:59.072Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2834 | 2024-12-21T04:32:59.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-12-21T04:32:59.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-12-21T04:32:59.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-12-21T04:32:59.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2838 | 2024-12-21T04:32:59.705Z | |
2839 | 2024-12-21T04:32:59.705Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2840 | 2024-12-21T04:33:00.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-12-21T04:33:00.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-12-21T04:33:00.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-12-21T04:33:00.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2844 | 2024-12-21T04:33:00.373Z | |
2845 | 2024-12-21T04:33:00.373Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2846 | 2024-12-21T04:33:00.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-12-21T04:33:00.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-12-21T04:33:00.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-12-21T04:33:00.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2850 | 2024-12-21T04:33:00.998Z | |
2851 | 2024-12-21T04:33:00.998Z | info: running `cargo check --bins` on sp-sim (99/176) |
2852 | 2024-12-21T04:33:01.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-12-21T04:33:01.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-12-21T04:33:01.642Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2855 | 2024-12-21T04:33:02.121Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2856 | 2024-12-21T04:33:03.991Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2857 | 2024-12-21T04:33:05.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
2858 | 2024-12-21T04:33:05.945Z | |
2859 | 2024-12-21T04:33:05.945Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2860 | 2024-12-21T04:33:06.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-12-21T04:33:06.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-12-21T04:33:06.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2024-12-21T04:33:06.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2864 | 2024-12-21T04:33:06.619Z | |
2865 | 2024-12-21T04:33:06.619Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2866 | 2024-12-21T04:33:07.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-12-21T04:33:07.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-12-21T04:33:07.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2024-12-21T04:33:07.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2870 | 2024-12-21T04:33:07.311Z | |
2871 | 2024-12-21T04:33:07.311Z | info: running `cargo check --bins` on db-macros (102/176) |
2872 | 2024-12-21T04:33:07.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-12-21T04:33:07.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-12-21T04:33:07.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-12-21T04:33:07.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2876 | 2024-12-21T04:33:07.921Z | |
2877 | 2024-12-21T04:33:07.921Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2878 | 2024-12-21T04:33:08.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-12-21T04:33:08.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-12-21T04:33:08.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-12-21T04:33:08.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2882 | 2024-12-21T04:33:08.535Z | |
2883 | 2024-12-21T04:33:08.535Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2884 | 2024-12-21T04:33:09.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-12-21T04:33:09.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-12-21T04:33:09.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-12-21T04:33:09.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2888 | 2024-12-21T04:33:09.204Z | |
2889 | 2024-12-21T04:33:09.204Z | info: running `cargo check --bins` on authz-macros (105/176) |
2890 | 2024-12-21T04:33:09.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-12-21T04:33:09.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-12-21T04:33:09.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-12-21T04:33:09.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2894 | 2024-12-21T04:33:09.810Z | |
2895 | 2024-12-21T04:33:09.810Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2896 | 2024-12-21T04:33:10.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-12-21T04:33:10.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-12-21T04:33:10.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2024-12-21T04:33:10.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2900 | 2024-12-21T04:33:10.472Z | |
2901 | 2024-12-21T04:33:10.472Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2902 | 2024-12-21T04:33:11.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2024-12-21T04:33:11.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2024-12-21T04:33:11.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2024-12-21T04:33:11.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2906 | 2024-12-21T04:33:11.138Z | |
2907 | 2024-12-21T04:33:11.138Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2908 | 2024-12-21T04:33:11.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2024-12-21T04:33:11.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2024-12-21T04:33:11.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2024-12-21T04:33:11.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2912 | 2024-12-21T04:33:11.770Z | |
2913 | 2024-12-21T04:33:11.770Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2914 | 2024-12-21T04:33:12.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2024-12-21T04:33:12.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2024-12-21T04:33:12.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2024-12-21T04:33:12.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2918 | 2024-12-21T04:33:12.429Z | |
2919 | 2024-12-21T04:33:12.429Z | info: running `cargo check --bins` on typed-rng (110/176) |
2920 | 2024-12-21T04:33:12.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2024-12-21T04:33:12.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2024-12-21T04:33:12.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2923 | 2024-12-21T04:33:12.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2924 | 2024-12-21T04:33:13.046Z | |
2925 | 2024-12-21T04:33:13.046Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2926 | 2024-12-21T04:33:13.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2024-12-21T04:33:13.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2024-12-21T04:33:13.808Z | Checking keccak v0.1.5 |
2929 | 2024-12-21T04:33:13.916Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2930 | 2024-12-21T04:33:13.920Z | Checking secrecy v0.8.0 |
2931 | 2024-12-21T04:33:13.920Z | Compiling unicase v2.7.0 |
2932 | 2024-12-21T04:33:13.951Z | Compiling same-file v1.0.6 |
2933 | 2024-12-21T04:33:13.953Z | Compiling tempfile v3.13.0 |
2934 | 2024-12-21T04:33:13.981Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2935 | 2024-12-21T04:33:13.981Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2936 | 2024-12-21T04:33:14.096Z | Compiling thiserror-impl-no-std v2.0.2 |
2937 | 2024-12-21T04:33:14.193Z | Checking sha3 v0.10.8 |
2938 | 2024-12-21T04:33:14.245Z | Compiling walkdir v2.5.0 |
2939 | 2024-12-21T04:33:14.284Z | Checking universal-hash v0.5.1 |
2940 | 2024-12-21T04:33:14.303Z | Compiling blake3 v1.5.4 |
2941 | 2024-12-21T04:33:14.409Z | Compiling ring v0.16.20 |
2942 | 2024-12-21T04:33:14.467Z | Checking opaque-debug v0.3.1 |
2943 | 2024-12-21T04:33:14.544Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2944 | 2024-12-21T04:33:14.565Z | Checking poly1305 v0.8.0 |
2945 | 2024-12-21T04:33:14.580Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2946 | 2024-12-21T04:33:14.814Z | Checking chacha20 v0.9.1 |
2947 | 2024-12-21T04:33:14.856Z | Checking aead v0.5.2 |
2948 | 2024-12-21T04:33:15.024Z | Compiling memmap2 v0.9.5 |
2949 | 2024-12-21T04:33:15.080Z | Compiling spin v0.5.2 |
2950 | 2024-12-21T04:33:15.098Z | Compiling arrayvec v0.7.6 |
2951 | 2024-12-21T04:33:15.183Z | Compiling salty v0.3.0 |
2952 | 2024-12-21T04:33:15.318Z | Compiling libefi-sys v0.1.0 |
2953 | 2024-12-21T04:33:15.466Z | Compiling arrayref v0.3.9 |
2954 | 2024-12-21T04:33:15.495Z | Compiling constant_time_eq v0.3.1 |
2955 | 2024-12-21T04:33:15.570Z | Checking chacha20poly1305 v0.10.1 |
2956 | 2024-12-21T04:33:15.647Z | Compiling toolchain_find v0.4.0 |
2957 | 2024-12-21T04:33:15.678Z | Compiling camino-tempfile v1.1.1 |
2958 | 2024-12-21T04:33:15.761Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2959 | 2024-12-21T04:33:16.048Z | Compiling bitfield-struct v0.6.2 |
2960 | 2024-12-21T04:33:16.134Z | Compiling topological-sort v0.2.2 |
2961 | 2024-12-21T04:33:16.269Z | Compiling mime_guess v2.0.5 |
2962 | 2024-12-21T04:33:16.357Z | Compiling rustfmt-wrapper v0.2.1 |
2963 | 2024-12-21T04:33:16.926Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2964 | 2024-12-21T04:33:16.943Z | Checking primeorder v0.13.6 |
2965 | 2024-12-21T04:33:17.207Z | Checking env_filter v0.1.2 |
2966 | 2024-12-21T04:33:17.223Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2967 | 2024-12-21T04:33:17.262Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2968 | 2024-12-21T04:33:17.331Z | Checking thiserror-no-std v2.0.2 |
2969 | 2024-12-21T04:33:17.381Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2970 | 2024-12-21T04:33:17.416Z | Checking p384 v0.13.0 |
2971 | 2024-12-21T04:33:17.431Z | Checking env_logger v0.11.5 |
2972 | 2024-12-21T04:33:17.448Z | Checking vsss-rs v3.3.4 |
2973 | 2024-12-21T04:33:17.464Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2974 | 2024-12-21T04:33:17.617Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2975 | 2024-12-21T04:33:17.826Z | Checking http-range v0.1.5 |
2976 | 2024-12-21T04:33:18.009Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2977 | 2024-12-21T04:33:18.028Z | Compiling zip v2.1.3 |
2978 | 2024-12-21T04:33:18.044Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2979 | 2024-12-21T04:33:18.250Z | Checking bumpalo v3.16.0 |
2980 | 2024-12-21T04:33:18.284Z | Checking simd-adler32 v0.3.7 |
2981 | 2024-12-21T04:33:18.325Z | Checking lockfree-object-pool v0.1.6 |
2982 | 2024-12-21T04:33:18.495Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2983 | 2024-12-21T04:33:18.497Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2984 | 2024-12-21T04:33:18.624Z | Checking zopfli v0.8.1 |
2985 | 2024-12-21T04:33:18.627Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2986 | 2024-12-21T04:33:18.801Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2987 | 2024-12-21T04:33:19.251Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2988 | 2024-12-21T04:33:19.338Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2989 | 2024-12-21T04:33:19.356Z | Checking nanorand v0.7.0 |
2990 | 2024-12-21T04:33:19.538Z | Checking atty v0.2.14 |
2991 | 2024-12-21T04:33:19.673Z | Checking glob v0.3.1 |
2992 | 2024-12-21T04:33:19.706Z | Checking flume v0.11.1 |
2993 | 2024-12-21T04:33:19.724Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2994 | 2024-12-21T04:33:19.955Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2995 | 2024-12-21T04:33:20.007Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2996 | 2024-12-21T04:33:20.235Z | Compiling omicron-zone-package v0.11.1 |
2997 | 2024-12-21T04:33:20.590Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2998 | 2024-12-21T04:33:21.142Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2999 | 2024-12-21T04:33:21.351Z | Checking hyper-staticfile v0.10.1 |
3000 | 2024-12-21T04:33:21.888Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3001 | 2024-12-21T04:33:22.086Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3002 | 2024-12-21T04:33:22.200Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3003 | 2024-12-21T04:33:22.305Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3004 | 2024-12-21T04:33:22.522Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3005 | 2024-12-21T04:33:23.309Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3006 | 2024-12-21T04:33:23.379Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3007 | 2024-12-21T04:33:23.400Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3008 | 2024-12-21T04:33:23.712Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3009 | 2024-12-21T04:33:25.040Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3010 | 2024-12-21T04:33:26.470Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3011 | 2024-12-21T04:33:26.473Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3012 | 2024-12-21T04:33:37.085Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3013 | 2024-12-21T04:33:50.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.88s |
3014 | 2024-12-21T04:33:51.084Z | |
3015 | 2024-12-21T04:33:51.084Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3016 | 2024-12-21T04:33:51.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-12-21T04:33:51.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-12-21T04:33:51.836Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-12-21T04:34:05.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s |
3020 | 2024-12-21T04:34:05.886Z | |
3021 | 2024-12-21T04:34:05.886Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3022 | 2024-12-21T04:34:06.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-12-21T04:34:06.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-12-21T04:34:06.623Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3025 | 2024-12-21T04:34:20.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.82s |
3026 | 2024-12-21T04:34:20.892Z | |
3027 | 2024-12-21T04:34:20.892Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3028 | 2024-12-21T04:34:21.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-12-21T04:34:21.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-12-21T04:34:21.642Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3031 | 2024-12-21T04:34:35.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s |
3032 | 2024-12-21T04:34:35.792Z | |
3033 | 2024-12-21T04:34:35.792Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3034 | 2024-12-21T04:34:36.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-12-21T04:34:36.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-12-21T04:34:36.529Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3037 | 2024-12-21T04:34:50.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.64s |
3038 | 2024-12-21T04:34:50.620Z | |
3039 | 2024-12-21T04:34:50.620Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3040 | 2024-12-21T04:34:51.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-12-21T04:34:51.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-12-21T04:34:51.361Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3043 | 2024-12-21T04:35:05.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.76s |
3044 | 2024-12-21T04:35:05.568Z | |
3045 | 2024-12-21T04:35:05.568Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3046 | 2024-12-21T04:35:06.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-12-21T04:35:06.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-12-21T04:35:06.316Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3049 | 2024-12-21T04:35:20.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s |
3050 | 2024-12-21T04:35:20.341Z | |
3051 | 2024-12-21T04:35:20.341Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3052 | 2024-12-21T04:35:20.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-12-21T04:35:20.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-12-21T04:35:21.085Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3055 | 2024-12-21T04:35:35.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s |
3056 | 2024-12-21T04:35:35.218Z | |
3057 | 2024-12-21T04:35:35.218Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3058 | 2024-12-21T04:35:35.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-12-21T04:35:35.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-12-21T04:35:35.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-12-21T04:35:35.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3062 | 2024-12-21T04:35:35.868Z | |
3063 | 2024-12-21T04:35:35.868Z | info: running `cargo check --bins` on key-manager (120/176) |
3064 | 2024-12-21T04:35:36.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-12-21T04:35:36.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-12-21T04:35:36.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-12-21T04:35:36.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3068 | 2024-12-21T04:35:36.492Z | |
3069 | 2024-12-21T04:35:36.492Z | info: running `cargo check --bins` on range-requests (121/176) |
3070 | 2024-12-21T04:35:37.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-12-21T04:35:37.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-12-21T04:35:37.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-12-21T04:35:37.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3074 | 2024-12-21T04:35:37.106Z | |
3075 | 2024-12-21T04:35:37.107Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3076 | 2024-12-21T04:35:37.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-12-21T04:35:37.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-12-21T04:35:37.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-12-21T04:35:37.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3080 | 2024-12-21T04:35:37.735Z | |
3081 | 2024-12-21T04:35:37.735Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3082 | 2024-12-21T04:35:38.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-12-21T04:35:38.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-12-21T04:35:38.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2024-12-21T04:35:38.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3086 | 2024-12-21T04:35:38.395Z | |
3087 | 2024-12-21T04:35:38.395Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3088 | 2024-12-21T04:35:38.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-12-21T04:35:38.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-12-21T04:35:38.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-12-21T04:35:38.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3092 | 2024-12-21T04:35:39.009Z | |
3093 | 2024-12-21T04:35:39.010Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3094 | 2024-12-21T04:35:39.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-12-21T04:35:39.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-12-21T04:35:39.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2024-12-21T04:35:39.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3098 | 2024-12-21T04:35:39.659Z | |
3099 | 2024-12-21T04:35:39.660Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3100 | 2024-12-21T04:35:40.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-12-21T04:35:40.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-12-21T04:35:40.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3103 | 2024-12-21T04:35:40.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3104 | 2024-12-21T04:35:40.307Z | |
3105 | 2024-12-21T04:35:40.307Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3106 | 2024-12-21T04:35:40.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-12-21T04:35:40.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-12-21T04:35:40.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3109 | 2024-12-21T04:35:40.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3110 | 2024-12-21T04:35:40.958Z | |
3111 | 2024-12-21T04:35:40.958Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
3112 | 2024-12-21T04:35:41.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-12-21T04:35:41.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-12-21T04:35:41.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2024-12-21T04:35:41.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3116 | 2024-12-21T04:35:41.623Z | |
3117 | 2024-12-21T04:35:41.623Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
3118 | 2024-12-21T04:35:42.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-12-21T04:35:42.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-12-21T04:35:42.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3121 | 2024-12-21T04:35:42.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3122 | 2024-12-21T04:35:42.274Z | |
3123 | 2024-12-21T04:35:42.274Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3124 | 2024-12-21T04:35:42.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-12-21T04:35:42.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-12-21T04:35:42.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3127 | 2024-12-21T04:35:42.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3128 | 2024-12-21T04:35:42.932Z | |
3129 | 2024-12-21T04:35:42.932Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3130 | 2024-12-21T04:35:43.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-12-21T04:35:43.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-12-21T04:35:43.633Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3133 | 2024-12-21T04:35:43.633Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3134 | 2024-12-21T04:35:44.516Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3135 | 2024-12-21T04:35:46.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
3136 | 2024-12-21T04:35:46.769Z | |
3137 | 2024-12-21T04:35:46.769Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3138 | 2024-12-21T04:35:47.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-12-21T04:35:47.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-12-21T04:35:47.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3141 | 2024-12-21T04:35:47.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3142 | 2024-12-21T04:35:47.405Z | |
3143 | 2024-12-21T04:35:47.405Z | info: running `cargo check --bins` on cert-dev (133/176) |
3144 | 2024-12-21T04:35:47.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2024-12-21T04:35:47.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2024-12-21T04:35:48.024Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3147 | 2024-12-21T04:35:48.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3148 | 2024-12-21T04:35:48.460Z | |
3149 | 2024-12-21T04:35:48.460Z | info: running `cargo check --bins` on clickana (134/176) |
3150 | 2024-12-21T04:35:49.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2024-12-21T04:35:49.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2024-12-21T04:35:49.115Z | Checking castaway v0.2.3 |
3153 | 2024-12-21T04:35:49.115Z | Checking unicode-truncate v1.1.0 |
3154 | 2024-12-21T04:35:49.117Z | Checking lru v0.12.5 |
3155 | 2024-12-21T04:35:49.117Z | Compiling instability v0.3.2 |
3156 | 2024-12-21T04:35:49.117Z | Checking cassowary v0.3.0 |
3157 | 2024-12-21T04:35:49.117Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3158 | 2024-12-21T04:35:49.332Z | Checking compact_str v0.8.0 |
3159 | 2024-12-21T04:35:49.948Z | Checking ratatui v0.28.1 |
3160 | 2024-12-21T04:35:50.858Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3161 | 2024-12-21T04:35:51.895Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3162 | 2024-12-21T04:35:52.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
3163 | 2024-12-21T04:35:52.920Z | |
3164 | 2024-12-21T04:35:52.920Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3165 | 2024-12-21T04:35:53.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2024-12-21T04:35:53.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2024-12-21T04:35:53.617Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3168 | 2024-12-21T04:35:53.619Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3169 | 2024-12-21T04:35:54.661Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3170 | 2024-12-21T04:35:55.154Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3171 | 2024-12-21T04:35:55.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3172 | 2024-12-21T04:35:55.717Z | |
3173 | 2024-12-21T04:35:55.717Z | info: running `cargo check --bins` on ch-dev (136/176) |
3174 | 2024-12-21T04:35:56.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3175 | 2024-12-21T04:35:56.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3176 | 2024-12-21T04:35:56.383Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3177 | 2024-12-21T04:35:57.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3178 | 2024-12-21T04:35:57.282Z | |
3179 | 2024-12-21T04:35:57.282Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3180 | 2024-12-21T04:35:57.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3181 | 2024-12-21T04:35:57.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3182 | 2024-12-21T04:35:57.947Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3183 | 2024-12-21T04:35:58.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3184 | 2024-12-21T04:35:58.496Z | |
3185 | 2024-12-21T04:35:58.496Z | info: running `cargo check --bins` on db-dev (138/176) |
3186 | 2024-12-21T04:35:59.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2024-12-21T04:35:59.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2024-12-21T04:35:59.168Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3189 | 2024-12-21T04:35:59.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3190 | 2024-12-21T04:36:00.079Z | |
3191 | 2024-12-21T04:36:00.079Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3192 | 2024-12-21T04:36:00.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2024-12-21T04:36:00.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2024-12-21T04:36:00.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3195 | 2024-12-21T04:36:00.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3196 | 2024-12-21T04:36:00.720Z | |
3197 | 2024-12-21T04:36:00.721Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3198 | 2024-12-21T04:36:01.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2024-12-21T04:36:01.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2024-12-21T04:36:01.338Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3201 | 2024-12-21T04:36:02.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
3202 | 2024-12-21T04:36:02.400Z | |
3203 | 2024-12-21T04:36:02.400Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3204 | 2024-12-21T04:36:02.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-12-21T04:36:02.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-12-21T04:36:03.024Z | Checking cargo-platform v0.1.8 |
3207 | 2024-12-21T04:36:03.295Z | Checking cargo_metadata v0.18.1 |
3208 | 2024-12-21T04:36:04.274Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3209 | 2024-12-21T04:36:05.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s |
3210 | 2024-12-21T04:36:05.287Z | |
3211 | 2024-12-21T04:36:05.287Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3212 | 2024-12-21T04:36:05.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-12-21T04:36:05.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-12-21T04:36:06.000Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3215 | 2024-12-21T04:36:07.525Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3216 | 2024-12-21T04:36:08.157Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3217 | 2024-12-21T04:36:08.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
3218 | 2024-12-21T04:36:08.909Z | |
3219 | 2024-12-21T04:36:08.909Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3220 | 2024-12-21T04:36:09.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2024-12-21T04:36:09.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2024-12-21T04:36:09.698Z | Compiling crunchy v0.2.2 |
3223 | 2024-12-21T04:36:09.699Z | Compiling tiny-keccak v2.0.2 |
3224 | 2024-12-21T04:36:09.701Z | Compiling dsl_auto_type v0.1.2 |
3225 | 2024-12-21T04:36:09.701Z | Checking scheduled-thread-pool v0.2.7 |
3226 | 2024-12-21T04:36:09.701Z | Compiling diesel_table_macro_syntax v0.2.0 |
3227 | 2024-12-21T04:36:09.837Z | Compiling ascii-canvas v3.0.0 |
3228 | 2024-12-21T04:36:09.849Z | Compiling ena v0.14.3 |
3229 | 2024-12-21T04:36:09.863Z | Compiling regex-syntax v0.6.29 |
3230 | 2024-12-21T04:36:10.047Z | Checking r2d2 v0.8.10 |
3231 | 2024-12-21T04:36:10.100Z | Compiling diff v0.1.13 |
3232 | 2024-12-21T04:36:10.282Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3233 | 2024-12-21T04:36:10.285Z | Compiling ref-cast v1.0.23 |
3234 | 2024-12-21T04:36:10.364Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3235 | 2024-12-21T04:36:10.401Z | Compiling derive_builder_core v0.20.2 |
3236 | 2024-12-21T04:36:10.532Z | Compiling libxml v0.3.3 |
3237 | 2024-12-21T04:36:10.645Z | Compiling ref-cast-impl v1.0.23 |
3238 | 2024-12-21T04:36:10.728Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3239 | 2024-12-21T04:36:10.939Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3240 | 2024-12-21T04:36:10.958Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3241 | 2024-12-21T04:36:11.064Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3242 | 2024-12-21T04:36:11.226Z | Compiling strum_macros v0.24.3 |
3243 | 2024-12-21T04:36:11.285Z | Compiling samael v0.0.17 |
3244 | 2024-12-21T04:36:11.408Z | Compiling diesel_derives v2.2.3 |
3245 | 2024-12-21T04:36:11.497Z | Compiling indoc v1.0.9 |
3246 | 2024-12-21T04:36:12.460Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3247 | 2024-12-21T04:36:12.752Z | Compiling oso-derive v0.27.3 |
3248 | 2024-12-21T04:36:12.855Z | Compiling derive_builder_macro v0.20.2 |
3249 | 2024-12-21T04:36:13.176Z | Compiling lalrpop v0.19.12 |
3250 | 2024-12-21T04:36:13.760Z | Checking derive_builder v0.20.2 |
3251 | 2024-12-21T04:36:13.780Z | Compiling impl-trait-for-tuples v0.2.2 |
3252 | 2024-12-21T04:36:13.913Z | Checking quick-xml v0.33.0 |
3253 | 2024-12-21T04:36:14.390Z | Compiling diesel-dtrace v0.4.2 |
3254 | 2024-12-21T04:36:14.688Z | Checking maplit v1.0.2 |
3255 | 2024-12-21T04:36:14.912Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3256 | 2024-12-21T04:36:14.935Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3257 | 2024-12-21T04:36:15.211Z | Checking bb8 v0.8.5 |
3258 | 2024-12-21T04:36:15.753Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3259 | 2024-12-21T04:36:15.869Z | Checking rand_seeder v0.3.0 |
3260 | 2024-12-21T04:36:16.069Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3261 | 2024-12-21T04:36:16.111Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3262 | 2024-12-21T04:36:16.139Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3263 | 2024-12-21T04:36:16.325Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3264 | 2024-12-21T04:36:16.604Z | Checking is_ci v1.2.0 |
3265 | 2024-12-21T04:36:16.633Z | Checking smawk v0.3.2 |
3266 | 2024-12-21T04:36:16.744Z | Checking unicode-linebreak v0.1.5 |
3267 | 2024-12-21T04:36:16.853Z | Checking supports-color v3.0.1 |
3268 | 2024-12-21T04:36:17.085Z | Checking multimap v0.10.0 |
3269 | 2024-12-21T04:36:17.164Z | Checking textwrap v0.16.1 |
3270 | 2024-12-21T04:36:17.989Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3271 | 2024-12-21T04:36:20.685Z | Checking diesel v2.2.6 |
3272 | 2024-12-21T04:36:46.433Z | Compiling polar-core v0.27.3 |
3273 | 2024-12-21T04:36:49.848Z | Checking async-bb8-diesel v0.2.1 |
3274 | 2024-12-21T04:36:53.906Z | Checking oso v0.27.3 |
3275 | 2024-12-21T04:38:01.675Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3276 | 2024-12-21T04:38:07.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3277 | 2024-12-21T04:38:08.179Z | |
3278 | 2024-12-21T04:38:08.179Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3279 | 2024-12-21T04:38:08.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-12-21T04:38:08.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-12-21T04:38:08.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2024-12-21T04:38:08.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3283 | 2024-12-21T04:38:08.870Z | |
3284 | 2024-12-21T04:38:08.871Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3285 | 2024-12-21T04:38:09.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2024-12-21T04:38:09.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2024-12-21T04:38:09.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2024-12-21T04:38:09.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3289 | 2024-12-21T04:38:09.558Z | |
3290 | 2024-12-21T04:38:09.558Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3291 | 2024-12-21T04:38:10.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-12-21T04:38:10.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-12-21T04:38:10.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2024-12-21T04:38:10.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3295 | 2024-12-21T04:38:10.179Z | |
3296 | 2024-12-21T04:38:10.179Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3297 | 2024-12-21T04:38:10.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-12-21T04:38:10.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-12-21T04:38:10.994Z | Compiling libz-sys v1.1.20 |
3300 | 2024-12-21T04:38:11.108Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3301 | 2024-12-21T04:38:11.121Z | Compiling vergen v8.3.2 |
3302 | 2024-12-21T04:38:11.124Z | Compiling cargo-platform v0.1.8 |
3303 | 2024-12-21T04:38:11.124Z | Compiling pin-project-internal v1.1.6 |
3304 | 2024-12-21T04:38:11.162Z | Compiling snafu-derive v0.8.5 |
3305 | 2024-12-21T04:38:11.164Z | Compiling libsqlite3-sys v0.30.1 |
3306 | 2024-12-21T04:38:11.165Z | Compiling cfg_aliases v0.2.1 |
3307 | 2024-12-21T04:38:11.345Z | Compiling rustls v0.21.12 |
3308 | 2024-12-21T04:38:11.407Z | Compiling cargo_metadata v0.18.1 |
3309 | 2024-12-21T04:38:11.602Z | Compiling buf-list v1.0.3 |
3310 | 2024-12-21T04:38:11.699Z | Compiling nix v0.29.0 |
3311 | 2024-12-21T04:38:12.208Z | Checking globset v0.4.15 |
3312 | 2024-12-21T04:38:12.214Z | Checking sct v0.7.1 |
3313 | 2024-12-21T04:38:12.258Z | Checking rustls-webpki v0.101.7 |
3314 | 2024-12-21T04:38:12.277Z | Checking olpc-cjson v0.1.4 |
3315 | 2024-12-21T04:38:12.295Z | Checking serde_plain v1.0.2 |
3316 | 2024-12-21T04:38:12.502Z | Checking typed-path v0.9.3 |
3317 | 2024-12-21T04:38:12.866Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3318 | 2024-12-21T04:38:13.015Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3319 | 2024-12-21T04:38:13.128Z | Checking hashlink v0.9.1 |
3320 | 2024-12-21T04:38:13.291Z | Checking fallible-streaming-iterator v0.1.9 |
3321 | 2024-12-21T04:38:13.540Z | Checking fallible-iterator v0.3.0 |
3322 | 2024-12-21T04:38:13.736Z | Checking parse-size v1.1.0 |
3323 | 2024-12-21T04:38:14.109Z | Checking pin-project v1.1.6 |
3324 | 2024-12-21T04:38:14.182Z | Checking rusqlite v0.32.1 |
3325 | 2024-12-21T04:38:14.229Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3326 | 2024-12-21T04:38:14.444Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3327 | 2024-12-21T04:38:14.460Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3328 | 2024-12-21T04:38:14.957Z | Checking rustls-pemfile v1.0.4 |
3329 | 2024-12-21T04:38:15.153Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3330 | 2024-12-21T04:38:15.192Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3331 | 2024-12-21T04:38:15.379Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3332 | 2024-12-21T04:38:15.406Z | Checking twox-hash v1.6.3 |
3333 | 2024-12-21T04:38:15.454Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3334 | 2024-12-21T04:38:15.516Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3335 | 2024-12-21T04:38:15.843Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3336 | 2024-12-21T04:38:16.247Z | Checking tokio-rustls v0.24.1 |
3337 | 2024-12-21T04:38:16.414Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3338 | 2024-12-21T04:38:16.609Z | Checking snafu v0.8.5 |
3339 | 2024-12-21T04:38:16.612Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3340 | 2024-12-21T04:38:16.763Z | Checking fatfs v0.3.6 |
3341 | 2024-12-21T04:38:17.100Z | Checking tough v0.19.0 |
3342 | 2024-12-21T04:38:17.296Z | Checking assert_matches v1.5.0 |
3343 | 2024-12-21T04:38:21.391Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3344 | 2024-12-21T04:38:22.777Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3345 | 2024-12-21T04:38:23.790Z | Compiling git2 v0.19.0 |
3346 | 2024-12-21T04:38:28.549Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3347 | 2024-12-21T04:39:21.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3348 | 2024-12-21T04:39:21.652Z | |
3349 | 2024-12-21T04:39:21.652Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3350 | 2024-12-21T04:39:22.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3351 | 2024-12-21T04:39:22.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3352 | 2024-12-21T04:39:22.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3353 | 2024-12-21T04:39:22.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3354 | 2024-12-21T04:39:22.349Z | |
3355 | 2024-12-21T04:39:22.349Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3356 | 2024-12-21T04:39:22.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2024-12-21T04:39:22.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2024-12-21T04:39:22.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3359 | 2024-12-21T04:39:22.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3360 | 2024-12-21T04:39:22.960Z | |
3361 | 2024-12-21T04:39:22.960Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3362 | 2024-12-21T04:39:23.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2024-12-21T04:39:23.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2024-12-21T04:39:23.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3365 | 2024-12-21T04:39:23.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3366 | 2024-12-21T04:39:23.625Z | |
3367 | 2024-12-21T04:39:23.625Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3368 | 2024-12-21T04:39:24.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2024-12-21T04:39:24.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2024-12-21T04:39:24.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3371 | 2024-12-21T04:39:24.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3372 | 2024-12-21T04:39:24.309Z | |
3373 | 2024-12-21T04:39:24.309Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3374 | 2024-12-21T04:39:24.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2024-12-21T04:39:24.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2024-12-21T04:39:24.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3377 | 2024-12-21T04:39:24.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3378 | 2024-12-21T04:39:24.997Z | |
3379 | 2024-12-21T04:39:24.997Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3380 | 2024-12-21T04:39:25.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2024-12-21T04:39:25.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2024-12-21T04:39:25.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3383 | 2024-12-21T04:39:25.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3384 | 2024-12-21T04:39:25.688Z | |
3385 | 2024-12-21T04:39:25.688Z | info: running `cargo check --bins` on update-common (154/176) |
3386 | 2024-12-21T04:39:26.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-12-21T04:39:26.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-12-21T04:39:26.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3389 | 2024-12-21T04:39:26.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3390 | 2024-12-21T04:39:26.345Z | |
3391 | 2024-12-21T04:39:26.345Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3392 | 2024-12-21T04:39:26.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2024-12-21T04:39:26.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2024-12-21T04:39:26.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3395 | 2024-12-21T04:39:26.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3396 | 2024-12-21T04:39:27.004Z | |
3397 | 2024-12-21T04:39:27.004Z | info: running `cargo check --bins` on tufaceous (156/176) |
3398 | 2024-12-21T04:39:27.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2024-12-21T04:39:27.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2024-12-21T04:39:27.679Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3401 | 2024-12-21T04:39:28.936Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3402 | 2024-12-21T04:39:29.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s |
3403 | 2024-12-21T04:39:30.039Z | |
3404 | 2024-12-21T04:39:30.039Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3405 | 2024-12-21T04:39:30.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2024-12-21T04:39:30.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2024-12-21T04:39:30.904Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3408 | 2024-12-21T04:39:30.907Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3409 | 2024-12-21T04:39:31.043Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3410 | 2024-12-21T04:39:31.046Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3411 | 2024-12-21T04:39:32.084Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3412 | 2024-12-21T04:39:58.662Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3413 | 2024-12-21T04:39:58.666Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3414 | 2024-12-21T04:39:58.666Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3415 | 2024-12-21T04:39:58.666Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3416 | 2024-12-21T04:39:58.666Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3417 | 2024-12-21T04:39:59.534Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3418 | 2024-12-21T04:40:00.875Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3419 | 2024-12-21T04:40:39.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3420 | 2024-12-21T04:40:39.572Z | |
3421 | 2024-12-21T04:40:39.572Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3422 | 2024-12-21T04:40:40.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3423 | 2024-12-21T04:40:40.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3424 | 2024-12-21T04:40:40.288Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3425 | 2024-12-21T04:40:40.288Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3426 | 2024-12-21T04:40:40.291Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3427 | 2024-12-21T04:40:40.421Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3428 | 2024-12-21T04:40:40.424Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3429 | 2024-12-21T04:40:40.453Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3430 | 2024-12-21T04:40:40.455Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3431 | 2024-12-21T04:40:40.455Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3432 | 2024-12-21T04:40:40.607Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3433 | 2024-12-21T04:40:40.724Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3434 | 2024-12-21T04:40:41.066Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3435 | 2024-12-21T04:40:41.112Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3436 | 2024-12-21T04:40:41.490Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3437 | 2024-12-21T04:40:41.606Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3438 | 2024-12-21T04:40:41.910Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3439 | 2024-12-21T04:40:43.354Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3440 | 2024-12-21T04:40:43.507Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3441 | 2024-12-21T04:40:44.117Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3442 | 2024-12-21T04:40:44.382Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3443 | 2024-12-21T04:40:46.183Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3444 | 2024-12-21T04:40:46.183Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3445 | 2024-12-21T04:40:47.552Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3446 | 2024-12-21T04:40:49.132Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3447 | 2024-12-21T04:40:55.279Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3448 | 2024-12-21T04:40:55.282Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3449 | 2024-12-21T04:40:56.502Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3450 | 2024-12-21T04:40:57.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.07s |
3451 | 2024-12-21T04:40:57.830Z | |
3452 | 2024-12-21T04:40:57.830Z | info: running `cargo check --bins` on installinator-api (159/176) |
3453 | 2024-12-21T04:40:58.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3454 | 2024-12-21T04:40:58.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3455 | 2024-12-21T04:40:58.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3456 | 2024-12-21T04:40:58.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3457 | 2024-12-21T04:40:58.476Z | |
3458 | 2024-12-21T04:40:58.476Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3459 | 2024-12-21T04:40:59.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3460 | 2024-12-21T04:40:59.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3461 | 2024-12-21T04:40:59.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3462 | 2024-12-21T04:40:59.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3463 | 2024-12-21T04:40:59.144Z | |
3464 | 2024-12-21T04:40:59.144Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3465 | 2024-12-21T04:40:59.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3466 | 2024-12-21T04:40:59.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3467 | 2024-12-21T04:40:59.841Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3468 | 2024-12-21T04:40:59.841Z | Compiling petname v2.0.2 |
3469 | 2024-12-21T04:40:59.845Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3470 | 2024-12-21T04:40:59.845Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3471 | 2024-12-21T04:40:59.845Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3472 | 2024-12-21T04:40:59.845Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3473 | 2024-12-21T04:40:59.845Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3474 | 2024-12-21T04:40:59.957Z | Checking sync-ptr v0.1.1 |
3475 | 2024-12-21T04:41:05.376Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3476 | 2024-12-21T04:41:06.026Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3477 | 2024-12-21T04:41:07.241Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3478 | 2024-12-21T04:41:08.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.69s |
3479 | 2024-12-21T04:41:09.006Z | |
3480 | 2024-12-21T04:41:09.006Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3481 | 2024-12-21T04:41:09.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3482 | 2024-12-21T04:41:09.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3483 | 2024-12-21T04:41:09.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3484 | 2024-12-21T04:41:09.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3485 | 2024-12-21T04:41:09.682Z | |
3486 | 2024-12-21T04:41:09.682Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3487 | 2024-12-21T04:41:10.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2024-12-21T04:41:10.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2024-12-21T04:41:10.354Z | Checking memmap2 v0.9.5 |
3490 | 2024-12-21T04:41:10.354Z | Checking arrayvec v0.7.6 |
3491 | 2024-12-21T04:41:10.354Z | Checking arrayref v0.3.9 |
3492 | 2024-12-21T04:41:10.356Z | Checking constant_time_eq v0.3.1 |
3493 | 2024-12-21T04:41:10.356Z | Checking spin v0.5.2 |
3494 | 2024-12-21T04:41:10.457Z | Checking topological-sort v0.2.2 |
3495 | 2024-12-21T04:41:10.480Z | Checking shell-words v1.1.0 |
3496 | 2024-12-21T04:41:10.635Z | Checking ring v0.16.20 |
3497 | 2024-12-21T04:41:10.758Z | Checking blake3 v1.5.4 |
3498 | 2024-12-21T04:41:11.776Z | Checking omicron-zone-package v0.11.1 |
3499 | 2024-12-21T04:41:12.893Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3500 | 2024-12-21T04:41:13.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
3501 | 2024-12-21T04:41:13.992Z | |
3502 | 2024-12-21T04:41:13.992Z | info: running `cargo check --bins` on xtask (164/176) |
3503 | 2024-12-21T04:41:14.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2024-12-21T04:41:14.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2024-12-21T04:41:14.430Z | Checking bitflags v2.6.0 |
3506 | 2024-12-21T04:41:14.432Z | Checking serde v1.0.215 |
3507 | 2024-12-21T04:41:14.432Z | Checking thiserror v1.0.69 |
3508 | 2024-12-21T04:41:14.521Z | Checking scroll v0.12.0 |
3509 | 2024-12-21T04:41:14.530Z | Checking hashbrown v0.15.1 |
3510 | 2024-12-21T04:41:14.532Z | Checking log v0.4.22 |
3511 | 2024-12-21T04:41:14.532Z | Checking zerocopy v0.7.35 |
3512 | 2024-12-21T04:41:14.563Z | Checking syn v2.0.87 |
3513 | 2024-12-21T04:41:14.632Z | Checking pest v2.7.14 |
3514 | 2024-12-21T04:41:14.756Z | Checking rustix v0.38.37 |
3515 | 2024-12-21T04:41:14.813Z | Checking once_cell v1.20.2 |
3516 | 2024-12-21T04:41:14.990Z | Checking goblin v0.8.2 |
3517 | 2024-12-21T04:41:15.122Z | Checking fs-err v2.11.0 |
3518 | 2024-12-21T04:41:15.466Z | Checking anyhow v1.0.93 |
3519 | 2024-12-21T04:41:15.599Z | Checking indexmap v2.6.0 |
3520 | 2024-12-21T04:41:15.825Z | Checking tabled v0.15.0 |
3521 | 2024-12-21T04:41:16.752Z | Checking dtrace-parser v0.2.0 |
3522 | 2024-12-21T04:41:16.814Z | Checking terminal_size v0.4.0 |
3523 | 2024-12-21T04:41:16.814Z | Checking tempfile v3.13.0 |
3524 | 2024-12-21T04:41:16.982Z | Checking clap_builder v4.5.21 |
3525 | 2024-12-21T04:41:19.037Z | Checking clap v4.5.21 |
3526 | 2024-12-21T04:41:19.214Z | Checking serde_json v1.0.133 |
3527 | 2024-12-21T04:41:19.214Z | Checking serde_spanned v0.6.8 |
3528 | 2024-12-21T04:41:19.216Z | Checking toml_datetime v0.6.8 |
3529 | 2024-12-21T04:41:19.216Z | Checking camino v1.1.9 |
3530 | 2024-12-21T04:41:19.216Z | Checking semver v1.0.23 |
3531 | 2024-12-21T04:41:19.216Z | Checking cargo-platform v0.1.8 |
3532 | 2024-12-21T04:41:19.216Z | Checking macaddr v1.0.1 |
3533 | 2024-12-21T04:41:19.472Z | Checking toml_edit v0.22.22 |
3534 | 2024-12-21T04:41:19.738Z | Checking camino-tempfile v1.1.1 |
3535 | 2024-12-21T04:41:20.378Z | Checking dof v0.3.0 |
3536 | 2024-12-21T04:41:20.378Z | Checking cargo_metadata v0.18.1 |
3537 | 2024-12-21T04:41:20.788Z | Checking usdt-impl v0.5.0 |
3538 | 2024-12-21T04:41:21.151Z | Checking usdt v0.5.0 |
3539 | 2024-12-21T04:41:21.241Z | Checking toml v0.8.19 |
3540 | 2024-12-21T04:41:22.144Z | Checking cargo_toml v0.20.5 |
3541 | 2024-12-21T04:41:22.943Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3542 | 2024-12-21T04:41:23.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.57s |
3543 | 2024-12-21T04:41:23.666Z | |
3544 | 2024-12-21T04:41:23.666Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3545 | 2024-12-21T04:41:24.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2024-12-21T04:41:24.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2024-12-21T04:41:24.449Z | Checking polyval v0.6.2 |
3548 | 2024-12-21T04:41:24.563Z | Checking ctr v0.9.2 |
3549 | 2024-12-21T04:41:24.575Z | Checking ssh-encoding v0.2.0 |
3550 | 2024-12-21T04:41:24.577Z | Checking blowfish v0.9.1 |
3551 | 2024-12-21T04:41:24.601Z | Checking password-hash v0.4.2 |
3552 | 2024-12-21T04:41:24.603Z | Checking matches v0.1.10 |
3553 | 2024-12-21T04:41:24.631Z | Checking p256 v0.13.2 |
3554 | 2024-12-21T04:41:24.631Z | Checking p521 v0.13.3 |
3555 | 2024-12-21T04:41:24.707Z | Checking idna v0.2.3 |
3556 | 2024-12-21T04:41:24.798Z | Checking ghash v0.5.1 |
3557 | 2024-12-21T04:41:24.833Z | Checking bcrypt-pbkdf v0.10.0 |
3558 | 2024-12-21T04:41:24.836Z | Compiling enum-as-inner v0.5.1 |
3559 | 2024-12-21T04:41:24.891Z | Checking russh-cryptovec v0.7.3 |
3560 | 2024-12-21T04:41:24.967Z | Checking aes-gcm v0.10.3 |
3561 | 2024-12-21T04:41:25.011Z | Checking pbkdf2 v0.11.0 |
3562 | 2024-12-21T04:41:25.095Z | Checking md5 v0.7.0 |
3563 | 2024-12-21T04:41:25.116Z | Checking num-bigint v0.4.6 |
3564 | 2024-12-21T04:41:25.133Z | Checking des v0.8.1 |
3565 | 2024-12-21T04:41:25.213Z | Checking ssh-cipher v0.2.0 |
3566 | 2024-12-21T04:41:25.292Z | Checking hex-literal v0.4.1 |
3567 | 2024-12-21T04:41:25.372Z | Compiling dhcproto-macros v0.1.0 |
3568 | 2024-12-21T04:41:25.402Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3569 | 2024-12-21T04:41:25.424Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3570 | 2024-12-21T04:41:25.500Z | Checking ssh-key v0.6.6 |
3571 | 2024-12-21T04:41:25.523Z | Checking internet-checksum v0.2.1 |
3572 | 2024-12-21T04:41:25.842Z | Checking trust-dns-proto v0.22.0 |
3573 | 2024-12-21T04:41:26.825Z | Checking russh-keys v0.45.0 |
3574 | 2024-12-21T04:41:27.754Z | Checking russh v0.45.0 |
3575 | 2024-12-21T04:41:28.368Z | Checking dhcproto v0.12.0 |
3576 | 2024-12-21T04:41:45.805Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3577 | 2024-12-21T04:41:47.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.58s |
3578 | 2024-12-21T04:41:47.444Z | |
3579 | 2024-12-21T04:41:47.444Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3580 | 2024-12-21T04:41:48.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3581 | 2024-12-21T04:41:48.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3582 | 2024-12-21T04:41:48.091Z | Checking termios v0.3.3 |
3583 | 2024-12-21T04:41:48.310Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3584 | 2024-12-21T04:41:49.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3585 | 2024-12-21T04:41:49.281Z | |
3586 | 2024-12-21T04:41:49.281Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3587 | 2024-12-21T04:41:49.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2024-12-21T04:41:49.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2024-12-21T04:41:49.991Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3590 | 2024-12-21T04:41:49.991Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3591 | 2024-12-21T04:41:49.995Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3592 | 2024-12-21T04:41:49.995Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3593 | 2024-12-21T04:41:51.067Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3594 | 2024-12-21T04:41:52.386Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3595 | 2024-12-21T04:41:54.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
3596 | 2024-12-21T04:41:54.503Z | |
3597 | 2024-12-21T04:41:54.504Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3598 | 2024-12-21T04:41:55.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3599 | 2024-12-21T04:41:55.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3600 | 2024-12-21T04:41:55.152Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3601 | 2024-12-21T04:41:55.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3602 | 2024-12-21T04:41:55.824Z | |
3603 | 2024-12-21T04:41:55.824Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3604 | 2024-12-21T04:41:56.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3605 | 2024-12-21T04:41:56.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3606 | 2024-12-21T04:41:56.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3607 | 2024-12-21T04:41:56.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3608 | 2024-12-21T04:41:56.437Z | |
3609 | 2024-12-21T04:41:56.438Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3610 | 2024-12-21T04:41:56.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3611 | 2024-12-21T04:41:56.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3612 | 2024-12-21T04:41:56.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3613 | 2024-12-21T04:41:56.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3614 | 2024-12-21T04:41:57.058Z | |
3615 | 2024-12-21T04:41:57.058Z | info: running `cargo check --bins` on omicron-package (171/176) |
3616 | 2024-12-21T04:41:57.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3617 | 2024-12-21T04:41:57.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3618 | 2024-12-21T04:41:57.738Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3619 | 2024-12-21T04:41:59.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3620 | 2024-12-21T04:41:59.316Z | |
3621 | 2024-12-21T04:41:59.316Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3622 | 2024-12-21T04:41:59.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3623 | 2024-12-21T04:41:59.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3624 | 2024-12-21T04:42:00.023Z | Checking rtoolbox v0.0.2 |
3625 | 2024-12-21T04:42:00.025Z | Checking tui-tree-widget v0.22.0 |
3626 | 2024-12-21T04:42:00.025Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3627 | 2024-12-21T04:42:00.261Z | Checking rpassword v7.3.1 |
3628 | 2024-12-21T04:42:04.346Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3629 | 2024-12-21T04:42:07.450Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3630 | 2024-12-21T04:42:08.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.39s |
3631 | 2024-12-21T04:42:08.930Z | |
3632 | 2024-12-21T04:42:08.930Z | info: running `cargo check --bins` on wicket (173/176) |
3633 | 2024-12-21T04:42:09.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3634 | 2024-12-21T04:42:09.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3635 | 2024-12-21T04:42:09.855Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3636 | 2024-12-21T04:42:10.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3637 | 2024-12-21T04:42:10.246Z | |
3638 | 2024-12-21T04:42:10.246Z | info: running `cargo check --bins` on wicketd (174/176) |
3639 | 2024-12-21T04:42:10.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3640 | 2024-12-21T04:42:10.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3641 | 2024-12-21T04:42:10.983Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3642 | 2024-12-21T04:42:10.985Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3643 | 2024-12-21T04:42:11.864Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3644 | 2024-12-21T04:42:15.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
3645 | 2024-12-21T04:42:15.965Z | |
3646 | 2024-12-21T04:42:15.965Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3647 | 2024-12-21T04:42:16.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3648 | 2024-12-21T04:42:16.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3649 | 2024-12-21T04:42:16.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3650 | 2024-12-21T04:42:16.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3651 | 2024-12-21T04:42:16.582Z | |
3652 | 2024-12-21T04:42:16.582Z | info: running `cargo check --bins` on zone-setup (176/176) |
3653 | 2024-12-21T04:42:17.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3654 | 2024-12-21T04:42:17.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3655 | 2024-12-21T04:42:17.338Z | Checking uzers v0.12.1 |
3656 | 2024-12-21T04:42:17.685Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3657 | 2024-12-21T04:42:18.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
3658 | 2024-12-21T04:42:19.113Z | |
3659 | 2024-12-21T04:42:19.113Z | real 13:43.752803495 |
3660 | 2024-12-21T04:42:19.113Z | user 25:45.513162211 |
3661 | 2024-12-21T04:42:19.113Z | sys 5:46.697991213 |
3662 | 2024-12-21T04:42:19.113Z | trap 0.507553613 |
3663 | 2024-12-21T04:42:19.113Z | tflt 2.390152935 |
3664 | 2024-12-21T04:42:19.113Z | dflt 2.993669447 |
3665 | 2024-12-21T04:42:19.113Z | kflt 0.001555374 |
3666 | 2024-12-21T04:42:19.113Z | lock 49:16.524984536 |
3667 | 2024-12-21T04:42:19.116Z | slp 2:14:38.510557701 |
3668 | 2024-12-21T04:42:19.116Z | lat 1:05.733360123 |
3669 | 2024-12-21T04:42:19.116Z | stop 3:26.201009588 |
3670 | 2024-12-21T04:42:19.116Z | process exited: duration 1224221 ms, exit code 0 |
|
3671 | 2024-12-21T04:42:19.121Z | found 0 output files |