|
|
|
1 | 2024-09-09T17:09:22.031Z | job assigned to worker 01J7BW4TPVC2255MQQ1SXTD079 (queued for 33 s) |
|
2 | 2024-09-09T17:09:22.195Z | starting task 0: "setup" |
3 | 2024-09-09T17:09:22.220Z | ++ uname -s |
4 | 2024-09-09T17:09:22.220Z | + kern=SunOS |
5 | 2024-09-09T17:09:22.220Z | + case "$kern" in |
6 | 2024-09-09T17:09:22.220Z | + groupadd -g 12345 build |
7 | 2024-09-09T17:09:22.220Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-09T17:09:24.227Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-09T17:09:24.263Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-09T17:09:24.287Z | + home_fs=zfs |
11 | 2024-09-09T17:09:24.287Z | + [[ zfs == autofs ]] |
12 | 2024-09-09T17:09:24.287Z | + mkdir -p /home/build |
13 | 2024-09-09T17:09:24.287Z | + chown build:build /home/build /work |
14 | 2024-09-09T17:09:26.273Z | + chmod 0700 /home/build /work |
15 | 2024-09-09T17:09:26.307Z | process exited: duration 4082 ms, exit code 0 |
|
16 | 2024-09-09T17:09:26.357Z | starting task 1: "rust-toolchain" |
17 | 2024-09-09T17:09:26.383Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-09T17:09:26.383Z | * toolchain channel = "1.80.1" |
19 | 2024-09-09T17:09:26.383Z | ' 1.80.1 |
20 | 2024-09-09T17:09:26.383Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-09T17:09:26.383Z | ' default |
22 | 2024-09-09T17:09:26.383Z | * toolchain profile = "default" |
23 | 2024-09-09T17:09:26.383Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-09T17:09:26.383Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-09T17:09:26.504Z | info: downloading installer |
26 | 2024-09-09T17:09:27.141Z | info: profile set to 'default' |
27 | 2024-09-09T17:09:27.141Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-09T17:09:27.165Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-09T17:09:27.310Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-09T17:09:27.310Z | info: downloading component 'cargo' |
31 | 2024-09-09T17:09:27.673Z | info: downloading component 'clippy' |
32 | 2024-09-09T17:09:27.839Z | info: downloading component 'rust-docs' |
33 | 2024-09-09T17:09:28.528Z | info: downloading component 'rust-std' |
34 | 2024-09-09T17:09:29.435Z | info: downloading component 'rustc' |
35 | 2024-09-09T17:09:31.242Z | info: downloading component 'rustfmt' |
36 | 2024-09-09T17:09:31.335Z | info: installing component 'cargo' |
37 | 2024-09-09T17:09:32.444Z | info: installing component 'clippy' |
38 | 2024-09-09T17:09:32.889Z | info: installing component 'rust-docs' |
39 | 2024-09-09T17:09:35.613Z | info: installing component 'rust-std' |
40 | 2024-09-09T17:09:37.595Z | info: installing component 'rustc' |
41 | 2024-09-09T17:09:42.551Z | info: installing component 'rustfmt' |
42 | 2024-09-09T17:09:42.931Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-09T17:09:42.931Z | |
44 | 2024-09-09T17:09:43.050Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-09T17:09:43.051Z | |
46 | 2024-09-09T17:09:43.074Z | |
47 | 2024-09-09T17:09:43.074Z | Rust is installed now. Great! |
48 | 2024-09-09T17:09:43.074Z | |
49 | 2024-09-09T17:09:43.074Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-09T17:09:43.074Z | environment variable. This has not been done automatically. |
51 | 2024-09-09T17:09:43.074Z | |
52 | 2024-09-09T17:09:43.074Z | To configure your current shell, you need to source |
53 | 2024-09-09T17:09:43.074Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-09T17:09:43.074Z | |
55 | 2024-09-09T17:09:43.074Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-09T17:09:43.074Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-09T17:09:43.074Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-09T17:09:43.119Z | + rustc --version |
59 | 2024-09-09T17:09:43.228Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-09T17:09:43.251Z | process exited: duration 16877 ms, exit code 0 |
|
61 | 2024-09-09T17:09:43.298Z | starting task 2: "authentication" |
62 | 2024-09-09T17:09:43.353Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-09-09T17:09:43.400Z | starting task 3: "clone repository" |
64 | 2024-09-09T17:09:43.424Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-09T17:09:43.424Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-09T17:09:43.447Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-09T17:09:49.060Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-09T17:09:49.060Z | + git fetch origin be18651bc8c7177760b88d22755695966645f1eb |
69 | 2024-09-09T17:09:49.479Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-09T17:09:49.479Z | * branch be18651bc8c7177760b88d22755695966645f1eb -> FETCH_HEAD |
71 | 2024-09-09T17:09:49.503Z | + [[ -n retry-timeseries-to-delete ]] |
72 | 2024-09-09T17:09:49.503Z | ++ git branch --show-current |
73 | 2024-09-09T17:09:49.503Z | + current=main |
74 | 2024-09-09T17:09:49.503Z | + [[ main != retry-timeseries-to-delete ]] |
75 | 2024-09-09T17:09:49.503Z | + git branch -f retry-timeseries-to-delete be18651bc8c7177760b88d22755695966645f1eb |
76 | 2024-09-09T17:09:49.527Z | + git checkout -f retry-timeseries-to-delete |
77 | 2024-09-09T17:09:49.711Z | Switched to branch 'retry-timeseries-to-delete' |
78 | 2024-09-09T17:09:49.734Z | + git reset --hard be18651bc8c7177760b88d22755695966645f1eb |
79 | 2024-09-09T17:09:49.768Z | HEAD is now at be18651bc Use retry_notify_ext |
80 | 2024-09-09T17:09:49.791Z | process exited: duration 6370 ms, exit code 0 |
|
81 | 2024-09-09T17:09:49.839Z | starting task 4: "build" |
82 | 2024-09-09T17:09:49.862Z | + cargo --version |
83 | 2024-09-09T17:09:49.938Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-09T17:09:49.962Z | + rustc --version |
85 | 2024-09-09T17:09:50.038Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-09T17:09:50.062Z | + source ./env.sh |
87 | 2024-09-09T17:09:50.062Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-09T17:09:50.062Z | ++ set -o xtrace |
89 | 2024-09-09T17:09:50.062Z | ++++ dirname ./env.sh |
90 | 2024-09-09T17:09:50.062Z | +++ readlink -f . |
91 | 2024-09-09T17:09:50.062Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-09T17:09:50.062Z | ++ 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-09-09T17:09:50.062Z | ++ 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-09-09T17:09:50.062Z | ++ 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-09-09T17:09:50.063Z | ++ 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-09-09T17:09:50.063Z | ++ 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-09-09T17:09:50.063Z | ++ 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-09-09T17:09:50.063Z | ++ 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-09-09T17:09:50.063Z | ++ 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-09-09T17:09:50.063Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-09T17:09:50.063Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-09T17:09:50.063Z | + 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-09-09T17:09:50.063Z | + 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-09-09T17:09:50.063Z | + banner prerequisites |
105 | 2024-09-09T17:09:50.063Z | |
106 | 2024-09-09T17:09:50.063Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-09T17:09:50.063Z | # # # # # # # # # # # # # # # |
108 | 2024-09-09T17:09:50.063Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-09T17:09:50.063Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-09T17:09:50.063Z | # # # # # # # # # # # # # # # |
111 | 2024-09-09T17:09:50.063Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-09T17:09:50.063Z | |
113 | 2024-09-09T17:09:50.063Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-09T17:09:55.446Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-09T17:09:58.168Z | Startup: Caching catalogs ... Done |
116 | 2024-09-09T17:10:00.766Z | Planning: Solver setup ... Done (1.955s) |
117 | 2024-09-09T17:10:00.800Z | Planning: Running solver ... Done (0.035s) |
118 | 2024-09-09T17:10:00.839Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-09-09T17:10:00.918Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-09T17:10:01.376Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-09T17:10:01.494Z | Planning: Package planning ... Done (0.120s) |
122 | 2024-09-09T17:10:01.563Z | Planning: Merging actions ... Done (0.068s) |
123 | 2024-09-09T17:10:01.941Z | Planning: Checking for conflicting actions ... Done (0.378s) |
124 | 2024-09-09T17:10:03.001Z | Planning: Consolidating action changes ... Done (1.059s) |
125 | 2024-09-09T17:10:03.416Z | Planning: Evaluating mediators ... Done (0.415s) |
126 | 2024-09-09T17:10:03.510Z | Planning: Planning completed in 5.28 seconds |
127 | 2024-09-09T17:10:03.534Z | Packages to install: 4 |
128 | 2024-09-09T17:10:03.534Z | Packages to update: 1 |
129 | 2024-09-09T17:10:03.534Z | Mediators to change: 2 |
130 | 2024-09-09T17:10:03.534Z | Services to change: 1 |
131 | 2024-09-09T17:10:03.534Z | Estimated space available: 148.82 GB |
132 | 2024-09-09T17:10:03.534Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-09-09T17:10:03.534Z | Create boot environment: No |
134 | 2024-09-09T17:10:03.534Z | Create backup boot environment: Yes |
135 | 2024-09-09T17:10:03.534Z | Rebuild boot archive: No |
136 | 2024-09-09T17:10:03.534Z | |
137 | 2024-09-09T17:10:03.534Z | Changed mediators: |
138 | 2024-09-09T17:10:03.534Z | mediator clang: |
139 | 2024-09-09T17:10:03.534Z | version: None -> 15 (system default) |
140 | 2024-09-09T17:10:03.534Z | |
141 | 2024-09-09T17:10:03.534Z | mediator llvm: |
142 | 2024-09-09T17:10:03.534Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-09T17:10:03.534Z | |
144 | 2024-09-09T17:10:03.534Z | Changed packages: |
145 | 2024-09-09T17:10:03.534Z | helios-dev |
146 | 2024-09-09T17:10:03.534Z | developer/build-essential |
147 | 2024-09-09T17:10:03.534Z | None -> 11-2.0 |
148 | 2024-09-09T17:10:03.534Z | library/libxmlsec1 |
149 | 2024-09-09T17:10:03.534Z | None -> 1.2.35-2.0 |
150 | 2024-09-09T17:10:03.534Z | ooce/developer/clang-15 |
151 | 2024-09-09T17:10:03.535Z | None -> 15.0.7-2.0 |
152 | 2024-09-09T17:10:03.535Z | ooce/developer/llvm-15 |
153 | 2024-09-09T17:10:03.535Z | None -> 15.0.7-2.0 |
154 | 2024-09-09T17:10:03.535Z | package/pkg |
155 | 2024-09-09T17:10:03.535Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-09T17:10:03.535Z | |
157 | 2024-09-09T17:10:03.535Z | Services: |
158 | 2024-09-09T17:10:03.535Z | restart_fmri: |
159 | 2024-09-09T17:10:03.535Z | svc:/system/update-man-index:default |
160 | 2024-09-09T17:10:03.535Z | |
161 | 2024-09-09T17:10:03.535Z | Editable files to change: |
162 | 2024-09-09T17:10:03.535Z | Update: |
163 | 2024-09-09T17:10:03.535Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-09T17:10:03.597Z | |
165 | 2024-09-09T17:10:03.597Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-09T17:10:08.597Z | Download: 481/4281 items 17.1/220.6MB 7% complete (3.6M/s) |
167 | 2024-09-09T17:10:13.600Z | Download: 1140/4281 items 36.1/220.6MB 16% complete (3.5M/s) |
168 | 2024-09-09T17:10:18.607Z | Download: 1196/4281 items 66.8/220.6MB 30% complete (5.1M/s) |
169 | 2024-09-09T17:10:23.612Z | Download: 1265/4281 items 107.6/220.6MB 48% complete (7.1M/s) |
170 | 2024-09-09T17:10:30.086Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (5.4M/s) |
171 | 2024-09-09T17:10:35.088Z | Download: 2823/4281 items 120.8/220.6MB 54% complete (347k/s) |
172 | 2024-09-09T17:10:40.089Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
173 | 2024-09-09T17:10:45.091Z | Download: 3412/4281 items 213.5/220.6MB 96% complete (9.2M/s) |
174 | 2024-09-09T17:10:48.190Z | Download: Completed 220.60 MB in 44.59 seconds (5.0M/s) |
175 | 2024-09-09T17:10:49.713Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-09-09T17:10:49.737Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-09-09T17:10:54.724Z | Actions: 2932/5063 actions (Installing new actions) |
178 | 2024-09-09T17:10:55.488Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-09-09T17:10:55.833Z | Actions: Completed 5063 actions in 6.12 seconds. |
180 | 2024-09-09T17:10:56.228Z | Done (0.387s) |
181 | 2024-09-09T17:10:56.253Z | Done (0.000s) |
182 | 2024-09-09T17:10:56.679Z | Done (0.449s) |
183 | 2024-09-09T17:11:01.443Z | Done (4.618s) |
184 | 2024-09-09T17:11:01.536Z | Done (0.019s) |
185 | 2024-09-09T17:11:01.560Z | Done (0.000s) |
186 | 2024-09-09T17:11:01.727Z | Done (0.000s) |
187 | 2024-09-09T17:11:02.394Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-09-09T17:11:02.644Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-09-09T17:11:02.670Z | Planning: Consolidating action changes ... Done |
190 | 2024-09-09T17:11:02.968Z | Planning: Evaluating mediators ... Done |
191 | 2024-09-09T17:11:02.992Z | Planning: Planning completed in 0.57 seconds |
192 | 2024-09-09T17:11:03.015Z | Mediators to change: 2 |
193 | 2024-09-09T17:11:03.015Z | Create boot environment: No |
194 | 2024-09-09T17:11:03.015Z | Create backup boot environment: No |
195 | 2024-09-09T17:11:03.073Z | Done |
196 | 2024-09-09T17:11:03.073Z | Done |
197 | 2024-09-09T17:11:03.409Z | Done |
198 | 2024-09-09T17:11:07.957Z | Done |
199 | 2024-09-09T17:11:08.046Z | Done |
200 | 2024-09-09T17:11:08.046Z | Done |
201 | 2024-09-09T17:11:08.109Z | Done |
202 | 2024-09-09T17:11:08.887Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-09-09T17:11:08.910Z | Planning: Merging actions ... Done |
204 | 2024-09-09T17:11:09.191Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-09-09T17:11:09.215Z | Planning: Consolidating action changes ... Done |
206 | 2024-09-09T17:11:09.523Z | Planning: Evaluating mediators ... Done |
207 | 2024-09-09T17:11:09.592Z | Planning: Planning completed in 1.00 seconds |
208 | 2024-09-09T17:11:09.638Z | Packages to change: 1 |
209 | 2024-09-09T17:11:09.638Z | Mediators to change: 1 |
210 | 2024-09-09T17:11:09.638Z | Services to change: 1 |
211 | 2024-09-09T17:11:09.638Z | Create boot environment: No |
212 | 2024-09-09T17:11:09.638Z | Create backup boot environment: Yes |
213 | 2024-09-09T17:11:11.150Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-09-09T17:11:11.173Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-09-09T17:11:11.173Z | Done |
216 | 2024-09-09T17:11:11.173Z | Done |
217 | 2024-09-09T17:11:11.247Z | Done |
218 | 2024-09-09T17:11:15.472Z | Done |
219 | 2024-09-09T17:11:15.564Z | Done |
220 | 2024-09-09T17:11:15.588Z | Done |
221 | 2024-09-09T17:11:15.655Z | Done |
222 | 2024-09-09T17:11:16.171Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-09-09T17:11:16.171Z | clang system 15 system |
224 | 2024-09-09T17:11:16.171Z | csh system system illumos |
225 | 2024-09-09T17:11:16.171Z | ctags system system illumos |
226 | 2024-09-09T17:11:16.171Z | gcc vendor 12 vendor |
227 | 2024-09-09T17:11:16.171Z | gcc system 10 system |
228 | 2024-09-09T17:11:16.171Z | gcc system 7 system |
229 | 2024-09-09T17:11:16.171Z | go system 1.20 system |
230 | 2024-09-09T17:11:16.171Z | go system 1.19 system |
231 | 2024-09-09T17:11:16.171Z | llvm system 15 system |
232 | 2024-09-09T17:11:16.194Z | llvm system 14 system |
233 | 2024-09-09T17:11:16.194Z | mariadb system 10.6 system |
234 | 2024-09-09T17:11:16.194Z | mta vendor vendor dma |
235 | 2024-09-09T17:11:16.195Z | openjdk system 17 system |
236 | 2024-09-09T17:11:16.195Z | openjdk system 11 system |
237 | 2024-09-09T17:11:16.195Z | openjdk system 1.8 system |
238 | 2024-09-09T17:11:16.195Z | openssl vendor 3 vendor |
239 | 2024-09-09T17:11:16.195Z | perl system 5.36 system |
240 | 2024-09-09T17:11:16.195Z | postgresql system 15 system |
241 | 2024-09-09T17:11:16.195Z | postgresql system 13 system |
242 | 2024-09-09T17:11:16.195Z | python vendor 3 vendor |
243 | 2024-09-09T17:11:16.195Z | python system 2 system |
244 | 2024-09-09T17:11:16.195Z | python3 system 3.11 system |
245 | 2024-09-09T17:11:16.195Z | ruby system 3.0 system |
246 | 2024-09-09T17:11:16.195Z | words vendor vendor american-english |
247 | 2024-09-09T17:11:16.195Z | words system system australian-english |
248 | 2024-09-09T17:11:16.195Z | words system system british-english |
249 | 2024-09-09T17:11:16.195Z | words system system canadian-english |
250 | 2024-09-09T17:11:16.195Z | words system system french |
251 | 2024-09-09T17:11:16.195Z | words system system italian |
252 | 2024-09-09T17:11:16.195Z | words system system ngerman |
253 | 2024-09-09T17:11:16.195Z | words system system ogerman |
254 | 2024-09-09T17:11:16.195Z | words system system spanish |
255 | 2024-09-09T17:11:16.579Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-09-09T17:11:16.580Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-09-09T17:11:18.728Z | FMRI IFO |
258 | 2024-09-09T17:11:18.728Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-09-09T17:11:18.728Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-09-09T17:11:18.728Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-09-09T17:11:18.728Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-09-09T17:11:18.729Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-09-09T17:11:18.729Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-09-09T17:11:18.729Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-09-09T17:11:18.729Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-09-09T17:11:18.729Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-09-09T17:11:18.729Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-09-09T17:11:18.729Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-09-09T17:11:18.730Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-09-09T17:11:18.730Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-09-09T17:11:19.410Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-09-09T17:11:19.848Z | Updating crates.io index |
273 | 2024-09-09T17:11:19.893Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
274 | 2024-09-09T17:11:20.772Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-09-09T17:11:21.660Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-09-09T17:11:22.001Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
277 | 2024-09-09T17:11:23.706Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-09-09T17:11:24.062Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-09-09T17:11:24.383Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-09-09T17:11:25.554Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-09-09T17:11:27.505Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-09-09T17:11:28.634Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-09-09T17:11:29.331Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-09-09T17:11:29.692Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-09-09T17:11:30.308Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-09-09T17:11:30.714Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
287 | 2024-09-09T17:11:31.061Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
288 | 2024-09-09T17:11:31.515Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-09-09T17:11:31.890Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-09-09T17:11:32.424Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-09-09T17:11:32.744Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-09-09T17:11:33.083Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2024-09-09T17:11:33.470Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-09-09T17:11:34.014Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-09-09T17:11:34.376Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-09-09T17:11:34.802Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-09-09T17:11:35.323Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-09-09T17:11:35.768Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-09-09T17:11:36.240Z | Updating git repository `https://github.com/oxidecomputer/typify` |
300 | 2024-09-09T17:11:38.601Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-09-09T17:11:38.917Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-09-09T17:11:39.281Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-09-09T17:11:39.715Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
304 | 2024-09-09T17:11:41.063Z | Downloading crates ... |
305 | 2024-09-09T17:11:41.130Z | Downloaded equivalent v1.0.1 |
306 | 2024-09-09T17:11:41.154Z | Downloaded version_check v0.9.5 |
307 | 2024-09-09T17:11:41.154Z | Downloaded itoa v1.0.11 |
308 | 2024-09-09T17:11:41.154Z | Downloaded toml_datetime v0.6.8 |
309 | 2024-09-09T17:11:41.154Z | Downloaded toml v0.8.19 |
310 | 2024-09-09T17:11:41.179Z | Downloaded zerocopy-derive v0.7.34 |
311 | 2024-09-09T17:11:41.179Z | Downloaded utf8parse v0.2.1 |
312 | 2024-09-09T17:11:41.179Z | Downloaded winnow v0.6.18 |
313 | 2024-09-09T17:11:41.203Z | Downloaded unicode-width v0.1.13 |
314 | 2024-09-09T17:11:41.203Z | Downloaded syn v2.0.74 |
315 | 2024-09-09T17:11:41.227Z | Downloaded rustix v0.38.34 |
316 | 2024-09-09T17:11:41.250Z | Downloaded libc v0.2.158 |
317 | 2024-09-09T17:11:41.274Z | Downloaded thread-id v4.2.1 |
318 | 2024-09-09T17:11:41.274Z | Downloaded tabled_derive v0.7.0 |
319 | 2024-09-09T17:11:41.274Z | Downloaded usdt-impl v0.5.0 |
320 | 2024-09-09T17:11:41.274Z | Downloaded usdt v0.5.0 |
321 | 2024-09-09T17:11:41.298Z | Downloaded ucd-trie v0.1.6 |
322 | 2024-09-09T17:11:41.298Z | Downloaded typenum v1.17.0 |
323 | 2024-09-09T17:11:41.298Z | Downloaded toml_edit v0.22.20 |
324 | 2024-09-09T17:11:41.321Z | Downloaded syn v1.0.109 |
325 | 2024-09-09T17:11:41.321Z | Downloaded smawk v0.3.2 |
326 | 2024-09-09T17:11:41.321Z | Downloaded serde_tokenstream v0.2.2 |
327 | 2024-09-09T17:11:41.344Z | Downloaded serde_derive v1.0.208 |
328 | 2024-09-09T17:11:41.344Z | Downloaded scroll v0.12.0 |
329 | 2024-09-09T17:11:41.345Z | Downloaded proc-macro2 v1.0.86 |
330 | 2024-09-09T17:11:41.345Z | Downloaded proc-macro-error v1.0.4 |
331 | 2024-09-09T17:11:41.345Z | Downloaded plain v0.2.3 |
332 | 2024-09-09T17:11:41.345Z | Downloaded pest_meta v2.7.10 |
333 | 2024-09-09T17:11:41.345Z | Downloaded memmap v0.7.0 |
334 | 2024-09-09T17:11:41.345Z | Downloaded indexmap v2.4.0 |
335 | 2024-09-09T17:11:41.345Z | Downloaded heck v0.5.0 |
336 | 2024-09-09T17:11:41.369Z | Downloaded fnv v1.0.7 |
337 | 2024-09-09T17:11:41.369Z | Downloaded colorchoice v1.0.1 |
338 | 2024-09-09T17:11:41.369Z | Downloaded clap v4.5.16 |
339 | 2024-09-09T17:11:41.369Z | Downloaded zerocopy v0.7.34 |
340 | 2024-09-09T17:11:41.393Z | Downloaded unicode-linebreak v0.1.5 |
341 | 2024-09-09T17:11:41.393Z | Downloaded unicode-ident v1.0.12 |
342 | 2024-09-09T17:11:41.393Z | Downloaded thiserror v1.0.63 |
343 | 2024-09-09T17:11:41.393Z | Downloaded textwrap v0.16.1 |
344 | 2024-09-09T17:11:41.393Z | Downloaded terminal_size v0.3.0 |
345 | 2024-09-09T17:11:41.393Z | Downloaded tempfile v3.10.1 |
346 | 2024-09-09T17:11:41.393Z | Downloaded tabled v0.15.0 |
347 | 2024-09-09T17:11:41.417Z | Downloaded swrite v0.1.0 |
348 | 2024-09-09T17:11:41.417Z | Downloaded sha2 v0.10.8 |
349 | 2024-09-09T17:11:41.417Z | Downloaded serde_json v1.0.125 |
350 | 2024-09-09T17:11:41.440Z | Downloaded serde v1.0.208 |
351 | 2024-09-09T17:11:41.440Z | Downloaded semver v1.0.23 |
352 | 2024-09-09T17:11:41.440Z | Downloaded quote v1.0.36 |
353 | 2024-09-09T17:11:41.440Z | Downloaded pest_derive v2.7.10 |
354 | 2024-09-09T17:11:41.440Z | Downloaded pest v2.7.10 |
355 | 2024-09-09T17:11:41.464Z | Downloaded papergrid v0.11.0 |
356 | 2024-09-09T17:11:41.464Z | Downloaded memchr v2.7.2 |
357 | 2024-09-09T17:11:41.464Z | Downloaded macaddr v1.0.1 |
358 | 2024-09-09T17:11:41.464Z | Downloaded is_terminal_polyfill v1.70.0 |
359 | 2024-09-09T17:11:41.464Z | Downloaded hashbrown v0.14.5 |
360 | 2024-09-09T17:11:41.464Z | Downloaded goblin v0.8.2 |
361 | 2024-09-09T17:11:41.487Z | Downloaded generic-array v0.14.7 |
362 | 2024-09-09T17:11:41.487Z | Downloaded errno v0.3.9 |
363 | 2024-09-09T17:11:41.487Z | Downloaded dtrace-parser v0.2.0 |
364 | 2024-09-09T17:11:41.487Z | Downloaded digest v0.10.7 |
365 | 2024-09-09T17:11:41.488Z | Downloaded clap_derive v4.5.13 |
366 | 2024-09-09T17:11:41.488Z | Downloaded clap_builder v4.5.15 |
367 | 2024-09-09T17:11:41.488Z | Downloaded cargo_toml v0.20.4 |
368 | 2024-09-09T17:11:41.512Z | Downloaded cargo-platform v0.1.8 |
369 | 2024-09-09T17:11:41.512Z | Downloaded ryu v1.0.18 |
370 | 2024-09-09T17:11:41.512Z | Downloaded once_cell v1.19.0 |
371 | 2024-09-09T17:11:41.512Z | Downloaded log v0.4.21 |
372 | 2024-09-09T17:11:41.512Z | Downloaded camino v1.1.9 |
373 | 2024-09-09T17:11:41.512Z | Downloaded bytecount v0.6.8 |
374 | 2024-09-09T17:11:41.512Z | Downloaded bitflags v2.6.0 |
375 | 2024-09-09T17:11:41.512Z | Downloaded anyhow v1.0.86 |
376 | 2024-09-09T17:11:41.512Z | Downloaded anstyle-parse v0.2.4 |
377 | 2024-09-09T17:11:41.535Z | Downloaded strsim v0.11.1 |
378 | 2024-09-09T17:11:41.535Z | Downloaded serde_spanned v0.6.7 |
379 | 2024-09-09T17:11:41.535Z | Downloaded scroll_derive v0.12.0 |
380 | 2024-09-09T17:11:41.535Z | Downloaded proc-macro-error-attr v1.0.4 |
381 | 2024-09-09T17:11:41.535Z | Downloaded heck v0.4.1 |
382 | 2024-09-09T17:11:41.535Z | Downloaded dof v0.3.0 |
383 | 2024-09-09T17:11:41.535Z | Downloaded crypto-common v0.1.6 |
384 | 2024-09-09T17:11:41.535Z | Downloaded cpufeatures v0.2.12 |
385 | 2024-09-09T17:11:41.535Z | Downloaded cfg-if v1.0.0 |
386 | 2024-09-09T17:11:41.535Z | Downloaded cargo_metadata v0.18.1 |
387 | 2024-09-09T17:11:41.535Z | Downloaded camino-tempfile v1.1.1 |
388 | 2024-09-09T17:11:41.535Z | Downloaded fs-err v2.11.0 |
389 | 2024-09-09T17:11:41.535Z | Downloaded block-buffer v0.10.4 |
390 | 2024-09-09T17:11:41.535Z | Downloaded autocfg v1.3.0 |
391 | 2024-09-09T17:11:41.535Z | Downloaded anstyle-query v1.0.3 |
392 | 2024-09-09T17:11:41.535Z | Downloaded anstyle v1.0.8 |
393 | 2024-09-09T17:11:41.559Z | Downloaded anstream v0.6.14 |
394 | 2024-09-09T17:11:41.559Z | Downloaded usdt-macro v0.5.0 |
395 | 2024-09-09T17:11:41.559Z | Downloaded usdt-attr-macro v0.5.0 |
396 | 2024-09-09T17:11:41.559Z | Downloaded thiserror-impl v1.0.63 |
397 | 2024-09-09T17:11:41.559Z | Downloaded pretty-hex v0.4.1 |
398 | 2024-09-09T17:11:41.559Z | Downloaded pest_generator v2.7.10 |
399 | 2024-09-09T17:11:41.559Z | Downloaded fastrand v2.1.0 |
400 | 2024-09-09T17:11:41.559Z | Downloaded clap_lex v0.7.0 |
401 | 2024-09-09T17:11:41.559Z | Downloaded byteorder v1.5.0 |
402 | 2024-09-09T17:11:41.710Z | Compiling proc-macro2 v1.0.86 |
403 | 2024-09-09T17:11:41.710Z | Compiling unicode-ident v1.0.12 |
404 | 2024-09-09T17:11:41.733Z | Compiling version_check v0.9.5 |
405 | 2024-09-09T17:11:41.733Z | Compiling serde v1.0.208 |
406 | 2024-09-09T17:11:41.733Z | Compiling thiserror v1.0.63 |
407 | 2024-09-09T17:11:41.733Z | Compiling memchr v2.7.2 |
408 | 2024-09-09T17:11:41.733Z | Compiling libc v0.2.158 |
409 | 2024-09-09T17:11:41.733Z | Compiling ucd-trie v0.1.6 |
410 | 2024-09-09T17:11:42.081Z | Compiling itoa v1.0.11 |
411 | 2024-09-09T17:11:42.282Z | Compiling ryu v1.0.18 |
412 | 2024-09-09T17:11:42.496Z | Compiling once_cell v1.19.0 |
413 | 2024-09-09T17:11:42.564Z | Compiling byteorder v1.5.0 |
414 | 2024-09-09T17:11:42.597Z | Compiling rustix v0.38.34 |
415 | 2024-09-09T17:11:42.626Z | Compiling serde_json v1.0.125 |
416 | 2024-09-09T17:11:43.064Z | Compiling bitflags v2.6.0 |
417 | 2024-09-09T17:11:43.091Z | Compiling usdt-impl v0.5.0 |
418 | 2024-09-09T17:11:43.233Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-09-09T17:11:43.378Z | Compiling syn v1.0.109 |
420 | 2024-09-09T17:11:43.403Z | Compiling quote v1.0.36 |
421 | 2024-09-09T17:11:43.477Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-09-09T17:11:43.588Z | Compiling log v0.4.21 |
423 | 2024-09-09T17:11:43.616Z | Compiling utf8parse v0.2.1 |
424 | 2024-09-09T17:11:43.726Z | Compiling syn v2.0.74 |
425 | 2024-09-09T17:11:43.758Z | Compiling errno v0.3.9 |
426 | 2024-09-09T17:11:43.975Z | Compiling camino v1.1.9 |
427 | 2024-09-09T17:11:44.004Z | Compiling hashbrown v0.14.5 |
428 | 2024-09-09T17:11:44.065Z | Compiling equivalent v1.0.1 |
429 | 2024-09-09T17:11:44.092Z | Compiling plain v0.2.3 |
430 | 2024-09-09T17:11:44.263Z | Compiling anstyle-parse v0.2.4 |
431 | 2024-09-09T17:11:44.455Z | Compiling thread-id v4.2.1 |
432 | 2024-09-09T17:11:44.684Z | Compiling anstyle-query v1.0.3 |
433 | 2024-09-09T17:11:44.712Z | Compiling anstyle v1.0.8 |
434 | 2024-09-09T17:11:44.822Z | Compiling unicode-width v0.1.13 |
435 | 2024-09-09T17:11:44.922Z | Compiling winnow v0.6.18 |
436 | 2024-09-09T17:11:44.983Z | Compiling autocfg v1.3.0 |
437 | 2024-09-09T17:11:45.046Z | Compiling is_terminal_polyfill v1.70.0 |
438 | 2024-09-09T17:11:45.121Z | Compiling pretty-hex v0.4.1 |
439 | 2024-09-09T17:11:45.164Z | Compiling indexmap v2.4.0 |
440 | 2024-09-09T17:11:45.231Z | Compiling semver v1.0.23 |
441 | 2024-09-09T17:11:45.305Z | Compiling colorchoice v1.0.1 |
442 | 2024-09-09T17:11:45.471Z | Compiling anstream v0.6.14 |
443 | 2024-09-09T17:11:45.923Z | Compiling terminal_size v0.3.0 |
444 | 2024-09-09T17:11:45.947Z | Compiling fs-err v2.11.0 |
445 | 2024-09-09T17:11:46.303Z | Compiling fnv v1.0.7 |
446 | 2024-09-09T17:11:46.328Z | Compiling fastrand v2.1.0 |
447 | 2024-09-09T17:11:46.388Z | Compiling heck v0.5.0 |
448 | 2024-09-09T17:11:46.447Z | Compiling cfg-if v1.0.0 |
449 | 2024-09-09T17:11:46.559Z | Compiling bytecount v0.6.8 |
450 | 2024-09-09T17:11:46.585Z | Compiling strsim v0.11.1 |
451 | 2024-09-09T17:11:46.639Z | Compiling heck v0.4.1 |
452 | 2024-09-09T17:11:46.901Z | Compiling clap_lex v0.7.0 |
453 | 2024-09-09T17:11:46.926Z | Compiling anyhow v1.0.86 |
454 | 2024-09-09T17:11:47.136Z | Compiling papergrid v0.11.0 |
455 | 2024-09-09T17:11:47.410Z | Compiling clap_builder v4.5.15 |
456 | 2024-09-09T17:11:47.497Z | Compiling tempfile v3.10.1 |
457 | 2024-09-09T17:11:47.686Z | Compiling memmap v0.7.0 |
458 | 2024-09-09T17:11:47.739Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-09-09T17:11:47.997Z | Compiling smawk v0.3.2 |
460 | 2024-09-09T17:11:48.192Z | Compiling textwrap v0.16.1 |
461 | 2024-09-09T17:11:48.243Z | Compiling swrite v0.1.0 |
462 | 2024-09-09T17:11:49.379Z | Compiling tabled_derive v0.7.0 |
463 | 2024-09-09T17:11:50.954Z | Compiling tabled v0.15.0 |
464 | 2024-09-09T17:11:51.809Z | Compiling serde_derive v1.0.208 |
465 | 2024-09-09T17:11:51.809Z | Compiling thiserror-impl v1.0.63 |
466 | 2024-09-09T17:11:51.832Z | Compiling zerocopy-derive v0.7.34 |
467 | 2024-09-09T17:11:51.832Z | Compiling scroll_derive v0.12.0 |
468 | 2024-09-09T17:11:51.832Z | Compiling clap_derive v4.5.13 |
469 | 2024-09-09T17:11:53.014Z | Compiling scroll v0.12.0 |
470 | 2024-09-09T17:11:53.509Z | Compiling goblin v0.8.2 |
471 | 2024-09-09T17:11:53.723Z | Compiling zerocopy v0.7.34 |
472 | 2024-09-09T17:11:54.636Z | Compiling pest v2.7.10 |
473 | 2024-09-09T17:11:55.083Z | Compiling clap v4.5.16 |
474 | 2024-09-09T17:11:56.640Z | Compiling pest_meta v2.7.10 |
475 | 2024-09-09T17:11:57.647Z | Compiling pest_generator v2.7.10 |
476 | 2024-09-09T17:11:59.304Z | Compiling pest_derive v2.7.10 |
477 | 2024-09-09T17:11:59.928Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-09-09T17:12:01.538Z | Compiling serde_spanned v0.6.7 |
479 | 2024-09-09T17:12:01.538Z | Compiling toml_datetime v0.6.8 |
480 | 2024-09-09T17:12:01.562Z | Compiling cargo-platform v0.1.8 |
481 | 2024-09-09T17:12:01.914Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-09-09T17:12:01.945Z | Compiling toml_edit v0.22.20 |
483 | 2024-09-09T17:12:02.110Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-09-09T17:12:02.149Z | Compiling macaddr v1.0.1 |
485 | 2024-09-09T17:12:02.956Z | Compiling dof v0.3.0 |
486 | 2024-09-09T17:12:02.956Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-09-09T17:12:04.502Z | Compiling toml v0.8.19 |
488 | 2024-09-09T17:12:04.907Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-09-09T17:12:04.986Z | Compiling usdt-macro v0.5.0 |
490 | 2024-09-09T17:12:05.223Z | Compiling cargo_toml v0.20.4 |
491 | 2024-09-09T17:12:06.100Z | Compiling usdt v0.5.0 |
492 | 2024-09-09T17:12:09.442Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-09-09T17:12:14.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.47s |
494 | 2024-09-09T17:12:14.810Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-09-09T17:12:15.594Z | Downloading crates ... |
496 | 2024-09-09T17:12:15.742Z | Downloaded atomicwrites v0.4.3 |
497 | 2024-09-09T17:12:15.767Z | Downloaded cstr-argument v0.1.2 |
498 | 2024-09-09T17:12:15.807Z | Downloaded hyper-staticfile v0.9.5 |
499 | 2024-09-09T17:12:15.858Z | Downloaded number_prefix v0.4.0 |
500 | 2024-09-09T17:12:15.917Z | Downloaded derive_more v0.99.18 |
501 | 2024-09-09T17:12:15.942Z | Downloaded dirs-next v2.0.0 |
502 | 2024-09-09T17:12:15.966Z | Downloaded futures-io v0.3.30 |
503 | 2024-09-09T17:12:15.995Z | Downloaded openssl-probe v0.1.5 |
504 | 2024-09-09T17:12:16.019Z | Downloaded percent-encoding v2.3.1 |
505 | 2024-09-09T17:12:16.019Z | Downloaded sigpipe v0.1.3 |
506 | 2024-09-09T17:12:16.019Z | Downloaded slab v0.4.9 |
507 | 2024-09-09T17:12:16.019Z | Downloaded predicates-tree v1.0.9 |
508 | 2024-09-09T17:12:16.044Z | Downloaded primeorder v0.13.6 |
509 | 2024-09-09T17:12:16.069Z | Downloaded supports-color v3.0.0 |
510 | 2024-09-09T17:12:16.094Z | Downloaded rfc6979 v0.4.0 |
511 | 2024-09-09T17:12:16.118Z | Downloaded russh-cryptovec v0.7.2 |
512 | 2024-09-09T17:12:16.118Z | Downloaded rustc-hash v1.1.0 |
513 | 2024-09-09T17:12:16.145Z | Downloaded rustc-demangle v0.1.24 |
514 | 2024-09-09T17:12:16.169Z | Downloaded russh v0.45.0 |
515 | 2024-09-09T17:12:16.169Z | Downloaded rustls-pki-types v1.7.0 |
516 | 2024-09-09T17:12:16.169Z | Downloaded steno v0.4.1 |
517 | 2024-09-09T17:12:16.196Z | Downloaded gimli v0.28.1 |
518 | 2024-09-09T17:12:16.219Z | Downloaded reedline v0.33.0 |
519 | 2024-09-09T17:12:16.219Z | Downloaded rustls-webpki v0.101.7 |
520 | 2024-09-09T17:12:16.242Z | Downloaded reqwest v0.11.27 |
521 | 2024-09-09T17:12:16.266Z | Downloaded rustls v0.21.12 |
522 | 2024-09-09T17:12:16.290Z | Downloaded rustls v0.22.4 |
523 | 2024-09-09T17:12:16.313Z | Downloaded regex-automata v0.4.6 |
524 | 2024-09-09T17:12:16.337Z | Downloaded ratatui v0.28.0 |
525 | 2024-09-09T17:12:16.373Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
526 | 2024-09-09T17:12:16.446Z | Downloaded petgraph v0.6.5 |
527 | 2024-09-09T17:12:16.473Z | Downloaded finl_unicode v1.2.0 |
528 | 2024-09-09T17:12:16.496Z | Downloaded regress v0.9.1 |
529 | 2024-09-09T17:12:16.521Z | Downloaded regex-syntax v0.8.4 |
530 | 2024-09-09T17:12:16.544Z | Downloaded sled v0.34.7 |
531 | 2024-09-09T17:12:16.544Z | Downloaded regex-syntax v0.6.29 |
532 | 2024-09-09T17:12:16.568Z | Downloaded regex v1.10.6 |
533 | 2024-09-09T17:12:16.591Z | Downloaded radix_trie v0.2.1 |
534 | 2024-09-09T17:12:16.615Z | Downloaded polar-core v0.27.3 |
535 | 2024-09-09T17:12:16.615Z | Downloaded rayon v1.10.0 |
536 | 2024-09-09T17:12:16.638Z | Downloaded libz-sys v1.1.16 |
537 | 2024-09-09T17:12:16.716Z | Downloaded openapiv3 v2.0.0 |
538 | 2024-09-09T17:12:16.739Z | Downloaded object v0.32.2 |
539 | 2024-09-09T17:12:16.763Z | Downloaded hickory-proto v0.24.1 |
540 | 2024-09-09T17:12:16.787Z | Downloaded encoding_rs v0.8.34 |
541 | 2024-09-09T17:12:16.810Z | Downloaded proptest v1.5.0 |
542 | 2024-09-09T17:12:16.833Z | Downloaded ssh-key v0.6.6 |
543 | 2024-09-09T17:12:16.834Z | Downloaded ring v0.17.8 |
544 | 2024-09-09T17:12:16.917Z | Downloaded libsqlite3-sys v0.28.0 |
545 | 2024-09-09T17:12:17.009Z | Downloaded portable-atomic v1.6.0 |
546 | 2024-09-09T17:12:17.032Z | Downloaded openssl v0.10.66 |
547 | 2024-09-09T17:12:17.032Z | Downloaded rsa v0.9.6 |
548 | 2024-09-09T17:12:17.056Z | Downloaded ron v0.8.1 |
549 | 2024-09-09T17:12:17.056Z | Downloaded ring v0.16.20 |
550 | 2024-09-09T17:12:17.140Z | Downloaded rand v0.8.5 |
551 | 2024-09-09T17:12:17.164Z | Downloaded sha3 v0.10.8 |
552 | 2024-09-09T17:12:17.164Z | Downloaded git2 v0.19.0 |
553 | 2024-09-09T17:12:17.164Z | Downloaded rusqlite v0.31.0 |
554 | 2024-09-09T17:12:17.188Z | Downloaded rustls-webpki v0.102.4 |
555 | 2024-09-09T17:12:17.236Z | Downloaded smoltcp v0.11.0 |
556 | 2024-09-09T17:12:17.236Z | Downloaded p384 v0.13.0 |
557 | 2024-09-09T17:12:17.236Z | Downloaded dropshot v0.10.1 |
558 | 2024-09-09T17:12:17.236Z | Downloaded vcpkg v0.2.15 |
559 | 2024-09-09T17:12:17.277Z | Downloaded trust-dns-proto v0.22.0 |
560 | 2024-09-09T17:12:17.303Z | Downloaded tokio v1.39.3 |
561 | 2024-09-09T17:12:17.338Z | Downloaded rustls-pemfile v2.1.3 |
562 | 2024-09-09T17:12:17.362Z | Downloaded ron v0.7.1 |
563 | 2024-09-09T17:12:17.362Z | Downloaded socket2 v0.5.7 |
564 | 2024-09-09T17:12:17.362Z | Downloaded smoltcp v0.9.1 |
565 | 2024-09-09T17:12:17.386Z | Downloaded static_assertions v1.1.0 |
566 | 2024-09-09T17:12:17.386Z | Downloaded rcgen v0.12.1 |
567 | 2024-09-09T17:12:17.386Z | Downloaded rayon-core v1.12.1 |
568 | 2024-09-09T17:12:17.386Z | Downloaded quick-xml v0.31.0 |
569 | 2024-09-09T17:12:17.386Z | Downloaded hkdf v0.12.4 |
570 | 2024-09-09T17:12:17.386Z | Downloaded elliptic-curve v0.13.8 |
571 | 2024-09-09T17:12:17.409Z | Downloaded ed25519-dalek v2.1.1 |
572 | 2024-09-09T17:12:17.409Z | Downloaded x509-cert v0.2.5 |
573 | 2024-09-09T17:12:17.409Z | Downloaded winnow v0.5.40 |
574 | 2024-09-09T17:12:17.409Z | Downloaded url v2.5.2 |
575 | 2024-09-09T17:12:17.434Z | Downloaded unicode-normalization v0.1.23 |
576 | 2024-09-09T17:12:17.434Z | Downloaded typed-path v0.7.1 |
577 | 2024-09-09T17:12:17.434Z | Downloaded russh-keys v0.45.0 |
578 | 2024-09-09T17:12:17.434Z | Downloaded rustls-pemfile v1.0.4 |
579 | 2024-09-09T17:12:17.434Z | Downloaded tar v0.4.41 |
580 | 2024-09-09T17:12:17.434Z | Downloaded stringprep v0.1.4 |
581 | 2024-09-09T17:12:17.457Z | Downloaded radium v0.7.0 |
582 | 2024-09-09T17:12:17.457Z | Downloaded publicsuffix v2.2.3 |
583 | 2024-09-09T17:12:17.457Z | Downloaded prettyplease v0.2.20 |
584 | 2024-09-09T17:12:17.457Z | Downloaded signal-hook v0.3.17 |
585 | 2024-09-09T17:12:17.457Z | Downloaded which v4.4.2 |
586 | 2024-09-09T17:12:17.457Z | Downloaded vsss-rs v3.3.4 |
587 | 2024-09-09T17:12:17.457Z | Downloaded tungstenite v0.21.0 |
588 | 2024-09-09T17:12:17.457Z | Downloaded tui-tree-widget v0.22.0 |
589 | 2024-09-09T17:12:17.458Z | Downloaded rtoolbox v0.0.2 |
590 | 2024-09-09T17:12:17.458Z | Downloaded slog-scope v4.4.0 |
591 | 2024-09-09T17:12:17.482Z | Downloaded slog-json v2.6.1 |
592 | 2024-09-09T17:12:17.482Z | Downloaded slog-envlogger v2.2.0 |
593 | 2024-09-09T17:12:17.482Z | Downloaded slog-dtrace v0.3.0 |
594 | 2024-09-09T17:12:17.482Z | Downloaded slog-bunyan v2.5.0 |
595 | 2024-09-09T17:12:17.482Z | Downloaded slog-async v2.8.0 |
596 | 2024-09-09T17:12:17.482Z | Downloaded rusty-fork v0.3.0 |
597 | 2024-09-09T17:12:17.482Z | Downloaded rustversion v1.0.17 |
598 | 2024-09-09T17:12:17.482Z | Downloaded rustfmt-wrapper v0.2.1 |
599 | 2024-09-09T17:12:17.482Z | Downloaded rustc_version v0.4.0 |
600 | 2024-09-09T17:12:17.482Z | Downloaded rustc_version v0.1.7 |
601 | 2024-09-09T17:12:17.482Z | Downloaded rpassword v7.3.1 |
602 | 2024-09-09T17:12:17.482Z | Downloaded resolv-conf v0.7.0 |
603 | 2024-09-09T17:12:17.482Z | Downloaded term v0.7.0 |
604 | 2024-09-09T17:12:17.506Z | Downloaded take_mut v0.2.2 |
605 | 2024-09-09T17:12:17.506Z | Downloaded tabwriter v1.4.0 |
606 | 2024-09-09T17:12:17.506Z | Downloaded sync_wrapper v0.1.2 |
607 | 2024-09-09T17:12:17.506Z | Downloaded subtle v2.5.0 |
608 | 2024-09-09T17:12:17.506Z | Downloaded strum_macros v0.26.4 |
609 | 2024-09-09T17:12:17.506Z | Downloaded strum_macros v0.24.3 |
610 | 2024-09-09T17:12:17.506Z | Downloaded spin v0.9.8 |
611 | 2024-09-09T17:12:17.506Z | Downloaded socket2 v0.4.10 |
612 | 2024-09-09T17:12:17.506Z | Downloaded snafu-derive v0.8.2 |
613 | 2024-09-09T17:12:17.506Z | Downloaded snafu v0.8.2 |
614 | 2024-09-09T17:12:17.506Z | Downloaded smf v0.2.3 |
615 | 2024-09-09T17:12:17.530Z | Downloaded smallvec v1.13.2 |
616 | 2024-09-09T17:12:17.530Z | Downloaded smallvec v0.6.14 |
617 | 2024-09-09T17:12:17.530Z | Downloaded slog-term v2.9.1 |
618 | 2024-09-09T17:12:17.530Z | Downloaded slog-stdlog v4.1.1 |
619 | 2024-09-09T17:12:17.530Z | Downloaded structmeta-derive v0.3.0 |
620 | 2024-09-09T17:12:17.530Z | Downloaded structmeta-derive v0.2.0 |
621 | 2024-09-09T17:12:17.530Z | Downloaded structmeta v0.3.0 |
622 | 2024-09-09T17:12:17.530Z | Downloaded structmeta v0.2.0 |
623 | 2024-09-09T17:12:17.530Z | Downloaded strip-ansi-escapes v0.2.0 |
624 | 2024-09-09T17:12:17.530Z | Downloaded string_cache v0.8.7 |
625 | 2024-09-09T17:12:17.530Z | Downloaded ssh-encoding v0.2.0 |
626 | 2024-09-09T17:12:17.530Z | Downloaded ssh-cipher v0.2.0 |
627 | 2024-09-09T17:12:17.530Z | Downloaded sqlparser v0.45.0 |
628 | 2024-09-09T17:12:17.554Z | Downloaded sqlformat v0.2.4 |
629 | 2024-09-09T17:12:17.554Z | Downloaded ref-cast-impl v1.0.23 |
630 | 2024-09-09T17:12:17.554Z | Downloaded ref-cast v1.0.23 |
631 | 2024-09-09T17:12:17.554Z | Downloaded rand_xorshift v0.3.0 |
632 | 2024-09-09T17:12:17.554Z | Downloaded rand_seeder v0.3.0 |
633 | 2024-09-09T17:12:17.554Z | Downloaded rand_core v0.6.4 |
634 | 2024-09-09T17:12:17.554Z | Downloaded rand_chacha v0.3.1 |
635 | 2024-09-09T17:12:17.554Z | Downloaded quick-error v1.2.3 |
636 | 2024-09-09T17:12:17.554Z | Downloaded postgres-protocol v0.6.7 |
637 | 2024-09-09T17:12:17.554Z | Downloaded postcard v1.0.8 |
638 | 2024-09-09T17:12:17.554Z | Downloaded pkcs8 v0.10.2 |
639 | 2024-09-09T17:12:17.577Z | Downloaded pkcs5 v0.7.1 |
640 | 2024-09-09T17:12:17.577Z | Downloaded pkcs1 v0.7.5 |
641 | 2024-09-09T17:12:17.577Z | Downloaded pin-project v1.1.5 |
642 | 2024-09-09T17:12:17.577Z | Downloaded test-strategy v0.3.1 |
643 | 2024-09-09T17:12:17.601Z | Downloaded termcolor v1.4.1 |
644 | 2024-09-09T17:12:17.601Z | Downloaded shell-words v1.1.0 |
645 | 2024-09-09T17:12:17.601Z | Downloaded salsa20 v0.10.2 |
646 | 2024-09-09T17:12:17.601Z | Downloaded owo-colors v4.0.0 |
647 | 2024-09-09T17:12:17.601Z | Downloaded h2 v0.3.26 |
648 | 2024-09-09T17:12:17.601Z | Downloaded futures-util v0.3.30 |
649 | 2024-09-09T17:12:17.625Z | Downloaded env_logger v0.10.2 |
650 | 2024-09-09T17:12:17.625Z | Downloaded ecdsa v0.16.9 |
651 | 2024-09-09T17:12:17.625Z | Downloaded dsl_auto_type v0.1.2 |
652 | 2024-09-09T17:12:17.625Z | Downloaded untrusted v0.7.1 |
653 | 2024-09-09T17:12:17.625Z | Downloaded universal-hash v0.5.1 |
654 | 2024-09-09T17:12:17.625Z | Downloaded unicode-xid v0.2.4 |
655 | 2024-09-09T17:12:17.625Z | Downloaded unicode-truncate v1.0.0 |
656 | 2024-09-09T17:12:17.625Z | Downloaded tough v0.17.1 |
657 | 2024-09-09T17:12:17.649Z | Downloaded tokio-tungstenite v0.20.1 |
658 | 2024-09-09T17:12:17.649Z | Downloaded tokio-postgres v0.7.11 |
659 | 2024-09-09T17:12:17.649Z | Downloaded tokio-macros v2.4.0 |
660 | 2024-09-09T17:12:17.650Z | Downloaded time-core v0.1.2 |
661 | 2024-09-09T17:12:17.650Z | Downloaded tap v1.0.1 |
662 | 2024-09-09T17:12:17.650Z | Downloaded subprocess v0.2.9 |
663 | 2024-09-09T17:12:17.650Z | Downloaded spin v0.5.2 |
664 | 2024-09-09T17:12:17.650Z | Downloaded stable_deref_trait v1.2.0 |
665 | 2024-09-09T17:12:17.673Z | Downloaded psl-types v2.0.11 |
666 | 2024-09-09T17:12:17.674Z | Downloaded proc-macro-crate v1.3.1 |
667 | 2024-09-09T17:12:17.674Z | Downloaded predicates-core v1.0.6 |
668 | 2024-09-09T17:12:17.674Z | Downloaded powerfmt v0.2.0 |
669 | 2024-09-09T17:12:17.674Z | Downloaded postgres-types v0.2.7 |
670 | 2024-09-09T17:12:17.674Z | Downloaded polyval v0.6.2 |
671 | 2024-09-09T17:12:17.674Z | Downloaded poly1305 v0.8.0 |
672 | 2024-09-09T17:12:17.674Z | Downloaded pin-project-internal v1.1.5 |
673 | 2024-09-09T17:12:17.674Z | Downloaded phf v0.11.2 |
674 | 2024-09-09T17:12:17.674Z | Downloaded enum-as-inner v0.6.0 |
675 | 2024-09-09T17:12:17.674Z | Downloaded endian-type v0.1.2 |
676 | 2024-09-09T17:12:17.674Z | Downloaded ena v0.14.3 |
677 | 2024-09-09T17:12:17.674Z | Downloaded display-error-chain v0.2.1 |
678 | 2024-09-09T17:12:17.674Z | Downloaded webpki-roots v0.25.4 |
679 | 2024-09-09T17:12:17.697Z | Downloaded want v0.3.1 |
680 | 2024-09-09T17:12:17.697Z | Downloaded waitgroup v0.1.2 |
681 | 2024-09-09T17:12:17.697Z | Downloaded vte_generate_state_changes v0.1.1 |
682 | 2024-09-09T17:12:17.698Z | Downloaded uuid v1.10.0 |
683 | 2024-09-09T17:12:17.698Z | Downloaded unicode-segmentation v1.11.0 |
684 | 2024-09-09T17:12:17.698Z | Downloaded unicase v2.7.0 |
685 | 2024-09-09T17:12:17.698Z | Downloaded twox-hash v1.6.3 |
686 | 2024-09-09T17:12:17.698Z | Downloaded tracing-attributes v0.1.27 |
687 | 2024-09-09T17:12:17.698Z | Downloaded tracing v0.1.40 |
688 | 2024-09-09T17:12:17.698Z | Downloaded toolchain_find v0.4.0 |
689 | 2024-09-09T17:12:17.721Z | Downloaded toml_edit v0.19.15 |
690 | 2024-09-09T17:12:17.721Z | Downloaded toml v0.7.8 |
691 | 2024-09-09T17:12:17.744Z | Downloaded tokio-util v0.7.11 |
692 | 2024-09-09T17:12:17.744Z | Downloaded tokio-tungstenite v0.23.1 |
693 | 2024-09-09T17:12:17.744Z | Downloaded tokio-rustls v0.25.0 |
694 | 2024-09-09T17:12:17.744Z | Downloaded tls_codec_derive v0.4.1 |
695 | 2024-09-09T17:12:17.744Z | Downloaded tinyvec_macros v0.1.1 |
696 | 2024-09-09T17:12:17.744Z | Downloaded tiny-keccak v2.0.2 |
697 | 2024-09-09T17:12:17.744Z | Downloaded strum_macros v0.25.3 |
698 | 2024-09-09T17:12:17.745Z | Downloaded strum v0.26.3 |
699 | 2024-09-09T17:12:17.745Z | Downloaded sqlparser_derive v0.2.2 |
700 | 2024-09-09T17:12:17.745Z | Downloaded spki v0.7.3 |
701 | 2024-09-09T17:12:17.768Z | Downloaded r2d2 v0.8.10 |
702 | 2024-09-09T17:12:17.768Z | Downloaded predicates v3.1.2 |
703 | 2024-09-09T17:12:17.768Z | Downloaded precomputed-hash v0.1.1 |
704 | 2024-09-09T17:12:17.768Z | Downloaded ppv-lite86 v0.2.17 |
705 | 2024-09-09T17:12:17.768Z | Downloaded portpicker v0.1.1 |
706 | 2024-09-09T17:12:17.768Z | Downloaded pkg-config v0.3.30 |
707 | 2024-09-09T17:12:17.768Z | Downloaded pin-utils v0.1.0 |
708 | 2024-09-09T17:12:17.768Z | Downloaded pin-project-lite v0.2.14 |
709 | 2024-09-09T17:12:17.768Z | Downloaded phf_shared v0.11.2 |
710 | 2024-09-09T17:12:17.768Z | Downloaded thread_local v1.1.8 |
711 | 2024-09-09T17:12:17.768Z | Downloaded thiserror-no-std v2.0.2 |
712 | 2024-09-09T17:12:17.793Z | Downloaded thiserror-impl-no-std v2.0.2 |
713 | 2024-09-09T17:12:17.793Z | Downloaded similar v2.6.0 |
714 | 2024-09-09T17:12:17.793Z | Downloaded rustyline v14.0.0 |
715 | 2024-09-09T17:12:17.793Z | Downloaded p521 v0.13.3 |
716 | 2024-09-09T17:12:17.793Z | Downloaded opaque-debug v0.3.1 |
717 | 2024-09-09T17:12:17.793Z | Downloaded hashbrown v0.12.3 |
718 | 2024-09-09T17:12:17.817Z | Downloaded unsafe-libyaml v0.2.11 |
719 | 2024-09-09T17:12:17.817Z | Downloaded unicode_categories v0.1.1 |
720 | 2024-09-09T17:12:17.817Z | Downloaded unicode-bidi v0.3.15 |
721 | 2024-09-09T17:12:17.817Z | Downloaded tungstenite v0.23.0 |
722 | 2024-09-09T17:12:17.817Z | Downloaded tungstenite v0.20.1 |
723 | 2024-09-09T17:12:17.817Z | Downloaded tracing-core v0.1.32 |
724 | 2024-09-09T17:12:17.817Z | Downloaded time v0.3.36 |
725 | 2024-09-09T17:12:17.841Z | Downloaded pretty-hex v0.2.1 |
726 | 2024-09-09T17:12:17.841Z | Downloaded phf_shared v0.10.0 |
727 | 2024-09-09T17:12:17.841Z | Downloaded termios v0.3.3 |
728 | 2024-09-09T17:12:17.841Z | Downloaded slog v2.7.0 |
729 | 2024-09-09T17:12:17.841Z | Downloaded p256 v0.13.2 |
730 | 2024-09-09T17:12:17.841Z | Downloaded flate2 v1.0.31 |
731 | 2024-09-09T17:12:17.841Z | Downloaded vte v0.11.1 |
732 | 2024-09-09T17:12:17.864Z | Downloaded tinyvec v1.6.0 |
733 | 2024-09-09T17:12:17.864Z | Downloaded termtree v0.4.1 |
734 | 2024-09-09T17:12:17.864Z | Downloaded siphasher v0.3.11 |
735 | 2024-09-09T17:12:17.864Z | Downloaded signature v2.2.0 |
736 | 2024-09-09T17:12:17.864Z | Downloaded signal-hook-mio v0.2.4 |
737 | 2024-09-09T17:12:17.864Z | Downloaded shlex v1.3.0 |
738 | 2024-09-09T17:12:17.864Z | Downloaded peg-macros v0.8.4 |
739 | 2024-09-09T17:12:17.864Z | Downloaded password-hash v0.5.0 |
740 | 2024-09-09T17:12:17.864Z | Downloaded parking_lot_core v0.8.6 |
741 | 2024-09-09T17:12:17.865Z | Downloaded parking_lot v0.12.2 |
742 | 2024-09-09T17:12:17.865Z | Downloaded openssl-sys v0.9.103 |
743 | 2024-09-09T17:12:17.888Z | Downloaded hickory-resolver v0.24.1 |
744 | 2024-09-09T17:12:17.888Z | Downloaded heapless v0.8.0 |
745 | 2024-09-09T17:12:17.888Z | Downloaded heapless v0.7.17 |
746 | 2024-09-09T17:12:17.888Z | Downloaded headers v0.3.9 |
747 | 2024-09-09T17:12:17.912Z | Downloaded hashbrown v0.13.2 |
748 | 2024-09-09T17:12:17.912Z | Downloaded globset v0.4.14 |
749 | 2024-09-09T17:12:17.912Z | Downloaded env_logger v0.9.3 |
750 | 2024-09-09T17:12:17.912Z | Downloaded enum-as-inner v0.5.1 |
751 | 2024-09-09T17:12:17.912Z | Downloaded embedded-io v0.4.0 |
752 | 2024-09-09T17:12:17.912Z | Downloaded either v1.13.0 |
753 | 2024-09-09T17:12:17.912Z | Downloaded ed25519 v2.2.3 |
754 | 2024-09-09T17:12:17.912Z | Downloaded dyn-clone v1.0.17 |
755 | 2024-09-09T17:12:17.912Z | Downloaded dropshot_endpoint v0.10.1 |
756 | 2024-09-09T17:12:17.912Z | Downloaded dirs-sys-next v0.1.2 |
757 | 2024-09-09T17:12:17.912Z | Downloaded wyz v0.5.1 |
758 | 2024-09-09T17:12:17.913Z | Downloaded whoami v1.5.1 |
759 | 2024-09-09T17:12:17.936Z | Downloaded walkdir v2.5.0 |
760 | 2024-09-09T17:12:17.936Z | Downloaded vergen v8.3.2 |
761 | 2024-09-09T17:12:17.936Z | Downloaded uzers v0.11.3 |
762 | 2024-09-09T17:12:17.936Z | Downloaded utf-8 v0.7.6 |
763 | 2024-09-09T17:12:17.936Z | Downloaded untrusted v0.9.0 |
764 | 2024-09-09T17:12:17.936Z | Downloaded unarray v0.1.4 |
765 | 2024-09-09T17:12:17.936Z | Downloaded tokio-tungstenite v0.21.0 |
766 | 2024-09-09T17:12:17.936Z | Downloaded tokio-stream v0.1.15 |
767 | 2024-09-09T17:12:17.936Z | Downloaded tokio-rustls v0.24.1 |
768 | 2024-09-09T17:12:17.936Z | Downloaded tokio-native-tls v0.3.1 |
769 | 2024-09-09T17:12:17.960Z | Downloaded tls_codec v0.4.1 |
770 | 2024-09-09T17:12:17.960Z | Downloaded time-macros v0.2.18 |
771 | 2024-09-09T17:12:17.960Z | Downloaded signal-hook-tokio v0.3.1 |
772 | 2024-09-09T17:12:17.960Z | Downloaded signal-hook-registry v1.4.2 |
773 | 2024-09-09T17:12:17.960Z | Downloaded pbkdf2 v0.12.2 |
774 | 2024-09-09T17:12:17.960Z | Downloaded pbkdf2 v0.11.0 |
775 | 2024-09-09T17:12:17.960Z | Downloaded paste v1.0.15 |
776 | 2024-09-09T17:12:17.960Z | Downloaded password-hash v0.4.2 |
777 | 2024-09-09T17:12:17.960Z | Downloaded parse-display-derive v0.10.0 |
778 | 2024-09-09T17:12:17.960Z | Downloaded parse-display v0.10.0 |
779 | 2024-09-09T17:12:17.960Z | Downloaded parking_lot_core v0.9.10 |
780 | 2024-09-09T17:12:17.960Z | Downloaded oso v0.27.3 |
781 | 2024-09-09T17:12:17.984Z | Downloaded omicron-zone-package v0.11.0 |
782 | 2024-09-09T17:12:17.984Z | Downloaded hmac v0.12.1 |
783 | 2024-09-09T17:12:17.984Z | Downloaded futures v0.3.30 |
784 | 2024-09-09T17:12:17.984Z | Downloaded try-lock v0.2.5 |
785 | 2024-09-09T17:12:17.984Z | Downloaded tower-service v0.3.2 |
786 | 2024-09-09T17:12:17.984Z | Downloaded topological-sort v0.2.2 |
787 | 2024-09-09T17:12:17.984Z | Downloaded pem-rfc7468 v0.7.0 |
788 | 2024-09-09T17:12:17.984Z | Downloaded pem v3.0.4 |
789 | 2024-09-09T17:12:17.984Z | Downloaded peg-runtime v0.8.3 |
790 | 2024-09-09T17:12:17.984Z | Downloaded peg v0.8.4 |
791 | 2024-09-09T17:12:18.007Z | Downloaded path-slash v0.1.5 |
792 | 2024-09-09T17:12:18.007Z | Downloaded parse-size v1.0.0 |
793 | 2024-09-09T17:12:18.007Z | Downloaded parking_lot v0.11.2 |
794 | 2024-09-09T17:12:18.007Z | Downloaded packed_struct_codegen v0.10.1 |
795 | 2024-09-09T17:12:18.008Z | Downloaded packed_struct v0.10.1 |
796 | 2024-09-09T17:12:18.008Z | Downloaded oso-derive v0.27.3 |
797 | 2024-09-09T17:12:18.008Z | Downloaded hex v0.4.3 |
798 | 2024-09-09T17:12:18.008Z | Downloaded hash32 v0.2.1 |
799 | 2024-09-09T17:12:18.008Z | Downloaded half v2.4.1 |
800 | 2024-09-09T17:12:18.008Z | Downloaded downcast v0.11.0 |
801 | 2024-09-09T17:12:18.008Z | Downloaded wait-timeout v0.2.0 |
802 | 2024-09-09T17:12:18.008Z | Downloaded csv v1.3.0 |
803 | 2024-09-09T17:12:18.031Z | Downloaded openssl-macros v0.1.1 |
804 | 2024-09-09T17:12:18.031Z | Downloaded olpc-cjson v0.1.3 |
805 | 2024-09-09T17:12:18.031Z | Downloaded highway v1.2.0 |
806 | 2024-09-09T17:12:18.055Z | Downloaded hickory-client v0.24.1 |
807 | 2024-09-09T17:12:18.055Z | Downloaded hex-literal v0.4.1 |
808 | 2024-09-09T17:12:18.055Z | Downloaded heck v0.3.3 |
809 | 2024-09-09T17:12:18.055Z | Downloaded headers-core v0.2.0 |
810 | 2024-09-09T17:12:18.055Z | Downloaded hashlink v0.9.1 |
811 | 2024-09-09T17:12:18.055Z | Downloaded hash32 v0.3.1 |
812 | 2024-09-09T17:12:18.055Z | Downloaded group v0.13.0 |
813 | 2024-09-09T17:12:18.055Z | Downloaded glob v0.3.1 |
814 | 2024-09-09T17:12:18.055Z | Downloaded ghash v0.5.1 |
815 | 2024-09-09T17:12:18.055Z | Downloaded getrandom v0.2.14 |
816 | 2024-09-09T17:12:18.055Z | Downloaded getopts v0.2.21 |
817 | 2024-09-09T17:12:18.055Z | Downloaded gethostname v0.5.0 |
818 | 2024-09-09T17:12:18.055Z | Downloaded fxhash v0.2.1 |
819 | 2024-09-09T17:12:18.055Z | Downloaded futures-task v0.3.30 |
820 | 2024-09-09T17:12:18.055Z | Downloaded futures-sink v0.3.30 |
821 | 2024-09-09T17:12:18.078Z | Downloaded futures-macro v0.3.30 |
822 | 2024-09-09T17:12:18.078Z | Downloaded futures-executor v0.3.30 |
823 | 2024-09-09T17:12:18.078Z | Downloaded futures-core v0.3.30 |
824 | 2024-09-09T17:12:18.078Z | Downloaded futures-channel v0.3.30 |
825 | 2024-09-09T17:12:18.078Z | Downloaded funty v2.0.0 |
826 | 2024-09-09T17:12:18.079Z | Downloaded fragile v2.0.0 |
827 | 2024-09-09T17:12:18.079Z | Downloaded foreign-types-shared v0.3.1 |
828 | 2024-09-09T17:12:18.079Z | Downloaded foreign-types-macros v0.2.3 |
829 | 2024-09-09T17:12:18.079Z | Downloaded foreign-types v0.5.0 |
830 | 2024-09-09T17:12:18.079Z | Downloaded foreign-types v0.3.2 |
831 | 2024-09-09T17:12:18.079Z | Downloaded flume v0.11.0 |
832 | 2024-09-09T17:12:18.079Z | Downloaded float-ord v0.3.2 |
833 | 2024-09-09T17:12:18.079Z | Downloaded fixedbitset v0.4.2 |
834 | 2024-09-09T17:12:18.079Z | Downloaded filetime v0.2.25 |
835 | 2024-09-09T17:12:18.079Z | Downloaded fd-lock v4.0.2 |
836 | 2024-09-09T17:12:18.102Z | Downloaded fallible-streaming-iterator v0.1.9 |
837 | 2024-09-09T17:12:18.102Z | Downloaded fallible-iterator v0.2.0 |
838 | 2024-09-09T17:12:18.102Z | Downloaded expectorate v1.1.0 |
839 | 2024-09-09T17:12:18.102Z | Downloaded zerocopy-derive v0.6.6 |
840 | 2024-09-09T17:12:18.102Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
841 | 2024-09-09T17:12:18.126Z | Downloaded form_urlencoded v1.2.1 |
842 | 2024-09-09T17:12:18.126Z | Downloaded foreign-types-shared v0.1.1 |
843 | 2024-09-09T17:12:18.126Z | Downloaded float-cmp v0.9.0 |
844 | 2024-09-09T17:12:18.126Z | Downloaded flagset v0.4.5 |
845 | 2024-09-09T17:12:18.126Z | Downloaded ff v0.13.0 |
846 | 2024-09-09T17:12:18.126Z | Downloaded fatfs v0.3.6 |
847 | 2024-09-09T17:12:18.126Z | Downloaded fallible-iterator v0.3.0 |
848 | 2024-09-09T17:12:18.126Z | Downloaded erased-serde v0.3.31 |
849 | 2024-09-09T17:12:18.126Z | Downloaded diesel v2.2.3 |
850 | 2024-09-09T17:12:18.150Z | Downloaded serde_plain v1.0.2 |
851 | 2024-09-09T17:12:18.173Z | Downloaded serde_derive_internals v0.29.1 |
852 | 2024-09-09T17:12:18.173Z | Downloaded semver v0.1.20 |
853 | 2024-09-09T17:12:18.173Z | Downloaded sct v0.7.1 |
854 | 2024-09-09T17:12:18.173Z | Downloaded schemars v0.8.21 |
855 | 2024-09-09T17:12:18.173Z | Downloaded samael v0.0.15 |
856 | 2024-09-09T17:12:18.197Z | Downloaded difflib v0.4.0 |
857 | 2024-09-09T17:12:18.197Z | Downloaded diff v0.1.13 |
858 | 2024-09-09T17:12:18.197Z | Downloaded diesel_table_macro_syntax v0.2.0 |
859 | 2024-09-09T17:12:18.197Z | Downloaded diesel_derives v2.2.2 |
860 | 2024-09-09T17:12:18.197Z | Downloaded dhcproto-macros v0.1.0 |
861 | 2024-09-09T17:12:18.197Z | Downloaded dhcproto v0.12.0 |
862 | 2024-09-09T17:12:18.197Z | Downloaded des v0.8.1 |
863 | 2024-09-09T17:12:18.197Z | Downloaded der_derive v0.7.2 |
864 | 2024-09-09T17:12:18.197Z | Downloaded der v0.7.9 |
865 | 2024-09-09T17:12:18.220Z | Downloaded zip v0.6.6 |
866 | 2024-09-09T17:12:18.220Z | Downloaded zeroize v1.7.0 |
867 | 2024-09-09T17:12:18.220Z | Downloaded zerocopy v0.6.6 |
868 | 2024-09-09T17:12:18.220Z | Downloaded object v0.30.4 |
869 | 2024-09-09T17:12:18.244Z | Downloaded nix v0.28.0 |
870 | 2024-09-09T17:12:18.244Z | Downloaded nix v0.27.1 |
871 | 2024-09-09T17:12:18.267Z | Downloaded libm v0.2.8 |
872 | 2024-09-09T17:12:18.267Z | Downloaded libloading v0.8.3 |
873 | 2024-09-09T17:12:18.267Z | Downloaded idna v0.5.0 |
874 | 2024-09-09T17:12:18.291Z | Downloaded idna v0.4.0 |
875 | 2024-09-09T17:12:18.291Z | Downloaded idna v0.3.0 |
876 | 2024-09-09T17:12:18.291Z | Downloaded idna v0.2.3 |
877 | 2024-09-09T17:12:18.319Z | Downloaded crypto-bigint v0.5.5 |
878 | 2024-09-09T17:12:18.319Z | Downloaded crossterm v0.27.0 |
879 | 2024-09-09T17:12:18.319Z | Downloaded crossbeam-channel v0.5.12 |
880 | 2024-09-09T17:12:18.320Z | Downloaded bstr v1.9.1 |
881 | 2024-09-09T17:12:18.345Z | Downloaded base64 v0.13.1 |
882 | 2024-09-09T17:12:18.345Z | Downloaded derive_builder_macro v0.20.0 |
883 | 2024-09-09T17:12:18.345Z | Downloaded derive_builder_core v0.20.0 |
884 | 2024-09-09T17:12:18.346Z | Downloaded derive_builder v0.20.0 |
885 | 2024-09-09T17:12:18.346Z | Downloaded derive-where v1.2.7 |
886 | 2024-09-09T17:12:18.346Z | Downloaded deranged v0.3.11 |
887 | 2024-09-09T17:12:18.369Z | Downloaded defmt-parser v0.3.4 |
888 | 2024-09-09T17:12:18.369Z | Downloaded defmt-macros v0.3.9 |
889 | 2024-09-09T17:12:18.369Z | Downloaded defmt v0.3.8 |
890 | 2024-09-09T17:12:18.369Z | Downloaded debug-ignore v1.0.5 |
891 | 2024-09-09T17:12:18.369Z | Downloaded data-encoding v2.6.0 |
892 | 2024-09-09T17:12:18.369Z | Downloaded zone_cfg_derive v0.3.0 |
893 | 2024-09-09T17:12:18.369Z | Downloaded zone_cfg_derive v0.1.2 |
894 | 2024-09-09T17:12:18.369Z | Downloaded zone v0.3.0 |
895 | 2024-09-09T17:12:18.369Z | Downloaded zone v0.1.8 |
896 | 2024-09-09T17:12:18.369Z | Downloaded zeroize_derive v1.4.2 |
897 | 2024-09-09T17:12:18.369Z | Downloaded yasna v0.5.2 |
898 | 2024-09-09T17:12:18.369Z | Downloaded xattr v1.3.1 |
899 | 2024-09-09T17:12:18.369Z | Downloaded sha1 v0.10.6 |
900 | 2024-09-09T17:12:18.369Z | Downloaded serde_yaml v0.9.34+deprecated |
901 | 2024-09-09T17:12:18.393Z | Downloaded serde_with_macros v3.9.0 |
902 | 2024-09-09T17:12:18.393Z | Downloaded serde_with v3.9.0 |
903 | 2024-09-09T17:12:18.393Z | Downloaded serde_urlencoded v0.7.1 |
904 | 2024-09-09T17:12:18.393Z | Downloaded serde_repr v0.1.19 |
905 | 2024-09-09T17:12:18.393Z | Downloaded serde_path_to_error v0.1.16 |
906 | 2024-09-09T17:12:18.393Z | Downloaded serde_arrays v0.1.0 |
907 | 2024-09-09T17:12:18.393Z | Downloaded serde-hex v0.1.0 |
908 | 2024-09-09T17:12:18.393Z | Downloaded serde-big-array v0.5.1 |
909 | 2024-09-09T17:12:18.417Z | Downloaded secrecy v0.8.0 |
910 | 2024-09-09T17:12:18.417Z | Downloaded sec1 v0.7.3 |
911 | 2024-09-09T17:12:18.417Z | Downloaded scrypt v0.11.0 |
912 | 2024-09-09T17:12:18.417Z | Downloaded scopeguard v1.2.0 |
913 | 2024-09-09T17:12:18.417Z | Downloaded schemars_derive v0.8.21 |
914 | 2024-09-09T17:12:18.417Z | Downloaded scheduled-thread-pool v0.2.7 |
915 | 2024-09-09T17:12:18.417Z | Downloaded same-file v1.0.6 |
916 | 2024-09-09T17:12:18.417Z | Downloaded num_enum_derive v0.5.11 |
917 | 2024-09-09T17:12:18.417Z | Downloaded num-traits v0.2.19 |
918 | 2024-09-09T17:12:18.417Z | Downloaded num-rational v0.4.2 |
919 | 2024-09-09T17:12:18.417Z | Downloaded num-iter v0.1.45 |
920 | 2024-09-09T17:12:18.417Z | Downloaded num-derive v0.4.2 |
921 | 2024-09-09T17:12:18.417Z | Downloaded num-complex v0.4.6 |
922 | 2024-09-09T17:12:18.417Z | Downloaded num-bigint-dig v0.8.4 |
923 | 2024-09-09T17:12:18.441Z | Downloaded num-bigint v0.4.5 |
924 | 2024-09-09T17:12:18.441Z | Downloaded num v0.4.3 |
925 | 2024-09-09T17:12:18.441Z | Downloaded nom v7.1.3 |
926 | 2024-09-09T17:12:18.441Z | Downloaded nodrop v0.1.14 |
927 | 2024-09-09T17:12:18.441Z | Downloaded native-tls v0.2.11 |
928 | 2024-09-09T17:12:18.441Z | Downloaded multimap v0.10.0 |
929 | 2024-09-09T17:12:18.464Z | Downloaded multer v3.1.0 |
930 | 2024-09-09T17:12:18.464Z | Downloaded mockall_derive v0.13.0 |
931 | 2024-09-09T17:12:18.464Z | Downloaded mio v1.0.2 |
932 | 2024-09-09T17:12:18.464Z | Downloaded mio v0.8.11 |
933 | 2024-09-09T17:12:18.464Z | Downloaded miniz_oxide v0.7.2 |
934 | 2024-09-09T17:12:18.464Z | Downloaded minimal-lexical v0.2.1 |
935 | 2024-09-09T17:12:18.488Z | Downloaded mime_guess v2.0.4 |
936 | 2024-09-09T17:12:18.488Z | Downloaded memoffset v0.9.1 |
937 | 2024-09-09T17:12:18.488Z | Downloaded memmap2 v0.9.4 |
938 | 2024-09-09T17:12:18.488Z | Downloaded md5 v0.7.0 |
939 | 2024-09-09T17:12:18.488Z | Downloaded maybe-uninit v2.0.0 |
940 | 2024-09-09T17:12:18.488Z | Downloaded match_cfg v0.1.0 |
941 | 2024-09-09T17:12:18.488Z | Downloaded managed v0.8.0 |
942 | 2024-09-09T17:12:18.488Z | Downloaded linked-hash-map v0.5.6 |
943 | 2024-09-09T17:12:18.488Z | Downloaded linear-map v1.2.0 |
944 | 2024-09-09T17:12:18.488Z | Downloaded libxml v0.3.3 |
945 | 2024-09-09T17:12:18.511Z | Downloaded lazycell v1.3.0 |
946 | 2024-09-09T17:12:18.511Z | Downloaded lalrpop-util v0.19.12 |
947 | 2024-09-09T17:12:18.511Z | Downloaded lalrpop v0.19.12 |
948 | 2024-09-09T17:12:18.511Z | Downloaded kstat-rs v0.2.4 |
949 | 2024-09-09T17:12:18.512Z | Downloaded jobserver v0.1.32 |
950 | 2024-09-09T17:12:18.512Z | Downloaded itertools v0.13.0 |
951 | 2024-09-09T17:12:18.535Z | Downloaded itertools v0.12.1 |
952 | 2024-09-09T17:12:18.535Z | Downloaded itertools v0.10.5 |
953 | 2024-09-09T17:12:18.535Z | Downloaded is_ci v1.2.0 |
954 | 2024-09-09T17:12:18.558Z | Downloaded is-terminal v0.4.12 |
955 | 2024-09-09T17:12:18.558Z | Downloaded ipnet v2.9.0 |
956 | 2024-09-09T17:12:18.558Z | Downloaded instant v0.1.12 |
957 | 2024-09-09T17:12:18.558Z | Downloaded inout v0.1.3 |
958 | 2024-09-09T17:12:18.558Z | Downloaded indicatif v0.17.8 |
959 | 2024-09-09T17:12:18.558Z | Downloaded indexmap v1.9.3 |
960 | 2024-09-09T17:12:18.558Z | Downloaded indent_write v2.2.0 |
961 | 2024-09-09T17:12:18.558Z | Downloaded ident_case v1.0.1 |
962 | 2024-09-09T17:12:18.558Z | Downloaded iana-time-zone v0.1.60 |
963 | 2024-09-09T17:12:18.559Z | Downloaded hyper-tls v0.5.0 |
964 | 2024-09-09T17:12:18.559Z | Downloaded hyper-rustls v0.24.2 |
965 | 2024-09-09T17:12:18.582Z | Downloaded hyper v0.14.30 |
966 | 2024-09-09T17:12:18.582Z | Downloaded humantime v2.1.0 |
967 | 2024-09-09T17:12:18.582Z | Downloaded crossbeam-epoch v0.9.18 |
968 | 2024-09-09T17:12:18.582Z | Downloaded cfg_aliases v0.1.1 |
969 | 2024-09-09T17:12:18.582Z | Downloaded cexpr v0.6.0 |
970 | 2024-09-09T17:12:18.582Z | Downloaded cassowary v0.3.0 |
971 | 2024-09-09T17:12:18.582Z | Downloaded blake3 v1.5.1 |
972 | 2024-09-09T17:12:18.606Z | Downloaded blake2 v0.10.6 |
973 | 2024-09-09T17:12:18.606Z | Downloaded backtrace v0.3.71 |
974 | 2024-09-09T17:12:18.606Z | Downloaded num_threads v0.1.7 |
975 | 2024-09-09T17:12:18.606Z | Downloaded num_enum v0.5.11 |
976 | 2024-09-09T17:12:18.606Z | Downloaded num-integer v0.1.46 |
977 | 2024-09-09T17:12:18.606Z | Downloaded num-conv v0.1.0 |
978 | 2024-09-09T17:12:18.606Z | Downloaded nu-ansi-term v0.50.0 |
979 | 2024-09-09T17:12:18.629Z | Downloaded normalize-line-endings v0.3.0 |
980 | 2024-09-09T17:12:18.629Z | Downloaded nibble_vec v0.1.0 |
981 | 2024-09-09T17:12:18.629Z | Downloaded newtype_derive v0.1.6 |
982 | 2024-09-09T17:12:18.629Z | Downloaded newtype-uuid v1.1.0 |
983 | 2024-09-09T17:12:18.629Z | Downloaded newline-converter v0.3.0 |
984 | 2024-09-09T17:12:18.630Z | Downloaded new_debug_unreachable v1.0.6 |
985 | 2024-09-09T17:12:18.630Z | Downloaded nanorand v0.7.0 |
986 | 2024-09-09T17:12:18.630Z | Downloaded mockall v0.13.0 |
987 | 2024-09-09T17:12:18.630Z | Downloaded mime v0.3.17 |
988 | 2024-09-09T17:12:18.630Z | Downloaded md-5 v0.10.6 |
989 | 2024-09-09T17:12:18.630Z | Downloaded matches v0.1.10 |
990 | 2024-09-09T17:12:18.630Z | Downloaded maplit v1.0.2 |
991 | 2024-09-09T17:12:18.630Z | Downloaded lru-cache v0.1.2 |
992 | 2024-09-09T17:12:18.630Z | Downloaded lru v0.12.3 |
993 | 2024-09-09T17:12:18.630Z | Downloaded lock_api v0.4.12 |
994 | 2024-09-09T17:12:18.630Z | Downloaded libsw v3.3.1 |
995 | 2024-09-09T17:12:18.654Z | Downloaded libefi-sys v0.1.0 |
996 | 2024-09-09T17:12:18.654Z | Downloaded lazy_static v1.5.0 |
997 | 2024-09-09T17:12:18.654Z | Downloaded keccak v0.1.5 |
998 | 2024-09-09T17:12:18.654Z | Downloaded ipnetwork v0.20.0 |
999 | 2024-09-09T17:12:18.654Z | Downloaded internet-checksum v0.2.1 |
1000 | 2024-09-09T17:12:18.654Z | Downloaded instability v0.3.2 |
1001 | 2024-09-09T17:12:18.654Z | Downloaded indoc v1.0.9 |
1002 | 2024-09-09T17:12:18.654Z | Downloaded impl-trait-for-tuples v0.2.2 |
1003 | 2024-09-09T17:12:18.654Z | Downloaded httpdate v1.0.3 |
1004 | 2024-09-09T17:12:18.654Z | Downloaded httparse v1.8.0 |
1005 | 2024-09-09T17:12:18.654Z | Downloaded http-body v0.4.6 |
1006 | 2024-09-09T17:12:18.654Z | Downloaded http v1.1.0 |
1007 | 2024-09-09T17:12:18.677Z | Downloaded http v0.2.12 |
1008 | 2024-09-09T17:12:18.677Z | Downloaded hostname v0.4.0 |
1009 | 2024-09-09T17:12:18.677Z | Downloaded hostname v0.3.1 |
1010 | 2024-09-09T17:12:18.677Z | Downloaded home v0.5.9 |
1011 | 2024-09-09T17:12:18.677Z | Downloaded hickory-server v0.24.1 |
1012 | 2024-09-09T17:12:18.678Z | Downloaded darling_macro v0.20.9 |
1013 | 2024-09-09T17:12:18.678Z | Downloaded darling_core v0.20.9 |
1014 | 2024-09-09T17:12:18.678Z | Downloaded curve25519-dalek-derive v0.1.1 |
1015 | 2024-09-09T17:12:18.701Z | Downloaded curve25519-dalek v4.1.3 |
1016 | 2024-09-09T17:12:18.701Z | Downloaded ctr v0.9.2 |
1017 | 2024-09-09T17:12:18.701Z | Downloaded crucible-workspace-hack v0.1.0 |
1018 | 2024-09-09T17:12:18.701Z | Downloaded crossterm v0.28.1 |
1019 | 2024-09-09T17:12:18.701Z | Downloaded crc-catalog v2.4.0 |
1020 | 2024-09-09T17:12:18.701Z | Downloaded crc v3.2.1 |
1021 | 2024-09-09T17:12:18.724Z | Downloaded cookie_store v0.20.0 |
1022 | 2024-09-09T17:12:18.724Z | Downloaded cookie v0.18.1 |
1023 | 2024-09-09T17:12:18.725Z | Downloaded cookie v0.17.0 |
1024 | 2024-09-09T17:12:18.725Z | Downloaded convert_case v0.4.0 |
1025 | 2024-09-09T17:12:18.725Z | Downloaded constant_time_eq v0.3.0 |
1026 | 2024-09-09T17:12:18.725Z | Downloaded const_format_proc_macros v0.2.32 |
1027 | 2024-09-09T17:12:18.725Z | Downloaded const_format v0.2.32 |
1028 | 2024-09-09T17:12:18.725Z | Downloaded const-oid v0.9.6 |
1029 | 2024-09-09T17:12:18.748Z | Downloaded compact_str v0.8.0 |
1030 | 2024-09-09T17:12:18.748Z | Downloaded clang-sys v1.7.0 |
1031 | 2024-09-09T17:12:18.748Z | Downloaded ciborium-ll v0.2.2 |
1032 | 2024-09-09T17:12:18.748Z | Downloaded ciborium v0.2.2 |
1033 | 2024-09-09T17:12:18.748Z | Downloaded chrono v0.4.38 |
1034 | 2024-09-09T17:12:18.748Z | Downloaded chacha20poly1305 v0.10.1 |
1035 | 2024-09-09T17:12:18.748Z | Downloaded bytes v1.7.1 |
1036 | 2024-09-09T17:12:18.771Z | Downloaded block-padding v0.3.3 |
1037 | 2024-09-09T17:12:18.771Z | Downloaded bitvec v1.0.1 |
1038 | 2024-09-09T17:12:18.795Z | Downloaded bitstruct_derive v0.1.0 |
1039 | 2024-09-09T17:12:18.795Z | Downloaded bitflags v1.3.2 |
1040 | 2024-09-09T17:12:18.795Z | Downloaded bitfield-struct v0.6.1 |
1041 | 2024-09-09T17:12:18.795Z | Downloaded bitfield v0.14.0 |
1042 | 2024-09-09T17:12:18.795Z | Downloaded bit-vec v0.6.3 |
1043 | 2024-09-09T17:12:18.795Z | Downloaded bit-set v0.5.3 |
1044 | 2024-09-09T17:12:18.795Z | Downloaded bindgen v0.69.4 |
1045 | 2024-09-09T17:12:18.795Z | Downloaded bcs v0.1.6 |
1046 | 2024-09-09T17:12:18.795Z | Downloaded bcrypt-pbkdf v0.10.0 |
1047 | 2024-09-09T17:12:18.818Z | Downloaded bb8 v0.8.5 |
1048 | 2024-09-09T17:12:18.818Z | Downloaded base64ct v1.6.0 |
1049 | 2024-09-09T17:12:18.818Z | Downloaded base64 v0.22.1 |
1050 | 2024-09-09T17:12:18.818Z | Downloaded base64 v0.21.7 |
1051 | 2024-09-09T17:12:18.818Z | Downloaded base16ct v0.2.0 |
1052 | 2024-09-09T17:12:18.818Z | Downloaded backoff v0.4.0 |
1053 | 2024-09-09T17:12:18.818Z | Downloaded atty v0.2.14 |
1054 | 2024-09-09T17:12:18.819Z | Downloaded atomic-waker v1.1.2 |
1055 | 2024-09-09T17:12:18.819Z | Downloaded async-trait v0.1.81 |
1056 | 2024-09-09T17:12:18.842Z | Downloaded async-stream-impl v0.3.5 |
1057 | 2024-09-09T17:12:18.842Z | Downloaded async-stream v0.3.5 |
1058 | 2024-09-09T17:12:18.842Z | Downloaded async-recursion v1.1.1 |
1059 | 2024-09-09T17:12:18.842Z | Downloaded async-bb8-diesel v0.2.1 |
1060 | 2024-09-09T17:12:18.842Z | Downloaded assert_matches v1.5.0 |
1061 | 2024-09-09T17:12:18.842Z | Downloaded ascii-canvas v3.0.0 |
1062 | 2024-09-09T17:12:18.842Z | Downloaded ascii v1.1.0 |
1063 | 2024-09-09T17:12:18.842Z | Downloaded arrayvec v0.7.4 |
1064 | 2024-09-09T17:12:18.842Z | Downloaded arrayref v0.3.7 |
1065 | 2024-09-09T17:12:18.842Z | Downloaded array-init v0.0.4 |
1066 | 2024-09-09T17:12:18.842Z | Downloaded argon2 v0.5.3 |
1067 | 2024-09-09T17:12:18.842Z | Downloaded arc-swap v1.7.1 |
1068 | 2024-09-09T17:12:18.866Z | Downloaded allocator-api2 v0.2.18 |
1069 | 2024-09-09T17:12:18.866Z | Downloaded aho-corasick v1.1.3 |
1070 | 2024-09-09T17:12:18.866Z | Downloaded ahash v0.8.11 |
1071 | 2024-09-09T17:12:18.866Z | Downloaded aes-gcm v0.10.3 |
1072 | 2024-09-09T17:12:18.866Z | Downloaded aes v0.8.4 |
1073 | 2024-09-09T17:12:18.889Z | Downloaded hubpack_derive v0.1.1 |
1074 | 2024-09-09T17:12:18.889Z | Downloaded hubpack v0.1.2 |
1075 | 2024-09-09T17:12:18.889Z | Downloaded http-range v0.1.5 |
1076 | 2024-09-09T17:12:18.889Z | Downloaded darling v0.20.9 |
1077 | 2024-09-09T17:12:18.889Z | Downloaded csv-core v0.1.11 |
1078 | 2024-09-09T17:12:18.889Z | Downloaded crossbeam-utils v0.8.19 |
1079 | 2024-09-09T17:12:18.890Z | Downloaded crossbeam-deque v0.8.5 |
1080 | 2024-09-09T17:12:18.890Z | Downloaded crc32fast v1.4.0 |
1081 | 2024-09-09T17:12:18.890Z | Downloaded crc-any v2.5.0 |
1082 | 2024-09-09T17:12:18.890Z | Downloaded console v0.15.8 |
1083 | 2024-09-09T17:12:18.914Z | Downloaded colored v2.1.0 |
1084 | 2024-09-09T17:12:18.914Z | Downloaded chacha20 v0.9.1 |
1085 | 2024-09-09T17:12:18.914Z | Downloaded cc v1.0.97 |
1086 | 2024-09-09T17:12:18.914Z | Downloaded cbc v0.1.2 |
1087 | 2024-09-09T17:12:18.914Z | Downloaded castaway v0.2.3 |
1088 | 2024-09-09T17:12:18.914Z | Downloaded cancel-safe-futures v0.1.5 |
1089 | 2024-09-09T17:12:18.914Z | Downloaded bzip2 v0.4.4 |
1090 | 2024-09-09T17:12:18.914Z | Downloaded buf-list v1.0.3 |
1091 | 2024-09-09T17:12:18.914Z | Downloaded blowfish v0.9.1 |
1092 | 2024-09-09T17:12:18.914Z | Downloaded aead v0.5.2 |
1093 | 2024-09-09T17:12:18.914Z | Downloaded adler v1.0.2 |
1094 | 2024-09-09T17:12:18.937Z | Downloaded addr2line v0.21.0 |
1095 | 2024-09-09T17:12:18.937Z | Downloaded crunchy v0.2.2 |
1096 | 2024-09-09T17:12:18.937Z | Downloaded cobs v0.2.3 |
1097 | 2024-09-09T17:12:18.937Z | Downloaded cipher v0.4.4 |
1098 | 2024-09-09T17:12:18.937Z | Downloaded ciborium-io v0.2.2 |
1099 | 2024-09-09T17:12:18.937Z | Downloaded bitstruct v0.1.1 |
1100 | 2024-09-09T17:12:19.044Z | Compiling serde v1.0.208 |
1101 | 2024-09-09T17:12:19.068Z | Compiling typenum v1.17.0 |
1102 | 2024-09-09T17:12:19.068Z | Compiling generic-array v0.14.7 |
1103 | 2024-09-09T17:12:19.068Z | Compiling lock_api v0.4.12 |
1104 | 2024-09-09T17:12:19.068Z | Compiling scopeguard v1.2.0 |
1105 | 2024-09-09T17:12:19.068Z | Compiling log v0.4.21 |
1106 | 2024-09-09T17:12:19.068Z | Compiling syn v2.0.74 |
1107 | 2024-09-09T17:12:19.068Z | Compiling getrandom v0.2.14 |
1108 | 2024-09-09T17:12:19.286Z | Compiling jobserver v0.1.32 |
1109 | 2024-09-09T17:12:19.518Z | Compiling rand_core v0.6.4 |
1110 | 2024-09-09T17:12:19.639Z | Compiling cc v1.0.97 |
1111 | 2024-09-09T17:12:19.662Z | Compiling subtle v2.5.0 |
1112 | 2024-09-09T17:12:19.734Z | Compiling const-oid v0.9.6 |
1113 | 2024-09-09T17:12:19.987Z | Compiling smallvec v1.13.2 |
1114 | 2024-09-09T17:12:20.011Z | Compiling pin-project-lite v0.2.14 |
1115 | 2024-09-09T17:12:20.034Z | Compiling parking_lot_core v0.9.10 |
1116 | 2024-09-09T17:12:20.132Z | Compiling signal-hook-registry v1.4.2 |
1117 | 2024-09-09T17:12:20.155Z | Compiling spin v0.9.8 |
1118 | 2024-09-09T17:12:20.370Z | Compiling mio v1.0.2 |
1119 | 2024-09-09T17:12:20.508Z | Compiling ahash v0.8.11 |
1120 | 2024-09-09T17:12:21.157Z | Compiling parking_lot v0.12.2 |
1121 | 2024-09-09T17:12:21.204Z | Compiling tinyvec_macros v0.1.1 |
1122 | 2024-09-09T17:12:21.305Z | Compiling tinyvec v1.6.0 |
1123 | 2024-09-09T17:12:21.516Z | Compiling socket2 v0.5.7 |
1124 | 2024-09-09T17:12:21.579Z | Compiling serde_json v1.0.125 |
1125 | 2024-09-09T17:12:21.787Z | Compiling futures-sink v0.3.30 |
1126 | 2024-09-09T17:12:21.857Z | Compiling libm v0.2.8 |
1127 | 2024-09-09T17:12:21.983Z | Compiling cpufeatures v0.2.12 |
1128 | 2024-09-09T17:12:22.023Z | Compiling futures-core v0.3.30 |
1129 | 2024-09-09T17:12:22.148Z | Compiling slab v0.4.9 |
1130 | 2024-09-09T17:12:22.172Z | Compiling num-traits v0.2.19 |
1131 | 2024-09-09T17:12:22.404Z | Compiling unicode-bidi v0.3.15 |
1132 | 2024-09-09T17:12:22.435Z | Compiling allocator-api2 v0.2.18 |
1133 | 2024-09-09T17:12:22.731Z | Compiling unicode-normalization v0.1.23 |
1134 | 2024-09-09T17:12:22.921Z | Compiling futures-channel v0.3.30 |
1135 | 2024-09-09T17:12:23.237Z | Compiling vcpkg v0.2.15 |
1136 | 2024-09-09T17:12:23.325Z | Compiling futures-io v0.3.30 |
1137 | 2024-09-09T17:12:23.349Z | Compiling pin-utils v0.1.0 |
1138 | 2024-09-09T17:12:23.445Z | Compiling futures-task v0.3.30 |
1139 | 2024-09-09T17:12:23.630Z | Compiling pkg-config v0.3.30 |
1140 | 2024-09-09T17:12:23.774Z | Compiling base64ct v1.6.0 |
1141 | 2024-09-09T17:12:23.849Z | Compiling ring v0.17.8 |
1142 | 2024-09-09T17:12:23.883Z | Compiling percent-encoding v2.3.1 |
1143 | 2024-09-09T17:12:24.032Z | Compiling flagset v0.4.5 |
1144 | 2024-09-09T17:12:24.226Z | Compiling pem-rfc7468 v0.7.0 |
1145 | 2024-09-09T17:12:24.252Z | Compiling ppv-lite86 v0.2.17 |
1146 | 2024-09-09T17:12:24.350Z | Compiling tracing-core v0.1.32 |
1147 | 2024-09-09T17:12:24.901Z | Compiling rand_chacha v0.3.1 |
1148 | 2024-09-09T17:12:24.925Z | Compiling rustix v0.38.34 |
1149 | 2024-09-09T17:12:24.998Z | Compiling untrusted v0.9.0 |
1150 | 2024-09-09T17:12:25.157Z | Compiling powerfmt v0.2.0 |
1151 | 2024-09-09T17:12:25.180Z | Compiling openssl-sys v0.9.103 |
1152 | 2024-09-09T17:12:25.426Z | Compiling rand v0.8.5 |
1153 | 2024-09-09T17:12:25.517Z | Compiling num-conv v0.1.0 |
1154 | 2024-09-09T17:12:25.558Z | Compiling httparse v1.8.0 |
1155 | 2024-09-09T17:12:25.720Z | Compiling openssl v0.10.66 |
1156 | 2024-09-09T17:12:25.824Z | Compiling foreign-types-shared v0.1.1 |
1157 | 2024-09-09T17:12:25.924Z | Compiling time-core v0.1.2 |
1158 | 2024-09-09T17:12:26.004Z | Compiling rustversion v1.0.17 |
1159 | 2024-09-09T17:12:26.084Z | Compiling time-macros v0.2.18 |
1160 | 2024-09-09T17:12:26.137Z | Compiling foreign-types v0.3.2 |
1161 | 2024-09-09T17:12:26.230Z | Compiling deranged v0.3.11 |
1162 | 2024-09-09T17:12:26.739Z | Compiling form_urlencoded v1.2.1 |
1163 | 2024-09-09T17:12:26.763Z | Compiling aho-corasick v1.1.3 |
1164 | 2024-09-09T17:12:27.032Z | Compiling rustls v0.21.12 |
1165 | 2024-09-09T17:12:27.173Z | Compiling try-lock v0.2.5 |
1166 | 2024-09-09T17:12:27.265Z | Compiling crossbeam-utils v0.8.19 |
1167 | 2024-09-09T17:12:27.317Z | Compiling regex-syntax v0.8.4 |
1168 | 2024-09-09T17:12:27.375Z | Compiling syn v1.0.109 |
1169 | 2024-09-09T17:12:27.814Z | Compiling num_threads v0.1.7 |
1170 | 2024-09-09T17:12:27.837Z | Compiling native-tls v0.2.11 |
1171 | 2024-09-09T17:12:27.939Z | Compiling siphasher v0.3.11 |
1172 | 2024-09-09T17:12:28.059Z | Compiling want v0.3.1 |
1173 | 2024-09-09T17:12:28.320Z | Compiling idna v0.5.0 |
1174 | 2024-09-09T17:12:28.797Z | Compiling time v0.3.36 |
1175 | 2024-09-09T17:12:28.867Z | Compiling cookie v0.17.0 |
1176 | 2024-09-09T17:12:29.153Z | Compiling adler v1.0.2 |
1177 | 2024-09-09T17:12:29.397Z | Compiling finl_unicode v1.2.0 |
1178 | 2024-09-09T17:12:29.444Z | Compiling httpdate v1.0.3 |
1179 | 2024-09-09T17:12:29.769Z | Compiling iana-time-zone v0.1.60 |
1180 | 2024-09-09T17:12:29.915Z | Compiling tower-service v0.3.2 |
1181 | 2024-09-09T17:12:29.971Z | Compiling slog v2.7.0 |
1182 | 2024-09-09T17:12:30.038Z | Compiling openssl-probe v0.1.5 |
1183 | 2024-09-09T17:12:30.201Z | Compiling stringprep v0.1.4 |
1184 | 2024-09-09T17:12:30.350Z | Compiling regex-automata v0.4.6 |
1185 | 2024-09-09T17:12:30.498Z | Compiling miniz_oxide v0.7.2 |
1186 | 2024-09-09T17:12:31.344Z | Compiling url v2.5.2 |
1187 | 2024-09-09T17:12:31.877Z | Compiling sct v0.7.1 |
1188 | 2024-09-09T17:12:32.158Z | Compiling rustls-webpki v0.101.7 |
1189 | 2024-09-09T17:12:32.263Z | Compiling serde_derive v1.0.208 |
1190 | 2024-09-09T17:12:32.537Z | Compiling zeroize_derive v1.4.2 |
1191 | 2024-09-09T17:12:32.968Z | Compiling zerocopy-derive v0.7.34 |
1192 | 2024-09-09T17:12:32.991Z | Compiling tokio-macros v2.4.0 |
1193 | 2024-09-09T17:12:33.136Z | Compiling thiserror-impl v1.0.63 |
1194 | 2024-09-09T17:12:33.431Z | Compiling futures-macro v0.3.30 |
1195 | 2024-09-09T17:12:33.794Z | Compiling der_derive v0.7.2 |
1196 | 2024-09-09T17:12:33.843Z | Compiling zeroize v1.7.0 |
1197 | 2024-09-09T17:12:34.408Z | Compiling tracing-attributes v0.1.27 |
1198 | 2024-09-09T17:12:34.971Z | Compiling zerocopy v0.7.34 |
1199 | 2024-09-09T17:12:35.187Z | Compiling futures-util v0.3.30 |
1200 | 2024-09-09T17:12:35.464Z | Compiling crypto-common v0.1.6 |
1201 | 2024-09-09T17:12:35.730Z | Compiling block-buffer v0.10.4 |
1202 | 2024-09-09T17:12:35.976Z | Compiling digest v0.10.7 |
1203 | 2024-09-09T17:12:35.999Z | Compiling block-padding v0.3.3 |
1204 | 2024-09-09T17:12:35.999Z | Compiling thiserror v1.0.63 |
1205 | 2024-09-09T17:12:36.154Z | Compiling pest v2.7.10 |
1206 | 2024-09-09T17:12:36.237Z | Compiling inout v0.1.3 |
1207 | 2024-09-09T17:12:36.411Z | Compiling hmac v0.12.1 |
1208 | 2024-09-09T17:12:36.491Z | Compiling cipher v0.4.4 |
1209 | 2024-09-09T17:12:36.639Z | Compiling sha2 v0.10.8 |
1210 | 2024-09-09T17:12:36.959Z | Compiling hashbrown v0.14.5 |
1211 | 2024-09-09T17:12:36.982Z | Compiling salsa20 v0.10.2 |
1212 | 2024-09-09T17:12:37.221Z | Compiling pbkdf2 v0.12.2 |
1213 | 2024-09-09T17:12:37.354Z | Compiling der v0.7.9 |
1214 | 2024-09-09T17:12:37.682Z | Compiling scroll_derive v0.12.0 |
1215 | 2024-09-09T17:12:38.170Z | Compiling tracing v0.1.40 |
1216 | 2024-09-09T17:12:38.638Z | Compiling pest_meta v2.7.10 |
1217 | 2024-09-09T17:12:38.703Z | Compiling scrypt v0.11.0 |
1218 | 2024-09-09T17:12:38.964Z | Compiling scroll v0.12.0 |
1219 | 2024-09-09T17:12:39.238Z | Compiling spki v0.7.3 |
1220 | 2024-09-09T17:12:39.403Z | Compiling aes v0.8.4 |
1221 | 2024-09-09T17:12:39.513Z | Compiling cbc v0.1.2 |
1222 | 2024-09-09T17:12:39.588Z | Compiling goblin v0.8.2 |
1223 | 2024-09-09T17:12:39.728Z | Compiling openssl-macros v0.1.1 |
1224 | 2024-09-09T17:12:40.254Z | Compiling pest_generator v2.7.10 |
1225 | 2024-09-09T17:12:40.387Z | Compiling pkcs5 v0.7.1 |
1226 | 2024-09-09T17:12:40.620Z | Compiling md-5 v0.10.6 |
1227 | 2024-09-09T17:12:41.483Z | Compiling pkcs8 v0.10.2 |
1228 | 2024-09-09T17:12:41.679Z | Compiling num-integer v0.1.46 |
1229 | 2024-09-09T17:12:41.990Z | Compiling backtrace v0.3.71 |
1230 | 2024-09-09T17:12:42.125Z | Compiling idna v0.3.0 |
1231 | 2024-09-09T17:12:42.346Z | Compiling lazy_static v1.5.0 |
1232 | 2024-09-09T17:12:42.401Z | Compiling hash32 v0.2.1 |
1233 | 2024-09-09T17:12:42.467Z | Compiling base64 v0.22.1 |
1234 | 2024-09-09T17:12:42.732Z | Compiling gimli v0.28.1 |
1235 | 2024-09-09T17:12:42.980Z | Compiling pest_derive v2.7.10 |
1236 | 2024-09-09T17:12:43.137Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2024-09-09T17:12:43.235Z | Compiling psl-types v2.0.11 |
1238 | 2024-09-09T17:12:43.406Z | Compiling crc32fast v1.4.0 |
1239 | 2024-09-09T17:12:43.430Z | Compiling cfg_aliases v0.1.1 |
1240 | 2024-09-09T17:12:43.538Z | Compiling smoltcp v0.9.1 |
1241 | 2024-09-09T17:12:43.674Z | Compiling dtrace-parser v0.2.0 |
1242 | 2024-09-09T17:12:43.875Z | Compiling signal-hook v0.3.17 |
1243 | 2024-09-09T17:12:44.142Z | Compiling fallible-iterator v0.2.0 |
1244 | 2024-09-09T17:12:44.217Z | Compiling num-bigint-dig v0.8.4 |
1245 | 2024-09-09T17:12:44.549Z | Compiling bytes v1.7.1 |
1246 | 2024-09-09T17:12:44.677Z | Compiling bitflags v2.6.0 |
1247 | 2024-09-09T17:12:45.130Z | Compiling indexmap v2.4.0 |
1248 | 2024-09-09T17:12:45.693Z | Compiling tokio v1.39.3 |
1249 | 2024-09-09T17:12:45.835Z | Compiling http v0.2.12 |
1250 | 2024-09-09T17:12:46.498Z | Compiling semver v1.0.23 |
1251 | 2024-09-09T17:12:47.180Z | Compiling rustc_version v0.4.0 |
1252 | 2024-09-09T17:12:47.673Z | Compiling http-body v0.4.6 |
1253 | 2024-09-09T17:12:47.891Z | Compiling heapless v0.7.17 |
1254 | 2024-09-09T17:12:48.080Z | Compiling dof v0.3.0 |
1255 | 2024-09-09T17:12:48.276Z | Compiling uuid v1.10.0 |
1256 | 2024-09-09T17:12:48.649Z | Compiling toml_datetime v0.6.8 |
1257 | 2024-09-09T17:12:48.704Z | Compiling serde_tokenstream v0.2.2 |
1258 | 2024-09-09T17:12:49.110Z | Compiling usdt-impl v0.5.0 |
1259 | 2024-09-09T17:12:49.265Z | Compiling chrono v0.4.38 |
1260 | 2024-09-09T17:12:49.496Z | Compiling serde_spanned v0.6.7 |
1261 | 2024-09-09T17:12:49.716Z | Compiling terminal_size v0.3.0 |
1262 | 2024-09-09T17:12:49.900Z | Compiling addr2line v0.21.0 |
1263 | 2024-09-09T17:12:49.985Z | Compiling postgres-protocol v0.6.7 |
1264 | 2024-09-09T17:12:50.636Z | Compiling nix v0.28.0 |
1265 | 2024-09-09T17:12:50.692Z | Compiling publicsuffix v2.2.3 |
1266 | 2024-09-09T17:12:50.903Z | Compiling num-iter v0.1.45 |
1267 | 2024-09-09T17:12:50.932Z | Compiling async-trait v0.1.81 |
1268 | 2024-09-09T17:12:51.094Z | Compiling zerocopy-derive v0.6.6 |
1269 | 2024-09-09T17:12:52.058Z | Compiling phf_shared v0.11.2 |
1270 | 2024-09-09T17:12:52.154Z | Compiling serde_derive_internals v0.29.1 |
1271 | 2024-09-09T17:12:52.396Z | Compiling ff v0.13.0 |
1272 | 2024-09-09T17:12:52.450Z | Compiling object v0.32.2 |
1273 | 2024-09-09T17:12:52.604Z | Compiling fs-err v2.11.0 |
1274 | 2024-09-09T17:12:52.863Z | Compiling rustc-demangle v0.1.24 |
1275 | 2024-09-09T17:12:52.951Z | Compiling winnow v0.5.40 |
1276 | 2024-09-09T17:12:53.230Z | Compiling tokio-util v0.7.11 |
1277 | 2024-09-09T17:12:53.728Z | Compiling hubpack_derive v0.1.1 |
1278 | 2024-09-09T17:12:54.268Z | Compiling h2 v0.3.26 |
1279 | 2024-09-09T17:12:54.436Z | Compiling tokio-native-tls v0.3.1 |
1280 | 2024-09-09T17:12:54.502Z | Compiling tokio-rustls v0.24.1 |
1281 | 2024-09-09T17:12:54.566Z | Compiling schemars v0.8.21 |
1282 | 2024-09-09T17:12:54.689Z | Compiling anyhow v1.0.86 |
1283 | 2024-09-09T17:12:54.855Z | Compiling base16ct v0.2.0 |
1284 | 2024-09-09T17:12:54.887Z | Compiling either v1.13.0 |
1285 | 2024-09-09T17:12:55.151Z | Compiling bitflags v1.3.2 |
1286 | 2024-09-09T17:12:55.223Z | Compiling ipnet v2.9.0 |
1287 | 2024-09-09T17:12:55.249Z | Compiling base64 v0.21.7 |
1288 | 2024-09-09T17:12:55.273Z | Compiling managed v0.8.0 |
1289 | 2024-09-09T17:12:55.445Z | Compiling clap_builder v4.5.15 |
1290 | 2024-09-09T17:12:55.940Z | Compiling toml_edit v0.19.15 |
1291 | 2024-09-09T17:12:56.244Z | Compiling rustls-pemfile v1.0.4 |
1292 | 2024-09-09T17:12:56.469Z | Compiling sec1 v0.7.3 |
1293 | 2024-09-09T17:12:56.646Z | Compiling schemars_derive v0.8.21 |
1294 | 2024-09-09T17:12:56.939Z | Compiling hubpack v0.1.2 |
1295 | 2024-09-09T17:12:57.326Z | Compiling zerocopy v0.6.6 |
1296 | 2024-09-09T17:12:57.623Z | Compiling group v0.13.0 |
1297 | 2024-09-09T17:12:58.038Z | Compiling phf v0.11.2 |
1298 | 2024-09-09T17:12:58.295Z | Compiling cookie_store v0.20.0 |
1299 | 2024-09-09T17:12:58.533Z | Compiling postgres-types v0.2.7 |
1300 | 2024-09-09T17:12:59.656Z | Compiling usdt-macro v0.5.0 |
1301 | 2024-09-09T17:12:59.865Z | Compiling usdt-attr-macro v0.5.0 |
1302 | 2024-09-09T17:13:00.491Z | Compiling hyper v0.14.30 |
1303 | 2024-09-09T17:13:00.941Z | Compiling serde_urlencoded v0.7.1 |
1304 | 2024-09-09T17:13:00.965Z | Compiling pkcs1 v0.7.5 |
1305 | 2024-09-09T17:13:01.284Z | Compiling futures-executor v0.3.30 |
1306 | 2024-09-09T17:13:01.422Z | Compiling hkdf v0.12.4 |
1307 | 2024-09-09T17:13:01.655Z | Compiling signature v2.2.0 |
1308 | 2024-09-09T17:13:01.783Z | Compiling crypto-bigint v0.5.5 |
1309 | 2024-09-09T17:13:01.857Z | Compiling regex v1.10.6 |
1310 | 2024-09-09T17:13:01.935Z | Compiling bstr v1.9.1 |
1311 | 2024-09-09T17:13:02.587Z | Compiling enum-as-inner v0.6.0 |
1312 | 2024-09-09T17:13:02.770Z | Compiling clap_derive v4.5.13 |
1313 | 2024-09-09T17:13:03.036Z | Compiling serde_repr v0.1.19 |
1314 | 2024-09-09T17:13:03.313Z | Compiling strum_macros v0.25.3 |
1315 | 2024-09-09T17:13:03.439Z | Compiling phf_shared v0.10.0 |
1316 | 2024-09-09T17:13:03.477Z | Compiling float-cmp v0.9.0 |
1317 | 2024-09-09T17:13:03.674Z | Compiling idna v0.4.0 |
1318 | 2024-09-09T17:13:03.793Z | Compiling mio v0.8.11 |
1319 | 2024-09-09T17:13:03.982Z | Compiling encoding_rs v0.8.34 |
1320 | 2024-09-09T17:13:04.951Z | Compiling webpki-roots v0.25.4 |
1321 | 2024-09-09T17:13:04.978Z | Compiling data-encoding v2.6.0 |
1322 | 2024-09-09T17:13:05.108Z | Compiling mime v0.3.17 |
1323 | 2024-09-09T17:13:05.681Z | Compiling unicode-segmentation v1.11.0 |
1324 | 2024-09-09T17:13:06.373Z | Compiling hyper-tls v0.5.0 |
1325 | 2024-09-09T17:13:06.693Z | Compiling hyper-rustls v0.24.2 |
1326 | 2024-09-09T17:13:06.716Z | Compiling minimal-lexical v0.2.1 |
1327 | 2024-09-09T17:13:06.741Z | Compiling static_assertions v1.1.0 |
1328 | 2024-09-09T17:13:06.835Z | Compiling difflib v0.4.0 |
1329 | 2024-09-09T17:13:06.859Z | Compiling normalize-line-endings v0.3.0 |
1330 | 2024-09-09T17:13:06.983Z | Compiling new_debug_unreachable v1.0.6 |
1331 | 2024-09-09T17:13:07.006Z | Compiling whoami v1.5.1 |
1332 | 2024-09-09T17:13:07.029Z | Compiling bit-vec v0.6.3 |
1333 | 2024-09-09T17:13:07.085Z | Compiling fixedbitset v0.4.2 |
1334 | 2024-09-09T17:13:07.181Z | Compiling predicates-core v1.0.6 |
1335 | 2024-09-09T17:13:07.435Z | Compiling sync_wrapper v0.1.2 |
1336 | 2024-09-09T17:13:07.501Z | Compiling precomputed-hash v0.1.1 |
1337 | 2024-09-09T17:13:07.524Z | Compiling dyn-clone v1.0.17 |
1338 | 2024-09-09T17:13:07.548Z | Compiling reqwest v0.11.27 |
1339 | 2024-09-09T17:13:07.571Z | Compiling toml_edit v0.22.20 |
1340 | 2024-09-09T17:13:07.594Z | Compiling string_cache v0.8.7 |
1341 | 2024-09-09T17:13:07.618Z | Compiling console v0.15.8 |
1342 | 2024-09-09T17:13:07.998Z | Compiling predicates v3.1.2 |
1343 | 2024-09-09T17:13:08.174Z | Compiling petgraph v0.6.5 |
1344 | 2024-09-09T17:13:08.797Z | Compiling bit-set v0.5.3 |
1345 | 2024-09-09T17:13:08.908Z | Compiling tokio-postgres v0.7.11 |
1346 | 2024-09-09T17:13:09.054Z | Compiling nom v7.1.3 |
1347 | 2024-09-09T17:13:09.480Z | Compiling clap v4.5.16 |
1348 | 2024-09-09T17:13:09.591Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1349 | 2024-09-09T17:13:10.918Z | Compiling similar v2.6.0 |
1350 | 2024-09-09T17:13:10.944Z | Compiling hickory-proto v0.24.1 |
1351 | 2024-09-09T17:13:11.527Z | Compiling signal-hook-mio v0.2.4 |
1352 | 2024-09-09T17:13:11.684Z | Compiling elliptic-curve v0.13.8 |
1353 | 2024-09-09T17:13:12.089Z | Compiling usdt v0.5.0 |
1354 | 2024-09-09T17:13:12.390Z | Compiling rsa v0.9.6 |
1355 | 2024-09-09T17:13:12.520Z | Compiling futures v0.3.30 |
1356 | 2024-09-09T17:13:12.633Z | Compiling flate2 v1.0.31 |
1357 | 2024-09-09T17:13:13.504Z | Compiling toml v0.7.8 |
1358 | 2024-09-09T17:13:14.450Z | Compiling itertools v0.10.5 |
1359 | 2024-09-09T17:13:14.613Z | Compiling itertools v0.12.1 |
1360 | 2024-09-09T17:13:14.770Z | Compiling tokio-stream v0.1.15 |
1361 | 2024-09-09T17:13:14.966Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-09-09T17:13:15.630Z | Compiling hex v0.4.3 |
1363 | 2024-09-09T17:13:16.170Z | Compiling sha1 v0.10.6 |
1364 | 2024-09-09T17:13:16.520Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-09-09T17:13:16.769Z | Compiling dirs-sys-next v0.1.2 |
1366 | 2024-09-09T17:13:16.798Z | Compiling unicode-xid v0.2.4 |
1367 | 2024-09-09T17:13:16.960Z | Compiling peg-runtime v0.8.3 |
1368 | 2024-09-09T17:13:17.162Z | Compiling lalrpop-util v0.19.12 |
1369 | 2024-09-09T17:13:17.270Z | Compiling dirs-next v2.0.0 |
1370 | 2024-09-09T17:13:17.345Z | Compiling thread_local v1.1.8 |
1371 | 2024-09-09T17:13:17.448Z | Compiling slog-async v2.8.0 |
1372 | 2024-09-09T17:13:17.473Z | Compiling term v0.7.0 |
1373 | 2024-09-09T17:13:17.534Z | Compiling xattr v1.3.1 |
1374 | 2024-09-09T17:13:17.771Z | Compiling strum_macros v0.26.4 |
1375 | 2024-09-09T17:13:17.833Z | Compiling crossbeam-channel v0.5.12 |
1376 | 2024-09-09T17:13:17.962Z | Compiling is-terminal v0.4.12 |
1377 | 2024-09-09T17:13:18.092Z | Compiling filetime v0.2.25 |
1378 | 2024-09-09T17:13:18.364Z | Compiling take_mut v0.2.2 |
1379 | 2024-09-09T17:13:18.503Z | Compiling tar v0.4.41 |
1380 | 2024-09-09T17:13:18.795Z | Compiling slog-term v2.9.1 |
1381 | 2024-09-09T17:13:18.820Z | Compiling camino v1.1.9 |
1382 | 2024-09-09T17:13:19.755Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1383 | 2024-09-09T17:13:20.894Z | Compiling strum v0.26.3 |
1384 | 2024-09-09T17:13:21.008Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1385 | 2024-09-09T17:13:27.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
1386 | 2024-09-09T17:13:27.497Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1387 | 2024-09-09T17:13:27.564Z | Sep 09 17:13:27.413 INFO Starting download, target: Clickhouse |
1388 | 2024-09-09T17:13:27.564Z | Sep 09 17:13:27.414 INFO Starting download, target: Cockroach |
1389 | 2024-09-09T17:13:27.564Z | Sep 09 17:13:27.414 INFO Starting download, target: Console |
1390 | 2024-09-09T17:13:27.564Z | Sep 09 17:13:27.414 INFO Starting download, target: DendriteOpenapi |
1391 | 2024-09-09T17:13:27.564Z | Sep 09 17:13:27.414 INFO Starting download, target: DendriteStub |
1392 | 2024-09-09T17:13:27.588Z | Sep 09 17:13:27.414 INFO Starting download, target: MaghemiteMgd |
1393 | 2024-09-09T17:13:27.588Z | Sep 09 17:13:27.414 INFO Starting download, target: TransceiverControl |
1394 | 2024-09-09T17:13:27.588Z | Sep 09 17:13:27.415 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1395 | 2024-09-09T17:13:27.588Z | Sep 09 17:13:27.416 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1396 | 2024-09-09T17:13:27.588Z | Sep 09 17:13:27.416 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1397 | 2024-09-09T17:13:27.588Z | Sep 09 17:13:27.416 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1398 | 2024-09-09T17:13:27.588Z | Sep 09 17:13:27.416 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1399 | 2024-09-09T17:13:27.588Z | Sep 09 17:13:27.416 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1400 | 2024-09-09T17:13:27.588Z | Sep 09 17:13:27.416 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1401 | 2024-09-09T17:13:27.898Z | Sep 09 17:13:27.746 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1402 | 2024-09-09T17:13:27.930Z | Sep 09 17:13:27.748 INFO Download complete, target: DendriteOpenapi |
1403 | 2024-09-09T17:13:28.239Z | Sep 09 17:13:28.088 INFO Download complete, target: Console |
1404 | 2024-09-09T17:13:28.459Z | Sep 09 17:13:28.308 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1405 | 2024-09-09T17:13:29.189Z | Sep 09 17:13:29.038 INFO Download complete, target: TransceiverControl |
1406 | 2024-09-09T17:13:29.334Z | Sep 09 17:13:29.183 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1407 | 2024-09-09T17:13:29.948Z | Sep 09 17:13:29.798 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1408 | 2024-09-09T17:13:33.060Z | Sep 09 17:13:32.910 INFO Download complete, target: DendriteStub |
1409 | 2024-09-09T17:13:33.621Z | Sep 09 17:13:33.470 INFO Download complete, target: MaghemiteMgd |
1410 | 2024-09-09T17:13:36.205Z | Sep 09 17:13:36.052 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1411 | 2024-09-09T17:13:36.205Z | Sep 09 17:13:36.052 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1412 | 2024-09-09T17:13:45.689Z | Sep 09 17:13:45.539 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1413 | 2024-09-09T17:13:46.052Z | Sep 09 17:13:45.902 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1414 | 2024-09-09T17:13:46.453Z | Sep 09 17:13:46.303 INFO Checking that binary works, target: Cockroach |
1415 | 2024-09-09T17:13:46.674Z | Sep 09 17:13:46.524 INFO Download complete, target: Cockroach |
1416 | 2024-09-09T17:14:02.324Z | Sep 09 17:14:02.174 INFO Checking that binary works, target: Clickhouse |
1417 | 2024-09-09T17:14:02.519Z | Sep 09 17:14:02.370 INFO Download complete, target: Clickhouse |
1418 | 2024-09-09T17:14:02.545Z | All builder prerequisites installed successfully, and PATH looks valid |
1419 | 2024-09-09T17:14:02.568Z | |
1420 | 2024-09-09T17:14:02.568Z | real 4:12.497465081 |
1421 | 2024-09-09T17:14:02.568Z | user 10:17.762183671 |
1422 | 2024-09-09T17:14:02.568Z | sys 2:25.334960367 |
1423 | 2024-09-09T17:14:02.568Z | trap 0.362922914 |
1424 | 2024-09-09T17:14:02.569Z | tflt 0.661504473 |
1425 | 2024-09-09T17:14:02.569Z | dflt 1.563782279 |
1426 | 2024-09-09T17:14:02.569Z | kflt 0.008674466 |
1427 | 2024-09-09T17:14:02.569Z | lock 26:23.120596070 |
1428 | 2024-09-09T17:14:02.569Z | slp 39:43.836530622 |
1429 | 2024-09-09T17:14:02.569Z | lat 46.846150107 |
1430 | 2024-09-09T17:14:02.569Z | stop 1:52.601405945 |
1431 | 2024-09-09T17:14:02.569Z | + banner hack-check |
1432 | 2024-09-09T17:14:02.569Z | |
1433 | 2024-09-09T17:14:02.569Z | # # ## #### # # #### # # ###### #### # # |
1434 | 2024-09-09T17:14:02.569Z | # # # # # # # # # # # # # # # # # |
1435 | 2024-09-09T17:14:02.569Z | ###### # # # #### ##### # ###### ##### # #### |
1436 | 2024-09-09T17:14:02.569Z | # # ###### # # # # # # # # # # |
1437 | 2024-09-09T17:14:02.569Z | # # # # # # # # # # # # # # # # # |
1438 | 2024-09-09T17:14:02.569Z | # # # # #### # # #### # # ###### #### # # |
1439 | 2024-09-09T17:14:02.569Z | |
1440 | 2024-09-09T17:14:02.569Z | + export CARGO_INCREMENTAL=0 |
1441 | 2024-09-09T17:14:02.569Z | + CARGO_INCREMENTAL=0 |
1442 | 2024-09-09T17:14:02.569Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1443 | 2024-09-09T17:14:03.385Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1444 | 2024-09-09T17:14:08.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
1445 | 2024-09-09T17:14:08.241Z | Running `target/debug/xtask check-features --ci` |
1446 | 2024-09-09T17:14:08.268Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1447 | 2024-09-09T17:14:08.268Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1448 | 2024-09-09T17:14:08.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1449 | 2024-09-09T17:14:09.015Z | Running `target/debug/xtask download cargo-hack` |
1450 | 2024-09-09T17:14:10.155Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1451 | 2024-09-09T17:14:10.478Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1452 | 2024-09-09T17:14:16.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s |
1453 | 2024-09-09T17:14:16.231Z | Running `target/debug/xtask-downloader cargo-hack` |
1454 | 2024-09-09T17:14:16.278Z | Sep 09 17:14:16.130 INFO Starting download, target: CargoHack |
1455 | 2024-09-09T17:14:16.302Z | Sep 09 17:14:16.131 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1456 | 2024-09-09T17:14:16.927Z | Sep 09 17:14:16.779 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1457 | 2024-09-09T17:14:17.045Z | Sep 09 17:14:16.897 INFO Download complete, target: CargoHack |
1458 | 2024-09-09T17:14:17.076Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1459 | 2024-09-09T17:14:17.076Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1460 | 2024-09-09T17:14:17.287Z | info: running `cargo check --bins` on api_identity (1/158) |
1461 | 2024-09-09T17:14:18.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1462 | 2024-09-09T17:14:18.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1463 | 2024-09-09T17:14:18.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1464 | 2024-09-09T17:14:18.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1465 | 2024-09-09T17:14:18.089Z | |
1466 | 2024-09-09T17:14:18.089Z | info: running `cargo check --bins` on bootstore (2/158) |
1467 | 2024-09-09T17:14:18.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1468 | 2024-09-09T17:14:18.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1469 | 2024-09-09T17:14:18.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1470 | 2024-09-09T17:14:18.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1471 | 2024-09-09T17:14:18.985Z | |
1472 | 2024-09-09T17:14:18.985Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1473 | 2024-09-09T17:14:19.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1474 | 2024-09-09T17:14:19.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1475 | 2024-09-09T17:14:19.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1476 | 2024-09-09T17:14:19.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1477 | 2024-09-09T17:14:19.829Z | |
1478 | 2024-09-09T17:14:19.829Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1479 | 2024-09-09T17:14:20.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1480 | 2024-09-09T17:14:20.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1481 | 2024-09-09T17:14:20.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1482 | 2024-09-09T17:14:20.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1483 | 2024-09-09T17:14:20.655Z | |
1484 | 2024-09-09T17:14:20.655Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1485 | 2024-09-09T17:14:21.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1486 | 2024-09-09T17:14:21.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1487 | 2024-09-09T17:14:21.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1488 | 2024-09-09T17:14:21.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1489 | 2024-09-09T17:14:21.282Z | |
1490 | 2024-09-09T17:14:21.282Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1491 | 2024-09-09T17:14:21.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1492 | 2024-09-09T17:14:21.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1493 | 2024-09-09T17:14:21.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1494 | 2024-09-09T17:14:21.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1495 | 2024-09-09T17:14:21.916Z | |
1496 | 2024-09-09T17:14:21.916Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1497 | 2024-09-09T17:14:22.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1498 | 2024-09-09T17:14:22.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1499 | 2024-09-09T17:14:22.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1500 | 2024-09-09T17:14:22.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1501 | 2024-09-09T17:14:22.539Z | |
1502 | 2024-09-09T17:14:22.539Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1503 | 2024-09-09T17:14:23.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1504 | 2024-09-09T17:14:23.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1505 | 2024-09-09T17:14:23.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1506 | 2024-09-09T17:14:23.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1507 | 2024-09-09T17:14:23.172Z | |
1508 | 2024-09-09T17:14:23.172Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1509 | 2024-09-09T17:14:23.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1510 | 2024-09-09T17:14:23.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1511 | 2024-09-09T17:14:23.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1512 | 2024-09-09T17:14:23.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1513 | 2024-09-09T17:14:23.816Z | |
1514 | 2024-09-09T17:14:23.816Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1515 | 2024-09-09T17:14:24.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1516 | 2024-09-09T17:14:24.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1517 | 2024-09-09T17:14:24.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1518 | 2024-09-09T17:14:24.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1519 | 2024-09-09T17:14:24.447Z | |
1520 | 2024-09-09T17:14:24.447Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1521 | 2024-09-09T17:14:25.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1522 | 2024-09-09T17:14:25.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1523 | 2024-09-09T17:14:25.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1524 | 2024-09-09T17:14:25.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1525 | 2024-09-09T17:14:25.071Z | |
1526 | 2024-09-09T17:14:25.071Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1527 | 2024-09-09T17:14:25.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1528 | 2024-09-09T17:14:25.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1529 | 2024-09-09T17:14:25.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1530 | 2024-09-09T17:14:25.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1531 | 2024-09-09T17:14:25.722Z | |
1532 | 2024-09-09T17:14:25.722Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1533 | 2024-09-09T17:14:26.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1534 | 2024-09-09T17:14:26.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1535 | 2024-09-09T17:14:26.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1536 | 2024-09-09T17:14:26.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1537 | 2024-09-09T17:14:26.367Z | |
1538 | 2024-09-09T17:14:26.367Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1539 | 2024-09-09T17:14:26.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1540 | 2024-09-09T17:14:26.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1541 | 2024-09-09T17:14:26.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1542 | 2024-09-09T17:14:26.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1543 | 2024-09-09T17:14:27.005Z | |
1544 | 2024-09-09T17:14:27.006Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1545 | 2024-09-09T17:14:27.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1546 | 2024-09-09T17:14:27.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1547 | 2024-09-09T17:14:27.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1548 | 2024-09-09T17:14:27.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1549 | 2024-09-09T17:14:27.645Z | |
1550 | 2024-09-09T17:14:27.645Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1551 | 2024-09-09T17:14:28.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1552 | 2024-09-09T17:14:28.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1553 | 2024-09-09T17:14:28.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1554 | 2024-09-09T17:14:28.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1555 | 2024-09-09T17:14:28.285Z | |
1556 | 2024-09-09T17:14:28.285Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1557 | 2024-09-09T17:14:28.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1558 | 2024-09-09T17:14:28.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1559 | 2024-09-09T17:14:28.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1560 | 2024-09-09T17:14:28.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1561 | 2024-09-09T17:14:28.927Z | |
1562 | 2024-09-09T17:14:28.927Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1563 | 2024-09-09T17:14:29.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1564 | 2024-09-09T17:14:29.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1565 | 2024-09-09T17:14:29.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1566 | 2024-09-09T17:14:29.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1567 | 2024-09-09T17:14:29.559Z | |
1568 | 2024-09-09T17:14:29.559Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1569 | 2024-09-09T17:14:30.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1570 | 2024-09-09T17:14:30.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1571 | 2024-09-09T17:14:30.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1572 | 2024-09-09T17:14:30.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1573 | 2024-09-09T17:14:30.192Z | |
1574 | 2024-09-09T17:14:30.192Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1575 | 2024-09-09T17:14:30.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1576 | 2024-09-09T17:14:30.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1577 | 2024-09-09T17:14:30.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1578 | 2024-09-09T17:14:30.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1579 | 2024-09-09T17:14:30.830Z | |
1580 | 2024-09-09T17:14:30.830Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1581 | 2024-09-09T17:14:31.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1582 | 2024-09-09T17:14:31.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1583 | 2024-09-09T17:14:31.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1584 | 2024-09-09T17:14:31.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1585 | 2024-09-09T17:14:31.463Z | |
1586 | 2024-09-09T17:14:31.463Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1587 | 2024-09-09T17:14:32.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1588 | 2024-09-09T17:14:32.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1589 | 2024-09-09T17:14:32.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1590 | 2024-09-09T17:14:32.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1591 | 2024-09-09T17:14:32.116Z | |
1592 | 2024-09-09T17:14:32.116Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1593 | 2024-09-09T17:14:32.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1594 | 2024-09-09T17:14:32.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1595 | 2024-09-09T17:14:32.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1596 | 2024-09-09T17:14:32.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1597 | 2024-09-09T17:14:32.756Z | |
1598 | 2024-09-09T17:14:32.756Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1599 | 2024-09-09T17:14:33.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1600 | 2024-09-09T17:14:33.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1601 | 2024-09-09T17:14:33.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1602 | 2024-09-09T17:14:33.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1603 | 2024-09-09T17:14:33.367Z | |
1604 | 2024-09-09T17:14:33.367Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1605 | 2024-09-09T17:14:34.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1606 | 2024-09-09T17:14:34.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1607 | 2024-09-09T17:14:34.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1608 | 2024-09-09T17:14:34.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1609 | 2024-09-09T17:14:34.245Z | |
1610 | 2024-09-09T17:14:34.245Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1611 | 2024-09-09T17:14:35.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1612 | 2024-09-09T17:14:35.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1613 | 2024-09-09T17:14:35.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1614 | 2024-09-09T17:14:35.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1615 | 2024-09-09T17:14:35.107Z | |
1616 | 2024-09-09T17:14:35.107Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1617 | 2024-09-09T17:14:35.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-09-09T17:14:35.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-09-09T17:14:35.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-09-09T17:14:35.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1621 | 2024-09-09T17:14:35.975Z | |
1622 | 2024-09-09T17:14:35.975Z | info: running `cargo check --bins` on oxlog (28/158) |
1623 | 2024-09-09T17:14:36.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-09-09T17:14:36.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-09-09T17:14:36.785Z | Checking cfg-if v1.0.0 |
1626 | 2024-09-09T17:14:36.808Z | Checking libc v0.2.158 |
1627 | 2024-09-09T17:14:36.831Z | Checking memchr v2.7.2 |
1628 | 2024-09-09T17:14:36.854Z | Checking serde v1.0.208 |
1629 | 2024-09-09T17:14:36.854Z | Checking zeroize v1.7.0 |
1630 | 2024-09-09T17:14:36.878Z | Checking typenum v1.17.0 |
1631 | 2024-09-09T17:14:36.878Z | Checking scopeguard v1.2.0 |
1632 | 2024-09-09T17:14:36.878Z | Checking byteorder v1.5.0 |
1633 | 2024-09-09T17:14:36.923Z | Checking log v0.4.21 |
1634 | 2024-09-09T17:14:37.039Z | Checking lock_api v0.4.12 |
1635 | 2024-09-09T17:14:37.108Z | Checking subtle v2.5.0 |
1636 | 2024-09-09T17:14:37.209Z | Checking const-oid v0.9.6 |
1637 | 2024-09-09T17:14:37.280Z | Checking once_cell v1.19.0 |
1638 | 2024-09-09T17:14:37.336Z | Checking itoa v1.0.11 |
1639 | 2024-09-09T17:14:37.398Z | Checking smallvec v1.13.2 |
1640 | 2024-09-09T17:14:37.532Z | Checking pin-project-lite v0.2.14 |
1641 | 2024-09-09T17:14:37.555Z | Checking zerocopy v0.7.34 |
1642 | 2024-09-09T17:14:37.591Z | Checking spin v0.9.8 |
1643 | 2024-09-09T17:14:37.643Z | Checking tinyvec_macros v0.1.1 |
1644 | 2024-09-09T17:14:37.706Z | Checking futures-sink v0.3.30 |
1645 | 2024-09-09T17:14:37.732Z | Checking tinyvec v1.6.0 |
1646 | 2024-09-09T17:14:37.799Z | Checking getrandom v0.2.14 |
1647 | 2024-09-09T17:14:37.837Z | Checking signal-hook-registry v1.4.2 |
1648 | 2024-09-09T17:14:37.907Z | Checking parking_lot_core v0.9.10 |
1649 | 2024-09-09T17:14:37.907Z | Checking generic-array v0.14.7 |
1650 | 2024-09-09T17:14:38.032Z | Checking rand_core v0.6.4 |
1651 | 2024-09-09T17:14:38.055Z | Checking mio v1.0.2 |
1652 | 2024-09-09T17:14:38.210Z | Checking parking_lot v0.12.2 |
1653 | 2024-09-09T17:14:38.293Z | Checking socket2 v0.5.7 |
1654 | 2024-09-09T17:14:38.515Z | Checking cpufeatures v0.2.12 |
1655 | 2024-09-09T17:14:38.571Z | Checking futures-core v0.3.30 |
1656 | 2024-09-09T17:14:38.612Z | Checking unicode-bidi v0.3.15 |
1657 | 2024-09-09T17:14:38.635Z | Checking allocator-api2 v0.2.18 |
1658 | 2024-09-09T17:14:38.729Z | Checking libm v0.2.8 |
1659 | 2024-09-09T17:14:38.752Z | Checking equivalent v1.0.1 |
1660 | 2024-09-09T17:14:38.800Z | Checking ahash v0.8.11 |
1661 | 2024-09-09T17:14:38.826Z | Checking unicode-normalization v0.1.23 |
1662 | 2024-09-09T17:14:38.849Z | Checking ryu v1.0.18 |
1663 | 2024-09-09T17:14:38.897Z | Checking crypto-common v0.1.6 |
1664 | 2024-09-09T17:14:39.049Z | Checking block-buffer v0.10.4 |
1665 | 2024-09-09T17:14:39.072Z | Checking block-padding v0.3.3 |
1666 | 2024-09-09T17:14:39.155Z | Checking futures-channel v0.3.30 |
1667 | 2024-09-09T17:14:39.178Z | Checking slab v0.4.9 |
1668 | 2024-09-09T17:14:39.241Z | Checking digest v0.10.7 |
1669 | 2024-09-09T17:14:39.264Z | Checking inout v0.1.3 |
1670 | 2024-09-09T17:14:39.264Z | Checking hashbrown v0.14.5 |
1671 | 2024-09-09T17:14:39.404Z | Checking pin-utils v0.1.0 |
1672 | 2024-09-09T17:14:39.448Z | Checking cipher v0.4.4 |
1673 | 2024-09-09T17:14:39.471Z | Checking futures-io v0.3.30 |
1674 | 2024-09-09T17:14:39.495Z | Checking futures-task v0.3.30 |
1675 | 2024-09-09T17:14:39.518Z | Checking num-traits v0.2.19 |
1676 | 2024-09-09T17:14:39.553Z | Checking base64ct v1.6.0 |
1677 | 2024-09-09T17:14:39.576Z | Checking hmac v0.12.1 |
1678 | 2024-09-09T17:14:39.622Z | Checking sha2 v0.10.8 |
1679 | 2024-09-09T17:14:39.704Z | Checking futures-util v0.3.30 |
1680 | 2024-09-09T17:14:39.748Z | Checking ppv-lite86 v0.2.17 |
1681 | 2024-09-09T17:14:39.798Z | Checking percent-encoding v2.3.1 |
1682 | 2024-09-09T17:14:39.939Z | Checking pem-rfc7468 v0.7.0 |
1683 | 2024-09-09T17:14:39.971Z | Checking flagset v0.4.5 |
1684 | 2024-09-09T17:14:40.072Z | Checking salsa20 v0.10.2 |
1685 | 2024-09-09T17:14:40.148Z | Checking pbkdf2 v0.12.2 |
1686 | 2024-09-09T17:14:40.174Z | Checking der v0.7.9 |
1687 | 2024-09-09T17:14:40.259Z | Checking tracing-core v0.1.32 |
1688 | 2024-09-09T17:14:40.286Z | Checking fnv v1.0.7 |
1689 | 2024-09-09T17:14:40.310Z | Checking untrusted v0.9.0 |
1690 | 2024-09-09T17:14:40.333Z | Checking rand_chacha v0.3.1 |
1691 | 2024-09-09T17:14:40.400Z | Checking scrypt v0.11.0 |
1692 | 2024-09-09T17:14:40.440Z | Checking ring v0.17.8 |
1693 | 2024-09-09T17:14:40.595Z | Checking cbc v0.1.2 |
1694 | 2024-09-09T17:14:40.665Z | Checking rand v0.8.5 |
1695 | 2024-09-09T17:14:40.819Z | Checking aes v0.8.4 |
1696 | 2024-09-09T17:14:40.885Z | Checking tracing v0.1.40 |
1697 | 2024-09-09T17:14:41.029Z | Checking thiserror v1.0.63 |
1698 | 2024-09-09T17:14:41.161Z | Checking foreign-types-shared v0.1.1 |
1699 | 2024-09-09T17:14:41.230Z | Checking form_urlencoded v1.2.1 |
1700 | 2024-09-09T17:14:41.267Z | Checking foreign-types v0.3.2 |
1701 | 2024-09-09T17:14:41.290Z | Checking bytes v1.7.1 |
1702 | 2024-09-09T17:14:41.357Z | Checking bitflags v2.6.0 |
1703 | 2024-09-09T17:14:41.431Z | Checking indexmap v2.4.0 |
1704 | 2024-09-09T17:14:41.638Z | Checking serde_json v1.0.125 |
1705 | 2024-09-09T17:14:41.661Z | Checking openssl-sys v0.9.103 |
1706 | 2024-09-09T17:14:41.826Z | Checking aho-corasick v1.1.3 |
1707 | 2024-09-09T17:14:41.880Z | Checking spki v0.7.3 |
1708 | 2024-09-09T17:14:42.044Z | Checking tokio v1.39.3 |
1709 | 2024-09-09T17:14:42.076Z | Checking http v0.2.12 |
1710 | 2024-09-09T17:14:42.147Z | Checking pkcs5 v0.7.1 |
1711 | 2024-09-09T17:14:42.564Z | Checking unicode-ident v1.0.12 |
1712 | 2024-09-09T17:14:42.605Z | Checking regex-syntax v0.8.4 |
1713 | 2024-09-09T17:14:42.725Z | Checking try-lock v0.2.5 |
1714 | 2024-09-09T17:14:42.796Z | Checking siphasher v0.3.11 |
1715 | 2024-09-09T17:14:42.852Z | Checking powerfmt v0.2.0 |
1716 | 2024-09-09T17:14:43.060Z | Checking want v0.3.1 |
1717 | 2024-09-09T17:14:43.083Z | Checking deranged v0.3.11 |
1718 | 2024-09-09T17:14:43.106Z | Checking openssl v0.10.66 |
1719 | 2024-09-09T17:14:43.218Z | Checking proc-macro2 v1.0.86 |
1720 | 2024-09-09T17:14:43.276Z | Checking pkcs8 v0.10.2 |
1721 | 2024-09-09T17:14:43.300Z | Checking http-body v0.4.6 |
1722 | 2024-09-09T17:14:43.563Z | Checking sct v0.7.1 |
1723 | 2024-09-09T17:14:43.643Z | Checking rustls-webpki v0.101.7 |
1724 | 2024-09-09T17:14:43.746Z | Checking uuid v1.10.0 |
1725 | 2024-09-09T17:14:43.838Z | Checking idna v0.5.0 |
1726 | 2024-09-09T17:14:44.120Z | Checking httparse v1.8.0 |
1727 | 2024-09-09T17:14:44.238Z | Checking errno v0.3.9 |
1728 | 2024-09-09T17:14:44.276Z | Checking scroll v0.12.0 |
1729 | 2024-09-09T17:14:44.389Z | Checking ucd-trie v0.1.6 |
1730 | 2024-09-09T17:14:44.465Z | Checking httpdate v1.0.3 |
1731 | 2024-09-09T17:14:44.489Z | Checking time-core v0.1.2 |
1732 | 2024-09-09T17:14:44.543Z | Checking iana-time-zone v0.1.60 |
1733 | 2024-09-09T17:14:44.573Z | Checking utf8parse v0.2.1 |
1734 | 2024-09-09T17:14:44.617Z | Checking adler v1.0.2 |
1735 | 2024-09-09T17:14:44.672Z | Checking openssl-probe v0.1.5 |
1736 | 2024-09-09T17:14:44.695Z | Checking plain v0.2.3 |
1737 | 2024-09-09T17:14:44.718Z | Checking anstyle v1.0.8 |
1738 | 2024-09-09T17:14:44.749Z | Checking num-conv v0.1.0 |
1739 | 2024-09-09T17:14:44.772Z | Checking num_threads v0.1.7 |
1740 | 2024-09-09T17:14:44.814Z | Checking finl_unicode v1.2.0 |
1741 | 2024-09-09T17:14:44.837Z | Checking tower-service v0.3.2 |
1742 | 2024-09-09T17:14:44.863Z | Checking goblin v0.8.2 |
1743 | 2024-09-09T17:14:44.935Z | Checking miniz_oxide v0.7.2 |
1744 | 2024-09-09T17:14:44.959Z | Checking time v0.3.36 |
1745 | 2024-09-09T17:14:45.020Z | Checking anstyle-parse v0.2.4 |
1746 | 2024-09-09T17:14:45.265Z | Checking chrono v0.4.38 |
1747 | 2024-09-09T17:14:45.301Z | Checking stringprep v0.1.4 |
1748 | 2024-09-09T17:14:45.325Z | Checking regex-automata v0.4.6 |
1749 | 2024-09-09T17:14:45.522Z | Checking pest v2.7.10 |
1750 | 2024-09-09T17:14:45.573Z | Checking url v2.5.2 |
1751 | 2024-09-09T17:14:46.251Z | Checking rustix v0.38.34 |
1752 | 2024-09-09T17:14:47.011Z | Checking rustls v0.21.12 |
1753 | 2024-09-09T17:14:47.053Z | Checking quote v1.0.36 |
1754 | 2024-09-09T17:14:47.359Z | Checking toml_datetime v0.6.8 |
1755 | 2024-09-09T17:14:47.599Z | Checking serde_spanned v0.6.7 |
1756 | 2024-09-09T17:14:47.623Z | Checking num-integer v0.1.46 |
1757 | 2024-09-09T17:14:47.672Z | Checking native-tls v0.2.11 |
1758 | 2024-09-09T17:14:47.771Z | Checking md-5 v0.10.6 |
1759 | 2024-09-09T17:14:47.936Z | Checking idna v0.3.0 |
1760 | 2024-09-09T17:14:47.961Z | Checking lazy_static v1.5.0 |
1761 | 2024-09-09T17:14:47.984Z | Checking hash32 v0.2.1 |
1762 | 2024-09-09T17:14:48.031Z | Checking stable_deref_trait v1.2.0 |
1763 | 2024-09-09T17:14:48.071Z | Checking anstyle-query v1.0.3 |
1764 | 2024-09-09T17:14:48.126Z | Checking fallible-iterator v0.2.0 |
1765 | 2024-09-09T17:14:48.185Z | Checking base64 v0.22.1 |
1766 | 2024-09-09T17:14:48.243Z | Checking gimli v0.28.1 |
1767 | 2024-09-09T17:14:48.314Z | Checking tokio-util v0.7.11 |
1768 | 2024-09-09T17:14:48.588Z | Checking colorchoice v1.0.1 |
1769 | 2024-09-09T17:14:48.612Z | Checking psl-types v2.0.11 |
1770 | 2024-09-09T17:14:48.663Z | Checking pretty-hex v0.4.1 |
1771 | 2024-09-09T17:14:48.711Z | Checking is_terminal_polyfill v1.70.0 |
1772 | 2024-09-09T17:14:48.783Z | Checking publicsuffix v2.2.3 |
1773 | 2024-09-09T17:14:48.821Z | Checking anstream v0.6.14 |
1774 | 2024-09-09T17:14:48.844Z | Checking postgres-protocol v0.6.7 |
1775 | 2024-09-09T17:14:48.994Z | Checking tokio-native-tls v0.3.1 |
1776 | 2024-09-09T17:14:49.053Z | Checking dof v0.3.0 |
1777 | 2024-09-09T17:14:49.076Z | Checking h2 v0.3.26 |
1778 | 2024-09-09T17:14:49.148Z | Checking heapless v0.7.17 |
1779 | 2024-09-09T17:14:49.191Z | Checking num-iter v0.1.45 |
1780 | 2024-09-09T17:14:49.302Z | Checking terminal_size v0.3.0 |
1781 | 2024-09-09T17:14:49.328Z | Checking dtrace-parser v0.2.0 |
1782 | 2024-09-09T17:14:49.386Z | Checking syn v2.0.74 |
1783 | 2024-09-09T17:14:49.433Z | Checking cookie v0.17.0 |
1784 | 2024-09-09T17:14:49.542Z | Checking phf_shared v0.11.2 |
1785 | 2024-09-09T17:14:49.682Z | Checking tokio-rustls v0.24.1 |
1786 | 2024-09-09T17:14:49.722Z | Checking ff v0.13.0 |
1787 | 2024-09-09T17:14:49.765Z | Checking thread-id v4.2.1 |
1788 | 2024-09-09T17:14:49.790Z | Checking object v0.32.2 |
1789 | 2024-09-09T17:14:49.861Z | Checking managed v0.8.0 |
1790 | 2024-09-09T17:14:49.893Z | Checking base64 v0.21.7 |
1791 | 2024-09-09T17:14:49.969Z | Checking either v1.13.0 |
1792 | 2024-09-09T17:14:50.022Z | Checking base16ct v0.2.0 |
1793 | 2024-09-09T17:14:50.175Z | Checking bitflags v1.3.2 |
1794 | 2024-09-09T17:14:50.198Z | Checking winnow v0.5.40 |
1795 | 2024-09-09T17:14:50.254Z | Checking strsim v0.11.1 |
1796 | 2024-09-09T17:14:50.279Z | Checking rustc-demangle v0.1.24 |
1797 | 2024-09-09T17:14:50.302Z | Checking clap_lex v0.7.0 |
1798 | 2024-09-09T17:14:50.484Z | Checking ipnet v2.9.0 |
1799 | 2024-09-09T17:14:50.507Z | Checking clap_builder v4.5.15 |
1800 | 2024-09-09T17:14:50.646Z | Checking rustls-pemfile v1.0.4 |
1801 | 2024-09-09T17:14:50.800Z | Checking smoltcp v0.9.1 |
1802 | 2024-09-09T17:14:50.895Z | Checking sec1 v0.7.3 |
1803 | 2024-09-09T17:14:51.201Z | Checking group v0.13.0 |
1804 | 2024-09-09T17:14:51.397Z | Checking phf v0.11.2 |
1805 | 2024-09-09T17:14:51.430Z | Checking addr2line v0.21.0 |
1806 | 2024-09-09T17:14:51.621Z | Checking cookie_store v0.20.0 |
1807 | 2024-09-09T17:14:51.831Z | Checking postgres-types v0.2.7 |
1808 | 2024-09-09T17:14:51.994Z | Checking num-bigint-dig v0.8.4 |
1809 | 2024-09-09T17:14:52.144Z | Checking regex v1.10.6 |
1810 | 2024-09-09T17:14:52.389Z | Checking bstr v1.9.1 |
1811 | 2024-09-09T17:14:52.630Z | Checking futures-executor v0.3.30 |
1812 | 2024-09-09T17:14:52.661Z | Checking toml_edit v0.19.15 |
1813 | 2024-09-09T17:14:52.819Z | Checking pkcs1 v0.7.5 |
1814 | 2024-09-09T17:14:53.010Z | Checking phf_shared v0.10.0 |
1815 | 2024-09-09T17:14:53.122Z | Checking serde_urlencoded v0.7.1 |
1816 | 2024-09-09T17:14:53.160Z | Checking hubpack v0.1.2 |
1817 | 2024-09-09T17:14:53.243Z | Checking zerocopy v0.6.6 |
1818 | 2024-09-09T17:14:53.414Z | Checking float-cmp v0.9.0 |
1819 | 2024-09-09T17:14:53.462Z | Checking crc32fast v1.4.0 |
1820 | 2024-09-09T17:14:53.606Z | Checking crossbeam-utils v0.8.19 |
1821 | 2024-09-09T17:14:53.686Z | Checking signal-hook v0.3.17 |
1822 | 2024-09-09T17:14:53.753Z | Checking hkdf v0.12.4 |
1823 | 2024-09-09T17:14:53.931Z | Checking signature v2.2.0 |
1824 | 2024-09-09T17:14:53.931Z | Checking idna v0.4.0 |
1825 | 2024-09-09T17:14:53.982Z | Checking crypto-bigint v0.5.5 |
1826 | 2024-09-09T17:14:54.108Z | Checking memmap v0.7.0 |
1827 | 2024-09-09T17:14:54.220Z | Checking mio v0.8.11 |
1828 | 2024-09-09T17:14:54.294Z | Checking encoding_rs v0.8.34 |
1829 | 2024-09-09T17:14:54.322Z | Checking hyper v0.14.30 |
1830 | 2024-09-09T17:14:54.607Z | Checking whoami v1.5.1 |
1831 | 2024-09-09T17:14:54.698Z | Checking usdt-impl v0.5.0 |
1832 | 2024-09-09T17:14:54.760Z | Checking difflib v0.4.0 |
1833 | 2024-09-09T17:14:54.785Z | Checking precomputed-hash v0.1.1 |
1834 | 2024-09-09T17:14:54.837Z | Checking backtrace v0.3.71 |
1835 | 2024-09-09T17:14:54.878Z | Checking new_debug_unreachable v1.0.6 |
1836 | 2024-09-09T17:14:54.902Z | Checking static_assertions v1.1.0 |
1837 | 2024-09-09T17:14:54.961Z | Checking data-encoding v2.6.0 |
1838 | 2024-09-09T17:14:54.985Z | Checking predicates-core v1.0.6 |
1839 | 2024-09-09T17:14:55.049Z | Checking mime v0.3.17 |
1840 | 2024-09-09T17:14:55.146Z | Checking unicode-width v0.1.13 |
1841 | 2024-09-09T17:14:55.170Z | Checking winnow v0.6.18 |
1842 | 2024-09-09T17:14:55.309Z | Checking bit-vec v0.6.3 |
1843 | 2024-09-09T17:14:55.332Z | Checking minimal-lexical v0.2.1 |
1844 | 2024-09-09T17:14:55.357Z | Checking fixedbitset v0.4.2 |
1845 | 2024-09-09T17:14:55.503Z | Checking unicode-segmentation v1.11.0 |
1846 | 2024-09-09T17:14:55.588Z | Checking webpki-roots v0.25.4 |
1847 | 2024-09-09T17:14:55.611Z | Checking normalize-line-endings v0.3.0 |
1848 | 2024-09-09T17:14:55.685Z | Checking dyn-clone v1.0.17 |
1849 | 2024-09-09T17:14:55.720Z | Checking sync_wrapper v0.1.2 |
1850 | 2024-09-09T17:14:55.743Z | Checking predicates v3.1.2 |
1851 | 2024-09-09T17:14:55.810Z | Checking schemars v0.8.21 |
1852 | 2024-09-09T17:14:55.835Z | Checking nom v7.1.3 |
1853 | 2024-09-09T17:14:56.047Z | Checking similar v2.6.0 |
1854 | 2024-09-09T17:14:56.270Z | Checking bit-set v0.5.3 |
1855 | 2024-09-09T17:14:56.298Z | Checking petgraph v0.6.5 |
1856 | 2024-09-09T17:14:56.337Z | Checking elliptic-curve v0.13.8 |
1857 | 2024-09-09T17:14:56.495Z | Checking hickory-proto v0.24.1 |
1858 | 2024-09-09T17:14:56.758Z | Checking anyhow v1.0.86 |
1859 | 2024-09-09T17:14:56.877Z | Checking console v0.15.8 |
1860 | 2024-09-09T17:14:57.077Z | Checking usdt v0.5.0 |
1861 | 2024-09-09T17:14:57.138Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1862 | 2024-09-09T17:14:57.292Z | Checking string_cache v0.8.7 |
1863 | 2024-09-09T17:14:57.345Z | Checking tokio-postgres v0.7.11 |
1864 | 2024-09-09T17:14:57.540Z | Checking toml v0.7.8 |
1865 | 2024-09-09T17:14:57.647Z | Checking toml_edit v0.22.20 |
1866 | 2024-09-09T17:14:58.127Z | Checking signal-hook-mio v0.2.4 |
1867 | 2024-09-09T17:14:58.158Z | Checking crossbeam-epoch v0.9.18 |
1868 | 2024-09-09T17:14:58.264Z | Checking rsa v0.9.6 |
1869 | 2024-09-09T17:14:58.534Z | Checking flate2 v1.0.31 |
1870 | 2024-09-09T17:14:59.077Z | Checking clap v4.5.16 |
1871 | 2024-09-09T17:14:59.101Z | Checking futures v0.3.30 |
1872 | 2024-09-09T17:14:59.130Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1873 | 2024-09-09T17:14:59.153Z | Checking itertools v0.12.1 |
1874 | 2024-09-09T17:14:59.186Z | Checking itertools v0.10.5 |
1875 | 2024-09-09T17:14:59.209Z | Checking tokio-stream v0.1.15 |
1876 | 2024-09-09T17:14:59.492Z | Checking hyper-tls v0.5.0 |
1877 | 2024-09-09T17:14:59.675Z | Checking hyper-rustls v0.24.2 |
1878 | 2024-09-09T17:14:59.737Z | Checking fs-err v2.11.0 |
1879 | 2024-09-09T17:14:59.892Z | Checking nix v0.28.0 |
1880 | 2024-09-09T17:14:59.915Z | Checking openapiv3 v2.0.0 |
1881 | 2024-09-09T17:14:59.938Z | Checking reqwest v0.11.27 |
1882 | 2024-09-09T17:15:00.204Z | Checking slog v2.7.0 |
1883 | 2024-09-09T17:15:00.439Z | Checking hex v0.4.3 |
1884 | 2024-09-09T17:15:00.611Z | Checking semver v1.0.23 |
1885 | 2024-09-09T17:15:00.890Z | Checking sha1 v0.10.6 |
1886 | 2024-09-09T17:15:00.971Z | Checking lalrpop-util v0.19.12 |
1887 | 2024-09-09T17:15:01.133Z | Checking peg-runtime v0.8.3 |
1888 | 2024-09-09T17:15:01.157Z | Checking camino v1.1.9 |
1889 | 2024-09-09T17:15:01.188Z | Checking sigpipe v0.1.3 |
1890 | 2024-09-09T17:15:02.649Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1891 | 2024-09-09T17:15:03.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.08s |
1892 | 2024-09-09T17:15:03.189Z | |
1893 | 2024-09-09T17:15:03.189Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1894 | 2024-09-09T17:15:04.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2024-09-09T17:15:04.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2024-09-09T17:15:04.134Z | Compiling regress v0.9.1 |
1897 | 2024-09-09T17:15:04.161Z | Checking strum v0.26.3 |
1898 | 2024-09-09T17:15:04.192Z | Checking heck v0.5.0 |
1899 | 2024-09-09T17:15:04.215Z | Compiling getopts v0.2.21 |
1900 | 2024-09-09T17:15:04.215Z | Checking dirs-sys-next v0.1.2 |
1901 | 2024-09-09T17:15:04.242Z | Compiling unsafe-libyaml v0.2.11 |
1902 | 2024-09-09T17:15:04.304Z | Checking http v1.1.0 |
1903 | 2024-09-09T17:15:04.375Z | Checking thread_local v1.1.8 |
1904 | 2024-09-09T17:15:04.402Z | Checking dirs-next v2.0.0 |
1905 | 2024-09-09T17:15:04.506Z | Checking rustls-pki-types v1.7.0 |
1906 | 2024-09-09T17:15:04.532Z | Compiling ident_case v1.0.1 |
1907 | 2024-09-09T17:15:04.616Z | Checking term v0.7.0 |
1908 | 2024-09-09T17:15:04.698Z | Compiling darling_core v0.20.9 |
1909 | 2024-09-09T17:15:04.875Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1910 | 2024-09-09T17:15:04.984Z | Checking crossbeam-channel v0.5.12 |
1911 | 2024-09-09T17:15:05.036Z | Checking atty v0.2.14 |
1912 | 2024-09-09T17:15:05.142Z | Checking is-terminal v0.4.12 |
1913 | 2024-09-09T17:15:05.167Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1914 | 2024-09-09T17:15:05.250Z | Checking humantime v2.1.0 |
1915 | 2024-09-09T17:15:05.713Z | Compiling serde_yaml v0.9.34+deprecated |
1916 | 2024-09-09T17:15:05.737Z | Checking utf-8 v0.7.6 |
1917 | 2024-09-09T17:15:05.737Z | Compiling paste v1.0.15 |
1918 | 2024-09-09T17:15:05.737Z | Checking termcolor v1.4.1 |
1919 | 2024-09-09T17:15:05.737Z | Compiling rustls v0.22.4 |
1920 | 2024-09-09T17:15:05.837Z | Checking take_mut v0.2.2 |
1921 | 2024-09-09T17:15:05.964Z | Checking slog-term v2.9.1 |
1922 | 2024-09-09T17:15:05.988Z | Checking slog-async v2.8.0 |
1923 | 2024-09-09T17:15:06.012Z | Checking env_logger v0.9.3 |
1924 | 2024-09-09T17:15:06.061Z | Checking rustls-webpki v0.102.4 |
1925 | 2024-09-09T17:15:06.233Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1926 | 2024-09-09T17:15:06.391Z | Compiling proc-macro-crate v1.3.1 |
1927 | 2024-09-09T17:15:06.415Z | Compiling bitstruct_derive v0.1.0 |
1928 | 2024-09-09T17:15:06.528Z | Compiling structmeta-derive v0.3.0 |
1929 | 2024-09-09T17:15:06.706Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1930 | 2024-09-09T17:15:06.820Z | Compiling multer v3.1.0 |
1931 | 2024-09-09T17:15:06.927Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1932 | 2024-09-09T17:15:07.328Z | Checking match_cfg v0.1.0 |
1933 | 2024-09-09T17:15:07.414Z | Checking ascii v1.1.0 |
1934 | 2024-09-09T17:15:07.584Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1935 | 2024-09-09T17:15:07.750Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1936 | 2024-09-09T17:15:07.852Z | Checking bitstruct v0.1.1 |
1937 | 2024-09-09T17:15:07.949Z | Checking hostname v0.3.1 |
1938 | 2024-09-09T17:15:08.070Z | Compiling num_enum_derive v0.5.11 |
1939 | 2024-09-09T17:15:08.315Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-09-09T17:15:08.511Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1941 | 2024-09-09T17:15:08.945Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1942 | 2024-09-09T17:15:09.056Z | Checking slog-json v2.6.1 |
1943 | 2024-09-09T17:15:09.088Z | Compiling structmeta v0.3.0 |
1944 | 2024-09-09T17:15:09.199Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-09-09T17:15:09.285Z | Checking serde_arrays v0.1.0 |
1946 | 2024-09-09T17:15:09.423Z | Checking erased-serde v0.3.31 |
1947 | 2024-09-09T17:15:09.449Z | Compiling async-stream-impl v0.3.5 |
1948 | 2024-09-09T17:15:09.479Z | Compiling foreign-types-macros v0.2.3 |
1949 | 2024-09-09T17:15:09.852Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1950 | 2024-09-09T17:15:10.063Z | Checking arc-swap v1.7.1 |
1951 | 2024-09-09T17:15:10.318Z | Checking foreign-types-shared v0.3.1 |
1952 | 2024-09-09T17:15:10.342Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1953 | 2024-09-09T17:15:10.421Z | Checking atomic-waker v1.1.2 |
1954 | 2024-09-09T17:15:10.448Z | Checking slog-scope v4.4.0 |
1955 | 2024-09-09T17:15:10.553Z | Checking waitgroup v0.1.2 |
1956 | 2024-09-09T17:15:10.577Z | Checking foreign-types v0.5.0 |
1957 | 2024-09-09T17:15:10.652Z | Checking async-stream v0.3.5 |
1958 | 2024-09-09T17:15:10.676Z | Compiling darling_macro v0.20.9 |
1959 | 2024-09-09T17:15:10.700Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-09-09T17:15:10.727Z | Checking num_enum v0.5.11 |
1961 | 2024-09-09T17:15:10.751Z | Compiling parse-display-derive v0.10.0 |
1962 | 2024-09-09T17:15:10.818Z | Checking slog-bunyan v2.5.0 |
1963 | 2024-09-09T17:15:10.849Z | Compiling proc-macro-error v1.0.4 |
1964 | 2024-09-09T17:15:11.103Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1965 | 2024-09-09T17:15:11.226Z | Checking toml v0.8.19 |
1966 | 2024-09-09T17:15:11.353Z | Checking tungstenite v0.20.1 |
1967 | 2024-09-09T17:15:11.463Z | Checking rustls-pemfile v2.1.3 |
1968 | 2024-09-09T17:15:11.500Z | Compiling darling v0.20.9 |
1969 | 2024-09-09T17:15:11.618Z | Compiling serde_with_macros v3.9.0 |
1970 | 2024-09-09T17:15:11.688Z | Compiling heck v0.3.3 |
1971 | 2024-09-09T17:15:11.747Z | Checking tokio-rustls v0.25.0 |
1972 | 2024-09-09T17:15:11.875Z | Checking ipnetwork v0.20.0 |
1973 | 2024-09-09T17:15:12.068Z | Checking newtype-uuid v1.1.0 |
1974 | 2024-09-09T17:15:12.092Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1975 | 2024-09-09T17:15:12.118Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1976 | 2024-09-09T17:15:12.207Z | Checking serde_path_to_error v0.1.16 |
1977 | 2024-09-09T17:15:12.289Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1978 | 2024-09-09T17:15:12.721Z | Checking hostname v0.4.0 |
1979 | 2024-09-09T17:15:12.811Z | Checking cstr-argument v0.1.2 |
1980 | 2024-09-09T17:15:12.849Z | Checking instant v0.1.12 |
1981 | 2024-09-09T17:15:12.944Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1982 | 2024-09-09T17:15:12.968Z | Checking debug-ignore v1.0.5 |
1983 | 2024-09-09T17:15:12.991Z | Checking fastrand v2.1.0 |
1984 | 2024-09-09T17:15:13.089Z | Checking pretty-hex v0.2.1 |
1985 | 2024-09-09T17:15:13.222Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1986 | 2024-09-09T17:15:13.246Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1987 | 2024-09-09T17:15:13.271Z | Checking tempfile v3.10.1 |
1988 | 2024-09-09T17:15:13.495Z | Checking backoff v0.4.0 |
1989 | 2024-09-09T17:15:13.519Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1990 | 2024-09-09T17:15:13.651Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1991 | 2024-09-09T17:15:13.755Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1992 | 2024-09-09T17:15:13.786Z | Checking tokio-tungstenite v0.20.1 |
1993 | 2024-09-09T17:15:13.853Z | Compiling zone_cfg_derive v0.1.2 |
1994 | 2024-09-09T17:15:14.051Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1995 | 2024-09-09T17:15:14.116Z | Checking serde_with v3.9.0 |
1996 | 2024-09-09T17:15:14.180Z | Checking slog-stdlog v4.1.1 |
1997 | 2024-09-09T17:15:14.328Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1998 | 2024-09-09T17:15:14.458Z | Checking tungstenite v0.21.0 |
1999 | 2024-09-09T17:15:14.674Z | Checking parse-display v0.10.0 |
2000 | 2024-09-09T17:15:14.698Z | Checking colored v2.1.0 |
2001 | 2024-09-09T17:15:14.882Z | Checking macaddr v1.0.1 |
2002 | 2024-09-09T17:15:14.957Z | Checking socket2 v0.4.10 |
2003 | 2024-09-09T17:15:15.072Z | Checking base64 v0.13.1 |
2004 | 2024-09-09T17:15:15.159Z | Checking zone v0.1.8 |
2005 | 2024-09-09T17:15:15.231Z | Checking tokio-tungstenite v0.21.0 |
2006 | 2024-09-09T17:15:15.408Z | Checking ron v0.7.1 |
2007 | 2024-09-09T17:15:15.676Z | Checking slog-envlogger v2.2.0 |
2008 | 2024-09-09T17:15:15.760Z | Checking pem v3.0.4 |
2009 | 2024-09-09T17:15:15.866Z | Checking tabwriter v1.4.0 |
2010 | 2024-09-09T17:15:16.010Z | Checking xattr v1.3.1 |
2011 | 2024-09-09T17:15:16.070Z | Checking portpicker v0.1.1 |
2012 | 2024-09-09T17:15:16.183Z | Checking yasna v0.5.2 |
2013 | 2024-09-09T17:15:16.206Z | Checking headers-core v0.2.0 |
2014 | 2024-09-09T17:15:16.326Z | Checking smf v0.2.3 |
2015 | 2024-09-09T17:15:16.394Z | Checking filetime v0.2.25 |
2016 | 2024-09-09T17:15:16.569Z | Checking same-file v1.0.6 |
2017 | 2024-09-09T17:15:16.723Z | Checking tar v0.4.41 |
2018 | 2024-09-09T17:15:16.747Z | Checking walkdir v2.5.0 |
2019 | 2024-09-09T17:15:16.856Z | Checking headers v0.3.9 |
2020 | 2024-09-09T17:15:16.915Z | Checking rcgen v0.12.1 |
2021 | 2024-09-09T17:15:16.939Z | Checking camino-tempfile v1.1.1 |
2022 | 2024-09-09T17:15:16.971Z | Checking atomicwrites v0.4.3 |
2023 | 2024-09-09T17:15:17.151Z | Checking subprocess v0.2.9 |
2024 | 2024-09-09T17:15:18.131Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2025 | 2024-09-09T17:15:18.367Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2026 | 2024-09-09T17:15:19.964Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2027 | 2024-09-09T17:15:22.460Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2028 | 2024-09-09T17:15:22.554Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2029 | 2024-09-09T17:15:27.339Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2030 | 2024-09-09T17:15:35.810Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2031 | 2024-09-09T17:15:35.974Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2032 | 2024-09-09T17:15:35.974Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2033 | 2024-09-09T17:15:39.208Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2034 | 2024-09-09T17:15:39.619Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2035 | 2024-09-09T17:15:47.311Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2036 | 2024-09-09T17:15:49.248Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2037 | 2024-09-09T17:15:50.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.47s |
2038 | 2024-09-09T17:15:50.803Z | |
2039 | 2024-09-09T17:15:50.803Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2040 | 2024-09-09T17:15:51.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2041 | 2024-09-09T17:15:51.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2042 | 2024-09-09T17:15:51.712Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2043 | 2024-09-09T17:15:53.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
2044 | 2024-09-09T17:15:53.344Z | |
2045 | 2024-09-09T17:15:53.344Z | info: running `cargo check --bins` on nexus-config (31/158) |
2046 | 2024-09-09T17:15:54.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2047 | 2024-09-09T17:15:54.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2048 | 2024-09-09T17:15:54.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2049 | 2024-09-09T17:15:54.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2050 | 2024-09-09T17:15:54.209Z | |
2051 | 2024-09-09T17:15:54.209Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2052 | 2024-09-09T17:15:54.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2053 | 2024-09-09T17:15:54.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2054 | 2024-09-09T17:15:54.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2055 | 2024-09-09T17:15:54.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2056 | 2024-09-09T17:15:54.998Z | |
2057 | 2024-09-09T17:15:54.998Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2058 | 2024-09-09T17:15:55.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2059 | 2024-09-09T17:15:55.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2060 | 2024-09-09T17:15:55.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2061 | 2024-09-09T17:15:55.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2062 | 2024-09-09T17:15:55.828Z | |
2063 | 2024-09-09T17:15:55.829Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2064 | 2024-09-09T17:15:56.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2065 | 2024-09-09T17:15:56.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2066 | 2024-09-09T17:15:56.701Z | Compiling heapless v0.8.0 |
2067 | 2024-09-09T17:15:56.725Z | Checking hash32 v0.3.1 |
2068 | 2024-09-09T17:15:56.749Z | Compiling smoltcp v0.11.0 |
2069 | 2024-09-09T17:15:56.773Z | Checking embedded-io v0.4.0 |
2070 | 2024-09-09T17:15:56.773Z | Checking cobs v0.2.3 |
2071 | 2024-09-09T17:15:56.797Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2072 | 2024-09-09T17:15:56.797Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2073 | 2024-09-09T17:15:56.821Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2074 | 2024-09-09T17:15:56.906Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2075 | 2024-09-09T17:15:56.935Z | Compiling crucible-workspace-hack v0.1.0 |
2076 | 2024-09-09T17:15:56.975Z | Checking postcard v1.0.8 |
2077 | 2024-09-09T17:15:56.975Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2078 | 2024-09-09T17:15:57.146Z | Compiling zone_cfg_derive v0.3.0 |
2079 | 2024-09-09T17:15:57.212Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2080 | 2024-09-09T17:15:57.356Z | Checking newline-converter v0.3.0 |
2081 | 2024-09-09T17:15:57.423Z | Compiling num-derive v0.4.2 |
2082 | 2024-09-09T17:15:57.491Z | Compiling slog-dtrace v0.3.0 |
2083 | 2024-09-09T17:15:57.524Z | Compiling convert_case v0.4.0 |
2084 | 2024-09-09T17:15:57.576Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2085 | 2024-09-09T17:15:57.618Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2086 | 2024-09-09T17:15:57.831Z | Checking expectorate v1.1.0 |
2087 | 2024-09-09T17:15:57.887Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2088 | 2024-09-09T17:15:58.323Z | Compiling derive_more v0.99.18 |
2089 | 2024-09-09T17:15:58.426Z | Checking zone v0.3.0 |
2090 | 2024-09-09T17:15:59.071Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2091 | 2024-09-09T17:16:00.799Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2092 | 2024-09-09T17:16:01.901Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2093 | 2024-09-09T17:16:02.868Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2094 | 2024-09-09T17:16:03.246Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2095 | 2024-09-09T17:16:05.454Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2096 | 2024-09-09T17:16:06.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.48s |
2097 | 2024-09-09T17:16:06.460Z | |
2098 | 2024-09-09T17:16:06.460Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2099 | 2024-09-09T17:16:07.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2100 | 2024-09-09T17:16:07.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2101 | 2024-09-09T17:16:07.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2102 | 2024-09-09T17:16:07.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2103 | 2024-09-09T17:16:07.303Z | |
2104 | 2024-09-09T17:16:07.303Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2105 | 2024-09-09T17:16:08.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2106 | 2024-09-09T17:16:08.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2107 | 2024-09-09T17:16:08.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2108 | 2024-09-09T17:16:08.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2109 | 2024-09-09T17:16:08.184Z | |
2110 | 2024-09-09T17:16:08.184Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2111 | 2024-09-09T17:16:09.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2112 | 2024-09-09T17:16:09.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2113 | 2024-09-09T17:16:09.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2114 | 2024-09-09T17:16:09.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2115 | 2024-09-09T17:16:09.188Z | |
2116 | 2024-09-09T17:16:09.188Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2117 | 2024-09-09T17:16:10.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2118 | 2024-09-09T17:16:10.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2119 | 2024-09-09T17:16:10.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2120 | 2024-09-09T17:16:10.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2121 | 2024-09-09T17:16:10.193Z | |
2122 | 2024-09-09T17:16:10.193Z | info: running `cargo check --bins` on dns-server (39/158) |
2123 | 2024-09-09T17:16:10.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2124 | 2024-09-09T17:16:10.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2125 | 2024-09-09T17:16:11.064Z | Compiling parking_lot_core v0.8.6 |
2126 | 2024-09-09T17:16:11.088Z | Checking nibble_vec v0.1.0 |
2127 | 2024-09-09T17:16:11.113Z | Checking endian-type v0.1.2 |
2128 | 2024-09-09T17:16:11.113Z | Checking quick-error v1.2.3 |
2129 | 2024-09-09T17:16:11.113Z | Checking linked-hash-map v0.5.6 |
2130 | 2024-09-09T17:16:11.113Z | Checking fxhash v0.2.1 |
2131 | 2024-09-09T17:16:11.113Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2132 | 2024-09-09T17:16:11.113Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2133 | 2024-09-09T17:16:11.263Z | Checking resolv-conf v0.7.0 |
2134 | 2024-09-09T17:16:11.287Z | Checking hickory-server v0.24.1 |
2135 | 2024-09-09T17:16:11.311Z | Checking radix_trie v0.2.1 |
2136 | 2024-09-09T17:16:11.406Z | Checking lru-cache v0.1.2 |
2137 | 2024-09-09T17:16:11.579Z | Checking hickory-resolver v0.24.1 |
2138 | 2024-09-09T17:16:11.642Z | Checking hickory-client v0.24.1 |
2139 | 2024-09-09T17:16:11.792Z | Checking parking_lot v0.11.2 |
2140 | 2024-09-09T17:16:12.092Z | Checking sled v0.34.7 |
2141 | 2024-09-09T17:16:14.266Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2142 | 2024-09-09T17:16:15.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
2143 | 2024-09-09T17:16:15.826Z | |
2144 | 2024-09-09T17:16:15.826Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2145 | 2024-09-09T17:16:16.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2146 | 2024-09-09T17:16:16.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2147 | 2024-09-09T17:16:16.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2148 | 2024-09-09T17:16:16.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2149 | 2024-09-09T17:16:16.649Z | |
2150 | 2024-09-09T17:16:16.649Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2151 | 2024-09-09T17:16:17.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2152 | 2024-09-09T17:16:17.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2153 | 2024-09-09T17:16:17.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2154 | 2024-09-09T17:16:17.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2155 | 2024-09-09T17:16:17.435Z | |
2156 | 2024-09-09T17:16:17.435Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2157 | 2024-09-09T17:16:18.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2158 | 2024-09-09T17:16:18.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2159 | 2024-09-09T17:16:18.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2160 | 2024-09-09T17:16:18.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2161 | 2024-09-09T17:16:18.353Z | |
2162 | 2024-09-09T17:16:18.353Z | info: running `cargo check --bins` on gateway-types (43/158) |
2163 | 2024-09-09T17:16:19.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2164 | 2024-09-09T17:16:19.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2165 | 2024-09-09T17:16:19.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2166 | 2024-09-09T17:16:19.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2167 | 2024-09-09T17:16:19.208Z | |
2168 | 2024-09-09T17:16:19.208Z | info: running `cargo check --bins` on ipcc (44/158) |
2169 | 2024-09-09T17:16:19.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2170 | 2024-09-09T17:16:19.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2171 | 2024-09-09T17:16:19.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2172 | 2024-09-09T17:16:19.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2173 | 2024-09-09T17:16:20.056Z | |
2174 | 2024-09-09T17:16:20.056Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2175 | 2024-09-09T17:16:20.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2176 | 2024-09-09T17:16:20.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2177 | 2024-09-09T17:16:21.010Z | Compiling rustls-pki-types v1.7.0 |
2178 | 2024-09-09T17:16:21.034Z | Compiling match_cfg v0.1.0 |
2179 | 2024-09-09T17:16:21.034Z | Checking num-rational v0.4.2 |
2180 | 2024-09-09T17:16:21.034Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2181 | 2024-09-09T17:16:21.034Z | Compiling slog-json v2.6.1 |
2182 | 2024-09-09T17:16:21.034Z | Compiling http v1.1.0 |
2183 | 2024-09-09T17:16:21.058Z | Checking num-complex v0.4.6 |
2184 | 2024-09-09T17:16:21.099Z | Compiling atomic-waker v1.1.2 |
2185 | 2024-09-09T17:16:21.147Z | Compiling hostname v0.3.1 |
2186 | 2024-09-09T17:16:21.305Z | Compiling prettyplease v0.2.20 |
2187 | 2024-09-09T17:16:21.386Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2188 | 2024-09-09T17:16:21.452Z | Compiling rustls-webpki v0.102.4 |
2189 | 2024-09-09T17:16:21.476Z | Compiling rustls-pemfile v2.1.3 |
2190 | 2024-09-09T17:16:21.578Z | Compiling slog-bunyan v2.5.0 |
2191 | 2024-09-09T17:16:21.602Z | Compiling waitgroup v0.1.2 |
2192 | 2024-09-09T17:16:21.654Z | Compiling async-stream v0.3.5 |
2193 | 2024-09-09T17:16:21.750Z | Compiling toml v0.8.19 |
2194 | 2024-09-09T17:16:21.774Z | Compiling newtype-uuid v1.1.0 |
2195 | 2024-09-09T17:16:21.810Z | Compiling ipnetwork v0.20.0 |
2196 | 2024-09-09T17:16:21.842Z | Checking num v0.4.3 |
2197 | 2024-09-09T17:16:21.896Z | Compiling serde_path_to_error v0.1.16 |
2198 | 2024-09-09T17:16:21.933Z | Compiling hostname v0.4.0 |
2199 | 2024-09-09T17:16:21.959Z | Compiling instant v0.1.12 |
2200 | 2024-09-09T17:16:22.047Z | Compiling debug-ignore v1.0.5 |
2201 | 2024-09-09T17:16:22.080Z | Checking float-ord v0.3.2 |
2202 | 2024-09-09T17:16:22.165Z | Compiling semver v0.1.20 |
2203 | 2024-09-09T17:16:22.213Z | Compiling rustls v0.22.4 |
2204 | 2024-09-09T17:16:22.213Z | Compiling radium v0.7.0 |
2205 | 2024-09-09T17:16:22.586Z | Compiling multer v3.1.0 |
2206 | 2024-09-09T17:16:22.625Z | Compiling rustc_version v0.1.7 |
2207 | 2024-09-09T17:16:22.649Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2208 | 2024-09-09T17:16:22.729Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2209 | 2024-09-09T17:16:23.053Z | Compiling backoff v0.4.0 |
2210 | 2024-09-09T17:16:23.187Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2211 | 2024-09-09T17:16:23.228Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2212 | 2024-09-09T17:16:23.265Z | Compiling parse-display v0.10.0 |
2213 | 2024-09-09T17:16:23.353Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2214 | 2024-09-09T17:16:23.377Z | Compiling serde_with v3.9.0 |
2215 | 2024-09-09T17:16:23.503Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2216 | 2024-09-09T17:16:23.657Z | Compiling macaddr v1.0.1 |
2217 | 2024-09-09T17:16:23.881Z | Compiling maybe-uninit v2.0.0 |
2218 | 2024-09-09T17:16:24.034Z | Checking tap v1.0.1 |
2219 | 2024-09-09T17:16:24.172Z | Checking wyz v0.5.1 |
2220 | 2024-09-09T17:16:24.433Z | Compiling newtype_derive v0.1.6 |
2221 | 2024-09-09T17:16:24.521Z | Checking password-hash v0.5.0 |
2222 | 2024-09-09T17:16:24.693Z | Checking blake2 v0.10.6 |
2223 | 2024-09-09T17:16:24.844Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2224 | 2024-09-09T17:16:24.921Z | Compiling packed_struct v0.10.1 |
2225 | 2024-09-09T17:16:25.065Z | Checking crc-catalog v2.4.0 |
2226 | 2024-09-09T17:16:25.117Z | Checking funty v2.0.0 |
2227 | 2024-09-09T17:16:25.415Z | Checking crc v3.2.1 |
2228 | 2024-09-09T17:16:25.472Z | Checking argon2 v0.5.3 |
2229 | 2024-09-09T17:16:25.879Z | Compiling packed_struct_codegen v0.10.1 |
2230 | 2024-09-09T17:16:26.008Z | Compiling tokio-rustls v0.25.0 |
2231 | 2024-09-09T17:16:26.177Z | Checking bitvec v1.0.1 |
2232 | 2024-09-09T17:16:26.414Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2233 | 2024-09-09T17:16:26.771Z | Checking half v2.4.1 |
2234 | 2024-09-09T17:16:26.828Z | Compiling cookie v0.18.1 |
2235 | 2024-09-09T17:16:27.113Z | Compiling indexmap v1.9.3 |
2236 | 2024-09-09T17:16:27.205Z | Checking ciborium-io v0.2.2 |
2237 | 2024-09-09T17:16:27.321Z | Checking nodrop v0.1.14 |
2238 | 2024-09-09T17:16:27.383Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2239 | 2024-09-09T17:16:27.430Z | Checking array-init v0.0.4 |
2240 | 2024-09-09T17:16:27.665Z | Checking ciborium-ll v0.2.2 |
2241 | 2024-09-09T17:16:28.101Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2242 | 2024-09-09T17:16:28.239Z | Checking smallvec v0.6.14 |
2243 | 2024-09-09T17:16:28.332Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2244 | 2024-09-09T17:16:28.371Z | Compiling memoffset v0.9.1 |
2245 | 2024-09-09T17:16:28.589Z | Checking highway v1.2.0 |
2246 | 2024-09-09T17:16:28.660Z | Checking bitfield v0.14.0 |
2247 | 2024-09-09T17:16:28.886Z | Checking hashbrown v0.12.3 |
2248 | 2024-09-09T17:16:28.924Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2249 | 2024-09-09T17:16:28.948Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2250 | 2024-09-09T17:16:29.268Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2251 | 2024-09-09T17:16:29.942Z | Checking env_logger v0.10.2 |
2252 | 2024-09-09T17:16:30.075Z | Checking serde-hex v0.1.0 |
2253 | 2024-09-09T17:16:30.136Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2254 | 2024-09-09T17:16:30.160Z | Checking steno v0.4.1 |
2255 | 2024-09-09T17:16:30.304Z | Checking bzip2 v0.4.4 |
2256 | 2024-09-09T17:16:30.551Z | Checking ciborium v0.2.2 |
2257 | 2024-09-09T17:16:30.919Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2258 | 2024-09-09T17:16:30.976Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2259 | 2024-09-09T17:16:31.142Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2260 | 2024-09-09T17:16:31.424Z | Checking ron v0.8.1 |
2261 | 2024-09-09T17:16:31.632Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2262 | 2024-09-09T17:16:32.060Z | Checking x509-cert v0.2.5 |
2263 | 2024-09-09T17:16:32.089Z | Checking hashbrown v0.13.2 |
2264 | 2024-09-09T17:16:32.475Z | Compiling derive-where v1.2.7 |
2265 | 2024-09-09T17:16:32.922Z | Checking crc-any v2.5.0 |
2266 | 2024-09-09T17:16:33.229Z | Checking object v0.30.4 |
2267 | 2024-09-09T17:16:33.322Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2268 | 2024-09-09T17:16:33.418Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2269 | 2024-09-09T17:16:33.558Z | Checking zip v0.6.6 |
2270 | 2024-09-09T17:16:33.924Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2271 | 2024-09-09T17:16:33.948Z | Checking path-slash v0.1.5 |
2272 | 2024-09-09T17:16:34.071Z | Checking nix v0.27.1 |
2273 | 2024-09-09T17:16:34.161Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2274 | 2024-09-09T17:16:34.258Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2275 | 2024-09-09T17:16:34.616Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2276 | 2024-09-09T17:16:34.831Z | Checking kstat-rs v0.2.4 |
2277 | 2024-09-09T17:16:34.953Z | Checking serde-big-array v0.5.1 |
2278 | 2024-09-09T17:16:35.134Z | Checking signal-hook-tokio v0.3.1 |
2279 | 2024-09-09T17:16:35.481Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2280 | 2024-09-09T17:16:36.590Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2281 | 2024-09-09T17:16:40.603Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2282 | 2024-09-09T17:16:42.204Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2283 | 2024-09-09T17:16:44.715Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2284 | 2024-09-09T17:16:47.514Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2285 | 2024-09-09T17:16:48.341Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2286 | 2024-09-09T17:16:48.679Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2287 | 2024-09-09T17:16:54.558Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2288 | 2024-09-09T17:16:55.340Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2289 | 2024-09-09T17:16:58.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s |
2290 | 2024-09-09T17:16:58.893Z | |
2291 | 2024-09-09T17:16:58.893Z | info: running `cargo check --bins` on gateway-api (46/158) |
2292 | 2024-09-09T17:16:59.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2293 | 2024-09-09T17:16:59.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2294 | 2024-09-09T17:16:59.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2295 | 2024-09-09T17:16:59.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2296 | 2024-09-09T17:16:59.744Z | |
2297 | 2024-09-09T17:16:59.744Z | info: running `cargo check --bins` on oximeter (47/158) |
2298 | 2024-09-09T17:17:00.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2299 | 2024-09-09T17:17:00.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2300 | 2024-09-09T17:17:00.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2301 | 2024-09-09T17:17:00.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2302 | 2024-09-09T17:17:00.599Z | |
2303 | 2024-09-09T17:17:00.599Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2304 | 2024-09-09T17:17:01.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2305 | 2024-09-09T17:17:01.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2306 | 2024-09-09T17:17:01.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2307 | 2024-09-09T17:17:01.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2308 | 2024-09-09T17:17:01.419Z | |
2309 | 2024-09-09T17:17:01.419Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2310 | 2024-09-09T17:17:02.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2311 | 2024-09-09T17:17:02.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2312 | 2024-09-09T17:17:02.285Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2313 | 2024-09-09T17:17:02.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2314 | 2024-09-09T17:17:02.858Z | |
2315 | 2024-09-09T17:17:02.858Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2316 | 2024-09-09T17:17:03.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2317 | 2024-09-09T17:17:03.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2318 | 2024-09-09T17:17:03.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2319 | 2024-09-09T17:17:03.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2320 | 2024-09-09T17:17:03.726Z | |
2321 | 2024-09-09T17:17:03.726Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2322 | 2024-09-09T17:17:04.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2323 | 2024-09-09T17:17:04.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2324 | 2024-09-09T17:17:04.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2325 | 2024-09-09T17:17:04.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2326 | 2024-09-09T17:17:04.547Z | |
2327 | 2024-09-09T17:17:04.547Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2328 | 2024-09-09T17:17:05.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2024-09-09T17:17:05.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2024-09-09T17:17:05.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2331 | 2024-09-09T17:17:05.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2332 | 2024-09-09T17:17:05.362Z | |
2333 | 2024-09-09T17:17:05.362Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2334 | 2024-09-09T17:17:06.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2024-09-09T17:17:06.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2024-09-09T17:17:06.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2337 | 2024-09-09T17:17:06.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2338 | 2024-09-09T17:17:06.243Z | |
2339 | 2024-09-09T17:17:06.243Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2340 | 2024-09-09T17:17:07.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-09-09T17:17:07.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-09-09T17:17:07.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2343 | 2024-09-09T17:17:07.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2344 | 2024-09-09T17:17:07.102Z | |
2345 | 2024-09-09T17:17:07.102Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2346 | 2024-09-09T17:17:07.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-09-09T17:17:07.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-09-09T17:17:07.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2349 | 2024-09-09T17:17:07.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2350 | 2024-09-09T17:17:07.995Z | |
2351 | 2024-09-09T17:17:07.995Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2352 | 2024-09-09T17:17:08.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-09-09T17:17:08.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-09-09T17:17:08.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2355 | 2024-09-09T17:17:08.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2356 | 2024-09-09T17:17:08.864Z | |
2357 | 2024-09-09T17:17:08.864Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2358 | 2024-09-09T17:17:09.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2359 | 2024-09-09T17:17:09.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2360 | 2024-09-09T17:17:09.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2361 | 2024-09-09T17:17:09.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2362 | 2024-09-09T17:17:09.713Z | |
2363 | 2024-09-09T17:17:09.713Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2364 | 2024-09-09T17:17:10.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2365 | 2024-09-09T17:17:10.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2366 | 2024-09-09T17:17:10.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2367 | 2024-09-09T17:17:10.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2368 | 2024-09-09T17:17:10.580Z | |
2369 | 2024-09-09T17:17:10.580Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2370 | 2024-09-09T17:17:11.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2371 | 2024-09-09T17:17:11.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2372 | 2024-09-09T17:17:11.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2373 | 2024-09-09T17:17:11.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2374 | 2024-09-09T17:17:11.471Z | |
2375 | 2024-09-09T17:17:11.471Z | info: running `cargo check --bins` on internal-dns (60/158) |
2376 | 2024-09-09T17:17:12.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-09-09T17:17:12.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-09-09T17:17:12.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2024-09-09T17:17:12.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2380 | 2024-09-09T17:17:12.333Z | |
2381 | 2024-09-09T17:17:12.333Z | info: running `cargo check --bins` on nexus-client (61/158) |
2382 | 2024-09-09T17:17:13.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-09-09T17:17:13.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-09-09T17:17:13.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2024-09-09T17:17:13.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2386 | 2024-09-09T17:17:13.196Z | |
2387 | 2024-09-09T17:17:13.196Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2388 | 2024-09-09T17:17:14.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-09-09T17:17:14.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-09-09T17:17:14.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2024-09-09T17:17:14.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2392 | 2024-09-09T17:17:14.097Z | |
2393 | 2024-09-09T17:17:14.098Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2394 | 2024-09-09T17:17:14.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-09-09T17:17:14.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-09-09T17:17:14.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2024-09-09T17:17:14.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2398 | 2024-09-09T17:17:14.906Z | |
2399 | 2024-09-09T17:17:14.906Z | info: running `cargo check --bins` on nexus-types (64/158) |
2400 | 2024-09-09T17:17:15.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-09-09T17:17:15.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-09-09T17:17:15.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2403 | 2024-09-09T17:17:15.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2404 | 2024-09-09T17:17:15.801Z | |
2405 | 2024-09-09T17:17:15.801Z | info: running `cargo check --bins` on gateway-client (65/158) |
2406 | 2024-09-09T17:17:16.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-09-09T17:17:16.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-09-09T17:17:16.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2409 | 2024-09-09T17:17:16.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2410 | 2024-09-09T17:17:16.633Z | |
2411 | 2024-09-09T17:17:16.633Z | info: running `cargo check --bins` on oxql-types (66/158) |
2412 | 2024-09-09T17:17:17.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-09-09T17:17:17.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-09-09T17:17:17.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2415 | 2024-09-09T17:17:17.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2416 | 2024-09-09T17:17:17.508Z | |
2417 | 2024-09-09T17:17:17.508Z | info: running `cargo check --bins` on sp-sim (67/158) |
2418 | 2024-09-09T17:17:18.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-09-09T17:17:18.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-09-09T17:17:18.369Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2421 | 2024-09-09T17:17:20.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
2422 | 2024-09-09T17:17:20.756Z | |
2423 | 2024-09-09T17:17:20.756Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2424 | 2024-09-09T17:17:21.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-09-09T17:17:21.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-09-09T17:17:21.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-09-09T17:17:21.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2428 | 2024-09-09T17:17:21.671Z | |
2429 | 2024-09-09T17:17:21.671Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2430 | 2024-09-09T17:17:22.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-09-09T17:17:22.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-09-09T17:17:22.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-09-09T17:17:22.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2434 | 2024-09-09T17:17:22.605Z | |
2435 | 2024-09-09T17:17:22.605Z | info: running `cargo check --bins` on db-macros (70/158) |
2436 | 2024-09-09T17:17:23.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-09-09T17:17:23.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-09-09T17:17:23.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-09-09T17:17:23.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2440 | 2024-09-09T17:17:23.422Z | |
2441 | 2024-09-09T17:17:23.422Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2442 | 2024-09-09T17:17:24.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-09-09T17:17:24.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-09-09T17:17:24.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-09-09T17:17:24.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2446 | 2024-09-09T17:17:24.262Z | |
2447 | 2024-09-09T17:17:24.262Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2448 | 2024-09-09T17:17:25.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-09-09T17:17:25.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-09-09T17:17:25.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-09-09T17:17:25.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2452 | 2024-09-09T17:17:25.169Z | |
2453 | 2024-09-09T17:17:25.169Z | info: running `cargo check --bins` on authz-macros (73/158) |
2454 | 2024-09-09T17:17:25.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-09-09T17:17:25.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-09-09T17:17:25.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-09-09T17:17:25.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2458 | 2024-09-09T17:17:25.982Z | |
2459 | 2024-09-09T17:17:25.982Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2460 | 2024-09-09T17:17:26.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-09-09T17:17:26.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-09-09T17:17:26.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-09-09T17:17:26.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2464 | 2024-09-09T17:17:26.856Z | |
2465 | 2024-09-09T17:17:26.856Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2466 | 2024-09-09T17:17:27.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-09-09T17:17:27.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-09-09T17:17:27.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-09-09T17:17:27.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2470 | 2024-09-09T17:17:27.750Z | |
2471 | 2024-09-09T17:17:27.750Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2472 | 2024-09-09T17:17:28.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-09-09T17:17:28.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-09-09T17:17:28.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-09-09T17:17:28.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2476 | 2024-09-09T17:17:28.618Z | |
2477 | 2024-09-09T17:17:28.619Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2478 | 2024-09-09T17:17:29.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-09-09T17:17:29.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-09-09T17:17:29.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-09-09T17:17:29.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2482 | 2024-09-09T17:17:29.476Z | |
2483 | 2024-09-09T17:17:29.476Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2484 | 2024-09-09T17:17:30.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-09-09T17:17:30.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-09-09T17:17:30.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-09-09T17:17:30.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2488 | 2024-09-09T17:17:30.352Z | |
2489 | 2024-09-09T17:17:30.352Z | info: running `cargo check --bins` on typed-rng (79/158) |
2490 | 2024-09-09T17:17:31.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-09-09T17:17:31.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-09-09T17:17:31.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-09-09T17:17:31.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2494 | 2024-09-09T17:17:31.158Z | |
2495 | 2024-09-09T17:17:31.158Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2496 | 2024-09-09T17:17:31.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-09-09T17:17:32.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-09-09T17:17:32.150Z | Compiling rayon-core v1.12.1 |
2499 | 2024-09-09T17:17:32.174Z | Compiling crossbeam-deque v0.8.5 |
2500 | 2024-09-09T17:17:32.174Z | Compiling curve25519-dalek v4.1.3 |
2501 | 2024-09-09T17:17:32.174Z | Compiling unicase v2.7.0 |
2502 | 2024-09-09T17:17:32.174Z | Compiling same-file v1.0.6 |
2503 | 2024-09-09T17:17:32.174Z | Checking keccak v0.1.5 |
2504 | 2024-09-09T17:17:32.224Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2505 | 2024-09-09T17:17:32.224Z | Compiling tempfile v3.10.1 |
2506 | 2024-09-09T17:17:32.428Z | Compiling walkdir v2.5.0 |
2507 | 2024-09-09T17:17:32.517Z | Checking sha3 v0.10.8 |
2508 | 2024-09-09T17:17:32.540Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2509 | 2024-09-09T17:17:32.740Z | Compiling thiserror-impl-no-std v2.0.2 |
2510 | 2024-09-09T17:17:32.829Z | Checking universal-hash v0.5.1 |
2511 | 2024-09-09T17:17:32.855Z | Checking secrecy v0.8.0 |
2512 | 2024-09-09T17:17:32.884Z | Compiling ring v0.16.20 |
2513 | 2024-09-09T17:17:32.972Z | Compiling blake3 v1.5.1 |
2514 | 2024-09-09T17:17:32.997Z | Compiling curve25519-dalek-derive v0.1.1 |
2515 | 2024-09-09T17:17:33.054Z | Checking opaque-debug v0.3.1 |
2516 | 2024-09-09T17:17:33.077Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2517 | 2024-09-09T17:17:33.077Z | Checking chacha20 v0.9.1 |
2518 | 2024-09-09T17:17:33.148Z | Checking poly1305 v0.8.0 |
2519 | 2024-09-09T17:17:33.344Z | Compiling rayon v1.10.0 |
2520 | 2024-09-09T17:17:33.401Z | Checking aead v0.5.2 |
2521 | 2024-09-09T17:17:33.578Z | Compiling memmap2 v0.9.4 |
2522 | 2024-09-09T17:17:33.607Z | Compiling untrusted v0.7.1 |
2523 | 2024-09-09T17:17:33.781Z | Compiling arrayvec v0.7.4 |
2524 | 2024-09-09T17:17:33.983Z | Compiling spin v0.5.2 |
2525 | 2024-09-09T17:17:34.045Z | Compiling arrayref v0.3.7 |
2526 | 2024-09-09T17:17:34.135Z | Compiling home v0.5.9 |
2527 | 2024-09-09T17:17:34.160Z | Compiling libefi-sys v0.1.0 |
2528 | 2024-09-09T17:17:34.183Z | Compiling constant_time_eq v0.3.0 |
2529 | 2024-09-09T17:17:34.206Z | Checking chacha20poly1305 v0.10.1 |
2530 | 2024-09-09T17:17:34.348Z | Compiling toolchain_find v0.4.0 |
2531 | 2024-09-09T17:17:34.460Z | Compiling camino-tempfile v1.1.1 |
2532 | 2024-09-09T17:17:34.625Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2533 | 2024-09-09T17:17:34.784Z | Compiling bitfield-struct v0.6.1 |
2534 | 2024-09-09T17:17:34.866Z | Compiling topological-sort v0.2.2 |
2535 | 2024-09-09T17:17:34.947Z | Compiling cancel-safe-futures v0.1.5 |
2536 | 2024-09-09T17:17:35.067Z | Compiling mime_guess v2.0.4 |
2537 | 2024-09-09T17:17:35.092Z | Compiling rustfmt-wrapper v0.2.1 |
2538 | 2024-09-09T17:17:35.448Z | Checking thiserror-no-std v2.0.2 |
2539 | 2024-09-09T17:17:35.548Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2540 | 2024-09-09T17:17:35.571Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2541 | 2024-09-09T17:17:35.630Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2542 | 2024-09-09T17:17:35.762Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2543 | 2024-09-09T17:17:35.840Z | Checking vsss-rs v3.3.4 |
2544 | 2024-09-09T17:17:36.032Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2545 | 2024-09-09T17:17:36.245Z | Checking gethostname v0.5.0 |
2546 | 2024-09-09T17:17:36.330Z | Checking libsw v3.3.1 |
2547 | 2024-09-09T17:17:36.355Z | Checking linear-map v1.2.0 |
2548 | 2024-09-09T17:17:36.379Z | Checking swrite v0.1.0 |
2549 | 2024-09-09T17:17:36.483Z | Checking owo-colors v4.0.0 |
2550 | 2024-09-09T17:17:36.521Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2551 | 2024-09-09T17:17:36.645Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2552 | 2024-09-09T17:17:36.935Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2553 | 2024-09-09T17:17:37.151Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2554 | 2024-09-09T17:17:37.358Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2555 | 2024-09-09T17:17:37.599Z | Checking nanorand v0.7.0 |
2556 | 2024-09-09T17:17:37.917Z | Compiling omicron-zone-package v0.11.0 |
2557 | 2024-09-09T17:17:37.940Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2558 | 2024-09-09T17:17:38.109Z | Checking glob v0.3.1 |
2559 | 2024-09-09T17:17:38.132Z | Checking http-range v0.1.5 |
2560 | 2024-09-09T17:17:38.155Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2561 | 2024-09-09T17:17:38.296Z | Checking hyper-staticfile v0.9.5 |
2562 | 2024-09-09T17:17:38.393Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2563 | 2024-09-09T17:17:38.667Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2564 | 2024-09-09T17:17:39.032Z | Checking flume v0.11.0 |
2565 | 2024-09-09T17:17:39.260Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2566 | 2024-09-09T17:17:39.327Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2567 | 2024-09-09T17:17:39.458Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2568 | 2024-09-09T17:17:39.899Z | Checking itertools v0.13.0 |
2569 | 2024-09-09T17:17:40.317Z | Checking display-error-chain v0.2.1 |
2570 | 2024-09-09T17:17:40.396Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2571 | 2024-09-09T17:17:40.650Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2572 | 2024-09-09T17:17:42.213Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2573 | 2024-09-09T17:17:43.474Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2574 | 2024-09-09T17:17:43.474Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2575 | 2024-09-09T17:17:57.319Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2576 | 2024-09-09T17:18:12.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.00s |
2577 | 2024-09-09T17:18:12.312Z | |
2578 | 2024-09-09T17:18:12.312Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2579 | 2024-09-09T17:18:13.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-09-09T17:18:13.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-09-09T17:18:13.257Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2582 | 2024-09-09T17:18:28.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s |
2583 | 2024-09-09T17:18:28.300Z | |
2584 | 2024-09-09T17:18:28.300Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2585 | 2024-09-09T17:18:29.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-09-09T17:18:29.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-09-09T17:18:29.355Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2588 | 2024-09-09T17:18:43.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.62s |
2589 | 2024-09-09T17:18:44.079Z | |
2590 | 2024-09-09T17:18:44.079Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2591 | 2024-09-09T17:18:44.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-09-09T17:18:44.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-09-09T17:18:45.012Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2594 | 2024-09-09T17:18:59.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.60s |
2595 | 2024-09-09T17:18:59.842Z | |
2596 | 2024-09-09T17:18:59.842Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2597 | 2024-09-09T17:19:00.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-09-09T17:19:00.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-09-09T17:19:00.770Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2600 | 2024-09-09T17:19:15.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.60s |
2601 | 2024-09-09T17:19:15.611Z | |
2602 | 2024-09-09T17:19:15.611Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2603 | 2024-09-09T17:19:16.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-09-09T17:19:16.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-09-09T17:19:16.575Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2606 | 2024-09-09T17:19:31.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.94s |
2607 | 2024-09-09T17:19:31.721Z | |
2608 | 2024-09-09T17:19:31.721Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2609 | 2024-09-09T17:19:32.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-09-09T17:19:32.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-09-09T17:19:32.706Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2612 | 2024-09-09T17:19:47.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.54s |
2613 | 2024-09-09T17:19:47.438Z | |
2614 | 2024-09-09T17:19:47.439Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2615 | 2024-09-09T17:19:48.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-09-09T17:19:48.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-09-09T17:19:48.390Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2618 | 2024-09-09T17:20:03.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.74s |
2619 | 2024-09-09T17:20:03.336Z | |
2620 | 2024-09-09T17:20:03.336Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2621 | 2024-09-09T17:20:04.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-09-09T17:20:04.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-09-09T17:20:04.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-09-09T17:20:04.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2625 | 2024-09-09T17:20:04.318Z | |
2626 | 2024-09-09T17:20:04.318Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2627 | 2024-09-09T17:20:05.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-09-09T17:20:05.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-09-09T17:20:05.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-09-09T17:20:05.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2631 | 2024-09-09T17:20:05.198Z | |
2632 | 2024-09-09T17:20:05.198Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2633 | 2024-09-09T17:20:05.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-09-09T17:20:05.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-09-09T17:20:05.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-09-09T17:20:05.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2637 | 2024-09-09T17:20:06.045Z | |
2638 | 2024-09-09T17:20:06.045Z | info: running `cargo check --bins` on dpd-client (91/158) |
2639 | 2024-09-09T17:20:06.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-09-09T17:20:06.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-09-09T17:20:06.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-09-09T17:20:06.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2643 | 2024-09-09T17:20:06.894Z | |
2644 | 2024-09-09T17:20:06.894Z | info: running `cargo check --bins` on installinator-common (92/158) |
2645 | 2024-09-09T17:20:07.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-09-09T17:20:07.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-09-09T17:20:07.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2024-09-09T17:20:07.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2649 | 2024-09-09T17:20:07.764Z | |
2650 | 2024-09-09T17:20:07.764Z | info: running `cargo check --bins` on update-engine (93/158) |
2651 | 2024-09-09T17:20:08.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-09-09T17:20:08.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-09-09T17:20:08.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2024-09-09T17:20:08.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2655 | 2024-09-09T17:20:08.601Z | |
2656 | 2024-09-09T17:20:08.601Z | info: running `cargo check --bins` on key-manager (94/158) |
2657 | 2024-09-09T17:20:09.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-09-09T17:20:09.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-09-09T17:20:09.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2024-09-09T17:20:09.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2661 | 2024-09-09T17:20:09.480Z | |
2662 | 2024-09-09T17:20:09.480Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2663 | 2024-09-09T17:20:10.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-09-09T17:20:10.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-09-09T17:20:10.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-09-09T17:20:10.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2667 | 2024-09-09T17:20:10.337Z | |
2668 | 2024-09-09T17:20:10.337Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2669 | 2024-09-09T17:20:11.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-09-09T17:20:11.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-09-09T17:20:11.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-09-09T17:20:11.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2673 | 2024-09-09T17:20:11.223Z | |
2674 | 2024-09-09T17:20:11.223Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2675 | 2024-09-09T17:20:11.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-09-09T17:20:12.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-09-09T17:20:12.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-09-09T17:20:12.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2679 | 2024-09-09T17:20:12.072Z | |
2680 | 2024-09-09T17:20:12.072Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2681 | 2024-09-09T17:20:12.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-09-09T17:20:12.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-09-09T17:20:12.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-09-09T17:20:12.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2685 | 2024-09-09T17:20:12.960Z | |
2686 | 2024-09-09T17:20:12.960Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2687 | 2024-09-09T17:20:13.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-09-09T17:20:13.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-09-09T17:20:13.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-09-09T17:20:13.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2691 | 2024-09-09T17:20:13.875Z | |
2692 | 2024-09-09T17:20:13.875Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2693 | 2024-09-09T17:20:14.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-09-09T17:20:14.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-09-09T17:20:14.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-09-09T17:20:14.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2697 | 2024-09-09T17:20:14.747Z | |
2698 | 2024-09-09T17:20:14.747Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2699 | 2024-09-09T17:20:15.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-09-09T17:20:15.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-09-09T17:20:15.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2024-09-09T17:20:15.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2703 | 2024-09-09T17:20:15.628Z | |
2704 | 2024-09-09T17:20:15.628Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2705 | 2024-09-09T17:20:16.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2024-09-09T17:20:16.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2024-09-09T17:20:16.544Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2708 | 2024-09-09T17:20:16.544Z | Checking bcs v0.1.6 |
2709 | 2024-09-09T17:20:16.544Z | Compiling async-recursion v1.1.1 |
2710 | 2024-09-09T17:20:16.544Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2711 | 2024-09-09T17:20:16.568Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2712 | 2024-09-09T17:20:17.693Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2713 | 2024-09-09T17:20:21.914Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2714 | 2024-09-09T17:20:24.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s |
2715 | 2024-09-09T17:20:24.274Z | |
2716 | 2024-09-09T17:20:24.274Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2717 | 2024-09-09T17:20:25.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2024-09-09T17:20:25.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2024-09-09T17:20:25.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2024-09-09T17:20:25.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2721 | 2024-09-09T17:20:25.133Z | |
2722 | 2024-09-09T17:20:25.133Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2723 | 2024-09-09T17:20:25.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2024-09-09T17:20:25.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2024-09-09T17:20:25.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2024-09-09T17:20:25.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2727 | 2024-09-09T17:20:25.989Z | |
2728 | 2024-09-09T17:20:25.989Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2729 | 2024-09-09T17:20:26.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2024-09-09T17:20:26.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2024-09-09T17:20:26.848Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2732 | 2024-09-09T17:20:27.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
2733 | 2024-09-09T17:20:27.637Z | |
2734 | 2024-09-09T17:20:27.637Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2735 | 2024-09-09T17:20:28.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2024-09-09T17:20:28.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2024-09-09T17:20:28.563Z | Compiling vte_generate_state_changes v0.1.1 |
2738 | 2024-09-09T17:20:28.563Z | Checking fd-lock v4.0.2 |
2739 | 2024-09-09T17:20:28.587Z | Checking bytecount v0.6.8 |
2740 | 2024-09-09T17:20:28.587Z | Compiling tabled_derive v0.7.0 |
2741 | 2024-09-09T17:20:28.587Z | Checking crossterm v0.27.0 |
2742 | 2024-09-09T17:20:28.611Z | Compiling peg-macros v0.8.4 |
2743 | 2024-09-09T17:20:28.611Z | Compiling sqlparser_derive v0.2.2 |
2744 | 2024-09-09T17:20:28.611Z | Checking nu-ansi-term v0.50.0 |
2745 | 2024-09-09T17:20:28.764Z | Checking papergrid v0.11.0 |
2746 | 2024-09-09T17:20:28.790Z | Checking home v0.5.9 |
2747 | 2024-09-09T17:20:28.904Z | Checking unicode_categories v0.1.1 |
2748 | 2024-09-09T17:20:29.034Z | Checking rustyline v14.0.0 |
2749 | 2024-09-09T17:20:29.138Z | Checking vte v0.11.1 |
2750 | 2024-09-09T17:20:29.171Z | Checking sqlformat v0.2.4 |
2751 | 2024-09-09T17:20:29.572Z | Checking sqlparser v0.45.0 |
2752 | 2024-09-09T17:20:29.993Z | Checking crossterm v0.28.1 |
2753 | 2024-09-09T17:20:30.173Z | Checking strip-ansi-escapes v0.2.0 |
2754 | 2024-09-09T17:20:30.306Z | Checking reedline v0.33.0 |
2755 | 2024-09-09T17:20:30.720Z | Checking tabled v0.15.0 |
2756 | 2024-09-09T17:20:31.303Z | Checking peg v0.8.4 |
2757 | 2024-09-09T17:20:37.000Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2758 | 2024-09-09T17:20:43.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s |
2759 | 2024-09-09T17:20:43.649Z | |
2760 | 2024-09-09T17:20:43.649Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2761 | 2024-09-09T17:20:44.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-09-09T17:20:44.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-09-09T17:20:44.534Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2764 | 2024-09-09T17:20:51.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s |
2765 | 2024-09-09T17:20:51.319Z | |
2766 | 2024-09-09T17:20:51.319Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2767 | 2024-09-09T17:20:52.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-09-09T17:20:52.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-09-09T17:20:52.194Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2770 | 2024-09-09T17:20:58.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.03s |
2771 | 2024-09-09T17:20:58.508Z | |
2772 | 2024-09-09T17:20:58.508Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2773 | 2024-09-09T17:20:59.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-09-09T17:20:59.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-09-09T17:20:59.463Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2776 | 2024-09-09T17:21:04.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s |
2777 | 2024-09-09T17:21:04.773Z | |
2778 | 2024-09-09T17:21:04.773Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2779 | 2024-09-09T17:21:05.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-09-09T17:21:05.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-09-09T17:21:05.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-09-09T17:21:05.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2783 | 2024-09-09T17:21:05.613Z | |
2784 | 2024-09-09T17:21:05.613Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2785 | 2024-09-09T17:21:06.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-09-09T17:21:06.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-09-09T17:21:06.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-09-09T17:21:06.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2789 | 2024-09-09T17:21:06.424Z | |
2790 | 2024-09-09T17:21:06.424Z | info: running `cargo check --bins` on installinator-client (112/158) |
2791 | 2024-09-09T17:21:07.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-09-09T17:21:07.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-09-09T17:21:07.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-09-09T17:21:07.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2795 | 2024-09-09T17:21:07.274Z | |
2796 | 2024-09-09T17:21:07.274Z | info: running `cargo check --bins` on oxide-client (113/158) |
2797 | 2024-09-09T17:21:08.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-09-09T17:21:08.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-09-09T17:21:08.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-09-09T17:21:08.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2801 | 2024-09-09T17:21:08.103Z | |
2802 | 2024-09-09T17:21:08.103Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2803 | 2024-09-09T17:21:08.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-09-09T17:21:08.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-09-09T17:21:08.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-09-09T17:21:08.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2807 | 2024-09-09T17:21:09.035Z | |
2808 | 2024-09-09T17:21:09.035Z | info: running `cargo check --bins` on wicket-common (115/158) |
2809 | 2024-09-09T17:21:09.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-09-09T17:21:09.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-09-09T17:21:09.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-09-09T17:21:09.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2813 | 2024-09-09T17:21:09.915Z | |
2814 | 2024-09-09T17:21:09.915Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2815 | 2024-09-09T17:21:10.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-09-09T17:21:10.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-09-09T17:21:10.805Z | Checking csv-core v0.1.11 |
2818 | 2024-09-09T17:21:10.829Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2819 | 2024-09-09T17:21:11.103Z | Checking csv v1.3.0 |
2820 | 2024-09-09T17:21:11.792Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2821 | 2024-09-09T17:21:12.230Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2822 | 2024-09-09T17:21:13.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
2823 | 2024-09-09T17:21:13.915Z | |
2824 | 2024-09-09T17:21:13.915Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2825 | 2024-09-09T17:21:14.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-09-09T17:21:14.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-09-09T17:21:14.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2024-09-09T17:21:14.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2829 | 2024-09-09T17:21:14.778Z | |
2830 | 2024-09-09T17:21:14.778Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2831 | 2024-09-09T17:21:15.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2024-09-09T17:21:15.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2024-09-09T17:21:15.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2024-09-09T17:21:15.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2835 | 2024-09-09T17:21:15.654Z | |
2836 | 2024-09-09T17:21:15.654Z | info: running `cargo check --bins` on cert-dev (119/158) |
2837 | 2024-09-09T17:21:16.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-09-09T17:21:16.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-09-09T17:21:16.470Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2840 | 2024-09-09T17:21:16.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2841 | 2024-09-09T17:21:16.850Z | |
2842 | 2024-09-09T17:21:16.850Z | info: running `cargo check --bins` on ch-dev (120/158) |
2843 | 2024-09-09T17:21:17.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-09-09T17:21:17.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-09-09T17:21:17.769Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2846 | 2024-09-09T17:21:18.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
2847 | 2024-09-09T17:21:18.763Z | |
2848 | 2024-09-09T17:21:18.763Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2849 | 2024-09-09T17:21:19.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-09-09T17:21:19.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-09-09T17:21:19.649Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2852 | 2024-09-09T17:21:19.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
2853 | 2024-09-09T17:21:20.134Z | |
2854 | 2024-09-09T17:21:20.134Z | info: running `cargo check --bins` on db-dev (122/158) |
2855 | 2024-09-09T17:21:20.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-09-09T17:21:20.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-09-09T17:21:21.044Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2858 | 2024-09-09T17:21:21.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
2859 | 2024-09-09T17:21:21.976Z | |
2860 | 2024-09-09T17:21:21.976Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2861 | 2024-09-09T17:21:22.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-09-09T17:21:22.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-09-09T17:21:22.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2024-09-09T17:21:22.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2865 | 2024-09-09T17:21:22.848Z | |
2866 | 2024-09-09T17:21:22.848Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2867 | 2024-09-09T17:21:23.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-09-09T17:21:23.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-09-09T17:21:23.681Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2870 | 2024-09-09T17:21:24.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
2871 | 2024-09-09T17:21:24.779Z | |
2872 | 2024-09-09T17:21:24.779Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2873 | 2024-09-09T17:21:25.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-09-09T17:21:25.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-09-09T17:21:25.751Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2876 | 2024-09-09T17:21:26.452Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2877 | 2024-09-09T17:21:27.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
2878 | 2024-09-09T17:21:27.229Z | |
2879 | 2024-09-09T17:21:27.229Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2880 | 2024-09-09T17:21:28.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-09-09T17:21:28.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-09-09T17:21:28.339Z | Compiling glob v0.3.1 |
2883 | 2024-09-09T17:21:28.339Z | Compiling crunchy v0.2.2 |
2884 | 2024-09-09T17:21:28.363Z | Compiling tiny-keccak v2.0.2 |
2885 | 2024-09-09T17:21:28.363Z | Compiling dsl_auto_type v0.1.2 |
2886 | 2024-09-09T17:21:28.363Z | Checking scheduled-thread-pool v0.2.7 |
2887 | 2024-09-09T17:21:28.363Z | Compiling diesel_table_macro_syntax v0.2.0 |
2888 | 2024-09-09T17:21:28.387Z | Compiling ascii-canvas v3.0.0 |
2889 | 2024-09-09T17:21:28.411Z | Compiling ena v0.14.3 |
2890 | 2024-09-09T17:21:28.621Z | Checking r2d2 v0.8.10 |
2891 | 2024-09-09T17:21:28.674Z | Compiling libloading v0.8.3 |
2892 | 2024-09-09T17:21:28.845Z | Compiling diff v0.1.13 |
2893 | 2024-09-09T17:21:28.871Z | Compiling bindgen v0.69.4 |
2894 | 2024-09-09T17:21:28.926Z | Compiling regex-syntax v0.6.29 |
2895 | 2024-09-09T17:21:28.985Z | Compiling which v4.4.2 |
2896 | 2024-09-09T17:21:29.079Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2897 | 2024-09-09T17:21:29.253Z | Compiling clang-sys v1.7.0 |
2898 | 2024-09-09T17:21:29.286Z | Compiling cexpr v0.6.0 |
2899 | 2024-09-09T17:21:29.431Z | Compiling shlex v1.3.0 |
2900 | 2024-09-09T17:21:29.534Z | Compiling lazycell v1.3.0 |
2901 | 2024-09-09T17:21:29.593Z | Compiling ref-cast v1.0.23 |
2902 | 2024-09-09T17:21:29.617Z | Compiling rustc-hash v1.1.0 |
2903 | 2024-09-09T17:21:29.700Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2904 | 2024-09-09T17:21:29.757Z | Compiling derive_builder_core v0.20.0 |
2905 | 2024-09-09T17:21:29.820Z | Compiling libxml v0.3.3 |
2906 | 2024-09-09T17:21:29.891Z | Compiling diesel_derives v2.2.2 |
2907 | 2024-09-09T17:21:29.978Z | Compiling ref-cast-impl v1.0.23 |
2908 | 2024-09-09T17:21:30.146Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2909 | 2024-09-09T17:21:30.228Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2910 | 2024-09-09T17:21:30.560Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2911 | 2024-09-09T17:21:30.828Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2912 | 2024-09-09T17:21:30.853Z | Compiling strum_macros v0.24.3 |
2913 | 2024-09-09T17:21:31.092Z | Compiling dropshot v0.10.1 |
2914 | 2024-09-09T17:21:31.167Z | Compiling indoc v1.0.9 |
2915 | 2024-09-09T17:21:31.786Z | Compiling lalrpop v0.19.12 |
2916 | 2024-09-09T17:21:32.008Z | Compiling derive_builder_macro v0.20.0 |
2917 | 2024-09-09T17:21:32.737Z | Checking derive_builder v0.20.0 |
2918 | 2024-09-09T17:21:32.892Z | Checking tungstenite v0.23.0 |
2919 | 2024-09-09T17:21:32.981Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2920 | 2024-09-09T17:21:33.235Z | Compiling dropshot_endpoint v0.10.1 |
2921 | 2024-09-09T17:21:33.694Z | Compiling oso-derive v0.27.3 |
2922 | 2024-09-09T17:21:33.814Z | Compiling impl-trait-for-tuples v0.2.2 |
2923 | 2024-09-09T17:21:33.900Z | Checking quick-xml v0.31.0 |
2924 | 2024-09-09T17:21:34.577Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2925 | 2024-09-09T17:21:34.855Z | Checking maplit v1.0.2 |
2926 | 2024-09-09T17:21:35.025Z | Checking tokio-tungstenite v0.23.1 |
2927 | 2024-09-09T17:21:35.447Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2928 | 2024-09-09T17:21:35.654Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2929 | 2024-09-09T17:21:35.922Z | Checking bb8 v0.8.5 |
2930 | 2024-09-09T17:21:36.333Z | Compiling const_format_proc_macros v0.2.32 |
2931 | 2024-09-09T17:21:37.013Z | Checking crossbeam-deque v0.8.5 |
2932 | 2024-09-09T17:21:37.320Z | Compiling portable-atomic v1.6.0 |
2933 | 2024-09-09T17:21:38.151Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2934 | 2024-09-09T17:21:38.295Z | Checking const_format v0.2.32 |
2935 | 2024-09-09T17:21:38.399Z | Checking rayon-core v1.12.1 |
2936 | 2024-09-09T17:21:38.804Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2937 | 2024-09-09T17:21:39.040Z | Checking castaway v0.2.3 |
2938 | 2024-09-09T17:21:39.108Z | Checking rayon v1.10.0 |
2939 | 2024-09-09T17:21:39.205Z | Checking compact_str v0.8.0 |
2940 | 2024-09-09T17:21:39.942Z | Checking diesel v2.2.3 |
2941 | 2024-09-09T17:21:40.098Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2942 | 2024-09-09T17:21:40.353Z | Checking unicode-truncate v1.0.0 |
2943 | 2024-09-09T17:21:40.410Z | Checking lru v0.12.3 |
2944 | 2024-09-09T17:21:40.561Z | Compiling instability v0.3.2 |
2945 | 2024-09-09T17:21:40.633Z | Checking number_prefix v0.4.0 |
2946 | 2024-09-09T17:21:40.722Z | Checking unicode-linebreak v0.1.5 |
2947 | 2024-09-09T17:21:40.810Z | Checking cassowary v0.3.0 |
2948 | 2024-09-09T17:21:40.886Z | Checking smawk v0.3.2 |
2949 | 2024-09-09T17:21:41.082Z | Checking textwrap v0.16.1 |
2950 | 2024-09-09T17:21:41.107Z | Checking multimap v0.10.0 |
2951 | 2024-09-09T17:21:41.449Z | Checking ratatui v0.28.0 |
2952 | 2024-09-09T17:21:42.274Z | Checking indicatif v0.17.8 |
2953 | 2024-09-09T17:21:59.343Z | Compiling samael v0.0.15 |
2954 | 2024-09-09T17:22:10.207Z | Checking async-bb8-diesel v0.2.1 |
2955 | 2024-09-09T17:22:12.387Z | Compiling polar-core v0.27.3 |
2956 | 2024-09-09T17:22:21.007Z | Checking oso v0.27.3 |
2957 | 2024-09-09T17:23:34.690Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2958 | 2024-09-09T17:23:41.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
2959 | 2024-09-09T17:23:41.814Z | |
2960 | 2024-09-09T17:23:41.814Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2961 | 2024-09-09T17:23:42.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2024-09-09T17:23:42.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2024-09-09T17:23:42.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2964 | 2024-09-09T17:23:42.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2965 | 2024-09-09T17:23:42.763Z | |
2966 | 2024-09-09T17:23:42.763Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2967 | 2024-09-09T17:23:43.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-09-09T17:23:43.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-09-09T17:23:43.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2970 | 2024-09-09T17:23:43.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2971 | 2024-09-09T17:23:43.655Z | |
2972 | 2024-09-09T17:23:43.655Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2973 | 2024-09-09T17:23:44.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2024-09-09T17:23:44.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2024-09-09T17:23:44.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2976 | 2024-09-09T17:23:44.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2977 | 2024-09-09T17:23:44.482Z | |
2978 | 2024-09-09T17:23:44.482Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2979 | 2024-09-09T17:23:45.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-09-09T17:23:45.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-09-09T17:23:45.545Z | Compiling libz-sys v1.1.16 |
2982 | 2024-09-09T17:23:45.572Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2983 | 2024-09-09T17:23:45.596Z | Compiling vergen v8.3.2 |
2984 | 2024-09-09T17:23:45.596Z | Compiling cargo-platform v0.1.8 |
2985 | 2024-09-09T17:23:45.596Z | Compiling pin-project-internal v1.1.5 |
2986 | 2024-09-09T17:23:45.644Z | Compiling snafu-derive v0.8.2 |
2987 | 2024-09-09T17:23:45.668Z | Compiling libsqlite3-sys v0.28.0 |
2988 | 2024-09-09T17:23:45.668Z | Compiling buf-list v1.0.3 |
2989 | 2024-09-09T17:23:45.926Z | Compiling cargo_metadata v0.18.1 |
2990 | 2024-09-09T17:23:46.124Z | Checking globset v0.4.14 |
2991 | 2024-09-09T17:23:46.189Z | Checking olpc-cjson v0.1.3 |
2992 | 2024-09-09T17:23:46.357Z | Checking rand_seeder v0.3.0 |
2993 | 2024-09-09T17:23:46.395Z | Checking serde_plain v1.0.2 |
2994 | 2024-09-09T17:23:46.449Z | Checking typed-path v0.7.1 |
2995 | 2024-09-09T17:23:46.563Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2996 | 2024-09-09T17:23:46.737Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2997 | 2024-09-09T17:23:46.854Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2998 | 2024-09-09T17:23:46.990Z | Checking hashlink v0.9.1 |
2999 | 2024-09-09T17:23:47.014Z | Checking fallible-streaming-iterator v0.1.9 |
3000 | 2024-09-09T17:23:47.122Z | Checking parse-size v1.0.0 |
3001 | 2024-09-09T17:23:47.218Z | Checking fallible-iterator v0.3.0 |
3002 | 2024-09-09T17:23:47.341Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3003 | 2024-09-09T17:23:47.524Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3004 | 2024-09-09T17:23:47.833Z | Checking rusqlite v0.31.0 |
3005 | 2024-09-09T17:23:48.064Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3006 | 2024-09-09T17:23:48.135Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3007 | 2024-09-09T17:23:48.180Z | Checking pin-project v1.1.5 |
3008 | 2024-09-09T17:23:48.296Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3009 | 2024-09-09T17:23:48.332Z | Checking twox-hash v1.6.3 |
3010 | 2024-09-09T17:23:48.423Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3011 | 2024-09-09T17:23:48.740Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3012 | 2024-09-09T17:23:49.075Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3013 | 2024-09-09T17:23:49.139Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3014 | 2024-09-09T17:23:49.258Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3015 | 2024-09-09T17:23:49.481Z | Checking fatfs v0.3.6 |
3016 | 2024-09-09T17:23:49.917Z | Checking assert_matches v1.5.0 |
3017 | 2024-09-09T17:23:50.437Z | Checking snafu v0.8.2 |
3018 | 2024-09-09T17:23:50.880Z | Checking tough v0.17.1 |
3019 | 2024-09-09T17:23:54.719Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3020 | 2024-09-09T17:23:56.171Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3021 | 2024-09-09T17:23:56.683Z | Compiling git2 v0.19.0 |
3022 | 2024-09-09T17:24:02.781Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3023 | 2024-09-09T17:25:05.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
3024 | 2024-09-09T17:25:05.980Z | |
3025 | 2024-09-09T17:25:05.980Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3026 | 2024-09-09T17:25:06.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-09-09T17:25:06.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-09-09T17:25:06.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2024-09-09T17:25:06.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3030 | 2024-09-09T17:25:07.060Z | |
3031 | 2024-09-09T17:25:07.060Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3032 | 2024-09-09T17:25:07.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-09-09T17:25:07.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-09-09T17:25:07.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2024-09-09T17:25:07.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3036 | 2024-09-09T17:25:08.004Z | |
3037 | 2024-09-09T17:25:08.004Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3038 | 2024-09-09T17:25:08.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-09-09T17:25:09.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-09-09T17:25:09.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2024-09-09T17:25:09.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3042 | 2024-09-09T17:25:09.083Z | |
3043 | 2024-09-09T17:25:09.083Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3044 | 2024-09-09T17:25:10.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-09-09T17:25:10.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-09-09T17:25:10.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-09-09T17:25:10.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3048 | 2024-09-09T17:25:10.123Z | |
3049 | 2024-09-09T17:25:10.123Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3050 | 2024-09-09T17:25:11.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-09-09T17:25:11.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-09-09T17:25:11.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-09-09T17:25:11.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3054 | 2024-09-09T17:25:11.147Z | |
3055 | 2024-09-09T17:25:11.147Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3056 | 2024-09-09T17:25:12.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-09-09T17:25:12.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-09-09T17:25:12.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-09-09T17:25:12.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3060 | 2024-09-09T17:25:12.114Z | |
3061 | 2024-09-09T17:25:12.114Z | info: running `cargo check --bins` on update-common (137/158) |
3062 | 2024-09-09T17:25:12.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-09-09T17:25:12.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-09-09T17:25:12.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-09-09T17:25:12.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3066 | 2024-09-09T17:25:12.997Z | |
3067 | 2024-09-09T17:25:12.997Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3068 | 2024-09-09T17:25:13.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-09-09T17:25:13.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-09-09T17:25:13.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-09-09T17:25:13.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3072 | 2024-09-09T17:25:13.931Z | |
3073 | 2024-09-09T17:25:13.931Z | info: running `cargo check --bins` on tufaceous (139/158) |
3074 | 2024-09-09T17:25:14.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-09-09T17:25:14.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-09-09T17:25:14.809Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3077 | 2024-09-09T17:25:15.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
3078 | 2024-09-09T17:25:15.997Z | |
3079 | 2024-09-09T17:25:15.997Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3080 | 2024-09-09T17:25:16.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-09-09T17:25:16.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-09-09T17:25:17.183Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3083 | 2024-09-09T17:25:17.183Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3084 | 2024-09-09T17:25:17.183Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3085 | 2024-09-09T17:25:18.852Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3086 | 2024-09-09T17:25:21.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
3087 | 2024-09-09T17:25:22.025Z | |
3088 | 2024-09-09T17:25:22.026Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3089 | 2024-09-09T17:25:22.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-09-09T17:25:22.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-09-09T17:25:22.949Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3092 | 2024-09-09T17:25:22.949Z | Checking heck v0.4.1 |
3093 | 2024-09-09T17:25:22.949Z | Checking is_ci v1.2.0 |
3094 | 2024-09-09T17:25:22.949Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3095 | 2024-09-09T17:25:22.973Z | Checking indent_write v2.2.0 |
3096 | 2024-09-09T17:25:23.087Z | Checking supports-color v3.0.0 |
3097 | 2024-09-09T17:25:23.200Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3098 | 2024-09-09T17:25:24.967Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3099 | 2024-09-09T17:25:25.972Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3100 | 2024-09-09T17:25:27.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
3101 | 2024-09-09T17:25:27.395Z | |
3102 | 2024-09-09T17:25:27.395Z | info: running `cargo check --bins` on installinator-api (142/158) |
3103 | 2024-09-09T17:25:28.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2024-09-09T17:25:28.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2024-09-09T17:25:28.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3106 | 2024-09-09T17:25:28.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3107 | 2024-09-09T17:25:28.267Z | |
3108 | 2024-09-09T17:25:28.267Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3109 | 2024-09-09T17:25:29.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-09-09T17:25:29.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-09-09T17:25:29.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3112 | 2024-09-09T17:25:29.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3113 | 2024-09-09T17:25:29.255Z | |
3114 | 2024-09-09T17:25:29.255Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3115 | 2024-09-09T17:25:30.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-09-09T17:25:30.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-09-09T17:25:30.210Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3118 | 2024-09-09T17:25:31.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
3119 | 2024-09-09T17:25:31.812Z | |
3120 | 2024-09-09T17:25:31.812Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3121 | 2024-09-09T17:25:32.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-09-09T17:25:32.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-09-09T17:25:32.697Z | Checking memmap2 v0.9.4 |
3124 | 2024-09-09T17:25:32.698Z | Checking untrusted v0.7.1 |
3125 | 2024-09-09T17:25:32.698Z | Checking spin v0.5.2 |
3126 | 2024-09-09T17:25:32.698Z | Checking arrayref v0.3.7 |
3127 | 2024-09-09T17:25:32.722Z | Checking constant_time_eq v0.3.0 |
3128 | 2024-09-09T17:25:32.722Z | Checking arrayvec v0.7.4 |
3129 | 2024-09-09T17:25:32.722Z | Checking cargo-platform v0.1.8 |
3130 | 2024-09-09T17:25:32.722Z | Checking topological-sort v0.2.2 |
3131 | 2024-09-09T17:25:32.830Z | Checking shell-words v1.1.0 |
3132 | 2024-09-09T17:25:32.941Z | Checking ring v0.16.20 |
3133 | 2024-09-09T17:25:33.043Z | Checking cargo_metadata v0.18.1 |
3134 | 2024-09-09T17:25:33.117Z | Checking blake3 v1.5.1 |
3135 | 2024-09-09T17:25:34.462Z | Checking omicron-zone-package v0.11.0 |
3136 | 2024-09-09T17:25:35.808Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3137 | 2024-09-09T17:25:36.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s |
3138 | 2024-09-09T17:25:37.029Z | |
3139 | 2024-09-09T17:25:37.029Z | info: running `cargo check --bins` on xtask (146/158) |
3140 | 2024-09-09T17:25:37.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-09-09T17:25:37.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-09-09T17:25:37.672Z | Checking bitflags v2.6.0 |
3143 | 2024-09-09T17:25:37.672Z | Checking serde v1.0.208 |
3144 | 2024-09-09T17:25:37.672Z | Checking thiserror v1.0.63 |
3145 | 2024-09-09T17:25:37.672Z | Checking scroll v0.12.0 |
3146 | 2024-09-09T17:25:37.715Z | Checking log v0.4.21 |
3147 | 2024-09-09T17:25:37.745Z | Checking hashbrown v0.14.5 |
3148 | 2024-09-09T17:25:37.745Z | Checking zerocopy v0.7.34 |
3149 | 2024-09-09T17:25:37.772Z | Checking syn v2.0.74 |
3150 | 2024-09-09T17:25:37.823Z | Checking pest v2.7.10 |
3151 | 2024-09-09T17:25:37.930Z | Checking rustix v0.38.34 |
3152 | 2024-09-09T17:25:37.972Z | Checking fs-err v2.11.0 |
3153 | 2024-09-09T17:25:38.133Z | Checking goblin v0.8.2 |
3154 | 2024-09-09T17:25:38.241Z | Checking anyhow v1.0.86 |
3155 | 2024-09-09T17:25:38.571Z | Checking tabled v0.15.0 |
3156 | 2024-09-09T17:25:38.722Z | Checking indexmap v2.4.0 |
3157 | 2024-09-09T17:25:39.529Z | Checking terminal_size v0.3.0 |
3158 | 2024-09-09T17:25:39.529Z | Checking tempfile v3.10.1 |
3159 | 2024-09-09T17:25:39.674Z | Checking clap_builder v4.5.15 |
3160 | 2024-09-09T17:25:39.896Z | Checking dtrace-parser v0.2.0 |
3161 | 2024-09-09T17:25:41.740Z | Checking serde_json v1.0.125 |
3162 | 2024-09-09T17:25:41.740Z | Checking toml_datetime v0.6.8 |
3163 | 2024-09-09T17:25:41.740Z | Checking serde_spanned v0.6.7 |
3164 | 2024-09-09T17:25:41.770Z | Checking camino v1.1.9 |
3165 | 2024-09-09T17:25:41.770Z | Checking semver v1.0.23 |
3166 | 2024-09-09T17:25:41.808Z | Checking cargo-platform v0.1.8 |
3167 | 2024-09-09T17:25:41.941Z | Checking macaddr v1.0.1 |
3168 | 2024-09-09T17:25:42.027Z | Checking toml_edit v0.22.20 |
3169 | 2024-09-09T17:25:42.134Z | Checking clap v4.5.16 |
3170 | 2024-09-09T17:25:42.282Z | Checking camino-tempfile v1.1.1 |
3171 | 2024-09-09T17:25:42.929Z | Checking dof v0.3.0 |
3172 | 2024-09-09T17:25:42.929Z | Checking cargo_metadata v0.18.1 |
3173 | 2024-09-09T17:25:43.434Z | Checking usdt-impl v0.5.0 |
3174 | 2024-09-09T17:25:43.894Z | Checking usdt v0.5.0 |
3175 | 2024-09-09T17:25:44.196Z | Checking toml v0.8.19 |
3176 | 2024-09-09T17:25:44.757Z | Checking cargo_toml v0.20.4 |
3177 | 2024-09-09T17:25:46.256Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3178 | 2024-09-09T17:25:47.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s |
3179 | 2024-09-09T17:25:47.136Z | |
3180 | 2024-09-09T17:25:47.136Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3181 | 2024-09-09T17:25:47.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-09-09T17:25:48.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-09-09T17:25:48.154Z | Checking polyval v0.6.2 |
3184 | 2024-09-09T17:25:48.154Z | Checking rfc6979 v0.4.0 |
3185 | 2024-09-09T17:25:48.178Z | Checking primeorder v0.13.6 |
3186 | 2024-09-09T17:25:48.178Z | Checking ctr v0.9.2 |
3187 | 2024-09-09T17:25:48.178Z | Checking ed25519 v2.2.3 |
3188 | 2024-09-09T17:25:48.178Z | Checking ssh-encoding v0.2.0 |
3189 | 2024-09-09T17:25:48.178Z | Checking blowfish v0.9.1 |
3190 | 2024-09-09T17:25:48.178Z | Checking password-hash v0.4.2 |
3191 | 2024-09-09T17:25:48.339Z | Checking ecdsa v0.16.9 |
3192 | 2024-09-09T17:25:48.418Z | Checking bcrypt-pbkdf v0.10.0 |
3193 | 2024-09-09T17:25:48.499Z | Checking ed25519-dalek v2.1.1 |
3194 | 2024-09-09T17:25:48.523Z | Checking matches v0.1.10 |
3195 | 2024-09-09T17:25:48.547Z | Compiling enum-as-inner v0.5.1 |
3196 | 2024-09-09T17:25:48.571Z | Checking pbkdf2 v0.11.0 |
3197 | 2024-09-09T17:25:48.571Z | Checking ghash v0.5.1 |
3198 | 2024-09-09T17:25:48.618Z | Checking idna v0.2.3 |
3199 | 2024-09-09T17:25:48.642Z | Checking russh-cryptovec v0.7.2 |
3200 | 2024-09-09T17:25:48.694Z | Checking md5 v0.7.0 |
3201 | 2024-09-09T17:25:48.729Z | Checking aes-gcm v0.10.3 |
3202 | 2024-09-09T17:25:48.815Z | Checking num-bigint v0.4.5 |
3203 | 2024-09-09T17:25:48.838Z | Checking des v0.8.1 |
3204 | 2024-09-09T17:25:48.838Z | Compiling dhcproto-macros v0.1.0 |
3205 | 2024-09-09T17:25:48.948Z | Checking hex-literal v0.4.1 |
3206 | 2024-09-09T17:25:48.972Z | Checking ssh-cipher v0.2.0 |
3207 | 2024-09-09T17:25:48.972Z | Checking p256 v0.13.2 |
3208 | 2024-09-09T17:25:49.078Z | Checking p384 v0.13.0 |
3209 | 2024-09-09T17:25:49.102Z | Checking p521 v0.13.3 |
3210 | 2024-09-09T17:25:49.226Z | Checking ssh-key v0.6.6 |
3211 | 2024-09-09T17:25:49.291Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3212 | 2024-09-09T17:25:49.393Z | Checking trust-dns-proto v0.22.0 |
3213 | 2024-09-09T17:25:49.419Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3214 | 2024-09-09T17:25:49.678Z | Checking internet-checksum v0.2.1 |
3215 | 2024-09-09T17:25:50.583Z | Checking russh-keys v0.45.0 |
3216 | 2024-09-09T17:25:51.666Z | Checking russh v0.45.0 |
3217 | 2024-09-09T17:25:52.372Z | Checking dhcproto v0.12.0 |
3218 | 2024-09-09T17:26:12.973Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3219 | 2024-09-09T17:26:14.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.47s |
3220 | 2024-09-09T17:26:14.780Z | |
3221 | 2024-09-09T17:26:14.780Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3222 | 2024-09-09T17:26:15.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-09-09T17:26:15.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-09-09T17:26:15.664Z | Checking termios v0.3.3 |
3225 | 2024-09-09T17:26:15.843Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3226 | 2024-09-09T17:26:16.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3227 | 2024-09-09T17:26:16.920Z | |
3228 | 2024-09-09T17:26:16.920Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3229 | 2024-09-09T17:26:17.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-09-09T17:26:17.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-09-09T17:26:17.885Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3232 | 2024-09-09T17:26:20.265Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3233 | 2024-09-09T17:26:22.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
3234 | 2024-09-09T17:26:22.615Z | |
3235 | 2024-09-09T17:26:22.615Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3236 | 2024-09-09T17:26:23.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2024-09-09T17:26:23.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2024-09-09T17:26:23.469Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3239 | 2024-09-09T17:26:23.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
3240 | 2024-09-09T17:26:24.066Z | |
3241 | 2024-09-09T17:26:24.066Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3242 | 2024-09-09T17:26:24.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2024-09-09T17:26:24.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2024-09-09T17:26:24.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2024-09-09T17:26:24.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3246 | 2024-09-09T17:26:24.865Z | |
3247 | 2024-09-09T17:26:24.865Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3248 | 2024-09-09T17:26:25.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2024-09-09T17:26:25.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2024-09-09T17:26:25.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2024-09-09T17:26:25.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3252 | 2024-09-09T17:26:25.671Z | |
3253 | 2024-09-09T17:26:25.671Z | info: running `cargo check --bins` on omicron-package (153/158) |
3254 | 2024-09-09T17:26:26.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2024-09-09T17:26:26.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2024-09-09T17:26:26.555Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3257 | 2024-09-09T17:26:27.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
3258 | 2024-09-09T17:26:28.141Z | |
3259 | 2024-09-09T17:26:28.141Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3260 | 2024-09-09T17:26:28.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2024-09-09T17:26:28.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2024-09-09T17:26:29.068Z | Checking rtoolbox v0.0.2 |
3263 | 2024-09-09T17:26:29.068Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3264 | 2024-09-09T17:26:29.068Z | Checking tui-tree-widget v0.22.0 |
3265 | 2024-09-09T17:26:29.251Z | Checking rpassword v7.3.1 |
3266 | 2024-09-09T17:26:34.024Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3267 | 2024-09-09T17:26:37.543Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3268 | 2024-09-09T17:26:38.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s |
3269 | 2024-09-09T17:26:39.025Z | |
3270 | 2024-09-09T17:26:39.025Z | info: running `cargo check --bins` on wicket (155/158) |
3271 | 2024-09-09T17:26:39.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2024-09-09T17:26:39.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2024-09-09T17:26:39.905Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3274 | 2024-09-09T17:26:40.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
3275 | 2024-09-09T17:26:40.422Z | |
3276 | 2024-09-09T17:26:40.422Z | info: running `cargo check --bins` on wicketd (156/158) |
3277 | 2024-09-09T17:26:41.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2024-09-09T17:26:41.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2024-09-09T17:26:41.333Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3280 | 2024-09-09T17:26:45.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
3281 | 2024-09-09T17:26:46.039Z | |
3282 | 2024-09-09T17:26:46.039Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3283 | 2024-09-09T17:26:46.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2024-09-09T17:26:46.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2024-09-09T17:26:46.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2024-09-09T17:26:46.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3287 | 2024-09-09T17:26:46.845Z | |
3288 | 2024-09-09T17:26:46.845Z | info: running `cargo check --bins` on zone-setup (158/158) |
3289 | 2024-09-09T17:26:47.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-09-09T17:26:47.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-09-09T17:26:47.812Z | Checking uzers v0.11.3 |
3292 | 2024-09-09T17:26:48.129Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3293 | 2024-09-09T17:26:49.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
3294 | 2024-09-09T17:26:49.590Z | |
3295 | 2024-09-09T17:26:49.590Z | real 12:47.065872733 |
3296 | 2024-09-09T17:26:49.590Z | user 23:11.858090014 |
3297 | 2024-09-09T17:26:49.590Z | sys 5:31.137980537 |
3298 | 2024-09-09T17:26:49.590Z | trap 0.587946330 |
3299 | 2024-09-09T17:26:49.590Z | tflt 1.665227818 |
3300 | 2024-09-09T17:26:49.590Z | dflt 2.583303946 |
3301 | 2024-09-09T17:26:49.590Z | kflt 0.000964022 |
3302 | 2024-09-09T17:26:49.590Z | lock 43:49.794962460 |
3303 | 2024-09-09T17:26:49.590Z | slp 2:01:36.026422632 |
3304 | 2024-09-09T17:26:49.590Z | lat 58.856007822 |
3305 | 2024-09-09T17:26:49.590Z | stop 2:39.705505801 |
3306 | 2024-09-09T17:26:49.614Z | process exited: duration 1019792 ms, exit code 0 |
|
3307 | 2024-09-09T17:26:49.662Z | found 0 output files |