|
|
|
1 | 2025-01-29T04:21:17.377Z | job assigned to worker 01JJR4KEBQQ41KQDESZFBESNAK [factory aws, i-0c4534e812c27c132] (queued for 51 s) |
|
2 | 2025-01-29T04:21:24.805Z | starting task 0: "setup" |
3 | 2025-01-29T04:21:24.816Z | ++ uname -s |
4 | 2025-01-29T04:21:24.819Z | + kern=SunOS |
5 | 2025-01-29T04:21:24.819Z | + case "$kern" in |
6 | 2025-01-29T04:21:24.819Z | + groupadd -g 12345 build |
7 | 2025-01-29T04:21:24.822Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-29T04:21:26.833Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-29T04:21:27.006Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-29T04:21:27.009Z | + home_fs=zfs |
11 | 2025-01-29T04:21:27.009Z | + [[ zfs == autofs ]] |
12 | 2025-01-29T04:21:27.009Z | + mkdir -p /home/build |
13 | 2025-01-29T04:21:27.012Z | + chown build:build /home/build /work |
14 | 2025-01-29T04:21:29.013Z | + chmod 0700 /home/build /work |
15 | 2025-01-29T04:21:29.016Z | process exited: duration 4211 ms, exit code 0 |
|
16 | 2025-01-29T04:21:29.022Z | starting task 1: "rust-toolchain" |
17 | 2025-01-29T04:21:29.028Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-29T04:21:29.028Z | * toolchain channel = "1.84.0" |
19 | 2025-01-29T04:21:29.028Z | ' 1.84.0 |
20 | 2025-01-29T04:21:29.028Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-29T04:21:29.028Z | ' default |
22 | 2025-01-29T04:21:29.028Z | * toolchain profile = "default" |
23 | 2025-01-29T04:21:29.030Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-29T04:21:29.030Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-29T04:21:29.318Z | info: downloading installer |
26 | 2025-01-29T04:21:30.707Z | info: profile set to 'default' |
27 | 2025-01-29T04:21:30.707Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-29T04:21:30.710Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-29T04:21:30.867Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-29T04:21:30.867Z | info: downloading component 'cargo' |
31 | 2025-01-29T04:21:31.814Z | info: downloading component 'clippy' |
32 | 2025-01-29T04:21:32.153Z | info: downloading component 'rust-docs' |
33 | 2025-01-29T04:21:33.354Z | info: downloading component 'rust-std' |
34 | 2025-01-29T04:21:35.133Z | info: downloading component 'rustc' |
35 | 2025-01-29T04:21:42.569Z | info: downloading component 'rustfmt' |
36 | 2025-01-29T04:21:42.874Z | info: installing component 'cargo' |
37 | 2025-01-29T04:21:43.732Z | info: installing component 'clippy' |
38 | 2025-01-29T04:21:44.130Z | info: installing component 'rust-docs' |
39 | 2025-01-29T04:21:45.823Z | info: installing component 'rust-std' |
40 | 2025-01-29T04:21:47.630Z | info: installing component 'rustc' |
41 | 2025-01-29T04:21:53.849Z | info: installing component 'rustfmt' |
42 | 2025-01-29T04:21:54.182Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-29T04:21:54.182Z | |
44 | 2025-01-29T04:21:54.571Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-29T04:21:54.571Z | |
46 | 2025-01-29T04:21:54.573Z | |
47 | 2025-01-29T04:21:54.574Z | Rust is installed now. Great! |
48 | 2025-01-29T04:21:54.574Z | |
49 | 2025-01-29T04:21:54.574Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-29T04:21:54.574Z | environment variable. This has not been done automatically. |
51 | 2025-01-29T04:21:54.574Z | |
52 | 2025-01-29T04:21:54.574Z | To configure your current shell, you need to source |
53 | 2025-01-29T04:21:54.574Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-29T04:21:54.574Z | |
55 | 2025-01-29T04:21:54.574Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-29T04:21:54.575Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-29T04:21:54.575Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-29T04:21:54.652Z | + rustc --version |
59 | 2025-01-29T04:21:54.718Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-29T04:21:54.722Z | process exited: duration 25697 ms, exit code 0 |
|
61 | 2025-01-29T04:21:54.727Z | starting task 2: "authentication" |
62 | 2025-01-29T04:21:54.748Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-29T04:21:54.753Z | starting task 3: "clone repository" |
64 | 2025-01-29T04:21:54.759Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-29T04:21:54.762Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-29T04:21:54.801Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-29T04:22:02.624Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-29T04:22:02.624Z | + git fetch origin 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 |
69 | 2025-01-29T04:22:02.932Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-29T04:22:02.932Z | * branch 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 -> FETCH_HEAD |
71 | 2025-01-29T04:22:02.943Z | + [[ -n '' ]] |
72 | 2025-01-29T04:22:02.943Z | + git reset --hard 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 |
73 | 2025-01-29T04:22:03.125Z | HEAD is now at 1983115b7 Update Rust crate indicatif to 0.17.11 |
74 | 2025-01-29T04:22:03.128Z | process exited: duration 8372 ms, exit code 0 |
|
75 | 2025-01-29T04:22:03.133Z | starting task 4: "build" |
76 | 2025-01-29T04:22:03.139Z | + source .github/buildomat/ci-env.sh |
77 | 2025-01-29T04:22:03.139Z | ++ export CARGO_TERM_COLOR=always |
78 | 2025-01-29T04:22:03.139Z | ++ CARGO_TERM_COLOR=always |
79 | 2025-01-29T04:22:03.139Z | + cargo --version |
80 | 2025-01-29T04:22:03.202Z | cargo 1.84.0 (66221abde 2024-11-19) |
81 | 2025-01-29T04:22:03.204Z | + rustc --version |
82 | 2025-01-29T04:22:03.268Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
83 | 2025-01-29T04:22:03.271Z | + source ./env.sh |
84 | 2025-01-29T04:22:03.274Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2025-01-29T04:22:03.274Z | ++ set -o xtrace |
86 | 2025-01-29T04:22:03.277Z | ++++ dirname ./env.sh |
87 | 2025-01-29T04:22:03.277Z | +++ readlink -f . |
88 | 2025-01-29T04:22:03.279Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2025-01-29T04:22:03.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-29T04:22:03.283Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-29T04:22:03.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-29T04:22:03.283Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-29T04:22:03.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-29T04:22:03.283Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-29T04:22:03.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-29T04:22:03.283Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-29T04:22:03.283Z | ++ case $OLD_SHELL_OPTS in |
98 | 2025-01-29T04:22:03.283Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2025-01-29T04:22:03.283Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
100 | 2025-01-29T04:22:03.283Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
101 | 2025-01-29T04:22:03.283Z | + banner prerequisites |
102 | 2025-01-29T04:22:03.286Z | |
103 | 2025-01-29T04:22:03.286Z | ##### ##### ###### ##### ###### #### # # # #### # |
104 | 2025-01-29T04:22:03.286Z | # # # # # # # # # # # # # # # |
105 | 2025-01-29T04:22:03.286Z | # # # # ##### # # ##### # # # # # #### # |
106 | 2025-01-29T04:22:03.286Z | ##### ##### # ##### # # # # # # # # # |
107 | 2025-01-29T04:22:03.286Z | # # # # # # # # # # # # # # # |
108 | 2025-01-29T04:22:03.286Z | # # # ###### # # ###### ### # #### # #### # |
109 | 2025-01-29T04:22:03.286Z | |
110 | 2025-01-29T04:22:03.286Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
111 | 2025-01-29T04:22:04.911Z | pkg list: illegal option -- F |
112 | 2025-01-29T04:22:04.911Z | Usage: |
113 | 2025-01-29T04:22:04.914Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
114 | 2025-01-29T04:22:04.914Z | [pkg_fmri_pattern ...] |
115 | 2025-01-29T04:22:05.785Z | pkg list: illegal option -- F |
116 | 2025-01-29T04:22:05.785Z | Usage: |
117 | 2025-01-29T04:22:05.787Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-29T04:22:05.787Z | [pkg_fmri_pattern ...] |
119 | 2025-01-29T04:22:13.554Z | Startup: Refreshing catalog 'helios-dev' ... Done |
120 | 2025-01-29T04:22:17.644Z | Startup: Caching catalogs ... Done |
121 | 2025-01-29T04:22:29.213Z | Planning: Solver setup ... Done (10.743s) |
122 | 2025-01-29T04:22:29.363Z | Planning: Running solver ... Done (0.150s) |
123 | 2025-01-29T04:22:29.478Z | Planning: Finding local manifests ... Done (0.005s) |
124 | 2025-01-29T04:22:29.492Z | Planning: Fetching manifests: 0/7 0% complete |
125 | 2025-01-29T04:22:30.237Z | Planning: Fetching manifests: 7/7 100% complete |
126 | 2025-01-29T04:22:30.349Z | Planning: Package planning ... Done (0.113s) |
127 | 2025-01-29T04:22:30.406Z | Planning: Merging actions ... Done (0.056s) |
128 | 2025-01-29T04:22:30.606Z | Planning: Checking for conflicting actions ... Done (0.200s) |
129 | 2025-01-29T04:22:32.713Z | Planning: Consolidating action changes ... Done (2.106s) |
130 | 2025-01-29T04:22:33.156Z | Planning: Evaluating mediators ... Done (0.443s) |
131 | 2025-01-29T04:22:33.238Z | Planning: Planning completed in 15.49 seconds |
132 | 2025-01-29T04:22:33.255Z | Packages to install: 4 |
133 | 2025-01-29T04:22:33.255Z | Packages to update: 3 |
134 | 2025-01-29T04:22:33.258Z | Mediators to change: 2 |
135 | 2025-01-29T04:22:33.258Z | Services to change: 1 |
136 | 2025-01-29T04:22:33.258Z | Estimated space available: 155.61 GB |
137 | 2025-01-29T04:22:33.258Z | Estimated space to be consumed: 1.64 GB |
138 | 2025-01-29T04:22:33.258Z | Create boot environment: No |
139 | 2025-01-29T04:22:33.258Z | Create backup boot environment: Yes |
140 | 2025-01-29T04:22:33.258Z | Rebuild boot archive: No |
141 | 2025-01-29T04:22:33.258Z | |
142 | 2025-01-29T04:22:33.258Z | Changed mediators: |
143 | 2025-01-29T04:22:33.258Z | mediator clang: |
144 | 2025-01-29T04:22:33.258Z | version: None -> 15 (system default) |
145 | 2025-01-29T04:22:33.258Z | |
146 | 2025-01-29T04:22:33.259Z | mediator llvm: |
147 | 2025-01-29T04:22:33.259Z | version: 14 (system default) -> 15 (system default) |
148 | 2025-01-29T04:22:33.259Z | |
149 | 2025-01-29T04:22:33.259Z | Changed packages: |
150 | 2025-01-29T04:22:33.259Z | helios-dev |
151 | 2025-01-29T04:22:33.259Z | developer/build-essential |
152 | 2025-01-29T04:22:33.259Z | None -> 11-2.0 |
153 | 2025-01-29T04:22:33.259Z | library/libxmlsec1 |
154 | 2025-01-29T04:22:33.259Z | None -> 1.2.35-2.0 |
155 | 2025-01-29T04:22:33.259Z | ooce/developer/clang-15 |
156 | 2025-01-29T04:22:33.259Z | None -> 15.0.7-2.0 |
157 | 2025-01-29T04:22:33.259Z | ooce/developer/llvm-15 |
158 | 2025-01-29T04:22:33.259Z | None -> 15.0.7-2.0 |
159 | 2025-01-29T04:22:33.259Z | package/pkg |
160 | 2025-01-29T04:22:33.259Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
161 | 2025-01-29T04:22:33.259Z | system/library/g++-runtime |
162 | 2025-01-29T04:22:33.259Z | 13-2.0 -> 14-2.0 |
163 | 2025-01-29T04:22:33.259Z | system/library/gcc-runtime |
164 | 2025-01-29T04:22:33.259Z | 13-2.0 -> 14-2.0 |
165 | 2025-01-29T04:22:33.259Z | |
166 | 2025-01-29T04:22:33.259Z | Services: |
167 | 2025-01-29T04:22:33.259Z | restart_fmri: |
168 | 2025-01-29T04:22:33.259Z | svc:/system/update-man-index:default |
169 | 2025-01-29T04:22:33.259Z | |
170 | 2025-01-29T04:22:33.259Z | Editable files to change: |
171 | 2025-01-29T04:22:33.259Z | Update: |
172 | 2025-01-29T04:22:33.259Z | usr/share/lib/pkg/web/config.shtml |
173 | 2025-01-29T04:22:33.339Z | |
174 | 2025-01-29T04:22:33.339Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
175 | 2025-01-29T04:22:39.482Z | Download: 213/4301 items 1.3/225.4MB 0% complete (726k/s) |
176 | 2025-01-29T04:22:44.482Z | Download: 821/4301 items 18.7/225.4MB 8% complete (1.8M/s) |
177 | 2025-01-29T04:22:50.272Z | Download: 1198/4301 items 72.6/225.4MB 32% complete (7.2M/s) |
178 | 2025-01-29T04:22:55.413Z | Download: 1377/4301 items 116.2/225.4MB 51% complete (9.7M/s) |
179 | 2025-01-29T04:23:00.296Z | Download: 1962/4301 items 118.5/225.4MB 52% complete (4.7M/s) |
180 | 2025-01-29T04:23:06.942Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (1.9M/s) |
181 | 2025-01-29T04:23:11.961Z | Download: 2890/4301 items 121.2/225.4MB 53% complete (240k/s) |
182 | 2025-01-29T04:23:17.108Z | Download: 3243/4301 items 164.6/225.4MB 72% complete (5.5M/s) |
183 | 2025-01-29T04:23:24.831Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.1M/s) |
184 | 2025-01-29T04:23:31.067Z | Download: 3281/4301 items 209.0/225.4MB 92% complete (4.7M/s) |
185 | 2025-01-29T04:23:37.467Z | Download: 3286/4301 items 210.9/225.4MB 93% complete (2.3M/s) |
186 | 2025-01-29T04:23:42.575Z | Download: 3575/4301 items 215.9/225.4MB 95% complete (1.1M/s) |
187 | 2025-01-29T04:23:47.609Z | Download: 3916/4301 items 217.9/225.4MB 96% complete (721k/s) |
188 | 2025-01-29T04:23:52.689Z | Download: 4028/4301 items 218.9/225.4MB 97% complete (306k/s) |
189 | 2025-01-29T04:23:57.807Z | Download: 4194/4301 items 220.5/225.4MB 97% complete (302k/s) |
190 | 2025-01-29T04:24:02.854Z | Download: 4204/4301 items 220.6/225.4MB 97% complete (285k/s) |
191 | 2025-01-29T04:24:22.165Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
192 | 2025-01-29T04:24:25.707Z | Download: Completed 225.42 MB in 112.36 seconds (2.0M/s) |
193 | 2025-01-29T04:24:27.872Z | Actions: 1/5122 actions (Removing old actions) |
194 | 2025-01-29T04:24:27.896Z | Actions: 194/5122 actions (Installing new actions) |
195 | 2025-01-29T04:24:32.631Z | Actions: 4267/5122 actions (Updating modified actions) |
196 | 2025-01-29T04:24:33.000Z | Actions: Completed 5122 actions in 5.12 seconds. |
197 | 2025-01-29T04:24:33.408Z | Done (0.405s) |
198 | 2025-01-29T04:24:33.411Z | Done (0.001s) |
199 | 2025-01-29T04:24:33.997Z | Done (0.587s) |
200 | 2025-01-29T04:24:38.545Z | Done (4.315s) |
201 | 2025-01-29T04:24:38.635Z | Done (0.017s) |
202 | 2025-01-29T04:24:38.637Z | Done (0.000s) |
203 | 2025-01-29T04:24:38.800Z | Done (0.000s) |
204 | 2025-01-29T04:24:39.509Z | Planning: Evaluating mediator changes ... Done |
205 | 2025-01-29T04:24:39.675Z | Planning: Checking for conflicting actions ... Done |
206 | 2025-01-29T04:24:39.679Z | Planning: Consolidating action changes ... Done |
207 | 2025-01-29T04:24:39.949Z | Planning: Evaluating mediators ... Done |
208 | 2025-01-29T04:24:39.952Z | Planning: Planning completed in 0.44 seconds |
209 | 2025-01-29T04:24:39.990Z | Mediators to change: 2 |
210 | 2025-01-29T04:24:39.990Z | Create boot environment: No |
211 | 2025-01-29T04:24:39.993Z | Create backup boot environment: No |
212 | 2025-01-29T04:24:40.073Z | Done |
213 | 2025-01-29T04:24:40.073Z | Done |
214 | 2025-01-29T04:24:40.471Z | Done |
215 | 2025-01-29T04:24:44.187Z | Done |
216 | 2025-01-29T04:24:44.278Z | Done |
217 | 2025-01-29T04:24:44.281Z | Done |
218 | 2025-01-29T04:24:44.425Z | Done |
219 | 2025-01-29T04:24:45.051Z | Planning: Evaluating mediator changes ... Done |
220 | 2025-01-29T04:24:45.055Z | Planning: Merging actions ... Done |
221 | 2025-01-29T04:24:45.245Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-01-29T04:24:45.248Z | Planning: Consolidating action changes ... Done |
223 | 2025-01-29T04:24:45.516Z | Planning: Evaluating mediators ... Done |
224 | 2025-01-29T04:24:45.572Z | Planning: Planning completed in 0.77 seconds |
225 | 2025-01-29T04:24:45.613Z | Packages to change: 1 |
226 | 2025-01-29T04:24:45.613Z | Mediators to change: 1 |
227 | 2025-01-29T04:24:45.613Z | Services to change: 1 |
228 | 2025-01-29T04:24:45.613Z | Create boot environment: No |
229 | 2025-01-29T04:24:45.616Z | Create backup boot environment: Yes |
230 | 2025-01-29T04:24:47.844Z | Actions: 1/6 actions (Updating modified actions) |
231 | 2025-01-29T04:24:47.850Z | Actions: Completed 6 actions in 0.00 seconds. |
232 | 2025-01-29T04:24:47.850Z | Done |
233 | 2025-01-29T04:24:47.850Z | Done |
234 | 2025-01-29T04:24:47.964Z | Done |
235 | 2025-01-29T04:24:51.701Z | Done |
236 | 2025-01-29T04:24:51.799Z | Done |
237 | 2025-01-29T04:24:51.802Z | Done |
238 | 2025-01-29T04:24:51.937Z | Done |
239 | 2025-01-29T04:24:52.382Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
240 | 2025-01-29T04:24:52.382Z | clang system 15 system |
241 | 2025-01-29T04:24:52.382Z | csh system system illumos |
242 | 2025-01-29T04:24:52.382Z | ctags system system illumos |
243 | 2025-01-29T04:24:52.383Z | gcc vendor 12 vendor |
244 | 2025-01-29T04:24:52.383Z | gcc system 10 system |
245 | 2025-01-29T04:24:52.383Z | gcc system 7 system |
246 | 2025-01-29T04:24:52.383Z | go system 1.20 system |
247 | 2025-01-29T04:24:52.383Z | go system 1.19 system |
248 | 2025-01-29T04:24:52.383Z | llvm system 15 system |
249 | 2025-01-29T04:24:52.383Z | llvm system 14 system |
250 | 2025-01-29T04:24:52.383Z | mariadb system 10.6 system |
251 | 2025-01-29T04:24:52.383Z | mta vendor vendor dma |
252 | 2025-01-29T04:24:52.383Z | openjdk system 17 system |
253 | 2025-01-29T04:24:52.383Z | openjdk system 11 system |
254 | 2025-01-29T04:24:52.383Z | openjdk system 1.8 system |
255 | 2025-01-29T04:24:52.383Z | openssl vendor 3 vendor |
256 | 2025-01-29T04:24:52.383Z | perl system 5.36 system |
257 | 2025-01-29T04:24:52.383Z | postgresql system 15 system |
258 | 2025-01-29T04:24:52.383Z | postgresql system 13 system |
259 | 2025-01-29T04:24:52.383Z | python vendor 3 vendor |
260 | 2025-01-29T04:24:52.383Z | python system 2 system |
261 | 2025-01-29T04:24:52.383Z | python3 system 3.11 system |
262 | 2025-01-29T04:24:52.383Z | ruby system 3.0 system |
263 | 2025-01-29T04:24:52.384Z | words vendor vendor american-english |
264 | 2025-01-29T04:24:52.384Z | words system system australian-english |
265 | 2025-01-29T04:24:52.384Z | words system system british-english |
266 | 2025-01-29T04:24:52.384Z | words system system canadian-english |
267 | 2025-01-29T04:24:52.384Z | words system system french |
268 | 2025-01-29T04:24:52.384Z | words system system italian |
269 | 2025-01-29T04:24:52.384Z | words system system ngerman |
270 | 2025-01-29T04:24:52.384Z | words system system ogerman |
271 | 2025-01-29T04:24:52.384Z | words system system spanish |
272 | 2025-01-29T04:24:52.724Z | PUBLISHER TYPE STATUS P LOCATION |
273 | 2025-01-29T04:24:52.724Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
274 | 2025-01-29T04:24:55.525Z | FMRI IFO |
275 | 2025-01-29T04:24:55.525Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
276 | 2025-01-29T04:24:55.525Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
277 | 2025-01-29T04:24:55.525Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
278 | 2025-01-29T04:24:55.525Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
279 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
280 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
281 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
282 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
283 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
284 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
285 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
286 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
287 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
288 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
289 | 2025-01-29T04:24:55.526Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
290 | 2025-01-29T04:24:56.297Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
291 | 2025-01-29T04:24:56.621Z | Updating crates.io index |
292 | 2025-01-29T04:24:56.705Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
293 | 2025-01-29T04:24:57.016Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
294 | 2025-01-29T04:24:57.587Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
295 | 2025-01-29T04:24:57.871Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
296 | 2025-01-29T04:24:58.134Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
297 | 2025-01-29T04:24:58.392Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
298 | 2025-01-29T04:24:59.390Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
299 | 2025-01-29T04:25:01.181Z | Updating git repository `https://github.com/oxidecomputer/opte` |
300 | 2025-01-29T04:25:01.947Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
301 | 2025-01-29T04:25:02.768Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
302 | 2025-01-29T04:25:03.083Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
303 | 2025-01-29T04:25:03.385Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
304 | 2025-01-29T04:25:04.157Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
305 | 2025-01-29T04:25:04.647Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
306 | 2025-01-29T04:25:05.007Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
307 | 2025-01-29T04:25:05.368Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
308 | 2025-01-29T04:25:05.659Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
309 | 2025-01-29T04:25:05.889Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
310 | 2025-01-29T04:25:06.215Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
311 | 2025-01-29T04:25:06.553Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
312 | 2025-01-29T04:25:06.845Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
313 | 2025-01-29T04:25:07.304Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
314 | 2025-01-29T04:25:07.652Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
315 | 2025-01-29T04:25:08.075Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
316 | 2025-01-29T04:25:08.664Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
317 | 2025-01-29T04:25:08.974Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
318 | 2025-01-29T04:25:09.434Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
319 | 2025-01-29T04:25:09.881Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
320 | 2025-01-29T04:25:10.172Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
321 | 2025-01-29T04:25:10.508Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
322 | 2025-01-29T04:25:10.786Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
323 | 2025-01-29T04:25:12.143Z | Downloading crates ... |
324 | 2025-01-29T04:25:12.272Z | Downloaded cargo_toml v0.20.5 |
325 | 2025-01-29T04:25:12.280Z | Downloaded dof v0.3.0 |
326 | 2025-01-29T04:25:12.282Z | Downloaded dtrace-parser v0.2.0 |
327 | 2025-01-29T04:25:12.282Z | Downloaded fs-err v2.11.0 |
328 | 2025-01-29T04:25:12.285Z | Downloaded macaddr v1.0.1 |
329 | 2025-01-29T04:25:12.288Z | Downloaded memmap v0.7.0 |
330 | 2025-01-29T04:25:12.288Z | Downloaded anstyle-query v1.1.1 |
331 | 2025-01-29T04:25:12.290Z | Downloaded block-buffer v0.10.4 |
332 | 2025-01-29T04:25:12.293Z | Downloaded crypto-common v0.1.6 |
333 | 2025-01-29T04:25:12.295Z | Downloaded colorchoice v1.0.2 |
334 | 2025-01-29T04:25:12.295Z | Downloaded byteorder v1.5.0 |
335 | 2025-01-29T04:25:12.298Z | Downloaded errno v0.3.9 |
336 | 2025-01-29T04:25:12.298Z | Downloaded cfg-if v1.0.0 |
337 | 2025-01-29T04:25:12.302Z | Downloaded digest v0.10.7 |
338 | 2025-01-29T04:25:12.302Z | Downloaded is_terminal_polyfill v1.70.1 |
339 | 2025-01-29T04:25:12.304Z | Downloaded heck v0.5.0 |
340 | 2025-01-29T04:25:12.304Z | Downloaded itoa v1.0.11 |
341 | 2025-01-29T04:25:12.304Z | Downloaded fnv v1.0.7 |
342 | 2025-01-29T04:25:12.307Z | Downloaded plain v0.2.3 |
343 | 2025-01-29T04:25:12.307Z | Downloaded equivalent v1.0.1 |
344 | 2025-01-29T04:25:12.307Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2025-01-29T04:25:12.309Z | Downloaded generic-array v0.14.7 |
346 | 2025-01-29T04:25:12.309Z | Downloaded serde_spanned v0.6.8 |
347 | 2025-01-29T04:25:12.312Z | Downloaded fastrand v2.1.1 |
348 | 2025-01-29T04:25:12.314Z | Downloaded once_cell v1.20.2 |
349 | 2025-01-29T04:25:12.317Z | Downloaded proc-macro-error v1.0.4 |
350 | 2025-01-29T04:25:12.321Z | Downloaded log v0.4.22 |
351 | 2025-01-29T04:25:12.325Z | Downloaded terminal_size v0.4.0 |
352 | 2025-01-29T04:25:12.328Z | Downloaded memchr v2.7.4 |
353 | 2025-01-29T04:25:12.332Z | Downloaded strsim v0.11.1 |
354 | 2025-01-29T04:25:12.337Z | Downloaded swrite v0.1.0 |
355 | 2025-01-29T04:25:12.340Z | Downloaded version_check v0.9.5 |
356 | 2025-01-29T04:25:12.340Z | Downloaded ryu v1.0.18 |
357 | 2025-01-29T04:25:12.366Z | Downloaded syn v2.0.96 |
358 | 2025-01-29T04:25:12.388Z | Downloaded syn v1.0.109 |
359 | 2025-01-29T04:25:12.431Z | Downloaded anstyle v1.0.10 |
360 | 2025-01-29T04:25:12.436Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2025-01-29T04:25:12.441Z | Downloaded bitflags v2.6.0 |
362 | 2025-01-29T04:25:12.444Z | Downloaded autocfg v1.4.0 |
363 | 2025-01-29T04:25:12.447Z | Downloaded camino v1.1.9 |
364 | 2025-01-29T04:25:12.450Z | Downloaded bytecount v0.6.8 |
365 | 2025-01-29T04:25:12.454Z | Downloaded anstream v0.6.15 |
366 | 2025-01-29T04:25:12.454Z | Downloaded anyhow v1.0.95 |
367 | 2025-01-29T04:25:12.458Z | Downloaded clap_lex v0.7.4 |
368 | 2025-01-29T04:25:12.458Z | Downloaded camino-tempfile v1.1.1 |
369 | 2025-01-29T04:25:12.460Z | Downloaded clap_derive v4.5.24 |
370 | 2025-01-29T04:25:12.464Z | Downloaded cargo_metadata v0.18.1 |
371 | 2025-01-29T04:25:12.471Z | Downloaded zerocopy v0.7.35 |
372 | 2025-01-29T04:25:12.486Z | Downloaded anstyle-parse v0.2.5 |
373 | 2025-01-29T04:25:12.489Z | Downloaded cpufeatures v0.2.14 |
374 | 2025-01-29T04:25:12.491Z | Downloaded heck v0.4.1 |
375 | 2025-01-29T04:25:12.491Z | Downloaded goblin v0.8.2 |
376 | 2025-01-29T04:25:12.499Z | Downloaded indexmap v2.7.1 |
377 | 2025-01-29T04:25:12.503Z | Downloaded clap v4.5.27 |
378 | 2025-01-29T04:25:12.511Z | Downloaded serde_derive v1.0.217 |
379 | 2025-01-29T04:25:12.523Z | Downloaded clap_builder v4.5.27 |
380 | 2025-01-29T04:25:12.528Z | Downloaded proc-macro2 v1.0.92 |
381 | 2025-01-29T04:25:12.561Z | Downloaded smawk v0.3.2 |
382 | 2025-01-29T04:25:12.588Z | Downloaded rustix v0.38.37 |
383 | 2025-01-29T04:25:12.611Z | Downloaded thiserror-impl v1.0.69 |
384 | 2025-01-29T04:25:12.614Z | Downloaded quote v1.0.38 |
385 | 2025-01-29T04:25:12.616Z | Downloaded serde_json v1.0.135 |
386 | 2025-01-29T04:25:12.621Z | Downloaded serde v1.0.217 |
387 | 2025-01-29T04:25:12.624Z | Downloaded toml_datetime v0.6.8 |
388 | 2025-01-29T04:25:12.627Z | Downloaded tempfile v3.13.0 |
389 | 2025-01-29T04:25:12.629Z | Downloaded thiserror v1.0.69 |
390 | 2025-01-29T04:25:12.633Z | Downloaded textwrap v0.16.1 |
391 | 2025-01-29T04:25:12.635Z | Downloaded unicode-ident v1.0.14 |
392 | 2025-01-29T04:25:12.638Z | Downloaded typenum v1.17.0 |
393 | 2025-01-29T04:25:12.646Z | Downloaded toml_edit v0.22.22 |
394 | 2025-01-29T04:25:12.667Z | Downloaded unicode-linebreak v0.1.5 |
395 | 2025-01-29T04:25:12.670Z | Downloaded cargo-platform v0.1.8 |
396 | 2025-01-29T04:25:12.670Z | Downloaded ucd-trie v0.1.7 |
397 | 2025-01-29T04:25:12.672Z | Downloaded toml v0.8.19 |
398 | 2025-01-29T04:25:12.675Z | Downloaded sha2 v0.10.8 |
399 | 2025-01-29T04:25:12.678Z | Downloaded semver v1.0.24 |
400 | 2025-01-29T04:25:12.681Z | Downloaded winnow v0.6.20 |
401 | 2025-01-29T04:25:12.703Z | Downloaded unicode-width v0.1.14 |
402 | 2025-01-29T04:25:12.714Z | Downloaded hashbrown v0.15.1 |
403 | 2025-01-29T04:25:12.722Z | Downloaded utf8parse v0.2.2 |
404 | 2025-01-29T04:25:12.725Z | Downloaded scroll_derive v0.12.0 |
405 | 2025-01-29T04:25:12.725Z | Downloaded usdt-macro v0.5.0 |
406 | 2025-01-29T04:25:12.728Z | Downloaded usdt-impl v0.5.0 |
407 | 2025-01-29T04:25:12.728Z | Downloaded usdt v0.5.0 |
408 | 2025-01-29T04:25:12.728Z | Downloaded thread-id v4.2.2 |
409 | 2025-01-29T04:25:12.731Z | Downloaded tabled_derive v0.7.0 |
410 | 2025-01-29T04:25:12.731Z | Downloaded tabled v0.15.0 |
411 | 2025-01-29T04:25:12.744Z | Downloaded serde_tokenstream v0.2.2 |
412 | 2025-01-29T04:25:12.746Z | Downloaded scroll v0.12.0 |
413 | 2025-01-29T04:25:12.746Z | Downloaded pretty-hex v0.4.1 |
414 | 2025-01-29T04:25:12.749Z | Downloaded pest_meta v2.7.14 |
415 | 2025-01-29T04:25:12.752Z | Downloaded pest_generator v2.7.14 |
416 | 2025-01-29T04:25:12.752Z | Downloaded pest_derive v2.7.14 |
417 | 2025-01-29T04:25:12.755Z | Downloaded pest v2.7.14 |
418 | 2025-01-29T04:25:12.758Z | Downloaded usdt-attr-macro v0.5.0 |
419 | 2025-01-29T04:25:12.761Z | Downloaded papergrid v0.11.0 |
420 | 2025-01-29T04:25:12.765Z | Downloaded libc v0.2.169 |
421 | 2025-01-29T04:25:13.076Z | Compiling proc-macro2 v1.0.92 |
422 | 2025-01-29T04:25:13.076Z | Compiling unicode-ident v1.0.14 |
423 | 2025-01-29T04:25:13.082Z | Compiling version_check v0.9.5 |
424 | 2025-01-29T04:25:13.082Z | Compiling serde v1.0.217 |
425 | 2025-01-29T04:25:13.082Z | Compiling thiserror v1.0.69 |
426 | 2025-01-29T04:25:13.082Z | Compiling memchr v2.7.4 |
427 | 2025-01-29T04:25:13.082Z | Compiling libc v0.2.169 |
428 | 2025-01-29T04:25:13.114Z | Compiling ryu v1.0.18 |
429 | 2025-01-29T04:25:13.349Z | Compiling itoa v1.0.11 |
430 | 2025-01-29T04:25:13.600Z | Compiling ucd-trie v0.1.7 |
431 | 2025-01-29T04:25:13.798Z | Compiling once_cell v1.20.2 |
432 | 2025-01-29T04:25:13.846Z | Compiling byteorder v1.5.0 |
433 | 2025-01-29T04:25:14.159Z | Compiling serde_json v1.0.135 |
434 | 2025-01-29T04:25:14.212Z | Compiling rustix v0.38.37 |
435 | 2025-01-29T04:25:14.266Z | Compiling bitflags v2.6.0 |
436 | 2025-01-29T04:25:14.541Z | Compiling usdt-impl v0.5.0 |
437 | 2025-01-29T04:25:14.617Z | Compiling proc-macro-error-attr v1.0.4 |
438 | 2025-01-29T04:25:14.677Z | Compiling syn v1.0.109 |
439 | 2025-01-29T04:25:14.739Z | Compiling proc-macro-error v1.0.4 |
440 | 2025-01-29T04:25:14.865Z | Compiling quote v1.0.38 |
441 | 2025-01-29T04:25:15.005Z | Compiling errno v0.3.9 |
442 | 2025-01-29T04:25:15.093Z | Compiling equivalent v1.0.1 |
443 | 2025-01-29T04:25:15.144Z | Compiling plain v0.2.3 |
444 | 2025-01-29T04:25:15.229Z | Compiling syn v2.0.96 |
445 | 2025-01-29T04:25:15.279Z | Compiling log v0.4.22 |
446 | 2025-01-29T04:25:15.310Z | Compiling camino v1.1.9 |
447 | 2025-01-29T04:25:15.337Z | Compiling utf8parse v0.2.2 |
448 | 2025-01-29T04:25:15.489Z | Compiling thread-id v4.2.2 |
449 | 2025-01-29T04:25:15.516Z | Compiling hashbrown v0.15.1 |
450 | 2025-01-29T04:25:15.543Z | Compiling anstyle-parse v0.2.5 |
451 | 2025-01-29T04:25:15.854Z | Compiling unicode-width v0.1.14 |
452 | 2025-01-29T04:25:15.960Z | Compiling winnow v0.6.20 |
453 | 2025-01-29T04:25:16.123Z | Compiling pretty-hex v0.4.1 |
454 | 2025-01-29T04:25:16.334Z | Compiling autocfg v1.4.0 |
455 | 2025-01-29T04:25:16.360Z | Compiling colorchoice v1.0.2 |
456 | 2025-01-29T04:25:16.385Z | Compiling is_terminal_polyfill v1.70.1 |
457 | 2025-01-29T04:25:16.539Z | Compiling anstyle-query v1.1.1 |
458 | 2025-01-29T04:25:16.566Z | Compiling anstyle v1.0.10 |
459 | 2025-01-29T04:25:16.666Z | Compiling indexmap v2.7.1 |
460 | 2025-01-29T04:25:16.715Z | Compiling semver v1.0.24 |
461 | 2025-01-29T04:25:17.081Z | Compiling anstream v0.6.15 |
462 | 2025-01-29T04:25:17.379Z | Compiling terminal_size v0.4.0 |
463 | 2025-01-29T04:25:17.450Z | Compiling fs-err v2.11.0 |
464 | 2025-01-29T04:25:17.803Z | Compiling cfg-if v1.0.0 |
465 | 2025-01-29T04:25:17.806Z | Compiling heck v0.4.1 |
466 | 2025-01-29T04:25:17.933Z | Compiling clap_lex v0.7.4 |
467 | 2025-01-29T04:25:17.961Z | Compiling fnv v1.0.7 |
468 | 2025-01-29T04:25:17.966Z | Compiling anyhow v1.0.95 |
469 | 2025-01-29T04:25:18.131Z | Compiling bytecount v0.6.8 |
470 | 2025-01-29T04:25:18.264Z | Compiling strsim v0.11.1 |
471 | 2025-01-29T04:25:18.371Z | Compiling fastrand v2.1.1 |
472 | 2025-01-29T04:25:18.411Z | Compiling heck v0.5.0 |
473 | 2025-01-29T04:25:18.899Z | Compiling tempfile v3.13.0 |
474 | 2025-01-29T04:25:18.926Z | Compiling clap_builder v4.5.27 |
475 | 2025-01-29T04:25:18.953Z | Compiling papergrid v0.11.0 |
476 | 2025-01-29T04:25:19.012Z | Compiling memmap v0.7.0 |
477 | 2025-01-29T04:25:19.141Z | Compiling unicode-linebreak v0.1.5 |
478 | 2025-01-29T04:25:19.247Z | Compiling smawk v0.3.2 |
479 | 2025-01-29T04:25:19.628Z | Compiling textwrap v0.16.1 |
480 | 2025-01-29T04:25:19.688Z | Compiling swrite v0.1.0 |
481 | 2025-01-29T04:25:20.570Z | Compiling tabled_derive v0.7.0 |
482 | 2025-01-29T04:25:22.064Z | Compiling tabled v0.15.0 |
483 | 2025-01-29T04:25:22.363Z | Compiling serde_derive v1.0.217 |
484 | 2025-01-29T04:25:22.363Z | Compiling thiserror-impl v1.0.69 |
485 | 2025-01-29T04:25:22.366Z | Compiling zerocopy-derive v0.7.35 |
486 | 2025-01-29T04:25:22.366Z | Compiling scroll_derive v0.12.0 |
487 | 2025-01-29T04:25:22.366Z | Compiling clap_derive v4.5.24 |
488 | 2025-01-29T04:25:23.716Z | Compiling scroll v0.12.0 |
489 | 2025-01-29T04:25:24.277Z | Compiling goblin v0.8.2 |
490 | 2025-01-29T04:25:24.474Z | Compiling zerocopy v0.7.35 |
491 | 2025-01-29T04:25:25.384Z | Compiling pest v2.7.14 |
492 | 2025-01-29T04:25:26.169Z | Compiling clap v4.5.27 |
493 | 2025-01-29T04:25:27.614Z | Compiling pest_meta v2.7.14 |
494 | 2025-01-29T04:25:28.486Z | Compiling pest_generator v2.7.14 |
495 | 2025-01-29T04:25:29.972Z | Compiling pest_derive v2.7.14 |
496 | 2025-01-29T04:25:30.557Z | Compiling dtrace-parser v0.2.0 |
497 | 2025-01-29T04:25:31.197Z | Compiling toml_datetime v0.6.8 |
498 | 2025-01-29T04:25:31.221Z | Compiling serde_spanned v0.6.8 |
499 | 2025-01-29T04:25:31.363Z | Compiling serde_tokenstream v0.2.2 |
500 | 2025-01-29T04:25:31.444Z | Compiling cargo-platform v0.1.8 |
501 | 2025-01-29T04:25:31.519Z | Compiling macaddr v1.0.1 |
502 | 2025-01-29T04:25:31.702Z | Compiling toml_edit v0.22.22 |
503 | 2025-01-29T04:25:32.008Z | Compiling camino-tempfile v1.1.1 |
504 | 2025-01-29T04:25:32.624Z | Compiling dof v0.3.0 |
505 | 2025-01-29T04:25:32.624Z | Compiling cargo_metadata v0.18.1 |
506 | 2025-01-29T04:25:34.195Z | Compiling usdt-macro v0.5.0 |
507 | 2025-01-29T04:25:34.197Z | Compiling usdt-attr-macro v0.5.0 |
508 | 2025-01-29T04:25:34.615Z | Compiling toml v0.8.19 |
509 | 2025-01-29T04:25:35.282Z | Compiling usdt v0.5.0 |
510 | 2025-01-29T04:25:35.430Z | Compiling cargo_toml v0.20.5 |
511 | 2025-01-29T04:25:38.085Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
512 | 2025-01-29T04:25:41.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.20s |
513 | 2025-01-29T04:25:41.555Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
514 | 2025-01-29T04:25:42.104Z | Downloading crates ... |
515 | 2025-01-29T04:25:42.261Z | Downloaded aes-gcm v0.10.3 |
516 | 2025-01-29T04:25:42.265Z | Downloaded assert_matches v1.5.0 |
517 | 2025-01-29T04:25:42.268Z | Downloaded async-stream-impl v0.3.6 |
518 | 2025-01-29T04:25:42.268Z | Downloaded ascii-canvas v3.0.0 |
519 | 2025-01-29T04:25:42.270Z | Downloaded arrayref v0.3.9 |
520 | 2025-01-29T04:25:42.270Z | Downloaded array-init v0.0.4 |
521 | 2025-01-29T04:25:42.273Z | Downloaded ahash v0.8.11 |
522 | 2025-01-29T04:25:42.275Z | Downloaded base16ct v0.2.0 |
523 | 2025-01-29T04:25:42.278Z | Downloaded hickory-client v0.24.2 |
524 | 2025-01-29T04:25:42.282Z | Downloaded atty v0.2.14 |
525 | 2025-01-29T04:25:42.285Z | Downloaded backtrace v0.3.74 |
526 | 2025-01-29T04:25:42.288Z | Downloaded highway v1.2.0 |
527 | 2025-01-29T04:25:42.291Z | Downloaded bitflags v1.3.2 |
528 | 2025-01-29T04:25:42.294Z | Downloaded ciborium-io v0.2.2 |
529 | 2025-01-29T04:25:42.296Z | Downloaded hickory-server v0.24.2 |
530 | 2025-01-29T04:25:42.301Z | Downloaded instability v0.3.2 |
531 | 2025-01-29T04:25:42.304Z | Downloaded kstat-rs v0.2.4 |
532 | 2025-01-29T04:25:42.307Z | Downloaded indoc v1.0.9 |
533 | 2025-01-29T04:25:42.319Z | Downloaded impl-trait-for-tuples v0.2.2 |
534 | 2025-01-29T04:25:42.319Z | Downloaded hyper-staticfile v0.10.1 |
535 | 2025-01-29T04:25:42.322Z | Downloaded hubpack_derive v0.1.1 |
536 | 2025-01-29T04:25:42.322Z | Downloaded hubpack v0.1.2 |
537 | 2025-01-29T04:25:42.324Z | Downloaded crc-catalog v2.4.0 |
538 | 2025-01-29T04:25:42.324Z | Downloaded convert_case v0.4.0 |
539 | 2025-01-29T04:25:42.324Z | Downloaded cfg_aliases v0.1.1 |
540 | 2025-01-29T04:25:42.324Z | Downloaded atomicwrites v0.4.4 |
541 | 2025-01-29T04:25:42.324Z | Downloaded cfg_aliases v0.2.1 |
542 | 2025-01-29T04:25:42.324Z | Downloaded lalrpop v0.19.12 |
543 | 2025-01-29T04:25:42.331Z | Downloaded libsw v3.3.1 |
544 | 2025-01-29T04:25:42.334Z | Downloaded aws-lc-rs v1.10.0 |
545 | 2025-01-29T04:25:42.344Z | Downloaded maybe-uninit v2.0.0 |
546 | 2025-01-29T04:25:42.347Z | Downloaded darling v0.20.10 |
547 | 2025-01-29T04:25:42.350Z | Downloaded httparse v1.9.5 |
548 | 2025-01-29T04:25:42.353Z | Downloaded hyper-tls v0.6.0 |
549 | 2025-01-29T04:25:42.356Z | Downloaded ident_case v1.0.1 |
550 | 2025-01-29T04:25:42.356Z | Downloaded http-body-util v0.1.2 |
551 | 2025-01-29T04:25:42.359Z | Downloaded iana-time-zone v0.1.61 |
552 | 2025-01-29T04:25:42.361Z | Downloaded idna_adapter v1.2.0 |
553 | 2025-01-29T04:25:42.363Z | Downloaded libxml v0.3.3 |
554 | 2025-01-29T04:25:42.368Z | Downloaded is_ci v1.2.0 |
555 | 2025-01-29T04:25:42.371Z | Downloaded keccak v0.1.5 |
556 | 2025-01-29T04:25:42.374Z | Downloaded lazy_static v1.5.0 |
557 | 2025-01-29T04:25:42.374Z | Downloaded lalrpop-util v0.19.12 |
558 | 2025-01-29T04:25:42.377Z | Downloaded is-terminal v0.4.13 |
559 | 2025-01-29T04:25:42.377Z | Downloaded md5 v0.7.0 |
560 | 2025-01-29T04:25:42.380Z | Downloaded match_cfg v0.1.0 |
561 | 2025-01-29T04:25:42.380Z | Downloaded maplit v1.0.2 |
562 | 2025-01-29T04:25:42.383Z | Downloaded lru-cache v0.1.2 |
563 | 2025-01-29T04:25:42.383Z | Downloaded instant v0.1.13 |
564 | 2025-01-29T04:25:42.383Z | Downloaded icu_provider_macros v1.5.0 |
565 | 2025-01-29T04:25:42.385Z | Downloaded memoffset v0.9.1 |
566 | 2025-01-29T04:25:42.385Z | Downloaded mime v0.3.17 |
567 | 2025-01-29T04:25:42.388Z | Downloaded lock_api v0.4.12 |
568 | 2025-01-29T04:25:42.391Z | Downloaded indexmap v1.9.3 |
569 | 2025-01-29T04:25:42.394Z | Downloaded hyper-util v0.1.10 |
570 | 2025-01-29T04:25:42.396Z | Downloaded libm v0.2.8 |
571 | 2025-01-29T04:25:42.404Z | Downloaded atomic-waker v1.1.2 |
572 | 2025-01-29T04:25:42.407Z | Downloaded async-recursion v1.1.1 |
573 | 2025-01-29T04:25:42.409Z | Downloaded itertools v0.13.0 |
574 | 2025-01-29T04:25:42.417Z | Downloaded minimal-lexical v0.2.1 |
575 | 2025-01-29T04:25:42.422Z | Downloaded base64ct v1.6.0 |
576 | 2025-01-29T04:25:42.426Z | Downloaded async-trait v0.1.85 |
577 | 2025-01-29T04:25:42.428Z | Downloaded hostname v0.4.0 |
578 | 2025-01-29T04:25:42.431Z | Downloaded hmac v0.12.1 |
579 | 2025-01-29T04:25:42.434Z | Downloaded base64 v0.21.7 |
580 | 2025-01-29T04:25:42.437Z | Downloaded cbc v0.1.2 |
581 | 2025-01-29T04:25:42.439Z | Downloaded bytes v1.9.0 |
582 | 2025-01-29T04:25:42.443Z | Downloaded cexpr v0.6.0 |
583 | 2025-01-29T04:25:42.445Z | Downloaded humantime v2.1.0 |
584 | 2025-01-29T04:25:42.450Z | Downloaded hkdf v0.12.4 |
585 | 2025-01-29T04:25:42.453Z | Downloaded hyper-rustls v0.27.3 |
586 | 2025-01-29T04:25:42.453Z | Downloaded bzip2 v0.4.4 |
587 | 2025-01-29T04:25:42.455Z | Downloaded hex v0.4.3 |
588 | 2025-01-29T04:25:42.458Z | Downloaded hickory-resolver v0.24.2 |
589 | 2025-01-29T04:25:42.460Z | Downloaded icu_collections v1.5.0 |
590 | 2025-01-29T04:25:42.466Z | Downloaded bitvec v1.0.1 |
591 | 2025-01-29T04:25:42.481Z | Downloaded backoff v0.4.0 |
592 | 2025-01-29T04:25:42.484Z | Downloaded icu_locid_transform_data v1.5.0 |
593 | 2025-01-29T04:25:42.487Z | Downloaded icu_locid_transform v1.5.0 |
594 | 2025-01-29T04:25:42.489Z | Downloaded icu_locid v1.5.0 |
595 | 2025-01-29T04:25:42.493Z | Downloaded http v1.2.0 |
596 | 2025-01-29T04:25:42.497Z | Downloaded bstr v1.10.0 |
597 | 2025-01-29T04:25:42.507Z | Downloaded icu_normalizer v1.5.0 |
598 | 2025-01-29T04:25:42.511Z | Downloaded icu_properties v1.5.1 |
599 | 2025-01-29T04:25:42.514Z | Downloaded hyper v1.5.2 |
600 | 2025-01-29T04:25:42.521Z | Downloaded ciborium v0.2.2 |
601 | 2025-01-29T04:25:42.526Z | Downloaded bumpalo v3.16.0 |
602 | 2025-01-29T04:25:42.528Z | Downloaded async-stream v0.3.6 |
603 | 2025-01-29T04:25:42.528Z | Downloaded adler2 v2.0.0 |
604 | 2025-01-29T04:25:42.531Z | Downloaded bit-vec v0.6.3 |
605 | 2025-01-29T04:25:42.533Z | Downloaded bit-set v0.5.3 |
606 | 2025-01-29T04:25:42.533Z | Downloaded bb8 v0.8.5 |
607 | 2025-01-29T04:25:42.536Z | Downloaded arrayvec v0.7.6 |
608 | 2025-01-29T04:25:42.540Z | Downloaded arc-swap v1.7.1 |
609 | 2025-01-29T04:25:42.543Z | Downloaded hickory-proto v0.24.2 |
610 | 2025-01-29T04:25:42.556Z | Downloaded ipnetwork v0.20.0 |
611 | 2025-01-29T04:25:42.558Z | Downloaded indent_write v2.2.0 |
612 | 2025-01-29T04:25:42.561Z | Downloaded icu_normalizer_data v1.5.0 |
613 | 2025-01-29T04:25:42.564Z | Downloaded ipnet v2.10.1 |
614 | 2025-01-29T04:25:42.564Z | Downloaded jobserver v0.1.32 |
615 | 2025-01-29T04:25:42.566Z | Downloaded inout v0.1.3 |
616 | 2025-01-29T04:25:42.569Z | Downloaded cmake v0.1.51 |
617 | 2025-01-29T04:25:42.569Z | Downloaded base64 v0.13.1 |
618 | 2025-01-29T04:25:42.572Z | Downloaded cobs v0.2.3 |
619 | 2025-01-29T04:25:42.575Z | Downloaded clang-sys v1.8.1 |
620 | 2025-01-29T04:25:42.578Z | Downloaded cipher v0.4.4 |
621 | 2025-01-29T04:25:42.578Z | Downloaded itertools v0.12.1 |
622 | 2025-01-29T04:25:42.584Z | Downloaded lazycell v1.3.0 |
623 | 2025-01-29T04:25:42.587Z | Downloaded aho-corasick v1.1.3 |
624 | 2025-01-29T04:25:42.592Z | Downloaded lockfree-object-pool v0.1.6 |
625 | 2025-01-29T04:25:42.594Z | Downloaded lru v0.12.5 |
626 | 2025-01-29T04:25:42.597Z | Downloaded libloading v0.8.5 |
627 | 2025-01-29T04:25:42.600Z | Downloaded litrs v0.4.1 |
628 | 2025-01-29T04:25:42.602Z | Downloaded mime_guess v2.0.5 |
629 | 2025-01-29T04:25:42.605Z | Downloaded bindgen v0.69.5 |
630 | 2025-01-29T04:25:42.610Z | Downloaded mio v1.0.2 |
631 | 2025-01-29T04:25:42.616Z | Downloaded miniz_oxide v0.8.0 |
632 | 2025-01-29T04:25:42.628Z | Downloaded managed v0.8.0 |
633 | 2025-01-29T04:25:42.631Z | Downloaded crc-any v2.5.0 |
634 | 2025-01-29T04:25:42.633Z | Downloaded crc32fast v1.4.2 |
635 | 2025-01-29T04:25:42.636Z | Downloaded linear-map v1.2.0 |
636 | 2025-01-29T04:25:42.638Z | Downloaded indicatif v0.17.11 |
637 | 2025-01-29T04:25:42.641Z | Downloaded crossbeam-channel v0.5.13 |
638 | 2025-01-29T04:25:42.644Z | Downloaded crossbeam-deque v0.8.5 |
639 | 2025-01-29T04:25:42.647Z | Downloaded argon2 v0.5.3 |
640 | 2025-01-29T04:25:42.649Z | Downloaded aead v0.5.2 |
641 | 2025-01-29T04:25:42.649Z | Downloaded crc v3.2.1 |
642 | 2025-01-29T04:25:42.652Z | Downloaded chrono v0.4.39 |
643 | 2025-01-29T04:25:42.659Z | Downloaded multer v3.1.0 |
644 | 2025-01-29T04:25:42.663Z | Downloaded aes v0.8.4 |
645 | 2025-01-29T04:25:42.666Z | Downloaded cc v1.1.30 |
646 | 2025-01-29T04:25:42.669Z | Downloaded const-oid v0.9.6 |
647 | 2025-01-29T04:25:42.672Z | Downloaded colored v2.1.0 |
648 | 2025-01-29T04:25:42.678Z | Downloaded crunchy v0.2.2 |
649 | 2025-01-29T04:25:42.680Z | Downloaded constant_time_eq v0.3.1 |
650 | 2025-01-29T04:25:42.683Z | Downloaded md-5 v0.10.6 |
651 | 2025-01-29T04:25:42.683Z | Downloaded crossbeam-epoch v0.9.18 |
652 | 2025-01-29T04:25:42.683Z | Downloaded csv-core v0.1.11 |
653 | 2025-01-29T04:25:42.683Z | Downloaded bcrypt-pbkdf v0.10.0 |
654 | 2025-01-29T04:25:42.685Z | Downloaded blowfish v0.9.1 |
655 | 2025-01-29T04:25:42.686Z | Downloaded litemap v0.7.3 |
656 | 2025-01-29T04:25:42.688Z | Downloaded blake2 v0.10.6 |
657 | 2025-01-29T04:25:42.691Z | Downloaded bcs v0.1.6 |
658 | 2025-01-29T04:25:42.694Z | Downloaded cancel-safe-futures v0.1.5 |
659 | 2025-01-29T04:25:42.696Z | Downloaded crossbeam-utils v0.8.20 |
660 | 2025-01-29T04:25:42.699Z | Downloaded const_format_proc_macros v0.2.34 |
661 | 2025-01-29T04:25:42.702Z | Downloaded cassowary v0.3.0 |
662 | 2025-01-29T04:25:42.704Z | Downloaded cookie v0.18.1 |
663 | 2025-01-29T04:25:42.706Z | Downloaded icu_properties_data v1.5.0 |
664 | 2025-01-29T04:25:42.717Z | Downloaded cookie_store v0.21.1 |
665 | 2025-01-29T04:25:42.721Z | Downloaded const_format v0.2.34 |
666 | 2025-01-29T04:25:42.725Z | Downloaded crypto-bigint v0.5.5 |
667 | 2025-01-29T04:25:42.731Z | Downloaded chacha20poly1305 v0.10.1 |
668 | 2025-01-29T04:25:42.734Z | Downloaded console v0.15.10 |
669 | 2025-01-29T04:25:42.736Z | Downloaded linked-hash-map v0.5.6 |
670 | 2025-01-29T04:25:42.739Z | Downloaded itertools v0.10.5 |
671 | 2025-01-29T04:25:42.746Z | Downloaded idna v1.0.3 |
672 | 2025-01-29T04:25:42.750Z | Downloaded icu_provider v1.5.0 |
673 | 2025-01-29T04:25:42.753Z | Downloaded multimap v0.10.0 |
674 | 2025-01-29T04:25:42.755Z | Downloaded curve25519-dalek-derive v0.1.1 |
675 | 2025-01-29T04:25:42.755Z | Downloaded memmap2 v0.9.5 |
676 | 2025-01-29T04:25:42.758Z | Downloaded ciborium-ll v0.2.2 |
677 | 2025-01-29T04:25:42.761Z | Downloaded blake3 v1.5.4 |
678 | 2025-01-29T04:25:42.768Z | Downloaded serde_repr v0.1.19 |
679 | 2025-01-29T04:25:42.771Z | Downloaded rustls-pemfile v1.0.4 |
680 | 2025-01-29T04:25:42.773Z | Downloaded allocator-api2 v0.2.18 |
681 | 2025-01-29T04:25:42.776Z | Downloaded crucible-workspace-hack v0.1.0 |
682 | 2025-01-29T04:25:42.778Z | Downloaded addr2line v0.24.2 |
683 | 2025-01-29T04:25:42.781Z | Downloaded mockall_derive v0.13.0 |
684 | 2025-01-29T04:25:42.782Z | Downloaded signal-hook-mio v0.2.4 |
685 | 2025-01-29T04:25:42.784Z | Downloaded signal-hook-registry v1.4.2 |
686 | 2025-01-29T04:25:42.784Z | Downloaded libefi-sys v0.1.0 |
687 | 2025-01-29T04:25:42.786Z | Downloaded signature v2.2.0 |
688 | 2025-01-29T04:25:42.789Z | Downloaded internet-checksum v0.2.1 |
689 | 2025-01-29T04:25:42.789Z | Downloaded signal-hook v0.3.17 |
690 | 2025-01-29T04:25:42.792Z | Downloaded thread_local v1.1.8 |
691 | 2025-01-29T04:25:42.794Z | Downloaded tap v1.0.1 |
692 | 2025-01-29T04:25:42.794Z | Downloaded time-core v0.1.2 |
693 | 2025-01-29T04:25:42.797Z | Downloaded static_assertions v1.1.0 |
694 | 2025-01-29T04:25:42.800Z | Downloaded crossterm v0.28.1 |
695 | 2025-01-29T04:25:42.804Z | Downloaded castaway v0.2.3 |
696 | 2025-01-29T04:25:42.807Z | Downloaded time v0.3.36 |
697 | 2025-01-29T04:25:42.813Z | Downloaded tinystr v0.7.6 |
698 | 2025-01-29T04:25:42.816Z | Downloaded progenitor-impl v0.9.1 |
699 | 2025-01-29T04:25:42.818Z | Downloaded tiny-keccak v2.0.2 |
700 | 2025-01-29T04:25:42.821Z | Downloaded unarray v0.1.4 |
701 | 2025-01-29T04:25:42.823Z | Downloaded tungstenite v0.23.0 |
702 | 2025-01-29T04:25:42.826Z | Downloaded publicsuffix v2.3.0 |
703 | 2025-01-29T04:25:42.829Z | Downloaded time-macros v0.2.18 |
704 | 2025-01-29T04:25:42.832Z | Downloaded unicode_categories v0.1.1 |
705 | 2025-01-29T04:25:42.836Z | Downloaded utf-8 v0.7.6 |
706 | 2025-01-29T04:25:42.836Z | Downloaded value-bag v1.9.0 |
707 | 2025-01-29T04:25:42.839Z | Downloaded want v0.3.1 |
708 | 2025-01-29T04:25:42.841Z | Downloaded zerofrom v0.1.4 |
709 | 2025-01-29T04:25:42.842Z | Downloaded walkdir v2.5.0 |
710 | 2025-01-29T04:25:42.845Z | Downloaded waitgroup v0.1.2 |
711 | 2025-01-29T04:25:42.845Z | Downloaded wait-timeout v0.2.0 |
712 | 2025-01-29T04:25:42.848Z | Downloaded quick-error v1.2.3 |
713 | 2025-01-29T04:25:42.848Z | Downloaded rayon v1.10.0 |
714 | 2025-01-29T04:25:42.857Z | Downloaded unicase v2.7.0 |
715 | 2025-01-29T04:25:42.860Z | Downloaded qorb v0.2.1 |
716 | 2025-01-29T04:25:42.863Z | Downloaded zerovec-derive v0.10.3 |
717 | 2025-01-29T04:25:42.868Z | Downloaded webpki-roots v0.26.6 |
718 | 2025-01-29T04:25:42.870Z | Downloaded zip v0.6.6 |
719 | 2025-01-29T04:25:42.874Z | Downloaded debug-ignore v1.0.5 |
720 | 2025-01-29T04:25:42.877Z | Downloaded document-features v0.2.10 |
721 | 2025-01-29T04:25:42.879Z | Downloaded dyn-clone v1.0.17 |
722 | 2025-01-29T04:25:42.882Z | Downloaded rustc_version v0.4.1 |
723 | 2025-01-29T04:25:42.882Z | Downloaded displaydoc v0.2.5 |
724 | 2025-01-29T04:25:42.884Z | Downloaded futures-sink v0.3.31 |
725 | 2025-01-29T04:25:42.888Z | Downloaded form_urlencoded v1.2.1 |
726 | 2025-01-29T04:25:42.888Z | Downloaded env_filter v0.1.2 |
727 | 2025-01-29T04:25:42.891Z | Downloaded elliptic-curve v0.13.8 |
728 | 2025-01-29T04:25:42.894Z | Downloaded num-traits v0.2.19 |
729 | 2025-01-29T04:25:42.896Z | Downloaded resolv-conf v0.7.0 |
730 | 2025-01-29T04:25:42.899Z | Downloaded regex-syntax v0.6.29 |
731 | 2025-01-29T04:25:42.905Z | Downloaded paste v1.0.15 |
732 | 2025-01-29T04:25:42.908Z | Downloaded num_enum v0.5.11 |
733 | 2025-01-29T04:25:42.913Z | Downloaded num-bigint v0.4.6 |
734 | 2025-01-29T04:25:42.918Z | Downloaded same-file v1.0.6 |
735 | 2025-01-29T04:25:42.921Z | Downloaded compact_str v0.8.0 |
736 | 2025-01-29T04:25:42.924Z | Downloaded shell-words v1.1.0 |
737 | 2025-01-29T04:25:42.926Z | Downloaded pin-project v1.1.6 |
738 | 2025-01-29T04:25:42.936Z | Downloaded sha1 v0.10.6 |
739 | 2025-01-29T04:25:42.939Z | Downloaded chrono-tz-build v0.4.0 |
740 | 2025-01-29T04:25:42.942Z | Downloaded shlex v1.3.0 |
741 | 2025-01-29T04:25:42.942Z | Downloaded async-bb8-diesel v0.2.1 |
742 | 2025-01-29T04:25:42.946Z | Downloaded thiserror-impl v2.0.11 |
743 | 2025-01-29T04:25:42.946Z | Downloaded psl-types v2.0.11 |
744 | 2025-01-29T04:25:42.949Z | Downloaded take_mut v0.2.2 |
745 | 2025-01-29T04:25:42.950Z | Downloaded buf-list v1.0.3 |
746 | 2025-01-29T04:25:42.953Z | Downloaded bitfield-struct v0.6.2 |
747 | 2025-01-29T04:25:42.953Z | Downloaded mockall v0.13.0 |
748 | 2025-01-29T04:25:42.956Z | Downloaded cstr-argument v0.1.2 |
749 | 2025-01-29T04:25:42.956Z | Downloaded chacha20 v0.9.1 |
750 | 2025-01-29T04:25:42.958Z | Downloaded httpdate v1.0.3 |
751 | 2025-01-29T04:25:42.958Z | Downloaded http-range v0.1.5 |
752 | 2025-01-29T04:25:42.961Z | Downloaded http-body v1.0.1 |
753 | 2025-01-29T04:25:42.961Z | Downloaded hostname v0.3.1 |
754 | 2025-01-29T04:25:42.964Z | Downloaded home v0.5.9 |
755 | 2025-01-29T04:25:42.964Z | Downloaded hex-literal v0.4.1 |
756 | 2025-01-29T04:25:42.966Z | Downloaded heck v0.3.3 |
757 | 2025-01-29T04:25:42.966Z | Downloaded block-padding v0.3.3 |
758 | 2025-01-29T04:25:42.969Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
759 | 2025-01-29T04:25:42.980Z | Downloaded futures-io v0.3.31 |
760 | 2025-01-29T04:25:42.983Z | Downloaded futures-macro v0.3.31 |
761 | 2025-01-29T04:25:42.983Z | Downloaded futures-executor v0.3.31 |
762 | 2025-01-29T04:25:42.985Z | Downloaded headers-core v0.3.0 |
763 | 2025-01-29T04:25:42.988Z | Downloaded futures-channel v0.3.31 |
764 | 2025-01-29T04:25:42.988Z | Downloaded nibble_vec v0.1.0 |
765 | 2025-01-29T04:25:42.990Z | Downloaded headers v0.4.0 |
766 | 2025-01-29T04:25:42.995Z | Downloaded rand_xorshift v0.3.0 |
767 | 2025-01-29T04:25:42.997Z | Downloaded openssl-sys v0.9.103 |
768 | 2025-01-29T04:25:43.002Z | Downloaded predicates v3.1.2 |
769 | 2025-01-29T04:25:43.004Z | Downloaded rustls-pemfile v2.2.0 |
770 | 2025-01-29T04:25:43.007Z | Downloaded precomputed-hash v0.1.1 |
771 | 2025-01-29T04:25:43.010Z | Downloaded ppv-lite86 v0.2.20 |
772 | 2025-01-29T04:25:43.010Z | Downloaded opaque-debug v0.3.1 |
773 | 2025-01-29T04:25:43.012Z | Downloaded num v0.4.3 |
774 | 2025-01-29T04:25:43.012Z | Downloaded libz-sys v1.1.20 |
775 | 2025-01-29T04:25:43.034Z | Downloaded polyval v0.6.2 |
776 | 2025-01-29T04:25:43.037Z | Downloaded parking_lot_core v0.8.6 |
777 | 2025-01-29T04:25:43.039Z | Downloaded parking_lot v0.12.3 |
778 | 2025-01-29T04:25:43.042Z | Downloaded p384 v0.13.0 |
779 | 2025-01-29T04:25:43.047Z | Downloaded futures-core v0.3.31 |
780 | 2025-01-29T04:25:43.050Z | Downloaded ctr v0.9.2 |
781 | 2025-01-29T04:25:43.052Z | Downloaded curve25519-dalek v4.1.3 |
782 | 2025-01-29T04:25:43.061Z | Downloaded smf v0.2.3 |
783 | 2025-01-29T04:25:43.064Z | Downloaded smallvec v1.13.2 |
784 | 2025-01-29T04:25:43.066Z | Downloaded slog-async v2.8.0 |
785 | 2025-01-29T04:25:43.066Z | Downloaded scopeguard v1.2.0 |
786 | 2025-01-29T04:25:43.069Z | Downloaded rand_core v0.6.4 |
787 | 2025-01-29T04:25:43.069Z | Downloaded rand_chacha v0.3.1 |
788 | 2025-01-29T04:25:43.071Z | Downloaded bitfield v0.14.0 |
789 | 2025-01-29T04:25:43.074Z | Downloaded foreign-types v0.3.2 |
790 | 2025-01-29T04:25:43.074Z | Downloaded fallible-streaming-iterator v0.1.9 |
791 | 2025-01-29T04:25:43.074Z | Downloaded fallible-iterator v0.3.0 |
792 | 2025-01-29T04:25:43.078Z | Downloaded base64 v0.22.1 |
793 | 2025-01-29T04:25:43.081Z | Downloaded rusty-fork v0.3.0 |
794 | 2025-01-29T04:25:43.084Z | Downloaded sct v0.7.1 |
795 | 2025-01-29T04:25:43.086Z | Downloaded strum v0.26.3 |
796 | 2025-01-29T04:25:43.087Z | Downloaded subtle v2.6.1 |
797 | 2025-01-29T04:25:43.112Z | Downloaded uuid v1.12.0 |
798 | 2025-01-29T04:25:43.116Z | Downloaded vte v0.11.1 |
799 | 2025-01-29T04:25:43.119Z | Downloaded zerocopy v0.6.6 |
800 | 2025-01-29T04:25:43.122Z | Downloaded derive_builder v0.20.2 |
801 | 2025-01-29T04:25:43.127Z | Downloaded secrecy v0.8.0 |
802 | 2025-01-29T04:25:43.130Z | Downloaded string_cache v0.8.7 |
803 | 2025-01-29T04:25:43.132Z | Downloaded termcolor v1.4.1 |
804 | 2025-01-29T04:25:43.134Z | Downloaded thiserror v2.0.11 |
805 | 2025-01-29T04:25:43.139Z | Downloaded tokio-rustls v0.26.0 |
806 | 2025-01-29T04:25:43.141Z | Downloaded tokio-tungstenite v0.21.0 |
807 | 2025-01-29T04:25:43.143Z | Downloaded tokio-stream v0.1.16 |
808 | 2025-01-29T04:25:43.148Z | Downloaded tokio-rustls v0.25.0 |
809 | 2025-01-29T04:25:43.155Z | Downloaded unicode-bidi v0.3.17 |
810 | 2025-01-29T04:25:43.159Z | Downloaded unicode-xid v0.2.6 |
811 | 2025-01-29T04:25:43.182Z | Downloaded xattr v1.3.1 |
812 | 2025-01-29T04:25:43.185Z | Downloaded thiserror-impl-no-std v2.0.2 |
813 | 2025-01-29T04:25:43.188Z | Downloaded supports-color v3.0.1 |
814 | 2025-01-29T04:25:43.188Z | Downloaded sigpipe v0.1.3 |
815 | 2025-01-29T04:25:43.193Z | Downloaded signal-hook-tokio v0.3.1 |
816 | 2025-01-29T04:25:43.193Z | Downloaded russh v0.45.0 |
817 | 2025-01-29T04:25:43.196Z | Downloaded dirs-sys-next v0.1.2 |
818 | 2025-01-29T04:25:43.204Z | Downloaded zerocopy v0.8.10 |
819 | 2025-01-29T04:25:43.223Z | Downloaded futures-task v0.3.31 |
820 | 2025-01-29T04:25:43.225Z | Downloaded lzma-sys v0.1.20 |
821 | 2025-01-29T04:25:43.255Z | Downloaded new_debug_unreachable v1.0.6 |
822 | 2025-01-29T04:25:43.259Z | Downloaded hashlink v0.9.1 |
823 | 2025-01-29T04:25:43.263Z | Downloaded futures-util v0.3.31 |
824 | 2025-01-29T04:25:43.271Z | Downloaded peg-runtime v0.8.3 |
825 | 2025-01-29T04:25:43.273Z | Downloaded path-slash v0.1.5 |
826 | 2025-01-29T04:25:43.273Z | Downloaded defmt-parser v0.3.4 |
827 | 2025-01-29T04:25:43.276Z | Downloaded defmt-macros v0.3.9 |
828 | 2025-01-29T04:25:43.278Z | Downloaded pkcs5 v0.7.1 |
829 | 2025-01-29T04:25:43.281Z | Downloaded num-conv v0.1.0 |
830 | 2025-01-29T04:25:43.286Z | Downloaded num-complex v0.4.6 |
831 | 2025-01-29T04:25:43.289Z | Downloaded defmt v0.3.8 |
832 | 2025-01-29T04:25:43.289Z | Downloaded typify v0.3.0 |
833 | 2025-01-29T04:25:43.293Z | Downloaded thiserror-no-std v2.0.2 |
834 | 2025-01-29T04:25:43.296Z | Downloaded zerofrom-derive v0.1.4 |
835 | 2025-01-29T04:25:43.299Z | Downloaded foreign-types-shared v0.3.1 |
836 | 2025-01-29T04:25:43.299Z | Downloaded flume v0.11.1 |
837 | 2025-01-29T04:25:43.302Z | Downloaded fallible-iterator v0.2.0 |
838 | 2025-01-29T04:25:43.304Z | Downloaded ed25519-dalek v2.1.1 |
839 | 2025-01-29T04:25:43.309Z | Downloaded ed25519 v2.2.3 |
840 | 2025-01-29T04:25:43.311Z | Downloaded openssl-macros v0.1.1 |
841 | 2025-01-29T04:25:43.311Z | Downloaded rfc6979 v0.4.0 |
842 | 2025-01-29T04:25:43.311Z | Downloaded rustls v0.23.19 |
843 | 2025-01-29T04:25:43.325Z | Downloaded password-hash v0.4.2 |
844 | 2025-01-29T04:25:43.328Z | Downloaded p256 v0.13.2 |
845 | 2025-01-29T04:25:43.330Z | Downloaded mirai-annotations v1.12.0 |
846 | 2025-01-29T04:25:43.331Z | Downloaded p521 v0.13.3 |
847 | 2025-01-29T04:25:43.335Z | Downloaded phf_shared v0.11.2 |
848 | 2025-01-29T04:25:43.337Z | Downloaded phf_shared v0.10.0 |
849 | 2025-01-29T04:25:43.337Z | Downloaded peg-macros v0.8.4 |
850 | 2025-01-29T04:25:43.349Z | Downloaded portable-atomic v1.9.0 |
851 | 2025-01-29T04:25:43.357Z | Downloaded regex-syntax v0.8.5 |
852 | 2025-01-29T04:25:43.367Z | Downloaded progenitor-macro v0.8.0 |
853 | 2025-01-29T04:25:43.370Z | Downloaded predicates-tree v1.0.11 |
854 | 2025-01-29T04:25:43.370Z | Downloaded scheduled-thread-pool v0.2.7 |
855 | 2025-01-29T04:25:43.373Z | Downloaded samael v0.0.17 |
856 | 2025-01-29T04:25:43.376Z | Downloaded rustfmt-wrapper v0.2.1 |
857 | 2025-01-29T04:25:43.378Z | Downloaded salty v0.3.0 |
858 | 2025-01-29T04:25:43.398Z | Downloaded stringprep v0.1.5 |
859 | 2025-01-29T04:25:43.401Z | Downloaded structmeta v0.3.0 |
860 | 2025-01-29T04:25:43.403Z | Downloaded which v4.4.2 |
861 | 2025-01-29T04:25:43.410Z | Downloaded typed-path v0.9.3 |
862 | 2025-01-29T04:25:43.418Z | Downloaded difflib v0.4.0 |
863 | 2025-01-29T04:25:43.420Z | Downloaded data-encoding v2.6.0 |
864 | 2025-01-29T04:25:43.420Z | Downloaded serde_urlencoded v0.7.1 |
865 | 2025-01-29T04:25:43.422Z | Downloaded rustls-pki-types v1.10.0 |
866 | 2025-01-29T04:25:43.426Z | Downloaded serde_with_macros v3.11.0 |
867 | 2025-01-29T04:25:43.429Z | Downloaded zone v0.3.0 |
868 | 2025-01-29T04:25:43.429Z | Downloaded socket2 v0.5.7 |
869 | 2025-01-29T04:25:43.431Z | Downloaded newtype_derive v0.1.6 |
870 | 2025-01-29T04:25:43.431Z | Downloaded fatfs v0.3.6 |
871 | 2025-01-29T04:25:43.435Z | Downloaded phf_codegen v0.11.2 |
872 | 2025-01-29T04:25:43.438Z | Downloaded number_prefix v0.4.0 |
873 | 2025-01-29T04:25:43.438Z | Downloaded olpc-cjson v0.1.4 |
874 | 2025-01-29T04:25:43.442Z | Downloaded num_threads v0.1.7 |
875 | 2025-01-29T04:25:43.442Z | Downloaded num_enum_derive v0.5.11 |
876 | 2025-01-29T04:25:43.444Z | Downloaded serde_with v3.11.0 |
877 | 2025-01-29T04:25:43.450Z | Downloaded structmeta-derive v0.2.0 |
878 | 2025-01-29T04:25:43.453Z | Downloaded slog-scope v4.4.0 |
879 | 2025-01-29T04:25:43.455Z | Downloaded tokio-util v0.7.12 |
880 | 2025-01-29T04:25:43.461Z | Downloaded object v0.30.4 |
881 | 2025-01-29T04:25:43.471Z | Downloaded tracing-attributes v0.1.27 |
882 | 2025-01-29T04:25:43.473Z | Downloaded quinn-udp v0.5.5 |
883 | 2025-01-29T04:25:43.476Z | Downloaded strum_macros v0.24.3 |
884 | 2025-01-29T04:25:43.478Z | Downloaded structmeta-derive v0.3.0 |
885 | 2025-01-29T04:25:43.480Z | Downloaded scrypt v0.11.0 |
886 | 2025-01-29T04:25:43.480Z | Downloaded csv v1.3.1 |
887 | 2025-01-29T04:25:43.501Z | Downloaded git2 v0.19.0 |
888 | 2025-01-29T04:25:43.520Z | Downloaded serde-big-array v0.5.1 |
889 | 2025-01-29T04:25:43.525Z | Downloaded slog-term v2.9.1 |
890 | 2025-01-29T04:25:43.534Z | Downloaded ron v0.7.1 |
891 | 2025-01-29T04:25:43.539Z | Downloaded xz2 v0.1.7 |
892 | 2025-01-29T04:25:43.542Z | Downloaded rand_seeder v0.3.0 |
893 | 2025-01-29T04:25:43.545Z | Downloaded predicates-core v1.0.8 |
894 | 2025-01-29T04:25:43.545Z | Downloaded x509-cert v0.2.5 |
895 | 2025-01-29T04:25:43.550Z | Downloaded sqlparser_derive v0.2.2 |
896 | 2025-01-29T04:25:43.554Z | Downloaded dirs-next v2.0.0 |
897 | 2025-01-29T04:25:43.556Z | Downloaded der v0.7.9 |
898 | 2025-01-29T04:25:43.561Z | Downloaded ecdsa v0.16.9 |
899 | 2025-01-29T04:25:43.563Z | Downloaded diesel v2.2.6 |
900 | 2025-01-29T04:25:43.583Z | Downloaded tinyvec v1.8.0 |
901 | 2025-01-29T04:25:43.586Z | Downloaded float-cmp v0.9.0 |
902 | 2025-01-29T04:25:43.588Z | Downloaded endian-type v0.1.2 |
903 | 2025-01-29T04:25:43.588Z | Downloaded chrono-tz v0.10.1 |
904 | 2025-01-29T04:25:43.596Z | Downloaded tokio-rustls v0.24.1 |
905 | 2025-01-29T04:25:43.598Z | Downloaded tokio-native-tls v0.3.1 |
906 | 2025-01-29T04:25:43.604Z | Downloaded universal-hash v0.5.1 |
907 | 2025-01-29T04:25:43.606Z | Downloaded untrusted v0.7.1 |
908 | 2025-01-29T04:25:43.606Z | Downloaded tokio-postgres v0.7.12 |
909 | 2025-01-29T04:25:43.611Z | Downloaded unsafe-libyaml v0.2.11 |
910 | 2025-01-29T04:25:43.616Z | Downloaded zeroize_derive v1.4.2 |
911 | 2025-01-29T04:25:43.619Z | Downloaded writeable v0.5.5 |
912 | 2025-01-29T04:25:43.619Z | Downloaded flate2 v1.0.35 |
913 | 2025-01-29T04:25:43.624Z | Downloaded flagset v0.4.6 |
914 | 2025-01-29T04:25:43.627Z | Downloaded zerovec v0.10.4 |
915 | 2025-01-29T04:25:43.632Z | Downloaded derive-where v1.2.7 |
916 | 2025-01-29T04:25:43.637Z | Downloaded foreign-types v0.5.0 |
917 | 2025-01-29T04:25:43.640Z | Downloaded derive_builder_core v0.20.2 |
918 | 2025-01-29T04:25:43.642Z | Downloaded hashbrown v0.13.2 |
919 | 2025-01-29T04:25:43.645Z | Downloaded hashbrown v0.12.3 |
920 | 2025-01-29T04:25:43.649Z | Downloaded tokio-tungstenite v0.24.0 |
921 | 2025-01-29T04:25:43.653Z | Downloaded dropshot_endpoint v0.12.0 |
922 | 2025-01-29T04:25:43.656Z | Downloaded hash32 v0.3.1 |
923 | 2025-01-29T04:25:43.667Z | Downloaded hashbrown v0.14.5 |
924 | 2025-01-29T04:25:43.672Z | Downloaded half v2.4.1 |
925 | 2025-01-29T04:25:43.675Z | Downloaded num-bigint-dig v0.8.4 |
926 | 2025-01-29T04:25:43.680Z | Downloaded heapless v0.7.17 |
927 | 2025-01-29T04:25:43.688Z | Downloaded percent-encoding v2.3.1 |
928 | 2025-01-29T04:25:43.692Z | Downloaded pem v3.0.4 |
929 | 2025-01-29T04:25:43.692Z | Downloaded parse-zoneinfo v0.3.1 |
930 | 2025-01-29T04:25:43.694Z | Downloaded powerfmt v0.2.0 |
931 | 2025-01-29T04:25:43.697Z | Downloaded pem-rfc7468 v0.7.0 |
932 | 2025-01-29T04:25:43.699Z | Downloaded phf_generator v0.11.2 |
933 | 2025-01-29T04:25:43.699Z | Downloaded phf v0.11.2 |
934 | 2025-01-29T04:25:43.702Z | Downloaded postgres-protocol v0.6.7 |
935 | 2025-01-29T04:25:43.705Z | Downloaded postgres-types v0.2.8 |
936 | 2025-01-29T04:25:43.718Z | Downloaded petname v2.0.2 |
937 | 2025-01-29T04:25:43.730Z | Downloaded rustls-webpki v0.101.7 |
938 | 2025-01-29T04:25:43.746Z | Downloaded schemars v0.8.21 |
939 | 2025-01-29T04:25:43.759Z | Downloaded sqlformat v0.2.6 |
940 | 2025-01-29T04:25:43.761Z | Downloaded smallvec v0.6.14 |
941 | 2025-01-29T04:25:43.764Z | Downloaded slog v2.7.0 |
942 | 2025-01-29T04:25:43.769Z | Downloaded object v0.36.5 |
943 | 2025-01-29T04:25:43.777Z | Downloaded ron v0.8.1 |
944 | 2025-01-29T04:25:43.783Z | Downloaded funty v2.0.0 |
945 | 2025-01-29T04:25:43.786Z | Downloaded fs_extra v1.3.0 |
946 | 2025-01-29T04:25:43.789Z | Downloaded nanorand v0.7.0 |
947 | 2025-01-29T04:25:43.793Z | Downloaded native-tls v0.2.12 |
948 | 2025-01-29T04:25:43.793Z | Downloaded rustls v0.21.12 |
949 | 2025-01-29T04:25:43.806Z | Downloaded heapless v0.8.0 |
950 | 2025-01-29T04:25:43.810Z | Downloaded russh-cryptovec v0.7.3 |
951 | 2025-01-29T04:25:43.810Z | Downloaded rayon-core v1.12.1 |
952 | 2025-01-29T04:25:43.813Z | Downloaded pin-utils v0.1.0 |
953 | 2025-01-29T04:25:43.816Z | Downloaded pin-project-lite v0.2.14 |
954 | 2025-01-29T04:25:43.820Z | Downloaded spki v0.7.3 |
955 | 2025-01-29T04:25:43.824Z | Downloaded strum_macros v0.25.3 |
956 | 2025-01-29T04:25:43.827Z | Downloaded pkcs1 v0.7.5 |
957 | 2025-01-29T04:25:43.827Z | Downloaded toolchain_find v0.4.0 |
958 | 2025-01-29T04:25:43.827Z | Downloaded toml v0.7.8 |
959 | 2025-01-29T04:25:43.832Z | Downloaded h2 v0.4.6 |
960 | 2025-01-29T04:25:43.838Z | Downloaded unicode-segmentation v1.12.0 |
961 | 2025-01-29T04:25:43.842Z | Downloaded serde_yaml v0.9.34+deprecated |
962 | 2025-01-29T04:25:43.846Z | Downloaded utf8_iter v1.0.4 |
963 | 2025-01-29T04:25:43.850Z | Downloaded unicode-width v0.2.0 |
964 | 2025-01-29T04:25:43.855Z | Downloaded deranged v0.3.11 |
965 | 2025-01-29T04:25:43.858Z | Downloaded derive_builder_macro v0.20.2 |
966 | 2025-01-29T04:25:43.858Z | Downloaded tungstenite v0.21.0 |
967 | 2025-01-29T04:25:43.862Z | Downloaded diesel_derives v2.2.3 |
968 | 2025-01-29T04:25:43.865Z | Downloaded derive_more v0.99.18 |
969 | 2025-01-29T04:25:43.871Z | Downloaded rustc-demangle v0.1.24 |
970 | 2025-01-29T04:25:43.873Z | Downloaded futures v0.3.31 |
971 | 2025-01-29T04:25:43.877Z | Downloaded zerocopy-derive v0.8.10 |
972 | 2025-01-29T04:25:43.884Z | Downloaded vte_generate_state_changes v0.1.2 |
973 | 2025-01-29T04:25:43.887Z | Downloaded tui-tree-widget v0.22.0 |
974 | 2025-01-29T04:25:43.887Z | Downloaded tokio v1.43.0 |
975 | 2025-01-29T04:25:43.927Z | Downloaded pbkdf2 v0.12.2 |
976 | 2025-01-29T04:25:43.929Z | Downloaded petgraph v0.6.5 |
977 | 2025-01-29T04:25:43.945Z | Downloaded tracing v0.1.40 |
978 | 2025-01-29T04:25:43.950Z | Downloaded unicode-normalization v0.1.24 |
979 | 2025-01-29T04:25:43.954Z | Downloaded ghash v0.5.1 |
980 | 2025-01-29T04:25:43.956Z | Downloaded getrandom v0.2.15 |
981 | 2025-01-29T04:25:43.959Z | Downloaded write16 v1.0.0 |
982 | 2025-01-29T04:25:43.961Z | Downloaded sled v0.34.7 |
983 | 2025-01-29T04:25:43.970Z | Downloaded progenitor v0.9.1 |
984 | 2025-01-29T04:25:43.972Z | Downloaded prettyplease v0.2.25 |
985 | 2025-01-29T04:25:43.975Z | Downloaded fxhash v0.2.1 |
986 | 2025-01-29T04:25:43.977Z | Downloaded fragile v2.0.0 |
987 | 2025-01-29T04:25:43.977Z | Downloaded float-ord v0.3.2 |
988 | 2025-01-29T04:25:43.980Z | Downloaded toml_edit v0.19.15 |
989 | 2025-01-29T04:25:43.995Z | Downloaded russh-keys v0.45.0 |
990 | 2025-01-29T04:25:43.998Z | Downloaded darling_core v0.20.10 |
991 | 2025-01-29T04:25:44.002Z | Downloaded serde_path_to_error v0.1.16 |
992 | 2025-01-29T04:25:44.005Z | Downloaded serde_derive_internals v0.29.1 |
993 | 2025-01-29T04:25:44.007Z | Downloaded rusqlite v0.32.1 |
994 | 2025-01-29T04:25:44.013Z | Downloaded utf16_iter v1.0.5 |
995 | 2025-01-29T04:25:44.016Z | Downloaded untrusted v0.9.0 |
996 | 2025-01-29T04:25:44.016Z | Downloaded unicode-properties v0.1.3 |
997 | 2025-01-29T04:25:44.019Z | Downloaded pkcs8 v0.10.2 |
998 | 2025-01-29T04:25:44.021Z | Downloaded embedded-io v0.6.1 |
999 | 2025-01-29T04:25:44.024Z | Downloaded pin-project-internal v1.1.6 |
1000 | 2025-01-29T04:25:44.028Z | Downloaded peg v0.8.4 |
1001 | 2025-01-29T04:25:44.031Z | Downloaded rustc-hash v1.1.0 |
1002 | 2025-01-29T04:25:44.031Z | Downloaded url v2.5.3 |
1003 | 2025-01-29T04:25:44.036Z | Downloaded rsa v0.9.6 |
1004 | 2025-01-29T04:25:44.039Z | Downloaded unicode-truncate v1.1.0 |
1005 | 2025-01-29T04:25:44.042Z | Downloaded tokio-tungstenite v0.23.1 |
1006 | 2025-01-29T04:25:44.048Z | Downloaded zopfli v0.8.1 |
1007 | 2025-01-29T04:25:44.050Z | Downloaded ssh-cipher v0.2.0 |
1008 | 2025-01-29T04:25:44.050Z | Downloaded rustls v0.22.4 |
1009 | 2025-01-29T04:25:44.061Z | Downloaded siphasher v0.3.11 |
1010 | 2025-01-29T04:25:44.064Z | Downloaded snafu v0.8.5 |
1011 | 2025-01-29T04:25:44.070Z | Downloaded yoke v0.7.4 |
1012 | 2025-01-29T04:25:44.072Z | Downloaded ref-cast v1.0.23 |
1013 | 2025-01-29T04:25:44.075Z | Downloaded rand v0.8.5 |
1014 | 2025-01-29T04:25:44.077Z | Downloaded expectorate v1.1.0 |
1015 | 2025-01-29T04:25:44.080Z | Downloaded serde_plain v1.0.2 |
1016 | 2025-01-29T04:25:44.082Z | Downloaded owo-colors v4.1.0 |
1017 | 2025-01-29T04:25:44.085Z | Downloaded progenitor-client v0.9.1 |
1018 | 2025-01-29T04:25:44.085Z | Downloaded rustversion v1.0.17 |
1019 | 2025-01-29T04:25:44.087Z | Downloaded typify-macro v0.2.0 |
1020 | 2025-01-29T04:25:44.092Z | Downloaded typify v0.2.0 |
1021 | 2025-01-29T04:25:44.096Z | Downloaded progenitor-client v0.8.0 |
1022 | 2025-01-29T04:25:44.096Z | Downloaded openssl-probe v0.1.5 |
1023 | 2025-01-29T04:25:44.097Z | Downloaded oso-derive v0.27.3 |
1024 | 2025-01-29T04:25:44.097Z | Downloaded slog-dtrace v0.3.0 |
1025 | 2025-01-29T04:25:44.097Z | Downloaded radium v0.7.0 |
1026 | 2025-01-29T04:25:44.100Z | Downloaded progenitor-impl v0.8.0 |
1027 | 2025-01-29T04:25:44.100Z | Downloaded rtoolbox v0.0.2 |
1028 | 2025-01-29T04:25:44.103Z | Downloaded quinn-proto v0.11.8 |
1029 | 2025-01-29T04:25:44.107Z | Downloaded enum-as-inner v0.6.1 |
1030 | 2025-01-29T04:25:44.110Z | Downloaded foreign-types-shared v0.1.1 |
1031 | 2025-01-29T04:25:44.110Z | Downloaded parking_lot v0.11.2 |
1032 | 2025-01-29T04:25:44.113Z | Downloaded packed_struct_codegen v0.10.1 |
1033 | 2025-01-29T04:25:44.116Z | Downloaded newtype-uuid v1.2.1 |
1034 | 2025-01-29T04:25:44.116Z | Downloaded newline-converter v0.3.0 |
1035 | 2025-01-29T04:25:44.118Z | Downloaded tower-service v0.3.3 |
1036 | 2025-01-29T04:25:44.118Z | Downloaded tokio-macros v2.5.0 |
1037 | 2025-01-29T04:25:44.118Z | Downloaded synstructure v0.13.1 |
1038 | 2025-01-29T04:25:44.121Z | Downloaded darling_macro v0.20.10 |
1039 | 2025-01-29T04:25:44.121Z | Downloaded regex-automata v0.4.8 |
1040 | 2025-01-29T04:25:44.138Z | Downloaded slog-envlogger v2.2.0 |
1041 | 2025-01-29T04:25:44.140Z | Downloaded tinyvec_macros v0.1.1 |
1042 | 2025-01-29T04:25:44.140Z | Downloaded sync_wrapper v1.0.1 |
1043 | 2025-01-29T04:25:44.143Z | Downloaded stable_deref_trait v1.2.0 |
1044 | 2025-01-29T04:25:44.143Z | Downloaded progenitor-macro v0.9.1 |
1045 | 2025-01-29T04:25:44.143Z | Downloaded fd-lock v4.0.2 |
1046 | 2025-01-29T04:25:44.145Z | Downloaded reqwest v0.12.9 |
1047 | 2025-01-29T04:25:44.154Z | Downloaded der_derive v0.7.3 |
1048 | 2025-01-29T04:25:44.156Z | Downloaded structmeta v0.2.0 |
1049 | 2025-01-29T04:25:44.159Z | Downloaded strip-ansi-escapes v0.2.0 |
1050 | 2025-01-29T04:25:44.159Z | Downloaded slog-bunyan v2.5.0 |
1051 | 2025-01-29T04:25:44.159Z | Downloaded sec1 v0.7.3 |
1052 | 2025-01-29T04:25:44.162Z | Downloaded zeroize v1.8.1 |
1053 | 2025-01-29T04:25:44.164Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1054 | 2025-01-29T04:25:44.164Z | Downloaded tungstenite v0.24.0 |
1055 | 2025-01-29T04:25:44.167Z | Downloaded env_logger v0.10.2 |
1056 | 2025-01-29T04:25:44.169Z | Downloaded nix v0.29.0 |
1057 | 2025-01-29T04:25:44.182Z | Downloaded filetime v0.2.25 |
1058 | 2025-01-29T04:25:44.186Z | Downloaded termtree v0.4.1 |
1059 | 2025-01-29T04:25:44.188Z | Downloaded hash32 v0.2.1 |
1060 | 2025-01-29T04:25:44.190Z | Downloaded polar-core v0.27.3 |
1061 | 2025-01-29T04:25:44.199Z | Downloaded glob v0.3.2 |
1062 | 2025-01-29T04:25:44.201Z | Downloaded globset v0.4.15 |
1063 | 2025-01-29T04:25:44.205Z | Downloaded num-iter v0.1.45 |
1064 | 2025-01-29T04:25:44.205Z | Downloaded num-rational v0.4.2 |
1065 | 2025-01-29T04:25:44.210Z | Downloaded proptest v1.5.0 |
1066 | 2025-01-29T04:25:44.215Z | Downloaded tar v0.4.42 |
1067 | 2025-01-29T04:25:44.218Z | Downloaded uzers v0.12.1 |
1068 | 2025-01-29T04:25:44.222Z | Downloaded dropshot_endpoint v0.15.1 |
1069 | 2025-01-29T04:25:44.224Z | Downloaded gethostname v0.5.0 |
1070 | 2025-01-29T04:25:44.227Z | Downloaded tls_codec_derive v0.4.1 |
1071 | 2025-01-29T04:25:44.229Z | Downloaded pkg-config v0.3.31 |
1072 | 2025-01-29T04:25:44.229Z | Downloaded openssl v0.10.66 |
1073 | 2025-01-29T04:25:44.239Z | Downloaded pretty-hex v0.2.1 |
1074 | 2025-01-29T04:25:44.241Z | Downloaded omicron-zone-package v0.12.0 |
1075 | 2025-01-29T04:25:44.244Z | Downloaded strum_macros v0.26.4 |
1076 | 2025-01-29T04:25:44.246Z | Downloaded vcpkg v0.2.15 |
1077 | 2025-01-29T04:25:44.284Z | Downloaded foreign-types-macros v0.2.3 |
1078 | 2025-01-29T04:25:44.286Z | Downloaded foldhash v0.1.3 |
1079 | 2025-01-29T04:25:44.286Z | Downloaded env_logger v0.11.5 |
1080 | 2025-01-29T04:25:44.289Z | Downloaded ena v0.14.3 |
1081 | 2025-01-29T04:25:44.292Z | Downloaded vsss-rs v3.3.4 |
1082 | 2025-01-29T04:25:44.292Z | Downloaded fixedbitset v0.4.2 |
1083 | 2025-01-29T04:25:44.294Z | Downloaded dsl_auto_type v0.1.2 |
1084 | 2025-01-29T04:25:44.294Z | Downloaded downcast v0.11.0 |
1085 | 2025-01-29T04:25:44.297Z | Downloaded whoami v1.5.2 |
1086 | 2025-01-29T04:25:44.299Z | Downloaded subprocess v0.2.9 |
1087 | 2025-01-29T04:25:44.301Z | Downloaded dunce v1.0.5 |
1088 | 2025-01-29T04:25:44.301Z | Downloaded display-error-chain v0.2.2 |
1089 | 2025-01-29T04:25:44.304Z | Downloaded regress v0.10.1 |
1090 | 2025-01-29T04:25:44.311Z | Downloaded num-derive v0.4.2 |
1091 | 2025-01-29T04:25:44.315Z | Downloaded nodrop v0.1.14 |
1092 | 2025-01-29T04:25:44.315Z | Downloaded num-integer v0.1.46 |
1093 | 2025-01-29T04:25:44.318Z | Downloaded nu-ansi-term v0.50.1 |
1094 | 2025-01-29T04:25:44.320Z | Downloaded tls_codec v0.4.1 |
1095 | 2025-01-29T04:25:44.320Z | Downloaded ref-cast-impl v1.0.23 |
1096 | 2025-01-29T04:25:44.323Z | Downloaded embedded-io v0.4.0 |
1097 | 2025-01-29T04:25:44.323Z | Downloaded either v1.13.0 |
1098 | 2025-01-29T04:25:44.325Z | Downloaded tracing-core v0.1.32 |
1099 | 2025-01-29T04:25:44.328Z | Downloaded pbkdf2 v0.11.0 |
1100 | 2025-01-29T04:25:44.350Z | Downloaded yoke-derive v0.7.4 |
1101 | 2025-01-29T04:25:44.352Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1102 | 2025-01-29T04:25:44.409Z | Downloaded winnow v0.5.40 |
1103 | 2025-01-29T04:25:44.416Z | Downloaded serde-hex v0.1.0 |
1104 | 2025-01-29T04:25:44.419Z | Downloaded smoltcp v0.11.0 |
1105 | 2025-01-29T04:25:44.431Z | Downloaded smoltcp v0.9.1 |
1106 | 2025-01-29T04:25:44.442Z | Downloaded term v0.7.0 |
1107 | 2025-01-29T04:25:44.445Z | Downloaded poly1305 v0.8.0 |
1108 | 2025-01-29T04:25:44.448Z | Downloaded nom v7.1.3 |
1109 | 2025-01-29T04:25:44.453Z | Downloaded spin v0.9.8 |
1110 | 2025-01-29T04:25:44.457Z | Downloaded normalize-line-endings v0.3.0 |
1111 | 2025-01-29T04:25:44.460Z | Downloaded regex v1.11.1 |
1112 | 2025-01-29T04:25:44.470Z | Downloaded parse-size v1.1.0 |
1113 | 2025-01-29T04:25:44.473Z | Downloaded slab v0.4.9 |
1114 | 2025-01-29T04:25:44.473Z | Downloaded wyz v0.5.1 |
1115 | 2025-01-29T04:25:44.476Z | Downloaded quinn v0.11.5 |
1116 | 2025-01-29T04:25:44.480Z | Downloaded proc-macro-crate v1.3.1 |
1117 | 2025-01-29T04:25:44.480Z | Downloaded test-strategy v0.3.1 |
1118 | 2025-01-29T04:25:44.483Z | Downloaded primeorder v0.13.6 |
1119 | 2025-01-29T04:25:44.483Z | Downloaded try-lock v0.2.5 |
1120 | 2025-01-29T04:25:44.486Z | Downloaded slog-json v2.6.1 |
1121 | 2025-01-29T04:25:44.486Z | Downloaded snafu-derive v0.8.5 |
1122 | 2025-01-29T04:25:44.488Z | Downloaded reedline v0.35.0 |
1123 | 2025-01-29T04:25:44.495Z | Downloaded parse-display-derive v0.10.0 |
1124 | 2025-01-29T04:25:44.497Z | Downloaded nix v0.27.1 |
1125 | 2025-01-29T04:25:44.509Z | Downloaded regress v0.9.1 |
1126 | 2025-01-29T04:25:44.518Z | Downloaded diff v0.1.13 |
1127 | 2025-01-29T04:25:44.521Z | Downloaded gimli v0.31.1 |
1128 | 2025-01-29T04:25:44.529Z | Downloaded topological-sort v0.2.2 |
1129 | 2025-01-29T04:25:44.532Z | Downloaded ssh-key v0.6.6 |
1130 | 2025-01-29T04:25:44.537Z | Downloaded ssh-encoding v0.2.0 |
1131 | 2025-01-29T04:25:44.540Z | Downloaded typify-impl v0.3.0 |
1132 | 2025-01-29T04:25:44.554Z | Downloaded packed_struct v0.10.1 |
1133 | 2025-01-29T04:25:44.557Z | Downloaded openapiv3 v2.0.0 |
1134 | 2025-01-29T04:25:44.568Z | Downloaded nix v0.28.0 |
1135 | 2025-01-29T04:25:44.579Z | Downloaded oso v0.27.3 |
1136 | 2025-01-29T04:25:44.582Z | Downloaded twox-hash v2.1.0 |
1137 | 2025-01-29T04:25:44.586Z | Downloaded rustc_version v0.1.7 |
1138 | 2025-01-29T04:25:44.586Z | Downloaded rustc-hash v2.0.0 |
1139 | 2025-01-29T04:25:44.590Z | Downloaded postcard v1.0.10 |
1140 | 2025-01-29T04:25:44.593Z | Downloaded progenitor v0.8.0 |
1141 | 2025-01-29T04:25:44.593Z | Downloaded semver v0.1.20 |
1142 | 2025-01-29T04:25:44.593Z | Downloaded quick-xml v0.33.0 |
1143 | 2025-01-29T04:25:44.597Z | Downloaded tabwriter v1.4.0 |
1144 | 2025-01-29T04:25:44.601Z | Downloaded tough v0.19.0 |
1145 | 2025-01-29T04:25:44.606Z | Downloaded termtree v0.5.1 |
1146 | 2025-01-29T04:25:44.608Z | Downloaded sync-ptr v0.1.1 |
1147 | 2025-01-29T04:25:44.608Z | Downloaded rcgen v0.12.1 |
1148 | 2025-01-29T04:25:44.611Z | Downloaded radix_trie v0.2.1 |
1149 | 2025-01-29T04:25:44.615Z | Downloaded typify-impl v0.2.0 |
1150 | 2025-01-29T04:25:44.631Z | Downloaded parse-display v0.10.0 |
1151 | 2025-01-29T04:25:44.633Z | Downloaded slog-stdlog v4.1.1 |
1152 | 2025-01-29T04:25:44.633Z | Downloaded sqlparser v0.45.0 |
1153 | 2025-01-29T04:25:44.639Z | Downloaded salsa20 v0.10.2 |
1154 | 2025-01-29T04:25:44.641Z | Downloaded encoding_rs v0.8.34 |
1155 | 2025-01-29T04:25:44.661Z | Downloaded dropshot v0.15.1 |
1156 | 2025-01-29T04:25:44.681Z | Downloaded dropshot v0.12.0 |
1157 | 2025-01-29T04:25:44.700Z | Downloaded r2d2 v0.8.10 |
1158 | 2025-01-29T04:25:44.702Z | Downloaded password-hash v0.5.0 |
1159 | 2025-01-29T04:25:44.707Z | Downloaded zone_cfg_derive v0.3.0 |
1160 | 2025-01-29T04:25:44.707Z | Downloaded zone_cfg_derive v0.1.2 |
1161 | 2025-01-29T04:25:44.707Z | Downloaded zone v0.1.8 |
1162 | 2025-01-29T04:25:44.707Z | Downloaded zip v2.1.3 |
1163 | 2025-01-29T04:25:44.711Z | Downloaded vergen v8.3.2 |
1164 | 2025-01-29T04:25:44.717Z | Downloaded ratatui v0.28.1 |
1165 | 2025-01-29T04:25:44.731Z | Downloaded zerocopy-derive v0.6.6 |
1166 | 2025-01-29T04:25:44.741Z | Downloaded sha3 v0.10.8 |
1167 | 2025-01-29T04:25:44.745Z | Downloaded rustls-webpki v0.102.8 |
1168 | 2025-01-29T04:25:44.762Z | Downloaded similar v2.6.0 |
1169 | 2025-01-29T04:25:44.766Z | Downloaded simd-adler32 v0.3.7 |
1170 | 2025-01-29T04:25:44.768Z | Downloaded schemars_derive v0.8.21 |
1171 | 2025-01-29T04:25:44.771Z | Downloaded steno v0.4.1 |
1172 | 2025-01-29T04:25:44.774Z | Downloaded rustyline v14.0.0 |
1173 | 2025-01-29T04:25:44.777Z | Downloaded ff v0.13.0 |
1174 | 2025-01-29T04:25:44.781Z | Downloaded typify-macro v0.3.0 |
1175 | 2025-01-29T04:25:44.781Z | Downloaded termios v0.3.3 |
1176 | 2025-01-29T04:25:44.784Z | Downloaded rpassword v7.3.1 |
1177 | 2025-01-29T04:25:44.784Z | Downloaded diesel-dtrace v0.4.2 |
1178 | 2025-01-29T04:25:44.785Z | Downloaded parking_lot_core v0.9.10 |
1179 | 2025-01-29T04:25:44.787Z | Downloaded group v0.13.0 |
1180 | 2025-01-29T04:25:44.787Z | Downloaded yasna v0.5.2 |
1181 | 2025-01-29T04:25:44.791Z | Downloaded des v0.8.1 |
1182 | 2025-01-29T04:25:45.046Z | Downloaded libsqlite3-sys v0.30.1 |
1183 | 2025-01-29T04:25:45.239Z | Downloaded ring v0.17.8 |
1184 | 2025-01-29T04:25:45.341Z | Downloaded aws-lc-sys v0.22.0 |
1185 | 2025-01-29T04:25:45.654Z | Compiling serde v1.0.217 |
1186 | 2025-01-29T04:25:45.657Z | Compiling lock_api v0.4.12 |
1187 | 2025-01-29T04:25:45.657Z | Compiling value-bag v1.9.0 |
1188 | 2025-01-29T04:25:45.657Z | Compiling scopeguard v1.2.0 |
1189 | 2025-01-29T04:25:45.657Z | Compiling typenum v1.17.0 |
1190 | 2025-01-29T04:25:45.803Z | Compiling generic-array v0.14.7 |
1191 | 2025-01-29T04:25:45.842Z | Compiling syn v2.0.96 |
1192 | 2025-01-29T04:25:45.858Z | Compiling getrandom v0.2.15 |
1193 | 2025-01-29T04:25:45.962Z | Compiling subtle v2.6.1 |
1194 | 2025-01-29T04:25:46.160Z | Compiling rand_core v0.6.4 |
1195 | 2025-01-29T04:25:46.214Z | Compiling log v0.4.22 |
1196 | 2025-01-29T04:25:46.314Z | Compiling shlex v1.3.0 |
1197 | 2025-01-29T04:25:46.361Z | Compiling jobserver v0.1.32 |
1198 | 2025-01-29T04:25:46.393Z | Compiling smallvec v1.13.2 |
1199 | 2025-01-29T04:25:46.702Z | Compiling const-oid v0.9.6 |
1200 | 2025-01-29T04:25:46.721Z | Compiling pin-project-lite v0.2.14 |
1201 | 2025-01-29T04:25:46.724Z | Compiling rustix v0.38.37 |
1202 | 2025-01-29T04:25:46.768Z | Compiling cc v1.1.30 |
1203 | 2025-01-29T04:25:46.967Z | Compiling spin v0.9.8 |
1204 | 2025-01-29T04:25:47.089Z | Compiling parking_lot_core v0.9.10 |
1205 | 2025-01-29T04:25:47.359Z | Compiling futures-core v0.3.31 |
1206 | 2025-01-29T04:25:47.404Z | Compiling signal-hook-registry v1.4.2 |
1207 | 2025-01-29T04:25:47.606Z | Compiling mio v1.0.2 |
1208 | 2025-01-29T04:25:47.690Z | Compiling aho-corasick v1.1.3 |
1209 | 2025-01-29T04:25:48.180Z | Compiling parking_lot v0.12.3 |
1210 | 2025-01-29T04:25:48.197Z | Compiling stable_deref_trait v1.2.0 |
1211 | 2025-01-29T04:25:48.323Z | Compiling either v1.13.0 |
1212 | 2025-01-29T04:25:48.342Z | Compiling regex-syntax v0.8.5 |
1213 | 2025-01-29T04:25:48.753Z | Compiling cpufeatures v0.2.14 |
1214 | 2025-01-29T04:25:48.772Z | Compiling futures-sink v0.3.31 |
1215 | 2025-01-29T04:25:48.858Z | Compiling glob v0.3.2 |
1216 | 2025-01-29T04:25:48.925Z | Compiling socket2 v0.5.7 |
1217 | 2025-01-29T04:25:48.945Z | Compiling slab v0.4.9 |
1218 | 2025-01-29T04:25:49.052Z | Compiling prettyplease v0.2.25 |
1219 | 2025-01-29T04:25:49.416Z | Compiling lazy_static v1.5.0 |
1220 | 2025-01-29T04:25:49.434Z | Compiling minimal-lexical v0.2.1 |
1221 | 2025-01-29T04:25:49.560Z | Compiling serde_json v1.0.135 |
1222 | 2025-01-29T04:25:49.757Z | Compiling clang-sys v1.8.1 |
1223 | 2025-01-29T04:25:49.868Z | Compiling nom v7.1.3 |
1224 | 2025-01-29T04:25:49.973Z | Compiling libloading v0.8.5 |
1225 | 2025-01-29T04:25:50.218Z | Compiling bindgen v0.69.5 |
1226 | 2025-01-29T04:25:50.369Z | Compiling home v0.5.9 |
1227 | 2025-01-29T04:25:50.646Z | Compiling futures-channel v0.3.31 |
1228 | 2025-01-29T04:25:50.810Z | Compiling itertools v0.12.1 |
1229 | 2025-01-29T04:25:51.069Z | Compiling futures-task v0.3.31 |
1230 | 2025-01-29T04:25:51.083Z | Compiling foldhash v0.1.3 |
1231 | 2025-01-29T04:25:51.369Z | Compiling rustc-hash v1.1.0 |
1232 | 2025-01-29T04:25:51.389Z | Compiling futures-io v0.3.31 |
1233 | 2025-01-29T04:25:51.530Z | Compiling lazycell v1.3.0 |
1234 | 2025-01-29T04:25:51.640Z | Compiling libm v0.2.8 |
1235 | 2025-01-29T04:25:51.710Z | Compiling pin-utils v0.1.0 |
1236 | 2025-01-29T04:25:51.814Z | Compiling allocator-api2 v0.2.18 |
1237 | 2025-01-29T04:25:52.019Z | Compiling regex-automata v0.4.8 |
1238 | 2025-01-29T04:25:52.579Z | Compiling hashbrown v0.15.1 |
1239 | 2025-01-29T04:25:52.608Z | Compiling cmake v0.1.51 |
1240 | 2025-01-29T04:25:53.292Z | Compiling cexpr v0.6.0 |
1241 | 2025-01-29T04:25:53.505Z | Compiling synstructure v0.13.1 |
1242 | 2025-01-29T04:25:53.761Z | Compiling num-traits v0.2.19 |
1243 | 2025-01-29T04:25:54.052Z | Compiling fs_extra v1.3.0 |
1244 | 2025-01-29T04:25:54.585Z | Compiling pkg-config v0.3.31 |
1245 | 2025-01-29T04:25:54.655Z | Compiling dunce v1.0.5 |
1246 | 2025-01-29T04:25:55.019Z | Compiling writeable v0.5.5 |
1247 | 2025-01-29T04:25:55.039Z | Compiling litemap v0.7.3 |
1248 | 2025-01-29T04:25:55.416Z | Compiling ring v0.17.8 |
1249 | 2025-01-29T04:25:55.567Z | Compiling paste v1.0.15 |
1250 | 2025-01-29T04:25:56.057Z | Compiling base64ct v1.6.0 |
1251 | 2025-01-29T04:25:56.286Z | Compiling aws-lc-rs v1.10.0 |
1252 | 2025-01-29T04:25:56.476Z | Compiling flagset v0.4.6 |
1253 | 2025-01-29T04:25:56.628Z | Compiling pem-rfc7468 v0.7.0 |
1254 | 2025-01-29T04:25:56.697Z | Compiling httparse v1.9.5 |
1255 | 2025-01-29T04:25:56.702Z | Compiling icu_locid_transform_data v1.5.0 |
1256 | 2025-01-29T04:25:57.262Z | Compiling tracing-core v0.1.32 |
1257 | 2025-01-29T04:25:57.430Z | Compiling regex v1.11.1 |
1258 | 2025-01-29T04:25:57.658Z | Compiling percent-encoding v2.3.1 |
1259 | 2025-01-29T04:25:57.911Z | Compiling crossbeam-utils v0.8.20 |
1260 | 2025-01-29T04:25:57.969Z | Compiling rustls-pki-types v1.10.0 |
1261 | 2025-01-29T04:25:58.391Z | Compiling icu_properties_data v1.5.0 |
1262 | 2025-01-29T04:25:58.467Z | Compiling write16 v1.0.0 |
1263 | 2025-01-29T04:25:58.609Z | Compiling untrusted v0.7.1 |
1264 | 2025-01-29T04:25:58.642Z | Compiling vcpkg v0.2.15 |
1265 | 2025-01-29T04:25:58.794Z | Compiling untrusted v0.9.0 |
1266 | 2025-01-29T04:25:58.878Z | Compiling serde_derive v1.0.217 |
1267 | 2025-01-29T04:25:58.925Z | Compiling zeroize_derive v1.4.2 |
1268 | 2025-01-29T04:25:58.971Z | Compiling zerocopy-derive v0.7.35 |
1269 | 2025-01-29T04:25:59.045Z | Compiling zerofrom-derive v0.1.4 |
1270 | 2025-01-29T04:26:00.298Z | Compiling zeroize v1.8.1 |
1271 | 2025-01-29T04:26:00.417Z | Compiling tokio-macros v2.5.0 |
1272 | 2025-01-29T04:26:00.982Z | Compiling zerocopy v0.7.35 |
1273 | 2025-01-29T04:26:01.085Z | Compiling yoke-derive v0.7.4 |
1274 | 2025-01-29T04:26:01.853Z | Compiling zerovec-derive v0.10.3 |
1275 | 2025-01-29T04:26:01.965Z | Compiling crypto-common v0.1.6 |
1276 | 2025-01-29T04:26:02.198Z | Compiling block-buffer v0.10.4 |
1277 | 2025-01-29T04:26:02.352Z | Compiling thiserror-impl v1.0.69 |
1278 | 2025-01-29T04:26:02.373Z | Compiling displaydoc v0.2.5 |
1279 | 2025-01-29T04:26:02.488Z | Compiling digest v0.10.7 |
1280 | 2025-01-29T04:26:02.630Z | Compiling zerofrom v0.1.4 |
1281 | 2025-01-29T04:26:02.866Z | Compiling futures-macro v0.3.31 |
1282 | 2025-01-29T04:26:02.973Z | Compiling hmac v0.12.1 |
1283 | 2025-01-29T04:26:03.127Z | Compiling block-padding v0.3.3 |
1284 | 2025-01-29T04:26:03.233Z | Compiling sha2 v0.10.8 |
1285 | 2025-01-29T04:26:03.395Z | Compiling inout v0.1.3 |
1286 | 2025-01-29T04:26:03.670Z | Compiling cipher v0.4.4 |
1287 | 2025-01-29T04:26:03.775Z | Compiling yoke v0.7.4 |
1288 | 2025-01-29T04:26:03.926Z | Compiling icu_provider_macros v1.5.0 |
1289 | 2025-01-29T04:26:04.132Z | Compiling ppv-lite86 v0.2.20 |
1290 | 2025-01-29T04:26:04.175Z | Compiling der_derive v0.7.3 |
1291 | 2025-01-29T04:26:04.369Z | Compiling zerovec v0.10.4 |
1292 | 2025-01-29T04:26:04.730Z | Compiling futures-util v0.3.31 |
1293 | 2025-01-29T04:26:04.894Z | Compiling rand_chacha v0.3.1 |
1294 | 2025-01-29T04:26:05.027Z | Compiling tracing-attributes v0.1.27 |
1295 | 2025-01-29T04:26:05.404Z | Compiling thiserror v1.0.69 |
1296 | 2025-01-29T04:26:05.550Z | Compiling pest v2.7.14 |
1297 | 2025-01-29T04:26:06.426Z | Compiling tinystr v0.7.6 |
1298 | 2025-01-29T04:26:06.466Z | Compiling der v0.7.9 |
1299 | 2025-01-29T04:26:06.706Z | Compiling icu_collections v1.5.0 |
1300 | 2025-01-29T04:26:06.811Z | Compiling icu_locid v1.5.0 |
1301 | 2025-01-29T04:26:07.270Z | Compiling rand v0.8.5 |
1302 | 2025-01-29T04:26:08.099Z | Compiling icu_provider v1.5.0 |
1303 | 2025-01-29T04:26:08.422Z | Compiling tracing v0.1.40 |
1304 | 2025-01-29T04:26:08.714Z | Compiling spki v0.7.3 |
1305 | 2025-01-29T04:26:08.908Z | Compiling icu_locid_transform v1.5.0 |
1306 | 2025-01-29T04:26:08.925Z | Compiling salsa20 v0.10.2 |
1307 | 2025-01-29T04:26:09.039Z | Compiling pbkdf2 v0.12.2 |
1308 | 2025-01-29T04:26:09.090Z | Compiling num-conv v0.1.0 |
1309 | 2025-01-29T04:26:09.165Z | Compiling utf16_iter v1.0.5 |
1310 | 2025-01-29T04:26:09.220Z | Compiling utf8_iter v1.0.4 |
1311 | 2025-01-29T04:26:09.353Z | Compiling time-core v0.1.2 |
1312 | 2025-01-29T04:26:09.373Z | Compiling powerfmt v0.2.0 |
1313 | 2025-01-29T04:26:09.377Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2025-01-29T04:26:09.453Z | Compiling mirai-annotations v1.12.0 |
1315 | 2025-01-29T04:26:09.508Z | Compiling scrypt v0.11.0 |
1316 | 2025-01-29T04:26:09.546Z | Compiling time-macros v0.2.18 |
1317 | 2025-01-29T04:26:09.609Z | Compiling pest_meta v2.7.14 |
1318 | 2025-01-29T04:26:09.639Z | Compiling deranged v0.3.11 |
1319 | 2025-01-29T04:26:09.749Z | Compiling aes v0.8.4 |
1320 | 2025-01-29T04:26:10.003Z | Compiling cbc v0.1.2 |
1321 | 2025-01-29T04:26:10.229Z | Compiling icu_properties v1.5.1 |
1322 | 2025-01-29T04:26:11.025Z | Compiling openssl-sys v0.9.103 |
1323 | 2025-01-29T04:26:11.281Z | Compiling scroll_derive v0.12.0 |
1324 | 2025-01-29T04:26:12.025Z | Compiling bitflags v2.6.0 |
1325 | 2025-01-29T04:26:12.083Z | Compiling bytes v1.9.0 |
1326 | 2025-01-29T04:26:12.637Z | Compiling indexmap v2.7.1 |
1327 | 2025-01-29T04:26:12.710Z | Compiling semver v1.0.24 |
1328 | 2025-01-29T04:26:13.261Z | Compiling tokio v1.43.0 |
1329 | 2025-01-29T04:26:13.406Z | Compiling http v1.2.0 |
1330 | 2025-01-29T04:26:13.515Z | Compiling rustc_version v0.4.1 |
1331 | 2025-01-29T04:26:13.966Z | Compiling icu_normalizer v1.5.0 |
1332 | 2025-01-29T04:26:14.202Z | Compiling num_threads v0.1.7 |
1333 | 2025-01-29T04:26:14.347Z | Compiling tinyvec_macros v0.1.1 |
1334 | 2025-01-29T04:26:14.447Z | Compiling atomic-waker v1.1.2 |
1335 | 2025-01-29T04:26:14.657Z | Compiling tinyvec v1.8.0 |
1336 | 2025-01-29T04:26:14.893Z | Compiling http-body v1.0.1 |
1337 | 2025-01-29T04:26:15.148Z | Compiling idna_adapter v1.2.0 |
1338 | 2025-01-29T04:26:15.324Z | Compiling time v0.3.36 |
1339 | 2025-01-29T04:26:15.386Z | Compiling scroll v0.12.0 |
1340 | 2025-01-29T04:26:15.599Z | Compiling pest_generator v2.7.14 |
1341 | 2025-01-29T04:26:15.622Z | Compiling pkcs5 v0.7.1 |
1342 | 2025-01-29T04:26:15.759Z | Compiling form_urlencoded v1.2.1 |
1343 | 2025-01-29T04:26:15.865Z | Compiling try-lock v0.2.5 |
1344 | 2025-01-29T04:26:16.033Z | Compiling which v4.4.2 |
1345 | 2025-01-29T04:26:16.073Z | Compiling slog v2.7.0 |
1346 | 2025-01-29T04:26:16.147Z | Compiling want v0.3.1 |
1347 | 2025-01-29T04:26:16.564Z | Compiling pkcs8 v0.10.2 |
1348 | 2025-01-29T04:26:16.661Z | Compiling goblin v0.8.2 |
1349 | 2025-01-29T04:26:16.693Z | Compiling idna v1.0.3 |
1350 | 2025-01-29T04:26:17.229Z | Compiling uuid v1.12.0 |
1351 | 2025-01-29T04:26:17.282Z | Compiling httpdate v1.0.3 |
1352 | 2025-01-29T04:26:17.494Z | Compiling pest_derive v2.7.14 |
1353 | 2025-01-29T04:26:17.753Z | Compiling iana-time-zone v0.1.61 |
1354 | 2025-01-29T04:26:18.160Z | Compiling chrono v0.4.39 |
1355 | 2025-01-29T04:26:18.274Z | Compiling dtrace-parser v0.2.0 |
1356 | 2025-01-29T04:26:18.768Z | Compiling toml_datetime v0.6.8 |
1357 | 2025-01-29T04:26:19.095Z | Compiling serde_spanned v0.6.8 |
1358 | 2025-01-29T04:26:19.263Z | Compiling serde_tokenstream v0.2.2 |
1359 | 2025-01-29T04:26:19.338Z | Compiling openssl v0.10.66 |
1360 | 2025-01-29T04:26:19.764Z | Compiling adler2 v2.0.0 |
1361 | 2025-01-29T04:26:19.840Z | Compiling base64 v0.22.1 |
1362 | 2025-01-29T04:26:19.983Z | Compiling match_cfg v0.1.0 |
1363 | 2025-01-29T04:26:20.026Z | Compiling rustversion v1.0.17 |
1364 | 2025-01-29T04:26:20.087Z | Compiling tower-service v0.3.3 |
1365 | 2025-01-29T04:26:20.180Z | Compiling foreign-types-shared v0.1.1 |
1366 | 2025-01-29T04:26:20.233Z | Compiling hostname v0.3.1 |
1367 | 2025-01-29T04:26:20.309Z | Compiling foreign-types v0.3.2 |
1368 | 2025-01-29T04:26:20.419Z | Compiling miniz_oxide v0.8.0 |
1369 | 2025-01-29T04:26:20.483Z | Compiling url v2.5.3 |
1370 | 2025-01-29T04:26:20.755Z | Compiling async-trait v0.1.85 |
1371 | 2025-01-29T04:26:21.532Z | Compiling tokio-util v0.7.12 |
1372 | 2025-01-29T04:26:21.787Z | Compiling openssl-macros v0.1.1 |
1373 | 2025-01-29T04:26:21.867Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2025-01-29T04:26:22.332Z | Compiling dirs-sys-next v0.1.2 |
1375 | 2025-01-29T04:26:22.600Z | Compiling h2 v0.4.6 |
1376 | 2025-01-29T04:26:22.862Z | Compiling dof v0.3.0 |
1377 | 2025-01-29T04:26:22.890Z | Compiling siphasher v0.3.11 |
1378 | 2025-01-29T04:26:23.261Z | Compiling rustls v0.23.19 |
1379 | 2025-01-29T04:26:23.309Z | Compiling schemars v0.8.21 |
1380 | 2025-01-29T04:26:23.528Z | Compiling syn v1.0.109 |
1381 | 2025-01-29T04:26:23.623Z | Compiling rustls v0.22.4 |
1382 | 2025-01-29T04:26:23.907Z | Compiling usdt-impl v0.5.0 |
1383 | 2025-01-29T04:26:24.106Z | Compiling data-encoding v2.6.0 |
1384 | 2025-01-29T04:26:24.250Z | Compiling native-tls v0.2.12 |
1385 | 2025-01-29T04:26:24.631Z | Compiling schemars_derive v0.8.21 |
1386 | 2025-01-29T04:26:25.337Z | Compiling dirs-next v2.0.0 |
1387 | 2025-01-29T04:26:26.026Z | Compiling unicode-normalization v0.1.24 |
1388 | 2025-01-29T04:26:26.170Z | Compiling http-body-util v0.1.2 |
1389 | 2025-01-29T04:26:26.637Z | Compiling crossbeam-epoch v0.9.18 |
1390 | 2025-01-29T04:26:26.775Z | Compiling heapless v0.7.17 |
1391 | 2025-01-29T04:26:26.840Z | Compiling signature v2.2.0 |
1392 | 2025-01-29T04:26:27.135Z | Compiling sha1 v0.10.6 |
1393 | 2025-01-29T04:26:27.185Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1394 | 2025-01-29T04:26:27.259Z | Compiling thread_local v1.1.8 |
1395 | 2025-01-29T04:26:27.361Z | Compiling cookie v0.18.1 |
1396 | 2025-01-29T04:26:27.569Z | Compiling encoding_rs v0.8.34 |
1397 | 2025-01-29T04:26:27.658Z | Compiling multer v3.1.0 |
1398 | 2025-01-29T04:26:27.661Z | Compiling rayon-core v1.12.1 |
1399 | 2025-01-29T04:26:27.717Z | Compiling dyn-clone v1.0.17 |
1400 | 2025-01-29T04:26:27.756Z | Compiling mime v0.3.17 |
1401 | 2025-01-29T04:26:27.926Z | Compiling ipnet v2.10.1 |
1402 | 2025-01-29T04:26:27.947Z | Compiling unicode-bidi v0.3.17 |
1403 | 2025-01-29T04:26:27.949Z | Compiling unicode-properties v0.1.3 |
1404 | 2025-01-29T04:26:28.251Z | Compiling slog-async v2.8.0 |
1405 | 2025-01-29T04:26:28.388Z | Compiling openssl-probe v0.1.5 |
1406 | 2025-01-29T04:26:28.703Z | Compiling signal-hook v0.3.17 |
1407 | 2025-01-29T04:26:28.739Z | Compiling gimli v0.31.1 |
1408 | 2025-01-29T04:26:29.004Z | Compiling stringprep v0.1.5 |
1409 | 2025-01-29T04:26:29.164Z | Compiling toml_edit v0.22.22 |
1410 | 2025-01-29T04:26:30.075Z | Compiling hyper v1.5.2 |
1411 | 2025-01-29T04:26:32.447Z | Compiling hyper-util v0.1.10 |
1412 | 2025-01-29T04:26:32.918Z | Compiling crossbeam-deque v0.8.5 |
1413 | 2025-01-29T04:26:32.941Z | Compiling addr2line v0.24.2 |
1414 | 2025-01-29T04:26:33.267Z | Compiling usdt-macro v0.5.0 |
1415 | 2025-01-29T04:26:33.537Z | Compiling usdt-attr-macro v0.5.0 |
1416 | 2025-01-29T04:26:33.599Z | Compiling term v0.7.0 |
1417 | 2025-01-29T04:26:34.304Z | Compiling slog-json v2.6.1 |
1418 | 2025-01-29T04:26:34.617Z | Compiling serde_urlencoded v0.7.1 |
1419 | 2025-01-29T04:26:34.643Z | Compiling crossbeam-channel v0.5.13 |
1420 | 2025-01-29T04:26:34.930Z | Compiling curve25519-dalek v4.1.3 |
1421 | 2025-01-29T04:26:35.024Z | Compiling futures-executor v0.3.31 |
1422 | 2025-01-29T04:26:35.074Z | Compiling enum-as-inner v0.6.1 |
1423 | 2025-01-29T04:26:35.339Z | Compiling md-5 v0.10.6 |
1424 | 2025-01-29T04:26:35.577Z | Compiling async-stream-impl v0.3.6 |
1425 | 2025-01-29T04:26:35.624Z | Compiling rustls-pemfile v2.2.0 |
1426 | 2025-01-29T04:26:35.644Z | Compiling num-integer v0.1.46 |
1427 | 2025-01-29T04:26:35.662Z | Compiling hash32 v0.2.1 |
1428 | 2025-01-29T04:26:35.953Z | Compiling ff v0.13.0 |
1429 | 2025-01-29T04:26:36.033Z | Compiling is-terminal v0.4.13 |
1430 | 2025-01-29T04:26:36.063Z | Compiling object v0.36.5 |
1431 | 2025-01-29T04:26:36.181Z | Compiling dropshot v0.12.0 |
1432 | 2025-01-29T04:26:36.198Z | Compiling smoltcp v0.9.1 |
1433 | 2025-01-29T04:26:36.334Z | Compiling anyhow v1.0.95 |
1434 | 2025-01-29T04:26:36.475Z | Compiling rustc-demangle v0.1.24 |
1435 | 2025-01-29T04:26:36.545Z | Compiling psl-types v2.0.11 |
1436 | 2025-01-29T04:26:36.738Z | Compiling num-bigint-dig v0.8.4 |
1437 | 2025-01-29T04:26:36.837Z | Compiling utf-8 v0.7.6 |
1438 | 2025-01-29T04:26:36.892Z | Compiling linked-hash-map v0.5.6 |
1439 | 2025-01-29T04:26:36.941Z | Compiling base16ct v0.2.0 |
1440 | 2025-01-29T04:26:37.095Z | Compiling quick-error v1.2.3 |
1441 | 2025-01-29T04:26:37.166Z | Compiling litrs v0.4.1 |
1442 | 2025-01-29T04:26:37.245Z | Compiling portable-atomic v1.9.0 |
1443 | 2025-01-29T04:26:37.263Z | Compiling take_mut v0.2.2 |
1444 | 2025-01-29T04:26:37.283Z | Compiling fallible-iterator v0.2.0 |
1445 | 2025-01-29T04:26:37.441Z | Compiling resolv-conf v0.7.0 |
1446 | 2025-01-29T04:26:37.978Z | Compiling postgres-protocol v0.6.7 |
1447 | 2025-01-29T04:26:38.160Z | Compiling lru-cache v0.1.2 |
1448 | 2025-01-29T04:26:38.284Z | Compiling document-features v0.2.10 |
1449 | 2025-01-29T04:26:38.312Z | Compiling sec1 v0.7.3 |
1450 | 2025-01-29T04:26:38.384Z | Compiling tungstenite v0.24.0 |
1451 | 2025-01-29T04:26:38.851Z | Compiling async-stream v0.3.6 |
1452 | 2025-01-29T04:26:38.898Z | Compiling publicsuffix v2.3.0 |
1453 | 2025-01-29T04:26:39.181Z | Compiling group v0.13.0 |
1454 | 2025-01-29T04:26:39.205Z | Compiling slog-term v2.9.1 |
1455 | 2025-01-29T04:26:39.231Z | Compiling num-iter v0.1.45 |
1456 | 2025-01-29T04:26:39.427Z | Compiling usdt v0.5.0 |
1457 | 2025-01-29T04:26:39.449Z | Compiling hickory-proto v0.24.2 |
1458 | 2025-01-29T04:26:40.059Z | Compiling futures v0.3.31 |
1459 | 2025-01-29T04:26:40.186Z | Compiling slog-bunyan v2.5.0 |
1460 | 2025-01-29T04:26:40.458Z | Compiling toml v0.8.19 |
1461 | 2025-01-29T04:26:40.521Z | Compiling tokio-native-tls v0.3.1 |
1462 | 2025-01-29T04:26:41.565Z | Compiling camino v1.1.9 |
1463 | 2025-01-29T04:26:42.013Z | Compiling phf_shared v0.11.2 |
1464 | 2025-01-29T04:26:42.031Z | Compiling dropshot_endpoint v0.12.0 |
1465 | 2025-01-29T04:26:42.381Z | Compiling terminal_size v0.4.0 |
1466 | 2025-01-29T04:26:42.438Z | Compiling waitgroup v0.1.2 |
1467 | 2025-01-29T04:26:42.610Z | Compiling openapiv3 v2.0.0 |
1468 | 2025-01-29T04:26:42.667Z | Compiling backtrace v0.3.74 |
1469 | 2025-01-29T04:26:42.717Z | Compiling serde_path_to_error v0.1.16 |
1470 | 2025-01-29T04:26:43.299Z | Compiling hkdf v0.12.4 |
1471 | 2025-01-29T04:26:43.479Z | Compiling crypto-bigint v0.5.5 |
1472 | 2025-01-29T04:26:43.575Z | Compiling curve25519-dalek-derive v0.1.1 |
1473 | 2025-01-29T04:26:45.045Z | Compiling zerocopy-derive v0.6.6 |
1474 | 2025-01-29T04:26:45.787Z | Compiling webpki-roots v0.26.6 |
1475 | 2025-01-29T04:26:46.023Z | Compiling hostname v0.4.0 |
1476 | 2025-01-29T04:26:46.236Z | Compiling fs-err v2.11.0 |
1477 | 2025-01-29T04:26:46.272Z | Compiling ahash v0.8.11 |
1478 | 2025-01-29T04:26:46.292Z | Compiling hubpack_derive v0.1.1 |
1479 | 2025-01-29T04:26:46.525Z | Compiling crc32fast v1.4.2 |
1480 | 2025-01-29T04:26:46.582Z | Compiling unicode-width v0.2.0 |
1481 | 2025-01-29T04:26:46.609Z | Compiling newtype-uuid v1.2.1 |
1482 | 2025-01-29T04:26:46.912Z | Compiling managed v0.8.0 |
1483 | 2025-01-29T04:26:46.933Z | Compiling winnow v0.5.40 |
1484 | 2025-01-29T04:26:47.034Z | Compiling debug-ignore v1.0.5 |
1485 | 2025-01-29T04:26:47.128Z | Compiling bitflags v1.3.2 |
1486 | 2025-01-29T04:26:47.152Z | Compiling clap_builder v4.5.27 |
1487 | 2025-01-29T04:26:47.188Z | Compiling hubpack v0.1.2 |
1488 | 2025-01-29T04:26:47.239Z | Compiling console v0.15.10 |
1489 | 2025-01-29T04:26:47.616Z | Compiling zerocopy v0.6.6 |
1490 | 2025-01-29T04:26:48.403Z | Compiling strum_macros v0.25.3 |
1491 | 2025-01-29T04:26:48.594Z | Compiling flate2 v1.0.35 |
1492 | 2025-01-29T04:26:49.009Z | Compiling elliptic-curve v0.13.8 |
1493 | 2025-01-29T04:26:49.474Z | Compiling hickory-resolver v0.24.2 |
1494 | 2025-01-29T04:26:49.832Z | Compiling phf v0.11.2 |
1495 | 2025-01-29T04:26:50.132Z | Compiling signal-hook-mio v0.2.4 |
1496 | 2025-01-29T04:26:50.284Z | Compiling toml_edit v0.19.15 |
1497 | 2025-01-29T04:26:50.308Z | Compiling rayon v1.10.0 |
1498 | 2025-01-29T04:26:50.445Z | Compiling cookie_store v0.21.1 |
1499 | 2025-01-29T04:26:51.972Z | Compiling hyper-tls v0.6.0 |
1500 | 2025-01-29T04:26:52.263Z | Compiling bzip2 v0.4.4 |
1501 | 2025-01-29T04:26:52.380Z | Compiling tokio-tungstenite v0.24.0 |
1502 | 2025-01-29T04:26:52.931Z | Compiling postgres-types v0.2.8 |
1503 | 2025-01-29T04:26:54.733Z | Compiling ed25519 v2.2.3 |
1504 | 2025-01-29T04:26:55.400Z | Compiling phf_shared v0.10.0 |
1505 | 2025-01-29T04:26:55.454Z | Compiling tokio-stream v0.1.16 |
1506 | 2025-01-29T04:26:55.492Z | Compiling pkcs1 v0.7.5 |
1507 | 2025-01-29T04:26:55.750Z | Compiling serde-big-array v0.5.1 |
1508 | 2025-01-29T04:26:55.995Z | Compiling clap_derive v4.5.24 |
1509 | 2025-01-29T04:26:56.390Z | Compiling rfc6979 v0.4.0 |
1510 | 2025-01-29T04:26:56.434Z | Compiling serde_repr v0.1.19 |
1511 | 2025-01-29T04:26:56.555Z | Compiling derive-where v1.2.7 |
1512 | 2025-01-29T04:26:56.595Z | Compiling float-cmp v0.9.0 |
1513 | 2025-01-29T04:26:56.837Z | Compiling bstr v1.10.0 |
1514 | 2025-01-29T04:26:57.490Z | Compiling sync_wrapper v1.0.1 |
1515 | 2025-01-29T04:26:57.548Z | Compiling precomputed-hash v0.1.1 |
1516 | 2025-01-29T04:26:57.576Z | Compiling number_prefix v0.4.0 |
1517 | 2025-01-29T04:26:57.662Z | Compiling bit-vec v0.6.3 |
1518 | 2025-01-29T04:26:57.684Z | Compiling fixedbitset v0.4.2 |
1519 | 2025-01-29T04:26:57.822Z | Compiling static_assertions v1.1.0 |
1520 | 2025-01-29T04:26:57.940Z | Compiling unicode-segmentation v1.12.0 |
1521 | 2025-01-29T04:26:58.067Z | Compiling whoami v1.5.2 |
1522 | 2025-01-29T04:26:58.129Z | Compiling new_debug_unreachable v1.0.6 |
1523 | 2025-01-29T04:26:58.240Z | Compiling difflib v0.4.0 |
1524 | 2025-01-29T04:26:58.463Z | Compiling predicates-core v1.0.8 |
1525 | 2025-01-29T04:26:58.640Z | Compiling normalize-line-endings v0.3.0 |
1526 | 2025-01-29T04:26:58.781Z | Compiling predicates v3.1.2 |
1527 | 2025-01-29T04:26:58.784Z | Compiling similar v2.6.0 |
1528 | 2025-01-29T04:26:58.840Z | Compiling tokio-postgres v0.7.12 |
1529 | 2025-01-29T04:26:59.684Z | Compiling string_cache v0.8.7 |
1530 | 2025-01-29T04:26:59.844Z | Compiling bit-set v0.5.3 |
1531 | 2025-01-29T04:27:00.131Z | Compiling petgraph v0.6.5 |
1532 | 2025-01-29T04:27:00.162Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1533 | 2025-01-29T04:27:00.323Z | Compiling indicatif v0.17.11 |
1534 | 2025-01-29T04:27:00.708Z | Compiling clap v4.5.27 |
1535 | 2025-01-29T04:27:00.838Z | Compiling ecdsa v0.16.9 |
1536 | 2025-01-29T04:27:00.938Z | Compiling rsa v0.9.6 |
1537 | 2025-01-29T04:27:01.676Z | Compiling ed25519-dalek v2.1.1 |
1538 | 2025-01-29T04:27:02.399Z | Compiling toml v0.7.8 |
1539 | 2025-01-29T04:27:03.004Z | Compiling zip v0.6.6 |
1540 | 2025-01-29T04:27:03.772Z | Compiling crossterm v0.28.1 |
1541 | 2025-01-29T04:27:04.833Z | Compiling hex v0.4.3 |
1542 | 2025-01-29T04:27:04.968Z | Compiling x509-cert v0.2.5 |
1543 | 2025-01-29T04:27:05.082Z | Compiling itertools v0.10.5 |
1544 | 2025-01-29T04:27:05.457Z | Compiling lalrpop-util v0.19.12 |
1545 | 2025-01-29T04:27:05.833Z | Compiling peg-runtime v0.8.3 |
1546 | 2025-01-29T04:27:06.428Z | Compiling unicode-xid v0.2.6 |
1547 | 2025-01-29T04:27:06.544Z | Compiling strum_macros v0.26.4 |
1548 | 2025-01-29T04:27:06.630Z | Compiling xattr v1.3.1 |
1549 | 2025-01-29T04:27:06.681Z | Compiling filetime v0.2.25 |
1550 | 2025-01-29T04:27:06.926Z | Compiling tar v0.4.42 |
1551 | 2025-01-29T04:27:11.274Z | Compiling strum v0.26.3 |
1552 | 2025-01-29T04:27:14.173Z | Compiling aws-lc-sys v0.22.0 |
1553 | 2025-01-29T04:27:41.807Z | Compiling rustls-webpki v0.102.8 |
1554 | 2025-01-29T04:27:45.046Z | Compiling tokio-rustls v0.25.0 |
1555 | 2025-01-29T04:27:46.762Z | Compiling tokio-rustls v0.26.0 |
1556 | 2025-01-29T04:27:47.090Z | Compiling hyper-rustls v0.27.3 |
1557 | 2025-01-29T04:27:47.438Z | Compiling reqwest v0.12.9 |
1558 | 2025-01-29T04:27:48.877Z | Compiling qorb v0.2.1 |
1559 | 2025-01-29T04:27:52.130Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1560 | 2025-01-29T04:27:52.389Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1561 | 2025-01-29T04:27:56.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1562 | 2025-01-29T04:27:57.103Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1563 | 2025-01-29T04:27:57.155Z | Jan 29 04:27:56.303 INFO Starting download, target: Clickhouse |
1564 | 2025-01-29T04:27:57.155Z | Jan 29 04:27:56.303 INFO Starting download, target: Cockroach |
1565 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.303 INFO Starting download, target: Console |
1566 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.303 INFO Starting download, target: DendriteOpenapi |
1567 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.303 INFO Starting download, target: DendriteStub |
1568 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.303 INFO Starting download, target: MaghemiteMgd |
1569 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.303 INFO Starting download, target: TransceiverControl |
1570 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.304 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1571 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.304 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1572 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.304 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1573 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.304 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1574 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.304 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1575 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.304 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1576 | 2025-01-29T04:27:57.158Z | Jan 29 04:27:56.304 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1577 | 2025-01-29T04:27:57.323Z | Jan 29 04:27:56.471 INFO Download complete, target: DendriteOpenapi |
1578 | 2025-01-29T04:27:57.391Z | Jan 29 04:27:56.535 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1579 | 2025-01-29T04:27:57.773Z | Jan 29 04:27:56.913 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1580 | 2025-01-29T04:27:58.047Z | Jan 29 04:27:57.192 INFO Download complete, target: TransceiverControl |
1581 | 2025-01-29T04:27:58.091Z | Jan 29 04:27:57.235 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1582 | 2025-01-29T04:27:58.134Z | Jan 29 04:27:57.281 INFO Download complete, target: Console |
1583 | 2025-01-29T04:27:58.212Z | Jan 29 04:27:57.359 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1584 | 2025-01-29T04:27:58.689Z | Jan 29 04:27:57.837 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1585 | 2025-01-29T04:27:58.689Z | Jan 29 04:27:57.837 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1586 | 2025-01-29T04:27:59.354Z | Jan 29 04:27:58.503 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1587 | 2025-01-29T04:28:00.923Z | Jan 29 04:28:00.072 INFO Download complete, target: DendriteStub |
1588 | 2025-01-29T04:28:01.037Z | Jan 29 04:28:00.185 INFO Download complete, target: MaghemiteMgd |
1589 | 2025-01-29T04:28:06.008Z | Jan 29 04:28:05.156 INFO Checking that binary works, target: Cockroach |
1590 | 2025-01-29T04:28:06.322Z | Jan 29 04:28:05.469 INFO Download complete, target: Cockroach |
1591 | 2025-01-29T04:28:11.599Z | Jan 29 04:28:10.746 INFO Checking that binary works, target: Clickhouse |
1592 | 2025-01-29T04:28:11.720Z | Jan 29 04:28:10.867 INFO Download complete, target: Clickhouse |
1593 | 2025-01-29T04:28:11.741Z | All builder prerequisites installed successfully, and PATH looks valid |
1594 | 2025-01-29T04:28:11.744Z | |
1595 | 2025-01-29T04:28:11.744Z | real 6:08.417426322 |
1596 | 2025-01-29T04:28:11.744Z | user 15:56.698695324 |
1597 | 2025-01-29T04:28:11.744Z | sys 2:04.515124492 |
1598 | 2025-01-29T04:28:11.744Z | trap 0.595693625 |
1599 | 2025-01-29T04:28:11.744Z | tflt 1.641691293 |
1600 | 2025-01-29T04:28:11.744Z | dflt 1.814844459 |
1601 | 2025-01-29T04:28:11.744Z | kflt 0.025321039 |
1602 | 2025-01-29T04:28:11.744Z | lock 24:58.485889577 |
1603 | 2025-01-29T04:28:11.744Z | slp 58:19.572951167 |
1604 | 2025-01-29T04:28:11.744Z | lat 1:00.322416988 |
1605 | 2025-01-29T04:28:11.744Z | stop 2:22.490845843 |
1606 | 2025-01-29T04:28:11.744Z | + banner hack-check |
1607 | 2025-01-29T04:28:11.749Z | |
1608 | 2025-01-29T04:28:11.749Z | # # ## #### # # #### # # ###### #### # # |
1609 | 2025-01-29T04:28:11.749Z | # # # # # # # # # # # # # # # # # |
1610 | 2025-01-29T04:28:11.749Z | ###### # # # #### ##### # ###### ##### # #### |
1611 | 2025-01-29T04:28:11.749Z | # # ###### # # # # # # # # # # |
1612 | 2025-01-29T04:28:11.749Z | # # # # # # # # # # # # # # # # # |
1613 | 2025-01-29T04:28:11.749Z | # # # # #### # # #### # # ###### #### # # |
1614 | 2025-01-29T04:28:11.749Z | |
1615 | 2025-01-29T04:28:11.749Z | + export CARGO_INCREMENTAL=0 |
1616 | 2025-01-29T04:28:11.749Z | + CARGO_INCREMENTAL=0 |
1617 | 2025-01-29T04:28:11.749Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1618 | 2025-01-29T04:28:12.286Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1619 | 2025-01-29T04:28:15.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
1620 | 2025-01-29T04:28:15.230Z | Running `target/debug/xtask check-features --ci` |
1621 | 2025-01-29T04:28:15.254Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1622 | 2025-01-29T04:28:15.254Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1623 | 2025-01-29T04:28:15.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1624 | 2025-01-29T04:28:15.716Z | Running `target/debug/xtask download cargo-hack` |
1625 | 2025-01-29T04:28:16.561Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1626 | 2025-01-29T04:28:16.913Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1627 | 2025-01-29T04:28:20.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s |
1628 | 2025-01-29T04:28:20.894Z | Running `target/debug/xtask-downloader cargo-hack` |
1629 | 2025-01-29T04:28:20.931Z | Jan 29 04:28:20.077 INFO Starting download, target: CargoHack |
1630 | 2025-01-29T04:28:20.934Z | Jan 29 04:28:20.078 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1631 | 2025-01-29T04:28:21.624Z | Jan 29 04:28:20.770 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1632 | 2025-01-29T04:28:21.716Z | Jan 29 04:28:20.862 INFO Download complete, target: CargoHack |
1633 | 2025-01-29T04:28:21.721Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1634 | 2025-01-29T04:28:21.738Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1635 | 2025-01-29T04:28:21.920Z | info: running `cargo check --bins` on api_identity (1/197) |
1636 | 2025-01-29T04:28:22.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2025-01-29T04:28:22.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2025-01-29T04:28:22.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2025-01-29T04:28:22.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1640 | 2025-01-29T04:28:22.541Z | |
1641 | 2025-01-29T04:28:22.542Z | info: running `cargo check --bins` on bootstore (2/197) |
1642 | 2025-01-29T04:28:23.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2025-01-29T04:28:23.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2025-01-29T04:28:23.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2025-01-29T04:28:23.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1646 | 2025-01-29T04:28:23.188Z | |
1647 | 2025-01-29T04:28:23.188Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1648 | 2025-01-29T04:28:23.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2025-01-29T04:28:23.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2025-01-29T04:28:23.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2025-01-29T04:28:23.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1652 | 2025-01-29T04:28:23.816Z | |
1653 | 2025-01-29T04:28:23.816Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1654 | 2025-01-29T04:28:24.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2025-01-29T04:28:24.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2025-01-29T04:28:24.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2025-01-29T04:28:24.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1658 | 2025-01-29T04:28:24.447Z | |
1659 | 2025-01-29T04:28:24.447Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1660 | 2025-01-29T04:28:24.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2025-01-29T04:28:24.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2025-01-29T04:28:24.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2025-01-29T04:28:24.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1664 | 2025-01-29T04:28:24.878Z | |
1665 | 2025-01-29T04:28:24.878Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1666 | 2025-01-29T04:28:25.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2025-01-29T04:28:25.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2025-01-29T04:28:25.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2025-01-29T04:28:25.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1670 | 2025-01-29T04:28:25.315Z | |
1671 | 2025-01-29T04:28:25.315Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1672 | 2025-01-29T04:28:25.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2025-01-29T04:28:25.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2025-01-29T04:28:25.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2025-01-29T04:28:25.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1676 | 2025-01-29T04:28:25.735Z | |
1677 | 2025-01-29T04:28:25.735Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1678 | 2025-01-29T04:28:26.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2025-01-29T04:28:26.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2025-01-29T04:28:26.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2025-01-29T04:28:26.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1682 | 2025-01-29T04:28:26.166Z | |
1683 | 2025-01-29T04:28:26.166Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1684 | 2025-01-29T04:28:26.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-01-29T04:28:26.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-01-29T04:28:26.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-01-29T04:28:26.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1688 | 2025-01-29T04:28:26.595Z | |
1689 | 2025-01-29T04:28:26.595Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1690 | 2025-01-29T04:28:26.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-01-29T04:28:26.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-01-29T04:28:26.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-01-29T04:28:26.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1694 | 2025-01-29T04:28:27.023Z | |
1695 | 2025-01-29T04:28:27.023Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1696 | 2025-01-29T04:28:27.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-01-29T04:28:27.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-01-29T04:28:27.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-01-29T04:28:27.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1700 | 2025-01-29T04:28:27.450Z | |
1701 | 2025-01-29T04:28:27.450Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1702 | 2025-01-29T04:28:27.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-01-29T04:28:27.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-01-29T04:28:27.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-01-29T04:28:27.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1706 | 2025-01-29T04:28:27.878Z | |
1707 | 2025-01-29T04:28:27.878Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1708 | 2025-01-29T04:28:28.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-01-29T04:28:28.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-01-29T04:28:28.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-01-29T04:28:28.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1712 | 2025-01-29T04:28:28.321Z | |
1713 | 2025-01-29T04:28:28.321Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1714 | 2025-01-29T04:28:28.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-01-29T04:28:28.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-01-29T04:28:28.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-01-29T04:28:28.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1718 | 2025-01-29T04:28:28.748Z | |
1719 | 2025-01-29T04:28:28.748Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1720 | 2025-01-29T04:28:29.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-01-29T04:28:29.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-01-29T04:28:29.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-01-29T04:28:29.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1724 | 2025-01-29T04:28:29.179Z | |
1725 | 2025-01-29T04:28:29.179Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1726 | 2025-01-29T04:28:29.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-01-29T04:28:29.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-01-29T04:28:29.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-01-29T04:28:29.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1730 | 2025-01-29T04:28:29.615Z | |
1731 | 2025-01-29T04:28:29.615Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1732 | 2025-01-29T04:28:30.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-01-29T04:28:30.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-01-29T04:28:30.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-01-29T04:28:30.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1736 | 2025-01-29T04:28:30.057Z | |
1737 | 2025-01-29T04:28:30.057Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1738 | 2025-01-29T04:28:30.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-01-29T04:28:30.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-01-29T04:28:30.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-01-29T04:28:30.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1742 | 2025-01-29T04:28:30.491Z | |
1743 | 2025-01-29T04:28:30.492Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1744 | 2025-01-29T04:28:30.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-01-29T04:28:30.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-01-29T04:28:30.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-01-29T04:28:30.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1748 | 2025-01-29T04:28:30.924Z | |
1749 | 2025-01-29T04:28:30.924Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1750 | 2025-01-29T04:28:31.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-01-29T04:28:31.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-01-29T04:28:31.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-01-29T04:28:31.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1754 | 2025-01-29T04:28:31.357Z | |
1755 | 2025-01-29T04:28:31.357Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1756 | 2025-01-29T04:28:31.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-01-29T04:28:31.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-01-29T04:28:31.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-01-29T04:28:31.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1760 | 2025-01-29T04:28:31.786Z | |
1761 | 2025-01-29T04:28:31.787Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1762 | 2025-01-29T04:28:32.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-01-29T04:28:32.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-01-29T04:28:32.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-01-29T04:28:32.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1766 | 2025-01-29T04:28:32.222Z | |
1767 | 2025-01-29T04:28:32.222Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1768 | 2025-01-29T04:28:32.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-01-29T04:28:32.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-01-29T04:28:32.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-01-29T04:28:32.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1772 | 2025-01-29T04:28:32.656Z | |
1773 | 2025-01-29T04:28:32.656Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1774 | 2025-01-29T04:28:33.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-01-29T04:28:33.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-01-29T04:28:33.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-01-29T04:28:33.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1778 | 2025-01-29T04:28:33.095Z | |
1779 | 2025-01-29T04:28:33.095Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1780 | 2025-01-29T04:28:33.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-01-29T04:28:33.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-01-29T04:28:33.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-01-29T04:28:33.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1784 | 2025-01-29T04:28:33.541Z | |
1785 | 2025-01-29T04:28:33.541Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1786 | 2025-01-29T04:28:33.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-01-29T04:28:33.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-01-29T04:28:33.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-01-29T04:28:33.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1790 | 2025-01-29T04:28:33.997Z | |
1791 | 2025-01-29T04:28:33.997Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1792 | 2025-01-29T04:28:34.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-01-29T04:28:34.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-01-29T04:28:34.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2025-01-29T04:28:34.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1796 | 2025-01-29T04:28:34.393Z | |
1797 | 2025-01-29T04:28:34.394Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1798 | 2025-01-29T04:28:34.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2025-01-29T04:28:34.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2025-01-29T04:28:34.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1801 | 2025-01-29T04:28:34.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1802 | 2025-01-29T04:28:34.831Z | |
1803 | 2025-01-29T04:28:34.831Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1804 | 2025-01-29T04:28:35.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2025-01-29T04:28:35.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2025-01-29T04:28:35.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1807 | 2025-01-29T04:28:35.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1808 | 2025-01-29T04:28:35.269Z | |
1809 | 2025-01-29T04:28:35.269Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1810 | 2025-01-29T04:28:35.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2025-01-29T04:28:35.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2025-01-29T04:28:35.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1813 | 2025-01-29T04:28:35.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1814 | 2025-01-29T04:28:35.693Z | |
1815 | 2025-01-29T04:28:35.693Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1816 | 2025-01-29T04:28:36.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2025-01-29T04:28:36.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2025-01-29T04:28:36.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1819 | 2025-01-29T04:28:36.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1820 | 2025-01-29T04:28:36.121Z | |
1821 | 2025-01-29T04:28:36.121Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1822 | 2025-01-29T04:28:36.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1823 | 2025-01-29T04:28:36.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1824 | 2025-01-29T04:28:36.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1825 | 2025-01-29T04:28:36.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1826 | 2025-01-29T04:28:36.544Z | |
1827 | 2025-01-29T04:28:36.544Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1828 | 2025-01-29T04:28:36.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1829 | 2025-01-29T04:28:36.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1830 | 2025-01-29T04:28:36.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1831 | 2025-01-29T04:28:36.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1832 | 2025-01-29T04:28:36.976Z | |
1833 | 2025-01-29T04:28:36.976Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1834 | 2025-01-29T04:28:37.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1835 | 2025-01-29T04:28:37.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1836 | 2025-01-29T04:28:37.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1837 | 2025-01-29T04:28:37.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1838 | 2025-01-29T04:28:37.416Z | |
1839 | 2025-01-29T04:28:37.416Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1840 | 2025-01-29T04:28:37.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1841 | 2025-01-29T04:28:37.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1842 | 2025-01-29T04:28:37.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1843 | 2025-01-29T04:28:37.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1844 | 2025-01-29T04:28:37.845Z | |
1845 | 2025-01-29T04:28:37.845Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1846 | 2025-01-29T04:28:38.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1847 | 2025-01-29T04:28:38.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1848 | 2025-01-29T04:28:38.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1849 | 2025-01-29T04:28:38.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1850 | 2025-01-29T04:28:38.274Z | |
1851 | 2025-01-29T04:28:38.274Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1852 | 2025-01-29T04:28:38.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1853 | 2025-01-29T04:28:38.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1854 | 2025-01-29T04:28:38.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1855 | 2025-01-29T04:28:38.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1856 | 2025-01-29T04:28:38.702Z | |
1857 | 2025-01-29T04:28:38.702Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1858 | 2025-01-29T04:28:39.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1859 | 2025-01-29T04:28:39.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1860 | 2025-01-29T04:28:39.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1861 | 2025-01-29T04:28:39.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1862 | 2025-01-29T04:28:39.139Z | |
1863 | 2025-01-29T04:28:39.139Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1864 | 2025-01-29T04:28:39.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1865 | 2025-01-29T04:28:39.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1866 | 2025-01-29T04:28:39.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1867 | 2025-01-29T04:28:39.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1868 | 2025-01-29T04:28:39.567Z | |
1869 | 2025-01-29T04:28:39.567Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1870 | 2025-01-29T04:28:39.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1871 | 2025-01-29T04:28:39.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1872 | 2025-01-29T04:28:39.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1873 | 2025-01-29T04:28:39.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1874 | 2025-01-29T04:28:39.996Z | |
1875 | 2025-01-29T04:28:39.996Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1876 | 2025-01-29T04:28:40.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1877 | 2025-01-29T04:28:40.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1878 | 2025-01-29T04:28:40.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1879 | 2025-01-29T04:28:40.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1880 | 2025-01-29T04:28:40.430Z | |
1881 | 2025-01-29T04:28:40.430Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1882 | 2025-01-29T04:28:40.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1883 | 2025-01-29T04:28:40.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1884 | 2025-01-29T04:28:40.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1885 | 2025-01-29T04:28:40.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1886 | 2025-01-29T04:28:40.868Z | |
1887 | 2025-01-29T04:28:40.868Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1888 | 2025-01-29T04:28:41.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1889 | 2025-01-29T04:28:41.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1890 | 2025-01-29T04:28:41.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1891 | 2025-01-29T04:28:41.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1892 | 2025-01-29T04:28:41.302Z | |
1893 | 2025-01-29T04:28:41.302Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1894 | 2025-01-29T04:28:41.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2025-01-29T04:28:41.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2025-01-29T04:28:41.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1897 | 2025-01-29T04:28:41.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1898 | 2025-01-29T04:28:41.726Z | |
1899 | 2025-01-29T04:28:41.726Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1900 | 2025-01-29T04:28:42.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1901 | 2025-01-29T04:28:42.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1902 | 2025-01-29T04:28:42.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1903 | 2025-01-29T04:28:42.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1904 | 2025-01-29T04:28:42.368Z | |
1905 | 2025-01-29T04:28:42.368Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1906 | 2025-01-29T04:28:42.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1907 | 2025-01-29T04:28:43.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1908 | 2025-01-29T04:28:43.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1909 | 2025-01-29T04:28:43.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1910 | 2025-01-29T04:28:43.181Z | |
1911 | 2025-01-29T04:28:43.183Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1912 | 2025-01-29T04:28:43.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2025-01-29T04:28:43.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2025-01-29T04:28:43.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1915 | 2025-01-29T04:28:43.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1916 | 2025-01-29T04:28:43.659Z | |
1917 | 2025-01-29T04:28:43.660Z | info: running `cargo check --bins` on oxlog (48/197) |
1918 | 2025-01-29T04:28:44.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1919 | 2025-01-29T04:28:44.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1920 | 2025-01-29T04:28:44.276Z | Checking cfg-if v1.0.0 |
1921 | 2025-01-29T04:28:44.338Z | Checking libc v0.2.169 |
1922 | 2025-01-29T04:28:44.390Z | Checking serde v1.0.217 |
1923 | 2025-01-29T04:28:44.426Z | Checking zeroize v1.8.1 |
1924 | 2025-01-29T04:28:44.426Z | Checking memchr v2.7.4 |
1925 | 2025-01-29T04:28:44.427Z | Checking typenum v1.17.0 |
1926 | 2025-01-29T04:28:44.482Z | Checking subtle v2.6.1 |
1927 | 2025-01-29T04:28:44.482Z | Checking scopeguard v1.2.0 |
1928 | 2025-01-29T04:28:44.561Z | Checking value-bag v1.9.0 |
1929 | 2025-01-29T04:28:44.655Z | Checking lock_api v0.4.12 |
1930 | 2025-01-29T04:28:44.724Z | Checking smallvec v1.13.2 |
1931 | 2025-01-29T04:28:44.725Z | Checking const-oid v0.9.6 |
1932 | 2025-01-29T04:28:44.882Z | Checking log v0.4.22 |
1933 | 2025-01-29T04:28:44.931Z | Checking itoa v1.0.11 |
1934 | 2025-01-29T04:28:44.977Z | Checking pin-project-lite v0.2.14 |
1935 | 2025-01-29T04:28:45.134Z | Checking byteorder v1.5.0 |
1936 | 2025-01-29T04:28:45.149Z | Checking once_cell v1.20.2 |
1937 | 2025-01-29T04:28:45.223Z | Checking futures-core v0.3.31 |
1938 | 2025-01-29T04:28:45.372Z | Checking cpufeatures v0.2.14 |
1939 | 2025-01-29T04:28:45.404Z | Checking getrandom v0.2.15 |
1940 | 2025-01-29T04:28:45.419Z | Checking parking_lot_core v0.9.10 |
1941 | 2025-01-29T04:28:45.436Z | Checking signal-hook-registry v1.4.2 |
1942 | 2025-01-29T04:28:45.449Z | Checking generic-array v0.14.7 |
1943 | 2025-01-29T04:28:45.471Z | Checking mio v1.0.2 |
1944 | 2025-01-29T04:28:45.521Z | Checking stable_deref_trait v1.2.0 |
1945 | 2025-01-29T04:28:45.630Z | Checking futures-sink v0.3.31 |
1946 | 2025-01-29T04:28:45.654Z | Checking rand_core v0.6.4 |
1947 | 2025-01-29T04:28:45.682Z | Checking socket2 v0.5.7 |
1948 | 2025-01-29T04:28:45.751Z | Checking parking_lot v0.12.3 |
1949 | 2025-01-29T04:28:45.788Z | Checking zerocopy v0.7.35 |
1950 | 2025-01-29T04:28:45.950Z | Checking zerofrom v0.1.4 |
1951 | 2025-01-29T04:28:46.074Z | Checking spin v0.9.8 |
1952 | 2025-01-29T04:28:46.136Z | Checking slab v0.4.9 |
1953 | 2025-01-29T04:28:46.163Z | Checking futures-channel v0.3.31 |
1954 | 2025-01-29T04:28:46.185Z | Checking yoke v0.7.4 |
1955 | 2025-01-29T04:28:46.399Z | Checking foldhash v0.1.3 |
1956 | 2025-01-29T04:28:46.512Z | Checking equivalent v1.0.1 |
1957 | 2025-01-29T04:28:46.600Z | Checking zerovec v0.10.4 |
1958 | 2025-01-29T04:28:46.600Z | Checking crypto-common v0.1.6 |
1959 | 2025-01-29T04:28:46.600Z | Checking block-buffer v0.10.4 |
1960 | 2025-01-29T04:28:46.600Z | Checking pin-utils v0.1.0 |
1961 | 2025-01-29T04:28:46.670Z | Checking allocator-api2 v0.2.18 |
1962 | 2025-01-29T04:28:46.671Z | Checking futures-io v0.3.31 |
1963 | 2025-01-29T04:28:46.742Z | Checking futures-task v0.3.31 |
1964 | 2025-01-29T04:28:46.742Z | Checking block-padding v0.3.3 |
1965 | 2025-01-29T04:28:46.785Z | Checking digest v0.10.7 |
1966 | 2025-01-29T04:28:46.831Z | Checking ryu v1.0.18 |
1967 | 2025-01-29T04:28:46.892Z | Checking futures-util v0.3.31 |
1968 | 2025-01-29T04:28:46.965Z | Checking inout v0.1.3 |
1969 | 2025-01-29T04:28:47.029Z | Checking litemap v0.7.3 |
1970 | 2025-01-29T04:28:47.053Z | Checking fnv v1.0.7 |
1971 | 2025-01-29T04:28:47.103Z | Checking hmac v0.12.1 |
1972 | 2025-01-29T04:28:47.120Z | Checking writeable v0.5.5 |
1973 | 2025-01-29T04:28:47.166Z | Checking hashbrown v0.15.1 |
1974 | 2025-01-29T04:28:47.179Z | Checking cipher v0.4.4 |
1975 | 2025-01-29T04:28:47.305Z | Checking sha2 v0.10.8 |
1976 | 2025-01-29T04:28:47.359Z | Checking libm v0.2.8 |
1977 | 2025-01-29T04:28:47.441Z | Checking base64ct v1.6.0 |
1978 | 2025-01-29T04:28:47.550Z | Checking ppv-lite86 v0.2.20 |
1979 | 2025-01-29T04:28:47.866Z | Checking pem-rfc7468 v0.7.0 |
1980 | 2025-01-29T04:28:47.887Z | Checking icu_locid_transform_data v1.5.0 |
1981 | 2025-01-29T04:28:47.980Z | Checking flagset v0.4.6 |
1982 | 2025-01-29T04:28:48.027Z | Checking tinystr v0.7.6 |
1983 | 2025-01-29T04:28:48.122Z | Checking icu_collections v1.5.0 |
1984 | 2025-01-29T04:28:48.175Z | Checking der v0.7.9 |
1985 | 2025-01-29T04:28:48.178Z | Checking tracing-core v0.1.32 |
1986 | 2025-01-29T04:28:48.275Z | Checking num-traits v0.2.19 |
1987 | 2025-01-29T04:28:48.292Z | Checking rand_chacha v0.3.1 |
1988 | 2025-01-29T04:28:48.352Z | Checking icu_locid v1.5.0 |
1989 | 2025-01-29T04:28:48.677Z | Checking thiserror v1.0.69 |
1990 | 2025-01-29T04:28:48.789Z | Checking rustls-pki-types v1.10.0 |
1991 | 2025-01-29T04:28:48.806Z | Checking percent-encoding v2.3.1 |
1992 | 2025-01-29T04:28:48.824Z | Checking icu_properties_data v1.5.0 |
1993 | 2025-01-29T04:28:48.860Z | Checking bytes v1.9.0 |
1994 | 2025-01-29T04:28:49.029Z | Checking indexmap v2.7.1 |
1995 | 2025-01-29T04:28:49.087Z | Checking serde_json v1.0.135 |
1996 | 2025-01-29T04:28:49.300Z | Checking icu_provider v1.5.0 |
1997 | 2025-01-29T04:28:49.350Z | Checking bitflags v2.6.0 |
1998 | 2025-01-29T04:28:49.638Z | Checking tokio v1.43.0 |
1999 | 2025-01-29T04:28:49.657Z | Checking http v1.2.0 |
2000 | 2025-01-29T04:28:49.750Z | Checking tracing v0.1.40 |
2001 | 2025-01-29T04:28:49.878Z | Checking spki v0.7.3 |
2002 | 2025-01-29T04:28:49.909Z | Checking icu_locid_transform v1.5.0 |
2003 | 2025-01-29T04:28:50.108Z | Checking rand v0.8.5 |
2004 | 2025-01-29T04:28:50.180Z | Checking salsa20 v0.10.2 |
2005 | 2025-01-29T04:28:50.220Z | Checking pbkdf2 v0.12.2 |
2006 | 2025-01-29T04:28:50.390Z | Checking aws-lc-sys v0.22.0 |
2007 | 2025-01-29T04:28:50.408Z | Checking httparse v1.9.5 |
2008 | 2025-01-29T04:28:50.665Z | Checking untrusted v0.7.1 |
2009 | 2025-01-29T04:28:50.830Z | Checking untrusted v0.9.0 |
2010 | 2025-01-29T04:28:50.859Z | Checking mirai-annotations v1.12.0 |
2011 | 2025-01-29T04:28:50.897Z | Checking icu_properties v1.5.1 |
2012 | 2025-01-29T04:28:50.926Z | Checking powerfmt v0.2.0 |
2013 | 2025-01-29T04:28:51.008Z | Checking utf8_iter v1.0.4 |
2014 | 2025-01-29T04:28:51.042Z | Checking icu_normalizer_data v1.5.0 |
2015 | 2025-01-29T04:28:51.143Z | Checking utf16_iter v1.0.5 |
2016 | 2025-01-29T04:28:51.224Z | Checking write16 v1.0.0 |
2017 | 2025-01-29T04:28:51.240Z | Checking deranged v0.3.11 |
2018 | 2025-01-29T04:28:51.314Z | Checking ring v0.17.8 |
2019 | 2025-01-29T04:28:51.349Z | Checking scrypt v0.11.0 |
2020 | 2025-01-29T04:28:51.364Z | Checking aes v0.8.4 |
2021 | 2025-01-29T04:28:51.417Z | Checking cbc v0.1.2 |
2022 | 2025-01-29T04:28:51.564Z | Checking crossbeam-utils v0.8.20 |
2023 | 2025-01-29T04:28:51.612Z | Checking num-conv v0.1.0 |
2024 | 2025-01-29T04:28:51.865Z | Checking atomic-waker v1.1.2 |
2025 | 2025-01-29T04:28:52.017Z | Checking time-core v0.1.2 |
2026 | 2025-01-29T04:28:52.195Z | Checking num_threads v0.1.7 |
2027 | 2025-01-29T04:28:52.265Z | Checking tinyvec_macros v0.1.1 |
2028 | 2025-01-29T04:28:52.268Z | Checking pkcs5 v0.7.1 |
2029 | 2025-01-29T04:28:52.314Z | Checking http-body v1.0.1 |
2030 | 2025-01-29T04:28:52.360Z | Checking tinyvec v1.8.0 |
2031 | 2025-01-29T04:28:52.505Z | Checking aws-lc-rs v1.10.0 |
2032 | 2025-01-29T04:28:52.535Z | Checking form_urlencoded v1.2.1 |
2033 | 2025-01-29T04:28:52.624Z | Checking time v0.3.36 |
2034 | 2025-01-29T04:28:52.747Z | Checking try-lock v0.2.5 |
2035 | 2025-01-29T04:28:52.789Z | Checking pkcs8 v0.10.2 |
2036 | 2025-01-29T04:28:52.901Z | Checking want v0.3.1 |
2037 | 2025-01-29T04:28:53.102Z | Checking uuid v1.12.0 |
2038 | 2025-01-29T04:28:53.117Z | Checking httpdate v1.0.3 |
2039 | 2025-01-29T04:28:53.151Z | Checking unicode-ident v1.0.14 |
2040 | 2025-01-29T04:28:53.335Z | Checking proc-macro2 v1.0.92 |
2041 | 2025-01-29T04:28:53.352Z | Checking toml_datetime v0.6.8 |
2042 | 2025-01-29T04:28:53.651Z | Checking serde_spanned v0.6.8 |
2043 | 2025-01-29T04:28:53.654Z | Checking slog v2.7.0 |
2044 | 2025-01-29T04:28:53.716Z | Checking scroll v0.12.0 |
2045 | 2025-01-29T04:28:53.860Z | Checking foreign-types-shared v0.1.1 |
2046 | 2025-01-29T04:28:53.983Z | Checking ucd-trie v0.1.7 |
2047 | 2025-01-29T04:28:54.024Z | Checking iana-time-zone v0.1.61 |
2048 | 2025-01-29T04:28:54.117Z | Checking plain v0.2.3 |
2049 | 2025-01-29T04:28:54.163Z | Checking rustls-webpki v0.102.8 |
2050 | 2025-01-29T04:28:54.180Z | Checking base64 v0.22.1 |
2051 | 2025-01-29T04:28:54.197Z | Checking adler2 v2.0.0 |
2052 | 2025-01-29T04:28:54.199Z | Checking tower-service v0.3.3 |
2053 | 2025-01-29T04:28:54.226Z | Checking icu_normalizer v1.5.0 |
2054 | 2025-01-29T04:28:54.268Z | Checking match_cfg v0.1.0 |
2055 | 2025-01-29T04:28:54.336Z | Checking goblin v0.8.2 |
2056 | 2025-01-29T04:28:54.355Z | Checking miniz_oxide v0.8.0 |
2057 | 2025-01-29T04:28:54.372Z | Checking hostname v0.3.1 |
2058 | 2025-01-29T04:28:54.502Z | Checking pest v2.7.14 |
2059 | 2025-01-29T04:28:54.658Z | Checking chrono v0.4.39 |
2060 | 2025-01-29T04:28:54.942Z | Checking quote v1.0.38 |
2061 | 2025-01-29T04:28:54.969Z | Checking foreign-types v0.3.2 |
2062 | 2025-01-29T04:28:55.018Z | Checking idna_adapter v1.2.0 |
2063 | 2025-01-29T04:28:55.075Z | Checking openssl-sys v0.9.103 |
2064 | 2025-01-29T04:28:55.106Z | Checking dirs-sys-next v0.1.2 |
2065 | 2025-01-29T04:28:55.226Z | Checking idna v1.0.3 |
2066 | 2025-01-29T04:28:55.255Z | Checking errno v0.3.9 |
2067 | 2025-01-29T04:28:55.290Z | Checking aho-corasick v1.1.3 |
2068 | 2025-01-29T04:28:55.434Z | Compiling newtype-uuid v1.2.1 |
2069 | 2025-01-29T04:28:55.703Z | Checking data-encoding v2.6.0 |
2070 | 2025-01-29T04:28:55.741Z | Checking url v2.5.3 |
2071 | 2025-01-29T04:28:56.216Z | Checking regex-syntax v0.8.5 |
2072 | 2025-01-29T04:28:56.275Z | Checking siphasher v0.3.11 |
2073 | 2025-01-29T04:28:56.470Z | Checking tokio-util v0.7.12 |
2074 | 2025-01-29T04:28:56.548Z | Checking pretty-hex v0.4.1 |
2075 | 2025-01-29T04:28:56.590Z | Checking openssl v0.10.66 |
2076 | 2025-01-29T04:28:56.701Z | Checking rustix v0.38.37 |
2077 | 2025-01-29T04:28:56.793Z | Checking dirs-next v2.0.0 |
2078 | 2025-01-29T04:28:56.908Z | Checking syn v2.0.96 |
2079 | 2025-01-29T04:28:56.970Z | Checking unicode-normalization v0.1.24 |
2080 | 2025-01-29T04:28:57.148Z | Checking dtrace-parser v0.2.0 |
2081 | 2025-01-29T04:28:57.289Z | Checking h2 v0.4.6 |
2082 | 2025-01-29T04:28:57.591Z | Checking http-body-util v0.1.2 |
2083 | 2025-01-29T04:28:57.829Z | Checking crossbeam-epoch v0.9.18 |
2084 | 2025-01-29T04:28:58.030Z | Checking signature v2.2.0 |
2085 | 2025-01-29T04:28:58.230Z | Checking sha1 v0.10.6 |
2086 | 2025-01-29T04:28:58.248Z | Checking thread_local v1.1.8 |
2087 | 2025-01-29T04:28:58.506Z | Checking thread-id v4.2.2 |
2088 | 2025-01-29T04:28:58.530Z | Checking encoding_rs v0.8.34 |
2089 | 2025-01-29T04:28:58.624Z | Checking anstyle v1.0.10 |
2090 | 2025-01-29T04:28:58.977Z | Checking gimli v0.31.1 |
2091 | 2025-01-29T04:28:59.202Z | Checking dof v0.3.0 |
2092 | 2025-01-29T04:28:59.465Z | Checking regex-automata v0.4.8 |
2093 | 2025-01-29T04:28:59.744Z | Checking either v1.13.0 |
2094 | 2025-01-29T04:28:59.852Z | Checking openssl-probe v0.1.5 |
2095 | 2025-01-29T04:29:00.021Z | Checking winnow v0.6.20 |
2096 | 2025-01-29T04:29:00.104Z | Checking unicode-properties v0.1.3 |
2097 | 2025-01-29T04:29:00.500Z | Checking mime v0.3.17 |
2098 | 2025-01-29T04:29:00.825Z | Checking ipnet v2.10.1 |
2099 | 2025-01-29T04:29:00.875Z | Checking utf8parse v0.2.2 |
2100 | 2025-01-29T04:29:01.053Z | Checking unicode-bidi v0.3.17 |
2101 | 2025-01-29T04:29:01.292Z | Checking anstyle-parse v0.2.5 |
2102 | 2025-01-29T04:29:01.569Z | Checking crossbeam-deque v0.8.5 |
2103 | 2025-01-29T04:29:01.711Z | Checking stringprep v0.1.5 |
2104 | 2025-01-29T04:29:01.755Z | Checking native-tls v0.2.12 |
2105 | 2025-01-29T04:29:01.982Z | Checking term v0.7.0 |
2106 | 2025-01-29T04:29:02.025Z | Checking slog-json v2.6.1 |
2107 | 2025-01-29T04:29:02.132Z | Checking rustls v0.22.4 |
2108 | 2025-01-29T04:29:02.323Z | Checking rustls v0.23.19 |
2109 | 2025-01-29T04:29:02.375Z | Checking serde_urlencoded v0.7.1 |
2110 | 2025-01-29T04:29:02.702Z | Checking usdt-impl v0.5.0 |
2111 | 2025-01-29T04:29:02.773Z | Checking addr2line v0.24.2 |
2112 | 2025-01-29T04:29:02.773Z | Checking crossbeam-channel v0.5.13 |
2113 | 2025-01-29T04:29:02.834Z | Checking toml_edit v0.22.22 |
2114 | 2025-01-29T04:29:03.197Z | Checking futures-executor v0.3.31 |
2115 | 2025-01-29T04:29:03.219Z | Checking num-integer v0.1.46 |
2116 | 2025-01-29T04:29:03.410Z | Checking rustls-pemfile v2.2.0 |
2117 | 2025-01-29T04:29:03.435Z | Checking md-5 v0.10.6 |
2118 | 2025-01-29T04:29:03.621Z | Checking ff v0.13.0 |
2119 | 2025-01-29T04:29:03.667Z | Checking hash32 v0.2.1 |
2120 | 2025-01-29T04:29:03.684Z | Checking is-terminal v0.4.13 |
2121 | 2025-01-29T04:29:03.770Z | Checking hyper v1.5.2 |
2122 | 2025-01-29T04:29:03.810Z | Checking memmap v0.7.0 |
2123 | 2025-01-29T04:29:03.824Z | Checking object v0.36.5 |
2124 | 2025-01-29T04:29:03.827Z | Checking utf-8 v0.7.6 |
2125 | 2025-01-29T04:29:03.962Z | Checking anstyle-query v1.1.1 |
2126 | 2025-01-29T04:29:04.025Z | Checking is_terminal_polyfill v1.70.1 |
2127 | 2025-01-29T04:29:04.040Z | Checking psl-types v2.0.11 |
2128 | 2025-01-29T04:29:04.100Z | Checking take_mut v0.2.2 |
2129 | 2025-01-29T04:29:04.140Z | Checking quick-error v1.2.3 |
2130 | 2025-01-29T04:29:04.229Z | Checking rustc-demangle v0.1.24 |
2131 | 2025-01-29T04:29:04.247Z | Checking dyn-clone v1.0.17 |
2132 | 2025-01-29T04:29:04.286Z | Checking fallible-iterator v0.2.0 |
2133 | 2025-01-29T04:29:04.401Z | Checking linked-hash-map v0.5.6 |
2134 | 2025-01-29T04:29:04.694Z | Checking colorchoice v1.0.2 |
2135 | 2025-01-29T04:29:04.717Z | Checking base16ct v0.2.0 |
2136 | 2025-01-29T04:29:04.848Z | Checking anstream v0.6.15 |
2137 | 2025-01-29T04:29:04.872Z | Checking postgres-protocol v0.6.7 |
2138 | 2025-01-29T04:29:04.922Z | Checking sec1 v0.7.3 |
2139 | 2025-01-29T04:29:05.217Z | Checking lru-cache v0.1.2 |
2140 | 2025-01-29T04:29:05.321Z | Checking schemars v0.8.21 |
2141 | 2025-01-29T04:29:05.351Z | Checking tokio-rustls v0.25.0 |
2142 | 2025-01-29T04:29:05.405Z | Checking toml v0.8.19 |
2143 | 2025-01-29T04:29:05.405Z | Checking resolv-conf v0.7.0 |
2144 | 2025-01-29T04:29:05.503Z | Checking slog-async v2.8.0 |
2145 | 2025-01-29T04:29:05.701Z | Checking hyper-util v0.1.10 |
2146 | 2025-01-29T04:29:05.738Z | Checking publicsuffix v2.3.0 |
2147 | 2025-01-29T04:29:05.756Z | Checking tungstenite v0.24.0 |
2148 | 2025-01-29T04:29:05.795Z | Checking usdt v0.5.0 |
2149 | 2025-01-29T04:29:06.029Z | Checking heapless v0.7.17 |
2150 | 2025-01-29T04:29:06.068Z | Checking group v0.13.0 |
2151 | 2025-01-29T04:29:06.100Z | Checking slog-term v2.9.1 |
2152 | 2025-01-29T04:29:06.328Z | Checking num-iter v0.1.45 |
2153 | 2025-01-29T04:29:06.509Z | Checking futures v0.3.31 |
2154 | 2025-01-29T04:29:06.620Z | Checking slog-bunyan v2.5.0 |
2155 | 2025-01-29T04:29:06.636Z | Checking tokio-native-tls v0.3.1 |
2156 | 2025-01-29T04:29:06.652Z | Checking rayon-core v1.12.1 |
2157 | 2025-01-29T04:29:06.797Z | Checking hickory-proto v0.24.2 |
2158 | 2025-01-29T04:29:06.866Z | Checking multer v3.1.0 |
2159 | 2025-01-29T04:29:06.899Z | Checking terminal_size v0.4.0 |
2160 | 2025-01-29T04:29:07.069Z | Checking phf_shared v0.11.2 |
2161 | 2025-01-29T04:29:07.210Z | Checking cookie v0.18.1 |
2162 | 2025-01-29T04:29:07.250Z | Checking async-stream v0.3.6 |
2163 | 2025-01-29T04:29:07.321Z | Checking bzip2-sys v0.1.11+1.0.8 |
2164 | 2025-01-29T04:29:07.347Z | Checking signal-hook v0.3.17 |
2165 | 2025-01-29T04:29:07.393Z | Checking tokio-rustls v0.26.0 |
2166 | 2025-01-29T04:29:07.445Z | Checking camino v1.1.9 |
2167 | 2025-01-29T04:29:07.448Z | Checking waitgroup v0.1.2 |
2168 | 2025-01-29T04:29:07.601Z | Checking openapiv3 v2.0.0 |
2169 | 2025-01-29T04:29:07.633Z | Checking webpki-roots v0.26.6 |
2170 | 2025-01-29T04:29:07.676Z | Checking serde_path_to_error v0.1.16 |
2171 | 2025-01-29T04:29:07.706Z | Checking hkdf v0.12.4 |
2172 | 2025-01-29T04:29:07.783Z | Checking crypto-bigint v0.5.5 |
2173 | 2025-01-29T04:29:07.833Z | Checking lazy_static v1.5.0 |
2174 | 2025-01-29T04:29:07.915Z | Checking hostname v0.4.0 |
2175 | 2025-01-29T04:29:07.942Z | Checking crc32fast v1.4.2 |
2176 | 2025-01-29T04:29:07.961Z | Checking bitflags v1.3.2 |
2177 | 2025-01-29T04:29:08.056Z | Checking clap_lex v0.7.4 |
2178 | 2025-01-29T04:29:08.073Z | Checking strsim v0.11.1 |
2179 | 2025-01-29T04:29:08.184Z | Checking winnow v0.5.40 |
2180 | 2025-01-29T04:29:08.261Z | Checking unicode-width v0.2.0 |
2181 | 2025-01-29T04:29:08.308Z | Checking debug-ignore v1.0.5 |
2182 | 2025-01-29T04:29:08.363Z | Checking managed v0.8.0 |
2183 | 2025-01-29T04:29:08.450Z | Checking clap_builder v4.5.27 |
2184 | 2025-01-29T04:29:08.749Z | Checking smoltcp v0.9.1 |
2185 | 2025-01-29T04:29:08.752Z | Checking console v0.15.10 |
2186 | 2025-01-29T04:29:09.331Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2187 | 2025-01-29T04:29:09.630Z | Checking flate2 v1.0.35 |
2188 | 2025-01-29T04:29:09.788Z | Checking backtrace v0.3.74 |
2189 | 2025-01-29T04:29:10.234Z | Checking num-bigint-dig v0.8.4 |
2190 | 2025-01-29T04:29:10.261Z | Checking hyper-rustls v0.27.3 |
2191 | 2025-01-29T04:29:10.364Z | Checking anyhow v1.0.95 |
2192 | 2025-01-29T04:29:10.427Z | Checking elliptic-curve v0.13.8 |
2193 | 2025-01-29T04:29:10.615Z | Checking hyper-tls v0.6.0 |
2194 | 2025-01-29T04:29:10.730Z | Checking signal-hook-mio v0.2.4 |
2195 | 2025-01-29T04:29:10.834Z | Checking dropshot v0.12.0 |
2196 | 2025-01-29T04:29:10.883Z | Checking cookie_store v0.21.1 |
2197 | 2025-01-29T04:29:10.900Z | Checking bzip2 v0.4.4 |
2198 | 2025-01-29T04:29:11.056Z | Checking phf v0.11.2 |
2199 | 2025-01-29T04:29:11.073Z | Checking toml_edit v0.19.15 |
2200 | 2025-01-29T04:29:11.228Z | Checking rayon v1.10.0 |
2201 | 2025-01-29T04:29:11.271Z | Checking tokio-tungstenite v0.24.0 |
2202 | 2025-01-29T04:29:11.327Z | Checking postgres-types v0.2.8 |
2203 | 2025-01-29T04:29:11.421Z | Checking hickory-resolver v0.24.2 |
2204 | 2025-01-29T04:29:11.561Z | Checking bstr v1.10.0 |
2205 | 2025-01-29T04:29:11.750Z | Checking regex v1.11.1 |
2206 | 2025-01-29T04:29:11.964Z | Checking ed25519 v2.2.3 |
2207 | 2025-01-29T04:29:12.192Z | Checking tokio-stream v0.1.16 |
2208 | 2025-01-29T04:29:12.262Z | Checking phf_shared v0.10.0 |
2209 | 2025-01-29T04:29:12.352Z | Checking curve25519-dalek v4.1.3 |
2210 | 2025-01-29T04:29:12.466Z | Checking zerocopy v0.6.6 |
2211 | 2025-01-29T04:29:12.527Z | Checking hubpack v0.1.2 |
2212 | 2025-01-29T04:29:12.828Z | Checking portable-atomic v1.9.0 |
2213 | 2025-01-29T04:29:12.999Z | Checking pkcs1 v0.7.5 |
2214 | 2025-01-29T04:29:13.036Z | Checking float-cmp v0.9.0 |
2215 | 2025-01-29T04:29:13.137Z | Checking serde-big-array v0.5.1 |
2216 | 2025-01-29T04:29:13.243Z | Checking rfc6979 v0.4.0 |
2217 | 2025-01-29T04:29:13.360Z | Checking sync_wrapper v1.0.1 |
2218 | 2025-01-29T04:29:13.415Z | Checking bit-vec v0.6.3 |
2219 | 2025-01-29T04:29:13.433Z | Checking precomputed-hash v0.1.1 |
2220 | 2025-01-29T04:29:13.519Z | Checking normalize-line-endings v0.3.0 |
2221 | 2025-01-29T04:29:13.536Z | Checking whoami v1.5.2 |
2222 | 2025-01-29T04:29:13.556Z | Checking number_prefix v0.4.0 |
2223 | 2025-01-29T04:29:13.652Z | Checking minimal-lexical v0.2.1 |
2224 | 2025-01-29T04:29:13.724Z | Checking fixedbitset v0.4.2 |
2225 | 2025-01-29T04:29:13.756Z | Checking new_debug_unreachable v1.0.6 |
2226 | 2025-01-29T04:29:13.850Z | Checking unicode-segmentation v1.12.0 |
2227 | 2025-01-29T04:29:13.853Z | Checking predicates-core v1.0.8 |
2228 | 2025-01-29T04:29:13.877Z | Checking difflib v0.4.0 |
2229 | 2025-01-29T04:29:13.981Z | Checking static_assertions v1.1.0 |
2230 | 2025-01-29T04:29:14.046Z | Checking nom v7.1.3 |
2231 | 2025-01-29T04:29:14.061Z | Checking petgraph v0.6.5 |
2232 | 2025-01-29T04:29:14.082Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2233 | 2025-01-29T04:29:14.118Z | Checking ed25519-dalek v2.1.1 |
2234 | 2025-01-29T04:29:14.195Z | Checking predicates v3.1.2 |
2235 | 2025-01-29T04:29:14.270Z | Checking qorb v0.2.1 |
2236 | 2025-01-29T04:29:14.526Z | Checking similar v2.6.0 |
2237 | 2025-01-29T04:29:14.539Z | Checking tokio-postgres v0.7.12 |
2238 | 2025-01-29T04:29:14.694Z | Checking indicatif v0.17.11 |
2239 | 2025-01-29T04:29:14.813Z | Checking string_cache v0.8.7 |
2240 | 2025-01-29T04:29:15.091Z | Checking bit-set v0.5.3 |
2241 | 2025-01-29T04:29:15.351Z | Checking toml v0.7.8 |
2242 | 2025-01-29T04:29:15.367Z | Checking reqwest v0.12.9 |
2243 | 2025-01-29T04:29:15.408Z | Checking ecdsa v0.16.9 |
2244 | 2025-01-29T04:29:16.034Z | Checking rsa v0.9.6 |
2245 | 2025-01-29T04:29:16.139Z | Checking clap v4.5.27 |
2246 | 2025-01-29T04:29:16.260Z | Checking zip v0.6.6 |
2247 | 2025-01-29T04:29:16.731Z | Checking crossterm v0.28.1 |
2248 | 2025-01-29T04:29:16.798Z | Checking itertools v0.10.5 |
2249 | 2025-01-29T04:29:16.937Z | Checking itertools v0.12.1 |
2250 | 2025-01-29T04:29:17.057Z | Checking fs-err v2.11.0 |
2251 | 2025-01-29T04:29:17.143Z | Checking ahash v0.8.11 |
2252 | 2025-01-29T04:29:17.373Z | Checking x509-cert v0.2.5 |
2253 | 2025-01-29T04:29:17.428Z | Checking semver v1.0.24 |
2254 | 2025-01-29T04:29:17.603Z | Checking hex v0.4.3 |
2255 | 2025-01-29T04:29:17.639Z | Checking lalrpop-util v0.19.12 |
2256 | 2025-01-29T04:29:17.832Z | Checking peg-runtime v0.8.3 |
2257 | 2025-01-29T04:29:17.943Z | Checking sigpipe v0.1.3 |
2258 | 2025-01-29T04:29:19.032Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2259 | 2025-01-29T04:29:19.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.71s |
2260 | 2025-01-29T04:29:19.521Z | |
2261 | 2025-01-29T04:29:19.521Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2262 | 2025-01-29T04:29:20.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2025-01-29T04:29:20.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2025-01-29T04:29:20.196Z | Compiling hashbrown v0.14.5 |
2265 | 2025-01-29T04:29:20.321Z | Checking heck v0.5.0 |
2266 | 2025-01-29T04:29:20.332Z | Compiling unsafe-libyaml v0.2.11 |
2267 | 2025-01-29T04:29:20.345Z | Checking ipnetwork v0.20.0 |
2268 | 2025-01-29T04:29:20.359Z | Compiling ident_case v1.0.1 |
2269 | 2025-01-29T04:29:20.375Z | Checking progenitor-client v0.8.0 |
2270 | 2025-01-29T04:29:20.389Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2271 | 2025-01-29T04:29:20.496Z | Checking newtype-uuid v1.2.1 |
2272 | 2025-01-29T04:29:20.535Z | Compiling darling_core v0.20.10 |
2273 | 2025-01-29T04:29:20.675Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2274 | 2025-01-29T04:29:20.695Z | Compiling proc-macro-crate v1.3.1 |
2275 | 2025-01-29T04:29:20.754Z | Compiling structmeta-derive v0.3.0 |
2276 | 2025-01-29T04:29:20.757Z | Compiling thiserror v2.0.11 |
2277 | 2025-01-29T04:29:20.996Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2278 | 2025-01-29T04:29:21.307Z | Checking regress v0.10.1 |
2279 | 2025-01-29T04:29:21.331Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2280 | 2025-01-29T04:29:21.660Z | Compiling serde_yaml v0.9.34+deprecated |
2281 | 2025-01-29T04:29:21.798Z | Compiling num_enum_derive v0.5.11 |
2282 | 2025-01-29T04:29:22.156Z | Compiling lzma-sys v0.1.20 |
2283 | 2025-01-29T04:29:22.590Z | Compiling foreign-types-macros v0.2.3 |
2284 | 2025-01-29T04:29:22.908Z | Compiling thiserror-impl v2.0.11 |
2285 | 2025-01-29T04:29:23.458Z | Compiling structmeta v0.3.0 |
2286 | 2025-01-29T04:29:23.799Z | Compiling dropshot v0.15.1 |
2287 | 2025-01-29T04:29:23.878Z | Checking foreign-types-shared v0.3.1 |
2288 | 2025-01-29T04:29:24.007Z | Checking arc-swap v1.7.1 |
2289 | 2025-01-29T04:29:24.175Z | Checking foreign-types v0.5.0 |
2290 | 2025-01-29T04:29:24.191Z | Checking num_enum v0.5.11 |
2291 | 2025-01-29T04:29:24.288Z | Compiling parse-display-derive v0.10.0 |
2292 | 2025-01-29T04:29:24.400Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2293 | 2025-01-29T04:29:24.423Z | Checking slog-scope v4.4.0 |
2294 | 2025-01-29T04:29:24.631Z | Compiling proc-macro-error v1.0.4 |
2295 | 2025-01-29T04:29:24.872Z | Checking typify-impl v0.2.0 |
2296 | 2025-01-29T04:29:25.316Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2297 | 2025-01-29T04:29:25.425Z | Checking tungstenite v0.21.0 |
2298 | 2025-01-29T04:29:25.444Z | Compiling heck v0.3.3 |
2299 | 2025-01-29T04:29:25.820Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2300 | 2025-01-29T04:29:26.246Z | Compiling dropshot_endpoint v0.15.1 |
2301 | 2025-01-29T04:29:26.343Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2302 | 2025-01-29T04:29:26.358Z | Checking cstr-argument v0.1.2 |
2303 | 2025-01-29T04:29:26.554Z | Checking instant v0.1.13 |
2304 | 2025-01-29T04:29:26.676Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2305 | 2025-01-29T04:29:26.693Z | Checking fastrand v2.1.1 |
2306 | 2025-01-29T04:29:26.788Z | Compiling darling_macro v0.20.10 |
2307 | 2025-01-29T04:29:26.953Z | Checking pretty-hex v0.2.1 |
2308 | 2025-01-29T04:29:27.020Z | Checking base64 v0.21.7 |
2309 | 2025-01-29T04:29:27.068Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2310 | 2025-01-29T04:29:27.143Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2311 | 2025-01-29T04:29:27.334Z | Checking tempfile v3.13.0 |
2312 | 2025-01-29T04:29:27.444Z | Checking backoff v0.4.0 |
2313 | 2025-01-29T04:29:27.491Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2314 | 2025-01-29T04:29:27.495Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2315 | 2025-01-29T04:29:27.665Z | Checking tokio-tungstenite v0.21.0 |
2316 | 2025-01-29T04:29:27.700Z | Checking strum v0.26.3 |
2317 | 2025-01-29T04:29:27.729Z | Compiling darling v0.20.10 |
2318 | 2025-01-29T04:29:27.752Z | Compiling zone_cfg_derive v0.1.2 |
2319 | 2025-01-29T04:29:27.797Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2320 | 2025-01-29T04:29:27.827Z | Compiling serde_with_macros v3.11.0 |
2321 | 2025-01-29T04:29:27.867Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2322 | 2025-01-29T04:29:28.149Z | Checking slog-stdlog v4.1.1 |
2323 | 2025-01-29T04:29:28.304Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2324 | 2025-01-29T04:29:28.341Z | Checking regress v0.9.1 |
2325 | 2025-01-29T04:29:28.370Z | Checking parse-display v0.10.0 |
2326 | 2025-01-29T04:29:28.454Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2327 | 2025-01-29T04:29:28.496Z | Checking progenitor-client v0.9.1 |
2328 | 2025-01-29T04:29:28.621Z | Checking colored v2.1.0 |
2329 | 2025-01-29T04:29:28.729Z | Checking macaddr v1.0.1 |
2330 | 2025-01-29T04:29:28.884Z | Checking base64 v0.13.1 |
2331 | 2025-01-29T04:29:28.939Z | Checking unicode-width v0.1.14 |
2332 | 2025-01-29T04:29:29.130Z | Checking zone v0.1.8 |
2333 | 2025-01-29T04:29:29.299Z | Checking ron v0.7.1 |
2334 | 2025-01-29T04:29:29.512Z | Checking tabwriter v1.4.0 |
2335 | 2025-01-29T04:29:29.722Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2336 | 2025-01-29T04:29:29.809Z | Checking xz2 v0.1.7 |
2337 | 2025-01-29T04:29:30.150Z | Checking slog-envlogger v2.2.0 |
2338 | 2025-01-29T04:29:30.535Z | Checking xattr v1.3.1 |
2339 | 2025-01-29T04:29:30.739Z | Checking pem v3.0.4 |
2340 | 2025-01-29T04:29:30.739Z | Checking yasna v0.5.2 |
2341 | 2025-01-29T04:29:30.740Z | Checking serde_with v3.11.0 |
2342 | 2025-01-29T04:29:30.740Z | Checking headers-core v0.3.0 |
2343 | 2025-01-29T04:29:30.740Z | Checking smf v0.2.3 |
2344 | 2025-01-29T04:29:30.768Z | Checking filetime v0.2.25 |
2345 | 2025-01-29T04:29:30.829Z | Checking same-file v1.0.6 |
2346 | 2025-01-29T04:29:31.023Z | Checking walkdir v2.5.0 |
2347 | 2025-01-29T04:29:31.037Z | Checking tar v0.4.42 |
2348 | 2025-01-29T04:29:31.055Z | Checking headers v0.4.0 |
2349 | 2025-01-29T04:29:31.255Z | Checking rcgen v0.12.1 |
2350 | 2025-01-29T04:29:31.334Z | Checking atomicwrites v0.4.4 |
2351 | 2025-01-29T04:29:31.562Z | Checking camino-tempfile v1.1.1 |
2352 | 2025-01-29T04:29:31.794Z | Checking subprocess v0.2.9 |
2353 | 2025-01-29T04:29:34.582Z | Compiling typify-macro v0.2.0 |
2354 | 2025-01-29T04:29:36.109Z | Compiling typify v0.2.0 |
2355 | 2025-01-29T04:29:36.179Z | Compiling progenitor-impl v0.8.0 |
2356 | 2025-01-29T04:29:38.698Z | Compiling progenitor-macro v0.8.0 |
2357 | 2025-01-29T04:29:42.379Z | Checking progenitor v0.8.0 |
2358 | 2025-01-29T04:29:42.515Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2359 | 2025-01-29T04:29:42.515Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2360 | 2025-01-29T04:29:45.183Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2361 | 2025-01-29T04:29:45.426Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2362 | 2025-01-29T04:29:51.437Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2363 | 2025-01-29T04:29:52.911Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2364 | 2025-01-29T04:29:54.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.57s |
2365 | 2025-01-29T04:29:54.272Z | |
2366 | 2025-01-29T04:29:54.272Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2367 | 2025-01-29T04:29:54.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2025-01-29T04:29:54.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2025-01-29T04:29:54.928Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2370 | 2025-01-29T04:29:56.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2371 | 2025-01-29T04:29:56.484Z | |
2372 | 2025-01-29T04:29:56.484Z | info: running `cargo check --bins` on nexus-config (51/197) |
2373 | 2025-01-29T04:29:57.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2025-01-29T04:29:57.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2025-01-29T04:29:57.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2025-01-29T04:29:57.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2377 | 2025-01-29T04:29:57.110Z | |
2378 | 2025-01-29T04:29:57.110Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2379 | 2025-01-29T04:29:57.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2025-01-29T04:29:57.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2025-01-29T04:29:57.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2025-01-29T04:29:57.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2383 | 2025-01-29T04:29:57.702Z | |
2384 | 2025-01-29T04:29:57.702Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2385 | 2025-01-29T04:29:58.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2025-01-29T04:29:58.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2025-01-29T04:29:58.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2025-01-29T04:29:58.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2389 | 2025-01-29T04:29:58.319Z | |
2390 | 2025-01-29T04:29:58.319Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2391 | 2025-01-29T04:29:58.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2025-01-29T04:29:58.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2025-01-29T04:29:59.001Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2394 | 2025-01-29T04:29:59.105Z | Compiling ipnetwork v0.20.0 |
2395 | 2025-01-29T04:29:59.105Z | Compiling zerocopy v0.8.10 |
2396 | 2025-01-29T04:29:59.109Z | Compiling progenitor-client v0.8.0 |
2397 | 2025-01-29T04:29:59.110Z | Compiling itertools v0.13.0 |
2398 | 2025-01-29T04:29:59.110Z | Compiling zerocopy-derive v0.8.10 |
2399 | 2025-01-29T04:29:59.110Z | Compiling heapless v0.8.0 |
2400 | 2025-01-29T04:29:59.123Z | Compiling thiserror v2.0.11 |
2401 | 2025-01-29T04:29:59.291Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2402 | 2025-01-29T04:29:59.430Z | Checking hash32 v0.3.1 |
2403 | 2025-01-29T04:29:59.557Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2404 | 2025-01-29T04:29:59.609Z | Compiling progenitor v0.8.0 |
2405 | 2025-01-29T04:29:59.859Z | Compiling instant v0.1.13 |
2406 | 2025-01-29T04:29:59.914Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2407 | 2025-01-29T04:29:59.946Z | Compiling smoltcp v0.11.0 |
2408 | 2025-01-29T04:29:59.983Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2409 | 2025-01-29T04:30:00.009Z | Compiling backoff v0.4.0 |
2410 | 2025-01-29T04:30:00.229Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2411 | 2025-01-29T04:30:00.337Z | Compiling dropshot v0.15.1 |
2412 | 2025-01-29T04:30:00.627Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2413 | 2025-01-29T04:30:00.788Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2414 | 2025-01-29T04:30:00.868Z | Compiling serde_with v3.11.0 |
2415 | 2025-01-29T04:30:00.996Z | Compiling parse-display v0.10.0 |
2416 | 2025-01-29T04:30:01.108Z | Checking num-rational v0.4.2 |
2417 | 2025-01-29T04:30:01.612Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2418 | 2025-01-29T04:30:01.715Z | Compiling progenitor-client v0.9.1 |
2419 | 2025-01-29T04:30:01.961Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2420 | 2025-01-29T04:30:02.260Z | Compiling regress v0.9.1 |
2421 | 2025-01-29T04:30:03.276Z | Compiling phf_generator v0.11.2 |
2422 | 2025-01-29T04:30:03.469Z | Checking num-complex v0.4.6 |
2423 | 2025-01-29T04:30:04.340Z | Compiling macaddr v1.0.1 |
2424 | 2025-01-29T04:30:04.678Z | Checking cobs v0.2.3 |
2425 | 2025-01-29T04:30:04.784Z | Checking num v0.4.3 |
2426 | 2025-01-29T04:30:04.867Z | Checking postcard v1.0.10 |
2427 | 2025-01-29T04:30:04.896Z | Compiling phf_codegen v0.11.2 |
2428 | 2025-01-29T04:30:05.240Z | Compiling parse-zoneinfo v0.3.1 |
2429 | 2025-01-29T04:30:05.406Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2430 | 2025-01-29T04:30:05.713Z | Checking float-ord v0.3.2 |
2431 | 2025-01-29T04:30:05.879Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2432 | 2025-01-29T04:30:06.999Z | Compiling convert_case v0.4.0 |
2433 | 2025-01-29T04:30:07.432Z | Compiling chrono-tz-build v0.4.0 |
2434 | 2025-01-29T04:30:07.728Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2435 | 2025-01-29T04:30:07.885Z | Compiling derive_more v0.99.18 |
2436 | 2025-01-29T04:30:08.137Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2437 | 2025-01-29T04:30:08.425Z | Compiling crucible-workspace-hack v0.1.0 |
2438 | 2025-01-29T04:30:08.593Z | Checking newline-converter v0.3.0 |
2439 | 2025-01-29T04:30:08.631Z | Compiling chrono-tz v0.10.1 |
2440 | 2025-01-29T04:30:08.761Z | Checking prettyplease v0.2.25 |
2441 | 2025-01-29T04:30:08.781Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2442 | 2025-01-29T04:30:09.292Z | Compiling slog-dtrace v0.3.0 |
2443 | 2025-01-29T04:30:09.403Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2444 | 2025-01-29T04:30:09.446Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2445 | 2025-01-29T04:30:09.660Z | Checking expectorate v1.1.0 |
2446 | 2025-01-29T04:30:09.974Z | Compiling zone_cfg_derive v0.3.0 |
2447 | 2025-01-29T04:30:10.081Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2448 | 2025-01-29T04:30:10.720Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2449 | 2025-01-29T04:30:11.279Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2450 | 2025-01-29T04:30:11.430Z | Compiling const_format_proc_macros v0.2.34 |
2451 | 2025-01-29T04:30:11.526Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2452 | 2025-01-29T04:30:11.610Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2453 | 2025-01-29T04:30:11.786Z | Compiling num-derive v0.4.2 |
2454 | 2025-01-29T04:30:11.861Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2455 | 2025-01-29T04:30:12.159Z | Checking highway v1.2.0 |
2456 | 2025-01-29T04:30:12.634Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2457 | 2025-01-29T04:30:12.718Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2458 | 2025-01-29T04:30:12.889Z | Checking zone v0.3.0 |
2459 | 2025-01-29T04:30:12.892Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2460 | 2025-01-29T04:30:13.313Z | Checking const_format v0.2.34 |
2461 | 2025-01-29T04:30:13.339Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2462 | 2025-01-29T04:30:13.672Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2463 | 2025-01-29T04:30:14.102Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2464 | 2025-01-29T04:30:14.176Z | Checking gethostname v0.5.0 |
2465 | 2025-01-29T04:30:14.308Z | Checking bcs v0.1.6 |
2466 | 2025-01-29T04:30:14.362Z | Compiling async-recursion v1.1.1 |
2467 | 2025-01-29T04:30:14.494Z | Checking termtree v0.5.1 |
2468 | 2025-01-29T04:30:14.610Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2469 | 2025-01-29T04:30:14.830Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2470 | 2025-01-29T04:30:14.917Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2471 | 2025-01-29T04:30:16.823Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2472 | 2025-01-29T04:30:21.243Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2473 | 2025-01-29T04:30:24.531Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2474 | 2025-01-29T04:30:27.059Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2475 | 2025-01-29T04:30:28.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.86s |
2476 | 2025-01-29T04:30:28.365Z | |
2477 | 2025-01-29T04:30:28.365Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2478 | 2025-01-29T04:30:28.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2025-01-29T04:30:28.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2025-01-29T04:30:28.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2025-01-29T04:30:28.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2482 | 2025-01-29T04:30:28.990Z | |
2483 | 2025-01-29T04:30:28.990Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2484 | 2025-01-29T04:30:29.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2025-01-29T04:30:29.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2025-01-29T04:30:29.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2025-01-29T04:30:29.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2488 | 2025-01-29T04:30:29.621Z | |
2489 | 2025-01-29T04:30:29.621Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2490 | 2025-01-29T04:30:30.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2025-01-29T04:30:30.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2025-01-29T04:30:30.274Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2493 | 2025-01-29T04:30:30.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2494 | 2025-01-29T04:30:31.086Z | |
2495 | 2025-01-29T04:30:31.086Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2496 | 2025-01-29T04:30:31.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2025-01-29T04:30:31.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2025-01-29T04:30:31.768Z | Compiling cfg_aliases v0.1.1 |
2499 | 2025-01-29T04:30:31.774Z | Compiling vte_generate_state_changes v0.1.2 |
2500 | 2025-01-29T04:30:31.774Z | Checking fd-lock v4.0.2 |
2501 | 2025-01-29T04:30:31.774Z | Checking nibble_vec v0.1.0 |
2502 | 2025-01-29T04:30:31.774Z | Checking endian-type v0.1.2 |
2503 | 2025-01-29T04:30:31.875Z | Checking bytecount v0.6.8 |
2504 | 2025-01-29T04:30:31.896Z | Compiling tabled_derive v0.7.0 |
2505 | 2025-01-29T04:30:31.922Z | Compiling peg-macros v0.8.4 |
2506 | 2025-01-29T04:30:31.961Z | Compiling nix v0.28.0 |
2507 | 2025-01-29T04:30:32.034Z | Checking papergrid v0.11.0 |
2508 | 2025-01-29T04:30:32.053Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2509 | 2025-01-29T04:30:32.106Z | Compiling sqlparser_derive v0.2.2 |
2510 | 2025-01-29T04:30:32.123Z | Checking radix_trie v0.2.1 |
2511 | 2025-01-29T04:30:32.479Z | Checking vte v0.11.1 |
2512 | 2025-01-29T04:30:32.495Z | Checking nu-ansi-term v0.50.1 |
2513 | 2025-01-29T04:30:32.857Z | Checking home v0.5.9 |
2514 | 2025-01-29T04:30:33.017Z | Checking unicode_categories v0.1.1 |
2515 | 2025-01-29T04:30:33.087Z | Checking display-error-chain v0.2.2 |
2516 | 2025-01-29T04:30:33.132Z | Checking sqlparser v0.45.0 |
2517 | 2025-01-29T04:30:33.325Z | Checking sqlformat v0.2.6 |
2518 | 2025-01-29T04:30:33.814Z | Checking strip-ansi-escapes v0.2.0 |
2519 | 2025-01-29T04:30:33.946Z | Checking tabled v0.15.0 |
2520 | 2025-01-29T04:30:33.964Z | Checking reedline v0.35.0 |
2521 | 2025-01-29T04:30:34.448Z | Checking peg v0.8.4 |
2522 | 2025-01-29T04:30:34.946Z | Checking rustyline v14.0.0 |
2523 | 2025-01-29T04:30:43.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.66s |
2524 | 2025-01-29T04:30:43.929Z | |
2525 | 2025-01-29T04:30:43.929Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2526 | 2025-01-29T04:30:44.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-01-29T04:30:44.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-01-29T04:30:44.620Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2529 | 2025-01-29T04:30:49.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
2530 | 2025-01-29T04:30:50.092Z | |
2531 | 2025-01-29T04:30:50.092Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2532 | 2025-01-29T04:30:50.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2025-01-29T04:30:50.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2025-01-29T04:30:50.778Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2535 | 2025-01-29T04:30:54.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
2536 | 2025-01-29T04:30:54.613Z | |
2537 | 2025-01-29T04:30:54.613Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2538 | 2025-01-29T04:30:55.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2025-01-29T04:30:55.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2025-01-29T04:30:55.284Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2541 | 2025-01-29T04:31:00.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
2542 | 2025-01-29T04:31:00.462Z | |
2543 | 2025-01-29T04:31:00.462Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2544 | 2025-01-29T04:31:01.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2025-01-29T04:31:01.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2025-01-29T04:31:01.147Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2547 | 2025-01-29T04:31:06.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
2548 | 2025-01-29T04:31:06.434Z | |
2549 | 2025-01-29T04:31:06.434Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2550 | 2025-01-29T04:31:06.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2025-01-29T04:31:07.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2025-01-29T04:31:07.104Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2553 | 2025-01-29T04:31:10.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
2554 | 2025-01-29T04:31:11.092Z | |
2555 | 2025-01-29T04:31:11.092Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2556 | 2025-01-29T04:31:11.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2025-01-29T04:31:11.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2025-01-29T04:31:11.772Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2559 | 2025-01-29T04:31:15.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
2560 | 2025-01-29T04:31:15.765Z | |
2561 | 2025-01-29T04:31:15.766Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2562 | 2025-01-29T04:31:16.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2025-01-29T04:31:16.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2025-01-29T04:31:16.438Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2565 | 2025-01-29T04:31:21.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2566 | 2025-01-29T04:31:21.685Z | |
2567 | 2025-01-29T04:31:21.685Z | info: running `cargo check --bins` on oximeter (66/197) |
2568 | 2025-01-29T04:31:22.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-01-29T04:31:22.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-01-29T04:31:22.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2025-01-29T04:31:22.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2572 | 2025-01-29T04:31:22.290Z | |
2573 | 2025-01-29T04:31:22.290Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2574 | 2025-01-29T04:31:22.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-01-29T04:31:22.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-01-29T04:31:22.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2025-01-29T04:31:22.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2578 | 2025-01-29T04:31:22.894Z | |
2579 | 2025-01-29T04:31:22.894Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2580 | 2025-01-29T04:31:23.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-01-29T04:31:23.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-01-29T04:31:23.525Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2583 | 2025-01-29T04:31:25.520Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2584 | 2025-01-29T04:31:26.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
2585 | 2025-01-29T04:31:26.648Z | |
2586 | 2025-01-29T04:31:26.648Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2587 | 2025-01-29T04:31:27.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2025-01-29T04:31:27.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2025-01-29T04:31:27.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2025-01-29T04:31:27.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2591 | 2025-01-29T04:31:27.277Z | |
2592 | 2025-01-29T04:31:27.277Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2593 | 2025-01-29T04:31:27.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2025-01-29T04:31:27.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2025-01-29T04:31:27.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2025-01-29T04:31:27.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2597 | 2025-01-29T04:31:27.914Z | |
2598 | 2025-01-29T04:31:27.914Z | info: running `cargo check --bins` on oxql-types (71/197) |
2599 | 2025-01-29T04:31:28.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2025-01-29T04:31:28.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2025-01-29T04:31:28.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2025-01-29T04:31:28.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2603 | 2025-01-29T04:31:28.529Z | |
2604 | 2025-01-29T04:31:28.529Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2605 | 2025-01-29T04:31:29.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2025-01-29T04:31:29.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2025-01-29T04:31:29.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2025-01-29T04:31:29.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2609 | 2025-01-29T04:31:29.183Z | |
2610 | 2025-01-29T04:31:29.183Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2611 | 2025-01-29T04:31:29.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2025-01-29T04:31:29.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2025-01-29T04:31:29.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2025-01-29T04:31:29.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2615 | 2025-01-29T04:31:29.800Z | |
2616 | 2025-01-29T04:31:29.800Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2617 | 2025-01-29T04:31:30.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2025-01-29T04:31:30.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2025-01-29T04:31:30.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2025-01-29T04:31:30.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2621 | 2025-01-29T04:31:30.437Z | |
2622 | 2025-01-29T04:31:30.437Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2623 | 2025-01-29T04:31:30.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2025-01-29T04:31:30.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2025-01-29T04:31:30.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2025-01-29T04:31:30.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2627 | 2025-01-29T04:31:31.072Z | |
2628 | 2025-01-29T04:31:31.072Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2629 | 2025-01-29T04:31:31.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2025-01-29T04:31:31.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2025-01-29T04:31:31.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2025-01-29T04:31:31.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2633 | 2025-01-29T04:31:31.701Z | |
2634 | 2025-01-29T04:31:31.702Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2635 | 2025-01-29T04:31:32.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2025-01-29T04:31:32.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2025-01-29T04:31:32.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2025-01-29T04:31:32.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2639 | 2025-01-29T04:31:32.328Z | |
2640 | 2025-01-29T04:31:32.328Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2641 | 2025-01-29T04:31:32.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2025-01-29T04:31:32.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2025-01-29T04:31:32.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2025-01-29T04:31:32.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2645 | 2025-01-29T04:31:32.930Z | |
2646 | 2025-01-29T04:31:32.930Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2647 | 2025-01-29T04:31:33.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2025-01-29T04:31:33.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2025-01-29T04:31:33.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2025-01-29T04:31:33.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2651 | 2025-01-29T04:31:33.569Z | |
2652 | 2025-01-29T04:31:33.569Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2653 | 2025-01-29T04:31:34.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2025-01-29T04:31:34.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2025-01-29T04:31:34.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2025-01-29T04:31:34.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2657 | 2025-01-29T04:31:34.193Z | |
2658 | 2025-01-29T04:31:34.193Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2659 | 2025-01-29T04:31:34.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2025-01-29T04:31:34.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2025-01-29T04:31:34.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2025-01-29T04:31:34.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2663 | 2025-01-29T04:31:34.825Z | |
2664 | 2025-01-29T04:31:34.825Z | info: running `cargo check --bins` on dpd-client (82/197) |
2665 | 2025-01-29T04:31:35.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2025-01-29T04:31:35.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2025-01-29T04:31:35.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2025-01-29T04:31:35.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2669 | 2025-01-29T04:31:35.447Z | |
2670 | 2025-01-29T04:31:35.447Z | info: running `cargo check --bins` on gateway-client (83/197) |
2671 | 2025-01-29T04:31:35.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2025-01-29T04:31:35.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2025-01-29T04:31:35.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2025-01-29T04:31:35.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2675 | 2025-01-29T04:31:36.060Z | |
2676 | 2025-01-29T04:31:36.060Z | info: running `cargo check --bins` on installinator-client (84/197) |
2677 | 2025-01-29T04:31:36.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2025-01-29T04:31:36.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2025-01-29T04:31:36.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2025-01-29T04:31:36.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2681 | 2025-01-29T04:31:36.699Z | |
2682 | 2025-01-29T04:31:36.699Z | info: running `cargo check --bins` on installinator-common (85/197) |
2683 | 2025-01-29T04:31:37.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2025-01-29T04:31:37.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2025-01-29T04:31:37.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2025-01-29T04:31:37.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2687 | 2025-01-29T04:31:37.332Z | |
2688 | 2025-01-29T04:31:37.332Z | info: running `cargo check --bins` on update-engine (86/197) |
2689 | 2025-01-29T04:31:37.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2025-01-29T04:31:37.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2025-01-29T04:31:37.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2692 | 2025-01-29T04:31:37.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2693 | 2025-01-29T04:31:37.949Z | |
2694 | 2025-01-29T04:31:37.949Z | info: running `cargo check --bins` on nexus-client (87/197) |
2695 | 2025-01-29T04:31:38.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2025-01-29T04:31:38.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2025-01-29T04:31:38.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2025-01-29T04:31:38.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2699 | 2025-01-29T04:31:38.593Z | |
2700 | 2025-01-29T04:31:38.593Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2701 | 2025-01-29T04:31:39.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2025-01-29T04:31:39.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2025-01-29T04:31:39.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2704 | 2025-01-29T04:31:39.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2705 | 2025-01-29T04:31:39.230Z | |
2706 | 2025-01-29T04:31:39.231Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2707 | 2025-01-29T04:31:39.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2025-01-29T04:31:39.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2025-01-29T04:31:39.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2025-01-29T04:31:39.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2711 | 2025-01-29T04:31:39.834Z | |
2712 | 2025-01-29T04:31:39.834Z | info: running `cargo check --bins` on nexus-types (90/197) |
2713 | 2025-01-29T04:31:40.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2025-01-29T04:31:40.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2025-01-29T04:31:40.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2025-01-29T04:31:40.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2717 | 2025-01-29T04:31:40.480Z | |
2718 | 2025-01-29T04:31:40.480Z | info: running `cargo check --bins` on oxide-client (91/197) |
2719 | 2025-01-29T04:31:41.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2025-01-29T04:31:41.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2025-01-29T04:31:41.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2722 | 2025-01-29T04:31:41.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2723 | 2025-01-29T04:31:41.088Z | |
2724 | 2025-01-29T04:31:41.088Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2725 | 2025-01-29T04:31:41.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2025-01-29T04:31:41.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2025-01-29T04:31:41.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2025-01-29T04:31:41.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2729 | 2025-01-29T04:31:41.709Z | |
2730 | 2025-01-29T04:31:41.709Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2731 | 2025-01-29T04:31:42.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2025-01-29T04:31:42.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2025-01-29T04:31:42.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2025-01-29T04:31:42.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2735 | 2025-01-29T04:31:42.315Z | |
2736 | 2025-01-29T04:31:42.315Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2737 | 2025-01-29T04:31:42.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2025-01-29T04:31:42.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2025-01-29T04:31:42.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2025-01-29T04:31:42.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2741 | 2025-01-29T04:31:42.957Z | |
2742 | 2025-01-29T04:31:42.957Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2743 | 2025-01-29T04:31:43.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2025-01-29T04:31:43.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2025-01-29T04:31:43.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2025-01-29T04:31:43.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2747 | 2025-01-29T04:31:43.618Z | |
2748 | 2025-01-29T04:31:43.619Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2749 | 2025-01-29T04:31:44.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2025-01-29T04:31:44.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2025-01-29T04:31:44.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2025-01-29T04:31:44.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2753 | 2025-01-29T04:31:44.280Z | |
2754 | 2025-01-29T04:31:44.280Z | info: running `cargo check --bins` on wicket-common (97/197) |
2755 | 2025-01-29T04:31:44.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2025-01-29T04:31:44.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2025-01-29T04:31:44.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2025-01-29T04:31:44.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2759 | 2025-01-29T04:31:44.927Z | |
2760 | 2025-01-29T04:31:44.927Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2761 | 2025-01-29T04:31:45.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2025-01-29T04:31:45.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2025-01-29T04:31:45.584Z | Checking csv-core v0.1.11 |
2764 | 2025-01-29T04:31:45.584Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2765 | 2025-01-29T04:31:45.587Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2766 | 2025-01-29T04:31:45.587Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2767 | 2025-01-29T04:31:45.866Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2768 | 2025-01-29T04:31:45.907Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2769 | 2025-01-29T04:31:45.919Z | Checking csv v1.3.1 |
2770 | 2025-01-29T04:31:46.468Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2771 | 2025-01-29T04:31:46.808Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2772 | 2025-01-29T04:31:48.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
2773 | 2025-01-29T04:31:48.594Z | |
2774 | 2025-01-29T04:31:48.594Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2775 | 2025-01-29T04:31:49.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2025-01-29T04:31:49.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2025-01-29T04:31:49.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2025-01-29T04:31:49.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2779 | 2025-01-29T04:31:49.219Z | |
2780 | 2025-01-29T04:31:49.219Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2781 | 2025-01-29T04:31:49.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2025-01-29T04:31:49.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2025-01-29T04:31:49.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2025-01-29T04:31:49.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2785 | 2025-01-29T04:31:49.847Z | |
2786 | 2025-01-29T04:31:49.847Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2787 | 2025-01-29T04:31:50.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2025-01-29T04:31:50.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2025-01-29T04:31:50.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2025-01-29T04:31:50.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2791 | 2025-01-29T04:31:50.572Z | |
2792 | 2025-01-29T04:31:50.572Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2793 | 2025-01-29T04:31:51.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2025-01-29T04:31:51.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2025-01-29T04:31:51.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2025-01-29T04:31:51.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2797 | 2025-01-29T04:31:51.316Z | |
2798 | 2025-01-29T04:31:51.316Z | info: running `cargo check --bins` on dns-server (103/197) |
2799 | 2025-01-29T04:31:51.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2025-01-29T04:31:51.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2025-01-29T04:31:51.968Z | Compiling typify-impl v0.3.0 |
2802 | 2025-01-29T04:31:52.280Z | Compiling parking_lot_core v0.8.6 |
2803 | 2025-01-29T04:31:52.299Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2804 | 2025-01-29T04:31:52.299Z | Checking fxhash v0.2.1 |
2805 | 2025-01-29T04:31:52.299Z | Checking hickory-client v0.24.2 |
2806 | 2025-01-29T04:31:52.299Z | Checking hickory-server v0.24.2 |
2807 | 2025-01-29T04:31:52.840Z | Checking parking_lot v0.11.2 |
2808 | 2025-01-29T04:31:52.853Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2809 | 2025-01-29T04:31:53.164Z | Checking sled v0.34.7 |
2810 | 2025-01-29T04:31:57.623Z | Compiling typify-macro v0.3.0 |
2811 | 2025-01-29T04:31:59.190Z | Compiling typify v0.3.0 |
2812 | 2025-01-29T04:31:59.264Z | Compiling progenitor-impl v0.9.1 |
2813 | 2025-01-29T04:32:01.738Z | Compiling progenitor-macro v0.9.1 |
2814 | 2025-01-29T04:32:05.430Z | Checking progenitor v0.9.1 |
2815 | 2025-01-29T04:32:05.562Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2816 | 2025-01-29T04:32:06.025Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2817 | 2025-01-29T04:32:07.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.97s |
2818 | 2025-01-29T04:32:07.460Z | |
2819 | 2025-01-29T04:32:07.460Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2820 | 2025-01-29T04:32:08.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2025-01-29T04:32:08.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2025-01-29T04:32:08.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2025-01-29T04:32:08.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2824 | 2025-01-29T04:32:08.095Z | |
2825 | 2025-01-29T04:32:08.095Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2826 | 2025-01-29T04:32:08.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2025-01-29T04:32:08.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2025-01-29T04:32:08.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2025-01-29T04:32:08.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2830 | 2025-01-29T04:32:08.780Z | |
2831 | 2025-01-29T04:32:08.780Z | info: running `cargo check --bins` on gateway-types (106/197) |
2832 | 2025-01-29T04:32:09.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2025-01-29T04:32:09.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2025-01-29T04:32:09.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2025-01-29T04:32:09.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2836 | 2025-01-29T04:32:09.403Z | |
2837 | 2025-01-29T04:32:09.403Z | info: running `cargo check --bins` on ipcc (107/197) |
2838 | 2025-01-29T04:32:09.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2025-01-29T04:32:09.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2025-01-29T04:32:09.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2025-01-29T04:32:09.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2842 | 2025-01-29T04:32:10.033Z | |
2843 | 2025-01-29T04:32:10.033Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2844 | 2025-01-29T04:32:10.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2025-01-29T04:32:10.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2025-01-29T04:32:10.733Z | Compiling radium v0.7.0 |
2847 | 2025-01-29T04:32:10.733Z | Compiling semver v0.1.20 |
2848 | 2025-01-29T04:32:10.736Z | Compiling maybe-uninit v2.0.0 |
2849 | 2025-01-29T04:32:10.853Z | Checking tap v1.0.1 |
2850 | 2025-01-29T04:32:10.876Z | Checking password-hash v0.5.0 |
2851 | 2025-01-29T04:32:10.880Z | Checking blake2 v0.10.6 |
2852 | 2025-01-29T04:32:10.880Z | Compiling owo-colors v4.1.0 |
2853 | 2025-01-29T04:32:10.880Z | Compiling cancel-safe-futures v0.1.5 |
2854 | 2025-01-29T04:32:11.010Z | Checking wyz v0.5.1 |
2855 | 2025-01-29T04:32:11.186Z | Compiling rustc_version v0.1.7 |
2856 | 2025-01-29T04:32:11.254Z | Checking funty v2.0.0 |
2857 | 2025-01-29T04:32:11.318Z | Compiling packed_struct v0.10.1 |
2858 | 2025-01-29T04:32:11.356Z | Checking crc-catalog v2.4.0 |
2859 | 2025-01-29T04:32:11.373Z | Checking argon2 v0.5.3 |
2860 | 2025-01-29T04:32:11.449Z | Compiling packed_struct_codegen v0.10.1 |
2861 | 2025-01-29T04:32:11.495Z | Compiling indexmap v1.9.3 |
2862 | 2025-01-29T04:32:11.509Z | Checking crc v3.2.1 |
2863 | 2025-01-29T04:32:11.619Z | Compiling newtype_derive v0.1.6 |
2864 | 2025-01-29T04:32:11.672Z | Checking half v2.4.1 |
2865 | 2025-01-29T04:32:11.762Z | Checking nodrop v0.1.14 |
2866 | 2025-01-29T04:32:11.789Z | Checking ciborium-io v0.2.2 |
2867 | 2025-01-29T04:32:11.894Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2868 | 2025-01-29T04:32:11.930Z | Checking array-init v0.0.4 |
2869 | 2025-01-29T04:32:11.983Z | Checking smallvec v0.6.14 |
2870 | 2025-01-29T04:32:12.032Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2871 | 2025-01-29T04:32:12.067Z | Checking bitvec v1.0.1 |
2872 | 2025-01-29T04:32:12.090Z | Checking ciborium-ll v0.2.2 |
2873 | 2025-01-29T04:32:12.110Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2874 | 2025-01-29T04:32:12.363Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2875 | 2025-01-29T04:32:12.386Z | Checking libsw v3.3.1 |
2876 | 2025-01-29T04:32:12.668Z | Compiling memoffset v0.9.1 |
2877 | 2025-01-29T04:32:12.720Z | Checking indent_write v2.2.0 |
2878 | 2025-01-29T04:32:12.744Z | Checking swrite v0.1.0 |
2879 | 2025-01-29T04:32:12.747Z | Checking bitfield v0.14.0 |
2880 | 2025-01-29T04:32:12.920Z | Checking hashbrown v0.12.3 |
2881 | 2025-01-29T04:32:12.941Z | Checking termcolor v1.4.1 |
2882 | 2025-01-29T04:32:12.988Z | Checking linear-map v1.2.0 |
2883 | 2025-01-29T04:32:13.183Z | Checking ron v0.8.1 |
2884 | 2025-01-29T04:32:13.299Z | Checking serde-hex v0.1.0 |
2885 | 2025-01-29T04:32:13.317Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2886 | 2025-01-29T04:32:13.357Z | Checking env_logger v0.10.2 |
2887 | 2025-01-29T04:32:13.764Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2888 | 2025-01-29T04:32:13.788Z | Checking ciborium v0.2.2 |
2889 | 2025-01-29T04:32:14.241Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2890 | 2025-01-29T04:32:14.363Z | Checking steno v0.4.1 |
2891 | 2025-01-29T04:32:14.470Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2892 | 2025-01-29T04:32:14.736Z | Checking hashbrown v0.13.2 |
2893 | 2025-01-29T04:32:14.754Z | Checking humantime v2.1.0 |
2894 | 2025-01-29T04:32:14.814Z | Checking crc-any v2.5.0 |
2895 | 2025-01-29T04:32:15.056Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2896 | 2025-01-29T04:32:15.189Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2897 | 2025-01-29T04:32:15.594Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2898 | 2025-01-29T04:32:15.628Z | Checking path-slash v0.1.5 |
2899 | 2025-01-29T04:32:15.684Z | Checking object v0.30.4 |
2900 | 2025-01-29T04:32:15.774Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2901 | 2025-01-29T04:32:15.957Z | Checking nix v0.27.1 |
2902 | 2025-01-29T04:32:16.525Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2903 | 2025-01-29T04:32:16.707Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2904 | 2025-01-29T04:32:16.988Z | Checking tungstenite v0.23.0 |
2905 | 2025-01-29T04:32:17.157Z | Checking kstat-rs v0.2.4 |
2906 | 2025-01-29T04:32:17.247Z | Checking signal-hook-tokio v0.3.1 |
2907 | 2025-01-29T04:32:17.501Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2908 | 2025-01-29T04:32:17.857Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2909 | 2025-01-29T04:32:17.879Z | Checking tokio-tungstenite v0.23.1 |
2910 | 2025-01-29T04:32:18.331Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2911 | 2025-01-29T04:32:18.398Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2912 | 2025-01-29T04:32:25.123Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2913 | 2025-01-29T04:32:26.454Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2914 | 2025-01-29T04:32:28.786Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2915 | 2025-01-29T04:32:34.140Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2916 | 2025-01-29T04:32:34.814Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2917 | 2025-01-29T04:32:37.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.54s |
2918 | 2025-01-29T04:32:37.780Z | |
2919 | 2025-01-29T04:32:37.780Z | info: running `cargo check --bins` on gateway-api (109/197) |
2920 | 2025-01-29T04:32:38.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2025-01-29T04:32:38.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2025-01-29T04:32:38.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2923 | 2025-01-29T04:32:38.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2924 | 2025-01-29T04:32:38.414Z | |
2925 | 2025-01-29T04:32:38.414Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2926 | 2025-01-29T04:32:38.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2025-01-29T04:32:38.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2025-01-29T04:32:38.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2929 | 2025-01-29T04:32:38.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2930 | 2025-01-29T04:32:39.042Z | |
2931 | 2025-01-29T04:32:39.042Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2932 | 2025-01-29T04:32:39.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2933 | 2025-01-29T04:32:39.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2934 | 2025-01-29T04:32:39.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2935 | 2025-01-29T04:32:39.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2936 | 2025-01-29T04:32:39.681Z | |
2937 | 2025-01-29T04:32:39.681Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2938 | 2025-01-29T04:32:40.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2939 | 2025-01-29T04:32:40.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2940 | 2025-01-29T04:32:40.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2941 | 2025-01-29T04:32:40.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2942 | 2025-01-29T04:32:40.320Z | |
2943 | 2025-01-29T04:32:40.320Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2944 | 2025-01-29T04:32:40.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2945 | 2025-01-29T04:32:40.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2946 | 2025-01-29T04:32:40.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2947 | 2025-01-29T04:32:40.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2948 | 2025-01-29T04:32:40.958Z | |
2949 | 2025-01-29T04:32:40.959Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2950 | 2025-01-29T04:32:41.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2025-01-29T04:32:41.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2025-01-29T04:32:41.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2953 | 2025-01-29T04:32:41.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2954 | 2025-01-29T04:32:41.601Z | |
2955 | 2025-01-29T04:32:41.601Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2956 | 2025-01-29T04:32:42.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2025-01-29T04:32:42.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2025-01-29T04:32:42.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2959 | 2025-01-29T04:32:42.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2960 | 2025-01-29T04:32:42.255Z | |
2961 | 2025-01-29T04:32:42.255Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2962 | 2025-01-29T04:32:42.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2025-01-29T04:32:42.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2025-01-29T04:32:42.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2965 | 2025-01-29T04:32:42.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2966 | 2025-01-29T04:32:42.902Z | |
2967 | 2025-01-29T04:32:42.902Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2968 | 2025-01-29T04:32:43.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2025-01-29T04:32:43.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2025-01-29T04:32:43.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2971 | 2025-01-29T04:32:43.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2972 | 2025-01-29T04:32:43.572Z | |
2973 | 2025-01-29T04:32:43.573Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2974 | 2025-01-29T04:32:44.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2025-01-29T04:32:44.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2025-01-29T04:32:44.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2025-01-29T04:32:44.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2978 | 2025-01-29T04:32:44.208Z | |
2979 | 2025-01-29T04:32:44.208Z | info: running `cargo check --bins` on sp-sim (119/197) |
2980 | 2025-01-29T04:32:44.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2025-01-29T04:32:44.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2025-01-29T04:32:44.860Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2983 | 2025-01-29T04:32:45.308Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2984 | 2025-01-29T04:32:47.049Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2985 | 2025-01-29T04:32:48.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
2986 | 2025-01-29T04:32:48.886Z | |
2987 | 2025-01-29T04:32:48.886Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2988 | 2025-01-29T04:32:49.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2025-01-29T04:32:49.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2025-01-29T04:32:49.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2991 | 2025-01-29T04:32:49.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2992 | 2025-01-29T04:32:49.567Z | |
2993 | 2025-01-29T04:32:49.567Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2994 | 2025-01-29T04:32:50.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2995 | 2025-01-29T04:32:50.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2996 | 2025-01-29T04:32:50.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2997 | 2025-01-29T04:32:50.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2998 | 2025-01-29T04:32:50.266Z | |
2999 | 2025-01-29T04:32:50.266Z | info: running `cargo check --bins` on db-macros (122/197) |
3000 | 2025-01-29T04:32:50.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2025-01-29T04:32:50.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2025-01-29T04:32:50.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3003 | 2025-01-29T04:32:50.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3004 | 2025-01-29T04:32:50.896Z | |
3005 | 2025-01-29T04:32:50.896Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3006 | 2025-01-29T04:32:51.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2025-01-29T04:32:51.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2025-01-29T04:32:51.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3009 | 2025-01-29T04:32:51.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3010 | 2025-01-29T04:32:51.526Z | |
3011 | 2025-01-29T04:32:51.526Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3012 | 2025-01-29T04:32:52.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2025-01-29T04:32:52.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2025-01-29T04:32:52.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3015 | 2025-01-29T04:32:52.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3016 | 2025-01-29T04:32:52.219Z | |
3017 | 2025-01-29T04:32:52.219Z | info: running `cargo check --bins` on authz-macros (125/197) |
3018 | 2025-01-29T04:32:52.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2025-01-29T04:32:52.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2025-01-29T04:32:52.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3021 | 2025-01-29T04:32:52.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3022 | 2025-01-29T04:32:52.841Z | |
3023 | 2025-01-29T04:32:52.841Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3024 | 2025-01-29T04:32:53.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2025-01-29T04:32:53.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2025-01-29T04:32:53.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2025-01-29T04:32:53.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3028 | 2025-01-29T04:32:53.505Z | |
3029 | 2025-01-29T04:32:53.505Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3030 | 2025-01-29T04:32:54.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2025-01-29T04:32:54.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2025-01-29T04:32:54.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2025-01-29T04:32:54.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3034 | 2025-01-29T04:32:54.178Z | |
3035 | 2025-01-29T04:32:54.178Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3036 | 2025-01-29T04:32:54.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2025-01-29T04:32:54.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2025-01-29T04:32:54.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2025-01-29T04:32:54.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3040 | 2025-01-29T04:32:54.817Z | |
3041 | 2025-01-29T04:32:54.817Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3042 | 2025-01-29T04:32:55.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2025-01-29T04:32:55.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2025-01-29T04:32:55.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2025-01-29T04:32:55.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3046 | 2025-01-29T04:32:55.479Z | |
3047 | 2025-01-29T04:32:55.479Z | info: running `cargo check --bins` on typed-rng (130/197) |
3048 | 2025-01-29T04:32:56.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2025-01-29T04:32:56.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2025-01-29T04:32:56.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2025-01-29T04:32:56.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3052 | 2025-01-29T04:32:56.093Z | |
3053 | 2025-01-29T04:32:56.093Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3054 | 2025-01-29T04:32:56.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2025-01-29T04:32:56.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2025-01-29T04:32:56.844Z | Checking keccak v0.1.5 |
3057 | 2025-01-29T04:32:56.956Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3058 | 2025-01-29T04:32:56.958Z | Checking secrecy v0.8.0 |
3059 | 2025-01-29T04:32:56.958Z | Compiling unicase v2.7.0 |
3060 | 2025-01-29T04:32:56.983Z | Compiling same-file v1.0.6 |
3061 | 2025-01-29T04:32:56.997Z | Compiling tempfile v3.13.0 |
3062 | 2025-01-29T04:32:57.025Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3063 | 2025-01-29T04:32:57.028Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3064 | 2025-01-29T04:32:57.128Z | Compiling thiserror-impl-no-std v2.0.2 |
3065 | 2025-01-29T04:32:57.233Z | Checking sha3 v0.10.8 |
3066 | 2025-01-29T04:32:57.271Z | Compiling walkdir v2.5.0 |
3067 | 2025-01-29T04:32:57.319Z | Checking universal-hash v0.5.1 |
3068 | 2025-01-29T04:32:57.356Z | Compiling blake3 v1.5.4 |
3069 | 2025-01-29T04:32:57.490Z | Checking opaque-debug v0.3.1 |
3070 | 2025-01-29T04:32:57.524Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3071 | 2025-01-29T04:32:57.570Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3072 | 2025-01-29T04:32:57.597Z | Checking poly1305 v0.8.0 |
3073 | 2025-01-29T04:32:57.635Z | Checking chacha20 v0.9.1 |
3074 | 2025-01-29T04:32:57.767Z | Checking aead v0.5.2 |
3075 | 2025-01-29T04:32:57.832Z | Compiling memmap2 v0.9.5 |
3076 | 2025-01-29T04:32:57.928Z | Compiling arrayref v0.3.9 |
3077 | 2025-01-29T04:32:57.991Z | Compiling libefi-sys v0.1.0 |
3078 | 2025-01-29T04:32:58.009Z | Compiling salty v0.3.0 |
3079 | 2025-01-29T04:32:58.042Z | Compiling arrayvec v0.7.6 |
3080 | 2025-01-29T04:32:58.107Z | Compiling constant_time_eq v0.3.1 |
3081 | 2025-01-29T04:32:58.263Z | Checking chacha20poly1305 v0.10.1 |
3082 | 2025-01-29T04:32:58.324Z | Compiling toolchain_find v0.4.0 |
3083 | 2025-01-29T04:32:58.421Z | Compiling camino-tempfile v1.1.1 |
3084 | 2025-01-29T04:32:58.443Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3085 | 2025-01-29T04:32:58.462Z | Compiling bitfield-struct v0.6.2 |
3086 | 2025-01-29T04:32:58.731Z | Compiling topological-sort v0.2.2 |
3087 | 2025-01-29T04:32:58.856Z | Compiling mime_guess v2.0.5 |
3088 | 2025-01-29T04:32:58.889Z | Compiling rustfmt-wrapper v0.2.1 |
3089 | 2025-01-29T04:32:59.369Z | Compiling omicron-zone-package v0.12.0 |
3090 | 2025-01-29T04:32:59.455Z | Compiling progenitor v0.9.1 |
3091 | 2025-01-29T04:32:59.541Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3092 | 2025-01-29T04:32:59.671Z | Checking primeorder v0.13.6 |
3093 | 2025-01-29T04:32:59.817Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3094 | 2025-01-29T04:32:59.842Z | Checking env_filter v0.1.2 |
3095 | 2025-01-29T04:32:59.858Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3096 | 2025-01-29T04:32:59.916Z | Checking thiserror-no-std v2.0.2 |
3097 | 2025-01-29T04:33:00.029Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3098 | 2025-01-29T04:33:00.050Z | Checking vsss-rs v3.3.4 |
3099 | 2025-01-29T04:33:00.087Z | Checking env_logger v0.11.5 |
3100 | 2025-01-29T04:33:00.106Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3101 | 2025-01-29T04:33:00.130Z | Checking p384 v0.13.0 |
3102 | 2025-01-29T04:33:00.213Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3103 | 2025-01-29T04:33:00.354Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3104 | 2025-01-29T04:33:00.447Z | Checking lockfree-object-pool v0.1.6 |
3105 | 2025-01-29T04:33:00.683Z | Compiling zip v2.1.3 |
3106 | 2025-01-29T04:33:00.704Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3107 | 2025-01-29T04:33:00.704Z | Checking bumpalo v3.16.0 |
3108 | 2025-01-29T04:33:00.825Z | Checking http-range v0.1.5 |
3109 | 2025-01-29T04:33:00.986Z | Checking simd-adler32 v0.3.7 |
3110 | 2025-01-29T04:33:01.077Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3111 | 2025-01-29T04:33:01.112Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3112 | 2025-01-29T04:33:01.285Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3113 | 2025-01-29T04:33:01.356Z | Checking zopfli v0.8.1 |
3114 | 2025-01-29T04:33:01.586Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3115 | 2025-01-29T04:33:01.720Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3116 | 2025-01-29T04:33:01.860Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3117 | 2025-01-29T04:33:02.074Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3118 | 2025-01-29T04:33:02.112Z | Checking nanorand v0.7.0 |
3119 | 2025-01-29T04:33:02.352Z | Checking atty v0.2.14 |
3120 | 2025-01-29T04:33:02.484Z | Checking glob v0.3.2 |
3121 | 2025-01-29T04:33:02.505Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3122 | 2025-01-29T04:33:02.573Z | Checking flume v0.11.1 |
3123 | 2025-01-29T04:33:02.576Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3124 | 2025-01-29T04:33:02.800Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3125 | 2025-01-29T04:33:03.053Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3126 | 2025-01-29T04:33:03.770Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3127 | 2025-01-29T04:33:03.803Z | Checking hyper-staticfile v0.10.1 |
3128 | 2025-01-29T04:33:04.140Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3129 | 2025-01-29T04:33:04.328Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3130 | 2025-01-29T04:33:04.535Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3131 | 2025-01-29T04:33:04.569Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3132 | 2025-01-29T04:33:04.810Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3133 | 2025-01-29T04:33:05.100Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3134 | 2025-01-29T04:33:05.276Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3135 | 2025-01-29T04:33:05.524Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3136 | 2025-01-29T04:33:05.721Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3137 | 2025-01-29T04:33:08.799Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3138 | 2025-01-29T04:33:08.799Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3139 | 2025-01-29T04:33:17.125Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3140 | 2025-01-29T04:33:30.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s |
3141 | 2025-01-29T04:33:30.321Z | |
3142 | 2025-01-29T04:33:30.321Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3143 | 2025-01-29T04:33:30.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2025-01-29T04:33:30.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2025-01-29T04:33:31.060Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3146 | 2025-01-29T04:33:44.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s |
3147 | 2025-01-29T04:33:44.406Z | |
3148 | 2025-01-29T04:33:44.407Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3149 | 2025-01-29T04:33:45.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2025-01-29T04:33:45.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2025-01-29T04:33:45.160Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3152 | 2025-01-29T04:33:58.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
3153 | 2025-01-29T04:33:58.455Z | |
3154 | 2025-01-29T04:33:58.455Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3155 | 2025-01-29T04:33:59.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2025-01-29T04:33:59.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2025-01-29T04:33:59.197Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3158 | 2025-01-29T04:34:12.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
3159 | 2025-01-29T04:34:12.504Z | |
3160 | 2025-01-29T04:34:12.504Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3161 | 2025-01-29T04:34:13.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2025-01-29T04:34:13.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2025-01-29T04:34:13.250Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3164 | 2025-01-29T04:34:26.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
3165 | 2025-01-29T04:34:26.681Z | |
3166 | 2025-01-29T04:34:26.681Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3167 | 2025-01-29T04:34:27.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2025-01-29T04:34:27.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2025-01-29T04:34:27.415Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3170 | 2025-01-29T04:34:40.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s |
3171 | 2025-01-29T04:34:40.744Z | |
3172 | 2025-01-29T04:34:40.744Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3173 | 2025-01-29T04:34:41.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2025-01-29T04:34:41.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2025-01-29T04:34:41.486Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3176 | 2025-01-29T04:34:54.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.21s |
3177 | 2025-01-29T04:34:55.164Z | |
3178 | 2025-01-29T04:34:55.164Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3179 | 2025-01-29T04:34:55.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2025-01-29T04:34:55.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2025-01-29T04:34:55.892Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3182 | 2025-01-29T04:35:09.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s |
3183 | 2025-01-29T04:35:09.389Z | |
3184 | 2025-01-29T04:35:09.389Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3185 | 2025-01-29T04:35:09.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2025-01-29T04:35:09.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2025-01-29T04:35:09.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3188 | 2025-01-29T04:35:09.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3189 | 2025-01-29T04:35:10.051Z | |
3190 | 2025-01-29T04:35:10.051Z | info: running `cargo check --bins` on key-manager (140/197) |
3191 | 2025-01-29T04:35:10.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2025-01-29T04:35:10.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2025-01-29T04:35:10.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3194 | 2025-01-29T04:35:10.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3195 | 2025-01-29T04:35:10.685Z | |
3196 | 2025-01-29T04:35:10.685Z | info: running `cargo check --bins` on range-requests (141/197) |
3197 | 2025-01-29T04:35:11.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2025-01-29T04:35:11.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2025-01-29T04:35:11.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3200 | 2025-01-29T04:35:11.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3201 | 2025-01-29T04:35:11.307Z | |
3202 | 2025-01-29T04:35:11.308Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3203 | 2025-01-29T04:35:11.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2025-01-29T04:35:11.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2025-01-29T04:35:11.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3206 | 2025-01-29T04:35:11.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3207 | 2025-01-29T04:35:11.939Z | |
3208 | 2025-01-29T04:35:11.939Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3209 | 2025-01-29T04:35:12.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2025-01-29T04:35:12.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2025-01-29T04:35:12.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3212 | 2025-01-29T04:35:12.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3213 | 2025-01-29T04:35:12.606Z | |
3214 | 2025-01-29T04:35:12.606Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3215 | 2025-01-29T04:35:13.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2025-01-29T04:35:13.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2025-01-29T04:35:13.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3218 | 2025-01-29T04:35:13.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3219 | 2025-01-29T04:35:13.216Z | |
3220 | 2025-01-29T04:35:13.216Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3221 | 2025-01-29T04:35:13.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2025-01-29T04:35:13.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2025-01-29T04:35:13.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3224 | 2025-01-29T04:35:13.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3225 | 2025-01-29T04:35:13.846Z | |
3226 | 2025-01-29T04:35:13.846Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3227 | 2025-01-29T04:35:14.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2025-01-29T04:35:14.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2025-01-29T04:35:14.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3230 | 2025-01-29T04:35:14.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3231 | 2025-01-29T04:35:14.484Z | |
3232 | 2025-01-29T04:35:14.484Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3233 | 2025-01-29T04:35:15.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2025-01-29T04:35:15.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2025-01-29T04:35:15.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3236 | 2025-01-29T04:35:15.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3237 | 2025-01-29T04:35:15.143Z | |
3238 | 2025-01-29T04:35:15.143Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3239 | 2025-01-29T04:35:15.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2025-01-29T04:35:15.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2025-01-29T04:35:15.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3242 | 2025-01-29T04:35:15.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3243 | 2025-01-29T04:35:15.803Z | |
3244 | 2025-01-29T04:35:15.803Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3245 | 2025-01-29T04:35:16.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2025-01-29T04:35:16.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2025-01-29T04:35:16.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3248 | 2025-01-29T04:35:16.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3249 | 2025-01-29T04:35:16.461Z | |
3250 | 2025-01-29T04:35:16.461Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3251 | 2025-01-29T04:35:17.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2025-01-29T04:35:17.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2025-01-29T04:35:17.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2025-01-29T04:35:17.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3255 | 2025-01-29T04:35:17.106Z | |
3256 | 2025-01-29T04:35:17.106Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3257 | 2025-01-29T04:35:17.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2025-01-29T04:35:17.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2025-01-29T04:35:17.787Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3260 | 2025-01-29T04:35:17.787Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3261 | 2025-01-29T04:35:18.679Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3262 | 2025-01-29T04:35:20.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
3263 | 2025-01-29T04:35:20.933Z | |
3264 | 2025-01-29T04:35:20.934Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3265 | 2025-01-29T04:35:21.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2025-01-29T04:35:21.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2025-01-29T04:35:21.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3268 | 2025-01-29T04:35:21.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3269 | 2025-01-29T04:35:21.567Z | |
3270 | 2025-01-29T04:35:21.567Z | info: running `cargo check --bins` on cert-dev (153/197) |
3271 | 2025-01-29T04:35:22.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2025-01-29T04:35:22.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2025-01-29T04:35:22.174Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3274 | 2025-01-29T04:35:22.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3275 | 2025-01-29T04:35:22.615Z | |
3276 | 2025-01-29T04:35:22.615Z | info: running `cargo check --bins` on clickana (154/197) |
3277 | 2025-01-29T04:35:23.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2025-01-29T04:35:23.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2025-01-29T04:35:23.276Z | Checking castaway v0.2.3 |
3280 | 2025-01-29T04:35:23.278Z | Checking lru v0.12.5 |
3281 | 2025-01-29T04:35:23.278Z | Compiling instability v0.3.2 |
3282 | 2025-01-29T04:35:23.278Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3283 | 2025-01-29T04:35:23.278Z | Checking unicode-truncate v1.1.0 |
3284 | 2025-01-29T04:35:23.278Z | Checking cassowary v0.3.0 |
3285 | 2025-01-29T04:35:23.507Z | Checking compact_str v0.8.0 |
3286 | 2025-01-29T04:35:24.081Z | Checking ratatui v0.28.1 |
3287 | 2025-01-29T04:35:24.940Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3288 | 2025-01-29T04:35:25.921Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3289 | 2025-01-29T04:35:26.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
3290 | 2025-01-29T04:35:26.931Z | |
3291 | 2025-01-29T04:35:26.931Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3292 | 2025-01-29T04:35:27.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2025-01-29T04:35:27.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2025-01-29T04:35:27.604Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3295 | 2025-01-29T04:35:27.604Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3296 | 2025-01-29T04:35:28.599Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3297 | 2025-01-29T04:35:29.081Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3298 | 2025-01-29T04:35:29.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
3299 | 2025-01-29T04:35:29.605Z | |
3300 | 2025-01-29T04:35:29.605Z | info: running `cargo check --bins` on ch-dev (156/197) |
3301 | 2025-01-29T04:35:30.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2025-01-29T04:35:30.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2025-01-29T04:35:30.259Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3304 | 2025-01-29T04:35:30.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3305 | 2025-01-29T04:35:31.152Z | |
3306 | 2025-01-29T04:35:31.152Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3307 | 2025-01-29T04:35:31.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2025-01-29T04:35:31.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2025-01-29T04:35:31.808Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3310 | 2025-01-29T04:35:32.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3311 | 2025-01-29T04:35:32.329Z | |
3312 | 2025-01-29T04:35:32.329Z | info: running `cargo check --bins` on db-dev (158/197) |
3313 | 2025-01-29T04:35:32.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2025-01-29T04:35:32.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2025-01-29T04:35:32.996Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3316 | 2025-01-29T04:35:33.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3317 | 2025-01-29T04:35:33.899Z | |
3318 | 2025-01-29T04:35:33.899Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3319 | 2025-01-29T04:35:34.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2025-01-29T04:35:34.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2025-01-29T04:35:34.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2025-01-29T04:35:34.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3323 | 2025-01-29T04:35:34.533Z | |
3324 | 2025-01-29T04:35:34.533Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3325 | 2025-01-29T04:35:35.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2025-01-29T04:35:35.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2025-01-29T04:35:35.141Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3328 | 2025-01-29T04:35:35.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3329 | 2025-01-29T04:35:36.155Z | |
3330 | 2025-01-29T04:35:36.155Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3331 | 2025-01-29T04:35:36.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-01-29T04:35:36.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-01-29T04:35:36.763Z | Checking cargo-platform v0.1.8 |
3334 | 2025-01-29T04:35:37.038Z | Checking cargo_metadata v0.18.1 |
3335 | 2025-01-29T04:35:37.952Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3336 | 2025-01-29T04:35:38.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
3337 | 2025-01-29T04:35:38.942Z | |
3338 | 2025-01-29T04:35:38.942Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3339 | 2025-01-29T04:35:39.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2025-01-29T04:35:39.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2025-01-29T04:35:39.652Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3342 | 2025-01-29T04:35:41.042Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3343 | 2025-01-29T04:35:41.614Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3344 | 2025-01-29T04:35:42.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
3345 | 2025-01-29T04:35:42.326Z | |
3346 | 2025-01-29T04:35:42.327Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3347 | 2025-01-29T04:35:42.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2025-01-29T04:35:42.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2025-01-29T04:35:43.111Z | Compiling crunchy v0.2.2 |
3350 | 2025-01-29T04:35:43.111Z | Compiling tiny-keccak v2.0.2 |
3351 | 2025-01-29T04:35:43.113Z | Compiling dsl_auto_type v0.1.2 |
3352 | 2025-01-29T04:35:43.113Z | Checking scheduled-thread-pool v0.2.7 |
3353 | 2025-01-29T04:35:43.113Z | Compiling diesel_table_macro_syntax v0.2.0 |
3354 | 2025-01-29T04:35:43.240Z | Compiling ascii-canvas v3.0.0 |
3355 | 2025-01-29T04:35:43.255Z | Compiling ena v0.14.3 |
3356 | 2025-01-29T04:35:43.269Z | Compiling regex-syntax v0.6.29 |
3357 | 2025-01-29T04:35:43.472Z | Checking r2d2 v0.8.10 |
3358 | 2025-01-29T04:35:43.514Z | Compiling diff v0.1.13 |
3359 | 2025-01-29T04:35:43.631Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3360 | 2025-01-29T04:35:43.712Z | Compiling ref-cast v1.0.23 |
3361 | 2025-01-29T04:35:43.715Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3362 | 2025-01-29T04:35:43.806Z | Compiling derive_builder_core v0.20.2 |
3363 | 2025-01-29T04:35:43.833Z | Compiling libxml v0.3.3 |
3364 | 2025-01-29T04:35:44.025Z | Compiling ref-cast-impl v1.0.23 |
3365 | 2025-01-29T04:35:44.044Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3366 | 2025-01-29T04:35:44.282Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3367 | 2025-01-29T04:35:44.326Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3368 | 2025-01-29T04:35:44.466Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3369 | 2025-01-29T04:35:44.525Z | Compiling strum_macros v0.24.3 |
3370 | 2025-01-29T04:35:44.604Z | Compiling samael v0.0.17 |
3371 | 2025-01-29T04:35:44.678Z | Compiling diesel_derives v2.2.3 |
3372 | 2025-01-29T04:35:44.823Z | Compiling indoc v1.0.9 |
3373 | 2025-01-29T04:35:45.720Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3374 | 2025-01-29T04:35:46.029Z | Compiling derive_builder_macro v0.20.2 |
3375 | 2025-01-29T04:35:46.052Z | Compiling oso-derive v0.27.3 |
3376 | 2025-01-29T04:35:46.812Z | Compiling lalrpop v0.19.12 |
3377 | 2025-01-29T04:35:46.887Z | Checking derive_builder v0.20.2 |
3378 | 2025-01-29T04:35:47.044Z | Compiling impl-trait-for-tuples v0.2.2 |
3379 | 2025-01-29T04:35:47.064Z | Checking quick-xml v0.33.0 |
3380 | 2025-01-29T04:35:47.488Z | Compiling diesel-dtrace v0.4.2 |
3381 | 2025-01-29T04:35:47.778Z | Checking maplit v1.0.2 |
3382 | 2025-01-29T04:35:47.904Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3383 | 2025-01-29T04:35:47.925Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3384 | 2025-01-29T04:35:48.210Z | Checking bb8 v0.8.5 |
3385 | 2025-01-29T04:35:48.533Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3386 | 2025-01-29T04:35:48.705Z | Checking rand_seeder v0.3.0 |
3387 | 2025-01-29T04:35:48.773Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3388 | 2025-01-29T04:35:48.791Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3389 | 2025-01-29T04:35:48.939Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3390 | 2025-01-29T04:35:49.146Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3391 | 2025-01-29T04:35:49.414Z | Checking smawk v0.3.2 |
3392 | 2025-01-29T04:35:49.431Z | Checking unicode-linebreak v0.1.5 |
3393 | 2025-01-29T04:35:49.631Z | Checking is_ci v1.2.0 |
3394 | 2025-01-29T04:35:49.790Z | Checking supports-color v3.0.1 |
3395 | 2025-01-29T04:35:49.865Z | Checking textwrap v0.16.1 |
3396 | 2025-01-29T04:35:50.023Z | Checking multimap v0.10.0 |
3397 | 2025-01-29T04:35:50.581Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3398 | 2025-01-29T04:35:52.814Z | Checking diesel v2.2.6 |
3399 | 2025-01-29T04:36:17.429Z | Compiling polar-core v0.27.3 |
3400 | 2025-01-29T04:36:18.094Z | Checking async-bb8-diesel v0.2.1 |
3401 | 2025-01-29T04:36:24.694Z | Checking oso v0.27.3 |
3402 | 2025-01-29T04:37:26.022Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3403 | 2025-01-29T04:37:32.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s |
3404 | 2025-01-29T04:37:32.583Z | |
3405 | 2025-01-29T04:37:32.583Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3406 | 2025-01-29T04:37:33.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3407 | 2025-01-29T04:37:33.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3408 | 2025-01-29T04:37:33.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3409 | 2025-01-29T04:37:33.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3410 | 2025-01-29T04:37:33.261Z | |
3411 | 2025-01-29T04:37:33.261Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3412 | 2025-01-29T04:37:33.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3413 | 2025-01-29T04:37:33.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3414 | 2025-01-29T04:37:33.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3415 | 2025-01-29T04:37:33.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3416 | 2025-01-29T04:37:33.956Z | |
3417 | 2025-01-29T04:37:33.956Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3418 | 2025-01-29T04:37:34.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3419 | 2025-01-29T04:37:34.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3420 | 2025-01-29T04:37:34.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3421 | 2025-01-29T04:37:34.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3422 | 2025-01-29T04:37:34.567Z | |
3423 | 2025-01-29T04:37:34.567Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3424 | 2025-01-29T04:37:35.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3425 | 2025-01-29T04:37:35.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3426 | 2025-01-29T04:37:35.400Z | Compiling libz-sys v1.1.20 |
3427 | 2025-01-29T04:37:35.403Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3428 | 2025-01-29T04:37:35.532Z | Compiling vergen v8.3.2 |
3429 | 2025-01-29T04:37:35.534Z | Compiling cargo-platform v0.1.8 |
3430 | 2025-01-29T04:37:35.534Z | Compiling pin-project-internal v1.1.6 |
3431 | 2025-01-29T04:37:35.574Z | Compiling libsqlite3-sys v0.30.1 |
3432 | 2025-01-29T04:37:35.577Z | Compiling snafu-derive v0.8.5 |
3433 | 2025-01-29T04:37:35.577Z | Compiling buf-list v1.0.3 |
3434 | 2025-01-29T04:37:35.861Z | Compiling cargo_metadata v0.18.1 |
3435 | 2025-01-29T04:37:35.990Z | Compiling rustls v0.21.12 |
3436 | 2025-01-29T04:37:36.088Z | Compiling cfg_aliases v0.2.1 |
3437 | 2025-01-29T04:37:36.219Z | Compiling nix v0.29.0 |
3438 | 2025-01-29T04:37:36.269Z | Checking globset v0.4.15 |
3439 | 2025-01-29T04:37:36.349Z | Checking olpc-cjson v0.1.4 |
3440 | 2025-01-29T04:37:36.445Z | Checking rustls-webpki v0.101.7 |
3441 | 2025-01-29T04:37:36.586Z | Checking sct v0.7.1 |
3442 | 2025-01-29T04:37:36.744Z | Checking serde_plain v1.0.2 |
3443 | 2025-01-29T04:37:36.798Z | Checking typed-path v0.9.3 |
3444 | 2025-01-29T04:37:37.358Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3445 | 2025-01-29T04:37:37.405Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3446 | 2025-01-29T04:37:37.665Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3447 | 2025-01-29T04:37:37.709Z | Checking hashlink v0.9.1 |
3448 | 2025-01-29T04:37:37.968Z | Checking fallible-streaming-iterator v0.1.9 |
3449 | 2025-01-29T04:37:38.180Z | Checking parse-size v1.1.0 |
3450 | 2025-01-29T04:37:38.198Z | Checking pin-project v1.1.6 |
3451 | 2025-01-29T04:37:38.247Z | Checking fallible-iterator v0.3.0 |
3452 | 2025-01-29T04:37:38.433Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3453 | 2025-01-29T04:37:38.655Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3454 | 2025-01-29T04:37:38.792Z | Checking rusqlite v0.32.1 |
3455 | 2025-01-29T04:37:38.823Z | Checking rustls-pemfile v1.0.4 |
3456 | 2025-01-29T04:37:38.875Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3457 | 2025-01-29T04:37:39.025Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3458 | 2025-01-29T04:37:39.453Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3459 | 2025-01-29T04:37:39.475Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3460 | 2025-01-29T04:37:39.536Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3461 | 2025-01-29T04:37:39.610Z | Checking twox-hash v2.1.0 |
3462 | 2025-01-29T04:37:39.788Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3463 | 2025-01-29T04:37:39.876Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3464 | 2025-01-29T04:37:40.078Z | Checking tokio-rustls v0.24.1 |
3465 | 2025-01-29T04:37:40.217Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3466 | 2025-01-29T04:37:40.304Z | Checking snafu v0.8.5 |
3467 | 2025-01-29T04:37:40.712Z | Checking tough v0.19.0 |
3468 | 2025-01-29T04:37:41.156Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3469 | 2025-01-29T04:37:41.263Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3470 | 2025-01-29T04:37:41.622Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3471 | 2025-01-29T04:37:41.643Z | Checking fatfs v0.3.6 |
3472 | 2025-01-29T04:37:41.686Z | Checking assert_matches v1.5.0 |
3473 | 2025-01-29T04:37:44.701Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3474 | 2025-01-29T04:37:46.017Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3475 | 2025-01-29T04:37:48.050Z | Compiling git2 v0.19.0 |
3476 | 2025-01-29T04:37:52.116Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3477 | 2025-01-29T04:38:46.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3478 | 2025-01-29T04:38:46.933Z | |
3479 | 2025-01-29T04:38:46.933Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3480 | 2025-01-29T04:38:47.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2025-01-29T04:38:47.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2025-01-29T04:38:47.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3483 | 2025-01-29T04:38:47.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3484 | 2025-01-29T04:38:47.605Z | |
3485 | 2025-01-29T04:38:47.605Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3486 | 2025-01-29T04:38:48.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3487 | 2025-01-29T04:38:48.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3488 | 2025-01-29T04:38:48.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3489 | 2025-01-29T04:38:48.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3490 | 2025-01-29T04:38:48.201Z | |
3491 | 2025-01-29T04:38:48.201Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3492 | 2025-01-29T04:38:48.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3493 | 2025-01-29T04:38:48.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3494 | 2025-01-29T04:38:48.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3495 | 2025-01-29T04:38:48.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3496 | 2025-01-29T04:38:48.856Z | |
3497 | 2025-01-29T04:38:48.856Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3498 | 2025-01-29T04:38:49.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3499 | 2025-01-29T04:38:49.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3500 | 2025-01-29T04:38:49.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3501 | 2025-01-29T04:38:49.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3502 | 2025-01-29T04:38:49.530Z | |
3503 | 2025-01-29T04:38:49.530Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3504 | 2025-01-29T04:38:50.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2025-01-29T04:38:50.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2025-01-29T04:38:50.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3507 | 2025-01-29T04:38:50.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3508 | 2025-01-29T04:38:50.212Z | |
3509 | 2025-01-29T04:38:50.212Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3510 | 2025-01-29T04:38:50.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2025-01-29T04:38:50.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2025-01-29T04:38:50.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3513 | 2025-01-29T04:38:50.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3514 | 2025-01-29T04:38:50.878Z | |
3515 | 2025-01-29T04:38:50.878Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3516 | 2025-01-29T04:38:51.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2025-01-29T04:38:51.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2025-01-29T04:38:51.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2025-01-29T04:38:51.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3520 | 2025-01-29T04:38:51.558Z | |
3521 | 2025-01-29T04:38:51.558Z | info: running `cargo check --bins` on update-common (175/197) |
3522 | 2025-01-29T04:38:52.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2025-01-29T04:38:52.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2025-01-29T04:38:52.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3525 | 2025-01-29T04:38:52.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3526 | 2025-01-29T04:38:52.205Z | |
3527 | 2025-01-29T04:38:52.205Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3528 | 2025-01-29T04:38:52.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2025-01-29T04:38:52.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2025-01-29T04:38:52.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3531 | 2025-01-29T04:38:52.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3532 | 2025-01-29T04:38:52.843Z | |
3533 | 2025-01-29T04:38:52.843Z | info: running `cargo check --bins` on tufaceous (177/197) |
3534 | 2025-01-29T04:38:53.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2025-01-29T04:38:53.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2025-01-29T04:38:53.503Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3537 | 2025-01-29T04:38:54.636Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3538 | 2025-01-29T04:38:55.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
3539 | 2025-01-29T04:38:55.623Z | |
3540 | 2025-01-29T04:38:55.623Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3541 | 2025-01-29T04:38:56.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2025-01-29T04:38:56.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2025-01-29T04:38:56.472Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3544 | 2025-01-29T04:38:56.474Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3545 | 2025-01-29T04:38:56.616Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3546 | 2025-01-29T04:38:56.622Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3547 | 2025-01-29T04:38:57.711Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3548 | 2025-01-29T04:39:24.969Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3549 | 2025-01-29T04:39:24.972Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3550 | 2025-01-29T04:39:24.972Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3551 | 2025-01-29T04:39:24.972Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3552 | 2025-01-29T04:39:24.972Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3553 | 2025-01-29T04:39:24.972Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3554 | 2025-01-29T04:39:25.870Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3555 | 2025-01-29T04:39:27.073Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3556 | 2025-01-29T04:40:06.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3557 | 2025-01-29T04:40:06.691Z | |
3558 | 2025-01-29T04:40:06.691Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3559 | 2025-01-29T04:40:07.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2025-01-29T04:40:07.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2025-01-29T04:40:07.402Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3562 | 2025-01-29T04:40:07.405Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3563 | 2025-01-29T04:40:07.405Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3564 | 2025-01-29T04:40:07.531Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3565 | 2025-01-29T04:40:07.534Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3566 | 2025-01-29T04:40:07.558Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3567 | 2025-01-29T04:40:07.560Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3568 | 2025-01-29T04:40:07.575Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3569 | 2025-01-29T04:40:07.727Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3570 | 2025-01-29T04:40:07.769Z | Checking heck v0.4.1 |
3571 | 2025-01-29T04:40:07.841Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3572 | 2025-01-29T04:40:07.992Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3573 | 2025-01-29T04:40:08.108Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3574 | 2025-01-29T04:40:08.397Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3575 | 2025-01-29T04:40:08.804Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3576 | 2025-01-29T04:40:08.972Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3577 | 2025-01-29T04:40:09.274Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3578 | 2025-01-29T04:40:10.044Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3579 | 2025-01-29T04:40:10.515Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3580 | 2025-01-29T04:40:11.036Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3581 | 2025-01-29T04:40:11.401Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3582 | 2025-01-29T04:40:12.841Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3583 | 2025-01-29T04:40:12.841Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3584 | 2025-01-29T04:40:14.548Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3585 | 2025-01-29T04:40:16.021Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3586 | 2025-01-29T04:40:21.711Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3587 | 2025-01-29T04:40:21.711Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3588 | 2025-01-29T04:40:22.913Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3589 | 2025-01-29T04:40:23.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s |
3590 | 2025-01-29T04:40:24.107Z | |
3591 | 2025-01-29T04:40:24.107Z | info: running `cargo check --bins` on installinator-api (180/197) |
3592 | 2025-01-29T04:40:24.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3593 | 2025-01-29T04:40:24.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3594 | 2025-01-29T04:40:24.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3595 | 2025-01-29T04:40:24.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3596 | 2025-01-29T04:40:24.749Z | |
3597 | 2025-01-29T04:40:24.749Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3598 | 2025-01-29T04:40:25.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3599 | 2025-01-29T04:40:25.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3600 | 2025-01-29T04:40:25.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3601 | 2025-01-29T04:40:25.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3602 | 2025-01-29T04:40:25.407Z | |
3603 | 2025-01-29T04:40:25.407Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3604 | 2025-01-29T04:40:25.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3605 | 2025-01-29T04:40:25.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3606 | 2025-01-29T04:40:26.103Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3607 | 2025-01-29T04:40:26.103Z | Compiling petname v2.0.2 |
3608 | 2025-01-29T04:40:26.106Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3609 | 2025-01-29T04:40:26.106Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3610 | 2025-01-29T04:40:26.106Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3611 | 2025-01-29T04:40:26.106Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3612 | 2025-01-29T04:40:26.106Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3613 | 2025-01-29T04:40:26.233Z | Checking sync-ptr v0.1.1 |
3614 | 2025-01-29T04:40:31.489Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3615 | 2025-01-29T04:40:32.263Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3616 | 2025-01-29T04:40:33.211Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3617 | 2025-01-29T04:40:34.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s |
3618 | 2025-01-29T04:40:34.919Z | |
3619 | 2025-01-29T04:40:34.919Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3620 | 2025-01-29T04:40:35.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3621 | 2025-01-29T04:40:35.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3622 | 2025-01-29T04:40:35.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3623 | 2025-01-29T04:40:35.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3624 | 2025-01-29T04:40:35.588Z | |
3625 | 2025-01-29T04:40:35.588Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3626 | 2025-01-29T04:40:36.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3627 | 2025-01-29T04:40:36.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3628 | 2025-01-29T04:40:36.266Z | Checking memmap2 v0.9.5 |
3629 | 2025-01-29T04:40:36.266Z | Checking constant_time_eq v0.3.1 |
3630 | 2025-01-29T04:40:36.266Z | Checking arrayref v0.3.9 |
3631 | 2025-01-29T04:40:36.269Z | Checking arrayvec v0.7.6 |
3632 | 2025-01-29T04:40:36.269Z | Checking topological-sort v0.2.2 |
3633 | 2025-01-29T04:40:36.269Z | Checking shell-words v1.1.0 |
3634 | 2025-01-29T04:40:36.651Z | Checking blake3 v1.5.4 |
3635 | 2025-01-29T04:40:36.988Z | Checking omicron-zone-package v0.12.0 |
3636 | 2025-01-29T04:40:38.118Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3637 | 2025-01-29T04:40:39.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
3638 | 2025-01-29T04:40:39.218Z | |
3639 | 2025-01-29T04:40:39.219Z | info: running `cargo check --bins` on xtask (185/197) |
3640 | 2025-01-29T04:40:39.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3641 | 2025-01-29T04:40:39.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3642 | 2025-01-29T04:40:39.644Z | Checking bitflags v2.6.0 |
3643 | 2025-01-29T04:40:39.646Z | Checking serde v1.0.217 |
3644 | 2025-01-29T04:40:39.646Z | Checking thiserror v1.0.69 |
3645 | 2025-01-29T04:40:39.739Z | Checking scroll v0.12.0 |
3646 | 2025-01-29T04:40:39.746Z | Checking log v0.4.22 |
3647 | 2025-01-29T04:40:39.748Z | Checking hashbrown v0.15.1 |
3648 | 2025-01-29T04:40:39.748Z | Checking zerocopy v0.7.35 |
3649 | 2025-01-29T04:40:39.778Z | Checking syn v2.0.96 |
3650 | 2025-01-29T04:40:39.841Z | Checking pest v2.7.14 |
3651 | 2025-01-29T04:40:39.982Z | Checking rustix v0.38.37 |
3652 | 2025-01-29T04:40:39.998Z | Checking once_cell v1.20.2 |
3653 | 2025-01-29T04:40:40.179Z | Checking goblin v0.8.2 |
3654 | 2025-01-29T04:40:40.304Z | Checking fs-err v2.11.0 |
3655 | 2025-01-29T04:40:40.642Z | Checking anyhow v1.0.95 |
3656 | 2025-01-29T04:40:40.708Z | Checking indexmap v2.7.1 |
3657 | 2025-01-29T04:40:40.946Z | Checking tabled v0.15.0 |
3658 | 2025-01-29T04:40:41.833Z | Checking terminal_size v0.4.0 |
3659 | 2025-01-29T04:40:41.833Z | Checking tempfile v3.13.0 |
3660 | 2025-01-29T04:40:42.019Z | Checking clap_builder v4.5.27 |
3661 | 2025-01-29T04:40:42.163Z | Checking dtrace-parser v0.2.0 |
3662 | 2025-01-29T04:40:43.611Z | Checking serde_json v1.0.135 |
3663 | 2025-01-29T04:40:43.611Z | Checking toml_datetime v0.6.8 |
3664 | 2025-01-29T04:40:43.611Z | Checking serde_spanned v0.6.8 |
3665 | 2025-01-29T04:40:43.614Z | Checking camino v1.1.9 |
3666 | 2025-01-29T04:40:43.614Z | Checking cargo-platform v0.1.8 |
3667 | 2025-01-29T04:40:43.814Z | Checking semver v1.0.24 |
3668 | 2025-01-29T04:40:43.897Z | Checking toml_edit v0.22.22 |
3669 | 2025-01-29T04:40:43.914Z | Checking macaddr v1.0.1 |
3670 | 2025-01-29T04:40:44.164Z | Checking camino-tempfile v1.1.1 |
3671 | 2025-01-29T04:40:44.288Z | Checking clap v4.5.27 |
3672 | 2025-01-29T04:40:44.894Z | Checking dof v0.3.0 |
3673 | 2025-01-29T04:40:44.894Z | Checking cargo_metadata v0.18.1 |
3674 | 2025-01-29T04:40:45.290Z | Checking usdt-impl v0.5.0 |
3675 | 2025-01-29T04:40:45.660Z | Checking usdt v0.5.0 |
3676 | 2025-01-29T04:40:45.725Z | Checking toml v0.8.19 |
3677 | 2025-01-29T04:40:46.195Z | Checking cargo_toml v0.20.5 |
3678 | 2025-01-29T04:40:47.343Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3679 | 2025-01-29T04:40:47.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.75s |
3680 | 2025-01-29T04:40:48.084Z | |
3681 | 2025-01-29T04:40:48.085Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3682 | 2025-01-29T04:40:48.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3683 | 2025-01-29T04:40:48.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3684 | 2025-01-29T04:40:48.846Z | Checking polyval v0.6.2 |
3685 | 2025-01-29T04:40:48.962Z | Checking ctr v0.9.2 |
3686 | 2025-01-29T04:40:48.976Z | Checking ssh-encoding v0.2.0 |
3687 | 2025-01-29T04:40:48.976Z | Checking blowfish v0.9.1 |
3688 | 2025-01-29T04:40:49.001Z | Checking password-hash v0.4.2 |
3689 | 2025-01-29T04:40:49.015Z | Checking p256 v0.13.2 |
3690 | 2025-01-29T04:40:49.018Z | Checking p521 v0.13.3 |
3691 | 2025-01-29T04:40:49.047Z | Checking russh-cryptovec v0.7.3 |
3692 | 2025-01-29T04:40:49.202Z | Checking ghash v0.5.1 |
3693 | 2025-01-29T04:40:49.222Z | Checking bcrypt-pbkdf v0.10.0 |
3694 | 2025-01-29T04:40:49.225Z | Checking md5 v0.7.0 |
3695 | 2025-01-29T04:40:49.260Z | Checking num-bigint v0.4.6 |
3696 | 2025-01-29T04:40:49.279Z | Checking des v0.8.1 |
3697 | 2025-01-29T04:40:49.376Z | Checking aes-gcm v0.10.3 |
3698 | 2025-01-29T04:40:49.396Z | Checking pbkdf2 v0.11.0 |
3699 | 2025-01-29T04:40:49.480Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3700 | 2025-01-29T04:40:49.502Z | Checking hex-literal v0.4.1 |
3701 | 2025-01-29T04:40:49.505Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3702 | 2025-01-29T04:40:49.540Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3703 | 2025-01-29T04:40:49.617Z | Checking ssh-cipher v0.2.0 |
3704 | 2025-01-29T04:40:49.645Z | Checking internet-checksum v0.2.1 |
3705 | 2025-01-29T04:40:49.907Z | Checking ssh-key v0.6.6 |
3706 | 2025-01-29T04:40:50.111Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3707 | 2025-01-29T04:40:51.089Z | Checking russh-keys v0.45.0 |
3708 | 2025-01-29T04:40:51.925Z | Checking russh v0.45.0 |
3709 | 2025-01-29T04:41:09.888Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3710 | 2025-01-29T04:41:11.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.17s |
3711 | 2025-01-29T04:41:11.485Z | |
3712 | 2025-01-29T04:41:11.485Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3713 | 2025-01-29T04:41:12.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3714 | 2025-01-29T04:41:12.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3715 | 2025-01-29T04:41:12.135Z | Checking termios v0.3.3 |
3716 | 2025-01-29T04:41:12.358Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3717 | 2025-01-29T04:41:13.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3718 | 2025-01-29T04:41:13.337Z | |
3719 | 2025-01-29T04:41:13.337Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3720 | 2025-01-29T04:41:13.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3721 | 2025-01-29T04:41:13.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3722 | 2025-01-29T04:41:14.038Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3723 | 2025-01-29T04:41:14.038Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3724 | 2025-01-29T04:41:14.040Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3725 | 2025-01-29T04:41:14.040Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3726 | 2025-01-29T04:41:15.050Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3727 | 2025-01-29T04:41:16.287Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3728 | 2025-01-29T04:41:18.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
3729 | 2025-01-29T04:41:18.254Z | |
3730 | 2025-01-29T04:41:18.254Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3731 | 2025-01-29T04:41:18.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3732 | 2025-01-29T04:41:18.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3733 | 2025-01-29T04:41:18.914Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3734 | 2025-01-29T04:41:19.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3735 | 2025-01-29T04:41:19.562Z | |
3736 | 2025-01-29T04:41:19.562Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3737 | 2025-01-29T04:41:20.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3738 | 2025-01-29T04:41:20.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3739 | 2025-01-29T04:41:20.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3740 | 2025-01-29T04:41:20.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3741 | 2025-01-29T04:41:20.182Z | |
3742 | 2025-01-29T04:41:20.182Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3743 | 2025-01-29T04:41:20.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3744 | 2025-01-29T04:41:20.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3745 | 2025-01-29T04:41:20.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3746 | 2025-01-29T04:41:20.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3747 | 2025-01-29T04:41:20.806Z | |
3748 | 2025-01-29T04:41:20.806Z | info: running `cargo check --bins` on omicron-package (192/197) |
3749 | 2025-01-29T04:41:21.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3750 | 2025-01-29T04:41:21.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3751 | 2025-01-29T04:41:21.485Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3752 | 2025-01-29T04:41:22.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3753 | 2025-01-29T04:41:23.042Z | |
3754 | 2025-01-29T04:41:23.042Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3755 | 2025-01-29T04:41:23.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3756 | 2025-01-29T04:41:23.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3757 | 2025-01-29T04:41:23.743Z | Checking rtoolbox v0.0.2 |
3758 | 2025-01-29T04:41:23.743Z | Checking tui-tree-widget v0.22.0 |
3759 | 2025-01-29T04:41:23.746Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3760 | 2025-01-29T04:41:23.982Z | Checking rpassword v7.3.1 |
3761 | 2025-01-29T04:41:27.762Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3762 | 2025-01-29T04:41:30.623Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3763 | 2025-01-29T04:41:31.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.71s |
3764 | 2025-01-29T04:41:31.946Z | |
3765 | 2025-01-29T04:41:31.946Z | info: running `cargo check --bins` on wicket (194/197) |
3766 | 2025-01-29T04:41:32.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3767 | 2025-01-29T04:41:32.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3768 | 2025-01-29T04:41:32.637Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3769 | 2025-01-29T04:41:33.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3770 | 2025-01-29T04:41:33.232Z | |
3771 | 2025-01-29T04:41:33.232Z | info: running `cargo check --bins` on wicketd (195/197) |
3772 | 2025-01-29T04:41:33.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3773 | 2025-01-29T04:41:33.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3774 | 2025-01-29T04:41:33.956Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3775 | 2025-01-29T04:41:33.956Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3776 | 2025-01-29T04:41:34.778Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3777 | 2025-01-29T04:41:38.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
3778 | 2025-01-29T04:41:38.785Z | |
3779 | 2025-01-29T04:41:38.785Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3780 | 2025-01-29T04:41:39.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3781 | 2025-01-29T04:41:39.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3782 | 2025-01-29T04:41:39.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3783 | 2025-01-29T04:41:39.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3784 | 2025-01-29T04:41:39.390Z | |
3785 | 2025-01-29T04:41:39.390Z | info: running `cargo check --bins` on zone-setup (197/197) |
3786 | 2025-01-29T04:41:39.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3787 | 2025-01-29T04:41:39.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3788 | 2025-01-29T04:41:40.121Z | Checking uzers v0.12.1 |
3789 | 2025-01-29T04:41:40.471Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3790 | 2025-01-29T04:41:41.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
3791 | 2025-01-29T04:41:41.797Z | |
3792 | 2025-01-29T04:41:41.797Z | real 13:29.964858752 |
3793 | 2025-01-29T04:41:41.797Z | user 25:56.596103237 |
3794 | 2025-01-29T04:41:41.798Z | sys 4:15.729841654 |
3795 | 2025-01-29T04:41:41.798Z | trap 0.537181321 |
3796 | 2025-01-29T04:41:41.798Z | tflt 3.001380259 |
3797 | 2025-01-29T04:41:41.798Z | dflt 2.482512170 |
3798 | 2025-01-29T04:41:41.798Z | kflt 0.001868006 |
3799 | 2025-01-29T04:41:41.798Z | lock 45:24.453181204 |
3800 | 2025-01-29T04:41:41.801Z | slp 2:09:02.384534874 |
3801 | 2025-01-29T04:41:41.801Z | lat 1:06.779604767 |
3802 | 2025-01-29T04:41:41.801Z | stop 3:53.336302427 |
3803 | 2025-01-29T04:41:41.801Z | process exited: duration 1178541 ms, exit code 0 |
|
3804 | 2025-01-29T04:41:41.806Z | found 0 output files |