|
|
|
1 | 2024-10-09T16:36:42.171Z | job assigned to worker 01J9S25SX5Y1DT62JJCPH9PXTB (queued for 1 m 2 s) |
|
2 | 2024-10-09T16:36:50.062Z | starting task 0: "setup" |
3 | 2024-10-09T16:36:50.070Z | ++ uname -s |
4 | 2024-10-09T16:36:50.078Z | + kern=SunOS |
5 | 2024-10-09T16:36:50.078Z | + case "$kern" in |
6 | 2024-10-09T16:36:50.078Z | + groupadd -g 12345 build |
7 | 2024-10-09T16:36:50.081Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-09T16:36:52.086Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-09T16:36:52.203Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-09T16:36:52.206Z | + home_fs=zfs |
11 | 2024-10-09T16:36:52.206Z | + [[ zfs == autofs ]] |
12 | 2024-10-09T16:36:52.206Z | + mkdir -p /home/build |
13 | 2024-10-09T16:36:52.211Z | + chown build:build /home/build /work |
14 | 2024-10-09T16:36:54.210Z | + chmod 0700 /home/build /work |
15 | 2024-10-09T16:36:54.213Z | process exited: duration 4152 ms, exit code 0 |
|
16 | 2024-10-09T16:36:54.221Z | starting task 1: "rust-toolchain" |
17 | 2024-10-09T16:36:54.226Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-09T16:36:54.226Z | ' 1.80.1 |
19 | 2024-10-09T16:36:54.228Z | * toolchain channel = "1.80.1" |
20 | 2024-10-09T16:36:54.228Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-09T16:36:54.228Z | ' default |
22 | 2024-10-09T16:36:54.228Z | * toolchain profile = "default" |
23 | 2024-10-09T16:36:54.228Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-09T16:36:54.228Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-09T16:36:54.521Z | info: downloading installer |
26 | 2024-10-09T16:36:55.963Z | info: profile set to 'default' |
27 | 2024-10-09T16:36:55.963Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-09T16:36:55.966Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-09T16:36:56.129Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-09T16:36:56.129Z | info: downloading component 'cargo' |
31 | 2024-10-09T16:36:57.053Z | info: downloading component 'clippy' |
32 | 2024-10-09T16:36:57.378Z | info: downloading component 'rust-docs' |
33 | 2024-10-09T16:36:58.648Z | info: downloading component 'rust-std' |
34 | 2024-10-09T16:37:00.439Z | info: downloading component 'rustc' |
35 | 2024-10-09T16:37:05.378Z | info: downloading component 'rustfmt' |
36 | 2024-10-09T16:37:05.660Z | info: installing component 'cargo' |
37 | 2024-10-09T16:37:06.515Z | info: installing component 'clippy' |
38 | 2024-10-09T16:37:06.886Z | info: installing component 'rust-docs' |
39 | 2024-10-09T16:37:08.573Z | info: installing component 'rust-std' |
40 | 2024-10-09T16:37:10.233Z | info: installing component 'rustc' |
41 | 2024-10-09T16:37:14.438Z | info: installing component 'rustfmt' |
42 | 2024-10-09T16:37:14.788Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-09T16:37:14.788Z | |
44 | 2024-10-09T16:37:15.047Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-09T16:37:15.047Z | |
46 | 2024-10-09T16:37:15.050Z | |
47 | 2024-10-09T16:37:15.050Z | Rust is installed now. Great! |
48 | 2024-10-09T16:37:15.050Z | |
49 | 2024-10-09T16:37:15.050Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-09T16:37:15.050Z | environment variable. This has not been done automatically. |
51 | 2024-10-09T16:37:15.050Z | |
52 | 2024-10-09T16:37:15.050Z | To configure your current shell, you need to source |
53 | 2024-10-09T16:37:15.050Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-09T16:37:15.050Z | |
55 | 2024-10-09T16:37:15.050Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-09T16:37:15.050Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-09T16:37:15.050Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-09T16:37:15.100Z | + rustc --version |
59 | 2024-10-09T16:37:15.164Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-09T16:37:15.167Z | process exited: duration 20943 ms, exit code 0 |
|
61 | 2024-10-09T16:37:15.172Z | starting task 2: "authentication" |
62 | 2024-10-09T16:37:15.192Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-09T16:37:15.197Z | starting task 3: "clone repository" |
64 | 2024-10-09T16:37:15.202Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-09T16:37:15.205Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-09T16:37:17.513Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-09T16:37:28.074Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-09T16:37:28.074Z | + git fetch origin a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 |
69 | 2024-10-09T16:37:28.378Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-09T16:37:28.378Z | * branch a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 -> FETCH_HEAD |
71 | 2024-10-09T16:37:28.388Z | + [[ -n eliza/instance-nuke ]] |
72 | 2024-10-09T16:37:28.390Z | ++ git branch --show-current |
73 | 2024-10-09T16:37:28.392Z | + current=main |
74 | 2024-10-09T16:37:28.392Z | + [[ main != eliza/instance-nuke ]] |
75 | 2024-10-09T16:37:28.392Z | + git branch -f eliza/instance-nuke a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 |
76 | 2024-10-09T16:37:28.395Z | + git checkout -f eliza/instance-nuke |
77 | 2024-10-09T16:37:28.559Z | Switched to branch 'eliza/instance-nuke' |
78 | 2024-10-09T16:37:28.563Z | + git reset --hard a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 |
79 | 2024-10-09T16:37:28.612Z | HEAD is now at a923f2a6a cleanup mark_vmm_failed and sis_ensure_registered_undo |
80 | 2024-10-09T16:37:28.615Z | process exited: duration 13414 ms, exit code 0 |
|
81 | 2024-10-09T16:37:28.620Z | starting task 4: "build" |
82 | 2024-10-09T16:37:28.625Z | + cargo --version |
83 | 2024-10-09T16:37:28.679Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-09T16:37:28.682Z | + rustc --version |
85 | 2024-10-09T16:37:28.739Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-09T16:37:28.742Z | + source ./env.sh |
87 | 2024-10-09T16:37:28.742Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-10-09T16:37:28.742Z | ++ set -o xtrace |
89 | 2024-10-09T16:37:28.744Z | ++++ dirname ./env.sh |
90 | 2024-10-09T16:37:28.747Z | +++ readlink -f . |
91 | 2024-10-09T16:37:28.914Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-10-09T16:37:28.917Z | ++ 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-10-09T16:37:28.917Z | ++ 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-10-09T16:37:28.917Z | ++ 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-10-09T16:37:28.917Z | ++ 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-10-09T16:37:28.917Z | ++ 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-10-09T16:37:28.917Z | ++ 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-10-09T16:37:28.917Z | ++ 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-10-09T16:37:28.917Z | ++ 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-10-09T16:37:28.917Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-10-09T16:37:28.917Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-10-09T16:37:28.917Z | + 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-10-09T16:37:28.917Z | + 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-10-09T16:37:28.918Z | + banner prerequisites |
105 | 2024-10-09T16:37:29.042Z | |
106 | 2024-10-09T16:37:29.042Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-10-09T16:37:29.042Z | # # # # # # # # # # # # # # # |
108 | 2024-10-09T16:37:29.042Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-10-09T16:37:29.042Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-10-09T16:37:29.042Z | # # # # # # # # # # # # # # # |
111 | 2024-10-09T16:37:29.042Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-10-09T16:37:29.042Z | |
113 | 2024-10-09T16:37:29.045Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-10-09T16:37:56.789Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-10-09T16:37:59.994Z | Startup: Caching catalogs ... Done |
116 | 2024-10-09T16:38:04.849Z | Planning: Solver setup ... Done (4.124s) |
117 | 2024-10-09T16:38:04.916Z | Planning: Running solver ... Done (0.065s) |
118 | 2024-10-09T16:38:05.121Z | Planning: Finding local manifests ... Done (0.143s) |
119 | 2024-10-09T16:38:05.161Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-10-09T16:38:05.492Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-10-09T16:38:05.949Z | Planning: Package planning ... Done (0.502s) |
122 | 2024-10-09T16:38:06.005Z | Planning: Merging actions ... Done (0.056s) |
123 | 2024-10-09T16:38:07.277Z | Planning: Checking for conflicting actions ... Done (1.272s) |
124 | 2024-10-09T16:38:16.809Z | Planning: Consolidating action changes ... Done (9.530s) |
125 | 2024-10-09T16:38:17.197Z | Planning: Evaluating mediators ... Done (0.388s) |
126 | 2024-10-09T16:38:17.498Z | Planning: Planning completed in 17.42 seconds |
127 | 2024-10-09T16:38:18.476Z | Packages to install: 4 |
128 | 2024-10-09T16:38:18.476Z | Packages to update: 1 |
129 | 2024-10-09T16:38:18.476Z | Mediators to change: 2 |
130 | 2024-10-09T16:38:18.481Z | Services to change: 1 |
131 | 2024-10-09T16:38:18.481Z | Estimated space available: 155.71 GB |
132 | 2024-10-09T16:38:18.481Z | Estimated space to be consumed: 1.56 GB |
133 | 2024-10-09T16:38:18.481Z | Create boot environment: No |
134 | 2024-10-09T16:38:18.481Z | Create backup boot environment: Yes |
135 | 2024-10-09T16:38:18.481Z | Rebuild boot archive: No |
136 | 2024-10-09T16:38:18.481Z | |
137 | 2024-10-09T16:38:18.481Z | Changed mediators: |
138 | 2024-10-09T16:38:18.481Z | mediator clang: |
139 | 2024-10-09T16:38:18.481Z | version: None -> 15 (system default) |
140 | 2024-10-09T16:38:18.481Z | |
141 | 2024-10-09T16:38:18.481Z | mediator llvm: |
142 | 2024-10-09T16:38:18.481Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-10-09T16:38:18.481Z | |
144 | 2024-10-09T16:38:18.481Z | Changed packages: |
145 | 2024-10-09T16:38:18.481Z | helios-dev |
146 | 2024-10-09T16:38:18.481Z | developer/build-essential |
147 | 2024-10-09T16:38:18.481Z | None -> 11-2.0 |
148 | 2024-10-09T16:38:18.481Z | library/libxmlsec1 |
149 | 2024-10-09T16:38:18.481Z | None -> 1.2.35-2.0 |
150 | 2024-10-09T16:38:18.481Z | ooce/developer/clang-15 |
151 | 2024-10-09T16:38:18.481Z | None -> 15.0.7-2.0 |
152 | 2024-10-09T16:38:18.481Z | ooce/developer/llvm-15 |
153 | 2024-10-09T16:38:18.481Z | None -> 15.0.7-2.0 |
154 | 2024-10-09T16:38:18.481Z | package/pkg |
155 | 2024-10-09T16:38:18.481Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-10-09T16:38:18.481Z | |
157 | 2024-10-09T16:38:18.481Z | Services: |
158 | 2024-10-09T16:38:18.481Z | restart_fmri: |
159 | 2024-10-09T16:38:18.481Z | svc:/system/update-man-index:default |
160 | 2024-10-09T16:38:18.481Z | |
161 | 2024-10-09T16:38:18.481Z | Editable files to change: |
162 | 2024-10-09T16:38:18.482Z | Update: |
163 | 2024-10-09T16:38:18.482Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-10-09T16:38:19.114Z | |
165 | 2024-10-09T16:38:19.114Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-10-09T16:38:24.119Z | Download: 971/4281 items 19.3/220.6MB 8% complete (3.9M/s) |
167 | 2024-10-09T16:38:29.123Z | Download: 1342/4281 items 115.4/220.6MB 52% complete (11.7M/s) |
168 | 2024-10-09T16:38:34.126Z | Download: 2722/4281 items 120.8/220.6MB 54% complete (10.2M/s) |
169 | 2024-10-09T16:38:39.127Z | Download: 3248/4281 items 202.3/220.6MB 91% complete (9.8M/s) |
170 | 2024-10-09T16:38:43.081Z | Download: Completed 220.60 MB in 23.96 seconds (9.2M/s) |
171 | 2024-10-09T16:38:45.108Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-10-09T16:38:45.130Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-10-09T16:38:50.292Z | Actions: 4113/5063 actions (Installing new actions) |
174 | 2024-10-09T16:38:51.645Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-10-09T16:38:52.077Z | Actions: Completed 5063 actions in 6.97 seconds. |
176 | 2024-10-09T16:38:52.408Z | Done (0.323s) |
177 | 2024-10-09T16:38:52.411Z | Done (0.000s) |
178 | 2024-10-09T16:38:52.858Z | Done (0.448s) |
179 | 2024-10-09T16:39:01.114Z | Done (8.059s) |
180 | 2024-10-09T16:39:01.698Z | Done (0.512s) |
181 | 2024-10-09T16:39:01.701Z | Done (0.000s) |
182 | 2024-10-09T16:39:01.875Z | Done (0.000s) |
183 | 2024-10-09T16:39:02.507Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-10-09T16:39:02.671Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-10-09T16:39:02.674Z | Planning: Consolidating action changes ... Done |
186 | 2024-10-09T16:39:02.945Z | Planning: Evaluating mediators ... Done |
187 | 2024-10-09T16:39:02.947Z | Planning: Planning completed in 0.44 seconds |
188 | 2024-10-09T16:39:02.985Z | Mediators to change: 2 |
189 | 2024-10-09T16:39:02.985Z | Create boot environment: No |
190 | 2024-10-09T16:39:02.988Z | Create backup boot environment: No |
191 | 2024-10-09T16:39:03.055Z | Done |
192 | 2024-10-09T16:39:03.055Z | Done |
193 | 2024-10-09T16:39:03.356Z | Done |
194 | 2024-10-09T16:39:07.049Z | Done |
195 | 2024-10-09T16:39:07.141Z | Done |
196 | 2024-10-09T16:39:07.144Z | Done |
197 | 2024-10-09T16:39:07.255Z | Done |
198 | 2024-10-09T16:39:07.869Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-10-09T16:39:07.872Z | Planning: Merging actions ... Done |
200 | 2024-10-09T16:39:08.058Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-10-09T16:39:08.060Z | Planning: Consolidating action changes ... Done |
202 | 2024-10-09T16:39:08.321Z | Planning: Evaluating mediators ... Done |
203 | 2024-10-09T16:39:08.375Z | Planning: Planning completed in 0.75 seconds |
204 | 2024-10-09T16:39:08.415Z | Packages to change: 1 |
205 | 2024-10-09T16:39:08.415Z | Mediators to change: 1 |
206 | 2024-10-09T16:39:08.418Z | Services to change: 1 |
207 | 2024-10-09T16:39:08.418Z | Create boot environment: No |
208 | 2024-10-09T16:39:08.418Z | Create backup boot environment: Yes |
209 | 2024-10-09T16:39:10.422Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-10-09T16:39:10.668Z | Actions: Completed 6 actions in 0.25 seconds. |
211 | 2024-10-09T16:39:10.671Z | Done |
212 | 2024-10-09T16:39:10.671Z | Done |
213 | 2024-10-09T16:39:10.762Z | Done |
214 | 2024-10-09T16:39:14.327Z | Done |
215 | 2024-10-09T16:39:14.421Z | Done |
216 | 2024-10-09T16:39:14.423Z | Done |
217 | 2024-10-09T16:39:14.565Z | Done |
218 | 2024-10-09T16:39:15.003Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-10-09T16:39:15.003Z | clang system 15 system |
220 | 2024-10-09T16:39:15.003Z | csh system system illumos |
221 | 2024-10-09T16:39:15.003Z | ctags system system illumos |
222 | 2024-10-09T16:39:15.003Z | gcc vendor 12 vendor |
223 | 2024-10-09T16:39:15.003Z | gcc system 10 system |
224 | 2024-10-09T16:39:15.003Z | gcc system 7 system |
225 | 2024-10-09T16:39:15.003Z | go system 1.20 system |
226 | 2024-10-09T16:39:15.003Z | go system 1.19 system |
227 | 2024-10-09T16:39:15.003Z | llvm system 15 system |
228 | 2024-10-09T16:39:15.003Z | llvm system 14 system |
229 | 2024-10-09T16:39:15.003Z | mariadb system 10.6 system |
230 | 2024-10-09T16:39:15.003Z | mta vendor vendor dma |
231 | 2024-10-09T16:39:15.003Z | openjdk system 17 system |
232 | 2024-10-09T16:39:15.003Z | openjdk system 11 system |
233 | 2024-10-09T16:39:15.003Z | openjdk system 1.8 system |
234 | 2024-10-09T16:39:15.003Z | openssl vendor 3 vendor |
235 | 2024-10-09T16:39:15.003Z | perl system 5.36 system |
236 | 2024-10-09T16:39:15.003Z | postgresql system 15 system |
237 | 2024-10-09T16:39:15.003Z | postgresql system 13 system |
238 | 2024-10-09T16:39:15.003Z | python vendor 3 vendor |
239 | 2024-10-09T16:39:15.003Z | python system 2 system |
240 | 2024-10-09T16:39:15.003Z | python3 system 3.11 system |
241 | 2024-10-09T16:39:15.003Z | ruby system 3.0 system |
242 | 2024-10-09T16:39:15.003Z | words vendor vendor american-english |
243 | 2024-10-09T16:39:15.003Z | words system system australian-english |
244 | 2024-10-09T16:39:15.003Z | words system system british-english |
245 | 2024-10-09T16:39:15.003Z | words system system canadian-english |
246 | 2024-10-09T16:39:15.003Z | words system system french |
247 | 2024-10-09T16:39:15.004Z | words system system italian |
248 | 2024-10-09T16:39:15.004Z | words system system ngerman |
249 | 2024-10-09T16:39:15.004Z | words system system ogerman |
250 | 2024-10-09T16:39:15.004Z | words system system spanish |
251 | 2024-10-09T16:39:15.335Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-10-09T16:39:15.336Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-10-09T16:39:17.415Z | FMRI IFO |
254 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-10-09T16:39:17.415Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-10-09T16:39:18.091Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-10-09T16:39:18.372Z | Updating crates.io index |
269 | 2024-10-09T16:39:18.374Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
270 | 2024-10-09T16:39:19.275Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
271 | 2024-10-09T16:39:19.562Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
272 | 2024-10-09T16:39:19.817Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
273 | 2024-10-09T16:39:20.073Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
274 | 2024-10-09T16:39:21.000Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
275 | 2024-10-09T16:39:25.842Z | Updating git repository `https://github.com/oxidecomputer/opte` |
276 | 2024-10-09T16:39:26.846Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
277 | 2024-10-09T16:39:27.667Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
278 | 2024-10-09T16:39:27.985Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
279 | 2024-10-09T16:39:28.278Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
280 | 2024-10-09T16:39:28.920Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
281 | 2024-10-09T16:39:29.236Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
282 | 2024-10-09T16:39:29.589Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
283 | 2024-10-09T16:39:29.969Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2024-10-09T16:39:30.235Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-10-09T16:39:30.506Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-10-09T16:39:30.776Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-10-09T16:39:31.032Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-10-09T16:39:31.336Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-10-09T16:39:31.608Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-10-09T16:39:32.013Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-10-09T16:39:32.281Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-10-09T16:39:32.629Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-10-09T16:39:33.072Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-10-09T16:39:33.378Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-10-09T16:39:33.731Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-10-09T16:39:34.144Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-10-09T16:39:34.399Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-10-09T16:39:34.646Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-10-09T16:39:35.959Z | Downloading crates ... |
300 | 2024-10-09T16:39:36.027Z | Downloaded anstyle-parse v0.2.4 |
301 | 2024-10-09T16:39:36.034Z | Downloaded anstream v0.6.14 |
302 | 2024-10-09T16:39:36.045Z | Downloaded is_terminal_polyfill v1.70.0 |
303 | 2024-10-09T16:39:36.058Z | Downloaded dtrace-parser v0.2.0 |
304 | 2024-10-09T16:39:36.066Z | Downloaded clap_lex v0.7.0 |
305 | 2024-10-09T16:39:36.068Z | Downloaded generic-array v0.14.7 |
306 | 2024-10-09T16:39:36.071Z | Downloaded digest v0.10.7 |
307 | 2024-10-09T16:39:36.073Z | Downloaded errno v0.3.9 |
308 | 2024-10-09T16:39:36.075Z | Downloaded macaddr v1.0.1 |
309 | 2024-10-09T16:39:36.078Z | Downloaded cargo-platform v0.1.8 |
310 | 2024-10-09T16:39:36.080Z | Downloaded anstyle v1.0.8 |
311 | 2024-10-09T16:39:36.084Z | Downloaded strsim v0.11.1 |
312 | 2024-10-09T16:39:36.086Z | Downloaded plain v0.2.3 |
313 | 2024-10-09T16:39:36.088Z | Downloaded serde_tokenstream v0.2.2 |
314 | 2024-10-09T16:39:36.093Z | Downloaded fnv v1.0.7 |
315 | 2024-10-09T16:39:36.096Z | Downloaded scroll v0.12.0 |
316 | 2024-10-09T16:39:36.098Z | Downloaded heck v0.5.0 |
317 | 2024-10-09T16:39:36.100Z | Downloaded cpufeatures v0.2.12 |
318 | 2024-10-09T16:39:36.100Z | Downloaded utf8parse v0.2.1 |
319 | 2024-10-09T16:39:36.103Z | Downloaded cargo_toml v0.20.5 |
320 | 2024-10-09T16:39:36.108Z | Downloaded equivalent v1.0.1 |
321 | 2024-10-09T16:39:36.116Z | Downloaded usdt-impl v0.5.0 |
322 | 2024-10-09T16:39:36.118Z | Downloaded bytecount v0.6.8 |
323 | 2024-10-09T16:39:36.120Z | Downloaded thiserror-impl v1.0.64 |
324 | 2024-10-09T16:39:36.126Z | Downloaded proc-macro-error v1.0.4 |
325 | 2024-10-09T16:39:36.129Z | Downloaded camino v1.1.9 |
326 | 2024-10-09T16:39:36.131Z | Downloaded tempfile v3.10.1 |
327 | 2024-10-09T16:39:36.134Z | Downloaded semver v1.0.23 |
328 | 2024-10-09T16:39:36.149Z | Downloaded pest_derive v2.7.10 |
329 | 2024-10-09T16:39:36.149Z | Downloaded zerocopy-derive v0.7.34 |
330 | 2024-10-09T16:39:36.157Z | Downloaded bitflags v2.6.0 |
331 | 2024-10-09T16:39:36.157Z | Downloaded scroll_derive v0.12.0 |
332 | 2024-10-09T16:39:36.157Z | Downloaded pretty-hex v0.4.1 |
333 | 2024-10-09T16:39:36.157Z | Downloaded usdt-macro v0.5.0 |
334 | 2024-10-09T16:39:36.157Z | Downloaded byteorder v1.5.0 |
335 | 2024-10-09T16:39:36.162Z | Downloaded anstyle-query v1.0.3 |
336 | 2024-10-09T16:39:36.162Z | Downloaded unicode-linebreak v0.1.5 |
337 | 2024-10-09T16:39:36.162Z | Downloaded terminal_size v0.3.0 |
338 | 2024-10-09T16:39:36.172Z | Downloaded swrite v0.1.0 |
339 | 2024-10-09T16:39:36.172Z | Downloaded thread-id v4.2.1 |
340 | 2024-10-09T16:39:36.172Z | Downloaded fastrand v2.1.0 |
341 | 2024-10-09T16:39:36.172Z | Downloaded block-buffer v0.10.4 |
342 | 2024-10-09T16:39:36.172Z | Downloaded autocfg v1.3.0 |
343 | 2024-10-09T16:39:36.174Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2024-10-09T16:39:36.174Z | Downloaded itoa v1.0.11 |
345 | 2024-10-09T16:39:36.174Z | Downloaded cfg-if v1.0.0 |
346 | 2024-10-09T16:39:36.174Z | Downloaded camino-tempfile v1.1.1 |
347 | 2024-10-09T16:39:36.176Z | Downloaded heck v0.4.1 |
348 | 2024-10-09T16:39:36.178Z | Downloaded dof v0.3.0 |
349 | 2024-10-09T16:39:36.181Z | Downloaded colorchoice v1.0.1 |
350 | 2024-10-09T16:39:36.187Z | Downloaded unicode-ident v1.0.13 |
351 | 2024-10-09T16:39:36.189Z | Downloaded toml v0.8.19 |
352 | 2024-10-09T16:39:36.192Z | Downloaded memmap v0.7.0 |
353 | 2024-10-09T16:39:36.197Z | Downloaded toml_datetime v0.6.8 |
354 | 2024-10-09T16:39:36.199Z | Downloaded proc-macro-error-attr v1.0.4 |
355 | 2024-10-09T16:39:36.199Z | Downloaded fs-err v2.11.0 |
356 | 2024-10-09T16:39:36.202Z | Downloaded version_check v0.9.5 |
357 | 2024-10-09T16:39:36.204Z | Downloaded thiserror v1.0.64 |
358 | 2024-10-09T16:39:36.207Z | Downloaded smawk v0.3.2 |
359 | 2024-10-09T16:39:36.209Z | Downloaded pest_generator v2.7.10 |
360 | 2024-10-09T16:39:36.211Z | Downloaded usdt v0.5.0 |
361 | 2024-10-09T16:39:36.212Z | Downloaded tabled_derive v0.7.0 |
362 | 2024-10-09T16:39:36.214Z | Downloaded crypto-common v0.1.6 |
363 | 2024-10-09T16:39:36.220Z | Downloaded proc-macro2 v1.0.86 |
364 | 2024-10-09T16:39:36.223Z | Downloaded clap_derive v4.5.18 |
365 | 2024-10-09T16:39:36.225Z | Downloaded typenum v1.17.0 |
366 | 2024-10-09T16:39:36.228Z | Downloaded cargo_metadata v0.18.1 |
367 | 2024-10-09T16:39:36.230Z | Downloaded textwrap v0.16.1 |
368 | 2024-10-09T16:39:36.232Z | Downloaded papergrid v0.11.0 |
369 | 2024-10-09T16:39:36.237Z | Downloaded serde_spanned v0.6.7 |
370 | 2024-10-09T16:39:36.239Z | Downloaded once_cell v1.19.0 |
371 | 2024-10-09T16:39:36.241Z | Downloaded sha2 v0.10.8 |
372 | 2024-10-09T16:39:36.244Z | Downloaded quote v1.0.37 |
373 | 2024-10-09T16:39:36.246Z | Downloaded ryu v1.0.18 |
374 | 2024-10-09T16:39:36.250Z | Downloaded log v0.4.22 |
375 | 2024-10-09T16:39:36.253Z | Downloaded anyhow v1.0.89 |
376 | 2024-10-09T16:39:36.267Z | Downloaded ucd-trie v0.1.6 |
377 | 2024-10-09T16:39:36.270Z | Downloaded clap v4.5.18 |
378 | 2024-10-09T16:39:36.278Z | Downloaded pest_meta v2.7.10 |
379 | 2024-10-09T16:39:36.280Z | Downloaded serde_derive v1.0.210 |
380 | 2024-10-09T16:39:36.297Z | Downloaded indexmap v2.5.0 |
381 | 2024-10-09T16:39:36.302Z | Downloaded serde v1.0.210 |
382 | 2024-10-09T16:39:36.308Z | Downloaded memchr v2.7.2 |
383 | 2024-10-09T16:39:36.322Z | Downloaded toml_edit v0.22.22 |
384 | 2024-10-09T16:39:36.345Z | Downloaded hashbrown v0.14.5 |
385 | 2024-10-09T16:39:36.355Z | Downloaded serde_json v1.0.128 |
386 | 2024-10-09T16:39:36.362Z | Downloaded clap_builder v4.5.18 |
387 | 2024-10-09T16:39:36.369Z | Downloaded winnow v0.6.18 |
388 | 2024-10-09T16:39:36.379Z | Downloaded pest v2.7.10 |
389 | 2024-10-09T16:39:36.386Z | Downloaded tabled v0.15.0 |
390 | 2024-10-09T16:39:36.403Z | Downloaded zerocopy v0.7.34 |
391 | 2024-10-09T16:39:36.421Z | Downloaded syn v1.0.109 |
392 | 2024-10-09T16:39:36.432Z | Downloaded goblin v0.8.2 |
393 | 2024-10-09T16:39:36.438Z | Downloaded syn v2.0.79 |
394 | 2024-10-09T16:39:36.455Z | Downloaded rustix v0.38.34 |
395 | 2024-10-09T16:39:36.479Z | Downloaded unicode-width v0.1.13 |
396 | 2024-10-09T16:39:36.499Z | Downloaded libc v0.2.159 |
397 | 2024-10-09T16:39:36.807Z | Compiling proc-macro2 v1.0.86 |
398 | 2024-10-09T16:39:36.807Z | Compiling unicode-ident v1.0.13 |
399 | 2024-10-09T16:39:36.809Z | Compiling serde v1.0.210 |
400 | 2024-10-09T16:39:36.809Z | Compiling version_check v0.9.5 |
401 | 2024-10-09T16:39:36.809Z | Compiling thiserror v1.0.64 |
402 | 2024-10-09T16:39:36.809Z | Compiling memchr v2.7.2 |
403 | 2024-10-09T16:39:36.809Z | Compiling libc v0.2.159 |
404 | 2024-10-09T16:39:36.809Z | Compiling itoa v1.0.11 |
405 | 2024-10-09T16:39:37.070Z | Compiling ryu v1.0.18 |
406 | 2024-10-09T16:39:37.180Z | Compiling ucd-trie v0.1.6 |
407 | 2024-10-09T16:39:37.601Z | Compiling once_cell v1.19.0 |
408 | 2024-10-09T16:39:37.695Z | Compiling byteorder v1.5.0 |
409 | 2024-10-09T16:39:37.901Z | Compiling rustix v0.38.34 |
410 | 2024-10-09T16:39:38.055Z | Compiling serde_json v1.0.128 |
411 | 2024-10-09T16:39:38.343Z | Compiling bitflags v2.6.0 |
412 | 2024-10-09T16:39:38.346Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2024-10-09T16:39:38.446Z | Compiling usdt-impl v0.5.0 |
414 | 2024-10-09T16:39:38.663Z | Compiling syn v1.0.109 |
415 | 2024-10-09T16:39:38.726Z | Compiling proc-macro-error v1.0.4 |
416 | 2024-10-09T16:39:38.751Z | Compiling utf8parse v0.2.1 |
417 | 2024-10-09T16:39:38.775Z | Compiling plain v0.2.3 |
418 | 2024-10-09T16:39:38.907Z | Compiling log v0.4.22 |
419 | 2024-10-09T16:39:38.931Z | Compiling hashbrown v0.14.5 |
420 | 2024-10-09T16:39:38.955Z | Compiling equivalent v1.0.1 |
421 | 2024-10-09T16:39:39.009Z | Compiling camino v1.1.9 |
422 | 2024-10-09T16:39:39.242Z | Compiling quote v1.0.37 |
423 | 2024-10-09T16:39:39.274Z | Compiling anstyle-parse v0.2.4 |
424 | 2024-10-09T16:39:39.379Z | Compiling errno v0.3.9 |
425 | 2024-10-09T16:39:39.673Z | Compiling syn v2.0.79 |
426 | 2024-10-09T16:39:39.925Z | Compiling thread-id v4.2.1 |
427 | 2024-10-09T16:39:40.037Z | Compiling semver v1.0.23 |
428 | 2024-10-09T16:39:40.061Z | Compiling colorchoice v1.0.1 |
429 | 2024-10-09T16:39:40.178Z | Compiling anstyle v1.0.8 |
430 | 2024-10-09T16:39:40.230Z | Compiling winnow v0.6.18 |
431 | 2024-10-09T16:39:40.345Z | Compiling indexmap v2.5.0 |
432 | 2024-10-09T16:39:40.590Z | Compiling unicode-width v0.1.13 |
433 | 2024-10-09T16:39:40.638Z | Compiling anstyle-query v1.0.3 |
434 | 2024-10-09T16:39:40.794Z | Compiling autocfg v1.3.0 |
435 | 2024-10-09T16:39:40.841Z | Compiling pretty-hex v0.4.1 |
436 | 2024-10-09T16:39:41.064Z | Compiling is_terminal_polyfill v1.70.0 |
437 | 2024-10-09T16:39:41.222Z | Compiling anstream v0.6.14 |
438 | 2024-10-09T16:39:41.700Z | Compiling heck v0.5.0 |
439 | 2024-10-09T16:39:41.746Z | Compiling anyhow v1.0.89 |
440 | 2024-10-09T16:39:41.773Z | Compiling fs-err v2.11.0 |
441 | 2024-10-09T16:39:41.979Z | Compiling terminal_size v0.3.0 |
442 | 2024-10-09T16:39:42.078Z | Compiling bytecount v0.6.8 |
443 | 2024-10-09T16:39:42.185Z | Compiling cfg-if v1.0.0 |
444 | 2024-10-09T16:39:42.211Z | Compiling heck v0.4.1 |
445 | 2024-10-09T16:39:42.286Z | Compiling fastrand v2.1.0 |
446 | 2024-10-09T16:39:42.310Z | Compiling strsim v0.11.1 |
447 | 2024-10-09T16:39:42.383Z | Compiling fnv v1.0.7 |
448 | 2024-10-09T16:39:42.529Z | Compiling clap_lex v0.7.0 |
449 | 2024-10-09T16:39:42.725Z | Compiling tempfile v3.10.1 |
450 | 2024-10-09T16:39:42.848Z | Compiling clap_builder v4.5.18 |
451 | 2024-10-09T16:39:43.058Z | Compiling papergrid v0.11.0 |
452 | 2024-10-09T16:39:43.435Z | Compiling memmap v0.7.0 |
453 | 2024-10-09T16:39:43.461Z | Compiling unicode-linebreak v0.1.5 |
454 | 2024-10-09T16:39:43.550Z | Compiling smawk v0.3.2 |
455 | 2024-10-09T16:39:43.965Z | Compiling textwrap v0.16.1 |
456 | 2024-10-09T16:39:44.052Z | Compiling swrite v0.1.0 |
457 | 2024-10-09T16:39:45.368Z | Compiling tabled_derive v0.7.0 |
458 | 2024-10-09T16:39:46.952Z | Compiling tabled v0.15.0 |
459 | 2024-10-09T16:39:48.566Z | Compiling serde_derive v1.0.210 |
460 | 2024-10-09T16:39:48.566Z | Compiling thiserror-impl v1.0.64 |
461 | 2024-10-09T16:39:48.568Z | Compiling zerocopy-derive v0.7.34 |
462 | 2024-10-09T16:39:48.568Z | Compiling scroll_derive v0.12.0 |
463 | 2024-10-09T16:39:48.568Z | Compiling clap_derive v4.5.18 |
464 | 2024-10-09T16:39:49.884Z | Compiling scroll v0.12.0 |
465 | 2024-10-09T16:39:50.349Z | Compiling goblin v0.8.2 |
466 | 2024-10-09T16:39:50.561Z | Compiling zerocopy v0.7.34 |
467 | 2024-10-09T16:39:50.994Z | Compiling pest v2.7.10 |
468 | 2024-10-09T16:39:52.286Z | Compiling clap v4.5.18 |
469 | 2024-10-09T16:39:53.210Z | Compiling pest_meta v2.7.10 |
470 | 2024-10-09T16:39:54.047Z | Compiling pest_generator v2.7.10 |
471 | 2024-10-09T16:39:55.763Z | Compiling pest_derive v2.7.10 |
472 | 2024-10-09T16:39:56.426Z | Compiling dtrace-parser v0.2.0 |
473 | 2024-10-09T16:39:58.461Z | Compiling serde_tokenstream v0.2.2 |
474 | 2024-10-09T16:39:58.586Z | Compiling toml_datetime v0.6.8 |
475 | 2024-10-09T16:39:58.587Z | Compiling serde_spanned v0.6.7 |
476 | 2024-10-09T16:39:58.831Z | Compiling cargo-platform v0.1.8 |
477 | 2024-10-09T16:39:59.133Z | Compiling toml_edit v0.22.22 |
478 | 2024-10-09T16:39:59.136Z | Compiling macaddr v1.0.1 |
479 | 2024-10-09T16:39:59.298Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-10-09T16:39:59.931Z | Compiling dof v0.3.0 |
481 | 2024-10-09T16:40:00.096Z | Compiling cargo_metadata v0.18.1 |
482 | 2024-10-09T16:40:01.709Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2024-10-09T16:40:01.709Z | Compiling usdt-macro v0.5.0 |
484 | 2024-10-09T16:40:01.788Z | Compiling toml v0.8.19 |
485 | 2024-10-09T16:40:02.613Z | Compiling cargo_toml v0.20.5 |
486 | 2024-10-09T16:40:03.166Z | Compiling usdt v0.5.0 |
487 | 2024-10-09T16:40:06.486Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2024-10-09T16:40:10.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.88s |
489 | 2024-10-09T16:40:11.006Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2024-10-09T16:40:11.587Z | Downloading crates ... |
491 | 2024-10-09T16:40:11.708Z | Downloaded cfg_aliases v0.2.1 |
492 | 2024-10-09T16:40:11.711Z | Downloaded async-stream-impl v0.3.5 |
493 | 2024-10-09T16:40:11.711Z | Downloaded atty v0.2.14 |
494 | 2024-10-09T16:40:11.714Z | Downloaded adler2 v2.0.0 |
495 | 2024-10-09T16:40:11.718Z | Downloaded aead v0.5.2 |
496 | 2024-10-09T16:40:11.721Z | Downloaded hubpack_derive v0.1.1 |
497 | 2024-10-09T16:40:11.725Z | Downloaded darling_macro v0.20.9 |
498 | 2024-10-09T16:40:11.725Z | Downloaded http-range v0.1.5 |
499 | 2024-10-09T16:40:11.727Z | Downloaded cstr-argument v0.1.2 |
500 | 2024-10-09T16:40:11.727Z | Downloaded ciborium-io v0.2.2 |
501 | 2024-10-09T16:40:11.730Z | Downloaded crucible-workspace-hack v0.1.0 |
502 | 2024-10-09T16:40:11.732Z | Downloaded httpdate v1.0.3 |
503 | 2024-10-09T16:40:11.732Z | Downloaded hostname v0.4.0 |
504 | 2024-10-09T16:40:11.734Z | Downloaded http-body v0.4.6 |
505 | 2024-10-09T16:40:11.738Z | Downloaded hickory-server v0.24.1 |
506 | 2024-10-09T16:40:11.745Z | Downloaded matches v0.1.10 |
507 | 2024-10-09T16:40:11.748Z | Downloaded cobs v0.2.3 |
508 | 2024-10-09T16:40:11.748Z | Downloaded new_debug_unreachable v1.0.6 |
509 | 2024-10-09T16:40:11.751Z | Downloaded buf-list v1.0.3 |
510 | 2024-10-09T16:40:11.753Z | Downloaded bitfield v0.14.0 |
511 | 2024-10-09T16:40:11.756Z | Downloaded is_ci v1.2.0 |
512 | 2024-10-09T16:40:11.756Z | Downloaded humantime v2.1.0 |
513 | 2024-10-09T16:40:11.758Z | Downloaded convert_case v0.4.0 |
514 | 2024-10-09T16:40:11.760Z | Downloaded crc v3.2.1 |
515 | 2024-10-09T16:40:11.762Z | Downloaded bit-set v0.5.3 |
516 | 2024-10-09T16:40:11.765Z | Downloaded multimap v0.10.0 |
517 | 2024-10-09T16:40:11.765Z | Downloaded http-body v1.0.0 |
518 | 2024-10-09T16:40:11.768Z | Downloaded home v0.5.9 |
519 | 2024-10-09T16:40:11.768Z | Downloaded mime v0.3.17 |
520 | 2024-10-09T16:40:11.770Z | Downloaded cexpr v0.6.0 |
521 | 2024-10-09T16:40:11.773Z | Downloaded addr2line v0.21.0 |
522 | 2024-10-09T16:40:11.776Z | Downloaded libsw v3.3.1 |
523 | 2024-10-09T16:40:11.779Z | Downloaded impl-trait-for-tuples v0.2.2 |
524 | 2024-10-09T16:40:11.781Z | Downloaded kstat-rs v0.2.4 |
525 | 2024-10-09T16:40:11.783Z | Downloaded adler v1.0.2 |
526 | 2024-10-09T16:40:11.783Z | Downloaded nibble_vec v0.1.0 |
527 | 2024-10-09T16:40:11.786Z | Downloaded lalrpop-util v0.19.12 |
528 | 2024-10-09T16:40:11.789Z | Downloaded const_format_proc_macros v0.2.33 |
529 | 2024-10-09T16:40:11.791Z | Downloaded lru v0.12.3 |
530 | 2024-10-09T16:40:11.793Z | Downloaded memmap2 v0.9.4 |
531 | 2024-10-09T16:40:11.793Z | Downloaded http-body-util v0.1.2 |
532 | 2024-10-09T16:40:11.796Z | Downloaded hostname v0.3.1 |
533 | 2024-10-09T16:40:11.799Z | Downloaded jobserver v0.1.32 |
534 | 2024-10-09T16:40:11.801Z | Downloaded iana-time-zone v0.1.60 |
535 | 2024-10-09T16:40:11.803Z | Downloaded cfg_aliases v0.1.1 |
536 | 2024-10-09T16:40:11.806Z | Downloaded atomicwrites v0.4.4 |
537 | 2024-10-09T16:40:11.807Z | Downloaded indoc v1.0.9 |
538 | 2024-10-09T16:40:11.809Z | Downloaded newtype-uuid v1.1.0 |
539 | 2024-10-09T16:40:11.811Z | Downloaded md5 v0.7.0 |
540 | 2024-10-09T16:40:11.811Z | Downloaded ident_case v1.0.1 |
541 | 2024-10-09T16:40:11.814Z | Downloaded crunchy v0.2.2 |
542 | 2024-10-09T16:40:11.814Z | Downloaded md-5 v0.10.6 |
543 | 2024-10-09T16:40:11.816Z | Downloaded maplit v1.0.2 |
544 | 2024-10-09T16:40:11.816Z | Downloaded hyper-rustls v0.27.3 |
545 | 2024-10-09T16:40:11.819Z | Downloaded resolv-conf v0.7.0 |
546 | 2024-10-09T16:40:11.821Z | Downloaded cbc v0.1.2 |
547 | 2024-10-09T16:40:11.824Z | Downloaded cookie v0.18.1 |
548 | 2024-10-09T16:40:11.826Z | Downloaded newtype_derive v0.1.6 |
549 | 2024-10-09T16:40:11.829Z | Downloaded match_cfg v0.1.0 |
550 | 2024-10-09T16:40:11.831Z | Downloaded nodrop v0.1.14 |
551 | 2024-10-09T16:40:11.831Z | Downloaded take_mut v0.2.2 |
552 | 2024-10-09T16:40:11.833Z | Downloaded rustc_version v0.4.0 |
553 | 2024-10-09T16:40:11.833Z | Downloaded crossbeam-epoch v0.9.18 |
554 | 2024-10-09T16:40:11.836Z | Downloaded async-recursion v1.1.1 |
555 | 2024-10-09T16:40:11.840Z | Downloaded rustc-hash v2.0.0 |
556 | 2024-10-09T16:40:11.843Z | Downloaded sync_wrapper v1.0.1 |
557 | 2024-10-09T16:40:11.845Z | Downloaded cassowary v0.3.0 |
558 | 2024-10-09T16:40:11.847Z | Downloaded miniz_oxide v0.8.0 |
559 | 2024-10-09T16:40:11.849Z | Downloaded block-padding v0.3.3 |
560 | 2024-10-09T16:40:11.849Z | Downloaded bit-vec v0.6.3 |
561 | 2024-10-09T16:40:11.853Z | Downloaded bcrypt-pbkdf v0.10.0 |
562 | 2024-10-09T16:40:11.855Z | Downloaded secrecy v0.8.0 |
563 | 2024-10-09T16:40:11.855Z | Downloaded lazy_static v1.5.0 |
564 | 2024-10-09T16:40:11.859Z | Downloaded keccak v0.1.5 |
565 | 2024-10-09T16:40:11.859Z | Downloaded constant_time_eq v0.3.0 |
566 | 2024-10-09T16:40:11.861Z | Downloaded diesel_table_macro_syntax v0.2.0 |
567 | 2024-10-09T16:40:11.861Z | Downloaded fxhash v0.2.1 |
568 | 2024-10-09T16:40:11.865Z | Downloaded foreign-types-shared v0.3.1 |
569 | 2024-10-09T16:40:11.865Z | Downloaded foreign-types-shared v0.1.1 |
570 | 2024-10-09T16:40:11.865Z | Downloaded signal-hook-registry v1.4.2 |
571 | 2024-10-09T16:40:11.867Z | Downloaded endian-type v0.1.2 |
572 | 2024-10-09T16:40:11.867Z | Downloaded libefi-sys v0.1.0 |
573 | 2024-10-09T16:40:11.870Z | Downloaded indent_write v2.2.0 |
574 | 2024-10-09T16:40:11.870Z | Downloaded memoffset v0.9.1 |
575 | 2024-10-09T16:40:11.872Z | Downloaded curve25519-dalek-derive v0.1.1 |
576 | 2024-10-09T16:40:11.872Z | Downloaded shlex v1.3.0 |
577 | 2024-10-09T16:40:11.875Z | Downloaded linear-map v1.2.0 |
578 | 2024-10-09T16:40:11.878Z | Downloaded strum_macros v0.24.3 |
579 | 2024-10-09T16:40:11.880Z | Downloaded signal-hook-tokio v0.3.1 |
580 | 2024-10-09T16:40:11.880Z | Downloaded nanorand v0.7.0 |
581 | 2024-10-09T16:40:11.883Z | Downloaded serde_urlencoded v0.7.1 |
582 | 2024-10-09T16:40:11.888Z | Downloaded sec1 v0.7.3 |
583 | 2024-10-09T16:40:11.890Z | Downloaded dsl_auto_type v0.1.2 |
584 | 2024-10-09T16:40:11.890Z | Downloaded base64 v0.22.1 |
585 | 2024-10-09T16:40:11.893Z | Downloaded rustc_version v0.1.7 |
586 | 2024-10-09T16:40:11.895Z | Downloaded num-derive v0.4.2 |
587 | 2024-10-09T16:40:11.898Z | Downloaded unicase v2.7.0 |
588 | 2024-10-09T16:40:11.902Z | Downloaded number_prefix v0.4.0 |
589 | 2024-10-09T16:40:11.902Z | Downloaded typify-macro v0.2.0 |
590 | 2024-10-09T16:40:11.902Z | Downloaded crossbeam-deque v0.8.5 |
591 | 2024-10-09T16:40:11.906Z | Downloaded tls_codec_derive v0.4.1 |
592 | 2024-10-09T16:40:11.906Z | Downloaded spki v0.7.3 |
593 | 2024-10-09T16:40:11.909Z | Downloaded signal-hook-mio v0.2.4 |
594 | 2024-10-09T16:40:11.909Z | Downloaded crc32fast v1.4.0 |
595 | 2024-10-09T16:40:11.912Z | Downloaded predicates-tree v1.0.9 |
596 | 2024-10-09T16:40:11.914Z | Downloaded cookie_store v0.21.0 |
597 | 2024-10-09T16:40:11.914Z | Downloaded ena v0.14.3 |
598 | 2024-10-09T16:40:11.917Z | Downloaded progenitor-client v0.8.0 |
599 | 2024-10-09T16:40:11.920Z | Downloaded glob v0.3.1 |
600 | 2024-10-09T16:40:11.920Z | Downloaded enum-as-inner v0.5.1 |
601 | 2024-10-09T16:40:11.923Z | Downloaded libloading v0.8.3 |
602 | 2024-10-09T16:40:11.926Z | Downloaded maybe-uninit v2.0.0 |
603 | 2024-10-09T16:40:11.928Z | Downloaded zeroize_derive v1.4.2 |
604 | 2024-10-09T16:40:11.928Z | Downloaded zeroize v1.8.1 |
605 | 2024-10-09T16:40:11.930Z | Downloaded unarray v0.1.4 |
606 | 2024-10-09T16:40:11.932Z | Downloaded multer v3.1.0 |
607 | 2024-10-09T16:40:11.936Z | Downloaded tokio-tungstenite v0.23.1 |
608 | 2024-10-09T16:40:11.939Z | Downloaded tokio-tungstenite v0.21.0 |
609 | 2024-10-09T16:40:11.942Z | Downloaded termtree v0.4.1 |
610 | 2024-10-09T16:40:11.942Z | Downloaded futures-io v0.3.30 |
611 | 2024-10-09T16:40:11.944Z | Downloaded spin v0.9.8 |
612 | 2024-10-09T16:40:11.947Z | Downloaded tabwriter v1.4.0 |
613 | 2024-10-09T16:40:11.947Z | Downloaded typify v0.2.0 |
614 | 2024-10-09T16:40:11.949Z | Downloaded sqlformat v0.2.6 |
615 | 2024-10-09T16:40:11.952Z | Downloaded tls_codec v0.4.1 |
616 | 2024-10-09T16:40:11.954Z | Downloaded paste v1.0.15 |
617 | 2024-10-09T16:40:11.960Z | Downloaded blake2 v0.10.6 |
618 | 2024-10-09T16:40:11.963Z | Downloaded foreign-types v0.5.0 |
619 | 2024-10-09T16:40:11.965Z | Downloaded phf_shared v0.11.2 |
620 | 2024-10-09T16:40:11.966Z | Downloaded progenitor v0.8.0 |
621 | 2024-10-09T16:40:11.968Z | Downloaded foreign-types-macros v0.2.3 |
622 | 2024-10-09T16:40:11.968Z | Downloaded progenitor-macro v0.8.0 |
623 | 2024-10-09T16:40:11.970Z | Downloaded rand_core v0.6.4 |
624 | 2024-10-09T16:40:11.974Z | Downloaded ron v0.8.1 |
625 | 2024-10-09T16:40:11.978Z | Downloaded rustls-pemfile v1.0.4 |
626 | 2024-10-09T16:40:11.981Z | Downloaded either v1.13.0 |
627 | 2024-10-09T16:40:11.984Z | Downloaded openssl-macros v0.1.1 |
628 | 2024-10-09T16:40:11.986Z | Downloaded socket2 v0.5.7 |
629 | 2024-10-09T16:40:11.988Z | Downloaded miniz_oxide v0.7.2 |
630 | 2024-10-09T16:40:11.990Z | Downloaded stringprep v0.1.4 |
631 | 2024-10-09T16:40:11.993Z | Downloaded signal-hook v0.3.17 |
632 | 2024-10-09T16:40:11.997Z | Downloaded oso-derive v0.27.3 |
633 | 2024-10-09T16:40:12.001Z | Downloaded hickory-client v0.24.1 |
634 | 2024-10-09T16:40:12.004Z | Downloaded openssl-probe v0.1.5 |
635 | 2024-10-09T16:40:12.007Z | Downloaded num-iter v0.1.45 |
636 | 2024-10-09T16:40:12.007Z | Downloaded termcolor v1.4.1 |
637 | 2024-10-09T16:40:12.009Z | Downloaded minimal-lexical v0.2.1 |
638 | 2024-10-09T16:40:12.013Z | Downloaded tui-tree-widget v0.22.0 |
639 | 2024-10-09T16:40:12.016Z | Downloaded indicatif v0.17.8 |
640 | 2024-10-09T16:40:12.021Z | Downloaded password-hash v0.5.0 |
641 | 2024-10-09T16:40:12.023Z | Downloaded password-hash v0.4.2 |
642 | 2024-10-09T16:40:12.026Z | Downloaded sqlparser_derive v0.2.2 |
643 | 2024-10-09T16:40:12.030Z | Downloaded ed25519 v2.2.3 |
644 | 2024-10-09T16:40:12.030Z | Downloaded dyn-clone v1.0.17 |
645 | 2024-10-09T16:40:12.033Z | Downloaded form_urlencoded v1.2.1 |
646 | 2024-10-09T16:40:12.033Z | Downloaded num-integer v0.1.46 |
647 | 2024-10-09T16:40:12.036Z | Downloaded http v0.2.12 |
648 | 2024-10-09T16:40:12.041Z | Downloaded group v0.13.0 |
649 | 2024-10-09T16:40:12.044Z | Downloaded hyper-util v0.1.9 |
650 | 2024-10-09T16:40:12.047Z | Downloaded dropshot_endpoint v0.10.1 |
651 | 2024-10-09T16:40:12.050Z | Downloaded ghash v0.5.1 |
652 | 2024-10-09T16:40:12.052Z | Downloaded term v0.7.0 |
653 | 2024-10-09T16:40:12.055Z | Downloaded serde_with_macros v3.9.0 |
654 | 2024-10-09T16:40:12.057Z | Downloaded sct v0.7.1 |
655 | 2024-10-09T16:40:12.061Z | Downloaded rfc6979 v0.4.0 |
656 | 2024-10-09T16:40:12.064Z | Downloaded quinn-udp v0.5.5 |
657 | 2024-10-09T16:40:12.068Z | Downloaded des v0.8.1 |
658 | 2024-10-09T16:40:12.080Z | Downloaded cc v1.0.97 |
659 | 2024-10-09T16:40:12.083Z | Downloaded precomputed-hash v0.1.1 |
660 | 2024-10-09T16:40:12.085Z | Downloaded ssh-encoding v0.2.0 |
661 | 2024-10-09T16:40:12.087Z | Downloaded ssh-cipher v0.2.0 |
662 | 2024-10-09T16:40:12.090Z | Downloaded globset v0.4.14 |
663 | 2024-10-09T16:40:12.093Z | Downloaded ecdsa v0.16.9 |
664 | 2024-10-09T16:40:12.097Z | Downloaded yasna v0.5.2 |
665 | 2024-10-09T16:40:12.101Z | Downloaded poly1305 v0.8.0 |
666 | 2024-10-09T16:40:12.101Z | Downloaded display-error-chain v0.2.1 |
667 | 2024-10-09T16:40:12.101Z | Downloaded postgres-protocol v0.6.7 |
668 | 2024-10-09T16:40:12.104Z | Downloaded elliptic-curve v0.13.8 |
669 | 2024-10-09T16:40:12.107Z | Downloaded serde-big-array v0.5.1 |
670 | 2024-10-09T16:40:12.111Z | Downloaded toolchain_find v0.4.0 |
671 | 2024-10-09T16:40:12.113Z | Downloaded strum v0.26.3 |
672 | 2024-10-09T16:40:12.114Z | Downloaded schemars v0.8.21 |
673 | 2024-10-09T16:40:12.126Z | Downloaded slog-term v2.9.1 |
674 | 2024-10-09T16:40:12.131Z | Downloaded olpc-cjson v0.1.3 |
675 | 2024-10-09T16:40:12.131Z | Downloaded futures-core v0.3.30 |
676 | 2024-10-09T16:40:12.135Z | Downloaded float-cmp v0.9.0 |
677 | 2024-10-09T16:40:12.135Z | Downloaded pkcs1 v0.7.5 |
678 | 2024-10-09T16:40:12.138Z | Downloaded libm v0.2.8 |
679 | 2024-10-09T16:40:12.146Z | Downloaded hex-literal v0.4.1 |
680 | 2024-10-09T16:40:12.148Z | Downloaded predicates v3.1.2 |
681 | 2024-10-09T16:40:12.150Z | Downloaded pin-utils v0.1.0 |
682 | 2024-10-09T16:40:12.153Z | Downloaded dropshot_endpoint v0.12.0 |
683 | 2024-10-09T16:40:12.156Z | Downloaded dhcproto v0.12.0 |
684 | 2024-10-09T16:40:12.158Z | Downloaded derive_builder v0.20.0 |
685 | 2024-10-09T16:40:12.165Z | Downloaded uzers v0.11.3 |
686 | 2024-10-09T16:40:12.167Z | Downloaded ppv-lite86 v0.2.17 |
687 | 2024-10-09T16:40:12.170Z | Downloaded mio v0.8.11 |
688 | 2024-10-09T16:40:12.177Z | Downloaded topological-sort v0.2.2 |
689 | 2024-10-09T16:40:12.179Z | Downloaded unicode-xid v0.2.4 |
690 | 2024-10-09T16:40:12.182Z | Downloaded thread_local v1.1.8 |
691 | 2024-10-09T16:40:12.182Z | Downloaded env_logger v0.10.2 |
692 | 2024-10-09T16:40:12.185Z | Downloaded defmt v0.3.8 |
693 | 2024-10-09T16:40:12.190Z | Downloaded russh-cryptovec v0.7.2 |
694 | 2024-10-09T16:40:12.192Z | Downloaded thiserror-impl-no-std v2.0.2 |
695 | 2024-10-09T16:40:12.195Z | Downloaded num-rational v0.4.2 |
696 | 2024-10-09T16:40:12.195Z | Downloaded crossterm v0.27.0 |
697 | 2024-10-09T16:40:12.202Z | Downloaded socket2 v0.4.10 |
698 | 2024-10-09T16:40:12.205Z | Downloaded derive_builder_macro v0.20.0 |
699 | 2024-10-09T16:40:12.208Z | Downloaded pbkdf2 v0.11.0 |
700 | 2024-10-09T16:40:12.210Z | Downloaded hash32 v0.3.1 |
701 | 2024-10-09T16:40:12.213Z | Downloaded fallible-streaming-iterator v0.1.9 |
702 | 2024-10-09T16:40:12.213Z | Downloaded zone_cfg_derive v0.3.0 |
703 | 2024-10-09T16:40:12.216Z | Downloaded pin-project-lite v0.2.14 |
704 | 2024-10-09T16:40:12.220Z | Downloaded parking_lot_core v0.8.6 |
705 | 2024-10-09T16:40:12.225Z | Downloaded foreign-types v0.3.2 |
706 | 2024-10-09T16:40:12.227Z | Downloaded float-ord v0.3.2 |
707 | 2024-10-09T16:40:12.227Z | Downloaded phf v0.11.2 |
708 | 2024-10-09T16:40:12.227Z | Downloaded percent-encoding v2.3.1 |
709 | 2024-10-09T16:40:12.229Z | Downloaded thiserror-no-std v2.0.2 |
710 | 2024-10-09T16:40:12.234Z | Downloaded serde_derive_internals v0.29.1 |
711 | 2024-10-09T16:40:12.237Z | Downloaded tinyvec v1.6.0 |
712 | 2024-10-09T16:40:12.241Z | Downloaded prettyplease v0.2.22 |
713 | 2024-10-09T16:40:12.243Z | Downloaded parking_lot v0.11.2 |
714 | 2024-10-09T16:40:12.246Z | Downloaded utf-8 v0.7.6 |
715 | 2024-10-09T16:40:12.249Z | Downloaded defmt-macros v0.3.9 |
716 | 2024-10-09T16:40:12.251Z | Downloaded signature v2.2.0 |
717 | 2024-10-09T16:40:12.255Z | Downloaded num-complex v0.4.6 |
718 | 2024-10-09T16:40:12.257Z | Downloaded hashbrown v0.13.2 |
719 | 2024-10-09T16:40:12.260Z | Downloaded sync_wrapper v0.1.2 |
720 | 2024-10-09T16:40:12.263Z | Downloaded defmt-parser v0.3.4 |
721 | 2024-10-09T16:40:12.265Z | Downloaded slog-async v2.8.0 |
722 | 2024-10-09T16:40:12.265Z | Downloaded siphasher v0.3.11 |
723 | 2024-10-09T16:40:12.269Z | Downloaded sigpipe v0.1.3 |
724 | 2024-10-09T16:40:12.269Z | Downloaded pem-rfc7468 v0.7.0 |
725 | 2024-10-09T16:40:12.274Z | Downloaded samael v0.0.17 |
726 | 2024-10-09T16:40:12.279Z | Downloaded parse-display v0.10.0 |
727 | 2024-10-09T16:40:12.281Z | Downloaded pin-project-internal v1.1.5 |
728 | 2024-10-09T16:40:12.281Z | Downloaded typed-path v0.7.1 |
729 | 2024-10-09T16:40:12.289Z | Downloaded steno v0.4.1 |
730 | 2024-10-09T16:40:12.294Z | Downloaded pretty-hex v0.2.1 |
731 | 2024-10-09T16:40:12.296Z | Downloaded psl-types v2.0.11 |
732 | 2024-10-09T16:40:12.299Z | Downloaded peg-runtime v0.8.3 |
733 | 2024-10-09T16:40:12.299Z | Downloaded powerfmt v0.2.0 |
734 | 2024-10-09T16:40:12.302Z | Downloaded headers-core v0.3.0 |
735 | 2024-10-09T16:40:12.302Z | Downloaded tinyvec_macros v0.1.1 |
736 | 2024-10-09T16:40:12.306Z | Downloaded downcast v0.11.0 |
737 | 2024-10-09T16:40:12.306Z | Downloaded derive-where v1.2.7 |
738 | 2024-10-09T16:40:12.310Z | Downloaded tracing-attributes v0.1.27 |
739 | 2024-10-09T16:40:12.313Z | Downloaded want v0.3.1 |
740 | 2024-10-09T16:40:12.316Z | Downloaded unicode-truncate v1.0.0 |
741 | 2024-10-09T16:40:12.316Z | Downloaded difflib v0.4.0 |
742 | 2024-10-09T16:40:12.318Z | Downloaded time-core v0.1.2 |
743 | 2024-10-09T16:40:12.318Z | Downloaded dirs-sys-next v0.1.2 |
744 | 2024-10-09T16:40:12.321Z | Downloaded russh-keys v0.45.0 |
745 | 2024-10-09T16:40:12.324Z | Downloaded heck v0.3.3 |
746 | 2024-10-09T16:40:12.327Z | Downloaded tokio-postgres v0.7.12 |
747 | 2024-10-09T16:40:12.330Z | Downloaded pin-project v1.1.5 |
748 | 2024-10-09T16:40:12.343Z | Downloaded which v4.4.2 |
749 | 2024-10-09T16:40:12.346Z | Downloaded num_threads v0.1.7 |
750 | 2024-10-09T16:40:12.348Z | Downloaded primeorder v0.13.6 |
751 | 2024-10-09T16:40:12.348Z | Downloaded predicates-core v1.0.6 |
752 | 2024-10-09T16:40:12.350Z | Downloaded zone_cfg_derive v0.1.2 |
753 | 2024-10-09T16:40:12.350Z | Downloaded filetime v0.2.25 |
754 | 2024-10-09T16:40:12.353Z | Downloaded similar v2.6.0 |
755 | 2024-10-09T16:40:12.357Z | Downloaded quick-error v1.2.3 |
756 | 2024-10-09T16:40:12.360Z | Downloaded rustls-pki-types v1.7.0 |
757 | 2024-10-09T16:40:12.362Z | Downloaded tiny-keccak v2.0.2 |
758 | 2024-10-09T16:40:12.365Z | Downloaded enum-as-inner v0.6.0 |
759 | 2024-10-09T16:40:12.367Z | Downloaded snafu-derive v0.8.2 |
760 | 2024-10-09T16:40:12.370Z | Downloaded parse-size v1.0.0 |
761 | 2024-10-09T16:40:12.370Z | Downloaded rustc-hash v1.1.0 |
762 | 2024-10-09T16:40:12.372Z | Downloaded futures-task v0.3.30 |
763 | 2024-10-09T16:40:12.372Z | Downloaded futures-macro v0.3.30 |
764 | 2024-10-09T16:40:12.374Z | Downloaded path-slash v0.1.5 |
765 | 2024-10-09T16:40:12.377Z | Downloaded structmeta v0.2.0 |
766 | 2024-10-09T16:40:12.377Z | Downloaded rpassword v7.3.1 |
767 | 2024-10-09T16:40:12.379Z | Downloaded waitgroup v0.1.2 |
768 | 2024-10-09T16:40:12.379Z | Downloaded pem v3.0.4 |
769 | 2024-10-09T16:40:12.381Z | Downloaded p256 v0.13.2 |
770 | 2024-10-09T16:40:12.384Z | Downloaded serde_repr v0.1.19 |
771 | 2024-10-09T16:40:12.386Z | Downloaded scopeguard v1.2.0 |
772 | 2024-10-09T16:40:12.389Z | Downloaded vte_generate_state_changes v0.1.1 |
773 | 2024-10-09T16:40:12.392Z | Downloaded futures-sink v0.3.30 |
774 | 2024-10-09T16:40:12.392Z | Downloaded futures-executor v0.3.30 |
775 | 2024-10-09T16:40:12.392Z | Downloaded num-conv v0.1.0 |
776 | 2024-10-09T16:40:12.395Z | Downloaded rustfmt-wrapper v0.2.1 |
777 | 2024-10-09T16:40:12.395Z | Downloaded proc-macro-crate v1.3.1 |
778 | 2024-10-09T16:40:12.397Z | Downloaded sha1 v0.10.6 |
779 | 2024-10-09T16:40:12.400Z | Downloaded fixedbitset v0.4.2 |
780 | 2024-10-09T16:40:12.400Z | Downloaded postcard v1.0.8 |
781 | 2024-10-09T16:40:12.402Z | Downloaded der v0.7.9 |
782 | 2024-10-09T16:40:12.408Z | Downloaded rtoolbox v0.0.2 |
783 | 2024-10-09T16:40:12.410Z | Downloaded num_enum_derive v0.5.11 |
784 | 2024-10-09T16:40:12.413Z | Downloaded dhcproto-macros v0.1.0 |
785 | 2024-10-09T16:40:12.413Z | Downloaded untrusted v0.7.1 |
786 | 2024-10-09T16:40:12.413Z | Downloaded funty v2.0.0 |
787 | 2024-10-09T16:40:12.415Z | Downloaded hickory-resolver v0.24.1 |
788 | 2024-10-09T16:40:12.419Z | Downloaded expectorate v1.1.0 |
789 | 2024-10-09T16:40:12.422Z | Downloaded xz2 v0.1.7 |
790 | 2024-10-09T16:40:12.425Z | Downloaded walkdir v2.5.0 |
791 | 2024-10-09T16:40:12.427Z | Downloaded normalize-line-endings v0.3.0 |
792 | 2024-10-09T16:40:12.427Z | Downloaded stable_deref_trait v1.2.0 |
793 | 2024-10-09T16:40:12.429Z | Downloaded hex v0.4.3 |
794 | 2024-10-09T16:40:12.432Z | Downloaded smf v0.2.3 |
795 | 2024-10-09T16:40:12.432Z | Downloaded pbkdf2 v0.12.2 |
796 | 2024-10-09T16:40:12.434Z | Downloaded radium v0.7.0 |
797 | 2024-10-09T16:40:12.434Z | Downloaded rustls-pemfile v2.1.3 |
798 | 2024-10-09T16:40:12.437Z | Downloaded xattr v1.3.1 |
799 | 2024-10-09T16:40:12.439Z | Downloaded flate2 v1.0.34 |
800 | 2024-10-09T16:40:12.445Z | Downloaded itertools v0.13.0 |
801 | 2024-10-09T16:40:12.453Z | Downloaded wait-timeout v0.2.0 |
802 | 2024-10-09T16:40:12.456Z | Downloaded flagset v0.4.5 |
803 | 2024-10-09T16:40:12.458Z | Downloaded slog-scope v4.4.0 |
804 | 2024-10-09T16:40:12.460Z | Downloaded pkcs5 v0.7.1 |
805 | 2024-10-09T16:40:12.463Z | Downloaded fragile v2.0.0 |
806 | 2024-10-09T16:40:12.465Z | Downloaded tokio-native-tls v0.3.1 |
807 | 2024-10-09T16:40:12.467Z | Downloaded universal-hash v0.5.1 |
808 | 2024-10-09T16:40:12.470Z | Downloaded num v0.4.3 |
809 | 2024-10-09T16:40:12.470Z | Downloaded peg v0.8.4 |
810 | 2024-10-09T16:40:12.474Z | Downloaded half v2.4.1 |
811 | 2024-10-09T16:40:12.477Z | Downloaded untrusted v0.9.0 |
812 | 2024-10-09T16:40:12.479Z | Downloaded supports-color v3.0.1 |
813 | 2024-10-09T16:40:12.482Z | Downloaded heapless v0.8.0 |
814 | 2024-10-09T16:40:12.485Z | Downloaded winnow v0.5.40 |
815 | 2024-10-09T16:40:12.496Z | Downloaded hashbrown v0.12.3 |
816 | 2024-10-09T16:40:12.501Z | Downloaded tokio-rustls v0.25.0 |
817 | 2024-10-09T16:40:12.503Z | Downloaded omicron-zone-package v0.11.1 |
818 | 2024-10-09T16:40:12.506Z | Downloaded diff v0.1.13 |
819 | 2024-10-09T16:40:12.509Z | Downloaded strum_macros v0.26.4 |
820 | 2024-10-09T16:40:12.512Z | Downloaded x509-cert v0.2.5 |
821 | 2024-10-09T16:40:12.518Z | Downloaded futures-channel v0.3.30 |
822 | 2024-10-09T16:40:12.521Z | Downloaded tokio-macros v2.4.0 |
823 | 2024-10-09T16:40:12.523Z | Downloaded nu-ansi-term v0.50.0 |
824 | 2024-10-09T16:40:12.526Z | Downloaded bindgen v0.69.4 |
825 | 2024-10-09T16:40:12.534Z | Downloaded num-traits v0.2.19 |
826 | 2024-10-09T16:40:12.537Z | Downloaded peg-macros v0.8.4 |
827 | 2024-10-09T16:40:12.539Z | Downloaded rayon v1.10.0 |
828 | 2024-10-09T16:40:12.550Z | Downloaded headers v0.4.0 |
829 | 2024-10-09T16:40:12.555Z | Downloaded subprocess v0.2.9 |
830 | 2024-10-09T16:40:12.558Z | Downloaded futures v0.3.30 |
831 | 2024-10-09T16:40:12.563Z | Downloaded unicode_categories v0.1.1 |
832 | 2024-10-09T16:40:12.566Z | Downloaded num-bigint-dig v0.8.4 |
833 | 2024-10-09T16:40:12.571Z | Downloaded ed25519-dalek v2.1.1 |
834 | 2024-10-09T16:40:12.575Z | Downloaded uuid v1.10.0 |
835 | 2024-10-09T16:40:12.578Z | Downloaded serde_yaml v0.9.34+deprecated |
836 | 2024-10-09T16:40:12.583Z | Downloaded heapless v0.7.17 |
837 | 2024-10-09T16:40:12.587Z | Downloaded p521 v0.13.3 |
838 | 2024-10-09T16:40:12.592Z | Downloaded chrono v0.4.38 |
839 | 2024-10-09T16:40:12.600Z | Downloaded rsa v0.9.6 |
840 | 2024-10-09T16:40:12.606Z | Downloaded quinn v0.11.5 |
841 | 2024-10-09T16:40:12.610Z | Downloaded sqlparser v0.45.0 |
842 | 2024-10-09T16:40:12.617Z | Downloaded unicode-segmentation v1.11.0 |
843 | 2024-10-09T16:40:12.621Z | Downloaded lalrpop v0.19.12 |
844 | 2024-10-09T16:40:12.634Z | Downloaded portable-atomic v1.6.0 |
845 | 2024-10-09T16:40:12.640Z | Downloaded num-bigint v0.4.5 |
846 | 2024-10-09T16:40:12.646Z | Downloaded reqwest v0.11.27 |
847 | 2024-10-09T16:40:12.654Z | Downloaded git2 v0.19.0 |
848 | 2024-10-09T16:40:12.665Z | Downloaded idna v0.2.3 |
849 | 2024-10-09T16:40:12.673Z | Downloaded curve25519-dalek v4.1.3 |
850 | 2024-10-09T16:40:12.683Z | Downloaded tough v0.17.1 |
851 | 2024-10-09T16:40:12.693Z | Downloaded smoltcp v0.9.1 |
852 | 2024-10-09T16:40:12.705Z | Downloaded rustyline v14.0.0 |
853 | 2024-10-09T16:40:12.710Z | Downloaded rustls-webpki v0.101.7 |
854 | 2024-10-09T16:40:12.726Z | Downloaded rustls-webpki v0.102.4 |
855 | 2024-10-09T16:40:12.745Z | Downloaded rusqlite v0.32.1 |
856 | 2024-10-09T16:40:12.752Z | Downloaded radix_trie v0.2.1 |
857 | 2024-10-09T16:40:12.757Z | Downloaded gimli v0.28.1 |
858 | 2024-10-09T16:40:12.768Z | Downloaded dropshot v0.12.0 |
859 | 2024-10-09T16:40:12.790Z | Downloaded proptest v1.5.0 |
860 | 2024-10-09T16:40:12.800Z | Downloaded quick-xml v0.33.0 |
861 | 2024-10-09T16:40:12.808Z | Downloaded dropshot v0.10.1 |
862 | 2024-10-09T16:40:12.820Z | Downloaded quinn-proto v0.11.8 |
863 | 2024-10-09T16:40:12.830Z | Downloaded trust-dns-proto v0.22.0 |
864 | 2024-10-09T16:40:12.842Z | Downloaded openapiv3 v2.0.0 |
865 | 2024-10-09T16:40:12.855Z | Downloaded regress v0.9.1 |
866 | 2024-10-09T16:40:12.865Z | Downloaded hickory-proto v0.24.1 |
867 | 2024-10-09T16:40:12.882Z | Downloaded ratatui v0.28.0 |
868 | 2024-10-09T16:40:12.905Z | Downloaded regress v0.10.1 |
869 | 2024-10-09T16:40:12.914Z | Downloaded bstr v1.9.1 |
870 | 2024-10-09T16:40:12.926Z | Downloaded p384 v0.13.0 |
871 | 2024-10-09T16:40:12.932Z | Downloaded zerocopy-derive v0.6.6 |
872 | 2024-10-09T16:40:12.942Z | Downloaded smoltcp v0.11.0 |
873 | 2024-10-09T16:40:12.957Z | Downloaded regex-syntax v0.8.4 |
874 | 2024-10-09T16:40:12.965Z | Downloaded petgraph v0.6.5 |
875 | 2024-10-09T16:40:12.984Z | Downloaded rustls v0.23.10 |
876 | 2024-10-09T16:40:13.001Z | Downloaded sha3 v0.10.8 |
877 | 2024-10-09T16:40:13.005Z | Downloaded sled v0.34.7 |
878 | 2024-10-09T16:40:13.016Z | Downloaded csv v1.3.0 |
879 | 2024-10-09T16:40:13.037Z | Downloaded typify-impl v0.2.0 |
880 | 2024-10-09T16:40:13.055Z | Downloaded regex-automata v0.4.6 |
881 | 2024-10-09T16:40:13.071Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
882 | 2024-10-09T16:40:13.084Z | Downloaded rustls v0.22.4 |
883 | 2024-10-09T16:40:13.098Z | Downloaded diesel v2.2.4 |
884 | 2024-10-09T16:40:13.117Z | Downloaded polar-core v0.27.3 |
885 | 2024-10-09T16:40:13.126Z | Downloaded lzma-sys v0.1.20 |
886 | 2024-10-09T16:40:13.156Z | Downloaded finl_unicode v1.2.0 |
887 | 2024-10-09T16:40:13.169Z | Downloaded object v0.32.2 |
888 | 2024-10-09T16:40:13.180Z | Downloaded rustls v0.21.12 |
889 | 2024-10-09T16:40:13.192Z | Downloaded nix v0.29.0 |
890 | 2024-10-09T16:40:13.204Z | Downloaded openssl v0.10.66 |
891 | 2024-10-09T16:40:13.214Z | Downloaded vcpkg v0.2.15 |
892 | 2024-10-09T16:40:13.254Z | Downloaded tokio v1.39.3 |
893 | 2024-10-09T16:40:13.293Z | Downloaded webpki-roots v0.26.3 |
894 | 2024-10-09T16:40:13.295Z | Downloaded object v0.30.4 |
895 | 2024-10-09T16:40:13.307Z | Downloaded nix v0.28.0 |
896 | 2024-10-09T16:40:13.317Z | Downloaded nix v0.27.1 |
897 | 2024-10-09T16:40:13.328Z | Downloaded idna v0.3.0 |
898 | 2024-10-09T16:40:13.335Z | Downloaded regex v1.10.6 |
899 | 2024-10-09T16:40:13.348Z | Downloaded regex-syntax v0.6.29 |
900 | 2024-10-09T16:40:13.355Z | Downloaded idna v0.5.0 |
901 | 2024-10-09T16:40:13.362Z | Downloaded h2 v0.4.6 |
902 | 2024-10-09T16:40:13.369Z | Downloaded futures-util v0.3.30 |
903 | 2024-10-09T16:40:13.382Z | Downloaded salty v0.3.0 |
904 | 2024-10-09T16:40:13.388Z | Downloaded h2 v0.3.26 |
905 | 2024-10-09T16:40:13.395Z | Downloaded snafu v0.8.2 |
906 | 2024-10-09T16:40:13.401Z | Downloaded idna v0.4.0 |
907 | 2024-10-09T16:40:13.408Z | Downloaded unicode-normalization v0.1.23 |
908 | 2024-10-09T16:40:13.412Z | Downloaded reqwest v0.12.7 |
909 | 2024-10-09T16:40:13.420Z | Downloaded tokio-rustls v0.26.0 |
910 | 2024-10-09T16:40:13.423Z | Downloaded smallvec v1.13.2 |
911 | 2024-10-09T16:40:13.425Z | Downloaded derive_more v0.99.18 |
912 | 2024-10-09T16:40:13.430Z | Downloaded ssh-key v0.6.6 |
913 | 2024-10-09T16:40:13.437Z | Downloaded serde_with v3.9.0 |
914 | 2024-10-09T16:40:13.446Z | Downloaded encoding_rs v0.8.34 |
915 | 2024-10-09T16:40:13.469Z | Downloaded subtle v2.5.0 |
916 | 2024-10-09T16:40:13.472Z | Downloaded structmeta-derive v0.2.0 |
917 | 2024-10-09T16:40:13.472Z | Downloaded structmeta v0.3.0 |
918 | 2024-10-09T16:40:13.474Z | Downloaded parse-display-derive v0.10.0 |
919 | 2024-10-09T16:40:13.474Z | Downloaded tokio-stream v0.1.16 |
920 | 2024-10-09T16:40:13.478Z | Downloaded rand v0.8.5 |
921 | 2024-10-09T16:40:13.481Z | Downloaded owo-colors v4.1.0 |
922 | 2024-10-09T16:40:13.484Z | Downloaded rustc-demangle v0.1.24 |
923 | 2024-10-09T16:40:13.486Z | Downloaded reedline v0.33.0 |
924 | 2024-10-09T16:40:13.493Z | Downloaded hyper v0.14.30 |
925 | 2024-10-09T16:40:13.501Z | Downloaded bitvec v1.0.1 |
926 | 2024-10-09T16:40:13.517Z | Downloaded r2d2 v0.8.10 |
927 | 2024-10-09T16:40:13.519Z | Downloaded test-strategy v0.3.1 |
928 | 2024-10-09T16:40:13.521Z | Downloaded flume v0.11.0 |
929 | 2024-10-09T16:40:13.526Z | Downloaded time-macros v0.2.18 |
930 | 2024-10-09T16:40:13.528Z | Downloaded ff v0.13.0 |
931 | 2024-10-09T16:40:13.531Z | Downloaded url v2.5.2 |
932 | 2024-10-09T16:40:13.534Z | Downloaded dirs-next v2.0.0 |
933 | 2024-10-09T16:40:13.536Z | Downloaded hkdf v0.12.4 |
934 | 2024-10-09T16:40:13.539Z | Downloaded fd-lock v4.0.2 |
935 | 2024-10-09T16:40:13.542Z | Downloaded postgres-types v0.2.8 |
936 | 2024-10-09T16:40:13.542Z | Downloaded pkcs8 v0.10.2 |
937 | 2024-10-09T16:40:13.544Z | Downloaded publicsuffix v2.2.3 |
938 | 2024-10-09T16:40:13.547Z | Downloaded libxml v0.3.3 |
939 | 2024-10-09T16:40:13.553Z | Downloaded crossterm v0.28.1 |
940 | 2024-10-09T16:40:13.559Z | Downloaded rcgen v0.12.1 |
941 | 2024-10-09T16:40:13.562Z | Downloaded openssl-sys v0.9.103 |
942 | 2024-10-09T16:40:13.567Z | Downloaded tap v1.0.1 |
943 | 2024-10-09T16:40:13.569Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
944 | 2024-10-09T16:40:13.628Z | Downloaded structmeta-derive v0.3.0 |
945 | 2024-10-09T16:40:13.631Z | Downloaded rusty-fork v0.3.0 |
946 | 2024-10-09T16:40:13.631Z | Downloaded fatfs v0.3.6 |
947 | 2024-10-09T16:40:13.633Z | Downloaded rayon-core v1.12.1 |
948 | 2024-10-09T16:40:13.637Z | Downloaded polyval v0.6.2 |
949 | 2024-10-09T16:40:13.639Z | Downloaded slog v2.7.0 |
950 | 2024-10-09T16:40:13.641Z | Downloaded parking_lot v0.12.2 |
951 | 2024-10-09T16:40:13.644Z | Downloaded blake3 v1.5.1 |
952 | 2024-10-09T16:40:13.652Z | Downloaded tokio-util v0.7.12 |
953 | 2024-10-09T16:40:13.659Z | Downloaded time v0.3.36 |
954 | 2024-10-09T16:40:13.666Z | Downloaded num_enum v0.5.11 |
955 | 2024-10-09T16:40:13.671Z | Downloaded tracing v0.1.40 |
956 | 2024-10-09T16:40:13.675Z | Downloaded toml_edit v0.19.15 |
957 | 2024-10-09T16:40:13.692Z | Downloaded slog-json v2.6.1 |
958 | 2024-10-09T16:40:13.695Z | Downloaded slog-bunyan v2.5.0 |
959 | 2024-10-09T16:40:13.695Z | Downloaded fallible-iterator v0.2.0 |
960 | 2024-10-09T16:40:13.699Z | Downloaded unsafe-libyaml v0.2.11 |
961 | 2024-10-09T16:40:13.701Z | Downloaded tracing-core v0.1.32 |
962 | 2024-10-09T16:40:13.703Z | Downloaded aho-corasick v1.1.3 |
963 | 2024-10-09T16:40:13.708Z | Downloaded der_derive v0.7.2 |
964 | 2024-10-09T16:40:13.710Z | Downloaded salsa20 v0.10.2 |
965 | 2024-10-09T16:40:13.712Z | Downloaded itertools v0.10.5 |
966 | 2024-10-09T16:40:13.717Z | Downloaded fallible-iterator v0.3.0 |
967 | 2024-10-09T16:40:13.719Z | Downloaded vte v0.11.1 |
968 | 2024-10-09T16:40:13.722Z | Downloaded value-bag v1.9.0 |
969 | 2024-10-09T16:40:13.724Z | Downloaded ron v0.7.1 |
970 | 2024-10-09T16:40:13.728Z | Downloaded hyper v1.4.1 |
971 | 2024-10-09T16:40:13.735Z | Downloaded try-lock v0.2.5 |
972 | 2024-10-09T16:40:13.737Z | Downloaded tower-service v0.3.2 |
973 | 2024-10-09T16:40:13.737Z | Downloaded hash32 v0.2.1 |
974 | 2024-10-09T16:40:13.740Z | Downloaded env_filter v0.1.2 |
975 | 2024-10-09T16:40:13.740Z | Downloaded wyz v0.5.1 |
976 | 2024-10-09T16:40:13.742Z | Downloaded rand_xorshift v0.3.0 |
977 | 2024-10-09T16:40:13.744Z | Downloaded parking_lot_core v0.9.10 |
978 | 2024-10-09T16:40:13.744Z | Downloaded aes-gcm v0.10.3 |
979 | 2024-10-09T16:40:13.747Z | Downloaded zerocopy v0.6.6 |
980 | 2024-10-09T16:40:13.750Z | Downloaded russh v0.45.0 |
981 | 2024-10-09T16:40:13.756Z | Downloaded tokio-rustls v0.24.1 |
982 | 2024-10-09T16:40:13.759Z | Downloaded unicode-bidi v0.3.15 |
983 | 2024-10-09T16:40:13.762Z | Downloaded tungstenite v0.23.0 |
984 | 2024-10-09T16:40:13.764Z | Downloaded tungstenite v0.21.0 |
985 | 2024-10-09T16:40:13.767Z | Downloaded tar v0.4.42 |
986 | 2024-10-09T16:40:13.770Z | Downloaded itertools v0.12.1 |
987 | 2024-10-09T16:40:13.778Z | Downloaded strum_macros v0.25.3 |
988 | 2024-10-09T16:40:13.780Z | Downloaded strip-ansi-escapes v0.2.0 |
989 | 2024-10-09T16:40:13.783Z | Downloaded serde_plain v1.0.2 |
990 | 2024-10-09T16:40:13.783Z | Downloaded serde_path_to_error v0.1.16 |
991 | 2024-10-09T16:40:13.785Z | Downloaded serde-hex v0.1.0 |
992 | 2024-10-09T16:40:13.788Z | Downloaded semver v0.1.20 |
993 | 2024-10-09T16:40:13.788Z | Downloaded env_logger v0.11.5 |
994 | 2024-10-09T16:40:13.790Z | Downloaded derive_builder_core v0.20.0 |
995 | 2024-10-09T16:40:13.792Z | Downloaded oso v0.27.3 |
996 | 2024-10-09T16:40:13.795Z | Downloaded nom v7.1.3 |
997 | 2024-10-09T16:40:13.800Z | Downloaded gethostname v0.5.0 |
998 | 2024-10-09T16:40:13.803Z | Downloaded rand_seeder v0.3.0 |
999 | 2024-10-09T16:40:13.803Z | Downloaded http v1.1.0 |
1000 | 2024-10-09T16:40:13.807Z | Downloaded slog-envlogger v2.2.0 |
1001 | 2024-10-09T16:40:13.809Z | Downloaded slog-dtrace v0.3.0 |
1002 | 2024-10-09T16:40:13.811Z | Downloaded scheduled-thread-pool v0.2.7 |
1003 | 2024-10-09T16:40:13.811Z | Downloaded schemars_derive v0.8.21 |
1004 | 2024-10-09T16:40:13.814Z | Downloaded same-file v1.0.6 |
1005 | 2024-10-09T16:40:13.814Z | Downloaded rand_chacha v0.3.1 |
1006 | 2024-10-09T16:40:13.816Z | Downloaded getrandom v0.2.14 |
1007 | 2024-10-09T16:40:13.819Z | Downloaded diesel_derives v2.2.2 |
1008 | 2024-10-09T16:40:13.824Z | Downloaded zip v0.6.6 |
1009 | 2024-10-09T16:40:13.828Z | Downloaded const_format v0.2.33 |
1010 | 2024-10-09T16:40:13.833Z | Downloaded aes v0.8.4 |
1011 | 2024-10-09T16:40:13.837Z | Downloaded bytes v1.7.2 |
1012 | 2024-10-09T16:40:13.843Z | Downloaded base64 v0.21.7 |
1013 | 2024-10-09T16:40:13.847Z | Downloaded progenitor-impl v0.8.0 |
1014 | 2024-10-09T16:40:13.849Z | Downloaded deranged v0.3.11 |
1015 | 2024-10-09T16:40:13.852Z | Downloaded vergen v8.3.2 |
1016 | 2024-10-09T16:40:13.855Z | Downloaded crc-any v2.5.0 |
1017 | 2024-10-09T16:40:13.857Z | Downloaded darling_core v0.20.9 |
1018 | 2024-10-09T16:40:13.862Z | Downloaded mio v1.0.2 |
1019 | 2024-10-09T16:40:13.867Z | Downloaded allocator-api2 v0.2.18 |
1020 | 2024-10-09T16:40:13.870Z | Downloaded twox-hash v1.6.3 |
1021 | 2024-10-09T16:40:13.873Z | Downloaded hashlink v0.9.1 |
1022 | 2024-10-09T16:40:13.875Z | Downloaded opaque-debug v0.3.1 |
1023 | 2024-10-09T16:40:13.875Z | Downloaded termios v0.3.3 |
1024 | 2024-10-09T16:40:13.878Z | Downloaded string_cache v0.8.7 |
1025 | 2024-10-09T16:40:13.878Z | Downloaded smallvec v0.6.14 |
1026 | 2024-10-09T16:40:13.884Z | Downloaded slog-stdlog v4.1.1 |
1027 | 2024-10-09T16:40:13.884Z | Downloaded scrypt v0.11.0 |
1028 | 2024-10-09T16:40:13.884Z | Downloaded static_assertions v1.1.0 |
1029 | 2024-10-09T16:40:13.884Z | Downloaded slab v0.4.9 |
1030 | 2024-10-09T16:40:13.887Z | Downloaded ref-cast v1.0.23 |
1031 | 2024-10-09T16:40:13.887Z | Downloaded toml v0.7.8 |
1032 | 2024-10-09T16:40:13.890Z | Downloaded backtrace v0.3.71 |
1033 | 2024-10-09T16:40:13.895Z | Downloaded ref-cast-impl v1.0.23 |
1034 | 2024-10-09T16:40:13.898Z | Downloaded whoami v1.5.2 |
1035 | 2024-10-09T16:40:13.901Z | Downloaded vsss-rs v3.3.4 |
1036 | 2024-10-09T16:40:13.903Z | Downloaded crossbeam-channel v0.5.12 |
1037 | 2024-10-09T16:40:13.908Z | Downloaded pkg-config v0.3.30 |
1038 | 2024-10-09T16:40:13.908Z | Downloaded packed_struct_codegen v0.10.1 |
1039 | 2024-10-09T16:40:13.910Z | Downloaded packed_struct v0.10.1 |
1040 | 2024-10-09T16:40:13.910Z | Downloaded crossbeam-utils v0.8.19 |
1041 | 2024-10-09T16:40:13.913Z | Downloaded console v0.15.8 |
1042 | 2024-10-09T16:40:13.915Z | Downloaded clang-sys v1.7.0 |
1043 | 2024-10-09T16:40:13.919Z | Downloaded spin v0.5.2 |
1044 | 2024-10-09T16:40:13.921Z | Downloaded ahash v0.8.11 |
1045 | 2024-10-09T16:40:13.924Z | Downloaded mime_guess v2.0.4 |
1046 | 2024-10-09T16:40:13.924Z | Downloaded managed v0.8.0 |
1047 | 2024-10-09T16:40:13.926Z | Downloaded lock_api v0.4.12 |
1048 | 2024-10-09T16:40:13.929Z | Downloaded hyper-staticfile v0.10.1 |
1049 | 2024-10-09T16:40:13.929Z | Downloaded ipnet v2.10.0 |
1050 | 2024-10-09T16:40:13.932Z | Downloaded crypto-bigint v0.5.5 |
1051 | 2024-10-09T16:40:13.939Z | Downloaded phf_shared v0.10.0 |
1052 | 2024-10-09T16:40:13.943Z | Downloaded embedded-io v0.4.0 |
1053 | 2024-10-09T16:40:13.943Z | Downloaded zone v0.3.0 |
1054 | 2024-10-09T16:40:13.943Z | Downloaded zone v0.1.8 |
1055 | 2024-10-09T16:40:13.943Z | Downloaded data-encoding v2.6.0 |
1056 | 2024-10-09T16:40:13.943Z | Downloaded shell-words v1.1.0 |
1057 | 2024-10-09T16:40:13.946Z | Downloaded hmac v0.12.1 |
1058 | 2024-10-09T16:40:13.948Z | Downloaded base64ct v1.6.0 |
1059 | 2024-10-09T16:40:13.950Z | Downloaded base16ct v0.2.0 |
1060 | 2024-10-09T16:40:13.950Z | Downloaded backoff v0.4.0 |
1061 | 2024-10-09T16:40:13.954Z | Downloaded async-trait v0.1.83 |
1062 | 2024-10-09T16:40:13.959Z | Downloaded arrayvec v0.7.4 |
1063 | 2024-10-09T16:40:13.959Z | Downloaded rustversion v1.0.17 |
1064 | 2024-10-09T16:40:13.962Z | Downloaded mockall v0.13.0 |
1065 | 2024-10-09T16:40:13.964Z | Downloaded lru-cache v0.1.2 |
1066 | 2024-10-09T16:40:13.964Z | Downloaded compact_str v0.8.0 |
1067 | 2024-10-09T16:40:13.969Z | Downloaded colored v2.1.0 |
1068 | 2024-10-09T16:40:13.971Z | Downloaded ctr v0.9.2 |
1069 | 2024-10-09T16:40:13.971Z | Downloaded ciborium-ll v0.2.2 |
1070 | 2024-10-09T16:40:13.973Z | Downloaded chacha20 v0.9.1 |
1071 | 2024-10-09T16:40:13.973Z | Downloaded mockall_derive v0.13.0 |
1072 | 2024-10-09T16:40:13.977Z | Downloaded is-terminal v0.4.12 |
1073 | 2024-10-09T16:40:13.980Z | Downloaded inout v0.1.3 |
1074 | 2024-10-09T16:40:13.980Z | Downloaded indexmap v1.9.3 |
1075 | 2024-10-09T16:40:13.983Z | Downloaded bitfield-struct v0.6.1 |
1076 | 2024-10-09T16:40:13.983Z | Downloaded native-tls v0.2.11 |
1077 | 2024-10-09T16:40:13.986Z | Downloaded hubpack v0.1.2 |
1078 | 2024-10-09T16:40:13.986Z | Downloaded httparse v1.8.0 |
1079 | 2024-10-09T16:40:13.988Z | Downloaded bitflags v1.3.2 |
1080 | 2024-10-09T16:40:13.991Z | Downloaded assert_matches v1.5.0 |
1081 | 2024-10-09T16:40:13.996Z | Downloaded array-init v0.0.4 |
1082 | 2024-10-09T16:40:13.996Z | Downloaded chacha20poly1305 v0.10.1 |
1083 | 2024-10-09T16:40:13.996Z | Downloaded base64 v0.13.1 |
1084 | 2024-10-09T16:40:13.996Z | Downloaded arc-swap v1.7.1 |
1085 | 2024-10-09T16:40:14.000Z | Downloaded newline-converter v0.3.0 |
1086 | 2024-10-09T16:40:14.003Z | Downloaded instant v0.1.12 |
1087 | 2024-10-09T16:40:14.003Z | Downloaded const-oid v0.9.6 |
1088 | 2024-10-09T16:40:14.005Z | Downloaded async-bb8-diesel v0.2.1 |
1089 | 2024-10-09T16:40:14.007Z | Downloaded highway v1.2.0 |
1090 | 2024-10-09T16:40:14.010Z | Downloaded linked-hash-map v0.5.6 |
1091 | 2024-10-09T16:40:14.012Z | Downloaded darling v0.20.9 |
1092 | 2024-10-09T16:40:14.015Z | Downloaded csv-core v0.1.11 |
1093 | 2024-10-09T16:40:14.018Z | Downloaded bzip2 v0.4.4 |
1094 | 2024-10-09T16:40:14.018Z | Downloaded bcs v0.1.6 |
1095 | 2024-10-09T16:40:14.020Z | Downloaded hyper-tls v0.6.0 |
1096 | 2024-10-09T16:40:14.022Z | Downloaded crc-catalog v2.4.0 |
1097 | 2024-10-09T16:40:14.022Z | Downloaded cancel-safe-futures v0.1.5 |
1098 | 2024-10-09T16:40:14.026Z | Downloaded argon2 v0.5.3 |
1099 | 2024-10-09T16:40:14.030Z | Downloaded ciborium v0.2.2 |
1100 | 2024-10-09T16:40:14.032Z | Downloaded lazycell v1.3.0 |
1101 | 2024-10-09T16:40:14.032Z | Downloaded ipnetwork v0.20.0 |
1102 | 2024-10-09T16:40:14.032Z | Downloaded internet-checksum v0.2.1 |
1103 | 2024-10-09T16:40:14.035Z | Downloaded instability v0.3.2 |
1104 | 2024-10-09T16:40:14.035Z | Downloaded debug-ignore v1.0.5 |
1105 | 2024-10-09T16:40:14.037Z | Downloaded cipher v0.4.4 |
1106 | 2024-10-09T16:40:14.037Z | Downloaded bb8 v0.8.5 |
1107 | 2024-10-09T16:40:14.039Z | Downloaded async-stream v0.3.5 |
1108 | 2024-10-09T16:40:14.042Z | Downloaded castaway v0.2.3 |
1109 | 2024-10-09T16:40:14.042Z | Downloaded blowfish v0.9.1 |
1110 | 2024-10-09T16:40:14.045Z | Downloaded atomic-waker v1.1.2 |
1111 | 2024-10-09T16:40:14.045Z | Downloaded ascii-canvas v3.0.0 |
1112 | 2024-10-09T16:40:14.045Z | Downloaded arrayref v0.3.7 |
1113 | 2024-10-09T16:40:14.074Z | Downloaded libz-sys v1.1.16 |
1114 | 2024-10-09T16:40:14.207Z | Downloaded ring v0.17.8 |
1115 | 2024-10-09T16:40:14.357Z | Downloaded libsqlite3-sys v0.30.1 |
1116 | 2024-10-09T16:40:14.436Z | Downloaded ring v0.16.20 |
1117 | 2024-10-09T16:40:14.653Z | Compiling serde v1.0.210 |
1118 | 2024-10-09T16:40:14.655Z | Compiling typenum v1.17.0 |
1119 | 2024-10-09T16:40:14.655Z | Compiling generic-array v0.14.7 |
1120 | 2024-10-09T16:40:14.655Z | Compiling lock_api v0.4.12 |
1121 | 2024-10-09T16:40:14.655Z | Compiling scopeguard v1.2.0 |
1122 | 2024-10-09T16:40:14.655Z | Compiling subtle v2.5.0 |
1123 | 2024-10-09T16:40:14.811Z | Compiling syn v2.0.79 |
1124 | 2024-10-09T16:40:14.825Z | Compiling getrandom v0.2.14 |
1125 | 2024-10-09T16:40:15.022Z | Compiling value-bag v1.9.0 |
1126 | 2024-10-09T16:40:15.152Z | Compiling rand_core v0.6.4 |
1127 | 2024-10-09T16:40:15.322Z | Compiling const-oid v0.9.6 |
1128 | 2024-10-09T16:40:15.400Z | Compiling jobserver v0.1.32 |
1129 | 2024-10-09T16:40:15.420Z | Compiling pin-project-lite v0.2.14 |
1130 | 2024-10-09T16:40:15.554Z | Compiling log v0.4.22 |
1131 | 2024-10-09T16:40:15.660Z | Compiling smallvec v1.13.2 |
1132 | 2024-10-09T16:40:15.727Z | Compiling parking_lot_core v0.9.10 |
1133 | 2024-10-09T16:40:15.772Z | Compiling cc v1.0.97 |
1134 | 2024-10-09T16:40:16.078Z | Compiling signal-hook-registry v1.4.2 |
1135 | 2024-10-09T16:40:16.396Z | Compiling futures-core v0.3.30 |
1136 | 2024-10-09T16:40:16.488Z | Compiling mio v1.0.2 |
1137 | 2024-10-09T16:40:16.652Z | Compiling parking_lot v0.12.2 |
1138 | 2024-10-09T16:40:16.912Z | Compiling ahash v0.8.11 |
1139 | 2024-10-09T16:40:16.953Z | Compiling futures-sink v0.3.30 |
1140 | 2024-10-09T16:40:17.118Z | Compiling cpufeatures v0.2.12 |
1141 | 2024-10-09T16:40:17.230Z | Compiling socket2 v0.5.7 |
1142 | 2024-10-09T16:40:17.352Z | Compiling slab v0.4.9 |
1143 | 2024-10-09T16:40:17.398Z | Compiling allocator-api2 v0.2.18 |
1144 | 2024-10-09T16:40:17.637Z | Compiling spin v0.9.8 |
1145 | 2024-10-09T16:40:17.655Z | Compiling tinyvec_macros v0.1.1 |
1146 | 2024-10-09T16:40:17.742Z | Compiling tinyvec v1.6.0 |
1147 | 2024-10-09T16:40:17.763Z | Compiling futures-channel v0.3.30 |
1148 | 2024-10-09T16:40:18.022Z | Compiling base64ct v1.6.0 |
1149 | 2024-10-09T16:40:18.115Z | Compiling futures-io v0.3.30 |
1150 | 2024-10-09T16:40:18.161Z | Compiling pin-utils v0.1.0 |
1151 | 2024-10-09T16:40:18.194Z | Compiling serde_json v1.0.128 |
1152 | 2024-10-09T16:40:18.218Z | Compiling futures-task v0.3.30 |
1153 | 2024-10-09T16:40:18.262Z | Compiling libm v0.2.8 |
1154 | 2024-10-09T16:40:18.427Z | Compiling num-traits v0.2.19 |
1155 | 2024-10-09T16:40:18.508Z | Compiling pem-rfc7468 v0.7.0 |
1156 | 2024-10-09T16:40:18.568Z | Compiling unicode-bidi v0.3.15 |
1157 | 2024-10-09T16:40:18.622Z | Compiling flagset v0.4.5 |
1158 | 2024-10-09T16:40:18.819Z | Compiling tracing-core v0.1.32 |
1159 | 2024-10-09T16:40:18.922Z | Compiling pkg-config v0.3.30 |
1160 | 2024-10-09T16:40:19.233Z | Compiling unicode-normalization v0.1.23 |
1161 | 2024-10-09T16:40:19.233Z | Compiling vcpkg v0.2.15 |
1162 | 2024-10-09T16:40:20.077Z | Compiling crossbeam-utils v0.8.19 |
1163 | 2024-10-09T16:40:20.113Z | Compiling ring v0.17.8 |
1164 | 2024-10-09T16:40:20.180Z | Compiling percent-encoding v2.3.1 |
1165 | 2024-10-09T16:40:20.426Z | Compiling httparse v1.8.0 |
1166 | 2024-10-09T16:40:20.560Z | Compiling ppv-lite86 v0.2.17 |
1167 | 2024-10-09T16:40:20.581Z | Compiling rustls-pki-types v1.7.0 |
1168 | 2024-10-09T16:40:20.898Z | Compiling rustix v0.38.34 |
1169 | 2024-10-09T16:40:21.349Z | Compiling rand_chacha v0.3.1 |
1170 | 2024-10-09T16:40:21.390Z | Compiling try-lock v0.2.5 |
1171 | 2024-10-09T16:40:21.524Z | Compiling openssl-sys v0.9.103 |
1172 | 2024-10-09T16:40:21.526Z | Compiling want v0.3.1 |
1173 | 2024-10-09T16:40:21.771Z | Compiling rand v0.8.5 |
1174 | 2024-10-09T16:40:21.905Z | Compiling num-conv v0.1.0 |
1175 | 2024-10-09T16:40:21.983Z | Compiling untrusted v0.9.0 |
1176 | 2024-10-09T16:40:22.138Z | Compiling foreign-types-shared v0.1.1 |
1177 | 2024-10-09T16:40:22.192Z | Compiling time-core v0.1.2 |
1178 | 2024-10-09T16:40:22.236Z | Compiling atomic-waker v1.1.2 |
1179 | 2024-10-09T16:40:22.345Z | Compiling powerfmt v0.2.0 |
1180 | 2024-10-09T16:40:22.406Z | Compiling openssl v0.10.66 |
1181 | 2024-10-09T16:40:22.408Z | Compiling rustversion v1.0.17 |
1182 | 2024-10-09T16:40:22.710Z | Compiling httpdate v1.0.3 |
1183 | 2024-10-09T16:40:22.781Z | Compiling deranged v0.3.11 |
1184 | 2024-10-09T16:40:23.128Z | Compiling time-macros v0.2.18 |
1185 | 2024-10-09T16:40:23.130Z | Compiling foreign-types v0.3.2 |
1186 | 2024-10-09T16:40:23.248Z | Compiling form_urlencoded v1.2.1 |
1187 | 2024-10-09T16:40:23.429Z | Compiling aho-corasick v1.1.3 |
1188 | 2024-10-09T16:40:23.503Z | Compiling tower-service v0.3.2 |
1189 | 2024-10-09T16:40:23.558Z | Compiling base64 v0.22.1 |
1190 | 2024-10-09T16:40:23.606Z | Compiling syn v1.0.109 |
1191 | 2024-10-09T16:40:24.220Z | Compiling num_threads v0.1.7 |
1192 | 2024-10-09T16:40:24.240Z | Compiling rustls v0.23.10 |
1193 | 2024-10-09T16:40:24.352Z | Compiling native-tls v0.2.11 |
1194 | 2024-10-09T16:40:24.530Z | Compiling regex-syntax v0.8.4 |
1195 | 2024-10-09T16:40:24.648Z | Compiling siphasher v0.3.11 |
1196 | 2024-10-09T16:40:25.011Z | Compiling crossbeam-epoch v0.9.18 |
1197 | 2024-10-09T16:40:25.372Z | Compiling idna v0.5.0 |
1198 | 2024-10-09T16:40:25.708Z | Compiling lazy_static v1.5.0 |
1199 | 2024-10-09T16:40:25.832Z | Compiling cookie v0.18.1 |
1200 | 2024-10-09T16:40:26.133Z | Compiling iana-time-zone v0.1.60 |
1201 | 2024-10-09T16:40:26.167Z | Compiling either v1.13.0 |
1202 | 2024-10-09T16:40:26.246Z | Compiling time v0.3.36 |
1203 | 2024-10-09T16:40:26.545Z | Compiling slog v2.7.0 |
1204 | 2024-10-09T16:40:26.566Z | Compiling rayon-core v1.12.1 |
1205 | 2024-10-09T16:40:26.849Z | Compiling finl_unicode v1.2.0 |
1206 | 2024-10-09T16:40:26.851Z | Compiling openssl-probe v0.1.5 |
1207 | 2024-10-09T16:40:27.138Z | Compiling url v2.5.2 |
1208 | 2024-10-09T16:40:27.295Z | Compiling crossbeam-deque v0.8.5 |
1209 | 2024-10-09T16:40:27.392Z | Compiling stringprep v0.1.4 |
1210 | 2024-10-09T16:40:28.562Z | Compiling regex-automata v0.4.6 |
1211 | 2024-10-09T16:40:28.679Z | Compiling num-integer v0.1.46 |
1212 | 2024-10-09T16:40:28.826Z | Compiling serde_derive v1.0.210 |
1213 | 2024-10-09T16:40:28.872Z | Compiling zeroize_derive v1.4.2 |
1214 | 2024-10-09T16:40:29.438Z | Compiling zerocopy-derive v0.7.34 |
1215 | 2024-10-09T16:40:30.498Z | Compiling zeroize v1.8.1 |
1216 | 2024-10-09T16:40:30.868Z | Compiling tokio-macros v2.4.0 |
1217 | 2024-10-09T16:40:31.368Z | Compiling futures-macro v0.3.30 |
1218 | 2024-10-09T16:40:31.724Z | Compiling zerocopy v0.7.34 |
1219 | 2024-10-09T16:40:32.129Z | Compiling crypto-common v0.1.6 |
1220 | 2024-10-09T16:40:32.352Z | Compiling block-buffer v0.10.4 |
1221 | 2024-10-09T16:40:32.446Z | Compiling block-padding v0.3.3 |
1222 | 2024-10-09T16:40:32.615Z | Compiling digest v0.10.7 |
1223 | 2024-10-09T16:40:32.676Z | Compiling inout v0.1.3 |
1224 | 2024-10-09T16:40:32.945Z | Compiling cipher v0.4.4 |
1225 | 2024-10-09T16:40:33.081Z | Compiling hmac v0.12.1 |
1226 | 2024-10-09T16:40:33.102Z | Compiling sha2 v0.10.8 |
1227 | 2024-10-09T16:40:33.319Z | Compiling thiserror-impl v1.0.64 |
1228 | 2024-10-09T16:40:33.322Z | Compiling futures-util v0.3.30 |
1229 | 2024-10-09T16:40:33.454Z | Compiling der_derive v0.7.2 |
1230 | 2024-10-09T16:40:33.915Z | Compiling hashbrown v0.14.5 |
1231 | 2024-10-09T16:40:35.339Z | Compiling salsa20 v0.10.2 |
1232 | 2024-10-09T16:40:35.571Z | Compiling pbkdf2 v0.12.2 |
1233 | 2024-10-09T16:40:35.740Z | Compiling tracing-attributes v0.1.27 |
1234 | 2024-10-09T16:40:36.001Z | Compiling der v0.7.9 |
1235 | 2024-10-09T16:40:36.654Z | Compiling thiserror v1.0.64 |
1236 | 2024-10-09T16:40:36.755Z | Compiling scrypt v0.11.0 |
1237 | 2024-10-09T16:40:36.799Z | Compiling cbc v0.1.2 |
1238 | 2024-10-09T16:40:37.037Z | Compiling aes v0.8.4 |
1239 | 2024-10-09T16:40:37.313Z | Compiling pest v2.7.10 |
1240 | 2024-10-09T16:40:39.313Z | Compiling spki v0.7.3 |
1241 | 2024-10-09T16:40:39.524Z | Compiling scroll_derive v0.12.0 |
1242 | 2024-10-09T16:40:39.618Z | Compiling tracing v0.1.40 |
1243 | 2024-10-09T16:40:39.770Z | Compiling pkcs5 v0.7.1 |
1244 | 2024-10-09T16:40:39.972Z | Compiling pest_meta v2.7.10 |
1245 | 2024-10-09T16:40:40.355Z | Compiling pkcs8 v0.10.2 |
1246 | 2024-10-09T16:40:40.876Z | Compiling openssl-macros v0.1.1 |
1247 | 2024-10-09T16:40:40.994Z | Compiling scroll v0.12.0 |
1248 | 2024-10-09T16:40:41.117Z | Compiling signature v2.2.0 |
1249 | 2024-10-09T16:40:41.305Z | Compiling pest_generator v2.7.10 |
1250 | 2024-10-09T16:40:41.400Z | Compiling md-5 v0.10.6 |
1251 | 2024-10-09T16:40:41.539Z | Compiling goblin v0.8.2 |
1252 | 2024-10-09T16:40:41.583Z | Compiling idna v0.3.0 |
1253 | 2024-10-09T16:40:41.649Z | Compiling backtrace v0.3.71 |
1254 | 2024-10-09T16:40:41.668Z | Compiling ff v0.13.0 |
1255 | 2024-10-09T16:40:41.884Z | Compiling hash32 v0.2.1 |
1256 | 2024-10-09T16:40:42.139Z | Compiling rustls-webpki v0.102.4 |
1257 | 2024-10-09T16:40:42.268Z | Compiling crc32fast v1.4.0 |
1258 | 2024-10-09T16:40:42.802Z | Compiling bytes v1.7.2 |
1259 | 2024-10-09T16:40:42.953Z | Compiling indexmap v2.5.0 |
1260 | 2024-10-09T16:40:43.189Z | Compiling bitflags v2.6.0 |
1261 | 2024-10-09T16:40:43.629Z | Compiling semver v1.0.23 |
1262 | 2024-10-09T16:40:43.926Z | Compiling tokio v1.39.3 |
1263 | 2024-10-09T16:40:44.088Z | Compiling rustc_version v0.4.0 |
1264 | 2024-10-09T16:40:44.278Z | Compiling http v1.1.0 |
1265 | 2024-10-09T16:40:44.937Z | Compiling heapless v0.7.17 |
1266 | 2024-10-09T16:40:45.021Z | Compiling pest_derive v2.7.10 |
1267 | 2024-10-09T16:40:45.378Z | Compiling uuid v1.10.0 |
1268 | 2024-10-09T16:40:45.815Z | Compiling dtrace-parser v0.2.0 |
1269 | 2024-10-09T16:40:46.410Z | Compiling http-body v1.0.0 |
1270 | 2024-10-09T16:40:46.732Z | Compiling curve25519-dalek v4.1.3 |
1271 | 2024-10-09T16:40:46.827Z | Compiling http v0.2.12 |
1272 | 2024-10-09T16:40:47.373Z | Compiling dof v0.3.0 |
1273 | 2024-10-09T16:40:48.001Z | Compiling toml_datetime v0.6.8 |
1274 | 2024-10-09T16:40:48.525Z | Compiling usdt-impl v0.5.0 |
1275 | 2024-10-09T16:40:49.373Z | Compiling serde_tokenstream v0.2.2 |
1276 | 2024-10-09T16:40:49.610Z | Compiling serde_spanned v0.6.7 |
1277 | 2024-10-09T16:40:49.692Z | Compiling chrono v0.4.38 |
1278 | 2024-10-09T16:40:49.838Z | Compiling psl-types v2.0.11 |
1279 | 2024-10-09T16:40:50.021Z | Compiling gimli v0.28.1 |
1280 | 2024-10-09T16:40:50.044Z | Compiling smoltcp v0.9.1 |
1281 | 2024-10-09T16:40:50.152Z | Compiling fallible-iterator v0.2.0 |
1282 | 2024-10-09T16:40:50.878Z | Compiling adler v1.0.2 |
1283 | 2024-10-09T16:40:51.116Z | Compiling num-bigint-dig v0.8.4 |
1284 | 2024-10-09T16:40:51.372Z | Compiling base16ct v0.2.0 |
1285 | 2024-10-09T16:40:51.419Z | Compiling stable_deref_trait v1.2.0 |
1286 | 2024-10-09T16:40:51.535Z | Compiling signal-hook v0.3.17 |
1287 | 2024-10-09T16:40:51.694Z | Compiling portable-atomic v1.6.0 |
1288 | 2024-10-09T16:40:51.849Z | Compiling sec1 v0.7.3 |
1289 | 2024-10-09T16:40:52.045Z | Compiling tokio-util v0.7.12 |
1290 | 2024-10-09T16:40:52.436Z | Compiling tokio-native-tls v0.3.1 |
1291 | 2024-10-09T16:40:52.735Z | Compiling tokio-rustls v0.26.0 |
1292 | 2024-10-09T16:40:53.181Z | Compiling h2 v0.4.6 |
1293 | 2024-10-09T16:40:53.380Z | Compiling miniz_oxide v0.7.2 |
1294 | 2024-10-09T16:40:53.402Z | Compiling postgres-protocol v0.6.7 |
1295 | 2024-10-09T16:40:53.523Z | Compiling publicsuffix v2.2.3 |
1296 | 2024-10-09T16:40:53.787Z | Compiling terminal_size v0.3.0 |
1297 | 2024-10-09T16:40:53.982Z | Compiling http-body-util v0.1.2 |
1298 | 2024-10-09T16:40:54.151Z | Compiling group v0.13.0 |
1299 | 2024-10-09T16:40:54.176Z | Compiling hubpack_derive v0.1.1 |
1300 | 2024-10-09T16:40:54.468Z | Compiling addr2line v0.21.0 |
1301 | 2024-10-09T16:40:54.489Z | Compiling hkdf v0.12.4 |
1302 | 2024-10-09T16:40:54.751Z | Compiling crypto-bigint v0.5.5 |
1303 | 2024-10-09T16:40:54.774Z | Compiling num-iter v0.1.45 |
1304 | 2024-10-09T16:40:55.040Z | Compiling async-trait v0.1.83 |
1305 | 2024-10-09T16:40:55.159Z | Compiling zerocopy-derive v0.6.6 |
1306 | 2024-10-09T16:40:55.178Z | Compiling curve25519-dalek-derive v0.1.1 |
1307 | 2024-10-09T16:40:57.403Z | Compiling phf_shared v0.11.2 |
1308 | 2024-10-09T16:40:57.603Z | Compiling serde_derive_internals v0.29.1 |
1309 | 2024-10-09T16:40:57.800Z | Compiling webpki-roots v0.26.3 |
1310 | 2024-10-09T16:40:57.853Z | Compiling object v0.32.2 |
1311 | 2024-10-09T16:40:57.872Z | Compiling fs-err v2.11.0 |
1312 | 2024-10-09T16:40:58.008Z | Compiling winnow v0.5.40 |
1313 | 2024-10-09T16:40:58.180Z | Compiling managed v0.8.0 |
1314 | 2024-10-09T16:40:58.643Z | Compiling adler2 v2.0.0 |
1315 | 2024-10-09T16:40:58.858Z | Compiling schemars v0.8.21 |
1316 | 2024-10-09T16:40:58.943Z | Compiling rustc-demangle v0.1.24 |
1317 | 2024-10-09T16:40:59.234Z | Compiling bitflags v1.3.2 |
1318 | 2024-10-09T16:40:59.348Z | Compiling anyhow v1.0.89 |
1319 | 2024-10-09T16:40:59.950Z | Compiling ipnet v2.10.0 |
1320 | 2024-10-09T16:41:00.206Z | Compiling hyper v1.4.1 |
1321 | 2024-10-09T16:41:00.312Z | Compiling schemars_derive v0.8.21 |
1322 | 2024-10-09T16:41:00.835Z | Compiling console v0.15.8 |
1323 | 2024-10-09T16:41:01.200Z | Compiling miniz_oxide v0.8.0 |
1324 | 2024-10-09T16:41:01.869Z | Compiling toml_edit v0.19.15 |
1325 | 2024-10-09T16:41:02.343Z | Compiling clap_builder v4.5.18 |
1326 | 2024-10-09T16:41:02.781Z | Compiling hyper-util v0.1.9 |
1327 | 2024-10-09T16:41:03.053Z | Compiling elliptic-curve v0.13.8 |
1328 | 2024-10-09T16:41:03.717Z | Compiling phf v0.11.2 |
1329 | 2024-10-09T16:41:03.896Z | Compiling zerocopy v0.6.6 |
1330 | 2024-10-09T16:41:03.918Z | Compiling rayon v1.10.0 |
1331 | 2024-10-09T16:41:04.401Z | Compiling cookie_store v0.21.0 |
1332 | 2024-10-09T16:41:05.215Z | Compiling hyper-tls v0.6.0 |
1333 | 2024-10-09T16:41:05.657Z | Compiling hyper-rustls v0.27.3 |
1334 | 2024-10-09T16:41:05.909Z | Compiling hubpack v0.1.2 |
1335 | 2024-10-09T16:41:06.273Z | Compiling postgres-types v0.2.8 |
1336 | 2024-10-09T16:41:06.720Z | Compiling h2 v0.3.26 |
1337 | 2024-10-09T16:41:08.385Z | Compiling usdt-attr-macro v0.5.0 |
1338 | 2024-10-09T16:41:08.769Z | Compiling usdt-macro v0.5.0 |
1339 | 2024-10-09T16:41:09.890Z | Compiling http-body v0.4.6 |
1340 | 2024-10-09T16:41:10.098Z | Compiling serde-big-array v0.5.1 |
1341 | 2024-10-09T16:41:10.196Z | Compiling serde_urlencoded v0.7.1 |
1342 | 2024-10-09T16:41:10.319Z | Compiling ed25519 v2.2.3 |
1343 | 2024-10-09T16:41:10.361Z | Compiling pkcs1 v0.7.5 |
1344 | 2024-10-09T16:41:10.381Z | Compiling futures-executor v0.3.30 |
1345 | 2024-10-09T16:41:10.700Z | Compiling bstr v1.9.1 |
1346 | 2024-10-09T16:41:10.952Z | Compiling regex v1.10.6 |
1347 | 2024-10-09T16:41:11.375Z | Compiling rfc6979 v0.4.0 |
1348 | 2024-10-09T16:41:11.573Z | Compiling clap_derive v4.5.18 |
1349 | 2024-10-09T16:41:11.762Z | Compiling serde_repr v0.1.19 |
1350 | 2024-10-09T16:41:12.063Z | Compiling enum-as-inner v0.6.0 |
1351 | 2024-10-09T16:41:12.154Z | Compiling strum_macros v0.25.3 |
1352 | 2024-10-09T16:41:12.336Z | Compiling phf_shared v0.10.0 |
1353 | 2024-10-09T16:41:12.525Z | Compiling rustls-pemfile v2.1.3 |
1354 | 2024-10-09T16:41:12.731Z | Compiling float-cmp v0.9.0 |
1355 | 2024-10-09T16:41:12.956Z | Compiling idna v0.4.0 |
1356 | 2024-10-09T16:41:12.976Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-10-09T16:41:12.976Z | Compiling mio v0.8.11 |
1358 | 2024-10-09T16:41:13.122Z | Compiling socket2 v0.4.10 |
1359 | 2024-10-09T16:41:13.193Z | Compiling encoding_rs v0.8.34 |
1360 | 2024-10-09T16:41:14.049Z | Compiling bit-vec v0.6.3 |
1361 | 2024-10-09T16:41:14.276Z | Compiling static_assertions v1.1.0 |
1362 | 2024-10-09T16:41:14.391Z | Compiling precomputed-hash v0.1.1 |
1363 | 2024-10-09T16:41:14.543Z | Compiling mime v0.3.17 |
1364 | 2024-10-09T16:41:14.561Z | Compiling normalize-line-endings v0.3.0 |
1365 | 2024-10-09T16:41:14.586Z | Compiling unicode-segmentation v1.11.0 |
1366 | 2024-10-09T16:41:14.695Z | Compiling new_debug_unreachable v1.0.6 |
1367 | 2024-10-09T16:41:14.803Z | Compiling fixedbitset v0.4.2 |
1368 | 2024-10-09T16:41:15.163Z | Compiling whoami v1.5.2 |
1369 | 2024-10-09T16:41:15.292Z | Compiling data-encoding v2.6.0 |
1370 | 2024-10-09T16:41:15.457Z | Compiling minimal-lexical v0.2.1 |
1371 | 2024-10-09T16:41:15.823Z | Compiling predicates-core v1.0.6 |
1372 | 2024-10-09T16:41:15.966Z | Compiling difflib v0.4.0 |
1373 | 2024-10-09T16:41:16.182Z | Compiling dyn-clone v1.0.17 |
1374 | 2024-10-09T16:41:16.225Z | Compiling number_prefix v0.4.0 |
1375 | 2024-10-09T16:41:16.414Z | Compiling indicatif v0.17.8 |
1376 | 2024-10-09T16:41:16.460Z | Compiling predicates v3.1.2 |
1377 | 2024-10-09T16:41:16.589Z | Compiling clap v4.5.18 |
1378 | 2024-10-09T16:41:17.411Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1379 | 2024-10-09T16:41:17.571Z | Compiling hickory-proto v0.24.1 |
1380 | 2024-10-09T16:41:17.646Z | Compiling nom v7.1.3 |
1381 | 2024-10-09T16:41:17.697Z | Compiling toml_edit v0.22.22 |
1382 | 2024-10-09T16:41:18.170Z | Compiling reqwest v0.12.7 |
1383 | 2024-10-09T16:41:18.619Z | Compiling tokio-postgres v0.7.12 |
1384 | 2024-10-09T16:41:20.577Z | Compiling similar v2.6.0 |
1385 | 2024-10-09T16:41:20.611Z | Compiling petgraph v0.6.5 |
1386 | 2024-10-09T16:41:21.369Z | Compiling string_cache v0.8.7 |
1387 | 2024-10-09T16:41:21.849Z | Compiling bit-set v0.5.3 |
1388 | 2024-10-09T16:41:22.145Z | Compiling signal-hook-mio v0.2.4 |
1389 | 2024-10-09T16:41:22.322Z | Compiling hyper v0.14.30 |
1390 | 2024-10-09T16:41:23.037Z | Compiling usdt v0.5.0 |
1391 | 2024-10-09T16:41:23.552Z | Compiling ecdsa v0.16.9 |
1392 | 2024-10-09T16:41:24.192Z | Compiling rsa v0.9.6 |
1393 | 2024-10-09T16:41:24.380Z | Compiling futures v0.3.30 |
1394 | 2024-10-09T16:41:24.408Z | Compiling ed25519-dalek v2.1.1 |
1395 | 2024-10-09T16:41:24.437Z | Compiling flate2 v1.0.34 |
1396 | 2024-10-09T16:41:25.426Z | Compiling toml v0.7.8 |
1397 | 2024-10-09T16:41:25.716Z | Compiling tokio-stream v0.1.16 |
1398 | 2024-10-09T16:41:26.030Z | Compiling openapiv3 v2.0.0 |
1399 | 2024-10-09T16:41:26.424Z | Compiling hex v0.4.3 |
1400 | 2024-10-09T16:41:26.795Z | Compiling x509-cert v0.2.5 |
1401 | 2024-10-09T16:41:27.005Z | Compiling sha1 v0.10.6 |
1402 | 2024-10-09T16:41:27.123Z | Compiling itertools v0.10.5 |
1403 | 2024-10-09T16:41:27.455Z | Compiling itertools v0.12.1 |
1404 | 2024-10-09T16:41:27.826Z | Compiling dirs-sys-next v0.1.2 |
1405 | 2024-10-09T16:41:28.533Z | Compiling lalrpop-util v0.19.12 |
1406 | 2024-10-09T16:41:28.901Z | Compiling unicode-xid v0.2.4 |
1407 | 2024-10-09T16:41:29.077Z | Compiling peg-runtime v0.8.3 |
1408 | 2024-10-09T16:41:29.773Z | Compiling dirs-next v2.0.0 |
1409 | 2024-10-09T16:41:29.967Z | Compiling thread_local v1.1.8 |
1410 | 2024-10-09T16:41:29.987Z | Compiling slog-async v2.8.0 |
1411 | 2024-10-09T16:41:30.366Z | Compiling term v0.7.0 |
1412 | 2024-10-09T16:41:30.495Z | Compiling xattr v1.3.1 |
1413 | 2024-10-09T16:41:30.569Z | Compiling strum_macros v0.26.4 |
1414 | 2024-10-09T16:41:30.591Z | Compiling crossbeam-channel v0.5.12 |
1415 | 2024-10-09T16:41:30.773Z | Compiling is-terminal v0.4.12 |
1416 | 2024-10-09T16:41:30.804Z | Compiling filetime v0.2.25 |
1417 | 2024-10-09T16:41:30.903Z | Compiling take_mut v0.2.2 |
1418 | 2024-10-09T16:41:31.043Z | Compiling tar v0.4.42 |
1419 | 2024-10-09T16:41:31.089Z | Compiling slog-term v2.9.1 |
1420 | 2024-10-09T16:41:31.685Z | Compiling camino v1.1.9 |
1421 | 2024-10-09T16:41:32.418Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1422 | 2024-10-09T16:41:33.632Z | Compiling strum v0.26.3 |
1423 | 2024-10-09T16:41:33.706Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1424 | 2024-10-09T16:41:38.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
1425 | 2024-10-09T16:41:38.993Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1426 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.670 INFO Starting download, target: Cockroach |
1427 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Starting download, target: Console |
1428 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Starting download, target: Clickhouse |
1429 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Starting download, target: DendriteOpenapi |
1430 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Starting download, target: DendriteStub |
1431 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Starting download, target: MaghemiteMgd |
1432 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Starting download, target: TransceiverControl |
1433 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1434 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1435 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1436 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1437 | 2024-10-09T16:41:39.021Z | Oct 09 16:41:37.671 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1438 | 2024-10-09T16:41:39.022Z | Oct 09 16:41:37.671 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1439 | 2024-10-09T16:41:39.022Z | Oct 09 16:41:37.671 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1440 | 2024-10-09T16:41:39.609Z | Oct 09 16:41:38.129 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1441 | 2024-10-09T16:41:39.918Z | Oct 09 16:41:38.463 INFO Download complete, target: Console |
1442 | 2024-10-09T16:41:40.415Z | Oct 09 16:41:38.799 INFO Download complete, target: DendriteOpenapi |
1443 | 2024-10-09T16:41:40.566Z | Oct 09 16:41:39.106 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1444 | 2024-10-09T16:41:40.566Z | Oct 09 16:41:39.107 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1445 | 2024-10-09T16:41:40.703Z | Oct 09 16:41:39.161 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1446 | 2024-10-09T16:41:41.286Z | Oct 09 16:41:39.824 INFO Download complete, target: TransceiverControl |
1447 | 2024-10-09T16:41:41.363Z | Oct 09 16:41:39.984 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1448 | 2024-10-09T16:41:41.505Z | Oct 09 16:41:40.166 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1449 | 2024-10-09T16:41:41.548Z | Oct 09 16:41:40.205 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1450 | 2024-10-09T16:41:45.993Z | Oct 09 16:41:42.646 INFO Download complete, target: DendriteStub |
1451 | 2024-10-09T16:41:46.052Z | Oct 09 16:41:43.026 INFO Download complete, target: MaghemiteMgd |
1452 | 2024-10-09T16:41:48.315Z | Oct 09 16:41:46.982 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1453 | 2024-10-09T16:41:48.598Z | Oct 09 16:41:47.264 INFO Checking that binary works, target: Cockroach |
1454 | 2024-10-09T16:41:48.760Z | Oct 09 16:41:47.426 INFO Download complete, target: Cockroach |
1455 | 2024-10-09T16:41:54.759Z | Oct 09 16:41:53.424 INFO Checking that binary works, target: Clickhouse |
1456 | 2024-10-09T16:41:55.181Z | Oct 09 16:41:53.844 INFO Download complete, target: Clickhouse |
1457 | 2024-10-09T16:41:55.590Z | All builder prerequisites installed successfully, and PATH looks valid |
1458 | 2024-10-09T16:41:55.593Z | |
1459 | 2024-10-09T16:41:55.593Z | real 4:26.503515821 |
1460 | 2024-10-09T16:41:55.593Z | user 12:12.111215695 |
1461 | 2024-10-09T16:41:55.593Z | sys 2:35.307245214 |
1462 | 2024-10-09T16:41:55.593Z | trap 0.432063112 |
1463 | 2024-10-09T16:41:55.593Z | tflt 6.285050692 |
1464 | 2024-10-09T16:41:55.593Z | dflt 4.709647089 |
1465 | 2024-10-09T16:41:55.593Z | kflt 0.524473639 |
1466 | 2024-10-09T16:41:55.593Z | lock 23:23.442289553 |
1467 | 2024-10-09T16:41:55.593Z | slp 48:43.667696924 |
1468 | 2024-10-09T16:41:55.593Z | lat 40.885983225 |
1469 | 2024-10-09T16:41:55.593Z | stop 1:57.895886614 |
1470 | 2024-10-09T16:41:55.594Z | + banner hack-check |
1471 | 2024-10-09T16:41:55.594Z | |
1472 | 2024-10-09T16:41:55.594Z | # # ## #### # # #### # # ###### #### # # |
1473 | 2024-10-09T16:41:55.594Z | # # # # # # # # # # # # # # # # # |
1474 | 2024-10-09T16:41:55.594Z | ###### # # # #### ##### # ###### ##### # #### |
1475 | 2024-10-09T16:41:55.594Z | # # ###### # # # # # # # # # # |
1476 | 2024-10-09T16:41:55.594Z | # # # # # # # # # # # # # # # # # |
1477 | 2024-10-09T16:41:55.594Z | # # # # #### # # #### # # ###### #### # # |
1478 | 2024-10-09T16:41:55.594Z | |
1479 | 2024-10-09T16:41:55.594Z | + export CARGO_INCREMENTAL=0 |
1480 | 2024-10-09T16:41:55.594Z | + CARGO_INCREMENTAL=0 |
1481 | 2024-10-09T16:41:55.594Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1482 | 2024-10-09T16:41:56.168Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1483 | 2024-10-09T16:42:00.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
1484 | 2024-10-09T16:42:00.265Z | Running `target/debug/xtask check-features --ci` |
1485 | 2024-10-09T16:42:00.287Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1486 | 2024-10-09T16:42:00.290Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1487 | 2024-10-09T16:42:00.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1488 | 2024-10-09T16:42:00.811Z | Running `target/debug/xtask download cargo-hack` |
1489 | 2024-10-09T16:42:01.676Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1490 | 2024-10-09T16:42:02.050Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1491 | 2024-10-09T16:42:06.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
1492 | 2024-10-09T16:42:06.631Z | Running `target/debug/xtask-downloader cargo-hack` |
1493 | 2024-10-09T16:42:06.667Z | Oct 09 16:42:05.330 INFO Starting download, target: CargoHack |
1494 | 2024-10-09T16:42:06.671Z | Oct 09 16:42:05.331 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1495 | 2024-10-09T16:42:07.260Z | Oct 09 16:42:05.924 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1496 | 2024-10-09T16:42:07.359Z | Oct 09 16:42:06.021 INFO Download complete, target: CargoHack |
1497 | 2024-10-09T16:42:07.365Z | 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" |
1498 | 2024-10-09T16:42:07.381Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1499 | 2024-10-09T16:42:07.538Z | info: running `cargo check --bins` on api_identity (1/164) |
1500 | 2024-10-09T16:42:08.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1501 | 2024-10-09T16:42:08.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1502 | 2024-10-09T16:42:08.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1503 | 2024-10-09T16:42:08.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1504 | 2024-10-09T16:42:08.178Z | |
1505 | 2024-10-09T16:42:08.178Z | info: running `cargo check --bins` on bootstore (2/164) |
1506 | 2024-10-09T16:42:08.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1507 | 2024-10-09T16:42:08.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1508 | 2024-10-09T16:42:08.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1509 | 2024-10-09T16:42:08.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1510 | 2024-10-09T16:42:08.859Z | |
1511 | 2024-10-09T16:42:08.859Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/164) |
1512 | 2024-10-09T16:42:09.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1513 | 2024-10-09T16:42:09.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1514 | 2024-10-09T16:42:09.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1515 | 2024-10-09T16:42:09.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1516 | 2024-10-09T16:42:09.515Z | |
1517 | 2024-10-09T16:42:09.515Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/164) |
1518 | 2024-10-09T16:42:10.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1519 | 2024-10-09T16:42:10.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1520 | 2024-10-09T16:42:10.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1521 | 2024-10-09T16:42:10.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1522 | 2024-10-09T16:42:10.177Z | |
1523 | 2024-10-09T16:42:10.177Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/164) |
1524 | 2024-10-09T16:42:10.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1525 | 2024-10-09T16:42:10.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1526 | 2024-10-09T16:42:10.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1527 | 2024-10-09T16:42:10.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1528 | 2024-10-09T16:42:10.649Z | |
1529 | 2024-10-09T16:42:10.649Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/164) |
1530 | 2024-10-09T16:42:11.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-10-09T16:42:11.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-10-09T16:42:11.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-10-09T16:42:11.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1534 | 2024-10-09T16:42:11.126Z | |
1535 | 2024-10-09T16:42:11.126Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/164) |
1536 | 2024-10-09T16:42:11.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-10-09T16:42:11.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-10-09T16:42:11.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-10-09T16:42:11.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1540 | 2024-10-09T16:42:11.599Z | |
1541 | 2024-10-09T16:42:11.599Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/164) |
1542 | 2024-10-09T16:42:12.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-10-09T16:42:12.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-10-09T16:42:12.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-10-09T16:42:12.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1546 | 2024-10-09T16:42:12.078Z | |
1547 | 2024-10-09T16:42:12.078Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/164) |
1548 | 2024-10-09T16:42:12.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1549 | 2024-10-09T16:42:12.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1550 | 2024-10-09T16:42:12.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1551 | 2024-10-09T16:42:12.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1552 | 2024-10-09T16:42:12.553Z | |
1553 | 2024-10-09T16:42:12.554Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/164) |
1554 | 2024-10-09T16:42:12.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1555 | 2024-10-09T16:42:12.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1556 | 2024-10-09T16:42:12.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1557 | 2024-10-09T16:42:12.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1558 | 2024-10-09T16:42:13.031Z | |
1559 | 2024-10-09T16:42:13.031Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/164) |
1560 | 2024-10-09T16:42:13.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1561 | 2024-10-09T16:42:13.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1562 | 2024-10-09T16:42:13.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1563 | 2024-10-09T16:42:13.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1564 | 2024-10-09T16:42:13.507Z | |
1565 | 2024-10-09T16:42:13.507Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/164) |
1566 | 2024-10-09T16:42:13.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1567 | 2024-10-09T16:42:13.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1568 | 2024-10-09T16:42:13.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1569 | 2024-10-09T16:42:13.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1570 | 2024-10-09T16:42:13.987Z | |
1571 | 2024-10-09T16:42:13.987Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/164) |
1572 | 2024-10-09T16:42:14.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1573 | 2024-10-09T16:42:14.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1574 | 2024-10-09T16:42:14.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1575 | 2024-10-09T16:42:14.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1576 | 2024-10-09T16:42:14.470Z | |
1577 | 2024-10-09T16:42:14.470Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/164) |
1578 | 2024-10-09T16:42:14.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1579 | 2024-10-09T16:42:14.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1580 | 2024-10-09T16:42:14.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1581 | 2024-10-09T16:42:14.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1582 | 2024-10-09T16:42:14.939Z | |
1583 | 2024-10-09T16:42:14.940Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/164) |
1584 | 2024-10-09T16:42:15.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1585 | 2024-10-09T16:42:15.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1586 | 2024-10-09T16:42:15.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1587 | 2024-10-09T16:42:15.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1588 | 2024-10-09T16:42:15.417Z | |
1589 | 2024-10-09T16:42:15.417Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/164) |
1590 | 2024-10-09T16:42:15.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1591 | 2024-10-09T16:42:15.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1592 | 2024-10-09T16:42:15.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1593 | 2024-10-09T16:42:15.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1594 | 2024-10-09T16:42:15.894Z | |
1595 | 2024-10-09T16:42:15.894Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/164) |
1596 | 2024-10-09T16:42:16.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1597 | 2024-10-09T16:42:16.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1598 | 2024-10-09T16:42:16.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1599 | 2024-10-09T16:42:16.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1600 | 2024-10-09T16:42:16.365Z | |
1601 | 2024-10-09T16:42:16.365Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/164) |
1602 | 2024-10-09T16:42:16.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1603 | 2024-10-09T16:42:16.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1604 | 2024-10-09T16:42:16.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1605 | 2024-10-09T16:42:16.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1606 | 2024-10-09T16:42:16.847Z | |
1607 | 2024-10-09T16:42:16.847Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/164) |
1608 | 2024-10-09T16:42:17.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1609 | 2024-10-09T16:42:17.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1610 | 2024-10-09T16:42:17.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1611 | 2024-10-09T16:42:17.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1612 | 2024-10-09T16:42:17.326Z | |
1613 | 2024-10-09T16:42:17.327Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/164) |
1614 | 2024-10-09T16:42:17.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-10-09T16:42:17.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-10-09T16:42:17.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-10-09T16:42:17.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1618 | 2024-10-09T16:42:17.812Z | |
1619 | 2024-10-09T16:42:17.812Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/164) |
1620 | 2024-10-09T16:42:18.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-10-09T16:42:18.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-10-09T16:42:18.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-10-09T16:42:18.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1624 | 2024-10-09T16:42:18.282Z | |
1625 | 2024-10-09T16:42:18.282Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/164) |
1626 | 2024-10-09T16:42:18.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-10-09T16:42:22.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-10-09T16:42:22.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-10-09T16:42:22.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1630 | 2024-10-09T16:42:22.953Z | |
1631 | 2024-10-09T16:42:22.953Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/164) |
1632 | 2024-10-09T16:42:22.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-10-09T16:42:22.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-10-09T16:42:22.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-10-09T16:42:22.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1636 | 2024-10-09T16:42:22.953Z | |
1637 | 2024-10-09T16:42:22.953Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/164) |
1638 | 2024-10-09T16:42:22.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2024-10-09T16:42:22.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2024-10-09T16:42:22.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2024-10-09T16:42:22.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1642 | 2024-10-09T16:42:22.953Z | |
1643 | 2024-10-09T16:42:22.953Z | info: running `cargo check --bins` on sled-hardware-types (25/164) |
1644 | 2024-10-09T16:42:22.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-10-09T16:42:22.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-10-09T16:42:22.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-10-09T16:42:22.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1648 | 2024-10-09T16:42:22.999Z | |
1649 | 2024-10-09T16:42:23.000Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/164) |
1650 | 2024-10-09T16:42:23.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-10-09T16:42:23.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-10-09T16:42:23.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-10-09T16:42:23.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1654 | 2024-10-09T16:42:23.000Z | |
1655 | 2024-10-09T16:42:23.000Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/164) |
1656 | 2024-10-09T16:42:23.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-10-09T16:42:23.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-10-09T16:42:23.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-10-09T16:42:23.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1660 | 2024-10-09T16:42:23.000Z | |
1661 | 2024-10-09T16:42:23.000Z | info: running `cargo check --bins` on oxlog (28/164) |
1662 | 2024-10-09T16:42:23.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2024-10-09T16:42:23.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2024-10-09T16:42:23.000Z | Checking cfg-if v1.0.0 |
1665 | 2024-10-09T16:42:23.000Z | Checking libc v0.2.159 |
1666 | 2024-10-09T16:42:23.000Z | Checking serde v1.0.210 |
1667 | 2024-10-09T16:42:23.000Z | Checking zeroize v1.8.1 |
1668 | 2024-10-09T16:42:23.001Z | Checking memchr v2.7.2 |
1669 | 2024-10-09T16:42:23.001Z | Checking typenum v1.17.0 |
1670 | 2024-10-09T16:42:23.001Z | Checking scopeguard v1.2.0 |
1671 | 2024-10-09T16:42:23.001Z | Checking subtle v2.5.0 |
1672 | 2024-10-09T16:42:23.001Z | Checking byteorder v1.5.0 |
1673 | 2024-10-09T16:42:23.001Z | Checking lock_api v0.4.12 |
1674 | 2024-10-09T16:42:23.001Z | Checking value-bag v1.9.0 |
1675 | 2024-10-09T16:42:23.001Z | Checking const-oid v0.9.6 |
1676 | 2024-10-09T16:42:23.001Z | Checking itoa v1.0.11 |
1677 | 2024-10-09T16:42:23.058Z | Checking once_cell v1.19.0 |
1678 | 2024-10-09T16:42:23.134Z | Checking pin-project-lite v0.2.14 |
1679 | 2024-10-09T16:42:23.148Z | Checking log v0.4.22 |
1680 | 2024-10-09T16:42:23.255Z | Checking smallvec v1.13.2 |
1681 | 2024-10-09T16:42:23.360Z | Checking zerocopy v0.7.34 |
1682 | 2024-10-09T16:42:23.383Z | Checking futures-core v0.3.30 |
1683 | 2024-10-09T16:42:23.567Z | Checking cpufeatures v0.2.12 |
1684 | 2024-10-09T16:42:23.593Z | Checking futures-sink v0.3.30 |
1685 | 2024-10-09T16:42:23.626Z | Checking allocator-api2 v0.2.18 |
1686 | 2024-10-09T16:42:23.655Z | Checking spin v0.9.8 |
1687 | 2024-10-09T16:42:23.692Z | Checking getrandom v0.2.14 |
1688 | 2024-10-09T16:42:23.726Z | Checking parking_lot_core v0.9.10 |
1689 | 2024-10-09T16:42:23.782Z | Checking generic-array v0.14.7 |
1690 | 2024-10-09T16:42:23.952Z | Checking rand_core v0.6.4 |
1691 | 2024-10-09T16:42:24.008Z | Checking signal-hook-registry v1.4.2 |
1692 | 2024-10-09T16:42:24.045Z | Checking parking_lot v0.12.2 |
1693 | 2024-10-09T16:42:24.241Z | Checking mio v1.0.2 |
1694 | 2024-10-09T16:42:24.244Z | Checking socket2 v0.5.7 |
1695 | 2024-10-09T16:42:24.273Z | Checking slab v0.4.9 |
1696 | 2024-10-09T16:42:24.380Z | Checking equivalent v1.0.1 |
1697 | 2024-10-09T16:42:24.483Z | Checking tinyvec_macros v0.1.1 |
1698 | 2024-10-09T16:42:24.518Z | Checking futures-channel v0.3.30 |
1699 | 2024-10-09T16:42:24.562Z | Checking tinyvec v1.6.0 |
1700 | 2024-10-09T16:42:24.581Z | Checking futures-task v0.3.30 |
1701 | 2024-10-09T16:42:24.726Z | Checking pin-utils v0.1.0 |
1702 | 2024-10-09T16:42:24.792Z | Checking ahash v0.8.11 |
1703 | 2024-10-09T16:42:24.806Z | Checking base64ct v1.6.0 |
1704 | 2024-10-09T16:42:24.809Z | Checking fnv v1.0.7 |
1705 | 2024-10-09T16:42:24.844Z | Checking futures-io v0.3.30 |
1706 | 2024-10-09T16:42:24.860Z | Checking flagset v0.4.5 |
1707 | 2024-10-09T16:42:24.918Z | Checking crypto-common v0.1.6 |
1708 | 2024-10-09T16:42:24.933Z | Checking block-buffer v0.10.4 |
1709 | 2024-10-09T16:42:25.013Z | Checking block-padding v0.3.3 |
1710 | 2024-10-09T16:42:25.043Z | Checking futures-util v0.3.30 |
1711 | 2024-10-09T16:42:25.093Z | Checking unicode-bidi v0.3.15 |
1712 | 2024-10-09T16:42:25.143Z | Checking digest v0.10.7 |
1713 | 2024-10-09T16:42:25.215Z | Checking pem-rfc7468 v0.7.0 |
1714 | 2024-10-09T16:42:25.218Z | Checking inout v0.1.3 |
1715 | 2024-10-09T16:42:25.317Z | Checking hashbrown v0.14.5 |
1716 | 2024-10-09T16:42:25.445Z | Checking cipher v0.4.4 |
1717 | 2024-10-09T16:42:25.448Z | Checking der v0.7.9 |
1718 | 2024-10-09T16:42:25.526Z | Checking hmac v0.12.1 |
1719 | 2024-10-09T16:42:25.688Z | Checking sha2 v0.10.8 |
1720 | 2024-10-09T16:42:25.734Z | Checking libm v0.2.8 |
1721 | 2024-10-09T16:42:25.824Z | Checking ryu v1.0.18 |
1722 | 2024-10-09T16:42:25.839Z | Checking unicode-normalization v0.1.23 |
1723 | 2024-10-09T16:42:26.059Z | Checking salsa20 v0.10.2 |
1724 | 2024-10-09T16:42:26.264Z | Checking pbkdf2 v0.12.2 |
1725 | 2024-10-09T16:42:26.279Z | Checking tracing-core v0.1.32 |
1726 | 2024-10-09T16:42:26.426Z | Checking scrypt v0.11.0 |
1727 | 2024-10-09T16:42:26.482Z | Checking aes v0.8.4 |
1728 | 2024-10-09T16:42:26.629Z | Checking num-traits v0.2.19 |
1729 | 2024-10-09T16:42:26.643Z | Checking cbc v0.1.2 |
1730 | 2024-10-09T16:42:26.741Z | Checking percent-encoding v2.3.1 |
1731 | 2024-10-09T16:42:26.843Z | Checking ppv-lite86 v0.2.17 |
1732 | 2024-10-09T16:42:26.900Z | Checking tracing v0.1.40 |
1733 | 2024-10-09T16:42:26.950Z | Checking rustls-pki-types v1.7.0 |
1734 | 2024-10-09T16:42:27.235Z | Checking spki v0.7.3 |
1735 | 2024-10-09T16:42:27.235Z | Checking try-lock v0.2.5 |
1736 | 2024-10-09T16:42:27.333Z | Checking bytes v1.7.2 |
1737 | 2024-10-09T16:42:27.362Z | Checking indexmap v2.5.0 |
1738 | 2024-10-09T16:42:27.384Z | Checking bitflags v2.6.0 |
1739 | 2024-10-09T16:42:27.387Z | Checking serde_json v1.0.128 |
1740 | 2024-10-09T16:42:27.516Z | Checking pkcs5 v0.7.1 |
1741 | 2024-10-09T16:42:27.531Z | Checking rand_chacha v0.3.1 |
1742 | 2024-10-09T16:42:27.689Z | Checking want v0.3.1 |
1743 | 2024-10-09T16:42:27.873Z | Checking httparse v1.8.0 |
1744 | 2024-10-09T16:42:27.917Z | Checking rand v0.8.5 |
1745 | 2024-10-09T16:42:28.045Z | Checking pkcs8 v0.10.2 |
1746 | 2024-10-09T16:42:28.166Z | Checking tokio v1.39.3 |
1747 | 2024-10-09T16:42:28.290Z | Checking http v1.1.0 |
1748 | 2024-10-09T16:42:28.305Z | Checking thiserror v1.0.64 |
1749 | 2024-10-09T16:42:28.361Z | Checking foreign-types-shared v0.1.1 |
1750 | 2024-10-09T16:42:28.424Z | Checking atomic-waker v1.1.2 |
1751 | 2024-10-09T16:42:28.466Z | Checking untrusted v0.9.0 |
1752 | 2024-10-09T16:42:28.554Z | Checking httpdate v1.0.3 |
1753 | 2024-10-09T16:42:28.623Z | Checking ring v0.17.8 |
1754 | 2024-10-09T16:42:28.648Z | Checking foreign-types v0.3.2 |
1755 | 2024-10-09T16:42:28.742Z | Checking form_urlencoded v1.2.1 |
1756 | 2024-10-09T16:42:28.786Z | Checking openssl-sys v0.9.103 |
1757 | 2024-10-09T16:42:28.933Z | Checking crossbeam-utils v0.8.19 |
1758 | 2024-10-09T16:42:29.027Z | Checking aho-corasick v1.1.3 |
1759 | 2024-10-09T16:42:29.144Z | Checking base64 v0.22.1 |
1760 | 2024-10-09T16:42:29.594Z | Checking http-body v1.0.0 |
1761 | 2024-10-09T16:42:29.598Z | Checking regex-syntax v0.8.4 |
1762 | 2024-10-09T16:42:29.674Z | Checking tower-service v0.3.2 |
1763 | 2024-10-09T16:42:29.794Z | Checking siphasher v0.3.11 |
1764 | 2024-10-09T16:42:29.798Z | Checking unicode-ident v1.0.13 |
1765 | 2024-10-09T16:42:29.961Z | Checking powerfmt v0.2.0 |
1766 | 2024-10-09T16:42:29.987Z | Checking proc-macro2 v1.0.86 |
1767 | 2024-10-09T16:42:30.017Z | Checking openssl v0.10.66 |
1768 | 2024-10-09T16:42:30.072Z | Checking crossbeam-epoch v0.9.18 |
1769 | 2024-10-09T16:42:30.237Z | Checking deranged v0.3.11 |
1770 | 2024-10-09T16:42:30.450Z | Checking rustls-webpki v0.102.4 |
1771 | 2024-10-09T16:42:30.506Z | Checking uuid v1.10.0 |
1772 | 2024-10-09T16:42:30.579Z | Checking idna v0.5.0 |
1773 | 2024-10-09T16:42:30.649Z | Checking signature v2.2.0 |
1774 | 2024-10-09T16:42:30.855Z | Checking scroll v0.12.0 |
1775 | 2024-10-09T16:42:31.081Z | Checking lazy_static v1.5.0 |
1776 | 2024-10-09T16:42:31.190Z | Checking errno v0.3.9 |
1777 | 2024-10-09T16:42:31.206Z | Checking ucd-trie v0.1.6 |
1778 | 2024-10-09T16:42:31.324Z | Checking num-conv v0.1.0 |
1779 | 2024-10-09T16:42:31.365Z | Checking plain v0.2.3 |
1780 | 2024-10-09T16:42:31.401Z | Checking openssl-probe v0.1.5 |
1781 | 2024-10-09T16:42:31.421Z | Checking time-core v0.1.2 |
1782 | 2024-10-09T16:42:31.510Z | Checking utf8parse v0.2.1 |
1783 | 2024-10-09T16:42:31.537Z | Checking either v1.13.0 |
1784 | 2024-10-09T16:42:31.570Z | Checking anstyle v1.0.8 |
1785 | 2024-10-09T16:42:31.586Z | Checking iana-time-zone v0.1.60 |
1786 | 2024-10-09T16:42:31.652Z | Checking num_threads v0.1.7 |
1787 | 2024-10-09T16:42:31.730Z | Checking finl_unicode v1.2.0 |
1788 | 2024-10-09T16:42:31.766Z | Checking chrono v0.4.38 |
1789 | 2024-10-09T16:42:31.884Z | Checking anstyle-parse v0.2.4 |
1790 | 2024-10-09T16:42:31.932Z | Checking goblin v0.8.2 |
1791 | 2024-10-09T16:42:31.950Z | Checking time v0.3.36 |
1792 | 2024-10-09T16:42:32.159Z | Checking url v2.5.2 |
1793 | 2024-10-09T16:42:32.297Z | Checking stringprep v0.1.4 |
1794 | 2024-10-09T16:42:32.574Z | Checking pest v2.7.10 |
1795 | 2024-10-09T16:42:32.816Z | Checking regex-automata v0.4.6 |
1796 | 2024-10-09T16:42:32.964Z | Checking rustix v0.38.34 |
1797 | 2024-10-09T16:42:33.871Z | Checking rustls v0.23.10 |
1798 | 2024-10-09T16:42:34.456Z | Checking quote v1.0.37 |
1799 | 2024-10-09T16:42:34.780Z | Checking crossbeam-deque v0.8.5 |
1800 | 2024-10-09T16:42:35.035Z | Checking num-integer v0.1.46 |
1801 | 2024-10-09T16:42:35.086Z | Checking http v0.2.12 |
1802 | 2024-10-09T16:42:35.264Z | Checking tokio-util v0.7.12 |
1803 | 2024-10-09T16:42:35.543Z | Checking toml_datetime v0.6.8 |
1804 | 2024-10-09T16:42:35.574Z | Checking native-tls v0.2.11 |
1805 | 2024-10-09T16:42:35.854Z | Checking serde_spanned v0.6.7 |
1806 | 2024-10-09T16:42:35.903Z | Checking idna v0.3.0 |
1807 | 2024-10-09T16:42:36.021Z | Checking md-5 v0.10.6 |
1808 | 2024-10-09T16:42:36.151Z | Checking h2 v0.4.6 |
1809 | 2024-10-09T16:42:36.234Z | Checking ff v0.13.0 |
1810 | 2024-10-09T16:42:36.433Z | Checking hash32 v0.2.1 |
1811 | 2024-10-09T16:42:36.450Z | Checking base16ct v0.2.0 |
1812 | 2024-10-09T16:42:36.504Z | Checking fallible-iterator v0.2.0 |
1813 | 2024-10-09T16:42:36.639Z | Checking stable_deref_trait v1.2.0 |
1814 | 2024-10-09T16:42:36.717Z | Checking psl-types v2.0.11 |
1815 | 2024-10-09T16:42:36.720Z | Checking gimli v0.28.1 |
1816 | 2024-10-09T16:42:36.743Z | Checking pretty-hex v0.4.1 |
1817 | 2024-10-09T16:42:36.895Z | Checking colorchoice v1.0.1 |
1818 | 2024-10-09T16:42:36.907Z | Checking is_terminal_polyfill v1.70.0 |
1819 | 2024-10-09T16:42:36.921Z | Checking adler v1.0.2 |
1820 | 2024-10-09T16:42:37.014Z | Checking anstyle-query v1.0.3 |
1821 | 2024-10-09T16:42:37.032Z | Checking dof v0.3.0 |
1822 | 2024-10-09T16:42:37.063Z | Checking miniz_oxide v0.7.2 |
1823 | 2024-10-09T16:42:37.080Z | Checking postgres-protocol v0.6.7 |
1824 | 2024-10-09T16:42:37.103Z | Checking publicsuffix v2.2.3 |
1825 | 2024-10-09T16:42:37.135Z | Checking anstream v0.6.14 |
1826 | 2024-10-09T16:42:37.331Z | Checking heapless v0.7.17 |
1827 | 2024-10-09T16:42:37.493Z | Checking sec1 v0.7.3 |
1828 | 2024-10-09T16:42:37.496Z | Checking terminal_size v0.3.0 |
1829 | 2024-10-09T16:42:37.668Z | Checking group v0.13.0 |
1830 | 2024-10-09T16:42:37.684Z | Checking tokio-native-tls v0.3.1 |
1831 | 2024-10-09T16:42:37.714Z | Checking num-iter v0.1.45 |
1832 | 2024-10-09T16:42:37.879Z | Checking rayon-core v1.12.1 |
1833 | 2024-10-09T16:42:37.897Z | Checking dtrace-parser v0.2.0 |
1834 | 2024-10-09T16:42:37.918Z | Checking syn v2.0.79 |
1835 | 2024-10-09T16:42:37.946Z | Checking cookie v0.18.1 |
1836 | 2024-10-09T16:42:38.353Z | Checking phf_shared v0.11.2 |
1837 | 2024-10-09T16:42:38.353Z | Checking http-body-util v0.1.2 |
1838 | 2024-10-09T16:42:38.389Z | Checking webpki-roots v0.26.3 |
1839 | 2024-10-09T16:42:38.543Z | Checking hkdf v0.12.4 |
1840 | 2024-10-09T16:42:38.597Z | Checking crypto-bigint v0.5.5 |
1841 | 2024-10-09T16:42:38.612Z | Checking thread-id v4.2.1 |
1842 | 2024-10-09T16:42:38.711Z | Checking object v0.32.2 |
1843 | 2024-10-09T16:42:38.740Z | Checking rustc-demangle v0.1.24 |
1844 | 2024-10-09T16:42:38.811Z | Checking unicode-width v0.1.13 |
1845 | 2024-10-09T16:42:38.827Z | Checking tokio-rustls v0.26.0 |
1846 | 2024-10-09T16:42:38.991Z | Checking managed v0.8.0 |
1847 | 2024-10-09T16:42:39.169Z | Checking bitflags v1.3.2 |
1848 | 2024-10-09T16:42:39.224Z | Checking adler2 v2.0.0 |
1849 | 2024-10-09T16:42:39.268Z | Checking ipnet v2.10.0 |
1850 | 2024-10-09T16:42:39.351Z | Checking clap_lex v0.7.0 |
1851 | 2024-10-09T16:42:39.386Z | Checking strsim v0.11.1 |
1852 | 2024-10-09T16:42:39.596Z | Checking winnow v0.5.40 |
1853 | 2024-10-09T16:42:39.676Z | Checking clap_builder v4.5.18 |
1854 | 2024-10-09T16:42:39.716Z | Checking miniz_oxide v0.8.0 |
1855 | 2024-10-09T16:42:40.508Z | Checking smoltcp v0.9.1 |
1856 | 2024-10-09T16:42:40.562Z | Checking addr2line v0.21.0 |
1857 | 2024-10-09T16:42:41.071Z | Checking console v0.15.8 |
1858 | 2024-10-09T16:42:41.341Z | Checking elliptic-curve v0.13.8 |
1859 | 2024-10-09T16:42:41.659Z | Checking phf v0.11.2 |
1860 | 2024-10-09T16:42:41.908Z | Checking rayon v1.10.0 |
1861 | 2024-10-09T16:42:41.944Z | Checking cookie_store v0.21.0 |
1862 | 2024-10-09T16:42:41.980Z | Checking num-bigint-dig v0.8.4 |
1863 | 2024-10-09T16:42:42.293Z | Checking hyper v1.4.1 |
1864 | 2024-10-09T16:42:42.555Z | Checking postgres-types v0.2.8 |
1865 | 2024-10-09T16:42:42.578Z | Checking toml_edit v0.19.15 |
1866 | 2024-10-09T16:42:42.759Z | Checking bstr v1.9.1 |
1867 | 2024-10-09T16:42:43.283Z | Checking regex v1.10.6 |
1868 | 2024-10-09T16:42:43.687Z | Checking h2 v0.3.26 |
1869 | 2024-10-09T16:42:43.892Z | Checking http-body v0.4.6 |
1870 | 2024-10-09T16:42:44.199Z | Checking usdt-impl v0.5.0 |
1871 | 2024-10-09T16:42:44.215Z | Checking ed25519 v2.2.3 |
1872 | 2024-10-09T16:42:44.278Z | Checking phf_shared v0.10.0 |
1873 | 2024-10-09T16:42:44.349Z | Checking hyper-util v0.1.9 |
1874 | 2024-10-09T16:42:44.494Z | Checking futures-executor v0.3.30 |
1875 | 2024-10-09T16:42:44.550Z | Checking rustls-pemfile v2.1.3 |
1876 | 2024-10-09T16:42:44.692Z | Checking serde_urlencoded v0.7.1 |
1877 | 2024-10-09T16:42:44.731Z | Checking zerocopy v0.6.6 |
1878 | 2024-10-09T16:42:44.778Z | Checking curve25519-dalek v4.1.3 |
1879 | 2024-10-09T16:42:44.869Z | Checking backtrace v0.3.71 |
1880 | 2024-10-09T16:42:44.992Z | Checking pkcs1 v0.7.5 |
1881 | 2024-10-09T16:42:45.089Z | Checking float-cmp v0.9.0 |
1882 | 2024-10-09T16:42:45.271Z | Checking hubpack v0.1.2 |
1883 | 2024-10-09T16:42:45.387Z | Checking signal-hook v0.3.17 |
1884 | 2024-10-09T16:42:45.430Z | Checking portable-atomic v1.6.0 |
1885 | 2024-10-09T16:42:45.467Z | Checking crc32fast v1.4.0 |
1886 | 2024-10-09T16:42:45.585Z | Checking serde-big-array v0.5.1 |
1887 | 2024-10-09T16:42:45.691Z | Checking idna v0.4.0 |
1888 | 2024-10-09T16:42:45.715Z | Checking rfc6979 v0.4.0 |
1889 | 2024-10-09T16:42:45.799Z | Checking socket2 v0.4.10 |
1890 | 2024-10-09T16:42:45.814Z | Checking mio v0.8.11 |
1891 | 2024-10-09T16:42:45.883Z | Checking memmap v0.7.0 |
1892 | 2024-10-09T16:42:46.083Z | Checking sync_wrapper v1.0.1 |
1893 | 2024-10-09T16:42:46.218Z | Checking encoding_rs v0.8.34 |
1894 | 2024-10-09T16:42:46.234Z | Checking unicode-segmentation v1.11.0 |
1895 | 2024-10-09T16:42:46.356Z | Checking hyper-rustls v0.27.3 |
1896 | 2024-10-09T16:42:46.419Z | Checking hyper-tls v0.6.0 |
1897 | 2024-10-09T16:42:46.422Z | Checking static_assertions v1.1.0 |
1898 | 2024-10-09T16:42:46.508Z | Checking precomputed-hash v0.1.1 |
1899 | 2024-10-09T16:42:46.524Z | Checking normalize-line-endings v0.3.0 |
1900 | 2024-10-09T16:42:46.593Z | Checking winnow v0.6.18 |
1901 | 2024-10-09T16:42:46.620Z | Checking difflib v0.4.0 |
1902 | 2024-10-09T16:42:46.634Z | Checking whoami v1.5.2 |
1903 | 2024-10-09T16:42:46.676Z | Checking fixedbitset v0.4.2 |
1904 | 2024-10-09T16:42:46.704Z | Checking dyn-clone v1.0.17 |
1905 | 2024-10-09T16:42:46.845Z | Checking mime v0.3.17 |
1906 | 2024-10-09T16:42:46.859Z | Checking data-encoding v2.6.0 |
1907 | 2024-10-09T16:42:46.905Z | Checking bit-vec v0.6.3 |
1908 | 2024-10-09T16:42:46.923Z | Checking number_prefix v0.4.0 |
1909 | 2024-10-09T16:42:46.955Z | Checking predicates-core v1.0.6 |
1910 | 2024-10-09T16:42:47.104Z | Checking new_debug_unreachable v1.0.6 |
1911 | 2024-10-09T16:42:47.136Z | Checking minimal-lexical v0.2.1 |
1912 | 2024-10-09T16:42:47.151Z | Checking predicates v3.1.2 |
1913 | 2024-10-09T16:42:47.188Z | Checking string_cache v0.8.7 |
1914 | 2024-10-09T16:42:47.225Z | Checking bit-set v0.5.3 |
1915 | 2024-10-09T16:42:47.460Z | Checking indicatif v0.17.8 |
1916 | 2024-10-09T16:42:47.488Z | Checking petgraph v0.6.5 |
1917 | 2024-10-09T16:42:47.512Z | Checking hickory-proto v0.24.1 |
1918 | 2024-10-09T16:42:47.534Z | Checking nom v7.1.3 |
1919 | 2024-10-09T16:42:47.839Z | Checking tokio-postgres v0.7.12 |
1920 | 2024-10-09T16:42:48.185Z | Checking similar v2.6.0 |
1921 | 2024-10-09T16:42:48.532Z | Checking reqwest v0.12.7 |
1922 | 2024-10-09T16:42:49.020Z | Checking schemars v0.8.21 |
1923 | 2024-10-09T16:42:49.515Z | Checking toml_edit v0.22.22 |
1924 | 2024-10-09T16:42:49.767Z | Checking hyper v0.14.30 |
1925 | 2024-10-09T16:42:50.343Z | Checking ed25519-dalek v2.1.1 |
1926 | 2024-10-09T16:42:50.444Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1927 | 2024-10-09T16:42:50.635Z | Checking signal-hook-mio v0.2.4 |
1928 | 2024-10-09T16:42:50.743Z | Checking usdt v0.5.0 |
1929 | 2024-10-09T16:42:50.785Z | Checking ecdsa v0.16.9 |
1930 | 2024-10-09T16:42:50.824Z | Checking flate2 v1.0.34 |
1931 | 2024-10-09T16:42:50.915Z | Checking anyhow v1.0.89 |
1932 | 2024-10-09T16:42:50.990Z | Checking rsa v0.9.6 |
1933 | 2024-10-09T16:42:51.291Z | Checking toml v0.7.8 |
1934 | 2024-10-09T16:42:51.462Z | Checking futures v0.3.30 |
1935 | 2024-10-09T16:42:51.486Z | Checking clap v4.5.18 |
1936 | 2024-10-09T16:42:51.580Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1937 | 2024-10-09T16:42:51.604Z | Checking tokio-stream v0.1.16 |
1938 | 2024-10-09T16:42:51.621Z | Checking fs-err v2.11.0 |
1939 | 2024-10-09T16:42:51.996Z | Checking itertools v0.12.1 |
1940 | 2024-10-09T16:42:52.033Z | Checking itertools v0.10.5 |
1941 | 2024-10-09T16:42:52.124Z | Checking slog v2.7.0 |
1942 | 2024-10-09T16:42:52.162Z | Checking openapiv3 v2.0.0 |
1943 | 2024-10-09T16:42:52.230Z | Checking x509-cert v0.2.5 |
1944 | 2024-10-09T16:42:52.462Z | Checking hex v0.4.3 |
1945 | 2024-10-09T16:42:52.614Z | Checking semver v1.0.23 |
1946 | 2024-10-09T16:42:53.000Z | Checking sha1 v0.10.6 |
1947 | 2024-10-09T16:42:53.034Z | Checking peg-runtime v0.8.3 |
1948 | 2024-10-09T16:42:53.261Z | Checking lalrpop-util v0.19.12 |
1949 | 2024-10-09T16:42:53.285Z | Checking camino v1.1.9 |
1950 | 2024-10-09T16:42:53.542Z | Checking sigpipe v0.1.3 |
1951 | 2024-10-09T16:42:55.238Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1952 | 2024-10-09T16:42:55.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.80s |
1953 | 2024-10-09T16:42:55.687Z | |
1954 | 2024-10-09T16:42:55.687Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/164) |
1955 | 2024-10-09T16:42:56.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1956 | 2024-10-09T16:42:56.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1957 | 2024-10-09T16:42:56.375Z | Compiling regress v0.10.1 |
1958 | 2024-10-09T16:42:56.483Z | Checking heck v0.5.0 |
1959 | 2024-10-09T16:42:56.496Z | Checking dirs-sys-next v0.1.2 |
1960 | 2024-10-09T16:42:56.498Z | Compiling unsafe-libyaml v0.2.11 |
1961 | 2024-10-09T16:42:56.522Z | Checking thread_local v1.1.8 |
1962 | 2024-10-09T16:42:56.526Z | Compiling ident_case v1.0.1 |
1963 | 2024-10-09T16:42:56.549Z | Checking progenitor-client v0.8.0 |
1964 | 2024-10-09T16:42:56.635Z | Compiling darling_core v0.20.9 |
1965 | 2024-10-09T16:42:56.654Z | Checking dirs-next v2.0.0 |
1966 | 2024-10-09T16:42:56.678Z | Checking crossbeam-channel v0.5.12 |
1967 | 2024-10-09T16:42:56.778Z | Checking term v0.7.0 |
1968 | 2024-10-09T16:42:56.800Z | Checking is-terminal v0.4.12 |
1969 | 2024-10-09T16:42:56.843Z | Compiling rustls v0.22.4 |
1970 | 2024-10-09T16:42:56.924Z | Compiling paste v1.0.15 |
1971 | 2024-10-09T16:42:57.140Z | Checking take_mut v0.2.2 |
1972 | 2024-10-09T16:42:57.162Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1973 | 2024-10-09T16:42:57.291Z | Checking slog-term v2.9.1 |
1974 | 2024-10-09T16:42:57.413Z | Checking slog-async v2.8.0 |
1975 | 2024-10-09T16:42:57.559Z | Compiling proc-macro-crate v1.3.1 |
1976 | 2024-10-09T16:42:57.580Z | Checking ipnetwork v0.20.0 |
1977 | 2024-10-09T16:42:57.704Z | Compiling structmeta-derive v0.3.0 |
1978 | 2024-10-09T16:42:57.763Z | Compiling multer v3.1.0 |
1979 | 2024-10-09T16:42:57.938Z | Compiling serde_yaml v0.9.34+deprecated |
1980 | 2024-10-09T16:42:58.072Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1981 | 2024-10-09T16:42:58.368Z | Checking match_cfg v0.1.0 |
1982 | 2024-10-09T16:42:58.462Z | Checking hostname v0.3.1 |
1983 | 2024-10-09T16:42:58.590Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1984 | 2024-10-09T16:42:58.627Z | Compiling num_enum_derive v0.5.11 |
1985 | 2024-10-09T16:42:59.915Z | Checking typify-impl v0.2.0 |
1986 | 2024-10-09T16:43:00.692Z | Compiling structmeta v0.3.0 |
1987 | 2024-10-09T16:43:01.146Z | Checking slog-json v2.6.1 |
1988 | 2024-10-09T16:43:01.252Z | Compiling lzma-sys v0.1.20 |
1989 | 2024-10-09T16:43:01.390Z | Compiling foreign-types-macros v0.2.3 |
1990 | 2024-10-09T16:43:01.521Z | Compiling async-stream-impl v0.3.5 |
1991 | 2024-10-09T16:43:02.027Z | Compiling dropshot v0.12.0 |
1992 | 2024-10-09T16:43:02.142Z | Checking foreign-types-shared v0.3.1 |
1993 | 2024-10-09T16:43:02.251Z | Checking arc-swap v1.7.1 |
1994 | 2024-10-09T16:43:02.317Z | Checking utf-8 v0.7.6 |
1995 | 2024-10-09T16:43:02.386Z | Checking tokio-rustls v0.25.0 |
1996 | 2024-10-09T16:43:02.437Z | Checking slog-bunyan v2.5.0 |
1997 | 2024-10-09T16:43:02.517Z | Checking tungstenite v0.21.0 |
1998 | 2024-10-09T16:43:02.633Z | Checking num_enum v0.5.11 |
1999 | 2024-10-09T16:43:02.688Z | Checking slog-scope v4.4.0 |
2000 | 2024-10-09T16:43:02.702Z | Checking foreign-types v0.5.0 |
2001 | 2024-10-09T16:43:02.774Z | Compiling parse-display-derive v0.10.0 |
2002 | 2024-10-09T16:43:02.796Z | Compiling proc-macro-error v1.0.4 |
2003 | 2024-10-09T16:43:02.905Z | Checking async-stream v0.3.5 |
2004 | 2024-10-09T16:43:03.030Z | Checking toml v0.8.19 |
2005 | 2024-10-09T16:43:03.092Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2006 | 2024-10-09T16:43:03.224Z | Compiling heck v0.3.3 |
2007 | 2024-10-09T16:43:03.369Z | Checking waitgroup v0.1.2 |
2008 | 2024-10-09T16:43:03.448Z | Checking newtype-uuid v1.1.0 |
2009 | 2024-10-09T16:43:03.496Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2010 | 2024-10-09T16:43:03.511Z | Compiling dropshot_endpoint v0.12.0 |
2011 | 2024-10-09T16:43:03.595Z | Compiling darling_macro v0.20.9 |
2012 | 2024-10-09T16:43:03.639Z | Checking serde_path_to_error v0.1.16 |
2013 | 2024-10-09T16:43:03.680Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2014 | 2024-10-09T16:43:03.784Z | Checking cstr-argument v0.1.2 |
2015 | 2024-10-09T16:43:03.954Z | Checking hostname v0.4.0 |
2016 | 2024-10-09T16:43:04.100Z | Checking instant v0.1.12 |
2017 | 2024-10-09T16:43:04.214Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2018 | 2024-10-09T16:43:04.250Z | Checking debug-ignore v1.0.5 |
2019 | 2024-10-09T16:43:04.325Z | Checking fastrand v2.1.0 |
2020 | 2024-10-09T16:43:04.380Z | Checking base64 v0.21.7 |
2021 | 2024-10-09T16:43:04.451Z | Checking pretty-hex v0.2.1 |
2022 | 2024-10-09T16:43:04.519Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2023 | 2024-10-09T16:43:04.569Z | Compiling darling v0.20.9 |
2024 | 2024-10-09T16:43:04.617Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2025 | 2024-10-09T16:43:04.658Z | Checking tempfile v3.10.1 |
2026 | 2024-10-09T16:43:04.658Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2027 | 2024-10-09T16:43:04.690Z | Compiling serde_with_macros v3.9.0 |
2028 | 2024-10-09T16:43:04.801Z | Checking backoff v0.4.0 |
2029 | 2024-10-09T16:43:04.829Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2030 | 2024-10-09T16:43:04.876Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2031 | 2024-10-09T16:43:05.045Z | Compiling zone_cfg_derive v0.1.2 |
2032 | 2024-10-09T16:43:05.095Z | Checking tokio-tungstenite v0.21.0 |
2033 | 2024-10-09T16:43:05.108Z | Checking strum v0.26.3 |
2034 | 2024-10-09T16:43:05.138Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2035 | 2024-10-09T16:43:05.251Z | Checking slog-stdlog v4.1.1 |
2036 | 2024-10-09T16:43:05.564Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2037 | 2024-10-09T16:43:05.588Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2038 | 2024-10-09T16:43:05.724Z | Checking colored v2.1.0 |
2039 | 2024-10-09T16:43:05.861Z | Checking regress v0.9.1 |
2040 | 2024-10-09T16:43:05.911Z | Checking macaddr v1.0.1 |
2041 | 2024-10-09T16:43:06.022Z | Checking base64 v0.13.1 |
2042 | 2024-10-09T16:43:06.415Z | Checking ron v0.7.1 |
2043 | 2024-10-09T16:43:06.529Z | Checking zone v0.1.8 |
2044 | 2024-10-09T16:43:07.211Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2045 | 2024-10-09T16:43:07.406Z | Checking parse-display v0.10.0 |
2046 | 2024-10-09T16:43:07.522Z | Checking xz2 v0.1.7 |
2047 | 2024-10-09T16:43:07.619Z | Checking serde_with v3.9.0 |
2048 | 2024-10-09T16:43:07.686Z | Checking slog-envlogger v2.2.0 |
2049 | 2024-10-09T16:43:07.706Z | Checking tabwriter v1.4.0 |
2050 | 2024-10-09T16:43:07.868Z | Checking xattr v1.3.1 |
2051 | 2024-10-09T16:43:07.926Z | Checking pem v3.0.4 |
2052 | 2024-10-09T16:43:07.942Z | Checking yasna v0.5.2 |
2053 | 2024-10-09T16:43:08.056Z | Checking headers-core v0.3.0 |
2054 | 2024-10-09T16:43:08.175Z | Checking smf v0.2.3 |
2055 | 2024-10-09T16:43:08.210Z | Checking filetime v0.2.25 |
2056 | 2024-10-09T16:43:08.293Z | Checking same-file v1.0.6 |
2057 | 2024-10-09T16:43:08.398Z | Checking tar v0.4.42 |
2058 | 2024-10-09T16:43:08.457Z | Checking walkdir v2.5.0 |
2059 | 2024-10-09T16:43:08.631Z | Checking headers v0.4.0 |
2060 | 2024-10-09T16:43:08.747Z | Checking camino-tempfile v1.1.1 |
2061 | 2024-10-09T16:43:08.798Z | Checking rcgen v0.12.1 |
2062 | 2024-10-09T16:43:09.039Z | Checking atomicwrites v0.4.4 |
2063 | 2024-10-09T16:43:09.199Z | Checking subprocess v0.2.9 |
2064 | 2024-10-09T16:43:12.312Z | Compiling typify-macro v0.2.0 |
2065 | 2024-10-09T16:43:14.252Z | Compiling typify v0.2.0 |
2066 | 2024-10-09T16:43:14.320Z | Compiling progenitor-impl v0.8.0 |
2067 | 2024-10-09T16:43:17.529Z | Compiling progenitor-macro v0.8.0 |
2068 | 2024-10-09T16:43:23.447Z | Checking progenitor v0.8.0 |
2069 | 2024-10-09T16:43:23.580Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2070 | 2024-10-09T16:43:23.583Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2071 | 2024-10-09T16:43:26.194Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2072 | 2024-10-09T16:43:26.509Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2073 | 2024-10-09T16:43:32.674Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2074 | 2024-10-09T16:43:34.196Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2075 | 2024-10-09T16:43:35.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.69s |
2076 | 2024-10-09T16:43:35.548Z | |
2077 | 2024-10-09T16:43:35.548Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/164) |
2078 | 2024-10-09T16:43:36.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2079 | 2024-10-09T16:43:36.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2080 | 2024-10-09T16:43:36.231Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2081 | 2024-10-09T16:43:37.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2082 | 2024-10-09T16:43:37.714Z | |
2083 | 2024-10-09T16:43:37.714Z | info: running `cargo check --bins` on nexus-config (31/164) |
2084 | 2024-10-09T16:43:38.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2085 | 2024-10-09T16:43:38.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2086 | 2024-10-09T16:43:38.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2087 | 2024-10-09T16:43:38.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2088 | 2024-10-09T16:43:38.376Z | |
2089 | 2024-10-09T16:43:38.376Z | info: running `cargo check --bins` on omicron-rpaths (32/164) |
2090 | 2024-10-09T16:43:38.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2091 | 2024-10-09T16:43:38.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2092 | 2024-10-09T16:43:38.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2093 | 2024-10-09T16:43:38.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2094 | 2024-10-09T16:43:39.006Z | |
2095 | 2024-10-09T16:43:39.006Z | info: running `cargo check --bins` on omicron-certificates (33/164) |
2096 | 2024-10-09T16:43:39.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2097 | 2024-10-09T16:43:39.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2098 | 2024-10-09T16:43:39.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2099 | 2024-10-09T16:43:39.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2100 | 2024-10-09T16:43:39.662Z | |
2101 | 2024-10-09T16:43:39.662Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/164) |
2102 | 2024-10-09T16:43:40.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2103 | 2024-10-09T16:43:40.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2104 | 2024-10-09T16:43:40.343Z | Compiling heapless v0.8.0 |
2105 | 2024-10-09T16:43:40.437Z | Checking hash32 v0.3.1 |
2106 | 2024-10-09T16:43:40.439Z | Compiling smoltcp v0.11.0 |
2107 | 2024-10-09T16:43:40.455Z | Checking cobs v0.2.3 |
2108 | 2024-10-09T16:43:40.457Z | Checking embedded-io v0.4.0 |
2109 | 2024-10-09T16:43:40.478Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2110 | 2024-10-09T16:43:40.480Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2111 | 2024-10-09T16:43:40.501Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2112 | 2024-10-09T16:43:40.592Z | Compiling crucible-workspace-hack v0.1.0 |
2113 | 2024-10-09T16:43:40.619Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2114 | 2024-10-09T16:43:40.635Z | Checking newline-converter v0.3.0 |
2115 | 2024-10-09T16:43:40.650Z | Checking postcard v1.0.8 |
2116 | 2024-10-09T16:43:40.813Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2117 | 2024-10-09T16:43:40.840Z | Compiling convert_case v0.4.0 |
2118 | 2024-10-09T16:43:40.979Z | Checking expectorate v1.1.0 |
2119 | 2024-10-09T16:43:41.048Z | Compiling zone_cfg_derive v0.3.0 |
2120 | 2024-10-09T16:43:41.131Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2121 | 2024-10-09T16:43:41.148Z | Checking itertools v0.13.0 |
2122 | 2024-10-09T16:43:41.310Z | Compiling num-derive v0.4.2 |
2123 | 2024-10-09T16:43:41.354Z | Compiling slog-dtrace v0.3.0 |
2124 | 2024-10-09T16:43:41.464Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2125 | 2024-10-09T16:43:41.729Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2126 | 2024-10-09T16:43:41.815Z | Compiling derive_more v0.99.18 |
2127 | 2024-10-09T16:43:42.521Z | Checking zone v0.3.0 |
2128 | 2024-10-09T16:43:43.249Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2129 | 2024-10-09T16:43:44.365Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2130 | 2024-10-09T16:43:45.275Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2131 | 2024-10-09T16:43:45.815Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2132 | 2024-10-09T16:43:46.334Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2133 | 2024-10-09T16:43:47.075Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2134 | 2024-10-09T16:43:48.090Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2135 | 2024-10-09T16:43:48.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
2136 | 2024-10-09T16:43:49.089Z | |
2137 | 2024-10-09T16:43:49.089Z | info: running `cargo check --bins` on clickhouse-admin-api (35/164) |
2138 | 2024-10-09T16:43:49.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2139 | 2024-10-09T16:43:49.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2140 | 2024-10-09T16:43:49.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2141 | 2024-10-09T16:43:49.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2142 | 2024-10-09T16:43:49.771Z | |
2143 | 2024-10-09T16:43:49.771Z | info: running `cargo check --bins` on clickhouse-admin-types (36/164) |
2144 | 2024-10-09T16:43:50.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2145 | 2024-10-09T16:43:50.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2146 | 2024-10-09T16:43:50.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2147 | 2024-10-09T16:43:50.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2148 | 2024-10-09T16:43:50.437Z | |
2149 | 2024-10-09T16:43:50.437Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/164) |
2150 | 2024-10-09T16:43:51.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2151 | 2024-10-09T16:43:51.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2152 | 2024-10-09T16:43:51.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2153 | 2024-10-09T16:43:51.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2154 | 2024-10-09T16:43:51.210Z | |
2155 | 2024-10-09T16:43:51.210Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/164) |
2156 | 2024-10-09T16:43:51.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2157 | 2024-10-09T16:43:51.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2158 | 2024-10-09T16:43:51.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2159 | 2024-10-09T16:43:51.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2160 | 2024-10-09T16:43:51.992Z | |
2161 | 2024-10-09T16:43:51.992Z | info: running `cargo check --bins` on dns-server (39/164) |
2162 | 2024-10-09T16:43:52.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2163 | 2024-10-09T16:43:52.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2164 | 2024-10-09T16:43:52.655Z | Compiling parking_lot_core v0.8.6 |
2165 | 2024-10-09T16:43:52.749Z | Checking nibble_vec v0.1.0 |
2166 | 2024-10-09T16:43:52.751Z | Checking linked-hash-map v0.5.6 |
2167 | 2024-10-09T16:43:52.751Z | Checking quick-error v1.2.3 |
2168 | 2024-10-09T16:43:52.751Z | Checking endian-type v0.1.2 |
2169 | 2024-10-09T16:43:52.751Z | Checking fxhash v0.2.1 |
2170 | 2024-10-09T16:43:52.751Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2171 | 2024-10-09T16:43:52.768Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2172 | 2024-10-09T16:43:52.885Z | Checking resolv-conf v0.7.0 |
2173 | 2024-10-09T16:43:52.925Z | Checking hickory-server v0.24.1 |
2174 | 2024-10-09T16:43:52.948Z | Checking radix_trie v0.2.1 |
2175 | 2024-10-09T16:43:53.038Z | Checking lru-cache v0.1.2 |
2176 | 2024-10-09T16:43:53.199Z | Checking hickory-resolver v0.24.1 |
2177 | 2024-10-09T16:43:53.312Z | Checking hickory-client v0.24.1 |
2178 | 2024-10-09T16:43:53.436Z | Checking parking_lot v0.11.2 |
2179 | 2024-10-09T16:43:53.728Z | Checking sled v0.34.7 |
2180 | 2024-10-09T16:43:55.518Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2181 | 2024-10-09T16:43:56.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2182 | 2024-10-09T16:43:56.740Z | |
2183 | 2024-10-09T16:43:56.740Z | info: running `cargo check --bins` on dns-server-api (40/164) |
2184 | 2024-10-09T16:43:57.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2185 | 2024-10-09T16:43:57.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2186 | 2024-10-09T16:43:57.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2187 | 2024-10-09T16:43:57.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2188 | 2024-10-09T16:43:57.389Z | |
2189 | 2024-10-09T16:43:57.389Z | info: running `cargo check --bins` on dns-service-client (41/164) |
2190 | 2024-10-09T16:43:57.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2191 | 2024-10-09T16:43:57.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2192 | 2024-10-09T16:43:57.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2193 | 2024-10-09T16:43:57.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2194 | 2024-10-09T16:43:58.026Z | |
2195 | 2024-10-09T16:43:58.026Z | info: running `cargo check --bins` on gateway-test-utils (42/164) |
2196 | 2024-10-09T16:43:58.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2197 | 2024-10-09T16:43:58.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2198 | 2024-10-09T16:43:58.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2199 | 2024-10-09T16:43:58.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2200 | 2024-10-09T16:43:58.749Z | |
2201 | 2024-10-09T16:43:58.749Z | info: running `cargo check --bins` on gateway-types (43/164) |
2202 | 2024-10-09T16:43:59.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2203 | 2024-10-09T16:43:59.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2204 | 2024-10-09T16:43:59.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2205 | 2024-10-09T16:43:59.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2206 | 2024-10-09T16:43:59.415Z | |
2207 | 2024-10-09T16:43:59.415Z | info: running `cargo check --bins` on ipcc (44/164) |
2208 | 2024-10-09T16:44:00.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2209 | 2024-10-09T16:44:00.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2210 | 2024-10-09T16:44:00.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2211 | 2024-10-09T16:44:00.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2212 | 2024-10-09T16:44:00.083Z | |
2213 | 2024-10-09T16:44:00.083Z | info: running `cargo check --bins` on omicron-gateway (45/164) |
2214 | 2024-10-09T16:44:00.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2215 | 2024-10-09T16:44:00.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2216 | 2024-10-09T16:44:00.823Z | Compiling match_cfg v0.1.0 |
2217 | 2024-10-09T16:44:00.825Z | Compiling rustls v0.22.4 |
2218 | 2024-10-09T16:44:00.825Z | Checking num-rational v0.4.2 |
2219 | 2024-10-09T16:44:00.922Z | Compiling progenitor-client v0.8.0 |
2220 | 2024-10-09T16:44:00.924Z | Compiling slog-json v2.6.1 |
2221 | 2024-10-09T16:44:00.942Z | Checking num-complex v0.4.6 |
2222 | 2024-10-09T16:44:00.965Z | Compiling prettyplease v0.2.22 |
2223 | 2024-10-09T16:44:00.968Z | Compiling hostname v0.3.1 |
2224 | 2024-10-09T16:44:01.007Z | Compiling async-stream v0.3.5 |
2225 | 2024-10-09T16:44:01.228Z | Compiling slog-bunyan v2.5.0 |
2226 | 2024-10-09T16:44:01.263Z | Compiling multer v3.1.0 |
2227 | 2024-10-09T16:44:01.329Z | Compiling progenitor v0.8.0 |
2228 | 2024-10-09T16:44:01.347Z | Compiling toml v0.8.19 |
2229 | 2024-10-09T16:44:01.385Z | Compiling waitgroup v0.1.2 |
2230 | 2024-10-09T16:44:01.420Z | Compiling ipnetwork v0.20.0 |
2231 | 2024-10-09T16:44:01.537Z | Compiling newtype-uuid v1.1.0 |
2232 | 2024-10-09T16:44:01.570Z | Compiling serde_path_to_error v0.1.16 |
2233 | 2024-10-09T16:44:01.596Z | Compiling hostname v0.4.0 |
2234 | 2024-10-09T16:44:01.809Z | Checking num v0.4.3 |
2235 | 2024-10-09T16:44:01.832Z | Compiling instant v0.1.12 |
2236 | 2024-10-09T16:44:01.849Z | Compiling debug-ignore v1.0.5 |
2237 | 2024-10-09T16:44:01.913Z | Checking float-ord v0.3.2 |
2238 | 2024-10-09T16:44:01.979Z | Compiling semver v0.1.20 |
2239 | 2024-10-09T16:44:01.998Z | Compiling radium v0.7.0 |
2240 | 2024-10-09T16:44:02.043Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2241 | 2024-10-09T16:44:02.340Z | Compiling rustc_version v0.1.7 |
2242 | 2024-10-09T16:44:02.343Z | Compiling backoff v0.4.0 |
2243 | 2024-10-09T16:44:02.416Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2244 | 2024-10-09T16:44:02.495Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2245 | 2024-10-09T16:44:02.639Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2246 | 2024-10-09T16:44:02.703Z | Compiling parse-display v0.10.0 |
2247 | 2024-10-09T16:44:02.852Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2248 | 2024-10-09T16:44:02.854Z | Compiling serde_with v3.9.0 |
2249 | 2024-10-09T16:44:03.023Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2250 | 2024-10-09T16:44:03.190Z | Compiling regress v0.9.1 |
2251 | 2024-10-09T16:44:03.399Z | Compiling macaddr v1.0.1 |
2252 | 2024-10-09T16:44:03.841Z | Checking tap v1.0.1 |
2253 | 2024-10-09T16:44:04.005Z | Compiling maybe-uninit v2.0.0 |
2254 | 2024-10-09T16:44:04.345Z | Checking wyz v0.5.1 |
2255 | 2024-10-09T16:44:04.636Z | Compiling newtype_derive v0.1.6 |
2256 | 2024-10-09T16:44:04.825Z | Checking password-hash v0.5.0 |
2257 | 2024-10-09T16:44:04.947Z | Checking blake2 v0.10.6 |
2258 | 2024-10-09T16:44:05.118Z | Compiling tokio-rustls v0.25.0 |
2259 | 2024-10-09T16:44:05.252Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2260 | 2024-10-09T16:44:05.421Z | Compiling owo-colors v4.1.0 |
2261 | 2024-10-09T16:44:05.457Z | Checking funty v2.0.0 |
2262 | 2024-10-09T16:44:05.547Z | Compiling dropshot v0.12.0 |
2263 | 2024-10-09T16:44:05.717Z | Compiling packed_struct v0.10.1 |
2264 | 2024-10-09T16:44:05.749Z | Checking crc-catalog v2.4.0 |
2265 | 2024-10-09T16:44:05.896Z | Compiling cancel-safe-futures v0.1.5 |
2266 | 2024-10-09T16:44:06.319Z | Checking crc v3.2.1 |
2267 | 2024-10-09T16:44:06.431Z | Checking bitvec v1.0.1 |
2268 | 2024-10-09T16:44:06.722Z | Checking argon2 v0.5.3 |
2269 | 2024-10-09T16:44:07.406Z | Compiling packed_struct_codegen v0.10.1 |
2270 | 2024-10-09T16:44:07.856Z | Compiling indexmap v1.9.3 |
2271 | 2024-10-09T16:44:08.180Z | Checking half v2.4.1 |
2272 | 2024-10-09T16:44:08.204Z | Checking nodrop v0.1.14 |
2273 | 2024-10-09T16:44:08.329Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2274 | 2024-10-09T16:44:08.640Z | Checking ciborium-io v0.2.2 |
2275 | 2024-10-09T16:44:08.689Z | Checking array-init v0.0.4 |
2276 | 2024-10-09T16:44:08.769Z | Checking ciborium-ll v0.2.2 |
2277 | 2024-10-09T16:44:09.244Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2278 | 2024-10-09T16:44:09.539Z | Checking smallvec v0.6.14 |
2279 | 2024-10-09T16:44:09.806Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2280 | 2024-10-09T16:44:09.858Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2281 | 2024-10-09T16:44:10.540Z | Checking libsw v3.3.1 |
2282 | 2024-10-09T16:44:10.575Z | Compiling derive-where v1.2.7 |
2283 | 2024-10-09T16:44:10.800Z | Compiling memoffset v0.9.1 |
2284 | 2024-10-09T16:44:11.067Z | Checking highway v1.2.0 |
2285 | 2024-10-09T16:44:11.111Z | Checking linear-map v1.2.0 |
2286 | 2024-10-09T16:44:11.467Z | Checking swrite v0.1.0 |
2287 | 2024-10-09T16:44:11.482Z | Checking hashbrown v0.12.3 |
2288 | 2024-10-09T16:44:11.544Z | Checking bitfield v0.14.0 |
2289 | 2024-10-09T16:44:11.577Z | Checking indent_write v2.2.0 |
2290 | 2024-10-09T16:44:11.770Z | Checking termcolor v1.4.1 |
2291 | 2024-10-09T16:44:11.787Z | Checking ron v0.8.1 |
2292 | 2024-10-09T16:44:11.807Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2293 | 2024-10-09T16:44:12.206Z | Checking env_logger v0.10.2 |
2294 | 2024-10-09T16:44:12.623Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2295 | 2024-10-09T16:44:13.019Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2296 | 2024-10-09T16:44:13.123Z | Checking serde-hex v0.1.0 |
2297 | 2024-10-09T16:44:13.280Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2298 | 2024-10-09T16:44:13.309Z | Checking steno v0.4.1 |
2299 | 2024-10-09T16:44:14.075Z | Checking bzip2 v0.4.4 |
2300 | 2024-10-09T16:44:14.210Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2301 | 2024-10-09T16:44:14.380Z | Checking ciborium v0.2.2 |
2302 | 2024-10-09T16:44:14.711Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2303 | 2024-10-09T16:44:14.967Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2304 | 2024-10-09T16:44:15.001Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2305 | 2024-10-09T16:44:15.358Z | Checking hashbrown v0.13.2 |
2306 | 2024-10-09T16:44:15.673Z | Checking humantime v2.1.0 |
2307 | 2024-10-09T16:44:15.978Z | Checking crc-any v2.5.0 |
2308 | 2024-10-09T16:44:16.166Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2309 | 2024-10-09T16:44:16.371Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2310 | 2024-10-09T16:44:16.406Z | Checking object v0.30.4 |
2311 | 2024-10-09T16:44:16.648Z | Checking zip v0.6.6 |
2312 | 2024-10-09T16:44:16.844Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2313 | 2024-10-09T16:44:17.129Z | Checking path-slash v0.1.5 |
2314 | 2024-10-09T16:44:17.147Z | Checking tungstenite v0.23.0 |
2315 | 2024-10-09T16:44:17.241Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2316 | 2024-10-09T16:44:17.277Z | Checking nix v0.27.1 |
2317 | 2024-10-09T16:44:17.348Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2318 | 2024-10-09T16:44:18.098Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2319 | 2024-10-09T16:44:18.098Z | Checking kstat-rs v0.2.4 |
2320 | 2024-10-09T16:44:18.344Z | Checking tokio-tungstenite v0.23.1 |
2321 | 2024-10-09T16:44:18.483Z | Checking signal-hook-tokio v0.3.1 |
2322 | 2024-10-09T16:44:19.214Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2323 | 2024-10-09T16:44:20.199Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2324 | 2024-10-09T16:44:23.374Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2325 | 2024-10-09T16:44:24.861Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2326 | 2024-10-09T16:44:26.424Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2327 | 2024-10-09T16:44:29.583Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2328 | 2024-10-09T16:44:29.840Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2329 | 2024-10-09T16:44:30.607Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2330 | 2024-10-09T16:44:36.025Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2331 | 2024-10-09T16:44:36.641Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2332 | 2024-10-09T16:44:39.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.19s |
2333 | 2024-10-09T16:44:39.455Z | |
2334 | 2024-10-09T16:44:39.455Z | info: running `cargo check --bins` on gateway-api (46/164) |
2335 | 2024-10-09T16:44:40.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-10-09T16:44:40.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-10-09T16:44:40.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-10-09T16:44:40.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2339 | 2024-10-09T16:44:40.123Z | |
2340 | 2024-10-09T16:44:40.123Z | info: running `cargo check --bins` on oximeter (47/164) |
2341 | 2024-10-09T16:44:40.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-10-09T16:44:40.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-10-09T16:44:40.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-10-09T16:44:40.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2345 | 2024-10-09T16:44:40.787Z | |
2346 | 2024-10-09T16:44:40.787Z | info: running `cargo check --bins` on oximeter-macro-impl (48/164) |
2347 | 2024-10-09T16:44:41.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-10-09T16:44:41.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-10-09T16:44:41.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2350 | 2024-10-09T16:44:41.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2351 | 2024-10-09T16:44:41.419Z | |
2352 | 2024-10-09T16:44:41.419Z | info: running `cargo check --bins` on oximeter-schema (49/164) |
2353 | 2024-10-09T16:44:42.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-10-09T16:44:42.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-10-09T16:44:42.085Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2356 | 2024-10-09T16:44:42.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2357 | 2024-10-09T16:44:42.645Z | |
2358 | 2024-10-09T16:44:42.645Z | info: running `cargo check --bins` on oximeter-types (50/164) |
2359 | 2024-10-09T16:44:43.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2024-10-09T16:44:43.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2024-10-09T16:44:43.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2362 | 2024-10-09T16:44:43.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2363 | 2024-10-09T16:44:43.305Z | |
2364 | 2024-10-09T16:44:43.305Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/164) |
2365 | 2024-10-09T16:44:43.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2366 | 2024-10-09T16:44:43.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2367 | 2024-10-09T16:44:43.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2368 | 2024-10-09T16:44:43.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2369 | 2024-10-09T16:44:43.963Z | |
2370 | 2024-10-09T16:44:43.963Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/164) |
2371 | 2024-10-09T16:44:44.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-10-09T16:44:44.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-10-09T16:44:44.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2374 | 2024-10-09T16:44:44.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2375 | 2024-10-09T16:44:44.590Z | |
2376 | 2024-10-09T16:44:44.590Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/164) |
2377 | 2024-10-09T16:44:45.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-10-09T16:44:45.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-10-09T16:44:45.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-10-09T16:44:45.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2381 | 2024-10-09T16:44:45.254Z | |
2382 | 2024-10-09T16:44:45.254Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/164) |
2383 | 2024-10-09T16:44:45.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-10-09T16:44:45.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-10-09T16:44:45.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2024-10-09T16:44:45.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2387 | 2024-10-09T16:44:45.915Z | |
2388 | 2024-10-09T16:44:45.915Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/164) |
2389 | 2024-10-09T16:44:46.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-10-09T16:44:46.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-10-09T16:44:46.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-10-09T16:44:46.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2393 | 2024-10-09T16:44:46.571Z | |
2394 | 2024-10-09T16:44:46.571Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/164) |
2395 | 2024-10-09T16:44:47.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-10-09T16:44:47.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-10-09T16:44:47.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-10-09T16:44:47.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2399 | 2024-10-09T16:44:47.235Z | |
2400 | 2024-10-09T16:44:47.235Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/164) |
2401 | 2024-10-09T16:44:47.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-10-09T16:44:47.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-10-09T16:44:47.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-10-09T16:44:47.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2405 | 2024-10-09T16:44:47.897Z | |
2406 | 2024-10-09T16:44:47.897Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/164) |
2407 | 2024-10-09T16:44:48.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-10-09T16:44:48.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-10-09T16:44:48.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2024-10-09T16:44:48.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2411 | 2024-10-09T16:44:48.556Z | |
2412 | 2024-10-09T16:44:48.556Z | info: running `cargo check --bins` on oximeter-producer (59/164) |
2413 | 2024-10-09T16:44:49.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-10-09T16:44:49.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-10-09T16:44:49.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-10-09T16:44:49.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2417 | 2024-10-09T16:44:49.245Z | |
2418 | 2024-10-09T16:44:49.245Z | info: running `cargo check --bins` on internal-dns (60/164) |
2419 | 2024-10-09T16:44:49.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-10-09T16:44:49.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-10-09T16:44:49.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-10-09T16:44:49.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2423 | 2024-10-09T16:44:49.907Z | |
2424 | 2024-10-09T16:44:49.907Z | info: running `cargo check --bins` on nexus-client (61/164) |
2425 | 2024-10-09T16:44:50.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-10-09T16:44:50.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-10-09T16:44:50.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-10-09T16:44:50.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2429 | 2024-10-09T16:44:50.593Z | |
2430 | 2024-10-09T16:44:50.593Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/164) |
2431 | 2024-10-09T16:44:51.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-10-09T16:44:51.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-10-09T16:44:51.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-10-09T16:44:51.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2435 | 2024-10-09T16:44:51.270Z | |
2436 | 2024-10-09T16:44:51.270Z | info: running `cargo check --bins` on omicron-passwords (63/164) |
2437 | 2024-10-09T16:44:51.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-10-09T16:44:51.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-10-09T16:44:51.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-10-09T16:44:51.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2441 | 2024-10-09T16:44:51.916Z | |
2442 | 2024-10-09T16:44:51.916Z | info: running `cargo check --bins` on nexus-types (64/164) |
2443 | 2024-10-09T16:44:52.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-10-09T16:44:52.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-10-09T16:44:52.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-10-09T16:44:52.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2447 | 2024-10-09T16:44:52.601Z | |
2448 | 2024-10-09T16:44:52.601Z | info: running `cargo check --bins` on gateway-client (65/164) |
2449 | 2024-10-09T16:44:53.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-10-09T16:44:53.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-10-09T16:44:53.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-10-09T16:44:53.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2453 | 2024-10-09T16:44:53.244Z | |
2454 | 2024-10-09T16:44:53.244Z | info: running `cargo check --bins` on oxql-types (66/164) |
2455 | 2024-10-09T16:44:53.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-10-09T16:44:53.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-10-09T16:44:53.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-10-09T16:44:53.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2459 | 2024-10-09T16:44:53.901Z | |
2460 | 2024-10-09T16:44:53.901Z | info: running `cargo check --bins` on update-engine (67/164) |
2461 | 2024-10-09T16:44:54.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-10-09T16:44:54.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-10-09T16:44:54.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-10-09T16:44:54.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2465 | 2024-10-09T16:44:54.541Z | |
2466 | 2024-10-09T16:44:54.541Z | info: running `cargo check --bins` on sp-sim (68/164) |
2467 | 2024-10-09T16:44:55.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-10-09T16:44:55.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-10-09T16:44:55.202Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2470 | 2024-10-09T16:44:57.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
2471 | 2024-10-09T16:44:57.153Z | |
2472 | 2024-10-09T16:44:57.153Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/164) |
2473 | 2024-10-09T16:44:57.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-10-09T16:44:57.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-10-09T16:44:57.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-10-09T16:44:57.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2477 | 2024-10-09T16:44:57.867Z | |
2478 | 2024-10-09T16:44:57.867Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/164) |
2479 | 2024-10-09T16:44:58.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-10-09T16:44:58.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-10-09T16:44:58.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-10-09T16:44:58.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2483 | 2024-10-09T16:44:58.590Z | |
2484 | 2024-10-09T16:44:58.590Z | info: running `cargo check --bins` on db-macros (71/164) |
2485 | 2024-10-09T16:44:59.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-10-09T16:44:59.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-10-09T16:44:59.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-10-09T16:44:59.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2489 | 2024-10-09T16:44:59.221Z | |
2490 | 2024-10-09T16:44:59.221Z | info: running `cargo check --bins` on nexus-macros-common (72/164) |
2491 | 2024-10-09T16:44:59.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-10-09T16:44:59.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-10-09T16:44:59.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-10-09T16:44:59.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2495 | 2024-10-09T16:44:59.861Z | |
2496 | 2024-10-09T16:44:59.861Z | info: running `cargo check --bins` on nexus-auth (73/164) |
2497 | 2024-10-09T16:45:00.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-10-09T16:45:00.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-10-09T16:45:00.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-10-09T16:45:00.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2501 | 2024-10-09T16:45:00.570Z | |
2502 | 2024-10-09T16:45:00.570Z | info: running `cargo check --bins` on authz-macros (74/164) |
2503 | 2024-10-09T16:45:01.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-10-09T16:45:01.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-10-09T16:45:01.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-10-09T16:45:01.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2507 | 2024-10-09T16:45:01.198Z | |
2508 | 2024-10-09T16:45:01.198Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/164) |
2509 | 2024-10-09T16:45:01.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-10-09T16:45:01.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-10-09T16:45:01.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-10-09T16:45:01.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2513 | 2024-10-09T16:45:01.898Z | |
2514 | 2024-10-09T16:45:01.898Z | info: running `cargo check --bins` on nexus-db-model (76/164) |
2515 | 2024-10-09T16:45:02.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-10-09T16:45:02.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-10-09T16:45:02.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-10-09T16:45:02.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2519 | 2024-10-09T16:45:02.588Z | |
2520 | 2024-10-09T16:45:02.588Z | info: running `cargo check --bins` on nexus-defaults (77/164) |
2521 | 2024-10-09T16:45:03.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-10-09T16:45:03.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-10-09T16:45:03.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-10-09T16:45:03.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2525 | 2024-10-09T16:45:03.244Z | |
2526 | 2024-10-09T16:45:03.245Z | info: running `cargo check --bins` on sled-agent-client (78/164) |
2527 | 2024-10-09T16:45:03.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-10-09T16:45:03.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-10-09T16:45:03.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-10-09T16:45:03.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2531 | 2024-10-09T16:45:03.920Z | |
2532 | 2024-10-09T16:45:03.920Z | info: running `cargo check --bins` on nexus-inventory (79/164) |
2533 | 2024-10-09T16:45:04.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-10-09T16:45:04.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-10-09T16:45:04.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-10-09T16:45:04.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2537 | 2024-10-09T16:45:04.606Z | |
2538 | 2024-10-09T16:45:04.606Z | info: running `cargo check --bins` on typed-rng (80/164) |
2539 | 2024-10-09T16:45:05.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-10-09T16:45:05.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-10-09T16:45:05.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-10-09T16:45:05.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2543 | 2024-10-09T16:45:05.246Z | |
2544 | 2024-10-09T16:45:05.247Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/164) |
2545 | 2024-10-09T16:45:05.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-10-09T16:45:05.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-10-09T16:45:06.013Z | Checking keccak v0.1.5 |
2548 | 2024-10-09T16:45:06.115Z | Checking secrecy v0.8.0 |
2549 | 2024-10-09T16:45:06.118Z | Compiling unicase v2.7.0 |
2550 | 2024-10-09T16:45:06.118Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2551 | 2024-10-09T16:45:06.118Z | Compiling same-file v1.0.6 |
2552 | 2024-10-09T16:45:06.135Z | Compiling tempfile v3.10.1 |
2553 | 2024-10-09T16:45:06.145Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2554 | 2024-10-09T16:45:06.173Z | Compiling thiserror-impl-no-std v2.0.2 |
2555 | 2024-10-09T16:45:06.310Z | Compiling walkdir v2.5.0 |
2556 | 2024-10-09T16:45:06.388Z | Checking sha3 v0.10.8 |
2557 | 2024-10-09T16:45:06.423Z | Checking universal-hash v0.5.1 |
2558 | 2024-10-09T16:45:06.467Z | Compiling blake3 v1.5.1 |
2559 | 2024-10-09T16:45:06.581Z | Compiling ring v0.16.20 |
2560 | 2024-10-09T16:45:06.607Z | Checking opaque-debug v0.3.1 |
2561 | 2024-10-09T16:45:06.698Z | Checking poly1305 v0.8.0 |
2562 | 2024-10-09T16:45:06.782Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2563 | 2024-10-09T16:45:06.990Z | Checking chacha20 v0.9.1 |
2564 | 2024-10-09T16:45:07.047Z | Checking aead v0.5.2 |
2565 | 2024-10-09T16:45:07.098Z | Compiling memmap2 v0.9.4 |
2566 | 2024-10-09T16:45:07.152Z | Compiling libefi-sys v0.1.0 |
2567 | 2024-10-09T16:45:07.255Z | Compiling untrusted v0.7.1 |
2568 | 2024-10-09T16:45:07.311Z | Compiling salty v0.3.0 |
2569 | 2024-10-09T16:45:07.392Z | Compiling home v0.5.9 |
2570 | 2024-10-09T16:45:07.434Z | Compiling arrayref v0.3.7 |
2571 | 2024-10-09T16:45:07.525Z | Compiling constant_time_eq v0.3.0 |
2572 | 2024-10-09T16:45:07.541Z | Compiling arrayvec v0.7.4 |
2573 | 2024-10-09T16:45:07.608Z | Compiling spin v0.5.2 |
2574 | 2024-10-09T16:45:07.699Z | Compiling toolchain_find v0.4.0 |
2575 | 2024-10-09T16:45:07.791Z | Checking chacha20poly1305 v0.10.1 |
2576 | 2024-10-09T16:45:07.855Z | Compiling camino-tempfile v1.1.1 |
2577 | 2024-10-09T16:45:07.944Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2578 | 2024-10-09T16:45:07.970Z | Compiling bitfield-struct v0.6.1 |
2579 | 2024-10-09T16:45:08.179Z | Compiling topological-sort v0.2.2 |
2580 | 2024-10-09T16:45:08.290Z | Compiling mime_guess v2.0.4 |
2581 | 2024-10-09T16:45:08.360Z | Compiling rustfmt-wrapper v0.2.1 |
2582 | 2024-10-09T16:45:08.941Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2583 | 2024-10-09T16:45:08.942Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2584 | 2024-10-09T16:45:09.055Z | Checking primeorder v0.13.6 |
2585 | 2024-10-09T16:45:09.109Z | Checking env_filter v0.1.2 |
2586 | 2024-10-09T16:45:09.222Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2587 | 2024-10-09T16:45:09.315Z | Checking thiserror-no-std v2.0.2 |
2588 | 2024-10-09T16:45:09.332Z | Checking env_logger v0.11.5 |
2589 | 2024-10-09T16:45:09.418Z | Checking vsss-rs v3.3.4 |
2590 | 2024-10-09T16:45:09.436Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2591 | 2024-10-09T16:45:09.523Z | Checking p384 v0.13.0 |
2592 | 2024-10-09T16:45:09.581Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2593 | 2024-10-09T16:45:09.604Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2594 | 2024-10-09T16:45:09.807Z | Checking gethostname v0.5.0 |
2595 | 2024-10-09T16:45:09.899Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2596 | 2024-10-09T16:45:09.923Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2597 | 2024-10-09T16:45:09.994Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2598 | 2024-10-09T16:45:10.199Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2599 | 2024-10-09T16:45:10.261Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2600 | 2024-10-09T16:45:10.457Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2601 | 2024-10-09T16:45:10.618Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2602 | 2024-10-09T16:45:10.791Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2603 | 2024-10-09T16:45:10.809Z | Checking nanorand v0.7.0 |
2604 | 2024-10-09T16:45:10.836Z | Checking atty v0.2.14 |
2605 | 2024-10-09T16:45:10.924Z | Checking glob v0.3.1 |
2606 | 2024-10-09T16:45:10.968Z | Checking http-range v0.1.5 |
2607 | 2024-10-09T16:45:11.149Z | Checking hyper-staticfile v0.10.1 |
2608 | 2024-10-09T16:45:11.167Z | Checking flume v0.11.0 |
2609 | 2024-10-09T16:45:11.252Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2610 | 2024-10-09T16:45:11.684Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2611 | 2024-10-09T16:45:11.884Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2612 | 2024-10-09T16:45:11.906Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2613 | 2024-10-09T16:45:12.316Z | Compiling omicron-zone-package v0.11.1 |
2614 | 2024-10-09T16:45:12.609Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2615 | 2024-10-09T16:45:13.351Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2616 | 2024-10-09T16:45:13.664Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2617 | 2024-10-09T16:45:13.850Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2618 | 2024-10-09T16:45:13.949Z | Checking display-error-chain v0.2.1 |
2619 | 2024-10-09T16:45:15.248Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2620 | 2024-10-09T16:45:16.403Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2621 | 2024-10-09T16:45:17.932Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2622 | 2024-10-09T16:45:17.935Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2623 | 2024-10-09T16:45:28.202Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2624 | 2024-10-09T16:45:40.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.98s |
2625 | 2024-10-09T16:45:40.429Z | |
2626 | 2024-10-09T16:45:40.430Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/164) |
2627 | 2024-10-09T16:45:41.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-10-09T16:45:41.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-10-09T16:45:41.203Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2630 | 2024-10-09T16:45:53.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.84s |
2631 | 2024-10-09T16:45:53.452Z | |
2632 | 2024-10-09T16:45:53.452Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/164) |
2633 | 2024-10-09T16:45:54.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-10-09T16:45:54.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-10-09T16:45:54.214Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2636 | 2024-10-09T16:46:06.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.85s |
2637 | 2024-10-09T16:46:06.491Z | |
2638 | 2024-10-09T16:46:06.491Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/164) |
2639 | 2024-10-09T16:46:07.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-10-09T16:46:07.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-10-09T16:46:07.265Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2642 | 2024-10-09T16:46:19.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s |
2643 | 2024-10-09T16:46:19.643Z | |
2644 | 2024-10-09T16:46:19.643Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/164) |
2645 | 2024-10-09T16:46:20.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-10-09T16:46:20.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-10-09T16:46:20.414Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2648 | 2024-10-09T16:46:32.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s |
2649 | 2024-10-09T16:46:32.793Z | |
2650 | 2024-10-09T16:46:32.793Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/164) |
2651 | 2024-10-09T16:46:33.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-10-09T16:46:33.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-10-09T16:46:33.554Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2654 | 2024-10-09T16:46:45.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s |
2655 | 2024-10-09T16:46:45.870Z | |
2656 | 2024-10-09T16:46:45.870Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/164) |
2657 | 2024-10-09T16:46:46.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-10-09T16:46:46.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-10-09T16:46:46.638Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2660 | 2024-10-09T16:46:58.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.80s |
2661 | 2024-10-09T16:46:58.848Z | |
2662 | 2024-10-09T16:46:58.848Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/164) |
2663 | 2024-10-09T16:46:59.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-10-09T16:46:59.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-10-09T16:46:59.616Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2666 | 2024-10-09T16:47:11.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s |
2667 | 2024-10-09T16:47:11.956Z | |
2668 | 2024-10-09T16:47:11.956Z | info: running `cargo check --bins` on bootstrap-agent-api (89/164) |
2669 | 2024-10-09T16:47:12.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-10-09T16:47:12.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-10-09T16:47:12.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-10-09T16:47:12.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2673 | 2024-10-09T16:47:12.657Z | |
2674 | 2024-10-09T16:47:12.657Z | info: running `cargo check --bins` on sled-agent-types (90/164) |
2675 | 2024-10-09T16:47:13.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-10-09T16:47:13.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-10-09T16:47:13.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-10-09T16:47:13.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2679 | 2024-10-09T16:47:13.356Z | |
2680 | 2024-10-09T16:47:13.356Z | info: running `cargo check --bins` on bootstrap-agent-client (91/164) |
2681 | 2024-10-09T16:47:13.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-10-09T16:47:13.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-10-09T16:47:13.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-10-09T16:47:13.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2685 | 2024-10-09T16:47:14.035Z | |
2686 | 2024-10-09T16:47:14.036Z | info: running `cargo check --bins` on dpd-client (92/164) |
2687 | 2024-10-09T16:47:14.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-10-09T16:47:14.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-10-09T16:47:14.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-10-09T16:47:14.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2691 | 2024-10-09T16:47:14.697Z | |
2692 | 2024-10-09T16:47:14.697Z | info: running `cargo check --bins` on installinator-common (93/164) |
2693 | 2024-10-09T16:47:15.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-10-09T16:47:15.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-10-09T16:47:15.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-10-09T16:47:15.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2697 | 2024-10-09T16:47:15.389Z | |
2698 | 2024-10-09T16:47:15.389Z | info: running `cargo check --bins` on key-manager (94/164) |
2699 | 2024-10-09T16:47:15.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-10-09T16:47:15.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-10-09T16:47:15.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2024-10-09T16:47:15.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2703 | 2024-10-09T16:47:16.062Z | |
2704 | 2024-10-09T16:47:16.062Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/164) |
2705 | 2024-10-09T16:47:16.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2024-10-09T16:47:16.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2024-10-09T16:47:16.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2024-10-09T16:47:16.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2709 | 2024-10-09T16:47:16.742Z | |
2710 | 2024-10-09T16:47:16.742Z | info: running `cargo check --bins` on sled-agent-api (96/164) |
2711 | 2024-10-09T16:47:17.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2024-10-09T16:47:17.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2024-10-09T16:47:17.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2024-10-09T16:47:17.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2715 | 2024-10-09T16:47:17.436Z | |
2716 | 2024-10-09T16:47:17.436Z | info: running `cargo check --bins` on sled-hardware (97/164) |
2717 | 2024-10-09T16:47:18.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2024-10-09T16:47:18.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2024-10-09T16:47:18.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2024-10-09T16:47:18.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2721 | 2024-10-09T16:47:18.113Z | |
2722 | 2024-10-09T16:47:18.113Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/164) |
2723 | 2024-10-09T16:47:18.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2024-10-09T16:47:18.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2024-10-09T16:47:18.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2024-10-09T16:47:18.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2727 | 2024-10-09T16:47:18.798Z | |
2728 | 2024-10-09T16:47:18.798Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/164) |
2729 | 2024-10-09T16:47:19.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2024-10-09T16:47:19.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2024-10-09T16:47:19.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2024-10-09T16:47:19.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2733 | 2024-10-09T16:47:19.480Z | |
2734 | 2024-10-09T16:47:19.480Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/164) |
2735 | 2024-10-09T16:47:20.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2024-10-09T16:47:20.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2024-10-09T16:47:20.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2738 | 2024-10-09T16:47:20.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2739 | 2024-10-09T16:47:20.184Z | |
2740 | 2024-10-09T16:47:20.184Z | info: running `cargo check --bins` on nexus-test-interface (101/164) |
2741 | 2024-10-09T16:47:20.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2024-10-09T16:47:20.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2024-10-09T16:47:20.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2744 | 2024-10-09T16:47:20.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2745 | 2024-10-09T16:47:20.881Z | |
2746 | 2024-10-09T16:47:20.881Z | info: running `cargo check --bins` on oximeter-collector (102/164) |
2747 | 2024-10-09T16:47:21.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2024-10-09T16:47:21.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2024-10-09T16:47:21.597Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2750 | 2024-10-09T16:47:21.597Z | Checking bcs v0.1.6 |
2751 | 2024-10-09T16:47:21.597Z | Compiling async-recursion v1.1.1 |
2752 | 2024-10-09T16:47:21.607Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2753 | 2024-10-09T16:47:21.607Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2754 | 2024-10-09T16:47:22.702Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2755 | 2024-10-09T16:47:25.933Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2756 | 2024-10-09T16:47:27.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s |
2757 | 2024-10-09T16:47:27.783Z | |
2758 | 2024-10-09T16:47:27.783Z | info: running `cargo check --bins` on oximeter-api (103/164) |
2759 | 2024-10-09T16:47:28.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-10-09T16:47:28.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-10-09T16:47:28.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2024-10-09T16:47:28.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2763 | 2024-10-09T16:47:28.454Z | |
2764 | 2024-10-09T16:47:28.454Z | info: running `cargo check --bins` on oximeter-client (104/164) |
2765 | 2024-10-09T16:47:29.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-10-09T16:47:29.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-10-09T16:47:29.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2024-10-09T16:47:29.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2769 | 2024-10-09T16:47:29.115Z | |
2770 | 2024-10-09T16:47:29.115Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/164) |
2771 | 2024-10-09T16:47:29.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-10-09T16:47:29.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-10-09T16:47:29.806Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2774 | 2024-10-09T16:47:30.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2775 | 2024-10-09T16:47:30.537Z | |
2776 | 2024-10-09T16:47:30.537Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/164) |
2777 | 2024-10-09T16:47:31.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-10-09T16:47:31.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-10-09T16:47:31.243Z | Compiling cfg_aliases v0.1.1 |
2780 | 2024-10-09T16:47:31.247Z | Compiling vte_generate_state_changes v0.1.1 |
2781 | 2024-10-09T16:47:31.247Z | Checking fd-lock v4.0.2 |
2782 | 2024-10-09T16:47:31.247Z | Checking bytecount v0.6.8 |
2783 | 2024-10-09T16:47:31.346Z | Compiling tabled_derive v0.7.0 |
2784 | 2024-10-09T16:47:31.363Z | Checking crossterm v0.27.0 |
2785 | 2024-10-09T16:47:31.365Z | Compiling peg-macros v0.8.4 |
2786 | 2024-10-09T16:47:31.365Z | Compiling sqlparser_derive v0.2.2 |
2787 | 2024-10-09T16:47:31.413Z | Compiling nix v0.28.0 |
2788 | 2024-10-09T16:47:31.457Z | Checking papergrid v0.11.0 |
2789 | 2024-10-09T16:47:31.505Z | Checking home v0.5.9 |
2790 | 2024-10-09T16:47:31.645Z | Checking unicode_categories v0.1.1 |
2791 | 2024-10-09T16:47:31.942Z | Checking nu-ansi-term v0.50.0 |
2792 | 2024-10-09T16:47:31.991Z | Checking vte v0.11.1 |
2793 | 2024-10-09T16:47:32.336Z | Checking sqlformat v0.2.6 |
2794 | 2024-10-09T16:47:32.487Z | Checking sqlparser v0.45.0 |
2795 | 2024-10-09T16:47:32.904Z | Checking crossterm v0.28.1 |
2796 | 2024-10-09T16:47:33.343Z | Checking strip-ansi-escapes v0.2.0 |
2797 | 2024-10-09T16:47:33.494Z | Checking reedline v0.33.0 |
2798 | 2024-10-09T16:47:33.869Z | Checking tabled v0.15.0 |
2799 | 2024-10-09T16:47:34.542Z | Checking peg v0.8.4 |
2800 | 2024-10-09T16:47:34.591Z | Checking rustyline v14.0.0 |
2801 | 2024-10-09T16:47:38.977Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2802 | 2024-10-09T16:47:44.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
2803 | 2024-10-09T16:47:44.697Z | |
2804 | 2024-10-09T16:47:44.697Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/164) |
2805 | 2024-10-09T16:47:45.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-10-09T16:47:45.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-10-09T16:47:45.393Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2808 | 2024-10-09T16:47:51.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s |
2809 | 2024-10-09T16:47:51.239Z | |
2810 | 2024-10-09T16:47:51.239Z | info: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/164) |
2811 | 2024-10-09T16:47:51.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-10-09T16:47:51.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-10-09T16:47:51.930Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2814 | 2024-10-09T16:47:56.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s |
2815 | 2024-10-09T16:47:56.421Z | |
2816 | 2024-10-09T16:47:56.421Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/164) |
2817 | 2024-10-09T16:47:57.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-10-09T16:47:57.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-10-09T16:47:57.102Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2820 | 2024-10-09T16:48:02.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
2821 | 2024-10-09T16:48:02.316Z | |
2822 | 2024-10-09T16:48:02.316Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/164) |
2823 | 2024-10-09T16:48:02.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-10-09T16:48:02.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-10-09T16:48:03.019Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2826 | 2024-10-09T16:48:08.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
2827 | 2024-10-09T16:48:08.639Z | |
2828 | 2024-10-09T16:48:08.639Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/164) |
2829 | 2024-10-09T16:48:09.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-10-09T16:48:09.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-10-09T16:48:09.336Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2832 | 2024-10-09T16:48:13.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
2833 | 2024-10-09T16:48:13.664Z | |
2834 | 2024-10-09T16:48:13.664Z | info: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/164) |
2835 | 2024-10-09T16:48:14.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-10-09T16:48:14.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-10-09T16:48:14.359Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2838 | 2024-10-09T16:48:18.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
2839 | 2024-10-09T16:48:19.050Z | |
2840 | 2024-10-09T16:48:19.050Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/164) |
2841 | 2024-10-09T16:48:19.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-10-09T16:48:19.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-10-09T16:48:19.747Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2844 | 2024-10-09T16:48:25.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
2845 | 2024-10-09T16:48:25.192Z | |
2846 | 2024-10-09T16:48:25.192Z | info: running `cargo check --bins` on oximeter-test-utils (114/164) |
2847 | 2024-10-09T16:48:25.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-10-09T16:48:25.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-10-09T16:48:25.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-10-09T16:48:25.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2851 | 2024-10-09T16:48:25.881Z | |
2852 | 2024-10-09T16:48:25.881Z | info: running `cargo check --bins` on clickhouse-admin-client (115/164) |
2853 | 2024-10-09T16:48:26.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-10-09T16:48:26.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-10-09T16:48:26.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-10-09T16:48:26.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2857 | 2024-10-09T16:48:26.553Z | |
2858 | 2024-10-09T16:48:26.553Z | info: running `cargo check --bins` on cockroach-admin-client (116/164) |
2859 | 2024-10-09T16:48:27.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-10-09T16:48:27.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-10-09T16:48:27.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-10-09T16:48:27.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2863 | 2024-10-09T16:48:27.196Z | |
2864 | 2024-10-09T16:48:27.196Z | info: running `cargo check --bins` on installinator-client (117/164) |
2865 | 2024-10-09T16:48:27.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-10-09T16:48:27.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-10-09T16:48:27.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-10-09T16:48:27.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2869 | 2024-10-09T16:48:27.876Z | |
2870 | 2024-10-09T16:48:27.876Z | info: running `cargo check --bins` on oxide-client (118/164) |
2871 | 2024-10-09T16:48:28.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-10-09T16:48:28.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-10-09T16:48:28.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-10-09T16:48:28.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2875 | 2024-10-09T16:48:28.522Z | |
2876 | 2024-10-09T16:48:28.522Z | info: running `cargo check --bins` on wicketd-client (119/164) |
2877 | 2024-10-09T16:48:29.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-10-09T16:48:29.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-10-09T16:48:29.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-10-09T16:48:29.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2881 | 2024-10-09T16:48:29.231Z | |
2882 | 2024-10-09T16:48:29.231Z | info: running `cargo check --bins` on wicket-common (120/164) |
2883 | 2024-10-09T16:48:29.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-10-09T16:48:29.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-10-09T16:48:29.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-10-09T16:48:29.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2887 | 2024-10-09T16:48:29.918Z | |
2888 | 2024-10-09T16:48:29.918Z | info: running `cargo check --bins` on omicron-cockroach-admin (121/164) |
2889 | 2024-10-09T16:48:30.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-10-09T16:48:30.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-10-09T16:48:30.602Z | Checking csv-core v0.1.11 |
2892 | 2024-10-09T16:48:30.604Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2893 | 2024-10-09T16:48:30.899Z | Checking csv v1.3.0 |
2894 | 2024-10-09T16:48:31.411Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2895 | 2024-10-09T16:48:31.744Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2896 | 2024-10-09T16:48:32.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
2897 | 2024-10-09T16:48:33.092Z | |
2898 | 2024-10-09T16:48:33.092Z | info: running `cargo check --bins` on cockroach-admin-api (122/164) |
2899 | 2024-10-09T16:48:33.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2024-10-09T16:48:33.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2024-10-09T16:48:33.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2902 | 2024-10-09T16:48:33.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2903 | 2024-10-09T16:48:33.761Z | |
2904 | 2024-10-09T16:48:33.761Z | info: running `cargo check --bins` on cockroach-admin-types (123/164) |
2905 | 2024-10-09T16:48:34.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2024-10-09T16:48:34.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2024-10-09T16:48:34.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2908 | 2024-10-09T16:48:34.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2909 | 2024-10-09T16:48:34.437Z | |
2910 | 2024-10-09T16:48:34.437Z | info: running `cargo check --bins` on cert-dev (124/164) |
2911 | 2024-10-09T16:48:35.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2024-10-09T16:48:35.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2024-10-09T16:48:35.068Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2914 | 2024-10-09T16:48:35.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2915 | 2024-10-09T16:48:35.471Z | |
2916 | 2024-10-09T16:48:35.471Z | info: running `cargo check --bins` on ch-dev (125/164) |
2917 | 2024-10-09T16:48:36.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2024-10-09T16:48:36.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2024-10-09T16:48:36.158Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2920 | 2024-10-09T16:48:36.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2921 | 2024-10-09T16:48:37.022Z | |
2922 | 2024-10-09T16:48:37.023Z | info: running `cargo check --bins` on crdb-seed (126/164) |
2923 | 2024-10-09T16:48:37.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2024-10-09T16:48:37.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2024-10-09T16:48:37.710Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2926 | 2024-10-09T16:48:38.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
2927 | 2024-10-09T16:48:38.201Z | |
2928 | 2024-10-09T16:48:38.201Z | info: running `cargo check --bins` on db-dev (127/164) |
2929 | 2024-10-09T16:48:38.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2024-10-09T16:48:38.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2024-10-09T16:48:38.888Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2932 | 2024-10-09T16:48:39.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
2933 | 2024-10-09T16:48:39.759Z | |
2934 | 2024-10-09T16:48:39.759Z | info: running `cargo check --bins` on omicron-dev-lib (128/164) |
2935 | 2024-10-09T16:48:40.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2024-10-09T16:48:40.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2024-10-09T16:48:40.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2024-10-09T16:48:40.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2939 | 2024-10-09T16:48:40.436Z | |
2940 | 2024-10-09T16:48:40.436Z | info: running `cargo check --bins` on xtask-downloader (129/164) |
2941 | 2024-10-09T16:48:41.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2024-10-09T16:48:41.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2024-10-09T16:48:41.073Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2944 | 2024-10-09T16:48:41.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
2945 | 2024-10-09T16:48:42.058Z | |
2946 | 2024-10-09T16:48:42.058Z | info: running `cargo check --bins` on omicron-ls-apis (130/164) |
2947 | 2024-10-09T16:48:42.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2024-10-09T16:48:42.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2024-10-09T16:48:42.699Z | Checking cargo-platform v0.1.8 |
2950 | 2024-10-09T16:48:42.960Z | Checking cargo_metadata v0.18.1 |
2951 | 2024-10-09T16:48:43.907Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2952 | 2024-10-09T16:48:44.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
2953 | 2024-10-09T16:48:44.776Z | |
2954 | 2024-10-09T16:48:44.776Z | info: running `cargo check --bins` on mgs-dev (131/164) |
2955 | 2024-10-09T16:48:45.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2024-10-09T16:48:45.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2024-10-09T16:48:45.520Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2958 | 2024-10-09T16:48:46.168Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2959 | 2024-10-09T16:48:46.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
2960 | 2024-10-09T16:48:46.834Z | |
2961 | 2024-10-09T16:48:46.834Z | info: running `cargo check --bins` on omicron-omdb (132/164) |
2962 | 2024-10-09T16:48:47.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-10-09T16:48:47.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-10-09T16:48:47.657Z | Compiling glob v0.3.1 |
2965 | 2024-10-09T16:48:47.657Z | Compiling crunchy v0.2.2 |
2966 | 2024-10-09T16:48:47.660Z | Compiling tiny-keccak v2.0.2 |
2967 | 2024-10-09T16:48:47.660Z | Compiling dsl_auto_type v0.1.2 |
2968 | 2024-10-09T16:48:47.660Z | Checking scheduled-thread-pool v0.2.7 |
2969 | 2024-10-09T16:48:47.764Z | Compiling diesel_table_macro_syntax v0.2.0 |
2970 | 2024-10-09T16:48:47.809Z | Compiling ascii-canvas v3.0.0 |
2971 | 2024-10-09T16:48:47.823Z | Compiling ena v0.14.3 |
2972 | 2024-10-09T16:48:48.001Z | Checking r2d2 v0.8.10 |
2973 | 2024-10-09T16:48:48.086Z | Compiling libloading v0.8.3 |
2974 | 2024-10-09T16:48:48.208Z | Compiling diff v0.1.13 |
2975 | 2024-10-09T16:48:48.226Z | Compiling bindgen v0.69.4 |
2976 | 2024-10-09T16:48:48.299Z | Compiling regex-syntax v0.6.29 |
2977 | 2024-10-09T16:48:48.389Z | Compiling which v4.4.2 |
2978 | 2024-10-09T16:48:48.486Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2979 | 2024-10-09T16:48:48.711Z | Compiling clang-sys v1.7.0 |
2980 | 2024-10-09T16:48:48.732Z | Compiling cexpr v0.6.0 |
2981 | 2024-10-09T16:48:48.900Z | Compiling rustc-hash v1.1.0 |
2982 | 2024-10-09T16:48:49.008Z | Compiling lazycell v1.3.0 |
2983 | 2024-10-09T16:48:49.032Z | Compiling ref-cast v1.0.23 |
2984 | 2024-10-09T16:48:49.050Z | Compiling shlex v1.3.0 |
2985 | 2024-10-09T16:48:49.066Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2986 | 2024-10-09T16:48:49.185Z | Compiling derive_builder_core v0.20.0 |
2987 | 2024-10-09T16:48:49.355Z | Compiling libxml v0.3.3 |
2988 | 2024-10-09T16:48:49.415Z | Compiling diesel_derives v2.2.2 |
2989 | 2024-10-09T16:48:49.451Z | Compiling ref-cast-impl v1.0.23 |
2990 | 2024-10-09T16:48:49.651Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2991 | 2024-10-09T16:48:49.799Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2992 | 2024-10-09T16:48:50.138Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2993 | 2024-10-09T16:48:50.448Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2994 | 2024-10-09T16:48:50.466Z | Compiling strum_macros v0.24.3 |
2995 | 2024-10-09T16:48:50.775Z | Compiling dropshot v0.10.1 |
2996 | 2024-10-09T16:48:50.845Z | Compiling indoc v1.0.9 |
2997 | 2024-10-09T16:48:51.630Z | Compiling lalrpop v0.19.12 |
2998 | 2024-10-09T16:48:51.880Z | Compiling derive_builder_macro v0.20.0 |
2999 | 2024-10-09T16:48:52.812Z | Checking derive_builder v0.20.0 |
3000 | 2024-10-09T16:48:53.053Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3001 | 2024-10-09T16:48:53.268Z | Compiling dropshot_endpoint v0.10.1 |
3002 | 2024-10-09T16:48:53.369Z | Compiling oso-derive v0.27.3 |
3003 | 2024-10-09T16:48:54.183Z | Compiling impl-trait-for-tuples v0.2.2 |
3004 | 2024-10-09T16:48:54.203Z | Checking quick-xml v0.33.0 |
3005 | 2024-10-09T16:48:54.415Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
3006 | 2024-10-09T16:48:54.749Z | Checking maplit v1.0.2 |
3007 | 2024-10-09T16:48:54.977Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3008 | 2024-10-09T16:48:56.336Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3009 | 2024-10-09T16:48:56.656Z | Checking bb8 v0.8.5 |
3010 | 2024-10-09T16:48:56.674Z | Compiling const_format_proc_macros v0.2.33 |
3011 | 2024-10-09T16:48:57.163Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3012 | 2024-10-09T16:48:57.465Z | Checking castaway v0.2.3 |
3013 | 2024-10-09T16:48:57.623Z | Checking compact_str v0.8.0 |
3014 | 2024-10-09T16:48:58.593Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3015 | 2024-10-09T16:48:58.896Z | Checking unicode-truncate v1.0.0 |
3016 | 2024-10-09T16:48:58.957Z | Checking const_format v0.2.33 |
3017 | 2024-10-09T16:48:59.141Z | Checking lru v0.12.3 |
3018 | 2024-10-09T16:48:59.324Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
3019 | 2024-10-09T16:48:59.469Z | Compiling instability v0.3.2 |
3020 | 2024-10-09T16:48:59.472Z | Checking cassowary v0.3.0 |
3021 | 2024-10-09T16:48:59.896Z | Checking is_ci v1.2.0 |
3022 | 2024-10-09T16:49:00.042Z | Checking unicode-linebreak v0.1.5 |
3023 | 2024-10-09T16:49:00.481Z | Checking smawk v0.3.2 |
3024 | 2024-10-09T16:49:00.548Z | Checking ratatui v0.28.0 |
3025 | 2024-10-09T16:49:00.694Z | Checking textwrap v0.16.1 |
3026 | 2024-10-09T16:49:01.092Z | Checking supports-color v3.0.1 |
3027 | 2024-10-09T16:49:01.317Z | Checking multimap v0.10.0 |
3028 | 2024-10-09T16:49:02.241Z | Checking diesel v2.2.4 |
3029 | 2024-10-09T16:49:21.747Z | Compiling samael v0.0.17 |
3030 | 2024-10-09T16:49:37.090Z | Compiling polar-core v0.27.3 |
3031 | 2024-10-09T16:49:37.938Z | Checking async-bb8-diesel v0.2.1 |
3032 | 2024-10-09T16:49:43.992Z | Checking oso v0.27.3 |
3033 | 2024-10-09T16:50:45.972Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3034 | 2024-10-09T16:50:51.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
3035 | 2024-10-09T16:50:51.712Z | |
3036 | 2024-10-09T16:50:51.712Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (133/164) |
3037 | 2024-10-09T16:50:52.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-10-09T16:50:52.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-10-09T16:50:52.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-10-09T16:50:52.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3041 | 2024-10-09T16:50:52.438Z | |
3042 | 2024-10-09T16:50:52.439Z | info: running `cargo check --bins` on nexus-saga-recovery (134/164) |
3043 | 2024-10-09T16:50:53.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-10-09T16:50:53.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-10-09T16:50:53.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2024-10-09T16:50:53.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3047 | 2024-10-09T16:50:53.153Z | |
3048 | 2024-10-09T16:50:53.153Z | info: running `cargo check --bins` on nexus-test-utils-macros (135/164) |
3049 | 2024-10-09T16:50:53.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-10-09T16:50:53.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-10-09T16:50:53.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2024-10-09T16:50:53.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3053 | 2024-10-09T16:50:53.795Z | |
3054 | 2024-10-09T16:50:53.795Z | info: running `cargo check --bins` on omicron-nexus (136/164) |
3055 | 2024-10-09T16:50:54.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-10-09T16:50:54.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-10-09T16:50:54.638Z | Compiling libz-sys v1.1.16 |
3058 | 2024-10-09T16:50:54.747Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3059 | 2024-10-09T16:50:54.760Z | Compiling vergen v8.3.2 |
3060 | 2024-10-09T16:50:54.760Z | Compiling cargo-platform v0.1.8 |
3061 | 2024-10-09T16:50:54.763Z | Compiling pin-project-internal v1.1.5 |
3062 | 2024-10-09T16:50:54.795Z | Compiling snafu-derive v0.8.2 |
3063 | 2024-10-09T16:50:54.795Z | Compiling libsqlite3-sys v0.30.1 |
3064 | 2024-10-09T16:50:54.798Z | Compiling rustls v0.21.12 |
3065 | 2024-10-09T16:50:55.068Z | Compiling cargo_metadata v0.18.1 |
3066 | 2024-10-09T16:50:55.087Z | Compiling buf-list v1.0.3 |
3067 | 2024-10-09T16:50:55.317Z | Compiling cfg_aliases v0.2.1 |
3068 | 2024-10-09T16:50:55.357Z | Checking sync_wrapper v0.1.2 |
3069 | 2024-10-09T16:50:55.429Z | Compiling nix v0.29.0 |
3070 | 2024-10-09T16:50:55.494Z | Checking reqwest v0.11.27 |
3071 | 2024-10-09T16:50:55.773Z | Checking globset v0.4.14 |
3072 | 2024-10-09T16:50:55.817Z | Checking rustls-webpki v0.101.7 |
3073 | 2024-10-09T16:50:56.276Z | Checking sct v0.7.1 |
3074 | 2024-10-09T16:50:56.356Z | Checking olpc-cjson v0.1.3 |
3075 | 2024-10-09T16:50:56.491Z | Checking rand_seeder v0.3.0 |
3076 | 2024-10-09T16:50:56.505Z | Checking serde_plain v1.0.2 |
3077 | 2024-10-09T16:50:56.547Z | Checking typed-path v0.7.1 |
3078 | 2024-10-09T16:50:56.715Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3079 | 2024-10-09T16:50:57.059Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3080 | 2024-10-09T16:50:57.361Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3081 | 2024-10-09T16:50:57.378Z | Checking hashlink v0.9.1 |
3082 | 2024-10-09T16:50:57.644Z | Checking fallible-streaming-iterator v0.1.9 |
3083 | 2024-10-09T16:50:57.887Z | Checking pin-project v1.1.5 |
3084 | 2024-10-09T16:50:57.905Z | Checking parse-size v1.0.0 |
3085 | 2024-10-09T16:50:58.014Z | Checking fallible-iterator v0.3.0 |
3086 | 2024-10-09T16:50:58.110Z | Checking clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
3087 | 2024-10-09T16:50:58.128Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3088 | 2024-10-09T16:50:58.654Z | Checking rusqlite v0.32.1 |
3089 | 2024-10-09T16:50:58.686Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3090 | 2024-10-09T16:50:58.857Z | Checking rustls-pemfile v1.0.4 |
3091 | 2024-10-09T16:50:59.037Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3092 | 2024-10-09T16:50:59.075Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3093 | 2024-10-09T16:50:59.343Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3094 | 2024-10-09T16:50:59.482Z | Checking twox-hash v1.6.3 |
3095 | 2024-10-09T16:50:59.719Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3096 | 2024-10-09T16:50:59.783Z | Checking tokio-rustls v0.24.1 |
3097 | 2024-10-09T16:50:59.994Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3098 | 2024-10-09T16:51:00.126Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3099 | 2024-10-09T16:51:00.164Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3100 | 2024-10-09T16:51:00.208Z | Checking snafu v0.8.2 |
3101 | 2024-10-09T16:51:00.612Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3102 | 2024-10-09T16:51:00.665Z | Checking tough v0.17.1 |
3103 | 2024-10-09T16:51:00.844Z | Checking fatfs v0.3.6 |
3104 | 2024-10-09T16:51:01.385Z | Checking assert_matches v1.5.0 |
3105 | 2024-10-09T16:51:04.894Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3106 | 2024-10-09T16:51:06.232Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3107 | 2024-10-09T16:51:07.338Z | Compiling git2 v0.19.0 |
3108 | 2024-10-09T16:51:12.071Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3109 | 2024-10-09T16:52:04.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3110 | 2024-10-09T16:52:04.375Z | |
3111 | 2024-10-09T16:52:04.375Z | info: running `cargo check --bins` on nexus-external-api (137/164) |
3112 | 2024-10-09T16:52:05.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-10-09T16:52:05.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-10-09T16:52:05.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2024-10-09T16:52:05.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3116 | 2024-10-09T16:52:05.088Z | |
3117 | 2024-10-09T16:52:05.089Z | info: running `cargo check --bins` on openapi-manager-types (138/164) |
3118 | 2024-10-09T16:52:05.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-10-09T16:52:05.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-10-09T16:52:05.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3121 | 2024-10-09T16:52:05.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3122 | 2024-10-09T16:52:05.732Z | |
3123 | 2024-10-09T16:52:05.732Z | info: running `cargo check --bins` on nexus-internal-api (139/164) |
3124 | 2024-10-09T16:52:06.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-10-09T16:52:06.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-10-09T16:52:06.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3127 | 2024-10-09T16:52:06.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3128 | 2024-10-09T16:52:06.424Z | |
3129 | 2024-10-09T16:52:06.424Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (140/164) |
3130 | 2024-10-09T16:52:07.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-10-09T16:52:07.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-10-09T16:52:07.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3133 | 2024-10-09T16:52:07.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3134 | 2024-10-09T16:52:07.147Z | |
3135 | 2024-10-09T16:52:07.147Z | info: running `cargo check --bins` on nexus-networking (141/164) |
3136 | 2024-10-09T16:52:07.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2024-10-09T16:52:07.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2024-10-09T16:52:07.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3139 | 2024-10-09T16:52:07.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3140 | 2024-10-09T16:52:07.867Z | |
3141 | 2024-10-09T16:52:07.867Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (142/164) |
3142 | 2024-10-09T16:52:08.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2024-10-09T16:52:08.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2024-10-09T16:52:08.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3145 | 2024-10-09T16:52:08.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3146 | 2024-10-09T16:52:08.594Z | |
3147 | 2024-10-09T16:52:08.594Z | info: running `cargo check --bins` on update-common (143/164) |
3148 | 2024-10-09T16:52:09.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-10-09T16:52:09.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-10-09T16:52:09.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3151 | 2024-10-09T16:52:09.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3152 | 2024-10-09T16:52:09.286Z | |
3153 | 2024-10-09T16:52:09.286Z | info: running `cargo check --bins` on tufaceous-lib (144/164) |
3154 | 2024-10-09T16:52:09.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-10-09T16:52:09.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-10-09T16:52:09.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3157 | 2024-10-09T16:52:09.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3158 | 2024-10-09T16:52:09.978Z | |
3159 | 2024-10-09T16:52:09.978Z | info: running `cargo check --bins` on tufaceous (145/164) |
3160 | 2024-10-09T16:52:10.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-10-09T16:52:10.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-10-09T16:52:10.686Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3163 | 2024-10-09T16:52:11.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3164 | 2024-10-09T16:52:11.775Z | |
3165 | 2024-10-09T16:52:11.775Z | info: running `cargo check --bins` on omicron-dev (146/164) |
3166 | 2024-10-09T16:52:12.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-10-09T16:52:12.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-10-09T16:52:12.660Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3169 | 2024-10-09T16:52:12.660Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3170 | 2024-10-09T16:52:12.663Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3171 | 2024-10-09T16:52:14.028Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3172 | 2024-10-09T16:52:16.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
3173 | 2024-10-09T16:52:16.715Z | |
3174 | 2024-10-09T16:52:16.715Z | info: running `cargo check --bins` on openapi-manager (147/164) |
3175 | 2024-10-09T16:52:17.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2024-10-09T16:52:17.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2024-10-09T16:52:17.451Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3178 | 2024-10-09T16:52:17.451Z | Checking heck v0.4.1 |
3179 | 2024-10-09T16:52:17.454Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3180 | 2024-10-09T16:52:18.991Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3181 | 2024-10-09T16:52:19.031Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3182 | 2024-10-09T16:52:19.846Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3183 | 2024-10-09T16:52:20.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
3184 | 2024-10-09T16:52:21.025Z | |
3185 | 2024-10-09T16:52:21.025Z | info: running `cargo check --bins` on installinator-api (148/164) |
3186 | 2024-10-09T16:52:21.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2024-10-09T16:52:21.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2024-10-09T16:52:21.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3189 | 2024-10-09T16:52:21.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3190 | 2024-10-09T16:52:21.707Z | |
3191 | 2024-10-09T16:52:21.707Z | info: running `cargo check --bins` on wicketd-api (149/164) |
3192 | 2024-10-09T16:52:22.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2024-10-09T16:52:22.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2024-10-09T16:52:22.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3195 | 2024-10-09T16:52:22.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3196 | 2024-10-09T16:52:22.395Z | |
3197 | 2024-10-09T16:52:22.395Z | info: running `cargo check --bins` on reconfigurator-cli (150/164) |
3198 | 2024-10-09T16:52:23.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2024-10-09T16:52:23.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2024-10-09T16:52:23.157Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3201 | 2024-10-09T16:52:24.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3202 | 2024-10-09T16:52:24.578Z | |
3203 | 2024-10-09T16:52:24.578Z | info: running `cargo check --bins` on omicron-releng (151/164) |
3204 | 2024-10-09T16:52:25.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-10-09T16:52:25.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-10-09T16:52:25.281Z | Checking memmap2 v0.9.4 |
3207 | 2024-10-09T16:52:25.281Z | Checking spin v0.5.2 |
3208 | 2024-10-09T16:52:25.281Z | Checking constant_time_eq v0.3.0 |
3209 | 2024-10-09T16:52:25.281Z | Checking arrayvec v0.7.4 |
3210 | 2024-10-09T16:52:25.284Z | Checking arrayref v0.3.7 |
3211 | 2024-10-09T16:52:25.284Z | Checking untrusted v0.7.1 |
3212 | 2024-10-09T16:52:25.387Z | Checking topological-sort v0.2.2 |
3213 | 2024-10-09T16:52:25.406Z | Checking shell-words v1.1.0 |
3214 | 2024-10-09T16:52:25.598Z | Checking ring v0.16.20 |
3215 | 2024-10-09T16:52:25.681Z | Checking blake3 v1.5.1 |
3216 | 2024-10-09T16:52:26.713Z | Checking omicron-zone-package v0.11.1 |
3217 | 2024-10-09T16:52:27.810Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3218 | 2024-10-09T16:52:28.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
3219 | 2024-10-09T16:52:28.831Z | |
3220 | 2024-10-09T16:52:28.831Z | info: running `cargo check --bins` on xtask (152/164) |
3221 | 2024-10-09T16:52:29.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-10-09T16:52:29.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-10-09T16:52:29.325Z | Checking bitflags v2.6.0 |
3224 | 2024-10-09T16:52:29.327Z | Checking serde v1.0.210 |
3225 | 2024-10-09T16:52:29.327Z | Checking thiserror v1.0.64 |
3226 | 2024-10-09T16:52:29.416Z | Checking scroll v0.12.0 |
3227 | 2024-10-09T16:52:29.418Z | Checking log v0.4.22 |
3228 | 2024-10-09T16:52:29.425Z | Checking hashbrown v0.14.5 |
3229 | 2024-10-09T16:52:29.427Z | Checking zerocopy v0.7.34 |
3230 | 2024-10-09T16:52:29.452Z | Checking syn v2.0.79 |
3231 | 2024-10-09T16:52:29.504Z | Checking pest v2.7.10 |
3232 | 2024-10-09T16:52:29.636Z | Checking rustix v0.38.34 |
3233 | 2024-10-09T16:52:29.673Z | Checking fs-err v2.11.0 |
3234 | 2024-10-09T16:52:29.876Z | Checking goblin v0.8.2 |
3235 | 2024-10-09T16:52:29.974Z | Checking anyhow v1.0.89 |
3236 | 2024-10-09T16:52:30.334Z | Checking tabled v0.15.0 |
3237 | 2024-10-09T16:52:30.523Z | Checking indexmap v2.5.0 |
3238 | 2024-10-09T16:52:31.609Z | Checking terminal_size v0.3.0 |
3239 | 2024-10-09T16:52:31.612Z | Checking tempfile v3.10.1 |
3240 | 2024-10-09T16:52:31.770Z | Checking clap_builder v4.5.18 |
3241 | 2024-10-09T16:52:31.990Z | Checking dtrace-parser v0.2.0 |
3242 | 2024-10-09T16:52:33.498Z | Checking serde_json v1.0.128 |
3243 | 2024-10-09T16:52:33.498Z | Checking serde_spanned v0.6.7 |
3244 | 2024-10-09T16:52:33.498Z | Checking toml_datetime v0.6.8 |
3245 | 2024-10-09T16:52:33.501Z | Checking camino v1.1.9 |
3246 | 2024-10-09T16:52:33.501Z | Checking semver v1.0.23 |
3247 | 2024-10-09T16:52:33.714Z | Checking cargo-platform v0.1.8 |
3248 | 2024-10-09T16:52:33.787Z | Checking macaddr v1.0.1 |
3249 | 2024-10-09T16:52:33.802Z | Checking toml_edit v0.22.22 |
3250 | 2024-10-09T16:52:34.055Z | Checking camino-tempfile v1.1.1 |
3251 | 2024-10-09T16:52:34.298Z | Checking clap v4.5.18 |
3252 | 2024-10-09T16:52:34.684Z | Checking dof v0.3.0 |
3253 | 2024-10-09T16:52:34.685Z | Checking cargo_metadata v0.18.1 |
3254 | 2024-10-09T16:52:35.100Z | Checking usdt-impl v0.5.0 |
3255 | 2024-10-09T16:52:35.458Z | Checking usdt v0.5.0 |
3256 | 2024-10-09T16:52:35.544Z | Checking toml v0.8.19 |
3257 | 2024-10-09T16:52:35.996Z | Checking cargo_toml v0.20.5 |
3258 | 2024-10-09T16:52:37.230Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3259 | 2024-10-09T16:52:37.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.00s |
3260 | 2024-10-09T16:52:37.937Z | |
3261 | 2024-10-09T16:52:37.937Z | info: running `cargo check --bins` on end-to-end-tests (153/164) |
3262 | 2024-10-09T16:52:38.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2024-10-09T16:52:38.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2024-10-09T16:52:38.731Z | Checking polyval v0.6.2 |
3265 | 2024-10-09T16:52:38.836Z | Checking ctr v0.9.2 |
3266 | 2024-10-09T16:52:38.847Z | Checking ssh-encoding v0.2.0 |
3267 | 2024-10-09T16:52:38.847Z | Checking blowfish v0.9.1 |
3268 | 2024-10-09T16:52:38.870Z | Checking password-hash v0.4.2 |
3269 | 2024-10-09T16:52:38.872Z | Checking matches v0.1.10 |
3270 | 2024-10-09T16:52:38.898Z | Checking p521 v0.13.3 |
3271 | 2024-10-09T16:52:38.902Z | Checking p256 v0.13.2 |
3272 | 2024-10-09T16:52:38.973Z | Checking idna v0.2.3 |
3273 | 2024-10-09T16:52:39.049Z | Checking bcrypt-pbkdf v0.10.0 |
3274 | 2024-10-09T16:52:39.069Z | Checking ghash v0.5.1 |
3275 | 2024-10-09T16:52:39.085Z | Compiling enum-as-inner v0.5.1 |
3276 | 2024-10-09T16:52:39.165Z | Checking russh-cryptovec v0.7.2 |
3277 | 2024-10-09T16:52:39.227Z | Checking aes-gcm v0.10.3 |
3278 | 2024-10-09T16:52:39.283Z | Checking pbkdf2 v0.11.0 |
3279 | 2024-10-09T16:52:39.300Z | Checking md5 v0.7.0 |
3280 | 2024-10-09T16:52:39.357Z | Checking num-bigint v0.4.5 |
3281 | 2024-10-09T16:52:39.396Z | Checking des v0.8.1 |
3282 | 2024-10-09T16:52:39.479Z | Checking ssh-cipher v0.2.0 |
3283 | 2024-10-09T16:52:39.552Z | Checking hex-literal v0.4.1 |
3284 | 2024-10-09T16:52:39.570Z | Compiling dhcproto-macros v0.1.0 |
3285 | 2024-10-09T16:52:39.654Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3286 | 2024-10-09T16:52:39.684Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3287 | 2024-10-09T16:52:39.755Z | Checking ssh-key v0.6.6 |
3288 | 2024-10-09T16:52:39.800Z | Checking internet-checksum v0.2.1 |
3289 | 2024-10-09T16:52:40.116Z | Checking trust-dns-proto v0.22.0 |
3290 | 2024-10-09T16:52:41.039Z | Checking russh-keys v0.45.0 |
3291 | 2024-10-09T16:52:41.962Z | Checking russh v0.45.0 |
3292 | 2024-10-09T16:52:42.645Z | Checking dhcproto v0.12.0 |
3293 | 2024-10-09T16:52:58.911Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3294 | 2024-10-09T16:53:00.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.23s |
3295 | 2024-10-09T16:53:00.376Z | |
3296 | 2024-10-09T16:53:00.376Z | info: running `cargo check --bins` on gateway-cli (154/164) |
3297 | 2024-10-09T16:53:00.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-10-09T16:53:00.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-10-09T16:53:01.067Z | Checking termios v0.3.3 |
3300 | 2024-10-09T16:53:01.272Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3301 | 2024-10-09T16:53:02.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3302 | 2024-10-09T16:53:02.191Z | |
3303 | 2024-10-09T16:53:02.191Z | info: running `cargo check --bins --no-default-features` on installinator (155/164) |
3304 | 2024-10-09T16:53:02.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2024-10-09T16:53:02.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2024-10-09T16:53:02.913Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3307 | 2024-10-09T16:53:04.875Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3308 | 2024-10-09T16:53:06.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
3309 | 2024-10-09T16:53:06.838Z | |
3310 | 2024-10-09T16:53:06.838Z | info: running `cargo check --bins` on internal-dns-cli (156/164) |
3311 | 2024-10-09T16:53:07.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2024-10-09T16:53:07.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2024-10-09T16:53:07.623Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3314 | 2024-10-09T16:53:07.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3315 | 2024-10-09T16:53:08.121Z | |
3316 | 2024-10-09T16:53:08.122Z | info: running `cargo check --bins` on omicron-live-tests (157/164) |
3317 | 2024-10-09T16:53:08.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-10-09T16:53:08.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-10-09T16:53:08.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2024-10-09T16:53:08.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3321 | 2024-10-09T16:53:08.757Z | |
3322 | 2024-10-09T16:53:08.757Z | info: running `cargo check --bins` on live-tests-macros (158/164) |
3323 | 2024-10-09T16:53:09.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-10-09T16:53:09.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-10-09T16:53:09.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2024-10-09T16:53:09.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3327 | 2024-10-09T16:53:09.412Z | |
3328 | 2024-10-09T16:53:09.412Z | info: running `cargo check --bins` on omicron-package (159/164) |
3329 | 2024-10-09T16:53:10.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-10-09T16:53:10.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-10-09T16:53:10.448Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3332 | 2024-10-09T16:53:11.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
3333 | 2024-10-09T16:53:11.512Z | |
3334 | 2024-10-09T16:53:11.512Z | info: running `cargo check --bins` on wicket-dbg (160/164) |
3335 | 2024-10-09T16:53:15.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2024-10-09T16:53:15.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2024-10-09T16:53:15.509Z | Checking rtoolbox v0.0.2 |
3338 | 2024-10-09T16:53:15.509Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3339 | 2024-10-09T16:53:15.510Z | Checking tui-tree-widget v0.22.0 |
3340 | 2024-10-09T16:53:15.510Z | Checking rpassword v7.3.1 |
3341 | 2024-10-09T16:53:16.510Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3342 | 2024-10-09T16:53:19.462Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3343 | 2024-10-09T16:53:20.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s |
3344 | 2024-10-09T16:53:20.750Z | |
3345 | 2024-10-09T16:53:20.750Z | info: running `cargo check --bins` on wicket (161/164) |
3346 | 2024-10-09T16:53:21.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3347 | 2024-10-09T16:53:21.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3348 | 2024-10-09T16:53:21.481Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3349 | 2024-10-09T16:53:21.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3350 | 2024-10-09T16:53:22.049Z | |
3351 | 2024-10-09T16:53:22.049Z | info: running `cargo check --bins` on wicketd (162/164) |
3352 | 2024-10-09T16:53:22.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3353 | 2024-10-09T16:53:22.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3354 | 2024-10-09T16:53:22.797Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3355 | 2024-10-09T16:53:28.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
3356 | 2024-10-09T16:53:28.333Z | |
3357 | 2024-10-09T16:53:28.333Z | info: running `cargo check --bins` on omicron-workspace-hack (163/164) |
3358 | 2024-10-09T16:53:28.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3359 | 2024-10-09T16:53:28.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3360 | 2024-10-09T16:53:28.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3361 | 2024-10-09T16:53:28.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3362 | 2024-10-09T16:53:28.333Z | |
3363 | 2024-10-09T16:53:28.333Z | info: running `cargo check --bins` on zone-setup (164/164) |
3364 | 2024-10-09T16:53:28.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3365 | 2024-10-09T16:53:28.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3366 | 2024-10-09T16:53:28.333Z | Checking uzers v0.11.3 |
3367 | 2024-10-09T16:53:28.495Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3368 | 2024-10-09T16:53:29.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3369 | 2024-10-09T16:53:29.728Z | |
3370 | 2024-10-09T16:53:29.728Z | real 11:34.031905322 |
3371 | 2024-10-09T16:53:29.728Z | user 24:17.767067013 |
3372 | 2024-10-09T16:53:29.728Z | sys 5:16.890802544 |
3373 | 2024-10-09T16:53:29.728Z | trap 0.508149931 |
3374 | 2024-10-09T16:53:29.728Z | tflt 3.341225934 |
3375 | 2024-10-09T16:53:29.729Z | dflt 2.164459887 |
3376 | 2024-10-09T16:53:29.729Z | kflt 0.002592637 |
3377 | 2024-10-09T16:53:29.729Z | lock 43:18.853485446 |
3378 | 2024-10-09T16:53:29.731Z | slp 1:59:42.648586681 |
3379 | 2024-10-09T16:53:29.731Z | lat 1:02.337012425 |
3380 | 2024-10-09T16:53:29.731Z | stop 3:09.157082235 |
3381 | 2024-10-09T16:53:29.731Z | process exited: duration 960969 ms, exit code 0 |
|
3382 | 2024-10-09T16:53:29.739Z | found 0 output files |