|
|
|
1 | 2024-10-30T22:38:26.623Z | job assigned to worker 01JBFS7RD7MDKXVE5C3AEPBC12 (queued for 49 s) |
|
2 | 2024-10-30T22:38:34.484Z | starting task 0: "setup" |
3 | 2024-10-30T22:38:34.496Z | ++ uname -s |
4 | 2024-10-30T22:38:34.498Z | + kern=SunOS |
5 | 2024-10-30T22:38:34.498Z | + case "$kern" in |
6 | 2024-10-30T22:38:34.498Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T22:38:34.498Z | + groupadd -g 12345 build |
8 | 2024-10-30T22:38:34.500Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T22:38:36.511Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T22:38:36.582Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T22:38:36.585Z | + home_fs=zfs |
12 | 2024-10-30T22:38:36.585Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T22:38:36.585Z | + mkdir -p /home/build |
14 | 2024-10-30T22:38:36.587Z | + chown build:build /home/build /work |
15 | 2024-10-30T22:38:37.589Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T22:38:37.595Z | process exited: duration 3106 ms, exit code 0 |
|
17 | 2024-10-30T22:38:37.614Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T22:38:37.619Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T22:38:37.619Z | * toolchain channel = "1.82.0" |
20 | 2024-10-30T22:38:37.619Z | * toolchain profile = "default" |
21 | 2024-10-30T22:38:37.619Z | ' 1.82.0 |
22 | 2024-10-30T22:38:37.619Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-30T22:38:37.619Z | ' default |
24 | 2024-10-30T22:38:37.622Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T22:38:37.622Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-30T22:38:37.738Z | info: downloading installer |
27 | 2024-10-30T22:38:39.042Z | info: profile set to 'default' |
28 | 2024-10-30T22:38:39.042Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T22:38:39.045Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-30T22:38:39.181Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T22:38:39.181Z | info: downloading component 'cargo' |
32 | 2024-10-30T22:38:39.864Z | info: downloading component 'clippy' |
33 | 2024-10-30T22:38:40.125Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T22:38:41.084Z | info: downloading component 'rust-std' |
35 | 2024-10-30T22:38:42.614Z | info: downloading component 'rustc' |
36 | 2024-10-30T22:38:48.176Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T22:38:48.375Z | info: installing component 'cargo' |
38 | 2024-10-30T22:38:49.214Z | info: installing component 'clippy' |
39 | 2024-10-30T22:38:49.611Z | info: installing component 'rust-docs' |
40 | 2024-10-30T22:38:51.351Z | info: installing component 'rust-std' |
41 | 2024-10-30T22:38:53.328Z | info: installing component 'rustc' |
42 | 2024-10-30T22:38:59.398Z | info: installing component 'rustfmt' |
43 | 2024-10-30T22:38:59.738Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-30T22:38:59.738Z | |
45 | 2024-10-30T22:39:00.116Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T22:39:00.116Z | |
47 | 2024-10-30T22:39:00.118Z | |
48 | 2024-10-30T22:39:00.118Z | Rust is installed now. Great! |
49 | 2024-10-30T22:39:00.118Z | |
50 | 2024-10-30T22:39:00.118Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T22:39:00.118Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T22:39:00.118Z | |
53 | 2024-10-30T22:39:00.118Z | To configure your current shell, you need to source |
54 | 2024-10-30T22:39:00.118Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T22:39:00.118Z | |
56 | 2024-10-30T22:39:00.118Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T22:39:00.118Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T22:39:00.118Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T22:39:00.193Z | + rustc --version |
60 | 2024-10-30T22:39:00.260Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T22:39:00.264Z | process exited: duration 22644 ms, exit code 0 |
|
62 | 2024-10-30T22:39:00.269Z | starting task 2: "authentication" |
63 | 2024-10-30T22:39:00.290Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T22:39:00.295Z | starting task 3: "clone repository" |
65 | 2024-10-30T22:39:00.300Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T22:39:00.303Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T22:39:00.339Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T22:39:07.829Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T22:39:07.829Z | + git fetch origin 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
70 | 2024-10-30T22:39:08.134Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T22:39:08.134Z | * branch 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 -> FETCH_HEAD |
72 | 2024-10-30T22:39:08.145Z | + [[ -n gjcolombo/propolis-update ]] |
73 | 2024-10-30T22:39:08.147Z | ++ git branch --show-current |
74 | 2024-10-30T22:39:08.149Z | + current=main |
75 | 2024-10-30T22:39:08.149Z | + [[ main != gjcolombo/propolis-update ]] |
76 | 2024-10-30T22:39:08.149Z | + git branch -f gjcolombo/propolis-update 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
77 | 2024-10-30T22:39:08.152Z | + git checkout -f gjcolombo/propolis-update |
78 | 2024-10-30T22:39:08.317Z | Switched to branch 'gjcolombo/propolis-update' |
79 | 2024-10-30T22:39:08.319Z | + git reset --hard 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
80 | 2024-10-30T22:39:08.481Z | HEAD is now at 8f8ba2a77 don't depend on Propolis "disk attachment states" anymore |
81 | 2024-10-30T22:39:08.484Z | process exited: duration 8184 ms, exit code 0 |
|
82 | 2024-10-30T22:39:08.488Z | starting task 4: "build" |
83 | 2024-10-30T22:39:08.494Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T22:39:08.494Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T22:39:08.494Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T22:39:08.496Z | + cargo --version |
87 | 2024-10-30T22:39:08.551Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-10-30T22:39:08.553Z | + rustc --version |
89 | 2024-10-30T22:39:08.615Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-10-30T22:39:08.620Z | + source ./env.sh |
91 | 2024-10-30T22:39:08.620Z | ++ OLD_SHELL_OPTS=ehxB |
92 | 2024-10-30T22:39:08.620Z | ++ set -o xtrace |
93 | 2024-10-30T22:39:08.620Z | ++++ dirname ./env.sh |
94 | 2024-10-30T22:39:08.623Z | +++ readlink -f . |
95 | 2024-10-30T22:39:08.625Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
96 | 2024-10-30T22:39:08.626Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-10-30T22:39:08.626Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-10-30T22:39:08.626Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-10-30T22:39:08.626Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-10-30T22:39:08.626Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-10-30T22:39:08.626Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-10-30T22:39:08.626Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-10-30T22:39:08.626Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-10-30T22:39:08.626Z | ++ case $OLD_SHELL_OPTS in |
105 | 2024-10-30T22:39:08.626Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
106 | 2024-10-30T22:39:08.626Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-10-30T22:39:08.626Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
108 | 2024-10-30T22:39:08.626Z | + banner prerequisites |
109 | 2024-10-30T22:39:08.628Z | |
110 | 2024-10-30T22:39:08.628Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-10-30T22:39:08.628Z | # # # # # # # # # # # # # # # |
112 | 2024-10-30T22:39:08.628Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-10-30T22:39:08.628Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-10-30T22:39:08.628Z | # # # # # # # # # # # # # # # |
115 | 2024-10-30T22:39:08.628Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-10-30T22:39:08.628Z | |
117 | 2024-10-30T22:39:08.628Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
118 | 2024-10-30T22:39:17.577Z | Startup: Refreshing catalog 'helios-dev' ... Done |
119 | 2024-10-30T22:39:21.014Z | Startup: Caching catalogs ... Done |
120 | 2024-10-30T22:39:28.120Z | Planning: Solver setup ... Done (6.335s) |
121 | 2024-10-30T22:39:28.212Z | Planning: Running solver ... Done (0.092s) |
122 | 2024-10-30T22:39:28.292Z | Planning: Finding local manifests ... Done (0.003s) |
123 | 2024-10-30T22:39:28.305Z | Planning: Fetching manifests: 0/5 0% complete |
124 | 2024-10-30T22:39:29.031Z | Planning: Fetching manifests: 5/5 100% complete |
125 | 2024-10-30T22:39:29.130Z | Planning: Package planning ... Done (0.099s) |
126 | 2024-10-30T22:39:29.185Z | Planning: Merging actions ... Done (0.056s) |
127 | 2024-10-30T22:39:29.376Z | Planning: Checking for conflicting actions ... Done (0.190s) |
128 | 2024-10-30T22:39:31.295Z | Planning: Consolidating action changes ... Done (1.917s) |
129 | 2024-10-30T22:39:31.734Z | Planning: Evaluating mediators ... Done (0.439s) |
130 | 2024-10-30T22:39:31.818Z | Planning: Planning completed in 10.71 seconds |
131 | 2024-10-30T22:39:31.836Z | Packages to install: 4 |
132 | 2024-10-30T22:39:31.836Z | Packages to update: 1 |
133 | 2024-10-30T22:39:31.838Z | Mediators to change: 2 |
134 | 2024-10-30T22:39:31.839Z | Services to change: 1 |
135 | 2024-10-30T22:39:31.839Z | Estimated space available: 155.61 GB |
136 | 2024-10-30T22:39:31.839Z | Estimated space to be consumed: 1.58 GB |
137 | 2024-10-30T22:39:31.839Z | Create boot environment: No |
138 | 2024-10-30T22:39:31.839Z | Create backup boot environment: Yes |
139 | 2024-10-30T22:39:31.839Z | Rebuild boot archive: No |
140 | 2024-10-30T22:39:31.839Z | |
141 | 2024-10-30T22:39:31.839Z | Changed mediators: |
142 | 2024-10-30T22:39:31.839Z | mediator clang: |
143 | 2024-10-30T22:39:31.839Z | version: None -> 15 (system default) |
144 | 2024-10-30T22:39:31.839Z | |
145 | 2024-10-30T22:39:31.839Z | mediator llvm: |
146 | 2024-10-30T22:39:31.839Z | version: 14 (system default) -> 15 (system default) |
147 | 2024-10-30T22:39:31.839Z | |
148 | 2024-10-30T22:39:31.839Z | Changed packages: |
149 | 2024-10-30T22:39:31.839Z | helios-dev |
150 | 2024-10-30T22:39:31.839Z | developer/build-essential |
151 | 2024-10-30T22:39:31.839Z | None -> 11-2.0 |
152 | 2024-10-30T22:39:31.839Z | library/libxmlsec1 |
153 | 2024-10-30T22:39:31.839Z | None -> 1.2.35-2.0 |
154 | 2024-10-30T22:39:31.839Z | ooce/developer/clang-15 |
155 | 2024-10-30T22:39:31.839Z | None -> 15.0.7-2.0 |
156 | 2024-10-30T22:39:31.839Z | ooce/developer/llvm-15 |
157 | 2024-10-30T22:39:31.839Z | None -> 15.0.7-2.0 |
158 | 2024-10-30T22:39:31.839Z | package/pkg |
159 | 2024-10-30T22:39:31.839Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
160 | 2024-10-30T22:39:31.839Z | |
161 | 2024-10-30T22:39:31.839Z | Services: |
162 | 2024-10-30T22:39:31.839Z | restart_fmri: |
163 | 2024-10-30T22:39:31.839Z | svc:/system/update-man-index:default |
164 | 2024-10-30T22:39:31.839Z | |
165 | 2024-10-30T22:39:31.839Z | Editable files to change: |
166 | 2024-10-30T22:39:31.839Z | Update: |
167 | 2024-10-30T22:39:31.840Z | usr/share/lib/pkg/web/config.shtml |
168 | 2024-10-30T22:39:31.923Z | |
169 | 2024-10-30T22:39:31.923Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
170 | 2024-10-30T22:39:36.932Z | Download: 698/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
171 | 2024-10-30T22:39:41.939Z | Download: 1494/4281 items 116.7/220.6MB 52% complete (11.9M/s) |
172 | 2024-10-30T22:39:47.048Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.3M/s) |
173 | 2024-10-30T22:39:52.342Z | Download: 3273/4281 items 208.8/220.6MB 94% complete (9.2M/s) |
174 | 2024-10-30T22:39:55.125Z | Download: Completed 220.60 MB in 23.20 seconds (9.5M/s) |
175 | 2024-10-30T22:39:57.209Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-10-30T22:39:57.237Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-10-30T22:40:01.947Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-10-30T22:40:02.252Z | Actions: Completed 5063 actions in 5.04 seconds. |
179 | 2024-10-30T22:40:02.624Z | Done (0.364s) |
180 | 2024-10-30T22:40:02.629Z | Done (0.000s) |
181 | 2024-10-30T22:40:03.124Z | Done (0.496s) |
182 | 2024-10-30T22:40:07.510Z | Done (4.175s) |
183 | 2024-10-30T22:40:07.616Z | Done (0.017s) |
184 | 2024-10-30T22:40:07.620Z | Done (0.000s) |
185 | 2024-10-30T22:40:07.771Z | Done (0.000s) |
186 | 2024-10-30T22:40:08.439Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-10-30T22:40:08.600Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-10-30T22:40:08.606Z | Planning: Consolidating action changes ... Done |
189 | 2024-10-30T22:40:08.875Z | Planning: Evaluating mediators ... Done |
190 | 2024-10-30T22:40:08.880Z | Planning: Planning completed in 0.44 seconds |
191 | 2024-10-30T22:40:08.916Z | Mediators to change: 2 |
192 | 2024-10-30T22:40:08.916Z | Create boot environment: No |
193 | 2024-10-30T22:40:08.919Z | Create backup boot environment: No |
194 | 2024-10-30T22:40:09.015Z | Done |
195 | 2024-10-30T22:40:09.015Z | Done |
196 | 2024-10-30T22:40:09.338Z | Done |
197 | 2024-10-30T22:40:13.032Z | Done |
198 | 2024-10-30T22:40:13.146Z | Done |
199 | 2024-10-30T22:40:13.194Z | Done |
200 | 2024-10-30T22:40:13.265Z | Done |
201 | 2024-10-30T22:40:13.806Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-10-30T22:40:13.815Z | Planning: Merging actions ... Done |
203 | 2024-10-30T22:40:13.998Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-10-30T22:40:14.003Z | Planning: Consolidating action changes ... Done |
205 | 2024-10-30T22:40:16.451Z | Planning: Evaluating mediators ... Done |
206 | 2024-10-30T22:40:16.480Z | Planning: Planning completed in 0.77 seconds |
207 | 2024-10-30T22:40:16.480Z | Packages to change: 1 |
208 | 2024-10-30T22:40:16.480Z | Mediators to change: 1 |
209 | 2024-10-30T22:40:16.480Z | Services to change: 1 |
210 | 2024-10-30T22:40:16.480Z | Create boot environment: No |
211 | 2024-10-30T22:40:16.480Z | Create backup boot environment: Yes |
212 | 2024-10-30T22:40:16.511Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-10-30T22:40:16.514Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-10-30T22:40:16.514Z | Done |
215 | 2024-10-30T22:40:16.514Z | Done |
216 | 2024-10-30T22:40:16.617Z | Done |
217 | 2024-10-30T22:40:20.263Z | Done |
218 | 2024-10-30T22:40:20.362Z | Done |
219 | 2024-10-30T22:40:20.364Z | Done |
220 | 2024-10-30T22:40:20.485Z | Done |
221 | 2024-10-30T22:40:20.922Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-10-30T22:40:20.922Z | clang system 15 system |
223 | 2024-10-30T22:40:20.922Z | csh system system illumos |
224 | 2024-10-30T22:40:20.922Z | ctags system system illumos |
225 | 2024-10-30T22:40:20.922Z | gcc vendor 12 vendor |
226 | 2024-10-30T22:40:20.922Z | gcc system 10 system |
227 | 2024-10-30T22:40:20.922Z | gcc system 7 system |
228 | 2024-10-30T22:40:20.922Z | go system 1.20 system |
229 | 2024-10-30T22:40:20.922Z | go system 1.19 system |
230 | 2024-10-30T22:40:20.922Z | llvm system 15 system |
231 | 2024-10-30T22:40:20.922Z | llvm system 14 system |
232 | 2024-10-30T22:40:20.922Z | mariadb system 10.6 system |
233 | 2024-10-30T22:40:20.922Z | mta vendor vendor dma |
234 | 2024-10-30T22:40:20.922Z | openjdk system 17 system |
235 | 2024-10-30T22:40:20.922Z | openjdk system 11 system |
236 | 2024-10-30T22:40:20.922Z | openjdk system 1.8 system |
237 | 2024-10-30T22:40:20.922Z | openssl vendor 3 vendor |
238 | 2024-10-30T22:40:20.922Z | perl system 5.36 system |
239 | 2024-10-30T22:40:20.922Z | postgresql system 15 system |
240 | 2024-10-30T22:40:20.922Z | postgresql system 13 system |
241 | 2024-10-30T22:40:20.922Z | python vendor 3 vendor |
242 | 2024-10-30T22:40:20.924Z | python system 2 system |
243 | 2024-10-30T22:40:20.924Z | python3 system 3.11 system |
244 | 2024-10-30T22:40:20.924Z | ruby system 3.0 system |
245 | 2024-10-30T22:40:20.924Z | words vendor vendor american-english |
246 | 2024-10-30T22:40:20.924Z | words system system australian-english |
247 | 2024-10-30T22:40:20.924Z | words system system british-english |
248 | 2024-10-30T22:40:20.924Z | words system system canadian-english |
249 | 2024-10-30T22:40:20.924Z | words system system french |
250 | 2024-10-30T22:40:20.924Z | words system system italian |
251 | 2024-10-30T22:40:20.924Z | words system system ngerman |
252 | 2024-10-30T22:40:20.924Z | words system system ogerman |
253 | 2024-10-30T22:40:20.924Z | words system system spanish |
254 | 2024-10-30T22:40:21.256Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-10-30T22:40:21.256Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-10-30T22:40:23.649Z | FMRI IFO |
257 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-10-30T22:40:23.649Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-10-30T22:40:24.339Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-10-30T22:40:24.656Z | Updating crates.io index |
274 | 2024-10-30T22:40:24.701Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-10-30T22:40:25.427Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-10-30T22:40:25.634Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-10-30T22:40:25.879Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-10-30T22:40:26.119Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-10-30T22:40:27.031Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-10-30T22:40:29.373Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-10-30T22:40:30.255Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-10-30T22:40:30.890Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-10-30T22:40:31.246Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-10-30T22:40:31.464Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-10-30T22:40:31.989Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-10-30T22:40:32.469Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-10-30T22:40:32.760Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-10-30T22:40:32.993Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-10-30T22:40:33.228Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-10-30T22:40:33.444Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-10-30T22:40:33.754Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-10-30T22:40:34.037Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-10-30T22:40:34.481Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-10-30T22:40:34.703Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-10-30T22:40:35.120Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-10-30T22:40:35.413Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-10-30T22:40:35.749Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-10-30T22:40:36.096Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-10-30T22:40:36.455Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-10-30T22:40:36.678Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-10-30T22:40:37.866Z | Downloading crates ... |
302 | 2024-10-30T22:40:37.984Z | Downloaded colorchoice v1.0.2 |
303 | 2024-10-30T22:40:37.986Z | Downloaded camino v1.1.9 |
304 | 2024-10-30T22:40:37.988Z | Downloaded block-buffer v0.10.4 |
305 | 2024-10-30T22:40:37.991Z | Downloaded autocfg v1.4.0 |
306 | 2024-10-30T22:40:37.991Z | Downloaded cfg-if v1.0.0 |
307 | 2024-10-30T22:40:37.997Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-10-30T22:40:38.003Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-10-30T22:40:38.006Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2024-10-30T22:40:38.010Z | Downloaded swrite v0.1.0 |
311 | 2024-10-30T22:40:38.014Z | Downloaded unicode-linebreak v0.1.5 |
312 | 2024-10-30T22:40:38.019Z | Downloaded anstyle-query v1.1.1 |
313 | 2024-10-30T22:40:38.019Z | Downloaded cargo_metadata v0.18.1 |
314 | 2024-10-30T22:40:38.023Z | Downloaded heck v0.4.1 |
315 | 2024-10-30T22:40:38.025Z | Downloaded is_terminal_polyfill v1.70.1 |
316 | 2024-10-30T22:40:38.025Z | Downloaded terminal_size v0.4.0 |
317 | 2024-10-30T22:40:38.027Z | Downloaded memmap v0.7.0 |
318 | 2024-10-30T22:40:38.029Z | Downloaded digest v0.10.7 |
319 | 2024-10-30T22:40:38.032Z | Downloaded thiserror-impl v1.0.64 |
320 | 2024-10-30T22:40:38.034Z | Downloaded generic-array v0.14.7 |
321 | 2024-10-30T22:40:38.037Z | Downloaded utf8parse v0.2.2 |
322 | 2024-10-30T22:40:38.037Z | Downloaded toml_datetime v0.6.8 |
323 | 2024-10-30T22:40:38.039Z | Downloaded sha2 v0.10.8 |
324 | 2024-10-30T22:40:38.041Z | Downloaded pest_generator v2.7.14 |
325 | 2024-10-30T22:40:38.041Z | Downloaded fastrand v2.1.1 |
326 | 2024-10-30T22:40:38.052Z | Downloaded ryu v1.0.18 |
327 | 2024-10-30T22:40:38.055Z | Downloaded typenum v1.17.0 |
328 | 2024-10-30T22:40:38.057Z | Downloaded proc-macro2 v1.0.87 |
329 | 2024-10-30T22:40:38.062Z | Downloaded papergrid v0.11.0 |
330 | 2024-10-30T22:40:38.067Z | Downloaded serde v1.0.210 |
331 | 2024-10-30T22:40:38.070Z | Downloaded log v0.4.22 |
332 | 2024-10-30T22:40:38.073Z | Downloaded clap_builder v4.5.20 |
333 | 2024-10-30T22:40:38.080Z | Downloaded bitflags v2.6.0 |
334 | 2024-10-30T22:40:38.084Z | Downloaded byteorder v1.5.0 |
335 | 2024-10-30T22:40:38.087Z | Downloaded anstyle v1.0.8 |
336 | 2024-10-30T22:40:38.092Z | Downloaded serde_json v1.0.128 |
337 | 2024-10-30T22:40:38.099Z | Downloaded zerocopy v0.7.35 |
338 | 2024-10-30T22:40:38.115Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2024-10-30T22:40:38.123Z | Downloaded errno v0.3.9 |
340 | 2024-10-30T22:40:38.123Z | Downloaded dof v0.3.0 |
341 | 2024-10-30T22:40:38.123Z | Downloaded crypto-common v0.1.6 |
342 | 2024-10-30T22:40:38.123Z | Downloaded bytecount v0.6.8 |
343 | 2024-10-30T22:40:38.123Z | Downloaded anstream v0.6.15 |
344 | 2024-10-30T22:40:38.126Z | Downloaded heck v0.5.0 |
345 | 2024-10-30T22:40:38.126Z | Downloaded cargo_toml v0.20.5 |
346 | 2024-10-30T22:40:38.128Z | Downloaded fnv v1.0.7 |
347 | 2024-10-30T22:40:38.128Z | Downloaded cargo-platform v0.1.8 |
348 | 2024-10-30T22:40:38.128Z | Downloaded camino-tempfile v1.1.1 |
349 | 2024-10-30T22:40:38.130Z | Downloaded anstyle-parse v0.2.5 |
350 | 2024-10-30T22:40:38.135Z | Downloaded equivalent v1.0.1 |
351 | 2024-10-30T22:40:38.137Z | Downloaded tabled v0.15.0 |
352 | 2024-10-30T22:40:38.151Z | Downloaded strsim v0.11.1 |
353 | 2024-10-30T22:40:38.153Z | Downloaded plain v0.2.3 |
354 | 2024-10-30T22:40:38.153Z | Downloaded usdt-macro v0.5.0 |
355 | 2024-10-30T22:40:38.156Z | Downloaded scroll_derive v0.12.0 |
356 | 2024-10-30T22:40:38.156Z | Downloaded macaddr v1.0.1 |
357 | 2024-10-30T22:40:38.158Z | Downloaded itoa v1.0.11 |
358 | 2024-10-30T22:40:38.158Z | Downloaded fs-err v2.11.0 |
359 | 2024-10-30T22:40:38.161Z | Downloaded cpufeatures v0.2.14 |
360 | 2024-10-30T22:40:38.161Z | Downloaded anyhow v1.0.89 |
361 | 2024-10-30T22:40:38.164Z | Downloaded usdt v0.5.0 |
362 | 2024-10-30T22:40:38.167Z | Downloaded thread-id v4.2.2 |
363 | 2024-10-30T22:40:38.172Z | Downloaded tabled_derive v0.7.0 |
364 | 2024-10-30T22:40:38.175Z | Downloaded smawk v0.3.2 |
365 | 2024-10-30T22:40:38.177Z | Downloaded clap_lex v0.7.2 |
366 | 2024-10-30T22:40:38.183Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-10-30T22:40:38.193Z | Downloaded semver v1.0.23 |
368 | 2024-10-30T22:40:38.202Z | Downloaded serde_spanned v0.6.8 |
369 | 2024-10-30T22:40:38.204Z | Downloaded tempfile v3.13.0 |
370 | 2024-10-30T22:40:38.206Z | Downloaded clap_derive v4.5.18 |
371 | 2024-10-30T22:40:38.208Z | Downloaded serde_tokenstream v0.2.2 |
372 | 2024-10-30T22:40:38.210Z | Downloaded proc-macro-error v1.0.4 |
373 | 2024-10-30T22:40:38.213Z | Downloaded zerocopy-derive v0.7.35 |
374 | 2024-10-30T22:40:38.217Z | Downloaded scroll v0.12.0 |
375 | 2024-10-30T22:40:38.219Z | Downloaded pest_derive v2.7.14 |
376 | 2024-10-30T22:40:38.222Z | Downloaded quote v1.0.37 |
377 | 2024-10-30T22:40:38.224Z | Downloaded version_check v0.9.5 |
378 | 2024-10-30T22:40:38.226Z | Downloaded clap v4.5.20 |
379 | 2024-10-30T22:40:38.233Z | Downloaded unicode-ident v1.0.13 |
380 | 2024-10-30T22:40:38.236Z | Downloaded ucd-trie v0.1.7 |
381 | 2024-10-30T22:40:38.238Z | Downloaded textwrap v0.16.1 |
382 | 2024-10-30T22:40:38.240Z | Downloaded toml v0.8.19 |
383 | 2024-10-30T22:40:38.243Z | Downloaded serde_derive v1.0.210 |
384 | 2024-10-30T22:40:38.246Z | Downloaded thiserror v1.0.64 |
385 | 2024-10-30T22:40:38.251Z | Downloaded pest_meta v2.7.14 |
386 | 2024-10-30T22:40:38.254Z | Downloaded once_cell v1.20.2 |
387 | 2024-10-30T22:40:38.269Z | Downloaded memchr v2.7.4 |
388 | 2024-10-30T22:40:38.279Z | Downloaded indexmap v2.6.0 |
389 | 2024-10-30T22:40:38.283Z | Downloaded toml_edit v0.22.22 |
390 | 2024-10-30T22:40:38.305Z | Downloaded pest v2.7.14 |
391 | 2024-10-30T22:40:38.309Z | Downloaded hashbrown v0.15.0 |
392 | 2024-10-30T22:40:38.315Z | Downloaded goblin v0.8.2 |
393 | 2024-10-30T22:40:38.325Z | Downloaded winnow v0.6.20 |
394 | 2024-10-30T22:40:38.353Z | Downloaded syn v2.0.79 |
395 | 2024-10-30T22:40:38.363Z | Downloaded syn v1.0.109 |
396 | 2024-10-30T22:40:38.373Z | Downloaded unicode-width v0.1.14 |
397 | 2024-10-30T22:40:38.388Z | Downloaded rustix v0.38.37 |
398 | 2024-10-30T22:40:38.421Z | Downloaded libc v0.2.161 |
399 | 2024-10-30T22:40:38.728Z | Compiling proc-macro2 v1.0.87 |
400 | 2024-10-30T22:40:38.728Z | Compiling unicode-ident v1.0.13 |
401 | 2024-10-30T22:40:38.731Z | Compiling serde v1.0.210 |
402 | 2024-10-30T22:40:38.731Z | Compiling version_check v0.9.5 |
403 | 2024-10-30T22:40:38.731Z | Compiling memchr v2.7.4 |
404 | 2024-10-30T22:40:38.731Z | Compiling thiserror v1.0.64 |
405 | 2024-10-30T22:40:38.731Z | Compiling libc v0.2.161 |
406 | 2024-10-30T22:40:38.764Z | Compiling itoa v1.0.11 |
407 | 2024-10-30T22:40:38.984Z | Compiling ryu v1.0.18 |
408 | 2024-10-30T22:40:39.097Z | Compiling ucd-trie v0.1.7 |
409 | 2024-10-30T22:40:39.443Z | Compiling once_cell v1.20.2 |
410 | 2024-10-30T22:40:39.554Z | Compiling byteorder v1.5.0 |
411 | 2024-10-30T22:40:39.677Z | Compiling serde_json v1.0.128 |
412 | 2024-10-30T22:40:39.728Z | Compiling rustix v0.38.37 |
413 | 2024-10-30T22:40:39.956Z | Compiling bitflags v2.6.0 |
414 | 2024-10-30T22:40:40.048Z | Compiling usdt-impl v0.5.0 |
415 | 2024-10-30T22:40:40.366Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-10-30T22:40:40.368Z | Compiling syn v1.0.109 |
417 | 2024-10-30T22:40:40.440Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-10-30T22:40:40.581Z | Compiling quote v1.0.37 |
419 | 2024-10-30T22:40:40.632Z | Compiling camino v1.1.9 |
420 | 2024-10-30T22:40:40.762Z | Compiling equivalent v1.0.1 |
421 | 2024-10-30T22:40:40.786Z | Compiling plain v0.2.3 |
422 | 2024-10-30T22:40:40.892Z | Compiling utf8parse v0.2.2 |
423 | 2024-10-30T22:40:40.961Z | Compiling errno v0.3.9 |
424 | 2024-10-30T22:40:41.023Z | Compiling syn v2.0.79 |
425 | 2024-10-30T22:40:41.200Z | Compiling log v0.4.22 |
426 | 2024-10-30T22:40:41.265Z | Compiling hashbrown v0.15.0 |
427 | 2024-10-30T22:40:41.358Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-10-30T22:40:41.440Z | Compiling thread-id v4.2.2 |
429 | 2024-10-30T22:40:41.687Z | Compiling anstyle-query v1.1.1 |
430 | 2024-10-30T22:40:41.721Z | Compiling is_terminal_polyfill v1.70.1 |
431 | 2024-10-30T22:40:41.849Z | Compiling anstyle v1.0.8 |
432 | 2024-10-30T22:40:41.876Z | Compiling winnow v0.6.20 |
433 | 2024-10-30T22:40:41.938Z | Compiling pretty-hex v0.4.1 |
434 | 2024-10-30T22:40:42.229Z | Compiling unicode-width v0.1.14 |
435 | 2024-10-30T22:40:42.334Z | Compiling autocfg v1.4.0 |
436 | 2024-10-30T22:40:42.359Z | Compiling semver v1.0.23 |
437 | 2024-10-30T22:40:42.548Z | Compiling indexmap v2.6.0 |
438 | 2024-10-30T22:40:42.750Z | Compiling colorchoice v1.0.2 |
439 | 2024-10-30T22:40:42.935Z | Compiling anstream v0.6.15 |
440 | 2024-10-30T22:40:43.267Z | Compiling strsim v0.11.1 |
441 | 2024-10-30T22:40:43.452Z | Compiling fs-err v2.11.0 |
442 | 2024-10-30T22:40:43.658Z | Compiling terminal_size v0.4.0 |
443 | 2024-10-30T22:40:43.765Z | Compiling anyhow v1.0.89 |
444 | 2024-10-30T22:40:43.876Z | Compiling fastrand v2.1.1 |
445 | 2024-10-30T22:40:44.036Z | Compiling bytecount v0.6.8 |
446 | 2024-10-30T22:40:44.075Z | Compiling clap_lex v0.7.2 |
447 | 2024-10-30T22:40:44.106Z | Compiling cfg-if v1.0.0 |
448 | 2024-10-30T22:40:44.354Z | Compiling fnv v1.0.7 |
449 | 2024-10-30T22:40:44.415Z | Compiling heck v0.4.1 |
450 | 2024-10-30T22:40:44.500Z | Compiling heck v0.5.0 |
451 | 2024-10-30T22:40:44.601Z | Compiling tempfile v3.13.0 |
452 | 2024-10-30T22:40:44.697Z | Compiling papergrid v0.11.0 |
453 | 2024-10-30T22:40:44.864Z | Compiling clap_builder v4.5.20 |
454 | 2024-10-30T22:40:45.165Z | Compiling memmap v0.7.0 |
455 | 2024-10-30T22:40:45.256Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-10-30T22:40:45.469Z | Compiling smawk v0.3.2 |
457 | 2024-10-30T22:40:45.708Z | Compiling textwrap v0.16.1 |
458 | 2024-10-30T22:40:45.779Z | Compiling swrite v0.1.0 |
459 | 2024-10-30T22:40:46.777Z | Compiling tabled_derive v0.7.0 |
460 | 2024-10-30T22:40:48.402Z | Compiling tabled v0.15.0 |
461 | 2024-10-30T22:40:49.314Z | Compiling serde_derive v1.0.210 |
462 | 2024-10-30T22:40:49.314Z | Compiling thiserror-impl v1.0.64 |
463 | 2024-10-30T22:40:49.317Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-10-30T22:40:49.317Z | Compiling scroll_derive v0.12.0 |
465 | 2024-10-30T22:40:49.588Z | Compiling clap_derive v4.5.18 |
466 | 2024-10-30T22:40:50.786Z | Compiling scroll v0.12.0 |
467 | 2024-10-30T22:40:51.259Z | Compiling goblin v0.8.2 |
468 | 2024-10-30T22:40:51.347Z | Compiling zerocopy v0.7.35 |
469 | 2024-10-30T22:40:52.125Z | Compiling pest v2.7.14 |
470 | 2024-10-30T22:40:53.123Z | Compiling clap v4.5.20 |
471 | 2024-10-30T22:40:54.479Z | Compiling pest_meta v2.7.14 |
472 | 2024-10-30T22:40:55.317Z | Compiling pest_generator v2.7.14 |
473 | 2024-10-30T22:40:56.992Z | Compiling pest_derive v2.7.14 |
474 | 2024-10-30T22:40:57.748Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-10-30T22:40:59.410Z | Compiling serde_spanned v0.6.8 |
476 | 2024-10-30T22:40:59.410Z | Compiling toml_datetime v0.6.8 |
477 | 2024-10-30T22:40:59.413Z | Compiling cargo-platform v0.1.8 |
478 | 2024-10-30T22:40:59.774Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-10-30T22:40:59.778Z | Compiling toml_edit v0.22.22 |
480 | 2024-10-30T22:40:59.966Z | Compiling macaddr v1.0.1 |
481 | 2024-10-30T22:41:00.077Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-10-30T22:41:00.982Z | Compiling dof v0.3.0 |
483 | 2024-10-30T22:41:00.982Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-10-30T22:41:02.462Z | Compiling toml v0.8.19 |
485 | 2024-10-30T22:41:02.885Z | Compiling usdt-macro v0.5.0 |
486 | 2024-10-30T22:41:02.998Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-10-30T22:41:03.280Z | Compiling cargo_toml v0.20.5 |
488 | 2024-10-30T22:41:04.338Z | Compiling usdt v0.5.0 |
489 | 2024-10-30T22:41:06.897Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-10-30T22:41:10.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.62s |
491 | 2024-10-30T22:41:11.034Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-10-30T22:41:11.576Z | Downloading crates ... |
493 | 2024-10-30T22:41:11.694Z | Downloaded backoff v0.4.0 |
494 | 2024-10-30T22:41:11.697Z | Downloaded async-trait v0.1.83 |
495 | 2024-10-30T22:41:11.701Z | Downloaded ahash v0.8.11 |
496 | 2024-10-30T22:41:11.703Z | Downloaded adler2 v2.0.0 |
497 | 2024-10-30T22:41:11.707Z | Downloaded ciborium-io v0.2.2 |
498 | 2024-10-30T22:41:11.710Z | Downloaded cstr-argument v0.1.2 |
499 | 2024-10-30T22:41:11.710Z | Downloaded crunchy v0.2.2 |
500 | 2024-10-30T22:41:11.710Z | Downloaded cfg_aliases v0.1.1 |
501 | 2024-10-30T22:41:11.713Z | Downloaded atty v0.2.14 |
502 | 2024-10-30T22:41:11.713Z | Downloaded ascii-canvas v3.0.0 |
503 | 2024-10-30T22:41:11.713Z | Downloaded async-recursion v1.1.1 |
504 | 2024-10-30T22:41:11.719Z | Downloaded const_format_proc_macros v0.2.33 |
505 | 2024-10-30T22:41:11.722Z | Downloaded bitfield v0.14.0 |
506 | 2024-10-30T22:41:11.732Z | Downloaded match_cfg v0.1.0 |
507 | 2024-10-30T22:41:11.732Z | Downloaded http-body v0.4.6 |
508 | 2024-10-30T22:41:11.735Z | Downloaded hmac v0.12.1 |
509 | 2024-10-30T22:41:11.735Z | Downloaded array-init v0.0.4 |
510 | 2024-10-30T22:41:11.735Z | Downloaded ctr v0.9.2 |
511 | 2024-10-30T22:41:11.737Z | Downloaded bitflags v1.3.2 |
512 | 2024-10-30T22:41:11.741Z | Downloaded debug-ignore v1.0.5 |
513 | 2024-10-30T22:41:11.741Z | Downloaded normalize-line-endings v0.3.0 |
514 | 2024-10-30T22:41:11.743Z | Downloaded addr2line v0.24.2 |
515 | 2024-10-30T22:41:11.746Z | Downloaded humantime v2.1.0 |
516 | 2024-10-30T22:41:11.747Z | Downloaded http-range v0.1.5 |
517 | 2024-10-30T22:41:11.750Z | Downloaded managed v0.8.0 |
518 | 2024-10-30T22:41:11.750Z | Downloaded hyper-tls v0.6.0 |
519 | 2024-10-30T22:41:11.753Z | Downloaded maybe-uninit v2.0.0 |
520 | 2024-10-30T22:41:11.753Z | Downloaded const-oid v0.9.6 |
521 | 2024-10-30T22:41:11.756Z | Downloaded is-terminal v0.4.13 |
522 | 2024-10-30T22:41:11.758Z | Downloaded lazy_static v1.5.0 |
523 | 2024-10-30T22:41:11.761Z | Downloaded lru-cache v0.1.2 |
524 | 2024-10-30T22:41:11.764Z | Downloaded base64 v0.13.1 |
525 | 2024-10-30T22:41:11.767Z | Downloaded russh-cryptovec v0.7.3 |
526 | 2024-10-30T22:41:11.767Z | Downloaded multer v3.1.0 |
527 | 2024-10-30T22:41:11.770Z | Downloaded rand_xorshift v0.3.0 |
528 | 2024-10-30T22:41:11.773Z | Downloaded newtype_derive v0.1.6 |
529 | 2024-10-30T22:41:11.775Z | Downloaded memmap2 v0.9.5 |
530 | 2024-10-30T22:41:11.778Z | Downloaded hyper-rustls v0.27.3 |
531 | 2024-10-30T22:41:11.781Z | Downloaded crossbeam-utils v0.8.20 |
532 | 2024-10-30T22:41:11.784Z | Downloaded cc v1.1.30 |
533 | 2024-10-30T22:41:11.788Z | Downloaded assert_matches v1.5.0 |
534 | 2024-10-30T22:41:11.790Z | Downloaded http-body v1.0.1 |
535 | 2024-10-30T22:41:11.795Z | Downloaded atomicwrites v0.4.4 |
536 | 2024-10-30T22:41:11.795Z | Downloaded chacha20poly1305 v0.10.1 |
537 | 2024-10-30T22:41:11.797Z | Downloaded atomic-waker v1.1.2 |
538 | 2024-10-30T22:41:11.797Z | Downloaded scrypt v0.11.0 |
539 | 2024-10-30T22:41:11.800Z | Downloaded crossbeam-channel v0.5.13 |
540 | 2024-10-30T22:41:11.805Z | Downloaded shlex v1.3.0 |
541 | 2024-10-30T22:41:11.808Z | Downloaded home v0.5.9 |
542 | 2024-10-30T22:41:11.811Z | Downloaded hostname v0.3.1 |
543 | 2024-10-30T22:41:11.813Z | Downloaded crucible-workspace-hack v0.1.0 |
544 | 2024-10-30T22:41:11.814Z | Downloaded cfg_aliases v0.2.1 |
545 | 2024-10-30T22:41:11.814Z | Downloaded arrayref v0.3.9 |
546 | 2024-10-30T22:41:11.818Z | Downloaded instant v0.1.13 |
547 | 2024-10-30T22:41:11.820Z | Downloaded md5 v0.7.0 |
548 | 2024-10-30T22:41:11.820Z | Downloaded aead v0.5.2 |
549 | 2024-10-30T22:41:11.820Z | Downloaded darling_macro v0.20.10 |
550 | 2024-10-30T22:41:11.823Z | Downloaded async-stream v0.3.6 |
551 | 2024-10-30T22:41:11.825Z | Downloaded castaway v0.2.3 |
552 | 2024-10-30T22:41:11.828Z | Downloaded buf-list v1.0.3 |
553 | 2024-10-30T22:41:11.831Z | Downloaded bitfield-struct v0.6.2 |
554 | 2024-10-30T22:41:11.833Z | Downloaded argon2 v0.5.3 |
555 | 2024-10-30T22:41:11.836Z | Downloaded mio v1.0.2 |
556 | 2024-10-30T22:41:11.841Z | Downloaded siphasher v0.3.11 |
557 | 2024-10-30T22:41:11.843Z | Downloaded is_ci v1.2.0 |
558 | 2024-10-30T22:41:11.846Z | Downloaded convert_case v0.4.0 |
559 | 2024-10-30T22:41:11.846Z | Downloaded constant_time_eq v0.3.1 |
560 | 2024-10-30T22:41:11.849Z | Downloaded diesel_table_macro_syntax v0.2.0 |
561 | 2024-10-30T22:41:11.852Z | Downloaded downcast v0.11.0 |
562 | 2024-10-30T22:41:11.852Z | Downloaded tower-service v0.3.3 |
563 | 2024-10-30T22:41:11.854Z | Downloaded crc-catalog v2.4.0 |
564 | 2024-10-30T22:41:11.854Z | Downloaded cobs v0.2.3 |
565 | 2024-10-30T22:41:11.857Z | Downloaded thread_local v1.1.8 |
566 | 2024-10-30T22:41:11.860Z | Downloaded inout v0.1.3 |
567 | 2024-10-30T22:41:11.860Z | Downloaded ciborium-ll v0.2.2 |
568 | 2024-10-30T22:41:11.863Z | Downloaded lalrpop-util v0.19.12 |
569 | 2024-10-30T22:41:11.863Z | Downloaded chrono-tz-build v0.4.0 |
570 | 2024-10-30T22:41:11.866Z | Downloaded mime v0.3.17 |
571 | 2024-10-30T22:41:11.869Z | Downloaded nibble_vec v0.1.0 |
572 | 2024-10-30T22:41:11.869Z | Downloaded crc v3.2.1 |
573 | 2024-10-30T22:41:11.872Z | Downloaded snafu-derive v0.8.5 |
574 | 2024-10-30T22:41:11.875Z | Downloaded rand_core v0.6.4 |
575 | 2024-10-30T22:41:11.877Z | Downloaded cassowary v0.3.0 |
576 | 2024-10-30T22:41:11.880Z | Downloaded lazycell v1.3.0 |
577 | 2024-10-30T22:41:11.880Z | Downloaded md-5 v0.10.6 |
578 | 2024-10-30T22:41:11.882Z | Downloaded linear-map v1.2.0 |
579 | 2024-10-30T22:41:11.885Z | Downloaded rand_seeder v0.3.0 |
580 | 2024-10-30T22:41:11.888Z | Downloaded headers-core v0.3.0 |
581 | 2024-10-30T22:41:11.888Z | Downloaded rtoolbox v0.0.2 |
582 | 2024-10-30T22:41:11.891Z | Downloaded keccak v0.1.5 |
583 | 2024-10-30T22:41:11.891Z | Downloaded which v4.4.2 |
584 | 2024-10-30T22:41:11.894Z | Downloaded console v0.15.8 |
585 | 2024-10-30T22:41:11.896Z | Downloaded bzip2 v0.4.4 |
586 | 2024-10-30T22:41:11.900Z | Downloaded thiserror-impl-no-std v2.0.2 |
587 | 2024-10-30T22:41:11.903Z | Downloaded cookie_store v0.21.0 |
588 | 2024-10-30T22:41:11.905Z | Downloaded maplit v1.0.2 |
589 | 2024-10-30T22:41:11.908Z | Downloaded cbc v0.1.2 |
590 | 2024-10-30T22:41:11.908Z | Downloaded newtype-uuid v1.1.2 |
591 | 2024-10-30T22:41:11.911Z | Downloaded lru v0.12.5 |
592 | 2024-10-30T22:41:11.914Z | Downloaded form_urlencoded v1.2.1 |
593 | 2024-10-30T22:41:11.914Z | Downloaded fallible-streaming-iterator v0.1.9 |
594 | 2024-10-30T22:41:11.916Z | Downloaded sqlformat v0.2.6 |
595 | 2024-10-30T22:41:11.919Z | Downloaded fallible-iterator v0.3.0 |
596 | 2024-10-30T22:41:11.920Z | Downloaded crossbeam-epoch v0.9.18 |
597 | 2024-10-30T22:41:11.922Z | Downloaded multimap v0.10.0 |
598 | 2024-10-30T22:41:11.926Z | Downloaded progenitor-client v0.8.0 |
599 | 2024-10-30T22:41:11.928Z | Downloaded tracing-attributes v0.1.27 |
600 | 2024-10-30T22:41:11.931Z | Downloaded futures-task v0.3.31 |
601 | 2024-10-30T22:41:11.931Z | Downloaded scopeguard v1.2.0 |
602 | 2024-10-30T22:41:11.934Z | Downloaded fd-lock v4.0.2 |
603 | 2024-10-30T22:41:11.938Z | Downloaded lock_api v0.4.12 |
604 | 2024-10-30T22:41:11.941Z | Downloaded strip-ansi-escapes v0.2.0 |
605 | 2024-10-30T22:41:11.941Z | Downloaded psl-types v2.0.11 |
606 | 2024-10-30T22:41:11.941Z | Downloaded pretty-hex v0.2.1 |
607 | 2024-10-30T22:41:11.944Z | Downloaded libm v0.2.8 |
608 | 2024-10-30T22:41:11.953Z | Downloaded sync_wrapper v0.1.2 |
609 | 2024-10-30T22:41:11.956Z | Downloaded supports-color v3.0.1 |
610 | 2024-10-30T22:41:11.956Z | Downloaded phf_generator v0.11.2 |
611 | 2024-10-30T22:41:11.960Z | Downloaded num v0.4.3 |
612 | 2024-10-30T22:41:11.960Z | Downloaded unicode-xid v0.2.6 |
613 | 2024-10-30T22:41:11.962Z | Downloaded tinyvec_macros v0.1.1 |
614 | 2024-10-30T22:41:11.962Z | Downloaded base64 v0.21.7 |
615 | 2024-10-30T22:41:11.967Z | Downloaded sync_wrapper v1.0.1 |
616 | 2024-10-30T22:41:11.970Z | Downloaded ppv-lite86 v0.2.20 |
617 | 2024-10-30T22:41:11.974Z | Downloaded endian-type v0.1.2 |
618 | 2024-10-30T22:41:11.974Z | Downloaded nanorand v0.7.0 |
619 | 2024-10-30T22:41:11.977Z | Downloaded derive_builder_macro v0.20.2 |
620 | 2024-10-30T22:41:11.977Z | Downloaded rustc-hash v1.1.0 |
621 | 2024-10-30T22:41:11.979Z | Downloaded parse-display v0.10.0 |
622 | 2024-10-30T22:41:11.979Z | Downloaded packed_struct v0.10.1 |
623 | 2024-10-30T22:41:11.982Z | Downloaded serde-big-array v0.5.1 |
624 | 2024-10-30T22:41:11.985Z | Downloaded rustc_version v0.1.7 |
625 | 2024-10-30T22:41:11.985Z | Downloaded rustc-hash v2.0.0 |
626 | 2024-10-30T22:41:11.987Z | Downloaded httparse v1.9.5 |
627 | 2024-10-30T22:41:11.990Z | Downloaded slog-dtrace v0.3.0 |
628 | 2024-10-30T22:41:11.993Z | Downloaded serde-hex v0.1.0 |
629 | 2024-10-30T22:41:11.996Z | Downloaded subtle v2.6.1 |
630 | 2024-10-30T22:41:11.999Z | Downloaded phf v0.11.2 |
631 | 2024-10-30T22:41:11.999Z | Downloaded miniz_oxide v0.8.0 |
632 | 2024-10-30T22:41:12.002Z | Downloaded utf-8 v0.7.6 |
633 | 2024-10-30T22:41:12.004Z | Downloaded itertools v0.12.1 |
634 | 2024-10-30T22:41:12.013Z | Downloaded serde_path_to_error v0.1.16 |
635 | 2024-10-30T22:41:12.022Z | Downloaded mockall v0.13.0 |
636 | 2024-10-30T22:41:12.022Z | Downloaded strum_macros v0.25.3 |
637 | 2024-10-30T22:41:12.027Z | Downloaded num_enum v0.5.11 |
638 | 2024-10-30T22:41:12.027Z | Downloaded flagset v0.4.6 |
639 | 2024-10-30T22:41:12.027Z | Downloaded serde_plain v1.0.2 |
640 | 2024-10-30T22:41:12.031Z | Downloaded rustc-demangle v0.1.24 |
641 | 2024-10-30T22:41:12.034Z | Downloaded static_assertions v1.1.0 |
642 | 2024-10-30T22:41:12.034Z | Downloaded omicron-zone-package v0.11.1 |
643 | 2024-10-30T22:41:12.037Z | Downloaded ghash v0.5.1 |
644 | 2024-10-30T22:41:12.040Z | Downloaded same-file v1.0.6 |
645 | 2024-10-30T22:41:12.043Z | Downloaded mockall_derive v0.13.0 |
646 | 2024-10-30T22:41:12.045Z | Downloaded termtree v0.4.1 |
647 | 2024-10-30T22:41:12.045Z | Downloaded take_mut v0.2.2 |
648 | 2024-10-30T22:41:12.048Z | Downloaded hyper-util v0.1.9 |
649 | 2024-10-30T22:41:12.052Z | Downloaded packed_struct_codegen v0.10.1 |
650 | 2024-10-30T22:41:12.056Z | Downloaded tokio-stream v0.1.16 |
651 | 2024-10-30T22:41:12.059Z | Downloaded const_format v0.2.33 |
652 | 2024-10-30T22:41:12.065Z | Downloaded primeorder v0.13.6 |
653 | 2024-10-30T22:41:12.067Z | Downloaded hickory-server v0.24.1 |
654 | 2024-10-30T22:41:12.073Z | Downloaded time-core v0.1.2 |
655 | 2024-10-30T22:41:12.076Z | Downloaded openssl-probe v0.1.5 |
656 | 2024-10-30T22:41:12.080Z | Downloaded scheduled-thread-pool v0.2.7 |
657 | 2024-10-30T22:41:12.080Z | Downloaded proc-macro-crate v1.3.1 |
658 | 2024-10-30T22:41:12.083Z | Downloaded dsl_auto_type v0.1.2 |
659 | 2024-10-30T22:41:12.083Z | Downloaded dirs-sys-next v0.1.2 |
660 | 2024-10-30T22:41:12.086Z | Downloaded headers v0.4.0 |
661 | 2024-10-30T22:41:12.090Z | Downloaded slog v2.7.0 |
662 | 2024-10-30T22:41:12.093Z | Downloaded parse-display-derive v0.10.0 |
663 | 2024-10-30T22:41:12.096Z | Downloaded num_enum_derive v0.5.11 |
664 | 2024-10-30T22:41:12.108Z | Downloaded termios v0.3.3 |
665 | 2024-10-30T22:41:12.111Z | Downloaded hickory-resolver v0.24.1 |
666 | 2024-10-30T22:41:12.116Z | Downloaded signal-hook-tokio v0.3.1 |
667 | 2024-10-30T22:41:12.120Z | Downloaded group v0.13.0 |
668 | 2024-10-30T22:41:12.120Z | Downloaded funty v2.0.0 |
669 | 2024-10-30T22:41:12.125Z | Downloaded embedded-io v0.6.1 |
670 | 2024-10-30T22:41:12.125Z | Downloaded parking_lot v0.11.2 |
671 | 2024-10-30T22:41:12.129Z | Downloaded spki v0.7.3 |
672 | 2024-10-30T22:41:12.131Z | Downloaded http v1.1.0 |
673 | 2024-10-30T22:41:12.135Z | Downloaded waitgroup v0.1.2 |
674 | 2024-10-30T22:41:12.135Z | Downloaded structmeta v0.2.0 |
675 | 2024-10-30T22:41:12.145Z | Downloaded slog-term v2.9.1 |
676 | 2024-10-30T22:41:12.145Z | Downloaded getrandom v0.2.15 |
677 | 2024-10-30T22:41:12.145Z | Downloaded tiny-keccak v2.0.2 |
678 | 2024-10-30T22:41:12.149Z | Downloaded slog-stdlog v4.1.1 |
679 | 2024-10-30T22:41:12.149Z | Downloaded rfc6979 v0.4.0 |
680 | 2024-10-30T22:41:12.152Z | Downloaded foreign-types-shared v0.3.1 |
681 | 2024-10-30T22:41:12.152Z | Downloaded serde_repr v0.1.19 |
682 | 2024-10-30T22:41:12.157Z | Downloaded parking_lot_core v0.8.6 |
683 | 2024-10-30T22:41:12.157Z | Downloaded radium v0.7.0 |
684 | 2024-10-30T22:41:12.157Z | Downloaded term v0.7.0 |
685 | 2024-10-30T22:41:12.160Z | Downloaded quinn-udp v0.5.5 |
686 | 2024-10-30T22:41:12.163Z | Downloaded tls_codec_derive v0.4.1 |
687 | 2024-10-30T22:41:12.166Z | Downloaded env_logger v0.11.5 |
688 | 2024-10-30T22:41:12.173Z | Downloaded parking_lot v0.12.3 |
689 | 2024-10-30T22:41:12.173Z | Downloaded phf_shared v0.10.0 |
690 | 2024-10-30T22:41:12.176Z | Downloaded hash32 v0.2.1 |
691 | 2024-10-30T22:41:12.176Z | Downloaded tokio-native-tls v0.3.1 |
692 | 2024-10-30T22:41:12.181Z | Downloaded sigpipe v0.1.3 |
693 | 2024-10-30T22:41:12.181Z | Downloaded bindgen v0.69.5 |
694 | 2024-10-30T22:41:12.188Z | Downloaded toolchain_find v0.4.0 |
695 | 2024-10-30T22:41:12.191Z | Downloaded salsa20 v0.10.2 |
696 | 2024-10-30T22:41:12.194Z | Downloaded embedded-io v0.4.0 |
697 | 2024-10-30T22:41:12.194Z | Downloaded postcard v1.0.10 |
698 | 2024-10-30T22:41:12.197Z | Downloaded walkdir v2.5.0 |
699 | 2024-10-30T22:41:12.200Z | Downloaded num-iter v0.1.45 |
700 | 2024-10-30T22:41:12.203Z | Downloaded num-integer v0.1.46 |
701 | 2024-10-30T22:41:12.206Z | Downloaded futures-macro v0.3.31 |
702 | 2024-10-30T22:41:12.206Z | Downloaded foreign-types-macros v0.2.3 |
703 | 2024-10-30T22:41:12.209Z | Downloaded num_threads v0.1.7 |
704 | 2024-10-30T22:41:12.209Z | Downloaded http v0.2.12 |
705 | 2024-10-30T22:41:12.213Z | Downloaded tokio-tungstenite v0.23.1 |
706 | 2024-10-30T22:41:12.216Z | Downloaded vte_generate_state_changes v0.1.2 |
707 | 2024-10-30T22:41:12.219Z | Downloaded tokio-macros v2.4.0 |
708 | 2024-10-30T22:41:12.219Z | Downloaded number_prefix v0.4.0 |
709 | 2024-10-30T22:41:12.223Z | Downloaded url v2.5.2 |
710 | 2024-10-30T22:41:12.228Z | Downloaded derive_builder_core v0.20.2 |
711 | 2024-10-30T22:41:12.228Z | Downloaded time-macros v0.2.18 |
712 | 2024-10-30T22:41:12.231Z | Downloaded quick-error v1.2.3 |
713 | 2024-10-30T22:41:12.234Z | Downloaded unicode_categories v0.1.1 |
714 | 2024-10-30T22:41:12.236Z | Downloaded crossterm v0.28.1 |
715 | 2024-10-30T22:41:12.243Z | Downloaded peg-runtime v0.8.3 |
716 | 2024-10-30T22:41:12.246Z | Downloaded aes-gcm v0.10.3 |
717 | 2024-10-30T22:41:12.249Z | Downloaded futures-sink v0.3.31 |
718 | 2024-10-30T22:41:12.252Z | Downloaded pkcs8 v0.10.2 |
719 | 2024-10-30T22:41:12.254Z | Downloaded untrusted v0.9.0 |
720 | 2024-10-30T22:41:12.257Z | Downloaded untrusted v0.7.1 |
721 | 2024-10-30T22:41:12.257Z | Downloaded tar v0.4.42 |
722 | 2024-10-30T22:41:12.260Z | Downloaded num-derive v0.4.2 |
723 | 2024-10-30T22:41:12.263Z | Downloaded try-lock v0.2.5 |
724 | 2024-10-30T22:41:12.266Z | Downloaded phf_shared v0.11.2 |
725 | 2024-10-30T22:41:12.266Z | Downloaded peg v0.8.4 |
726 | 2024-10-30T22:41:12.270Z | Downloaded password-hash v0.4.2 |
727 | 2024-10-30T22:41:12.273Z | Downloaded poly1305 v0.8.0 |
728 | 2024-10-30T22:41:12.276Z | Downloaded predicates-core v1.0.8 |
729 | 2024-10-30T22:41:12.279Z | Downloaded rand_chacha v0.3.1 |
730 | 2024-10-30T22:41:12.282Z | Downloaded publicsuffix v2.2.3 |
731 | 2024-10-30T22:41:12.286Z | Downloaded serde_urlencoded v0.7.1 |
732 | 2024-10-30T22:41:12.286Z | Downloaded predicates v3.1.2 |
733 | 2024-10-30T22:41:12.289Z | Downloaded zone_cfg_derive v0.3.0 |
734 | 2024-10-30T22:41:12.292Z | Downloaded tls_codec v0.4.1 |
735 | 2024-10-30T22:41:12.295Z | Downloaded smallvec v0.6.14 |
736 | 2024-10-30T22:41:12.296Z | Downloaded parse-size v1.0.0 |
737 | 2024-10-30T22:41:12.298Z | Downloaded ecdsa v0.16.9 |
738 | 2024-10-30T22:41:12.301Z | Downloaded dhcproto v0.12.0 |
739 | 2024-10-30T22:41:12.305Z | Downloaded glob v0.3.1 |
740 | 2024-10-30T22:41:12.308Z | Downloaded precomputed-hash v0.1.1 |
741 | 2024-10-30T22:41:12.308Z | Downloaded unicode-segmentation v1.12.0 |
742 | 2024-10-30T22:41:12.311Z | Downloaded dhcproto-macros v0.1.0 |
743 | 2024-10-30T22:41:12.311Z | Downloaded samael v0.0.17 |
744 | 2024-10-30T22:41:12.318Z | Downloaded predicates-tree v1.0.11 |
745 | 2024-10-30T22:41:12.320Z | Downloaded num-bigint v0.4.6 |
746 | 2024-10-30T22:41:12.326Z | Downloaded rusqlite v0.32.1 |
747 | 2024-10-30T22:41:12.333Z | Downloaded semver v0.1.20 |
748 | 2024-10-30T22:41:12.336Z | Downloaded ref-cast-impl v1.0.23 |
749 | 2024-10-30T22:41:12.339Z | Downloaded tui-tree-widget v0.22.0 |
750 | 2024-10-30T22:41:12.339Z | Downloaded smf v0.2.3 |
751 | 2024-10-30T22:41:12.342Z | Downloaded rustls-pemfile v1.0.4 |
752 | 2024-10-30T22:41:12.345Z | Downloaded similar v2.6.0 |
753 | 2024-10-30T22:41:12.349Z | Downloaded path-slash v0.1.5 |
754 | 2024-10-30T22:41:12.351Z | Downloaded tokio-tungstenite v0.24.0 |
755 | 2024-10-30T22:41:12.353Z | Downloaded flate2 v1.0.34 |
756 | 2024-10-30T22:41:12.358Z | Downloaded filetime v0.2.25 |
757 | 2024-10-30T22:41:12.361Z | Downloaded heapless v0.7.17 |
758 | 2024-10-30T22:41:12.366Z | Downloaded spin v0.5.2 |
759 | 2024-10-30T22:41:12.369Z | Downloaded secrecy v0.8.0 |
760 | 2024-10-30T22:41:12.369Z | Downloaded diesel-dtrace v0.3.0 |
761 | 2024-10-30T22:41:12.372Z | Downloaded defmt-parser v0.3.4 |
762 | 2024-10-30T22:41:12.374Z | Downloaded peg-macros v0.8.4 |
763 | 2024-10-30T22:41:12.374Z | Downloaded half v2.4.1 |
764 | 2024-10-30T22:41:12.378Z | Downloaded expectorate v1.1.0 |
765 | 2024-10-30T22:41:12.381Z | Downloaded steno v0.4.1 |
766 | 2024-10-30T22:41:12.385Z | Downloaded prettyplease v0.2.22 |
767 | 2024-10-30T22:41:12.389Z | Downloaded enum-as-inner v0.6.1 |
768 | 2024-10-30T22:41:12.392Z | Downloaded rustfmt-wrapper v0.2.1 |
769 | 2024-10-30T22:41:12.394Z | Downloaded rustc_version v0.4.1 |
770 | 2024-10-30T22:41:12.394Z | Downloaded rpassword v7.3.1 |
771 | 2024-10-30T22:41:12.397Z | Downloaded resolv-conf v0.7.0 |
772 | 2024-10-30T22:41:12.399Z | Downloaded pbkdf2 v0.12.2 |
773 | 2024-10-30T22:41:12.399Z | Downloaded zone v0.1.8 |
774 | 2024-10-30T22:41:12.402Z | Downloaded heck v0.3.3 |
775 | 2024-10-30T22:41:12.402Z | Downloaded nu-ansi-term v0.50.1 |
776 | 2024-10-30T22:41:12.405Z | Downloaded postgres-types v0.2.8 |
777 | 2024-10-30T22:41:12.408Z | Downloaded unsafe-libyaml v0.2.11 |
778 | 2024-10-30T22:41:12.412Z | Downloaded rustversion v1.0.17 |
779 | 2024-10-30T22:41:12.414Z | Downloaded diff v0.1.13 |
780 | 2024-10-30T22:41:12.418Z | Downloaded gethostname v0.5.0 |
781 | 2024-10-30T22:41:12.421Z | Downloaded sha1 v0.10.6 |
782 | 2024-10-30T22:41:12.425Z | Downloaded sct v0.7.1 |
783 | 2024-10-30T22:41:12.427Z | Downloaded rand v0.8.5 |
784 | 2024-10-30T22:41:12.430Z | Downloaded vte v0.11.1 |
785 | 2024-10-30T22:41:12.434Z | Downloaded num-conv v0.1.0 |
786 | 2024-10-30T22:41:12.437Z | Downloaded fxhash v0.2.1 |
787 | 2024-10-30T22:41:12.437Z | Downloaded universal-hash v0.5.1 |
788 | 2024-10-30T22:41:12.437Z | Downloaded serde_with v3.11.0 |
789 | 2024-10-30T22:41:12.446Z | Downloaded structmeta-derive v0.2.0 |
790 | 2024-10-30T22:41:12.449Z | Downloaded ref-cast v1.0.23 |
791 | 2024-10-30T22:41:12.454Z | Downloaded serde_with_macros v3.11.0 |
792 | 2024-10-30T22:41:12.454Z | Downloaded itertools v0.13.0 |
793 | 2024-10-30T22:41:12.461Z | Downloaded wait-timeout v0.2.0 |
794 | 2024-10-30T22:41:12.464Z | Downloaded tabwriter v1.4.0 |
795 | 2024-10-30T22:41:12.464Z | Downloaded structmeta v0.3.0 |
796 | 2024-10-30T22:41:12.467Z | Downloaded slog-json v2.6.1 |
797 | 2024-10-30T22:41:12.470Z | Downloaded postgres-protocol v0.6.7 |
798 | 2024-10-30T22:41:12.470Z | Downloaded rusty-fork v0.3.0 |
799 | 2024-10-30T22:41:12.473Z | Downloaded polyval v0.6.2 |
800 | 2024-10-30T22:41:12.473Z | Downloaded p521 v0.13.3 |
801 | 2024-10-30T22:41:12.477Z | Downloaded foldhash v0.1.3 |
802 | 2024-10-30T22:41:12.481Z | Downloaded dyn-clone v1.0.17 |
803 | 2024-10-30T22:41:12.485Z | Downloaded paste v1.0.15 |
804 | 2024-10-30T22:41:12.485Z | Downloaded h2 v0.4.6 |
805 | 2024-10-30T22:41:12.492Z | Downloaded pkcs1 v0.7.5 |
806 | 2024-10-30T22:41:12.496Z | Downloaded hex-literal v0.4.1 |
807 | 2024-10-30T22:41:12.499Z | Downloaded hkdf v0.12.4 |
808 | 2024-10-30T22:41:12.499Z | Downloaded openssl-sys v0.9.103 |
809 | 2024-10-30T22:41:12.505Z | Downloaded pin-project-lite v0.2.14 |
810 | 2024-10-30T22:41:12.510Z | Downloaded russh-keys v0.45.0 |
811 | 2024-10-30T22:41:12.513Z | Downloaded aho-corasick v1.1.3 |
812 | 2024-10-30T22:41:12.520Z | Downloaded socket2 v0.5.7 |
813 | 2024-10-30T22:41:12.522Z | Downloaded bitvec v1.0.1 |
814 | 2024-10-30T22:41:12.537Z | Downloaded tinyvec v1.8.0 |
815 | 2024-10-30T22:41:12.540Z | Downloaded env_logger v0.10.2 |
816 | 2024-10-30T22:41:12.544Z | Downloaded pkcs5 v0.7.1 |
817 | 2024-10-30T22:41:12.547Z | Downloaded pin-project v1.1.6 |
818 | 2024-10-30T22:41:12.559Z | Downloaded pin-project-internal v1.1.6 |
819 | 2024-10-30T22:41:12.563Z | Downloaded chrono v0.4.38 |
820 | 2024-10-30T22:41:12.568Z | Downloaded unicase v2.7.0 |
821 | 2024-10-30T22:41:12.570Z | Downloaded subprocess v0.2.9 |
822 | 2024-10-30T22:41:12.573Z | Downloaded time v0.3.36 |
823 | 2024-10-30T22:41:12.579Z | Downloaded derive-where v1.2.7 |
824 | 2024-10-30T22:41:12.582Z | Downloaded snafu v0.8.5 |
825 | 2024-10-30T22:41:12.589Z | Downloaded tungstenite v0.21.0 |
826 | 2024-10-30T22:41:12.592Z | Downloaded rcgen v0.12.1 |
827 | 2024-10-30T22:41:12.596Z | Downloaded ed25519-dalek v2.1.1 |
828 | 2024-10-30T22:41:12.599Z | Downloaded der v0.7.9 |
829 | 2024-10-30T22:41:12.604Z | Downloaded parse-zoneinfo v0.3.1 |
830 | 2024-10-30T22:41:12.607Z | Downloaded portable-atomic v1.9.0 |
831 | 2024-10-30T22:41:12.613Z | Downloaded serde_yaml v0.9.34+deprecated |
832 | 2024-10-30T22:41:12.617Z | Downloaded quick-xml v0.33.0 |
833 | 2024-10-30T22:41:12.624Z | Downloaded tungstenite v0.24.0 |
834 | 2024-10-30T22:41:12.627Z | Downloaded tungstenite v0.23.0 |
835 | 2024-10-30T22:41:12.630Z | Downloaded chrono-tz v0.10.0 |
836 | 2024-10-30T22:41:12.649Z | Downloaded elliptic-curve v0.13.8 |
837 | 2024-10-30T22:41:12.652Z | Downloaded rustyline v14.0.0 |
838 | 2024-10-30T22:41:12.653Z | Downloaded hashbrown v0.13.2 |
839 | 2024-10-30T22:41:12.653Z | Downloaded hyper v0.14.30 |
840 | 2024-10-30T22:41:12.659Z | Downloaded tough v0.17.1 |
841 | 2024-10-30T22:41:12.668Z | Downloaded flume v0.11.0 |
842 | 2024-10-30T22:41:12.687Z | Downloaded regex-syntax v0.8.5 |
843 | 2024-10-30T22:41:12.687Z | Downloaded ssh-key v0.6.6 |
844 | 2024-10-30T22:41:12.690Z | Downloaded hashbrown v0.14.5 |
845 | 2024-10-30T22:41:12.703Z | Downloaded reedline v0.35.0 |
846 | 2024-10-30T22:41:12.703Z | Downloaded hashbrown v0.12.3 |
847 | 2024-10-30T22:41:12.708Z | Downloaded rayon v1.10.0 |
848 | 2024-10-30T22:41:12.715Z | Downloaded num-bigint-dig v0.8.4 |
849 | 2024-10-30T22:41:12.720Z | Downloaded quinn-proto v0.11.8 |
850 | 2024-10-30T22:41:12.729Z | Downloaded reqwest v0.12.8 |
851 | 2024-10-30T22:41:12.737Z | Downloaded gimli v0.31.1 |
852 | 2024-10-30T22:41:12.748Z | Downloaded idna v0.3.0 |
853 | 2024-10-30T22:41:12.751Z | Downloaded p384 v0.13.0 |
854 | 2024-10-30T22:41:12.758Z | Downloaded rustls-webpki v0.101.7 |
855 | 2024-10-30T22:41:12.773Z | Downloaded rustls-webpki v0.102.8 |
856 | 2024-10-30T22:41:12.792Z | Downloaded git2 v0.19.0 |
857 | 2024-10-30T22:41:12.801Z | Downloaded object v0.36.5 |
858 | 2024-10-30T22:41:12.812Z | Downloaded polar-core v0.27.3 |
859 | 2024-10-30T22:41:12.821Z | Downloaded regex v1.11.0 |
860 | 2024-10-30T22:41:12.834Z | Downloaded dropshot v0.12.0 |
861 | 2024-10-30T22:41:12.854Z | Downloaded smoltcp v0.9.1 |
862 | 2024-10-30T22:41:12.865Z | Downloaded vcpkg v0.2.15 |
863 | 2024-10-30T22:41:12.904Z | Downloaded object v0.30.4 |
864 | 2024-10-30T22:41:12.913Z | Downloaded diesel v2.2.4 |
865 | 2024-10-30T22:41:12.933Z | Downloaded openapiv3 v2.0.0 |
866 | 2024-10-30T22:41:12.944Z | Downloaded rustls v0.23.14 |
867 | 2024-10-30T22:41:12.956Z | Downloaded rustls v0.22.4 |
868 | 2024-10-30T22:41:12.969Z | Downloaded smoltcp v0.11.0 |
869 | 2024-10-30T22:41:12.981Z | Downloaded hickory-proto v0.24.1 |
870 | 2024-10-30T22:41:12.997Z | Downloaded regress v0.10.1 |
871 | 2024-10-30T22:41:13.006Z | Downloaded regress v0.9.1 |
872 | 2024-10-30T22:41:13.015Z | Downloaded nix v0.29.0 |
873 | 2024-10-30T22:41:13.026Z | Downloaded sled v0.34.7 |
874 | 2024-10-30T22:41:13.036Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
875 | 2024-10-30T22:41:13.049Z | Downloaded zerocopy-derive v0.6.6 |
876 | 2024-10-30T22:41:13.059Z | Downloaded regex-syntax v0.6.29 |
877 | 2024-10-30T22:41:13.066Z | Downloaded rustls v0.21.12 |
878 | 2024-10-30T22:41:13.077Z | Downloaded ratatui v0.28.1 |
879 | 2024-10-30T22:41:13.097Z | Downloaded trust-dns-proto v0.22.0 |
880 | 2024-10-30T22:41:13.109Z | Downloaded typify-impl v0.2.0 |
881 | 2024-10-30T22:41:13.125Z | Downloaded nix v0.28.0 |
882 | 2024-10-30T22:41:13.137Z | Downloaded regex-automata v0.4.8 |
883 | 2024-10-30T22:41:13.155Z | Downloaded petgraph v0.6.5 |
884 | 2024-10-30T22:41:13.173Z | Downloaded webpki-roots v0.26.6 |
885 | 2024-10-30T22:41:13.190Z | Downloaded idna v0.2.3 |
886 | 2024-10-30T22:41:13.195Z | Downloaded radix_trie v0.2.1 |
887 | 2024-10-30T22:41:13.195Z | Downloaded idna v0.5.0 |
888 | 2024-10-30T22:41:13.198Z | Downloaded openssl v0.10.66 |
889 | 2024-10-30T22:41:13.207Z | Downloaded lalrpop v0.19.12 |
890 | 2024-10-30T22:41:13.219Z | Downloaded lzma-sys v0.1.20 |
891 | 2024-10-30T22:41:13.249Z | Downloaded tokio v1.40.0 |
892 | 2024-10-30T22:41:13.288Z | Downloaded libz-sys v1.1.20 |
893 | 2024-10-30T22:41:13.309Z | Downloaded csv v1.3.0 |
894 | 2024-10-30T22:41:13.329Z | Downloaded curve25519-dalek v4.1.3 |
895 | 2024-10-30T22:41:13.337Z | Downloaded sqlparser v0.45.0 |
896 | 2024-10-30T22:41:13.343Z | Downloaded bstr v1.10.0 |
897 | 2024-10-30T22:41:13.355Z | Downloaded winnow v0.5.40 |
898 | 2024-10-30T22:41:13.364Z | Downloaded proptest v1.5.0 |
899 | 2024-10-30T22:41:13.373Z | Downloaded toml_edit v0.19.15 |
900 | 2024-10-30T22:41:13.389Z | Downloaded sha3 v0.10.8 |
901 | 2024-10-30T22:41:13.393Z | Downloaded unicode-normalization v0.1.24 |
902 | 2024-10-30T22:41:13.397Z | Downloaded tokio-util v0.7.12 |
903 | 2024-10-30T22:41:13.403Z | Downloaded nix v0.27.1 |
904 | 2024-10-30T22:41:13.415Z | Downloaded futures-util v0.3.31 |
905 | 2024-10-30T22:41:13.427Z | Downloaded idna v0.4.0 |
906 | 2024-10-30T22:41:13.434Z | Downloaded ron v0.8.1 |
907 | 2024-10-30T22:41:13.439Z | Downloaded salty v0.3.0 |
908 | 2024-10-30T22:41:13.446Z | Downloaded ed25519 v2.2.3 |
909 | 2024-10-30T22:41:13.448Z | Downloaded difflib v0.4.0 |
910 | 2024-10-30T22:41:13.451Z | Downloaded structmeta-derive v0.3.0 |
911 | 2024-10-30T22:41:13.451Z | Downloaded hashlink v0.9.1 |
912 | 2024-10-30T22:41:13.453Z | Downloaded pin-utils v0.1.0 |
913 | 2024-10-30T22:41:13.453Z | Downloaded hyper v1.4.1 |
914 | 2024-10-30T22:41:13.459Z | Downloaded diesel_derives v2.2.3 |
915 | 2024-10-30T22:41:13.464Z | Downloaded either v1.13.0 |
916 | 2024-10-30T22:41:13.466Z | Downloaded deranged v0.3.11 |
917 | 2024-10-30T22:41:13.469Z | Downloaded ssh-cipher v0.2.0 |
918 | 2024-10-30T22:41:13.469Z | Downloaded hex v0.4.3 |
919 | 2024-10-30T22:41:13.471Z | Downloaded typify-macro v0.2.0 |
920 | 2024-10-30T22:41:13.471Z | Downloaded ff v0.13.0 |
921 | 2024-10-30T22:41:13.473Z | Downloaded defmt v0.3.8 |
922 | 2024-10-30T22:41:13.475Z | Downloaded typed-path v0.7.1 |
923 | 2024-10-30T22:41:13.481Z | Downloaded h2 v0.3.26 |
924 | 2024-10-30T22:41:13.488Z | Downloaded reqwest v0.11.27 |
925 | 2024-10-30T22:41:13.496Z | Downloaded unicode-bidi v0.3.17 |
926 | 2024-10-30T22:41:13.499Z | Downloaded x509-cert v0.2.5 |
927 | 2024-10-30T22:41:13.505Z | Downloaded float-ord v0.3.2 |
928 | 2024-10-30T22:41:13.508Z | Downloaded unarray v0.1.4 |
929 | 2024-10-30T22:41:13.510Z | Downloaded twox-hash v1.6.3 |
930 | 2024-10-30T22:41:13.510Z | Downloaded nom v7.1.3 |
931 | 2024-10-30T22:41:13.514Z | Downloaded libxml v0.3.3 |
932 | 2024-10-30T22:41:13.520Z | Downloaded sec1 v0.7.3 |
933 | 2024-10-30T22:41:13.522Z | Downloaded pem-rfc7468 v0.7.0 |
934 | 2024-10-30T22:41:13.525Z | Downloaded hickory-client v0.24.1 |
935 | 2024-10-30T22:41:13.527Z | Downloaded password-hash v0.5.0 |
936 | 2024-10-30T22:41:13.530Z | Downloaded qorb v0.1.2 |
937 | 2024-10-30T22:41:13.534Z | Downloaded itertools v0.10.5 |
938 | 2024-10-30T22:41:13.541Z | Downloaded rustls-pemfile v2.2.0 |
939 | 2024-10-30T22:41:13.543Z | Downloaded encoding_rs v0.8.34 |
940 | 2024-10-30T22:41:13.565Z | Downloaded quinn v0.11.5 |
941 | 2024-10-30T22:41:13.568Z | Downloaded oso-derive v0.27.3 |
942 | 2024-10-30T22:41:13.573Z | Downloaded opaque-debug v0.3.1 |
943 | 2024-10-30T22:41:13.573Z | Downloaded zone v0.3.0 |
944 | 2024-10-30T22:41:13.575Z | Downloaded wyz v0.5.1 |
945 | 2024-10-30T22:41:13.576Z | Downloaded unicode-properties v0.1.3 |
946 | 2024-10-30T22:41:13.576Z | Downloaded pkg-config v0.3.31 |
947 | 2024-10-30T22:41:13.578Z | Downloaded pem v3.0.4 |
948 | 2024-10-30T22:41:13.578Z | Downloaded oso v0.27.3 |
949 | 2024-10-30T22:41:13.580Z | Downloaded float-cmp v0.9.0 |
950 | 2024-10-30T22:41:13.582Z | Downloaded value-bag v1.9.0 |
951 | 2024-10-30T22:41:13.585Z | Downloaded uzers v0.12.1 |
952 | 2024-10-30T22:41:13.588Z | Downloaded rayon-core v1.12.1 |
953 | 2024-10-30T22:41:13.593Z | Downloaded heapless v0.8.0 |
954 | 2024-10-30T22:41:13.595Z | Downloaded zone_cfg_derive v0.1.2 |
955 | 2024-10-30T22:41:13.597Z | Downloaded want v0.3.1 |
956 | 2024-10-30T22:41:13.598Z | Downloaded slog-scope v4.4.0 |
957 | 2024-10-30T22:41:13.600Z | Downloaded topological-sort v0.2.2 |
958 | 2024-10-30T22:41:13.600Z | Downloaded string_cache v0.8.7 |
959 | 2024-10-30T22:41:13.602Z | Downloaded test-strategy v0.3.1 |
960 | 2024-10-30T22:41:13.605Z | Downloaded defmt-macros v0.3.9 |
961 | 2024-10-30T22:41:13.607Z | Downloaded rustls-pki-types v1.9.0 |
962 | 2024-10-30T22:41:13.610Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
963 | 2024-10-30T22:41:13.671Z | Downloaded russh v0.45.0 |
964 | 2024-10-30T22:41:13.677Z | Downloaded signal-hook v0.3.17 |
965 | 2024-10-30T22:41:13.680Z | Downloaded zip v0.6.6 |
966 | 2024-10-30T22:41:13.684Z | Downloaded foreign-types-shared v0.1.1 |
967 | 2024-10-30T22:41:13.686Z | Downloaded ssh-encoding v0.2.0 |
968 | 2024-10-30T22:41:13.686Z | Downloaded ena v0.14.3 |
969 | 2024-10-30T22:41:13.689Z | Downloaded des v0.8.1 |
970 | 2024-10-30T22:41:13.691Z | Downloaded schemars v0.8.21 |
971 | 2024-10-30T22:41:13.700Z | Downloaded ron v0.7.1 |
972 | 2024-10-30T22:41:13.705Z | Downloaded num-traits v0.2.19 |
973 | 2024-10-30T22:41:13.708Z | Downloaded tracing-core v0.1.32 |
974 | 2024-10-30T22:41:13.711Z | Downloaded tokio-postgres v0.7.12 |
975 | 2024-10-30T22:41:13.716Z | Downloaded stringprep v0.1.5 |
976 | 2024-10-30T22:41:13.718Z | Downloaded derive_builder v0.20.2 |
977 | 2024-10-30T22:41:13.722Z | Downloaded p256 v0.13.2 |
978 | 2024-10-30T22:41:13.725Z | Downloaded minimal-lexical v0.2.1 |
979 | 2024-10-30T22:41:13.729Z | Downloaded foreign-types v0.5.0 |
980 | 2024-10-30T22:41:13.731Z | Downloaded foreign-types v0.3.2 |
981 | 2024-10-30T22:41:13.731Z | Downloaded futures-io v0.3.31 |
982 | 2024-10-30T22:41:13.731Z | Downloaded futures-executor v0.3.31 |
983 | 2024-10-30T22:41:13.734Z | Downloaded signature v2.2.0 |
984 | 2024-10-30T22:41:13.737Z | Downloaded r2d2 v0.8.10 |
985 | 2024-10-30T22:41:13.737Z | Downloaded spin v0.9.8 |
986 | 2024-10-30T22:41:13.741Z | Downloaded schemars_derive v0.8.21 |
987 | 2024-10-30T22:41:13.744Z | Downloaded globset v0.4.15 |
988 | 2024-10-30T22:41:13.744Z | Downloaded futures v0.3.31 |
989 | 2024-10-30T22:41:13.747Z | Downloaded num-rational v0.4.2 |
990 | 2024-10-30T22:41:13.750Z | Downloaded signal-hook-registry v1.4.2 |
991 | 2024-10-30T22:41:13.752Z | Downloaded hash32 v0.3.1 |
992 | 2024-10-30T22:41:13.752Z | Downloaded futures-core v0.3.31 |
993 | 2024-10-30T22:41:13.755Z | Downloaded fallible-iterator v0.2.0 |
994 | 2024-10-30T22:41:13.755Z | Downloaded whoami v1.5.2 |
995 | 2024-10-30T22:41:13.757Z | Downloaded derive_more v0.99.18 |
996 | 2024-10-30T22:41:13.760Z | Downloaded sqlparser_derive v0.2.2 |
997 | 2024-10-30T22:41:13.763Z | Downloaded progenitor v0.8.0 |
998 | 2024-10-30T22:41:13.763Z | Downloaded signal-hook-mio v0.2.4 |
999 | 2024-10-30T22:41:13.765Z | Downloaded owo-colors v4.1.0 |
1000 | 2024-10-30T22:41:13.767Z | Downloaded rsa v0.9.6 |
1001 | 2024-10-30T22:41:13.772Z | Downloaded termcolor v1.4.1 |
1002 | 2024-10-30T22:41:13.774Z | Downloaded tap v1.0.1 |
1003 | 2024-10-30T22:41:13.774Z | Downloaded num-complex v0.4.6 |
1004 | 2024-10-30T22:41:13.777Z | Downloaded uuid v1.10.0 |
1005 | 2024-10-30T22:41:13.779Z | Downloaded typify v0.2.0 |
1006 | 2024-10-30T22:41:13.782Z | Downloaded tokio-tungstenite v0.21.0 |
1007 | 2024-10-30T22:41:13.785Z | Downloaded dropshot_endpoint v0.12.0 |
1008 | 2024-10-30T22:41:13.789Z | Downloaded backtrace v0.3.74 |
1009 | 2024-10-30T22:41:13.794Z | Downloaded zerocopy v0.6.6 |
1010 | 2024-10-30T22:41:13.798Z | Downloaded vsss-rs v3.3.4 |
1011 | 2024-10-30T22:41:13.798Z | Downloaded tracing v0.1.40 |
1012 | 2024-10-30T22:41:13.801Z | Downloaded crypto-bigint v0.5.5 |
1013 | 2024-10-30T22:41:13.807Z | Downloaded dirs-next v2.0.0 |
1014 | 2024-10-30T22:41:13.810Z | Downloaded futures-channel v0.3.31 |
1015 | 2024-10-30T22:41:13.812Z | Downloaded der_derive v0.7.3 |
1016 | 2024-10-30T22:41:13.814Z | Downloaded progenitor-impl v0.8.0 |
1017 | 2024-10-30T22:41:13.816Z | Downloaded openssl-macros v0.1.1 |
1018 | 2024-10-30T22:41:13.816Z | Downloaded powerfmt v0.2.0 |
1019 | 2024-10-30T22:41:13.818Z | Downloaded blake3 v1.5.4 |
1020 | 2024-10-30T22:41:13.824Z | Downloaded tokio-rustls v0.26.0 |
1021 | 2024-10-30T22:41:13.827Z | Downloaded tokio-rustls v0.25.0 |
1022 | 2024-10-30T22:41:13.829Z | Downloaded indicatif v0.17.8 |
1023 | 2024-10-30T22:41:13.832Z | Downloaded vergen v8.3.2 |
1024 | 2024-10-30T22:41:13.835Z | Downloaded fixedbitset v0.4.2 |
1025 | 2024-10-30T22:41:13.837Z | Downloaded enum-as-inner v0.5.1 |
1026 | 2024-10-30T22:41:13.840Z | Downloaded progenitor-macro v0.8.0 |
1027 | 2024-10-30T22:41:13.842Z | Downloaded base64 v0.22.1 |
1028 | 2024-10-30T22:41:13.846Z | Downloaded tokio-rustls v0.24.1 |
1029 | 2024-10-30T22:41:13.849Z | Downloaded darling_core v0.20.10 |
1030 | 2024-10-30T22:41:13.853Z | Downloaded slog-envlogger v2.2.0 |
1031 | 2024-10-30T22:41:13.856Z | Downloaded slog-bunyan v2.5.0 |
1032 | 2024-10-30T22:41:13.858Z | Downloaded slog-async v2.8.0 |
1033 | 2024-10-30T22:41:13.858Z | Downloaded parking_lot_core v0.9.10 |
1034 | 2024-10-30T22:41:13.861Z | Downloaded fatfs v0.3.6 |
1035 | 2024-10-30T22:41:13.864Z | Downloaded olpc-cjson v0.1.4 |
1036 | 2024-10-30T22:41:13.866Z | Downloaded indexmap v1.9.3 |
1037 | 2024-10-30T22:41:13.870Z | Downloaded iana-time-zone v0.1.61 |
1038 | 2024-10-30T22:41:13.870Z | Downloaded yasna v0.5.2 |
1039 | 2024-10-30T22:41:13.873Z | Downloaded toml v0.7.8 |
1040 | 2024-10-30T22:41:13.875Z | Downloaded env_filter v0.1.2 |
1041 | 2024-10-30T22:41:13.877Z | Downloaded zeroize_derive v1.4.2 |
1042 | 2024-10-30T22:41:13.881Z | Downloaded bytes v1.7.2 |
1043 | 2024-10-30T22:41:13.883Z | Downloaded unicode-truncate v1.1.0 |
1044 | 2024-10-30T22:41:13.886Z | Downloaded phf_codegen v0.11.2 |
1045 | 2024-10-30T22:41:13.886Z | Downloaded percent-encoding v2.3.1 |
1046 | 2024-10-30T22:41:13.886Z | Downloaded pbkdf2 v0.11.0 |
1047 | 2024-10-30T22:41:13.888Z | Downloaded fragile v2.0.0 |
1048 | 2024-10-30T22:41:13.890Z | Downloaded thiserror-no-std v2.0.2 |
1049 | 2024-10-30T22:41:13.893Z | Downloaded strum_macros v0.26.4 |
1050 | 2024-10-30T22:41:13.895Z | Downloaded stable_deref_trait v1.2.0 |
1051 | 2024-10-30T22:41:13.897Z | Downloaded slab v0.4.9 |
1052 | 2024-10-30T22:41:13.899Z | Downloaded shell-words v1.1.0 |
1053 | 2024-10-30T22:41:13.899Z | Downloaded serde_derive_internals v0.29.1 |
1054 | 2024-10-30T22:41:13.901Z | Downloaded libloading v0.8.5 |
1055 | 2024-10-30T22:41:13.904Z | Downloaded strum_macros v0.24.3 |
1056 | 2024-10-30T22:41:13.906Z | Downloaded bcs v0.1.6 |
1057 | 2024-10-30T22:41:13.906Z | Downloaded memoffset v0.9.1 |
1058 | 2024-10-30T22:41:13.908Z | Downloaded hyper-staticfile v0.10.1 |
1059 | 2024-10-30T22:41:13.911Z | Downloaded blake2 v0.10.6 |
1060 | 2024-10-30T22:41:13.913Z | Downloaded arc-swap v1.7.1 |
1061 | 2024-10-30T22:41:13.916Z | Downloaded display-error-chain v0.2.1 |
1062 | 2024-10-30T22:41:13.918Z | Downloaded zeroize v1.8.1 |
1063 | 2024-10-30T22:41:13.920Z | Downloaded xz2 v0.1.7 |
1064 | 2024-10-30T22:41:13.921Z | Downloaded xattr v1.3.1 |
1065 | 2024-10-30T22:41:13.923Z | Downloaded smallvec v1.13.2 |
1066 | 2024-10-30T22:41:13.926Z | Downloaded csv-core v0.1.11 |
1067 | 2024-10-30T22:41:13.928Z | Downloaded libefi-sys v0.1.0 |
1068 | 2024-10-30T22:41:13.928Z | Downloaded libsw v3.3.1 |
1069 | 2024-10-30T22:41:13.930Z | Downloaded ciborium v0.2.2 |
1070 | 2024-10-30T22:41:13.933Z | Downloaded base64ct v1.6.0 |
1071 | 2024-10-30T22:41:13.935Z | Downloaded blowfish v0.9.1 |
1072 | 2024-10-30T22:41:13.938Z | Downloaded block-padding v0.3.3 |
1073 | 2024-10-30T22:41:13.938Z | Downloaded crc32fast v1.4.2 |
1074 | 2024-10-30T22:41:13.941Z | Downloaded ipnetwork v0.20.0 |
1075 | 2024-10-30T22:41:13.941Z | Downloaded internet-checksum v0.2.1 |
1076 | 2024-10-30T22:41:13.941Z | Downloaded curve25519-dalek-derive v0.1.1 |
1077 | 2024-10-30T22:41:13.943Z | Downloaded crossbeam-deque v0.8.5 |
1078 | 2024-10-30T22:41:13.943Z | Downloaded cexpr v0.6.0 |
1079 | 2024-10-30T22:41:13.945Z | Downloaded chacha20 v0.9.1 |
1080 | 2024-10-30T22:41:13.948Z | Downloaded impl-trait-for-tuples v0.2.2 |
1081 | 2024-10-30T22:41:13.950Z | Downloaded async-bb8-diesel v0.2.1 |
1082 | 2024-10-30T22:41:13.952Z | Downloaded arrayvec v0.7.6 |
1083 | 2024-10-30T22:41:13.955Z | Downloaded strum v0.26.3 |
1084 | 2024-10-30T22:41:13.955Z | Downloaded httpdate v1.0.3 |
1085 | 2024-10-30T22:41:13.957Z | Downloaded http-body-util v0.1.2 |
1086 | 2024-10-30T22:41:13.960Z | Downloaded newline-converter v0.3.0 |
1087 | 2024-10-30T22:41:13.962Z | Downloaded bit-set v0.5.3 |
1088 | 2024-10-30T22:41:13.962Z | Downloaded bcrypt-pbkdf v0.10.0 |
1089 | 2024-10-30T22:41:13.965Z | Downloaded aes v0.8.4 |
1090 | 2024-10-30T22:41:13.967Z | Downloaded new_debug_unreachable v1.0.6 |
1091 | 2024-10-30T22:41:13.969Z | Downloaded matches v0.1.10 |
1092 | 2024-10-30T22:41:13.970Z | Downloaded instability v0.3.2 |
1093 | 2024-10-30T22:41:13.972Z | Downloaded hubpack_derive v0.1.1 |
1094 | 2024-10-30T22:41:13.972Z | Downloaded colored v2.1.0 |
1095 | 2024-10-30T22:41:13.974Z | Downloaded cipher v0.4.4 |
1096 | 2024-10-30T22:41:13.976Z | Downloaded bit-vec v0.6.3 |
1097 | 2024-10-30T22:41:13.976Z | Downloaded base16ct v0.2.0 |
1098 | 2024-10-30T22:41:13.979Z | Downloaded async-stream-impl v0.3.6 |
1099 | 2024-10-30T22:41:13.979Z | Downloaded ring v0.17.8 |
1100 | 2024-10-30T22:41:14.048Z | Downloaded indent_write v2.2.0 |
1101 | 2024-10-30T22:41:14.051Z | Downloaded clang-sys v1.8.1 |
1102 | 2024-10-30T22:41:14.053Z | Downloaded nodrop v0.1.14 |
1103 | 2024-10-30T22:41:14.053Z | Downloaded native-tls v0.2.12 |
1104 | 2024-10-30T22:41:14.056Z | Downloaded mime_guess v2.0.5 |
1105 | 2024-10-30T22:41:14.058Z | Downloaded ipnet v2.10.1 |
1106 | 2024-10-30T22:41:14.058Z | Downloaded indoc v1.0.9 |
1107 | 2024-10-30T22:41:14.061Z | Downloaded compact_str v0.8.0 |
1108 | 2024-10-30T22:41:14.063Z | Downloaded linked-hash-map v0.5.6 |
1109 | 2024-10-30T22:41:14.066Z | Downloaded kstat-rs v0.2.4 |
1110 | 2024-10-30T22:41:14.066Z | Downloaded jobserver v0.1.32 |
1111 | 2024-10-30T22:41:14.068Z | Downloaded ident_case v1.0.1 |
1112 | 2024-10-30T22:41:14.070Z | Downloaded highway v1.2.0 |
1113 | 2024-10-30T22:41:14.070Z | Downloaded crc-any v2.5.0 |
1114 | 2024-10-30T22:41:14.073Z | Downloaded cookie v0.18.1 |
1115 | 2024-10-30T22:41:14.075Z | Downloaded hubpack v0.1.2 |
1116 | 2024-10-30T22:41:14.075Z | Downloaded darling v0.20.10 |
1117 | 2024-10-30T22:41:14.079Z | Downloaded data-encoding v2.6.0 |
1118 | 2024-10-30T22:41:14.081Z | Downloaded cancel-safe-futures v0.1.5 |
1119 | 2024-10-30T22:41:14.084Z | Downloaded allocator-api2 v0.2.18 |
1120 | 2024-10-30T22:41:14.086Z | Downloaded hostname v0.4.0 |
1121 | 2024-10-30T22:41:14.091Z | Downloaded bb8 v0.8.5 |
1122 | 2024-10-30T22:41:14.108Z | Downloaded ring v0.16.20 |
1123 | 2024-10-30T22:41:14.218Z | Downloaded libsqlite3-sys v0.30.1 |
1124 | 2024-10-30T22:41:14.393Z | Compiling serde v1.0.210 |
1125 | 2024-10-30T22:41:14.396Z | Compiling typenum v1.17.0 |
1126 | 2024-10-30T22:41:14.396Z | Compiling generic-array v0.14.7 |
1127 | 2024-10-30T22:41:14.396Z | Compiling lock_api v0.4.12 |
1128 | 2024-10-30T22:41:14.396Z | Compiling scopeguard v1.2.0 |
1129 | 2024-10-30T22:41:14.396Z | Compiling subtle v2.6.1 |
1130 | 2024-10-30T22:41:14.567Z | Compiling syn v2.0.79 |
1131 | 2024-10-30T22:41:14.582Z | Compiling getrandom v0.2.15 |
1132 | 2024-10-30T22:41:14.699Z | Compiling value-bag v1.9.0 |
1133 | 2024-10-30T22:41:14.855Z | Compiling rand_core v0.6.4 |
1134 | 2024-10-30T22:41:14.971Z | Compiling const-oid v0.9.6 |
1135 | 2024-10-30T22:41:15.003Z | Compiling pin-project-lite v0.2.14 |
1136 | 2024-10-30T22:41:15.104Z | Compiling smallvec v1.13.2 |
1137 | 2024-10-30T22:41:15.122Z | Compiling log v0.4.22 |
1138 | 2024-10-30T22:41:15.281Z | Compiling jobserver v0.1.32 |
1139 | 2024-10-30T22:41:15.380Z | Compiling shlex v1.3.0 |
1140 | 2024-10-30T22:41:15.643Z | Compiling parking_lot_core v0.9.10 |
1141 | 2024-10-30T22:41:15.667Z | Compiling futures-core v0.3.31 |
1142 | 2024-10-30T22:41:15.925Z | Compiling cc v1.1.30 |
1143 | 2024-10-30T22:41:15.972Z | Compiling signal-hook-registry v1.4.2 |
1144 | 2024-10-30T22:41:16.059Z | Compiling mio v1.0.2 |
1145 | 2024-10-30T22:41:16.295Z | Compiling cpufeatures v0.2.14 |
1146 | 2024-10-30T22:41:16.411Z | Compiling futures-sink v0.3.31 |
1147 | 2024-10-30T22:41:16.580Z | Compiling parking_lot v0.12.3 |
1148 | 2024-10-30T22:41:16.821Z | Compiling spin v0.9.8 |
1149 | 2024-10-30T22:41:16.823Z | Compiling socket2 v0.5.7 |
1150 | 2024-10-30T22:41:17.191Z | Compiling slab v0.4.9 |
1151 | 2024-10-30T22:41:17.258Z | Compiling serde_json v1.0.128 |
1152 | 2024-10-30T22:41:17.364Z | Compiling futures-channel v0.3.31 |
1153 | 2024-10-30T22:41:17.387Z | Compiling futures-io v0.3.31 |
1154 | 2024-10-30T22:41:17.539Z | Compiling allocator-api2 v0.2.18 |
1155 | 2024-10-30T22:41:17.645Z | Compiling futures-task v0.3.31 |
1156 | 2024-10-30T22:41:17.718Z | Compiling foldhash v0.1.3 |
1157 | 2024-10-30T22:41:17.819Z | Compiling pin-utils v0.1.0 |
1158 | 2024-10-30T22:41:17.837Z | Compiling tinyvec_macros v0.1.1 |
1159 | 2024-10-30T22:41:17.926Z | Compiling tinyvec v1.8.0 |
1160 | 2024-10-30T22:41:17.946Z | Compiling libm v0.2.8 |
1161 | 2024-10-30T22:41:17.985Z | Compiling num-traits v0.2.19 |
1162 | 2024-10-30T22:41:17.999Z | Compiling unicode-bidi v0.3.17 |
1163 | 2024-10-30T22:41:18.045Z | Compiling base64ct v1.6.0 |
1164 | 2024-10-30T22:41:18.463Z | Compiling hashbrown v0.15.0 |
1165 | 2024-10-30T22:41:18.658Z | Compiling pem-rfc7468 v0.7.0 |
1166 | 2024-10-30T22:41:18.676Z | Compiling flagset v0.4.6 |
1167 | 2024-10-30T22:41:18.897Z | Compiling httparse v1.9.5 |
1168 | 2024-10-30T22:41:19.436Z | Compiling tracing-core v0.1.32 |
1169 | 2024-10-30T22:41:19.515Z | Compiling unicode-normalization v0.1.24 |
1170 | 2024-10-30T22:41:19.713Z | Compiling crossbeam-utils v0.8.20 |
1171 | 2024-10-30T22:41:19.734Z | Compiling rustls-pki-types v1.9.0 |
1172 | 2024-10-30T22:41:19.787Z | Compiling percent-encoding v2.3.1 |
1173 | 2024-10-30T22:41:20.064Z | Compiling ring v0.17.8 |
1174 | 2024-10-30T22:41:20.331Z | Compiling untrusted v0.9.0 |
1175 | 2024-10-30T22:41:20.556Z | Compiling pkg-config v0.3.31 |
1176 | 2024-10-30T22:41:20.650Z | Compiling num-conv v0.1.0 |
1177 | 2024-10-30T22:41:20.794Z | Compiling time-core v0.1.2 |
1178 | 2024-10-30T22:41:20.898Z | Compiling vcpkg v0.2.15 |
1179 | 2024-10-30T22:41:20.900Z | Compiling powerfmt v0.2.0 |
1180 | 2024-10-30T22:41:20.966Z | Compiling time-macros v0.2.18 |
1181 | 2024-10-30T22:41:21.296Z | Compiling deranged v0.3.11 |
1182 | 2024-10-30T22:41:21.407Z | Compiling num_threads v0.1.7 |
1183 | 2024-10-30T22:41:21.531Z | Compiling atomic-waker v1.1.2 |
1184 | 2024-10-30T22:41:21.716Z | Compiling form_urlencoded v1.2.1 |
1185 | 2024-10-30T22:41:22.030Z | Compiling rustix v0.38.37 |
1186 | 2024-10-30T22:41:22.049Z | Compiling slog v2.7.0 |
1187 | 2024-10-30T22:41:22.190Z | Compiling try-lock v0.2.5 |
1188 | 2024-10-30T22:41:22.316Z | Compiling want v0.3.1 |
1189 | 2024-10-30T22:41:22.600Z | Compiling httpdate v1.0.3 |
1190 | 2024-10-30T22:41:22.887Z | Compiling openssl-sys v0.9.103 |
1191 | 2024-10-30T22:41:22.890Z | Compiling idna v0.5.0 |
1192 | 2024-10-30T22:41:23.017Z | Compiling rustversion v1.0.17 |
1193 | 2024-10-30T22:41:23.159Z | Compiling match_cfg v0.1.0 |
1194 | 2024-10-30T22:41:23.257Z | Compiling openssl v0.10.66 |
1195 | 2024-10-30T22:41:23.393Z | Compiling tower-service v0.3.3 |
1196 | 2024-10-30T22:41:23.519Z | Compiling base64 v0.22.1 |
1197 | 2024-10-30T22:41:23.631Z | Compiling iana-time-zone v0.1.61 |
1198 | 2024-10-30T22:41:23.716Z | Compiling foreign-types-shared v0.1.1 |
1199 | 2024-10-30T22:41:23.833Z | Compiling foreign-types v0.3.2 |
1200 | 2024-10-30T22:41:23.926Z | Compiling url v2.5.2 |
1201 | 2024-10-30T22:41:23.964Z | Compiling time v0.3.36 |
1202 | 2024-10-30T22:41:24.169Z | Compiling hostname v0.3.1 |
1203 | 2024-10-30T22:41:24.250Z | Compiling dirs-sys-next v0.1.2 |
1204 | 2024-10-30T22:41:24.429Z | Compiling aho-corasick v1.1.3 |
1205 | 2024-10-30T22:41:24.440Z | Compiling regex-syntax v0.8.5 |
1206 | 2024-10-30T22:41:24.874Z | Compiling siphasher v0.3.11 |
1207 | 2024-10-30T22:41:25.255Z | Compiling syn v1.0.109 |
1208 | 2024-10-30T22:41:25.455Z | Compiling native-tls v0.2.12 |
1209 | 2024-10-30T22:41:25.661Z | Compiling adler2 v2.0.0 |
1210 | 2024-10-30T22:41:25.796Z | Compiling data-encoding v2.6.0 |
1211 | 2024-10-30T22:41:25.854Z | Compiling rustls v0.23.14 |
1212 | 2024-10-30T22:41:25.920Z | Compiling rustls v0.22.4 |
1213 | 2024-10-30T22:41:26.185Z | Compiling miniz_oxide v0.8.0 |
1214 | 2024-10-30T22:41:26.210Z | Compiling dirs-next v2.0.0 |
1215 | 2024-10-30T22:41:27.730Z | Compiling serde_derive_internals v0.29.1 |
1216 | 2024-10-30T22:41:27.749Z | Compiling crossbeam-epoch v0.9.18 |
1217 | 2024-10-30T22:41:27.898Z | Compiling regex-automata v0.4.8 |
1218 | 2024-10-30T22:41:28.145Z | Compiling serde_derive v1.0.210 |
1219 | 2024-10-30T22:41:28.488Z | Compiling zeroize_derive v1.4.2 |
1220 | 2024-10-30T22:41:29.077Z | Compiling zerocopy-derive v0.7.35 |
1221 | 2024-10-30T22:41:29.493Z | Compiling tokio-macros v2.4.0 |
1222 | 2024-10-30T22:41:30.009Z | Compiling zeroize v1.8.1 |
1223 | 2024-10-30T22:41:30.427Z | Compiling thiserror-impl v1.0.64 |
1224 | 2024-10-30T22:41:30.758Z | Compiling futures-macro v0.3.31 |
1225 | 2024-10-30T22:41:30.905Z | Compiling der_derive v0.7.3 |
1226 | 2024-10-30T22:41:31.131Z | Compiling tracing-attributes v0.1.27 |
1227 | 2024-10-30T22:41:31.277Z | Compiling zerocopy v0.7.35 |
1228 | 2024-10-30T22:41:31.897Z | Compiling crypto-common v0.1.6 |
1229 | 2024-10-30T22:41:32.146Z | Compiling block-buffer v0.10.4 |
1230 | 2024-10-30T22:41:32.433Z | Compiling digest v0.10.7 |
1231 | 2024-10-30T22:41:32.768Z | Compiling futures-util v0.3.31 |
1232 | 2024-10-30T22:41:32.916Z | Compiling hmac v0.12.1 |
1233 | 2024-10-30T22:41:32.941Z | Compiling block-padding v0.3.3 |
1234 | 2024-10-30T22:41:33.174Z | Compiling inout v0.1.3 |
1235 | 2024-10-30T22:41:33.192Z | Compiling sha2 v0.10.8 |
1236 | 2024-10-30T22:41:33.293Z | Compiling ppv-lite86 v0.2.20 |
1237 | 2024-10-30T22:41:33.449Z | Compiling cipher v0.4.4 |
1238 | 2024-10-30T22:41:33.580Z | Compiling thiserror v1.0.64 |
1239 | 2024-10-30T22:41:33.722Z | Compiling der v0.7.9 |
1240 | 2024-10-30T22:41:33.981Z | Compiling salsa20 v0.10.2 |
1241 | 2024-10-30T22:41:34.214Z | Compiling rand_chacha v0.3.1 |
1242 | 2024-10-30T22:41:34.216Z | Compiling pest v2.7.14 |
1243 | 2024-10-30T22:41:34.682Z | Compiling tracing v0.1.40 |
1244 | 2024-10-30T22:41:35.184Z | Compiling rand v0.8.5 |
1245 | 2024-10-30T22:41:36.562Z | Compiling spki v0.7.3 |
1246 | 2024-10-30T22:41:36.800Z | Compiling pbkdf2 v0.12.2 |
1247 | 2024-10-30T22:41:36.942Z | Compiling pest_meta v2.7.14 |
1248 | 2024-10-30T22:41:36.990Z | Compiling scrypt v0.11.0 |
1249 | 2024-10-30T22:41:37.127Z | Compiling cbc v0.1.2 |
1250 | 2024-10-30T22:41:37.357Z | Compiling aes v0.8.4 |
1251 | 2024-10-30T22:41:37.377Z | Compiling scroll_derive v0.12.0 |
1252 | 2024-10-30T22:41:37.397Z | Compiling rustls-webpki v0.102.8 |
1253 | 2024-10-30T22:41:37.554Z | Compiling openssl-macros v0.1.1 |
1254 | 2024-10-30T22:41:38.319Z | Compiling pkcs5 v0.7.1 |
1255 | 2024-10-30T22:41:38.816Z | Compiling scroll v0.12.0 |
1256 | 2024-10-30T22:41:39.407Z | Compiling pest_generator v2.7.14 |
1257 | 2024-10-30T22:41:39.409Z | Compiling goblin v0.8.2 |
1258 | 2024-10-30T22:41:39.409Z | Compiling pkcs8 v0.10.2 |
1259 | 2024-10-30T22:41:39.510Z | Compiling async-trait v0.1.83 |
1260 | 2024-10-30T22:41:39.937Z | Compiling sha1 v0.10.6 |
1261 | 2024-10-30T22:41:40.158Z | Compiling signature v2.2.0 |
1262 | 2024-10-30T22:41:40.161Z | Compiling lazy_static v1.5.0 |
1263 | 2024-10-30T22:41:40.300Z | Compiling thread_local v1.1.8 |
1264 | 2024-10-30T22:41:40.369Z | Compiling multer v3.1.0 |
1265 | 2024-10-30T22:41:40.509Z | Compiling cookie v0.18.1 |
1266 | 2024-10-30T22:41:40.711Z | Compiling encoding_rs v0.8.34 |
1267 | 2024-10-30T22:41:40.821Z | Compiling unicode-properties v0.1.3 |
1268 | 2024-10-30T22:41:40.871Z | Compiling paste v1.0.15 |
1269 | 2024-10-30T22:41:41.217Z | Compiling openssl-probe v0.1.5 |
1270 | 2024-10-30T22:41:41.306Z | Compiling either v1.13.0 |
1271 | 2024-10-30T22:41:41.389Z | Compiling signal-hook v0.3.17 |
1272 | 2024-10-30T22:41:41.554Z | Compiling ipnet v2.10.1 |
1273 | 2024-10-30T22:41:41.622Z | Compiling pest_derive v2.7.14 |
1274 | 2024-10-30T22:41:41.660Z | Compiling schemars v0.8.21 |
1275 | 2024-10-30T22:41:41.744Z | Compiling rayon-core v1.12.1 |
1276 | 2024-10-30T22:41:41.991Z | Compiling mime v0.3.17 |
1277 | 2024-10-30T22:41:42.043Z | Compiling gimli v0.31.1 |
1278 | 2024-10-30T22:41:42.183Z | Compiling bytes v1.7.2 |
1279 | 2024-10-30T22:41:42.508Z | Compiling indexmap v2.6.0 |
1280 | 2024-10-30T22:41:42.590Z | Compiling bitflags v2.6.0 |
1281 | 2024-10-30T22:41:42.674Z | Compiling semver v1.0.23 |
1282 | 2024-10-30T22:41:43.482Z | Compiling tokio v1.40.0 |
1283 | 2024-10-30T22:41:43.515Z | Compiling http v1.1.0 |
1284 | 2024-10-30T22:41:44.062Z | Compiling rustc_version v0.4.1 |
1285 | 2024-10-30T22:41:44.829Z | Compiling dtrace-parser v0.2.0 |
1286 | 2024-10-30T22:41:44.906Z | Compiling serde_tokenstream v0.2.2 |
1287 | 2024-10-30T22:41:45.560Z | Compiling http-body v1.0.1 |
1288 | 2024-10-30T22:41:45.581Z | Compiling dof v0.3.0 |
1289 | 2024-10-30T22:41:45.823Z | Compiling toml_datetime v0.6.8 |
1290 | 2024-10-30T22:41:46.054Z | Compiling uuid v1.10.0 |
1291 | 2024-10-30T22:41:46.368Z | Compiling serde_spanned v0.6.8 |
1292 | 2024-10-30T22:41:46.615Z | Compiling usdt-impl v0.5.0 |
1293 | 2024-10-30T22:41:46.908Z | Compiling chrono v0.4.38 |
1294 | 2024-10-30T22:41:47.293Z | Compiling http-body-util v0.1.2 |
1295 | 2024-10-30T22:41:47.531Z | Compiling heapless v0.7.17 |
1296 | 2024-10-30T22:41:47.820Z | Compiling slog-async v2.8.0 |
1297 | 2024-10-30T22:41:48.068Z | Compiling addr2line v0.24.2 |
1298 | 2024-10-30T22:41:48.141Z | Compiling toml_edit v0.22.22 |
1299 | 2024-10-30T22:41:48.450Z | Compiling curve25519-dalek v4.1.3 |
1300 | 2024-10-30T22:41:48.550Z | Compiling slog-json v2.6.1 |
1301 | 2024-10-30T22:41:48.790Z | Compiling serde_urlencoded v0.7.1 |
1302 | 2024-10-30T22:41:49.108Z | Compiling stringprep v0.1.5 |
1303 | 2024-10-30T22:41:49.308Z | Compiling futures-executor v0.3.31 |
1304 | 2024-10-30T22:41:49.423Z | Compiling usdt-attr-macro v0.5.0 |
1305 | 2024-10-30T22:41:49.865Z | Compiling usdt-macro v0.5.0 |
1306 | 2024-10-30T22:41:50.586Z | Compiling md-5 v0.10.6 |
1307 | 2024-10-30T22:41:50.878Z | Compiling schemars_derive v0.8.21 |
1308 | 2024-10-30T22:41:51.084Z | Compiling crossbeam-deque v0.8.5 |
1309 | 2024-10-30T22:41:51.401Z | Compiling enum-as-inner v0.6.1 |
1310 | 2024-10-30T22:41:51.417Z | Compiling async-stream-impl v0.3.6 |
1311 | 2024-10-30T22:41:52.469Z | Compiling tokio-util v0.7.12 |
1312 | 2024-10-30T22:41:52.760Z | Compiling term v0.7.0 |
1313 | 2024-10-30T22:41:53.896Z | Compiling h2 v0.4.6 |
1314 | 2024-10-30T22:41:54.734Z | Compiling crossbeam-channel v0.5.13 |
1315 | 2024-10-30T22:41:55.935Z | Compiling num-integer v0.1.46 |
1316 | 2024-10-30T22:41:56.206Z | Compiling idna v0.3.0 |
1317 | 2024-10-30T22:41:56.494Z | Compiling idna v0.4.0 |
1318 | 2024-10-30T22:41:56.752Z | Compiling rustls-pemfile v2.2.0 |
1319 | 2024-10-30T22:41:57.108Z | Compiling ff v0.13.0 |
1320 | 2024-10-30T22:41:57.350Z | Compiling hash32 v0.2.1 |
1321 | 2024-10-30T22:41:57.765Z | Compiling is-terminal v0.4.13 |
1322 | 2024-10-30T22:41:57.829Z | Compiling object v0.36.5 |
1323 | 2024-10-30T22:41:57.904Z | Compiling dropshot v0.12.0 |
1324 | 2024-10-30T22:41:58.111Z | Compiling utf-8 v0.7.6 |
1325 | 2024-10-30T22:41:58.192Z | Compiling stable_deref_trait v1.2.0 |
1326 | 2024-10-30T22:41:58.255Z | Compiling take_mut v0.2.2 |
1327 | 2024-10-30T22:41:58.299Z | Compiling dyn-clone v1.0.17 |
1328 | 2024-10-30T22:41:58.423Z | Compiling anyhow v1.0.89 |
1329 | 2024-10-30T22:41:58.453Z | Compiling psl-types v2.0.11 |
1330 | 2024-10-30T22:41:58.528Z | Compiling quick-error v1.2.3 |
1331 | 2024-10-30T22:41:58.658Z | Compiling rustc-demangle v0.1.24 |
1332 | 2024-10-30T22:41:58.684Z | Compiling smoltcp v0.9.1 |
1333 | 2024-10-30T22:41:59.046Z | Compiling num-bigint-dig v0.8.4 |
1334 | 2024-10-30T22:41:59.301Z | Compiling portable-atomic v1.9.0 |
1335 | 2024-10-30T22:41:59.359Z | Compiling base16ct v0.2.0 |
1336 | 2024-10-30T22:41:59.389Z | Compiling fallible-iterator v0.2.0 |
1337 | 2024-10-30T22:41:59.609Z | Compiling linked-hash-map v0.5.6 |
1338 | 2024-10-30T22:41:59.700Z | Compiling sec1 v0.7.3 |
1339 | 2024-10-30T22:42:00.000Z | Compiling lru-cache v0.1.2 |
1340 | 2024-10-30T22:42:00.132Z | Compiling postgres-protocol v0.6.7 |
1341 | 2024-10-30T22:42:00.309Z | Compiling resolv-conf v0.7.0 |
1342 | 2024-10-30T22:42:00.415Z | Compiling publicsuffix v2.2.3 |
1343 | 2024-10-30T22:42:01.094Z | Compiling hyper v1.4.1 |
1344 | 2024-10-30T22:42:01.494Z | Compiling tungstenite v0.24.0 |
1345 | 2024-10-30T22:42:03.178Z | Compiling slog-term v2.9.1 |
1346 | 2024-10-30T22:42:03.771Z | Compiling hyper-util v0.1.9 |
1347 | 2024-10-30T22:42:03.904Z | Compiling usdt v0.5.0 |
1348 | 2024-10-30T22:42:04.356Z | Compiling hickory-proto v0.24.1 |
1349 | 2024-10-30T22:42:04.379Z | Compiling group v0.13.0 |
1350 | 2024-10-30T22:42:04.416Z | Compiling tokio-rustls v0.26.0 |
1351 | 2024-10-30T22:42:04.437Z | Compiling num-iter v0.1.45 |
1352 | 2024-10-30T22:42:04.630Z | Compiling tokio-native-tls v0.3.1 |
1353 | 2024-10-30T22:42:04.702Z | Compiling tokio-rustls v0.25.0 |
1354 | 2024-10-30T22:42:04.866Z | Compiling async-stream v0.3.6 |
1355 | 2024-10-30T22:42:04.914Z | Compiling toml v0.8.19 |
1356 | 2024-10-30T22:42:05.162Z | Compiling futures v0.3.31 |
1357 | 2024-10-30T22:42:06.157Z | Compiling backtrace v0.3.74 |
1358 | 2024-10-30T22:42:06.565Z | Compiling camino v1.1.9 |
1359 | 2024-10-30T22:42:06.917Z | Compiling slog-bunyan v2.5.0 |
1360 | 2024-10-30T22:42:07.023Z | Compiling terminal_size v0.4.0 |
1361 | 2024-10-30T22:42:07.142Z | Compiling dropshot_endpoint v0.12.0 |
1362 | 2024-10-30T22:42:07.246Z | Compiling openapiv3 v2.0.0 |
1363 | 2024-10-30T22:42:07.373Z | Compiling serde_path_to_error v0.1.16 |
1364 | 2024-10-30T22:42:07.534Z | Compiling hkdf v0.12.4 |
1365 | 2024-10-30T22:42:07.536Z | Compiling crypto-bigint v0.5.5 |
1366 | 2024-10-30T22:42:07.817Z | Compiling curve25519-dalek-derive v0.1.1 |
1367 | 2024-10-30T22:42:07.936Z | Compiling hubpack_derive v0.1.1 |
1368 | 2024-10-30T22:42:08.255Z | Compiling zerocopy-derive v0.6.6 |
1369 | 2024-10-30T22:42:08.822Z | Compiling phf_shared v0.11.2 |
1370 | 2024-10-30T22:42:09.223Z | Compiling waitgroup v0.1.2 |
1371 | 2024-10-30T22:42:09.280Z | Compiling webpki-roots v0.26.6 |
1372 | 2024-10-30T22:42:09.450Z | Compiling hostname v0.4.0 |
1373 | 2024-10-30T22:42:09.512Z | Compiling fs-err v2.11.0 |
1374 | 2024-10-30T22:42:09.532Z | Compiling ahash v0.8.11 |
1375 | 2024-10-30T22:42:09.714Z | Compiling bitflags v1.3.2 |
1376 | 2024-10-30T22:42:09.825Z | Compiling debug-ignore v1.0.5 |
1377 | 2024-10-30T22:42:09.846Z | Compiling winnow v0.5.40 |
1378 | 2024-10-30T22:42:09.874Z | Compiling managed v0.8.0 |
1379 | 2024-10-30T22:42:09.973Z | Compiling clap_builder v4.5.20 |
1380 | 2024-10-30T22:42:10.359Z | Compiling zerocopy v0.6.6 |
1381 | 2024-10-30T22:42:11.264Z | Compiling elliptic-curve v0.13.8 |
1382 | 2024-10-30T22:42:11.554Z | Compiling hickory-resolver v0.24.1 |
1383 | 2024-10-30T22:42:12.122Z | Compiling strum_macros v0.25.3 |
1384 | 2024-10-30T22:42:12.516Z | Compiling console v0.15.8 |
1385 | 2024-10-30T22:42:13.761Z | Compiling toml_edit v0.19.15 |
1386 | 2024-10-30T22:42:14.014Z | Compiling hyper-rustls v0.27.3 |
1387 | 2024-10-30T22:42:14.568Z | Compiling phf v0.11.2 |
1388 | 2024-10-30T22:42:14.647Z | Compiling hubpack v0.1.2 |
1389 | 2024-10-30T22:42:15.089Z | Compiling signal-hook-mio v0.2.4 |
1390 | 2024-10-30T22:42:15.259Z | Compiling hyper-tls v0.6.0 |
1391 | 2024-10-30T22:42:15.698Z | Compiling rayon v1.10.0 |
1392 | 2024-10-30T22:42:15.733Z | Compiling cookie_store v0.21.0 |
1393 | 2024-10-30T22:42:17.293Z | Compiling tokio-tungstenite v0.24.0 |
1394 | 2024-10-30T22:42:17.857Z | Compiling postgres-types v0.2.8 |
1395 | 2024-10-30T22:42:19.053Z | Compiling tokio-stream v0.1.16 |
1396 | 2024-10-30T22:42:19.357Z | Compiling serde-big-array v0.5.1 |
1397 | 2024-10-30T22:42:19.393Z | Compiling ed25519 v2.2.3 |
1398 | 2024-10-30T22:42:19.591Z | Compiling pkcs1 v0.7.5 |
1399 | 2024-10-30T22:42:20.107Z | Compiling bstr v1.10.0 |
1400 | 2024-10-30T22:42:20.584Z | Compiling regex v1.11.0 |
1401 | 2024-10-30T22:42:20.705Z | Compiling rfc6979 v0.4.0 |
1402 | 2024-10-30T22:42:20.907Z | Compiling clap_derive v4.5.18 |
1403 | 2024-10-30T22:42:20.953Z | Compiling derive-where v1.2.7 |
1404 | 2024-10-30T22:42:21.273Z | Compiling serde_repr v0.1.19 |
1405 | 2024-10-30T22:42:21.555Z | Compiling phf_shared v0.10.0 |
1406 | 2024-10-30T22:42:21.742Z | Compiling float-cmp v0.9.0 |
1407 | 2024-10-30T22:42:21.854Z | Compiling sync_wrapper v1.0.1 |
1408 | 2024-10-30T22:42:21.963Z | Compiling crc32fast v1.4.2 |
1409 | 2024-10-30T22:42:21.982Z | Compiling whoami v1.5.2 |
1410 | 2024-10-30T22:42:22.007Z | Compiling unicode-segmentation v1.12.0 |
1411 | 2024-10-30T22:42:22.220Z | Compiling static_assertions v1.1.0 |
1412 | 2024-10-30T22:42:22.293Z | Compiling difflib v0.4.0 |
1413 | 2024-10-30T22:42:22.331Z | Compiling fixedbitset v0.4.2 |
1414 | 2024-10-30T22:42:22.419Z | Compiling new_debug_unreachable v1.0.6 |
1415 | 2024-10-30T22:42:22.524Z | Compiling bit-vec v0.6.3 |
1416 | 2024-10-30T22:42:22.607Z | Compiling precomputed-hash v0.1.1 |
1417 | 2024-10-30T22:42:22.730Z | Compiling minimal-lexical v0.2.1 |
1418 | 2024-10-30T22:42:22.794Z | Compiling number_prefix v0.4.0 |
1419 | 2024-10-30T22:42:22.902Z | Compiling predicates-core v1.0.8 |
1420 | 2024-10-30T22:42:23.036Z | Compiling normalize-line-endings v0.3.0 |
1421 | 2024-10-30T22:42:23.041Z | Compiling indicatif v0.17.8 |
1422 | 2024-10-30T22:42:23.169Z | Compiling predicates v3.1.2 |
1423 | 2024-10-30T22:42:23.243Z | Compiling nom v7.1.3 |
1424 | 2024-10-30T22:42:23.262Z | Compiling bit-set v0.5.3 |
1425 | 2024-10-30T22:42:23.563Z | Compiling similar v2.6.0 |
1426 | 2024-10-30T22:42:23.854Z | Compiling string_cache v0.8.7 |
1427 | 2024-10-30T22:42:24.281Z | Compiling qorb v0.1.2 |
1428 | 2024-10-30T22:42:24.309Z | Compiling petgraph v0.6.5 |
1429 | 2024-10-30T22:42:24.870Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1430 | 2024-10-30T22:42:25.133Z | Compiling tokio-postgres v0.7.12 |
1431 | 2024-10-30T22:42:25.569Z | Compiling clap v4.5.20 |
1432 | 2024-10-30T22:42:25.709Z | Compiling flate2 v1.0.34 |
1433 | 2024-10-30T22:42:25.978Z | Compiling reqwest v0.12.8 |
1434 | 2024-10-30T22:42:26.662Z | Compiling ecdsa v0.16.9 |
1435 | 2024-10-30T22:42:27.076Z | Compiling rsa v0.9.6 |
1436 | 2024-10-30T22:42:27.530Z | Compiling ed25519-dalek v2.1.1 |
1437 | 2024-10-30T22:42:28.412Z | Compiling toml v0.7.8 |
1438 | 2024-10-30T22:42:28.865Z | Compiling crossterm v0.28.1 |
1439 | 2024-10-30T22:42:30.751Z | Compiling hex v0.4.3 |
1440 | 2024-10-30T22:42:30.826Z | Compiling itertools v0.10.5 |
1441 | 2024-10-30T22:42:30.951Z | Compiling itertools v0.12.1 |
1442 | 2024-10-30T22:42:30.995Z | Compiling x509-cert v0.2.5 |
1443 | 2024-10-30T22:42:31.382Z | Compiling lalrpop-util v0.19.12 |
1444 | 2024-10-30T22:42:31.771Z | Compiling peg-runtime v0.8.3 |
1445 | 2024-10-30T22:42:31.818Z | Compiling unicode-xid v0.2.6 |
1446 | 2024-10-30T22:42:32.003Z | Compiling xattr v1.3.1 |
1447 | 2024-10-30T22:42:32.284Z | Compiling strum_macros v0.26.4 |
1448 | 2024-10-30T22:42:32.448Z | Compiling filetime v0.2.25 |
1449 | 2024-10-30T22:42:32.771Z | Compiling tar v0.4.42 |
1450 | 2024-10-30T22:42:35.524Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1451 | 2024-10-30T22:42:35.666Z | Compiling strum v0.26.3 |
1452 | 2024-10-30T22:42:35.798Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1453 | 2024-10-30T22:42:41.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1454 | 2024-10-30T22:42:41.485Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1455 | 2024-10-30T22:42:41.533Z | Oct 30 22:42:40.882 INFO Starting download, target: Clickhouse |
1456 | 2024-10-30T22:42:41.533Z | Oct 30 22:42:40.882 INFO Starting download, target: Cockroach |
1457 | 2024-10-30T22:42:41.533Z | Oct 30 22:42:40.882 INFO Starting download, target: Console |
1458 | 2024-10-30T22:42:41.533Z | Oct 30 22:42:40.882 INFO Starting download, target: DendriteOpenapi |
1459 | 2024-10-30T22:42:41.536Z | Oct 30 22:42:40.882 INFO Starting download, target: DendriteStub |
1460 | 2024-10-30T22:42:41.536Z | Oct 30 22:42:40.882 INFO Starting download, target: MaghemiteMgd |
1461 | 2024-10-30T22:42:41.536Z | Oct 30 22:42:40.882 INFO Starting download, target: TransceiverControl |
1462 | 2024-10-30T22:42:41.536Z | Oct 30 22:42:40.883 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1463 | 2024-10-30T22:42:41.536Z | Oct 30 22:42:40.883 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1464 | 2024-10-30T22:42:41.536Z | Oct 30 22:42:40.883 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1465 | 2024-10-30T22:42:41.536Z | Oct 30 22:42:40.883 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1466 | 2024-10-30T22:42:41.536Z | Oct 30 22:42:40.883 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1467 | 2024-10-30T22:42:41.536Z | Oct 30 22:42:40.883 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1468 | 2024-10-30T22:42:41.536Z | Oct 30 22:42:40.883 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1469 | 2024-10-30T22:42:41.758Z | Oct 30 22:42:41.094 INFO Download complete, target: DendriteOpenapi |
1470 | 2024-10-30T22:42:41.932Z | Oct 30 22:42:41.280 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1471 | 2024-10-30T22:42:42.194Z | Oct 30 22:42:41.542 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1472 | 2024-10-30T22:42:42.390Z | Oct 30 22:42:41.738 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1473 | 2024-10-30T22:42:42.546Z | Oct 30 22:42:41.888 INFO Download complete, target: Console |
1474 | 2024-10-30T22:42:42.645Z | Oct 30 22:42:41.988 INFO Download complete, target: TransceiverControl |
1475 | 2024-10-30T22:42:42.778Z | Oct 30 22:42:42.125 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1476 | 2024-10-30T22:42:43.069Z | Oct 30 22:42:42.417 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1477 | 2024-10-30T22:42:43.069Z | Oct 30 22:42:42.417 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1478 | 2024-10-30T22:42:43.686Z | Oct 30 22:42:43.034 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1479 | 2024-10-30T22:42:45.127Z | Oct 30 22:42:44.475 INFO Download complete, target: DendriteStub |
1480 | 2024-10-30T22:42:45.510Z | Oct 30 22:42:44.858 INFO Download complete, target: MaghemiteMgd |
1481 | 2024-10-30T22:42:50.504Z | Oct 30 22:42:49.851 INFO Checking that binary works, target: Cockroach |
1482 | 2024-10-30T22:42:50.667Z | Oct 30 22:42:50.013 INFO Download complete, target: Cockroach |
1483 | 2024-10-30T22:42:55.990Z | Oct 30 22:42:55.332 INFO Checking that binary works, target: Clickhouse |
1484 | 2024-10-30T22:42:56.148Z | Oct 30 22:42:55.492 INFO Download complete, target: Clickhouse |
1485 | 2024-10-30T22:42:56.169Z | All builder prerequisites installed successfully, and PATH looks valid |
1486 | 2024-10-30T22:42:56.172Z | |
1487 | 2024-10-30T22:42:56.172Z | real 3:47.477161194 |
1488 | 2024-10-30T22:42:56.172Z | user 12:19.464759327 |
1489 | 2024-10-30T22:42:56.172Z | sys 2:43.359008078 |
1490 | 2024-10-30T22:42:56.172Z | trap 0.477631722 |
1491 | 2024-10-30T22:42:56.172Z | tflt 1.327085764 |
1492 | 2024-10-30T22:42:56.172Z | dflt 1.328169466 |
1493 | 2024-10-30T22:42:56.172Z | kflt 0.022291883 |
1494 | 2024-10-30T22:42:56.172Z | lock 23:03.939966966 |
1495 | 2024-10-30T22:42:56.172Z | slp 47:37.939775459 |
1496 | 2024-10-30T22:42:56.172Z | lat 48.957928451 |
1497 | 2024-10-30T22:42:56.172Z | stop 2:03.935651107 |
1498 | 2024-10-30T22:42:56.172Z | + banner hack-check |
1499 | 2024-10-30T22:42:56.175Z | |
1500 | 2024-10-30T22:42:56.175Z | # # ## #### # # #### # # ###### #### # # |
1501 | 2024-10-30T22:42:56.175Z | # # # # # # # # # # # # # # # # # |
1502 | 2024-10-30T22:42:56.175Z | ###### # # # #### ##### # ###### ##### # #### |
1503 | 2024-10-30T22:42:56.175Z | # # ###### # # # # # # # # # # |
1504 | 2024-10-30T22:42:56.175Z | # # # # # # # # # # # # # # # # # |
1505 | 2024-10-30T22:42:56.175Z | # # # # #### # # #### # # ###### #### # # |
1506 | 2024-10-30T22:42:56.175Z | |
1507 | 2024-10-30T22:42:56.175Z | + export CARGO_INCREMENTAL=0 |
1508 | 2024-10-30T22:42:56.175Z | + CARGO_INCREMENTAL=0 |
1509 | 2024-10-30T22:42:56.175Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1510 | 2024-10-30T22:42:56.692Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1511 | 2024-10-30T22:43:00.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1512 | 2024-10-30T22:43:00.281Z | Running `target/debug/xtask check-features --ci` |
1513 | 2024-10-30T22:43:00.301Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1514 | 2024-10-30T22:43:00.301Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1515 | 2024-10-30T22:43:00.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1516 | 2024-10-30T22:43:00.757Z | Running `target/debug/xtask download cargo-hack` |
1517 | 2024-10-30T22:43:01.550Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1518 | 2024-10-30T22:43:01.924Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1519 | 2024-10-30T22:43:06.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s |
1520 | 2024-10-30T22:43:06.845Z | Running `target/debug/xtask-downloader cargo-hack` |
1521 | 2024-10-30T22:43:06.883Z | Oct 30 22:43:06.225 INFO Starting download, target: CargoHack |
1522 | 2024-10-30T22:43:06.886Z | Oct 30 22:43:06.226 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1523 | 2024-10-30T22:43:07.474Z | Oct 30 22:43:06.816 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1524 | 2024-10-30T22:43:07.560Z | Oct 30 22:43:06.902 INFO Download complete, target: CargoHack |
1525 | 2024-10-30T22:43:07.564Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1526 | 2024-10-30T22:43:07.580Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1527 | 2024-10-30T22:43:07.743Z | info: running `cargo check --bins` on api_identity (1/166) |
1528 | 2024-10-30T22:43:08.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-10-30T22:43:08.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-10-30T22:43:08.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-10-30T22:43:08.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1532 | 2024-10-30T22:43:08.326Z | |
1533 | 2024-10-30T22:43:08.326Z | info: running `cargo check --bins` on bootstore (2/166) |
1534 | 2024-10-30T22:43:08.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-10-30T22:43:08.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-10-30T22:43:08.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-10-30T22:43:08.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1538 | 2024-10-30T22:43:08.940Z | |
1539 | 2024-10-30T22:43:08.940Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/166) |
1540 | 2024-10-30T22:43:09.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-10-30T22:43:09.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-10-30T22:43:09.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-10-30T22:43:09.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1544 | 2024-10-30T22:43:09.528Z | |
1545 | 2024-10-30T22:43:09.528Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166) |
1546 | 2024-10-30T22:43:10.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-10-30T22:43:10.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-10-30T22:43:10.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-10-30T22:43:10.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1550 | 2024-10-30T22:43:10.124Z | |
1551 | 2024-10-30T22:43:10.124Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166) |
1552 | 2024-10-30T22:43:10.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-10-30T22:43:10.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-10-30T22:43:10.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-10-30T22:43:10.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1556 | 2024-10-30T22:43:10.528Z | |
1557 | 2024-10-30T22:43:10.528Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166) |
1558 | 2024-10-30T22:43:10.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-10-30T22:43:10.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-10-30T22:43:10.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-10-30T22:43:10.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1562 | 2024-10-30T22:43:10.940Z | |
1563 | 2024-10-30T22:43:10.940Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166) |
1564 | 2024-10-30T22:43:11.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-10-30T22:43:11.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-10-30T22:43:11.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-10-30T22:43:11.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1568 | 2024-10-30T22:43:11.348Z | |
1569 | 2024-10-30T22:43:11.348Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166) |
1570 | 2024-10-30T22:43:11.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-10-30T22:43:11.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-10-30T22:43:11.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-10-30T22:43:11.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1574 | 2024-10-30T22:43:11.760Z | |
1575 | 2024-10-30T22:43:11.760Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166) |
1576 | 2024-10-30T22:43:12.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1577 | 2024-10-30T22:43:12.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1578 | 2024-10-30T22:43:12.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1579 | 2024-10-30T22:43:12.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1580 | 2024-10-30T22:43:12.171Z | |
1581 | 2024-10-30T22:43:12.171Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166) |
1582 | 2024-10-30T22:43:12.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1583 | 2024-10-30T22:43:12.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1584 | 2024-10-30T22:43:12.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1585 | 2024-10-30T22:43:12.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1586 | 2024-10-30T22:43:12.575Z | |
1587 | 2024-10-30T22:43:12.575Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166) |
1588 | 2024-10-30T22:43:12.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1589 | 2024-10-30T22:43:12.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1590 | 2024-10-30T22:43:12.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1591 | 2024-10-30T22:43:12.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1592 | 2024-10-30T22:43:12.975Z | |
1593 | 2024-10-30T22:43:12.975Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166) |
1594 | 2024-10-30T22:43:13.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1595 | 2024-10-30T22:43:13.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1596 | 2024-10-30T22:43:13.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1597 | 2024-10-30T22:43:13.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1598 | 2024-10-30T22:43:14.386Z | |
1599 | 2024-10-30T22:43:14.386Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166) |
1600 | 2024-10-30T22:43:14.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1601 | 2024-10-30T22:43:14.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1602 | 2024-10-30T22:43:14.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1603 | 2024-10-30T22:43:14.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1604 | 2024-10-30T22:43:14.389Z | |
1605 | 2024-10-30T22:43:14.389Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166) |
1606 | 2024-10-30T22:43:14.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1607 | 2024-10-30T22:43:14.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1608 | 2024-10-30T22:43:14.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1609 | 2024-10-30T22:43:14.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1610 | 2024-10-30T22:43:14.390Z | |
1611 | 2024-10-30T22:43:14.390Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166) |
1612 | 2024-10-30T22:43:14.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-10-30T22:43:14.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-10-30T22:43:14.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-10-30T22:43:14.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1616 | 2024-10-30T22:43:14.620Z | |
1617 | 2024-10-30T22:43:14.620Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166) |
1618 | 2024-10-30T22:43:14.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-10-30T22:43:14.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-10-30T22:43:14.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-10-30T22:43:14.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1622 | 2024-10-30T22:43:15.023Z | |
1623 | 2024-10-30T22:43:15.023Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166) |
1624 | 2024-10-30T22:43:15.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-10-30T22:43:15.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-10-30T22:43:15.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-10-30T22:43:15.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1628 | 2024-10-30T22:43:15.426Z | |
1629 | 2024-10-30T22:43:15.426Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166) |
1630 | 2024-10-30T22:43:15.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-10-30T22:43:15.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-10-30T22:43:15.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-10-30T22:43:15.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1634 | 2024-10-30T22:43:15.839Z | |
1635 | 2024-10-30T22:43:15.839Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166) |
1636 | 2024-10-30T22:43:16.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-10-30T22:43:16.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-10-30T22:43:16.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-10-30T22:43:16.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1640 | 2024-10-30T22:43:16.254Z | |
1641 | 2024-10-30T22:43:16.254Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166) |
1642 | 2024-10-30T22:43:16.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-10-30T22:43:16.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-10-30T22:43:16.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-10-30T22:43:16.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1646 | 2024-10-30T22:43:16.669Z | |
1647 | 2024-10-30T22:43:16.669Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166) |
1648 | 2024-10-30T22:43:17.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-10-30T22:43:17.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-10-30T22:43:17.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-10-30T22:43:17.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1652 | 2024-10-30T22:43:17.088Z | |
1653 | 2024-10-30T22:43:17.088Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166) |
1654 | 2024-10-30T22:43:17.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-10-30T22:43:17.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-10-30T22:43:17.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-10-30T22:43:17.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1658 | 2024-10-30T22:43:17.501Z | |
1659 | 2024-10-30T22:43:17.501Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166) |
1660 | 2024-10-30T22:43:17.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-10-30T22:43:17.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-10-30T22:43:17.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-10-30T22:43:17.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1664 | 2024-10-30T22:43:17.932Z | |
1665 | 2024-10-30T22:43:17.932Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166) |
1666 | 2024-10-30T22:43:18.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-10-30T22:43:18.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-10-30T22:43:18.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-10-30T22:43:18.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1670 | 2024-10-30T22:43:18.340Z | |
1671 | 2024-10-30T22:43:18.341Z | info: running `cargo check --bins` on sled-hardware-types (25/166) |
1672 | 2024-10-30T22:43:18.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-10-30T22:43:18.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-10-30T22:43:18.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-10-30T22:43:18.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1676 | 2024-10-30T22:43:18.930Z | |
1677 | 2024-10-30T22:43:18.930Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/166) |
1678 | 2024-10-30T22:43:19.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-10-30T22:43:19.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-10-30T22:43:19.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-10-30T22:43:19.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1682 | 2024-10-30T22:43:19.524Z | |
1683 | 2024-10-30T22:43:19.524Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166) |
1684 | 2024-10-30T22:43:20.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-10-30T22:43:20.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-10-30T22:43:20.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-10-30T22:43:20.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1688 | 2024-10-30T22:43:20.118Z | |
1689 | 2024-10-30T22:43:20.118Z | info: running `cargo check --bins` on oxlog (28/166) |
1690 | 2024-10-30T22:43:20.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-10-30T22:43:20.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-10-30T22:43:20.703Z | Checking cfg-if v1.0.0 |
1693 | 2024-10-30T22:43:20.705Z | Checking libc v0.2.161 |
1694 | 2024-10-30T22:43:20.805Z | Checking serde v1.0.210 |
1695 | 2024-10-30T22:43:20.807Z | Checking zeroize v1.8.1 |
1696 | 2024-10-30T22:43:20.818Z | Checking memchr v2.7.4 |
1697 | 2024-10-30T22:43:20.830Z | Checking typenum v1.17.0 |
1698 | 2024-10-30T22:43:20.833Z | Checking scopeguard v1.2.0 |
1699 | 2024-10-30T22:43:20.840Z | Checking subtle v2.6.1 |
1700 | 2024-10-30T22:43:20.866Z | Checking value-bag v1.9.0 |
1701 | 2024-10-30T22:43:20.977Z | Checking lock_api v0.4.12 |
1702 | 2024-10-30T22:43:21.058Z | Checking const-oid v0.9.6 |
1703 | 2024-10-30T22:43:21.120Z | Checking itoa v1.0.11 |
1704 | 2024-10-30T22:43:21.284Z | Checking log v0.4.22 |
1705 | 2024-10-30T22:43:21.341Z | Checking pin-project-lite v0.2.14 |
1706 | 2024-10-30T22:43:21.439Z | Checking smallvec v1.13.2 |
1707 | 2024-10-30T22:43:21.525Z | Checking byteorder v1.5.0 |
1708 | 2024-10-30T22:43:21.715Z | Checking futures-core v0.3.31 |
1709 | 2024-10-30T22:43:21.799Z | Checking once_cell v1.20.2 |
1710 | 2024-10-30T22:43:21.822Z | Checking cpufeatures v0.2.14 |
1711 | 2024-10-30T22:43:21.856Z | Checking futures-sink v0.3.31 |
1712 | 2024-10-30T22:43:21.878Z | Checking spin v0.9.8 |
1713 | 2024-10-30T22:43:21.894Z | Checking zerocopy v0.7.35 |
1714 | 2024-10-30T22:43:21.965Z | Checking getrandom v0.2.15 |
1715 | 2024-10-30T22:43:21.987Z | Checking signal-hook-registry v1.4.2 |
1716 | 2024-10-30T22:43:22.050Z | Checking parking_lot_core v0.9.10 |
1717 | 2024-10-30T22:43:22.171Z | Checking generic-array v0.14.7 |
1718 | 2024-10-30T22:43:22.185Z | Checking rand_core v0.6.4 |
1719 | 2024-10-30T22:43:22.222Z | Checking mio v1.0.2 |
1720 | 2024-10-30T22:43:22.229Z | Checking socket2 v0.5.7 |
1721 | 2024-10-30T22:43:22.376Z | Checking parking_lot v0.12.3 |
1722 | 2024-10-30T22:43:22.459Z | Checking slab v0.4.9 |
1723 | 2024-10-30T22:43:22.734Z | Checking futures-channel v0.3.31 |
1724 | 2024-10-30T22:43:22.736Z | Checking futures-io v0.3.31 |
1725 | 2024-10-30T22:43:22.762Z | Checking equivalent v1.0.1 |
1726 | 2024-10-30T22:43:22.861Z | Checking foldhash v0.1.3 |
1727 | 2024-10-30T22:43:22.865Z | Checking futures-task v0.3.31 |
1728 | 2024-10-30T22:43:22.888Z | Checking pin-utils v0.1.0 |
1729 | 2024-10-30T22:43:22.931Z | Checking tinyvec_macros v0.1.1 |
1730 | 2024-10-30T22:43:22.970Z | Checking allocator-api2 v0.2.18 |
1731 | 2024-10-30T22:43:23.016Z | Checking tinyvec v1.8.0 |
1732 | 2024-10-30T22:43:23.066Z | Checking ryu v1.0.18 |
1733 | 2024-10-30T22:43:23.093Z | Checking fnv v1.0.7 |
1734 | 2024-10-30T22:43:23.108Z | Checking futures-util v0.3.31 |
1735 | 2024-10-30T22:43:23.219Z | Checking unicode-bidi v0.3.17 |
1736 | 2024-10-30T22:43:23.308Z | Checking libm v0.2.8 |
1737 | 2024-10-30T22:43:23.331Z | Checking crypto-common v0.1.6 |
1738 | 2024-10-30T22:43:23.334Z | Checking block-buffer v0.10.4 |
1739 | 2024-10-30T22:43:23.509Z | Checking block-padding v0.3.3 |
1740 | 2024-10-30T22:43:23.550Z | Checking digest v0.10.7 |
1741 | 2024-10-30T22:43:23.622Z | Checking hashbrown v0.15.0 |
1742 | 2024-10-30T22:43:23.722Z | Checking inout v0.1.3 |
1743 | 2024-10-30T22:43:23.841Z | Checking base64ct v1.6.0 |
1744 | 2024-10-30T22:43:23.940Z | Checking hmac v0.12.1 |
1745 | 2024-10-30T22:43:23.956Z | Checking cipher v0.4.4 |
1746 | 2024-10-30T22:43:24.149Z | Checking sha2 v0.10.8 |
1747 | 2024-10-30T22:43:24.241Z | Checking num-traits v0.2.19 |
1748 | 2024-10-30T22:43:24.299Z | Checking pem-rfc7468 v0.7.0 |
1749 | 2024-10-30T22:43:24.378Z | Checking unicode-normalization v0.1.24 |
1750 | 2024-10-30T22:43:24.382Z | Checking ppv-lite86 v0.2.20 |
1751 | 2024-10-30T22:43:24.588Z | Checking flagset v0.4.6 |
1752 | 2024-10-30T22:43:24.747Z | Checking tracing-core v0.1.32 |
1753 | 2024-10-30T22:43:24.761Z | Checking der v0.7.9 |
1754 | 2024-10-30T22:43:24.782Z | Checking thiserror v1.0.64 |
1755 | 2024-10-30T22:43:24.907Z | Checking rustls-pki-types v1.9.0 |
1756 | 2024-10-30T22:43:25.130Z | Checking rand_chacha v0.3.1 |
1757 | 2024-10-30T22:43:25.327Z | Checking percent-encoding v2.3.1 |
1758 | 2024-10-30T22:43:25.388Z | Checking tracing v0.1.40 |
1759 | 2024-10-30T22:43:25.480Z | Checking salsa20 v0.10.2 |
1760 | 2024-10-30T22:43:25.524Z | Checking rand v0.8.5 |
1761 | 2024-10-30T22:43:25.539Z | Checking pbkdf2 v0.12.2 |
1762 | 2024-10-30T22:43:25.699Z | Checking httparse v1.9.5 |
1763 | 2024-10-30T22:43:25.699Z | Checking untrusted v0.9.0 |
1764 | 2024-10-30T22:43:25.729Z | Checking powerfmt v0.2.0 |
1765 | 2024-10-30T22:43:25.758Z | Checking bytes v1.7.2 |
1766 | 2024-10-30T22:43:25.866Z | Checking indexmap v2.6.0 |
1767 | 2024-10-30T22:43:25.985Z | Checking serde_json v1.0.128 |
1768 | 2024-10-30T22:43:26.004Z | Checking bitflags v2.6.0 |
1769 | 2024-10-30T22:43:26.167Z | Checking deranged v0.3.11 |
1770 | 2024-10-30T22:43:26.308Z | Checking ring v0.17.8 |
1771 | 2024-10-30T22:43:26.559Z | Checking tokio v1.40.0 |
1772 | 2024-10-30T22:43:26.702Z | Checking http v1.1.0 |
1773 | 2024-10-30T22:43:26.779Z | Checking spki v0.7.3 |
1774 | 2024-10-30T22:43:27.083Z | Checking scrypt v0.11.0 |
1775 | 2024-10-30T22:43:27.252Z | Checking cbc v0.1.2 |
1776 | 2024-10-30T22:43:27.322Z | Checking aes v0.8.4 |
1777 | 2024-10-30T22:43:27.472Z | Checking crossbeam-utils v0.8.20 |
1778 | 2024-10-30T22:43:27.774Z | Checking num-conv v0.1.0 |
1779 | 2024-10-30T22:43:27.964Z | Checking time-core v0.1.2 |
1780 | 2024-10-30T22:43:28.013Z | Checking atomic-waker v1.1.2 |
1781 | 2024-10-30T22:43:28.030Z | Checking num_threads v0.1.7 |
1782 | 2024-10-30T22:43:28.109Z | Checking http-body v1.0.1 |
1783 | 2024-10-30T22:43:28.140Z | Checking time v0.3.36 |
1784 | 2024-10-30T22:43:28.142Z | Checking form_urlencoded v1.2.1 |
1785 | 2024-10-30T22:43:28.182Z | Checking try-lock v0.2.5 |
1786 | 2024-10-30T22:43:28.198Z | Checking rustls-webpki v0.102.8 |
1787 | 2024-10-30T22:43:28.213Z | Checking pkcs5 v0.7.1 |
1788 | 2024-10-30T22:43:28.312Z | Checking want v0.3.1 |
1789 | 2024-10-30T22:43:28.329Z | Checking httpdate v1.0.3 |
1790 | 2024-10-30T22:43:28.344Z | Checking unicode-ident v1.0.13 |
1791 | 2024-10-30T22:43:28.438Z | Checking toml_datetime v0.6.8 |
1792 | 2024-10-30T22:43:28.489Z | Checking serde_spanned v0.6.8 |
1793 | 2024-10-30T22:43:28.507Z | Checking proc-macro2 v1.0.87 |
1794 | 2024-10-30T22:43:28.552Z | Checking uuid v1.10.0 |
1795 | 2024-10-30T22:43:28.673Z | Checking idna v0.5.0 |
1796 | 2024-10-30T22:43:28.727Z | Checking pkcs8 v0.10.2 |
1797 | 2024-10-30T22:43:28.742Z | Checking slog v2.7.0 |
1798 | 2024-10-30T22:43:28.958Z | Checking scroll v0.12.0 |
1799 | 2024-10-30T22:43:29.059Z | Checking plain v0.2.3 |
1800 | 2024-10-30T22:43:29.188Z | Checking base64 v0.22.1 |
1801 | 2024-10-30T22:43:29.203Z | Checking tower-service v0.3.3 |
1802 | 2024-10-30T22:43:29.217Z | Checking iana-time-zone v0.1.61 |
1803 | 2024-10-30T22:43:29.250Z | Checking foreign-types-shared v0.1.1 |
1804 | 2024-10-30T22:43:29.316Z | Checking match_cfg v0.1.0 |
1805 | 2024-10-30T22:43:29.357Z | Checking ucd-trie v0.1.7 |
1806 | 2024-10-30T22:43:29.360Z | Checking chrono v0.4.38 |
1807 | 2024-10-30T22:43:29.407Z | Checking hostname v0.3.1 |
1808 | 2024-10-30T22:43:29.428Z | Checking goblin v0.8.2 |
1809 | 2024-10-30T22:43:29.539Z | Checking url v2.5.2 |
1810 | 2024-10-30T22:43:29.553Z | Checking foreign-types v0.3.2 |
1811 | 2024-10-30T22:43:29.568Z | Checking pest v2.7.14 |
1812 | 2024-10-30T22:43:29.640Z | Checking quote v1.0.37 |
1813 | 2024-10-30T22:43:29.656Z | Checking openssl-sys v0.9.103 |
1814 | 2024-10-30T22:43:30.012Z | Checking dirs-sys-next v0.1.2 |
1815 | 2024-10-30T22:43:30.201Z | Checking errno v0.3.9 |
1816 | 2024-10-30T22:43:30.296Z | Checking aho-corasick v1.1.3 |
1817 | 2024-10-30T22:43:30.383Z | Checking data-encoding v2.6.0 |
1818 | 2024-10-30T22:43:30.605Z | Checking regex-syntax v0.8.5 |
1819 | 2024-10-30T22:43:30.925Z | Checking siphasher v0.3.11 |
1820 | 2024-10-30T22:43:31.079Z | Checking pretty-hex v0.4.1 |
1821 | 2024-10-30T22:43:31.214Z | Checking adler2 v2.0.0 |
1822 | 2024-10-30T22:43:31.253Z | Checking openssl v0.10.66 |
1823 | 2024-10-30T22:43:31.384Z | Checking miniz_oxide v0.8.0 |
1824 | 2024-10-30T22:43:31.462Z | Checking rustix v0.38.37 |
1825 | 2024-10-30T22:43:32.001Z | Checking dirs-next v2.0.0 |
1826 | 2024-10-30T22:43:32.123Z | Checking syn v2.0.79 |
1827 | 2024-10-30T22:43:32.142Z | Checking http-body-util v0.1.2 |
1828 | 2024-10-30T22:43:32.177Z | Checking dtrace-parser v0.2.0 |
1829 | 2024-10-30T22:43:32.621Z | Checking crossbeam-epoch v0.9.18 |
1830 | 2024-10-30T22:43:32.665Z | Checking sha1 v0.10.6 |
1831 | 2024-10-30T22:43:32.939Z | Checking signature v2.2.0 |
1832 | 2024-10-30T22:43:33.065Z | Checking lazy_static v1.5.0 |
1833 | 2024-10-30T22:43:33.146Z | Checking thread_local v1.1.8 |
1834 | 2024-10-30T22:43:33.189Z | Checking thread-id v4.2.2 |
1835 | 2024-10-30T22:43:33.298Z | Checking encoding_rs v0.8.34 |
1836 | 2024-10-30T22:43:33.414Z | Checking openssl-probe v0.1.5 |
1837 | 2024-10-30T22:43:33.579Z | Checking gimli v0.31.1 |
1838 | 2024-10-30T22:43:33.890Z | Checking tokio-util v0.7.12 |
1839 | 2024-10-30T22:43:33.920Z | Checking regex-automata v0.4.8 |
1840 | 2024-10-30T22:43:34.588Z | Checking dof v0.3.0 |
1841 | 2024-10-30T22:43:34.848Z | Checking h2 v0.4.6 |
1842 | 2024-10-30T22:43:35.037Z | Checking either v1.13.0 |
1843 | 2024-10-30T22:43:35.236Z | Checking anstyle v1.0.8 |
1844 | 2024-10-30T22:43:35.411Z | Checking ipnet v2.10.1 |
1845 | 2024-10-30T22:43:35.579Z | Checking winnow v0.6.20 |
1846 | 2024-10-30T22:43:35.671Z | Checking mime v0.3.17 |
1847 | 2024-10-30T22:43:35.903Z | Checking unicode-properties v0.1.3 |
1848 | 2024-10-30T22:43:35.995Z | Checking utf8parse v0.2.2 |
1849 | 2024-10-30T22:43:36.146Z | Checking anstyle-parse v0.2.5 |
1850 | 2024-10-30T22:43:36.267Z | Checking stringprep v0.1.5 |
1851 | 2024-10-30T22:43:36.399Z | Checking crossbeam-deque v0.8.5 |
1852 | 2024-10-30T22:43:36.559Z | Checking term v0.7.0 |
1853 | 2024-10-30T22:43:36.723Z | Checking slog-json v2.6.1 |
1854 | 2024-10-30T22:43:36.835Z | Checking native-tls v0.2.12 |
1855 | 2024-10-30T22:43:36.982Z | Checking rustls v0.22.4 |
1856 | 2024-10-30T22:43:37.001Z | Checking rustls v0.23.14 |
1857 | 2024-10-30T22:43:37.147Z | Checking futures-executor v0.3.31 |
1858 | 2024-10-30T22:43:37.373Z | Checking serde_urlencoded v0.7.1 |
1859 | 2024-10-30T22:43:37.783Z | Checking addr2line v0.24.2 |
1860 | 2024-10-30T22:43:37.802Z | Checking crossbeam-channel v0.5.13 |
1861 | 2024-10-30T22:43:38.317Z | Checking num-integer v0.1.46 |
1862 | 2024-10-30T22:43:38.458Z | Checking usdt-impl v0.5.0 |
1863 | 2024-10-30T22:43:38.509Z | Checking rustls-pemfile v2.2.0 |
1864 | 2024-10-30T22:43:38.573Z | Checking toml_edit v0.22.22 |
1865 | 2024-10-30T22:43:38.610Z | Checking idna v0.3.0 |
1866 | 2024-10-30T22:43:38.722Z | Checking idna v0.4.0 |
1867 | 2024-10-30T22:43:38.776Z | Checking md-5 v0.10.6 |
1868 | 2024-10-30T22:43:39.002Z | Checking ff v0.13.0 |
1869 | 2024-10-30T22:43:39.017Z | Checking memmap v0.7.0 |
1870 | 2024-10-30T22:43:39.202Z | Checking is-terminal v0.4.13 |
1871 | 2024-10-30T22:43:39.229Z | Checking hash32 v0.2.1 |
1872 | 2024-10-30T22:43:39.321Z | Checking object v0.36.5 |
1873 | 2024-10-30T22:43:39.485Z | Checking rustc-demangle v0.1.24 |
1874 | 2024-10-30T22:43:39.545Z | Checking is_terminal_polyfill v1.70.1 |
1875 | 2024-10-30T22:43:39.588Z | Checking take_mut v0.2.2 |
1876 | 2024-10-30T22:43:39.664Z | Checking stable_deref_trait v1.2.0 |
1877 | 2024-10-30T22:43:39.746Z | Checking utf-8 v0.7.6 |
1878 | 2024-10-30T22:43:39.769Z | Checking quick-error v1.2.3 |
1879 | 2024-10-30T22:43:39.926Z | Checking anstyle-query v1.1.1 |
1880 | 2024-10-30T22:43:39.997Z | Checking colorchoice v1.0.2 |
1881 | 2024-10-30T22:43:40.019Z | Checking base16ct v0.2.0 |
1882 | 2024-10-30T22:43:40.071Z | Checking psl-types v2.0.11 |
1883 | 2024-10-30T22:43:40.105Z | Checking dyn-clone v1.0.17 |
1884 | 2024-10-30T22:43:40.128Z | Checking linked-hash-map v0.5.6 |
1885 | 2024-10-30T22:43:40.195Z | Checking fallible-iterator v0.2.0 |
1886 | 2024-10-30T22:43:40.221Z | Checking publicsuffix v2.2.3 |
1887 | 2024-10-30T22:43:40.454Z | Checking schemars v0.8.21 |
1888 | 2024-10-30T22:43:40.456Z | Checking lru-cache v0.1.2 |
1889 | 2024-10-30T22:43:40.641Z | Checking sec1 v0.7.3 |
1890 | 2024-10-30T22:43:40.689Z | Checking tokio-rustls v0.25.0 |
1891 | 2024-10-30T22:43:40.820Z | Checking postgres-protocol v0.6.7 |
1892 | 2024-10-30T22:43:41.032Z | Checking anstream v0.6.15 |
1893 | 2024-10-30T22:43:41.063Z | Checking tungstenite v0.24.0 |
1894 | 2024-10-30T22:43:41.237Z | Checking toml v0.8.19 |
1895 | 2024-10-30T22:43:41.271Z | Checking hyper v1.4.1 |
1896 | 2024-10-30T22:43:41.382Z | Checking resolv-conf v0.7.0 |
1897 | 2024-10-30T22:43:41.488Z | Checking heapless v0.7.17 |
1898 | 2024-10-30T22:43:41.750Z | Checking slog-async v2.8.0 |
1899 | 2024-10-30T22:43:41.976Z | Checking hickory-proto v0.24.1 |
1900 | 2024-10-30T22:43:42.015Z | Checking tokio-rustls v0.26.0 |
1901 | 2024-10-30T22:43:42.037Z | Checking slog-term v2.9.1 |
1902 | 2024-10-30T22:43:42.055Z | Checking usdt v0.5.0 |
1903 | 2024-10-30T22:43:42.130Z | Checking group v0.13.0 |
1904 | 2024-10-30T22:43:42.310Z | Checking num-iter v0.1.45 |
1905 | 2024-10-30T22:43:42.401Z | Checking futures v0.3.31 |
1906 | 2024-10-30T22:43:42.423Z | Checking tokio-native-tls v0.3.1 |
1907 | 2024-10-30T22:43:42.486Z | Checking slog-bunyan v2.5.0 |
1908 | 2024-10-30T22:43:42.516Z | Checking rayon-core v1.12.1 |
1909 | 2024-10-30T22:43:42.531Z | Checking multer v3.1.0 |
1910 | 2024-10-30T22:43:42.546Z | Checking terminal_size v0.4.0 |
1911 | 2024-10-30T22:43:42.653Z | Checking phf_shared v0.11.2 |
1912 | 2024-10-30T22:43:42.675Z | Checking cookie v0.18.1 |
1913 | 2024-10-30T22:43:42.708Z | Checking async-stream v0.3.6 |
1914 | 2024-10-30T22:43:42.904Z | Checking signal-hook v0.3.17 |
1915 | 2024-10-30T22:43:42.933Z | Checking waitgroup v0.1.2 |
1916 | 2024-10-30T22:43:42.948Z | Checking camino v1.1.9 |
1917 | 2024-10-30T22:43:43.063Z | Checking openapiv3 v2.0.0 |
1918 | 2024-10-30T22:43:43.106Z | Checking serde_path_to_error v0.1.16 |
1919 | 2024-10-30T22:43:43.186Z | Checking webpki-roots v0.26.6 |
1920 | 2024-10-30T22:43:43.243Z | Checking hkdf v0.12.4 |
1921 | 2024-10-30T22:43:43.374Z | Checking hyper-util v0.1.9 |
1922 | 2024-10-30T22:43:43.391Z | Checking crypto-bigint v0.5.5 |
1923 | 2024-10-30T22:43:43.463Z | Checking hostname v0.4.0 |
1924 | 2024-10-30T22:43:43.522Z | Checking managed v0.8.0 |
1925 | 2024-10-30T22:43:43.603Z | Checking winnow v0.5.40 |
1926 | 2024-10-30T22:43:43.744Z | Checking unicode-width v0.1.14 |
1927 | 2024-10-30T22:43:43.939Z | Checking clap_lex v0.7.2 |
1928 | 2024-10-30T22:43:44.204Z | Checking bitflags v1.3.2 |
1929 | 2024-10-30T22:43:44.266Z | Checking strsim v0.11.1 |
1930 | 2024-10-30T22:43:44.311Z | Checking debug-ignore v1.0.5 |
1931 | 2024-10-30T22:43:44.452Z | Checking smoltcp v0.9.1 |
1932 | 2024-10-30T22:43:44.561Z | Checking clap_builder v4.5.20 |
1933 | 2024-10-30T22:43:45.543Z | Checking hyper-rustls v0.27.3 |
1934 | 2024-10-30T22:43:45.880Z | Checking hyper-tls v0.6.0 |
1935 | 2024-10-30T22:43:45.979Z | Checking console v0.15.8 |
1936 | 2024-10-30T22:43:46.166Z | Checking signal-hook-mio v0.2.4 |
1937 | 2024-10-30T22:43:46.168Z | Checking backtrace v0.3.74 |
1938 | 2024-10-30T22:43:46.201Z | Checking elliptic-curve v0.13.8 |
1939 | 2024-10-30T22:43:46.308Z | Checking rayon v1.10.0 |
1940 | 2024-10-30T22:43:46.541Z | Checking dropshot v0.12.0 |
1941 | 2024-10-30T22:43:46.546Z | Checking cookie_store v0.21.0 |
1942 | 2024-10-30T22:43:46.638Z | Checking toml_edit v0.19.15 |
1943 | 2024-10-30T22:43:46.729Z | Checking anyhow v1.0.89 |
1944 | 2024-10-30T22:43:46.762Z | Checking hickory-resolver v0.24.1 |
1945 | 2024-10-30T22:43:46.816Z | Checking phf v0.11.2 |
1946 | 2024-10-30T22:43:47.099Z | Checking num-bigint-dig v0.8.4 |
1947 | 2024-10-30T22:43:47.116Z | Checking tokio-tungstenite v0.24.0 |
1948 | 2024-10-30T22:43:47.163Z | Checking postgres-types v0.2.8 |
1949 | 2024-10-30T22:43:47.630Z | Checking regex v1.11.0 |
1950 | 2024-10-30T22:43:47.648Z | Checking bstr v1.10.0 |
1951 | 2024-10-30T22:43:47.942Z | Checking tokio-stream v0.1.16 |
1952 | 2024-10-30T22:43:48.291Z | Checking ed25519 v2.2.3 |
1953 | 2024-10-30T22:43:48.409Z | Checking phf_shared v0.10.0 |
1954 | 2024-10-30T22:43:48.603Z | Checking curve25519-dalek v4.1.3 |
1955 | 2024-10-30T22:43:48.619Z | Checking zerocopy v0.6.6 |
1956 | 2024-10-30T22:43:48.699Z | Checking pkcs1 v0.7.5 |
1957 | 2024-10-30T22:43:48.828Z | Checking hubpack v0.1.2 |
1958 | 2024-10-30T22:43:49.131Z | Checking portable-atomic v1.9.0 |
1959 | 2024-10-30T22:43:49.168Z | Checking float-cmp v0.9.0 |
1960 | 2024-10-30T22:43:49.219Z | Checking serde-big-array v0.5.1 |
1961 | 2024-10-30T22:43:49.303Z | Checking rfc6979 v0.4.0 |
1962 | 2024-10-30T22:43:49.356Z | Checking sync_wrapper v1.0.1 |
1963 | 2024-10-30T22:43:49.412Z | Checking crc32fast v1.4.2 |
1964 | 2024-10-30T22:43:49.427Z | Checking fixedbitset v0.4.2 |
1965 | 2024-10-30T22:43:49.472Z | Checking new_debug_unreachable v1.0.6 |
1966 | 2024-10-30T22:43:49.506Z | Checking minimal-lexical v0.2.1 |
1967 | 2024-10-30T22:43:49.561Z | Checking predicates-core v1.0.8 |
1968 | 2024-10-30T22:43:49.650Z | Checking difflib v0.4.0 |
1969 | 2024-10-30T22:43:49.678Z | Checking precomputed-hash v0.1.1 |
1970 | 2024-10-30T22:43:49.744Z | Checking unicode-segmentation v1.12.0 |
1971 | 2024-10-30T22:43:49.792Z | Checking whoami v1.5.2 |
1972 | 2024-10-30T22:43:49.902Z | Checking number_prefix v0.4.0 |
1973 | 2024-10-30T22:43:49.972Z | Checking bit-vec v0.6.3 |
1974 | 2024-10-30T22:43:50.088Z | Checking normalize-line-endings v0.3.0 |
1975 | 2024-10-30T22:43:50.103Z | Checking static_assertions v1.1.0 |
1976 | 2024-10-30T22:43:50.180Z | Checking tokio-postgres v0.7.12 |
1977 | 2024-10-30T22:43:50.196Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2024-10-30T22:43:50.213Z | Checking predicates v3.1.2 |
1979 | 2024-10-30T22:43:50.276Z | Checking indicatif v0.17.8 |
1980 | 2024-10-30T22:43:50.299Z | Checking bit-set v0.5.3 |
1981 | 2024-10-30T22:43:50.372Z | Checking qorb v0.1.2 |
1982 | 2024-10-30T22:43:50.417Z | Checking similar v2.6.0 |
1983 | 2024-10-30T22:43:50.533Z | Checking ed25519-dalek v2.1.1 |
1984 | 2024-10-30T22:43:50.562Z | Checking nom v7.1.3 |
1985 | 2024-10-30T22:43:50.871Z | Checking string_cache v0.8.7 |
1986 | 2024-10-30T22:43:50.947Z | Checking petgraph v0.6.5 |
1987 | 2024-10-30T22:43:51.058Z | Checking flate2 v1.0.34 |
1988 | 2024-10-30T22:43:51.160Z | Checking reqwest v0.12.8 |
1989 | 2024-10-30T22:43:51.260Z | Checking ecdsa v0.16.9 |
1990 | 2024-10-30T22:43:51.729Z | Checking rsa v0.9.6 |
1991 | 2024-10-30T22:43:51.979Z | Checking toml v0.7.8 |
1992 | 2024-10-30T22:43:52.774Z | Checking clap v4.5.20 |
1993 | 2024-10-30T22:43:52.789Z | Checking crossterm v0.28.1 |
1994 | 2024-10-30T22:43:52.888Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-10-30T22:43:52.915Z | Checking itertools v0.12.1 |
1996 | 2024-10-30T22:43:52.958Z | Checking itertools v0.10.5 |
1997 | 2024-10-30T22:43:53.024Z | Checking fs-err v2.11.0 |
1998 | 2024-10-30T22:43:53.419Z | Checking ahash v0.8.11 |
1999 | 2024-10-30T22:43:53.469Z | Checking x509-cert v0.2.5 |
2000 | 2024-10-30T22:43:53.576Z | Checking hex v0.4.3 |
2001 | 2024-10-30T22:43:53.972Z | Checking semver v1.0.23 |
2002 | 2024-10-30T22:43:54.125Z | Checking lalrpop-util v0.19.12 |
2003 | 2024-10-30T22:43:54.311Z | Checking peg-runtime v0.8.3 |
2004 | 2024-10-30T22:43:54.398Z | Checking sigpipe v0.1.3 |
2005 | 2024-10-30T22:43:55.340Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2006 | 2024-10-30T22:43:55.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.53s |
2007 | 2024-10-30T22:43:55.855Z | |
2008 | 2024-10-30T22:43:55.856Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166) |
2009 | 2024-10-30T22:43:56.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2010 | 2024-10-30T22:43:56.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2011 | 2024-10-30T22:43:56.469Z | Compiling hashbrown v0.14.5 |
2012 | 2024-10-30T22:43:56.584Z | Checking heck v0.5.0 |
2013 | 2024-10-30T22:43:56.611Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-10-30T22:43:56.614Z | Compiling ident_case v1.0.1 |
2015 | 2024-10-30T22:43:56.614Z | Checking progenitor-client v0.8.0 |
2016 | 2024-10-30T22:43:56.639Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2017 | 2024-10-30T22:43:56.654Z | Compiling proc-macro-crate v1.3.1 |
2018 | 2024-10-30T22:43:56.759Z | Compiling darling_core v0.20.10 |
2019 | 2024-10-30T22:43:56.788Z | Checking ipnetwork v0.20.0 |
2020 | 2024-10-30T22:43:56.929Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-10-30T22:43:57.042Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2022 | 2024-10-30T22:43:57.182Z | Compiling newtype-uuid v1.1.2 |
2023 | 2024-10-30T22:43:57.378Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2024 | 2024-10-30T22:43:57.512Z | Compiling lzma-sys v0.1.20 |
2025 | 2024-10-30T22:43:57.695Z | Checking regress v0.10.1 |
2026 | 2024-10-30T22:43:57.731Z | Compiling num_enum_derive v0.5.11 |
2027 | 2024-10-30T22:43:57.746Z | Compiling foreign-types-macros v0.2.3 |
2028 | 2024-10-30T22:43:58.286Z | Compiling serde_yaml v0.9.34+deprecated |
2029 | 2024-10-30T22:43:58.477Z | Checking foreign-types-shared v0.3.1 |
2030 | 2024-10-30T22:43:58.590Z | Checking arc-swap v1.7.1 |
2031 | 2024-10-30T22:43:58.995Z | Checking foreign-types v0.5.0 |
2032 | 2024-10-30T22:43:59.067Z | Checking slog-scope v4.4.0 |
2033 | 2024-10-30T22:43:59.154Z | Compiling proc-macro-error v1.0.4 |
2034 | 2024-10-30T22:43:59.784Z | Compiling structmeta v0.3.0 |
2035 | 2024-10-30T22:43:59.810Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2036 | 2024-10-30T22:43:59.868Z | Checking tungstenite v0.21.0 |
2037 | 2024-10-30T22:43:59.919Z | Compiling heck v0.3.3 |
2038 | 2024-10-30T22:44:00.186Z | Checking num_enum v0.5.11 |
2039 | 2024-10-30T22:44:00.201Z | Compiling parse-display-derive v0.10.0 |
2040 | 2024-10-30T22:44:00.342Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2041 | 2024-10-30T22:44:00.344Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-10-30T22:44:00.768Z | Checking cstr-argument v0.1.2 |
2043 | 2024-10-30T22:44:00.950Z | Checking instant v0.1.13 |
2044 | 2024-10-30T22:44:01.067Z | Checking pretty-hex v0.2.1 |
2045 | 2024-10-30T22:44:01.135Z | Checking fastrand v2.1.1 |
2046 | 2024-10-30T22:44:01.187Z | Checking base64 v0.21.7 |
2047 | 2024-10-30T22:44:01.232Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2048 | 2024-10-30T22:44:01.322Z | Checking typify-impl v0.2.0 |
2049 | 2024-10-30T22:44:01.445Z | Checking tempfile v3.13.0 |
2050 | 2024-10-30T22:44:01.550Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2051 | 2024-10-30T22:44:01.832Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2052 | 2024-10-30T22:44:01.850Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-10-30T22:44:01.989Z | Checking backoff v0.4.0 |
2054 | 2024-10-30T22:44:01.992Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2024-10-30T22:44:02.301Z | Checking tokio-tungstenite v0.21.0 |
2056 | 2024-10-30T22:44:02.304Z | Compiling zone_cfg_derive v0.1.2 |
2057 | 2024-10-30T22:44:02.328Z | Checking strum v0.26.3 |
2058 | 2024-10-30T22:44:02.480Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2059 | 2024-10-30T22:44:02.801Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2060 | 2024-10-30T22:44:02.821Z | Checking slog-stdlog v4.1.1 |
2061 | 2024-10-30T22:44:03.046Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2062 | 2024-10-30T22:44:03.171Z | Checking regress v0.9.1 |
2063 | 2024-10-30T22:44:03.196Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2064 | 2024-10-30T22:44:03.222Z | Checking colored v2.1.0 |
2065 | 2024-10-30T22:44:03.274Z | Compiling darling_macro v0.20.10 |
2066 | 2024-10-30T22:44:03.484Z | Checking macaddr v1.0.1 |
2067 | 2024-10-30T22:44:03.507Z | Checking base64 v0.13.1 |
2068 | 2024-10-30T22:44:03.759Z | Checking zone v0.1.8 |
2069 | 2024-10-30T22:44:03.817Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2070 | 2024-10-30T22:44:03.948Z | Checking ron v0.7.1 |
2071 | 2024-10-30T22:44:04.230Z | Compiling darling v0.20.10 |
2072 | 2024-10-30T22:44:04.308Z | Checking xz2 v0.1.7 |
2073 | 2024-10-30T22:44:04.347Z | Compiling serde_with_macros v3.11.0 |
2074 | 2024-10-30T22:44:04.444Z | Checking slog-envlogger v2.2.0 |
2075 | 2024-10-30T22:44:04.566Z | Checking parse-display v0.10.0 |
2076 | 2024-10-30T22:44:04.607Z | Checking tabwriter v1.4.0 |
2077 | 2024-10-30T22:44:04.666Z | Checking xattr v1.3.1 |
2078 | 2024-10-30T22:44:04.794Z | Checking pem v3.0.4 |
2079 | 2024-10-30T22:44:04.847Z | Checking yasna v0.5.2 |
2080 | 2024-10-30T22:44:04.867Z | Checking headers-core v0.3.0 |
2081 | 2024-10-30T22:44:05.009Z | Checking smf v0.2.3 |
2082 | 2024-10-30T22:44:05.063Z | Checking filetime v0.2.25 |
2083 | 2024-10-30T22:44:05.126Z | Checking same-file v1.0.6 |
2084 | 2024-10-30T22:44:05.263Z | Checking tar v0.4.42 |
2085 | 2024-10-30T22:44:05.297Z | Checking walkdir v2.5.0 |
2086 | 2024-10-30T22:44:05.481Z | Checking headers v0.4.0 |
2087 | 2024-10-30T22:44:05.581Z | Checking atomicwrites v0.4.4 |
2088 | 2024-10-30T22:44:05.711Z | Checking rcgen v0.12.1 |
2089 | 2024-10-30T22:44:05.778Z | Checking camino-tempfile v1.1.1 |
2090 | 2024-10-30T22:44:05.806Z | Checking subprocess v0.2.9 |
2091 | 2024-10-30T22:44:06.839Z | Checking serde_with v3.11.0 |
2092 | 2024-10-30T22:44:09.979Z | Compiling typify-macro v0.2.0 |
2093 | 2024-10-30T22:44:11.830Z | Compiling typify v0.2.0 |
2094 | 2024-10-30T22:44:11.897Z | Compiling progenitor-impl v0.8.0 |
2095 | 2024-10-30T22:44:15.020Z | Compiling progenitor-macro v0.8.0 |
2096 | 2024-10-30T22:44:20.322Z | Checking progenitor v0.8.0 |
2097 | 2024-10-30T22:44:20.451Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2098 | 2024-10-30T22:44:20.454Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2099 | 2024-10-30T22:44:23.114Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2100 | 2024-10-30T22:44:23.467Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2101 | 2024-10-30T22:44:29.814Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2102 | 2024-10-30T22:44:31.362Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2103 | 2024-10-30T22:44:32.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.81s |
2104 | 2024-10-30T22:44:32.804Z | |
2105 | 2024-10-30T22:44:32.804Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166) |
2106 | 2024-10-30T22:44:33.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2107 | 2024-10-30T22:44:33.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2108 | 2024-10-30T22:44:33.418Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2109 | 2024-10-30T22:44:34.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
2110 | 2024-10-30T22:44:34.975Z | |
2111 | 2024-10-30T22:44:34.975Z | info: running `cargo check --bins` on nexus-config (31/166) |
2112 | 2024-10-30T22:44:35.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2113 | 2024-10-30T22:44:35.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2114 | 2024-10-30T22:44:35.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2115 | 2024-10-30T22:44:35.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2116 | 2024-10-30T22:44:35.571Z | |
2117 | 2024-10-30T22:44:35.571Z | info: running `cargo check --bins` on omicron-rpaths (32/166) |
2118 | 2024-10-30T22:44:36.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-10-30T22:44:36.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-10-30T22:44:36.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2121 | 2024-10-30T22:44:36.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2122 | 2024-10-30T22:44:36.142Z | |
2123 | 2024-10-30T22:44:36.142Z | info: running `cargo check --bins` on omicron-certificates (33/166) |
2124 | 2024-10-30T22:44:36.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-10-30T22:44:36.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-10-30T22:44:36.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2127 | 2024-10-30T22:44:36.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2128 | 2024-10-30T22:44:36.736Z | |
2129 | 2024-10-30T22:44:36.736Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/166) |
2130 | 2024-10-30T22:44:37.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-10-30T22:44:37.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-10-30T22:44:37.365Z | Compiling heapless v0.8.0 |
2133 | 2024-10-30T22:44:37.367Z | Checking hash32 v0.3.1 |
2134 | 2024-10-30T22:44:37.472Z | Compiling smoltcp v0.11.0 |
2135 | 2024-10-30T22:44:37.482Z | Checking cobs v0.2.3 |
2136 | 2024-10-30T22:44:37.493Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2137 | 2024-10-30T22:44:37.495Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2138 | 2024-10-30T22:44:37.519Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2139 | 2024-10-30T22:44:37.522Z | Compiling crucible-workspace-hack v0.1.0 |
2140 | 2024-10-30T22:44:37.623Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2141 | 2024-10-30T22:44:37.647Z | Checking postcard v1.0.10 |
2142 | 2024-10-30T22:44:37.663Z | Checking newline-converter v0.3.0 |
2143 | 2024-10-30T22:44:37.817Z | Compiling convert_case v0.4.0 |
2144 | 2024-10-30T22:44:37.830Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2145 | 2024-10-30T22:44:37.942Z | Checking expectorate v1.1.0 |
2146 | 2024-10-30T22:44:38.045Z | Compiling zone_cfg_derive v0.3.0 |
2147 | 2024-10-30T22:44:38.137Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2148 | 2024-10-30T22:44:38.155Z | Checking itertools v0.13.0 |
2149 | 2024-10-30T22:44:38.194Z | Compiling num-derive v0.4.2 |
2150 | 2024-10-30T22:44:38.379Z | Compiling slog-dtrace v0.3.0 |
2151 | 2024-10-30T22:44:38.504Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2152 | 2024-10-30T22:44:38.723Z | Compiling derive_more v0.99.18 |
2153 | 2024-10-30T22:44:38.758Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2154 | 2024-10-30T22:44:39.452Z | Checking zone v0.3.0 |
2155 | 2024-10-30T22:44:40.126Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2156 | 2024-10-30T22:44:41.396Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2157 | 2024-10-30T22:44:42.313Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2158 | 2024-10-30T22:44:42.377Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2159 | 2024-10-30T22:44:43.375Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2160 | 2024-10-30T22:44:43.733Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2161 | 2024-10-30T22:44:45.209Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2162 | 2024-10-30T22:44:46.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s |
2163 | 2024-10-30T22:44:46.261Z | |
2164 | 2024-10-30T22:44:46.261Z | info: running `cargo check --bins` on clickhouse-admin-api (35/166) |
2165 | 2024-10-30T22:44:46.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2166 | 2024-10-30T22:44:46.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2167 | 2024-10-30T22:44:46.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2168 | 2024-10-30T22:44:46.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2169 | 2024-10-30T22:44:46.864Z | |
2170 | 2024-10-30T22:44:46.864Z | info: running `cargo check --bins` on clickhouse-admin-types (36/166) |
2171 | 2024-10-30T22:44:47.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2172 | 2024-10-30T22:44:47.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2173 | 2024-10-30T22:44:47.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2174 | 2024-10-30T22:44:47.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2175 | 2024-10-30T22:44:47.465Z | |
2176 | 2024-10-30T22:44:47.465Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166) |
2177 | 2024-10-30T22:44:48.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-10-30T22:44:48.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-10-30T22:44:48.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-10-30T22:44:48.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2181 | 2024-10-30T22:44:48.202Z | |
2182 | 2024-10-30T22:44:48.202Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166) |
2183 | 2024-10-30T22:44:48.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-10-30T22:44:48.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-10-30T22:44:48.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-10-30T22:44:48.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2187 | 2024-10-30T22:44:48.919Z | |
2188 | 2024-10-30T22:44:48.919Z | info: running `cargo check --bins` on dns-server (39/166) |
2189 | 2024-10-30T22:44:49.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-10-30T22:44:49.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-10-30T22:44:49.548Z | Compiling parking_lot_core v0.8.6 |
2192 | 2024-10-30T22:44:49.548Z | Checking nibble_vec v0.1.0 |
2193 | 2024-10-30T22:44:49.551Z | Checking endian-type v0.1.2 |
2194 | 2024-10-30T22:44:49.551Z | Checking fxhash v0.2.1 |
2195 | 2024-10-30T22:44:49.551Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2196 | 2024-10-30T22:44:49.551Z | Checking hickory-server v0.24.1 |
2197 | 2024-10-30T22:44:49.857Z | Checking radix_trie v0.2.1 |
2198 | 2024-10-30T22:44:50.156Z | Checking hickory-client v0.24.1 |
2199 | 2024-10-30T22:44:50.288Z | Checking parking_lot v0.11.2 |
2200 | 2024-10-30T22:44:50.366Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2201 | 2024-10-30T22:44:50.366Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2202 | 2024-10-30T22:44:50.549Z | Checking sled v0.34.7 |
2203 | 2024-10-30T22:44:52.409Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2204 | 2024-10-30T22:44:53.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
2205 | 2024-10-30T22:44:53.831Z | |
2206 | 2024-10-30T22:44:53.832Z | info: running `cargo check --bins` on dns-server-api (40/166) |
2207 | 2024-10-30T22:44:54.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-10-30T22:44:54.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-10-30T22:44:54.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2210 | 2024-10-30T22:44:54.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2211 | 2024-10-30T22:44:54.441Z | |
2212 | 2024-10-30T22:44:54.441Z | info: running `cargo check --bins` on internal-dns-types (41/166) |
2213 | 2024-10-30T22:44:54.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2214 | 2024-10-30T22:44:54.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2215 | 2024-10-30T22:44:54.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2216 | 2024-10-30T22:44:54.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2217 | 2024-10-30T22:44:55.039Z | |
2218 | 2024-10-30T22:44:55.039Z | info: running `cargo check --bins` on dns-service-client (42/166) |
2219 | 2024-10-30T22:44:55.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2220 | 2024-10-30T22:44:55.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2221 | 2024-10-30T22:44:55.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2222 | 2024-10-30T22:44:55.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2223 | 2024-10-30T22:44:55.638Z | |
2224 | 2024-10-30T22:44:55.638Z | info: running `cargo check --bins` on gateway-test-utils (43/166) |
2225 | 2024-10-30T22:44:56.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-10-30T22:44:56.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-10-30T22:44:56.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-10-30T22:44:56.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2229 | 2024-10-30T22:44:56.286Z | |
2230 | 2024-10-30T22:44:56.286Z | info: running `cargo check --bins` on gateway-types (44/166) |
2231 | 2024-10-30T22:44:56.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-10-30T22:44:56.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-10-30T22:44:56.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-10-30T22:44:56.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2235 | 2024-10-30T22:44:56.937Z | |
2236 | 2024-10-30T22:44:56.938Z | info: running `cargo check --bins` on ipcc (45/166) |
2237 | 2024-10-30T22:44:57.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-10-30T22:44:57.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-10-30T22:44:57.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-10-30T22:44:57.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2241 | 2024-10-30T22:44:57.536Z | |
2242 | 2024-10-30T22:44:57.536Z | info: running `cargo check --bins` on omicron-gateway (46/166) |
2243 | 2024-10-30T22:44:58.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-10-30T22:44:58.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-10-30T22:44:58.219Z | Checking num-rational v0.4.2 |
2246 | 2024-10-30T22:44:58.219Z | Compiling progenitor-client v0.8.0 |
2247 | 2024-10-30T22:44:58.222Z | Checking num-complex v0.4.6 |
2248 | 2024-10-30T22:44:58.222Z | Compiling prettyplease v0.2.22 |
2249 | 2024-10-30T22:44:58.222Z | Compiling newtype-uuid v1.1.2 |
2250 | 2024-10-30T22:44:58.321Z | Compiling ipnetwork v0.20.0 |
2251 | 2024-10-30T22:44:58.331Z | Compiling instant v0.1.13 |
2252 | 2024-10-30T22:44:58.333Z | Checking float-ord v0.3.2 |
2253 | 2024-10-30T22:44:58.482Z | Compiling semver v0.1.20 |
2254 | 2024-10-30T22:44:58.499Z | Compiling radium v0.7.0 |
2255 | 2024-10-30T22:44:58.687Z | Compiling progenitor v0.8.0 |
2256 | 2024-10-30T22:44:58.705Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2257 | 2024-10-30T22:44:58.737Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2258 | 2024-10-30T22:44:58.905Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2259 | 2024-10-30T22:44:58.983Z | Compiling rustc_version v0.1.7 |
2260 | 2024-10-30T22:44:59.004Z | Compiling backoff v0.4.0 |
2261 | 2024-10-30T22:44:59.085Z | Compiling parse-display v0.10.0 |
2262 | 2024-10-30T22:44:59.160Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2263 | 2024-10-30T22:44:59.212Z | Compiling serde_with v3.11.0 |
2264 | 2024-10-30T22:44:59.248Z | Checking num v0.4.3 |
2265 | 2024-10-30T22:44:59.332Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2266 | 2024-10-30T22:44:59.352Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2267 | 2024-10-30T22:44:59.375Z | Compiling regress v0.9.1 |
2268 | 2024-10-30T22:44:59.497Z | Compiling macaddr v1.0.1 |
2269 | 2024-10-30T22:44:59.723Z | Compiling maybe-uninit v2.0.0 |
2270 | 2024-10-30T22:44:59.920Z | Checking tap v1.0.1 |
2271 | 2024-10-30T22:45:00.080Z | Checking wyz v0.5.1 |
2272 | 2024-10-30T22:45:00.318Z | Compiling newtype_derive v0.1.6 |
2273 | 2024-10-30T22:45:00.586Z | Checking password-hash v0.5.0 |
2274 | 2024-10-30T22:45:00.631Z | Checking blake2 v0.10.6 |
2275 | 2024-10-30T22:45:00.981Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2276 | 2024-10-30T22:45:01.059Z | Compiling cancel-safe-futures v0.1.5 |
2277 | 2024-10-30T22:45:01.091Z | Compiling owo-colors v4.1.0 |
2278 | 2024-10-30T22:45:01.179Z | Checking funty v2.0.0 |
2279 | 2024-10-30T22:45:01.415Z | Compiling packed_struct v0.10.1 |
2280 | 2024-10-30T22:45:01.478Z | Checking crc-catalog v2.4.0 |
2281 | 2024-10-30T22:45:01.630Z | Checking crc v3.2.1 |
2282 | 2024-10-30T22:45:01.985Z | Checking argon2 v0.5.3 |
2283 | 2024-10-30T22:45:02.130Z | Checking bitvec v1.0.1 |
2284 | 2024-10-30T22:45:02.678Z | Compiling packed_struct_codegen v0.10.1 |
2285 | 2024-10-30T22:45:02.854Z | Checking half v2.4.1 |
2286 | 2024-10-30T22:45:03.001Z | Compiling indexmap v1.9.3 |
2287 | 2024-10-30T22:45:03.093Z | Checking ciborium-io v0.2.2 |
2288 | 2024-10-30T22:45:03.211Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2289 | 2024-10-30T22:45:03.308Z | Checking nodrop v0.1.14 |
2290 | 2024-10-30T22:45:03.329Z | Checking ciborium-ll v0.2.2 |
2291 | 2024-10-30T22:45:03.427Z | Checking array-init v0.0.4 |
2292 | 2024-10-30T22:45:03.653Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2293 | 2024-10-30T22:45:03.704Z | Checking smallvec v0.6.14 |
2294 | 2024-10-30T22:45:04.098Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2295 | 2024-10-30T22:45:04.325Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-10-30T22:45:04.922Z | Checking libsw v3.3.1 |
2297 | 2024-10-30T22:45:05.060Z | Compiling memoffset v0.9.1 |
2298 | 2024-10-30T22:45:05.201Z | Checking bitfield v0.14.0 |
2299 | 2024-10-30T22:45:05.310Z | Checking linear-map v1.2.0 |
2300 | 2024-10-30T22:45:05.361Z | Checking swrite v0.1.0 |
2301 | 2024-10-30T22:45:05.488Z | Checking hashbrown v0.12.3 |
2302 | 2024-10-30T22:45:05.504Z | Checking indent_write v2.2.0 |
2303 | 2024-10-30T22:45:05.637Z | Checking termcolor v1.4.1 |
2304 | 2024-10-30T22:45:05.694Z | Checking highway v1.2.0 |
2305 | 2024-10-30T22:45:05.939Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2306 | 2024-10-30T22:45:06.017Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2307 | 2024-10-30T22:45:06.083Z | Checking env_logger v0.10.2 |
2308 | 2024-10-30T22:45:06.127Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2309 | 2024-10-30T22:45:06.535Z | Checking ron v0.8.1 |
2310 | 2024-10-30T22:45:06.636Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2311 | 2024-10-30T22:45:06.952Z | Checking serde-hex v0.1.0 |
2312 | 2024-10-30T22:45:07.265Z | Checking steno v0.4.1 |
2313 | 2024-10-30T22:45:07.604Z | Checking bzip2 v0.4.4 |
2314 | 2024-10-30T22:45:07.819Z | Checking ciborium v0.2.2 |
2315 | 2024-10-30T22:45:08.090Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2316 | 2024-10-30T22:45:08.187Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2317 | 2024-10-30T22:45:08.347Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2318 | 2024-10-30T22:45:08.829Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2319 | 2024-10-30T22:45:08.890Z | Checking hashbrown v0.13.2 |
2320 | 2024-10-30T22:45:09.080Z | Checking humantime v2.1.0 |
2321 | 2024-10-30T22:45:09.405Z | Checking crc-any v2.5.0 |
2322 | 2024-10-30T22:45:09.480Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2323 | 2024-10-30T22:45:09.683Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2324 | 2024-10-30T22:45:09.777Z | Checking zip v0.6.6 |
2325 | 2024-10-30T22:45:09.922Z | Checking object v0.30.4 |
2326 | 2024-10-30T22:45:10.049Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2327 | 2024-10-30T22:45:10.064Z | Checking path-slash v0.1.5 |
2328 | 2024-10-30T22:45:10.220Z | Checking nix v0.27.1 |
2329 | 2024-10-30T22:45:10.424Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2330 | 2024-10-30T22:45:10.471Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2331 | 2024-10-30T22:45:10.957Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2332 | 2024-10-30T22:45:11.222Z | Checking tungstenite v0.23.0 |
2333 | 2024-10-30T22:45:11.242Z | Checking kstat-rs v0.2.4 |
2334 | 2024-10-30T22:45:11.569Z | Checking signal-hook-tokio v0.3.1 |
2335 | 2024-10-30T22:45:12.176Z | Checking tokio-tungstenite v0.23.1 |
2336 | 2024-10-30T22:45:12.512Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2337 | 2024-10-30T22:45:13.044Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2338 | 2024-10-30T22:45:18.086Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2339 | 2024-10-30T22:45:19.782Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2340 | 2024-10-30T22:45:20.283Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2341 | 2024-10-30T22:45:23.454Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2342 | 2024-10-30T22:45:23.699Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2343 | 2024-10-30T22:45:24.683Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2344 | 2024-10-30T22:45:30.675Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2345 | 2024-10-30T22:45:31.326Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2346 | 2024-10-30T22:45:35.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.50s |
2347 | 2024-10-30T22:45:35.226Z | |
2348 | 2024-10-30T22:45:35.226Z | info: running `cargo check --bins` on gateway-api (47/166) |
2349 | 2024-10-30T22:45:35.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-10-30T22:45:35.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-10-30T22:45:35.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2024-10-30T22:45:35.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2353 | 2024-10-30T22:45:35.829Z | |
2354 | 2024-10-30T22:45:35.830Z | info: running `cargo check --bins` on oximeter (48/166) |
2355 | 2024-10-30T22:45:36.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-10-30T22:45:36.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-10-30T22:45:36.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2024-10-30T22:45:36.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2359 | 2024-10-30T22:45:36.417Z | |
2360 | 2024-10-30T22:45:36.417Z | info: running `cargo check --bins` on oximeter-macro-impl (49/166) |
2361 | 2024-10-30T22:45:36.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-10-30T22:45:36.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-10-30T22:45:36.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-10-30T22:45:36.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2365 | 2024-10-30T22:45:36.994Z | |
2366 | 2024-10-30T22:45:36.994Z | info: running `cargo check --bins` on oximeter-schema (50/166) |
2367 | 2024-10-30T22:45:37.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-10-30T22:45:37.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-10-30T22:45:37.595Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2370 | 2024-10-30T22:45:38.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
2371 | 2024-10-30T22:45:38.172Z | |
2372 | 2024-10-30T22:45:38.172Z | info: running `cargo check --bins` on oximeter-types (51/166) |
2373 | 2024-10-30T22:45:38.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-10-30T22:45:38.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-10-30T22:45:38.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-10-30T22:45:38.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2377 | 2024-10-30T22:45:38.769Z | |
2378 | 2024-10-30T22:45:38.769Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/166) |
2379 | 2024-10-30T22:45:39.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-10-30T22:45:39.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-10-30T22:45:39.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2024-10-30T22:45:39.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2383 | 2024-10-30T22:45:39.373Z | |
2384 | 2024-10-30T22:45:39.373Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166) |
2385 | 2024-10-30T22:45:39.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-10-30T22:45:39.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-10-30T22:45:39.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-10-30T22:45:39.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2389 | 2024-10-30T22:45:39.950Z | |
2390 | 2024-10-30T22:45:39.950Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166) |
2391 | 2024-10-30T22:45:40.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-10-30T22:45:40.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-10-30T22:45:40.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-10-30T22:45:40.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2395 | 2024-10-30T22:45:40.544Z | |
2396 | 2024-10-30T22:45:40.544Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166) |
2397 | 2024-10-30T22:45:41.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-10-30T22:45:41.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-10-30T22:45:41.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-10-30T22:45:41.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2401 | 2024-10-30T22:45:41.132Z | |
2402 | 2024-10-30T22:45:41.132Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166) |
2403 | 2024-10-30T22:45:41.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-10-30T22:45:41.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-10-30T22:45:41.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-10-30T22:45:41.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2407 | 2024-10-30T22:45:41.726Z | |
2408 | 2024-10-30T22:45:41.726Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166) |
2409 | 2024-10-30T22:45:42.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-10-30T22:45:42.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-10-30T22:45:42.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2024-10-30T22:45:42.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2413 | 2024-10-30T22:45:42.311Z | |
2414 | 2024-10-30T22:45:42.311Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166) |
2415 | 2024-10-30T22:45:42.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-10-30T22:45:42.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-10-30T22:45:42.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-10-30T22:45:42.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2419 | 2024-10-30T22:45:42.910Z | |
2420 | 2024-10-30T22:45:42.910Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166) |
2421 | 2024-10-30T22:45:43.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-10-30T22:45:43.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-10-30T22:45:43.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-10-30T22:45:43.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2425 | 2024-10-30T22:45:43.498Z | |
2426 | 2024-10-30T22:45:43.498Z | info: running `cargo check --bins` on oximeter-producer (60/166) |
2427 | 2024-10-30T22:45:44.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-10-30T22:45:44.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-10-30T22:45:44.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-10-30T22:45:44.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2431 | 2024-10-30T22:45:44.113Z | |
2432 | 2024-10-30T22:45:44.113Z | info: running `cargo check --bins` on internal-dns-resolver (61/166) |
2433 | 2024-10-30T22:45:44.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-10-30T22:45:44.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-10-30T22:45:44.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-10-30T22:45:44.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2437 | 2024-10-30T22:45:44.701Z | |
2438 | 2024-10-30T22:45:44.701Z | info: running `cargo check --bins` on nexus-client (62/166) |
2439 | 2024-10-30T22:45:45.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-10-30T22:45:45.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-10-30T22:45:45.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-10-30T22:45:45.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2443 | 2024-10-30T22:45:45.307Z | |
2444 | 2024-10-30T22:45:45.308Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/166) |
2445 | 2024-10-30T22:45:45.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-10-30T22:45:45.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-10-30T22:45:45.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-10-30T22:45:45.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2449 | 2024-10-30T22:45:45.907Z | |
2450 | 2024-10-30T22:45:45.907Z | info: running `cargo check --bins` on omicron-passwords (64/166) |
2451 | 2024-10-30T22:45:46.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-10-30T22:45:46.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-10-30T22:45:46.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-10-30T22:45:46.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2455 | 2024-10-30T22:45:46.490Z | |
2456 | 2024-10-30T22:45:46.490Z | info: running `cargo check --bins` on nexus-types (65/166) |
2457 | 2024-10-30T22:45:47.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-10-30T22:45:47.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-10-30T22:45:47.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-10-30T22:45:47.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2461 | 2024-10-30T22:45:47.106Z | |
2462 | 2024-10-30T22:45:47.106Z | info: running `cargo check --bins` on gateway-client (66/166) |
2463 | 2024-10-30T22:45:47.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-10-30T22:45:47.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-10-30T22:45:47.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-10-30T22:45:47.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2467 | 2024-10-30T22:45:47.692Z | |
2468 | 2024-10-30T22:45:47.692Z | info: running `cargo check --bins` on oxql-types (67/166) |
2469 | 2024-10-30T22:45:48.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-10-30T22:45:48.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-10-30T22:45:48.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-10-30T22:45:48.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2473 | 2024-10-30T22:45:48.305Z | |
2474 | 2024-10-30T22:45:48.305Z | info: running `cargo check --bins` on update-engine (68/166) |
2475 | 2024-10-30T22:45:48.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-10-30T22:45:48.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-10-30T22:45:48.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-10-30T22:45:48.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2479 | 2024-10-30T22:45:48.907Z | |
2480 | 2024-10-30T22:45:48.907Z | info: running `cargo check --bins` on sp-sim (69/166) |
2481 | 2024-10-30T22:45:49.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-10-30T22:45:49.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-10-30T22:45:49.511Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-10-30T22:45:51.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
2485 | 2024-10-30T22:45:51.494Z | |
2486 | 2024-10-30T22:45:51.494Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166) |
2487 | 2024-10-30T22:45:52.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-10-30T22:45:52.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-10-30T22:45:52.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-10-30T22:45:52.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2491 | 2024-10-30T22:45:52.132Z | |
2492 | 2024-10-30T22:45:52.132Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166) |
2493 | 2024-10-30T22:45:52.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-10-30T22:45:52.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-10-30T22:45:52.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-10-30T22:45:52.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2497 | 2024-10-30T22:45:52.791Z | |
2498 | 2024-10-30T22:45:52.792Z | info: running `cargo check --bins` on db-macros (72/166) |
2499 | 2024-10-30T22:45:53.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-10-30T22:45:53.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-10-30T22:45:53.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-10-30T22:45:53.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2503 | 2024-10-30T22:45:53.380Z | |
2504 | 2024-10-30T22:45:53.380Z | info: running `cargo check --bins` on nexus-macros-common (73/166) |
2505 | 2024-10-30T22:45:53.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-10-30T22:45:53.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-10-30T22:45:53.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-10-30T22:45:53.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2509 | 2024-10-30T22:45:53.970Z | |
2510 | 2024-10-30T22:45:53.970Z | info: running `cargo check --bins` on nexus-auth (74/166) |
2511 | 2024-10-30T22:45:54.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-10-30T22:45:54.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-10-30T22:45:54.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-10-30T22:45:54.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2515 | 2024-10-30T22:45:54.619Z | |
2516 | 2024-10-30T22:45:54.619Z | info: running `cargo check --bins` on authz-macros (75/166) |
2517 | 2024-10-30T22:45:55.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-10-30T22:45:55.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-10-30T22:45:55.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-10-30T22:45:55.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2521 | 2024-10-30T22:45:55.213Z | |
2522 | 2024-10-30T22:45:55.213Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/166) |
2523 | 2024-10-30T22:45:55.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-10-30T22:45:55.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-10-30T22:45:55.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-10-30T22:45:55.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2527 | 2024-10-30T22:45:55.848Z | |
2528 | 2024-10-30T22:45:55.848Z | info: running `cargo check --bins` on nexus-db-model (77/166) |
2529 | 2024-10-30T22:45:56.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-10-30T22:45:56.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-10-30T22:45:56.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-10-30T22:45:56.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2533 | 2024-10-30T22:45:56.486Z | |
2534 | 2024-10-30T22:45:56.486Z | info: running `cargo check --bins` on nexus-defaults (78/166) |
2535 | 2024-10-30T22:45:57.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-10-30T22:45:57.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-10-30T22:45:57.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-10-30T22:45:57.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2539 | 2024-10-30T22:45:57.105Z | |
2540 | 2024-10-30T22:45:57.105Z | info: running `cargo check --bins` on sled-agent-client (79/166) |
2541 | 2024-10-30T22:45:57.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-10-30T22:45:57.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-10-30T22:45:57.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-10-30T22:45:57.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2545 | 2024-10-30T22:45:57.752Z | |
2546 | 2024-10-30T22:45:57.752Z | info: running `cargo check --bins` on nexus-inventory (80/166) |
2547 | 2024-10-30T22:45:58.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-10-30T22:45:58.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-10-30T22:45:58.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-10-30T22:45:58.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2551 | 2024-10-30T22:45:58.389Z | |
2552 | 2024-10-30T22:45:58.389Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166) |
2553 | 2024-10-30T22:45:58.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-10-30T22:45:58.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-10-30T22:45:58.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-10-30T22:45:58.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2557 | 2024-10-30T22:45:59.003Z | |
2558 | 2024-10-30T22:45:59.003Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/166) |
2559 | 2024-10-30T22:45:59.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-10-30T22:45:59.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-10-30T22:45:59.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-10-30T22:45:59.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2563 | 2024-10-30T22:45:59.609Z | |
2564 | 2024-10-30T22:45:59.609Z | info: running `cargo check --bins` on typed-rng (83/166) |
2565 | 2024-10-30T22:46:00.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-10-30T22:46:00.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-10-30T22:46:00.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-10-30T22:46:00.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2569 | 2024-10-30T22:46:00.187Z | |
2570 | 2024-10-30T22:46:00.187Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166) |
2571 | 2024-10-30T22:46:00.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-10-30T22:46:00.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-10-30T22:46:00.881Z | Checking keccak v0.1.5 |
2574 | 2024-10-30T22:46:00.984Z | Checking secrecy v0.8.0 |
2575 | 2024-10-30T22:46:00.986Z | Compiling unicase v2.7.0 |
2576 | 2024-10-30T22:46:00.986Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2577 | 2024-10-30T22:46:00.986Z | Compiling same-file v1.0.6 |
2578 | 2024-10-30T22:46:01.003Z | Compiling tempfile v3.13.0 |
2579 | 2024-10-30T22:46:01.026Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2580 | 2024-10-30T22:46:01.040Z | Compiling thiserror-impl-no-std v2.0.2 |
2581 | 2024-10-30T22:46:01.165Z | Compiling walkdir v2.5.0 |
2582 | 2024-10-30T22:46:01.284Z | Checking universal-hash v0.5.1 |
2583 | 2024-10-30T22:46:01.284Z | Checking sha3 v0.10.8 |
2584 | 2024-10-30T22:46:01.333Z | Compiling blake3 v1.5.4 |
2585 | 2024-10-30T22:46:01.459Z | Compiling ring v0.16.20 |
2586 | 2024-10-30T22:46:01.478Z | Checking opaque-debug v0.3.1 |
2587 | 2024-10-30T22:46:01.790Z | Checking poly1305 v0.8.0 |
2588 | 2024-10-30T22:46:01.794Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2589 | 2024-10-30T22:46:01.805Z | Checking chacha20 v0.9.1 |
2590 | 2024-10-30T22:46:01.872Z | Checking aead v0.5.2 |
2591 | 2024-10-30T22:46:01.890Z | Compiling memmap2 v0.9.5 |
2592 | 2024-10-30T22:46:02.001Z | Compiling arrayvec v0.7.6 |
2593 | 2024-10-30T22:46:02.080Z | Compiling untrusted v0.7.1 |
2594 | 2024-10-30T22:46:02.103Z | Compiling arrayref v0.3.9 |
2595 | 2024-10-30T22:46:02.180Z | Compiling spin v0.5.2 |
2596 | 2024-10-30T22:46:02.209Z | Compiling constant_time_eq v0.3.1 |
2597 | 2024-10-30T22:46:02.263Z | Compiling libefi-sys v0.1.0 |
2598 | 2024-10-30T22:46:02.332Z | Compiling salty v0.3.0 |
2599 | 2024-10-30T22:46:02.379Z | Compiling home v0.5.9 |
2600 | 2024-10-30T22:46:02.404Z | Checking chacha20poly1305 v0.10.1 |
2601 | 2024-10-30T22:46:02.550Z | Compiling toolchain_find v0.4.0 |
2602 | 2024-10-30T22:46:02.628Z | Compiling camino-tempfile v1.1.1 |
2603 | 2024-10-30T22:46:02.693Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2604 | 2024-10-30T22:46:02.770Z | Compiling bitfield-struct v0.6.2 |
2605 | 2024-10-30T22:46:02.969Z | Compiling topological-sort v0.2.2 |
2606 | 2024-10-30T22:46:03.081Z | Compiling mime_guess v2.0.5 |
2607 | 2024-10-30T22:46:03.196Z | Compiling rustfmt-wrapper v0.2.1 |
2608 | 2024-10-30T22:46:03.631Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2609 | 2024-10-30T22:46:03.765Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2610 | 2024-10-30T22:46:03.782Z | Checking primeorder v0.13.6 |
2611 | 2024-10-30T22:46:03.801Z | Checking env_filter v0.1.2 |
2612 | 2024-10-30T22:46:04.032Z | Checking thiserror-no-std v2.0.2 |
2613 | 2024-10-30T22:46:04.057Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2614 | 2024-10-30T22:46:04.146Z | Checking vsss-rs v3.3.4 |
2615 | 2024-10-30T22:46:04.176Z | Checking env_logger v0.11.5 |
2616 | 2024-10-30T22:46:04.179Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2617 | 2024-10-30T22:46:04.250Z | Checking p384 v0.13.0 |
2618 | 2024-10-30T22:46:04.326Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2619 | 2024-10-30T22:46:04.348Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2620 | 2024-10-30T22:46:04.582Z | Checking gethostname v0.5.0 |
2621 | 2024-10-30T22:46:04.714Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2622 | 2024-10-30T22:46:04.763Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2623 | 2024-10-30T22:46:04.781Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2624 | 2024-10-30T22:46:05.122Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2625 | 2024-10-30T22:46:05.138Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2626 | 2024-10-30T22:46:05.234Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2627 | 2024-10-30T22:46:05.353Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2628 | 2024-10-30T22:46:05.662Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2629 | 2024-10-30T22:46:05.681Z | Checking nanorand v0.7.0 |
2630 | 2024-10-30T22:46:05.681Z | Checking atty v0.2.14 |
2631 | 2024-10-30T22:46:05.722Z | Checking http-range v0.1.5 |
2632 | 2024-10-30T22:46:05.804Z | Checking glob v0.3.1 |
2633 | 2024-10-30T22:46:05.915Z | Checking hyper-staticfile v0.10.1 |
2634 | 2024-10-30T22:46:06.081Z | Checking flume v0.11.0 |
2635 | 2024-10-30T22:46:06.131Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2636 | 2024-10-30T22:46:06.457Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2637 | 2024-10-30T22:46:06.675Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2638 | 2024-10-30T22:46:06.812Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2639 | 2024-10-30T22:46:07.307Z | Compiling omicron-zone-package v0.11.1 |
2640 | 2024-10-30T22:46:07.490Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2641 | 2024-10-30T22:46:07.948Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2642 | 2024-10-30T22:46:08.517Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2643 | 2024-10-30T22:46:08.536Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2644 | 2024-10-30T22:46:08.740Z | Checking display-error-chain v0.2.1 |
2645 | 2024-10-30T22:46:10.121Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2646 | 2024-10-30T22:46:11.217Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2647 | 2024-10-30T22:46:12.764Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2648 | 2024-10-30T22:46:12.768Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2649 | 2024-10-30T22:46:24.215Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2650 | 2024-10-30T22:47:06.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
2651 | 2024-10-30T22:47:06.667Z | |
2652 | 2024-10-30T22:47:06.667Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166) |
2653 | 2024-10-30T22:47:07.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-10-30T22:47:07.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-10-30T22:47:07.367Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2656 | 2024-10-30T22:47:49.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.07s |
2657 | 2024-10-30T22:47:49.940Z | |
2658 | 2024-10-30T22:47:49.940Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166) |
2659 | 2024-10-30T22:47:50.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-10-30T22:47:50.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-10-30T22:47:50.632Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2662 | 2024-10-30T22:48:33.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.14s |
2663 | 2024-10-30T22:48:33.274Z | |
2664 | 2024-10-30T22:48:33.274Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166) |
2665 | 2024-10-30T22:48:33.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-10-30T22:48:33.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-10-30T22:48:33.957Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2668 | 2024-10-30T22:49:16.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.16s |
2669 | 2024-10-30T22:49:16.638Z | |
2670 | 2024-10-30T22:49:16.638Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166) |
2671 | 2024-10-30T22:49:17.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-10-30T22:49:17.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-10-30T22:49:17.331Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2674 | 2024-10-30T22:49:59.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.24s |
2675 | 2024-10-30T22:50:00.083Z | |
2676 | 2024-10-30T22:50:00.083Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166) |
2677 | 2024-10-30T22:50:00.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-10-30T22:50:00.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-10-30T22:50:00.771Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2680 | 2024-10-30T22:50:43.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.75s |
2681 | 2024-10-30T22:50:44.038Z | |
2682 | 2024-10-30T22:50:44.038Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166) |
2683 | 2024-10-30T22:50:44.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-10-30T22:50:44.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-10-30T22:50:44.730Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2686 | 2024-10-30T22:51:27.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.04s |
2687 | 2024-10-30T22:51:27.276Z | |
2688 | 2024-10-30T22:51:27.276Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166) |
2689 | 2024-10-30T22:51:27.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-10-30T22:51:27.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-10-30T22:51:27.966Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2692 | 2024-10-30T22:52:10.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.23s |
2693 | 2024-10-30T22:52:10.707Z | |
2694 | 2024-10-30T22:52:10.707Z | info: running `cargo check --bins` on bootstrap-agent-api (92/166) |
2695 | 2024-10-30T22:52:11.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2024-10-30T22:52:11.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2024-10-30T22:52:11.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2024-10-30T22:52:11.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2699 | 2024-10-30T22:52:11.328Z | |
2700 | 2024-10-30T22:52:11.328Z | info: running `cargo check --bins` on sled-agent-types (93/166) |
2701 | 2024-10-30T22:52:11.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-10-30T22:52:11.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-10-30T22:52:11.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2704 | 2024-10-30T22:52:11.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2705 | 2024-10-30T22:52:11.941Z | |
2706 | 2024-10-30T22:52:11.941Z | info: running `cargo check --bins` on bootstrap-agent-client (94/166) |
2707 | 2024-10-30T22:52:12.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-10-30T22:52:12.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-10-30T22:52:12.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2024-10-30T22:52:12.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2711 | 2024-10-30T22:52:12.542Z | |
2712 | 2024-10-30T22:52:12.543Z | info: running `cargo check --bins` on dpd-client (95/166) |
2713 | 2024-10-30T22:52:13.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-10-30T22:52:13.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-10-30T22:52:13.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2024-10-30T22:52:13.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2717 | 2024-10-30T22:52:13.133Z | |
2718 | 2024-10-30T22:52:13.133Z | info: running `cargo check --bins` on installinator-common (96/166) |
2719 | 2024-10-30T22:52:13.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-10-30T22:52:13.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-10-30T22:52:13.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2722 | 2024-10-30T22:52:13.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2723 | 2024-10-30T22:52:13.744Z | |
2724 | 2024-10-30T22:52:13.744Z | info: running `cargo check --bins` on key-manager (97/166) |
2725 | 2024-10-30T22:52:14.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-10-30T22:52:14.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-10-30T22:52:14.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2024-10-30T22:52:14.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2729 | 2024-10-30T22:52:14.334Z | |
2730 | 2024-10-30T22:52:14.334Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/166) |
2731 | 2024-10-30T22:52:14.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-10-30T22:52:14.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-10-30T22:52:14.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2024-10-30T22:52:14.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2735 | 2024-10-30T22:52:14.933Z | |
2736 | 2024-10-30T22:52:14.933Z | info: running `cargo check --bins` on sled-agent-api (99/166) |
2737 | 2024-10-30T22:52:15.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-10-30T22:52:15.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-10-30T22:52:15.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2024-10-30T22:52:15.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2741 | 2024-10-30T22:52:15.553Z | |
2742 | 2024-10-30T22:52:15.554Z | info: running `cargo check --bins` on sled-hardware (100/166) |
2743 | 2024-10-30T22:52:16.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-10-30T22:52:16.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-10-30T22:52:16.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2024-10-30T22:52:16.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2747 | 2024-10-30T22:52:16.159Z | |
2748 | 2024-10-30T22:52:16.159Z | info: running `cargo check --bins --no-default-features` on sled-storage (101/166) |
2749 | 2024-10-30T22:52:16.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-10-30T22:52:16.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-10-30T22:52:16.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2024-10-30T22:52:16.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2753 | 2024-10-30T22:52:16.771Z | |
2754 | 2024-10-30T22:52:16.771Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166) |
2755 | 2024-10-30T22:52:17.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-10-30T22:52:17.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-10-30T22:52:17.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2024-10-30T22:52:17.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2759 | 2024-10-30T22:52:17.400Z | |
2760 | 2024-10-30T22:52:17.400Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/166) |
2761 | 2024-10-30T22:52:17.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-10-30T22:52:17.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-10-30T22:52:17.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-10-30T22:52:17.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2765 | 2024-10-30T22:52:18.049Z | |
2766 | 2024-10-30T22:52:18.049Z | info: running `cargo check --bins` on nexus-test-interface (104/166) |
2767 | 2024-10-30T22:52:18.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-10-30T22:52:18.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-10-30T22:52:18.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-10-30T22:52:18.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2771 | 2024-10-30T22:52:18.680Z | |
2772 | 2024-10-30T22:52:18.680Z | info: running `cargo check --bins` on oximeter-collector (105/166) |
2773 | 2024-10-30T22:52:19.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-10-30T22:52:19.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-10-30T22:52:19.324Z | Compiling phf_generator v0.11.2 |
2776 | 2024-10-30T22:52:19.326Z | Compiling parse-zoneinfo v0.3.1 |
2777 | 2024-10-30T22:52:19.433Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2778 | 2024-10-30T22:52:19.436Z | Checking bcs v0.1.6 |
2779 | 2024-10-30T22:52:19.436Z | Compiling async-recursion v1.1.1 |
2780 | 2024-10-30T22:52:19.436Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2781 | 2024-10-30T22:52:19.437Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2782 | 2024-10-30T22:52:19.530Z | Compiling phf_codegen v0.11.2 |
2783 | 2024-10-30T22:52:19.938Z | Compiling chrono-tz-build v0.4.0 |
2784 | 2024-10-30T22:52:20.852Z | Compiling chrono-tz v0.10.0 |
2785 | 2024-10-30T22:52:28.136Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2786 | 2024-10-30T22:52:32.441Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2787 | 2024-10-30T22:52:34.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.19s |
2788 | 2024-10-30T22:52:35.043Z | |
2789 | 2024-10-30T22:52:35.043Z | info: running `cargo check --bins` on oximeter-api (106/166) |
2790 | 2024-10-30T22:52:35.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-10-30T22:52:35.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-10-30T22:52:35.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-10-30T22:52:35.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2794 | 2024-10-30T22:52:35.636Z | |
2795 | 2024-10-30T22:52:35.636Z | info: running `cargo check --bins` on oximeter-client (107/166) |
2796 | 2024-10-30T22:52:36.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-10-30T22:52:36.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-10-30T22:52:36.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-10-30T22:52:36.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2800 | 2024-10-30T22:52:36.229Z | |
2801 | 2024-10-30T22:52:36.229Z | info: running `cargo check --bins --no-default-features` on oximeter-db (108/166) |
2802 | 2024-10-30T22:52:36.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-10-30T22:52:36.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-10-30T22:52:36.841Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2805 | 2024-10-30T22:52:37.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2806 | 2024-10-30T22:52:37.657Z | |
2807 | 2024-10-30T22:52:37.657Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166) |
2808 | 2024-10-30T22:52:38.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-10-30T22:52:38.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-10-30T22:52:38.279Z | Compiling cfg_aliases v0.1.1 |
2811 | 2024-10-30T22:52:38.279Z | Compiling vte_generate_state_changes v0.1.2 |
2812 | 2024-10-30T22:52:38.281Z | Checking fd-lock v4.0.2 |
2813 | 2024-10-30T22:52:38.281Z | Checking bytecount v0.6.8 |
2814 | 2024-10-30T22:52:38.396Z | Compiling tabled_derive v0.7.0 |
2815 | 2024-10-30T22:52:38.407Z | Compiling peg-macros v0.8.4 |
2816 | 2024-10-30T22:52:38.409Z | Compiling sqlparser_derive v0.2.2 |
2817 | 2024-10-30T22:52:38.409Z | Checking nu-ansi-term v0.50.1 |
2818 | 2024-10-30T22:52:38.459Z | Compiling nix v0.28.0 |
2819 | 2024-10-30T22:52:38.522Z | Checking papergrid v0.11.0 |
2820 | 2024-10-30T22:52:38.551Z | Checking home v0.5.9 |
2821 | 2024-10-30T22:52:38.699Z | Checking unicode_categories v0.1.1 |
2822 | 2024-10-30T22:52:38.980Z | Checking vte v0.11.1 |
2823 | 2024-10-30T22:52:39.003Z | Checking sqlformat v0.2.6 |
2824 | 2024-10-30T22:52:39.417Z | Checking sqlparser v0.45.0 |
2825 | 2024-10-30T22:52:40.258Z | Checking tabled v0.15.0 |
2826 | 2024-10-30T22:52:40.343Z | Checking strip-ansi-escapes v0.2.0 |
2827 | 2024-10-30T22:52:40.489Z | Checking reedline v0.35.0 |
2828 | 2024-10-30T22:52:41.004Z | Checking peg v0.8.4 |
2829 | 2024-10-30T22:52:41.507Z | Checking rustyline v14.0.0 |
2830 | 2024-10-30T22:52:45.972Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2831 | 2024-10-30T22:52:52.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.81s |
2832 | 2024-10-30T22:52:52.641Z | |
2833 | 2024-10-30T22:52:52.641Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166) |
2834 | 2024-10-30T22:52:53.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-10-30T22:52:53.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-10-30T22:52:53.278Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2837 | 2024-10-30T22:52:59.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s |
2838 | 2024-10-30T22:53:00.150Z | |
2839 | 2024-10-30T22:53:00.150Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166) |
2840 | 2024-10-30T22:53:00.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-10-30T22:53:00.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-10-30T22:53:00.763Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2843 | 2024-10-30T22:53:05.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
2844 | 2024-10-30T22:53:05.873Z | |
2845 | 2024-10-30T22:53:05.873Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166) |
2846 | 2024-10-30T22:53:06.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-10-30T22:53:06.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-10-30T22:53:06.489Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2849 | 2024-10-30T22:53:12.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s |
2850 | 2024-10-30T22:53:12.792Z | |
2851 | 2024-10-30T22:53:12.792Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166) |
2852 | 2024-10-30T22:53:13.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-10-30T22:53:13.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-10-30T22:53:13.420Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2855 | 2024-10-30T22:53:19.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.81s |
2856 | 2024-10-30T22:53:19.778Z | |
2857 | 2024-10-30T22:53:19.778Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166) |
2858 | 2024-10-30T22:53:20.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-10-30T22:53:20.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-10-30T22:53:20.399Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2861 | 2024-10-30T22:53:25.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s |
2862 | 2024-10-30T22:53:25.871Z | |
2863 | 2024-10-30T22:53:25.871Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166) |
2864 | 2024-10-30T22:53:26.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-10-30T22:53:26.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-10-30T22:53:26.491Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2867 | 2024-10-30T22:53:31.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
2868 | 2024-10-30T22:53:31.929Z | |
2869 | 2024-10-30T22:53:31.929Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166) |
2870 | 2024-10-30T22:53:32.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-10-30T22:53:32.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-10-30T22:53:32.551Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2873 | 2024-10-30T22:53:38.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s |
2874 | 2024-10-30T22:53:39.175Z | |
2875 | 2024-10-30T22:53:39.175Z | info: running `cargo check --bins` on oximeter-test-utils (117/166) |
2876 | 2024-10-30T22:53:39.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-10-30T22:53:39.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-10-30T22:53:39.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-10-30T22:53:39.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2880 | 2024-10-30T22:53:39.789Z | |
2881 | 2024-10-30T22:53:39.789Z | info: running `cargo check --bins` on cockroach-admin-client (118/166) |
2882 | 2024-10-30T22:53:40.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-10-30T22:53:40.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-10-30T22:53:40.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-10-30T22:53:40.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2886 | 2024-10-30T22:53:40.371Z | |
2887 | 2024-10-30T22:53:40.371Z | info: running `cargo check --bins` on installinator-client (119/166) |
2888 | 2024-10-30T22:53:40.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-10-30T22:53:40.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-10-30T22:53:40.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-10-30T22:53:40.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2892 | 2024-10-30T22:53:40.977Z | |
2893 | 2024-10-30T22:53:40.977Z | info: running `cargo check --bins` on oxide-client (120/166) |
2894 | 2024-10-30T22:53:41.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-10-30T22:53:41.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-10-30T22:53:41.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-10-30T22:53:41.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2898 | 2024-10-30T22:53:41.556Z | |
2899 | 2024-10-30T22:53:41.556Z | info: running `cargo check --bins` on wicketd-client (121/166) |
2900 | 2024-10-30T22:53:42.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-10-30T22:53:42.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-10-30T22:53:42.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2903 | 2024-10-30T22:53:42.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2904 | 2024-10-30T22:53:42.177Z | |
2905 | 2024-10-30T22:53:42.177Z | info: running `cargo check --bins` on wicket-common (122/166) |
2906 | 2024-10-30T22:53:42.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-10-30T22:53:42.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-10-30T22:53:42.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2024-10-30T22:53:42.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2910 | 2024-10-30T22:53:42.783Z | |
2911 | 2024-10-30T22:53:42.783Z | info: running `cargo check --bins` on omicron-cockroach-admin (123/166) |
2912 | 2024-10-30T22:53:43.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-10-30T22:53:43.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-10-30T22:53:43.402Z | Checking csv-core v0.1.11 |
2915 | 2024-10-30T22:53:43.405Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2916 | 2024-10-30T22:53:43.713Z | Checking csv v1.3.0 |
2917 | 2024-10-30T22:53:44.249Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2918 | 2024-10-30T22:53:44.596Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2919 | 2024-10-30T22:53:45.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
2920 | 2024-10-30T22:53:45.975Z | |
2921 | 2024-10-30T22:53:45.975Z | info: running `cargo check --bins` on cockroach-admin-api (124/166) |
2922 | 2024-10-30T22:53:46.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2024-10-30T22:53:46.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2024-10-30T22:53:46.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2925 | 2024-10-30T22:53:46.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2926 | 2024-10-30T22:53:46.564Z | |
2927 | 2024-10-30T22:53:46.564Z | info: running `cargo check --bins` on cockroach-admin-types (125/166) |
2928 | 2024-10-30T22:53:47.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2024-10-30T22:53:47.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2024-10-30T22:53:47.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2931 | 2024-10-30T22:53:47.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2932 | 2024-10-30T22:53:47.158Z | |
2933 | 2024-10-30T22:53:47.158Z | info: running `cargo check --bins` on cert-dev (126/166) |
2934 | 2024-10-30T22:53:47.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2024-10-30T22:53:47.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2024-10-30T22:53:47.745Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2937 | 2024-10-30T22:53:48.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2938 | 2024-10-30T22:53:48.170Z | |
2939 | 2024-10-30T22:53:48.170Z | info: running `cargo check --bins` on ch-dev (127/166) |
2940 | 2024-10-30T22:53:48.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2024-10-30T22:53:48.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2024-10-30T22:53:48.815Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2943 | 2024-10-30T22:53:49.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
2944 | 2024-10-30T22:53:49.678Z | |
2945 | 2024-10-30T22:53:49.678Z | info: running `cargo check --bins` on crdb-seed (128/166) |
2946 | 2024-10-30T22:53:50.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2947 | 2024-10-30T22:53:50.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2948 | 2024-10-30T22:53:50.308Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2949 | 2024-10-30T22:53:50.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2950 | 2024-10-30T22:53:50.813Z | |
2951 | 2024-10-30T22:53:50.813Z | info: running `cargo check --bins` on db-dev (129/166) |
2952 | 2024-10-30T22:53:51.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2024-10-30T22:53:51.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2024-10-30T22:53:51.445Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2955 | 2024-10-30T22:53:52.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
2956 | 2024-10-30T22:53:52.327Z | |
2957 | 2024-10-30T22:53:52.327Z | info: running `cargo check --bins` on omicron-dev-lib (130/166) |
2958 | 2024-10-30T22:53:52.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2024-10-30T22:53:52.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2024-10-30T22:53:52.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2961 | 2024-10-30T22:53:52.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2962 | 2024-10-30T22:53:52.960Z | |
2963 | 2024-10-30T22:53:52.960Z | info: running `cargo check --bins` on xtask-downloader (131/166) |
2964 | 2024-10-30T22:53:53.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2024-10-30T22:53:53.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2024-10-30T22:53:53.558Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2967 | 2024-10-30T22:53:54.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
2968 | 2024-10-30T22:53:54.666Z | |
2969 | 2024-10-30T22:53:54.666Z | info: running `cargo check --bins` on omicron-ls-apis (132/166) |
2970 | 2024-10-30T22:53:55.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2024-10-30T22:53:55.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2024-10-30T22:53:55.270Z | Checking cargo-platform v0.1.8 |
2973 | 2024-10-30T22:53:55.541Z | Checking cargo_metadata v0.18.1 |
2974 | 2024-10-30T22:53:56.546Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2975 | 2024-10-30T22:53:57.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
2976 | 2024-10-30T22:53:57.485Z | |
2977 | 2024-10-30T22:53:57.485Z | info: running `cargo check --bins` on mgs-dev (133/166) |
2978 | 2024-10-30T22:53:58.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-10-30T22:53:58.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-10-30T22:53:58.184Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2981 | 2024-10-30T22:53:58.872Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2982 | 2024-10-30T22:53:59.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
2983 | 2024-10-30T22:53:59.565Z | |
2984 | 2024-10-30T22:53:59.565Z | info: running `cargo check --bins` on omicron-omdb (134/166) |
2985 | 2024-10-30T22:54:00.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-10-30T22:54:00.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-10-30T22:54:00.313Z | Compiling crunchy v0.2.2 |
2988 | 2024-10-30T22:54:00.313Z | Compiling glob v0.3.1 |
2989 | 2024-10-30T22:54:00.316Z | Compiling tiny-keccak v2.0.2 |
2990 | 2024-10-30T22:54:00.316Z | Compiling dsl_auto_type v0.1.2 |
2991 | 2024-10-30T22:54:00.316Z | Checking scheduled-thread-pool v0.2.7 |
2992 | 2024-10-30T22:54:00.316Z | Compiling diesel_table_macro_syntax v0.2.0 |
2993 | 2024-10-30T22:54:00.451Z | Compiling ascii-canvas v3.0.0 |
2994 | 2024-10-30T22:54:00.454Z | Compiling ena v0.14.3 |
2995 | 2024-10-30T22:54:00.669Z | Checking r2d2 v0.8.10 |
2996 | 2024-10-30T22:54:00.726Z | Compiling libloading v0.8.5 |
2997 | 2024-10-30T22:54:00.865Z | Compiling regex-syntax v0.6.29 |
2998 | 2024-10-30T22:54:00.883Z | Compiling diff v0.1.13 |
2999 | 2024-10-30T22:54:00.985Z | Compiling bindgen v0.69.5 |
3000 | 2024-10-30T22:54:01.001Z | Compiling which v4.4.2 |
3001 | 2024-10-30T22:54:01.119Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3002 | 2024-10-30T22:54:01.353Z | Compiling cexpr v0.6.0 |
3003 | 2024-10-30T22:54:01.372Z | Compiling clang-sys v1.8.1 |
3004 | 2024-10-30T22:54:01.533Z | Compiling rustc-hash v1.1.0 |
3005 | 2024-10-30T22:54:01.594Z | Compiling lazycell v1.3.0 |
3006 | 2024-10-30T22:54:01.705Z | Compiling ref-cast v1.0.23 |
3007 | 2024-10-30T22:54:01.775Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3008 | 2024-10-30T22:54:01.775Z | Compiling derive_builder_core v0.20.2 |
3009 | 2024-10-30T22:54:01.818Z | Compiling libxml v0.3.3 |
3010 | 2024-10-30T22:54:01.943Z | Compiling diesel_derives v2.2.3 |
3011 | 2024-10-30T22:54:02.058Z | Compiling ref-cast-impl v1.0.23 |
3012 | 2024-10-30T22:54:02.195Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3013 | 2024-10-30T22:54:02.368Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3014 | 2024-10-30T22:54:02.706Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3015 | 2024-10-30T22:54:02.986Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3016 | 2024-10-30T22:54:03.011Z | Compiling strum_macros v0.24.3 |
3017 | 2024-10-30T22:54:03.305Z | Compiling indoc v1.0.9 |
3018 | 2024-10-30T22:54:04.127Z | Compiling lalrpop v0.19.12 |
3019 | 2024-10-30T22:54:04.310Z | Compiling derive_builder_macro v0.20.2 |
3020 | 2024-10-30T22:54:05.196Z | Checking derive_builder v0.20.2 |
3021 | 2024-10-30T22:54:05.320Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3022 | 2024-10-30T22:54:05.351Z | Compiling impl-trait-for-tuples v0.2.2 |
3023 | 2024-10-30T22:54:05.615Z | Compiling oso-derive v0.27.3 |
3024 | 2024-10-30T22:54:06.384Z | Checking quick-xml v0.33.0 |
3025 | 2024-10-30T22:54:06.559Z | Compiling diesel-dtrace v0.3.0 |
3026 | 2024-10-30T22:54:06.659Z | Checking maplit v1.0.2 |
3027 | 2024-10-30T22:54:06.815Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3028 | 2024-10-30T22:54:06.943Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3029 | 2024-10-30T22:54:07.252Z | Checking bb8 v0.8.5 |
3030 | 2024-10-30T22:54:07.784Z | Compiling const_format_proc_macros v0.2.33 |
3031 | 2024-10-30T22:54:08.490Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3032 | 2024-10-30T22:54:08.544Z | Checking castaway v0.2.3 |
3033 | 2024-10-30T22:54:08.726Z | Checking rand_seeder v0.3.0 |
3034 | 2024-10-30T22:54:08.833Z | Checking compact_str v0.8.0 |
3035 | 2024-10-30T22:54:08.980Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3036 | 2024-10-30T22:54:09.213Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3037 | 2024-10-30T22:54:09.805Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3038 | 2024-10-30T22:54:09.921Z | Checking const_format v0.2.33 |
3039 | 2024-10-30T22:54:10.446Z | Checking unicode-truncate v1.1.0 |
3040 | 2024-10-30T22:54:10.502Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3041 | 2024-10-30T22:54:10.682Z | Checking lru v0.12.5 |
3042 | 2024-10-30T22:54:10.816Z | Compiling instability v0.3.2 |
3043 | 2024-10-30T22:54:10.995Z | Checking smawk v0.3.2 |
3044 | 2024-10-30T22:54:11.218Z | Checking is_ci v1.2.0 |
3045 | 2024-10-30T22:54:11.370Z | Checking cassowary v0.3.0 |
3046 | 2024-10-30T22:54:11.720Z | Checking unicode-linebreak v0.1.5 |
3047 | 2024-10-30T22:54:11.817Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3048 | 2024-10-30T22:54:11.859Z | Checking ratatui v0.28.1 |
3049 | 2024-10-30T22:54:12.120Z | Checking textwrap v0.16.1 |
3050 | 2024-10-30T22:54:12.497Z | Checking supports-color v3.0.1 |
3051 | 2024-10-30T22:54:12.726Z | Checking multimap v0.10.0 |
3052 | 2024-10-30T22:54:13.657Z | Checking diesel v2.2.4 |
3053 | 2024-10-30T22:54:34.905Z | Compiling samael v0.0.17 |
3054 | 2024-10-30T22:54:49.783Z | Compiling polar-core v0.27.3 |
3055 | 2024-10-30T22:54:49.827Z | Checking async-bb8-diesel v0.2.1 |
3056 | 2024-10-30T22:54:57.425Z | Checking oso v0.27.3 |
3057 | 2024-10-30T22:56:33.911Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3058 | 2024-10-30T22:56:42.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
3059 | 2024-10-30T22:56:42.224Z | |
3060 | 2024-10-30T22:56:42.224Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166) |
3061 | 2024-10-30T22:56:42.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-10-30T22:56:42.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-10-30T22:56:42.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2024-10-30T22:56:42.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3065 | 2024-10-30T22:56:42.887Z | |
3066 | 2024-10-30T22:56:42.887Z | info: running `cargo check --bins` on nexus-saga-recovery (136/166) |
3067 | 2024-10-30T22:56:43.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2024-10-30T22:56:43.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2024-10-30T22:56:43.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2024-10-30T22:56:43.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3071 | 2024-10-30T22:56:43.535Z | |
3072 | 2024-10-30T22:56:43.535Z | info: running `cargo check --bins` on nexus-test-utils-macros (137/166) |
3073 | 2024-10-30T22:56:44.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-10-30T22:56:44.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-10-30T22:56:44.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2024-10-30T22:56:44.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3077 | 2024-10-30T22:56:44.127Z | |
3078 | 2024-10-30T22:56:44.127Z | info: running `cargo check --bins` on omicron-nexus (138/166) |
3079 | 2024-10-30T22:56:44.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-10-30T22:56:44.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-10-30T22:56:44.900Z | Compiling libz-sys v1.1.20 |
3082 | 2024-10-30T22:56:45.008Z | Checking http v0.2.12 |
3083 | 2024-10-30T22:56:45.010Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3084 | 2024-10-30T22:56:45.031Z | Compiling vergen v8.3.2 |
3085 | 2024-10-30T22:56:45.033Z | Compiling cargo-platform v0.1.8 |
3086 | 2024-10-30T22:56:45.033Z | Compiling pin-project-internal v1.1.6 |
3087 | 2024-10-30T22:56:45.072Z | Compiling libsqlite3-sys v0.30.1 |
3088 | 2024-10-30T22:56:45.075Z | Compiling snafu-derive v0.8.5 |
3089 | 2024-10-30T22:56:45.341Z | Compiling rustls v0.21.12 |
3090 | 2024-10-30T22:56:45.579Z | Compiling cargo_metadata v0.18.1 |
3091 | 2024-10-30T22:56:45.617Z | Compiling buf-list v1.0.3 |
3092 | 2024-10-30T22:56:45.623Z | Checking sync_wrapper v0.1.2 |
3093 | 2024-10-30T22:56:45.798Z | Compiling cfg_aliases v0.2.1 |
3094 | 2024-10-30T22:56:45.909Z | Compiling nix v0.29.0 |
3095 | 2024-10-30T22:56:46.061Z | Checking globset v0.4.15 |
3096 | 2024-10-30T22:56:46.305Z | Checking h2 v0.3.26 |
3097 | 2024-10-30T22:56:46.361Z | Checking http-body v0.4.6 |
3098 | 2024-10-30T22:56:46.586Z | Checking olpc-cjson v0.1.4 |
3099 | 2024-10-30T22:56:46.755Z | Checking rustls-webpki v0.101.7 |
3100 | 2024-10-30T22:56:46.759Z | Checking sct v0.7.1 |
3101 | 2024-10-30T22:56:46.794Z | Checking serde_plain v1.0.2 |
3102 | 2024-10-30T22:56:46.960Z | Checking typed-path v0.7.1 |
3103 | 2024-10-30T22:56:47.831Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3104 | 2024-10-30T22:56:47.955Z | Checking pin-project v1.1.6 |
3105 | 2024-10-30T22:56:48.094Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3106 | 2024-10-30T22:56:48.136Z | Checking hashlink v0.9.1 |
3107 | 2024-10-30T22:56:48.399Z | Checking fallible-streaming-iterator v0.1.9 |
3108 | 2024-10-30T22:56:48.646Z | Checking parse-size v1.0.0 |
3109 | 2024-10-30T22:56:48.829Z | Checking fallible-iterator v0.3.0 |
3110 | 2024-10-30T22:56:48.908Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3111 | 2024-10-30T22:56:49.058Z | Checking rustls-pemfile v1.0.4 |
3112 | 2024-10-30T22:56:49.277Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3113 | 2024-10-30T22:56:49.468Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3114 | 2024-10-30T22:56:49.493Z | Checking rusqlite v0.32.1 |
3115 | 2024-10-30T22:56:49.574Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3116 | 2024-10-30T22:56:49.716Z | Checking twox-hash v1.6.3 |
3117 | 2024-10-30T22:56:49.953Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3118 | 2024-10-30T22:56:50.230Z | Checking snafu v0.8.5 |
3119 | 2024-10-30T22:56:50.694Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3120 | 2024-10-30T22:56:50.743Z | Checking tokio-rustls v0.24.1 |
3121 | 2024-10-30T22:56:51.109Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3122 | 2024-10-30T22:56:51.128Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3123 | 2024-10-30T22:56:51.169Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3124 | 2024-10-30T22:56:51.654Z | Checking fatfs v0.3.6 |
3125 | 2024-10-30T22:56:51.813Z | Checking assert_matches v1.5.0 |
3126 | 2024-10-30T22:56:52.343Z | Checking hyper v0.14.30 |
3127 | 2024-10-30T22:56:56.506Z | Checking reqwest v0.11.27 |
3128 | 2024-10-30T22:56:57.304Z | Checking tough v0.17.1 |
3129 | 2024-10-30T22:56:57.971Z | Compiling git2 v0.19.0 |
3130 | 2024-10-30T22:57:00.521Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3131 | 2024-10-30T22:57:01.718Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3132 | 2024-10-30T22:57:03.230Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3133 | 2024-10-30T23:00:36.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 52s |
3134 | 2024-10-30T23:00:37.022Z | |
3135 | 2024-10-30T23:00:37.022Z | info: running `cargo check --bins` on nexus-external-api (139/166) |
3136 | 2024-10-30T23:00:37.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2024-10-30T23:00:37.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2024-10-30T23:00:37.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3139 | 2024-10-30T23:00:37.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3140 | 2024-10-30T23:00:37.689Z | |
3141 | 2024-10-30T23:00:37.689Z | info: running `cargo check --bins` on openapi-manager-types (140/166) |
3142 | 2024-10-30T23:00:38.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2024-10-30T23:00:38.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2024-10-30T23:00:38.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3145 | 2024-10-30T23:00:38.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3146 | 2024-10-30T23:00:38.261Z | |
3147 | 2024-10-30T23:00:38.261Z | info: running `cargo check --bins` on nexus-internal-api (141/166) |
3148 | 2024-10-30T23:00:38.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-10-30T23:00:38.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-10-30T23:00:38.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3151 | 2024-10-30T23:00:38.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3152 | 2024-10-30T23:00:38.873Z | |
3153 | 2024-10-30T23:00:38.873Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (142/166) |
3154 | 2024-10-30T23:00:39.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-10-30T23:00:39.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-10-30T23:00:39.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3157 | 2024-10-30T23:00:39.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3158 | 2024-10-30T23:00:39.505Z | |
3159 | 2024-10-30T23:00:39.505Z | info: running `cargo check --bins` on nexus-networking (143/166) |
3160 | 2024-10-30T23:00:40.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-10-30T23:00:40.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-10-30T23:00:40.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3163 | 2024-10-30T23:00:40.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3164 | 2024-10-30T23:00:40.135Z | |
3165 | 2024-10-30T23:00:40.135Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (144/166) |
3166 | 2024-10-30T23:00:40.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-10-30T23:00:40.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-10-30T23:00:40.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3169 | 2024-10-30T23:00:40.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3170 | 2024-10-30T23:00:40.765Z | |
3171 | 2024-10-30T23:00:40.765Z | info: running `cargo check --bins` on update-common (145/166) |
3172 | 2024-10-30T23:00:41.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2024-10-30T23:00:41.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2024-10-30T23:00:41.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3175 | 2024-10-30T23:00:41.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3176 | 2024-10-30T23:00:41.382Z | |
3177 | 2024-10-30T23:00:41.382Z | info: running `cargo check --bins` on tufaceous-lib (146/166) |
3178 | 2024-10-30T23:00:41.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2024-10-30T23:00:41.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2024-10-30T23:00:41.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3181 | 2024-10-30T23:00:41.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3182 | 2024-10-30T23:00:41.992Z | |
3183 | 2024-10-30T23:00:41.992Z | info: running `cargo check --bins` on tufaceous (147/166) |
3184 | 2024-10-30T23:00:42.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-10-30T23:00:42.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-10-30T23:00:42.622Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3187 | 2024-10-30T23:00:43.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3188 | 2024-10-30T23:00:43.711Z | |
3189 | 2024-10-30T23:00:43.711Z | info: running `cargo check --bins` on omicron-dev (148/166) |
3190 | 2024-10-30T23:00:44.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-10-30T23:00:44.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-10-30T23:00:44.537Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3193 | 2024-10-30T23:00:44.656Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3194 | 2024-10-30T23:00:44.659Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3195 | 2024-10-30T23:00:44.659Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3196 | 2024-10-30T23:01:40.904Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3197 | 2024-10-30T23:01:40.906Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3198 | 2024-10-30T23:01:40.907Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3199 | 2024-10-30T23:01:40.907Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3200 | 2024-10-30T23:01:40.907Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3201 | 2024-10-30T23:01:41.683Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3202 | 2024-10-30T23:01:42.936Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3203 | 2024-10-30T23:05:06.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 22s |
3204 | 2024-10-30T23:05:06.516Z | |
3205 | 2024-10-30T23:05:06.516Z | info: running `cargo check --bins` on openapi-manager (149/166) |
3206 | 2024-10-30T23:05:07.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3207 | 2024-10-30T23:05:07.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3208 | 2024-10-30T23:05:07.196Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3209 | 2024-10-30T23:05:07.196Z | Checking heck v0.4.1 |
3210 | 2024-10-30T23:05:07.199Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3211 | 2024-10-30T23:05:07.464Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3212 | 2024-10-30T23:05:08.785Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3213 | 2024-10-30T23:05:09.599Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3214 | 2024-10-30T23:05:10.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
3215 | 2024-10-30T23:05:10.785Z | |
3216 | 2024-10-30T23:05:10.785Z | info: running `cargo check --bins` on installinator-api (150/166) |
3217 | 2024-10-30T23:05:11.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2024-10-30T23:05:11.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2024-10-30T23:05:11.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3220 | 2024-10-30T23:05:11.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3221 | 2024-10-30T23:05:11.400Z | |
3222 | 2024-10-30T23:05:11.400Z | info: running `cargo check --bins` on wicketd-api (151/166) |
3223 | 2024-10-30T23:05:11.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2024-10-30T23:05:11.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2024-10-30T23:05:11.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3226 | 2024-10-30T23:05:11.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3227 | 2024-10-30T23:05:12.023Z | |
3228 | 2024-10-30T23:05:12.023Z | info: running `cargo check --bins` on reconfigurator-cli (152/166) |
3229 | 2024-10-30T23:05:12.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-10-30T23:05:12.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-10-30T23:05:12.667Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3232 | 2024-10-30T23:05:13.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3233 | 2024-10-30T23:05:14.004Z | |
3234 | 2024-10-30T23:05:14.004Z | info: running `cargo check --bins` on omicron-releng (153/166) |
3235 | 2024-10-30T23:05:14.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2024-10-30T23:05:14.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2024-10-30T23:05:14.642Z | Checking memmap2 v0.9.5 |
3238 | 2024-10-30T23:05:14.644Z | Checking arrayref v0.3.9 |
3239 | 2024-10-30T23:05:14.644Z | Checking arrayvec v0.7.6 |
3240 | 2024-10-30T23:05:14.644Z | Checking spin v0.5.2 |
3241 | 2024-10-30T23:05:14.644Z | Checking untrusted v0.7.1 |
3242 | 2024-10-30T23:05:14.644Z | Checking constant_time_eq v0.3.1 |
3243 | 2024-10-30T23:05:14.751Z | Checking topological-sort v0.2.2 |
3244 | 2024-10-30T23:05:14.760Z | Checking shell-words v1.1.0 |
3245 | 2024-10-30T23:05:14.960Z | Checking ring v0.16.20 |
3246 | 2024-10-30T23:05:15.045Z | Checking blake3 v1.5.4 |
3247 | 2024-10-30T23:05:16.109Z | Checking omicron-zone-package v0.11.1 |
3248 | 2024-10-30T23:05:17.234Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3249 | 2024-10-30T23:05:18.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
3250 | 2024-10-30T23:05:18.351Z | |
3251 | 2024-10-30T23:05:18.351Z | info: running `cargo check --bins` on xtask (154/166) |
3252 | 2024-10-30T23:05:18.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2024-10-30T23:05:18.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2024-10-30T23:05:18.784Z | Checking bitflags v2.6.0 |
3255 | 2024-10-30T23:05:18.786Z | Checking serde v1.0.210 |
3256 | 2024-10-30T23:05:18.787Z | Checking thiserror v1.0.64 |
3257 | 2024-10-30T23:05:18.868Z | Checking scroll v0.12.0 |
3258 | 2024-10-30T23:05:18.886Z | Checking log v0.4.22 |
3259 | 2024-10-30T23:05:18.886Z | Checking hashbrown v0.15.0 |
3260 | 2024-10-30T23:05:18.897Z | Checking zerocopy v0.7.35 |
3261 | 2024-10-30T23:05:18.924Z | Checking syn v2.0.79 |
3262 | 2024-10-30T23:05:18.976Z | Checking pest v2.7.14 |
3263 | 2024-10-30T23:05:19.099Z | Checking rustix v0.38.37 |
3264 | 2024-10-30T23:05:19.155Z | Checking once_cell v1.20.2 |
3265 | 2024-10-30T23:05:19.312Z | Checking goblin v0.8.2 |
3266 | 2024-10-30T23:05:19.469Z | Checking fs-err v2.11.0 |
3267 | 2024-10-30T23:05:19.794Z | Checking anyhow v1.0.89 |
3268 | 2024-10-30T23:05:19.951Z | Checking indexmap v2.6.0 |
3269 | 2024-10-30T23:05:20.178Z | Checking tabled v0.15.0 |
3270 | 2024-10-30T23:05:21.089Z | Checking terminal_size v0.4.0 |
3271 | 2024-10-30T23:05:21.089Z | Checking tempfile v3.13.0 |
3272 | 2024-10-30T23:05:21.247Z | Checking clap_builder v4.5.20 |
3273 | 2024-10-30T23:05:21.527Z | Checking dtrace-parser v0.2.0 |
3274 | 2024-10-30T23:05:23.232Z | Checking serde_json v1.0.128 |
3275 | 2024-10-30T23:05:23.232Z | Checking toml_datetime v0.6.8 |
3276 | 2024-10-30T23:05:23.234Z | Checking serde_spanned v0.6.8 |
3277 | 2024-10-30T23:05:23.234Z | Checking camino v1.1.9 |
3278 | 2024-10-30T23:05:23.234Z | Checking cargo-platform v0.1.8 |
3279 | 2024-10-30T23:05:23.290Z | Checking semver v1.0.23 |
3280 | 2024-10-30T23:05:23.447Z | Checking macaddr v1.0.1 |
3281 | 2024-10-30T23:05:23.548Z | Checking toml_edit v0.22.22 |
3282 | 2024-10-30T23:05:23.742Z | Checking clap v4.5.20 |
3283 | 2024-10-30T23:05:23.793Z | Checking camino-tempfile v1.1.1 |
3284 | 2024-10-30T23:05:24.389Z | Checking dof v0.3.0 |
3285 | 2024-10-30T23:05:24.389Z | Checking cargo_metadata v0.18.1 |
3286 | 2024-10-30T23:05:24.798Z | Checking usdt-impl v0.5.0 |
3287 | 2024-10-30T23:05:25.154Z | Checking usdt v0.5.0 |
3288 | 2024-10-30T23:05:25.347Z | Checking toml v0.8.19 |
3289 | 2024-10-30T23:05:25.808Z | Checking cargo_toml v0.20.5 |
3290 | 2024-10-30T23:05:27.003Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3291 | 2024-10-30T23:05:27.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s |
3292 | 2024-10-30T23:05:27.727Z | |
3293 | 2024-10-30T23:05:27.727Z | info: running `cargo check --bins` on end-to-end-tests (155/166) |
3294 | 2024-10-30T23:05:28.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2024-10-30T23:05:28.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2024-10-30T23:05:28.455Z | Checking polyval v0.6.2 |
3297 | 2024-10-30T23:05:28.562Z | Checking ctr v0.9.2 |
3298 | 2024-10-30T23:05:28.574Z | Checking ssh-encoding v0.2.0 |
3299 | 2024-10-30T23:05:28.576Z | Checking blowfish v0.9.1 |
3300 | 2024-10-30T23:05:28.597Z | Checking password-hash v0.4.2 |
3301 | 2024-10-30T23:05:28.599Z | Checking matches v0.1.10 |
3302 | 2024-10-30T23:05:28.630Z | Checking p521 v0.13.3 |
3303 | 2024-10-30T23:05:28.632Z | Checking p256 v0.13.2 |
3304 | 2024-10-30T23:05:28.710Z | Checking idna v0.2.3 |
3305 | 2024-10-30T23:05:28.792Z | Checking ghash v0.5.1 |
3306 | 2024-10-30T23:05:28.792Z | Checking bcrypt-pbkdf v0.10.0 |
3307 | 2024-10-30T23:05:28.827Z | Compiling enum-as-inner v0.5.1 |
3308 | 2024-10-30T23:05:28.885Z | Checking russh-cryptovec v0.7.3 |
3309 | 2024-10-30T23:05:28.987Z | Checking aes-gcm v0.10.3 |
3310 | 2024-10-30T23:05:29.006Z | Checking pbkdf2 v0.11.0 |
3311 | 2024-10-30T23:05:29.065Z | Checking md5 v0.7.0 |
3312 | 2024-10-30T23:05:29.097Z | Checking num-bigint v0.4.6 |
3313 | 2024-10-30T23:05:29.117Z | Checking des v0.8.1 |
3314 | 2024-10-30T23:05:29.225Z | Checking ssh-cipher v0.2.0 |
3315 | 2024-10-30T23:05:29.327Z | Compiling dhcproto-macros v0.1.0 |
3316 | 2024-10-30T23:05:29.350Z | Checking hex-literal v0.4.1 |
3317 | 2024-10-30T23:05:29.397Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3318 | 2024-10-30T23:05:29.485Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3319 | 2024-10-30T23:05:29.523Z | Checking ssh-key v0.6.6 |
3320 | 2024-10-30T23:05:29.549Z | Checking internet-checksum v0.2.1 |
3321 | 2024-10-30T23:05:29.796Z | Checking trust-dns-proto v0.22.0 |
3322 | 2024-10-30T23:05:30.792Z | Checking russh-keys v0.45.0 |
3323 | 2024-10-30T23:05:31.721Z | Checking russh v0.45.0 |
3324 | 2024-10-30T23:05:32.350Z | Checking dhcproto v0.12.0 |
3325 | 2024-10-30T23:05:54.085Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3326 | 2024-10-30T23:05:55.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.75s |
3327 | 2024-10-30T23:05:55.677Z | |
3328 | 2024-10-30T23:05:55.677Z | info: running `cargo check --bins` on gateway-cli (156/166) |
3329 | 2024-10-30T23:05:56.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-10-30T23:05:56.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-10-30T23:05:56.300Z | Checking termios v0.3.3 |
3332 | 2024-10-30T23:05:56.519Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3333 | 2024-10-30T23:05:57.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3334 | 2024-10-30T23:05:57.478Z | |
3335 | 2024-10-30T23:05:57.478Z | info: running `cargo check --bins --no-default-features` on installinator (157/166) |
3336 | 2024-10-30T23:05:58.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2024-10-30T23:05:58.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2024-10-30T23:05:58.168Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3339 | 2024-10-30T23:06:00.228Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3340 | 2024-10-30T23:06:02.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
3341 | 2024-10-30T23:06:02.399Z | |
3342 | 2024-10-30T23:06:02.399Z | info: running `cargo check --bins` on internal-dns-cli (158/166) |
3343 | 2024-10-30T23:06:02.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-10-30T23:06:02.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-10-30T23:06:02.997Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3346 | 2024-10-30T23:06:03.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3347 | 2024-10-30T23:06:03.605Z | |
3348 | 2024-10-30T23:06:03.605Z | info: running `cargo check --bins` on omicron-live-tests (159/166) |
3349 | 2024-10-30T23:06:04.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-10-30T23:06:04.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-10-30T23:06:04.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2024-10-30T23:06:04.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3353 | 2024-10-30T23:06:04.188Z | |
3354 | 2024-10-30T23:06:04.188Z | info: running `cargo check --bins` on live-tests-macros (160/166) |
3355 | 2024-10-30T23:06:04.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2024-10-30T23:06:04.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2024-10-30T23:06:04.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2024-10-30T23:06:04.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3359 | 2024-10-30T23:06:04.768Z | |
3360 | 2024-10-30T23:06:04.768Z | info: running `cargo check --bins` on omicron-package (161/166) |
3361 | 2024-10-30T23:06:05.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2024-10-30T23:06:05.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2024-10-30T23:06:05.414Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3364 | 2024-10-30T23:06:06.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
3365 | 2024-10-30T23:06:06.831Z | |
3366 | 2024-10-30T23:06:06.831Z | info: running `cargo check --bins` on wicket-dbg (162/166) |
3367 | 2024-10-30T23:06:07.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2024-10-30T23:06:07.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2024-10-30T23:06:07.507Z | Checking rtoolbox v0.0.2 |
3370 | 2024-10-30T23:06:07.509Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3371 | 2024-10-30T23:06:07.509Z | Checking tui-tree-widget v0.22.0 |
3372 | 2024-10-30T23:06:07.733Z | Checking rpassword v7.3.1 |
3373 | 2024-10-30T23:06:11.834Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3374 | 2024-10-30T23:06:14.974Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3375 | 2024-10-30T23:06:16.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s |
3376 | 2024-10-30T23:06:16.300Z | |
3377 | 2024-10-30T23:06:16.300Z | info: running `cargo check --bins` on wicket (163/166) |
3378 | 2024-10-30T23:06:16.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2024-10-30T23:06:16.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2024-10-30T23:06:16.962Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3381 | 2024-10-30T23:06:17.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3382 | 2024-10-30T23:06:17.536Z | |
3383 | 2024-10-30T23:06:17.536Z | info: running `cargo check --bins` on wicketd (164/166) |
3384 | 2024-10-30T23:06:18.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-10-30T23:06:18.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-10-30T23:06:18.252Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3387 | 2024-10-30T23:06:27.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s |
3388 | 2024-10-30T23:06:27.878Z | |
3389 | 2024-10-30T23:06:27.878Z | info: running `cargo check --bins` on omicron-workspace-hack (165/166) |
3390 | 2024-10-30T23:06:28.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-10-30T23:06:28.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-10-30T23:06:28.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3393 | 2024-10-30T23:06:28.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3394 | 2024-10-30T23:06:28.459Z | |
3395 | 2024-10-30T23:06:28.459Z | info: running `cargo check --bins` on zone-setup (166/166) |
3396 | 2024-10-30T23:06:29.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3397 | 2024-10-30T23:06:29.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3398 | 2024-10-30T23:06:29.155Z | Checking uzers v0.12.1 |
3399 | 2024-10-30T23:06:29.503Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3400 | 2024-10-30T23:06:30.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
3401 | 2024-10-30T23:06:30.782Z | |
3402 | 2024-10-30T23:06:30.782Z | real 23:34.224462315 |
3403 | 2024-10-30T23:06:30.782Z | user 35:50.001152409 |
3404 | 2024-10-30T23:06:30.782Z | sys 5:19.494919409 |
3405 | 2024-10-30T23:06:30.782Z | trap 0.577401843 |
3406 | 2024-10-30T23:06:30.782Z | tflt 2.831099978 |
3407 | 2024-10-30T23:06:30.782Z | dflt 2.746046943 |
3408 | 2024-10-30T23:06:30.782Z | kflt 0.001199957 |
3409 | 2024-10-30T23:06:30.788Z | lock 1:24:59.561916199 |
3410 | 2024-10-30T23:06:30.788Z | slp 3:21:38.326683550 |
3411 | 2024-10-30T23:06:30.788Z | lat 58.980367870 |
3412 | 2024-10-30T23:06:30.788Z | stop 3:05.138367819 |
3413 | 2024-10-30T23:06:30.788Z | process exited: duration 1641850 ms, exit code 0 |
|
3414 | 2024-10-30T23:06:30.795Z | found 0 output files |