|
|
|
1 | 2024-11-26T22:48:50.517Z | job assigned to worker 01JDNAHZPKQBDYP08KS5FK5BF0 [factory aws, i-0cc39f3bf893ba328] (queued for 52 s) |
|
2 | 2024-11-26T22:48:58.729Z | starting task 0: "setup" |
3 | 2024-11-26T22:48:58.738Z | ++ uname -s |
4 | 2024-11-26T22:48:58.741Z | + kern=SunOS |
5 | 2024-11-26T22:48:58.741Z | + case "$kern" in |
6 | 2024-11-26T22:48:58.741Z | + groupadd -g 12345 build |
7 | 2024-11-26T22:48:58.743Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T22:49:00.749Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T22:49:00.866Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T22:49:00.869Z | + home_fs=zfs |
11 | 2024-11-26T22:49:00.869Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T22:49:00.869Z | + mkdir -p /home/build |
13 | 2024-11-26T22:49:00.872Z | + chown build:build /home/build /work |
14 | 2024-11-26T22:49:02.873Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T22:49:02.876Z | process exited: duration 4145 ms, exit code 0 |
|
16 | 2024-11-26T22:49:02.882Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T22:49:02.887Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T22:49:02.887Z | ' 1.81.0 |
19 | 2024-11-26T22:49:02.887Z | * toolchain channel = "1.81.0" |
20 | 2024-11-26T22:49:02.887Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T22:49:02.887Z | ' default |
22 | 2024-11-26T22:49:02.890Z | * toolchain profile = "default" |
23 | 2024-11-26T22:49:02.890Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T22:49:02.890Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-26T22:49:03.005Z | info: downloading installer |
26 | 2024-11-26T22:49:04.213Z | info: profile set to 'default' |
27 | 2024-11-26T22:49:04.213Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T22:49:04.215Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-26T22:49:04.366Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-26T22:49:04.366Z | info: downloading component 'cargo' |
31 | 2024-11-26T22:49:05.244Z | info: downloading component 'clippy' |
32 | 2024-11-26T22:49:05.645Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T22:49:06.800Z | info: downloading component 'rust-std' |
34 | 2024-11-26T22:49:08.650Z | info: downloading component 'rustc' |
35 | 2024-11-26T22:49:15.268Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T22:49:15.512Z | info: installing component 'cargo' |
37 | 2024-11-26T22:49:16.317Z | info: installing component 'clippy' |
38 | 2024-11-26T22:49:16.678Z | info: installing component 'rust-docs' |
39 | 2024-11-26T22:49:18.327Z | info: installing component 'rust-std' |
40 | 2024-11-26T22:49:20.038Z | info: installing component 'rustc' |
41 | 2024-11-26T22:49:25.659Z | info: installing component 'rustfmt' |
42 | 2024-11-26T22:49:25.982Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-26T22:49:25.982Z | |
44 | 2024-11-26T22:49:26.349Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-26T22:49:26.350Z | |
46 | 2024-11-26T22:49:26.353Z | |
47 | 2024-11-26T22:49:26.353Z | Rust is installed now. Great! |
48 | 2024-11-26T22:49:26.354Z | |
49 | 2024-11-26T22:49:26.354Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T22:49:26.354Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T22:49:26.354Z | |
52 | 2024-11-26T22:49:26.354Z | To configure your current shell, you need to source |
53 | 2024-11-26T22:49:26.354Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T22:49:26.354Z | |
55 | 2024-11-26T22:49:26.354Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T22:49:26.354Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T22:49:26.354Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T22:49:26.423Z | + rustc --version |
59 | 2024-11-26T22:49:26.489Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-26T22:49:26.492Z | process exited: duration 23609 ms, exit code 0 |
|
61 | 2024-11-26T22:49:26.498Z | starting task 2: "authentication" |
62 | 2024-11-26T22:49:26.518Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T22:49:26.523Z | starting task 3: "clone repository" |
64 | 2024-11-26T22:49:26.528Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-26T22:49:26.530Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-26T22:49:26.781Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-26T22:49:33.390Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-26T22:49:33.390Z | + git fetch origin 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
69 | 2024-11-26T22:49:33.717Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-26T22:49:33.717Z | * branch 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 -> FETCH_HEAD |
71 | 2024-11-26T22:49:33.727Z | + [[ -n fix-clickhouse-admin-single ]] |
72 | 2024-11-26T22:49:33.747Z | ++ git branch --show-current |
73 | 2024-11-26T22:49:33.747Z | + current=main |
74 | 2024-11-26T22:49:33.747Z | + [[ main != fix-clickhouse-admin-single ]] |
75 | 2024-11-26T22:49:33.748Z | + git branch -f fix-clickhouse-admin-single 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
76 | 2024-11-26T22:49:33.758Z | + git checkout -f fix-clickhouse-admin-single |
77 | 2024-11-26T22:49:33.908Z | Switched to branch 'fix-clickhouse-admin-single' |
78 | 2024-11-26T22:49:33.911Z | + git reset --hard 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
79 | 2024-11-26T22:49:33.922Z | HEAD is now at 922157bb7 Make `ClickhouseCli.log` a mandatory field |
80 | 2024-11-26T22:49:33.926Z | process exited: duration 7400 ms, exit code 0 |
|
81 | 2024-11-26T22:49:33.931Z | starting task 4: "build" |
82 | 2024-11-26T22:49:33.937Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-26T22:49:33.937Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-26T22:49:33.937Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-26T22:49:33.939Z | + cargo --version |
86 | 2024-11-26T22:49:33.993Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-26T22:49:33.995Z | + rustc --version |
88 | 2024-11-26T22:49:34.055Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-26T22:49:34.058Z | + source ./env.sh |
90 | 2024-11-26T22:49:34.058Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-26T22:49:34.058Z | ++ set -o xtrace |
92 | 2024-11-26T22:49:34.060Z | ++++ dirname ./env.sh |
93 | 2024-11-26T22:49:34.062Z | +++ readlink -f . |
94 | 2024-11-26T22:49:34.201Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-26T22:49:34.204Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-26T22:49:34.204Z | ++ 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-11-26T22:49:34.204Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-26T22:49:34.204Z | ++ 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-11-26T22:49:34.204Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-11-26T22:49:34.204Z | ++ 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-11-26T22:49:34.204Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-11-26T22:49:34.204Z | ++ 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-11-26T22:49:34.204Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-26T22:49:34.204Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-26T22:49:34.205Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-11-26T22:49:34.205Z | + 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-11-26T22:49:34.205Z | + banner prerequisites |
108 | 2024-11-26T22:49:34.301Z | |
109 | 2024-11-26T22:49:34.301Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-26T22:49:34.301Z | # # # # # # # # # # # # # # # |
111 | 2024-11-26T22:49:34.301Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-26T22:49:34.301Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-26T22:49:34.301Z | # # # # # # # # # # # # # # # |
114 | 2024-11-26T22:49:34.302Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-26T22:49:34.302Z | |
116 | 2024-11-26T22:49:34.305Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-26T22:49:49.943Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-26T22:49:53.765Z | Startup: Caching catalogs ... Done |
119 | 2024-11-26T22:50:02.828Z | Planning: Solver setup ... Done (8.310s) |
120 | 2024-11-26T22:50:02.946Z | Planning: Running solver ... Done (0.118s) |
121 | 2024-11-26T22:50:03.113Z | Planning: Finding local manifests ... Done (0.071s) |
122 | 2024-11-26T22:50:03.125Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-26T22:50:03.341Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-26T22:50:03.534Z | Planning: Package planning ... Done (0.193s) |
125 | 2024-11-26T22:50:03.588Z | Planning: Merging actions ... Done (0.054s) |
126 | 2024-11-26T22:50:04.140Z | Planning: Checking for conflicting actions ... Done (0.551s) |
127 | 2024-11-26T22:50:09.053Z | Planning: Consolidating action changes ... Done (4.912s) |
128 | 2024-11-26T22:50:09.414Z | Planning: Evaluating mediators ... Done (0.361s) |
129 | 2024-11-26T22:50:09.589Z | Planning: Planning completed in 15.73 seconds |
130 | 2024-11-26T22:50:09.612Z | Packages to install: 4 |
131 | 2024-11-26T22:50:09.612Z | Packages to update: 1 |
132 | 2024-11-26T22:50:09.622Z | Mediators to change: 2 |
133 | 2024-11-26T22:50:09.622Z | Services to change: 1 |
134 | 2024-11-26T22:50:09.623Z | Estimated space available: 155.64 GB |
135 | 2024-11-26T22:50:09.623Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-26T22:50:09.623Z | Create boot environment: No |
137 | 2024-11-26T22:50:09.623Z | Create backup boot environment: Yes |
138 | 2024-11-26T22:50:09.623Z | Rebuild boot archive: No |
139 | 2024-11-26T22:50:09.623Z | |
140 | 2024-11-26T22:50:09.623Z | Changed mediators: |
141 | 2024-11-26T22:50:09.623Z | mediator clang: |
142 | 2024-11-26T22:50:09.623Z | version: None -> 15 (system default) |
143 | 2024-11-26T22:50:09.623Z | |
144 | 2024-11-26T22:50:09.623Z | mediator llvm: |
145 | 2024-11-26T22:50:09.623Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-26T22:50:09.623Z | |
147 | 2024-11-26T22:50:09.623Z | Changed packages: |
148 | 2024-11-26T22:50:09.623Z | helios-dev |
149 | 2024-11-26T22:50:09.623Z | developer/build-essential |
150 | 2024-11-26T22:50:09.623Z | None -> 11-2.0 |
151 | 2024-11-26T22:50:09.623Z | library/libxmlsec1 |
152 | 2024-11-26T22:50:09.623Z | None -> 1.2.35-2.0 |
153 | 2024-11-26T22:50:09.623Z | ooce/developer/clang-15 |
154 | 2024-11-26T22:50:09.623Z | None -> 15.0.7-2.0 |
155 | 2024-11-26T22:50:09.623Z | ooce/developer/llvm-15 |
156 | 2024-11-26T22:50:09.623Z | None -> 15.0.7-2.0 |
157 | 2024-11-26T22:50:09.623Z | package/pkg |
158 | 2024-11-26T22:50:09.623Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-26T22:50:09.623Z | |
160 | 2024-11-26T22:50:09.623Z | Services: |
161 | 2024-11-26T22:50:09.623Z | restart_fmri: |
162 | 2024-11-26T22:50:09.623Z | svc:/system/update-man-index:default |
163 | 2024-11-26T22:50:09.623Z | |
164 | 2024-11-26T22:50:09.623Z | Editable files to change: |
165 | 2024-11-26T22:50:09.623Z | Update: |
166 | 2024-11-26T22:50:09.623Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-26T22:50:09.923Z | |
168 | 2024-11-26T22:50:09.923Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-26T22:50:14.929Z | Download: 604/4281 items 17.6/220.6MB 7% complete (3.6M/s) |
170 | 2024-11-26T22:50:19.973Z | Download: 1201/4281 items 83.5/220.6MB 37% complete (8.4M/s) |
171 | 2024-11-26T22:50:24.974Z | Download: 1996/4281 items 118.7/220.6MB 53% complete (10.1M/s) |
172 | 2024-11-26T22:50:31.451Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (9.6M/s) |
173 | 2024-11-26T22:50:47.431Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
174 | 2024-11-26T22:50:52.446Z | Download: 3246/4281 items 168.2/220.6MB 76% complete (10.3M/s) |
175 | 2024-11-26T22:50:56.322Z | Download: Completed 220.60 MB in 46.40 seconds (4.8M/s) |
176 | 2024-11-26T22:50:58.372Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-11-26T22:50:58.387Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-11-26T22:51:03.396Z | Actions: 4114/5063 actions (Installing new actions) |
179 | 2024-11-26T22:51:03.550Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-11-26T22:51:03.890Z | Actions: Completed 5063 actions in 5.52 seconds. |
181 | 2024-11-26T22:51:04.282Z | Done (0.385s) |
182 | 2024-11-26T22:51:04.285Z | Done (0.000s) |
183 | 2024-11-26T22:51:04.822Z | Done (0.539s) |
184 | 2024-11-26T22:51:10.269Z | Done (5.218s) |
185 | 2024-11-26T22:51:10.514Z | Done (0.174s) |
186 | 2024-11-26T22:51:10.516Z | Done (0.000s) |
187 | 2024-11-26T22:51:10.662Z | Done (0.000s) |
188 | 2024-11-26T22:51:11.341Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-11-26T22:51:11.502Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-11-26T22:51:11.505Z | Planning: Consolidating action changes ... Done |
191 | 2024-11-26T22:51:11.770Z | Planning: Evaluating mediators ... Done |
192 | 2024-11-26T22:51:11.772Z | Planning: Planning completed in 0.43 seconds |
193 | 2024-11-26T22:51:11.808Z | Mediators to change: 2 |
194 | 2024-11-26T22:51:11.808Z | Create boot environment: No |
195 | 2024-11-26T22:51:11.810Z | Create backup boot environment: No |
196 | 2024-11-26T22:51:11.884Z | Done |
197 | 2024-11-26T22:51:11.884Z | Done |
198 | 2024-11-26T22:51:12.232Z | Done |
199 | 2024-11-26T22:51:15.923Z | Done |
200 | 2024-11-26T22:51:16.012Z | Done |
201 | 2024-11-26T22:51:16.015Z | Done |
202 | 2024-11-26T22:51:16.121Z | Done |
203 | 2024-11-26T22:51:16.723Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-11-26T22:51:16.725Z | Planning: Merging actions ... Done |
205 | 2024-11-26T22:51:16.911Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-11-26T22:51:16.914Z | Planning: Consolidating action changes ... Done |
207 | 2024-11-26T22:51:17.173Z | Planning: Evaluating mediators ... Done |
208 | 2024-11-26T22:51:17.227Z | Planning: Planning completed in 0.74 seconds |
209 | 2024-11-26T22:51:17.265Z | Packages to change: 1 |
210 | 2024-11-26T22:51:17.265Z | Mediators to change: 1 |
211 | 2024-11-26T22:51:17.268Z | Services to change: 1 |
212 | 2024-11-26T22:51:17.268Z | Create boot environment: No |
213 | 2024-11-26T22:51:17.268Z | Create backup boot environment: Yes |
214 | 2024-11-26T22:51:19.176Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-11-26T22:51:19.214Z | Actions: Completed 6 actions in 0.04 seconds. |
216 | 2024-11-26T22:51:19.217Z | Done |
217 | 2024-11-26T22:51:19.217Z | Done |
218 | 2024-11-26T22:51:19.324Z | Done |
219 | 2024-11-26T22:51:22.998Z | Done |
220 | 2024-11-26T22:51:23.088Z | Done |
221 | 2024-11-26T22:51:23.091Z | Done |
222 | 2024-11-26T22:51:23.199Z | Done |
223 | 2024-11-26T22:51:23.631Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-11-26T22:51:23.631Z | clang system 15 system |
225 | 2024-11-26T22:51:23.632Z | csh system system illumos |
226 | 2024-11-26T22:51:23.632Z | ctags system system illumos |
227 | 2024-11-26T22:51:23.632Z | gcc vendor 12 vendor |
228 | 2024-11-26T22:51:23.632Z | gcc system 10 system |
229 | 2024-11-26T22:51:23.632Z | gcc system 7 system |
230 | 2024-11-26T22:51:23.632Z | go system 1.20 system |
231 | 2024-11-26T22:51:23.632Z | go system 1.19 system |
232 | 2024-11-26T22:51:23.632Z | llvm system 15 system |
233 | 2024-11-26T22:51:23.632Z | llvm system 14 system |
234 | 2024-11-26T22:51:23.632Z | mariadb system 10.6 system |
235 | 2024-11-26T22:51:23.632Z | mta vendor vendor dma |
236 | 2024-11-26T22:51:23.632Z | openjdk system 17 system |
237 | 2024-11-26T22:51:23.632Z | openjdk system 11 system |
238 | 2024-11-26T22:51:23.632Z | openjdk system 1.8 system |
239 | 2024-11-26T22:51:23.633Z | openssl vendor 3 vendor |
240 | 2024-11-26T22:51:23.633Z | perl system 5.36 system |
241 | 2024-11-26T22:51:23.633Z | postgresql system 15 system |
242 | 2024-11-26T22:51:23.633Z | postgresql system 13 system |
243 | 2024-11-26T22:51:23.633Z | python vendor 3 vendor |
244 | 2024-11-26T22:51:23.633Z | python system 2 system |
245 | 2024-11-26T22:51:23.633Z | python3 system 3.11 system |
246 | 2024-11-26T22:51:23.633Z | ruby system 3.0 system |
247 | 2024-11-26T22:51:23.633Z | words vendor vendor american-english |
248 | 2024-11-26T22:51:23.633Z | words system system australian-english |
249 | 2024-11-26T22:51:23.633Z | words system system british-english |
250 | 2024-11-26T22:51:23.633Z | words system system canadian-english |
251 | 2024-11-26T22:51:23.633Z | words system system french |
252 | 2024-11-26T22:51:23.633Z | words system system italian |
253 | 2024-11-26T22:51:23.633Z | words system system ngerman |
254 | 2024-11-26T22:51:23.633Z | words system system ogerman |
255 | 2024-11-26T22:51:23.633Z | words system system spanish |
256 | 2024-11-26T22:51:23.961Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-11-26T22:51:23.961Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-11-26T22:51:26.539Z | FMRI IFO |
259 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-11-26T22:51:26.540Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-11-26T22:51:26.541Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-11-26T22:51:27.288Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-11-26T22:51:27.590Z | Updating crates.io index |
276 | 2024-11-26T22:51:27.592Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-11-26T22:51:28.122Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-11-26T22:51:28.417Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-11-26T22:51:28.665Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-11-26T22:51:28.940Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-11-26T22:51:29.859Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-11-26T22:51:32.240Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-11-26T22:51:33.430Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-11-26T22:51:34.208Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-11-26T22:51:34.486Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-11-26T22:51:34.804Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-11-26T22:51:35.438Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-11-26T22:51:35.870Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-11-26T22:51:36.270Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-11-26T22:51:36.577Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-11-26T22:51:36.837Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-11-26T22:51:37.123Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-11-26T22:51:37.413Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-11-26T22:51:37.843Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-11-26T22:51:38.134Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-11-26T22:51:38.572Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-11-26T22:51:39.146Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-11-26T22:51:39.425Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
299 | 2024-11-26T22:51:40.050Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-11-26T22:51:40.406Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-11-26T22:51:40.937Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
302 | 2024-11-26T22:51:41.230Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-11-26T22:51:41.535Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-11-26T22:51:41.799Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-11-26T22:51:43.239Z | Downloading crates ... |
306 | 2024-11-26T22:51:43.352Z | Downloaded cargo_metadata v0.18.1 |
307 | 2024-11-26T22:51:43.355Z | Downloaded colorchoice v1.0.2 |
308 | 2024-11-26T22:51:43.361Z | Downloaded digest v0.10.7 |
309 | 2024-11-26T22:51:43.363Z | Downloaded fnv v1.0.7 |
310 | 2024-11-26T22:51:43.363Z | Downloaded errno v0.3.9 |
311 | 2024-11-26T22:51:43.366Z | Downloaded equivalent v1.0.1 |
312 | 2024-11-26T22:51:43.366Z | Downloaded cfg-if v1.0.0 |
313 | 2024-11-26T22:51:43.368Z | Downloaded dtrace-parser v0.2.0 |
314 | 2024-11-26T22:51:43.371Z | Downloaded crypto-common v0.1.6 |
315 | 2024-11-26T22:51:43.377Z | Downloaded clap_lex v0.7.2 |
316 | 2024-11-26T22:51:43.379Z | Downloaded bytecount v0.6.8 |
317 | 2024-11-26T22:51:43.382Z | Downloaded itoa v1.0.11 |
318 | 2024-11-26T22:51:43.385Z | Downloaded autocfg v1.4.0 |
319 | 2024-11-26T22:51:43.385Z | Downloaded anstyle-parse v0.2.5 |
320 | 2024-11-26T22:51:43.402Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-11-26T22:51:43.405Z | Downloaded pretty-hex v0.4.1 |
322 | 2024-11-26T22:51:43.413Z | Downloaded swrite v0.1.0 |
323 | 2024-11-26T22:51:43.418Z | Downloaded clap_derive v4.5.18 |
324 | 2024-11-26T22:51:43.420Z | Downloaded macaddr v1.0.1 |
325 | 2024-11-26T22:51:43.423Z | Downloaded anstream v0.6.15 |
326 | 2024-11-26T22:51:43.425Z | Downloaded generic-array v0.14.7 |
327 | 2024-11-26T22:51:43.425Z | Downloaded fastrand v2.1.1 |
328 | 2024-11-26T22:51:43.428Z | Downloaded cargo-platform v0.1.8 |
329 | 2024-11-26T22:51:43.431Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-11-26T22:51:43.433Z | Downloaded is_terminal_polyfill v1.70.1 |
331 | 2024-11-26T22:51:43.433Z | Downloaded anstyle v1.0.10 |
332 | 2024-11-26T22:51:43.436Z | Downloaded heck v0.5.0 |
333 | 2024-11-26T22:51:43.438Z | Downloaded cpufeatures v0.2.14 |
334 | 2024-11-26T22:51:43.438Z | Downloaded anstyle-query v1.1.1 |
335 | 2024-11-26T22:51:43.441Z | Downloaded serde_tokenstream v0.2.2 |
336 | 2024-11-26T22:51:43.444Z | Downloaded serde_spanned v0.6.8 |
337 | 2024-11-26T22:51:43.444Z | Downloaded proc-macro-error-attr v1.0.4 |
338 | 2024-11-26T22:51:43.444Z | Downloaded plain v0.2.3 |
339 | 2024-11-26T22:51:43.446Z | Downloaded memmap v0.7.0 |
340 | 2024-11-26T22:51:43.446Z | Downloaded dof v0.3.0 |
341 | 2024-11-26T22:51:43.449Z | Downloaded fs-err v2.11.0 |
342 | 2024-11-26T22:51:43.449Z | Downloaded usdt v0.5.0 |
343 | 2024-11-26T22:51:43.451Z | Downloaded block-buffer v0.10.4 |
344 | 2024-11-26T22:51:43.451Z | Downloaded byteorder v1.5.0 |
345 | 2024-11-26T22:51:43.453Z | Downloaded pest_generator v2.7.14 |
346 | 2024-11-26T22:51:43.457Z | Downloaded utf8parse v0.2.2 |
347 | 2024-11-26T22:51:43.461Z | Downloaded thiserror v1.0.69 |
348 | 2024-11-26T22:51:43.466Z | Downloaded toml_datetime v0.6.8 |
349 | 2024-11-26T22:51:43.468Z | Downloaded terminal_size v0.4.0 |
350 | 2024-11-26T22:51:43.472Z | Downloaded tabled_derive v0.7.0 |
351 | 2024-11-26T22:51:43.474Z | Downloaded unicode-linebreak v0.1.5 |
352 | 2024-11-26T22:51:43.477Z | Downloaded once_cell v1.20.2 |
353 | 2024-11-26T22:51:43.479Z | Downloaded camino-tempfile v1.1.1 |
354 | 2024-11-26T22:51:43.479Z | Downloaded version_check v0.9.5 |
355 | 2024-11-26T22:51:43.482Z | Downloaded usdt-attr-macro v0.5.0 |
356 | 2024-11-26T22:51:43.484Z | Downloaded smawk v0.3.2 |
357 | 2024-11-26T22:51:43.484Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-11-26T22:51:43.487Z | Downloaded thread-id v4.2.2 |
359 | 2024-11-26T22:51:43.487Z | Downloaded strsim v0.11.1 |
360 | 2024-11-26T22:51:43.489Z | Downloaded thiserror-impl v1.0.69 |
361 | 2024-11-26T22:51:43.489Z | Downloaded cargo_toml v0.20.5 |
362 | 2024-11-26T22:51:43.493Z | Downloaded camino v1.1.9 |
363 | 2024-11-26T22:51:43.496Z | Downloaded heck v0.4.1 |
364 | 2024-11-26T22:51:43.500Z | Downloaded pest_derive v2.7.14 |
365 | 2024-11-26T22:51:43.502Z | Downloaded sha2 v0.10.8 |
366 | 2024-11-26T22:51:43.507Z | Downloaded log v0.4.22 |
367 | 2024-11-26T22:51:43.509Z | Downloaded semver v1.0.23 |
368 | 2024-11-26T22:51:43.513Z | Downloaded zerocopy-derive v0.7.35 |
369 | 2024-11-26T22:51:43.518Z | Downloaded proc-macro-error v1.0.4 |
370 | 2024-11-26T22:51:43.522Z | Downloaded clap v4.5.21 |
371 | 2024-11-26T22:51:43.529Z | Downloaded scroll v0.12.0 |
372 | 2024-11-26T22:51:43.532Z | Downloaded bitflags v2.6.0 |
373 | 2024-11-26T22:51:43.534Z | Downloaded quote v1.0.37 |
374 | 2024-11-26T22:51:43.537Z | Downloaded proc-macro2 v1.0.89 |
375 | 2024-11-26T22:51:43.540Z | Downloaded ucd-trie v0.1.7 |
376 | 2024-11-26T22:51:43.542Z | Downloaded ryu v1.0.18 |
377 | 2024-11-26T22:51:43.545Z | Downloaded anyhow v1.0.93 |
378 | 2024-11-26T22:51:43.548Z | Downloaded pest_meta v2.7.14 |
379 | 2024-11-26T22:51:43.551Z | Downloaded unicode-ident v1.0.13 |
380 | 2024-11-26T22:51:43.553Z | Downloaded typenum v1.17.0 |
381 | 2024-11-26T22:51:43.556Z | Downloaded textwrap v0.16.1 |
382 | 2024-11-26T22:51:43.559Z | Downloaded tempfile v3.13.0 |
383 | 2024-11-26T22:51:43.565Z | Downloaded toml v0.8.19 |
384 | 2024-11-26T22:51:43.568Z | Downloaded serde_derive v1.0.215 |
385 | 2024-11-26T22:51:43.570Z | Downloaded papergrid v0.11.0 |
386 | 2024-11-26T22:51:43.575Z | Downloaded serde v1.0.215 |
387 | 2024-11-26T22:51:43.599Z | Downloaded memchr v2.7.4 |
388 | 2024-11-26T22:51:43.604Z | Downloaded toml_edit v0.22.22 |
389 | 2024-11-26T22:51:43.626Z | Downloaded indexmap v2.6.0 |
390 | 2024-11-26T22:51:43.629Z | Downloaded clap_builder v4.5.21 |
391 | 2024-11-26T22:51:43.639Z | Downloaded pest v2.7.14 |
392 | 2024-11-26T22:51:43.643Z | Downloaded hashbrown v0.15.0 |
393 | 2024-11-26T22:51:43.655Z | Downloaded serde_json v1.0.132 |
394 | 2024-11-26T22:51:43.662Z | Downloaded goblin v0.8.2 |
395 | 2024-11-26T22:51:43.668Z | Downloaded zerocopy v0.7.35 |
396 | 2024-11-26T22:51:43.683Z | Downloaded winnow v0.6.20 |
397 | 2024-11-26T22:51:43.691Z | Downloaded tabled v0.15.0 |
398 | 2024-11-26T22:51:43.706Z | Downloaded syn v1.0.109 |
399 | 2024-11-26T22:51:43.724Z | Downloaded syn v2.0.87 |
400 | 2024-11-26T22:51:43.733Z | Downloaded unicode-width v0.1.14 |
401 | 2024-11-26T22:51:43.739Z | Downloaded rustix v0.38.37 |
402 | 2024-11-26T22:51:43.777Z | Downloaded libc v0.2.162 |
403 | 2024-11-26T22:51:44.085Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-11-26T22:51:44.085Z | Compiling unicode-ident v1.0.13 |
405 | 2024-11-26T22:51:44.085Z | Compiling serde v1.0.215 |
406 | 2024-11-26T22:51:44.087Z | Compiling version_check v0.9.5 |
407 | 2024-11-26T22:51:44.087Z | Compiling thiserror v1.0.69 |
408 | 2024-11-26T22:51:44.087Z | Compiling memchr v2.7.4 |
409 | 2024-11-26T22:51:44.087Z | Compiling libc v0.2.162 |
410 | 2024-11-26T22:51:44.121Z | Compiling ryu v1.0.18 |
411 | 2024-11-26T22:51:44.330Z | Compiling ucd-trie v0.1.7 |
412 | 2024-11-26T22:51:44.554Z | Compiling itoa v1.0.11 |
413 | 2024-11-26T22:51:44.736Z | Compiling once_cell v1.20.2 |
414 | 2024-11-26T22:51:44.932Z | Compiling byteorder v1.5.0 |
415 | 2024-11-26T22:51:45.359Z | Compiling serde_json v1.0.132 |
416 | 2024-11-26T22:51:45.407Z | Compiling rustix v0.38.37 |
417 | 2024-11-26T22:51:45.431Z | Compiling bitflags v2.6.0 |
418 | 2024-11-26T22:51:45.715Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-11-26T22:51:45.743Z | Compiling usdt-impl v0.5.0 |
420 | 2024-11-26T22:51:45.903Z | Compiling syn v1.0.109 |
421 | 2024-11-26T22:51:46.015Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-11-26T22:51:46.056Z | Compiling log v0.4.22 |
423 | 2024-11-26T22:51:46.232Z | Compiling plain v0.2.3 |
424 | 2024-11-26T22:51:46.293Z | Compiling hashbrown v0.15.0 |
425 | 2024-11-26T22:51:46.320Z | Compiling utf8parse v0.2.2 |
426 | 2024-11-26T22:51:46.392Z | Compiling quote v1.0.37 |
427 | 2024-11-26T22:51:46.437Z | Compiling equivalent v1.0.1 |
428 | 2024-11-26T22:51:46.480Z | Compiling camino v1.1.9 |
429 | 2024-11-26T22:51:46.562Z | Compiling thread-id v4.2.2 |
430 | 2024-11-26T22:51:46.588Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-11-26T22:51:46.662Z | Compiling errno v0.3.9 |
432 | 2024-11-26T22:51:46.845Z | Compiling syn v2.0.87 |
433 | 2024-11-26T22:51:47.102Z | Compiling winnow v0.6.20 |
434 | 2024-11-26T22:51:47.171Z | Compiling colorchoice v1.0.2 |
435 | 2024-11-26T22:51:47.305Z | Compiling anstyle v1.0.10 |
436 | 2024-11-26T22:51:47.358Z | Compiling unicode-width v0.1.14 |
437 | 2024-11-26T22:51:47.535Z | Compiling indexmap v2.6.0 |
438 | 2024-11-26T22:51:48.792Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2024-11-26T22:51:48.794Z | Compiling anstyle-query v1.1.1 |
440 | 2024-11-26T22:51:48.794Z | Compiling autocfg v1.4.0 |
441 | 2024-11-26T22:51:48.794Z | Compiling semver v1.0.23 |
442 | 2024-11-26T22:51:48.794Z | Compiling pretty-hex v0.4.1 |
443 | 2024-11-26T22:51:48.794Z | Compiling anstream v0.6.15 |
444 | 2024-11-26T22:51:48.986Z | Compiling anyhow v1.0.93 |
445 | 2024-11-26T22:51:49.013Z | Compiling heck v0.4.1 |
446 | 2024-11-26T22:51:49.185Z | Compiling fs-err v2.11.0 |
447 | 2024-11-26T22:51:49.456Z | Compiling terminal_size v0.4.0 |
448 | 2024-11-26T22:51:49.482Z | Compiling cfg-if v1.0.0 |
449 | 2024-11-26T22:51:49.555Z | Compiling fastrand v2.1.1 |
450 | 2024-11-26T22:51:49.583Z | Compiling strsim v0.11.1 |
451 | 2024-11-26T22:51:49.617Z | Compiling bytecount v0.6.8 |
452 | 2024-11-26T22:51:49.677Z | Compiling fnv v1.0.7 |
453 | 2024-11-26T22:51:49.906Z | Compiling clap_lex v0.7.2 |
454 | 2024-11-26T22:51:50.091Z | Compiling heck v0.5.0 |
455 | 2024-11-26T22:51:50.260Z | Compiling clap_builder v4.5.21 |
456 | 2024-11-26T22:51:50.440Z | Compiling tempfile v3.13.0 |
457 | 2024-11-26T22:51:50.509Z | Compiling papergrid v0.11.0 |
458 | 2024-11-26T22:51:50.790Z | Compiling memmap v0.7.0 |
459 | 2024-11-26T22:51:50.955Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-11-26T22:51:50.976Z | Compiling smawk v0.3.2 |
461 | 2024-11-26T22:51:51.364Z | Compiling textwrap v0.16.1 |
462 | 2024-11-26T22:51:51.462Z | Compiling swrite v0.1.0 |
463 | 2024-11-26T22:51:52.603Z | Compiling tabled_derive v0.7.0 |
464 | 2024-11-26T22:51:54.276Z | Compiling tabled v0.15.0 |
465 | 2024-11-26T22:51:55.854Z | Compiling serde_derive v1.0.215 |
466 | 2024-11-26T22:51:55.854Z | Compiling thiserror-impl v1.0.69 |
467 | 2024-11-26T22:51:55.857Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-11-26T22:51:55.857Z | Compiling scroll_derive v0.12.0 |
469 | 2024-11-26T22:51:55.898Z | Compiling clap_derive v4.5.18 |
470 | 2024-11-26T22:51:57.216Z | Compiling scroll v0.12.0 |
471 | 2024-11-26T22:51:57.504Z | Compiling zerocopy v0.7.35 |
472 | 2024-11-26T22:51:57.707Z | Compiling goblin v0.8.2 |
473 | 2024-11-26T22:51:58.490Z | Compiling pest v2.7.14 |
474 | 2024-11-26T22:52:00.030Z | Compiling clap v4.5.21 |
475 | 2024-11-26T22:52:00.736Z | Compiling pest_meta v2.7.14 |
476 | 2024-11-26T22:52:01.573Z | Compiling pest_generator v2.7.14 |
477 | 2024-11-26T22:52:03.546Z | Compiling pest_derive v2.7.14 |
478 | 2024-11-26T22:52:04.298Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-11-26T22:52:06.052Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-11-26T22:52:06.329Z | Compiling toml_datetime v0.6.8 |
481 | 2024-11-26T22:52:06.329Z | Compiling serde_spanned v0.6.8 |
482 | 2024-11-26T22:52:06.555Z | Compiling cargo-platform v0.1.8 |
483 | 2024-11-26T22:52:06.661Z | Compiling macaddr v1.0.1 |
484 | 2024-11-26T22:52:06.725Z | Compiling toml_edit v0.22.22 |
485 | 2024-11-26T22:52:07.048Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-11-26T22:52:07.522Z | Compiling dof v0.3.0 |
487 | 2024-11-26T22:52:07.940Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-11-26T22:52:09.222Z | Compiling usdt-macro v0.5.0 |
489 | 2024-11-26T22:52:09.223Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-11-26T22:52:09.463Z | Compiling toml v0.8.19 |
491 | 2024-11-26T22:52:10.341Z | Compiling cargo_toml v0.20.5 |
492 | 2024-11-26T22:52:10.623Z | Compiling usdt v0.5.0 |
493 | 2024-11-26T22:52:13.882Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-11-26T22:52:18.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.98s |
495 | 2024-11-26T22:52:18.312Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-11-26T22:52:18.863Z | Downloading crates ... |
497 | 2024-11-26T22:52:19.046Z | Downloaded heapless v0.7.17 |
498 | 2024-11-26T22:52:19.058Z | Downloaded darling v0.20.10 |
499 | 2024-11-26T22:52:19.062Z | Downloaded headers-core v0.3.0 |
500 | 2024-11-26T22:52:19.067Z | Downloaded heapless v0.8.0 |
501 | 2024-11-26T22:52:19.077Z | Downloaded httpdate v1.0.3 |
502 | 2024-11-26T22:52:19.079Z | Downloaded hubpack v0.1.2 |
503 | 2024-11-26T22:52:19.082Z | Downloaded aes v0.8.4 |
504 | 2024-11-26T22:52:19.085Z | Downloaded http-range v0.1.5 |
505 | 2024-11-26T22:52:19.088Z | Downloaded httparse v1.9.5 |
506 | 2024-11-26T22:52:19.090Z | Downloaded backtrace v0.3.74 |
507 | 2024-11-26T22:52:19.095Z | Downloaded hickory-resolver v0.24.1 |
508 | 2024-11-26T22:52:19.100Z | Downloaded async-stream-impl v0.3.6 |
509 | 2024-11-26T22:52:19.103Z | Downloaded humantime v2.1.0 |
510 | 2024-11-26T22:52:19.105Z | Downloaded hubpack_derive v0.1.1 |
511 | 2024-11-26T22:52:19.105Z | Downloaded bcrypt-pbkdf v0.10.0 |
512 | 2024-11-26T22:52:19.108Z | Downloaded atty v0.2.14 |
513 | 2024-11-26T22:52:19.108Z | Downloaded atomicwrites v0.4.4 |
514 | 2024-11-26T22:52:19.110Z | Downloaded async-stream v0.3.6 |
515 | 2024-11-26T22:52:19.112Z | Downloaded arrayref v0.3.9 |
516 | 2024-11-26T22:52:19.112Z | Downloaded http-body-util v0.1.2 |
517 | 2024-11-26T22:52:19.115Z | Downloaded bb8 v0.8.5 |
518 | 2024-11-26T22:52:19.118Z | Downloaded adler2 v2.0.0 |
519 | 2024-11-26T22:52:19.118Z | Downloaded assert_matches v1.5.0 |
520 | 2024-11-26T22:52:19.120Z | Downloaded async-recursion v1.1.1 |
521 | 2024-11-26T22:52:19.124Z | Downloaded http-body v1.0.1 |
522 | 2024-11-26T22:52:19.126Z | Downloaded hickory-proto v0.24.1 |
523 | 2024-11-26T22:52:19.143Z | Downloaded hostname v0.3.1 |
524 | 2024-11-26T22:52:19.145Z | Downloaded highway v1.2.0 |
525 | 2024-11-26T22:52:19.148Z | Downloaded hickory-client v0.24.1 |
526 | 2024-11-26T22:52:19.150Z | Downloaded hex-literal v0.4.1 |
527 | 2024-11-26T22:52:19.153Z | Downloaded is_ci v1.2.0 |
528 | 2024-11-26T22:52:19.156Z | Downloaded async-bb8-diesel v0.2.1 |
529 | 2024-11-26T22:52:19.158Z | Downloaded arrayvec v0.7.6 |
530 | 2024-11-26T22:52:19.160Z | Downloaded ident_case v1.0.1 |
531 | 2024-11-26T22:52:19.162Z | Downloaded argon2 v0.5.3 |
532 | 2024-11-26T22:52:19.165Z | Downloaded ciborium-io v0.2.2 |
533 | 2024-11-26T22:52:19.165Z | Downloaded heck v0.3.3 |
534 | 2024-11-26T22:52:19.167Z | Downloaded icu_provider_macros v1.5.0 |
535 | 2024-11-26T22:52:19.169Z | Downloaded matches v0.1.10 |
536 | 2024-11-26T22:52:19.169Z | Downloaded match_cfg v0.1.0 |
537 | 2024-11-26T22:52:19.169Z | Downloaded bit-set v0.5.3 |
538 | 2024-11-26T22:52:19.172Z | Downloaded aead v0.5.2 |
539 | 2024-11-26T22:52:19.174Z | Downloaded cfg_aliases v0.2.1 |
540 | 2024-11-26T22:52:19.174Z | Downloaded home v0.5.9 |
541 | 2024-11-26T22:52:19.176Z | Downloaded crunchy v0.2.2 |
542 | 2024-11-26T22:52:19.176Z | Downloaded cfg_aliases v0.1.1 |
543 | 2024-11-26T22:52:19.178Z | Downloaded hickory-server v0.24.1 |
544 | 2024-11-26T22:52:19.183Z | Downloaded instant v0.1.13 |
545 | 2024-11-26T22:52:19.186Z | Downloaded hostname v0.4.0 |
546 | 2024-11-26T22:52:19.189Z | Downloaded hex v0.4.3 |
547 | 2024-11-26T22:52:19.191Z | Downloaded hyper-tls v0.6.0 |
548 | 2024-11-26T22:52:19.191Z | Downloaded md5 v0.7.0 |
549 | 2024-11-26T22:52:19.193Z | Downloaded bitfield-struct v0.6.2 |
550 | 2024-11-26T22:52:19.193Z | Downloaded cstr-argument v0.1.2 |
551 | 2024-11-26T22:52:19.196Z | Downloaded ref-cast v1.0.23 |
552 | 2024-11-26T22:52:19.199Z | Downloaded colored v2.1.0 |
553 | 2024-11-26T22:52:19.201Z | Downloaded crucible-workspace-hack v0.1.0 |
554 | 2024-11-26T22:52:19.201Z | Downloaded bitfield v0.14.0 |
555 | 2024-11-26T22:52:19.203Z | Downloaded lazycell v1.3.0 |
556 | 2024-11-26T22:52:19.205Z | Downloaded mime v0.3.17 |
557 | 2024-11-26T22:52:19.208Z | Downloaded convert_case v0.4.0 |
558 | 2024-11-26T22:52:19.208Z | Downloaded cbc v0.1.2 |
559 | 2024-11-26T22:52:19.210Z | Downloaded lru v0.12.5 |
560 | 2024-11-26T22:52:19.213Z | Downloaded managed v0.8.0 |
561 | 2024-11-26T22:52:19.213Z | Downloaded lalrpop-util v0.19.12 |
562 | 2024-11-26T22:52:19.216Z | Downloaded base64ct v1.6.0 |
563 | 2024-11-26T22:52:19.218Z | Downloaded maybe-uninit v2.0.0 |
564 | 2024-11-26T22:52:19.221Z | Downloaded md-5 v0.10.6 |
565 | 2024-11-26T22:52:19.221Z | Downloaded maplit v1.0.2 |
566 | 2024-11-26T22:52:19.223Z | Downloaded lru-cache v0.1.2 |
567 | 2024-11-26T22:52:19.223Z | Downloaded strum v0.26.3 |
568 | 2024-11-26T22:52:19.226Z | Downloaded lockfree-object-pool v0.1.6 |
569 | 2024-11-26T22:52:19.228Z | Downloaded impl-trait-for-tuples v0.2.2 |
570 | 2024-11-26T22:52:19.230Z | Downloaded keccak v0.1.5 |
571 | 2024-11-26T22:52:19.233Z | Downloaded lazy_static v1.5.0 |
572 | 2024-11-26T22:52:19.235Z | Downloaded crc-catalog v2.4.0 |
573 | 2024-11-26T22:52:19.237Z | Downloaded crc v3.2.1 |
574 | 2024-11-26T22:52:19.240Z | Downloaded resolv-conf v0.7.0 |
575 | 2024-11-26T22:52:19.242Z | Downloaded rustc_version v0.4.1 |
576 | 2024-11-26T22:52:19.244Z | Downloaded rand_chacha v0.3.1 |
577 | 2024-11-26T22:52:19.246Z | Downloaded serde_path_to_error v0.1.16 |
578 | 2024-11-26T22:52:19.248Z | Downloaded litemap v0.7.3 |
579 | 2024-11-26T22:52:19.250Z | Downloaded ciborium-ll v0.2.2 |
580 | 2024-11-26T22:52:19.253Z | Downloaded quinn-udp v0.5.5 |
581 | 2024-11-26T22:52:19.255Z | Downloaded scopeguard v1.2.0 |
582 | 2024-11-26T22:52:19.255Z | Downloaded memmap2 v0.9.5 |
583 | 2024-11-26T22:52:19.257Z | Downloaded curve25519-dalek-derive v0.1.1 |
584 | 2024-11-26T22:52:19.259Z | Downloaded bitflags v1.3.2 |
585 | 2024-11-26T22:52:19.262Z | Downloaded mime_guess v2.0.5 |
586 | 2024-11-26T22:52:19.264Z | Downloaded cmake v0.1.51 |
587 | 2024-11-26T22:52:19.269Z | Downloaded is-terminal v0.4.13 |
588 | 2024-11-26T22:52:19.271Z | Downloaded lock_api v0.4.12 |
589 | 2024-11-26T22:52:19.271Z | Downloaded jobserver v0.1.32 |
590 | 2024-11-26T22:52:19.272Z | Downloaded chrono-tz-build v0.4.0 |
591 | 2024-11-26T22:52:19.274Z | Downloaded indexmap v1.9.3 |
592 | 2024-11-26T22:52:19.278Z | Downloaded tinyvec_macros v0.1.1 |
593 | 2024-11-26T22:52:19.280Z | Downloaded termtree v0.4.1 |
594 | 2024-11-26T22:52:19.281Z | Downloaded rustls-pemfile v1.0.4 |
595 | 2024-11-26T22:52:19.283Z | Downloaded rusty-fork v0.3.0 |
596 | 2024-11-26T22:52:19.285Z | Downloaded want v0.3.1 |
597 | 2024-11-26T22:52:19.285Z | Downloaded crossbeam-deque v0.8.5 |
598 | 2024-11-26T22:52:19.287Z | Downloaded const_format_proc_macros v0.2.33 |
599 | 2024-11-26T22:52:19.290Z | Downloaded structmeta-derive v0.3.0 |
600 | 2024-11-26T22:52:19.292Z | Downloaded icu_locid v1.5.0 |
601 | 2024-11-26T22:52:19.297Z | Downloaded zone_cfg_derive v0.3.0 |
602 | 2024-11-26T22:52:19.299Z | Downloaded darling_macro v0.20.10 |
603 | 2024-11-26T22:52:19.299Z | Downloaded http v1.1.0 |
604 | 2024-11-26T22:52:19.304Z | Downloaded tokio-native-tls v0.3.1 |
605 | 2024-11-26T22:52:19.306Z | Downloaded slab v0.4.9 |
606 | 2024-11-26T22:52:19.308Z | Downloaded slog-stdlog v4.1.1 |
607 | 2024-11-26T22:52:19.311Z | Downloaded progenitor-impl v0.8.0 |
608 | 2024-11-26T22:52:19.313Z | Downloaded tls_codec_derive v0.4.1 |
609 | 2024-11-26T22:52:19.315Z | Downloaded ciborium v0.2.2 |
610 | 2024-11-26T22:52:19.318Z | Downloaded ctr v0.9.2 |
611 | 2024-11-26T22:52:19.321Z | Downloaded twox-hash v1.6.3 |
612 | 2024-11-26T22:52:19.323Z | Downloaded tokio-macros v2.4.0 |
613 | 2024-11-26T22:52:19.325Z | Downloaded termcolor v1.4.1 |
614 | 2024-11-26T22:52:19.327Z | Downloaded slog-json v2.6.1 |
615 | 2024-11-26T22:52:19.329Z | Downloaded hyper-util v0.1.10 |
616 | 2024-11-26T22:52:19.334Z | Downloaded normalize-line-endings v0.3.0 |
617 | 2024-11-26T22:52:19.336Z | Downloaded structmeta-derive v0.2.0 |
618 | 2024-11-26T22:52:19.338Z | Downloaded csv-core v0.1.11 |
619 | 2024-11-26T22:52:19.340Z | Downloaded foreign-types-shared v0.3.1 |
620 | 2024-11-26T22:52:19.340Z | Downloaded foreign-types-shared v0.1.1 |
621 | 2024-11-26T22:52:19.343Z | Downloaded fallible-streaming-iterator v0.1.9 |
622 | 2024-11-26T22:52:19.343Z | Downloaded indicatif v0.17.9 |
623 | 2024-11-26T22:52:19.347Z | Downloaded hash32 v0.3.1 |
624 | 2024-11-26T22:52:19.350Z | Downloaded number_prefix v0.4.0 |
625 | 2024-11-26T22:52:19.350Z | Downloaded foreign-types v0.5.0 |
626 | 2024-11-26T22:52:19.352Z | Downloaded icu_provider v1.5.0 |
627 | 2024-11-26T22:52:19.354Z | Downloaded icu_properties v1.5.1 |
628 | 2024-11-26T22:52:19.357Z | Downloaded progenitor-client v0.8.0 |
629 | 2024-11-26T22:52:19.359Z | Downloaded diesel-dtrace v0.3.0 |
630 | 2024-11-26T22:52:19.362Z | Downloaded utf8_iter v1.0.4 |
631 | 2024-11-26T22:52:19.362Z | Downloaded rustversion v1.0.17 |
632 | 2024-11-26T22:52:19.365Z | Downloaded take_mut v0.2.2 |
633 | 2024-11-26T22:52:19.367Z | Downloaded prettyplease v0.2.25 |
634 | 2024-11-26T22:52:19.370Z | Downloaded shell-words v1.1.0 |
635 | 2024-11-26T22:52:19.373Z | Downloaded walkdir v2.5.0 |
636 | 2024-11-26T22:52:19.375Z | Downloaded vsss-rs v3.3.4 |
637 | 2024-11-26T22:52:19.388Z | Downloaded form_urlencoded v1.2.1 |
638 | 2024-11-26T22:52:19.391Z | Downloaded crossbeam-epoch v0.9.18 |
639 | 2024-11-26T22:52:19.393Z | Downloaded crossbeam-utils v0.8.20 |
640 | 2024-11-26T22:52:19.396Z | Downloaded nanorand v0.7.0 |
641 | 2024-11-26T22:52:19.398Z | Downloaded waitgroup v0.1.2 |
642 | 2024-11-26T22:52:19.400Z | Downloaded try-lock v0.2.5 |
643 | 2024-11-26T22:52:19.402Z | Downloaded foldhash v0.1.3 |
644 | 2024-11-26T22:52:19.402Z | Downloaded fallible-iterator v0.3.0 |
645 | 2024-11-26T22:52:19.405Z | Downloaded olpc-cjson v0.1.4 |
646 | 2024-11-26T22:52:19.405Z | Downloaded fallible-iterator v0.2.0 |
647 | 2024-11-26T22:52:19.408Z | Downloaded embedded-io v0.4.0 |
648 | 2024-11-26T22:52:19.410Z | Downloaded multimap v0.10.0 |
649 | 2024-11-26T22:52:19.410Z | Downloaded percent-encoding v2.3.1 |
650 | 2024-11-26T22:52:19.412Z | Downloaded russh-cryptovec v0.7.3 |
651 | 2024-11-26T22:52:19.412Z | Downloaded pem v3.0.4 |
652 | 2024-11-26T22:52:19.414Z | Downloaded base64 v0.13.1 |
653 | 2024-11-26T22:52:19.417Z | Downloaded openssl-probe v0.1.5 |
654 | 2024-11-26T22:52:19.420Z | Downloaded openssl-macros v0.1.1 |
655 | 2024-11-26T22:52:19.423Z | Downloaded salsa20 v0.10.2 |
656 | 2024-11-26T22:52:19.423Z | Downloaded tls_codec v0.4.1 |
657 | 2024-11-26T22:52:19.425Z | Downloaded packed_struct_codegen v0.10.1 |
658 | 2024-11-26T22:52:19.428Z | Downloaded scrypt v0.11.0 |
659 | 2024-11-26T22:52:19.428Z | Downloaded quick-error v1.2.3 |
660 | 2024-11-26T22:52:19.430Z | Downloaded packed_struct v0.10.1 |
661 | 2024-11-26T22:52:19.432Z | Downloaded foreign-types-macros v0.2.3 |
662 | 2024-11-26T22:52:19.432Z | Downloaded slog-async v2.8.0 |
663 | 2024-11-26T22:52:19.435Z | Downloaded publicsuffix v2.2.3 |
664 | 2024-11-26T22:52:19.437Z | Downloaded hash32 v0.2.1 |
665 | 2024-11-26T22:52:19.439Z | Downloaded minimal-lexical v0.2.1 |
666 | 2024-11-26T22:52:19.443Z | Downloaded nu-ansi-term v0.50.1 |
667 | 2024-11-26T22:52:19.447Z | Downloaded nodrop v0.1.14 |
668 | 2024-11-26T22:52:19.449Z | Downloaded path-slash v0.1.5 |
669 | 2024-11-26T22:52:19.452Z | Downloaded tower-service v0.3.3 |
670 | 2024-11-26T22:52:19.452Z | Downloaded tabwriter v1.4.0 |
671 | 2024-11-26T22:52:19.455Z | Downloaded schemars_derive v0.8.21 |
672 | 2024-11-26T22:52:19.455Z | Downloaded native-tls v0.2.12 |
673 | 2024-11-26T22:52:19.457Z | Downloaded hkdf v0.12.4 |
674 | 2024-11-26T22:52:19.461Z | Downloaded synstructure v0.13.1 |
675 | 2024-11-26T22:52:19.464Z | Downloaded ed25519 v2.2.3 |
676 | 2024-11-26T22:52:19.465Z | Downloaded dirs-next v2.0.0 |
677 | 2024-11-26T22:52:19.467Z | Downloaded difflib v0.4.0 |
678 | 2024-11-26T22:52:19.467Z | Downloaded debug-ignore v1.0.5 |
679 | 2024-11-26T22:52:19.469Z | Downloaded pem-rfc7468 v0.7.0 |
680 | 2024-11-26T22:52:19.471Z | Downloaded crc-any v2.5.0 |
681 | 2024-11-26T22:52:19.474Z | Downloaded tui-tree-widget v0.22.0 |
682 | 2024-11-26T22:52:19.476Z | Downloaded mirai-annotations v1.12.0 |
683 | 2024-11-26T22:52:19.478Z | Downloaded tiny-keccak v2.0.2 |
684 | 2024-11-26T22:52:19.480Z | Downloaded postgres-types v0.2.8 |
685 | 2024-11-26T22:52:19.483Z | Downloaded rand_seeder v0.3.0 |
686 | 2024-11-26T22:52:19.485Z | Downloaded pbkdf2 v0.12.2 |
687 | 2024-11-26T22:52:19.487Z | Downloaded shlex v1.3.0 |
688 | 2024-11-26T22:52:19.487Z | Downloaded sct v0.7.1 |
689 | 2024-11-26T22:52:19.492Z | Downloaded data-encoding v2.6.0 |
690 | 2024-11-26T22:52:19.494Z | Downloaded zone v0.3.0 |
691 | 2024-11-26T22:52:19.496Z | Downloaded xattr v1.3.1 |
692 | 2024-11-26T22:52:19.498Z | Downloaded dyn-clone v1.0.17 |
693 | 2024-11-26T22:52:19.501Z | Downloaded postgres-protocol v0.6.7 |
694 | 2024-11-26T22:52:19.503Z | Downloaded num-rational v0.4.2 |
695 | 2024-11-26T22:52:19.505Z | Downloaded postcard v1.0.10 |
696 | 2024-11-26T22:52:19.508Z | Downloaded rfc6979 v0.4.0 |
697 | 2024-11-26T22:52:19.508Z | Downloaded typify v0.2.0 |
698 | 2024-11-26T22:52:19.511Z | Downloaded rustfmt-wrapper v0.2.1 |
699 | 2024-11-26T22:52:19.513Z | Downloaded nibble_vec v0.1.0 |
700 | 2024-11-26T22:52:19.515Z | Downloaded newtype_derive v0.1.6 |
701 | 2024-11-26T22:52:19.517Z | Downloaded fd-lock v4.0.2 |
702 | 2024-11-26T22:52:19.520Z | Downloaded subtle v2.6.1 |
703 | 2024-11-26T22:52:19.522Z | Downloaded futures-executor v0.3.31 |
704 | 2024-11-26T22:52:19.525Z | Downloaded num-integer v0.1.46 |
705 | 2024-11-26T22:52:19.525Z | Downloaded pbkdf2 v0.11.0 |
706 | 2024-11-26T22:52:19.527Z | Downloaded num-iter v0.1.45 |
707 | 2024-11-26T22:52:19.530Z | Downloaded futures-macro v0.3.31 |
708 | 2024-11-26T22:52:19.530Z | Downloaded futures-io v0.3.31 |
709 | 2024-11-26T22:52:19.532Z | Downloaded snafu-derive v0.8.5 |
710 | 2024-11-26T22:52:19.534Z | Downloaded zopfli v0.8.1 |
711 | 2024-11-26T22:52:19.537Z | Downloaded rand_core v0.6.4 |
712 | 2024-11-26T22:52:19.539Z | Downloaded predicates-tree v1.0.11 |
713 | 2024-11-26T22:52:19.539Z | Downloaded pin-utils v0.1.0 |
714 | 2024-11-26T22:52:19.542Z | Downloaded predicates-core v1.0.8 |
715 | 2024-11-26T22:52:19.544Z | Downloaded socket2 v0.5.7 |
716 | 2024-11-26T22:52:19.546Z | Downloaded slog v2.7.0 |
717 | 2024-11-26T22:52:19.548Z | Downloaded pkcs1 v0.7.5 |
718 | 2024-11-26T22:52:19.551Z | Downloaded half v2.4.1 |
719 | 2024-11-26T22:52:19.554Z | Downloaded compact_str v0.8.0 |
720 | 2024-11-26T22:52:19.558Z | Downloaded psl-types v2.0.11 |
721 | 2024-11-26T22:52:19.560Z | Downloaded itertools v0.10.5 |
722 | 2024-11-26T22:52:19.567Z | Downloaded glob v0.3.1 |
723 | 2024-11-26T22:52:19.570Z | Downloaded flagset v0.4.6 |
724 | 2024-11-26T22:52:19.572Z | Downloaded signal-hook-registry v1.4.2 |
725 | 2024-11-26T22:52:19.574Z | Downloaded tungstenite v0.24.0 |
726 | 2024-11-26T22:52:19.577Z | Downloaded tungstenite v0.23.0 |
727 | 2024-11-26T22:52:19.581Z | Downloaded miniz_oxide v0.8.0 |
728 | 2024-11-26T22:52:19.583Z | Downloaded tungstenite v0.21.0 |
729 | 2024-11-26T22:52:19.588Z | Downloaded dhcproto-macros v0.1.0 |
730 | 2024-11-26T22:52:19.590Z | Downloaded peg v0.8.4 |
731 | 2024-11-26T22:52:19.593Z | Downloaded powerfmt v0.2.0 |
732 | 2024-11-26T22:52:19.596Z | Downloaded unarray v0.1.4 |
733 | 2024-11-26T22:52:19.598Z | Downloaded const_format v0.2.33 |
734 | 2024-11-26T22:52:19.602Z | Downloaded toolchain_find v0.4.0 |
735 | 2024-11-26T22:52:19.604Z | Downloaded time-core v0.1.2 |
736 | 2024-11-26T22:52:19.607Z | Downloaded libxml v0.3.3 |
737 | 2024-11-26T22:52:19.611Z | Downloaded displaydoc v0.2.5 |
738 | 2024-11-26T22:52:19.615Z | Downloaded num-derive v0.4.2 |
739 | 2024-11-26T22:52:19.618Z | Downloaded smallvec v0.6.14 |
740 | 2024-11-26T22:52:19.620Z | Downloaded crypto-bigint v0.5.5 |
741 | 2024-11-26T22:52:19.627Z | Downloaded parse-size v1.1.0 |
742 | 2024-11-26T22:52:19.629Z | Downloaded globset v0.4.15 |
743 | 2024-11-26T22:52:19.631Z | Downloaded derive_builder_macro v0.20.2 |
744 | 2024-11-26T22:52:19.633Z | Downloaded slog-term v2.9.1 |
745 | 2024-11-26T22:52:19.635Z | Downloaded phf_shared v0.11.2 |
746 | 2024-11-26T22:52:19.637Z | Downloaded embedded-io v0.6.1 |
747 | 2024-11-26T22:52:19.637Z | Downloaded slog-bunyan v2.5.0 |
748 | 2024-11-26T22:52:19.640Z | Downloaded bumpalo v3.16.0 |
749 | 2024-11-26T22:52:19.642Z | Downloaded elliptic-curve v0.13.8 |
750 | 2024-11-26T22:52:19.646Z | Downloaded diesel_table_macro_syntax v0.2.0 |
751 | 2024-11-26T22:52:19.649Z | Downloaded sec1 v0.7.3 |
752 | 2024-11-26T22:52:19.651Z | Downloaded funty v2.0.0 |
753 | 2024-11-26T22:52:19.651Z | Downloaded same-file v1.0.6 |
754 | 2024-11-26T22:52:19.653Z | Downloaded fragile v2.0.0 |
755 | 2024-11-26T22:52:19.655Z | Downloaded progenitor-macro v0.8.0 |
756 | 2024-11-26T22:52:19.657Z | Downloaded zerocopy-derive v0.8.10 |
757 | 2024-11-26T22:52:19.662Z | Downloaded itertools v0.13.0 |
758 | 2024-11-26T22:52:19.670Z | Downloaded secrecy v0.8.0 |
759 | 2024-11-26T22:52:19.673Z | Downloaded phf_codegen v0.11.2 |
760 | 2024-11-26T22:52:19.675Z | Downloaded utf16_iter v1.0.5 |
761 | 2024-11-26T22:52:19.675Z | Downloaded newline-converter v0.3.0 |
762 | 2024-11-26T22:52:19.678Z | Downloaded zeroize v1.8.1 |
763 | 2024-11-26T22:52:19.678Z | Downloaded whoami v1.5.2 |
764 | 2024-11-26T22:52:19.680Z | Downloaded fatfs v0.3.6 |
765 | 2024-11-26T22:52:19.683Z | Downloaded itertools v0.12.1 |
766 | 2024-11-26T22:52:19.691Z | Downloaded radium v0.7.0 |
767 | 2024-11-26T22:52:19.694Z | Downloaded progenitor v0.8.0 |
768 | 2024-11-26T22:52:19.696Z | Downloaded group v0.13.0 |
769 | 2024-11-26T22:52:19.698Z | Downloaded proc-macro-crate v1.3.1 |
770 | 2024-11-26T22:52:19.699Z | Downloaded paste v1.0.15 |
771 | 2024-11-26T22:52:19.701Z | Downloaded untrusted v0.7.1 |
772 | 2024-11-26T22:52:19.704Z | Downloaded hyper v1.5.0 |
773 | 2024-11-26T22:52:19.711Z | Downloaded new_debug_unreachable v1.0.6 |
774 | 2024-11-26T22:52:19.714Z | Downloaded uzers v0.12.1 |
775 | 2024-11-26T22:52:19.714Z | Downloaded openssl-sys v0.9.103 |
776 | 2024-11-26T22:52:19.720Z | Downloaded num v0.4.3 |
777 | 2024-11-26T22:52:19.722Z | Downloaded fs_extra v1.3.0 |
778 | 2024-11-26T22:52:19.725Z | Downloaded fxhash v0.2.1 |
779 | 2024-11-26T22:52:19.727Z | Downloaded siphasher v0.3.11 |
780 | 2024-11-26T22:52:19.727Z | Downloaded rustc-hash v2.0.0 |
781 | 2024-11-26T22:52:19.730Z | Downloaded rustc-hash v1.1.0 |
782 | 2024-11-26T22:52:19.730Z | Downloaded rtoolbox v0.0.2 |
783 | 2024-11-26T22:52:19.732Z | Downloaded steno v0.4.1 |
784 | 2024-11-26T22:52:19.735Z | Downloaded rustc-demangle v0.1.24 |
785 | 2024-11-26T22:52:19.738Z | Downloaded futures-sink v0.3.31 |
786 | 2024-11-26T22:52:19.740Z | Downloaded thiserror-impl-no-std v2.0.2 |
787 | 2024-11-26T22:52:19.742Z | Downloaded smf v0.2.3 |
788 | 2024-11-26T22:52:19.742Z | Downloaded rustls-pki-types v1.9.0 |
789 | 2024-11-26T22:52:19.747Z | Downloaded newtype-uuid v1.1.3 |
790 | 2024-11-26T22:52:19.750Z | Downloaded r2d2 v0.8.10 |
791 | 2024-11-26T22:52:19.753Z | Downloaded unicase v2.7.0 |
792 | 2024-11-26T22:52:19.753Z | Downloaded rpassword v7.3.1 |
793 | 2024-11-26T22:52:19.755Z | Downloaded sqlformat v0.2.6 |
794 | 2024-11-26T22:52:19.758Z | Downloaded p256 v0.13.2 |
795 | 2024-11-26T22:52:19.760Z | Downloaded pretty-hex v0.2.1 |
796 | 2024-11-26T22:52:19.764Z | Downloaded uuid v1.11.0 |
797 | 2024-11-26T22:52:19.766Z | Downloaded hashbrown v0.12.3 |
798 | 2024-11-26T22:52:19.771Z | Downloaded sqlparser_derive v0.2.2 |
799 | 2024-11-26T22:52:19.773Z | Downloaded num_threads v0.1.7 |
800 | 2024-11-26T22:52:19.773Z | Downloaded num_enum_derive v0.5.11 |
801 | 2024-11-26T22:52:19.776Z | Downloaded writeable v0.5.5 |
802 | 2024-11-26T22:52:19.779Z | Downloaded des v0.8.1 |
803 | 2024-11-26T22:52:19.782Z | Downloaded derive_builder_core v0.20.2 |
804 | 2024-11-26T22:52:19.782Z | Downloaded primeorder v0.13.6 |
805 | 2024-11-26T22:52:19.784Z | Downloaded parse-display v0.10.0 |
806 | 2024-11-26T22:52:19.786Z | Downloaded futures-task v0.3.31 |
807 | 2024-11-26T22:52:19.786Z | Downloaded multer v3.1.0 |
808 | 2024-11-26T22:52:19.790Z | Downloaded pkg-config v0.3.31 |
809 | 2024-11-26T22:52:19.792Z | Downloaded futures-channel v0.3.31 |
810 | 2024-11-26T22:52:19.795Z | Downloaded num-traits v0.2.19 |
811 | 2024-11-26T22:52:19.797Z | Downloaded oso-derive v0.27.3 |
812 | 2024-11-26T22:52:19.799Z | Downloaded vte v0.11.1 |
813 | 2024-11-26T22:52:19.802Z | Downloaded vergen v8.3.2 |
814 | 2024-11-26T22:52:19.804Z | Downloaded omicron-zone-package v0.11.1 |
815 | 2024-11-26T22:52:19.807Z | Downloaded snafu v0.8.5 |
816 | 2024-11-26T22:52:19.814Z | Downloaded peg-runtime v0.8.3 |
817 | 2024-11-26T22:52:19.816Z | Downloaded spki v0.7.3 |
818 | 2024-11-26T22:52:19.819Z | Downloaded spin v0.5.2 |
819 | 2024-11-26T22:52:19.822Z | Downloaded simd-adler32 v0.3.7 |
820 | 2024-11-26T22:52:19.822Z | Downloaded rustls-pemfile v2.2.0 |
821 | 2024-11-26T22:52:19.824Z | Downloaded ed25519-dalek v2.1.1 |
822 | 2024-11-26T22:52:19.828Z | Downloaded ref-cast-impl v1.0.23 |
823 | 2024-11-26T22:52:19.830Z | Downloaded dhcproto v0.12.0 |
824 | 2024-11-26T22:52:19.837Z | Downloaded der_derive v0.7.3 |
825 | 2024-11-26T22:52:19.837Z | Downloaded env_filter v0.1.2 |
826 | 2024-11-26T22:52:19.837Z | Downloaded crossterm v0.28.1 |
827 | 2024-11-26T22:52:19.844Z | Downloaded sync_wrapper v1.0.1 |
828 | 2024-11-26T22:52:19.846Z | Downloaded futures v0.3.31 |
829 | 2024-11-26T22:52:19.851Z | Downloaded opaque-debug v0.3.1 |
830 | 2024-11-26T22:52:19.853Z | Downloaded num-conv v0.1.0 |
831 | 2024-11-26T22:52:19.856Z | Downloaded tinystr v0.7.6 |
832 | 2024-11-26T22:52:19.856Z | Downloaded vte_generate_state_changes v0.1.2 |
833 | 2024-11-26T22:52:19.858Z | Downloaded thiserror-no-std v2.0.2 |
834 | 2024-11-26T22:52:19.861Z | Downloaded mockall v0.13.0 |
835 | 2024-11-26T22:52:19.863Z | Downloaded aes-gcm v0.10.3 |
836 | 2024-11-26T22:52:19.867Z | Downloaded float-ord v0.3.2 |
837 | 2024-11-26T22:52:19.869Z | Downloaded phf_shared v0.10.0 |
838 | 2024-11-26T22:52:19.871Z | Downloaded float-cmp v0.9.0 |
839 | 2024-11-26T22:52:19.871Z | Downloaded defmt-macros v0.3.9 |
840 | 2024-11-26T22:52:19.874Z | Downloaded downcast v0.11.0 |
841 | 2024-11-26T22:52:19.876Z | Downloaded getrandom v0.2.15 |
842 | 2024-11-26T22:52:19.879Z | Downloaded dsl_auto_type v0.1.2 |
843 | 2024-11-26T22:52:19.881Z | Downloaded rayon v1.10.0 |
844 | 2024-11-26T22:52:19.893Z | Downloaded precomputed-hash v0.1.1 |
845 | 2024-11-26T22:52:19.895Z | Downloaded smallvec v1.13.2 |
846 | 2024-11-26T22:52:19.895Z | Downloaded similar v2.6.0 |
847 | 2024-11-26T22:52:19.900Z | Downloaded phf v0.11.2 |
848 | 2024-11-26T22:52:19.902Z | Downloaded unicode_categories v0.1.1 |
849 | 2024-11-26T22:52:19.904Z | Downloaded typed-path v0.9.3 |
850 | 2024-11-26T22:52:19.911Z | Downloaded phf_generator v0.11.2 |
851 | 2024-11-26T22:52:19.913Z | Downloaded parse-display-derive v0.10.0 |
852 | 2024-11-26T22:52:19.915Z | Downloaded thread_local v1.1.8 |
853 | 2024-11-26T22:52:19.915Z | Downloaded untrusted v0.9.0 |
854 | 2024-11-26T22:52:19.918Z | Downloaded num_enum v0.5.11 |
855 | 2024-11-26T22:52:19.923Z | Downloaded endian-type v0.1.2 |
856 | 2024-11-26T22:52:19.925Z | Downloaded strum_macros v0.24.3 |
857 | 2024-11-26T22:52:19.927Z | Downloaded structmeta v0.2.0 |
858 | 2024-11-26T22:52:19.927Z | Downloaded time-macros v0.2.18 |
859 | 2024-11-26T22:52:19.930Z | Downloaded sigpipe v0.1.3 |
860 | 2024-11-26T22:52:19.932Z | Downloaded sha1 v0.10.6 |
861 | 2024-11-26T22:52:19.932Z | Downloaded poly1305 v0.8.0 |
862 | 2024-11-26T22:52:19.935Z | Downloaded sync-ptr v0.1.1 |
863 | 2024-11-26T22:52:19.937Z | Downloaded toml v0.7.8 |
864 | 2024-11-26T22:52:19.941Z | Downloaded pin-project-internal v1.1.6 |
865 | 2024-11-26T22:52:19.943Z | Downloaded predicates v3.1.2 |
866 | 2024-11-26T22:52:19.945Z | Downloaded yoke-derive v0.7.4 |
867 | 2024-11-26T22:52:19.947Z | Downloaded gethostname v0.5.0 |
868 | 2024-11-26T22:52:19.949Z | Downloaded enum-as-inner v0.6.1 |
869 | 2024-11-26T22:52:19.949Z | Downloaded polyval v0.6.2 |
870 | 2024-11-26T22:52:19.952Z | Downloaded display-error-chain v0.2.2 |
871 | 2024-11-26T22:52:19.954Z | Downloaded dirs-sys-next v0.1.2 |
872 | 2024-11-26T22:52:19.954Z | Downloaded tokio-tungstenite v0.24.0 |
873 | 2024-11-26T22:52:19.957Z | Downloaded serde_urlencoded v0.7.1 |
874 | 2024-11-26T22:52:19.959Z | Downloaded deranged v0.3.11 |
875 | 2024-11-26T22:52:19.961Z | Downloaded parking_lot_core v0.8.6 |
876 | 2024-11-26T22:52:19.964Z | Downloaded tokio-postgres v0.7.12 |
877 | 2024-11-26T22:52:19.968Z | Downloaded tokio-tungstenite v0.23.1 |
878 | 2024-11-26T22:52:19.970Z | Downloaded write16 v1.0.0 |
879 | 2024-11-26T22:52:19.973Z | Downloaded flume v0.11.1 |
880 | 2024-11-26T22:52:19.976Z | Downloaded mockall_derive v0.13.0 |
881 | 2024-11-26T22:52:19.978Z | Downloaded serde_plain v1.0.2 |
882 | 2024-11-26T22:52:19.981Z | Downloaded stable_deref_trait v1.2.0 |
883 | 2024-11-26T22:52:19.981Z | Downloaded serde_with_macros v3.11.0 |
884 | 2024-11-26T22:52:19.983Z | Downloaded parse-zoneinfo v0.3.1 |
885 | 2024-11-26T22:52:19.986Z | Downloaded supports-color v3.0.1 |
886 | 2024-11-26T22:52:19.989Z | Downloaded signature v2.2.0 |
887 | 2024-11-26T22:52:19.991Z | Downloaded unicode-segmentation v1.12.0 |
888 | 2024-11-26T22:52:19.993Z | Downloaded hashlink v0.9.1 |
889 | 2024-11-26T22:52:19.996Z | Downloaded ppv-lite86 v0.2.20 |
890 | 2024-11-26T22:52:19.998Z | Downloaded flate2 v1.0.34 |
891 | 2024-11-26T22:52:20.003Z | Downloaded wait-timeout v0.2.0 |
892 | 2024-11-26T22:52:20.005Z | Downloaded env_logger v0.10.2 |
893 | 2024-11-26T22:52:20.008Z | Downloaded serde_yaml v0.9.34+deprecated |
894 | 2024-11-26T22:52:20.012Z | Downloaded rand v0.8.5 |
895 | 2024-11-26T22:52:20.016Z | Downloaded rand_xorshift v0.3.0 |
896 | 2024-11-26T22:52:20.018Z | Downloaded icu_properties_data v1.5.0 |
897 | 2024-11-26T22:52:20.029Z | Downloaded num-complex v0.4.6 |
898 | 2024-11-26T22:52:20.031Z | Downloaded ron v0.8.1 |
899 | 2024-11-26T22:52:20.037Z | Downloaded peg-macros v0.8.4 |
900 | 2024-11-26T22:52:20.040Z | Downloaded hashbrown v0.13.2 |
901 | 2024-11-26T22:52:20.044Z | Downloaded toml_edit v0.19.15 |
902 | 2024-11-26T22:52:20.063Z | Downloaded dropshot_endpoint v0.12.0 |
903 | 2024-11-26T22:52:20.066Z | Downloaded either v1.13.0 |
904 | 2024-11-26T22:52:20.068Z | Downloaded lalrpop v0.19.12 |
905 | 2024-11-26T22:52:20.078Z | Downloaded quinn-proto v0.11.8 |
906 | 2024-11-26T22:52:20.086Z | Downloaded owo-colors v4.1.0 |
907 | 2024-11-26T22:52:20.088Z | Downloaded unicode-bidi v0.3.17 |
908 | 2024-11-26T22:52:20.091Z | Downloaded tracing v0.1.40 |
909 | 2024-11-26T22:52:20.096Z | Downloaded diff v0.1.13 |
910 | 2024-11-26T22:52:20.099Z | Downloaded idna v0.4.0 |
911 | 2024-11-26T22:52:20.107Z | Downloaded p521 v0.13.3 |
912 | 2024-11-26T22:52:20.111Z | Downloaded derive-where v1.2.7 |
913 | 2024-11-26T22:52:20.115Z | Downloaded headers v0.4.0 |
914 | 2024-11-26T22:52:20.121Z | Downloaded idna v0.5.0 |
915 | 2024-11-26T22:52:20.128Z | Downloaded portable-atomic v1.9.0 |
916 | 2024-11-26T22:52:20.136Z | Downloaded aws-lc-rs v1.10.0 |
917 | 2024-11-26T22:52:20.146Z | Downloaded idna v0.2.3 |
918 | 2024-11-26T22:52:20.153Z | Downloaded time v0.3.36 |
919 | 2024-11-26T22:52:20.160Z | Downloaded petname v2.0.2 |
920 | 2024-11-26T22:52:20.167Z | Downloaded nom v7.1.3 |
921 | 2024-11-26T22:52:20.173Z | Downloaded zip v2.1.3 |
922 | 2024-11-26T22:52:20.178Z | Downloaded oso v0.27.3 |
923 | 2024-11-26T22:52:20.181Z | Downloaded zip v0.6.6 |
924 | 2024-11-26T22:52:20.186Z | Downloaded reedline v0.35.0 |
925 | 2024-11-26T22:52:20.194Z | Downloaded zerovec v0.10.4 |
926 | 2024-11-26T22:52:20.201Z | Downloaded chrono v0.4.38 |
927 | 2024-11-26T22:52:20.209Z | Downloaded bindgen v0.69.5 |
928 | 2024-11-26T22:52:20.217Z | Downloaded rcgen v0.12.1 |
929 | 2024-11-26T22:52:20.220Z | Downloaded proptest v1.5.0 |
930 | 2024-11-26T22:52:20.230Z | Downloaded sqlparser v0.45.0 |
931 | 2024-11-26T22:52:20.237Z | Downloaded num-bigint v0.4.6 |
932 | 2024-11-26T22:52:20.242Z | Downloaded idna v0.3.0 |
933 | 2024-11-26T22:52:20.249Z | Downloaded num-bigint-dig v0.8.4 |
934 | 2024-11-26T22:52:20.254Z | Downloaded p384 v0.13.0 |
935 | 2024-11-26T22:52:20.261Z | Downloaded openssl v0.10.66 |
936 | 2024-11-26T22:52:20.273Z | Downloaded dropshot v0.12.0 |
937 | 2024-11-26T22:52:20.294Z | Downloaded x509-cert v0.2.5 |
938 | 2024-11-26T22:52:20.299Z | Downloaded rustls v0.21.12 |
939 | 2024-11-26T22:52:20.311Z | Downloaded rustls-webpki v0.101.7 |
940 | 2024-11-26T22:52:20.327Z | Downloaded h2 v0.4.6 |
941 | 2024-11-26T22:52:20.333Z | Downloaded nix v0.27.1 |
942 | 2024-11-26T22:52:20.345Z | Downloaded rustyline v14.0.0 |
943 | 2024-11-26T22:52:20.350Z | Downloaded unicode-normalization v0.1.24 |
944 | 2024-11-26T22:52:20.354Z | Downloaded object v0.36.5 |
945 | 2024-11-26T22:52:20.366Z | Downloaded rustls-webpki v0.102.8 |
946 | 2024-11-26T22:52:20.385Z | Downloaded hashbrown v0.14.5 |
947 | 2024-11-26T22:52:20.390Z | Downloaded object v0.30.4 |
948 | 2024-11-26T22:52:20.400Z | Downloaded radix_trie v0.2.1 |
949 | 2024-11-26T22:52:20.406Z | Downloaded diesel v2.2.4 |
950 | 2024-11-26T22:52:20.426Z | Downloaded trust-dns-proto v0.22.0 |
951 | 2024-11-26T22:52:20.438Z | Downloaded gimli v0.31.1 |
952 | 2024-11-26T22:52:20.447Z | Downloaded nix v0.28.0 |
953 | 2024-11-26T22:52:20.459Z | Downloaded salty v0.3.0 |
954 | 2024-11-26T22:52:20.466Z | Downloaded serde_with v3.11.0 |
955 | 2024-11-26T22:52:20.475Z | Downloaded winnow v0.5.40 |
956 | 2024-11-26T22:52:20.484Z | Downloaded dropshot v0.13.0 |
957 | 2024-11-26T22:52:20.506Z | Downloaded zerocopy v0.8.10 |
958 | 2024-11-26T22:52:20.529Z | Downloaded git2 v0.19.0 |
959 | 2024-11-26T22:52:20.538Z | Downloaded regex v1.11.1 |
960 | 2024-11-26T22:52:20.552Z | Downloaded openapiv3 v2.0.0 |
961 | 2024-11-26T22:52:20.564Z | Downloaded regex-syntax v0.8.5 |
962 | 2024-11-26T22:52:20.573Z | Downloaded unicode-width v0.2.0 |
963 | 2024-11-26T22:52:20.579Z | Downloaded smoltcp v0.9.1 |
964 | 2024-11-26T22:52:20.591Z | Downloaded chrono-tz v0.10.0 |
965 | 2024-11-26T22:52:20.599Z | Downloaded polar-core v0.27.3 |
966 | 2024-11-26T22:52:20.608Z | Downloaded bstr v1.10.0 |
967 | 2024-11-26T22:52:20.619Z | Downloaded nix v0.29.0 |
968 | 2024-11-26T22:52:20.632Z | Downloaded regress v0.9.1 |
969 | 2024-11-26T22:52:20.641Z | Downloaded smoltcp v0.11.0 |
970 | 2024-11-26T22:52:20.654Z | Downloaded lzma-sys v0.1.20 |
971 | 2024-11-26T22:52:20.685Z | Downloaded petgraph v0.6.5 |
972 | 2024-11-26T22:52:20.702Z | Downloaded sled v0.34.7 |
973 | 2024-11-26T22:52:20.711Z | Downloaded regex-syntax v0.6.29 |
974 | 2024-11-26T22:52:20.719Z | Downloaded rustls v0.23.14 |
975 | 2024-11-26T22:52:20.731Z | Downloaded rustls v0.22.4 |
976 | 2024-11-26T22:52:20.745Z | Downloaded tokio v1.40.0 |
977 | 2024-11-26T22:52:20.782Z | Downloaded libz-sys v1.1.20 |
978 | 2024-11-26T22:52:20.803Z | Downloaded webpki-roots v0.26.6 |
979 | 2024-11-26T22:52:20.806Z | Downloaded curve25519-dalek v4.1.3 |
980 | 2024-11-26T22:52:20.815Z | Downloaded regress v0.10.1 |
981 | 2024-11-26T22:52:20.824Z | Downloaded bitvec v1.0.1 |
982 | 2024-11-26T22:52:20.840Z | Downloaded tokio-util v0.7.12 |
983 | 2024-11-26T22:52:20.846Z | Downloaded typify-impl v0.2.0 |
984 | 2024-11-26T22:52:20.861Z | Downloaded zerocopy-derive v0.6.6 |
985 | 2024-11-26T22:52:20.870Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
986 | 2024-11-26T22:52:20.882Z | Downloaded ratatui v0.28.1 |
987 | 2024-11-26T22:52:20.901Z | Downloaded regex-automata v0.4.8 |
988 | 2024-11-26T22:52:20.918Z | Downloaded futures-util v0.3.31 |
989 | 2024-11-26T22:52:20.929Z | Downloaded tough v0.19.0 |
990 | 2024-11-26T22:52:20.937Z | Downloaded vcpkg v0.2.15 |
991 | 2024-11-26T22:52:20.974Z | Downloaded quick-xml v0.33.0 |
992 | 2024-11-26T22:52:20.980Z | Downloaded sha3 v0.10.8 |
993 | 2024-11-26T22:52:20.985Z | Downloaded ron v0.7.1 |
994 | 2024-11-26T22:52:20.989Z | Downloaded unicode-properties v0.1.3 |
995 | 2024-11-26T22:52:20.991Z | Downloaded tar v0.4.42 |
996 | 2024-11-26T22:52:20.994Z | Downloaded dropshot_endpoint v0.13.0 |
997 | 2024-11-26T22:52:20.996Z | Downloaded tracing-core v0.1.32 |
998 | 2024-11-26T22:52:20.999Z | Downloaded tinyvec v1.8.0 |
999 | 2024-11-26T22:52:21.002Z | Downloaded blake3 v1.5.4 |
1000 | 2024-11-26T22:52:21.009Z | Downloaded aho-corasick v1.1.3 |
1001 | 2024-11-26T22:52:21.014Z | Downloaded enum-as-inner v0.5.1 |
1002 | 2024-11-26T22:52:21.016Z | Downloaded tap v1.0.1 |
1003 | 2024-11-26T22:52:21.016Z | Downloaded csv v1.3.0 |
1004 | 2024-11-26T22:52:21.036Z | Downloaded der v0.7.9 |
1005 | 2024-11-26T22:52:21.041Z | Downloaded rusqlite v0.32.1 |
1006 | 2024-11-26T22:52:21.047Z | Downloaded stringprep v0.1.5 |
1007 | 2024-11-26T22:52:21.050Z | Downloaded pin-project-lite v0.2.14 |
1008 | 2024-11-26T22:52:21.053Z | Downloaded parking_lot_core v0.9.10 |
1009 | 2024-11-26T22:52:21.055Z | Downloaded env_logger v0.11.5 |
1010 | 2024-11-26T22:52:21.058Z | Downloaded rayon-core v1.12.1 |
1011 | 2024-11-26T22:52:21.060Z | Downloaded defmt-parser v0.3.4 |
1012 | 2024-11-26T22:52:21.063Z | Downloaded zerocopy v0.6.6 |
1013 | 2024-11-26T22:52:21.065Z | Downloaded utf-8 v0.7.6 |
1014 | 2024-11-26T22:52:21.065Z | Downloaded unicode-truncate v1.1.0 |
1015 | 2024-11-26T22:52:21.069Z | Downloaded expectorate v1.1.0 |
1016 | 2024-11-26T22:52:21.069Z | Downloaded ssh-key v0.6.6 |
1017 | 2024-11-26T22:52:21.074Z | Downloaded serde_repr v0.1.19 |
1018 | 2024-11-26T22:52:21.077Z | Downloaded test-strategy v0.3.1 |
1019 | 2024-11-26T22:52:21.079Z | Downloaded ghash v0.5.1 |
1020 | 2024-11-26T22:52:21.081Z | Downloaded wyz v0.5.1 |
1021 | 2024-11-26T22:52:21.081Z | Downloaded pkcs8 v0.10.2 |
1022 | 2024-11-26T22:52:21.084Z | Downloaded diesel_derives v2.2.3 |
1023 | 2024-11-26T22:52:21.087Z | Downloaded samael v0.0.17 |
1024 | 2024-11-26T22:52:21.093Z | Downloaded qorb v0.2.0 |
1025 | 2024-11-26T22:52:21.095Z | Downloaded tracing-attributes v0.1.27 |
1026 | 2024-11-26T22:52:21.098Z | Downloaded strip-ansi-escapes v0.2.0 |
1027 | 2024-11-26T22:52:21.100Z | Downloaded derive_builder v0.20.2 |
1028 | 2024-11-26T22:52:21.103Z | Downloaded derive_more v0.99.18 |
1029 | 2024-11-26T22:52:21.107Z | Downloaded russh v0.45.0 |
1030 | 2024-11-26T22:52:21.112Z | Downloaded reqwest v0.12.9 |
1031 | 2024-11-26T22:52:21.120Z | Downloaded mio v1.0.2 |
1032 | 2024-11-26T22:52:21.125Z | Downloaded password-hash v0.5.0 |
1033 | 2024-11-26T22:52:21.127Z | Downloaded password-hash v0.4.2 |
1034 | 2024-11-26T22:52:21.130Z | Downloaded schemars v0.8.21 |
1035 | 2024-11-26T22:52:21.139Z | Downloaded rsa v0.9.6 |
1036 | 2024-11-26T22:52:21.143Z | Downloaded pin-project v1.1.6 |
1037 | 2024-11-26T22:52:21.154Z | Downloaded tokio-rustls v0.24.1 |
1038 | 2024-11-26T22:52:21.156Z | Downloaded universal-hash v0.5.1 |
1039 | 2024-11-26T22:52:21.158Z | Downloaded topological-sort v0.2.2 |
1040 | 2024-11-26T22:52:21.158Z | Downloaded term v0.7.0 |
1041 | 2024-11-26T22:52:21.161Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1042 | 2024-11-26T22:52:21.218Z | Downloaded ena v0.14.3 |
1043 | 2024-11-26T22:52:21.226Z | Downloaded signal-hook v0.3.17 |
1044 | 2024-11-26T22:52:21.226Z | Downloaded tokio-rustls v0.25.0 |
1045 | 2024-11-26T22:52:21.226Z | Downloaded subprocess v0.2.9 |
1046 | 2024-11-26T22:52:21.229Z | Downloaded strum_macros v0.26.4 |
1047 | 2024-11-26T22:52:21.229Z | Downloaded quinn v0.11.5 |
1048 | 2024-11-26T22:52:21.234Z | Downloaded slog-envlogger v2.2.0 |
1049 | 2024-11-26T22:52:21.234Z | Downloaded slog-dtrace v0.3.0 |
1050 | 2024-11-26T22:52:21.234Z | Downloaded zerovec-derive v0.10.3 |
1051 | 2024-11-26T22:52:21.237Z | Downloaded zeroize_derive v1.4.2 |
1052 | 2024-11-26T22:52:21.238Z | Downloaded zerofrom-derive v0.1.4 |
1053 | 2024-11-26T22:52:21.238Z | Downloaded url v2.5.3 |
1054 | 2024-11-26T22:52:21.240Z | Downloaded which v4.4.2 |
1055 | 2024-11-26T22:52:21.240Z | Downloaded unicode-xid v0.2.6 |
1056 | 2024-11-26T22:52:21.242Z | Downloaded rustc_version v0.1.7 |
1057 | 2024-11-26T22:52:21.242Z | Downloaded libm v0.2.8 |
1058 | 2024-11-26T22:52:21.249Z | Downloaded typify-macro v0.2.0 |
1059 | 2024-11-26T22:52:21.251Z | Downloaded tokio-tungstenite v0.21.0 |
1060 | 2024-11-26T22:52:21.254Z | Downloaded pkcs5 v0.7.1 |
1061 | 2024-11-26T22:52:21.256Z | Downloaded cc v1.1.30 |
1062 | 2024-11-26T22:52:21.258Z | Downloaded strum_macros v0.25.3 |
1063 | 2024-11-26T22:52:21.261Z | Downloaded encoding_rs v0.8.34 |
1064 | 2024-11-26T22:52:21.282Z | Downloaded crossbeam-channel v0.5.13 |
1065 | 2024-11-26T22:52:21.286Z | Downloaded scheduled-thread-pool v0.2.7 |
1066 | 2024-11-26T22:52:21.288Z | Downloaded ecdsa v0.16.9 |
1067 | 2024-11-26T22:52:21.290Z | Downloaded zone v0.1.8 |
1068 | 2024-11-26T22:52:21.290Z | Downloaded value-bag v1.9.0 |
1069 | 2024-11-26T22:52:21.292Z | Downloaded idna v1.0.3 |
1070 | 2024-11-26T22:52:21.296Z | Downloaded futures-core v0.3.31 |
1071 | 2024-11-26T22:52:21.298Z | Downloaded ff v0.13.0 |
1072 | 2024-11-26T22:52:21.298Z | Downloaded fixedbitset v0.4.2 |
1073 | 2024-11-26T22:52:21.300Z | Downloaded filetime v0.2.25 |
1074 | 2024-11-26T22:52:21.300Z | Downloaded parking_lot v0.12.3 |
1075 | 2024-11-26T22:52:21.303Z | Downloaded unsafe-libyaml v0.2.11 |
1076 | 2024-11-26T22:52:21.306Z | Downloaded ssh-cipher v0.2.0 |
1077 | 2024-11-26T22:52:21.309Z | Downloaded signal-hook-tokio v0.3.1 |
1078 | 2024-11-26T22:52:21.309Z | Downloaded signal-hook-mio v0.2.4 |
1079 | 2024-11-26T22:52:21.309Z | Downloaded defmt v0.3.8 |
1080 | 2024-11-26T22:52:21.312Z | Downloaded yoke v0.7.4 |
1081 | 2024-11-26T22:52:21.314Z | Downloaded darling_core v0.20.10 |
1082 | 2024-11-26T22:52:21.318Z | Downloaded russh-keys v0.45.0 |
1083 | 2024-11-26T22:52:21.320Z | Downloaded parking_lot v0.11.2 |
1084 | 2024-11-26T22:52:21.322Z | Downloaded tokio-stream v0.1.16 |
1085 | 2024-11-26T22:52:21.326Z | Downloaded tokio-rustls v0.26.0 |
1086 | 2024-11-26T22:52:21.328Z | Downloaded base64 v0.22.1 |
1087 | 2024-11-26T22:52:21.331Z | Downloaded bytes v1.8.0 |
1088 | 2024-11-26T22:52:21.335Z | Downloaded chacha20poly1305 v0.10.1 |
1089 | 2024-11-26T22:52:21.337Z | Downloaded xz2 v0.1.7 |
1090 | 2024-11-26T22:52:21.339Z | Downloaded string_cache v0.8.7 |
1091 | 2024-11-26T22:52:21.339Z | Downloaded static_assertions v1.1.0 |
1092 | 2024-11-26T22:52:21.342Z | Downloaded yasna v0.5.2 |
1093 | 2024-11-26T22:52:21.344Z | Downloaded base64 v0.21.7 |
1094 | 2024-11-26T22:52:21.346Z | Downloaded dunce v1.0.5 |
1095 | 2024-11-26T22:52:21.348Z | Downloaded ssh-encoding v0.2.0 |
1096 | 2024-11-26T22:52:21.348Z | Downloaded cookie v0.18.1 |
1097 | 2024-11-26T22:52:21.350Z | Downloaded const-oid v0.9.6 |
1098 | 2024-11-26T22:52:21.353Z | Downloaded spin v0.9.8 |
1099 | 2024-11-26T22:52:21.355Z | Downloaded serde_derive_internals v0.29.1 |
1100 | 2024-11-26T22:52:21.358Z | Downloaded semver v0.1.20 |
1101 | 2024-11-26T22:52:21.358Z | Downloaded clang-sys v1.8.1 |
1102 | 2024-11-26T22:52:21.360Z | Downloaded structmeta v0.3.0 |
1103 | 2024-11-26T22:52:21.360Z | Downloaded foreign-types v0.3.2 |
1104 | 2024-11-26T22:52:21.362Z | Downloaded ahash v0.8.11 |
1105 | 2024-11-26T22:52:21.364Z | Downloaded bcs v0.1.6 |
1106 | 2024-11-26T22:52:21.364Z | Downloaded icu_collections v1.5.0 |
1107 | 2024-11-26T22:52:21.370Z | Downloaded cookie_store v0.21.0 |
1108 | 2024-11-26T22:52:21.372Z | Downloaded bzip2 v0.4.4 |
1109 | 2024-11-26T22:52:21.375Z | Downloaded termios v0.3.3 |
1110 | 2024-11-26T22:52:21.375Z | Downloaded icu_normalizer_data v1.5.0 |
1111 | 2024-11-26T22:52:21.377Z | Downloaded slog-scope v4.4.0 |
1112 | 2024-11-26T22:52:21.379Z | Downloaded console v0.15.8 |
1113 | 2024-11-26T22:52:21.381Z | Downloaded castaway v0.2.3 |
1114 | 2024-11-26T22:52:21.381Z | Downloaded serde-hex v0.1.0 |
1115 | 2024-11-26T22:52:21.384Z | Downloaded serde-big-array v0.5.1 |
1116 | 2024-11-26T22:52:21.384Z | Downloaded icu_normalizer v1.5.0 |
1117 | 2024-11-26T22:52:21.387Z | Downloaded crc32fast v1.4.2 |
1118 | 2024-11-26T22:52:21.390Z | Downloaded cancel-safe-futures v0.1.5 |
1119 | 2024-11-26T22:52:21.392Z | Downloaded zone_cfg_derive v0.1.2 |
1120 | 2024-11-26T22:52:21.392Z | Downloaded zerofrom v0.1.4 |
1121 | 2024-11-26T22:52:21.394Z | Downloaded memoffset v0.9.1 |
1122 | 2024-11-26T22:52:21.395Z | Downloaded ipnetwork v0.20.0 |
1123 | 2024-11-26T22:52:21.397Z | Downloaded arc-swap v1.7.1 |
1124 | 2024-11-26T22:52:21.399Z | Downloaded cassowary v0.3.0 |
1125 | 2024-11-26T22:52:21.401Z | Downloaded allocator-api2 v0.2.18 |
1126 | 2024-11-26T22:52:21.403Z | Downloaded chacha20 v0.9.1 |
1127 | 2024-11-26T22:52:21.407Z | Downloaded libloading v0.8.5 |
1128 | 2024-11-26T22:52:21.409Z | Downloaded ipnet v2.10.1 |
1129 | 2024-11-26T22:52:21.409Z | Downloaded cipher v0.4.4 |
1130 | 2024-11-26T22:52:21.409Z | Downloaded icu_locid_transform_data v1.5.0 |
1131 | 2024-11-26T22:52:21.411Z | Downloaded hyper-staticfile v0.10.1 |
1132 | 2024-11-26T22:52:21.414Z | Downloaded icu_locid_transform v1.5.0 |
1133 | 2024-11-26T22:52:21.416Z | Downloaded iana-time-zone v0.1.61 |
1134 | 2024-11-26T22:52:21.418Z | Downloaded hyper-rustls v0.27.3 |
1135 | 2024-11-26T22:52:21.420Z | Downloaded cobs v0.2.3 |
1136 | 2024-11-26T22:52:21.420Z | Downloaded cexpr v0.6.0 |
1137 | 2024-11-26T22:52:21.423Z | Downloaded libefi-sys v0.1.0 |
1138 | 2024-11-26T22:52:21.424Z | Downloaded inout v0.1.3 |
1139 | 2024-11-26T22:52:21.425Z | Downloaded indent_write v2.2.0 |
1140 | 2024-11-26T22:52:21.427Z | Downloaded indoc v1.0.9 |
1141 | 2024-11-26T22:52:21.427Z | Downloaded libsw v3.3.1 |
1142 | 2024-11-26T22:52:21.430Z | Downloaded blake2 v0.10.6 |
1143 | 2024-11-26T22:52:21.432Z | Downloaded async-trait v0.1.83 |
1144 | 2024-11-26T22:52:21.435Z | Downloaded idna_adapter v1.2.0 |
1145 | 2024-11-26T22:52:21.437Z | Downloaded atomic-waker v1.1.2 |
1146 | 2024-11-26T22:52:21.437Z | Downloaded buf-list v1.0.3 |
1147 | 2024-11-26T22:52:21.439Z | Downloaded linked-hash-map v0.5.6 |
1148 | 2024-11-26T22:52:21.441Z | Downloaded linear-map v1.2.0 |
1149 | 2024-11-26T22:52:21.441Z | Downloaded kstat-rs v0.2.4 |
1150 | 2024-11-26T22:52:21.443Z | Downloaded internet-checksum v0.2.1 |
1151 | 2024-11-26T22:52:21.443Z | Downloaded instability v0.3.2 |
1152 | 2024-11-26T22:52:21.446Z | Downloaded constant_time_eq v0.3.1 |
1153 | 2024-11-26T22:52:21.446Z | Downloaded blowfish v0.9.1 |
1154 | 2024-11-26T22:52:21.448Z | Downloaded block-padding v0.3.3 |
1155 | 2024-11-26T22:52:21.448Z | Downloaded bit-vec v0.6.3 |
1156 | 2024-11-26T22:52:21.450Z | Downloaded backoff v0.4.0 |
1157 | 2024-11-26T22:52:21.450Z | Downloaded array-init v0.0.4 |
1158 | 2024-11-26T22:52:21.452Z | Downloaded ascii-canvas v3.0.0 |
1159 | 2024-11-26T22:52:21.452Z | Downloaded hmac v0.12.1 |
1160 | 2024-11-26T22:52:21.455Z | Downloaded base16ct v0.2.0 |
1161 | 2024-11-26T22:52:21.457Z | Downloaded addr2line v0.24.2 |
1162 | 2024-11-26T22:52:21.552Z | Downloaded ring v0.17.8 |
1163 | 2024-11-26T22:52:21.652Z | Downloaded libsqlite3-sys v0.30.1 |
1164 | 2024-11-26T22:52:21.985Z | Downloaded ring v0.16.20 |
1165 | 2024-11-26T22:52:22.265Z | Downloaded aws-lc-sys v0.22.0 |
1166 | 2024-11-26T22:52:22.567Z | Compiling serde v1.0.215 |
1167 | 2024-11-26T22:52:22.570Z | Compiling lock_api v0.4.12 |
1168 | 2024-11-26T22:52:22.570Z | Compiling scopeguard v1.2.0 |
1169 | 2024-11-26T22:52:22.570Z | Compiling value-bag v1.9.0 |
1170 | 2024-11-26T22:52:22.570Z | Compiling typenum v1.17.0 |
1171 | 2024-11-26T22:52:22.724Z | Compiling generic-array v0.14.7 |
1172 | 2024-11-26T22:52:22.764Z | Compiling syn v2.0.87 |
1173 | 2024-11-26T22:52:22.782Z | Compiling getrandom v0.2.15 |
1174 | 2024-11-26T22:52:22.882Z | Compiling shlex v1.3.0 |
1175 | 2024-11-26T22:52:23.066Z | Compiling rand_core v0.6.4 |
1176 | 2024-11-26T22:52:23.347Z | Compiling log v0.4.22 |
1177 | 2024-11-26T22:52:23.478Z | Compiling subtle v2.6.1 |
1178 | 2024-11-26T22:52:23.499Z | Compiling jobserver v0.1.32 |
1179 | 2024-11-26T22:52:23.530Z | Compiling smallvec v1.13.2 |
1180 | 2024-11-26T22:52:23.675Z | Compiling const-oid v0.9.6 |
1181 | 2024-11-26T22:52:23.724Z | Compiling spin v0.9.8 |
1182 | 2024-11-26T22:52:23.848Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-11-26T22:52:23.977Z | Compiling cc v1.1.30 |
1184 | 2024-11-26T22:52:23.980Z | Compiling rustix v0.38.37 |
1185 | 2024-11-26T22:52:24.114Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-11-26T22:52:24.302Z | Compiling futures-core v0.3.31 |
1187 | 2024-11-26T22:52:24.476Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-11-26T22:52:24.574Z | Compiling mio v1.0.2 |
1189 | 2024-11-26T22:52:24.915Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-11-26T22:52:25.301Z | Compiling parking_lot v0.12.3 |
1191 | 2024-11-26T22:52:25.371Z | Compiling cpufeatures v0.2.14 |
1192 | 2024-11-26T22:52:25.487Z | Compiling regex-syntax v0.8.5 |
1193 | 2024-11-26T22:52:25.546Z | Compiling either v1.13.0 |
1194 | 2024-11-26T22:52:25.849Z | Compiling lazy_static v1.5.0 |
1195 | 2024-11-26T22:52:25.869Z | Compiling stable_deref_trait v1.2.0 |
1196 | 2024-11-26T22:52:25.982Z | Compiling futures-sink v0.3.31 |
1197 | 2024-11-26T22:52:26.003Z | Compiling glob v0.3.1 |
1198 | 2024-11-26T22:52:26.022Z | Compiling socket2 v0.5.7 |
1199 | 2024-11-26T22:52:26.144Z | Compiling slab v0.4.9 |
1200 | 2024-11-26T22:52:26.263Z | Compiling prettyplease v0.2.25 |
1201 | 2024-11-26T22:52:26.607Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-11-26T22:52:26.933Z | Compiling libloading v0.8.5 |
1203 | 2024-11-26T22:52:27.024Z | Compiling nom v7.1.3 |
1204 | 2024-11-26T22:52:27.043Z | Compiling clang-sys v1.8.1 |
1205 | 2024-11-26T22:52:27.148Z | Compiling serde_json v1.0.132 |
1206 | 2024-11-26T22:52:27.364Z | Compiling home v0.5.9 |
1207 | 2024-11-26T22:52:27.467Z | Compiling bindgen v0.69.5 |
1208 | 2024-11-26T22:52:27.658Z | Compiling futures-channel v0.3.31 |
1209 | 2024-11-26T22:52:28.085Z | Compiling itertools v0.12.1 |
1210 | 2024-11-26T22:52:28.331Z | Compiling allocator-api2 v0.2.18 |
1211 | 2024-11-26T22:52:28.481Z | Compiling rustc-hash v1.1.0 |
1212 | 2024-11-26T22:52:28.634Z | Compiling lazycell v1.3.0 |
1213 | 2024-11-26T22:52:28.813Z | Compiling pin-utils v0.1.0 |
1214 | 2024-11-26T22:52:28.913Z | Compiling foldhash v0.1.3 |
1215 | 2024-11-26T22:52:29.168Z | Compiling regex-automata v0.4.8 |
1216 | 2024-11-26T22:52:29.240Z | Compiling futures-io v0.3.31 |
1217 | 2024-11-26T22:52:29.566Z | Compiling futures-task v0.3.31 |
1218 | 2024-11-26T22:52:29.881Z | Compiling hashbrown v0.15.0 |
1219 | 2024-11-26T22:52:30.617Z | Compiling synstructure v0.13.1 |
1220 | 2024-11-26T22:52:31.230Z | Compiling cexpr v0.6.0 |
1221 | 2024-11-26T22:52:31.329Z | Compiling cmake v0.1.51 |
1222 | 2024-11-26T22:52:32.344Z | Compiling fs_extra v1.3.0 |
1223 | 2024-11-26T22:52:32.363Z | Compiling pkg-config v0.3.31 |
1224 | 2024-11-26T22:52:32.383Z | Compiling tinyvec_macros v0.1.1 |
1225 | 2024-11-26T22:52:32.478Z | Compiling dunce v1.0.5 |
1226 | 2024-11-26T22:52:32.610Z | Compiling libm v0.2.8 |
1227 | 2024-11-26T22:52:32.931Z | Compiling tinyvec v1.8.0 |
1228 | 2024-11-26T22:52:32.980Z | Compiling num-traits v0.2.19 |
1229 | 2024-11-26T22:52:33.534Z | Compiling ring v0.17.8 |
1230 | 2024-11-26T22:52:33.951Z | Compiling paste v1.0.15 |
1231 | 2024-11-26T22:52:33.999Z | Compiling litemap v0.7.3 |
1232 | 2024-11-26T22:52:34.404Z | Compiling writeable v0.5.5 |
1233 | 2024-11-26T22:52:34.428Z | Compiling unicode-bidi v0.3.17 |
1234 | 2024-11-26T22:52:34.469Z | Compiling base64ct v1.6.0 |
1235 | 2024-11-26T22:52:34.542Z | Compiling unicode-normalization v0.1.24 |
1236 | 2024-11-26T22:52:34.974Z | Compiling regex v1.11.1 |
1237 | 2024-11-26T22:52:35.056Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-11-26T22:52:35.777Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2024-11-26T22:52:35.798Z | Compiling flagset v0.4.6 |
1240 | 2024-11-26T22:52:36.003Z | Compiling httparse v1.9.5 |
1241 | 2024-11-26T22:52:36.196Z | Compiling tracing-core v0.1.32 |
1242 | 2024-11-26T22:52:36.765Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2024-11-26T22:52:36.871Z | Compiling rustls-pki-types v1.9.0 |
1244 | 2024-11-26T22:52:37.159Z | Compiling percent-encoding v2.3.1 |
1245 | 2024-11-26T22:52:37.364Z | Compiling serde_derive v1.0.215 |
1246 | 2024-11-26T22:52:37.534Z | Compiling zeroize_derive v1.4.2 |
1247 | 2024-11-26T22:52:37.554Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2024-11-26T22:52:37.611Z | Compiling tokio-macros v2.4.0 |
1249 | 2024-11-26T22:52:37.958Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2024-11-26T22:52:39.164Z | Compiling zeroize v1.8.1 |
1251 | 2024-11-26T22:52:39.187Z | Compiling thiserror-impl v1.0.69 |
1252 | 2024-11-26T22:52:39.796Z | Compiling yoke-derive v0.7.4 |
1253 | 2024-11-26T22:52:39.912Z | Compiling zerocopy v0.7.35 |
1254 | 2024-11-26T22:52:40.977Z | Compiling crypto-common v0.1.6 |
1255 | 2024-11-26T22:52:41.214Z | Compiling block-buffer v0.10.4 |
1256 | 2024-11-26T22:52:41.488Z | Compiling digest v0.10.7 |
1257 | 2024-11-26T22:52:41.533Z | Compiling futures-macro v0.3.31 |
1258 | 2024-11-26T22:52:41.920Z | Compiling hmac v0.12.1 |
1259 | 2024-11-26T22:52:42.019Z | Compiling zerovec-derive v0.10.3 |
1260 | 2024-11-26T22:52:42.152Z | Compiling block-padding v0.3.3 |
1261 | 2024-11-26T22:52:42.180Z | Compiling zerofrom v0.1.4 |
1262 | 2024-11-26T22:52:42.391Z | Compiling displaydoc v0.2.5 |
1263 | 2024-11-26T22:52:42.393Z | Compiling inout v0.1.3 |
1264 | 2024-11-26T22:52:42.519Z | Compiling thiserror v1.0.69 |
1265 | 2024-11-26T22:52:42.666Z | Compiling cipher v0.4.4 |
1266 | 2024-11-26T22:52:42.684Z | Compiling sha2 v0.10.8 |
1267 | 2024-11-26T22:52:42.809Z | Compiling yoke v0.7.4 |
1268 | 2024-11-26T22:52:43.156Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2024-11-26T22:52:43.200Z | Compiling der_derive v0.7.3 |
1270 | 2024-11-26T22:52:43.496Z | Compiling futures-util v0.3.31 |
1271 | 2024-11-26T22:52:44.019Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2024-11-26T22:52:44.156Z | Compiling rand_chacha v0.3.1 |
1273 | 2024-11-26T22:52:44.459Z | Compiling tracing-attributes v0.1.27 |
1274 | 2024-11-26T22:52:44.674Z | Compiling zerovec v0.10.4 |
1275 | 2024-11-26T22:52:45.169Z | Compiling crossbeam-utils v0.8.20 |
1276 | 2024-11-26T22:52:45.656Z | Compiling der v0.7.9 |
1277 | 2024-11-26T22:52:45.771Z | Compiling pest v2.7.14 |
1278 | 2024-11-26T22:52:46.157Z | Compiling rand v0.8.5 |
1279 | 2024-11-26T22:52:46.555Z | Compiling tinystr v0.7.6 |
1280 | 2024-11-26T22:52:46.916Z | Compiling icu_collections v1.5.0 |
1281 | 2024-11-26T22:52:47.008Z | Compiling icu_locid v1.5.0 |
1282 | 2024-11-26T22:52:48.366Z | Compiling icu_provider v1.5.0 |
1283 | 2024-11-26T22:52:48.433Z | Compiling tracing v0.1.40 |
1284 | 2024-11-26T22:52:48.484Z | Compiling spki v0.7.3 |
1285 | 2024-11-26T22:52:48.879Z | Compiling salsa20 v0.10.2 |
1286 | 2024-11-26T22:52:48.959Z | Compiling pbkdf2 v0.12.2 |
1287 | 2024-11-26T22:52:49.088Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-11-26T22:52:49.108Z | Compiling powerfmt v0.2.0 |
1289 | 2024-11-26T22:52:49.138Z | Compiling mirai-annotations v1.12.0 |
1290 | 2024-11-26T22:52:49.317Z | Compiling time-core v0.1.2 |
1291 | 2024-11-26T22:52:49.342Z | Compiling untrusted v0.7.1 |
1292 | 2024-11-26T22:52:49.457Z | Compiling icu_properties_data v1.5.0 |
1293 | 2024-11-26T22:52:49.495Z | Compiling untrusted v0.9.0 |
1294 | 2024-11-26T22:52:49.515Z | Compiling vcpkg v0.2.15 |
1295 | 2024-11-26T22:52:49.534Z | Compiling num-conv v0.1.0 |
1296 | 2024-11-26T22:52:49.681Z | Compiling deranged v0.3.11 |
1297 | 2024-11-26T22:52:49.683Z | Compiling scrypt v0.11.0 |
1298 | 2024-11-26T22:52:49.719Z | Compiling pest_meta v2.7.14 |
1299 | 2024-11-26T22:52:49.809Z | Compiling time-macros v0.2.18 |
1300 | 2024-11-26T22:52:50.287Z | Compiling icu_properties v1.5.1 |
1301 | 2024-11-26T22:52:51.585Z | Compiling bitflags v2.6.0 |
1302 | 2024-11-26T22:52:51.751Z | Compiling bytes v1.8.0 |
1303 | 2024-11-26T22:52:51.810Z | Compiling indexmap v2.6.0 |
1304 | 2024-11-26T22:52:53.058Z | Compiling tokio v1.40.0 |
1305 | 2024-11-26T22:52:53.215Z | Compiling http v1.1.0 |
1306 | 2024-11-26T22:52:53.337Z | Compiling semver v1.0.23 |
1307 | 2024-11-26T22:52:53.564Z | Compiling openssl-sys v0.9.103 |
1308 | 2024-11-26T22:52:54.108Z | Compiling rustc_version v0.4.1 |
1309 | 2024-11-26T22:52:54.918Z | Compiling cbc v0.1.2 |
1310 | 2024-11-26T22:52:54.953Z | Compiling aes v0.8.4 |
1311 | 2024-11-26T22:52:55.115Z | Compiling scroll_derive v0.12.0 |
1312 | 2024-11-26T22:52:55.152Z | Compiling num_threads v0.1.7 |
1313 | 2024-11-26T22:52:55.251Z | Compiling atomic-waker v1.1.2 |
1314 | 2024-11-26T22:52:55.282Z | Compiling utf8_iter v1.0.4 |
1315 | 2024-11-26T22:52:55.444Z | Compiling utf16_iter v1.0.5 |
1316 | 2024-11-26T22:52:55.535Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2024-11-26T22:52:55.643Z | Compiling write16 v1.0.0 |
1318 | 2024-11-26T22:52:55.662Z | Compiling time v0.3.36 |
1319 | 2024-11-26T22:52:55.754Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-11-26T22:52:55.773Z | Compiling http-body v1.0.1 |
1321 | 2024-11-26T22:52:55.997Z | Compiling which v4.4.2 |
1322 | 2024-11-26T22:52:56.017Z | Compiling pkcs5 v0.7.1 |
1323 | 2024-11-26T22:52:56.649Z | Compiling scroll v0.12.0 |
1324 | 2024-11-26T22:52:57.246Z | Compiling pest_generator v2.7.14 |
1325 | 2024-11-26T22:52:57.397Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-11-26T22:52:57.420Z | Compiling slog v2.7.0 |
1327 | 2024-11-26T22:52:57.712Z | Compiling try-lock v0.2.5 |
1328 | 2024-11-26T22:52:57.790Z | Compiling goblin v0.8.2 |
1329 | 2024-11-26T22:52:57.817Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-11-26T22:52:57.864Z | Compiling want v0.3.1 |
1331 | 2024-11-26T22:52:58.027Z | Compiling idna_adapter v1.2.0 |
1332 | 2024-11-26T22:52:58.199Z | Compiling httpdate v1.0.3 |
1333 | 2024-11-26T22:52:58.266Z | Compiling idna v1.0.3 |
1334 | 2024-11-26T22:52:58.672Z | Compiling uuid v1.11.0 |
1335 | 2024-11-26T22:52:59.352Z | Compiling pest_derive v2.7.14 |
1336 | 2024-11-26T22:52:59.397Z | Compiling serde_spanned v0.6.8 |
1337 | 2024-11-26T22:52:59.634Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2024-11-26T22:53:00.109Z | Compiling toml_datetime v0.6.8 |
1339 | 2024-11-26T22:53:00.148Z | Compiling dtrace-parser v0.2.0 |
1340 | 2024-11-26T22:53:00.168Z | Compiling tower-service v0.3.3 |
1341 | 2024-11-26T22:53:00.253Z | Compiling rustversion v1.0.17 |
1342 | 2024-11-26T22:53:00.294Z | Compiling openssl v0.10.66 |
1343 | 2024-11-26T22:53:00.621Z | Compiling adler2 v2.0.0 |
1344 | 2024-11-26T22:53:00.709Z | Compiling match_cfg v0.1.0 |
1345 | 2024-11-26T22:53:00.809Z | Compiling base64 v0.22.1 |
1346 | 2024-11-26T22:53:00.835Z | Compiling iana-time-zone v0.1.61 |
1347 | 2024-11-26T22:53:00.967Z | Compiling foreign-types-shared v0.1.1 |
1348 | 2024-11-26T22:53:01.058Z | Compiling chrono v0.4.38 |
1349 | 2024-11-26T22:53:01.084Z | Compiling foreign-types v0.3.2 |
1350 | 2024-11-26T22:53:01.186Z | Compiling hostname v0.3.1 |
1351 | 2024-11-26T22:53:01.301Z | Compiling miniz_oxide v0.8.0 |
1352 | 2024-11-26T22:53:01.472Z | Compiling url v2.5.3 |
1353 | 2024-11-26T22:53:01.562Z | Compiling tokio-util v0.7.12 |
1354 | 2024-11-26T22:53:02.884Z | Compiling h2 v0.4.6 |
1355 | 2024-11-26T22:53:03.045Z | Compiling async-trait v0.1.83 |
1356 | 2024-11-26T22:53:03.559Z | Compiling openssl-macros v0.1.1 |
1357 | 2024-11-26T22:53:03.749Z | Compiling dof v0.3.0 |
1358 | 2024-11-26T22:53:04.340Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-11-26T22:53:04.905Z | Compiling usdt-impl v0.5.0 |
1360 | 2024-11-26T22:53:05.016Z | Compiling data-encoding v2.6.0 |
1361 | 2024-11-26T22:53:05.908Z | Compiling native-tls v0.2.12 |
1362 | 2024-11-26T22:53:05.962Z | Compiling rustls v0.22.4 |
1363 | 2024-11-26T22:53:06.231Z | Compiling syn v1.0.109 |
1364 | 2024-11-26T22:53:06.250Z | Compiling rustls v0.23.14 |
1365 | 2024-11-26T22:53:06.460Z | Compiling siphasher v0.3.11 |
1366 | 2024-11-26T22:53:06.584Z | Compiling dirs-next v2.0.0 |
1367 | 2024-11-26T22:53:06.958Z | Compiling http-body-util v0.1.2 |
1368 | 2024-11-26T22:53:07.491Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-11-26T22:53:07.511Z | Compiling heapless v0.7.17 |
1370 | 2024-11-26T22:53:07.955Z | Compiling sha1 v0.10.6 |
1371 | 2024-11-26T22:53:08.297Z | Compiling signature v2.2.0 |
1372 | 2024-11-26T22:53:08.319Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1373 | 2024-11-26T22:53:08.384Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-11-26T22:53:08.405Z | Compiling thread_local v1.1.8 |
1375 | 2024-11-26T22:53:08.595Z | Compiling encoding_rs v0.8.34 |
1376 | 2024-11-26T22:53:08.820Z | Compiling multer v3.1.0 |
1377 | 2024-11-26T22:53:08.856Z | Compiling cookie v0.18.1 |
1378 | 2024-11-26T22:53:08.961Z | Compiling slog-async v2.8.0 |
1379 | 2024-11-26T22:53:09.089Z | Compiling mime v0.3.17 |
1380 | 2024-11-26T22:53:09.143Z | Compiling ipnet v2.10.1 |
1381 | 2024-11-26T22:53:09.504Z | Compiling rayon-core v1.12.1 |
1382 | 2024-11-26T22:53:09.685Z | Compiling schemars v0.8.21 |
1383 | 2024-11-26T22:53:09.765Z | Compiling signal-hook v0.3.17 |
1384 | 2024-11-26T22:53:10.027Z | Compiling hyper v1.5.0 |
1385 | 2024-11-26T22:53:10.047Z | Compiling unicode-properties v0.1.3 |
1386 | 2024-11-26T22:53:10.384Z | Compiling gimli v0.31.1 |
1387 | 2024-11-26T22:53:10.456Z | Compiling openssl-probe v0.1.5 |
1388 | 2024-11-26T22:53:10.829Z | Compiling stringprep v0.1.5 |
1389 | 2024-11-26T22:53:11.163Z | Compiling schemars_derive v0.8.21 |
1390 | 2024-11-26T22:53:12.415Z | Compiling hyper-util v0.1.10 |
1391 | 2024-11-26T22:53:13.688Z | Compiling toml_edit v0.22.22 |
1392 | 2024-11-26T22:53:14.219Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-11-26T22:53:14.647Z | Compiling usdt-attr-macro v0.5.0 |
1394 | 2024-11-26T22:53:14.945Z | Compiling addr2line v0.24.2 |
1395 | 2024-11-26T22:53:15.612Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-11-26T22:53:15.695Z | Compiling term v0.7.0 |
1397 | 2024-11-26T22:53:15.724Z | Compiling slog-json v2.6.1 |
1398 | 2024-11-26T22:53:15.746Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-11-26T22:53:15.942Z | Compiling crossbeam-channel v0.5.13 |
1400 | 2024-11-26T22:53:16.128Z | Compiling curve25519-dalek v4.1.3 |
1401 | 2024-11-26T22:53:16.205Z | Compiling futures-executor v0.3.31 |
1402 | 2024-11-26T22:53:16.265Z | Compiling enum-as-inner v0.6.1 |
1403 | 2024-11-26T22:53:16.735Z | Compiling md-5 v0.10.6 |
1404 | 2024-11-26T22:53:16.783Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-11-26T22:53:17.002Z | Compiling num-integer v0.1.46 |
1406 | 2024-11-26T22:53:17.067Z | Compiling async-stream-impl v0.3.6 |
1407 | 2024-11-26T22:53:17.128Z | Compiling idna v0.4.0 |
1408 | 2024-11-26T22:53:17.258Z | Compiling idna v0.3.0 |
1409 | 2024-11-26T22:53:17.381Z | Compiling ff v0.13.0 |
1410 | 2024-11-26T22:53:17.624Z | Compiling hash32 v0.2.1 |
1411 | 2024-11-26T22:53:17.771Z | Compiling is-terminal v0.4.13 |
1412 | 2024-11-26T22:53:17.905Z | Compiling dropshot v0.12.0 |
1413 | 2024-11-26T22:53:18.019Z | Compiling object v0.36.5 |
1414 | 2024-11-26T22:53:18.223Z | Compiling portable-atomic v1.9.0 |
1415 | 2024-11-26T22:53:18.432Z | Compiling base16ct v0.2.0 |
1416 | 2024-11-26T22:53:18.763Z | Compiling dyn-clone v1.0.17 |
1417 | 2024-11-26T22:53:18.836Z | Compiling take_mut v0.2.2 |
1418 | 2024-11-26T22:53:18.993Z | Compiling quick-error v1.2.3 |
1419 | 2024-11-26T22:53:19.012Z | Compiling fallible-iterator v0.2.0 |
1420 | 2024-11-26T22:53:19.042Z | Compiling rustc-demangle v0.1.24 |
1421 | 2024-11-26T22:53:19.151Z | Compiling utf-8 v0.7.6 |
1422 | 2024-11-26T22:53:19.322Z | Compiling smoltcp v0.9.1 |
1423 | 2024-11-26T22:53:19.474Z | Compiling num-bigint-dig v0.8.4 |
1424 | 2024-11-26T22:53:19.715Z | Compiling linked-hash-map v0.5.6 |
1425 | 2024-11-26T22:53:19.756Z | Compiling anyhow v1.0.93 |
1426 | 2024-11-26T22:53:20.020Z | Compiling psl-types v2.0.11 |
1427 | 2024-11-26T22:53:20.098Z | Compiling lru-cache v0.1.2 |
1428 | 2024-11-26T22:53:20.151Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-11-26T22:53:20.230Z | Compiling publicsuffix v2.2.3 |
1430 | 2024-11-26T22:53:20.295Z | Compiling tungstenite v0.24.0 |
1431 | 2024-11-26T22:53:20.585Z | Compiling resolv-conf v0.7.0 |
1432 | 2024-11-26T22:53:21.516Z | Compiling sec1 v0.7.3 |
1433 | 2024-11-26T22:53:22.006Z | Compiling async-stream v0.3.6 |
1434 | 2024-11-26T22:53:22.100Z | Compiling hickory-proto v0.24.1 |
1435 | 2024-11-26T22:53:22.314Z | Compiling usdt v0.5.0 |
1436 | 2024-11-26T22:53:22.678Z | Compiling slog-term v2.9.1 |
1437 | 2024-11-26T22:53:22.852Z | Compiling group v0.13.0 |
1438 | 2024-11-26T22:53:23.215Z | Compiling num-iter v0.1.45 |
1439 | 2024-11-26T22:53:23.414Z | Compiling toml v0.8.19 |
1440 | 2024-11-26T22:53:23.550Z | Compiling futures v0.3.31 |
1441 | 2024-11-26T22:53:23.679Z | Compiling slog-bunyan v2.5.0 |
1442 | 2024-11-26T22:53:24.112Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-11-26T22:53:25.495Z | Compiling backtrace v0.3.74 |
1444 | 2024-11-26T22:53:25.723Z | Compiling camino v1.1.9 |
1445 | 2024-11-26T22:53:26.254Z | Compiling phf_shared v0.11.2 |
1446 | 2024-11-26T22:53:26.343Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-11-26T22:53:26.386Z | Compiling terminal_size v0.4.0 |
1448 | 2024-11-26T22:53:26.610Z | Compiling waitgroup v0.1.2 |
1449 | 2024-11-26T22:53:26.652Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-11-26T22:53:26.707Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-11-26T22:53:26.845Z | Compiling hkdf v0.12.4 |
1452 | 2024-11-26T22:53:27.117Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-11-26T22:53:27.617Z | Compiling webpki-roots v0.26.6 |
1454 | 2024-11-26T22:53:27.852Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-11-26T22:53:29.203Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-11-26T22:53:30.002Z | Compiling hubpack_derive v0.1.1 |
1457 | 2024-11-26T22:53:30.195Z | Compiling idna v0.5.0 |
1458 | 2024-11-26T22:53:30.746Z | Compiling hostname v0.4.0 |
1459 | 2024-11-26T22:53:30.926Z | Compiling fs-err v2.11.0 |
1460 | 2024-11-26T22:53:30.996Z | Compiling ahash v0.8.11 |
1461 | 2024-11-26T22:53:31.064Z | Compiling crc32fast v1.4.2 |
1462 | 2024-11-26T22:53:31.166Z | Compiling winnow v0.5.40 |
1463 | 2024-11-26T22:53:31.208Z | Compiling managed v0.8.0 |
1464 | 2024-11-26T22:53:31.315Z | Compiling debug-ignore v1.0.5 |
1465 | 2024-11-26T22:53:31.407Z | Compiling bitflags v1.3.2 |
1466 | 2024-11-26T22:53:31.462Z | Compiling strum_macros v0.25.3 |
1467 | 2024-11-26T22:53:31.519Z | Compiling console v0.15.8 |
1468 | 2024-11-26T22:53:31.898Z | Compiling clap_builder v4.5.21 |
1469 | 2024-11-26T22:53:32.987Z | Compiling flate2 v1.0.34 |
1470 | 2024-11-26T22:53:33.355Z | Compiling cookie_store v0.21.0 |
1471 | 2024-11-26T22:53:33.449Z | Compiling hubpack v0.1.2 |
1472 | 2024-11-26T22:53:33.968Z | Compiling elliptic-curve v0.13.8 |
1473 | 2024-11-26T22:53:34.046Z | Compiling zerocopy v0.6.6 |
1474 | 2024-11-26T22:53:34.835Z | Compiling toml_edit v0.19.15 |
1475 | 2024-11-26T22:53:34.950Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-11-26T22:53:35.008Z | Compiling phf v0.11.2 |
1477 | 2024-11-26T22:53:35.307Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-11-26T22:53:35.476Z | Compiling rayon v1.10.0 |
1479 | 2024-11-26T22:53:35.710Z | Compiling hyper-tls v0.6.0 |
1480 | 2024-11-26T22:53:35.970Z | Compiling bzip2 v0.4.4 |
1481 | 2024-11-26T22:53:36.374Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-11-26T22:53:36.906Z | Compiling postgres-types v0.2.8 |
1483 | 2024-11-26T22:53:39.870Z | Compiling ed25519 v2.2.3 |
1484 | 2024-11-26T22:53:40.402Z | Compiling phf_shared v0.10.0 |
1485 | 2024-11-26T22:53:40.820Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-11-26T22:53:41.520Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-11-26T22:53:41.775Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-11-26T22:53:41.874Z | Compiling clap_derive v4.5.18 |
1489 | 2024-11-26T22:53:41.926Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-11-26T22:53:41.990Z | Compiling float-cmp v0.9.0 |
1491 | 2024-11-26T22:53:42.010Z | Compiling serde_repr v0.1.19 |
1492 | 2024-11-26T22:53:42.105Z | Compiling derive-where v1.2.7 |
1493 | 2024-11-26T22:53:42.219Z | Compiling bstr v1.10.0 |
1494 | 2024-11-26T22:53:42.518Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-11-26T22:53:42.680Z | Compiling predicates-core v1.0.8 |
1496 | 2024-11-26T22:53:43.042Z | Compiling unicode-segmentation v1.12.0 |
1497 | 2024-11-26T22:53:43.071Z | Compiling difflib v0.4.0 |
1498 | 2024-11-26T22:53:43.241Z | Compiling unicode-width v0.2.0 |
1499 | 2024-11-26T22:53:43.789Z | Compiling bit-vec v0.6.3 |
1500 | 2024-11-26T22:53:43.982Z | Compiling number_prefix v0.4.0 |
1501 | 2024-11-26T22:53:44.018Z | Compiling fixedbitset v0.4.2 |
1502 | 2024-11-26T22:53:44.219Z | Compiling precomputed-hash v0.1.1 |
1503 | 2024-11-26T22:53:44.233Z | Compiling static_assertions v1.1.0 |
1504 | 2024-11-26T22:53:44.334Z | Compiling new_debug_unreachable v1.0.6 |
1505 | 2024-11-26T22:53:44.351Z | Compiling whoami v1.5.2 |
1506 | 2024-11-26T22:53:44.431Z | Compiling normalize-line-endings v0.3.0 |
1507 | 2024-11-26T22:53:44.489Z | Compiling string_cache v0.8.7 |
1508 | 2024-11-26T22:53:44.566Z | Compiling predicates v3.1.2 |
1509 | 2024-11-26T22:53:44.750Z | Compiling tokio-postgres v0.7.12 |
1510 | 2024-11-26T22:53:44.976Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1511 | 2024-11-26T22:53:45.009Z | Compiling petgraph v0.6.5 |
1512 | 2024-11-26T22:53:45.807Z | Compiling indicatif v0.17.9 |
1513 | 2024-11-26T22:53:46.371Z | Compiling bit-set v0.5.3 |
1514 | 2024-11-26T22:53:46.667Z | Compiling similar v2.6.0 |
1515 | 2024-11-26T22:53:47.077Z | Compiling clap v4.5.21 |
1516 | 2024-11-26T22:53:47.210Z | Compiling ecdsa v0.16.9 |
1517 | 2024-11-26T22:53:48.094Z | Compiling rsa v0.9.6 |
1518 | 2024-11-26T22:53:48.151Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-11-26T22:53:49.195Z | Compiling toml v0.7.8 |
1520 | 2024-11-26T22:53:49.268Z | Compiling zip v0.6.6 |
1521 | 2024-11-26T22:53:49.516Z | Compiling crossterm v0.28.1 |
1522 | 2024-11-26T22:53:50.824Z | Compiling hex v0.4.3 |
1523 | 2024-11-26T22:53:50.903Z | Compiling x509-cert v0.2.5 |
1524 | 2024-11-26T22:53:51.375Z | Compiling itertools v0.10.5 |
1525 | 2024-11-26T22:53:51.432Z | Compiling peg-runtime v0.8.3 |
1526 | 2024-11-26T22:53:51.435Z | Compiling unicode-xid v0.2.6 |
1527 | 2024-11-26T22:53:51.634Z | Compiling lalrpop-util v0.19.12 |
1528 | 2024-11-26T22:53:51.984Z | Compiling strum_macros v0.26.4 |
1529 | 2024-11-26T22:53:52.005Z | Compiling xattr v1.3.1 |
1530 | 2024-11-26T22:53:52.150Z | Compiling filetime v0.2.25 |
1531 | 2024-11-26T22:53:52.480Z | Compiling tar v0.4.42 |
1532 | 2024-11-26T22:53:57.294Z | Compiling strum v0.26.3 |
1533 | 2024-11-26T22:53:59.724Z | Compiling aws-lc-sys v0.22.0 |
1534 | 2024-11-26T22:54:31.372Z | Compiling rustls-webpki v0.102.8 |
1535 | 2024-11-26T22:54:34.731Z | Compiling tokio-rustls v0.25.0 |
1536 | 2024-11-26T22:54:36.261Z | Compiling tokio-rustls v0.26.0 |
1537 | 2024-11-26T22:54:36.558Z | Compiling hyper-rustls v0.27.3 |
1538 | 2024-11-26T22:54:37.011Z | Compiling reqwest v0.12.9 |
1539 | 2024-11-26T22:54:38.503Z | Compiling qorb v0.2.0 |
1540 | 2024-11-26T22:54:42.961Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-11-26T22:54:43.207Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1542 | 2024-11-26T22:54:49.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1543 | 2024-11-26T22:54:49.175Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1544 | 2024-11-26T22:54:49.226Z | Nov 26 22:54:48.483 INFO Starting download, target: Console |
1545 | 2024-11-26T22:54:49.226Z | Nov 26 22:54:48.483 INFO Starting download, target: Cockroach |
1546 | 2024-11-26T22:54:49.226Z | Nov 26 22:54:48.483 INFO Starting download, target: Clickhouse |
1547 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.483 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.483 INFO Starting download, target: DendriteStub |
1549 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.483 INFO Starting download, target: MaghemiteMgd |
1550 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.483 INFO Starting download, target: TransceiverControl |
1551 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.484 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1552 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.484 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1553 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.484 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.484 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.484 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1556 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.484 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2024-11-26T22:54:49.229Z | Nov 26 22:54:48.484 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1558 | 2024-11-26T22:54:49.391Z | Nov 26 22:54:48.640 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-11-26T22:54:49.581Z | Nov 26 22:54:48.821 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1560 | 2024-11-26T22:54:49.755Z | Nov 26 22:54:49.009 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1561 | 2024-11-26T22:54:50.097Z | Nov 26 22:54:49.344 INFO Download complete, target: Console |
1562 | 2024-11-26T22:54:50.193Z | Nov 26 22:54:49.446 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2024-11-26T22:54:50.220Z | Nov 26 22:54:49.475 INFO Download complete, target: TransceiverControl |
1564 | 2024-11-26T22:54:50.249Z | Nov 26 22:54:49.504 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2024-11-26T22:54:50.851Z | Nov 26 22:54:50.107 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1566 | 2024-11-26T22:54:50.851Z | Nov 26 22:54:50.107 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1567 | 2024-11-26T22:54:51.091Z | Nov 26 22:54:50.348 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1568 | 2024-11-26T22:54:52.949Z | Nov 26 22:54:52.205 INFO Download complete, target: DendriteStub |
1569 | 2024-11-26T22:54:53.065Z | Nov 26 22:54:52.322 INFO Download complete, target: MaghemiteMgd |
1570 | 2024-11-26T22:54:58.081Z | Nov 26 22:54:57.338 INFO Checking that binary works, target: Cockroach |
1571 | 2024-11-26T22:54:58.236Z | Nov 26 22:54:57.492 INFO Download complete, target: Cockroach |
1572 | 2024-11-26T22:55:03.065Z | Nov 26 22:55:02.321 INFO Checking that binary works, target: Clickhouse |
1573 | 2024-11-26T22:55:03.455Z | Nov 26 22:55:02.711 INFO Download complete, target: Clickhouse |
1574 | 2024-11-26T22:55:03.505Z | All builder prerequisites installed successfully, and PATH looks valid |
1575 | 2024-11-26T22:55:03.518Z | |
1576 | 2024-11-26T22:55:03.518Z | real 5:29.187977173 |
1577 | 2024-11-26T22:55:03.518Z | user 16:33.875913409 |
1578 | 2024-11-26T22:55:03.518Z | sys 3:16.453931010 |
1579 | 2024-11-26T22:55:03.518Z | trap 0.578331627 |
1580 | 2024-11-26T22:55:03.518Z | tflt 4.976916761 |
1581 | 2024-11-26T22:55:03.518Z | dflt 4.621652529 |
1582 | 2024-11-26T22:55:03.518Z | kflt 0.281322652 |
1583 | 2024-11-26T22:55:03.518Z | lock 29:39.424258388 |
1584 | 2024-11-26T22:55:03.518Z | slp 1:03:33.539403521 |
1585 | 2024-11-26T22:55:03.518Z | lat 58.209318028 |
1586 | 2024-11-26T22:55:03.518Z | stop 2:18.354024003 |
1587 | 2024-11-26T22:55:03.518Z | + banner hack-check |
1588 | 2024-11-26T22:55:03.518Z | |
1589 | 2024-11-26T22:55:03.518Z | # # ## #### # # #### # # ###### #### # # |
1590 | 2024-11-26T22:55:03.518Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-11-26T22:55:03.518Z | ###### # # # #### ##### # ###### ##### # #### |
1592 | 2024-11-26T22:55:03.518Z | # # ###### # # # # # # # # # # |
1593 | 2024-11-26T22:55:03.518Z | # # # # # # # # # # # # # # # # # |
1594 | 2024-11-26T22:55:03.518Z | # # # # #### # # #### # # ###### #### # # |
1595 | 2024-11-26T22:55:03.518Z | |
1596 | 2024-11-26T22:55:03.518Z | + export CARGO_INCREMENTAL=0 |
1597 | 2024-11-26T22:55:03.518Z | + CARGO_INCREMENTAL=0 |
1598 | 2024-11-26T22:55:03.518Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1599 | 2024-11-26T22:55:04.069Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1600 | 2024-11-26T22:55:07.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
1601 | 2024-11-26T22:55:07.930Z | Running `target/debug/xtask check-features --ci` |
1602 | 2024-11-26T22:55:07.955Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1603 | 2024-11-26T22:55:07.955Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1604 | 2024-11-26T22:55:08.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1605 | 2024-11-26T22:55:08.443Z | Running `target/debug/xtask download cargo-hack` |
1606 | 2024-11-26T22:55:09.277Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1607 | 2024-11-26T22:55:09.644Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1608 | 2024-11-26T22:55:14.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
1609 | 2024-11-26T22:55:14.895Z | Running `target/debug/xtask-downloader cargo-hack` |
1610 | 2024-11-26T22:55:14.932Z | Nov 26 22:55:14.188 INFO Starting download, target: CargoHack |
1611 | 2024-11-26T22:55:14.935Z | Nov 26 22:55:14.189 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1612 | 2024-11-26T22:55:15.490Z | Nov 26 22:55:14.746 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1613 | 2024-11-26T22:55:15.577Z | Nov 26 22:55:14.834 INFO Download complete, target: CargoHack |
1614 | 2024-11-26T22:55:15.582Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1615 | 2024-11-26T22:55:15.598Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1616 | 2024-11-26T22:55:15.770Z | info: running `cargo check --bins` on api_identity (1/173) |
1617 | 2024-11-26T22:55:16.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-11-26T22:55:16.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-11-26T22:55:16.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-11-26T22:55:16.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1621 | 2024-11-26T22:55:16.397Z | |
1622 | 2024-11-26T22:55:16.397Z | info: running `cargo check --bins` on bootstore (2/173) |
1623 | 2024-11-26T22:55:16.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-11-26T22:55:16.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-11-26T22:55:16.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-11-26T22:55:16.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1627 | 2024-11-26T22:55:17.054Z | |
1628 | 2024-11-26T22:55:17.054Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1629 | 2024-11-26T22:55:17.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-11-26T22:55:17.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-11-26T22:55:17.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-11-26T22:55:17.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1633 | 2024-11-26T22:55:17.699Z | |
1634 | 2024-11-26T22:55:17.699Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1635 | 2024-11-26T22:55:18.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-11-26T22:55:18.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-11-26T22:55:18.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-11-26T22:55:18.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1639 | 2024-11-26T22:55:18.353Z | |
1640 | 2024-11-26T22:55:18.353Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1641 | 2024-11-26T22:55:18.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-11-26T22:55:18.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-11-26T22:55:18.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-11-26T22:55:18.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1645 | 2024-11-26T22:55:18.789Z | |
1646 | 2024-11-26T22:55:18.789Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1647 | 2024-11-26T22:55:19.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-11-26T22:55:19.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-11-26T22:55:19.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-11-26T22:55:19.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1651 | 2024-11-26T22:55:19.230Z | |
1652 | 2024-11-26T22:55:19.230Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1653 | 2024-11-26T22:55:19.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-11-26T22:55:19.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-11-26T22:55:19.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-11-26T22:55:19.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1657 | 2024-11-26T22:55:19.667Z | |
1658 | 2024-11-26T22:55:19.667Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1659 | 2024-11-26T22:55:20.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-11-26T22:55:20.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-11-26T22:55:20.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-11-26T22:55:20.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1663 | 2024-11-26T22:55:20.110Z | |
1664 | 2024-11-26T22:55:20.110Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1665 | 2024-11-26T22:55:20.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-11-26T22:55:20.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-11-26T22:55:20.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-11-26T22:55:20.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1669 | 2024-11-26T22:55:20.552Z | |
1670 | 2024-11-26T22:55:20.552Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1671 | 2024-11-26T22:55:20.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-11-26T22:55:20.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-11-26T22:55:20.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-11-26T22:55:20.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1675 | 2024-11-26T22:55:20.992Z | |
1676 | 2024-11-26T22:55:20.992Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1677 | 2024-11-26T22:55:21.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-11-26T22:55:21.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-11-26T22:55:21.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2024-11-26T22:55:21.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1681 | 2024-11-26T22:55:21.432Z | |
1682 | 2024-11-26T22:55:21.432Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1683 | 2024-11-26T22:55:21.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2024-11-26T22:55:21.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2024-11-26T22:55:21.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2024-11-26T22:55:21.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1687 | 2024-11-26T22:55:21.876Z | |
1688 | 2024-11-26T22:55:21.876Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1689 | 2024-11-26T22:55:22.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-11-26T22:55:22.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-11-26T22:55:22.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-11-26T22:55:22.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1693 | 2024-11-26T22:55:22.319Z | |
1694 | 2024-11-26T22:55:22.319Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1695 | 2024-11-26T22:55:22.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2024-11-26T22:55:22.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2024-11-26T22:55:22.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2024-11-26T22:55:22.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1699 | 2024-11-26T22:55:22.762Z | |
1700 | 2024-11-26T22:55:22.762Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1701 | 2024-11-26T22:55:23.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2024-11-26T22:55:23.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2024-11-26T22:55:23.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2024-11-26T22:55:23.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1705 | 2024-11-26T22:55:23.194Z | |
1706 | 2024-11-26T22:55:23.194Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1707 | 2024-11-26T22:55:23.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2024-11-26T22:55:23.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2024-11-26T22:55:23.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2024-11-26T22:55:23.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1711 | 2024-11-26T22:55:23.635Z | |
1712 | 2024-11-26T22:55:23.635Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1713 | 2024-11-26T22:55:24.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2024-11-26T22:55:24.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2024-11-26T22:55:24.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2024-11-26T22:55:24.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1717 | 2024-11-26T22:55:24.072Z | |
1718 | 2024-11-26T22:55:24.072Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1719 | 2024-11-26T22:55:24.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2024-11-26T22:55:24.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2024-11-26T22:55:24.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2024-11-26T22:55:24.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1723 | 2024-11-26T22:55:24.520Z | |
1724 | 2024-11-26T22:55:24.520Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1725 | 2024-11-26T22:55:24.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2024-11-26T22:55:24.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2024-11-26T22:55:24.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2024-11-26T22:55:24.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1729 | 2024-11-26T22:55:24.971Z | |
1730 | 2024-11-26T22:55:24.971Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1731 | 2024-11-26T22:55:25.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2024-11-26T22:55:25.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2024-11-26T22:55:25.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2024-11-26T22:55:25.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1735 | 2024-11-26T22:55:25.411Z | |
1736 | 2024-11-26T22:55:25.411Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1737 | 2024-11-26T22:55:25.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2024-11-26T22:55:25.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2024-11-26T22:55:25.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2024-11-26T22:55:25.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1741 | 2024-11-26T22:55:25.847Z | |
1742 | 2024-11-26T22:55:25.847Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1743 | 2024-11-26T22:55:26.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2024-11-26T22:55:26.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2024-11-26T22:55:26.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2024-11-26T22:55:26.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1747 | 2024-11-26T22:55:26.291Z | |
1748 | 2024-11-26T22:55:26.291Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1749 | 2024-11-26T22:55:26.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2024-11-26T22:55:26.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2024-11-26T22:55:26.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2024-11-26T22:55:26.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1753 | 2024-11-26T22:55:26.738Z | |
1754 | 2024-11-26T22:55:26.738Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1755 | 2024-11-26T22:55:27.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2024-11-26T22:55:27.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2024-11-26T22:55:27.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2024-11-26T22:55:27.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1759 | 2024-11-26T22:55:27.176Z | |
1760 | 2024-11-26T22:55:27.176Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1761 | 2024-11-26T22:55:27.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2024-11-26T22:55:27.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2024-11-26T22:55:27.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2024-11-26T22:55:27.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1765 | 2024-11-26T22:55:27.839Z | |
1766 | 2024-11-26T22:55:27.839Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1767 | 2024-11-26T22:55:28.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2024-11-26T22:55:28.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2024-11-26T22:55:28.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2024-11-26T22:55:28.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1771 | 2024-11-26T22:55:28.494Z | |
1772 | 2024-11-26T22:55:28.494Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1773 | 2024-11-26T22:55:29.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2024-11-26T22:55:29.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2024-11-26T22:55:29.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2024-11-26T22:55:29.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1777 | 2024-11-26T22:55:29.153Z | |
1778 | 2024-11-26T22:55:29.153Z | info: running `cargo check --bins` on oxlog (28/173) |
1779 | 2024-11-26T22:55:29.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2024-11-26T22:55:29.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2024-11-26T22:55:29.787Z | Checking cfg-if v1.0.0 |
1782 | 2024-11-26T22:55:29.790Z | Checking libc v0.2.162 |
1783 | 2024-11-26T22:55:29.898Z | Checking serde v1.0.215 |
1784 | 2024-11-26T22:55:29.900Z | Checking zeroize v1.8.1 |
1785 | 2024-11-26T22:55:29.917Z | Checking memchr v2.7.4 |
1786 | 2024-11-26T22:55:29.920Z | Checking typenum v1.17.0 |
1787 | 2024-11-26T22:55:29.930Z | Checking scopeguard v1.2.0 |
1788 | 2024-11-26T22:55:29.953Z | Checking subtle v2.6.1 |
1789 | 2024-11-26T22:55:29.968Z | Checking value-bag v1.9.0 |
1790 | 2024-11-26T22:55:30.078Z | Checking lock_api v0.4.12 |
1791 | 2024-11-26T22:55:30.145Z | Checking smallvec v1.13.2 |
1792 | 2024-11-26T22:55:30.213Z | Checking const-oid v0.9.6 |
1793 | 2024-11-26T22:55:30.380Z | Checking log v0.4.22 |
1794 | 2024-11-26T22:55:30.475Z | Checking itoa v1.0.11 |
1795 | 2024-11-26T22:55:30.496Z | Checking pin-project-lite v0.2.14 |
1796 | 2024-11-26T22:55:30.648Z | Checking byteorder v1.5.0 |
1797 | 2024-11-26T22:55:30.689Z | Checking futures-core v0.3.31 |
1798 | 2024-11-26T22:55:30.818Z | Checking once_cell v1.20.2 |
1799 | 2024-11-26T22:55:30.870Z | Checking cpufeatures v0.2.14 |
1800 | 2024-11-26T22:55:30.919Z | Checking futures-sink v0.3.31 |
1801 | 2024-11-26T22:55:30.967Z | Checking stable_deref_trait v1.2.0 |
1802 | 2024-11-26T22:55:31.040Z | Checking getrandom v0.2.15 |
1803 | 2024-11-26T22:55:31.053Z | Checking signal-hook-registry v1.4.2 |
1804 | 2024-11-26T22:55:31.066Z | Checking parking_lot_core v0.9.10 |
1805 | 2024-11-26T22:55:31.077Z | Checking mio v1.0.2 |
1806 | 2024-11-26T22:55:31.127Z | Checking socket2 v0.5.7 |
1807 | 2024-11-26T22:55:31.210Z | Checking generic-array v0.14.7 |
1808 | 2024-11-26T22:55:31.254Z | Checking rand_core v0.6.4 |
1809 | 2024-11-26T22:55:31.286Z | Checking spin v0.9.8 |
1810 | 2024-11-26T22:55:31.389Z | Checking parking_lot v0.12.3 |
1811 | 2024-11-26T22:55:31.561Z | Checking zerocopy v0.7.35 |
1812 | 2024-11-26T22:55:31.620Z | Checking zerofrom v0.1.4 |
1813 | 2024-11-26T22:55:31.648Z | Checking slab v0.4.9 |
1814 | 2024-11-26T22:55:31.665Z | Checking futures-channel v0.3.31 |
1815 | 2024-11-26T22:55:31.736Z | Checking equivalent v1.0.1 |
1816 | 2024-11-26T22:55:31.845Z | Checking futures-task v0.3.31 |
1817 | 2024-11-26T22:55:31.848Z | Checking yoke v0.7.4 |
1818 | 2024-11-26T22:55:31.916Z | Checking futures-io v0.3.31 |
1819 | 2024-11-26T22:55:32.007Z | Checking pin-utils v0.1.0 |
1820 | 2024-11-26T22:55:32.033Z | Checking allocator-api2 v0.2.18 |
1821 | 2024-11-26T22:55:32.077Z | Checking foldhash v0.1.3 |
1822 | 2024-11-26T22:55:32.096Z | Checking futures-util v0.3.31 |
1823 | 2024-11-26T22:55:32.099Z | Checking tinyvec_macros v0.1.1 |
1824 | 2024-11-26T22:55:32.186Z | Checking zerovec v0.10.4 |
1825 | 2024-11-26T22:55:32.202Z | Checking ryu v1.0.18 |
1826 | 2024-11-26T22:55:32.269Z | Checking tinyvec v1.8.0 |
1827 | 2024-11-26T22:55:32.377Z | Checking crypto-common v0.1.6 |
1828 | 2024-11-26T22:55:32.428Z | Checking block-buffer v0.10.4 |
1829 | 2024-11-26T22:55:32.561Z | Checking block-padding v0.3.3 |
1830 | 2024-11-26T22:55:32.665Z | Checking digest v0.10.7 |
1831 | 2024-11-26T22:55:32.668Z | Checking hashbrown v0.15.0 |
1832 | 2024-11-26T22:55:32.770Z | Checking inout v0.1.3 |
1833 | 2024-11-26T22:55:32.985Z | Checking fnv v1.0.7 |
1834 | 2024-11-26T22:55:33.012Z | Checking cipher v0.4.4 |
1835 | 2024-11-26T22:55:33.038Z | Checking hmac v0.12.1 |
1836 | 2024-11-26T22:55:33.105Z | Checking sha2 v0.10.8 |
1837 | 2024-11-26T22:55:33.256Z | Checking libm v0.2.8 |
1838 | 2024-11-26T22:55:33.439Z | Checking writeable v0.5.5 |
1839 | 2024-11-26T22:55:33.616Z | Checking unicode-normalization v0.1.24 |
1840 | 2024-11-26T22:55:33.647Z | Checking unicode-bidi v0.3.17 |
1841 | 2024-11-26T22:55:33.750Z | Checking litemap v0.7.3 |
1842 | 2024-11-26T22:55:33.862Z | Checking base64ct v1.6.0 |
1843 | 2024-11-26T22:55:33.879Z | Checking tinystr v0.7.6 |
1844 | 2024-11-26T22:55:34.112Z | Checking ppv-lite86 v0.2.20 |
1845 | 2024-11-26T22:55:34.182Z | Checking num-traits v0.2.19 |
1846 | 2024-11-26T22:55:34.237Z | Checking flagset v0.4.6 |
1847 | 2024-11-26T22:55:34.253Z | Checking icu_locid v1.5.0 |
1848 | 2024-11-26T22:55:34.288Z | Checking pem-rfc7468 v0.7.0 |
1849 | 2024-11-26T22:55:34.423Z | Checking tracing-core v0.1.32 |
1850 | 2024-11-26T22:55:34.546Z | Checking der v0.7.9 |
1851 | 2024-11-26T22:55:34.561Z | Checking thiserror v1.0.69 |
1852 | 2024-11-26T22:55:34.687Z | Checking icu_locid_transform_data v1.5.0 |
1853 | 2024-11-26T22:55:34.780Z | Checking percent-encoding v2.3.1 |
1854 | 2024-11-26T22:55:34.853Z | Checking bytes v1.8.0 |
1855 | 2024-11-26T22:55:34.903Z | Checking indexmap v2.6.0 |
1856 | 2024-11-26T22:55:34.983Z | Checking serde_json v1.0.132 |
1857 | 2024-11-26T22:55:35.095Z | Checking rand_chacha v0.3.1 |
1858 | 2024-11-26T22:55:35.306Z | Checking icu_provider v1.5.0 |
1859 | 2024-11-26T22:55:35.508Z | Checking bitflags v2.6.0 |
1860 | 2024-11-26T22:55:35.641Z | Checking tokio v1.40.0 |
1861 | 2024-11-26T22:55:35.806Z | Checking http v1.1.0 |
1862 | 2024-11-26T22:55:35.936Z | Checking rustls-pki-types v1.9.0 |
1863 | 2024-11-26T22:55:35.981Z | Checking icu_locid_transform v1.5.0 |
1864 | 2024-11-26T22:55:36.189Z | Checking rand v0.8.5 |
1865 | 2024-11-26T22:55:36.388Z | Checking spki v0.7.3 |
1866 | 2024-11-26T22:55:36.514Z | Checking tracing v0.1.40 |
1867 | 2024-11-26T22:55:36.690Z | Checking icu_collections v1.5.0 |
1868 | 2024-11-26T22:55:36.781Z | Checking salsa20 v0.10.2 |
1869 | 2024-11-26T22:55:36.870Z | Checking pbkdf2 v0.12.2 |
1870 | 2024-11-26T22:55:36.943Z | Checking aws-lc-sys v0.22.0 |
1871 | 2024-11-26T22:55:36.992Z | Checking httparse v1.9.5 |
1872 | 2024-11-26T22:55:37.023Z | Checking powerfmt v0.2.0 |
1873 | 2024-11-26T22:55:37.179Z | Checking untrusted v0.9.0 |
1874 | 2024-11-26T22:55:37.215Z | Checking mirai-annotations v1.12.0 |
1875 | 2024-11-26T22:55:37.280Z | Checking untrusted v0.7.1 |
1876 | 2024-11-26T22:55:37.332Z | Checking icu_properties_data v1.5.0 |
1877 | 2024-11-26T22:55:37.377Z | Checking ring v0.17.8 |
1878 | 2024-11-26T22:55:37.396Z | Checking deranged v0.3.11 |
1879 | 2024-11-26T22:55:37.412Z | Checking scrypt v0.11.0 |
1880 | 2024-11-26T22:55:37.441Z | Checking aes v0.8.4 |
1881 | 2024-11-26T22:55:37.489Z | Checking cbc v0.1.2 |
1882 | 2024-11-26T22:55:37.563Z | Checking icu_properties v1.5.1 |
1883 | 2024-11-26T22:55:37.632Z | Checking crossbeam-utils v0.8.20 |
1884 | 2024-11-26T22:55:37.705Z | Checking num-conv v0.1.0 |
1885 | 2024-11-26T22:55:37.951Z | Checking utf8_iter v1.0.4 |
1886 | 2024-11-26T22:55:38.154Z | Checking num_threads v0.1.7 |
1887 | 2024-11-26T22:55:38.272Z | Checking write16 v1.0.0 |
1888 | 2024-11-26T22:55:38.324Z | Checking icu_normalizer_data v1.5.0 |
1889 | 2024-11-26T22:55:38.394Z | Checking utf16_iter v1.0.5 |
1890 | 2024-11-26T22:55:38.410Z | Checking atomic-waker v1.1.2 |
1891 | 2024-11-26T22:55:38.425Z | Checking time-core v0.1.2 |
1892 | 2024-11-26T22:55:38.541Z | Checking pkcs5 v0.7.1 |
1893 | 2024-11-26T22:55:38.563Z | Checking http-body v1.0.1 |
1894 | 2024-11-26T22:55:38.579Z | Checking form_urlencoded v1.2.1 |
1895 | 2024-11-26T22:55:38.761Z | Checking try-lock v0.2.5 |
1896 | 2024-11-26T22:55:38.779Z | Checking unicode-ident v1.0.13 |
1897 | 2024-11-26T22:55:38.894Z | Checking want v0.3.1 |
1898 | 2024-11-26T22:55:38.947Z | Checking httpdate v1.0.3 |
1899 | 2024-11-26T22:55:39.030Z | Checking pkcs8 v0.10.2 |
1900 | 2024-11-26T22:55:39.061Z | Checking proc-macro2 v1.0.89 |
1901 | 2024-11-26T22:55:39.172Z | Checking time v0.3.36 |
1902 | 2024-11-26T22:55:39.190Z | Checking serde_spanned v0.6.8 |
1903 | 2024-11-26T22:55:39.217Z | Checking uuid v1.11.0 |
1904 | 2024-11-26T22:55:39.348Z | Checking toml_datetime v0.6.8 |
1905 | 2024-11-26T22:55:39.377Z | Checking slog v2.7.0 |
1906 | 2024-11-26T22:55:39.543Z | Checking aws-lc-rs v1.10.0 |
1907 | 2024-11-26T22:55:39.633Z | Checking scroll v0.12.0 |
1908 | 2024-11-26T22:55:39.717Z | Checking iana-time-zone v0.1.61 |
1909 | 2024-11-26T22:55:39.808Z | Checking base64 v0.22.1 |
1910 | 2024-11-26T22:55:39.869Z | Checking ucd-trie v0.1.7 |
1911 | 2024-11-26T22:55:39.871Z | Checking plain v0.2.3 |
1912 | 2024-11-26T22:55:40.033Z | Checking adler2 v2.0.0 |
1913 | 2024-11-26T22:55:40.075Z | Checking foreign-types-shared v0.1.1 |
1914 | 2024-11-26T22:55:40.091Z | Checking match_cfg v0.1.0 |
1915 | 2024-11-26T22:55:40.173Z | Checking tower-service v0.3.3 |
1916 | 2024-11-26T22:55:40.176Z | Checking foreign-types v0.3.2 |
1917 | 2024-11-26T22:55:40.201Z | Checking hostname v0.3.1 |
1918 | 2024-11-26T22:55:40.276Z | Checking miniz_oxide v0.8.0 |
1919 | 2024-11-26T22:55:40.291Z | Checking goblin v0.8.2 |
1920 | 2024-11-26T22:55:40.307Z | Checking pest v2.7.14 |
1921 | 2024-11-26T22:55:40.326Z | Checking chrono v0.4.38 |
1922 | 2024-11-26T22:55:41.037Z | Checking icu_normalizer v1.5.0 |
1923 | 2024-11-26T22:55:41.053Z | Checking quote v1.0.37 |
1924 | 2024-11-26T22:55:41.347Z | Checking rustls-webpki v0.102.8 |
1925 | 2024-11-26T22:55:41.410Z | Checking openssl-sys v0.9.103 |
1926 | 2024-11-26T22:55:41.803Z | Checking dirs-sys-next v0.1.2 |
1927 | 2024-11-26T22:55:41.819Z | Checking idna_adapter v1.2.0 |
1928 | 2024-11-26T22:55:41.983Z | Checking errno v0.3.9 |
1929 | 2024-11-26T22:55:41.999Z | Checking idna v1.0.3 |
1930 | 2024-11-26T22:55:42.156Z | Checking aho-corasick v1.1.3 |
1931 | 2024-11-26T22:55:42.178Z | Checking pretty-hex v0.4.1 |
1932 | 2024-11-26T22:55:42.362Z | Checking data-encoding v2.6.0 |
1933 | 2024-11-26T22:55:42.413Z | Checking siphasher v0.3.11 |
1934 | 2024-11-26T22:55:42.486Z | Checking url v2.5.3 |
1935 | 2024-11-26T22:55:42.709Z | Checking regex-syntax v0.8.5 |
1936 | 2024-11-26T22:55:42.736Z | Checking openssl v0.10.66 |
1937 | 2024-11-26T22:55:42.833Z | Checking dtrace-parser v0.2.0 |
1938 | 2024-11-26T22:55:42.998Z | Checking tokio-util v0.7.12 |
1939 | 2024-11-26T22:55:43.041Z | Checking rustix v0.38.37 |
1940 | 2024-11-26T22:55:43.292Z | Checking dirs-next v2.0.0 |
1941 | 2024-11-26T22:55:43.327Z | Checking syn v2.0.87 |
1942 | 2024-11-26T22:55:43.427Z | Checking http-body-util v0.1.2 |
1943 | 2024-11-26T22:55:43.865Z | Checking crossbeam-epoch v0.9.18 |
1944 | 2024-11-26T22:55:43.895Z | Checking sha1 v0.10.6 |
1945 | 2024-11-26T22:55:43.911Z | Checking h2 v0.4.6 |
1946 | 2024-11-26T22:55:44.174Z | Checking signature v2.2.0 |
1947 | 2024-11-26T22:55:44.290Z | Checking lazy_static v1.5.0 |
1948 | 2024-11-26T22:55:44.368Z | Checking thread_local v1.1.8 |
1949 | 2024-11-26T22:55:44.409Z | Checking thread-id v4.2.2 |
1950 | 2024-11-26T22:55:44.512Z | Checking encoding_rs v0.8.34 |
1951 | 2024-11-26T22:55:44.635Z | Checking utf8parse v0.2.2 |
1952 | 2024-11-26T22:55:44.774Z | Checking gimli v0.31.1 |
1953 | 2024-11-26T22:55:45.193Z | Checking dof v0.3.0 |
1954 | 2024-11-26T22:55:45.814Z | Checking ipnet v2.10.1 |
1955 | 2024-11-26T22:55:46.062Z | Checking regex-automata v0.4.8 |
1956 | 2024-11-26T22:55:46.278Z | Checking mime v0.3.17 |
1957 | 2024-11-26T22:55:46.539Z | Checking openssl-probe v0.1.5 |
1958 | 2024-11-26T22:55:46.581Z | Checking winnow v0.6.20 |
1959 | 2024-11-26T22:55:46.688Z | Checking anstyle v1.0.10 |
1960 | 2024-11-26T22:55:46.873Z | Checking unicode-properties v0.1.3 |
1961 | 2024-11-26T22:55:47.033Z | Checking either v1.13.0 |
1962 | 2024-11-26T22:55:47.240Z | Checking stringprep v0.1.5 |
1963 | 2024-11-26T22:55:47.420Z | Checking anstyle-parse v0.2.5 |
1964 | 2024-11-26T22:55:47.519Z | Checking crossbeam-deque v0.8.5 |
1965 | 2024-11-26T22:55:47.708Z | Checking term v0.7.0 |
1966 | 2024-11-26T22:55:47.857Z | Checking rustls v0.23.14 |
1967 | 2024-11-26T22:55:48.149Z | Checking rustls v0.22.4 |
1968 | 2024-11-26T22:55:48.264Z | Checking native-tls v0.2.12 |
1969 | 2024-11-26T22:55:48.605Z | Checking slog-json v2.6.1 |
1970 | 2024-11-26T22:55:48.813Z | Checking addr2line v0.24.2 |
1971 | 2024-11-26T22:55:48.850Z | Checking serde_urlencoded v0.7.1 |
1972 | 2024-11-26T22:55:49.262Z | Checking crossbeam-channel v0.5.13 |
1973 | 2024-11-26T22:55:49.345Z | Checking futures-executor v0.3.31 |
1974 | 2024-11-26T22:55:49.569Z | Checking rustls-pemfile v2.2.0 |
1975 | 2024-11-26T22:55:49.652Z | Checking toml_edit v0.22.22 |
1976 | 2024-11-26T22:55:49.745Z | Checking usdt-impl v0.5.0 |
1977 | 2024-11-26T22:55:49.785Z | Checking num-integer v0.1.46 |
1978 | 2024-11-26T22:55:49.967Z | Checking idna v0.3.0 |
1979 | 2024-11-26T22:55:50.072Z | Checking hyper v1.5.0 |
1980 | 2024-11-26T22:55:50.265Z | Checking idna v0.4.0 |
1981 | 2024-11-26T22:55:50.305Z | Checking md-5 v0.10.6 |
1982 | 2024-11-26T22:55:50.537Z | Checking ff v0.13.0 |
1983 | 2024-11-26T22:55:50.768Z | Checking hash32 v0.2.1 |
1984 | 2024-11-26T22:55:50.805Z | Checking is-terminal v0.4.13 |
1985 | 2024-11-26T22:55:50.851Z | Checking memmap v0.7.0 |
1986 | 2024-11-26T22:55:50.924Z | Checking object v0.36.5 |
1987 | 2024-11-26T22:55:51.056Z | Checking quick-error v1.2.3 |
1988 | 2024-11-26T22:55:51.071Z | Checking fallible-iterator v0.2.0 |
1989 | 2024-11-26T22:55:51.160Z | Checking anstyle-query v1.1.1 |
1990 | 2024-11-26T22:55:51.193Z | Checking dyn-clone v1.0.17 |
1991 | 2024-11-26T22:55:51.290Z | Checking take_mut v0.2.2 |
1992 | 2024-11-26T22:55:51.330Z | Checking psl-types v2.0.11 |
1993 | 2024-11-26T22:55:51.438Z | Checking base16ct v0.2.0 |
1994 | 2024-11-26T22:55:51.516Z | Checking is_terminal_polyfill v1.70.1 |
1995 | 2024-11-26T22:55:51.629Z | Checking linked-hash-map v0.5.6 |
1996 | 2024-11-26T22:55:51.645Z | Checking rustc-demangle v0.1.24 |
1997 | 2024-11-26T22:55:51.675Z | Checking colorchoice v1.0.2 |
1998 | 2024-11-26T22:55:51.803Z | Checking utf-8 v0.7.6 |
1999 | 2024-11-26T22:55:51.818Z | Checking anstream v0.6.15 |
2000 | 2024-11-26T22:55:51.964Z | Checking lru-cache v0.1.2 |
2001 | 2024-11-26T22:55:52.002Z | Checking tungstenite v0.24.0 |
2002 | 2024-11-26T22:55:52.058Z | Checking tokio-rustls v0.25.0 |
2003 | 2024-11-26T22:55:52.123Z | Checking hyper-util v0.1.10 |
2004 | 2024-11-26T22:55:52.138Z | Checking postgres-protocol v0.6.7 |
2005 | 2024-11-26T22:55:52.182Z | Checking sec1 v0.7.3 |
2006 | 2024-11-26T22:55:52.199Z | Checking toml v0.8.19 |
2007 | 2024-11-26T22:55:52.450Z | Checking publicsuffix v2.2.3 |
2008 | 2024-11-26T22:55:52.595Z | Checking slog-async v2.8.0 |
2009 | 2024-11-26T22:55:52.688Z | Checking schemars v0.8.21 |
2010 | 2024-11-26T22:55:52.816Z | Checking resolv-conf v0.7.0 |
2011 | 2024-11-26T22:55:52.880Z | Checking hickory-proto v0.24.1 |
2012 | 2024-11-26T22:55:52.911Z | Checking heapless v0.7.17 |
2013 | 2024-11-26T22:55:52.955Z | Checking usdt v0.5.0 |
2014 | 2024-11-26T22:55:53.143Z | Checking slog-term v2.9.1 |
2015 | 2024-11-26T22:55:53.205Z | Checking group v0.13.0 |
2016 | 2024-11-26T22:55:53.248Z | Checking tokio-rustls v0.26.0 |
2017 | 2024-11-26T22:55:53.472Z | Checking num-iter v0.1.45 |
2018 | 2024-11-26T22:55:53.644Z | Checking futures v0.3.31 |
2019 | 2024-11-26T22:55:53.660Z | Checking slog-bunyan v2.5.0 |
2020 | 2024-11-26T22:55:53.675Z | Checking tokio-native-tls v0.3.1 |
2021 | 2024-11-26T22:55:53.759Z | Checking rayon-core v1.12.1 |
2022 | 2024-11-26T22:55:53.824Z | Checking multer v3.1.0 |
2023 | 2024-11-26T22:55:53.939Z | Checking terminal_size v0.4.0 |
2024 | 2024-11-26T22:55:53.966Z | Checking phf_shared v0.11.2 |
2025 | 2024-11-26T22:55:54.104Z | Checking cookie v0.18.1 |
2026 | 2024-11-26T22:55:54.133Z | Checking async-stream v0.3.6 |
2027 | 2024-11-26T22:55:54.218Z | Checking bzip2-sys v0.1.11+1.0.8 |
2028 | 2024-11-26T22:55:54.244Z | Checking camino v1.1.9 |
2029 | 2024-11-26T22:55:54.283Z | Checking signal-hook v0.3.17 |
2030 | 2024-11-26T22:55:54.323Z | Checking waitgroup v0.1.2 |
2031 | 2024-11-26T22:55:54.339Z | Checking openapiv3 v2.0.0 |
2032 | 2024-11-26T22:55:54.432Z | Checking webpki-roots v0.26.6 |
2033 | 2024-11-26T22:55:54.457Z | Checking serde_path_to_error v0.1.16 |
2034 | 2024-11-26T22:55:54.540Z | Checking idna v0.5.0 |
2035 | 2024-11-26T22:55:54.599Z | Checking hkdf v0.12.4 |
2036 | 2024-11-26T22:55:54.648Z | Checking crypto-bigint v0.5.5 |
2037 | 2024-11-26T22:55:54.818Z | Checking hostname v0.4.0 |
2038 | 2024-11-26T22:55:54.822Z | Checking crc32fast v1.4.2 |
2039 | 2024-11-26T22:55:54.950Z | Checking debug-ignore v1.0.5 |
2040 | 2024-11-26T22:55:55.048Z | Checking winnow v0.5.40 |
2041 | 2024-11-26T22:55:55.051Z | Checking bitflags v1.3.2 |
2042 | 2024-11-26T22:55:55.083Z | Checking strsim v0.11.1 |
2043 | 2024-11-26T22:55:55.157Z | Checking unicode-width v0.1.14 |
2044 | 2024-11-26T22:55:55.376Z | Checking managed v0.8.0 |
2045 | 2024-11-26T22:55:55.379Z | Checking clap_lex v0.7.2 |
2046 | 2024-11-26T22:55:55.652Z | Checking console v0.15.8 |
2047 | 2024-11-26T22:55:55.657Z | Checking clap_builder v4.5.21 |
2048 | 2024-11-26T22:55:55.740Z | Checking smoltcp v0.9.1 |
2049 | 2024-11-26T22:55:56.251Z | Checking cookie_store v0.21.0 |
2050 | 2024-11-26T22:55:56.961Z | Checking flate2 v1.0.34 |
2051 | 2024-11-26T22:55:57.223Z | Checking hyper-rustls v0.27.3 |
2052 | 2024-11-26T22:55:57.420Z | Checking backtrace v0.3.74 |
2053 | 2024-11-26T22:55:57.563Z | Checking signal-hook-mio v0.2.4 |
2054 | 2024-11-26T22:55:57.620Z | Checking rayon v1.10.0 |
2055 | 2024-11-26T22:55:57.672Z | Checking hickory-resolver v0.24.1 |
2056 | 2024-11-26T22:55:57.703Z | Checking bzip2 v0.4.4 |
2057 | 2024-11-26T22:55:57.729Z | Checking elliptic-curve v0.13.8 |
2058 | 2024-11-26T22:55:57.919Z | Checking dropshot v0.12.0 |
2059 | 2024-11-26T22:55:57.968Z | Checking anyhow v1.0.93 |
2060 | 2024-11-26T22:55:58.001Z | Checking phf v0.11.2 |
2061 | 2024-11-26T22:55:58.078Z | Checking toml_edit v0.19.15 |
2062 | 2024-11-26T22:55:58.267Z | Checking hyper-tls v0.6.0 |
2063 | 2024-11-26T22:55:58.341Z | Checking num-bigint-dig v0.8.4 |
2064 | 2024-11-26T22:55:58.356Z | Checking tokio-tungstenite v0.24.0 |
2065 | 2024-11-26T22:55:58.543Z | Checking postgres-types v0.2.8 |
2066 | 2024-11-26T22:55:58.748Z | Checking regex v1.11.1 |
2067 | 2024-11-26T22:55:58.799Z | Checking bstr v1.10.0 |
2068 | 2024-11-26T22:55:59.285Z | Checking ed25519 v2.2.3 |
2069 | 2024-11-26T22:55:59.328Z | Checking tokio-stream v0.1.16 |
2070 | 2024-11-26T22:55:59.391Z | Checking phf_shared v0.10.0 |
2071 | 2024-11-26T22:55:59.591Z | Checking zerocopy v0.6.6 |
2072 | 2024-11-26T22:55:59.684Z | Checking curve25519-dalek v4.1.3 |
2073 | 2024-11-26T22:55:59.731Z | Checking pkcs1 v0.7.5 |
2074 | 2024-11-26T22:56:00.146Z | Checking hubpack v0.1.2 |
2075 | 2024-11-26T22:56:00.196Z | Checking portable-atomic v1.9.0 |
2076 | 2024-11-26T22:56:00.339Z | Checking float-cmp v0.9.0 |
2077 | 2024-11-26T22:56:00.450Z | Checking serde-big-array v0.5.1 |
2078 | 2024-11-26T22:56:00.515Z | Checking rfc6979 v0.4.0 |
2079 | 2024-11-26T22:56:00.533Z | Checking sync_wrapper v1.0.1 |
2080 | 2024-11-26T22:56:00.575Z | Checking unicode-segmentation v1.12.0 |
2081 | 2024-11-26T22:56:00.651Z | Checking normalize-line-endings v0.3.0 |
2082 | 2024-11-26T22:56:00.667Z | Checking minimal-lexical v0.2.1 |
2083 | 2024-11-26T22:56:00.690Z | Checking whoami v1.5.2 |
2084 | 2024-11-26T22:56:00.780Z | Checking new_debug_unreachable v1.0.6 |
2085 | 2024-11-26T22:56:00.873Z | Checking unicode-width v0.2.0 |
2086 | 2024-11-26T22:56:00.992Z | Checking static_assertions v1.1.0 |
2087 | 2024-11-26T22:56:01.055Z | Checking precomputed-hash v0.1.1 |
2088 | 2024-11-26T22:56:01.086Z | Checking fixedbitset v0.4.2 |
2089 | 2024-11-26T22:56:01.166Z | Checking predicates-core v1.0.8 |
2090 | 2024-11-26T22:56:01.221Z | Checking difflib v0.4.0 |
2091 | 2024-11-26T22:56:01.268Z | Checking number_prefix v0.4.0 |
2092 | 2024-11-26T22:56:01.341Z | Checking bit-vec v0.6.3 |
2093 | 2024-11-26T22:56:01.356Z | Checking petgraph v0.6.5 |
2094 | 2024-11-26T22:56:01.360Z | Checking similar v2.6.0 |
2095 | 2024-11-26T22:56:01.438Z | Checking string_cache v0.8.7 |
2096 | 2024-11-26T22:56:01.456Z | Checking indicatif v0.17.9 |
2097 | 2024-11-26T22:56:01.523Z | Checking predicates v3.1.2 |
2098 | 2024-11-26T22:56:01.561Z | Checking qorb v0.2.0 |
2099 | 2024-11-26T22:56:01.577Z | Checking ed25519-dalek v2.1.1 |
2100 | 2024-11-26T22:56:01.654Z | Checking bit-set v0.5.3 |
2101 | 2024-11-26T22:56:01.703Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2102 | 2024-11-26T22:56:01.910Z | Checking nom v7.1.3 |
2103 | 2024-11-26T22:56:01.977Z | Checking tokio-postgres v0.7.12 |
2104 | 2024-11-26T22:56:02.177Z | Checking ecdsa v0.16.9 |
2105 | 2024-11-26T22:56:02.200Z | Checking reqwest v0.12.9 |
2106 | 2024-11-26T22:56:02.202Z | Checking toml v0.7.8 |
2107 | 2024-11-26T22:56:02.916Z | Checking rsa v0.9.6 |
2108 | 2024-11-26T22:56:02.935Z | Checking clap v4.5.21 |
2109 | 2024-11-26T22:56:03.058Z | Checking zip v0.6.6 |
2110 | 2024-11-26T22:56:03.759Z | Checking crossterm v0.28.1 |
2111 | 2024-11-26T22:56:03.983Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2112 | 2024-11-26T22:56:04.009Z | Checking itertools v0.10.5 |
2113 | 2024-11-26T22:56:04.120Z | Checking itertools v0.12.1 |
2114 | 2024-11-26T22:56:04.134Z | Checking fs-err v2.11.0 |
2115 | 2024-11-26T22:56:04.682Z | Checking ahash v0.8.11 |
2116 | 2024-11-26T22:56:04.781Z | Checking x509-cert v0.2.5 |
2117 | 2024-11-26T22:56:04.801Z | Checking semver v1.0.23 |
2118 | 2024-11-26T22:56:05.071Z | Checking hex v0.4.3 |
2119 | 2024-11-26T22:56:05.211Z | Checking peg-runtime v0.8.3 |
2120 | 2024-11-26T22:56:05.226Z | Checking lalrpop-util v0.19.12 |
2121 | 2024-11-26T22:56:05.431Z | Checking sigpipe v0.1.3 |
2122 | 2024-11-26T22:56:06.786Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2123 | 2024-11-26T22:56:07.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.97s |
2124 | 2024-11-26T22:56:07.308Z | |
2125 | 2024-11-26T22:56:07.308Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2126 | 2024-11-26T22:56:07.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2127 | 2024-11-26T22:56:07.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2128 | 2024-11-26T22:56:07.991Z | Compiling hashbrown v0.14.5 |
2129 | 2024-11-26T22:56:08.114Z | Checking heck v0.5.0 |
2130 | 2024-11-26T22:56:08.128Z | Compiling unsafe-libyaml v0.2.11 |
2131 | 2024-11-26T22:56:08.142Z | Compiling ident_case v1.0.1 |
2132 | 2024-11-26T22:56:08.157Z | Checking progenitor-client v0.8.0 |
2133 | 2024-11-26T22:56:08.171Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2134 | 2024-11-26T22:56:08.188Z | Compiling proc-macro-crate v1.3.1 |
2135 | 2024-11-26T22:56:08.269Z | Compiling darling_core v0.20.10 |
2136 | 2024-11-26T22:56:08.307Z | Checking ipnetwork v0.20.0 |
2137 | 2024-11-26T22:56:08.503Z | Compiling structmeta-derive v0.3.0 |
2138 | 2024-11-26T22:56:08.513Z | Compiling newtype-uuid v1.1.3 |
2139 | 2024-11-26T22:56:08.657Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2140 | 2024-11-26T22:56:08.855Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2141 | 2024-11-26T22:56:08.955Z | Compiling lzma-sys v0.1.20 |
2142 | 2024-11-26T22:56:09.210Z | Compiling foreign-types-macros v0.2.3 |
2143 | 2024-11-26T22:56:09.263Z | Checking regress v0.10.1 |
2144 | 2024-11-26T22:56:09.371Z | Compiling num_enum_derive v0.5.11 |
2145 | 2024-11-26T22:56:09.740Z | Compiling serde_yaml v0.9.34+deprecated |
2146 | 2024-11-26T22:56:10.072Z | Compiling dropshot v0.13.0 |
2147 | 2024-11-26T22:56:10.353Z | Checking foreign-types-shared v0.3.1 |
2148 | 2024-11-26T22:56:10.465Z | Checking arc-swap v1.7.1 |
2149 | 2024-11-26T22:56:10.545Z | Checking foreign-types v0.5.0 |
2150 | 2024-11-26T22:56:10.766Z | Compiling proc-macro-error v1.0.4 |
2151 | 2024-11-26T22:56:10.890Z | Checking slog-scope v4.4.0 |
2152 | 2024-11-26T22:56:11.497Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2153 | 2024-11-26T22:56:11.526Z | Compiling structmeta v0.3.0 |
2154 | 2024-11-26T22:56:11.608Z | Checking tungstenite v0.21.0 |
2155 | 2024-11-26T22:56:11.648Z | Compiling heck v0.3.3 |
2156 | 2024-11-26T22:56:11.938Z | Checking num_enum v0.5.11 |
2157 | 2024-11-26T22:56:11.988Z | Compiling parse-display-derive v0.10.0 |
2158 | 2024-11-26T22:56:12.085Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2159 | 2024-11-26T22:56:12.102Z | Compiling dropshot_endpoint v0.13.0 |
2160 | 2024-11-26T22:56:12.610Z | Checking cstr-argument v0.1.2 |
2161 | 2024-11-26T22:56:12.764Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2162 | 2024-11-26T22:56:12.820Z | Checking typify-impl v0.2.0 |
2163 | 2024-11-26T22:56:12.975Z | Checking instant v0.1.13 |
2164 | 2024-11-26T22:56:13.528Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2024-11-26T22:56:13.809Z | Checking pretty-hex v0.2.1 |
2166 | 2024-11-26T22:56:13.976Z | Checking base64 v0.21.7 |
2167 | 2024-11-26T22:56:14.059Z | Checking fastrand v2.1.1 |
2168 | 2024-11-26T22:56:14.411Z | Checking tempfile v3.13.0 |
2169 | 2024-11-26T22:56:14.451Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2170 | 2024-11-26T22:56:14.486Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2024-11-26T22:56:14.627Z | Checking backoff v0.4.0 |
2172 | 2024-11-26T22:56:14.691Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2173 | 2024-11-26T22:56:14.791Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2174 | 2024-11-26T22:56:14.839Z | Checking tokio-tungstenite v0.21.0 |
2175 | 2024-11-26T22:56:14.921Z | Checking strum v0.26.3 |
2176 | 2024-11-26T22:56:15.078Z | Compiling zone_cfg_derive v0.1.2 |
2177 | 2024-11-26T22:56:15.112Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2178 | 2024-11-26T22:56:15.217Z | Compiling darling_macro v0.20.10 |
2179 | 2024-11-26T22:56:15.319Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2180 | 2024-11-26T22:56:15.337Z | Checking slog-stdlog v4.1.1 |
2181 | 2024-11-26T22:56:15.558Z | Checking regress v0.9.1 |
2182 | 2024-11-26T22:56:15.673Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2183 | 2024-11-26T22:56:15.834Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2184 | 2024-11-26T22:56:15.873Z | Checking colored v2.1.0 |
2185 | 2024-11-26T22:56:16.123Z | Checking macaddr v1.0.1 |
2186 | 2024-11-26T22:56:16.140Z | Compiling darling v0.20.10 |
2187 | 2024-11-26T22:56:16.171Z | Checking base64 v0.13.1 |
2188 | 2024-11-26T22:56:16.253Z | Compiling serde_with_macros v3.11.0 |
2189 | 2024-11-26T22:56:16.540Z | Checking ron v0.7.1 |
2190 | 2024-11-26T22:56:16.557Z | Checking zone v0.1.8 |
2191 | 2024-11-26T22:56:16.701Z | Checking parse-display v0.10.0 |
2192 | 2024-11-26T22:56:16.940Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2193 | 2024-11-26T22:56:17.259Z | Checking xz2 v0.1.7 |
2194 | 2024-11-26T22:56:17.429Z | Checking slog-envlogger v2.2.0 |
2195 | 2024-11-26T22:56:17.556Z | Checking tabwriter v1.4.0 |
2196 | 2024-11-26T22:56:17.666Z | Checking xattr v1.3.1 |
2197 | 2024-11-26T22:56:17.749Z | Checking pem v3.0.4 |
2198 | 2024-11-26T22:56:17.861Z | Checking yasna v0.5.2 |
2199 | 2024-11-26T22:56:17.866Z | Checking headers-core v0.3.0 |
2200 | 2024-11-26T22:56:18.002Z | Checking smf v0.2.3 |
2201 | 2024-11-26T22:56:18.034Z | Checking filetime v0.2.25 |
2202 | 2024-11-26T22:56:18.249Z | Checking same-file v1.0.6 |
2203 | 2024-11-26T22:56:18.429Z | Checking walkdir v2.5.0 |
2204 | 2024-11-26T22:56:18.455Z | Checking tar v0.4.42 |
2205 | 2024-11-26T22:56:18.485Z | Checking headers v0.4.0 |
2206 | 2024-11-26T22:56:18.712Z | Checking atomicwrites v0.4.4 |
2207 | 2024-11-26T22:56:18.750Z | Checking rcgen v0.12.1 |
2208 | 2024-11-26T22:56:18.920Z | Checking camino-tempfile v1.1.1 |
2209 | 2024-11-26T22:56:19.116Z | Checking subprocess v0.2.9 |
2210 | 2024-11-26T22:56:19.177Z | Checking serde_with v3.11.0 |
2211 | 2024-11-26T22:56:23.376Z | Compiling typify-macro v0.2.0 |
2212 | 2024-11-26T22:56:25.255Z | Compiling typify v0.2.0 |
2213 | 2024-11-26T22:56:25.325Z | Compiling progenitor-impl v0.8.0 |
2214 | 2024-11-26T22:56:28.545Z | Compiling progenitor-macro v0.8.0 |
2215 | 2024-11-26T22:56:33.851Z | Checking progenitor v0.8.0 |
2216 | 2024-11-26T22:56:34.005Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2217 | 2024-11-26T22:56:34.008Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2218 | 2024-11-26T22:56:36.678Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2219 | 2024-11-26T22:56:36.990Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2220 | 2024-11-26T22:56:43.267Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2221 | 2024-11-26T22:56:44.862Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2024-11-26T22:56:46.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.82s |
2223 | 2024-11-26T22:56:46.316Z | |
2224 | 2024-11-26T22:56:46.316Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2225 | 2024-11-26T22:56:46.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-11-26T22:56:46.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-11-26T22:56:46.992Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2228 | 2024-11-26T22:56:48.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2229 | 2024-11-26T22:56:48.594Z | |
2230 | 2024-11-26T22:56:48.594Z | info: running `cargo check --bins` on nexus-config (31/173) |
2231 | 2024-11-26T22:56:49.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-11-26T22:56:49.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-11-26T22:56:49.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-11-26T22:56:49.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2235 | 2024-11-26T22:56:49.238Z | |
2236 | 2024-11-26T22:56:49.238Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2237 | 2024-11-26T22:56:49.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-11-26T22:56:49.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-11-26T22:56:49.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-11-26T22:56:49.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2241 | 2024-11-26T22:56:49.865Z | |
2242 | 2024-11-26T22:56:49.865Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2243 | 2024-11-26T22:56:50.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-11-26T22:56:50.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-11-26T22:56:50.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2024-11-26T22:56:50.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2247 | 2024-11-26T22:56:50.511Z | |
2248 | 2024-11-26T22:56:50.512Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2249 | 2024-11-26T22:56:51.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-11-26T22:56:51.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-11-26T22:56:51.210Z | Compiling zerocopy v0.8.10 |
2252 | 2024-11-26T22:56:51.210Z | Compiling progenitor-client v0.8.0 |
2253 | 2024-11-26T22:56:51.215Z | Compiling itertools v0.13.0 |
2254 | 2024-11-26T22:56:51.215Z | Compiling zerocopy-derive v0.8.10 |
2255 | 2024-11-26T22:56:51.216Z | Compiling heapless v0.8.0 |
2256 | 2024-11-26T22:56:51.216Z | Compiling newtype-uuid v1.1.3 |
2257 | 2024-11-26T22:56:51.216Z | Compiling ipnetwork v0.20.0 |
2258 | 2024-11-26T22:56:51.216Z | Checking hash32 v0.3.1 |
2259 | 2024-11-26T22:56:51.512Z | Compiling instant v0.1.13 |
2260 | 2024-11-26T22:56:51.658Z | Compiling smoltcp v0.11.0 |
2261 | 2024-11-26T22:56:51.673Z | Compiling backoff v0.4.0 |
2262 | 2024-11-26T22:56:51.808Z | Compiling progenitor v0.8.0 |
2263 | 2024-11-26T22:56:52.023Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2264 | 2024-11-26T22:56:52.060Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2265 | 2024-11-26T22:56:52.206Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2266 | 2024-11-26T22:56:52.250Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2267 | 2024-11-26T22:56:52.428Z | Compiling dropshot v0.13.0 |
2268 | 2024-11-26T22:56:52.445Z | Compiling serde_with v3.11.0 |
2269 | 2024-11-26T22:56:52.546Z | Compiling parse-display v0.10.0 |
2270 | 2024-11-26T22:56:52.817Z | Checking num-rational v0.4.2 |
2271 | 2024-11-26T22:56:53.200Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2272 | 2024-11-26T22:56:53.377Z | Compiling regress v0.9.1 |
2273 | 2024-11-26T22:56:53.475Z | Compiling phf_generator v0.11.2 |
2274 | 2024-11-26T22:56:53.658Z | Checking num-complex v0.4.6 |
2275 | 2024-11-26T22:56:54.538Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2276 | 2024-11-26T22:56:55.234Z | Compiling macaddr v1.0.1 |
2277 | 2024-11-26T22:56:55.694Z | Checking cobs v0.2.3 |
2278 | 2024-11-26T22:56:55.711Z | Compiling num v0.4.3 |
2279 | 2024-11-26T22:56:55.878Z | Checking postcard v1.0.10 |
2280 | 2024-11-26T22:56:55.932Z | Compiling phf_codegen v0.11.2 |
2281 | 2024-11-26T22:56:56.434Z | Compiling parse-zoneinfo v0.3.1 |
2282 | 2024-11-26T22:56:56.524Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2283 | 2024-11-26T22:56:56.813Z | Checking float-ord v0.3.2 |
2284 | 2024-11-26T22:56:56.961Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2285 | 2024-11-26T22:56:57.295Z | Compiling convert_case v0.4.0 |
2286 | 2024-11-26T22:56:57.596Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2287 | 2024-11-26T22:56:58.323Z | Compiling derive_more v0.99.18 |
2288 | 2024-11-26T22:56:58.476Z | Compiling chrono-tz-build v0.4.0 |
2289 | 2024-11-26T22:56:58.592Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2290 | 2024-11-26T22:56:59.321Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2291 | 2024-11-26T22:56:59.986Z | Compiling crucible-workspace-hack v0.1.0 |
2292 | 2024-11-26T22:57:00.237Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2293 | 2024-11-26T22:57:00.351Z | Compiling chrono-tz v0.10.0 |
2294 | 2024-11-26T22:57:00.354Z | Checking newline-converter v0.3.0 |
2295 | 2024-11-26T22:57:00.497Z | Checking prettyplease v0.2.25 |
2296 | 2024-11-26T22:57:00.540Z | Compiling slog-dtrace v0.3.0 |
2297 | 2024-11-26T22:57:00.839Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2298 | 2024-11-26T22:57:01.661Z | Checking expectorate v1.1.0 |
2299 | 2024-11-26T22:57:01.815Z | Compiling zone_cfg_derive v0.3.0 |
2300 | 2024-11-26T22:57:01.828Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2024-11-26T22:57:02.039Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2302 | 2024-11-26T22:57:02.134Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2303 | 2024-11-26T22:57:02.239Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2304 | 2024-11-26T22:57:02.581Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2305 | 2024-11-26T22:57:03.167Z | Compiling const_format_proc_macros v0.2.33 |
2306 | 2024-11-26T22:57:03.326Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2307 | 2024-11-26T22:57:03.380Z | Compiling num-derive v0.4.2 |
2308 | 2024-11-26T22:57:03.383Z | Checking highway v1.2.0 |
2309 | 2024-11-26T22:57:03.809Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2310 | 2024-11-26T22:57:04.114Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2311 | 2024-11-26T22:57:04.592Z | Checking zone v0.3.0 |
2312 | 2024-11-26T22:57:04.978Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2313 | 2024-11-26T22:57:05.123Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2314 | 2024-11-26T22:57:05.385Z | Checking const_format v0.2.33 |
2315 | 2024-11-26T22:57:05.594Z | Checking gethostname v0.5.0 |
2316 | 2024-11-26T22:57:05.722Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2317 | 2024-11-26T22:57:05.736Z | Checking bcs v0.1.6 |
2318 | 2024-11-26T22:57:05.827Z | Compiling async-recursion v1.1.1 |
2319 | 2024-11-26T22:57:06.207Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2320 | 2024-11-26T22:57:06.210Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2321 | 2024-11-26T22:57:06.279Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2322 | 2024-11-26T22:57:07.590Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2323 | 2024-11-26T22:57:08.203Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2324 | 2024-11-26T22:57:13.898Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2325 | 2024-11-26T22:57:17.235Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2326 | 2024-11-26T22:57:19.894Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2327 | 2024-11-26T22:57:21.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.59s |
2328 | 2024-11-26T22:57:21.302Z | |
2329 | 2024-11-26T22:57:21.302Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2330 | 2024-11-26T22:57:21.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-11-26T22:57:21.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-11-26T22:57:21.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2333 | 2024-11-26T22:57:21.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2334 | 2024-11-26T22:57:21.950Z | |
2335 | 2024-11-26T22:57:21.951Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2336 | 2024-11-26T22:57:22.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-11-26T22:57:22.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-11-26T22:57:22.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2339 | 2024-11-26T22:57:22.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2340 | 2024-11-26T22:57:22.605Z | |
2341 | 2024-11-26T22:57:22.605Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2342 | 2024-11-26T22:57:23.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-11-26T22:57:23.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-11-26T22:57:23.282Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2345 | 2024-11-26T22:57:23.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2346 | 2024-11-26T22:57:24.103Z | |
2347 | 2024-11-26T22:57:24.103Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2348 | 2024-11-26T22:57:24.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-11-26T22:57:24.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-11-26T22:57:24.786Z | Compiling cfg_aliases v0.1.1 |
2351 | 2024-11-26T22:57:24.788Z | Compiling vte_generate_state_changes v0.1.2 |
2352 | 2024-11-26T22:57:24.788Z | Checking fd-lock v4.0.2 |
2353 | 2024-11-26T22:57:24.910Z | Checking nibble_vec v0.1.0 |
2354 | 2024-11-26T22:57:24.913Z | Checking endian-type v0.1.2 |
2355 | 2024-11-26T22:57:24.913Z | Checking bytecount v0.6.8 |
2356 | 2024-11-26T22:57:24.921Z | Compiling tabled_derive v0.7.0 |
2357 | 2024-11-26T22:57:24.946Z | Compiling peg-macros v0.8.4 |
2358 | 2024-11-26T22:57:24.973Z | Compiling nix v0.28.0 |
2359 | 2024-11-26T22:57:25.062Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2360 | 2024-11-26T22:57:25.078Z | Checking papergrid v0.11.0 |
2361 | 2024-11-26T22:57:25.078Z | Compiling sqlparser_derive v0.2.2 |
2362 | 2024-11-26T22:57:25.115Z | Checking radix_trie v0.2.1 |
2363 | 2024-11-26T22:57:25.479Z | Checking vte v0.11.1 |
2364 | 2024-11-26T22:57:25.521Z | Checking nu-ansi-term v0.50.1 |
2365 | 2024-11-26T22:57:25.927Z | Checking unicode_categories v0.1.1 |
2366 | 2024-11-26T22:57:26.175Z | Checking home v0.5.9 |
2367 | 2024-11-26T22:57:26.229Z | Checking sqlformat v0.2.6 |
2368 | 2024-11-26T22:57:26.251Z | Checking sqlparser v0.45.0 |
2369 | 2024-11-26T22:57:26.323Z | Checking display-error-chain v0.2.2 |
2370 | 2024-11-26T22:57:26.816Z | Checking strip-ansi-escapes v0.2.0 |
2371 | 2024-11-26T22:57:26.964Z | Checking reedline v0.35.0 |
2372 | 2024-11-26T22:57:27.349Z | Checking tabled v0.15.0 |
2373 | 2024-11-26T22:57:27.859Z | Checking peg v0.8.4 |
2374 | 2024-11-26T22:57:28.322Z | Checking rustyline v14.0.0 |
2375 | 2024-11-26T22:57:36.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.76s |
2376 | 2024-11-26T22:57:37.064Z | |
2377 | 2024-11-26T22:57:37.064Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2378 | 2024-11-26T22:57:37.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-11-26T22:57:37.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-11-26T22:57:37.750Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2381 | 2024-11-26T22:57:42.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2382 | 2024-11-26T22:57:42.921Z | |
2383 | 2024-11-26T22:57:42.921Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2384 | 2024-11-26T22:57:43.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-11-26T22:57:43.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-11-26T22:57:43.601Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2387 | 2024-11-26T22:57:47.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
2388 | 2024-11-26T22:57:47.537Z | |
2389 | 2024-11-26T22:57:47.537Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2390 | 2024-11-26T22:57:48.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-11-26T22:57:48.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-11-26T22:57:48.221Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2393 | 2024-11-26T22:57:53.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
2394 | 2024-11-26T22:57:53.182Z | |
2395 | 2024-11-26T22:57:53.182Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2396 | 2024-11-26T22:57:53.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-11-26T22:57:53.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-11-26T22:57:53.863Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-11-26T22:57:58.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2400 | 2024-11-26T22:57:58.899Z | |
2401 | 2024-11-26T22:57:58.899Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2402 | 2024-11-26T22:57:59.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-11-26T22:57:59.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-11-26T22:57:59.577Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-11-26T22:58:03.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
2406 | 2024-11-26T22:58:03.705Z | |
2407 | 2024-11-26T22:58:03.707Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2408 | 2024-11-26T22:58:04.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-11-26T22:58:04.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-11-26T22:58:04.384Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-11-26T22:58:08.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
2412 | 2024-11-26T22:58:08.612Z | |
2413 | 2024-11-26T22:58:08.612Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2414 | 2024-11-26T22:58:09.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-11-26T22:58:09.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-11-26T22:58:09.288Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-11-26T22:58:14.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
2418 | 2024-11-26T22:58:14.436Z | |
2419 | 2024-11-26T22:58:14.436Z | info: running `cargo check --bins` on oximeter (46/173) |
2420 | 2024-11-26T22:58:15.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-11-26T22:58:15.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-11-26T22:58:15.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-11-26T22:58:15.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2424 | 2024-11-26T22:58:15.082Z | |
2425 | 2024-11-26T22:58:15.082Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2426 | 2024-11-26T22:58:15.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-11-26T22:58:15.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-11-26T22:58:15.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-11-26T22:58:15.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2430 | 2024-11-26T22:58:15.707Z | |
2431 | 2024-11-26T22:58:15.707Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2432 | 2024-11-26T22:58:16.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-11-26T22:58:16.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-11-26T22:58:16.356Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2435 | 2024-11-26T22:58:16.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
2436 | 2024-11-26T22:58:16.986Z | |
2437 | 2024-11-26T22:58:16.986Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2438 | 2024-11-26T22:58:17.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-11-26T22:58:17.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-11-26T22:58:17.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-11-26T22:58:17.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2442 | 2024-11-26T22:58:17.641Z | |
2443 | 2024-11-26T22:58:17.641Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2444 | 2024-11-26T22:58:18.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-11-26T22:58:18.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-11-26T22:58:18.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-11-26T22:58:18.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2448 | 2024-11-26T22:58:18.289Z | |
2449 | 2024-11-26T22:58:18.289Z | info: running `cargo check --bins` on oxql-types (51/173) |
2450 | 2024-11-26T22:58:18.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-11-26T22:58:18.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-11-26T22:58:18.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-11-26T22:58:18.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2454 | 2024-11-26T22:58:18.936Z | |
2455 | 2024-11-26T22:58:18.936Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2456 | 2024-11-26T22:58:19.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-11-26T22:58:19.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-11-26T22:58:19.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-11-26T22:58:19.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2460 | 2024-11-26T22:58:19.600Z | |
2461 | 2024-11-26T22:58:19.600Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2462 | 2024-11-26T22:58:20.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-11-26T22:58:20.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-11-26T22:58:20.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-11-26T22:58:20.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2466 | 2024-11-26T22:58:20.254Z | |
2467 | 2024-11-26T22:58:20.254Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2468 | 2024-11-26T22:58:20.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-11-26T22:58:20.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-11-26T22:58:20.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-11-26T22:58:20.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2472 | 2024-11-26T22:58:20.920Z | |
2473 | 2024-11-26T22:58:20.920Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2474 | 2024-11-26T22:58:21.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-11-26T22:58:21.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-11-26T22:58:21.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-11-26T22:58:21.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2478 | 2024-11-26T22:58:21.563Z | |
2479 | 2024-11-26T22:58:21.563Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2480 | 2024-11-26T22:58:22.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-11-26T22:58:22.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-11-26T22:58:22.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-11-26T22:58:22.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2484 | 2024-11-26T22:58:22.214Z | |
2485 | 2024-11-26T22:58:22.214Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2486 | 2024-11-26T22:58:22.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-11-26T22:58:22.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-11-26T22:58:22.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-11-26T22:58:22.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2490 | 2024-11-26T22:58:22.864Z | |
2491 | 2024-11-26T22:58:22.864Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2492 | 2024-11-26T22:58:23.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-11-26T22:58:23.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-11-26T22:58:23.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-11-26T22:58:23.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2496 | 2024-11-26T22:58:23.497Z | |
2497 | 2024-11-26T22:58:23.497Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2498 | 2024-11-26T22:58:24.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-11-26T22:58:24.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-11-26T22:58:24.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-11-26T22:58:24.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2502 | 2024-11-26T22:58:24.157Z | |
2503 | 2024-11-26T22:58:24.157Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2504 | 2024-11-26T22:58:24.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-11-26T22:58:24.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-11-26T22:58:24.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-11-26T22:58:24.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2508 | 2024-11-26T22:58:24.799Z | |
2509 | 2024-11-26T22:58:24.799Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2510 | 2024-11-26T22:58:25.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-11-26T22:58:25.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-11-26T22:58:25.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-11-26T22:58:25.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2514 | 2024-11-26T22:58:25.439Z | |
2515 | 2024-11-26T22:58:25.439Z | info: running `cargo check --bins` on dpd-client (62/173) |
2516 | 2024-11-26T22:58:25.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-11-26T22:58:26.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-11-26T22:58:26.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-11-26T22:58:26.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2520 | 2024-11-26T22:58:26.080Z | |
2521 | 2024-11-26T22:58:26.080Z | info: running `cargo check --bins` on gateway-client (63/173) |
2522 | 2024-11-26T22:58:26.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-11-26T22:58:26.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-11-26T22:58:26.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-11-26T22:58:26.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2526 | 2024-11-26T22:58:26.703Z | |
2527 | 2024-11-26T22:58:26.703Z | info: running `cargo check --bins` on installinator-client (64/173) |
2528 | 2024-11-26T22:58:27.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-11-26T22:58:27.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-11-26T22:58:27.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-11-26T22:58:27.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2532 | 2024-11-26T22:58:27.366Z | |
2533 | 2024-11-26T22:58:27.366Z | info: running `cargo check --bins` on installinator-common (65/173) |
2534 | 2024-11-26T22:58:27.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-11-26T22:58:27.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-11-26T22:58:27.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-11-26T22:58:27.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2538 | 2024-11-26T22:58:28.024Z | |
2539 | 2024-11-26T22:58:28.024Z | info: running `cargo check --bins` on update-engine (66/173) |
2540 | 2024-11-26T22:58:28.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-11-26T22:58:28.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-11-26T22:58:28.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-11-26T22:58:28.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2544 | 2024-11-26T22:58:28.658Z | |
2545 | 2024-11-26T22:58:28.658Z | info: running `cargo check --bins` on nexus-client (67/173) |
2546 | 2024-11-26T22:58:29.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-11-26T22:58:29.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-11-26T22:58:29.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-11-26T22:58:29.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2550 | 2024-11-26T22:58:29.320Z | |
2551 | 2024-11-26T22:58:29.320Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2552 | 2024-11-26T22:58:29.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-11-26T22:58:29.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-11-26T22:58:29.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-11-26T22:58:29.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2556 | 2024-11-26T22:58:29.969Z | |
2557 | 2024-11-26T22:58:29.969Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2558 | 2024-11-26T22:58:30.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-11-26T22:58:30.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-11-26T22:58:30.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-11-26T22:58:30.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2562 | 2024-11-26T22:58:30.593Z | |
2563 | 2024-11-26T22:58:30.593Z | info: running `cargo check --bins` on nexus-types (70/173) |
2564 | 2024-11-26T22:58:31.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-11-26T22:58:31.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-11-26T22:58:31.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-11-26T22:58:31.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2568 | 2024-11-26T22:58:31.254Z | |
2569 | 2024-11-26T22:58:31.254Z | info: running `cargo check --bins` on oxide-client (71/173) |
2570 | 2024-11-26T22:58:31.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-11-26T22:58:31.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-11-26T22:58:31.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-11-26T22:58:31.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2574 | 2024-11-26T22:58:31.879Z | |
2575 | 2024-11-26T22:58:31.879Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2576 | 2024-11-26T22:58:32.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-11-26T22:58:32.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-11-26T22:58:32.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-11-26T22:58:32.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2580 | 2024-11-26T22:58:32.525Z | |
2581 | 2024-11-26T22:58:32.525Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2582 | 2024-11-26T22:58:33.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-11-26T22:58:33.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-11-26T22:58:33.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-11-26T22:58:33.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2586 | 2024-11-26T22:58:33.159Z | |
2587 | 2024-11-26T22:58:33.159Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2588 | 2024-11-26T22:58:33.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-11-26T22:58:33.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-11-26T22:58:33.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-11-26T22:58:33.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2592 | 2024-11-26T22:58:33.816Z | |
2593 | 2024-11-26T22:58:33.816Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2594 | 2024-11-26T22:58:34.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-11-26T22:58:34.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-11-26T22:58:34.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-11-26T22:58:34.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2598 | 2024-11-26T22:58:34.597Z | |
2599 | 2024-11-26T22:58:34.598Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2600 | 2024-11-26T22:58:35.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-11-26T22:58:35.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-11-26T22:58:35.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-11-26T22:58:35.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2604 | 2024-11-26T22:58:35.154Z | |
2605 | 2024-11-26T22:58:35.154Z | info: running `cargo check --bins` on wicket-common (77/173) |
2606 | 2024-11-26T22:58:35.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-11-26T22:58:35.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-11-26T22:58:35.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-11-26T22:58:35.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2610 | 2024-11-26T22:58:35.825Z | |
2611 | 2024-11-26T22:58:35.825Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2612 | 2024-11-26T22:58:36.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-11-26T22:58:36.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-11-26T22:58:36.494Z | Checking csv-core v0.1.11 |
2615 | 2024-11-26T22:58:36.494Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2616 | 2024-11-26T22:58:36.496Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2617 | 2024-11-26T22:58:36.823Z | Checking csv v1.3.0 |
2618 | 2024-11-26T22:58:37.055Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2619 | 2024-11-26T22:58:37.378Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2620 | 2024-11-26T22:58:37.730Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2621 | 2024-11-26T22:58:38.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
2622 | 2024-11-26T22:58:39.164Z | |
2623 | 2024-11-26T22:58:39.165Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2624 | 2024-11-26T22:58:39.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-11-26T22:58:39.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-11-26T22:58:39.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-11-26T22:58:39.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2628 | 2024-11-26T22:58:39.808Z | |
2629 | 2024-11-26T22:58:39.808Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2630 | 2024-11-26T22:58:40.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-11-26T22:58:40.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-11-26T22:58:40.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-11-26T22:58:40.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2634 | 2024-11-26T22:58:40.445Z | |
2635 | 2024-11-26T22:58:40.445Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2636 | 2024-11-26T22:58:41.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-11-26T22:58:41.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-11-26T22:58:41.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-11-26T22:58:41.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2640 | 2024-11-26T22:58:41.188Z | |
2641 | 2024-11-26T22:58:41.188Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2642 | 2024-11-26T22:58:41.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-11-26T22:58:41.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-11-26T22:58:41.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-11-26T22:58:41.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2646 | 2024-11-26T22:58:41.939Z | |
2647 | 2024-11-26T22:58:41.939Z | info: running `cargo check --bins` on dns-server (83/173) |
2648 | 2024-11-26T22:58:42.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-11-26T22:58:42.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-11-26T22:58:42.595Z | Compiling parking_lot_core v0.8.6 |
2651 | 2024-11-26T22:58:42.595Z | Checking fxhash v0.2.1 |
2652 | 2024-11-26T22:58:42.597Z | Checking hickory-server v0.24.1 |
2653 | 2024-11-26T22:58:42.697Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2654 | 2024-11-26T22:58:42.708Z | Checking hickory-client v0.24.1 |
2655 | 2024-11-26T22:58:43.321Z | Checking parking_lot v0.11.2 |
2656 | 2024-11-26T22:58:43.435Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2657 | 2024-11-26T22:58:43.435Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2658 | 2024-11-26T22:58:43.549Z | Checking sled v0.34.7 |
2659 | 2024-11-26T22:58:45.314Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2660 | 2024-11-26T22:58:46.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2661 | 2024-11-26T22:58:46.769Z | |
2662 | 2024-11-26T22:58:46.769Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2663 | 2024-11-26T22:58:47.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-11-26T22:58:47.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-11-26T22:58:47.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-11-26T22:58:47.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2667 | 2024-11-26T22:58:47.408Z | |
2668 | 2024-11-26T22:58:47.408Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2669 | 2024-11-26T22:58:48.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-11-26T22:58:48.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-11-26T22:58:48.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-11-26T22:58:48.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2673 | 2024-11-26T22:58:48.121Z | |
2674 | 2024-11-26T22:58:48.121Z | info: running `cargo check --bins` on gateway-types (86/173) |
2675 | 2024-11-26T22:58:48.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-11-26T22:58:48.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-11-26T22:58:48.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-11-26T22:58:48.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2679 | 2024-11-26T22:58:48.763Z | |
2680 | 2024-11-26T22:58:48.763Z | info: running `cargo check --bins` on ipcc (87/173) |
2681 | 2024-11-26T22:58:49.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-11-26T22:58:49.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-11-26T22:58:49.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-11-26T22:58:49.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2685 | 2024-11-26T22:58:49.405Z | |
2686 | 2024-11-26T22:58:49.405Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2687 | 2024-11-26T22:58:49.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-11-26T22:58:50.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-11-26T22:58:50.116Z | Compiling semver v0.1.20 |
2690 | 2024-11-26T22:58:50.116Z | Compiling radium v0.7.0 |
2691 | 2024-11-26T22:58:50.235Z | Compiling maybe-uninit v2.0.0 |
2692 | 2024-11-26T22:58:50.237Z | Checking tap v1.0.1 |
2693 | 2024-11-26T22:58:50.259Z | Checking password-hash v0.5.0 |
2694 | 2024-11-26T22:58:50.261Z | Checking blake2 v0.10.6 |
2695 | 2024-11-26T22:58:50.261Z | Compiling cancel-safe-futures v0.1.5 |
2696 | 2024-11-26T22:58:50.261Z | Compiling owo-colors v4.1.0 |
2697 | 2024-11-26T22:58:50.556Z | Compiling rustc_version v0.1.7 |
2698 | 2024-11-26T22:58:50.601Z | Compiling packed_struct v0.10.1 |
2699 | 2024-11-26T22:58:50.690Z | Checking funty v2.0.0 |
2700 | 2024-11-26T22:58:50.693Z | Checking wyz v0.5.1 |
2701 | 2024-11-26T22:58:50.693Z | Checking crc-catalog v2.4.0 |
2702 | 2024-11-26T22:58:50.816Z | Checking argon2 v0.5.3 |
2703 | 2024-11-26T22:58:50.832Z | Checking crc v3.2.1 |
2704 | 2024-11-26T22:58:50.948Z | Compiling packed_struct_codegen v0.10.1 |
2705 | 2024-11-26T22:58:51.029Z | Checking half v2.4.1 |
2706 | 2024-11-26T22:58:51.062Z | Compiling newtype_derive v0.1.6 |
2707 | 2024-11-26T22:58:51.086Z | Compiling indexmap v1.9.3 |
2708 | 2024-11-26T22:58:51.103Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2709 | 2024-11-26T22:58:51.265Z | Checking nodrop v0.1.14 |
2710 | 2024-11-26T22:58:51.378Z | Checking ciborium-io v0.2.2 |
2711 | 2024-11-26T22:58:51.439Z | Checking array-init v0.0.4 |
2712 | 2024-11-26T22:58:51.456Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2713 | 2024-11-26T22:58:51.459Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2714 | 2024-11-26T22:58:51.494Z | Checking ciborium-ll v0.2.2 |
2715 | 2024-11-26T22:58:51.597Z | Checking bitvec v1.0.1 |
2716 | 2024-11-26T22:58:51.756Z | Checking smallvec v0.6.14 |
2717 | 2024-11-26T22:58:51.814Z | Checking libsw v3.3.1 |
2718 | 2024-11-26T22:58:51.960Z | Compiling memoffset v0.9.1 |
2719 | 2024-11-26T22:58:52.088Z | Checking hashbrown v0.12.3 |
2720 | 2024-11-26T22:58:52.181Z | Checking linear-map v1.2.0 |
2721 | 2024-11-26T22:58:52.201Z | Checking swrite v0.1.0 |
2722 | 2024-11-26T22:58:52.265Z | Checking indent_write v2.2.0 |
2723 | 2024-11-26T22:58:52.315Z | Checking termcolor v1.4.1 |
2724 | 2024-11-26T22:58:52.428Z | Checking bitfield v0.14.0 |
2725 | 2024-11-26T22:58:52.468Z | Checking ron v0.8.1 |
2726 | 2024-11-26T22:58:52.521Z | Checking serde-hex v0.1.0 |
2727 | 2024-11-26T22:58:52.768Z | Checking env_logger v0.10.2 |
2728 | 2024-11-26T22:58:52.896Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2729 | 2024-11-26T22:58:53.191Z | Checking ciborium v0.2.2 |
2730 | 2024-11-26T22:58:53.408Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2731 | 2024-11-26T22:58:53.734Z | Checking steno v0.4.1 |
2732 | 2024-11-26T22:58:53.818Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2733 | 2024-11-26T22:58:53.956Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2734 | 2024-11-26T22:58:54.088Z | Checking hashbrown v0.13.2 |
2735 | 2024-11-26T22:58:54.184Z | Checking crc-any v2.5.0 |
2736 | 2024-11-26T22:58:54.563Z | Checking humantime v2.1.0 |
2737 | 2024-11-26T22:58:54.581Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2738 | 2024-11-26T22:58:54.876Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2739 | 2024-11-26T22:58:55.127Z | Checking object v0.30.4 |
2740 | 2024-11-26T22:58:55.221Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2741 | 2024-11-26T22:58:55.253Z | Checking path-slash v0.1.5 |
2742 | 2024-11-26T22:58:55.403Z | Checking nix v0.27.1 |
2743 | 2024-11-26T22:58:55.574Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2744 | 2024-11-26T22:58:55.953Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2745 | 2024-11-26T22:58:56.362Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2746 | 2024-11-26T22:58:56.474Z | Checking tungstenite v0.23.0 |
2747 | 2024-11-26T22:58:56.615Z | Checking kstat-rs v0.2.4 |
2748 | 2024-11-26T22:58:56.672Z | Checking signal-hook-tokio v0.3.1 |
2749 | 2024-11-26T22:58:56.962Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2750 | 2024-11-26T22:58:57.243Z | Checking tokio-tungstenite v0.23.1 |
2751 | 2024-11-26T22:58:58.136Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-11-26T22:58:58.224Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2753 | 2024-11-26T22:58:58.500Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2754 | 2024-11-26T22:59:05.103Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2755 | 2024-11-26T22:59:06.399Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2756 | 2024-11-26T22:59:08.882Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2757 | 2024-11-26T22:59:14.554Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-11-26T22:59:15.253Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2759 | 2024-11-26T22:59:18.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.64s |
2760 | 2024-11-26T22:59:18.256Z | |
2761 | 2024-11-26T22:59:18.257Z | info: running `cargo check --bins` on gateway-api (89/173) |
2762 | 2024-11-26T22:59:18.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-11-26T22:59:18.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-11-26T22:59:18.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-11-26T22:59:18.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2766 | 2024-11-26T22:59:18.896Z | |
2767 | 2024-11-26T22:59:18.896Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2768 | 2024-11-26T22:59:19.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-11-26T22:59:19.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-11-26T22:59:19.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-11-26T22:59:19.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2772 | 2024-11-26T22:59:19.512Z | |
2773 | 2024-11-26T22:59:19.512Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2774 | 2024-11-26T22:59:20.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-11-26T22:59:20.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-11-26T22:59:20.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-11-26T22:59:20.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2778 | 2024-11-26T22:59:20.152Z | |
2779 | 2024-11-26T22:59:20.152Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2780 | 2024-11-26T22:59:20.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-11-26T22:59:20.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-11-26T22:59:20.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-11-26T22:59:20.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2784 | 2024-11-26T22:59:20.787Z | |
2785 | 2024-11-26T22:59:20.787Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2786 | 2024-11-26T22:59:21.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-11-26T22:59:21.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-11-26T22:59:21.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-11-26T22:59:21.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2790 | 2024-11-26T22:59:21.425Z | |
2791 | 2024-11-26T22:59:21.425Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2792 | 2024-11-26T22:59:21.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-11-26T22:59:21.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-11-26T22:59:21.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-11-26T22:59:21.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2796 | 2024-11-26T22:59:22.061Z | |
2797 | 2024-11-26T22:59:22.062Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2798 | 2024-11-26T22:59:22.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-11-26T22:59:22.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-11-26T22:59:22.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-11-26T22:59:22.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2802 | 2024-11-26T22:59:22.698Z | |
2803 | 2024-11-26T22:59:22.698Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2804 | 2024-11-26T22:59:23.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-11-26T22:59:23.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-11-26T22:59:23.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-11-26T22:59:23.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2024-11-26T22:59:23.335Z | |
2809 | 2024-11-26T22:59:23.335Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2810 | 2024-11-26T22:59:23.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-11-26T22:59:23.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-11-26T22:59:23.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-11-26T22:59:23.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2814 | 2024-11-26T22:59:23.998Z | |
2815 | 2024-11-26T22:59:23.998Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2816 | 2024-11-26T22:59:24.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-11-26T22:59:24.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-11-26T22:59:24.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-11-26T22:59:24.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2820 | 2024-11-26T22:59:24.645Z | |
2821 | 2024-11-26T22:59:24.645Z | info: running `cargo check --bins` on sp-sim (99/173) |
2822 | 2024-11-26T22:59:25.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-11-26T22:59:25.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-11-26T22:59:25.296Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2825 | 2024-11-26T22:59:27.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
2826 | 2024-11-26T22:59:27.340Z | |
2827 | 2024-11-26T22:59:27.340Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2828 | 2024-11-26T22:59:27.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-11-26T22:59:27.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-11-26T22:59:27.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2024-11-26T22:59:27.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2832 | 2024-11-26T22:59:28.027Z | |
2833 | 2024-11-26T22:59:28.027Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2834 | 2024-11-26T22:59:28.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-11-26T22:59:28.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-11-26T22:59:28.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-11-26T22:59:28.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2838 | 2024-11-26T22:59:28.720Z | |
2839 | 2024-11-26T22:59:28.720Z | info: running `cargo check --bins` on db-macros (102/173) |
2840 | 2024-11-26T22:59:29.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-11-26T22:59:29.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-11-26T22:59:29.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-11-26T22:59:29.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2844 | 2024-11-26T22:59:29.341Z | |
2845 | 2024-11-26T22:59:29.341Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2846 | 2024-11-26T22:59:29.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-11-26T22:59:29.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-11-26T22:59:29.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-11-26T22:59:29.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2850 | 2024-11-26T22:59:29.966Z | |
2851 | 2024-11-26T22:59:29.966Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2852 | 2024-11-26T22:59:30.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-11-26T22:59:30.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-11-26T22:59:30.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-11-26T22:59:30.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2856 | 2024-11-26T22:59:30.647Z | |
2857 | 2024-11-26T22:59:30.647Z | info: running `cargo check --bins` on authz-macros (105/173) |
2858 | 2024-11-26T22:59:31.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-11-26T22:59:31.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-11-26T22:59:31.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-11-26T22:59:31.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2862 | 2024-11-26T22:59:31.281Z | |
2863 | 2024-11-26T22:59:31.281Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2864 | 2024-11-26T22:59:31.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-11-26T22:59:31.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-11-26T22:59:31.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-11-26T22:59:31.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2868 | 2024-11-26T22:59:31.957Z | |
2869 | 2024-11-26T22:59:31.957Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2870 | 2024-11-26T22:59:32.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-11-26T22:59:32.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-11-26T22:59:32.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-11-26T22:59:32.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2874 | 2024-11-26T22:59:32.623Z | |
2875 | 2024-11-26T22:59:32.623Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2876 | 2024-11-26T22:59:33.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-11-26T22:59:33.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-11-26T22:59:33.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-11-26T22:59:33.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2880 | 2024-11-26T22:59:33.268Z | |
2881 | 2024-11-26T22:59:33.268Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2882 | 2024-11-26T22:59:33.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-11-26T22:59:33.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-11-26T22:59:33.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-11-26T22:59:33.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2886 | 2024-11-26T22:59:33.941Z | |
2887 | 2024-11-26T22:59:33.941Z | info: running `cargo check --bins` on typed-rng (110/173) |
2888 | 2024-11-26T22:59:34.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-11-26T22:59:34.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-11-26T22:59:34.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-11-26T22:59:34.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2892 | 2024-11-26T22:59:34.567Z | |
2893 | 2024-11-26T22:59:34.568Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2894 | 2024-11-26T22:59:35.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-11-26T22:59:35.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-11-26T22:59:35.320Z | Checking keccak v0.1.5 |
2897 | 2024-11-26T22:59:35.432Z | Checking secrecy v0.8.0 |
2898 | 2024-11-26T22:59:35.434Z | Compiling unicase v2.7.0 |
2899 | 2024-11-26T22:59:35.434Z | Compiling same-file v1.0.6 |
2900 | 2024-11-26T22:59:35.454Z | Compiling tempfile v3.13.0 |
2901 | 2024-11-26T22:59:35.483Z | Compiling thiserror-impl-no-std v2.0.2 |
2902 | 2024-11-26T22:59:35.485Z | Checking universal-hash v0.5.1 |
2903 | 2024-11-26T22:59:35.485Z | Compiling blake3 v1.5.4 |
2904 | 2024-11-26T22:59:35.640Z | Compiling walkdir v2.5.0 |
2905 | 2024-11-26T22:59:35.704Z | Compiling ring v0.16.20 |
2906 | 2024-11-26T22:59:35.719Z | Checking sha3 v0.10.8 |
2907 | 2024-11-26T22:59:35.736Z | Checking opaque-debug v0.3.1 |
2908 | 2024-11-26T22:59:35.823Z | Checking poly1305 v0.8.0 |
2909 | 2024-11-26T22:59:35.867Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2910 | 2024-11-26T22:59:36.125Z | Checking chacha20 v0.9.1 |
2911 | 2024-11-26T22:59:36.204Z | Checking aead v0.5.2 |
2912 | 2024-11-26T22:59:36.325Z | Compiling memmap2 v0.9.5 |
2913 | 2024-11-26T22:59:36.342Z | Compiling arrayref v0.3.9 |
2914 | 2024-11-26T22:59:36.414Z | Compiling arrayvec v0.7.6 |
2915 | 2024-11-26T22:59:36.432Z | Compiling libefi-sys v0.1.0 |
2916 | 2024-11-26T22:59:36.461Z | Compiling spin v0.5.2 |
2917 | 2024-11-26T22:59:36.537Z | Compiling constant_time_eq v0.3.1 |
2918 | 2024-11-26T22:59:36.676Z | Compiling salty v0.3.0 |
2919 | 2024-11-26T22:59:36.710Z | Checking chacha20poly1305 v0.10.1 |
2920 | 2024-11-26T22:59:36.764Z | Compiling toolchain_find v0.4.0 |
2921 | 2024-11-26T22:59:36.795Z | Compiling camino-tempfile v1.1.1 |
2922 | 2024-11-26T22:59:36.900Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2923 | 2024-11-26T22:59:37.091Z | Compiling bitfield-struct v0.6.2 |
2924 | 2024-11-26T22:59:37.208Z | Compiling topological-sort v0.2.2 |
2925 | 2024-11-26T22:59:37.249Z | Compiling mime_guess v2.0.5 |
2926 | 2024-11-26T22:59:37.432Z | Compiling rustfmt-wrapper v0.2.1 |
2927 | 2024-11-26T22:59:37.888Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2928 | 2024-11-26T22:59:38.005Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2929 | 2024-11-26T22:59:38.043Z | Checking primeorder v0.13.6 |
2930 | 2024-11-26T22:59:38.045Z | Checking env_filter v0.1.2 |
2931 | 2024-11-26T22:59:38.276Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2932 | 2024-11-26T22:59:38.389Z | Checking env_logger v0.11.5 |
2933 | 2024-11-26T22:59:38.508Z | Checking p384 v0.13.0 |
2934 | 2024-11-26T22:59:38.537Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2935 | 2024-11-26T22:59:38.537Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2936 | 2024-11-26T22:59:38.626Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2937 | 2024-11-26T22:59:38.644Z | Checking thiserror-no-std v2.0.2 |
2938 | 2024-11-26T22:59:38.752Z | Checking vsss-rs v3.3.4 |
2939 | 2024-11-26T22:59:38.868Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2940 | 2024-11-26T22:59:38.974Z | Checking lockfree-object-pool v0.1.6 |
2941 | 2024-11-26T22:59:39.112Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2942 | 2024-11-26T22:59:39.164Z | Checking simd-adler32 v0.3.7 |
2943 | 2024-11-26T22:59:39.212Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2944 | 2024-11-26T22:59:39.271Z | Compiling zip v2.1.3 |
2945 | 2024-11-26T22:59:39.492Z | Checking bumpalo v3.16.0 |
2946 | 2024-11-26T22:59:39.512Z | Checking http-range v0.1.5 |
2947 | 2024-11-26T22:59:39.591Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2948 | 2024-11-26T22:59:39.594Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2949 | 2024-11-26T22:59:39.687Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2950 | 2024-11-26T22:59:39.796Z | Checking zopfli v0.8.1 |
2951 | 2024-11-26T22:59:39.906Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2952 | 2024-11-26T22:59:40.300Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2953 | 2024-11-26T22:59:40.326Z | Checking nanorand v0.7.0 |
2954 | 2024-11-26T22:59:40.474Z | Checking atty v0.2.14 |
2955 | 2024-11-26T22:59:40.508Z | Checking glob v0.3.1 |
2956 | 2024-11-26T22:59:40.596Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2957 | 2024-11-26T22:59:40.709Z | Checking flume v0.11.1 |
2958 | 2024-11-26T22:59:41.028Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2959 | 2024-11-26T22:59:41.210Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2960 | 2024-11-26T22:59:41.541Z | Compiling omicron-zone-package v0.11.1 |
2961 | 2024-11-26T22:59:41.906Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2962 | 2024-11-26T22:59:42.324Z | Checking hyper-staticfile v0.10.1 |
2963 | 2024-11-26T22:59:42.911Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2964 | 2024-11-26T22:59:43.007Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2965 | 2024-11-26T22:59:43.060Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2966 | 2024-11-26T22:59:43.365Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2967 | 2024-11-26T22:59:43.419Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2968 | 2024-11-26T22:59:43.925Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2969 | 2024-11-26T22:59:44.296Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2970 | 2024-11-26T22:59:44.657Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2971 | 2024-11-26T22:59:45.907Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2972 | 2024-11-26T22:59:47.537Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2973 | 2024-11-26T22:59:47.540Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2974 | 2024-11-26T22:59:58.131Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2975 | 2024-11-26T23:00:11.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.21s |
2976 | 2024-11-26T23:00:11.969Z | |
2977 | 2024-11-26T23:00:11.969Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2978 | 2024-11-26T23:00:12.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-11-26T23:00:12.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-11-26T23:00:12.720Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2981 | 2024-11-26T23:00:26.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s |
2982 | 2024-11-26T23:00:26.576Z | |
2983 | 2024-11-26T23:00:26.576Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2984 | 2024-11-26T23:00:27.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-11-26T23:00:27.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-11-26T23:00:27.316Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2987 | 2024-11-26T23:00:41.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s |
2988 | 2024-11-26T23:00:41.215Z | |
2989 | 2024-11-26T23:00:41.216Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2990 | 2024-11-26T23:00:41.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2024-11-26T23:00:41.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2024-11-26T23:00:41.961Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2024-11-26T23:00:55.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
2994 | 2024-11-26T23:00:56.008Z | |
2995 | 2024-11-26T23:00:56.008Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2996 | 2024-11-26T23:00:56.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2024-11-26T23:00:56.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2024-11-26T23:00:56.679Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2999 | 2024-11-26T23:01:10.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s |
3000 | 2024-11-26T23:01:10.627Z | |
3001 | 2024-11-26T23:01:10.627Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3002 | 2024-11-26T23:01:11.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-11-26T23:01:11.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-11-26T23:01:11.366Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3005 | 2024-11-26T23:01:25.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s |
3006 | 2024-11-26T23:01:25.268Z | |
3007 | 2024-11-26T23:01:25.268Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3008 | 2024-11-26T23:01:25.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2024-11-26T23:01:25.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2024-11-26T23:01:26.022Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2024-11-26T23:01:39.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
3012 | 2024-11-26T23:01:39.945Z | |
3013 | 2024-11-26T23:01:39.945Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3014 | 2024-11-26T23:01:40.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-11-26T23:01:40.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-11-26T23:01:40.706Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-11-26T23:01:54.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s |
3018 | 2024-11-26T23:01:54.610Z | |
3019 | 2024-11-26T23:01:54.611Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3020 | 2024-11-26T23:01:55.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-11-26T23:01:55.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-11-26T23:01:55.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2024-11-26T23:01:55.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3024 | 2024-11-26T23:01:55.288Z | |
3025 | 2024-11-26T23:01:55.288Z | info: running `cargo check --bins` on key-manager (120/173) |
3026 | 2024-11-26T23:01:55.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-11-26T23:01:55.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-11-26T23:01:55.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2024-11-26T23:01:55.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3030 | 2024-11-26T23:01:55.935Z | |
3031 | 2024-11-26T23:01:55.935Z | info: running `cargo check --bins` on range-requests (121/173) |
3032 | 2024-11-26T23:01:56.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-11-26T23:01:56.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-11-26T23:01:56.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2024-11-26T23:01:56.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3036 | 2024-11-26T23:01:56.564Z | |
3037 | 2024-11-26T23:01:56.564Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3038 | 2024-11-26T23:01:57.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-11-26T23:01:57.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-11-26T23:01:57.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2024-11-26T23:01:57.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3042 | 2024-11-26T23:01:57.204Z | |
3043 | 2024-11-26T23:01:57.204Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3044 | 2024-11-26T23:01:57.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-11-26T23:01:57.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-11-26T23:01:57.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-11-26T23:01:57.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3048 | 2024-11-26T23:01:57.875Z | |
3049 | 2024-11-26T23:01:57.875Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3050 | 2024-11-26T23:01:58.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-11-26T23:01:58.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-11-26T23:01:58.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-11-26T23:01:58.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3054 | 2024-11-26T23:01:58.531Z | |
3055 | 2024-11-26T23:01:58.531Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3056 | 2024-11-26T23:01:59.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-11-26T23:01:59.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-11-26T23:01:59.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-11-26T23:01:59.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3060 | 2024-11-26T23:01:59.196Z | |
3061 | 2024-11-26T23:01:59.196Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3062 | 2024-11-26T23:01:59.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-11-26T23:01:59.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-11-26T23:01:59.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-11-26T23:01:59.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3066 | 2024-11-26T23:01:59.852Z | |
3067 | 2024-11-26T23:01:59.852Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3068 | 2024-11-26T23:02:00.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-11-26T23:02:00.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-11-26T23:02:00.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-11-26T23:02:00.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3072 | 2024-11-26T23:02:00.517Z | |
3073 | 2024-11-26T23:02:00.517Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3074 | 2024-11-26T23:02:01.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-11-26T23:02:01.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-11-26T23:02:01.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2024-11-26T23:02:01.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3078 | 2024-11-26T23:02:01.187Z | |
3079 | 2024-11-26T23:02:01.187Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3080 | 2024-11-26T23:02:01.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-11-26T23:02:01.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-11-26T23:02:01.884Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3083 | 2024-11-26T23:02:01.884Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3084 | 2024-11-26T23:02:02.620Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3085 | 2024-11-26T23:02:04.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
3086 | 2024-11-26T23:02:04.749Z | |
3087 | 2024-11-26T23:02:04.749Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3088 | 2024-11-26T23:02:05.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-11-26T23:02:05.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-11-26T23:02:05.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-11-26T23:02:05.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3092 | 2024-11-26T23:02:05.390Z | |
3093 | 2024-11-26T23:02:05.390Z | info: running `cargo check --bins` on cert-dev (131/173) |
3094 | 2024-11-26T23:02:05.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-11-26T23:02:05.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-11-26T23:02:06.010Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3097 | 2024-11-26T23:02:06.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3098 | 2024-11-26T23:02:06.451Z | |
3099 | 2024-11-26T23:02:06.451Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3100 | 2024-11-26T23:02:07.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-11-26T23:02:07.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-11-26T23:02:07.135Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3103 | 2024-11-26T23:02:07.135Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3104 | 2024-11-26T23:02:07.721Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3105 | 2024-11-26T23:02:08.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3106 | 2024-11-26T23:02:08.279Z | |
3107 | 2024-11-26T23:02:08.279Z | info: running `cargo check --bins` on ch-dev (133/173) |
3108 | 2024-11-26T23:02:08.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-11-26T23:02:08.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-11-26T23:02:08.960Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3111 | 2024-11-26T23:02:09.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3112 | 2024-11-26T23:02:09.854Z | |
3113 | 2024-11-26T23:02:09.854Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3114 | 2024-11-26T23:02:10.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-11-26T23:02:10.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-11-26T23:02:10.520Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3117 | 2024-11-26T23:02:10.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3118 | 2024-11-26T23:02:11.067Z | |
3119 | 2024-11-26T23:02:11.067Z | info: running `cargo check --bins` on db-dev (135/173) |
3120 | 2024-11-26T23:02:11.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2024-11-26T23:02:11.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2024-11-26T23:02:11.737Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3123 | 2024-11-26T23:02:12.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3124 | 2024-11-26T23:02:12.650Z | |
3125 | 2024-11-26T23:02:12.650Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3126 | 2024-11-26T23:02:13.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-11-26T23:02:13.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-11-26T23:02:13.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3129 | 2024-11-26T23:02:13.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3130 | 2024-11-26T23:02:13.304Z | |
3131 | 2024-11-26T23:02:13.304Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3132 | 2024-11-26T23:02:13.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2024-11-26T23:02:13.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2024-11-26T23:02:13.927Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3135 | 2024-11-26T23:02:14.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
3136 | 2024-11-26T23:02:15.004Z | |
3137 | 2024-11-26T23:02:15.004Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3138 | 2024-11-26T23:02:15.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-11-26T23:02:15.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-11-26T23:02:15.623Z | Checking cargo-platform v0.1.8 |
3141 | 2024-11-26T23:02:15.894Z | Checking cargo_metadata v0.18.1 |
3142 | 2024-11-26T23:02:16.878Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3143 | 2024-11-26T23:02:17.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3144 | 2024-11-26T23:02:17.785Z | |
3145 | 2024-11-26T23:02:17.786Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3146 | 2024-11-26T23:02:18.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-11-26T23:02:18.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-11-26T23:02:18.503Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3149 | 2024-11-26T23:02:19.218Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3150 | 2024-11-26T23:02:19.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3151 | 2024-11-26T23:02:19.976Z | |
3152 | 2024-11-26T23:02:19.976Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3153 | 2024-11-26T23:02:20.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-11-26T23:02:20.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-11-26T23:02:20.772Z | Compiling crunchy v0.2.2 |
3156 | 2024-11-26T23:02:20.772Z | Compiling tiny-keccak v2.0.2 |
3157 | 2024-11-26T23:02:20.775Z | Compiling dsl_auto_type v0.1.2 |
3158 | 2024-11-26T23:02:20.775Z | Checking scheduled-thread-pool v0.2.7 |
3159 | 2024-11-26T23:02:20.775Z | Compiling diesel_table_macro_syntax v0.2.0 |
3160 | 2024-11-26T23:02:20.775Z | Compiling ascii-canvas v3.0.0 |
3161 | 2024-11-26T23:02:20.888Z | Compiling ena v0.14.3 |
3162 | 2024-11-26T23:02:20.900Z | Compiling diff v0.1.13 |
3163 | 2024-11-26T23:02:21.179Z | Checking r2d2 v0.8.10 |
3164 | 2024-11-26T23:02:21.244Z | Compiling regex-syntax v0.6.29 |
3165 | 2024-11-26T23:02:21.316Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3166 | 2024-11-26T23:02:21.327Z | Compiling ref-cast v1.0.23 |
3167 | 2024-11-26T23:02:21.435Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3168 | 2024-11-26T23:02:21.489Z | Compiling derive_builder_core v0.20.2 |
3169 | 2024-11-26T23:02:21.594Z | Compiling libxml v0.3.3 |
3170 | 2024-11-26T23:02:21.597Z | Compiling ref-cast-impl v1.0.23 |
3171 | 2024-11-26T23:02:21.705Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3172 | 2024-11-26T23:02:21.963Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3173 | 2024-11-26T23:02:21.982Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3174 | 2024-11-26T23:02:22.212Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3175 | 2024-11-26T23:02:22.233Z | Compiling strum_macros v0.24.3 |
3176 | 2024-11-26T23:02:22.261Z | Compiling samael v0.0.17 |
3177 | 2024-11-26T23:02:22.531Z | Compiling diesel_derives v2.2.3 |
3178 | 2024-11-26T23:02:22.611Z | Compiling indoc v1.0.9 |
3179 | 2024-11-26T23:02:23.611Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3180 | 2024-11-26T23:02:23.904Z | Compiling impl-trait-for-tuples v0.2.2 |
3181 | 2024-11-26T23:02:24.021Z | Compiling derive_builder_macro v0.20.2 |
3182 | 2024-11-26T23:02:24.759Z | Compiling lalrpop v0.19.12 |
3183 | 2024-11-26T23:02:24.894Z | Checking derive_builder v0.20.2 |
3184 | 2024-11-26T23:02:25.055Z | Compiling oso-derive v0.27.3 |
3185 | 2024-11-26T23:02:25.443Z | Checking quick-xml v0.33.0 |
3186 | 2024-11-26T23:02:25.955Z | Compiling diesel-dtrace v0.3.0 |
3187 | 2024-11-26T23:02:26.123Z | Checking maplit v1.0.2 |
3188 | 2024-11-26T23:02:26.293Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3189 | 2024-11-26T23:02:26.343Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3190 | 2024-11-26T23:02:26.512Z | Checking bb8 v0.8.5 |
3191 | 2024-11-26T23:02:26.671Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3192 | 2024-11-26T23:02:26.961Z | Checking castaway v0.2.3 |
3193 | 2024-11-26T23:02:27.015Z | Checking rand_seeder v0.3.0 |
3194 | 2024-11-26T23:02:27.142Z | Checking compact_str v0.8.0 |
3195 | 2024-11-26T23:02:27.253Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3196 | 2024-11-26T23:02:27.272Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3197 | 2024-11-26T23:02:27.480Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3198 | 2024-11-26T23:02:28.071Z | Checking unicode-truncate v1.1.0 |
3199 | 2024-11-26T23:02:28.116Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3200 | 2024-11-26T23:02:28.314Z | Checking lru v0.12.5 |
3201 | 2024-11-26T23:02:28.404Z | Compiling instability v0.3.2 |
3202 | 2024-11-26T23:02:28.625Z | Checking cassowary v0.3.0 |
3203 | 2024-11-26T23:02:29.014Z | Checking smawk v0.3.2 |
3204 | 2024-11-26T23:02:29.072Z | Checking is_ci v1.2.0 |
3205 | 2024-11-26T23:02:29.217Z | Checking unicode-linebreak v0.1.5 |
3206 | 2024-11-26T23:02:29.234Z | Checking supports-color v3.0.1 |
3207 | 2024-11-26T23:02:29.442Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3208 | 2024-11-26T23:02:29.464Z | Checking ratatui v0.28.1 |
3209 | 2024-11-26T23:02:29.483Z | Checking multimap v0.10.0 |
3210 | 2024-11-26T23:02:29.651Z | Checking textwrap v0.16.1 |
3211 | 2024-11-26T23:02:32.392Z | Checking diesel v2.2.4 |
3212 | 2024-11-26T23:02:58.102Z | Compiling polar-core v0.27.3 |
3213 | 2024-11-26T23:03:02.140Z | Checking async-bb8-diesel v0.2.1 |
3214 | 2024-11-26T23:03:05.540Z | Checking oso v0.27.3 |
3215 | 2024-11-26T23:04:13.305Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3216 | 2024-11-26T23:04:19.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3217 | 2024-11-26T23:04:19.627Z | |
3218 | 2024-11-26T23:04:19.627Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3219 | 2024-11-26T23:04:20.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-11-26T23:04:20.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-11-26T23:04:20.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3222 | 2024-11-26T23:04:20.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3223 | 2024-11-26T23:04:20.311Z | |
3224 | 2024-11-26T23:04:20.311Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3225 | 2024-11-26T23:04:20.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2024-11-26T23:04:20.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2024-11-26T23:04:20.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3228 | 2024-11-26T23:04:20.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3229 | 2024-11-26T23:04:20.996Z | |
3230 | 2024-11-26T23:04:20.996Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3231 | 2024-11-26T23:04:21.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-11-26T23:04:21.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-11-26T23:04:21.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2024-11-26T23:04:21.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3235 | 2024-11-26T23:04:21.621Z | |
3236 | 2024-11-26T23:04:21.621Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3237 | 2024-11-26T23:04:22.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-11-26T23:04:22.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-11-26T23:04:22.432Z | Compiling libz-sys v1.1.20 |
3240 | 2024-11-26T23:04:22.549Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3241 | 2024-11-26T23:04:22.563Z | Compiling vergen v8.3.2 |
3242 | 2024-11-26T23:04:22.565Z | Compiling cargo-platform v0.1.8 |
3243 | 2024-11-26T23:04:22.565Z | Compiling pin-project-internal v1.1.6 |
3244 | 2024-11-26T23:04:22.603Z | Compiling libsqlite3-sys v0.30.1 |
3245 | 2024-11-26T23:04:22.603Z | Compiling snafu-derive v0.8.5 |
3246 | 2024-11-26T23:04:22.606Z | Compiling cfg_aliases v0.2.1 |
3247 | 2024-11-26T23:04:22.752Z | Compiling rustls v0.21.12 |
3248 | 2024-11-26T23:04:22.866Z | Compiling cargo_metadata v0.18.1 |
3249 | 2024-11-26T23:04:23.021Z | Compiling buf-list v1.0.3 |
3250 | 2024-11-26T23:04:23.164Z | Compiling nix v0.29.0 |
3251 | 2024-11-26T23:04:23.185Z | Checking globset v0.4.15 |
3252 | 2024-11-26T23:04:23.513Z | Checking sct v0.7.1 |
3253 | 2024-11-26T23:04:23.685Z | Checking olpc-cjson v0.1.4 |
3254 | 2024-11-26T23:04:23.707Z | Checking rustls-webpki v0.101.7 |
3255 | 2024-11-26T23:04:23.730Z | Checking serde_plain v1.0.2 |
3256 | 2024-11-26T23:04:23.914Z | Checking typed-path v0.9.3 |
3257 | 2024-11-26T23:04:24.297Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3258 | 2024-11-26T23:04:24.490Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3259 | 2024-11-26T23:04:24.554Z | Checking hashlink v0.9.1 |
3260 | 2024-11-26T23:04:24.779Z | Checking fallible-streaming-iterator v0.1.9 |
3261 | 2024-11-26T23:04:25.031Z | Checking fallible-iterator v0.3.0 |
3262 | 2024-11-26T23:04:25.100Z | Checking parse-size v1.1.0 |
3263 | 2024-11-26T23:04:25.613Z | Checking rusqlite v0.32.1 |
3264 | 2024-11-26T23:04:25.626Z | Checking pin-project v1.1.6 |
3265 | 2024-11-26T23:04:25.767Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3266 | 2024-11-26T23:04:25.786Z | Checking rustls-pemfile v1.0.4 |
3267 | 2024-11-26T23:04:25.822Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3268 | 2024-11-26T23:04:25.973Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3269 | 2024-11-26T23:04:26.259Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3270 | 2024-11-26T23:04:26.604Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3271 | 2024-11-26T23:04:26.625Z | Checking twox-hash v1.6.3 |
3272 | 2024-11-26T23:04:26.742Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3273 | 2024-11-26T23:04:27.119Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3274 | 2024-11-26T23:04:27.144Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3275 | 2024-11-26T23:04:27.733Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3276 | 2024-11-26T23:04:27.798Z | Checking tokio-rustls v0.24.1 |
3277 | 2024-11-26T23:04:27.801Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3278 | 2024-11-26T23:04:28.177Z | Checking fatfs v0.3.6 |
3279 | 2024-11-26T23:04:28.217Z | Checking snafu v0.8.5 |
3280 | 2024-11-26T23:04:28.708Z | Checking tough v0.19.0 |
3281 | 2024-11-26T23:04:28.755Z | Checking assert_matches v1.5.0 |
3282 | 2024-11-26T23:04:32.713Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3283 | 2024-11-26T23:04:34.145Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3284 | 2024-11-26T23:04:35.249Z | Compiling git2 v0.19.0 |
3285 | 2024-11-26T23:04:39.983Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3286 | 2024-11-26T23:05:35.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3287 | 2024-11-26T23:05:35.381Z | |
3288 | 2024-11-26T23:05:35.381Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3289 | 2024-11-26T23:05:36.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-11-26T23:05:36.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-11-26T23:05:36.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2024-11-26T23:05:36.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3293 | 2024-11-26T23:05:36.088Z | |
3294 | 2024-11-26T23:05:36.088Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3295 | 2024-11-26T23:05:36.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2024-11-26T23:05:36.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2024-11-26T23:05:36.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2024-11-26T23:05:36.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3299 | 2024-11-26T23:05:36.709Z | |
3300 | 2024-11-26T23:05:36.709Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3301 | 2024-11-26T23:05:37.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2024-11-26T23:05:37.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2024-11-26T23:05:37.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2024-11-26T23:05:37.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3305 | 2024-11-26T23:05:37.382Z | |
3306 | 2024-11-26T23:05:37.382Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3307 | 2024-11-26T23:05:37.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2024-11-26T23:05:37.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2024-11-26T23:05:37.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2024-11-26T23:05:38.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3311 | 2024-11-26T23:05:38.084Z | |
3312 | 2024-11-26T23:05:38.084Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3313 | 2024-11-26T23:05:38.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2024-11-26T23:05:38.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2024-11-26T23:05:38.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2024-11-26T23:05:38.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3317 | 2024-11-26T23:05:38.768Z | |
3318 | 2024-11-26T23:05:38.768Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3319 | 2024-11-26T23:05:39.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2024-11-26T23:05:39.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2024-11-26T23:05:39.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2024-11-26T23:05:39.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3323 | 2024-11-26T23:05:39.464Z | |
3324 | 2024-11-26T23:05:39.464Z | info: running `cargo check --bins` on update-common (151/173) |
3325 | 2024-11-26T23:05:40.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2024-11-26T23:05:40.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2024-11-26T23:05:40.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2024-11-26T23:05:40.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3329 | 2024-11-26T23:05:40.140Z | |
3330 | 2024-11-26T23:05:40.140Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3331 | 2024-11-26T23:05:40.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-11-26T23:05:40.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-11-26T23:05:40.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2024-11-26T23:05:40.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3335 | 2024-11-26T23:05:40.807Z | |
3336 | 2024-11-26T23:05:40.807Z | info: running `cargo check --bins` on tufaceous (153/173) |
3337 | 2024-11-26T23:05:41.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-11-26T23:05:41.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-11-26T23:05:41.487Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3340 | 2024-11-26T23:05:42.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3341 | 2024-11-26T23:05:42.669Z | |
3342 | 2024-11-26T23:05:42.669Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3343 | 2024-11-26T23:05:43.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-11-26T23:05:43.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-11-26T23:05:43.548Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3346 | 2024-11-26T23:05:43.676Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3347 | 2024-11-26T23:05:43.679Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3348 | 2024-11-26T23:05:43.690Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3349 | 2024-11-26T23:06:10.041Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3350 | 2024-11-26T23:06:10.044Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3351 | 2024-11-26T23:06:10.044Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3352 | 2024-11-26T23:06:10.044Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3353 | 2024-11-26T23:06:10.044Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3354 | 2024-11-26T23:06:10.845Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3355 | 2024-11-26T23:06:12.133Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3356 | 2024-11-26T23:06:50.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3357 | 2024-11-26T23:06:50.728Z | |
3358 | 2024-11-26T23:06:50.729Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3359 | 2024-11-26T23:06:53.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-11-26T23:06:53.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-11-26T23:06:53.947Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3362 | 2024-11-26T23:06:53.947Z | Checking heck v0.4.1 |
3363 | 2024-11-26T23:06:53.947Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3364 | 2024-11-26T23:06:53.947Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3365 | 2024-11-26T23:06:53.947Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3366 | 2024-11-26T23:06:53.962Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3367 | 2024-11-26T23:06:55.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
3368 | 2024-11-26T23:06:55.232Z | |
3369 | 2024-11-26T23:06:55.232Z | info: running `cargo check --bins` on installinator-api (156/173) |
3370 | 2024-11-26T23:06:55.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2024-11-26T23:06:55.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2024-11-26T23:06:55.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3373 | 2024-11-26T23:06:55.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3374 | 2024-11-26T23:06:55.887Z | |
3375 | 2024-11-26T23:06:55.887Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3376 | 2024-11-26T23:06:56.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-11-26T23:06:56.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-11-26T23:06:56.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3379 | 2024-11-26T23:06:56.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3380 | 2024-11-26T23:06:56.554Z | |
3381 | 2024-11-26T23:06:56.554Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3382 | 2024-11-26T23:06:57.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-11-26T23:06:57.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-11-26T23:06:57.252Z | Compiling petname v2.0.2 |
3385 | 2024-11-26T23:06:57.254Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3386 | 2024-11-26T23:06:57.254Z | Checking sync-ptr v0.1.1 |
3387 | 2024-11-26T23:06:58.688Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3388 | 2024-11-26T23:07:00.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3389 | 2024-11-26T23:07:00.428Z | |
3390 | 2024-11-26T23:07:00.428Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3391 | 2024-11-26T23:07:01.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-11-26T23:07:01.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-11-26T23:07:01.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3394 | 2024-11-26T23:07:01.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3395 | 2024-11-26T23:07:01.095Z | |
3396 | 2024-11-26T23:07:01.095Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3397 | 2024-11-26T23:07:01.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2024-11-26T23:07:01.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2024-11-26T23:07:01.781Z | Checking memmap2 v0.9.5 |
3400 | 2024-11-26T23:07:01.781Z | Checking arrayref v0.3.9 |
3401 | 2024-11-26T23:07:01.784Z | Checking constant_time_eq v0.3.1 |
3402 | 2024-11-26T23:07:01.784Z | Checking arrayvec v0.7.6 |
3403 | 2024-11-26T23:07:01.784Z | Checking spin v0.5.2 |
3404 | 2024-11-26T23:07:01.784Z | Checking topological-sort v0.2.2 |
3405 | 2024-11-26T23:07:01.784Z | Checking shell-words v1.1.0 |
3406 | 2024-11-26T23:07:02.054Z | Checking ring v0.16.20 |
3407 | 2024-11-26T23:07:02.180Z | Checking blake3 v1.5.4 |
3408 | 2024-11-26T23:07:03.193Z | Checking omicron-zone-package v0.11.1 |
3409 | 2024-11-26T23:07:04.310Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3410 | 2024-11-26T23:07:05.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
3411 | 2024-11-26T23:07:05.405Z | |
3412 | 2024-11-26T23:07:05.405Z | info: running `cargo check --bins` on xtask (161/173) |
3413 | 2024-11-26T23:07:05.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2024-11-26T23:07:05.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2024-11-26T23:07:05.850Z | Checking bitflags v2.6.0 |
3416 | 2024-11-26T23:07:05.853Z | Checking serde v1.0.215 |
3417 | 2024-11-26T23:07:05.853Z | Checking thiserror v1.0.69 |
3418 | 2024-11-26T23:07:05.947Z | Checking scroll v0.12.0 |
3419 | 2024-11-26T23:07:05.955Z | Checking log v0.4.22 |
3420 | 2024-11-26T23:07:05.958Z | Checking hashbrown v0.15.0 |
3421 | 2024-11-26T23:07:05.958Z | Checking zerocopy v0.7.35 |
3422 | 2024-11-26T23:07:05.989Z | Checking syn v2.0.87 |
3423 | 2024-11-26T23:07:06.058Z | Checking pest v2.7.14 |
3424 | 2024-11-26T23:07:06.188Z | Checking rustix v0.38.37 |
3425 | 2024-11-26T23:07:06.221Z | Checking once_cell v1.20.2 |
3426 | 2024-11-26T23:07:06.403Z | Checking goblin v0.8.2 |
3427 | 2024-11-26T23:07:06.525Z | Checking fs-err v2.11.0 |
3428 | 2024-11-26T23:07:06.812Z | Checking anyhow v1.0.93 |
3429 | 2024-11-26T23:07:07.030Z | Checking indexmap v2.6.0 |
3430 | 2024-11-26T23:07:07.199Z | Checking tabled v0.15.0 |
3431 | 2024-11-26T23:07:08.210Z | Checking terminal_size v0.4.0 |
3432 | 2024-11-26T23:07:08.212Z | Checking tempfile v3.13.0 |
3433 | 2024-11-26T23:07:08.391Z | Checking clap_builder v4.5.21 |
3434 | 2024-11-26T23:07:08.501Z | Checking dtrace-parser v0.2.0 |
3435 | 2024-11-26T23:07:10.117Z | Checking serde_json v1.0.132 |
3436 | 2024-11-26T23:07:10.117Z | Checking serde_spanned v0.6.8 |
3437 | 2024-11-26T23:07:10.120Z | Checking toml_datetime v0.6.8 |
3438 | 2024-11-26T23:07:10.120Z | Checking camino v1.1.9 |
3439 | 2024-11-26T23:07:10.171Z | Checking cargo-platform v0.1.8 |
3440 | 2024-11-26T23:07:10.202Z | Checking semver v1.0.23 |
3441 | 2024-11-26T23:07:10.345Z | Checking macaddr v1.0.1 |
3442 | 2024-11-26T23:07:10.420Z | Checking toml_edit v0.22.22 |
3443 | 2024-11-26T23:07:10.645Z | Checking clap v4.5.21 |
3444 | 2024-11-26T23:07:10.688Z | Checking camino-tempfile v1.1.1 |
3445 | 2024-11-26T23:07:11.341Z | Checking dof v0.3.0 |
3446 | 2024-11-26T23:07:11.342Z | Checking cargo_metadata v0.18.1 |
3447 | 2024-11-26T23:07:11.745Z | Checking usdt-impl v0.5.0 |
3448 | 2024-11-26T23:07:12.123Z | Checking usdt v0.5.0 |
3449 | 2024-11-26T23:07:12.281Z | Checking toml v0.8.19 |
3450 | 2024-11-26T23:07:12.759Z | Checking cargo_toml v0.20.5 |
3451 | 2024-11-26T23:07:13.954Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3452 | 2024-11-26T23:07:14.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s |
3453 | 2024-11-26T23:07:14.684Z | |
3454 | 2024-11-26T23:07:14.684Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3455 | 2024-11-26T23:07:15.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3456 | 2024-11-26T23:07:15.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3457 | 2024-11-26T23:07:15.456Z | Checking polyval v0.6.2 |
3458 | 2024-11-26T23:07:15.570Z | Checking ctr v0.9.2 |
3459 | 2024-11-26T23:07:15.583Z | Checking ssh-encoding v0.2.0 |
3460 | 2024-11-26T23:07:15.583Z | Checking blowfish v0.9.1 |
3461 | 2024-11-26T23:07:15.608Z | Checking password-hash v0.4.2 |
3462 | 2024-11-26T23:07:15.611Z | Checking matches v0.1.10 |
3463 | 2024-11-26T23:07:15.636Z | Checking p256 v0.13.2 |
3464 | 2024-11-26T23:07:15.636Z | Checking p521 v0.13.3 |
3465 | 2024-11-26T23:07:15.708Z | Checking idna v0.2.3 |
3466 | 2024-11-26T23:07:15.795Z | Checking ghash v0.5.1 |
3467 | 2024-11-26T23:07:15.828Z | Checking bcrypt-pbkdf v0.10.0 |
3468 | 2024-11-26T23:07:15.831Z | Compiling enum-as-inner v0.5.1 |
3469 | 2024-11-26T23:07:15.891Z | Checking russh-cryptovec v0.7.3 |
3470 | 2024-11-26T23:07:15.953Z | Checking aes-gcm v0.10.3 |
3471 | 2024-11-26T23:07:15.998Z | Checking pbkdf2 v0.11.0 |
3472 | 2024-11-26T23:07:16.102Z | Checking md5 v0.7.0 |
3473 | 2024-11-26T23:07:16.122Z | Checking num-bigint v0.4.6 |
3474 | 2024-11-26T23:07:16.122Z | Checking des v0.8.1 |
3475 | 2024-11-26T23:07:16.180Z | Checking ssh-cipher v0.2.0 |
3476 | 2024-11-26T23:07:16.282Z | Checking hex-literal v0.4.1 |
3477 | 2024-11-26T23:07:16.382Z | Compiling dhcproto-macros v0.1.0 |
3478 | 2024-11-26T23:07:16.399Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3479 | 2024-11-26T23:07:16.427Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3480 | 2024-11-26T23:07:16.482Z | Checking ssh-key v0.6.6 |
3481 | 2024-11-26T23:07:16.587Z | Checking internet-checksum v0.2.1 |
3482 | 2024-11-26T23:07:16.848Z | Checking trust-dns-proto v0.22.0 |
3483 | 2024-11-26T23:07:17.826Z | Checking russh-keys v0.45.0 |
3484 | 2024-11-26T23:07:18.775Z | Checking russh v0.45.0 |
3485 | 2024-11-26T23:07:19.446Z | Checking dhcproto v0.12.0 |
3486 | 2024-11-26T23:07:36.577Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3487 | 2024-11-26T23:07:38.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.33s |
3488 | 2024-11-26T23:07:38.220Z | |
3489 | 2024-11-26T23:07:38.220Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3490 | 2024-11-26T23:07:38.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3491 | 2024-11-26T23:07:38.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3492 | 2024-11-26T23:07:38.870Z | Checking termios v0.3.3 |
3493 | 2024-11-26T23:07:39.094Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3494 | 2024-11-26T23:07:39.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3495 | 2024-11-26T23:07:40.053Z | |
3496 | 2024-11-26T23:07:40.053Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3497 | 2024-11-26T23:07:40.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2024-11-26T23:07:40.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2024-11-26T23:07:40.756Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3500 | 2024-11-26T23:07:42.777Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3501 | 2024-11-26T23:07:44.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
3502 | 2024-11-26T23:07:44.835Z | |
3503 | 2024-11-26T23:07:44.835Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3504 | 2024-11-26T23:07:45.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2024-11-26T23:07:45.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2024-11-26T23:07:45.477Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3507 | 2024-11-26T23:07:45.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3508 | 2024-11-26T23:07:46.155Z | |
3509 | 2024-11-26T23:07:46.155Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3510 | 2024-11-26T23:07:46.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2024-11-26T23:07:46.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2024-11-26T23:07:46.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3513 | 2024-11-26T23:07:46.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3514 | 2024-11-26T23:07:46.788Z | |
3515 | 2024-11-26T23:07:46.788Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3516 | 2024-11-26T23:07:47.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-11-26T23:07:47.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-11-26T23:07:47.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2024-11-26T23:07:47.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3520 | 2024-11-26T23:07:47.409Z | |
3521 | 2024-11-26T23:07:47.409Z | info: running `cargo check --bins` on omicron-package (168/173) |
3522 | 2024-11-26T23:07:47.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2024-11-26T23:07:47.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2024-11-26T23:07:48.094Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3525 | 2024-11-26T23:07:49.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3526 | 2024-11-26T23:07:49.585Z | |
3527 | 2024-11-26T23:07:49.585Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3528 | 2024-11-26T23:07:50.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-11-26T23:07:50.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-11-26T23:07:50.300Z | Checking rtoolbox v0.0.2 |
3531 | 2024-11-26T23:07:50.302Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3532 | 2024-11-26T23:07:50.302Z | Checking tui-tree-widget v0.22.0 |
3533 | 2024-11-26T23:07:50.529Z | Checking rpassword v7.3.1 |
3534 | 2024-11-26T23:07:54.575Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3535 | 2024-11-26T23:07:57.605Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3536 | 2024-11-26T23:07:58.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s |
3537 | 2024-11-26T23:07:59.028Z | |
3538 | 2024-11-26T23:07:59.028Z | info: running `cargo check --bins` on wicket (170/173) |
3539 | 2024-11-26T23:07:59.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2024-11-26T23:07:59.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2024-11-26T23:07:59.742Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3542 | 2024-11-26T23:08:00.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3543 | 2024-11-26T23:08:00.553Z | |
3544 | 2024-11-26T23:08:00.553Z | info: running `cargo check --bins` on wicketd (171/173) |
3545 | 2024-11-26T23:08:01.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2024-11-26T23:08:01.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2024-11-26T23:08:01.135Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3548 | 2024-11-26T23:08:05.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
3549 | 2024-11-26T23:08:05.285Z | |
3550 | 2024-11-26T23:08:05.285Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3551 | 2024-11-26T23:08:05.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2024-11-26T23:08:05.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2024-11-26T23:08:05.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2024-11-26T23:08:05.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3555 | 2024-11-26T23:08:05.910Z | |
3556 | 2024-11-26T23:08:05.910Z | info: running `cargo check --bins` on zone-setup (173/173) |
3557 | 2024-11-26T23:08:06.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2024-11-26T23:08:06.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2024-11-26T23:08:06.657Z | Checking uzers v0.12.1 |
3560 | 2024-11-26T23:08:07.001Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3561 | 2024-11-26T23:08:08.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
3562 | 2024-11-26T23:08:08.382Z | |
3563 | 2024-11-26T23:08:08.389Z | real 13:04.843818346 |
3564 | 2024-11-26T23:08:08.389Z | user 24:20.595665497 |
3565 | 2024-11-26T23:08:08.389Z | sys 5:28.334846727 |
3566 | 2024-11-26T23:08:08.389Z | trap 0.478630239 |
3567 | 2024-11-26T23:08:08.389Z | tflt 2.236863691 |
3568 | 2024-11-26T23:08:08.389Z | dflt 3.026403144 |
3569 | 2024-11-26T23:08:08.389Z | kflt 0.000958604 |
3570 | 2024-11-26T23:08:08.389Z | lock 46:36.590562443 |
3571 | 2024-11-26T23:08:08.389Z | slp 2:06:56.412500151 |
3572 | 2024-11-26T23:08:08.389Z | lat 1:02.864400026 |
3573 | 2024-11-26T23:08:08.389Z | stop 3:29.123124082 |
3574 | 2024-11-26T23:08:08.389Z | process exited: duration 1114413 ms, exit code 0 |
|
3575 | 2024-11-26T23:08:08.395Z | found 0 output files |