|
|
|
1 | 2025-01-13T21:54:11.273Z | job assigned to worker 01JHGTGFEXWDNGP4WTBA4G06AY [factory aws, i-0eb5db93e9bd5ce04] (queued for 50 s) |
|
2 | 2025-01-13T21:54:18.742Z | starting task 0: "setup" |
3 | 2025-01-13T21:54:18.749Z | ++ uname -s |
4 | 2025-01-13T21:54:18.752Z | + kern=SunOS |
5 | 2025-01-13T21:54:18.752Z | + case "$kern" in |
6 | 2025-01-13T21:54:18.752Z | + groupadd -g 12345 build |
7 | 2025-01-13T21:54:18.755Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-13T21:54:20.762Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-13T21:54:20.867Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-13T21:54:20.870Z | + home_fs=zfs |
11 | 2025-01-13T21:54:20.870Z | + [[ zfs == autofs ]] |
12 | 2025-01-13T21:54:20.870Z | + mkdir -p /home/build |
13 | 2025-01-13T21:54:20.873Z | + chown build:build /home/build /work |
14 | 2025-01-13T21:54:22.875Z | + chmod 0700 /home/build /work |
15 | 2025-01-13T21:54:22.877Z | process exited: duration 4133 ms, exit code 0 |
|
16 | 2025-01-13T21:54:22.883Z | starting task 1: "rust-toolchain" |
17 | 2025-01-13T21:54:22.889Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-13T21:54:22.889Z | ' 1.81.0 |
19 | 2025-01-13T21:54:22.889Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-13T21:54:22.889Z | ' default |
21 | 2025-01-13T21:54:22.889Z | * toolchain channel = "1.81.0" |
22 | 2025-01-13T21:54:22.889Z | * toolchain profile = "default" |
23 | 2025-01-13T21:54:22.892Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-13T21:54:22.892Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-13T21:54:23.012Z | info: downloading installer |
26 | 2025-01-13T21:54:24.485Z | info: profile set to 'default' |
27 | 2025-01-13T21:54:24.485Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-13T21:54:24.488Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-13T21:54:24.621Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-13T21:54:24.621Z | info: downloading component 'cargo' |
31 | 2025-01-13T21:54:25.341Z | info: downloading component 'clippy' |
32 | 2025-01-13T21:54:25.605Z | info: downloading component 'rust-docs' |
33 | 2025-01-13T21:54:26.594Z | info: downloading component 'rust-std' |
34 | 2025-01-13T21:54:28.142Z | info: downloading component 'rustc' |
35 | 2025-01-13T21:54:33.797Z | info: downloading component 'rustfmt' |
36 | 2025-01-13T21:54:34.006Z | info: installing component 'cargo' |
37 | 2025-01-13T21:54:34.791Z | info: installing component 'clippy' |
38 | 2025-01-13T21:54:35.146Z | info: installing component 'rust-docs' |
39 | 2025-01-13T21:54:36.746Z | info: installing component 'rust-std' |
40 | 2025-01-13T21:54:38.489Z | info: installing component 'rustc' |
41 | 2025-01-13T21:54:44.095Z | info: installing component 'rustfmt' |
42 | 2025-01-13T21:54:44.418Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-13T21:54:44.418Z | |
44 | 2025-01-13T21:54:44.791Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-13T21:54:44.791Z | |
46 | 2025-01-13T21:54:44.794Z | |
47 | 2025-01-13T21:54:44.794Z | Rust is installed now. Great! |
48 | 2025-01-13T21:54:44.794Z | |
49 | 2025-01-13T21:54:44.794Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-13T21:54:44.794Z | environment variable. This has not been done automatically. |
51 | 2025-01-13T21:54:44.794Z | |
52 | 2025-01-13T21:54:44.794Z | To configure your current shell, you need to source |
53 | 2025-01-13T21:54:44.794Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-13T21:54:44.794Z | |
55 | 2025-01-13T21:54:44.794Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-13T21:54:44.794Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-13T21:54:44.794Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-13T21:54:44.866Z | + rustc --version |
59 | 2025-01-13T21:54:44.933Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-13T21:54:44.936Z | process exited: duration 22033 ms, exit code 0 |
|
61 | 2025-01-13T21:54:44.942Z | starting task 2: "authentication" |
62 | 2025-01-13T21:54:44.963Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-13T21:54:44.970Z | starting task 3: "clone repository" |
64 | 2025-01-13T21:54:44.975Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-13T21:54:44.977Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-13T21:54:45.286Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-13T21:54:53.187Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-13T21:54:53.187Z | + git fetch origin 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57 |
69 | 2025-01-13T21:54:53.493Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-13T21:54:53.493Z | * branch 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57 -> FETCH_HEAD |
71 | 2025-01-13T21:54:53.502Z | + [[ -n support-bundle-bg-task ]] |
72 | 2025-01-13T21:54:53.505Z | ++ git branch --show-current |
73 | 2025-01-13T21:54:53.508Z | + current=main |
74 | 2025-01-13T21:54:53.508Z | + [[ main != support-bundle-bg-task ]] |
75 | 2025-01-13T21:54:53.508Z | + git branch -f support-bundle-bg-task 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57 |
76 | 2025-01-13T21:54:53.511Z | + git checkout -f support-bundle-bg-task |
77 | 2025-01-13T21:54:53.642Z | Switched to branch 'support-bundle-bg-task' |
78 | 2025-01-13T21:54:53.645Z | + git reset --hard 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57 |
79 | 2025-01-13T21:54:53.786Z | HEAD is now at 7c5e396c9 Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task |
80 | 2025-01-13T21:54:53.789Z | process exited: duration 8811 ms, exit code 0 |
|
81 | 2025-01-13T21:54:53.795Z | starting task 4: "build" |
82 | 2025-01-13T21:54:53.801Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-13T21:54:53.801Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-13T21:54:53.804Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-13T21:54:53.804Z | + cargo --version |
86 | 2025-01-13T21:54:53.861Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-13T21:54:53.864Z | + rustc --version |
88 | 2025-01-13T21:54:53.927Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-13T21:54:53.931Z | + source ./env.sh |
90 | 2025-01-13T21:54:53.931Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-13T21:54:53.931Z | ++ set -o xtrace |
92 | 2025-01-13T21:54:53.934Z | ++++ dirname ./env.sh |
93 | 2025-01-13T21:54:53.934Z | +++ readlink -f . |
94 | 2025-01-13T21:54:53.956Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-13T21:54:53.959Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-13T21:54:53.959Z | ++ PATH=/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-13T21:54:53.959Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2025-01-13T21:54:53.959Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2025-01-13T21:54:53.959Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2025-01-13T21:54:53.959Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2025-01-13T21:54:53.959Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2025-01-13T21:54:53.959Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-01-13T21:54:53.959Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-13T21:54:53.959Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-13T21:54:53.959Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2025-01-13T21:54:53.960Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2025-01-13T21:54:53.960Z | + banner prerequisites |
108 | 2025-01-13T21:54:53.975Z | |
109 | 2025-01-13T21:54:53.975Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-13T21:54:53.975Z | # # # # # # # # # # # # # # # |
111 | 2025-01-13T21:54:53.975Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-13T21:54:53.975Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-13T21:54:53.975Z | # # # # # # # # # # # # # # # |
114 | 2025-01-13T21:54:53.975Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-13T21:54:53.975Z | |
116 | 2025-01-13T21:54:53.978Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-13T21:54:59.979Z | pkg list: illegal option -- F |
118 | 2025-01-13T21:54:59.982Z | Usage: |
119 | 2025-01-13T21:54:59.982Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-13T21:54:59.982Z | [pkg_fmri_pattern ...] |
121 | 2025-01-13T21:55:00.815Z | pkg list: illegal option -- F |
122 | 2025-01-13T21:55:00.815Z | Usage: |
123 | 2025-01-13T21:55:00.818Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-13T21:55:00.818Z | [pkg_fmri_pattern ...] |
125 | 2025-01-13T21:55:07.132Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-13T21:55:11.570Z | Startup: Caching catalogs ... Done |
127 | 2025-01-13T21:55:22.795Z | Planning: Solver setup ... Done (10.399s) |
128 | 2025-01-13T21:55:22.934Z | Planning: Running solver ... Done (0.140s) |
129 | 2025-01-13T21:55:23.522Z | Planning: Finding local manifests ... Done (0.483s) |
130 | 2025-01-13T21:55:23.991Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-13T21:55:24.766Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-13T21:55:25.714Z | Planning: Package planning ... Done (0.947s) |
133 | 2025-01-13T21:55:25.769Z | Planning: Merging actions ... Done (0.055s) |
134 | 2025-01-13T21:55:27.229Z | Planning: Checking for conflicting actions ... Done (1.458s) |
135 | 2025-01-13T21:55:36.093Z | Planning: Consolidating action changes ... Done (8.856s) |
136 | 2025-01-13T21:55:36.488Z | Planning: Evaluating mediators ... Done (0.394s) |
137 | 2025-01-13T21:55:36.567Z | Planning: Planning completed in 24.88 seconds |
138 | 2025-01-13T21:55:37.449Z | Packages to install: 4 |
139 | 2025-01-13T21:55:37.449Z | Packages to update: 3 |
140 | 2025-01-13T21:55:37.451Z | Mediators to change: 2 |
141 | 2025-01-13T21:55:37.452Z | Services to change: 1 |
142 | 2025-01-13T21:55:37.452Z | Estimated space available: 155.63 GB |
143 | 2025-01-13T21:55:37.452Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-13T21:55:37.452Z | Create boot environment: No |
145 | 2025-01-13T21:55:37.452Z | Create backup boot environment: Yes |
146 | 2025-01-13T21:55:37.452Z | Rebuild boot archive: No |
147 | 2025-01-13T21:55:37.452Z | |
148 | 2025-01-13T21:55:37.452Z | Changed mediators: |
149 | 2025-01-13T21:55:37.452Z | mediator clang: |
150 | 2025-01-13T21:55:37.452Z | version: None -> 15 (system default) |
151 | 2025-01-13T21:55:37.452Z | |
152 | 2025-01-13T21:55:37.452Z | mediator llvm: |
153 | 2025-01-13T21:55:37.452Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-13T21:55:37.452Z | |
155 | 2025-01-13T21:55:37.452Z | Changed packages: |
156 | 2025-01-13T21:55:37.452Z | helios-dev |
157 | 2025-01-13T21:55:37.452Z | developer/build-essential |
158 | 2025-01-13T21:55:37.452Z | None -> 11-2.0 |
159 | 2025-01-13T21:55:37.452Z | library/libxmlsec1 |
160 | 2025-01-13T21:55:37.452Z | None -> 1.2.35-2.0 |
161 | 2025-01-13T21:55:37.452Z | ooce/developer/clang-15 |
162 | 2025-01-13T21:55:37.452Z | None -> 15.0.7-2.0 |
163 | 2025-01-13T21:55:37.452Z | ooce/developer/llvm-15 |
164 | 2025-01-13T21:55:37.452Z | None -> 15.0.7-2.0 |
165 | 2025-01-13T21:55:37.452Z | package/pkg |
166 | 2025-01-13T21:55:37.452Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-13T21:55:37.452Z | system/library/g++-runtime |
168 | 2025-01-13T21:55:37.452Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-13T21:55:37.452Z | system/library/gcc-runtime |
170 | 2025-01-13T21:55:37.452Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-13T21:55:37.452Z | |
172 | 2025-01-13T21:55:37.452Z | Services: |
173 | 2025-01-13T21:55:37.452Z | restart_fmri: |
174 | 2025-01-13T21:55:37.452Z | svc:/system/update-man-index:default |
175 | 2025-01-13T21:55:37.452Z | |
176 | 2025-01-13T21:55:37.452Z | Editable files to change: |
177 | 2025-01-13T21:55:37.452Z | Update: |
178 | 2025-01-13T21:55:37.452Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-13T21:55:37.832Z | |
180 | 2025-01-13T21:55:37.833Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-13T21:55:42.843Z | Download: 937/4301 items 18.9/225.4MB 8% complete (3.9M/s) |
182 | 2025-01-13T21:55:47.850Z | Download: 1714/4301 items 118.1/225.4MB 52% complete (11.9M/s) |
183 | 2025-01-13T21:55:54.289Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (11.4M/s) |
184 | 2025-01-13T21:55:59.294Z | Download: 3249/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
185 | 2025-01-13T21:56:04.309Z | Download: 3509/4301 items 215.5/225.4MB 95% complete (9.8M/s) |
186 | 2025-01-13T21:56:09.489Z | Download: 4290/4301 items 224.4/225.4MB 99% complete (3.6M/s) |
187 | 2025-01-13T21:56:10.338Z | Download: Completed 225.42 MB in 32.48 seconds (6.9M/s) |
188 | 2025-01-13T21:56:12.506Z | Actions: 1/5122 actions (Removing old actions) |
189 | 2025-01-13T21:56:12.525Z | Actions: 194/5122 actions (Installing new actions) |
190 | 2025-01-13T21:56:17.603Z | Actions: 4144/5122 actions (Installing new actions) |
191 | 2025-01-13T21:56:18.498Z | Actions: 4267/5122 actions (Updating modified actions) |
192 | 2025-01-13T21:56:19.138Z | Actions: Completed 5122 actions in 6.63 seconds. |
193 | 2025-01-13T21:56:19.548Z | Done (0.401s) |
194 | 2025-01-13T21:56:19.551Z | Done (0.001s) |
195 | 2025-01-13T21:56:20.142Z | Done (0.576s) |
196 | 2025-01-13T21:56:27.375Z | Done (7.005s) |
197 | 2025-01-13T21:56:27.969Z | Done (0.525s) |
198 | 2025-01-13T21:56:27.971Z | Done (0.000s) |
199 | 2025-01-13T21:56:28.260Z | Done (0.000s) |
200 | 2025-01-13T21:56:28.955Z | Planning: Evaluating mediator changes ... Done |
201 | 2025-01-13T21:56:29.114Z | Planning: Checking for conflicting actions ... Done |
202 | 2025-01-13T21:56:29.116Z | Planning: Consolidating action changes ... Done |
203 | 2025-01-13T21:56:29.380Z | Planning: Evaluating mediators ... Done |
204 | 2025-01-13T21:56:29.382Z | Planning: Planning completed in 0.43 seconds |
205 | 2025-01-13T21:56:29.418Z | Mediators to change: 2 |
206 | 2025-01-13T21:56:29.418Z | Create boot environment: No |
207 | 2025-01-13T21:56:29.420Z | Create backup boot environment: No |
208 | 2025-01-13T21:56:29.481Z | Done |
209 | 2025-01-13T21:56:29.482Z | Done |
210 | 2025-01-13T21:56:29.849Z | Done |
211 | 2025-01-13T21:56:33.443Z | Done |
212 | 2025-01-13T21:56:33.532Z | Done |
213 | 2025-01-13T21:56:33.534Z | Done |
214 | 2025-01-13T21:56:33.650Z | Done |
215 | 2025-01-13T21:56:34.264Z | Planning: Evaluating mediator changes ... Done |
216 | 2025-01-13T21:56:34.267Z | Planning: Merging actions ... Done |
217 | 2025-01-13T21:56:34.453Z | Planning: Checking for conflicting actions ... Done |
218 | 2025-01-13T21:56:34.456Z | Planning: Consolidating action changes ... Done |
219 | 2025-01-13T21:56:34.721Z | Planning: Evaluating mediators ... Done |
220 | 2025-01-13T21:56:34.774Z | Planning: Planning completed in 0.75 seconds |
221 | 2025-01-13T21:56:34.813Z | Packages to change: 1 |
222 | 2025-01-13T21:56:34.813Z | Mediators to change: 1 |
223 | 2025-01-13T21:56:34.816Z | Services to change: 1 |
224 | 2025-01-13T21:56:34.816Z | Create boot environment: No |
225 | 2025-01-13T21:56:34.816Z | Create backup boot environment: Yes |
226 | 2025-01-13T21:56:37.032Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2025-01-13T21:56:37.144Z | Actions: Completed 6 actions in 0.11 seconds. |
228 | 2025-01-13T21:56:37.147Z | Done |
229 | 2025-01-13T21:56:37.147Z | Done |
230 | 2025-01-13T21:56:37.262Z | Done |
231 | 2025-01-13T21:56:40.846Z | Done |
232 | 2025-01-13T21:56:40.937Z | Done |
233 | 2025-01-13T21:56:40.940Z | Done |
234 | 2025-01-13T21:56:41.049Z | Done |
235 | 2025-01-13T21:56:41.486Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2025-01-13T21:56:41.486Z | clang system 15 system |
237 | 2025-01-13T21:56:41.486Z | csh system system illumos |
238 | 2025-01-13T21:56:41.486Z | ctags system system illumos |
239 | 2025-01-13T21:56:41.486Z | gcc vendor 12 vendor |
240 | 2025-01-13T21:56:41.486Z | gcc system 10 system |
241 | 2025-01-13T21:56:41.486Z | gcc system 7 system |
242 | 2025-01-13T21:56:41.486Z | go system 1.20 system |
243 | 2025-01-13T21:56:41.486Z | go system 1.19 system |
244 | 2025-01-13T21:56:41.486Z | llvm system 15 system |
245 | 2025-01-13T21:56:41.486Z | llvm system 14 system |
246 | 2025-01-13T21:56:41.486Z | mariadb system 10.6 system |
247 | 2025-01-13T21:56:41.486Z | mta vendor vendor dma |
248 | 2025-01-13T21:56:41.486Z | openjdk system 17 system |
249 | 2025-01-13T21:56:41.486Z | openjdk system 11 system |
250 | 2025-01-13T21:56:41.486Z | openjdk system 1.8 system |
251 | 2025-01-13T21:56:41.486Z | openssl vendor 3 vendor |
252 | 2025-01-13T21:56:41.486Z | perl system 5.36 system |
253 | 2025-01-13T21:56:41.486Z | postgresql system 15 system |
254 | 2025-01-13T21:56:41.486Z | postgresql system 13 system |
255 | 2025-01-13T21:56:41.486Z | python vendor 3 vendor |
256 | 2025-01-13T21:56:41.486Z | python system 2 system |
257 | 2025-01-13T21:56:41.487Z | python3 system 3.11 system |
258 | 2025-01-13T21:56:41.487Z | ruby system 3.0 system |
259 | 2025-01-13T21:56:41.487Z | words vendor vendor american-english |
260 | 2025-01-13T21:56:41.487Z | words system system australian-english |
261 | 2025-01-13T21:56:41.487Z | words system system british-english |
262 | 2025-01-13T21:56:41.487Z | words system system canadian-english |
263 | 2025-01-13T21:56:41.487Z | words system system french |
264 | 2025-01-13T21:56:41.487Z | words system system italian |
265 | 2025-01-13T21:56:41.487Z | words system system ngerman |
266 | 2025-01-13T21:56:41.487Z | words system system ogerman |
267 | 2025-01-13T21:56:41.487Z | words system system spanish |
268 | 2025-01-13T21:56:41.814Z | PUBLISHER TYPE STATUS P LOCATION |
269 | 2025-01-13T21:56:41.814Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
270 | 2025-01-13T21:56:44.633Z | FMRI IFO |
271 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
272 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
273 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
274 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
275 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
276 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
277 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
278 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
279 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
280 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
281 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
282 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
283 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
284 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
285 | 2025-01-13T21:56:44.633Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
286 | 2025-01-13T21:56:45.407Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
287 | 2025-01-13T21:56:45.680Z | Updating crates.io index |
288 | 2025-01-13T21:56:45.740Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
289 | 2025-01-13T21:56:46.003Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
290 | 2025-01-13T21:56:46.530Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
291 | 2025-01-13T21:56:46.873Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
292 | 2025-01-13T21:56:47.099Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
293 | 2025-01-13T21:56:47.337Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
294 | 2025-01-13T21:56:48.333Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
295 | 2025-01-13T21:56:49.954Z | Updating git repository `https://github.com/oxidecomputer/opte` |
296 | 2025-01-13T21:56:50.643Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2025-01-13T21:56:51.363Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
298 | 2025-01-13T21:56:51.647Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
299 | 2025-01-13T21:56:51.982Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
300 | 2025-01-13T21:56:52.640Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
301 | 2025-01-13T21:56:52.997Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
302 | 2025-01-13T21:56:53.298Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2025-01-13T21:56:53.581Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2025-01-13T21:56:53.828Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2025-01-13T21:56:54.085Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2025-01-13T21:56:54.344Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
307 | 2025-01-13T21:56:54.749Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-01-13T21:56:55.136Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2025-01-13T21:56:55.423Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-01-13T21:56:55.896Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-01-13T21:56:56.159Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-01-13T21:56:56.546Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-01-13T21:56:56.919Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
314 | 2025-01-13T21:56:57.266Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-01-13T21:56:57.521Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-01-13T21:56:57.847Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-01-13T21:56:59.167Z | Downloading crates ... |
318 | 2025-01-13T21:56:59.241Z | Downloaded digest v0.10.7 |
319 | 2025-01-13T21:56:59.248Z | Downloaded cpufeatures v0.2.14 |
320 | 2025-01-13T21:56:59.251Z | Downloaded byteorder v1.5.0 |
321 | 2025-01-13T21:56:59.253Z | Downloaded clap_derive v4.5.18 |
322 | 2025-01-13T21:56:59.256Z | Downloaded clap v4.5.21 |
323 | 2025-01-13T21:56:59.262Z | Downloaded equivalent v1.0.1 |
324 | 2025-01-13T21:56:59.265Z | Downloaded dtrace-parser v0.2.0 |
325 | 2025-01-13T21:56:59.265Z | Downloaded anstyle-parse v0.2.5 |
326 | 2025-01-13T21:56:59.276Z | Downloaded scroll_derive v0.12.0 |
327 | 2025-01-13T21:56:59.279Z | Downloaded pretty-hex v0.4.1 |
328 | 2025-01-13T21:56:59.288Z | Downloaded usdt-macro v0.5.0 |
329 | 2025-01-13T21:56:59.290Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2025-01-13T21:56:59.297Z | Downloaded swrite v0.1.0 |
331 | 2025-01-13T21:56:59.304Z | Downloaded crypto-common v0.1.6 |
332 | 2025-01-13T21:56:59.306Z | Downloaded anstyle v1.0.10 |
333 | 2025-01-13T21:56:59.307Z | Downloaded colorchoice v1.0.2 |
334 | 2025-01-13T21:56:59.309Z | Downloaded dof v0.3.0 |
335 | 2025-01-13T21:56:59.309Z | Downloaded cfg-if v1.0.0 |
336 | 2025-01-13T21:56:59.310Z | Downloaded bytecount v0.6.8 |
337 | 2025-01-13T21:56:59.312Z | Downloaded autocfg v1.4.0 |
338 | 2025-01-13T21:56:59.312Z | Downloaded block-buffer v0.10.4 |
339 | 2025-01-13T21:56:59.315Z | Downloaded cargo-platform v0.1.8 |
340 | 2025-01-13T21:56:59.316Z | Downloaded fnv v1.0.7 |
341 | 2025-01-13T21:56:59.316Z | Downloaded heck v0.4.1 |
342 | 2025-01-13T21:56:59.318Z | Downloaded camino-tempfile v1.1.1 |
343 | 2025-01-13T21:56:59.318Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2025-01-13T21:56:59.321Z | Downloaded macaddr v1.0.1 |
345 | 2025-01-13T21:56:59.321Z | Downloaded is_terminal_polyfill v1.70.1 |
346 | 2025-01-13T21:56:59.321Z | Downloaded smawk v0.3.2 |
347 | 2025-01-13T21:56:59.324Z | Downloaded serde_tokenstream v0.2.2 |
348 | 2025-01-13T21:56:59.324Z | Downloaded generic-array v0.14.7 |
349 | 2025-01-13T21:56:59.330Z | Downloaded fs-err v2.11.0 |
350 | 2025-01-13T21:56:59.332Z | Downloaded plain v0.2.3 |
351 | 2025-01-13T21:56:59.335Z | Downloaded memmap v0.7.0 |
352 | 2025-01-13T21:56:59.335Z | Downloaded strsim v0.11.1 |
353 | 2025-01-13T21:56:59.338Z | Downloaded heck v0.5.0 |
354 | 2025-01-13T21:56:59.338Z | Downloaded fastrand v2.1.1 |
355 | 2025-01-13T21:56:59.341Z | Downloaded tabled_derive v0.7.0 |
356 | 2025-01-13T21:56:59.341Z | Downloaded version_check v0.9.5 |
357 | 2025-01-13T21:56:59.343Z | Downloaded thread-id v4.2.2 |
358 | 2025-01-13T21:56:59.344Z | Downloaded pest_generator v2.7.14 |
359 | 2025-01-13T21:56:59.346Z | Downloaded thiserror v1.0.69 |
360 | 2025-01-13T21:56:59.349Z | Downloaded utf8parse v0.2.2 |
361 | 2025-01-13T21:56:59.352Z | Downloaded terminal_size v0.4.0 |
362 | 2025-01-13T21:56:59.352Z | Downloaded toml_datetime v0.6.8 |
363 | 2025-01-13T21:56:59.358Z | Downloaded unicode-linebreak v0.1.5 |
364 | 2025-01-13T21:56:59.361Z | Downloaded serde_spanned v0.6.8 |
365 | 2025-01-13T21:56:59.361Z | Downloaded usdt v0.5.0 |
366 | 2025-01-13T21:56:59.364Z | Downloaded thiserror-impl v1.0.69 |
367 | 2025-01-13T21:56:59.367Z | Downloaded cargo_toml v0.20.5 |
368 | 2025-01-13T21:56:59.370Z | Downloaded clap_lex v0.7.2 |
369 | 2025-01-13T21:56:59.373Z | Downloaded cargo_metadata v0.18.1 |
370 | 2025-01-13T21:56:59.373Z | Downloaded anstyle-query v1.1.1 |
371 | 2025-01-13T21:56:59.375Z | Downloaded anstream v0.6.15 |
372 | 2025-01-13T21:56:59.378Z | Downloaded camino v1.1.9 |
373 | 2025-01-13T21:56:59.378Z | Downloaded scroll v0.12.0 |
374 | 2025-01-13T21:56:59.381Z | Downloaded pest_derive v2.7.14 |
375 | 2025-01-13T21:56:59.381Z | Downloaded errno v0.3.9 |
376 | 2025-01-13T21:56:59.388Z | Downloaded once_cell v1.20.2 |
377 | 2025-01-13T21:56:59.394Z | Downloaded quote v1.0.37 |
378 | 2025-01-13T21:56:59.397Z | Downloaded zerocopy-derive v0.7.35 |
379 | 2025-01-13T21:56:59.401Z | Downloaded tempfile v3.13.0 |
380 | 2025-01-13T21:56:59.404Z | Downloaded semver v1.0.23 |
381 | 2025-01-13T21:56:59.406Z | Downloaded sha2 v0.10.8 |
382 | 2025-01-13T21:56:59.409Z | Downloaded proc-macro-error v1.0.4 |
383 | 2025-01-13T21:56:59.413Z | Downloaded bitflags v2.6.0 |
384 | 2025-01-13T21:56:59.415Z | Downloaded ryu v1.0.18 |
385 | 2025-01-13T21:56:59.418Z | Downloaded usdt-impl v0.5.0 |
386 | 2025-01-13T21:56:59.418Z | Downloaded pest_meta v2.7.14 |
387 | 2025-01-13T21:56:59.421Z | Downloaded log v0.4.22 |
388 | 2025-01-13T21:56:59.424Z | Downloaded textwrap v0.16.1 |
389 | 2025-01-13T21:56:59.424Z | Downloaded unicode-ident v1.0.13 |
390 | 2025-01-13T21:56:59.427Z | Downloaded typenum v1.17.0 |
391 | 2025-01-13T21:56:59.430Z | Downloaded itoa v1.0.11 |
392 | 2025-01-13T21:56:59.430Z | Downloaded ucd-trie v0.1.7 |
393 | 2025-01-13T21:56:59.433Z | Downloaded toml v0.8.19 |
394 | 2025-01-13T21:56:59.436Z | Downloaded proc-macro2 v1.0.89 |
395 | 2025-01-13T21:56:59.438Z | Downloaded anyhow v1.0.93 |
396 | 2025-01-13T21:56:59.441Z | Downloaded papergrid v0.11.0 |
397 | 2025-01-13T21:56:59.444Z | Downloaded serde_derive v1.0.215 |
398 | 2025-01-13T21:56:59.458Z | Downloaded serde v1.0.215 |
399 | 2025-01-13T21:56:59.461Z | Downloaded indexmap v2.6.0 |
400 | 2025-01-13T21:56:59.486Z | Downloaded memchr v2.7.4 |
401 | 2025-01-13T21:56:59.498Z | Downloaded toml_edit v0.22.22 |
402 | 2025-01-13T21:56:59.518Z | Downloaded hashbrown v0.15.1 |
403 | 2025-01-13T21:56:59.527Z | Downloaded pest v2.7.14 |
404 | 2025-01-13T21:56:59.532Z | Downloaded clap_builder v4.5.21 |
405 | 2025-01-13T21:56:59.546Z | Downloaded serde_json v1.0.133 |
406 | 2025-01-13T21:56:59.552Z | Downloaded zerocopy v0.7.35 |
407 | 2025-01-13T21:56:59.566Z | Downloaded winnow v0.6.20 |
408 | 2025-01-13T21:56:59.574Z | Downloaded goblin v0.8.2 |
409 | 2025-01-13T21:56:59.580Z | Downloaded syn v1.0.109 |
410 | 2025-01-13T21:56:59.591Z | Downloaded tabled v0.15.0 |
411 | 2025-01-13T21:56:59.604Z | Downloaded unicode-width v0.1.14 |
412 | 2025-01-13T21:56:59.610Z | Downloaded syn v2.0.87 |
413 | 2025-01-13T21:56:59.619Z | Downloaded rustix v0.38.37 |
414 | 2025-01-13T21:56:59.658Z | Downloaded libc v0.2.162 |
415 | 2025-01-13T21:56:59.970Z | Compiling proc-macro2 v1.0.89 |
416 | 2025-01-13T21:56:59.970Z | Compiling unicode-ident v1.0.13 |
417 | 2025-01-13T21:56:59.970Z | Compiling version_check v0.9.5 |
418 | 2025-01-13T21:56:59.973Z | Compiling serde v1.0.215 |
419 | 2025-01-13T21:56:59.973Z | Compiling memchr v2.7.4 |
420 | 2025-01-13T21:56:59.973Z | Compiling thiserror v1.0.69 |
421 | 2025-01-13T21:57:00.007Z | Compiling libc v0.2.162 |
422 | 2025-01-13T21:57:00.010Z | Compiling itoa v1.0.11 |
423 | 2025-01-13T21:57:00.226Z | Compiling ryu v1.0.18 |
424 | 2025-01-13T21:57:00.320Z | Compiling ucd-trie v0.1.7 |
425 | 2025-01-13T21:57:00.835Z | Compiling once_cell v1.20.2 |
426 | 2025-01-13T21:57:00.886Z | Compiling byteorder v1.5.0 |
427 | 2025-01-13T21:57:01.182Z | Compiling serde_json v1.0.133 |
428 | 2025-01-13T21:57:01.281Z | Compiling rustix v0.38.37 |
429 | 2025-01-13T21:57:02.189Z | Compiling bitflags v2.6.0 |
430 | 2025-01-13T21:57:02.213Z | Compiling usdt-impl v0.5.0 |
431 | 2025-01-13T21:57:02.270Z | Compiling proc-macro-error-attr v1.0.4 |
432 | 2025-01-13T21:57:02.341Z | Compiling syn v1.0.109 |
433 | 2025-01-13T21:57:02.505Z | Compiling proc-macro-error v1.0.4 |
434 | 2025-01-13T21:57:02.613Z | Compiling plain v0.2.3 |
435 | 2025-01-13T21:57:02.639Z | Compiling hashbrown v0.15.1 |
436 | 2025-01-13T21:57:02.687Z | Compiling log v0.4.22 |
437 | 2025-01-13T21:57:02.778Z | Compiling camino v1.1.9 |
438 | 2025-01-13T21:57:02.805Z | Compiling equivalent v1.0.1 |
439 | 2025-01-13T21:57:02.928Z | Compiling utf8parse v0.2.2 |
440 | 2025-01-13T21:57:03.034Z | Compiling thread-id v4.2.2 |
441 | 2025-01-13T21:57:03.074Z | Compiling anstyle-parse v0.2.5 |
442 | 2025-01-13T21:57:03.151Z | Compiling quote v1.0.37 |
443 | 2025-01-13T21:57:03.245Z | Compiling is_terminal_polyfill v1.70.1 |
444 | 2025-01-13T21:57:03.383Z | Compiling autocfg v1.4.0 |
445 | 2025-01-13T21:57:03.414Z | Compiling errno v0.3.9 |
446 | 2025-01-13T21:57:03.470Z | Compiling anstyle v1.0.10 |
447 | 2025-01-13T21:57:03.522Z | Compiling syn v2.0.87 |
448 | 2025-01-13T21:57:03.845Z | Compiling indexmap v2.6.0 |
449 | 2025-01-13T21:57:03.872Z | Compiling anstyle-query v1.1.1 |
450 | 2025-01-13T21:57:03.936Z | Compiling pretty-hex v0.4.1 |
451 | 2025-01-13T21:57:04.019Z | Compiling winnow v0.6.20 |
452 | 2025-01-13T21:57:04.150Z | Compiling semver v1.0.23 |
453 | 2025-01-13T21:57:04.577Z | Compiling unicode-width v0.1.14 |
454 | 2025-01-13T21:57:04.684Z | Compiling colorchoice v1.0.2 |
455 | 2025-01-13T21:57:04.811Z | Compiling anstream v0.6.15 |
456 | 2025-01-13T21:57:05.198Z | Compiling fs-err v2.11.0 |
457 | 2025-01-13T21:57:05.368Z | Compiling fnv v1.0.7 |
458 | 2025-01-13T21:57:05.399Z | Compiling heck v0.4.1 |
459 | 2025-01-13T21:57:05.473Z | Compiling heck v0.5.0 |
460 | 2025-01-13T21:57:05.509Z | Compiling strsim v0.11.1 |
461 | 2025-01-13T21:57:05.550Z | Compiling fastrand v2.1.1 |
462 | 2025-01-13T21:57:05.888Z | Compiling terminal_size v0.4.0 |
463 | 2025-01-13T21:57:06.100Z | Compiling bytecount v0.6.8 |
464 | 2025-01-13T21:57:06.157Z | Compiling clap_lex v0.7.2 |
465 | 2025-01-13T21:57:06.327Z | Compiling cfg-if v1.0.0 |
466 | 2025-01-13T21:57:06.430Z | Compiling anyhow v1.0.93 |
467 | 2025-01-13T21:57:06.457Z | Compiling clap_builder v4.5.21 |
468 | 2025-01-13T21:57:06.492Z | Compiling tempfile v3.13.0 |
469 | 2025-01-13T21:57:06.624Z | Compiling papergrid v0.11.0 |
470 | 2025-01-13T21:57:07.432Z | Compiling memmap v0.7.0 |
471 | 2025-01-13T21:57:07.460Z | Compiling smawk v0.3.2 |
472 | 2025-01-13T21:57:07.531Z | Compiling unicode-linebreak v0.1.5 |
473 | 2025-01-13T21:57:07.855Z | Compiling swrite v0.1.0 |
474 | 2025-01-13T21:57:07.993Z | Compiling textwrap v0.16.1 |
475 | 2025-01-13T21:57:09.390Z | Compiling tabled_derive v0.7.0 |
476 | 2025-01-13T21:57:10.847Z | Compiling tabled v0.15.0 |
477 | 2025-01-13T21:57:12.498Z | Compiling serde_derive v1.0.215 |
478 | 2025-01-13T21:57:12.498Z | Compiling thiserror-impl v1.0.69 |
479 | 2025-01-13T21:57:12.501Z | Compiling zerocopy-derive v0.7.35 |
480 | 2025-01-13T21:57:12.501Z | Compiling scroll_derive v0.12.0 |
481 | 2025-01-13T21:57:12.501Z | Compiling clap_derive v4.5.18 |
482 | 2025-01-13T21:57:13.714Z | Compiling scroll v0.12.0 |
483 | 2025-01-13T21:57:14.219Z | Compiling goblin v0.8.2 |
484 | 2025-01-13T21:57:14.378Z | Compiling zerocopy v0.7.35 |
485 | 2025-01-13T21:57:14.976Z | Compiling pest v2.7.14 |
486 | 2025-01-13T21:57:16.379Z | Compiling clap v4.5.21 |
487 | 2025-01-13T21:57:17.381Z | Compiling pest_meta v2.7.14 |
488 | 2025-01-13T21:57:18.258Z | Compiling pest_generator v2.7.14 |
489 | 2025-01-13T21:57:20.254Z | Compiling pest_derive v2.7.14 |
490 | 2025-01-13T21:57:20.933Z | Compiling dtrace-parser v0.2.0 |
491 | 2025-01-13T21:57:22.597Z | Compiling toml_datetime v0.6.8 |
492 | 2025-01-13T21:57:22.597Z | Compiling serde_spanned v0.6.8 |
493 | 2025-01-13T21:57:22.600Z | Compiling cargo-platform v0.1.8 |
494 | 2025-01-13T21:57:22.979Z | Compiling serde_tokenstream v0.2.2 |
495 | 2025-01-13T21:57:23.147Z | Compiling toml_edit v0.22.22 |
496 | 2025-01-13T21:57:23.191Z | Compiling macaddr v1.0.1 |
497 | 2025-01-13T21:57:23.287Z | Compiling camino-tempfile v1.1.1 |
498 | 2025-01-13T21:57:24.081Z | Compiling dof v0.3.0 |
499 | 2025-01-13T21:57:24.082Z | Compiling cargo_metadata v0.18.1 |
500 | 2025-01-13T21:57:25.849Z | Compiling toml v0.8.19 |
501 | 2025-01-13T21:57:26.128Z | Compiling usdt-attr-macro v0.5.0 |
502 | 2025-01-13T21:57:26.128Z | Compiling usdt-macro v0.5.0 |
503 | 2025-01-13T21:57:26.699Z | Compiling cargo_toml v0.20.5 |
504 | 2025-01-13T21:57:27.421Z | Compiling usdt v0.5.0 |
505 | 2025-01-13T21:57:30.291Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
506 | 2025-01-13T21:57:34.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.27s |
507 | 2025-01-13T21:57:34.753Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
508 | 2025-01-13T21:57:35.283Z | Downloading crates ... |
509 | 2025-01-13T21:57:35.401Z | Downloaded atty v0.2.14 |
510 | 2025-01-13T21:57:35.404Z | Downloaded aead v0.5.2 |
511 | 2025-01-13T21:57:35.408Z | Downloaded atomicwrites v0.4.4 |
512 | 2025-01-13T21:57:35.416Z | Downloaded headers-core v0.3.0 |
513 | 2025-01-13T21:57:35.419Z | Downloaded cfg_aliases v0.2.1 |
514 | 2025-01-13T21:57:35.419Z | Downloaded adler2 v2.0.0 |
515 | 2025-01-13T21:57:35.421Z | Downloaded hex-literal v0.4.1 |
516 | 2025-01-13T21:57:35.421Z | Downloaded assert_matches v1.5.0 |
517 | 2025-01-13T21:57:35.424Z | Downloaded http-body v1.0.1 |
518 | 2025-01-13T21:57:35.424Z | Downloaded ciborium-io v0.2.2 |
519 | 2025-01-13T21:57:35.427Z | Downloaded humantime v2.1.0 |
520 | 2025-01-13T21:57:35.429Z | Downloaded hmac v0.12.1 |
521 | 2025-01-13T21:57:35.432Z | Downloaded crunchy v0.2.2 |
522 | 2025-01-13T21:57:35.432Z | Downloaded crucible-workspace-hack v0.1.0 |
523 | 2025-01-13T21:57:35.439Z | Downloaded cstr-argument v0.1.2 |
524 | 2025-01-13T21:57:35.442Z | Downloaded ident_case v1.0.1 |
525 | 2025-01-13T21:57:35.442Z | Downloaded hubpack_derive v0.1.1 |
526 | 2025-01-13T21:57:35.446Z | Downloaded cfg_aliases v0.1.1 |
527 | 2025-01-13T21:57:35.449Z | Downloaded md5 v0.7.0 |
528 | 2025-01-13T21:57:35.452Z | Downloaded bitflags v1.3.2 |
529 | 2025-01-13T21:57:35.455Z | Downloaded atomic-waker v1.1.2 |
530 | 2025-01-13T21:57:35.457Z | Downloaded instant v0.1.13 |
531 | 2025-01-13T21:57:35.457Z | Downloaded heck v0.3.3 |
532 | 2025-01-13T21:57:35.460Z | Downloaded block-padding v0.3.3 |
533 | 2025-01-13T21:57:35.460Z | Downloaded array-init v0.0.4 |
534 | 2025-01-13T21:57:35.463Z | Downloaded arrayref v0.3.9 |
535 | 2025-01-13T21:57:35.463Z | Downloaded icu_provider_macros v1.5.0 |
536 | 2025-01-13T21:57:35.465Z | Downloaded async-bb8-diesel v0.2.1 |
537 | 2025-01-13T21:57:35.468Z | Downloaded progenitor-client v0.8.0 |
538 | 2025-01-13T21:57:35.468Z | Downloaded match_cfg v0.1.0 |
539 | 2025-01-13T21:57:35.468Z | Downloaded is_ci v1.2.0 |
540 | 2025-01-13T21:57:35.471Z | Downloaded crc-catalog v2.4.0 |
541 | 2025-01-13T21:57:35.471Z | Downloaded const_format_proc_macros v0.2.33 |
542 | 2025-01-13T21:57:35.474Z | Downloaded matches v0.1.10 |
543 | 2025-01-13T21:57:35.476Z | Downloaded http-range v0.1.5 |
544 | 2025-01-13T21:57:35.477Z | Downloaded hostname v0.4.0 |
545 | 2025-01-13T21:57:35.479Z | Downloaded cipher v0.4.4 |
546 | 2025-01-13T21:57:35.482Z | Downloaded httpdate v1.0.3 |
547 | 2025-01-13T21:57:35.482Z | Downloaded hex v0.4.3 |
548 | 2025-01-13T21:57:35.485Z | Downloaded chrono-tz-build v0.4.0 |
549 | 2025-01-13T21:57:35.485Z | Downloaded constant_time_eq v0.3.1 |
550 | 2025-01-13T21:57:35.488Z | Downloaded hubpack v0.1.2 |
551 | 2025-01-13T21:57:35.488Z | Downloaded lru v0.12.5 |
552 | 2025-01-13T21:57:35.490Z | Downloaded hyper-tls v0.6.0 |
553 | 2025-01-13T21:57:35.493Z | Downloaded chacha20 v0.9.1 |
554 | 2025-01-13T21:57:35.496Z | Downloaded lru-cache v0.1.2 |
555 | 2025-01-13T21:57:35.496Z | Downloaded convert_case v0.4.0 |
556 | 2025-01-13T21:57:35.499Z | Downloaded cassowary v0.3.0 |
557 | 2025-01-13T21:57:35.499Z | Downloaded blowfish v0.9.1 |
558 | 2025-01-13T21:57:35.503Z | Downloaded libefi-sys v0.1.0 |
559 | 2025-01-13T21:57:35.503Z | Downloaded linked-hash-map v0.5.6 |
560 | 2025-01-13T21:57:35.505Z | Downloaded bitfield-struct v0.6.2 |
561 | 2025-01-13T21:57:35.506Z | Downloaded argon2 v0.5.3 |
562 | 2025-01-13T21:57:35.508Z | Downloaded cmake v0.1.51 |
563 | 2025-01-13T21:57:35.511Z | Downloaded mime v0.3.17 |
564 | 2025-01-13T21:57:35.511Z | Downloaded bit-vec v0.6.3 |
565 | 2025-01-13T21:57:35.514Z | Downloaded maplit v1.0.2 |
566 | 2025-01-13T21:57:35.514Z | Downloaded instability v0.3.2 |
567 | 2025-01-13T21:57:35.517Z | Downloaded memoffset v0.9.1 |
568 | 2025-01-13T21:57:35.519Z | Downloaded linear-map v1.2.0 |
569 | 2025-01-13T21:57:35.519Z | Downloaded blake2 v0.10.6 |
570 | 2025-01-13T21:57:35.522Z | Downloaded async-trait v0.1.83 |
571 | 2025-01-13T21:57:35.526Z | Downloaded md-5 v0.10.6 |
572 | 2025-01-13T21:57:35.528Z | Downloaded darling v0.20.10 |
573 | 2025-01-13T21:57:35.533Z | Downloaded managed v0.8.0 |
574 | 2025-01-13T21:57:35.535Z | Downloaded crc32fast v1.4.2 |
575 | 2025-01-13T21:57:35.538Z | Downloaded bcs v0.1.6 |
576 | 2025-01-13T21:57:35.541Z | Downloaded hyper-rustls v0.27.3 |
577 | 2025-01-13T21:57:35.545Z | Downloaded base64ct v1.6.0 |
578 | 2025-01-13T21:57:35.548Z | Downloaded httparse v1.9.5 |
579 | 2025-01-13T21:57:35.550Z | Downloaded strum v0.26.3 |
580 | 2025-01-13T21:57:35.550Z | Downloaded lockfree-object-pool v0.1.6 |
581 | 2025-01-13T21:57:35.554Z | Downloaded csv-core v0.1.11 |
582 | 2025-01-13T21:57:35.557Z | Downloaded rustfmt-wrapper v0.2.1 |
583 | 2025-01-13T21:57:35.557Z | Downloaded termtree v0.4.1 |
584 | 2025-01-13T21:57:35.557Z | Downloaded ciborium v0.2.2 |
585 | 2025-01-13T21:57:35.560Z | Downloaded ref-cast v1.0.23 |
586 | 2025-01-13T21:57:35.563Z | Downloaded memmap2 v0.9.5 |
587 | 2025-01-13T21:57:35.565Z | Downloaded backoff v0.4.0 |
588 | 2025-01-13T21:57:35.568Z | Downloaded addr2line v0.24.2 |
589 | 2025-01-13T21:57:35.570Z | Downloaded libloading v0.8.5 |
590 | 2025-01-13T21:57:35.573Z | Downloaded jobserver v0.1.32 |
591 | 2025-01-13T21:57:35.576Z | Downloaded litemap v0.7.3 |
592 | 2025-01-13T21:57:35.578Z | Downloaded dhcproto-macros v0.1.0 |
593 | 2025-01-13T21:57:35.581Z | Downloaded zone_cfg_derive v0.3.0 |
594 | 2025-01-13T21:57:35.581Z | Downloaded zone_cfg_derive v0.1.2 |
595 | 2025-01-13T21:57:35.581Z | Downloaded mime_guess v2.0.5 |
596 | 2025-01-13T21:57:35.584Z | Downloaded scrypt v0.11.0 |
597 | 2025-01-13T21:57:35.587Z | Downloaded rustc_version v0.4.1 |
598 | 2025-01-13T21:57:35.587Z | Downloaded same-file v1.0.6 |
599 | 2025-01-13T21:57:35.590Z | Downloaded rusty-fork v0.3.0 |
600 | 2025-01-13T21:57:35.590Z | Downloaded cbc v0.1.2 |
601 | 2025-01-13T21:57:35.592Z | Downloaded signal-hook-registry v1.4.2 |
602 | 2025-01-13T21:57:35.595Z | Downloaded heapless v0.8.0 |
603 | 2025-01-13T21:57:35.598Z | Downloaded filetime v0.2.25 |
604 | 2025-01-13T21:57:35.600Z | Downloaded parse-size v1.1.0 |
605 | 2025-01-13T21:57:35.603Z | Downloaded crossbeam-utils v0.8.20 |
606 | 2025-01-13T21:57:35.606Z | Downloaded const-oid v0.9.6 |
607 | 2025-01-13T21:57:35.608Z | Downloaded oso-derive v0.27.3 |
608 | 2025-01-13T21:57:35.609Z | Downloaded ahash v0.8.11 |
609 | 2025-01-13T21:57:35.611Z | Downloaded hash32 v0.3.1 |
610 | 2025-01-13T21:57:35.614Z | Downloaded tokio-native-tls v0.3.1 |
611 | 2025-01-13T21:57:35.617Z | Downloaded termios v0.3.3 |
612 | 2025-01-13T21:57:35.619Z | Downloaded termcolor v1.4.1 |
613 | 2025-01-13T21:57:35.619Z | Downloaded cookie v0.18.1 |
614 | 2025-01-13T21:57:35.622Z | Downloaded icu_locid_transform_data v1.5.0 |
615 | 2025-01-13T21:57:35.625Z | Downloaded hickory-client v0.24.1 |
616 | 2025-01-13T21:57:35.628Z | Downloaded indexmap v1.9.3 |
617 | 2025-01-13T21:57:35.632Z | Downloaded tls_codec_derive v0.4.1 |
618 | 2025-01-13T21:57:35.634Z | Downloaded base64 v0.21.7 |
619 | 2025-01-13T21:57:35.638Z | Downloaded sigpipe v0.1.3 |
620 | 2025-01-13T21:57:35.641Z | Downloaded zone v0.1.8 |
621 | 2025-01-13T21:57:35.641Z | Downloaded zeroize_derive v1.4.2 |
622 | 2025-01-13T21:57:35.645Z | Downloaded precomputed-hash v0.1.1 |
623 | 2025-01-13T21:57:35.645Z | Downloaded hyper-util v0.1.10 |
624 | 2025-01-13T21:57:35.648Z | Downloaded futures-sink v0.3.31 |
625 | 2025-01-13T21:57:35.650Z | Downloaded dunce v1.0.5 |
626 | 2025-01-13T21:57:35.650Z | Downloaded fallible-iterator v0.3.0 |
627 | 2025-01-13T21:57:35.653Z | Downloaded serde-big-array v0.5.1 |
628 | 2025-01-13T21:57:35.656Z | Downloaded bytes v1.8.0 |
629 | 2025-01-13T21:57:35.658Z | Downloaded sync-ptr v0.1.1 |
630 | 2025-01-13T21:57:35.661Z | Downloaded clang-sys v1.8.1 |
631 | 2025-01-13T21:57:35.664Z | Downloaded crc-any v2.5.0 |
632 | 2025-01-13T21:57:35.666Z | Downloaded tower-service v0.3.3 |
633 | 2025-01-13T21:57:35.666Z | Downloaded strum_macros v0.24.3 |
634 | 2025-01-13T21:57:35.669Z | Downloaded num-integer v0.1.46 |
635 | 2025-01-13T21:57:35.672Z | Downloaded num-derive v0.4.2 |
636 | 2025-01-13T21:57:35.674Z | Downloaded phf_shared v0.11.2 |
637 | 2025-01-13T21:57:35.674Z | Downloaded icu_properties v1.5.1 |
638 | 2025-01-13T21:57:35.677Z | Downloaded base64 v0.22.1 |
639 | 2025-01-13T21:57:35.682Z | Downloaded indicatif v0.17.9 |
640 | 2025-01-13T21:57:35.686Z | Downloaded want v0.3.1 |
641 | 2025-01-13T21:57:35.689Z | Downloaded darling_macro v0.20.10 |
642 | 2025-01-13T21:57:35.689Z | Downloaded diesel_table_macro_syntax v0.2.0 |
643 | 2025-01-13T21:57:35.693Z | Downloaded predicates v3.1.2 |
644 | 2025-01-13T21:57:35.696Z | Downloaded signature v2.2.0 |
645 | 2025-01-13T21:57:35.696Z | Downloaded rustc_version v0.1.7 |
646 | 2025-01-13T21:57:35.699Z | Downloaded walkdir v2.5.0 |
647 | 2025-01-13T21:57:35.699Z | Downloaded globset v0.4.15 |
648 | 2025-01-13T21:57:35.702Z | Downloaded heapless v0.7.17 |
649 | 2025-01-13T21:57:35.706Z | Downloaded signal-hook v0.3.17 |
650 | 2025-01-13T21:57:35.709Z | Downloaded compact_str v0.8.0 |
651 | 2025-01-13T21:57:35.713Z | Downloaded endian-type v0.1.2 |
652 | 2025-01-13T21:57:35.716Z | Downloaded cc v1.1.30 |
653 | 2025-01-13T21:57:35.719Z | Downloaded nu-ansi-term v0.50.1 |
654 | 2025-01-13T21:57:35.722Z | Downloaded string_cache v0.8.7 |
655 | 2025-01-13T21:57:35.725Z | Downloaded smallvec v0.6.14 |
656 | 2025-01-13T21:57:35.725Z | Downloaded term v0.7.0 |
657 | 2025-01-13T21:57:35.730Z | Downloaded openssl-macros v0.1.1 |
658 | 2025-01-13T21:57:35.733Z | Downloaded foreign-types-shared v0.3.1 |
659 | 2025-01-13T21:57:35.733Z | Downloaded russh-keys v0.45.0 |
660 | 2025-01-13T21:57:35.736Z | Downloaded num-conv v0.1.0 |
661 | 2025-01-13T21:57:35.736Z | Downloaded password-hash v0.5.0 |
662 | 2025-01-13T21:57:35.739Z | Downloaded password-hash v0.4.2 |
663 | 2025-01-13T21:57:35.739Z | Downloaded serde-hex v0.1.0 |
664 | 2025-01-13T21:57:35.742Z | Downloaded universal-hash v0.5.1 |
665 | 2025-01-13T21:57:35.746Z | Downloaded peg-runtime v0.8.3 |
666 | 2025-01-13T21:57:35.746Z | Downloaded pkcs1 v0.7.5 |
667 | 2025-01-13T21:57:35.748Z | Downloaded tap v1.0.1 |
668 | 2025-01-13T21:57:35.748Z | Downloaded fd-lock v4.0.2 |
669 | 2025-01-13T21:57:35.751Z | Downloaded unicode-xid v0.2.6 |
670 | 2025-01-13T21:57:35.753Z | Downloaded dropshot_endpoint v0.13.0 |
671 | 2025-01-13T21:57:35.756Z | Downloaded dropshot_endpoint v0.12.0 |
672 | 2025-01-13T21:57:35.760Z | Downloaded zopfli v0.8.1 |
673 | 2025-01-13T21:57:35.762Z | Downloaded hickory-server v0.24.1 |
674 | 2025-01-13T21:57:35.768Z | Downloaded ena v0.14.3 |
675 | 2025-01-13T21:57:35.771Z | Downloaded embedded-io v0.6.1 |
676 | 2025-01-13T21:57:35.774Z | Downloaded try-lock v0.2.5 |
677 | 2025-01-13T21:57:35.774Z | Downloaded hash32 v0.2.1 |
678 | 2025-01-13T21:57:35.776Z | Downloaded futures-core v0.3.31 |
679 | 2025-01-13T21:57:35.776Z | Downloaded serde_derive_internals v0.29.1 |
680 | 2025-01-13T21:57:35.779Z | Downloaded futures-executor v0.3.31 |
681 | 2025-01-13T21:57:35.782Z | Downloaded group v0.13.0 |
682 | 2025-01-13T21:57:35.785Z | Downloaded num-iter v0.1.45 |
683 | 2025-01-13T21:57:35.785Z | Downloaded thiserror v2.0.3 |
684 | 2025-01-13T21:57:35.789Z | Downloaded fxhash v0.2.1 |
685 | 2025-01-13T21:57:35.792Z | Downloaded write16 v1.0.0 |
686 | 2025-01-13T21:57:35.792Z | Downloaded smallvec v1.13.2 |
687 | 2025-01-13T21:57:35.796Z | Downloaded slog-term v2.9.1 |
688 | 2025-01-13T21:57:35.799Z | Downloaded progenitor v0.8.0 |
689 | 2025-01-13T21:57:35.799Z | Downloaded percent-encoding v2.3.1 |
690 | 2025-01-13T21:57:35.802Z | Downloaded pem v3.0.4 |
691 | 2025-01-13T21:57:35.802Z | Downloaded icu_collections v1.5.0 |
692 | 2025-01-13T21:57:35.808Z | Downloaded mirai-annotations v1.12.0 |
693 | 2025-01-13T21:57:35.811Z | Downloaded pkcs5 v0.7.1 |
694 | 2025-01-13T21:57:35.813Z | Downloaded newtype_derive v0.1.6 |
695 | 2025-01-13T21:57:35.817Z | Downloaded rustls-pemfile v1.0.4 |
696 | 2025-01-13T21:57:35.828Z | Downloaded synstructure v0.13.1 |
697 | 2025-01-13T21:57:35.831Z | Downloaded sqlformat v0.2.6 |
698 | 2025-01-13T21:57:35.833Z | Downloaded slog-bunyan v2.5.0 |
699 | 2025-01-13T21:57:35.833Z | Downloaded slog-async v2.8.0 |
700 | 2025-01-13T21:57:35.836Z | Downloaded futures-channel v0.3.31 |
701 | 2025-01-13T21:57:35.839Z | Downloaded russh-cryptovec v0.7.3 |
702 | 2025-01-13T21:57:35.839Z | Downloaded thiserror-no-std v2.0.2 |
703 | 2025-01-13T21:57:35.841Z | Downloaded tiny-keccak v2.0.2 |
704 | 2025-01-13T21:57:35.844Z | Downloaded serde_plain v1.0.2 |
705 | 2025-01-13T21:57:35.847Z | Downloaded progenitor-impl v0.8.0 |
706 | 2025-01-13T21:57:35.850Z | Downloaded paste v1.0.15 |
707 | 2025-01-13T21:57:35.852Z | Downloaded fixedbitset v0.4.2 |
708 | 2025-01-13T21:57:35.855Z | Downloaded utf8_iter v1.0.4 |
709 | 2025-01-13T21:57:35.855Z | Downloaded unicode-truncate v1.1.0 |
710 | 2025-01-13T21:57:35.857Z | Downloaded minimal-lexical v0.2.1 |
711 | 2025-01-13T21:57:35.862Z | Downloaded xz2 v0.1.7 |
712 | 2025-01-13T21:57:35.865Z | Downloaded writeable v0.5.5 |
713 | 2025-01-13T21:57:35.867Z | Downloaded sync_wrapper v1.0.1 |
714 | 2025-01-13T21:57:35.868Z | Downloaded aes v0.8.4 |
715 | 2025-01-13T21:57:35.871Z | Downloaded strum_macros v0.26.4 |
716 | 2025-01-13T21:57:35.874Z | Downloaded newtype-uuid v1.1.3 |
717 | 2025-01-13T21:57:35.876Z | Downloaded tracing-attributes v0.1.27 |
718 | 2025-01-13T21:57:35.879Z | Downloaded phf v0.11.2 |
719 | 2025-01-13T21:57:35.879Z | Downloaded pem-rfc7468 v0.7.0 |
720 | 2025-01-13T21:57:35.883Z | Downloaded rustls-pemfile v2.2.0 |
721 | 2025-01-13T21:57:35.886Z | Downloaded parking_lot v0.11.2 |
722 | 2025-01-13T21:57:35.889Z | Downloaded tokio-tungstenite v0.23.1 |
723 | 2025-01-13T21:57:35.892Z | Downloaded test-strategy v0.3.1 |
724 | 2025-01-13T21:57:35.895Z | Downloaded num-complex v0.4.6 |
725 | 2025-01-13T21:57:35.899Z | Downloaded openssl-probe v0.1.5 |
726 | 2025-01-13T21:57:35.899Z | Downloaded packed_struct v0.10.1 |
727 | 2025-01-13T21:57:35.905Z | Downloaded tar v0.4.42 |
728 | 2025-01-13T21:57:35.908Z | Downloaded rand_seeder v0.3.0 |
729 | 2025-01-13T21:57:35.908Z | Downloaded phf_shared v0.10.0 |
730 | 2025-01-13T21:57:35.908Z | Downloaded tokio-tungstenite v0.24.0 |
731 | 2025-01-13T21:57:35.908Z | Downloaded tokio-stream v0.1.16 |
732 | 2025-01-13T21:57:35.913Z | Downloaded ssh-encoding v0.2.0 |
733 | 2025-01-13T21:57:35.916Z | Downloaded derive_builder v0.20.2 |
734 | 2025-01-13T21:57:35.920Z | Downloaded deranged v0.3.11 |
735 | 2025-01-13T21:57:35.923Z | Downloaded tui-tree-widget v0.22.0 |
736 | 2025-01-13T21:57:35.926Z | Downloaded hashbrown v0.12.3 |
737 | 2025-01-13T21:57:35.929Z | Downloaded utf16_iter v1.0.5 |
738 | 2025-01-13T21:57:35.931Z | Downloaded libxml v0.3.3 |
739 | 2025-01-13T21:57:35.936Z | Downloaded untrusted v0.7.1 |
740 | 2025-01-13T21:57:35.939Z | Downloaded defmt-parser v0.3.4 |
741 | 2025-01-13T21:57:35.939Z | Downloaded defmt-macros v0.3.9 |
742 | 2025-01-13T21:57:35.943Z | Downloaded utf-8 v0.7.6 |
743 | 2025-01-13T21:57:35.946Z | Downloaded mockall v0.13.0 |
744 | 2025-01-13T21:57:35.946Z | Downloaded glob v0.3.1 |
745 | 2025-01-13T21:57:35.949Z | Downloaded rustls-pki-types v1.10.0 |
746 | 2025-01-13T21:57:35.952Z | Downloaded sqlparser_derive v0.2.2 |
747 | 2025-01-13T21:57:35.952Z | Downloaded darling_core v0.20.10 |
748 | 2025-01-13T21:57:35.957Z | Downloaded fragile v2.0.0 |
749 | 2025-01-13T21:57:35.960Z | Downloaded opaque-debug v0.3.1 |
750 | 2025-01-13T21:57:35.962Z | Downloaded dirs-next v2.0.0 |
751 | 2025-01-13T21:57:35.962Z | Downloaded flagset v0.4.6 |
752 | 2025-01-13T21:57:35.965Z | Downloaded phf_codegen v0.11.2 |
753 | 2025-01-13T21:57:35.965Z | Downloaded publicsuffix v2.2.3 |
754 | 2025-01-13T21:57:35.969Z | Downloaded rtoolbox v0.0.2 |
755 | 2025-01-13T21:57:35.971Z | Downloaded postgres-types v0.2.8 |
756 | 2025-01-13T21:57:36.385Z | Downloaded rustc-demangle v0.1.24 |
757 | 2025-01-13T21:57:36.392Z | Downloaded yasna v0.5.2 |
758 | 2025-01-13T21:57:36.392Z | Downloaded headers v0.4.0 |
759 | 2025-01-13T21:57:36.392Z | Downloaded shell-words v1.1.0 |
760 | 2025-01-13T21:57:36.392Z | Downloaded derive-where v1.2.7 |
761 | 2025-01-13T21:57:36.392Z | Downloaded phf_generator v0.11.2 |
762 | 2025-01-13T21:57:36.392Z | Downloaded libm v0.2.8 |
763 | 2025-01-13T21:57:36.392Z | Downloaded toolchain_find v0.4.0 |
764 | 2025-01-13T21:57:36.392Z | Downloaded dirs-sys-next v0.1.2 |
765 | 2025-01-13T21:57:36.392Z | Downloaded pin-project v1.1.6 |
766 | 2025-01-13T21:57:36.392Z | Downloaded fs_extra v1.3.0 |
767 | 2025-01-13T21:57:36.392Z | Downloaded number_prefix v0.4.0 |
768 | 2025-01-13T21:57:36.392Z | Downloaded pin-project-internal v1.1.6 |
769 | 2025-01-13T21:57:36.392Z | Downloaded num_threads v0.1.7 |
770 | 2025-01-13T21:57:36.392Z | Downloaded funty v2.0.0 |
771 | 2025-01-13T21:57:36.392Z | Downloaded form_urlencoded v1.2.1 |
772 | 2025-01-13T21:57:36.392Z | Downloaded pin-project-lite v0.2.14 |
773 | 2025-01-13T21:57:36.392Z | Downloaded pretty-hex v0.2.1 |
774 | 2025-01-13T21:57:36.392Z | Downloaded ref-cast-impl v1.0.23 |
775 | 2025-01-13T21:57:36.392Z | Downloaded sct v0.7.1 |
776 | 2025-01-13T21:57:36.392Z | Downloaded itertools v0.10.5 |
777 | 2025-01-13T21:57:36.392Z | Downloaded time-core v0.1.2 |
778 | 2025-01-13T21:57:36.392Z | Downloaded topological-sort v0.2.2 |
779 | 2025-01-13T21:57:36.393Z | Downloaded slog-stdlog v4.1.1 |
780 | 2025-01-13T21:57:36.393Z | Downloaded data-encoding v2.6.0 |
781 | 2025-01-13T21:57:36.393Z | Downloaded zeroize v1.8.1 |
782 | 2025-01-13T21:57:36.393Z | Downloaded miniz_oxide v0.8.0 |
783 | 2025-01-13T21:57:36.393Z | Downloaded shlex v1.3.0 |
784 | 2025-01-13T21:57:36.393Z | Downloaded p256 v0.13.2 |
785 | 2025-01-13T21:57:36.393Z | Downloaded downcast v0.11.0 |
786 | 2025-01-13T21:57:36.393Z | Downloaded hkdf v0.12.4 |
787 | 2025-01-13T21:57:36.393Z | Downloaded static_assertions v1.1.0 |
788 | 2025-01-13T21:57:36.393Z | Downloaded yoke-derive v0.7.4 |
789 | 2025-01-13T21:57:36.393Z | Downloaded pkg-config v0.3.31 |
790 | 2025-01-13T21:57:36.393Z | Downloaded olpc-cjson v0.1.4 |
791 | 2025-01-13T21:57:36.393Z | Downloaded nibble_vec v0.1.0 |
792 | 2025-01-13T21:57:36.393Z | Downloaded parking_lot_core v0.9.10 |
793 | 2025-01-13T21:57:36.393Z | Downloaded unicode_categories v0.1.1 |
794 | 2025-01-13T21:57:36.393Z | Downloaded spin v0.9.8 |
795 | 2025-01-13T21:57:36.393Z | Downloaded snafu-derive v0.8.5 |
796 | 2025-01-13T21:57:36.393Z | Downloaded stringprep v0.1.5 |
797 | 2025-01-13T21:57:36.393Z | Downloaded primeorder v0.13.6 |
798 | 2025-01-13T21:57:36.393Z | Downloaded zip v2.1.3 |
799 | 2025-01-13T21:57:36.393Z | Downloaded rustversion v1.0.17 |
800 | 2025-01-13T21:57:36.393Z | Downloaded enum-as-inner v0.6.1 |
801 | 2025-01-13T21:57:36.393Z | Downloaded embedded-io v0.4.0 |
802 | 2025-01-13T21:57:36.393Z | Downloaded normalize-line-endings v0.3.0 |
803 | 2025-01-13T21:57:36.393Z | Downloaded itertools v0.13.0 |
804 | 2025-01-13T21:57:36.393Z | Downloaded float-ord v0.3.2 |
805 | 2025-01-13T21:57:36.393Z | Downloaded float-cmp v0.9.0 |
806 | 2025-01-13T21:57:36.393Z | Downloaded progenitor-macro v0.8.0 |
807 | 2025-01-13T21:57:36.393Z | Downloaded ed25519 v2.2.3 |
808 | 2025-01-13T21:57:36.393Z | Downloaded postcard v1.0.10 |
809 | 2025-01-13T21:57:36.393Z | Downloaded mockall_derive v0.13.0 |
810 | 2025-01-13T21:57:36.393Z | Downloaded tracing-core v0.1.32 |
811 | 2025-01-13T21:57:36.393Z | Downloaded tinystr v0.7.6 |
812 | 2025-01-13T21:57:36.393Z | Downloaded rfc6979 v0.4.0 |
813 | 2025-01-13T21:57:36.393Z | Downloaded resolv-conf v0.7.0 |
814 | 2025-01-13T21:57:36.393Z | Downloaded newline-converter v0.3.0 |
815 | 2025-01-13T21:57:36.393Z | Downloaded tls_codec v0.4.1 |
816 | 2025-01-13T21:57:36.393Z | Downloaded thiserror-impl v2.0.3 |
817 | 2025-01-13T21:57:36.393Z | Downloaded structmeta v0.2.0 |
818 | 2025-01-13T21:57:36.393Z | Downloaded aws-lc-rs v1.10.0 |
819 | 2025-01-13T21:57:36.394Z | Downloaded tinyvec_macros v0.1.1 |
820 | 2025-01-13T21:57:36.394Z | Downloaded rand_core v0.6.4 |
821 | 2025-01-13T21:57:36.394Z | Downloaded sec1 v0.7.3 |
822 | 2025-01-13T21:57:36.394Z | Downloaded proc-macro-crate v1.3.1 |
823 | 2025-01-13T21:57:36.394Z | Downloaded rand_chacha v0.3.1 |
824 | 2025-01-13T21:57:36.394Z | Downloaded nanorand v0.7.0 |
825 | 2025-01-13T21:57:36.394Z | Downloaded multimap v0.10.0 |
826 | 2025-01-13T21:57:36.394Z | Downloaded diff v0.1.13 |
827 | 2025-01-13T21:57:36.394Z | Downloaded schemars_derive v0.8.21 |
828 | 2025-01-13T21:57:36.394Z | Downloaded packed_struct_codegen v0.10.1 |
829 | 2025-01-13T21:57:36.394Z | Downloaded expectorate v1.1.0 |
830 | 2025-01-13T21:57:36.394Z | Downloaded path-slash v0.1.5 |
831 | 2025-01-13T21:57:36.394Z | Downloaded num_enum v0.5.11 |
832 | 2025-01-13T21:57:36.394Z | Downloaded take_mut v0.2.2 |
833 | 2025-01-13T21:57:36.394Z | Downloaded ghash v0.5.1 |
834 | 2025-01-13T21:57:36.394Z | Downloaded vsss-rs v3.3.4 |
835 | 2025-01-13T21:57:36.394Z | Downloaded radium v0.7.0 |
836 | 2025-01-13T21:57:36.394Z | Downloaded thread_local v1.1.8 |
837 | 2025-01-13T21:57:36.394Z | Downloaded ecdsa v0.16.9 |
838 | 2025-01-13T21:57:36.394Z | Downloaded mio v1.0.2 |
839 | 2025-01-13T21:57:36.394Z | Downloaded predicates-tree v1.0.11 |
840 | 2025-01-13T21:57:36.394Z | Downloaded secrecy v0.8.0 |
841 | 2025-01-13T21:57:36.394Z | Downloaded predicates-core v1.0.8 |
842 | 2025-01-13T21:57:36.394Z | Downloaded slog v2.7.0 |
843 | 2025-01-13T21:57:36.394Z | Downloaded foreign-types-shared v0.1.1 |
844 | 2025-01-13T21:57:36.394Z | Downloaded displaydoc v0.2.5 |
845 | 2025-01-13T21:57:36.394Z | Downloaded nom v7.1.3 |
846 | 2025-01-13T21:57:36.394Z | Downloaded signal-hook-tokio v0.3.1 |
847 | 2025-01-13T21:57:36.394Z | Downloaded polyval v0.6.2 |
848 | 2025-01-13T21:57:36.394Z | Downloaded pin-utils v0.1.0 |
849 | 2025-01-13T21:57:36.394Z | Downloaded derive_builder_macro v0.20.2 |
850 | 2025-01-13T21:57:36.394Z | Downloaded either v1.13.0 |
851 | 2025-01-13T21:57:36.394Z | Downloaded futures v0.3.31 |
852 | 2025-01-13T21:57:36.394Z | Downloaded toml v0.7.8 |
853 | 2025-01-13T21:57:36.394Z | Downloaded zerocopy v0.6.6 |
854 | 2025-01-13T21:57:36.394Z | Downloaded strip-ansi-escapes v0.2.0 |
855 | 2025-01-13T21:57:36.394Z | Downloaded unicode-segmentation v1.12.0 |
856 | 2025-01-13T21:57:36.394Z | Downloaded foreign-types v0.3.2 |
857 | 2025-01-13T21:57:36.399Z | Downloaded native-tls v0.2.12 |
858 | 2025-01-13T21:57:36.399Z | Downloaded hashbrown v0.14.5 |
859 | 2025-01-13T21:57:36.399Z | Downloaded thiserror-impl-no-std v2.0.2 |
860 | 2025-01-13T21:57:36.399Z | Downloaded multer v3.1.0 |
861 | 2025-01-13T21:57:36.399Z | Downloaded semver v0.1.20 |
862 | 2025-01-13T21:57:36.399Z | Downloaded ppv-lite86 v0.2.20 |
863 | 2025-01-13T21:57:36.399Z | Downloaded tinyvec v1.8.0 |
864 | 2025-01-13T21:57:36.399Z | Downloaded structmeta v0.3.0 |
865 | 2025-01-13T21:57:36.399Z | Downloaded slab v0.4.9 |
866 | 2025-01-13T21:57:36.399Z | Downloaded owo-colors v4.1.0 |
867 | 2025-01-13T21:57:36.399Z | Downloaded tabwriter v1.4.0 |
868 | 2025-01-13T21:57:36.399Z | Downloaded pbkdf2 v0.12.2 |
869 | 2025-01-13T21:57:36.399Z | Downloaded foreign-types-macros v0.2.3 |
870 | 2025-01-13T21:57:36.399Z | Downloaded peg v0.8.4 |
871 | 2025-01-13T21:57:36.399Z | Downloaded der v0.7.9 |
872 | 2025-01-13T21:57:36.399Z | Downloaded whoami v1.5.2 |
873 | 2025-01-13T21:57:36.399Z | Downloaded foldhash v0.1.3 |
874 | 2025-01-13T21:57:36.399Z | Downloaded pbkdf2 v0.11.0 |
875 | 2025-01-13T21:57:36.399Z | Downloaded display-error-chain v0.2.2 |
876 | 2025-01-13T21:57:36.399Z | Downloaded unicode-normalization v0.1.24 |
877 | 2025-01-13T21:57:36.399Z | Downloaded poly1305 v0.8.0 |
878 | 2025-01-13T21:57:36.399Z | Downloaded scheduled-thread-pool v0.2.7 |
879 | 2025-01-13T21:57:36.399Z | Downloaded serde_urlencoded v0.7.1 |
880 | 2025-01-13T21:57:36.399Z | Downloaded twox-hash v1.6.3 |
881 | 2025-01-13T21:57:36.399Z | Downloaded simd-adler32 v0.3.7 |
882 | 2025-01-13T21:57:36.399Z | Downloaded typify v0.2.0 |
883 | 2025-01-13T21:57:36.399Z | Downloaded defmt v0.3.8 |
884 | 2025-01-13T21:57:36.399Z | Downloaded elliptic-curve v0.13.8 |
885 | 2025-01-13T21:57:36.399Z | Downloaded getrandom v0.2.15 |
886 | 2025-01-13T21:57:36.399Z | Downloaded parking_lot_core v0.8.6 |
887 | 2025-01-13T21:57:36.399Z | Downloaded structmeta-derive v0.2.0 |
888 | 2025-01-13T21:57:36.399Z | Downloaded samael v0.0.17 |
889 | 2025-01-13T21:57:36.399Z | Downloaded vergen v8.3.2 |
890 | 2025-01-13T21:57:36.400Z | Downloaded russh v0.45.0 |
891 | 2025-01-13T21:57:36.400Z | Downloaded tungstenite v0.21.0 |
892 | 2025-01-13T21:57:36.400Z | Downloaded chrono v0.4.38 |
893 | 2025-01-13T21:57:36.400Z | Downloaded tough v0.19.0 |
894 | 2025-01-13T21:57:36.400Z | Downloaded salsa20 v0.10.2 |
895 | 2025-01-13T21:57:36.400Z | Downloaded rcgen v0.12.1 |
896 | 2025-01-13T21:57:36.400Z | Downloaded proptest v1.5.0 |
897 | 2025-01-13T21:57:36.400Z | Downloaded serde_with v3.11.0 |
898 | 2025-01-13T21:57:36.400Z | Downloaded num-bigint-dig v0.8.4 |
899 | 2025-01-13T21:57:36.400Z | Downloaded tungstenite v0.23.0 |
900 | 2025-01-13T21:57:36.400Z | Downloaded quick-xml v0.33.0 |
901 | 2025-01-13T21:57:36.400Z | Downloaded flume v0.11.1 |
902 | 2025-01-13T21:57:36.400Z | Downloaded zerocopy-derive v0.8.10 |
903 | 2025-01-13T21:57:36.400Z | Downloaded schemars v0.8.21 |
904 | 2025-01-13T21:57:36.403Z | Downloaded p521 v0.13.3 |
905 | 2025-01-13T21:57:36.407Z | Downloaded rustls-webpki v0.101.7 |
906 | 2025-01-13T21:57:36.422Z | Downloaded similar v2.6.0 |
907 | 2025-01-13T21:57:36.426Z | Downloaded idna v0.5.0 |
908 | 2025-01-13T21:57:36.433Z | Downloaded quinn-proto v0.11.8 |
909 | 2025-01-13T21:57:36.440Z | Downloaded reedline v0.35.0 |
910 | 2025-01-13T21:57:36.447Z | Downloaded futures-util v0.3.31 |
911 | 2025-01-13T21:57:36.459Z | Downloaded rustyline v14.0.0 |
912 | 2025-01-13T21:57:36.464Z | Downloaded num-bigint v0.4.6 |
913 | 2025-01-13T21:57:36.470Z | Downloaded portable-atomic v1.9.0 |
914 | 2025-01-13T21:57:36.477Z | Downloaded idna v0.4.0 |
915 | 2025-01-13T21:57:36.484Z | Downloaded curve25519-dalek v4.1.3 |
916 | 2025-01-13T21:57:36.493Z | Downloaded sqlparser v0.45.0 |
917 | 2025-01-13T21:57:36.498Z | Downloaded zerovec v0.10.4 |
918 | 2025-01-13T21:57:36.504Z | Downloaded typed-path v0.9.3 |
919 | 2025-01-13T21:57:36.511Z | Downloaded time v0.3.36 |
920 | 2025-01-13T21:57:36.519Z | Downloaded object v0.30.4 |
921 | 2025-01-13T21:57:36.529Z | Downloaded reqwest v0.12.9 |
922 | 2025-01-13T21:57:36.538Z | Downloaded webpki-roots v0.26.6 |
923 | 2025-01-13T21:57:36.542Z | Downloaded petname v2.0.2 |
924 | 2025-01-13T21:57:36.549Z | Downloaded git2 v0.19.0 |
925 | 2025-01-13T21:57:36.558Z | Downloaded openssl v0.10.66 |
926 | 2025-01-13T21:57:36.568Z | Downloaded winnow v0.5.40 |
927 | 2025-01-13T21:57:36.578Z | Downloaded nix v0.28.0 |
928 | 2025-01-13T21:57:36.589Z | Downloaded p384 v0.13.0 |
929 | 2025-01-13T21:57:36.595Z | Downloaded salty v0.3.0 |
930 | 2025-01-13T21:57:36.602Z | Downloaded regex-syntax v0.6.29 |
931 | 2025-01-13T21:57:36.611Z | Downloaded regex v1.11.1 |
932 | 2025-01-13T21:57:36.627Z | Downloaded zerocopy v0.8.10 |
933 | 2025-01-13T21:57:36.653Z | Downloaded vcpkg v0.2.15 |
934 | 2025-01-13T21:57:36.693Z | Downloaded dropshot v0.13.0 |
935 | 2025-01-13T21:57:36.716Z | Downloaded nix v0.27.1 |
936 | 2025-01-13T21:57:36.727Z | Downloaded radix_trie v0.2.1 |
937 | 2025-01-13T21:57:36.732Z | Downloaded smoltcp v0.11.0 |
938 | 2025-01-13T21:57:36.745Z | Downloaded rustls v0.23.19 |
939 | 2025-01-13T21:57:36.758Z | Downloaded chrono-tz v0.10.0 |
940 | 2025-01-13T21:57:36.766Z | Downloaded nix v0.29.0 |
941 | 2025-01-13T21:57:36.778Z | Downloaded regress v0.10.1 |
942 | 2025-01-13T21:57:36.788Z | Downloaded openapiv3 v2.0.0 |
943 | 2025-01-13T21:57:36.802Z | Downloaded unicode-width v0.2.0 |
944 | 2025-01-13T21:57:36.809Z | Downloaded regress v0.9.1 |
945 | 2025-01-13T21:57:36.820Z | Downloaded rustls v0.22.4 |
946 | 2025-01-13T21:57:36.849Z | Downloaded hickory-proto v0.24.1 |
947 | 2025-01-13T21:57:36.873Z | Downloaded gimli v0.31.1 |
948 | 2025-01-13T21:57:36.881Z | Downloaded dropshot v0.12.0 |
949 | 2025-01-13T21:57:36.904Z | Downloaded trust-dns-proto v0.22.0 |
950 | 2025-01-13T21:57:36.913Z | Downloaded ratatui v0.28.1 |
951 | 2025-01-13T21:57:36.933Z | Downloaded typify-impl v0.2.0 |
952 | 2025-01-13T21:57:36.948Z | Downloaded sled v0.34.7 |
953 | 2025-01-13T21:57:36.958Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
954 | 2025-01-13T21:57:36.970Z | Downloaded object v0.36.5 |
955 | 2025-01-13T21:57:36.982Z | Downloaded zerocopy-derive v0.6.6 |
956 | 2025-01-13T21:57:36.991Z | Downloaded bstr v1.10.0 |
957 | 2025-01-13T21:57:37.002Z | Downloaded smoltcp v0.9.1 |
958 | 2025-01-13T21:57:37.012Z | Downloaded regex-automata v0.4.8 |
959 | 2025-01-13T21:57:37.028Z | Downloaded polar-core v0.27.3 |
960 | 2025-01-13T21:57:37.037Z | Downloaded diesel v2.2.6 |
961 | 2025-01-13T21:57:37.055Z | Downloaded petgraph v0.6.5 |
962 | 2025-01-13T21:57:37.072Z | Downloaded tokio v1.40.0 |
963 | 2025-01-13T21:57:37.108Z | Downloaded libz-sys v1.1.20 |
964 | 2025-01-13T21:57:37.128Z | Downloaded lzma-sys v0.1.20 |
965 | 2025-01-13T21:57:37.157Z | Downloaded regex-syntax v0.8.5 |
966 | 2025-01-13T21:57:37.165Z | Downloaded csv v1.3.0 |
967 | 2025-01-13T21:57:37.185Z | Downloaded rustls-webpki v0.102.8 |
968 | 2025-01-13T21:57:37.201Z | Downloaded rustls v0.21.12 |
969 | 2025-01-13T21:57:37.212Z | Downloaded rusqlite v0.32.1 |
970 | 2025-01-13T21:57:37.218Z | Downloaded idna v0.3.0 |
971 | 2025-01-13T21:57:37.224Z | Downloaded idna v0.2.3 |
972 | 2025-01-13T21:57:37.231Z | Downloaded tokio-util v0.7.12 |
973 | 2025-01-13T21:57:37.237Z | Downloaded sha3 v0.10.8 |
974 | 2025-01-13T21:57:37.242Z | Downloaded ed25519-dalek v2.1.1 |
975 | 2025-01-13T21:57:37.245Z | Downloaded toml_edit v0.19.15 |
976 | 2025-01-13T21:57:37.259Z | Downloaded lalrpop v0.19.12 |
977 | 2025-01-13T21:57:37.270Z | Downloaded h2 v0.4.6 |
978 | 2025-01-13T21:57:37.277Z | Downloaded bitvec v1.0.1 |
979 | 2025-01-13T21:57:37.291Z | Downloaded icu_properties_data v1.5.0 |
980 | 2025-01-13T21:57:37.301Z | Downloaded flate2 v1.0.34 |
981 | 2025-01-13T21:57:37.306Z | Downloaded parking_lot v0.12.3 |
982 | 2025-01-13T21:57:37.309Z | Downloaded foreign-types v0.5.0 |
983 | 2025-01-13T21:57:37.309Z | Downloaded strum_macros v0.25.3 |
984 | 2025-01-13T21:57:37.312Z | Downloaded unsafe-libyaml v0.2.11 |
985 | 2025-01-13T21:57:37.315Z | Downloaded omicron-zone-package v0.12.0 |
986 | 2025-01-13T21:57:37.317Z | Downloaded vte v0.11.1 |
987 | 2025-01-13T21:57:37.320Z | Downloaded rayon v1.10.0 |
988 | 2025-01-13T21:57:37.328Z | Downloaded bindgen v0.69.5 |
989 | 2025-01-13T21:57:37.335Z | Downloaded url v2.5.3 |
990 | 2025-01-13T21:57:37.338Z | Downloaded aho-corasick v1.1.3 |
991 | 2025-01-13T21:57:37.343Z | Downloaded derive_more v0.99.18 |
992 | 2025-01-13T21:57:37.348Z | Downloaded unicode-properties v0.1.3 |
993 | 2025-01-13T21:57:37.350Z | Downloaded snafu v0.8.5 |
994 | 2025-01-13T21:57:37.355Z | Downloaded num v0.4.3 |
995 | 2025-01-13T21:57:37.358Z | Downloaded nodrop v0.1.14 |
996 | 2025-01-13T21:57:37.358Z | Downloaded debug-ignore v1.0.5 |
997 | 2025-01-13T21:57:37.360Z | Downloaded zerofrom-derive v0.1.4 |
998 | 2025-01-13T21:57:37.361Z | Downloaded num_enum_derive v0.5.11 |
999 | 2025-01-13T21:57:37.361Z | Downloaded tokio-rustls v0.26.0 |
1000 | 2025-01-13T21:57:37.363Z | Downloaded tokio-rustls v0.25.0 |
1001 | 2025-01-13T21:57:37.366Z | Downloaded time-macros v0.2.18 |
1002 | 2025-01-13T21:57:37.368Z | Downloaded socket2 v0.5.7 |
1003 | 2025-01-13T21:57:37.368Z | Downloaded ron v0.8.1 |
1004 | 2025-01-13T21:57:37.373Z | Downloaded new_debug_unreachable v1.0.6 |
1005 | 2025-01-13T21:57:37.376Z | Downloaded which v4.4.2 |
1006 | 2025-01-13T21:57:37.376Z | Downloaded ron v0.7.1 |
1007 | 2025-01-13T21:57:37.380Z | Downloaded tracing v0.1.40 |
1008 | 2025-01-13T21:57:37.384Z | Downloaded blake3 v1.5.4 |
1009 | 2025-01-13T21:57:37.392Z | Downloaded encoding_rs v0.8.34 |
1010 | 2025-01-13T21:57:37.413Z | Downloaded r2d2 v0.8.10 |
1011 | 2025-01-13T21:57:37.415Z | Downloaded subprocess v0.2.9 |
1012 | 2025-01-13T21:57:37.418Z | Downloaded peg-macros v0.8.4 |
1013 | 2025-01-13T21:57:37.420Z | Downloaded parse-display v0.10.0 |
1014 | 2025-01-13T21:57:37.420Z | Downloaded gethostname v0.5.0 |
1015 | 2025-01-13T21:57:37.420Z | Downloaded futures-macro v0.3.31 |
1016 | 2025-01-13T21:57:37.423Z | Downloaded futures-io v0.3.31 |
1017 | 2025-01-13T21:57:37.423Z | Downloaded difflib v0.4.0 |
1018 | 2025-01-13T21:57:37.423Z | Downloaded hashbrown v0.13.2 |
1019 | 2025-01-13T21:57:37.427Z | Downloaded hyper v1.5.0 |
1020 | 2025-01-13T21:57:37.433Z | Downloaded derive_builder_core v0.20.2 |
1021 | 2025-01-13T21:57:37.436Z | Downloaded serde_yaml v0.9.34+deprecated |
1022 | 2025-01-13T21:57:37.438Z | Downloaded zerovec-derive v0.10.3 |
1023 | 2025-01-13T21:57:37.441Z | Downloaded der_derive v0.7.3 |
1024 | 2025-01-13T21:57:37.443Z | Downloaded num-traits v0.2.19 |
1025 | 2025-01-13T21:57:37.446Z | Downloaded rayon-core v1.12.1 |
1026 | 2025-01-13T21:57:37.450Z | Downloaded steno v0.4.1 |
1027 | 2025-01-13T21:57:37.453Z | Downloaded ssh-key v0.6.6 |
1028 | 2025-01-13T21:57:37.458Z | Downloaded itertools v0.12.1 |
1029 | 2025-01-13T21:57:37.465Z | Downloaded idna v1.0.3 |
1030 | 2025-01-13T21:57:37.469Z | Downloaded crossterm v0.28.1 |
1031 | 2025-01-13T21:57:37.475Z | Downloaded diesel_derives v2.2.3 |
1032 | 2025-01-13T21:57:37.478Z | Downloaded parse-zoneinfo v0.3.1 |
1033 | 2025-01-13T21:57:37.481Z | Downloaded postgres-protocol v0.6.7 |
1034 | 2025-01-13T21:57:37.484Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1035 | 2025-01-13T21:57:37.538Z | Downloaded zip v0.6.6 |
1036 | 2025-01-13T21:57:37.543Z | Downloaded quinn v0.11.5 |
1037 | 2025-01-13T21:57:37.545Z | Downloaded x509-cert v0.2.5 |
1038 | 2025-01-13T21:57:37.550Z | Downloaded aes-gcm v0.10.3 |
1039 | 2025-01-13T21:57:37.553Z | Downloaded untrusted v0.9.0 |
1040 | 2025-01-13T21:57:37.556Z | Downloaded half v2.4.1 |
1041 | 2025-01-13T21:57:37.559Z | Downloaded supports-color v3.0.1 |
1042 | 2025-01-13T21:57:37.559Z | Downloaded subtle v2.6.1 |
1043 | 2025-01-13T21:57:37.561Z | Downloaded num-rational v0.4.2 |
1044 | 2025-01-13T21:57:37.561Z | Downloaded serde_with_macros v3.11.0 |
1045 | 2025-01-13T21:57:37.563Z | Downloaded tokio-postgres v0.7.12 |
1046 | 2025-01-13T21:57:37.567Z | Downloaded yoke v0.7.4 |
1047 | 2025-01-13T21:57:37.570Z | Downloaded ssh-cipher v0.2.0 |
1048 | 2025-01-13T21:57:37.572Z | Downloaded siphasher v0.3.11 |
1049 | 2025-01-13T21:57:37.572Z | Downloaded env_logger v0.11.5 |
1050 | 2025-01-13T21:57:37.575Z | Downloaded env_logger v0.10.2 |
1051 | 2025-01-13T21:57:37.578Z | Downloaded serde_path_to_error v0.1.16 |
1052 | 2025-01-13T21:57:37.580Z | Downloaded rand_xorshift v0.3.0 |
1053 | 2025-01-13T21:57:37.580Z | Downloaded powerfmt v0.2.0 |
1054 | 2025-01-13T21:57:37.580Z | Downloaded env_filter v0.1.2 |
1055 | 2025-01-13T21:57:37.583Z | Downloaded value-bag v1.9.0 |
1056 | 2025-01-13T21:57:37.586Z | Downloaded spki v0.7.3 |
1057 | 2025-01-13T21:57:37.586Z | Downloaded rsa v0.9.6 |
1058 | 2025-01-13T21:57:37.591Z | Downloaded oso v0.27.3 |
1059 | 2025-01-13T21:57:37.594Z | Downloaded openssl-sys v0.9.103 |
1060 | 2025-01-13T21:57:37.598Z | Downloaded qorb v0.2.1 |
1061 | 2025-01-13T21:57:37.602Z | Downloaded des v0.8.1 |
1062 | 2025-01-13T21:57:37.605Z | Downloaded http v1.1.0 |
1063 | 2025-01-13T21:57:37.607Z | Downloaded wait-timeout v0.2.0 |
1064 | 2025-01-13T21:57:37.610Z | Downloaded tokio-tungstenite v0.21.0 |
1065 | 2025-01-13T21:57:37.613Z | Downloaded unicode-bidi v0.3.17 |
1066 | 2025-01-13T21:57:37.613Z | Downloaded tungstenite v0.24.0 |
1067 | 2025-01-13T21:57:37.616Z | Downloaded rand v0.8.5 |
1068 | 2025-01-13T21:57:37.619Z | Downloaded smf v0.2.3 |
1069 | 2025-01-13T21:57:37.622Z | Downloaded enum-as-inner v0.5.1 |
1070 | 2025-01-13T21:57:37.622Z | Downloaded hashlink v0.9.1 |
1071 | 2025-01-13T21:57:37.625Z | Downloaded fatfs v0.3.6 |
1072 | 2025-01-13T21:57:37.628Z | Downloaded diesel-dtrace v0.4.2 |
1073 | 2025-01-13T21:57:37.630Z | Downloaded hickory-resolver v0.24.1 |
1074 | 2025-01-13T21:57:37.633Z | Downloaded crypto-bigint v0.5.5 |
1075 | 2025-01-13T21:57:37.638Z | Downloaded crossbeam-channel v0.5.13 |
1076 | 2025-01-13T21:57:37.642Z | Downloaded dhcproto v0.12.0 |
1077 | 2025-01-13T21:57:37.645Z | Downloaded uuid v1.11.0 |
1078 | 2025-01-13T21:57:37.648Z | Downloaded rustc-hash v2.0.0 |
1079 | 2025-01-13T21:57:37.651Z | Downloaded const_format v0.2.33 |
1080 | 2025-01-13T21:57:37.653Z | Downloaded chacha20poly1305 v0.10.1 |
1081 | 2025-01-13T21:57:37.656Z | Downloaded bumpalo v3.16.0 |
1082 | 2025-01-13T21:57:37.659Z | Downloaded prettyplease v0.2.25 |
1083 | 2025-01-13T21:57:37.661Z | Downloaded uzers v0.12.1 |
1084 | 2025-01-13T21:57:37.665Z | Downloaded rustc-hash v1.1.0 |
1085 | 2025-01-13T21:57:37.665Z | Downloaded rpassword v7.3.1 |
1086 | 2025-01-13T21:57:37.665Z | Downloaded psl-types v2.0.11 |
1087 | 2025-01-13T21:57:37.668Z | Downloaded arc-swap v1.7.1 |
1088 | 2025-01-13T21:57:37.668Z | Downloaded quick-error v1.2.3 |
1089 | 2025-01-13T21:57:37.671Z | Downloaded unicase v2.7.0 |
1090 | 2025-01-13T21:57:37.671Z | Downloaded zerofrom v0.1.4 |
1091 | 2025-01-13T21:57:37.671Z | Downloaded vte_generate_state_changes v0.1.2 |
1092 | 2025-01-13T21:57:37.673Z | Downloaded pkcs8 v0.10.2 |
1093 | 2025-01-13T21:57:37.676Z | Downloaded icu_provider v1.5.0 |
1094 | 2025-01-13T21:57:37.679Z | Downloaded parse-display-derive v0.10.0 |
1095 | 2025-01-13T21:57:37.679Z | Downloaded icu_locid v1.5.0 |
1096 | 2025-01-13T21:57:37.682Z | Downloaded tokio-rustls v0.24.1 |
1097 | 2025-01-13T21:57:37.685Z | Downloaded backtrace v0.3.74 |
1098 | 2025-01-13T21:57:37.689Z | Downloaded ff v0.13.0 |
1099 | 2025-01-13T21:57:37.692Z | Downloaded stable_deref_trait v1.2.0 |
1100 | 2025-01-13T21:57:37.692Z | Downloaded fallible-iterator v0.2.0 |
1101 | 2025-01-13T21:57:37.695Z | Downloaded dyn-clone v1.0.17 |
1102 | 2025-01-13T21:57:37.695Z | Downloaded icu_normalizer v1.5.0 |
1103 | 2025-01-13T21:57:37.697Z | Downloaded crossbeam-epoch v0.9.18 |
1104 | 2025-01-13T21:57:37.700Z | Downloaded dsl_auto_type v0.1.2 |
1105 | 2025-01-13T21:57:37.703Z | Downloaded zone v0.3.0 |
1106 | 2025-01-13T21:57:37.703Z | Downloaded xattr v1.3.1 |
1107 | 2025-01-13T21:57:37.705Z | Downloaded wyz v0.5.1 |
1108 | 2025-01-13T21:57:37.705Z | Downloaded unarray v0.1.4 |
1109 | 2025-01-13T21:57:37.706Z | Downloaded typify-macro v0.2.0 |
1110 | 2025-01-13T21:57:37.706Z | Downloaded base64 v0.13.1 |
1111 | 2025-01-13T21:57:37.709Z | Downloaded allocator-api2 v0.2.18 |
1112 | 2025-01-13T21:57:37.711Z | Downloaded structmeta-derive v0.3.0 |
1113 | 2025-01-13T21:57:37.714Z | Downloaded ipnet v2.10.1 |
1114 | 2025-01-13T21:57:37.714Z | Downloaded icu_normalizer_data v1.5.0 |
1115 | 2025-01-13T21:57:37.717Z | Downloaded slog-envlogger v2.2.0 |
1116 | 2025-01-13T21:57:37.719Z | Downloaded slog-dtrace v0.3.0 |
1117 | 2025-01-13T21:57:37.719Z | Downloaded futures-task v0.3.31 |
1118 | 2025-01-13T21:57:37.719Z | Downloaded tokio-macros v2.4.0 |
1119 | 2025-01-13T21:57:37.727Z | Downloaded cancel-safe-futures v0.1.5 |
1120 | 2025-01-13T21:57:37.727Z | Downloaded bzip2 v0.4.4 |
1121 | 2025-01-13T21:57:37.727Z | Downloaded fallible-streaming-iterator v0.1.9 |
1122 | 2025-01-13T21:57:37.730Z | Downloaded slog-scope v4.4.0 |
1123 | 2025-01-13T21:57:37.730Z | Downloaded slog-json v2.6.1 |
1124 | 2025-01-13T21:57:37.733Z | Downloaded signal-hook-mio v0.2.4 |
1125 | 2025-01-13T21:57:37.733Z | Downloaded sha1 v0.10.6 |
1126 | 2025-01-13T21:57:37.736Z | Downloaded serde_repr v0.1.19 |
1127 | 2025-01-13T21:57:37.736Z | Downloaded scopeguard v1.2.0 |
1128 | 2025-01-13T21:57:37.736Z | Downloaded quinn-udp v0.5.5 |
1129 | 2025-01-13T21:57:37.739Z | Downloaded icu_locid_transform v1.5.0 |
1130 | 2025-01-13T21:57:37.742Z | Downloaded waitgroup v0.1.2 |
1131 | 2025-01-13T21:57:37.742Z | Downloaded iana-time-zone v0.1.61 |
1132 | 2025-01-13T21:57:37.744Z | Downloaded lock_api v0.4.12 |
1133 | 2025-01-13T21:57:37.747Z | Downloaded cookie_store v0.21.0 |
1134 | 2025-01-13T21:57:37.748Z | Downloaded buf-list v1.0.3 |
1135 | 2025-01-13T21:57:37.750Z | Downloaded http-body-util v0.1.2 |
1136 | 2025-01-13T21:57:37.750Z | Downloaded highway v1.2.0 |
1137 | 2025-01-13T21:57:37.753Z | Downloaded ctr v0.9.2 |
1138 | 2025-01-13T21:57:37.753Z | Downloaded console v0.15.8 |
1139 | 2025-01-13T21:57:37.756Z | Downloaded bb8 v0.8.5 |
1140 | 2025-01-13T21:57:37.759Z | Downloaded idna_adapter v1.2.0 |
1141 | 2025-01-13T21:57:37.759Z | Downloaded bitfield v0.14.0 |
1142 | 2025-01-13T21:57:37.762Z | Downloaded maybe-uninit v2.0.0 |
1143 | 2025-01-13T21:57:37.762Z | Downloaded lalrpop-util v0.19.12 |
1144 | 2025-01-13T21:57:37.762Z | Downloaded hyper-staticfile v0.10.1 |
1145 | 2025-01-13T21:57:37.764Z | Downloaded async-stream-impl v0.3.6 |
1146 | 2025-01-13T21:57:37.764Z | Downloaded arrayvec v0.7.6 |
1147 | 2025-01-13T21:57:37.767Z | Downloaded internet-checksum v0.2.1 |
1148 | 2025-01-13T21:57:37.767Z | Downloaded libsw v3.3.1 |
1149 | 2025-01-13T21:57:37.770Z | Downloaded impl-trait-for-tuples v0.2.2 |
1150 | 2025-01-13T21:57:37.770Z | Downloaded bcrypt-pbkdf v0.10.0 |
1151 | 2025-01-13T21:57:37.774Z | Downloaded async-recursion v1.1.1 |
1152 | 2025-01-13T21:57:37.777Z | Downloaded lazycell v1.3.0 |
1153 | 2025-01-13T21:57:37.777Z | Downloaded is-terminal v0.4.13 |
1154 | 2025-01-13T21:57:37.777Z | Downloaded ipnetwork v0.20.0 |
1155 | 2025-01-13T21:57:37.780Z | Downloaded inout v0.1.3 |
1156 | 2025-01-13T21:57:37.780Z | Downloaded indoc v1.0.9 |
1157 | 2025-01-13T21:57:37.782Z | Downloaded indent_write v2.2.0 |
1158 | 2025-01-13T21:57:37.782Z | Downloaded curve25519-dalek-derive v0.1.1 |
1159 | 2025-01-13T21:57:37.785Z | Downloaded cobs v0.2.3 |
1160 | 2025-01-13T21:57:37.785Z | Downloaded castaway v0.2.3 |
1161 | 2025-01-13T21:57:37.788Z | Downloaded ascii-canvas v3.0.0 |
1162 | 2025-01-13T21:57:37.788Z | Downloaded lazy_static v1.5.0 |
1163 | 2025-01-13T21:57:37.790Z | Downloaded kstat-rs v0.2.4 |
1164 | 2025-01-13T21:57:37.790Z | Downloaded keccak v0.1.5 |
1165 | 2025-01-13T21:57:37.790Z | Downloaded crossbeam-deque v0.8.5 |
1166 | 2025-01-13T21:57:37.793Z | Downloaded home v0.5.9 |
1167 | 2025-01-13T21:57:37.793Z | Downloaded colored v2.1.0 |
1168 | 2025-01-13T21:57:37.796Z | Downloaded ciborium-ll v0.2.2 |
1169 | 2025-01-13T21:57:37.796Z | Downloaded cexpr v0.6.0 |
1170 | 2025-01-13T21:57:37.800Z | Downloaded hostname v0.3.1 |
1171 | 2025-01-13T21:57:37.800Z | Downloaded crc v3.2.1 |
1172 | 2025-01-13T21:57:37.802Z | Downloaded base16ct v0.2.0 |
1173 | 2025-01-13T21:57:37.802Z | Downloaded bit-set v0.5.3 |
1174 | 2025-01-13T21:57:37.805Z | Downloaded async-stream v0.3.6 |
1175 | 2025-01-13T21:57:37.853Z | Downloaded ring v0.17.8 |
1176 | 2025-01-13T21:57:37.969Z | Downloaded libsqlite3-sys v0.30.1 |
1177 | 2025-01-13T21:57:38.163Z | Downloaded aws-lc-sys v0.22.0 |
1178 | 2025-01-13T21:57:38.464Z | Compiling serde v1.0.215 |
1179 | 2025-01-13T21:57:38.467Z | Compiling lock_api v0.4.12 |
1180 | 2025-01-13T21:57:38.467Z | Compiling scopeguard v1.2.0 |
1181 | 2025-01-13T21:57:38.467Z | Compiling value-bag v1.9.0 |
1182 | 2025-01-13T21:57:38.467Z | Compiling typenum v1.17.0 |
1183 | 2025-01-13T21:57:38.467Z | Compiling generic-array v0.14.7 |
1184 | 2025-01-13T21:57:38.616Z | Compiling syn v2.0.87 |
1185 | 2025-01-13T21:57:38.619Z | Compiling getrandom v0.2.15 |
1186 | 2025-01-13T21:57:38.728Z | Compiling subtle v2.6.1 |
1187 | 2025-01-13T21:57:38.968Z | Compiling rand_core v0.6.4 |
1188 | 2025-01-13T21:57:39.059Z | Compiling log v0.4.22 |
1189 | 2025-01-13T21:57:39.148Z | Compiling shlex v1.3.0 |
1190 | 2025-01-13T21:57:39.170Z | Compiling jobserver v0.1.32 |
1191 | 2025-01-13T21:57:39.209Z | Compiling const-oid v0.9.6 |
1192 | 2025-01-13T21:57:39.522Z | Compiling cc v1.1.30 |
1193 | 2025-01-13T21:57:39.541Z | Compiling smallvec v1.13.2 |
1194 | 2025-01-13T21:57:39.570Z | Compiling spin v0.9.8 |
1195 | 2025-01-13T21:57:39.923Z | Compiling pin-project-lite v0.2.14 |
1196 | 2025-01-13T21:57:39.946Z | Compiling rustix v0.38.37 |
1197 | 2025-01-13T21:57:39.948Z | Compiling parking_lot_core v0.9.10 |
1198 | 2025-01-13T21:57:40.051Z | Compiling futures-core v0.3.31 |
1199 | 2025-01-13T21:57:40.093Z | Compiling signal-hook-registry v1.4.2 |
1200 | 2025-01-13T21:57:40.298Z | Compiling mio v1.0.2 |
1201 | 2025-01-13T21:57:40.891Z | Compiling parking_lot v0.12.3 |
1202 | 2025-01-13T21:57:40.910Z | Compiling aho-corasick v1.1.3 |
1203 | 2025-01-13T21:57:41.034Z | Compiling regex-syntax v0.8.5 |
1204 | 2025-01-13T21:57:41.325Z | Compiling cpufeatures v0.2.14 |
1205 | 2025-01-13T21:57:41.343Z | Compiling either v1.13.0 |
1206 | 2025-01-13T21:57:41.448Z | Compiling lazy_static v1.5.0 |
1207 | 2025-01-13T21:57:41.575Z | Compiling glob v0.3.1 |
1208 | 2025-01-13T21:57:41.612Z | Compiling futures-sink v0.3.31 |
1209 | 2025-01-13T21:57:41.774Z | Compiling stable_deref_trait v1.2.0 |
1210 | 2025-01-13T21:57:41.796Z | Compiling socket2 v0.5.7 |
1211 | 2025-01-13T21:57:41.890Z | Compiling slab v0.4.9 |
1212 | 2025-01-13T21:57:41.936Z | Compiling prettyplease v0.2.25 |
1213 | 2025-01-13T21:57:42.306Z | Compiling serde_json v1.0.133 |
1214 | 2025-01-13T21:57:42.353Z | Compiling minimal-lexical v0.2.1 |
1215 | 2025-01-13T21:57:42.597Z | Compiling clang-sys v1.8.1 |
1216 | 2025-01-13T21:57:42.806Z | Compiling nom v7.1.3 |
1217 | 2025-01-13T21:57:42.910Z | Compiling libloading v0.8.5 |
1218 | 2025-01-13T21:57:42.977Z | Compiling bindgen v0.69.5 |
1219 | 2025-01-13T21:57:43.353Z | Compiling home v0.5.9 |
1220 | 2025-01-13T21:57:43.641Z | Compiling futures-channel v0.3.31 |
1221 | 2025-01-13T21:57:43.803Z | Compiling itertools v0.12.1 |
1222 | 2025-01-13T21:57:44.100Z | Compiling futures-io v0.3.31 |
1223 | 2025-01-13T21:57:44.123Z | Compiling pin-utils v0.1.0 |
1224 | 2025-01-13T21:57:44.221Z | Compiling rustc-hash v1.1.0 |
1225 | 2025-01-13T21:57:44.391Z | Compiling foldhash v0.1.3 |
1226 | 2025-01-13T21:57:44.440Z | Compiling futures-task v0.3.31 |
1227 | 2025-01-13T21:57:44.711Z | Compiling allocator-api2 v0.2.18 |
1228 | 2025-01-13T21:57:44.749Z | Compiling lazycell v1.3.0 |
1229 | 2025-01-13T21:57:44.926Z | Compiling libm v0.2.8 |
1230 | 2025-01-13T21:57:45.260Z | Compiling regex-automata v0.4.8 |
1231 | 2025-01-13T21:57:45.539Z | Compiling hashbrown v0.15.1 |
1232 | 2025-01-13T21:57:46.625Z | Compiling synstructure v0.13.1 |
1233 | 2025-01-13T21:57:46.917Z | Compiling cexpr v0.6.0 |
1234 | 2025-01-13T21:57:47.097Z | Compiling cmake v0.1.51 |
1235 | 2025-01-13T21:57:48.155Z | Compiling num-traits v0.2.19 |
1236 | 2025-01-13T21:57:48.271Z | Compiling dunce v1.0.5 |
1237 | 2025-01-13T21:57:48.332Z | Compiling fs_extra v1.3.0 |
1238 | 2025-01-13T21:57:48.398Z | Compiling tinyvec_macros v0.1.1 |
1239 | 2025-01-13T21:57:48.426Z | Compiling pkg-config v0.3.31 |
1240 | 2025-01-13T21:57:48.494Z | Compiling tinyvec v1.8.0 |
1241 | 2025-01-13T21:57:48.925Z | Compiling ring v0.17.8 |
1242 | 2025-01-13T21:57:49.989Z | Compiling unicode-normalization v0.1.24 |
1243 | 2025-01-13T21:57:50.063Z | Compiling litemap v0.7.3 |
1244 | 2025-01-13T21:57:50.082Z | Compiling writeable v0.5.5 |
1245 | 2025-01-13T21:57:50.307Z | Compiling unicode-bidi v0.3.17 |
1246 | 2025-01-13T21:57:50.453Z | Compiling base64ct v1.6.0 |
1247 | 2025-01-13T21:57:50.685Z | Compiling regex v1.11.1 |
1248 | 2025-01-13T21:57:51.094Z | Compiling paste v1.0.15 |
1249 | 2025-01-13T21:57:51.148Z | Compiling pem-rfc7468 v0.7.0 |
1250 | 2025-01-13T21:57:51.794Z | Compiling flagset v0.4.6 |
1251 | 2025-01-13T21:57:51.823Z | Compiling httparse v1.9.5 |
1252 | 2025-01-13T21:57:51.882Z | Compiling aws-lc-rs v1.10.0 |
1253 | 2025-01-13T21:57:52.119Z | Compiling tracing-core v0.1.32 |
1254 | 2025-01-13T21:57:52.294Z | Compiling percent-encoding v2.3.1 |
1255 | 2025-01-13T21:57:52.635Z | Compiling rustls-pki-types v1.10.0 |
1256 | 2025-01-13T21:57:52.674Z | Compiling crossbeam-utils v0.8.20 |
1257 | 2025-01-13T21:57:53.136Z | Compiling icu_locid_transform_data v1.5.0 |
1258 | 2025-01-13T21:57:53.308Z | Compiling icu_properties_data v1.5.0 |
1259 | 2025-01-13T21:57:53.327Z | Compiling untrusted v0.7.1 |
1260 | 2025-01-13T21:57:53.502Z | Compiling powerfmt v0.2.0 |
1261 | 2025-01-13T21:57:53.549Z | Compiling time-core v0.1.2 |
1262 | 2025-01-13T21:57:53.569Z | Compiling serde_derive v1.0.215 |
1263 | 2025-01-13T21:57:53.647Z | Compiling zeroize_derive v1.4.2 |
1264 | 2025-01-13T21:57:53.711Z | Compiling zerocopy-derive v0.7.35 |
1265 | 2025-01-13T21:57:53.867Z | Compiling tokio-macros v2.4.0 |
1266 | 2025-01-13T21:57:53.898Z | Compiling zerofrom-derive v0.1.4 |
1267 | 2025-01-13T21:57:55.072Z | Compiling zeroize v1.8.1 |
1268 | 2025-01-13T21:57:55.412Z | Compiling yoke-derive v0.7.4 |
1269 | 2025-01-13T21:57:55.465Z | Compiling thiserror-impl v1.0.69 |
1270 | 2025-01-13T21:57:55.947Z | Compiling zerocopy v0.7.35 |
1271 | 2025-01-13T21:57:56.678Z | Compiling crypto-common v0.1.6 |
1272 | 2025-01-13T21:57:56.908Z | Compiling block-buffer v0.10.4 |
1273 | 2025-01-13T21:57:57.173Z | Compiling digest v0.10.7 |
1274 | 2025-01-13T21:57:57.530Z | Compiling zerovec-derive v0.10.3 |
1275 | 2025-01-13T21:57:57.619Z | Compiling hmac v0.12.1 |
1276 | 2025-01-13T21:57:57.787Z | Compiling futures-macro v0.3.31 |
1277 | 2025-01-13T21:57:57.852Z | Compiling block-padding v0.3.3 |
1278 | 2025-01-13T21:57:57.888Z | Compiling zerofrom v0.1.4 |
1279 | 2025-01-13T21:57:58.082Z | Compiling displaydoc v0.2.5 |
1280 | 2025-01-13T21:57:58.126Z | Compiling inout v0.1.3 |
1281 | 2025-01-13T21:57:58.381Z | Compiling cipher v0.4.4 |
1282 | 2025-01-13T21:57:58.471Z | Compiling yoke v0.7.4 |
1283 | 2025-01-13T21:57:58.823Z | Compiling sha2 v0.10.8 |
1284 | 2025-01-13T21:57:58.861Z | Compiling thiserror v1.0.69 |
1285 | 2025-01-13T21:57:58.890Z | Compiling ppv-lite86 v0.2.20 |
1286 | 2025-01-13T21:57:59.008Z | Compiling icu_provider_macros v1.5.0 |
1287 | 2025-01-13T21:57:59.642Z | Compiling der_derive v0.7.3 |
1288 | 2025-01-13T21:57:59.674Z | Compiling rand_chacha v0.3.1 |
1289 | 2025-01-13T21:57:59.694Z | Compiling futures-util v0.3.31 |
1290 | 2025-01-13T21:58:00.079Z | Compiling zerovec v0.10.4 |
1291 | 2025-01-13T21:58:00.115Z | Compiling tracing-attributes v0.1.27 |
1292 | 2025-01-13T21:58:01.934Z | Compiling tinystr v0.7.6 |
1293 | 2025-01-13T21:58:02.067Z | Compiling der v0.7.9 |
1294 | 2025-01-13T21:58:02.186Z | Compiling icu_collections v1.5.0 |
1295 | 2025-01-13T21:58:02.311Z | Compiling icu_locid v1.5.0 |
1296 | 2025-01-13T21:58:02.332Z | Compiling rand v0.8.5 |
1297 | 2025-01-13T21:58:03.612Z | Compiling icu_provider v1.5.0 |
1298 | 2025-01-13T21:58:03.839Z | Compiling tracing v0.1.40 |
1299 | 2025-01-13T21:58:04.397Z | Compiling icu_locid_transform v1.5.0 |
1300 | 2025-01-13T21:58:04.435Z | Compiling spki v0.7.3 |
1301 | 2025-01-13T21:58:04.608Z | Compiling pest v2.7.14 |
1302 | 2025-01-13T21:58:04.635Z | Compiling salsa20 v0.10.2 |
1303 | 2025-01-13T21:58:04.799Z | Compiling pbkdf2 v0.12.2 |
1304 | 2025-01-13T21:58:04.851Z | Compiling untrusted v0.9.0 |
1305 | 2025-01-13T21:58:04.958Z | Compiling mirai-annotations v1.12.0 |
1306 | 2025-01-13T21:58:05.006Z | Compiling num-conv v0.1.0 |
1307 | 2025-01-13T21:58:05.150Z | Compiling vcpkg v0.2.15 |
1308 | 2025-01-13T21:58:05.282Z | Compiling scrypt v0.11.0 |
1309 | 2025-01-13T21:58:05.306Z | Compiling time-macros v0.2.18 |
1310 | 2025-01-13T21:58:05.583Z | Compiling icu_properties v1.5.1 |
1311 | 2025-01-13T21:58:05.821Z | Compiling aes v0.8.4 |
1312 | 2025-01-13T21:58:07.009Z | Compiling cbc v0.1.2 |
1313 | 2025-01-13T21:58:07.213Z | Compiling openssl-sys v0.9.103 |
1314 | 2025-01-13T21:58:07.238Z | Compiling pest_meta v2.7.14 |
1315 | 2025-01-13T21:58:07.502Z | Compiling bitflags v2.6.0 |
1316 | 2025-01-13T21:58:07.605Z | Compiling bytes v1.8.0 |
1317 | 2025-01-13T21:58:08.311Z | Compiling indexmap v2.6.0 |
1318 | 2025-01-13T21:58:08.484Z | Compiling tokio v1.40.0 |
1319 | 2025-01-13T21:58:08.581Z | Compiling http v1.1.0 |
1320 | 2025-01-13T21:58:08.944Z | Compiling semver v1.0.23 |
1321 | 2025-01-13T21:58:09.692Z | Compiling rustc_version v0.4.1 |
1322 | 2025-01-13T21:58:10.393Z | Compiling deranged v0.3.11 |
1323 | 2025-01-13T21:58:10.491Z | Compiling scroll_derive v0.12.0 |
1324 | 2025-01-13T21:58:11.104Z | Compiling utf8_iter v1.0.4 |
1325 | 2025-01-13T21:58:11.373Z | Compiling utf16_iter v1.0.5 |
1326 | 2025-01-13T21:58:11.581Z | Compiling atomic-waker v1.1.2 |
1327 | 2025-01-13T21:58:11.780Z | Compiling write16 v1.0.0 |
1328 | 2025-01-13T21:58:11.922Z | Compiling which v4.4.2 |
1329 | 2025-01-13T21:58:12.079Z | Compiling icu_normalizer_data v1.5.0 |
1330 | 2025-01-13T21:58:12.186Z | Compiling num_threads v0.1.7 |
1331 | 2025-01-13T21:58:12.316Z | Compiling time v0.3.36 |
1332 | 2025-01-13T21:58:12.336Z | Compiling icu_normalizer v1.5.0 |
1333 | 2025-01-13T21:58:12.427Z | Compiling scroll v0.12.0 |
1334 | 2025-01-13T21:58:12.539Z | Compiling http-body v1.0.1 |
1335 | 2025-01-13T21:58:12.782Z | Compiling pest_generator v2.7.14 |
1336 | 2025-01-13T21:58:13.291Z | Compiling pkcs5 v0.7.1 |
1337 | 2025-01-13T21:58:13.430Z | Compiling form_urlencoded v1.2.1 |
1338 | 2025-01-13T21:58:13.685Z | Compiling slog v2.7.0 |
1339 | 2025-01-13T21:58:13.764Z | Compiling try-lock v0.2.5 |
1340 | 2025-01-13T21:58:13.915Z | Compiling want v0.3.1 |
1341 | 2025-01-13T21:58:14.218Z | Compiling pkcs8 v0.10.2 |
1342 | 2025-01-13T21:58:14.307Z | Compiling goblin v0.8.2 |
1343 | 2025-01-13T21:58:14.328Z | Compiling idna_adapter v1.2.0 |
1344 | 2025-01-13T21:58:14.481Z | Compiling uuid v1.11.0 |
1345 | 2025-01-13T21:58:14.545Z | Compiling iana-time-zone v0.1.61 |
1346 | 2025-01-13T21:58:14.799Z | Compiling pest_derive v2.7.14 |
1347 | 2025-01-13T21:58:14.922Z | Compiling httpdate v1.0.3 |
1348 | 2025-01-13T21:58:15.007Z | Compiling chrono v0.4.38 |
1349 | 2025-01-13T21:58:15.419Z | Compiling idna v1.0.3 |
1350 | 2025-01-13T21:58:15.577Z | Compiling dtrace-parser v0.2.0 |
1351 | 2025-01-13T21:58:16.801Z | Compiling toml_datetime v0.6.8 |
1352 | 2025-01-13T21:58:17.306Z | Compiling tokio-util v0.7.12 |
1353 | 2025-01-13T21:58:17.349Z | Compiling serde_spanned v0.6.8 |
1354 | 2025-01-13T21:58:17.586Z | Compiling serde_tokenstream v0.2.2 |
1355 | 2025-01-13T21:58:17.607Z | Compiling tower-service v0.3.3 |
1356 | 2025-01-13T21:58:17.735Z | Compiling openssl v0.10.66 |
1357 | 2025-01-13T21:58:17.837Z | Compiling match_cfg v0.1.0 |
1358 | 2025-01-13T21:58:17.935Z | Compiling foreign-types-shared v0.1.1 |
1359 | 2025-01-13T21:58:18.051Z | Compiling adler2 v2.0.0 |
1360 | 2025-01-13T21:58:18.154Z | Compiling base64 v0.22.1 |
1361 | 2025-01-13T21:58:18.181Z | Compiling rustversion v1.0.17 |
1362 | 2025-01-13T21:58:18.262Z | Compiling miniz_oxide v0.8.0 |
1363 | 2025-01-13T21:58:18.742Z | Compiling h2 v0.4.6 |
1364 | 2025-01-13T21:58:18.850Z | Compiling foreign-types v0.3.2 |
1365 | 2025-01-13T21:58:18.909Z | Compiling hostname v0.3.1 |
1366 | 2025-01-13T21:58:18.945Z | Compiling url v2.5.3 |
1367 | 2025-01-13T21:58:19.165Z | Compiling async-trait v0.1.83 |
1368 | 2025-01-13T21:58:19.835Z | Compiling openssl-macros v0.1.1 |
1369 | 2025-01-13T21:58:20.276Z | Compiling dof v0.3.0 |
1370 | 2025-01-13T21:58:20.608Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2025-01-13T21:58:21.016Z | Compiling dirs-sys-next v0.1.2 |
1372 | 2025-01-13T21:58:21.743Z | Compiling usdt-impl v0.5.0 |
1373 | 2025-01-13T21:58:21.999Z | Compiling syn v1.0.109 |
1374 | 2025-01-13T21:58:22.589Z | Compiling data-encoding v2.6.0 |
1375 | 2025-01-13T21:58:22.640Z | Compiling rustls v0.22.4 |
1376 | 2025-01-13T21:58:22.902Z | Compiling siphasher v0.3.11 |
1377 | 2025-01-13T21:58:23.284Z | Compiling native-tls v0.2.12 |
1378 | 2025-01-13T21:58:23.315Z | Compiling rustls v0.23.19 |
1379 | 2025-01-13T21:58:23.411Z | Compiling schemars v0.8.21 |
1380 | 2025-01-13T21:58:23.581Z | Compiling schemars_derive v0.8.21 |
1381 | 2025-01-13T21:58:23.767Z | Compiling dirs-next v2.0.0 |
1382 | 2025-01-13T21:58:24.327Z | Compiling http-body-util v0.1.2 |
1383 | 2025-01-13T21:58:24.708Z | Compiling crossbeam-epoch v0.9.18 |
1384 | 2025-01-13T21:58:24.840Z | Compiling heapless v0.7.17 |
1385 | 2025-01-13T21:58:25.001Z | Compiling sha1 v0.10.6 |
1386 | 2025-01-13T21:58:25.269Z | Compiling signature v2.2.0 |
1387 | 2025-01-13T21:58:25.362Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1388 | 2025-01-13T21:58:25.447Z | Compiling thread_local v1.1.8 |
1389 | 2025-01-13T21:58:25.450Z | Compiling multer v3.1.0 |
1390 | 2025-01-13T21:58:25.570Z | Compiling hyper v1.5.0 |
1391 | 2025-01-13T21:58:25.750Z | Compiling encoding_rs v0.8.34 |
1392 | 2025-01-13T21:58:25.850Z | Compiling cookie v0.18.1 |
1393 | 2025-01-13T21:58:26.003Z | Compiling unicode-properties v0.1.3 |
1394 | 2025-01-13T21:58:26.159Z | Compiling openssl-probe v0.1.5 |
1395 | 2025-01-13T21:58:26.454Z | Compiling dyn-clone v1.0.17 |
1396 | 2025-01-13T21:58:26.560Z | Compiling signal-hook v0.3.17 |
1397 | 2025-01-13T21:58:26.674Z | Compiling mime v0.3.17 |
1398 | 2025-01-13T21:58:26.929Z | Compiling slog-async v2.8.0 |
1399 | 2025-01-13T21:58:27.044Z | Compiling ipnet v2.10.1 |
1400 | 2025-01-13T21:58:27.305Z | Compiling rayon-core v1.12.1 |
1401 | 2025-01-13T21:58:27.378Z | Compiling gimli v0.31.1 |
1402 | 2025-01-13T21:58:27.673Z | Compiling toml_edit v0.22.22 |
1403 | 2025-01-13T21:58:28.285Z | Compiling hyper-util v0.1.10 |
1404 | 2025-01-13T21:58:29.874Z | Compiling stringprep v0.1.5 |
1405 | 2025-01-13T21:58:31.328Z | Compiling crossbeam-deque v0.8.5 |
1406 | 2025-01-13T21:58:31.500Z | Compiling usdt-attr-macro v0.5.0 |
1407 | 2025-01-13T21:58:31.648Z | Compiling usdt-macro v0.5.0 |
1408 | 2025-01-13T21:58:32.507Z | Compiling addr2line v0.24.2 |
1409 | 2025-01-13T21:58:32.587Z | Compiling term v0.7.0 |
1410 | 2025-01-13T21:58:33.089Z | Compiling slog-json v2.6.1 |
1411 | 2025-01-13T21:58:33.110Z | Compiling serde_urlencoded v0.7.1 |
1412 | 2025-01-13T21:58:33.130Z | Compiling crossbeam-channel v0.5.13 |
1413 | 2025-01-13T21:58:33.176Z | Compiling curve25519-dalek v4.1.3 |
1414 | 2025-01-13T21:58:33.477Z | Compiling futures-executor v0.3.31 |
1415 | 2025-01-13T21:58:33.623Z | Compiling enum-as-inner v0.6.1 |
1416 | 2025-01-13T21:58:33.777Z | Compiling md-5 v0.10.6 |
1417 | 2025-01-13T21:58:34.050Z | Compiling async-stream-impl v0.3.6 |
1418 | 2025-01-13T21:58:34.073Z | Compiling rustls-pemfile v2.2.0 |
1419 | 2025-01-13T21:58:34.141Z | Compiling num-integer v0.1.46 |
1420 | 2025-01-13T21:58:34.296Z | Compiling idna v0.3.0 |
1421 | 2025-01-13T21:58:34.412Z | Compiling idna v0.4.0 |
1422 | 2025-01-13T21:58:34.763Z | Compiling hash32 v0.2.1 |
1423 | 2025-01-13T21:58:34.899Z | Compiling ff v0.13.0 |
1424 | 2025-01-13T21:58:35.140Z | Compiling is-terminal v0.4.13 |
1425 | 2025-01-13T21:58:35.160Z | Compiling dropshot v0.12.0 |
1426 | 2025-01-13T21:58:35.269Z | Compiling object v0.36.5 |
1427 | 2025-01-13T21:58:35.438Z | Compiling linked-hash-map v0.5.6 |
1428 | 2025-01-13T21:58:35.459Z | Compiling anyhow v1.0.93 |
1429 | 2025-01-13T21:58:35.814Z | Compiling portable-atomic v1.9.0 |
1430 | 2025-01-13T21:58:36.014Z | Compiling quick-error v1.2.3 |
1431 | 2025-01-13T21:58:36.035Z | Compiling utf-8 v0.7.6 |
1432 | 2025-01-13T21:58:36.069Z | Compiling rustc-demangle v0.1.24 |
1433 | 2025-01-13T21:58:36.132Z | Compiling fallible-iterator v0.2.0 |
1434 | 2025-01-13T21:58:36.206Z | Compiling base16ct v0.2.0 |
1435 | 2025-01-13T21:58:36.420Z | Compiling psl-types v2.0.11 |
1436 | 2025-01-13T21:58:36.552Z | Compiling take_mut v0.2.2 |
1437 | 2025-01-13T21:58:36.616Z | Compiling num-bigint-dig v0.8.4 |
1438 | 2025-01-13T21:58:36.718Z | Compiling smoltcp v0.9.1 |
1439 | 2025-01-13T21:58:36.875Z | Compiling postgres-protocol v0.6.7 |
1440 | 2025-01-13T21:58:37.070Z | Compiling publicsuffix v2.2.3 |
1441 | 2025-01-13T21:58:37.098Z | Compiling sec1 v0.7.3 |
1442 | 2025-01-13T21:58:37.342Z | Compiling tungstenite v0.24.0 |
1443 | 2025-01-13T21:58:37.513Z | Compiling resolv-conf v0.7.0 |
1444 | 2025-01-13T21:58:38.033Z | Compiling lru-cache v0.1.2 |
1445 | 2025-01-13T21:58:38.228Z | Compiling async-stream v0.3.6 |
1446 | 2025-01-13T21:58:38.248Z | Compiling hickory-proto v0.24.1 |
1447 | 2025-01-13T21:58:38.296Z | Compiling slog-term v2.9.1 |
1448 | 2025-01-13T21:58:38.334Z | Compiling usdt v0.5.0 |
1449 | 2025-01-13T21:58:38.530Z | Compiling group v0.13.0 |
1450 | 2025-01-13T21:58:38.864Z | Compiling num-iter v0.1.45 |
1451 | 2025-01-13T21:58:39.174Z | Compiling futures v0.3.31 |
1452 | 2025-01-13T21:58:39.294Z | Compiling slog-bunyan v2.5.0 |
1453 | 2025-01-13T21:58:40.063Z | Compiling toml v0.8.19 |
1454 | 2025-01-13T21:58:40.813Z | Compiling tokio-native-tls v0.3.1 |
1455 | 2025-01-13T21:58:41.121Z | Compiling camino v1.1.9 |
1456 | 2025-01-13T21:58:41.382Z | Compiling phf_shared v0.11.2 |
1457 | 2025-01-13T21:58:41.800Z | Compiling dropshot_endpoint v0.12.0 |
1458 | 2025-01-13T21:58:41.870Z | Compiling terminal_size v0.4.0 |
1459 | 2025-01-13T21:58:41.932Z | Compiling waitgroup v0.1.2 |
1460 | 2025-01-13T21:58:42.083Z | Compiling openapiv3 v2.0.0 |
1461 | 2025-01-13T21:58:42.102Z | Compiling serde_path_to_error v0.1.16 |
1462 | 2025-01-13T21:58:42.147Z | Compiling hkdf v0.12.4 |
1463 | 2025-01-13T21:58:42.412Z | Compiling crypto-bigint v0.5.5 |
1464 | 2025-01-13T21:58:42.951Z | Compiling backtrace v0.3.74 |
1465 | 2025-01-13T21:58:43.517Z | Compiling zerocopy-derive v0.6.6 |
1466 | 2025-01-13T21:58:45.836Z | Compiling curve25519-dalek-derive v0.1.1 |
1467 | 2025-01-13T21:58:46.558Z | Compiling webpki-roots v0.26.6 |
1468 | 2025-01-13T21:58:46.612Z | Compiling idna v0.5.0 |
1469 | 2025-01-13T21:58:46.734Z | Compiling hostname v0.4.0 |
1470 | 2025-01-13T21:58:46.755Z | Compiling ahash v0.8.11 |
1471 | 2025-01-13T21:58:46.970Z | Compiling hubpack_derive v0.1.1 |
1472 | 2025-01-13T21:58:47.019Z | Compiling fs-err v2.11.0 |
1473 | 2025-01-13T21:58:47.098Z | Compiling crc32fast v1.4.2 |
1474 | 2025-01-13T21:58:47.341Z | Compiling debug-ignore v1.0.5 |
1475 | 2025-01-13T21:58:47.406Z | Compiling newtype-uuid v1.1.3 |
1476 | 2025-01-13T21:58:47.429Z | Compiling bitflags v1.3.2 |
1477 | 2025-01-13T21:58:47.491Z | Compiling managed v0.8.0 |
1478 | 2025-01-13T21:58:47.541Z | Compiling winnow v0.5.40 |
1479 | 2025-01-13T21:58:47.694Z | Compiling clap_builder v4.5.21 |
1480 | 2025-01-13T21:58:47.872Z | Compiling hubpack v0.1.2 |
1481 | 2025-01-13T21:58:48.293Z | Compiling strum_macros v0.25.3 |
1482 | 2025-01-13T21:58:48.352Z | Compiling console v0.15.8 |
1483 | 2025-01-13T21:58:48.622Z | Compiling cookie_store v0.21.0 |
1484 | 2025-01-13T21:58:50.071Z | Compiling flate2 v1.0.34 |
1485 | 2025-01-13T21:58:50.210Z | Compiling zerocopy v0.6.6 |
1486 | 2025-01-13T21:58:50.236Z | Compiling elliptic-curve v0.13.8 |
1487 | 2025-01-13T21:58:51.050Z | Compiling toml_edit v0.19.15 |
1488 | 2025-01-13T21:58:51.053Z | Compiling hickory-resolver v0.24.1 |
1489 | 2025-01-13T21:58:51.366Z | Compiling phf v0.11.2 |
1490 | 2025-01-13T21:58:51.683Z | Compiling signal-hook-mio v0.2.4 |
1491 | 2025-01-13T21:58:51.855Z | Compiling hyper-tls v0.6.0 |
1492 | 2025-01-13T21:58:52.050Z | Compiling rayon v1.10.0 |
1493 | 2025-01-13T21:58:52.368Z | Compiling bzip2 v0.4.4 |
1494 | 2025-01-13T21:58:52.694Z | Compiling tokio-tungstenite v0.24.0 |
1495 | 2025-01-13T21:58:53.240Z | Compiling postgres-types v0.2.8 |
1496 | 2025-01-13T21:58:56.194Z | Compiling ed25519 v2.2.3 |
1497 | 2025-01-13T21:58:56.778Z | Compiling phf_shared v0.10.0 |
1498 | 2025-01-13T21:58:57.027Z | Compiling tokio-stream v0.1.16 |
1499 | 2025-01-13T21:58:57.198Z | Compiling pkcs1 v0.7.5 |
1500 | 2025-01-13T21:58:57.281Z | Compiling serde-big-array v0.5.1 |
1501 | 2025-01-13T21:58:57.519Z | Compiling clap_derive v4.5.18 |
1502 | 2025-01-13T21:58:57.993Z | Compiling rfc6979 v0.4.0 |
1503 | 2025-01-13T21:58:58.094Z | Compiling derive-where v1.2.7 |
1504 | 2025-01-13T21:58:58.115Z | Compiling serde_repr v0.1.19 |
1505 | 2025-01-13T21:58:58.175Z | Compiling float-cmp v0.9.0 |
1506 | 2025-01-13T21:58:58.229Z | Compiling bstr v1.10.0 |
1507 | 2025-01-13T21:58:58.396Z | Compiling sync_wrapper v1.0.1 |
1508 | 2025-01-13T21:58:58.555Z | Compiling difflib v0.4.0 |
1509 | 2025-01-13T21:58:59.288Z | Compiling precomputed-hash v0.1.1 |
1510 | 2025-01-13T21:58:59.310Z | Compiling new_debug_unreachable v1.0.6 |
1511 | 2025-01-13T21:58:59.410Z | Compiling number_prefix v0.4.0 |
1512 | 2025-01-13T21:58:59.435Z | Compiling fixedbitset v0.4.2 |
1513 | 2025-01-13T21:58:59.618Z | Compiling bit-vec v0.6.3 |
1514 | 2025-01-13T21:58:59.920Z | Compiling whoami v1.5.2 |
1515 | 2025-01-13T21:59:00.037Z | Compiling predicates-core v1.0.8 |
1516 | 2025-01-13T21:59:00.101Z | Compiling normalize-line-endings v0.3.0 |
1517 | 2025-01-13T21:59:00.230Z | Compiling unicode-width v0.2.0 |
1518 | 2025-01-13T21:59:00.250Z | Compiling unicode-segmentation v1.12.0 |
1519 | 2025-01-13T21:59:00.392Z | Compiling static_assertions v1.1.0 |
1520 | 2025-01-13T21:59:00.504Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1521 | 2025-01-13T21:59:00.565Z | Compiling tokio-postgres v0.7.12 |
1522 | 2025-01-13T21:59:00.759Z | Compiling indicatif v0.17.9 |
1523 | 2025-01-13T21:59:01.159Z | Compiling similar v2.6.0 |
1524 | 2025-01-13T21:59:01.773Z | Compiling predicates v3.1.2 |
1525 | 2025-01-13T21:59:02.713Z | Compiling clap v4.5.21 |
1526 | 2025-01-13T21:59:02.842Z | Compiling bit-set v0.5.3 |
1527 | 2025-01-13T21:59:03.066Z | Compiling petgraph v0.6.5 |
1528 | 2025-01-13T21:59:03.137Z | Compiling string_cache v0.8.7 |
1529 | 2025-01-13T21:59:03.585Z | Compiling ecdsa v0.16.9 |
1530 | 2025-01-13T21:59:03.609Z | Compiling rsa v0.9.6 |
1531 | 2025-01-13T21:59:03.632Z | Compiling ed25519-dalek v2.1.1 |
1532 | 2025-01-13T21:59:04.444Z | Compiling toml v0.7.8 |
1533 | 2025-01-13T21:59:04.960Z | Compiling zip v0.6.6 |
1534 | 2025-01-13T21:59:06.201Z | Compiling crossterm v0.28.1 |
1535 | 2025-01-13T21:59:07.238Z | Compiling hex v0.4.3 |
1536 | 2025-01-13T21:59:07.296Z | Compiling x509-cert v0.2.5 |
1537 | 2025-01-13T21:59:07.331Z | Compiling itertools v0.10.5 |
1538 | 2025-01-13T21:59:07.421Z | Compiling unicode-xid v0.2.6 |
1539 | 2025-01-13T21:59:07.607Z | Compiling peg-runtime v0.8.3 |
1540 | 2025-01-13T21:59:07.649Z | Compiling lalrpop-util v0.19.12 |
1541 | 2025-01-13T21:59:07.835Z | Compiling strum_macros v0.26.4 |
1542 | 2025-01-13T21:59:08.009Z | Compiling xattr v1.3.1 |
1543 | 2025-01-13T21:59:08.282Z | Compiling filetime v0.2.25 |
1544 | 2025-01-13T21:59:08.613Z | Compiling tar v0.4.42 |
1545 | 2025-01-13T21:59:12.843Z | Compiling strum v0.26.3 |
1546 | 2025-01-13T21:59:15.682Z | Compiling aws-lc-sys v0.22.0 |
1547 | 2025-01-13T21:59:53.256Z | Compiling rustls-webpki v0.102.8 |
1548 | 2025-01-13T21:59:56.713Z | Compiling tokio-rustls v0.25.0 |
1549 | 2025-01-13T21:59:58.595Z | Compiling tokio-rustls v0.26.0 |
1550 | 2025-01-13T21:59:58.952Z | Compiling hyper-rustls v0.27.3 |
1551 | 2025-01-13T21:59:59.253Z | Compiling reqwest v0.12.9 |
1552 | 2025-01-13T22:00:00.320Z | Compiling qorb v0.2.1 |
1553 | 2025-01-13T22:00:05.351Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1554 | 2025-01-13T22:00:05.582Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1555 | 2025-01-13T22:00:11.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1556 | 2025-01-13T22:00:11.580Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1557 | 2025-01-13T22:00:11.630Z | Jan 13 22:00:10.310 INFO Starting download, target: Clickhouse |
1558 | 2025-01-13T22:00:11.630Z | Jan 13 22:00:10.310 INFO Starting download, target: Cockroach |
1559 | 2025-01-13T22:00:11.630Z | Jan 13 22:00:10.310 INFO Starting download, target: Console |
1560 | 2025-01-13T22:00:11.630Z | Jan 13 22:00:10.310 INFO Starting download, target: DendriteOpenapi |
1561 | 2025-01-13T22:00:11.631Z | Jan 13 22:00:10.310 INFO Starting download, target: DendriteStub |
1562 | 2025-01-13T22:00:11.631Z | Jan 13 22:00:10.310 INFO Starting download, target: MaghemiteMgd |
1563 | 2025-01-13T22:00:11.633Z | Jan 13 22:00:10.310 INFO Starting download, target: TransceiverControl |
1564 | 2025-01-13T22:00:11.633Z | Jan 13 22:00:10.311 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1565 | 2025-01-13T22:00:11.633Z | Jan 13 22:00:10.311 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1566 | 2025-01-13T22:00:11.633Z | Jan 13 22:00:10.311 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1567 | 2025-01-13T22:00:11.633Z | Jan 13 22:00:10.311 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1568 | 2025-01-13T22:00:11.633Z | Jan 13 22:00:10.311 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1569 | 2025-01-13T22:00:11.633Z | Jan 13 22:00:10.311 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1570 | 2025-01-13T22:00:11.634Z | Jan 13 22:00:10.311 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1571 | 2025-01-13T22:00:11.830Z | Jan 13 22:00:10.477 INFO Download complete, target: DendriteOpenapi |
1572 | 2025-01-13T22:00:12.089Z | Jan 13 22:00:10.744 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1573 | 2025-01-13T22:00:12.171Z | Jan 13 22:00:10.847 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1574 | 2025-01-13T22:00:12.506Z | Jan 13 22:00:11.178 INFO Download complete, target: Console |
1575 | 2025-01-13T22:00:12.556Z | Jan 13 22:00:11.232 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1576 | 2025-01-13T22:00:12.668Z | Jan 13 22:00:11.345 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1577 | 2025-01-13T22:00:12.757Z | Jan 13 22:00:11.434 INFO Download complete, target: TransceiverControl |
1578 | 2025-01-13T22:00:13.331Z | Jan 13 22:00:12.009 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1579 | 2025-01-13T22:00:13.331Z | Jan 13 22:00:12.009 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1580 | 2025-01-13T22:00:13.871Z | Jan 13 22:00:12.549 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1581 | 2025-01-13T22:00:15.478Z | Jan 13 22:00:14.155 INFO Download complete, target: DendriteStub |
1582 | 2025-01-13T22:00:15.688Z | Jan 13 22:00:14.364 INFO Download complete, target: MaghemiteMgd |
1583 | 2025-01-13T22:00:21.031Z | Jan 13 22:00:19.702 INFO Checking that binary works, target: Cockroach |
1584 | 2025-01-13T22:00:21.190Z | Jan 13 22:00:19.862 INFO Download complete, target: Cockroach |
1585 | 2025-01-13T22:00:26.696Z | Jan 13 22:00:25.363 INFO Checking that binary works, target: Clickhouse |
1586 | 2025-01-13T22:00:27.550Z | Jan 13 22:00:26.214 INFO Download complete, target: Clickhouse |
1587 | 2025-01-13T22:00:27.704Z | All builder prerequisites installed successfully, and PATH looks valid |
1588 | 2025-01-13T22:00:27.707Z | |
1589 | 2025-01-13T22:00:27.707Z | real 5:33.441123125 |
1590 | 2025-01-13T22:00:27.707Z | user 16:31.556395486 |
1591 | 2025-01-13T22:00:27.707Z | sys 3:15.353091245 |
1592 | 2025-01-13T22:00:27.707Z | trap 0.533104575 |
1593 | 2025-01-13T22:00:27.707Z | tflt 9.682463408 |
1594 | 2025-01-13T22:00:27.707Z | dflt 8.875319435 |
1595 | 2025-01-13T22:00:27.707Z | kflt 0.459449279 |
1596 | 2025-01-13T22:00:27.707Z | lock 29:53.350563483 |
1597 | 2025-01-13T22:00:27.707Z | slp 1:04:31.398218138 |
1598 | 2025-01-13T22:00:27.707Z | lat 53.188477706 |
1599 | 2025-01-13T22:00:27.707Z | stop 2:14.054611264 |
1600 | 2025-01-13T22:00:27.708Z | + banner hack-check |
1601 | 2025-01-13T22:00:27.710Z | |
1602 | 2025-01-13T22:00:27.710Z | # # ## #### # # #### # # ###### #### # # |
1603 | 2025-01-13T22:00:27.710Z | # # # # # # # # # # # # # # # # # |
1604 | 2025-01-13T22:00:27.710Z | ###### # # # #### ##### # ###### ##### # #### |
1605 | 2025-01-13T22:00:27.710Z | # # ###### # # # # # # # # # # |
1606 | 2025-01-13T22:00:27.710Z | # # # # # # # # # # # # # # # # # |
1607 | 2025-01-13T22:00:27.710Z | # # # # #### # # #### # # ###### #### # # |
1608 | 2025-01-13T22:00:27.710Z | |
1609 | 2025-01-13T22:00:27.710Z | + export CARGO_INCREMENTAL=0 |
1610 | 2025-01-13T22:00:27.710Z | + CARGO_INCREMENTAL=0 |
1611 | 2025-01-13T22:00:27.710Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1612 | 2025-01-13T22:00:28.251Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1613 | 2025-01-13T22:00:32.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
1614 | 2025-01-13T22:00:32.104Z | Running `target/debug/xtask check-features --ci` |
1615 | 2025-01-13T22:00:32.125Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1616 | 2025-01-13T22:00:32.128Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1617 | 2025-01-13T22:00:32.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1618 | 2025-01-13T22:00:32.593Z | Running `target/debug/xtask download cargo-hack` |
1619 | 2025-01-13T22:00:33.396Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1620 | 2025-01-13T22:00:33.758Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1621 | 2025-01-13T22:00:38.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
1622 | 2025-01-13T22:00:38.935Z | Running `target/debug/xtask-downloader cargo-hack` |
1623 | 2025-01-13T22:00:38.970Z | Jan 13 22:00:37.626 INFO Starting download, target: CargoHack |
1624 | 2025-01-13T22:00:38.973Z | Jan 13 22:00:37.627 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1625 | 2025-01-13T22:00:39.575Z | Jan 13 22:00:38.231 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1626 | 2025-01-13T22:00:39.666Z | Jan 13 22:00:38.322 INFO Download complete, target: CargoHack |
1627 | 2025-01-13T22:00:39.670Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1628 | 2025-01-13T22:00:39.686Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1629 | 2025-01-13T22:00:39.855Z | info: running `cargo check --bins` on api_identity (1/176) |
1630 | 2025-01-13T22:00:40.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2025-01-13T22:00:40.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2025-01-13T22:00:40.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2025-01-13T22:00:40.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1634 | 2025-01-13T22:00:40.473Z | |
1635 | 2025-01-13T22:00:40.473Z | info: running `cargo check --bins` on bootstore (2/176) |
1636 | 2025-01-13T22:00:41.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2025-01-13T22:00:41.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2025-01-13T22:00:41.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2025-01-13T22:00:41.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1640 | 2025-01-13T22:00:41.141Z | |
1641 | 2025-01-13T22:00:41.141Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1642 | 2025-01-13T22:00:41.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2025-01-13T22:00:41.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2025-01-13T22:00:41.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2025-01-13T22:00:41.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1646 | 2025-01-13T22:00:41.763Z | |
1647 | 2025-01-13T22:00:41.763Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1648 | 2025-01-13T22:00:42.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2025-01-13T22:00:42.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2025-01-13T22:00:42.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2025-01-13T22:00:42.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1652 | 2025-01-13T22:00:42.388Z | |
1653 | 2025-01-13T22:00:42.388Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1654 | 2025-01-13T22:00:42.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2025-01-13T22:00:42.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2025-01-13T22:00:42.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2025-01-13T22:00:42.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1658 | 2025-01-13T22:00:42.822Z | |
1659 | 2025-01-13T22:00:42.822Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1660 | 2025-01-13T22:00:43.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2025-01-13T22:00:43.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2025-01-13T22:00:43.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2025-01-13T22:00:43.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1664 | 2025-01-13T22:00:43.253Z | |
1665 | 2025-01-13T22:00:43.253Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1666 | 2025-01-13T22:00:43.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2025-01-13T22:00:43.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2025-01-13T22:00:43.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2025-01-13T22:00:43.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1670 | 2025-01-13T22:00:43.690Z | |
1671 | 2025-01-13T22:00:43.690Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1672 | 2025-01-13T22:00:44.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2025-01-13T22:00:44.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2025-01-13T22:00:44.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2025-01-13T22:00:44.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1676 | 2025-01-13T22:00:44.121Z | |
1677 | 2025-01-13T22:00:44.121Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1678 | 2025-01-13T22:00:44.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2025-01-13T22:00:44.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2025-01-13T22:00:44.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2025-01-13T22:00:44.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1682 | 2025-01-13T22:00:44.561Z | |
1683 | 2025-01-13T22:00:44.561Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1684 | 2025-01-13T22:00:44.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-01-13T22:00:44.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-01-13T22:00:44.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-01-13T22:00:44.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1688 | 2025-01-13T22:00:44.994Z | |
1689 | 2025-01-13T22:00:44.994Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1690 | 2025-01-13T22:00:45.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-01-13T22:00:45.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-01-13T22:00:45.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-01-13T22:00:45.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1694 | 2025-01-13T22:00:45.429Z | |
1695 | 2025-01-13T22:00:45.429Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1696 | 2025-01-13T22:00:45.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-01-13T22:00:45.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-01-13T22:00:45.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-01-13T22:00:45.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1700 | 2025-01-13T22:00:45.866Z | |
1701 | 2025-01-13T22:00:45.866Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1702 | 2025-01-13T22:00:46.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-01-13T22:00:46.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-01-13T22:00:46.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-01-13T22:00:46.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1706 | 2025-01-13T22:00:46.301Z | |
1707 | 2025-01-13T22:00:46.302Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1708 | 2025-01-13T22:00:46.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-01-13T22:00:46.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-01-13T22:00:46.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-01-13T22:00:46.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1712 | 2025-01-13T22:00:46.736Z | |
1713 | 2025-01-13T22:00:46.736Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1714 | 2025-01-13T22:00:47.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-01-13T22:00:47.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-01-13T22:00:47.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-01-13T22:00:47.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1718 | 2025-01-13T22:00:47.172Z | |
1719 | 2025-01-13T22:00:47.172Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1720 | 2025-01-13T22:00:47.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-01-13T22:00:47.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-01-13T22:00:47.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-01-13T22:00:47.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1724 | 2025-01-13T22:00:47.600Z | |
1725 | 2025-01-13T22:00:47.600Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1726 | 2025-01-13T22:00:47.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-01-13T22:00:47.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-01-13T22:00:47.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-01-13T22:00:47.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1730 | 2025-01-13T22:00:48.029Z | |
1731 | 2025-01-13T22:00:48.029Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1732 | 2025-01-13T22:00:48.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-01-13T22:00:48.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-01-13T22:00:48.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-01-13T22:00:48.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1736 | 2025-01-13T22:00:48.462Z | |
1737 | 2025-01-13T22:00:48.462Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1738 | 2025-01-13T22:00:48.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-01-13T22:00:48.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-01-13T22:00:48.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-01-13T22:00:48.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1742 | 2025-01-13T22:00:48.892Z | |
1743 | 2025-01-13T22:00:48.892Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1744 | 2025-01-13T22:00:49.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-01-13T22:00:49.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-01-13T22:00:49.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-01-13T22:00:49.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1748 | 2025-01-13T22:00:49.325Z | |
1749 | 2025-01-13T22:00:49.325Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1750 | 2025-01-13T22:00:49.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-01-13T22:00:49.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-01-13T22:00:49.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-01-13T22:00:49.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1754 | 2025-01-13T22:00:49.758Z | |
1755 | 2025-01-13T22:00:49.758Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1756 | 2025-01-13T22:00:50.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-01-13T22:00:50.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-01-13T22:00:50.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-01-13T22:00:50.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1760 | 2025-01-13T22:00:50.194Z | |
1761 | 2025-01-13T22:00:50.194Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1762 | 2025-01-13T22:00:50.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-01-13T22:00:50.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-01-13T22:00:50.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-01-13T22:00:50.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1766 | 2025-01-13T22:00:50.628Z | |
1767 | 2025-01-13T22:00:50.628Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1768 | 2025-01-13T22:00:51.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-01-13T22:00:51.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-01-13T22:00:51.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-01-13T22:00:51.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1772 | 2025-01-13T22:00:51.057Z | |
1773 | 2025-01-13T22:00:51.057Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1774 | 2025-01-13T22:00:51.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-01-13T22:00:51.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-01-13T22:00:51.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-01-13T22:00:51.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1778 | 2025-01-13T22:00:51.704Z | |
1779 | 2025-01-13T22:00:51.704Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1780 | 2025-01-13T22:00:52.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-01-13T22:00:52.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-01-13T22:00:52.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-01-13T22:00:52.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1784 | 2025-01-13T22:00:52.345Z | |
1785 | 2025-01-13T22:00:52.345Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1786 | 2025-01-13T22:00:52.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-01-13T22:00:52.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-01-13T22:00:52.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-01-13T22:00:52.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1790 | 2025-01-13T22:00:52.994Z | |
1791 | 2025-01-13T22:00:52.994Z | info: running `cargo check --bins` on oxlog (28/176) |
1792 | 2025-01-13T22:00:53.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-01-13T22:00:53.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-01-13T22:00:53.624Z | Checking cfg-if v1.0.0 |
1795 | 2025-01-13T22:00:53.627Z | Checking libc v0.2.162 |
1796 | 2025-01-13T22:00:53.733Z | Checking serde v1.0.215 |
1797 | 2025-01-13T22:00:53.736Z | Checking zeroize v1.8.1 |
1798 | 2025-01-13T22:00:53.747Z | Checking memchr v2.7.4 |
1799 | 2025-01-13T22:00:53.750Z | Checking typenum v1.17.0 |
1800 | 2025-01-13T22:00:53.767Z | Checking scopeguard v1.2.0 |
1801 | 2025-01-13T22:00:53.770Z | Checking subtle v2.6.1 |
1802 | 2025-01-13T22:00:53.795Z | Checking value-bag v1.9.0 |
1803 | 2025-01-13T22:00:53.904Z | Checking lock_api v0.4.12 |
1804 | 2025-01-13T22:00:53.971Z | Checking const-oid v0.9.6 |
1805 | 2025-01-13T22:00:54.027Z | Checking smallvec v1.13.2 |
1806 | 2025-01-13T22:00:54.214Z | Checking log v0.4.22 |
1807 | 2025-01-13T22:00:54.313Z | Checking itoa v1.0.11 |
1808 | 2025-01-13T22:00:54.396Z | Checking pin-project-lite v0.2.14 |
1809 | 2025-01-13T22:00:54.518Z | Checking byteorder v1.5.0 |
1810 | 2025-01-13T22:00:54.539Z | Checking futures-core v0.3.31 |
1811 | 2025-01-13T22:00:54.614Z | Checking once_cell v1.20.2 |
1812 | 2025-01-13T22:00:54.722Z | Checking cpufeatures v0.2.14 |
1813 | 2025-01-13T22:00:54.761Z | Checking stable_deref_trait v1.2.0 |
1814 | 2025-01-13T22:00:54.811Z | Checking futures-sink v0.3.31 |
1815 | 2025-01-13T22:00:54.860Z | Checking getrandom v0.2.15 |
1816 | 2025-01-13T22:00:54.863Z | Checking signal-hook-registry v1.4.2 |
1817 | 2025-01-13T22:00:54.908Z | Checking parking_lot_core v0.9.10 |
1818 | 2025-01-13T22:00:54.925Z | Checking mio v1.0.2 |
1819 | 2025-01-13T22:00:54.941Z | Checking socket2 v0.5.7 |
1820 | 2025-01-13T22:00:55.042Z | Checking generic-array v0.14.7 |
1821 | 2025-01-13T22:00:55.089Z | Checking rand_core v0.6.4 |
1822 | 2025-01-13T22:00:55.114Z | Checking spin v0.9.8 |
1823 | 2025-01-13T22:00:55.235Z | Checking parking_lot v0.12.3 |
1824 | 2025-01-13T22:00:55.403Z | Checking zerocopy v0.7.35 |
1825 | 2025-01-13T22:00:55.419Z | Checking zerofrom v0.1.4 |
1826 | 2025-01-13T22:00:55.461Z | Checking slab v0.4.9 |
1827 | 2025-01-13T22:00:55.523Z | Checking futures-channel v0.3.31 |
1828 | 2025-01-13T22:00:55.569Z | Checking pin-utils v0.1.0 |
1829 | 2025-01-13T22:00:55.638Z | Checking yoke v0.7.4 |
1830 | 2025-01-13T22:00:55.664Z | Checking futures-io v0.3.31 |
1831 | 2025-01-13T22:00:55.716Z | Checking equivalent v1.0.1 |
1832 | 2025-01-13T22:00:55.805Z | Checking foldhash v0.1.3 |
1833 | 2025-01-13T22:00:55.820Z | Checking futures-task v0.3.31 |
1834 | 2025-01-13T22:00:55.839Z | Checking allocator-api2 v0.2.18 |
1835 | 2025-01-13T22:00:55.882Z | Checking tinyvec_macros v0.1.1 |
1836 | 2025-01-13T22:00:55.969Z | Checking ryu v1.0.18 |
1837 | 2025-01-13T22:00:55.998Z | Checking zerovec v0.10.4 |
1838 | 2025-01-13T22:00:56.014Z | Checking tinyvec v1.8.0 |
1839 | 2025-01-13T22:00:56.041Z | Checking futures-util v0.3.31 |
1840 | 2025-01-13T22:00:56.203Z | Checking fnv v1.0.7 |
1841 | 2025-01-13T22:00:56.244Z | Checking crypto-common v0.1.6 |
1842 | 2025-01-13T22:00:56.326Z | Checking block-buffer v0.10.4 |
1843 | 2025-01-13T22:00:56.432Z | Checking block-padding v0.3.3 |
1844 | 2025-01-13T22:00:56.446Z | Checking hashbrown v0.15.1 |
1845 | 2025-01-13T22:00:56.531Z | Checking digest v0.10.7 |
1846 | 2025-01-13T22:00:56.633Z | Checking inout v0.1.3 |
1847 | 2025-01-13T22:00:56.841Z | Checking cipher v0.4.4 |
1848 | 2025-01-13T22:00:56.900Z | Checking libm v0.2.8 |
1849 | 2025-01-13T22:00:56.923Z | Checking hmac v0.12.1 |
1850 | 2025-01-13T22:00:57.123Z | Checking sha2 v0.10.8 |
1851 | 2025-01-13T22:00:57.247Z | Checking unicode-bidi v0.3.17 |
1852 | 2025-01-13T22:00:57.326Z | Checking unicode-normalization v0.1.24 |
1853 | 2025-01-13T22:00:57.599Z | Checking base64ct v1.6.0 |
1854 | 2025-01-13T22:00:57.711Z | Checking tinystr v0.7.6 |
1855 | 2025-01-13T22:00:57.726Z | Checking writeable v0.5.5 |
1856 | 2025-01-13T22:00:57.808Z | Checking litemap v0.7.3 |
1857 | 2025-01-13T22:00:57.892Z | Checking num-traits v0.2.19 |
1858 | 2025-01-13T22:00:58.027Z | Checking ppv-lite86 v0.2.20 |
1859 | 2025-01-13T22:00:58.049Z | Checking pem-rfc7468 v0.7.0 |
1860 | 2025-01-13T22:00:58.087Z | Checking flagset v0.4.6 |
1861 | 2025-01-13T22:00:58.883Z | Checking icu_locid v1.5.0 |
1862 | 2025-01-13T22:00:58.903Z | Checking tracing-core v0.1.32 |
1863 | 2025-01-13T22:00:58.903Z | Checking thiserror v1.0.69 |
1864 | 2025-01-13T22:00:58.903Z | Checking der v0.7.9 |
1865 | 2025-01-13T22:00:58.903Z | Checking rustls-pki-types v1.10.0 |
1866 | 2025-01-13T22:00:58.903Z | Checking bytes v1.8.0 |
1867 | 2025-01-13T22:00:58.903Z | Checking indexmap v2.6.0 |
1868 | 2025-01-13T22:00:58.903Z | Checking serde_json v1.0.133 |
1869 | 2025-01-13T22:00:58.988Z | Checking rand_chacha v0.3.1 |
1870 | 2025-01-13T22:00:59.209Z | Checking icu_provider v1.5.0 |
1871 | 2025-01-13T22:00:59.403Z | Checking bitflags v2.6.0 |
1872 | 2025-01-13T22:00:59.553Z | Checking tokio v1.40.0 |
1873 | 2025-01-13T22:00:59.643Z | Checking http v1.1.0 |
1874 | 2025-01-13T22:00:59.693Z | Checking icu_locid_transform_data v1.5.0 |
1875 | 2025-01-13T22:00:59.792Z | Checking percent-encoding v2.3.1 |
1876 | 2025-01-13T22:00:59.879Z | Checking icu_locid_transform v1.5.0 |
1877 | 2025-01-13T22:01:00.009Z | Checking rand v0.8.5 |
1878 | 2025-01-13T22:01:00.046Z | Checking tracing v0.1.40 |
1879 | 2025-01-13T22:01:00.169Z | Checking spki v0.7.3 |
1880 | 2025-01-13T22:01:00.395Z | Checking icu_collections v1.5.0 |
1881 | 2025-01-13T22:01:00.447Z | Checking salsa20 v0.10.2 |
1882 | 2025-01-13T22:01:00.608Z | Checking pbkdf2 v0.12.2 |
1883 | 2025-01-13T22:01:00.672Z | Checking aws-lc-sys v0.22.0 |
1884 | 2025-01-13T22:01:00.778Z | Checking httparse v1.9.5 |
1885 | 2025-01-13T22:01:00.877Z | Checking untrusted v0.7.1 |
1886 | 2025-01-13T22:01:01.289Z | Checking mirai-annotations v1.12.0 |
1887 | 2025-01-13T22:01:01.299Z | Checking icu_properties_data v1.5.0 |
1888 | 2025-01-13T22:01:01.299Z | Checking untrusted v0.9.0 |
1889 | 2025-01-13T22:01:01.299Z | Checking powerfmt v0.2.0 |
1890 | 2025-01-13T22:01:01.299Z | Checking scrypt v0.11.0 |
1891 | 2025-01-13T22:01:01.299Z | Checking cbc v0.1.2 |
1892 | 2025-01-13T22:01:01.299Z | Checking ring v0.17.8 |
1893 | 2025-01-13T22:01:01.299Z | Checking icu_properties v1.5.1 |
1894 | 2025-01-13T22:01:01.334Z | Checking aes v0.8.4 |
1895 | 2025-01-13T22:01:01.403Z | Checking crossbeam-utils v0.8.20 |
1896 | 2025-01-13T22:01:01.415Z | Checking utf8_iter v1.0.4 |
1897 | 2025-01-13T22:01:01.444Z | Checking deranged v0.3.11 |
1898 | 2025-01-13T22:01:01.616Z | Checking utf16_iter v1.0.5 |
1899 | 2025-01-13T22:01:01.779Z | Checking num-conv v0.1.0 |
1900 | 2025-01-13T22:01:02.017Z | Checking num_threads v0.1.7 |
1901 | 2025-01-13T22:01:02.102Z | Checking icu_normalizer_data v1.5.0 |
1902 | 2025-01-13T22:01:02.125Z | Checking time-core v0.1.2 |
1903 | 2025-01-13T22:01:02.206Z | Checking atomic-waker v1.1.2 |
1904 | 2025-01-13T22:01:02.282Z | Checking write16 v1.0.0 |
1905 | 2025-01-13T22:01:02.299Z | Checking pkcs5 v0.7.1 |
1906 | 2025-01-13T22:01:02.337Z | Checking http-body v1.0.1 |
1907 | 2025-01-13T22:01:02.406Z | Checking form_urlencoded v1.2.1 |
1908 | 2025-01-13T22:01:02.551Z | Checking try-lock v0.2.5 |
1909 | 2025-01-13T22:01:02.604Z | Checking uuid v1.11.0 |
1910 | 2025-01-13T22:01:02.685Z | Checking want v0.3.1 |
1911 | 2025-01-13T22:01:02.808Z | Checking pkcs8 v0.10.2 |
1912 | 2025-01-13T22:01:02.856Z | Checking unicode-ident v1.0.13 |
1913 | 2025-01-13T22:01:03.020Z | Checking httpdate v1.0.3 |
1914 | 2025-01-13T22:01:03.066Z | Checking proc-macro2 v1.0.89 |
1915 | 2025-01-13T22:01:03.109Z | Checking serde_spanned v0.6.8 |
1916 | 2025-01-13T22:01:03.235Z | Checking toml_datetime v0.6.8 |
1917 | 2025-01-13T22:01:03.241Z | Checking time v0.3.36 |
1918 | 2025-01-13T22:01:03.265Z | Checking slog v2.7.0 |
1919 | 2025-01-13T22:01:03.281Z | Checking aws-lc-rs v1.10.0 |
1920 | 2025-01-13T22:01:03.283Z | Checking scroll v0.12.0 |
1921 | 2025-01-13T22:01:03.530Z | Checking tower-service v0.3.3 |
1922 | 2025-01-13T22:01:03.652Z | Checking foreign-types-shared v0.1.1 |
1923 | 2025-01-13T22:01:03.701Z | Checking plain v0.2.3 |
1924 | 2025-01-13T22:01:03.728Z | Checking match_cfg v0.1.0 |
1925 | 2025-01-13T22:01:04.129Z | Checking adler2 v2.0.0 |
1926 | 2025-01-13T22:01:04.137Z | Checking iana-time-zone v0.1.61 |
1927 | 2025-01-13T22:01:04.137Z | Checking ucd-trie v0.1.7 |
1928 | 2025-01-13T22:01:04.137Z | Checking base64 v0.22.1 |
1929 | 2025-01-13T22:01:04.137Z | Checking miniz_oxide v0.8.0 |
1930 | 2025-01-13T22:01:04.137Z | Checking chrono v0.4.38 |
1931 | 2025-01-13T22:01:04.137Z | Checking pest v2.7.14 |
1932 | 2025-01-13T22:01:04.302Z | Checking goblin v0.8.2 |
1933 | 2025-01-13T22:01:04.632Z | Checking hostname v0.3.1 |
1934 | 2025-01-13T22:01:04.648Z | Checking icu_normalizer v1.5.0 |
1935 | 2025-01-13T22:01:04.767Z | Checking foreign-types v0.3.2 |
1936 | 2025-01-13T22:01:04.856Z | Checking quote v1.0.37 |
1937 | 2025-01-13T22:01:05.104Z | Checking rustls-webpki v0.102.8 |
1938 | 2025-01-13T22:01:05.214Z | Checking openssl-sys v0.9.103 |
1939 | 2025-01-13T22:01:05.431Z | Checking idna_adapter v1.2.0 |
1940 | 2025-01-13T22:01:05.820Z | Checking idna v1.0.3 |
1941 | 2025-01-13T22:01:05.825Z | Checking dirs-sys-next v0.1.2 |
1942 | 2025-01-13T22:01:05.901Z | Checking errno v0.3.9 |
1943 | 2025-01-13T22:01:06.003Z | Checking aho-corasick v1.1.3 |
1944 | 2025-01-13T22:01:06.049Z | Checking pretty-hex v0.4.1 |
1945 | 2025-01-13T22:01:06.072Z | Checking siphasher v0.3.11 |
1946 | 2025-01-13T22:01:06.101Z | Checking url v2.5.3 |
1947 | 2025-01-13T22:01:06.221Z | Compiling newtype-uuid v1.1.3 |
1948 | 2025-01-13T22:01:06.352Z | Checking regex-syntax v0.8.5 |
1949 | 2025-01-13T22:01:06.487Z | Checking data-encoding v2.6.0 |
1950 | 2025-01-13T22:01:06.556Z | Checking dtrace-parser v0.2.0 |
1951 | 2025-01-13T22:01:06.580Z | Checking openssl v0.10.66 |
1952 | 2025-01-13T22:01:06.871Z | Checking tokio-util v0.7.12 |
1953 | 2025-01-13T22:01:06.925Z | Checking rustix v0.38.37 |
1954 | 2025-01-13T22:01:06.993Z | Checking dirs-next v2.0.0 |
1955 | 2025-01-13T22:01:07.130Z | Checking syn v2.0.87 |
1956 | 2025-01-13T22:01:07.158Z | Checking http-body-util v0.1.2 |
1957 | 2025-01-13T22:01:07.621Z | Checking crossbeam-epoch v0.9.18 |
1958 | 2025-01-13T22:01:07.691Z | Checking sha1 v0.10.6 |
1959 | 2025-01-13T22:01:07.769Z | Checking h2 v0.4.6 |
1960 | 2025-01-13T22:01:07.965Z | Checking signature v2.2.0 |
1961 | 2025-01-13T22:01:08.043Z | Checking lazy_static v1.5.0 |
1962 | 2025-01-13T22:01:08.164Z | Checking thread_local v1.1.8 |
1963 | 2025-01-13T22:01:08.179Z | Checking thread-id v4.2.2 |
1964 | 2025-01-13T22:01:08.289Z | Checking encoding_rs v0.8.34 |
1965 | 2025-01-13T22:01:08.464Z | Checking utf8parse v0.2.2 |
1966 | 2025-01-13T22:01:08.614Z | Checking gimli v0.31.1 |
1967 | 2025-01-13T22:01:09.414Z | Checking dof v0.3.0 |
1968 | 2025-01-13T22:01:09.556Z | Checking regex-automata v0.4.8 |
1969 | 2025-01-13T22:01:10.020Z | Checking ipnet v2.10.1 |
1970 | 2025-01-13T22:01:10.463Z | Checking winnow v0.6.20 |
1971 | 2025-01-13T22:01:10.499Z | Checking openssl-probe v0.1.5 |
1972 | 2025-01-13T22:01:10.661Z | Checking unicode-properties v0.1.3 |
1973 | 2025-01-13T22:01:10.695Z | Checking mime v0.3.17 |
1974 | 2025-01-13T22:01:11.004Z | Checking either v1.13.0 |
1975 | 2025-01-13T22:01:11.044Z | Checking anstyle v1.0.10 |
1976 | 2025-01-13T22:01:11.407Z | Checking stringprep v0.1.5 |
1977 | 2025-01-13T22:01:11.409Z | Checking anstyle-parse v0.2.5 |
1978 | 2025-01-13T22:01:11.679Z | Checking crossbeam-deque v0.8.5 |
1979 | 2025-01-13T22:01:11.696Z | Checking term v0.7.0 |
1980 | 2025-01-13T22:01:11.961Z | Checking native-tls v0.2.12 |
1981 | 2025-01-13T22:01:12.005Z | Checking rustls v0.23.19 |
1982 | 2025-01-13T22:01:12.097Z | Checking rustls v0.22.4 |
1983 | 2025-01-13T22:01:12.272Z | Checking slog-json v2.6.1 |
1984 | 2025-01-13T22:01:12.526Z | Checking serde_urlencoded v0.7.1 |
1985 | 2025-01-13T22:01:12.699Z | Checking addr2line v0.24.2 |
1986 | 2025-01-13T22:01:12.949Z | Checking crossbeam-channel v0.5.13 |
1987 | 2025-01-13T22:01:13.237Z | Checking futures-executor v0.3.31 |
1988 | 2025-01-13T22:01:13.448Z | Checking toml_edit v0.22.22 |
1989 | 2025-01-13T22:01:13.475Z | Checking num-integer v0.1.46 |
1990 | 2025-01-13T22:01:13.638Z | Checking usdt-impl v0.5.0 |
1991 | 2025-01-13T22:01:13.658Z | Checking rustls-pemfile v2.2.0 |
1992 | 2025-01-13T22:01:13.872Z | Checking idna v0.3.0 |
1993 | 2025-01-13T22:01:13.949Z | Checking hyper v1.5.0 |
1994 | 2025-01-13T22:01:13.966Z | Checking idna v0.4.0 |
1995 | 2025-01-13T22:01:14.123Z | Checking md-5 v0.10.6 |
1996 | 2025-01-13T22:01:14.231Z | Checking ff v0.13.0 |
1997 | 2025-01-13T22:01:14.342Z | Checking hash32 v0.2.1 |
1998 | 2025-01-13T22:01:14.447Z | Checking memmap v0.7.0 |
1999 | 2025-01-13T22:01:14.642Z | Checking is-terminal v0.4.13 |
2000 | 2025-01-13T22:01:14.645Z | Checking object v0.36.5 |
2001 | 2025-01-13T22:01:14.896Z | Checking take_mut v0.2.2 |
2002 | 2025-01-13T22:01:14.900Z | Checking psl-types v2.0.11 |
2003 | 2025-01-13T22:01:14.900Z | Checking is_terminal_polyfill v1.70.1 |
2004 | 2025-01-13T22:01:14.900Z | Checking dyn-clone v1.0.17 |
2005 | 2025-01-13T22:01:14.918Z | Checking utf-8 v0.7.6 |
2006 | 2025-01-13T22:01:14.944Z | Checking fallible-iterator v0.2.0 |
2007 | 2025-01-13T22:01:15.012Z | Checking anstyle-query v1.1.1 |
2008 | 2025-01-13T22:01:15.124Z | Checking quick-error v1.2.3 |
2009 | 2025-01-13T22:01:15.144Z | Checking rustc-demangle v0.1.24 |
2010 | 2025-01-13T22:01:15.277Z | Checking base16ct v0.2.0 |
2011 | 2025-01-13T22:01:15.471Z | Checking colorchoice v1.0.2 |
2012 | 2025-01-13T22:01:15.556Z | Checking linked-hash-map v0.5.6 |
2013 | 2025-01-13T22:01:15.576Z | Checking postgres-protocol v0.6.7 |
2014 | 2025-01-13T22:01:15.598Z | Checking anstream v0.6.15 |
2015 | 2025-01-13T22:01:15.780Z | Checking tokio-rustls v0.25.0 |
2016 | 2025-01-13T22:01:15.892Z | Checking lru-cache v0.1.2 |
2017 | 2025-01-13T22:01:15.966Z | Checking sec1 v0.7.3 |
2018 | 2025-01-13T22:01:16.000Z | Checking hyper-util v0.1.10 |
2019 | 2025-01-13T22:01:16.018Z | Checking toml v0.8.19 |
2020 | 2025-01-13T22:01:16.072Z | Checking resolv-conf v0.7.0 |
2021 | 2025-01-13T22:01:16.166Z | Checking tungstenite v0.24.0 |
2022 | 2025-01-13T22:01:16.240Z | Checking schemars v0.8.21 |
2023 | 2025-01-13T22:01:16.343Z | Checking publicsuffix v2.2.3 |
2024 | 2025-01-13T22:01:16.416Z | Checking slog-async v2.8.0 |
2025 | 2025-01-13T22:01:16.574Z | Checking hickory-proto v0.24.1 |
2026 | 2025-01-13T22:01:16.731Z | Checking slog-term v2.9.1 |
2027 | 2025-01-13T22:01:16.748Z | Checking usdt v0.5.0 |
2028 | 2025-01-13T22:01:17.015Z | Checking heapless v0.7.17 |
2029 | 2025-01-13T22:01:17.112Z | Checking group v0.13.0 |
2030 | 2025-01-13T22:01:17.235Z | Checking num-iter v0.1.45 |
2031 | 2025-01-13T22:01:17.365Z | Checking futures v0.3.31 |
2032 | 2025-01-13T22:01:17.405Z | Checking slog-bunyan v2.5.0 |
2033 | 2025-01-13T22:01:17.473Z | Checking tokio-native-tls v0.3.1 |
2034 | 2025-01-13T22:01:17.522Z | Checking tokio-rustls v0.26.0 |
2035 | 2025-01-13T22:01:17.557Z | Checking rayon-core v1.12.1 |
2036 | 2025-01-13T22:01:17.745Z | Checking multer v3.1.0 |
2037 | 2025-01-13T22:01:17.920Z | Checking terminal_size v0.4.0 |
2038 | 2025-01-13T22:01:17.974Z | Checking phf_shared v0.11.2 |
2039 | 2025-01-13T22:01:18.044Z | Checking cookie v0.18.1 |
2040 | 2025-01-13T22:01:18.086Z | Checking async-stream v0.3.6 |
2041 | 2025-01-13T22:01:18.142Z | Checking bzip2-sys v0.1.11+1.0.8 |
2042 | 2025-01-13T22:01:18.211Z | Checking signal-hook v0.3.17 |
2043 | 2025-01-13T22:01:18.231Z | Checking camino v1.1.9 |
2044 | 2025-01-13T22:01:18.252Z | Checking waitgroup v0.1.2 |
2045 | 2025-01-13T22:01:18.268Z | Checking openapiv3 v2.0.0 |
2046 | 2025-01-13T22:01:18.271Z | Checking webpki-roots v0.26.6 |
2047 | 2025-01-13T22:01:18.391Z | Checking serde_path_to_error v0.1.16 |
2048 | 2025-01-13T22:01:18.477Z | Checking idna v0.5.0 |
2049 | 2025-01-13T22:01:18.494Z | Checking hkdf v0.12.4 |
2050 | 2025-01-13T22:01:18.550Z | Checking crypto-bigint v0.5.5 |
2051 | 2025-01-13T22:01:18.705Z | Checking hostname v0.4.0 |
2052 | 2025-01-13T22:01:18.793Z | Checking crc32fast v1.4.2 |
2053 | 2025-01-13T22:01:18.842Z | Checking winnow v0.5.40 |
2054 | 2025-01-13T22:01:19.010Z | Checking clap_lex v0.7.2 |
2055 | 2025-01-13T22:01:19.030Z | Checking managed v0.8.0 |
2056 | 2025-01-13T22:01:19.260Z | Checking bitflags v1.3.2 |
2057 | 2025-01-13T22:01:19.293Z | Checking unicode-width v0.1.14 |
2058 | 2025-01-13T22:01:19.364Z | Checking strsim v0.11.1 |
2059 | 2025-01-13T22:01:19.435Z | Checking debug-ignore v1.0.5 |
2060 | 2025-01-13T22:01:19.572Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2061 | 2025-01-13T22:01:19.650Z | Checking clap_builder v4.5.21 |
2062 | 2025-01-13T22:01:19.777Z | Checking console v0.15.8 |
2063 | 2025-01-13T22:01:19.843Z | Checking smoltcp v0.9.1 |
2064 | 2025-01-13T22:01:20.389Z | Checking cookie_store v0.21.0 |
2065 | 2025-01-13T22:01:21.070Z | Checking flate2 v1.0.34 |
2066 | 2025-01-13T22:01:21.118Z | Checking backtrace v0.3.74 |
2067 | 2025-01-13T22:01:21.306Z | Checking hickory-resolver v0.24.1 |
2068 | 2025-01-13T22:01:21.356Z | Checking signal-hook-mio v0.2.4 |
2069 | 2025-01-13T22:01:21.407Z | Checking elliptic-curve v0.13.8 |
2070 | 2025-01-13T22:01:21.497Z | Checking hyper-rustls v0.27.3 |
2071 | 2025-01-13T22:01:21.680Z | Checking anyhow v1.0.93 |
2072 | 2025-01-13T22:01:21.697Z | Checking bzip2 v0.4.4 |
2073 | 2025-01-13T22:01:21.780Z | Checking dropshot v0.12.0 |
2074 | 2025-01-13T22:01:21.836Z | Checking phf v0.11.2 |
2075 | 2025-01-13T22:01:21.872Z | Checking toml_edit v0.19.15 |
2076 | 2025-01-13T22:01:21.980Z | Checking rayon v1.10.0 |
2077 | 2025-01-13T22:01:22.049Z | Checking hyper-tls v0.6.0 |
2078 | 2025-01-13T22:01:22.053Z | Checking num-bigint-dig v0.8.4 |
2079 | 2025-01-13T22:01:22.105Z | Checking tokio-tungstenite v0.24.0 |
2080 | 2025-01-13T22:01:22.347Z | Checking postgres-types v0.2.8 |
2081 | 2025-01-13T22:01:22.557Z | Checking bstr v1.10.0 |
2082 | 2025-01-13T22:01:22.834Z | Checking regex v1.11.1 |
2083 | 2025-01-13T22:01:22.932Z | Checking ed25519 v2.2.3 |
2084 | 2025-01-13T22:01:23.065Z | Checking tokio-stream v0.1.16 |
2085 | 2025-01-13T22:01:23.242Z | Checking phf_shared v0.10.0 |
2086 | 2025-01-13T22:01:23.462Z | Checking curve25519-dalek v4.1.3 |
2087 | 2025-01-13T22:01:23.518Z | Checking zerocopy v0.6.6 |
2088 | 2025-01-13T22:01:23.533Z | Checking hubpack v0.1.2 |
2089 | 2025-01-13T22:01:23.850Z | Checking pkcs1 v0.7.5 |
2090 | 2025-01-13T22:01:23.991Z | Checking portable-atomic v1.9.0 |
2091 | 2025-01-13T22:01:24.200Z | Checking float-cmp v0.9.0 |
2092 | 2025-01-13T22:01:24.250Z | Checking serde-big-array v0.5.1 |
2093 | 2025-01-13T22:01:24.276Z | Checking rfc6979 v0.4.0 |
2094 | 2025-01-13T22:01:24.328Z | Checking sync_wrapper v1.0.1 |
2095 | 2025-01-13T22:01:24.384Z | Checking normalize-line-endings v0.3.0 |
2096 | 2025-01-13T22:01:24.458Z | Checking predicates-core v1.0.8 |
2097 | 2025-01-13T22:01:24.475Z | Checking unicode-width v0.2.0 |
2098 | 2025-01-13T22:01:24.478Z | Checking bit-vec v0.6.3 |
2099 | 2025-01-13T22:01:24.506Z | Checking minimal-lexical v0.2.1 |
2100 | 2025-01-13T22:01:24.630Z | Checking difflib v0.4.0 |
2101 | 2025-01-13T22:01:24.797Z | Checking fixedbitset v0.4.2 |
2102 | 2025-01-13T22:01:24.889Z | Checking unicode-segmentation v1.12.0 |
2103 | 2025-01-13T22:01:24.948Z | Checking static_assertions v1.1.0 |
2104 | 2025-01-13T22:01:24.951Z | Checking new_debug_unreachable v1.0.6 |
2105 | 2025-01-13T22:01:25.045Z | Checking precomputed-hash v0.1.1 |
2106 | 2025-01-13T22:01:25.045Z | Checking whoami v1.5.2 |
2107 | 2025-01-13T22:01:25.073Z | Checking number_prefix v0.4.0 |
2108 | 2025-01-13T22:01:25.073Z | Checking petgraph v0.6.5 |
2109 | 2025-01-13T22:01:25.150Z | Checking string_cache v0.8.7 |
2110 | 2025-01-13T22:01:25.253Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2111 | 2025-01-13T22:01:25.302Z | Checking ed25519-dalek v2.1.1 |
2112 | 2025-01-13T22:01:25.339Z | Checking tokio-postgres v0.7.12 |
2113 | 2025-01-13T22:01:25.424Z | Checking predicates v3.1.2 |
2114 | 2025-01-13T22:01:25.438Z | Checking qorb v0.2.1 |
2115 | 2025-01-13T22:01:25.558Z | Checking similar v2.6.0 |
2116 | 2025-01-13T22:01:25.712Z | Checking nom v7.1.3 |
2117 | 2025-01-13T22:01:25.895Z | Checking indicatif v0.17.9 |
2118 | 2025-01-13T22:01:26.093Z | Checking bit-set v0.5.3 |
2119 | 2025-01-13T22:01:26.372Z | Checking ecdsa v0.16.9 |
2120 | 2025-01-13T22:01:26.420Z | Checking reqwest v0.12.9 |
2121 | 2025-01-13T22:01:26.667Z | Checking toml v0.7.8 |
2122 | 2025-01-13T22:01:27.115Z | Checking rsa v0.9.6 |
2123 | 2025-01-13T22:01:27.433Z | Checking clap v4.5.21 |
2124 | 2025-01-13T22:01:27.555Z | Checking zip v0.6.6 |
2125 | 2025-01-13T22:01:28.038Z | Checking crossterm v0.28.1 |
2126 | 2025-01-13T22:01:28.187Z | Checking itertools v0.12.1 |
2127 | 2025-01-13T22:01:28.237Z | Checking itertools v0.10.5 |
2128 | 2025-01-13T22:01:28.304Z | Checking ahash v0.8.11 |
2129 | 2025-01-13T22:01:28.373Z | Checking fs-err v2.11.0 |
2130 | 2025-01-13T22:01:28.569Z | Checking x509-cert v0.2.5 |
2131 | 2025-01-13T22:01:28.680Z | Checking hex v0.4.3 |
2132 | 2025-01-13T22:01:28.878Z | Checking semver v1.0.23 |
2133 | 2025-01-13T22:01:28.939Z | Checking lalrpop-util v0.19.12 |
2134 | 2025-01-13T22:01:29.219Z | Checking peg-runtime v0.8.3 |
2135 | 2025-01-13T22:01:29.235Z | Checking sigpipe v0.1.3 |
2136 | 2025-01-13T22:01:30.360Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2137 | 2025-01-13T22:01:30.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.64s |
2138 | 2025-01-13T22:01:30.847Z | |
2139 | 2025-01-13T22:01:30.847Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2140 | 2025-01-13T22:01:31.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2025-01-13T22:01:31.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2025-01-13T22:01:31.515Z | Compiling hashbrown v0.14.5 |
2143 | 2025-01-13T22:01:31.633Z | Checking heck v0.5.0 |
2144 | 2025-01-13T22:01:31.645Z | Compiling unsafe-libyaml v0.2.11 |
2145 | 2025-01-13T22:01:31.657Z | Checking ipnetwork v0.20.0 |
2146 | 2025-01-13T22:01:31.670Z | Compiling ident_case v1.0.1 |
2147 | 2025-01-13T22:01:31.684Z | Checking progenitor-client v0.8.0 |
2148 | 2025-01-13T22:01:31.699Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2149 | 2025-01-13T22:01:31.792Z | Checking newtype-uuid v1.1.3 |
2150 | 2025-01-13T22:01:31.841Z | Compiling darling_core v0.20.10 |
2151 | 2025-01-13T22:01:31.993Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2152 | 2025-01-13T22:01:32.034Z | Compiling proc-macro-crate v1.3.1 |
2153 | 2025-01-13T22:01:32.048Z | Compiling structmeta-derive v0.3.0 |
2154 | 2025-01-13T22:01:32.052Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2155 | 2025-01-13T22:01:32.319Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2156 | 2025-01-13T22:01:32.360Z | Compiling lzma-sys v0.1.20 |
2157 | 2025-01-13T22:01:32.800Z | Checking regress v0.10.1 |
2158 | 2025-01-13T22:01:33.120Z | Compiling serde_yaml v0.9.34+deprecated |
2159 | 2025-01-13T22:01:33.140Z | Compiling num_enum_derive v0.5.11 |
2160 | 2025-01-13T22:01:33.542Z | Compiling foreign-types-macros v0.2.3 |
2161 | 2025-01-13T22:01:33.612Z | Compiling dropshot v0.13.0 |
2162 | 2025-01-13T22:01:33.908Z | Checking foreign-types-shared v0.3.1 |
2163 | 2025-01-13T22:01:34.025Z | Checking arc-swap v1.7.1 |
2164 | 2025-01-13T22:01:34.461Z | Checking slog-scope v4.4.0 |
2165 | 2025-01-13T22:01:34.707Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2166 | 2025-01-13T22:01:34.870Z | Checking foreign-types v0.5.0 |
2167 | 2025-01-13T22:01:35.032Z | Compiling structmeta v0.3.0 |
2168 | 2025-01-13T22:01:35.159Z | Compiling proc-macro-error v1.0.4 |
2169 | 2025-01-13T22:01:35.312Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2170 | 2025-01-13T22:01:35.500Z | Compiling parse-display-derive v0.10.0 |
2171 | 2025-01-13T22:01:35.603Z | Checking tungstenite v0.21.0 |
2172 | 2025-01-13T22:01:35.717Z | Checking num_enum v0.5.11 |
2173 | 2025-01-13T22:01:35.867Z | Compiling heck v0.3.3 |
2174 | 2025-01-13T22:01:35.914Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2175 | 2025-01-13T22:01:36.321Z | Compiling dropshot_endpoint v0.13.0 |
2176 | 2025-01-13T22:01:36.385Z | Checking typify-impl v0.2.0 |
2177 | 2025-01-13T22:01:36.593Z | Checking cstr-argument v0.1.2 |
2178 | 2025-01-13T22:01:36.781Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2179 | 2025-01-13T22:01:37.321Z | Checking instant v0.1.13 |
2180 | 2025-01-13T22:01:37.449Z | Checking fastrand v2.1.1 |
2181 | 2025-01-13T22:01:37.548Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2182 | 2025-01-13T22:01:37.784Z | Checking pretty-hex v0.2.1 |
2183 | 2025-01-13T22:01:37.828Z | Checking base64 v0.21.7 |
2184 | 2025-01-13T22:01:38.055Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2185 | 2025-01-13T22:01:38.113Z | Checking tempfile v3.13.0 |
2186 | 2025-01-13T22:01:38.305Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2187 | 2025-01-13T22:01:38.324Z | Checking backoff v0.4.0 |
2188 | 2025-01-13T22:01:38.447Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2189 | 2025-01-13T22:01:38.503Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2190 | 2025-01-13T22:01:38.626Z | Checking tokio-tungstenite v0.21.0 |
2191 | 2025-01-13T22:01:38.648Z | Compiling zone_cfg_derive v0.1.2 |
2192 | 2025-01-13T22:01:38.739Z | Checking strum v0.26.3 |
2193 | 2025-01-13T22:01:38.862Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2194 | 2025-01-13T22:01:38.902Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2195 | 2025-01-13T22:01:38.917Z | Compiling darling_macro v0.20.10 |
2196 | 2025-01-13T22:01:39.227Z | Checking slog-stdlog v4.1.1 |
2197 | 2025-01-13T22:01:39.270Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2198 | 2025-01-13T22:01:39.381Z | Checking regress v0.9.1 |
2199 | 2025-01-13T22:01:39.422Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2200 | 2025-01-13T22:01:39.627Z | Checking colored v2.1.0 |
2201 | 2025-01-13T22:01:39.693Z | Checking macaddr v1.0.1 |
2202 | 2025-01-13T22:01:39.844Z | Compiling darling v0.20.10 |
2203 | 2025-01-13T22:01:39.910Z | Checking base64 v0.13.1 |
2204 | 2025-01-13T22:01:39.964Z | Compiling serde_with_macros v3.11.0 |
2205 | 2025-01-13T22:01:40.144Z | Checking zone v0.1.8 |
2206 | 2025-01-13T22:01:40.165Z | Checking parse-display v0.10.0 |
2207 | 2025-01-13T22:01:40.293Z | Checking ron v0.7.1 |
2208 | 2025-01-13T22:01:40.394Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2209 | 2025-01-13T22:01:40.856Z | Checking slog-envlogger v2.2.0 |
2210 | 2025-01-13T22:01:40.921Z | Checking xz2 v0.1.7 |
2211 | 2025-01-13T22:01:41.075Z | Checking tabwriter v1.4.0 |
2212 | 2025-01-13T22:01:41.215Z | Checking xattr v1.3.1 |
2213 | 2025-01-13T22:01:41.315Z | Checking pem v3.0.4 |
2214 | 2025-01-13T22:01:41.406Z | Checking yasna v0.5.2 |
2215 | 2025-01-13T22:01:41.517Z | Checking headers-core v0.3.0 |
2216 | 2025-01-13T22:01:41.569Z | Checking smf v0.2.3 |
2217 | 2025-01-13T22:01:41.656Z | Checking filetime v0.2.25 |
2218 | 2025-01-13T22:01:41.860Z | Checking same-file v1.0.6 |
2219 | 2025-01-13T22:01:41.989Z | Checking tar v0.4.42 |
2220 | 2025-01-13T22:01:42.033Z | Checking headers v0.4.0 |
2221 | 2025-01-13T22:01:42.036Z | Checking walkdir v2.5.0 |
2222 | 2025-01-13T22:01:42.293Z | Checking rcgen v0.12.1 |
2223 | 2025-01-13T22:01:42.324Z | Checking atomicwrites v0.4.4 |
2224 | 2025-01-13T22:01:42.531Z | Checking camino-tempfile v1.1.1 |
2225 | 2025-01-13T22:01:42.820Z | Checking subprocess v0.2.9 |
2226 | 2025-01-13T22:01:42.894Z | Checking serde_with v3.11.0 |
2227 | 2025-01-13T22:01:47.067Z | Compiling typify-macro v0.2.0 |
2228 | 2025-01-13T22:01:48.937Z | Compiling typify v0.2.0 |
2229 | 2025-01-13T22:01:49.005Z | Compiling progenitor-impl v0.8.0 |
2230 | 2025-01-13T22:01:52.246Z | Compiling progenitor-macro v0.8.0 |
2231 | 2025-01-13T22:01:57.037Z | Checking progenitor v0.8.0 |
2232 | 2025-01-13T22:01:57.192Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2233 | 2025-01-13T22:01:57.195Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2234 | 2025-01-13T22:01:59.887Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2235 | 2025-01-13T22:02:00.159Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2236 | 2025-01-13T22:02:06.684Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2237 | 2025-01-13T22:02:08.259Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2238 | 2025-01-13T22:02:09.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.66s |
2239 | 2025-01-13T22:02:09.715Z | |
2240 | 2025-01-13T22:02:09.716Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2241 | 2025-01-13T22:02:10.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2025-01-13T22:02:10.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2025-01-13T22:02:10.379Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2244 | 2025-01-13T22:02:11.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
2245 | 2025-01-13T22:02:12.004Z | |
2246 | 2025-01-13T22:02:12.004Z | info: running `cargo check --bins` on nexus-config (31/176) |
2247 | 2025-01-13T22:02:12.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2025-01-13T22:02:12.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2025-01-13T22:02:12.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2025-01-13T22:02:12.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2251 | 2025-01-13T22:02:12.633Z | |
2252 | 2025-01-13T22:02:12.633Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2253 | 2025-01-13T22:02:13.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2025-01-13T22:02:13.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2025-01-13T22:02:13.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2256 | 2025-01-13T22:02:13.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2257 | 2025-01-13T22:02:13.255Z | |
2258 | 2025-01-13T22:02:13.256Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2259 | 2025-01-13T22:02:13.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2025-01-13T22:02:13.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2025-01-13T22:02:13.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2262 | 2025-01-13T22:02:13.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2263 | 2025-01-13T22:02:13.895Z | |
2264 | 2025-01-13T22:02:13.895Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2265 | 2025-01-13T22:02:14.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2266 | 2025-01-13T22:02:14.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2267 | 2025-01-13T22:02:14.584Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2268 | 2025-01-13T22:02:14.696Z | Compiling ipnetwork v0.20.0 |
2269 | 2025-01-13T22:02:14.707Z | Compiling zerocopy v0.8.10 |
2270 | 2025-01-13T22:02:14.707Z | Compiling progenitor-client v0.8.0 |
2271 | 2025-01-13T22:02:14.707Z | Compiling itertools v0.13.0 |
2272 | 2025-01-13T22:02:14.707Z | Compiling zerocopy-derive v0.8.10 |
2273 | 2025-01-13T22:02:14.707Z | Compiling heapless v0.8.0 |
2274 | 2025-01-13T22:02:14.707Z | Checking hash32 v0.3.1 |
2275 | 2025-01-13T22:02:14.873Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2276 | 2025-01-13T22:02:15.013Z | Compiling instant v0.1.13 |
2277 | 2025-01-13T22:02:15.157Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2278 | 2025-01-13T22:02:15.178Z | Compiling progenitor v0.8.0 |
2279 | 2025-01-13T22:02:15.416Z | Compiling smoltcp v0.11.0 |
2280 | 2025-01-13T22:02:15.572Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2281 | 2025-01-13T22:02:15.615Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2282 | 2025-01-13T22:02:15.696Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2283 | 2025-01-13T22:02:15.916Z | Compiling backoff v0.4.0 |
2284 | 2025-01-13T22:02:16.172Z | Compiling dropshot v0.13.0 |
2285 | 2025-01-13T22:02:16.258Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2286 | 2025-01-13T22:02:16.573Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2287 | 2025-01-13T22:02:16.600Z | Compiling serde_with v3.11.0 |
2288 | 2025-01-13T22:02:16.968Z | Compiling parse-display v0.10.0 |
2289 | 2025-01-13T22:02:16.973Z | Checking num-rational v0.4.2 |
2290 | 2025-01-13T22:02:17.404Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2291 | 2025-01-13T22:02:17.598Z | Compiling regress v0.9.1 |
2292 | 2025-01-13T22:02:17.947Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2293 | 2025-01-13T22:02:19.232Z | Compiling phf_generator v0.11.2 |
2294 | 2025-01-13T22:02:19.404Z | Checking num-complex v0.4.6 |
2295 | 2025-01-13T22:02:20.682Z | Compiling macaddr v1.0.1 |
2296 | 2025-01-13T22:02:20.969Z | Checking cobs v0.2.3 |
2297 | 2025-01-13T22:02:21.116Z | Checking num v0.4.3 |
2298 | 2025-01-13T22:02:21.168Z | Checking postcard v1.0.10 |
2299 | 2025-01-13T22:02:21.220Z | Compiling phf_codegen v0.11.2 |
2300 | 2025-01-13T22:02:21.725Z | Compiling parse-zoneinfo v0.3.1 |
2301 | 2025-01-13T22:02:22.867Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2302 | 2025-01-13T22:02:23.167Z | Compiling float-ord v0.3.2 |
2303 | 2025-01-13T22:02:23.542Z | Compiling convert_case v0.4.0 |
2304 | 2025-01-13T22:02:23.792Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2305 | 2025-01-13T22:02:23.893Z | Compiling chrono-tz-build v0.4.0 |
2306 | 2025-01-13T22:02:23.970Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2307 | 2025-01-13T22:02:24.532Z | Compiling derive_more v0.99.18 |
2308 | 2025-01-13T22:02:24.655Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2309 | 2025-01-13T22:02:24.844Z | Compiling crucible-workspace-hack v0.1.0 |
2310 | 2025-01-13T22:02:24.922Z | Compiling thiserror v2.0.3 |
2311 | 2025-01-13T22:02:25.169Z | Checking newline-converter v0.3.0 |
2312 | 2025-01-13T22:02:25.222Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2313 | 2025-01-13T22:02:25.329Z | Compiling chrono-tz v0.10.0 |
2314 | 2025-01-13T22:02:25.862Z | Checking prettyplease v0.2.25 |
2315 | 2025-01-13T22:02:25.900Z | Compiling thiserror-impl v2.0.3 |
2316 | 2025-01-13T22:02:25.998Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2317 | 2025-01-13T22:02:26.037Z | Compiling slog-dtrace v0.3.0 |
2318 | 2025-01-13T22:02:26.344Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2319 | 2025-01-13T22:02:26.766Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2320 | 2025-01-13T22:02:27.858Z | Checking expectorate v1.1.0 |
2321 | 2025-01-13T22:02:27.969Z | Compiling zone_cfg_derive v0.3.0 |
2322 | 2025-01-13T22:02:28.127Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2323 | 2025-01-13T22:02:28.373Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2324 | 2025-01-13T22:02:28.944Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2325 | 2025-01-13T22:02:29.300Z | Compiling const_format_proc_macros v0.2.33 |
2326 | 2025-01-13T22:02:29.304Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2327 | 2025-01-13T22:02:29.516Z | Compiling num-derive v0.4.2 |
2328 | 2025-01-13T22:02:29.788Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2329 | 2025-01-13T22:02:29.804Z | Checking highway v1.2.0 |
2330 | 2025-01-13T22:02:30.242Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2331 | 2025-01-13T22:02:30.312Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2332 | 2025-01-13T22:02:30.491Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2333 | 2025-01-13T22:02:30.544Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2334 | 2025-01-13T22:02:30.792Z | Checking zone v0.3.0 |
2335 | 2025-01-13T22:02:31.454Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2336 | 2025-01-13T22:02:31.507Z | Checking const_format v0.2.33 |
2337 | 2025-01-13T22:02:31.686Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2338 | 2025-01-13T22:02:31.842Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2339 | 2025-01-13T22:02:31.970Z | Checking gethostname v0.5.0 |
2340 | 2025-01-13T22:02:32.000Z | Checking bcs v0.1.6 |
2341 | 2025-01-13T22:02:32.098Z | Compiling async-recursion v1.1.1 |
2342 | 2025-01-13T22:02:32.501Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2343 | 2025-01-13T22:02:32.501Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2344 | 2025-01-13T22:02:34.980Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2345 | 2025-01-13T22:02:38.912Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2346 | 2025-01-13T22:02:42.676Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2347 | 2025-01-13T22:02:45.290Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2348 | 2025-01-13T22:02:46.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.66s |
2349 | 2025-01-13T22:02:46.766Z | |
2350 | 2025-01-13T22:02:46.766Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2351 | 2025-01-13T22:02:47.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2025-01-13T22:02:47.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2025-01-13T22:02:47.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2025-01-13T22:02:47.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2355 | 2025-01-13T22:02:47.401Z | |
2356 | 2025-01-13T22:02:47.401Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2357 | 2025-01-13T22:02:47.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2025-01-13T22:02:47.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2025-01-13T22:02:47.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2360 | 2025-01-13T22:02:47.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2361 | 2025-01-13T22:02:48.041Z | |
2362 | 2025-01-13T22:02:48.041Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2363 | 2025-01-13T22:02:48.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2025-01-13T22:02:48.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2025-01-13T22:02:48.705Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2366 | 2025-01-13T22:02:49.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2367 | 2025-01-13T22:02:49.531Z | |
2368 | 2025-01-13T22:02:49.531Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2369 | 2025-01-13T22:02:50.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2025-01-13T22:02:50.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2025-01-13T22:02:50.200Z | Compiling cfg_aliases v0.1.1 |
2372 | 2025-01-13T22:02:50.204Z | Compiling vte_generate_state_changes v0.1.2 |
2373 | 2025-01-13T22:02:50.204Z | Checking fd-lock v4.0.2 |
2374 | 2025-01-13T22:02:50.204Z | Checking nibble_vec v0.1.0 |
2375 | 2025-01-13T22:02:50.304Z | Checking endian-type v0.1.2 |
2376 | 2025-01-13T22:02:50.311Z | Checking bytecount v0.6.8 |
2377 | 2025-01-13T22:02:50.325Z | Compiling tabled_derive v0.7.0 |
2378 | 2025-01-13T22:02:50.335Z | Compiling peg-macros v0.8.4 |
2379 | 2025-01-13T22:02:50.378Z | Compiling nix v0.28.0 |
2380 | 2025-01-13T22:02:50.467Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2381 | 2025-01-13T22:02:50.489Z | Compiling sqlparser_derive v0.2.2 |
2382 | 2025-01-13T22:02:50.504Z | Checking papergrid v0.11.0 |
2383 | 2025-01-13T22:02:50.518Z | Checking radix_trie v0.2.1 |
2384 | 2025-01-13T22:02:50.922Z | Checking vte v0.11.1 |
2385 | 2025-01-13T22:02:50.938Z | Checking nu-ansi-term v0.50.1 |
2386 | 2025-01-13T22:02:51.336Z | Checking unicode_categories v0.1.1 |
2387 | 2025-01-13T22:02:51.578Z | Checking home v0.5.9 |
2388 | 2025-01-13T22:02:51.632Z | Checking sqlformat v0.2.6 |
2389 | 2025-01-13T22:02:51.677Z | Checking sqlparser v0.45.0 |
2390 | 2025-01-13T22:02:51.709Z | Checking display-error-chain v0.2.2 |
2391 | 2025-01-13T22:02:52.307Z | Checking strip-ansi-escapes v0.2.0 |
2392 | 2025-01-13T22:02:52.455Z | Checking reedline v0.35.0 |
2393 | 2025-01-13T22:02:52.706Z | Checking tabled v0.15.0 |
2394 | 2025-01-13T22:02:53.289Z | Checking peg v0.8.4 |
2395 | 2025-01-13T22:02:53.754Z | Checking rustyline v14.0.0 |
2396 | 2025-01-13T22:03:02.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s |
2397 | 2025-01-13T22:03:02.617Z | |
2398 | 2025-01-13T22:03:02.617Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2399 | 2025-01-13T22:03:03.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2025-01-13T22:03:03.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2025-01-13T22:03:03.295Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2025-01-13T22:03:08.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
2403 | 2025-01-13T22:03:08.489Z | |
2404 | 2025-01-13T22:03:08.490Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2405 | 2025-01-13T22:03:09.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2025-01-13T22:03:09.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2025-01-13T22:03:09.159Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2025-01-13T22:03:12.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
2409 | 2025-01-13T22:03:13.115Z | |
2410 | 2025-01-13T22:03:13.115Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2411 | 2025-01-13T22:03:13.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2025-01-13T22:03:13.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2025-01-13T22:03:13.783Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2025-01-13T22:03:18.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
2415 | 2025-01-13T22:03:18.727Z | |
2416 | 2025-01-13T22:03:18.727Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2417 | 2025-01-13T22:03:19.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2025-01-13T22:03:19.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2025-01-13T22:03:19.401Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2025-01-13T22:03:24.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
2421 | 2025-01-13T22:03:24.412Z | |
2422 | 2025-01-13T22:03:24.412Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2423 | 2025-01-13T22:03:24.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-01-13T22:03:24.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-01-13T22:03:25.091Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2426 | 2025-01-13T22:03:29.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2427 | 2025-01-13T22:03:29.203Z | |
2428 | 2025-01-13T22:03:29.203Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2429 | 2025-01-13T22:03:29.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-01-13T22:03:29.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-01-13T22:03:29.881Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2432 | 2025-01-13T22:03:33.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2433 | 2025-01-13T22:03:34.103Z | |
2434 | 2025-01-13T22:03:34.103Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2435 | 2025-01-13T22:03:34.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-01-13T22:03:34.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-01-13T22:03:34.783Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2438 | 2025-01-13T22:03:39.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
2439 | 2025-01-13T22:03:39.877Z | |
2440 | 2025-01-13T22:03:39.878Z | info: running `cargo check --bins` on oximeter (46/176) |
2441 | 2025-01-13T22:03:40.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2025-01-13T22:03:40.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2025-01-13T22:03:40.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2025-01-13T22:03:40.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2445 | 2025-01-13T22:03:40.502Z | |
2446 | 2025-01-13T22:03:40.502Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2447 | 2025-01-13T22:03:41.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-01-13T22:03:41.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-01-13T22:03:41.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2025-01-13T22:03:41.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2451 | 2025-01-13T22:03:41.127Z | |
2452 | 2025-01-13T22:03:41.127Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2453 | 2025-01-13T22:03:41.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2025-01-13T22:03:41.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2025-01-13T22:03:41.788Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2456 | 2025-01-13T22:03:43.924Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2457 | 2025-01-13T22:03:44.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
2458 | 2025-01-13T22:03:45.106Z | |
2459 | 2025-01-13T22:03:45.106Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2460 | 2025-01-13T22:03:45.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2025-01-13T22:03:45.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2025-01-13T22:03:45.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2025-01-13T22:03:45.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2464 | 2025-01-13T22:03:45.731Z | |
2465 | 2025-01-13T22:03:45.732Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2466 | 2025-01-13T22:03:46.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2025-01-13T22:03:46.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2025-01-13T22:03:46.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2025-01-13T22:03:46.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2470 | 2025-01-13T22:03:46.371Z | |
2471 | 2025-01-13T22:03:46.371Z | info: running `cargo check --bins` on oxql-types (51/176) |
2472 | 2025-01-13T22:03:46.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2025-01-13T22:03:46.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2025-01-13T22:03:46.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2025-01-13T22:03:46.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2476 | 2025-01-13T22:03:47.004Z | |
2477 | 2025-01-13T22:03:47.004Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2478 | 2025-01-13T22:03:47.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2025-01-13T22:03:47.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2025-01-13T22:03:47.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2025-01-13T22:03:47.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2482 | 2025-01-13T22:03:47.665Z | |
2483 | 2025-01-13T22:03:47.665Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2484 | 2025-01-13T22:03:48.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2025-01-13T22:03:48.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2025-01-13T22:03:48.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2025-01-13T22:03:48.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2488 | 2025-01-13T22:03:48.291Z | |
2489 | 2025-01-13T22:03:48.291Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2490 | 2025-01-13T22:03:48.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2025-01-13T22:03:48.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2025-01-13T22:03:48.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2025-01-13T22:03:48.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2494 | 2025-01-13T22:03:48.929Z | |
2495 | 2025-01-13T22:03:48.929Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2496 | 2025-01-13T22:03:49.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2025-01-13T22:03:49.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2025-01-13T22:03:49.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2025-01-13T22:03:49.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2500 | 2025-01-13T22:03:49.556Z | |
2501 | 2025-01-13T22:03:49.556Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2502 | 2025-01-13T22:03:50.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2025-01-13T22:03:50.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2025-01-13T22:03:50.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2025-01-13T22:03:50.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2506 | 2025-01-13T22:03:50.200Z | |
2507 | 2025-01-13T22:03:50.200Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2508 | 2025-01-13T22:03:50.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2025-01-13T22:03:50.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2025-01-13T22:03:50.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2025-01-13T22:03:50.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2512 | 2025-01-13T22:03:50.813Z | |
2513 | 2025-01-13T22:03:50.814Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2514 | 2025-01-13T22:03:51.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2025-01-13T22:03:51.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2025-01-13T22:03:51.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2025-01-13T22:03:51.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2518 | 2025-01-13T22:03:51.424Z | |
2519 | 2025-01-13T22:03:51.424Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2520 | 2025-01-13T22:03:51.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2025-01-13T22:03:51.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2025-01-13T22:03:51.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2025-01-13T22:03:51.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2524 | 2025-01-13T22:03:52.064Z | |
2525 | 2025-01-13T22:03:52.064Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2526 | 2025-01-13T22:03:52.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-01-13T22:03:52.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-01-13T22:03:52.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2025-01-13T22:03:52.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2530 | 2025-01-13T22:03:52.689Z | |
2531 | 2025-01-13T22:03:52.689Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2532 | 2025-01-13T22:03:53.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2025-01-13T22:03:53.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2025-01-13T22:03:53.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2025-01-13T22:03:53.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2536 | 2025-01-13T22:03:53.315Z | |
2537 | 2025-01-13T22:03:53.315Z | info: running `cargo check --bins` on dpd-client (62/176) |
2538 | 2025-01-13T22:03:53.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2025-01-13T22:03:53.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2025-01-13T22:03:53.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2025-01-13T22:03:53.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2542 | 2025-01-13T22:03:53.932Z | |
2543 | 2025-01-13T22:03:53.932Z | info: running `cargo check --bins` on gateway-client (63/176) |
2544 | 2025-01-13T22:03:54.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2025-01-13T22:03:54.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2025-01-13T22:03:54.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2025-01-13T22:03:54.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2548 | 2025-01-13T22:03:54.546Z | |
2549 | 2025-01-13T22:03:54.546Z | info: running `cargo check --bins` on installinator-client (64/176) |
2550 | 2025-01-13T22:03:55.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2025-01-13T22:03:55.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2025-01-13T22:03:55.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2025-01-13T22:03:55.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2554 | 2025-01-13T22:03:55.185Z | |
2555 | 2025-01-13T22:03:55.185Z | info: running `cargo check --bins` on installinator-common (65/176) |
2556 | 2025-01-13T22:03:55.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2025-01-13T22:03:55.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2025-01-13T22:03:55.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2025-01-13T22:03:55.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2560 | 2025-01-13T22:03:55.826Z | |
2561 | 2025-01-13T22:03:55.826Z | info: running `cargo check --bins` on update-engine (66/176) |
2562 | 2025-01-13T22:03:56.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2025-01-13T22:03:56.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2025-01-13T22:03:56.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2025-01-13T22:03:56.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2566 | 2025-01-13T22:03:56.448Z | |
2567 | 2025-01-13T22:03:56.448Z | info: running `cargo check --bins` on nexus-client (67/176) |
2568 | 2025-01-13T22:03:57.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-01-13T22:03:57.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-01-13T22:03:57.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2025-01-13T22:03:57.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2572 | 2025-01-13T22:03:57.108Z | |
2573 | 2025-01-13T22:03:57.108Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2574 | 2025-01-13T22:03:57.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-01-13T22:03:57.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-01-13T22:03:57.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2025-01-13T22:03:57.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2578 | 2025-01-13T22:03:57.759Z | |
2579 | 2025-01-13T22:03:57.759Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2580 | 2025-01-13T22:03:58.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-01-13T22:03:58.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-01-13T22:03:58.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2025-01-13T22:03:58.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2584 | 2025-01-13T22:03:58.383Z | |
2585 | 2025-01-13T22:03:58.383Z | info: running `cargo check --bins` on nexus-types (70/176) |
2586 | 2025-01-13T22:03:58.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2025-01-13T22:03:58.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2025-01-13T22:03:58.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2025-01-13T22:03:58.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2590 | 2025-01-13T22:03:59.044Z | |
2591 | 2025-01-13T22:03:59.044Z | info: running `cargo check --bins` on oxide-client (71/176) |
2592 | 2025-01-13T22:03:59.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-01-13T22:03:59.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-01-13T22:03:59.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2025-01-13T22:03:59.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2596 | 2025-01-13T22:03:59.662Z | |
2597 | 2025-01-13T22:03:59.662Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2598 | 2025-01-13T22:04:00.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-01-13T22:04:00.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-01-13T22:04:00.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2025-01-13T22:04:00.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2602 | 2025-01-13T22:04:00.296Z | |
2603 | 2025-01-13T22:04:00.296Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2604 | 2025-01-13T22:04:00.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-01-13T22:04:00.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-01-13T22:04:00.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2025-01-13T22:04:00.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2608 | 2025-01-13T22:04:00.917Z | |
2609 | 2025-01-13T22:04:00.917Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2610 | 2025-01-13T22:04:01.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-01-13T22:04:01.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-01-13T22:04:01.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-01-13T22:04:01.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2614 | 2025-01-13T22:04:01.565Z | |
2615 | 2025-01-13T22:04:01.565Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2616 | 2025-01-13T22:04:02.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-01-13T22:04:02.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-01-13T22:04:02.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-01-13T22:04:02.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2620 | 2025-01-13T22:04:02.237Z | |
2621 | 2025-01-13T22:04:02.238Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2622 | 2025-01-13T22:04:02.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-01-13T22:04:02.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-01-13T22:04:02.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-01-13T22:04:02.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2626 | 2025-01-13T22:04:02.900Z | |
2627 | 2025-01-13T22:04:02.900Z | info: running `cargo check --bins` on wicket-common (77/176) |
2628 | 2025-01-13T22:04:03.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-01-13T22:04:03.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-01-13T22:04:03.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-01-13T22:04:03.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2632 | 2025-01-13T22:04:03.557Z | |
2633 | 2025-01-13T22:04:03.557Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2634 | 2025-01-13T22:04:04.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-01-13T22:04:04.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-01-13T22:04:04.227Z | Checking csv-core v0.1.11 |
2637 | 2025-01-13T22:04:04.227Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2638 | 2025-01-13T22:04:04.230Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2639 | 2025-01-13T22:04:04.331Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2640 | 2025-01-13T22:04:04.503Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2641 | 2025-01-13T22:04:04.548Z | Checking csv v1.3.0 |
2642 | 2025-01-13T22:04:04.551Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2643 | 2025-01-13T22:04:05.124Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2644 | 2025-01-13T22:04:05.475Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2645 | 2025-01-13T22:04:07.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
2646 | 2025-01-13T22:04:07.407Z | |
2647 | 2025-01-13T22:04:07.407Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2648 | 2025-01-13T22:04:07.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-01-13T22:04:07.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-01-13T22:04:07.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-01-13T22:04:07.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2652 | 2025-01-13T22:04:08.044Z | |
2653 | 2025-01-13T22:04:08.045Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2654 | 2025-01-13T22:04:08.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-01-13T22:04:08.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-01-13T22:04:08.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-01-13T22:04:08.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2658 | 2025-01-13T22:04:08.679Z | |
2659 | 2025-01-13T22:04:08.679Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2660 | 2025-01-13T22:04:09.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-01-13T22:04:09.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-01-13T22:04:09.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-01-13T22:04:09.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2664 | 2025-01-13T22:04:09.417Z | |
2665 | 2025-01-13T22:04:09.417Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2666 | 2025-01-13T22:04:10.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-01-13T22:04:10.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-01-13T22:04:10.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-01-13T22:04:10.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2670 | 2025-01-13T22:04:10.150Z | |
2671 | 2025-01-13T22:04:10.150Z | info: running `cargo check --bins` on dns-server (83/176) |
2672 | 2025-01-13T22:04:10.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-01-13T22:04:10.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-01-13T22:04:10.804Z | Compiling parking_lot_core v0.8.6 |
2675 | 2025-01-13T22:04:10.807Z | Checking fxhash v0.2.1 |
2676 | 2025-01-13T22:04:10.808Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2677 | 2025-01-13T22:04:10.808Z | Checking hickory-server v0.24.1 |
2678 | 2025-01-13T22:04:10.808Z | Checking hickory-client v0.24.1 |
2679 | 2025-01-13T22:04:11.480Z | Checking parking_lot v0.11.2 |
2680 | 2025-01-13T22:04:11.641Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2681 | 2025-01-13T22:04:11.646Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2682 | 2025-01-13T22:04:11.736Z | Checking sled v0.34.7 |
2683 | 2025-01-13T22:04:13.481Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2684 | 2025-01-13T22:04:14.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2685 | 2025-01-13T22:04:14.921Z | |
2686 | 2025-01-13T22:04:14.921Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2687 | 2025-01-13T22:04:15.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2025-01-13T22:04:15.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2025-01-13T22:04:15.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2025-01-13T22:04:15.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2691 | 2025-01-13T22:04:15.552Z | |
2692 | 2025-01-13T22:04:15.552Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2693 | 2025-01-13T22:04:16.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2025-01-13T22:04:16.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2025-01-13T22:04:16.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2025-01-13T22:04:16.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2697 | 2025-01-13T22:04:16.240Z | |
2698 | 2025-01-13T22:04:16.240Z | info: running `cargo check --bins` on gateway-types (86/176) |
2699 | 2025-01-13T22:04:16.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-01-13T22:04:16.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-01-13T22:04:16.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2025-01-13T22:04:16.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2703 | 2025-01-13T22:04:16.878Z | |
2704 | 2025-01-13T22:04:16.878Z | info: running `cargo check --bins` on ipcc (87/176) |
2705 | 2025-01-13T22:04:17.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-01-13T22:04:17.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-01-13T22:04:17.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2025-01-13T22:04:17.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2709 | 2025-01-13T22:04:17.516Z | |
2710 | 2025-01-13T22:04:17.516Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2711 | 2025-01-13T22:04:18.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2025-01-13T22:04:18.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2025-01-13T22:04:18.229Z | Compiling semver v0.1.20 |
2714 | 2025-01-13T22:04:18.229Z | Compiling radium v0.7.0 |
2715 | 2025-01-13T22:04:18.336Z | Checking tap v1.0.1 |
2716 | 2025-01-13T22:04:18.346Z | Compiling maybe-uninit v2.0.0 |
2717 | 2025-01-13T22:04:18.365Z | Checking password-hash v0.5.0 |
2718 | 2025-01-13T22:04:18.368Z | Checking blake2 v0.10.6 |
2719 | 2025-01-13T22:04:18.368Z | Compiling packed_struct v0.10.1 |
2720 | 2025-01-13T22:04:18.368Z | Checking funty v2.0.0 |
2721 | 2025-01-13T22:04:18.474Z | Checking wyz v0.5.1 |
2722 | 2025-01-13T22:04:18.773Z | Compiling rustc_version v0.1.7 |
2723 | 2025-01-13T22:04:18.816Z | Compiling cancel-safe-futures v0.1.5 |
2724 | 2025-01-13T22:04:18.858Z | Compiling owo-colors v4.1.0 |
2725 | 2025-01-13T22:04:18.876Z | Checking crc-catalog v2.4.0 |
2726 | 2025-01-13T22:04:18.943Z | Checking argon2 v0.5.3 |
2727 | 2025-01-13T22:04:19.003Z | Checking crc v3.2.1 |
2728 | 2025-01-13T22:04:19.072Z | Compiling packed_struct_codegen v0.10.1 |
2729 | 2025-01-13T22:04:19.162Z | Checking half v2.4.1 |
2730 | 2025-01-13T22:04:19.187Z | Compiling indexmap v1.9.3 |
2731 | 2025-01-13T22:04:19.205Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2732 | 2025-01-13T22:04:19.275Z | Compiling newtype_derive v0.1.6 |
2733 | 2025-01-13T22:04:19.328Z | Checking bitvec v1.0.1 |
2734 | 2025-01-13T22:04:19.402Z | Checking nodrop v0.1.14 |
2735 | 2025-01-13T22:04:19.475Z | Checking ciborium-io v0.2.2 |
2736 | 2025-01-13T22:04:19.519Z | Checking array-init v0.0.4 |
2737 | 2025-01-13T22:04:19.594Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2738 | 2025-01-13T22:04:19.628Z | Checking ciborium-ll v0.2.2 |
2739 | 2025-01-13T22:04:19.735Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2740 | 2025-01-13T22:04:19.916Z | Checking smallvec v0.6.14 |
2741 | 2025-01-13T22:04:19.946Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2742 | 2025-01-13T22:04:19.983Z | Checking libsw v3.3.1 |
2743 | 2025-01-13T22:04:20.260Z | Compiling memoffset v0.9.1 |
2744 | 2025-01-13T22:04:20.303Z | Checking linear-map v1.2.0 |
2745 | 2025-01-13T22:04:20.485Z | Checking termcolor v1.4.1 |
2746 | 2025-01-13T22:04:20.549Z | Checking hashbrown v0.12.3 |
2747 | 2025-01-13T22:04:20.566Z | Checking swrite v0.1.0 |
2748 | 2025-01-13T22:04:20.631Z | Checking bitfield v0.14.0 |
2749 | 2025-01-13T22:04:20.686Z | Checking indent_write v2.2.0 |
2750 | 2025-01-13T22:04:20.939Z | Checking env_logger v0.10.2 |
2751 | 2025-01-13T22:04:20.955Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2752 | 2025-01-13T22:04:21.026Z | Checking ron v0.8.1 |
2753 | 2025-01-13T22:04:21.043Z | Checking serde-hex v0.1.0 |
2754 | 2025-01-13T22:04:21.357Z | Checking ciborium v0.2.2 |
2755 | 2025-01-13T22:04:21.489Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2756 | 2025-01-13T22:04:21.931Z | Checking steno v0.4.1 |
2757 | 2025-01-13T22:04:22.293Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2758 | 2025-01-13T22:04:22.309Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2759 | 2025-01-13T22:04:22.472Z | Checking hashbrown v0.13.2 |
2760 | 2025-01-13T22:04:22.552Z | Checking crc-any v2.5.0 |
2761 | 2025-01-13T22:04:22.593Z | Checking humantime v2.1.0 |
2762 | 2025-01-13T22:04:22.898Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2763 | 2025-01-13T22:04:22.939Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2764 | 2025-01-13T22:04:23.290Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2765 | 2025-01-13T22:04:23.540Z | Checking path-slash v0.1.5 |
2766 | 2025-01-13T22:04:23.556Z | Checking object v0.30.4 |
2767 | 2025-01-13T22:04:23.648Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2768 | 2025-01-13T22:04:23.684Z | Checking nix v0.27.1 |
2769 | 2025-01-13T22:04:24.188Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2770 | 2025-01-13T22:04:24.509Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2771 | 2025-01-13T22:04:24.778Z | Checking tungstenite v0.23.0 |
2772 | 2025-01-13T22:04:24.934Z | Checking kstat-rs v0.2.4 |
2773 | 2025-01-13T22:04:24.952Z | Checking signal-hook-tokio v0.3.1 |
2774 | 2025-01-13T22:04:25.282Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2775 | 2025-01-13T22:04:25.555Z | Checking tokio-tungstenite v0.23.1 |
2776 | 2025-01-13T22:04:25.704Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2777 | 2025-01-13T22:04:26.389Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2778 | 2025-01-13T22:04:26.531Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2779 | 2025-01-13T22:04:32.783Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2780 | 2025-01-13T22:04:34.079Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2781 | 2025-01-13T22:04:37.633Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2782 | 2025-01-13T22:04:43.327Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2783 | 2025-01-13T22:04:44.034Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2784 | 2025-01-13T22:04:46.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.31s |
2785 | 2025-01-13T22:04:47.044Z | |
2786 | 2025-01-13T22:04:47.044Z | info: running `cargo check --bins` on gateway-api (89/176) |
2787 | 2025-01-13T22:04:47.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2025-01-13T22:04:47.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2025-01-13T22:04:47.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2025-01-13T22:04:47.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2791 | 2025-01-13T22:04:47.686Z | |
2792 | 2025-01-13T22:04:47.686Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2793 | 2025-01-13T22:04:48.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2025-01-13T22:04:48.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2025-01-13T22:04:48.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2025-01-13T22:04:48.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2797 | 2025-01-13T22:04:48.299Z | |
2798 | 2025-01-13T22:04:48.300Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2799 | 2025-01-13T22:04:48.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2025-01-13T22:04:48.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2025-01-13T22:04:48.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2025-01-13T22:04:48.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2803 | 2025-01-13T22:04:48.934Z | |
2804 | 2025-01-13T22:04:48.934Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2805 | 2025-01-13T22:04:49.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2025-01-13T22:04:49.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2025-01-13T22:04:49.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2025-01-13T22:04:49.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2809 | 2025-01-13T22:04:49.563Z | |
2810 | 2025-01-13T22:04:49.563Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2811 | 2025-01-13T22:04:50.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2025-01-13T22:04:50.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2025-01-13T22:04:50.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2025-01-13T22:04:50.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2815 | 2025-01-13T22:04:50.192Z | |
2816 | 2025-01-13T22:04:50.192Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2817 | 2025-01-13T22:04:50.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-01-13T22:04:50.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-01-13T22:04:50.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-01-13T22:04:50.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2821 | 2025-01-13T22:04:50.829Z | |
2822 | 2025-01-13T22:04:50.829Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2823 | 2025-01-13T22:04:51.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-01-13T22:04:51.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-01-13T22:04:51.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-01-13T22:04:51.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2827 | 2025-01-13T22:04:51.469Z | |
2828 | 2025-01-13T22:04:51.469Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2829 | 2025-01-13T22:04:52.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-01-13T22:04:52.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-01-13T22:04:52.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-01-13T22:04:52.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2833 | 2025-01-13T22:04:52.098Z | |
2834 | 2025-01-13T22:04:52.098Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2835 | 2025-01-13T22:04:52.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-01-13T22:04:52.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-01-13T22:04:52.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-01-13T22:04:52.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2839 | 2025-01-13T22:04:52.758Z | |
2840 | 2025-01-13T22:04:52.758Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2841 | 2025-01-13T22:04:53.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-01-13T22:04:53.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-01-13T22:04:53.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2025-01-13T22:04:53.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2845 | 2025-01-13T22:04:53.389Z | |
2846 | 2025-01-13T22:04:53.389Z | info: running `cargo check --bins` on sp-sim (99/176) |
2847 | 2025-01-13T22:04:53.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2025-01-13T22:04:53.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2025-01-13T22:04:54.036Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2850 | 2025-01-13T22:04:54.503Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2851 | 2025-01-13T22:04:56.276Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2852 | 2025-01-13T22:04:58.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2853 | 2025-01-13T22:04:58.199Z | |
2854 | 2025-01-13T22:04:58.199Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2855 | 2025-01-13T22:04:58.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-01-13T22:04:58.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-01-13T22:04:58.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-01-13T22:04:58.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2859 | 2025-01-13T22:04:58.889Z | |
2860 | 2025-01-13T22:04:58.889Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2861 | 2025-01-13T22:04:59.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-01-13T22:04:59.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-01-13T22:04:59.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-01-13T22:04:59.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2865 | 2025-01-13T22:04:59.581Z | |
2866 | 2025-01-13T22:04:59.581Z | info: running `cargo check --bins` on db-macros (102/176) |
2867 | 2025-01-13T22:05:00.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-01-13T22:05:00.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-01-13T22:05:00.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-01-13T22:05:00.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2871 | 2025-01-13T22:05:00.191Z | |
2872 | 2025-01-13T22:05:00.191Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2873 | 2025-01-13T22:05:00.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-01-13T22:05:00.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-01-13T22:05:00.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-01-13T22:05:00.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2877 | 2025-01-13T22:05:00.798Z | |
2878 | 2025-01-13T22:05:00.798Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2879 | 2025-01-13T22:05:01.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-01-13T22:05:01.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-01-13T22:05:01.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-01-13T22:05:01.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2883 | 2025-01-13T22:05:01.479Z | |
2884 | 2025-01-13T22:05:01.479Z | info: running `cargo check --bins` on authz-macros (105/176) |
2885 | 2025-01-13T22:05:02.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-01-13T22:05:02.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-01-13T22:05:02.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2025-01-13T22:05:02.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2889 | 2025-01-13T22:05:02.091Z | |
2890 | 2025-01-13T22:05:02.091Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2891 | 2025-01-13T22:05:02.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2025-01-13T22:05:02.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2025-01-13T22:05:02.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2025-01-13T22:05:02.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2895 | 2025-01-13T22:05:02.751Z | |
2896 | 2025-01-13T22:05:02.751Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2897 | 2025-01-13T22:05:03.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2025-01-13T22:05:03.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2025-01-13T22:05:03.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2025-01-13T22:05:03.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2901 | 2025-01-13T22:05:03.412Z | |
2902 | 2025-01-13T22:05:03.412Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2903 | 2025-01-13T22:05:03.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2025-01-13T22:05:03.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2025-01-13T22:05:03.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2025-01-13T22:05:03.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2907 | 2025-01-13T22:05:04.043Z | |
2908 | 2025-01-13T22:05:04.043Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2909 | 2025-01-13T22:05:04.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2025-01-13T22:05:04.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2025-01-13T22:05:04.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2025-01-13T22:05:04.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2913 | 2025-01-13T22:05:04.708Z | |
2914 | 2025-01-13T22:05:04.708Z | info: running `cargo check --bins` on typed-rng (110/176) |
2915 | 2025-01-13T22:05:05.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2025-01-13T22:05:05.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2025-01-13T22:05:05.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2025-01-13T22:05:05.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2919 | 2025-01-13T22:05:05.330Z | |
2920 | 2025-01-13T22:05:05.331Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2921 | 2025-01-13T22:05:05.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2025-01-13T22:05:05.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2025-01-13T22:05:06.078Z | Checking keccak v0.1.5 |
2924 | 2025-01-13T22:05:06.186Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2925 | 2025-01-13T22:05:06.189Z | Checking secrecy v0.8.0 |
2926 | 2025-01-13T22:05:06.189Z | Compiling unicase v2.7.0 |
2927 | 2025-01-13T22:05:06.189Z | Compiling same-file v1.0.6 |
2928 | 2025-01-13T22:05:06.219Z | Compiling tempfile v3.13.0 |
2929 | 2025-01-13T22:05:06.245Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2930 | 2025-01-13T22:05:06.248Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2931 | 2025-01-13T22:05:06.359Z | Compiling walkdir v2.5.0 |
2932 | 2025-01-13T22:05:06.452Z | Checking sha3 v0.10.8 |
2933 | 2025-01-13T22:05:06.496Z | Compiling thiserror-impl-no-std v2.0.2 |
2934 | 2025-01-13T22:05:06.537Z | Checking universal-hash v0.5.1 |
2935 | 2025-01-13T22:05:06.583Z | Compiling blake3 v1.5.4 |
2936 | 2025-01-13T22:05:06.651Z | Checking opaque-debug v0.3.1 |
2937 | 2025-01-13T22:05:06.717Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2938 | 2025-01-13T22:05:06.745Z | Checking poly1305 v0.8.0 |
2939 | 2025-01-13T22:05:06.816Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2940 | 2025-01-13T22:05:06.837Z | Checking chacha20 v0.9.1 |
2941 | 2025-01-13T22:05:07.013Z | Checking aead v0.5.2 |
2942 | 2025-01-13T22:05:07.129Z | Compiling memmap2 v0.9.5 |
2943 | 2025-01-13T22:05:07.159Z | Compiling arrayref v0.3.9 |
2944 | 2025-01-13T22:05:07.179Z | Compiling libefi-sys v0.1.0 |
2945 | 2025-01-13T22:05:07.229Z | Compiling constant_time_eq v0.3.1 |
2946 | 2025-01-13T22:05:07.248Z | Compiling arrayvec v0.7.6 |
2947 | 2025-01-13T22:05:07.265Z | Compiling salty v0.3.0 |
2948 | 2025-01-13T22:05:07.404Z | Checking chacha20poly1305 v0.10.1 |
2949 | 2025-01-13T22:05:07.501Z | Compiling toolchain_find v0.4.0 |
2950 | 2025-01-13T22:05:07.590Z | Compiling camino-tempfile v1.1.1 |
2951 | 2025-01-13T22:05:07.653Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2952 | 2025-01-13T22:05:07.700Z | Compiling bitfield-struct v0.6.2 |
2953 | 2025-01-13T22:05:07.922Z | Compiling topological-sort v0.2.2 |
2954 | 2025-01-13T22:05:08.063Z | Compiling mime_guess v2.0.5 |
2955 | 2025-01-13T22:05:08.141Z | Compiling rustfmt-wrapper v0.2.1 |
2956 | 2025-01-13T22:05:08.617Z | Compiling omicron-zone-package v0.12.0 |
2957 | 2025-01-13T22:05:08.721Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2958 | 2025-01-13T22:05:08.739Z | Checking primeorder v0.13.6 |
2959 | 2025-01-13T22:05:09.021Z | Checking env_filter v0.1.2 |
2960 | 2025-01-13T22:05:09.161Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2961 | 2025-01-13T22:05:09.204Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2962 | 2025-01-13T22:05:09.222Z | Checking p384 v0.13.0 |
2963 | 2025-01-13T22:05:09.252Z | Checking env_logger v0.11.5 |
2964 | 2025-01-13T22:05:09.414Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2965 | 2025-01-13T22:05:09.462Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2966 | 2025-01-13T22:05:09.555Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2967 | 2025-01-13T22:05:09.685Z | Checking thiserror-no-std v2.0.2 |
2968 | 2025-01-13T22:05:09.716Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2969 | 2025-01-13T22:05:09.795Z | Checking simd-adler32 v0.3.7 |
2970 | 2025-01-13T22:05:09.813Z | Checking vsss-rs v3.3.4 |
2971 | 2025-01-13T22:05:09.842Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2972 | 2025-01-13T22:05:10.028Z | Checking lockfree-object-pool v0.1.6 |
2973 | 2025-01-13T22:05:10.124Z | Checking http-range v0.1.5 |
2974 | 2025-01-13T22:05:10.143Z | Compiling zip v2.1.3 |
2975 | 2025-01-13T22:05:10.180Z | Checking bumpalo v3.16.0 |
2976 | 2025-01-13T22:05:10.279Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2977 | 2025-01-13T22:05:10.332Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2978 | 2025-01-13T22:05:10.461Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2979 | 2025-01-13T22:05:10.497Z | Checking zopfli v0.8.1 |
2980 | 2025-01-13T22:05:10.639Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2981 | 2025-01-13T22:05:11.057Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2982 | 2025-01-13T22:05:11.186Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2983 | 2025-01-13T22:05:11.254Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2984 | 2025-01-13T22:05:11.463Z | Checking nanorand v0.7.0 |
2985 | 2025-01-13T22:05:11.527Z | Checking atty v0.2.14 |
2986 | 2025-01-13T22:05:11.663Z | Checking glob v0.3.1 |
2987 | 2025-01-13T22:05:11.794Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2988 | 2025-01-13T22:05:11.814Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2989 | 2025-01-13T22:05:11.850Z | Checking flume v0.11.1 |
2990 | 2025-01-13T22:05:11.997Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2991 | 2025-01-13T22:05:12.369Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2992 | 2025-01-13T22:05:13.112Z | Checking hyper-staticfile v0.10.1 |
2993 | 2025-01-13T22:05:13.397Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2994 | 2025-01-13T22:05:13.473Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2995 | 2025-01-13T22:05:13.632Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2996 | 2025-01-13T22:05:13.799Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2997 | 2025-01-13T22:05:13.901Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2998 | 2025-01-13T22:05:14.141Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2999 | 2025-01-13T22:05:14.970Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3000 | 2025-01-13T22:05:15.025Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3001 | 2025-01-13T22:05:15.625Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3002 | 2025-01-13T22:05:15.849Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3003 | 2025-01-13T22:05:18.956Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3004 | 2025-01-13T22:05:18.959Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3005 | 2025-01-13T22:05:27.616Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2025-01-13T22:05:41.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.78s |
3007 | 2025-01-13T22:05:41.334Z | |
3008 | 2025-01-13T22:05:41.334Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3009 | 2025-01-13T22:05:41.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-01-13T22:05:41.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-01-13T22:05:42.070Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2025-01-13T22:05:55.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
3013 | 2025-01-13T22:05:56.151Z | |
3014 | 2025-01-13T22:05:56.152Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3015 | 2025-01-13T22:05:56.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-01-13T22:05:56.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-01-13T22:05:56.894Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2025-01-13T22:06:10.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s |
3019 | 2025-01-13T22:06:10.966Z | |
3020 | 2025-01-13T22:06:10.966Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3021 | 2025-01-13T22:06:11.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-01-13T22:06:11.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-01-13T22:06:11.699Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3024 | 2025-01-13T22:06:25.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s |
3025 | 2025-01-13T22:06:25.831Z | |
3026 | 2025-01-13T22:06:25.831Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3027 | 2025-01-13T22:06:26.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-01-13T22:06:26.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-01-13T22:06:26.570Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3030 | 2025-01-13T22:06:40.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s |
3031 | 2025-01-13T22:06:40.755Z | |
3032 | 2025-01-13T22:06:40.755Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3033 | 2025-01-13T22:06:41.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-13T22:06:41.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-13T22:06:41.493Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3036 | 2025-01-13T22:06:55.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
3037 | 2025-01-13T22:06:55.570Z | |
3038 | 2025-01-13T22:06:55.570Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3039 | 2025-01-13T22:06:56.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-13T22:06:56.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-13T22:06:56.308Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3042 | 2025-01-13T22:07:10.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s |
3043 | 2025-01-13T22:07:10.357Z | |
3044 | 2025-01-13T22:07:10.357Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3045 | 2025-01-13T22:07:10.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-13T22:07:10.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-13T22:07:11.100Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3048 | 2025-01-13T22:07:25.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.64s |
3049 | 2025-01-13T22:07:25.212Z | |
3050 | 2025-01-13T22:07:25.212Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3051 | 2025-01-13T22:07:25.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-01-13T22:07:25.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-01-13T22:07:25.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2025-01-13T22:07:25.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3055 | 2025-01-13T22:07:25.888Z | |
3056 | 2025-01-13T22:07:25.888Z | info: running `cargo check --bins` on key-manager (120/176) |
3057 | 2025-01-13T22:07:26.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-01-13T22:07:26.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-01-13T22:07:26.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2025-01-13T22:07:26.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3061 | 2025-01-13T22:07:26.525Z | |
3062 | 2025-01-13T22:07:26.525Z | info: running `cargo check --bins` on range-requests (121/176) |
3063 | 2025-01-13T22:07:27.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2025-01-13T22:07:27.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2025-01-13T22:07:27.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2025-01-13T22:07:27.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3067 | 2025-01-13T22:07:27.148Z | |
3068 | 2025-01-13T22:07:27.148Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3069 | 2025-01-13T22:07:27.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2025-01-13T22:07:27.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2025-01-13T22:07:27.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2025-01-13T22:07:27.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3073 | 2025-01-13T22:07:27.784Z | |
3074 | 2025-01-13T22:07:27.784Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3075 | 2025-01-13T22:07:28.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2025-01-13T22:07:28.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2025-01-13T22:07:28.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2025-01-13T22:07:28.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3079 | 2025-01-13T22:07:28.444Z | |
3080 | 2025-01-13T22:07:28.444Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3081 | 2025-01-13T22:07:28.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2025-01-13T22:07:28.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2025-01-13T22:07:28.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2025-01-13T22:07:28.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3085 | 2025-01-13T22:07:29.062Z | |
3086 | 2025-01-13T22:07:29.062Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3087 | 2025-01-13T22:07:29.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2025-01-13T22:07:29.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2025-01-13T22:07:29.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2025-01-13T22:07:29.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3091 | 2025-01-13T22:07:29.712Z | |
3092 | 2025-01-13T22:07:29.712Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3093 | 2025-01-13T22:07:30.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2025-01-13T22:07:30.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2025-01-13T22:07:30.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2025-01-13T22:07:30.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3097 | 2025-01-13T22:07:30.364Z | |
3098 | 2025-01-13T22:07:30.364Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3099 | 2025-01-13T22:07:30.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2025-01-13T22:07:30.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2025-01-13T22:07:30.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2025-01-13T22:07:30.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3103 | 2025-01-13T22:07:31.015Z | |
3104 | 2025-01-13T22:07:31.015Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3105 | 2025-01-13T22:07:31.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2025-01-13T22:07:31.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2025-01-13T22:07:31.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3108 | 2025-01-13T22:07:31.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3109 | 2025-01-13T22:07:31.676Z | |
3110 | 2025-01-13T22:07:31.676Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3111 | 2025-01-13T22:07:32.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2025-01-13T22:07:32.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2025-01-13T22:07:32.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2025-01-13T22:07:32.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3115 | 2025-01-13T22:07:32.343Z | |
3116 | 2025-01-13T22:07:32.343Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3117 | 2025-01-13T22:07:32.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2025-01-13T22:07:32.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2025-01-13T22:07:32.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3120 | 2025-01-13T22:07:32.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3121 | 2025-01-13T22:07:33.004Z | |
3122 | 2025-01-13T22:07:33.004Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3123 | 2025-01-13T22:07:33.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2025-01-13T22:07:33.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2025-01-13T22:07:33.698Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3126 | 2025-01-13T22:07:33.698Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3127 | 2025-01-13T22:07:34.579Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3128 | 2025-01-13T22:07:36.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
3129 | 2025-01-13T22:07:36.799Z | |
3130 | 2025-01-13T22:07:36.799Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3131 | 2025-01-13T22:07:37.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2025-01-13T22:07:37.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2025-01-13T22:07:37.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3134 | 2025-01-13T22:07:37.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3135 | 2025-01-13T22:07:37.426Z | |
3136 | 2025-01-13T22:07:37.426Z | info: running `cargo check --bins` on cert-dev (133/176) |
3137 | 2025-01-13T22:07:37.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2025-01-13T22:07:37.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2025-01-13T22:07:38.036Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3140 | 2025-01-13T22:07:38.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3141 | 2025-01-13T22:07:38.473Z | |
3142 | 2025-01-13T22:07:38.473Z | info: running `cargo check --bins` on clickana (134/176) |
3143 | 2025-01-13T22:07:39.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2025-01-13T22:07:39.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2025-01-13T22:07:39.116Z | Checking castaway v0.2.3 |
3146 | 2025-01-13T22:07:39.118Z | Checking unicode-truncate v1.1.0 |
3147 | 2025-01-13T22:07:39.118Z | Checking lru v0.12.5 |
3148 | 2025-01-13T22:07:39.118Z | Compiling instability v0.3.2 |
3149 | 2025-01-13T22:07:39.119Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3150 | 2025-01-13T22:07:39.119Z | Checking cassowary v0.3.0 |
3151 | 2025-01-13T22:07:39.352Z | Checking compact_str v0.8.0 |
3152 | 2025-01-13T22:07:39.997Z | Checking ratatui v0.28.1 |
3153 | 2025-01-13T22:07:40.937Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3154 | 2025-01-13T22:07:41.980Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3155 | 2025-01-13T22:07:42.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
3156 | 2025-01-13T22:07:43.002Z | |
3157 | 2025-01-13T22:07:43.002Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3158 | 2025-01-13T22:07:43.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2025-01-13T22:07:43.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2025-01-13T22:07:43.687Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3161 | 2025-01-13T22:07:43.688Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3162 | 2025-01-13T22:07:44.738Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3163 | 2025-01-13T22:07:45.243Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3164 | 2025-01-13T22:07:45.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3165 | 2025-01-13T22:07:45.820Z | |
3166 | 2025-01-13T22:07:45.820Z | info: running `cargo check --bins` on ch-dev (136/176) |
3167 | 2025-01-13T22:07:46.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2025-01-13T22:07:46.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2025-01-13T22:07:46.480Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3170 | 2025-01-13T22:07:47.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3171 | 2025-01-13T22:07:47.379Z | |
3172 | 2025-01-13T22:07:47.379Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3173 | 2025-01-13T22:07:47.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2025-01-13T22:07:47.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2025-01-13T22:07:48.036Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3176 | 2025-01-13T22:07:48.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3177 | 2025-01-13T22:07:48.589Z | |
3178 | 2025-01-13T22:07:48.589Z | info: running `cargo check --bins` on db-dev (138/176) |
3179 | 2025-01-13T22:07:49.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2025-01-13T22:07:49.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2025-01-13T22:07:49.252Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3182 | 2025-01-13T22:07:49.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3183 | 2025-01-13T22:07:50.143Z | |
3184 | 2025-01-13T22:07:50.143Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3185 | 2025-01-13T22:07:50.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2025-01-13T22:07:50.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2025-01-13T22:07:50.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3188 | 2025-01-13T22:07:50.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3189 | 2025-01-13T22:07:50.788Z | |
3190 | 2025-01-13T22:07:50.789Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3191 | 2025-01-13T22:07:51.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2025-01-13T22:07:51.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2025-01-13T22:07:51.405Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3194 | 2025-01-13T22:07:52.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3195 | 2025-01-13T22:07:52.469Z | |
3196 | 2025-01-13T22:07:52.469Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3197 | 2025-01-13T22:07:53.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2025-01-13T22:07:53.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2025-01-13T22:07:53.082Z | Checking cargo-platform v0.1.8 |
3200 | 2025-01-13T22:07:53.350Z | Checking cargo_metadata v0.18.1 |
3201 | 2025-01-13T22:07:54.307Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3202 | 2025-01-13T22:07:55.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
3203 | 2025-01-13T22:07:55.323Z | |
3204 | 2025-01-13T22:07:55.323Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3205 | 2025-01-13T22:07:55.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2025-01-13T22:07:55.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2025-01-13T22:07:56.040Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3208 | 2025-01-13T22:07:57.552Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3209 | 2025-01-13T22:07:58.187Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3210 | 2025-01-13T22:07:58.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3211 | 2025-01-13T22:07:58.941Z | |
3212 | 2025-01-13T22:07:58.941Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3213 | 2025-01-13T22:07:59.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2025-01-13T22:07:59.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2025-01-13T22:07:59.725Z | Compiling crunchy v0.2.2 |
3216 | 2025-01-13T22:07:59.725Z | Compiling tiny-keccak v2.0.2 |
3217 | 2025-01-13T22:07:59.728Z | Compiling dsl_auto_type v0.1.2 |
3218 | 2025-01-13T22:07:59.729Z | Checking scheduled-thread-pool v0.2.7 |
3219 | 2025-01-13T22:07:59.729Z | Compiling diesel_table_macro_syntax v0.2.0 |
3220 | 2025-01-13T22:07:59.729Z | Compiling ascii-canvas v3.0.0 |
3221 | 2025-01-13T22:07:59.840Z | Compiling ena v0.14.3 |
3222 | 2025-01-13T22:07:59.848Z | Compiling regex-syntax v0.6.29 |
3223 | 2025-01-13T22:08:00.054Z | Checking r2d2 v0.8.10 |
3224 | 2025-01-13T22:08:00.243Z | Compiling diff v0.1.13 |
3225 | 2025-01-13T22:08:00.319Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3226 | 2025-01-13T22:08:00.334Z | Compiling ref-cast v1.0.23 |
3227 | 2025-01-13T22:08:00.358Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3228 | 2025-01-13T22:08:00.420Z | Compiling derive_builder_core v0.20.2 |
3229 | 2025-01-13T22:08:00.535Z | Compiling libxml v0.3.3 |
3230 | 2025-01-13T22:08:00.645Z | Compiling ref-cast-impl v1.0.23 |
3231 | 2025-01-13T22:08:00.878Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3232 | 2025-01-13T22:08:00.975Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3233 | 2025-01-13T22:08:01.000Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3234 | 2025-01-13T22:08:01.162Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3235 | 2025-01-13T22:08:01.280Z | Compiling strum_macros v0.24.3 |
3236 | 2025-01-13T22:08:01.443Z | Compiling diesel_derives v2.2.3 |
3237 | 2025-01-13T22:08:01.464Z | Compiling samael v0.0.17 |
3238 | 2025-01-13T22:08:01.637Z | Compiling indoc v1.0.9 |
3239 | 2025-01-13T22:08:02.614Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3240 | 2025-01-13T22:08:02.898Z | Compiling impl-trait-for-tuples v0.2.2 |
3241 | 2025-01-13T22:08:02.917Z | Compiling derive_builder_macro v0.20.2 |
3242 | 2025-01-13T22:08:03.325Z | Compiling lalrpop v0.19.12 |
3243 | 2025-01-13T22:08:03.825Z | Checking derive_builder v0.20.2 |
3244 | 2025-01-13T22:08:03.979Z | Compiling oso-derive v0.27.3 |
3245 | 2025-01-13T22:08:04.377Z | Checking quick-xml v0.33.0 |
3246 | 2025-01-13T22:08:04.982Z | Compiling diesel-dtrace v0.4.2 |
3247 | 2025-01-13T22:08:05.046Z | Checking maplit v1.0.2 |
3248 | 2025-01-13T22:08:05.199Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3249 | 2025-01-13T22:08:05.359Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3250 | 2025-01-13T22:08:05.651Z | Checking bb8 v0.8.5 |
3251 | 2025-01-13T22:08:05.816Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3252 | 2025-01-13T22:08:06.104Z | Checking rand_seeder v0.3.0 |
3253 | 2025-01-13T22:08:06.195Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3254 | 2025-01-13T22:08:06.296Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3255 | 2025-01-13T22:08:06.348Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3256 | 2025-01-13T22:08:06.556Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3257 | 2025-01-13T22:08:06.857Z | Checking is_ci v1.2.0 |
3258 | 2025-01-13T22:08:06.942Z | Checking smawk v0.3.2 |
3259 | 2025-01-13T22:08:06.998Z | Checking unicode-linebreak v0.1.5 |
3260 | 2025-01-13T22:08:07.165Z | Checking supports-color v3.0.1 |
3261 | 2025-01-13T22:08:07.395Z | Checking multimap v0.10.0 |
3262 | 2025-01-13T22:08:07.416Z | Checking textwrap v0.16.1 |
3263 | 2025-01-13T22:08:08.157Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3264 | 2025-01-13T22:08:10.533Z | Checking diesel v2.2.6 |
3265 | 2025-01-13T22:08:37.114Z | Compiling polar-core v0.27.3 |
3266 | 2025-01-13T22:08:39.997Z | Checking async-bb8-diesel v0.2.1 |
3267 | 2025-01-13T22:08:44.543Z | Checking oso v0.27.3 |
3268 | 2025-01-13T22:09:51.606Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3269 | 2025-01-13T22:09:57.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
3270 | 2025-01-13T22:09:58.084Z | |
3271 | 2025-01-13T22:09:58.084Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3272 | 2025-01-13T22:09:58.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2025-01-13T22:09:58.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2025-01-13T22:09:58.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3275 | 2025-01-13T22:09:58.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3276 | 2025-01-13T22:09:58.772Z | |
3277 | 2025-01-13T22:09:58.772Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3278 | 2025-01-13T22:09:59.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3279 | 2025-01-13T22:09:59.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3280 | 2025-01-13T22:09:59.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3281 | 2025-01-13T22:09:59.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3282 | 2025-01-13T22:09:59.451Z | |
3283 | 2025-01-13T22:09:59.451Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3284 | 2025-01-13T22:09:59.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2025-01-13T22:09:59.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2025-01-13T22:09:59.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3287 | 2025-01-13T22:10:00.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3288 | 2025-01-13T22:10:00.075Z | |
3289 | 2025-01-13T22:10:00.075Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3290 | 2025-01-13T22:10:00.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2025-01-13T22:10:00.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2025-01-13T22:10:00.885Z | Compiling libz-sys v1.1.20 |
3293 | 2025-01-13T22:10:01.000Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3294 | 2025-01-13T22:10:01.010Z | Compiling vergen v8.3.2 |
3295 | 2025-01-13T22:10:01.012Z | Compiling cargo-platform v0.1.8 |
3296 | 2025-01-13T22:10:01.012Z | Compiling pin-project-internal v1.1.6 |
3297 | 2025-01-13T22:10:01.044Z | Compiling libsqlite3-sys v0.30.1 |
3298 | 2025-01-13T22:10:01.047Z | Compiling snafu-derive v0.8.5 |
3299 | 2025-01-13T22:10:01.047Z | Compiling rustls v0.21.12 |
3300 | 2025-01-13T22:10:01.288Z | Compiling buf-list v1.0.3 |
3301 | 2025-01-13T22:10:01.343Z | Compiling cargo_metadata v0.18.1 |
3302 | 2025-01-13T22:10:01.551Z | Compiling cfg_aliases v0.2.1 |
3303 | 2025-01-13T22:10:01.692Z | Compiling nix v0.29.0 |
3304 | 2025-01-13T22:10:01.728Z | Checking globset v0.4.15 |
3305 | 2025-01-13T22:10:01.969Z | Checking olpc-cjson v0.1.4 |
3306 | 2025-01-13T22:10:02.023Z | Checking sct v0.7.1 |
3307 | 2025-01-13T22:10:02.193Z | Checking rustls-webpki v0.101.7 |
3308 | 2025-01-13T22:10:02.223Z | Checking serde_plain v1.0.2 |
3309 | 2025-01-13T22:10:02.226Z | Checking typed-path v0.9.3 |
3310 | 2025-01-13T22:10:02.793Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3311 | 2025-01-13T22:10:03.016Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3312 | 2025-01-13T22:10:03.053Z | Checking hashlink v0.9.1 |
3313 | 2025-01-13T22:10:03.276Z | Checking fallible-streaming-iterator v0.1.9 |
3314 | 2025-01-13T22:10:03.461Z | Checking parse-size v1.1.0 |
3315 | 2025-01-13T22:10:03.650Z | Checking fallible-iterator v0.3.0 |
3316 | 2025-01-13T22:10:04.128Z | Checking pin-project v1.1.6 |
3317 | 2025-01-13T22:10:04.206Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3318 | 2025-01-13T22:10:04.227Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3319 | 2025-01-13T22:10:04.252Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3320 | 2025-01-13T22:10:04.267Z | Checking rusqlite v0.32.1 |
3321 | 2025-01-13T22:10:04.871Z | Checking rustls-pemfile v1.0.4 |
3322 | 2025-01-13T22:10:04.916Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3323 | 2025-01-13T22:10:05.075Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3324 | 2025-01-13T22:10:05.181Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3325 | 2025-01-13T22:10:05.207Z | Checking twox-hash v1.6.3 |
3326 | 2025-01-13T22:10:05.316Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3327 | 2025-01-13T22:10:05.388Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3328 | 2025-01-13T22:10:05.838Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3329 | 2025-01-13T22:10:06.143Z | Checking tokio-rustls v0.24.1 |
3330 | 2025-01-13T22:10:06.412Z | Checking snafu v0.8.5 |
3331 | 2025-01-13T22:10:06.438Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3332 | 2025-01-13T22:10:06.542Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3333 | 2025-01-13T22:10:06.739Z | Checking fatfs v0.3.6 |
3334 | 2025-01-13T22:10:06.889Z | Checking tough v0.19.0 |
3335 | 2025-01-13T22:10:07.297Z | Checking assert_matches v1.5.0 |
3336 | 2025-01-13T22:10:11.150Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3337 | 2025-01-13T22:10:12.573Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3338 | 2025-01-13T22:10:13.282Z | Compiling git2 v0.19.0 |
3339 | 2025-01-13T22:10:18.154Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3340 | 2025-01-13T22:11:13.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3341 | 2025-01-13T22:11:13.355Z | |
3342 | 2025-01-13T22:11:13.355Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3343 | 2025-01-13T22:11:13.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-01-13T22:11:13.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-01-13T22:11:13.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2025-01-13T22:11:13.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3347 | 2025-01-13T22:11:14.056Z | |
3348 | 2025-01-13T22:11:14.056Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3349 | 2025-01-13T22:11:14.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-01-13T22:11:14.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-01-13T22:11:14.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2025-01-13T22:11:14.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3353 | 2025-01-13T22:11:14.670Z | |
3354 | 2025-01-13T22:11:14.670Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3355 | 2025-01-13T22:11:15.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-01-13T22:11:15.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-01-13T22:11:15.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2025-01-13T22:11:15.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3359 | 2025-01-13T22:11:15.335Z | |
3360 | 2025-01-13T22:11:15.336Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3361 | 2025-01-13T22:11:15.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-01-13T22:11:15.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-01-13T22:11:15.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2025-01-13T22:11:15.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3365 | 2025-01-13T22:11:16.021Z | |
3366 | 2025-01-13T22:11:16.021Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3367 | 2025-01-13T22:11:16.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2025-01-13T22:11:16.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2025-01-13T22:11:16.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3370 | 2025-01-13T22:11:16.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3371 | 2025-01-13T22:11:16.704Z | |
3372 | 2025-01-13T22:11:16.704Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3373 | 2025-01-13T22:11:17.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-01-13T22:11:17.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-01-13T22:11:17.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3376 | 2025-01-13T22:11:17.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3377 | 2025-01-13T22:11:17.387Z | |
3378 | 2025-01-13T22:11:17.387Z | info: running `cargo check --bins` on update-common (154/176) |
3379 | 2025-01-13T22:11:17.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-01-13T22:11:17.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-01-13T22:11:17.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3382 | 2025-01-13T22:11:17.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3383 | 2025-01-13T22:11:18.042Z | |
3384 | 2025-01-13T22:11:18.042Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3385 | 2025-01-13T22:11:18.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3386 | 2025-01-13T22:11:18.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3387 | 2025-01-13T22:11:18.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3388 | 2025-01-13T22:11:18.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3389 | 2025-01-13T22:11:18.699Z | |
3390 | 2025-01-13T22:11:18.699Z | info: running `cargo check --bins` on tufaceous (156/176) |
3391 | 2025-01-13T22:11:19.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2025-01-13T22:11:19.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2025-01-13T22:11:19.378Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3394 | 2025-01-13T22:11:20.611Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3395 | 2025-01-13T22:11:21.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s |
3396 | 2025-01-13T22:11:21.676Z | |
3397 | 2025-01-13T22:11:21.676Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3398 | 2025-01-13T22:11:22.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2025-01-13T22:11:22.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2025-01-13T22:11:22.516Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3401 | 2025-01-13T22:11:22.519Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3402 | 2025-01-13T22:11:22.654Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3403 | 2025-01-13T22:11:22.657Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3404 | 2025-01-13T22:11:23.690Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3405 | 2025-01-13T22:11:49.888Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3406 | 2025-01-13T22:11:49.891Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3407 | 2025-01-13T22:11:49.891Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3408 | 2025-01-13T22:11:49.891Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3409 | 2025-01-13T22:11:49.891Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3410 | 2025-01-13T22:11:50.702Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3411 | 2025-01-13T22:11:52.031Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3412 | 2025-01-13T22:12:31.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3413 | 2025-01-13T22:12:31.749Z | |
3414 | 2025-01-13T22:12:31.749Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3415 | 2025-01-13T22:12:32.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2025-01-13T22:12:32.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2025-01-13T22:12:32.455Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3418 | 2025-01-13T22:12:32.458Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3419 | 2025-01-13T22:12:32.458Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3420 | 2025-01-13T22:12:32.580Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3421 | 2025-01-13T22:12:32.583Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3422 | 2025-01-13T22:12:32.604Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3423 | 2025-01-13T22:12:32.606Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3424 | 2025-01-13T22:12:32.620Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3425 | 2025-01-13T22:12:32.757Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3426 | 2025-01-13T22:12:32.836Z | Checking heck v0.4.1 |
3427 | 2025-01-13T22:12:32.893Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3428 | 2025-01-13T22:12:33.083Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3429 | 2025-01-13T22:12:33.272Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3430 | 2025-01-13T22:12:33.290Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3431 | 2025-01-13T22:12:33.790Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3432 | 2025-01-13T22:12:33.892Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3433 | 2025-01-13T22:12:34.143Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3434 | 2025-01-13T22:12:35.462Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3435 | 2025-01-13T22:12:35.905Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3436 | 2025-01-13T22:12:36.369Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3437 | 2025-01-13T22:12:36.490Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3438 | 2025-01-13T22:12:38.484Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3439 | 2025-01-13T22:12:38.484Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3440 | 2025-01-13T22:12:39.834Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3441 | 2025-01-13T22:12:41.436Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3442 | 2025-01-13T22:12:47.353Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3443 | 2025-01-13T22:12:47.356Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3444 | 2025-01-13T22:12:48.596Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3445 | 2025-01-13T22:12:49.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.95s |
3446 | 2025-01-13T22:12:49.906Z | |
3447 | 2025-01-13T22:12:49.906Z | info: running `cargo check --bins` on installinator-api (159/176) |
3448 | 2025-01-13T22:12:50.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3449 | 2025-01-13T22:12:50.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3450 | 2025-01-13T22:12:50.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3451 | 2025-01-13T22:12:50.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3452 | 2025-01-13T22:12:50.547Z | |
3453 | 2025-01-13T22:12:50.547Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3454 | 2025-01-13T22:12:51.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3455 | 2025-01-13T22:12:51.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3456 | 2025-01-13T22:12:51.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3457 | 2025-01-13T22:12:51.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3458 | 2025-01-13T22:12:51.198Z | |
3459 | 2025-01-13T22:12:51.198Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3460 | 2025-01-13T22:12:51.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3461 | 2025-01-13T22:12:51.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3462 | 2025-01-13T22:12:51.899Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3463 | 2025-01-13T22:12:51.899Z | Compiling petname v2.0.2 |
3464 | 2025-01-13T22:12:51.901Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3465 | 2025-01-13T22:12:51.901Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3466 | 2025-01-13T22:12:51.901Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3467 | 2025-01-13T22:12:51.901Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3468 | 2025-01-13T22:12:52.035Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3469 | 2025-01-13T22:12:52.047Z | Checking sync-ptr v0.1.1 |
3470 | 2025-01-13T22:12:57.584Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3471 | 2025-01-13T22:12:58.253Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3472 | 2025-01-13T22:12:59.447Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3473 | 2025-01-13T22:13:01.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.83s |
3474 | 2025-01-13T22:13:01.227Z | |
3475 | 2025-01-13T22:13:01.227Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3476 | 2025-01-13T22:13:01.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3477 | 2025-01-13T22:13:01.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3478 | 2025-01-13T22:13:01.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3479 | 2025-01-13T22:13:01.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3480 | 2025-01-13T22:13:01.899Z | |
3481 | 2025-01-13T22:13:01.899Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3482 | 2025-01-13T22:13:02.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3483 | 2025-01-13T22:13:02.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3484 | 2025-01-13T22:13:02.558Z | Checking memmap2 v0.9.5 |
3485 | 2025-01-13T22:13:02.559Z | Checking arrayvec v0.7.6 |
3486 | 2025-01-13T22:13:02.559Z | Checking arrayref v0.3.9 |
3487 | 2025-01-13T22:13:02.561Z | Checking constant_time_eq v0.3.1 |
3488 | 2025-01-13T22:13:02.561Z | Checking topological-sort v0.2.2 |
3489 | 2025-01-13T22:13:02.561Z | Checking shell-words v1.1.0 |
3490 | 2025-01-13T22:13:02.921Z | Checking blake3 v1.5.4 |
3491 | 2025-01-13T22:13:03.271Z | Checking omicron-zone-package v0.12.0 |
3492 | 2025-01-13T22:13:04.469Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3493 | 2025-01-13T22:13:05.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
3494 | 2025-01-13T22:13:05.561Z | |
3495 | 2025-01-13T22:13:05.561Z | info: running `cargo check --bins` on xtask (164/176) |
3496 | 2025-01-13T22:13:05.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3497 | 2025-01-13T22:13:05.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3498 | 2025-01-13T22:13:05.991Z | Checking bitflags v2.6.0 |
3499 | 2025-01-13T22:13:05.994Z | Checking serde v1.0.215 |
3500 | 2025-01-13T22:13:05.994Z | Checking thiserror v1.0.69 |
3501 | 2025-01-13T22:13:06.090Z | Checking scroll v0.12.0 |
3502 | 2025-01-13T22:13:06.094Z | Checking log v0.4.22 |
3503 | 2025-01-13T22:13:06.094Z | Checking hashbrown v0.15.1 |
3504 | 2025-01-13T22:13:06.094Z | Checking zerocopy v0.7.35 |
3505 | 2025-01-13T22:13:06.123Z | Checking syn v2.0.87 |
3506 | 2025-01-13T22:13:06.182Z | Checking pest v2.7.14 |
3507 | 2025-01-13T22:13:06.318Z | Checking rustix v0.38.37 |
3508 | 2025-01-13T22:13:06.357Z | Checking once_cell v1.20.2 |
3509 | 2025-01-13T22:13:06.539Z | Checking goblin v0.8.2 |
3510 | 2025-01-13T22:13:06.685Z | Checking fs-err v2.11.0 |
3511 | 2025-01-13T22:13:07.019Z | Checking tabled v0.15.0 |
3512 | 2025-01-13T22:13:07.139Z | Checking indexmap v2.6.0 |
3513 | 2025-01-13T22:13:07.430Z | Checking anyhow v1.0.93 |
3514 | 2025-01-13T22:13:08.329Z | Checking terminal_size v0.4.0 |
3515 | 2025-01-13T22:13:08.329Z | Checking tempfile v3.13.0 |
3516 | 2025-01-13T22:13:08.498Z | Checking clap_builder v4.5.21 |
3517 | 2025-01-13T22:13:08.672Z | Checking dtrace-parser v0.2.0 |
3518 | 2025-01-13T22:13:10.392Z | Checking serde_json v1.0.133 |
3519 | 2025-01-13T22:13:10.392Z | Checking serde_spanned v0.6.8 |
3520 | 2025-01-13T22:13:10.394Z | Checking toml_datetime v0.6.8 |
3521 | 2025-01-13T22:13:10.395Z | Checking camino v1.1.9 |
3522 | 2025-01-13T22:13:10.395Z | Checking semver v1.0.23 |
3523 | 2025-01-13T22:13:10.395Z | Checking cargo-platform v0.1.8 |
3524 | 2025-01-13T22:13:10.625Z | Checking macaddr v1.0.1 |
3525 | 2025-01-13T22:13:10.728Z | Checking toml_edit v0.22.22 |
3526 | 2025-01-13T22:13:10.806Z | Checking clap v4.5.21 |
3527 | 2025-01-13T22:13:10.945Z | Checking camino-tempfile v1.1.1 |
3528 | 2025-01-13T22:13:11.587Z | Checking dof v0.3.0 |
3529 | 2025-01-13T22:13:11.588Z | Checking cargo_metadata v0.18.1 |
3530 | 2025-01-13T22:13:12.004Z | Checking usdt-impl v0.5.0 |
3531 | 2025-01-13T22:13:12.360Z | Checking usdt v0.5.0 |
3532 | 2025-01-13T22:13:12.499Z | Checking toml v0.8.19 |
3533 | 2025-01-13T22:13:12.958Z | Checking cargo_toml v0.20.5 |
3534 | 2025-01-13T22:13:14.143Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3535 | 2025-01-13T22:13:14.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s |
3536 | 2025-01-13T22:13:14.855Z | |
3537 | 2025-01-13T22:13:14.855Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3538 | 2025-01-13T22:13:15.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2025-01-13T22:13:15.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2025-01-13T22:13:15.622Z | Checking polyval v0.6.2 |
3541 | 2025-01-13T22:13:15.735Z | Checking ctr v0.9.2 |
3542 | 2025-01-13T22:13:15.747Z | Checking ssh-encoding v0.2.0 |
3543 | 2025-01-13T22:13:15.747Z | Checking blowfish v0.9.1 |
3544 | 2025-01-13T22:13:15.772Z | Checking password-hash v0.4.2 |
3545 | 2025-01-13T22:13:15.775Z | Checking matches v0.1.10 |
3546 | 2025-01-13T22:13:15.806Z | Checking p521 v0.13.3 |
3547 | 2025-01-13T22:13:15.806Z | Checking p256 v0.13.2 |
3548 | 2025-01-13T22:13:15.882Z | Checking idna v0.2.3 |
3549 | 2025-01-13T22:13:15.945Z | Checking bcrypt-pbkdf v0.10.0 |
3550 | 2025-01-13T22:13:15.962Z | Checking ghash v0.5.1 |
3551 | 2025-01-13T22:13:15.984Z | Compiling enum-as-inner v0.5.1 |
3552 | 2025-01-13T22:13:16.082Z | Checking russh-cryptovec v0.7.3 |
3553 | 2025-01-13T22:13:16.137Z | Checking aes-gcm v0.10.3 |
3554 | 2025-01-13T22:13:16.179Z | Checking pbkdf2 v0.11.0 |
3555 | 2025-01-13T22:13:16.182Z | Checking md5 v0.7.0 |
3556 | 2025-01-13T22:13:16.285Z | Checking num-bigint v0.4.6 |
3557 | 2025-01-13T22:13:16.305Z | Checking des v0.8.1 |
3558 | 2025-01-13T22:13:16.387Z | Checking ssh-cipher v0.2.0 |
3559 | 2025-01-13T22:13:16.470Z | Checking hex-literal v0.4.1 |
3560 | 2025-01-13T22:13:16.470Z | Compiling dhcproto-macros v0.1.0 |
3561 | 2025-01-13T22:13:16.581Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3562 | 2025-01-13T22:13:16.622Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3563 | 2025-01-13T22:13:16.669Z | Checking ssh-key v0.6.6 |
3564 | 2025-01-13T22:13:16.736Z | Checking internet-checksum v0.2.1 |
3565 | 2025-01-13T22:13:17.024Z | Checking trust-dns-proto v0.22.0 |
3566 | 2025-01-13T22:13:17.979Z | Checking russh-keys v0.45.0 |
3567 | 2025-01-13T22:13:18.887Z | Checking russh v0.45.0 |
3568 | 2025-01-13T22:13:19.507Z | Checking dhcproto v0.12.0 |
3569 | 2025-01-13T22:13:37.052Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3570 | 2025-01-13T22:13:38.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.59s |
3571 | 2025-01-13T22:13:38.661Z | |
3572 | 2025-01-13T22:13:38.661Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3573 | 2025-01-13T22:13:39.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3574 | 2025-01-13T22:13:39.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3575 | 2025-01-13T22:13:39.309Z | Checking termios v0.3.3 |
3576 | 2025-01-13T22:13:39.530Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3577 | 2025-01-13T22:13:40.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3578 | 2025-01-13T22:13:40.488Z | |
3579 | 2025-01-13T22:13:40.488Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3580 | 2025-01-13T22:13:41.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3581 | 2025-01-13T22:13:41.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3582 | 2025-01-13T22:13:41.192Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3583 | 2025-01-13T22:13:41.192Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3584 | 2025-01-13T22:13:41.195Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3585 | 2025-01-13T22:13:41.195Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3586 | 2025-01-13T22:13:42.271Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3587 | 2025-01-13T22:13:43.578Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3588 | 2025-01-13T22:13:45.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s |
3589 | 2025-01-13T22:13:45.670Z | |
3590 | 2025-01-13T22:13:45.670Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3591 | 2025-01-13T22:13:46.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2025-01-13T22:13:46.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2025-01-13T22:13:46.314Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3594 | 2025-01-13T22:13:46.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3595 | 2025-01-13T22:13:46.980Z | |
3596 | 2025-01-13T22:13:46.980Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3597 | 2025-01-13T22:13:47.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-01-13T22:13:47.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-01-13T22:13:47.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3600 | 2025-01-13T22:13:47.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3601 | 2025-01-13T22:13:47.596Z | |
3602 | 2025-01-13T22:13:47.596Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3603 | 2025-01-13T22:13:48.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2025-01-13T22:13:48.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2025-01-13T22:13:48.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3606 | 2025-01-13T22:13:48.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3607 | 2025-01-13T22:13:48.219Z | |
3608 | 2025-01-13T22:13:48.219Z | info: running `cargo check --bins` on omicron-package (171/176) |
3609 | 2025-01-13T22:13:48.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2025-01-13T22:13:48.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2025-01-13T22:13:48.896Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3612 | 2025-01-13T22:13:50.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3613 | 2025-01-13T22:13:50.495Z | |
3614 | 2025-01-13T22:13:50.495Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3615 | 2025-01-13T22:13:51.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2025-01-13T22:13:51.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2025-01-13T22:13:51.209Z | Checking rtoolbox v0.0.2 |
3618 | 2025-01-13T22:13:51.212Z | Checking tui-tree-widget v0.22.0 |
3619 | 2025-01-13T22:13:51.212Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3620 | 2025-01-13T22:13:51.452Z | Checking rpassword v7.3.1 |
3621 | 2025-01-13T22:13:55.491Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3622 | 2025-01-13T22:13:58.506Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3623 | 2025-01-13T22:13:59.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s |
3624 | 2025-01-13T22:13:59.945Z | |
3625 | 2025-01-13T22:13:59.945Z | info: running `cargo check --bins` on wicket (173/176) |
3626 | 2025-01-13T22:14:00.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3627 | 2025-01-13T22:14:00.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3628 | 2025-01-13T22:14:00.650Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3629 | 2025-01-13T22:14:01.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3630 | 2025-01-13T22:14:01.296Z | |
3631 | 2025-01-13T22:14:01.296Z | info: running `cargo check --bins` on wicketd (174/176) |
3632 | 2025-01-13T22:14:01.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3633 | 2025-01-13T22:14:01.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3634 | 2025-01-13T22:14:02.022Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3635 | 2025-01-13T22:14:02.025Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3636 | 2025-01-13T22:14:02.877Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3637 | 2025-01-13T22:14:06.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
3638 | 2025-01-13T22:14:06.910Z | |
3639 | 2025-01-13T22:14:06.910Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3640 | 2025-01-13T22:14:07.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3641 | 2025-01-13T22:14:07.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3642 | 2025-01-13T22:14:07.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3643 | 2025-01-13T22:14:07.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3644 | 2025-01-13T22:14:07.534Z | |
3645 | 2025-01-13T22:14:07.534Z | info: running `cargo check --bins` on zone-setup (176/176) |
3646 | 2025-01-13T22:14:08.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3647 | 2025-01-13T22:14:08.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3648 | 2025-01-13T22:14:08.279Z | Checking uzers v0.12.1 |
3649 | 2025-01-13T22:14:08.621Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3650 | 2025-01-13T22:14:09.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
3651 | 2025-01-13T22:14:10.011Z | |
3652 | 2025-01-13T22:14:10.011Z | real 13:41.599478067 |
3653 | 2025-01-13T22:14:10.011Z | user 25:31.252307314 |
3654 | 2025-01-13T22:14:10.011Z | sys 5:52.113153148 |
3655 | 2025-01-13T22:14:10.011Z | trap 0.471973062 |
3656 | 2025-01-13T22:14:10.011Z | tflt 2.490548935 |
3657 | 2025-01-13T22:14:10.011Z | dflt 2.934484790 |
3658 | 2025-01-13T22:14:10.011Z | kflt 0.000757792 |
3659 | 2025-01-13T22:14:10.011Z | lock 48:54.648938238 |
3660 | 2025-01-13T22:14:10.014Z | slp 2:14:13.248527774 |
3661 | 2025-01-13T22:14:10.014Z | lat 1:05.230928906 |
3662 | 2025-01-13T22:14:10.014Z | stop 3:34.314418192 |
3663 | 2025-01-13T22:14:10.014Z | process exited: duration 1155231 ms, exit code 0 |
|
3664 | 2025-01-13T22:14:10.021Z | found 0 output files |