|
|
|
1 | 2024-07-19T16:31:25.388Z | job assigned to worker 01J35XA0TX64G409YZE2REHJKM (queued for 33 s) |
|
2 | 2024-07-19T16:31:26.347Z | starting task 0: "setup" |
3 | 2024-07-19T16:31:26.373Z | ++ uname -s |
4 | 2024-07-19T16:31:26.373Z | + kern=SunOS |
5 | 2024-07-19T16:31:26.373Z | + case "$kern" in |
6 | 2024-07-19T16:31:26.373Z | + groupadd -g 12345 build |
7 | 2024-07-19T16:31:26.373Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T16:31:28.378Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T16:31:28.421Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T16:31:28.445Z | + home_fs=zfs |
11 | 2024-07-19T16:31:28.445Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T16:31:28.445Z | + mkdir -p /home/build |
13 | 2024-07-19T16:31:28.445Z | + chown build:build /home/build /work |
14 | 2024-07-19T16:31:30.430Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T16:31:30.454Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-07-19T16:31:30.503Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T16:31:30.527Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T16:31:30.527Z | * toolchain channel = "1.78.0" |
19 | 2024-07-19T16:31:30.527Z | * toolchain profile = "default" |
20 | 2024-07-19T16:31:30.527Z | ' 1.78.0 |
21 | 2024-07-19T16:31:30.527Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-19T16:31:30.527Z | ' default |
23 | 2024-07-19T16:31:30.527Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T16:31:30.527Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-19T16:31:35.664Z | info: downloading installer |
26 | 2024-07-19T16:31:36.132Z | info: profile set to 'default' |
27 | 2024-07-19T16:31:36.132Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T16:31:36.132Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-19T16:31:36.240Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-19T16:31:36.240Z | info: downloading component 'cargo' |
31 | 2024-07-19T16:31:36.400Z | info: downloading component 'clippy' |
32 | 2024-07-19T16:31:36.460Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T16:31:36.699Z | info: downloading component 'rust-std' |
34 | 2024-07-19T16:31:36.997Z | info: downloading component 'rustc' |
35 | 2024-07-19T16:31:37.649Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T16:31:37.687Z | info: installing component 'cargo' |
37 | 2024-07-19T16:31:38.804Z | info: installing component 'clippy' |
38 | 2024-07-19T16:31:39.217Z | info: installing component 'rust-docs' |
39 | 2024-07-19T16:31:41.780Z | info: installing component 'rust-std' |
40 | 2024-07-19T16:31:43.660Z | info: installing component 'rustc' |
41 | 2024-07-19T16:31:48.464Z | info: installing component 'rustfmt' |
42 | 2024-07-19T16:31:48.829Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-19T16:31:48.829Z | |
44 | 2024-07-19T16:31:48.951Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-19T16:31:48.951Z | |
46 | 2024-07-19T16:31:48.951Z | |
47 | 2024-07-19T16:31:48.951Z | Rust is installed now. Great! |
48 | 2024-07-19T16:31:48.951Z | |
49 | 2024-07-19T16:31:48.951Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T16:31:48.975Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T16:31:48.975Z | |
52 | 2024-07-19T16:31:48.975Z | To configure your current shell, you need to source |
53 | 2024-07-19T16:31:48.975Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T16:31:48.975Z | |
55 | 2024-07-19T16:31:48.975Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T16:31:48.975Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T16:31:48.975Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T16:31:49.012Z | + rustc --version |
59 | 2024-07-19T16:31:49.126Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-19T16:31:49.149Z | process exited: duration 18629 ms, exit code 0 |
|
61 | 2024-07-19T16:31:49.201Z | starting task 2: "authentication" |
62 | 2024-07-19T16:31:49.259Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-07-19T16:31:49.309Z | starting task 3: "clone repository" |
64 | 2024-07-19T16:31:49.333Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-19T16:31:49.333Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-19T16:31:49.357Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-19T16:31:55.532Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-19T16:31:55.532Z | + git fetch origin ea8e04155df20d01a64c93f92af7609261fe0506 |
69 | 2024-07-19T16:31:55.957Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-19T16:31:55.957Z | * branch ea8e04155df20d01a64c93f92af7609261fe0506 -> FETCH_HEAD |
71 | 2024-07-19T16:31:55.981Z | + [[ -n move-switch-data-link-timeseries-to-toml ]] |
72 | 2024-07-19T16:31:55.981Z | ++ git branch --show-current |
73 | 2024-07-19T16:31:55.981Z | + current=main |
74 | 2024-07-19T16:31:55.981Z | + [[ main != move-switch-data-link-timeseries-to-toml ]] |
75 | 2024-07-19T16:31:55.981Z | + git branch -f move-switch-data-link-timeseries-to-toml ea8e04155df20d01a64c93f92af7609261fe0506 |
76 | 2024-07-19T16:31:56.005Z | + git checkout -f move-switch-data-link-timeseries-to-toml |
77 | 2024-07-19T16:31:56.138Z | Switched to branch 'move-switch-data-link-timeseries-to-toml' |
78 | 2024-07-19T16:31:56.162Z | + git reset --hard ea8e04155df20d01a64c93f92af7609261fe0506 |
79 | 2024-07-19T16:31:56.279Z | HEAD is now at ea8e04155 update openapi spec |
80 | 2024-07-19T16:31:56.303Z | process exited: duration 6974 ms, exit code 0 |
|
81 | 2024-07-19T16:31:56.351Z | starting task 4: "build" |
82 | 2024-07-19T16:31:56.381Z | + cargo --version |
83 | 2024-07-19T16:31:56.450Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-19T16:31:56.475Z | + rustc --version |
85 | 2024-07-19T16:31:56.547Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-19T16:31:56.572Z | + source ./env.sh |
87 | 2024-07-19T16:31:56.573Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-19T16:31:56.573Z | ++ set -o xtrace |
89 | 2024-07-19T16:31:56.573Z | ++++ dirname ./env.sh |
90 | 2024-07-19T16:31:56.573Z | +++ readlink -f . |
91 | 2024-07-19T16:31:56.573Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-19T16:31:56.573Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-19T16:31:56.573Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-19T16:31:56.573Z | ++ 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 |
95 | 2024-07-19T16:31:56.573Z | ++ 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 |
96 | 2024-07-19T16:31:56.573Z | ++ 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 |
97 | 2024-07-19T16:31:56.573Z | ++ 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 |
98 | 2024-07-19T16:31:56.573Z | ++ 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 |
99 | 2024-07-19T16:31:56.573Z | ++ 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 |
100 | 2024-07-19T16:31:56.573Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-19T16:31:56.573Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-19T16:31:56.573Z | + 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 |
103 | 2024-07-19T16:31:56.573Z | + 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 |
104 | 2024-07-19T16:31:56.573Z | + banner prerequisites |
105 | 2024-07-19T16:31:56.573Z | |
106 | 2024-07-19T16:31:56.573Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-07-19T16:31:56.573Z | # # # # # # # # # # # # # # # |
108 | 2024-07-19T16:31:56.573Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-07-19T16:31:56.573Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-07-19T16:31:56.573Z | # # # # # # # # # # # # # # # |
111 | 2024-07-19T16:31:56.573Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-07-19T16:31:56.573Z | |
113 | 2024-07-19T16:31:56.573Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-07-19T16:32:02.949Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-07-19T16:32:05.446Z | Startup: Caching catalogs ... Done |
116 | 2024-07-19T16:32:09.227Z | Planning: Solver setup ... Done (3.172s) |
117 | 2024-07-19T16:32:09.290Z | Planning: Running solver ... Done (0.063s) |
118 | 2024-07-19T16:32:09.336Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-07-19T16:32:09.420Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-07-19T16:32:09.794Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-07-19T16:32:09.856Z | Planning: Package planning ... Done (0.062s) |
122 | 2024-07-19T16:32:09.914Z | Planning: Merging actions ... Done (0.058s) |
123 | 2024-07-19T16:32:10.272Z | Planning: Checking for conflicting actions ... Done (0.355s) |
124 | 2024-07-19T16:32:10.297Z | Planning: Consolidating action changes ... Done (0.014s) |
125 | 2024-07-19T16:32:10.925Z | Planning: Evaluating mediators ... Done (0.641s) |
126 | 2024-07-19T16:32:10.949Z | Planning: Planning completed in 5.43 seconds |
127 | 2024-07-19T16:32:10.973Z | Packages to install: 4 |
128 | 2024-07-19T16:32:10.973Z | Mediators to change: 2 |
129 | 2024-07-19T16:32:10.973Z | Services to change: 1 |
130 | 2024-07-19T16:32:10.973Z | Estimated space available: 148.89 GB |
131 | 2024-07-19T16:32:10.973Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-07-19T16:32:10.973Z | Create boot environment: No |
133 | 2024-07-19T16:32:10.973Z | Create backup boot environment: No |
134 | 2024-07-19T16:32:10.973Z | Rebuild boot archive: No |
135 | 2024-07-19T16:32:10.973Z | |
136 | 2024-07-19T16:32:10.974Z | Changed mediators: |
137 | 2024-07-19T16:32:10.974Z | mediator clang: |
138 | 2024-07-19T16:32:10.974Z | version: None -> 15 (system default) |
139 | 2024-07-19T16:32:10.974Z | |
140 | 2024-07-19T16:32:10.974Z | mediator llvm: |
141 | 2024-07-19T16:32:10.974Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-07-19T16:32:10.974Z | |
143 | 2024-07-19T16:32:10.974Z | Changed packages: |
144 | 2024-07-19T16:32:10.974Z | helios-dev |
145 | 2024-07-19T16:32:10.974Z | developer/build-essential |
146 | 2024-07-19T16:32:10.974Z | None -> 11-2.0 |
147 | 2024-07-19T16:32:10.974Z | library/libxmlsec1 |
148 | 2024-07-19T16:32:10.974Z | None -> 1.2.35-2.0 |
149 | 2024-07-19T16:32:10.974Z | ooce/developer/clang-15 |
150 | 2024-07-19T16:32:10.974Z | None -> 15.0.7-2.0 |
151 | 2024-07-19T16:32:10.974Z | ooce/developer/llvm-15 |
152 | 2024-07-19T16:32:10.974Z | None -> 15.0.7-2.0 |
153 | 2024-07-19T16:32:10.974Z | |
154 | 2024-07-19T16:32:10.974Z | Services: |
155 | 2024-07-19T16:32:10.974Z | restart_fmri: |
156 | 2024-07-19T16:32:10.974Z | svc:/system/update-man-index:default |
157 | 2024-07-19T16:32:11.006Z | |
158 | 2024-07-19T16:32:11.006Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-07-19T16:33:09.237Z | Download: 1065/3290 items 19.7/212.6MB 9% complete (4.1M/s) |
160 | 2024-07-19T16:33:09.287Z | Download: 1198/3290 items 81.2/212.6MB 38% complete (8.6M/s) |
161 | 2024-07-19T16:33:09.287Z | Download: 1774/3290 items 118.3/212.6MB 55% complete (9.9M/s) |
162 | 2024-07-19T16:33:09.287Z | Download: 3132/3290 items 130.2/212.6MB 61% complete (4.8M/s) |
163 | 2024-07-19T16:33:09.287Z | Download: 3248/3290 items 195.1/212.6MB 91% complete (7.6M/s) |
164 | 2024-07-19T16:33:09.287Z | Download: Completed 212.60 MB in 27.50 seconds (7.7M/s) |
165 | 2024-07-19T16:33:09.287Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-07-19T16:33:09.287Z | Actions: 3463/3689 actions (Installing new actions) |
167 | 2024-07-19T16:33:09.287Z | Actions: Completed 3689 actions in 5.56 seconds. |
168 | 2024-07-19T16:33:09.287Z | Done (0.353s) |
169 | 2024-07-19T16:33:09.287Z | Done (0.000s) |
170 | 2024-07-19T16:33:09.287Z | Done (0.401s) |
171 | 2024-07-19T16:33:09.287Z | Done (4.543s) |
172 | 2024-07-19T16:33:09.287Z | Done (0.018s) |
173 | 2024-07-19T16:33:09.287Z | Done (0.000s) |
174 | 2024-07-19T16:33:09.287Z | Done (0.000s) |
175 | 2024-07-19T16:33:09.287Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-07-19T16:33:09.287Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-07-19T16:33:09.287Z | Planning: Consolidating action changes ... Done |
178 | 2024-07-19T16:33:09.287Z | Planning: Evaluating mediators ... Done |
179 | 2024-07-19T16:33:09.287Z | Planning: Planning completed in 0.52 seconds |
180 | 2024-07-19T16:33:09.287Z | Mediators to change: 2 |
181 | 2024-07-19T16:33:09.287Z | Create boot environment: No |
182 | 2024-07-19T16:33:09.288Z | Create backup boot environment: No |
183 | 2024-07-19T16:33:09.288Z | Done |
184 | 2024-07-19T16:33:09.288Z | Done |
185 | 2024-07-19T16:33:09.288Z | Done |
186 | 2024-07-19T16:33:09.288Z | Done |
187 | 2024-07-19T16:33:09.288Z | Done |
188 | 2024-07-19T16:33:09.288Z | Done |
189 | 2024-07-19T16:33:09.288Z | Done |
190 | 2024-07-19T16:33:09.288Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-07-19T16:33:09.288Z | Planning: Merging actions ... Done |
192 | 2024-07-19T16:33:09.288Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-07-19T16:33:09.288Z | Planning: Consolidating action changes ... Done |
194 | 2024-07-19T16:33:09.288Z | Planning: Evaluating mediators ... Done |
195 | 2024-07-19T16:33:09.288Z | Planning: Planning completed in 0.89 seconds |
196 | 2024-07-19T16:33:09.288Z | Packages to change: 1 |
197 | 2024-07-19T16:33:09.288Z | Mediators to change: 1 |
198 | 2024-07-19T16:33:09.288Z | Services to change: 1 |
199 | 2024-07-19T16:33:09.288Z | Create boot environment: No |
200 | 2024-07-19T16:33:09.288Z | Create backup boot environment: Yes |
201 | 2024-07-19T16:33:09.288Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-07-19T16:33:09.288Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-07-19T16:33:09.288Z | Done |
204 | 2024-07-19T16:33:09.288Z | Done |
205 | 2024-07-19T16:33:09.288Z | Done |
206 | 2024-07-19T16:33:09.288Z | Done |
207 | 2024-07-19T16:33:09.288Z | Done |
208 | 2024-07-19T16:33:09.288Z | Done |
209 | 2024-07-19T16:33:09.288Z | Done |
210 | 2024-07-19T16:33:09.288Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-07-19T16:33:09.288Z | clang system 15 system |
212 | 2024-07-19T16:33:09.289Z | csh system system illumos |
213 | 2024-07-19T16:33:09.289Z | ctags system system illumos |
214 | 2024-07-19T16:33:09.289Z | gcc vendor 12 vendor |
215 | 2024-07-19T16:33:09.289Z | gcc system 10 system |
216 | 2024-07-19T16:33:09.289Z | gcc system 7 system |
217 | 2024-07-19T16:33:09.289Z | go system 1.20 system |
218 | 2024-07-19T16:33:09.289Z | go system 1.19 system |
219 | 2024-07-19T16:33:09.289Z | llvm system 15 system |
220 | 2024-07-19T16:33:09.289Z | llvm system 14 system |
221 | 2024-07-19T16:33:09.289Z | mariadb system 10.6 system |
222 | 2024-07-19T16:33:09.289Z | mta vendor vendor dma |
223 | 2024-07-19T16:33:09.289Z | openjdk system 17 system |
224 | 2024-07-19T16:33:09.289Z | openjdk system 11 system |
225 | 2024-07-19T16:33:09.289Z | openjdk system 1.8 system |
226 | 2024-07-19T16:33:09.289Z | openssl vendor 3 vendor |
227 | 2024-07-19T16:33:09.289Z | perl system 5.36 system |
228 | 2024-07-19T16:33:09.289Z | postgresql system 15 system |
229 | 2024-07-19T16:33:09.289Z | postgresql system 13 system |
230 | 2024-07-19T16:33:09.289Z | python vendor 3 vendor |
231 | 2024-07-19T16:33:09.289Z | python system 2 system |
232 | 2024-07-19T16:33:09.289Z | python3 system 3.11 system |
233 | 2024-07-19T16:33:09.289Z | ruby system 3.0 system |
234 | 2024-07-19T16:33:09.289Z | words vendor vendor american-english |
235 | 2024-07-19T16:33:09.289Z | words system system australian-english |
236 | 2024-07-19T16:33:09.289Z | words system system british-english |
237 | 2024-07-19T16:33:09.289Z | words system system canadian-english |
238 | 2024-07-19T16:33:09.289Z | words system system french |
239 | 2024-07-19T16:33:09.289Z | words system system italian |
240 | 2024-07-19T16:33:09.290Z | words system system ngerman |
241 | 2024-07-19T16:33:09.290Z | words system system ogerman |
242 | 2024-07-19T16:33:09.290Z | words system system spanish |
243 | 2024-07-19T16:33:09.290Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-07-19T16:33:09.290Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-07-19T16:33:09.290Z | FMRI IFO |
246 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-07-19T16:33:09.290Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-07-19T16:33:09.290Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-07-19T16:33:09.290Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-07-19T16:33:09.315Z | Updating crates.io index |
261 | 2024-07-19T16:33:09.315Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-07-19T16:33:09.315Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-07-19T16:33:09.315Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-07-19T16:33:09.315Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-07-19T16:33:11.370Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-07-19T16:33:11.668Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-07-19T16:33:11.984Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-07-19T16:33:13.023Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-07-19T16:34:11.914Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-07-19T16:34:12.006Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-07-19T16:34:12.006Z | Downloading crates ... |
291 | 2024-07-19T16:34:12.006Z | Downloaded is-terminal v0.4.12 |
292 | 2024-07-19T16:34:12.006Z | Downloaded openssl-probe v0.1.5 |
293 | 2024-07-19T16:34:12.006Z | Downloaded want v0.3.1 |
294 | 2024-07-19T16:34:12.006Z | Downloaded zerocopy-derive v0.7.34 |
295 | 2024-07-19T16:34:12.006Z | Downloaded xattr v1.3.1 |
296 | 2024-07-19T16:34:12.006Z | Downloaded usdt-attr-macro v0.5.0 |
297 | 2024-07-19T16:34:12.006Z | Downloaded utf8parse v0.2.1 |
298 | 2024-07-19T16:34:12.006Z | Downloaded typenum v1.17.0 |
299 | 2024-07-19T16:34:12.006Z | Downloaded httparse v1.8.0 |
300 | 2024-07-19T16:34:12.006Z | Downloaded url v2.5.0 |
301 | 2024-07-19T16:34:12.007Z | Downloaded zerocopy v0.7.34 |
302 | 2024-07-19T16:34:12.007Z | Downloaded pest v2.7.10 |
303 | 2024-07-19T16:34:12.007Z | Downloaded unicode-width v0.1.13 |
304 | 2024-07-19T16:34:12.007Z | Downloaded rustix v0.38.34 |
305 | 2024-07-19T16:34:12.007Z | Downloaded tokio v1.38.1 |
306 | 2024-07-19T16:34:12.007Z | Downloaded libc v0.2.155 |
307 | 2024-07-19T16:34:12.007Z | Downloaded idna v0.5.0 |
308 | 2024-07-19T16:34:12.007Z | Downloaded hyper v0.14.28 |
309 | 2024-07-19T16:34:12.007Z | Downloaded http v0.2.12 |
310 | 2024-07-19T16:34:12.007Z | Downloaded encoding_rs v0.8.34 |
311 | 2024-07-19T16:34:12.007Z | Downloaded hashbrown v0.14.5 |
312 | 2024-07-19T16:34:12.007Z | Downloaded h2 v0.3.26 |
313 | 2024-07-19T16:34:12.007Z | Downloaded goblin v0.8.2 |
314 | 2024-07-19T16:34:12.007Z | Downloaded futures-util v0.3.30 |
315 | 2024-07-19T16:34:12.007Z | Downloaded clap_builder v4.5.9 |
316 | 2024-07-19T16:34:12.007Z | Downloaded openssl-sys v0.9.102 |
317 | 2024-07-19T16:34:12.007Z | Downloaded openssl v0.10.64 |
318 | 2024-07-19T16:34:12.007Z | Downloaded memchr v2.7.2 |
319 | 2024-07-19T16:34:12.007Z | Downloaded log v0.4.21 |
320 | 2024-07-19T16:34:12.007Z | Downloaded winnow v0.6.8 |
321 | 2024-07-19T16:34:12.007Z | Downloaded vcpkg v0.2.15 |
322 | 2024-07-19T16:34:12.007Z | Downloaded unicode-normalization v0.1.23 |
323 | 2024-07-19T16:34:12.007Z | Downloaded tokio-util v0.7.11 |
324 | 2024-07-19T16:34:12.007Z | Downloaded tabled v0.15.0 |
325 | 2024-07-19T16:34:12.007Z | Downloaded syn v2.0.71 |
326 | 2024-07-19T16:34:12.007Z | Downloaded syn v1.0.109 |
327 | 2024-07-19T16:34:12.007Z | Downloaded pest_meta v2.7.10 |
328 | 2024-07-19T16:34:12.007Z | Downloaded parking_lot v0.12.2 |
329 | 2024-07-19T16:34:12.007Z | Downloaded miniz_oxide v0.7.2 |
330 | 2024-07-19T16:34:12.007Z | Downloaded ipnet v2.9.0 |
331 | 2024-07-19T16:34:12.007Z | Downloaded flate2 v1.0.30 |
332 | 2024-07-19T16:34:12.007Z | Downloaded crossbeam-channel v0.5.12 |
333 | 2024-07-19T16:34:12.007Z | Downloaded cc v1.0.97 |
334 | 2024-07-19T16:34:12.007Z | Downloaded base64 v0.21.7 |
335 | 2024-07-19T16:34:12.007Z | Downloaded unicode-bidi v0.3.15 |
336 | 2024-07-19T16:34:12.007Z | Downloaded tracing-core v0.1.32 |
337 | 2024-07-19T16:34:12.007Z | Downloaded toml_edit v0.22.14 |
338 | 2024-07-19T16:34:12.007Z | Downloaded time v0.3.36 |
339 | 2024-07-19T16:34:12.008Z | Downloaded serde_json v1.0.120 |
340 | 2024-07-19T16:34:12.008Z | Downloaded reqwest v0.11.27 |
341 | 2024-07-19T16:34:12.008Z | Downloaded pest_derive v2.7.10 |
342 | 2024-07-19T16:34:12.008Z | Downloaded once_cell v1.19.0 |
343 | 2024-07-19T16:34:12.008Z | Downloaded native-tls v0.2.11 |
344 | 2024-07-19T16:34:12.008Z | Downloaded mio v0.8.11 |
345 | 2024-07-19T16:34:12.008Z | Downloaded indexmap v2.2.6 |
346 | 2024-07-19T16:34:12.008Z | Downloaded crossbeam-utils v0.8.19 |
347 | 2024-07-19T16:34:12.008Z | Downloaded clap v4.5.9 |
348 | 2024-07-19T16:34:12.008Z | Downloaded tar v0.4.41 |
349 | 2024-07-19T16:34:12.008Z | Downloaded papergrid v0.11.0 |
350 | 2024-07-19T16:34:12.008Z | Downloaded tracing v0.1.40 |
351 | 2024-07-19T16:34:12.008Z | Downloaded time-macros v0.2.18 |
352 | 2024-07-19T16:34:12.008Z | Downloaded socket2 v0.5.7 |
353 | 2024-07-19T16:34:12.008Z | Downloaded percent-encoding v2.3.1 |
354 | 2024-07-19T16:34:12.008Z | Downloaded futures-channel v0.3.30 |
355 | 2024-07-19T16:34:12.008Z | Downloaded camino v1.1.7 |
356 | 2024-07-19T16:34:12.008Z | Downloaded unicode-ident v1.0.12 |
357 | 2024-07-19T16:34:12.008Z | Downloaded ucd-trie v0.1.6 |
358 | 2024-07-19T16:34:12.008Z | Downloaded tower-service v0.3.2 |
359 | 2024-07-19T16:34:12.008Z | Downloaded toml_datetime v0.6.6 |
360 | 2024-07-19T16:34:12.008Z | Downloaded toml v0.8.14 |
361 | 2024-07-19T16:34:12.008Z | Downloaded tokio-macros v2.3.0 |
362 | 2024-07-19T16:34:12.008Z | Downloaded tabled_derive v0.7.0 |
363 | 2024-07-19T16:34:12.008Z | Downloaded socket2 v0.4.10 |
364 | 2024-07-19T16:34:12.008Z | Downloaded smallvec v1.13.2 |
365 | 2024-07-19T16:34:12.008Z | Downloaded slog v2.7.0 |
366 | 2024-07-19T16:34:12.008Z | Downloaded sha2 v0.10.8 |
367 | 2024-07-19T16:34:12.008Z | Downloaded serde v1.0.204 |
368 | 2024-07-19T16:34:12.008Z | Downloaded num_cpus v1.16.0 |
369 | 2024-07-19T16:34:12.008Z | Downloaded heck v0.5.0 |
370 | 2024-07-19T16:34:12.034Z | Downloaded bytes v1.6.0 |
371 | 2024-07-19T16:34:12.034Z | Downloaded version_check v0.9.4 |
372 | 2024-07-19T16:34:12.034Z | Downloaded tinyvec_macros v0.1.1 |
373 | 2024-07-19T16:34:12.034Z | Downloaded tinyvec v1.6.0 |
374 | 2024-07-19T16:34:12.034Z | Downloaded thread-id v4.2.1 |
375 | 2024-07-19T16:34:12.034Z | Downloaded thiserror v1.0.62 |
376 | 2024-07-19T16:34:12.034Z | Downloaded term v0.7.0 |
377 | 2024-07-19T16:34:12.034Z | Downloaded slog-async v2.8.0 |
378 | 2024-07-19T16:34:12.034Z | Downloaded serde_tokenstream v0.2.1 |
379 | 2024-07-19T16:34:12.034Z | Downloaded serde_derive v1.0.204 |
380 | 2024-07-19T16:34:12.034Z | Downloaded semver v1.0.23 |
381 | 2024-07-19T16:34:12.034Z | Downloaded scopeguard v1.2.0 |
382 | 2024-07-19T16:34:12.034Z | Downloaded ryu v1.0.18 |
383 | 2024-07-19T16:34:12.034Z | Downloaded proc-macro2 v1.0.86 |
384 | 2024-07-19T16:34:12.034Z | Downloaded openssl-macros v0.1.1 |
385 | 2024-07-19T16:34:12.034Z | Downloaded memmap v0.7.0 |
386 | 2024-07-19T16:34:12.035Z | Downloaded lock_api v0.4.12 |
387 | 2024-07-19T16:34:12.035Z | Downloaded futures-sink v0.3.30 |
388 | 2024-07-19T16:34:12.035Z | Downloaded errno v0.3.9 |
389 | 2024-07-19T16:34:12.035Z | Downloaded deranged v0.3.11 |
390 | 2024-07-19T16:34:12.035Z | Downloaded crc32fast v1.4.0 |
391 | 2024-07-19T16:34:12.035Z | Downloaded cargo_metadata v0.18.1 |
392 | 2024-07-19T16:34:12.035Z | Downloaded anyhow v1.0.86 |
393 | 2024-07-19T16:34:12.035Z | Downloaded usdt-impl v0.5.0 |
394 | 2024-07-19T16:34:12.035Z | Downloaded tokio-native-tls v0.3.1 |
395 | 2024-07-19T16:34:12.035Z | Downloaded terminal_size v0.3.0 |
396 | 2024-07-19T16:34:12.035Z | Downloaded swrite v0.1.0 |
397 | 2024-07-19T16:34:12.035Z | Downloaded strum_macros v0.26.4 |
398 | 2024-07-19T16:34:12.035Z | Downloaded strum v0.26.3 |
399 | 2024-07-19T16:34:12.035Z | Downloaded slog-bunyan v2.5.0 |
400 | 2024-07-19T16:34:12.035Z | Downloaded serde_urlencoded v0.7.1 |
401 | 2024-07-19T16:34:12.035Z | Downloaded serde_spanned v0.6.6 |
402 | 2024-07-19T16:34:12.035Z | Downloaded parking_lot_core v0.9.10 |
403 | 2024-07-19T16:34:12.035Z | Downloaded match_cfg v0.1.0 |
404 | 2024-07-19T16:34:12.035Z | Downloaded http-body v0.4.6 |
405 | 2024-07-19T16:34:12.035Z | Downloaded futures-executor v0.3.30 |
406 | 2024-07-19T16:34:12.035Z | Downloaded futures v0.3.30 |
407 | 2024-07-19T16:34:12.035Z | Downloaded fs-err v2.11.0 |
408 | 2024-07-19T16:34:12.035Z | Downloaded dof v0.3.0 |
409 | 2024-07-19T16:34:12.035Z | Downloaded dirs-next v2.0.0 |
410 | 2024-07-19T16:34:12.035Z | Downloaded cpufeatures v0.2.12 |
411 | 2024-07-19T16:34:12.035Z | Downloaded clap_lex v0.7.0 |
412 | 2024-07-19T16:34:12.035Z | Downloaded cargo-platform v0.1.8 |
413 | 2024-07-19T16:34:12.035Z | Downloaded byteorder v1.5.0 |
414 | 2024-07-19T16:34:12.035Z | Downloaded bitflags v2.5.0 |
415 | 2024-07-19T16:34:12.035Z | Downloaded anstream v0.6.14 |
416 | 2024-07-19T16:34:12.035Z | Downloaded usdt-macro v0.5.0 |
417 | 2024-07-19T16:34:12.035Z | Downloaded usdt v0.5.0 |
418 | 2024-07-19T16:34:12.035Z | Downloaded try-lock v0.2.5 |
419 | 2024-07-19T16:34:12.035Z | Downloaded time-core v0.1.2 |
420 | 2024-07-19T16:34:12.035Z | Downloaded thread_local v1.1.8 |
421 | 2024-07-19T16:34:12.035Z | Downloaded thiserror-impl v1.0.62 |
422 | 2024-07-19T16:34:12.035Z | Downloaded take_mut v0.2.2 |
423 | 2024-07-19T16:34:12.035Z | Downloaded sync_wrapper v0.1.2 |
424 | 2024-07-19T16:34:12.035Z | Downloaded strsim v0.11.1 |
425 | 2024-07-19T16:34:12.036Z | Downloaded slog-term v2.9.1 |
426 | 2024-07-19T16:34:12.036Z | Downloaded slog-json v2.6.1 |
427 | 2024-07-19T16:34:12.036Z | Downloaded slab v0.4.9 |
428 | 2024-07-19T16:34:12.036Z | Downloaded signal-hook-registry v1.4.2 |
429 | 2024-07-19T16:34:12.036Z | Downloaded scroll_derive v0.12.0 |
430 | 2024-07-19T16:34:12.036Z | Downloaded scroll v0.12.0 |
431 | 2024-07-19T16:34:12.036Z | Downloaded rustversion v1.0.17 |
432 | 2024-07-19T16:34:12.036Z | Downloaded rustls-pemfile v1.0.4 |
433 | 2024-07-19T16:34:12.036Z | Downloaded quote v1.0.36 |
434 | 2024-07-19T16:34:12.036Z | Downloaded proc-macro-error-attr v1.0.4 |
435 | 2024-07-19T16:34:12.036Z | Downloaded proc-macro-error v1.0.4 |
436 | 2024-07-19T16:34:12.036Z | Downloaded pretty-hex v0.4.1 |
437 | 2024-07-19T16:34:12.036Z | Downloaded powerfmt v0.2.0 |
438 | 2024-07-19T16:34:12.036Z | Downloaded plain v0.2.3 |
439 | 2024-07-19T16:34:12.036Z | Downloaded pkg-config v0.3.30 |
440 | 2024-07-19T16:34:12.036Z | Downloaded pin-utils v0.1.0 |
441 | 2024-07-19T16:34:12.036Z | Downloaded pin-project-lite v0.2.14 |
442 | 2024-07-19T16:34:12.036Z | Downloaded pest_generator v2.7.10 |
443 | 2024-07-19T16:34:12.036Z | Downloaded mime v0.3.17 |
444 | 2024-07-19T16:34:12.036Z | Downloaded macaddr v1.0.1 |
445 | 2024-07-19T16:34:12.036Z | Downloaded itoa v1.0.11 |
446 | 2024-07-19T16:34:12.036Z | Downloaded is_terminal_polyfill v1.70.0 |
447 | 2024-07-19T16:34:12.036Z | Downloaded hyper-tls v0.5.0 |
448 | 2024-07-19T16:34:12.036Z | Downloaded httpdate v1.0.3 |
449 | 2024-07-19T16:34:12.036Z | Downloaded hostname v0.3.1 |
450 | 2024-07-19T16:34:12.036Z | Downloaded heck v0.4.1 |
451 | 2024-07-19T16:34:12.036Z | Downloaded foreign-types v0.3.2 |
452 | 2024-07-19T16:34:12.036Z | Downloaded fnv v1.0.7 |
453 | 2024-07-19T16:34:12.036Z | Downloaded filetime v0.2.23 |
454 | 2024-07-19T16:34:12.036Z | Downloaded digest v0.10.7 |
455 | 2024-07-19T16:34:12.036Z | Downloaded colorchoice v1.0.1 |
456 | 2024-07-19T16:34:12.036Z | Downloaded clap_derive v4.5.8 |
457 | 2024-07-19T16:34:12.036Z | Downloaded cfg-if v1.0.0 |
458 | 2024-07-19T16:34:12.036Z | Downloaded cargo_toml v0.20.3 |
459 | 2024-07-19T16:34:12.036Z | Downloaded bytecount v0.6.8 |
460 | 2024-07-19T16:34:12.036Z | Downloaded block-buffer v0.10.4 |
461 | 2024-07-19T16:34:12.036Z | Downloaded autocfg v1.3.0 |
462 | 2024-07-19T16:34:12.036Z | Downloaded anstyle v1.0.7 |
463 | 2024-07-19T16:34:12.036Z | Downloaded adler v1.0.2 |
464 | 2024-07-19T16:34:12.037Z | Downloaded num_threads v0.1.7 |
465 | 2024-07-19T16:34:12.037Z | Downloaded num-conv v0.1.0 |
466 | 2024-07-19T16:34:12.037Z | Downloaded generic-array v0.14.7 |
467 | 2024-07-19T16:34:12.037Z | Downloaded futures-task v0.3.30 |
468 | 2024-07-19T16:34:12.037Z | Downloaded futures-macro v0.3.30 |
469 | 2024-07-19T16:34:12.037Z | Downloaded futures-io v0.3.30 |
470 | 2024-07-19T16:34:12.061Z | Downloaded futures-core v0.3.30 |
471 | 2024-07-19T16:34:12.061Z | Downloaded form_urlencoded v1.2.1 |
472 | 2024-07-19T16:34:12.061Z | Downloaded foreign-types-shared v0.1.1 |
473 | 2024-07-19T16:34:12.061Z | Downloaded equivalent v1.0.1 |
474 | 2024-07-19T16:34:12.061Z | Downloaded dtrace-parser v0.2.0 |
475 | 2024-07-19T16:34:12.062Z | Downloaded dirs-sys-next v0.1.2 |
476 | 2024-07-19T16:34:12.062Z | Downloaded crypto-common v0.1.6 |
477 | 2024-07-19T16:34:12.062Z | Downloaded anstyle-query v1.0.3 |
478 | 2024-07-19T16:34:12.062Z | Downloaded anstyle-parse v0.2.4 |
479 | 2024-07-19T16:34:12.062Z | Compiling proc-macro2 v1.0.86 |
480 | 2024-07-19T16:34:12.062Z | Compiling unicode-ident v1.0.12 |
481 | 2024-07-19T16:34:12.062Z | Compiling libc v0.2.155 |
482 | 2024-07-19T16:34:12.062Z | Compiling version_check v0.9.4 |
483 | 2024-07-19T16:34:12.062Z | Compiling cfg-if v1.0.0 |
484 | 2024-07-19T16:34:12.062Z | Compiling itoa v1.0.11 |
485 | 2024-07-19T16:34:12.062Z | Compiling once_cell v1.19.0 |
486 | 2024-07-19T16:34:12.062Z | Compiling serde v1.0.204 |
487 | 2024-07-19T16:34:12.062Z | Compiling autocfg v1.3.0 |
488 | 2024-07-19T16:34:12.062Z | Compiling memchr v2.7.2 |
489 | 2024-07-19T16:34:12.062Z | Compiling thiserror v1.0.62 |
490 | 2024-07-19T16:34:12.062Z | Compiling ryu v1.0.18 |
491 | 2024-07-19T16:34:12.062Z | Compiling pin-project-lite v0.2.14 |
492 | 2024-07-19T16:34:12.062Z | Compiling bitflags v2.5.0 |
493 | 2024-07-19T16:34:12.062Z | Compiling vcpkg v0.2.15 |
494 | 2024-07-19T16:34:12.062Z | Compiling ucd-trie v0.1.6 |
495 | 2024-07-19T16:34:12.062Z | Compiling pkg-config v0.3.30 |
496 | 2024-07-19T16:34:12.062Z | Compiling lock_api v0.4.12 |
497 | 2024-07-19T16:34:12.062Z | Compiling parking_lot_core v0.9.10 |
498 | 2024-07-19T16:34:12.062Z | Compiling cc v1.0.97 |
499 | 2024-07-19T16:34:12.062Z | Compiling quote v1.0.36 |
500 | 2024-07-19T16:34:12.062Z | Compiling slab v0.4.9 |
501 | 2024-07-19T16:34:12.062Z | Compiling smallvec v1.13.2 |
502 | 2024-07-19T16:34:12.062Z | Compiling bytes v1.6.0 |
503 | 2024-07-19T16:34:12.062Z | Compiling syn v2.0.71 |
504 | 2024-07-19T16:34:12.062Z | Compiling futures-core v0.3.30 |
505 | 2024-07-19T16:34:12.062Z | Compiling scopeguard v1.2.0 |
506 | 2024-07-19T16:34:12.062Z | Compiling futures-sink v0.3.30 |
507 | 2024-07-19T16:34:12.062Z | Compiling byteorder v1.5.0 |
508 | 2024-07-19T16:34:12.062Z | Compiling serde_json v1.0.120 |
509 | 2024-07-19T16:34:12.062Z | Compiling hashbrown v0.14.5 |
510 | 2024-07-19T16:34:12.062Z | Compiling fnv v1.0.7 |
511 | 2024-07-19T16:34:12.062Z | Compiling log v0.4.21 |
512 | 2024-07-19T16:34:12.062Z | Compiling equivalent v1.0.1 |
513 | 2024-07-19T16:34:12.063Z | Compiling parking_lot v0.12.2 |
514 | 2024-07-19T16:34:12.063Z | Compiling futures-channel v0.3.30 |
515 | 2024-07-19T16:34:12.063Z | Compiling signal-hook-registry v1.4.2 |
516 | 2024-07-19T16:34:12.063Z | Compiling mio v0.8.11 |
517 | 2024-07-19T16:34:12.063Z | Compiling socket2 v0.5.7 |
518 | 2024-07-19T16:34:12.063Z | Compiling num_cpus v1.16.0 |
519 | 2024-07-19T16:34:12.063Z | Compiling futures-task v0.3.30 |
520 | 2024-07-19T16:34:12.063Z | Compiling indexmap v2.2.6 |
521 | 2024-07-19T16:34:12.063Z | Compiling typenum v1.17.0 |
522 | 2024-07-19T16:34:12.063Z | Compiling pin-utils v0.1.0 |
523 | 2024-07-19T16:34:12.063Z | Compiling futures-io v0.3.30 |
524 | 2024-07-19T16:34:12.063Z | Compiling rustix v0.38.34 |
525 | 2024-07-19T16:34:12.063Z | Compiling openssl-sys v0.9.102 |
526 | 2024-07-19T16:34:12.063Z | Compiling errno v0.3.9 |
527 | 2024-07-19T16:34:12.063Z | Compiling generic-array v0.14.7 |
528 | 2024-07-19T16:34:12.063Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-07-19T16:34:12.063Z | Compiling slog v2.7.0 |
530 | 2024-07-19T16:34:12.063Z | Compiling openssl v0.10.64 |
531 | 2024-07-19T16:34:12.063Z | Compiling foreign-types v0.3.2 |
532 | 2024-07-19T16:34:12.063Z | Compiling http v0.2.12 |
533 | 2024-07-19T16:34:12.063Z | Compiling proc-macro-error-attr v1.0.4 |
534 | 2024-07-19T16:34:12.063Z | Compiling usdt-impl v0.5.0 |
535 | 2024-07-19T16:34:12.063Z | Compiling tracing-core v0.1.32 |
536 | 2024-07-19T16:34:12.063Z | Compiling powerfmt v0.2.0 |
537 | 2024-07-19T16:34:12.063Z | Compiling syn v1.0.109 |
538 | 2024-07-19T16:34:12.063Z | Compiling num-conv v0.1.0 |
539 | 2024-07-19T16:34:12.063Z | Compiling native-tls v0.2.11 |
540 | 2024-07-19T16:34:12.063Z | Compiling httparse v1.8.0 |
541 | 2024-07-19T16:34:12.063Z | Compiling time-core v0.1.2 |
542 | 2024-07-19T16:34:12.063Z | Compiling tinyvec_macros v0.1.1 |
543 | 2024-07-19T16:34:12.063Z | Compiling time-macros v0.2.18 |
544 | 2024-07-19T16:34:12.063Z | Compiling tinyvec v1.6.0 |
545 | 2024-07-19T16:34:12.064Z | Compiling tracing v0.1.40 |
546 | 2024-07-19T16:34:12.064Z | Compiling deranged v0.3.11 |
547 | 2024-07-19T16:34:12.064Z | Compiling thread-id v4.2.1 |
548 | 2024-07-19T16:34:12.064Z | Compiling proc-macro-error v1.0.4 |
549 | 2024-07-19T16:34:12.064Z | Compiling plain v0.2.3 |
550 | 2024-07-19T16:34:12.064Z | Compiling utf8parse v0.2.1 |
551 | 2024-07-19T16:34:12.064Z | Compiling heck v0.5.0 |
552 | 2024-07-19T16:34:12.064Z | Compiling rustversion v1.0.17 |
553 | 2024-07-19T16:34:12.064Z | Compiling openssl-probe v0.1.5 |
554 | 2024-07-19T16:34:12.064Z | Compiling percent-encoding v2.3.1 |
555 | 2024-07-19T16:34:12.064Z | Compiling crossbeam-utils v0.8.19 |
556 | 2024-07-19T16:34:12.064Z | Compiling try-lock v0.2.5 |
557 | 2024-07-19T16:34:12.064Z | Compiling num_threads v0.1.7 |
558 | 2024-07-19T16:34:12.064Z | Compiling form_urlencoded v1.2.1 |
559 | 2024-07-19T16:34:12.064Z | Compiling want v0.3.1 |
560 | 2024-07-19T16:34:12.064Z | Compiling anstyle-parse v0.2.4 |
561 | 2024-07-19T16:34:12.064Z | Compiling unicode-normalization v0.1.23 |
562 | 2024-07-19T16:34:12.064Z | Compiling http-body v0.4.6 |
563 | 2024-07-19T16:34:12.064Z | Compiling dirs-sys-next v0.1.2 |
564 | 2024-07-19T16:34:12.064Z | Compiling socket2 v0.4.10 |
565 | 2024-07-19T16:34:12.064Z | Compiling anstyle v1.0.7 |
566 | 2024-07-19T16:34:12.064Z | Compiling time v0.3.36 |
567 | 2024-07-19T16:34:12.064Z | Compiling crc32fast v1.4.0 |
568 | 2024-07-19T16:34:12.064Z | Compiling pretty-hex v0.4.1 |
569 | 2024-07-19T16:34:12.064Z | Compiling colorchoice v1.0.1 |
570 | 2024-07-19T16:34:12.091Z | Compiling anstyle-query v1.0.3 |
571 | 2024-07-19T16:34:12.091Z | Compiling winnow v0.6.8 |
572 | 2024-07-19T16:34:12.091Z | Compiling unicode-bidi v0.3.15 |
573 | 2024-07-19T16:34:12.091Z | Compiling is_terminal_polyfill v1.70.0 |
574 | 2024-07-19T16:34:12.091Z | Compiling semver v1.0.23 |
575 | 2024-07-19T16:34:12.092Z | Compiling tower-service v0.3.2 |
576 | 2024-07-19T16:34:12.092Z | Compiling camino v1.1.7 |
577 | 2024-07-19T16:34:12.092Z | Compiling httpdate v1.0.3 |
578 | 2024-07-19T16:34:12.092Z | Compiling anstream v0.6.14 |
579 | 2024-07-19T16:34:12.092Z | Compiling idna v0.5.0 |
580 | 2024-07-19T16:34:12.092Z | Compiling dirs-next v2.0.0 |
581 | 2024-07-19T16:34:12.092Z | Compiling block-buffer v0.10.4 |
582 | 2024-07-19T16:34:12.092Z | Compiling crypto-common v0.1.6 |
583 | 2024-07-19T16:34:12.092Z | Compiling terminal_size v0.3.0 |
584 | 2024-07-19T16:34:12.092Z | Compiling fs-err v2.11.0 |
585 | 2024-07-19T16:34:12.092Z | Compiling thread_local v1.1.8 |
586 | 2024-07-19T16:34:12.092Z | Compiling match_cfg v0.1.0 |
587 | 2024-07-19T16:34:12.092Z | Compiling adler v1.0.2 |
588 | 2024-07-19T16:34:12.092Z | Compiling slog-async v2.8.0 |
589 | 2024-07-19T16:34:12.092Z | Compiling strsim v0.11.1 |
590 | 2024-07-19T16:34:12.092Z | Compiling clap_lex v0.7.0 |
591 | 2024-07-19T16:34:12.092Z | Compiling unicode-width v0.1.13 |
592 | 2024-07-19T16:34:12.092Z | Compiling base64 v0.21.7 |
593 | 2024-07-19T16:34:12.092Z | Compiling anyhow v1.0.86 |
594 | 2024-07-19T16:34:12.092Z | Compiling heck v0.4.1 |
595 | 2024-07-19T16:34:12.092Z | Compiling bytecount v0.6.8 |
596 | 2024-07-19T16:34:12.092Z | Compiling clap_builder v4.5.9 |
597 | 2024-07-19T16:34:12.092Z | Compiling serde_derive v1.0.204 |
598 | 2024-07-19T16:34:12.092Z | Compiling thiserror-impl v1.0.62 |
599 | 2024-07-19T16:34:12.092Z | Compiling zerocopy-derive v0.7.34 |
600 | 2024-07-19T16:34:12.092Z | Compiling tokio-macros v2.3.0 |
601 | 2024-07-19T16:34:12.092Z | Compiling futures-macro v0.3.30 |
602 | 2024-07-19T16:34:12.092Z | Compiling scroll_derive v0.12.0 |
603 | 2024-07-19T16:34:12.092Z | Compiling openssl-macros v0.1.1 |
604 | 2024-07-19T16:34:12.092Z | Compiling scroll v0.12.0 |
605 | 2024-07-19T16:34:12.092Z | Compiling tokio v1.38.1 |
606 | 2024-07-19T16:34:12.092Z | Compiling futures-util v0.3.30 |
607 | 2024-07-19T16:34:12.092Z | Compiling goblin v0.8.2 |
608 | 2024-07-19T16:34:12.092Z | Compiling zerocopy v0.7.34 |
609 | 2024-07-19T16:34:12.092Z | Compiling pest v2.7.10 |
610 | 2024-07-19T16:34:12.092Z | Compiling tabled_derive v0.7.0 |
611 | 2024-07-19T16:34:12.092Z | Compiling pest_meta v2.7.10 |
612 | 2024-07-19T16:34:12.092Z | Compiling rustls-pemfile v1.0.4 |
613 | 2024-07-19T16:34:12.092Z | Compiling papergrid v0.11.0 |
614 | 2024-07-19T16:34:12.093Z | Compiling pest_generator v2.7.10 |
615 | 2024-07-19T16:34:12.093Z | Compiling tokio-util v0.7.11 |
616 | 2024-07-19T16:34:12.093Z | Compiling h2 v0.3.26 |
617 | 2024-07-19T16:34:12.093Z | Compiling pest_derive v2.7.10 |
618 | 2024-07-19T16:34:12.093Z | Compiling tokio-native-tls v0.3.1 |
619 | 2024-07-19T16:34:12.093Z | Compiling futures-executor v0.3.30 |
620 | 2024-07-19T16:34:12.093Z | Compiling clap_derive v4.5.8 |
621 | 2024-07-19T16:34:12.093Z | Compiling dtrace-parser v0.2.0 |
622 | 2024-07-19T16:34:12.093Z | Compiling strum_macros v0.26.4 |
623 | 2024-07-19T16:34:12.093Z | Compiling miniz_oxide v0.7.2 |
624 | 2024-07-19T16:34:12.093Z | Compiling serde_tokenstream v0.2.1 |
625 | 2024-07-19T16:34:12.093Z | Compiling toml_datetime v0.6.6 |
626 | 2024-07-19T16:34:12.093Z | Compiling serde_spanned v0.6.6 |
627 | 2024-07-19T16:34:12.093Z | Compiling toml_edit v0.22.14 |
628 | 2024-07-19T16:34:12.093Z | Compiling hyper v0.14.28 |
629 | 2024-07-19T16:34:12.093Z | Compiling dof v0.3.0 |
630 | 2024-07-19T16:34:12.093Z | Compiling slog-json v2.6.1 |
631 | 2024-07-19T16:34:12.093Z | Compiling cargo-platform v0.1.8 |
632 | 2024-07-19T16:34:12.093Z | Compiling serde_urlencoded v0.7.1 |
633 | 2024-07-19T16:34:12.093Z | Compiling toml v0.8.14 |
634 | 2024-07-19T16:34:12.093Z | Compiling hostname v0.3.1 |
635 | 2024-07-19T16:34:12.093Z | Compiling digest v0.10.7 |
636 | 2024-07-19T16:34:12.093Z | Compiling crossbeam-channel v0.5.12 |
637 | 2024-07-19T16:34:12.093Z | Compiling url v2.5.0 |
638 | 2024-07-19T16:34:12.093Z | Compiling usdt-attr-macro v0.5.0 |
639 | 2024-07-19T16:34:12.093Z | Compiling usdt-macro v0.5.0 |
640 | 2024-07-19T16:34:12.093Z | Compiling term v0.7.0 |
641 | 2024-07-19T16:34:12.093Z | Compiling hyper-tls v0.5.0 |
642 | 2024-07-19T16:34:12.093Z | Compiling xattr v1.3.1 |
643 | 2024-07-19T16:34:12.093Z | Compiling is-terminal v0.4.12 |
644 | 2024-07-19T16:34:12.093Z | Compiling memmap v0.7.0 |
645 | 2024-07-19T16:34:12.093Z | Compiling filetime v0.2.23 |
646 | 2024-07-19T16:34:12.093Z | Compiling encoding_rs v0.8.34 |
647 | 2024-07-19T16:34:12.093Z | Compiling ipnet v2.9.0 |
648 | 2024-07-19T16:34:12.093Z | Compiling take_mut v0.2.2 |
649 | 2024-07-19T16:34:12.093Z | Compiling sync_wrapper v0.1.2 |
650 | 2024-07-19T16:34:12.093Z | Compiling cpufeatures v0.2.12 |
651 | 2024-07-19T16:34:12.093Z | Compiling mime v0.3.17 |
652 | 2024-07-19T16:34:12.094Z | Compiling sha2 v0.10.8 |
653 | 2024-07-19T16:34:12.094Z | Compiling tar v0.4.41 |
654 | 2024-07-19T16:34:12.094Z | Compiling usdt v0.5.0 |
655 | 2024-07-19T16:34:12.094Z | Compiling slog-term v2.9.1 |
656 | 2024-07-19T16:34:12.094Z | Compiling flate2 v1.0.30 |
657 | 2024-07-19T16:34:12.094Z | Compiling cargo_toml v0.20.3 |
658 | 2024-07-19T16:34:12.094Z | Compiling slog-bunyan v2.5.0 |
659 | 2024-07-19T16:34:12.094Z | Compiling reqwest v0.11.27 |
660 | 2024-07-19T16:34:12.094Z | Compiling cargo_metadata v0.18.1 |
661 | 2024-07-19T16:34:12.094Z | Compiling strum v0.26.3 |
662 | 2024-07-19T16:34:12.094Z | Compiling clap v4.5.9 |
663 | 2024-07-19T16:34:12.094Z | Compiling macaddr v1.0.1 |
664 | 2024-07-19T16:34:12.094Z | Compiling futures v0.3.30 |
665 | 2024-07-19T16:34:12.094Z | Compiling tabled v0.15.0 |
666 | 2024-07-19T16:34:12.094Z | Compiling swrite v0.1.0 |
667 | 2024-07-19T16:34:12.094Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
668 | 2024-07-19T16:34:17.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
669 | 2024-07-19T16:34:17.895Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
670 | 2024-07-19T16:34:17.977Z | Jul 19 16:34:17.634 INFO Starting download, target: Console |
671 | 2024-07-19T16:34:17.977Z | Jul 19 16:34:17.634 INFO Starting download, target: Clickhouse |
672 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.634 INFO Starting download, target: DendriteOpenapi |
673 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.634 INFO Starting download, target: Cockroach |
674 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.634 INFO Starting download, target: DendriteStub |
675 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.634 INFO Starting download, target: MaghemiteMgd |
676 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.634 INFO Starting download, target: TransceiverControl |
677 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.636 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
678 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.636 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
679 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.636 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
680 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.636 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
681 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.636 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
682 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.636 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
683 | 2024-07-19T16:34:18.002Z | Jul 19 16:34:17.636 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
684 | 2024-07-19T16:34:18.293Z | Jul 19 16:34:17.948 INFO Download complete, target: DendriteOpenapi |
685 | 2024-07-19T16:34:18.342Z | Jul 19 16:34:17.989 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
686 | 2024-07-19T16:34:18.691Z | Jul 19 16:34:18.337 INFO Download complete, target: Console |
687 | 2024-07-19T16:34:18.780Z | Jul 19 16:34:18.436 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
688 | 2024-07-19T16:34:19.500Z | Jul 19 16:34:19.156 INFO Download complete, target: TransceiverControl |
689 | 2024-07-19T16:34:20.774Z | Jul 19 16:34:20.430 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
690 | 2024-07-19T16:34:21.624Z | Jul 19 16:34:21.281 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
691 | 2024-07-19T16:34:24.082Z | Jul 19 16:34:23.738 INFO Download complete, target: MaghemiteMgd |
692 | 2024-07-19T16:34:24.956Z | Jul 19 16:34:24.613 INFO Download complete, target: DendriteStub |
693 | 2024-07-19T16:34:28.383Z | Jul 19 16:34:28.040 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
694 | 2024-07-19T16:34:28.383Z | Jul 19 16:34:28.041 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
695 | 2024-07-19T16:34:34.906Z | Jul 19 16:34:34.563 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
696 | 2024-07-19T16:34:38.573Z | Jul 19 16:34:38.230 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
697 | 2024-07-19T16:34:38.965Z | Jul 19 16:34:38.622 INFO Checking that binary works, target: Cockroach |
698 | 2024-07-19T16:34:39.173Z | Jul 19 16:34:38.830 INFO Download complete, target: Cockroach |
699 | 2024-07-19T16:35:39.462Z | Jul 19 16:34:51.083 INFO Checking that binary works, target: Clickhouse |
700 | 2024-07-19T16:35:39.462Z | Jul 19 16:34:51.242 INFO Download complete, target: Clickhouse |
701 | 2024-07-19T16:35:39.509Z | All builder prerequisites installed successfully, and PATH looks valid |
702 | 2024-07-19T16:35:39.509Z | |
703 | 2024-07-19T16:35:39.509Z | real 2:55.048064885 |
704 | 2024-07-19T16:35:39.509Z | user 5:19.385520373 |
705 | 2024-07-19T16:35:39.509Z | sys 1:20.277446619 |
706 | 2024-07-19T16:35:39.509Z | trap 0.171680213 |
707 | 2024-07-19T16:35:39.509Z | tflt 0.124521964 |
708 | 2024-07-19T16:35:39.509Z | dflt 0.735309398 |
709 | 2024-07-19T16:35:39.509Z | kflt 0.006722690 |
710 | 2024-07-19T16:35:39.509Z | lock 15:14.906832900 |
711 | 2024-07-19T16:35:39.509Z | slp 14:57.308784185 |
712 | 2024-07-19T16:35:39.509Z | lat 24.477756447 |
713 | 2024-07-19T16:35:39.509Z | stop 1:02.901960925 |
714 | 2024-07-19T16:35:39.509Z | + banner hack-check |
715 | 2024-07-19T16:35:39.509Z | |
716 | 2024-07-19T16:35:39.509Z | # # ## #### # # #### # # ###### #### # # |
717 | 2024-07-19T16:35:39.509Z | # # # # # # # # # # # # # # # # # |
718 | 2024-07-19T16:35:39.509Z | ###### # # # #### ##### # ###### ##### # #### |
719 | 2024-07-19T16:35:39.509Z | # # ###### # # # # # # # # # # |
720 | 2024-07-19T16:35:39.509Z | # # # # # # # # # # # # # # # # # |
721 | 2024-07-19T16:35:39.509Z | # # # # #### # # #### # # ###### #### # # |
722 | 2024-07-19T16:35:39.509Z | |
723 | 2024-07-19T16:35:39.509Z | + export CARGO_INCREMENTAL=0 |
724 | 2024-07-19T16:35:39.510Z | + CARGO_INCREMENTAL=0 |
725 | 2024-07-19T16:35:39.510Z | + ptime -m timeout 2h cargo xtask check-features --ci |
726 | 2024-07-19T16:35:39.510Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
727 | 2024-07-19T16:35:39.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.39s |
728 | 2024-07-19T16:35:39.510Z | Running `target/debug/xtask check-features --ci` |
729 | 2024-07-19T16:35:39.510Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
730 | 2024-07-19T16:35:39.510Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
731 | 2024-07-19T16:35:39.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
732 | 2024-07-19T16:35:39.510Z | Running `target/debug/xtask download cargo-hack` |
733 | 2024-07-19T16:35:39.510Z | Jul 19 16:35:02.620 INFO Starting download, target: CargoHack |
734 | 2024-07-19T16:35:39.510Z | Jul 19 16:35:02.621 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
735 | 2024-07-19T16:35:39.510Z | Jul 19 16:35:03.261 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
736 | 2024-07-19T16:35:39.510Z | Jul 19 16:35:03.387 INFO Download complete, target: CargoHack |
737 | 2024-07-19T16:35:39.510Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
738 | 2024-07-19T16:35:39.510Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
739 | 2024-07-19T16:35:39.510Z | info: running `cargo check --bins` on api_identity (1/133) |
740 | 2024-07-19T16:35:39.510Z | Downloading crates ... |
741 | 2024-07-19T16:35:39.510Z | Downloaded diesel_table_macro_syntax v0.1.0 |
742 | 2024-07-19T16:35:39.510Z | Downloaded sec1 v0.7.3 |
743 | 2024-07-19T16:35:39.510Z | Downloaded sct v0.7.1 |
744 | 2024-07-19T16:35:39.510Z | Downloaded rand_core v0.6.4 |
745 | 2024-07-19T16:35:39.510Z | Downloaded strum_macros v0.25.3 |
746 | 2024-07-19T16:35:39.510Z | Downloaded zeroize v1.7.0 |
747 | 2024-07-19T16:35:39.510Z | Downloaded untrusted v0.9.0 |
748 | 2024-07-19T16:35:39.510Z | Downloaded stringprep v0.1.4 |
749 | 2024-07-19T16:35:39.510Z | Downloaded zeroize_derive v1.4.2 |
750 | 2024-07-19T16:35:39.510Z | Downloaded zerocopy v0.6.6 |
751 | 2024-07-19T16:35:39.510Z | Downloaded tokio-rustls v0.24.1 |
752 | 2024-07-19T16:35:39.510Z | Downloaded unicode-segmentation v1.11.0 |
753 | 2024-07-19T16:35:39.510Z | Downloaded regex-automata v0.4.6 |
754 | 2024-07-19T16:35:39.510Z | Downloaded petgraph v0.6.5 |
755 | 2024-07-19T16:35:39.510Z | Downloaded winnow v0.5.40 |
756 | 2024-07-19T16:35:39.510Z | Downloaded webpki-roots v0.25.4 |
757 | 2024-07-19T16:35:39.510Z | Downloaded zerocopy-derive v0.6.6 |
758 | 2024-07-19T16:35:39.510Z | Downloaded trust-dns-proto v0.22.0 |
759 | 2024-07-19T16:35:39.510Z | Downloaded smoltcp v0.9.1 |
760 | 2024-07-19T16:35:39.511Z | Downloaded rustls v0.21.12 |
761 | 2024-07-19T16:35:39.511Z | Downloaded finl_unicode v1.2.0 |
762 | 2024-07-19T16:35:39.511Z | Downloaded toml_edit v0.19.15 |
763 | 2024-07-19T16:35:39.511Z | Downloaded tokio-postgres v0.7.10 |
764 | 2024-07-19T16:35:39.511Z | Downloaded similar v2.5.0 |
765 | 2024-07-19T16:35:39.511Z | Downloaded regex-syntax v0.8.3 |
766 | 2024-07-19T16:35:39.511Z | Downloaded regex v1.10.5 |
767 | 2024-07-19T16:35:39.511Z | Downloaded openapiv3 v2.0.0 |
768 | 2024-07-19T16:35:39.511Z | Downloaded diesel v2.1.6 |
769 | 2024-07-19T16:35:39.511Z | Downloaded bstr v1.9.1 |
770 | 2024-07-19T16:35:39.511Z | Downloaded bstr v0.2.17 |
771 | 2024-07-19T16:35:39.511Z | Downloaded yasna v0.5.2 |
772 | 2024-07-19T16:35:39.511Z | Downloaded toml v0.7.8 |
773 | 2024-07-19T16:35:39.511Z | Downloaded signal-hook v0.3.17 |
774 | 2024-07-19T16:35:39.511Z | Downloaded ring v0.17.8 |
775 | 2024-07-19T16:35:39.511Z | Downloaded rustls-webpki v0.101.7 |
776 | 2024-07-19T16:35:39.511Z | Downloaded object v0.32.2 |
777 | 2024-07-19T16:35:39.511Z | Downloaded idna v0.3.0 |
778 | 2024-07-19T16:35:39.511Z | Downloaded idna v0.2.3 |
779 | 2024-07-19T16:35:39.511Z | Downloaded gimli v0.28.1 |
780 | 2024-07-19T16:35:39.511Z | Downloaded whoami v1.5.1 |
781 | 2024-07-19T16:35:39.511Z | Downloaded uuid v1.10.0 |
782 | 2024-07-19T16:35:39.511Z | Downloaded tracing-attributes v0.1.27 |
783 | 2024-07-19T16:35:39.511Z | Downloaded subtle v2.5.0 |
784 | 2024-07-19T16:35:39.511Z | Downloaded spin v0.9.8 |
785 | 2024-07-19T16:35:39.511Z | Downloaded serde_derive_internals v0.29.1 |
786 | 2024-07-19T16:35:39.511Z | Downloaded chrono v0.4.38 |
787 | 2024-07-19T16:35:39.511Z | Downloaded static_assertions v1.1.0 |
788 | 2024-07-19T16:35:39.511Z | Downloaded libm v0.2.8 |
789 | 2024-07-19T16:35:39.511Z | Downloaded itertools v0.12.1 |
790 | 2024-07-19T16:35:39.511Z | Downloaded itertools v0.10.5 |
791 | 2024-07-19T16:35:39.511Z | Downloaded hkdf v0.12.4 |
792 | 2024-07-19T16:35:39.511Z | Downloaded aho-corasick v1.1.3 |
793 | 2024-07-19T16:35:39.511Z | Downloaded schemars v0.8.21 |
794 | 2024-07-19T16:35:39.511Z | Downloaded regex-automata v0.1.10 |
795 | 2024-07-19T16:35:39.511Z | Downloaded postgres-protocol v0.6.6 |
796 | 2024-07-19T16:35:39.511Z | Downloaded nom v7.1.3 |
797 | 2024-07-19T16:35:39.511Z | Downloaded minimal-lexical v0.2.1 |
798 | 2024-07-19T16:35:39.511Z | Downloaded md-5 v0.10.6 |
799 | 2024-07-19T16:35:39.511Z | Downloaded managed v0.8.0 |
800 | 2024-07-19T16:35:39.512Z | Downloaded heapless v0.7.17 |
801 | 2024-07-19T16:35:39.537Z | Downloaded flagset v0.4.5 |
802 | 2024-07-19T16:35:39.537Z | Downloaded elliptic-curve v0.13.8 |
803 | 2024-07-19T16:35:39.537Z | Downloaded diesel_derives v2.1.4 |
804 | 2024-07-19T16:35:39.537Z | Downloaded crossterm v0.27.0 |
805 | 2024-07-19T16:35:39.537Z | Downloaded allocator-api2 v0.2.18 |
806 | 2024-07-19T16:35:39.537Z | Downloaded unicode-xid v0.2.4 |
807 | 2024-07-19T16:35:39.537Z | Downloaded tokio-stream v0.1.15 |
808 | 2024-07-19T16:35:39.537Z | Downloaded string_cache v0.8.7 |
809 | 2024-07-19T16:35:39.537Z | Downloaded siphasher v0.3.11 |
810 | 2024-07-19T16:35:39.537Z | Downloaded signal-hook-mio v0.2.3 |
811 | 2024-07-19T16:35:39.537Z | Downloaded serde_repr v0.1.19 |
812 | 2024-07-19T16:35:39.537Z | Downloaded rustc_version v0.4.0 |
813 | 2024-07-19T16:35:39.537Z | Downloaded rustc-demangle v0.1.24 |
814 | 2024-07-19T16:35:39.537Z | Downloaded rand v0.8.5 |
815 | 2024-07-19T16:35:39.537Z | Downloaded r2d2 v0.8.10 |
816 | 2024-07-19T16:35:39.538Z | Downloaded publicsuffix v2.2.3 |
817 | 2024-07-19T16:35:39.538Z | Downloaded ppv-lite86 v0.2.17 |
818 | 2024-07-19T16:35:39.538Z | Downloaded postgres-types v0.2.6 |
819 | 2024-07-19T16:35:39.538Z | Downloaded pem-rfc7468 v0.7.0 |
820 | 2024-07-19T16:35:39.538Z | Downloaded num-traits v0.2.19 |
821 | 2024-07-19T16:35:39.538Z | Downloaded num-integer v0.1.46 |
822 | 2024-07-19T16:35:39.538Z | Downloaded num-bigint v0.4.5 |
823 | 2024-07-19T16:35:39.538Z | Downloaded new_debug_unreachable v1.0.6 |
824 | 2024-07-19T16:35:39.538Z | Downloaded lazy_static v1.5.0 |
825 | 2024-07-19T16:35:39.538Z | Downloaded ipnetwork v0.20.0 |
826 | 2024-07-19T16:35:39.538Z | Downloaded iana-time-zone v0.1.60 |
827 | 2024-07-19T16:35:39.538Z | Downloaded hmac v0.12.1 |
828 | 2024-07-19T16:35:39.538Z | Downloaded getrandom v0.2.14 |
829 | 2024-07-19T16:35:39.538Z | Downloaded fixedbitset v0.4.2 |
830 | 2024-07-19T16:35:39.538Z | Downloaded fallible-iterator v0.2.0 |
831 | 2024-07-19T16:35:39.538Z | Downloaded enum-as-inner v0.5.1 |
832 | 2024-07-19T16:35:39.538Z | Downloaded der_derive v0.7.2 |
833 | 2024-07-19T16:35:39.538Z | Downloaded der v0.7.9 |
834 | 2024-07-19T16:35:39.538Z | Downloaded crypto-bigint v0.5.5 |
835 | 2024-07-19T16:35:39.538Z | Downloaded base64ct v1.6.0 |
836 | 2024-07-19T16:35:39.538Z | Downloaded base16ct v0.2.0 |
837 | 2024-07-19T16:35:39.538Z | Downloaded backtrace v0.3.71 |
838 | 2024-07-19T16:35:39.538Z | Downloaded ahash v0.8.11 |
839 | 2024-07-19T16:35:39.538Z | Downloaded addr2line v0.21.0 |
840 | 2024-07-19T16:35:39.538Z | Downloaded stable_deref_trait v1.2.0 |
841 | 2024-07-19T16:35:39.538Z | Downloaded spki v0.7.3 |
842 | 2024-07-19T16:35:39.538Z | Downloaded schemars_derive v0.8.21 |
843 | 2024-07-19T16:35:39.538Z | Downloaded scheduled-thread-pool v0.2.7 |
844 | 2024-07-19T16:35:39.538Z | Downloaded rand_chacha v0.3.1 |
845 | 2024-07-19T16:35:39.538Z | Downloaded psl-types v2.0.11 |
846 | 2024-07-19T16:35:39.538Z | Downloaded predicates v3.1.0 |
847 | 2024-07-19T16:35:39.538Z | Downloaded pkcs8 v0.10.2 |
848 | 2024-07-19T16:35:39.538Z | Downloaded phf_shared v0.11.2 |
849 | 2024-07-19T16:35:39.538Z | Downloaded phf v0.11.2 |
850 | 2024-07-19T16:35:39.538Z | Downloaded peg-runtime v0.8.3 |
851 | 2024-07-19T16:35:39.538Z | Downloaded normalize-line-endings v0.3.0 |
852 | 2024-07-19T16:35:39.539Z | Downloaded hyper-rustls v0.24.2 |
853 | 2024-07-19T16:35:39.539Z | Downloaded hubpack_derive v0.1.1 |
854 | 2024-07-19T16:35:39.539Z | Downloaded hubpack v0.1.2 |
855 | 2024-07-19T16:35:39.539Z | Downloaded hash32 v0.2.1 |
856 | 2024-07-19T16:35:39.539Z | Downloaded group v0.13.0 |
857 | 2024-07-19T16:35:39.539Z | Downloaded float-cmp v0.9.0 |
858 | 2024-07-19T16:35:39.539Z | Downloaded dyn-clone v1.0.17 |
859 | 2024-07-19T16:35:39.539Z | Downloaded difflib v0.4.0 |
860 | 2024-07-19T16:35:39.539Z | Downloaded crossbeam-epoch v0.9.18 |
861 | 2024-07-19T16:35:39.539Z | Downloaded cookie_store v0.20.0 |
862 | 2024-07-19T16:35:39.539Z | Downloaded cookie v0.17.0 |
863 | 2024-07-19T16:35:39.539Z | Downloaded const-oid v0.9.6 |
864 | 2024-07-19T16:35:39.539Z | Downloaded console v0.15.8 |
865 | 2024-07-19T16:35:39.539Z | Downloaded cipher v0.4.4 |
866 | 2024-07-19T16:35:39.539Z | Downloaded bit-set v0.5.3 |
867 | 2024-07-19T16:35:39.539Z | Downloaded async-trait v0.1.81 |
868 | 2024-07-19T16:35:39.539Z | Downloaded precomputed-hash v0.1.1 |
869 | 2024-07-19T16:35:39.539Z | Downloaded num-iter v0.1.45 |
870 | 2024-07-19T16:35:39.539Z | Downloaded matches v0.1.10 |
871 | 2024-07-19T16:35:39.539Z | Downloaded lalrpop-util v0.19.12 |
872 | 2024-07-19T16:35:39.539Z | Downloaded inout v0.1.3 |
873 | 2024-07-19T16:35:39.539Z | Downloaded hex v0.4.3 |
874 | 2024-07-19T16:35:39.539Z | Downloaded ff v0.13.0 |
875 | 2024-07-19T16:35:39.539Z | Downloaded either v1.12.0 |
876 | 2024-07-19T16:35:39.539Z | Downloaded data-encoding v2.6.0 |
877 | 2024-07-19T16:35:39.540Z | Downloaded block-padding v0.3.3 |
878 | 2024-07-19T16:35:39.540Z | Downloaded bitflags v1.3.2 |
879 | 2024-07-19T16:35:39.540Z | Downloaded bit-vec v0.6.3 |
880 | 2024-07-19T16:35:39.540Z | Downloaded predicates-core v1.0.6 |
881 | 2024-07-19T16:35:39.540Z | Downloaded phf_shared v0.10.0 |
882 | 2024-07-19T16:35:39.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
883 | 2024-07-19T16:35:39.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
884 | 2024-07-19T16:35:39.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
885 | 2024-07-19T16:35:39.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
886 | 2024-07-19T16:35:39.540Z | |
887 | 2024-07-19T16:35:39.540Z | info: running `cargo check --bins` on bootstore (2/133) |
888 | 2024-07-19T16:35:39.540Z | Downloading crates ... |
889 | 2024-07-19T16:35:39.540Z | Downloaded convert_case v0.4.0 |
890 | 2024-07-19T16:35:39.540Z | Downloaded ciborium-io v0.2.2 |
891 | 2024-07-19T16:35:39.540Z | Downloaded instant v0.1.12 |
892 | 2024-07-19T16:35:39.540Z | Downloaded structmeta-derive v0.3.0 |
893 | 2024-07-19T16:35:39.540Z | Downloaded waitgroup v0.1.2 |
894 | 2024-07-19T16:35:39.540Z | Downloaded vsss-rs v3.3.4 |
895 | 2024-07-19T16:35:39.540Z | Downloaded smf v0.2.3 |
896 | 2024-07-19T16:35:39.540Z | Downloaded unsafe-libyaml v0.2.11 |
897 | 2024-07-19T16:35:39.540Z | Downloaded smoltcp v0.11.0 |
898 | 2024-07-19T16:35:39.540Z | Downloaded rustls v0.22.4 |
899 | 2024-07-19T16:35:39.540Z | Downloaded regress v0.9.1 |
900 | 2024-07-19T16:35:39.540Z | Downloaded curve25519-dalek v4.1.3 |
901 | 2024-07-19T16:35:39.566Z | Downloaded sha3 v0.10.8 |
902 | 2024-07-19T16:35:39.566Z | Downloaded serde_with v3.8.3 |
903 | 2024-07-19T16:35:39.566Z | Downloaded rustls-webpki v0.102.4 |
904 | 2024-07-19T16:35:39.566Z | Downloaded http v1.1.0 |
905 | 2024-07-19T16:35:39.566Z | Downloaded chacha20poly1305 v0.10.1 |
906 | 2024-07-19T16:35:39.566Z | Downloaded serde_yaml v0.9.34+deprecated |
907 | 2024-07-19T16:35:39.566Z | Downloaded serde_with_macros v3.8.3 |
908 | 2024-07-19T16:35:39.566Z | Downloaded secrecy v0.8.0 |
909 | 2024-07-19T16:35:39.566Z | Downloaded rustls-pki-types v1.7.0 |
910 | 2024-07-19T16:35:39.566Z | Downloaded proc-macro-crate v1.3.1 |
911 | 2024-07-19T16:35:39.566Z | Downloaded postcard v1.0.8 |
912 | 2024-07-19T16:35:39.566Z | Downloaded newtype-uuid v1.1.0 |
913 | 2024-07-19T16:35:39.566Z | Downloaded indexmap v1.9.3 |
914 | 2024-07-19T16:35:39.566Z | Downloaded heapless v0.8.0 |
915 | 2024-07-19T16:35:39.566Z | Downloaded hashbrown v0.12.3 |
916 | 2024-07-19T16:35:39.566Z | Downloaded derive_more v0.99.18 |
917 | 2024-07-19T16:35:39.566Z | Downloaded darling_core v0.20.9 |
918 | 2024-07-19T16:35:39.566Z | Downloaded base64 v0.22.1 |
919 | 2024-07-19T16:35:39.566Z | Downloaded tokio-rustls v0.25.0 |
920 | 2024-07-19T16:35:39.566Z | Downloaded thiserror-no-std v2.0.2 |
921 | 2024-07-19T16:35:39.566Z | Downloaded thiserror-impl-no-std v2.0.2 |
922 | 2024-07-19T16:35:39.566Z | Downloaded tabwriter v1.4.0 |
923 | 2024-07-19T16:35:39.567Z | Downloaded structmeta v0.3.0 |
924 | 2024-07-19T16:35:39.567Z | Downloaded rustls-pemfile v2.1.2 |
925 | 2024-07-19T16:35:39.567Z | Downloaded foreign-types-macros v0.2.3 |
926 | 2024-07-19T16:35:39.567Z | Downloaded fastrand v2.1.0 |
927 | 2024-07-19T16:35:39.567Z | Downloaded defmt-macros v0.3.9 |
928 | 2024-07-19T16:35:39.567Z | Downloaded defmt v0.3.8 |
929 | 2024-07-19T16:35:39.567Z | Downloaded darling v0.20.9 |
930 | 2024-07-19T16:35:39.567Z | Downloaded crucible-workspace-hack v0.1.0 |
931 | 2024-07-19T16:35:39.567Z | Downloaded universal-hash v0.5.1 |
932 | 2024-07-19T16:35:39.567Z | Downloaded tempfile v3.10.1 |
933 | 2024-07-19T16:35:39.567Z | Downloaded sha1 v0.10.6 |
934 | 2024-07-19T16:35:39.567Z | Downloaded serde_path_to_error v0.1.16 |
935 | 2024-07-19T16:35:39.567Z | Downloaded poly1305 v0.8.0 |
936 | 2024-07-19T16:35:39.567Z | Downloaded parse-display-derive v0.9.1 |
937 | 2024-07-19T16:35:39.567Z | Downloaded num_enum v0.5.11 |
938 | 2024-07-19T16:35:39.567Z | Downloaded multer v3.1.0 |
939 | 2024-07-19T16:35:39.567Z | Downloaded keccak v0.1.5 |
940 | 2024-07-19T16:35:39.567Z | Downloaded hostname v0.4.0 |
941 | 2024-07-19T16:35:39.567Z | Downloaded hash32 v0.3.1 |
942 | 2024-07-19T16:35:39.567Z | Downloaded half v2.4.1 |
943 | 2024-07-19T16:35:39.567Z | Downloaded getopts v0.2.21 |
944 | 2024-07-19T16:35:39.567Z | Downloaded async-stream v0.3.5 |
945 | 2024-07-19T16:35:39.567Z | Downloaded aead v0.5.2 |
946 | 2024-07-19T16:35:39.567Z | Downloaded sigpipe v0.1.3 |
947 | 2024-07-19T16:35:39.568Z | Downloaded pretty-hex v0.2.1 |
948 | 2024-07-19T16:35:39.568Z | Downloaded paste v1.0.15 |
949 | 2024-07-19T16:35:39.568Z | Downloaded parse-display v0.9.1 |
950 | 2024-07-19T16:35:39.568Z | Downloaded opaque-debug v0.3.1 |
951 | 2024-07-19T16:35:39.568Z | Downloaded num_enum_derive v0.5.11 |
952 | 2024-07-19T16:35:39.568Z | Downloaded num-derive v0.4.2 |
953 | 2024-07-19T16:35:39.568Z | Downloaded foreign-types v0.5.0 |
954 | 2024-07-19T16:35:39.568Z | Downloaded embedded-io v0.4.0 |
955 | 2024-07-19T16:35:39.568Z | Downloaded defmt-parser v0.3.4 |
956 | 2024-07-19T16:35:39.568Z | Downloaded debug-ignore v1.0.5 |
957 | 2024-07-19T16:35:39.568Z | Downloaded darling_macro v0.20.9 |
958 | 2024-07-19T16:35:39.568Z | Downloaded curve25519-dalek-derive v0.1.1 |
959 | 2024-07-19T16:35:39.568Z | Downloaded colored v2.1.0 |
960 | 2024-07-19T16:35:39.568Z | Downloaded cobs v0.2.3 |
961 | 2024-07-19T16:35:39.568Z | Downloaded ciborium-ll v0.2.2 |
962 | 2024-07-19T16:35:39.568Z | Downloaded ciborium v0.2.2 |
963 | 2024-07-19T16:35:39.568Z | Downloaded chacha20 v0.9.1 |
964 | 2024-07-19T16:35:39.568Z | Downloaded camino-tempfile v1.1.1 |
965 | 2024-07-19T16:35:39.568Z | Downloaded backoff v0.4.0 |
966 | 2024-07-19T16:35:39.568Z | Downloaded atomic-waker v1.1.2 |
967 | 2024-07-19T16:35:39.568Z | Downloaded ident_case v1.0.1 |
968 | 2024-07-19T16:35:39.568Z | Downloaded foreign-types-shared v0.3.1 |
969 | 2024-07-19T16:35:39.568Z | Downloaded cstr-argument v0.1.2 |
970 | 2024-07-19T16:35:39.568Z | Downloaded async-stream-impl v0.3.5 |
971 | 2024-07-19T16:35:39.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
972 | 2024-07-19T16:35:39.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
973 | 2024-07-19T16:35:39.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
974 | 2024-07-19T16:35:39.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
975 | 2024-07-19T16:35:39.569Z | |
976 | 2024-07-19T16:35:39.569Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/133) |
977 | 2024-07-19T16:35:39.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
978 | 2024-07-19T16:35:39.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
979 | 2024-07-19T16:35:39.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
980 | 2024-07-19T16:35:39.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
981 | 2024-07-19T16:35:39.569Z | |
982 | 2024-07-19T16:35:39.569Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/133) |
983 | 2024-07-19T16:35:39.569Z | Downloading crates ... |
984 | 2024-07-19T16:35:39.569Z | Downloaded quick-error v1.2.3 |
985 | 2024-07-19T16:35:39.569Z | Downloaded rusty-fork v0.3.0 |
986 | 2024-07-19T16:35:39.569Z | Downloaded unarray v0.1.4 |
987 | 2024-07-19T16:35:39.569Z | Downloaded wait-timeout v0.2.0 |
988 | 2024-07-19T16:35:39.569Z | Downloaded test-strategy v0.3.1 |
989 | 2024-07-19T16:35:39.569Z | Downloaded proptest v1.4.0 |
990 | 2024-07-19T16:35:39.569Z | Downloaded structmeta-derive v0.2.0 |
991 | 2024-07-19T16:35:39.569Z | Downloaded structmeta v0.2.0 |
992 | 2024-07-19T16:35:39.569Z | Downloaded rand_xorshift v0.3.0 |
993 | 2024-07-19T16:35:39.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
994 | 2024-07-19T16:35:39.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
995 | 2024-07-19T16:35:39.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
996 | 2024-07-19T16:35:39.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
997 | 2024-07-19T16:35:39.570Z | |
998 | 2024-07-19T16:35:39.570Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/133) |
999 | 2024-07-19T16:35:39.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1000 | 2024-07-19T16:35:39.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1001 | 2024-07-19T16:35:39.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1002 | 2024-07-19T16:35:39.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1003 | 2024-07-19T16:35:39.595Z | |
1004 | 2024-07-19T16:35:39.595Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/133) |
1005 | 2024-07-19T16:35:39.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1006 | 2024-07-19T16:35:39.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1007 | 2024-07-19T16:35:39.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1008 | 2024-07-19T16:35:39.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1009 | 2024-07-19T16:35:39.595Z | |
1010 | 2024-07-19T16:35:39.595Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/133) |
1011 | 2024-07-19T16:35:39.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1012 | 2024-07-19T16:35:39.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1013 | 2024-07-19T16:35:39.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1014 | 2024-07-19T16:35:39.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1015 | 2024-07-19T16:35:39.595Z | |
1016 | 2024-07-19T16:35:39.595Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/133) |
1017 | 2024-07-19T16:35:39.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1018 | 2024-07-19T16:35:39.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1019 | 2024-07-19T16:35:39.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1020 | 2024-07-19T16:35:39.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1021 | 2024-07-19T16:35:39.595Z | |
1022 | 2024-07-19T16:35:39.595Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/133) |
1023 | 2024-07-19T16:35:39.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1024 | 2024-07-19T16:35:39.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1025 | 2024-07-19T16:35:39.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1026 | 2024-07-19T16:35:39.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1027 | 2024-07-19T16:35:39.596Z | |
1028 | 2024-07-19T16:35:39.596Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/133) |
1029 | 2024-07-19T16:35:39.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1030 | 2024-07-19T16:35:39.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1031 | 2024-07-19T16:35:39.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1032 | 2024-07-19T16:35:39.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1033 | 2024-07-19T16:35:39.596Z | |
1034 | 2024-07-19T16:35:39.596Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/133) |
1035 | 2024-07-19T16:35:39.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1036 | 2024-07-19T16:35:39.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1037 | 2024-07-19T16:35:39.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1038 | 2024-07-19T16:35:39.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1039 | 2024-07-19T16:35:39.596Z | |
1040 | 2024-07-19T16:35:39.596Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/133) |
1041 | 2024-07-19T16:35:39.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1042 | 2024-07-19T16:35:39.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1043 | 2024-07-19T16:35:39.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1044 | 2024-07-19T16:35:39.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1045 | 2024-07-19T16:35:39.596Z | |
1046 | 2024-07-19T16:35:39.596Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/133) |
1047 | 2024-07-19T16:35:39.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1048 | 2024-07-19T16:35:39.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1049 | 2024-07-19T16:35:39.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1050 | 2024-07-19T16:35:39.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1051 | 2024-07-19T16:35:39.596Z | |
1052 | 2024-07-19T16:35:39.596Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/133) |
1053 | 2024-07-19T16:35:39.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1054 | 2024-07-19T16:35:39.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1055 | 2024-07-19T16:35:39.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1056 | 2024-07-19T16:35:39.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1057 | 2024-07-19T16:35:39.596Z | |
1058 | 2024-07-19T16:35:39.596Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/133) |
1059 | 2024-07-19T16:35:39.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1060 | 2024-07-19T16:35:39.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1061 | 2024-07-19T16:35:39.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1062 | 2024-07-19T16:35:39.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1063 | 2024-07-19T16:35:39.596Z | |
1064 | 2024-07-19T16:35:39.597Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/133) |
1065 | 2024-07-19T16:35:39.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1066 | 2024-07-19T16:35:39.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1067 | 2024-07-19T16:35:39.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1068 | 2024-07-19T16:35:39.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1069 | 2024-07-19T16:35:39.597Z | |
1070 | 2024-07-19T16:35:39.597Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/133) |
1071 | 2024-07-19T16:35:39.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1072 | 2024-07-19T16:35:39.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1073 | 2024-07-19T16:35:39.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1074 | 2024-07-19T16:35:39.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1075 | 2024-07-19T16:35:39.597Z | |
1076 | 2024-07-19T16:35:39.597Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/133) |
1077 | 2024-07-19T16:35:39.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1078 | 2024-07-19T16:35:39.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1079 | 2024-07-19T16:35:39.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1080 | 2024-07-19T16:35:39.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1081 | 2024-07-19T16:35:39.597Z | |
1082 | 2024-07-19T16:35:39.597Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/133) |
1083 | 2024-07-19T16:35:39.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1084 | 2024-07-19T16:35:39.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1085 | 2024-07-19T16:35:39.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1086 | 2024-07-19T16:35:39.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1087 | 2024-07-19T16:35:39.597Z | |
1088 | 2024-07-19T16:35:39.597Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/133) |
1089 | 2024-07-19T16:35:39.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1090 | 2024-07-19T16:35:39.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1091 | 2024-07-19T16:35:39.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1092 | 2024-07-19T16:35:39.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1093 | 2024-07-19T16:35:39.597Z | |
1094 | 2024-07-19T16:35:39.597Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/133) |
1095 | 2024-07-19T16:35:39.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1096 | 2024-07-19T16:35:39.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1097 | 2024-07-19T16:35:39.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1098 | 2024-07-19T16:35:39.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1099 | 2024-07-19T16:35:39.597Z | |
1100 | 2024-07-19T16:35:39.597Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/133) |
1101 | 2024-07-19T16:35:39.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1102 | 2024-07-19T16:35:39.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1103 | 2024-07-19T16:35:39.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1104 | 2024-07-19T16:35:39.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1105 | 2024-07-19T16:35:39.622Z | |
1106 | 2024-07-19T16:35:39.622Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/133) |
1107 | 2024-07-19T16:35:39.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1108 | 2024-07-19T16:35:39.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1109 | 2024-07-19T16:35:39.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1110 | 2024-07-19T16:35:39.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1111 | 2024-07-19T16:35:39.623Z | |
1112 | 2024-07-19T16:35:39.623Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/133) |
1113 | 2024-07-19T16:35:39.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1114 | 2024-07-19T16:35:39.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1115 | 2024-07-19T16:35:39.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1116 | 2024-07-19T16:35:39.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1117 | 2024-07-19T16:35:39.623Z | |
1118 | 2024-07-19T16:35:39.623Z | info: running `cargo check --bins` on sled-hardware-types (25/133) |
1119 | 2024-07-19T16:35:39.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1120 | 2024-07-19T16:35:39.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1121 | 2024-07-19T16:35:39.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1122 | 2024-07-19T16:35:39.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1123 | 2024-07-19T16:35:39.623Z | |
1124 | 2024-07-19T16:35:39.623Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/133) |
1125 | 2024-07-19T16:35:40.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1126 | 2024-07-19T16:35:40.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1127 | 2024-07-19T16:35:40.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1128 | 2024-07-19T16:35:40.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1129 | 2024-07-19T16:35:40.188Z | |
1130 | 2024-07-19T16:35:40.188Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/133) |
1131 | 2024-07-19T16:35:40.732Z | Downloading crates ... |
1132 | 2024-07-19T16:35:40.903Z | Downloaded downcast v0.11.0 |
1133 | 2024-07-19T16:35:40.930Z | Downloaded termtree v0.4.1 |
1134 | 2024-07-19T16:35:40.930Z | Downloaded predicates-tree v1.0.9 |
1135 | 2024-07-19T16:35:40.930Z | Downloaded mockall_derive v0.12.1 |
1136 | 2024-07-19T16:35:40.930Z | Downloaded mockall v0.12.1 |
1137 | 2024-07-19T16:35:40.930Z | Downloaded fragile v2.0.0 |
1138 | 2024-07-19T16:35:40.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1139 | 2024-07-19T16:35:40.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1140 | 2024-07-19T16:35:40.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1141 | 2024-07-19T16:35:40.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1142 | 2024-07-19T16:35:41.004Z | |
1143 | 2024-07-19T16:35:41.004Z | info: running `cargo check --bins` on oxlog (28/133) |
1144 | 2024-07-19T16:35:41.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1145 | 2024-07-19T16:35:41.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1146 | 2024-07-19T16:35:41.775Z | Compiling serde v1.0.204 |
1147 | 2024-07-19T16:35:41.775Z | Checking cfg-if v1.0.0 |
1148 | 2024-07-19T16:35:41.799Z | Checking libc v0.2.155 |
1149 | 2024-07-19T16:35:41.799Z | Compiling syn v2.0.71 |
1150 | 2024-07-19T16:35:41.799Z | Compiling getrandom v0.2.14 |
1151 | 2024-07-19T16:35:41.799Z | Compiling generic-array v0.14.7 |
1152 | 2024-07-19T16:35:41.799Z | Compiling scopeguard v1.2.0 |
1153 | 2024-07-19T16:35:41.887Z | Compiling log v0.4.21 |
1154 | 2024-07-19T16:35:41.984Z | Compiling lock_api v0.4.12 |
1155 | 2024-07-19T16:35:42.122Z | Compiling libm v0.2.8 |
1156 | 2024-07-19T16:35:42.230Z | Compiling ahash v0.8.11 |
1157 | 2024-07-19T16:35:42.261Z | Compiling num-traits v0.2.19 |
1158 | 2024-07-19T16:35:42.261Z | Compiling serde_json v1.0.120 |
1159 | 2024-07-19T16:35:42.377Z | Checking memchr v2.7.2 |
1160 | 2024-07-19T16:35:42.401Z | Checking byteorder v1.5.0 |
1161 | 2024-07-19T16:35:42.557Z | Compiling smallvec v1.13.2 |
1162 | 2024-07-19T16:35:42.581Z | Checking itoa v1.0.11 |
1163 | 2024-07-19T16:35:42.662Z | Compiling rand_core v0.6.4 |
1164 | 2024-07-19T16:35:42.735Z | Checking once_cell v1.19.0 |
1165 | 2024-07-19T16:35:42.759Z | Compiling ring v0.17.8 |
1166 | 2024-07-19T16:35:42.883Z | Compiling parking_lot_core v0.9.10 |
1167 | 2024-07-19T16:35:43.020Z | Checking pin-project-lite v0.2.14 |
1168 | 2024-07-19T16:35:43.088Z | Compiling spin v0.9.8 |
1169 | 2024-07-19T16:35:43.127Z | Compiling mio v0.8.11 |
1170 | 2024-07-19T16:35:43.152Z | Checking typenum v1.17.0 |
1171 | 2024-07-19T16:35:43.259Z | Compiling parking_lot v0.12.2 |
1172 | 2024-07-19T16:35:43.419Z | Checking signal-hook-registry v1.4.2 |
1173 | 2024-07-19T16:35:43.905Z | Compiling const-oid v0.9.6 |
1174 | 2024-07-19T16:35:43.970Z | Compiling subtle v2.5.0 |
1175 | 2024-07-19T16:35:44.055Z | Compiling unicode-normalization v0.1.23 |
1176 | 2024-07-19T16:35:44.150Z | Compiling allocator-api2 v0.2.18 |
1177 | 2024-07-19T16:35:44.213Z | Checking futures-core v0.3.30 |
1178 | 2024-07-19T16:35:44.258Z | Compiling unicode-bidi v0.3.15 |
1179 | 2024-07-19T16:35:44.622Z | Checking tinyvec_macros v0.1.1 |
1180 | 2024-07-19T16:35:44.697Z | Checking tinyvec v1.6.0 |
1181 | 2024-07-19T16:35:44.815Z | Checking socket2 v0.5.7 |
1182 | 2024-07-19T16:35:44.891Z | Checking num_cpus v1.16.0 |
1183 | 2024-07-19T16:35:45.207Z | Checking ryu v1.0.18 |
1184 | 2024-07-19T16:35:45.477Z | Compiling time-macros v0.2.18 |
1185 | 2024-07-19T16:35:45.979Z | Compiling syn v1.0.109 |
1186 | 2024-07-19T16:35:46.080Z | Checking futures-sink v0.3.30 |
1187 | 2024-07-19T16:35:46.195Z | Compiling rustls v0.21.12 |
1188 | 2024-07-19T16:35:46.389Z | Checking equivalent v1.0.1 |
1189 | 2024-07-19T16:35:46.435Z | Checking futures-channel v0.3.30 |
1190 | 2024-07-19T16:35:46.479Z | Checking slab v0.4.9 |
1191 | 2024-07-19T16:35:46.641Z | Checking futures-io v0.3.30 |
1192 | 2024-07-19T16:35:46.692Z | Checking futures-task v0.3.30 |
1193 | 2024-07-19T16:35:46.729Z | Compiling ppv-lite86 v0.2.17 |
1194 | 2024-07-19T16:35:46.753Z | Checking pin-utils v0.1.0 |
1195 | 2024-07-19T16:35:46.797Z | Compiling cookie v0.17.0 |
1196 | 2024-07-19T16:35:46.829Z | Compiling untrusted v0.9.0 |
1197 | 2024-07-19T16:35:46.891Z | Compiling signal-hook v0.3.17 |
1198 | 2024-07-19T16:35:46.978Z | Compiling schemars v0.8.21 |
1199 | 2024-07-19T16:35:47.079Z | Compiling base64ct v1.6.0 |
1200 | 2024-07-19T16:35:47.122Z | Checking percent-encoding v2.3.1 |
1201 | 2024-07-19T16:35:47.267Z | Compiling iana-time-zone v0.1.60 |
1202 | 2024-07-19T16:35:47.349Z | Compiling rand_chacha v0.3.1 |
1203 | 2024-07-19T16:35:47.562Z | Compiling serde_derive_internals v0.29.1 |
1204 | 2024-07-19T16:35:47.641Z | Compiling pem-rfc7468 v0.7.0 |
1205 | 2024-07-19T16:35:47.828Z | Compiling rand v0.8.5 |
1206 | 2024-07-19T16:35:48.311Z | Checking tracing-core v0.1.32 |
1207 | 2024-07-19T16:35:48.470Z | Compiling backtrace v0.3.71 |
1208 | 2024-07-19T16:35:48.792Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1209 | 2024-07-19T16:35:48.979Z | Checking fnv v1.0.7 |
1210 | 2024-07-19T16:35:49.091Z | Compiling smoltcp v0.9.1 |
1211 | 2024-07-19T16:35:49.115Z | Compiling flagset v0.4.5 |
1212 | 2024-07-19T16:35:49.278Z | Compiling crossbeam-utils v0.8.19 |
1213 | 2024-07-19T16:35:49.449Z | Compiling siphasher v0.3.11 |
1214 | 2024-07-19T16:35:49.588Z | Compiling time v0.3.36 |
1215 | 2024-07-19T16:35:49.793Z | Compiling sct v0.7.1 |
1216 | 2024-07-19T16:35:49.823Z | Compiling rustls-webpki v0.101.7 |
1217 | 2024-07-19T16:35:50.052Z | Compiling idna v0.5.0 |
1218 | 2024-07-19T16:35:50.244Z | Compiling lazy_static v1.5.0 |
1219 | 2024-07-19T16:35:50.357Z | Compiling aho-corasick v1.1.3 |
1220 | 2024-07-19T16:35:50.868Z | Compiling regex-syntax v0.8.3 |
1221 | 2024-07-19T16:35:51.281Z | Compiling finl_unicode v1.2.0 |
1222 | 2024-07-19T16:35:51.365Z | Checking foreign-types-shared v0.1.1 |
1223 | 2024-07-19T16:35:51.365Z | Checking powerfmt v0.2.0 |
1224 | 2024-07-19T16:35:51.581Z | Checking deranged v0.3.11 |
1225 | 2024-07-19T16:35:51.759Z | Compiling stringprep v0.1.4 |
1226 | 2024-07-19T16:35:52.027Z | Checking foreign-types v0.3.2 |
1227 | 2024-07-19T16:35:52.112Z | Compiling url v2.5.0 |
1228 | 2024-07-19T16:35:53.083Z | Compiling diesel_table_macro_syntax v0.1.0 |
1229 | 2024-07-19T16:35:53.455Z | Checking form_urlencoded v1.2.1 |
1230 | 2024-07-19T16:35:53.622Z | Compiling regex-automata v0.4.6 |
1231 | 2024-07-19T16:35:53.646Z | Compiling serde_derive v1.0.204 |
1232 | 2024-07-19T16:35:53.828Z | Compiling zeroize_derive v1.4.2 |
1233 | 2024-07-19T16:35:54.050Z | Compiling zerocopy-derive v0.7.34 |
1234 | 2024-07-19T16:35:55.018Z | Compiling tokio-macros v2.3.0 |
1235 | 2024-07-19T16:35:55.185Z | Compiling zeroize v1.7.0 |
1236 | 2024-07-19T16:35:55.499Z | Compiling futures-macro v0.3.30 |
1237 | 2024-07-19T16:35:55.956Z | Compiling zerocopy v0.7.34 |
1238 | 2024-07-19T16:35:56.262Z | Compiling thiserror-impl v1.0.62 |
1239 | 2024-07-19T16:35:57.732Z | Compiling tracing-attributes v0.1.27 |
1240 | 2024-07-19T16:35:58.256Z | Compiling scroll_derive v0.12.0 |
1241 | 2024-07-19T16:35:58.594Z | Compiling hashbrown v0.14.5 |
1242 | 2024-07-19T16:35:58.797Z | Compiling crypto-common v0.1.6 |
1243 | 2024-07-19T16:35:58.995Z | Compiling der_derive v0.7.2 |
1244 | 2024-07-19T16:35:59.023Z | Compiling thiserror v1.0.62 |
1245 | 2024-07-19T16:35:59.123Z | Compiling pest v2.7.10 |
1246 | 2024-07-19T16:35:59.438Z | Compiling openssl-macros v0.1.1 |
1247 | 2024-07-19T16:36:00.047Z | Compiling block-buffer v0.10.4 |
1248 | 2024-07-19T16:36:00.268Z | Compiling futures-util v0.3.30 |
1249 | 2024-07-19T16:36:00.723Z | Compiling digest v0.10.7 |
1250 | 2024-07-19T16:36:01.033Z | Compiling scroll v0.12.0 |
1251 | 2024-07-19T16:36:01.057Z | Compiling pest_meta v2.7.10 |
1252 | 2024-07-19T16:36:01.496Z | Compiling goblin v0.8.2 |
1253 | 2024-07-19T16:36:01.800Z | Compiling tracing v0.1.40 |
1254 | 2024-07-19T16:36:02.222Z | Compiling pest_generator v2.7.10 |
1255 | 2024-07-19T16:36:03.821Z | Compiling schemars_derive v0.8.21 |
1256 | 2024-07-19T16:36:04.269Z | Compiling hmac v0.12.1 |
1257 | 2024-07-19T16:36:04.460Z | Checking bytes v1.6.0 |
1258 | 2024-07-19T16:36:04.485Z | Checking bitflags v2.5.0 |
1259 | 2024-07-19T16:36:05.360Z | Checking tokio v1.38.1 |
1260 | 2024-07-19T16:36:05.425Z | Compiling indexmap v2.2.6 |
1261 | 2024-07-19T16:36:05.655Z | Compiling semver v1.0.23 |
1262 | 2024-07-19T16:36:06.131Z | Compiling rustc_version v0.4.0 |
1263 | 2024-07-19T16:36:06.267Z | Compiling pest_derive v2.7.10 |
1264 | 2024-07-19T16:36:06.566Z | Compiling http v0.2.12 |
1265 | 2024-07-19T16:36:06.744Z | Compiling heapless v0.7.17 |
1266 | 2024-07-19T16:36:06.885Z | Compiling uuid v1.10.0 |
1267 | 2024-07-19T16:36:07.133Z | Compiling dtrace-parser v0.2.0 |
1268 | 2024-07-19T16:36:07.519Z | Compiling dof v0.3.0 |
1269 | 2024-07-19T16:36:07.747Z | Compiling chrono v0.4.38 |
1270 | 2024-07-19T16:36:08.120Z | Compiling http-body v0.4.6 |
1271 | 2024-07-19T16:36:08.486Z | Compiling usdt-impl v0.5.0 |
1272 | 2024-07-19T16:36:08.619Z | Compiling openssl v0.10.64 |
1273 | 2024-07-19T16:36:09.413Z | Compiling serde_tokenstream v0.2.1 |
1274 | 2024-07-19T16:36:09.856Z | Compiling der v0.7.9 |
1275 | 2024-07-19T16:36:10.156Z | Compiling hubpack_derive v0.1.1 |
1276 | 2024-07-19T16:36:10.278Z | Compiling zerocopy-derive v0.6.6 |
1277 | 2024-07-19T16:36:10.312Z | Compiling async-trait v0.1.81 |
1278 | 2024-07-19T16:36:10.799Z | Compiling rustix v0.38.34 |
1279 | 2024-07-19T16:36:10.858Z | Compiling serde_spanned v0.6.6 |
1280 | 2024-07-19T16:36:11.049Z | Compiling toml_datetime v0.6.6 |
1281 | 2024-07-19T16:36:11.206Z | Checking tokio-util v0.7.11 |
1282 | 2024-07-19T16:36:11.910Z | Compiling spki v0.7.3 |
1283 | 2024-07-19T16:36:12.222Z | Compiling md-5 v0.10.6 |
1284 | 2024-07-19T16:36:12.247Z | Compiling sha2 v0.10.8 |
1285 | 2024-07-19T16:36:12.434Z | Compiling num-integer v0.1.46 |
1286 | 2024-07-19T16:36:12.594Z | Compiling idna v0.3.0 |
1287 | 2024-07-19T16:36:13.114Z | Checking openssl-sys v0.9.102 |
1288 | 2024-07-19T16:36:13.139Z | Compiling hash32 v0.2.1 |
1289 | 2024-07-19T16:36:13.239Z | Compiling fs-err v2.11.0 |
1290 | 2024-07-19T16:36:13.446Z | Compiling h2 v0.3.26 |
1291 | 2024-07-19T16:36:13.470Z | Compiling native-tls v0.2.11 |
1292 | 2024-07-19T16:36:13.712Z | Compiling fallible-iterator v0.2.0 |
1293 | 2024-07-19T16:36:13.837Z | Compiling stable_deref_trait v1.2.0 |
1294 | 2024-07-19T16:36:13.964Z | Compiling dyn-clone v1.0.17 |
1295 | 2024-07-19T16:36:14.144Z | Checking num_threads v0.1.7 |
1296 | 2024-07-19T16:36:14.168Z | Compiling gimli v0.28.1 |
1297 | 2024-07-19T16:36:14.192Z | Compiling slog v2.7.0 |
1298 | 2024-07-19T16:36:14.239Z | Checking num-conv v0.1.0 |
1299 | 2024-07-19T16:36:14.274Z | Compiling psl-types v2.0.11 |
1300 | 2024-07-19T16:36:14.437Z | Checking time-core v0.1.2 |
1301 | 2024-07-19T16:36:14.571Z | Checking unicode-ident v1.0.12 |
1302 | 2024-07-19T16:36:14.595Z | Compiling anyhow v1.0.86 |
1303 | 2024-07-19T16:36:14.619Z | Checking base64 v0.21.7 |
1304 | 2024-07-19T16:36:14.709Z | Checking try-lock v0.2.5 |
1305 | 2024-07-19T16:36:14.745Z | Checking proc-macro2 v1.0.86 |
1306 | 2024-07-19T16:36:14.823Z | Checking want v0.3.1 |
1307 | 2024-07-19T16:36:15.219Z | Compiling publicsuffix v2.2.3 |
1308 | 2024-07-19T16:36:15.278Z | Compiling postgres-protocol v0.6.6 |
1309 | 2024-07-19T16:36:15.424Z | Compiling clap_derive v4.5.8 |
1310 | 2024-07-19T16:36:16.999Z | Compiling tokio-native-tls v0.3.1 |
1311 | 2024-07-19T16:36:17.348Z | Compiling terminal_size v0.3.0 |
1312 | 2024-07-19T16:36:17.421Z | Compiling addr2line v0.21.0 |
1313 | 2024-07-19T16:36:17.515Z | Compiling tokio-rustls v0.24.1 |
1314 | 2024-07-19T16:36:17.828Z | Compiling pkcs8 v0.10.2 |
1315 | 2024-07-19T16:36:18.345Z | Compiling usdt-attr-macro v0.5.0 |
1316 | 2024-07-19T16:36:18.425Z | Compiling usdt-macro v0.5.0 |
1317 | 2024-07-19T16:36:19.046Z | Compiling hyper v0.14.28 |
1318 | 2024-07-19T16:36:19.272Z | Compiling enum-as-inner v0.5.1 |
1319 | 2024-07-19T16:36:19.458Z | Compiling block-padding v0.3.3 |
1320 | 2024-07-19T16:36:19.647Z | Compiling diesel_derives v2.1.4 |
1321 | 2024-07-19T16:36:19.702Z | Compiling strum_macros v0.25.3 |
1322 | 2024-07-19T16:36:19.725Z | Compiling serde_repr v0.1.19 |
1323 | 2024-07-19T16:36:20.655Z | Compiling phf_shared v0.11.2 |
1324 | 2024-07-19T16:36:20.976Z | Checking httparse v1.8.0 |
1325 | 2024-07-19T16:36:21.294Z | Compiling ff v0.13.0 |
1326 | 2024-07-19T16:36:21.546Z | Compiling scheduled-thread-pool v0.2.7 |
1327 | 2024-07-19T16:36:21.645Z | Checking socket2 v0.4.10 |
1328 | 2024-07-19T16:36:21.807Z | Checking errno v0.3.9 |
1329 | 2024-07-19T16:36:21.948Z | Compiling object v0.32.2 |
1330 | 2024-07-19T16:36:21.995Z | Compiling matches v0.1.10 |
1331 | 2024-07-19T16:36:22.078Z | Checking anstyle v1.0.7 |
1332 | 2024-07-19T16:36:22.102Z | Checking cpufeatures v0.2.12 |
1333 | 2024-07-19T16:36:22.173Z | Checking httpdate v1.0.3 |
1334 | 2024-07-19T16:36:22.361Z | Compiling bitflags v1.3.2 |
1335 | 2024-07-19T16:36:22.385Z | Checking tower-service v0.3.2 |
1336 | 2024-07-19T16:36:22.456Z | Compiling rustc-demangle v0.1.24 |
1337 | 2024-07-19T16:36:22.480Z | Compiling either v1.12.0 |
1338 | 2024-07-19T16:36:22.810Z | Checking openssl-probe v0.1.5 |
1339 | 2024-07-19T16:36:22.892Z | Compiling base16ct v0.2.0 |
1340 | 2024-07-19T16:36:22.937Z | Checking ucd-trie v0.1.6 |
1341 | 2024-07-19T16:36:23.045Z | Checking plain v0.2.3 |
1342 | 2024-07-19T16:36:23.170Z | Compiling regex-automata v0.1.10 |
1343 | 2024-07-19T16:36:23.195Z | Compiling winnow v0.5.40 |
1344 | 2024-07-19T16:36:23.249Z | Compiling managed v0.8.0 |
1345 | 2024-07-19T16:36:23.568Z | Checking adler v1.0.2 |
1346 | 2024-07-19T16:36:23.626Z | Checking utf8parse v0.2.1 |
1347 | 2024-07-19T16:36:23.694Z | Compiling bit-vec v0.6.3 |
1348 | 2024-07-19T16:36:23.748Z | Checking anstyle-parse v0.2.4 |
1349 | 2024-07-19T16:36:23.962Z | Checking miniz_oxide v0.7.2 |
1350 | 2024-07-19T16:36:23.986Z | Compiling clap_builder v4.5.9 |
1351 | 2024-07-19T16:36:24.552Z | Compiling hyper-rustls v0.24.2 |
1352 | 2024-07-19T16:36:24.850Z | Compiling hyper-tls v0.5.0 |
1353 | 2024-07-19T16:36:25.162Z | Compiling bstr v0.2.17 |
1354 | 2024-07-19T16:36:26.294Z | Compiling toml_edit v0.19.15 |
1355 | 2024-07-19T16:36:27.185Z | Compiling sec1 v0.7.3 |
1356 | 2024-07-19T16:36:28.589Z | Compiling idna v0.2.3 |
1357 | 2024-07-19T16:36:29.767Z | Compiling r2d2 v0.8.10 |
1358 | 2024-07-19T16:36:30.070Z | Compiling group v0.13.0 |
1359 | 2024-07-19T16:36:30.337Z | Compiling signal-hook-mio v0.2.3 |
1360 | 2024-07-19T16:36:30.464Z | Compiling phf v0.11.2 |
1361 | 2024-07-19T16:36:30.590Z | Compiling cookie_store v0.20.0 |
1362 | 2024-07-19T16:36:30.709Z | Compiling inout v0.1.3 |
1363 | 2024-07-19T16:36:30.734Z | Compiling ipnetwork v0.20.0 |
1364 | 2024-07-19T16:36:30.945Z | Compiling postgres-types v0.2.6 |
1365 | 2024-07-19T16:36:31.079Z | Checking quote v1.0.36 |
1366 | 2024-07-19T16:36:31.369Z | Compiling num-bigint v0.4.5 |
1367 | 2024-07-19T16:36:31.487Z | Compiling zerocopy v0.6.6 |
1368 | 2024-07-19T16:36:31.816Z | Compiling hubpack v0.1.2 |
1369 | 2024-07-19T16:36:31.842Z | Compiling serde_urlencoded v0.7.1 |
1370 | 2024-07-19T16:36:32.148Z | Compiling futures-executor v0.3.30 |
1371 | 2024-07-19T16:36:32.278Z | Compiling hkdf v0.12.4 |
1372 | 2024-07-19T16:36:32.429Z | Compiling regex v1.10.5 |
1373 | 2024-07-19T16:36:32.498Z | Compiling crypto-bigint v0.5.5 |
1374 | 2024-07-19T16:36:32.639Z | Compiling phf_shared v0.10.0 |
1375 | 2024-07-19T16:36:33.104Z | Compiling float-cmp v0.9.0 |
1376 | 2024-07-19T16:36:33.283Z | Compiling precomputed-hash v0.1.1 |
1377 | 2024-07-19T16:36:33.361Z | Compiling difflib v0.4.0 |
1378 | 2024-07-19T16:36:33.386Z | Compiling new_debug_unreachable v1.0.6 |
1379 | 2024-07-19T16:36:33.411Z | Compiling static_assertions v1.1.0 |
1380 | 2024-07-19T16:36:33.462Z | Checking is_terminal_polyfill v1.70.0 |
1381 | 2024-07-19T16:36:33.487Z | Compiling webpki-roots v0.25.4 |
1382 | 2024-07-19T16:36:33.564Z | Compiling fixedbitset v0.4.2 |
1383 | 2024-07-19T16:36:33.589Z | Compiling unicode-segmentation v1.11.0 |
1384 | 2024-07-19T16:36:33.613Z | Checking colorchoice v1.0.1 |
1385 | 2024-07-19T16:36:33.710Z | Compiling minimal-lexical v0.2.1 |
1386 | 2024-07-19T16:36:33.774Z | Compiling data-encoding v2.6.0 |
1387 | 2024-07-19T16:36:33.939Z | Checking pretty-hex v0.4.1 |
1388 | 2024-07-19T16:36:34.133Z | Checking anstyle-query v1.0.3 |
1389 | 2024-07-19T16:36:34.236Z | Compiling whoami v1.5.1 |
1390 | 2024-07-19T16:36:34.420Z | Compiling predicates-core v1.0.6 |
1391 | 2024-07-19T16:36:34.578Z | Compiling normalize-line-endings v0.3.0 |
1392 | 2024-07-19T16:36:34.689Z | Compiling predicates v3.1.0 |
1393 | 2024-07-19T16:36:34.751Z | Compiling tokio-postgres v0.7.10 |
1394 | 2024-07-19T16:36:35.266Z | Compiling elliptic-curve v0.13.8 |
1395 | 2024-07-19T16:36:35.729Z | Compiling reqwest v0.11.27 |
1396 | 2024-07-19T16:36:36.080Z | Checking anstream v0.6.14 |
1397 | 2024-07-19T16:36:36.111Z | Compiling trust-dns-proto v0.22.0 |
1398 | 2024-07-19T16:36:36.822Z | Compiling similar v2.5.0 |
1399 | 2024-07-19T16:36:36.883Z | Compiling nom v7.1.3 |
1400 | 2024-07-19T16:36:37.112Z | Compiling petgraph v0.6.5 |
1401 | 2024-07-19T16:36:37.243Z | Compiling yasna v0.5.2 |
1402 | 2024-07-19T16:36:38.771Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1403 | 2024-07-19T16:36:38.795Z | Compiling string_cache v0.8.7 |
1404 | 2024-07-19T16:36:38.926Z | Compiling console v0.15.8 |
1405 | 2024-07-19T16:36:39.188Z | Compiling toml_edit v0.22.14 |
1406 | 2024-07-19T16:36:39.693Z | Compiling usdt v0.5.0 |
1407 | 2024-07-19T16:36:39.811Z | Compiling crossbeam-epoch v0.9.18 |
1408 | 2024-07-19T16:36:40.200Z | Compiling diesel v2.1.6 |
1409 | 2024-07-19T16:36:40.387Z | Compiling futures v0.3.30 |
1410 | 2024-07-19T16:36:40.495Z | Compiling cipher v0.4.4 |
1411 | 2024-07-19T16:36:40.786Z | Compiling crossterm v0.27.0 |
1412 | 2024-07-19T16:36:40.926Z | Compiling toml v0.7.8 |
1413 | 2024-07-19T16:36:43.141Z | Compiling clap v4.5.9 |
1414 | 2024-07-19T16:36:43.242Z | Compiling bit-set v0.5.3 |
1415 | 2024-07-19T16:36:43.471Z | Compiling itertools v0.12.1 |
1416 | 2024-07-19T16:36:43.495Z | Compiling itertools v0.10.5 |
1417 | 2024-07-19T16:36:44.749Z | Compiling num-iter v0.1.45 |
1418 | 2024-07-19T16:36:44.846Z | Compiling tokio-stream v0.1.15 |
1419 | 2024-07-19T16:36:44.900Z | Compiling openapiv3 v2.0.0 |
1420 | 2024-07-19T16:36:45.357Z | Compiling hex v0.4.3 |
1421 | 2024-07-19T16:36:45.729Z | Compiling bstr v1.9.1 |
1422 | 2024-07-19T16:36:46.041Z | Checking thread-id v4.2.1 |
1423 | 2024-07-19T16:36:46.074Z | Checking clap_lex v0.7.0 |
1424 | 2024-07-19T16:36:46.141Z | Compiling unicode-xid v0.2.4 |
1425 | 2024-07-19T16:36:46.380Z | Checking ipnet v2.9.0 |
1426 | 2024-07-19T16:36:46.773Z | Compiling lalrpop-util v0.19.12 |
1427 | 2024-07-19T16:36:47.091Z | Compiling peg-runtime v0.8.3 |
1428 | 2024-07-19T16:36:47.483Z | Checking strsim v0.11.1 |
1429 | 2024-07-19T16:36:49.552Z | Checking rustls-pemfile v1.0.4 |
1430 | 2024-07-19T16:36:50.467Z | Checking crc32fast v1.4.0 |
1431 | 2024-07-19T16:36:50.659Z | Checking memmap v0.7.0 |
1432 | 2024-07-19T16:36:50.699Z | Checking encoding_rs v0.8.34 |
1433 | 2024-07-19T16:36:50.818Z | Checking unicode-width v0.1.13 |
1434 | 2024-07-19T16:36:50.842Z | Checking mime v0.3.17 |
1435 | 2024-07-19T16:36:51.307Z | Checking sync_wrapper v0.1.2 |
1436 | 2024-07-19T16:36:51.414Z | Checking winnow v0.6.8 |
1437 | 2024-07-19T16:36:54.206Z | Checking flate2 v1.0.30 |
1438 | 2024-07-19T16:36:57.235Z | Checking camino v1.1.7 |
1439 | 2024-07-19T16:36:57.259Z | Checking sigpipe v0.1.3 |
1440 | 2024-07-19T16:37:07.167Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1441 | 2024-07-19T16:37:17.745Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1442 | 2024-07-19T16:37:18.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
1443 | 2024-07-19T16:37:18.245Z | |
1444 | 2024-07-19T16:37:18.245Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/133) |
1445 | 2024-07-19T16:37:18.803Z | Downloading crates ... |
1446 | 2024-07-19T16:37:18.995Z | Downloaded atty v0.2.14 |
1447 | 2024-07-19T16:37:19.019Z | Downloaded bitstruct v0.1.1 |
1448 | 2024-07-19T16:37:19.019Z | Downloaded heck v0.3.3 |
1449 | 2024-07-19T16:37:19.019Z | Downloaded zone_cfg_derive v0.1.2 |
1450 | 2024-07-19T16:37:19.019Z | Downloaded walkdir v2.5.0 |
1451 | 2024-07-19T16:37:19.019Z | Downloaded zone v0.1.8 |
1452 | 2024-07-19T16:37:19.019Z | Downloaded tungstenite v0.20.1 |
1453 | 2024-07-19T16:37:19.043Z | Downloaded ron v0.7.1 |
1454 | 2024-07-19T16:37:19.043Z | Downloaded arc-swap v1.7.1 |
1455 | 2024-07-19T16:37:19.043Z | Downloaded tokio-tungstenite v0.21.0 |
1456 | 2024-07-19T16:37:19.043Z | Downloaded tokio-tungstenite v0.20.1 |
1457 | 2024-07-19T16:37:19.044Z | Downloaded subprocess v0.2.9 |
1458 | 2024-07-19T16:37:19.044Z | Downloaded rcgen v0.12.1 |
1459 | 2024-07-19T16:37:19.044Z | Downloaded humantime v2.1.0 |
1460 | 2024-07-19T16:37:19.068Z | Downloaded erased-serde v0.3.31 |
1461 | 2024-07-19T16:37:19.068Z | Downloaded base64 v0.13.1 |
1462 | 2024-07-19T16:37:19.068Z | Downloaded utf-8 v0.7.6 |
1463 | 2024-07-19T16:37:19.068Z | Downloaded tungstenite v0.21.0 |
1464 | 2024-07-19T16:37:19.068Z | Downloaded slog-scope v4.4.0 |
1465 | 2024-07-19T16:37:19.068Z | Downloaded slog-envlogger v2.2.0 |
1466 | 2024-07-19T16:37:19.068Z | Downloaded serde_arrays v0.1.0 |
1467 | 2024-07-19T16:37:19.068Z | Downloaded portpicker v0.1.1 |
1468 | 2024-07-19T16:37:19.068Z | Downloaded pem v3.0.4 |
1469 | 2024-07-19T16:37:19.068Z | Downloaded bitstruct_derive v0.1.0 |
1470 | 2024-07-19T16:37:19.068Z | Downloaded termcolor v1.4.1 |
1471 | 2024-07-19T16:37:19.068Z | Downloaded slog-stdlog v4.1.1 |
1472 | 2024-07-19T16:37:19.068Z | Downloaded same-file v1.0.6 |
1473 | 2024-07-19T16:37:19.068Z | Downloaded headers-core v0.2.0 |
1474 | 2024-07-19T16:37:19.068Z | Downloaded headers v0.3.9 |
1475 | 2024-07-19T16:37:19.093Z | Downloaded env_logger v0.9.3 |
1476 | 2024-07-19T16:37:19.093Z | Downloaded atomicwrites v0.4.3 |
1477 | 2024-07-19T16:37:19.093Z | Downloaded ascii v1.1.0 |
1478 | 2024-07-19T16:37:19.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1479 | 2024-07-19T16:37:19.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1480 | 2024-07-19T16:37:19.198Z | Compiling regress v0.9.1 |
1481 | 2024-07-19T16:37:19.222Z | Checking sha1 v0.10.6 |
1482 | 2024-07-19T16:37:19.222Z | Compiling strum_macros v0.26.4 |
1483 | 2024-07-19T16:37:19.265Z | Checking heck v0.5.0 |
1484 | 2024-07-19T16:37:19.289Z | Compiling getopts v0.2.21 |
1485 | 2024-07-19T16:37:19.289Z | Checking dirs-sys-next v0.1.2 |
1486 | 2024-07-19T16:37:19.313Z | Compiling unsafe-libyaml v0.2.11 |
1487 | 2024-07-19T16:37:19.449Z | Checking dirs-next v2.0.0 |
1488 | 2024-07-19T16:37:19.473Z | Checking http v1.1.0 |
1489 | 2024-07-19T16:37:19.573Z | Checking thread_local v1.1.8 |
1490 | 2024-07-19T16:37:19.706Z | Checking rustls-pki-types v1.7.0 |
1491 | 2024-07-19T16:37:19.799Z | Compiling ident_case v1.0.1 |
1492 | 2024-07-19T16:37:19.942Z | Compiling darling_core v0.20.9 |
1493 | 2024-07-19T16:37:20.063Z | Checking term v0.7.0 |
1494 | 2024-07-19T16:37:20.127Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1495 | 2024-07-19T16:37:20.383Z | Compiling serde_yaml v0.9.34+deprecated |
1496 | 2024-07-19T16:37:20.407Z | Checking crossbeam-channel v0.5.12 |
1497 | 2024-07-19T16:37:20.558Z | Checking is-terminal v0.4.12 |
1498 | 2024-07-19T16:37:20.660Z | Checking atty v0.2.14 |
1499 | 2024-07-19T16:37:20.757Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1500 | 2024-07-19T16:37:20.792Z | Checking take_mut v0.2.2 |
1501 | 2024-07-19T16:37:20.913Z | Compiling paste v1.0.15 |
1502 | 2024-07-19T16:37:20.995Z | Checking humantime v2.1.0 |
1503 | 2024-07-19T16:37:21.019Z | Checking base64 v0.22.1 |
1504 | 2024-07-19T16:37:21.220Z | Compiling rustls v0.22.4 |
1505 | 2024-07-19T16:37:21.311Z | Checking utf-8 v0.7.6 |
1506 | 2024-07-19T16:37:21.413Z | Checking termcolor v1.4.1 |
1507 | 2024-07-19T16:37:21.498Z | Checking slog-async v2.8.0 |
1508 | 2024-07-19T16:37:21.522Z | Checking slog-term v2.9.1 |
1509 | 2024-07-19T16:37:21.735Z | Checking rustls-webpki v0.102.4 |
1510 | 2024-07-19T16:37:21.760Z | Checking env_logger v0.9.3 |
1511 | 2024-07-19T16:37:21.840Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1512 | 2024-07-19T16:37:22.136Z | Compiling proc-macro-crate v1.3.1 |
1513 | 2024-07-19T16:37:22.361Z | Compiling bitstruct_derive v0.1.0 |
1514 | 2024-07-19T16:37:23.103Z | Compiling structmeta-derive v0.3.0 |
1515 | 2024-07-19T16:37:23.240Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1516 | 2024-07-19T16:37:23.349Z | Compiling multer v3.1.0 |
1517 | 2024-07-19T16:37:23.475Z | Checking match_cfg v0.1.0 |
1518 | 2024-07-19T16:37:23.562Z | Checking ascii v1.1.0 |
1519 | 2024-07-19T16:37:23.586Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1520 | 2024-07-19T16:37:23.639Z | Checking strum v0.26.3 |
1521 | 2024-07-19T16:37:23.776Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1522 | 2024-07-19T16:37:23.801Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1523 | 2024-07-19T16:37:23.838Z | Checking hostname v0.3.1 |
1524 | 2024-07-19T16:37:23.902Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1525 | 2024-07-19T16:37:23.927Z | Checking bitstruct v0.1.1 |
1526 | 2024-07-19T16:37:23.951Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1527 | 2024-07-19T16:37:24.013Z | Compiling num_enum_derive v0.5.11 |
1528 | 2024-07-19T16:37:24.072Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1529 | 2024-07-19T16:37:24.288Z | Checking slog-json v2.6.1 |
1530 | 2024-07-19T16:37:24.553Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1531 | 2024-07-19T16:37:24.715Z | Checking serde_arrays v0.1.0 |
1532 | 2024-07-19T16:37:24.841Z | Checking erased-serde v0.3.31 |
1533 | 2024-07-19T16:37:24.865Z | Compiling foreign-types-macros v0.2.3 |
1534 | 2024-07-19T16:37:25.178Z | Compiling async-stream-impl v0.3.5 |
1535 | 2024-07-19T16:37:25.704Z | Compiling structmeta v0.3.0 |
1536 | 2024-07-19T16:37:25.728Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1537 | 2024-07-19T16:37:25.881Z | Checking foreign-types-shared v0.3.1 |
1538 | 2024-07-19T16:37:25.963Z | Checking atomic-waker v1.1.2 |
1539 | 2024-07-19T16:37:25.987Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1540 | 2024-07-19T16:37:26.011Z | Compiling darling_macro v0.20.9 |
1541 | 2024-07-19T16:37:26.081Z | Checking arc-swap v1.7.1 |
1542 | 2024-07-19T16:37:26.106Z | Compiling parse-display-derive v0.9.1 |
1543 | 2024-07-19T16:37:26.236Z | Checking waitgroup v0.1.2 |
1544 | 2024-07-19T16:37:26.322Z | Checking async-stream v0.3.5 |
1545 | 2024-07-19T16:37:26.371Z | Checking foreign-types v0.5.0 |
1546 | 2024-07-19T16:37:26.395Z | Checking num_enum v0.5.11 |
1547 | 2024-07-19T16:37:26.438Z | Checking slog-scope v4.4.0 |
1548 | 2024-07-19T16:37:26.493Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1549 | 2024-07-19T16:37:26.517Z | Checking slog-bunyan v2.5.0 |
1550 | 2024-07-19T16:37:26.541Z | Compiling proc-macro-error v1.0.4 |
1551 | 2024-07-19T16:37:26.731Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1552 | 2024-07-19T16:37:26.829Z | Checking toml v0.8.14 |
1553 | 2024-07-19T16:37:26.864Z | Compiling darling v0.20.9 |
1554 | 2024-07-19T16:37:26.971Z | Compiling serde_with_macros v3.8.3 |
1555 | 2024-07-19T16:37:27.137Z | Checking tungstenite v0.20.1 |
1556 | 2024-07-19T16:37:27.162Z | Checking rustls-pemfile v2.1.2 |
1557 | 2024-07-19T16:37:27.217Z | Checking tokio-rustls v0.25.0 |
1558 | 2024-07-19T16:37:27.357Z | Compiling heck v0.3.3 |
1559 | 2024-07-19T16:37:27.467Z | Checking newtype-uuid v1.1.0 |
1560 | 2024-07-19T16:37:27.539Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1561 | 2024-07-19T16:37:27.671Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1562 | 2024-07-19T16:37:27.718Z | Checking cstr-argument v0.1.2 |
1563 | 2024-07-19T16:37:27.859Z | Checking serde_path_to_error v0.1.16 |
1564 | 2024-07-19T16:37:27.883Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1565 | 2024-07-19T16:37:28.380Z | Checking hostname v0.4.0 |
1566 | 2024-07-19T16:37:28.441Z | Checking instant v0.1.12 |
1567 | 2024-07-19T16:37:28.496Z | Checking pretty-hex v0.2.1 |
1568 | 2024-07-19T16:37:28.541Z | Checking fastrand v2.1.0 |
1569 | 2024-07-19T16:37:28.565Z | Checking debug-ignore v1.0.5 |
1570 | 2024-07-19T16:37:28.641Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1571 | 2024-07-19T16:37:28.679Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1572 | 2024-07-19T16:37:28.817Z | Checking tempfile v3.10.1 |
1573 | 2024-07-19T16:37:28.869Z | Checking backoff v0.4.0 |
1574 | 2024-07-19T16:37:28.910Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1575 | 2024-07-19T16:37:29.108Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1576 | 2024-07-19T16:37:29.132Z | Checking tokio-tungstenite v0.20.1 |
1577 | 2024-07-19T16:37:29.168Z | Compiling zone_cfg_derive v0.1.2 |
1578 | 2024-07-19T16:37:29.359Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1579 | 2024-07-19T16:37:29.520Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1580 | 2024-07-19T16:37:29.545Z | Checking slog-stdlog v4.1.1 |
1581 | 2024-07-19T16:37:29.618Z | Checking serde_with v3.8.3 |
1582 | 2024-07-19T16:37:29.697Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1583 | 2024-07-19T16:37:29.826Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1584 | 2024-07-19T16:37:30.122Z | Checking tungstenite v0.21.0 |
1585 | 2024-07-19T16:37:30.146Z | Checking parse-display v0.9.1 |
1586 | 2024-07-19T16:37:30.170Z | Checking colored v2.1.0 |
1587 | 2024-07-19T16:37:30.331Z | Checking macaddr v1.0.1 |
1588 | 2024-07-19T16:37:30.394Z | Checking base64 v0.13.1 |
1589 | 2024-07-19T16:37:30.419Z | Checking zone v0.1.8 |
1590 | 2024-07-19T16:37:30.722Z | Checking ron v0.7.1 |
1591 | 2024-07-19T16:37:30.832Z | Checking tokio-tungstenite v0.21.0 |
1592 | 2024-07-19T16:37:30.945Z | Checking slog-envlogger v2.2.0 |
1593 | 2024-07-19T16:37:31.144Z | Checking pem v3.0.4 |
1594 | 2024-07-19T16:37:31.219Z | Checking tabwriter v1.4.0 |
1595 | 2024-07-19T16:37:31.368Z | Checking xattr v1.3.1 |
1596 | 2024-07-19T16:37:31.410Z | Checking portpicker v0.1.1 |
1597 | 2024-07-19T16:37:31.534Z | Checking headers-core v0.2.0 |
1598 | 2024-07-19T16:37:31.558Z | Checking smf v0.2.3 |
1599 | 2024-07-19T16:37:31.641Z | Checking filetime v0.2.23 |
1600 | 2024-07-19T16:37:31.665Z | Checking same-file v1.0.6 |
1601 | 2024-07-19T16:37:31.800Z | Checking walkdir v2.5.0 |
1602 | 2024-07-19T16:37:31.824Z | Checking tar v0.4.41 |
1603 | 2024-07-19T16:37:31.942Z | Checking headers v0.3.9 |
1604 | 2024-07-19T16:37:32.036Z | Checking rcgen v0.12.1 |
1605 | 2024-07-19T16:37:32.060Z | Checking camino-tempfile v1.1.1 |
1606 | 2024-07-19T16:37:32.289Z | Checking atomicwrites v0.4.3 |
1607 | 2024-07-19T16:37:32.314Z | Checking subprocess v0.2.9 |
1608 | 2024-07-19T16:37:33.799Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1609 | 2024-07-19T16:37:34.036Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1610 | 2024-07-19T16:37:35.097Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1611 | 2024-07-19T16:37:37.568Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1612 | 2024-07-19T16:37:37.666Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1613 | 2024-07-19T16:37:41.951Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1614 | 2024-07-19T16:37:50.080Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1615 | 2024-07-19T16:37:50.246Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1616 | 2024-07-19T16:37:50.246Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1617 | 2024-07-19T16:37:53.349Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1618 | 2024-07-19T16:37:53.746Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1619 | 2024-07-19T16:38:00.697Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1620 | 2024-07-19T16:38:02.363Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1621 | 2024-07-19T16:38:03.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.49s |
1622 | 2024-07-19T16:38:03.892Z | |
1623 | 2024-07-19T16:38:03.892Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/133) |
1624 | 2024-07-19T16:38:04.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-07-19T16:38:04.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-07-19T16:38:04.716Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1627 | 2024-07-19T16:38:06.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
1628 | 2024-07-19T16:38:06.262Z | |
1629 | 2024-07-19T16:38:06.262Z | info: running `cargo check --bins` on nexus-config (31/133) |
1630 | 2024-07-19T16:38:06.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-07-19T16:38:06.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-07-19T16:38:06.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-07-19T16:38:06.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1634 | 2024-07-19T16:38:07.016Z | |
1635 | 2024-07-19T16:38:07.016Z | info: running `cargo check --bins` on omicron-rpaths (32/133) |
1636 | 2024-07-19T16:38:07.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-07-19T16:38:07.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-07-19T16:38:07.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-07-19T16:38:07.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1640 | 2024-07-19T16:38:07.718Z | |
1641 | 2024-07-19T16:38:07.718Z | info: running `cargo check --bins` on omicron-certificates (33/133) |
1642 | 2024-07-19T16:38:08.270Z | Downloading crates ... |
1643 | 2024-07-19T16:38:08.443Z | Downloaded display-error-chain v0.2.0 |
1644 | 2024-07-19T16:38:08.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-07-19T16:38:08.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-07-19T16:38:08.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-07-19T16:38:08.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1648 | 2024-07-19T16:38:08.536Z | |
1649 | 2024-07-19T16:38:08.536Z | info: running `cargo check --bins` on bootstrap-agent-client (34/133) |
1650 | 2024-07-19T16:38:09.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-07-19T16:38:09.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-07-19T16:38:09.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-07-19T16:38:09.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1654 | 2024-07-19T16:38:09.344Z | |
1655 | 2024-07-19T16:38:09.344Z | info: running `cargo check --bins` on cockroach-admin-client (35/133) |
1656 | 2024-07-19T16:38:10.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-07-19T16:38:10.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-07-19T16:38:10.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-07-19T16:38:10.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1660 | 2024-07-19T16:38:10.110Z | |
1661 | 2024-07-19T16:38:10.110Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/133) |
1662 | 2024-07-19T16:38:10.633Z | Downloading crates ... |
1663 | 2024-07-19T16:38:10.806Z | Downloaded home v0.5.9 |
1664 | 2024-07-19T16:38:10.835Z | Downloaded crossbeam-deque v0.8.5 |
1665 | 2024-07-19T16:38:10.835Z | Downloaded rayon v1.10.0 |
1666 | 2024-07-19T16:38:10.835Z | Downloaded untrusted v0.7.1 |
1667 | 2024-07-19T16:38:10.835Z | Downloaded rayon-core v1.12.1 |
1668 | 2024-07-19T16:38:10.835Z | Downloaded omicron-zone-package v0.11.0 |
1669 | 2024-07-19T16:38:10.862Z | Downloaded memmap2 v0.9.4 |
1670 | 2024-07-19T16:38:10.862Z | Downloaded constant_time_eq v0.3.0 |
1671 | 2024-07-19T16:38:10.862Z | Downloaded blake3 v1.5.1 |
1672 | 2024-07-19T16:38:10.862Z | Downloaded arrayvec v0.7.4 |
1673 | 2024-07-19T16:38:10.863Z | Downloaded arrayref v0.3.7 |
1674 | 2024-07-19T16:38:10.863Z | Downloaded topological-sort v0.2.2 |
1675 | 2024-07-19T16:38:10.863Z | Downloaded toolchain_find v0.4.0 |
1676 | 2024-07-19T16:38:10.863Z | Downloaded spin v0.5.2 |
1677 | 2024-07-19T16:38:10.863Z | Downloaded rustfmt-wrapper v0.2.1 |
1678 | 2024-07-19T16:38:10.887Z | Downloaded ring v0.16.20 |
1679 | 2024-07-19T16:38:10.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-07-19T16:38:11.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-07-19T16:38:11.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-07-19T16:38:11.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1683 | 2024-07-19T16:38:11.067Z | |
1684 | 2024-07-19T16:38:11.067Z | info: running `cargo check --bins` on dns-service-client (37/133) |
1685 | 2024-07-19T16:38:11.627Z | Downloading crates ... |
1686 | 2024-07-19T16:38:11.748Z | Downloaded expectorate v1.1.0 |
1687 | 2024-07-19T16:38:11.772Z | Downloaded newline-converter v0.3.0 |
1688 | 2024-07-19T16:38:11.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2024-07-19T16:38:11.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2024-07-19T16:38:11.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2024-07-19T16:38:11.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1692 | 2024-07-19T16:38:11.836Z | |
1693 | 2024-07-19T16:38:11.836Z | info: running `cargo check --bins` on dpd-client (38/133) |
1694 | 2024-07-19T16:38:12.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2024-07-19T16:38:12.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2024-07-19T16:38:12.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2024-07-19T16:38:12.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1698 | 2024-07-19T16:38:12.560Z | |
1699 | 2024-07-19T16:38:12.560Z | info: running `cargo check --bins` on gateway-client (39/133) |
1700 | 2024-07-19T16:38:13.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2024-07-19T16:38:13.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2024-07-19T16:38:13.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2024-07-19T16:38:13.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1704 | 2024-07-19T16:38:13.281Z | |
1705 | 2024-07-19T16:38:13.281Z | info: running `cargo check --bins` on installinator-client (40/133) |
1706 | 2024-07-19T16:38:13.843Z | Downloading crates ... |
1707 | 2024-07-19T16:38:14.008Z | Downloaded cancel-safe-futures v0.1.5 |
1708 | 2024-07-19T16:38:14.032Z | Downloaded linear-map v1.2.0 |
1709 | 2024-07-19T16:38:14.032Z | Downloaded libsw v3.3.1 |
1710 | 2024-07-19T16:38:14.032Z | Downloaded owo-colors v4.0.0 |
1711 | 2024-07-19T16:38:14.032Z | Downloaded derive-where v1.2.7 |
1712 | 2024-07-19T16:38:14.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2024-07-19T16:38:14.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2024-07-19T16:38:14.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2024-07-19T16:38:14.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1716 | 2024-07-19T16:38:14.118Z | |
1717 | 2024-07-19T16:38:14.118Z | info: running `cargo check --bins` on installinator-common (41/133) |
1718 | 2024-07-19T16:38:14.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2024-07-19T16:38:14.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2024-07-19T16:38:14.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2024-07-19T16:38:14.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1722 | 2024-07-19T16:38:14.921Z | |
1723 | 2024-07-19T16:38:14.921Z | info: running `cargo check --bins` on update-engine (42/133) |
1724 | 2024-07-19T16:38:15.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2024-07-19T16:38:15.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2024-07-19T16:38:15.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2024-07-19T16:38:15.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1728 | 2024-07-19T16:38:15.663Z | |
1729 | 2024-07-19T16:38:15.663Z | info: running `cargo check --bins` on nexus-client (43/133) |
1730 | 2024-07-19T16:38:16.211Z | Downloading crates ... |
1731 | 2024-07-19T16:38:16.374Z | Downloaded blake2 v0.10.6 |
1732 | 2024-07-19T16:38:16.407Z | Downloaded steno v0.4.1 |
1733 | 2024-07-19T16:38:16.407Z | Downloaded semver v0.1.20 |
1734 | 2024-07-19T16:38:16.407Z | Downloaded argon2 v0.5.3 |
1735 | 2024-07-19T16:38:16.407Z | Downloaded rustc_version v0.1.7 |
1736 | 2024-07-19T16:38:16.407Z | Downloaded password-hash v0.5.0 |
1737 | 2024-07-19T16:38:16.407Z | Downloaded newtype_derive v0.1.6 |
1738 | 2024-07-19T16:38:16.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-07-19T16:38:16.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-07-19T16:38:16.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-07-19T16:38:16.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1742 | 2024-07-19T16:38:16.479Z | |
1743 | 2024-07-19T16:38:16.479Z | info: running `cargo check --bins` on nexus-types (44/133) |
1744 | 2024-07-19T16:38:17.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-07-19T16:38:17.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-07-19T16:38:17.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-07-19T16:38:17.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1748 | 2024-07-19T16:38:17.254Z | |
1749 | 2024-07-19T16:38:17.254Z | info: running `cargo check --bins` on omicron-passwords (45/133) |
1750 | 2024-07-19T16:38:17.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-07-19T16:38:17.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-07-19T16:38:17.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-07-19T16:38:17.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1754 | 2024-07-19T16:38:17.997Z | |
1755 | 2024-07-19T16:38:17.997Z | info: running `cargo check --bins` on sled-agent-client (46/133) |
1756 | 2024-07-19T16:38:18.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-07-19T16:38:18.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-07-19T16:38:18.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-07-19T16:38:18.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1760 | 2024-07-19T16:38:18.758Z | |
1761 | 2024-07-19T16:38:18.758Z | info: running `cargo check --bins` on oxide-client (47/133) |
1762 | 2024-07-19T16:38:19.335Z | Downloading crates ... |
1763 | 2024-07-19T16:38:19.431Z | Downloaded lru-cache v0.1.2 |
1764 | 2024-07-19T16:38:19.455Z | Downloaded trust-dns-resolver v0.22.0 |
1765 | 2024-07-19T16:38:19.455Z | Downloaded resolv-conf v0.7.0 |
1766 | 2024-07-19T16:38:19.455Z | Downloaded linked-hash-map v0.5.6 |
1767 | 2024-07-19T16:38:19.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2024-07-19T16:38:19.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2024-07-19T16:38:19.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2024-07-19T16:38:19.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1771 | 2024-07-19T16:38:19.533Z | |
1772 | 2024-07-19T16:38:19.533Z | info: running `cargo check --bins` on oximeter-client (48/133) |
1773 | 2024-07-19T16:38:20.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2024-07-19T16:38:20.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2024-07-19T16:38:20.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2024-07-19T16:38:20.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1777 | 2024-07-19T16:38:20.262Z | |
1778 | 2024-07-19T16:38:20.262Z | info: running `cargo check --bins` on wicketd-client (49/133) |
1779 | 2024-07-19T16:38:20.874Z | Downloading crates ... |
1780 | 2024-07-19T16:38:20.994Z | Downloaded maplit v1.0.2 |
1781 | 2024-07-19T16:38:21.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2024-07-19T16:38:21.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2024-07-19T16:38:21.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2024-07-19T16:38:21.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1785 | 2024-07-19T16:38:21.091Z | |
1786 | 2024-07-19T16:38:21.091Z | info: running `cargo check --bins` on wicket-common (50/133) |
1787 | 2024-07-19T16:38:21.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2024-07-19T16:38:21.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2024-07-19T16:38:21.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2024-07-19T16:38:21.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1791 | 2024-07-19T16:38:21.884Z | |
1792 | 2024-07-19T16:38:21.884Z | info: running `cargo check --bins` on omicron-cockroach-admin (51/133) |
1793 | 2024-07-19T16:38:22.458Z | Downloading crates ... |
1794 | 2024-07-19T16:38:22.608Z | Downloaded slog-dtrace v0.3.0 |
1795 | 2024-07-19T16:38:22.632Z | Downloaded csv-core v0.1.11 |
1796 | 2024-07-19T16:38:22.632Z | Downloaded csv v1.3.0 |
1797 | 2024-07-19T16:38:22.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2024-07-19T16:38:22.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2024-07-19T16:38:22.754Z | Compiling heapless v0.8.0 |
1800 | 2024-07-19T16:38:22.778Z | Checking hash32 v0.3.1 |
1801 | 2024-07-19T16:38:22.778Z | Compiling smoltcp v0.11.0 |
1802 | 2024-07-19T16:38:22.803Z | Checking cobs v0.2.3 |
1803 | 2024-07-19T16:38:22.827Z | Checking embedded-io v0.4.0 |
1804 | 2024-07-19T16:38:22.851Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1805 | 2024-07-19T16:38:22.851Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1806 | 2024-07-19T16:38:22.875Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1807 | 2024-07-19T16:38:22.948Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1808 | 2024-07-19T16:38:22.975Z | Compiling crucible-workspace-hack v0.1.0 |
1809 | 2024-07-19T16:38:22.999Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1810 | 2024-07-19T16:38:23.024Z | Checking postcard v1.0.8 |
1811 | 2024-07-19T16:38:23.139Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1812 | 2024-07-19T16:38:23.208Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1813 | 2024-07-19T16:38:23.343Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1814 | 2024-07-19T16:38:23.416Z | Compiling num-derive v0.4.2 |
1815 | 2024-07-19T16:38:23.506Z | Compiling slog-dtrace v0.3.0 |
1816 | 2024-07-19T16:38:23.615Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1817 | 2024-07-19T16:38:23.639Z | Checking csv-core v0.1.11 |
1818 | 2024-07-19T16:38:23.663Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1819 | 2024-07-19T16:38:23.913Z | Checking csv v1.3.0 |
1820 | 2024-07-19T16:38:24.312Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1821 | 2024-07-19T16:38:24.966Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1822 | 2024-07-19T16:38:26.523Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1823 | 2024-07-19T16:38:27.564Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1824 | 2024-07-19T16:38:28.860Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1825 | 2024-07-19T16:38:29.080Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1826 | 2024-07-19T16:38:32.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.70s |
1827 | 2024-07-19T16:38:32.715Z | |
1828 | 2024-07-19T16:38:32.715Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (52/133) |
1829 | 2024-07-19T16:38:33.299Z | Downloading crates ... |
1830 | 2024-07-19T16:38:33.544Z | Downloaded crunchy v0.2.2 |
1831 | 2024-07-19T16:38:33.568Z | Downloaded http-range v0.1.5 |
1832 | 2024-07-19T16:38:33.568Z | Downloaded derive_builder_macro v0.20.0 |
1833 | 2024-07-19T16:38:33.568Z | Downloaded oso-derive v0.27.3 |
1834 | 2024-07-19T16:38:33.569Z | Downloaded fxhash v0.2.1 |
1835 | 2024-07-19T16:38:33.569Z | Downloaded wyz v0.5.1 |
1836 | 2024-07-19T16:38:33.569Z | Downloaded unicase v2.7.0 |
1837 | 2024-07-19T16:38:33.569Z | Downloaded tiny-keccak v2.0.2 |
1838 | 2024-07-19T16:38:33.593Z | Downloaded zip v0.6.6 |
1839 | 2024-07-19T16:38:33.593Z | Downloaded which v4.4.2 |
1840 | 2024-07-19T16:38:33.593Z | Downloaded tap v1.0.1 |
1841 | 2024-07-19T16:38:33.593Z | Downloaded toml v0.5.11 |
1842 | 2024-07-19T16:38:33.593Z | Downloaded libloading v0.8.3 |
1843 | 2024-07-19T16:38:33.617Z | Downloaded oso v0.27.3 |
1844 | 2024-07-19T16:38:33.617Z | Downloaded x509-cert v0.2.5 |
1845 | 2024-07-19T16:38:33.617Z | Downloaded num-bigint-dig v0.8.4 |
1846 | 2024-07-19T16:38:33.617Z | Downloaded sled v0.34.7 |
1847 | 2024-07-19T16:38:33.641Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1848 | 2024-07-19T16:38:33.641Z | Downloaded polar-core v0.27.3 |
1849 | 2024-07-19T16:38:33.666Z | Downloaded nix v0.27.1 |
1850 | 2024-07-19T16:38:33.666Z | Downloaded trust-dns-server v0.22.1 |
1851 | 2024-07-19T16:38:33.690Z | Downloaded regex-syntax v0.6.29 |
1852 | 2024-07-19T16:38:33.690Z | Downloaded radix_trie v0.2.1 |
1853 | 2024-07-19T16:38:33.690Z | Downloaded quick-xml v0.31.0 |
1854 | 2024-07-19T16:38:33.690Z | Downloaded object v0.30.4 |
1855 | 2024-07-19T16:38:33.714Z | Downloaded lalrpop v0.19.12 |
1856 | 2024-07-19T16:38:33.714Z | Downloaded bitvec v1.0.1 |
1857 | 2024-07-19T16:38:33.739Z | Downloaded bindgen v0.69.4 |
1858 | 2024-07-19T16:38:33.739Z | Downloaded tls_codec v0.4.1 |
1859 | 2024-07-19T16:38:33.739Z | Downloaded serde-big-array v0.5.1 |
1860 | 2024-07-19T16:38:33.739Z | Downloaded ron v0.8.1 |
1861 | 2024-07-19T16:38:33.763Z | Downloaded packed_struct v0.10.1 |
1862 | 2024-07-19T16:38:33.763Z | Downloaded nibble_vec v0.1.0 |
1863 | 2024-07-19T16:38:33.763Z | Downloaded mime_guess v2.0.4 |
1864 | 2024-07-19T16:38:33.763Z | Downloaded kstat-rs v0.2.4 |
1865 | 2024-07-19T16:38:33.763Z | Downloaded smallvec v0.6.14 |
1866 | 2024-07-19T16:38:33.763Z | Downloaded signature v2.2.0 |
1867 | 2024-07-19T16:38:33.763Z | Downloaded shlex v1.3.0 |
1868 | 2024-07-19T16:38:33.764Z | Downloaded ref-cast-impl v1.0.23 |
1869 | 2024-07-19T16:38:33.764Z | Downloaded path-slash v0.1.5 |
1870 | 2024-07-19T16:38:33.764Z | Downloaded maybe-uninit v2.0.0 |
1871 | 2024-07-19T16:38:33.764Z | Downloaded samael v0.0.15 |
1872 | 2024-07-19T16:38:33.788Z | Downloaded rustc-hash v1.1.0 |
1873 | 2024-07-19T16:38:33.788Z | Downloaded prettyplease v0.2.20 |
1874 | 2024-07-19T16:38:33.788Z | Downloaded parking_lot v0.11.2 |
1875 | 2024-07-19T16:38:33.788Z | Downloaded num-rational v0.4.2 |
1876 | 2024-07-19T16:38:33.788Z | Downloaded nodrop v0.1.14 |
1877 | 2024-07-19T16:38:33.788Z | Downloaded libxml v0.3.3 |
1878 | 2024-07-19T16:38:33.788Z | Downloaded lazycell v1.3.0 |
1879 | 2024-07-19T16:38:33.788Z | Downloaded impl-trait-for-tuples v0.2.2 |
1880 | 2024-07-19T16:38:33.788Z | Downloaded hyper-staticfile v0.9.5 |
1881 | 2024-07-19T16:38:33.788Z | Downloaded highway v1.1.0 |
1882 | 2024-07-19T16:38:33.813Z | Downloaded hashbrown v0.13.2 |
1883 | 2024-07-19T16:38:33.813Z | Downloaded glob v0.3.1 |
1884 | 2024-07-19T16:38:33.813Z | Downloaded flume v0.11.0 |
1885 | 2024-07-19T16:38:33.813Z | Downloaded float-ord v0.3.2 |
1886 | 2024-07-19T16:38:33.813Z | Downloaded endian-type v0.1.2 |
1887 | 2024-07-19T16:38:33.813Z | Downloaded diff v0.1.13 |
1888 | 2024-07-19T16:38:33.813Z | Downloaded crc-any v2.5.0 |
1889 | 2024-07-19T16:38:33.813Z | Downloaded crc v3.2.1 |
1890 | 2024-07-19T16:38:33.813Z | Downloaded const_format_proc_macros v0.2.32 |
1891 | 2024-07-19T16:38:33.813Z | Downloaded trust-dns-client v0.22.0 |
1892 | 2024-07-19T16:38:33.837Z | Downloaded rsa v0.9.6 |
1893 | 2024-07-19T16:38:33.837Z | Downloaded pkcs1 v0.7.5 |
1894 | 2024-07-19T16:38:33.837Z | Downloaded parking_lot_core v0.8.6 |
1895 | 2024-07-19T16:38:33.837Z | Downloaded packed_struct_codegen v0.10.1 |
1896 | 2024-07-19T16:38:33.837Z | Downloaded derive_builder_core v0.20.0 |
1897 | 2024-07-19T16:38:33.837Z | Downloaded derive_builder v0.20.0 |
1898 | 2024-07-19T16:38:33.837Z | Downloaded cookie v0.18.1 |
1899 | 2024-07-19T16:38:33.862Z | Downloaded const_format v0.2.32 |
1900 | 2024-07-19T16:38:33.862Z | Downloaded clang-sys v1.7.0 |
1901 | 2024-07-19T16:38:33.862Z | Downloaded serde-hex v0.1.0 |
1902 | 2024-07-19T16:38:33.862Z | Downloaded num-complex v0.4.6 |
1903 | 2024-07-19T16:38:33.862Z | Downloaded num v0.4.3 |
1904 | 2024-07-19T16:38:33.862Z | Downloaded memoffset v0.9.1 |
1905 | 2024-07-19T16:38:33.862Z | Downloaded libefi-sys v0.1.0 |
1906 | 2024-07-19T16:38:33.862Z | Downloaded indoc v1.0.9 |
1907 | 2024-07-19T16:38:33.862Z | Downloaded bb8 v0.8.5 |
1908 | 2024-07-19T16:38:33.862Z | Downloaded tls_codec_derive v0.4.1 |
1909 | 2024-07-19T16:38:33.862Z | Downloaded signal-hook-tokio v0.3.1 |
1910 | 2024-07-19T16:38:33.862Z | Downloaded ref-cast v1.0.23 |
1911 | 2024-07-19T16:38:33.886Z | Downloaded radium v0.7.0 |
1912 | 2024-07-19T16:38:33.886Z | Downloaded nanorand v0.7.0 |
1913 | 2024-07-19T16:38:33.887Z | Downloaded gethostname v0.4.3 |
1914 | 2024-07-19T16:38:33.887Z | Downloaded env_logger v0.10.2 |
1915 | 2024-07-19T16:38:33.887Z | Downloaded ena v0.14.3 |
1916 | 2024-07-19T16:38:33.887Z | Downloaded bzip2 v0.4.4 |
1917 | 2024-07-19T16:38:33.887Z | Downloaded bitfield-struct v0.6.1 |
1918 | 2024-07-19T16:38:33.887Z | Downloaded bcs v0.1.6 |
1919 | 2024-07-19T16:38:33.887Z | Downloaded strum_macros v0.24.3 |
1920 | 2024-07-19T16:38:33.887Z | Downloaded bitfield v0.14.0 |
1921 | 2024-07-19T16:38:33.887Z | Downloaded async-recursion v1.1.1 |
1922 | 2024-07-19T16:38:33.887Z | Downloaded funty v2.0.0 |
1923 | 2024-07-19T16:38:33.887Z | Downloaded cexpr v0.6.0 |
1924 | 2024-07-19T16:38:33.911Z | Downloaded crc-catalog v2.4.0 |
1925 | 2024-07-19T16:38:33.911Z | Downloaded ascii-canvas v3.0.0 |
1926 | 2024-07-19T16:38:33.911Z | Downloaded array-init v0.0.4 |
1927 | 2024-07-19T16:38:33.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1928 | 2024-07-19T16:38:33.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1929 | 2024-07-19T16:38:33.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1930 | 2024-07-19T16:38:33.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
1931 | 2024-07-19T16:38:34.006Z | |
1932 | 2024-07-19T16:38:34.006Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (53/133) |
1933 | 2024-07-19T16:38:34.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1934 | 2024-07-19T16:38:34.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1935 | 2024-07-19T16:38:34.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1936 | 2024-07-19T16:38:34.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1937 | 2024-07-19T16:38:34.899Z | |
1938 | 2024-07-19T16:38:34.899Z | info: running `cargo check --bins` on dns-server (54/133) |
1939 | 2024-07-19T16:38:35.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1940 | 2024-07-19T16:38:35.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1941 | 2024-07-19T16:38:35.668Z | Compiling parking_lot_core v0.8.6 |
1942 | 2024-07-19T16:38:35.692Z | Checking nibble_vec v0.1.0 |
1943 | 2024-07-19T16:38:35.692Z | Checking endian-type v0.1.2 |
1944 | 2024-07-19T16:38:35.716Z | Checking newline-converter v0.3.0 |
1945 | 2024-07-19T16:38:35.740Z | Checking quick-error v1.2.3 |
1946 | 2024-07-19T16:38:35.740Z | Checking linked-hash-map v0.5.6 |
1947 | 2024-07-19T16:38:35.740Z | Checking toml v0.5.11 |
1948 | 2024-07-19T16:38:35.740Z | Checking fxhash v0.2.1 |
1949 | 2024-07-19T16:38:35.848Z | Checking expectorate v1.1.0 |
1950 | 2024-07-19T16:38:35.874Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1951 | 2024-07-19T16:38:35.901Z | Checking resolv-conf v0.7.0 |
1952 | 2024-07-19T16:38:35.901Z | Checking radix_trie v0.2.1 |
1953 | 2024-07-19T16:38:35.986Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1954 | 2024-07-19T16:38:36.011Z | Checking lru-cache v0.1.2 |
1955 | 2024-07-19T16:38:36.170Z | Checking trust-dns-resolver v0.22.0 |
1956 | 2024-07-19T16:38:36.222Z | Checking trust-dns-client v0.22.0 |
1957 | 2024-07-19T16:38:36.360Z | Checking parking_lot v0.11.2 |
1958 | 2024-07-19T16:38:36.635Z | Checking sled v0.34.7 |
1959 | 2024-07-19T16:38:37.180Z | Checking trust-dns-server v0.22.1 |
1960 | 2024-07-19T16:38:39.097Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1961 | 2024-07-19T16:38:40.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
1962 | 2024-07-19T16:38:40.548Z | |
1963 | 2024-07-19T16:38:40.548Z | info: running `cargo check --bins` on dns-server-api (55/133) |
1964 | 2024-07-19T16:38:41.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1965 | 2024-07-19T16:38:41.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1966 | 2024-07-19T16:38:41.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1967 | 2024-07-19T16:38:41.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1968 | 2024-07-19T16:38:41.294Z | |
1969 | 2024-07-19T16:38:41.294Z | info: running `cargo check --bins` on gateway-test-utils (56/133) |
1970 | 2024-07-19T16:38:42.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1971 | 2024-07-19T16:38:42.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1972 | 2024-07-19T16:38:42.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1973 | 2024-07-19T16:38:42.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1974 | 2024-07-19T16:38:42.077Z | |
1975 | 2024-07-19T16:38:42.077Z | info: running `cargo check --bins` on omicron-gateway (57/133) |
1976 | 2024-07-19T16:38:42.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1977 | 2024-07-19T16:38:42.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1978 | 2024-07-19T16:38:42.894Z | Compiling radium v0.7.0 |
1979 | 2024-07-19T16:38:42.918Z | Compiling maybe-uninit v2.0.0 |
1980 | 2024-07-19T16:38:42.919Z | Checking tap v1.0.1 |
1981 | 2024-07-19T16:38:42.945Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1982 | 2024-07-19T16:38:42.969Z | Compiling packed_struct v0.10.1 |
1983 | 2024-07-19T16:38:42.969Z | Compiling num-bigint-dig v0.8.4 |
1984 | 2024-07-19T16:38:42.993Z | Checking funty v2.0.0 |
1985 | 2024-07-19T16:38:42.993Z | Checking crc-catalog v2.4.0 |
1986 | 2024-07-19T16:38:43.073Z | Checking wyz v0.5.1 |
1987 | 2024-07-19T16:38:43.126Z | Checking crc v3.2.1 |
1988 | 2024-07-19T16:38:43.230Z | Compiling packed_struct_codegen v0.10.1 |
1989 | 2024-07-19T16:38:43.368Z | Compiling indexmap v1.9.3 |
1990 | 2024-07-19T16:38:43.394Z | Checking nodrop v0.1.14 |
1991 | 2024-07-19T16:38:43.501Z | Checking array-init v0.0.4 |
1992 | 2024-07-19T16:38:43.525Z | Checking smallvec v0.6.14 |
1993 | 2024-07-19T16:38:43.615Z | Checking pkcs1 v0.7.5 |
1994 | 2024-07-19T16:38:43.639Z | Checking signature v2.2.0 |
1995 | 2024-07-19T16:38:43.766Z | Checking bitvec v1.0.1 |
1996 | 2024-07-19T16:38:43.797Z | Compiling memoffset v0.9.1 |
1997 | 2024-07-19T16:38:43.845Z | Checking hashbrown v0.12.3 |
1998 | 2024-07-19T16:38:43.952Z | Checking bitfield v0.14.0 |
1999 | 2024-07-19T16:38:44.054Z | Checking bzip2 v0.4.4 |
2000 | 2024-07-19T16:38:44.173Z | Checking env_logger v0.10.2 |
2001 | 2024-07-19T16:38:44.197Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2002 | 2024-07-19T16:38:44.299Z | Checking serde-hex v0.1.0 |
2003 | 2024-07-19T16:38:44.324Z | Checking x509-cert v0.2.5 |
2004 | 2024-07-19T16:38:44.401Z | Checking ron v0.8.1 |
2005 | 2024-07-19T16:38:44.541Z | Checking hashbrown v0.13.2 |
2006 | 2024-07-19T16:38:45.185Z | Checking rsa v0.9.6 |
2007 | 2024-07-19T16:38:45.255Z | Checking half v2.4.1 |
2008 | 2024-07-19T16:38:45.363Z | Checking crc-any v2.5.0 |
2009 | 2024-07-19T16:38:45.420Z | Checking ciborium-io v0.2.2 |
2010 | 2024-07-19T16:38:45.528Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2011 | 2024-07-19T16:38:45.596Z | Checking object v0.30.4 |
2012 | 2024-07-19T16:38:45.620Z | Checking zip v0.6.6 |
2013 | 2024-07-19T16:38:45.644Z | Checking ciborium-ll v0.2.2 |
2014 | 2024-07-19T16:38:45.743Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2015 | 2024-07-19T16:38:45.768Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2016 | 2024-07-19T16:38:45.874Z | Checking path-slash v0.1.5 |
2017 | 2024-07-19T16:38:46.003Z | Checking ciborium v0.2.2 |
2018 | 2024-07-19T16:38:46.030Z | Checking nix v0.27.1 |
2019 | 2024-07-19T16:38:46.054Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2020 | 2024-07-19T16:38:46.078Z | Checking serde-big-array v0.5.1 |
2021 | 2024-07-19T16:38:46.184Z | Checking signal-hook-tokio v0.3.1 |
2022 | 2024-07-19T16:38:48.795Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2023 | 2024-07-19T16:38:57.140Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2024 | 2024-07-19T16:38:58.686Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2025 | 2024-07-19T16:39:00.751Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2026 | 2024-07-19T16:39:05.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.38s |
2027 | 2024-07-19T16:39:05.585Z | |
2028 | 2024-07-19T16:39:05.585Z | info: running `cargo check --bins` on ipcc (58/133) |
2029 | 2024-07-19T16:39:06.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2030 | 2024-07-19T16:39:06.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2031 | 2024-07-19T16:39:06.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2032 | 2024-07-19T16:39:06.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2033 | 2024-07-19T16:39:06.360Z | |
2034 | 2024-07-19T16:39:06.360Z | info: running `cargo check --bins` on sp-sim (59/133) |
2035 | 2024-07-19T16:39:07.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2036 | 2024-07-19T16:39:07.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2037 | 2024-07-19T16:39:07.167Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2038 | 2024-07-19T16:39:09.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
2039 | 2024-07-19T16:39:09.300Z | |
2040 | 2024-07-19T16:39:09.300Z | info: running `cargo check --bins` on internal-dns (60/133) |
2041 | 2024-07-19T16:39:10.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2042 | 2024-07-19T16:39:10.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2043 | 2024-07-19T16:39:10.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2044 | 2024-07-19T16:39:10.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2045 | 2024-07-19T16:39:10.079Z | |
2046 | 2024-07-19T16:39:10.079Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (61/133) |
2047 | 2024-07-19T16:39:10.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2048 | 2024-07-19T16:39:10.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2049 | 2024-07-19T16:39:10.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2050 | 2024-07-19T16:39:10.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2051 | 2024-07-19T16:39:10.846Z | |
2052 | 2024-07-19T16:39:10.846Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (62/133) |
2053 | 2024-07-19T16:39:11.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2054 | 2024-07-19T16:39:11.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2055 | 2024-07-19T16:39:11.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2056 | 2024-07-19T16:39:11.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2057 | 2024-07-19T16:39:11.660Z | |
2058 | 2024-07-19T16:39:11.660Z | info: running `cargo check --bins` on db-macros (63/133) |
2059 | 2024-07-19T16:39:12.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2060 | 2024-07-19T16:39:12.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2061 | 2024-07-19T16:39:12.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2062 | 2024-07-19T16:39:12.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2063 | 2024-07-19T16:39:12.407Z | |
2064 | 2024-07-19T16:39:12.407Z | info: running `cargo check --bins` on nexus-macros-common (64/133) |
2065 | 2024-07-19T16:39:13.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2066 | 2024-07-19T16:39:13.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2067 | 2024-07-19T16:39:13.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2068 | 2024-07-19T16:39:13.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2069 | 2024-07-19T16:39:13.144Z | |
2070 | 2024-07-19T16:39:13.144Z | info: running `cargo check --bins` on nexus-auth (65/133) |
2071 | 2024-07-19T16:39:13.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2072 | 2024-07-19T16:39:13.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2073 | 2024-07-19T16:39:13.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2074 | 2024-07-19T16:39:13.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2075 | 2024-07-19T16:39:13.928Z | |
2076 | 2024-07-19T16:39:13.928Z | info: running `cargo check --bins` on authz-macros (66/133) |
2077 | 2024-07-19T16:39:14.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2078 | 2024-07-19T16:39:14.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2079 | 2024-07-19T16:39:14.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2080 | 2024-07-19T16:39:14.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2081 | 2024-07-19T16:39:14.671Z | |
2082 | 2024-07-19T16:39:14.671Z | info: running `cargo check --bins` on nexus-db-fixed-data (67/133) |
2083 | 2024-07-19T16:39:15.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2084 | 2024-07-19T16:39:15.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2085 | 2024-07-19T16:39:15.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2086 | 2024-07-19T16:39:15.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2087 | 2024-07-19T16:39:15.414Z | |
2088 | 2024-07-19T16:39:15.414Z | info: running `cargo check --bins` on nexus-db-model (68/133) |
2089 | 2024-07-19T16:39:16.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2090 | 2024-07-19T16:39:16.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2091 | 2024-07-19T16:39:16.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2092 | 2024-07-19T16:39:16.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2093 | 2024-07-19T16:39:16.163Z | |
2094 | 2024-07-19T16:39:16.163Z | info: running `cargo check --bins` on nexus-defaults (69/133) |
2095 | 2024-07-19T16:39:16.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2096 | 2024-07-19T16:39:16.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2097 | 2024-07-19T16:39:16.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2098 | 2024-07-19T16:39:16.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2099 | 2024-07-19T16:39:16.905Z | |
2100 | 2024-07-19T16:39:16.905Z | info: running `cargo check --bins` on oximeter (70/133) |
2101 | 2024-07-19T16:39:17.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2102 | 2024-07-19T16:39:17.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2103 | 2024-07-19T16:39:17.668Z | Compiling rustls-pki-types v1.7.0 |
2104 | 2024-07-19T16:39:17.693Z | Compiling prettyplease v0.2.20 |
2105 | 2024-07-19T16:39:17.717Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2106 | 2024-07-19T16:39:17.717Z | Compiling crossbeam-channel v0.5.12 |
2107 | 2024-07-19T16:39:17.717Z | Compiling slog-json v2.6.1 |
2108 | 2024-07-19T16:39:17.717Z | Compiling http v1.1.0 |
2109 | 2024-07-19T16:39:17.760Z | Compiling atomic-waker v1.1.2 |
2110 | 2024-07-19T16:39:17.784Z | Compiling base64 v0.22.1 |
2111 | 2024-07-19T16:39:17.929Z | Compiling waitgroup v0.1.2 |
2112 | 2024-07-19T16:39:17.954Z | Compiling slog-bunyan v2.5.0 |
2113 | 2024-07-19T16:39:18.056Z | Compiling rustls-webpki v0.102.4 |
2114 | 2024-07-19T16:39:18.094Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2115 | 2024-07-19T16:39:18.134Z | Compiling slog-term v2.9.1 |
2116 | 2024-07-19T16:39:18.158Z | Compiling async-stream v0.3.5 |
2117 | 2024-07-19T16:39:18.284Z | Compiling rustls-pemfile v2.1.2 |
2118 | 2024-07-19T16:39:18.395Z | Compiling slog-async v2.8.0 |
2119 | 2024-07-19T16:39:18.431Z | Compiling camino v1.1.7 |
2120 | 2024-07-19T16:39:18.459Z | Compiling toml v0.8.14 |
2121 | 2024-07-19T16:39:18.671Z | Compiling sha1 v0.10.6 |
2122 | 2024-07-19T16:39:18.695Z | Compiling newtype-uuid v1.1.0 |
2123 | 2024-07-19T16:39:18.943Z | Compiling rustls v0.22.4 |
2124 | 2024-07-19T16:39:19.024Z | Compiling multer v3.1.0 |
2125 | 2024-07-19T16:39:19.159Z | Compiling serde_path_to_error v0.1.16 |
2126 | 2024-07-19T16:39:19.218Z | Compiling hostname v0.4.0 |
2127 | 2024-07-19T16:39:19.431Z | Compiling instant v0.1.12 |
2128 | 2024-07-19T16:39:19.455Z | Compiling debug-ignore v1.0.5 |
2129 | 2024-07-19T16:39:19.575Z | Compiling backoff v0.4.0 |
2130 | 2024-07-19T16:39:19.600Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2131 | 2024-07-19T16:39:19.830Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2132 | 2024-07-19T16:39:19.854Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2133 | 2024-07-19T16:39:19.878Z | Compiling serde_with v3.8.3 |
2134 | 2024-07-19T16:39:19.878Z | Compiling strum v0.26.3 |
2135 | 2024-07-19T16:39:19.878Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2136 | 2024-07-19T16:39:19.918Z | Compiling parse-display v0.9.1 |
2137 | 2024-07-19T16:39:19.970Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2138 | 2024-07-19T16:39:20.010Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2139 | 2024-07-19T16:39:20.065Z | Compiling num-rational v0.4.2 |
2140 | 2024-07-19T16:39:20.111Z | Compiling num-complex v0.4.6 |
2141 | 2024-07-19T16:39:20.491Z | Compiling macaddr v1.0.1 |
2142 | 2024-07-19T16:39:20.867Z | Compiling num v0.4.3 |
2143 | 2024-07-19T16:39:20.966Z | Compiling float-ord v0.3.2 |
2144 | 2024-07-19T16:39:21.931Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2145 | 2024-07-19T16:39:22.268Z | Compiling tokio-rustls v0.25.0 |
2146 | 2024-07-19T16:39:22.565Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2147 | 2024-07-19T16:39:26.004Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2148 | 2024-07-19T16:39:39.927Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2149 | 2024-07-19T16:39:43.626Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2150 | 2024-07-19T16:39:44.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s |
2151 | 2024-07-19T16:39:44.585Z | |
2152 | 2024-07-19T16:39:44.585Z | info: running `cargo check --bins` on oximeter-impl (71/133) |
2153 | 2024-07-19T16:39:45.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2154 | 2024-07-19T16:39:45.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2155 | 2024-07-19T16:39:45.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2156 | 2024-07-19T16:39:45.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2157 | 2024-07-19T16:39:45.451Z | |
2158 | 2024-07-19T16:39:45.451Z | info: running `cargo check --bins` on oximeter-macro-impl (72/133) |
2159 | 2024-07-19T16:39:46.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2160 | 2024-07-19T16:39:46.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2161 | 2024-07-19T16:39:46.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2162 | 2024-07-19T16:39:46.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2163 | 2024-07-19T16:39:46.261Z | |
2164 | 2024-07-19T16:39:46.261Z | info: running `cargo check --bins` on oximeter-timeseries-macro (73/133) |
2165 | 2024-07-19T16:39:47.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2166 | 2024-07-19T16:39:47.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2167 | 2024-07-19T16:39:47.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2168 | 2024-07-19T16:39:47.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2169 | 2024-07-19T16:39:47.115Z | |
2170 | 2024-07-19T16:39:47.115Z | info: running `cargo check --bins` on nexus-inventory (74/133) |
2171 | 2024-07-19T16:39:47.835Z | Downloading crates ... |
2172 | 2024-07-19T16:39:47.993Z | Downloaded rand_seeder v0.2.3 |
2173 | 2024-07-19T16:39:48.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2174 | 2024-07-19T16:39:48.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2175 | 2024-07-19T16:39:48.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2176 | 2024-07-19T16:39:48.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2177 | 2024-07-19T16:39:48.079Z | |
2178 | 2024-07-19T16:39:48.079Z | info: running `cargo check --bins` on typed-rng (75/133) |
2179 | 2024-07-19T16:39:48.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2180 | 2024-07-19T16:39:48.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2181 | 2024-07-19T16:39:48.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2182 | 2024-07-19T16:39:48.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2183 | 2024-07-19T16:39:48.890Z | |
2184 | 2024-07-19T16:39:48.890Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (76/133) |
2185 | 2024-07-19T16:39:49.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2186 | 2024-07-19T16:39:49.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2187 | 2024-07-19T16:39:49.872Z | Compiling semver v0.1.20 |
2188 | 2024-07-19T16:39:49.872Z | Compiling rayon-core v1.12.1 |
2189 | 2024-07-19T16:39:49.896Z | Compiling crossbeam-deque v0.8.5 |
2190 | 2024-07-19T16:39:49.896Z | Compiling unicase v2.7.0 |
2191 | 2024-07-19T16:39:49.896Z | Compiling fastrand v2.1.0 |
2192 | 2024-07-19T16:39:49.896Z | Compiling same-file v1.0.6 |
2193 | 2024-07-19T16:39:49.954Z | Compiling blake3 v1.5.1 |
2194 | 2024-07-19T16:39:49.954Z | Compiling ring v0.16.20 |
2195 | 2024-07-19T16:39:50.106Z | Compiling walkdir v2.5.0 |
2196 | 2024-07-19T16:39:50.157Z | Compiling rustc_version v0.1.7 |
2197 | 2024-07-19T16:39:50.213Z | Compiling tempfile v3.10.1 |
2198 | 2024-07-19T16:39:50.401Z | Compiling convert_case v0.4.0 |
2199 | 2024-07-19T16:39:50.466Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2200 | 2024-07-19T16:39:50.595Z | Compiling newtype_derive v0.1.6 |
2201 | 2024-07-19T16:39:50.762Z | Checking password-hash v0.5.0 |
2202 | 2024-07-19T16:39:50.787Z | Checking blake2 v0.10.6 |
2203 | 2024-07-19T16:39:50.892Z | Compiling xattr v1.3.1 |
2204 | 2024-07-19T16:39:51.000Z | Compiling rayon v1.10.0 |
2205 | 2024-07-19T16:39:51.029Z | Compiling derive-where v1.2.7 |
2206 | 2024-07-19T16:39:51.128Z | Compiling memmap2 v0.9.4 |
2207 | 2024-07-19T16:39:51.152Z | Compiling libefi-sys v0.1.0 |
2208 | 2024-07-19T16:39:51.177Z | Compiling arrayref v0.3.7 |
2209 | 2024-07-19T16:39:51.231Z | Compiling derive_more v0.99.18 |
2210 | 2024-07-19T16:39:51.255Z | Compiling spin v0.5.2 |
2211 | 2024-07-19T16:39:51.364Z | Compiling untrusted v0.7.1 |
2212 | 2024-07-19T16:39:51.455Z | Compiling home v0.5.9 |
2213 | 2024-07-19T16:39:51.504Z | Compiling constant_time_eq v0.3.0 |
2214 | 2024-07-19T16:39:51.528Z | Compiling arrayvec v0.7.4 |
2215 | 2024-07-19T16:39:51.659Z | Compiling toolchain_find v0.4.0 |
2216 | 2024-07-19T16:39:51.711Z | Checking argon2 v0.5.3 |
2217 | 2024-07-19T16:39:51.877Z | Compiling tar v0.4.41 |
2218 | 2024-07-19T16:39:51.982Z | Compiling camino-tempfile v1.1.1 |
2219 | 2024-07-19T16:39:52.242Z | Compiling curve25519-dalek v4.1.3 |
2220 | 2024-07-19T16:39:52.354Z | Compiling bitfield-struct v0.6.1 |
2221 | 2024-07-19T16:39:52.526Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2222 | 2024-07-19T16:39:52.733Z | Checking keccak v0.1.5 |
2223 | 2024-07-19T16:39:52.807Z | Compiling cancel-safe-futures v0.1.5 |
2224 | 2024-07-19T16:39:53.015Z | Compiling topological-sort v0.2.2 |
2225 | 2024-07-19T16:39:53.131Z | Checking sha3 v0.10.8 |
2226 | 2024-07-19T16:39:53.391Z | Compiling mime_guess v2.0.4 |
2227 | 2024-07-19T16:39:53.457Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2228 | 2024-07-19T16:39:53.548Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2229 | 2024-07-19T16:39:53.649Z | Checking steno v0.4.1 |
2230 | 2024-07-19T16:39:53.694Z | Compiling rustfmt-wrapper v0.2.1 |
2231 | 2024-07-19T16:39:54.020Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2232 | 2024-07-19T16:39:54.172Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2233 | 2024-07-19T16:39:54.264Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2234 | 2024-07-19T16:39:54.288Z | Checking universal-hash v0.5.1 |
2235 | 2024-07-19T16:39:54.434Z | Compiling thiserror-impl-no-std v2.0.2 |
2236 | 2024-07-19T16:39:54.881Z | Checking secrecy v0.8.0 |
2237 | 2024-07-19T16:39:55.047Z | Compiling omicron-zone-package v0.11.0 |
2238 | 2024-07-19T16:39:55.454Z | Compiling curve25519-dalek-derive v0.1.1 |
2239 | 2024-07-19T16:39:55.773Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2240 | 2024-07-19T16:39:55.875Z | Checking opaque-debug v0.3.1 |
2241 | 2024-07-19T16:39:55.954Z | Checking poly1305 v0.8.0 |
2242 | 2024-07-19T16:39:56.130Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2243 | 2024-07-19T16:39:56.391Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2244 | 2024-07-19T16:39:56.518Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2245 | 2024-07-19T16:39:57.050Z | Checking chacha20 v0.9.1 |
2246 | 2024-07-19T16:39:57.087Z | Checking thiserror-no-std v2.0.2 |
2247 | 2024-07-19T16:39:57.111Z | Checking aead v0.5.2 |
2248 | 2024-07-19T16:39:57.186Z | Checking libsw v3.3.1 |
2249 | 2024-07-19T16:39:57.280Z | Checking gethostname v0.4.3 |
2250 | 2024-07-19T16:39:57.350Z | Checking swrite v0.1.0 |
2251 | 2024-07-19T16:39:57.403Z | Checking owo-colors v4.0.0 |
2252 | 2024-07-19T16:39:57.427Z | Checking linear-map v1.2.0 |
2253 | 2024-07-19T16:39:57.453Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2254 | 2024-07-19T16:39:57.691Z | Checking chacha20poly1305 v0.10.1 |
2255 | 2024-07-19T16:39:57.868Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2256 | 2024-07-19T16:39:58.188Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2257 | 2024-07-19T16:39:58.225Z | Checking vsss-rs v3.3.4 |
2258 | 2024-07-19T16:39:58.255Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2259 | 2024-07-19T16:39:58.386Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2260 | 2024-07-19T16:39:58.614Z | Checking kstat-rs v0.2.4 |
2261 | 2024-07-19T16:39:58.638Z | Checking nanorand v0.7.0 |
2262 | 2024-07-19T16:39:58.823Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2263 | 2024-07-19T16:39:58.847Z | Checking http-range v0.1.5 |
2264 | 2024-07-19T16:39:58.893Z | Checking glob v0.3.1 |
2265 | 2024-07-19T16:39:58.961Z | Checking flume v0.11.0 |
2266 | 2024-07-19T16:39:58.986Z | Checking hyper-staticfile v0.9.5 |
2267 | 2024-07-19T16:39:59.135Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2268 | 2024-07-19T16:39:59.160Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2269 | 2024-07-19T16:39:59.330Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2270 | 2024-07-19T16:39:59.359Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2271 | 2024-07-19T16:39:59.707Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2272 | 2024-07-19T16:40:00.368Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2273 | 2024-07-19T16:40:00.420Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2274 | 2024-07-19T16:40:00.799Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2275 | 2024-07-19T16:40:00.923Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2276 | 2024-07-19T16:40:01.176Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2277 | 2024-07-19T16:40:01.607Z | Checking display-error-chain v0.2.0 |
2278 | 2024-07-19T16:40:11.890Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2279 | 2024-07-19T16:40:18.157Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2280 | 2024-07-19T16:40:18.925Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2281 | 2024-07-19T16:40:37.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.51s |
2282 | 2024-07-19T16:40:37.527Z | |
2283 | 2024-07-19T16:40:37.527Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (77/133) |
2284 | 2024-07-19T16:40:38.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2285 | 2024-07-19T16:40:38.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2286 | 2024-07-19T16:40:38.433Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2287 | 2024-07-19T16:40:56.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s |
2288 | 2024-07-19T16:40:57.002Z | |
2289 | 2024-07-19T16:40:57.002Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (78/133) |
2290 | 2024-07-19T16:40:57.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2291 | 2024-07-19T16:40:57.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2292 | 2024-07-19T16:40:57.886Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2293 | 2024-07-19T16:41:16.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s |
2294 | 2024-07-19T16:41:16.386Z | |
2295 | 2024-07-19T16:41:16.386Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (79/133) |
2296 | 2024-07-19T16:41:17.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2297 | 2024-07-19T16:41:17.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2298 | 2024-07-19T16:41:17.246Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2299 | 2024-07-19T16:41:35.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s |
2300 | 2024-07-19T16:41:35.866Z | |
2301 | 2024-07-19T16:41:35.866Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (80/133) |
2302 | 2024-07-19T16:41:36.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2303 | 2024-07-19T16:41:36.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2304 | 2024-07-19T16:41:36.749Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2305 | 2024-07-19T16:41:55.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.50s |
2306 | 2024-07-19T16:41:55.497Z | |
2307 | 2024-07-19T16:41:55.497Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (81/133) |
2308 | 2024-07-19T16:41:56.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2309 | 2024-07-19T16:41:56.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2310 | 2024-07-19T16:41:56.361Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2311 | 2024-07-19T16:42:15.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.62s |
2312 | 2024-07-19T16:42:15.252Z | |
2313 | 2024-07-19T16:42:15.252Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (82/133) |
2314 | 2024-07-19T16:42:16.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2315 | 2024-07-19T16:42:16.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2316 | 2024-07-19T16:42:16.151Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2317 | 2024-07-19T16:42:35.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.88s |
2318 | 2024-07-19T16:42:35.267Z | |
2319 | 2024-07-19T16:42:35.267Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (83/133) |
2320 | 2024-07-19T16:42:36.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2321 | 2024-07-19T16:42:36.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2322 | 2024-07-19T16:42:36.143Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2323 | 2024-07-19T16:42:54.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s |
2324 | 2024-07-19T16:42:54.779Z | |
2325 | 2024-07-19T16:42:54.780Z | info: running `cargo check --bins` on key-manager (84/133) |
2326 | 2024-07-19T16:42:55.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2327 | 2024-07-19T16:42:55.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2328 | 2024-07-19T16:42:55.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2329 | 2024-07-19T16:42:55.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2330 | 2024-07-19T16:42:55.524Z | |
2331 | 2024-07-19T16:42:55.524Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (85/133) |
2332 | 2024-07-19T16:42:56.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2333 | 2024-07-19T16:42:56.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2334 | 2024-07-19T16:42:56.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2335 | 2024-07-19T16:42:56.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2336 | 2024-07-19T16:42:56.247Z | |
2337 | 2024-07-19T16:42:56.247Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/133) |
2338 | 2024-07-19T16:42:56.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2339 | 2024-07-19T16:42:56.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2340 | 2024-07-19T16:42:56.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2341 | 2024-07-19T16:42:56.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2342 | 2024-07-19T16:42:57.013Z | |
2343 | 2024-07-19T16:42:57.013Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/133) |
2344 | 2024-07-19T16:42:57.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-07-19T16:42:57.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-07-19T16:42:57.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2347 | 2024-07-19T16:42:57.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2348 | 2024-07-19T16:42:57.784Z | |
2349 | 2024-07-19T16:42:57.785Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/133) |
2350 | 2024-07-19T16:42:58.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-07-19T16:42:58.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-07-19T16:42:58.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2353 | 2024-07-19T16:42:58.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2354 | 2024-07-19T16:42:58.547Z | |
2355 | 2024-07-19T16:42:58.547Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/133) |
2356 | 2024-07-19T16:42:59.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2357 | 2024-07-19T16:42:59.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2358 | 2024-07-19T16:42:59.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2359 | 2024-07-19T16:42:59.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2360 | 2024-07-19T16:42:59.307Z | |
2361 | 2024-07-19T16:42:59.307Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/133) |
2362 | 2024-07-19T16:43:00.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2024-07-19T16:43:00.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2024-07-19T16:43:00.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2024-07-19T16:43:00.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2366 | 2024-07-19T16:43:00.070Z | |
2367 | 2024-07-19T16:43:00.070Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/133) |
2368 | 2024-07-19T16:43:00.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2024-07-19T16:43:00.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2024-07-19T16:43:00.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2024-07-19T16:43:00.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2372 | 2024-07-19T16:43:00.975Z | |
2373 | 2024-07-19T16:43:00.975Z | info: running `cargo check --bins` on oximeter-producer (92/133) |
2374 | 2024-07-19T16:43:01.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-07-19T16:43:01.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-07-19T16:43:01.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-07-19T16:43:01.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2378 | 2024-07-19T16:43:01.588Z | |
2379 | 2024-07-19T16:43:01.588Z | info: running `cargo check --bins` on sled-hardware (93/133) |
2380 | 2024-07-19T16:43:02.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-07-19T16:43:02.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-07-19T16:43:02.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-07-19T16:43:02.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2384 | 2024-07-19T16:43:02.339Z | |
2385 | 2024-07-19T16:43:02.339Z | info: running `cargo check --bins --no-default-features` on sled-storage (94/133) |
2386 | 2024-07-19T16:43:03.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-07-19T16:43:03.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-07-19T16:43:03.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-07-19T16:43:03.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2390 | 2024-07-19T16:43:03.098Z | |
2391 | 2024-07-19T16:43:03.098Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (95/133) |
2392 | 2024-07-19T16:43:03.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-07-19T16:43:03.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-07-19T16:43:03.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-07-19T16:43:03.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2396 | 2024-07-19T16:43:03.890Z | |
2397 | 2024-07-19T16:43:03.890Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (96/133) |
2398 | 2024-07-19T16:43:04.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-07-19T16:43:04.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-07-19T16:43:04.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2401 | 2024-07-19T16:43:04.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2402 | 2024-07-19T16:43:04.676Z | |
2403 | 2024-07-19T16:43:04.676Z | info: running `cargo check --bins` on nexus-test-interface (97/133) |
2404 | 2024-07-19T16:43:05.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-07-19T16:43:05.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-07-19T16:43:05.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2407 | 2024-07-19T16:43:05.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2408 | 2024-07-19T16:43:05.447Z | |
2409 | 2024-07-19T16:43:05.447Z | info: running `cargo check --bins` on oximeter-collector (98/133) |
2410 | 2024-07-19T16:43:06.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-07-19T16:43:06.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-07-19T16:43:06.241Z | Checking bcs v0.1.6 |
2413 | 2024-07-19T16:43:06.241Z | Compiling async-recursion v1.1.1 |
2414 | 2024-07-19T16:43:06.241Z | Checking highway v1.1.0 |
2415 | 2024-07-19T16:43:06.266Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2416 | 2024-07-19T16:43:07.350Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-07-19T16:43:11.266Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2418 | 2024-07-19T16:43:13.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.91s |
2419 | 2024-07-19T16:43:13.475Z | |
2420 | 2024-07-19T16:43:13.475Z | info: running `cargo check --bins --no-default-features` on oximeter-db (99/133) |
2421 | 2024-07-19T16:43:14.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-07-19T16:43:14.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-07-19T16:43:14.279Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2424 | 2024-07-19T16:43:14.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
2425 | 2024-07-19T16:43:15.041Z | |
2426 | 2024-07-19T16:43:15.041Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (100/133) |
2427 | 2024-07-19T16:43:15.605Z | Downloading crates ... |
2428 | 2024-07-19T16:43:15.788Z | Downloaded fd-lock v4.0.2 |
2429 | 2024-07-19T16:43:15.814Z | Downloaded cfg_aliases v0.1.1 |
2430 | 2024-07-19T16:43:15.814Z | Downloaded peg v0.8.3 |
2431 | 2024-07-19T16:43:15.814Z | Downloaded vte_generate_state_changes v0.1.1 |
2432 | 2024-07-19T16:43:15.814Z | Downloaded vte v0.11.1 |
2433 | 2024-07-19T16:43:15.814Z | Downloaded unicode_categories v0.1.1 |
2434 | 2024-07-19T16:43:15.814Z | Downloaded strip-ansi-escapes v0.2.0 |
2435 | 2024-07-19T16:43:15.815Z | Downloaded sqlparser v0.45.0 |
2436 | 2024-07-19T16:43:15.839Z | Downloaded sqlformat v0.2.4 |
2437 | 2024-07-19T16:43:15.839Z | Downloaded rustyline v14.0.0 |
2438 | 2024-07-19T16:43:15.839Z | Downloaded reedline v0.31.0 |
2439 | 2024-07-19T16:43:15.839Z | Downloaded peg-macros v0.8.3 |
2440 | 2024-07-19T16:43:15.839Z | Downloaded nix v0.28.0 |
2441 | 2024-07-19T16:43:15.863Z | Downloaded sqlparser_derive v0.2.2 |
2442 | 2024-07-19T16:43:15.863Z | Downloaded nu-ansi-term v0.50.0 |
2443 | 2024-07-19T16:43:15.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-07-19T16:43:15.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-07-19T16:43:15.966Z | Compiling cfg_aliases v0.1.1 |
2446 | 2024-07-19T16:43:15.990Z | Compiling vte_generate_state_changes v0.1.1 |
2447 | 2024-07-19T16:43:15.990Z | Checking fd-lock v4.0.2 |
2448 | 2024-07-19T16:43:15.990Z | Checking bytecount v0.6.8 |
2449 | 2024-07-19T16:43:15.991Z | Compiling tabled_derive v0.7.0 |
2450 | 2024-07-19T16:43:15.991Z | Compiling peg-macros v0.8.3 |
2451 | 2024-07-19T16:43:16.015Z | Compiling sqlparser_derive v0.2.2 |
2452 | 2024-07-19T16:43:16.015Z | Checking nu-ansi-term v0.50.0 |
2453 | 2024-07-19T16:43:16.089Z | Compiling nix v0.28.0 |
2454 | 2024-07-19T16:43:16.156Z | Checking papergrid v0.11.0 |
2455 | 2024-07-19T16:43:16.180Z | Checking home v0.5.9 |
2456 | 2024-07-19T16:43:16.283Z | Checking unicode_categories v0.1.1 |
2457 | 2024-07-19T16:43:16.527Z | Checking sqlformat v0.2.4 |
2458 | 2024-07-19T16:43:16.551Z | Checking vte v0.11.1 |
2459 | 2024-07-19T16:43:16.956Z | Checking sqlparser v0.45.0 |
2460 | 2024-07-19T16:43:17.519Z | Checking strip-ansi-escapes v0.2.0 |
2461 | 2024-07-19T16:43:17.645Z | Checking reedline v0.31.0 |
2462 | 2024-07-19T16:43:17.750Z | Checking tabled v0.15.0 |
2463 | 2024-07-19T16:43:18.432Z | Checking peg v0.8.3 |
2464 | 2024-07-19T16:43:18.743Z | Checking rustyline v14.0.0 |
2465 | 2024-07-19T16:43:23.728Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2466 | 2024-07-19T16:43:30.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.51s |
2467 | 2024-07-19T16:43:30.680Z | |
2468 | 2024-07-19T16:43:30.680Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (101/133) |
2469 | 2024-07-19T16:43:31.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-07-19T16:43:31.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-07-19T16:43:31.490Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2472 | 2024-07-19T16:43:38.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
2473 | 2024-07-19T16:43:38.583Z | |
2474 | 2024-07-19T16:43:38.583Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (102/133) |
2475 | 2024-07-19T16:43:39.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-07-19T16:43:39.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-07-19T16:43:39.376Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2478 | 2024-07-19T16:43:46.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s |
2479 | 2024-07-19T16:43:46.152Z | |
2480 | 2024-07-19T16:43:46.152Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (103/133) |
2481 | 2024-07-19T16:43:46.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-07-19T16:43:46.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-07-19T16:43:46.979Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2484 | 2024-07-19T16:43:51.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
2485 | 2024-07-19T16:43:52.019Z | |
2486 | 2024-07-19T16:43:52.019Z | info: running `cargo check --bins` on crdb-seed (104/133) |
2487 | 2024-07-19T16:43:52.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-07-19T16:43:52.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-07-19T16:43:52.828Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2490 | 2024-07-19T16:43:53.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
2491 | 2024-07-19T16:43:53.258Z | |
2492 | 2024-07-19T16:43:53.258Z | info: running `cargo check --bins` on omicron-omdb (105/133) |
2493 | 2024-07-19T16:43:53.844Z | Downloading crates ... |
2494 | 2024-07-19T16:43:54.093Z | Downloaded castaway v0.2.2 |
2495 | 2024-07-19T16:43:54.118Z | Downloaded lru v0.12.3 |
2496 | 2024-07-19T16:43:54.118Z | Downloaded compact_str v0.7.1 |
2497 | 2024-07-19T16:43:54.118Z | Downloaded unicode-truncate v1.0.0 |
2498 | 2024-07-19T16:43:54.118Z | Downloaded stability v0.2.0 |
2499 | 2024-07-19T16:43:54.118Z | Downloaded portable-atomic v1.6.0 |
2500 | 2024-07-19T16:43:54.118Z | Downloaded smawk v0.3.2 |
2501 | 2024-07-19T16:43:54.118Z | Downloaded ratatui v0.27.0 |
2502 | 2024-07-19T16:43:54.142Z | Downloaded multimap v0.10.0 |
2503 | 2024-07-19T16:43:54.142Z | Downloaded itertools v0.13.0 |
2504 | 2024-07-19T16:43:54.166Z | Downloaded unicode-linebreak v0.1.5 |
2505 | 2024-07-19T16:43:54.166Z | Downloaded textwrap v0.16.1 |
2506 | 2024-07-19T16:43:54.166Z | Downloaded number_prefix v0.4.0 |
2507 | 2024-07-19T16:43:54.166Z | Downloaded indicatif v0.17.8 |
2508 | 2024-07-19T16:43:54.166Z | Downloaded cassowary v0.3.0 |
2509 | 2024-07-19T16:43:54.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-07-19T16:43:54.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-07-19T16:43:54.364Z | Compiling crunchy v0.2.2 |
2512 | 2024-07-19T16:43:54.364Z | Compiling glob v0.3.1 |
2513 | 2024-07-19T16:43:54.389Z | Compiling tiny-keccak v2.0.2 |
2514 | 2024-07-19T16:43:54.421Z | Compiling ascii-canvas v3.0.0 |
2515 | 2024-07-19T16:43:54.445Z | Compiling ena v0.14.3 |
2516 | 2024-07-19T16:43:54.445Z | Compiling libloading v0.8.3 |
2517 | 2024-07-19T16:43:54.469Z | Compiling bindgen v0.69.4 |
2518 | 2024-07-19T16:43:54.469Z | Compiling diff v0.1.13 |
2519 | 2024-07-19T16:43:54.667Z | Compiling regex-syntax v0.6.29 |
2520 | 2024-07-19T16:43:54.789Z | Compiling which v4.4.2 |
2521 | 2024-07-19T16:43:54.818Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2522 | 2024-07-19T16:43:54.922Z | Compiling cexpr v0.6.0 |
2523 | 2024-07-19T16:43:55.010Z | Compiling shlex v1.3.0 |
2524 | 2024-07-19T16:43:55.061Z | Compiling ref-cast v1.0.23 |
2525 | 2024-07-19T16:43:55.085Z | Compiling rustc-hash v1.1.0 |
2526 | 2024-07-19T16:43:55.215Z | Compiling lazycell v1.3.0 |
2527 | 2024-07-19T16:43:55.242Z | Compiling clang-sys v1.7.0 |
2528 | 2024-07-19T16:43:55.333Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2529 | 2024-07-19T16:43:55.360Z | Compiling derive_builder_core v0.20.0 |
2530 | 2024-07-19T16:43:55.398Z | Compiling libxml v0.3.3 |
2531 | 2024-07-19T16:43:55.454Z | Compiling ref-cast-impl v1.0.23 |
2532 | 2024-07-19T16:43:55.553Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2533 | 2024-07-19T16:43:55.587Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2534 | 2024-07-19T16:43:55.729Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2535 | 2024-07-19T16:43:56.010Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2536 | 2024-07-19T16:43:56.056Z | Compiling strum_macros v0.24.3 |
2537 | 2024-07-19T16:43:56.229Z | Compiling cookie v0.18.1 |
2538 | 2024-07-19T16:43:56.442Z | Compiling indoc v1.0.9 |
2539 | 2024-07-19T16:43:56.573Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2540 | 2024-07-19T16:43:56.782Z | Compiling impl-trait-for-tuples v0.2.2 |
2541 | 2024-07-19T16:43:57.303Z | Compiling lalrpop v0.19.12 |
2542 | 2024-07-19T16:43:57.348Z | Compiling derive_builder_macro v0.20.0 |
2543 | 2024-07-19T16:43:57.976Z | Compiling oso-derive v0.27.3 |
2544 | 2024-07-19T16:43:58.075Z | Checking derive_builder v0.20.0 |
2545 | 2024-07-19T16:43:58.209Z | Checking quick-xml v0.31.0 |
2546 | 2024-07-19T16:43:59.168Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2547 | 2024-07-19T16:43:59.402Z | Checking maplit v1.0.2 |
2548 | 2024-07-19T16:43:59.524Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2549 | 2024-07-19T16:43:59.831Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2550 | 2024-07-19T16:43:59.885Z | Checking bb8 v0.8.5 |
2551 | 2024-07-19T16:44:00.051Z | Compiling const_format_proc_macros v0.2.32 |
2552 | 2024-07-19T16:44:00.282Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2553 | 2024-07-19T16:44:00.919Z | Checking crossbeam-deque v0.8.5 |
2554 | 2024-07-19T16:44:01.074Z | Compiling portable-atomic v1.6.0 |
2555 | 2024-07-19T16:44:01.174Z | Checking rayon-core v1.12.1 |
2556 | 2024-07-19T16:44:01.725Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2557 | 2024-07-19T16:44:01.877Z | Checking const_format v0.2.32 |
2558 | 2024-07-19T16:44:01.947Z | Checking castaway v0.2.2 |
2559 | 2024-07-19T16:44:02.094Z | Checking compact_str v0.7.1 |
2560 | 2024-07-19T16:44:02.317Z | Checking rayon v1.10.0 |
2561 | 2024-07-19T16:44:02.780Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2562 | 2024-07-19T16:44:02.889Z | Checking unicode-truncate v1.0.0 |
2563 | 2024-07-19T16:44:03.106Z | Checking itertools v0.13.0 |
2564 | 2024-07-19T16:44:03.174Z | Checking lru v0.12.3 |
2565 | 2024-07-19T16:44:03.444Z | Compiling stability v0.2.0 |
2566 | 2024-07-19T16:44:04.327Z | Checking number_prefix v0.4.0 |
2567 | 2024-07-19T16:44:04.492Z | Checking unicode-linebreak v0.1.5 |
2568 | 2024-07-19T16:44:04.871Z | Checking smawk v0.3.2 |
2569 | 2024-07-19T16:44:05.054Z | Checking cassowary v0.3.0 |
2570 | 2024-07-19T16:44:05.351Z | Checking textwrap v0.16.1 |
2571 | 2024-07-19T16:44:05.391Z | Checking ratatui v0.27.0 |
2572 | 2024-07-19T16:44:05.695Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2573 | 2024-07-19T16:44:05.719Z | Checking indicatif v0.17.8 |
2574 | 2024-07-19T16:44:05.744Z | Checking multimap v0.10.0 |
2575 | 2024-07-19T16:44:25.137Z | Compiling samael v0.0.15 |
2576 | 2024-07-19T16:44:36.762Z | Compiling polar-core v0.27.3 |
2577 | 2024-07-19T16:44:45.674Z | Checking oso v0.27.3 |
2578 | 2024-07-19T16:45:15.594Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2579 | 2024-07-19T16:45:21.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
2580 | 2024-07-19T16:45:21.368Z | |
2581 | 2024-07-19T16:45:21.368Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (106/133) |
2582 | 2024-07-19T16:45:22.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-07-19T16:45:22.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-07-19T16:45:22.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-07-19T16:45:22.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2586 | 2024-07-19T16:45:22.141Z | |
2587 | 2024-07-19T16:45:22.142Z | info: running `cargo check --bins` on nexus-saga-recovery (107/133) |
2588 | 2024-07-19T16:45:22.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-07-19T16:45:22.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-07-19T16:45:22.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-07-19T16:45:22.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2592 | 2024-07-19T16:45:22.935Z | |
2593 | 2024-07-19T16:45:22.935Z | info: running `cargo check --bins` on nexus-test-utils-macros (108/133) |
2594 | 2024-07-19T16:45:23.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-07-19T16:45:23.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-07-19T16:45:23.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-07-19T16:45:23.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2598 | 2024-07-19T16:45:23.642Z | |
2599 | 2024-07-19T16:45:23.642Z | info: running `cargo check --bins` on omicron-nexus (109/133) |
2600 | 2024-07-19T16:45:24.179Z | Downloading crates ... |
2601 | 2024-07-19T16:45:24.422Z | Downloaded pin-project-internal v1.1.5 |
2602 | 2024-07-19T16:45:24.447Z | Downloaded assert_matches v1.5.0 |
2603 | 2024-07-19T16:45:24.447Z | Downloaded parse-size v1.0.0 |
2604 | 2024-07-19T16:45:24.447Z | Downloaded pin-project v1.1.5 |
2605 | 2024-07-19T16:45:24.447Z | Downloaded buf-list v1.0.3 |
2606 | 2024-07-19T16:45:24.447Z | Downloaded typed-path v0.7.1 |
2607 | 2024-07-19T16:45:24.471Z | Downloaded tough v0.17.1 |
2608 | 2024-07-19T16:45:24.471Z | Downloaded snafu-derive v0.8.2 |
2609 | 2024-07-19T16:45:24.472Z | Downloaded snafu v0.8.2 |
2610 | 2024-07-19T16:45:24.472Z | Downloaded serde_plain v1.0.2 |
2611 | 2024-07-19T16:45:24.472Z | Downloaded olpc-cjson v0.1.3 |
2612 | 2024-07-19T16:45:24.472Z | Downloaded globset v0.4.14 |
2613 | 2024-07-19T16:45:24.496Z | Downloaded fatfs v0.3.6 |
2614 | 2024-07-19T16:45:24.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-07-19T16:45:24.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-07-19T16:45:24.680Z | Compiling pin-project-internal v1.1.5 |
2617 | 2024-07-19T16:45:24.705Z | Compiling snafu-derive v0.8.2 |
2618 | 2024-07-19T16:45:24.705Z | Compiling buf-list v1.0.3 |
2619 | 2024-07-19T16:45:24.737Z | Checking globset v0.4.14 |
2620 | 2024-07-19T16:45:24.761Z | Checking olpc-cjson v0.1.3 |
2621 | 2024-07-19T16:45:24.761Z | Checking rand_seeder v0.2.3 |
2622 | 2024-07-19T16:45:24.761Z | Checking serde_plain v1.0.2 |
2623 | 2024-07-19T16:45:24.761Z | Checking typed-path v0.7.1 |
2624 | 2024-07-19T16:45:24.944Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2625 | 2024-07-19T16:45:24.968Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2626 | 2024-07-19T16:45:24.993Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2627 | 2024-07-19T16:45:25.129Z | Checking parse-size v1.0.0 |
2628 | 2024-07-19T16:45:25.170Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2629 | 2024-07-19T16:45:25.211Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2630 | 2024-07-19T16:45:25.260Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2631 | 2024-07-19T16:45:25.293Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2632 | 2024-07-19T16:45:25.579Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2633 | 2024-07-19T16:45:25.860Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2634 | 2024-07-19T16:45:25.988Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2635 | 2024-07-19T16:45:26.152Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2636 | 2024-07-19T16:45:26.368Z | Checking fatfs v0.3.6 |
2637 | 2024-07-19T16:45:26.368Z | Checking assert_matches v1.5.0 |
2638 | 2024-07-19T16:45:27.096Z | Checking pin-project v1.1.5 |
2639 | 2024-07-19T16:45:28.222Z | Checking snafu v0.8.2 |
2640 | 2024-07-19T16:45:28.591Z | Checking tough v0.17.1 |
2641 | 2024-07-19T16:45:32.063Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2642 | 2024-07-19T16:45:33.416Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2643 | 2024-07-19T16:46:19.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.10s |
2644 | 2024-07-19T16:46:19.892Z | |
2645 | 2024-07-19T16:46:19.892Z | info: running `cargo check --bins` on nexus-internal-api (110/133) |
2646 | 2024-07-19T16:46:20.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-07-19T16:46:20.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-07-19T16:46:20.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-07-19T16:46:20.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2650 | 2024-07-19T16:46:20.678Z | |
2651 | 2024-07-19T16:46:20.678Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (111/133) |
2652 | 2024-07-19T16:46:21.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-07-19T16:46:21.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-07-19T16:46:21.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2024-07-19T16:46:21.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2656 | 2024-07-19T16:46:21.450Z | |
2657 | 2024-07-19T16:46:21.451Z | info: running `cargo check --bins` on nexus-networking (112/133) |
2658 | 2024-07-19T16:46:22.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-07-19T16:46:22.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-07-19T16:46:22.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2024-07-19T16:46:22.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2662 | 2024-07-19T16:46:22.213Z | |
2663 | 2024-07-19T16:46:22.213Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (113/133) |
2664 | 2024-07-19T16:46:22.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-07-19T16:46:22.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-07-19T16:46:22.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-07-19T16:46:22.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2668 | 2024-07-19T16:46:23.006Z | |
2669 | 2024-07-19T16:46:23.006Z | info: running `cargo check --bins` on update-common (114/133) |
2670 | 2024-07-19T16:46:23.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-07-19T16:46:23.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-07-19T16:46:23.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-07-19T16:46:23.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2674 | 2024-07-19T16:46:23.776Z | |
2675 | 2024-07-19T16:46:23.776Z | info: running `cargo check --bins` on tufaceous-lib (115/133) |
2676 | 2024-07-19T16:46:24.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-07-19T16:46:24.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-07-19T16:46:24.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-07-19T16:46:24.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2680 | 2024-07-19T16:46:24.568Z | |
2681 | 2024-07-19T16:46:24.568Z | info: running `cargo check --bins` on tufaceous (116/133) |
2682 | 2024-07-19T16:46:25.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-07-19T16:46:25.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-07-19T16:46:25.359Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2685 | 2024-07-19T16:46:26.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
2686 | 2024-07-19T16:46:26.446Z | |
2687 | 2024-07-19T16:46:26.446Z | info: running `cargo check --bins` on omicron-dev (117/133) |
2688 | 2024-07-19T16:46:27.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-07-19T16:46:27.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-07-19T16:46:27.445Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2691 | 2024-07-19T16:46:27.445Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2692 | 2024-07-19T16:46:27.469Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2693 | 2024-07-19T16:46:29.037Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2694 | 2024-07-19T16:46:31.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
2695 | 2024-07-19T16:46:32.121Z | |
2696 | 2024-07-19T16:46:32.121Z | info: running `cargo check --bins` on openapi-manager (118/133) |
2697 | 2024-07-19T16:46:32.721Z | Downloading crates ... |
2698 | 2024-07-19T16:46:32.874Z | Downloaded is_ci v1.2.0 |
2699 | 2024-07-19T16:46:32.898Z | Downloaded supports-color v3.0.0 |
2700 | 2024-07-19T16:46:32.898Z | Downloaded indent_write v2.2.0 |
2701 | 2024-07-19T16:46:32.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-07-19T16:46:32.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-07-19T16:46:33.014Z | Checking heck v0.4.1 |
2704 | 2024-07-19T16:46:33.014Z | Checking is_ci v1.2.0 |
2705 | 2024-07-19T16:46:33.014Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2706 | 2024-07-19T16:46:33.038Z | Checking indent_write v2.2.0 |
2707 | 2024-07-19T16:46:33.038Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2708 | 2024-07-19T16:46:33.142Z | Checking supports-color v3.0.0 |
2709 | 2024-07-19T16:46:33.211Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2710 | 2024-07-19T16:46:34.891Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2711 | 2024-07-19T16:46:35.882Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2712 | 2024-07-19T16:46:36.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
2713 | 2024-07-19T16:46:37.063Z | |
2714 | 2024-07-19T16:46:37.063Z | info: running `cargo check --bins` on installinator-api (119/133) |
2715 | 2024-07-19T16:46:37.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-07-19T16:46:37.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-07-19T16:46:37.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2024-07-19T16:46:37.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2719 | 2024-07-19T16:46:37.828Z | |
2720 | 2024-07-19T16:46:37.828Z | info: running `cargo check --bins` on wicketd-api (120/133) |
2721 | 2024-07-19T16:46:38.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-07-19T16:46:38.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-07-19T16:46:38.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2024-07-19T16:46:38.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2725 | 2024-07-19T16:46:38.615Z | |
2726 | 2024-07-19T16:46:38.615Z | info: running `cargo check --bins` on reconfigurator-cli (121/133) |
2727 | 2024-07-19T16:46:39.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-07-19T16:46:39.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-07-19T16:46:39.471Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2730 | 2024-07-19T16:46:40.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
2731 | 2024-07-19T16:46:40.823Z | |
2732 | 2024-07-19T16:46:40.823Z | info: running `cargo check --bins` on omicron-releng (122/133) |
2733 | 2024-07-19T16:46:41.453Z | Downloading crates ... |
2734 | 2024-07-19T16:46:41.527Z | Downloaded shell-words v1.1.0 |
2735 | 2024-07-19T16:46:41.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2024-07-19T16:46:41.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2024-07-19T16:46:41.638Z | Checking memmap2 v0.9.4 |
2738 | 2024-07-19T16:46:41.638Z | Checking spin v0.5.2 |
2739 | 2024-07-19T16:46:41.662Z | Checking arrayref v0.3.7 |
2740 | 2024-07-19T16:46:41.662Z | Checking constant_time_eq v0.3.0 |
2741 | 2024-07-19T16:46:41.662Z | Checking untrusted v0.7.1 |
2742 | 2024-07-19T16:46:41.662Z | Checking arrayvec v0.7.4 |
2743 | 2024-07-19T16:46:41.662Z | Checking cargo-platform v0.1.8 |
2744 | 2024-07-19T16:46:41.662Z | Checking topological-sort v0.2.2 |
2745 | 2024-07-19T16:46:41.798Z | Checking shell-words v1.1.0 |
2746 | 2024-07-19T16:46:41.860Z | Checking ring v0.16.20 |
2747 | 2024-07-19T16:46:41.940Z | Checking cargo_metadata v0.18.1 |
2748 | 2024-07-19T16:46:42.019Z | Checking blake3 v1.5.1 |
2749 | 2024-07-19T16:46:43.263Z | Checking omicron-zone-package v0.11.0 |
2750 | 2024-07-19T16:46:44.520Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2751 | 2024-07-19T16:46:45.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
2752 | 2024-07-19T16:46:45.661Z | |
2753 | 2024-07-19T16:46:45.661Z | info: running `cargo check --bins` on xtask (123/133) |
2754 | 2024-07-19T16:46:46.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2024-07-19T16:46:46.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2024-07-19T16:46:46.313Z | Checking bitflags v2.5.0 |
2757 | 2024-07-19T16:46:46.313Z | Checking scopeguard v1.2.0 |
2758 | 2024-07-19T16:46:46.313Z | Checking serde v1.0.204 |
2759 | 2024-07-19T16:46:46.313Z | Checking bytes v1.6.0 |
2760 | 2024-07-19T16:46:46.353Z | Checking smallvec v1.13.2 |
2761 | 2024-07-19T16:46:46.380Z | Checking log v0.4.21 |
2762 | 2024-07-19T16:46:46.404Z | Checking hashbrown v0.14.5 |
2763 | 2024-07-19T16:46:46.428Z | Checking mio v0.8.11 |
2764 | 2024-07-19T16:46:46.454Z | Checking lock_api v0.4.12 |
2765 | 2024-07-19T16:46:46.549Z | Checking futures-util v0.3.30 |
2766 | 2024-07-19T16:46:46.613Z | Checking thiserror v1.0.62 |
2767 | 2024-07-19T16:46:46.665Z | Checking parking_lot_core v0.9.10 |
2768 | 2024-07-19T16:46:46.733Z | Checking rustix v0.38.34 |
2769 | 2024-07-19T16:46:46.787Z | Checking tracing v0.1.40 |
2770 | 2024-07-19T16:46:46.925Z | Checking openssl v0.10.64 |
2771 | 2024-07-19T16:46:46.952Z | Checking parking_lot v0.12.2 |
2772 | 2024-07-19T16:46:46.989Z | Checking http v0.2.12 |
2773 | 2024-07-19T16:46:47.052Z | Checking scroll v0.12.0 |
2774 | 2024-07-19T16:46:47.247Z | Checking tokio v1.38.1 |
2775 | 2024-07-19T16:46:47.282Z | Checking indexmap v2.2.6 |
2776 | 2024-07-19T16:46:47.440Z | Checking generic-array v0.14.7 |
2777 | 2024-07-19T16:46:48.038Z | Checking slog v2.7.0 |
2778 | 2024-07-19T16:46:48.214Z | Checking time v0.3.36 |
2779 | 2024-07-19T16:46:48.286Z | Checking zerocopy v0.7.34 |
2780 | 2024-07-19T16:46:48.333Z | Checking pest v2.7.10 |
2781 | 2024-07-19T16:46:48.432Z | Checking goblin v0.8.2 |
2782 | 2024-07-19T16:46:49.321Z | Checking http-body v0.4.6 |
2783 | 2024-07-19T16:46:49.621Z | Checking unicode-normalization v0.1.23 |
2784 | 2024-07-19T16:46:49.645Z | Checking unicode-bidi v0.3.15 |
2785 | 2024-07-19T16:46:50.109Z | Checking syn v2.0.71 |
2786 | 2024-07-19T16:46:50.264Z | Checking idna v0.5.0 |
2787 | 2024-07-19T16:46:50.288Z | Checking dtrace-parser v0.2.0 |
2788 | 2024-07-19T16:46:50.312Z | Checking serde_json v1.0.120 |
2789 | 2024-07-19T16:46:50.557Z | Checking serde_spanned v0.6.6 |
2790 | 2024-07-19T16:46:50.668Z | Checking toml_datetime v0.6.6 |
2791 | 2024-07-19T16:46:50.730Z | Checking crossbeam-utils v0.8.19 |
2792 | 2024-07-19T16:46:50.852Z | Checking block-buffer v0.10.4 |
2793 | 2024-07-19T16:46:50.896Z | Checking toml_edit v0.22.14 |
2794 | 2024-07-19T16:46:51.030Z | Checking crypto-common v0.1.6 |
2795 | 2024-07-19T16:46:51.090Z | Checking native-tls v0.2.11 |
2796 | 2024-07-19T16:46:51.174Z | Checking terminal_size v0.3.0 |
2797 | 2024-07-19T16:46:51.298Z | Checking crossbeam-channel v0.5.12 |
2798 | 2024-07-19T16:46:51.322Z | Checking clap_builder v4.5.9 |
2799 | 2024-07-19T16:46:51.346Z | Checking digest v0.10.7 |
2800 | 2024-07-19T16:46:51.473Z | Checking slog-json v2.6.1 |
2801 | 2024-07-19T16:46:51.601Z | Checking url v2.5.0 |
2802 | 2024-07-19T16:46:51.684Z | Checking futures-executor v0.3.30 |
2803 | 2024-07-19T16:46:51.873Z | Checking serde_urlencoded v0.7.1 |
2804 | 2024-07-19T16:46:51.897Z | Checking cargo-platform v0.1.8 |
2805 | 2024-07-19T16:46:52.118Z | Checking camino v1.1.7 |
2806 | 2024-07-19T16:46:52.220Z | Checking semver v1.0.23 |
2807 | 2024-07-19T16:46:52.244Z | Checking xattr v1.3.1 |
2808 | 2024-07-19T16:46:52.268Z | Checking dof v0.3.0 |
2809 | 2024-07-19T16:46:52.393Z | Checking slog-async v2.8.0 |
2810 | 2024-07-19T16:46:52.580Z | Checking sha2 v0.10.8 |
2811 | 2024-07-19T16:46:52.604Z | Checking cargo_metadata v0.18.1 |
2812 | 2024-07-19T16:46:52.630Z | Checking slog-term v2.9.1 |
2813 | 2024-07-19T16:46:52.752Z | Checking tar v0.4.41 |
2814 | 2024-07-19T16:46:52.895Z | Checking toml v0.8.14 |
2815 | 2024-07-19T16:46:52.939Z | Checking tokio-util v0.7.11 |
2816 | 2024-07-19T16:46:53.034Z | Checking tokio-native-tls v0.3.1 |
2817 | 2024-07-19T16:46:53.064Z | Checking futures v0.3.30 |
2818 | 2024-07-19T16:46:53.160Z | Checking strum v0.26.3 |
2819 | 2024-07-19T16:46:53.249Z | Checking slog-bunyan v2.5.0 |
2820 | 2024-07-19T16:46:53.293Z | Checking fs-err v2.11.0 |
2821 | 2024-07-19T16:46:53.375Z | Checking tabled v0.15.0 |
2822 | 2024-07-19T16:46:53.401Z | Checking anyhow v1.0.86 |
2823 | 2024-07-19T16:46:53.501Z | Checking cargo_toml v0.20.3 |
2824 | 2024-07-19T16:46:53.557Z | Checking macaddr v1.0.1 |
2825 | 2024-07-19T16:46:53.630Z | Checking h2 v0.3.26 |
2826 | 2024-07-19T16:46:53.840Z | Checking clap v4.5.9 |
2827 | 2024-07-19T16:46:53.978Z | Checking usdt-impl v0.5.0 |
2828 | 2024-07-19T16:46:54.403Z | Checking usdt v0.5.0 |
2829 | 2024-07-19T16:46:56.691Z | Checking hyper v0.14.28 |
2830 | 2024-07-19T16:46:59.158Z | Checking hyper-tls v0.5.0 |
2831 | 2024-07-19T16:46:59.364Z | Checking reqwest v0.11.27 |
2832 | 2024-07-19T16:47:00.221Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2833 | 2024-07-19T16:47:01.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.69s |
2834 | 2024-07-19T16:47:01.484Z | |
2835 | 2024-07-19T16:47:01.484Z | info: running `cargo check --bins` on end-to-end-tests (124/133) |
2836 | 2024-07-19T16:47:02.037Z | Downloading crates ... |
2837 | 2024-07-19T16:47:02.283Z | Downloaded md5 v0.7.0 |
2838 | 2024-07-19T16:47:02.307Z | Downloaded rand_core v0.5.1 |
2839 | 2024-07-19T16:47:02.307Z | Downloaded pbkdf2 v0.11.0 |
2840 | 2024-07-19T16:47:02.307Z | Downloaded russh-keys v0.43.0 |
2841 | 2024-07-19T16:47:02.307Z | Downloaded ecdsa v0.16.9 |
2842 | 2024-07-19T16:47:02.307Z | Downloaded russh v0.43.0 |
2843 | 2024-07-19T16:47:02.307Z | Downloaded rfc6979 v0.4.0 |
2844 | 2024-07-19T16:47:02.307Z | Downloaded rand_chacha v0.2.2 |
2845 | 2024-07-19T16:47:02.307Z | Downloaded rand v0.7.3 |
2846 | 2024-07-19T16:47:02.332Z | Downloaded polyval v0.6.2 |
2847 | 2024-07-19T16:47:02.332Z | Downloaded p521 v0.13.3 |
2848 | 2024-07-19T16:47:02.332Z | Downloaded option-ext v0.2.0 |
2849 | 2024-07-19T16:47:02.332Z | Downloaded internet-checksum v0.2.1 |
2850 | 2024-07-19T16:47:02.332Z | Downloaded ghash v0.5.1 |
2851 | 2024-07-19T16:47:02.332Z | Downloaded ed25519-dalek v2.1.1 |
2852 | 2024-07-19T16:47:02.332Z | Downloaded dirs v5.0.1 |
2853 | 2024-07-19T16:47:02.332Z | Downloaded dhcproto v0.11.0 |
2854 | 2024-07-19T16:47:02.332Z | Downloaded cbc v0.1.2 |
2855 | 2024-07-19T16:47:02.332Z | Downloaded bcrypt-pbkdf v0.10.0 |
2856 | 2024-07-19T16:47:02.332Z | Downloaded aes v0.8.4 |
2857 | 2024-07-19T16:47:02.356Z | Downloaded russh-cryptovec v0.7.2 |
2858 | 2024-07-19T16:47:02.356Z | Downloaded primeorder v0.13.6 |
2859 | 2024-07-19T16:47:02.356Z | Downloaded password-hash v0.4.2 |
2860 | 2024-07-19T16:47:02.356Z | Downloaded p256 v0.13.2 |
2861 | 2024-07-19T16:47:02.356Z | Downloaded hex-literal v0.4.1 |
2862 | 2024-07-19T16:47:02.356Z | Downloaded pbkdf2 v0.12.2 |
2863 | 2024-07-19T16:47:02.356Z | Downloaded getrandom v0.1.16 |
2864 | 2024-07-19T16:47:02.356Z | Downloaded ed25519 v2.2.3 |
2865 | 2024-07-19T16:47:02.356Z | Downloaded dirs-sys v0.4.1 |
2866 | 2024-07-19T16:47:02.356Z | Downloaded dhcproto-macros v0.1.0 |
2867 | 2024-07-19T16:47:02.356Z | Downloaded ctr v0.9.2 |
2868 | 2024-07-19T16:47:02.356Z | Downloaded blowfish v0.9.1 |
2869 | 2024-07-19T16:47:02.356Z | Downloaded aes-gcm v0.10.3 |
2870 | 2024-07-19T16:47:02.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-07-19T16:47:02.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-07-19T16:47:02.530Z | Compiling getrandom v0.1.16 |
2873 | 2024-07-19T16:47:02.555Z | Checking rfc6979 v0.4.0 |
2874 | 2024-07-19T16:47:02.579Z | Checking primeorder v0.13.6 |
2875 | 2024-07-19T16:47:02.579Z | Checking option-ext v0.2.0 |
2876 | 2024-07-19T16:47:02.608Z | Checking ed25519 v2.2.3 |
2877 | 2024-07-19T16:47:02.632Z | Checking polyval v0.6.2 |
2878 | 2024-07-19T16:47:02.632Z | Checking ctr v0.9.2 |
2879 | 2024-07-19T16:47:02.632Z | Checking blowfish v0.9.1 |
2880 | 2024-07-19T16:47:02.697Z | Checking dirs-sys v0.4.1 |
2881 | 2024-07-19T16:47:02.721Z | Checking ecdsa v0.16.9 |
2882 | 2024-07-19T16:47:02.800Z | Checking aes v0.8.4 |
2883 | 2024-07-19T16:47:02.823Z | Checking password-hash v0.4.2 |
2884 | 2024-07-19T16:47:02.856Z | Checking pbkdf2 v0.12.2 |
2885 | 2024-07-19T16:47:02.880Z | Checking ghash v0.5.1 |
2886 | 2024-07-19T16:47:02.880Z | Checking dirs v5.0.1 |
2887 | 2024-07-19T16:47:02.986Z | Checking ed25519-dalek v2.1.1 |
2888 | 2024-07-19T16:47:03.018Z | Checking bcrypt-pbkdf v0.10.0 |
2889 | 2024-07-19T16:47:03.042Z | Checking cbc v0.1.2 |
2890 | 2024-07-19T16:47:03.066Z | Checking russh-cryptovec v0.7.2 |
2891 | 2024-07-19T16:47:03.189Z | Checking pbkdf2 v0.11.0 |
2892 | 2024-07-19T16:47:03.220Z | Checking md5 v0.7.0 |
2893 | 2024-07-19T16:47:03.244Z | Compiling dhcproto-macros v0.1.0 |
2894 | 2024-07-19T16:47:03.244Z | Checking hex-literal v0.4.1 |
2895 | 2024-07-19T16:47:03.269Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2896 | 2024-07-19T16:47:03.329Z | Checking p256 v0.13.2 |
2897 | 2024-07-19T16:47:03.353Z | Checking p521 v0.13.3 |
2898 | 2024-07-19T16:47:03.385Z | Checking rand_core v0.5.1 |
2899 | 2024-07-19T16:47:03.432Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2900 | 2024-07-19T16:47:03.457Z | Checking internet-checksum v0.2.1 |
2901 | 2024-07-19T16:47:03.528Z | Checking aes-gcm v0.10.3 |
2902 | 2024-07-19T16:47:03.646Z | Checking rand_chacha v0.2.2 |
2903 | 2024-07-19T16:47:03.916Z | Checking rand v0.7.3 |
2904 | 2024-07-19T16:47:04.001Z | Checking dhcproto v0.11.0 |
2905 | 2024-07-19T16:47:04.951Z | Checking russh-keys v0.43.0 |
2906 | 2024-07-19T16:47:05.801Z | Checking russh v0.43.0 |
2907 | 2024-07-19T16:47:25.345Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2908 | 2024-07-19T16:47:27.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.69s |
2909 | 2024-07-19T16:47:27.316Z | |
2910 | 2024-07-19T16:47:27.316Z | info: running `cargo check --bins` on gateway-cli (125/133) |
2911 | 2024-07-19T16:47:27.961Z | Downloading crates ... |
2912 | 2024-07-19T16:47:28.043Z | Downloaded termios v0.3.3 |
2913 | 2024-07-19T16:47:28.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2024-07-19T16:47:28.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2024-07-19T16:47:28.139Z | Checking termios v0.3.3 |
2916 | 2024-07-19T16:47:28.309Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2917 | 2024-07-19T16:47:29.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
2918 | 2024-07-19T16:47:29.311Z | |
2919 | 2024-07-19T16:47:29.311Z | info: running `cargo check --bins --no-default-features` on installinator (126/133) |
2920 | 2024-07-19T16:47:30.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2024-07-19T16:47:30.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2024-07-19T16:47:30.154Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2923 | 2024-07-19T16:47:32.431Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2924 | 2024-07-19T16:47:34.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s |
2925 | 2024-07-19T16:47:34.603Z | |
2926 | 2024-07-19T16:47:34.603Z | info: running `cargo check --bins` on internal-dns-cli (127/133) |
2927 | 2024-07-19T16:47:35.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2024-07-19T16:47:35.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2024-07-19T16:47:35.373Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2930 | 2024-07-19T16:47:35.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
2931 | 2024-07-19T16:47:35.940Z | |
2932 | 2024-07-19T16:47:35.940Z | info: running `cargo check --bins` on omicron-package (128/133) |
2933 | 2024-07-19T16:47:36.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2024-07-19T16:47:36.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2024-07-19T16:47:36.731Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2936 | 2024-07-19T16:47:38.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
2937 | 2024-07-19T16:47:38.192Z | |
2938 | 2024-07-19T16:47:38.192Z | info: running `cargo check --bins` on wicket-dbg (129/133) |
2939 | 2024-07-19T16:47:38.827Z | Downloading crates ... |
2940 | 2024-07-19T16:47:38.917Z | Downloaded rpassword v7.3.1 |
2941 | 2024-07-19T16:47:38.940Z | Downloaded tui-tree-widget v0.21.0 |
2942 | 2024-07-19T16:47:38.940Z | Downloaded rtoolbox v0.0.2 |
2943 | 2024-07-19T16:47:38.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2024-07-19T16:47:38.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2024-07-19T16:47:39.049Z | Checking rtoolbox v0.0.2 |
2946 | 2024-07-19T16:47:39.049Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2947 | 2024-07-19T16:47:39.050Z | Checking tui-tree-widget v0.21.0 |
2948 | 2024-07-19T16:47:39.237Z | Checking rpassword v7.3.1 |
2949 | 2024-07-19T16:47:43.907Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2950 | 2024-07-19T16:47:47.199Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2951 | 2024-07-19T16:47:48.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s |
2952 | 2024-07-19T16:47:48.642Z | |
2953 | 2024-07-19T16:47:48.642Z | info: running `cargo check --bins` on wicket (130/133) |
2954 | 2024-07-19T16:47:49.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2955 | 2024-07-19T16:47:49.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2956 | 2024-07-19T16:47:49.452Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2957 | 2024-07-19T16:47:49.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
2958 | 2024-07-19T16:47:49.908Z | |
2959 | 2024-07-19T16:47:49.908Z | info: running `cargo check --bins` on wicketd (131/133) |
2960 | 2024-07-19T16:47:50.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2024-07-19T16:47:50.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2024-07-19T16:47:50.746Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2963 | 2024-07-19T16:47:54.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
2964 | 2024-07-19T16:47:54.827Z | |
2965 | 2024-07-19T16:47:54.827Z | info: running `cargo check --bins` on omicron-workspace-hack (132/133) |
2966 | 2024-07-19T16:47:55.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2024-07-19T16:47:55.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2024-07-19T16:47:55.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2969 | 2024-07-19T16:47:55.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2970 | 2024-07-19T16:47:55.551Z | |
2971 | 2024-07-19T16:47:55.551Z | info: running `cargo check --bins` on zone-setup (133/133) |
2972 | 2024-07-19T16:47:56.239Z | Downloading crates ... |
2973 | 2024-07-19T16:47:56.272Z | Downloaded uzers v0.11.3 |
2974 | 2024-07-19T16:47:56.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-07-19T16:47:56.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-07-19T16:47:56.386Z | Checking uzers v0.11.3 |
2977 | 2024-07-19T16:47:56.669Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2978 | 2024-07-19T16:47:57.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
2979 | 2024-07-19T16:47:57.402Z | |
2980 | 2024-07-19T16:47:57.402Z | real 13:05.807658511 |
2981 | 2024-07-19T16:47:57.402Z | user 27:23.167361783 |
2982 | 2024-07-19T16:47:57.402Z | sys 6:15.600972031 |
2983 | 2024-07-19T16:47:57.402Z | trap 0.691743172 |
2984 | 2024-07-19T16:47:57.402Z | tflt 0.933165196 |
2985 | 2024-07-19T16:47:57.402Z | dflt 2.791977566 |
2986 | 2024-07-19T16:47:57.427Z | kflt 0.001145890 |
2987 | 2024-07-19T16:47:57.427Z | lock 2:22:58.543163872 |
2988 | 2024-07-19T16:47:57.427Z | slp 2:08:23.147644959 |
2989 | 2024-07-19T16:47:57.427Z | lat 1:10.207364136 |
2990 | 2024-07-19T16:47:57.427Z | stop 2:41.299892871 |
2991 | 2024-07-19T16:47:57.427Z | process exited: duration 961081 ms, exit code 0 |
|
2992 | 2024-07-19T16:47:57.477Z | found 0 output files |