|
|
|
1 | 2024-10-30T18:44:44.265Z | job assigned to worker 01JBFBVT2C58SWZF0KFS41R4QB (queued for 3 m 10 s) |
|
2 | 2024-10-30T18:44:51.325Z | starting task 0: "setup" |
3 | 2024-10-30T18:44:51.330Z | ++ uname -s |
4 | 2024-10-30T18:44:51.338Z | + kern=SunOS |
5 | 2024-10-30T18:44:51.338Z | + case "$kern" in |
6 | 2024-10-30T18:44:51.338Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T18:44:51.338Z | + groupadd -g 12345 build |
8 | 2024-10-30T18:44:51.338Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T18:44:53.345Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T18:44:53.452Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T18:44:53.461Z | + home_fs=zfs |
12 | 2024-10-30T18:44:53.461Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T18:44:53.461Z | + mkdir -p /home/build |
14 | 2024-10-30T18:44:53.465Z | + chown build:build /home/build /work |
15 | 2024-10-30T18:44:55.460Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T18:44:55.463Z | process exited: duration 4146 ms, exit code 0 |
|
17 | 2024-10-30T18:44:55.468Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T18:44:55.475Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T18:44:55.476Z | * toolchain channel = "1.80.1" |
20 | 2024-10-30T18:44:55.476Z | ' 1.80.1 |
21 | 2024-10-30T18:44:55.476Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T18:44:55.476Z | ' default |
23 | 2024-10-30T18:44:55.476Z | * toolchain profile = "default" |
24 | 2024-10-30T18:44:55.478Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T18:44:55.478Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-30T18:44:55.625Z | info: downloading installer |
27 | 2024-10-30T18:44:57.166Z | info: profile set to 'default' |
28 | 2024-10-30T18:44:57.166Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T18:44:57.169Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-30T18:44:57.336Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-30T18:44:57.336Z | info: downloading component 'cargo' |
32 | 2024-10-30T18:44:58.304Z | info: downloading component 'clippy' |
33 | 2024-10-30T18:44:58.752Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T18:45:00.090Z | info: downloading component 'rust-std' |
35 | 2024-10-30T18:45:01.974Z | info: downloading component 'rustc' |
36 | 2024-10-30T18:45:07.332Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T18:45:07.609Z | info: installing component 'cargo' |
38 | 2024-10-30T18:45:08.558Z | info: installing component 'clippy' |
39 | 2024-10-30T18:45:08.949Z | info: installing component 'rust-docs' |
40 | 2024-10-30T18:45:10.853Z | info: installing component 'rust-std' |
41 | 2024-10-30T18:45:12.605Z | info: installing component 'rustc' |
42 | 2024-10-30T18:45:17.232Z | info: installing component 'rustfmt' |
43 | 2024-10-30T18:45:17.602Z | |
44 | 2024-10-30T18:45:17.602Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
45 | 2024-10-30T18:45:17.867Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-30T18:45:17.867Z | |
47 | 2024-10-30T18:45:17.870Z | |
48 | 2024-10-30T18:45:17.870Z | Rust is installed now. Great! |
49 | 2024-10-30T18:45:17.870Z | |
50 | 2024-10-30T18:45:17.870Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T18:45:17.870Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T18:45:17.870Z | |
53 | 2024-10-30T18:45:17.870Z | To configure your current shell, you need to source |
54 | 2024-10-30T18:45:17.870Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T18:45:17.870Z | |
56 | 2024-10-30T18:45:17.870Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T18:45:17.870Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T18:45:17.870Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T18:45:17.961Z | + rustc --version |
60 | 2024-10-30T18:45:18.039Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-30T18:45:18.044Z | process exited: duration 22573 ms, exit code 0 |
|
62 | 2024-10-30T18:45:18.050Z | starting task 2: "authentication" |
63 | 2024-10-30T18:45:18.075Z | process exited: duration 24 ms, exit code 0 |
|
64 | 2024-10-30T18:45:18.080Z | starting task 3: "clone repository" |
65 | 2024-10-30T18:45:18.087Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T18:45:18.090Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T18:45:18.126Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T18:45:25.495Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T18:45:25.498Z | + git fetch origin 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
70 | 2024-10-30T18:45:25.796Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T18:45:25.796Z | * branch 24c967f68413228880ef7b9f9a6bcd12862d19b0 -> FETCH_HEAD |
72 | 2024-10-30T18:45:25.810Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T18:45:25.813Z | ++ git branch --show-current |
74 | 2024-10-30T18:45:25.815Z | + current=main |
75 | 2024-10-30T18:45:25.815Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T18:45:25.816Z | + git branch -f zl/mgd-ddm-meta 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
77 | 2024-10-30T18:45:25.820Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T18:45:26.023Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T18:45:26.028Z | + git reset --hard 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
80 | 2024-10-30T18:45:26.090Z | HEAD is now at 24c967f68 Add switch/sled metadata to ddm/mgd related timeseries |
81 | 2024-10-30T18:45:26.093Z | process exited: duration 8010 ms, exit code 0 |
|
82 | 2024-10-30T18:45:26.098Z | starting task 4: "build" |
83 | 2024-10-30T18:45:26.106Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T18:45:26.106Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T18:45:26.106Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T18:45:26.106Z | + cargo --version |
87 | 2024-10-30T18:45:26.181Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-30T18:45:26.184Z | + rustc --version |
89 | 2024-10-30T18:45:26.262Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-30T18:45:26.267Z | + source ./env.sh |
91 | 2024-10-30T18:45:26.270Z | ++ OLD_SHELL_OPTS=ehxB |
92 | 2024-10-30T18:45:26.270Z | ++ set -o xtrace |
93 | 2024-10-30T18:45:26.273Z | ++++ dirname ./env.sh |
94 | 2024-10-30T18:45:26.273Z | +++ readlink -f . |
95 | 2024-10-30T18:45:26.278Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
96 | 2024-10-30T18:45:26.280Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-10-30T18:45:26.280Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-10-30T18:45:26.280Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-10-30T18:45:26.281Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-10-30T18:45:26.281Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-10-30T18:45:26.281Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-10-30T18:45:26.281Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-10-30T18:45:26.281Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-10-30T18:45:26.281Z | ++ case $OLD_SHELL_OPTS in |
105 | 2024-10-30T18:45:26.281Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
106 | 2024-10-30T18:45:26.281Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-10-30T18:45:26.281Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
108 | 2024-10-30T18:45:26.281Z | + banner prerequisites |
109 | 2024-10-30T18:45:26.283Z | |
110 | 2024-10-30T18:45:26.283Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-10-30T18:45:26.283Z | # # # # # # # # # # # # # # # |
112 | 2024-10-30T18:45:26.283Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-10-30T18:45:26.283Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-10-30T18:45:26.283Z | # # # # # # # # # # # # # # # |
115 | 2024-10-30T18:45:26.283Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-10-30T18:45:26.283Z | |
117 | 2024-10-30T18:45:26.283Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
118 | 2024-10-30T18:45:35.591Z | Startup: Refreshing catalog 'helios-dev' ... Done |
119 | 2024-10-30T18:45:39.261Z | Startup: Caching catalogs ... Done |
120 | 2024-10-30T18:45:48.262Z | Planning: Solver setup ... Done (7.977s) |
121 | 2024-10-30T18:45:48.370Z | Planning: Running solver ... Done (0.107s) |
122 | 2024-10-30T18:45:48.517Z | Planning: Finding local manifests ... Done (0.003s) |
123 | 2024-10-30T18:45:48.522Z | Planning: Fetching manifests: 0/5 0% complete |
124 | 2024-10-30T18:45:48.766Z | Planning: Fetching manifests: 5/5 100% complete |
125 | 2024-10-30T18:45:48.930Z | Planning: Package planning ... Done (0.163s) |
126 | 2024-10-30T18:45:48.987Z | Planning: Merging actions ... Done (0.058s) |
127 | 2024-10-30T18:45:49.210Z | Planning: Checking for conflicting actions ... Done (0.223s) |
128 | 2024-10-30T18:45:51.139Z | Planning: Consolidating action changes ... Done (1.927s) |
129 | 2024-10-30T18:45:51.621Z | Planning: Evaluating mediators ... Done (0.482s) |
130 | 2024-10-30T18:45:51.733Z | Planning: Planning completed in 12.37 seconds |
131 | 2024-10-30T18:45:51.752Z | Packages to install: 4 |
132 | 2024-10-30T18:45:51.752Z | Packages to update: 1 |
133 | 2024-10-30T18:45:51.752Z | Mediators to change: 2 |
134 | 2024-10-30T18:45:51.755Z | Services to change: 1 |
135 | 2024-10-30T18:45:51.755Z | Estimated space available: 155.70 GB |
136 | 2024-10-30T18:45:51.755Z | Estimated space to be consumed: 1.58 GB |
137 | 2024-10-30T18:45:51.756Z | Create boot environment: No |
138 | 2024-10-30T18:45:51.756Z | Create backup boot environment: Yes |
139 | 2024-10-30T18:45:51.756Z | Rebuild boot archive: No |
140 | 2024-10-30T18:45:51.756Z | |
141 | 2024-10-30T18:45:51.756Z | Changed mediators: |
142 | 2024-10-30T18:45:51.756Z | mediator clang: |
143 | 2024-10-30T18:45:51.756Z | version: None -> 15 (system default) |
144 | 2024-10-30T18:45:51.756Z | |
145 | 2024-10-30T18:45:51.756Z | mediator llvm: |
146 | 2024-10-30T18:45:51.756Z | version: 14 (system default) -> 15 (system default) |
147 | 2024-10-30T18:45:51.756Z | |
148 | 2024-10-30T18:45:51.756Z | Changed packages: |
149 | 2024-10-30T18:45:51.756Z | helios-dev |
150 | 2024-10-30T18:45:51.756Z | developer/build-essential |
151 | 2024-10-30T18:45:51.756Z | None -> 11-2.0 |
152 | 2024-10-30T18:45:51.756Z | library/libxmlsec1 |
153 | 2024-10-30T18:45:51.756Z | None -> 1.2.35-2.0 |
154 | 2024-10-30T18:45:51.756Z | ooce/developer/clang-15 |
155 | 2024-10-30T18:45:51.756Z | None -> 15.0.7-2.0 |
156 | 2024-10-30T18:45:51.756Z | ooce/developer/llvm-15 |
157 | 2024-10-30T18:45:51.756Z | None -> 15.0.7-2.0 |
158 | 2024-10-30T18:45:51.756Z | package/pkg |
159 | 2024-10-30T18:45:51.756Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
160 | 2024-10-30T18:45:51.756Z | |
161 | 2024-10-30T18:45:51.756Z | Services: |
162 | 2024-10-30T18:45:51.756Z | restart_fmri: |
163 | 2024-10-30T18:45:51.756Z | svc:/system/update-man-index:default |
164 | 2024-10-30T18:45:51.756Z | |
165 | 2024-10-30T18:45:51.756Z | Editable files to change: |
166 | 2024-10-30T18:45:51.756Z | Update: |
167 | 2024-10-30T18:45:51.756Z | usr/share/lib/pkg/web/config.shtml |
168 | 2024-10-30T18:45:51.849Z | |
169 | 2024-10-30T18:45:51.849Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
170 | 2024-10-30T18:45:56.850Z | Download: 1402/4281 items 108.1/220.6MB 49% complete (21.6M/s) |
171 | 2024-10-30T18:46:01.851Z | Download: 3237/4281 items 169.2/220.6MB 76% complete (16.9M/s) |
172 | 2024-10-30T18:46:06.467Z | Download: Completed 220.60 MB in 14.62 seconds (15.1M/s) |
173 | 2024-10-30T18:46:08.533Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-10-30T18:46:08.556Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-10-30T18:46:13.589Z | Actions: 3648/5063 actions (Installing new actions) |
176 | 2024-10-30T18:46:13.773Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-10-30T18:46:14.154Z | Actions: Completed 5063 actions in 5.62 seconds. |
178 | 2024-10-30T18:46:14.652Z | Done (0.484s) |
179 | 2024-10-30T18:46:14.655Z | Done (0.000s) |
180 | 2024-10-30T18:46:15.194Z | Done (0.539s) |
181 | 2024-10-30T18:46:20.929Z | Done (5.481s) |
182 | 2024-10-30T18:46:21.055Z | Done (0.018s) |
183 | 2024-10-30T18:46:21.058Z | Done (0.000s) |
184 | 2024-10-30T18:46:21.270Z | Done (0.000s) |
185 | 2024-10-30T18:46:22.223Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-10-30T18:46:22.431Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-10-30T18:46:22.433Z | Planning: Consolidating action changes ... Done |
188 | 2024-10-30T18:46:22.774Z | Planning: Evaluating mediators ... Done |
189 | 2024-10-30T18:46:22.776Z | Planning: Planning completed in 0.55 seconds |
190 | 2024-10-30T18:46:22.821Z | Mediators to change: 2 |
191 | 2024-10-30T18:46:22.821Z | Create boot environment: No |
192 | 2024-10-30T18:46:22.824Z | Create backup boot environment: No |
193 | 2024-10-30T18:46:22.927Z | Done |
194 | 2024-10-30T18:46:22.927Z | Done |
195 | 2024-10-30T18:46:23.372Z | Done |
196 | 2024-10-30T18:46:28.635Z | Done |
197 | 2024-10-30T18:46:28.776Z | Done |
198 | 2024-10-30T18:46:28.779Z | Done |
199 | 2024-10-30T18:46:28.866Z | Done |
200 | 2024-10-30T18:46:29.736Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-10-30T18:46:29.739Z | Planning: Merging actions ... Done |
202 | 2024-10-30T18:46:29.986Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-10-30T18:46:29.989Z | Planning: Consolidating action changes ... Done |
204 | 2024-10-30T18:46:30.339Z | Planning: Evaluating mediators ... Done |
205 | 2024-10-30T18:46:30.404Z | Planning: Planning completed in 0.97 seconds |
206 | 2024-10-30T18:46:30.448Z | Packages to change: 1 |
207 | 2024-10-30T18:46:30.448Z | Mediators to change: 1 |
208 | 2024-10-30T18:46:30.448Z | Services to change: 1 |
209 | 2024-10-30T18:46:30.448Z | Create boot environment: No |
210 | 2024-10-30T18:46:30.451Z | Create backup boot environment: Yes |
211 | 2024-10-30T18:46:32.727Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-10-30T18:46:32.730Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-10-30T18:46:32.730Z | Done |
214 | 2024-10-30T18:46:32.730Z | Done |
215 | 2024-10-30T18:46:32.847Z | Done |
216 | 2024-10-30T18:46:38.097Z | Done |
217 | 2024-10-30T18:46:38.229Z | Done |
218 | 2024-10-30T18:46:38.232Z | Done |
219 | 2024-10-30T18:46:38.314Z | Done |
220 | 2024-10-30T18:46:38.973Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-10-30T18:46:38.973Z | clang system 15 system |
222 | 2024-10-30T18:46:38.973Z | csh system system illumos |
223 | 2024-10-30T18:46:38.973Z | ctags system system illumos |
224 | 2024-10-30T18:46:38.973Z | gcc vendor 12 vendor |
225 | 2024-10-30T18:46:38.974Z | gcc system 10 system |
226 | 2024-10-30T18:46:38.974Z | gcc system 7 system |
227 | 2024-10-30T18:46:38.974Z | go system 1.20 system |
228 | 2024-10-30T18:46:38.974Z | go system 1.19 system |
229 | 2024-10-30T18:46:38.974Z | llvm system 15 system |
230 | 2024-10-30T18:46:38.974Z | llvm system 14 system |
231 | 2024-10-30T18:46:38.974Z | mariadb system 10.6 system |
232 | 2024-10-30T18:46:38.974Z | mta vendor vendor dma |
233 | 2024-10-30T18:46:38.974Z | openjdk system 17 system |
234 | 2024-10-30T18:46:38.974Z | openjdk system 11 system |
235 | 2024-10-30T18:46:38.974Z | openjdk system 1.8 system |
236 | 2024-10-30T18:46:38.974Z | openssl vendor 3 vendor |
237 | 2024-10-30T18:46:38.974Z | perl system 5.36 system |
238 | 2024-10-30T18:46:38.974Z | postgresql system 15 system |
239 | 2024-10-30T18:46:38.974Z | postgresql system 13 system |
240 | 2024-10-30T18:46:38.974Z | python vendor 3 vendor |
241 | 2024-10-30T18:46:38.974Z | python system 2 system |
242 | 2024-10-30T18:46:38.974Z | python3 system 3.11 system |
243 | 2024-10-30T18:46:38.974Z | ruby system 3.0 system |
244 | 2024-10-30T18:46:38.974Z | words vendor vendor american-english |
245 | 2024-10-30T18:46:38.974Z | words system system australian-english |
246 | 2024-10-30T18:46:38.974Z | words system system british-english |
247 | 2024-10-30T18:46:38.974Z | words system system canadian-english |
248 | 2024-10-30T18:46:38.974Z | words system system french |
249 | 2024-10-30T18:46:38.974Z | words system system italian |
250 | 2024-10-30T18:46:38.975Z | words system system ngerman |
251 | 2024-10-30T18:46:38.975Z | words system system ogerman |
252 | 2024-10-30T18:46:38.975Z | words system system spanish |
253 | 2024-10-30T18:46:39.477Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-10-30T18:46:39.477Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-10-30T18:46:42.377Z | FMRI IFO |
256 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-10-30T18:46:42.377Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-10-30T18:46:43.437Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-10-30T18:46:43.730Z | Updating crates.io index |
273 | 2024-10-30T18:46:43.790Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-10-30T18:46:44.621Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-10-30T18:46:45.051Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-10-30T18:46:45.305Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-10-30T18:46:45.742Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-10-30T18:46:46.573Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-10-30T18:46:48.899Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-10-30T18:46:49.930Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-10-30T18:46:50.746Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-10-30T18:46:50.991Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-10-30T18:46:51.281Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-10-30T18:46:52.044Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-10-30T18:46:52.398Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-10-30T18:46:52.683Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-10-30T18:46:52.973Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-10-30T18:46:53.232Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-10-30T18:46:53.474Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-10-30T18:46:53.914Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-10-30T18:46:54.296Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-10-30T18:46:54.762Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-10-30T18:46:55.043Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-10-30T18:46:55.517Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-10-30T18:46:55.891Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-10-30T18:46:56.247Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-10-30T18:46:56.751Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-10-30T18:46:57.006Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-10-30T18:46:57.272Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-10-30T18:46:58.837Z | Downloading crates ... |
301 | 2024-10-30T18:46:58.916Z | Downloaded fnv v1.0.7 |
302 | 2024-10-30T18:46:58.925Z | Downloaded camino v1.1.9 |
303 | 2024-10-30T18:46:58.927Z | Downloaded autocfg v1.4.0 |
304 | 2024-10-30T18:46:58.934Z | Downloaded clap v4.5.20 |
305 | 2024-10-30T18:46:58.944Z | Downloaded equivalent v1.0.1 |
306 | 2024-10-30T18:46:58.947Z | Downloaded cpufeatures v0.2.14 |
307 | 2024-10-30T18:46:58.957Z | Downloaded bytecount v0.6.8 |
308 | 2024-10-30T18:46:58.960Z | Downloaded plain v0.2.3 |
309 | 2024-10-30T18:46:58.962Z | Downloaded clap_lex v0.7.2 |
310 | 2024-10-30T18:46:58.962Z | Downloaded tabled_derive v0.7.0 |
311 | 2024-10-30T18:46:58.965Z | Downloaded proc-macro-error-attr v1.0.4 |
312 | 2024-10-30T18:46:58.965Z | Downloaded heck v0.5.0 |
313 | 2024-10-30T18:46:58.967Z | Downloaded itoa v1.0.11 |
314 | 2024-10-30T18:46:58.970Z | Downloaded usdt v0.5.0 |
315 | 2024-10-30T18:46:58.970Z | Downloaded thiserror-impl v1.0.64 |
316 | 2024-10-30T18:46:58.970Z | Downloaded smawk v0.3.2 |
317 | 2024-10-30T18:46:58.972Z | Downloaded serde_spanned v0.6.8 |
318 | 2024-10-30T18:46:58.976Z | Downloaded anstyle v1.0.8 |
319 | 2024-10-30T18:46:58.978Z | Downloaded version_check v0.9.5 |
320 | 2024-10-30T18:46:58.978Z | Downloaded usdt-impl v0.5.0 |
321 | 2024-10-30T18:46:58.978Z | Downloaded cargo_metadata v0.18.1 |
322 | 2024-10-30T18:46:58.981Z | Downloaded anstyle-parse v0.2.5 |
323 | 2024-10-30T18:46:58.984Z | Downloaded once_cell v1.20.2 |
324 | 2024-10-30T18:46:58.986Z | Downloaded pest_derive v2.7.14 |
325 | 2024-10-30T18:46:58.989Z | Downloaded dof v0.3.0 |
326 | 2024-10-30T18:46:58.991Z | Downloaded scroll v0.12.0 |
327 | 2024-10-30T18:46:58.991Z | Downloaded anstyle-query v1.1.1 |
328 | 2024-10-30T18:46:58.994Z | Downloaded anstream v0.6.15 |
329 | 2024-10-30T18:46:58.996Z | Downloaded textwrap v0.16.1 |
330 | 2024-10-30T18:46:59.003Z | Downloaded typenum v1.17.0 |
331 | 2024-10-30T18:46:59.007Z | Downloaded serde v1.0.210 |
332 | 2024-10-30T18:46:59.023Z | Downloaded dtrace-parser v0.2.0 |
333 | 2024-10-30T18:46:59.032Z | Downloaded digest v0.10.7 |
334 | 2024-10-30T18:46:59.035Z | Downloaded generic-array v0.14.7 |
335 | 2024-10-30T18:46:59.038Z | Downloaded cargo-platform v0.1.8 |
336 | 2024-10-30T18:46:59.040Z | Downloaded camino-tempfile v1.1.1 |
337 | 2024-10-30T18:46:59.043Z | Downloaded byteorder v1.5.0 |
338 | 2024-10-30T18:46:59.046Z | Downloaded block-buffer v0.10.4 |
339 | 2024-10-30T18:46:59.048Z | Downloaded scroll_derive v0.12.0 |
340 | 2024-10-30T18:46:59.051Z | Downloaded pretty-hex v0.4.1 |
341 | 2024-10-30T18:46:59.060Z | Downloaded swrite v0.1.0 |
342 | 2024-10-30T18:46:59.063Z | Downloaded fastrand v2.1.1 |
343 | 2024-10-30T18:46:59.067Z | Downloaded errno v0.3.9 |
344 | 2024-10-30T18:46:59.070Z | Downloaded crypto-common v0.1.6 |
345 | 2024-10-30T18:46:59.070Z | Downloaded usdt-macro v0.5.0 |
346 | 2024-10-30T18:46:59.070Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2024-10-30T18:46:59.070Z | Downloaded macaddr v1.0.1 |
348 | 2024-10-30T18:46:59.073Z | Downloaded fs-err v2.11.0 |
349 | 2024-10-30T18:46:59.075Z | Downloaded colorchoice v1.0.2 |
350 | 2024-10-30T18:46:59.075Z | Downloaded clap_derive v4.5.18 |
351 | 2024-10-30T18:46:59.078Z | Downloaded cfg-if v1.0.0 |
352 | 2024-10-30T18:46:59.085Z | Downloaded is_terminal_polyfill v1.70.1 |
353 | 2024-10-30T18:46:59.091Z | Downloaded pest_generator v2.7.14 |
354 | 2024-10-30T18:46:59.095Z | Downloaded strsim v0.11.1 |
355 | 2024-10-30T18:46:59.097Z | Downloaded memmap v0.7.0 |
356 | 2024-10-30T18:46:59.101Z | Downloaded thread-id v4.2.2 |
357 | 2024-10-30T18:46:59.103Z | Downloaded thiserror v1.0.64 |
358 | 2024-10-30T18:46:59.108Z | Downloaded unicode-linebreak v0.1.5 |
359 | 2024-10-30T18:46:59.111Z | Downloaded toml_datetime v0.6.8 |
360 | 2024-10-30T18:46:59.114Z | Downloaded terminal_size v0.4.0 |
361 | 2024-10-30T18:46:59.114Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2024-10-30T18:46:59.116Z | Downloaded cargo_toml v0.20.5 |
363 | 2024-10-30T18:46:59.119Z | Downloaded bitflags v2.6.0 |
364 | 2024-10-30T18:46:59.122Z | Downloaded heck v0.4.1 |
365 | 2024-10-30T18:46:59.124Z | Downloaded proc-macro-error v1.0.4 |
366 | 2024-10-30T18:46:59.128Z | Downloaded sha2 v0.10.8 |
367 | 2024-10-30T18:46:59.131Z | Downloaded semver v1.0.23 |
368 | 2024-10-30T18:46:59.134Z | Downloaded utf8parse v0.2.2 |
369 | 2024-10-30T18:46:59.140Z | Downloaded ucd-trie v0.1.7 |
370 | 2024-10-30T18:46:59.143Z | Downloaded anyhow v1.0.89 |
371 | 2024-10-30T18:46:59.148Z | Downloaded zerocopy-derive v0.7.35 |
372 | 2024-10-30T18:46:59.157Z | Downloaded proc-macro2 v1.0.87 |
373 | 2024-10-30T18:46:59.160Z | Downloaded log v0.4.22 |
374 | 2024-10-30T18:46:59.163Z | Downloaded serde_derive v1.0.210 |
375 | 2024-10-30T18:46:59.166Z | Downloaded papergrid v0.11.0 |
376 | 2024-10-30T18:46:59.172Z | Downloaded toml v0.8.19 |
377 | 2024-10-30T18:46:59.176Z | Downloaded unicode-ident v1.0.13 |
378 | 2024-10-30T18:46:59.179Z | Downloaded ryu v1.0.18 |
379 | 2024-10-30T18:46:59.183Z | Downloaded quote v1.0.37 |
380 | 2024-10-30T18:46:59.186Z | Downloaded pest_meta v2.7.14 |
381 | 2024-10-30T18:46:59.189Z | Downloaded tempfile v3.13.0 |
382 | 2024-10-30T18:46:59.193Z | Downloaded zerocopy v0.7.35 |
383 | 2024-10-30T18:46:59.211Z | Downloaded indexmap v2.6.0 |
384 | 2024-10-30T18:46:59.217Z | Downloaded goblin v0.8.2 |
385 | 2024-10-30T18:46:59.232Z | Downloaded memchr v2.7.4 |
386 | 2024-10-30T18:46:59.239Z | Downloaded toml_edit v0.22.22 |
387 | 2024-10-30T18:46:59.261Z | Downloaded pest v2.7.14 |
388 | 2024-10-30T18:46:59.266Z | Downloaded hashbrown v0.15.0 |
389 | 2024-10-30T18:46:59.272Z | Downloaded syn v1.0.109 |
390 | 2024-10-30T18:46:59.284Z | Downloaded clap_builder v4.5.20 |
391 | 2024-10-30T18:46:59.290Z | Downloaded serde_json v1.0.128 |
392 | 2024-10-30T18:46:59.300Z | Downloaded winnow v0.6.20 |
393 | 2024-10-30T18:46:59.310Z | Downloaded tabled v0.15.0 |
394 | 2024-10-30T18:46:59.330Z | Downloaded unicode-width v0.1.14 |
395 | 2024-10-30T18:46:59.336Z | Downloaded syn v2.0.79 |
396 | 2024-10-30T18:46:59.350Z | Downloaded rustix v0.38.37 |
397 | 2024-10-30T18:46:59.381Z | Downloaded libc v0.2.161 |
398 | 2024-10-30T18:46:59.711Z | Compiling proc-macro2 v1.0.87 |
399 | 2024-10-30T18:46:59.711Z | Compiling unicode-ident v1.0.13 |
400 | 2024-10-30T18:46:59.714Z | Compiling serde v1.0.210 |
401 | 2024-10-30T18:46:59.714Z | Compiling version_check v0.9.5 |
402 | 2024-10-30T18:46:59.714Z | Compiling thiserror v1.0.64 |
403 | 2024-10-30T18:46:59.714Z | Compiling memchr v2.7.4 |
404 | 2024-10-30T18:46:59.754Z | Compiling libc v0.2.161 |
405 | 2024-10-30T18:46:59.758Z | Compiling ryu v1.0.18 |
406 | 2024-10-30T18:47:00.010Z | Compiling ucd-trie v0.1.7 |
407 | 2024-10-30T18:47:00.681Z | Compiling itoa v1.0.11 |
408 | 2024-10-30T18:47:00.718Z | Compiling once_cell v1.20.2 |
409 | 2024-10-30T18:47:00.842Z | Compiling byteorder v1.5.0 |
410 | 2024-10-30T18:47:00.909Z | Compiling serde_json v1.0.128 |
411 | 2024-10-30T18:47:00.992Z | Compiling rustix v0.38.37 |
412 | 2024-10-30T18:47:01.394Z | Compiling bitflags v2.6.0 |
413 | 2024-10-30T18:47:01.635Z | Compiling usdt-impl v0.5.0 |
414 | 2024-10-30T18:47:01.883Z | Compiling quote v1.0.37 |
415 | 2024-10-30T18:47:02.061Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-10-30T18:47:02.096Z | Compiling syn v1.0.109 |
417 | 2024-10-30T18:47:02.179Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-10-30T18:47:02.354Z | Compiling syn v2.0.79 |
419 | 2024-10-30T18:47:02.356Z | Compiling errno v0.3.9 |
420 | 2024-10-30T18:47:02.719Z | Compiling log v0.4.22 |
421 | 2024-10-30T18:47:02.756Z | Compiling utf8parse v0.2.2 |
422 | 2024-10-30T18:47:02.795Z | Compiling camino v1.1.9 |
423 | 2024-10-30T18:47:03.017Z | Compiling hashbrown v0.15.0 |
424 | 2024-10-30T18:47:03.052Z | Compiling equivalent v1.0.1 |
425 | 2024-10-30T18:47:03.085Z | Compiling plain v0.2.3 |
426 | 2024-10-30T18:47:03.206Z | Compiling thread-id v4.2.2 |
427 | 2024-10-30T18:47:03.384Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-10-30T18:47:03.800Z | Compiling pretty-hex v0.4.1 |
429 | 2024-10-30T18:47:03.841Z | Compiling winnow v0.6.20 |
430 | 2024-10-30T18:47:04.118Z | Compiling anstyle-query v1.1.1 |
431 | 2024-10-30T18:47:04.146Z | Compiling colorchoice v1.0.2 |
432 | 2024-10-30T18:47:04.308Z | Compiling anstyle v1.0.8 |
433 | 2024-10-30T18:47:04.364Z | Compiling unicode-width v0.1.14 |
434 | 2024-10-30T18:47:04.422Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-10-30T18:47:04.581Z | Compiling indexmap v2.6.0 |
436 | 2024-10-30T18:47:04.694Z | Compiling semver v1.0.23 |
437 | 2024-10-30T18:47:04.915Z | Compiling autocfg v1.4.0 |
438 | 2024-10-30T18:47:05.012Z | Compiling anstream v0.6.15 |
439 | 2024-10-30T18:47:05.521Z | Compiling terminal_size v0.4.0 |
440 | 2024-10-30T18:47:06.034Z | Compiling fastrand v2.1.1 |
441 | 2024-10-30T18:47:06.156Z | Compiling heck v0.5.0 |
442 | 2024-10-30T18:47:06.259Z | Compiling strsim v0.11.1 |
443 | 2024-10-30T18:47:06.357Z | Compiling fnv v1.0.7 |
444 | 2024-10-30T18:47:06.401Z | Compiling fs-err v2.11.0 |
445 | 2024-10-30T18:47:06.547Z | Compiling heck v0.4.1 |
446 | 2024-10-30T18:47:06.702Z | Compiling clap_lex v0.7.2 |
447 | 2024-10-30T18:47:07.186Z | Compiling bytecount v0.6.8 |
448 | 2024-10-30T18:47:07.375Z | Compiling anyhow v1.0.89 |
449 | 2024-10-30T18:47:07.412Z | Compiling cfg-if v1.0.0 |
450 | 2024-10-30T18:47:07.445Z | Compiling papergrid v0.11.0 |
451 | 2024-10-30T18:47:07.479Z | Compiling clap_builder v4.5.20 |
452 | 2024-10-30T18:47:07.536Z | Compiling tempfile v3.13.0 |
453 | 2024-10-30T18:47:07.951Z | Compiling memmap v0.7.0 |
454 | 2024-10-30T18:47:08.418Z | Compiling smawk v0.3.2 |
455 | 2024-10-30T18:47:08.459Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-10-30T18:47:08.730Z | Compiling swrite v0.1.0 |
457 | 2024-10-30T18:47:09.096Z | Compiling textwrap v0.16.1 |
458 | 2024-10-30T18:47:10.293Z | Compiling tabled_derive v0.7.0 |
459 | 2024-10-30T18:47:12.520Z | Compiling tabled v0.15.0 |
460 | 2024-10-30T18:47:13.391Z | Compiling serde_derive v1.0.210 |
461 | 2024-10-30T18:47:13.391Z | Compiling thiserror-impl v1.0.64 |
462 | 2024-10-30T18:47:13.394Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-10-30T18:47:13.394Z | Compiling scroll_derive v0.12.0 |
464 | 2024-10-30T18:47:14.147Z | Compiling clap_derive v4.5.18 |
465 | 2024-10-30T18:47:15.299Z | Compiling scroll v0.12.0 |
466 | 2024-10-30T18:47:15.958Z | Compiling goblin v0.8.2 |
467 | 2024-10-30T18:47:16.412Z | Compiling zerocopy v0.7.35 |
468 | 2024-10-30T18:47:16.881Z | Compiling pest v2.7.14 |
469 | 2024-10-30T18:47:18.766Z | Compiling clap v4.5.20 |
470 | 2024-10-30T18:47:19.440Z | Compiling pest_meta v2.7.14 |
471 | 2024-10-30T18:47:20.246Z | Compiling pest_generator v2.7.14 |
472 | 2024-10-30T18:47:21.909Z | Compiling pest_derive v2.7.14 |
473 | 2024-10-30T18:47:22.687Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-10-30T18:47:24.792Z | Compiling toml_datetime v0.6.8 |
475 | 2024-10-30T18:47:24.795Z | Compiling serde_spanned v0.6.8 |
476 | 2024-10-30T18:47:24.795Z | Compiling cargo-platform v0.1.8 |
477 | 2024-10-30T18:47:25.155Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-10-30T18:47:25.273Z | Compiling toml_edit v0.22.22 |
479 | 2024-10-30T18:47:25.344Z | Compiling macaddr v1.0.1 |
480 | 2024-10-30T18:47:25.471Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-10-30T18:47:26.188Z | Compiling dof v0.3.0 |
482 | 2024-10-30T18:47:26.188Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-10-30T18:47:28.110Z | Compiling toml v0.8.19 |
484 | 2024-10-30T18:47:28.200Z | Compiling usdt-macro v0.5.0 |
485 | 2024-10-30T18:47:28.203Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-10-30T18:47:28.956Z | Compiling cargo_toml v0.20.5 |
487 | 2024-10-30T18:47:29.530Z | Compiling usdt v0.5.0 |
488 | 2024-10-30T18:47:32.476Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-10-30T18:47:36.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.35s |
490 | 2024-10-30T18:47:36.754Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-10-30T18:47:37.329Z | Downloading crates ... |
492 | 2024-10-30T18:47:37.447Z | Downloaded atty v0.2.14 |
493 | 2024-10-30T18:47:37.456Z | Downloaded async-trait v0.1.83 |
494 | 2024-10-30T18:47:37.461Z | Downloaded arrayvec v0.7.6 |
495 | 2024-10-30T18:47:37.464Z | Downloaded adler2 v2.0.0 |
496 | 2024-10-30T18:47:37.471Z | Downloaded http-body v0.4.6 |
497 | 2024-10-30T18:47:37.474Z | Downloaded darling_macro v0.20.10 |
498 | 2024-10-30T18:47:37.476Z | Downloaded home v0.5.9 |
499 | 2024-10-30T18:47:37.476Z | Downloaded base16ct v0.2.0 |
500 | 2024-10-30T18:47:37.478Z | Downloaded ciborium-io v0.2.2 |
501 | 2024-10-30T18:47:37.480Z | Downloaded internet-checksum v0.2.1 |
502 | 2024-10-30T18:47:37.483Z | Downloaded jobserver v0.1.32 |
503 | 2024-10-30T18:47:37.485Z | Downloaded is-terminal v0.4.13 |
504 | 2024-10-30T18:47:37.485Z | Downloaded bb8 v0.8.5 |
505 | 2024-10-30T18:47:37.487Z | Downloaded constant_time_eq v0.3.1 |
506 | 2024-10-30T18:47:37.490Z | Downloaded crossbeam-deque v0.8.5 |
507 | 2024-10-30T18:47:37.492Z | Downloaded chacha20 v0.9.1 |
508 | 2024-10-30T18:47:37.494Z | Downloaded http-range v0.1.5 |
509 | 2024-10-30T18:47:37.494Z | Downloaded crc-catalog v2.4.0 |
510 | 2024-10-30T18:47:37.497Z | Downloaded cexpr v0.6.0 |
511 | 2024-10-30T18:47:37.499Z | Downloaded newline-converter v0.3.0 |
512 | 2024-10-30T18:47:37.501Z | Downloaded md5 v0.7.0 |
513 | 2024-10-30T18:47:37.501Z | Downloaded async-bb8-diesel v0.2.1 |
514 | 2024-10-30T18:47:37.504Z | Downloaded colored v2.1.0 |
515 | 2024-10-30T18:47:37.506Z | Downloaded ctr v0.9.2 |
516 | 2024-10-30T18:47:37.508Z | Downloaded nodrop v0.1.14 |
517 | 2024-10-30T18:47:37.511Z | Downloaded kstat-rs v0.2.4 |
518 | 2024-10-30T18:47:37.511Z | Downloaded inout v0.1.3 |
519 | 2024-10-30T18:47:37.513Z | Downloaded hubpack v0.1.2 |
520 | 2024-10-30T18:47:37.516Z | Downloaded darling v0.20.10 |
521 | 2024-10-30T18:47:37.519Z | Downloaded lalrpop-util v0.19.12 |
522 | 2024-10-30T18:47:37.521Z | Downloaded nibble_vec v0.1.0 |
523 | 2024-10-30T18:47:37.523Z | Downloaded lru-cache v0.1.2 |
524 | 2024-10-30T18:47:37.523Z | Downloaded maybe-uninit v2.0.0 |
525 | 2024-10-30T18:47:37.526Z | Downloaded libsw v3.3.1 |
526 | 2024-10-30T18:47:37.529Z | Downloaded maplit v1.0.2 |
527 | 2024-10-30T18:47:37.529Z | Downloaded linked-hash-map v0.5.6 |
528 | 2024-10-30T18:47:37.531Z | Downloaded iana-time-zone v0.1.61 |
529 | 2024-10-30T18:47:37.534Z | Downloaded hostname v0.3.1 |
530 | 2024-10-30T18:47:37.537Z | Downloaded nu-ansi-term v0.50.1 |
531 | 2024-10-30T18:47:37.539Z | Downloaded native-tls v0.2.12 |
532 | 2024-10-30T18:47:37.550Z | Downloaded addr2line v0.24.2 |
533 | 2024-10-30T18:47:37.550Z | Downloaded multer v3.1.0 |
534 | 2024-10-30T18:47:37.550Z | Downloaded hostname v0.4.0 |
535 | 2024-10-30T18:47:37.552Z | Downloaded debug-ignore v1.0.5 |
536 | 2024-10-30T18:47:37.552Z | Downloaded cipher v0.4.4 |
537 | 2024-10-30T18:47:37.554Z | Downloaded atomic-waker v1.1.2 |
538 | 2024-10-30T18:47:37.556Z | Downloaded arrayref v0.3.9 |
539 | 2024-10-30T18:47:37.558Z | Downloaded aead v0.5.2 |
540 | 2024-10-30T18:47:37.558Z | Downloaded atomicwrites v0.4.4 |
541 | 2024-10-30T18:47:37.561Z | Downloaded async-stream v0.3.6 |
542 | 2024-10-30T18:47:37.563Z | Downloaded async-recursion v1.1.1 |
543 | 2024-10-30T18:47:37.566Z | Downloaded assert_matches v1.5.0 |
544 | 2024-10-30T18:47:37.569Z | Downloaded ident_case v1.0.1 |
545 | 2024-10-30T18:47:37.571Z | Downloaded mime_guess v2.0.5 |
546 | 2024-10-30T18:47:37.573Z | Downloaded memoffset v0.9.1 |
547 | 2024-10-30T18:47:37.573Z | Downloaded cfg_aliases v0.1.1 |
548 | 2024-10-30T18:47:37.576Z | Downloaded libloading v0.8.5 |
549 | 2024-10-30T18:47:37.578Z | Downloaded http-body-util v0.1.2 |
550 | 2024-10-30T18:47:37.580Z | Downloaded hyper-staticfile v0.10.1 |
551 | 2024-10-30T18:47:37.583Z | Downloaded async-stream-impl v0.3.6 |
552 | 2024-10-30T18:47:37.585Z | Downloaded hubpack_derive v0.1.1 |
553 | 2024-10-30T18:47:37.585Z | Downloaded tinyvec_macros v0.1.1 |
554 | 2024-10-30T18:47:37.587Z | Downloaded instant v0.1.13 |
555 | 2024-10-30T18:47:37.589Z | Downloaded crunchy v0.2.2 |
556 | 2024-10-30T18:47:37.589Z | Downloaded libefi-sys v0.1.0 |
557 | 2024-10-30T18:47:37.592Z | Downloaded http v0.2.12 |
558 | 2024-10-30T18:47:37.594Z | Downloaded crossbeam-utils v0.8.20 |
559 | 2024-10-30T18:47:37.603Z | Downloaded is_ci v1.2.0 |
560 | 2024-10-30T18:47:37.606Z | Downloaded ascii-canvas v3.0.0 |
561 | 2024-10-30T18:47:37.606Z | Downloaded instability v0.3.2 |
562 | 2024-10-30T18:47:37.606Z | Downloaded rpassword v7.3.1 |
563 | 2024-10-30T18:47:37.606Z | Downloaded array-init v0.0.4 |
564 | 2024-10-30T18:47:37.606Z | Downloaded cookie_store v0.21.0 |
565 | 2024-10-30T18:47:37.608Z | Downloaded argon2 v0.5.3 |
566 | 2024-10-30T18:47:37.611Z | Downloaded newtype_derive v0.1.6 |
567 | 2024-10-30T18:47:37.613Z | Downloaded mio v1.0.2 |
568 | 2024-10-30T18:47:37.618Z | Downloaded hyper-tls v0.6.0 |
569 | 2024-10-30T18:47:37.620Z | Downloaded strum v0.26.3 |
570 | 2024-10-30T18:47:37.623Z | Downloaded normalize-line-endings v0.3.0 |
571 | 2024-10-30T18:47:37.623Z | Downloaded rustls-pemfile v1.0.4 |
572 | 2024-10-30T18:47:37.625Z | Downloaded bit-set v0.5.3 |
573 | 2024-10-30T18:47:37.628Z | Downloaded indoc v1.0.9 |
574 | 2024-10-30T18:47:37.631Z | Downloaded ipnetwork v0.20.0 |
575 | 2024-10-30T18:47:37.634Z | Downloaded block-padding v0.3.3 |
576 | 2024-10-30T18:47:37.634Z | Downloaded rustc-hash v2.0.0 |
577 | 2024-10-30T18:47:37.636Z | Downloaded try-lock v0.2.5 |
578 | 2024-10-30T18:47:37.636Z | Downloaded cobs v0.2.3 |
579 | 2024-10-30T18:47:37.639Z | Downloaded cfg_aliases v0.2.1 |
580 | 2024-10-30T18:47:37.639Z | Downloaded cbc v0.1.2 |
581 | 2024-10-30T18:47:37.641Z | Downloaded bitfield v0.14.0 |
582 | 2024-10-30T18:47:37.643Z | Downloaded bitfield-struct v0.6.2 |
583 | 2024-10-30T18:47:37.643Z | Downloaded crc v3.2.1 |
584 | 2024-10-30T18:47:37.646Z | Downloaded termcolor v1.4.1 |
585 | 2024-10-30T18:47:37.648Z | Downloaded lru v0.12.5 |
586 | 2024-10-30T18:47:37.650Z | Downloaded cassowary v0.3.0 |
587 | 2024-10-30T18:47:37.653Z | Downloaded multimap v0.10.0 |
588 | 2024-10-30T18:47:37.653Z | Downloaded newtype-uuid v1.1.2 |
589 | 2024-10-30T18:47:37.655Z | Downloaded linear-map v1.2.0 |
590 | 2024-10-30T18:47:37.657Z | Downloaded lazy_static v1.5.0 |
591 | 2024-10-30T18:47:37.659Z | Downloaded data-encoding v2.6.0 |
592 | 2024-10-30T18:47:37.662Z | Downloaded md-5 v0.10.6 |
593 | 2024-10-30T18:47:37.664Z | Downloaded foreign-types-macros v0.2.3 |
594 | 2024-10-30T18:47:37.664Z | Downloaded derive_builder_macro v0.20.2 |
595 | 2024-10-30T18:47:37.666Z | Downloaded lazycell v1.3.0 |
596 | 2024-10-30T18:47:37.666Z | Downloaded convert_case v0.4.0 |
597 | 2024-10-30T18:47:37.668Z | Downloaded mockall v0.13.0 |
598 | 2024-10-30T18:47:37.671Z | Downloaded curve25519-dalek-derive v0.1.1 |
599 | 2024-10-30T18:47:37.671Z | Downloaded bcrypt-pbkdf v0.10.0 |
600 | 2024-10-30T18:47:37.673Z | Downloaded keccak v0.1.5 |
601 | 2024-10-30T18:47:37.673Z | Downloaded indent_write v2.2.0 |
602 | 2024-10-30T18:47:37.675Z | Downloaded humantime v2.1.0 |
603 | 2024-10-30T18:47:37.677Z | Downloaded httparse v1.9.5 |
604 | 2024-10-30T18:47:37.680Z | Downloaded num v0.4.3 |
605 | 2024-10-30T18:47:37.683Z | Downloaded nanorand v0.7.0 |
606 | 2024-10-30T18:47:37.685Z | Downloaded ahash v0.8.11 |
607 | 2024-10-30T18:47:37.687Z | Downloaded ipnet v2.10.1 |
608 | 2024-10-30T18:47:37.691Z | Downloaded deranged v0.3.11 |
609 | 2024-10-30T18:47:37.693Z | Downloaded serde_path_to_error v0.1.16 |
610 | 2024-10-30T18:47:37.695Z | Downloaded tabwriter v1.4.0 |
611 | 2024-10-30T18:47:37.696Z | Downloaded tiny-keccak v2.0.2 |
612 | 2024-10-30T18:47:37.698Z | Downloaded strum_macros v0.24.3 |
613 | 2024-10-30T18:47:37.701Z | Downloaded termios v0.3.3 |
614 | 2024-10-30T18:47:37.703Z | Downloaded fallible-iterator v0.2.0 |
615 | 2024-10-30T18:47:37.705Z | Downloaded parse-size v1.0.0 |
616 | 2024-10-30T18:47:37.708Z | Downloaded which v4.4.2 |
617 | 2024-10-30T18:47:37.708Z | Downloaded twox-hash v1.6.3 |
618 | 2024-10-30T18:47:37.710Z | Downloaded num-bigint-dig v0.8.4 |
619 | 2024-10-30T18:47:37.716Z | Downloaded value-bag v1.9.0 |
620 | 2024-10-30T18:47:37.719Z | Downloaded memmap2 v0.9.5 |
621 | 2024-10-30T18:47:37.722Z | Downloaded psl-types v2.0.11 |
622 | 2024-10-30T18:47:37.724Z | Downloaded const_format_proc_macros v0.2.33 |
623 | 2024-10-30T18:47:37.727Z | Downloaded ciborium-ll v0.2.2 |
624 | 2024-10-30T18:47:37.730Z | Downloaded http v1.1.0 |
625 | 2024-10-30T18:47:37.732Z | Downloaded fallible-iterator v0.3.0 |
626 | 2024-10-30T18:47:37.734Z | Downloaded pretty-hex v0.2.1 |
627 | 2024-10-30T18:47:37.737Z | Downloaded typify v0.2.0 |
628 | 2024-10-30T18:47:37.739Z | Downloaded csv-core v0.1.11 |
629 | 2024-10-30T18:47:37.742Z | Downloaded mime v0.3.17 |
630 | 2024-10-30T18:47:37.744Z | Downloaded defmt-parser v0.3.4 |
631 | 2024-10-30T18:47:37.744Z | Downloaded num-complex v0.4.6 |
632 | 2024-10-30T18:47:37.747Z | Downloaded crc32fast v1.4.2 |
633 | 2024-10-30T18:47:37.749Z | Downloaded num_enum_derive v0.5.11 |
634 | 2024-10-30T18:47:37.749Z | Downloaded slog-term v2.9.1 |
635 | 2024-10-30T18:47:37.752Z | Downloaded aes v0.8.4 |
636 | 2024-10-30T18:47:37.756Z | Downloaded derive_builder_core v0.20.2 |
637 | 2024-10-30T18:47:37.759Z | Downloaded sha1 v0.10.6 |
638 | 2024-10-30T18:47:37.761Z | Downloaded derive_builder v0.20.2 |
639 | 2024-10-30T18:47:37.767Z | Downloaded glob v0.3.1 |
640 | 2024-10-30T18:47:37.769Z | Downloaded siphasher v0.3.11 |
641 | 2024-10-30T18:47:37.772Z | Downloaded time-macros v0.2.18 |
642 | 2024-10-30T18:47:37.774Z | Downloaded pkg-config v0.3.31 |
643 | 2024-10-30T18:47:37.776Z | Downloaded num_enum v0.5.11 |
644 | 2024-10-30T18:47:37.780Z | Downloaded hex-literal v0.4.1 |
645 | 2024-10-30T18:47:37.783Z | Downloaded base64 v0.13.1 |
646 | 2024-10-30T18:47:37.786Z | Downloaded parse-display-derive v0.10.0 |
647 | 2024-10-30T18:47:37.788Z | Downloaded rand_xorshift v0.3.0 |
648 | 2024-10-30T18:47:37.790Z | Downloaded resolv-conf v0.7.0 |
649 | 2024-10-30T18:47:37.793Z | Downloaded rand_seeder v0.3.0 |
650 | 2024-10-30T18:47:37.793Z | Downloaded ciborium v0.2.2 |
651 | 2024-10-30T18:47:37.795Z | Downloaded mockall_derive v0.13.0 |
652 | 2024-10-30T18:47:37.798Z | Downloaded itertools v0.12.1 |
653 | 2024-10-30T18:47:37.807Z | Downloaded cookie v0.18.1 |
654 | 2024-10-30T18:47:37.809Z | Downloaded openssl-probe v0.1.5 |
655 | 2024-10-30T18:47:37.812Z | Downloaded slog-async v2.8.0 |
656 | 2024-10-30T18:47:37.814Z | Downloaded serde-hex v0.1.0 |
657 | 2024-10-30T18:47:37.826Z | Downloaded openssl-macros v0.1.1 |
658 | 2024-10-30T18:47:37.828Z | Downloaded opaque-debug v0.3.1 |
659 | 2024-10-30T18:47:37.831Z | Downloaded fragile v2.0.0 |
660 | 2024-10-30T18:47:37.831Z | Downloaded env_logger v0.11.5 |
661 | 2024-10-30T18:47:37.833Z | Downloaded tinyvec v1.8.0 |
662 | 2024-10-30T18:47:37.837Z | Downloaded rayon-core v1.12.1 |
663 | 2024-10-30T18:47:37.841Z | Downloaded rustversion v1.0.17 |
664 | 2024-10-30T18:47:37.844Z | Downloaded rusty-fork v0.3.0 |
665 | 2024-10-30T18:47:37.847Z | Downloaded untrusted v0.9.0 |
666 | 2024-10-30T18:47:37.849Z | Downloaded phf_shared v0.10.0 |
667 | 2024-10-30T18:47:37.849Z | Downloaded indicatif v0.17.8 |
668 | 2024-10-30T18:47:37.854Z | Downloaded serde-big-array v0.5.1 |
669 | 2024-10-30T18:47:37.856Z | Downloaded rand_core v0.6.4 |
670 | 2024-10-30T18:47:37.858Z | Downloaded unicode-xid v0.2.6 |
671 | 2024-10-30T18:47:37.860Z | Downloaded tap v1.0.1 |
672 | 2024-10-30T18:47:37.860Z | Downloaded pkcs8 v0.10.2 |
673 | 2024-10-30T18:47:37.864Z | Downloaded parking_lot_core v0.9.10 |
674 | 2024-10-30T18:47:37.866Z | Downloaded parking_lot_core v0.8.6 |
675 | 2024-10-30T18:47:37.869Z | Downloaded globset v0.4.15 |
676 | 2024-10-30T18:47:37.872Z | Downloaded sync_wrapper v0.1.2 |
677 | 2024-10-30T18:47:37.875Z | Downloaded heck v0.3.3 |
678 | 2024-10-30T18:47:37.875Z | Downloaded ff v0.13.0 |
679 | 2024-10-30T18:47:37.877Z | Downloaded fd-lock v4.0.2 |
680 | 2024-10-30T18:47:37.879Z | Downloaded darling_core v0.20.10 |
681 | 2024-10-30T18:47:37.884Z | Downloaded hex v0.4.3 |
682 | 2024-10-30T18:47:37.886Z | Downloaded spin v0.9.8 |
683 | 2024-10-30T18:47:37.889Z | Downloaded compact_str v0.8.0 |
684 | 2024-10-30T18:47:37.893Z | Downloaded futures-task v0.3.31 |
685 | 2024-10-30T18:47:37.896Z | Downloaded futures-sink v0.3.31 |
686 | 2024-10-30T18:47:37.899Z | Downloaded samael v0.0.17 |
687 | 2024-10-30T18:47:37.903Z | Downloaded proc-macro-crate v1.3.1 |
688 | 2024-10-30T18:47:37.905Z | Downloaded float-ord v0.3.2 |
689 | 2024-10-30T18:47:37.907Z | Downloaded display-error-chain v0.2.1 |
690 | 2024-10-30T18:47:37.907Z | Downloaded difflib v0.4.0 |
691 | 2024-10-30T18:47:37.910Z | Downloaded tower-service v0.3.3 |
692 | 2024-10-30T18:47:37.910Z | Downloaded gethostname v0.5.0 |
693 | 2024-10-30T18:47:37.912Z | Downloaded futures-channel v0.3.31 |
694 | 2024-10-30T18:47:37.915Z | Downloaded rustc_version v0.4.1 |
695 | 2024-10-30T18:47:37.917Z | Downloaded vsss-rs v3.3.4 |
696 | 2024-10-30T18:47:37.919Z | Downloaded tokio-tungstenite v0.24.0 |
697 | 2024-10-30T18:47:37.922Z | Downloaded headers-core v0.3.0 |
698 | 2024-10-30T18:47:37.924Z | Downloaded primeorder v0.13.6 |
699 | 2024-10-30T18:47:37.924Z | Downloaded tokio-tungstenite v0.23.1 |
700 | 2024-10-30T18:47:37.926Z | Downloaded radium v0.7.0 |
701 | 2024-10-30T18:47:37.929Z | Downloaded slog-envlogger v2.2.0 |
702 | 2024-10-30T18:47:37.933Z | Downloaded rustc_version v0.1.7 |
703 | 2024-10-30T18:47:37.933Z | Downloaded path-slash v0.1.5 |
704 | 2024-10-30T18:47:37.935Z | Downloaded yasna v0.5.2 |
705 | 2024-10-30T18:47:37.935Z | Downloaded tokio-tungstenite v0.21.0 |
706 | 2024-10-30T18:47:37.938Z | Downloaded cc v1.1.30 |
707 | 2024-10-30T18:47:37.941Z | Downloaded salsa20 v0.10.2 |
708 | 2024-10-30T18:47:37.944Z | Downloaded crypto-bigint v0.5.5 |
709 | 2024-10-30T18:47:37.951Z | Downloaded parking_lot v0.12.3 |
710 | 2024-10-30T18:47:37.954Z | Downloaded progenitor-client v0.8.0 |
711 | 2024-10-30T18:47:37.956Z | Downloaded tokio-macros v2.4.0 |
712 | 2024-10-30T18:47:37.958Z | Downloaded tokio-native-tls v0.3.1 |
713 | 2024-10-30T18:47:37.960Z | Downloaded utf-8 v0.7.6 |
714 | 2024-10-30T18:47:37.960Z | Downloaded pem-rfc7468 v0.7.0 |
715 | 2024-10-30T18:47:37.963Z | Downloaded pin-project v1.1.6 |
716 | 2024-10-30T18:47:37.975Z | Downloaded sqlformat v0.2.6 |
717 | 2024-10-30T18:47:37.978Z | Downloaded time-core v0.1.2 |
718 | 2024-10-30T18:47:37.980Z | Downloaded defmt-macros v0.3.9 |
719 | 2024-10-30T18:47:37.983Z | Downloaded futures-io v0.3.31 |
720 | 2024-10-30T18:47:37.985Z | Downloaded float-cmp v0.9.0 |
721 | 2024-10-30T18:47:37.987Z | Downloaded enum-as-inner v0.6.1 |
722 | 2024-10-30T18:47:37.989Z | Downloaded dirs-sys-next v0.1.2 |
723 | 2024-10-30T18:47:37.990Z | Downloaded vergen v8.3.2 |
724 | 2024-10-30T18:47:37.992Z | Downloaded slog v2.7.0 |
725 | 2024-10-30T18:47:37.996Z | Downloaded similar v2.6.0 |
726 | 2024-10-30T18:47:38.001Z | Downloaded futures-core v0.3.31 |
727 | 2024-10-30T18:47:38.004Z | Downloaded hash32 v0.3.1 |
728 | 2024-10-30T18:47:38.006Z | Downloaded foreign-types-shared v0.1.1 |
729 | 2024-10-30T18:47:38.006Z | Downloaded pbkdf2 v0.12.2 |
730 | 2024-10-30T18:47:38.009Z | Downloaded crossbeam-channel v0.5.13 |
731 | 2024-10-30T18:47:38.013Z | Downloaded const_format v0.2.33 |
732 | 2024-10-30T18:47:38.019Z | Downloaded pin-project-lite v0.2.14 |
733 | 2024-10-30T18:47:38.024Z | Downloaded number_prefix v0.4.0 |
734 | 2024-10-30T18:47:38.027Z | Downloaded pin-utils v0.1.0 |
735 | 2024-10-30T18:47:38.029Z | Downloaded progenitor-macro v0.8.0 |
736 | 2024-10-30T18:47:38.029Z | Downloaded zerocopy v0.6.6 |
737 | 2024-10-30T18:47:38.031Z | Downloaded hyper v0.14.30 |
738 | 2024-10-30T18:47:38.040Z | Downloaded typed-path v0.7.1 |
739 | 2024-10-30T18:47:38.047Z | Downloaded precomputed-hash v0.1.1 |
740 | 2024-10-30T18:47:38.049Z | Downloaded zeroize v1.8.1 |
741 | 2024-10-30T18:47:38.052Z | Downloaded thread_local v1.1.8 |
742 | 2024-10-30T18:47:38.052Z | Downloaded strum_macros v0.25.3 |
743 | 2024-10-30T18:47:38.055Z | Downloaded structmeta-derive v0.3.0 |
744 | 2024-10-30T18:47:38.057Z | Downloaded tls_codec_derive v0.4.1 |
745 | 2024-10-30T18:47:38.060Z | Downloaded unicode-bidi v0.3.17 |
746 | 2024-10-30T18:47:38.062Z | Downloaded itertools v0.10.5 |
747 | 2024-10-30T18:47:38.068Z | Downloaded stringprep v0.1.5 |
748 | 2024-10-30T18:47:38.071Z | Downloaded foldhash v0.1.3 |
749 | 2024-10-30T18:47:38.073Z | Downloaded diesel_derives v2.2.3 |
750 | 2024-10-30T18:47:38.076Z | Downloaded enum-as-inner v0.5.1 |
751 | 2024-10-30T18:47:38.079Z | Downloaded oso v0.27.3 |
752 | 2024-10-30T18:47:38.082Z | Downloaded packed_struct_codegen v0.10.1 |
753 | 2024-10-30T18:47:38.085Z | Downloaded ena v0.14.3 |
754 | 2024-10-30T18:47:38.087Z | Downloaded dsl_auto_type v0.1.2 |
755 | 2024-10-30T18:47:38.089Z | Downloaded pem v3.0.4 |
756 | 2024-10-30T18:47:38.089Z | Downloaded olpc-cjson v0.1.4 |
757 | 2024-10-30T18:47:38.092Z | Downloaded slog-dtrace v0.3.0 |
758 | 2024-10-30T18:47:38.094Z | Downloaded slog-json v2.6.1 |
759 | 2024-10-30T18:47:38.096Z | Downloaded serde_urlencoded v0.7.1 |
760 | 2024-10-30T18:47:38.098Z | Downloaded uuid v1.10.0 |
761 | 2024-10-30T18:47:38.101Z | Downloaded expectorate v1.1.0 |
762 | 2024-10-30T18:47:38.103Z | Downloaded serde_repr v0.1.19 |
763 | 2024-10-30T18:47:38.106Z | Downloaded postcard v1.0.10 |
764 | 2024-10-30T18:47:38.108Z | Downloaded strip-ansi-escapes v0.2.0 |
765 | 2024-10-30T18:47:38.110Z | Downloaded num-conv v0.1.0 |
766 | 2024-10-30T18:47:38.112Z | Downloaded tar v0.4.42 |
767 | 2024-10-30T18:47:38.115Z | Downloaded ppv-lite86 v0.2.20 |
768 | 2024-10-30T18:47:38.117Z | Downloaded dyn-clone v1.0.17 |
769 | 2024-10-30T18:47:38.119Z | Downloaded tokio-postgres v0.7.12 |
770 | 2024-10-30T18:47:38.123Z | Downloaded blake3 v1.5.4 |
771 | 2024-10-30T18:47:38.133Z | Downloaded percent-encoding v2.3.1 |
772 | 2024-10-30T18:47:38.135Z | Downloaded signal-hook-tokio v0.3.1 |
773 | 2024-10-30T18:47:38.138Z | Downloaded tls_codec v0.4.1 |
774 | 2024-10-30T18:47:38.141Z | Downloaded embedded-io v0.4.0 |
775 | 2024-10-30T18:47:38.141Z | Downloaded libxml v0.3.3 |
776 | 2024-10-30T18:47:38.147Z | Downloaded packed_struct v0.10.1 |
777 | 2024-10-30T18:47:38.149Z | Downloaded downcast v0.11.0 |
778 | 2024-10-30T18:47:38.151Z | Downloaded spin v0.5.2 |
779 | 2024-10-30T18:47:38.154Z | Downloaded rand_chacha v0.3.1 |
780 | 2024-10-30T18:47:38.154Z | Downloaded nom v7.1.3 |
781 | 2024-10-30T18:47:38.160Z | Downloaded hickory-client v0.24.1 |
782 | 2024-10-30T18:47:38.163Z | Downloaded flagset v0.4.6 |
783 | 2024-10-30T18:47:38.166Z | Downloaded num-derive v0.4.2 |
784 | 2024-10-30T18:47:38.169Z | Downloaded slog-scope v4.4.0 |
785 | 2024-10-30T18:47:38.171Z | Downloaded progenitor-impl v0.8.0 |
786 | 2024-10-30T18:47:38.173Z | Downloaded openssl-sys v0.9.103 |
787 | 2024-10-30T18:47:38.177Z | Downloaded signal-hook v0.3.17 |
788 | 2024-10-30T18:47:38.181Z | Downloaded diesel_table_macro_syntax v0.2.0 |
789 | 2024-10-30T18:47:38.184Z | Downloaded rustls-pemfile v2.2.0 |
790 | 2024-10-30T18:47:38.186Z | Downloaded peg-macros v0.8.4 |
791 | 2024-10-30T18:47:38.190Z | Downloaded sec1 v0.7.3 |
792 | 2024-10-30T18:47:38.190Z | Downloaded r2d2 v0.8.10 |
793 | 2024-10-30T18:47:38.192Z | Downloaded libm v0.2.8 |
794 | 2024-10-30T18:47:38.200Z | Downloaded hyper v1.4.1 |
795 | 2024-10-30T18:47:38.208Z | Downloaded want v0.3.1 |
796 | 2024-10-30T18:47:38.210Z | Downloaded rustfmt-wrapper v0.2.1 |
797 | 2024-10-30T18:47:38.213Z | Downloaded ghash v0.5.1 |
798 | 2024-10-30T18:47:38.213Z | Downloaded ed25519 v2.2.3 |
799 | 2024-10-30T18:47:38.216Z | Downloaded tokio-rustls v0.24.1 |
800 | 2024-10-30T18:47:38.218Z | Downloaded russh-cryptovec v0.7.3 |
801 | 2024-10-30T18:47:38.218Z | Downloaded snafu-derive v0.8.5 |
802 | 2024-10-30T18:47:38.220Z | Downloaded smallvec v1.13.2 |
803 | 2024-10-30T18:47:38.222Z | Downloaded rustc-hash v1.1.0 |
804 | 2024-10-30T18:47:38.225Z | Downloaded dropshot_endpoint v0.12.0 |
805 | 2024-10-30T18:47:38.227Z | Downloaded pkcs5 v0.7.1 |
806 | 2024-10-30T18:47:38.231Z | Downloaded url v2.5.2 |
807 | 2024-10-30T18:47:38.235Z | Downloaded unicode-properties v0.1.3 |
808 | 2024-10-30T18:47:38.237Z | Downloaded rand v0.8.5 |
809 | 2024-10-30T18:47:38.241Z | Downloaded crossterm v0.28.1 |
810 | 2024-10-30T18:47:38.248Z | Downloaded thiserror-no-std v2.0.2 |
811 | 2024-10-30T18:47:38.253Z | Downloaded signature v2.2.0 |
812 | 2024-10-30T18:47:38.256Z | Downloaded vte_generate_state_changes v0.1.2 |
813 | 2024-10-30T18:47:38.258Z | Downloaded sct v0.7.1 |
814 | 2024-10-30T18:47:38.261Z | Downloaded form_urlencoded v1.2.1 |
815 | 2024-10-30T18:47:38.261Z | Downloaded half v2.4.1 |
816 | 2024-10-30T18:47:38.263Z | Downloaded embedded-io v0.6.1 |
817 | 2024-10-30T18:47:38.266Z | Downloaded uzers v0.12.1 |
818 | 2024-10-30T18:47:38.269Z | Downloaded postgres-types v0.2.8 |
819 | 2024-10-30T18:47:38.271Z | Downloaded signal-hook-mio v0.2.4 |
820 | 2024-10-30T18:47:38.274Z | Downloaded termtree v0.4.1 |
821 | 2024-10-30T18:47:38.274Z | Downloaded scrypt v0.11.0 |
822 | 2024-10-30T18:47:38.279Z | Downloaded ssh-encoding v0.2.0 |
823 | 2024-10-30T18:47:38.282Z | Downloaded vte v0.11.1 |
824 | 2024-10-30T18:47:38.282Z | Downloaded tokio-rustls v0.26.0 |
825 | 2024-10-30T18:47:38.284Z | Downloaded oso-derive v0.27.3 |
826 | 2024-10-30T18:47:38.287Z | Downloaded num_threads v0.1.7 |
827 | 2024-10-30T18:47:38.287Z | Downloaded foreign-types-shared v0.3.1 |
828 | 2024-10-30T18:47:38.289Z | Downloaded scopeguard v1.2.0 |
829 | 2024-10-30T18:47:38.292Z | Downloaded scheduled-thread-pool v0.2.7 |
830 | 2024-10-30T18:47:38.292Z | Downloaded socket2 v0.5.7 |
831 | 2024-10-30T18:47:38.295Z | Downloaded signal-hook-registry v1.4.2 |
832 | 2024-10-30T18:47:38.297Z | Downloaded prettyplease v0.2.22 |
833 | 2024-10-30T18:47:38.300Z | Downloaded quinn v0.11.5 |
834 | 2024-10-30T18:47:38.306Z | Downloaded dhcproto v0.12.0 |
835 | 2024-10-30T18:47:38.312Z | Downloaded heapless v0.7.17 |
836 | 2024-10-30T18:47:38.318Z | Downloaded zone v0.3.0 |
837 | 2024-10-30T18:47:38.320Z | Downloaded waitgroup v0.1.2 |
838 | 2024-10-30T18:47:38.322Z | Downloaded ref-cast-impl v1.0.23 |
839 | 2024-10-30T18:47:38.325Z | Downloaded hash32 v0.2.1 |
840 | 2024-10-30T18:47:38.325Z | Downloaded paste v1.0.15 |
841 | 2024-10-30T18:47:38.328Z | Downloaded tokio-util v0.7.12 |
842 | 2024-10-30T18:47:38.336Z | Downloaded parking_lot v0.11.2 |
843 | 2024-10-30T18:47:38.338Z | Downloaded phf_generator v0.11.2 |
844 | 2024-10-30T18:47:38.342Z | Downloaded defmt v0.3.8 |
845 | 2024-10-30T18:47:38.344Z | Downloaded env_logger v0.10.2 |
846 | 2024-10-30T18:47:38.347Z | Downloaded take_mut v0.2.2 |
847 | 2024-10-30T18:47:38.349Z | Downloaded sync_wrapper v1.0.1 |
848 | 2024-10-30T18:47:38.349Z | Downloaded xattr v1.3.1 |
849 | 2024-10-30T18:47:38.353Z | Downloaded des v0.8.1 |
850 | 2024-10-30T18:47:38.355Z | Downloaded snafu v0.8.5 |
851 | 2024-10-30T18:47:38.359Z | Downloaded ref-cast v1.0.23 |
852 | 2024-10-30T18:47:38.362Z | Downloaded ecdsa v0.16.9 |
853 | 2024-10-30T18:47:38.364Z | Downloaded topological-sort v0.2.2 |
854 | 2024-10-30T18:47:38.366Z | Downloaded env_filter v0.1.2 |
855 | 2024-10-30T18:47:38.368Z | Downloaded owo-colors v4.1.0 |
856 | 2024-10-30T18:47:38.371Z | Downloaded fixedbitset v0.4.2 |
857 | 2024-10-30T18:47:38.373Z | Downloaded tokio-stream v0.1.16 |
858 | 2024-10-30T18:47:38.375Z | Downloaded tungstenite v0.24.0 |
859 | 2024-10-30T18:47:38.379Z | Downloaded tokio-rustls v0.25.0 |
860 | 2024-10-30T18:47:38.383Z | Downloaded thiserror-impl-no-std v2.0.2 |
861 | 2024-10-30T18:47:38.386Z | Downloaded wyz v0.5.1 |
862 | 2024-10-30T18:47:38.386Z | Downloaded wait-timeout v0.2.0 |
863 | 2024-10-30T18:47:38.388Z | Downloaded tungstenite v0.23.0 |
864 | 2024-10-30T18:47:38.390Z | Downloaded tungstenite v0.21.0 |
865 | 2024-10-30T18:47:38.394Z | Downloaded filetime v0.2.25 |
866 | 2024-10-30T18:47:38.399Z | Downloaded structmeta v0.2.0 |
867 | 2024-10-30T18:47:38.401Z | Downloaded rtoolbox v0.0.2 |
868 | 2024-10-30T18:47:38.401Z | Downloaded group v0.13.0 |
869 | 2024-10-30T18:47:38.401Z | Downloaded password-hash v0.5.0 |
870 | 2024-10-30T18:47:38.404Z | Downloaded rustls-pki-types v1.9.0 |
871 | 2024-10-30T18:47:38.407Z | Downloaded strum_macros v0.26.4 |
872 | 2024-10-30T18:47:38.409Z | Downloaded diff v0.1.13 |
873 | 2024-10-30T18:47:38.412Z | Downloaded getrandom v0.2.15 |
874 | 2024-10-30T18:47:38.415Z | Downloaded structmeta-derive v0.2.0 |
875 | 2024-10-30T18:47:38.418Z | Downloaded rustc-demangle v0.1.24 |
876 | 2024-10-30T18:47:38.420Z | Downloaded phf_codegen v0.11.2 |
877 | 2024-10-30T18:47:38.420Z | Downloaded structmeta v0.3.0 |
878 | 2024-10-30T18:47:38.423Z | Downloaded rustyline v14.0.0 |
879 | 2024-10-30T18:47:38.427Z | Downloaded phf v0.11.2 |
880 | 2024-10-30T18:47:38.429Z | Downloaded rcgen v0.12.1 |
881 | 2024-10-30T18:47:38.432Z | Downloaded ed25519-dalek v2.1.1 |
882 | 2024-10-30T18:47:38.435Z | Downloaded hashbrown v0.13.2 |
883 | 2024-10-30T18:47:38.440Z | Downloaded futures-macro v0.3.31 |
884 | 2024-10-30T18:47:38.443Z | Downloaded walkdir v2.5.0 |
885 | 2024-10-30T18:47:38.445Z | Downloaded tui-tree-widget v0.22.0 |
886 | 2024-10-30T18:47:38.446Z | Downloaded tracing-attributes v0.1.27 |
887 | 2024-10-30T18:47:38.448Z | Downloaded postgres-protocol v0.6.7 |
888 | 2024-10-30T18:47:38.451Z | Downloaded subprocess v0.2.9 |
889 | 2024-10-30T18:47:38.454Z | Downloaded flume v0.11.0 |
890 | 2024-10-30T18:47:38.456Z | Downloaded time v0.3.36 |
891 | 2024-10-30T18:47:38.464Z | Downloaded idna v0.4.0 |
892 | 2024-10-30T18:47:38.471Z | Downloaded derive_more v0.99.18 |
893 | 2024-10-30T18:47:38.476Z | Downloaded password-hash v0.4.2 |
894 | 2024-10-30T18:47:38.479Z | Downloaded toml v0.7.8 |
895 | 2024-10-30T18:47:38.482Z | Downloaded russh-keys v0.45.0 |
896 | 2024-10-30T18:47:38.485Z | Downloaded schemars v0.8.21 |
897 | 2024-10-30T18:47:38.498Z | Downloaded unsafe-libyaml v0.2.11 |
898 | 2024-10-30T18:47:38.502Z | Downloaded unicode-segmentation v1.12.0 |
899 | 2024-10-30T18:47:38.505Z | Downloaded elliptic-curve v0.13.8 |
900 | 2024-10-30T18:47:38.510Z | Downloaded serde_with v3.11.0 |
901 | 2024-10-30T18:47:38.522Z | Downloaded rustls-webpki v0.102.8 |
902 | 2024-10-30T18:47:38.544Z | Downloaded test-strategy v0.3.1 |
903 | 2024-10-30T18:47:38.547Z | Downloaded ron v0.8.1 |
904 | 2024-10-30T18:47:38.554Z | Downloaded parse-zoneinfo v0.3.1 |
905 | 2024-10-30T18:47:38.559Z | Downloaded headers v0.4.0 |
906 | 2024-10-30T18:47:38.563Z | Downloaded ssh-key v0.6.6 |
907 | 2024-10-30T18:47:38.571Z | Downloaded salty v0.3.0 |
908 | 2024-10-30T18:47:38.577Z | Downloaded x509-cert v0.2.5 |
909 | 2024-10-30T18:47:38.584Z | Downloaded hashbrown v0.12.3 |
910 | 2024-10-30T18:47:38.588Z | Downloaded flate2 v1.0.34 |
911 | 2024-10-30T18:47:38.597Z | Downloaded hashbrown v0.14.5 |
912 | 2024-10-30T18:47:38.607Z | Downloaded webpki-roots v0.26.6 |
913 | 2024-10-30T18:47:38.611Z | Downloaded bitvec v1.0.1 |
914 | 2024-10-30T18:47:38.637Z | Downloaded unicode-normalization v0.1.24 |
915 | 2024-10-30T18:47:38.641Z | Downloaded russh v0.45.0 |
916 | 2024-10-30T18:47:38.647Z | Downloaded p521 v0.13.3 |
917 | 2024-10-30T18:47:38.652Z | Downloaded chrono v0.4.38 |
918 | 2024-10-30T18:47:38.659Z | Downloaded reqwest v0.12.8 |
919 | 2024-10-30T18:47:38.668Z | Downloaded quinn-proto v0.11.8 |
920 | 2024-10-30T18:47:38.675Z | Downloaded tough v0.17.1 |
921 | 2024-10-30T18:47:38.683Z | Downloaded idna v0.2.3 |
922 | 2024-10-30T18:47:38.690Z | Downloaded idna v0.5.0 |
923 | 2024-10-30T18:47:38.697Z | Downloaded quick-xml v0.33.0 |
924 | 2024-10-30T18:47:38.708Z | Downloaded openssl v0.10.66 |
925 | 2024-10-30T18:47:38.714Z | Downloaded reqwest v0.11.27 |
926 | 2024-10-30T18:47:38.722Z | Downloaded nix v0.27.1 |
927 | 2024-10-30T18:47:38.733Z | Downloaded regex v1.11.0 |
928 | 2024-10-30T18:47:38.747Z | Downloaded reedline v0.35.0 |
929 | 2024-10-30T18:47:38.756Z | Downloaded h2 v0.4.6 |
930 | 2024-10-30T18:47:38.762Z | Downloaded proptest v1.5.0 |
931 | 2024-10-30T18:47:38.771Z | Downloaded smoltcp v0.9.1 |
932 | 2024-10-30T18:47:38.782Z | Downloaded rustls-webpki v0.101.7 |
933 | 2024-10-30T18:47:38.797Z | Downloaded rusqlite v0.32.1 |
934 | 2024-10-30T18:47:38.804Z | Downloaded nix v0.29.0 |
935 | 2024-10-30T18:47:38.816Z | Downloaded polar-core v0.27.3 |
936 | 2024-10-30T18:47:38.825Z | Downloaded curve25519-dalek v4.1.3 |
937 | 2024-10-30T18:47:38.835Z | Downloaded chrono-tz v0.10.0 |
938 | 2024-10-30T18:47:38.843Z | Downloaded radix_trie v0.2.1 |
939 | 2024-10-30T18:47:38.848Z | Downloaded object v0.30.4 |
940 | 2024-10-30T18:47:38.860Z | Downloaded openapiv3 v2.0.0 |
941 | 2024-10-30T18:47:38.873Z | Downloaded p384 v0.13.0 |
942 | 2024-10-30T18:47:38.880Z | Downloaded bstr v1.10.0 |
943 | 2024-10-30T18:47:38.895Z | Downloaded dropshot v0.12.0 |
944 | 2024-10-30T18:47:38.916Z | Downloaded regress v0.10.1 |
945 | 2024-10-30T18:47:38.925Z | Downloaded git2 v0.19.0 |
946 | 2024-10-30T18:47:38.935Z | Downloaded rustls v0.22.4 |
947 | 2024-10-30T18:47:38.950Z | Downloaded regress v0.9.1 |
948 | 2024-10-30T18:47:38.960Z | Downloaded rustls v0.23.14 |
949 | 2024-10-30T18:47:38.974Z | Downloaded object v0.36.5 |
950 | 2024-10-30T18:47:38.987Z | Downloaded hickory-proto v0.24.1 |
951 | 2024-10-30T18:47:39.006Z | Downloaded regex-syntax v0.8.5 |
952 | 2024-10-30T18:47:39.016Z | Downloaded sled v0.34.7 |
953 | 2024-10-30T18:47:39.027Z | Downloaded ratatui v0.28.1 |
954 | 2024-10-30T18:47:39.049Z | Downloaded smoltcp v0.11.0 |
955 | 2024-10-30T18:47:39.062Z | Downloaded typify-impl v0.2.0 |
956 | 2024-10-30T18:47:39.081Z | Downloaded lzma-sys v0.1.20 |
957 | 2024-10-30T18:47:39.114Z | Downloaded zerocopy-derive v0.6.6 |
958 | 2024-10-30T18:47:39.125Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
959 | 2024-10-30T18:47:39.138Z | Downloaded regex-automata v0.4.8 |
960 | 2024-10-30T18:47:39.157Z | Downloaded libz-sys v1.1.20 |
961 | 2024-10-30T18:47:39.179Z | Downloaded regex-syntax v0.6.29 |
962 | 2024-10-30T18:47:39.187Z | Downloaded gimli v0.31.1 |
963 | 2024-10-30T18:47:39.197Z | Downloaded csv v1.3.0 |
964 | 2024-10-30T18:47:39.219Z | Downloaded petgraph v0.6.5 |
965 | 2024-10-30T18:47:39.237Z | Downloaded tokio v1.40.0 |
966 | 2024-10-30T18:47:39.276Z | Downloaded sha3 v0.10.8 |
967 | 2024-10-30T18:47:39.281Z | Downloaded trust-dns-proto v0.22.0 |
968 | 2024-10-30T18:47:39.293Z | Downloaded encoding_rs v0.8.34 |
969 | 2024-10-30T18:47:39.315Z | Downloaded rustls v0.21.12 |
970 | 2024-10-30T18:47:39.327Z | Downloaded diesel v2.2.4 |
971 | 2024-10-30T18:47:39.347Z | Downloaded h2 v0.3.26 |
972 | 2024-10-30T18:47:39.354Z | Downloaded rayon v1.10.0 |
973 | 2024-10-30T18:47:39.363Z | Downloaded vcpkg v0.2.15 |
974 | 2024-10-30T18:47:39.402Z | Downloaded bindgen v0.69.5 |
975 | 2024-10-30T18:47:39.409Z | Downloaded hkdf v0.12.4 |
976 | 2024-10-30T18:47:39.412Z | Downloaded futures-util v0.3.31 |
977 | 2024-10-30T18:47:39.425Z | Downloaded lalrpop v0.19.12 |
978 | 2024-10-30T18:47:39.437Z | Downloaded p256 v0.13.2 |
979 | 2024-10-30T18:47:39.440Z | Downloaded portable-atomic v1.9.0 |
980 | 2024-10-30T18:47:39.447Z | Downloaded nix v0.28.0 |
981 | 2024-10-30T18:47:39.459Z | Downloaded tracing-core v0.1.32 |
982 | 2024-10-30T18:47:39.466Z | Downloaded sqlparser v0.45.0 |
983 | 2024-10-30T18:47:39.476Z | Downloaded idna v0.3.0 |
984 | 2024-10-30T18:47:39.476Z | Downloaded unicode_categories v0.1.1 |
985 | 2024-10-30T18:47:39.490Z | Downloaded ssh-cipher v0.2.0 |
986 | 2024-10-30T18:47:39.490Z | Downloaded slog-bunyan v2.5.0 |
987 | 2024-10-30T18:47:39.490Z | Downloaded phf_shared v0.11.2 |
988 | 2024-10-30T18:47:39.490Z | Downloaded universal-hash v0.5.1 |
989 | 2024-10-30T18:47:39.490Z | Downloaded poly1305 v0.8.0 |
990 | 2024-10-30T18:47:39.499Z | Downloaded pin-project-internal v1.1.6 |
991 | 2024-10-30T18:47:39.499Z | Downloaded hickory-server v0.24.1 |
992 | 2024-10-30T18:47:39.499Z | Downloaded winnow v0.5.40 |
993 | 2024-10-30T18:47:39.513Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
994 | 2024-10-30T18:47:39.559Z | Downloaded aes-gcm v0.10.3 |
995 | 2024-10-30T18:47:39.562Z | Downloaded shlex v1.3.0 |
996 | 2024-10-30T18:47:39.565Z | Downloaded shell-words v1.1.0 |
997 | 2024-10-30T18:47:39.565Z | Downloaded num-rational v0.4.2 |
998 | 2024-10-30T18:47:39.567Z | Downloaded zip v0.6.6 |
999 | 2024-10-30T18:47:39.570Z | Downloaded tracing v0.1.40 |
1000 | 2024-10-30T18:47:39.574Z | Downloaded heapless v0.8.0 |
1001 | 2024-10-30T18:47:39.578Z | Downloaded steno v0.4.1 |
1002 | 2024-10-30T18:47:39.582Z | Downloaded itertools v0.13.0 |
1003 | 2024-10-30T18:47:39.589Z | Downloaded untrusted v0.7.1 |
1004 | 2024-10-30T18:47:39.591Z | Downloaded zone_cfg_derive v0.3.0 |
1005 | 2024-10-30T18:47:39.592Z | Downloaded zone_cfg_derive v0.1.2 |
1006 | 2024-10-30T18:47:39.592Z | Downloaded peg v0.8.4 |
1007 | 2024-10-30T18:47:39.595Z | Downloaded num-iter v0.1.45 |
1008 | 2024-10-30T18:47:39.598Z | Downloaded polyval v0.6.2 |
1009 | 2024-10-30T18:47:39.598Z | Downloaded num-integer v0.1.46 |
1010 | 2024-10-30T18:47:39.600Z | Downloaded zeroize_derive v1.4.2 |
1011 | 2024-10-30T18:47:39.603Z | Downloaded zone v0.1.8 |
1012 | 2024-10-30T18:47:39.603Z | Downloaded unicode-truncate v1.1.0 |
1013 | 2024-10-30T18:47:39.603Z | Downloaded schemars_derive v0.8.21 |
1014 | 2024-10-30T18:47:39.605Z | Downloaded quinn-udp v0.5.5 |
1015 | 2024-10-30T18:47:39.607Z | Downloaded predicates-core v1.0.8 |
1016 | 2024-10-30T18:47:39.607Z | Downloaded predicates v3.1.2 |
1017 | 2024-10-30T18:47:39.612Z | Downloaded quick-error v1.2.3 |
1018 | 2024-10-30T18:47:39.618Z | Downloaded fatfs v0.3.6 |
1019 | 2024-10-30T18:47:39.618Z | Downloaded hickory-resolver v0.24.1 |
1020 | 2024-10-30T18:47:39.622Z | Downloaded highway v1.2.0 |
1021 | 2024-10-30T18:47:39.622Z | Downloaded qorb v0.1.2 |
1022 | 2024-10-30T18:47:39.624Z | Downloaded publicsuffix v2.2.3 |
1023 | 2024-10-30T18:47:39.626Z | Downloaded toml_edit v0.19.15 |
1024 | 2024-10-30T18:47:39.643Z | Downloaded num-bigint v0.4.6 |
1025 | 2024-10-30T18:47:39.647Z | Downloaded smf v0.2.3 |
1026 | 2024-10-30T18:47:39.650Z | Downloaded serde_plain v1.0.2 |
1027 | 2024-10-30T18:47:39.652Z | Downloaded omicron-zone-package v0.11.1 |
1028 | 2024-10-30T18:47:39.655Z | Downloaded num-traits v0.2.19 |
1029 | 2024-10-30T18:47:39.659Z | Downloaded peg-runtime v0.8.3 |
1030 | 2024-10-30T18:47:39.659Z | Downloaded der v0.7.9 |
1031 | 2024-10-30T18:47:39.662Z | Downloaded pbkdf2 v0.11.0 |
1032 | 2024-10-30T18:47:39.666Z | Downloaded minimal-lexical v0.2.1 |
1033 | 2024-10-30T18:47:39.668Z | Downloaded foreign-types v0.5.0 |
1034 | 2024-10-30T18:47:39.672Z | Downloaded foreign-types v0.3.2 |
1035 | 2024-10-30T18:47:39.672Z | Downloaded futures-executor v0.3.31 |
1036 | 2024-10-30T18:47:39.672Z | Downloaded dirs-next v2.0.0 |
1037 | 2024-10-30T18:47:39.675Z | Downloaded ron v0.7.1 |
1038 | 2024-10-30T18:47:39.678Z | Downloaded serde_yaml v0.9.34+deprecated |
1039 | 2024-10-30T18:47:39.681Z | Downloaded backtrace v0.3.74 |
1040 | 2024-10-30T18:47:39.686Z | Downloaded serde_derive_internals v0.29.1 |
1041 | 2024-10-30T18:47:39.688Z | Downloaded term v0.7.0 |
1042 | 2024-10-30T18:47:39.692Z | Downloaded futures v0.3.31 |
1043 | 2024-10-30T18:47:39.697Z | Downloaded sigpipe v0.1.3 |
1044 | 2024-10-30T18:47:39.699Z | Downloaded xz2 v0.1.7 |
1045 | 2024-10-30T18:47:39.701Z | Downloaded unicase v2.7.0 |
1046 | 2024-10-30T18:47:39.701Z | Downloaded unarray v0.1.4 |
1047 | 2024-10-30T18:47:39.704Z | Downloaded pkcs1 v0.7.5 |
1048 | 2024-10-30T18:47:39.706Z | Downloaded derive-where v1.2.7 |
1049 | 2024-10-30T18:47:39.708Z | Downloaded rsa v0.9.6 |
1050 | 2024-10-30T18:47:39.714Z | Downloaded supports-color v3.0.1 |
1051 | 2024-10-30T18:47:39.716Z | Downloaded spki v0.7.3 |
1052 | 2024-10-30T18:47:39.718Z | Downloaded semver v0.1.20 |
1053 | 2024-10-30T18:47:39.718Z | Downloaded subtle v2.6.1 |
1054 | 2024-10-30T18:47:39.719Z | Downloaded progenitor v0.8.0 |
1055 | 2024-10-30T18:47:39.722Z | Downloaded base64 v0.22.1 |
1056 | 2024-10-30T18:47:39.725Z | Downloaded fallible-streaming-iterator v0.1.9 |
1057 | 2024-10-30T18:47:39.725Z | Downloaded hyper-util v0.1.9 |
1058 | 2024-10-30T18:47:39.729Z | Downloaded base64 v0.21.7 |
1059 | 2024-10-30T18:47:39.733Z | Downloaded serde_with_macros v3.11.0 |
1060 | 2024-10-30T18:47:39.735Z | Downloaded hmac v0.12.1 |
1061 | 2024-10-30T18:47:39.738Z | Downloaded aho-corasick v1.1.3 |
1062 | 2024-10-30T18:47:39.743Z | Downloaded either v1.13.0 |
1063 | 2024-10-30T18:47:39.745Z | Downloaded chacha20poly1305 v0.10.1 |
1064 | 2024-10-30T18:47:39.747Z | Downloaded sqlparser_derive v0.2.2 |
1065 | 2024-10-30T18:47:39.747Z | Downloaded diesel-dtrace v0.3.0 |
1066 | 2024-10-30T18:47:39.749Z | Downloaded bytes v1.7.2 |
1067 | 2024-10-30T18:47:39.752Z | Downloaded string_cache v0.8.7 |
1068 | 2024-10-30T18:47:39.754Z | Downloaded arc-swap v1.7.1 |
1069 | 2024-10-30T18:47:39.758Z | Downloaded allocator-api2 v0.2.18 |
1070 | 2024-10-30T18:47:39.761Z | Downloaded predicates-tree v1.0.11 |
1071 | 2024-10-30T18:47:39.763Z | Downloaded powerfmt v0.2.0 |
1072 | 2024-10-30T18:47:39.763Z | Downloaded hashlink v0.9.1 |
1073 | 2024-10-30T18:47:39.765Z | Downloaded fxhash v0.2.1 |
1074 | 2024-10-30T18:47:39.765Z | Downloaded endian-type v0.1.2 |
1075 | 2024-10-30T18:47:39.768Z | Downloaded dhcproto-macros v0.1.0 |
1076 | 2024-10-30T18:47:39.768Z | Downloaded rfc6979 v0.4.0 |
1077 | 2024-10-30T18:47:39.768Z | Downloaded crc-any v2.5.0 |
1078 | 2024-10-30T18:47:39.771Z | Downloaded clang-sys v1.8.1 |
1079 | 2024-10-30T18:47:39.773Z | Downloaded crossbeam-epoch v0.9.18 |
1080 | 2024-10-30T18:47:39.775Z | Downloaded console v0.15.8 |
1081 | 2024-10-30T18:47:39.778Z | Downloaded miniz_oxide v0.8.0 |
1082 | 2024-10-30T18:47:39.780Z | Downloaded blake2 v0.10.6 |
1083 | 2024-10-30T18:47:39.783Z | Downloaded parse-display v0.10.0 |
1084 | 2024-10-30T18:47:39.785Z | Downloaded funty v2.0.0 |
1085 | 2024-10-30T18:47:39.785Z | Downloaded der_derive v0.7.3 |
1086 | 2024-10-30T18:47:39.787Z | Downloaded same-file v1.0.6 |
1087 | 2024-10-30T18:47:39.787Z | Downloaded whoami v1.5.2 |
1088 | 2024-10-30T18:47:39.790Z | Downloaded managed v0.8.0 |
1089 | 2024-10-30T18:47:39.790Z | Downloaded lock_api v0.4.12 |
1090 | 2024-10-30T18:47:39.793Z | Downloaded cancel-safe-futures v0.1.5 |
1091 | 2024-10-30T18:47:39.795Z | Downloaded indexmap v1.9.3 |
1092 | 2024-10-30T18:47:39.798Z | Downloaded typify-macro v0.2.0 |
1093 | 2024-10-30T18:47:39.800Z | Downloaded blowfish v0.9.1 |
1094 | 2024-10-30T18:47:39.800Z | Downloaded bcs v0.1.6 |
1095 | 2024-10-30T18:47:39.803Z | Downloaded base64ct v1.6.0 |
1096 | 2024-10-30T18:47:39.808Z | Downloaded static_assertions v1.1.0 |
1097 | 2024-10-30T18:47:39.811Z | Downloaded stable_deref_trait v1.2.0 |
1098 | 2024-10-30T18:47:39.813Z | Downloaded slog-stdlog v4.1.1 |
1099 | 2024-10-30T18:47:39.813Z | Downloaded slab v0.4.9 |
1100 | 2024-10-30T18:47:39.815Z | Downloaded secrecy v0.8.0 |
1101 | 2024-10-30T18:47:39.815Z | Downloaded toolchain_find v0.4.0 |
1102 | 2024-10-30T18:47:39.817Z | Downloaded smallvec v0.6.14 |
1103 | 2024-10-30T18:47:39.817Z | Downloaded hyper-rustls v0.27.3 |
1104 | 2024-10-30T18:47:39.819Z | Downloaded impl-trait-for-tuples v0.2.2 |
1105 | 2024-10-30T18:47:39.822Z | Downloaded backoff v0.4.0 |
1106 | 2024-10-30T18:47:39.824Z | Downloaded new_debug_unreachable v1.0.6 |
1107 | 2024-10-30T18:47:39.826Z | Downloaded matches v0.1.10 |
1108 | 2024-10-30T18:47:39.826Z | Downloaded match_cfg v0.1.0 |
1109 | 2024-10-30T18:47:39.826Z | Downloaded httpdate v1.0.3 |
1110 | 2024-10-30T18:47:39.828Z | Downloaded cstr-argument v0.1.2 |
1111 | 2024-10-30T18:47:39.829Z | Downloaded crucible-workspace-hack v0.1.0 |
1112 | 2024-10-30T18:47:39.831Z | Downloaded chrono-tz-build v0.4.0 |
1113 | 2024-10-30T18:47:39.831Z | Downloaded const-oid v0.9.6 |
1114 | 2024-10-30T18:47:39.833Z | Downloaded bzip2 v0.4.4 |
1115 | 2024-10-30T18:47:39.833Z | Downloaded http-body v1.0.1 |
1116 | 2024-10-30T18:47:39.836Z | Downloaded bit-vec v0.6.3 |
1117 | 2024-10-30T18:47:39.836Z | Downloaded castaway v0.2.3 |
1118 | 2024-10-30T18:47:39.838Z | Downloaded bitflags v1.3.2 |
1119 | 2024-10-30T18:47:39.840Z | Downloaded buf-list v1.0.3 |
1120 | 2024-10-30T18:47:40.012Z | Downloaded ring v0.17.8 |
1121 | 2024-10-30T18:47:40.187Z | Downloaded ring v0.16.20 |
1122 | 2024-10-30T18:47:40.269Z | Downloaded libsqlite3-sys v0.30.1 |
1123 | 2024-10-30T18:47:40.449Z | Compiling serde v1.0.210 |
1124 | 2024-10-30T18:47:40.451Z | Compiling typenum v1.17.0 |
1125 | 2024-10-30T18:47:40.451Z | Compiling lock_api v0.4.12 |
1126 | 2024-10-30T18:47:40.451Z | Compiling generic-array v0.14.7 |
1127 | 2024-10-30T18:47:40.451Z | Compiling scopeguard v1.2.0 |
1128 | 2024-10-30T18:47:40.451Z | Compiling subtle v2.6.1 |
1129 | 2024-10-30T18:47:40.641Z | Compiling syn v2.0.79 |
1130 | 2024-10-30T18:47:40.646Z | Compiling getrandom v0.2.15 |
1131 | 2024-10-30T18:47:40.789Z | Compiling value-bag v1.9.0 |
1132 | 2024-10-30T18:47:40.909Z | Compiling rand_core v0.6.4 |
1133 | 2024-10-30T18:47:41.011Z | Compiling const-oid v0.9.6 |
1134 | 2024-10-30T18:47:41.081Z | Compiling pin-project-lite v0.2.14 |
1135 | 2024-10-30T18:47:41.183Z | Compiling smallvec v1.13.2 |
1136 | 2024-10-30T18:47:41.207Z | Compiling log v0.4.22 |
1137 | 2024-10-30T18:47:41.355Z | Compiling jobserver v0.1.32 |
1138 | 2024-10-30T18:47:41.425Z | Compiling parking_lot_core v0.9.10 |
1139 | 2024-10-30T18:47:41.571Z | Compiling shlex v1.3.0 |
1140 | 2024-10-30T18:47:41.629Z | Compiling futures-core v0.3.31 |
1141 | 2024-10-30T18:47:41.886Z | Compiling cc v1.1.30 |
1142 | 2024-10-30T18:47:42.020Z | Compiling signal-hook-registry v1.4.2 |
1143 | 2024-10-30T18:47:42.103Z | Compiling mio v1.0.2 |
1144 | 2024-10-30T18:47:42.328Z | Compiling parking_lot v0.12.3 |
1145 | 2024-10-30T18:47:42.554Z | Compiling cpufeatures v0.2.14 |
1146 | 2024-10-30T18:47:42.656Z | Compiling futures-sink v0.3.31 |
1147 | 2024-10-30T18:47:42.808Z | Compiling spin v0.9.8 |
1148 | 2024-10-30T18:47:42.836Z | Compiling socket2 v0.5.7 |
1149 | 2024-10-30T18:47:42.986Z | Compiling slab v0.4.9 |
1150 | 2024-10-30T18:47:43.207Z | Compiling serde_json v1.0.128 |
1151 | 2024-10-30T18:47:43.263Z | Compiling futures-channel v0.3.31 |
1152 | 2024-10-30T18:47:43.305Z | Compiling foldhash v0.1.3 |
1153 | 2024-10-30T18:47:43.307Z | Compiling futures-task v0.3.31 |
1154 | 2024-10-30T18:47:43.643Z | Compiling tinyvec_macros v0.1.1 |
1155 | 2024-10-30T18:47:43.694Z | Compiling futures-io v0.3.31 |
1156 | 2024-10-30T18:47:43.716Z | Compiling allocator-api2 v0.2.18 |
1157 | 2024-10-30T18:47:43.734Z | Compiling pin-utils v0.1.0 |
1158 | 2024-10-30T18:47:43.753Z | Compiling tinyvec v1.8.0 |
1159 | 2024-10-30T18:47:43.834Z | Compiling libm v0.2.8 |
1160 | 2024-10-30T18:47:43.881Z | Compiling num-traits v0.2.19 |
1161 | 2024-10-30T18:47:43.914Z | Compiling unicode-bidi v0.3.17 |
1162 | 2024-10-30T18:47:44.030Z | Compiling base64ct v1.6.0 |
1163 | 2024-10-30T18:47:44.406Z | Compiling flagset v0.4.6 |
1164 | 2024-10-30T18:47:44.577Z | Compiling hashbrown v0.15.0 |
1165 | 2024-10-30T18:47:44.619Z | Compiling pem-rfc7468 v0.7.0 |
1166 | 2024-10-30T18:47:44.646Z | Compiling httparse v1.9.5 |
1167 | 2024-10-30T18:47:45.746Z | Compiling unicode-normalization v0.1.24 |
1168 | 2024-10-30T18:47:45.762Z | Compiling tracing-core v0.1.32 |
1169 | 2024-10-30T18:47:45.763Z | Compiling rustls-pki-types v1.9.0 |
1170 | 2024-10-30T18:47:45.763Z | Compiling crossbeam-utils v0.8.20 |
1171 | 2024-10-30T18:47:45.995Z | Compiling percent-encoding v2.3.1 |
1172 | 2024-10-30T18:47:46.315Z | Compiling ring v0.17.8 |
1173 | 2024-10-30T18:47:46.451Z | Compiling powerfmt v0.2.0 |
1174 | 2024-10-30T18:47:46.596Z | Compiling pkg-config v0.3.31 |
1175 | 2024-10-30T18:47:46.793Z | Compiling vcpkg v0.2.15 |
1176 | 2024-10-30T18:47:46.886Z | Compiling time-core v0.1.2 |
1177 | 2024-10-30T18:47:46.919Z | Compiling num-conv v0.1.0 |
1178 | 2024-10-30T18:47:47.069Z | Compiling untrusted v0.9.0 |
1179 | 2024-10-30T18:47:47.124Z | Compiling deranged v0.3.11 |
1180 | 2024-10-30T18:47:47.207Z | Compiling time-macros v0.2.18 |
1181 | 2024-10-30T18:47:47.574Z | Compiling num_threads v0.1.7 |
1182 | 2024-10-30T18:47:47.700Z | Compiling atomic-waker v1.1.2 |
1183 | 2024-10-30T18:47:47.891Z | Compiling form_urlencoded v1.2.1 |
1184 | 2024-10-30T18:47:48.067Z | Compiling slog v2.7.0 |
1185 | 2024-10-30T18:47:48.206Z | Compiling try-lock v0.2.5 |
1186 | 2024-10-30T18:47:48.370Z | Compiling rustix v0.38.37 |
1187 | 2024-10-30T18:47:48.492Z | Compiling want v0.3.1 |
1188 | 2024-10-30T18:47:48.657Z | Compiling httpdate v1.0.3 |
1189 | 2024-10-30T18:47:48.868Z | Compiling openssl-sys v0.9.103 |
1190 | 2024-10-30T18:47:48.986Z | Compiling idna v0.5.0 |
1191 | 2024-10-30T18:47:49.102Z | Compiling iana-time-zone v0.1.61 |
1192 | 2024-10-30T18:47:49.266Z | Compiling openssl v0.10.66 |
1193 | 2024-10-30T18:47:49.552Z | Compiling foreign-types-shared v0.1.1 |
1194 | 2024-10-30T18:47:49.572Z | Compiling rustversion v1.0.17 |
1195 | 2024-10-30T18:47:49.657Z | Compiling base64 v0.22.1 |
1196 | 2024-10-30T18:47:49.693Z | Compiling tower-service v0.3.3 |
1197 | 2024-10-30T18:47:49.819Z | Compiling match_cfg v0.1.0 |
1198 | 2024-10-30T18:47:49.915Z | Compiling hostname v0.3.1 |
1199 | 2024-10-30T18:47:50.153Z | Compiling url v2.5.2 |
1200 | 2024-10-30T18:47:50.335Z | Compiling foreign-types v0.3.2 |
1201 | 2024-10-30T18:47:50.368Z | Compiling dirs-sys-next v0.1.2 |
1202 | 2024-10-30T18:47:50.432Z | Compiling aho-corasick v1.1.3 |
1203 | 2024-10-30T18:47:50.452Z | Compiling time v0.3.36 |
1204 | 2024-10-30T18:47:50.476Z | Compiling adler2 v2.0.0 |
1205 | 2024-10-30T18:47:50.686Z | Compiling regex-syntax v0.8.5 |
1206 | 2024-10-30T18:47:51.020Z | Compiling data-encoding v2.6.0 |
1207 | 2024-10-30T18:47:51.336Z | Compiling rustls v0.23.14 |
1208 | 2024-10-30T18:47:51.560Z | Compiling rustls v0.22.4 |
1209 | 2024-10-30T18:47:51.830Z | Compiling native-tls v0.2.12 |
1210 | 2024-10-30T18:47:52.059Z | Compiling syn v1.0.109 |
1211 | 2024-10-30T18:47:52.165Z | Compiling siphasher v0.3.11 |
1212 | 2024-10-30T18:47:52.581Z | Compiling miniz_oxide v0.8.0 |
1213 | 2024-10-30T18:47:52.760Z | Compiling dirs-next v2.0.0 |
1214 | 2024-10-30T18:47:53.390Z | Compiling serde_derive_internals v0.29.1 |
1215 | 2024-10-30T18:47:54.163Z | Compiling crossbeam-epoch v0.9.18 |
1216 | 2024-10-30T18:47:54.438Z | Compiling regex-automata v0.4.8 |
1217 | 2024-10-30T18:47:54.828Z | Compiling serde_derive v1.0.210 |
1218 | 2024-10-30T18:47:54.932Z | Compiling zeroize_derive v1.4.2 |
1219 | 2024-10-30T18:47:55.641Z | Compiling zerocopy-derive v0.7.35 |
1220 | 2024-10-30T18:47:55.728Z | Compiling tokio-macros v2.4.0 |
1221 | 2024-10-30T18:47:56.207Z | Compiling thiserror-impl v1.0.64 |
1222 | 2024-10-30T18:47:56.553Z | Compiling zeroize v1.8.1 |
1223 | 2024-10-30T18:47:57.082Z | Compiling futures-macro v0.3.31 |
1224 | 2024-10-30T18:47:57.357Z | Compiling der_derive v0.7.3 |
1225 | 2024-10-30T18:47:57.395Z | Compiling tracing-attributes v0.1.27 |
1226 | 2024-10-30T18:47:57.893Z | Compiling zerocopy v0.7.35 |
1227 | 2024-10-30T18:47:58.434Z | Compiling crypto-common v0.1.6 |
1228 | 2024-10-30T18:47:58.662Z | Compiling block-buffer v0.10.4 |
1229 | 2024-10-30T18:47:58.943Z | Compiling digest v0.10.7 |
1230 | 2024-10-30T18:47:59.136Z | Compiling futures-util v0.3.31 |
1231 | 2024-10-30T18:47:59.421Z | Compiling hmac v0.12.1 |
1232 | 2024-10-30T18:47:59.566Z | Compiling thiserror v1.0.64 |
1233 | 2024-10-30T18:47:59.591Z | Compiling block-padding v0.3.3 |
1234 | 2024-10-30T18:47:59.656Z | Compiling sha2 v0.10.8 |
1235 | 2024-10-30T18:47:59.900Z | Compiling ppv-lite86 v0.2.20 |
1236 | 2024-10-30T18:47:59.903Z | Compiling inout v0.1.3 |
1237 | 2024-10-30T18:47:59.928Z | Compiling der v0.7.9 |
1238 | 2024-10-30T18:48:00.095Z | Compiling cipher v0.4.4 |
1239 | 2024-10-30T18:48:00.527Z | Compiling rand_chacha v0.3.1 |
1240 | 2024-10-30T18:48:00.620Z | Compiling salsa20 v0.10.2 |
1241 | 2024-10-30T18:48:00.847Z | Compiling pest v2.7.14 |
1242 | 2024-10-30T18:48:01.289Z | Compiling tracing v0.1.40 |
1243 | 2024-10-30T18:48:01.811Z | Compiling rand v0.8.5 |
1244 | 2024-10-30T18:48:02.920Z | Compiling spki v0.7.3 |
1245 | 2024-10-30T18:48:03.220Z | Compiling pbkdf2 v0.12.2 |
1246 | 2024-10-30T18:48:03.312Z | Compiling cbc v0.1.2 |
1247 | 2024-10-30T18:48:03.336Z | Compiling aes v0.8.4 |
1248 | 2024-10-30T18:48:03.417Z | Compiling pest_meta v2.7.14 |
1249 | 2024-10-30T18:48:03.546Z | Compiling scrypt v0.11.0 |
1250 | 2024-10-30T18:48:03.956Z | Compiling scroll_derive v0.12.0 |
1251 | 2024-10-30T18:48:04.060Z | Compiling rustls-webpki v0.102.8 |
1252 | 2024-10-30T18:48:04.123Z | Compiling openssl-macros v0.1.1 |
1253 | 2024-10-30T18:48:04.889Z | Compiling pest_generator v2.7.14 |
1254 | 2024-10-30T18:48:05.272Z | Compiling pkcs5 v0.7.1 |
1255 | 2024-10-30T18:48:05.467Z | Compiling scroll v0.12.0 |
1256 | 2024-10-30T18:48:06.032Z | Compiling goblin v0.8.2 |
1257 | 2024-10-30T18:48:06.189Z | Compiling pkcs8 v0.10.2 |
1258 | 2024-10-30T18:48:06.216Z | Compiling async-trait v0.1.83 |
1259 | 2024-10-30T18:48:06.500Z | Compiling sha1 v0.10.6 |
1260 | 2024-10-30T18:48:06.877Z | Compiling signature v2.2.0 |
1261 | 2024-10-30T18:48:06.897Z | Compiling lazy_static v1.5.0 |
1262 | 2024-10-30T18:48:06.938Z | Compiling thread_local v1.1.8 |
1263 | 2024-10-30T18:48:07.020Z | Compiling cookie v0.18.1 |
1264 | 2024-10-30T18:48:07.077Z | Compiling encoding_rs v0.8.34 |
1265 | 2024-10-30T18:48:07.170Z | Compiling multer v3.1.0 |
1266 | 2024-10-30T18:48:07.324Z | Compiling ipnet v2.10.1 |
1267 | 2024-10-30T18:48:07.463Z | Compiling paste v1.0.15 |
1268 | 2024-10-30T18:48:07.485Z | Compiling unicode-properties v0.1.3 |
1269 | 2024-10-30T18:48:07.881Z | Compiling schemars v0.8.21 |
1270 | 2024-10-30T18:48:07.993Z | Compiling rayon-core v1.12.1 |
1271 | 2024-10-30T18:48:08.249Z | Compiling slog-async v2.8.0 |
1272 | 2024-10-30T18:48:08.331Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-10-30T18:48:08.400Z | Compiling pest_derive v2.7.14 |
1274 | 2024-10-30T18:48:08.539Z | Compiling either v1.13.0 |
1275 | 2024-10-30T18:48:08.677Z | Compiling gimli v0.31.1 |
1276 | 2024-10-30T18:48:08.846Z | Compiling signal-hook v0.3.17 |
1277 | 2024-10-30T18:48:08.940Z | Compiling bytes v1.7.2 |
1278 | 2024-10-30T18:48:09.125Z | Compiling indexmap v2.6.0 |
1279 | 2024-10-30T18:48:09.238Z | Compiling bitflags v2.6.0 |
1280 | 2024-10-30T18:48:09.329Z | Compiling semver v1.0.23 |
1281 | 2024-10-30T18:48:10.132Z | Compiling tokio v1.40.0 |
1282 | 2024-10-30T18:48:10.209Z | Compiling http v1.1.0 |
1283 | 2024-10-30T18:48:10.602Z | Compiling rustc_version v0.4.1 |
1284 | 2024-10-30T18:48:11.415Z | Compiling dtrace-parser v0.2.0 |
1285 | 2024-10-30T18:48:11.562Z | Compiling serde_spanned v0.6.8 |
1286 | 2024-10-30T18:48:11.798Z | Compiling http-body v1.0.1 |
1287 | 2024-10-30T18:48:12.037Z | Compiling dof v0.3.0 |
1288 | 2024-10-30T18:48:12.181Z | Compiling uuid v1.10.0 |
1289 | 2024-10-30T18:48:12.767Z | Compiling toml_datetime v0.6.8 |
1290 | 2024-10-30T18:48:13.343Z | Compiling serde_tokenstream v0.2.2 |
1291 | 2024-10-30T18:48:13.606Z | Compiling usdt-impl v0.5.0 |
1292 | 2024-10-30T18:48:13.721Z | Compiling chrono v0.4.38 |
1293 | 2024-10-30T18:48:13.974Z | Compiling http-body-util v0.1.2 |
1294 | 2024-10-30T18:48:14.022Z | Compiling heapless v0.7.17 |
1295 | 2024-10-30T18:48:14.501Z | Compiling mime v0.3.17 |
1296 | 2024-10-30T18:48:14.522Z | Compiling toml_edit v0.22.22 |
1297 | 2024-10-30T18:48:15.203Z | Compiling addr2line v0.24.2 |
1298 | 2024-10-30T18:48:15.235Z | Compiling curve25519-dalek v4.1.3 |
1299 | 2024-10-30T18:48:15.252Z | Compiling slog-json v2.6.1 |
1300 | 2024-10-30T18:48:15.675Z | Compiling serde_urlencoded v0.7.1 |
1301 | 2024-10-30T18:48:16.009Z | Compiling stringprep v0.1.5 |
1302 | 2024-10-30T18:48:16.696Z | Compiling usdt-macro v0.5.0 |
1303 | 2024-10-30T18:48:17.194Z | Compiling usdt-attr-macro v0.5.0 |
1304 | 2024-10-30T18:48:17.618Z | Compiling futures-executor v0.3.31 |
1305 | 2024-10-30T18:48:18.214Z | Compiling md-5 v0.10.6 |
1306 | 2024-10-30T18:48:18.300Z | Compiling schemars_derive v0.8.21 |
1307 | 2024-10-30T18:48:18.524Z | Compiling enum-as-inner v0.6.1 |
1308 | 2024-10-30T18:48:18.984Z | Compiling tokio-util v0.7.12 |
1309 | 2024-10-30T18:48:19.611Z | Compiling async-stream-impl v0.3.6 |
1310 | 2024-10-30T18:48:20.405Z | Compiling h2 v0.4.6 |
1311 | 2024-10-30T18:48:21.654Z | Compiling crossbeam-deque v0.8.5 |
1312 | 2024-10-30T18:48:21.782Z | Compiling term v0.7.0 |
1313 | 2024-10-30T18:48:23.018Z | Compiling crossbeam-channel v0.5.13 |
1314 | 2024-10-30T18:48:23.127Z | Compiling num-integer v0.1.46 |
1315 | 2024-10-30T18:48:23.354Z | Compiling idna v0.3.0 |
1316 | 2024-10-30T18:48:24.022Z | Compiling idna v0.4.0 |
1317 | 2024-10-30T18:48:24.248Z | Compiling rustls-pemfile v2.2.0 |
1318 | 2024-10-30T18:48:24.592Z | Compiling ff v0.13.0 |
1319 | 2024-10-30T18:48:24.830Z | Compiling hash32 v0.2.1 |
1320 | 2024-10-30T18:48:24.996Z | Compiling is-terminal v0.4.13 |
1321 | 2024-10-30T18:48:25.137Z | Compiling dropshot v0.12.0 |
1322 | 2024-10-30T18:48:25.219Z | Compiling object v0.36.5 |
1323 | 2024-10-30T18:48:25.455Z | Compiling psl-types v2.0.11 |
1324 | 2024-10-30T18:48:25.660Z | Compiling smoltcp v0.9.1 |
1325 | 2024-10-30T18:48:25.683Z | Compiling stable_deref_trait v1.2.0 |
1326 | 2024-10-30T18:48:25.797Z | Compiling take_mut v0.2.2 |
1327 | 2024-10-30T18:48:25.966Z | Compiling anyhow v1.0.89 |
1328 | 2024-10-30T18:48:26.053Z | Compiling linked-hash-map v0.5.6 |
1329 | 2024-10-30T18:48:26.385Z | Compiling num-bigint-dig v0.8.4 |
1330 | 2024-10-30T18:48:26.433Z | Compiling fallible-iterator v0.2.0 |
1331 | 2024-10-30T18:48:26.643Z | Compiling rustc-demangle v0.1.24 |
1332 | 2024-10-30T18:48:26.697Z | Compiling base16ct v0.2.0 |
1333 | 2024-10-30T18:48:26.769Z | Compiling utf-8 v0.7.6 |
1334 | 2024-10-30T18:48:27.030Z | Compiling quick-error v1.2.3 |
1335 | 2024-10-30T18:48:27.115Z | Compiling portable-atomic v1.9.0 |
1336 | 2024-10-30T18:48:27.155Z | Compiling dyn-clone v1.0.17 |
1337 | 2024-10-30T18:48:27.180Z | Compiling resolv-conf v0.7.0 |
1338 | 2024-10-30T18:48:27.658Z | Compiling hyper v1.4.1 |
1339 | 2024-10-30T18:48:27.999Z | Compiling postgres-protocol v0.6.7 |
1340 | 2024-10-30T18:48:28.335Z | Compiling tungstenite v0.24.0 |
1341 | 2024-10-30T18:48:29.435Z | Compiling sec1 v0.7.3 |
1342 | 2024-10-30T18:48:30.249Z | Compiling hyper-util v0.1.9 |
1343 | 2024-10-30T18:48:30.839Z | Compiling lru-cache v0.1.2 |
1344 | 2024-10-30T18:48:31.257Z | Compiling publicsuffix v2.2.3 |
1345 | 2024-10-30T18:48:31.478Z | Compiling slog-term v2.9.1 |
1346 | 2024-10-30T18:48:31.532Z | Compiling usdt v0.5.0 |
1347 | 2024-10-30T18:48:32.061Z | Compiling hickory-proto v0.24.1 |
1348 | 2024-10-30T18:48:32.064Z | Compiling group v0.13.0 |
1349 | 2024-10-30T18:48:32.160Z | Compiling num-iter v0.1.45 |
1350 | 2024-10-30T18:48:32.254Z | Compiling tokio-rustls v0.26.0 |
1351 | 2024-10-30T18:48:32.412Z | Compiling backtrace v0.3.74 |
1352 | 2024-10-30T18:48:32.714Z | Compiling tokio-native-tls v0.3.1 |
1353 | 2024-10-30T18:48:33.115Z | Compiling async-stream v0.3.6 |
1354 | 2024-10-30T18:48:33.132Z | Compiling tokio-rustls v0.25.0 |
1355 | 2024-10-30T18:48:33.132Z | Compiling futures v0.3.31 |
1356 | 2024-10-30T18:48:33.213Z | Compiling toml v0.8.19 |
1357 | 2024-10-30T18:48:33.476Z | Compiling camino v1.1.9 |
1358 | 2024-10-30T18:48:34.534Z | Compiling slog-bunyan v2.5.0 |
1359 | 2024-10-30T18:48:34.645Z | Compiling dropshot_endpoint v0.12.0 |
1360 | 2024-10-30T18:48:34.761Z | Compiling terminal_size v0.4.0 |
1361 | 2024-10-30T18:48:34.990Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-10-30T18:48:35.034Z | Compiling serde_path_to_error v0.1.16 |
1363 | 2024-10-30T18:48:35.463Z | Compiling hkdf v0.12.4 |
1364 | 2024-10-30T18:48:35.493Z | Compiling crypto-bigint v0.5.5 |
1365 | 2024-10-30T18:48:35.730Z | Compiling curve25519-dalek-derive v0.1.1 |
1366 | 2024-10-30T18:48:35.914Z | Compiling zerocopy-derive v0.6.6 |
1367 | 2024-10-30T18:48:36.044Z | Compiling phf_shared v0.11.2 |
1368 | 2024-10-30T18:48:36.452Z | Compiling waitgroup v0.1.2 |
1369 | 2024-10-30T18:48:36.685Z | Compiling webpki-roots v0.26.6 |
1370 | 2024-10-30T18:48:36.709Z | Compiling hubpack_derive v0.1.1 |
1371 | 2024-10-30T18:48:36.905Z | Compiling hostname v0.4.0 |
1372 | 2024-10-30T18:48:37.181Z | Compiling fs-err v2.11.0 |
1373 | 2024-10-30T18:48:37.301Z | Compiling ahash v0.8.11 |
1374 | 2024-10-30T18:48:37.494Z | Compiling debug-ignore v1.0.5 |
1375 | 2024-10-30T18:48:37.645Z | Compiling managed v0.8.0 |
1376 | 2024-10-30T18:48:37.663Z | Compiling winnow v0.5.40 |
1377 | 2024-10-30T18:48:37.683Z | Compiling bitflags v1.3.2 |
1378 | 2024-10-30T18:48:37.868Z | Compiling hickory-resolver v0.24.1 |
1379 | 2024-10-30T18:48:38.125Z | Compiling zerocopy v0.6.6 |
1380 | 2024-10-30T18:48:39.017Z | Compiling elliptic-curve v0.13.8 |
1381 | 2024-10-30T18:48:39.514Z | Compiling console v0.15.8 |
1382 | 2024-10-30T18:48:39.915Z | Compiling clap_builder v4.5.20 |
1383 | 2024-10-30T18:48:40.263Z | Compiling hubpack v0.1.2 |
1384 | 2024-10-30T18:48:40.745Z | Compiling strum_macros v0.25.3 |
1385 | 2024-10-30T18:48:41.325Z | Compiling toml_edit v0.19.15 |
1386 | 2024-10-30T18:48:41.722Z | Compiling hyper-rustls v0.27.3 |
1387 | 2024-10-30T18:48:42.375Z | Compiling phf v0.11.2 |
1388 | 2024-10-30T18:48:42.644Z | Compiling signal-hook-mio v0.2.4 |
1389 | 2024-10-30T18:48:42.671Z | Compiling cookie_store v0.21.0 |
1390 | 2024-10-30T18:48:43.788Z | Compiling rayon v1.10.0 |
1391 | 2024-10-30T18:48:44.320Z | Compiling hyper-tls v0.6.0 |
1392 | 2024-10-30T18:48:44.935Z | Compiling tokio-tungstenite v0.24.0 |
1393 | 2024-10-30T18:48:45.002Z | Compiling postgres-types v0.2.8 |
1394 | 2024-10-30T18:48:46.617Z | Compiling tokio-stream v0.1.16 |
1395 | 2024-10-30T18:48:46.907Z | Compiling serde-big-array v0.5.1 |
1396 | 2024-10-30T18:48:47.167Z | Compiling ed25519 v2.2.3 |
1397 | 2024-10-30T18:48:47.716Z | Compiling pkcs1 v0.7.5 |
1398 | 2024-10-30T18:48:48.773Z | Compiling regex v1.11.0 |
1399 | 2024-10-30T18:48:48.818Z | Compiling bstr v1.10.0 |
1400 | 2024-10-30T18:48:49.275Z | Compiling rfc6979 v0.4.0 |
1401 | 2024-10-30T18:48:49.314Z | Compiling clap_derive v4.5.18 |
1402 | 2024-10-30T18:48:49.476Z | Compiling serde_repr v0.1.19 |
1403 | 2024-10-30T18:48:49.479Z | Compiling derive-where v1.2.7 |
1404 | 2024-10-30T18:48:49.591Z | Compiling phf_shared v0.10.0 |
1405 | 2024-10-30T18:48:49.864Z | Compiling float-cmp v0.9.0 |
1406 | 2024-10-30T18:48:50.013Z | Compiling sync_wrapper v1.0.1 |
1407 | 2024-10-30T18:48:50.094Z | Compiling crc32fast v1.4.2 |
1408 | 2024-10-30T18:48:50.116Z | Compiling static_assertions v1.1.0 |
1409 | 2024-10-30T18:48:50.169Z | Compiling minimal-lexical v0.2.1 |
1410 | 2024-10-30T18:48:50.225Z | Compiling unicode-segmentation v1.12.0 |
1411 | 2024-10-30T18:48:50.432Z | Compiling new_debug_unreachable v1.0.6 |
1412 | 2024-10-30T18:48:50.540Z | Compiling fixedbitset v0.4.2 |
1413 | 2024-10-30T18:48:50.632Z | Compiling predicates-core v1.0.8 |
1414 | 2024-10-30T18:48:50.676Z | Compiling whoami v1.5.2 |
1415 | 2024-10-30T18:48:50.696Z | Compiling difflib v0.4.0 |
1416 | 2024-10-30T18:48:51.015Z | Compiling normalize-line-endings v0.3.0 |
1417 | 2024-10-30T18:48:51.037Z | Compiling precomputed-hash v0.1.1 |
1418 | 2024-10-30T18:48:51.126Z | Compiling bit-vec v0.6.3 |
1419 | 2024-10-30T18:48:51.147Z | Compiling number_prefix v0.4.0 |
1420 | 2024-10-30T18:48:51.150Z | Compiling string_cache v0.8.7 |
1421 | 2024-10-30T18:48:51.336Z | Compiling indicatif v0.17.8 |
1422 | 2024-10-30T18:48:51.391Z | Compiling predicates v3.1.2 |
1423 | 2024-10-30T18:48:51.610Z | Compiling bit-set v0.5.3 |
1424 | 2024-10-30T18:48:51.658Z | Compiling tokio-postgres v0.7.12 |
1425 | 2024-10-30T18:48:51.914Z | Compiling similar v2.6.0 |
1426 | 2024-10-30T18:48:52.336Z | Compiling petgraph v0.6.5 |
1427 | 2024-10-30T18:48:53.155Z | Compiling qorb v0.1.2 |
1428 | 2024-10-30T18:48:53.191Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1429 | 2024-10-30T18:48:53.596Z | Compiling nom v7.1.3 |
1430 | 2024-10-30T18:48:54.487Z | Compiling flate2 v1.0.34 |
1431 | 2024-10-30T18:48:54.520Z | Compiling clap v4.5.20 |
1432 | 2024-10-30T18:48:54.644Z | Compiling reqwest v0.12.8 |
1433 | 2024-10-30T18:48:55.489Z | Compiling ecdsa v0.16.9 |
1434 | 2024-10-30T18:48:56.352Z | Compiling rsa v0.9.6 |
1435 | 2024-10-30T18:48:56.538Z | Compiling ed25519-dalek v2.1.1 |
1436 | 2024-10-30T18:48:57.451Z | Compiling toml v0.7.8 |
1437 | 2024-10-30T18:48:57.763Z | Compiling crossterm v0.28.1 |
1438 | 2024-10-30T18:48:59.277Z | Compiling hex v0.4.3 |
1439 | 2024-10-30T18:48:59.449Z | Compiling itertools v0.10.5 |
1440 | 2024-10-30T18:48:59.753Z | Compiling itertools v0.12.1 |
1441 | 2024-10-30T18:48:59.847Z | Compiling x509-cert v0.2.5 |
1442 | 2024-10-30T18:48:59.871Z | Compiling peg-runtime v0.8.3 |
1443 | 2024-10-30T18:49:00.441Z | Compiling unicode-xid v0.2.6 |
1444 | 2024-10-30T18:49:00.568Z | Compiling lalrpop-util v0.19.12 |
1445 | 2024-10-30T18:49:00.634Z | Compiling xattr v1.3.1 |
1446 | 2024-10-30T18:49:00.922Z | Compiling strum_macros v0.26.4 |
1447 | 2024-10-30T18:49:00.946Z | Compiling filetime v0.2.25 |
1448 | 2024-10-30T18:49:01.283Z | Compiling tar v0.4.42 |
1449 | 2024-10-30T18:49:04.614Z | Compiling strum v0.26.3 |
1450 | 2024-10-30T18:49:04.728Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1451 | 2024-10-30T18:49:05.001Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1452 | 2024-10-30T18:49:10.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s |
1453 | 2024-10-30T18:49:10.842Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1454 | 2024-10-30T18:49:10.894Z | Oct 30 18:49:10.157 INFO Starting download, target: Cockroach |
1455 | 2024-10-30T18:49:10.895Z | Oct 30 18:49:10.157 INFO Starting download, target: Console |
1456 | 2024-10-30T18:49:10.895Z | Oct 30 18:49:10.157 INFO Starting download, target: Clickhouse |
1457 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.157 INFO Starting download, target: DendriteOpenapi |
1458 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.157 INFO Starting download, target: DendriteStub |
1459 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.158 INFO Starting download, target: MaghemiteMgd |
1460 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.158 INFO Starting download, target: TransceiverControl |
1461 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.158 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1462 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.158 INFO Downloading out/downloads/dpd-a442c5b3c999a91aa2d4d1ec853a7ef127f303cb.json (attempt 1/3), target: DendriteOpenapi |
1463 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.158 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1464 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.158 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1465 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.159 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1466 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.159 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1467 | 2024-10-30T18:49:10.898Z | Oct 30 18:49:10.159 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1468 | 2024-10-30T18:49:11.127Z | Oct 30 18:49:10.389 INFO Download complete, target: DendriteOpenapi |
1469 | 2024-10-30T18:49:11.322Z | Oct 30 18:49:10.568 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1470 | 2024-10-30T18:49:11.559Z | Oct 30 18:49:10.815 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1471 | 2024-10-30T18:49:11.650Z | Oct 30 18:49:10.908 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1472 | 2024-10-30T18:49:11.768Z | Oct 30 18:49:11.031 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1473 | 2024-10-30T18:49:11.901Z | Oct 30 18:49:11.164 INFO Download complete, target: Console |
1474 | 2024-10-30T18:49:12.059Z | Oct 30 18:49:11.322 INFO Download complete, target: TransceiverControl |
1475 | 2024-10-30T18:49:12.806Z | Oct 30 18:49:12.069 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1476 | 2024-10-30T18:49:12.810Z | Oct 30 18:49:12.069 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1477 | 2024-10-30T18:49:14.237Z | Oct 30 18:49:13.499 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1478 | 2024-10-30T18:49:15.171Z | Oct 30 18:49:14.433 INFO Download complete, target: DendriteStub |
1479 | 2024-10-30T18:49:15.262Z | Oct 30 18:49:14.523 INFO Download complete, target: MaghemiteMgd |
1480 | 2024-10-30T18:49:21.032Z | Oct 30 18:49:20.292 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1481 | 2024-10-30T18:49:21.399Z | Oct 30 18:49:20.660 INFO Checking that binary works, target: Cockroach |
1482 | 2024-10-30T18:49:21.590Z | Oct 30 18:49:20.852 INFO Download complete, target: Cockroach |
1483 | 2024-10-30T18:49:27.918Z | Oct 30 18:49:27.179 INFO Checking that binary works, target: Clickhouse |
1484 | 2024-10-30T18:49:28.063Z | Oct 30 18:49:27.324 INFO Download complete, target: Clickhouse |
1485 | 2024-10-30T18:49:28.084Z | All builder prerequisites installed successfully, and PATH looks valid |
1486 | 2024-10-30T18:49:28.087Z | |
1487 | 2024-10-30T18:49:28.087Z | real 4:01.770072231 |
1488 | 2024-10-30T18:49:28.087Z | user 13:35.365772657 |
1489 | 2024-10-30T18:49:28.087Z | sys 2:51.690840127 |
1490 | 2024-10-30T18:49:28.087Z | trap 0.514953068 |
1491 | 2024-10-30T18:49:28.087Z | tflt 1.598571829 |
1492 | 2024-10-30T18:49:28.087Z | dflt 1.532264592 |
1493 | 2024-10-30T18:49:28.087Z | kflt 0.018839542 |
1494 | 2024-10-30T18:49:28.087Z | lock 26:34.643611739 |
1495 | 2024-10-30T18:49:28.087Z | slp 50:48.603214725 |
1496 | 2024-10-30T18:49:28.087Z | lat 48.424436899 |
1497 | 2024-10-30T18:49:28.088Z | stop 2:20.783236046 |
1498 | 2024-10-30T18:49:28.088Z | + banner hack-check |
1499 | 2024-10-30T18:49:28.090Z | |
1500 | 2024-10-30T18:49:28.090Z | # # ## #### # # #### # # ###### #### # # |
1501 | 2024-10-30T18:49:28.090Z | # # # # # # # # # # # # # # # # # |
1502 | 2024-10-30T18:49:28.090Z | ###### # # # #### ##### # ###### ##### # #### |
1503 | 2024-10-30T18:49:28.090Z | # # ###### # # # # # # # # # # |
1504 | 2024-10-30T18:49:28.090Z | # # # # # # # # # # # # # # # # # |
1505 | 2024-10-30T18:49:28.090Z | # # # # #### # # #### # # ###### #### # # |
1506 | 2024-10-30T18:49:28.090Z | |
1507 | 2024-10-30T18:49:28.091Z | + export CARGO_INCREMENTAL=0 |
1508 | 2024-10-30T18:49:28.091Z | + CARGO_INCREMENTAL=0 |
1509 | 2024-10-30T18:49:28.091Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1510 | 2024-10-30T18:49:28.682Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1511 | 2024-10-30T18:49:32.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
1512 | 2024-10-30T18:49:32.554Z | Running `target/debug/xtask check-features --ci` |
1513 | 2024-10-30T18:49:32.577Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1514 | 2024-10-30T18:49:32.577Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1515 | 2024-10-30T18:49:33.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1516 | 2024-10-30T18:49:33.131Z | Running `target/debug/xtask download cargo-hack` |
1517 | 2024-10-30T18:49:34.034Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1518 | 2024-10-30T18:49:34.425Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1519 | 2024-10-30T18:49:39.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s |
1520 | 2024-10-30T18:49:39.465Z | Running `target/debug/xtask-downloader cargo-hack` |
1521 | 2024-10-30T18:49:39.504Z | Oct 30 18:49:38.763 INFO Starting download, target: CargoHack |
1522 | 2024-10-30T18:49:39.506Z | Oct 30 18:49:38.764 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1523 | 2024-10-30T18:49:40.131Z | Oct 30 18:49:39.390 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1524 | 2024-10-30T18:49:40.232Z | Oct 30 18:49:39.491 INFO Download complete, target: CargoHack |
1525 | 2024-10-30T18:49:40.236Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1526 | 2024-10-30T18:49:40.253Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1527 | 2024-10-30T18:49:40.429Z | info: running `cargo check --bins` on api_identity (1/166) |
1528 | 2024-10-30T18:49:41.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-10-30T18:49:41.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-10-30T18:49:41.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-10-30T18:49:41.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1532 | 2024-10-30T18:49:41.114Z | |
1533 | 2024-10-30T18:49:41.115Z | info: running `cargo check --bins` on bootstore (2/166) |
1534 | 2024-10-30T18:49:41.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-10-30T18:49:41.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-10-30T18:49:41.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-10-30T18:49:41.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1538 | 2024-10-30T18:49:41.827Z | |
1539 | 2024-10-30T18:49:41.827Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/166) |
1540 | 2024-10-30T18:49:42.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-10-30T18:49:42.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-10-30T18:49:42.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-10-30T18:49:42.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1544 | 2024-10-30T18:49:42.516Z | |
1545 | 2024-10-30T18:49:42.516Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166) |
1546 | 2024-10-30T18:49:43.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-10-30T18:49:43.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-10-30T18:49:43.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-10-30T18:49:43.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1550 | 2024-10-30T18:49:43.202Z | |
1551 | 2024-10-30T18:49:43.202Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166) |
1552 | 2024-10-30T18:49:43.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-10-30T18:49:43.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-10-30T18:49:43.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-10-30T18:49:43.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1556 | 2024-10-30T18:49:43.700Z | |
1557 | 2024-10-30T18:49:43.700Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166) |
1558 | 2024-10-30T18:49:44.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-10-30T18:49:44.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-10-30T18:49:44.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-10-30T18:49:44.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1562 | 2024-10-30T18:49:44.200Z | |
1563 | 2024-10-30T18:49:44.200Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166) |
1564 | 2024-10-30T18:49:44.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-10-30T18:49:44.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-10-30T18:49:44.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-10-30T18:49:44.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1568 | 2024-10-30T18:49:44.705Z | |
1569 | 2024-10-30T18:49:44.705Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166) |
1570 | 2024-10-30T18:49:45.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-10-30T18:49:45.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-10-30T18:49:45.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-10-30T18:49:45.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1574 | 2024-10-30T18:49:45.206Z | |
1575 | 2024-10-30T18:49:45.206Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166) |
1576 | 2024-10-30T18:49:45.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1577 | 2024-10-30T18:49:45.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1578 | 2024-10-30T18:49:45.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1579 | 2024-10-30T18:49:45.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1580 | 2024-10-30T18:49:45.704Z | |
1581 | 2024-10-30T18:49:45.704Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166) |
1582 | 2024-10-30T18:49:46.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1583 | 2024-10-30T18:49:46.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1584 | 2024-10-30T18:49:46.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1585 | 2024-10-30T18:49:46.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1586 | 2024-10-30T18:49:46.188Z | |
1587 | 2024-10-30T18:49:46.188Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166) |
1588 | 2024-10-30T18:49:46.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1589 | 2024-10-30T18:49:46.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1590 | 2024-10-30T18:49:46.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1591 | 2024-10-30T18:49:46.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1592 | 2024-10-30T18:49:46.692Z | |
1593 | 2024-10-30T18:49:46.692Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166) |
1594 | 2024-10-30T18:49:47.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1595 | 2024-10-30T18:49:47.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1596 | 2024-10-30T18:49:47.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1597 | 2024-10-30T18:49:47.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1598 | 2024-10-30T18:49:47.211Z | |
1599 | 2024-10-30T18:49:47.211Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166) |
1600 | 2024-10-30T18:49:47.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1601 | 2024-10-30T18:49:47.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1602 | 2024-10-30T18:49:47.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1603 | 2024-10-30T18:49:47.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1604 | 2024-10-30T18:49:47.723Z | |
1605 | 2024-10-30T18:49:47.723Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166) |
1606 | 2024-10-30T18:49:48.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1607 | 2024-10-30T18:49:48.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1608 | 2024-10-30T18:49:48.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1609 | 2024-10-30T18:49:48.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1610 | 2024-10-30T18:49:48.207Z | |
1611 | 2024-10-30T18:49:48.207Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166) |
1612 | 2024-10-30T18:49:48.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-10-30T18:49:48.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-10-30T18:49:48.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-10-30T18:49:48.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1616 | 2024-10-30T18:49:48.705Z | |
1617 | 2024-10-30T18:49:48.706Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166) |
1618 | 2024-10-30T18:49:49.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-10-30T18:49:49.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-10-30T18:49:49.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-10-30T18:49:49.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1622 | 2024-10-30T18:49:49.201Z | |
1623 | 2024-10-30T18:49:49.201Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166) |
1624 | 2024-10-30T18:49:49.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-10-30T18:49:49.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-10-30T18:49:49.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-10-30T18:49:49.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1628 | 2024-10-30T18:49:49.704Z | |
1629 | 2024-10-30T18:49:49.704Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166) |
1630 | 2024-10-30T18:49:50.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-10-30T18:49:50.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-10-30T18:49:50.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-10-30T18:49:50.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1634 | 2024-10-30T18:49:50.207Z | |
1635 | 2024-10-30T18:49:50.207Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166) |
1636 | 2024-10-30T18:49:50.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-10-30T18:49:50.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-10-30T18:49:50.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-10-30T18:49:50.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1640 | 2024-10-30T18:49:50.710Z | |
1641 | 2024-10-30T18:49:50.710Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166) |
1642 | 2024-10-30T18:49:51.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-10-30T18:49:51.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-10-30T18:49:51.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-10-30T18:49:51.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1646 | 2024-10-30T18:49:51.204Z | |
1647 | 2024-10-30T18:49:51.204Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166) |
1648 | 2024-10-30T18:49:51.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-10-30T18:49:51.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-10-30T18:49:51.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-10-30T18:49:51.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1652 | 2024-10-30T18:49:51.695Z | |
1653 | 2024-10-30T18:49:51.695Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166) |
1654 | 2024-10-30T18:49:52.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-10-30T18:49:52.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-10-30T18:49:52.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-10-30T18:49:52.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1658 | 2024-10-30T18:49:52.187Z | |
1659 | 2024-10-30T18:49:52.187Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166) |
1660 | 2024-10-30T18:49:52.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-10-30T18:49:52.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-10-30T18:49:52.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-10-30T18:49:52.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1664 | 2024-10-30T18:49:52.699Z | |
1665 | 2024-10-30T18:49:52.699Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166) |
1666 | 2024-10-30T18:49:53.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-10-30T18:49:53.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-10-30T18:49:53.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-10-30T18:49:53.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1670 | 2024-10-30T18:49:53.223Z | |
1671 | 2024-10-30T18:49:53.223Z | info: running `cargo check --bins` on sled-hardware-types (25/166) |
1672 | 2024-10-30T18:49:53.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-10-30T18:49:53.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-10-30T18:49:53.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-10-30T18:49:53.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1676 | 2024-10-30T18:49:53.942Z | |
1677 | 2024-10-30T18:49:53.942Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/166) |
1678 | 2024-10-30T18:49:54.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-10-30T18:49:54.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-10-30T18:49:54.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-10-30T18:49:54.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1682 | 2024-10-30T18:49:54.638Z | |
1683 | 2024-10-30T18:49:54.638Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166) |
1684 | 2024-10-30T18:49:55.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-10-30T18:49:55.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-10-30T18:49:55.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-10-30T18:49:55.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1688 | 2024-10-30T18:49:55.353Z | |
1689 | 2024-10-30T18:49:55.353Z | info: running `cargo check --bins` on oxlog (28/166) |
1690 | 2024-10-30T18:49:55.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-10-30T18:49:55.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-10-30T18:49:56.034Z | Checking cfg-if v1.0.0 |
1693 | 2024-10-30T18:49:56.037Z | Checking libc v0.2.161 |
1694 | 2024-10-30T18:49:56.141Z | Checking serde v1.0.210 |
1695 | 2024-10-30T18:49:56.141Z | Checking zeroize v1.8.1 |
1696 | 2024-10-30T18:49:56.143Z | Checking memchr v2.7.4 |
1697 | 2024-10-30T18:49:56.173Z | Checking typenum v1.17.0 |
1698 | 2024-10-30T18:49:56.185Z | Checking scopeguard v1.2.0 |
1699 | 2024-10-30T18:49:56.187Z | Checking subtle v2.6.1 |
1700 | 2024-10-30T18:49:56.211Z | Checking value-bag v1.9.0 |
1701 | 2024-10-30T18:49:56.315Z | Checking lock_api v0.4.12 |
1702 | 2024-10-30T18:49:56.404Z | Checking const-oid v0.9.6 |
1703 | 2024-10-30T18:49:56.449Z | Checking itoa v1.0.11 |
1704 | 2024-10-30T18:49:56.632Z | Checking log v0.4.22 |
1705 | 2024-10-30T18:49:56.674Z | Checking pin-project-lite v0.2.14 |
1706 | 2024-10-30T18:49:56.733Z | Checking smallvec v1.13.2 |
1707 | 2024-10-30T18:49:56.798Z | Checking byteorder v1.5.0 |
1708 | 2024-10-30T18:49:57.052Z | Checking futures-core v0.3.31 |
1709 | 2024-10-30T18:49:57.073Z | Checking once_cell v1.20.2 |
1710 | 2024-10-30T18:49:57.150Z | Checking cpufeatures v0.2.14 |
1711 | 2024-10-30T18:49:57.233Z | Checking futures-sink v0.3.31 |
1712 | 2024-10-30T18:49:57.236Z | Checking spin v0.9.8 |
1713 | 2024-10-30T18:49:57.263Z | Checking zerocopy v0.7.35 |
1714 | 2024-10-30T18:49:57.297Z | Checking getrandom v0.2.15 |
1715 | 2024-10-30T18:49:57.366Z | Checking signal-hook-registry v1.4.2 |
1716 | 2024-10-30T18:49:57.379Z | Checking parking_lot_core v0.9.10 |
1717 | 2024-10-30T18:49:57.503Z | Checking generic-array v0.14.7 |
1718 | 2024-10-30T18:49:57.526Z | Checking rand_core v0.6.4 |
1719 | 2024-10-30T18:49:57.602Z | Checking mio v1.0.2 |
1720 | 2024-10-30T18:49:57.623Z | Checking socket2 v0.5.7 |
1721 | 2024-10-30T18:49:57.707Z | Checking parking_lot v0.12.3 |
1722 | 2024-10-30T18:49:57.841Z | Checking slab v0.4.9 |
1723 | 2024-10-30T18:49:58.053Z | Checking futures-channel v0.3.31 |
1724 | 2024-10-30T18:49:58.091Z | Checking tinyvec_macros v0.1.1 |
1725 | 2024-10-30T18:49:58.106Z | Checking pin-utils v0.1.0 |
1726 | 2024-10-30T18:49:58.163Z | Checking equivalent v1.0.1 |
1727 | 2024-10-30T18:49:58.179Z | Checking futures-task v0.3.31 |
1728 | 2024-10-30T18:49:58.198Z | Checking allocator-api2 v0.2.18 |
1729 | 2024-10-30T18:49:58.215Z | Checking foldhash v0.1.3 |
1730 | 2024-10-30T18:49:58.256Z | Checking futures-io v0.3.31 |
1731 | 2024-10-30T18:49:58.399Z | Checking tinyvec v1.8.0 |
1732 | 2024-10-30T18:49:58.416Z | Checking ryu v1.0.18 |
1733 | 2024-10-30T18:49:58.429Z | Checking unicode-bidi v0.3.17 |
1734 | 2024-10-30T18:49:58.443Z | Checking futures-util v0.3.31 |
1735 | 2024-10-30T18:49:58.636Z | Checking fnv v1.0.7 |
1736 | 2024-10-30T18:49:58.681Z | Checking crypto-common v0.1.6 |
1737 | 2024-10-30T18:49:58.712Z | Checking block-buffer v0.10.4 |
1738 | 2024-10-30T18:49:58.749Z | Checking block-padding v0.3.3 |
1739 | 2024-10-30T18:49:58.819Z | Checking hashbrown v0.15.0 |
1740 | 2024-10-30T18:49:58.867Z | Checking libm v0.2.8 |
1741 | 2024-10-30T18:49:58.925Z | Checking digest v0.10.7 |
1742 | 2024-10-30T18:49:58.952Z | Checking inout v0.1.3 |
1743 | 2024-10-30T18:49:59.058Z | Checking base64ct v1.6.0 |
1744 | 2024-10-30T18:49:59.180Z | Checking cipher v0.4.4 |
1745 | 2024-10-30T18:49:59.270Z | Checking hmac v0.12.1 |
1746 | 2024-10-30T18:49:59.490Z | Checking sha2 v0.10.8 |
1747 | 2024-10-30T18:49:59.520Z | Checking pem-rfc7468 v0.7.0 |
1748 | 2024-10-30T18:49:59.561Z | Checking ppv-lite86 v0.2.20 |
1749 | 2024-10-30T18:49:59.716Z | Checking unicode-normalization v0.1.24 |
1750 | 2024-10-30T18:49:59.778Z | Checking flagset v0.4.6 |
1751 | 2024-10-30T18:49:59.816Z | Checking num-traits v0.2.19 |
1752 | 2024-10-30T18:49:59.970Z | Checking tracing-core v0.1.32 |
1753 | 2024-10-30T18:49:59.985Z | Checking der v0.7.9 |
1754 | 2024-10-30T18:50:00.061Z | Checking thiserror v1.0.64 |
1755 | 2024-10-30T18:50:00.201Z | Checking percent-encoding v2.3.1 |
1756 | 2024-10-30T18:50:00.330Z | Checking rand_chacha v0.3.1 |
1757 | 2024-10-30T18:50:00.416Z | Checking rustls-pki-types v1.9.0 |
1758 | 2024-10-30T18:50:00.639Z | Checking salsa20 v0.10.2 |
1759 | 2024-10-30T18:50:00.662Z | Checking tracing v0.1.40 |
1760 | 2024-10-30T18:50:00.735Z | Checking rand v0.8.5 |
1761 | 2024-10-30T18:50:00.855Z | Checking pbkdf2 v0.12.2 |
1762 | 2024-10-30T18:50:00.986Z | Checking httparse v1.9.5 |
1763 | 2024-10-30T18:50:00.986Z | Checking powerfmt v0.2.0 |
1764 | 2024-10-30T18:50:01.020Z | Checking untrusted v0.9.0 |
1765 | 2024-10-30T18:50:01.073Z | Checking bytes v1.7.2 |
1766 | 2024-10-30T18:50:01.169Z | Checking indexmap v2.6.0 |
1767 | 2024-10-30T18:50:01.284Z | Checking serde_json v1.0.128 |
1768 | 2024-10-30T18:50:01.454Z | Checking bitflags v2.6.0 |
1769 | 2024-10-30T18:50:01.583Z | Checking deranged v0.3.11 |
1770 | 2024-10-30T18:50:01.742Z | Checking ring v0.17.8 |
1771 | 2024-10-30T18:50:01.837Z | Checking spki v0.7.3 |
1772 | 2024-10-30T18:50:01.921Z | Checking tokio v1.40.0 |
1773 | 2024-10-30T18:50:02.017Z | Checking http v1.1.0 |
1774 | 2024-10-30T18:50:02.132Z | Checking scrypt v0.11.0 |
1775 | 2024-10-30T18:50:02.382Z | Checking aes v0.8.4 |
1776 | 2024-10-30T18:50:02.518Z | Checking cbc v0.1.2 |
1777 | 2024-10-30T18:50:02.732Z | Checking crossbeam-utils v0.8.20 |
1778 | 2024-10-30T18:50:02.995Z | Checking atomic-waker v1.1.2 |
1779 | 2024-10-30T18:50:03.131Z | Checking num_threads v0.1.7 |
1780 | 2024-10-30T18:50:03.260Z | Checking num-conv v0.1.0 |
1781 | 2024-10-30T18:50:03.291Z | Checking time-core v0.1.2 |
1782 | 2024-10-30T18:50:03.361Z | Checking pkcs5 v0.7.1 |
1783 | 2024-10-30T18:50:03.377Z | Checking http-body v1.0.1 |
1784 | 2024-10-30T18:50:03.430Z | Checking form_urlencoded v1.2.1 |
1785 | 2024-10-30T18:50:03.449Z | Checking try-lock v0.2.5 |
1786 | 2024-10-30T18:50:03.489Z | Checking time v0.3.36 |
1787 | 2024-10-30T18:50:03.569Z | Checking rustls-webpki v0.102.8 |
1788 | 2024-10-30T18:50:03.585Z | Checking want v0.3.1 |
1789 | 2024-10-30T18:50:03.600Z | Checking unicode-ident v1.0.13 |
1790 | 2024-10-30T18:50:03.614Z | Checking httpdate v1.0.3 |
1791 | 2024-10-30T18:50:03.637Z | Checking toml_datetime v0.6.8 |
1792 | 2024-10-30T18:50:03.752Z | Checking serde_spanned v0.6.8 |
1793 | 2024-10-30T18:50:03.767Z | Checking proc-macro2 v1.0.87 |
1794 | 2024-10-30T18:50:03.847Z | Checking pkcs8 v0.10.2 |
1795 | 2024-10-30T18:50:03.850Z | Checking uuid v1.10.0 |
1796 | 2024-10-30T18:50:03.911Z | Checking idna v0.5.0 |
1797 | 2024-10-30T18:50:03.931Z | Checking slog v2.7.0 |
1798 | 2024-10-30T18:50:04.167Z | Checking scroll v0.12.0 |
1799 | 2024-10-30T18:50:04.369Z | Checking tower-service v0.3.3 |
1800 | 2024-10-30T18:50:04.427Z | Checking plain v0.2.3 |
1801 | 2024-10-30T18:50:04.448Z | Checking match_cfg v0.1.0 |
1802 | 2024-10-30T18:50:04.475Z | Checking iana-time-zone v0.1.61 |
1803 | 2024-10-30T18:50:04.491Z | Checking base64 v0.22.1 |
1804 | 2024-10-30T18:50:04.531Z | Checking foreign-types-shared v0.1.1 |
1805 | 2024-10-30T18:50:04.581Z | Checking ucd-trie v0.1.7 |
1806 | 2024-10-30T18:50:04.617Z | Checking chrono v0.4.38 |
1807 | 2024-10-30T18:50:04.631Z | Checking foreign-types v0.3.2 |
1808 | 2024-10-30T18:50:04.650Z | Checking goblin v0.8.2 |
1809 | 2024-10-30T18:50:04.721Z | Checking hostname v0.3.1 |
1810 | 2024-10-30T18:50:04.775Z | Checking url v2.5.2 |
1811 | 2024-10-30T18:50:04.789Z | Checking pest v2.7.14 |
1812 | 2024-10-30T18:50:04.846Z | Checking quote v1.0.37 |
1813 | 2024-10-30T18:50:04.982Z | Checking openssl-sys v0.9.103 |
1814 | 2024-10-30T18:50:05.175Z | Checking dirs-sys-next v0.1.2 |
1815 | 2024-10-30T18:50:05.345Z | Checking errno v0.3.9 |
1816 | 2024-10-30T18:50:05.513Z | Checking aho-corasick v1.1.3 |
1817 | 2024-10-30T18:50:05.569Z | Checking pretty-hex v0.4.1 |
1818 | 2024-10-30T18:50:05.733Z | Checking adler2 v2.0.0 |
1819 | 2024-10-30T18:50:05.877Z | Checking siphasher v0.3.11 |
1820 | 2024-10-30T18:50:06.037Z | Checking data-encoding v2.6.0 |
1821 | 2024-10-30T18:50:06.183Z | Checking regex-syntax v0.8.5 |
1822 | 2024-10-30T18:50:06.298Z | Checking openssl v0.10.66 |
1823 | 2024-10-30T18:50:06.690Z | Checking miniz_oxide v0.8.0 |
1824 | 2024-10-30T18:50:06.707Z | Checking rustix v0.38.37 |
1825 | 2024-10-30T18:50:07.234Z | Checking dirs-next v2.0.0 |
1826 | 2024-10-30T18:50:07.369Z | Checking dtrace-parser v0.2.0 |
1827 | 2024-10-30T18:50:07.369Z | Checking syn v2.0.79 |
1828 | 2024-10-30T18:50:07.814Z | Checking http-body-util v0.1.2 |
1829 | 2024-10-30T18:50:07.849Z | Checking crossbeam-epoch v0.9.18 |
1830 | 2024-10-30T18:50:07.935Z | Checking signature v2.2.0 |
1831 | 2024-10-30T18:50:08.136Z | Checking sha1 v0.10.6 |
1832 | 2024-10-30T18:50:08.278Z | Checking lazy_static v1.5.0 |
1833 | 2024-10-30T18:50:08.396Z | Checking thread_local v1.1.8 |
1834 | 2024-10-30T18:50:08.432Z | Checking thread-id v4.2.2 |
1835 | 2024-10-30T18:50:08.553Z | Checking encoding_rs v0.8.34 |
1836 | 2024-10-30T18:50:08.655Z | Checking anstyle v1.0.8 |
1837 | 2024-10-30T18:50:08.975Z | Checking unicode-properties v0.1.3 |
1838 | 2024-10-30T18:50:09.246Z | Checking tokio-util v0.7.12 |
1839 | 2024-10-30T18:50:09.325Z | Checking gimli v0.31.1 |
1840 | 2024-10-30T18:50:09.564Z | Checking regex-automata v0.4.8 |
1841 | 2024-10-30T18:50:09.731Z | Checking dof v0.3.0 |
1842 | 2024-10-30T18:50:10.102Z | Checking h2 v0.4.6 |
1843 | 2024-10-30T18:50:10.307Z | Checking either v1.13.0 |
1844 | 2024-10-30T18:50:10.332Z | Checking utf8parse v0.2.2 |
1845 | 2024-10-30T18:50:10.480Z | Checking ipnet v2.10.1 |
1846 | 2024-10-30T18:50:10.669Z | Checking openssl-probe v0.1.5 |
1847 | 2024-10-30T18:50:10.830Z | Checking mime v0.3.17 |
1848 | 2024-10-30T18:50:10.929Z | Checking winnow v0.6.20 |
1849 | 2024-10-30T18:50:10.945Z | Checking anstyle-parse v0.2.5 |
1850 | 2024-10-30T18:50:11.147Z | Checking stringprep v0.1.5 |
1851 | 2024-10-30T18:50:11.210Z | Checking crossbeam-deque v0.8.5 |
1852 | 2024-10-30T18:50:11.456Z | Checking term v0.7.0 |
1853 | 2024-10-30T18:50:11.528Z | Checking slog-json v2.6.1 |
1854 | 2024-10-30T18:50:11.790Z | Checking rustls v0.23.14 |
1855 | 2024-10-30T18:50:11.899Z | Checking rustls v0.22.4 |
1856 | 2024-10-30T18:50:11.942Z | Checking native-tls v0.2.12 |
1857 | 2024-10-30T18:50:12.257Z | Checking futures-executor v0.3.31 |
1858 | 2024-10-30T18:50:12.493Z | Checking serde_urlencoded v0.7.1 |
1859 | 2024-10-30T18:50:12.916Z | Checking crossbeam-channel v0.5.13 |
1860 | 2024-10-30T18:50:13.585Z | Checking addr2line v0.24.2 |
1861 | 2024-10-30T18:50:13.626Z | Checking num-integer v0.1.46 |
1862 | 2024-10-30T18:50:13.846Z | Checking usdt-impl v0.5.0 |
1863 | 2024-10-30T18:50:13.969Z | Checking toml_edit v0.22.22 |
1864 | 2024-10-30T18:50:14.098Z | Checking rustls-pemfile v2.2.0 |
1865 | 2024-10-30T18:50:14.130Z | Checking idna v0.3.0 |
1866 | 2024-10-30T18:50:14.308Z | Checking idna v0.4.0 |
1867 | 2024-10-30T18:50:14.326Z | Checking md-5 v0.10.6 |
1868 | 2024-10-30T18:50:14.389Z | Checking ff v0.13.0 |
1869 | 2024-10-30T18:50:14.539Z | Checking is-terminal v0.4.13 |
1870 | 2024-10-30T18:50:14.599Z | Checking memmap v0.7.0 |
1871 | 2024-10-30T18:50:14.666Z | Checking hash32 v0.2.1 |
1872 | 2024-10-30T18:50:14.803Z | Checking object v0.36.5 |
1873 | 2024-10-30T18:50:14.961Z | Checking is_terminal_polyfill v1.70.1 |
1874 | 2024-10-30T18:50:14.992Z | Checking take_mut v0.2.2 |
1875 | 2024-10-30T18:50:15.067Z | Checking stable_deref_trait v1.2.0 |
1876 | 2024-10-30T18:50:15.130Z | Checking anstyle-query v1.1.1 |
1877 | 2024-10-30T18:50:15.164Z | Checking rustc-demangle v0.1.24 |
1878 | 2024-10-30T18:50:15.180Z | Checking base16ct v0.2.0 |
1879 | 2024-10-30T18:50:15.245Z | Checking psl-types v2.0.11 |
1880 | 2024-10-30T18:50:15.364Z | Checking utf-8 v0.7.6 |
1881 | 2024-10-30T18:50:15.427Z | Checking colorchoice v1.0.2 |
1882 | 2024-10-30T18:50:15.545Z | Checking linked-hash-map v0.5.6 |
1883 | 2024-10-30T18:50:15.570Z | Checking quick-error v1.2.3 |
1884 | 2024-10-30T18:50:15.587Z | Checking fallible-iterator v0.2.0 |
1885 | 2024-10-30T18:50:15.601Z | Checking dyn-clone v1.0.17 |
1886 | 2024-10-30T18:50:15.700Z | Checking resolv-conf v0.7.0 |
1887 | 2024-10-30T18:50:15.738Z | Checking schemars v0.8.21 |
1888 | 2024-10-30T18:50:15.871Z | Checking lru-cache v0.1.2 |
1889 | 2024-10-30T18:50:16.045Z | Checking tokio-rustls v0.25.0 |
1890 | 2024-10-30T18:50:16.048Z | Checking tungstenite v0.24.0 |
1891 | 2024-10-30T18:50:16.180Z | Checking postgres-protocol v0.6.7 |
1892 | 2024-10-30T18:50:16.420Z | Checking anstream v0.6.15 |
1893 | 2024-10-30T18:50:16.469Z | Checking hyper v1.4.1 |
1894 | 2024-10-30T18:50:16.606Z | Checking toml v0.8.19 |
1895 | 2024-10-30T18:50:16.798Z | Checking publicsuffix v2.2.3 |
1896 | 2024-10-30T18:50:16.855Z | Checking sec1 v0.7.3 |
1897 | 2024-10-30T18:50:16.890Z | Checking tokio-rustls v0.26.0 |
1898 | 2024-10-30T18:50:16.962Z | Checking hickory-proto v0.24.1 |
1899 | 2024-10-30T18:50:17.041Z | Checking heapless v0.7.17 |
1900 | 2024-10-30T18:50:17.221Z | Checking slog-async v2.8.0 |
1901 | 2024-10-30T18:50:17.288Z | Checking usdt v0.5.0 |
1902 | 2024-10-30T18:50:17.324Z | Checking slog-term v2.9.1 |
1903 | 2024-10-30T18:50:17.386Z | Checking group v0.13.0 |
1904 | 2024-10-30T18:50:17.497Z | Checking num-iter v0.1.45 |
1905 | 2024-10-30T18:50:17.555Z | Checking futures v0.3.31 |
1906 | 2024-10-30T18:50:17.655Z | Checking tokio-native-tls v0.3.1 |
1907 | 2024-10-30T18:50:17.674Z | Checking slog-bunyan v2.5.0 |
1908 | 2024-10-30T18:50:17.688Z | Checking rayon-core v1.12.1 |
1909 | 2024-10-30T18:50:17.801Z | Checking multer v3.1.0 |
1910 | 2024-10-30T18:50:17.825Z | Checking terminal_size v0.4.0 |
1911 | 2024-10-30T18:50:17.902Z | Checking phf_shared v0.11.2 |
1912 | 2024-10-30T18:50:17.994Z | Checking cookie v0.18.1 |
1913 | 2024-10-30T18:50:18.064Z | Checking async-stream v0.3.6 |
1914 | 2024-10-30T18:50:18.185Z | Checking signal-hook v0.3.17 |
1915 | 2024-10-30T18:50:18.201Z | Checking camino v1.1.9 |
1916 | 2024-10-30T18:50:18.253Z | Checking waitgroup v0.1.2 |
1917 | 2024-10-30T18:50:18.362Z | Checking openapiv3 v2.0.0 |
1918 | 2024-10-30T18:50:18.380Z | Checking serde_path_to_error v0.1.16 |
1919 | 2024-10-30T18:50:18.456Z | Checking webpki-roots v0.26.6 |
1920 | 2024-10-30T18:50:18.518Z | Checking hkdf v0.12.4 |
1921 | 2024-10-30T18:50:18.582Z | Checking hyper-util v0.1.9 |
1922 | 2024-10-30T18:50:18.648Z | Checking crypto-bigint v0.5.5 |
1923 | 2024-10-30T18:50:18.733Z | Checking hostname v0.4.0 |
1924 | 2024-10-30T18:50:18.767Z | Checking unicode-width v0.1.14 |
1925 | 2024-10-30T18:50:18.868Z | Checking bitflags v1.3.2 |
1926 | 2024-10-30T18:50:18.959Z | Checking clap_lex v0.7.2 |
1927 | 2024-10-30T18:50:18.975Z | Checking strsim v0.11.1 |
1928 | 2024-10-30T18:50:19.202Z | Checking winnow v0.5.40 |
1929 | 2024-10-30T18:50:19.265Z | Checking managed v0.8.0 |
1930 | 2024-10-30T18:50:19.268Z | Checking debug-ignore v1.0.5 |
1931 | 2024-10-30T18:50:19.415Z | Checking console v0.15.8 |
1932 | 2024-10-30T18:50:19.654Z | Checking smoltcp v0.9.1 |
1933 | 2024-10-30T18:50:19.971Z | Checking clap_builder v4.5.20 |
1934 | 2024-10-30T18:50:20.694Z | Checking hyper-rustls v0.27.3 |
1935 | 2024-10-30T18:50:21.028Z | Checking hyper-tls v0.6.0 |
1936 | 2024-10-30T18:50:21.168Z | Checking signal-hook-mio v0.2.4 |
1937 | 2024-10-30T18:50:21.279Z | Checking backtrace v0.3.74 |
1938 | 2024-10-30T18:50:21.297Z | Checking cookie_store v0.21.0 |
1939 | 2024-10-30T18:50:21.312Z | Checking rayon v1.10.0 |
1940 | 2024-10-30T18:50:21.529Z | Checking elliptic-curve v0.13.8 |
1941 | 2024-10-30T18:50:21.870Z | Checking anyhow v1.0.89 |
1942 | 2024-10-30T18:50:21.887Z | Checking hickory-resolver v0.24.1 |
1943 | 2024-10-30T18:50:21.925Z | Checking phf v0.11.2 |
1944 | 2024-10-30T18:50:21.953Z | Checking dropshot v0.12.0 |
1945 | 2024-10-30T18:50:22.145Z | Checking num-bigint-dig v0.8.4 |
1946 | 2024-10-30T18:50:22.187Z | Checking tokio-tungstenite v0.24.0 |
1947 | 2024-10-30T18:50:22.237Z | Checking postgres-types v0.2.8 |
1948 | 2024-10-30T18:50:22.295Z | Checking toml_edit v0.19.15 |
1949 | 2024-10-30T18:50:22.697Z | Checking regex v1.11.0 |
1950 | 2024-10-30T18:50:22.981Z | Checking bstr v1.10.0 |
1951 | 2024-10-30T18:50:23.069Z | Checking tokio-stream v0.1.16 |
1952 | 2024-10-30T18:50:23.289Z | Checking ed25519 v2.2.3 |
1953 | 2024-10-30T18:50:23.443Z | Checking phf_shared v0.10.0 |
1954 | 2024-10-30T18:50:23.612Z | Checking curve25519-dalek v4.1.3 |
1955 | 2024-10-30T18:50:23.738Z | Checking zerocopy v0.6.6 |
1956 | 2024-10-30T18:50:23.924Z | Checking pkcs1 v0.7.5 |
1957 | 2024-10-30T18:50:23.970Z | Checking hubpack v0.1.2 |
1958 | 2024-10-30T18:50:24.295Z | Checking portable-atomic v1.9.0 |
1959 | 2024-10-30T18:50:24.311Z | Checking float-cmp v0.9.0 |
1960 | 2024-10-30T18:50:24.352Z | Checking serde-big-array v0.5.1 |
1961 | 2024-10-30T18:50:24.486Z | Checking rfc6979 v0.4.0 |
1962 | 2024-10-30T18:50:24.531Z | Checking sync_wrapper v1.0.1 |
1963 | 2024-10-30T18:50:24.573Z | Checking crc32fast v1.4.2 |
1964 | 2024-10-30T18:50:24.659Z | Checking precomputed-hash v0.1.1 |
1965 | 2024-10-30T18:50:24.674Z | Checking normalize-line-endings v0.3.0 |
1966 | 2024-10-30T18:50:24.764Z | Checking unicode-segmentation v1.12.0 |
1967 | 2024-10-30T18:50:24.781Z | Checking new_debug_unreachable v1.0.6 |
1968 | 2024-10-30T18:50:24.798Z | Checking predicates-core v1.0.8 |
1969 | 2024-10-30T18:50:24.798Z | Checking minimal-lexical v0.2.1 |
1970 | 2024-10-30T18:50:24.871Z | Checking static_assertions v1.1.0 |
1971 | 2024-10-30T18:50:24.965Z | Checking number_prefix v0.4.0 |
1972 | 2024-10-30T18:50:24.981Z | Checking bit-vec v0.6.3 |
1973 | 2024-10-30T18:50:25.161Z | Checking difflib v0.4.0 |
1974 | 2024-10-30T18:50:25.183Z | Checking whoami v1.5.2 |
1975 | 2024-10-30T18:50:25.252Z | Checking fixedbitset v0.4.2 |
1976 | 2024-10-30T18:50:25.306Z | Checking indicatif v0.17.8 |
1977 | 2024-10-30T18:50:25.328Z | Checking bit-set v0.5.3 |
1978 | 2024-10-30T18:50:25.459Z | Checking similar v2.6.0 |
1979 | 2024-10-30T18:50:25.473Z | Checking predicates v3.1.2 |
1980 | 2024-10-30T18:50:25.476Z | Checking tokio-postgres v0.7.12 |
1981 | 2024-10-30T18:50:25.504Z | Checking ed25519-dalek v2.1.1 |
1982 | 2024-10-30T18:50:25.504Z | Checking petgraph v0.6.5 |
1983 | 2024-10-30T18:50:25.567Z | Checking nom v7.1.3 |
1984 | 2024-10-30T18:50:25.693Z | Checking qorb v0.1.2 |
1985 | 2024-10-30T18:50:25.920Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1986 | 2024-10-30T18:50:26.039Z | Checking string_cache v0.8.7 |
1987 | 2024-10-30T18:50:26.105Z | Checking flate2 v1.0.34 |
1988 | 2024-10-30T18:50:26.326Z | Checking toml v0.7.8 |
1989 | 2024-10-30T18:50:26.346Z | Checking ecdsa v0.16.9 |
1990 | 2024-10-30T18:50:26.769Z | Checking reqwest v0.12.8 |
1991 | 2024-10-30T18:50:27.071Z | Checking rsa v0.9.6 |
1992 | 2024-10-30T18:50:27.116Z | Checking clap v4.5.20 |
1993 | 2024-10-30T18:50:27.242Z | Checking crossterm v0.28.1 |
1994 | 2024-10-30T18:50:28.124Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-10-30T18:50:28.151Z | Checking itertools v0.12.1 |
1996 | 2024-10-30T18:50:28.167Z | Checking itertools v0.10.5 |
1997 | 2024-10-30T18:50:28.488Z | Checking fs-err v2.11.0 |
1998 | 2024-10-30T18:50:28.637Z | Checking ahash v0.8.11 |
1999 | 2024-10-30T18:50:28.640Z | Checking x509-cert v0.2.5 |
2000 | 2024-10-30T18:50:28.852Z | Checking hex v0.4.3 |
2001 | 2024-10-30T18:50:29.047Z | Checking semver v1.0.23 |
2002 | 2024-10-30T18:50:29.103Z | Checking peg-runtime v0.8.3 |
2003 | 2024-10-30T18:50:29.183Z | Checking lalrpop-util v0.19.12 |
2004 | 2024-10-30T18:50:29.333Z | Checking sigpipe v0.1.3 |
2005 | 2024-10-30T18:50:30.789Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2006 | 2024-10-30T18:50:31.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.75s |
2007 | 2024-10-30T18:50:31.269Z | |
2008 | 2024-10-30T18:50:31.269Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166) |
2009 | 2024-10-30T18:50:31.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2010 | 2024-10-30T18:50:31.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2011 | 2024-10-30T18:50:32.005Z | Compiling hashbrown v0.14.5 |
2012 | 2024-10-30T18:50:32.120Z | Checking heck v0.5.0 |
2013 | 2024-10-30T18:50:32.134Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-10-30T18:50:32.152Z | Compiling ident_case v1.0.1 |
2015 | 2024-10-30T18:50:32.164Z | Checking progenitor-client v0.8.0 |
2016 | 2024-10-30T18:50:32.177Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2017 | 2024-10-30T18:50:32.193Z | Compiling proc-macro-crate v1.3.1 |
2018 | 2024-10-30T18:50:32.369Z | Compiling darling_core v0.20.10 |
2019 | 2024-10-30T18:50:32.412Z | Checking ipnetwork v0.20.0 |
2020 | 2024-10-30T18:50:32.482Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-10-30T18:50:32.611Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2022 | 2024-10-30T18:50:32.780Z | Compiling newtype-uuid v1.1.2 |
2023 | 2024-10-30T18:50:32.973Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2024 | 2024-10-30T18:50:33.121Z | Compiling lzma-sys v0.1.20 |
2025 | 2024-10-30T18:50:33.281Z | Compiling num_enum_derive v0.5.11 |
2026 | 2024-10-30T18:50:33.315Z | Checking regress v0.10.1 |
2027 | 2024-10-30T18:50:33.326Z | Compiling foreign-types-macros v0.2.3 |
2028 | 2024-10-30T18:50:33.900Z | Compiling serde_yaml v0.9.34+deprecated |
2029 | 2024-10-30T18:50:34.179Z | Checking foreign-types-shared v0.3.1 |
2030 | 2024-10-30T18:50:34.303Z | Checking arc-swap v1.7.1 |
2031 | 2024-10-30T18:50:34.626Z | Checking foreign-types v0.5.0 |
2032 | 2024-10-30T18:50:34.701Z | Checking slog-scope v4.4.0 |
2033 | 2024-10-30T18:50:34.776Z | Compiling proc-macro-error v1.0.4 |
2034 | 2024-10-30T18:50:35.433Z | Compiling structmeta v0.3.0 |
2035 | 2024-10-30T18:50:35.484Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2036 | 2024-10-30T18:50:35.500Z | Checking tungstenite v0.21.0 |
2037 | 2024-10-30T18:50:35.598Z | Compiling heck v0.3.3 |
2038 | 2024-10-30T18:50:35.862Z | Compiling parse-display-derive v0.10.0 |
2039 | 2024-10-30T18:50:35.909Z | Checking num_enum v0.5.11 |
2040 | 2024-10-30T18:50:36.045Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2041 | 2024-10-30T18:50:36.071Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-10-30T18:50:36.470Z | Checking cstr-argument v0.1.2 |
2043 | 2024-10-30T18:50:36.667Z | Checking instant v0.1.13 |
2044 | 2024-10-30T18:50:36.807Z | Checking pretty-hex v0.2.1 |
2045 | 2024-10-30T18:50:36.953Z | Checking base64 v0.21.7 |
2046 | 2024-10-30T18:50:36.980Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2047 | 2024-10-30T18:50:36.997Z | Checking typify-impl v0.2.0 |
2048 | 2024-10-30T18:50:37.017Z | Checking fastrand v2.1.1 |
2049 | 2024-10-30T18:50:37.358Z | Checking tempfile v3.13.0 |
2050 | 2024-10-30T18:50:37.470Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2051 | 2024-10-30T18:50:37.644Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2052 | 2024-10-30T18:50:37.769Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-10-30T18:50:37.933Z | Checking backoff v0.4.0 |
2054 | 2024-10-30T18:50:37.949Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2024-10-30T18:50:38.121Z | Checking tokio-tungstenite v0.21.0 |
2056 | 2024-10-30T18:50:38.264Z | Checking strum v0.26.3 |
2057 | 2024-10-30T18:50:38.287Z | Compiling zone_cfg_derive v0.1.2 |
2058 | 2024-10-30T18:50:38.440Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2059 | 2024-10-30T18:50:38.650Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2060 | 2024-10-30T18:50:38.689Z | Checking slog-stdlog v4.1.1 |
2061 | 2024-10-30T18:50:38.895Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2062 | 2024-10-30T18:50:39.053Z | Checking regress v0.9.1 |
2063 | 2024-10-30T18:50:39.070Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2064 | 2024-10-30T18:50:39.233Z | Checking colored v2.1.0 |
2065 | 2024-10-30T18:50:39.368Z | Checking macaddr v1.0.1 |
2066 | 2024-10-30T18:50:39.541Z | Checking base64 v0.13.1 |
2067 | 2024-10-30T18:50:39.577Z | Compiling darling_macro v0.20.10 |
2068 | 2024-10-30T18:50:39.714Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2069 | 2024-10-30T18:50:39.819Z | Checking zone v0.1.8 |
2070 | 2024-10-30T18:50:39.969Z | Checking ron v0.7.1 |
2071 | 2024-10-30T18:50:40.185Z | Checking xz2 v0.1.7 |
2072 | 2024-10-30T18:50:40.485Z | Checking slog-envlogger v2.2.0 |
2073 | 2024-10-30T18:50:40.504Z | Checking tabwriter v1.4.0 |
2074 | 2024-10-30T18:50:40.569Z | Compiling darling v0.20.10 |
2075 | 2024-10-30T18:50:40.694Z | Compiling serde_with_macros v3.11.0 |
2076 | 2024-10-30T18:50:40.710Z | Checking parse-display v0.10.0 |
2077 | 2024-10-30T18:50:40.723Z | Checking xattr v1.3.1 |
2078 | 2024-10-30T18:50:40.754Z | Checking pem v3.0.4 |
2079 | 2024-10-30T18:50:40.922Z | Checking yasna v0.5.2 |
2080 | 2024-10-30T18:50:40.947Z | Checking headers-core v0.3.0 |
2081 | 2024-10-30T18:50:41.021Z | Checking smf v0.2.3 |
2082 | 2024-10-30T18:50:41.082Z | Checking filetime v0.2.25 |
2083 | 2024-10-30T18:50:41.100Z | Checking same-file v1.0.6 |
2084 | 2024-10-30T18:50:41.301Z | Checking tar v0.4.42 |
2085 | 2024-10-30T18:50:41.304Z | Checking walkdir v2.5.0 |
2086 | 2024-10-30T18:50:41.506Z | Checking headers v0.4.0 |
2087 | 2024-10-30T18:50:41.655Z | Checking atomicwrites v0.4.4 |
2088 | 2024-10-30T18:50:41.690Z | Checking camino-tempfile v1.1.1 |
2089 | 2024-10-30T18:50:41.855Z | Checking subprocess v0.2.9 |
2090 | 2024-10-30T18:50:41.914Z | Checking rcgen v0.12.1 |
2091 | 2024-10-30T18:50:43.312Z | Checking serde_with v3.11.0 |
2092 | 2024-10-30T18:50:46.096Z | Compiling typify-macro v0.2.0 |
2093 | 2024-10-30T18:50:48.130Z | Compiling typify v0.2.0 |
2094 | 2024-10-30T18:50:48.200Z | Compiling progenitor-impl v0.8.0 |
2095 | 2024-10-30T18:50:51.485Z | Compiling progenitor-macro v0.8.0 |
2096 | 2024-10-30T18:50:58.005Z | Checking progenitor v0.8.0 |
2097 | 2024-10-30T18:50:58.140Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2098 | 2024-10-30T18:50:58.143Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2099 | 2024-10-30T18:51:00.928Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2100 | 2024-10-30T18:51:01.192Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2101 | 2024-10-30T18:51:07.921Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2102 | 2024-10-30T18:51:09.508Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2103 | 2024-10-30T18:51:10.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.48s |
2104 | 2024-10-30T18:51:10.930Z | |
2105 | 2024-10-30T18:51:10.930Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166) |
2106 | 2024-10-30T18:51:11.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2107 | 2024-10-30T18:51:11.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2108 | 2024-10-30T18:51:11.662Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2109 | 2024-10-30T18:51:13.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
2110 | 2024-10-30T18:51:13.210Z | |
2111 | 2024-10-30T18:51:13.210Z | info: running `cargo check --bins` on nexus-config (31/166) |
2112 | 2024-10-30T18:51:13.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2113 | 2024-10-30T18:51:13.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2114 | 2024-10-30T18:51:13.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2115 | 2024-10-30T18:51:13.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2116 | 2024-10-30T18:51:13.913Z | |
2117 | 2024-10-30T18:51:13.913Z | info: running `cargo check --bins` on omicron-rpaths (32/166) |
2118 | 2024-10-30T18:51:14.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-10-30T18:51:14.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-10-30T18:51:14.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2121 | 2024-10-30T18:51:14.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2122 | 2024-10-30T18:51:14.591Z | |
2123 | 2024-10-30T18:51:14.591Z | info: running `cargo check --bins` on omicron-certificates (33/166) |
2124 | 2024-10-30T18:51:15.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-10-30T18:51:15.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-10-30T18:51:15.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2127 | 2024-10-30T18:51:15.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2128 | 2024-10-30T18:51:15.279Z | |
2129 | 2024-10-30T18:51:15.279Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/166) |
2130 | 2024-10-30T18:51:15.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-10-30T18:51:15.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-10-30T18:51:16.009Z | Compiling heapless v0.8.0 |
2133 | 2024-10-30T18:51:16.012Z | Checking hash32 v0.3.1 |
2134 | 2024-10-30T18:51:16.106Z | Compiling smoltcp v0.11.0 |
2135 | 2024-10-30T18:51:16.129Z | Checking cobs v0.2.3 |
2136 | 2024-10-30T18:51:16.143Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2137 | 2024-10-30T18:51:16.145Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2138 | 2024-10-30T18:51:16.169Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2139 | 2024-10-30T18:51:16.172Z | Compiling crucible-workspace-hack v0.1.0 |
2140 | 2024-10-30T18:51:16.263Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2141 | 2024-10-30T18:51:16.292Z | Checking newline-converter v0.3.0 |
2142 | 2024-10-30T18:51:16.307Z | Checking postcard v1.0.10 |
2143 | 2024-10-30T18:51:16.431Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2144 | 2024-10-30T18:51:16.517Z | Compiling convert_case v0.4.0 |
2145 | 2024-10-30T18:51:16.637Z | Checking expectorate v1.1.0 |
2146 | 2024-10-30T18:51:16.669Z | Compiling zone_cfg_derive v0.3.0 |
2147 | 2024-10-30T18:51:16.788Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2148 | 2024-10-30T18:51:16.849Z | Checking itertools v0.13.0 |
2149 | 2024-10-30T18:51:16.866Z | Compiling num-derive v0.4.2 |
2150 | 2024-10-30T18:51:17.040Z | Compiling slog-dtrace v0.3.0 |
2151 | 2024-10-30T18:51:17.135Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2152 | 2024-10-30T18:51:17.421Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2153 | 2024-10-30T18:51:17.477Z | Compiling derive_more v0.99.18 |
2154 | 2024-10-30T18:51:18.174Z | Checking zone v0.3.0 |
2155 | 2024-10-30T18:51:18.749Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2156 | 2024-10-30T18:51:20.115Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2157 | 2024-10-30T18:51:21.112Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2158 | 2024-10-30T18:51:21.630Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2159 | 2024-10-30T18:51:22.254Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2160 | 2024-10-30T18:51:23.031Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2161 | 2024-10-30T18:51:24.161Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2162 | 2024-10-30T18:51:25.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.79s |
2163 | 2024-10-30T18:51:25.243Z | |
2164 | 2024-10-30T18:51:25.243Z | info: running `cargo check --bins` on clickhouse-admin-api (35/166) |
2165 | 2024-10-30T18:51:25.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2166 | 2024-10-30T18:51:25.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2167 | 2024-10-30T18:51:25.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2168 | 2024-10-30T18:51:25.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2169 | 2024-10-30T18:51:25.952Z | |
2170 | 2024-10-30T18:51:25.952Z | info: running `cargo check --bins` on clickhouse-admin-types (36/166) |
2171 | 2024-10-30T18:51:26.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2172 | 2024-10-30T18:51:26.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2173 | 2024-10-30T18:51:26.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2174 | 2024-10-30T18:51:26.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2175 | 2024-10-30T18:51:26.663Z | |
2176 | 2024-10-30T18:51:26.663Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166) |
2177 | 2024-10-30T18:51:27.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-10-30T18:51:27.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-10-30T18:51:27.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-10-30T18:51:27.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2181 | 2024-10-30T18:51:27.496Z | |
2182 | 2024-10-30T18:51:27.496Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166) |
2183 | 2024-10-30T18:51:28.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-10-30T18:51:28.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-10-30T18:51:28.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-10-30T18:51:28.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2187 | 2024-10-30T18:51:28.297Z | |
2188 | 2024-10-30T18:51:28.297Z | info: running `cargo check --bins` on dns-server (39/166) |
2189 | 2024-10-30T18:51:28.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-10-30T18:51:28.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-10-30T18:51:29.001Z | Compiling parking_lot_core v0.8.6 |
2192 | 2024-10-30T18:51:29.001Z | Checking nibble_vec v0.1.0 |
2193 | 2024-10-30T18:51:29.004Z | Checking endian-type v0.1.2 |
2194 | 2024-10-30T18:51:29.004Z | Checking fxhash v0.2.1 |
2195 | 2024-10-30T18:51:29.004Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2196 | 2024-10-30T18:51:29.004Z | Checking hickory-server v0.24.1 |
2197 | 2024-10-30T18:51:29.272Z | Checking radix_trie v0.2.1 |
2198 | 2024-10-30T18:51:29.564Z | Checking hickory-client v0.24.1 |
2199 | 2024-10-30T18:51:29.762Z | Checking parking_lot v0.11.2 |
2200 | 2024-10-30T18:51:29.913Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2201 | 2024-10-30T18:51:29.913Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2202 | 2024-10-30T18:51:30.043Z | Checking sled v0.34.7 |
2203 | 2024-10-30T18:51:31.920Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2204 | 2024-10-30T18:51:33.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
2205 | 2024-10-30T18:51:33.363Z | |
2206 | 2024-10-30T18:51:33.363Z | info: running `cargo check --bins` on dns-server-api (40/166) |
2207 | 2024-10-30T18:51:33.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-10-30T18:51:33.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-10-30T18:51:33.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2210 | 2024-10-30T18:51:33.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2211 | 2024-10-30T18:51:34.064Z | |
2212 | 2024-10-30T18:51:34.065Z | info: running `cargo check --bins` on internal-dns-types (41/166) |
2213 | 2024-10-30T18:51:34.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2214 | 2024-10-30T18:51:34.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2215 | 2024-10-30T18:51:34.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2216 | 2024-10-30T18:51:34.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2217 | 2024-10-30T18:51:34.778Z | |
2218 | 2024-10-30T18:51:34.778Z | info: running `cargo check --bins` on dns-service-client (42/166) |
2219 | 2024-10-30T18:51:35.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2220 | 2024-10-30T18:51:35.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2221 | 2024-10-30T18:51:35.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2222 | 2024-10-30T18:51:35.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2223 | 2024-10-30T18:51:35.489Z | |
2224 | 2024-10-30T18:51:35.489Z | info: running `cargo check --bins` on gateway-test-utils (43/166) |
2225 | 2024-10-30T18:51:36.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-10-30T18:51:36.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-10-30T18:51:36.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-10-30T18:51:36.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2229 | 2024-10-30T18:51:36.226Z | |
2230 | 2024-10-30T18:51:36.226Z | info: running `cargo check --bins` on gateway-types (44/166) |
2231 | 2024-10-30T18:51:36.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-10-30T18:51:36.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-10-30T18:51:36.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-10-30T18:51:36.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2235 | 2024-10-30T18:51:36.901Z | |
2236 | 2024-10-30T18:51:36.901Z | info: running `cargo check --bins` on ipcc (45/166) |
2237 | 2024-10-30T18:51:37.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-10-30T18:51:37.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-10-30T18:51:37.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-10-30T18:51:37.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2241 | 2024-10-30T18:51:37.554Z | |
2242 | 2024-10-30T18:51:37.554Z | info: running `cargo check --bins` on omicron-gateway (46/166) |
2243 | 2024-10-30T18:51:38.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-10-30T18:51:38.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-10-30T18:51:38.279Z | Checking num-rational v0.4.2 |
2246 | 2024-10-30T18:51:38.280Z | Compiling progenitor-client v0.8.0 |
2247 | 2024-10-30T18:51:38.282Z | Checking num-complex v0.4.6 |
2248 | 2024-10-30T18:51:38.282Z | Compiling prettyplease v0.2.22 |
2249 | 2024-10-30T18:51:38.282Z | Compiling newtype-uuid v1.1.2 |
2250 | 2024-10-30T18:51:38.282Z | Compiling ipnetwork v0.20.0 |
2251 | 2024-10-30T18:51:38.378Z | Compiling instant v0.1.13 |
2252 | 2024-10-30T18:51:38.381Z | Checking float-ord v0.3.2 |
2253 | 2024-10-30T18:51:38.553Z | Compiling radium v0.7.0 |
2254 | 2024-10-30T18:51:38.553Z | Compiling semver v0.1.20 |
2255 | 2024-10-30T18:51:38.671Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2256 | 2024-10-30T18:51:38.737Z | Compiling progenitor v0.8.0 |
2257 | 2024-10-30T18:51:38.797Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2258 | 2024-10-30T18:51:38.955Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2259 | 2024-10-30T18:51:38.971Z | Compiling rustc_version v0.1.7 |
2260 | 2024-10-30T18:51:39.001Z | Compiling backoff v0.4.0 |
2261 | 2024-10-30T18:51:39.061Z | Compiling parse-display v0.10.0 |
2262 | 2024-10-30T18:51:39.164Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2263 | 2024-10-30T18:51:39.208Z | Checking num v0.4.3 |
2264 | 2024-10-30T18:51:39.259Z | Compiling serde_with v3.11.0 |
2265 | 2024-10-30T18:51:39.306Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2266 | 2024-10-30T18:51:39.324Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2267 | 2024-10-30T18:51:39.339Z | Compiling regress v0.9.1 |
2268 | 2024-10-30T18:51:39.514Z | Compiling macaddr v1.0.1 |
2269 | 2024-10-30T18:51:39.761Z | Checking tap v1.0.1 |
2270 | 2024-10-30T18:51:39.919Z | Compiling maybe-uninit v2.0.0 |
2271 | 2024-10-30T18:51:39.953Z | Checking wyz v0.5.1 |
2272 | 2024-10-30T18:51:40.351Z | Compiling newtype_derive v0.1.6 |
2273 | 2024-10-30T18:51:40.634Z | Checking password-hash v0.5.0 |
2274 | 2024-10-30T18:51:40.657Z | Checking blake2 v0.10.6 |
2275 | 2024-10-30T18:51:40.933Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2276 | 2024-10-30T18:51:41.102Z | Checking funty v2.0.0 |
2277 | 2024-10-30T18:51:41.126Z | Checking crc-catalog v2.4.0 |
2278 | 2024-10-30T18:51:41.257Z | Compiling owo-colors v4.1.0 |
2279 | 2024-10-30T18:51:41.273Z | Compiling packed_struct v0.10.1 |
2280 | 2024-10-30T18:51:41.562Z | Compiling cancel-safe-futures v0.1.5 |
2281 | 2024-10-30T18:51:41.767Z | Checking crc v3.2.1 |
2282 | 2024-10-30T18:51:41.967Z | Checking argon2 v0.5.3 |
2283 | 2024-10-30T18:51:42.118Z | Checking bitvec v1.0.1 |
2284 | 2024-10-30T18:51:42.604Z | Compiling packed_struct_codegen v0.10.1 |
2285 | 2024-10-30T18:51:42.624Z | Checking half v2.4.1 |
2286 | 2024-10-30T18:51:42.919Z | Compiling indexmap v1.9.3 |
2287 | 2024-10-30T18:51:43.039Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2288 | 2024-10-30T18:51:43.061Z | Checking nodrop v0.1.14 |
2289 | 2024-10-30T18:51:43.172Z | Checking ciborium-io v0.2.2 |
2290 | 2024-10-30T18:51:43.256Z | Checking array-init v0.0.4 |
2291 | 2024-10-30T18:51:43.288Z | Checking ciborium-ll v0.2.2 |
2292 | 2024-10-30T18:51:43.474Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2293 | 2024-10-30T18:51:43.579Z | Checking smallvec v0.6.14 |
2294 | 2024-10-30T18:51:43.876Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2295 | 2024-10-30T18:51:44.290Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-10-30T18:51:44.553Z | Checking libsw v3.3.1 |
2297 | 2024-10-30T18:51:44.802Z | Compiling memoffset v0.9.1 |
2298 | 2024-10-30T18:51:45.130Z | Checking linear-map v1.2.0 |
2299 | 2024-10-30T18:51:45.366Z | Checking indent_write v2.2.0 |
2300 | 2024-10-30T18:51:45.384Z | Checking termcolor v1.4.1 |
2301 | 2024-10-30T18:51:45.464Z | Checking bitfield v0.14.0 |
2302 | 2024-10-30T18:51:45.525Z | Checking highway v1.2.0 |
2303 | 2024-10-30T18:51:45.558Z | Checking hashbrown v0.12.3 |
2304 | 2024-10-30T18:51:45.750Z | Checking swrite v0.1.0 |
2305 | 2024-10-30T18:51:45.817Z | Checking env_logger v0.10.2 |
2306 | 2024-10-30T18:51:45.864Z | Checking ron v0.8.1 |
2307 | 2024-10-30T18:51:45.936Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2308 | 2024-10-30T18:51:46.205Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2309 | 2024-10-30T18:51:46.221Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2310 | 2024-10-30T18:51:47.034Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2311 | 2024-10-30T18:51:47.102Z | Checking serde-hex v0.1.0 |
2312 | 2024-10-30T18:51:47.250Z | Checking steno v0.4.1 |
2313 | 2024-10-30T18:51:47.366Z | Checking ciborium v0.2.2 |
2314 | 2024-10-30T18:51:47.416Z | Checking bzip2 v0.4.4 |
2315 | 2024-10-30T18:51:47.905Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2316 | 2024-10-30T18:51:48.148Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2317 | 2024-10-30T18:51:48.355Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2318 | 2024-10-30T18:51:48.489Z | Checking hashbrown v0.13.2 |
2319 | 2024-10-30T18:51:48.549Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2320 | 2024-10-30T18:51:49.318Z | Checking humantime v2.1.0 |
2321 | 2024-10-30T18:51:49.493Z | Checking crc-any v2.5.0 |
2322 | 2024-10-30T18:51:49.522Z | Checking object v0.30.4 |
2323 | 2024-10-30T18:51:49.543Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2324 | 2024-10-30T18:51:49.604Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2325 | 2024-10-30T18:51:49.856Z | Checking zip v0.6.6 |
2326 | 2024-10-30T18:51:50.004Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2327 | 2024-10-30T18:51:50.120Z | Checking path-slash v0.1.5 |
2328 | 2024-10-30T18:51:50.253Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2329 | 2024-10-30T18:51:50.366Z | Checking nix v0.27.1 |
2330 | 2024-10-30T18:51:50.545Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2331 | 2024-10-30T18:51:51.062Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2332 | 2024-10-30T18:51:51.244Z | Checking tungstenite v0.23.0 |
2333 | 2024-10-30T18:51:51.327Z | Checking kstat-rs v0.2.4 |
2334 | 2024-10-30T18:51:51.686Z | Checking signal-hook-tokio v0.3.1 |
2335 | 2024-10-30T18:51:52.293Z | Checking tokio-tungstenite v0.23.1 |
2336 | 2024-10-30T18:51:52.845Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2337 | 2024-10-30T18:51:53.110Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2338 | 2024-10-30T18:51:57.841Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2339 | 2024-10-30T18:51:59.889Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2340 | 2024-10-30T18:52:00.236Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2341 | 2024-10-30T18:52:03.406Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2342 | 2024-10-30T18:52:03.672Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2343 | 2024-10-30T18:52:04.775Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2344 | 2024-10-30T18:52:10.151Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2345 | 2024-10-30T18:52:10.781Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2346 | 2024-10-30T18:52:13.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.91s |
2347 | 2024-10-30T18:52:13.650Z | |
2348 | 2024-10-30T18:52:13.650Z | info: running `cargo check --bins` on gateway-api (47/166) |
2349 | 2024-10-30T18:52:14.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-10-30T18:52:14.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-10-30T18:52:14.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2024-10-30T18:52:14.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2353 | 2024-10-30T18:52:14.325Z | |
2354 | 2024-10-30T18:52:14.325Z | info: running `cargo check --bins` on oximeter (48/166) |
2355 | 2024-10-30T18:52:14.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-10-30T18:52:14.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-10-30T18:52:14.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2024-10-30T18:52:14.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2359 | 2024-10-30T18:52:14.996Z | |
2360 | 2024-10-30T18:52:14.996Z | info: running `cargo check --bins` on oximeter-macro-impl (49/166) |
2361 | 2024-10-30T18:52:15.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-10-30T18:52:15.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-10-30T18:52:15.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-10-30T18:52:15.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2365 | 2024-10-30T18:52:15.674Z | |
2366 | 2024-10-30T18:52:15.674Z | info: running `cargo check --bins` on oximeter-schema (50/166) |
2367 | 2024-10-30T18:52:16.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-10-30T18:52:16.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-10-30T18:52:16.346Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2370 | 2024-10-30T18:52:16.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2371 | 2024-10-30T18:52:16.919Z | |
2372 | 2024-10-30T18:52:16.919Z | info: running `cargo check --bins` on oximeter-types (51/166) |
2373 | 2024-10-30T18:52:17.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-10-30T18:52:17.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-10-30T18:52:17.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-10-30T18:52:17.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2377 | 2024-10-30T18:52:17.579Z | |
2378 | 2024-10-30T18:52:17.579Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/166) |
2379 | 2024-10-30T18:52:18.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-10-30T18:52:18.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-10-30T18:52:18.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2024-10-30T18:52:18.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2383 | 2024-10-30T18:52:18.240Z | |
2384 | 2024-10-30T18:52:18.240Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166) |
2385 | 2024-10-30T18:52:18.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-10-30T18:52:18.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-10-30T18:52:18.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-10-30T18:52:18.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2389 | 2024-10-30T18:52:18.893Z | |
2390 | 2024-10-30T18:52:18.893Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166) |
2391 | 2024-10-30T18:52:19.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-10-30T18:52:19.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-10-30T18:52:19.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-10-30T18:52:19.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2395 | 2024-10-30T18:52:19.588Z | |
2396 | 2024-10-30T18:52:19.588Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166) |
2397 | 2024-10-30T18:52:20.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-10-30T18:52:20.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-10-30T18:52:20.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-10-30T18:52:20.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2401 | 2024-10-30T18:52:20.263Z | |
2402 | 2024-10-30T18:52:20.263Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166) |
2403 | 2024-10-30T18:52:20.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-10-30T18:52:20.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-10-30T18:52:20.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-10-30T18:52:20.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2407 | 2024-10-30T18:52:20.940Z | |
2408 | 2024-10-30T18:52:20.940Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166) |
2409 | 2024-10-30T18:52:21.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-10-30T18:52:21.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-10-30T18:52:21.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2024-10-30T18:52:21.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2413 | 2024-10-30T18:52:21.616Z | |
2414 | 2024-10-30T18:52:21.616Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166) |
2415 | 2024-10-30T18:52:22.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-10-30T18:52:22.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-10-30T18:52:22.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-10-30T18:52:22.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2419 | 2024-10-30T18:52:22.282Z | |
2420 | 2024-10-30T18:52:22.282Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166) |
2421 | 2024-10-30T18:52:22.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-10-30T18:52:22.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-10-30T18:52:22.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-10-30T18:52:22.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2425 | 2024-10-30T18:52:22.968Z | |
2426 | 2024-10-30T18:52:22.968Z | info: running `cargo check --bins` on oximeter-producer (60/166) |
2427 | 2024-10-30T18:52:23.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-10-30T18:52:23.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-10-30T18:52:23.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-10-30T18:52:23.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2431 | 2024-10-30T18:52:23.682Z | |
2432 | 2024-10-30T18:52:23.682Z | info: running `cargo check --bins` on internal-dns-resolver (61/166) |
2433 | 2024-10-30T18:52:24.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-10-30T18:52:24.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-10-30T18:52:24.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-10-30T18:52:24.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2437 | 2024-10-30T18:52:24.351Z | |
2438 | 2024-10-30T18:52:24.351Z | info: running `cargo check --bins` on nexus-client (62/166) |
2439 | 2024-10-30T18:52:24.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-10-30T18:52:24.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-10-30T18:52:24.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-10-30T18:52:24.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2443 | 2024-10-30T18:52:25.048Z | |
2444 | 2024-10-30T18:52:25.048Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/166) |
2445 | 2024-10-30T18:52:25.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-10-30T18:52:25.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-10-30T18:52:25.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-10-30T18:52:25.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2449 | 2024-10-30T18:52:25.721Z | |
2450 | 2024-10-30T18:52:25.721Z | info: running `cargo check --bins` on omicron-passwords (64/166) |
2451 | 2024-10-30T18:52:26.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-10-30T18:52:26.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-10-30T18:52:26.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-10-30T18:52:26.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2455 | 2024-10-30T18:52:26.369Z | |
2456 | 2024-10-30T18:52:26.369Z | info: running `cargo check --bins` on nexus-types (65/166) |
2457 | 2024-10-30T18:52:26.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-10-30T18:52:26.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-10-30T18:52:26.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-10-30T18:52:26.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2461 | 2024-10-30T18:52:27.069Z | |
2462 | 2024-10-30T18:52:27.069Z | info: running `cargo check --bins` on gateway-client (66/166) |
2463 | 2024-10-30T18:52:27.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-10-30T18:52:27.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-10-30T18:52:27.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-10-30T18:52:27.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2467 | 2024-10-30T18:52:27.740Z | |
2468 | 2024-10-30T18:52:27.741Z | info: running `cargo check --bins` on oxql-types (67/166) |
2469 | 2024-10-30T18:52:28.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-10-30T18:52:28.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-10-30T18:52:28.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-10-30T18:52:28.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2473 | 2024-10-30T18:52:28.417Z | |
2474 | 2024-10-30T18:52:28.418Z | info: running `cargo check --bins` on update-engine (68/166) |
2475 | 2024-10-30T18:52:29.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-10-30T18:52:29.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-10-30T18:52:29.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-10-30T18:52:29.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2479 | 2024-10-30T18:52:29.072Z | |
2480 | 2024-10-30T18:52:29.072Z | info: running `cargo check --bins` on sp-sim (69/166) |
2481 | 2024-10-30T18:52:29.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-10-30T18:52:29.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-10-30T18:52:29.867Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-10-30T18:52:31.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
2485 | 2024-10-30T18:52:31.612Z | |
2486 | 2024-10-30T18:52:31.612Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166) |
2487 | 2024-10-30T18:52:32.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-10-30T18:52:32.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-10-30T18:52:32.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-10-30T18:52:32.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2491 | 2024-10-30T18:52:32.337Z | |
2492 | 2024-10-30T18:52:32.338Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166) |
2493 | 2024-10-30T18:52:32.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-10-30T18:52:32.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-10-30T18:52:32.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-10-30T18:52:32.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2497 | 2024-10-30T18:52:33.078Z | |
2498 | 2024-10-30T18:52:33.078Z | info: running `cargo check --bins` on db-macros (72/166) |
2499 | 2024-10-30T18:52:33.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-10-30T18:52:33.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-10-30T18:52:33.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-10-30T18:52:33.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2503 | 2024-10-30T18:52:33.739Z | |
2504 | 2024-10-30T18:52:33.739Z | info: running `cargo check --bins` on nexus-macros-common (73/166) |
2505 | 2024-10-30T18:52:34.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-10-30T18:52:34.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-10-30T18:52:34.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-10-30T18:52:34.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2509 | 2024-10-30T18:52:34.397Z | |
2510 | 2024-10-30T18:52:34.397Z | info: running `cargo check --bins` on nexus-auth (74/166) |
2511 | 2024-10-30T18:52:35.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-10-30T18:52:35.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-10-30T18:52:35.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-10-30T18:52:35.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2515 | 2024-10-30T18:52:35.111Z | |
2516 | 2024-10-30T18:52:35.111Z | info: running `cargo check --bins` on authz-macros (75/166) |
2517 | 2024-10-30T18:52:35.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-10-30T18:52:35.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-10-30T18:52:35.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-10-30T18:52:35.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2521 | 2024-10-30T18:52:35.759Z | |
2522 | 2024-10-30T18:52:35.759Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/166) |
2523 | 2024-10-30T18:52:36.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-10-30T18:52:36.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-10-30T18:52:36.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-10-30T18:52:36.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2527 | 2024-10-30T18:52:36.458Z | |
2528 | 2024-10-30T18:52:36.458Z | info: running `cargo check --bins` on nexus-db-model (77/166) |
2529 | 2024-10-30T18:52:37.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-10-30T18:52:37.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-10-30T18:52:37.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-10-30T18:52:37.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2533 | 2024-10-30T18:52:37.160Z | |
2534 | 2024-10-30T18:52:37.160Z | info: running `cargo check --bins` on nexus-defaults (78/166) |
2535 | 2024-10-30T18:52:37.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-10-30T18:52:37.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-10-30T18:52:37.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-10-30T18:52:37.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2539 | 2024-10-30T18:52:37.838Z | |
2540 | 2024-10-30T18:52:37.838Z | info: running `cargo check --bins` on sled-agent-client (79/166) |
2541 | 2024-10-30T18:52:38.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-10-30T18:52:38.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-10-30T18:52:38.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-10-30T18:52:38.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2545 | 2024-10-30T18:52:38.515Z | |
2546 | 2024-10-30T18:52:38.515Z | info: running `cargo check --bins` on nexus-inventory (80/166) |
2547 | 2024-10-30T18:52:39.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-10-30T18:52:39.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-10-30T18:52:39.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-10-30T18:52:39.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2551 | 2024-10-30T18:52:39.202Z | |
2552 | 2024-10-30T18:52:39.202Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166) |
2553 | 2024-10-30T18:52:39.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-10-30T18:52:39.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-10-30T18:52:39.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-10-30T18:52:39.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2557 | 2024-10-30T18:52:39.887Z | |
2558 | 2024-10-30T18:52:39.887Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/166) |
2559 | 2024-10-30T18:52:40.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-10-30T18:52:40.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-10-30T18:52:40.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-10-30T18:52:40.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2563 | 2024-10-30T18:52:40.571Z | |
2564 | 2024-10-30T18:52:40.571Z | info: running `cargo check --bins` on typed-rng (83/166) |
2565 | 2024-10-30T18:52:41.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-10-30T18:52:41.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-10-30T18:52:41.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-10-30T18:52:41.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2569 | 2024-10-30T18:52:41.232Z | |
2570 | 2024-10-30T18:52:41.232Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166) |
2571 | 2024-10-30T18:52:41.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-10-30T18:52:41.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-10-30T18:52:42.009Z | Checking keccak v0.1.5 |
2574 | 2024-10-30T18:52:42.111Z | Checking secrecy v0.8.0 |
2575 | 2024-10-30T18:52:42.113Z | Compiling unicase v2.7.0 |
2576 | 2024-10-30T18:52:42.114Z | Compiling same-file v1.0.6 |
2577 | 2024-10-30T18:52:42.114Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2578 | 2024-10-30T18:52:42.130Z | Compiling tempfile v3.13.0 |
2579 | 2024-10-30T18:52:42.155Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2580 | 2024-10-30T18:52:42.170Z | Compiling thiserror-impl-no-std v2.0.2 |
2581 | 2024-10-30T18:52:42.286Z | Compiling walkdir v2.5.0 |
2582 | 2024-10-30T18:52:42.391Z | Checking sha3 v0.10.8 |
2583 | 2024-10-30T18:52:42.433Z | Checking universal-hash v0.5.1 |
2584 | 2024-10-30T18:52:42.471Z | Compiling blake3 v1.5.4 |
2585 | 2024-10-30T18:52:42.587Z | Compiling ring v0.16.20 |
2586 | 2024-10-30T18:52:42.606Z | Checking opaque-debug v0.3.1 |
2587 | 2024-10-30T18:52:42.695Z | Checking poly1305 v0.8.0 |
2588 | 2024-10-30T18:52:42.790Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2589 | 2024-10-30T18:52:42.951Z | Checking chacha20 v0.9.1 |
2590 | 2024-10-30T18:52:43.035Z | Checking aead v0.5.2 |
2591 | 2024-10-30T18:52:43.040Z | Compiling memmap2 v0.9.5 |
2592 | 2024-10-30T18:52:43.120Z | Compiling salty v0.3.0 |
2593 | 2024-10-30T18:52:43.174Z | Compiling spin v0.5.2 |
2594 | 2024-10-30T18:52:43.230Z | Compiling home v0.5.9 |
2595 | 2024-10-30T18:52:43.297Z | Compiling constant_time_eq v0.3.1 |
2596 | 2024-10-30T18:52:43.419Z | Compiling arrayvec v0.7.6 |
2597 | 2024-10-30T18:52:43.521Z | Compiling arrayref v0.3.9 |
2598 | 2024-10-30T18:52:43.527Z | Compiling libefi-sys v0.1.0 |
2599 | 2024-10-30T18:52:43.527Z | Compiling untrusted v0.7.1 |
2600 | 2024-10-30T18:52:43.581Z | Compiling toolchain_find v0.4.0 |
2601 | 2024-10-30T18:52:43.604Z | Checking chacha20poly1305 v0.10.1 |
2602 | 2024-10-30T18:52:43.839Z | Compiling camino-tempfile v1.1.1 |
2603 | 2024-10-30T18:52:43.885Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2604 | 2024-10-30T18:52:43.970Z | Compiling bitfield-struct v0.6.2 |
2605 | 2024-10-30T18:52:44.191Z | Compiling topological-sort v0.2.2 |
2606 | 2024-10-30T18:52:44.293Z | Compiling mime_guess v2.0.5 |
2607 | 2024-10-30T18:52:44.384Z | Compiling rustfmt-wrapper v0.2.1 |
2608 | 2024-10-30T18:52:44.698Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2609 | 2024-10-30T18:52:44.962Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2610 | 2024-10-30T18:52:44.981Z | Checking primeorder v0.13.6 |
2611 | 2024-10-30T18:52:45.077Z | Checking env_filter v0.1.2 |
2612 | 2024-10-30T18:52:45.256Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2613 | 2024-10-30T18:52:45.287Z | Checking env_logger v0.11.5 |
2614 | 2024-10-30T18:52:45.431Z | Checking thiserror-no-std v2.0.2 |
2615 | 2024-10-30T18:52:45.447Z | Checking p384 v0.13.0 |
2616 | 2024-10-30T18:52:45.462Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2617 | 2024-10-30T18:52:45.534Z | Checking vsss-rs v3.3.4 |
2618 | 2024-10-30T18:52:45.591Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2619 | 2024-10-30T18:52:45.594Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2620 | 2024-10-30T18:52:45.852Z | Checking gethostname v0.5.0 |
2621 | 2024-10-30T18:52:45.942Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2622 | 2024-10-30T18:52:45.976Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2623 | 2024-10-30T18:52:46.007Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2624 | 2024-10-30T18:52:46.221Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2625 | 2024-10-30T18:52:46.342Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2626 | 2024-10-30T18:52:46.502Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2627 | 2024-10-30T18:52:46.574Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2628 | 2024-10-30T18:52:46.844Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2629 | 2024-10-30T18:52:46.888Z | Checking nanorand v0.7.0 |
2630 | 2024-10-30T18:52:46.961Z | Checking atty v0.2.14 |
2631 | 2024-10-30T18:52:46.989Z | Checking glob v0.3.1 |
2632 | 2024-10-30T18:52:47.086Z | Checking http-range v0.1.5 |
2633 | 2024-10-30T18:52:47.261Z | Checking flume v0.11.0 |
2634 | 2024-10-30T18:52:47.282Z | Checking hyper-staticfile v0.10.1 |
2635 | 2024-10-30T18:52:47.338Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2636 | 2024-10-30T18:52:47.789Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2637 | 2024-10-30T18:52:48.020Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2638 | 2024-10-30T18:52:48.060Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2639 | 2024-10-30T18:52:48.531Z | Compiling omicron-zone-package v0.11.1 |
2640 | 2024-10-30T18:52:48.729Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2641 | 2024-10-30T18:52:49.333Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2642 | 2024-10-30T18:52:49.825Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2643 | 2024-10-30T18:52:50.041Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2644 | 2024-10-30T18:52:50.198Z | Checking display-error-chain v0.2.1 |
2645 | 2024-10-30T18:52:51.551Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2646 | 2024-10-30T18:52:52.734Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2647 | 2024-10-30T18:52:54.282Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2648 | 2024-10-30T18:52:54.284Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2649 | 2024-10-30T18:53:05.552Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2650 | 2024-10-30T18:53:17.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.43s |
2651 | 2024-10-30T18:53:17.849Z | |
2652 | 2024-10-30T18:53:17.849Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166) |
2653 | 2024-10-30T18:53:18.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-10-30T18:53:18.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-10-30T18:53:18.596Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2656 | 2024-10-30T18:53:30.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s |
2657 | 2024-10-30T18:53:30.956Z | |
2658 | 2024-10-30T18:53:30.956Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166) |
2659 | 2024-10-30T18:53:31.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-10-30T18:53:31.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-10-30T18:53:31.707Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2662 | 2024-10-30T18:53:43.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.88s |
2663 | 2024-10-30T18:53:44.024Z | |
2664 | 2024-10-30T18:53:44.024Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166) |
2665 | 2024-10-30T18:53:44.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-10-30T18:53:44.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-10-30T18:53:44.775Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2668 | 2024-10-30T18:53:56.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.68s |
2669 | 2024-10-30T18:53:56.889Z | |
2670 | 2024-10-30T18:53:56.889Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166) |
2671 | 2024-10-30T18:53:57.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-10-30T18:53:57.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-10-30T18:53:57.635Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2674 | 2024-10-30T18:54:09.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s |
2675 | 2024-10-30T18:54:09.995Z | |
2676 | 2024-10-30T18:54:09.995Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166) |
2677 | 2024-10-30T18:54:10.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-10-30T18:54:10.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-10-30T18:54:10.737Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2680 | 2024-10-30T18:54:22.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s |
2681 | 2024-10-30T18:54:23.046Z | |
2682 | 2024-10-30T18:54:23.046Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166) |
2683 | 2024-10-30T18:54:23.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-10-30T18:54:23.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-10-30T18:54:23.793Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2686 | 2024-10-30T18:54:35.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s |
2687 | 2024-10-30T18:54:36.106Z | |
2688 | 2024-10-30T18:54:36.106Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166) |
2689 | 2024-10-30T18:54:36.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-10-30T18:54:36.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-10-30T18:54:36.859Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2692 | 2024-10-30T18:54:49.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.00s |
2693 | 2024-10-30T18:54:49.289Z | |
2694 | 2024-10-30T18:54:49.289Z | info: running `cargo check --bins` on bootstrap-agent-api (92/166) |
2695 | 2024-10-30T18:54:49.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2024-10-30T18:54:49.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2024-10-30T18:54:49.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2024-10-30T18:54:49.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2699 | 2024-10-30T18:54:49.971Z | |
2700 | 2024-10-30T18:54:49.971Z | info: running `cargo check --bins` on sled-agent-types (93/166) |
2701 | 2024-10-30T18:54:50.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-10-30T18:54:50.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-10-30T18:54:50.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2704 | 2024-10-30T18:54:50.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2705 | 2024-10-30T18:54:50.664Z | |
2706 | 2024-10-30T18:54:50.664Z | info: running `cargo check --bins` on bootstrap-agent-client (94/166) |
2707 | 2024-10-30T18:54:51.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-10-30T18:54:51.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-10-30T18:54:51.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2024-10-30T18:54:51.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2711 | 2024-10-30T18:54:51.338Z | |
2712 | 2024-10-30T18:54:51.339Z | info: running `cargo check --bins` on dpd-client (95/166) |
2713 | 2024-10-30T18:54:51.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-10-30T18:54:51.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-10-30T18:54:51.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2024-10-30T18:54:51.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2717 | 2024-10-30T18:54:51.985Z | |
2718 | 2024-10-30T18:54:51.985Z | info: running `cargo check --bins` on installinator-common (96/166) |
2719 | 2024-10-30T18:54:52.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-10-30T18:54:52.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-10-30T18:54:52.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2722 | 2024-10-30T18:54:52.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2723 | 2024-10-30T18:54:52.653Z | |
2724 | 2024-10-30T18:54:52.653Z | info: running `cargo check --bins` on key-manager (97/166) |
2725 | 2024-10-30T18:54:53.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-10-30T18:54:53.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-10-30T18:54:53.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2024-10-30T18:54:53.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2729 | 2024-10-30T18:54:53.325Z | |
2730 | 2024-10-30T18:54:53.325Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/166) |
2731 | 2024-10-30T18:54:53.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-10-30T18:54:53.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-10-30T18:54:53.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2024-10-30T18:54:53.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2735 | 2024-10-30T18:54:53.999Z | |
2736 | 2024-10-30T18:54:53.999Z | info: running `cargo check --bins` on sled-agent-api (99/166) |
2737 | 2024-10-30T18:54:54.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-10-30T18:54:54.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-10-30T18:54:54.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2024-10-30T18:54:54.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2741 | 2024-10-30T18:54:54.695Z | |
2742 | 2024-10-30T18:54:54.695Z | info: running `cargo check --bins` on sled-hardware (100/166) |
2743 | 2024-10-30T18:54:55.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-10-30T18:54:55.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-10-30T18:54:55.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2024-10-30T18:54:55.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2747 | 2024-10-30T18:54:55.366Z | |
2748 | 2024-10-30T18:54:55.367Z | info: running `cargo check --bins --no-default-features` on sled-storage (101/166) |
2749 | 2024-10-30T18:54:55.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-10-30T18:54:55.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-10-30T18:54:55.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2024-10-30T18:54:55.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2753 | 2024-10-30T18:54:56.043Z | |
2754 | 2024-10-30T18:54:56.043Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166) |
2755 | 2024-10-30T18:54:56.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-10-30T18:54:56.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-10-30T18:54:56.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2024-10-30T18:54:56.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2759 | 2024-10-30T18:54:56.717Z | |
2760 | 2024-10-30T18:54:56.717Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/166) |
2761 | 2024-10-30T18:54:57.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-10-30T18:54:57.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-10-30T18:54:57.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-10-30T18:54:57.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2765 | 2024-10-30T18:54:57.402Z | |
2766 | 2024-10-30T18:54:57.402Z | info: running `cargo check --bins` on nexus-test-interface (104/166) |
2767 | 2024-10-30T18:54:58.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-10-30T18:54:58.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-10-30T18:54:58.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-10-30T18:54:58.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2771 | 2024-10-30T18:54:58.091Z | |
2772 | 2024-10-30T18:54:58.091Z | info: running `cargo check --bins` on oximeter-collector (105/166) |
2773 | 2024-10-30T18:54:58.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-10-30T18:54:58.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-10-30T18:54:58.808Z | Compiling phf_generator v0.11.2 |
2776 | 2024-10-30T18:54:58.810Z | Compiling parse-zoneinfo v0.3.1 |
2777 | 2024-10-30T18:54:58.917Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2778 | 2024-10-30T18:54:58.917Z | Checking bcs v0.1.6 |
2779 | 2024-10-30T18:54:58.920Z | Compiling async-recursion v1.1.1 |
2780 | 2024-10-30T18:54:58.920Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2781 | 2024-10-30T18:54:58.920Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2782 | 2024-10-30T18:54:59.006Z | Compiling phf_codegen v0.11.2 |
2783 | 2024-10-30T18:54:59.439Z | Compiling chrono-tz-build v0.4.0 |
2784 | 2024-10-30T18:55:00.293Z | Compiling chrono-tz v0.10.0 |
2785 | 2024-10-30T18:55:07.384Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2786 | 2024-10-30T18:55:11.462Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2787 | 2024-10-30T18:55:13.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.13s |
2788 | 2024-10-30T18:55:13.391Z | |
2789 | 2024-10-30T18:55:13.392Z | info: running `cargo check --bins` on oximeter-api (106/166) |
2790 | 2024-10-30T18:55:13.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-10-30T18:55:13.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-10-30T18:55:13.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-10-30T18:55:13.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2794 | 2024-10-30T18:55:14.046Z | |
2795 | 2024-10-30T18:55:14.046Z | info: running `cargo check --bins` on oximeter-client (107/166) |
2796 | 2024-10-30T18:55:14.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-10-30T18:55:14.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-10-30T18:55:14.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-10-30T18:55:14.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2800 | 2024-10-30T18:55:14.702Z | |
2801 | 2024-10-30T18:55:14.702Z | info: running `cargo check --bins --no-default-features` on oximeter-db (108/166) |
2802 | 2024-10-30T18:55:15.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-10-30T18:55:15.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-10-30T18:55:15.368Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2805 | 2024-10-30T18:55:15.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2806 | 2024-10-30T18:55:16.123Z | |
2807 | 2024-10-30T18:55:16.123Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166) |
2808 | 2024-10-30T18:55:16.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-10-30T18:55:16.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-10-30T18:55:16.816Z | Compiling cfg_aliases v0.1.1 |
2811 | 2024-10-30T18:55:16.818Z | Compiling vte_generate_state_changes v0.1.2 |
2812 | 2024-10-30T18:55:16.818Z | Checking fd-lock v4.0.2 |
2813 | 2024-10-30T18:55:16.818Z | Checking bytecount v0.6.8 |
2814 | 2024-10-30T18:55:16.920Z | Compiling tabled_derive v0.7.0 |
2815 | 2024-10-30T18:55:16.935Z | Compiling peg-macros v0.8.4 |
2816 | 2024-10-30T18:55:16.938Z | Compiling sqlparser_derive v0.2.2 |
2817 | 2024-10-30T18:55:16.938Z | Checking unicode_categories v0.1.1 |
2818 | 2024-10-30T18:55:16.985Z | Compiling nix v0.28.0 |
2819 | 2024-10-30T18:55:17.041Z | Checking papergrid v0.11.0 |
2820 | 2024-10-30T18:55:17.056Z | Checking home v0.5.9 |
2821 | 2024-10-30T18:55:17.191Z | Checking nu-ansi-term v0.50.1 |
2822 | 2024-10-30T18:55:17.222Z | Checking sqlformat v0.2.6 |
2823 | 2024-10-30T18:55:17.528Z | Checking vte v0.11.1 |
2824 | 2024-10-30T18:55:18.057Z | Checking sqlparser v0.45.0 |
2825 | 2024-10-30T18:55:18.907Z | Checking tabled v0.15.0 |
2826 | 2024-10-30T18:55:18.924Z | Checking strip-ansi-escapes v0.2.0 |
2827 | 2024-10-30T18:55:19.073Z | Checking reedline v0.35.0 |
2828 | 2024-10-30T18:55:19.645Z | Checking peg v0.8.4 |
2829 | 2024-10-30T18:55:19.988Z | Checking rustyline v14.0.0 |
2830 | 2024-10-30T18:55:24.466Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2831 | 2024-10-30T18:55:30.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
2832 | 2024-10-30T18:55:30.660Z | |
2833 | 2024-10-30T18:55:30.660Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166) |
2834 | 2024-10-30T18:55:31.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-10-30T18:55:31.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-10-30T18:55:31.339Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2837 | 2024-10-30T18:55:37.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s |
2838 | 2024-10-30T18:55:37.661Z | |
2839 | 2024-10-30T18:55:37.661Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166) |
2840 | 2024-10-30T18:55:38.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-10-30T18:55:38.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-10-30T18:55:38.343Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2843 | 2024-10-30T18:55:43.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2844 | 2024-10-30T18:55:43.220Z | |
2845 | 2024-10-30T18:55:43.220Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166) |
2846 | 2024-10-30T18:55:43.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-10-30T18:55:43.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-10-30T18:55:43.892Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2849 | 2024-10-30T18:55:49.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s |
2850 | 2024-10-30T18:55:49.886Z | |
2851 | 2024-10-30T18:55:49.886Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166) |
2852 | 2024-10-30T18:55:50.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-10-30T18:55:50.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-10-30T18:55:50.644Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2855 | 2024-10-30T18:55:56.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s |
2856 | 2024-10-30T18:55:56.669Z | |
2857 | 2024-10-30T18:55:56.669Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166) |
2858 | 2024-10-30T18:55:57.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-10-30T18:55:57.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-10-30T18:55:57.354Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2861 | 2024-10-30T18:56:02.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
2862 | 2024-10-30T18:56:02.474Z | |
2863 | 2024-10-30T18:56:02.474Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166) |
2864 | 2024-10-30T18:56:03.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-10-30T18:56:03.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-10-30T18:56:03.150Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2867 | 2024-10-30T18:56:08.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2868 | 2024-10-30T18:56:08.348Z | |
2869 | 2024-10-30T18:56:08.348Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166) |
2870 | 2024-10-30T18:56:08.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-10-30T18:56:08.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-10-30T18:56:09.028Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2873 | 2024-10-30T18:56:15.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.77s |
2874 | 2024-10-30T18:56:15.284Z | |
2875 | 2024-10-30T18:56:15.284Z | info: running `cargo check --bins` on oximeter-test-utils (117/166) |
2876 | 2024-10-30T18:56:15.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-10-30T18:56:15.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-10-30T18:56:15.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-10-30T18:56:15.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2880 | 2024-10-30T18:56:15.963Z | |
2881 | 2024-10-30T18:56:15.963Z | info: running `cargo check --bins` on cockroach-admin-client (118/166) |
2882 | 2024-10-30T18:56:16.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-10-30T18:56:16.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-10-30T18:56:16.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-10-30T18:56:16.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2886 | 2024-10-30T18:56:16.610Z | |
2887 | 2024-10-30T18:56:16.610Z | info: running `cargo check --bins` on installinator-client (119/166) |
2888 | 2024-10-30T18:56:17.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-10-30T18:56:17.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-10-30T18:56:17.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-10-30T18:56:17.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2892 | 2024-10-30T18:56:17.283Z | |
2893 | 2024-10-30T18:56:17.283Z | info: running `cargo check --bins` on oxide-client (120/166) |
2894 | 2024-10-30T18:56:17.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-10-30T18:56:17.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-10-30T18:56:17.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-10-30T18:56:17.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2898 | 2024-10-30T18:56:17.925Z | |
2899 | 2024-10-30T18:56:17.925Z | info: running `cargo check --bins` on wicketd-client (121/166) |
2900 | 2024-10-30T18:56:18.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-10-30T18:56:18.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-10-30T18:56:18.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2903 | 2024-10-30T18:56:18.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2904 | 2024-10-30T18:56:18.616Z | |
2905 | 2024-10-30T18:56:18.616Z | info: running `cargo check --bins` on wicket-common (122/166) |
2906 | 2024-10-30T18:56:19.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-10-30T18:56:19.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-10-30T18:56:19.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2024-10-30T18:56:19.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2910 | 2024-10-30T18:56:19.301Z | |
2911 | 2024-10-30T18:56:19.301Z | info: running `cargo check --bins` on omicron-cockroach-admin (123/166) |
2912 | 2024-10-30T18:56:19.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-10-30T18:56:19.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-10-30T18:56:19.992Z | Checking csv-core v0.1.11 |
2915 | 2024-10-30T18:56:19.994Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2916 | 2024-10-30T18:56:20.282Z | Checking csv v1.3.0 |
2917 | 2024-10-30T18:56:20.784Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2918 | 2024-10-30T18:56:21.108Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2919 | 2024-10-30T18:56:22.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
2920 | 2024-10-30T18:56:22.437Z | |
2921 | 2024-10-30T18:56:22.437Z | info: running `cargo check --bins` on cockroach-admin-api (124/166) |
2922 | 2024-10-30T18:56:23.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2024-10-30T18:56:23.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2024-10-30T18:56:23.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2925 | 2024-10-30T18:56:23.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2926 | 2024-10-30T18:56:23.091Z | |
2927 | 2024-10-30T18:56:23.091Z | info: running `cargo check --bins` on cockroach-admin-types (125/166) |
2928 | 2024-10-30T18:56:23.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2024-10-30T18:56:23.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2024-10-30T18:56:23.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2931 | 2024-10-30T18:56:23.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2932 | 2024-10-30T18:56:23.745Z | |
2933 | 2024-10-30T18:56:23.745Z | info: running `cargo check --bins` on cert-dev (126/166) |
2934 | 2024-10-30T18:56:24.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2024-10-30T18:56:24.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2024-10-30T18:56:24.380Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2937 | 2024-10-30T18:56:24.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2938 | 2024-10-30T18:56:24.786Z | |
2939 | 2024-10-30T18:56:24.786Z | info: running `cargo check --bins` on ch-dev (127/166) |
2940 | 2024-10-30T18:56:25.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2024-10-30T18:56:25.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2024-10-30T18:56:25.473Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2943 | 2024-10-30T18:56:26.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2944 | 2024-10-30T18:56:26.663Z | |
2945 | 2024-10-30T18:56:26.663Z | info: running `cargo check --bins` on crdb-seed (128/166) |
2946 | 2024-10-30T18:56:26.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2947 | 2024-10-30T18:56:26.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2948 | 2024-10-30T18:56:27.007Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2949 | 2024-10-30T18:56:27.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
2950 | 2024-10-30T18:56:27.508Z | |
2951 | 2024-10-30T18:56:27.508Z | info: running `cargo check --bins` on db-dev (129/166) |
2952 | 2024-10-30T18:56:28.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2024-10-30T18:56:28.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2024-10-30T18:56:28.188Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2955 | 2024-10-30T18:56:28.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
2956 | 2024-10-30T18:56:29.042Z | |
2957 | 2024-10-30T18:56:29.042Z | info: running `cargo check --bins` on omicron-dev-lib (130/166) |
2958 | 2024-10-30T18:56:29.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2024-10-30T18:56:29.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2024-10-30T18:56:29.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2961 | 2024-10-30T18:56:29.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2962 | 2024-10-30T18:56:29.713Z | |
2963 | 2024-10-30T18:56:29.713Z | info: running `cargo check --bins` on xtask-downloader (131/166) |
2964 | 2024-10-30T18:56:30.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2024-10-30T18:56:30.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2024-10-30T18:56:30.350Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2967 | 2024-10-30T18:56:31.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
2968 | 2024-10-30T18:56:31.321Z | |
2969 | 2024-10-30T18:56:31.321Z | info: running `cargo check --bins` on omicron-ls-apis (132/166) |
2970 | 2024-10-30T18:56:31.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2024-10-30T18:56:31.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2024-10-30T18:56:31.973Z | Checking cargo-platform v0.1.8 |
2973 | 2024-10-30T18:56:32.228Z | Checking cargo_metadata v0.18.1 |
2974 | 2024-10-30T18:56:33.181Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2975 | 2024-10-30T18:56:33.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
2976 | 2024-10-30T18:56:34.034Z | |
2977 | 2024-10-30T18:56:34.034Z | info: running `cargo check --bins` on mgs-dev (133/166) |
2978 | 2024-10-30T18:56:34.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-10-30T18:56:34.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-10-30T18:56:34.776Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2981 | 2024-10-30T18:56:35.423Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2982 | 2024-10-30T18:56:35.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
2983 | 2024-10-30T18:56:36.083Z | |
2984 | 2024-10-30T18:56:36.083Z | info: running `cargo check --bins` on omicron-omdb (134/166) |
2985 | 2024-10-30T18:56:36.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-10-30T18:56:36.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-10-30T18:56:36.900Z | Compiling glob v0.3.1 |
2988 | 2024-10-30T18:56:36.900Z | Compiling crunchy v0.2.2 |
2989 | 2024-10-30T18:56:36.900Z | Compiling tiny-keccak v2.0.2 |
2990 | 2024-10-30T18:56:36.902Z | Compiling dsl_auto_type v0.1.2 |
2991 | 2024-10-30T18:56:36.902Z | Checking scheduled-thread-pool v0.2.7 |
2992 | 2024-10-30T18:56:36.902Z | Compiling diesel_table_macro_syntax v0.2.0 |
2993 | 2024-10-30T18:56:36.902Z | Compiling ascii-canvas v3.0.0 |
2994 | 2024-10-30T18:56:37.008Z | Compiling ena v0.14.3 |
2995 | 2024-10-30T18:56:37.214Z | Checking r2d2 v0.8.10 |
2996 | 2024-10-30T18:56:37.342Z | Compiling libloading v0.8.5 |
2997 | 2024-10-30T18:56:37.457Z | Compiling bindgen v0.69.5 |
2998 | 2024-10-30T18:56:37.476Z | Compiling regex-syntax v0.6.29 |
2999 | 2024-10-30T18:56:37.518Z | Compiling diff v0.1.13 |
3000 | 2024-10-30T18:56:37.578Z | Compiling which v4.4.2 |
3001 | 2024-10-30T18:56:37.734Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3002 | 2024-10-30T18:56:37.944Z | Compiling cexpr v0.6.0 |
3003 | 2024-10-30T18:56:37.944Z | Compiling clang-sys v1.8.1 |
3004 | 2024-10-30T18:56:38.138Z | Compiling ref-cast v1.0.23 |
3005 | 2024-10-30T18:56:38.195Z | Compiling rustc-hash v1.1.0 |
3006 | 2024-10-30T18:56:38.198Z | Compiling lazycell v1.3.0 |
3007 | 2024-10-30T18:56:38.347Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3008 | 2024-10-30T18:56:38.379Z | Compiling derive_builder_core v0.20.2 |
3009 | 2024-10-30T18:56:38.605Z | Compiling diesel_derives v2.2.3 |
3010 | 2024-10-30T18:56:38.631Z | Compiling libxml v0.3.3 |
3011 | 2024-10-30T18:56:38.693Z | Compiling ref-cast-impl v1.0.23 |
3012 | 2024-10-30T18:56:38.725Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3013 | 2024-10-30T18:56:39.051Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3014 | 2024-10-30T18:56:39.177Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3015 | 2024-10-30T18:56:39.428Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3016 | 2024-10-30T18:56:39.677Z | Compiling strum_macros v0.24.3 |
3017 | 2024-10-30T18:56:39.811Z | Compiling indoc v1.0.9 |
3018 | 2024-10-30T18:56:40.690Z | Compiling lalrpop v0.19.12 |
3019 | 2024-10-30T18:56:40.813Z | Compiling derive_builder_macro v0.20.2 |
3020 | 2024-10-30T18:56:41.751Z | Checking derive_builder v0.20.2 |
3021 | 2024-10-30T18:56:41.839Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3022 | 2024-10-30T18:56:41.896Z | Compiling impl-trait-for-tuples v0.2.2 |
3023 | 2024-10-30T18:56:42.127Z | Compiling oso-derive v0.27.3 |
3024 | 2024-10-30T18:56:42.354Z | Checking quick-xml v0.33.0 |
3025 | 2024-10-30T18:56:43.234Z | Compiling diesel-dtrace v0.3.0 |
3026 | 2024-10-30T18:56:43.382Z | Checking maplit v1.0.2 |
3027 | 2024-10-30T18:56:43.527Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3028 | 2024-10-30T18:56:43.616Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3029 | 2024-10-30T18:56:43.919Z | Checking bb8 v0.8.5 |
3030 | 2024-10-30T18:56:44.404Z | Compiling const_format_proc_macros v0.2.33 |
3031 | 2024-10-30T18:56:44.532Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3032 | 2024-10-30T18:56:44.847Z | Checking castaway v0.2.3 |
3033 | 2024-10-30T18:56:45.019Z | Checking rand_seeder v0.3.0 |
3034 | 2024-10-30T18:56:45.146Z | Checking compact_str v0.8.0 |
3035 | 2024-10-30T18:56:45.246Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3036 | 2024-10-30T18:56:45.465Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3037 | 2024-10-30T18:56:46.025Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3038 | 2024-10-30T18:56:46.596Z | Checking const_format v0.2.33 |
3039 | 2024-10-30T18:56:46.801Z | Checking unicode-truncate v1.1.0 |
3040 | 2024-10-30T18:56:47.036Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3041 | 2024-10-30T18:56:47.096Z | Checking lru v0.12.5 |
3042 | 2024-10-30T18:56:47.340Z | Compiling instability v0.3.2 |
3043 | 2024-10-30T18:56:47.393Z | Checking is_ci v1.2.0 |
3044 | 2024-10-30T18:56:47.533Z | Checking unicode-linebreak v0.1.5 |
3045 | 2024-10-30T18:56:47.954Z | Checking smawk v0.3.2 |
3046 | 2024-10-30T18:56:47.983Z | Checking cassowary v0.3.0 |
3047 | 2024-10-30T18:56:48.162Z | Checking textwrap v0.16.1 |
3048 | 2024-10-30T18:56:48.391Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3049 | 2024-10-30T18:56:48.416Z | Checking ratatui v0.28.1 |
3050 | 2024-10-30T18:56:48.546Z | Checking supports-color v3.0.1 |
3051 | 2024-10-30T18:56:48.768Z | Checking multimap v0.10.0 |
3052 | 2024-10-30T18:56:50.869Z | Checking diesel v2.2.4 |
3053 | 2024-10-30T18:57:10.515Z | Compiling samael v0.0.17 |
3054 | 2024-10-30T18:57:25.636Z | Compiling polar-core v0.27.3 |
3055 | 2024-10-30T18:57:26.300Z | Checking async-bb8-diesel v0.2.1 |
3056 | 2024-10-30T18:57:32.590Z | Checking oso v0.27.3 |
3057 | 2024-10-30T18:58:37.284Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3058 | 2024-10-30T18:58:42.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
3059 | 2024-10-30T18:58:42.981Z | |
3060 | 2024-10-30T18:58:42.981Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166) |
3061 | 2024-10-30T18:58:43.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-10-30T18:58:43.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-10-30T18:58:43.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2024-10-30T18:58:43.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3065 | 2024-10-30T18:58:43.704Z | |
3066 | 2024-10-30T18:58:43.704Z | info: running `cargo check --bins` on nexus-saga-recovery (136/166) |
3067 | 2024-10-30T18:58:44.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2024-10-30T18:58:44.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2024-10-30T18:58:44.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2024-10-30T18:58:44.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3071 | 2024-10-30T18:58:44.414Z | |
3072 | 2024-10-30T18:58:44.414Z | info: running `cargo check --bins` on nexus-test-utils-macros (137/166) |
3073 | 2024-10-30T18:58:45.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-10-30T18:58:45.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-10-30T18:58:45.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2024-10-30T18:58:45.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3077 | 2024-10-30T18:58:45.269Z | |
3078 | 2024-10-30T18:58:45.269Z | info: running `cargo check --bins` on omicron-nexus (138/166) |
3079 | 2024-10-30T18:58:45.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-10-30T18:58:45.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-10-30T18:58:45.891Z | Compiling libz-sys v1.1.20 |
3082 | 2024-10-30T18:58:45.893Z | Checking http v0.2.12 |
3083 | 2024-10-30T18:58:46.000Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3084 | 2024-10-30T18:58:46.020Z | Compiling vergen v8.3.2 |
3085 | 2024-10-30T18:58:46.024Z | Compiling cargo-platform v0.1.8 |
3086 | 2024-10-30T18:58:46.024Z | Compiling pin-project-internal v1.1.6 |
3087 | 2024-10-30T18:58:46.056Z | Compiling libsqlite3-sys v0.30.1 |
3088 | 2024-10-30T18:58:46.060Z | Compiling snafu-derive v0.8.5 |
3089 | 2024-10-30T18:58:46.382Z | Compiling cargo_metadata v0.18.1 |
3090 | 2024-10-30T18:58:46.574Z | Checking sync_wrapper v0.1.2 |
3091 | 2024-10-30T18:58:46.591Z | Compiling rustls v0.21.12 |
3092 | 2024-10-30T18:58:46.703Z | Compiling cfg_aliases v0.2.1 |
3093 | 2024-10-30T18:58:46.819Z | Compiling buf-list v1.0.3 |
3094 | 2024-10-30T18:58:46.897Z | Compiling nix v0.29.0 |
3095 | 2024-10-30T18:58:46.976Z | Checking globset v0.4.15 |
3096 | 2024-10-30T18:58:47.294Z | Checking http-body v0.4.6 |
3097 | 2024-10-30T18:58:47.430Z | Checking h2 v0.3.26 |
3098 | 2024-10-30T18:58:47.533Z | Checking rustls-webpki v0.101.7 |
3099 | 2024-10-30T18:58:47.653Z | Checking sct v0.7.1 |
3100 | 2024-10-30T18:58:47.787Z | Checking olpc-cjson v0.1.4 |
3101 | 2024-10-30T18:58:47.852Z | Checking serde_plain v1.0.2 |
3102 | 2024-10-30T18:58:48.008Z | Checking typed-path v0.7.1 |
3103 | 2024-10-30T18:58:48.815Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3104 | 2024-10-30T18:58:49.277Z | Checking pin-project v1.1.6 |
3105 | 2024-10-30T18:58:49.293Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3106 | 2024-10-30T18:58:49.293Z | Checking hashlink v0.9.1 |
3107 | 2024-10-30T18:58:49.415Z | Checking fallible-iterator v0.3.0 |
3108 | 2024-10-30T18:58:49.777Z | Checking parse-size v1.0.0 |
3109 | 2024-10-30T18:58:49.809Z | Checking fallible-streaming-iterator v0.1.9 |
3110 | 2024-10-30T18:58:50.034Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3111 | 2024-10-30T18:58:50.053Z | Checking rusqlite v0.32.1 |
3112 | 2024-10-30T18:58:50.053Z | Checking rustls-pemfile v1.0.4 |
3113 | 2024-10-30T18:58:50.247Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3114 | 2024-10-30T18:58:50.481Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3115 | 2024-10-30T18:58:50.560Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3116 | 2024-10-30T18:58:50.696Z | Checking twox-hash v1.6.3 |
3117 | 2024-10-30T18:58:51.008Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3118 | 2024-10-30T18:58:51.322Z | Checking tokio-rustls v0.24.1 |
3119 | 2024-10-30T18:58:51.580Z | Checking snafu v0.8.5 |
3120 | 2024-10-30T18:58:51.608Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3121 | 2024-10-30T18:58:51.685Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3122 | 2024-10-30T18:58:52.044Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3123 | 2024-10-30T18:58:52.065Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3124 | 2024-10-30T18:58:52.173Z | Checking fatfs v0.3.6 |
3125 | 2024-10-30T18:58:52.856Z | Checking assert_matches v1.5.0 |
3126 | 2024-10-30T18:58:53.512Z | Checking hyper v0.14.30 |
3127 | 2024-10-30T18:58:57.787Z | Checking reqwest v0.11.27 |
3128 | 2024-10-30T18:58:58.500Z | Checking tough v0.17.1 |
3129 | 2024-10-30T18:58:59.060Z | Compiling git2 v0.19.0 |
3130 | 2024-10-30T18:59:01.493Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3131 | 2024-10-30T18:59:02.662Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3132 | 2024-10-30T18:59:03.981Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3133 | 2024-10-30T18:59:56.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3134 | 2024-10-30T18:59:56.533Z | |
3135 | 2024-10-30T18:59:56.533Z | info: running `cargo check --bins` on nexus-external-api (139/166) |
3136 | 2024-10-30T18:59:57.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2024-10-30T18:59:57.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2024-10-30T18:59:57.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3139 | 2024-10-30T18:59:57.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3140 | 2024-10-30T18:59:57.249Z | |
3141 | 2024-10-30T18:59:57.249Z | info: running `cargo check --bins` on openapi-manager-types (140/166) |
3142 | 2024-10-30T18:59:57.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2024-10-30T18:59:57.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2024-10-30T18:59:57.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3145 | 2024-10-30T18:59:57.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3146 | 2024-10-30T18:59:57.898Z | |
3147 | 2024-10-30T18:59:57.899Z | info: running `cargo check --bins` on nexus-internal-api (141/166) |
3148 | 2024-10-30T18:59:58.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-10-30T18:59:58.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-10-30T18:59:58.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3151 | 2024-10-30T18:59:58.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3152 | 2024-10-30T18:59:58.581Z | |
3153 | 2024-10-30T18:59:58.581Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (142/166) |
3154 | 2024-10-30T18:59:59.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-10-30T18:59:59.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-10-30T18:59:59.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3157 | 2024-10-30T18:59:59.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3158 | 2024-10-30T18:59:59.287Z | |
3159 | 2024-10-30T18:59:59.287Z | info: running `cargo check --bins` on nexus-networking (143/166) |
3160 | 2024-10-30T18:59:59.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-10-30T18:59:59.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-10-30T18:59:59.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3163 | 2024-10-30T18:59:59.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3164 | 2024-10-30T18:59:59.996Z | |
3165 | 2024-10-30T18:59:59.996Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (144/166) |
3166 | 2024-10-30T19:00:00.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-10-30T19:00:00.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-10-30T19:00:00.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3169 | 2024-10-30T19:00:00.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3170 | 2024-10-30T19:00:00.699Z | |
3171 | 2024-10-30T19:00:00.699Z | info: running `cargo check --bins` on update-common (145/166) |
3172 | 2024-10-30T19:00:01.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2024-10-30T19:00:01.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2024-10-30T19:00:01.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3175 | 2024-10-30T19:00:01.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3176 | 2024-10-30T19:00:01.397Z | |
3177 | 2024-10-30T19:00:01.397Z | info: running `cargo check --bins` on tufaceous-lib (146/166) |
3178 | 2024-10-30T19:00:02.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2024-10-30T19:00:02.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2024-10-30T19:00:02.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3181 | 2024-10-30T19:00:02.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3182 | 2024-10-30T19:00:02.097Z | |
3183 | 2024-10-30T19:00:02.097Z | info: running `cargo check --bins` on tufaceous (147/166) |
3184 | 2024-10-30T19:00:02.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-10-30T19:00:02.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-10-30T19:00:02.799Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3187 | 2024-10-30T19:00:03.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3188 | 2024-10-30T19:00:03.864Z | |
3189 | 2024-10-30T19:00:03.864Z | info: running `cargo check --bins` on omicron-dev (148/166) |
3190 | 2024-10-30T19:00:04.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-10-30T19:00:04.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-10-30T19:00:04.725Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3193 | 2024-10-30T19:00:04.729Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3194 | 2024-10-30T19:00:04.729Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3195 | 2024-10-30T19:00:06.203Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3196 | 2024-10-30T19:00:08.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
3197 | 2024-10-30T19:00:08.880Z | |
3198 | 2024-10-30T19:00:08.880Z | info: running `cargo check --bins` on openapi-manager (149/166) |
3199 | 2024-10-30T19:00:09.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2024-10-30T19:00:09.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2024-10-30T19:00:09.600Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3202 | 2024-10-30T19:00:09.603Z | Checking heck v0.4.1 |
3203 | 2024-10-30T19:00:09.603Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3204 | 2024-10-30T19:00:09.842Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3205 | 2024-10-30T19:00:11.168Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3206 | 2024-10-30T19:00:11.984Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3207 | 2024-10-30T19:00:12.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
3208 | 2024-10-30T19:00:13.151Z | |
3209 | 2024-10-30T19:00:13.151Z | info: running `cargo check --bins` on installinator-api (150/166) |
3210 | 2024-10-30T19:00:13.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2024-10-30T19:00:13.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2024-10-30T19:00:13.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3213 | 2024-10-30T19:00:13.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3214 | 2024-10-30T19:00:13.822Z | |
3215 | 2024-10-30T19:00:13.823Z | info: running `cargo check --bins` on wicketd-api (151/166) |
3216 | 2024-10-30T19:00:14.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3217 | 2024-10-30T19:00:14.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3218 | 2024-10-30T19:00:14.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3219 | 2024-10-30T19:00:14.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3220 | 2024-10-30T19:00:14.503Z | |
3221 | 2024-10-30T19:00:14.503Z | info: running `cargo check --bins` on reconfigurator-cli (152/166) |
3222 | 2024-10-30T19:00:15.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-10-30T19:00:15.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-10-30T19:00:15.212Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3225 | 2024-10-30T19:00:16.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
3226 | 2024-10-30T19:00:16.496Z | |
3227 | 2024-10-30T19:00:16.496Z | info: running `cargo check --bins` on omicron-releng (153/166) |
3228 | 2024-10-30T19:00:17.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2024-10-30T19:00:17.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2024-10-30T19:00:17.195Z | Checking memmap2 v0.9.5 |
3231 | 2024-10-30T19:00:17.195Z | Checking constant_time_eq v0.3.1 |
3232 | 2024-10-30T19:00:17.198Z | Checking arrayref v0.3.9 |
3233 | 2024-10-30T19:00:17.198Z | Checking spin v0.5.2 |
3234 | 2024-10-30T19:00:17.198Z | Checking untrusted v0.7.1 |
3235 | 2024-10-30T19:00:17.198Z | Checking arrayvec v0.7.6 |
3236 | 2024-10-30T19:00:17.301Z | Checking topological-sort v0.2.2 |
3237 | 2024-10-30T19:00:17.328Z | Checking shell-words v1.1.0 |
3238 | 2024-10-30T19:00:17.475Z | Checking ring v0.16.20 |
3239 | 2024-10-30T19:00:17.585Z | Checking blake3 v1.5.4 |
3240 | 2024-10-30T19:00:18.568Z | Checking omicron-zone-package v0.11.1 |
3241 | 2024-10-30T19:00:19.648Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3242 | 2024-10-30T19:00:20.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
3243 | 2024-10-30T19:00:20.660Z | |
3244 | 2024-10-30T19:00:20.660Z | info: running `cargo check --bins` on xtask (154/166) |
3245 | 2024-10-30T19:00:21.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-10-30T19:00:21.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-10-30T19:00:21.142Z | Checking bitflags v2.6.0 |
3248 | 2024-10-30T19:00:21.144Z | Checking serde v1.0.210 |
3249 | 2024-10-30T19:00:21.144Z | Checking thiserror v1.0.64 |
3250 | 2024-10-30T19:00:21.232Z | Checking scroll v0.12.0 |
3251 | 2024-10-30T19:00:21.239Z | Checking log v0.4.22 |
3252 | 2024-10-30T19:00:21.242Z | Checking hashbrown v0.15.0 |
3253 | 2024-10-30T19:00:21.248Z | Checking zerocopy v0.7.35 |
3254 | 2024-10-30T19:00:21.271Z | Checking syn v2.0.79 |
3255 | 2024-10-30T19:00:21.326Z | Checking pest v2.7.14 |
3256 | 2024-10-30T19:00:21.458Z | Checking rustix v0.38.37 |
3257 | 2024-10-30T19:00:21.479Z | Checking once_cell v1.20.2 |
3258 | 2024-10-30T19:00:21.682Z | Checking goblin v0.8.2 |
3259 | 2024-10-30T19:00:21.774Z | Checking fs-err v2.11.0 |
3260 | 2024-10-30T19:00:22.058Z | Checking anyhow v1.0.89 |
3261 | 2024-10-30T19:00:22.285Z | Checking indexmap v2.6.0 |
3262 | 2024-10-30T19:00:22.409Z | Checking tabled v0.15.0 |
3263 | 2024-10-30T19:00:23.407Z | Checking terminal_size v0.4.0 |
3264 | 2024-10-30T19:00:23.410Z | Checking tempfile v3.13.0 |
3265 | 2024-10-30T19:00:23.574Z | Checking clap_builder v4.5.20 |
3266 | 2024-10-30T19:00:24.423Z | Checking dtrace-parser v0.2.0 |
3267 | 2024-10-30T19:00:25.180Z | Checking serde_json v1.0.128 |
3268 | 2024-10-30T19:00:25.180Z | Checking toml_datetime v0.6.8 |
3269 | 2024-10-30T19:00:25.319Z | Checking serde_spanned v0.6.8 |
3270 | 2024-10-30T19:00:25.319Z | Checking camino v1.1.9 |
3271 | 2024-10-30T19:00:25.336Z | Checking cargo-platform v0.1.8 |
3272 | 2024-10-30T19:00:25.371Z | Checking semver v1.0.23 |
3273 | 2024-10-30T19:00:25.488Z | Checking toml_edit v0.22.22 |
3274 | 2024-10-30T19:00:25.557Z | Checking macaddr v1.0.1 |
3275 | 2024-10-30T19:00:25.747Z | Checking camino-tempfile v1.1.1 |
3276 | 2024-10-30T19:00:26.011Z | Checking clap v4.5.20 |
3277 | 2024-10-30T19:00:26.409Z | Checking dof v0.3.0 |
3278 | 2024-10-30T19:00:26.409Z | Checking cargo_metadata v0.18.1 |
3279 | 2024-10-30T19:00:26.817Z | Checking usdt-impl v0.5.0 |
3280 | 2024-10-30T19:00:27.178Z | Checking usdt v0.5.0 |
3281 | 2024-10-30T19:00:27.342Z | Checking toml v0.8.19 |
3282 | 2024-10-30T19:00:27.771Z | Checking cargo_toml v0.20.5 |
3283 | 2024-10-30T19:00:32.080Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3284 | 2024-10-30T19:00:32.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s |
3285 | 2024-10-30T19:00:32.176Z | |
3286 | 2024-10-30T19:00:32.176Z | info: running `cargo check --bins` on end-to-end-tests (155/166) |
3287 | 2024-10-30T19:00:32.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2024-10-30T19:00:32.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2024-10-30T19:00:32.176Z | Checking polyval v0.6.2 |
3290 | 2024-10-30T19:00:32.176Z | Checking ctr v0.9.2 |
3291 | 2024-10-30T19:00:32.176Z | Checking ssh-encoding v0.2.0 |
3292 | 2024-10-30T19:00:32.176Z | Checking blowfish v0.9.1 |
3293 | 2024-10-30T19:00:32.176Z | Checking password-hash v0.4.2 |
3294 | 2024-10-30T19:00:32.176Z | Checking matches v0.1.10 |
3295 | 2024-10-30T19:00:32.177Z | Checking p521 v0.13.3 |
3296 | 2024-10-30T19:00:32.177Z | Checking p256 v0.13.2 |
3297 | 2024-10-30T19:00:32.177Z | Checking idna v0.2.3 |
3298 | 2024-10-30T19:00:32.177Z | Checking bcrypt-pbkdf v0.10.0 |
3299 | 2024-10-30T19:00:32.177Z | Checking ghash v0.5.1 |
3300 | 2024-10-30T19:00:32.177Z | Compiling enum-as-inner v0.5.1 |
3301 | 2024-10-30T19:00:32.177Z | Checking russh-cryptovec v0.7.3 |
3302 | 2024-10-30T19:00:32.177Z | Checking pbkdf2 v0.11.0 |
3303 | 2024-10-30T19:00:32.177Z | Checking aes-gcm v0.10.3 |
3304 | 2024-10-30T19:00:32.177Z | Checking md5 v0.7.0 |
3305 | 2024-10-30T19:00:32.177Z | Checking num-bigint v0.4.6 |
3306 | 2024-10-30T19:00:32.177Z | Checking des v0.8.1 |
3307 | 2024-10-30T19:00:32.177Z | Checking ssh-cipher v0.2.0 |
3308 | 2024-10-30T19:00:32.177Z | Checking hex-literal v0.4.1 |
3309 | 2024-10-30T19:00:32.177Z | Compiling dhcproto-macros v0.1.0 |
3310 | 2024-10-30T19:00:32.177Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3311 | 2024-10-30T19:00:32.177Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3312 | 2024-10-30T19:00:32.250Z | Checking ssh-key v0.6.6 |
3313 | 2024-10-30T19:00:32.250Z | Checking internet-checksum v0.2.1 |
3314 | 2024-10-30T19:00:32.250Z | Checking trust-dns-proto v0.22.0 |
3315 | 2024-10-30T19:00:32.760Z | Checking russh-keys v0.45.0 |
3316 | 2024-10-30T19:00:33.695Z | Checking russh v0.45.0 |
3317 | 2024-10-30T19:00:34.383Z | Checking dhcproto v0.12.0 |
3318 | 2024-10-30T19:00:50.983Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3319 | 2024-10-30T19:00:52.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.55s |
3320 | 2024-10-30T19:00:52.446Z | |
3321 | 2024-10-30T19:00:52.446Z | info: running `cargo check --bins` on gateway-cli (156/166) |
3322 | 2024-10-30T19:00:53.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2024-10-30T19:00:53.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2024-10-30T19:00:53.108Z | Checking termios v0.3.3 |
3325 | 2024-10-30T19:00:53.314Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3326 | 2024-10-30T19:00:54.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3327 | 2024-10-30T19:00:54.211Z | |
3328 | 2024-10-30T19:00:54.211Z | info: running `cargo check --bins --no-default-features` on installinator (157/166) |
3329 | 2024-10-30T19:00:54.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-10-30T19:00:54.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-10-30T19:00:54.926Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3332 | 2024-10-30T19:00:56.891Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3333 | 2024-10-30T19:00:58.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
3334 | 2024-10-30T19:00:58.804Z | |
3335 | 2024-10-30T19:00:58.804Z | info: running `cargo check --bins` on internal-dns-cli (158/166) |
3336 | 2024-10-30T19:00:59.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2024-10-30T19:00:59.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2024-10-30T19:00:59.461Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3339 | 2024-10-30T19:00:59.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3340 | 2024-10-30T19:01:00.067Z | |
3341 | 2024-10-30T19:01:00.067Z | info: running `cargo check --bins` on omicron-live-tests (159/166) |
3342 | 2024-10-30T19:01:00.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-10-30T19:01:00.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-10-30T19:01:00.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3345 | 2024-10-30T19:01:00.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3346 | 2024-10-30T19:01:00.708Z | |
3347 | 2024-10-30T19:01:00.708Z | info: running `cargo check --bins` on live-tests-macros (160/166) |
3348 | 2024-10-30T19:01:01.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2024-10-30T19:01:01.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2024-10-30T19:01:01.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3351 | 2024-10-30T19:01:01.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3352 | 2024-10-30T19:01:01.348Z | |
3353 | 2024-10-30T19:01:01.349Z | info: running `cargo check --bins` on omicron-package (161/166) |
3354 | 2024-10-30T19:01:01.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2024-10-30T19:01:01.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2024-10-30T19:01:02.048Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3357 | 2024-10-30T19:01:03.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
3358 | 2024-10-30T19:01:03.419Z | |
3359 | 2024-10-30T19:01:03.419Z | info: running `cargo check --bins` on wicket-dbg (162/166) |
3360 | 2024-10-30T19:01:04.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-10-30T19:01:04.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-10-30T19:01:04.154Z | Checking rtoolbox v0.0.2 |
3363 | 2024-10-30T19:01:04.156Z | Checking tui-tree-widget v0.22.0 |
3364 | 2024-10-30T19:01:04.156Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3365 | 2024-10-30T19:01:04.372Z | Checking rpassword v7.3.1 |
3366 | 2024-10-30T19:01:08.271Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3367 | 2024-10-30T19:01:11.199Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3368 | 2024-10-30T19:01:12.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s |
3369 | 2024-10-30T19:01:12.516Z | |
3370 | 2024-10-30T19:01:12.516Z | info: running `cargo check --bins` on wicket (163/166) |
3371 | 2024-10-30T19:01:13.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-10-30T19:01:13.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-10-30T19:01:13.244Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3374 | 2024-10-30T19:01:13.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3375 | 2024-10-30T19:01:13.805Z | |
3376 | 2024-10-30T19:01:13.805Z | info: running `cargo check --bins` on wicketd (164/166) |
3377 | 2024-10-30T19:01:14.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2024-10-30T19:01:14.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2024-10-30T19:01:14.552Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3380 | 2024-10-30T19:01:18.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
3381 | 2024-10-30T19:01:18.525Z | |
3382 | 2024-10-30T19:01:18.525Z | info: running `cargo check --bins` on omicron-workspace-hack (165/166) |
3383 | 2024-10-30T19:01:19.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2024-10-30T19:01:19.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2024-10-30T19:01:19.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3386 | 2024-10-30T19:01:19.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3387 | 2024-10-30T19:01:19.173Z | |
3388 | 2024-10-30T19:01:19.173Z | info: running `cargo check --bins` on zone-setup (166/166) |
3389 | 2024-10-30T19:01:19.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2024-10-30T19:01:19.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2024-10-30T19:01:19.922Z | Checking uzers v0.12.1 |
3392 | 2024-10-30T19:01:20.247Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3393 | 2024-10-30T19:01:21.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3394 | 2024-10-30T19:01:21.479Z | |
3395 | 2024-10-30T19:01:21.483Z | real 11:53.298208791 |
3396 | 2024-10-30T19:01:21.483Z | user 24:15.173160370 |
3397 | 2024-10-30T19:01:21.483Z | sys 5:16.076570692 |
3398 | 2024-10-30T19:01:21.483Z | trap 0.510680285 |
3399 | 2024-10-30T19:01:21.483Z | tflt 3.162233013 |
3400 | 2024-10-30T19:01:21.483Z | dflt 2.590839821 |
3401 | 2024-10-30T19:01:21.483Z | kflt 0.002420600 |
3402 | 2024-10-30T19:01:21.483Z | lock 43:03.540959964 |
3403 | 2024-10-30T19:01:21.483Z | slp 1:59:22.616459939 |
3404 | 2024-10-30T19:01:21.483Z | lat 1:00.272221200 |
3405 | 2024-10-30T19:01:21.483Z | stop 3:09.674555963 |
3406 | 2024-10-30T19:01:21.483Z | process exited: duration 955261 ms, exit code 0 |
|
3407 | 2024-10-30T19:01:21.489Z | found 0 output files |