|
|
|
1 | 2024-11-08T00:37:00.004Z | job assigned to worker 01JC4K6DVRAYAJM027SD73G3XQ (queued for 53 s) |
|
2 | 2024-11-08T00:37:07.829Z | starting task 0: "setup" |
3 | 2024-11-08T00:37:07.839Z | ++ uname -s |
4 | 2024-11-08T00:37:07.843Z | + kern=SunOS |
5 | 2024-11-08T00:37:07.843Z | + case "$kern" in |
6 | 2024-11-08T00:37:07.843Z | + groupadd -g 12345 build |
7 | 2024-11-08T00:37:07.846Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-08T00:37:09.854Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-08T00:37:09.943Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-08T00:37:09.948Z | + home_fs=zfs |
11 | 2024-11-08T00:37:09.948Z | + [[ zfs == autofs ]] |
12 | 2024-11-08T00:37:09.948Z | + mkdir -p /home/build |
13 | 2024-11-08T00:37:09.951Z | + chown build:build /home/build /work |
14 | 2024-11-08T00:37:11.950Z | + chmod 0700 /home/build /work |
15 | 2024-11-08T00:37:11.953Z | process exited: duration 4123 ms, exit code 0 |
|
16 | 2024-11-08T00:37:11.958Z | starting task 1: "rust-toolchain" |
17 | 2024-11-08T00:37:11.963Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-08T00:37:11.963Z | * toolchain channel = "1.82.0" |
19 | 2024-11-08T00:37:11.964Z | ' 1.82.0 |
20 | 2024-11-08T00:37:11.964Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-08T00:37:11.964Z | ' default |
22 | 2024-11-08T00:37:11.964Z | * toolchain profile = "default" |
23 | 2024-11-08T00:37:11.966Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-08T00:37:11.966Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-08T00:37:12.069Z | info: downloading installer |
26 | 2024-11-08T00:37:13.577Z | info: profile set to 'default' |
27 | 2024-11-08T00:37:13.577Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-08T00:37:13.580Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-08T00:37:13.731Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-08T00:37:13.731Z | info: downloading component 'cargo' |
31 | 2024-11-08T00:37:14.565Z | info: downloading component 'clippy' |
32 | 2024-11-08T00:37:14.884Z | info: downloading component 'rust-docs' |
33 | 2024-11-08T00:37:16.061Z | info: downloading component 'rust-std' |
34 | 2024-11-08T00:37:17.915Z | info: downloading component 'rustc' |
35 | 2024-11-08T00:37:24.433Z | info: downloading component 'rustfmt' |
36 | 2024-11-08T00:37:24.679Z | info: installing component 'cargo' |
37 | 2024-11-08T00:37:25.523Z | info: installing component 'clippy' |
38 | 2024-11-08T00:37:25.921Z | info: installing component 'rust-docs' |
39 | 2024-11-08T00:37:27.635Z | info: installing component 'rust-std' |
40 | 2024-11-08T00:37:29.534Z | info: installing component 'rustc' |
41 | 2024-11-08T00:37:35.721Z | info: installing component 'rustfmt' |
42 | 2024-11-08T00:37:36.063Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-08T00:37:36.063Z | |
44 | 2024-11-08T00:37:36.439Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-08T00:37:36.439Z | |
46 | 2024-11-08T00:37:36.441Z | |
47 | 2024-11-08T00:37:36.441Z | Rust is installed now. Great! |
48 | 2024-11-08T00:37:36.441Z | |
49 | 2024-11-08T00:37:36.441Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-08T00:37:36.441Z | environment variable. This has not been done automatically. |
51 | 2024-11-08T00:37:36.442Z | |
52 | 2024-11-08T00:37:36.442Z | To configure your current shell, you need to source |
53 | 2024-11-08T00:37:36.442Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-08T00:37:36.442Z | |
55 | 2024-11-08T00:37:36.442Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-08T00:37:36.442Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-08T00:37:36.442Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-08T00:37:36.514Z | + rustc --version |
59 | 2024-11-08T00:37:36.581Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-08T00:37:36.584Z | process exited: duration 24623 ms, exit code 0 |
|
61 | 2024-11-08T00:37:36.590Z | starting task 2: "authentication" |
62 | 2024-11-08T00:37:36.612Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-08T00:37:36.617Z | starting task 3: "clone repository" |
64 | 2024-11-08T00:37:36.622Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-08T00:37:36.625Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-08T00:37:36.877Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-08T00:37:44.172Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-08T00:37:44.172Z | + git fetch origin 6d6589d43fcc55678b5e2688fac2264e31720024 |
69 | 2024-11-08T00:37:44.460Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-08T00:37:44.460Z | * branch 6d6589d43fcc55678b5e2688fac2264e31720024 -> FETCH_HEAD |
71 | 2024-11-08T00:37:44.470Z | + [[ -n use-native-client-for-schema-updates ]] |
72 | 2024-11-08T00:37:44.473Z | ++ git branch --show-current |
73 | 2024-11-08T00:37:44.475Z | + current=main |
74 | 2024-11-08T00:37:44.475Z | + [[ main != use-native-client-for-schema-updates ]] |
75 | 2024-11-08T00:37:44.475Z | + git branch -f use-native-client-for-schema-updates 6d6589d43fcc55678b5e2688fac2264e31720024 |
76 | 2024-11-08T00:37:44.478Z | + git checkout -f use-native-client-for-schema-updates |
77 | 2024-11-08T00:37:44.648Z | Switched to branch 'use-native-client-for-schema-updates' |
78 | 2024-11-08T00:37:44.651Z | + git reset --hard 6d6589d43fcc55678b5e2688fac2264e31720024 |
79 | 2024-11-08T00:37:44.815Z | HEAD is now at 6d6589d43 Use ClickHouse native client to read database tables |
80 | 2024-11-08T00:37:44.820Z | process exited: duration 8198 ms, exit code 0 |
|
81 | 2024-11-08T00:37:44.825Z | starting task 4: "build" |
82 | 2024-11-08T00:37:44.831Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-08T00:37:44.831Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-08T00:37:44.833Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-08T00:37:44.833Z | + cargo --version |
86 | 2024-11-08T00:37:44.890Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
87 | 2024-11-08T00:37:44.893Z | + rustc --version |
88 | 2024-11-08T00:37:44.953Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-08T00:37:44.958Z | + source ./env.sh |
90 | 2024-11-08T00:37:44.959Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-08T00:37:44.959Z | ++ set -o xtrace |
92 | 2024-11-08T00:37:44.962Z | ++++ dirname ./env.sh |
93 | 2024-11-08T00:37:44.962Z | +++ readlink -f . |
94 | 2024-11-08T00:37:45.086Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-08T00:37:45.089Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-08T00:37:45.089Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-08T00:37:45.089Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-08T00:37:45.089Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-11-08T00:37:45.089Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-11-08T00:37:45.089Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-11-08T00:37:45.089Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-11-08T00:37:45.089Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-11-08T00:37:45.089Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-08T00:37:45.089Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-08T00:37:45.089Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-11-08T00:37:45.089Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-11-08T00:37:45.089Z | + banner prerequisites |
108 | 2024-11-08T00:37:45.240Z | |
109 | 2024-11-08T00:37:45.240Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-08T00:37:45.240Z | # # # # # # # # # # # # # # # |
111 | 2024-11-08T00:37:45.240Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-08T00:37:45.240Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-08T00:37:45.240Z | # # # # # # # # # # # # # # # |
114 | 2024-11-08T00:37:45.240Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-08T00:37:45.240Z | |
116 | 2024-11-08T00:37:45.243Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-08T00:38:09.748Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-08T00:38:13.476Z | Startup: Caching catalogs ... Done |
119 | 2024-11-08T00:38:21.650Z | Planning: Solver setup ... Done (7.431s) |
120 | 2024-11-08T00:38:21.755Z | Planning: Running solver ... Done (0.105s) |
121 | 2024-11-08T00:38:21.926Z | Planning: Finding local manifests ... Done (0.082s) |
122 | 2024-11-08T00:38:22.362Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-08T00:38:22.633Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-08T00:38:22.966Z | Planning: Package planning ... Done (0.332s) |
125 | 2024-11-08T00:38:23.021Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-08T00:38:23.757Z | Planning: Checking for conflicting actions ... Done (0.735s) |
127 | 2024-11-08T00:38:30.055Z | Planning: Consolidating action changes ... Done (6.295s) |
128 | 2024-11-08T00:38:30.435Z | Planning: Evaluating mediators ... Done (0.383s) |
129 | 2024-11-08T00:38:30.575Z | Planning: Planning completed in 17.01 seconds |
130 | 2024-11-08T00:38:30.673Z | Packages to install: 4 |
131 | 2024-11-08T00:38:30.673Z | Packages to update: 1 |
132 | 2024-11-08T00:38:30.675Z | Mediators to change: 2 |
133 | 2024-11-08T00:38:30.676Z | Services to change: 1 |
134 | 2024-11-08T00:38:30.676Z | Estimated space available: 155.61 GB |
135 | 2024-11-08T00:38:30.676Z | Estimated space to be consumed: 1.59 GB |
136 | 2024-11-08T00:38:30.676Z | Create boot environment: No |
137 | 2024-11-08T00:38:30.676Z | Create backup boot environment: Yes |
138 | 2024-11-08T00:38:30.676Z | Rebuild boot archive: No |
139 | 2024-11-08T00:38:30.676Z | |
140 | 2024-11-08T00:38:30.676Z | Changed mediators: |
141 | 2024-11-08T00:38:30.676Z | mediator clang: |
142 | 2024-11-08T00:38:30.676Z | version: None -> 15 (system default) |
143 | 2024-11-08T00:38:30.676Z | |
144 | 2024-11-08T00:38:30.676Z | mediator llvm: |
145 | 2024-11-08T00:38:30.676Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-08T00:38:30.676Z | |
147 | 2024-11-08T00:38:30.676Z | Changed packages: |
148 | 2024-11-08T00:38:30.676Z | helios-dev |
149 | 2024-11-08T00:38:30.676Z | developer/build-essential |
150 | 2024-11-08T00:38:30.676Z | None -> 11-2.0 |
151 | 2024-11-08T00:38:30.676Z | library/libxmlsec1 |
152 | 2024-11-08T00:38:30.676Z | None -> 1.2.35-2.0 |
153 | 2024-11-08T00:38:30.676Z | ooce/developer/clang-15 |
154 | 2024-11-08T00:38:30.676Z | None -> 15.0.7-2.0 |
155 | 2024-11-08T00:38:30.676Z | ooce/developer/llvm-15 |
156 | 2024-11-08T00:38:30.676Z | None -> 15.0.7-2.0 |
157 | 2024-11-08T00:38:30.676Z | package/pkg |
158 | 2024-11-08T00:38:30.676Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-08T00:38:30.676Z | |
160 | 2024-11-08T00:38:30.676Z | Services: |
161 | 2024-11-08T00:38:30.676Z | restart_fmri: |
162 | 2024-11-08T00:38:30.676Z | svc:/system/update-man-index:default |
163 | 2024-11-08T00:38:30.676Z | |
164 | 2024-11-08T00:38:30.676Z | Editable files to change: |
165 | 2024-11-08T00:38:30.676Z | Update: |
166 | 2024-11-08T00:38:30.676Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-08T00:38:31.129Z | |
168 | 2024-11-08T00:38:31.129Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-08T00:38:36.129Z | Download: 981/4281 items 19.4/220.6MB 8% complete (4.0M/s) |
170 | 2024-11-08T00:38:41.129Z | Download: 1222/4281 items 96.5/220.6MB 43% complete (9.6M/s) |
171 | 2024-11-08T00:38:46.154Z | Download: 1806/4281 items 118.1/220.6MB 53% complete (9.9M/s) |
172 | 2024-11-08T00:38:51.136Z | Download: 2433/4281 items 119.9/220.6MB 54% complete (2.8M/s) |
173 | 2024-11-08T00:38:57.363Z | Download: 3278/4281 items 208.7/220.6MB 94% complete (9.0M/s) |
174 | 2024-11-08T00:39:02.368Z | Download: 3449/4281 items 215.2/220.6MB 97% complete (9.4M/s) |
175 | 2024-11-08T00:39:13.194Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (1.4M/s) |
176 | 2024-11-08T00:39:13.305Z | Download: Completed 220.60 MB in 42.17 seconds (5.2M/s) |
177 | 2024-11-08T00:39:15.211Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-11-08T00:39:15.227Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-11-08T00:39:20.231Z | Actions: 4095/5063 actions (Installing new actions) |
180 | 2024-11-08T00:39:21.172Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-11-08T00:39:21.594Z | Actions: Completed 5063 actions in 6.38 seconds. |
182 | 2024-11-08T00:39:21.976Z | Done (0.372s) |
183 | 2024-11-08T00:39:21.979Z | Done (0.000s) |
184 | 2024-11-08T00:39:22.500Z | Done (0.524s) |
185 | 2024-11-08T00:39:28.841Z | Done (6.125s) |
186 | 2024-11-08T00:39:29.293Z | Done (0.381s) |
187 | 2024-11-08T00:39:29.295Z | Done (0.000s) |
188 | 2024-11-08T00:39:29.446Z | Done (0.000s) |
189 | 2024-11-08T00:39:30.131Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-11-08T00:39:30.286Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-11-08T00:39:30.291Z | Planning: Consolidating action changes ... Done |
192 | 2024-11-08T00:39:30.572Z | Planning: Evaluating mediators ... Done |
193 | 2024-11-08T00:39:30.576Z | Planning: Planning completed in 0.45 seconds |
194 | 2024-11-08T00:39:30.611Z | Mediators to change: 2 |
195 | 2024-11-08T00:39:30.611Z | Create boot environment: No |
196 | 2024-11-08T00:39:30.614Z | Create backup boot environment: No |
197 | 2024-11-08T00:39:30.694Z | Done |
198 | 2024-11-08T00:39:30.694Z | Done |
199 | 2024-11-08T00:39:31.032Z | Done |
200 | 2024-11-08T00:39:34.674Z | Done |
201 | 2024-11-08T00:39:34.762Z | Done |
202 | 2024-11-08T00:39:34.765Z | Done |
203 | 2024-11-08T00:39:34.976Z | Done |
204 | 2024-11-08T00:39:35.601Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-11-08T00:39:35.604Z | Planning: Merging actions ... Done |
206 | 2024-11-08T00:39:35.792Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-11-08T00:39:35.795Z | Planning: Consolidating action changes ... Done |
208 | 2024-11-08T00:39:36.069Z | Planning: Evaluating mediators ... Done |
209 | 2024-11-08T00:39:36.127Z | Planning: Planning completed in 0.77 seconds |
210 | 2024-11-08T00:39:36.167Z | Packages to change: 1 |
211 | 2024-11-08T00:39:36.167Z | Mediators to change: 1 |
212 | 2024-11-08T00:39:36.170Z | Services to change: 1 |
213 | 2024-11-08T00:39:36.170Z | Create boot environment: No |
214 | 2024-11-08T00:39:36.170Z | Create backup boot environment: Yes |
215 | 2024-11-08T00:39:38.267Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-11-08T00:39:38.352Z | Actions: Completed 6 actions in 0.08 seconds. |
217 | 2024-11-08T00:39:38.354Z | Done |
218 | 2024-11-08T00:39:38.354Z | Done |
219 | 2024-11-08T00:39:38.458Z | Done |
220 | 2024-11-08T00:39:42.236Z | Done |
221 | 2024-11-08T00:39:42.340Z | Done |
222 | 2024-11-08T00:39:42.342Z | Done |
223 | 2024-11-08T00:39:42.469Z | Done |
224 | 2024-11-08T00:39:42.904Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-11-08T00:39:42.904Z | clang system 15 system |
226 | 2024-11-08T00:39:42.904Z | csh system system illumos |
227 | 2024-11-08T00:39:42.904Z | ctags system system illumos |
228 | 2024-11-08T00:39:42.904Z | gcc vendor 12 vendor |
229 | 2024-11-08T00:39:42.904Z | gcc system 10 system |
230 | 2024-11-08T00:39:42.904Z | gcc system 7 system |
231 | 2024-11-08T00:39:42.904Z | go system 1.20 system |
232 | 2024-11-08T00:39:42.905Z | go system 1.19 system |
233 | 2024-11-08T00:39:42.905Z | llvm system 15 system |
234 | 2024-11-08T00:39:42.905Z | llvm system 14 system |
235 | 2024-11-08T00:39:42.905Z | mariadb system 10.6 system |
236 | 2024-11-08T00:39:42.905Z | mta vendor vendor dma |
237 | 2024-11-08T00:39:42.905Z | openjdk system 17 system |
238 | 2024-11-08T00:39:42.905Z | openjdk system 11 system |
239 | 2024-11-08T00:39:42.905Z | openjdk system 1.8 system |
240 | 2024-11-08T00:39:42.905Z | openssl vendor 3 vendor |
241 | 2024-11-08T00:39:42.905Z | perl system 5.36 system |
242 | 2024-11-08T00:39:42.905Z | postgresql system 15 system |
243 | 2024-11-08T00:39:42.905Z | postgresql system 13 system |
244 | 2024-11-08T00:39:42.905Z | python vendor 3 vendor |
245 | 2024-11-08T00:39:42.905Z | python system 2 system |
246 | 2024-11-08T00:39:42.905Z | python3 system 3.11 system |
247 | 2024-11-08T00:39:42.905Z | ruby system 3.0 system |
248 | 2024-11-08T00:39:42.905Z | words vendor vendor american-english |
249 | 2024-11-08T00:39:42.905Z | words system system australian-english |
250 | 2024-11-08T00:39:42.905Z | words system system british-english |
251 | 2024-11-08T00:39:42.905Z | words system system canadian-english |
252 | 2024-11-08T00:39:42.905Z | words system system french |
253 | 2024-11-08T00:39:42.905Z | words system system italian |
254 | 2024-11-08T00:39:42.905Z | words system system ngerman |
255 | 2024-11-08T00:39:42.905Z | words system system ogerman |
256 | 2024-11-08T00:39:42.905Z | words system system spanish |
257 | 2024-11-08T00:39:43.239Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-11-08T00:39:43.239Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-11-08T00:39:45.733Z | FMRI IFO |
260 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-11-08T00:39:45.733Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-11-08T00:39:45.734Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-11-08T00:39:45.734Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-11-08T00:39:45.734Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-11-08T00:39:45.734Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-11-08T00:39:46.442Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-11-08T00:39:46.703Z | Updating crates.io index |
277 | 2024-11-08T00:39:46.795Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-11-08T00:39:47.623Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-11-08T00:39:47.896Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-11-08T00:39:48.132Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-11-08T00:39:48.505Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-11-08T00:39:49.372Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-11-08T00:39:51.782Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-11-08T00:39:52.938Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-11-08T00:39:53.671Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-11-08T00:39:53.935Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-11-08T00:39:54.231Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-11-08T00:39:54.839Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-11-08T00:39:55.157Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-11-08T00:39:55.497Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-11-08T00:39:55.753Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-11-08T00:39:56.010Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-11-08T00:39:56.249Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-11-08T00:39:56.629Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-11-08T00:39:56.908Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-11-08T00:39:57.375Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-11-08T00:39:57.627Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-11-08T00:39:58.091Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-11-08T00:39:58.400Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-11-08T00:39:58.782Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-11-08T00:39:59.195Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-11-08T00:39:59.502Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-11-08T00:39:59.754Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-11-08T00:40:01.094Z | Downloading crates ... |
305 | 2024-11-08T00:40:01.163Z | Downloaded block-buffer v0.10.4 |
306 | 2024-11-08T00:40:01.165Z | Downloaded autocfg v1.4.0 |
307 | 2024-11-08T00:40:01.169Z | Downloaded anstyle-parse v0.2.5 |
308 | 2024-11-08T00:40:01.172Z | Downloaded cargo_metadata v0.18.1 |
309 | 2024-11-08T00:40:01.193Z | Downloaded tempfile v3.13.0 |
310 | 2024-11-08T00:40:01.195Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-11-08T00:40:01.201Z | Downloaded thread-id v4.2.2 |
312 | 2024-11-08T00:40:01.203Z | Downloaded heck v0.4.1 |
313 | 2024-11-08T00:40:01.203Z | Downloaded generic-array v0.14.7 |
314 | 2024-11-08T00:40:01.206Z | Downloaded macaddr v1.0.1 |
315 | 2024-11-08T00:40:01.208Z | Downloaded bytecount v0.6.8 |
316 | 2024-11-08T00:40:01.208Z | Downloaded dof v0.3.0 |
317 | 2024-11-08T00:40:01.210Z | Downloaded crypto-common v0.1.6 |
318 | 2024-11-08T00:40:01.210Z | Downloaded strsim v0.11.1 |
319 | 2024-11-08T00:40:01.212Z | Downloaded version_check v0.9.5 |
320 | 2024-11-08T00:40:01.213Z | Downloaded thiserror v1.0.64 |
321 | 2024-11-08T00:40:01.218Z | Downloaded camino-tempfile v1.1.1 |
322 | 2024-11-08T00:40:01.220Z | Downloaded errno v0.3.9 |
323 | 2024-11-08T00:40:01.220Z | Downloaded clap_lex v0.7.2 |
324 | 2024-11-08T00:40:01.223Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2024-11-08T00:40:01.225Z | Downloaded semver v1.0.23 |
326 | 2024-11-08T00:40:01.228Z | Downloaded quote v1.0.37 |
327 | 2024-11-08T00:40:01.230Z | Downloaded scroll v0.12.0 |
328 | 2024-11-08T00:40:01.234Z | Downloaded zerocopy-derive v0.7.35 |
329 | 2024-11-08T00:40:01.238Z | Downloaded plain v0.2.3 |
330 | 2024-11-08T00:40:01.241Z | Downloaded pest_derive v2.7.14 |
331 | 2024-11-08T00:40:01.244Z | Downloaded once_cell v1.20.2 |
332 | 2024-11-08T00:40:01.247Z | Downloaded clap v4.5.20 |
333 | 2024-11-08T00:40:01.252Z | Downloaded ucd-trie v0.1.7 |
334 | 2024-11-08T00:40:01.256Z | Downloaded byteorder v1.5.0 |
335 | 2024-11-08T00:40:01.259Z | Downloaded anstream v0.6.15 |
336 | 2024-11-08T00:40:01.263Z | Downloaded indexmap v2.6.0 |
337 | 2024-11-08T00:40:01.267Z | Downloaded bitflags v2.6.0 |
338 | 2024-11-08T00:40:01.272Z | Downloaded anstyle-query v1.1.1 |
339 | 2024-11-08T00:40:01.275Z | Downloaded cargo-platform v0.1.8 |
340 | 2024-11-08T00:40:01.275Z | Downloaded camino v1.1.9 |
341 | 2024-11-08T00:40:01.282Z | Downloaded toml_edit v0.22.22 |
342 | 2024-11-08T00:40:01.303Z | Downloaded pretty-hex v0.4.1 |
343 | 2024-11-08T00:40:01.306Z | Downloaded anyhow v1.0.92 |
344 | 2024-11-08T00:40:01.308Z | Downloaded equivalent v1.0.1 |
345 | 2024-11-08T00:40:01.311Z | Downloaded dtrace-parser v0.2.0 |
346 | 2024-11-08T00:40:01.311Z | Downloaded anstyle v1.0.8 |
347 | 2024-11-08T00:40:01.314Z | Downloaded scroll_derive v0.12.0 |
348 | 2024-11-08T00:40:01.323Z | Downloaded colorchoice v1.0.2 |
349 | 2024-11-08T00:40:01.326Z | Downloaded terminal_size v0.4.0 |
350 | 2024-11-08T00:40:01.328Z | Downloaded heck v0.5.0 |
351 | 2024-11-08T00:40:01.328Z | Downloaded fnv v1.0.7 |
352 | 2024-11-08T00:40:01.328Z | Downloaded cfg-if v1.0.0 |
353 | 2024-11-08T00:40:01.333Z | Downloaded usdt-attr-macro v0.5.0 |
354 | 2024-11-08T00:40:01.336Z | Downloaded memmap v0.7.0 |
355 | 2024-11-08T00:40:01.336Z | Downloaded cargo_toml v0.20.5 |
356 | 2024-11-08T00:40:01.338Z | Downloaded itoa v1.0.11 |
357 | 2024-11-08T00:40:01.338Z | Downloaded is_terminal_polyfill v1.70.1 |
358 | 2024-11-08T00:40:01.340Z | Downloaded digest v0.10.7 |
359 | 2024-11-08T00:40:01.340Z | Downloaded swrite v0.1.0 |
360 | 2024-11-08T00:40:01.343Z | Downloaded fs-err v2.11.0 |
361 | 2024-11-08T00:40:01.345Z | Downloaded toml_datetime v0.6.8 |
362 | 2024-11-08T00:40:01.347Z | Downloaded pest_generator v2.7.14 |
363 | 2024-11-08T00:40:01.348Z | Downloaded fastrand v2.1.1 |
364 | 2024-11-08T00:40:01.353Z | Downloaded usdt v0.5.0 |
365 | 2024-11-08T00:40:01.355Z | Downloaded tabled_derive v0.7.0 |
366 | 2024-11-08T00:40:01.355Z | Downloaded serde_spanned v0.6.8 |
367 | 2024-11-08T00:40:01.362Z | Downloaded utf8parse v0.2.2 |
368 | 2024-11-08T00:40:01.364Z | Downloaded unicode-linebreak v0.1.5 |
369 | 2024-11-08T00:40:01.367Z | Downloaded thiserror-impl v1.0.64 |
370 | 2024-11-08T00:40:01.367Z | Downloaded clap_derive v4.5.18 |
371 | 2024-11-08T00:40:01.372Z | Downloaded cpufeatures v0.2.14 |
372 | 2024-11-08T00:40:01.374Z | Downloaded smawk v0.3.2 |
373 | 2024-11-08T00:40:01.383Z | Downloaded proc-macro-error v1.0.4 |
374 | 2024-11-08T00:40:01.394Z | Downloaded log v0.4.22 |
375 | 2024-11-08T00:40:01.402Z | Downloaded serde_tokenstream v0.2.2 |
376 | 2024-11-08T00:40:01.405Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-11-08T00:40:01.412Z | Downloaded sha2 v0.10.8 |
378 | 2024-11-08T00:40:01.416Z | Downloaded usdt-impl v0.5.0 |
379 | 2024-11-08T00:40:01.418Z | Downloaded typenum v1.17.0 |
380 | 2024-11-08T00:40:01.420Z | Downloaded textwrap v0.16.1 |
381 | 2024-11-08T00:40:01.423Z | Downloaded ryu v1.0.18 |
382 | 2024-11-08T00:40:01.425Z | Downloaded toml v0.8.19 |
383 | 2024-11-08T00:40:01.427Z | Downloaded proc-macro2 v1.0.87 |
384 | 2024-11-08T00:40:01.432Z | Downloaded serde_json v1.0.128 |
385 | 2024-11-08T00:40:01.438Z | Downloaded serde_derive v1.0.210 |
386 | 2024-11-08T00:40:01.441Z | Downloaded pest_meta v2.7.14 |
387 | 2024-11-08T00:40:01.443Z | Downloaded papergrid v0.11.0 |
388 | 2024-11-08T00:40:01.458Z | Downloaded serde v1.0.210 |
389 | 2024-11-08T00:40:01.472Z | Downloaded memchr v2.7.4 |
390 | 2024-11-08T00:40:01.504Z | Downloaded pest v2.7.14 |
391 | 2024-11-08T00:40:01.507Z | Downloaded hashbrown v0.15.0 |
392 | 2024-11-08T00:40:01.523Z | Downloaded unicode-width v0.1.14 |
393 | 2024-11-08T00:40:01.528Z | Downloaded clap_builder v4.5.20 |
394 | 2024-11-08T00:40:01.535Z | Downloaded zerocopy v0.7.35 |
395 | 2024-11-08T00:40:01.550Z | Downloaded winnow v0.6.20 |
396 | 2024-11-08T00:40:01.558Z | Downloaded tabled v0.15.0 |
397 | 2024-11-08T00:40:01.573Z | Downloaded goblin v0.8.2 |
398 | 2024-11-08T00:40:01.582Z | Downloaded syn v2.0.79 |
399 | 2024-11-08T00:40:01.588Z | Downloaded syn v1.0.109 |
400 | 2024-11-08T00:40:01.610Z | Downloaded rustix v0.38.37 |
401 | 2024-11-08T00:40:01.646Z | Downloaded libc v0.2.161 |
402 | 2024-11-08T00:40:01.953Z | Compiling proc-macro2 v1.0.87 |
403 | 2024-11-08T00:40:01.954Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-08T00:40:01.956Z | Compiling version_check v0.9.5 |
405 | 2024-11-08T00:40:01.956Z | Compiling serde v1.0.210 |
406 | 2024-11-08T00:40:01.956Z | Compiling memchr v2.7.4 |
407 | 2024-11-08T00:40:01.956Z | Compiling thiserror v1.0.64 |
408 | 2024-11-08T00:40:01.956Z | Compiling libc v0.2.161 |
409 | 2024-11-08T00:40:01.956Z | Compiling ryu v1.0.18 |
410 | 2024-11-08T00:40:02.356Z | Compiling ucd-trie v0.1.7 |
411 | 2024-11-08T00:40:02.737Z | Compiling itoa v1.0.11 |
412 | 2024-11-08T00:40:02.870Z | Compiling once_cell v1.20.2 |
413 | 2024-11-08T00:40:03.168Z | Compiling byteorder v1.5.0 |
414 | 2024-11-08T00:40:03.369Z | Compiling rustix v0.38.37 |
415 | 2024-11-08T00:40:03.480Z | Compiling serde_json v1.0.128 |
416 | 2024-11-08T00:40:04.235Z | Compiling bitflags v2.6.0 |
417 | 2024-11-08T00:40:04.300Z | Compiling usdt-impl v0.5.0 |
418 | 2024-11-08T00:40:04.324Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-11-08T00:40:04.348Z | Compiling syn v1.0.109 |
420 | 2024-11-08T00:40:04.573Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-11-08T00:40:04.657Z | Compiling plain v0.2.3 |
422 | 2024-11-08T00:40:04.704Z | Compiling equivalent v1.0.1 |
423 | 2024-11-08T00:40:04.752Z | Compiling utf8parse v0.2.2 |
424 | 2024-11-08T00:40:04.829Z | Compiling log v0.4.22 |
425 | 2024-11-08T00:40:04.830Z | Compiling camino v1.1.9 |
426 | 2024-11-08T00:40:04.881Z | Compiling hashbrown v0.15.0 |
427 | 2024-11-08T00:40:04.906Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-11-08T00:40:05.184Z | Compiling quote v1.0.37 |
429 | 2024-11-08T00:40:05.255Z | Compiling semver v1.0.23 |
430 | 2024-11-08T00:40:05.470Z | Compiling errno v0.3.9 |
431 | 2024-11-08T00:40:05.554Z | Compiling syn v2.0.79 |
432 | 2024-11-08T00:40:05.579Z | Compiling thread-id v4.2.2 |
433 | 2024-11-08T00:40:05.776Z | Compiling is_terminal_polyfill v1.70.1 |
434 | 2024-11-08T00:40:05.818Z | Compiling pretty-hex v0.4.1 |
435 | 2024-11-08T00:40:05.843Z | Compiling autocfg v1.4.0 |
436 | 2024-11-08T00:40:05.897Z | Compiling anstyle v1.0.8 |
437 | 2024-11-08T00:40:06.029Z | Compiling indexmap v2.6.0 |
438 | 2024-11-08T00:40:06.104Z | Compiling colorchoice v1.0.2 |
439 | 2024-11-08T00:40:06.274Z | Compiling anstyle-query v1.1.1 |
440 | 2024-11-08T00:40:06.325Z | Compiling unicode-width v0.1.14 |
441 | 2024-11-08T00:40:06.428Z | Compiling winnow v0.6.20 |
442 | 2024-11-08T00:40:06.855Z | Compiling anstream v0.6.15 |
443 | 2024-11-08T00:40:06.885Z | Compiling fs-err v2.11.0 |
444 | 2024-11-08T00:40:07.391Z | Compiling heck v0.4.1 |
445 | 2024-11-08T00:40:07.455Z | Compiling cfg-if v1.0.0 |
446 | 2024-11-08T00:40:07.559Z | Compiling fnv v1.0.7 |
447 | 2024-11-08T00:40:07.587Z | Compiling fastrand v2.1.1 |
448 | 2024-11-08T00:40:07.692Z | Compiling anyhow v1.0.92 |
449 | 2024-11-08T00:40:07.901Z | Compiling terminal_size v0.4.0 |
450 | 2024-11-08T00:40:07.927Z | Compiling strsim v0.11.1 |
451 | 2024-11-08T00:40:08.119Z | Compiling clap_lex v0.7.2 |
452 | 2024-11-08T00:40:08.144Z | Compiling bytecount v0.6.8 |
453 | 2024-11-08T00:40:08.319Z | Compiling heck v0.5.0 |
454 | 2024-11-08T00:40:08.375Z | Compiling clap_builder v4.5.20 |
455 | 2024-11-08T00:40:08.801Z | Compiling papergrid v0.11.0 |
456 | 2024-11-08T00:40:08.833Z | Compiling tempfile v3.13.0 |
457 | 2024-11-08T00:40:09.124Z | Compiling memmap v0.7.0 |
458 | 2024-11-08T00:40:09.221Z | Compiling smawk v0.3.2 |
459 | 2024-11-08T00:40:09.445Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-11-08T00:40:09.945Z | Compiling textwrap v0.16.1 |
461 | 2024-11-08T00:40:10.102Z | Compiling swrite v0.1.0 |
462 | 2024-11-08T00:40:11.039Z | Compiling tabled_derive v0.7.0 |
463 | 2024-11-08T00:40:12.632Z | Compiling tabled v0.15.0 |
464 | 2024-11-08T00:40:13.589Z | Compiling serde_derive v1.0.210 |
465 | 2024-11-08T00:40:13.592Z | Compiling thiserror-impl v1.0.64 |
466 | 2024-11-08T00:40:13.592Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-11-08T00:40:13.667Z | Compiling scroll_derive v0.12.0 |
468 | 2024-11-08T00:40:13.706Z | Compiling clap_derive v4.5.18 |
469 | 2024-11-08T00:40:14.952Z | Compiling scroll v0.12.0 |
470 | 2024-11-08T00:40:15.421Z | Compiling goblin v0.8.2 |
471 | 2024-11-08T00:40:15.482Z | Compiling zerocopy v0.7.35 |
472 | 2024-11-08T00:40:16.026Z | Compiling pest v2.7.14 |
473 | 2024-11-08T00:40:17.229Z | Compiling clap v4.5.20 |
474 | 2024-11-08T00:40:18.355Z | Compiling pest_meta v2.7.14 |
475 | 2024-11-08T00:40:19.180Z | Compiling pest_generator v2.7.14 |
476 | 2024-11-08T00:40:20.763Z | Compiling pest_derive v2.7.14 |
477 | 2024-11-08T00:40:21.439Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-11-08T00:40:23.440Z | Compiling toml_datetime v0.6.8 |
479 | 2024-11-08T00:40:23.440Z | Compiling serde_spanned v0.6.8 |
480 | 2024-11-08T00:40:23.442Z | Compiling cargo-platform v0.1.8 |
481 | 2024-11-08T00:40:23.796Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-11-08T00:40:24.012Z | Compiling toml_edit v0.22.22 |
483 | 2024-11-08T00:40:24.039Z | Compiling macaddr v1.0.1 |
484 | 2024-11-08T00:40:24.090Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-11-08T00:40:24.874Z | Compiling dof v0.3.0 |
486 | 2024-11-08T00:40:24.875Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-11-08T00:40:26.771Z | Compiling toml v0.8.19 |
488 | 2024-11-08T00:40:26.853Z | Compiling usdt-macro v0.5.0 |
489 | 2024-11-08T00:40:26.853Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-11-08T00:40:27.652Z | Compiling cargo_toml v0.20.5 |
491 | 2024-11-08T00:40:28.169Z | Compiling usdt v0.5.0 |
492 | 2024-11-08T00:40:31.120Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-11-08T00:40:35.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.78s |
494 | 2024-11-08T00:40:35.285Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-11-08T00:40:35.802Z | Downloading crates ... |
496 | 2024-11-08T00:40:35.916Z | Downloaded atty v0.2.14 |
497 | 2024-11-08T00:40:35.920Z | Downloaded assert_matches v1.5.0 |
498 | 2024-11-08T00:40:35.922Z | Downloaded addr2line v0.24.2 |
499 | 2024-11-08T00:40:35.924Z | Downloaded async-recursion v1.1.1 |
500 | 2024-11-08T00:40:35.927Z | Downloaded ahash v0.8.11 |
501 | 2024-11-08T00:40:35.931Z | Downloaded cfg_aliases v0.2.1 |
502 | 2024-11-08T00:40:35.933Z | Downloaded arc-swap v1.7.1 |
503 | 2024-11-08T00:40:35.940Z | Downloaded arrayref v0.3.9 |
504 | 2024-11-08T00:40:35.944Z | Downloaded castaway v0.2.3 |
505 | 2024-11-08T00:40:35.944Z | Downloaded bcs v0.1.6 |
506 | 2024-11-08T00:40:35.946Z | Downloaded block-padding v0.3.3 |
507 | 2024-11-08T00:40:35.949Z | Downloaded colored v2.1.0 |
508 | 2024-11-08T00:40:35.951Z | Downloaded crc-catalog v2.4.0 |
509 | 2024-11-08T00:40:35.954Z | Downloaded cexpr v0.6.0 |
510 | 2024-11-08T00:40:35.956Z | Downloaded crunchy v0.2.2 |
511 | 2024-11-08T00:40:35.956Z | Downloaded cipher v0.4.4 |
512 | 2024-11-08T00:40:35.958Z | Downloaded ident_case v1.0.1 |
513 | 2024-11-08T00:40:35.960Z | Downloaded http-body v1.0.1 |
514 | 2024-11-08T00:40:35.962Z | Downloaded http-range v0.1.5 |
515 | 2024-11-08T00:40:35.962Z | Downloaded matches v0.1.10 |
516 | 2024-11-08T00:40:35.964Z | Downloaded cancel-safe-futures v0.1.5 |
517 | 2024-11-08T00:40:35.967Z | Downloaded bit-set v0.5.3 |
518 | 2024-11-08T00:40:35.970Z | Downloaded is_ci v1.2.0 |
519 | 2024-11-08T00:40:35.970Z | Downloaded data-encoding v2.6.0 |
520 | 2024-11-08T00:40:35.972Z | Downloaded indent_write v2.2.0 |
521 | 2024-11-08T00:40:35.972Z | Downloaded humantime v2.1.0 |
522 | 2024-11-08T00:40:35.975Z | Downloaded new_debug_unreachable v1.0.6 |
523 | 2024-11-08T00:40:35.975Z | Downloaded newtype_derive v0.1.6 |
524 | 2024-11-08T00:40:35.977Z | Downloaded crossbeam-deque v0.8.5 |
525 | 2024-11-08T00:40:35.981Z | Downloaded libsw v3.3.1 |
526 | 2024-11-08T00:40:35.981Z | Downloaded lalrpop-util v0.19.12 |
527 | 2024-11-08T00:40:35.981Z | Downloaded instability v0.3.2 |
528 | 2024-11-08T00:40:35.984Z | Downloaded num v0.4.3 |
529 | 2024-11-08T00:40:35.984Z | Downloaded constant_time_eq v0.3.1 |
530 | 2024-11-08T00:40:35.986Z | Downloaded base64 v0.13.1 |
531 | 2024-11-08T00:40:35.989Z | Downloaded managed v0.8.0 |
532 | 2024-11-08T00:40:35.992Z | Downloaded keccak v0.1.5 |
533 | 2024-11-08T00:40:35.994Z | Downloaded mockall v0.13.0 |
534 | 2024-11-08T00:40:35.994Z | Downloaded memoffset v0.9.1 |
535 | 2024-11-08T00:40:35.996Z | Downloaded num-complex v0.4.6 |
536 | 2024-11-08T00:40:35.998Z | Downloaded lru v0.12.5 |
537 | 2024-11-08T00:40:36.001Z | Downloaded multer v3.1.0 |
538 | 2024-11-08T00:40:36.003Z | Downloaded cookie_store v0.21.0 |
539 | 2024-11-08T00:40:36.005Z | Downloaded hostname v0.4.0 |
540 | 2024-11-08T00:40:36.008Z | Downloaded atomicwrites v0.4.4 |
541 | 2024-11-08T00:40:36.008Z | Downloaded lock_api v0.4.12 |
542 | 2024-11-08T00:40:36.012Z | Downloaded ipnet v2.10.1 |
543 | 2024-11-08T00:40:36.012Z | Downloaded hostname v0.3.1 |
544 | 2024-11-08T00:40:36.015Z | Downloaded aead v0.5.2 |
545 | 2024-11-08T00:40:36.015Z | Downloaded ascii-canvas v3.0.0 |
546 | 2024-11-08T00:40:36.018Z | Downloaded hubpack_derive v0.1.1 |
547 | 2024-11-08T00:40:36.018Z | Downloaded array-init v0.0.4 |
548 | 2024-11-08T00:40:36.020Z | Downloaded lazy_static v1.5.0 |
549 | 2024-11-08T00:40:36.022Z | Downloaded darling_core v0.20.10 |
550 | 2024-11-08T00:40:36.026Z | Downloaded rustc-hash v1.1.0 |
551 | 2024-11-08T00:40:36.028Z | Downloaded cfg_aliases v0.1.1 |
552 | 2024-11-08T00:40:36.030Z | Downloaded adler2 v2.0.0 |
553 | 2024-11-08T00:40:36.030Z | Downloaded instant v0.1.13 |
554 | 2024-11-08T00:40:36.032Z | Downloaded ciborium-io v0.2.2 |
555 | 2024-11-08T00:40:36.036Z | Downloaded termtree v0.4.1 |
556 | 2024-11-08T00:40:36.036Z | Downloaded httpdate v1.0.3 |
557 | 2024-11-08T00:40:36.036Z | Downloaded http-body-util v0.1.2 |
558 | 2024-11-08T00:40:36.040Z | Downloaded const-oid v0.9.6 |
559 | 2024-11-08T00:40:36.043Z | Downloaded slab v0.4.9 |
560 | 2024-11-08T00:40:36.043Z | Downloaded inout v0.1.3 |
561 | 2024-11-08T00:40:36.043Z | Downloaded impl-trait-for-tuples v0.2.2 |
562 | 2024-11-08T00:40:36.046Z | Downloaded md5 v0.7.0 |
563 | 2024-11-08T00:40:36.048Z | Downloaded atomic-waker v1.1.2 |
564 | 2024-11-08T00:40:36.050Z | Downloaded async-bb8-diesel v0.2.1 |
565 | 2024-11-08T00:40:36.052Z | Downloaded arrayvec v0.7.6 |
566 | 2024-11-08T00:40:36.055Z | Downloaded match_cfg v0.1.0 |
567 | 2024-11-08T00:40:36.057Z | Downloaded argon2 v0.5.3 |
568 | 2024-11-08T00:40:36.059Z | Downloaded httparse v1.9.5 |
569 | 2024-11-08T00:40:36.063Z | Downloaded hyper-rustls v0.27.3 |
570 | 2024-11-08T00:40:36.065Z | Downloaded signature v2.2.0 |
571 | 2024-11-08T00:40:36.065Z | Downloaded serde_repr v0.1.19 |
572 | 2024-11-08T00:40:36.068Z | Downloaded toolchain_find v0.4.0 |
573 | 2024-11-08T00:40:36.070Z | Downloaded nodrop v0.1.14 |
574 | 2024-11-08T00:40:36.070Z | Downloaded bitflags v1.3.2 |
575 | 2024-11-08T00:40:36.073Z | Downloaded newline-converter v0.3.0 |
576 | 2024-11-08T00:40:36.074Z | Downloaded chacha20 v0.9.1 |
577 | 2024-11-08T00:40:36.078Z | Downloaded ciborium-ll v0.2.2 |
578 | 2024-11-08T00:40:36.078Z | Downloaded cbc v0.1.2 |
579 | 2024-11-08T00:40:36.080Z | Downloaded blowfish v0.9.1 |
580 | 2024-11-08T00:40:36.080Z | Downloaded buf-list v1.0.3 |
581 | 2024-11-08T00:40:36.083Z | Downloaded convert_case v0.4.0 |
582 | 2024-11-08T00:40:36.085Z | Downloaded bitfield-struct v0.6.2 |
583 | 2024-11-08T00:40:36.085Z | Downloaded bcrypt-pbkdf v0.10.0 |
584 | 2024-11-08T00:40:36.089Z | Downloaded bb8 v0.8.5 |
585 | 2024-11-08T00:40:36.089Z | Downloaded crc v3.2.1 |
586 | 2024-11-08T00:40:36.091Z | Downloaded endian-type v0.1.2 |
587 | 2024-11-08T00:40:36.094Z | Downloaded vte_generate_state_changes v0.1.2 |
588 | 2024-11-08T00:40:36.094Z | Downloaded cobs v0.2.3 |
589 | 2024-11-08T00:40:36.094Z | Downloaded async-stream v0.3.6 |
590 | 2024-11-08T00:40:36.097Z | Downloaded termios v0.3.3 |
591 | 2024-11-08T00:40:36.099Z | Downloaded termcolor v1.4.1 |
592 | 2024-11-08T00:40:36.101Z | Downloaded strum_macros v0.24.3 |
593 | 2024-11-08T00:40:36.103Z | Downloaded maplit v1.0.2 |
594 | 2024-11-08T00:40:36.103Z | Downloaded aes v0.8.4 |
595 | 2024-11-08T00:40:36.107Z | Downloaded newtype-uuid v1.1.2 |
596 | 2024-11-08T00:40:36.110Z | Downloaded oso-derive v0.27.3 |
597 | 2024-11-08T00:40:36.110Z | Downloaded num-conv v0.1.0 |
598 | 2024-11-08T00:40:36.113Z | Downloaded rustfmt-wrapper v0.2.1 |
599 | 2024-11-08T00:40:36.113Z | Downloaded semver v0.1.20 |
600 | 2024-11-08T00:40:36.115Z | Downloaded libefi-sys v0.1.0 |
601 | 2024-11-08T00:40:36.115Z | Downloaded stable_deref_trait v1.2.0 |
602 | 2024-11-08T00:40:36.117Z | Downloaded xz2 v0.1.7 |
603 | 2024-11-08T00:40:36.120Z | Downloaded kstat-rs v0.2.4 |
604 | 2024-11-08T00:40:36.123Z | Downloaded bit-vec v0.6.3 |
605 | 2024-11-08T00:40:36.123Z | Downloaded foreign-types-shared v0.1.1 |
606 | 2024-11-08T00:40:36.123Z | Downloaded xattr v1.3.1 |
607 | 2024-11-08T00:40:36.126Z | Downloaded wait-timeout v0.2.0 |
608 | 2024-11-08T00:40:36.126Z | Downloaded multimap v0.10.0 |
609 | 2024-11-08T00:40:36.128Z | Downloaded lazycell v1.3.0 |
610 | 2024-11-08T00:40:36.128Z | Downloaded ipnetwork v0.20.0 |
611 | 2024-11-08T00:40:36.131Z | Downloaded nibble_vec v0.1.0 |
612 | 2024-11-08T00:40:36.133Z | Downloaded crc32fast v1.4.2 |
613 | 2024-11-08T00:40:36.136Z | Downloaded iana-time-zone v0.1.61 |
614 | 2024-11-08T00:40:36.138Z | Downloaded darling v0.20.10 |
615 | 2024-11-08T00:40:36.142Z | Downloaded progenitor-client v0.8.0 |
616 | 2024-11-08T00:40:36.144Z | Downloaded deranged v0.3.11 |
617 | 2024-11-08T00:40:36.146Z | Downloaded hickory-client v0.24.1 |
618 | 2024-11-08T00:40:36.148Z | Downloaded csv-core v0.1.11 |
619 | 2024-11-08T00:40:36.151Z | Downloaded scheduled-thread-pool v0.2.7 |
620 | 2024-11-08T00:40:36.153Z | Downloaded allocator-api2 v0.2.18 |
621 | 2024-11-08T00:40:36.155Z | Downloaded hyper-staticfile v0.10.1 |
622 | 2024-11-08T00:40:36.158Z | Downloaded signal-hook-tokio v0.3.1 |
623 | 2024-11-08T00:40:36.160Z | Downloaded sigpipe v0.1.3 |
624 | 2024-11-08T00:40:36.160Z | Downloaded sqlparser_derive v0.2.2 |
625 | 2024-11-08T00:40:36.163Z | Downloaded unicode-truncate v1.1.0 |
626 | 2024-11-08T00:40:36.163Z | Downloaded topological-sort v0.2.2 |
627 | 2024-11-08T00:40:36.167Z | Downloaded futures-sink v0.3.31 |
628 | 2024-11-08T00:40:36.167Z | Downloaded foreign-types-macros v0.2.3 |
629 | 2024-11-08T00:40:36.169Z | Downloaded hash32 v0.2.1 |
630 | 2024-11-08T00:40:36.169Z | Downloaded indexmap v1.9.3 |
631 | 2024-11-08T00:40:36.172Z | Downloaded foreign-types v0.5.0 |
632 | 2024-11-08T00:40:36.174Z | Downloaded unicode-xid v0.2.6 |
633 | 2024-11-08T00:40:36.177Z | Downloaded memmap2 v0.9.5 |
634 | 2024-11-08T00:40:36.177Z | Downloaded native-tls v0.2.12 |
635 | 2024-11-08T00:40:36.180Z | Downloaded blake2 v0.10.6 |
636 | 2024-11-08T00:40:36.184Z | Downloaded console v0.15.8 |
637 | 2024-11-08T00:40:36.187Z | Downloaded ghash v0.5.1 |
638 | 2024-11-08T00:40:36.190Z | Downloaded enum-as-inner v0.5.1 |
639 | 2024-11-08T00:40:36.190Z | Downloaded dirs-sys-next v0.1.2 |
640 | 2024-11-08T00:40:36.193Z | Downloaded dirs-next v2.0.0 |
641 | 2024-11-08T00:40:36.193Z | Downloaded nom v7.1.3 |
642 | 2024-11-08T00:40:36.199Z | Downloaded rand_chacha v0.3.1 |
643 | 2024-11-08T00:40:36.201Z | Downloaded crossbeam-epoch v0.9.18 |
644 | 2024-11-08T00:40:36.203Z | Downloaded try-lock v0.2.5 |
645 | 2024-11-08T00:40:36.203Z | Downloaded rustversion v1.0.17 |
646 | 2024-11-08T00:40:36.206Z | Downloaded slog v2.7.0 |
647 | 2024-11-08T00:40:36.209Z | Downloaded tokio-macros v2.4.0 |
648 | 2024-11-08T00:40:36.211Z | Downloaded tokio-native-tls v0.3.1 |
649 | 2024-11-08T00:40:36.214Z | Downloaded spin v0.9.8 |
650 | 2024-11-08T00:40:36.216Z | Downloaded downcast v0.11.0 |
651 | 2024-11-08T00:40:36.219Z | Downloaded zone_cfg_derive v0.3.0 |
652 | 2024-11-08T00:40:36.219Z | Downloaded packed_struct v0.10.1 |
653 | 2024-11-08T00:40:36.221Z | Downloaded packed_struct_codegen v0.10.1 |
654 | 2024-11-08T00:40:36.221Z | Downloaded parse-size v1.1.0 |
655 | 2024-11-08T00:40:36.224Z | Downloaded owo-colors v4.1.0 |
656 | 2024-11-08T00:40:36.227Z | Downloaded pin-utils v0.1.0 |
657 | 2024-11-08T00:40:36.229Z | Downloaded tokio-rustls v0.24.1 |
658 | 2024-11-08T00:40:36.231Z | Downloaded structmeta-derive v0.2.0 |
659 | 2024-11-08T00:40:36.231Z | Downloaded yasna v0.5.2 |
660 | 2024-11-08T00:40:36.233Z | Downloaded derive_builder_macro v0.20.2 |
661 | 2024-11-08T00:40:36.235Z | Downloaded miniz_oxide v0.8.0 |
662 | 2024-11-08T00:40:36.237Z | Downloaded rand_xorshift v0.3.0 |
663 | 2024-11-08T00:40:36.240Z | Downloaded displaydoc v0.2.5 |
664 | 2024-11-08T00:40:36.243Z | Downloaded des v0.8.1 |
665 | 2024-11-08T00:40:36.243Z | Downloaded chacha20poly1305 v0.10.1 |
666 | 2024-11-08T00:40:36.245Z | Downloaded path-slash v0.1.5 |
667 | 2024-11-08T00:40:36.248Z | Downloaded quinn-udp v0.5.5 |
668 | 2024-11-08T00:40:36.248Z | Downloaded rpassword v7.3.1 |
669 | 2024-11-08T00:40:36.251Z | Downloaded fd-lock v4.0.2 |
670 | 2024-11-08T00:40:36.254Z | Downloaded postgres-protocol v0.6.7 |
671 | 2024-11-08T00:40:36.254Z | Downloaded schemars v0.8.21 |
672 | 2024-11-08T00:40:36.266Z | Downloaded pretty-hex v0.2.1 |
673 | 2024-11-08T00:40:36.269Z | Downloaded embedded-io v0.4.0 |
674 | 2024-11-08T00:40:36.271Z | Downloaded hyper v1.4.1 |
675 | 2024-11-08T00:40:36.277Z | Downloaded ena v0.14.3 |
676 | 2024-11-08T00:40:36.280Z | Downloaded take_mut v0.2.2 |
677 | 2024-11-08T00:40:36.282Z | Downloaded time-core v0.1.2 |
678 | 2024-11-08T00:40:36.282Z | Downloaded ron v0.7.1 |
679 | 2024-11-08T00:40:36.286Z | Downloaded pin-project-lite v0.2.14 |
680 | 2024-11-08T00:40:36.291Z | Downloaded tokio-tungstenite v0.24.0 |
681 | 2024-11-08T00:40:36.294Z | Downloaded postcard v1.0.10 |
682 | 2024-11-08T00:40:36.297Z | Downloaded futures-executor v0.3.31 |
683 | 2024-11-08T00:40:36.300Z | Downloaded derive_more v0.99.18 |
684 | 2024-11-08T00:40:36.304Z | Downloaded tinyvec_macros v0.1.1 |
685 | 2024-11-08T00:40:36.307Z | Downloaded powerfmt v0.2.0 |
686 | 2024-11-08T00:40:36.307Z | Downloaded pbkdf2 v0.11.0 |
687 | 2024-11-08T00:40:36.311Z | Downloaded foreign-types v0.3.2 |
688 | 2024-11-08T00:40:36.314Z | Downloaded diesel_table_macro_syntax v0.2.0 |
689 | 2024-11-08T00:40:36.314Z | Downloaded zone_cfg_derive v0.1.2 |
690 | 2024-11-08T00:40:36.314Z | Downloaded num-derive v0.4.2 |
691 | 2024-11-08T00:40:36.314Z | Downloaded mockall_derive v0.13.0 |
692 | 2024-11-08T00:40:36.317Z | Downloaded slog-bunyan v2.5.0 |
693 | 2024-11-08T00:40:36.319Z | Downloaded salsa20 v0.10.2 |
694 | 2024-11-08T00:40:36.319Z | Downloaded rusty-fork v0.3.0 |
695 | 2024-11-08T00:40:36.321Z | Downloaded ref-cast-impl v1.0.23 |
696 | 2024-11-08T00:40:36.323Z | Downloaded olpc-cjson v0.1.4 |
697 | 2024-11-08T00:40:36.323Z | Downloaded getrandom v0.2.15 |
698 | 2024-11-08T00:40:36.326Z | Downloaded foreign-types-shared v0.3.1 |
699 | 2024-11-08T00:40:36.329Z | Downloaded either v1.13.0 |
700 | 2024-11-08T00:40:36.331Z | Downloaded phf_shared v0.10.0 |
701 | 2024-11-08T00:40:36.331Z | Downloaded number_prefix v0.4.0 |
702 | 2024-11-08T00:40:36.331Z | Downloaded phf v0.11.2 |
703 | 2024-11-08T00:40:36.334Z | Downloaded ref-cast v1.0.23 |
704 | 2024-11-08T00:40:36.336Z | Downloaded p256 v0.13.2 |
705 | 2024-11-08T00:40:36.339Z | Downloaded backtrace v0.3.74 |
706 | 2024-11-08T00:40:36.345Z | Downloaded crossbeam-channel v0.5.13 |
707 | 2024-11-08T00:40:36.359Z | Downloaded slog-stdlog v4.1.1 |
708 | 2024-11-08T00:40:36.361Z | Downloaded parse-display v0.10.0 |
709 | 2024-11-08T00:40:36.364Z | Downloaded foldhash v0.1.3 |
710 | 2024-11-08T00:40:36.365Z | Downloaded zerocopy v0.6.6 |
711 | 2024-11-08T00:40:36.367Z | Downloaded dyn-clone v1.0.17 |
712 | 2024-11-08T00:40:36.369Z | Downloaded group v0.13.0 |
713 | 2024-11-08T00:40:36.378Z | Downloaded spki v0.7.3 |
714 | 2024-11-08T00:40:36.378Z | Downloaded proc-macro-crate v1.3.1 |
715 | 2024-11-08T00:40:36.378Z | Downloaded dsl_auto_type v0.1.2 |
716 | 2024-11-08T00:40:36.378Z | Downloaded same-file v1.0.6 |
717 | 2024-11-08T00:40:36.378Z | Downloaded glob v0.3.1 |
718 | 2024-11-08T00:40:36.378Z | Downloaded tiny-keccak v2.0.2 |
719 | 2024-11-08T00:40:36.382Z | Downloaded tls_codec v0.4.1 |
720 | 2024-11-08T00:40:36.384Z | Downloaded globset v0.4.15 |
721 | 2024-11-08T00:40:36.387Z | Downloaded derive_builder_core v0.20.2 |
722 | 2024-11-08T00:40:36.387Z | Downloaded unicode_categories v0.1.1 |
723 | 2024-11-08T00:40:36.389Z | Downloaded phf_generator v0.11.2 |
724 | 2024-11-08T00:40:36.392Z | Downloaded time-macros v0.2.18 |
725 | 2024-11-08T00:40:36.394Z | Downloaded zeroize_derive v1.4.2 |
726 | 2024-11-08T00:40:36.396Z | Downloaded hex v0.4.3 |
727 | 2024-11-08T00:40:36.398Z | Downloaded pkcs5 v0.7.1 |
728 | 2024-11-08T00:40:36.401Z | Downloaded test-strategy v0.3.1 |
729 | 2024-11-08T00:40:36.404Z | Downloaded shell-words v1.1.0 |
730 | 2024-11-08T00:40:36.406Z | Downloaded futures-core v0.3.31 |
731 | 2024-11-08T00:40:36.409Z | Downloaded x509-cert v0.2.5 |
732 | 2024-11-08T00:40:36.413Z | Downloaded slog-async v2.8.0 |
733 | 2024-11-08T00:40:36.415Z | Downloaded phf_shared v0.11.2 |
734 | 2024-11-08T00:40:36.418Z | Downloaded supports-color v3.0.1 |
735 | 2024-11-08T00:40:36.418Z | Downloaded minimal-lexical v0.2.1 |
736 | 2024-11-08T00:40:36.423Z | Downloaded tar v0.4.42 |
737 | 2024-11-08T00:40:36.426Z | Downloaded slog-envlogger v2.2.0 |
738 | 2024-11-08T00:40:36.428Z | Downloaded vsss-rs v3.3.4 |
739 | 2024-11-08T00:40:36.430Z | Downloaded rustls-pki-types v1.9.0 |
740 | 2024-11-08T00:40:36.433Z | Downloaded sqlformat v0.2.6 |
741 | 2024-11-08T00:40:36.436Z | Downloaded flume v0.11.0 |
742 | 2024-11-08T00:40:36.439Z | Downloaded funty v2.0.0 |
743 | 2024-11-08T00:40:36.442Z | Downloaded fallible-streaming-iterator v0.1.9 |
744 | 2024-11-08T00:40:36.442Z | Downloaded diesel-dtrace v0.3.0 |
745 | 2024-11-08T00:40:36.444Z | Downloaded waitgroup v0.1.2 |
746 | 2024-11-08T00:40:36.446Z | Downloaded serde-hex v0.1.0 |
747 | 2024-11-08T00:40:36.446Z | Downloaded rustc-hash v2.0.0 |
748 | 2024-11-08T00:40:36.449Z | Downloaded rustc-demangle v0.1.24 |
749 | 2024-11-08T00:40:36.451Z | Downloaded r2d2 v0.8.10 |
750 | 2024-11-08T00:40:36.454Z | Downloaded hex-literal v0.4.1 |
751 | 2024-11-08T00:40:36.454Z | Downloaded hickory-server v0.24.1 |
752 | 2024-11-08T00:40:36.459Z | Downloaded want v0.3.1 |
753 | 2024-11-08T00:40:36.461Z | Downloaded http v1.1.0 |
754 | 2024-11-08T00:40:36.464Z | Downloaded futures-macro v0.3.31 |
755 | 2024-11-08T00:40:36.466Z | Downloaded dropshot_endpoint v0.12.0 |
756 | 2024-11-08T00:40:36.468Z | Downloaded itertools v0.12.1 |
757 | 2024-11-08T00:40:36.476Z | Downloaded sec1 v0.7.3 |
758 | 2024-11-08T00:40:36.478Z | Downloaded twox-hash v1.6.3 |
759 | 2024-11-08T00:40:36.480Z | Downloaded smallvec v0.6.14 |
760 | 2024-11-08T00:40:36.483Z | Downloaded highway v1.2.0 |
761 | 2024-11-08T00:40:36.485Z | Downloaded pbkdf2 v0.12.2 |
762 | 2024-11-08T00:40:36.487Z | Downloaded ecdsa v0.16.9 |
763 | 2024-11-08T00:40:36.490Z | Downloaded whoami v1.5.2 |
764 | 2024-11-08T00:40:36.493Z | Downloaded elliptic-curve v0.13.8 |
765 | 2024-11-08T00:40:36.496Z | Downloaded peg v0.8.4 |
766 | 2024-11-08T00:40:36.500Z | Downloaded paste v1.0.15 |
767 | 2024-11-08T00:40:36.503Z | Downloaded precomputed-hash v0.1.1 |
768 | 2024-11-08T00:40:36.505Z | Downloaded rustc_version v0.4.1 |
769 | 2024-11-08T00:40:36.505Z | Downloaded predicates v3.1.2 |
770 | 2024-11-08T00:40:36.508Z | Downloaded poly1305 v0.8.0 |
771 | 2024-11-08T00:40:36.511Z | Downloaded polyval v0.6.2 |
772 | 2024-11-08T00:40:36.515Z | Downloaded snafu-derive v0.8.5 |
773 | 2024-11-08T00:40:36.517Z | Downloaded bitvec v1.0.1 |
774 | 2024-11-08T00:40:36.531Z | Downloaded sync_wrapper v1.0.1 |
775 | 2024-11-08T00:40:36.534Z | Downloaded structmeta-derive v0.3.0 |
776 | 2024-11-08T00:40:36.534Z | Downloaded structmeta v0.2.0 |
777 | 2024-11-08T00:40:36.537Z | Downloaded stringprep v0.1.5 |
778 | 2024-11-08T00:40:36.537Z | Downloaded rtoolbox v0.0.2 |
779 | 2024-11-08T00:40:36.539Z | Downloaded percent-encoding v2.3.1 |
780 | 2024-11-08T00:40:36.539Z | Downloaded string_cache v0.8.7 |
781 | 2024-11-08T00:40:36.542Z | Downloaded predicates-tree v1.0.11 |
782 | 2024-11-08T00:40:36.542Z | Downloaded num-iter v0.1.45 |
783 | 2024-11-08T00:40:36.545Z | Downloaded filetime v0.2.25 |
784 | 2024-11-08T00:40:36.548Z | Downloaded walkdir v2.5.0 |
785 | 2024-11-08T00:40:36.548Z | Downloaded ff v0.13.0 |
786 | 2024-11-08T00:40:36.551Z | Downloaded samael v0.0.17 |
787 | 2024-11-08T00:40:36.555Z | Downloaded psl-types v2.0.11 |
788 | 2024-11-08T00:40:36.557Z | Downloaded tungstenite v0.23.0 |
789 | 2024-11-08T00:40:36.562Z | Downloaded rustls-pemfile v1.0.4 |
790 | 2024-11-08T00:40:36.564Z | Downloaded num-integer v0.1.46 |
791 | 2024-11-08T00:40:36.564Z | Downloaded hmac v0.12.1 |
792 | 2024-11-08T00:40:36.567Z | Downloaded headers-core v0.3.0 |
793 | 2024-11-08T00:40:36.569Z | Downloaded futures-task v0.3.31 |
794 | 2024-11-08T00:40:36.569Z | Downloaded tokio-tungstenite v0.23.1 |
795 | 2024-11-08T00:40:36.572Z | Downloaded itertools v0.10.5 |
796 | 2024-11-08T00:40:36.580Z | Downloaded sync_wrapper v0.1.2 |
797 | 2024-11-08T00:40:36.583Z | Downloaded rand v0.8.5 |
798 | 2024-11-08T00:40:36.587Z | Downloaded peg-runtime v0.8.3 |
799 | 2024-11-08T00:40:36.587Z | Downloaded rfc6979 v0.4.0 |
800 | 2024-11-08T00:40:36.587Z | Downloaded tokio-util v0.7.12 |
801 | 2024-11-08T00:40:36.592Z | Downloaded hash32 v0.3.1 |
802 | 2024-11-08T00:40:36.595Z | Downloaded unicode-bidi v0.3.17 |
803 | 2024-11-08T00:40:36.598Z | Downloaded diesel_derives v2.2.3 |
804 | 2024-11-08T00:40:36.601Z | Downloaded ssh-encoding v0.2.0 |
805 | 2024-11-08T00:40:36.603Z | Downloaded radium v0.7.0 |
806 | 2024-11-08T00:40:36.606Z | Downloaded num_enum v0.5.11 |
807 | 2024-11-08T00:40:36.609Z | Downloaded progenitor-macro v0.8.0 |
808 | 2024-11-08T00:40:36.611Z | Downloaded derive-where v1.2.7 |
809 | 2024-11-08T00:40:36.614Z | Downloaded serde_with v3.11.0 |
810 | 2024-11-08T00:40:36.622Z | Downloaded zone v0.3.0 |
811 | 2024-11-08T00:40:36.624Z | Downloaded zone v0.1.8 |
812 | 2024-11-08T00:40:36.625Z | Downloaded num-rational v0.4.2 |
813 | 2024-11-08T00:40:36.627Z | Downloaded opaque-debug v0.3.1 |
814 | 2024-11-08T00:40:36.627Z | Downloaded num_enum_derive v0.5.11 |
815 | 2024-11-08T00:40:36.629Z | Downloaded tokio-postgres v0.7.12 |
816 | 2024-11-08T00:40:36.633Z | Downloaded num_threads v0.1.7 |
817 | 2024-11-08T00:40:36.635Z | Downloaded aho-corasick v1.1.3 |
818 | 2024-11-08T00:40:36.640Z | Downloaded form_urlencoded v1.2.1 |
819 | 2024-11-08T00:40:36.642Z | Downloaded parking_lot_core v0.9.10 |
820 | 2024-11-08T00:40:36.646Z | Downloaded unarray v0.1.4 |
821 | 2024-11-08T00:40:36.646Z | Downloaded shlex v1.3.0 |
822 | 2024-11-08T00:40:36.650Z | Downloaded sha1 v0.10.6 |
823 | 2024-11-08T00:40:36.650Z | Downloaded fragile v2.0.0 |
824 | 2024-11-08T00:40:36.652Z | Downloaded enum-as-inner v0.6.1 |
825 | 2024-11-08T00:40:36.652Z | Downloaded simd-adler32 v0.3.7 |
826 | 2024-11-08T00:40:36.654Z | Downloaded parking_lot_core v0.8.6 |
827 | 2024-11-08T00:40:36.656Z | Downloaded typify v0.2.0 |
828 | 2024-11-08T00:40:36.659Z | Downloaded russh-cryptovec v0.7.3 |
829 | 2024-11-08T00:40:36.662Z | Downloaded typify-macro v0.2.0 |
830 | 2024-11-08T00:40:36.662Z | Downloaded env_logger v0.11.5 |
831 | 2024-11-08T00:40:36.665Z | Downloaded portable-atomic v1.9.0 |
832 | 2024-11-08T00:40:36.671Z | Downloaded dhcproto-macros v0.1.0 |
833 | 2024-11-08T00:40:36.673Z | Downloaded float-cmp v0.9.0 |
834 | 2024-11-08T00:40:36.673Z | Downloaded schemars_derive v0.8.21 |
835 | 2024-11-08T00:40:36.675Z | Downloaded tokio-tungstenite v0.21.0 |
836 | 2024-11-08T00:40:36.678Z | Downloaded fxhash v0.2.1 |
837 | 2024-11-08T00:40:36.679Z | Downloaded parking_lot v0.12.3 |
838 | 2024-11-08T00:40:36.681Z | Downloaded oso v0.27.3 |
839 | 2024-11-08T00:40:36.683Z | Downloaded unicase v2.7.0 |
840 | 2024-11-08T00:40:36.686Z | Downloaded pem v3.0.4 |
841 | 2024-11-08T00:40:36.688Z | Downloaded value-bag v1.9.0 |
842 | 2024-11-08T00:40:36.690Z | Downloaded tracing-attributes v0.1.27 |
843 | 2024-11-08T00:40:36.693Z | Downloaded tower-service v0.3.3 |
844 | 2024-11-08T00:40:36.693Z | Downloaded universal-hash v0.5.1 |
845 | 2024-11-08T00:40:36.695Z | Downloaded tinyvec v1.8.0 |
846 | 2024-11-08T00:40:36.698Z | Downloaded progenitor v0.8.0 |
847 | 2024-11-08T00:40:36.698Z | Downloaded peg-macros v0.8.4 |
848 | 2024-11-08T00:40:36.700Z | Downloaded uuid v1.10.0 |
849 | 2024-11-08T00:40:36.704Z | Downloaded float-ord v0.3.2 |
850 | 2024-11-08T00:40:36.704Z | Downloaded tungstenite v0.24.0 |
851 | 2024-11-08T00:40:36.707Z | Downloaded socket2 v0.5.7 |
852 | 2024-11-08T00:40:36.710Z | Downloaded futures v0.3.31 |
853 | 2024-11-08T00:40:36.715Z | Downloaded tabwriter v1.4.0 |
854 | 2024-11-08T00:40:36.717Z | Downloaded quick-error v1.2.3 |
855 | 2024-11-08T00:40:36.720Z | Downloaded ppv-lite86 v0.2.20 |
856 | 2024-11-08T00:40:36.722Z | Downloaded thiserror-impl-no-std v2.0.2 |
857 | 2024-11-08T00:40:36.722Z | Downloaded pkcs1 v0.7.5 |
858 | 2024-11-08T00:40:36.724Z | Downloaded hickory-resolver v0.24.1 |
859 | 2024-11-08T00:40:36.727Z | Downloaded snafu v0.8.5 |
860 | 2024-11-08T00:40:36.733Z | Downloaded tap v1.0.1 |
861 | 2024-11-08T00:40:36.735Z | Downloaded parse-zoneinfo v0.3.1 |
862 | 2024-11-08T00:40:36.738Z | Downloaded env_filter v0.1.2 |
863 | 2024-11-08T00:40:36.740Z | Downloaded serde_yaml v0.9.34+deprecated |
864 | 2024-11-08T00:40:36.742Z | Downloaded winnow v0.5.40 |
865 | 2024-11-08T00:40:36.751Z | Downloaded pem-rfc7468 v0.7.0 |
866 | 2024-11-08T00:40:36.753Z | Downloaded zip v2.1.3 |
867 | 2024-11-08T00:40:36.757Z | Downloaded postgres-types v0.2.8 |
868 | 2024-11-08T00:40:36.760Z | Downloaded flagset v0.4.6 |
869 | 2024-11-08T00:40:36.762Z | Downloaded defmt-macros v0.3.9 |
870 | 2024-11-08T00:40:36.764Z | Downloaded hashlink v0.9.1 |
871 | 2024-11-08T00:40:36.766Z | Downloaded der v0.7.9 |
872 | 2024-11-08T00:40:36.770Z | Downloaded pin-project v1.1.6 |
873 | 2024-11-08T00:40:36.782Z | Downloaded debug-ignore v1.0.5 |
874 | 2024-11-08T00:40:36.784Z | Downloaded pkcs8 v0.10.2 |
875 | 2024-11-08T00:40:36.787Z | Downloaded hyper v0.14.30 |
876 | 2024-11-08T00:40:36.794Z | Downloaded similar v2.6.0 |
877 | 2024-11-08T00:40:36.799Z | Downloaded rayon-core v1.12.1 |
878 | 2024-11-08T00:40:36.803Z | Downloaded url v2.5.2 |
879 | 2024-11-08T00:40:36.806Z | Downloaded curve25519-dalek v4.1.3 |
880 | 2024-11-08T00:40:36.815Z | Downloaded env_logger v0.10.2 |
881 | 2024-11-08T00:40:36.818Z | Downloaded rcgen v0.12.1 |
882 | 2024-11-08T00:40:36.821Z | Downloaded bindgen v0.69.5 |
883 | 2024-11-08T00:40:36.828Z | Downloaded publicsuffix v2.2.3 |
884 | 2024-11-08T00:40:36.831Z | Downloaded h2 v0.3.26 |
885 | 2024-11-08T00:40:36.838Z | Downloaded signal-hook v0.3.17 |
886 | 2024-11-08T00:40:36.841Z | Downloaded typed-path v0.7.1 |
887 | 2024-11-08T00:40:36.847Z | Downloaded flate2 v1.0.34 |
888 | 2024-11-08T00:40:36.852Z | Downloaded idna v0.4.0 |
889 | 2024-11-08T00:40:36.859Z | Downloaded quick-xml v0.33.0 |
890 | 2024-11-08T00:40:36.865Z | Downloaded p384 v0.13.0 |
891 | 2024-11-08T00:40:36.871Z | Downloaded p521 v0.13.3 |
892 | 2024-11-08T00:40:36.875Z | Downloaded rustls-webpki v0.102.8 |
893 | 2024-11-08T00:40:36.894Z | Downloaded heapless v0.8.0 |
894 | 2024-11-08T00:40:36.897Z | Downloaded expectorate v1.1.0 |
895 | 2024-11-08T00:40:36.900Z | Downloaded omicron-zone-package v0.11.1 |
896 | 2024-11-08T00:40:36.902Z | Downloaded rayon v1.10.0 |
897 | 2024-11-08T00:40:36.911Z | Downloaded unicode-properties v0.1.3 |
898 | 2024-11-08T00:40:36.914Z | Downloaded unicode-normalization v0.1.24 |
899 | 2024-11-08T00:40:36.917Z | Downloaded russh-keys v0.45.0 |
900 | 2024-11-08T00:40:36.919Z | Downloaded headers v0.4.0 |
901 | 2024-11-08T00:40:36.925Z | Downloaded rustls v0.21.12 |
902 | 2024-11-08T00:40:36.936Z | Downloaded hashbrown v0.14.5 |
903 | 2024-11-08T00:40:36.942Z | Downloaded bstr v1.10.0 |
904 | 2024-11-08T00:40:36.953Z | Downloaded gimli v0.31.1 |
905 | 2024-11-08T00:40:36.960Z | Downloaded qorb v0.2.0 |
906 | 2024-11-08T00:40:36.965Z | Downloaded lalrpop v0.19.12 |
907 | 2024-11-08T00:40:36.976Z | Downloaded webpki-roots v0.26.6 |
908 | 2024-11-08T00:40:36.980Z | Downloaded hkdf v0.12.4 |
909 | 2024-11-08T00:40:36.982Z | Downloaded h2 v0.4.6 |
910 | 2024-11-08T00:40:36.989Z | Downloaded hashbrown v0.13.2 |
911 | 2024-11-08T00:40:36.993Z | Downloaded trust-dns-proto v0.22.0 |
912 | 2024-11-08T00:40:37.006Z | Downloaded steno v0.4.1 |
913 | 2024-11-08T00:40:37.010Z | Downloaded dropshot v0.12.0 |
914 | 2024-11-08T00:40:37.029Z | Downloaded hashbrown v0.12.3 |
915 | 2024-11-08T00:40:37.033Z | Downloaded polar-core v0.27.3 |
916 | 2024-11-08T00:40:37.043Z | Downloaded idna v0.5.0 |
917 | 2024-11-08T00:40:37.049Z | Downloaded openssl v0.10.66 |
918 | 2024-11-08T00:40:37.059Z | Downloaded idna v0.3.0 |
919 | 2024-11-08T00:40:37.066Z | Downloaded ssh-key v0.6.6 |
920 | 2024-11-08T00:40:37.074Z | Downloaded futures-util v0.3.31 |
921 | 2024-11-08T00:40:37.085Z | Downloaded russh v0.45.0 |
922 | 2024-11-08T00:40:37.091Z | Downloaded git2 v0.19.0 |
923 | 2024-11-08T00:40:37.099Z | Downloaded smoltcp v0.9.1 |
924 | 2024-11-08T00:40:37.110Z | Downloaded quinn-proto v0.11.8 |
925 | 2024-11-08T00:40:37.117Z | Downloaded nix v0.27.1 |
926 | 2024-11-08T00:40:37.128Z | Downloaded regex v1.11.0 |
927 | 2024-11-08T00:40:37.141Z | Downloaded openapiv3 v2.0.0 |
928 | 2024-11-08T00:40:37.153Z | Downloaded reqwest v0.12.8 |
929 | 2024-11-08T00:40:37.161Z | Downloaded regex-automata v0.4.8 |
930 | 2024-11-08T00:40:37.179Z | Downloaded object v0.36.5 |
931 | 2024-11-08T00:40:37.189Z | Downloaded regex-syntax v0.6.29 |
932 | 2024-11-08T00:40:37.197Z | Downloaded typify-impl v0.2.0 |
933 | 2024-11-08T00:40:37.212Z | Downloaded ratatui v0.28.1 |
934 | 2024-11-08T00:40:37.231Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
935 | 2024-11-08T00:40:37.243Z | Downloaded nix v0.29.0 |
936 | 2024-11-08T00:40:37.255Z | Downloaded smoltcp v0.11.0 |
937 | 2024-11-08T00:40:37.267Z | Downloaded regress v0.9.1 |
938 | 2024-11-08T00:40:37.276Z | Downloaded regex-syntax v0.8.5 |
939 | 2024-11-08T00:40:37.284Z | Downloaded rustls v0.23.14 |
940 | 2024-11-08T00:40:37.296Z | Downloaded regress v0.10.1 |
941 | 2024-11-08T00:40:37.305Z | Downloaded rustls v0.22.4 |
942 | 2024-11-08T00:40:37.319Z | Downloaded diesel v2.2.4 |
943 | 2024-11-08T00:40:37.336Z | Downloaded sled v0.34.7 |
944 | 2024-11-08T00:40:37.346Z | Downloaded petgraph v0.6.5 |
945 | 2024-11-08T00:40:37.364Z | Downloaded tokio v1.40.0 |
946 | 2024-11-08T00:40:37.427Z | Downloaded csv v1.3.0 |
947 | 2024-11-08T00:40:37.452Z | Downloaded rusqlite v0.32.1 |
948 | 2024-11-08T00:40:37.459Z | Downloaded object v0.30.4 |
949 | 2024-11-08T00:40:37.469Z | Downloaded chrono-tz v0.10.0 |
950 | 2024-11-08T00:40:37.476Z | Downloaded idna v0.2.3 |
951 | 2024-11-08T00:40:37.483Z | Downloaded hickory-proto v0.24.1 |
952 | 2024-11-08T00:40:37.500Z | Downloaded zerocopy-derive v0.6.6 |
953 | 2024-11-08T00:40:37.509Z | Downloaded tough v0.17.1 |
954 | 2024-11-08T00:40:37.517Z | Downloaded sqlparser v0.45.0 |
955 | 2024-11-08T00:40:37.522Z | Downloaded proptest v1.5.0 |
956 | 2024-11-08T00:40:37.532Z | Downloaded radix_trie v0.2.1 |
957 | 2024-11-08T00:40:37.538Z | Downloaded salty v0.3.0 |
958 | 2024-11-08T00:40:37.544Z | Downloaded zip v0.6.6 |
959 | 2024-11-08T00:40:37.548Z | Downloaded sha3 v0.10.8 |
960 | 2024-11-08T00:40:37.552Z | Downloaded tracing v0.1.40 |
961 | 2024-11-08T00:40:37.556Z | Downloaded vcpkg v0.2.15 |
962 | 2024-11-08T00:40:37.597Z | Downloaded nix v0.28.0 |
963 | 2024-11-08T00:40:37.607Z | Downloaded libz-sys v1.1.20 |
964 | 2024-11-08T00:40:37.627Z | Downloaded lzma-sys v0.1.20 |
965 | 2024-11-08T00:40:37.656Z | Downloaded unsafe-libyaml v0.2.11 |
966 | 2024-11-08T00:40:37.659Z | Downloaded rustls-webpki v0.101.7 |
967 | 2024-11-08T00:40:37.675Z | Downloaded serde_derive_internals v0.29.1 |
968 | 2024-11-08T00:40:37.677Z | Downloaded password-hash v0.4.2 |
969 | 2024-11-08T00:40:37.680Z | Downloaded tracing-core v0.1.32 |
970 | 2024-11-08T00:40:37.682Z | Downloaded static_assertions v1.1.0 |
971 | 2024-11-08T00:40:37.684Z | Downloaded signal-hook-mio v0.2.4 |
972 | 2024-11-08T00:40:37.684Z | Downloaded zeroize v1.8.1 |
973 | 2024-11-08T00:40:37.687Z | Downloaded ed25519-dalek v2.1.1 |
974 | 2024-11-08T00:40:37.690Z | Downloaded defmt v0.3.8 |
975 | 2024-11-08T00:40:37.693Z | Downloaded pkg-config v0.3.31 |
976 | 2024-11-08T00:40:37.697Z | Downloaded gethostname v0.5.0 |
977 | 2024-11-08T00:40:37.697Z | Downloaded ed25519 v2.2.3 |
978 | 2024-11-08T00:40:37.699Z | Downloaded pin-project-internal v1.1.6 |
979 | 2024-11-08T00:40:37.699Z | Downloaded itertools v0.13.0 |
980 | 2024-11-08T00:40:37.704Z | Downloaded blake3 v1.5.4 |
981 | 2024-11-08T00:40:37.712Z | Downloaded rustls-pemfile v2.2.0 |
982 | 2024-11-08T00:40:37.717Z | Downloaded thiserror-no-std v2.0.2 |
983 | 2024-11-08T00:40:37.720Z | Downloaded time v0.3.36 |
984 | 2024-11-08T00:40:37.725Z | Downloaded tokio-stream v0.1.16 |
985 | 2024-11-08T00:40:37.729Z | Downloaded tokio-rustls v0.26.0 |
986 | 2024-11-08T00:40:37.731Z | Downloaded tokio-rustls v0.25.0 |
987 | 2024-11-08T00:40:37.733Z | Downloaded quinn v0.11.5 |
988 | 2024-11-08T00:40:37.736Z | Downloaded reedline v0.35.0 |
989 | 2024-11-08T00:40:37.743Z | Downloaded derive_builder v0.20.2 |
990 | 2024-11-08T00:40:37.748Z | Downloaded slog-term v2.9.1 |
991 | 2024-11-08T00:40:37.752Z | Downloaded libm v0.2.8 |
992 | 2024-11-08T00:40:37.759Z | Downloaded openssl-sys v0.9.103 |
993 | 2024-11-08T00:40:37.764Z | Downloaded untrusted v0.9.0 |
994 | 2024-11-08T00:40:37.767Z | Downloaded untrusted v0.7.1 |
995 | 2024-11-08T00:40:37.769Z | Downloaded thread_local v1.1.8 |
996 | 2024-11-08T00:40:37.769Z | Downloaded serde_path_to_error v0.1.16 |
997 | 2024-11-08T00:40:37.772Z | Downloaded resolv-conf v0.7.0 |
998 | 2024-11-08T00:40:37.772Z | Downloaded phf_codegen v0.11.2 |
999 | 2024-11-08T00:40:37.784Z | Downloaded subprocess v0.2.9 |
1000 | 2024-11-08T00:40:37.784Z | Downloaded num-bigint-dig v0.8.4 |
1001 | 2024-11-08T00:40:37.784Z | Downloaded futures-io v0.3.31 |
1002 | 2024-11-08T00:40:37.784Z | Downloaded fixedbitset v0.4.2 |
1003 | 2024-11-08T00:40:37.784Z | Downloaded password-hash v0.5.0 |
1004 | 2024-11-08T00:40:37.787Z | Downloaded libxml v0.3.3 |
1005 | 2024-11-08T00:40:37.791Z | Downloaded prettyplease v0.2.22 |
1006 | 2024-11-08T00:40:37.795Z | Downloaded toml_edit v0.19.15 |
1007 | 2024-11-08T00:40:37.813Z | Downloaded fallible-iterator v0.3.0 |
1008 | 2024-11-08T00:40:37.817Z | Downloaded fallible-iterator v0.2.0 |
1009 | 2024-11-08T00:40:37.817Z | Downloaded uzers v0.12.1 |
1010 | 2024-11-08T00:40:37.821Z | Downloaded dhcproto v0.12.0 |
1011 | 2024-11-08T00:40:37.824Z | Downloaded sct v0.7.1 |
1012 | 2024-11-08T00:40:37.827Z | Downloaded smallvec v1.13.2 |
1013 | 2024-11-08T00:40:37.827Z | Downloaded tungstenite v0.21.0 |
1014 | 2024-11-08T00:40:37.831Z | Downloaded rsa v0.9.6 |
1015 | 2024-11-08T00:40:37.836Z | Downloaded aes-gcm v0.10.3 |
1016 | 2024-11-08T00:40:37.839Z | Downloaded futures-channel v0.3.31 |
1017 | 2024-11-08T00:40:37.842Z | Downloaded der_derive v0.7.3 |
1018 | 2024-11-08T00:40:37.845Z | Downloaded vergen v8.3.2 |
1019 | 2024-11-08T00:40:37.847Z | Downloaded encoding_rs v0.8.34 |
1020 | 2024-11-08T00:40:37.868Z | Downloaded unicode-segmentation v1.12.0 |
1021 | 2024-11-08T00:40:37.874Z | Downloaded diff v0.1.13 |
1022 | 2024-11-08T00:40:37.877Z | Downloaded scrypt v0.11.0 |
1023 | 2024-11-08T00:40:37.877Z | Downloaded scopeguard v1.2.0 |
1024 | 2024-11-08T00:40:37.880Z | Downloaded chrono v0.4.38 |
1025 | 2024-11-08T00:40:37.885Z | Downloaded zopfli v0.8.1 |
1026 | 2024-11-08T00:40:37.888Z | Downloaded reqwest v0.11.27 |
1027 | 2024-11-08T00:40:37.896Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1028 | 2024-11-08T00:40:37.957Z | Downloaded num-bigint v0.4.6 |
1029 | 2024-11-08T00:40:37.963Z | Downloaded heck v0.3.3 |
1030 | 2024-11-08T00:40:37.965Z | Downloaded rustyline v14.0.0 |
1031 | 2024-11-08T00:40:37.969Z | Downloaded which v4.4.2 |
1032 | 2024-11-08T00:40:37.971Z | Downloaded rustc_version v0.1.7 |
1033 | 2024-11-08T00:40:37.971Z | Downloaded predicates-core v1.0.8 |
1034 | 2024-11-08T00:40:37.976Z | Downloaded mio v1.0.2 |
1035 | 2024-11-08T00:40:37.981Z | Downloaded slog-dtrace v0.3.0 |
1036 | 2024-11-08T00:40:37.984Z | Downloaded ron v0.8.1 |
1037 | 2024-11-08T00:40:37.986Z | Downloaded strum v0.26.3 |
1038 | 2024-11-08T00:40:37.986Z | Downloaded serde-big-array v0.5.1 |
1039 | 2024-11-08T00:40:37.992Z | Downloaded slog-scope v4.4.0 |
1040 | 2024-11-08T00:40:37.995Z | Downloaded slog-json v2.6.1 |
1041 | 2024-11-08T00:40:37.995Z | Downloaded siphasher v0.3.11 |
1042 | 2024-11-08T00:40:37.995Z | Downloaded parse-display-derive v0.10.0 |
1043 | 2024-11-08T00:40:37.995Z | Downloaded vte v0.11.1 |
1044 | 2024-11-08T00:40:37.997Z | Downloaded term v0.7.0 |
1045 | 2024-11-08T00:40:38.000Z | Downloaded subtle v2.6.1 |
1046 | 2024-11-08T00:40:38.000Z | Downloaded heapless v0.7.17 |
1047 | 2024-11-08T00:40:38.004Z | Downloaded primeorder v0.13.6 |
1048 | 2024-11-08T00:40:38.008Z | Downloaded progenitor-impl v0.8.0 |
1049 | 2024-11-08T00:40:38.011Z | Downloaded parking_lot v0.11.2 |
1050 | 2024-11-08T00:40:38.011Z | Downloaded toml v0.7.8 |
1051 | 2024-11-08T00:40:38.014Z | Downloaded num-traits v0.2.19 |
1052 | 2024-11-08T00:40:38.016Z | Downloaded bumpalo v3.16.0 |
1053 | 2024-11-08T00:40:38.019Z | Downloaded crypto-bigint v0.5.5 |
1054 | 2024-11-08T00:40:38.025Z | Downloaded crc-any v2.5.0 |
1055 | 2024-11-08T00:40:38.027Z | Downloaded const_format v0.2.33 |
1056 | 2024-11-08T00:40:38.032Z | Downloaded compact_str v0.8.0 |
1057 | 2024-11-08T00:40:38.035Z | Downloaded cc v1.1.30 |
1058 | 2024-11-08T00:40:38.039Z | Downloaded base64 v0.22.1 |
1059 | 2024-11-08T00:40:38.043Z | Downloaded base64 v0.21.7 |
1060 | 2024-11-08T00:40:38.046Z | Downloaded home v0.5.9 |
1061 | 2024-11-08T00:40:38.049Z | Downloaded half v2.4.1 |
1062 | 2024-11-08T00:40:38.052Z | Downloaded embedded-io v0.6.1 |
1063 | 2024-11-08T00:40:38.052Z | Downloaded difflib v0.4.0 |
1064 | 2024-11-08T00:40:38.055Z | Downloaded defmt-parser v0.3.4 |
1065 | 2024-11-08T00:40:38.055Z | Downloaded openssl-probe v0.1.5 |
1066 | 2024-11-08T00:40:38.059Z | Downloaded openssl-macros v0.1.1 |
1067 | 2024-11-08T00:40:38.059Z | Downloaded wyz v0.5.1 |
1068 | 2024-11-08T00:40:38.059Z | Downloaded utf-8 v0.7.6 |
1069 | 2024-11-08T00:40:38.059Z | Downloaded tui-tree-widget v0.22.0 |
1070 | 2024-11-08T00:40:38.061Z | Downloaded serde_with_macros v3.11.0 |
1071 | 2024-11-08T00:40:38.061Z | Downloaded secrecy v0.8.0 |
1072 | 2024-11-08T00:40:38.064Z | Downloaded rand_core v0.6.4 |
1073 | 2024-11-08T00:40:38.064Z | Downloaded fatfs v0.3.6 |
1074 | 2024-11-08T00:40:38.066Z | Downloaded indicatif v0.17.8 |
1075 | 2024-11-08T00:40:38.071Z | Downloaded hyper-util v0.1.9 |
1076 | 2024-11-08T00:40:38.075Z | Downloaded jobserver v0.1.32 |
1077 | 2024-11-08T00:40:38.078Z | Downloaded strum_macros v0.26.4 |
1078 | 2024-11-08T00:40:38.080Z | Downloaded nu-ansi-term v0.50.1 |
1079 | 2024-11-08T00:40:38.083Z | Downloaded structmeta v0.3.0 |
1080 | 2024-11-08T00:40:38.085Z | Downloaded ssh-cipher v0.2.0 |
1081 | 2024-11-08T00:40:38.085Z | Downloaded smf v0.2.3 |
1082 | 2024-11-08T00:40:38.085Z | Downloaded signal-hook-registry v1.4.2 |
1083 | 2024-11-08T00:40:38.088Z | Downloaded serde_plain v1.0.2 |
1084 | 2024-11-08T00:40:38.091Z | Downloaded rand_seeder v0.3.0 |
1085 | 2024-11-08T00:40:38.091Z | Downloaded crossbeam-utils v0.8.20 |
1086 | 2024-11-08T00:40:38.093Z | Downloaded cookie v0.18.1 |
1087 | 2024-11-08T00:40:38.095Z | Downloaded clang-sys v1.8.1 |
1088 | 2024-11-08T00:40:38.097Z | Downloaded mime_guess v2.0.5 |
1089 | 2024-11-08T00:40:38.099Z | Downloaded lockfree-object-pool v0.1.6 |
1090 | 2024-11-08T00:40:38.101Z | Downloaded libloading v0.8.5 |
1091 | 2024-11-08T00:40:38.104Z | Downloaded tls_codec_derive v0.4.1 |
1092 | 2024-11-08T00:40:38.107Z | Downloaded crossterm v0.28.1 |
1093 | 2024-11-08T00:40:38.112Z | Downloaded display-error-chain v0.2.2 |
1094 | 2024-11-08T00:40:38.116Z | Downloaded spin v0.5.2 |
1095 | 2024-11-08T00:40:38.116Z | Downloaded mime v0.3.17 |
1096 | 2024-11-08T00:40:38.119Z | Downloaded const_format_proc_macros v0.2.33 |
1097 | 2024-11-08T00:40:38.119Z | Downloaded cassowary v0.3.0 |
1098 | 2024-11-08T00:40:38.121Z | Downloaded bzip2 v0.4.4 |
1099 | 2024-11-08T00:40:38.121Z | Downloaded strum_macros v0.25.3 |
1100 | 2024-11-08T00:40:38.123Z | Downloaded strip-ansi-escapes v0.2.0 |
1101 | 2024-11-08T00:40:38.126Z | Downloaded serde_urlencoded v0.7.1 |
1102 | 2024-11-08T00:40:38.126Z | Downloaded internet-checksum v0.2.1 |
1103 | 2024-11-08T00:40:38.129Z | Downloaded maybe-uninit v2.0.0 |
1104 | 2024-11-08T00:40:38.131Z | Downloaded lru-cache v0.1.2 |
1105 | 2024-11-08T00:40:38.133Z | Downloaded linked-hash-map v0.5.6 |
1106 | 2024-11-08T00:40:38.133Z | Downloaded linear-map v1.2.0 |
1107 | 2024-11-08T00:40:38.135Z | Downloaded backoff v0.4.0 |
1108 | 2024-11-08T00:40:38.138Z | Downloaded ctr v0.9.2 |
1109 | 2024-11-08T00:40:38.140Z | Downloaded is-terminal v0.4.13 |
1110 | 2024-11-08T00:40:38.140Z | Downloaded curve25519-dalek-derive v0.1.1 |
1111 | 2024-11-08T00:40:38.141Z | Downloaded normalize-line-endings v0.3.0 |
1112 | 2024-11-08T00:40:38.143Z | Downloaded base16ct v0.2.0 |
1113 | 2024-11-08T00:40:38.143Z | Downloaded http-body v0.4.6 |
1114 | 2024-11-08T00:40:38.146Z | Downloaded darling_macro v0.20.10 |
1115 | 2024-11-08T00:40:38.146Z | Downloaded cstr-argument v0.1.2 |
1116 | 2024-11-08T00:40:38.146Z | Downloaded crucible-workspace-hack v0.1.0 |
1117 | 2024-11-08T00:40:38.149Z | Downloaded chrono-tz-build v0.4.0 |
1118 | 2024-11-08T00:40:38.149Z | Downloaded async-stream-impl v0.3.6 |
1119 | 2024-11-08T00:40:38.149Z | Downloaded nanorand v0.7.0 |
1120 | 2024-11-08T00:40:38.152Z | Downloaded md-5 v0.10.6 |
1121 | 2024-11-08T00:40:38.152Z | Downloaded bytes v1.7.2 |
1122 | 2024-11-08T00:40:38.159Z | Downloaded indoc v1.0.9 |
1123 | 2024-11-08T00:40:38.167Z | Downloaded hyper-tls v0.6.0 |
1124 | 2024-11-08T00:40:38.174Z | Downloaded hubpack v0.1.2 |
1125 | 2024-11-08T00:40:38.175Z | Downloaded ciborium v0.2.2 |
1126 | 2024-11-08T00:40:38.175Z | Downloaded bitfield v0.14.0 |
1127 | 2024-11-08T00:40:38.175Z | Downloaded http v0.2.12 |
1128 | 2024-11-08T00:40:38.182Z | Downloaded base64ct v1.6.0 |
1129 | 2024-11-08T00:40:38.185Z | Downloaded async-trait v0.1.83 |
1130 | 2024-11-08T00:40:38.252Z | Downloaded ring v0.17.8 |
1131 | 2024-11-08T00:40:38.374Z | Downloaded ring v0.16.20 |
1132 | 2024-11-08T00:40:38.462Z | Downloaded libsqlite3-sys v0.30.1 |
1133 | 2024-11-08T00:40:38.662Z | Compiling serde v1.0.210 |
1134 | 2024-11-08T00:40:38.665Z | Compiling typenum v1.17.0 |
1135 | 2024-11-08T00:40:38.665Z | Compiling lock_api v0.4.12 |
1136 | 2024-11-08T00:40:38.665Z | Compiling generic-array v0.14.7 |
1137 | 2024-11-08T00:40:38.665Z | Compiling scopeguard v1.2.0 |
1138 | 2024-11-08T00:40:38.665Z | Compiling subtle v2.6.1 |
1139 | 2024-11-08T00:40:38.810Z | Compiling syn v2.0.79 |
1140 | 2024-11-08T00:40:38.822Z | Compiling getrandom v0.2.15 |
1141 | 2024-11-08T00:40:38.988Z | Compiling value-bag v1.9.0 |
1142 | 2024-11-08T00:40:39.135Z | Compiling rand_core v0.6.4 |
1143 | 2024-11-08T00:40:39.250Z | Compiling const-oid v0.9.6 |
1144 | 2024-11-08T00:40:39.287Z | Compiling jobserver v0.1.32 |
1145 | 2024-11-08T00:40:39.334Z | Compiling shlex v1.3.0 |
1146 | 2024-11-08T00:40:39.589Z | Compiling log v0.4.22 |
1147 | 2024-11-08T00:40:39.675Z | Compiling cc v1.1.30 |
1148 | 2024-11-08T00:40:39.693Z | Compiling pin-project-lite v0.2.14 |
1149 | 2024-11-08T00:40:39.737Z | Compiling smallvec v1.13.2 |
1150 | 2024-11-08T00:40:39.824Z | Compiling parking_lot_core v0.9.10 |
1151 | 2024-11-08T00:40:40.141Z | Compiling futures-core v0.3.31 |
1152 | 2024-11-08T00:40:40.156Z | Compiling signal-hook-registry v1.4.2 |
1153 | 2024-11-08T00:40:40.383Z | Compiling mio v1.0.2 |
1154 | 2024-11-08T00:40:40.487Z | Compiling cpufeatures v0.2.14 |
1155 | 2024-11-08T00:40:40.590Z | Compiling futures-sink v0.3.31 |
1156 | 2024-11-08T00:40:40.761Z | Compiling parking_lot v0.12.3 |
1157 | 2024-11-08T00:40:40.954Z | Compiling spin v0.9.8 |
1158 | 2024-11-08T00:40:40.974Z | Compiling socket2 v0.5.7 |
1159 | 2024-11-08T00:40:41.159Z | Compiling slab v0.4.9 |
1160 | 2024-11-08T00:40:41.362Z | Compiling serde_json v1.0.128 |
1161 | 2024-11-08T00:40:41.584Z | Compiling futures-channel v0.3.31 |
1162 | 2024-11-08T00:40:41.603Z | Compiling allocator-api2 v0.2.18 |
1163 | 2024-11-08T00:40:41.639Z | Compiling foldhash v0.1.3 |
1164 | 2024-11-08T00:40:41.712Z | Compiling futures-task v0.3.31 |
1165 | 2024-11-08T00:40:41.904Z | Compiling futures-io v0.3.31 |
1166 | 2024-11-08T00:40:41.924Z | Compiling pin-utils v0.1.0 |
1167 | 2024-11-08T00:40:41.939Z | Compiling tinyvec_macros v0.1.1 |
1168 | 2024-11-08T00:40:42.005Z | Compiling libm v0.2.8 |
1169 | 2024-11-08T00:40:42.024Z | Compiling tinyvec v1.8.0 |
1170 | 2024-11-08T00:40:42.026Z | Compiling pkg-config v0.3.31 |
1171 | 2024-11-08T00:40:42.059Z | Compiling num-traits v0.2.19 |
1172 | 2024-11-08T00:40:42.211Z | Compiling unicode-bidi v0.3.17 |
1173 | 2024-11-08T00:40:42.335Z | Compiling hashbrown v0.15.0 |
1174 | 2024-11-08T00:40:42.723Z | Compiling base64ct v1.6.0 |
1175 | 2024-11-08T00:40:43.383Z | Compiling pem-rfc7468 v0.7.0 |
1176 | 2024-11-08T00:40:43.786Z | Compiling unicode-normalization v0.1.24 |
1177 | 2024-11-08T00:40:43.805Z | Compiling flagset v0.4.6 |
1178 | 2024-11-08T00:40:43.808Z | Compiling ring v0.17.8 |
1179 | 2024-11-08T00:40:43.863Z | Compiling httparse v1.9.5 |
1180 | 2024-11-08T00:40:43.929Z | Compiling tracing-core v0.1.32 |
1181 | 2024-11-08T00:40:44.005Z | Compiling percent-encoding v2.3.1 |
1182 | 2024-11-08T00:40:44.143Z | Compiling crossbeam-utils v0.8.20 |
1183 | 2024-11-08T00:40:44.488Z | Compiling rustls-pki-types v1.9.0 |
1184 | 2024-11-08T00:40:44.842Z | Compiling num-conv v0.1.0 |
1185 | 2024-11-08T00:40:45.025Z | Compiling time-core v0.1.2 |
1186 | 2024-11-08T00:40:45.119Z | Compiling powerfmt v0.2.0 |
1187 | 2024-11-08T00:40:45.227Z | Compiling untrusted v0.9.0 |
1188 | 2024-11-08T00:40:45.347Z | Compiling vcpkg v0.2.15 |
1189 | 2024-11-08T00:40:45.381Z | Compiling time-macros v0.2.18 |
1190 | 2024-11-08T00:40:45.437Z | Compiling deranged v0.3.11 |
1191 | 2024-11-08T00:40:45.538Z | Compiling atomic-waker v1.1.2 |
1192 | 2024-11-08T00:40:45.711Z | Compiling num_threads v0.1.7 |
1193 | 2024-11-08T00:40:45.742Z | Compiling form_urlencoded v1.2.1 |
1194 | 2024-11-08T00:40:45.832Z | Compiling slog v2.7.0 |
1195 | 2024-11-08T00:40:46.033Z | Compiling rustix v0.38.37 |
1196 | 2024-11-08T00:40:46.291Z | Compiling try-lock v0.2.5 |
1197 | 2024-11-08T00:40:46.417Z | Compiling want v0.3.1 |
1198 | 2024-11-08T00:40:46.664Z | Compiling httpdate v1.0.3 |
1199 | 2024-11-08T00:40:46.885Z | Compiling idna v0.5.0 |
1200 | 2024-11-08T00:40:47.095Z | Compiling base64 v0.22.1 |
1201 | 2024-11-08T00:40:47.271Z | Compiling openssl-sys v0.9.103 |
1202 | 2024-11-08T00:40:47.328Z | Compiling foreign-types-shared v0.1.1 |
1203 | 2024-11-08T00:40:47.447Z | Compiling iana-time-zone v0.1.61 |
1204 | 2024-11-08T00:40:47.465Z | Compiling adler2 v2.0.0 |
1205 | 2024-11-08T00:40:47.667Z | Compiling rustversion v1.0.17 |
1206 | 2024-11-08T00:40:47.834Z | Compiling tower-service v0.3.3 |
1207 | 2024-11-08T00:40:47.885Z | Compiling match_cfg v0.1.0 |
1208 | 2024-11-08T00:40:47.964Z | Compiling openssl v0.10.66 |
1209 | 2024-11-08T00:40:47.983Z | Compiling hostname v0.3.1 |
1210 | 2024-11-08T00:40:48.240Z | Compiling url v2.5.2 |
1211 | 2024-11-08T00:40:48.347Z | Compiling time v0.3.36 |
1212 | 2024-11-08T00:40:48.365Z | Compiling miniz_oxide v0.8.0 |
1213 | 2024-11-08T00:40:48.383Z | Compiling foreign-types v0.3.2 |
1214 | 2024-11-08T00:40:48.401Z | Compiling dirs-sys-next v0.1.2 |
1215 | 2024-11-08T00:40:48.477Z | Compiling aho-corasick v1.1.3 |
1216 | 2024-11-08T00:40:49.016Z | Compiling regex-syntax v0.8.5 |
1217 | 2024-11-08T00:40:49.673Z | Compiling syn v1.0.109 |
1218 | 2024-11-08T00:40:49.771Z | Compiling native-tls v0.2.12 |
1219 | 2024-11-08T00:40:50.094Z | Compiling rustls v0.23.14 |
1220 | 2024-11-08T00:40:50.210Z | Compiling rustls v0.22.4 |
1221 | 2024-11-08T00:40:50.342Z | Compiling data-encoding v2.6.0 |
1222 | 2024-11-08T00:40:50.468Z | Compiling siphasher v0.3.11 |
1223 | 2024-11-08T00:40:50.923Z | Compiling dirs-next v2.0.0 |
1224 | 2024-11-08T00:40:51.305Z | Compiling serde_derive_internals v0.29.1 |
1225 | 2024-11-08T00:40:52.016Z | Compiling serde_derive v1.0.210 |
1226 | 2024-11-08T00:40:52.395Z | Compiling zeroize_derive v1.4.2 |
1227 | 2024-11-08T00:40:52.489Z | Compiling zerocopy-derive v0.7.35 |
1228 | 2024-11-08T00:40:53.125Z | Compiling tokio-macros v2.4.0 |
1229 | 2024-11-08T00:40:53.211Z | Compiling thiserror-impl v1.0.64 |
1230 | 2024-11-08T00:40:53.795Z | Compiling futures-macro v0.3.31 |
1231 | 2024-11-08T00:40:53.914Z | Compiling zeroize v1.8.1 |
1232 | 2024-11-08T00:40:54.611Z | Compiling der_derive v0.7.3 |
1233 | 2024-11-08T00:40:54.629Z | Compiling zerocopy v0.7.35 |
1234 | 2024-11-08T00:40:55.089Z | Compiling tracing-attributes v0.1.27 |
1235 | 2024-11-08T00:40:55.493Z | Compiling futures-util v0.3.31 |
1236 | 2024-11-08T00:40:55.673Z | Compiling crypto-common v0.1.6 |
1237 | 2024-11-08T00:40:55.885Z | Compiling block-buffer v0.10.4 |
1238 | 2024-11-08T00:40:56.152Z | Compiling digest v0.10.7 |
1239 | 2024-11-08T00:40:56.268Z | Compiling block-padding v0.3.3 |
1240 | 2024-11-08T00:40:56.286Z | Compiling thiserror v1.0.64 |
1241 | 2024-11-08T00:40:56.431Z | Compiling ppv-lite86 v0.2.20 |
1242 | 2024-11-08T00:40:56.517Z | Compiling inout v0.1.3 |
1243 | 2024-11-08T00:40:56.619Z | Compiling hmac v0.12.1 |
1244 | 2024-11-08T00:40:56.761Z | Compiling cipher v0.4.4 |
1245 | 2024-11-08T00:40:56.862Z | Compiling sha2 v0.10.8 |
1246 | 2024-11-08T00:40:56.881Z | Compiling der v0.7.9 |
1247 | 2024-11-08T00:40:57.253Z | Compiling rand_chacha v0.3.1 |
1248 | 2024-11-08T00:40:57.294Z | Compiling salsa20 v0.10.2 |
1249 | 2024-11-08T00:40:57.565Z | Compiling pbkdf2 v0.12.2 |
1250 | 2024-11-08T00:40:57.753Z | Compiling rand v0.8.5 |
1251 | 2024-11-08T00:40:58.651Z | Compiling tracing v0.1.40 |
1252 | 2024-11-08T00:40:59.142Z | Compiling spki v0.7.3 |
1253 | 2024-11-08T00:40:59.506Z | Compiling pest v2.7.14 |
1254 | 2024-11-08T00:40:59.508Z | Compiling scrypt v0.11.0 |
1255 | 2024-11-08T00:40:59.886Z | Compiling cbc v0.1.2 |
1256 | 2024-11-08T00:41:00.133Z | Compiling aes v0.8.4 |
1257 | 2024-11-08T00:41:00.155Z | Compiling scroll_derive v0.12.0 |
1258 | 2024-11-08T00:41:00.155Z | Compiling async-trait v0.1.83 |
1259 | 2024-11-08T00:41:00.626Z | Compiling openssl-macros v0.1.1 |
1260 | 2024-11-08T00:41:01.316Z | Compiling pkcs5 v0.7.1 |
1261 | 2024-11-08T00:41:01.552Z | Compiling scroll v0.12.0 |
1262 | 2024-11-08T00:41:02.006Z | Compiling rustls-webpki v0.102.8 |
1263 | 2024-11-08T00:41:02.171Z | Compiling pest_meta v2.7.14 |
1264 | 2024-11-08T00:41:02.506Z | Compiling goblin v0.8.2 |
1265 | 2024-11-08T00:41:02.577Z | Compiling pkcs8 v0.10.2 |
1266 | 2024-11-08T00:41:02.841Z | Compiling sha1 v0.10.6 |
1267 | 2024-11-08T00:41:02.860Z | Compiling signature v2.2.0 |
1268 | 2024-11-08T00:41:03.155Z | Compiling regex-automata v0.4.8 |
1269 | 2024-11-08T00:41:03.261Z | Compiling crossbeam-epoch v0.9.18 |
1270 | 2024-11-08T00:41:03.261Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1271 | 2024-11-08T00:41:03.295Z | Compiling lazy_static v1.5.0 |
1272 | 2024-11-08T00:41:03.423Z | Compiling thread_local v1.1.8 |
1273 | 2024-11-08T00:41:03.776Z | Compiling pest_generator v2.7.14 |
1274 | 2024-11-08T00:41:03.987Z | Compiling multer v3.1.0 |
1275 | 2024-11-08T00:41:04.027Z | Compiling encoding_rs v0.8.34 |
1276 | 2024-11-08T00:41:04.049Z | Compiling cookie v0.18.1 |
1277 | 2024-11-08T00:41:04.269Z | Compiling gimli v0.31.1 |
1278 | 2024-11-08T00:41:04.329Z | Compiling slog-async v2.8.0 |
1279 | 2024-11-08T00:41:04.862Z | Compiling ipnet v2.10.1 |
1280 | 2024-11-08T00:41:05.700Z | Compiling bytes v1.7.2 |
1281 | 2024-11-08T00:41:06.090Z | Compiling indexmap v2.6.0 |
1282 | 2024-11-08T00:41:07.012Z | Compiling tokio v1.40.0 |
1283 | 2024-11-08T00:41:07.049Z | Compiling http v1.1.0 |
1284 | 2024-11-08T00:41:07.633Z | Compiling bitflags v2.6.0 |
1285 | 2024-11-08T00:41:08.063Z | Compiling semver v1.0.23 |
1286 | 2024-11-08T00:41:08.292Z | Compiling pest_derive v2.7.14 |
1287 | 2024-11-08T00:41:08.803Z | Compiling rustc_version v0.4.1 |
1288 | 2024-11-08T00:41:09.031Z | Compiling http-body v1.0.1 |
1289 | 2024-11-08T00:41:09.112Z | Compiling dtrace-parser v0.2.0 |
1290 | 2024-11-08T00:41:09.279Z | Compiling dof v0.3.0 |
1291 | 2024-11-08T00:41:09.545Z | Compiling toml_datetime v0.6.8 |
1292 | 2024-11-08T00:41:09.564Z | Compiling serde_spanned v0.6.8 |
1293 | 2024-11-08T00:41:09.810Z | Compiling serde_tokenstream v0.2.2 |
1294 | 2024-11-08T00:41:10.066Z | Compiling uuid v1.10.0 |
1295 | 2024-11-08T00:41:10.384Z | Compiling usdt-impl v0.5.0 |
1296 | 2024-11-08T00:41:11.126Z | Compiling chrono v0.4.38 |
1297 | 2024-11-08T00:41:11.364Z | Compiling heapless v0.7.17 |
1298 | 2024-11-08T00:41:11.619Z | Compiling http-body-util v0.1.2 |
1299 | 2024-11-08T00:41:11.896Z | Compiling either v1.13.0 |
1300 | 2024-11-08T00:41:12.166Z | Compiling mime v0.3.17 |
1301 | 2024-11-08T00:41:12.326Z | Compiling signal-hook v0.3.17 |
1302 | 2024-11-08T00:41:12.516Z | Compiling openssl-probe v0.1.5 |
1303 | 2024-11-08T00:41:12.639Z | Compiling unicode-properties v0.1.3 |
1304 | 2024-11-08T00:41:12.793Z | Compiling paste v1.0.15 |
1305 | 2024-11-08T00:41:12.902Z | Compiling schemars v0.8.21 |
1306 | 2024-11-08T00:41:13.038Z | Compiling rayon-core v1.12.1 |
1307 | 2024-11-08T00:41:13.275Z | Compiling stringprep v0.1.5 |
1308 | 2024-11-08T00:41:13.373Z | Compiling usdt-attr-macro v0.5.0 |
1309 | 2024-11-08T00:41:13.398Z | Compiling usdt-macro v0.5.0 |
1310 | 2024-11-08T00:41:14.352Z | Compiling toml_edit v0.22.22 |
1311 | 2024-11-08T00:41:14.830Z | Compiling curve25519-dalek v4.1.3 |
1312 | 2024-11-08T00:41:14.876Z | Compiling addr2line v0.24.2 |
1313 | 2024-11-08T00:41:14.896Z | Compiling slog-json v2.6.1 |
1314 | 2024-11-08T00:41:15.003Z | Compiling serde_urlencoded v0.7.1 |
1315 | 2024-11-08T00:41:15.428Z | Compiling tokio-util v0.7.12 |
1316 | 2024-11-08T00:41:15.537Z | Compiling crossbeam-deque v0.8.5 |
1317 | 2024-11-08T00:41:15.874Z | Compiling futures-executor v0.3.31 |
1318 | 2024-11-08T00:41:16.443Z | Compiling h2 v0.4.6 |
1319 | 2024-11-08T00:41:16.684Z | Compiling md-5 v0.10.6 |
1320 | 2024-11-08T00:41:16.936Z | Compiling schemars_derive v0.8.21 |
1321 | 2024-11-08T00:41:17.064Z | Compiling async-stream-impl v0.3.6 |
1322 | 2024-11-08T00:41:19.115Z | Compiling enum-as-inner v0.6.1 |
1323 | 2024-11-08T00:41:20.169Z | Compiling term v0.7.0 |
1324 | 2024-11-08T00:41:20.586Z | Compiling crossbeam-channel v0.5.13 |
1325 | 2024-11-08T00:41:21.637Z | Compiling num-integer v0.1.46 |
1326 | 2024-11-08T00:41:21.749Z | Compiling rustls-pemfile v2.2.0 |
1327 | 2024-11-08T00:41:21.970Z | Compiling idna v0.4.0 |
1328 | 2024-11-08T00:41:22.080Z | Compiling idna v0.3.0 |
1329 | 2024-11-08T00:41:22.167Z | Compiling hash32 v0.2.1 |
1330 | 2024-11-08T00:41:22.458Z | Compiling ff v0.13.0 |
1331 | 2024-11-08T00:41:22.604Z | Compiling is-terminal v0.4.13 |
1332 | 2024-11-08T00:41:22.690Z | Compiling dropshot v0.12.0 |
1333 | 2024-11-08T00:41:22.742Z | Compiling object v0.36.5 |
1334 | 2024-11-08T00:41:22.995Z | Compiling linked-hash-map v0.5.6 |
1335 | 2024-11-08T00:41:23.374Z | Compiling stable_deref_trait v1.2.0 |
1336 | 2024-11-08T00:41:23.490Z | Compiling psl-types v2.0.11 |
1337 | 2024-11-08T00:41:23.562Z | Compiling num-bigint-dig v0.8.4 |
1338 | 2024-11-08T00:41:23.703Z | Compiling hyper v1.4.1 |
1339 | 2024-11-08T00:41:23.723Z | Compiling utf-8 v0.7.6 |
1340 | 2024-11-08T00:41:23.864Z | Compiling rustc-demangle v0.1.24 |
1341 | 2024-11-08T00:41:24.047Z | Compiling base16ct v0.2.0 |
1342 | 2024-11-08T00:41:24.391Z | Compiling anyhow v1.0.92 |
1343 | 2024-11-08T00:41:24.819Z | Compiling dyn-clone v1.0.17 |
1344 | 2024-11-08T00:41:25.057Z | Compiling fallible-iterator v0.2.0 |
1345 | 2024-11-08T00:41:25.060Z | Compiling portable-atomic v1.9.0 |
1346 | 2024-11-08T00:41:25.358Z | Compiling smoltcp v0.9.1 |
1347 | 2024-11-08T00:41:25.785Z | Compiling quick-error v1.2.3 |
1348 | 2024-11-08T00:41:25.944Z | Compiling take_mut v0.2.2 |
1349 | 2024-11-08T00:41:26.104Z | Compiling resolv-conf v0.7.0 |
1350 | 2024-11-08T00:41:26.138Z | Compiling hyper-util v0.1.9 |
1351 | 2024-11-08T00:41:26.946Z | Compiling postgres-protocol v0.6.7 |
1352 | 2024-11-08T00:41:27.418Z | Compiling sec1 v0.7.3 |
1353 | 2024-11-08T00:41:27.799Z | Compiling tungstenite v0.24.0 |
1354 | 2024-11-08T00:41:28.048Z | Compiling publicsuffix v2.2.3 |
1355 | 2024-11-08T00:41:28.345Z | Compiling lru-cache v0.1.2 |
1356 | 2024-11-08T00:41:28.612Z | Compiling hickory-proto v0.24.1 |
1357 | 2024-11-08T00:41:28.741Z | Compiling slog-term v2.9.1 |
1358 | 2024-11-08T00:41:29.385Z | Compiling group v0.13.0 |
1359 | 2024-11-08T00:41:29.536Z | Compiling usdt v0.5.0 |
1360 | 2024-11-08T00:41:29.707Z | Compiling num-iter v0.1.45 |
1361 | 2024-11-08T00:41:29.909Z | Compiling tokio-rustls v0.26.0 |
1362 | 2024-11-08T00:41:29.912Z | Compiling tokio-rustls v0.25.0 |
1363 | 2024-11-08T00:41:30.046Z | Compiling tokio-native-tls v0.3.1 |
1364 | 2024-11-08T00:41:30.080Z | Compiling backtrace v0.3.74 |
1365 | 2024-11-08T00:41:30.336Z | Compiling async-stream v0.3.6 |
1366 | 2024-11-08T00:41:30.354Z | Compiling toml v0.8.19 |
1367 | 2024-11-08T00:41:30.529Z | Compiling futures v0.3.31 |
1368 | 2024-11-08T00:41:31.016Z | Compiling camino v1.1.9 |
1369 | 2024-11-08T00:41:31.822Z | Compiling slog-bunyan v2.5.0 |
1370 | 2024-11-08T00:41:31.886Z | Compiling terminal_size v0.4.0 |
1371 | 2024-11-08T00:41:32.075Z | Compiling dropshot_endpoint v0.12.0 |
1372 | 2024-11-08T00:41:32.107Z | Compiling openapiv3 v2.0.0 |
1373 | 2024-11-08T00:41:32.408Z | Compiling serde_path_to_error v0.1.16 |
1374 | 2024-11-08T00:41:33.022Z | Compiling hkdf v0.12.4 |
1375 | 2024-11-08T00:41:33.236Z | Compiling crypto-bigint v0.5.5 |
1376 | 2024-11-08T00:41:33.295Z | Compiling curve25519-dalek-derive v0.1.1 |
1377 | 2024-11-08T00:41:33.313Z | Compiling zerocopy-derive v0.6.6 |
1378 | 2024-11-08T00:41:33.510Z | Compiling phf_shared v0.11.2 |
1379 | 2024-11-08T00:41:33.880Z | Compiling hubpack_derive v0.1.1 |
1380 | 2024-11-08T00:41:33.920Z | Compiling waitgroup v0.1.2 |
1381 | 2024-11-08T00:41:34.148Z | Compiling webpki-roots v0.26.6 |
1382 | 2024-11-08T00:41:34.376Z | Compiling hostname v0.4.0 |
1383 | 2024-11-08T00:41:34.639Z | Compiling ahash v0.8.11 |
1384 | 2024-11-08T00:41:34.726Z | Compiling crc32fast v1.4.2 |
1385 | 2024-11-08T00:41:34.773Z | Compiling fs-err v2.11.0 |
1386 | 2024-11-08T00:41:34.996Z | Compiling winnow v0.5.40 |
1387 | 2024-11-08T00:41:35.067Z | Compiling bitflags v1.3.2 |
1388 | 2024-11-08T00:41:35.085Z | Compiling debug-ignore v1.0.5 |
1389 | 2024-11-08T00:41:35.175Z | Compiling managed v0.8.0 |
1390 | 2024-11-08T00:41:35.223Z | Compiling console v0.15.8 |
1391 | 2024-11-08T00:41:35.401Z | Compiling zerocopy v0.6.6 |
1392 | 2024-11-08T00:41:36.313Z | Compiling elliptic-curve v0.13.8 |
1393 | 2024-11-08T00:41:36.458Z | Compiling clap_builder v4.5.20 |
1394 | 2024-11-08T00:41:36.739Z | Compiling strum_macros v0.25.3 |
1395 | 2024-11-08T00:41:37.381Z | Compiling flate2 v1.0.34 |
1396 | 2024-11-08T00:41:37.825Z | Compiling hubpack v0.1.2 |
1397 | 2024-11-08T00:41:38.458Z | Compiling hyper-rustls v0.27.3 |
1398 | 2024-11-08T00:41:38.692Z | Compiling toml_edit v0.19.15 |
1399 | 2024-11-08T00:41:39.018Z | Compiling hickory-resolver v0.24.1 |
1400 | 2024-11-08T00:41:39.090Z | Compiling phf v0.11.2 |
1401 | 2024-11-08T00:41:39.403Z | Compiling signal-hook-mio v0.2.4 |
1402 | 2024-11-08T00:41:39.504Z | Compiling rayon v1.10.0 |
1403 | 2024-11-08T00:41:39.575Z | Compiling cookie_store v0.21.0 |
1404 | 2024-11-08T00:41:41.071Z | Compiling bzip2 v0.4.4 |
1405 | 2024-11-08T00:41:41.490Z | Compiling hyper-tls v0.6.0 |
1406 | 2024-11-08T00:41:41.946Z | Compiling tokio-tungstenite v0.24.0 |
1407 | 2024-11-08T00:41:42.531Z | Compiling postgres-types v0.2.8 |
1408 | 2024-11-08T00:41:44.474Z | Compiling tokio-stream v0.1.16 |
1409 | 2024-11-08T00:41:45.407Z | Compiling bstr v1.10.0 |
1410 | 2024-11-08T00:41:45.427Z | Compiling regex v1.11.0 |
1411 | 2024-11-08T00:41:45.459Z | Compiling serde-big-array v0.5.1 |
1412 | 2024-11-08T00:41:45.552Z | Compiling ed25519 v2.2.3 |
1413 | 2024-11-08T00:41:45.679Z | Compiling pkcs1 v0.7.5 |
1414 | 2024-11-08T00:41:45.779Z | Compiling rfc6979 v0.4.0 |
1415 | 2024-11-08T00:41:45.977Z | Compiling serde_repr v0.1.19 |
1416 | 2024-11-08T00:41:46.350Z | Compiling derive-where v1.2.7 |
1417 | 2024-11-08T00:41:46.515Z | Compiling clap_derive v4.5.18 |
1418 | 2024-11-08T00:41:46.559Z | Compiling phf_shared v0.10.0 |
1419 | 2024-11-08T00:41:46.800Z | Compiling float-cmp v0.9.0 |
1420 | 2024-11-08T00:41:46.880Z | Compiling sync_wrapper v1.0.1 |
1421 | 2024-11-08T00:41:46.965Z | Compiling normalize-line-endings v0.3.0 |
1422 | 2024-11-08T00:41:47.043Z | Compiling new_debug_unreachable v1.0.6 |
1423 | 2024-11-08T00:41:47.096Z | Compiling fixedbitset v0.4.2 |
1424 | 2024-11-08T00:41:47.120Z | Compiling static_assertions v1.1.0 |
1425 | 2024-11-08T00:41:47.143Z | Compiling precomputed-hash v0.1.1 |
1426 | 2024-11-08T00:41:47.159Z | Compiling minimal-lexical v0.2.1 |
1427 | 2024-11-08T00:41:47.217Z | Compiling unicode-segmentation v1.12.0 |
1428 | 2024-11-08T00:41:47.256Z | Compiling number_prefix v0.4.0 |
1429 | 2024-11-08T00:41:47.465Z | Compiling difflib v0.4.0 |
1430 | 2024-11-08T00:41:47.520Z | Compiling bit-vec v0.6.3 |
1431 | 2024-11-08T00:41:47.560Z | Compiling predicates-core v1.0.8 |
1432 | 2024-11-08T00:41:47.728Z | Compiling whoami v1.5.2 |
1433 | 2024-11-08T00:41:47.936Z | Compiling predicates v3.1.2 |
1434 | 2024-11-08T00:41:48.008Z | Compiling similar v2.6.0 |
1435 | 2024-11-08T00:41:48.144Z | Compiling tokio-postgres v0.7.12 |
1436 | 2024-11-08T00:41:48.373Z | Compiling bit-set v0.5.3 |
1437 | 2024-11-08T00:41:48.719Z | Compiling nom v7.1.3 |
1438 | 2024-11-08T00:41:49.054Z | Compiling indicatif v0.17.8 |
1439 | 2024-11-08T00:41:49.624Z | Compiling petgraph v0.6.5 |
1440 | 2024-11-08T00:41:49.757Z | Compiling qorb v0.2.0 |
1441 | 2024-11-08T00:41:50.455Z | Compiling string_cache v0.8.7 |
1442 | 2024-11-08T00:41:50.925Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1443 | 2024-11-08T00:41:51.186Z | Compiling reqwest v0.12.8 |
1444 | 2024-11-08T00:41:51.307Z | Compiling clap v4.5.20 |
1445 | 2024-11-08T00:41:51.436Z | Compiling rsa v0.9.6 |
1446 | 2024-11-08T00:41:52.513Z | Compiling ecdsa v0.16.9 |
1447 | 2024-11-08T00:41:53.411Z | Compiling ed25519-dalek v2.1.1 |
1448 | 2024-11-08T00:41:53.643Z | Compiling toml v0.7.8 |
1449 | 2024-11-08T00:41:53.936Z | Compiling zip v0.6.6 |
1450 | 2024-11-08T00:41:54.748Z | Compiling crossterm v0.28.1 |
1451 | 2024-11-08T00:41:55.806Z | Compiling itertools v0.10.5 |
1452 | 2024-11-08T00:41:55.970Z | Compiling itertools v0.12.1 |
1453 | 2024-11-08T00:41:56.222Z | Compiling hex v0.4.3 |
1454 | 2024-11-08T00:41:56.417Z | Compiling x509-cert v0.2.5 |
1455 | 2024-11-08T00:41:56.851Z | Compiling lalrpop-util v0.19.12 |
1456 | 2024-11-08T00:41:57.227Z | Compiling unicode-xid v0.2.6 |
1457 | 2024-11-08T00:41:57.427Z | Compiling peg-runtime v0.8.3 |
1458 | 2024-11-08T00:41:57.884Z | Compiling xattr v1.3.1 |
1459 | 2024-11-08T00:41:58.128Z | Compiling strum_macros v0.26.4 |
1460 | 2024-11-08T00:41:58.164Z | Compiling filetime v0.2.25 |
1461 | 2024-11-08T00:41:58.479Z | Compiling tar v0.4.42 |
1462 | 2024-11-08T00:42:00.856Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1463 | 2024-11-08T00:42:01.189Z | Compiling strum v0.26.3 |
1464 | 2024-11-08T00:42:01.271Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1465 | 2024-11-08T00:42:06.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1466 | 2024-11-08T00:42:06.940Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1467 | 2024-11-08T00:42:06.988Z | Nov 08 00:42:06.124 INFO Starting download, target: Clickhouse |
1468 | 2024-11-08T00:42:06.989Z | Nov 08 00:42:06.124 INFO Starting download, target: Cockroach |
1469 | 2024-11-08T00:42:06.989Z | Nov 08 00:42:06.124 INFO Starting download, target: Console |
1470 | 2024-11-08T00:42:06.989Z | Nov 08 00:42:06.124 INFO Starting download, target: DendriteOpenapi |
1471 | 2024-11-08T00:42:06.989Z | Nov 08 00:42:06.124 INFO Starting download, target: DendriteStub |
1472 | 2024-11-08T00:42:06.991Z | Nov 08 00:42:06.124 INFO Starting download, target: MaghemiteMgd |
1473 | 2024-11-08T00:42:06.991Z | Nov 08 00:42:06.124 INFO Starting download, target: TransceiverControl |
1474 | 2024-11-08T00:42:06.991Z | Nov 08 00:42:06.125 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1475 | 2024-11-08T00:42:06.991Z | Nov 08 00:42:06.125 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1476 | 2024-11-08T00:42:06.991Z | Nov 08 00:42:06.125 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1477 | 2024-11-08T00:42:06.991Z | Nov 08 00:42:06.125 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1478 | 2024-11-08T00:42:06.991Z | Nov 08 00:42:06.125 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1479 | 2024-11-08T00:42:06.991Z | Nov 08 00:42:06.125 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1480 | 2024-11-08T00:42:06.991Z | Nov 08 00:42:06.125 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1481 | 2024-11-08T00:42:07.224Z | Nov 08 00:42:06.333 INFO Download complete, target: DendriteOpenapi |
1482 | 2024-11-08T00:42:07.470Z | Nov 08 00:42:06.601 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1483 | 2024-11-08T00:42:07.833Z | Nov 08 00:42:06.968 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1484 | 2024-11-08T00:42:07.869Z | Nov 08 00:42:06.995 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1485 | 2024-11-08T00:42:07.966Z | Nov 08 00:42:07.102 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1486 | 2024-11-08T00:42:08.188Z | Nov 08 00:42:07.322 INFO Download complete, target: Console |
1487 | 2024-11-08T00:42:08.238Z | Nov 08 00:42:07.373 INFO Download complete, target: TransceiverControl |
1488 | 2024-11-08T00:42:09.005Z | Nov 08 00:42:08.127 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1489 | 2024-11-08T00:42:09.005Z | Nov 08 00:42:08.127 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1490 | 2024-11-08T00:42:09.129Z | Nov 08 00:42:08.264 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1491 | 2024-11-08T00:42:10.657Z | Nov 08 00:42:09.792 INFO Download complete, target: DendriteStub |
1492 | 2024-11-08T00:42:10.834Z | Nov 08 00:42:09.969 INFO Download complete, target: MaghemiteMgd |
1493 | 2024-11-08T00:42:16.194Z | Nov 08 00:42:15.329 INFO Checking that binary works, target: Cockroach |
1494 | 2024-11-08T00:42:16.348Z | Nov 08 00:42:15.483 INFO Download complete, target: Cockroach |
1495 | 2024-11-08T00:42:21.402Z | Nov 08 00:42:20.536 INFO Checking that binary works, target: Clickhouse |
1496 | 2024-11-08T00:42:22.371Z | Nov 08 00:42:21.505 INFO Download complete, target: Clickhouse |
1497 | 2024-11-08T00:42:22.662Z | All builder prerequisites installed successfully, and PATH looks valid |
1498 | 2024-11-08T00:42:22.665Z | |
1499 | 2024-11-08T00:42:22.665Z | real 4:37.391440260 |
1500 | 2024-11-08T00:42:22.665Z | user 12:22.127624616 |
1501 | 2024-11-08T00:42:22.665Z | sys 2:41.796802106 |
1502 | 2024-11-08T00:42:22.665Z | trap 0.437528910 |
1503 | 2024-11-08T00:42:22.665Z | tflt 7.445320540 |
1504 | 2024-11-08T00:42:22.665Z | dflt 5.787934789 |
1505 | 2024-11-08T00:42:22.665Z | kflt 0.583236665 |
1506 | 2024-11-08T00:42:22.665Z | lock 23:33.009291208 |
1507 | 2024-11-08T00:42:22.665Z | slp 50:15.499442384 |
1508 | 2024-11-08T00:42:22.665Z | lat 41.928595922 |
1509 | 2024-11-08T00:42:22.665Z | stop 1:58.586545618 |
1510 | 2024-11-08T00:42:22.665Z | + banner hack-check |
1511 | 2024-11-08T00:42:22.665Z | |
1512 | 2024-11-08T00:42:22.665Z | # # ## #### # # #### # # ###### #### # # |
1513 | 2024-11-08T00:42:22.665Z | # # # # # # # # # # # # # # # # # |
1514 | 2024-11-08T00:42:22.665Z | ###### # # # #### ##### # ###### ##### # #### |
1515 | 2024-11-08T00:42:22.665Z | # # ###### # # # # # # # # # # |
1516 | 2024-11-08T00:42:22.665Z | # # # # # # # # # # # # # # # # # |
1517 | 2024-11-08T00:42:22.666Z | # # # # #### # # #### # # ###### #### # # |
1518 | 2024-11-08T00:42:22.666Z | |
1519 | 2024-11-08T00:42:22.666Z | + export CARGO_INCREMENTAL=0 |
1520 | 2024-11-08T00:42:22.666Z | + CARGO_INCREMENTAL=0 |
1521 | 2024-11-08T00:42:22.666Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1522 | 2024-11-08T00:42:23.165Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1523 | 2024-11-08T00:42:26.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
1524 | 2024-11-08T00:42:26.679Z | Running `target/debug/xtask check-features --ci` |
1525 | 2024-11-08T00:42:26.701Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1526 | 2024-11-08T00:42:26.701Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1527 | 2024-11-08T00:42:27.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1528 | 2024-11-08T00:42:27.165Z | Running `target/debug/xtask download cargo-hack` |
1529 | 2024-11-08T00:42:27.944Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1530 | 2024-11-08T00:42:28.319Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1531 | 2024-11-08T00:42:33.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s |
1532 | 2024-11-08T00:42:33.270Z | Running `target/debug/xtask-downloader cargo-hack` |
1533 | 2024-11-08T00:42:33.304Z | Nov 08 00:42:32.437 INFO Starting download, target: CargoHack |
1534 | 2024-11-08T00:42:33.306Z | Nov 08 00:42:32.438 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1535 | 2024-11-08T00:42:33.760Z | Nov 08 00:42:32.893 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1536 | 2024-11-08T00:42:33.950Z | Nov 08 00:42:32.982 INFO Download complete, target: CargoHack |
1537 | 2024-11-08T00:42:33.961Z | 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" |
1538 | 2024-11-08T00:42:33.961Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1539 | 2024-11-08T00:42:34.031Z | info: running `cargo check --bins` on api_identity (1/168) |
1540 | 2024-11-08T00:42:34.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-11-08T00:42:34.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-11-08T00:42:34.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-11-08T00:42:34.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1544 | 2024-11-08T00:42:34.623Z | |
1545 | 2024-11-08T00:42:34.623Z | info: running `cargo check --bins` on bootstore (2/168) |
1546 | 2024-11-08T00:42:35.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-11-08T00:42:35.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-11-08T00:42:35.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-11-08T00:42:35.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1550 | 2024-11-08T00:42:35.268Z | |
1551 | 2024-11-08T00:42:35.268Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
1552 | 2024-11-08T00:42:35.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-11-08T00:42:35.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-11-08T00:42:35.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-11-08T00:42:35.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1556 | 2024-11-08T00:42:35.814Z | |
1557 | 2024-11-08T00:42:35.814Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
1558 | 2024-11-08T00:42:36.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-11-08T00:42:36.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-11-08T00:42:36.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-11-08T00:42:36.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1562 | 2024-11-08T00:42:36.413Z | |
1563 | 2024-11-08T00:42:36.413Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
1564 | 2024-11-08T00:42:36.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-11-08T00:42:36.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-11-08T00:42:36.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-11-08T00:42:36.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1568 | 2024-11-08T00:42:36.819Z | |
1569 | 2024-11-08T00:42:36.819Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
1570 | 2024-11-08T00:42:37.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-11-08T00:42:37.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-11-08T00:42:37.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-11-08T00:42:37.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1574 | 2024-11-08T00:42:37.225Z | |
1575 | 2024-11-08T00:42:37.225Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
1576 | 2024-11-08T00:42:37.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1577 | 2024-11-08T00:42:37.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1578 | 2024-11-08T00:42:37.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1579 | 2024-11-08T00:42:37.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1580 | 2024-11-08T00:42:37.629Z | |
1581 | 2024-11-08T00:42:37.629Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
1582 | 2024-11-08T00:42:37.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1583 | 2024-11-08T00:42:38.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1584 | 2024-11-08T00:42:38.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1585 | 2024-11-08T00:42:38.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1586 | 2024-11-08T00:42:38.038Z | |
1587 | 2024-11-08T00:42:38.038Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
1588 | 2024-11-08T00:42:38.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1589 | 2024-11-08T00:42:38.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1590 | 2024-11-08T00:42:38.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1591 | 2024-11-08T00:42:38.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1592 | 2024-11-08T00:42:38.447Z | |
1593 | 2024-11-08T00:42:38.447Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
1594 | 2024-11-08T00:42:38.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1595 | 2024-11-08T00:42:38.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1596 | 2024-11-08T00:42:38.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1597 | 2024-11-08T00:42:38.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1598 | 2024-11-08T00:42:38.863Z | |
1599 | 2024-11-08T00:42:38.863Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
1600 | 2024-11-08T00:42:39.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1601 | 2024-11-08T00:42:39.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1602 | 2024-11-08T00:42:39.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1603 | 2024-11-08T00:42:39.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1604 | 2024-11-08T00:42:39.270Z | |
1605 | 2024-11-08T00:42:39.270Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
1606 | 2024-11-08T00:42:39.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1607 | 2024-11-08T00:42:39.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1608 | 2024-11-08T00:42:39.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1609 | 2024-11-08T00:42:39.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1610 | 2024-11-08T00:42:39.684Z | |
1611 | 2024-11-08T00:42:39.684Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
1612 | 2024-11-08T00:42:40.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-11-08T00:42:40.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-11-08T00:42:40.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-11-08T00:42:40.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1616 | 2024-11-08T00:42:40.099Z | |
1617 | 2024-11-08T00:42:40.099Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
1618 | 2024-11-08T00:42:40.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-11-08T00:42:40.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-11-08T00:42:40.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-11-08T00:42:40.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1622 | 2024-11-08T00:42:40.506Z | |
1623 | 2024-11-08T00:42:40.506Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
1624 | 2024-11-08T00:42:40.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-11-08T00:42:40.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-11-08T00:42:40.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-11-08T00:42:40.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1628 | 2024-11-08T00:42:40.913Z | |
1629 | 2024-11-08T00:42:40.914Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
1630 | 2024-11-08T00:42:41.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-11-08T00:42:41.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-11-08T00:42:41.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-11-08T00:42:41.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1634 | 2024-11-08T00:42:41.315Z | |
1635 | 2024-11-08T00:42:41.315Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
1636 | 2024-11-08T00:42:41.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-11-08T00:42:41.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-11-08T00:42:41.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-11-08T00:42:41.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1640 | 2024-11-08T00:42:41.727Z | |
1641 | 2024-11-08T00:42:41.727Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
1642 | 2024-11-08T00:42:42.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-11-08T00:42:42.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-11-08T00:42:42.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-11-08T00:42:42.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1646 | 2024-11-08T00:42:42.142Z | |
1647 | 2024-11-08T00:42:42.142Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
1648 | 2024-11-08T00:42:42.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-11-08T00:42:42.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-11-08T00:42:42.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-11-08T00:42:42.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1652 | 2024-11-08T00:42:42.557Z | |
1653 | 2024-11-08T00:42:42.557Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
1654 | 2024-11-08T00:42:42.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-11-08T00:42:42.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-11-08T00:42:42.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-11-08T00:42:42.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1658 | 2024-11-08T00:42:42.970Z | |
1659 | 2024-11-08T00:42:42.970Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
1660 | 2024-11-08T00:42:43.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-11-08T00:42:43.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-11-08T00:42:43.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-11-08T00:42:43.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1664 | 2024-11-08T00:42:43.378Z | |
1665 | 2024-11-08T00:42:43.378Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
1666 | 2024-11-08T00:42:43.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-11-08T00:42:43.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-11-08T00:42:43.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-11-08T00:42:43.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1670 | 2024-11-08T00:42:43.797Z | |
1671 | 2024-11-08T00:42:43.797Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
1672 | 2024-11-08T00:42:44.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-11-08T00:42:44.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-11-08T00:42:44.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-11-08T00:42:44.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1676 | 2024-11-08T00:42:44.217Z | |
1677 | 2024-11-08T00:42:44.217Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
1678 | 2024-11-08T00:42:44.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-11-08T00:42:44.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-11-08T00:42:44.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-11-08T00:42:44.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1682 | 2024-11-08T00:42:44.624Z | |
1683 | 2024-11-08T00:42:44.624Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
1684 | 2024-11-08T00:42:45.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-11-08T00:42:45.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-11-08T00:42:45.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-11-08T00:42:45.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1688 | 2024-11-08T00:42:45.213Z | |
1689 | 2024-11-08T00:42:45.213Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
1690 | 2024-11-08T00:42:45.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-11-08T00:42:45.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-11-08T00:42:45.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-11-08T00:42:45.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1694 | 2024-11-08T00:42:45.813Z | |
1695 | 2024-11-08T00:42:45.813Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
1696 | 2024-11-08T00:42:46.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-11-08T00:42:46.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-11-08T00:42:46.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-11-08T00:42:46.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1700 | 2024-11-08T00:42:46.416Z | |
1701 | 2024-11-08T00:42:46.416Z | info: running `cargo check --bins` on oxlog (28/168) |
1702 | 2024-11-08T00:42:46.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-11-08T00:42:46.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-11-08T00:42:47.001Z | Checking cfg-if v1.0.0 |
1705 | 2024-11-08T00:42:47.004Z | Checking libc v0.2.161 |
1706 | 2024-11-08T00:42:47.103Z | Checking serde v1.0.210 |
1707 | 2024-11-08T00:42:47.103Z | Checking zeroize v1.8.1 |
1708 | 2024-11-08T00:42:47.110Z | Checking memchr v2.7.4 |
1709 | 2024-11-08T00:42:47.125Z | Checking typenum v1.17.0 |
1710 | 2024-11-08T00:42:47.127Z | Checking scopeguard v1.2.0 |
1711 | 2024-11-08T00:42:47.135Z | Checking subtle v2.6.1 |
1712 | 2024-11-08T00:42:47.162Z | Checking value-bag v1.9.0 |
1713 | 2024-11-08T00:42:47.289Z | Checking lock_api v0.4.12 |
1714 | 2024-11-08T00:42:47.345Z | Checking const-oid v0.9.6 |
1715 | 2024-11-08T00:42:47.397Z | Checking itoa v1.0.11 |
1716 | 2024-11-08T00:42:47.572Z | Checking log v0.4.22 |
1717 | 2024-11-08T00:42:47.607Z | Checking pin-project-lite v0.2.14 |
1718 | 2024-11-08T00:42:47.710Z | Checking byteorder v1.5.0 |
1719 | 2024-11-08T00:42:47.762Z | Checking smallvec v1.13.2 |
1720 | 2024-11-08T00:42:47.959Z | Checking futures-core v0.3.31 |
1721 | 2024-11-08T00:42:48.073Z | Checking once_cell v1.20.2 |
1722 | 2024-11-08T00:42:48.117Z | Checking cpufeatures v0.2.14 |
1723 | 2024-11-08T00:42:48.135Z | Checking futures-sink v0.3.31 |
1724 | 2024-11-08T00:42:48.155Z | Checking spin v0.9.8 |
1725 | 2024-11-08T00:42:48.203Z | Checking zerocopy v0.7.35 |
1726 | 2024-11-08T00:42:48.274Z | Checking getrandom v0.2.15 |
1727 | 2024-11-08T00:42:48.274Z | Checking parking_lot_core v0.9.10 |
1728 | 2024-11-08T00:42:48.370Z | Checking signal-hook-registry v1.4.2 |
1729 | 2024-11-08T00:42:48.425Z | Checking generic-array v0.14.7 |
1730 | 2024-11-08T00:42:48.485Z | Checking rand_core v0.6.4 |
1731 | 2024-11-08T00:42:48.507Z | Checking mio v1.0.2 |
1732 | 2024-11-08T00:42:48.614Z | Checking parking_lot v0.12.3 |
1733 | 2024-11-08T00:42:48.627Z | Checking socket2 v0.5.7 |
1734 | 2024-11-08T00:42:48.789Z | Checking slab v0.4.9 |
1735 | 2024-11-08T00:42:48.948Z | Checking futures-channel v0.3.31 |
1736 | 2024-11-08T00:42:49.053Z | Checking pin-utils v0.1.0 |
1737 | 2024-11-08T00:42:49.116Z | Checking tinyvec_macros v0.1.1 |
1738 | 2024-11-08T00:42:49.131Z | Checking foldhash v0.1.3 |
1739 | 2024-11-08T00:42:49.146Z | Checking equivalent v1.0.1 |
1740 | 2024-11-08T00:42:49.184Z | Checking futures-task v0.3.31 |
1741 | 2024-11-08T00:42:49.201Z | Checking allocator-api2 v0.2.18 |
1742 | 2024-11-08T00:42:49.248Z | Checking futures-io v0.3.31 |
1743 | 2024-11-08T00:42:49.320Z | Checking tinyvec v1.8.0 |
1744 | 2024-11-08T00:42:49.348Z | Checking ryu v1.0.18 |
1745 | 2024-11-08T00:42:49.423Z | Checking fnv v1.0.7 |
1746 | 2024-11-08T00:42:49.426Z | Checking futures-util v0.3.31 |
1747 | 2024-11-08T00:42:49.543Z | Checking unicode-bidi v0.3.17 |
1748 | 2024-11-08T00:42:49.582Z | Checking libm v0.2.8 |
1749 | 2024-11-08T00:42:49.631Z | Checking crypto-common v0.1.6 |
1750 | 2024-11-08T00:42:49.670Z | Checking block-buffer v0.10.4 |
1751 | 2024-11-08T00:42:49.823Z | Checking block-padding v0.3.3 |
1752 | 2024-11-08T00:42:49.840Z | Checking hashbrown v0.15.0 |
1753 | 2024-11-08T00:42:49.886Z | Checking digest v0.10.7 |
1754 | 2024-11-08T00:42:50.040Z | Checking inout v0.1.3 |
1755 | 2024-11-08T00:42:50.151Z | Checking base64ct v1.6.0 |
1756 | 2024-11-08T00:42:50.247Z | Checking hmac v0.12.1 |
1757 | 2024-11-08T00:42:50.263Z | Checking cipher v0.4.4 |
1758 | 2024-11-08T00:42:50.470Z | Checking sha2 v0.10.8 |
1759 | 2024-11-08T00:42:50.528Z | Checking num-traits v0.2.19 |
1760 | 2024-11-08T00:42:50.610Z | Checking pem-rfc7468 v0.7.0 |
1761 | 2024-11-08T00:42:50.636Z | Checking unicode-normalization v0.1.24 |
1762 | 2024-11-08T00:42:50.653Z | Checking ppv-lite86 v0.2.20 |
1763 | 2024-11-08T00:42:50.878Z | Checking flagset v0.4.6 |
1764 | 2024-11-08T00:42:51.011Z | Checking tracing-core v0.1.32 |
1765 | 2024-11-08T00:42:51.076Z | Checking thiserror v1.0.64 |
1766 | 2024-11-08T00:42:51.092Z | Checking der v0.7.9 |
1767 | 2024-11-08T00:42:51.234Z | Checking percent-encoding v2.3.1 |
1768 | 2024-11-08T00:42:51.455Z | Checking rustls-pki-types v1.9.0 |
1769 | 2024-11-08T00:42:51.480Z | Checking rand_chacha v0.3.1 |
1770 | 2024-11-08T00:42:51.595Z | Checking salsa20 v0.10.2 |
1771 | 2024-11-08T00:42:51.648Z | Checking tracing v0.1.40 |
1772 | 2024-11-08T00:42:51.804Z | Checking pbkdf2 v0.12.2 |
1773 | 2024-11-08T00:42:51.888Z | Checking rand v0.8.5 |
1774 | 2024-11-08T00:42:51.980Z | Checking httparse v1.9.5 |
1775 | 2024-11-08T00:42:51.997Z | Checking untrusted v0.9.0 |
1776 | 2024-11-08T00:42:52.023Z | Checking powerfmt v0.2.0 |
1777 | 2024-11-08T00:42:52.138Z | Checking ring v0.17.8 |
1778 | 2024-11-08T00:42:52.172Z | Checking bytes v1.7.2 |
1779 | 2024-11-08T00:42:52.215Z | Checking indexmap v2.6.0 |
1780 | 2024-11-08T00:42:52.281Z | Checking serde_json v1.0.128 |
1781 | 2024-11-08T00:42:52.436Z | Checking bitflags v2.6.0 |
1782 | 2024-11-08T00:42:52.746Z | Checking deranged v0.3.11 |
1783 | 2024-11-08T00:42:52.972Z | Checking tokio v1.40.0 |
1784 | 2024-11-08T00:42:53.040Z | Checking http v1.1.0 |
1785 | 2024-11-08T00:42:53.251Z | Checking spki v0.7.3 |
1786 | 2024-11-08T00:42:53.537Z | Checking scrypt v0.11.0 |
1787 | 2024-11-08T00:42:53.586Z | Checking aes v0.8.4 |
1788 | 2024-11-08T00:42:53.758Z | Checking cbc v0.1.2 |
1789 | 2024-11-08T00:42:53.956Z | Checking crossbeam-utils v0.8.20 |
1790 | 2024-11-08T00:42:54.009Z | Checking num_threads v0.1.7 |
1791 | 2024-11-08T00:42:54.098Z | Checking num-conv v0.1.0 |
1792 | 2024-11-08T00:42:54.119Z | Checking atomic-waker v1.1.2 |
1793 | 2024-11-08T00:42:54.252Z | Checking time-core v0.1.2 |
1794 | 2024-11-08T00:42:54.354Z | Checking rustls-webpki v0.102.8 |
1795 | 2024-11-08T00:42:54.386Z | Checking http-body v1.0.1 |
1796 | 2024-11-08T00:42:54.400Z | Checking form_urlencoded v1.2.1 |
1797 | 2024-11-08T00:42:54.527Z | Checking pkcs5 v0.7.1 |
1798 | 2024-11-08T00:42:54.542Z | Checking time v0.3.36 |
1799 | 2024-11-08T00:42:54.584Z | Checking try-lock v0.2.5 |
1800 | 2024-11-08T00:42:54.600Z | Checking unicode-ident v1.0.13 |
1801 | 2024-11-08T00:42:54.666Z | Checking httpdate v1.0.3 |
1802 | 2024-11-08T00:42:54.720Z | Checking want v0.3.1 |
1803 | 2024-11-08T00:42:54.734Z | Checking toml_datetime v0.6.8 |
1804 | 2024-11-08T00:42:54.761Z | Checking proc-macro2 v1.0.87 |
1805 | 2024-11-08T00:42:54.895Z | Checking uuid v1.10.0 |
1806 | 2024-11-08T00:42:54.897Z | Checking serde_spanned v0.6.8 |
1807 | 2024-11-08T00:42:55.021Z | Checking idna v0.5.0 |
1808 | 2024-11-08T00:42:55.035Z | Checking pkcs8 v0.10.2 |
1809 | 2024-11-08T00:42:55.084Z | Checking slog v2.7.0 |
1810 | 2024-11-08T00:42:55.112Z | Checking scroll v0.12.0 |
1811 | 2024-11-08T00:42:55.326Z | Checking base64 v0.22.1 |
1812 | 2024-11-08T00:42:55.464Z | Checking match_cfg v0.1.0 |
1813 | 2024-11-08T00:42:55.536Z | Checking foreign-types-shared v0.1.1 |
1814 | 2024-11-08T00:42:55.555Z | Checking plain v0.2.3 |
1815 | 2024-11-08T00:42:55.568Z | Checking iana-time-zone v0.1.61 |
1816 | 2024-11-08T00:42:55.582Z | Checking adler2 v2.0.0 |
1817 | 2024-11-08T00:42:55.643Z | Checking tower-service v0.3.3 |
1818 | 2024-11-08T00:42:55.690Z | Checking ucd-trie v0.1.7 |
1819 | 2024-11-08T00:42:55.710Z | Checking chrono v0.4.38 |
1820 | 2024-11-08T00:42:55.735Z | Checking miniz_oxide v0.8.0 |
1821 | 2024-11-08T00:42:55.759Z | Checking goblin v0.8.2 |
1822 | 2024-11-08T00:42:55.806Z | Checking foreign-types v0.3.2 |
1823 | 2024-11-08T00:42:55.875Z | Checking url v2.5.2 |
1824 | 2024-11-08T00:42:55.891Z | Checking pest v2.7.14 |
1825 | 2024-11-08T00:42:55.904Z | Checking hostname v0.3.1 |
1826 | 2024-11-08T00:42:56.034Z | Checking quote v1.0.37 |
1827 | 2024-11-08T00:42:56.393Z | Checking openssl-sys v0.9.103 |
1828 | 2024-11-08T00:42:56.497Z | Checking dirs-sys-next v0.1.2 |
1829 | 2024-11-08T00:42:56.670Z | Checking errno v0.3.9 |
1830 | 2024-11-08T00:42:56.689Z | Checking aho-corasick v1.1.3 |
1831 | 2024-11-08T00:42:56.854Z | Checking pretty-hex v0.4.1 |
1832 | 2024-11-08T00:42:57.041Z | Checking regex-syntax v0.8.5 |
1833 | 2024-11-08T00:42:57.057Z | Checking siphasher v0.3.11 |
1834 | 2024-11-08T00:42:57.335Z | Checking data-encoding v2.6.0 |
1835 | 2024-11-08T00:42:57.634Z | Checking openssl v0.10.66 |
1836 | 2024-11-08T00:42:57.784Z | Checking rustix v0.38.37 |
1837 | 2024-11-08T00:42:58.033Z | Checking dirs-next v2.0.0 |
1838 | 2024-11-08T00:42:58.178Z | Checking syn v2.0.79 |
1839 | 2024-11-08T00:42:58.427Z | Checking dtrace-parser v0.2.0 |
1840 | 2024-11-08T00:42:58.465Z | Checking http-body-util v0.1.2 |
1841 | 2024-11-08T00:42:58.918Z | Checking crossbeam-epoch v0.9.18 |
1842 | 2024-11-08T00:42:58.944Z | Checking sha1 v0.10.6 |
1843 | 2024-11-08T00:42:59.255Z | Checking signature v2.2.0 |
1844 | 2024-11-08T00:42:59.376Z | Checking lazy_static v1.5.0 |
1845 | 2024-11-08T00:42:59.457Z | Checking thread_local v1.1.8 |
1846 | 2024-11-08T00:42:59.495Z | Checking thread-id v4.2.2 |
1847 | 2024-11-08T00:42:59.609Z | Checking encoding_rs v0.8.34 |
1848 | 2024-11-08T00:42:59.740Z | Checking either v1.13.0 |
1849 | 2024-11-08T00:43:00.104Z | Checking tokio-util v0.7.12 |
1850 | 2024-11-08T00:43:00.155Z | Checking utf8parse v0.2.2 |
1851 | 2024-11-08T00:43:00.296Z | Checking openssl-probe v0.1.5 |
1852 | 2024-11-08T00:43:00.344Z | Checking regex-automata v0.4.8 |
1853 | 2024-11-08T00:43:00.455Z | Checking anstyle v1.0.8 |
1854 | 2024-11-08T00:43:00.840Z | Checking unicode-properties v0.1.3 |
1855 | 2024-11-08T00:43:00.893Z | Checking dof v0.3.0 |
1856 | 2024-11-08T00:43:01.003Z | Checking h2 v0.4.6 |
1857 | 2024-11-08T00:43:01.182Z | Checking gimli v0.31.1 |
1858 | 2024-11-08T00:43:01.264Z | Checking ipnet v2.10.1 |
1859 | 2024-11-08T00:43:01.461Z | Checking mime v0.3.17 |
1860 | 2024-11-08T00:43:01.735Z | Checking winnow v0.6.20 |
1861 | 2024-11-08T00:43:01.808Z | Checking stringprep v0.1.5 |
1862 | 2024-11-08T00:43:02.018Z | Checking anstyle-parse v0.2.5 |
1863 | 2024-11-08T00:43:02.075Z | Checking crossbeam-deque v0.8.5 |
1864 | 2024-11-08T00:43:02.302Z | Checking term v0.7.0 |
1865 | 2024-11-08T00:43:02.371Z | Checking slog-json v2.6.1 |
1866 | 2024-11-08T00:43:02.635Z | Checking rustls v0.22.4 |
1867 | 2024-11-08T00:43:02.747Z | Checking rustls v0.23.14 |
1868 | 2024-11-08T00:43:03.179Z | Checking native-tls v0.2.12 |
1869 | 2024-11-08T00:43:03.495Z | Checking futures-executor v0.3.31 |
1870 | 2024-11-08T00:43:03.723Z | Checking crossbeam-channel v0.5.13 |
1871 | 2024-11-08T00:43:04.543Z | Checking serde_urlencoded v0.7.1 |
1872 | 2024-11-08T00:43:04.720Z | Checking usdt-impl v0.5.0 |
1873 | 2024-11-08T00:43:04.945Z | Checking toml_edit v0.22.22 |
1874 | 2024-11-08T00:43:04.982Z | Checking num-integer v0.1.46 |
1875 | 2024-11-08T00:43:05.001Z | Checking rustls-pemfile v2.2.0 |
1876 | 2024-11-08T00:43:05.227Z | Checking idna v0.3.0 |
1877 | 2024-11-08T00:43:05.291Z | Checking idna v0.4.0 |
1878 | 2024-11-08T00:43:05.316Z | Checking addr2line v0.24.2 |
1879 | 2024-11-08T00:43:05.500Z | Checking md-5 v0.10.6 |
1880 | 2024-11-08T00:43:05.738Z | Checking ff v0.13.0 |
1881 | 2024-11-08T00:43:05.849Z | Checking is-terminal v0.4.13 |
1882 | 2024-11-08T00:43:05.965Z | Checking memmap v0.7.0 |
1883 | 2024-11-08T00:43:05.979Z | Checking hash32 v0.2.1 |
1884 | 2024-11-08T00:43:06.068Z | Checking object v0.36.5 |
1885 | 2024-11-08T00:43:06.144Z | Checking utf-8 v0.7.6 |
1886 | 2024-11-08T00:43:06.177Z | Checking psl-types v2.0.11 |
1887 | 2024-11-08T00:43:06.345Z | Checking fallible-iterator v0.2.0 |
1888 | 2024-11-08T00:43:06.465Z | Checking linked-hash-map v0.5.6 |
1889 | 2024-11-08T00:43:06.465Z | Checking take_mut v0.2.2 |
1890 | 2024-11-08T00:43:06.615Z | Checking dyn-clone v1.0.17 |
1891 | 2024-11-08T00:43:06.615Z | Checking anstyle-query v1.1.1 |
1892 | 2024-11-08T00:43:06.755Z | Checking is_terminal_polyfill v1.70.1 |
1893 | 2024-11-08T00:43:06.755Z | Checking rustc-demangle v0.1.24 |
1894 | 2024-11-08T00:43:06.755Z | Checking stable_deref_trait v1.2.0 |
1895 | 2024-11-08T00:43:06.897Z | Checking quick-error v1.2.3 |
1896 | 2024-11-08T00:43:06.898Z | Checking colorchoice v1.0.2 |
1897 | 2024-11-08T00:43:06.898Z | Checking base16ct v0.2.0 |
1898 | 2024-11-08T00:43:07.016Z | Checking anstream v0.6.15 |
1899 | 2024-11-08T00:43:07.016Z | Checking postgres-protocol v0.6.7 |
1900 | 2024-11-08T00:43:07.069Z | Checking sec1 v0.7.3 |
1901 | 2024-11-08T00:43:07.118Z | Checking resolv-conf v0.7.0 |
1902 | 2024-11-08T00:43:07.237Z | Checking heapless v0.7.17 |
1903 | 2024-11-08T00:43:07.378Z | Checking lru-cache v0.1.2 |
1904 | 2024-11-08T00:43:07.398Z | Checking schemars v0.8.21 |
1905 | 2024-11-08T00:43:07.425Z | Checking hyper v1.4.1 |
1906 | 2024-11-08T00:43:07.560Z | Checking slog-async v2.8.0 |
1907 | 2024-11-08T00:43:07.599Z | Checking toml v0.8.19 |
1908 | 2024-11-08T00:43:07.610Z | Checking tokio-rustls v0.25.0 |
1909 | 2024-11-08T00:43:07.717Z | Checking tokio-rustls v0.26.0 |
1910 | 2024-11-08T00:43:07.866Z | Checking publicsuffix v2.2.3 |
1911 | 2024-11-08T00:43:07.972Z | Checking tungstenite v0.24.0 |
1912 | 2024-11-08T00:43:08.087Z | Checking usdt v0.5.0 |
1913 | 2024-11-08T00:43:08.124Z | Checking hickory-proto v0.24.1 |
1914 | 2024-11-08T00:43:08.322Z | Checking slog-term v2.9.1 |
1915 | 2024-11-08T00:43:08.334Z | Checking group v0.13.0 |
1916 | 2024-11-08T00:43:08.354Z | Checking num-iter v0.1.45 |
1917 | 2024-11-08T00:43:08.531Z | Checking futures v0.3.31 |
1918 | 2024-11-08T00:43:08.604Z | Checking tokio-native-tls v0.3.1 |
1919 | 2024-11-08T00:43:08.643Z | Checking slog-bunyan v2.5.0 |
1920 | 2024-11-08T00:43:08.823Z | Checking rayon-core v1.12.1 |
1921 | 2024-11-08T00:43:08.826Z | Checking multer v3.1.0 |
1922 | 2024-11-08T00:43:08.845Z | Checking terminal_size v0.4.0 |
1923 | 2024-11-08T00:43:08.910Z | Checking phf_shared v0.11.2 |
1924 | 2024-11-08T00:43:09.015Z | Checking cookie v0.18.1 |
1925 | 2024-11-08T00:43:09.126Z | Checking async-stream v0.3.6 |
1926 | 2024-11-08T00:43:09.204Z | Checking bzip2-sys v0.1.11+1.0.8 |
1927 | 2024-11-08T00:43:09.216Z | Checking signal-hook v0.3.17 |
1928 | 2024-11-08T00:43:09.319Z | Checking camino v1.1.9 |
1929 | 2024-11-08T00:43:09.322Z | Checking waitgroup v0.1.2 |
1930 | 2024-11-08T00:43:09.475Z | Checking openapiv3 v2.0.0 |
1931 | 2024-11-08T00:43:09.491Z | Checking serde_path_to_error v0.1.16 |
1932 | 2024-11-08T00:43:09.506Z | Checking webpki-roots v0.26.6 |
1933 | 2024-11-08T00:43:09.508Z | Checking hyper-util v0.1.9 |
1934 | 2024-11-08T00:43:09.551Z | Checking hkdf v0.12.4 |
1935 | 2024-11-08T00:43:09.715Z | Checking crypto-bigint v0.5.5 |
1936 | 2024-11-08T00:43:09.767Z | Checking hostname v0.4.0 |
1937 | 2024-11-08T00:43:09.903Z | Checking crc32fast v1.4.2 |
1938 | 2024-11-08T00:43:09.918Z | Checking bitflags v1.3.2 |
1939 | 2024-11-08T00:43:10.021Z | Checking unicode-width v0.1.14 |
1940 | 2024-11-08T00:43:10.094Z | Checking winnow v0.5.40 |
1941 | 2024-11-08T00:43:10.138Z | Checking debug-ignore v1.0.5 |
1942 | 2024-11-08T00:43:10.270Z | Checking clap_lex v0.7.2 |
1943 | 2024-11-08T00:43:10.515Z | Checking strsim v0.11.1 |
1944 | 2024-11-08T00:43:10.536Z | Checking managed v0.8.0 |
1945 | 2024-11-08T00:43:10.804Z | Checking clap_builder v4.5.20 |
1946 | 2024-11-08T00:43:10.917Z | Checking smoltcp v0.9.1 |
1947 | 2024-11-08T00:43:11.729Z | Checking hyper-rustls v0.27.3 |
1948 | 2024-11-08T00:43:12.067Z | Checking hyper-tls v0.6.0 |
1949 | 2024-11-08T00:43:12.366Z | Checking console v0.15.8 |
1950 | 2024-11-08T00:43:12.427Z | Checking flate2 v1.0.34 |
1951 | 2024-11-08T00:43:12.596Z | Checking elliptic-curve v0.13.8 |
1952 | 2024-11-08T00:43:12.893Z | Checking backtrace v0.3.74 |
1953 | 2024-11-08T00:43:12.925Z | Checking signal-hook-mio v0.2.4 |
1954 | 2024-11-08T00:43:12.925Z | Checking dropshot v0.12.0 |
1955 | 2024-11-08T00:43:12.986Z | Checking hickory-resolver v0.24.1 |
1956 | 2024-11-08T00:43:13.060Z | Checking cookie_store v0.21.0 |
1957 | 2024-11-08T00:43:13.087Z | Checking rayon v1.10.0 |
1958 | 2024-11-08T00:43:13.178Z | Checking toml_edit v0.19.15 |
1959 | 2024-11-08T00:43:13.254Z | Checking bzip2 v0.4.4 |
1960 | 2024-11-08T00:43:13.453Z | Checking anyhow v1.0.92 |
1961 | 2024-11-08T00:43:13.553Z | Checking phf v0.11.2 |
1962 | 2024-11-08T00:43:13.705Z | Checking tokio-tungstenite v0.24.0 |
1963 | 2024-11-08T00:43:13.823Z | Checking num-bigint-dig v0.8.4 |
1964 | 2024-11-08T00:43:13.853Z | Checking postgres-types v0.2.8 |
1965 | 2024-11-08T00:43:13.948Z | Checking regex v1.11.0 |
1966 | 2024-11-08T00:43:14.183Z | Checking bstr v1.10.0 |
1967 | 2024-11-08T00:43:14.584Z | Checking tokio-stream v0.1.16 |
1968 | 2024-11-08T00:43:14.600Z | Checking ed25519 v2.2.3 |
1969 | 2024-11-08T00:43:14.624Z | Checking phf_shared v0.10.0 |
1970 | 2024-11-08T00:43:14.915Z | Checking curve25519-dalek v4.1.3 |
1971 | 2024-11-08T00:43:14.930Z | Checking zerocopy v0.6.6 |
1972 | 2024-11-08T00:43:15.174Z | Checking pkcs1 v0.7.5 |
1973 | 2024-11-08T00:43:15.476Z | Checking hubpack v0.1.2 |
1974 | 2024-11-08T00:43:15.592Z | Checking portable-atomic v1.9.0 |
1975 | 2024-11-08T00:43:15.685Z | Checking float-cmp v0.9.0 |
1976 | 2024-11-08T00:43:15.750Z | Checking serde-big-array v0.5.1 |
1977 | 2024-11-08T00:43:15.771Z | Checking rfc6979 v0.4.0 |
1978 | 2024-11-08T00:43:15.863Z | Checking sync_wrapper v1.0.1 |
1979 | 2024-11-08T00:43:15.958Z | Checking static_assertions v1.1.0 |
1980 | 2024-11-08T00:43:15.962Z | Checking fixedbitset v0.4.2 |
1981 | 2024-11-08T00:43:16.010Z | Checking predicates-core v1.0.8 |
1982 | 2024-11-08T00:43:16.039Z | Checking minimal-lexical v0.2.1 |
1983 | 2024-11-08T00:43:16.054Z | Checking bit-vec v0.6.3 |
1984 | 2024-11-08T00:43:16.197Z | Checking unicode-segmentation v1.12.0 |
1985 | 2024-11-08T00:43:16.249Z | Checking precomputed-hash v0.1.1 |
1986 | 2024-11-08T00:43:16.361Z | Checking whoami v1.5.2 |
1987 | 2024-11-08T00:43:16.398Z | Checking difflib v0.4.0 |
1988 | 2024-11-08T00:43:16.434Z | Checking normalize-line-endings v0.3.0 |
1989 | 2024-11-08T00:43:16.552Z | Checking new_debug_unreachable v1.0.6 |
1990 | 2024-11-08T00:43:16.640Z | Checking number_prefix v0.4.0 |
1991 | 2024-11-08T00:43:16.656Z | Checking tokio-postgres v0.7.12 |
1992 | 2024-11-08T00:43:16.670Z | Checking string_cache v0.8.7 |
1993 | 2024-11-08T00:43:16.702Z | Checking predicates v3.1.2 |
1994 | 2024-11-08T00:43:16.755Z | Checking qorb v0.2.0 |
1995 | 2024-11-08T00:43:16.803Z | Checking ed25519-dalek v2.1.1 |
1996 | 2024-11-08T00:43:16.818Z | Checking nom v7.1.3 |
1997 | 2024-11-08T00:43:16.872Z | Checking similar v2.6.0 |
1998 | 2024-11-08T00:43:16.935Z | Checking bit-set v0.5.3 |
1999 | 2024-11-08T00:43:16.962Z | Checking indicatif v0.17.8 |
2000 | 2024-11-08T00:43:17.183Z | Checking petgraph v0.6.5 |
2001 | 2024-11-08T00:43:17.210Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2002 | 2024-11-08T00:43:17.365Z | Checking rsa v0.9.6 |
2003 | 2024-11-08T00:43:17.733Z | Checking reqwest v0.12.8 |
2004 | 2024-11-08T00:43:17.751Z | Checking ecdsa v0.16.9 |
2005 | 2024-11-08T00:43:18.430Z | Checking toml v0.7.8 |
2006 | 2024-11-08T00:43:18.473Z | Checking clap v4.5.20 |
2007 | 2024-11-08T00:43:18.601Z | Checking zip v0.6.6 |
2008 | 2024-11-08T00:43:19.167Z | Checking crossterm v0.28.1 |
2009 | 2024-11-08T00:43:19.296Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2010 | 2024-11-08T00:43:19.322Z | Checking itertools v0.10.5 |
2011 | 2024-11-08T00:43:19.413Z | Checking itertools v0.12.1 |
2012 | 2024-11-08T00:43:19.739Z | Checking fs-err v2.11.0 |
2013 | 2024-11-08T00:43:19.828Z | Checking ahash v0.8.11 |
2014 | 2024-11-08T00:43:19.921Z | Checking x509-cert v0.2.5 |
2015 | 2024-11-08T00:43:20.323Z | Checking hex v0.4.3 |
2016 | 2024-11-08T00:43:20.407Z | Checking semver v1.0.23 |
2017 | 2024-11-08T00:43:20.601Z | Checking lalrpop-util v0.19.12 |
2018 | 2024-11-08T00:43:20.786Z | Checking peg-runtime v0.8.3 |
2019 | 2024-11-08T00:43:20.838Z | Checking sigpipe v0.1.3 |
2020 | 2024-11-08T00:43:22.044Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2021 | 2024-11-08T00:43:22.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.93s |
2022 | 2024-11-08T00:43:22.510Z | |
2023 | 2024-11-08T00:43:22.510Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
2024 | 2024-11-08T00:43:23.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2025 | 2024-11-08T00:43:23.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2026 | 2024-11-08T00:43:23.134Z | Compiling hashbrown v0.14.5 |
2027 | 2024-11-08T00:43:23.249Z | Checking heck v0.5.0 |
2028 | 2024-11-08T00:43:23.261Z | Compiling unsafe-libyaml v0.2.11 |
2029 | 2024-11-08T00:43:23.278Z | Compiling ident_case v1.0.1 |
2030 | 2024-11-08T00:43:23.281Z | Checking progenitor-client v0.8.0 |
2031 | 2024-11-08T00:43:23.300Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2032 | 2024-11-08T00:43:23.313Z | Compiling proc-macro-crate v1.3.1 |
2033 | 2024-11-08T00:43:23.418Z | Compiling darling_core v0.20.10 |
2034 | 2024-11-08T00:43:23.445Z | Checking ipnetwork v0.20.0 |
2035 | 2024-11-08T00:43:23.606Z | Compiling structmeta-derive v0.3.0 |
2036 | 2024-11-08T00:43:23.674Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2037 | 2024-11-08T00:43:23.793Z | Compiling newtype-uuid v1.1.2 |
2038 | 2024-11-08T00:43:24.010Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2039 | 2024-11-08T00:43:24.122Z | Compiling lzma-sys v0.1.20 |
2040 | 2024-11-08T00:43:24.321Z | Compiling num_enum_derive v0.5.11 |
2041 | 2024-11-08T00:43:24.370Z | Compiling foreign-types-macros v0.2.3 |
2042 | 2024-11-08T00:43:24.424Z | Checking regress v0.10.1 |
2043 | 2024-11-08T00:43:24.904Z | Compiling serde_yaml v0.9.34+deprecated |
2044 | 2024-11-08T00:43:25.094Z | Checking foreign-types-shared v0.3.1 |
2045 | 2024-11-08T00:43:25.211Z | Checking arc-swap v1.7.1 |
2046 | 2024-11-08T00:43:25.631Z | Checking foreign-types v0.5.0 |
2047 | 2024-11-08T00:43:25.655Z | Checking slog-scope v4.4.0 |
2048 | 2024-11-08T00:43:25.781Z | Compiling proc-macro-error v1.0.4 |
2049 | 2024-11-08T00:43:26.408Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2050 | 2024-11-08T00:43:26.430Z | Compiling structmeta v0.3.0 |
2051 | 2024-11-08T00:43:26.445Z | Checking tungstenite v0.21.0 |
2052 | 2024-11-08T00:43:26.519Z | Compiling heck v0.3.3 |
2053 | 2024-11-08T00:43:26.734Z | Checking num_enum v0.5.11 |
2054 | 2024-11-08T00:43:26.815Z | Compiling parse-display-derive v0.10.0 |
2055 | 2024-11-08T00:43:26.891Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2056 | 2024-11-08T00:43:26.931Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2024-11-08T00:43:27.379Z | Checking cstr-argument v0.1.2 |
2058 | 2024-11-08T00:43:27.566Z | Checking instant v0.1.13 |
2059 | 2024-11-08T00:43:27.687Z | Checking fastrand v2.1.1 |
2060 | 2024-11-08T00:43:27.687Z | Checking base64 v0.21.7 |
2061 | 2024-11-08T00:43:27.730Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2062 | 2024-11-08T00:43:28.013Z | Checking pretty-hex v0.2.1 |
2063 | 2024-11-08T00:43:28.053Z | Checking tempfile v3.13.0 |
2064 | 2024-11-08T00:43:28.070Z | Checking typify-impl v0.2.0 |
2065 | 2024-11-08T00:43:28.145Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2066 | 2024-11-08T00:43:28.183Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2067 | 2024-11-08T00:43:28.300Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2024-11-08T00:43:28.451Z | Checking backoff v0.4.0 |
2069 | 2024-11-08T00:43:28.471Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2070 | 2024-11-08T00:43:28.765Z | Checking tokio-tungstenite v0.21.0 |
2071 | 2024-11-08T00:43:28.780Z | Compiling zone_cfg_derive v0.1.2 |
2072 | 2024-11-08T00:43:28.804Z | Checking strum v0.26.3 |
2073 | 2024-11-08T00:43:28.966Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2074 | 2024-11-08T00:43:29.290Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2075 | 2024-11-08T00:43:29.549Z | Checking slog-stdlog v4.1.1 |
2076 | 2024-11-08T00:43:29.737Z | Checking regress v0.9.1 |
2077 | 2024-11-08T00:43:29.789Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2078 | 2024-11-08T00:43:29.838Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2079 | 2024-11-08T00:43:29.869Z | Compiling darling_macro v0.20.10 |
2080 | 2024-11-08T00:43:29.940Z | Checking colored v2.1.0 |
2081 | 2024-11-08T00:43:30.119Z | Checking macaddr v1.0.1 |
2082 | 2024-11-08T00:43:30.238Z | Checking base64 v0.13.1 |
2083 | 2024-11-08T00:43:30.284Z | Checking zone v0.1.8 |
2084 | 2024-11-08T00:43:30.632Z | Checking ron v0.7.1 |
2085 | 2024-11-08T00:43:30.648Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2086 | 2024-11-08T00:43:30.779Z | Compiling darling v0.20.10 |
2087 | 2024-11-08T00:43:30.908Z | Compiling serde_with_macros v3.11.0 |
2088 | 2024-11-08T00:43:30.959Z | Checking xz2 v0.1.7 |
2089 | 2024-11-08T00:43:31.128Z | Checking parse-display v0.10.0 |
2090 | 2024-11-08T00:43:31.143Z | Checking slog-envlogger v2.2.0 |
2091 | 2024-11-08T00:43:31.269Z | Checking tabwriter v1.4.0 |
2092 | 2024-11-08T00:43:31.363Z | Checking xattr v1.3.1 |
2093 | 2024-11-08T00:43:31.367Z | Checking pem v3.0.4 |
2094 | 2024-11-08T00:43:31.519Z | Checking yasna v0.5.2 |
2095 | 2024-11-08T00:43:31.566Z | Checking headers-core v0.3.0 |
2096 | 2024-11-08T00:43:31.633Z | Checking smf v0.2.3 |
2097 | 2024-11-08T00:43:31.709Z | Checking filetime v0.2.25 |
2098 | 2024-11-08T00:43:31.778Z | Checking same-file v1.0.6 |
2099 | 2024-11-08T00:43:31.933Z | Checking tar v0.4.42 |
2100 | 2024-11-08T00:43:31.956Z | Checking walkdir v2.5.0 |
2101 | 2024-11-08T00:43:32.105Z | Checking headers v0.4.0 |
2102 | 2024-11-08T00:43:32.255Z | Checking camino-tempfile v1.1.1 |
2103 | 2024-11-08T00:43:32.414Z | Checking rcgen v0.12.1 |
2104 | 2024-11-08T00:43:32.416Z | Checking atomicwrites v0.4.4 |
2105 | 2024-11-08T00:43:32.528Z | Checking subprocess v0.2.9 |
2106 | 2024-11-08T00:43:33.364Z | Checking serde_with v3.11.0 |
2107 | 2024-11-08T00:43:36.763Z | Compiling typify-macro v0.2.0 |
2108 | 2024-11-08T00:43:38.617Z | Compiling typify v0.2.0 |
2109 | 2024-11-08T00:43:38.684Z | Compiling progenitor-impl v0.8.0 |
2110 | 2024-11-08T00:43:41.860Z | Compiling progenitor-macro v0.8.0 |
2111 | 2024-11-08T00:43:47.193Z | Checking progenitor v0.8.0 |
2112 | 2024-11-08T00:43:47.323Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2113 | 2024-11-08T00:43:47.325Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2114 | 2024-11-08T00:43:50.080Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2115 | 2024-11-08T00:43:50.360Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2116 | 2024-11-08T00:43:57.077Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2117 | 2024-11-08T00:43:58.667Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2118 | 2024-11-08T00:43:59.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.39s |
2119 | 2024-11-08T00:44:00.077Z | |
2120 | 2024-11-08T00:44:00.077Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
2121 | 2024-11-08T00:44:00.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2122 | 2024-11-08T00:44:00.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2123 | 2024-11-08T00:44:00.696Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2124 | 2024-11-08T00:44:02.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
2125 | 2024-11-08T00:44:02.234Z | |
2126 | 2024-11-08T00:44:02.234Z | info: running `cargo check --bins` on nexus-config (31/168) |
2127 | 2024-11-08T00:44:02.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2128 | 2024-11-08T00:44:02.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2129 | 2024-11-08T00:44:02.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2130 | 2024-11-08T00:44:02.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2131 | 2024-11-08T00:44:02.822Z | |
2132 | 2024-11-08T00:44:02.822Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
2133 | 2024-11-08T00:44:03.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2134 | 2024-11-08T00:44:03.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2135 | 2024-11-08T00:44:03.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2136 | 2024-11-08T00:44:03.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2137 | 2024-11-08T00:44:03.388Z | |
2138 | 2024-11-08T00:44:03.388Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
2139 | 2024-11-08T00:44:03.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2140 | 2024-11-08T00:44:03.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2141 | 2024-11-08T00:44:03.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2142 | 2024-11-08T00:44:03.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2143 | 2024-11-08T00:44:03.976Z | |
2144 | 2024-11-08T00:44:03.976Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
2145 | 2024-11-08T00:44:04.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2146 | 2024-11-08T00:44:04.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2147 | 2024-11-08T00:44:04.594Z | Compiling heapless v0.8.0 |
2148 | 2024-11-08T00:44:04.597Z | Checking hash32 v0.3.1 |
2149 | 2024-11-08T00:44:04.701Z | Compiling smoltcp v0.11.0 |
2150 | 2024-11-08T00:44:04.713Z | Checking cobs v0.2.3 |
2151 | 2024-11-08T00:44:04.723Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2152 | 2024-11-08T00:44:04.725Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2153 | 2024-11-08T00:44:04.750Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2154 | 2024-11-08T00:44:04.752Z | Compiling crucible-workspace-hack v0.1.0 |
2155 | 2024-11-08T00:44:04.844Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2156 | 2024-11-08T00:44:04.871Z | Checking postcard v1.0.10 |
2157 | 2024-11-08T00:44:04.875Z | Checking newline-converter v0.3.0 |
2158 | 2024-11-08T00:44:05.044Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2159 | 2024-11-08T00:44:05.062Z | Compiling convert_case v0.4.0 |
2160 | 2024-11-08T00:44:05.195Z | Checking expectorate v1.1.0 |
2161 | 2024-11-08T00:44:05.256Z | Compiling zone_cfg_derive v0.3.0 |
2162 | 2024-11-08T00:44:05.355Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2163 | 2024-11-08T00:44:05.412Z | Checking itertools v0.13.0 |
2164 | 2024-11-08T00:44:05.428Z | Compiling num-derive v0.4.2 |
2165 | 2024-11-08T00:44:05.594Z | Compiling slog-dtrace v0.3.0 |
2166 | 2024-11-08T00:44:05.702Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2167 | 2024-11-08T00:44:05.947Z | Compiling derive_more v0.99.18 |
2168 | 2024-11-08T00:44:05.970Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2169 | 2024-11-08T00:44:06.649Z | Checking zone v0.3.0 |
2170 | 2024-11-08T00:44:07.244Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2171 | 2024-11-08T00:44:08.693Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2172 | 2024-11-08T00:44:09.650Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2173 | 2024-11-08T00:44:09.662Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2174 | 2024-11-08T00:44:10.755Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2175 | 2024-11-08T00:44:11.078Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2176 | 2024-11-08T00:44:12.595Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2177 | 2024-11-08T00:44:13.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s |
2178 | 2024-11-08T00:44:13.667Z | |
2179 | 2024-11-08T00:44:13.667Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
2180 | 2024-11-08T00:44:14.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2181 | 2024-11-08T00:44:14.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2182 | 2024-11-08T00:44:14.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2183 | 2024-11-08T00:44:14.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2184 | 2024-11-08T00:44:14.257Z | |
2185 | 2024-11-08T00:44:14.257Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
2186 | 2024-11-08T00:44:14.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2187 | 2024-11-08T00:44:14.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2188 | 2024-11-08T00:44:14.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2189 | 2024-11-08T00:44:14.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2190 | 2024-11-08T00:44:14.848Z | |
2191 | 2024-11-08T00:44:14.848Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
2192 | 2024-11-08T00:44:15.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2193 | 2024-11-08T00:44:15.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2194 | 2024-11-08T00:44:15.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2195 | 2024-11-08T00:44:15.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2196 | 2024-11-08T00:44:15.543Z | |
2197 | 2024-11-08T00:44:15.543Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
2198 | 2024-11-08T00:44:16.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2199 | 2024-11-08T00:44:16.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2200 | 2024-11-08T00:44:16.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2201 | 2024-11-08T00:44:16.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2202 | 2024-11-08T00:44:16.243Z | |
2203 | 2024-11-08T00:44:16.243Z | info: running `cargo check --bins` on dns-server (39/168) |
2204 | 2024-11-08T00:44:16.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2205 | 2024-11-08T00:44:16.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2206 | 2024-11-08T00:44:16.851Z | Compiling parking_lot_core v0.8.6 |
2207 | 2024-11-08T00:44:16.851Z | Checking nibble_vec v0.1.0 |
2208 | 2024-11-08T00:44:16.854Z | Checking endian-type v0.1.2 |
2209 | 2024-11-08T00:44:16.854Z | Checking fxhash v0.2.1 |
2210 | 2024-11-08T00:44:16.854Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2211 | 2024-11-08T00:44:16.854Z | Checking hickory-server v0.24.1 |
2212 | 2024-11-08T00:44:17.119Z | Checking radix_trie v0.2.1 |
2213 | 2024-11-08T00:44:17.423Z | Checking hickory-client v0.24.1 |
2214 | 2024-11-08T00:44:17.572Z | Checking parking_lot v0.11.2 |
2215 | 2024-11-08T00:44:17.632Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2216 | 2024-11-08T00:44:17.632Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2217 | 2024-11-08T00:44:17.821Z | Checking sled v0.34.7 |
2218 | 2024-11-08T00:44:19.629Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2219 | 2024-11-08T00:44:20.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
2220 | 2024-11-08T00:44:21.020Z | |
2221 | 2024-11-08T00:44:21.020Z | info: running `cargo check --bins` on dns-server-api (40/168) |
2222 | 2024-11-08T00:44:21.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2223 | 2024-11-08T00:44:21.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2224 | 2024-11-08T00:44:21.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2225 | 2024-11-08T00:44:21.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2226 | 2024-11-08T00:44:21.620Z | |
2227 | 2024-11-08T00:44:21.620Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
2228 | 2024-11-08T00:44:22.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-11-08T00:44:22.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-11-08T00:44:22.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2231 | 2024-11-08T00:44:22.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2232 | 2024-11-08T00:44:22.210Z | |
2233 | 2024-11-08T00:44:22.210Z | info: running `cargo check --bins` on dns-service-client (42/168) |
2234 | 2024-11-08T00:44:22.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-11-08T00:44:22.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-11-08T00:44:22.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2237 | 2024-11-08T00:44:22.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2238 | 2024-11-08T00:44:22.812Z | |
2239 | 2024-11-08T00:44:22.812Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
2240 | 2024-11-08T00:44:23.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-11-08T00:44:23.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-11-08T00:44:23.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-11-08T00:44:23.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2244 | 2024-11-08T00:44:23.454Z | |
2245 | 2024-11-08T00:44:23.454Z | info: running `cargo check --bins` on gateway-types (44/168) |
2246 | 2024-11-08T00:44:23.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-11-08T00:44:23.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-11-08T00:44:23.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2249 | 2024-11-08T00:44:23.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2250 | 2024-11-08T00:44:24.041Z | |
2251 | 2024-11-08T00:44:24.041Z | info: running `cargo check --bins` on ipcc (45/168) |
2252 | 2024-11-08T00:44:24.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2253 | 2024-11-08T00:44:24.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2254 | 2024-11-08T00:44:24.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2255 | 2024-11-08T00:44:24.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2256 | 2024-11-08T00:44:24.624Z | |
2257 | 2024-11-08T00:44:24.624Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
2258 | 2024-11-08T00:44:25.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2259 | 2024-11-08T00:44:25.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2260 | 2024-11-08T00:44:25.279Z | Checking num-rational v0.4.2 |
2261 | 2024-11-08T00:44:25.279Z | Compiling progenitor-client v0.8.0 |
2262 | 2024-11-08T00:44:25.279Z | Checking num-complex v0.4.6 |
2263 | 2024-11-08T00:44:25.282Z | Compiling prettyplease v0.2.22 |
2264 | 2024-11-08T00:44:25.282Z | Compiling newtype-uuid v1.1.2 |
2265 | 2024-11-08T00:44:25.282Z | Compiling ipnetwork v0.20.0 |
2266 | 2024-11-08T00:44:25.282Z | Compiling instant v0.1.13 |
2267 | 2024-11-08T00:44:25.380Z | Compiling radium v0.7.0 |
2268 | 2024-11-08T00:44:25.537Z | Compiling semver v0.1.20 |
2269 | 2024-11-08T00:44:25.663Z | Checking float-ord v0.3.2 |
2270 | 2024-11-08T00:44:25.704Z | Compiling progenitor v0.8.0 |
2271 | 2024-11-08T00:44:25.802Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2272 | 2024-11-08T00:44:25.818Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2273 | 2024-11-08T00:44:25.915Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2274 | 2024-11-08T00:44:25.931Z | Compiling rustc_version v0.1.7 |
2275 | 2024-11-08T00:44:25.987Z | Compiling backoff v0.4.0 |
2276 | 2024-11-08T00:44:26.154Z | Compiling parse-display v0.10.0 |
2277 | 2024-11-08T00:44:26.184Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2278 | 2024-11-08T00:44:26.300Z | Checking num v0.4.3 |
2279 | 2024-11-08T00:44:26.324Z | Compiling serde_with v3.11.0 |
2280 | 2024-11-08T00:44:26.357Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2281 | 2024-11-08T00:44:26.373Z | Compiling regress v0.9.1 |
2282 | 2024-11-08T00:44:26.401Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2283 | 2024-11-08T00:44:26.558Z | Compiling macaddr v1.0.1 |
2284 | 2024-11-08T00:44:26.817Z | Compiling maybe-uninit v2.0.0 |
2285 | 2024-11-08T00:44:26.984Z | Checking tap v1.0.1 |
2286 | 2024-11-08T00:44:27.153Z | Checking wyz v0.5.1 |
2287 | 2024-11-08T00:44:27.397Z | Compiling newtype_derive v0.1.6 |
2288 | 2024-11-08T00:44:27.686Z | Checking password-hash v0.5.0 |
2289 | 2024-11-08T00:44:27.717Z | Checking blake2 v0.10.6 |
2290 | 2024-11-08T00:44:28.023Z | Compiling owo-colors v4.1.0 |
2291 | 2024-11-08T00:44:28.097Z | Compiling cancel-safe-futures v0.1.5 |
2292 | 2024-11-08T00:44:28.159Z | Checking funty v2.0.0 |
2293 | 2024-11-08T00:44:28.317Z | Compiling packed_struct v0.10.1 |
2294 | 2024-11-08T00:44:28.333Z | Checking crc-catalog v2.4.0 |
2295 | 2024-11-08T00:44:28.471Z | Checking crc v3.2.1 |
2296 | 2024-11-08T00:44:28.517Z | Checking argon2 v0.5.3 |
2297 | 2024-11-08T00:44:28.988Z | Compiling packed_struct_codegen v0.10.1 |
2298 | 2024-11-08T00:44:29.082Z | Checking bitvec v1.0.1 |
2299 | 2024-11-08T00:44:29.216Z | Compiling indexmap v1.9.3 |
2300 | 2024-11-08T00:44:29.550Z | Checking half v2.4.1 |
2301 | 2024-11-08T00:44:29.779Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2302 | 2024-11-08T00:44:30.031Z | Checking ciborium-io v0.2.2 |
2303 | 2024-11-08T00:44:30.081Z | Checking nodrop v0.1.14 |
2304 | 2024-11-08T00:44:30.152Z | Checking ciborium-ll v0.2.2 |
2305 | 2024-11-08T00:44:30.203Z | Checking array-init v0.0.4 |
2306 | 2024-11-08T00:44:30.284Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2307 | 2024-11-08T00:44:30.455Z | Checking smallvec v0.6.14 |
2308 | 2024-11-08T00:44:30.718Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2309 | 2024-11-08T00:44:31.253Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2310 | 2024-11-08T00:44:31.679Z | Checking libsw v3.3.1 |
2311 | 2024-11-08T00:44:31.795Z | Compiling memoffset v0.9.1 |
2312 | 2024-11-08T00:44:31.945Z | Checking hashbrown v0.12.3 |
2313 | 2024-11-08T00:44:31.952Z | Checking indent_write v2.2.0 |
2314 | 2024-11-08T00:44:32.116Z | Checking linear-map v1.2.0 |
2315 | 2024-11-08T00:44:32.464Z | Checking bitfield v0.14.0 |
2316 | 2024-11-08T00:44:32.506Z | Checking swrite v0.1.0 |
2317 | 2024-11-08T00:44:32.630Z | Checking termcolor v1.4.1 |
2318 | 2024-11-08T00:44:32.721Z | Checking highway v1.2.0 |
2319 | 2024-11-08T00:44:32.775Z | Checking ron v0.8.1 |
2320 | 2024-11-08T00:44:32.860Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2321 | 2024-11-08T00:44:33.053Z | Checking env_logger v0.10.2 |
2322 | 2024-11-08T00:44:33.159Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2323 | 2024-11-08T00:44:33.485Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2324 | 2024-11-08T00:44:33.683Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2325 | 2024-11-08T00:44:33.756Z | Checking serde-hex v0.1.0 |
2326 | 2024-11-08T00:44:34.068Z | Checking steno v0.4.1 |
2327 | 2024-11-08T00:44:34.563Z | Checking ciborium v0.2.2 |
2328 | 2024-11-08T00:44:34.902Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2329 | 2024-11-08T00:44:35.151Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2330 | 2024-11-08T00:44:35.289Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2331 | 2024-11-08T00:44:35.586Z | Checking hashbrown v0.13.2 |
2332 | 2024-11-08T00:44:35.660Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2333 | 2024-11-08T00:44:36.050Z | Checking crc-any v2.5.0 |
2334 | 2024-11-08T00:44:36.394Z | Checking humantime v2.1.0 |
2335 | 2024-11-08T00:44:36.410Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2336 | 2024-11-08T00:44:36.439Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2337 | 2024-11-08T00:44:36.674Z | Checking object v0.30.4 |
2338 | 2024-11-08T00:44:36.707Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2339 | 2024-11-08T00:44:36.800Z | Checking path-slash v0.1.5 |
2340 | 2024-11-08T00:44:36.951Z | Checking nix v0.27.1 |
2341 | 2024-11-08T00:44:36.974Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2342 | 2024-11-08T00:44:37.081Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2343 | 2024-11-08T00:44:37.773Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2344 | 2024-11-08T00:44:37.827Z | Checking tungstenite v0.23.0 |
2345 | 2024-11-08T00:44:38.038Z | Checking kstat-rs v0.2.4 |
2346 | 2024-11-08T00:44:38.332Z | Checking signal-hook-tokio v0.3.1 |
2347 | 2024-11-08T00:44:38.698Z | Checking tokio-tungstenite v0.23.1 |
2348 | 2024-11-08T00:44:39.519Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2349 | 2024-11-08T00:44:39.834Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2350 | 2024-11-08T00:44:44.786Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2351 | 2024-11-08T00:44:46.518Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2352 | 2024-11-08T00:44:47.373Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2353 | 2024-11-08T00:44:50.543Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2354 | 2024-11-08T00:44:50.798Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2355 | 2024-11-08T00:44:52.130Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2356 | 2024-11-08T00:44:58.197Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2357 | 2024-11-08T00:44:58.840Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2358 | 2024-11-08T00:45:02.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.92s |
2359 | 2024-11-08T00:45:02.723Z | |
2360 | 2024-11-08T00:45:02.723Z | info: running `cargo check --bins` on gateway-api (47/168) |
2361 | 2024-11-08T00:45:03.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-11-08T00:45:03.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-11-08T00:45:03.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-11-08T00:45:03.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2365 | 2024-11-08T00:45:03.330Z | |
2366 | 2024-11-08T00:45:03.330Z | info: running `cargo check --bins` on oximeter (48/168) |
2367 | 2024-11-08T00:45:03.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-11-08T00:45:03.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-11-08T00:45:03.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2370 | 2024-11-08T00:45:03.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2371 | 2024-11-08T00:45:03.931Z | |
2372 | 2024-11-08T00:45:03.931Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
2373 | 2024-11-08T00:45:04.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-11-08T00:45:04.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-11-08T00:45:04.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-11-08T00:45:04.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2377 | 2024-11-08T00:45:04.507Z | |
2378 | 2024-11-08T00:45:04.507Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
2379 | 2024-11-08T00:45:05.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-11-08T00:45:05.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-11-08T00:45:05.101Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2382 | 2024-11-08T00:45:05.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2383 | 2024-11-08T00:45:05.669Z | |
2384 | 2024-11-08T00:45:05.669Z | info: running `cargo check --bins` on oximeter-types (51/168) |
2385 | 2024-11-08T00:45:06.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-11-08T00:45:06.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-11-08T00:45:06.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-11-08T00:45:06.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2389 | 2024-11-08T00:45:06.270Z | |
2390 | 2024-11-08T00:45:06.270Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
2391 | 2024-11-08T00:45:06.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-11-08T00:45:06.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-11-08T00:45:06.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-11-08T00:45:06.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2395 | 2024-11-08T00:45:06.859Z | |
2396 | 2024-11-08T00:45:06.860Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
2397 | 2024-11-08T00:45:07.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-11-08T00:45:07.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-11-08T00:45:07.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-11-08T00:45:07.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2401 | 2024-11-08T00:45:07.433Z | |
2402 | 2024-11-08T00:45:07.433Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
2403 | 2024-11-08T00:45:07.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-11-08T00:45:07.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-11-08T00:45:07.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-11-08T00:45:07.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2407 | 2024-11-08T00:45:08.022Z | |
2408 | 2024-11-08T00:45:08.022Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
2409 | 2024-11-08T00:45:08.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-11-08T00:45:08.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-11-08T00:45:08.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2024-11-08T00:45:08.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2413 | 2024-11-08T00:45:08.612Z | |
2414 | 2024-11-08T00:45:08.612Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
2415 | 2024-11-08T00:45:09.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-11-08T00:45:09.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-11-08T00:45:09.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-11-08T00:45:09.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2419 | 2024-11-08T00:45:09.210Z | |
2420 | 2024-11-08T00:45:09.210Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
2421 | 2024-11-08T00:45:09.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-11-08T00:45:09.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-11-08T00:45:09.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-11-08T00:45:09.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2425 | 2024-11-08T00:45:09.798Z | |
2426 | 2024-11-08T00:45:09.798Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
2427 | 2024-11-08T00:45:10.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-11-08T00:45:10.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-11-08T00:45:10.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-11-08T00:45:10.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2431 | 2024-11-08T00:45:10.404Z | |
2432 | 2024-11-08T00:45:10.404Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
2433 | 2024-11-08T00:45:10.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-11-08T00:45:10.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-11-08T00:45:10.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-11-08T00:45:10.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2437 | 2024-11-08T00:45:11.002Z | |
2438 | 2024-11-08T00:45:11.002Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
2439 | 2024-11-08T00:45:11.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-11-08T00:45:11.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-11-08T00:45:11.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-11-08T00:45:11.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2443 | 2024-11-08T00:45:11.629Z | |
2444 | 2024-11-08T00:45:11.629Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
2445 | 2024-11-08T00:45:12.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-11-08T00:45:12.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-11-08T00:45:12.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-11-08T00:45:12.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2449 | 2024-11-08T00:45:12.222Z | |
2450 | 2024-11-08T00:45:12.222Z | info: running `cargo check --bins` on nexus-client (62/168) |
2451 | 2024-11-08T00:45:12.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-11-08T00:45:12.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-11-08T00:45:12.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-11-08T00:45:12.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2455 | 2024-11-08T00:45:12.840Z | |
2456 | 2024-11-08T00:45:12.840Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
2457 | 2024-11-08T00:45:13.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-11-08T00:45:13.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-11-08T00:45:13.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-11-08T00:45:13.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2461 | 2024-11-08T00:45:13.447Z | |
2462 | 2024-11-08T00:45:13.447Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
2463 | 2024-11-08T00:45:13.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-11-08T00:45:13.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-11-08T00:45:13.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-11-08T00:45:13.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2467 | 2024-11-08T00:45:14.030Z | |
2468 | 2024-11-08T00:45:14.030Z | info: running `cargo check --bins` on nexus-types (65/168) |
2469 | 2024-11-08T00:45:14.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-11-08T00:45:14.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-11-08T00:45:14.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-11-08T00:45:14.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2473 | 2024-11-08T00:45:14.648Z | |
2474 | 2024-11-08T00:45:14.648Z | info: running `cargo check --bins` on gateway-client (66/168) |
2475 | 2024-11-08T00:45:15.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-11-08T00:45:15.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-11-08T00:45:15.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-11-08T00:45:15.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2479 | 2024-11-08T00:45:15.230Z | |
2480 | 2024-11-08T00:45:15.230Z | info: running `cargo check --bins` on oxql-types (67/168) |
2481 | 2024-11-08T00:45:15.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-11-08T00:45:15.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-11-08T00:45:15.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-11-08T00:45:15.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2485 | 2024-11-08T00:45:15.824Z | |
2486 | 2024-11-08T00:45:15.824Z | info: running `cargo check --bins` on update-engine (68/168) |
2487 | 2024-11-08T00:45:16.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-11-08T00:45:16.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-11-08T00:45:16.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-11-08T00:45:16.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2491 | 2024-11-08T00:45:16.416Z | |
2492 | 2024-11-08T00:45:16.416Z | info: running `cargo check --bins` on sp-sim (69/168) |
2493 | 2024-11-08T00:45:16.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-11-08T00:45:16.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-11-08T00:45:17.027Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2496 | 2024-11-08T00:45:18.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
2497 | 2024-11-08T00:45:19.026Z | |
2498 | 2024-11-08T00:45:19.026Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
2499 | 2024-11-08T00:45:19.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-11-08T00:45:19.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-11-08T00:45:19.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-11-08T00:45:19.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2503 | 2024-11-08T00:45:19.658Z | |
2504 | 2024-11-08T00:45:19.658Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
2505 | 2024-11-08T00:45:20.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-11-08T00:45:20.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-11-08T00:45:20.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-11-08T00:45:20.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2509 | 2024-11-08T00:45:20.308Z | |
2510 | 2024-11-08T00:45:20.308Z | info: running `cargo check --bins` on db-macros (72/168) |
2511 | 2024-11-08T00:45:20.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-11-08T00:45:20.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-11-08T00:45:20.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-11-08T00:45:20.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2515 | 2024-11-08T00:45:20.885Z | |
2516 | 2024-11-08T00:45:20.885Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
2517 | 2024-11-08T00:45:21.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-11-08T00:45:21.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-11-08T00:45:21.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-11-08T00:45:21.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2521 | 2024-11-08T00:45:21.474Z | |
2522 | 2024-11-08T00:45:21.475Z | info: running `cargo check --bins` on nexus-auth (74/168) |
2523 | 2024-11-08T00:45:22.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-11-08T00:45:22.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-11-08T00:45:22.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-11-08T00:45:22.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2527 | 2024-11-08T00:45:22.120Z | |
2528 | 2024-11-08T00:45:22.120Z | info: running `cargo check --bins` on authz-macros (75/168) |
2529 | 2024-11-08T00:45:22.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-11-08T00:45:22.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-11-08T00:45:22.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-11-08T00:45:22.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2533 | 2024-11-08T00:45:22.702Z | |
2534 | 2024-11-08T00:45:22.702Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
2535 | 2024-11-08T00:45:23.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-11-08T00:45:23.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-11-08T00:45:23.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-11-08T00:45:23.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2539 | 2024-11-08T00:45:23.314Z | |
2540 | 2024-11-08T00:45:23.314Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
2541 | 2024-11-08T00:45:23.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-11-08T00:45:23.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-11-08T00:45:23.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-11-08T00:45:23.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2545 | 2024-11-08T00:45:23.939Z | |
2546 | 2024-11-08T00:45:23.939Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
2547 | 2024-11-08T00:45:24.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-11-08T00:45:24.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-11-08T00:45:24.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-11-08T00:45:24.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2551 | 2024-11-08T00:45:24.533Z | |
2552 | 2024-11-08T00:45:24.533Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
2553 | 2024-11-08T00:45:25.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-11-08T00:45:25.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-11-08T00:45:25.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-11-08T00:45:25.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2557 | 2024-11-08T00:45:25.137Z | |
2558 | 2024-11-08T00:45:25.137Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
2559 | 2024-11-08T00:45:25.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-11-08T00:45:25.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-11-08T00:45:25.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-11-08T00:45:25.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2563 | 2024-11-08T00:45:25.751Z | |
2564 | 2024-11-08T00:45:25.751Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
2565 | 2024-11-08T00:45:26.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-11-08T00:45:26.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-11-08T00:45:26.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-11-08T00:45:26.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2569 | 2024-11-08T00:45:26.349Z | |
2570 | 2024-11-08T00:45:26.349Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
2571 | 2024-11-08T00:45:26.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-11-08T00:45:26.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-11-08T00:45:26.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-11-08T00:45:26.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2575 | 2024-11-08T00:45:26.942Z | |
2576 | 2024-11-08T00:45:26.942Z | info: running `cargo check --bins` on typed-rng (83/168) |
2577 | 2024-11-08T00:45:27.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-11-08T00:45:27.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-11-08T00:45:27.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-11-08T00:45:27.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2581 | 2024-11-08T00:45:27.514Z | |
2582 | 2024-11-08T00:45:27.515Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
2583 | 2024-11-08T00:45:28.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-11-08T00:45:28.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-11-08T00:45:28.204Z | Checking keccak v0.1.5 |
2586 | 2024-11-08T00:45:28.310Z | Checking secrecy v0.8.0 |
2587 | 2024-11-08T00:45:28.312Z | Compiling unicase v2.7.0 |
2588 | 2024-11-08T00:45:28.312Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2589 | 2024-11-08T00:45:28.312Z | Compiling same-file v1.0.6 |
2590 | 2024-11-08T00:45:28.341Z | Compiling tempfile v3.13.0 |
2591 | 2024-11-08T00:45:28.367Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2592 | 2024-11-08T00:45:28.369Z | Compiling thiserror-impl-no-std v2.0.2 |
2593 | 2024-11-08T00:45:28.520Z | Compiling walkdir v2.5.0 |
2594 | 2024-11-08T00:45:28.585Z | Checking sha3 v0.10.8 |
2595 | 2024-11-08T00:45:28.615Z | Checking universal-hash v0.5.1 |
2596 | 2024-11-08T00:45:28.680Z | Compiling ring v0.16.20 |
2597 | 2024-11-08T00:45:28.798Z | Compiling blake3 v1.5.4 |
2598 | 2024-11-08T00:45:28.813Z | Checking opaque-debug v0.3.1 |
2599 | 2024-11-08T00:45:28.902Z | Checking poly1305 v0.8.0 |
2600 | 2024-11-08T00:45:28.979Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2601 | 2024-11-08T00:45:29.196Z | Checking chacha20 v0.9.1 |
2602 | 2024-11-08T00:45:29.280Z | Checking aead v0.5.2 |
2603 | 2024-11-08T00:45:29.295Z | Compiling memmap2 v0.9.5 |
2604 | 2024-11-08T00:45:29.408Z | Compiling salty v0.3.0 |
2605 | 2024-11-08T00:45:29.506Z | Compiling arrayvec v0.7.6 |
2606 | 2024-11-08T00:45:29.543Z | Compiling home v0.5.9 |
2607 | 2024-11-08T00:45:29.560Z | Compiling spin v0.5.2 |
2608 | 2024-11-08T00:45:29.702Z | Compiling untrusted v0.7.1 |
2609 | 2024-11-08T00:45:29.789Z | Compiling constant_time_eq v0.3.1 |
2610 | 2024-11-08T00:45:29.803Z | Compiling arrayref v0.3.9 |
2611 | 2024-11-08T00:45:29.824Z | Compiling libefi-sys v0.1.0 |
2612 | 2024-11-08T00:45:29.901Z | Compiling toolchain_find v0.4.0 |
2613 | 2024-11-08T00:45:29.901Z | Checking chacha20poly1305 v0.10.1 |
2614 | 2024-11-08T00:45:30.083Z | Compiling camino-tempfile v1.1.1 |
2615 | 2024-11-08T00:45:30.132Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2616 | 2024-11-08T00:45:30.174Z | Compiling bitfield-struct v0.6.2 |
2617 | 2024-11-08T00:45:30.349Z | Compiling topological-sort v0.2.2 |
2618 | 2024-11-08T00:45:30.545Z | Compiling mime_guess v2.0.5 |
2619 | 2024-11-08T00:45:30.575Z | Compiling rustfmt-wrapper v0.2.1 |
2620 | 2024-11-08T00:45:30.956Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2621 | 2024-11-08T00:45:31.155Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2622 | 2024-11-08T00:45:31.259Z | Checking primeorder v0.13.6 |
2623 | 2024-11-08T00:45:31.275Z | Checking env_filter v0.1.2 |
2624 | 2024-11-08T00:45:31.298Z | Checking thiserror-no-std v2.0.2 |
2625 | 2024-11-08T00:45:31.408Z | Checking vsss-rs v3.3.4 |
2626 | 2024-11-08T00:45:31.444Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2627 | 2024-11-08T00:45:31.496Z | Checking env_logger v0.11.5 |
2628 | 2024-11-08T00:45:31.530Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2629 | 2024-11-08T00:45:31.736Z | Checking p384 v0.13.0 |
2630 | 2024-11-08T00:45:31.788Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2631 | 2024-11-08T00:45:31.821Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2632 | 2024-11-08T00:45:32.068Z | Checking gethostname v0.5.0 |
2633 | 2024-11-08T00:45:32.093Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2634 | 2024-11-08T00:45:32.111Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2635 | 2024-11-08T00:45:32.197Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2636 | 2024-11-08T00:45:32.525Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2637 | 2024-11-08T00:45:32.546Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2638 | 2024-11-08T00:45:32.569Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2639 | 2024-11-08T00:45:32.825Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2640 | 2024-11-08T00:45:33.111Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2641 | 2024-11-08T00:45:33.129Z | Checking nanorand v0.7.0 |
2642 | 2024-11-08T00:45:33.156Z | Checking atty v0.2.14 |
2643 | 2024-11-08T00:45:33.173Z | Checking http-range v0.1.5 |
2644 | 2024-11-08T00:45:33.289Z | Checking glob v0.3.1 |
2645 | 2024-11-08T00:45:33.357Z | Checking hyper-staticfile v0.10.1 |
2646 | 2024-11-08T00:45:33.478Z | Checking flume v0.11.0 |
2647 | 2024-11-08T00:45:33.617Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2648 | 2024-11-08T00:45:33.900Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2649 | 2024-11-08T00:45:33.921Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2650 | 2024-11-08T00:45:34.329Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2651 | 2024-11-08T00:45:34.683Z | Compiling omicron-zone-package v0.11.1 |
2652 | 2024-11-08T00:45:35.020Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2653 | 2024-11-08T00:45:35.271Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2654 | 2024-11-08T00:45:36.000Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2655 | 2024-11-08T00:45:36.018Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2656 | 2024-11-08T00:45:36.230Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2657 | 2024-11-08T00:45:36.700Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2658 | 2024-11-08T00:45:36.749Z | Checking display-error-chain v0.2.2 |
2659 | 2024-11-08T00:45:37.414Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2660 | 2024-11-08T00:45:38.744Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2661 | 2024-11-08T00:45:40.060Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2662 | 2024-11-08T00:45:40.063Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2663 | 2024-11-08T00:45:52.264Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2664 | 2024-11-08T00:46:41.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
2665 | 2024-11-08T00:46:42.121Z | |
2666 | 2024-11-08T00:46:42.121Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
2667 | 2024-11-08T00:46:42.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-11-08T00:46:42.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-11-08T00:46:42.821Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2670 | 2024-11-08T00:47:31.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.65s |
2671 | 2024-11-08T00:47:31.971Z | |
2672 | 2024-11-08T00:47:31.971Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
2673 | 2024-11-08T00:47:32.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-11-08T00:47:32.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-11-08T00:47:32.667Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2676 | 2024-11-08T00:48:21.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.72s |
2677 | 2024-11-08T00:48:21.879Z | |
2678 | 2024-11-08T00:48:21.879Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
2679 | 2024-11-08T00:48:22.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-11-08T00:48:22.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-11-08T00:48:22.574Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2682 | 2024-11-08T00:49:11.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.82s |
2683 | 2024-11-08T00:49:11.897Z | |
2684 | 2024-11-08T00:49:11.897Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
2685 | 2024-11-08T00:49:12.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-11-08T00:49:12.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-11-08T00:49:12.592Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2688 | 2024-11-08T00:50:02.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.45s |
2689 | 2024-11-08T00:50:02.539Z | |
2690 | 2024-11-08T00:50:02.539Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
2691 | 2024-11-08T00:50:03.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-11-08T00:50:03.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-11-08T00:50:03.232Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2694 | 2024-11-08T00:50:52.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.67s |
2695 | 2024-11-08T00:50:52.400Z | |
2696 | 2024-11-08T00:50:52.400Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
2697 | 2024-11-08T00:50:52.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-11-08T00:50:52.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-11-08T00:50:53.097Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2700 | 2024-11-08T00:51:42.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.69s |
2701 | 2024-11-08T00:51:42.280Z | |
2702 | 2024-11-08T00:51:42.280Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
2703 | 2024-11-08T00:51:42.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2024-11-08T00:51:42.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2024-11-08T00:51:42.978Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2706 | 2024-11-08T00:52:31.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.26s |
2707 | 2024-11-08T00:52:31.727Z | |
2708 | 2024-11-08T00:52:31.727Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
2709 | 2024-11-08T00:52:32.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2024-11-08T00:52:32.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2024-11-08T00:52:32.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2024-11-08T00:52:32.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2713 | 2024-11-08T00:52:32.369Z | |
2714 | 2024-11-08T00:52:32.369Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
2715 | 2024-11-08T00:52:32.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-11-08T00:52:32.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-11-08T00:52:32.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2024-11-08T00:52:32.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2719 | 2024-11-08T00:52:32.993Z | |
2720 | 2024-11-08T00:52:32.993Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
2721 | 2024-11-08T00:52:33.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-11-08T00:52:33.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-11-08T00:52:33.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2024-11-08T00:52:33.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2725 | 2024-11-08T00:52:33.611Z | |
2726 | 2024-11-08T00:52:33.611Z | info: running `cargo check --bins` on dpd-client (95/168) |
2727 | 2024-11-08T00:52:34.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-11-08T00:52:34.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-11-08T00:52:34.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2024-11-08T00:52:34.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2731 | 2024-11-08T00:52:34.200Z | |
2732 | 2024-11-08T00:52:34.200Z | info: running `cargo check --bins` on installinator-common (96/168) |
2733 | 2024-11-08T00:52:34.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2024-11-08T00:52:34.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2024-11-08T00:52:34.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2024-11-08T00:52:34.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2737 | 2024-11-08T00:52:34.812Z | |
2738 | 2024-11-08T00:52:34.812Z | info: running `cargo check --bins` on key-manager (97/168) |
2739 | 2024-11-08T00:52:35.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2024-11-08T00:52:35.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2024-11-08T00:52:35.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2024-11-08T00:52:35.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2743 | 2024-11-08T00:52:35.401Z | |
2744 | 2024-11-08T00:52:35.401Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
2745 | 2024-11-08T00:52:35.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2024-11-08T00:52:35.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2024-11-08T00:52:35.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2024-11-08T00:52:35.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2749 | 2024-11-08T00:52:36.007Z | |
2750 | 2024-11-08T00:52:36.007Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
2751 | 2024-11-08T00:52:36.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2024-11-08T00:52:36.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2024-11-08T00:52:36.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2024-11-08T00:52:36.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2755 | 2024-11-08T00:52:36.609Z | |
2756 | 2024-11-08T00:52:36.609Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
2757 | 2024-11-08T00:52:37.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-11-08T00:52:37.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-11-08T00:52:37.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2024-11-08T00:52:37.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2761 | 2024-11-08T00:52:37.195Z | |
2762 | 2024-11-08T00:52:37.195Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
2763 | 2024-11-08T00:52:37.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-11-08T00:52:37.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-11-08T00:52:37.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2024-11-08T00:52:37.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2767 | 2024-11-08T00:52:37.811Z | |
2768 | 2024-11-08T00:52:37.811Z | info: running `cargo check --bins` on sled-hardware (102/168) |
2769 | 2024-11-08T00:52:38.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-11-08T00:52:38.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-11-08T00:52:38.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-11-08T00:52:38.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2773 | 2024-11-08T00:52:38.415Z | |
2774 | 2024-11-08T00:52:38.416Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
2775 | 2024-11-08T00:52:38.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-11-08T00:52:38.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-11-08T00:52:38.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-11-08T00:52:38.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2779 | 2024-11-08T00:52:39.028Z | |
2780 | 2024-11-08T00:52:39.028Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
2781 | 2024-11-08T00:52:39.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-11-08T00:52:39.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-11-08T00:52:39.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-11-08T00:52:39.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2785 | 2024-11-08T00:52:39.644Z | |
2786 | 2024-11-08T00:52:39.644Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
2787 | 2024-11-08T00:52:40.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-11-08T00:52:40.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-11-08T00:52:40.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-11-08T00:52:40.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2791 | 2024-11-08T00:52:40.266Z | |
2792 | 2024-11-08T00:52:40.266Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
2793 | 2024-11-08T00:52:40.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-11-08T00:52:40.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-11-08T00:52:40.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-11-08T00:52:40.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2797 | 2024-11-08T00:52:40.890Z | |
2798 | 2024-11-08T00:52:40.890Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
2799 | 2024-11-08T00:52:41.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-11-08T00:52:41.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-11-08T00:52:41.543Z | Compiling phf_generator v0.11.2 |
2802 | 2024-11-08T00:52:41.546Z | Compiling parse-zoneinfo v0.3.1 |
2803 | 2024-11-08T00:52:41.653Z | Compiling const_format_proc_macros v0.2.33 |
2804 | 2024-11-08T00:52:41.656Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2805 | 2024-11-08T00:52:41.656Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2806 | 2024-11-08T00:52:41.656Z | Checking bcs v0.1.6 |
2807 | 2024-11-08T00:52:41.656Z | Compiling async-recursion v1.1.1 |
2808 | 2024-11-08T00:52:41.665Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2809 | 2024-11-08T00:52:41.789Z | Compiling phf_codegen v0.11.2 |
2810 | 2024-11-08T00:52:41.996Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2811 | 2024-11-08T00:52:42.251Z | Compiling chrono-tz-build v0.4.0 |
2812 | 2024-11-08T00:52:43.275Z | Checking const_format v0.2.33 |
2813 | 2024-11-08T00:52:43.345Z | Compiling chrono-tz v0.10.0 |
2814 | 2024-11-08T00:52:55.358Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2815 | 2024-11-08T00:52:57.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.91s |
2816 | 2024-11-08T00:52:57.976Z | |
2817 | 2024-11-08T00:52:57.976Z | info: running `cargo check --bins` on oximeter-api (108/168) |
2818 | 2024-11-08T00:52:58.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-11-08T00:52:58.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-11-08T00:52:58.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2024-11-08T00:52:58.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2822 | 2024-11-08T00:52:58.573Z | |
2823 | 2024-11-08T00:52:58.573Z | info: running `cargo check --bins` on oximeter-client (109/168) |
2824 | 2024-11-08T00:52:59.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-11-08T00:52:59.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-11-08T00:52:59.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2024-11-08T00:52:59.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2828 | 2024-11-08T00:52:59.165Z | |
2829 | 2024-11-08T00:52:59.165Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
2830 | 2024-11-08T00:52:59.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-11-08T00:52:59.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-11-08T00:52:59.796Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2833 | 2024-11-08T00:53:00.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2834 | 2024-11-08T00:53:00.590Z | |
2835 | 2024-11-08T00:53:00.590Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
2836 | 2024-11-08T00:53:01.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2024-11-08T00:53:01.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2024-11-08T00:53:01.230Z | Compiling cfg_aliases v0.1.1 |
2839 | 2024-11-08T00:53:01.233Z | Compiling vte_generate_state_changes v0.1.2 |
2840 | 2024-11-08T00:53:01.233Z | Checking fd-lock v4.0.2 |
2841 | 2024-11-08T00:53:01.233Z | Checking bytecount v0.6.8 |
2842 | 2024-11-08T00:53:01.330Z | Compiling tabled_derive v0.7.0 |
2843 | 2024-11-08T00:53:01.348Z | Compiling peg-macros v0.8.4 |
2844 | 2024-11-08T00:53:01.355Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2845 | 2024-11-08T00:53:01.357Z | Compiling sqlparser_derive v0.2.2 |
2846 | 2024-11-08T00:53:01.402Z | Compiling nix v0.28.0 |
2847 | 2024-11-08T00:53:01.474Z | Checking papergrid v0.11.0 |
2848 | 2024-11-08T00:53:01.860Z | Checking unicode_categories v0.1.1 |
2849 | 2024-11-08T00:53:01.882Z | Checking vte v0.11.1 |
2850 | 2024-11-08T00:53:02.154Z | Checking nu-ansi-term v0.50.1 |
2851 | 2024-11-08T00:53:02.413Z | Checking home v0.5.9 |
2852 | 2024-11-08T00:53:02.530Z | Checking sqlparser v0.45.0 |
2853 | 2024-11-08T00:53:02.546Z | Checking sqlformat v0.2.6 |
2854 | 2024-11-08T00:53:03.239Z | Checking strip-ansi-escapes v0.2.0 |
2855 | 2024-11-08T00:53:03.398Z | Checking reedline v0.35.0 |
2856 | 2024-11-08T00:53:03.428Z | Checking tabled v0.15.0 |
2857 | 2024-11-08T00:53:04.050Z | Checking peg v0.8.4 |
2858 | 2024-11-08T00:53:04.652Z | Checking rustyline v14.0.0 |
2859 | 2024-11-08T00:53:15.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.00s |
2860 | 2024-11-08T00:53:15.766Z | |
2861 | 2024-11-08T00:53:15.766Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
2862 | 2024-11-08T00:53:16.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-11-08T00:53:16.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-11-08T00:53:16.406Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2865 | 2024-11-08T00:53:23.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s |
2866 | 2024-11-08T00:53:24.045Z | |
2867 | 2024-11-08T00:53:24.045Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
2868 | 2024-11-08T00:53:24.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-11-08T00:53:24.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-11-08T00:53:24.679Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2871 | 2024-11-08T00:53:30.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s |
2872 | 2024-11-08T00:53:30.758Z | |
2873 | 2024-11-08T00:53:30.758Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
2874 | 2024-11-08T00:53:31.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-11-08T00:53:31.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-11-08T00:53:31.379Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2877 | 2024-11-08T00:53:38.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s |
2878 | 2024-11-08T00:53:38.634Z | |
2879 | 2024-11-08T00:53:38.634Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
2880 | 2024-11-08T00:53:39.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-11-08T00:53:39.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-11-08T00:53:39.265Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2883 | 2024-11-08T00:53:46.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.80s |
2884 | 2024-11-08T00:53:46.609Z | |
2885 | 2024-11-08T00:53:46.609Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
2886 | 2024-11-08T00:53:47.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-11-08T00:53:47.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-11-08T00:53:47.250Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2889 | 2024-11-08T00:53:53.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.79s |
2890 | 2024-11-08T00:53:53.576Z | |
2891 | 2024-11-08T00:53:53.576Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
2892 | 2024-11-08T00:53:54.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-11-08T00:53:54.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-11-08T00:53:54.210Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2895 | 2024-11-08T00:54:00.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.79s |
2896 | 2024-11-08T00:54:00.541Z | |
2897 | 2024-11-08T00:54:00.541Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
2898 | 2024-11-08T00:54:01.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-11-08T00:54:01.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-11-08T00:54:01.170Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2901 | 2024-11-08T00:54:08.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s |
2902 | 2024-11-08T00:54:08.658Z | |
2903 | 2024-11-08T00:54:08.658Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
2904 | 2024-11-08T00:54:09.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2024-11-08T00:54:09.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2024-11-08T00:54:09.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2907 | 2024-11-08T00:54:09.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2908 | 2024-11-08T00:54:09.301Z | |
2909 | 2024-11-08T00:54:09.301Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
2910 | 2024-11-08T00:54:09.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2911 | 2024-11-08T00:54:09.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2912 | 2024-11-08T00:54:09.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2913 | 2024-11-08T00:54:09.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2914 | 2024-11-08T00:54:09.871Z | |
2915 | 2024-11-08T00:54:09.871Z | info: running `cargo check --bins` on installinator-client (121/168) |
2916 | 2024-11-08T00:54:10.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2917 | 2024-11-08T00:54:10.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2918 | 2024-11-08T00:54:10.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2919 | 2024-11-08T00:54:10.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2920 | 2024-11-08T00:54:10.478Z | |
2921 | 2024-11-08T00:54:10.478Z | info: running `cargo check --bins` on oxide-client (122/168) |
2922 | 2024-11-08T00:54:10.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2024-11-08T00:54:10.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2024-11-08T00:54:10.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2925 | 2024-11-08T00:54:10.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2926 | 2024-11-08T00:54:11.060Z | |
2927 | 2024-11-08T00:54:11.060Z | info: running `cargo check --bins` on wicketd-client (123/168) |
2928 | 2024-11-08T00:54:11.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2024-11-08T00:54:11.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2024-11-08T00:54:11.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2931 | 2024-11-08T00:54:11.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2932 | 2024-11-08T00:54:11.696Z | |
2933 | 2024-11-08T00:54:11.696Z | info: running `cargo check --bins` on wicket-common (124/168) |
2934 | 2024-11-08T00:54:12.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2024-11-08T00:54:12.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2024-11-08T00:54:12.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2937 | 2024-11-08T00:54:12.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2938 | 2024-11-08T00:54:12.305Z | |
2939 | 2024-11-08T00:54:12.305Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
2940 | 2024-11-08T00:54:12.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2024-11-08T00:54:12.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2024-11-08T00:54:12.929Z | Checking csv-core v0.1.11 |
2943 | 2024-11-08T00:54:12.932Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2944 | 2024-11-08T00:54:13.236Z | Checking csv v1.3.0 |
2945 | 2024-11-08T00:54:13.782Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2946 | 2024-11-08T00:54:14.131Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2947 | 2024-11-08T00:54:15.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
2948 | 2024-11-08T00:54:15.507Z | |
2949 | 2024-11-08T00:54:15.507Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
2950 | 2024-11-08T00:54:16.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2024-11-08T00:54:16.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2024-11-08T00:54:16.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2953 | 2024-11-08T00:54:16.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2954 | 2024-11-08T00:54:16.109Z | |
2955 | 2024-11-08T00:54:16.109Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
2956 | 2024-11-08T00:54:16.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2024-11-08T00:54:16.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2024-11-08T00:54:16.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2959 | 2024-11-08T00:54:16.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2960 | 2024-11-08T00:54:16.704Z | |
2961 | 2024-11-08T00:54:16.704Z | info: running `cargo check --bins` on cert-dev (128/168) |
2962 | 2024-11-08T00:54:17.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-11-08T00:54:17.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-11-08T00:54:17.277Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2965 | 2024-11-08T00:54:17.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2966 | 2024-11-08T00:54:17.702Z | |
2967 | 2024-11-08T00:54:17.702Z | info: running `cargo check --bins` on ch-dev (129/168) |
2968 | 2024-11-08T00:54:18.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-11-08T00:54:18.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-11-08T00:54:18.323Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2971 | 2024-11-08T00:54:19.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2972 | 2024-11-08T00:54:19.202Z | |
2973 | 2024-11-08T00:54:19.202Z | info: running `cargo check --bins` on crdb-seed (130/168) |
2974 | 2024-11-08T00:54:19.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-11-08T00:54:19.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-11-08T00:54:19.826Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2977 | 2024-11-08T00:54:20.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2978 | 2024-11-08T00:54:20.331Z | |
2979 | 2024-11-08T00:54:20.331Z | info: running `cargo check --bins` on db-dev (131/168) |
2980 | 2024-11-08T00:54:20.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-11-08T00:54:20.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-11-08T00:54:20.946Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2983 | 2024-11-08T00:54:21.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2984 | 2024-11-08T00:54:21.864Z | |
2985 | 2024-11-08T00:54:21.864Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
2986 | 2024-11-08T00:54:22.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-11-08T00:54:22.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-11-08T00:54:22.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2989 | 2024-11-08T00:54:22.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2990 | 2024-11-08T00:54:22.430Z | |
2991 | 2024-11-08T00:54:22.430Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
2992 | 2024-11-08T00:54:22.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-11-08T00:54:22.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-11-08T00:54:23.020Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2995 | 2024-11-08T00:54:23.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
2996 | 2024-11-08T00:54:24.116Z | |
2997 | 2024-11-08T00:54:24.116Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
2998 | 2024-11-08T00:54:24.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-11-08T00:54:24.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-11-08T00:54:24.717Z | Checking cargo-platform v0.1.8 |
3001 | 2024-11-08T00:54:24.990Z | Checking cargo_metadata v0.18.1 |
3002 | 2024-11-08T00:54:25.974Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3003 | 2024-11-08T00:54:26.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3004 | 2024-11-08T00:54:26.879Z | |
3005 | 2024-11-08T00:54:26.879Z | info: running `cargo check --bins` on mgs-dev (135/168) |
3006 | 2024-11-08T00:54:27.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-11-08T00:54:27.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-11-08T00:54:27.552Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3009 | 2024-11-08T00:54:28.235Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3010 | 2024-11-08T00:54:28.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
3011 | 2024-11-08T00:54:28.912Z | |
3012 | 2024-11-08T00:54:28.912Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
3013 | 2024-11-08T00:54:29.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-11-08T00:54:29.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-11-08T00:54:29.670Z | Compiling crunchy v0.2.2 |
3016 | 2024-11-08T00:54:29.670Z | Compiling glob v0.3.1 |
3017 | 2024-11-08T00:54:29.673Z | Compiling tiny-keccak v2.0.2 |
3018 | 2024-11-08T00:54:29.673Z | Compiling dsl_auto_type v0.1.2 |
3019 | 2024-11-08T00:54:29.673Z | Checking scheduled-thread-pool v0.2.7 |
3020 | 2024-11-08T00:54:29.673Z | Compiling diesel_table_macro_syntax v0.2.0 |
3021 | 2024-11-08T00:54:29.818Z | Compiling ascii-canvas v3.0.0 |
3022 | 2024-11-08T00:54:29.832Z | Compiling ena v0.14.3 |
3023 | 2024-11-08T00:54:30.013Z | Checking r2d2 v0.8.10 |
3024 | 2024-11-08T00:54:30.086Z | Compiling libloading v0.8.5 |
3025 | 2024-11-08T00:54:30.174Z | Compiling diff v0.1.13 |
3026 | 2024-11-08T00:54:30.208Z | Compiling regex-syntax v0.6.29 |
3027 | 2024-11-08T00:54:30.335Z | Compiling bindgen v0.69.5 |
3028 | 2024-11-08T00:54:30.396Z | Compiling which v4.4.2 |
3029 | 2024-11-08T00:54:30.502Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3030 | 2024-11-08T00:54:30.724Z | Compiling clang-sys v1.8.1 |
3031 | 2024-11-08T00:54:30.743Z | Compiling cexpr v0.6.0 |
3032 | 2024-11-08T00:54:30.817Z | Compiling rustc-hash v1.1.0 |
3033 | 2024-11-08T00:54:30.983Z | Compiling lazycell v1.3.0 |
3034 | 2024-11-08T00:54:30.986Z | Compiling ref-cast v1.0.23 |
3035 | 2024-11-08T00:54:31.072Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3036 | 2024-11-08T00:54:31.160Z | Compiling derive_builder_core v0.20.2 |
3037 | 2024-11-08T00:54:31.178Z | Compiling libxml v0.3.3 |
3038 | 2024-11-08T00:54:31.309Z | Compiling diesel_derives v2.2.3 |
3039 | 2024-11-08T00:54:31.366Z | Compiling ref-cast-impl v1.0.23 |
3040 | 2024-11-08T00:54:31.558Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3041 | 2024-11-08T00:54:31.674Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3042 | 2024-11-08T00:54:32.069Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3043 | 2024-11-08T00:54:32.389Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3044 | 2024-11-08T00:54:32.460Z | Compiling strum_macros v0.24.3 |
3045 | 2024-11-08T00:54:32.696Z | Compiling indoc v1.0.9 |
3046 | 2024-11-08T00:54:33.472Z | Compiling lalrpop v0.19.12 |
3047 | 2024-11-08T00:54:33.715Z | Compiling derive_builder_macro v0.20.2 |
3048 | 2024-11-08T00:54:34.655Z | Checking derive_builder v0.20.2 |
3049 | 2024-11-08T00:54:34.674Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3050 | 2024-11-08T00:54:34.822Z | Compiling oso-derive v0.27.3 |
3051 | 2024-11-08T00:54:34.879Z | Compiling impl-trait-for-tuples v0.2.2 |
3052 | 2024-11-08T00:54:34.959Z | Checking quick-xml v0.33.0 |
3053 | 2024-11-08T00:54:35.929Z | Compiling diesel-dtrace v0.3.0 |
3054 | 2024-11-08T00:54:35.948Z | Checking maplit v1.0.2 |
3055 | 2024-11-08T00:54:36.103Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3056 | 2024-11-08T00:54:36.339Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3057 | 2024-11-08T00:54:36.646Z | Checking bb8 v0.8.5 |
3058 | 2024-11-08T00:54:37.182Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3059 | 2024-11-08T00:54:37.206Z | Checking castaway v0.2.3 |
3060 | 2024-11-08T00:54:37.375Z | Checking rand_seeder v0.3.0 |
3061 | 2024-11-08T00:54:37.512Z | Checking compact_str v0.8.0 |
3062 | 2024-11-08T00:54:37.628Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3063 | 2024-11-08T00:54:37.758Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3064 | 2024-11-08T00:54:37.826Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3065 | 2024-11-08T00:54:38.486Z | Checking unicode-truncate v1.1.0 |
3066 | 2024-11-08T00:54:38.726Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3067 | 2024-11-08T00:54:39.038Z | Checking lru v0.12.5 |
3068 | 2024-11-08T00:54:39.219Z | Compiling instability v0.3.2 |
3069 | 2024-11-08T00:54:39.406Z | Checking unicode-linebreak v0.1.5 |
3070 | 2024-11-08T00:54:39.737Z | Checking smawk v0.3.2 |
3071 | 2024-11-08T00:54:39.882Z | Checking is_ci v1.2.0 |
3072 | 2024-11-08T00:54:39.950Z | Checking cassowary v0.3.0 |
3073 | 2024-11-08T00:54:40.032Z | Checking supports-color v3.0.1 |
3074 | 2024-11-08T00:54:40.241Z | Checking textwrap v0.16.1 |
3075 | 2024-11-08T00:54:40.310Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3076 | 2024-11-08T00:54:40.352Z | Checking ratatui v0.28.1 |
3077 | 2024-11-08T00:54:40.682Z | Checking multimap v0.10.0 |
3078 | 2024-11-08T00:54:42.634Z | Checking diesel v2.2.4 |
3079 | 2024-11-08T00:55:07.198Z | Compiling samael v0.0.17 |
3080 | 2024-11-08T00:55:18.689Z | Checking async-bb8-diesel v0.2.1 |
3081 | 2024-11-08T00:55:19.194Z | Compiling polar-core v0.27.3 |
3082 | 2024-11-08T00:55:26.751Z | Checking oso v0.27.3 |
3083 | 2024-11-08T00:57:03.243Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3084 | 2024-11-08T00:57:11.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
3085 | 2024-11-08T00:57:11.579Z | |
3086 | 2024-11-08T00:57:11.579Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
3087 | 2024-11-08T00:57:12.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-11-08T00:57:12.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-11-08T00:57:12.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2024-11-08T00:57:12.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3091 | 2024-11-08T00:57:12.227Z | |
3092 | 2024-11-08T00:57:12.227Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
3093 | 2024-11-08T00:57:12.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-11-08T00:57:12.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-11-08T00:57:12.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2024-11-08T00:57:12.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3097 | 2024-11-08T00:57:12.862Z | |
3098 | 2024-11-08T00:57:12.862Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
3099 | 2024-11-08T00:57:13.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-11-08T00:57:13.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-11-08T00:57:13.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2024-11-08T00:57:13.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3103 | 2024-11-08T00:57:13.447Z | |
3104 | 2024-11-08T00:57:13.447Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
3105 | 2024-11-08T00:57:14.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-11-08T00:57:14.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-11-08T00:57:14.222Z | Compiling libz-sys v1.1.20 |
3108 | 2024-11-08T00:57:14.333Z | Checking http v0.2.12 |
3109 | 2024-11-08T00:57:14.335Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3110 | 2024-11-08T00:57:14.357Z | Compiling vergen v8.3.2 |
3111 | 2024-11-08T00:57:14.360Z | Compiling cargo-platform v0.1.8 |
3112 | 2024-11-08T00:57:14.360Z | Compiling pin-project-internal v1.1.6 |
3113 | 2024-11-08T00:57:14.400Z | Compiling libsqlite3-sys v0.30.1 |
3114 | 2024-11-08T00:57:14.400Z | Compiling snafu-derive v0.8.5 |
3115 | 2024-11-08T00:57:14.669Z | Compiling zip v2.1.3 |
3116 | 2024-11-08T00:57:14.936Z | Compiling cargo_metadata v0.18.1 |
3117 | 2024-11-08T00:57:14.957Z | Compiling cfg_aliases v0.2.1 |
3118 | 2024-11-08T00:57:15.007Z | Compiling rustls v0.21.12 |
3119 | 2024-11-08T00:57:15.060Z | Compiling buf-list v1.0.3 |
3120 | 2024-11-08T00:57:15.123Z | Checking bumpalo v3.16.0 |
3121 | 2024-11-08T00:57:15.319Z | Checking lockfree-object-pool v0.1.6 |
3122 | 2024-11-08T00:57:15.475Z | Checking sync_wrapper v0.1.2 |
3123 | 2024-11-08T00:57:15.559Z | Checking simd-adler32 v0.3.7 |
3124 | 2024-11-08T00:57:15.642Z | Compiling nix v0.29.0 |
3125 | 2024-11-08T00:57:15.660Z | Checking h2 v0.3.26 |
3126 | 2024-11-08T00:57:15.705Z | Checking http-body v0.4.6 |
3127 | 2024-11-08T00:57:15.888Z | Checking zopfli v0.8.1 |
3128 | 2024-11-08T00:57:16.247Z | Checking globset v0.4.15 |
3129 | 2024-11-08T00:57:16.521Z | Checking rustls-webpki v0.101.7 |
3130 | 2024-11-08T00:57:16.577Z | Checking sct v0.7.1 |
3131 | 2024-11-08T00:57:16.716Z | Checking olpc-cjson v0.1.4 |
3132 | 2024-11-08T00:57:16.788Z | Checking serde_plain v1.0.2 |
3133 | 2024-11-08T00:57:16.922Z | Compiling displaydoc v0.2.5 |
3134 | 2024-11-08T00:57:17.046Z | Checking typed-path v0.7.1 |
3135 | 2024-11-08T00:57:17.263Z | Checking pin-project v1.1.6 |
3136 | 2024-11-08T00:57:18.200Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3137 | 2024-11-08T00:57:18.304Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3138 | 2024-11-08T00:57:18.473Z | Checking hashlink v0.9.1 |
3139 | 2024-11-08T00:57:18.582Z | Checking parse-size v1.1.0 |
3140 | 2024-11-08T00:57:18.774Z | Checking fallible-iterator v0.3.0 |
3141 | 2024-11-08T00:57:18.918Z | Checking fallible-streaming-iterator v0.1.9 |
3142 | 2024-11-08T00:57:19.215Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3143 | 2024-11-08T00:57:19.422Z | Checking rusqlite v0.32.1 |
3144 | 2024-11-08T00:57:19.556Z | Checking snafu v0.8.5 |
3145 | 2024-11-08T00:57:19.651Z | Checking rustls-pemfile v1.0.4 |
3146 | 2024-11-08T00:57:19.697Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3147 | 2024-11-08T00:57:19.859Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3148 | 2024-11-08T00:57:19.996Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3149 | 2024-11-08T00:57:20.011Z | Checking twox-hash v1.6.3 |
3150 | 2024-11-08T00:57:20.125Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3151 | 2024-11-08T00:57:20.414Z | Checking tokio-rustls v0.24.1 |
3152 | 2024-11-08T00:57:20.477Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3153 | 2024-11-08T00:57:20.749Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3154 | 2024-11-08T00:57:21.013Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3155 | 2024-11-08T00:57:21.141Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3156 | 2024-11-08T00:57:21.271Z | Checking fatfs v0.3.6 |
3157 | 2024-11-08T00:57:21.904Z | Checking hyper v0.14.30 |
3158 | 2024-11-08T00:57:21.987Z | Checking assert_matches v1.5.0 |
3159 | 2024-11-08T00:57:26.186Z | Checking reqwest v0.11.27 |
3160 | 2024-11-08T00:57:27.031Z | Checking tough v0.17.1 |
3161 | 2024-11-08T00:57:28.071Z | Compiling git2 v0.19.0 |
3162 | 2024-11-08T00:57:30.237Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3163 | 2024-11-08T00:57:31.421Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3164 | 2024-11-08T00:57:33.263Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3165 | 2024-11-08T01:01:06.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 53s |
3166 | 2024-11-08T01:01:06.954Z | |
3167 | 2024-11-08T01:01:06.954Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
3168 | 2024-11-08T01:01:07.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3169 | 2024-11-08T01:01:07.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3170 | 2024-11-08T01:01:07.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3171 | 2024-11-08T01:01:07.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3172 | 2024-11-08T01:01:07.626Z | |
3173 | 2024-11-08T01:01:07.626Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
3174 | 2024-11-08T01:01:08.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3175 | 2024-11-08T01:01:08.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3176 | 2024-11-08T01:01:08.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3177 | 2024-11-08T01:01:08.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3178 | 2024-11-08T01:01:08.201Z | |
3179 | 2024-11-08T01:01:08.201Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
3180 | 2024-11-08T01:01:08.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3181 | 2024-11-08T01:01:08.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3182 | 2024-11-08T01:01:08.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3183 | 2024-11-08T01:01:08.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3184 | 2024-11-08T01:01:08.822Z | |
3185 | 2024-11-08T01:01:08.822Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
3186 | 2024-11-08T01:01:09.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2024-11-08T01:01:09.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2024-11-08T01:01:09.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3189 | 2024-11-08T01:01:09.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3190 | 2024-11-08T01:01:09.471Z | |
3191 | 2024-11-08T01:01:09.474Z | info: running `cargo check --bins` on nexus-networking (145/168) |
3192 | 2024-11-08T01:01:10.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2024-11-08T01:01:10.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2024-11-08T01:01:10.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3195 | 2024-11-08T01:01:10.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3196 | 2024-11-08T01:01:10.111Z | |
3197 | 2024-11-08T01:01:10.111Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
3198 | 2024-11-08T01:01:10.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2024-11-08T01:01:10.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2024-11-08T01:01:10.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3201 | 2024-11-08T01:01:10.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3202 | 2024-11-08T01:01:10.750Z | |
3203 | 2024-11-08T01:01:10.750Z | info: running `cargo check --bins` on update-common (147/168) |
3204 | 2024-11-08T01:01:11.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-11-08T01:01:11.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-11-08T01:01:11.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3207 | 2024-11-08T01:01:11.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3208 | 2024-11-08T01:01:11.375Z | |
3209 | 2024-11-08T01:01:11.375Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
3210 | 2024-11-08T01:01:11.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2024-11-08T01:01:11.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2024-11-08T01:01:11.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3213 | 2024-11-08T01:01:11.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3214 | 2024-11-08T01:01:11.994Z | |
3215 | 2024-11-08T01:01:11.994Z | info: running `cargo check --bins` on tufaceous (149/168) |
3216 | 2024-11-08T01:01:12.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3217 | 2024-11-08T01:01:12.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3218 | 2024-11-08T01:01:12.643Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3219 | 2024-11-08T01:01:13.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3220 | 2024-11-08T01:01:13.751Z | |
3221 | 2024-11-08T01:01:13.751Z | info: running `cargo check --bins` on omicron-dev (150/168) |
3222 | 2024-11-08T01:01:14.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-11-08T01:01:14.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-11-08T01:01:14.569Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3225 | 2024-11-08T01:01:14.691Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3226 | 2024-11-08T01:01:14.693Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3227 | 2024-11-08T01:01:14.693Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3228 | 2024-11-08T01:02:11.042Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3229 | 2024-11-08T01:02:11.045Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3230 | 2024-11-08T01:02:11.045Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3231 | 2024-11-08T01:02:11.045Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3232 | 2024-11-08T01:02:11.045Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3233 | 2024-11-08T01:02:11.928Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3234 | 2024-11-08T01:02:13.178Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3235 | 2024-11-08T01:05:33.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 19s |
3236 | 2024-11-08T01:05:33.975Z | |
3237 | 2024-11-08T01:05:33.975Z | info: running `cargo check --bins` on openapi-manager (151/168) |
3238 | 2024-11-08T01:05:34.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-11-08T01:05:34.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-11-08T01:05:34.645Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3241 | 2024-11-08T01:05:34.648Z | Checking heck v0.4.1 |
3242 | 2024-11-08T01:05:34.648Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3243 | 2024-11-08T01:05:34.894Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3244 | 2024-11-08T01:05:36.264Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3245 | 2024-11-08T01:05:37.095Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3246 | 2024-11-08T01:05:38.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
3247 | 2024-11-08T01:05:38.285Z | |
3248 | 2024-11-08T01:05:38.285Z | info: running `cargo check --bins` on installinator-api (152/168) |
3249 | 2024-11-08T01:05:38.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2024-11-08T01:05:38.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2024-11-08T01:05:38.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3252 | 2024-11-08T01:05:38.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3253 | 2024-11-08T01:05:38.892Z | |
3254 | 2024-11-08T01:05:38.892Z | info: running `cargo check --bins` on wicketd-api (153/168) |
3255 | 2024-11-08T01:05:39.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2024-11-08T01:05:39.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2024-11-08T01:05:39.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3258 | 2024-11-08T01:05:39.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3259 | 2024-11-08T01:05:39.508Z | |
3260 | 2024-11-08T01:05:39.508Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
3261 | 2024-11-08T01:05:40.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2024-11-08T01:05:40.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2024-11-08T01:05:40.155Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3264 | 2024-11-08T01:05:41.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3265 | 2024-11-08T01:05:41.487Z | |
3266 | 2024-11-08T01:05:41.487Z | info: running `cargo check --bins` on omicron-releng (155/168) |
3267 | 2024-11-08T01:05:42.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2024-11-08T01:05:42.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2024-11-08T01:05:42.128Z | Checking memmap2 v0.9.5 |
3270 | 2024-11-08T01:05:42.128Z | Checking arrayref v0.3.9 |
3271 | 2024-11-08T01:05:42.128Z | Checking untrusted v0.7.1 |
3272 | 2024-11-08T01:05:42.128Z | Checking spin v0.5.2 |
3273 | 2024-11-08T01:05:42.131Z | Checking arrayvec v0.7.6 |
3274 | 2024-11-08T01:05:42.132Z | Checking constant_time_eq v0.3.1 |
3275 | 2024-11-08T01:05:42.132Z | Checking topological-sort v0.2.2 |
3276 | 2024-11-08T01:05:42.229Z | Checking shell-words v1.1.0 |
3277 | 2024-11-08T01:05:42.435Z | Checking ring v0.16.20 |
3278 | 2024-11-08T01:05:42.566Z | Checking blake3 v1.5.4 |
3279 | 2024-11-08T01:05:43.595Z | Checking omicron-zone-package v0.11.1 |
3280 | 2024-11-08T01:05:44.725Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3281 | 2024-11-08T01:05:45.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
3282 | 2024-11-08T01:05:45.811Z | |
3283 | 2024-11-08T01:05:45.811Z | info: running `cargo check --bins` on xtask (156/168) |
3284 | 2024-11-08T01:05:46.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2024-11-08T01:05:46.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2024-11-08T01:05:46.235Z | Checking bitflags v2.6.0 |
3287 | 2024-11-08T01:05:46.238Z | Checking serde v1.0.210 |
3288 | 2024-11-08T01:05:46.238Z | Checking thiserror v1.0.64 |
3289 | 2024-11-08T01:05:46.325Z | Checking scroll v0.12.0 |
3290 | 2024-11-08T01:05:46.328Z | Checking log v0.4.22 |
3291 | 2024-11-08T01:05:46.334Z | Checking hashbrown v0.15.0 |
3292 | 2024-11-08T01:05:46.342Z | Checking zerocopy v0.7.35 |
3293 | 2024-11-08T01:05:46.367Z | Checking syn v2.0.79 |
3294 | 2024-11-08T01:05:46.414Z | Checking pest v2.7.14 |
3295 | 2024-11-08T01:05:46.565Z | Checking rustix v0.38.37 |
3296 | 2024-11-08T01:05:46.589Z | Checking once_cell v1.20.2 |
3297 | 2024-11-08T01:05:46.797Z | Checking goblin v0.8.2 |
3298 | 2024-11-08T01:05:46.899Z | Checking fs-err v2.11.0 |
3299 | 2024-11-08T01:05:47.208Z | Checking anyhow v1.0.92 |
3300 | 2024-11-08T01:05:47.401Z | Checking indexmap v2.6.0 |
3301 | 2024-11-08T01:05:47.631Z | Checking tabled v0.15.0 |
3302 | 2024-11-08T01:05:48.544Z | Checking terminal_size v0.4.0 |
3303 | 2024-11-08T01:05:48.546Z | Checking tempfile v3.13.0 |
3304 | 2024-11-08T01:05:48.712Z | Checking clap_builder v4.5.20 |
3305 | 2024-11-08T01:05:49.012Z | Checking dtrace-parser v0.2.0 |
3306 | 2024-11-08T01:05:50.881Z | Checking clap v4.5.20 |
3307 | 2024-11-08T01:05:50.921Z | Checking serde_json v1.0.128 |
3308 | 2024-11-08T01:05:50.923Z | Checking serde_spanned v0.6.8 |
3309 | 2024-11-08T01:05:50.924Z | Checking toml_datetime v0.6.8 |
3310 | 2024-11-08T01:05:50.924Z | Checking camino v1.1.9 |
3311 | 2024-11-08T01:05:50.924Z | Checking semver v1.0.23 |
3312 | 2024-11-08T01:05:50.924Z | Checking cargo-platform v0.1.8 |
3313 | 2024-11-08T01:05:50.977Z | Checking macaddr v1.0.1 |
3314 | 2024-11-08T01:05:51.168Z | Checking toml_edit v0.22.22 |
3315 | 2024-11-08T01:05:51.423Z | Checking camino-tempfile v1.1.1 |
3316 | 2024-11-08T01:05:52.049Z | Checking dof v0.3.0 |
3317 | 2024-11-08T01:05:52.049Z | Checking cargo_metadata v0.18.1 |
3318 | 2024-11-08T01:05:52.484Z | Checking usdt-impl v0.5.0 |
3319 | 2024-11-08T01:05:52.836Z | Checking usdt v0.5.0 |
3320 | 2024-11-08T01:05:52.968Z | Checking toml v0.8.19 |
3321 | 2024-11-08T01:05:53.453Z | Checking cargo_toml v0.20.5 |
3322 | 2024-11-08T01:05:54.706Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3323 | 2024-11-08T01:05:55.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s |
3324 | 2024-11-08T01:05:55.490Z | |
3325 | 2024-11-08T01:05:55.490Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
3326 | 2024-11-08T01:05:56.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2024-11-08T01:05:56.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2024-11-08T01:05:56.160Z | Checking polyval v0.6.2 |
3329 | 2024-11-08T01:05:56.267Z | Checking ctr v0.9.2 |
3330 | 2024-11-08T01:05:56.279Z | Checking ssh-encoding v0.2.0 |
3331 | 2024-11-08T01:05:56.281Z | Checking blowfish v0.9.1 |
3332 | 2024-11-08T01:05:56.300Z | Checking password-hash v0.4.2 |
3333 | 2024-11-08T01:05:56.303Z | Checking matches v0.1.10 |
3334 | 2024-11-08T01:05:56.330Z | Checking p256 v0.13.2 |
3335 | 2024-11-08T01:05:56.330Z | Checking p521 v0.13.3 |
3336 | 2024-11-08T01:05:56.406Z | Checking idna v0.2.3 |
3337 | 2024-11-08T01:05:56.495Z | Checking bcrypt-pbkdf v0.10.0 |
3338 | 2024-11-08T01:05:56.512Z | Checking ghash v0.5.1 |
3339 | 2024-11-08T01:05:56.529Z | Compiling enum-as-inner v0.5.1 |
3340 | 2024-11-08T01:05:56.581Z | Checking russh-cryptovec v0.7.3 |
3341 | 2024-11-08T01:05:56.672Z | Checking aes-gcm v0.10.3 |
3342 | 2024-11-08T01:05:56.712Z | Checking pbkdf2 v0.11.0 |
3343 | 2024-11-08T01:05:56.732Z | Checking md5 v0.7.0 |
3344 | 2024-11-08T01:05:56.787Z | Checking num-bigint v0.4.6 |
3345 | 2024-11-08T01:05:56.815Z | Checking des v0.8.1 |
3346 | 2024-11-08T01:05:56.918Z | Checking ssh-cipher v0.2.0 |
3347 | 2024-11-08T01:05:56.978Z | Checking hex-literal v0.4.1 |
3348 | 2024-11-08T01:05:57.051Z | Compiling dhcproto-macros v0.1.0 |
3349 | 2024-11-08T01:05:57.089Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3350 | 2024-11-08T01:05:57.114Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3351 | 2024-11-08T01:05:57.222Z | Checking ssh-key v0.6.6 |
3352 | 2024-11-08T01:05:57.240Z | Checking internet-checksum v0.2.1 |
3353 | 2024-11-08T01:05:57.527Z | Checking trust-dns-proto v0.22.0 |
3354 | 2024-11-08T01:05:58.587Z | Checking russh-keys v0.45.0 |
3355 | 2024-11-08T01:05:59.549Z | Checking russh v0.45.0 |
3356 | 2024-11-08T01:06:00.081Z | Checking dhcproto v0.12.0 |
3357 | 2024-11-08T01:06:21.995Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3358 | 2024-11-08T01:06:23.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.95s |
3359 | 2024-11-08T01:06:23.584Z | |
3360 | 2024-11-08T01:06:23.584Z | info: running `cargo check --bins` on gateway-cli (158/168) |
3361 | 2024-11-08T01:06:24.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2024-11-08T01:06:24.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2024-11-08T01:06:24.187Z | Checking termios v0.3.3 |
3364 | 2024-11-08T01:06:24.404Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3365 | 2024-11-08T01:06:25.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
3366 | 2024-11-08T01:06:25.349Z | |
3367 | 2024-11-08T01:06:25.349Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
3368 | 2024-11-08T01:06:25.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2024-11-08T01:06:25.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2024-11-08T01:06:26.015Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3371 | 2024-11-08T01:06:28.056Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3372 | 2024-11-08T01:06:30.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
3373 | 2024-11-08T01:06:30.238Z | |
3374 | 2024-11-08T01:06:30.239Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
3375 | 2024-11-08T01:06:30.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2024-11-08T01:06:30.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2024-11-08T01:06:30.842Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3378 | 2024-11-08T01:06:31.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3379 | 2024-11-08T01:06:31.452Z | |
3380 | 2024-11-08T01:06:31.452Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
3381 | 2024-11-08T01:06:31.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2024-11-08T01:06:31.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2024-11-08T01:06:31.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3384 | 2024-11-08T01:06:31.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3385 | 2024-11-08T01:06:32.045Z | |
3386 | 2024-11-08T01:06:32.045Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
3387 | 2024-11-08T01:06:32.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2024-11-08T01:06:32.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2024-11-08T01:06:32.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3390 | 2024-11-08T01:06:32.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3391 | 2024-11-08T01:06:32.764Z | |
3392 | 2024-11-08T01:06:32.764Z | info: running `cargo check --bins` on omicron-package (163/168) |
3393 | 2024-11-08T01:06:33.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2024-11-08T01:06:33.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2024-11-08T01:06:33.265Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3396 | 2024-11-08T01:06:34.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
3397 | 2024-11-08T01:06:34.687Z | |
3398 | 2024-11-08T01:06:34.687Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
3399 | 2024-11-08T01:06:35.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2024-11-08T01:06:35.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2024-11-08T01:06:35.363Z | Checking rtoolbox v0.0.2 |
3402 | 2024-11-08T01:06:35.363Z | Checking tui-tree-widget v0.22.0 |
3403 | 2024-11-08T01:06:35.366Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3404 | 2024-11-08T01:06:35.586Z | Checking rpassword v7.3.1 |
3405 | 2024-11-08T01:06:39.887Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3406 | 2024-11-08T01:06:43.056Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3407 | 2024-11-08T01:06:44.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s |
3408 | 2024-11-08T01:06:44.371Z | |
3409 | 2024-11-08T01:06:44.371Z | info: running `cargo check --bins` on wicket (165/168) |
3410 | 2024-11-08T01:06:44.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3411 | 2024-11-08T01:06:44.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3412 | 2024-11-08T01:06:45.033Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3413 | 2024-11-08T01:06:45.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3414 | 2024-11-08T01:06:45.604Z | |
3415 | 2024-11-08T01:06:45.604Z | info: running `cargo check --bins` on wicketd (166/168) |
3416 | 2024-11-08T01:06:46.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3417 | 2024-11-08T01:06:46.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3418 | 2024-11-08T01:06:46.303Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3419 | 2024-11-08T01:06:55.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s |
3420 | 2024-11-08T01:06:55.904Z | |
3421 | 2024-11-08T01:06:55.904Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
3422 | 2024-11-08T01:06:56.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3423 | 2024-11-08T01:06:56.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3424 | 2024-11-08T01:06:56.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3425 | 2024-11-08T01:06:56.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3426 | 2024-11-08T01:06:56.506Z | |
3427 | 2024-11-08T01:06:56.506Z | info: running `cargo check --bins` on zone-setup (168/168) |
3428 | 2024-11-08T01:06:57.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3429 | 2024-11-08T01:06:57.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3430 | 2024-11-08T01:06:57.209Z | Checking uzers v0.12.1 |
3431 | 2024-11-08T01:06:57.552Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3432 | 2024-11-08T01:06:58.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
3433 | 2024-11-08T01:06:59.112Z | |
3434 | 2024-11-08T01:06:59.112Z | real 24:36.022465207 |
3435 | 2024-11-08T01:06:59.112Z | user 37:01.019381442 |
3436 | 2024-11-08T01:06:59.112Z | sys 5:23.784488092 |
3437 | 2024-11-08T01:06:59.112Z | trap 0.586191723 |
3438 | 2024-11-08T01:06:59.113Z | tflt 2.950007291 |
3439 | 2024-11-08T01:06:59.113Z | dflt 2.899164140 |
3440 | 2024-11-08T01:06:59.113Z | kflt 0.001204112 |
3441 | 2024-11-08T01:06:59.113Z | lock 1:30:20.327611943 |
3442 | 2024-11-08T01:06:59.113Z | slp 3:29:28.748352558 |
3443 | 2024-11-08T01:06:59.113Z | lat 1:00.237145462 |
3444 | 2024-11-08T01:06:59.113Z | stop 3:06.813178273 |
3445 | 2024-11-08T01:06:59.119Z | process exited: duration 1753839 ms, exit code 0 |
|
3446 | 2024-11-08T01:06:59.130Z | found 0 output files |