|
|
|
1 | 2024-07-22T22:28:50.673Z | job assigned to worker 01J3E8YCKDK4S5KFPBQCSTJY30 (queued for 46 s) |
|
2 | 2024-07-22T22:28:59.207Z | starting task 0: "setup" |
3 | 2024-07-22T22:28:59.229Z | ++ uname -s |
4 | 2024-07-22T22:28:59.233Z | + kern=SunOS |
5 | 2024-07-22T22:28:59.233Z | + case "$kern" in |
6 | 2024-07-22T22:28:59.233Z | + groupadd -g 12345 build |
7 | 2024-07-22T22:28:59.233Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-22T22:29:01.254Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-22T22:29:01.339Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-22T22:29:01.342Z | + home_fs=zfs |
11 | 2024-07-22T22:29:01.343Z | + [[ zfs == autofs ]] |
12 | 2024-07-22T22:29:01.343Z | + mkdir -p /home/build |
13 | 2024-07-22T22:29:01.346Z | + chown build:build /home/build /work |
14 | 2024-07-22T22:29:03.345Z | + chmod 0700 /home/build /work |
15 | 2024-07-22T22:29:03.348Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2024-07-22T22:29:03.353Z | starting task 1: "rust-toolchain" |
17 | 2024-07-22T22:29:03.359Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-22T22:29:03.359Z | ' 1.78.0 |
19 | 2024-07-22T22:29:03.361Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-22T22:29:03.361Z | * toolchain channel = "1.78.0" |
21 | 2024-07-22T22:29:03.362Z | * toolchain profile = "default" |
22 | 2024-07-22T22:29:03.362Z | ' default |
23 | 2024-07-22T22:29:03.362Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-22T22:29:03.362Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-22T22:29:03.474Z | info: downloading installer |
26 | 2024-07-22T22:29:04.634Z | info: profile set to 'default' |
27 | 2024-07-22T22:29:04.634Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-22T22:29:04.634Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-22T22:29:04.760Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-22T22:29:04.760Z | info: downloading component 'cargo' |
31 | 2024-07-22T22:29:05.442Z | info: downloading component 'clippy' |
32 | 2024-07-22T22:29:05.670Z | info: downloading component 'rust-docs' |
33 | 2024-07-22T22:29:06.572Z | info: downloading component 'rust-std' |
34 | 2024-07-22T22:29:08.015Z | info: downloading component 'rustc' |
35 | 2024-07-22T22:29:11.622Z | info: downloading component 'rustfmt' |
36 | 2024-07-22T22:29:11.815Z | info: installing component 'cargo' |
37 | 2024-07-22T22:29:12.679Z | info: installing component 'clippy' |
38 | 2024-07-22T22:29:13.051Z | info: installing component 'rust-docs' |
39 | 2024-07-22T22:29:14.572Z | info: installing component 'rust-std' |
40 | 2024-07-22T22:29:16.329Z | info: installing component 'rustc' |
41 | 2024-07-22T22:29:20.592Z | info: installing component 'rustfmt' |
42 | 2024-07-22T22:29:20.927Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-22T22:29:20.927Z | |
44 | 2024-07-22T22:29:21.189Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-22T22:29:21.189Z | |
46 | 2024-07-22T22:29:21.192Z | |
47 | 2024-07-22T22:29:21.192Z | Rust is installed now. Great! |
48 | 2024-07-22T22:29:21.192Z | |
49 | 2024-07-22T22:29:21.192Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-22T22:29:21.192Z | environment variable. This has not been done automatically. |
51 | 2024-07-22T22:29:21.192Z | |
52 | 2024-07-22T22:29:21.192Z | To configure your current shell, you need to source |
53 | 2024-07-22T22:29:21.192Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-22T22:29:21.192Z | |
55 | 2024-07-22T22:29:21.192Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-22T22:29:21.192Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-22T22:29:21.192Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-22T22:29:21.251Z | + rustc --version |
59 | 2024-07-22T22:29:21.311Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-22T22:29:21.314Z | process exited: duration 17959 ms, exit code 0 |
|
61 | 2024-07-22T22:29:21.320Z | starting task 2: "authentication" |
62 | 2024-07-22T22:29:21.339Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-07-22T22:29:21.345Z | starting task 3: "clone repository" |
64 | 2024-07-22T22:29:21.350Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-22T22:29:21.352Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-22T22:29:21.451Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-22T22:29:27.849Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-22T22:29:27.849Z | + git fetch origin 84825ad7e7386857982475e8a54a9ce3a5f29219 |
69 | 2024-07-22T22:29:28.102Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-22T22:29:28.102Z | * branch 84825ad7e7386857982475e8a54a9ce3a5f29219 -> FETCH_HEAD |
71 | 2024-07-22T22:29:28.112Z | + [[ -n disk-cleanup ]] |
72 | 2024-07-22T22:29:28.114Z | ++ git branch --show-current |
73 | 2024-07-22T22:29:28.117Z | + current=main |
74 | 2024-07-22T22:29:28.117Z | + [[ main != disk-cleanup ]] |
75 | 2024-07-22T22:29:28.117Z | + git branch -f disk-cleanup 84825ad7e7386857982475e8a54a9ce3a5f29219 |
76 | 2024-07-22T22:29:28.120Z | + git checkout -f disk-cleanup |
77 | 2024-07-22T22:29:28.259Z | Switched to branch 'disk-cleanup' |
78 | 2024-07-22T22:29:28.262Z | + git reset --hard 84825ad7e7386857982475e8a54a9ce3a5f29219 |
79 | 2024-07-22T22:29:28.276Z | HEAD is now at 84825ad7e review feedback |
80 | 2024-07-22T22:29:28.279Z | process exited: duration 6932 ms, exit code 0 |
|
81 | 2024-07-22T22:29:28.284Z | starting task 4: "build" |
82 | 2024-07-22T22:29:28.289Z | + cargo --version |
83 | 2024-07-22T22:29:28.343Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-22T22:29:28.345Z | + rustc --version |
85 | 2024-07-22T22:29:28.400Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-22T22:29:28.403Z | + source ./env.sh |
87 | 2024-07-22T22:29:28.403Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-22T22:29:28.403Z | ++ set -o xtrace |
89 | 2024-07-22T22:29:28.406Z | ++++ dirname ./env.sh |
90 | 2024-07-22T22:29:28.415Z | +++ readlink -f . |
91 | 2024-07-22T22:29:28.418Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-22T22:29:28.421Z | ++ 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-22T22:29:28.421Z | ++ 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-22T22:29:28.421Z | ++ 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-22T22:29:28.421Z | ++ 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-22T22:29:28.421Z | ++ 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-22T22:29:28.421Z | ++ 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-22T22:29:28.421Z | ++ 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-22T22:29:28.421Z | ++ 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-22T22:29:28.421Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-22T22:29:28.421Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-22T22:29:28.421Z | + 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-22T22:29:28.421Z | + 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-22T22:29:28.421Z | + banner prerequisites |
105 | 2024-07-22T22:29:28.421Z | |
106 | 2024-07-22T22:29:28.421Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-07-22T22:29:28.421Z | # # # # # # # # # # # # # # # |
108 | 2024-07-22T22:29:28.421Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-07-22T22:29:28.421Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-07-22T22:29:28.421Z | # # # # # # # # # # # # # # # |
111 | 2024-07-22T22:29:28.422Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-07-22T22:29:28.422Z | |
113 | 2024-07-22T22:29:28.422Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-07-22T22:29:33.894Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-07-22T22:29:35.891Z | Startup: Caching catalogs ... Done |
116 | 2024-07-22T22:29:39.149Z | Planning: Solver setup ... Done (2.756s) |
117 | 2024-07-22T22:29:39.204Z | Planning: Running solver ... Done (0.055s) |
118 | 2024-07-22T22:29:39.252Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-07-22T22:29:39.267Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-07-22T22:29:39.967Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-07-22T22:29:40.016Z | Planning: Package planning ... Done (0.049s) |
122 | 2024-07-22T22:29:40.068Z | Planning: Merging actions ... Done (0.052s) |
123 | 2024-07-22T22:29:40.416Z | Planning: Checking for conflicting actions ... Done (0.348s) |
124 | 2024-07-22T22:29:40.427Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-07-22T22:29:41.764Z | Planning: Evaluating mediators ... Done (1.337s) |
126 | 2024-07-22T22:29:41.774Z | Planning: Planning completed in 5.82 seconds |
127 | 2024-07-22T22:29:41.790Z | Packages to install: 4 |
128 | 2024-07-22T22:29:41.790Z | Mediators to change: 2 |
129 | 2024-07-22T22:29:41.792Z | Services to change: 1 |
130 | 2024-07-22T22:29:41.793Z | Estimated space available: 155.77 GB |
131 | 2024-07-22T22:29:41.793Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-07-22T22:29:41.793Z | Create boot environment: No |
133 | 2024-07-22T22:29:41.793Z | Create backup boot environment: No |
134 | 2024-07-22T22:29:41.793Z | Rebuild boot archive: No |
135 | 2024-07-22T22:29:41.793Z | |
136 | 2024-07-22T22:29:41.793Z | Changed mediators: |
137 | 2024-07-22T22:29:41.793Z | mediator clang: |
138 | 2024-07-22T22:29:41.793Z | version: None -> 15 (system default) |
139 | 2024-07-22T22:29:41.793Z | |
140 | 2024-07-22T22:29:41.793Z | mediator llvm: |
141 | 2024-07-22T22:29:41.793Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-07-22T22:29:41.793Z | |
143 | 2024-07-22T22:29:41.793Z | Changed packages: |
144 | 2024-07-22T22:29:41.793Z | helios-dev |
145 | 2024-07-22T22:29:41.793Z | developer/build-essential |
146 | 2024-07-22T22:29:41.793Z | None -> 11-2.0 |
147 | 2024-07-22T22:29:41.793Z | library/libxmlsec1 |
148 | 2024-07-22T22:29:41.793Z | None -> 1.2.35-2.0 |
149 | 2024-07-22T22:29:41.793Z | ooce/developer/clang-15 |
150 | 2024-07-22T22:29:41.793Z | None -> 15.0.7-2.0 |
151 | 2024-07-22T22:29:41.793Z | ooce/developer/llvm-15 |
152 | 2024-07-22T22:29:41.793Z | None -> 15.0.7-2.0 |
153 | 2024-07-22T22:29:41.793Z | |
154 | 2024-07-22T22:29:41.793Z | Services: |
155 | 2024-07-22T22:29:41.793Z | restart_fmri: |
156 | 2024-07-22T22:29:41.793Z | svc:/system/update-man-index:default |
157 | 2024-07-22T22:29:41.862Z | |
158 | 2024-07-22T22:29:41.862Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-07-22T22:29:46.867Z | Download: 1078/3290 items 19.7/212.6MB 9% complete (4.0M/s) |
160 | 2024-07-22T22:29:51.869Z | Download: 1940/3290 items 118.7/212.6MB 55% complete (12.0M/s) |
161 | 2024-07-22T22:29:56.869Z | Download: 3132/3290 items 139.9/212.6MB 65% complete (11.9M/s) |
162 | 2024-07-22T22:29:59.498Z | Download: Completed 212.60 MB in 17.63 seconds (12.1M/s) |
163 | 2024-07-22T22:29:59.790Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-07-22T22:30:04.310Z | Actions: Completed 3689 actions in 4.52 seconds. |
165 | 2024-07-22T22:30:04.561Z | Done (0.245s) |
166 | 2024-07-22T22:30:04.561Z | Done (0.000s) |
167 | 2024-07-22T22:30:04.904Z | Done (0.343s) |
168 | 2024-07-22T22:30:09.552Z | Done (4.486s) |
169 | 2024-07-22T22:30:09.648Z | Done (0.028s) |
170 | 2024-07-22T22:30:09.651Z | Done (0.000s) |
171 | 2024-07-22T22:30:09.810Z | Done (0.000s) |
172 | 2024-07-22T22:30:10.370Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-07-22T22:30:10.530Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-07-22T22:30:10.532Z | Planning: Consolidating action changes ... Done |
175 | 2024-07-22T22:30:10.795Z | Planning: Evaluating mediators ... Done |
176 | 2024-07-22T22:30:10.799Z | Planning: Planning completed in 0.43 seconds |
177 | 2024-07-22T22:30:10.831Z | Mediators to change: 2 |
178 | 2024-07-22T22:30:10.831Z | Create boot environment: No |
179 | 2024-07-22T22:30:10.831Z | Create backup boot environment: No |
180 | 2024-07-22T22:30:10.915Z | Done |
181 | 2024-07-22T22:30:10.915Z | Done |
182 | 2024-07-22T22:30:11.127Z | Done |
183 | 2024-07-22T22:30:14.669Z | Done |
184 | 2024-07-22T22:30:14.751Z | Done |
185 | 2024-07-22T22:30:14.754Z | Done |
186 | 2024-07-22T22:30:14.878Z | Done |
187 | 2024-07-22T22:30:15.475Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-07-22T22:30:15.477Z | Planning: Merging actions ... Done |
189 | 2024-07-22T22:30:15.662Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-07-22T22:30:15.666Z | Planning: Consolidating action changes ... Done |
191 | 2024-07-22T22:30:15.921Z | Planning: Evaluating mediators ... Done |
192 | 2024-07-22T22:30:15.975Z | Planning: Planning completed in 0.74 seconds |
193 | 2024-07-22T22:30:16.010Z | Packages to change: 1 |
194 | 2024-07-22T22:30:16.010Z | Mediators to change: 1 |
195 | 2024-07-22T22:30:16.010Z | Services to change: 1 |
196 | 2024-07-22T22:30:16.010Z | Create boot environment: No |
197 | 2024-07-22T22:30:16.012Z | Create backup boot environment: Yes |
198 | 2024-07-22T22:30:17.683Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-07-22T22:30:17.685Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-07-22T22:30:17.685Z | Done |
201 | 2024-07-22T22:30:17.685Z | Done |
202 | 2024-07-22T22:30:17.756Z | Done |
203 | 2024-07-22T22:30:21.226Z | Done |
204 | 2024-07-22T22:30:21.314Z | Done |
205 | 2024-07-22T22:30:21.314Z | Done |
206 | 2024-07-22T22:30:21.442Z | Done |
207 | 2024-07-22T22:30:21.843Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-07-22T22:30:21.843Z | clang system 15 system |
209 | 2024-07-22T22:30:21.843Z | csh system system illumos |
210 | 2024-07-22T22:30:21.843Z | ctags system system illumos |
211 | 2024-07-22T22:30:21.843Z | gcc vendor 12 vendor |
212 | 2024-07-22T22:30:21.843Z | gcc system 10 system |
213 | 2024-07-22T22:30:21.843Z | gcc system 7 system |
214 | 2024-07-22T22:30:21.843Z | go system 1.20 system |
215 | 2024-07-22T22:30:21.843Z | go system 1.19 system |
216 | 2024-07-22T22:30:21.843Z | llvm system 15 system |
217 | 2024-07-22T22:30:21.843Z | llvm system 14 system |
218 | 2024-07-22T22:30:21.843Z | mariadb system 10.6 system |
219 | 2024-07-22T22:30:21.843Z | mta vendor vendor dma |
220 | 2024-07-22T22:30:21.843Z | openjdk system 17 system |
221 | 2024-07-22T22:30:21.843Z | openjdk system 11 system |
222 | 2024-07-22T22:30:21.843Z | openjdk system 1.8 system |
223 | 2024-07-22T22:30:21.843Z | openssl vendor 3 vendor |
224 | 2024-07-22T22:30:21.843Z | perl system 5.36 system |
225 | 2024-07-22T22:30:21.843Z | postgresql system 15 system |
226 | 2024-07-22T22:30:21.843Z | postgresql system 13 system |
227 | 2024-07-22T22:30:21.843Z | python vendor 3 vendor |
228 | 2024-07-22T22:30:21.843Z | python system 2 system |
229 | 2024-07-22T22:30:21.843Z | python3 system 3.11 system |
230 | 2024-07-22T22:30:21.843Z | ruby system 3.0 system |
231 | 2024-07-22T22:30:21.843Z | words vendor vendor american-english |
232 | 2024-07-22T22:30:21.843Z | words system system australian-english |
233 | 2024-07-22T22:30:21.843Z | words system system british-english |
234 | 2024-07-22T22:30:21.843Z | words system system canadian-english |
235 | 2024-07-22T22:30:21.843Z | words system system french |
236 | 2024-07-22T22:30:21.843Z | words system system italian |
237 | 2024-07-22T22:30:21.843Z | words system system ngerman |
238 | 2024-07-22T22:30:21.843Z | words system system ogerman |
239 | 2024-07-22T22:30:21.843Z | words system system spanish |
240 | 2024-07-22T22:30:22.172Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-07-22T22:30:22.172Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-07-22T22:30:23.758Z | FMRI IFO |
243 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-07-22T22:30:23.758Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-07-22T22:30:24.277Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-07-22T22:30:24.687Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-07-22T22:30:25.040Z | Updating crates.io index |
258 | 2024-07-22T22:30:25.122Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-07-22T22:30:25.944Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-07-22T22:30:26.764Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-07-22T22:30:27.135Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-07-22T22:30:29.049Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-07-22T22:30:29.406Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-07-22T22:30:29.751Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-07-22T22:30:30.830Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-07-22T22:30:32.657Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-07-22T22:30:33.750Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-07-22T22:30:34.482Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-07-22T22:30:35.105Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-07-22T22:30:35.477Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-07-22T22:30:35.867Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-07-22T22:30:36.593Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
273 | 2024-07-22T22:30:37.094Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-07-22T22:30:37.463Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-07-22T22:30:37.798Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-07-22T22:30:38.224Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-07-22T22:30:38.638Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-07-22T22:30:39.019Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-07-22T22:30:39.473Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-07-22T22:30:40.018Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-07-22T22:30:40.475Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
282 | 2024-07-22T22:30:40.946Z | Updating git repository `https://github.com/oxidecomputer/typify` |
283 | 2024-07-22T22:30:43.132Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
284 | 2024-07-22T22:30:43.533Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
285 | 2024-07-22T22:30:43.792Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
286 | 2024-07-22T22:30:44.197Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
287 | 2024-07-22T22:30:45.352Z | Downloading crates ... |
288 | 2024-07-22T22:30:45.424Z | Downloaded adler v1.0.2 |
289 | 2024-07-22T22:30:45.432Z | Downloaded autocfg v1.3.0 |
290 | 2024-07-22T22:30:45.436Z | Downloaded bitflags v2.5.0 |
291 | 2024-07-22T22:30:45.442Z | Downloaded bytes v1.6.0 |
292 | 2024-07-22T22:30:45.446Z | Downloaded num_threads v0.1.7 |
293 | 2024-07-22T22:30:45.449Z | Downloaded foreign-types v0.3.2 |
294 | 2024-07-22T22:30:45.455Z | Downloaded is-terminal v0.4.12 |
295 | 2024-07-22T22:30:45.458Z | Downloaded num-conv v0.1.0 |
296 | 2024-07-22T22:30:45.463Z | Downloaded slog-async v2.8.0 |
297 | 2024-07-22T22:30:45.466Z | Downloaded serde_spanned v0.6.6 |
298 | 2024-07-22T22:30:45.468Z | Downloaded openssl-macros v0.1.1 |
299 | 2024-07-22T22:30:45.468Z | Downloaded byteorder v1.5.0 |
300 | 2024-07-22T22:30:45.471Z | Downloaded block-buffer v0.10.4 |
301 | 2024-07-22T22:30:45.471Z | Downloaded anstyle-query v1.0.3 |
302 | 2024-07-22T22:30:45.474Z | Downloaded sync_wrapper v0.1.2 |
303 | 2024-07-22T22:30:45.474Z | Downloaded anstyle-parse v0.2.4 |
304 | 2024-07-22T22:30:45.476Z | Downloaded http-body v0.4.6 |
305 | 2024-07-22T22:30:45.479Z | Downloaded pretty-hex v0.4.1 |
306 | 2024-07-22T22:30:45.479Z | Downloaded tower-service v0.3.2 |
307 | 2024-07-22T22:30:45.479Z | Downloaded scroll_derive v0.12.0 |
308 | 2024-07-22T22:30:45.482Z | Downloaded bytecount v0.6.8 |
309 | 2024-07-22T22:30:45.482Z | Downloaded want v0.3.1 |
310 | 2024-07-22T22:30:45.484Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-07-22T22:30:45.485Z | Downloaded mime v0.3.17 |
312 | 2024-07-22T22:30:45.487Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2024-07-22T22:30:45.487Z | Downloaded httpdate v1.0.3 |
314 | 2024-07-22T22:30:45.487Z | Downloaded hostname v0.3.1 |
315 | 2024-07-22T22:30:45.490Z | Downloaded heck v0.4.1 |
316 | 2024-07-22T22:30:45.490Z | Downloaded futures-task v0.3.30 |
317 | 2024-07-22T22:30:45.493Z | Downloaded futures-sink v0.3.30 |
318 | 2024-07-22T22:30:45.493Z | Downloaded macaddr v1.0.1 |
319 | 2024-07-22T22:30:45.495Z | Downloaded generic-array v0.14.7 |
320 | 2024-07-22T22:30:45.495Z | Downloaded semver v1.0.23 |
321 | 2024-07-22T22:30:45.498Z | Downloaded rustls-pemfile v1.0.4 |
322 | 2024-07-22T22:30:45.501Z | Downloaded scopeguard v1.2.0 |
323 | 2024-07-22T22:30:45.501Z | Downloaded tinyvec_macros v0.1.1 |
324 | 2024-07-22T22:30:45.504Z | Downloaded futures-io v0.3.30 |
325 | 2024-07-22T22:30:45.504Z | Downloaded try-lock v0.2.5 |
326 | 2024-07-22T22:30:45.504Z | Downloaded equivalent v1.0.1 |
327 | 2024-07-22T22:30:45.504Z | Downloaded take_mut v0.2.2 |
328 | 2024-07-22T22:30:45.507Z | Downloaded strum v0.26.3 |
329 | 2024-07-22T22:30:45.507Z | Downloaded deranged v0.3.11 |
330 | 2024-07-22T22:30:45.507Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2024-07-22T22:30:45.510Z | Downloaded proc-macro-error v1.0.4 |
332 | 2024-07-22T22:30:45.512Z | Downloaded percent-encoding v2.3.1 |
333 | 2024-07-22T22:30:45.512Z | Downloaded time-core v0.1.2 |
334 | 2024-07-22T22:30:45.515Z | Downloaded lock_api v0.4.12 |
335 | 2024-07-22T22:30:45.515Z | Downloaded hyper-tls v0.5.0 |
336 | 2024-07-22T22:30:45.517Z | Downloaded crc32fast v1.4.0 |
337 | 2024-07-22T22:30:45.517Z | Downloaded anstream v0.6.14 |
338 | 2024-07-22T22:30:45.520Z | Downloaded signal-hook-registry v1.4.2 |
339 | 2024-07-22T22:30:45.522Z | Downloaded xattr v1.3.1 |
340 | 2024-07-22T22:30:45.522Z | Downloaded is_terminal_polyfill v1.70.0 |
341 | 2024-07-22T22:30:45.525Z | Downloaded foreign-types-shared v0.1.1 |
342 | 2024-07-22T22:30:45.525Z | Downloaded slog-json v2.6.1 |
343 | 2024-07-22T22:30:45.527Z | Downloaded rustversion v1.0.17 |
344 | 2024-07-22T22:30:45.530Z | Downloaded filetime v0.2.23 |
345 | 2024-07-22T22:30:45.530Z | Downloaded match_cfg v0.1.0 |
346 | 2024-07-22T22:30:45.530Z | Downloaded serde_tokenstream v0.2.1 |
347 | 2024-07-22T22:30:45.533Z | Downloaded scroll v0.12.0 |
348 | 2024-07-22T22:30:45.535Z | Downloaded camino v1.1.7 |
349 | 2024-07-22T22:30:45.538Z | Downloaded plain v0.2.3 |
350 | 2024-07-22T22:30:45.538Z | Downloaded slog v2.7.0 |
351 | 2024-07-22T22:30:45.541Z | Downloaded serde_urlencoded v0.7.1 |
352 | 2024-07-22T22:30:45.544Z | Downloaded dtrace-parser v0.2.0 |
353 | 2024-07-22T22:30:45.544Z | Downloaded terminal_size v0.3.0 |
354 | 2024-07-22T22:30:45.544Z | Downloaded tokio-native-tls v0.3.1 |
355 | 2024-07-22T22:30:45.547Z | Downloaded memmap v0.7.0 |
356 | 2024-07-22T22:30:45.549Z | Downloaded tokio-macros v2.3.0 |
357 | 2024-07-22T22:30:45.550Z | Downloaded dirs-sys-next v0.1.2 |
358 | 2024-07-22T22:30:45.550Z | Downloaded digest v0.10.7 |
359 | 2024-07-22T22:30:45.552Z | Downloaded crypto-common v0.1.6 |
360 | 2024-07-22T22:30:45.552Z | Downloaded thread_local v1.1.8 |
361 | 2024-07-22T22:30:45.555Z | Downloaded crossbeam-utils v0.8.19 |
362 | 2024-07-22T22:30:45.557Z | Downloaded pkg-config v0.3.30 |
363 | 2024-07-22T22:30:45.557Z | Downloaded thread-id v4.2.1 |
364 | 2024-07-22T22:30:45.560Z | Downloaded futures-macro v0.3.30 |
365 | 2024-07-22T22:30:45.560Z | Downloaded futures v0.3.30 |
366 | 2024-07-22T22:30:45.563Z | Downloaded fnv v1.0.7 |
367 | 2024-07-22T22:30:45.566Z | Downloaded powerfmt v0.2.0 |
368 | 2024-07-22T22:30:45.566Z | Downloaded version_check v0.9.4 |
369 | 2024-07-22T22:30:45.568Z | Downloaded num_cpus v1.16.0 |
370 | 2024-07-22T22:30:45.571Z | Downloaded heck v0.5.0 |
371 | 2024-07-22T22:30:45.571Z | Downloaded sha2 v0.10.8 |
372 | 2024-07-22T22:30:45.573Z | Downloaded quote v1.0.36 |
373 | 2024-07-22T22:30:45.576Z | Downloaded time-macros v0.2.18 |
374 | 2024-07-22T22:30:45.579Z | Downloaded pest_meta v2.7.10 |
375 | 2024-07-22T22:30:45.581Z | Downloaded pest_generator v2.7.10 |
376 | 2024-07-22T22:30:45.581Z | Downloaded thiserror-impl v1.0.62 |
377 | 2024-07-22T22:30:45.584Z | Downloaded smallvec v1.13.2 |
378 | 2024-07-22T22:30:45.584Z | Downloaded parking_lot v0.12.2 |
379 | 2024-07-22T22:30:45.586Z | Downloaded pin-utils v0.1.0 |
380 | 2024-07-22T22:30:45.589Z | Downloaded zerocopy-derive v0.7.34 |
381 | 2024-07-22T22:30:45.591Z | Downloaded strum_macros v0.26.4 |
382 | 2024-07-22T22:30:45.593Z | Downloaded slog-term v2.9.1 |
383 | 2024-07-22T22:30:45.596Z | Downloaded clap v4.5.9 |
384 | 2024-07-22T22:30:45.603Z | Downloaded proc-macro2 v1.0.86 |
385 | 2024-07-22T22:30:45.606Z | Downloaded ryu v1.0.18 |
386 | 2024-07-22T22:30:45.608Z | Downloaded typenum v1.17.0 |
387 | 2024-07-22T22:30:45.611Z | Downloaded tinyvec v1.6.0 |
388 | 2024-07-22T22:30:45.614Z | Downloaded parking_lot_core v0.9.10 |
389 | 2024-07-22T22:30:45.616Z | Downloaded tar v0.4.41 |
390 | 2024-07-22T22:30:45.619Z | Downloaded unicode-ident v1.0.12 |
391 | 2024-07-22T22:30:45.621Z | Downloaded log v0.4.21 |
392 | 2024-07-22T22:30:45.624Z | Downloaded miniz_oxide v0.7.2 |
393 | 2024-07-22T22:30:45.624Z | Downloaded term v0.7.0 |
394 | 2024-07-22T22:30:45.626Z | Downloaded ucd-trie v0.1.6 |
395 | 2024-07-22T22:30:45.629Z | Downloaded unicode-bidi v0.3.15 |
396 | 2024-07-22T22:30:45.631Z | Downloaded futures-channel v0.3.30 |
397 | 2024-07-22T22:30:45.634Z | Downloaded cc v1.0.97 |
398 | 2024-07-22T22:30:45.636Z | Downloaded toml v0.8.15 |
399 | 2024-07-22T22:30:45.639Z | Downloaded socket2 v0.5.7 |
400 | 2024-07-22T22:30:45.641Z | Downloaded memchr v2.7.2 |
401 | 2024-07-22T22:30:45.644Z | Downloaded flate2 v1.0.30 |
402 | 2024-07-22T22:30:45.648Z | Downloaded papergrid v0.11.0 |
403 | 2024-07-22T22:30:45.653Z | Downloaded indexmap v2.2.6 |
404 | 2024-07-22T22:30:45.656Z | Downloaded tracing-core v0.1.32 |
405 | 2024-07-22T22:30:45.659Z | Downloaded serde v1.0.204 |
406 | 2024-07-22T22:30:45.662Z | Downloaded tracing v0.1.40 |
407 | 2024-07-22T22:30:45.665Z | Downloaded mio v0.8.11 |
408 | 2024-07-22T22:30:45.670Z | Downloaded http v0.2.12 |
409 | 2024-07-22T22:30:45.674Z | Downloaded url v2.5.2 |
410 | 2024-07-22T22:30:45.677Z | Downloaded crossbeam-channel v0.5.12 |
411 | 2024-07-22T22:30:45.681Z | Downloaded base64 v0.21.7 |
412 | 2024-07-22T22:30:45.684Z | Downloaded openssl-sys v0.9.103 |
413 | 2024-07-22T22:30:45.689Z | Downloaded once_cell v1.19.0 |
414 | 2024-07-22T22:30:45.691Z | Downloaded native-tls v0.2.11 |
415 | 2024-07-22T22:30:45.694Z | Downloaded httparse v1.8.0 |
416 | 2024-07-22T22:30:45.696Z | Downloaded unicode-normalization v0.1.23 |
417 | 2024-07-22T22:30:45.699Z | Downloaded toml_edit v0.22.16 |
418 | 2024-07-22T22:30:45.718Z | Downloaded hashbrown v0.14.5 |
419 | 2024-07-22T22:30:45.722Z | Downloaded tokio-util v0.7.11 |
420 | 2024-07-22T22:30:45.728Z | Downloaded time v0.3.36 |
421 | 2024-07-22T22:30:45.734Z | Downloaded reqwest v0.11.27 |
422 | 2024-07-22T22:30:45.741Z | Downloaded goblin v0.8.2 |
423 | 2024-07-22T22:30:45.747Z | Downloaded zerocopy v0.7.34 |
424 | 2024-07-22T22:30:45.761Z | Downloaded winnow v0.6.8 |
425 | 2024-07-22T22:30:45.769Z | Downloaded tabled v0.15.0 |
426 | 2024-07-22T22:30:45.783Z | Downloaded vcpkg v0.2.15 |
427 | 2024-07-22T22:30:45.818Z | Downloaded syn v2.0.72 |
428 | 2024-07-22T22:30:45.828Z | Downloaded rustix v0.38.34 |
429 | 2024-07-22T22:30:45.848Z | Downloaded syn v1.0.109 |
430 | 2024-07-22T22:30:45.857Z | Downloaded unicode-width v0.1.13 |
431 | 2024-07-22T22:30:45.864Z | Downloaded openssl v0.10.66 |
432 | 2024-07-22T22:30:45.872Z | Downloaded tokio v1.38.1 |
433 | 2024-07-22T22:30:45.905Z | Downloaded libc v0.2.155 |
434 | 2024-07-22T22:30:45.929Z | Downloaded idna v0.5.0 |
435 | 2024-07-22T22:30:45.935Z | Downloaded serde_json v1.0.120 |
436 | 2024-07-22T22:30:45.941Z | Downloaded encoding_rs v0.8.34 |
437 | 2024-07-22T22:30:45.959Z | Downloaded hyper v0.14.28 |
438 | 2024-07-22T22:30:45.966Z | Downloaded clap_builder v4.5.9 |
439 | 2024-07-22T22:30:45.972Z | Downloaded pest v2.7.10 |
440 | 2024-07-22T22:30:45.976Z | Downloaded h2 v0.3.26 |
441 | 2024-07-22T22:30:45.982Z | Downloaded futures-util v0.3.30 |
442 | 2024-07-22T22:30:45.991Z | Downloaded fs-err v2.11.0 |
443 | 2024-07-22T22:30:45.994Z | Downloaded cpufeatures v0.2.12 |
444 | 2024-07-22T22:30:45.994Z | Downloaded ipnet v2.9.0 |
445 | 2024-07-22T22:30:45.997Z | Downloaded cargo_toml v0.20.4 |
446 | 2024-07-22T22:30:45.997Z | Downloaded utf8parse v0.2.1 |
447 | 2024-07-22T22:30:46.000Z | Downloaded usdt-impl v0.5.0 |
448 | 2024-07-22T22:30:46.000Z | Downloaded usdt v0.5.0 |
449 | 2024-07-22T22:30:46.000Z | Downloaded toml_datetime v0.6.6 |
450 | 2024-07-22T22:30:46.002Z | Downloaded thiserror v1.0.62 |
451 | 2024-07-22T22:30:46.006Z | Downloaded openssl-probe v0.1.5 |
452 | 2024-07-22T22:30:46.006Z | Downloaded futures-executor v0.3.30 |
453 | 2024-07-22T22:30:46.009Z | Downloaded clap_lex v0.7.0 |
454 | 2024-07-22T22:30:46.009Z | Downloaded cfg-if v1.0.0 |
455 | 2024-07-22T22:30:46.009Z | Downloaded anyhow v1.0.86 |
456 | 2024-07-22T22:30:46.011Z | Downloaded swrite v0.1.0 |
457 | 2024-07-22T22:30:46.011Z | Downloaded slog-bunyan v2.5.0 |
458 | 2024-07-22T22:30:46.014Z | Downloaded cargo-platform v0.1.8 |
459 | 2024-07-22T22:30:46.014Z | Downloaded serde_derive v1.0.204 |
460 | 2024-07-22T22:30:46.017Z | Downloaded pin-project-lite v0.2.14 |
461 | 2024-07-22T22:30:46.019Z | Downloaded pest_derive v2.7.10 |
462 | 2024-07-22T22:30:46.022Z | Downloaded tabled_derive v0.7.0 |
463 | 2024-07-22T22:30:46.022Z | Downloaded strsim v0.11.1 |
464 | 2024-07-22T22:30:46.024Z | Downloaded slab v0.4.9 |
465 | 2024-07-22T22:30:46.024Z | Downloaded clap_derive v4.5.8 |
466 | 2024-07-22T22:30:46.028Z | Downloaded form_urlencoded v1.2.1 |
467 | 2024-07-22T22:30:46.028Z | Downloaded errno v0.3.9 |
468 | 2024-07-22T22:30:46.028Z | Downloaded colorchoice v1.0.1 |
469 | 2024-07-22T22:30:46.031Z | Downloaded anstyle v1.0.7 |
470 | 2024-07-22T22:30:46.031Z | Downloaded dof v0.3.0 |
471 | 2024-07-22T22:30:46.031Z | Downloaded dirs-next v2.0.0 |
472 | 2024-07-22T22:30:46.034Z | Downloaded cargo_metadata v0.18.1 |
473 | 2024-07-22T22:30:46.034Z | Downloaded itoa v1.0.11 |
474 | 2024-07-22T22:30:46.034Z | Downloaded futures-core v0.3.30 |
475 | 2024-07-22T22:30:46.322Z | Compiling proc-macro2 v1.0.86 |
476 | 2024-07-22T22:30:46.322Z | Compiling unicode-ident v1.0.12 |
477 | 2024-07-22T22:30:46.322Z | Compiling libc v0.2.155 |
478 | 2024-07-22T22:30:46.322Z | Compiling version_check v0.9.4 |
479 | 2024-07-22T22:30:46.325Z | Compiling cfg-if v1.0.0 |
480 | 2024-07-22T22:30:46.325Z | Compiling itoa v1.0.11 |
481 | 2024-07-22T22:30:46.364Z | Compiling once_cell v1.19.0 |
482 | 2024-07-22T22:30:46.364Z | Compiling autocfg v1.3.0 |
483 | 2024-07-22T22:30:46.587Z | Compiling serde v1.0.204 |
484 | 2024-07-22T22:30:46.611Z | Compiling memchr v2.7.2 |
485 | 2024-07-22T22:30:46.633Z | Compiling thiserror v1.0.62 |
486 | 2024-07-22T22:30:46.836Z | Compiling ryu v1.0.18 |
487 | 2024-07-22T22:30:47.198Z | Compiling pin-project-lite v0.2.14 |
488 | 2024-07-22T22:30:47.243Z | Compiling bitflags v2.5.0 |
489 | 2024-07-22T22:30:47.313Z | Compiling cc v1.0.97 |
490 | 2024-07-22T22:30:47.337Z | Compiling pkg-config v0.3.30 |
491 | 2024-07-22T22:30:47.358Z | Compiling vcpkg v0.2.15 |
492 | 2024-07-22T22:30:47.380Z | Compiling lock_api v0.4.12 |
493 | 2024-07-22T22:30:47.709Z | Compiling parking_lot_core v0.9.10 |
494 | 2024-07-22T22:30:47.733Z | Compiling ucd-trie v0.1.6 |
495 | 2024-07-22T22:30:48.146Z | Compiling quote v1.0.36 |
496 | 2024-07-22T22:30:48.440Z | Compiling slab v0.4.9 |
497 | 2024-07-22T22:30:48.548Z | Compiling syn v2.0.72 |
498 | 2024-07-22T22:30:48.717Z | Compiling futures-core v0.3.30 |
499 | 2024-07-22T22:30:48.830Z | Compiling futures-sink v0.3.30 |
500 | 2024-07-22T22:30:48.954Z | Compiling scopeguard v1.2.0 |
501 | 2024-07-22T22:30:48.979Z | Compiling smallvec v1.13.2 |
502 | 2024-07-22T22:30:49.002Z | Compiling bytes v1.6.0 |
503 | 2024-07-22T22:30:49.245Z | Compiling serde_json v1.0.120 |
504 | 2024-07-22T22:30:49.484Z | Compiling equivalent v1.0.1 |
505 | 2024-07-22T22:30:49.537Z | Compiling hashbrown v0.14.5 |
506 | 2024-07-22T22:30:49.562Z | Compiling fnv v1.0.7 |
507 | 2024-07-22T22:30:49.596Z | Compiling log v0.4.21 |
508 | 2024-07-22T22:30:49.621Z | Compiling byteorder v1.5.0 |
509 | 2024-07-22T22:30:49.994Z | Compiling parking_lot v0.12.2 |
510 | 2024-07-22T22:30:50.019Z | Compiling futures-channel v0.3.30 |
511 | 2024-07-22T22:30:50.040Z | Compiling socket2 v0.5.7 |
512 | 2024-07-22T22:30:50.063Z | Compiling num_cpus v1.16.0 |
513 | 2024-07-22T22:30:50.194Z | Compiling mio v0.8.11 |
514 | 2024-07-22T22:30:50.249Z | Compiling signal-hook-registry v1.4.2 |
515 | 2024-07-22T22:30:50.442Z | Compiling typenum v1.17.0 |
516 | 2024-07-22T22:30:50.879Z | Compiling openssl-sys v0.9.103 |
517 | 2024-07-22T22:30:50.903Z | Compiling indexmap v2.2.6 |
518 | 2024-07-22T22:30:51.092Z | Compiling futures-task v0.3.30 |
519 | 2024-07-22T22:30:51.340Z | Compiling futures-io v0.3.30 |
520 | 2024-07-22T22:30:51.426Z | Compiling rustix v0.38.34 |
521 | 2024-07-22T22:30:51.509Z | Compiling pin-utils v0.1.0 |
522 | 2024-07-22T22:30:51.638Z | Compiling errno v0.3.9 |
523 | 2024-07-22T22:30:51.673Z | Compiling generic-array v0.14.7 |
524 | 2024-07-22T22:30:51.742Z | Compiling openssl v0.10.66 |
525 | 2024-07-22T22:30:51.784Z | Compiling foreign-types-shared v0.1.1 |
526 | 2024-07-22T22:30:51.890Z | Compiling slog v2.7.0 |
527 | 2024-07-22T22:30:51.892Z | Compiling foreign-types v0.3.2 |
528 | 2024-07-22T22:30:52.143Z | Compiling http v0.2.12 |
529 | 2024-07-22T22:30:52.253Z | Compiling proc-macro-error-attr v1.0.4 |
530 | 2024-07-22T22:30:52.436Z | Compiling usdt-impl v0.5.0 |
531 | 2024-07-22T22:30:52.508Z | Compiling tracing-core v0.1.32 |
532 | 2024-07-22T22:30:52.749Z | Compiling time-core v0.1.2 |
533 | 2024-07-22T22:30:52.774Z | Compiling tinyvec_macros v0.1.1 |
534 | 2024-07-22T22:30:52.875Z | Compiling powerfmt v0.2.0 |
535 | 2024-07-22T22:30:52.921Z | Compiling native-tls v0.2.11 |
536 | 2024-07-22T22:30:53.236Z | Compiling num-conv v0.1.0 |
537 | 2024-07-22T22:30:53.277Z | Compiling httparse v1.8.0 |
538 | 2024-07-22T22:30:53.393Z | Compiling syn v1.0.109 |
539 | 2024-07-22T22:30:53.527Z | Compiling time-macros v0.2.18 |
540 | 2024-07-22T22:30:53.764Z | Compiling tracing v0.1.40 |
541 | 2024-07-22T22:30:53.883Z | Compiling deranged v0.3.11 |
542 | 2024-07-22T22:30:54.083Z | Compiling tinyvec v1.6.0 |
543 | 2024-07-22T22:30:54.340Z | Compiling thread-id v4.2.1 |
544 | 2024-07-22T22:30:54.629Z | Compiling proc-macro-error v1.0.4 |
545 | 2024-07-22T22:30:54.902Z | Compiling rustversion v1.0.17 |
546 | 2024-07-22T22:30:55.030Z | Compiling num_threads v0.1.7 |
547 | 2024-07-22T22:30:55.159Z | Compiling openssl-probe v0.1.5 |
548 | 2024-07-22T22:30:55.185Z | Compiling utf8parse v0.2.1 |
549 | 2024-07-22T22:30:55.346Z | Compiling try-lock v0.2.5 |
550 | 2024-07-22T22:30:55.380Z | Compiling percent-encoding v2.3.1 |
551 | 2024-07-22T22:30:55.493Z | Compiling crossbeam-utils v0.8.19 |
552 | 2024-07-22T22:30:55.518Z | Compiling plain v0.2.3 |
553 | 2024-07-22T22:30:55.541Z | Compiling heck v0.5.0 |
554 | 2024-07-22T22:30:55.672Z | Compiling form_urlencoded v1.2.1 |
555 | 2024-07-22T22:30:55.695Z | Compiling unicode-normalization v0.1.23 |
556 | 2024-07-22T22:30:55.736Z | Compiling want v0.3.1 |
557 | 2024-07-22T22:30:55.839Z | Compiling anstyle-parse v0.2.4 |
558 | 2024-07-22T22:30:56.143Z | Compiling http-body v0.4.6 |
559 | 2024-07-22T22:30:56.179Z | Compiling dirs-sys-next v0.1.2 |
560 | 2024-07-22T22:30:56.794Z | Compiling winnow v0.6.8 |
561 | 2024-07-22T22:30:56.834Z | Compiling anstyle v1.0.7 |
562 | 2024-07-22T22:30:56.872Z | Compiling camino v1.1.7 |
563 | 2024-07-22T22:30:56.919Z | Compiling anstyle-query v1.0.3 |
564 | 2024-07-22T22:30:56.942Z | Compiling time v0.3.36 |
565 | 2024-07-22T22:30:56.964Z | Compiling colorchoice v1.0.1 |
566 | 2024-07-22T22:30:57.053Z | Compiling is_terminal_polyfill v1.70.0 |
567 | 2024-07-22T22:30:57.133Z | Compiling unicode-bidi v0.3.15 |
568 | 2024-07-22T22:30:57.181Z | Compiling tower-service v0.3.2 |
569 | 2024-07-22T22:30:57.302Z | Compiling httpdate v1.0.3 |
570 | 2024-07-22T22:30:57.326Z | Compiling crc32fast v1.4.0 |
571 | 2024-07-22T22:30:57.494Z | Compiling pretty-hex v0.4.1 |
572 | 2024-07-22T22:30:57.710Z | Compiling semver v1.0.23 |
573 | 2024-07-22T22:30:57.773Z | Compiling idna v0.5.0 |
574 | 2024-07-22T22:30:57.950Z | Compiling anstream v0.6.14 |
575 | 2024-07-22T22:30:58.452Z | Compiling dirs-next v2.0.0 |
576 | 2024-07-22T22:30:58.691Z | Compiling crypto-common v0.1.6 |
577 | 2024-07-22T22:30:59.334Z | Compiling block-buffer v0.10.4 |
578 | 2024-07-22T22:30:59.574Z | Compiling terminal_size v0.3.0 |
579 | 2024-07-22T22:30:59.731Z | Compiling fs-err v2.11.0 |
580 | 2024-07-22T22:30:59.783Z | Compiling thread_local v1.1.8 |
581 | 2024-07-22T22:30:59.910Z | Compiling strsim v0.11.1 |
582 | 2024-07-22T22:30:59.997Z | Compiling bytecount v0.6.8 |
583 | 2024-07-22T22:31:00.190Z | Compiling clap_lex v0.7.0 |
584 | 2024-07-22T22:31:00.222Z | Compiling unicode-width v0.1.13 |
585 | 2024-07-22T22:31:00.328Z | Compiling adler v1.0.2 |
586 | 2024-07-22T22:31:00.464Z | Compiling anyhow v1.0.86 |
587 | 2024-07-22T22:31:00.517Z | Compiling match_cfg v0.1.0 |
588 | 2024-07-22T22:31:00.540Z | Compiling base64 v0.21.7 |
589 | 2024-07-22T22:31:00.609Z | Compiling heck v0.4.1 |
590 | 2024-07-22T22:31:00.718Z | Compiling slog-async v2.8.0 |
591 | 2024-07-22T22:31:00.797Z | Compiling hostname v0.3.1 |
592 | 2024-07-22T22:31:00.834Z | Compiling miniz_oxide v0.7.2 |
593 | 2024-07-22T22:31:01.042Z | Compiling rustls-pemfile v1.0.4 |
594 | 2024-07-22T22:31:01.091Z | Compiling clap_builder v4.5.9 |
595 | 2024-07-22T22:31:01.248Z | Compiling papergrid v0.11.0 |
596 | 2024-07-22T22:31:01.311Z | Compiling digest v0.10.7 |
597 | 2024-07-22T22:31:01.439Z | Compiling crossbeam-channel v0.5.12 |
598 | 2024-07-22T22:31:01.517Z | Compiling term v0.7.0 |
599 | 2024-07-22T22:31:01.607Z | Compiling serde_derive v1.0.204 |
600 | 2024-07-22T22:31:01.757Z | Compiling thiserror-impl v1.0.62 |
601 | 2024-07-22T22:31:02.437Z | Compiling zerocopy-derive v0.7.34 |
602 | 2024-07-22T22:31:02.591Z | Compiling tokio-macros v2.3.0 |
603 | 2024-07-22T22:31:02.818Z | Compiling futures-macro v0.3.30 |
604 | 2024-07-22T22:31:03.183Z | Compiling scroll_derive v0.12.0 |
605 | 2024-07-22T22:31:04.344Z | Compiling tokio v1.38.1 |
606 | 2024-07-22T22:31:04.702Z | Compiling openssl-macros v0.1.1 |
607 | 2024-07-22T22:31:04.795Z | Compiling zerocopy v0.7.34 |
608 | 2024-07-22T22:31:05.003Z | Compiling futures-util v0.3.30 |
609 | 2024-07-22T22:31:05.321Z | Compiling pest v2.7.10 |
610 | 2024-07-22T22:31:05.598Z | Compiling scroll v0.12.0 |
611 | 2024-07-22T22:31:06.146Z | Compiling goblin v0.8.2 |
612 | 2024-07-22T22:31:06.375Z | Compiling tabled_derive v0.7.0 |
613 | 2024-07-22T22:31:08.344Z | Compiling pest_meta v2.7.10 |
614 | 2024-07-22T22:31:08.971Z | Compiling strum_macros v0.26.4 |
615 | 2024-07-22T22:31:11.246Z | Compiling pest_generator v2.7.10 |
616 | 2024-07-22T22:31:13.390Z | Compiling tokio-util v0.7.11 |
617 | 2024-07-22T22:31:13.627Z | Compiling pest_derive v2.7.10 |
618 | 2024-07-22T22:31:14.444Z | Compiling dtrace-parser v0.2.0 |
619 | 2024-07-22T22:31:14.550Z | Compiling h2 v0.3.26 |
620 | 2024-07-22T22:31:14.711Z | Compiling tokio-native-tls v0.3.1 |
621 | 2024-07-22T22:31:14.804Z | Compiling futures-executor v0.3.30 |
622 | 2024-07-22T22:31:14.988Z | Compiling clap_derive v4.5.8 |
623 | 2024-07-22T22:31:15.387Z | Compiling url v2.5.2 |
624 | 2024-07-22T22:31:16.820Z | Compiling serde_spanned v0.6.6 |
625 | 2024-07-22T22:31:16.846Z | Compiling toml_datetime v0.6.6 |
626 | 2024-07-22T22:31:17.366Z | Compiling serde_tokenstream v0.2.1 |
627 | 2024-07-22T22:31:17.624Z | Compiling toml_edit v0.22.16 |
628 | 2024-07-22T22:31:18.062Z | Compiling cargo-platform v0.1.8 |
629 | 2024-07-22T22:31:18.662Z | Compiling dof v0.3.0 |
630 | 2024-07-22T22:31:18.710Z | Compiling slog-json v2.6.1 |
631 | 2024-07-22T22:31:19.520Z | Compiling hyper v0.14.28 |
632 | 2024-07-22T22:31:20.114Z | Compiling serde_urlencoded v0.7.1 |
633 | 2024-07-22T22:31:20.480Z | Compiling xattr v1.3.1 |
634 | 2024-07-22T22:31:20.635Z | Compiling toml v0.8.15 |
635 | 2024-07-22T22:31:20.755Z | Compiling filetime v0.2.23 |
636 | 2024-07-22T22:31:20.889Z | Compiling is-terminal v0.4.12 |
637 | 2024-07-22T22:31:21.017Z | Compiling memmap v0.7.0 |
638 | 2024-07-22T22:31:21.091Z | Compiling encoding_rs v0.8.34 |
639 | 2024-07-22T22:31:21.230Z | Compiling sync_wrapper v0.1.2 |
640 | 2024-07-22T22:31:21.393Z | Compiling mime v0.3.17 |
641 | 2024-07-22T22:31:21.417Z | Compiling take_mut v0.2.2 |
642 | 2024-07-22T22:31:21.575Z | Compiling ipnet v2.9.0 |
643 | 2024-07-22T22:31:21.907Z | Compiling usdt-attr-macro v0.5.0 |
644 | 2024-07-22T22:31:21.953Z | Compiling usdt-macro v0.5.0 |
645 | 2024-07-22T22:31:22.028Z | Compiling cpufeatures v0.2.12 |
646 | 2024-07-22T22:31:22.136Z | Compiling sha2 v0.10.8 |
647 | 2024-07-22T22:31:22.778Z | Compiling cargo_toml v0.20.4 |
648 | 2024-07-22T22:31:23.265Z | Compiling hyper-tls v0.5.0 |
649 | 2024-07-22T22:31:23.383Z | Compiling usdt v0.5.0 |
650 | 2024-07-22T22:31:23.611Z | Compiling reqwest v0.11.27 |
651 | 2024-07-22T22:31:23.686Z | Compiling slog-term v2.9.1 |
652 | 2024-07-22T22:31:23.868Z | Compiling tar v0.4.41 |
653 | 2024-07-22T22:31:24.953Z | Compiling flate2 v1.0.30 |
654 | 2024-07-22T22:31:25.569Z | Compiling clap v4.5.9 |
655 | 2024-07-22T22:31:25.688Z | Compiling slog-bunyan v2.5.0 |
656 | 2024-07-22T22:31:25.712Z | Compiling cargo_metadata v0.18.1 |
657 | 2024-07-22T22:31:25.766Z | Compiling macaddr v1.0.1 |
658 | 2024-07-22T22:31:25.890Z | Compiling futures v0.3.30 |
659 | 2024-07-22T22:31:25.916Z | Compiling strum v0.26.3 |
660 | 2024-07-22T22:31:26.016Z | Compiling tabled v0.15.0 |
661 | 2024-07-22T22:31:26.213Z | Compiling swrite v0.1.0 |
662 | 2024-07-22T22:31:30.756Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
663 | 2024-07-22T22:31:38.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
664 | 2024-07-22T22:31:38.295Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
665 | 2024-07-22T22:31:38.353Z | Jul 22 22:31:37.444 INFO Starting download, target: Cockroach |
666 | 2024-07-22T22:31:38.353Z | Jul 22 22:31:37.444 INFO Starting download, target: Clickhouse |
667 | 2024-07-22T22:31:38.353Z | Jul 22 22:31:37.444 INFO Starting download, target: Console |
668 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.444 INFO Starting download, target: DendriteOpenapi |
669 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.444 INFO Starting download, target: DendriteStub |
670 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.444 INFO Starting download, target: MaghemiteMgd |
671 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.444 INFO Starting download, target: TransceiverControl |
672 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.445 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
673 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.445 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
674 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.445 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
675 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.445 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
676 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.445 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
677 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.445 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
678 | 2024-07-22T22:31:38.356Z | Jul 22 22:31:37.445 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
679 | 2024-07-22T22:31:38.573Z | Jul 22 22:31:37.661 INFO Download complete, target: DendriteOpenapi |
680 | 2024-07-22T22:31:38.618Z | Jul 22 22:31:37.708 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
681 | 2024-07-22T22:31:38.955Z | Jul 22 22:31:38.043 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
682 | 2024-07-22T22:31:39.111Z | Jul 22 22:31:38.201 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
683 | 2024-07-22T22:31:39.119Z | Jul 22 22:31:38.210 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
684 | 2024-07-22T22:31:39.365Z | Jul 22 22:31:38.456 INFO Download complete, target: Console |
685 | 2024-07-22T22:31:39.444Z | Jul 22 22:31:38.535 INFO Download complete, target: TransceiverControl |
686 | 2024-07-22T22:31:40.540Z | Jul 22 22:31:39.630 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
687 | 2024-07-22T22:31:41.493Z | Jul 22 22:31:40.581 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
688 | 2024-07-22T22:31:41.493Z | Jul 22 22:31:40.581 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
689 | 2024-07-22T22:31:42.243Z | Jul 22 22:31:41.332 INFO Download complete, target: DendriteStub |
690 | 2024-07-22T22:31:42.355Z | Jul 22 22:31:41.446 INFO Download complete, target: MaghemiteMgd |
691 | 2024-07-22T22:31:50.143Z | Jul 22 22:31:49.233 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
692 | 2024-07-22T22:31:50.465Z | Jul 22 22:31:49.555 INFO Checking that binary works, target: Cockroach |
693 | 2024-07-22T22:31:50.650Z | Jul 22 22:31:49.740 INFO Download complete, target: Cockroach |
694 | 2024-07-22T22:31:55.282Z | Jul 22 22:31:54.372 INFO Checking that binary works, target: Clickhouse |
695 | 2024-07-22T22:31:55.456Z | Jul 22 22:31:54.546 INFO Download complete, target: Clickhouse |
696 | 2024-07-22T22:31:55.478Z | All builder prerequisites installed successfully, and PATH looks valid |
697 | 2024-07-22T22:31:55.481Z | |
698 | 2024-07-22T22:31:55.481Z | real 2:27.048648071 |
699 | 2024-07-22T22:31:55.481Z | user 5:50.949598718 |
700 | 2024-07-22T22:31:55.481Z | sys 1:18.853213634 |
701 | 2024-07-22T22:31:55.481Z | trap 0.217234872 |
702 | 2024-07-22T22:31:55.481Z | tflt 0.171213905 |
703 | 2024-07-22T22:31:55.481Z | dflt 0.704661006 |
704 | 2024-07-22T22:31:55.481Z | kflt 0.017383095 |
705 | 2024-07-22T22:31:55.481Z | lock 13:00.408855135 |
706 | 2024-07-22T22:31:55.481Z | slp 16:25.615096442 |
707 | 2024-07-22T22:31:55.481Z | lat 22.931404754 |
708 | 2024-07-22T22:31:55.481Z | stop 1:07.626859630 |
709 | 2024-07-22T22:31:55.481Z | + banner hack-check |
710 | 2024-07-22T22:31:55.484Z | |
711 | 2024-07-22T22:31:55.484Z | # # ## #### # # #### # # ###### #### # # |
712 | 2024-07-22T22:31:55.484Z | # # # # # # # # # # # # # # # # # |
713 | 2024-07-22T22:31:55.484Z | ###### # # # #### ##### # ###### ##### # #### |
714 | 2024-07-22T22:31:55.484Z | # # ###### # # # # # # # # # # |
715 | 2024-07-22T22:31:55.484Z | # # # # # # # # # # # # # # # # # |
716 | 2024-07-22T22:31:55.484Z | # # # # #### # # #### # # ###### #### # # |
717 | 2024-07-22T22:31:55.484Z | |
718 | 2024-07-22T22:31:55.484Z | + export CARGO_INCREMENTAL=0 |
719 | 2024-07-22T22:31:55.484Z | + CARGO_INCREMENTAL=0 |
720 | 2024-07-22T22:31:55.484Z | + ptime -m timeout 2h cargo xtask check-features --ci |
721 | 2024-07-22T22:31:56.041Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
722 | 2024-07-22T22:32:03.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s |
723 | 2024-07-22T22:32:03.291Z | Running `target/debug/xtask check-features --ci` |
724 | 2024-07-22T22:32:03.311Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
725 | 2024-07-22T22:32:03.311Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
726 | 2024-07-22T22:32:03.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
727 | 2024-07-22T22:32:03.804Z | Running `target/debug/xtask download cargo-hack` |
728 | 2024-07-22T22:32:03.828Z | Jul 22 22:32:02.917 INFO Starting download, target: CargoHack |
729 | 2024-07-22T22:32:03.830Z | Jul 22 22:32:02.918 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
730 | 2024-07-22T22:32:04.453Z | Jul 22 22:32:03.542 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
731 | 2024-07-22T22:32:04.559Z | Jul 22 22:32:03.648 INFO Download complete, target: CargoHack |
732 | 2024-07-22T22:32:04.563Z | 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" |
733 | 2024-07-22T22:32:04.579Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
734 | 2024-07-22T22:32:04.708Z | info: running `cargo check --bins` on api_identity (1/137) |
735 | 2024-07-22T22:32:05.098Z | Downloading crates ... |
736 | 2024-07-22T22:32:05.234Z | Downloaded addr2line v0.21.0 |
737 | 2024-07-22T22:32:05.245Z | Downloaded phf_shared v0.10.0 |
738 | 2024-07-22T22:32:05.247Z | Downloaded diesel_table_macro_syntax v0.1.0 |
739 | 2024-07-22T22:32:05.247Z | Downloaded peg-runtime v0.8.3 |
740 | 2024-07-22T22:32:05.250Z | Downloaded hubpack_derive v0.1.1 |
741 | 2024-07-22T22:32:05.250Z | Downloaded precomputed-hash v0.1.1 |
742 | 2024-07-22T22:32:05.250Z | Downloaded matches v0.1.10 |
743 | 2024-07-22T22:32:05.254Z | Downloaded schemars v0.8.21 |
744 | 2024-07-22T22:32:05.268Z | Downloaded ahash v0.8.11 |
745 | 2024-07-22T22:32:05.274Z | Downloaded fallible-iterator v0.2.0 |
746 | 2024-07-22T22:32:05.278Z | Downloaded stringprep v0.1.4 |
747 | 2024-07-22T22:32:05.281Z | Downloaded static_assertions v1.1.0 |
748 | 2024-07-22T22:32:05.283Z | Downloaded new_debug_unreachable v1.0.6 |
749 | 2024-07-22T22:32:05.286Z | Downloaded zeroize_derive v1.4.2 |
750 | 2024-07-22T22:32:05.288Z | Downloaded normalize-line-endings v0.3.0 |
751 | 2024-07-22T22:32:05.291Z | Downloaded unicode-xid v0.2.4 |
752 | 2024-07-22T22:32:05.291Z | Downloaded string_cache v0.8.7 |
753 | 2024-07-22T22:32:05.295Z | Downloaded serde_repr v0.1.19 |
754 | 2024-07-22T22:32:05.295Z | Downloaded sec1 v0.7.3 |
755 | 2024-07-22T22:32:05.298Z | Downloaded untrusted v0.9.0 |
756 | 2024-07-22T22:32:05.298Z | Downloaded strum_macros v0.25.3 |
757 | 2024-07-22T22:32:05.301Z | Downloaded group v0.13.0 |
758 | 2024-07-22T22:32:05.301Z | Downloaded zeroize v1.7.0 |
759 | 2024-07-22T22:32:05.303Z | Downloaded subtle v2.5.0 |
760 | 2024-07-22T22:32:05.303Z | Downloaded sct v0.7.1 |
761 | 2024-07-22T22:32:05.306Z | Downloaded scheduled-thread-pool v0.2.7 |
762 | 2024-07-22T22:32:05.308Z | Downloaded spki v0.7.3 |
763 | 2024-07-22T22:32:05.308Z | Downloaded signal-hook-mio v0.2.3 |
764 | 2024-07-22T22:32:05.311Z | Downloaded psl-types v2.0.11 |
765 | 2024-07-22T22:32:05.311Z | Downloaded inout v0.1.3 |
766 | 2024-07-22T22:32:05.311Z | Downloaded block-padding v0.3.3 |
767 | 2024-07-22T22:32:05.314Z | Downloaded whoami v1.5.1 |
768 | 2024-07-22T22:32:05.314Z | Downloaded enum-as-inner v0.5.1 |
769 | 2024-07-22T22:32:05.316Z | Downloaded yasna v0.5.2 |
770 | 2024-07-22T22:32:05.319Z | Downloaded spin v0.9.8 |
771 | 2024-07-22T22:32:05.321Z | Downloaded predicates v3.1.0 |
772 | 2024-07-22T22:32:05.324Z | Downloaded bit-set v0.5.3 |
773 | 2024-07-22T22:32:05.324Z | Downloaded tokio-rustls v0.24.1 |
774 | 2024-07-22T22:32:05.327Z | Downloaded rustc_version v0.4.0 |
775 | 2024-07-22T22:32:05.327Z | Downloaded num-iter v0.1.45 |
776 | 2024-07-22T22:32:05.329Z | Downloaded similar v2.5.0 |
777 | 2024-07-22T22:32:05.332Z | Downloaded serde_derive_internals v0.29.1 |
778 | 2024-07-22T22:32:05.334Z | Downloaded uuid v1.10.0 |
779 | 2024-07-22T22:32:05.337Z | Downloaded either v1.12.0 |
780 | 2024-07-22T22:32:05.337Z | Downloaded zerocopy v0.6.6 |
781 | 2024-07-22T22:32:05.339Z | Downloaded signal-hook v0.3.17 |
782 | 2024-07-22T22:32:05.342Z | Downloaded tracing-attributes v0.1.27 |
783 | 2024-07-22T22:32:05.344Z | Downloaded bitflags v1.3.2 |
784 | 2024-07-22T22:32:05.347Z | Downloaded getrandom v0.2.14 |
785 | 2024-07-22T22:32:05.349Z | Downloaded hex v0.4.3 |
786 | 2024-07-22T22:32:05.352Z | Downloaded toml v0.7.8 |
787 | 2024-07-22T22:32:05.355Z | Downloaded float-cmp v0.9.0 |
788 | 2024-07-22T22:32:05.358Z | Downloaded tokio-postgres v0.7.10 |
789 | 2024-07-22T22:32:05.364Z | Downloaded md-5 v0.10.6 |
790 | 2024-07-22T22:32:05.367Z | Downloaded toml_edit v0.19.15 |
791 | 2024-07-22T22:32:05.389Z | Downloaded ppv-lite86 v0.2.17 |
792 | 2024-07-22T22:32:05.392Z | Downloaded unicode-segmentation v1.11.0 |
793 | 2024-07-22T22:32:05.394Z | Downloaded rand_core v0.6.4 |
794 | 2024-07-22T22:32:05.397Z | Downloaded rand_chacha v0.3.1 |
795 | 2024-07-22T22:32:05.397Z | Downloaded r2d2 v0.8.10 |
796 | 2024-07-22T22:32:05.399Z | Downloaded iana-time-zone v0.1.60 |
797 | 2024-07-22T22:32:05.402Z | Downloaded postgres-types v0.2.6 |
798 | 2024-07-22T22:32:05.405Z | Downloaded pkcs8 v0.10.2 |
799 | 2024-07-22T22:32:05.407Z | Downloaded lalrpop-util v0.19.12 |
800 | 2024-07-22T22:32:05.407Z | Downloaded winnow v0.5.40 |
801 | 2024-07-22T22:32:05.416Z | Downloaded rustls-webpki v0.101.7 |
802 | 2024-07-22T22:32:05.430Z | Downloaded crossbeam-epoch v0.9.18 |
803 | 2024-07-22T22:32:05.433Z | Downloaded rustls v0.21.12 |
804 | 2024-07-22T22:32:05.444Z | Downloaded webpki-roots v0.25.4 |
805 | 2024-07-22T22:32:05.448Z | Downloaded trust-dns-proto v0.22.0 |
806 | 2024-07-22T22:32:05.460Z | Downloaded smoltcp v0.9.1 |
807 | 2024-07-22T22:32:05.470Z | Downloaded zerocopy-derive v0.6.6 |
808 | 2024-07-22T22:32:05.479Z | Downloaded rustc-demangle v0.1.24 |
809 | 2024-07-22T22:32:05.481Z | Downloaded num-traits v0.2.19 |
810 | 2024-07-22T22:32:05.484Z | Downloaded hmac v0.12.1 |
811 | 2024-07-22T22:32:05.486Z | Downloaded postgres-protocol v0.6.6 |
812 | 2024-07-22T22:32:05.486Z | Downloaded pem-rfc7468 v0.7.0 |
813 | 2024-07-22T22:32:05.489Z | Downloaded lazy_static v1.5.0 |
814 | 2024-07-22T22:32:05.489Z | Downloaded hyper-rustls v0.24.2 |
815 | 2024-07-22T22:32:05.492Z | Downloaded hubpack v0.1.2 |
816 | 2024-07-22T22:32:05.494Z | Downloaded der_derive v0.7.2 |
817 | 2024-07-22T22:32:05.494Z | Downloaded cookie_store v0.20.0 |
818 | 2024-07-22T22:32:05.497Z | Downloaded elliptic-curve v0.13.8 |
819 | 2024-07-22T22:32:05.500Z | Downloaded const-oid v0.9.6 |
820 | 2024-07-22T22:32:05.502Z | Downloaded cipher v0.4.4 |
821 | 2024-07-22T22:32:05.502Z | Downloaded console v0.15.8 |
822 | 2024-07-22T22:32:05.505Z | Downloaded diesel_derives v2.1.4 |
823 | 2024-07-22T22:32:05.508Z | Downloaded crypto-bigint v0.5.5 |
824 | 2024-07-22T22:32:05.515Z | Downloaded cookie v0.17.0 |
825 | 2024-07-22T22:32:05.517Z | Downloaded heapless v0.7.17 |
826 | 2024-07-22T22:32:05.520Z | Downloaded base64ct v1.6.0 |
827 | 2024-07-22T22:32:05.523Z | Downloaded async-trait v0.1.81 |
828 | 2024-07-22T22:32:05.525Z | Downloaded der v0.7.9 |
829 | 2024-07-22T22:32:05.529Z | Downloaded managed v0.8.0 |
830 | 2024-07-22T22:32:05.532Z | Downloaded phf_shared v0.11.2 |
831 | 2024-07-22T22:32:05.532Z | Downloaded phf v0.11.2 |
832 | 2024-07-22T22:32:05.534Z | Downloaded num-integer v0.1.46 |
833 | 2024-07-22T22:32:05.534Z | Downloaded backtrace v0.3.71 |
834 | 2024-07-22T22:32:05.538Z | Downloaded allocator-api2 v0.2.18 |
835 | 2024-07-22T22:32:05.541Z | Downloaded ipnetwork v0.20.0 |
836 | 2024-07-22T22:32:05.544Z | Downloaded rand v0.8.5 |
837 | 2024-07-22T22:32:05.547Z | Downloaded publicsuffix v2.2.3 |
838 | 2024-07-22T22:32:05.549Z | Downloaded predicates-core v1.0.6 |
839 | 2024-07-22T22:32:05.552Z | Downloaded ff v0.13.0 |
840 | 2024-07-22T22:32:05.552Z | Downloaded fixedbitset v0.4.2 |
841 | 2024-07-22T22:32:05.554Z | Downloaded difflib v0.4.0 |
842 | 2024-07-22T22:32:05.554Z | Downloaded minimal-lexical v0.2.1 |
843 | 2024-07-22T22:32:05.557Z | Downloaded data-encoding v2.6.0 |
844 | 2024-07-22T22:32:05.560Z | Downloaded tokio-stream v0.1.15 |
845 | 2024-07-22T22:32:05.563Z | Downloaded hash32 v0.2.1 |
846 | 2024-07-22T22:32:05.565Z | Downloaded num-bigint v0.4.5 |
847 | 2024-07-22T22:32:05.568Z | Downloaded bit-vec v0.6.3 |
848 | 2024-07-22T22:32:05.571Z | Downloaded flagset v0.4.5 |
849 | 2024-07-22T22:32:05.573Z | Downloaded base16ct v0.2.0 |
850 | 2024-07-22T22:32:05.574Z | Downloaded dyn-clone v1.0.17 |
851 | 2024-07-22T22:32:05.576Z | Downloaded stable_deref_trait v1.2.0 |
852 | 2024-07-22T22:32:05.576Z | Downloaded siphasher v0.3.11 |
853 | 2024-07-22T22:32:05.576Z | Downloaded schemars_derive v0.8.21 |
854 | 2024-07-22T22:32:05.598Z | Downloaded itertools v0.10.5 |
855 | 2024-07-22T22:32:05.604Z | Downloaded nom v7.1.3 |
856 | 2024-07-22T22:32:05.609Z | Downloaded crossterm v0.27.0 |
857 | 2024-07-22T22:32:05.627Z | Downloaded itertools v0.12.1 |
858 | 2024-07-22T22:32:05.634Z | Downloaded regex-automata v0.1.10 |
859 | 2024-07-22T22:32:05.656Z | Downloaded hkdf v0.12.4 |
860 | 2024-07-22T22:32:05.714Z | Downloaded aho-corasick v1.1.3 |
861 | 2024-07-22T22:32:05.724Z | Downloaded chrono v0.4.38 |
862 | 2024-07-22T22:32:05.775Z | Downloaded idna v0.2.3 |
863 | 2024-07-22T22:32:05.782Z | Downloaded regex v1.10.5 |
864 | 2024-07-22T22:32:05.794Z | Downloaded object v0.32.2 |
865 | 2024-07-22T22:32:05.804Z | Downloaded idna v0.3.0 |
866 | 2024-07-22T22:32:05.810Z | Downloaded gimli v0.28.1 |
867 | 2024-07-22T22:32:05.820Z | Downloaded bstr v0.2.17 |
868 | 2024-07-22T22:32:05.829Z | Downloaded diesel v2.1.6 |
869 | 2024-07-22T22:32:05.847Z | Downloaded regex-syntax v0.8.3 |
870 | 2024-07-22T22:32:05.856Z | Downloaded openapiv3 v2.0.0 |
871 | 2024-07-22T22:32:05.868Z | Downloaded bstr v1.9.1 |
872 | 2024-07-22T22:32:05.933Z | Downloaded regex-automata v0.4.6 |
873 | 2024-07-22T22:32:05.949Z | Downloaded finl_unicode v1.2.0 |
874 | 2024-07-22T22:32:05.961Z | Downloaded petgraph v0.6.5 |
875 | 2024-07-22T22:32:06.223Z | Downloaded ring v0.17.8 |
876 | 2024-07-22T22:32:07.693Z | Downloaded libm v0.2.8 |
877 | 2024-07-22T22:32:07.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
878 | 2024-07-22T22:32:07.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
879 | 2024-07-22T22:32:07.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
880 | 2024-07-22T22:32:07.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
881 | 2024-07-22T22:32:07.763Z | |
882 | 2024-07-22T22:32:07.763Z | info: running `cargo check --bins` on bootstore (2/137) |
883 | 2024-07-22T22:32:08.177Z | Downloading crates ... |
884 | 2024-07-22T22:32:08.335Z | Downloaded async-stream-impl v0.3.5 |
885 | 2024-07-22T22:32:08.338Z | Downloaded backoff v0.4.0 |
886 | 2024-07-22T22:32:08.341Z | Downloaded async-stream v0.3.5 |
887 | 2024-07-22T22:32:08.341Z | Downloaded aead v0.5.2 |
888 | 2024-07-22T22:32:08.344Z | Downloaded convert_case v0.4.0 |
889 | 2024-07-22T22:32:08.347Z | Downloaded heapless v0.8.0 |
890 | 2024-07-22T22:32:08.353Z | Downloaded ciborium-io v0.2.2 |
891 | 2024-07-22T22:32:08.355Z | Downloaded cstr-argument v0.1.2 |
892 | 2024-07-22T22:32:08.359Z | Downloaded opaque-debug v0.3.1 |
893 | 2024-07-22T22:32:08.369Z | Downloaded pretty-hex v0.2.1 |
894 | 2024-07-22T22:32:08.371Z | Downloaded sigpipe v0.1.3 |
895 | 2024-07-22T22:32:08.371Z | Downloaded darling_macro v0.20.9 |
896 | 2024-07-22T22:32:08.376Z | Downloaded instant v0.1.12 |
897 | 2024-07-22T22:32:08.379Z | Downloaded ident_case v1.0.1 |
898 | 2024-07-22T22:32:08.379Z | Downloaded foreign-types-shared v0.3.1 |
899 | 2024-07-22T22:32:08.379Z | Downloaded crucible-workspace-hack v0.1.0 |
900 | 2024-07-22T22:32:08.382Z | Downloaded camino-tempfile v1.1.1 |
901 | 2024-07-22T22:32:08.382Z | Downloaded hash32 v0.3.1 |
902 | 2024-07-22T22:32:08.384Z | Downloaded curve25519-dalek-derive v0.1.1 |
903 | 2024-07-22T22:32:08.387Z | Downloaded fastrand v2.1.0 |
904 | 2024-07-22T22:32:08.394Z | Downloaded waitgroup v0.1.2 |
905 | 2024-07-22T22:32:08.400Z | Downloaded defmt-macros v0.3.9 |
906 | 2024-07-22T22:32:08.403Z | Downloaded foreign-types-macros v0.2.3 |
907 | 2024-07-22T22:32:08.405Z | Downloaded ciborium-ll v0.2.2 |
908 | 2024-07-22T22:32:08.406Z | Downloaded getopts v0.2.21 |
909 | 2024-07-22T22:32:08.408Z | Downloaded debug-ignore v1.0.5 |
910 | 2024-07-22T22:32:08.411Z | Downloaded serde_path_to_error v0.1.16 |
911 | 2024-07-22T22:32:08.411Z | Downloaded keccak v0.1.5 |
912 | 2024-07-22T22:32:08.413Z | Downloaded structmeta-derive v0.3.0 |
913 | 2024-07-22T22:32:08.413Z | Downloaded num_enum v0.5.11 |
914 | 2024-07-22T22:32:08.417Z | Downloaded cobs v0.2.3 |
915 | 2024-07-22T22:32:08.419Z | Downloaded parse-display-derive v0.9.1 |
916 | 2024-07-22T22:32:08.419Z | Downloaded universal-hash v0.5.1 |
917 | 2024-07-22T22:32:08.422Z | Downloaded smf v0.2.3 |
918 | 2024-07-22T22:32:08.422Z | Downloaded newtype-uuid v1.1.0 |
919 | 2024-07-22T22:32:08.424Z | Downloaded sha1 v0.10.6 |
920 | 2024-07-22T22:32:08.424Z | Downloaded defmt-parser v0.3.4 |
921 | 2024-07-22T22:32:08.428Z | Downloaded colored v2.1.0 |
922 | 2024-07-22T22:32:08.430Z | Downloaded thiserror-no-std v2.0.2 |
923 | 2024-07-22T22:32:08.433Z | Downloaded hostname v0.4.0 |
924 | 2024-07-22T22:32:08.436Z | Downloaded chacha20 v0.9.1 |
925 | 2024-07-22T22:32:08.438Z | Downloaded secrecy v0.8.0 |
926 | 2024-07-22T22:32:08.438Z | Downloaded paste v1.0.15 |
927 | 2024-07-22T22:32:08.441Z | Downloaded parse-display v0.9.1 |
928 | 2024-07-22T22:32:08.443Z | Downloaded thiserror-impl-no-std v2.0.2 |
929 | 2024-07-22T22:32:08.443Z | Downloaded defmt v0.3.8 |
930 | 2024-07-22T22:32:08.446Z | Downloaded proc-macro-crate v1.3.1 |
931 | 2024-07-22T22:32:08.449Z | Downloaded num_enum_derive v0.5.11 |
932 | 2024-07-22T22:32:08.449Z | Downloaded embedded-io v0.4.0 |
933 | 2024-07-22T22:32:08.451Z | Downloaded foreign-types v0.5.0 |
934 | 2024-07-22T22:32:08.451Z | Downloaded atomic-waker v1.1.2 |
935 | 2024-07-22T22:32:08.454Z | Downloaded tabwriter v1.4.0 |
936 | 2024-07-22T22:32:08.454Z | Downloaded num-derive v0.4.2 |
937 | 2024-07-22T22:32:08.456Z | Downloaded structmeta v0.3.0 |
938 | 2024-07-22T22:32:08.459Z | Downloaded tempfile v3.10.1 |
939 | 2024-07-22T22:32:08.461Z | Downloaded rustls-pemfile v2.1.2 |
940 | 2024-07-22T22:32:08.464Z | Downloaded vsss-rs v3.3.4 |
941 | 2024-07-22T22:32:08.467Z | Downloaded serde_with_macros v3.8.3 |
942 | 2024-07-22T22:32:08.467Z | Downloaded darling v0.20.9 |
943 | 2024-07-22T22:32:08.471Z | Downloaded derive_more v0.99.18 |
944 | 2024-07-22T22:32:08.475Z | Downloaded multer v3.1.0 |
945 | 2024-07-22T22:32:08.482Z | Downloaded tokio-rustls v0.25.0 |
946 | 2024-07-22T22:32:08.485Z | Downloaded socket2 v0.4.10 |
947 | 2024-07-22T22:32:08.488Z | Downloaded poly1305 v0.8.0 |
948 | 2024-07-22T22:32:08.491Z | Downloaded indexmap v1.9.3 |
949 | 2024-07-22T22:32:08.493Z | Downloaded rustls-pki-types v1.7.0 |
950 | 2024-07-22T22:32:08.496Z | Downloaded ciborium v0.2.2 |
951 | 2024-07-22T22:32:08.498Z | Downloaded postcard v1.0.8 |
952 | 2024-07-22T22:32:08.503Z | Downloaded half v2.4.1 |
953 | 2024-07-22T22:32:08.513Z | Downloaded serde_yaml v0.9.34+deprecated |
954 | 2024-07-22T22:32:08.519Z | Downloaded chacha20poly1305 v0.10.1 |
955 | 2024-07-22T22:32:08.522Z | Downloaded darling_core v0.20.9 |
956 | 2024-07-22T22:32:08.525Z | Downloaded base64 v0.22.1 |
957 | 2024-07-22T22:32:08.529Z | Downloaded unsafe-libyaml v0.2.11 |
958 | 2024-07-22T22:32:08.534Z | Downloaded hashbrown v0.12.3 |
959 | 2024-07-22T22:32:08.545Z | Downloaded http v1.1.0 |
960 | 2024-07-22T22:32:08.572Z | Downloaded serde_with v3.8.3 |
961 | 2024-07-22T22:32:08.586Z | Downloaded rustls-webpki v0.102.4 |
962 | 2024-07-22T22:32:08.645Z | Downloaded curve25519-dalek v4.1.3 |
963 | 2024-07-22T22:32:08.653Z | Downloaded regress v0.9.1 |
964 | 2024-07-22T22:32:08.661Z | Downloaded smoltcp v0.11.0 |
965 | 2024-07-22T22:32:08.673Z | Downloaded rustls v0.22.4 |
966 | 2024-07-22T22:32:08.689Z | Downloaded sha3 v0.10.8 |
967 | 2024-07-22T22:32:08.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
968 | 2024-07-22T22:32:08.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
969 | 2024-07-22T22:32:08.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
970 | 2024-07-22T22:32:08.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
971 | 2024-07-22T22:32:08.762Z | |
972 | 2024-07-22T22:32:08.762Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/137) |
973 | 2024-07-22T22:32:09.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
974 | 2024-07-22T22:32:09.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
975 | 2024-07-22T22:32:09.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
976 | 2024-07-22T22:32:09.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
977 | 2024-07-22T22:32:09.324Z | |
978 | 2024-07-22T22:32:09.324Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/137) |
979 | 2024-07-22T22:32:09.780Z | Downloading crates ... |
980 | 2024-07-22T22:32:09.889Z | Downloaded quick-error v1.2.3 |
981 | 2024-07-22T22:32:09.892Z | Downloaded rusty-fork v0.3.0 |
982 | 2024-07-22T22:32:09.898Z | Downloaded unarray v0.1.4 |
983 | 2024-07-22T22:32:09.901Z | Downloaded structmeta-derive v0.2.0 |
984 | 2024-07-22T22:32:09.901Z | Downloaded rand_xorshift v0.3.0 |
985 | 2024-07-22T22:32:09.906Z | Downloaded proptest v1.4.0 |
986 | 2024-07-22T22:32:09.915Z | Downloaded wait-timeout v0.2.0 |
987 | 2024-07-22T22:32:09.917Z | Downloaded test-strategy v0.3.1 |
988 | 2024-07-22T22:32:09.920Z | Downloaded structmeta v0.2.0 |
989 | 2024-07-22T22:32:09.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
990 | 2024-07-22T22:32:09.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
991 | 2024-07-22T22:32:09.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
992 | 2024-07-22T22:32:09.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
993 | 2024-07-22T22:32:09.984Z | |
994 | 2024-07-22T22:32:09.984Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/137) |
995 | 2024-07-22T22:32:10.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
996 | 2024-07-22T22:32:10.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
997 | 2024-07-22T22:32:10.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
998 | 2024-07-22T22:32:10.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
999 | 2024-07-22T22:32:10.407Z | |
1000 | 2024-07-22T22:32:10.407Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/137) |
1001 | 2024-07-22T22:32:10.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1002 | 2024-07-22T22:32:10.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1003 | 2024-07-22T22:32:10.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1004 | 2024-07-22T22:32:10.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1005 | 2024-07-22T22:32:10.851Z | |
1006 | 2024-07-22T22:32:10.851Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/137) |
1007 | 2024-07-22T22:32:11.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1008 | 2024-07-22T22:32:11.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1009 | 2024-07-22T22:32:11.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1010 | 2024-07-22T22:32:11.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1011 | 2024-07-22T22:32:11.283Z | |
1012 | 2024-07-22T22:32:11.283Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/137) |
1013 | 2024-07-22T22:32:11.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1014 | 2024-07-22T22:32:11.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1015 | 2024-07-22T22:32:11.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1016 | 2024-07-22T22:32:11.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1017 | 2024-07-22T22:32:11.696Z | |
1018 | 2024-07-22T22:32:11.696Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/137) |
1019 | 2024-07-22T22:32:12.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1020 | 2024-07-22T22:32:12.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1021 | 2024-07-22T22:32:12.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1022 | 2024-07-22T22:32:12.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1023 | 2024-07-22T22:32:12.110Z | |
1024 | 2024-07-22T22:32:12.111Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/137) |
1025 | 2024-07-22T22:32:12.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1026 | 2024-07-22T22:32:12.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1027 | 2024-07-22T22:32:12.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1028 | 2024-07-22T22:32:12.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1029 | 2024-07-22T22:32:12.522Z | |
1030 | 2024-07-22T22:32:12.522Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/137) |
1031 | 2024-07-22T22:32:12.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1032 | 2024-07-22T22:32:12.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1033 | 2024-07-22T22:32:12.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1034 | 2024-07-22T22:32:12.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1035 | 2024-07-22T22:32:12.938Z | |
1036 | 2024-07-22T22:32:12.938Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/137) |
1037 | 2024-07-22T22:32:13.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1038 | 2024-07-22T22:32:13.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1039 | 2024-07-22T22:32:13.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1040 | 2024-07-22T22:32:13.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1041 | 2024-07-22T22:32:13.356Z | |
1042 | 2024-07-22T22:32:13.356Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/137) |
1043 | 2024-07-22T22:32:13.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1044 | 2024-07-22T22:32:13.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1045 | 2024-07-22T22:32:13.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1046 | 2024-07-22T22:32:13.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1047 | 2024-07-22T22:32:13.769Z | |
1048 | 2024-07-22T22:32:13.769Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/137) |
1049 | 2024-07-22T22:32:14.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1050 | 2024-07-22T22:32:14.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1051 | 2024-07-22T22:32:14.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1052 | 2024-07-22T22:32:14.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1053 | 2024-07-22T22:32:14.181Z | |
1054 | 2024-07-22T22:32:14.181Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/137) |
1055 | 2024-07-22T22:32:14.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1056 | 2024-07-22T22:32:14.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1057 | 2024-07-22T22:32:14.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1058 | 2024-07-22T22:32:14.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1059 | 2024-07-22T22:32:14.595Z | |
1060 | 2024-07-22T22:32:14.595Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/137) |
1061 | 2024-07-22T22:32:14.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1062 | 2024-07-22T22:32:14.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1063 | 2024-07-22T22:32:14.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1064 | 2024-07-22T22:32:14.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1065 | 2024-07-22T22:32:15.003Z | |
1066 | 2024-07-22T22:32:15.003Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/137) |
1067 | 2024-07-22T22:32:15.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1068 | 2024-07-22T22:32:15.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1069 | 2024-07-22T22:32:15.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1070 | 2024-07-22T22:32:15.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1071 | 2024-07-22T22:32:15.412Z | |
1072 | 2024-07-22T22:32:15.412Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/137) |
1073 | 2024-07-22T22:32:15.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1074 | 2024-07-22T22:32:15.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1075 | 2024-07-22T22:32:15.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1076 | 2024-07-22T22:32:15.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1077 | 2024-07-22T22:32:15.826Z | |
1078 | 2024-07-22T22:32:15.826Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/137) |
1079 | 2024-07-22T22:32:16.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1080 | 2024-07-22T22:32:16.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1081 | 2024-07-22T22:32:16.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1082 | 2024-07-22T22:32:16.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1083 | 2024-07-22T22:32:16.240Z | |
1084 | 2024-07-22T22:32:16.240Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/137) |
1085 | 2024-07-22T22:32:16.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1086 | 2024-07-22T22:32:16.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1087 | 2024-07-22T22:32:16.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1088 | 2024-07-22T22:32:16.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1089 | 2024-07-22T22:32:16.651Z | |
1090 | 2024-07-22T22:32:16.651Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/137) |
1091 | 2024-07-22T22:32:17.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1092 | 2024-07-22T22:32:17.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1093 | 2024-07-22T22:32:17.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1094 | 2024-07-22T22:32:17.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1095 | 2024-07-22T22:32:17.062Z | |
1096 | 2024-07-22T22:32:17.062Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/137) |
1097 | 2024-07-22T22:32:17.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1098 | 2024-07-22T22:32:17.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1099 | 2024-07-22T22:32:17.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1100 | 2024-07-22T22:32:17.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1101 | 2024-07-22T22:32:17.479Z | |
1102 | 2024-07-22T22:32:17.479Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/137) |
1103 | 2024-07-22T22:32:17.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1104 | 2024-07-22T22:32:17.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1105 | 2024-07-22T22:32:17.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1106 | 2024-07-22T22:32:17.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1107 | 2024-07-22T22:32:17.900Z | |
1108 | 2024-07-22T22:32:17.900Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/137) |
1109 | 2024-07-22T22:32:18.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1110 | 2024-07-22T22:32:18.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1111 | 2024-07-22T22:32:18.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1112 | 2024-07-22T22:32:18.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1113 | 2024-07-22T22:32:18.303Z | |
1114 | 2024-07-22T22:32:18.303Z | info: running `cargo check --bins` on sled-hardware-types (25/137) |
1115 | 2024-07-22T22:32:18.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1116 | 2024-07-22T22:32:18.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1117 | 2024-07-22T22:32:18.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1118 | 2024-07-22T22:32:18.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1119 | 2024-07-22T22:32:18.864Z | |
1120 | 2024-07-22T22:32:18.864Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/137) |
1121 | 2024-07-22T22:32:19.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1122 | 2024-07-22T22:32:19.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1123 | 2024-07-22T22:32:19.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1124 | 2024-07-22T22:32:19.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1125 | 2024-07-22T22:32:19.426Z | |
1126 | 2024-07-22T22:32:19.426Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/137) |
1127 | 2024-07-22T22:32:19.838Z | Downloading crates ... |
1128 | 2024-07-22T22:32:19.974Z | Downloaded downcast v0.11.0 |
1129 | 2024-07-22T22:32:19.977Z | Downloaded termtree v0.4.1 |
1130 | 2024-07-22T22:32:19.986Z | Downloaded mockall_derive v0.12.1 |
1131 | 2024-07-22T22:32:19.988Z | Downloaded fragile v2.0.0 |
1132 | 2024-07-22T22:32:19.991Z | Downloaded predicates-tree v1.0.9 |
1133 | 2024-07-22T22:32:19.991Z | Downloaded mockall v0.12.1 |
1134 | 2024-07-22T22:32:20.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1135 | 2024-07-22T22:32:20.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1136 | 2024-07-22T22:32:20.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1137 | 2024-07-22T22:32:20.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1138 | 2024-07-22T22:32:20.058Z | |
1139 | 2024-07-22T22:32:20.059Z | info: running `cargo check --bins` on oxlog (28/137) |
1140 | 2024-07-22T22:32:20.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1141 | 2024-07-22T22:32:20.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1142 | 2024-07-22T22:32:20.616Z | Compiling serde v1.0.204 |
1143 | 2024-07-22T22:32:20.616Z | Checking cfg-if v1.0.0 |
1144 | 2024-07-22T22:32:20.619Z | Checking libc v0.2.155 |
1145 | 2024-07-22T22:32:20.696Z | Compiling syn v2.0.72 |
1146 | 2024-07-22T22:32:20.700Z | Compiling getrandom v0.2.14 |
1147 | 2024-07-22T22:32:20.703Z | Compiling generic-array v0.14.7 |
1148 | 2024-07-22T22:32:20.703Z | Compiling scopeguard v1.2.0 |
1149 | 2024-07-22T22:32:20.747Z | Compiling log v0.4.21 |
1150 | 2024-07-22T22:32:20.849Z | Compiling lock_api v0.4.12 |
1151 | 2024-07-22T22:32:21.025Z | Compiling libm v0.2.8 |
1152 | 2024-07-22T22:32:21.165Z | Compiling num-traits v0.2.19 |
1153 | 2024-07-22T22:32:21.169Z | Compiling ahash v0.8.11 |
1154 | 2024-07-22T22:32:21.200Z | Compiling serde_json v1.0.120 |
1155 | 2024-07-22T22:32:21.264Z | Checking memchr v2.7.2 |
1156 | 2024-07-22T22:32:21.345Z | Checking byteorder v1.5.0 |
1157 | 2024-07-22T22:32:21.495Z | Compiling smallvec v1.13.2 |
1158 | 2024-07-22T22:32:21.515Z | Checking itoa v1.0.11 |
1159 | 2024-07-22T22:32:21.558Z | Compiling rand_core v0.6.4 |
1160 | 2024-07-22T22:32:21.699Z | Checking once_cell v1.19.0 |
1161 | 2024-07-22T22:32:21.730Z | Compiling ring v0.17.8 |
1162 | 2024-07-22T22:32:21.877Z | Compiling parking_lot_core v0.9.10 |
1163 | 2024-07-22T22:32:21.976Z | Checking pin-project-lite v0.2.14 |
1164 | 2024-07-22T22:32:22.084Z | Compiling spin v0.9.8 |
1165 | 2024-07-22T22:32:22.097Z | Compiling mio v0.8.11 |
1166 | 2024-07-22T22:32:22.099Z | Checking typenum v1.17.0 |
1167 | 2024-07-22T22:32:22.237Z | Compiling parking_lot v0.12.2 |
1168 | 2024-07-22T22:32:22.485Z | Checking signal-hook-registry v1.4.2 |
1169 | 2024-07-22T22:32:23.045Z | Compiling subtle v2.5.0 |
1170 | 2024-07-22T22:32:23.076Z | Compiling const-oid v0.9.6 |
1171 | 2024-07-22T22:32:23.187Z | Compiling unicode-normalization v0.1.23 |
1172 | 2024-07-22T22:32:23.367Z | Compiling allocator-api2 v0.2.18 |
1173 | 2024-07-22T22:32:23.380Z | Checking futures-core v0.3.30 |
1174 | 2024-07-22T22:32:23.382Z | Checking tinyvec_macros v0.1.1 |
1175 | 2024-07-22T22:32:23.462Z | Compiling unicode-bidi v0.3.15 |
1176 | 2024-07-22T22:32:23.949Z | Checking tinyvec v1.6.0 |
1177 | 2024-07-22T22:32:24.111Z | Checking num_cpus v1.16.0 |
1178 | 2024-07-22T22:32:24.210Z | Checking socket2 v0.5.7 |
1179 | 2024-07-22T22:32:24.960Z | Checking ryu v1.0.18 |
1180 | 2024-07-22T22:32:25.173Z | Compiling time-macros v0.2.18 |
1181 | 2024-07-22T22:32:25.906Z | Compiling syn v1.0.109 |
1182 | 2024-07-22T22:32:25.973Z | Checking futures-sink v0.3.30 |
1183 | 2024-07-22T22:32:26.110Z | Checking equivalent v1.0.1 |
1184 | 2024-07-22T22:32:26.135Z | Compiling rustls v0.21.12 |
1185 | 2024-07-22T22:32:26.204Z | Checking futures-channel v0.3.30 |
1186 | 2024-07-22T22:32:26.239Z | Checking slab v0.4.9 |
1187 | 2024-07-22T22:32:26.394Z | Compiling ppv-lite86 v0.2.17 |
1188 | 2024-07-22T22:32:26.429Z | Checking futures-task v0.3.30 |
1189 | 2024-07-22T22:32:26.468Z | Checking pin-utils v0.1.0 |
1190 | 2024-07-22T22:32:26.526Z | Checking futures-io v0.3.30 |
1191 | 2024-07-22T22:32:26.553Z | Compiling cookie v0.17.0 |
1192 | 2024-07-22T22:32:26.642Z | Compiling untrusted v0.9.0 |
1193 | 2024-07-22T22:32:26.687Z | Compiling schemars v0.8.21 |
1194 | 2024-07-22T22:32:26.794Z | Compiling signal-hook v0.3.17 |
1195 | 2024-07-22T22:32:26.864Z | Compiling base64ct v1.6.0 |
1196 | 2024-07-22T22:32:27.034Z | Compiling iana-time-zone v0.1.60 |
1197 | 2024-07-22T22:32:27.115Z | Compiling rand_chacha v0.3.1 |
1198 | 2024-07-22T22:32:27.452Z | Checking percent-encoding v2.3.1 |
1199 | 2024-07-22T22:32:27.454Z | Compiling pem-rfc7468 v0.7.0 |
1200 | 2024-07-22T22:32:27.630Z | Compiling rand v0.8.5 |
1201 | 2024-07-22T22:32:28.083Z | Compiling serde_derive_internals v0.29.1 |
1202 | 2024-07-22T22:32:28.246Z | Checking tracing-core v0.1.32 |
1203 | 2024-07-22T22:32:28.624Z | Compiling backtrace v0.3.71 |
1204 | 2024-07-22T22:32:28.897Z | Checking fnv v1.0.7 |
1205 | 2024-07-22T22:32:29.014Z | Compiling smoltcp v0.9.1 |
1206 | 2024-07-22T22:32:29.046Z | Compiling siphasher v0.3.11 |
1207 | 2024-07-22T22:32:29.421Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1208 | 2024-07-22T22:32:29.435Z | Compiling flagset v0.4.5 |
1209 | 2024-07-22T22:32:29.638Z | Compiling crossbeam-utils v0.8.19 |
1210 | 2024-07-22T22:32:29.760Z | Compiling time v0.3.36 |
1211 | 2024-07-22T22:32:30.271Z | Compiling sct v0.7.1 |
1212 | 2024-07-22T22:32:30.282Z | Compiling rustls-webpki v0.101.7 |
1213 | 2024-07-22T22:32:30.720Z | Compiling idna v0.5.0 |
1214 | 2024-07-22T22:32:30.980Z | Compiling lazy_static v1.5.0 |
1215 | 2024-07-22T22:32:31.099Z | Compiling aho-corasick v1.1.3 |
1216 | 2024-07-22T22:32:31.855Z | Checking powerfmt v0.2.0 |
1217 | 2024-07-22T22:32:32.133Z | Compiling regex-syntax v0.8.3 |
1218 | 2024-07-22T22:32:32.260Z | Checking foreign-types-shared v0.1.1 |
1219 | 2024-07-22T22:32:32.296Z | Compiling finl_unicode v1.2.0 |
1220 | 2024-07-22T22:32:32.372Z | Checking foreign-types v0.3.2 |
1221 | 2024-07-22T22:32:32.462Z | Checking deranged v0.3.11 |
1222 | 2024-07-22T22:32:32.570Z | Compiling url v2.5.2 |
1223 | 2024-07-22T22:32:32.837Z | Compiling stringprep v0.1.4 |
1224 | 2024-07-22T22:32:34.206Z | Compiling diesel_table_macro_syntax v0.1.0 |
1225 | 2024-07-22T22:32:34.502Z | Checking form_urlencoded v1.2.1 |
1226 | 2024-07-22T22:32:34.596Z | Compiling num-integer v0.1.46 |
1227 | 2024-07-22T22:32:34.691Z | Compiling idna v0.3.0 |
1228 | 2024-07-22T22:32:35.185Z | Checking openssl-sys v0.9.103 |
1229 | 2024-07-22T22:32:35.362Z | Compiling serde_derive v1.0.204 |
1230 | 2024-07-22T22:32:35.406Z | Compiling zeroize_derive v1.4.2 |
1231 | 2024-07-22T22:32:36.315Z | Compiling zerocopy-derive v0.7.34 |
1232 | 2024-07-22T22:32:36.493Z | Compiling tokio-macros v2.3.0 |
1233 | 2024-07-22T22:32:36.798Z | Compiling futures-macro v0.3.30 |
1234 | 2024-07-22T22:32:37.078Z | Compiling zeroize v1.7.0 |
1235 | 2024-07-22T22:32:37.450Z | Compiling thiserror-impl v1.0.62 |
1236 | 2024-07-22T22:32:38.610Z | Compiling zerocopy v0.7.34 |
1237 | 2024-07-22T22:32:39.975Z | Compiling tracing-attributes v0.1.27 |
1238 | 2024-07-22T22:32:40.122Z | Compiling scroll_derive v0.12.0 |
1239 | 2024-07-22T22:32:40.640Z | Compiling crypto-common v0.1.6 |
1240 | 2024-07-22T22:32:40.830Z | Compiling thiserror v1.0.62 |
1241 | 2024-07-22T22:32:40.873Z | Compiling hashbrown v0.14.5 |
1242 | 2024-07-22T22:32:40.926Z | Compiling openssl-macros v0.1.1 |
1243 | 2024-07-22T22:32:40.956Z | Compiling pest v2.7.10 |
1244 | 2024-07-22T22:32:41.123Z | Compiling der_derive v0.7.2 |
1245 | 2024-07-22T22:32:41.685Z | Compiling block-buffer v0.10.4 |
1246 | 2024-07-22T22:32:41.936Z | Compiling futures-util v0.3.30 |
1247 | 2024-07-22T22:32:42.232Z | Compiling digest v0.10.7 |
1248 | 2024-07-22T22:32:42.828Z | Compiling scroll v0.12.0 |
1249 | 2024-07-22T22:32:43.384Z | Compiling pest_meta v2.7.10 |
1250 | 2024-07-22T22:32:43.581Z | Compiling goblin v0.8.2 |
1251 | 2024-07-22T22:32:43.747Z | Compiling schemars_derive v0.8.21 |
1252 | 2024-07-22T22:32:43.804Z | Compiling hmac v0.12.1 |
1253 | 2024-07-22T22:32:44.041Z | Compiling tracing v0.1.40 |
1254 | 2024-07-22T22:32:44.543Z | Compiling pest_generator v2.7.10 |
1255 | 2024-07-22T22:32:46.673Z | Compiling der v0.7.9 |
1256 | 2024-07-22T22:32:47.300Z | Compiling hubpack_derive v0.1.1 |
1257 | 2024-07-22T22:32:48.220Z | Compiling async-trait v0.1.81 |
1258 | 2024-07-22T22:32:48.279Z | Compiling zerocopy-derive v0.6.6 |
1259 | 2024-07-22T22:32:48.492Z | Compiling sha2 v0.10.8 |
1260 | 2024-07-22T22:32:48.778Z | Compiling pest_derive v2.7.10 |
1261 | 2024-07-22T22:32:49.492Z | Checking bytes v1.6.0 |
1262 | 2024-07-22T22:32:49.545Z | Checking bitflags v2.5.0 |
1263 | 2024-07-22T22:32:50.484Z | Checking tokio v1.38.1 |
1264 | 2024-07-22T22:32:50.759Z | Compiling indexmap v2.2.6 |
1265 | 2024-07-22T22:32:51.452Z | Compiling semver v1.0.23 |
1266 | 2024-07-22T22:32:51.962Z | Compiling rustc_version v0.4.0 |
1267 | 2024-07-22T22:32:52.145Z | Compiling http v0.2.12 |
1268 | 2024-07-22T22:32:52.197Z | Compiling uuid v1.10.0 |
1269 | 2024-07-22T22:32:52.722Z | Compiling heapless v0.7.17 |
1270 | 2024-07-22T22:32:52.735Z | Compiling dof v0.3.0 |
1271 | 2024-07-22T22:32:53.197Z | Compiling chrono v0.4.38 |
1272 | 2024-07-22T22:32:53.493Z | Compiling dtrace-parser v0.2.0 |
1273 | 2024-07-22T22:32:53.735Z | Compiling http-body v0.4.6 |
1274 | 2024-07-22T22:32:54.196Z | Compiling usdt-impl v0.5.0 |
1275 | 2024-07-22T22:32:54.256Z | Compiling openssl v0.10.66 |
1276 | 2024-07-22T22:32:55.085Z | Compiling serde_tokenstream v0.2.1 |
1277 | 2024-07-22T22:32:55.703Z | Compiling rustix v0.38.34 |
1278 | 2024-07-22T22:32:55.952Z | Compiling toml_datetime v0.6.6 |
1279 | 2024-07-22T22:32:56.112Z | Compiling serde_spanned v0.6.6 |
1280 | 2024-07-22T22:32:56.323Z | Compiling spki v0.7.3 |
1281 | 2024-07-22T22:32:56.425Z | Compiling md-5 v0.10.6 |
1282 | 2024-07-22T22:32:56.688Z | Compiling regex-automata v0.4.6 |
1283 | 2024-07-22T22:32:56.691Z | Compiling hash32 v0.2.1 |
1284 | 2024-07-22T22:32:57.029Z | Compiling fs-err v2.11.0 |
1285 | 2024-07-22T22:32:57.268Z | Checking num_threads v0.1.7 |
1286 | 2024-07-22T22:32:57.367Z | Checking unicode-ident v1.0.12 |
1287 | 2024-07-22T22:32:57.370Z | Compiling psl-types v2.0.11 |
1288 | 2024-07-22T22:32:57.393Z | Checking tokio-util v0.7.11 |
1289 | 2024-07-22T22:32:57.524Z | Compiling anyhow v1.0.86 |
1290 | 2024-07-22T22:32:57.549Z | Checking num-conv v0.1.0 |
1291 | 2024-07-22T22:32:57.771Z | Checking try-lock v0.2.5 |
1292 | 2024-07-22T22:32:58.076Z | Compiling fallible-iterator v0.2.0 |
1293 | 2024-07-22T22:32:58.107Z | Checking base64 v0.21.7 |
1294 | 2024-07-22T22:32:58.191Z | Compiling stable_deref_trait v1.2.0 |
1295 | 2024-07-22T22:32:58.212Z | Checking time-core v0.1.2 |
1296 | 2024-07-22T22:32:58.292Z | Compiling slog v2.7.0 |
1297 | 2024-07-22T22:32:58.363Z | Compiling dyn-clone v1.0.17 |
1298 | 2024-07-22T22:32:58.546Z | Compiling gimli v0.28.1 |
1299 | 2024-07-22T22:32:58.698Z | Compiling postgres-protocol v0.6.6 |
1300 | 2024-07-22T22:33:00.088Z | Compiling h2 v0.3.26 |
1301 | 2024-07-22T22:33:00.212Z | Compiling native-tls v0.2.11 |
1302 | 2024-07-22T22:33:00.880Z | Compiling tokio-native-tls v0.3.1 |
1303 | 2024-07-22T22:33:01.138Z | Compiling tokio-rustls v0.24.1 |
1304 | 2024-07-22T22:33:02.518Z | Checking want v0.3.1 |
1305 | 2024-07-22T22:33:02.685Z | Compiling addr2line v0.21.0 |
1306 | 2024-07-22T22:33:03.069Z | Compiling terminal_size v0.3.0 |
1307 | 2024-07-22T22:33:03.278Z | Checking proc-macro2 v1.0.86 |
1308 | 2024-07-22T22:33:03.337Z | Compiling publicsuffix v2.2.3 |
1309 | 2024-07-22T22:33:03.472Z | Compiling clap_derive v4.5.8 |
1310 | 2024-07-22T22:33:03.718Z | Compiling pkcs8 v0.10.2 |
1311 | 2024-07-22T22:33:04.302Z | Compiling usdt-macro v0.5.0 |
1312 | 2024-07-22T22:33:04.313Z | Compiling usdt-attr-macro v0.5.0 |
1313 | 2024-07-22T22:33:05.941Z | Compiling enum-as-inner v0.5.1 |
1314 | 2024-07-22T22:33:06.289Z | Compiling block-padding v0.3.3 |
1315 | 2024-07-22T22:33:06.492Z | Compiling serde_repr v0.1.19 |
1316 | 2024-07-22T22:33:06.538Z | Compiling diesel_derives v2.1.4 |
1317 | 2024-07-22T22:33:06.929Z | Compiling hyper v0.14.28 |
1318 | 2024-07-22T22:33:07.569Z | Compiling strum_macros v0.25.3 |
1319 | 2024-07-22T22:33:08.880Z | Compiling phf_shared v0.11.2 |
1320 | 2024-07-22T22:33:09.639Z | Checking httparse v1.8.0 |
1321 | 2024-07-22T22:33:10.043Z | Compiling ff v0.13.0 |
1322 | 2024-07-22T22:33:10.170Z | Compiling scheduled-thread-pool v0.2.7 |
1323 | 2024-07-22T22:33:10.251Z | Checking errno v0.3.9 |
1324 | 2024-07-22T22:33:10.314Z | Compiling object v0.32.2 |
1325 | 2024-07-22T22:33:10.446Z | Compiling base16ct v0.2.0 |
1326 | 2024-07-22T22:33:10.790Z | Checking ucd-trie v0.1.6 |
1327 | 2024-07-22T22:33:10.821Z | Compiling regex-automata v0.1.10 |
1328 | 2024-07-22T22:33:10.824Z | Checking utf8parse v0.2.1 |
1329 | 2024-07-22T22:33:10.970Z | Checking cpufeatures v0.2.12 |
1330 | 2024-07-22T22:33:10.983Z | Compiling winnow v0.5.40 |
1331 | 2024-07-22T22:33:11.062Z | Compiling either v1.12.0 |
1332 | 2024-07-22T22:33:11.457Z | Checking anstyle v1.0.7 |
1333 | 2024-07-22T22:33:11.792Z | Checking openssl-probe v0.1.5 |
1334 | 2024-07-22T22:33:11.844Z | Compiling managed v0.8.0 |
1335 | 2024-07-22T22:33:11.857Z | Checking httpdate v1.0.3 |
1336 | 2024-07-22T22:33:11.920Z | Compiling bitflags v1.3.2 |
1337 | 2024-07-22T22:33:11.968Z | Checking plain v0.2.3 |
1338 | 2024-07-22T22:33:12.017Z | Compiling rustc-demangle v0.1.24 |
1339 | 2024-07-22T22:33:12.077Z | Checking tower-service v0.3.2 |
1340 | 2024-07-22T22:33:12.109Z | Checking adler v1.0.2 |
1341 | 2024-07-22T22:33:12.187Z | Compiling matches v0.1.10 |
1342 | 2024-07-22T22:33:12.248Z | Compiling bit-vec v0.6.3 |
1343 | 2024-07-22T22:33:12.279Z | Compiling clap_builder v4.5.9 |
1344 | 2024-07-22T22:33:12.691Z | Compiling idna v0.2.3 |
1345 | 2024-07-22T22:33:12.968Z | Checking miniz_oxide v0.7.2 |
1346 | 2024-07-22T22:33:13.668Z | Compiling hyper-tls v0.5.0 |
1347 | 2024-07-22T22:33:14.023Z | Compiling hyper-rustls v0.24.2 |
1348 | 2024-07-22T22:33:14.381Z | Compiling toml_edit v0.19.15 |
1349 | 2024-07-22T22:33:17.907Z | Compiling bstr v0.2.17 |
1350 | 2024-07-22T22:33:19.946Z | Checking anstyle-parse v0.2.4 |
1351 | 2024-07-22T22:33:20.001Z | Compiling sec1 v0.7.3 |
1352 | 2024-07-22T22:33:20.589Z | Compiling r2d2 v0.8.10 |
1353 | 2024-07-22T22:33:20.836Z | Compiling group v0.13.0 |
1354 | 2024-07-22T22:33:20.945Z | Compiling signal-hook-mio v0.2.3 |
1355 | 2024-07-22T22:33:21.143Z | Compiling phf v0.11.2 |
1356 | 2024-07-22T22:33:21.301Z | Compiling cookie_store v0.20.0 |
1357 | 2024-07-22T22:33:21.422Z | Compiling inout v0.1.3 |
1358 | 2024-07-22T22:33:21.702Z | Checking quote v1.0.36 |
1359 | 2024-07-22T22:33:21.816Z | Compiling regex v1.10.5 |
1360 | 2024-07-22T22:33:22.015Z | Compiling ipnetwork v0.20.0 |
1361 | 2024-07-22T22:33:22.085Z | Compiling postgres-types v0.2.6 |
1362 | 2024-07-22T22:33:22.153Z | Compiling zerocopy v0.6.6 |
1363 | 2024-07-22T22:33:22.222Z | Compiling hubpack v0.1.2 |
1364 | 2024-07-22T22:33:22.680Z | Compiling serde_urlencoded v0.7.1 |
1365 | 2024-07-22T22:33:22.894Z | Compiling futures-executor v0.3.30 |
1366 | 2024-07-22T22:33:22.905Z | Compiling hkdf v0.12.4 |
1367 | 2024-07-22T22:33:22.994Z | Compiling crypto-bigint v0.5.5 |
1368 | 2024-07-22T22:33:23.031Z | Compiling num-bigint v0.4.5 |
1369 | 2024-07-22T22:33:23.194Z | Compiling phf_shared v0.10.0 |
1370 | 2024-07-22T22:33:23.561Z | Compiling float-cmp v0.9.0 |
1371 | 2024-07-22T22:33:23.760Z | Compiling difflib v0.4.0 |
1372 | 2024-07-22T22:33:23.910Z | Checking is_terminal_polyfill v1.70.0 |
1373 | 2024-07-22T22:33:23.945Z | Compiling data-encoding v2.6.0 |
1374 | 2024-07-22T22:33:24.022Z | Compiling minimal-lexical v0.2.1 |
1375 | 2024-07-22T22:33:24.229Z | Compiling predicates-core v1.0.6 |
1376 | 2024-07-22T22:33:24.258Z | Checking pretty-hex v0.4.1 |
1377 | 2024-07-22T22:33:24.409Z | Checking colorchoice v1.0.1 |
1378 | 2024-07-22T22:33:24.424Z | Compiling unicode-segmentation v1.11.0 |
1379 | 2024-07-22T22:33:24.525Z | Checking anstyle-query v1.0.3 |
1380 | 2024-07-22T22:33:24.649Z | Compiling static_assertions v1.1.0 |
1381 | 2024-07-22T22:33:24.739Z | Compiling normalize-line-endings v0.3.0 |
1382 | 2024-07-22T22:33:24.860Z | Compiling whoami v1.5.1 |
1383 | 2024-07-22T22:33:24.880Z | Compiling precomputed-hash v0.1.1 |
1384 | 2024-07-22T22:33:24.993Z | Compiling new_debug_unreachable v1.0.6 |
1385 | 2024-07-22T22:33:25.084Z | Compiling webpki-roots v0.25.4 |
1386 | 2024-07-22T22:33:25.111Z | Compiling fixedbitset v0.4.2 |
1387 | 2024-07-22T22:33:25.324Z | Compiling toml_edit v0.22.16 |
1388 | 2024-07-22T22:33:25.421Z | Compiling petgraph v0.6.5 |
1389 | 2024-07-22T22:33:25.488Z | Compiling console v0.15.8 |
1390 | 2024-07-22T22:33:26.425Z | Compiling yasna v0.5.2 |
1391 | 2024-07-22T22:33:26.573Z | Compiling elliptic-curve v0.13.8 |
1392 | 2024-07-22T22:33:27.060Z | Compiling reqwest v0.11.27 |
1393 | 2024-07-22T22:33:27.389Z | Compiling tokio-postgres v0.7.10 |
1394 | 2024-07-22T22:33:29.005Z | Compiling string_cache v0.8.7 |
1395 | 2024-07-22T22:33:29.042Z | Compiling similar v2.5.0 |
1396 | 2024-07-22T22:33:29.481Z | Compiling predicates v3.1.0 |
1397 | 2024-07-22T22:33:29.793Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1398 | 2024-07-22T22:33:30.981Z | Checking anstream v0.6.14 |
1399 | 2024-07-22T22:33:31.302Z | Compiling trust-dns-proto v0.22.0 |
1400 | 2024-07-22T22:33:31.644Z | Compiling nom v7.1.3 |
1401 | 2024-07-22T22:33:32.315Z | Compiling crossbeam-epoch v0.9.18 |
1402 | 2024-07-22T22:33:32.480Z | Compiling usdt v0.5.0 |
1403 | 2024-07-22T22:33:33.005Z | Compiling diesel v2.1.6 |
1404 | 2024-07-22T22:33:33.134Z | Compiling futures v0.3.30 |
1405 | 2024-07-22T22:33:34.004Z | Compiling cipher v0.4.4 |
1406 | 2024-07-22T22:33:34.043Z | Compiling crossterm v0.27.0 |
1407 | 2024-07-22T22:33:35.393Z | Compiling toml v0.7.8 |
1408 | 2024-07-22T22:33:35.694Z | Compiling clap v4.5.9 |
1409 | 2024-07-22T22:33:35.821Z | Compiling bit-set v0.5.3 |
1410 | 2024-07-22T22:33:36.091Z | Compiling itertools v0.12.1 |
1411 | 2024-07-22T22:33:36.174Z | Compiling itertools v0.10.5 |
1412 | 2024-07-22T22:33:37.722Z | Compiling bstr v1.9.1 |
1413 | 2024-07-22T22:33:38.978Z | Compiling tokio-stream v0.1.15 |
1414 | 2024-07-22T22:33:39.194Z | Compiling openapiv3 v2.0.0 |
1415 | 2024-07-22T22:33:39.422Z | Compiling hex v0.4.3 |
1416 | 2024-07-22T22:33:39.755Z | Compiling num-iter v0.1.45 |
1417 | 2024-07-22T22:33:40.074Z | Checking thread-id v4.2.1 |
1418 | 2024-07-22T22:33:40.125Z | Checking ipnet v2.9.0 |
1419 | 2024-07-22T22:33:40.174Z | Compiling lalrpop-util v0.19.12 |
1420 | 2024-07-22T22:33:40.267Z | Checking clap_lex v0.7.0 |
1421 | 2024-07-22T22:33:40.512Z | Compiling unicode-xid v0.2.4 |
1422 | 2024-07-22T22:33:40.525Z | Compiling peg-runtime v0.8.3 |
1423 | 2024-07-22T22:33:41.177Z | Checking strsim v0.11.1 |
1424 | 2024-07-22T22:33:44.165Z | Checking rustls-pemfile v1.0.4 |
1425 | 2024-07-22T22:33:45.018Z | Checking crc32fast v1.4.0 |
1426 | 2024-07-22T22:33:45.402Z | Checking memmap v0.7.0 |
1427 | 2024-07-22T22:33:45.416Z | Checking encoding_rs v0.8.34 |
1428 | 2024-07-22T22:33:45.649Z | Checking winnow v0.6.8 |
1429 | 2024-07-22T22:33:46.009Z | Checking unicode-width v0.1.13 |
1430 | 2024-07-22T22:33:46.185Z | Checking sync_wrapper v0.1.2 |
1431 | 2024-07-22T22:33:46.298Z | Checking mime v0.3.17 |
1432 | 2024-07-22T22:33:50.057Z | Checking flate2 v1.0.30 |
1433 | 2024-07-22T22:33:53.494Z | Checking camino v1.1.7 |
1434 | 2024-07-22T22:33:53.508Z | Checking sigpipe v0.1.3 |
1435 | 2024-07-22T22:34:03.097Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1436 | 2024-07-22T22:34:10.330Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1437 | 2024-07-22T22:34:10.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s |
1438 | 2024-07-22T22:34:10.727Z | |
1439 | 2024-07-22T22:34:10.727Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/137) |
1440 | 2024-07-22T22:34:11.151Z | Downloading crates ... |
1441 | 2024-07-22T22:34:11.361Z | Downloaded atomicwrites v0.4.3 |
1442 | 2024-07-22T22:34:11.364Z | Downloaded arc-swap v1.7.1 |
1443 | 2024-07-22T22:34:11.367Z | Downloaded atty v0.2.14 |
1444 | 2024-07-22T22:34:11.369Z | Downloaded base64 v0.13.1 |
1445 | 2024-07-22T22:34:11.372Z | Downloaded humantime v2.1.0 |
1446 | 2024-07-22T22:34:11.372Z | Downloaded termcolor v1.4.1 |
1447 | 2024-07-22T22:34:11.375Z | Downloaded walkdir v2.5.0 |
1448 | 2024-07-22T22:34:11.375Z | Downloaded bitstruct_derive v0.1.0 |
1449 | 2024-07-22T22:34:11.375Z | Downloaded headers-core v0.2.0 |
1450 | 2024-07-22T22:34:11.379Z | Downloaded headers v0.3.9 |
1451 | 2024-07-22T22:34:11.381Z | Downloaded bitstruct v0.1.1 |
1452 | 2024-07-22T22:34:11.386Z | Downloaded tokio-tungstenite v0.20.1 |
1453 | 2024-07-22T22:34:11.388Z | Downloaded serde_arrays v0.1.0 |
1454 | 2024-07-22T22:34:11.389Z | Downloaded ron v0.7.1 |
1455 | 2024-07-22T22:34:11.391Z | Downloaded zone_cfg_derive v0.1.2 |
1456 | 2024-07-22T22:34:11.391Z | Downloaded tungstenite v0.20.1 |
1457 | 2024-07-22T22:34:11.395Z | Downloaded slog-envlogger v2.2.0 |
1458 | 2024-07-22T22:34:11.398Z | Downloaded tungstenite v0.21.0 |
1459 | 2024-07-22T22:34:11.400Z | Downloaded ascii v1.1.0 |
1460 | 2024-07-22T22:34:11.403Z | Downloaded tokio-tungstenite v0.21.0 |
1461 | 2024-07-22T22:34:11.403Z | Downloaded utf-8 v0.7.6 |
1462 | 2024-07-22T22:34:11.407Z | Downloaded heck v0.3.3 |
1463 | 2024-07-22T22:34:11.407Z | Downloaded erased-serde v0.3.31 |
1464 | 2024-07-22T22:34:11.410Z | Downloaded subprocess v0.2.9 |
1465 | 2024-07-22T22:34:11.410Z | Downloaded portpicker v0.1.1 |
1466 | 2024-07-22T22:34:11.410Z | Downloaded slog-stdlog v4.1.1 |
1467 | 2024-07-22T22:34:11.413Z | Downloaded slog-scope v4.4.0 |
1468 | 2024-07-22T22:34:11.413Z | Downloaded same-file v1.0.6 |
1469 | 2024-07-22T22:34:11.413Z | Downloaded pem v3.0.4 |
1470 | 2024-07-22T22:34:11.416Z | Downloaded zone v0.1.8 |
1471 | 2024-07-22T22:34:11.416Z | Downloaded rcgen v0.12.1 |
1472 | 2024-07-22T22:34:11.419Z | Downloaded env_logger v0.9.3 |
1473 | 2024-07-22T22:34:11.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1474 | 2024-07-22T22:34:11.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1475 | 2024-07-22T22:34:11.509Z | Compiling regress v0.9.1 |
1476 | 2024-07-22T22:34:11.591Z | Checking sha1 v0.10.6 |
1477 | 2024-07-22T22:34:11.594Z | Compiling strum_macros v0.26.4 |
1478 | 2024-07-22T22:34:11.616Z | Checking heck v0.5.0 |
1479 | 2024-07-22T22:34:11.627Z | Compiling getopts v0.2.21 |
1480 | 2024-07-22T22:34:11.629Z | Checking dirs-sys-next v0.1.2 |
1481 | 2024-07-22T22:34:11.636Z | Compiling unsafe-libyaml v0.2.11 |
1482 | 2024-07-22T22:34:11.788Z | Checking dirs-next v2.0.0 |
1483 | 2024-07-22T22:34:11.829Z | Checking http v1.1.0 |
1484 | 2024-07-22T22:34:11.895Z | Checking thread_local v1.1.8 |
1485 | 2024-07-22T22:34:12.064Z | Checking rustls-pki-types v1.7.0 |
1486 | 2024-07-22T22:34:12.152Z | Compiling ident_case v1.0.1 |
1487 | 2024-07-22T22:34:12.321Z | Compiling darling_core v0.20.9 |
1488 | 2024-07-22T22:34:12.481Z | Checking term v0.7.0 |
1489 | 2024-07-22T22:34:12.607Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1490 | 2024-07-22T22:34:12.874Z | Checking crossbeam-channel v0.5.12 |
1491 | 2024-07-22T22:34:12.925Z | Compiling serde_yaml v0.9.34+deprecated |
1492 | 2024-07-22T22:34:13.196Z | Checking is-terminal v0.4.12 |
1493 | 2024-07-22T22:34:13.305Z | Checking atty v0.2.14 |
1494 | 2024-07-22T22:34:13.419Z | Checking humantime v2.1.0 |
1495 | 2024-07-22T22:34:13.603Z | Checking utf-8 v0.7.6 |
1496 | 2024-07-22T22:34:13.617Z | Checking base64 v0.22.1 |
1497 | 2024-07-22T22:34:13.707Z | Checking take_mut v0.2.2 |
1498 | 2024-07-22T22:34:13.790Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1499 | 2024-07-22T22:34:13.846Z | Checking termcolor v1.4.1 |
1500 | 2024-07-22T22:34:14.086Z | Compiling paste v1.0.15 |
1501 | 2024-07-22T22:34:14.101Z | Compiling rustls v0.22.4 |
1502 | 2024-07-22T22:34:14.221Z | Checking env_logger v0.9.3 |
1503 | 2024-07-22T22:34:14.391Z | Checking slog-async v2.8.0 |
1504 | 2024-07-22T22:34:14.623Z | Checking slog-term v2.9.1 |
1505 | 2024-07-22T22:34:14.649Z | Checking rustls-webpki v0.102.4 |
1506 | 2024-07-22T22:34:14.663Z | Compiling proc-macro-crate v1.3.1 |
1507 | 2024-07-22T22:34:14.915Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1508 | 2024-07-22T22:34:15.382Z | Compiling bitstruct_derive v0.1.0 |
1509 | 2024-07-22T22:34:15.754Z | Compiling structmeta-derive v0.3.0 |
1510 | 2024-07-22T22:34:16.782Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1511 | 2024-07-22T22:34:16.811Z | Compiling multer v3.1.0 |
1512 | 2024-07-22T22:34:16.853Z | Checking match_cfg v0.1.0 |
1513 | 2024-07-22T22:34:16.924Z | Checking ascii v1.1.0 |
1514 | 2024-07-22T22:34:17.029Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1515 | 2024-07-22T22:34:17.110Z | Checking strum v0.26.3 |
1516 | 2024-07-22T22:34:17.263Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1517 | 2024-07-22T22:34:17.263Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1518 | 2024-07-22T22:34:17.282Z | Checking hostname v0.3.1 |
1519 | 2024-07-22T22:34:17.308Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1520 | 2024-07-22T22:34:17.317Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1521 | 2024-07-22T22:34:17.410Z | Checking bitstruct v0.1.1 |
1522 | 2024-07-22T22:34:17.456Z | Compiling num_enum_derive v0.5.11 |
1523 | 2024-07-22T22:34:17.606Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1524 | 2024-07-22T22:34:17.835Z | Checking slog-json v2.6.1 |
1525 | 2024-07-22T22:34:18.081Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1526 | 2024-07-22T22:34:18.156Z | Checking erased-serde v0.3.31 |
1527 | 2024-07-22T22:34:18.328Z | Checking serde_arrays v0.1.0 |
1528 | 2024-07-22T22:34:18.473Z | Compiling foreign-types-macros v0.2.3 |
1529 | 2024-07-22T22:34:18.701Z | Compiling async-stream-impl v0.3.5 |
1530 | 2024-07-22T22:34:18.811Z | Compiling structmeta v0.3.0 |
1531 | 2024-07-22T22:34:19.235Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1532 | 2024-07-22T22:34:19.249Z | Checking arc-swap v1.7.1 |
1533 | 2024-07-22T22:34:19.505Z | Checking atomic-waker v1.1.2 |
1534 | 2024-07-22T22:34:19.632Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1535 | 2024-07-22T22:34:19.653Z | Checking foreign-types-shared v0.3.1 |
1536 | 2024-07-22T22:34:19.734Z | Compiling darling_macro v0.20.9 |
1537 | 2024-07-22T22:34:19.737Z | Checking slog-scope v4.4.0 |
1538 | 2024-07-22T22:34:19.758Z | Checking foreign-types v0.5.0 |
1539 | 2024-07-22T22:34:19.850Z | Checking waitgroup v0.1.2 |
1540 | 2024-07-22T22:34:19.918Z | Compiling parse-display-derive v0.9.1 |
1541 | 2024-07-22T22:34:19.955Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1542 | 2024-07-22T22:34:19.971Z | Checking slog-bunyan v2.5.0 |
1543 | 2024-07-22T22:34:20.095Z | Checking async-stream v0.3.5 |
1544 | 2024-07-22T22:34:20.120Z | Compiling proc-macro-error v1.0.4 |
1545 | 2024-07-22T22:34:20.188Z | Checking num_enum v0.5.11 |
1546 | 2024-07-22T22:34:20.442Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1547 | 2024-07-22T22:34:20.699Z | Checking toml v0.8.15 |
1548 | 2024-07-22T22:34:20.723Z | Checking rustls-pemfile v2.1.2 |
1549 | 2024-07-22T22:34:20.745Z | Compiling darling v0.20.9 |
1550 | 2024-07-22T22:34:20.854Z | Compiling serde_with_macros v3.8.3 |
1551 | 2024-07-22T22:34:20.868Z | Checking tungstenite v0.20.1 |
1552 | 2024-07-22T22:34:20.936Z | Compiling heck v0.3.3 |
1553 | 2024-07-22T22:34:21.080Z | Checking tokio-rustls v0.25.0 |
1554 | 2024-07-22T22:34:21.346Z | Checking newtype-uuid v1.1.0 |
1555 | 2024-07-22T22:34:21.403Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1556 | 2024-07-22T22:34:21.453Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1557 | 2024-07-22T22:34:21.571Z | Checking serde_path_to_error v0.1.16 |
1558 | 2024-07-22T22:34:21.726Z | Checking cstr-argument v0.1.2 |
1559 | 2024-07-22T22:34:21.893Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1560 | 2024-07-22T22:34:22.179Z | Checking hostname v0.4.0 |
1561 | 2024-07-22T22:34:22.264Z | Checking instant v0.1.12 |
1562 | 2024-07-22T22:34:22.306Z | Checking debug-ignore v1.0.5 |
1563 | 2024-07-22T22:34:22.374Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1564 | 2024-07-22T22:34:22.435Z | Checking pretty-hex v0.2.1 |
1565 | 2024-07-22T22:34:22.596Z | Checking fastrand v2.1.0 |
1566 | 2024-07-22T22:34:22.647Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1567 | 2024-07-22T22:34:22.650Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1568 | 2024-07-22T22:34:22.774Z | Checking backoff v0.4.0 |
1569 | 2024-07-22T22:34:22.899Z | Checking tempfile v3.10.1 |
1570 | 2024-07-22T22:34:23.040Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1571 | 2024-07-22T22:34:23.053Z | Checking tokio-tungstenite v0.20.1 |
1572 | 2024-07-22T22:34:23.267Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1573 | 2024-07-22T22:34:23.345Z | Compiling zone_cfg_derive v0.1.2 |
1574 | 2024-07-22T22:34:23.492Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1575 | 2024-07-22T22:34:23.509Z | Checking slog-stdlog v4.1.1 |
1576 | 2024-07-22T22:34:23.660Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1577 | 2024-07-22T22:34:23.811Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1578 | 2024-07-22T22:34:24.048Z | Checking serde_with v3.8.3 |
1579 | 2024-07-22T22:34:24.129Z | Checking tungstenite v0.21.0 |
1580 | 2024-07-22T22:34:24.214Z | Checking colored v2.1.0 |
1581 | 2024-07-22T22:34:24.505Z | Checking macaddr v1.0.1 |
1582 | 2024-07-22T22:34:24.832Z | Checking parse-display v0.9.1 |
1583 | 2024-07-22T22:34:24.845Z | Checking socket2 v0.4.10 |
1584 | 2024-07-22T22:34:24.899Z | Checking base64 v0.13.1 |
1585 | 2024-07-22T22:34:24.993Z | Checking tokio-tungstenite v0.21.0 |
1586 | 2024-07-22T22:34:25.043Z | Checking zone v0.1.8 |
1587 | 2024-07-22T22:34:25.266Z | Checking ron v0.7.1 |
1588 | 2024-07-22T22:34:25.475Z | Checking slog-envlogger v2.2.0 |
1589 | 2024-07-22T22:34:25.683Z | Checking pem v3.0.4 |
1590 | 2024-07-22T22:34:25.706Z | Checking tabwriter v1.4.0 |
1591 | 2024-07-22T22:34:25.939Z | Checking xattr v1.3.1 |
1592 | 2024-07-22T22:34:25.953Z | Checking portpicker v0.1.1 |
1593 | 2024-07-22T22:34:26.089Z | Checking headers-core v0.2.0 |
1594 | 2024-07-22T22:34:26.119Z | Checking smf v0.2.3 |
1595 | 2024-07-22T22:34:26.224Z | Checking filetime v0.2.23 |
1596 | 2024-07-22T22:34:26.410Z | Checking same-file v1.0.6 |
1597 | 2024-07-22T22:34:26.439Z | Checking tar v0.4.41 |
1598 | 2024-07-22T22:34:26.564Z | Checking headers v0.3.9 |
1599 | 2024-07-22T22:34:26.576Z | Checking walkdir v2.5.0 |
1600 | 2024-07-22T22:34:26.833Z | Checking rcgen v0.12.1 |
1601 | 2024-07-22T22:34:26.946Z | Checking atomicwrites v0.4.3 |
1602 | 2024-07-22T22:34:27.123Z | Checking camino-tempfile v1.1.1 |
1603 | 2024-07-22T22:34:27.184Z | Checking subprocess v0.2.9 |
1604 | 2024-07-22T22:34:28.392Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1605 | 2024-07-22T22:34:28.660Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1606 | 2024-07-22T22:34:29.745Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1607 | 2024-07-22T22:34:31.688Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1608 | 2024-07-22T22:34:31.752Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1609 | 2024-07-22T22:34:34.887Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1610 | 2024-07-22T22:34:41.775Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1611 | 2024-07-22T22:34:41.898Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1612 | 2024-07-22T22:34:41.901Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1613 | 2024-07-22T22:34:44.276Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1614 | 2024-07-22T22:34:44.577Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1615 | 2024-07-22T22:34:49.766Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1616 | 2024-07-22T22:34:51.084Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1617 | 2024-07-22T22:34:52.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.39s |
1618 | 2024-07-22T22:34:52.245Z | |
1619 | 2024-07-22T22:34:52.245Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/137) |
1620 | 2024-07-22T22:34:52.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-07-22T22:34:52.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-07-22T22:34:52.838Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1623 | 2024-07-22T22:34:54.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
1624 | 2024-07-22T22:34:54.134Z | |
1625 | 2024-07-22T22:34:54.134Z | info: running `cargo check --bins` on nexus-config (31/137) |
1626 | 2024-07-22T22:34:54.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-07-22T22:34:54.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-07-22T22:34:54.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-07-22T22:34:54.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1630 | 2024-07-22T22:34:54.699Z | |
1631 | 2024-07-22T22:34:54.699Z | info: running `cargo check --bins` on omicron-rpaths (32/137) |
1632 | 2024-07-22T22:34:55.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-07-22T22:34:55.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-07-22T22:34:55.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-07-22T22:34:55.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1636 | 2024-07-22T22:34:55.233Z | |
1637 | 2024-07-22T22:34:55.233Z | info: running `cargo check --bins` on omicron-certificates (33/137) |
1638 | 2024-07-22T22:34:55.650Z | Downloading crates ... |
1639 | 2024-07-22T22:34:55.763Z | Downloaded display-error-chain v0.2.0 |
1640 | 2024-07-22T22:34:55.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-07-22T22:34:55.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-07-22T22:34:55.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-07-22T22:34:55.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1644 | 2024-07-22T22:34:55.830Z | |
1645 | 2024-07-22T22:34:55.830Z | info: running `cargo check --bins` on bootstrap-agent-client (34/137) |
1646 | 2024-07-22T22:34:56.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2024-07-22T22:34:56.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2024-07-22T22:34:56.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2024-07-22T22:34:56.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1650 | 2024-07-22T22:34:56.412Z | |
1651 | 2024-07-22T22:34:56.412Z | info: running `cargo check --bins` on cockroach-admin-client (35/137) |
1652 | 2024-07-22T22:34:56.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2024-07-22T22:34:56.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2024-07-22T22:34:56.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2024-07-22T22:34:56.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1656 | 2024-07-22T22:34:56.951Z | |
1657 | 2024-07-22T22:34:56.951Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/137) |
1658 | 2024-07-22T22:34:57.356Z | Downloading crates ... |
1659 | 2024-07-22T22:34:57.513Z | Downloaded blake3 v1.5.1 |
1660 | 2024-07-22T22:34:57.520Z | Downloaded rayon-core v1.12.1 |
1661 | 2024-07-22T22:34:57.523Z | Downloaded memmap2 v0.9.4 |
1662 | 2024-07-22T22:34:57.526Z | Downloaded crossbeam-deque v0.8.5 |
1663 | 2024-07-22T22:34:57.529Z | Downloaded constant_time_eq v0.3.0 |
1664 | 2024-07-22T22:34:57.532Z | Downloaded rayon v1.10.0 |
1665 | 2024-07-22T22:34:57.538Z | Downloaded untrusted v0.7.1 |
1666 | 2024-07-22T22:34:57.541Z | Downloaded topological-sort v0.2.2 |
1667 | 2024-07-22T22:34:57.541Z | Downloaded toolchain_find v0.4.0 |
1668 | 2024-07-22T22:34:57.544Z | Downloaded spin v0.5.2 |
1669 | 2024-07-22T22:34:57.544Z | Downloaded rustfmt-wrapper v0.2.1 |
1670 | 2024-07-22T22:34:57.544Z | Downloaded omicron-zone-package v0.11.0 |
1671 | 2024-07-22T22:34:57.546Z | Downloaded home v0.5.9 |
1672 | 2024-07-22T22:34:57.549Z | Downloaded arrayvec v0.7.4 |
1673 | 2024-07-22T22:34:57.552Z | Downloaded arrayref v0.3.7 |
1674 | 2024-07-22T22:34:57.782Z | Downloaded ring v0.16.20 |
1675 | 2024-07-22T22:34:57.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-07-22T22:34:57.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-07-22T22:34:57.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-07-22T22:34:57.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
1679 | 2024-07-22T22:34:57.934Z | |
1680 | 2024-07-22T22:34:57.934Z | info: running `cargo check --bins` on dns-service-client (37/137) |
1681 | 2024-07-22T22:34:58.353Z | Downloading crates ... |
1682 | 2024-07-22T22:34:58.464Z | Downloaded newline-converter v0.3.0 |
1683 | 2024-07-22T22:34:58.467Z | Downloaded expectorate v1.1.0 |
1684 | 2024-07-22T22:34:58.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-07-22T22:34:58.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-07-22T22:34:58.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-07-22T22:34:58.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1688 | 2024-07-22T22:34:58.529Z | |
1689 | 2024-07-22T22:34:58.529Z | info: running `cargo check --bins` on dpd-client (38/137) |
1690 | 2024-07-22T22:34:59.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-07-22T22:34:59.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-07-22T22:34:59.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-07-22T22:34:59.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1694 | 2024-07-22T22:34:59.075Z | |
1695 | 2024-07-22T22:34:59.075Z | info: running `cargo check --bins` on gateway-client (39/137) |
1696 | 2024-07-22T22:34:59.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-07-22T22:34:59.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-07-22T22:34:59.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-07-22T22:34:59.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1700 | 2024-07-22T22:34:59.622Z | |
1701 | 2024-07-22T22:34:59.622Z | info: running `cargo check --bins` on installinator-client (40/137) |
1702 | 2024-07-22T22:35:00.027Z | Downloading crates ... |
1703 | 2024-07-22T22:35:00.166Z | Downloaded derive-where v1.2.7 |
1704 | 2024-07-22T22:35:00.169Z | Downloaded owo-colors v4.0.0 |
1705 | 2024-07-22T22:35:00.172Z | Downloaded libsw v3.3.1 |
1706 | 2024-07-22T22:35:00.175Z | Downloaded linear-map v1.2.0 |
1707 | 2024-07-22T22:35:00.175Z | Downloaded cancel-safe-futures v0.1.5 |
1708 | 2024-07-22T22:35:00.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-07-22T22:35:00.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-07-22T22:35:00.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-07-22T22:35:00.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1712 | 2024-07-22T22:35:00.246Z | |
1713 | 2024-07-22T22:35:00.246Z | info: running `cargo check --bins` on installinator-common (41/137) |
1714 | 2024-07-22T22:35:00.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-07-22T22:35:00.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-07-22T22:35:00.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-07-22T22:35:00.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1718 | 2024-07-22T22:35:00.830Z | |
1719 | 2024-07-22T22:35:00.830Z | info: running `cargo check --bins` on update-engine (42/137) |
1720 | 2024-07-22T22:35:01.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-07-22T22:35:01.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-07-22T22:35:01.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-07-22T22:35:01.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1724 | 2024-07-22T22:35:01.383Z | |
1725 | 2024-07-22T22:35:01.383Z | info: running `cargo check --bins` on nexus-client (43/137) |
1726 | 2024-07-22T22:35:01.786Z | Downloading crates ... |
1727 | 2024-07-22T22:35:01.927Z | Downloaded blake2 v0.10.6 |
1728 | 2024-07-22T22:35:01.930Z | Downloaded rustc_version v0.1.7 |
1729 | 2024-07-22T22:35:01.932Z | Downloaded newtype_derive v0.1.6 |
1730 | 2024-07-22T22:35:01.933Z | Downloaded password-hash v0.5.0 |
1731 | 2024-07-22T22:35:01.935Z | Downloaded argon2 v0.5.3 |
1732 | 2024-07-22T22:35:01.935Z | Downloaded steno v0.4.1 |
1733 | 2024-07-22T22:35:01.939Z | Downloaded semver v0.1.20 |
1734 | 2024-07-22T22:35:01.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2024-07-22T22:35:01.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2024-07-22T22:35:01.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2024-07-22T22:35:01.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1738 | 2024-07-22T22:35:02.008Z | |
1739 | 2024-07-22T22:35:02.008Z | info: running `cargo check --bins` on nexus-types (44/137) |
1740 | 2024-07-22T22:35:02.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2024-07-22T22:35:02.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2024-07-22T22:35:02.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2024-07-22T22:35:02.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1744 | 2024-07-22T22:35:02.576Z | |
1745 | 2024-07-22T22:35:02.576Z | info: running `cargo check --bins` on omicron-passwords (45/137) |
1746 | 2024-07-22T22:35:03.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2024-07-22T22:35:03.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2024-07-22T22:35:03.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2024-07-22T22:35:03.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1750 | 2024-07-22T22:35:03.133Z | |
1751 | 2024-07-22T22:35:03.133Z | info: running `cargo check --bins` on sled-agent-client (46/137) |
1752 | 2024-07-22T22:35:03.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2024-07-22T22:35:03.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2024-07-22T22:35:03.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2024-07-22T22:35:03.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1756 | 2024-07-22T22:35:03.692Z | |
1757 | 2024-07-22T22:35:03.692Z | info: running `cargo check --bins` on oxide-client (47/137) |
1758 | 2024-07-22T22:35:04.131Z | Downloading crates ... |
1759 | 2024-07-22T22:35:04.218Z | Downloaded lru-cache v0.1.2 |
1760 | 2024-07-22T22:35:04.221Z | Downloaded resolv-conf v0.7.0 |
1761 | 2024-07-22T22:35:04.226Z | Downloaded trust-dns-resolver v0.22.0 |
1762 | 2024-07-22T22:35:04.230Z | Downloaded linked-hash-map v0.5.6 |
1763 | 2024-07-22T22:35:04.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-07-22T22:35:04.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-07-22T22:35:04.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-07-22T22:35:04.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1767 | 2024-07-22T22:35:04.298Z | |
1768 | 2024-07-22T22:35:04.298Z | info: running `cargo check --bins` on oximeter-client (48/137) |
1769 | 2024-07-22T22:35:04.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-07-22T22:35:04.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-07-22T22:35:04.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-07-22T22:35:04.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1773 | 2024-07-22T22:35:04.866Z | |
1774 | 2024-07-22T22:35:04.866Z | info: running `cargo check --bins` on wicketd-client (49/137) |
1775 | 2024-07-22T22:35:05.318Z | Downloading crates ... |
1776 | 2024-07-22T22:35:05.428Z | Downloaded maplit v1.0.2 |
1777 | 2024-07-22T22:35:05.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-07-22T22:35:05.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-07-22T22:35:05.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2024-07-22T22:35:05.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1781 | 2024-07-22T22:35:05.503Z | |
1782 | 2024-07-22T22:35:05.503Z | info: running `cargo check --bins` on wicket-common (50/137) |
1783 | 2024-07-22T22:35:06.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2024-07-22T22:35:06.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2024-07-22T22:35:06.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2024-07-22T22:35:06.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1787 | 2024-07-22T22:35:06.082Z | |
1788 | 2024-07-22T22:35:06.082Z | info: running `cargo check --bins` on omicron-cockroach-admin (51/137) |
1789 | 2024-07-22T22:35:06.501Z | Downloading crates ... |
1790 | 2024-07-22T22:35:06.639Z | Downloaded csv-core v0.1.11 |
1791 | 2024-07-22T22:35:06.656Z | Downloaded slog-dtrace v0.3.0 |
1792 | 2024-07-22T22:35:06.709Z | Downloaded csv v1.3.0 |
1793 | 2024-07-22T22:35:06.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2024-07-22T22:35:06.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2024-07-22T22:35:06.812Z | Compiling heapless v0.8.0 |
1796 | 2024-07-22T22:35:06.815Z | Checking hash32 v0.3.1 |
1797 | 2024-07-22T22:35:06.896Z | Compiling smoltcp v0.11.0 |
1798 | 2024-07-22T22:35:06.907Z | Checking embedded-io v0.4.0 |
1799 | 2024-07-22T22:35:06.907Z | Checking cobs v0.2.3 |
1800 | 2024-07-22T22:35:06.926Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1801 | 2024-07-22T22:35:06.929Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1802 | 2024-07-22T22:35:06.948Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1803 | 2024-07-22T22:35:07.035Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1804 | 2024-07-22T22:35:07.062Z | Compiling crucible-workspace-hack v0.1.0 |
1805 | 2024-07-22T22:35:07.078Z | Checking csv-core v0.1.11 |
1806 | 2024-07-22T22:35:07.090Z | Checking postcard v1.0.8 |
1807 | 2024-07-22T22:35:07.226Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1808 | 2024-07-22T22:35:07.374Z | Checking csv v1.3.0 |
1809 | 2024-07-22T22:35:07.410Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1810 | 2024-07-22T22:35:07.421Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1811 | 2024-07-22T22:35:07.595Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1812 | 2024-07-22T22:35:07.730Z | Compiling num-derive v0.4.2 |
1813 | 2024-07-22T22:35:07.775Z | Compiling slog-dtrace v0.3.0 |
1814 | 2024-07-22T22:35:07.812Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1815 | 2024-07-22T22:35:07.895Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1816 | 2024-07-22T22:35:08.166Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
1817 | 2024-07-22T22:35:08.606Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
1818 | 2024-07-22T22:35:08.688Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1819 | 2024-07-22T22:35:09.331Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1820 | 2024-07-22T22:35:10.449Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1821 | 2024-07-22T22:35:11.261Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1822 | 2024-07-22T22:35:12.264Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1823 | 2024-07-22T22:35:12.429Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1824 | 2024-07-22T22:35:14.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.71s |
1825 | 2024-07-22T22:35:14.917Z | |
1826 | 2024-07-22T22:35:14.917Z | info: running `cargo check --bins` on cockroach-admin-api (52/137) |
1827 | 2024-07-22T22:35:15.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2024-07-22T22:35:15.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2024-07-22T22:35:15.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2024-07-22T22:35:15.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1831 | 2024-07-22T22:35:15.481Z | |
1832 | 2024-07-22T22:35:15.481Z | info: running `cargo check --bins` on cockroach-admin-types (53/137) |
1833 | 2024-07-22T22:35:15.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2024-07-22T22:35:15.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2024-07-22T22:35:15.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2024-07-22T22:35:16.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1837 | 2024-07-22T22:35:16.054Z | |
1838 | 2024-07-22T22:35:16.054Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (54/137) |
1839 | 2024-07-22T22:35:16.485Z | Downloading crates ... |
1840 | 2024-07-22T22:35:16.694Z | Downloaded bitvec v1.0.1 |
1841 | 2024-07-22T22:35:16.709Z | Downloaded num-complex v0.4.6 |
1842 | 2024-07-22T22:35:16.712Z | Downloaded num v0.4.3 |
1843 | 2024-07-22T22:35:16.712Z | Downloaded glob v0.3.1 |
1844 | 2024-07-22T22:35:16.715Z | Downloaded funty v2.0.0 |
1845 | 2024-07-22T22:35:16.715Z | Downloaded env_logger v0.10.2 |
1846 | 2024-07-22T22:35:16.718Z | Downloaded bzip2 v0.4.4 |
1847 | 2024-07-22T22:35:16.721Z | Downloaded bitfield v0.14.0 |
1848 | 2024-07-22T22:35:16.721Z | Downloaded bcs v0.1.6 |
1849 | 2024-07-22T22:35:16.723Z | Downloaded wyz v0.5.1 |
1850 | 2024-07-22T22:35:16.723Z | Downloaded tap v1.0.1 |
1851 | 2024-07-22T22:35:16.723Z | Downloaded radium v0.7.0 |
1852 | 2024-07-22T22:35:16.726Z | Downloaded quick-xml v0.31.0 |
1853 | 2024-07-22T22:35:16.730Z | Downloaded bb8 v0.8.5 |
1854 | 2024-07-22T22:35:16.733Z | Downloaded crc-any v2.5.0 |
1855 | 2024-07-22T22:35:16.735Z | Downloaded derive_builder v0.20.0 |
1856 | 2024-07-22T22:35:16.739Z | Downloaded http-range v0.1.5 |
1857 | 2024-07-22T22:35:16.741Z | Downloaded kstat-rs v0.2.4 |
1858 | 2024-07-22T22:35:16.741Z | Downloaded impl-trait-for-tuples v0.2.2 |
1859 | 2024-07-22T22:35:16.744Z | Downloaded hyper-staticfile v0.9.5 |
1860 | 2024-07-22T22:35:16.747Z | Downloaded maybe-uninit v2.0.0 |
1861 | 2024-07-22T22:35:16.747Z | Downloaded libxml v0.3.3 |
1862 | 2024-07-22T22:35:16.752Z | Downloaded libefi-sys v0.1.0 |
1863 | 2024-07-22T22:35:16.754Z | Downloaded highway v1.1.0 |
1864 | 2024-07-22T22:35:16.757Z | Downloaded gethostname v0.4.3 |
1865 | 2024-07-22T22:35:16.757Z | Downloaded nix v0.27.1 |
1866 | 2024-07-22T22:35:16.767Z | Downloaded float-ord v0.3.2 |
1867 | 2024-07-22T22:35:16.769Z | Downloaded nodrop v0.1.14 |
1868 | 2024-07-22T22:35:16.769Z | Downloaded endian-type v0.1.2 |
1869 | 2024-07-22T22:35:16.769Z | Downloaded clang-sys v1.7.0 |
1870 | 2024-07-22T22:35:16.772Z | Downloaded bitfield-struct v0.6.1 |
1871 | 2024-07-22T22:35:16.772Z | Downloaded async-recursion v1.1.1 |
1872 | 2024-07-22T22:35:16.776Z | Downloaded array-init v0.0.4 |
1873 | 2024-07-22T22:35:16.778Z | Downloaded indoc v1.0.9 |
1874 | 2024-07-22T22:35:16.781Z | Downloaded fxhash v0.2.1 |
1875 | 2024-07-22T22:35:16.781Z | Downloaded nanorand v0.7.0 |
1876 | 2024-07-22T22:35:16.784Z | Downloaded lazycell v1.3.0 |
1877 | 2024-07-22T22:35:16.784Z | Downloaded mime_guess v2.0.4 |
1878 | 2024-07-22T22:35:16.787Z | Downloaded memoffset v0.9.1 |
1879 | 2024-07-22T22:35:16.787Z | Downloaded derive_builder_core v0.20.0 |
1880 | 2024-07-22T22:35:16.789Z | Downloaded diff v0.1.13 |
1881 | 2024-07-22T22:35:16.792Z | Downloaded num-rational v0.4.2 |
1882 | 2024-07-22T22:35:16.792Z | Downloaded const_format v0.2.32 |
1883 | 2024-07-22T22:35:16.796Z | Downloaded ena v0.14.3 |
1884 | 2024-07-22T22:35:16.799Z | Downloaded hashbrown v0.13.2 |
1885 | 2024-07-22T22:35:16.802Z | Downloaded const_format_proc_macros v0.2.32 |
1886 | 2024-07-22T22:35:16.804Z | Downloaded derive_builder_macro v0.20.0 |
1887 | 2024-07-22T22:35:16.807Z | Downloaded crunchy v0.2.2 |
1888 | 2024-07-22T22:35:16.807Z | Downloaded cexpr v0.6.0 |
1889 | 2024-07-22T22:35:16.810Z | Downloaded ascii-canvas v3.0.0 |
1890 | 2024-07-22T22:35:16.855Z | Downloaded tls_codec_derive v0.4.1 |
1891 | 2024-07-22T22:35:16.858Z | Downloaded pkcs1 v0.7.5 |
1892 | 2024-07-22T22:35:16.861Z | Downloaded path-slash v0.1.5 |
1893 | 2024-07-22T22:35:16.861Z | Downloaded parking_lot_core v0.8.6 |
1894 | 2024-07-22T22:35:16.864Z | Downloaded packed_struct_codegen v0.10.1 |
1895 | 2024-07-22T22:35:16.864Z | Downloaded oso-derive v0.27.3 |
1896 | 2024-07-22T22:35:16.867Z | Downloaded object v0.30.4 |
1897 | 2024-07-22T22:35:16.874Z | Downloaded trust-dns-client v0.22.0 |
1898 | 2024-07-22T22:35:16.879Z | Downloaded shlex v1.3.0 |
1899 | 2024-07-22T22:35:16.882Z | Downloaded nibble_vec v0.1.0 |
1900 | 2024-07-22T22:35:16.882Z | Downloaded signature v2.2.0 |
1901 | 2024-07-22T22:35:16.885Z | Downloaded libloading v0.8.3 |
1902 | 2024-07-22T22:35:16.887Z | Downloaded flume v0.11.0 |
1903 | 2024-07-22T22:35:16.890Z | Downloaded rustc-hash v1.1.0 |
1904 | 2024-07-22T22:35:16.890Z | Downloaded ref-cast-impl v1.0.23 |
1905 | 2024-07-22T22:35:16.894Z | Downloaded ref-cast v1.0.23 |
1906 | 2024-07-22T22:35:16.894Z | Downloaded strum_macros v0.24.3 |
1907 | 2024-07-22T22:35:16.905Z | Downloaded tiny-keccak v2.0.2 |
1908 | 2024-07-22T22:35:16.905Z | Downloaded which v4.4.2 |
1909 | 2024-07-22T22:35:16.905Z | Downloaded unicase v2.7.0 |
1910 | 2024-07-22T22:35:16.917Z | Downloaded parking_lot v0.11.2 |
1911 | 2024-07-22T22:35:16.917Z | Downloaded rsa v0.9.6 |
1912 | 2024-07-22T22:35:16.917Z | Downloaded prettyplease v0.2.20 |
1913 | 2024-07-22T22:35:16.917Z | Downloaded toml v0.5.11 |
1914 | 2024-07-22T22:35:16.918Z | Downloaded lalrpop v0.19.12 |
1915 | 2024-07-22T22:35:16.923Z | Downloaded crc-catalog v2.4.0 |
1916 | 2024-07-22T22:35:16.926Z | Downloaded bindgen v0.69.4 |
1917 | 2024-07-22T22:35:16.930Z | Downloaded crc v3.2.1 |
1918 | 2024-07-22T22:35:16.933Z | Downloaded cookie v0.18.1 |
1919 | 2024-07-22T22:35:16.936Z | Downloaded tls_codec v0.4.1 |
1920 | 2024-07-22T22:35:16.936Z | Downloaded smallvec v0.6.14 |
1921 | 2024-07-22T22:35:16.940Z | Downloaded signal-hook-tokio v0.3.1 |
1922 | 2024-07-22T22:35:16.940Z | Downloaded serde-hex v0.1.0 |
1923 | 2024-07-22T22:35:16.940Z | Downloaded serde-big-array v0.5.1 |
1924 | 2024-07-22T22:35:16.944Z | Downloaded samael v0.0.15 |
1925 | 2024-07-22T22:35:16.948Z | Downloaded ron v0.8.1 |
1926 | 2024-07-22T22:35:16.960Z | Downloaded radix_trie v0.2.1 |
1927 | 2024-07-22T22:35:16.965Z | Downloaded packed_struct v0.10.1 |
1928 | 2024-07-22T22:35:16.968Z | Downloaded zip v0.6.6 |
1929 | 2024-07-22T22:35:16.971Z | Downloaded num-bigint-dig v0.8.4 |
1930 | 2024-07-22T22:35:16.975Z | Downloaded regex-syntax v0.6.29 |
1931 | 2024-07-22T22:35:16.982Z | Downloaded x509-cert v0.2.5 |
1932 | 2024-07-22T22:35:16.987Z | Downloaded polar-core v0.27.3 |
1933 | 2024-07-22T22:35:16.994Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1934 | 2024-07-22T22:35:17.005Z | Downloaded trust-dns-server v0.22.1 |
1935 | 2024-07-22T22:35:17.009Z | Downloaded sled v0.34.7 |
1936 | 2024-07-22T22:35:17.019Z | Downloaded oso v0.27.3 |
1937 | 2024-07-22T22:35:17.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1938 | 2024-07-22T22:35:17.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1939 | 2024-07-22T22:35:17.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1940 | 2024-07-22T22:35:17.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
1941 | 2024-07-22T22:35:17.107Z | |
1942 | 2024-07-22T22:35:17.107Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (55/137) |
1943 | 2024-07-22T22:35:17.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1944 | 2024-07-22T22:35:17.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1945 | 2024-07-22T22:35:17.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1946 | 2024-07-22T22:35:17.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1947 | 2024-07-22T22:35:17.785Z | |
1948 | 2024-07-22T22:35:17.785Z | info: running `cargo check --bins` on dns-server (56/137) |
1949 | 2024-07-22T22:35:18.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1950 | 2024-07-22T22:35:18.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1951 | 2024-07-22T22:35:18.356Z | Compiling parking_lot_core v0.8.6 |
1952 | 2024-07-22T22:35:18.359Z | Checking nibble_vec v0.1.0 |
1953 | 2024-07-22T22:35:18.438Z | Checking endian-type v0.1.2 |
1954 | 2024-07-22T22:35:18.445Z | Checking newline-converter v0.3.0 |
1955 | 2024-07-22T22:35:18.447Z | Checking linked-hash-map v0.5.6 |
1956 | 2024-07-22T22:35:18.447Z | Checking quick-error v1.2.3 |
1957 | 2024-07-22T22:35:18.452Z | Checking fxhash v0.2.1 |
1958 | 2024-07-22T22:35:18.455Z | Checking toml v0.5.11 |
1959 | 2024-07-22T22:35:18.563Z | Checking expectorate v1.1.0 |
1960 | 2024-07-22T22:35:18.576Z | Checking resolv-conf v0.7.0 |
1961 | 2024-07-22T22:35:18.588Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1962 | 2024-07-22T22:35:18.611Z | Checking radix_trie v0.2.1 |
1963 | 2024-07-22T22:35:18.690Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1964 | 2024-07-22T22:35:18.729Z | Checking lru-cache v0.1.2 |
1965 | 2024-07-22T22:35:18.881Z | Checking trust-dns-resolver v0.22.0 |
1966 | 2024-07-22T22:35:18.937Z | Checking trust-dns-client v0.22.0 |
1967 | 2024-07-22T22:35:19.085Z | Checking parking_lot v0.11.2 |
1968 | 2024-07-22T22:35:19.397Z | Checking sled v0.34.7 |
1969 | 2024-07-22T22:35:19.788Z | Checking trust-dns-server v0.22.1 |
1970 | 2024-07-22T22:35:21.361Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1971 | 2024-07-22T22:35:22.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
1972 | 2024-07-22T22:35:22.480Z | |
1973 | 2024-07-22T22:35:22.480Z | info: running `cargo check --bins` on dns-server-api (57/137) |
1974 | 2024-07-22T22:35:22.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1975 | 2024-07-22T22:35:22.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1976 | 2024-07-22T22:35:22.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1977 | 2024-07-22T22:35:22.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1978 | 2024-07-22T22:35:23.035Z | |
1979 | 2024-07-22T22:35:23.035Z | info: running `cargo check --bins` on gateway-test-utils (58/137) |
1980 | 2024-07-22T22:35:23.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1981 | 2024-07-22T22:35:23.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1982 | 2024-07-22T22:35:23.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1983 | 2024-07-22T22:35:23.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1984 | 2024-07-22T22:35:23.639Z | |
1985 | 2024-07-22T22:35:23.639Z | info: running `cargo check --bins` on omicron-gateway (59/137) |
1986 | 2024-07-22T22:35:24.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1987 | 2024-07-22T22:35:24.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1988 | 2024-07-22T22:35:24.253Z | Compiling radium v0.7.0 |
1989 | 2024-07-22T22:35:24.332Z | Compiling maybe-uninit v2.0.0 |
1990 | 2024-07-22T22:35:24.335Z | Checking tap v1.0.1 |
1991 | 2024-07-22T22:35:24.350Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1992 | 2024-07-22T22:35:24.353Z | Compiling packed_struct v0.10.1 |
1993 | 2024-07-22T22:35:24.359Z | Compiling num-bigint-dig v0.8.4 |
1994 | 2024-07-22T22:35:24.363Z | Checking funty v2.0.0 |
1995 | 2024-07-22T22:35:24.379Z | Checking crc-catalog v2.4.0 |
1996 | 2024-07-22T22:35:24.463Z | Checking wyz v0.5.1 |
1997 | 2024-07-22T22:35:24.511Z | Checking crc v3.2.1 |
1998 | 2024-07-22T22:35:24.663Z | Compiling packed_struct_codegen v0.10.1 |
1999 | 2024-07-22T22:35:24.790Z | Compiling indexmap v1.9.3 |
2000 | 2024-07-22T22:35:24.826Z | Checking nodrop v0.1.14 |
2001 | 2024-07-22T22:35:24.941Z | Checking smallvec v0.6.14 |
2002 | 2024-07-22T22:35:24.941Z | Checking array-init v0.0.4 |
2003 | 2024-07-22T22:35:25.070Z | Checking pkcs1 v0.7.5 |
2004 | 2024-07-22T22:35:25.101Z | Checking signature v2.2.0 |
2005 | 2024-07-22T22:35:25.243Z | Checking bitvec v1.0.1 |
2006 | 2024-07-22T22:35:25.277Z | Compiling memoffset v0.9.1 |
2007 | 2024-07-22T22:35:25.296Z | Checking bitfield v0.14.0 |
2008 | 2024-07-22T22:35:25.445Z | Checking hashbrown v0.12.3 |
2009 | 2024-07-22T22:35:25.570Z | Checking env_logger v0.10.2 |
2010 | 2024-07-22T22:35:25.601Z | Checking bzip2 v0.4.4 |
2011 | 2024-07-22T22:35:25.714Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2012 | 2024-07-22T22:35:25.868Z | Checking x509-cert v0.2.5 |
2013 | 2024-07-22T22:35:25.906Z | Checking serde-hex v0.1.0 |
2014 | 2024-07-22T22:35:25.947Z | Checking ron v0.8.1 |
2015 | 2024-07-22T22:35:25.978Z | Checking hashbrown v0.13.2 |
2016 | 2024-07-22T22:35:26.988Z | Checking half v2.4.1 |
2017 | 2024-07-22T22:35:27.034Z | Checking rsa v0.9.6 |
2018 | 2024-07-22T22:35:27.124Z | Checking crc-any v2.5.0 |
2019 | 2024-07-22T22:35:27.138Z | Checking ciborium-io v0.2.2 |
2020 | 2024-07-22T22:35:27.251Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2021 | 2024-07-22T22:35:27.440Z | Checking ciborium-ll v0.2.2 |
2022 | 2024-07-22T22:35:27.461Z | Checking object v0.30.4 |
2023 | 2024-07-22T22:35:27.488Z | Checking zip v0.6.6 |
2024 | 2024-07-22T22:35:27.592Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2025 | 2024-07-22T22:35:27.620Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2026 | 2024-07-22T22:35:27.715Z | Checking path-slash v0.1.5 |
2027 | 2024-07-22T22:35:27.852Z | Checking ciborium v0.2.2 |
2028 | 2024-07-22T22:35:27.894Z | Checking nix v0.27.1 |
2029 | 2024-07-22T22:35:27.934Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2030 | 2024-07-22T22:35:28.013Z | Checking serde-big-array v0.5.1 |
2031 | 2024-07-22T22:35:28.132Z | Checking signal-hook-tokio v0.3.1 |
2032 | 2024-07-22T22:35:30.387Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2033 | 2024-07-22T22:35:36.709Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2034 | 2024-07-22T22:35:37.922Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2035 | 2024-07-22T22:35:39.492Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2036 | 2024-07-22T22:35:43.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s |
2037 | 2024-07-22T22:35:43.291Z | |
2038 | 2024-07-22T22:35:43.291Z | info: running `cargo check --bins` on ipcc (60/137) |
2039 | 2024-07-22T22:35:43.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2040 | 2024-07-22T22:35:43.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2041 | 2024-07-22T22:35:43.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2042 | 2024-07-22T22:35:43.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2043 | 2024-07-22T22:35:43.861Z | |
2044 | 2024-07-22T22:35:43.861Z | info: running `cargo check --bins` on sp-sim (61/137) |
2045 | 2024-07-22T22:35:44.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2046 | 2024-07-22T22:35:44.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2047 | 2024-07-22T22:35:44.483Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2048 | 2024-07-22T22:35:46.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
2049 | 2024-07-22T22:35:46.254Z | |
2050 | 2024-07-22T22:35:46.254Z | info: running `cargo check --bins` on internal-dns (62/137) |
2051 | 2024-07-22T22:35:46.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2052 | 2024-07-22T22:35:46.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2053 | 2024-07-22T22:35:46.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2054 | 2024-07-22T22:35:46.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2055 | 2024-07-22T22:35:46.825Z | |
2056 | 2024-07-22T22:35:46.825Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (63/137) |
2057 | 2024-07-22T22:35:47.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2058 | 2024-07-22T22:35:47.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2059 | 2024-07-22T22:35:47.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2060 | 2024-07-22T22:35:47.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2061 | 2024-07-22T22:35:47.425Z | |
2062 | 2024-07-22T22:35:47.426Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (64/137) |
2063 | 2024-07-22T22:35:47.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2064 | 2024-07-22T22:35:47.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2065 | 2024-07-22T22:35:47.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2066 | 2024-07-22T22:35:47.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2067 | 2024-07-22T22:35:48.039Z | |
2068 | 2024-07-22T22:35:48.039Z | info: running `cargo check --bins` on db-macros (65/137) |
2069 | 2024-07-22T22:35:48.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2070 | 2024-07-22T22:35:48.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2071 | 2024-07-22T22:35:48.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2072 | 2024-07-22T22:35:48.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2073 | 2024-07-22T22:35:48.585Z | |
2074 | 2024-07-22T22:35:48.585Z | info: running `cargo check --bins` on nexus-macros-common (66/137) |
2075 | 2024-07-22T22:35:49.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2076 | 2024-07-22T22:35:49.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2077 | 2024-07-22T22:35:49.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2078 | 2024-07-22T22:35:49.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2079 | 2024-07-22T22:35:49.127Z | |
2080 | 2024-07-22T22:35:49.127Z | info: running `cargo check --bins` on nexus-auth (67/137) |
2081 | 2024-07-22T22:35:49.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2082 | 2024-07-22T22:35:49.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2083 | 2024-07-22T22:35:49.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2084 | 2024-07-22T22:35:49.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2085 | 2024-07-22T22:35:49.721Z | |
2086 | 2024-07-22T22:35:49.721Z | info: running `cargo check --bins` on authz-macros (68/137) |
2087 | 2024-07-22T22:35:50.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2088 | 2024-07-22T22:35:50.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2089 | 2024-07-22T22:35:50.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2090 | 2024-07-22T22:35:50.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2091 | 2024-07-22T22:35:50.267Z | |
2092 | 2024-07-22T22:35:50.268Z | info: running `cargo check --bins` on nexus-db-fixed-data (69/137) |
2093 | 2024-07-22T22:35:50.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2094 | 2024-07-22T22:35:50.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2095 | 2024-07-22T22:35:50.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2096 | 2024-07-22T22:35:50.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2097 | 2024-07-22T22:35:50.839Z | |
2098 | 2024-07-22T22:35:50.839Z | info: running `cargo check --bins` on nexus-db-model (70/137) |
2099 | 2024-07-22T22:35:51.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2100 | 2024-07-22T22:35:51.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2101 | 2024-07-22T22:35:51.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2102 | 2024-07-22T22:35:51.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2103 | 2024-07-22T22:35:51.411Z | |
2104 | 2024-07-22T22:35:51.411Z | info: running `cargo check --bins` on nexus-defaults (71/137) |
2105 | 2024-07-22T22:35:51.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2106 | 2024-07-22T22:35:51.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2107 | 2024-07-22T22:35:51.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2108 | 2024-07-22T22:35:51.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2109 | 2024-07-22T22:35:51.978Z | |
2110 | 2024-07-22T22:35:51.978Z | info: running `cargo check --bins` on oximeter (72/137) |
2111 | 2024-07-22T22:35:52.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2112 | 2024-07-22T22:35:52.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2113 | 2024-07-22T22:35:52.564Z | Compiling rustls-pki-types v1.7.0 |
2114 | 2024-07-22T22:35:52.641Z | Compiling prettyplease v0.2.20 |
2115 | 2024-07-22T22:35:52.648Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2116 | 2024-07-22T22:35:52.648Z | Compiling crossbeam-channel v0.5.12 |
2117 | 2024-07-22T22:35:52.652Z | Compiling slog-json v2.6.1 |
2118 | 2024-07-22T22:35:52.655Z | Compiling http v1.1.0 |
2119 | 2024-07-22T22:35:52.669Z | Compiling atomic-waker v1.1.2 |
2120 | 2024-07-22T22:35:52.682Z | Compiling base64 v0.22.1 |
2121 | 2024-07-22T22:35:52.856Z | Compiling waitgroup v0.1.2 |
2122 | 2024-07-22T22:35:52.893Z | Compiling slog-bunyan v2.5.0 |
2123 | 2024-07-22T22:35:53.008Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2124 | 2024-07-22T22:35:53.068Z | Compiling rustls-webpki v0.102.4 |
2125 | 2024-07-22T22:35:53.077Z | Compiling slog-term v2.9.1 |
2126 | 2024-07-22T22:35:53.082Z | Compiling async-stream v0.3.5 |
2127 | 2024-07-22T22:35:53.228Z | Compiling rustls-pemfile v2.1.2 |
2128 | 2024-07-22T22:35:53.510Z | Compiling slog-async v2.8.0 |
2129 | 2024-07-22T22:35:53.513Z | Compiling camino v1.1.7 |
2130 | 2024-07-22T22:35:53.513Z | Compiling toml v0.8.15 |
2131 | 2024-07-22T22:35:53.699Z | Compiling sha1 v0.10.6 |
2132 | 2024-07-22T22:35:53.730Z | Compiling newtype-uuid v1.1.0 |
2133 | 2024-07-22T22:35:54.020Z | Compiling rustls v0.22.4 |
2134 | 2024-07-22T22:35:54.105Z | Compiling serde_path_to_error v0.1.16 |
2135 | 2024-07-22T22:35:54.349Z | Compiling multer v3.1.0 |
2136 | 2024-07-22T22:35:54.370Z | Compiling hostname v0.4.0 |
2137 | 2024-07-22T22:35:54.633Z | Compiling instant v0.1.12 |
2138 | 2024-07-22T22:35:54.649Z | Compiling debug-ignore v1.0.5 |
2139 | 2024-07-22T22:35:54.771Z | Compiling backoff v0.4.0 |
2140 | 2024-07-22T22:35:54.779Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2141 | 2024-07-22T22:35:54.922Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2142 | 2024-07-22T22:35:55.082Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2143 | 2024-07-22T22:35:55.102Z | Compiling strum v0.26.3 |
2144 | 2024-07-22T22:35:55.173Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2145 | 2024-07-22T22:35:58.576Z | Compiling parse-display v0.9.1 |
2146 | 2024-07-22T22:35:58.577Z | Compiling serde_with v3.8.3 |
2147 | 2024-07-22T22:35:58.577Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2148 | 2024-07-22T22:35:58.577Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2149 | 2024-07-22T22:35:58.577Z | Compiling num-rational v0.4.2 |
2150 | 2024-07-22T22:35:58.577Z | Compiling num-complex v0.4.6 |
2151 | 2024-07-22T22:35:58.577Z | Compiling macaddr v1.0.1 |
2152 | 2024-07-22T22:35:58.577Z | Compiling num v0.4.3 |
2153 | 2024-07-22T22:35:58.577Z | Compiling float-ord v0.3.2 |
2154 | 2024-07-22T22:35:58.577Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2155 | 2024-07-22T22:35:58.577Z | Compiling tokio-rustls v0.25.0 |
2156 | 2024-07-22T22:35:58.577Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2157 | 2024-07-22T22:36:01.587Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2158 | 2024-07-22T22:36:12.484Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2159 | 2024-07-22T22:36:15.641Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2160 | 2024-07-22T22:36:16.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.25s |
2161 | 2024-07-22T22:36:16.347Z | |
2162 | 2024-07-22T22:36:16.347Z | info: running `cargo check --bins` on oximeter-impl (73/137) |
2163 | 2024-07-22T22:36:16.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2164 | 2024-07-22T22:36:16.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2165 | 2024-07-22T22:36:16.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2166 | 2024-07-22T22:36:16.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2167 | 2024-07-22T22:36:16.903Z | |
2168 | 2024-07-22T22:36:16.903Z | info: running `cargo check --bins` on oximeter-macro-impl (74/137) |
2169 | 2024-07-22T22:36:17.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2170 | 2024-07-22T22:36:17.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2171 | 2024-07-22T22:36:17.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2172 | 2024-07-22T22:36:17.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2173 | 2024-07-22T22:36:17.458Z | |
2174 | 2024-07-22T22:36:17.458Z | info: running `cargo check --bins` on oximeter-timeseries-macro (75/137) |
2175 | 2024-07-22T22:36:17.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2176 | 2024-07-22T22:36:17.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2177 | 2024-07-22T22:36:17.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2178 | 2024-07-22T22:36:17.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2179 | 2024-07-22T22:36:18.030Z | |
2180 | 2024-07-22T22:36:18.030Z | info: running `cargo check --bins` on nexus-inventory (76/137) |
2181 | 2024-07-22T22:36:18.494Z | Downloading crates ... |
2182 | 2024-07-22T22:36:18.600Z | Downloaded rand_seeder v0.2.3 |
2183 | 2024-07-22T22:36:18.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-07-22T22:36:18.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-07-22T22:36:18.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-07-22T22:36:18.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2187 | 2024-07-22T22:36:18.668Z | |
2188 | 2024-07-22T22:36:18.668Z | info: running `cargo check --bins` on typed-rng (77/137) |
2189 | 2024-07-22T22:36:19.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-07-22T22:36:19.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-07-22T22:36:19.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-07-22T22:36:19.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2193 | 2024-07-22T22:36:19.215Z | |
2194 | 2024-07-22T22:36:19.215Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (78/137) |
2195 | 2024-07-22T22:36:19.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-07-22T22:36:19.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-07-22T22:36:19.887Z | Compiling semver v0.1.20 |
2198 | 2024-07-22T22:36:19.890Z | Compiling rayon-core v1.12.1 |
2199 | 2024-07-22T22:36:19.890Z | Compiling convert_case v0.4.0 |
2200 | 2024-07-22T22:36:19.976Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2201 | 2024-07-22T22:36:19.981Z | Checking password-hash v0.5.0 |
2202 | 2024-07-22T22:36:19.984Z | Compiling crossbeam-deque v0.8.5 |
2203 | 2024-07-22T22:36:19.984Z | Checking blake2 v0.10.6 |
2204 | 2024-07-22T22:36:19.989Z | Compiling derive-where v1.2.7 |
2205 | 2024-07-22T22:36:20.212Z | Compiling unicase v2.7.0 |
2206 | 2024-07-22T22:36:20.325Z | Compiling rustc_version v0.1.7 |
2207 | 2024-07-22T22:36:20.403Z | Compiling fastrand v2.1.0 |
2208 | 2024-07-22T22:36:20.417Z | Compiling same-file v1.0.6 |
2209 | 2024-07-22T22:36:20.590Z | Compiling walkdir v2.5.0 |
2210 | 2024-07-22T22:36:20.621Z | Checking argon2 v0.5.3 |
2211 | 2024-07-22T22:36:20.659Z | Compiling curve25519-dalek v4.1.3 |
2212 | 2024-07-22T22:36:20.825Z | Compiling newtype_derive v0.1.6 |
2213 | 2024-07-22T22:36:20.919Z | Compiling derive_more v0.99.18 |
2214 | 2024-07-22T22:36:20.975Z | Compiling tempfile v3.10.1 |
2215 | 2024-07-22T22:36:21.264Z | Compiling ring v0.16.20 |
2216 | 2024-07-22T22:36:21.278Z | Compiling blake3 v1.5.1 |
2217 | 2024-07-22T22:36:21.294Z | Checking keccak v0.1.5 |
2218 | 2024-07-22T22:36:21.345Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2219 | 2024-07-22T22:36:21.610Z | Checking sha3 v0.10.8 |
2220 | 2024-07-22T22:36:21.625Z | Compiling rayon v1.10.0 |
2221 | 2024-07-22T22:36:21.864Z | Checking steno v0.4.1 |
2222 | 2024-07-22T22:36:22.108Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2223 | 2024-07-22T22:36:22.231Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2224 | 2024-07-22T22:36:22.477Z | Compiling xattr v1.3.1 |
2225 | 2024-07-22T22:36:22.755Z | Checking universal-hash v0.5.1 |
2226 | 2024-07-22T22:36:22.923Z | Compiling thiserror-impl-no-std v2.0.2 |
2227 | 2024-07-22T22:36:23.664Z | Checking secrecy v0.8.0 |
2228 | 2024-07-22T22:36:23.869Z | Compiling curve25519-dalek-derive v0.1.1 |
2229 | 2024-07-22T22:36:24.093Z | Compiling memmap2 v0.9.4 |
2230 | 2024-07-22T22:36:24.536Z | Compiling home v0.5.9 |
2231 | 2024-07-22T22:36:24.813Z | Compiling constant_time_eq v0.3.0 |
2232 | 2024-07-22T22:36:24.917Z | Compiling arrayvec v0.7.4 |
2233 | 2024-07-22T22:36:24.989Z | Compiling untrusted v0.7.1 |
2234 | 2024-07-22T22:36:25.179Z | Compiling spin v0.5.2 |
2235 | 2024-07-22T22:36:25.305Z | Checking opaque-debug v0.3.1 |
2236 | 2024-07-22T22:36:25.415Z | Compiling libefi-sys v0.1.0 |
2237 | 2024-07-22T22:36:25.431Z | Compiling arrayref v0.3.7 |
2238 | 2024-07-22T22:36:25.524Z | Checking poly1305 v0.8.0 |
2239 | 2024-07-22T22:36:26.261Z | Checking thiserror-no-std v2.0.2 |
2240 | 2024-07-22T22:36:26.370Z | Compiling toolchain_find v0.4.0 |
2241 | 2024-07-22T22:36:26.460Z | Compiling tar v0.4.41 |
2242 | 2024-07-22T22:36:26.594Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2243 | 2024-07-22T22:36:26.874Z | Compiling camino-tempfile v1.1.1 |
2244 | 2024-07-22T22:36:27.259Z | Checking chacha20 v0.9.1 |
2245 | 2024-07-22T22:36:27.315Z | Checking aead v0.5.2 |
2246 | 2024-07-22T22:36:27.405Z | Compiling bitfield-struct v0.6.1 |
2247 | 2024-07-22T22:36:27.526Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2248 | 2024-07-22T22:36:27.585Z | Compiling topological-sort v0.2.2 |
2249 | 2024-07-22T22:36:27.791Z | Compiling cancel-safe-futures v0.1.5 |
2250 | 2024-07-22T22:36:27.807Z | Compiling omicron-zone-package v0.11.0 |
2251 | 2024-07-22T22:36:27.983Z | Checking chacha20poly1305 v0.10.1 |
2252 | 2024-07-22T22:36:28.151Z | Compiling mime_guess v2.0.4 |
2253 | 2024-07-22T22:36:28.164Z | Checking vsss-rs v3.3.4 |
2254 | 2024-07-22T22:36:28.593Z | Compiling rustfmt-wrapper v0.2.1 |
2255 | 2024-07-22T22:36:28.840Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-07-22T22:36:29.375Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2257 | 2024-07-22T22:36:29.390Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2258 | 2024-07-22T22:36:29.501Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2024-07-22T22:36:29.546Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2260 | 2024-07-22T22:36:29.768Z | Checking libsw v3.3.1 |
2261 | 2024-07-22T22:36:29.810Z | Checking gethostname v0.4.3 |
2262 | 2024-07-22T22:36:29.865Z | Checking swrite v0.1.0 |
2263 | 2024-07-22T22:36:29.894Z | Checking owo-colors v4.0.0 |
2264 | 2024-07-22T22:36:29.928Z | Checking linear-map v1.2.0 |
2265 | 2024-07-22T22:36:29.944Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2266 | 2024-07-22T22:36:30.008Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2267 | 2024-07-22T22:36:30.222Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2268 | 2024-07-22T22:36:30.611Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2269 | 2024-07-22T22:36:30.800Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2270 | 2024-07-22T22:36:30.826Z | Checking kstat-rs v0.2.4 |
2271 | 2024-07-22T22:36:30.829Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2272 | 2024-07-22T22:36:31.052Z | Checking nanorand v0.7.0 |
2273 | 2024-07-22T22:36:31.160Z | Checking http-range v0.1.5 |
2274 | 2024-07-22T22:36:31.330Z | Checking glob v0.3.1 |
2275 | 2024-07-22T22:36:31.382Z | Checking hyper-staticfile v0.9.5 |
2276 | 2024-07-22T22:36:31.399Z | Checking flume v0.11.0 |
2277 | 2024-07-22T22:36:31.613Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2278 | 2024-07-22T22:36:31.665Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2279 | 2024-07-22T22:36:31.694Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2280 | 2024-07-22T22:36:31.811Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2281 | 2024-07-22T22:36:31.851Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2282 | 2024-07-22T22:36:32.340Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2283 | 2024-07-22T22:36:33.207Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2284 | 2024-07-22T22:36:33.591Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2285 | 2024-07-22T22:36:34.071Z | Checking display-error-chain v0.2.0 |
2286 | 2024-07-22T22:36:34.417Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2287 | 2024-07-22T22:36:34.582Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2288 | 2024-07-22T22:36:41.454Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2289 | 2024-07-22T22:36:46.478Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2290 | 2024-07-22T22:36:46.488Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2291 | 2024-07-22T22:36:47.565Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2292 | 2024-07-22T22:36:47.997Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2293 | 2024-07-22T22:37:01.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.15s |
2294 | 2024-07-22T22:37:01.510Z | |
2295 | 2024-07-22T22:37:01.510Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (79/137) |
2296 | 2024-07-22T22:37:02.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2297 | 2024-07-22T22:37:02.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2298 | 2024-07-22T22:37:02.192Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2299 | 2024-07-22T22:37:15.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
2300 | 2024-07-22T22:37:15.898Z | |
2301 | 2024-07-22T22:37:15.898Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (80/137) |
2302 | 2024-07-22T22:37:16.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2303 | 2024-07-22T22:37:16.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2304 | 2024-07-22T22:37:16.567Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2305 | 2024-07-22T22:37:29.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
2306 | 2024-07-22T22:37:30.041Z | |
2307 | 2024-07-22T22:37:30.041Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (81/137) |
2308 | 2024-07-22T22:37:30.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2309 | 2024-07-22T22:37:30.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2310 | 2024-07-22T22:37:30.708Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2311 | 2024-07-22T22:37:44.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s |
2312 | 2024-07-22T22:37:44.197Z | |
2313 | 2024-07-22T22:37:44.197Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (82/137) |
2314 | 2024-07-22T22:37:44.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2315 | 2024-07-22T22:37:44.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2316 | 2024-07-22T22:37:44.856Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2317 | 2024-07-22T22:37:58.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s |
2318 | 2024-07-22T22:37:58.475Z | |
2319 | 2024-07-22T22:37:58.475Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (83/137) |
2320 | 2024-07-22T22:37:59.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2321 | 2024-07-22T22:37:59.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2322 | 2024-07-22T22:37:59.126Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2323 | 2024-07-22T22:38:12.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
2324 | 2024-07-22T22:38:12.624Z | |
2325 | 2024-07-22T22:38:12.624Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (84/137) |
2326 | 2024-07-22T22:38:13.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2327 | 2024-07-22T22:38:13.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2328 | 2024-07-22T22:38:13.300Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2329 | 2024-07-22T22:38:26.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
2330 | 2024-07-22T22:38:27.022Z | |
2331 | 2024-07-22T22:38:27.022Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (85/137) |
2332 | 2024-07-22T22:38:27.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2333 | 2024-07-22T22:38:27.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2334 | 2024-07-22T22:38:27.679Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2335 | 2024-07-22T22:38:41.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
2336 | 2024-07-22T22:38:41.139Z | |
2337 | 2024-07-22T22:38:41.139Z | info: running `cargo check --bins` on bootstrap-agent-api (86/137) |
2338 | 2024-07-22T22:38:41.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2339 | 2024-07-22T22:38:41.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2340 | 2024-07-22T22:38:41.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2341 | 2024-07-22T22:38:41.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2342 | 2024-07-22T22:38:41.721Z | |
2343 | 2024-07-22T22:38:41.721Z | info: running `cargo check --bins` on sled-agent-types (87/137) |
2344 | 2024-07-22T22:38:42.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-07-22T22:38:42.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-07-22T22:38:42.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2347 | 2024-07-22T22:38:42.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2348 | 2024-07-22T22:38:42.322Z | |
2349 | 2024-07-22T22:38:42.322Z | info: running `cargo check --bins` on key-manager (88/137) |
2350 | 2024-07-22T22:38:42.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-07-22T22:38:42.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-07-22T22:38:42.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2353 | 2024-07-22T22:38:42.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2354 | 2024-07-22T22:38:42.893Z | |
2355 | 2024-07-22T22:38:42.893Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (89/137) |
2356 | 2024-07-22T22:38:43.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2357 | 2024-07-22T22:38:43.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2358 | 2024-07-22T22:38:43.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2359 | 2024-07-22T22:38:43.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2360 | 2024-07-22T22:38:43.444Z | |
2361 | 2024-07-22T22:38:43.444Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/137) |
2362 | 2024-07-22T22:38:43.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2024-07-22T22:38:43.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2024-07-22T22:38:43.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2024-07-22T22:38:43.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2366 | 2024-07-22T22:38:44.014Z | |
2367 | 2024-07-22T22:38:44.014Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/137) |
2368 | 2024-07-22T22:38:44.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2024-07-22T22:38:44.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2024-07-22T22:38:44.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2024-07-22T22:38:44.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2372 | 2024-07-22T22:38:44.587Z | |
2373 | 2024-07-22T22:38:44.587Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/137) |
2374 | 2024-07-22T22:38:45.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-07-22T22:38:45.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-07-22T22:38:45.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-07-22T22:38:45.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2378 | 2024-07-22T22:38:45.159Z | |
2379 | 2024-07-22T22:38:45.159Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/137) |
2380 | 2024-07-22T22:38:45.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-07-22T22:38:45.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-07-22T22:38:45.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-07-22T22:38:45.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2384 | 2024-07-22T22:38:45.723Z | |
2385 | 2024-07-22T22:38:45.723Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/137) |
2386 | 2024-07-22T22:38:46.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-07-22T22:38:46.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-07-22T22:38:46.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-07-22T22:38:46.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2390 | 2024-07-22T22:38:46.286Z | |
2391 | 2024-07-22T22:38:46.286Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/137) |
2392 | 2024-07-22T22:38:46.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-07-22T22:38:46.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-07-22T22:38:46.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-07-22T22:38:46.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2396 | 2024-07-22T22:38:46.849Z | |
2397 | 2024-07-22T22:38:46.849Z | info: running `cargo check --bins` on oximeter-producer (96/137) |
2398 | 2024-07-22T22:38:47.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-07-22T22:38:47.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-07-22T22:38:47.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2401 | 2024-07-22T22:38:47.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2402 | 2024-07-22T22:38:47.425Z | |
2403 | 2024-07-22T22:38:47.425Z | info: running `cargo check --bins` on sled-hardware (97/137) |
2404 | 2024-07-22T22:38:47.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-07-22T22:38:47.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-07-22T22:38:47.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2407 | 2024-07-22T22:38:47.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2408 | 2024-07-22T22:38:47.999Z | |
2409 | 2024-07-22T22:38:47.999Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/137) |
2410 | 2024-07-22T22:38:48.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-07-22T22:38:48.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-07-22T22:38:48.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2413 | 2024-07-22T22:38:48.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2414 | 2024-07-22T22:38:48.577Z | |
2415 | 2024-07-22T22:38:48.577Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/137) |
2416 | 2024-07-22T22:38:49.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-07-22T22:38:49.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-07-22T22:38:49.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2419 | 2024-07-22T22:38:49.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2420 | 2024-07-22T22:38:49.152Z | |
2421 | 2024-07-22T22:38:49.152Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/137) |
2422 | 2024-07-22T22:38:49.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-07-22T22:38:49.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-07-22T22:38:49.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-07-22T22:38:49.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2426 | 2024-07-22T22:38:49.724Z | |
2427 | 2024-07-22T22:38:49.724Z | info: running `cargo check --bins` on nexus-test-interface (101/137) |
2428 | 2024-07-22T22:38:50.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-07-22T22:38:50.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-07-22T22:38:50.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2024-07-22T22:38:50.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2432 | 2024-07-22T22:38:50.290Z | |
2433 | 2024-07-22T22:38:50.290Z | info: running `cargo check --bins` on oximeter-collector (102/137) |
2434 | 2024-07-22T22:38:50.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-07-22T22:38:50.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-07-22T22:38:50.880Z | Checking bcs v0.1.6 |
2437 | 2024-07-22T22:38:50.880Z | Compiling async-recursion v1.1.1 |
2438 | 2024-07-22T22:38:50.880Z | Checking highway v1.1.0 |
2439 | 2024-07-22T22:38:50.883Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2440 | 2024-07-22T22:38:51.839Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2441 | 2024-07-22T22:38:54.830Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2442 | 2024-07-22T22:38:56.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s |
2443 | 2024-07-22T22:38:56.577Z | |
2444 | 2024-07-22T22:38:56.577Z | info: running `cargo check --bins --no-default-features` on oximeter-db (103/137) |
2445 | 2024-07-22T22:38:57.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-07-22T22:38:57.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-07-22T22:38:57.166Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2448 | 2024-07-22T22:38:57.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
2449 | 2024-07-22T22:38:57.830Z | |
2450 | 2024-07-22T22:38:57.830Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (104/137) |
2451 | 2024-07-22T22:38:58.248Z | Downloading crates ... |
2452 | 2024-07-22T22:38:58.389Z | Downloaded cfg_aliases v0.1.1 |
2453 | 2024-07-22T22:38:58.395Z | Downloaded vte v0.11.1 |
2454 | 2024-07-22T22:38:58.400Z | Downloaded sqlparser_derive v0.2.2 |
2455 | 2024-07-22T22:38:58.404Z | Downloaded nu-ansi-term v0.50.0 |
2456 | 2024-07-22T22:38:58.411Z | Downloaded vte_generate_state_changes v0.1.1 |
2457 | 2024-07-22T22:38:58.414Z | Downloaded sqlformat v0.2.4 |
2458 | 2024-07-22T22:38:58.414Z | Downloaded fd-lock v4.0.2 |
2459 | 2024-07-22T22:38:58.417Z | Downloaded peg-macros v0.8.4 |
2460 | 2024-07-22T22:38:58.419Z | Downloaded peg v0.8.4 |
2461 | 2024-07-22T22:38:58.422Z | Downloaded strip-ansi-escapes v0.2.0 |
2462 | 2024-07-22T22:38:58.433Z | Downloaded unicode_categories v0.1.1 |
2463 | 2024-07-22T22:38:58.440Z | Downloaded rustyline v14.0.0 |
2464 | 2024-07-22T22:38:58.445Z | Downloaded reedline v0.31.0 |
2465 | 2024-07-22T22:38:58.452Z | Downloaded sqlparser v0.45.0 |
2466 | 2024-07-22T22:38:58.456Z | Downloaded nix v0.28.0 |
2467 | 2024-07-22T22:38:58.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-07-22T22:38:58.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-07-22T22:38:58.554Z | Compiling cfg_aliases v0.1.1 |
2470 | 2024-07-22T22:38:58.556Z | Compiling vte_generate_state_changes v0.1.1 |
2471 | 2024-07-22T22:38:58.556Z | Checking fd-lock v4.0.2 |
2472 | 2024-07-22T22:38:58.556Z | Checking bytecount v0.6.8 |
2473 | 2024-07-22T22:38:58.632Z | Compiling tabled_derive v0.7.0 |
2474 | 2024-07-22T22:38:58.635Z | Compiling peg-macros v0.8.4 |
2475 | 2024-07-22T22:38:58.639Z | Compiling sqlparser_derive v0.2.2 |
2476 | 2024-07-22T22:38:58.642Z | Checking nu-ansi-term v0.50.0 |
2477 | 2024-07-22T22:38:58.705Z | Compiling nix v0.28.0 |
2478 | 2024-07-22T22:38:58.736Z | Checking papergrid v0.11.0 |
2479 | 2024-07-22T22:38:58.795Z | Checking unicode_categories v0.1.1 |
2480 | 2024-07-22T22:38:59.036Z | Checking home v0.5.9 |
2481 | 2024-07-22T22:38:59.068Z | Checking sqlformat v0.2.4 |
2482 | 2024-07-22T22:38:59.245Z | Checking vte v0.11.1 |
2483 | 2024-07-22T22:38:59.720Z | Checking sqlparser v0.45.0 |
2484 | 2024-07-22T22:39:00.542Z | Checking strip-ansi-escapes v0.2.0 |
2485 | 2024-07-22T22:39:00.687Z | Checking reedline v0.31.0 |
2486 | 2024-07-22T22:39:00.723Z | Checking tabled v0.15.0 |
2487 | 2024-07-22T22:39:01.394Z | Checking peg v0.8.4 |
2488 | 2024-07-22T22:39:01.731Z | Checking rustyline v14.0.0 |
2489 | 2024-07-22T22:39:05.852Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2490 | 2024-07-22T22:39:11.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.33s |
2491 | 2024-07-22T22:39:11.287Z | |
2492 | 2024-07-22T22:39:11.287Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (105/137) |
2493 | 2024-07-22T22:39:11.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-07-22T22:39:11.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-07-22T22:39:11.896Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2496 | 2024-07-22T22:39:17.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
2497 | 2024-07-22T22:39:17.452Z | |
2498 | 2024-07-22T22:39:17.452Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (106/137) |
2499 | 2024-07-22T22:39:17.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-07-22T22:39:17.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-07-22T22:39:18.050Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2502 | 2024-07-22T22:39:23.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
2503 | 2024-07-22T22:39:23.327Z | |
2504 | 2024-07-22T22:39:23.327Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (107/137) |
2505 | 2024-07-22T22:39:23.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-07-22T22:39:23.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-07-22T22:39:23.919Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2508 | 2024-07-22T22:39:27.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
2509 | 2024-07-22T22:39:27.898Z | |
2510 | 2024-07-22T22:39:27.898Z | info: running `cargo check --bins` on crdb-seed (108/137) |
2511 | 2024-07-22T22:39:28.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-07-22T22:39:28.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-07-22T22:39:28.501Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2514 | 2024-07-22T22:39:28.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2515 | 2024-07-22T22:39:28.925Z | |
2516 | 2024-07-22T22:39:28.925Z | info: running `cargo check --bins` on omicron-omdb (109/137) |
2517 | 2024-07-22T22:39:29.353Z | Downloading crates ... |
2518 | 2024-07-22T22:39:29.550Z | Downloaded castaway v0.2.2 |
2519 | 2024-07-22T22:39:29.553Z | Downloaded smawk v0.3.2 |
2520 | 2024-07-22T22:39:29.561Z | Downloaded textwrap v0.16.1 |
2521 | 2024-07-22T22:39:29.568Z | Downloaded number_prefix v0.4.0 |
2522 | 2024-07-22T22:39:29.571Z | Downloaded stability v0.2.0 |
2523 | 2024-07-22T22:39:29.576Z | Downloaded multimap v0.10.0 |
2524 | 2024-07-22T22:39:29.579Z | Downloaded cassowary v0.3.0 |
2525 | 2024-07-22T22:39:29.583Z | Downloaded unicode-linebreak v0.1.5 |
2526 | 2024-07-22T22:39:29.583Z | Downloaded lru v0.12.3 |
2527 | 2024-07-22T22:39:29.586Z | Downloaded unicode-truncate v1.0.0 |
2528 | 2024-07-22T22:39:29.595Z | Downloaded compact_str v0.7.1 |
2529 | 2024-07-22T22:39:29.599Z | Downloaded indicatif v0.17.8 |
2530 | 2024-07-22T22:39:29.602Z | Downloaded portable-atomic v1.6.0 |
2531 | 2024-07-22T22:39:29.612Z | Downloaded itertools v0.13.0 |
2532 | 2024-07-22T22:39:29.632Z | Downloaded ratatui v0.27.0 |
2533 | 2024-07-22T22:39:29.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-07-22T22:39:29.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-07-22T22:39:29.799Z | Compiling glob v0.3.1 |
2536 | 2024-07-22T22:39:29.799Z | Compiling crunchy v0.2.2 |
2537 | 2024-07-22T22:39:29.806Z | Compiling tiny-keccak v2.0.2 |
2538 | 2024-07-22T22:39:29.898Z | Compiling ascii-canvas v3.0.0 |
2539 | 2024-07-22T22:39:29.907Z | Compiling ena v0.14.3 |
2540 | 2024-07-22T22:39:29.911Z | Compiling libloading v0.8.3 |
2541 | 2024-07-22T22:39:29.911Z | Compiling diff v0.1.13 |
2542 | 2024-07-22T22:39:29.937Z | Compiling regex-syntax v0.6.29 |
2543 | 2024-07-22T22:39:30.153Z | Compiling bindgen v0.69.4 |
2544 | 2024-07-22T22:39:30.275Z | Compiling which v4.4.2 |
2545 | 2024-07-22T22:39:30.332Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2546 | 2024-07-22T22:39:30.421Z | Compiling cexpr v0.6.0 |
2547 | 2024-07-22T22:39:30.587Z | Compiling rustc-hash v1.1.0 |
2548 | 2024-07-22T22:39:30.604Z | Compiling shlex v1.3.0 |
2549 | 2024-07-22T22:39:30.740Z | Compiling ref-cast v1.0.23 |
2550 | 2024-07-22T22:39:30.827Z | Compiling clang-sys v1.7.0 |
2551 | 2024-07-22T22:39:30.842Z | Compiling lazycell v1.3.0 |
2552 | 2024-07-22T22:39:30.914Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2553 | 2024-07-22T22:39:30.996Z | Compiling derive_builder_core v0.20.0 |
2554 | 2024-07-22T22:39:31.011Z | Compiling libxml v0.3.3 |
2555 | 2024-07-22T22:39:31.139Z | Compiling ref-cast-impl v1.0.23 |
2556 | 2024-07-22T22:39:31.174Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2557 | 2024-07-22T22:39:31.320Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2558 | 2024-07-22T22:39:31.381Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2559 | 2024-07-22T22:39:31.661Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2560 | 2024-07-22T22:39:31.765Z | Compiling strum_macros v0.24.3 |
2561 | 2024-07-22T22:39:31.932Z | Compiling cookie v0.18.1 |
2562 | 2024-07-22T22:39:32.201Z | Compiling indoc v1.0.9 |
2563 | 2024-07-22T22:39:32.459Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2564 | 2024-07-22T22:39:32.706Z | Compiling oso-derive v0.27.3 |
2565 | 2024-07-22T22:39:33.215Z | Compiling lalrpop v0.19.12 |
2566 | 2024-07-22T22:39:33.528Z | Compiling derive_builder_macro v0.20.0 |
2567 | 2024-07-22T22:39:33.791Z | Compiling impl-trait-for-tuples v0.2.2 |
2568 | 2024-07-22T22:39:34.201Z | Checking quick-xml v0.31.0 |
2569 | 2024-07-22T22:39:34.377Z | Checking derive_builder v0.20.0 |
2570 | 2024-07-22T22:39:34.514Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2571 | 2024-07-22T22:39:34.774Z | Checking maplit v1.0.2 |
2572 | 2024-07-22T22:39:35.882Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2573 | 2024-07-22T22:39:36.275Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2574 | 2024-07-22T22:39:36.298Z | Checking bb8 v0.8.5 |
2575 | 2024-07-22T22:39:36.520Z | Compiling const_format_proc_macros v0.2.32 |
2576 | 2024-07-22T22:39:36.739Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2577 | 2024-07-22T22:39:37.615Z | Checking crossbeam-deque v0.8.5 |
2578 | 2024-07-22T22:39:37.719Z | Compiling portable-atomic v1.6.0 |
2579 | 2024-07-22T22:39:37.945Z | Checking rayon-core v1.12.1 |
2580 | 2024-07-22T22:39:38.587Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2581 | 2024-07-22T22:39:38.788Z | Checking castaway v0.2.2 |
2582 | 2024-07-22T22:39:38.825Z | Checking const_format v0.2.32 |
2583 | 2024-07-22T22:39:38.942Z | Checking compact_str v0.7.1 |
2584 | 2024-07-22T22:39:39.306Z | Checking rayon v1.10.0 |
2585 | 2024-07-22T22:39:39.654Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2586 | 2024-07-22T22:39:39.898Z | Checking unicode-truncate v1.0.0 |
2587 | 2024-07-22T22:39:39.918Z | Checking itertools v0.13.0 |
2588 | 2024-07-22T22:39:40.113Z | Checking lru v0.12.3 |
2589 | 2024-07-22T22:39:40.388Z | Compiling stability v0.2.0 |
2590 | 2024-07-22T22:39:41.503Z | Checking cassowary v0.3.0 |
2591 | 2024-07-22T22:39:41.895Z | Checking unicode-linebreak v0.1.5 |
2592 | 2024-07-22T22:39:42.307Z | Checking smawk v0.3.2 |
2593 | 2024-07-22T22:39:42.511Z | Checking number_prefix v0.4.0 |
2594 | 2024-07-22T22:39:42.543Z | Checking ratatui v0.27.0 |
2595 | 2024-07-22T22:39:42.707Z | Checking textwrap v0.16.1 |
2596 | 2024-07-22T22:39:43.110Z | Checking indicatif v0.17.8 |
2597 | 2024-07-22T22:39:43.149Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2598 | 2024-07-22T22:39:43.843Z | Checking multimap v0.10.0 |
2599 | 2024-07-22T22:40:07.043Z | Compiling samael v0.0.15 |
2600 | 2024-07-22T22:40:17.697Z | Compiling polar-core v0.27.3 |
2601 | 2024-07-22T22:40:24.757Z | Checking oso v0.27.3 |
2602 | 2024-07-22T22:40:49.676Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2603 | 2024-07-22T22:40:53.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
2604 | 2024-07-22T22:40:53.911Z | |
2605 | 2024-07-22T22:40:53.911Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (110/137) |
2606 | 2024-07-22T22:40:54.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-07-22T22:40:54.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-07-22T22:40:54.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-07-22T22:40:54.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2610 | 2024-07-22T22:40:54.510Z | |
2611 | 2024-07-22T22:40:54.510Z | info: running `cargo check --bins` on nexus-saga-recovery (111/137) |
2612 | 2024-07-22T22:40:55.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-07-22T22:40:55.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-07-22T22:40:55.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2024-07-22T22:40:55.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2616 | 2024-07-22T22:40:55.098Z | |
2617 | 2024-07-22T22:40:55.098Z | info: running `cargo check --bins` on nexus-test-utils-macros (112/137) |
2618 | 2024-07-22T22:40:55.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-07-22T22:40:55.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-07-22T22:40:55.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2024-07-22T22:40:55.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
2622 | 2024-07-22T22:40:55.638Z | |
2623 | 2024-07-22T22:40:55.639Z | info: running `cargo check --bins` on omicron-nexus (113/137) |
2624 | 2024-07-22T22:40:56.054Z | Downloading crates ... |
2625 | 2024-07-22T22:40:56.283Z | Downloaded assert_matches v1.5.0 |
2626 | 2024-07-22T22:40:56.293Z | Downloaded pin-project v1.1.5 |
2627 | 2024-07-22T22:40:56.304Z | Downloaded serde_plain v1.0.2 |
2628 | 2024-07-22T22:40:56.308Z | Downloaded parse-size v1.0.0 |
2629 | 2024-07-22T22:40:56.308Z | Downloaded olpc-cjson v0.1.3 |
2630 | 2024-07-22T22:40:56.308Z | Downloaded globset v0.4.14 |
2631 | 2024-07-22T22:40:56.311Z | Downloaded buf-list v1.0.3 |
2632 | 2024-07-22T22:40:56.315Z | Downloaded pin-project-internal v1.1.5 |
2633 | 2024-07-22T22:40:56.315Z | Downloaded snafu-derive v0.8.2 |
2634 | 2024-07-22T22:40:56.318Z | Downloaded fatfs v0.3.6 |
2635 | 2024-07-22T22:40:56.322Z | Downloaded snafu v0.8.2 |
2636 | 2024-07-22T22:40:56.325Z | Downloaded typed-path v0.7.1 |
2637 | 2024-07-22T22:40:56.330Z | Downloaded tough v0.17.1 |
2638 | 2024-07-22T22:40:56.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-07-22T22:40:56.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-07-22T22:40:56.488Z | Compiling pin-project-internal v1.1.5 |
2641 | 2024-07-22T22:40:56.576Z | Compiling snafu-derive v0.8.2 |
2642 | 2024-07-22T22:40:56.579Z | Compiling buf-list v1.0.3 |
2643 | 2024-07-22T22:40:56.598Z | Checking globset v0.4.14 |
2644 | 2024-07-22T22:40:56.601Z | Checking olpc-cjson v0.1.3 |
2645 | 2024-07-22T22:40:56.601Z | Checking rand_seeder v0.2.3 |
2646 | 2024-07-22T22:40:56.601Z | Checking serde_plain v1.0.2 |
2647 | 2024-07-22T22:40:56.601Z | Checking typed-path v0.7.1 |
2648 | 2024-07-22T22:40:56.941Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2649 | 2024-07-22T22:40:56.945Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2650 | 2024-07-22T22:40:56.945Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2651 | 2024-07-22T22:40:57.008Z | Checking parse-size v1.0.0 |
2652 | 2024-07-22T22:40:57.055Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2653 | 2024-07-22T22:40:57.089Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2654 | 2024-07-22T22:40:57.148Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2655 | 2024-07-22T22:40:57.163Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2656 | 2024-07-22T22:40:57.509Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2657 | 2024-07-22T22:40:57.892Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2658 | 2024-07-22T22:40:58.049Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2659 | 2024-07-22T22:40:58.236Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2660 | 2024-07-22T22:40:58.404Z | Checking fatfs v0.3.6 |
2661 | 2024-07-22T22:40:58.453Z | Checking assert_matches v1.5.0 |
2662 | 2024-07-22T22:40:59.516Z | Checking pin-project v1.1.5 |
2663 | 2024-07-22T22:41:00.416Z | Checking snafu v0.8.2 |
2664 | 2024-07-22T22:41:00.710Z | Checking tough v0.17.1 |
2665 | 2024-07-22T22:41:03.455Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2666 | 2024-07-22T22:41:04.515Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2667 | 2024-07-22T22:41:39.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.00s |
2668 | 2024-07-22T22:41:39.795Z | |
2669 | 2024-07-22T22:41:39.795Z | info: running `cargo check --bins` on nexus-internal-api (114/137) |
2670 | 2024-07-22T22:41:40.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-07-22T22:41:40.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-07-22T22:41:40.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-07-22T22:41:40.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2674 | 2024-07-22T22:41:40.368Z | |
2675 | 2024-07-22T22:41:40.368Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (115/137) |
2676 | 2024-07-22T22:41:40.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-07-22T22:41:40.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-07-22T22:41:40.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-07-22T22:41:40.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2680 | 2024-07-22T22:41:40.966Z | |
2681 | 2024-07-22T22:41:40.966Z | info: running `cargo check --bins` on nexus-networking (116/137) |
2682 | 2024-07-22T22:41:41.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-07-22T22:41:41.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-07-22T22:41:41.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-07-22T22:41:41.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2686 | 2024-07-22T22:41:41.551Z | |
2687 | 2024-07-22T22:41:41.552Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (117/137) |
2688 | 2024-07-22T22:41:42.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-07-22T22:41:42.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-07-22T22:41:42.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2024-07-22T22:41:42.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2692 | 2024-07-22T22:41:42.146Z | |
2693 | 2024-07-22T22:41:42.146Z | info: running `cargo check --bins` on update-common (118/137) |
2694 | 2024-07-22T22:41:42.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-07-22T22:41:42.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-07-22T22:41:42.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2024-07-22T22:41:42.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2698 | 2024-07-22T22:41:42.738Z | |
2699 | 2024-07-22T22:41:42.738Z | info: running `cargo check --bins` on tufaceous-lib (119/137) |
2700 | 2024-07-22T22:41:43.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-07-22T22:41:43.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-07-22T22:41:43.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2024-07-22T22:41:43.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2704 | 2024-07-22T22:41:43.323Z | |
2705 | 2024-07-22T22:41:43.323Z | info: running `cargo check --bins` on tufaceous (120/137) |
2706 | 2024-07-22T22:41:43.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-07-22T22:41:43.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-07-22T22:41:43.920Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2709 | 2024-07-22T22:41:44.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
2710 | 2024-07-22T22:41:44.900Z | |
2711 | 2024-07-22T22:41:44.900Z | info: running `cargo check --bins` on omicron-dev (121/137) |
2712 | 2024-07-22T22:41:45.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-07-22T22:41:45.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-07-22T22:41:45.646Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2715 | 2024-07-22T22:41:45.646Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2716 | 2024-07-22T22:41:45.649Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2717 | 2024-07-22T22:41:46.975Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2718 | 2024-07-22T22:41:49.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
2719 | 2024-07-22T22:41:49.533Z | |
2720 | 2024-07-22T22:41:49.533Z | info: running `cargo check --bins` on openapi-manager (122/137) |
2721 | 2024-07-22T22:41:49.997Z | Downloading crates ... |
2722 | 2024-07-22T22:41:50.129Z | Downloaded indent_write v2.2.0 |
2723 | 2024-07-22T22:41:50.132Z | Downloaded supports-color v3.0.0 |
2724 | 2024-07-22T22:41:50.134Z | Downloaded is_ci v1.2.0 |
2725 | 2024-07-22T22:41:50.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-07-22T22:41:50.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-07-22T22:41:50.231Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2728 | 2024-07-22T22:41:50.231Z | Checking is_ci v1.2.0 |
2729 | 2024-07-22T22:41:50.234Z | Checking heck v0.4.1 |
2730 | 2024-07-22T22:41:50.234Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2731 | 2024-07-22T22:41:50.234Z | Checking indent_write v2.2.0 |
2732 | 2024-07-22T22:41:50.393Z | Checking supports-color v3.0.0 |
2733 | 2024-07-22T22:41:50.463Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2734 | 2024-07-22T22:41:51.768Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2735 | 2024-07-22T22:41:52.568Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2736 | 2024-07-22T22:41:53.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
2737 | 2024-07-22T22:41:53.613Z | |
2738 | 2024-07-22T22:41:53.613Z | info: running `cargo check --bins` on installinator-api (123/137) |
2739 | 2024-07-22T22:41:54.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2024-07-22T22:41:54.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2024-07-22T22:41:54.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2024-07-22T22:41:54.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2743 | 2024-07-22T22:41:54.192Z | |
2744 | 2024-07-22T22:41:54.192Z | info: running `cargo check --bins` on wicketd-api (124/137) |
2745 | 2024-07-22T22:41:54.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2024-07-22T22:41:54.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2024-07-22T22:41:54.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2024-07-22T22:41:54.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2749 | 2024-07-22T22:41:54.778Z | |
2750 | 2024-07-22T22:41:54.778Z | info: running `cargo check --bins` on reconfigurator-cli (125/137) |
2751 | 2024-07-22T22:41:55.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2024-07-22T22:41:55.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2024-07-22T22:41:55.416Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2754 | 2024-07-22T22:41:56.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
2755 | 2024-07-22T22:41:56.599Z | |
2756 | 2024-07-22T22:41:56.599Z | info: running `cargo check --bins` on omicron-releng (126/137) |
2757 | 2024-07-22T22:41:57.086Z | Downloading crates ... |
2758 | 2024-07-22T22:41:57.190Z | Downloaded shell-words v1.1.0 |
2759 | 2024-07-22T22:41:57.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-07-22T22:41:57.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-07-22T22:41:57.276Z | Checking memmap2 v0.9.4 |
2762 | 2024-07-22T22:41:57.276Z | Checking arrayvec v0.7.4 |
2763 | 2024-07-22T22:41:57.276Z | Checking constant_time_eq v0.3.0 |
2764 | 2024-07-22T22:41:57.276Z | Checking spin v0.5.2 |
2765 | 2024-07-22T22:41:57.279Z | Checking untrusted v0.7.1 |
2766 | 2024-07-22T22:41:57.279Z | Checking arrayref v0.3.7 |
2767 | 2024-07-22T22:41:57.279Z | Checking cargo-platform v0.1.8 |
2768 | 2024-07-22T22:41:57.356Z | Checking topological-sort v0.2.2 |
2769 | 2024-07-22T22:41:57.459Z | Checking shell-words v1.1.0 |
2770 | 2024-07-22T22:41:57.541Z | Checking ring v0.16.20 |
2771 | 2024-07-22T22:41:57.612Z | Checking cargo_metadata v0.18.1 |
2772 | 2024-07-22T22:41:57.658Z | Checking blake3 v1.5.1 |
2773 | 2024-07-22T22:41:58.649Z | Checking omicron-zone-package v0.11.0 |
2774 | 2024-07-22T22:41:59.662Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2775 | 2024-07-22T22:42:00.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
2776 | 2024-07-22T22:42:00.598Z | |
2777 | 2024-07-22T22:42:00.598Z | info: running `cargo check --bins` on xtask (127/137) |
2778 | 2024-07-22T22:42:01.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-07-22T22:42:01.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-07-22T22:42:01.077Z | Checking bitflags v2.5.0 |
2781 | 2024-07-22T22:42:01.080Z | Checking scopeguard v1.2.0 |
2782 | 2024-07-22T22:42:01.145Z | Checking serde v1.0.204 |
2783 | 2024-07-22T22:42:01.153Z | Checking smallvec v1.13.2 |
2784 | 2024-07-22T22:42:01.161Z | Checking bytes v1.6.0 |
2785 | 2024-07-22T22:42:01.177Z | Checking log v0.4.21 |
2786 | 2024-07-22T22:42:01.181Z | Checking hashbrown v0.14.5 |
2787 | 2024-07-22T22:42:01.196Z | Checking mio v0.8.11 |
2788 | 2024-07-22T22:42:01.246Z | Checking lock_api v0.4.12 |
2789 | 2024-07-22T22:42:01.388Z | Checking futures-util v0.3.30 |
2790 | 2024-07-22T22:42:01.408Z | Checking thiserror v1.0.62 |
2791 | 2024-07-22T22:42:01.499Z | Checking parking_lot_core v0.9.10 |
2792 | 2024-07-22T22:42:01.539Z | Checking rustix v0.38.34 |
2793 | 2024-07-22T22:42:01.656Z | Checking tracing v0.1.40 |
2794 | 2024-07-22T22:42:01.798Z | Checking openssl v0.10.66 |
2795 | 2024-07-22T22:42:01.841Z | Checking parking_lot v0.12.2 |
2796 | 2024-07-22T22:42:01.878Z | Checking http v0.2.12 |
2797 | 2024-07-22T22:42:01.967Z | Checking scroll v0.12.0 |
2798 | 2024-07-22T22:42:02.186Z | Checking tokio v1.38.1 |
2799 | 2024-07-22T22:42:02.274Z | Checking indexmap v2.2.6 |
2800 | 2024-07-22T22:42:02.400Z | Checking generic-array v0.14.7 |
2801 | 2024-07-22T22:42:03.262Z | Checking slog v2.7.0 |
2802 | 2024-07-22T22:42:03.433Z | Checking goblin v0.8.2 |
2803 | 2024-07-22T22:42:03.472Z | Checking zerocopy v0.7.34 |
2804 | 2024-07-22T22:42:03.554Z | Checking time v0.3.36 |
2805 | 2024-07-22T22:42:03.692Z | Checking pest v2.7.10 |
2806 | 2024-07-22T22:42:04.890Z | Checking http-body v0.4.6 |
2807 | 2024-07-22T22:42:05.259Z | Checking unicode-normalization v0.1.23 |
2808 | 2024-07-22T22:42:05.353Z | Checking unicode-bidi v0.3.15 |
2809 | 2024-07-22T22:42:05.908Z | Checking syn v2.0.72 |
2810 | 2024-07-22T22:42:06.098Z | Checking idna v0.5.0 |
2811 | 2024-07-22T22:42:06.153Z | Checking dtrace-parser v0.2.0 |
2812 | 2024-07-22T22:42:06.291Z | Checking serde_json v1.0.120 |
2813 | 2024-07-22T22:42:06.473Z | Checking serde_spanned v0.6.6 |
2814 | 2024-07-22T22:42:06.626Z | Checking toml_datetime v0.6.6 |
2815 | 2024-07-22T22:42:06.652Z | Checking crossbeam-utils v0.8.19 |
2816 | 2024-07-22T22:42:06.872Z | Checking toml_edit v0.22.16 |
2817 | 2024-07-22T22:42:06.896Z | Checking block-buffer v0.10.4 |
2818 | 2024-07-22T22:42:06.921Z | Checking native-tls v0.2.11 |
2819 | 2024-07-22T22:42:07.084Z | Checking crypto-common v0.1.6 |
2820 | 2024-07-22T22:42:07.221Z | Checking terminal_size v0.3.0 |
2821 | 2024-07-22T22:42:07.249Z | Checking digest v0.10.7 |
2822 | 2024-07-22T22:42:07.340Z | Checking crossbeam-channel v0.5.12 |
2823 | 2024-07-22T22:42:07.371Z | Checking clap_builder v4.5.9 |
2824 | 2024-07-22T22:42:07.563Z | Checking url v2.5.2 |
2825 | 2024-07-22T22:42:07.733Z | Checking slog-json v2.6.1 |
2826 | 2024-07-22T22:42:07.978Z | Checking futures-executor v0.3.30 |
2827 | 2024-07-22T22:42:08.015Z | Checking serde_urlencoded v0.7.1 |
2828 | 2024-07-22T22:42:08.201Z | Checking camino v1.1.7 |
2829 | 2024-07-22T22:42:08.292Z | Checking dof v0.3.0 |
2830 | 2024-07-22T22:42:08.307Z | Checking cargo-platform v0.1.8 |
2831 | 2024-07-22T22:42:08.430Z | Checking semver v1.0.23 |
2832 | 2024-07-22T22:42:08.595Z | Checking xattr v1.3.1 |
2833 | 2024-07-22T22:42:08.754Z | Checking slog-async v2.8.0 |
2834 | 2024-07-22T22:42:08.776Z | Checking tar v0.4.41 |
2835 | 2024-07-22T22:42:08.805Z | Checking cargo_metadata v0.18.1 |
2836 | 2024-07-22T22:42:08.881Z | Checking sha2 v0.10.8 |
2837 | 2024-07-22T22:42:09.019Z | Checking slog-term v2.9.1 |
2838 | 2024-07-22T22:42:09.196Z | Checking tokio-util v0.7.11 |
2839 | 2024-07-22T22:42:09.279Z | Checking tokio-native-tls v0.3.1 |
2840 | 2024-07-22T22:42:09.423Z | Checking toml v0.8.15 |
2841 | 2024-07-22T22:42:09.462Z | Checking futures v0.3.30 |
2842 | 2024-07-22T22:42:09.488Z | Checking slog-bunyan v2.5.0 |
2843 | 2024-07-22T22:42:09.518Z | Checking strum v0.26.3 |
2844 | 2024-07-22T22:42:09.578Z | Checking fs-err v2.11.0 |
2845 | 2024-07-22T22:42:09.650Z | Checking anyhow v1.0.86 |
2846 | 2024-07-22T22:42:09.673Z | Checking tabled v0.15.0 |
2847 | 2024-07-22T22:42:09.857Z | Checking macaddr v1.0.1 |
2848 | 2024-07-22T22:42:09.977Z | Checking h2 v0.3.26 |
2849 | 2024-07-22T22:42:10.132Z | Checking cargo_toml v0.20.4 |
2850 | 2024-07-22T22:42:10.220Z | Checking clap v4.5.9 |
2851 | 2024-07-22T22:42:10.534Z | Checking usdt-impl v0.5.0 |
2852 | 2024-07-22T22:42:10.905Z | Checking usdt v0.5.0 |
2853 | 2024-07-22T22:42:12.608Z | Checking hyper v0.14.28 |
2854 | 2024-07-22T22:42:14.527Z | Checking hyper-tls v0.5.0 |
2855 | 2024-07-22T22:42:14.683Z | Checking reqwest v0.11.27 |
2856 | 2024-07-22T22:42:15.351Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2857 | 2024-07-22T22:42:16.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.64s |
2858 | 2024-07-22T22:42:16.333Z | |
2859 | 2024-07-22T22:42:16.333Z | info: running `cargo check --bins` on end-to-end-tests (128/137) |
2860 | 2024-07-22T22:42:16.745Z | Downloading crates ... |
2861 | 2024-07-22T22:42:16.929Z | Downloaded bcrypt-pbkdf v0.10.0 |
2862 | 2024-07-22T22:42:16.935Z | Downloaded rfc6979 v0.4.0 |
2863 | 2024-07-22T22:42:16.937Z | Downloaded ctr v0.9.2 |
2864 | 2024-07-22T22:42:16.940Z | Downloaded rand_chacha v0.2.2 |
2865 | 2024-07-22T22:42:16.940Z | Downloaded blowfish v0.9.1 |
2866 | 2024-07-22T22:42:16.943Z | Downloaded russh-cryptovec v0.7.2 |
2867 | 2024-07-22T22:42:16.943Z | Downloaded option-ext v0.2.0 |
2868 | 2024-07-22T22:42:16.943Z | Downloaded dhcproto-macros v0.1.0 |
2869 | 2024-07-22T22:42:16.949Z | Downloaded ed25519 v2.2.3 |
2870 | 2024-07-22T22:42:16.953Z | Downloaded md5 v0.7.0 |
2871 | 2024-07-22T22:42:16.956Z | Downloaded dirs-sys v0.4.1 |
2872 | 2024-07-22T22:42:16.956Z | Downloaded rand_core v0.5.1 |
2873 | 2024-07-22T22:42:16.959Z | Downloaded hex-literal v0.4.1 |
2874 | 2024-07-22T22:42:16.959Z | Downloaded primeorder v0.13.6 |
2875 | 2024-07-22T22:42:16.959Z | Downloaded pbkdf2 v0.11.0 |
2876 | 2024-07-22T22:42:16.961Z | Downloaded ghash v0.5.1 |
2877 | 2024-07-22T22:42:16.964Z | Downloaded polyval v0.6.2 |
2878 | 2024-07-22T22:42:16.964Z | Downloaded pbkdf2 v0.12.2 |
2879 | 2024-07-22T22:42:16.964Z | Downloaded internet-checksum v0.2.1 |
2880 | 2024-07-22T22:42:16.967Z | Downloaded password-hash v0.4.2 |
2881 | 2024-07-22T22:42:16.967Z | Downloaded getrandom v0.1.16 |
2882 | 2024-07-22T22:42:16.969Z | Downloaded cbc v0.1.2 |
2883 | 2024-07-22T22:42:16.972Z | Downloaded russh-keys v0.43.0 |
2884 | 2024-07-22T22:42:16.972Z | Downloaded ecdsa v0.16.9 |
2885 | 2024-07-22T22:42:16.975Z | Downloaded dirs v5.0.1 |
2886 | 2024-07-22T22:42:16.977Z | Downloaded dhcproto v0.11.0 |
2887 | 2024-07-22T22:42:16.980Z | Downloaded p256 v0.13.2 |
2888 | 2024-07-22T22:42:16.990Z | Downloaded ed25519-dalek v2.1.1 |
2889 | 2024-07-22T22:42:16.994Z | Downloaded aes v0.8.4 |
2890 | 2024-07-22T22:42:16.997Z | Downloaded russh v0.43.0 |
2891 | 2024-07-22T22:42:17.002Z | Downloaded rand v0.7.3 |
2892 | 2024-07-22T22:42:17.006Z | Downloaded p521 v0.13.3 |
2893 | 2024-07-22T22:42:17.009Z | Downloaded aes-gcm v0.10.3 |
2894 | 2024-07-22T22:42:17.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-07-22T22:42:17.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-07-22T22:42:17.138Z | Compiling getrandom v0.1.16 |
2897 | 2024-07-22T22:42:17.227Z | Checking rfc6979 v0.4.0 |
2898 | 2024-07-22T22:42:17.237Z | Checking primeorder v0.13.6 |
2899 | 2024-07-22T22:42:17.241Z | Checking option-ext v0.2.0 |
2900 | 2024-07-22T22:42:17.255Z | Checking ed25519 v2.2.3 |
2901 | 2024-07-22T22:42:17.258Z | Checking polyval v0.6.2 |
2902 | 2024-07-22T22:42:17.258Z | Checking blowfish v0.9.1 |
2903 | 2024-07-22T22:42:17.258Z | Checking aes v0.8.4 |
2904 | 2024-07-22T22:42:17.348Z | Checking dirs-sys v0.4.1 |
2905 | 2024-07-22T22:42:17.366Z | Checking ecdsa v0.16.9 |
2906 | 2024-07-22T22:42:17.486Z | Checking ctr v0.9.2 |
2907 | 2024-07-22T22:42:17.502Z | Checking password-hash v0.4.2 |
2908 | 2024-07-22T22:42:17.515Z | Checking pbkdf2 v0.12.2 |
2909 | 2024-07-22T22:42:17.531Z | Checking dirs v5.0.1 |
2910 | 2024-07-22T22:42:17.650Z | Checking ghash v0.5.1 |
2911 | 2024-07-22T22:42:17.666Z | Checking ed25519-dalek v2.1.1 |
2912 | 2024-07-22T22:42:17.666Z | Checking bcrypt-pbkdf v0.10.0 |
2913 | 2024-07-22T22:42:17.763Z | Checking cbc v0.1.2 |
2914 | 2024-07-22T22:42:17.802Z | Checking russh-cryptovec v0.7.2 |
2915 | 2024-07-22T22:42:17.902Z | Checking md5 v0.7.0 |
2916 | 2024-07-22T22:42:17.930Z | Checking pbkdf2 v0.11.0 |
2917 | 2024-07-22T22:42:17.959Z | Checking hex-literal v0.4.1 |
2918 | 2024-07-22T22:42:17.986Z | Compiling dhcproto-macros v0.1.0 |
2919 | 2024-07-22T22:42:17.989Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2920 | 2024-07-22T22:42:18.045Z | Checking p256 v0.13.2 |
2921 | 2024-07-22T22:42:18.074Z | Checking p521 v0.13.3 |
2922 | 2024-07-22T22:42:18.098Z | Checking aes-gcm v0.10.3 |
2923 | 2024-07-22T22:42:18.159Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2924 | 2024-07-22T22:42:18.175Z | Checking rand_core v0.5.1 |
2925 | 2024-07-22T22:42:18.190Z | Checking internet-checksum v0.2.1 |
2926 | 2024-07-22T22:42:18.469Z | Checking rand_chacha v0.2.2 |
2927 | 2024-07-22T22:42:18.689Z | Checking rand v0.7.3 |
2928 | 2024-07-22T22:42:18.691Z | Checking dhcproto v0.11.0 |
2929 | 2024-07-22T22:42:19.547Z | Checking russh-keys v0.43.0 |
2930 | 2024-07-22T22:42:20.232Z | Checking russh v0.43.0 |
2931 | 2024-07-22T22:42:35.819Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2932 | 2024-07-22T22:42:37.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.79s |
2933 | 2024-07-22T22:42:37.276Z | |
2934 | 2024-07-22T22:42:37.276Z | info: running `cargo check --bins` on gateway-cli (129/137) |
2935 | 2024-07-22T22:42:37.755Z | Downloading crates ... |
2936 | 2024-07-22T22:42:37.820Z | Downloaded termios v0.3.3 |
2937 | 2024-07-22T22:42:37.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2024-07-22T22:42:37.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2024-07-22T22:42:37.897Z | Checking termios v0.3.3 |
2940 | 2024-07-22T22:42:38.084Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2941 | 2024-07-22T22:42:38.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
2942 | 2024-07-22T22:42:38.916Z | |
2943 | 2024-07-22T22:42:38.916Z | info: running `cargo check --bins --no-default-features` on installinator (130/137) |
2944 | 2024-07-22T22:42:39.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2945 | 2024-07-22T22:42:39.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2946 | 2024-07-22T22:42:39.554Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2947 | 2024-07-22T22:42:41.410Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2948 | 2024-07-22T22:42:43.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
2949 | 2024-07-22T22:42:43.245Z | |
2950 | 2024-07-22T22:42:43.245Z | info: running `cargo check --bins` on internal-dns-cli (131/137) |
2951 | 2024-07-22T22:42:43.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2024-07-22T22:42:43.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2024-07-22T22:42:43.822Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2954 | 2024-07-22T22:42:44.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2955 | 2024-07-22T22:42:44.347Z | |
2956 | 2024-07-22T22:42:44.347Z | info: running `cargo check --bins` on omicron-package (132/137) |
2957 | 2024-07-22T22:42:44.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2024-07-22T22:42:44.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2024-07-22T22:42:44.952Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2960 | 2024-07-22T22:42:46.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
2961 | 2024-07-22T22:42:46.191Z | |
2962 | 2024-07-22T22:42:46.191Z | info: running `cargo check --bins` on wicket-dbg (133/137) |
2963 | 2024-07-22T22:42:46.681Z | Downloading crates ... |
2964 | 2024-07-22T22:42:46.771Z | Downloaded rpassword v7.3.1 |
2965 | 2024-07-22T22:42:46.774Z | Downloaded rtoolbox v0.0.2 |
2966 | 2024-07-22T22:42:46.776Z | Downloaded tui-tree-widget v0.21.0 |
2967 | 2024-07-22T22:42:46.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-07-22T22:42:46.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-07-22T22:42:46.872Z | Checking rtoolbox v0.0.2 |
2970 | 2024-07-22T22:42:46.872Z | Checking tui-tree-widget v0.21.0 |
2971 | 2024-07-22T22:42:46.875Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2972 | 2024-07-22T22:42:47.060Z | Checking rpassword v7.3.1 |
2973 | 2024-07-22T22:42:50.721Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2974 | 2024-07-22T22:42:53.352Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2975 | 2024-07-22T22:42:54.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.17s |
2976 | 2024-07-22T22:42:54.500Z | |
2977 | 2024-07-22T22:42:54.501Z | info: running `cargo check --bins` on wicket (134/137) |
2978 | 2024-07-22T22:42:55.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-07-22T22:42:55.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-07-22T22:42:55.138Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2981 | 2024-07-22T22:42:55.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2982 | 2024-07-22T22:42:55.608Z | |
2983 | 2024-07-22T22:42:55.608Z | info: running `cargo check --bins` on wicketd (135/137) |
2984 | 2024-07-22T22:42:56.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-07-22T22:42:56.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-07-22T22:42:56.245Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2987 | 2024-07-22T22:42:59.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
2988 | 2024-07-22T22:42:59.623Z | |
2989 | 2024-07-22T22:42:59.623Z | info: running `cargo check --bins` on omicron-workspace-hack (136/137) |
2990 | 2024-07-22T22:43:00.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2024-07-22T22:43:00.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2024-07-22T22:43:00.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2993 | 2024-07-22T22:43:00.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
2994 | 2024-07-22T22:43:00.162Z | |
2995 | 2024-07-22T22:43:00.162Z | info: running `cargo check --bins` on zone-setup (137/137) |
2996 | 2024-07-22T22:43:00.704Z | Downloading crates ... |
2997 | 2024-07-22T22:43:00.781Z | Downloaded uzers v0.11.3 |
2998 | 2024-07-22T22:43:00.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-07-22T22:43:00.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-07-22T22:43:00.897Z | Checking uzers v0.11.3 |
3001 | 2024-07-22T22:43:01.169Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3002 | 2024-07-22T22:43:02.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3003 | 2024-07-22T22:43:02.333Z | |
3004 | 2024-07-22T22:43:02.333Z | real 11:06.820922797 |
3005 | 2024-07-22T22:43:02.333Z | user 29:32.407107380 |
3006 | 2024-07-22T22:43:02.333Z | sys 6:10.290391823 |
3007 | 2024-07-22T22:43:02.336Z | trap 0.733740610 |
3008 | 2024-07-22T22:43:02.336Z | tflt 1.914129898 |
3009 | 2024-07-22T22:43:02.336Z | dflt 2.558258166 |
3010 | 2024-07-22T22:43:02.336Z | kflt 0.003874422 |
3011 | 2024-07-22T22:43:02.336Z | lock 2:11:06.077505072 |
3012 | 2024-07-22T22:43:02.336Z | slp 2:04:47.130413342 |
3013 | 2024-07-22T22:43:02.336Z | lat 1:13.637652619 |
3014 | 2024-07-22T22:43:02.336Z | stop 2:58.226982968 |
3015 | 2024-07-22T22:43:02.336Z | process exited: duration 814014 ms, exit code 0 |
|
3016 | 2024-07-22T22:43:02.342Z | found 0 output files |