|
|
|
1 | 2024-11-20T23:20:35.039Z | job assigned to worker 01JD5XZYZQ8G6CWXNPJ8ZBRX15 [factory aws, i-0dd558c1e830a1555] (queued for 51 s) |
|
2 | 2024-11-20T23:20:42.763Z | starting task 0: "setup" |
3 | 2024-11-20T23:20:42.770Z | ++ uname -s |
4 | 2024-11-20T23:20:42.774Z | + kern=SunOS |
5 | 2024-11-20T23:20:42.774Z | + case "$kern" in |
6 | 2024-11-20T23:20:42.774Z | + groupadd -g 12345 build |
7 | 2024-11-20T23:20:42.777Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-20T23:20:44.779Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-20T23:20:44.865Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-20T23:20:44.868Z | + home_fs=zfs |
11 | 2024-11-20T23:20:44.868Z | + [[ zfs == autofs ]] |
12 | 2024-11-20T23:20:44.868Z | + mkdir -p /home/build |
13 | 2024-11-20T23:20:44.871Z | + chown build:build /home/build /work |
14 | 2024-11-20T23:20:45.870Z | + chmod 0700 /home/build /work |
15 | 2024-11-20T23:20:45.873Z | process exited: duration 3111 ms, exit code 0 |
|
16 | 2024-11-20T23:20:45.878Z | starting task 1: "rust-toolchain" |
17 | 2024-11-20T23:20:45.883Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-20T23:20:45.883Z | ' 1.81.0 |
19 | 2024-11-20T23:20:45.883Z | * toolchain channel = "1.81.0" |
20 | 2024-11-20T23:20:45.883Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-20T23:20:45.883Z | ' default |
22 | 2024-11-20T23:20:45.883Z | * toolchain profile = "default" |
23 | 2024-11-20T23:20:45.885Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-20T23:20:45.885Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-20T23:20:46.003Z | info: downloading installer |
26 | 2024-11-20T23:20:47.643Z | info: profile set to 'default' |
27 | 2024-11-20T23:20:47.643Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-20T23:20:47.643Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-20T23:20:47.795Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-20T23:20:47.795Z | info: downloading component 'cargo' |
31 | 2024-11-20T23:20:48.618Z | info: downloading component 'clippy' |
32 | 2024-11-20T23:20:48.922Z | info: downloading component 'rust-docs' |
33 | 2024-11-20T23:20:50.074Z | info: downloading component 'rust-std' |
34 | 2024-11-20T23:20:51.853Z | info: downloading component 'rustc' |
35 | 2024-11-20T23:20:58.349Z | info: downloading component 'rustfmt' |
36 | 2024-11-20T23:20:58.608Z | info: installing component 'cargo' |
37 | 2024-11-20T23:20:59.390Z | info: installing component 'clippy' |
38 | 2024-11-20T23:20:59.745Z | info: installing component 'rust-docs' |
39 | 2024-11-20T23:21:01.262Z | info: installing component 'rust-std' |
40 | 2024-11-20T23:21:02.991Z | info: installing component 'rustc' |
41 | 2024-11-20T23:21:08.522Z | info: installing component 'rustfmt' |
42 | 2024-11-20T23:21:08.841Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-20T23:21:08.841Z | |
44 | 2024-11-20T23:21:09.210Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-20T23:21:09.210Z | |
46 | 2024-11-20T23:21:09.212Z | |
47 | 2024-11-20T23:21:09.212Z | Rust is installed now. Great! |
48 | 2024-11-20T23:21:09.212Z | |
49 | 2024-11-20T23:21:09.213Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-20T23:21:09.213Z | environment variable. This has not been done automatically. |
51 | 2024-11-20T23:21:09.213Z | |
52 | 2024-11-20T23:21:09.213Z | To configure your current shell, you need to source |
53 | 2024-11-20T23:21:09.213Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-20T23:21:09.213Z | |
55 | 2024-11-20T23:21:09.213Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-20T23:21:09.213Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-20T23:21:09.213Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-20T23:21:09.281Z | + rustc --version |
59 | 2024-11-20T23:21:09.347Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-20T23:21:09.350Z | process exited: duration 23471 ms, exit code 0 |
|
61 | 2024-11-20T23:21:09.355Z | starting task 2: "authentication" |
62 | 2024-11-20T23:21:09.374Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-20T23:21:09.380Z | starting task 3: "clone repository" |
64 | 2024-11-20T23:21:09.385Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-20T23:21:09.387Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-20T23:21:09.653Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-20T23:21:17.833Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-20T23:21:17.833Z | + git fetch origin 6f0440768f2de2ffb4190db043fa9074accaa58c |
69 | 2024-11-20T23:21:18.098Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-20T23:21:18.098Z | * branch 6f0440768f2de2ffb4190db043fa9074accaa58c -> FETCH_HEAD |
71 | 2024-11-20T23:21:18.107Z | + [[ -n felixmcfelix/opte-ingot ]] |
72 | 2024-11-20T23:21:18.109Z | ++ git branch --show-current |
73 | 2024-11-20T23:21:18.111Z | + current=main |
74 | 2024-11-20T23:21:18.111Z | + [[ main != felixmcfelix/opte-ingot ]] |
75 | 2024-11-20T23:21:18.111Z | + git branch -f felixmcfelix/opte-ingot 6f0440768f2de2ffb4190db043fa9074accaa58c |
76 | 2024-11-20T23:21:18.114Z | + git checkout -f felixmcfelix/opte-ingot |
77 | 2024-11-20T23:21:18.285Z | Switched to branch 'felixmcfelix/opte-ingot' |
78 | 2024-11-20T23:21:18.287Z | + git reset --hard 6f0440768f2de2ffb4190db043fa9074accaa58c |
79 | 2024-11-20T23:21:18.310Z | HEAD is now at 6f0440768 Bump to maghmeite/main, new lab image. |
80 | 2024-11-20T23:21:18.313Z | process exited: duration 8931 ms, exit code 0 |
|
81 | 2024-11-20T23:21:18.320Z | starting task 4: "build" |
82 | 2024-11-20T23:21:18.323Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-20T23:21:18.323Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-20T23:21:18.323Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-20T23:21:18.323Z | + cargo --version |
86 | 2024-11-20T23:21:18.379Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-20T23:21:18.382Z | + rustc --version |
88 | 2024-11-20T23:21:18.440Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-20T23:21:18.442Z | + source ./env.sh |
90 | 2024-11-20T23:21:18.445Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-20T23:21:18.445Z | ++ set -o xtrace |
92 | 2024-11-20T23:21:18.447Z | ++++ dirname ./env.sh |
93 | 2024-11-20T23:21:18.447Z | +++ readlink -f . |
94 | 2024-11-20T23:21:18.465Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-20T23:21:18.467Z | ++ 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-20T23:21:18.467Z | ++ 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-20T23:21:18.467Z | ++ 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-20T23:21:18.467Z | ++ 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-20T23:21:18.467Z | ++ 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-20T23:21:18.468Z | ++ 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-20T23:21:18.468Z | ++ 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-20T23:21:18.468Z | ++ 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-20T23:21:18.468Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-20T23:21:18.468Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-20T23:21:18.468Z | + 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-20T23:21:18.468Z | + 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-20T23:21:18.468Z | + banner prerequisites |
108 | 2024-11-20T23:21:18.485Z | |
109 | 2024-11-20T23:21:18.485Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-20T23:21:18.485Z | # # # # # # # # # # # # # # # |
111 | 2024-11-20T23:21:18.485Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-20T23:21:18.485Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-20T23:21:18.485Z | # # # # # # # # # # # # # # # |
114 | 2024-11-20T23:21:18.485Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-20T23:21:18.485Z | |
116 | 2024-11-20T23:21:18.488Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-20T23:21:26.726Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-20T23:21:30.536Z | Startup: Caching catalogs ... Done |
119 | 2024-11-20T23:21:39.140Z | Planning: Solver setup ... Done (7.854s) |
120 | 2024-11-20T23:21:39.249Z | Planning: Running solver ... Done (0.109s) |
121 | 2024-11-20T23:21:39.560Z | Planning: Finding local manifests ... Done (0.227s) |
122 | 2024-11-20T23:21:39.592Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-20T23:21:40.230Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-20T23:21:40.549Z | Planning: Package planning ... Done (0.320s) |
125 | 2024-11-20T23:21:40.605Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-20T23:21:41.715Z | Planning: Checking for conflicting actions ... Done (1.109s) |
127 | 2024-11-20T23:21:50.393Z | Planning: Consolidating action changes ... Done (8.678s) |
128 | 2024-11-20T23:21:50.804Z | Planning: Evaluating mediators ... Done (0.411s) |
129 | 2024-11-20T23:21:50.965Z | Planning: Planning completed in 20.35 seconds |
130 | 2024-11-20T23:21:51.786Z | Packages to install: 4 |
131 | 2024-11-20T23:21:51.786Z | Packages to update: 1 |
132 | 2024-11-20T23:21:51.789Z | Mediators to change: 2 |
133 | 2024-11-20T23:21:51.789Z | Services to change: 1 |
134 | 2024-11-20T23:21:51.789Z | Estimated space available: 155.64 GB |
135 | 2024-11-20T23:21:51.789Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-20T23:21:51.789Z | Create boot environment: No |
137 | 2024-11-20T23:21:51.789Z | Create backup boot environment: Yes |
138 | 2024-11-20T23:21:51.789Z | Rebuild boot archive: No |
139 | 2024-11-20T23:21:51.789Z | |
140 | 2024-11-20T23:21:51.789Z | Changed mediators: |
141 | 2024-11-20T23:21:51.789Z | mediator clang: |
142 | 2024-11-20T23:21:51.789Z | version: None -> 15 (system default) |
143 | 2024-11-20T23:21:51.789Z | |
144 | 2024-11-20T23:21:51.789Z | mediator llvm: |
145 | 2024-11-20T23:21:51.789Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-20T23:21:51.789Z | |
147 | 2024-11-20T23:21:51.789Z | Changed packages: |
148 | 2024-11-20T23:21:51.789Z | helios-dev |
149 | 2024-11-20T23:21:51.789Z | developer/build-essential |
150 | 2024-11-20T23:21:51.789Z | None -> 11-2.0 |
151 | 2024-11-20T23:21:51.789Z | library/libxmlsec1 |
152 | 2024-11-20T23:21:51.790Z | None -> 1.2.35-2.0 |
153 | 2024-11-20T23:21:51.790Z | ooce/developer/clang-15 |
154 | 2024-11-20T23:21:51.790Z | None -> 15.0.7-2.0 |
155 | 2024-11-20T23:21:51.790Z | ooce/developer/llvm-15 |
156 | 2024-11-20T23:21:51.790Z | None -> 15.0.7-2.0 |
157 | 2024-11-20T23:21:51.790Z | package/pkg |
158 | 2024-11-20T23:21:51.790Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-20T23:21:51.790Z | |
160 | 2024-11-20T23:21:51.790Z | Services: |
161 | 2024-11-20T23:21:51.790Z | restart_fmri: |
162 | 2024-11-20T23:21:51.790Z | svc:/system/update-man-index:default |
163 | 2024-11-20T23:21:51.790Z | |
164 | 2024-11-20T23:21:51.790Z | Editable files to change: |
165 | 2024-11-20T23:21:51.790Z | Update: |
166 | 2024-11-20T23:21:51.790Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-20T23:21:52.135Z | |
168 | 2024-11-20T23:21:52.135Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-20T23:21:58.270Z | Download: 211/4281 items 1.3/220.6MB 0% complete (488k/s) |
170 | 2024-11-20T23:22:03.352Z | Download: 667/4281 items 17.8/220.6MB 8% complete (1.8M/s) |
171 | 2024-11-20T23:22:08.354Z | Download: 1174/4281 items 61.6/220.6MB 27% complete (6.0M/s) |
172 | 2024-11-20T23:22:14.989Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (7.3M/s) |
173 | 2024-11-20T23:22:19.995Z | Download: 2165/4281 items 118.3/220.6MB 53% complete (3.8M/s) |
174 | 2024-11-20T23:22:27.748Z | Download: 2222/4281 items 118.5/220.6MB 53% complete (3.8M/s) |
175 | 2024-11-20T23:22:32.749Z | Download: 2834/4281 items 120.8/220.6MB 54% complete (278k/s) |
176 | 2024-11-20T23:22:37.876Z | Download: 3238/4281 items 201.3/220.6MB 91% complete (9.1M/s) |
177 | 2024-11-20T23:22:53.205Z | Download: 3241/4281 items 202.8/220.6MB 91% complete |
178 | 2024-11-20T23:22:58.208Z | Download: 3602/4281 items 216.0/220.6MB 97% complete (2.7M/s) |
179 | 2024-11-20T23:23:08.995Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (2.2M/s) |
180 | 2024-11-20T23:23:09.102Z | Download: Completed 220.60 MB in 76.97 seconds (2.9M/s) |
181 | 2024-11-20T23:23:11.140Z | Actions: 1/5063 actions (Removing old actions) |
182 | 2024-11-20T23:23:11.156Z | Actions: 194/5063 actions (Installing new actions) |
183 | 2024-11-20T23:23:16.220Z | Actions: 4097/5063 actions (Installing new actions) |
184 | 2024-11-20T23:23:17.057Z | Actions: 4226/5063 actions (Updating modified actions) |
185 | 2024-11-20T23:23:17.473Z | Actions: Completed 5063 actions in 6.33 seconds. |
186 | 2024-11-20T23:23:17.689Z | Done (0.209s) |
187 | 2024-11-20T23:23:17.692Z | Done (0.000s) |
188 | 2024-11-20T23:23:18.216Z | Done (0.526s) |
189 | 2024-11-20T23:23:25.174Z | Done (6.748s) |
190 | 2024-11-20T23:23:25.700Z | Done (0.455s) |
191 | 2024-11-20T23:23:25.703Z | Done (0.000s) |
192 | 2024-11-20T23:23:25.849Z | Done (0.000s) |
193 | 2024-11-20T23:23:26.517Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-11-20T23:23:26.676Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-11-20T23:23:26.679Z | Planning: Consolidating action changes ... Done |
196 | 2024-11-20T23:23:26.946Z | Planning: Evaluating mediators ... Done |
197 | 2024-11-20T23:23:26.948Z | Planning: Planning completed in 0.43 seconds |
198 | 2024-11-20T23:23:26.984Z | Mediators to change: 2 |
199 | 2024-11-20T23:23:26.984Z | Create boot environment: No |
200 | 2024-11-20T23:23:26.986Z | Create backup boot environment: No |
201 | 2024-11-20T23:23:27.052Z | Done |
202 | 2024-11-20T23:23:27.052Z | Done |
203 | 2024-11-20T23:23:27.397Z | Done |
204 | 2024-11-20T23:23:30.955Z | Done |
205 | 2024-11-20T23:23:31.045Z | Done |
206 | 2024-11-20T23:23:31.048Z | Done |
207 | 2024-11-20T23:23:31.161Z | Done |
208 | 2024-11-20T23:23:31.759Z | Planning: Evaluating mediator changes ... Done |
209 | 2024-11-20T23:23:31.763Z | Planning: Merging actions ... Done |
210 | 2024-11-20T23:23:31.951Z | Planning: Checking for conflicting actions ... Done |
211 | 2024-11-20T23:23:31.954Z | Planning: Consolidating action changes ... Done |
212 | 2024-11-20T23:23:32.213Z | Planning: Evaluating mediators ... Done |
213 | 2024-11-20T23:23:32.267Z | Planning: Planning completed in 0.75 seconds |
214 | 2024-11-20T23:23:32.306Z | Packages to change: 1 |
215 | 2024-11-20T23:23:32.312Z | Mediators to change: 1 |
216 | 2024-11-20T23:23:32.312Z | Services to change: 1 |
217 | 2024-11-20T23:23:32.312Z | Create boot environment: No |
218 | 2024-11-20T23:23:32.312Z | Create backup boot environment: Yes |
219 | 2024-11-20T23:23:34.312Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2024-11-20T23:23:34.428Z | Actions: Completed 6 actions in 0.12 seconds. |
221 | 2024-11-20T23:23:34.430Z | Done |
222 | 2024-11-20T23:23:34.430Z | Done |
223 | 2024-11-20T23:23:34.537Z | Done |
224 | 2024-11-20T23:23:38.093Z | Done |
225 | 2024-11-20T23:23:38.191Z | Done |
226 | 2024-11-20T23:23:38.194Z | Done |
227 | 2024-11-20T23:23:38.303Z | Done |
228 | 2024-11-20T23:23:38.729Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2024-11-20T23:23:38.729Z | clang system 15 system |
230 | 2024-11-20T23:23:38.729Z | csh system system illumos |
231 | 2024-11-20T23:23:38.729Z | ctags system system illumos |
232 | 2024-11-20T23:23:38.729Z | gcc vendor 12 vendor |
233 | 2024-11-20T23:23:38.729Z | gcc system 10 system |
234 | 2024-11-20T23:23:38.729Z | gcc system 7 system |
235 | 2024-11-20T23:23:38.729Z | go system 1.20 system |
236 | 2024-11-20T23:23:38.729Z | go system 1.19 system |
237 | 2024-11-20T23:23:38.729Z | llvm system 15 system |
238 | 2024-11-20T23:23:38.729Z | llvm system 14 system |
239 | 2024-11-20T23:23:38.729Z | mariadb system 10.6 system |
240 | 2024-11-20T23:23:38.729Z | mta vendor vendor dma |
241 | 2024-11-20T23:23:38.729Z | openjdk system 17 system |
242 | 2024-11-20T23:23:38.729Z | openjdk system 11 system |
243 | 2024-11-20T23:23:38.729Z | openjdk system 1.8 system |
244 | 2024-11-20T23:23:38.729Z | openssl vendor 3 vendor |
245 | 2024-11-20T23:23:38.729Z | perl system 5.36 system |
246 | 2024-11-20T23:23:38.729Z | postgresql system 15 system |
247 | 2024-11-20T23:23:38.729Z | postgresql system 13 system |
248 | 2024-11-20T23:23:38.729Z | python vendor 3 vendor |
249 | 2024-11-20T23:23:38.729Z | python system 2 system |
250 | 2024-11-20T23:23:38.729Z | python3 system 3.11 system |
251 | 2024-11-20T23:23:38.729Z | ruby system 3.0 system |
252 | 2024-11-20T23:23:38.729Z | words vendor vendor american-english |
253 | 2024-11-20T23:23:38.729Z | words system system australian-english |
254 | 2024-11-20T23:23:38.729Z | words system system british-english |
255 | 2024-11-20T23:23:38.729Z | words system system canadian-english |
256 | 2024-11-20T23:23:38.729Z | words system system french |
257 | 2024-11-20T23:23:38.729Z | words system system italian |
258 | 2024-11-20T23:23:38.729Z | words system system ngerman |
259 | 2024-11-20T23:23:38.729Z | words system system ogerman |
260 | 2024-11-20T23:23:38.729Z | words system system spanish |
261 | 2024-11-20T23:23:39.050Z | PUBLISHER TYPE STATUS P LOCATION |
262 | 2024-11-20T23:23:39.050Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
263 | 2024-11-20T23:23:41.592Z | FMRI IFO |
264 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
268 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
269 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
271 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
272 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
273 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
274 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
275 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
276 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
277 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
278 | 2024-11-20T23:23:41.592Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
279 | 2024-11-20T23:23:42.315Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
280 | 2024-11-20T23:23:42.855Z | Updating crates.io index |
281 | 2024-11-20T23:23:42.877Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2024-11-20T23:23:43.472Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
283 | 2024-11-20T23:23:43.705Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
284 | 2024-11-20T23:23:43.915Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
285 | 2024-11-20T23:23:44.164Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2024-11-20T23:23:45.112Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2024-11-20T23:23:47.450Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2024-11-20T23:23:48.515Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2024-11-20T23:23:49.158Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-11-20T23:23:49.399Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2024-11-20T23:23:49.758Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2024-11-20T23:23:50.311Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
293 | 2024-11-20T23:23:50.651Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
294 | 2024-11-20T23:23:50.919Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
295 | 2024-11-20T23:23:51.131Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
296 | 2024-11-20T23:23:51.350Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
297 | 2024-11-20T23:23:51.545Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
298 | 2024-11-20T23:23:51.820Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
299 | 2024-11-20T23:23:52.149Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
300 | 2024-11-20T23:23:52.535Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
301 | 2024-11-20T23:23:52.772Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
302 | 2024-11-20T23:23:53.253Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
303 | 2024-11-20T23:23:53.553Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
304 | 2024-11-20T23:23:53.957Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
305 | 2024-11-20T23:23:54.461Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
306 | 2024-11-20T23:23:54.709Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
307 | 2024-11-20T23:23:54.985Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
308 | 2024-11-20T23:23:55.241Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
309 | 2024-11-20T23:23:56.590Z | Downloading crates ... |
310 | 2024-11-20T23:23:56.684Z | Downloaded byteorder v1.5.0 |
311 | 2024-11-20T23:23:56.697Z | Downloaded anstyle-query v1.1.1 |
312 | 2024-11-20T23:23:56.703Z | Downloaded bitflags v2.6.0 |
313 | 2024-11-20T23:23:56.707Z | Downloaded anstyle v1.0.10 |
314 | 2024-11-20T23:23:56.709Z | Downloaded anyhow v1.0.93 |
315 | 2024-11-20T23:23:56.712Z | Downloaded camino v1.1.9 |
316 | 2024-11-20T23:23:56.714Z | Downloaded anstream v0.6.15 |
317 | 2024-11-20T23:23:56.716Z | Downloaded autocfg v1.4.0 |
318 | 2024-11-20T23:23:56.719Z | Downloaded camino-tempfile v1.1.1 |
319 | 2024-11-20T23:23:56.721Z | Downloaded block-buffer v0.10.4 |
320 | 2024-11-20T23:23:56.721Z | Downloaded anstyle-parse v0.2.5 |
321 | 2024-11-20T23:23:56.724Z | Downloaded bytecount v0.6.8 |
322 | 2024-11-20T23:23:56.726Z | Downloaded cargo-platform v0.1.8 |
323 | 2024-11-20T23:23:56.737Z | Downloaded clap_derive v4.5.18 |
324 | 2024-11-20T23:23:56.740Z | Downloaded clap_builder v4.5.21 |
325 | 2024-11-20T23:23:56.746Z | Downloaded colorchoice v1.0.2 |
326 | 2024-11-20T23:23:56.750Z | Downloaded cfg-if v1.0.0 |
327 | 2024-11-20T23:23:56.750Z | Downloaded cargo_toml v0.20.5 |
328 | 2024-11-20T23:23:56.753Z | Downloaded cargo_metadata v0.18.1 |
329 | 2024-11-20T23:23:56.753Z | Downloaded strsim v0.11.1 |
330 | 2024-11-20T23:23:56.755Z | Downloaded plain v0.2.3 |
331 | 2024-11-20T23:23:56.755Z | Downloaded once_cell v1.20.2 |
332 | 2024-11-20T23:23:56.757Z | Downloaded heck v0.5.0 |
333 | 2024-11-20T23:23:56.759Z | Downloaded hashbrown v0.15.0 |
334 | 2024-11-20T23:23:56.763Z | Downloaded serde_spanned v0.6.8 |
335 | 2024-11-20T23:23:56.765Z | Downloaded pest_meta v2.7.14 |
336 | 2024-11-20T23:23:56.767Z | Downloaded equivalent v1.0.1 |
337 | 2024-11-20T23:23:56.767Z | Downloaded fs-err v2.11.0 |
338 | 2024-11-20T23:23:56.769Z | Downloaded dtrace-parser v0.2.0 |
339 | 2024-11-20T23:23:56.772Z | Downloaded clap v4.5.21 |
340 | 2024-11-20T23:23:56.779Z | Downloaded scroll_derive v0.12.0 |
341 | 2024-11-20T23:23:56.782Z | Downloaded swrite v0.1.0 |
342 | 2024-11-20T23:23:56.782Z | Downloaded pretty-hex v0.4.1 |
343 | 2024-11-20T23:23:56.784Z | Downloaded pest_derive v2.7.14 |
344 | 2024-11-20T23:23:56.784Z | Downloaded errno v0.3.9 |
345 | 2024-11-20T23:23:56.787Z | Downloaded clap_lex v0.7.2 |
346 | 2024-11-20T23:23:56.787Z | Downloaded pest_generator v2.7.14 |
347 | 2024-11-20T23:23:56.789Z | Downloaded generic-array v0.14.7 |
348 | 2024-11-20T23:23:56.793Z | Downloaded dof v0.3.0 |
349 | 2024-11-20T23:23:56.793Z | Downloaded digest v0.10.7 |
350 | 2024-11-20T23:23:56.795Z | Downloaded fnv v1.0.7 |
351 | 2024-11-20T23:23:56.795Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-11-20T23:23:56.798Z | Downloaded smawk v0.3.2 |
353 | 2024-11-20T23:23:56.801Z | Downloaded usdt-macro v0.5.0 |
354 | 2024-11-20T23:23:56.803Z | Downloaded usdt-attr-macro v0.5.0 |
355 | 2024-11-20T23:23:56.806Z | Downloaded fastrand v2.1.1 |
356 | 2024-11-20T23:23:56.814Z | Downloaded thread-id v4.2.2 |
357 | 2024-11-20T23:23:56.817Z | Downloaded memmap v0.7.0 |
358 | 2024-11-20T23:23:56.817Z | Downloaded cpufeatures v0.2.14 |
359 | 2024-11-20T23:23:56.817Z | Downloaded itoa v1.0.11 |
360 | 2024-11-20T23:23:56.819Z | Downloaded heck v0.4.1 |
361 | 2024-11-20T23:23:56.820Z | Downloaded utf8parse v0.2.2 |
362 | 2024-11-20T23:23:56.822Z | Downloaded toml_datetime v0.6.8 |
363 | 2024-11-20T23:23:56.822Z | Downloaded tabled_derive v0.7.0 |
364 | 2024-11-20T23:23:56.824Z | Downloaded log v0.4.22 |
365 | 2024-11-20T23:23:56.824Z | Downloaded sha2 v0.10.8 |
366 | 2024-11-20T23:23:56.827Z | Downloaded proc-macro-error-attr v1.0.4 |
367 | 2024-11-20T23:23:56.829Z | Downloaded thiserror v1.0.69 |
368 | 2024-11-20T23:23:56.832Z | Downloaded macaddr v1.0.1 |
369 | 2024-11-20T23:23:56.834Z | Downloaded version_check v0.9.5 |
370 | 2024-11-20T23:23:56.836Z | Downloaded unicode-linebreak v0.1.5 |
371 | 2024-11-20T23:23:56.836Z | Downloaded quote v1.0.37 |
372 | 2024-11-20T23:23:56.839Z | Downloaded is_terminal_polyfill v1.70.1 |
373 | 2024-11-20T23:23:56.839Z | Downloaded serde_tokenstream v0.2.2 |
374 | 2024-11-20T23:23:56.842Z | Downloaded crypto-common v0.1.6 |
375 | 2024-11-20T23:23:56.846Z | Downloaded tempfile v3.13.0 |
376 | 2024-11-20T23:23:56.846Z | Downloaded semver v1.0.23 |
377 | 2024-11-20T23:23:56.848Z | Downloaded scroll v0.12.0 |
378 | 2024-11-20T23:23:56.848Z | Downloaded papergrid v0.11.0 |
379 | 2024-11-20T23:23:56.853Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2024-11-20T23:23:56.856Z | Downloaded usdt-impl v0.5.0 |
381 | 2024-11-20T23:23:56.859Z | Downloaded usdt v0.5.0 |
382 | 2024-11-20T23:23:56.859Z | Downloaded proc-macro2 v1.0.89 |
383 | 2024-11-20T23:23:56.861Z | Downloaded terminal_size v0.4.0 |
384 | 2024-11-20T23:23:56.864Z | Downloaded thiserror-impl v1.0.69 |
385 | 2024-11-20T23:23:56.864Z | Downloaded textwrap v0.16.1 |
386 | 2024-11-20T23:23:56.870Z | Downloaded ucd-trie v0.1.7 |
387 | 2024-11-20T23:23:56.884Z | Downloaded typenum v1.17.0 |
388 | 2024-11-20T23:23:56.884Z | Downloaded unicode-ident v1.0.13 |
389 | 2024-11-20T23:23:56.884Z | Downloaded serde_derive v1.0.215 |
390 | 2024-11-20T23:23:56.884Z | Downloaded ryu v1.0.18 |
391 | 2024-11-20T23:23:56.886Z | Downloaded toml v0.8.19 |
392 | 2024-11-20T23:23:56.888Z | Downloaded indexmap v2.6.0 |
393 | 2024-11-20T23:23:56.891Z | Downloaded serde v1.0.215 |
394 | 2024-11-20T23:23:56.894Z | Downloaded memchr v2.7.4 |
395 | 2024-11-20T23:23:56.903Z | Downloaded toml_edit v0.22.22 |
396 | 2024-11-20T23:23:56.924Z | Downloaded pest v2.7.14 |
397 | 2024-11-20T23:23:56.938Z | Downloaded goblin v0.8.2 |
398 | 2024-11-20T23:23:56.946Z | Downloaded winnow v0.6.20 |
399 | 2024-11-20T23:23:56.956Z | Downloaded zerocopy v0.7.35 |
400 | 2024-11-20T23:23:56.968Z | Downloaded serde_json v1.0.132 |
401 | 2024-11-20T23:23:56.981Z | Downloaded tabled v0.15.0 |
402 | 2024-11-20T23:23:57.006Z | Downloaded unicode-width v0.1.14 |
403 | 2024-11-20T23:23:57.010Z | Downloaded syn v2.0.87 |
404 | 2024-11-20T23:23:57.013Z | Downloaded syn v1.0.109 |
405 | 2024-11-20T23:23:57.023Z | Downloaded rustix v0.38.37 |
406 | 2024-11-20T23:23:57.050Z | Downloaded libc v0.2.162 |
407 | 2024-11-20T23:23:57.355Z | Compiling proc-macro2 v1.0.89 |
408 | 2024-11-20T23:23:57.355Z | Compiling unicode-ident v1.0.13 |
409 | 2024-11-20T23:23:57.355Z | Compiling serde v1.0.215 |
410 | 2024-11-20T23:23:57.358Z | Compiling version_check v0.9.5 |
411 | 2024-11-20T23:23:57.358Z | Compiling memchr v2.7.4 |
412 | 2024-11-20T23:23:57.358Z | Compiling thiserror v1.0.69 |
413 | 2024-11-20T23:23:57.358Z | Compiling libc v0.2.162 |
414 | 2024-11-20T23:23:57.358Z | Compiling itoa v1.0.11 |
415 | 2024-11-20T23:23:57.617Z | Compiling ucd-trie v0.1.7 |
416 | 2024-11-20T23:23:57.734Z | Compiling ryu v1.0.18 |
417 | 2024-11-20T23:23:58.048Z | Compiling once_cell v1.20.2 |
418 | 2024-11-20T23:23:58.216Z | Compiling byteorder v1.5.0 |
419 | 2024-11-20T23:23:58.406Z | Compiling rustix v0.38.37 |
420 | 2024-11-20T23:23:58.614Z | Compiling serde_json v1.0.132 |
421 | 2024-11-20T23:23:59.386Z | Compiling bitflags v2.6.0 |
422 | 2024-11-20T23:23:59.494Z | Compiling proc-macro-error-attr v1.0.4 |
423 | 2024-11-20T23:23:59.534Z | Compiling usdt-impl v0.5.0 |
424 | 2024-11-20T23:23:59.581Z | Compiling syn v1.0.109 |
425 | 2024-11-20T23:23:59.759Z | Compiling proc-macro-error v1.0.4 |
426 | 2024-11-20T23:23:59.811Z | Compiling utf8parse v0.2.2 |
427 | 2024-11-20T23:23:59.878Z | Compiling hashbrown v0.15.0 |
428 | 2024-11-20T23:23:59.963Z | Compiling camino v1.1.9 |
429 | 2024-11-20T23:24:00.010Z | Compiling equivalent v1.0.1 |
430 | 2024-11-20T23:24:00.036Z | Compiling log v0.4.22 |
431 | 2024-11-20T23:24:00.126Z | Compiling plain v0.2.3 |
432 | 2024-11-20T23:24:00.275Z | Compiling thread-id v4.2.2 |
433 | 2024-11-20T23:24:00.327Z | Compiling anstyle-parse v0.2.5 |
434 | 2024-11-20T23:24:00.393Z | Compiling quote v1.0.37 |
435 | 2024-11-20T23:24:00.463Z | Compiling winnow v0.6.20 |
436 | 2024-11-20T23:24:00.652Z | Compiling errno v0.3.9 |
437 | 2024-11-20T23:24:00.678Z | Compiling autocfg v1.4.0 |
438 | 2024-11-20T23:24:00.753Z | Compiling semver v1.0.23 |
439 | 2024-11-20T23:24:00.877Z | Compiling syn v2.0.87 |
440 | 2024-11-20T23:24:01.091Z | Compiling indexmap v2.6.0 |
441 | 2024-11-20T23:24:01.301Z | Compiling is_terminal_polyfill v1.70.1 |
442 | 2024-11-20T23:24:01.426Z | Compiling pretty-hex v0.4.1 |
443 | 2024-11-20T23:24:01.641Z | Compiling anstyle v1.0.10 |
444 | 2024-11-20T23:24:01.825Z | Compiling unicode-width v0.1.14 |
445 | 2024-11-20T23:24:02.073Z | Compiling anstyle-query v1.1.1 |
446 | 2024-11-20T23:24:02.186Z | Compiling colorchoice v1.0.2 |
447 | 2024-11-20T23:24:02.342Z | Compiling anstream v0.6.15 |
448 | 2024-11-20T23:24:02.368Z | Compiling fs-err v2.11.0 |
449 | 2024-11-20T23:24:02.633Z | Compiling cfg-if v1.0.0 |
450 | 2024-11-20T23:24:02.636Z | Compiling strsim v0.11.1 |
451 | 2024-11-20T23:24:02.688Z | Compiling fastrand v2.1.1 |
452 | 2024-11-20T23:24:02.752Z | Compiling anyhow v1.0.93 |
453 | 2024-11-20T23:24:03.114Z | Compiling terminal_size v0.4.0 |
454 | 2024-11-20T23:24:03.242Z | Compiling heck v0.4.1 |
455 | 2024-11-20T23:24:03.375Z | Compiling clap_lex v0.7.2 |
456 | 2024-11-20T23:24:03.602Z | Compiling heck v0.5.0 |
457 | 2024-11-20T23:24:03.783Z | Compiling bytecount v0.6.8 |
458 | 2024-11-20T23:24:03.808Z | Compiling fnv v1.0.7 |
459 | 2024-11-20T23:24:03.874Z | Compiling tempfile v3.13.0 |
460 | 2024-11-20T23:24:03.905Z | Compiling clap_builder v4.5.21 |
461 | 2024-11-20T23:24:03.999Z | Compiling papergrid v0.11.0 |
462 | 2024-11-20T23:24:04.404Z | Compiling memmap v0.7.0 |
463 | 2024-11-20T23:24:04.499Z | Compiling smawk v0.3.2 |
464 | 2024-11-20T23:24:04.618Z | Compiling unicode-linebreak v0.1.5 |
465 | 2024-11-20T23:24:04.786Z | Compiling swrite v0.1.0 |
466 | 2024-11-20T23:24:05.138Z | Compiling textwrap v0.16.1 |
467 | 2024-11-20T23:24:06.394Z | Compiling tabled_derive v0.7.0 |
468 | 2024-11-20T23:24:07.789Z | Compiling tabled v0.15.0 |
469 | 2024-11-20T23:24:09.966Z | Compiling serde_derive v1.0.215 |
470 | 2024-11-20T23:24:09.966Z | Compiling thiserror-impl v1.0.69 |
471 | 2024-11-20T23:24:09.968Z | Compiling zerocopy-derive v0.7.35 |
472 | 2024-11-20T23:24:09.968Z | Compiling scroll_derive v0.12.0 |
473 | 2024-11-20T23:24:09.968Z | Compiling clap_derive v4.5.18 |
474 | 2024-11-20T23:24:11.272Z | Compiling scroll v0.12.0 |
475 | 2024-11-20T23:24:11.632Z | Compiling zerocopy v0.7.35 |
476 | 2024-11-20T23:24:11.828Z | Compiling goblin v0.8.2 |
477 | 2024-11-20T23:24:12.683Z | Compiling pest v2.7.14 |
478 | 2024-11-20T23:24:13.765Z | Compiling clap v4.5.21 |
479 | 2024-11-20T23:24:14.869Z | Compiling pest_meta v2.7.14 |
480 | 2024-11-20T23:24:15.693Z | Compiling pest_generator v2.7.14 |
481 | 2024-11-20T23:24:17.507Z | Compiling pest_derive v2.7.14 |
482 | 2024-11-20T23:24:18.238Z | Compiling dtrace-parser v0.2.0 |
483 | 2024-11-20T23:24:19.957Z | Compiling serde_tokenstream v0.2.2 |
484 | 2024-11-20T23:24:20.106Z | Compiling toml_datetime v0.6.8 |
485 | 2024-11-20T23:24:20.106Z | Compiling serde_spanned v0.6.8 |
486 | 2024-11-20T23:24:20.365Z | Compiling cargo-platform v0.1.8 |
487 | 2024-11-20T23:24:20.500Z | Compiling toml_edit v0.22.22 |
488 | 2024-11-20T23:24:20.502Z | Compiling macaddr v1.0.1 |
489 | 2024-11-20T23:24:20.871Z | Compiling camino-tempfile v1.1.1 |
490 | 2024-11-20T23:24:21.411Z | Compiling dof v0.3.0 |
491 | 2024-11-20T23:24:21.605Z | Compiling cargo_metadata v0.18.1 |
492 | 2024-11-20T23:24:23.124Z | Compiling usdt-macro v0.5.0 |
493 | 2024-11-20T23:24:23.124Z | Compiling usdt-attr-macro v0.5.0 |
494 | 2024-11-20T23:24:23.308Z | Compiling toml v0.8.19 |
495 | 2024-11-20T23:24:24.156Z | Compiling cargo_toml v0.20.5 |
496 | 2024-11-20T23:24:24.426Z | Compiling usdt v0.5.0 |
497 | 2024-11-20T23:24:27.627Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
498 | 2024-11-20T23:24:31.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.63s |
499 | 2024-11-20T23:24:31.980Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
500 | 2024-11-20T23:24:32.511Z | Downloading crates ... |
501 | 2024-11-20T23:24:32.631Z | Downloaded castaway v0.2.3 |
502 | 2024-11-20T23:24:32.640Z | Downloaded crossbeam-utils v0.8.20 |
503 | 2024-11-20T23:24:32.647Z | Downloaded aead v0.5.2 |
504 | 2024-11-20T23:24:32.659Z | Downloaded maybe-uninit v2.0.0 |
505 | 2024-11-20T23:24:32.662Z | Downloaded aes-gcm v0.10.3 |
506 | 2024-11-20T23:24:32.666Z | Downloaded addr2line v0.24.2 |
507 | 2024-11-20T23:24:32.671Z | Downloaded aes v0.8.4 |
508 | 2024-11-20T23:24:32.675Z | Downloaded adler2 v2.0.0 |
509 | 2024-11-20T23:24:32.720Z | Downloaded darling v0.20.10 |
510 | 2024-11-20T23:24:32.726Z | Downloaded cancel-safe-futures v0.1.5 |
511 | 2024-11-20T23:24:32.729Z | Downloaded headers-core v0.3.0 |
512 | 2024-11-20T23:24:32.732Z | Downloaded argon2 v0.5.3 |
513 | 2024-11-20T23:24:32.732Z | Downloaded buf-list v1.0.3 |
514 | 2024-11-20T23:24:32.735Z | Downloaded heck v0.3.3 |
515 | 2024-11-20T23:24:32.737Z | Downloaded allocator-api2 v0.2.18 |
516 | 2024-11-20T23:24:32.740Z | Downloaded hubpack_derive v0.1.1 |
517 | 2024-11-20T23:24:32.740Z | Downloaded arrayvec v0.7.6 |
518 | 2024-11-20T23:24:32.742Z | Downloaded array-init v0.0.4 |
519 | 2024-11-20T23:24:32.746Z | Downloaded arc-swap v1.7.1 |
520 | 2024-11-20T23:24:32.748Z | Downloaded http-body v1.0.1 |
521 | 2024-11-20T23:24:32.748Z | Downloaded async-recursion v1.1.1 |
522 | 2024-11-20T23:24:32.751Z | Downloaded http-range v0.1.5 |
523 | 2024-11-20T23:24:32.754Z | Downloaded httpdate v1.0.3 |
524 | 2024-11-20T23:24:32.756Z | Downloaded hex v0.4.3 |
525 | 2024-11-20T23:24:32.759Z | Downloaded backtrace v0.3.74 |
526 | 2024-11-20T23:24:32.762Z | Downloaded hickory-resolver v0.24.1 |
527 | 2024-11-20T23:24:32.767Z | Downloaded hickory-client v0.24.1 |
528 | 2024-11-20T23:24:32.770Z | Downloaded ident_case v1.0.1 |
529 | 2024-11-20T23:24:32.774Z | Downloaded chacha20poly1305 v0.10.1 |
530 | 2024-11-20T23:24:32.776Z | Downloaded blowfish v0.9.1 |
531 | 2024-11-20T23:24:32.776Z | Downloaded bzip2 v0.4.4 |
532 | 2024-11-20T23:24:32.781Z | Downloaded ciborium-io v0.2.2 |
533 | 2024-11-20T23:24:32.781Z | Downloaded bit-vec v0.6.3 |
534 | 2024-11-20T23:24:32.784Z | Downloaded icu_provider_macros v1.5.0 |
535 | 2024-11-20T23:24:32.784Z | Downloaded base16ct v0.2.0 |
536 | 2024-11-20T23:24:32.784Z | Downloaded base64 v0.21.7 |
537 | 2024-11-20T23:24:32.787Z | Downloaded hubpack v0.1.2 |
538 | 2024-11-20T23:24:32.790Z | Downloaded cstr-argument v0.1.2 |
539 | 2024-11-20T23:24:32.792Z | Downloaded ascii-canvas v3.0.0 |
540 | 2024-11-20T23:24:32.792Z | Downloaded crunchy v0.2.2 |
541 | 2024-11-20T23:24:32.795Z | Downloaded ciborium-ll v0.2.2 |
542 | 2024-11-20T23:24:32.795Z | Downloaded bitfield-struct v0.6.2 |
543 | 2024-11-20T23:24:32.798Z | Downloaded impl-trait-for-tuples v0.2.2 |
544 | 2024-11-20T23:24:32.801Z | Downloaded block-padding v0.3.3 |
545 | 2024-11-20T23:24:32.801Z | Downloaded highway v1.2.0 |
546 | 2024-11-20T23:24:32.804Z | Downloaded cfg_aliases v0.2.1 |
547 | 2024-11-20T23:24:32.804Z | Downloaded is_ci v1.2.0 |
548 | 2024-11-20T23:24:32.808Z | Downloaded instant v0.1.13 |
549 | 2024-11-20T23:24:32.808Z | Downloaded bcs v0.1.6 |
550 | 2024-11-20T23:24:32.811Z | Downloaded cfg_aliases v0.1.1 |
551 | 2024-11-20T23:24:32.811Z | Downloaded crc v3.2.1 |
552 | 2024-11-20T23:24:32.814Z | Downloaded ipnetwork v0.20.0 |
553 | 2024-11-20T23:24:32.817Z | Downloaded instability v0.3.2 |
554 | 2024-11-20T23:24:32.817Z | Downloaded crucible-workspace-hack v0.1.0 |
555 | 2024-11-20T23:24:32.819Z | Downloaded ciborium v0.2.2 |
556 | 2024-11-20T23:24:32.822Z | Downloaded matches v0.1.10 |
557 | 2024-11-20T23:24:32.822Z | Downloaded indent_write v2.2.0 |
558 | 2024-11-20T23:24:32.825Z | Downloaded cexpr v0.6.0 |
559 | 2024-11-20T23:24:32.828Z | Downloaded md5 v0.7.0 |
560 | 2024-11-20T23:24:32.828Z | Downloaded base64ct v1.6.0 |
561 | 2024-11-20T23:24:32.833Z | Downloaded match_cfg v0.1.0 |
562 | 2024-11-20T23:24:32.833Z | Downloaded iana-time-zone v0.1.61 |
563 | 2024-11-20T23:24:32.836Z | Downloaded colored v2.1.0 |
564 | 2024-11-20T23:24:32.836Z | Downloaded internet-checksum v0.2.1 |
565 | 2024-11-20T23:24:32.839Z | Downloaded cassowary v0.3.0 |
566 | 2024-11-20T23:24:32.839Z | Downloaded bitflags v1.3.2 |
567 | 2024-11-20T23:24:32.841Z | Downloaded sigpipe v0.1.3 |
568 | 2024-11-20T23:24:32.844Z | Downloaded idna_adapter v1.2.0 |
569 | 2024-11-20T23:24:32.844Z | Downloaded cobs v0.2.3 |
570 | 2024-11-20T23:24:32.846Z | Downloaded termtree v0.4.1 |
571 | 2024-11-20T23:24:32.846Z | Downloaded heapless v0.7.17 |
572 | 2024-11-20T23:24:32.850Z | Downloaded strum v0.26.3 |
573 | 2024-11-20T23:24:32.854Z | Downloaded async-bb8-diesel v0.2.1 |
574 | 2024-11-20T23:24:32.857Z | Downloaded indoc v1.0.9 |
575 | 2024-11-20T23:24:32.859Z | Downloaded curve25519-dalek-derive v0.1.1 |
576 | 2024-11-20T23:24:32.859Z | Downloaded tinyvec_macros v0.1.1 |
577 | 2024-11-20T23:24:32.859Z | Downloaded is-terminal v0.4.13 |
578 | 2024-11-20T23:24:32.862Z | Downloaded crossbeam-deque v0.8.5 |
579 | 2024-11-20T23:24:32.864Z | Downloaded linear-map v1.2.0 |
580 | 2024-11-20T23:24:32.864Z | Downloaded try-lock v0.2.5 |
581 | 2024-11-20T23:24:32.867Z | Downloaded crc-catalog v2.4.0 |
582 | 2024-11-20T23:24:32.867Z | Downloaded convert_case v0.4.0 |
583 | 2024-11-20T23:24:32.871Z | Downloaded inout v0.1.3 |
584 | 2024-11-20T23:24:32.871Z | Downloaded bitfield v0.14.0 |
585 | 2024-11-20T23:24:32.875Z | Downloaded lalrpop-util v0.19.12 |
586 | 2024-11-20T23:24:32.875Z | Downloaded blake2 v0.10.6 |
587 | 2024-11-20T23:24:32.878Z | Downloaded lru v0.12.5 |
588 | 2024-11-20T23:24:32.878Z | Downloaded libefi-sys v0.1.0 |
589 | 2024-11-20T23:24:32.878Z | Downloaded constant_time_eq v0.3.1 |
590 | 2024-11-20T23:24:32.882Z | Downloaded maplit v1.0.2 |
591 | 2024-11-20T23:24:32.883Z | Downloaded managed v0.8.0 |
592 | 2024-11-20T23:24:32.885Z | Downloaded lockfree-object-pool v0.1.6 |
593 | 2024-11-20T23:24:32.885Z | Downloaded yoke-derive v0.7.4 |
594 | 2024-11-20T23:24:32.887Z | Downloaded waitgroup v0.1.2 |
595 | 2024-11-20T23:24:32.888Z | Downloaded hmac v0.12.1 |
596 | 2024-11-20T23:24:32.890Z | Downloaded mime v0.3.17 |
597 | 2024-11-20T23:24:32.890Z | Downloaded rustc-hash v2.0.0 |
598 | 2024-11-20T23:24:32.893Z | Downloaded siphasher v0.3.11 |
599 | 2024-11-20T23:24:32.897Z | Downloaded termios v0.3.3 |
600 | 2024-11-20T23:24:32.897Z | Downloaded icu_provider v1.5.0 |
601 | 2024-11-20T23:24:32.899Z | Downloaded icu_normalizer_data v1.5.0 |
602 | 2024-11-20T23:24:32.903Z | Downloaded icu_locid v1.5.0 |
603 | 2024-11-20T23:24:32.908Z | Downloaded fxhash v0.2.1 |
604 | 2024-11-20T23:24:32.911Z | Downloaded slab v0.4.9 |
605 | 2024-11-20T23:24:32.911Z | Downloaded sec1 v0.7.3 |
606 | 2024-11-20T23:24:32.916Z | Downloaded foreign-types v0.3.2 |
607 | 2024-11-20T23:24:32.916Z | Downloaded tls_codec v0.4.1 |
608 | 2024-11-20T23:24:32.916Z | Downloaded tinystr v0.7.6 |
609 | 2024-11-20T23:24:32.919Z | Downloaded num-conv v0.1.0 |
610 | 2024-11-20T23:24:32.919Z | Downloaded cookie_store v0.21.0 |
611 | 2024-11-20T23:24:32.922Z | Downloaded tui-tree-widget v0.22.0 |
612 | 2024-11-20T23:24:32.925Z | Downloaded strum_macros v0.24.3 |
613 | 2024-11-20T23:24:32.925Z | Downloaded normalize-line-endings v0.3.0 |
614 | 2024-11-20T23:24:32.928Z | Downloaded tls_codec_derive v0.4.1 |
615 | 2024-11-20T23:24:32.928Z | Downloaded newline-converter v0.3.0 |
616 | 2024-11-20T23:24:32.931Z | Downloaded unicode-truncate v1.1.0 |
617 | 2024-11-20T23:24:32.931Z | Downloaded structmeta-derive v0.3.0 |
618 | 2024-11-20T23:24:32.936Z | Downloaded openssl-macros v0.1.1 |
619 | 2024-11-20T23:24:32.936Z | Downloaded static_assertions v1.1.0 |
620 | 2024-11-20T23:24:32.939Z | Downloaded stable_deref_trait v1.2.0 |
621 | 2024-11-20T23:24:32.939Z | Downloaded clang-sys v1.8.1 |
622 | 2024-11-20T23:24:32.939Z | Downloaded dirs-sys-next v0.1.2 |
623 | 2024-11-20T23:24:32.943Z | Downloaded ipnet v2.10.1 |
624 | 2024-11-20T23:24:32.943Z | Downloaded libloading v0.8.5 |
625 | 2024-11-20T23:24:32.947Z | Downloaded phf_shared v0.10.0 |
626 | 2024-11-20T23:24:32.950Z | Downloaded serde_derive_internals v0.29.1 |
627 | 2024-11-20T23:24:32.950Z | Downloaded const-oid v0.9.6 |
628 | 2024-11-20T23:24:32.953Z | Downloaded wait-timeout v0.2.0 |
629 | 2024-11-20T23:24:32.953Z | Downloaded crc32fast v1.4.2 |
630 | 2024-11-20T23:24:32.956Z | Downloaded precomputed-hash v0.1.1 |
631 | 2024-11-20T23:24:32.956Z | Downloaded icu_normalizer v1.5.0 |
632 | 2024-11-20T23:24:32.959Z | Downloaded ff v0.13.0 |
633 | 2024-11-20T23:24:32.962Z | Downloaded fd-lock v4.0.2 |
634 | 2024-11-20T23:24:32.967Z | Downloaded strum_macros v0.25.3 |
635 | 2024-11-20T23:24:32.971Z | Downloaded indexmap v1.9.3 |
636 | 2024-11-20T23:24:32.974Z | Downloaded newtype-uuid v1.1.3 |
637 | 2024-11-20T23:24:32.974Z | Downloaded foreign-types-macros v0.2.3 |
638 | 2024-11-20T23:24:32.974Z | Downloaded foreign-types v0.5.0 |
639 | 2024-11-20T23:24:32.976Z | Downloaded foldhash v0.1.3 |
640 | 2024-11-20T23:24:32.977Z | Downloaded progenitor-impl v0.8.0 |
641 | 2024-11-20T23:24:32.979Z | Downloaded yoke v0.7.4 |
642 | 2024-11-20T23:24:32.983Z | Downloaded xz2 v0.1.7 |
643 | 2024-11-20T23:24:32.987Z | Downloaded indicatif v0.17.9 |
644 | 2024-11-20T23:24:32.989Z | Downloaded foreign-types-shared v0.3.1 |
645 | 2024-11-20T23:24:32.989Z | Downloaded ahash v0.8.11 |
646 | 2024-11-20T23:24:32.993Z | Downloaded foreign-types-shared v0.1.1 |
647 | 2024-11-20T23:24:32.996Z | Downloaded toolchain_find v0.4.0 |
648 | 2024-11-20T23:24:32.997Z | Downloaded phf_generator v0.11.2 |
649 | 2024-11-20T23:24:32.997Z | Downloaded icu_collections v1.5.0 |
650 | 2024-11-20T23:24:33.002Z | Downloaded pbkdf2 v0.12.2 |
651 | 2024-11-20T23:24:33.005Z | Downloaded pbkdf2 v0.11.0 |
652 | 2024-11-20T23:24:33.007Z | Downloaded opaque-debug v0.3.1 |
653 | 2024-11-20T23:24:33.007Z | Downloaded proc-macro-crate v1.3.1 |
654 | 2024-11-20T23:24:33.011Z | Downloaded endian-type v0.1.2 |
655 | 2024-11-20T23:24:33.011Z | Downloaded dhcproto-macros v0.1.0 |
656 | 2024-11-20T23:24:33.011Z | Downloaded r2d2 v0.8.10 |
657 | 2024-11-20T23:24:33.013Z | Downloaded hashlink v0.9.1 |
658 | 2024-11-20T23:24:33.016Z | Downloaded newtype_derive v0.1.6 |
659 | 2024-11-20T23:24:33.016Z | Downloaded new_debug_unreachable v1.0.6 |
660 | 2024-11-20T23:24:33.016Z | Downloaded rustfmt-wrapper v0.2.1 |
661 | 2024-11-20T23:24:33.019Z | Downloaded russh-cryptovec v0.7.3 |
662 | 2024-11-20T23:24:33.019Z | Downloaded compact_str v0.8.0 |
663 | 2024-11-20T23:24:33.023Z | Downloaded slog-async v2.8.0 |
664 | 2024-11-20T23:24:33.025Z | Downloaded signal-hook-mio v0.2.4 |
665 | 2024-11-20T23:24:33.025Z | Downloaded signal-hook-registry v1.4.2 |
666 | 2024-11-20T23:24:33.029Z | Downloaded ssh-encoding v0.2.0 |
667 | 2024-11-20T23:24:33.032Z | Downloaded serde_urlencoded v0.7.1 |
668 | 2024-11-20T23:24:33.032Z | Downloaded thread_local v1.1.8 |
669 | 2024-11-20T23:24:33.034Z | Downloaded serde_repr v0.1.19 |
670 | 2024-11-20T23:24:33.037Z | Downloaded prettyplease v0.2.25 |
671 | 2024-11-20T23:24:33.040Z | Downloaded icu_properties v1.5.1 |
672 | 2024-11-20T23:24:33.042Z | Downloaded zone v0.1.8 |
673 | 2024-11-20T23:24:33.052Z | Downloaded postcard v1.0.10 |
674 | 2024-11-20T23:24:33.055Z | Downloaded const_format v0.2.33 |
675 | 2024-11-20T23:24:33.060Z | Downloaded hickory-server v0.24.1 |
676 | 2024-11-20T23:24:33.066Z | Downloaded progenitor-client v0.8.0 |
677 | 2024-11-20T23:24:33.069Z | Downloaded olpc-cjson v0.1.4 |
678 | 2024-11-20T23:24:33.069Z | Downloaded wyz v0.5.1 |
679 | 2024-11-20T23:24:33.072Z | Downloaded defmt-macros v0.3.9 |
680 | 2024-11-20T23:24:33.076Z | Downloaded glob v0.3.1 |
681 | 2024-11-20T23:24:33.079Z | Downloaded time-core v0.1.2 |
682 | 2024-11-20T23:24:33.079Z | Downloaded paste v1.0.15 |
683 | 2024-11-20T23:24:33.079Z | Downloaded want v0.3.1 |
684 | 2024-11-20T23:24:33.082Z | Downloaded zerofrom v0.1.4 |
685 | 2024-11-20T23:24:33.082Z | Downloaded form_urlencoded v1.2.1 |
686 | 2024-11-20T23:24:33.085Z | Downloaded thiserror-no-std v2.0.2 |
687 | 2024-11-20T23:24:33.087Z | Downloaded rustls-pemfile v2.2.0 |
688 | 2024-11-20T23:24:33.090Z | Downloaded env_filter v0.1.2 |
689 | 2024-11-20T23:24:33.092Z | Downloaded rsa v0.9.6 |
690 | 2024-11-20T23:24:33.096Z | Downloaded rustc_version v0.4.1 |
691 | 2024-11-20T23:24:33.099Z | Downloaded rustc-hash v1.1.0 |
692 | 2024-11-20T23:24:33.099Z | Downloaded des v0.8.1 |
693 | 2024-11-20T23:24:33.104Z | Downloaded which v4.4.2 |
694 | 2024-11-20T23:24:33.104Z | Downloaded derive_builder v0.20.2 |
695 | 2024-11-20T23:24:33.107Z | Downloaded zerocopy v0.6.6 |
696 | 2024-11-20T23:24:33.110Z | Downloaded parse-size v1.1.0 |
697 | 2024-11-20T23:24:33.113Z | Downloaded slog-stdlog v4.1.1 |
698 | 2024-11-20T23:24:33.113Z | Downloaded slog-scope v4.4.0 |
699 | 2024-11-20T23:24:33.115Z | Downloaded pin-utils v0.1.0 |
700 | 2024-11-20T23:24:33.115Z | Downloaded slog-json v2.6.1 |
701 | 2024-11-20T23:24:33.119Z | Downloaded crossbeam-channel v0.5.13 |
702 | 2024-11-20T23:24:33.123Z | Downloaded tokio-tungstenite v0.24.0 |
703 | 2024-11-20T23:24:33.126Z | Downloaded serde-big-array v0.5.1 |
704 | 2024-11-20T23:24:33.126Z | Downloaded tokio-tungstenite v0.23.1 |
705 | 2024-11-20T23:24:33.129Z | Downloaded utf16_iter v1.0.5 |
706 | 2024-11-20T23:24:33.132Z | Downloaded primeorder v0.13.6 |
707 | 2024-11-20T23:24:33.132Z | Downloaded scopeguard v1.2.0 |
708 | 2024-11-20T23:24:33.134Z | Downloaded scheduled-thread-pool v0.2.7 |
709 | 2024-11-20T23:24:33.134Z | Downloaded xattr v1.3.1 |
710 | 2024-11-20T23:24:33.137Z | Downloaded utf-8 v0.7.6 |
711 | 2024-11-20T23:24:33.139Z | Downloaded writeable v0.5.5 |
712 | 2024-11-20T23:24:33.145Z | Downloaded predicates-core v1.0.8 |
713 | 2024-11-20T23:24:33.145Z | Downloaded scrypt v0.11.0 |
714 | 2024-11-20T23:24:33.147Z | Downloaded nibble_vec v0.1.0 |
715 | 2024-11-20T23:24:33.147Z | Downloaded tokio-rustls v0.24.1 |
716 | 2024-11-20T23:24:33.147Z | Downloaded futures-sink v0.3.31 |
717 | 2024-11-20T23:24:33.150Z | Downloaded tiny-keccak v2.0.2 |
718 | 2024-11-20T23:24:33.153Z | Downloaded dhcproto v0.12.0 |
719 | 2024-11-20T23:24:33.156Z | Downloaded derive-where v1.2.7 |
720 | 2024-11-20T23:24:33.159Z | Downloaded num v0.4.3 |
721 | 2024-11-20T23:24:33.162Z | Downloaded ppv-lite86 v0.2.20 |
722 | 2024-11-20T23:24:33.162Z | Downloaded zerofrom-derive v0.1.4 |
723 | 2024-11-20T23:24:33.164Z | Downloaded thiserror-impl-no-std v2.0.2 |
724 | 2024-11-20T23:24:33.164Z | Downloaded parking_lot_core v0.8.6 |
725 | 2024-11-20T23:24:33.168Z | Downloaded miniz_oxide v0.8.0 |
726 | 2024-11-20T23:24:33.171Z | Downloaded headers v0.4.0 |
727 | 2024-11-20T23:24:33.174Z | Downloaded mirai-annotations v1.12.0 |
728 | 2024-11-20T23:24:33.178Z | Downloaded serde-hex v0.1.0 |
729 | 2024-11-20T23:24:33.178Z | Downloaded semver v0.1.20 |
730 | 2024-11-20T23:24:33.182Z | Downloaded pkcs8 v0.10.2 |
731 | 2024-11-20T23:24:33.185Z | Downloaded display-error-chain v0.2.2 |
732 | 2024-11-20T23:24:33.185Z | Downloaded omicron-zone-package v0.11.1 |
733 | 2024-11-20T23:24:33.187Z | Downloaded oso-derive v0.27.3 |
734 | 2024-11-20T23:24:33.187Z | Downloaded p256 v0.13.2 |
735 | 2024-11-20T23:24:33.190Z | Downloaded nodrop v0.1.14 |
736 | 2024-11-20T23:24:33.194Z | Downloaded num-iter v0.1.45 |
737 | 2024-11-20T23:24:33.196Z | Downloaded tokio-macros v2.4.0 |
738 | 2024-11-20T23:24:33.196Z | Downloaded tokio-native-tls v0.3.1 |
739 | 2024-11-20T23:24:33.199Z | Downloaded percent-encoding v2.3.1 |
740 | 2024-11-20T23:24:33.199Z | Downloaded downcast v0.11.0 |
741 | 2024-11-20T23:24:33.201Z | Downloaded env_logger v0.10.2 |
742 | 2024-11-20T23:24:33.205Z | Downloaded flume v0.11.1 |
743 | 2024-11-20T23:24:33.209Z | Downloaded sync-ptr v0.1.1 |
744 | 2024-11-20T23:24:33.209Z | Downloaded rfc6979 v0.4.0 |
745 | 2024-11-20T23:24:33.211Z | Downloaded parse-display-derive v0.10.0 |
746 | 2024-11-20T23:24:33.211Z | Downloaded structmeta v0.3.0 |
747 | 2024-11-20T23:24:33.211Z | Downloaded diesel_table_macro_syntax v0.2.0 |
748 | 2024-11-20T23:24:33.215Z | Downloaded zone_cfg_derive v0.3.0 |
749 | 2024-11-20T23:24:33.215Z | Downloaded zone_cfg_derive v0.1.2 |
750 | 2024-11-20T23:24:33.215Z | Downloaded time-macros v0.2.18 |
751 | 2024-11-20T23:24:33.218Z | Downloaded rustls-pki-types v1.9.0 |
752 | 2024-11-20T23:24:33.227Z | Downloaded tower-service v0.3.3 |
753 | 2024-11-20T23:24:33.227Z | Downloaded float-cmp v0.9.0 |
754 | 2024-11-20T23:24:33.227Z | Downloaded rcgen v0.12.1 |
755 | 2024-11-20T23:24:33.229Z | Downloaded num_enum v0.5.11 |
756 | 2024-11-20T23:24:33.236Z | Downloaded funty v2.0.0 |
757 | 2024-11-20T23:24:33.239Z | Downloaded displaydoc v0.2.5 |
758 | 2024-11-20T23:24:33.243Z | Downloaded vte_generate_state_changes v0.1.2 |
759 | 2024-11-20T23:24:33.245Z | Downloaded parse-display v0.10.0 |
760 | 2024-11-20T23:24:33.245Z | Downloaded pkcs5 v0.7.1 |
761 | 2024-11-20T23:24:33.253Z | Downloaded packed_struct_codegen v0.10.1 |
762 | 2024-11-20T23:24:33.256Z | Downloaded rusty-fork v0.3.0 |
763 | 2024-11-20T23:24:33.259Z | Downloaded resolv-conf v0.7.0 |
764 | 2024-11-20T23:24:33.262Z | Downloaded term v0.7.0 |
765 | 2024-11-20T23:24:33.266Z | Downloaded smallvec v0.6.14 |
766 | 2024-11-20T23:24:33.269Z | Downloaded rustls-pemfile v1.0.4 |
767 | 2024-11-20T23:24:33.273Z | Downloaded sqlparser_derive v0.2.2 |
768 | 2024-11-20T23:24:33.273Z | Downloaded difflib v0.4.0 |
769 | 2024-11-20T23:24:33.277Z | Downloaded sqlformat v0.2.6 |
770 | 2024-11-20T23:24:33.277Z | Downloaded untrusted v0.7.1 |
771 | 2024-11-20T23:24:33.281Z | Downloaded secrecy v0.8.0 |
772 | 2024-11-20T23:24:33.282Z | Downloaded crossterm v0.28.1 |
773 | 2024-11-20T23:24:33.285Z | Downloaded dsl_auto_type v0.1.2 |
774 | 2024-11-20T23:24:33.287Z | Downloaded itertools v0.10.5 |
775 | 2024-11-20T23:24:33.293Z | Downloaded darling_macro v0.20.10 |
776 | 2024-11-20T23:24:33.297Z | Downloaded parking_lot v0.11.2 |
777 | 2024-11-20T23:24:33.301Z | Downloaded take_mut v0.2.2 |
778 | 2024-11-20T23:24:33.301Z | Downloaded ssh-cipher v0.2.0 |
779 | 2024-11-20T23:24:33.304Z | Downloaded parking_lot_core v0.9.10 |
780 | 2024-11-20T23:24:33.304Z | Downloaded hash32 v0.2.1 |
781 | 2024-11-20T23:24:33.306Z | Downloaded mockall v0.13.0 |
782 | 2024-11-20T23:24:33.309Z | Downloaded pretty-hex v0.2.1 |
783 | 2024-11-20T23:24:33.309Z | Downloaded zeroize v1.8.1 |
784 | 2024-11-20T23:24:33.313Z | Downloaded test-strategy v0.3.1 |
785 | 2024-11-20T23:24:33.315Z | Downloaded fallible-streaming-iterator v0.1.9 |
786 | 2024-11-20T23:24:33.318Z | Downloaded fallible-iterator v0.2.0 |
787 | 2024-11-20T23:24:33.319Z | Downloaded number_prefix v0.4.0 |
788 | 2024-11-20T23:24:33.322Z | Downloaded hash32 v0.3.1 |
789 | 2024-11-20T23:24:33.322Z | Downloaded phf_shared v0.11.2 |
790 | 2024-11-20T23:24:33.322Z | Downloaded getrandom v0.2.15 |
791 | 2024-11-20T23:24:33.325Z | Downloaded string_cache v0.8.7 |
792 | 2024-11-20T23:24:33.328Z | Downloaded rand_core v0.6.4 |
793 | 2024-11-20T23:24:33.331Z | Downloaded mio v1.0.2 |
794 | 2024-11-20T23:24:33.336Z | Downloaded twox-hash v1.6.3 |
795 | 2024-11-20T23:24:33.339Z | Downloaded globset v0.4.15 |
796 | 2024-11-20T23:24:33.341Z | Downloaded tracing-attributes v0.1.27 |
797 | 2024-11-20T23:24:33.348Z | Downloaded subprocess v0.2.9 |
798 | 2024-11-20T23:24:33.348Z | Downloaded itertools v0.12.1 |
799 | 2024-11-20T23:24:33.353Z | Downloaded parking_lot v0.12.3 |
800 | 2024-11-20T23:24:33.356Z | Downloaded toml_edit v0.19.15 |
801 | 2024-11-20T23:24:33.373Z | Downloaded flagset v0.4.6 |
802 | 2024-11-20T23:24:33.376Z | Downloaded hyper v1.5.0 |
803 | 2024-11-20T23:24:33.385Z | Downloaded sha1 v0.10.6 |
804 | 2024-11-20T23:24:33.387Z | Downloaded rand_xorshift v0.3.0 |
805 | 2024-11-20T23:24:33.387Z | Downloaded rand_seeder v0.3.0 |
806 | 2024-11-20T23:24:33.387Z | Downloaded hkdf v0.12.4 |
807 | 2024-11-20T23:24:33.390Z | Downloaded ed25519 v2.2.3 |
808 | 2024-11-20T23:24:33.392Z | Downloaded untrusted v0.9.0 |
809 | 2024-11-20T23:24:33.392Z | Downloaded filetime v0.2.25 |
810 | 2024-11-20T23:24:33.396Z | Downloaded smallvec v1.13.2 |
811 | 2024-11-20T23:24:33.398Z | Downloaded socket2 v0.5.7 |
812 | 2024-11-20T23:24:33.401Z | Downloaded russh-keys v0.45.0 |
813 | 2024-11-20T23:24:33.406Z | Downloaded pkg-config v0.3.31 |
814 | 2024-11-20T23:24:33.406Z | Downloaded aho-corasick v1.1.3 |
815 | 2024-11-20T23:24:33.408Z | Downloaded utf8_iter v1.0.4 |
816 | 2024-11-20T23:24:33.411Z | Downloaded unicode-xid v0.2.6 |
817 | 2024-11-20T23:24:33.413Z | Downloaded spki v0.7.3 |
818 | 2024-11-20T23:24:33.413Z | Downloaded itertools v0.13.0 |
819 | 2024-11-20T23:24:33.420Z | Downloaded peg v0.8.4 |
820 | 2024-11-20T23:24:33.423Z | Downloaded fatfs v0.3.6 |
821 | 2024-11-20T23:24:33.426Z | Downloaded diff v0.1.13 |
822 | 2024-11-20T23:24:33.431Z | Downloaded vergen v8.3.2 |
823 | 2024-11-20T23:24:33.434Z | Downloaded value-bag v1.9.0 |
824 | 2024-11-20T23:24:33.436Z | Downloaded structmeta-derive v0.2.0 |
825 | 2024-11-20T23:24:33.436Z | Downloaded rpassword v7.3.1 |
826 | 2024-11-20T23:24:33.439Z | Downloaded tabwriter v1.4.0 |
827 | 2024-11-20T23:24:33.439Z | Downloaded progenitor-macro v0.8.0 |
828 | 2024-11-20T23:24:33.441Z | Downloaded peg-runtime v0.8.3 |
829 | 2024-11-20T23:24:33.441Z | Downloaded fallible-iterator v0.3.0 |
830 | 2024-11-20T23:24:33.443Z | Downloaded ssh-key v0.6.6 |
831 | 2024-11-20T23:24:33.450Z | Downloaded num_threads v0.1.7 |
832 | 2024-11-20T23:24:33.453Z | Downloaded write16 v1.0.0 |
833 | 2024-11-20T23:24:33.453Z | Downloaded password-hash v0.5.0 |
834 | 2024-11-20T23:24:33.455Z | Downloaded half v2.4.1 |
835 | 2024-11-20T23:24:33.459Z | Downloaded defmt-parser v0.3.4 |
836 | 2024-11-20T23:24:33.462Z | Downloaded tap v1.0.1 |
837 | 2024-11-20T23:24:33.462Z | Downloaded path-slash v0.1.5 |
838 | 2024-11-20T23:24:33.462Z | Downloaded blake3 v1.5.4 |
839 | 2024-11-20T23:24:33.469Z | Downloaded slog-dtrace v0.3.0 |
840 | 2024-11-20T23:24:33.472Z | Downloaded slog-bunyan v2.5.0 |
841 | 2024-11-20T23:24:33.474Z | Downloaded powerfmt v0.2.0 |
842 | 2024-11-20T23:24:33.474Z | Downloaded sqlparser v0.45.0 |
843 | 2024-11-20T23:24:33.480Z | Downloaded ecdsa v0.16.9 |
844 | 2024-11-20T23:24:33.483Z | Downloaded supports-color v3.0.1 |
845 | 2024-11-20T23:24:33.486Z | Downloaded unarray v0.1.4 |
846 | 2024-11-20T23:24:33.486Z | Downloaded topological-sort v0.2.2 |
847 | 2024-11-20T23:24:33.489Z | Downloaded same-file v1.0.6 |
848 | 2024-11-20T23:24:33.490Z | Downloaded zerovec-derive v0.10.3 |
849 | 2024-11-20T23:24:33.490Z | Downloaded fs_extra v1.3.0 |
850 | 2024-11-20T23:24:33.492Z | Downloaded tungstenite v0.23.0 |
851 | 2024-11-20T23:24:33.495Z | Downloaded predicates-tree v1.0.11 |
852 | 2024-11-20T23:24:33.498Z | Downloaded futures v0.3.31 |
853 | 2024-11-20T23:24:33.500Z | Downloaded diesel-dtrace v0.3.0 |
854 | 2024-11-20T23:24:33.503Z | Downloaded rayon v1.10.0 |
855 | 2024-11-20T23:24:33.512Z | Downloaded openssl-probe v0.1.5 |
856 | 2024-11-20T23:24:33.514Z | Downloaded native-tls v0.2.12 |
857 | 2024-11-20T23:24:33.517Z | Downloaded p521 v0.13.3 |
858 | 2024-11-20T23:24:33.519Z | Downloaded ref-cast v1.0.23 |
859 | 2024-11-20T23:24:33.522Z | Downloaded num-bigint v0.4.6 |
860 | 2024-11-20T23:24:33.527Z | Downloaded futures-util v0.3.31 |
861 | 2024-11-20T23:24:33.538Z | Downloaded ghash v0.5.1 |
862 | 2024-11-20T23:24:33.541Z | Downloaded tracing v0.1.40 |
863 | 2024-11-20T23:24:33.544Z | Downloaded subtle v2.6.1 |
864 | 2024-11-20T23:24:33.547Z | Downloaded polyval v0.6.2 |
865 | 2024-11-20T23:24:33.550Z | Downloaded chrono v0.4.38 |
866 | 2024-11-20T23:24:33.559Z | Downloaded parse-zoneinfo v0.3.1 |
867 | 2024-11-20T23:24:33.562Z | Downloaded ron v0.7.1 |
868 | 2024-11-20T23:24:33.565Z | Downloaded openssl-sys v0.9.103 |
869 | 2024-11-20T23:24:33.568Z | Downloaded float-ord v0.3.2 |
870 | 2024-11-20T23:24:33.572Z | Downloaded uuid v1.11.0 |
871 | 2024-11-20T23:24:33.574Z | Downloaded fixedbitset v0.4.2 |
872 | 2024-11-20T23:24:33.574Z | Downloaded unicase v2.7.0 |
873 | 2024-11-20T23:24:33.577Z | Downloaded spin v0.5.2 |
874 | 2024-11-20T23:24:33.577Z | Downloaded slog-envlogger v2.2.0 |
875 | 2024-11-20T23:24:33.579Z | Downloaded unicode-properties v0.1.3 |
876 | 2024-11-20T23:24:33.583Z | Downloaded postgres-types v0.2.8 |
877 | 2024-11-20T23:24:33.586Z | Downloaded serde_yaml v0.9.34+deprecated |
878 | 2024-11-20T23:24:33.588Z | Downloaded postgres-protocol v0.6.7 |
879 | 2024-11-20T23:24:33.591Z | Downloaded samael v0.0.17 |
880 | 2024-11-20T23:24:33.594Z | Downloaded group v0.13.0 |
881 | 2024-11-20T23:24:33.596Z | Downloaded rustls-webpki v0.102.8 |
882 | 2024-11-20T23:24:33.614Z | Downloaded whoami v1.5.2 |
883 | 2024-11-20T23:24:33.617Z | Downloaded num-traits v0.2.19 |
884 | 2024-11-20T23:24:33.621Z | Downloaded unicode_categories v0.1.1 |
885 | 2024-11-20T23:24:33.624Z | Downloaded expectorate v1.1.0 |
886 | 2024-11-20T23:24:33.624Z | Downloaded darling_core v0.20.10 |
887 | 2024-11-20T23:24:33.629Z | Downloaded pin-project v1.1.6 |
888 | 2024-11-20T23:24:33.643Z | Downloaded snafu-derive v0.8.5 |
889 | 2024-11-20T23:24:33.650Z | Downloaded peg-macros v0.8.4 |
890 | 2024-11-20T23:24:33.650Z | Downloaded ron v0.8.1 |
891 | 2024-11-20T23:24:33.653Z | Downloaded typed-path v0.9.3 |
892 | 2024-11-20T23:24:33.659Z | Downloaded url v2.5.3 |
893 | 2024-11-20T23:24:33.662Z | Downloaded ed25519-dalek v2.1.1 |
894 | 2024-11-20T23:24:33.667Z | Downloaded num-rational v0.4.2 |
895 | 2024-11-20T23:24:33.670Z | Downloaded publicsuffix v2.2.3 |
896 | 2024-11-20T23:24:33.673Z | Downloaded time v0.3.36 |
897 | 2024-11-20T23:24:33.679Z | Downloaded zerocopy v0.8.10 |
898 | 2024-11-20T23:24:33.706Z | Downloaded reedline v0.35.0 |
899 | 2024-11-20T23:24:33.712Z | Downloaded quinn-proto v0.11.8 |
900 | 2024-11-20T23:24:33.720Z | Downloaded nu-ansi-term v0.50.1 |
901 | 2024-11-20T23:24:33.723Z | Downloaded p384 v0.13.0 |
902 | 2024-11-20T23:24:33.728Z | Downloaded rustls-webpki v0.101.7 |
903 | 2024-11-20T23:24:33.745Z | Downloaded regex v1.11.1 |
904 | 2024-11-20T23:24:33.757Z | Downloaded icu_properties_data v1.5.0 |
905 | 2024-11-20T23:24:33.770Z | Downloaded unicode-bidi v0.3.17 |
906 | 2024-11-20T23:24:33.773Z | Downloaded radix_trie v0.2.1 |
907 | 2024-11-20T23:24:33.777Z | Downloaded snafu v0.8.5 |
908 | 2024-11-20T23:24:33.784Z | Downloaded curve25519-dalek v4.1.3 |
909 | 2024-11-20T23:24:33.795Z | Downloaded salty v0.3.0 |
910 | 2024-11-20T23:24:33.802Z | Downloaded unicode-width v0.2.0 |
911 | 2024-11-20T23:24:33.811Z | Downloaded trust-dns-proto v0.22.0 |
912 | 2024-11-20T23:24:33.825Z | Downloaded winnow v0.5.40 |
913 | 2024-11-20T23:24:33.835Z | Downloaded lalrpop v0.19.12 |
914 | 2024-11-20T23:24:33.850Z | Downloaded idna v0.5.0 |
915 | 2024-11-20T23:24:33.857Z | Downloaded bstr v1.10.0 |
916 | 2024-11-20T23:24:33.870Z | Downloaded der v0.7.9 |
917 | 2024-11-20T23:24:33.876Z | Downloaded regress v0.9.1 |
918 | 2024-11-20T23:24:33.887Z | Downloaded rustyline v14.0.0 |
919 | 2024-11-20T23:24:33.893Z | Downloaded zerovec v0.10.4 |
920 | 2024-11-20T23:24:33.901Z | Downloaded flate2 v1.0.34 |
921 | 2024-11-20T23:24:33.906Z | Downloaded serde_with v3.11.0 |
922 | 2024-11-20T23:24:33.917Z | Downloaded openssl v0.10.66 |
923 | 2024-11-20T23:24:33.930Z | Downloaded rusqlite v0.32.1 |
924 | 2024-11-20T23:24:33.935Z | Downloaded openapiv3 v2.0.0 |
925 | 2024-11-20T23:24:33.949Z | Downloaded dropshot v0.13.0 |
926 | 2024-11-20T23:24:33.970Z | Downloaded quick-xml v0.33.0 |
927 | 2024-11-20T23:24:33.977Z | Downloaded polar-core v0.27.3 |
928 | 2024-11-20T23:24:33.987Z | Downloaded object v0.30.4 |
929 | 2024-11-20T23:24:33.997Z | Downloaded vcpkg v0.2.15 |
930 | 2024-11-20T23:24:34.037Z | Downloaded reqwest v0.12.9 |
931 | 2024-11-20T23:24:34.046Z | Downloaded nix v0.27.1 |
932 | 2024-11-20T23:24:34.059Z | Downloaded ratatui v0.28.1 |
933 | 2024-11-20T23:24:34.080Z | Downloaded zerocopy-derive v0.6.6 |
934 | 2024-11-20T23:24:34.089Z | Downloaded hickory-proto v0.24.1 |
935 | 2024-11-20T23:24:34.105Z | Downloaded nix v0.28.0 |
936 | 2024-11-20T23:24:34.117Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
937 | 2024-11-20T23:24:34.129Z | Downloaded petname v2.0.2 |
938 | 2024-11-20T23:24:34.136Z | Downloaded rustls v0.21.12 |
939 | 2024-11-20T23:24:34.147Z | Downloaded regress v0.10.1 |
940 | 2024-11-20T23:24:34.156Z | Downloaded regex-syntax v0.6.29 |
941 | 2024-11-20T23:24:34.164Z | Downloaded smoltcp v0.11.0 |
942 | 2024-11-20T23:24:34.176Z | Downloaded git2 v0.19.0 |
943 | 2024-11-20T23:24:34.187Z | Downloaded regex-syntax v0.8.5 |
944 | 2024-11-20T23:24:34.193Z | Downloaded webpki-roots v0.26.6 |
945 | 2024-11-20T23:24:34.198Z | Downloaded smoltcp v0.9.1 |
946 | 2024-11-20T23:24:34.209Z | Downloaded rustls v0.23.14 |
947 | 2024-11-20T23:24:34.220Z | Downloaded gimli v0.31.1 |
948 | 2024-11-20T23:24:34.231Z | Downloaded dropshot v0.12.0 |
949 | 2024-11-20T23:24:34.249Z | Downloaded rustls v0.22.4 |
950 | 2024-11-20T23:24:34.264Z | Downloaded nix v0.29.0 |
951 | 2024-11-20T23:24:34.274Z | Downloaded petgraph v0.6.5 |
952 | 2024-11-20T23:24:34.291Z | Downloaded diesel v2.2.4 |
953 | 2024-11-20T23:24:34.311Z | Downloaded csv v1.3.0 |
954 | 2024-11-20T23:24:34.331Z | Downloaded sled v0.34.7 |
955 | 2024-11-20T23:24:34.341Z | Downloaded object v0.36.5 |
956 | 2024-11-20T23:24:34.352Z | Downloaded russh v0.45.0 |
957 | 2024-11-20T23:24:34.358Z | Downloaded chrono-tz v0.10.0 |
958 | 2024-11-20T23:24:34.365Z | Downloaded idna v0.4.0 |
959 | 2024-11-20T23:24:34.372Z | Downloaded typify-impl v0.2.0 |
960 | 2024-11-20T23:24:34.387Z | Downloaded idna v0.3.0 |
961 | 2024-11-20T23:24:34.394Z | Downloaded idna v0.2.3 |
962 | 2024-11-20T23:24:34.400Z | Downloaded nom v7.1.3 |
963 | 2024-11-20T23:24:34.406Z | Downloaded portable-atomic v1.9.0 |
964 | 2024-11-20T23:24:34.413Z | Downloaded proptest v1.5.0 |
965 | 2024-11-20T23:24:34.422Z | Downloaded unicode-normalization v0.1.24 |
966 | 2024-11-20T23:24:34.426Z | Downloaded diesel_derives v2.2.3 |
967 | 2024-11-20T23:24:34.429Z | Downloaded zip v2.1.3 |
968 | 2024-11-20T23:24:34.434Z | Downloaded h2 v0.4.6 |
969 | 2024-11-20T23:24:34.441Z | Downloaded regex-automata v0.4.8 |
970 | 2024-11-20T23:24:34.458Z | Downloaded vsss-rs v3.3.4 |
971 | 2024-11-20T23:24:34.460Z | Downloaded rand v0.8.5 |
972 | 2024-11-20T23:24:34.465Z | Downloaded quinn v0.11.5 |
973 | 2024-11-20T23:24:34.468Z | Downloaded hashbrown v0.12.3 |
974 | 2024-11-20T23:24:34.471Z | Downloaded pin-project-internal v1.1.6 |
975 | 2024-11-20T23:24:34.474Z | Downloaded shlex v1.3.0 |
976 | 2024-11-20T23:24:34.476Z | Downloaded shell-words v1.1.0 |
977 | 2024-11-20T23:24:34.476Z | Downloaded spin v0.9.8 |
978 | 2024-11-20T23:24:34.479Z | Downloaded num-bigint-dig v0.8.4 |
979 | 2024-11-20T23:24:34.482Z | Downloaded der_derive v0.7.3 |
980 | 2024-11-20T23:24:34.484Z | Downloaded vte v0.11.1 |
981 | 2024-11-20T23:24:34.487Z | Downloaded typify-macro v0.2.0 |
982 | 2024-11-20T23:24:34.487Z | Downloaded unsafe-libyaml v0.2.11 |
983 | 2024-11-20T23:24:34.490Z | Downloaded bindgen v0.69.5 |
984 | 2024-11-20T23:24:34.497Z | Downloaded lzma-sys v0.1.20 |
985 | 2024-11-20T23:24:34.527Z | Downloaded hashbrown v0.13.2 |
986 | 2024-11-20T23:24:34.532Z | Downloaded smf v0.2.3 |
987 | 2024-11-20T23:24:34.534Z | Downloaded num_enum_derive v0.5.11 |
988 | 2024-11-20T23:24:34.535Z | Downloaded debug-ignore v1.0.5 |
989 | 2024-11-20T23:24:34.537Z | Downloaded data-encoding v2.6.0 |
990 | 2024-11-20T23:24:34.537Z | Downloaded zopfli v0.8.1 |
991 | 2024-11-20T23:24:34.539Z | Downloaded zip v0.6.6 |
992 | 2024-11-20T23:24:34.542Z | Downloaded tungstenite v0.24.0 |
993 | 2024-11-20T23:24:34.545Z | Downloaded aws-lc-rs v1.10.0 |
994 | 2024-11-20T23:24:34.554Z | Downloaded tokio v1.40.0 |
995 | 2024-11-20T23:24:34.592Z | Downloaded libz-sys v1.1.20 |
996 | 2024-11-20T23:24:34.613Z | Downloaded oso v0.27.3 |
997 | 2024-11-20T23:24:34.616Z | Downloaded rayon-core v1.12.1 |
998 | 2024-11-20T23:24:34.619Z | Downloaded dyn-clone v1.0.17 |
999 | 2024-11-20T23:24:34.622Z | Downloaded dunce v1.0.5 |
1000 | 2024-11-20T23:24:34.624Z | Downloaded tokio-util v0.7.12 |
1001 | 2024-11-20T23:24:34.628Z | Downloaded tungstenite v0.21.0 |
1002 | 2024-11-20T23:24:34.631Z | Downloaded tracing-core v0.1.32 |
1003 | 2024-11-20T23:24:34.634Z | Downloaded pin-project-lite v0.2.14 |
1004 | 2024-11-20T23:24:34.638Z | Downloaded hashbrown v0.14.5 |
1005 | 2024-11-20T23:24:34.644Z | Downloaded sha3 v0.10.8 |
1006 | 2024-11-20T23:24:34.649Z | Downloaded synstructure v0.13.1 |
1007 | 2024-11-20T23:24:34.656Z | Downloaded salsa20 v0.10.2 |
1008 | 2024-11-20T23:24:34.656Z | Downloaded either v1.13.0 |
1009 | 2024-11-20T23:24:34.660Z | Downloaded mockall_derive v0.13.0 |
1010 | 2024-11-20T23:24:34.660Z | Downloaded zerocopy-derive v0.8.10 |
1011 | 2024-11-20T23:24:34.664Z | Downloaded nanorand v0.7.0 |
1012 | 2024-11-20T23:24:34.668Z | Downloaded multimap v0.10.0 |
1013 | 2024-11-20T23:24:34.668Z | Downloaded serde_with_macros v3.11.0 |
1014 | 2024-11-20T23:24:34.668Z | Downloaded typify v0.2.0 |
1015 | 2024-11-20T23:24:34.670Z | Downloaded futures-executor v0.3.31 |
1016 | 2024-11-20T23:24:34.670Z | Downloaded futures-core v0.3.31 |
1017 | 2024-11-20T23:24:34.673Z | Downloaded fragile v2.0.0 |
1018 | 2024-11-20T23:24:34.673Z | Downloaded poly1305 v0.8.0 |
1019 | 2024-11-20T23:24:34.675Z | Downloaded multer v3.1.0 |
1020 | 2024-11-20T23:24:34.678Z | Downloaded zeroize_derive v1.4.2 |
1021 | 2024-11-20T23:24:34.678Z | Downloaded password-hash v0.4.2 |
1022 | 2024-11-20T23:24:34.681Z | Downloaded x509-cert v0.2.5 |
1023 | 2024-11-20T23:24:34.685Z | Downloaded steno v0.4.1 |
1024 | 2024-11-20T23:24:34.690Z | Downloaded tough v0.19.0 |
1025 | 2024-11-20T23:24:34.697Z | Downloaded libm v0.2.8 |
1026 | 2024-11-20T23:24:34.706Z | Downloaded futures-channel v0.3.31 |
1027 | 2024-11-20T23:24:34.709Z | Downloaded quick-error v1.2.3 |
1028 | 2024-11-20T23:24:34.709Z | Downloaded psl-types v2.0.11 |
1029 | 2024-11-20T23:24:34.709Z | Downloaded owo-colors v4.1.0 |
1030 | 2024-11-20T23:24:34.712Z | Downloaded libxml v0.3.3 |
1031 | 2024-11-20T23:24:34.717Z | Downloaded idna v1.0.3 |
1032 | 2024-11-20T23:24:34.721Z | Downloaded predicates v3.1.2 |
1033 | 2024-11-20T23:24:34.724Z | Downloaded strum_macros v0.26.4 |
1034 | 2024-11-20T23:24:34.726Z | Downloaded pem-rfc7468 v0.7.0 |
1035 | 2024-11-20T23:24:34.730Z | Downloaded tokio-postgres v0.7.12 |
1036 | 2024-11-20T23:24:34.734Z | Downloaded tar v0.4.42 |
1037 | 2024-11-20T23:24:34.736Z | Downloaded bitvec v1.0.1 |
1038 | 2024-11-20T23:24:34.749Z | Downloaded elliptic-curve v0.13.8 |
1039 | 2024-11-20T23:24:34.752Z | Downloaded unicode-segmentation v1.12.0 |
1040 | 2024-11-20T23:24:34.756Z | Downloaded slog-term v2.9.1 |
1041 | 2024-11-20T23:24:34.759Z | Downloaded pem v3.0.4 |
1042 | 2024-11-20T23:24:34.761Z | Downloaded num-integer v0.1.46 |
1043 | 2024-11-20T23:24:34.762Z | Downloaded num-derive v0.4.2 |
1044 | 2024-11-20T23:24:34.764Z | Downloaded encoding_rs v0.8.34 |
1045 | 2024-11-20T23:24:34.784Z | Downloaded termcolor v1.4.1 |
1046 | 2024-11-20T23:24:34.788Z | Downloaded dirs-next v2.0.0 |
1047 | 2024-11-20T23:24:34.788Z | Downloaded gethostname v0.5.0 |
1048 | 2024-11-20T23:24:34.790Z | Downloaded futures-task v0.3.31 |
1049 | 2024-11-20T23:24:34.790Z | Downloaded schemars_derive v0.8.21 |
1050 | 2024-11-20T23:24:34.790Z | Downloaded minimal-lexical v0.2.1 |
1051 | 2024-11-20T23:24:34.794Z | Downloaded pkcs1 v0.7.5 |
1052 | 2024-11-20T23:24:34.797Z | Downloaded toml v0.7.8 |
1053 | 2024-11-20T23:24:34.799Z | Downloaded slog v2.7.0 |
1054 | 2024-11-20T23:24:34.802Z | Downloaded signal-hook v0.3.17 |
1055 | 2024-11-20T23:24:34.805Z | Downloaded sct v0.7.1 |
1056 | 2024-11-20T23:24:34.808Z | Downloaded futures-macro v0.3.31 |
1057 | 2024-11-20T23:24:34.810Z | Downloaded futures-io v0.3.31 |
1058 | 2024-11-20T23:24:34.812Z | Downloaded enum-as-inner v0.6.1 |
1059 | 2024-11-20T23:24:34.815Z | Downloaded embedded-io v0.6.1 |
1060 | 2024-11-20T23:24:34.815Z | Downloaded deranged v0.3.11 |
1061 | 2024-11-20T23:24:34.818Z | Downloaded rustc-demangle v0.1.24 |
1062 | 2024-11-20T23:24:34.821Z | Downloaded universal-hash v0.5.1 |
1063 | 2024-11-20T23:24:34.821Z | Downloaded structmeta v0.2.0 |
1064 | 2024-11-20T23:24:34.823Z | Downloaded strip-ansi-escapes v0.2.0 |
1065 | 2024-11-20T23:24:34.823Z | Downloaded stringprep v0.1.5 |
1066 | 2024-11-20T23:24:34.824Z | Downloaded tokio-tungstenite v0.21.0 |
1067 | 2024-11-20T23:24:34.826Z | Downloaded tokio-stream v0.1.16 |
1068 | 2024-11-20T23:24:34.832Z | Downloaded tokio-rustls v0.26.0 |
1069 | 2024-11-20T23:24:34.835Z | Downloaded tokio-rustls v0.25.0 |
1070 | 2024-11-20T23:24:34.838Z | Downloaded qorb v0.2.0 |
1071 | 2024-11-20T23:24:34.840Z | Downloaded enum-as-inner v0.5.1 |
1072 | 2024-11-20T23:24:34.843Z | Downloaded ena v0.14.3 |
1073 | 2024-11-20T23:24:34.843Z | Downloaded zone v0.3.0 |
1074 | 2024-11-20T23:24:34.845Z | Downloaded derive_more v0.99.18 |
1075 | 2024-11-20T23:24:34.848Z | Downloaded dropshot_endpoint v0.13.0 |
1076 | 2024-11-20T23:24:34.851Z | Downloaded dropshot_endpoint v0.12.0 |
1077 | 2024-11-20T23:24:34.853Z | Downloaded derive_builder_core v0.20.2 |
1078 | 2024-11-20T23:24:34.856Z | Downloaded crypto-bigint v0.5.5 |
1079 | 2024-11-20T23:24:34.862Z | Downloaded hyper-util v0.1.10 |
1080 | 2024-11-20T23:24:34.866Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1081 | 2024-11-20T23:24:34.924Z | Downloaded num-complex v0.4.6 |
1082 | 2024-11-20T23:24:34.927Z | Downloaded radium v0.7.0 |
1083 | 2024-11-20T23:24:34.929Z | Downloaded progenitor v0.8.0 |
1084 | 2024-11-20T23:24:34.929Z | Downloaded tinyvec v1.8.0 |
1085 | 2024-11-20T23:24:34.932Z | Downloaded schemars v0.8.21 |
1086 | 2024-11-20T23:24:34.942Z | Downloaded env_logger v0.11.5 |
1087 | 2024-11-20T23:24:34.945Z | Downloaded walkdir v2.5.0 |
1088 | 2024-11-20T23:24:34.948Z | Downloaded similar v2.6.0 |
1089 | 2024-11-20T23:24:34.951Z | Downloaded crc-any v2.5.0 |
1090 | 2024-11-20T23:24:34.953Z | Downloaded phf_codegen v0.11.2 |
1091 | 2024-11-20T23:24:34.956Z | Downloaded phf v0.11.2 |
1092 | 2024-11-20T23:24:34.956Z | Downloaded yasna v0.5.2 |
1093 | 2024-11-20T23:24:34.958Z | Downloaded sync_wrapper v1.0.1 |
1094 | 2024-11-20T23:24:34.958Z | Downloaded packed_struct v0.10.1 |
1095 | 2024-11-20T23:24:34.960Z | Downloaded defmt v0.3.8 |
1096 | 2024-11-20T23:24:34.963Z | Downloaded lock_api v0.4.12 |
1097 | 2024-11-20T23:24:34.966Z | Downloaded hyper-staticfile v0.10.1 |
1098 | 2024-11-20T23:24:34.968Z | Downloaded embedded-io v0.4.0 |
1099 | 2024-11-20T23:24:34.968Z | Downloaded litemap v0.7.3 |
1100 | 2024-11-20T23:24:34.971Z | Downloaded crossbeam-epoch v0.9.18 |
1101 | 2024-11-20T23:24:34.973Z | Downloaded cookie v0.18.1 |
1102 | 2024-11-20T23:24:34.976Z | Downloaded cc v1.1.30 |
1103 | 2024-11-20T23:24:34.978Z | Downloaded bumpalo v3.16.0 |
1104 | 2024-11-20T23:24:34.981Z | Downloaded hyper-rustls v0.27.3 |
1105 | 2024-11-20T23:24:34.987Z | Downloaded http v1.1.0 |
1106 | 2024-11-20T23:24:34.990Z | Downloaded bytes v1.8.0 |
1107 | 2024-11-20T23:24:34.992Z | Downloaded base64 v0.13.1 |
1108 | 2024-11-20T23:24:34.995Z | Downloaded mime_guess v2.0.5 |
1109 | 2024-11-20T23:24:34.995Z | Downloaded memmap2 v0.9.5 |
1110 | 2024-11-20T23:24:34.998Z | Downloaded uzers v0.12.1 |
1111 | 2024-11-20T23:24:35.000Z | Downloaded jobserver v0.1.32 |
1112 | 2024-11-20T23:24:35.003Z | Downloaded hyper-tls v0.6.0 |
1113 | 2024-11-20T23:24:35.003Z | Downloaded httparse v1.9.5 |
1114 | 2024-11-20T23:24:35.006Z | Downloaded console v0.15.8 |
1115 | 2024-11-20T23:24:35.008Z | Downloaded rustversion v1.0.17 |
1116 | 2024-11-20T23:24:35.011Z | Downloaded rustc_version v0.1.7 |
1117 | 2024-11-20T23:24:35.011Z | Downloaded derive_builder_macro v0.20.2 |
1118 | 2024-11-20T23:24:35.013Z | Downloaded quinn-udp v0.5.5 |
1119 | 2024-11-20T23:24:35.013Z | Downloaded ctr v0.9.2 |
1120 | 2024-11-20T23:24:35.016Z | Downloaded csv-core v0.1.11 |
1121 | 2024-11-20T23:24:35.016Z | Downloaded bb8 v0.8.5 |
1122 | 2024-11-20T23:24:35.018Z | Downloaded cbc v0.1.2 |
1123 | 2024-11-20T23:24:35.018Z | Downloaded icu_locid_transform_data v1.5.0 |
1124 | 2024-11-20T23:24:35.021Z | Downloaded icu_locid_transform v1.5.0 |
1125 | 2024-11-20T23:24:35.025Z | Downloaded simd-adler32 v0.3.7 |
1126 | 2024-11-20T23:24:35.025Z | Downloaded signature v2.2.0 |
1127 | 2024-11-20T23:24:35.025Z | Downloaded signal-hook-tokio v0.3.1 |
1128 | 2024-11-20T23:24:35.027Z | Downloaded serde_plain v1.0.2 |
1129 | 2024-11-20T23:24:35.027Z | Downloaded serde_path_to_error v0.1.16 |
1130 | 2024-11-20T23:24:35.031Z | Downloaded rtoolbox v0.0.2 |
1131 | 2024-11-20T23:24:35.031Z | Downloaded memoffset v0.9.1 |
1132 | 2024-11-20T23:24:35.031Z | Downloaded md-5 v0.10.6 |
1133 | 2024-11-20T23:24:35.034Z | Downloaded lru-cache v0.1.2 |
1134 | 2024-11-20T23:24:35.034Z | Downloaded libsw v3.3.1 |
1135 | 2024-11-20T23:24:35.036Z | Downloaded lazycell v1.3.0 |
1136 | 2024-11-20T23:24:35.036Z | Downloaded ref-cast-impl v1.0.23 |
1137 | 2024-11-20T23:24:35.036Z | Downloaded rand_chacha v0.3.1 |
1138 | 2024-11-20T23:24:35.039Z | Downloaded lazy_static v1.5.0 |
1139 | 2024-11-20T23:24:35.039Z | Downloaded keccak v0.1.5 |
1140 | 2024-11-20T23:24:35.041Z | Downloaded humantime v2.1.0 |
1141 | 2024-11-20T23:24:35.041Z | Downloaded const_format_proc_macros v0.2.33 |
1142 | 2024-11-20T23:24:35.044Z | Downloaded linked-hash-map v0.5.6 |
1143 | 2024-11-20T23:24:35.047Z | Downloaded kstat-rs v0.2.4 |
1144 | 2024-11-20T23:24:35.047Z | Downloaded cmake v0.1.51 |
1145 | 2024-11-20T23:24:35.047Z | Downloaded cipher v0.4.4 |
1146 | 2024-11-20T23:24:35.049Z | Downloaded chacha20 v0.9.1 |
1147 | 2024-11-20T23:24:35.051Z | Downloaded assert_matches v1.5.0 |
1148 | 2024-11-20T23:24:35.051Z | Downloaded chrono-tz-build v0.4.0 |
1149 | 2024-11-20T23:24:35.051Z | Downloaded bit-set v0.5.3 |
1150 | 2024-11-20T23:24:35.054Z | Downloaded atomic-waker v1.1.2 |
1151 | 2024-11-20T23:24:35.054Z | Downloaded hostname v0.3.1 |
1152 | 2024-11-20T23:24:35.056Z | Downloaded home v0.5.9 |
1153 | 2024-11-20T23:24:35.056Z | Downloaded backoff v0.4.0 |
1154 | 2024-11-20T23:24:35.060Z | Downloaded async-trait v0.1.83 |
1155 | 2024-11-20T23:24:35.063Z | Downloaded hostname v0.4.0 |
1156 | 2024-11-20T23:24:35.063Z | Downloaded hex-literal v0.4.1 |
1157 | 2024-11-20T23:24:35.066Z | Downloaded heapless v0.8.0 |
1158 | 2024-11-20T23:24:35.068Z | Downloaded http-body-util v0.1.2 |
1159 | 2024-11-20T23:24:35.070Z | Downloaded base64 v0.22.1 |
1160 | 2024-11-20T23:24:35.073Z | Downloaded atty v0.2.14 |
1161 | 2024-11-20T23:24:35.073Z | Downloaded atomicwrites v0.4.4 |
1162 | 2024-11-20T23:24:35.076Z | Downloaded async-stream-impl v0.3.6 |
1163 | 2024-11-20T23:24:35.076Z | Downloaded async-stream v0.3.6 |
1164 | 2024-11-20T23:24:35.078Z | Downloaded arrayref v0.3.9 |
1165 | 2024-11-20T23:24:35.078Z | Downloaded bcrypt-pbkdf v0.10.0 |
1166 | 2024-11-20T23:24:35.101Z | Downloaded ring v0.17.8 |
1167 | 2024-11-20T23:24:35.359Z | Downloaded aws-lc-sys v0.22.0 |
1168 | 2024-11-20T23:24:35.641Z | Downloaded ring v0.16.20 |
1169 | 2024-11-20T23:24:35.724Z | Downloaded libsqlite3-sys v0.30.1 |
1170 | 2024-11-20T23:24:35.911Z | Compiling serde v1.0.215 |
1171 | 2024-11-20T23:24:35.916Z | Compiling lock_api v0.4.12 |
1172 | 2024-11-20T23:24:35.917Z | Compiling scopeguard v1.2.0 |
1173 | 2024-11-20T23:24:35.917Z | Compiling value-bag v1.9.0 |
1174 | 2024-11-20T23:24:35.917Z | Compiling typenum v1.17.0 |
1175 | 2024-11-20T23:24:35.917Z | Compiling generic-array v0.14.7 |
1176 | 2024-11-20T23:24:36.135Z | Compiling syn v2.0.87 |
1177 | 2024-11-20T23:24:36.144Z | Compiling getrandom v0.2.15 |
1178 | 2024-11-20T23:24:36.190Z | Compiling subtle v2.6.1 |
1179 | 2024-11-20T23:24:36.426Z | Compiling rand_core v0.6.4 |
1180 | 2024-11-20T23:24:36.539Z | Compiling log v0.4.22 |
1181 | 2024-11-20T23:24:36.636Z | Compiling shlex v1.3.0 |
1182 | 2024-11-20T23:24:36.646Z | Compiling jobserver v0.1.32 |
1183 | 2024-11-20T23:24:36.667Z | Compiling const-oid v0.9.6 |
1184 | 2024-11-20T23:24:37.010Z | Compiling smallvec v1.13.2 |
1185 | 2024-11-20T23:24:37.065Z | Compiling cc v1.1.30 |
1186 | 2024-11-20T23:24:37.082Z | Compiling spin v0.9.8 |
1187 | 2024-11-20T23:24:37.419Z | Compiling pin-project-lite v0.2.14 |
1188 | 2024-11-20T23:24:37.439Z | Compiling rustix v0.38.37 |
1189 | 2024-11-20T23:24:37.504Z | Compiling parking_lot_core v0.9.10 |
1190 | 2024-11-20T23:24:37.560Z | Compiling futures-core v0.3.31 |
1191 | 2024-11-20T23:24:37.627Z | Compiling signal-hook-registry v1.4.2 |
1192 | 2024-11-20T23:24:37.826Z | Compiling mio v1.0.2 |
1193 | 2024-11-20T23:24:38.419Z | Compiling aho-corasick v1.1.3 |
1194 | 2024-11-20T23:24:38.480Z | Compiling regex-syntax v0.8.5 |
1195 | 2024-11-20T23:24:38.795Z | Compiling parking_lot v0.12.3 |
1196 | 2024-11-20T23:24:38.864Z | Compiling either v1.13.0 |
1197 | 2024-11-20T23:24:38.894Z | Compiling cpufeatures v0.2.14 |
1198 | 2024-11-20T23:24:39.013Z | Compiling lazy_static v1.5.0 |
1199 | 2024-11-20T23:24:39.159Z | Compiling futures-sink v0.3.31 |
1200 | 2024-11-20T23:24:39.312Z | Compiling glob v0.3.1 |
1201 | 2024-11-20T23:24:39.361Z | Compiling stable_deref_trait v1.2.0 |
1202 | 2024-11-20T23:24:39.386Z | Compiling socket2 v0.5.7 |
1203 | 2024-11-20T23:24:39.496Z | Compiling slab v0.4.9 |
1204 | 2024-11-20T23:24:39.824Z | Compiling prettyplease v0.2.25 |
1205 | 2024-11-20T23:24:40.002Z | Compiling minimal-lexical v0.2.1 |
1206 | 2024-11-20T23:24:40.467Z | Compiling clang-sys v1.8.1 |
1207 | 2024-11-20T23:24:40.495Z | Compiling nom v7.1.3 |
1208 | 2024-11-20T23:24:40.548Z | Compiling libloading v0.8.5 |
1209 | 2024-11-20T23:24:40.570Z | Compiling serde_json v1.0.132 |
1210 | 2024-11-20T23:24:40.904Z | Compiling home v0.5.9 |
1211 | 2024-11-20T23:24:41.039Z | Compiling bindgen v0.69.5 |
1212 | 2024-11-20T23:24:41.237Z | Compiling itertools v0.12.1 |
1213 | 2024-11-20T23:24:41.925Z | Compiling futures-channel v0.3.31 |
1214 | 2024-11-20T23:24:42.014Z | Compiling allocator-api2 v0.2.18 |
1215 | 2024-11-20T23:24:42.379Z | Compiling pin-utils v0.1.0 |
1216 | 2024-11-20T23:24:42.487Z | Compiling regex-automata v0.4.8 |
1217 | 2024-11-20T23:24:42.865Z | Compiling futures-io v0.3.31 |
1218 | 2024-11-20T23:24:43.198Z | Compiling foldhash v0.1.3 |
1219 | 2024-11-20T23:24:43.526Z | Compiling rustc-hash v1.1.0 |
1220 | 2024-11-20T23:24:43.686Z | Compiling futures-task v0.3.31 |
1221 | 2024-11-20T23:24:44.000Z | Compiling lazycell v1.3.0 |
1222 | 2024-11-20T23:24:44.165Z | Compiling cexpr v0.6.0 |
1223 | 2024-11-20T23:24:44.514Z | Compiling synstructure v0.13.1 |
1224 | 2024-11-20T23:24:44.546Z | Compiling hashbrown v0.15.0 |
1225 | 2024-11-20T23:24:45.704Z | Compiling cmake v0.1.51 |
1226 | 2024-11-20T23:24:45.894Z | Compiling libm v0.2.8 |
1227 | 2024-11-20T23:24:45.963Z | Compiling fs_extra v1.3.0 |
1228 | 2024-11-20T23:24:46.206Z | Compiling tinyvec_macros v0.1.1 |
1229 | 2024-11-20T23:24:46.209Z | Compiling pkg-config v0.3.31 |
1230 | 2024-11-20T23:24:46.303Z | Compiling dunce v1.0.5 |
1231 | 2024-11-20T23:24:46.437Z | Compiling tinyvec v1.8.0 |
1232 | 2024-11-20T23:24:46.596Z | Compiling num-traits v0.2.19 |
1233 | 2024-11-20T23:24:47.094Z | Compiling ring v0.17.8 |
1234 | 2024-11-20T23:24:47.726Z | Compiling litemap v0.7.3 |
1235 | 2024-11-20T23:24:47.786Z | Compiling base64ct v1.6.0 |
1236 | 2024-11-20T23:24:47.967Z | Compiling unicode-normalization v0.1.24 |
1237 | 2024-11-20T23:24:48.041Z | Compiling regex v1.11.1 |
1238 | 2024-11-20T23:24:48.109Z | Compiling writeable v0.5.5 |
1239 | 2024-11-20T23:24:48.192Z | Compiling paste v1.0.15 |
1240 | 2024-11-20T23:24:48.422Z | Compiling unicode-bidi v0.3.17 |
1241 | 2024-11-20T23:24:48.715Z | Compiling pem-rfc7468 v0.7.0 |
1242 | 2024-11-20T23:24:49.222Z | Compiling httparse v1.9.5 |
1243 | 2024-11-20T23:24:49.421Z | Compiling flagset v0.4.6 |
1244 | 2024-11-20T23:24:49.617Z | Compiling aws-lc-rs v1.10.0 |
1245 | 2024-11-20T23:24:50.020Z | Compiling tracing-core v0.1.32 |
1246 | 2024-11-20T23:24:50.033Z | Compiling icu_locid_transform_data v1.5.0 |
1247 | 2024-11-20T23:24:50.133Z | Compiling rustls-pki-types v1.9.0 |
1248 | 2024-11-20T23:24:50.898Z | Compiling crossbeam-utils v0.8.20 |
1249 | 2024-11-20T23:24:50.933Z | Compiling percent-encoding v2.3.1 |
1250 | 2024-11-20T23:24:51.273Z | Compiling vcpkg v0.2.15 |
1251 | 2024-11-20T23:24:51.328Z | Compiling time-core v0.1.2 |
1252 | 2024-11-20T23:24:51.362Z | Compiling serde_derive v1.0.215 |
1253 | 2024-11-20T23:24:51.466Z | Compiling zeroize_derive v1.4.2 |
1254 | 2024-11-20T23:24:51.489Z | Compiling zerocopy-derive v0.7.35 |
1255 | 2024-11-20T23:24:51.891Z | Compiling tokio-macros v2.4.0 |
1256 | 2024-11-20T23:24:52.981Z | Compiling zeroize v1.8.1 |
1257 | 2024-11-20T23:24:53.326Z | Compiling zerofrom-derive v0.1.4 |
1258 | 2024-11-20T23:24:53.377Z | Compiling thiserror-impl v1.0.69 |
1259 | 2024-11-20T23:24:53.398Z | Compiling yoke-derive v0.7.4 |
1260 | 2024-11-20T23:24:53.703Z | Compiling zerocopy v0.7.35 |
1261 | 2024-11-20T23:24:54.713Z | Compiling crypto-common v0.1.6 |
1262 | 2024-11-20T23:24:54.955Z | Compiling block-buffer v0.10.4 |
1263 | 2024-11-20T23:24:55.243Z | Compiling digest v0.10.7 |
1264 | 2024-11-20T23:24:55.280Z | Compiling zerovec-derive v0.10.3 |
1265 | 2024-11-20T23:24:55.494Z | Compiling futures-macro v0.3.31 |
1266 | 2024-11-20T23:24:55.735Z | Compiling hmac v0.12.1 |
1267 | 2024-11-20T23:24:55.951Z | Compiling block-padding v0.3.3 |
1268 | 2024-11-20T23:24:56.202Z | Compiling displaydoc v0.2.5 |
1269 | 2024-11-20T23:24:56.445Z | Compiling inout v0.1.3 |
1270 | 2024-11-20T23:24:56.725Z | Compiling cipher v0.4.4 |
1271 | 2024-11-20T23:24:56.807Z | Compiling thiserror v1.0.69 |
1272 | 2024-11-20T23:24:56.954Z | Compiling sha2 v0.10.8 |
1273 | 2024-11-20T23:24:57.264Z | Compiling ppv-lite86 v0.2.20 |
1274 | 2024-11-20T23:24:57.443Z | Compiling futures-util v0.3.31 |
1275 | 2024-11-20T23:24:57.464Z | Compiling zerofrom v0.1.4 |
1276 | 2024-11-20T23:24:57.705Z | Compiling yoke v0.7.4 |
1277 | 2024-11-20T23:24:57.962Z | Compiling icu_provider_macros v1.5.0 |
1278 | 2024-11-20T23:24:58.075Z | Compiling der_derive v0.7.3 |
1279 | 2024-11-20T23:24:58.075Z | Compiling rand_chacha v0.3.1 |
1280 | 2024-11-20T23:24:58.147Z | Compiling zerovec v0.10.4 |
1281 | 2024-11-20T23:24:59.101Z | Compiling tracing-attributes v0.1.27 |
1282 | 2024-11-20T23:25:00.336Z | Compiling tinystr v0.7.6 |
1283 | 2024-11-20T23:25:00.377Z | Compiling icu_collections v1.5.0 |
1284 | 2024-11-20T23:25:00.466Z | Compiling rand v0.8.5 |
1285 | 2024-11-20T23:25:00.672Z | Compiling der v0.7.9 |
1286 | 2024-11-20T23:25:00.767Z | Compiling icu_locid v1.5.0 |
1287 | 2024-11-20T23:25:01.812Z | Compiling salsa20 v0.10.2 |
1288 | 2024-11-20T23:25:02.027Z | Compiling icu_provider v1.5.0 |
1289 | 2024-11-20T23:25:02.695Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-11-20T23:25:02.906Z | Compiling tracing v0.1.40 |
1291 | 2024-11-20T23:25:03.045Z | Compiling spki v0.7.3 |
1292 | 2024-11-20T23:25:03.085Z | Compiling pest v2.7.14 |
1293 | 2024-11-20T23:25:03.178Z | Compiling pbkdf2 v0.12.2 |
1294 | 2024-11-20T23:25:03.429Z | Compiling mirai-annotations v1.12.0 |
1295 | 2024-11-20T23:25:03.475Z | Compiling untrusted v0.7.1 |
1296 | 2024-11-20T23:25:03.496Z | Compiling icu_properties_data v1.5.0 |
1297 | 2024-11-20T23:25:03.557Z | Compiling num-conv v0.1.0 |
1298 | 2024-11-20T23:25:03.622Z | Compiling powerfmt v0.2.0 |
1299 | 2024-11-20T23:25:03.660Z | Compiling untrusted v0.9.0 |
1300 | 2024-11-20T23:25:03.840Z | Compiling icu_properties v1.5.1 |
1301 | 2024-11-20T23:25:03.862Z | Compiling time-macros v0.2.18 |
1302 | 2024-11-20T23:25:04.022Z | Compiling deranged v0.3.11 |
1303 | 2024-11-20T23:25:05.036Z | Compiling bitflags v2.6.0 |
1304 | 2024-11-20T23:25:05.413Z | Compiling bytes v1.8.0 |
1305 | 2024-11-20T23:25:05.939Z | Compiling indexmap v2.6.0 |
1306 | 2024-11-20T23:25:06.257Z | Compiling semver v1.0.23 |
1307 | 2024-11-20T23:25:06.732Z | Compiling tokio v1.40.0 |
1308 | 2024-11-20T23:25:07.036Z | Compiling http v1.1.0 |
1309 | 2024-11-20T23:25:07.198Z | Compiling rustc_version v0.4.1 |
1310 | 2024-11-20T23:25:07.423Z | Compiling pest_meta v2.7.14 |
1311 | 2024-11-20T23:25:07.950Z | Compiling scrypt v0.11.0 |
1312 | 2024-11-20T23:25:08.032Z | Compiling aes v0.8.4 |
1313 | 2024-11-20T23:25:08.577Z | Compiling cbc v0.1.2 |
1314 | 2024-11-20T23:25:08.808Z | Compiling openssl-sys v0.9.103 |
1315 | 2024-11-20T23:25:08.828Z | Compiling scroll_derive v0.12.0 |
1316 | 2024-11-20T23:25:08.847Z | Compiling utf16_iter v1.0.5 |
1317 | 2024-11-20T23:25:09.047Z | Compiling write16 v1.0.0 |
1318 | 2024-11-20T23:25:09.181Z | Compiling atomic-waker v1.1.2 |
1319 | 2024-11-20T23:25:09.377Z | Compiling num_threads v0.1.7 |
1320 | 2024-11-20T23:25:09.509Z | Compiling which v4.4.2 |
1321 | 2024-11-20T23:25:09.586Z | Compiling utf8_iter v1.0.4 |
1322 | 2024-11-20T23:25:09.917Z | Compiling icu_normalizer_data v1.5.0 |
1323 | 2024-11-20T23:25:10.024Z | Compiling icu_normalizer v1.5.0 |
1324 | 2024-11-20T23:25:10.296Z | Compiling scroll v0.12.0 |
1325 | 2024-11-20T23:25:10.380Z | Compiling time v0.3.36 |
1326 | 2024-11-20T23:25:10.843Z | Compiling pkcs5 v0.7.1 |
1327 | 2024-11-20T23:25:10.938Z | Compiling pest_generator v2.7.14 |
1328 | 2024-11-20T23:25:10.960Z | Compiling http-body v1.0.1 |
1329 | 2024-11-20T23:25:11.210Z | Compiling form_urlencoded v1.2.1 |
1330 | 2024-11-20T23:25:11.577Z | Compiling try-lock v0.2.5 |
1331 | 2024-11-20T23:25:11.714Z | Compiling slog v2.7.0 |
1332 | 2024-11-20T23:25:12.047Z | Compiling want v0.3.1 |
1333 | 2024-11-20T23:25:12.127Z | Compiling goblin v0.8.2 |
1334 | 2024-11-20T23:25:12.333Z | Compiling pkcs8 v0.10.2 |
1335 | 2024-11-20T23:25:12.350Z | Compiling idna_adapter v1.2.0 |
1336 | 2024-11-20T23:25:12.584Z | Compiling httpdate v1.0.3 |
1337 | 2024-11-20T23:25:12.603Z | Compiling idna v1.0.3 |
1338 | 2024-11-20T23:25:13.047Z | Compiling uuid v1.11.0 |
1339 | 2024-11-20T23:25:13.085Z | Compiling pest_derive v2.7.14 |
1340 | 2024-11-20T23:25:13.896Z | Compiling toml_datetime v0.6.8 |
1341 | 2024-11-20T23:25:13.941Z | Compiling dtrace-parser v0.2.0 |
1342 | 2024-11-20T23:25:14.442Z | Compiling serde_spanned v0.6.8 |
1343 | 2024-11-20T23:25:14.505Z | Compiling serde_tokenstream v0.2.2 |
1344 | 2024-11-20T23:25:14.528Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-11-20T23:25:14.638Z | Compiling iana-time-zone v0.1.61 |
1346 | 2024-11-20T23:25:14.660Z | Compiling match_cfg v0.1.0 |
1347 | 2024-11-20T23:25:14.765Z | Compiling adler2 v2.0.0 |
1348 | 2024-11-20T23:25:14.977Z | Compiling rustversion v1.0.17 |
1349 | 2024-11-20T23:25:15.113Z | Compiling base64 v0.22.1 |
1350 | 2024-11-20T23:25:15.129Z | Compiling openssl v0.10.66 |
1351 | 2024-11-20T23:25:15.541Z | Compiling tokio-util v0.7.12 |
1352 | 2024-11-20T23:25:15.692Z | Compiling tower-service v0.3.3 |
1353 | 2024-11-20T23:25:15.832Z | Compiling miniz_oxide v0.8.0 |
1354 | 2024-11-20T23:25:15.852Z | Compiling chrono v0.4.38 |
1355 | 2024-11-20T23:25:15.872Z | Compiling hostname v0.3.1 |
1356 | 2024-11-20T23:25:16.138Z | Compiling foreign-types v0.3.2 |
1357 | 2024-11-20T23:25:16.199Z | Compiling url v2.5.3 |
1358 | 2024-11-20T23:25:17.006Z | Compiling h2 v0.4.6 |
1359 | 2024-11-20T23:25:17.477Z | Compiling openssl-macros v0.1.1 |
1360 | 2024-11-20T23:25:17.706Z | Compiling async-trait v0.1.83 |
1361 | 2024-11-20T23:25:18.142Z | Compiling dof v0.3.0 |
1362 | 2024-11-20T23:25:18.281Z | Compiling dirs-sys-next v0.1.2 |
1363 | 2024-11-20T23:25:18.954Z | Compiling usdt-impl v0.5.0 |
1364 | 2024-11-20T23:25:19.694Z | Compiling native-tls v0.2.12 |
1365 | 2024-11-20T23:25:20.028Z | Compiling siphasher v0.3.11 |
1366 | 2024-11-20T23:25:20.422Z | Compiling data-encoding v2.6.0 |
1367 | 2024-11-20T23:25:20.465Z | Compiling rustls v0.23.14 |
1368 | 2024-11-20T23:25:20.602Z | Compiling rustls v0.22.4 |
1369 | 2024-11-20T23:25:20.621Z | Compiling syn v1.0.109 |
1370 | 2024-11-20T23:25:20.769Z | Compiling dirs-next v2.0.0 |
1371 | 2024-11-20T23:25:21.325Z | Compiling http-body-util v0.1.2 |
1372 | 2024-11-20T23:25:21.881Z | Compiling heapless v0.7.17 |
1373 | 2024-11-20T23:25:22.344Z | Compiling crossbeam-epoch v0.9.18 |
1374 | 2024-11-20T23:25:22.405Z | Compiling signature v2.2.0 |
1375 | 2024-11-20T23:25:22.692Z | Compiling sha1 v0.10.6 |
1376 | 2024-11-20T23:25:22.716Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2024-11-20T23:25:22.762Z | Compiling serde_derive_internals v0.29.1 |
1378 | 2024-11-20T23:25:22.844Z | Compiling thread_local v1.1.8 |
1379 | 2024-11-20T23:25:23.114Z | Compiling encoding_rs v0.8.34 |
1380 | 2024-11-20T23:25:23.134Z | Compiling cookie v0.18.1 |
1381 | 2024-11-20T23:25:23.188Z | Compiling multer v3.1.0 |
1382 | 2024-11-20T23:25:23.462Z | Compiling unicode-properties v0.1.3 |
1383 | 2024-11-20T23:25:23.481Z | Compiling mime v0.3.17 |
1384 | 2024-11-20T23:25:23.501Z | Compiling slog-async v2.8.0 |
1385 | 2024-11-20T23:25:23.875Z | Compiling schemars v0.8.21 |
1386 | 2024-11-20T23:25:24.062Z | Compiling hyper v1.5.0 |
1387 | 2024-11-20T23:25:24.116Z | Compiling signal-hook v0.3.17 |
1388 | 2024-11-20T23:25:24.208Z | Compiling gimli v0.31.1 |
1389 | 2024-11-20T23:25:24.383Z | Compiling rayon-core v1.12.1 |
1390 | 2024-11-20T23:25:24.657Z | Compiling openssl-probe v0.1.5 |
1391 | 2024-11-20T23:25:25.034Z | Compiling ipnet v2.10.1 |
1392 | 2024-11-20T23:25:25.698Z | Compiling schemars_derive v0.8.21 |
1393 | 2024-11-20T23:25:26.442Z | Compiling toml_edit v0.22.22 |
1394 | 2024-11-20T23:25:27.650Z | Compiling hyper-util v0.1.10 |
1395 | 2024-11-20T23:25:28.400Z | Compiling stringprep v0.1.5 |
1396 | 2024-11-20T23:25:29.072Z | Compiling addr2line v0.24.2 |
1397 | 2024-11-20T23:25:29.467Z | Compiling crossbeam-deque v0.8.5 |
1398 | 2024-11-20T23:25:29.669Z | Compiling usdt-attr-macro v0.5.0 |
1399 | 2024-11-20T23:25:29.759Z | Compiling usdt-macro v0.5.0 |
1400 | 2024-11-20T23:25:29.853Z | Compiling term v0.7.0 |
1401 | 2024-11-20T23:25:30.051Z | Compiling slog-json v2.6.1 |
1402 | 2024-11-20T23:25:30.420Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2024-11-20T23:25:30.904Z | Compiling curve25519-dalek v4.1.3 |
1404 | 2024-11-20T23:25:30.927Z | Compiling crossbeam-channel v0.5.13 |
1405 | 2024-11-20T23:25:31.265Z | Compiling enum-as-inner v0.6.1 |
1406 | 2024-11-20T23:25:31.357Z | Compiling futures-executor v0.3.31 |
1407 | 2024-11-20T23:25:31.377Z | Compiling md-5 v0.10.6 |
1408 | 2024-11-20T23:25:31.564Z | Compiling async-stream-impl v0.3.6 |
1409 | 2024-11-20T23:25:31.647Z | Compiling num-integer v0.1.46 |
1410 | 2024-11-20T23:25:31.927Z | Compiling rustls-pemfile v2.2.0 |
1411 | 2024-11-20T23:25:32.047Z | Compiling idna v0.3.0 |
1412 | 2024-11-20T23:25:32.275Z | Compiling idna v0.4.0 |
1413 | 2024-11-20T23:25:32.357Z | Compiling hash32 v0.2.1 |
1414 | 2024-11-20T23:25:32.429Z | Compiling ff v0.13.0 |
1415 | 2024-11-20T23:25:32.674Z | Compiling is-terminal v0.4.13 |
1416 | 2024-11-20T23:25:32.737Z | Compiling dropshot v0.12.0 |
1417 | 2024-11-20T23:25:32.808Z | Compiling object v0.36.5 |
1418 | 2024-11-20T23:25:32.944Z | Compiling dyn-clone v1.0.17 |
1419 | 2024-11-20T23:25:33.010Z | Compiling smoltcp v0.9.1 |
1420 | 2024-11-20T23:25:33.165Z | Compiling linked-hash-map v0.5.6 |
1421 | 2024-11-20T23:25:33.604Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2024-11-20T23:25:33.791Z | Compiling rustc-demangle v0.1.24 |
1423 | 2024-11-20T23:25:33.816Z | Compiling portable-atomic v1.9.0 |
1424 | 2024-11-20T23:25:33.916Z | Compiling take_mut v0.2.2 |
1425 | 2024-11-20T23:25:34.020Z | Compiling psl-types v2.0.11 |
1426 | 2024-11-20T23:25:34.080Z | Compiling fallible-iterator v0.2.0 |
1427 | 2024-11-20T23:25:34.225Z | Compiling quick-error v1.2.3 |
1428 | 2024-11-20T23:25:34.379Z | Compiling utf-8 v0.7.6 |
1429 | 2024-11-20T23:25:34.735Z | Compiling anyhow v1.0.93 |
1430 | 2024-11-20T23:25:34.818Z | Compiling base16ct v0.2.0 |
1431 | 2024-11-20T23:25:34.836Z | Compiling postgres-protocol v0.6.7 |
1432 | 2024-11-20T23:25:34.929Z | Compiling tungstenite v0.24.0 |
1433 | 2024-11-20T23:25:34.961Z | Compiling resolv-conf v0.7.0 |
1434 | 2024-11-20T23:25:35.145Z | Compiling sec1 v0.7.3 |
1435 | 2024-11-20T23:25:35.702Z | Compiling publicsuffix v2.2.3 |
1436 | 2024-11-20T23:25:35.830Z | Compiling lru-cache v0.1.2 |
1437 | 2024-11-20T23:25:35.965Z | Compiling hickory-proto v0.24.1 |
1438 | 2024-11-20T23:25:36.260Z | Compiling async-stream v0.3.6 |
1439 | 2024-11-20T23:25:36.593Z | Compiling slog-term v2.9.1 |
1440 | 2024-11-20T23:25:36.965Z | Compiling usdt v0.5.0 |
1441 | 2024-11-20T23:25:37.489Z | Compiling group v0.13.0 |
1442 | 2024-11-20T23:25:37.837Z | Compiling num-iter v0.1.45 |
1443 | 2024-11-20T23:25:37.890Z | Compiling futures v0.3.31 |
1444 | 2024-11-20T23:25:38.045Z | Compiling slog-bunyan v2.5.0 |
1445 | 2024-11-20T23:25:38.315Z | Compiling toml v0.8.19 |
1446 | 2024-11-20T23:25:39.736Z | Compiling camino v1.1.9 |
1447 | 2024-11-20T23:25:40.113Z | Compiling tokio-native-tls v0.3.1 |
1448 | 2024-11-20T23:25:40.414Z | Compiling backtrace v0.3.74 |
1449 | 2024-11-20T23:25:40.712Z | Compiling phf_shared v0.11.2 |
1450 | 2024-11-20T23:25:40.948Z | Compiling dropshot_endpoint v0.12.0 |
1451 | 2024-11-20T23:25:41.068Z | Compiling terminal_size v0.4.0 |
1452 | 2024-11-20T23:25:41.100Z | Compiling waitgroup v0.1.2 |
1453 | 2024-11-20T23:25:41.180Z | Compiling openapiv3 v2.0.0 |
1454 | 2024-11-20T23:25:41.301Z | Compiling serde_path_to_error v0.1.16 |
1455 | 2024-11-20T23:25:41.320Z | Compiling hkdf v0.12.4 |
1456 | 2024-11-20T23:25:41.603Z | Compiling crypto-bigint v0.5.5 |
1457 | 2024-11-20T23:25:46.070Z | Compiling zerocopy-derive v0.6.6 |
1458 | 2024-11-20T23:25:46.110Z | Compiling curve25519-dalek-derive v0.1.1 |
1459 | 2024-11-20T23:25:46.110Z | Compiling hubpack_derive v0.1.1 |
1460 | 2024-11-20T23:25:46.110Z | Compiling webpki-roots v0.26.6 |
1461 | 2024-11-20T23:25:46.110Z | Compiling idna v0.5.0 |
1462 | 2024-11-20T23:25:46.110Z | Compiling hostname v0.4.0 |
1463 | 2024-11-20T23:25:46.110Z | Compiling ahash v0.8.11 |
1464 | 2024-11-20T23:25:46.110Z | Compiling fs-err v2.11.0 |
1465 | 2024-11-20T23:25:46.110Z | Compiling crc32fast v1.4.2 |
1466 | 2024-11-20T23:25:46.110Z | Compiling debug-ignore v1.0.5 |
1467 | 2024-11-20T23:25:46.110Z | Compiling winnow v0.5.40 |
1468 | 2024-11-20T23:25:46.110Z | Compiling managed v0.8.0 |
1469 | 2024-11-20T23:25:46.111Z | Compiling bitflags v1.3.2 |
1470 | 2024-11-20T23:25:46.111Z | Compiling clap_builder v4.5.21 |
1471 | 2024-11-20T23:25:46.180Z | Compiling console v0.15.8 |
1472 | 2024-11-20T23:25:46.443Z | Compiling strum_macros v0.25.3 |
1473 | 2024-11-20T23:25:46.817Z | Compiling flate2 v1.0.34 |
1474 | 2024-11-20T23:25:47.851Z | Compiling cookie_store v0.21.0 |
1475 | 2024-11-20T23:25:47.893Z | Compiling hubpack v0.1.2 |
1476 | 2024-11-20T23:25:48.378Z | Compiling elliptic-curve v0.13.8 |
1477 | 2024-11-20T23:25:48.635Z | Compiling zerocopy v0.6.6 |
1478 | 2024-11-20T23:25:49.255Z | Compiling hickory-resolver v0.24.1 |
1479 | 2024-11-20T23:25:49.533Z | Compiling toml_edit v0.19.15 |
1480 | 2024-11-20T23:25:49.829Z | Compiling phf v0.11.2 |
1481 | 2024-11-20T23:25:50.139Z | Compiling signal-hook-mio v0.2.4 |
1482 | 2024-11-20T23:25:50.306Z | Compiling hyper-tls v0.6.0 |
1483 | 2024-11-20T23:25:50.485Z | Compiling rayon v1.10.0 |
1484 | 2024-11-20T23:25:50.726Z | Compiling bzip2 v0.4.4 |
1485 | 2024-11-20T23:25:51.124Z | Compiling tokio-tungstenite v0.24.0 |
1486 | 2024-11-20T23:25:51.676Z | Compiling postgres-types v0.2.8 |
1487 | 2024-11-20T23:25:54.585Z | Compiling ed25519 v2.2.3 |
1488 | 2024-11-20T23:25:55.442Z | Compiling phf_shared v0.10.0 |
1489 | 2024-11-20T23:25:55.551Z | Compiling tokio-stream v0.1.16 |
1490 | 2024-11-20T23:25:55.871Z | Compiling pkcs1 v0.7.5 |
1491 | 2024-11-20T23:25:56.054Z | Compiling serde-big-array v0.5.1 |
1492 | 2024-11-20T23:25:56.214Z | Compiling clap_derive v4.5.18 |
1493 | 2024-11-20T23:25:56.300Z | Compiling rfc6979 v0.4.0 |
1494 | 2024-11-20T23:25:56.508Z | Compiling serde_repr v0.1.19 |
1495 | 2024-11-20T23:25:56.527Z | Compiling derive-where v1.2.7 |
1496 | 2024-11-20T23:25:56.661Z | Compiling float-cmp v0.9.0 |
1497 | 2024-11-20T23:25:56.884Z | Compiling bstr v1.10.0 |
1498 | 2024-11-20T23:25:56.903Z | Compiling sync_wrapper v1.0.1 |
1499 | 2024-11-20T23:25:57.062Z | Compiling unicode-segmentation v1.12.0 |
1500 | 2024-11-20T23:25:57.658Z | Compiling number_prefix v0.4.0 |
1501 | 2024-11-20T23:25:57.795Z | Compiling unicode-width v0.2.0 |
1502 | 2024-11-20T23:25:57.890Z | Compiling difflib v0.4.0 |
1503 | 2024-11-20T23:25:57.964Z | Compiling precomputed-hash v0.1.1 |
1504 | 2024-11-20T23:25:58.087Z | Compiling bit-vec v0.6.3 |
1505 | 2024-11-20T23:25:58.344Z | Compiling static_assertions v1.1.0 |
1506 | 2024-11-20T23:25:58.459Z | Compiling predicates-core v1.0.8 |
1507 | 2024-11-20T23:25:58.601Z | Compiling fixedbitset v0.4.2 |
1508 | 2024-11-20T23:25:58.737Z | Compiling whoami v1.5.2 |
1509 | 2024-11-20T23:25:58.832Z | Compiling normalize-line-endings v0.3.0 |
1510 | 2024-11-20T23:25:58.956Z | Compiling new_debug_unreachable v1.0.6 |
1511 | 2024-11-20T23:25:59.061Z | Compiling string_cache v0.8.7 |
1512 | 2024-11-20T23:25:59.079Z | Compiling predicates v3.1.2 |
1513 | 2024-11-20T23:25:59.410Z | Compiling tokio-postgres v0.7.12 |
1514 | 2024-11-20T23:25:59.529Z | Compiling petgraph v0.6.5 |
1515 | 2024-11-20T23:25:59.574Z | Compiling bit-set v0.5.3 |
1516 | 2024-11-20T23:25:59.875Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1517 | 2024-11-20T23:26:00.281Z | Compiling indicatif v0.17.9 |
1518 | 2024-11-20T23:26:00.926Z | Compiling similar v2.6.0 |
1519 | 2024-11-20T23:26:01.461Z | Compiling clap v4.5.21 |
1520 | 2024-11-20T23:26:01.599Z | Compiling ecdsa v0.16.9 |
1521 | 2024-11-20T23:26:02.505Z | Compiling rsa v0.9.6 |
1522 | 2024-11-20T23:26:02.557Z | Compiling ed25519-dalek v2.1.1 |
1523 | 2024-11-20T23:26:03.396Z | Compiling toml v0.7.8 |
1524 | 2024-11-20T23:26:03.754Z | Compiling zip v0.6.6 |
1525 | 2024-11-20T23:26:03.911Z | Compiling crossterm v0.28.1 |
1526 | 2024-11-20T23:26:05.248Z | Compiling hex v0.4.3 |
1527 | 2024-11-20T23:26:05.584Z | Compiling x509-cert v0.2.5 |
1528 | 2024-11-20T23:26:05.848Z | Compiling itertools v0.10.5 |
1529 | 2024-11-20T23:26:05.869Z | Compiling lalrpop-util v0.19.12 |
1530 | 2024-11-20T23:26:06.053Z | Compiling unicode-xid v0.2.6 |
1531 | 2024-11-20T23:26:06.224Z | Compiling peg-runtime v0.8.3 |
1532 | 2024-11-20T23:26:06.243Z | Compiling strum_macros v0.26.4 |
1533 | 2024-11-20T23:26:06.915Z | Compiling xattr v1.3.1 |
1534 | 2024-11-20T23:26:07.122Z | Compiling filetime v0.2.25 |
1535 | 2024-11-20T23:26:07.457Z | Compiling tar v0.4.42 |
1536 | 2024-11-20T23:26:11.396Z | Compiling strum v0.26.3 |
1537 | 2024-11-20T23:26:14.225Z | Compiling aws-lc-sys v0.22.0 |
1538 | 2024-11-20T23:26:50.144Z | Compiling rustls-webpki v0.102.8 |
1539 | 2024-11-20T23:26:53.594Z | Compiling tokio-rustls v0.25.0 |
1540 | 2024-11-20T23:26:55.230Z | Compiling tokio-rustls v0.26.0 |
1541 | 2024-11-20T23:26:55.692Z | Compiling hyper-rustls v0.27.3 |
1542 | 2024-11-20T23:26:56.038Z | Compiling reqwest v0.12.9 |
1543 | 2024-11-20T23:26:57.482Z | Compiling qorb v0.2.0 |
1544 | 2024-11-20T23:27:01.891Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1545 | 2024-11-20T23:27:02.125Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1546 | 2024-11-20T23:27:07.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
1547 | 2024-11-20T23:27:08.161Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1548 | 2024-11-20T23:27:08.211Z | Nov 20 23:27:07.370 INFO Starting download, target: DendriteOpenapi |
1549 | 2024-11-20T23:27:08.211Z | Nov 20 23:27:07.370 INFO Starting download, target: Cockroach |
1550 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.370 INFO Starting download, target: Clickhouse |
1551 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.370 INFO Starting download, target: DendriteStub |
1552 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.370 INFO Starting download, target: Console |
1553 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.370 INFO Starting download, target: MaghemiteMgd |
1554 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.370 INFO Starting download, target: TransceiverControl |
1555 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.370 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1556 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1557 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1558 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.371 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1559 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.371 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1560 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.371 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1561 | 2024-11-20T23:27:08.214Z | Nov 20 23:27:07.371 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1562 | 2024-11-20T23:27:08.489Z | Nov 20 23:27:07.643 INFO Download complete, target: DendriteOpenapi |
1563 | 2024-11-20T23:27:08.751Z | Nov 20 23:27:07.887 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1564 | 2024-11-20T23:27:08.898Z | Nov 20 23:27:08.052 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1565 | 2024-11-20T23:27:09.173Z | Nov 20 23:27:08.331 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-11-20T23:27:09.179Z | Nov 20 23:27:08.337 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1567 | 2024-11-20T23:27:09.199Z | Nov 20 23:27:08.356 INFO Download complete, target: Console |
1568 | 2024-11-20T23:27:09.380Z | Nov 20 23:27:08.537 INFO Download complete, target: TransceiverControl |
1569 | 2024-11-20T23:27:09.777Z | Nov 20 23:27:08.935 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1570 | 2024-11-20T23:27:09.777Z | Nov 20 23:27:08.935 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1571 | 2024-11-20T23:27:10.714Z | Nov 20 23:27:09.832 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1572 | 2024-11-20T23:27:11.947Z | Nov 20 23:27:11.105 INFO Download complete, target: MaghemiteMgd |
1573 | 2024-11-20T23:27:11.947Z | Nov 20 23:27:11.105 INFO Download complete, target: DendriteStub |
1574 | 2024-11-20T23:27:16.858Z | Nov 20 23:27:16.017 INFO Checking that binary works, target: Cockroach |
1575 | 2024-11-20T23:27:17.016Z | Nov 20 23:27:16.174 INFO Download complete, target: Cockroach |
1576 | 2024-11-20T23:27:22.532Z | Nov 20 23:27:21.691 INFO Checking that binary works, target: Clickhouse |
1577 | 2024-11-20T23:27:23.423Z | Nov 20 23:27:22.581 INFO Download complete, target: Clickhouse |
1578 | 2024-11-20T23:27:23.499Z | All builder prerequisites installed successfully, and PATH looks valid |
1579 | 2024-11-20T23:27:23.501Z | |
1580 | 2024-11-20T23:27:23.501Z | real 6:05.010966172 |
1581 | 2024-11-20T23:27:23.501Z | user 16:33.546348466 |
1582 | 2024-11-20T23:27:23.502Z | sys 3:14.833965451 |
1583 | 2024-11-20T23:27:23.502Z | trap 0.538148644 |
1584 | 2024-11-20T23:27:23.502Z | tflt 8.404795754 |
1585 | 2024-11-20T23:27:23.502Z | dflt 7.500199370 |
1586 | 2024-11-20T23:27:23.502Z | kflt 0.192608392 |
1587 | 2024-11-20T23:27:23.502Z | lock 29:50.848324391 |
1588 | 2024-11-20T23:27:23.502Z | slp 1:05:43.798429757 |
1589 | 2024-11-20T23:27:23.502Z | lat 54.306554330 |
1590 | 2024-11-20T23:27:23.502Z | stop 2:12.192041178 |
1591 | 2024-11-20T23:27:23.502Z | + banner hack-check |
1592 | 2024-11-20T23:27:23.505Z | |
1593 | 2024-11-20T23:27:23.505Z | # # ## #### # # #### # # ###### #### # # |
1594 | 2024-11-20T23:27:23.505Z | # # # # # # # # # # # # # # # # # |
1595 | 2024-11-20T23:27:23.505Z | ###### # # # #### ##### # ###### ##### # #### |
1596 | 2024-11-20T23:27:23.505Z | # # ###### # # # # # # # # # # |
1597 | 2024-11-20T23:27:23.505Z | # # # # # # # # # # # # # # # # # |
1598 | 2024-11-20T23:27:23.505Z | # # # # #### # # #### # # ###### #### # # |
1599 | 2024-11-20T23:27:23.505Z | |
1600 | 2024-11-20T23:27:23.505Z | + export CARGO_INCREMENTAL=0 |
1601 | 2024-11-20T23:27:23.505Z | + CARGO_INCREMENTAL=0 |
1602 | 2024-11-20T23:27:23.505Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1603 | 2024-11-20T23:27:24.033Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1604 | 2024-11-20T23:27:27.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
1605 | 2024-11-20T23:27:27.649Z | Running `target/debug/xtask check-features --ci` |
1606 | 2024-11-20T23:27:27.669Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1607 | 2024-11-20T23:27:27.669Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1608 | 2024-11-20T23:27:28.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1609 | 2024-11-20T23:27:28.132Z | Running `target/debug/xtask download cargo-hack` |
1610 | 2024-11-20T23:27:28.949Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1611 | 2024-11-20T23:27:29.307Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1612 | 2024-11-20T23:27:34.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
1613 | 2024-11-20T23:27:34.560Z | Running `target/debug/xtask-downloader cargo-hack` |
1614 | 2024-11-20T23:27:34.598Z | Nov 20 23:27:33.755 INFO Starting download, target: CargoHack |
1615 | 2024-11-20T23:27:34.603Z | Nov 20 23:27:33.755 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1616 | 2024-11-20T23:27:35.157Z | Nov 20 23:27:34.316 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1617 | 2024-11-20T23:27:35.245Z | Nov 20 23:27:34.404 INFO Download complete, target: CargoHack |
1618 | 2024-11-20T23:27:35.249Z | 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" |
1619 | 2024-11-20T23:27:35.265Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1620 | 2024-11-20T23:27:35.432Z | info: running `cargo check --bins` on api_identity (1/172) |
1621 | 2024-11-20T23:27:35.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-11-20T23:27:35.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-11-20T23:27:35.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-11-20T23:27:35.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1625 | 2024-11-20T23:27:36.057Z | |
1626 | 2024-11-20T23:27:36.057Z | info: running `cargo check --bins` on bootstore (2/172) |
1627 | 2024-11-20T23:27:36.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-11-20T23:27:36.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-11-20T23:27:36.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-11-20T23:27:36.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1631 | 2024-11-20T23:27:36.693Z | |
1632 | 2024-11-20T23:27:36.693Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/172) |
1633 | 2024-11-20T23:27:37.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-11-20T23:27:37.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-11-20T23:27:37.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-11-20T23:27:37.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1637 | 2024-11-20T23:27:37.319Z | |
1638 | 2024-11-20T23:27:37.319Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/172) |
1639 | 2024-11-20T23:27:37.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-11-20T23:27:37.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-11-20T23:27:37.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-11-20T23:27:37.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1643 | 2024-11-20T23:27:37.922Z | |
1644 | 2024-11-20T23:27:37.922Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/172) |
1645 | 2024-11-20T23:27:38.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-11-20T23:27:38.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-11-20T23:27:38.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-11-20T23:27:38.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1649 | 2024-11-20T23:27:38.329Z | |
1650 | 2024-11-20T23:27:38.329Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/172) |
1651 | 2024-11-20T23:27:38.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-11-20T23:27:38.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-11-20T23:27:38.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-11-20T23:27:38.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1655 | 2024-11-20T23:27:38.738Z | |
1656 | 2024-11-20T23:27:38.738Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/172) |
1657 | 2024-11-20T23:27:39.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-11-20T23:27:39.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-11-20T23:27:39.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-11-20T23:27:39.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1661 | 2024-11-20T23:27:39.156Z | |
1662 | 2024-11-20T23:27:39.156Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/172) |
1663 | 2024-11-20T23:27:39.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-11-20T23:27:39.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-11-20T23:27:39.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-11-20T23:27:39.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1667 | 2024-11-20T23:27:39.964Z | |
1668 | 2024-11-20T23:27:39.964Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/172) |
1669 | 2024-11-20T23:27:39.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-11-20T23:27:39.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-11-20T23:27:39.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-11-20T23:27:39.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1673 | 2024-11-20T23:27:39.995Z | |
1674 | 2024-11-20T23:27:39.995Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/172) |
1675 | 2024-11-20T23:27:40.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-11-20T23:27:40.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-11-20T23:27:40.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-11-20T23:27:40.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1679 | 2024-11-20T23:27:40.419Z | |
1680 | 2024-11-20T23:27:40.419Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/172) |
1681 | 2024-11-20T23:27:40.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-11-20T23:27:40.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-11-20T23:27:40.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-11-20T23:27:40.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1685 | 2024-11-20T23:27:40.832Z | |
1686 | 2024-11-20T23:27:40.832Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/172) |
1687 | 2024-11-20T23:27:41.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-11-20T23:27:41.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-11-20T23:27:41.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-11-20T23:27:41.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1691 | 2024-11-20T23:27:41.255Z | |
1692 | 2024-11-20T23:27:41.255Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/172) |
1693 | 2024-11-20T23:27:41.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-11-20T23:27:41.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-11-20T23:27:41.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-11-20T23:27:41.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1697 | 2024-11-20T23:27:41.675Z | |
1698 | 2024-11-20T23:27:41.675Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/172) |
1699 | 2024-11-20T23:27:42.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-11-20T23:27:42.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-11-20T23:27:42.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-11-20T23:27:42.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1703 | 2024-11-20T23:27:42.092Z | |
1704 | 2024-11-20T23:27:42.093Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/172) |
1705 | 2024-11-20T23:27:42.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-11-20T23:27:42.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-11-20T23:27:42.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-11-20T23:27:42.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1709 | 2024-11-20T23:27:42.514Z | |
1710 | 2024-11-20T23:27:42.514Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/172) |
1711 | 2024-11-20T23:27:42.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-11-20T23:27:42.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-11-20T23:27:42.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-11-20T23:27:42.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1715 | 2024-11-20T23:27:42.952Z | |
1716 | 2024-11-20T23:27:42.953Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/172) |
1717 | 2024-11-20T23:27:43.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-11-20T23:27:43.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-11-20T23:27:43.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-11-20T23:27:43.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1721 | 2024-11-20T23:27:43.386Z | |
1722 | 2024-11-20T23:27:43.386Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/172) |
1723 | 2024-11-20T23:27:43.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-11-20T23:27:43.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-11-20T23:27:43.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-11-20T23:27:43.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1727 | 2024-11-20T23:27:43.822Z | |
1728 | 2024-11-20T23:27:43.822Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/172) |
1729 | 2024-11-20T23:27:44.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-11-20T23:27:44.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-11-20T23:27:44.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-11-20T23:27:44.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1733 | 2024-11-20T23:27:44.271Z | |
1734 | 2024-11-20T23:27:44.271Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/172) |
1735 | 2024-11-20T23:27:44.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-11-20T23:27:44.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-11-20T23:27:44.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-11-20T23:27:44.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1739 | 2024-11-20T23:27:44.670Z | |
1740 | 2024-11-20T23:27:44.670Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/172) |
1741 | 2024-11-20T23:27:45.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-11-20T23:27:45.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-11-20T23:27:45.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-11-20T23:27:45.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1745 | 2024-11-20T23:27:45.100Z | |
1746 | 2024-11-20T23:27:45.100Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/172) |
1747 | 2024-11-20T23:27:45.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-11-20T23:27:45.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-11-20T23:27:45.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-11-20T23:27:45.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1751 | 2024-11-20T23:27:45.538Z | |
1752 | 2024-11-20T23:27:45.538Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/172) |
1753 | 2024-11-20T23:27:45.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-11-20T23:27:45.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-11-20T23:27:45.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-11-20T23:27:45.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1757 | 2024-11-20T23:27:45.968Z | |
1758 | 2024-11-20T23:27:45.968Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/172) |
1759 | 2024-11-20T23:27:46.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-11-20T23:27:46.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-11-20T23:27:46.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-11-20T23:27:46.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1763 | 2024-11-20T23:27:46.385Z | |
1764 | 2024-11-20T23:27:46.385Z | info: running `cargo check --bins` on sled-hardware-types (25/172) |
1765 | 2024-11-20T23:27:46.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-11-20T23:27:46.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-11-20T23:27:46.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-11-20T23:27:46.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1769 | 2024-11-20T23:27:47.016Z | |
1770 | 2024-11-20T23:27:47.016Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/172) |
1771 | 2024-11-20T23:27:47.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-11-20T23:27:47.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-11-20T23:27:47.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-11-20T23:27:47.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1775 | 2024-11-20T23:27:47.657Z | |
1776 | 2024-11-20T23:27:47.657Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/172) |
1777 | 2024-11-20T23:27:48.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-11-20T23:27:48.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-11-20T23:27:48.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2024-11-20T23:27:48.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1781 | 2024-11-20T23:27:48.291Z | |
1782 | 2024-11-20T23:27:48.291Z | info: running `cargo check --bins` on oxlog (28/172) |
1783 | 2024-11-20T23:27:48.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2024-11-20T23:27:48.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2024-11-20T23:27:48.901Z | Checking cfg-if v1.0.0 |
1786 | 2024-11-20T23:27:48.903Z | Checking libc v0.2.162 |
1787 | 2024-11-20T23:27:49.009Z | Checking serde v1.0.215 |
1788 | 2024-11-20T23:27:49.012Z | Checking zeroize v1.8.1 |
1789 | 2024-11-20T23:27:49.030Z | Checking memchr v2.7.4 |
1790 | 2024-11-20T23:27:49.032Z | Checking typenum v1.17.0 |
1791 | 2024-11-20T23:27:49.039Z | Checking scopeguard v1.2.0 |
1792 | 2024-11-20T23:27:49.064Z | Checking subtle v2.6.1 |
1793 | 2024-11-20T23:27:49.079Z | Checking value-bag v1.9.0 |
1794 | 2024-11-20T23:27:49.181Z | Checking lock_api v0.4.12 |
1795 | 2024-11-20T23:27:49.251Z | Checking itoa v1.0.11 |
1796 | 2024-11-20T23:27:49.315Z | Checking smallvec v1.13.2 |
1797 | 2024-11-20T23:27:49.474Z | Checking const-oid v0.9.6 |
1798 | 2024-11-20T23:27:49.490Z | Checking log v0.4.22 |
1799 | 2024-11-20T23:27:49.588Z | Checking pin-project-lite v0.2.14 |
1800 | 2024-11-20T23:27:49.652Z | Checking byteorder v1.5.0 |
1801 | 2024-11-20T23:27:49.743Z | Checking futures-core v0.3.31 |
1802 | 2024-11-20T23:27:49.884Z | Checking once_cell v1.20.2 |
1803 | 2024-11-20T23:27:49.916Z | Checking cpufeatures v0.2.14 |
1804 | 2024-11-20T23:27:49.988Z | Checking stable_deref_trait v1.2.0 |
1805 | 2024-11-20T23:27:50.004Z | Checking futures-sink v0.3.31 |
1806 | 2024-11-20T23:27:50.060Z | Checking spin v0.9.8 |
1807 | 2024-11-20T23:27:50.090Z | Checking zerocopy v0.7.35 |
1808 | 2024-11-20T23:27:50.137Z | Checking slab v0.4.9 |
1809 | 2024-11-20T23:27:50.153Z | Checking getrandom v0.2.15 |
1810 | 2024-11-20T23:27:50.171Z | Checking parking_lot_core v0.9.10 |
1811 | 2024-11-20T23:27:50.371Z | Checking rand_core v0.6.4 |
1812 | 2024-11-20T23:27:50.400Z | Checking generic-array v0.14.7 |
1813 | 2024-11-20T23:27:50.412Z | Checking signal-hook-registry v1.4.2 |
1814 | 2024-11-20T23:27:50.426Z | Checking mio v1.0.2 |
1815 | 2024-11-20T23:27:50.480Z | Checking parking_lot v0.12.3 |
1816 | 2024-11-20T23:27:50.660Z | Checking socket2 v0.5.7 |
1817 | 2024-11-20T23:27:50.675Z | Checking zerofrom v0.1.4 |
1818 | 2024-11-20T23:27:50.814Z | Checking futures-channel v0.3.31 |
1819 | 2024-11-20T23:27:50.890Z | Checking yoke v0.7.4 |
1820 | 2024-11-20T23:27:51.017Z | Checking futures-task v0.3.31 |
1821 | 2024-11-20T23:27:51.163Z | Checking allocator-api2 v0.2.18 |
1822 | 2024-11-20T23:27:51.188Z | Checking equivalent v1.0.1 |
1823 | 2024-11-20T23:27:51.225Z | Checking foldhash v0.1.3 |
1824 | 2024-11-20T23:27:51.239Z | Checking pin-utils v0.1.0 |
1825 | 2024-11-20T23:27:51.287Z | Checking futures-io v0.3.31 |
1826 | 2024-11-20T23:27:51.324Z | Checking zerovec v0.10.4 |
1827 | 2024-11-20T23:27:51.341Z | Checking tinyvec_macros v0.1.1 |
1828 | 2024-11-20T23:27:51.412Z | Checking ryu v1.0.18 |
1829 | 2024-11-20T23:27:51.427Z | Checking tinyvec v1.8.0 |
1830 | 2024-11-20T23:27:51.458Z | Checking futures-util v0.3.31 |
1831 | 2024-11-20T23:27:51.499Z | Checking fnv v1.0.7 |
1832 | 2024-11-20T23:27:51.592Z | Checking crypto-common v0.1.6 |
1833 | 2024-11-20T23:27:51.616Z | Checking block-buffer v0.10.4 |
1834 | 2024-11-20T23:27:51.641Z | Checking block-padding v0.3.3 |
1835 | 2024-11-20T23:27:51.778Z | Checking libm v0.2.8 |
1836 | 2024-11-20T23:27:51.791Z | Checking hashbrown v0.15.0 |
1837 | 2024-11-20T23:27:51.835Z | Checking inout v0.1.3 |
1838 | 2024-11-20T23:27:51.837Z | Checking digest v0.10.7 |
1839 | 2024-11-20T23:27:52.065Z | Checking cipher v0.4.4 |
1840 | 2024-11-20T23:27:52.227Z | Checking hmac v0.12.1 |
1841 | 2024-11-20T23:27:52.447Z | Checking sha2 v0.10.8 |
1842 | 2024-11-20T23:27:52.463Z | Checking base64ct v1.6.0 |
1843 | 2024-11-20T23:27:52.648Z | Checking litemap v0.7.3 |
1844 | 2024-11-20T23:27:52.753Z | Checking unicode-normalization v0.1.24 |
1845 | 2024-11-20T23:27:52.879Z | Checking writeable v0.5.5 |
1846 | 2024-11-20T23:27:52.881Z | Checking unicode-bidi v0.3.17 |
1847 | 2024-11-20T23:27:52.969Z | Checking tinystr v0.7.6 |
1848 | 2024-11-20T23:27:52.989Z | Checking pem-rfc7468 v0.7.0 |
1849 | 2024-11-20T23:27:53.014Z | Checking num-traits v0.2.19 |
1850 | 2024-11-20T23:27:53.198Z | Checking ppv-lite86 v0.2.20 |
1851 | 2024-11-20T23:27:53.260Z | Checking flagset v0.4.6 |
1852 | 2024-11-20T23:27:53.327Z | Checking icu_locid v1.5.0 |
1853 | 2024-11-20T23:27:53.459Z | Checking der v0.7.9 |
1854 | 2024-11-20T23:27:53.525Z | Checking tracing-core v0.1.32 |
1855 | 2024-11-20T23:27:53.655Z | Checking thiserror v1.0.69 |
1856 | 2024-11-20T23:27:53.790Z | Checking icu_locid_transform_data v1.5.0 |
1857 | 2024-11-20T23:27:53.887Z | Checking rustls-pki-types v1.9.0 |
1858 | 2024-11-20T23:27:53.988Z | Checking rand_chacha v0.3.1 |
1859 | 2024-11-20T23:27:54.039Z | Checking bytes v1.8.0 |
1860 | 2024-11-20T23:27:54.167Z | Checking indexmap v2.6.0 |
1861 | 2024-11-20T23:27:54.352Z | Checking serde_json v1.0.132 |
1862 | 2024-11-20T23:27:54.395Z | Checking icu_provider v1.5.0 |
1863 | 2024-11-20T23:27:54.451Z | Checking bitflags v2.6.0 |
1864 | 2024-11-20T23:27:54.739Z | Checking percent-encoding v2.3.1 |
1865 | 2024-11-20T23:27:54.756Z | Checking rand v0.8.5 |
1866 | 2024-11-20T23:27:54.865Z | Checking tokio v1.40.0 |
1867 | 2024-11-20T23:27:54.934Z | Checking http v1.1.0 |
1868 | 2024-11-20T23:27:55.053Z | Checking icu_locid_transform v1.5.0 |
1869 | 2024-11-20T23:27:55.345Z | Checking spki v0.7.3 |
1870 | 2024-11-20T23:27:55.446Z | Checking tracing v0.1.40 |
1871 | 2024-11-20T23:27:55.626Z | Checking icu_collections v1.5.0 |
1872 | 2024-11-20T23:27:55.802Z | Checking salsa20 v0.10.2 |
1873 | 2024-11-20T23:27:56.010Z | Checking pbkdf2 v0.12.2 |
1874 | 2024-11-20T23:27:56.026Z | Checking aws-lc-sys v0.22.0 |
1875 | 2024-11-20T23:27:56.106Z | Checking httparse v1.9.5 |
1876 | 2024-11-20T23:27:56.141Z | Checking untrusted v0.9.0 |
1877 | 2024-11-20T23:27:56.166Z | Checking mirai-annotations v1.12.0 |
1878 | 2024-11-20T23:27:56.291Z | Checking untrusted v0.7.1 |
1879 | 2024-11-20T23:27:56.308Z | Checking powerfmt v0.2.0 |
1880 | 2024-11-20T23:27:56.323Z | Checking icu_properties_data v1.5.0 |
1881 | 2024-11-20T23:27:56.339Z | Checking ring v0.17.8 |
1882 | 2024-11-20T23:27:56.445Z | Checking scrypt v0.11.0 |
1883 | 2024-11-20T23:27:56.552Z | Checking deranged v0.3.11 |
1884 | 2024-11-20T23:27:56.554Z | Checking cbc v0.1.2 |
1885 | 2024-11-20T23:27:56.584Z | Checking icu_properties v1.5.1 |
1886 | 2024-11-20T23:27:56.648Z | Checking aes v0.8.4 |
1887 | 2024-11-20T23:27:56.676Z | Checking crossbeam-utils v0.8.20 |
1888 | 2024-11-20T23:27:56.769Z | Checking num_threads v0.1.7 |
1889 | 2024-11-20T23:27:56.892Z | Checking utf8_iter v1.0.4 |
1890 | 2024-11-20T23:27:57.093Z | Checking time-core v0.1.2 |
1891 | 2024-11-20T23:27:57.262Z | Checking utf16_iter v1.0.5 |
1892 | 2024-11-20T23:27:57.411Z | Checking atomic-waker v1.1.2 |
1893 | 2024-11-20T23:27:57.427Z | Checking write16 v1.0.0 |
1894 | 2024-11-20T23:27:57.541Z | Checking num-conv v0.1.0 |
1895 | 2024-11-20T23:27:57.557Z | Checking icu_normalizer_data v1.5.0 |
1896 | 2024-11-20T23:27:57.559Z | Checking pkcs5 v0.7.1 |
1897 | 2024-11-20T23:27:57.668Z | Checking http-body v1.0.1 |
1898 | 2024-11-20T23:27:57.798Z | Checking form_urlencoded v1.2.1 |
1899 | 2024-11-20T23:27:57.861Z | Checking try-lock v0.2.5 |
1900 | 2024-11-20T23:27:57.997Z | Checking want v0.3.1 |
1901 | 2024-11-20T23:27:58.014Z | Checking unicode-ident v1.0.13 |
1902 | 2024-11-20T23:27:58.057Z | Checking pkcs8 v0.10.2 |
1903 | 2024-11-20T23:27:58.136Z | Checking httpdate v1.0.3 |
1904 | 2024-11-20T23:27:58.167Z | Checking toml_datetime v0.6.8 |
1905 | 2024-11-20T23:27:58.183Z | Checking proc-macro2 v1.0.89 |
1906 | 2024-11-20T23:27:58.353Z | Checking uuid v1.11.0 |
1907 | 2024-11-20T23:27:58.355Z | Checking serde_spanned v0.6.8 |
1908 | 2024-11-20T23:27:58.416Z | Checking time v0.3.36 |
1909 | 2024-11-20T23:27:58.433Z | Checking slog v2.7.0 |
1910 | 2024-11-20T23:27:58.539Z | Checking scroll v0.12.0 |
1911 | 2024-11-20T23:27:58.556Z | Checking aws-lc-rs v1.10.0 |
1912 | 2024-11-20T23:27:58.854Z | Checking adler2 v2.0.0 |
1913 | 2024-11-20T23:27:58.915Z | Checking ucd-trie v0.1.7 |
1914 | 2024-11-20T23:27:58.945Z | Checking plain v0.2.3 |
1915 | 2024-11-20T23:27:59.000Z | Checking foreign-types-shared v0.1.1 |
1916 | 2024-11-20T23:27:59.015Z | Checking tower-service v0.3.3 |
1917 | 2024-11-20T23:27:59.072Z | Checking base64 v0.22.1 |
1918 | 2024-11-20T23:27:59.103Z | Checking match_cfg v0.1.0 |
1919 | 2024-11-20T23:27:59.120Z | Checking iana-time-zone v0.1.61 |
1920 | 2024-11-20T23:27:59.123Z | Checking pest v2.7.14 |
1921 | 2024-11-20T23:27:59.190Z | Checking hostname v0.3.1 |
1922 | 2024-11-20T23:27:59.259Z | Checking chrono v0.4.38 |
1923 | 2024-11-20T23:27:59.317Z | Checking foreign-types v0.3.2 |
1924 | 2024-11-20T23:27:59.404Z | Checking goblin v0.8.2 |
1925 | 2024-11-20T23:27:59.580Z | Checking miniz_oxide v0.8.0 |
1926 | 2024-11-20T23:27:59.990Z | Checking icu_normalizer v1.5.0 |
1927 | 2024-11-20T23:28:00.325Z | Checking quote v1.0.37 |
1928 | 2024-11-20T23:28:00.381Z | Checking rustls-webpki v0.102.8 |
1929 | 2024-11-20T23:28:00.674Z | Checking openssl-sys v0.9.103 |
1930 | 2024-11-20T23:28:00.746Z | Checking idna_adapter v1.2.0 |
1931 | 2024-11-20T23:28:00.943Z | Checking idna v1.0.3 |
1932 | 2024-11-20T23:28:00.966Z | Checking dirs-sys-next v0.1.2 |
1933 | 2024-11-20T23:28:01.146Z | Checking errno v0.3.9 |
1934 | 2024-11-20T23:28:01.222Z | Checking aho-corasick v1.1.3 |
1935 | 2024-11-20T23:28:01.262Z | Checking pretty-hex v0.4.1 |
1936 | 2024-11-20T23:28:01.330Z | Checking siphasher v0.3.11 |
1937 | 2024-11-20T23:28:01.427Z | Checking regex-syntax v0.8.5 |
1938 | 2024-11-20T23:28:01.443Z | Checking url v2.5.3 |
1939 | 2024-11-20T23:28:01.632Z | Checking data-encoding v2.6.0 |
1940 | 2024-11-20T23:28:01.653Z | Checking dtrace-parser v0.2.0 |
1941 | 2024-11-20T23:28:01.977Z | Checking openssl v0.10.66 |
1942 | 2024-11-20T23:28:02.110Z | Checking rustix v0.38.37 |
1943 | 2024-11-20T23:28:02.268Z | Checking dirs-next v2.0.0 |
1944 | 2024-11-20T23:28:02.285Z | Checking tokio-util v0.7.12 |
1945 | 2024-11-20T23:28:02.300Z | Checking syn v2.0.87 |
1946 | 2024-11-20T23:28:02.399Z | Checking http-body-util v0.1.2 |
1947 | 2024-11-20T23:28:02.842Z | Checking crossbeam-epoch v0.9.18 |
1948 | 2024-11-20T23:28:02.863Z | Checking sha1 v0.10.6 |
1949 | 2024-11-20T23:28:03.143Z | Checking signature v2.2.0 |
1950 | 2024-11-20T23:28:03.219Z | Checking h2 v0.4.6 |
1951 | 2024-11-20T23:28:03.253Z | Checking lazy_static v1.5.0 |
1952 | 2024-11-20T23:28:03.340Z | Checking thread_local v1.1.8 |
1953 | 2024-11-20T23:28:03.364Z | Checking thread-id v4.2.2 |
1954 | 2024-11-20T23:28:03.476Z | Checking encoding_rs v0.8.34 |
1955 | 2024-11-20T23:28:03.603Z | Checking utf8parse v0.2.2 |
1956 | 2024-11-20T23:28:03.746Z | Checking mime v0.3.17 |
1957 | 2024-11-20T23:28:04.061Z | Checking anstyle v1.0.10 |
1958 | 2024-11-20T23:28:04.390Z | Checking gimli v0.31.1 |
1959 | 2024-11-20T23:28:04.489Z | Checking dof v0.3.0 |
1960 | 2024-11-20T23:28:04.695Z | Checking regex-automata v0.4.8 |
1961 | 2024-11-20T23:28:05.119Z | Checking ipnet v2.10.1 |
1962 | 2024-11-20T23:28:05.555Z | Checking either v1.13.0 |
1963 | 2024-11-20T23:28:05.640Z | Checking unicode-properties v0.1.3 |
1964 | 2024-11-20T23:28:05.818Z | Checking openssl-probe v0.1.5 |
1965 | 2024-11-20T23:28:05.968Z | Checking winnow v0.6.20 |
1966 | 2024-11-20T23:28:05.983Z | Checking anstyle-parse v0.2.5 |
1967 | 2024-11-20T23:28:06.037Z | Checking stringprep v0.1.5 |
1968 | 2024-11-20T23:28:06.252Z | Checking crossbeam-deque v0.8.5 |
1969 | 2024-11-20T23:28:06.321Z | Checking term v0.7.0 |
1970 | 2024-11-20T23:28:06.552Z | Checking rustls v0.23.14 |
1971 | 2024-11-20T23:28:06.781Z | Checking rustls v0.22.4 |
1972 | 2024-11-20T23:28:07.369Z | Checking native-tls v0.2.12 |
1973 | 2024-11-20T23:28:07.678Z | Checking slog-json v2.6.1 |
1974 | 2024-11-20T23:28:07.944Z | Checking serde_urlencoded v0.7.1 |
1975 | 2024-11-20T23:28:08.371Z | Checking crossbeam-channel v0.5.13 |
1976 | 2024-11-20T23:28:08.623Z | Checking addr2line v0.24.2 |
1977 | 2024-11-20T23:28:08.792Z | Checking usdt-impl v0.5.0 |
1978 | 2024-11-20T23:28:08.984Z | Checking toml_edit v0.22.22 |
1979 | 2024-11-20T23:28:09.091Z | Checking futures-executor v0.3.31 |
1980 | 2024-11-20T23:28:09.118Z | Checking num-integer v0.1.46 |
1981 | 2024-11-20T23:28:09.326Z | Checking rustls-pemfile v2.2.0 |
1982 | 2024-11-20T23:28:09.342Z | Checking idna v0.4.0 |
1983 | 2024-11-20T23:28:09.416Z | Checking hyper v1.5.0 |
1984 | 2024-11-20T23:28:09.449Z | Checking idna v0.3.0 |
1985 | 2024-11-20T23:28:09.543Z | Checking md-5 v0.10.6 |
1986 | 2024-11-20T23:28:09.568Z | Checking ff v0.13.0 |
1987 | 2024-11-20T23:28:09.771Z | Checking memmap v0.7.0 |
1988 | 2024-11-20T23:28:09.789Z | Checking is-terminal v0.4.13 |
1989 | 2024-11-20T23:28:09.916Z | Checking hash32 v0.2.1 |
1990 | 2024-11-20T23:28:09.978Z | Checking object v0.36.5 |
1991 | 2024-11-20T23:28:10.206Z | Checking take_mut v0.2.2 |
1992 | 2024-11-20T23:28:10.225Z | Checking anstyle-query v1.1.1 |
1993 | 2024-11-20T23:28:10.305Z | Checking base16ct v0.2.0 |
1994 | 2024-11-20T23:28:10.341Z | Checking rustc-demangle v0.1.24 |
1995 | 2024-11-20T23:28:10.357Z | Checking quick-error v1.2.3 |
1996 | 2024-11-20T23:28:10.392Z | Checking is_terminal_polyfill v1.70.1 |
1997 | 2024-11-20T23:28:10.492Z | Checking dyn-clone v1.0.17 |
1998 | 2024-11-20T23:28:10.508Z | Checking colorchoice v1.0.2 |
1999 | 2024-11-20T23:28:10.523Z | Checking fallible-iterator v0.2.0 |
2000 | 2024-11-20T23:28:10.625Z | Checking psl-types v2.0.11 |
2001 | 2024-11-20T23:28:10.640Z | Checking linked-hash-map v0.5.6 |
2002 | 2024-11-20T23:28:10.766Z | Checking utf-8 v0.7.6 |
2003 | 2024-11-20T23:28:10.803Z | Checking publicsuffix v2.2.3 |
2004 | 2024-11-20T23:28:10.968Z | Checking tungstenite v0.24.0 |
2005 | 2024-11-20T23:28:10.983Z | Checking lru-cache v0.1.2 |
2006 | 2024-11-20T23:28:11.042Z | Checking anstream v0.6.15 |
2007 | 2024-11-20T23:28:11.144Z | Checking postgres-protocol v0.6.7 |
2008 | 2024-11-20T23:28:11.159Z | Checking schemars v0.8.21 |
2009 | 2024-11-20T23:28:11.390Z | Checking sec1 v0.7.3 |
2010 | 2024-11-20T23:28:11.484Z | Checking hyper-util v0.1.10 |
2011 | 2024-11-20T23:28:11.533Z | Checking toml v0.8.19 |
2012 | 2024-11-20T23:28:11.762Z | Checking resolv-conf v0.7.0 |
2013 | 2024-11-20T23:28:11.833Z | Checking tokio-rustls v0.25.0 |
2014 | 2024-11-20T23:28:11.872Z | Checking slog-async v2.8.0 |
2015 | 2024-11-20T23:28:12.013Z | Checking tokio-rustls v0.26.0 |
2016 | 2024-11-20T23:28:12.144Z | Checking heapless v0.7.17 |
2017 | 2024-11-20T23:28:12.161Z | Checking hickory-proto v0.24.1 |
2018 | 2024-11-20T23:28:12.200Z | Checking usdt v0.5.0 |
2019 | 2024-11-20T23:28:12.278Z | Checking slog-term v2.9.1 |
2020 | 2024-11-20T23:28:12.407Z | Checking group v0.13.0 |
2021 | 2024-11-20T23:28:12.453Z | Checking num-iter v0.1.45 |
2022 | 2024-11-20T23:28:12.632Z | Checking futures v0.3.31 |
2023 | 2024-11-20T23:28:12.654Z | Checking slog-bunyan v2.5.0 |
2024 | 2024-11-20T23:28:12.747Z | Checking tokio-native-tls v0.3.1 |
2025 | 2024-11-20T23:28:12.770Z | Checking rayon-core v1.12.1 |
2026 | 2024-11-20T23:28:12.787Z | Checking multer v3.1.0 |
2027 | 2024-11-20T23:28:12.822Z | Checking terminal_size v0.4.0 |
2028 | 2024-11-20T23:28:12.988Z | Checking phf_shared v0.11.2 |
2029 | 2024-11-20T23:28:12.991Z | Checking cookie v0.18.1 |
2030 | 2024-11-20T23:28:13.164Z | Checking async-stream v0.3.6 |
2031 | 2024-11-20T23:28:13.184Z | Checking bzip2-sys v0.1.11+1.0.8 |
2032 | 2024-11-20T23:28:13.270Z | Checking camino v1.1.9 |
2033 | 2024-11-20T23:28:13.305Z | Checking signal-hook v0.3.17 |
2034 | 2024-11-20T23:28:13.357Z | Checking waitgroup v0.1.2 |
2035 | 2024-11-20T23:28:13.446Z | Checking openapiv3 v2.0.0 |
2036 | 2024-11-20T23:28:13.462Z | Checking webpki-roots v0.26.6 |
2037 | 2024-11-20T23:28:13.485Z | Checking serde_path_to_error v0.1.16 |
2038 | 2024-11-20T23:28:13.551Z | Checking idna v0.5.0 |
2039 | 2024-11-20T23:28:13.622Z | Checking hkdf v0.12.4 |
2040 | 2024-11-20T23:28:13.671Z | Checking crypto-bigint v0.5.5 |
2041 | 2024-11-20T23:28:13.819Z | Checking hostname v0.4.0 |
2042 | 2024-11-20T23:28:13.849Z | Checking crc32fast v1.4.2 |
2043 | 2024-11-20T23:28:13.956Z | Checking strsim v0.11.1 |
2044 | 2024-11-20T23:28:14.080Z | Checking winnow v0.5.40 |
2045 | 2024-11-20T23:28:14.095Z | Checking bitflags v1.3.2 |
2046 | 2024-11-20T23:28:14.189Z | Checking unicode-width v0.1.14 |
2047 | 2024-11-20T23:28:14.242Z | Checking clap_lex v0.7.2 |
2048 | 2024-11-20T23:28:14.366Z | Checking managed v0.8.0 |
2049 | 2024-11-20T23:28:14.499Z | Checking debug-ignore v1.0.5 |
2050 | 2024-11-20T23:28:14.638Z | Checking clap_builder v4.5.21 |
2051 | 2024-11-20T23:28:14.679Z | Checking console v0.15.8 |
2052 | 2024-11-20T23:28:14.751Z | Checking smoltcp v0.9.1 |
2053 | 2024-11-20T23:28:15.283Z | Checking cookie_store v0.21.0 |
2054 | 2024-11-20T23:28:16.013Z | Checking flate2 v1.0.34 |
2055 | 2024-11-20T23:28:16.257Z | Checking hyper-rustls v0.27.3 |
2056 | 2024-11-20T23:28:16.501Z | Checking backtrace v0.3.74 |
2057 | 2024-11-20T23:28:16.557Z | Checking elliptic-curve v0.13.8 |
2058 | 2024-11-20T23:28:16.588Z | Checking signal-hook-mio v0.2.4 |
2059 | 2024-11-20T23:28:16.702Z | Checking hyper-tls v0.6.0 |
2060 | 2024-11-20T23:28:16.726Z | Checking rayon v1.10.0 |
2061 | 2024-11-20T23:28:16.904Z | Checking dropshot v0.12.0 |
2062 | 2024-11-20T23:28:16.950Z | Checking hickory-resolver v0.24.1 |
2063 | 2024-11-20T23:28:16.973Z | Checking bzip2 v0.4.4 |
2064 | 2024-11-20T23:28:17.026Z | Checking anyhow v1.0.93 |
2065 | 2024-11-20T23:28:17.122Z | Checking toml_edit v0.19.15 |
2066 | 2024-11-20T23:28:17.194Z | Checking phf v0.11.2 |
2067 | 2024-11-20T23:28:17.254Z | Checking num-bigint-dig v0.8.4 |
2068 | 2024-11-20T23:28:17.386Z | Checking tokio-tungstenite v0.24.0 |
2069 | 2024-11-20T23:28:17.453Z | Checking postgres-types v0.2.8 |
2070 | 2024-11-20T23:28:17.678Z | Checking regex v1.11.1 |
2071 | 2024-11-20T23:28:17.842Z | Checking bstr v1.10.0 |
2072 | 2024-11-20T23:28:18.230Z | Checking ed25519 v2.2.3 |
2073 | 2024-11-20T23:28:18.345Z | Checking tokio-stream v0.1.16 |
2074 | 2024-11-20T23:28:18.522Z | Checking phf_shared v0.10.0 |
2075 | 2024-11-20T23:28:18.538Z | Checking curve25519-dalek v4.1.3 |
2076 | 2024-11-20T23:28:18.801Z | Checking zerocopy v0.6.6 |
2077 | 2024-11-20T23:28:18.818Z | Checking pkcs1 v0.7.5 |
2078 | 2024-11-20T23:28:19.235Z | Checking hubpack v0.1.2 |
2079 | 2024-11-20T23:28:19.252Z | Checking portable-atomic v1.9.0 |
2080 | 2024-11-20T23:28:19.464Z | Checking float-cmp v0.9.0 |
2081 | 2024-11-20T23:28:19.560Z | Checking serde-big-array v0.5.1 |
2082 | 2024-11-20T23:28:19.575Z | Checking rfc6979 v0.4.0 |
2083 | 2024-11-20T23:28:19.596Z | Checking sync_wrapper v1.0.1 |
2084 | 2024-11-20T23:28:19.638Z | Checking precomputed-hash v0.1.1 |
2085 | 2024-11-20T23:28:19.737Z | Checking bit-vec v0.6.3 |
2086 | 2024-11-20T23:28:19.754Z | Checking whoami v1.5.2 |
2087 | 2024-11-20T23:28:19.757Z | Checking normalize-line-endings v0.3.0 |
2088 | 2024-11-20T23:28:19.785Z | Checking difflib v0.4.0 |
2089 | 2024-11-20T23:28:19.887Z | Checking new_debug_unreachable v1.0.6 |
2090 | 2024-11-20T23:28:19.985Z | Checking unicode-width v0.2.0 |
2091 | 2024-11-20T23:28:20.035Z | Checking predicates-core v1.0.8 |
2092 | 2024-11-20T23:28:20.066Z | Checking static_assertions v1.1.0 |
2093 | 2024-11-20T23:28:20.122Z | Checking minimal-lexical v0.2.1 |
2094 | 2024-11-20T23:28:20.154Z | Checking unicode-segmentation v1.12.0 |
2095 | 2024-11-20T23:28:20.208Z | Checking number_prefix v0.4.0 |
2096 | 2024-11-20T23:28:20.264Z | Checking fixedbitset v0.4.2 |
2097 | 2024-11-20T23:28:20.390Z | Checking predicates v3.1.2 |
2098 | 2024-11-20T23:28:20.428Z | Checking ed25519-dalek v2.1.1 |
2099 | 2024-11-20T23:28:20.444Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2100 | 2024-11-20T23:28:20.485Z | Checking nom v7.1.3 |
2101 | 2024-11-20T23:28:20.522Z | Checking petgraph v0.6.5 |
2102 | 2024-11-20T23:28:20.588Z | Checking indicatif v0.17.9 |
2103 | 2024-11-20T23:28:20.606Z | Checking qorb v0.2.0 |
2104 | 2024-11-20T23:28:20.838Z | Checking bit-set v0.5.3 |
2105 | 2024-11-20T23:28:20.855Z | Checking similar v2.6.0 |
2106 | 2024-11-20T23:28:21.066Z | Checking tokio-postgres v0.7.12 |
2107 | 2024-11-20T23:28:21.110Z | Checking string_cache v0.8.7 |
2108 | 2024-11-20T23:28:21.354Z | Checking ecdsa v0.16.9 |
2109 | 2024-11-20T23:28:21.378Z | Checking reqwest v0.12.9 |
2110 | 2024-11-20T23:28:21.748Z | Checking toml v0.7.8 |
2111 | 2024-11-20T23:28:22.058Z | Checking rsa v0.9.6 |
2112 | 2024-11-20T23:28:22.492Z | Checking clap v4.5.21 |
2113 | 2024-11-20T23:28:22.615Z | Checking zip v0.6.6 |
2114 | 2024-11-20T23:28:23.078Z | Checking crossterm v0.28.1 |
2115 | 2024-11-20T23:28:23.138Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2116 | 2024-11-20T23:28:23.166Z | Checking itertools v0.10.5 |
2117 | 2024-11-20T23:28:23.260Z | Checking itertools v0.12.1 |
2118 | 2024-11-20T23:28:23.296Z | Checking fs-err v2.11.0 |
2119 | 2024-11-20T23:28:23.378Z | Checking ahash v0.8.11 |
2120 | 2024-11-20T23:28:23.854Z | Checking x509-cert v0.2.5 |
2121 | 2024-11-20T23:28:23.857Z | Checking hex v0.4.3 |
2122 | 2024-11-20T23:28:23.926Z | Checking semver v1.0.23 |
2123 | 2024-11-20T23:28:24.183Z | Checking peg-runtime v0.8.3 |
2124 | 2024-11-20T23:28:24.298Z | Checking lalrpop-util v0.19.12 |
2125 | 2024-11-20T23:28:24.395Z | Checking heck v0.4.1 |
2126 | 2024-11-20T23:28:24.411Z | Checking sigpipe v0.1.3 |
2127 | 2024-11-20T23:28:25.561Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2128 | 2024-11-20T23:28:25.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.58s |
2129 | 2024-11-20T23:28:26.045Z | |
2130 | 2024-11-20T23:28:26.045Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/172) |
2131 | 2024-11-20T23:28:26.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2132 | 2024-11-20T23:28:26.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2133 | 2024-11-20T23:28:26.706Z | Compiling hashbrown v0.14.5 |
2134 | 2024-11-20T23:28:26.827Z | Checking heck v0.5.0 |
2135 | 2024-11-20T23:28:26.843Z | Compiling unsafe-libyaml v0.2.11 |
2136 | 2024-11-20T23:28:26.857Z | Compiling ident_case v1.0.1 |
2137 | 2024-11-20T23:28:26.872Z | Checking progenitor-client v0.8.0 |
2138 | 2024-11-20T23:28:26.887Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2139 | 2024-11-20T23:28:26.904Z | Compiling proc-macro-crate v1.3.1 |
2140 | 2024-11-20T23:28:26.988Z | Checking ipnetwork v0.20.0 |
2141 | 2024-11-20T23:28:27.025Z | Compiling darling_core v0.20.10 |
2142 | 2024-11-20T23:28:27.370Z | Compiling structmeta-derive v0.3.0 |
2143 | 2024-11-20T23:28:27.408Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2144 | 2024-11-20T23:28:27.408Z | Compiling newtype-uuid v1.1.3 |
2145 | 2024-11-20T23:28:27.571Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2146 | 2024-11-20T23:28:27.629Z | Compiling lzma-sys v0.1.20 |
2147 | 2024-11-20T23:28:27.914Z | Compiling foreign-types-macros v0.2.3 |
2148 | 2024-11-20T23:28:27.960Z | Checking regress v0.10.1 |
2149 | 2024-11-20T23:28:28.029Z | Compiling num_enum_derive v0.5.11 |
2150 | 2024-11-20T23:28:28.425Z | Compiling serde_yaml v0.9.34+deprecated |
2151 | 2024-11-20T23:28:28.727Z | Compiling dropshot v0.13.0 |
2152 | 2024-11-20T23:28:29.010Z | Checking arc-swap v1.7.1 |
2153 | 2024-11-20T23:28:29.211Z | Checking foreign-types-shared v0.3.1 |
2154 | 2024-11-20T23:28:29.328Z | Checking foreign-types v0.5.0 |
2155 | 2024-11-20T23:28:29.430Z | Checking slog-scope v4.4.0 |
2156 | 2024-11-20T23:28:29.548Z | Compiling proc-macro-error v1.0.4 |
2157 | 2024-11-20T23:28:30.171Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2158 | 2024-11-20T23:28:30.193Z | Checking tungstenite v0.21.0 |
2159 | 2024-11-20T23:28:30.218Z | Compiling structmeta v0.3.0 |
2160 | 2024-11-20T23:28:30.273Z | Compiling heck v0.3.3 |
2161 | 2024-11-20T23:28:30.633Z | Checking num_enum v0.5.11 |
2162 | 2024-11-20T23:28:30.650Z | Compiling parse-display-derive v0.10.0 |
2163 | 2024-11-20T23:28:30.694Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2164 | 2024-11-20T23:28:30.811Z | Compiling dropshot_endpoint v0.13.0 |
2165 | 2024-11-20T23:28:31.137Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2166 | 2024-11-20T23:28:31.544Z | Checking typify-impl v0.2.0 |
2167 | 2024-11-20T23:28:31.580Z | Checking cstr-argument v0.1.2 |
2168 | 2024-11-20T23:28:31.904Z | Checking instant v0.1.13 |
2169 | 2024-11-20T23:28:32.024Z | Checking pretty-hex v0.2.1 |
2170 | 2024-11-20T23:28:32.180Z | Checking fastrand v2.1.1 |
2171 | 2024-11-20T23:28:32.517Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2172 | 2024-11-20T23:28:32.782Z | Checking base64 v0.21.7 |
2173 | 2024-11-20T23:28:32.821Z | Checking tempfile v3.13.0 |
2174 | 2024-11-20T23:28:33.106Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2175 | 2024-11-20T23:28:33.171Z | Checking backoff v0.4.0 |
2176 | 2024-11-20T23:28:33.256Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2177 | 2024-11-20T23:28:33.377Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2178 | 2024-11-20T23:28:33.398Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2179 | 2024-11-20T23:28:33.471Z | Checking tokio-tungstenite v0.21.0 |
2180 | 2024-11-20T23:28:33.535Z | Checking strum v0.26.3 |
2181 | 2024-11-20T23:28:33.691Z | Compiling zone_cfg_derive v0.1.2 |
2182 | 2024-11-20T23:28:33.708Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2183 | 2024-11-20T23:28:33.971Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2184 | 2024-11-20T23:28:34.069Z | Checking slog-stdlog v4.1.1 |
2185 | 2024-11-20T23:28:34.132Z | Compiling darling_macro v0.20.10 |
2186 | 2024-11-20T23:28:34.238Z | Checking regress v0.9.1 |
2187 | 2024-11-20T23:28:34.368Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2188 | 2024-11-20T23:28:34.473Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2189 | 2024-11-20T23:28:34.521Z | Checking colored v2.1.0 |
2190 | 2024-11-20T23:28:34.752Z | Checking macaddr v1.0.1 |
2191 | 2024-11-20T23:28:34.819Z | Checking base64 v0.13.1 |
2192 | 2024-11-20T23:28:35.065Z | Compiling darling v0.20.10 |
2193 | 2024-11-20T23:28:35.176Z | Checking zone v0.1.8 |
2194 | 2024-11-20T23:28:35.192Z | Compiling serde_with_macros v3.11.0 |
2195 | 2024-11-20T23:28:35.209Z | Checking ron v0.7.1 |
2196 | 2024-11-20T23:28:35.265Z | Checking parse-display v0.10.0 |
2197 | 2024-11-20T23:28:35.498Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2198 | 2024-11-20T23:28:35.831Z | Checking xz2 v0.1.7 |
2199 | 2024-11-20T23:28:35.976Z | Checking slog-envlogger v2.2.0 |
2200 | 2024-11-20T23:28:36.139Z | Checking tabwriter v1.4.0 |
2201 | 2024-11-20T23:28:36.198Z | Checking xattr v1.3.1 |
2202 | 2024-11-20T23:28:36.365Z | Checking pem v3.0.4 |
2203 | 2024-11-20T23:28:36.382Z | Checking yasna v0.5.2 |
2204 | 2024-11-20T23:28:36.403Z | Checking headers-core v0.3.0 |
2205 | 2024-11-20T23:28:36.549Z | Checking smf v0.2.3 |
2206 | 2024-11-20T23:28:36.636Z | Checking filetime v0.2.25 |
2207 | 2024-11-20T23:28:36.849Z | Checking same-file v1.0.6 |
2208 | 2024-11-20T23:28:37.016Z | Checking tar v0.4.42 |
2209 | 2024-11-20T23:28:37.029Z | Checking walkdir v2.5.0 |
2210 | 2024-11-20T23:28:37.152Z | Checking headers v0.4.0 |
2211 | 2024-11-20T23:28:37.264Z | Checking rcgen v0.12.1 |
2212 | 2024-11-20T23:28:37.306Z | Checking atomicwrites v0.4.4 |
2213 | 2024-11-20T23:28:37.513Z | Checking camino-tempfile v1.1.1 |
2214 | 2024-11-20T23:28:37.784Z | Checking subprocess v0.2.9 |
2215 | 2024-11-20T23:28:38.174Z | Checking serde_with v3.11.0 |
2216 | 2024-11-20T23:28:41.958Z | Compiling typify-macro v0.2.0 |
2217 | 2024-11-20T23:28:43.798Z | Compiling typify v0.2.0 |
2218 | 2024-11-20T23:28:43.866Z | Compiling progenitor-impl v0.8.0 |
2219 | 2024-11-20T23:28:47.102Z | Compiling progenitor-macro v0.8.0 |
2220 | 2024-11-20T23:28:52.383Z | Checking progenitor v0.8.0 |
2221 | 2024-11-20T23:28:52.533Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2222 | 2024-11-20T23:28:52.533Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2223 | 2024-11-20T23:28:55.240Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2224 | 2024-11-20T23:28:55.561Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2225 | 2024-11-20T23:29:02.174Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2226 | 2024-11-20T23:29:03.765Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2227 | 2024-11-20T23:29:05.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.00s |
2228 | 2024-11-20T23:29:05.225Z | |
2229 | 2024-11-20T23:29:05.225Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/172) |
2230 | 2024-11-20T23:29:05.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2231 | 2024-11-20T23:29:05.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2232 | 2024-11-20T23:29:05.886Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2233 | 2024-11-20T23:29:07.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
2234 | 2024-11-20T23:29:07.472Z | |
2235 | 2024-11-20T23:29:07.472Z | info: running `cargo check --bins` on nexus-config (31/172) |
2236 | 2024-11-20T23:29:08.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2237 | 2024-11-20T23:29:08.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2238 | 2024-11-20T23:29:08.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2239 | 2024-11-20T23:29:08.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2240 | 2024-11-20T23:29:08.092Z | |
2241 | 2024-11-20T23:29:08.092Z | info: running `cargo check --bins` on omicron-rpaths (32/172) |
2242 | 2024-11-20T23:29:08.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2243 | 2024-11-20T23:29:08.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2244 | 2024-11-20T23:29:08.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2245 | 2024-11-20T23:29:08.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2246 | 2024-11-20T23:29:08.688Z | |
2247 | 2024-11-20T23:29:08.688Z | info: running `cargo check --bins` on omicron-certificates (33/172) |
2248 | 2024-11-20T23:29:09.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2249 | 2024-11-20T23:29:09.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2250 | 2024-11-20T23:29:09.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2251 | 2024-11-20T23:29:09.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2252 | 2024-11-20T23:29:09.321Z | |
2253 | 2024-11-20T23:29:09.321Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/172) |
2254 | 2024-11-20T23:29:09.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2255 | 2024-11-20T23:29:09.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2256 | 2024-11-20T23:29:10.030Z | Compiling zerocopy v0.8.10 |
2257 | 2024-11-20T23:29:10.030Z | Compiling progenitor-client v0.8.0 |
2258 | 2024-11-20T23:29:10.030Z | Compiling itertools v0.13.0 |
2259 | 2024-11-20T23:29:10.033Z | Compiling zerocopy-derive v0.8.10 |
2260 | 2024-11-20T23:29:10.033Z | Compiling heapless v0.8.0 |
2261 | 2024-11-20T23:29:10.033Z | Compiling newtype-uuid v1.1.3 |
2262 | 2024-11-20T23:29:10.033Z | Compiling ipnetwork v0.20.0 |
2263 | 2024-11-20T23:29:10.033Z | Checking hash32 v0.3.1 |
2264 | 2024-11-20T23:29:10.319Z | Compiling instant v0.1.13 |
2265 | 2024-11-20T23:29:10.421Z | Compiling smoltcp v0.11.0 |
2266 | 2024-11-20T23:29:10.463Z | Compiling progenitor v0.8.0 |
2267 | 2024-11-20T23:29:10.579Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2268 | 2024-11-20T23:29:10.734Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2269 | 2024-11-20T23:29:11.110Z | Compiling backoff v0.4.0 |
2270 | 2024-11-20T23:29:11.126Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2271 | 2024-11-20T23:29:11.172Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2272 | 2024-11-20T23:29:11.336Z | Compiling serde_with v3.11.0 |
2273 | 2024-11-20T23:29:11.357Z | Compiling dropshot v0.13.0 |
2274 | 2024-11-20T23:29:11.459Z | Compiling parse-display v0.10.0 |
2275 | 2024-11-20T23:29:11.498Z | Checking num-rational v0.4.2 |
2276 | 2024-11-20T23:29:11.885Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2277 | 2024-11-20T23:29:12.165Z | Compiling regress v0.9.1 |
2278 | 2024-11-20T23:29:12.181Z | Compiling phf_generator v0.11.2 |
2279 | 2024-11-20T23:29:12.369Z | Checking num-complex v0.4.6 |
2280 | 2024-11-20T23:29:13.312Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2281 | 2024-11-20T23:29:13.990Z | Compiling macaddr v1.0.1 |
2282 | 2024-11-20T23:29:14.364Z | Checking cobs v0.2.3 |
2283 | 2024-11-20T23:29:14.378Z | Compiling num v0.4.3 |
2284 | 2024-11-20T23:29:14.913Z | Checking postcard v1.0.10 |
2285 | 2024-11-20T23:29:14.942Z | Compiling phf_codegen v0.11.2 |
2286 | 2024-11-20T23:29:15.146Z | Compiling parse-zoneinfo v0.3.1 |
2287 | 2024-11-20T23:29:15.385Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2288 | 2024-11-20T23:29:15.678Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2289 | 2024-11-20T23:29:15.845Z | Compiling convert_case v0.4.0 |
2290 | 2024-11-20T23:29:16.325Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2291 | 2024-11-20T23:29:16.881Z | Checking float-ord v0.3.2 |
2292 | 2024-11-20T23:29:17.203Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2293 | 2024-11-20T23:29:17.218Z | Compiling derive_more v0.99.18 |
2294 | 2024-11-20T23:29:17.273Z | Compiling chrono-tz-build v0.4.0 |
2295 | 2024-11-20T23:29:18.016Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2296 | 2024-11-20T23:29:18.711Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2297 | 2024-11-20T23:29:18.943Z | Compiling crucible-workspace-hack v0.1.0 |
2298 | 2024-11-20T23:29:19.012Z | Compiling chrono-tz v0.10.0 |
2299 | 2024-11-20T23:29:19.029Z | Checking newline-converter v0.3.0 |
2300 | 2024-11-20T23:29:19.187Z | Checking prettyplease v0.2.25 |
2301 | 2024-11-20T23:29:19.233Z | Compiling slog-dtrace v0.3.0 |
2302 | 2024-11-20T23:29:19.513Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2303 | 2024-11-20T23:29:20.268Z | Checking expectorate v1.1.0 |
2304 | 2024-11-20T23:29:20.436Z | Compiling zone_cfg_derive v0.3.0 |
2305 | 2024-11-20T23:29:20.547Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2306 | 2024-11-20T23:29:20.683Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2307 | 2024-11-20T23:29:20.851Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2308 | 2024-11-20T23:29:20.935Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2309 | 2024-11-20T23:29:21.395Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2310 | 2024-11-20T23:29:21.887Z | Compiling const_format_proc_macros v0.2.33 |
2311 | 2024-11-20T23:29:21.920Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2312 | 2024-11-20T23:29:22.032Z | Compiling num-derive v0.4.2 |
2313 | 2024-11-20T23:29:22.124Z | Checking highway v1.2.0 |
2314 | 2024-11-20T23:29:22.550Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2315 | 2024-11-20T23:29:22.860Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2316 | 2024-11-20T23:29:23.167Z | Checking zone v0.3.0 |
2317 | 2024-11-20T23:29:23.667Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2318 | 2024-11-20T23:29:23.865Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2319 | 2024-11-20T23:29:24.036Z | Checking const_format v0.2.33 |
2320 | 2024-11-20T23:29:24.335Z | Checking gethostname v0.5.0 |
2321 | 2024-11-20T23:29:24.409Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2322 | 2024-11-20T23:29:24.494Z | Checking bcs v0.1.6 |
2323 | 2024-11-20T23:29:24.537Z | Compiling async-recursion v1.1.1 |
2324 | 2024-11-20T23:29:25.073Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2325 | 2024-11-20T23:29:25.198Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2326 | 2024-11-20T23:29:25.198Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2327 | 2024-11-20T23:29:26.604Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2328 | 2024-11-20T23:29:26.975Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2329 | 2024-11-20T23:29:32.714Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2330 | 2024-11-20T23:29:36.025Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2331 | 2024-11-20T23:29:39.627Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2332 | 2024-11-20T23:29:40.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.47s |
2333 | 2024-11-20T23:29:40.975Z | |
2334 | 2024-11-20T23:29:40.975Z | info: running `cargo check --bins` on clickhouse-admin-api (35/172) |
2335 | 2024-11-20T23:29:41.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-11-20T23:29:41.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-11-20T23:29:41.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-11-20T23:29:41.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2339 | 2024-11-20T23:29:41.609Z | |
2340 | 2024-11-20T23:29:41.609Z | info: running `cargo check --bins` on clickhouse-admin-types (36/172) |
2341 | 2024-11-20T23:29:42.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-11-20T23:29:42.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-11-20T23:29:42.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-11-20T23:29:42.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2345 | 2024-11-20T23:29:42.245Z | |
2346 | 2024-11-20T23:29:42.245Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/172) |
2347 | 2024-11-20T23:29:42.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-11-20T23:29:42.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-11-20T23:29:42.913Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2350 | 2024-11-20T23:29:43.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2351 | 2024-11-20T23:29:43.718Z | |
2352 | 2024-11-20T23:29:43.718Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/172) |
2353 | 2024-11-20T23:29:44.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-11-20T23:29:44.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-11-20T23:29:44.381Z | Compiling cfg_aliases v0.1.1 |
2356 | 2024-11-20T23:29:44.381Z | Compiling vte_generate_state_changes v0.1.2 |
2357 | 2024-11-20T23:29:44.384Z | Checking fd-lock v4.0.2 |
2358 | 2024-11-20T23:29:44.384Z | Checking nibble_vec v0.1.0 |
2359 | 2024-11-20T23:29:44.483Z | Checking bytecount v0.6.8 |
2360 | 2024-11-20T23:29:44.492Z | Checking endian-type v0.1.2 |
2361 | 2024-11-20T23:29:44.511Z | Compiling tabled_derive v0.7.0 |
2362 | 2024-11-20T23:29:44.541Z | Compiling peg-macros v0.8.4 |
2363 | 2024-11-20T23:29:44.565Z | Compiling nix v0.28.0 |
2364 | 2024-11-20T23:29:44.657Z | Checking papergrid v0.11.0 |
2365 | 2024-11-20T23:29:44.670Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2366 | 2024-11-20T23:29:44.674Z | Compiling sqlparser_derive v0.2.2 |
2367 | 2024-11-20T23:29:44.699Z | Checking radix_trie v0.2.1 |
2368 | 2024-11-20T23:29:45.086Z | Checking vte v0.11.1 |
2369 | 2024-11-20T23:29:45.103Z | Checking unicode_categories v0.1.1 |
2370 | 2024-11-20T23:29:45.420Z | Checking home v0.5.9 |
2371 | 2024-11-20T23:29:45.556Z | Checking nu-ansi-term v0.50.1 |
2372 | 2024-11-20T23:29:45.788Z | Checking sqlparser v0.45.0 |
2373 | 2024-11-20T23:29:45.807Z | Checking sqlformat v0.2.6 |
2374 | 2024-11-20T23:29:45.964Z | Checking display-error-chain v0.2.2 |
2375 | 2024-11-20T23:29:46.472Z | Checking strip-ansi-escapes v0.2.0 |
2376 | 2024-11-20T23:29:46.615Z | Checking reedline v0.35.0 |
2377 | 2024-11-20T23:29:46.859Z | Checking tabled v0.15.0 |
2378 | 2024-11-20T23:29:47.582Z | Checking peg v0.8.4 |
2379 | 2024-11-20T23:29:47.866Z | Checking rustyline v14.0.0 |
2380 | 2024-11-20T23:29:57.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
2381 | 2024-11-20T23:29:57.710Z | |
2382 | 2024-11-20T23:29:57.711Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/172) |
2383 | 2024-11-20T23:29:58.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-11-20T23:29:58.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-11-20T23:29:58.374Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2024-11-20T23:30:04.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.81s |
2387 | 2024-11-20T23:30:04.700Z | |
2388 | 2024-11-20T23:30:04.700Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/172) |
2389 | 2024-11-20T23:30:05.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-11-20T23:30:05.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-11-20T23:30:05.366Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2392 | 2024-11-20T23:30:10.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
2393 | 2024-11-20T23:30:10.262Z | |
2394 | 2024-11-20T23:30:10.262Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/172) |
2395 | 2024-11-20T23:30:10.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-11-20T23:30:10.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-11-20T23:30:10.925Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2024-11-20T23:30:16.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s |
2399 | 2024-11-20T23:30:16.919Z | |
2400 | 2024-11-20T23:30:16.919Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/172) |
2401 | 2024-11-20T23:30:17.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-11-20T23:30:17.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-11-20T23:30:17.584Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2024-11-20T23:30:23.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s |
2405 | 2024-11-20T23:30:23.663Z | |
2406 | 2024-11-20T23:30:23.664Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/172) |
2407 | 2024-11-20T23:30:24.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-11-20T23:30:24.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-11-20T23:30:24.342Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2410 | 2024-11-20T23:30:29.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2411 | 2024-11-20T23:30:29.367Z | |
2412 | 2024-11-20T23:30:29.367Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/172) |
2413 | 2024-11-20T23:30:29.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-11-20T23:30:29.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-11-20T23:30:30.043Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2416 | 2024-11-20T23:30:35.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2417 | 2024-11-20T23:30:35.258Z | |
2418 | 2024-11-20T23:30:35.258Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/172) |
2419 | 2024-11-20T23:30:35.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-11-20T23:30:35.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-11-20T23:30:35.916Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2422 | 2024-11-20T23:30:41.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s |
2423 | 2024-11-20T23:30:42.177Z | |
2424 | 2024-11-20T23:30:42.177Z | info: running `cargo check --bins` on oximeter (46/172) |
2425 | 2024-11-20T23:30:42.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-11-20T23:30:42.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-11-20T23:30:42.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-11-20T23:30:42.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2429 | 2024-11-20T23:30:42.805Z | |
2430 | 2024-11-20T23:30:42.805Z | info: running `cargo check --bins` on oximeter-macro-impl (47/172) |
2431 | 2024-11-20T23:30:43.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-11-20T23:30:43.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-11-20T23:30:43.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-11-20T23:30:43.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2435 | 2024-11-20T23:30:43.405Z | |
2436 | 2024-11-20T23:30:43.405Z | info: running `cargo check --bins` on oximeter-schema (48/172) |
2437 | 2024-11-20T23:30:43.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-11-20T23:30:43.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-11-20T23:30:44.057Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2440 | 2024-11-20T23:30:44.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
2441 | 2024-11-20T23:30:44.686Z | |
2442 | 2024-11-20T23:30:44.686Z | info: running `cargo check --bins` on oximeter-types (49/172) |
2443 | 2024-11-20T23:30:45.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-11-20T23:30:45.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-11-20T23:30:45.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-11-20T23:30:45.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2447 | 2024-11-20T23:30:45.315Z | |
2448 | 2024-11-20T23:30:45.315Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/172) |
2449 | 2024-11-20T23:30:45.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-11-20T23:30:45.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-11-20T23:30:45.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-11-20T23:30:45.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2453 | 2024-11-20T23:30:45.941Z | |
2454 | 2024-11-20T23:30:45.941Z | info: running `cargo check --bins` on oxql-types (51/172) |
2455 | 2024-11-20T23:30:46.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-11-20T23:30:46.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-11-20T23:30:46.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-11-20T23:30:46.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2459 | 2024-11-20T23:30:46.575Z | |
2460 | 2024-11-20T23:30:46.575Z | info: running `cargo check --bins` on oximeter-test-utils (52/172) |
2461 | 2024-11-20T23:30:47.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-11-20T23:30:47.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-11-20T23:30:47.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-11-20T23:30:47.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2465 | 2024-11-20T23:30:47.220Z | |
2466 | 2024-11-20T23:30:47.221Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/172) |
2467 | 2024-11-20T23:30:47.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-11-20T23:30:47.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-11-20T23:30:47.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-11-20T23:30:47.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2471 | 2024-11-20T23:30:47.853Z | |
2472 | 2024-11-20T23:30:47.853Z | info: running `cargo check --bins` on bootstrap-agent-client (54/172) |
2473 | 2024-11-20T23:30:48.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-11-20T23:30:48.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-11-20T23:30:48.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-11-20T23:30:48.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2477 | 2024-11-20T23:30:48.494Z | |
2478 | 2024-11-20T23:30:48.494Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/172) |
2479 | 2024-11-20T23:30:49.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-11-20T23:30:49.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-11-20T23:30:49.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-11-20T23:30:49.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2483 | 2024-11-20T23:30:49.112Z | |
2484 | 2024-11-20T23:30:49.112Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/172) |
2485 | 2024-11-20T23:30:49.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-11-20T23:30:49.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-11-20T23:30:49.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-11-20T23:30:49.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2489 | 2024-11-20T23:30:49.935Z | |
2490 | 2024-11-20T23:30:49.935Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/172) |
2491 | 2024-11-20T23:30:50.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-11-20T23:30:50.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-11-20T23:30:50.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-11-20T23:30:50.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2495 | 2024-11-20T23:30:50.382Z | |
2496 | 2024-11-20T23:30:50.382Z | info: running `cargo check --bins` on cockroach-admin-client (58/172) |
2497 | 2024-11-20T23:30:50.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-11-20T23:30:50.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-11-20T23:30:50.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-11-20T23:30:50.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2501 | 2024-11-20T23:30:50.994Z | |
2502 | 2024-11-20T23:30:50.994Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/172) |
2503 | 2024-11-20T23:30:51.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-11-20T23:30:51.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-11-20T23:30:51.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-11-20T23:30:51.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2507 | 2024-11-20T23:30:51.635Z | |
2508 | 2024-11-20T23:30:51.635Z | info: running `cargo check --bins` on dns-service-client (60/172) |
2509 | 2024-11-20T23:30:52.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-11-20T23:30:52.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-11-20T23:30:52.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-11-20T23:30:52.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2513 | 2024-11-20T23:30:52.265Z | |
2514 | 2024-11-20T23:30:52.265Z | info: running `cargo check --bins` on internal-dns-types (61/172) |
2515 | 2024-11-20T23:30:52.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-11-20T23:30:52.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-11-20T23:30:52.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-11-20T23:30:52.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2519 | 2024-11-20T23:30:52.888Z | |
2520 | 2024-11-20T23:30:52.888Z | info: running `cargo check --bins` on dpd-client (62/172) |
2521 | 2024-11-20T23:30:53.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-11-20T23:30:53.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-11-20T23:30:53.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-11-20T23:30:53.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2525 | 2024-11-20T23:30:53.502Z | |
2526 | 2024-11-20T23:30:53.502Z | info: running `cargo check --bins` on gateway-client (63/172) |
2527 | 2024-11-20T23:30:54.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-11-20T23:30:54.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-11-20T23:30:54.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-11-20T23:30:54.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2531 | 2024-11-20T23:30:54.112Z | |
2532 | 2024-11-20T23:30:54.113Z | info: running `cargo check --bins` on installinator-client (64/172) |
2533 | 2024-11-20T23:30:54.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-11-20T23:30:54.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-11-20T23:30:54.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-11-20T23:30:54.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2537 | 2024-11-20T23:30:54.770Z | |
2538 | 2024-11-20T23:30:54.770Z | info: running `cargo check --bins` on installinator-common (65/172) |
2539 | 2024-11-20T23:30:55.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-11-20T23:30:55.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-11-20T23:30:55.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-11-20T23:30:55.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2543 | 2024-11-20T23:30:55.419Z | |
2544 | 2024-11-20T23:30:55.419Z | info: running `cargo check --bins` on update-engine (66/172) |
2545 | 2024-11-20T23:30:55.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-11-20T23:30:55.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-11-20T23:30:55.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-11-20T23:30:55.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2549 | 2024-11-20T23:30:56.051Z | |
2550 | 2024-11-20T23:30:56.051Z | info: running `cargo check --bins` on nexus-client (67/172) |
2551 | 2024-11-20T23:30:56.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-11-20T23:30:56.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-11-20T23:30:56.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-11-20T23:30:56.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2555 | 2024-11-20T23:30:56.705Z | |
2556 | 2024-11-20T23:30:56.705Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/172) |
2557 | 2024-11-20T23:30:57.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-11-20T23:30:57.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-11-20T23:30:57.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-11-20T23:30:57.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2561 | 2024-11-20T23:30:57.346Z | |
2562 | 2024-11-20T23:30:57.346Z | info: running `cargo check --bins` on omicron-passwords (69/172) |
2563 | 2024-11-20T23:30:57.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-11-20T23:30:57.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-11-20T23:30:57.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-11-20T23:30:57.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2567 | 2024-11-20T23:30:57.966Z | |
2568 | 2024-11-20T23:30:57.966Z | info: running `cargo check --bins` on nexus-types (70/172) |
2569 | 2024-11-20T23:30:58.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-11-20T23:30:58.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-11-20T23:30:58.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-11-20T23:30:58.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2573 | 2024-11-20T23:30:58.607Z | |
2574 | 2024-11-20T23:30:58.631Z | info: running `cargo check --bins` on oxide-client (71/172) |
2575 | 2024-11-20T23:30:59.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-11-20T23:30:59.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-11-20T23:30:59.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-11-20T23:30:59.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2579 | 2024-11-20T23:30:59.236Z | |
2580 | 2024-11-20T23:30:59.236Z | info: running `cargo check --bins` on oximeter-client (72/172) |
2581 | 2024-11-20T23:31:02.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-11-20T23:31:03.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-11-20T23:31:03.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-11-20T23:31:03.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2585 | 2024-11-20T23:31:03.065Z | |
2586 | 2024-11-20T23:31:03.065Z | info: running `cargo check --bins` on repo-depot-client (73/172) |
2587 | 2024-11-20T23:31:03.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-11-20T23:31:03.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-11-20T23:31:03.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-11-20T23:31:03.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2591 | 2024-11-20T23:31:03.065Z | |
2592 | 2024-11-20T23:31:03.065Z | info: running `cargo check --bins` on sled-agent-client (74/172) |
2593 | 2024-11-20T23:31:03.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-11-20T23:31:03.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-11-20T23:31:03.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-11-20T23:31:03.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2597 | 2024-11-20T23:31:03.066Z | |
2598 | 2024-11-20T23:31:03.066Z | info: running `cargo check --bins` on wicketd-client (75/172) |
2599 | 2024-11-20T23:31:03.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-11-20T23:31:03.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-11-20T23:31:03.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-11-20T23:31:03.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2603 | 2024-11-20T23:31:03.066Z | |
2604 | 2024-11-20T23:31:03.066Z | info: running `cargo check --bins` on sled-agent-types (76/172) |
2605 | 2024-11-20T23:31:03.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-11-20T23:31:03.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-11-20T23:31:03.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-11-20T23:31:03.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2609 | 2024-11-20T23:31:03.068Z | |
2610 | 2024-11-20T23:31:03.068Z | info: running `cargo check --bins` on wicket-common (77/172) |
2611 | 2024-11-20T23:31:03.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-11-20T23:31:03.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-11-20T23:31:03.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-11-20T23:31:03.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2615 | 2024-11-20T23:31:03.137Z | |
2616 | 2024-11-20T23:31:03.137Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/172) |
2617 | 2024-11-20T23:31:03.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-11-20T23:31:03.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-11-20T23:31:03.774Z | Checking csv-core v0.1.11 |
2620 | 2024-11-20T23:31:03.774Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2621 | 2024-11-20T23:31:03.813Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2622 | 2024-11-20T23:31:04.045Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2623 | 2024-11-20T23:31:04.059Z | Checking csv v1.3.0 |
2624 | 2024-11-20T23:31:04.615Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2625 | 2024-11-20T23:31:04.955Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2626 | 2024-11-20T23:31:06.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
2627 | 2024-11-20T23:31:06.360Z | |
2628 | 2024-11-20T23:31:06.360Z | info: running `cargo check --bins` on cockroach-admin-api (79/172) |
2629 | 2024-11-20T23:31:06.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-11-20T23:31:07.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-11-20T23:31:07.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-11-20T23:31:07.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2633 | 2024-11-20T23:31:07.035Z | |
2634 | 2024-11-20T23:31:07.035Z | info: running `cargo check --bins` on cockroach-admin-types (80/172) |
2635 | 2024-11-20T23:31:07.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-11-20T23:31:07.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-11-20T23:31:07.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-11-20T23:31:07.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2639 | 2024-11-20T23:31:07.607Z | |
2640 | 2024-11-20T23:31:07.607Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/172) |
2641 | 2024-11-20T23:31:08.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-11-20T23:31:08.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-11-20T23:31:08.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2024-11-20T23:31:08.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2645 | 2024-11-20T23:31:08.343Z | |
2646 | 2024-11-20T23:31:08.343Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/172) |
2647 | 2024-11-20T23:31:08.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-11-20T23:31:08.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-11-20T23:31:08.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2024-11-20T23:31:08.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2651 | 2024-11-20T23:31:09.064Z | |
2652 | 2024-11-20T23:31:09.064Z | info: running `cargo check --bins` on dns-server (83/172) |
2653 | 2024-11-20T23:31:09.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-11-20T23:31:09.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-11-20T23:31:09.708Z | Compiling parking_lot_core v0.8.6 |
2656 | 2024-11-20T23:31:09.712Z | Checking fxhash v0.2.1 |
2657 | 2024-11-20T23:31:09.712Z | Checking hickory-server v0.24.1 |
2658 | 2024-11-20T23:31:09.712Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2659 | 2024-11-20T23:31:09.712Z | Checking hickory-client v0.24.1 |
2660 | 2024-11-20T23:31:10.393Z | Checking parking_lot v0.11.2 |
2661 | 2024-11-20T23:31:10.509Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2662 | 2024-11-20T23:31:10.509Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2663 | 2024-11-20T23:31:10.662Z | Checking sled v0.34.7 |
2664 | 2024-11-20T23:31:12.438Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2665 | 2024-11-20T23:31:13.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
2666 | 2024-11-20T23:31:13.853Z | |
2667 | 2024-11-20T23:31:13.853Z | info: running `cargo check --bins` on dns-server-api (84/172) |
2668 | 2024-11-20T23:31:14.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-11-20T23:31:14.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-11-20T23:31:14.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-11-20T23:31:14.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2672 | 2024-11-20T23:31:14.483Z | |
2673 | 2024-11-20T23:31:14.484Z | info: running `cargo check --bins` on gateway-test-utils (85/172) |
2674 | 2024-11-20T23:31:15.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-11-20T23:31:15.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-11-20T23:31:15.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-11-20T23:31:15.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2678 | 2024-11-20T23:31:15.159Z | |
2679 | 2024-11-20T23:31:15.159Z | info: running `cargo check --bins` on gateway-types (86/172) |
2680 | 2024-11-20T23:31:15.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-11-20T23:31:15.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-11-20T23:31:15.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-11-20T23:31:15.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2684 | 2024-11-20T23:31:15.787Z | |
2685 | 2024-11-20T23:31:15.787Z | info: running `cargo check --bins` on ipcc (87/172) |
2686 | 2024-11-20T23:31:16.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-11-20T23:31:16.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-11-20T23:31:16.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2024-11-20T23:31:16.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2690 | 2024-11-20T23:31:16.421Z | |
2691 | 2024-11-20T23:31:16.421Z | info: running `cargo check --bins` on omicron-gateway (88/172) |
2692 | 2024-11-20T23:31:17.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-11-20T23:31:17.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-11-20T23:31:17.113Z | Compiling semver v0.1.20 |
2695 | 2024-11-20T23:31:17.113Z | Compiling radium v0.7.0 |
2696 | 2024-11-20T23:31:17.117Z | Compiling maybe-uninit v2.0.0 |
2697 | 2024-11-20T23:31:17.219Z | Checking tap v1.0.1 |
2698 | 2024-11-20T23:31:17.253Z | Checking password-hash v0.5.0 |
2699 | 2024-11-20T23:31:17.257Z | Checking blake2 v0.10.6 |
2700 | 2024-11-20T23:31:17.257Z | Checking funty v2.0.0 |
2701 | 2024-11-20T23:31:17.257Z | Compiling owo-colors v4.1.0 |
2702 | 2024-11-20T23:31:17.370Z | Checking wyz v0.5.1 |
2703 | 2024-11-20T23:31:17.649Z | Compiling rustc_version v0.1.7 |
2704 | 2024-11-20T23:31:17.714Z | Compiling packed_struct v0.10.1 |
2705 | 2024-11-20T23:31:17.714Z | Checking crc-catalog v2.4.0 |
2706 | 2024-11-20T23:31:17.807Z | Compiling cancel-safe-futures v0.1.5 |
2707 | 2024-11-20T23:31:17.840Z | Checking crc v3.2.1 |
2708 | 2024-11-20T23:31:17.914Z | Checking argon2 v0.5.3 |
2709 | 2024-11-20T23:31:18.060Z | Compiling packed_struct_codegen v0.10.1 |
2710 | 2024-11-20T23:31:18.102Z | Compiling newtype_derive v0.1.6 |
2711 | 2024-11-20T23:31:18.136Z | Compiling indexmap v1.9.3 |
2712 | 2024-11-20T23:31:18.189Z | Checking bitvec v1.0.1 |
2713 | 2024-11-20T23:31:18.204Z | Checking half v2.4.1 |
2714 | 2024-11-20T23:31:18.218Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2715 | 2024-11-20T23:31:18.239Z | Checking ciborium-io v0.2.2 |
2716 | 2024-11-20T23:31:18.372Z | Checking nodrop v0.1.14 |
2717 | 2024-11-20T23:31:18.491Z | Checking array-init v0.0.4 |
2718 | 2024-11-20T23:31:18.541Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2719 | 2024-11-20T23:31:18.557Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2720 | 2024-11-20T23:31:18.643Z | Checking ciborium-ll v0.2.2 |
2721 | 2024-11-20T23:31:18.817Z | Checking smallvec v0.6.14 |
2722 | 2024-11-20T23:31:18.942Z | Checking libsw v3.3.1 |
2723 | 2024-11-20T23:31:18.957Z | Compiling memoffset v0.9.1 |
2724 | 2024-11-20T23:31:19.187Z | Checking swrite v0.1.0 |
2725 | 2024-11-20T23:31:19.227Z | Checking hashbrown v0.12.3 |
2726 | 2024-11-20T23:31:19.243Z | Checking bitfield v0.14.0 |
2727 | 2024-11-20T23:31:19.297Z | Checking termcolor v1.4.1 |
2728 | 2024-11-20T23:31:19.323Z | Checking indent_write v2.2.0 |
2729 | 2024-11-20T23:31:19.501Z | Checking linear-map v1.2.0 |
2730 | 2024-11-20T23:31:19.525Z | Checking serde-hex v0.1.0 |
2731 | 2024-11-20T23:31:19.537Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2732 | 2024-11-20T23:31:19.728Z | Checking env_logger v0.10.2 |
2733 | 2024-11-20T23:31:20.004Z | Checking ron v0.8.1 |
2734 | 2024-11-20T23:31:20.129Z | Checking ciborium v0.2.2 |
2735 | 2024-11-20T23:31:20.306Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2736 | 2024-11-20T23:31:20.856Z | Checking steno v0.4.1 |
2737 | 2024-11-20T23:31:21.173Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2738 | 2024-11-20T23:31:21.203Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2739 | 2024-11-20T23:31:21.242Z | Checking hashbrown v0.13.2 |
2740 | 2024-11-20T23:31:21.278Z | Checking crc-any v2.5.0 |
2741 | 2024-11-20T23:31:21.423Z | Checking humantime v2.1.0 |
2742 | 2024-11-20T23:31:21.659Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2743 | 2024-11-20T23:31:21.735Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2744 | 2024-11-20T23:31:22.037Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2745 | 2024-11-20T23:31:22.304Z | Checking object v0.30.4 |
2746 | 2024-11-20T23:31:22.336Z | Checking path-slash v0.1.5 |
2747 | 2024-11-20T23:31:22.369Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2748 | 2024-11-20T23:31:22.554Z | Checking nix v0.27.1 |
2749 | 2024-11-20T23:31:23.124Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2750 | 2024-11-20T23:31:23.304Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2751 | 2024-11-20T23:31:23.435Z | Checking tungstenite v0.23.0 |
2752 | 2024-11-20T23:31:23.567Z | Checking kstat-rs v0.2.4 |
2753 | 2024-11-20T23:31:23.860Z | Checking signal-hook-tokio v0.3.1 |
2754 | 2024-11-20T23:31:23.907Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2755 | 2024-11-20T23:31:24.284Z | Checking tokio-tungstenite v0.23.1 |
2756 | 2024-11-20T23:31:24.832Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2757 | 2024-11-20T23:31:25.284Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2758 | 2024-11-20T23:31:25.290Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2759 | 2024-11-20T23:31:31.916Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2760 | 2024-11-20T23:31:33.147Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2761 | 2024-11-20T23:31:37.215Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2762 | 2024-11-20T23:31:41.760Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2763 | 2024-11-20T23:31:42.453Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2764 | 2024-11-20T23:31:45.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.83s |
2765 | 2024-11-20T23:31:45.439Z | |
2766 | 2024-11-20T23:31:45.440Z | info: running `cargo check --bins` on gateway-api (89/172) |
2767 | 2024-11-20T23:31:46.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-11-20T23:31:46.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-11-20T23:31:46.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-11-20T23:31:46.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2771 | 2024-11-20T23:31:46.078Z | |
2772 | 2024-11-20T23:31:46.078Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/172) |
2773 | 2024-11-20T23:31:46.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-11-20T23:31:46.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-11-20T23:31:46.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2024-11-20T23:31:46.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2777 | 2024-11-20T23:31:46.683Z | |
2778 | 2024-11-20T23:31:46.683Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/172) |
2779 | 2024-11-20T23:31:47.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-11-20T23:31:47.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-11-20T23:31:47.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-11-20T23:31:47.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2783 | 2024-11-20T23:31:47.308Z | |
2784 | 2024-11-20T23:31:47.308Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/172) |
2785 | 2024-11-20T23:31:47.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-11-20T23:31:47.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-11-20T23:31:47.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-11-20T23:31:47.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2789 | 2024-11-20T23:31:47.936Z | |
2790 | 2024-11-20T23:31:47.937Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/172) |
2791 | 2024-11-20T23:31:48.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-11-20T23:31:48.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-11-20T23:31:48.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-11-20T23:31:48.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2795 | 2024-11-20T23:31:48.555Z | |
2796 | 2024-11-20T23:31:48.555Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/172) |
2797 | 2024-11-20T23:31:49.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-11-20T23:31:49.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-11-20T23:31:49.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-11-20T23:31:49.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2801 | 2024-11-20T23:31:49.176Z | |
2802 | 2024-11-20T23:31:49.176Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/172) |
2803 | 2024-11-20T23:31:49.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-11-20T23:31:49.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-11-20T23:31:49.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-11-20T23:31:49.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2807 | 2024-11-20T23:31:49.820Z | |
2808 | 2024-11-20T23:31:49.820Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/172) |
2809 | 2024-11-20T23:31:50.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-11-20T23:31:50.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-11-20T23:31:50.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-11-20T23:31:50.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2813 | 2024-11-20T23:31:50.431Z | |
2814 | 2024-11-20T23:31:50.431Z | info: running `cargo check --bins` on oximeter-producer (97/172) |
2815 | 2024-11-20T23:31:51.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-11-20T23:31:51.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-11-20T23:31:51.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2024-11-20T23:31:51.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2819 | 2024-11-20T23:31:51.084Z | |
2820 | 2024-11-20T23:31:51.084Z | info: running `cargo check --bins` on internal-dns-resolver (98/172) |
2821 | 2024-11-20T23:31:51.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-11-20T23:31:51.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-11-20T23:31:51.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2024-11-20T23:31:51.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2825 | 2024-11-20T23:31:51.723Z | |
2826 | 2024-11-20T23:31:51.723Z | info: running `cargo check --bins` on sp-sim (99/172) |
2827 | 2024-11-20T23:31:52.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-11-20T23:31:52.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-11-20T23:31:52.354Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2830 | 2024-11-20T23:31:54.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
2831 | 2024-11-20T23:31:54.367Z | |
2832 | 2024-11-20T23:31:54.367Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/172) |
2833 | 2024-11-20T23:31:54.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-11-20T23:31:54.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-11-20T23:31:54.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2024-11-20T23:31:54.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2837 | 2024-11-20T23:31:55.029Z | |
2838 | 2024-11-20T23:31:55.030Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/172) |
2839 | 2024-11-20T23:31:55.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-11-20T23:31:55.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-11-20T23:31:55.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2024-11-20T23:31:55.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2843 | 2024-11-20T23:31:55.709Z | |
2844 | 2024-11-20T23:31:55.709Z | info: running `cargo check --bins` on db-macros (102/172) |
2845 | 2024-11-20T23:31:56.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-11-20T23:31:56.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-11-20T23:31:56.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2024-11-20T23:31:56.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2849 | 2024-11-20T23:31:56.319Z | |
2850 | 2024-11-20T23:31:56.319Z | info: running `cargo check --bins` on nexus-macros-common (103/172) |
2851 | 2024-11-20T23:31:56.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-11-20T23:31:56.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-11-20T23:31:56.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2024-11-20T23:31:56.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2855 | 2024-11-20T23:31:56.927Z | |
2856 | 2024-11-20T23:31:56.931Z | info: running `cargo check --bins` on nexus-auth (104/172) |
2857 | 2024-11-20T23:31:57.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-11-20T23:31:57.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-11-20T23:31:57.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2024-11-20T23:31:57.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2861 | 2024-11-20T23:31:57.596Z | |
2862 | 2024-11-20T23:31:57.596Z | info: running `cargo check --bins` on authz-macros (105/172) |
2863 | 2024-11-20T23:31:58.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-11-20T23:31:58.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-11-20T23:31:58.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2024-11-20T23:31:58.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2867 | 2024-11-20T23:31:58.203Z | |
2868 | 2024-11-20T23:31:58.203Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/172) |
2869 | 2024-11-20T23:31:58.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-11-20T23:31:58.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-11-20T23:31:58.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2024-11-20T23:31:58.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2873 | 2024-11-20T23:31:58.857Z | |
2874 | 2024-11-20T23:31:58.857Z | info: running `cargo check --bins` on nexus-db-model (107/172) |
2875 | 2024-11-20T23:31:59.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-11-20T23:31:59.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-11-20T23:31:59.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2024-11-20T23:31:59.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2879 | 2024-11-20T23:31:59.536Z | |
2880 | 2024-11-20T23:31:59.536Z | info: running `cargo check --bins` on nexus-defaults (108/172) |
2881 | 2024-11-20T23:32:00.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-11-20T23:32:00.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-11-20T23:32:00.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2024-11-20T23:32:00.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2885 | 2024-11-20T23:32:00.161Z | |
2886 | 2024-11-20T23:32:00.161Z | info: running `cargo check --bins` on nexus-inventory (109/172) |
2887 | 2024-11-20T23:32:00.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-11-20T23:32:00.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-11-20T23:32:00.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2024-11-20T23:32:00.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2891 | 2024-11-20T23:32:00.822Z | |
2892 | 2024-11-20T23:32:00.822Z | info: running `cargo check --bins` on typed-rng (110/172) |
2893 | 2024-11-20T23:32:01.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2024-11-20T23:32:01.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2024-11-20T23:32:01.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2896 | 2024-11-20T23:32:01.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2897 | 2024-11-20T23:32:01.433Z | |
2898 | 2024-11-20T23:32:01.434Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/172) |
2899 | 2024-11-20T23:32:02.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2024-11-20T23:32:02.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2024-11-20T23:32:02.168Z | Checking keccak v0.1.5 |
2902 | 2024-11-20T23:32:02.276Z | Checking secrecy v0.8.0 |
2903 | 2024-11-20T23:32:02.279Z | Compiling unicase v2.7.0 |
2904 | 2024-11-20T23:32:02.279Z | Compiling same-file v1.0.6 |
2905 | 2024-11-20T23:32:02.308Z | Compiling tempfile v3.13.0 |
2906 | 2024-11-20T23:32:02.321Z | Compiling thiserror-impl-no-std v2.0.2 |
2907 | 2024-11-20T23:32:02.324Z | Checking universal-hash v0.5.1 |
2908 | 2024-11-20T23:32:02.324Z | Compiling ring v0.16.20 |
2909 | 2024-11-20T23:32:02.452Z | Compiling walkdir v2.5.0 |
2910 | 2024-11-20T23:32:02.504Z | Compiling blake3 v1.5.4 |
2911 | 2024-11-20T23:32:02.538Z | Checking sha3 v0.10.8 |
2912 | 2024-11-20T23:32:02.572Z | Checking opaque-debug v0.3.1 |
2913 | 2024-11-20T23:32:02.670Z | Checking poly1305 v0.8.0 |
2914 | 2024-11-20T23:32:02.755Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2915 | 2024-11-20T23:32:02.949Z | Checking chacha20 v0.9.1 |
2916 | 2024-11-20T23:32:03.048Z | Checking aead v0.5.2 |
2917 | 2024-11-20T23:32:03.148Z | Compiling memmap2 v0.9.5 |
2918 | 2024-11-20T23:32:03.203Z | Compiling constant_time_eq v0.3.1 |
2919 | 2024-11-20T23:32:03.231Z | Compiling salty v0.3.0 |
2920 | 2024-11-20T23:32:03.264Z | Compiling arrayref v0.3.9 |
2921 | 2024-11-20T23:32:03.285Z | Compiling libefi-sys v0.1.0 |
2922 | 2024-11-20T23:32:03.367Z | Compiling spin v0.5.2 |
2923 | 2024-11-20T23:32:03.383Z | Compiling arrayvec v0.7.6 |
2924 | 2024-11-20T23:32:03.567Z | Checking chacha20poly1305 v0.10.1 |
2925 | 2024-11-20T23:32:03.635Z | Compiling toolchain_find v0.4.0 |
2926 | 2024-11-20T23:32:03.656Z | Compiling camino-tempfile v1.1.1 |
2927 | 2024-11-20T23:32:03.736Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2928 | 2024-11-20T23:32:03.792Z | Compiling bitfield-struct v0.6.2 |
2929 | 2024-11-20T23:32:03.975Z | Compiling topological-sort v0.2.2 |
2930 | 2024-11-20T23:32:04.104Z | Compiling mime_guess v2.0.5 |
2931 | 2024-11-20T23:32:04.203Z | Compiling rustfmt-wrapper v0.2.1 |
2932 | 2024-11-20T23:32:04.685Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2933 | 2024-11-20T23:32:04.789Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2934 | 2024-11-20T23:32:04.811Z | Checking primeorder v0.13.6 |
2935 | 2024-11-20T23:32:05.016Z | Checking env_filter v0.1.2 |
2936 | 2024-11-20T23:32:05.080Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2937 | 2024-11-20T23:32:05.215Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2938 | 2024-11-20T23:32:05.241Z | Checking env_logger v0.11.5 |
2939 | 2024-11-20T23:32:05.297Z | Checking p384 v0.13.0 |
2940 | 2024-11-20T23:32:05.416Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2941 | 2024-11-20T23:32:05.434Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2942 | 2024-11-20T23:32:05.495Z | Checking thiserror-no-std v2.0.2 |
2943 | 2024-11-20T23:32:05.605Z | Checking vsss-rs v3.3.4 |
2944 | 2024-11-20T23:32:05.663Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2945 | 2024-11-20T23:32:05.759Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2946 | 2024-11-20T23:32:05.841Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2947 | 2024-11-20T23:32:06.100Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2948 | 2024-11-20T23:32:06.146Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2949 | 2024-11-20T23:32:06.231Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2950 | 2024-11-20T23:32:06.459Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2951 | 2024-11-20T23:32:06.734Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2952 | 2024-11-20T23:32:06.752Z | Checking nanorand v0.7.0 |
2953 | 2024-11-20T23:32:06.752Z | Checking atty v0.2.14 |
2954 | 2024-11-20T23:32:06.783Z | Checking http-range v0.1.5 |
2955 | 2024-11-20T23:32:06.882Z | Checking glob v0.3.1 |
2956 | 2024-11-20T23:32:06.960Z | Checking hyper-staticfile v0.10.1 |
2957 | 2024-11-20T23:32:07.125Z | Checking flume v0.11.1 |
2958 | 2024-11-20T23:32:07.196Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2959 | 2024-11-20T23:32:07.598Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2960 | 2024-11-20T23:32:07.711Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2961 | 2024-11-20T23:32:07.963Z | Compiling omicron-zone-package v0.11.1 |
2962 | 2024-11-20T23:32:08.169Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2963 | 2024-11-20T23:32:08.947Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2964 | 2024-11-20T23:32:09.115Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2965 | 2024-11-20T23:32:09.560Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2966 | 2024-11-20T23:32:09.773Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2967 | 2024-11-20T23:32:10.219Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2968 | 2024-11-20T23:32:10.294Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2969 | 2024-11-20T23:32:11.554Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2970 | 2024-11-20T23:32:12.220Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2971 | 2024-11-20T23:32:14.386Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2972 | 2024-11-20T23:32:14.393Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2973 | 2024-11-20T23:32:24.287Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2974 | 2024-11-20T23:32:37.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.05s |
2975 | 2024-11-20T23:32:37.692Z | |
2976 | 2024-11-20T23:32:37.692Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/172) |
2977 | 2024-11-20T23:32:38.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-11-20T23:32:38.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-11-20T23:32:38.412Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2980 | 2024-11-20T23:32:51.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s |
2981 | 2024-11-20T23:32:51.763Z | |
2982 | 2024-11-20T23:32:51.763Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/172) |
2983 | 2024-11-20T23:32:52.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-11-20T23:32:52.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-11-20T23:32:52.515Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2986 | 2024-11-20T23:33:05.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s |
2987 | 2024-11-20T23:33:05.982Z | |
2988 | 2024-11-20T23:33:05.983Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/172) |
2989 | 2024-11-20T23:33:06.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-11-20T23:33:06.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-11-20T23:33:06.715Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2992 | 2024-11-20T23:33:20.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s |
2993 | 2024-11-20T23:33:20.260Z | |
2994 | 2024-11-20T23:33:20.260Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/172) |
2995 | 2024-11-20T23:33:20.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-11-20T23:33:20.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-11-20T23:33:21.008Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2998 | 2024-11-20T23:33:34.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
2999 | 2024-11-20T23:33:34.489Z | |
3000 | 2024-11-20T23:33:34.489Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/172) |
3001 | 2024-11-20T23:33:35.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-11-20T23:33:35.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-11-20T23:33:35.229Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3004 | 2024-11-20T23:33:48.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
3005 | 2024-11-20T23:33:48.662Z | |
3006 | 2024-11-20T23:33:48.662Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/172) |
3007 | 2024-11-20T23:33:49.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-11-20T23:33:49.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-11-20T23:33:49.404Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3010 | 2024-11-20T23:34:02.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
3011 | 2024-11-20T23:34:02.897Z | |
3012 | 2024-11-20T23:34:02.897Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/172) |
3013 | 2024-11-20T23:34:03.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-11-20T23:34:03.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-11-20T23:34:03.631Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3016 | 2024-11-20T23:34:16.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s |
3017 | 2024-11-20T23:34:16.872Z | |
3018 | 2024-11-20T23:34:16.872Z | info: running `cargo check --bins` on bootstrap-agent-api (119/172) |
3019 | 2024-11-20T23:34:17.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2024-11-20T23:34:17.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2024-11-20T23:34:17.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2024-11-20T23:34:17.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3023 | 2024-11-20T23:34:17.549Z | |
3024 | 2024-11-20T23:34:17.549Z | info: running `cargo check --bins` on key-manager (120/172) |
3025 | 2024-11-20T23:34:18.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-11-20T23:34:18.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-11-20T23:34:18.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2024-11-20T23:34:18.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3029 | 2024-11-20T23:34:18.195Z | |
3030 | 2024-11-20T23:34:18.195Z | info: running `cargo check --bins` on repo-depot-api (121/172) |
3031 | 2024-11-20T23:34:18.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2024-11-20T23:34:18.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2024-11-20T23:34:18.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2024-11-20T23:34:18.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3035 | 2024-11-20T23:34:18.821Z | |
3036 | 2024-11-20T23:34:18.821Z | info: running `cargo check --bins` on sled-agent-api (122/172) |
3037 | 2024-11-20T23:34:19.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-11-20T23:34:19.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-11-20T23:34:19.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-11-20T23:34:19.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3041 | 2024-11-20T23:34:19.497Z | |
3042 | 2024-11-20T23:34:19.497Z | info: running `cargo check --bins` on sled-hardware (123/172) |
3043 | 2024-11-20T23:34:20.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-11-20T23:34:20.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-11-20T23:34:20.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2024-11-20T23:34:20.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3047 | 2024-11-20T23:34:20.146Z | |
3048 | 2024-11-20T23:34:20.146Z | info: running `cargo check --bins --no-default-features` on sled-storage (124/172) |
3049 | 2024-11-20T23:34:20.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-11-20T23:34:20.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-11-20T23:34:20.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2024-11-20T23:34:20.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3053 | 2024-11-20T23:34:20.803Z | |
3054 | 2024-11-20T23:34:20.803Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/172) |
3055 | 2024-11-20T23:34:21.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-11-20T23:34:21.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-11-20T23:34:21.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2024-11-20T23:34:21.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3059 | 2024-11-20T23:34:21.443Z | |
3060 | 2024-11-20T23:34:21.443Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (126/172) |
3061 | 2024-11-20T23:34:22.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-11-20T23:34:22.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-11-20T23:34:22.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2024-11-20T23:34:22.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3065 | 2024-11-20T23:34:22.088Z | |
3066 | 2024-11-20T23:34:22.088Z | info: running `cargo check --bins` on nexus-test-interface (127/172) |
3067 | 2024-11-20T23:34:22.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2024-11-20T23:34:22.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2024-11-20T23:34:22.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2024-11-20T23:34:22.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3071 | 2024-11-20T23:34:22.738Z | |
3072 | 2024-11-20T23:34:22.738Z | info: running `cargo check --bins` on oximeter-collector (128/172) |
3073 | 2024-11-20T23:34:23.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-11-20T23:34:23.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-11-20T23:34:23.424Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3076 | 2024-11-20T23:34:23.424Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3077 | 2024-11-20T23:34:24.151Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3078 | 2024-11-20T23:34:26.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
3079 | 2024-11-20T23:34:26.219Z | |
3080 | 2024-11-20T23:34:26.219Z | info: running `cargo check --bins` on oximeter-api (129/172) |
3081 | 2024-11-20T23:34:26.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-11-20T23:34:26.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-11-20T23:34:26.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2024-11-20T23:34:26.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3085 | 2024-11-20T23:34:26.837Z | |
3086 | 2024-11-20T23:34:26.837Z | info: running `cargo check --bins` on cert-dev (130/172) |
3087 | 2024-11-20T23:34:27.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-11-20T23:34:27.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-11-20T23:34:27.449Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3090 | 2024-11-20T23:34:27.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3091 | 2024-11-20T23:34:27.877Z | |
3092 | 2024-11-20T23:34:27.877Z | info: running `cargo check --bins` on clickhouse-cluster-dev (131/172) |
3093 | 2024-11-20T23:34:28.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-11-20T23:34:28.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-11-20T23:34:28.557Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3096 | 2024-11-20T23:34:28.557Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3097 | 2024-11-20T23:34:29.137Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3098 | 2024-11-20T23:34:29.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3099 | 2024-11-20T23:34:29.689Z | |
3100 | 2024-11-20T23:34:29.689Z | info: running `cargo check --bins` on ch-dev (132/172) |
3101 | 2024-11-20T23:34:30.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-11-20T23:34:30.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-11-20T23:34:30.344Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3104 | 2024-11-20T23:34:31.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3105 | 2024-11-20T23:34:31.235Z | |
3106 | 2024-11-20T23:34:31.235Z | info: running `cargo check --bins` on crdb-seed (133/172) |
3107 | 2024-11-20T23:34:31.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-11-20T23:34:31.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-11-20T23:34:31.890Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3110 | 2024-11-20T23:34:32.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3111 | 2024-11-20T23:34:32.429Z | |
3112 | 2024-11-20T23:34:32.429Z | info: running `cargo check --bins` on db-dev (134/172) |
3113 | 2024-11-20T23:34:32.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-11-20T23:34:33.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-11-20T23:34:33.106Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3116 | 2024-11-20T23:34:33.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3117 | 2024-11-20T23:34:33.975Z | |
3118 | 2024-11-20T23:34:33.975Z | info: running `cargo check --bins` on omicron-dev-lib (135/172) |
3119 | 2024-11-20T23:34:34.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-11-20T23:34:34.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-11-20T23:34:34.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3122 | 2024-11-20T23:34:34.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3123 | 2024-11-20T23:34:34.617Z | |
3124 | 2024-11-20T23:34:34.617Z | info: running `cargo check --bins` on xtask-downloader (136/172) |
3125 | 2024-11-20T23:34:35.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2024-11-20T23:34:35.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2024-11-20T23:34:35.234Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3128 | 2024-11-20T23:34:36.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3129 | 2024-11-20T23:34:36.291Z | |
3130 | 2024-11-20T23:34:36.291Z | info: running `cargo check --bins` on omicron-ls-apis (137/172) |
3131 | 2024-11-20T23:34:36.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-11-20T23:34:36.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-11-20T23:34:36.934Z | Checking cargo-platform v0.1.8 |
3134 | 2024-11-20T23:34:37.187Z | Checking cargo_metadata v0.18.1 |
3135 | 2024-11-20T23:34:38.133Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3136 | 2024-11-20T23:34:38.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
3137 | 2024-11-20T23:34:39.027Z | |
3138 | 2024-11-20T23:34:39.027Z | info: running `cargo check --bins` on mgs-dev (138/172) |
3139 | 2024-11-20T23:34:39.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2024-11-20T23:34:39.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2024-11-20T23:34:39.747Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3142 | 2024-11-20T23:34:40.455Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3143 | 2024-11-20T23:34:41.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3144 | 2024-11-20T23:34:41.204Z | |
3145 | 2024-11-20T23:34:41.204Z | info: running `cargo check --bins` on omicron-omdb (139/172) |
3146 | 2024-11-20T23:34:41.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-11-20T23:34:41.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-11-20T23:34:41.988Z | Compiling crunchy v0.2.2 |
3149 | 2024-11-20T23:34:41.988Z | Compiling tiny-keccak v2.0.2 |
3150 | 2024-11-20T23:34:41.990Z | Compiling dsl_auto_type v0.1.2 |
3151 | 2024-11-20T23:34:41.990Z | Checking scheduled-thread-pool v0.2.7 |
3152 | 2024-11-20T23:34:41.990Z | Compiling diesel_table_macro_syntax v0.2.0 |
3153 | 2024-11-20T23:34:42.101Z | Compiling ascii-canvas v3.0.0 |
3154 | 2024-11-20T23:34:42.105Z | Compiling ena v0.14.3 |
3155 | 2024-11-20T23:34:42.105Z | Compiling diff v0.1.13 |
3156 | 2024-11-20T23:34:42.349Z | Checking r2d2 v0.8.10 |
3157 | 2024-11-20T23:34:42.395Z | Compiling regex-syntax v0.6.29 |
3158 | 2024-11-20T23:34:42.530Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3159 | 2024-11-20T23:34:42.547Z | Compiling ref-cast v1.0.23 |
3160 | 2024-11-20T23:34:42.649Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3161 | 2024-11-20T23:34:42.732Z | Compiling derive_builder_core v0.20.2 |
3162 | 2024-11-20T23:34:42.759Z | Compiling libxml v0.3.3 |
3163 | 2024-11-20T23:34:42.813Z | Compiling ref-cast-impl v1.0.23 |
3164 | 2024-11-20T23:34:42.922Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3165 | 2024-11-20T23:34:43.156Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3166 | 2024-11-20T23:34:43.181Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3167 | 2024-11-20T23:34:43.312Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3168 | 2024-11-20T23:34:43.453Z | Compiling strum_macros v0.24.3 |
3169 | 2024-11-20T23:34:43.467Z | Compiling samael v0.0.17 |
3170 | 2024-11-20T23:34:43.720Z | Compiling indoc v1.0.9 |
3171 | 2024-11-20T23:34:43.737Z | Compiling diesel_derives v2.2.3 |
3172 | 2024-11-20T23:34:44.661Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3173 | 2024-11-20T23:34:44.948Z | Compiling oso-derive v0.27.3 |
3174 | 2024-11-20T23:34:45.225Z | Compiling derive_builder_macro v0.20.2 |
3175 | 2024-11-20T23:34:46.063Z | Compiling lalrpop v0.19.12 |
3176 | 2024-11-20T23:34:46.080Z | Compiling impl-trait-for-tuples v0.2.2 |
3177 | 2024-11-20T23:34:46.135Z | Checking derive_builder v0.20.2 |
3178 | 2024-11-20T23:34:46.298Z | Checking quick-xml v0.33.0 |
3179 | 2024-11-20T23:34:46.543Z | Compiling diesel-dtrace v0.3.0 |
3180 | 2024-11-20T23:34:46.831Z | Checking maplit v1.0.2 |
3181 | 2024-11-20T23:34:47.140Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3182 | 2024-11-20T23:34:47.222Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3183 | 2024-11-20T23:34:47.450Z | Checking bb8 v0.8.5 |
3184 | 2024-11-20T23:34:47.734Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3185 | 2024-11-20T23:34:47.952Z | Checking castaway v0.2.3 |
3186 | 2024-11-20T23:34:48.019Z | Checking rand_seeder v0.3.0 |
3187 | 2024-11-20T23:34:48.133Z | Checking compact_str v0.8.0 |
3188 | 2024-11-20T23:34:48.255Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3189 | 2024-11-20T23:34:48.444Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3190 | 2024-11-20T23:34:48.461Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3191 | 2024-11-20T23:34:48.705Z | Checking unicode-truncate v1.1.0 |
3192 | 2024-11-20T23:34:48.932Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3193 | 2024-11-20T23:34:48.987Z | Checking lru v0.12.5 |
3194 | 2024-11-20T23:34:49.215Z | Compiling instability v0.3.2 |
3195 | 2024-11-20T23:34:49.297Z | Checking cassowary v0.3.0 |
3196 | 2024-11-20T23:34:49.733Z | Checking unicode-linebreak v0.1.5 |
3197 | 2024-11-20T23:34:49.890Z | Checking is_ci v1.2.0 |
3198 | 2024-11-20T23:34:50.034Z | Checking smawk v0.3.2 |
3199 | 2024-11-20T23:34:50.152Z | Checking supports-color v3.0.1 |
3200 | 2024-11-20T23:34:50.224Z | Checking textwrap v0.16.1 |
3201 | 2024-11-20T23:34:50.268Z | Checking ratatui v0.28.1 |
3202 | 2024-11-20T23:34:50.325Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3203 | 2024-11-20T23:34:50.375Z | Checking multimap v0.10.0 |
3204 | 2024-11-20T23:34:53.661Z | Checking diesel v2.2.4 |
3205 | 2024-11-20T23:35:19.214Z | Compiling polar-core v0.27.3 |
3206 | 2024-11-20T23:35:23.259Z | Checking async-bb8-diesel v0.2.1 |
3207 | 2024-11-20T23:35:26.579Z | Checking oso v0.27.3 |
3208 | 2024-11-20T23:36:38.576Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3209 | 2024-11-20T23:36:44.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
3210 | 2024-11-20T23:36:44.853Z | |
3211 | 2024-11-20T23:36:44.853Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (140/172) |
3212 | 2024-11-20T23:36:45.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-11-20T23:36:45.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-11-20T23:36:45.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3215 | 2024-11-20T23:36:45.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3216 | 2024-11-20T23:36:45.639Z | |
3217 | 2024-11-20T23:36:45.639Z | info: running `cargo check --bins` on nexus-saga-recovery (141/172) |
3218 | 2024-11-20T23:36:46.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2024-11-20T23:36:46.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2024-11-20T23:36:46.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2024-11-20T23:36:46.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3222 | 2024-11-20T23:36:46.240Z | |
3223 | 2024-11-20T23:36:46.240Z | info: running `cargo check --bins` on nexus-test-utils-macros (142/172) |
3224 | 2024-11-20T23:36:46.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2024-11-20T23:36:46.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2024-11-20T23:36:46.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2024-11-20T23:36:46.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3228 | 2024-11-20T23:36:46.865Z | |
3229 | 2024-11-20T23:36:46.865Z | info: running `cargo check --bins` on omicron-nexus (143/172) |
3230 | 2024-11-20T23:36:47.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2024-11-20T23:36:47.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2024-11-20T23:36:47.684Z | Compiling libz-sys v1.1.20 |
3233 | 2024-11-20T23:36:47.797Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3234 | 2024-11-20T23:36:47.809Z | Compiling vergen v8.3.2 |
3235 | 2024-11-20T23:36:47.812Z | Compiling cargo-platform v0.1.8 |
3236 | 2024-11-20T23:36:47.812Z | Compiling pin-project-internal v1.1.6 |
3237 | 2024-11-20T23:36:47.847Z | Compiling snafu-derive v0.8.5 |
3238 | 2024-11-20T23:36:47.847Z | Compiling libsqlite3-sys v0.30.1 |
3239 | 2024-11-20T23:36:47.850Z | Checking lockfree-object-pool v0.1.6 |
3240 | 2024-11-20T23:36:48.089Z | Checking bumpalo v3.16.0 |
3241 | 2024-11-20T23:36:48.117Z | Compiling cargo_metadata v0.18.1 |
3242 | 2024-11-20T23:36:48.345Z | Compiling rustls v0.21.12 |
3243 | 2024-11-20T23:36:48.383Z | Compiling buf-list v1.0.3 |
3244 | 2024-11-20T23:36:48.439Z | Checking simd-adler32 v0.3.7 |
3245 | 2024-11-20T23:36:48.618Z | Compiling cfg_aliases v0.2.1 |
3246 | 2024-11-20T23:36:48.732Z | Compiling zip v2.1.3 |
3247 | 2024-11-20T23:36:48.761Z | Compiling nix v0.29.0 |
3248 | 2024-11-20T23:36:48.807Z | Checking zopfli v0.8.1 |
3249 | 2024-11-20T23:36:49.126Z | Checking globset v0.4.15 |
3250 | 2024-11-20T23:36:49.150Z | Checking olpc-cjson v0.1.4 |
3251 | 2024-11-20T23:36:49.375Z | Checking sct v0.7.1 |
3252 | 2024-11-20T23:36:49.464Z | Checking rustls-webpki v0.101.7 |
3253 | 2024-11-20T23:36:49.569Z | Checking serde_plain v1.0.2 |
3254 | 2024-11-20T23:36:49.593Z | Checking typed-path v0.9.3 |
3255 | 2024-11-20T23:36:50.577Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3256 | 2024-11-20T23:36:50.732Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3257 | 2024-11-20T23:36:50.844Z | Checking pin-project v1.1.6 |
3258 | 2024-11-20T23:36:50.878Z | Checking hashlink v0.9.1 |
3259 | 2024-11-20T23:36:50.975Z | Checking parse-size v1.1.0 |
3260 | 2024-11-20T23:36:51.031Z | Checking fallible-iterator v0.3.0 |
3261 | 2024-11-20T23:36:51.153Z | Checking fallible-streaming-iterator v0.1.9 |
3262 | 2024-11-20T23:36:51.515Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3263 | 2024-11-20T23:36:51.595Z | Checking rustls-pemfile v1.0.4 |
3264 | 2024-11-20T23:36:51.686Z | Checking rusqlite v0.32.1 |
3265 | 2024-11-20T23:36:51.731Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3266 | 2024-11-20T23:36:51.777Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3267 | 2024-11-20T23:36:51.966Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3268 | 2024-11-20T23:36:52.042Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3269 | 2024-11-20T23:36:52.179Z | Checking twox-hash v1.6.3 |
3270 | 2024-11-20T23:36:52.234Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3271 | 2024-11-20T23:36:52.610Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3272 | 2024-11-20T23:36:53.274Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3273 | 2024-11-20T23:36:53.454Z | Checking snafu v0.8.5 |
3274 | 2024-11-20T23:36:53.519Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3275 | 2024-11-20T23:36:53.537Z | Checking tokio-rustls v0.24.1 |
3276 | 2024-11-20T23:36:53.850Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3277 | 2024-11-20T23:36:53.906Z | Checking tough v0.19.0 |
3278 | 2024-11-20T23:36:53.925Z | Checking fatfs v0.3.6 |
3279 | 2024-11-20T23:36:54.106Z | Checking assert_matches v1.5.0 |
3280 | 2024-11-20T23:36:58.149Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3281 | 2024-11-20T23:36:59.483Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3282 | 2024-11-20T23:37:00.361Z | Compiling git2 v0.19.0 |
3283 | 2024-11-20T23:37:05.172Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3284 | 2024-11-20T23:37:58.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3285 | 2024-11-20T23:37:58.860Z | |
3286 | 2024-11-20T23:37:58.860Z | info: running `cargo check --bins` on nexus-external-api (144/172) |
3287 | 2024-11-20T23:37:59.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2024-11-20T23:37:59.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2024-11-20T23:37:59.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2024-11-20T23:37:59.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3291 | 2024-11-20T23:37:59.558Z | |
3292 | 2024-11-20T23:37:59.558Z | info: running `cargo check --bins` on openapi-manager-types (145/172) |
3293 | 2024-11-20T23:38:00.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2024-11-20T23:38:00.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2024-11-20T23:38:00.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2024-11-20T23:38:00.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3297 | 2024-11-20T23:38:00.176Z | |
3298 | 2024-11-20T23:38:00.176Z | info: running `cargo check --bins` on nexus-internal-api (146/172) |
3299 | 2024-11-20T23:38:00.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2024-11-20T23:38:00.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2024-11-20T23:38:00.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2024-11-20T23:38:00.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3303 | 2024-11-20T23:38:00.825Z | |
3304 | 2024-11-20T23:38:00.825Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (147/172) |
3305 | 2024-11-20T23:38:01.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2024-11-20T23:38:01.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2024-11-20T23:38:01.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2024-11-20T23:38:01.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3309 | 2024-11-20T23:38:01.509Z | |
3310 | 2024-11-20T23:38:01.509Z | info: running `cargo check --bins` on nexus-networking (148/172) |
3311 | 2024-11-20T23:38:02.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2024-11-20T23:38:02.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2024-11-20T23:38:02.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2024-11-20T23:38:02.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3315 | 2024-11-20T23:38:02.176Z | |
3316 | 2024-11-20T23:38:02.176Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (149/172) |
3317 | 2024-11-20T23:38:02.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-11-20T23:38:02.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-11-20T23:38:02.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2024-11-20T23:38:02.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3321 | 2024-11-20T23:38:02.857Z | |
3322 | 2024-11-20T23:38:02.857Z | info: running `cargo check --bins` on update-common (150/172) |
3323 | 2024-11-20T23:38:03.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-11-20T23:38:03.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-11-20T23:38:03.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2024-11-20T23:38:03.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3327 | 2024-11-20T23:38:03.525Z | |
3328 | 2024-11-20T23:38:03.525Z | info: running `cargo check --bins` on tufaceous-lib (151/172) |
3329 | 2024-11-20T23:38:04.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-11-20T23:38:04.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-11-20T23:38:04.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2024-11-20T23:38:04.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3333 | 2024-11-20T23:38:04.180Z | |
3334 | 2024-11-20T23:38:04.180Z | info: running `cargo check --bins` on tufaceous (152/172) |
3335 | 2024-11-20T23:38:04.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2024-11-20T23:38:04.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2024-11-20T23:38:04.852Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3338 | 2024-11-20T23:38:05.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3339 | 2024-11-20T23:38:06.007Z | |
3340 | 2024-11-20T23:38:06.007Z | info: running `cargo check --bins` on omicron-dev (153/172) |
3341 | 2024-11-20T23:38:06.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-11-20T23:38:06.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-11-20T23:38:06.874Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3344 | 2024-11-20T23:38:06.997Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3345 | 2024-11-20T23:38:06.999Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3346 | 2024-11-20T23:38:07.011Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3347 | 2024-11-20T23:38:33.300Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3348 | 2024-11-20T23:38:33.303Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3349 | 2024-11-20T23:38:33.304Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3350 | 2024-11-20T23:38:33.304Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3351 | 2024-11-20T23:38:33.304Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3352 | 2024-11-20T23:38:34.140Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3353 | 2024-11-20T23:38:35.409Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3354 | 2024-11-20T23:39:14.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3355 | 2024-11-20T23:39:14.772Z | |
3356 | 2024-11-20T23:39:14.772Z | info: running `cargo check --bins` on openapi-manager (154/172) |
3357 | 2024-11-20T23:39:15.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-11-20T23:39:15.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-11-20T23:39:15.479Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3360 | 2024-11-20T23:39:15.479Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3361 | 2024-11-20T23:39:15.482Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3362 | 2024-11-20T23:39:17.107Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3363 | 2024-11-20T23:39:17.976Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3364 | 2024-11-20T23:39:19.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
3365 | 2024-11-20T23:39:19.274Z | |
3366 | 2024-11-20T23:39:19.274Z | info: running `cargo check --bins` on installinator-api (155/172) |
3367 | 2024-11-20T23:39:19.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2024-11-20T23:39:19.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2024-11-20T23:39:19.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3370 | 2024-11-20T23:39:19.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3371 | 2024-11-20T23:39:19.930Z | |
3372 | 2024-11-20T23:39:19.930Z | info: running `cargo check --bins` on wicketd-api (156/172) |
3373 | 2024-11-20T23:39:20.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2024-11-20T23:39:20.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2024-11-20T23:39:20.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3376 | 2024-11-20T23:39:20.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3377 | 2024-11-20T23:39:20.591Z | |
3378 | 2024-11-20T23:39:20.591Z | info: running `cargo check --bins` on reconfigurator-cli (157/172) |
3379 | 2024-11-20T23:39:21.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2024-11-20T23:39:21.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2024-11-20T23:39:21.275Z | Compiling petname v2.0.2 |
3382 | 2024-11-20T23:39:21.278Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3383 | 2024-11-20T23:39:21.278Z | Checking sync-ptr v0.1.1 |
3384 | 2024-11-20T23:39:22.681Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3385 | 2024-11-20T23:39:24.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
3386 | 2024-11-20T23:39:24.425Z | |
3387 | 2024-11-20T23:39:24.425Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (158/172) |
3388 | 2024-11-20T23:39:25.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2024-11-20T23:39:25.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2024-11-20T23:39:25.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3391 | 2024-11-20T23:39:25.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3392 | 2024-11-20T23:39:25.089Z | |
3393 | 2024-11-20T23:39:25.089Z | info: running `cargo check --bins` on omicron-releng (159/172) |
3394 | 2024-11-20T23:39:25.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2024-11-20T23:39:25.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2024-11-20T23:39:25.758Z | Checking memmap2 v0.9.5 |
3397 | 2024-11-20T23:39:25.758Z | Checking constant_time_eq v0.3.1 |
3398 | 2024-11-20T23:39:25.761Z | Checking arrayvec v0.7.6 |
3399 | 2024-11-20T23:39:25.761Z | Checking arrayref v0.3.9 |
3400 | 2024-11-20T23:39:25.761Z | Checking spin v0.5.2 |
3401 | 2024-11-20T23:39:25.761Z | Checking topological-sort v0.2.2 |
3402 | 2024-11-20T23:39:25.862Z | Checking shell-words v1.1.0 |
3403 | 2024-11-20T23:39:26.051Z | Checking ring v0.16.20 |
3404 | 2024-11-20T23:39:26.167Z | Checking blake3 v1.5.4 |
3405 | 2024-11-20T23:39:27.187Z | Checking omicron-zone-package v0.11.1 |
3406 | 2024-11-20T23:39:28.293Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3407 | 2024-11-20T23:39:29.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3408 | 2024-11-20T23:39:29.371Z | |
3409 | 2024-11-20T23:39:29.371Z | info: running `cargo check --bins` on xtask (160/172) |
3410 | 2024-11-20T23:39:29.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3411 | 2024-11-20T23:39:29.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3412 | 2024-11-20T23:39:29.801Z | Checking bitflags v2.6.0 |
3413 | 2024-11-20T23:39:29.804Z | Checking serde v1.0.215 |
3414 | 2024-11-20T23:39:29.804Z | Checking thiserror v1.0.69 |
3415 | 2024-11-20T23:39:29.887Z | Checking scroll v0.12.0 |
3416 | 2024-11-20T23:39:29.902Z | Checking hashbrown v0.15.0 |
3417 | 2024-11-20T23:39:29.911Z | Checking log v0.4.22 |
3418 | 2024-11-20T23:39:29.914Z | Checking zerocopy v0.7.35 |
3419 | 2024-11-20T23:39:29.937Z | Checking syn v2.0.87 |
3420 | 2024-11-20T23:39:30.000Z | Checking pest v2.7.14 |
3421 | 2024-11-20T23:39:30.115Z | Checking rustix v0.38.37 |
3422 | 2024-11-20T23:39:30.159Z | Checking once_cell v1.20.2 |
3423 | 2024-11-20T23:39:30.350Z | Checking goblin v0.8.2 |
3424 | 2024-11-20T23:39:30.485Z | Checking fs-err v2.11.0 |
3425 | 2024-11-20T23:39:30.773Z | Checking anyhow v1.0.93 |
3426 | 2024-11-20T23:39:30.958Z | Checking indexmap v2.6.0 |
3427 | 2024-11-20T23:39:31.381Z | Checking tabled v0.15.0 |
3428 | 2024-11-20T23:39:32.107Z | Checking terminal_size v0.4.0 |
3429 | 2024-11-20T23:39:32.107Z | Checking tempfile v3.13.0 |
3430 | 2024-11-20T23:39:32.261Z | Checking clap_builder v4.5.21 |
3431 | 2024-11-20T23:39:32.279Z | Checking dtrace-parser v0.2.0 |
3432 | 2024-11-20T23:39:34.011Z | Checking serde_json v1.0.132 |
3433 | 2024-11-20T23:39:34.011Z | Checking serde_spanned v0.6.8 |
3434 | 2024-11-20T23:39:34.011Z | Checking toml_datetime v0.6.8 |
3435 | 2024-11-20T23:39:34.014Z | Checking camino v1.1.9 |
3436 | 2024-11-20T23:39:34.014Z | Checking cargo-platform v0.1.8 |
3437 | 2024-11-20T23:39:34.245Z | Checking semver v1.0.23 |
3438 | 2024-11-20T23:39:34.313Z | Checking toml_edit v0.22.22 |
3439 | 2024-11-20T23:39:34.331Z | Checking macaddr v1.0.1 |
3440 | 2024-11-20T23:39:34.607Z | Checking camino-tempfile v1.1.1 |
3441 | 2024-11-20T23:39:34.713Z | Checking clap v4.5.21 |
3442 | 2024-11-20T23:39:35.303Z | Checking dof v0.3.0 |
3443 | 2024-11-20T23:39:35.303Z | Checking cargo_metadata v0.18.1 |
3444 | 2024-11-20T23:39:35.726Z | Checking usdt-impl v0.5.0 |
3445 | 2024-11-20T23:39:36.076Z | Checking usdt v0.5.0 |
3446 | 2024-11-20T23:39:36.235Z | Checking toml v0.8.19 |
3447 | 2024-11-20T23:39:36.680Z | Checking cargo_toml v0.20.5 |
3448 | 2024-11-20T23:39:37.857Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3449 | 2024-11-20T23:39:38.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s |
3450 | 2024-11-20T23:39:38.557Z | |
3451 | 2024-11-20T23:39:38.557Z | info: running `cargo check --bins` on end-to-end-tests (161/172) |
3452 | 2024-11-20T23:39:39.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3453 | 2024-11-20T23:39:39.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3454 | 2024-11-20T23:39:39.331Z | Checking polyval v0.6.2 |
3455 | 2024-11-20T23:39:39.443Z | Checking ctr v0.9.2 |
3456 | 2024-11-20T23:39:39.454Z | Checking ssh-encoding v0.2.0 |
3457 | 2024-11-20T23:39:39.457Z | Checking blowfish v0.9.1 |
3458 | 2024-11-20T23:39:39.479Z | Checking password-hash v0.4.2 |
3459 | 2024-11-20T23:39:39.481Z | Checking matches v0.1.10 |
3460 | 2024-11-20T23:39:39.510Z | Checking p256 v0.13.2 |
3461 | 2024-11-20T23:39:39.510Z | Checking p521 v0.13.3 |
3462 | 2024-11-20T23:39:39.582Z | Checking idna v0.2.3 |
3463 | 2024-11-20T23:39:39.653Z | Checking ghash v0.5.1 |
3464 | 2024-11-20T23:39:39.671Z | Checking bcrypt-pbkdf v0.10.0 |
3465 | 2024-11-20T23:39:39.700Z | Compiling enum-as-inner v0.5.1 |
3466 | 2024-11-20T23:39:39.775Z | Checking russh-cryptovec v0.7.3 |
3467 | 2024-11-20T23:39:39.819Z | Checking aes-gcm v0.10.3 |
3468 | 2024-11-20T23:39:39.911Z | Checking pbkdf2 v0.11.0 |
3469 | 2024-11-20T23:39:39.916Z | Checking md5 v0.7.0 |
3470 | 2024-11-20T23:39:39.965Z | Checking num-bigint v0.4.6 |
3471 | 2024-11-20T23:39:39.997Z | Checking des v0.8.1 |
3472 | 2024-11-20T23:39:40.049Z | Checking ssh-cipher v0.2.0 |
3473 | 2024-11-20T23:39:40.180Z | Checking hex-literal v0.4.1 |
3474 | 2024-11-20T23:39:40.212Z | Compiling dhcproto-macros v0.1.0 |
3475 | 2024-11-20T23:39:40.253Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3476 | 2024-11-20T23:39:40.315Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3477 | 2024-11-20T23:39:40.345Z | Checking ssh-key v0.6.6 |
3478 | 2024-11-20T23:39:40.412Z | Checking internet-checksum v0.2.1 |
3479 | 2024-11-20T23:39:40.739Z | Checking trust-dns-proto v0.22.0 |
3480 | 2024-11-20T23:39:41.659Z | Checking russh-keys v0.45.0 |
3481 | 2024-11-20T23:39:42.609Z | Checking russh v0.45.0 |
3482 | 2024-11-20T23:39:43.301Z | Checking dhcproto v0.12.0 |
3483 | 2024-11-20T23:40:00.338Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3484 | 2024-11-20T23:40:01.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.17s |
3485 | 2024-11-20T23:40:01.934Z | |
3486 | 2024-11-20T23:40:01.934Z | info: running `cargo check --bins` on gateway-cli (162/172) |
3487 | 2024-11-20T23:40:02.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2024-11-20T23:40:02.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2024-11-20T23:40:02.572Z | Checking termios v0.3.3 |
3490 | 2024-11-20T23:40:02.792Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3491 | 2024-11-20T23:40:03.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3492 | 2024-11-20T23:40:03.750Z | |
3493 | 2024-11-20T23:40:03.750Z | info: running `cargo check --bins --no-default-features` on installinator (163/172) |
3494 | 2024-11-20T23:40:04.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2024-11-20T23:40:04.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2024-11-20T23:40:04.455Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3497 | 2024-11-20T23:40:06.511Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3498 | 2024-11-20T23:40:08.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
3499 | 2024-11-20T23:40:08.554Z | |
3500 | 2024-11-20T23:40:08.554Z | info: running `cargo check --bins` on internal-dns-cli (164/172) |
3501 | 2024-11-20T23:40:09.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2024-11-20T23:40:09.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2024-11-20T23:40:09.193Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3504 | 2024-11-20T23:40:09.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3505 | 2024-11-20T23:40:09.837Z | |
3506 | 2024-11-20T23:40:09.837Z | info: running `cargo check --bins` on omicron-live-tests (165/172) |
3507 | 2024-11-20T23:40:10.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2024-11-20T23:40:10.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2024-11-20T23:40:10.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3510 | 2024-11-20T23:40:10.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3511 | 2024-11-20T23:40:10.456Z | |
3512 | 2024-11-20T23:40:10.456Z | info: running `cargo check --bins` on live-tests-macros (166/172) |
3513 | 2024-11-20T23:40:10.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2024-11-20T23:40:10.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2024-11-20T23:40:10.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3516 | 2024-11-20T23:40:10.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3517 | 2024-11-20T23:40:11.070Z | |
3518 | 2024-11-20T23:40:11.071Z | info: running `cargo check --bins` on omicron-package (167/172) |
3519 | 2024-11-20T23:40:11.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2024-11-20T23:40:11.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2024-11-20T23:40:11.729Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3522 | 2024-11-20T23:40:13.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3523 | 2024-11-20T23:40:13.225Z | |
3524 | 2024-11-20T23:40:13.225Z | info: running `cargo check --bins` on wicket-dbg (168/172) |
3525 | 2024-11-20T23:40:13.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2024-11-20T23:40:13.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2024-11-20T23:40:13.941Z | Checking rtoolbox v0.0.2 |
3528 | 2024-11-20T23:40:13.944Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3529 | 2024-11-20T23:40:13.944Z | Checking tui-tree-widget v0.22.0 |
3530 | 2024-11-20T23:40:14.162Z | Checking rpassword v7.3.1 |
3531 | 2024-11-20T23:40:18.233Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3532 | 2024-11-20T23:40:21.237Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3533 | 2024-11-20T23:40:22.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
3534 | 2024-11-20T23:40:22.627Z | |
3535 | 2024-11-20T23:40:22.627Z | info: running `cargo check --bins` on wicket (169/172) |
3536 | 2024-11-20T23:40:23.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2024-11-20T23:40:23.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2024-11-20T23:40:23.325Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3539 | 2024-11-20T23:40:23.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3540 | 2024-11-20T23:40:23.950Z | |
3541 | 2024-11-20T23:40:23.950Z | info: running `cargo check --bins` on wicketd (170/172) |
3542 | 2024-11-20T23:40:24.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3543 | 2024-11-20T23:40:24.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3544 | 2024-11-20T23:40:24.666Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3545 | 2024-11-20T23:40:28.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
3546 | 2024-11-20T23:40:28.816Z | |
3547 | 2024-11-20T23:40:28.817Z | info: running `cargo check --bins` on omicron-workspace-hack (171/172) |
3548 | 2024-11-20T23:40:29.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2024-11-20T23:40:29.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2024-11-20T23:40:29.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3551 | 2024-11-20T23:40:29.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3552 | 2024-11-20T23:40:29.421Z | |
3553 | 2024-11-20T23:40:29.421Z | info: running `cargo check --bins` on zone-setup (172/172) |
3554 | 2024-11-20T23:40:30.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2024-11-20T23:40:30.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2024-11-20T23:40:30.167Z | Checking uzers v0.12.1 |
3557 | 2024-11-20T23:40:30.487Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3558 | 2024-11-20T23:40:31.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
3559 | 2024-11-20T23:40:31.827Z | |
3560 | 2024-11-20T23:40:31.827Z | real 13:08.318503317 |
3561 | 2024-11-20T23:40:31.827Z | user 24:25.688998336 |
3562 | 2024-11-20T23:40:31.827Z | sys 5:28.989510182 |
3563 | 2024-11-20T23:40:31.829Z | trap 0.488698089 |
3564 | 2024-11-20T23:40:31.830Z | tflt 2.256574575 |
3565 | 2024-11-20T23:40:31.830Z | dflt 3.086686769 |
3566 | 2024-11-20T23:40:31.830Z | kflt 0.000673830 |
3567 | 2024-11-20T23:40:31.830Z | lock 46:49.717408648 |
3568 | 2024-11-20T23:40:31.830Z | slp 2:07:29.739729684 |
3569 | 2024-11-20T23:40:31.830Z | lat 1:03.170590827 |
3570 | 2024-11-20T23:40:31.830Z | stop 3:23.429750472 |
3571 | 2024-11-20T23:40:31.830Z | process exited: duration 1153505 ms, exit code 0 |
|
3572 | 2024-11-20T23:40:31.835Z | found 0 output files |