Max level shown:
1 cd tools/helios-build && cargo build --quiet
2 warning: hiding a lifetime that's elided elsewhere is confusing
3  --> src/main.rs:79:10
4  |
5 79 | fn pc(s: &str) -> Component {
6  | ^^^^ --------- the same lifetime is hidden here
7  | |
8  | the lifetime is elided here
9  |
10  = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
11  = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
12 help: use `'_` for type paths
13  |
14 79 | fn pc(s: &str) -> Component<'_> {
15  | ++++
16 
17 Oct 27 23:18:43.194 INFO helios repository root is: /work/oxidecomputer/helios
18 Oct 27 23:18:43.196 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
19 Oct 27 23:18:43.196 INFO cloning https://github.com/oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
20 Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21 Oct 27 23:18:44.529 INFO clone ok!, project: amd-host-image-builder
22 Oct 27 23:18:44.529 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23 Oct 27 23:18:44.529 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
24 Oct 27 23:18:44.529 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25 Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26 Oct 27 23:18:55.373 INFO clone ok!, project: amd-firmware
27 Oct 27 23:18:55.374 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
28 Oct 27 23:18:55.374 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
29 Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
30 Oct 27 23:18:56.572 INFO clone ok!, project: chelsio-t6-roms
31 Oct 27 23:18:56.572 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
32 Oct 27 23:18:56.572 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
33 Oct 27 23:18:56.572 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
34 Cloning into '/work/oxidecomputer/helios/projects/pilot'...
35 Oct 27 23:18:57.650 INFO clone ok!, project: pilot
36 Oct 27 23:18:57.650 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
37 Oct 27 23:18:57.650 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
38 Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
39 Oct 27 23:18:58.401 INFO clone ok!, project: pinprick
40 Oct 27 23:18:58.402 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
41 Oct 27 23:18:58.402 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
42 Oct 27 23:18:58.402 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
43 Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
44 Oct 27 23:18:59.144 INFO clone ok!, project: bootserver
45 Oct 27 23:18:59.145 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
46 Oct 27 23:18:59.145 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
47 Cloning into '/work/oxidecomputer/helios/projects/phbl'...
48 Oct 27 23:18:59.983 INFO clone ok!, project: phbl
49 Oct 27 23:18:59.983 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
50 Oct 27 23:18:59.983 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
51 Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
52 Oct 27 23:19:00.747 INFO clone ok!, project: image-builder
53 Oct 27 23:19:00.747 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
54 Oct 27 23:19:01.301 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
55 Oct 27 23:19:01.846 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
56 Oct 27 23:19:01.846 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
57 Oct 27 23:19:02.438 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
58 Oct 27 23:19:03.035 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
59 Oct 27 23:19:03.035 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
60 Oct 27 23:19:03.716 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
61 Oct 27 23:19:04.271 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
62 Oct 27 23:19:04.271 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
63 Oct 27 23:19:04.271 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
64 Oct 27 23:19:04.271 INFO ok!
65 Oct 27 23:19:04.271 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
66 Oct 27 23:19:04.271 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
67 Oct 27 23:19:04.271 INFO ok!
68 Oct 27 23:19:04.271 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
69 Oct 27 23:19:04.271 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
70 Oct 27 23:19:04.271 INFO ok!
71 Oct 27 23:19:04.272 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
72 Oct 27 23:19:04.393 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
73 Oct 27 23:19:04.393 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
74 Oct 27 23:19:04.393 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
75 Oct 27 23:19:04.765 INFO E|  Updating crates.io index
76 Oct 27 23:19:04.765 INFO E|  Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
77 Oct 27 23:19:05.296 INFO E| From https://github.com/oxidecomputer/amd-apcb
78 Oct 27 23:19:05.296 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
79 Oct 27 23:19:05.373 INFO E|  Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
80 Oct 27 23:19:06.176 INFO E| From https://github.com/oxidecomputer/amd-efs
81 Oct 27 23:19:06.176 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
82 Oct 27 23:19:06.528 INFO E|  Downloading crates ...
83 Oct 27 23:19:06.660 INFO E|  Downloaded thiserror-impl v2.0.12
84 Oct 27 23:19:06.663 INFO E|  Downloaded scroll_derive v0.12.1
85 Oct 27 23:19:06.689 INFO E|  Downloaded bytesize v2.0.1
86 Oct 27 23:19:06.692 INFO E|  Downloaded itoa v1.0.15
87 Oct 27 23:19:06.694 INFO E|  Downloaded ansi_term v0.12.1
88 Oct 27 23:19:06.697 INFO E|  Downloaded cpufeatures v0.2.17
89 Oct 27 23:19:06.733 INFO E|  Downloaded unic-common v0.9.0
90 Oct 27 23:19:06.734 INFO E|  Downloaded four-cc v0.4.0
91 Oct 27 23:19:06.736 INFO E|  Downloaded fletcher v1.0.0
92 Oct 27 23:19:06.737 INFO E|  Downloaded dyn-clone v1.0.19
93 Oct 27 23:19:06.739 INFO E|  Downloaded strsim v0.8.0
94 Oct 27 23:19:06.741 INFO E|  Downloaded rustversion v1.0.20
95 Oct 27 23:19:06.745 INFO E|  Downloaded strum v0.27.1
96 Oct 27 23:19:06.747 INFO E|  Downloaded pest_generator v2.8.0
97 Oct 27 23:19:06.749 INFO E|  Downloaded proc-macro2 v1.0.95
98 Oct 27 23:19:06.753 INFO E|  Downloaded thiserror v2.0.12
99 Oct 27 23:19:06.762 INFO E|  Downloaded unic-ucd-version v0.9.0
100 Oct 27 23:19:06.764 INFO E|  Downloaded unic-char-range v0.9.0
101 Oct 27 23:19:06.765 INFO E|  Downloaded unic-char-property v0.9.0
102 Oct 27 23:19:06.767 INFO E|  Downloaded vec_map v0.8.2
103 Oct 27 23:19:06.769 INFO E|  Downloaded modular-bitfield-impl v0.11.2
104 Oct 27 23:19:06.771 INFO E|  Downloaded textwrap v0.11.0
105 Oct 27 23:19:06.773 INFO E|  Downloaded pest_meta v2.8.0
106 Oct 27 23:19:06.776 INFO E|  Downloaded structopt-derive v0.4.18
107 Oct 27 23:19:06.778 INFO E|  Downloaded structopt v0.3.26
108 Oct 27 23:19:06.789 INFO E|  Downloaded serde_derive v1.0.219
109 Oct 27 23:19:06.792 INFO E|  Downloaded parse_int v0.9.0
110 Oct 27 23:19:06.794 INFO E|  Downloaded unicode-ident v1.0.18
111 Oct 27 23:19:06.798 INFO E|  Downloaded unic-ucd-ident v0.9.0
112 Oct 27 23:19:06.800 INFO E|  Downloaded modular-bitfield v0.11.2
113 Oct 27 23:19:06.826 INFO E|  Downloaded typenum v1.18.0
114 Oct 27 23:19:06.831 INFO E|  Downloaded ryu v1.0.20
115 Oct 27 23:19:06.835 INFO E|  Downloaded pest_derive v2.8.0
116 Oct 27 23:19:06.839 INFO E|  Downloaded strum_macros v0.27.1
117 Oct 27 23:19:06.842 INFO E|  Downloaded zerocopy-derive v0.8.25
118 Oct 27 23:19:06.852 INFO E|  Downloaded serde v1.0.219
119 Oct 27 23:19:06.858 INFO E|  Downloaded serde_json v1.0.140
120 Oct 27 23:19:06.868 INFO E|  Downloaded pest v2.8.0
121 Oct 27 23:19:06.875 INFO E|  Downloaded clap v2.34.0
122 Oct 27 23:19:06.884 INFO E|  Downloaded goblin v0.9.3
123 Oct 27 23:19:06.923 INFO E|  Downloaded zerocopy v0.8.25
124 Oct 27 23:19:06.956 INFO E|  Downloaded syn v2.0.101
125 Oct 27 23:19:07.019 INFO E|  Downloaded libc v0.2.172
126 Oct 27 23:19:07.133 INFO E|  Compiling proc-macro2 v1.0.95
127 Oct 27 23:19:07.133 INFO E|  Compiling unicode-ident v1.0.18
128 Oct 27 23:19:07.133 INFO E|  Compiling memchr v2.7.4
129 Oct 27 23:19:07.133 INFO E|  Compiling autocfg v1.4.0
130 Oct 27 23:19:07.133 INFO E|  Compiling syn v1.0.109
131 Oct 27 23:19:07.133 INFO E|  Compiling thiserror v2.0.12
132 Oct 27 23:19:07.133 INFO E|  Compiling serde v1.0.219
133 Oct 27 23:19:07.133 INFO E|  Compiling version_check v0.9.5
134 Oct 27 23:19:07.787 INFO E|  Compiling serde_json v1.0.140
135 Oct 27 23:19:08.326 INFO E|  Compiling itoa v1.0.15
136 Oct 27 23:19:08.400 INFO E|  Compiling num-traits v0.2.19
137 Oct 27 23:19:08.400 INFO E|  Compiling schemars v0.8.22
138 Oct 27 23:19:08.578 INFO E|  Compiling ryu v1.0.20
139 Oct 27 23:19:08.596 INFO E|  Compiling memoffset v0.9.1
140 Oct 27 23:19:08.654 INFO E|  Compiling proc-macro-error-attr v1.0.4
141 Oct 27 23:19:09.096 INFO E|  Compiling ucd-trie v0.1.7
142 Oct 27 23:19:09.140 INFO E|  Compiling libc v0.2.172
143 Oct 27 23:19:09.176 INFO E|  Compiling rustversion v1.0.20
144 Oct 27 23:19:09.210 INFO E|  Compiling dyn-clone v1.0.19
145 Oct 27 23:19:09.229 INFO E|  Compiling paste v1.0.15
146 Oct 27 23:19:09.320 INFO E|  Compiling zerocopy v0.8.25
147 Oct 27 23:19:09.797 INFO E|  Compiling proc-macro-error v1.0.4
148 Oct 27 23:19:09.897 INFO E|  Compiling once_cell v1.21.3
149 Oct 27 23:19:09.920 INFO E|  Compiling static_assertions v1.1.0
150 Oct 27 23:19:10.090 INFO E|  Compiling quote v1.0.40
151 Oct 27 23:19:10.403 INFO E|  Compiling heck v0.5.0
152 Oct 27 23:19:10.519 INFO E|  Compiling unicode-segmentation v1.12.0
153 Oct 27 23:19:10.553 INFO E|  Compiling syn v2.0.101
154 Oct 27 23:19:11.139 INFO E|  Compiling unicode-width v0.1.14
155 Oct 27 23:19:11.263 INFO E|  Compiling atty v0.2.14
156 Oct 27 23:19:11.352 INFO E|  Compiling heck v0.3.3
157 Oct 27 23:19:11.425 INFO E|  Compiling vec_map v0.8.2
158 Oct 27 23:19:11.486 INFO E|  Compiling parse_int v0.9.0
159 Oct 27 23:19:11.624 INFO E|  Compiling textwrap v0.11.0
160 Oct 27 23:19:11.651 INFO E|  Compiling strum v0.27.1
161 Oct 27 23:19:11.705 INFO E|  Compiling byteorder v1.5.0
162 Oct 27 23:19:11.733 INFO E|  Compiling strsim v0.8.0
163 Oct 27 23:19:11.794 INFO E|  Compiling fletcher v1.0.0
164 Oct 27 23:19:11.876 INFO E|  Compiling ansi_term v0.12.1
165 Oct 27 23:19:11.988 INFO E|  Compiling unic-char-range v0.9.0
166 Oct 27 23:19:12.062 INFO E|  Compiling unic-common v0.9.0
167 Oct 27 23:19:12.152 INFO E|  Compiling bitflags v1.3.2
168 Oct 27 23:19:12.325 INFO E|  Compiling unic-ucd-version v0.9.0
169 Oct 27 23:19:12.325 INFO E|  Compiling unic-char-property v0.9.0
170 Oct 27 23:19:12.334 INFO E|  Compiling log v0.4.27
171 Oct 27 23:19:12.345 INFO E|  Compiling plain v0.2.3
172 Oct 27 23:19:12.421 INFO E|  Compiling lazy_static v1.5.0
173 Oct 27 23:19:12.463 INFO E|  Compiling bytesize v2.0.1
174 Oct 27 23:19:12.533 INFO E|  Compiling clap v2.34.0
175 Oct 27 23:19:12.694 INFO E|  Compiling unic-ucd-ident v0.9.0
176 Oct 27 23:19:17.636 INFO E|  Compiling modular-bitfield-impl v0.11.2
177 Oct 27 23:19:17.636 INFO E|  Compiling structopt-derive v0.4.18
178 Oct 27 23:19:17.778 INFO E|  Compiling serde_derive_internals v0.29.1
179 Oct 27 23:19:20.955 INFO E|  Compiling thiserror-impl v2.0.12
180 Oct 27 23:19:21.133 INFO E|  Compiling serde_derive v1.0.219
181 Oct 27 23:19:21.169 INFO E|  Compiling zerocopy-derive v0.8.25
182 Oct 27 23:19:21.220 INFO E|  Compiling num-derive v0.4.2
183 Oct 27 23:19:21.338 INFO E|  Compiling schemars_derive v0.8.22
184 Oct 27 23:19:22.111 INFO E|  Compiling modular-bitfield v0.11.2
185 Oct 27 23:19:22.419 INFO E|  Compiling scroll_derive v0.12.1
186 Oct 27 23:19:22.657 INFO E|  Compiling strum_macros v0.27.1
187 Oct 27 23:19:23.998 INFO E|  Compiling structopt v0.3.26
188 Oct 27 23:19:25.604 INFO E|  Compiling scroll v0.12.0
189 Oct 27 23:19:26.293 INFO E|  Compiling pest v2.8.0
190 Oct 27 23:19:26.318 INFO E|  Compiling goblin v0.9.3
191 Oct 27 23:19:29.943 INFO E|  Compiling pest_meta v2.8.0
192 Oct 27 23:19:31.936 INFO E|  Compiling pest_generator v2.8.0
193 Oct 27 23:19:34.251 INFO E|  Compiling pest_derive v2.8.0
194 Oct 27 23:19:36.569 INFO E|  Compiling json5 v0.4.1
195 Oct 27 23:19:39.671 INFO E|  Compiling four-cc v0.4.0
196 Oct 27 23:19:39.671 INFO E|  Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
197 Oct 27 23:19:39.909 INFO E|  Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
198 Oct 27 23:20:15.513 INFO E|  Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
199 Oct 27 23:20:26.240 INFO E|  Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
200 Oct 27 23:20:56.672 INFO E|  Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
201 Oct 27 23:20:56.722 INFO building project "amd-host-image-builder" ok (112 seconds)
202 Oct 27 23:20:56.722 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
203 Oct 27 23:20:56.847 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
204 Oct 27 23:20:56.847 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
205 Oct 27 23:20:56.847 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
206 Oct 27 23:20:57.126 INFO E|  Updating git repository `https://github.com/oxidecomputer/progenitor`
207 Oct 27 23:20:58.362 INFO E| From https://github.com/oxidecomputer/progenitor
208 Oct 27 23:20:58.362 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
209 Oct 27 23:20:58.469 INFO E|  Updating git repository `https://github.com/jclulow/hiercmd`
210 Oct 27 23:20:58.854 INFO E| From https://github.com/jclulow/hiercmd
211 Oct 27 23:20:58.854 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
212 Oct 27 23:20:58.878 INFO E|  Updating git repository `https://github.com/oxidecomputer/network-interface`
213 Oct 27 23:20:59.255 INFO E| From https://github.com/oxidecomputer/network-interface
214 Oct 27 23:20:59.255 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
215 Oct 27 23:20:59.272 INFO E|  Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
216 Oct 27 23:20:59.674 INFO E| From https://github.com/oxidecomputer/boot-image-tools
217 Oct 27 23:20:59.674 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
218 Oct 27 23:20:59.709 INFO E|  Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
219 Oct 27 23:21:00.371 INFO E| From https://github.com/oxidecomputer/facade
220 Oct 27 23:21:00.371 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
221 Oct 27 23:21:00.410 INFO E|  Updating git repository `https://github.com/oxidecomputer/dropshot.git`
222 Oct 27 23:21:01.279 INFO E| From https://github.com/oxidecomputer/dropshot
223 Oct 27 23:21:01.279 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
224 Oct 27 23:21:01.317 INFO E|  Updating crates.io index
225 Oct 27 23:21:01.453 INFO E|  Updating git repository `https://github.com/oxidecomputer/typify`
226 Oct 27 23:21:02.310 INFO E| From https://github.com/oxidecomputer/typify
227 Oct 27 23:21:02.310 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
228 Oct 27 23:21:02.695 INFO E|  Downloading crates ...
229 Oct 27 23:21:02.974 INFO E|  Downloaded http-body v0.4.5
230 Oct 27 23:21:02.978 INFO E|  Downloaded built v0.6.0
231 Oct 27 23:21:02.981 INFO E|  Downloaded bincode v1.3.3
232 Oct 27 23:21:02.988 INFO E|  Downloaded async-stream-impl v0.3.5
233 Oct 27 23:21:02.990 INFO E|  Downloaded anyhow v1.0.68
234 Oct 27 23:21:02.997 INFO E|  Downloaded ahash v0.7.6
235 Oct 27 23:21:03.005 INFO E|  Downloaded base64ct v1.8.0
236 Oct 27 23:21:03.009 INFO E|  Downloaded serde_spanned v0.6.1
237 Oct 27 23:21:03.012 INFO E|  Downloaded anstyle-parse v0.1.1
238 Oct 27 23:21:03.015 INFO E|  Downloaded futures-io v0.3.28
239 Oct 27 23:21:03.017 INFO E|  Downloaded bytes v1.4.0
240 Oct 27 23:21:03.023 INFO E|  Downloaded proc-macro-hack v0.5.20+deprecated
241 Oct 27 23:21:03.027 INFO E|  Downloaded sha1 v0.10.5
242 Oct 27 23:21:03.030 INFO E|  Downloaded concolor-override v1.0.0
243 Oct 27 23:21:03.032 INFO E|  Downloaded const-random-macro v0.1.15
244 Oct 27 23:21:03.034 INFO E|  Downloaded const-random v0.1.15
245 Oct 27 23:21:03.036 INFO E|  Downloaded autocfg v1.1.0
246 Oct 27 23:21:03.038 INFO E|  Downloaded textwrap v0.16.0
247 Oct 27 23:21:03.044 INFO E|  Downloaded serde_yaml v0.9.21
248 Oct 27 23:21:03.050 INFO E|  Downloaded sha2 v0.10.6
249 Oct 27 23:21:03.054 INFO E|  Downloaded slog-bunyan v2.4.0
250 Oct 27 23:21:03.056 INFO E|  Downloaded tls_codec_derive v0.4.2
251 Oct 27 23:21:03.060 INFO E|  Downloaded spin v0.5.2
252 Oct 27 23:21:03.062 INFO E|  Downloaded tokio-macros v2.0.0
253 Oct 27 23:21:03.064 INFO E|  Downloaded project-root v0.2.2
254 Oct 27 23:21:03.066 INFO E|  Downloaded is-terminal v0.4.7
255 Oct 27 23:21:03.068 INFO E|  Downloaded tls_codec v0.4.2
256 Oct 27 23:21:03.073 INFO E|  Downloaded try-lock v0.2.4
257 Oct 27 23:21:03.075 INFO E|  Downloaded tower-service v0.3.2
258 Oct 27 23:21:03.077 INFO E|  Downloaded crc v3.3.0
259 Oct 27 23:21:03.080 INFO E|  Downloaded home v0.5.4
260 Oct 27 23:21:03.083 INFO E|  Downloaded form_urlencoded v1.1.0
261 Oct 27 23:21:03.085 INFO E|  Downloaded flagset v0.4.7
262 Oct 27 23:21:03.088 INFO E|  Downloaded num_cpus v1.15.0
263 Oct 27 23:21:03.093 INFO E|  Downloaded toolchain_find v0.2.0
264 Oct 27 23:21:03.095 INFO E|  Downloaded iana-time-zone v0.1.56
265 Oct 27 23:21:03.099 INFO E|  Downloaded thiserror v1.0.38
266 Oct 27 23:21:03.106 INFO E|  Downloaded want v0.3.0
267 Oct 27 23:21:03.111 INFO E|  Downloaded lazy_static v1.4.0
268 Oct 27 23:21:03.111 INFO E|  Downloaded num_enum_derive v0.5.7
269 Oct 27 23:21:03.113 INFO E|  Downloaded pkg-config v0.3.26
270 Oct 27 23:21:03.116 INFO E|  Downloaded terminal_size v0.2.6
271 Oct 27 23:21:03.119 INFO E|  Downloaded unicode-width v0.1.10
272 Oct 27 23:21:03.121 INFO E|  Downloaded semver-parser v0.10.2
273 Oct 27 23:21:03.124 INFO E|  Downloaded thiserror-impl v1.0.38
274 Oct 27 23:21:03.127 INFO E|  Downloaded paste v1.0.12
275 Oct 27 23:21:03.132 INFO E|  Downloaded rhai_codegen v1.5.0
276 Oct 27 23:21:03.146 INFO E|  Downloaded scopeguard v1.1.0
277 Oct 27 23:21:03.149 INFO E|  Downloaded semver v0.11.0
278 Oct 27 23:21:03.152 INFO E|  Downloaded walkdir v2.3.3
279 Oct 27 23:21:03.155 INFO E|  Downloaded rustfmt-wrapper v0.2.0
280 Oct 27 23:21:03.158 INFO E|  Downloaded toml_datetime v0.6.1
281 Oct 27 23:21:03.160 INFO E|  Downloaded env_logger v0.10.2
282 Oct 27 23:21:03.165 INFO E|  Downloaded sct v0.7.0
283 Oct 27 23:21:03.171 INFO E|  Downloaded smartstring v1.0.1
284 Oct 27 23:21:03.176 INFO E|  Downloaded semver v1.0.17
285 Oct 27 23:21:03.179 INFO E|  Downloaded socket2 v0.4.9
286 Oct 27 23:21:03.183 INFO E|  Downloaded typenum v1.16.0
287 Oct 27 23:21:03.187 INFO E|  Downloaded clap v4.2.1
288 Oct 27 23:21:03.201 INFO E|  Downloaded serde_derive_internals v0.26.0
289 Oct 27 23:21:03.204 INFO E|  Downloaded uuid v1.3.0
290 Oct 27 23:21:03.211 INFO E|  Downloaded tungstenite v0.18.0
291 Oct 27 23:21:03.216 INFO E|  Downloaded slog-async v2.7.0
292 Oct 27 23:21:03.219 INFO E|  Downloaded toml v0.5.11
293 Oct 27 23:21:03.224 INFO E|  Downloaded unicode-ident v1.0.8
294 Oct 27 23:21:03.229 INFO E|  Downloaded tracing-core v0.1.30
295 Oct 27 23:21:03.233 INFO E|  Downloaded memchr v2.5.0
296 Oct 27 23:21:03.240 INFO E|  Downloaded schemars v0.8.12
297 Oct 27 23:21:03.273 INFO E|  Downloaded serde_derive v1.0.204
298 Oct 27 23:21:03.279 INFO E|  Downloaded unicode-linebreak v0.1.4
299 Oct 27 23:21:03.282 INFO E|  Downloaded unicode-bidi v0.3.13
300 Oct 27 23:21:03.286 INFO E|  Downloaded tracing v0.1.37
301 Oct 27 23:21:03.292 INFO E|  Downloaded crossbeam-channel v0.5.6
302 Oct 27 23:21:03.298 INFO E|  Downloaded toml_edit v0.19.8
303 Oct 27 23:21:03.324 INFO E|  Downloaded mio v0.8.5
304 Oct 27 23:21:03.331 INFO E|  Downloaded unicode-normalization v0.1.22
305 Oct 27 23:21:03.336 INFO E|  Downloaded pest v2.5.7
306 Oct 27 23:21:03.342 INFO E|  Downloaded http v0.2.9
307 Oct 27 23:21:03.347 INFO E|  Downloaded winnow v0.4.1
308 Oct 27 23:21:03.360 INFO E|  Downloaded hashbrown v0.15.3
309 Oct 27 23:21:03.382 INFO E|  Downloaded reqwest v0.11.16
310 Oct 27 23:21:03.394 INFO E|  Downloaded libm v0.2.15
311 Oct 27 23:21:03.416 INFO E|  Downloaded serde_json v1.0.95
312 Oct 27 23:21:03.434 INFO E|  Downloaded rustix v0.37.3
313 Oct 27 23:21:03.461 INFO E|  Downloaded h2 v0.3.16
314 Oct 27 23:21:03.469 INFO E|  Downloaded regress v0.5.0
315 Oct 27 23:21:03.478 INFO E|  Downloaded syn v1.0.107
316 Oct 27 23:21:03.495 INFO E|  Downloaded hyper v0.14.25
317 Oct 27 23:21:03.507 INFO E|  Downloaded git2 v0.16.1
318 Oct 27 23:21:03.532 INFO E|  Downloaded syn v2.0.72
319 Oct 27 23:21:03.547 INFO E|  Downloaded rhai v1.14.0
320 Oct 27 23:21:03.564 INFO E|  Downloaded idna v0.3.0
321 Oct 27 23:21:03.571 INFO E|  Downloaded rustls v0.21.0
322 Oct 27 23:21:03.592 INFO E|  Downloaded regex v1.7.3
323 Oct 27 23:21:03.602 INFO E|  Downloaded chrono v0.4.24
324 Oct 27 23:21:03.612 INFO E|  Downloaded clap_builder v4.2.1
325 Oct 27 23:21:03.622 INFO E|  Downloaded futures-util v0.3.28
326 Oct 27 23:21:03.640 INFO E|  Downloaded tokio-util v0.7.7
327 Oct 27 23:21:03.649 INFO E|  Downloaded serde v1.0.204
328 Oct 27 23:21:03.653 INFO E|  Downloaded openapiv3 v1.0.2
329 Oct 27 23:21:03.667 INFO E|  Downloaded rsa v0.9.8
330 Oct 27 23:21:03.675 INFO E|  Downloaded url v2.3.1
331 Oct 27 23:21:03.679 INFO E|  Downloaded toml v0.7.3
332 Oct 27 23:21:03.684 INFO E|  Downloaded rustls-webpki v0.100.1
333 Oct 27 23:21:03.715 INFO E|  Downloaded base64 v0.21.0
334 Oct 27 23:21:03.720 INFO E|  Downloaded unsafe-libyaml v0.2.8
335 Oct 27 23:21:03.725 INFO E|  Downloaded cc v1.0.78
336 Oct 27 23:21:03.728 INFO E|  Downloaded ucd-trie v0.1.5
337 Oct 27 23:21:03.730 INFO E|  Downloaded flate2 v1.0.25
338 Oct 27 23:21:03.736 INFO E|  Downloaded derive-where v1.4.0
339 Oct 27 23:21:03.741 INFO E|  Downloaded ryu v1.0.13
340 Oct 27 23:21:03.745 INFO E|  Downloaded proc-macro2 v1.0.86
341 Oct 27 23:21:03.749 INFO E|  Downloaded aho-corasick v0.7.20
342 Oct 27 23:21:03.754 INFO E|  Downloaded tokio v1.27.0
343 Oct 27 23:21:03.799 INFO E|  Downloaded miniz_oxide v0.6.2
344 Oct 27 23:21:03.802 INFO E|  Downloaded libc v0.2.139
345 Oct 27 23:21:03.832 INFO E|  Downloaded futures v0.3.28
346 Oct 27 23:21:03.837 INFO E|  Downloaded tokio-tungstenite v0.18.0
347 Oct 27 23:21:03.840 INFO E|  Downloaded tinyvec v1.6.0
348 Oct 27 23:21:03.844 INFO E|  Downloaded parking_lot_core v0.9.6
349 Oct 27 23:21:03.847 INFO E|  Downloaded parking_lot v0.12.1
350 Oct 27 23:21:03.849 INFO E|  Downloaded num-traits v0.2.15
351 Oct 27 23:21:03.852 INFO E|  Downloaded jobserver v0.1.26
352 Oct 27 23:21:03.854 INFO E|  Downloaded crossbeam-utils v0.8.14
353 Oct 27 23:21:03.864 INFO E|  Downloaded tokio-rustls v0.24.0
354 Oct 27 23:21:03.867 INFO E|  Downloaded time v0.1.45
355 Oct 27 23:21:03.870 INFO E|  Downloaded once_cell v1.17.0
356 Oct 27 23:21:03.873 INFO E|  Downloaded ppv-lite86 v0.2.17
357 Oct 27 23:21:03.875 INFO E|  Downloaded pin-project-lite v0.2.9
358 Oct 27 23:21:03.882 INFO E|  Downloaded io-lifetimes v1.0.10
359 Oct 27 23:21:03.885 INFO E|  Downloaded bitflags v2.9.1
360 Oct 27 23:21:03.892 INFO E|  Downloaded log v0.4.17
361 Oct 27 23:21:03.896 INFO E|  Downloaded utf8parse v0.2.1
362 Oct 27 23:21:03.897 INFO E|  Downloaded termcolor v1.2.0
363 Oct 27 23:21:03.899 INFO E|  Downloaded bitfield v0.14.0
364 Oct 27 23:21:03.901 INFO E|  Downloaded smallvec v1.10.0
365 Oct 27 23:21:03.905 INFO E|  Downloaded lock_api v0.4.9
366 Oct 27 23:21:03.907 INFO E|  Downloaded ipnet v2.7.2
367 Oct 27 23:21:03.910 INFO E|  Downloaded httparse v1.8.0
368 Oct 27 23:21:03.913 INFO E|  Downloaded clap_derive v4.2.0
369 Oct 27 23:21:03.916 INFO E|  Downloaded async-trait v0.1.68
370 Oct 27 23:21:03.921 INFO E|  Downloaded ahash v0.8.3
371 Oct 27 23:21:03.925 INFO E|  Downloaded schemars_derive v0.8.12
372 Oct 27 23:21:03.927 INFO E|  Downloaded futures-macro v0.3.28
373 Oct 27 23:21:03.928 INFO E|  Downloaded errno v0.3.1
374 Oct 27 23:21:03.930 INFO E|  Downloaded cargo-lock v8.0.3
375 Oct 27 23:21:03.933 INFO E|  Downloaded serde_tokenstream v0.2.0
376 Oct 27 23:21:03.958 INFO E|  Downloaded rustls-pemfile v1.0.2
377 Oct 27 23:21:03.962 INFO E|  Downloaded quote v1.0.36
378 Oct 27 23:21:03.967 INFO E|  Downloaded strsim v0.10.0
379 Oct 27 23:21:03.969 INFO E|  Downloaded proc-macro-crate v1.2.1
380 Oct 27 23:21:03.971 INFO E|  Downloaded getrandom v0.2.8
381 Oct 27 23:21:03.975 INFO E|  Downloaded futures-executor v0.3.28
382 Oct 27 23:21:03.977 INFO E|  Downloaded signal-hook-registry v1.4.0
383 Oct 27 23:21:03.978 INFO E|  Downloaded futures-channel v0.3.28
384 Oct 27 23:21:03.981 INFO E|  Downloaded slab v0.4.7
385 Oct 27 23:21:03.984 INFO E|  Downloaded camino v1.1.4
386 Oct 27 23:21:03.986 INFO E|  Downloaded percent-encoding v2.2.0
387 Oct 27 23:21:03.988 INFO E|  Downloaded num_enum v0.5.7
388 Oct 27 23:21:03.994 INFO E|  Downloaded num-iter v0.1.44
389 Oct 27 23:21:03.996 INFO E|  Downloaded num-integer v0.1.45
390 Oct 27 23:21:03.998 INFO E|  Downloaded itoa v1.0.6
391 Oct 27 23:21:04.000 INFO E|  Downloaded httpdate v1.0.2
392 Oct 27 23:21:04.002 INFO E|  Downloaded smawk v0.3.1
393 Oct 27 23:21:04.004 INFO E|  Downloaded generic-array v0.14.6
394 Oct 27 23:21:04.007 INFO E|  Downloaded futures-core v0.3.28
395 Oct 27 23:21:04.009 INFO E|  Downloaded futures-sink v0.3.28
396 Oct 27 23:21:04.010 INFO E|  Downloaded encoding_rs v0.8.32
397 Oct 27 23:21:04.074 INFO E|  Downloaded cpufeatures v0.2.5
398 Oct 27 23:21:04.076 INFO E|  Downloaded dyn-clone v1.0.11
399 Oct 27 23:21:04.079 INFO E|  Downloaded concolor-query v0.3.3
400 Oct 27 23:21:04.081 INFO E|  Downloaded clap_lex v0.4.1
401 Oct 27 23:21:04.082 INFO E|  Downloaded byteorder v1.4.3
402 Oct 27 23:21:04.085 INFO E|  Downloaded tempfile v3.5.0
403 Oct 27 23:21:04.089 INFO E|  Downloaded serde_path_to_error v0.1.11
404 Oct 27 23:21:04.091 INFO E|  Downloaded iddqd v0.3.1
405 Oct 27 23:21:04.099 INFO E|  Downloaded futures-task v0.3.28
406 Oct 27 23:21:04.101 INFO E|  Downloaded fastrand v1.9.0
407 Oct 27 23:21:04.103 INFO E|  Downloaded block-buffer v0.10.3
408 Oct 27 23:21:04.104 INFO E|  Downloaded async-stream v0.3.5
409 Oct 27 23:21:04.107 INFO E|  Downloaded anstyle v0.3.5
410 Oct 27 23:21:04.108 INFO E|  Downloaded anstream v0.2.6
411 Oct 27 23:21:04.149 INFO E|  Downloaded libgit2-sys v0.14.2+1.5.1
412 Oct 27 23:21:04.322 INFO E|  Downloaded libz-sys v1.1.8
413 Oct 27 23:21:04.642 INFO E|  Downloaded ring v0.16.20
414 Oct 27 23:21:04.952 INFO E|  Compiling proc-macro2 v1.0.86
415 Oct 27 23:21:04.952 INFO E|  Compiling unicode-ident v1.0.8
416 Oct 27 23:21:04.952 INFO E|  Compiling libc v0.2.139
417 Oct 27 23:21:04.952 INFO E|  Compiling autocfg v1.1.0
418 Oct 27 23:21:04.952 INFO E|  Compiling cfg-if v1.0.0
419 Oct 27 23:21:04.952 INFO E|  Compiling version_check v0.9.4
420 Oct 27 23:21:04.953 INFO E|  Compiling serde v1.0.204
421 Oct 27 23:21:04.953 INFO E|  Compiling syn v1.0.107
422 Oct 27 23:21:05.383 INFO E|  Compiling memchr v2.5.0
423 Oct 27 23:21:05.613 INFO E|  Compiling once_cell v1.17.0
424 Oct 27 23:21:06.267 INFO E|  Compiling thiserror v1.0.38
425 Oct 27 23:21:07.173 INFO E|  Compiling log v0.4.17
426 Oct 27 23:21:07.370 INFO E|  Compiling itoa v1.0.6
427 Oct 27 23:21:07.482 INFO E|  Compiling serde_json v1.0.95
428 Oct 27 23:21:08.465 INFO E|  Compiling quote v1.0.36
429 Oct 27 23:21:08.572 INFO E|  Compiling indexmap v1.9.3
430 Oct 27 23:21:08.887 INFO E|  Compiling typenum v1.16.0
431 Oct 27 23:21:09.285 INFO E|  Compiling syn v2.0.72
432 Oct 27 23:21:09.626 INFO E|  Compiling getrandom v0.2.8
433 Oct 27 23:21:10.064 INFO E|  Compiling jobserver v0.1.26
434 Oct 27 23:21:10.406 INFO E|  Compiling pin-project-lite v0.2.9
435 Oct 27 23:21:10.483 INFO E|  Compiling const-oid v0.9.6
436 Oct 27 23:21:10.800 INFO E|  Compiling bitflags v1.3.2
437 Oct 27 23:21:11.222 INFO E|  Compiling cc v1.0.78
438 Oct 27 23:21:11.223 INFO E|  Compiling generic-array v0.14.6
439 Oct 27 23:21:11.362 INFO E|  Compiling bytes v1.4.0
440 Oct 27 23:21:11.600 INFO E|  Compiling futures-core v0.3.28
441 Oct 27 23:21:12.863 INFO E|  Compiling ryu v1.0.13
442 Oct 27 23:21:14.215 INFO E|  Compiling lock_api v0.4.9
443 Oct 27 23:21:14.439 INFO E|  Compiling parking_lot_core v0.9.6
444 Oct 27 23:21:15.043 INFO E|  Compiling slab v0.4.7
445 Oct 27 23:21:15.365 INFO E|  Compiling futures-task v0.3.28
446 Oct 27 23:21:15.814 INFO E|  Compiling io-lifetimes v1.0.10
447 Oct 27 23:21:16.101 INFO E|  Compiling pkg-config v0.3.26
448 Oct 27 23:21:16.179 INFO E|  Compiling scopeguard v1.1.0
449 Oct 27 23:21:16.472 INFO E|  Compiling futures-sink v0.3.28
450 Oct 27 23:21:16.628 INFO E|  Compiling libm v0.2.15
451 Oct 27 23:21:16.783 INFO E|  Compiling futures-channel v0.3.28
452 Oct 27 23:21:16.935 INFO E|  Compiling block-buffer v0.10.3
453 Oct 27 23:21:17.016 INFO E|  Compiling crypto-common v0.1.6
454 Oct 27 23:21:18.170 INFO E|  Compiling tokio v1.27.0
455 Oct 27 23:21:18.171 INFO E|  Compiling num-traits v0.2.15
456 Oct 27 23:21:18.304 INFO E|  Compiling futures-util v0.3.28
457 Oct 27 23:21:18.406 INFO E|  Compiling rustix v0.37.3
458 Oct 27 23:21:19.646 INFO E|  Compiling digest v0.10.7
459 Oct 27 23:21:20.047 INFO E|  Compiling socket2 v0.4.9
460 Oct 27 23:21:20.238 INFO E|  Compiling errno v0.3.1
461 Oct 27 23:21:20.701 INFO E|  Compiling num_cpus v1.15.0
462 Oct 27 23:21:20.906 INFO E|  Compiling mio v0.8.5
463 Oct 27 23:21:20.996 INFO E|  Compiling signal-hook-registry v1.4.0
464 Oct 27 23:21:21.092 INFO E|  Compiling crunchy v0.2.2
465 Oct 27 23:21:21.175 INFO E|  Compiling futures-io v0.3.28
466 Oct 27 23:21:21.995 INFO E|  Compiling spin v0.5.2
467 Oct 27 23:21:22.550 INFO E|  Compiling pin-utils v0.1.0
468 Oct 27 23:21:23.066 INFO E|  Compiling num-integer v0.1.45
469 Oct 27 23:21:23.437 INFO E|  Compiling hashbrown v0.12.3
470 Oct 27 23:21:24.315 INFO E|  Compiling schemars v0.8.12
471 Oct 27 23:21:25.176 INFO E|  Compiling tiny-keccak v2.0.2
472 Oct 27 23:21:26.157 INFO E|  Compiling proc-macro-hack v0.5.20+deprecated
473 Oct 27 23:21:26.180 INFO E|  Compiling cpufeatures v0.2.5
474 Oct 27 23:21:26.754 INFO E|  Compiling serde_derive_internals v0.26.0
475 Oct 27 23:21:26.859 INFO E|  Compiling ahash v0.7.6
476 Oct 27 23:21:27.579 INFO E|  Compiling slog v2.7.0
477 Oct 27 23:21:27.799 INFO E|  Compiling heck v0.4.1
478 Oct 27 23:21:28.300 INFO E|  Compiling thiserror-impl v1.0.38
479 Oct 27 23:21:29.188 INFO E|  Compiling serde_derive v1.0.204
480 Oct 27 23:21:29.966 INFO E|  Compiling futures-macro v0.3.28
481 Oct 27 23:21:30.021 INFO E|  Compiling tokio-macros v2.0.0
482 Oct 27 23:21:30.075 INFO E|  Compiling ahash v0.8.3
483 Oct 27 23:21:30.686 INFO E|  Compiling schemars_derive v0.8.12
484 Oct 27 23:21:31.294 INFO E|  Compiling unicode-width v0.1.10
485 Oct 27 23:21:31.915 INFO E|  Compiling anyhow v1.0.68
486 Oct 27 23:21:32.827 INFO E|  Compiling const-random-macro v0.1.15
487 Oct 27 23:21:35.011 INFO E|  Compiling fnv v1.0.7
488 Oct 27 23:21:35.206 INFO E|  Compiling byteorder v1.4.3
489 Oct 27 23:21:35.312 INFO E|  Compiling http v0.2.9
490 Oct 27 23:21:35.918 INFO E|  Compiling const-random v0.1.15
491 Oct 27 23:21:36.425 INFO E|  Compiling getopts v0.2.21
492 Oct 27 23:21:37.439 INFO E|  Compiling aho-corasick v0.7.20
493 Oct 27 23:21:37.694 INFO E|  Compiling rand_core v0.6.4
494 Oct 27 23:21:37.951 INFO E|  Compiling tinyvec_macros v0.1.1
495 Oct 27 23:21:38.588 INFO E|  Compiling regex-syntax v0.6.29
496 Oct 27 23:21:38.669 INFO E|  Compiling time-core v0.1.2
497 Oct 27 23:21:38.816 INFO E|  Compiling powerfmt v0.2.0
498 Oct 27 23:21:39.160 INFO E|  Compiling crc32fast v1.3.2
499 Oct 27 23:21:40.222 INFO E|  Compiling httparse v1.8.0
500 Oct 27 23:21:40.593 INFO E|  Compiling num-conv v0.1.0
501 Oct 27 23:21:40.701 INFO E|  Compiling percent-encoding v2.2.0
502 Oct 27 23:21:41.132 INFO E|  Compiling deranged v0.3.11
503 Oct 27 23:21:41.256 INFO E|  Compiling time-macros v0.2.18
504 Oct 27 23:21:42.238 INFO E|  Compiling form_urlencoded v1.1.0
505 Oct 27 23:21:43.343 INFO E|  Compiling tinyvec v1.6.0
506 Oct 27 23:21:44.282 INFO E|  Compiling chrono v0.4.24
507 Oct 27 23:21:46.648 INFO E|  Compiling regex v1.7.3
508 Oct 27 23:21:47.016 INFO E|  Compiling hashbrown v0.13.2
509 Oct 27 23:21:47.355 INFO E|  Compiling libz-sys v1.1.8
510 Oct 27 23:21:48.147 INFO E|  Compiling uuid v1.3.0
511 Oct 27 23:21:48.480 INFO E|  Compiling ppv-lite86 v0.2.17
512 Oct 27 23:21:48.884 INFO E|  Compiling dyn-clone v1.0.11
513 Oct 27 23:21:49.190 INFO E|  Compiling num_threads v0.1.6
514 Oct 27 23:21:49.344 INFO E|  Compiling regress v0.5.0
515 Oct 27 23:21:49.497 INFO E|  Compiling time v0.3.36
516 Oct 27 23:21:49.701 INFO E|  Compiling unicode-normalization v0.1.22
517 Oct 27 23:21:49.946 INFO E|  Compiling rand_chacha v0.3.1
518 Oct 27 23:21:52.309 INFO E|  Compiling toml v0.5.11
519 Oct 27 23:21:52.926 INFO E|  Compiling serde_tokenstream v0.2.0
520 Oct 27 23:21:53.497 INFO E|  Compiling smallvec v1.10.0
521 Oct 27 23:21:56.295 INFO E|  Compiling parking_lot v0.12.1
522 Oct 27 23:21:59.131 INFO E|  Compiling is-terminal v0.4.7
523 Oct 27 23:21:59.852 INFO E|  Compiling sha2 v0.10.6
524 Oct 27 23:21:59.936 INFO E|  Compiling lazy_static v1.4.0
525 Oct 27 23:22:00.101 INFO E|  Compiling dirs-sys-next v0.1.2
526 Oct 27 23:22:00.680 INFO E|  Compiling tracing-core v0.1.30
527 Oct 27 23:22:02.167 INFO E|  Compiling ucd-trie v0.1.5
528 Oct 27 23:22:02.901 INFO E|  Compiling base64 v0.21.0
529 Oct 27 23:22:03.160 INFO E|  Compiling unicode-bidi v0.3.13
530 Oct 27 23:22:05.586 INFO E|  Compiling utf8parse v0.2.1
531 Oct 27 23:22:06.244 INFO E|  Compiling anstyle-parse v0.1.1
532 Oct 27 23:22:06.246 INFO E|  Compiling idna v0.3.0
533 Oct 27 23:22:07.367 INFO E|  Compiling pest v2.5.7
534 Oct 27 23:22:08.543 INFO E|  Compiling tracing v0.1.37
535 Oct 27 23:22:08.724 INFO E|  Compiling dirs-next v2.0.0
536 Oct 27 23:22:09.450 INFO E|  Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
537 Oct 27 23:22:10.165 INFO E|  Compiling proc-macro-crate v1.2.1
538 Oct 27 23:22:11.282 INFO E|  Compiling rand v0.8.5
539 Oct 27 23:22:13.072 INFO E|  Compiling futures-executor v0.3.28
540 Oct 27 23:22:13.861 INFO E|  Compiling terminal_size v0.2.6
541 Oct 27 23:22:13.970 INFO E|  Compiling libgit2-sys v0.14.2+1.5.1
542 Oct 27 23:22:14.417 INFO E|  Compiling time v0.1.45
543 Oct 27 23:22:14.530 INFO E|  Compiling thread_local v1.1.7
544 Oct 27 23:22:15.012 INFO E|  Compiling concolor-query v0.3.3
545 Oct 27 23:22:15.228 INFO E|  Compiling semver v1.0.17
546 Oct 27 23:22:15.381 INFO E|  Compiling iana-time-zone v0.1.56
547 Oct 27 23:22:16.165 INFO E|  Compiling concolor-override v1.0.0
548 Oct 27 23:22:16.312 INFO E|  Compiling anstyle v0.3.5
549 Oct 27 23:22:17.161 INFO E|  Compiling anstream v0.2.6
550 Oct 27 23:22:17.572 INFO E|  Compiling tokio-util v0.7.7
551 Oct 27 23:22:17.773 INFO E|  Compiling futures v0.3.28
552 Oct 27 23:22:18.120 INFO E|  Compiling semver-parser v0.10.2
553 Oct 27 23:22:18.690 INFO E|  Compiling num_enum_derive v0.5.7
554 Oct 27 23:22:19.328 INFO E|  Compiling term v0.7.0
555 Oct 27 23:22:21.634 INFO E|  Compiling url v2.3.1
556 Oct 27 23:22:23.377 INFO E|  Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
557 Oct 27 23:22:23.704 INFO E|  Compiling atty v0.2.14
558 Oct 27 23:22:23.947 INFO E|  Compiling clap_lex v0.4.1
559 Oct 27 23:22:25.267 INFO E|  Compiling adler v1.0.2
560 Oct 27 23:22:25.671 INFO E|  Compiling same-file v1.0.6
561 Oct 27 23:22:25.916 INFO E|  Compiling try-lock v0.2.4
562 Oct 27 23:22:26.039 INFO E|  Compiling strsim v0.10.0
563 Oct 27 23:22:26.264 INFO E|  Compiling walkdir v2.3.3
564 Oct 27 23:22:26.654 INFO E|  Compiling want v0.3.0
565 Oct 27 23:22:27.172 INFO E|  Compiling clap_builder v4.2.1
566 Oct 27 23:22:27.347 INFO E|  Compiling miniz_oxide v0.6.2
567 Oct 27 23:22:29.833 INFO E|  Compiling slog-term v2.9.0
568 Oct 27 23:22:33.341 INFO E|  Compiling num_enum v0.5.7
569 Oct 27 23:22:33.640 INFO E|  Compiling semver v0.11.0
570 Oct 27 23:22:33.808 INFO E|  Compiling h2 v0.3.16
571 Oct 27 23:22:35.007 INFO E|  Compiling http-body v0.4.5
572 Oct 27 23:22:35.559 INFO E|  Compiling clap_derive v4.2.0
573 Oct 27 23:22:36.137 INFO E|  Compiling ring v0.16.20
574 Oct 27 23:22:38.575 INFO E|  Compiling home v0.5.4
575 Oct 27 23:22:39.143 INFO E|  Compiling httpdate v1.0.2
576 Oct 27 23:22:40.869 INFO E|  Compiling fastrand v1.9.0
577 Oct 27 23:22:41.968 INFO E|  Compiling zeroize v1.8.1
578 Oct 27 23:22:42.576 INFO E|  Compiling base64ct v1.8.0
579 Oct 27 23:22:43.798 INFO E|  Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
580 Oct 27 23:22:44.216 INFO E|  Compiling tower-service v0.3.2
581 Oct 27 23:22:44.930 INFO E|  Compiling pem-rfc7468 v0.7.0
582 Oct 27 23:22:47.898 INFO E|  Compiling hyper v0.14.25
583 Oct 27 23:22:48.015 INFO E|  Compiling clap v4.2.1
584 Oct 27 23:22:48.498 INFO E|  Compiling toolchain_find v0.2.0
585 Oct 27 23:22:49.371 INFO E|  Compiling tempfile v3.5.0
586 Oct 27 23:22:50.186 INFO E|  Compiling cargo-lock v8.0.3
587 Oct 27 23:22:55.518 INFO E|  Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
588 Oct 27 23:22:58.100 INFO E|  Compiling flate2 v1.0.25
589 Oct 27 23:23:02.805 INFO E|  Compiling serde_urlencoded v0.7.1
590 Oct 27 23:23:04.248 INFO E|  Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
591 Oct 27 23:23:09.084 INFO E|  Compiling der_derive v0.7.3
592 Oct 27 23:23:10.421 INFO E|  Compiling sha1 v0.10.5
593 Oct 27 23:23:12.951 INFO E|  Compiling flagset v0.4.7
594 Oct 27 23:23:16.085 INFO E|  Compiling der v0.7.10
595 Oct 27 23:23:17.737 INFO E|  Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
596 Oct 27 23:23:18.266 INFO E|  Compiling rustfmt-wrapper v0.2.0
597 Oct 27 23:23:19.358 INFO E|  Compiling openapiv3 v1.0.2
598 Oct 27 23:23:19.866 INFO E|  Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
599 Oct 27 23:23:20.162 INFO E|  Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
600 Oct 27 23:23:21.429 INFO E|  Compiling encoding_rs v0.8.32
601 Oct 27 23:23:22.161 INFO E|  Compiling utf-8 v0.7.6
602 Oct 27 23:23:23.251 INFO E|  Compiling base64 v0.13.1
603 Oct 27 23:23:25.481 INFO E|  Compiling ipnet v2.7.2
604 Oct 27 23:23:27.189 INFO E|  Compiling untrusted v0.7.1
605 Oct 27 23:23:27.885 INFO E|  Compiling unsafe-libyaml v0.2.8
606 Oct 27 23:23:29.652 INFO E|  Compiling project-root v0.2.2
607 Oct 27 23:23:30.167 INFO E|  Compiling radium v0.7.0
608 Oct 27 23:23:30.388 INFO E|  Compiling mime v0.3.17
609 Oct 27 23:23:31.826 INFO E|  Compiling reqwest v0.11.16
610 Oct 27 23:23:32.117 INFO E|  Compiling serde_yaml v0.9.21
611 Oct 27 23:23:32.582 INFO E|  Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
612 Oct 27 23:23:35.986 INFO E|  Compiling tungstenite v0.18.0
613 Oct 27 23:23:39.146 INFO E|  Compiling spki v0.7.3
614 Oct 27 23:23:40.327 INFO E|  Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
615 Oct 27 23:23:42.704 INFO E|  Compiling tap v1.0.1
616 Oct 27 23:23:43.186 INFO E|  Compiling maybe-uninit v2.0.0
617 Oct 27 23:23:44.946 INFO E|  Compiling crossbeam-utils v0.8.14
618 Oct 27 23:23:45.227 INFO E|  Compiling wyz v0.5.1
619 Oct 27 23:23:46.615 INFO E|  Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
620 Oct 27 23:23:53.502 INFO E|  Compiling tokio-tungstenite v0.18.0
621 Oct 27 23:23:55.202 INFO E|  Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
622 Oct 27 23:23:58.265 INFO E|  Compiling toml_datetime v0.6.1
623 Oct 27 23:23:59.770 INFO E|  Compiling serde_spanned v0.6.1
624 Oct 27 23:24:00.281 INFO E|  Compiling zerocopy-derive v0.6.6
625 Oct 27 23:24:02.556 INFO E|  Compiling bzip2-sys v0.1.13+1.0.8
626 Oct 27 23:24:03.926 INFO E|  Compiling smartstring v1.0.1
627 Oct 27 23:24:04.439 INFO E|  Compiling packed_struct v0.10.1
628 Oct 27 23:24:04.851 INFO E|  Compiling rustls v0.21.0
629 Oct 27 23:24:05.896 INFO E|  Compiling funty v2.0.0
630 Oct 27 23:24:06.033 INFO E|  Compiling winnow v0.4.1
631 Oct 27 23:24:11.922 INFO E|  Compiling num-bigint-dig v0.8.4
632 Oct 27 23:24:13.214 INFO E|  Compiling toml_edit v0.19.8
633 Oct 27 23:24:13.279 INFO E|  Compiling bitvec v1.0.1
634 Oct 27 23:24:14.757 INFO E|  Compiling zerocopy v0.6.6
635 Oct 27 23:24:24.037 INFO E|  Compiling pkcs8 v0.10.2
636 Oct 27 23:24:25.666 INFO E|  Compiling rustls-webpki v0.100.1
637 Oct 27 23:24:27.214 INFO E|  Compiling sct v0.7.0
638 Oct 27 23:24:28.349 INFO E|  Compiling num-iter v0.1.44
639 Oct 27 23:24:28.477 INFO E|  Compiling packed_struct_codegen v0.10.1
640 Oct 27 23:24:29.159 INFO E|  Compiling camino v1.1.4
641 Oct 27 23:24:29.659 INFO E|  Compiling nodrop v0.1.14
642 Oct 27 23:24:30.153 INFO E|  Compiling slog-async v2.7.0
643 Oct 27 23:24:30.957 INFO E|  Compiling async-trait v0.1.68
644 Oct 27 23:24:31.447 INFO E|  Compiling match_cfg v0.1.0
645 Oct 27 23:24:31.971 INFO E|  Compiling crc-catalog v2.4.0
646 Oct 27 23:24:32.473 INFO E|  Compiling static_assertions v1.1.0
647 Oct 27 23:24:32.543 INFO E|  Compiling paste v1.0.12
648 Oct 27 23:24:34.333 INFO E|  Compiling crc v3.3.0
649 Oct 27 23:24:35.171 INFO E|  Compiling hostname v0.3.1
650 Oct 27 23:24:35.849 INFO E|  Compiling array-init v0.0.4
651 Oct 27 23:24:39.135 INFO E|  Compiling pkcs1 v0.7.5
652 Oct 27 23:24:40.121 INFO E|  Compiling crossbeam-channel v0.5.6
653 Oct 27 23:24:42.041 INFO E|  Compiling smallvec v0.6.14
654 Oct 27 23:24:43.082 INFO E|  Compiling toml v0.7.3
655 Oct 27 23:24:44.134 INFO E|  Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
656 Oct 27 23:24:45.959 INFO E|  Compiling slog-json v2.6.1
657 Oct 27 23:24:47.077 INFO E|  Compiling unicode-linebreak v0.1.4
658 Oct 27 23:24:49.305 INFO E|  Compiling bincode v1.3.3
659 Oct 27 23:24:52.023 INFO E|  Compiling bitflags v2.9.1
660 Oct 27 23:24:52.097 INFO E|  Compiling signature v2.2.0
661 Oct 27 23:24:52.099 INFO E|  Compiling async-stream-impl v0.3.5
662 Oct 27 23:24:52.271 INFO E|  Compiling rhai_codegen v1.5.0
663 Oct 27 23:24:53.216 INFO E|  Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
664 Oct 27 23:24:53.757 INFO E|  Compiling equivalent v1.0.2
665 Oct 27 23:24:54.154 INFO E|  Compiling subtle v2.6.1
666 Oct 27 23:24:54.450 INFO E|  Compiling termcolor v1.2.0
667 Oct 27 23:24:54.526 INFO E|  Compiling allocator-api2 v0.2.21
668 Oct 27 23:24:54.783 INFO E|  Compiling take_mut v0.2.2
669 Oct 27 23:24:55.177 INFO E|  Compiling bitfield v0.14.0
670 Oct 27 23:24:55.340 INFO E|  Compiling foldhash v0.1.5
671 Oct 27 23:24:56.079 INFO E|  Compiling hashbrown v0.15.3
672 Oct 27 23:24:56.178 INFO E|  Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
673 Oct 27 23:24:56.410 INFO E|  Compiling env_logger v0.10.2
674 Oct 27 23:24:56.620 INFO E|  Compiling rhai v1.14.0
675 Oct 27 23:24:58.494 INFO E|  Compiling rsa v0.9.8
676 Oct 27 23:24:58.578 INFO E|  Compiling async-stream v0.3.5
677 Oct 27 23:24:59.305 INFO E|  Compiling ron v0.8.1
678 Oct 27 23:24:59.967 INFO E|  Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
679 Oct 27 23:25:02.041 INFO E|  Compiling tokio-rustls v0.24.0
680 Oct 27 23:25:02.101 INFO E|  Compiling slog-bunyan v2.4.0
681 Oct 27 23:25:02.871 INFO E|  Compiling serde-hex v0.1.0
682 Oct 27 23:25:06.414 INFO E|  Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
683 Oct 27 23:25:09.350 INFO E|  Compiling x509-cert v0.2.5
684 Oct 27 23:25:10.572 INFO E|  Compiling rustls-pemfile v1.0.2
685 Oct 27 23:25:11.366 INFO E|  Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
686 Oct 27 23:25:11.699 INFO E|  Compiling serde_path_to_error v0.1.11
687 Oct 27 23:25:11.891 INFO E|  Compiling derive-where v1.4.0
688 Oct 27 23:25:14.286 INFO E|  Compiling crc-any v2.5.0
689 Oct 27 23:25:15.286 INFO E|  Compiling hex v0.4.3
690 Oct 27 23:25:15.505 INFO E|  Compiling rustc-hash v2.1.1
691 Oct 27 23:25:15.877 INFO E|  Compiling debug-ignore v1.0.5
692 Oct 27 23:25:16.853 INFO E|  Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
693 Oct 27 23:25:17.784 INFO E|  Compiling iddqd v0.3.1
694 Oct 27 23:25:18.308 INFO E|  Compiling object v0.30.4
695 Oct 27 23:25:19.760 INFO E|  Compiling path-slash v0.1.5
696 Oct 27 23:25:20.319 INFO E|  Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
697 Oct 27 23:25:24.507 INFO E|  Compiling smawk v0.3.1
698 Oct 27 23:25:25.182 INFO E|  Compiling textwrap v0.16.0
699 Oct 27 23:25:29.086 INFO E|  Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
700 Oct 27 23:25:31.345 INFO E|  Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
701 Oct 27 23:25:47.170 INFO E|  Compiling bzip2 v0.4.4
702 Oct 27 23:25:48.001 INFO E|  Compiling zip v0.6.6
703 Oct 27 23:25:50.225 INFO E|  Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
704 Oct 27 23:26:00.859 INFO E|  Compiling git2 v0.16.1
705 Oct 27 23:26:05.980 INFO E|  Compiling built v0.6.0
706 Oct 27 23:26:07.817 INFO E|  Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
707 Oct 27 23:26:09.662 INFO E|  Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
708 Oct 27 23:26:10.334 INFO E|  Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
709 Oct 27 23:26:11.616 INFO E| warning: struct `NeedRequestContext` is never constructed
710 Oct 27 23:26:11.616 INFO E|  --> racktest/agent/server/src/lib.rs:104:9
711 Oct 27 23:26:11.616 INFO E|  |
712 Oct 27 23:26:11.616 INFO E| 104 |  rc: RequestContext<Arc<Agent>>,
713 Oct 27 23:26:11.616 INFO E|  | ^^^^^^^^^^^^^^
714 Oct 27 23:26:11.616 INFO E|  |
715 Oct 27 23:26:11.616 INFO E|  = note: `#[warn(dead_code)]` on by default
716 Oct 27 23:26:11.617 INFO E| warning: struct `NeedHttpResponse` is never constructed
717 Oct 27 23:26:11.617 INFO E|  --> racktest/agent/server/src/lib.rs:107:6
718 Oct 27 23:26:11.617 INFO E|  |
719 Oct 27 23:26:11.617 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
720 Oct 27 23:26:11.617 INFO E|  | ^^^^^^^^
721 Oct 27 23:26:11.617 INFO E| warning: struct `NeedRequestContext` is never constructed
722 Oct 27 23:26:11.617 INFO E|  --> racktest/agent/server/src/lib.rs:132:9
723 Oct 27 23:26:11.617 INFO E|  |
724 Oct 27 23:26:11.617 INFO E| 132 |  rc: RequestContext<Arc<Agent>>,
725 Oct 27 23:26:11.617 INFO E|  | ^^^^^^^^^^^^^^
726 Oct 27 23:26:11.617 INFO E| warning: struct `NeedHttpResponse` is never constructed
727 Oct 27 23:26:11.617 INFO E|  --> racktest/agent/server/src/lib.rs:135:6
728 Oct 27 23:26:11.617 INFO E|  |
729 Oct 27 23:26:11.617 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
730 Oct 27 23:26:11.617 INFO E|  | ^^^^^^^^
731 Oct 27 23:26:11.617 INFO E| warning: struct `NeedRequestContext` is never constructed
732 Oct 27 23:26:11.617 INFO E|  --> racktest/agent/server/src/lib.rs:284:9
733 Oct 27 23:26:11.617 INFO E|  |
734 Oct 27 23:26:11.617 INFO E| 284 |  rc: RequestContext<Arc<Agent>>,
735 Oct 27 23:26:11.617 INFO E|  | ^^^^^^^^^^^^^^
736 Oct 27 23:26:11.617 INFO E| warning: struct `NeedRequestContext` is never constructed
737 Oct 27 23:26:11.617 INFO E|  --> racktest/agent/server/src/lib.rs:406:9
738 Oct 27 23:26:11.617 INFO E|  |
739 Oct 27 23:26:11.617 INFO E| 406 |  rc: RequestContext<Arc<Agent>>,
740 Oct 27 23:26:11.617 INFO E|  | ^^^^^^^^^^^^^^
741 Oct 27 23:26:13.436 INFO E|  Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
742 Oct 27 23:26:24.444 INFO E|  Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
743 Oct 27 23:26:25.526 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
744 Oct 27 23:26:57.085 INFO E|  Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
745 Oct 27 23:27:49.211 INFO E|  Finished `release` profile [optimized] target(s) in 6m 52s
746 Oct 27 23:27:49.345 INFO building project "pilot" ok (412 seconds)
747 Oct 27 23:27:49.345 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
748 Oct 27 23:27:49.480 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
749 Oct 27 23:27:49.480 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
750 Oct 27 23:27:49.480 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
751 Oct 27 23:27:49.878 INFO E|  Downloading crates ...
752 Oct 27 23:27:49.989 INFO E|  Downloaded miniz_oxide v0.8.8
753 Oct 27 23:27:50.050 INFO E|  Compiling adler2 v2.0.0
754 Oct 27 23:27:50.204 INFO E|  Compiling miniz_oxide v0.8.8
755 Oct 27 23:27:53.062 INFO E|  Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
756 Oct 27 23:27:54.048 INFO E|  Finished `release` profile [optimized] target(s) in 4.42s
757 Oct 27 23:27:54.059 INFO building project "pinprick" ok (4 seconds)
758 Oct 27 23:27:54.059 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
759 Oct 27 23:27:54.163 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
760 Oct 27 23:27:54.163 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
761 Oct 27 23:27:54.163 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
762 Oct 27 23:27:54.463 INFO E|  Downloading crates ...
763 Oct 27 23:27:54.588 INFO E|  Downloaded typenum v1.15.0
764 Oct 27 23:27:54.592 INFO E|  Downloaded sha2 v0.10.5
765 Oct 27 23:27:54.594 INFO E|  Downloaded bytes v1.2.1
766 Oct 27 23:27:54.598 INFO E|  Downloaded digest v0.10.3
767 Oct 27 23:27:54.601 INFO E|  Downloaded anyhow v1.0.62
768 Oct 27 23:27:54.673 INFO E|  Compiling typenum v1.15.0
769 Oct 27 23:27:54.673 INFO E|  Compiling version_check v0.9.4
770 Oct 27 23:27:54.673 INFO E|  Compiling crc32fast v1.3.2
771 Oct 27 23:27:54.673 INFO E|  Compiling cfg-if v1.0.0
772 Oct 27 23:27:54.673 INFO E|  Compiling anyhow v1.0.62
773 Oct 27 23:27:54.673 INFO E|  Compiling adler v1.0.2
774 Oct 27 23:27:54.673 INFO E|  Compiling cpufeatures v0.2.5
775 Oct 27 23:27:54.673 INFO E|  Compiling unicode-width v0.1.10
776 Oct 27 23:27:55.136 INFO E|  Compiling bytes v1.2.1
777 Oct 27 23:27:55.290 INFO E|  Compiling bitflags v1.3.2
778 Oct 27 23:27:55.530 INFO E|  Compiling miniz_oxide v0.6.2
779 Oct 27 23:27:55.837 INFO E|  Compiling getopts v0.2.21
780 Oct 27 23:27:56.311 INFO E|  Compiling generic-array v0.14.6
781 Oct 27 23:27:57.220 INFO E|  Compiling flate2 v1.0.25
782 Oct 27 23:28:00.670 INFO E|  Compiling block-buffer v0.10.3
783 Oct 27 23:28:00.670 INFO E|  Compiling crypto-common v0.1.6
784 Oct 27 23:28:00.913 INFO E|  Compiling digest v0.10.3
785 Oct 27 23:28:01.319 INFO E|  Compiling sha2 v0.10.5
786 Oct 27 23:28:01.894 INFO E|  Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
787 Oct 27 23:28:06.843 INFO E|  Finished `release` profile [optimized] target(s) in 12.56s
788 Oct 27 23:28:06.859 INFO building project "bootserver" ok (12 seconds)
789 Oct 27 23:28:06.859 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
790 Oct 27 23:28:06.984 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
791 Oct 27 23:28:06.984 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
792 Oct 27 23:28:06.984 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
793 Oct 27 23:28:07.264 INFO E|  Updating git repository `https://github.com/jclulow/rust-jmclib`
794 Oct 27 23:28:07.857 INFO E| From https://github.com/jclulow/rust-jmclib
795 Oct 27 23:28:07.857 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
796 Oct 27 23:28:07.873 INFO E|  Updating crates.io index
797 Oct 27 23:28:08.004 INFO E|  Downloading crates ...
798 Oct 27 23:28:08.142 INFO E|  Downloaded block-buffer v0.9.0
799 Oct 27 23:28:08.153 INFO E|  Downloaded md-5 v0.9.1
800 Oct 27 23:28:08.155 INFO E|  Downloaded once_cell v1.18.0
801 Oct 27 23:28:08.160 INFO E|  Downloaded libdevinfo-sys v1.0.0
802 Oct 27 23:28:08.165 INFO E|  Downloaded cpufeatures v0.2.9
803 Oct 27 23:28:08.169 INFO E|  Downloaded getrandom v0.2.10
804 Oct 27 23:28:08.175 INFO E|  Downloaded opaque-debug v0.3.0
805 Oct 27 23:28:08.181 INFO E|  Downloaded digest v0.9.0
806 Oct 27 23:28:08.185 INFO E|  Downloaded fastrand v2.0.0
807 Oct 27 23:28:08.192 INFO E|  Downloaded itoa v1.0.9
808 Oct 27 23:28:08.199 INFO E|  Downloaded sha-1 v0.9.8
809 Oct 27 23:28:08.202 INFO E|  Downloaded glob v0.3.1
810 Oct 27 23:28:08.218 INFO E|  Downloaded bitflags v2.3.3
811 Oct 27 23:28:08.223 INFO E|  Downloaded uuid v0.8.2
812 Oct 27 23:28:08.228 INFO E|  Downloaded quote v1.0.31
813 Oct 27 23:28:08.232 INFO E|  Downloaded serde_derive v1.0.193
814 Oct 27 23:28:08.236 INFO E|  Downloaded unicode-ident v1.0.11
815 Oct 27 23:28:08.240 INFO E|  Downloaded serde v1.0.193
816 Oct 27 23:28:08.255 INFO E|  Downloaded ryu v1.0.15
817 Oct 27 23:28:08.259 INFO E|  Downloaded anyhow v1.0.72
818 Oct 27 23:28:08.265 INFO E|  Downloaded proc-macro2 v1.0.66
819 Oct 27 23:28:08.269 INFO E|  Downloaded tempfile v3.7.0
820 Oct 27 23:28:08.273 INFO E|  Downloaded serde_json v1.0.103
821 Oct 27 23:28:08.309 INFO E|  Downloaded syn v2.0.32
822 Oct 27 23:28:08.333 INFO E|  Downloaded rustix v0.38.4
823 Oct 27 23:28:08.458 INFO E|  Downloaded libc v0.2.147
824 Oct 27 23:28:08.567 INFO E|  Compiling libc v0.2.147
825 Oct 27 23:28:08.567 INFO E|  Compiling proc-macro2 v1.0.66
826 Oct 27 23:28:08.567 INFO E|  Compiling cfg-if v1.0.0
827 Oct 27 23:28:08.567 INFO E|  Compiling unicode-ident v1.0.11
828 Oct 27 23:28:08.567 INFO E|  Compiling version_check v0.9.4
829 Oct 27 23:28:08.567 INFO E|  Compiling typenum v1.16.0
830 Oct 27 23:28:08.567 INFO E|  Compiling serde v1.0.193
831 Oct 27 23:28:08.568 INFO E|  Compiling num-conv v0.1.0
832 Oct 27 23:28:09.198 INFO E|  Compiling time-core v0.1.2
833 Oct 27 23:28:09.198 INFO E|  Compiling itoa v1.0.9
834 Oct 27 23:28:09.575 INFO E|  Compiling slog v2.7.0
835 Oct 27 23:28:09.684 INFO E|  Compiling powerfmt v0.2.0
836 Oct 27 23:28:09.729 INFO E|  Compiling rustix v0.38.4
837 Oct 27 23:28:09.999 INFO E|  Compiling generic-array v0.14.7
838 Oct 27 23:28:10.360 INFO E|  Compiling deranged v0.3.11
839 Oct 27 23:28:10.380 INFO E|  Compiling time-macros v0.2.18
840 Oct 27 23:28:10.937 INFO E|  Compiling num_threads v0.1.6
841 Oct 27 23:28:11.227 INFO E|  Compiling quote v1.0.31
842 Oct 27 23:28:11.232 INFO E|  Compiling bitflags v2.3.3
843 Oct 27 23:28:11.744 INFO E|  Compiling once_cell v1.18.0
844 Oct 27 23:28:12.303 INFO E|  Compiling syn v2.0.32
845 Oct 27 23:28:12.409 INFO E|  Compiling thread_local v1.1.7
846 Oct 27 23:28:12.693 INFO E|  Compiling anyhow v1.0.72
847 Oct 27 23:28:13.095 INFO E|  Compiling dirs-sys-next v0.1.2
848 Oct 27 23:28:13.443 INFO E|  Compiling errno v0.3.1
849 Oct 27 23:28:13.656 INFO E|  Compiling dirs-next v2.0.0
850 Oct 27 23:28:13.916 INFO E|  Compiling term v0.7.0
851 Oct 27 23:28:14.032 INFO E|  Compiling atty v0.2.14
852 Oct 27 23:28:14.165 INFO E|  Compiling serde_json v1.0.103
853 Oct 27 23:28:14.274 INFO E|  Compiling fastrand v2.0.0
854 Oct 27 23:28:14.647 INFO E|  Compiling opaque-debug v0.3.0
855 Oct 27 23:28:15.081 INFO E|  Compiling block-buffer v0.9.0
856 Oct 27 23:28:15.292 INFO E|  Compiling digest v0.9.0
857 Oct 27 23:28:15.445 INFO E|  Compiling time v0.3.36
858 Oct 27 23:28:15.733 INFO E|  Compiling getrandom v0.2.10
859 Oct 27 23:28:15.847 INFO E|  Compiling unicode-width v0.1.10
860 Oct 27 23:28:15.999 INFO E|  Compiling ryu v1.0.15
861 Oct 27 23:28:16.201 INFO E|  Compiling same-file v1.0.6
862 Oct 27 23:28:16.263 INFO E|  Compiling cpufeatures v0.2.9
863 Oct 27 23:28:16.292 INFO E|  Compiling getopts v0.2.21
864 Oct 27 23:28:16.379 INFO E|  Compiling sha-1 v0.9.8
865 Oct 27 23:28:16.504 INFO E|  Compiling md-5 v0.9.1
866 Oct 27 23:28:16.765 INFO E|  Compiling tempfile v3.7.0
867 Oct 27 23:28:17.111 INFO E|  Compiling walkdir v2.3.3
868 Oct 27 23:28:17.543 INFO E|  Compiling libdevinfo-sys v1.0.0
869 Oct 27 23:28:17.652 INFO E|  Compiling glob v0.3.1
870 Oct 27 23:28:19.625 INFO E|  Compiling slog-term v2.9.0
871 Oct 27 23:28:20.226 INFO E|  Compiling serde_derive v1.0.193
872 Oct 27 23:28:32.743 INFO E|  Compiling toml v0.5.11
873 Oct 27 23:28:32.744 INFO E|  Compiling uuid v0.8.2
874 Oct 27 23:28:35.149 INFO E|  Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
875 Oct 27 23:28:36.525 INFO E|  Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
876 Oct 27 23:28:46.513 INFO E|  Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.39s
877 Oct 27 23:28:46.547 INFO building project "image-builder" ok (39 seconds)
878 rm -f helios-build
879 ln -s tools/helios-build/target/debug/helios-build
880 
881 Setup complete! ./helios-build is now available.
882 
883 
884 real 10:53.365296119
885 user 29:20.428115702
886 sys 2:37.562432148
887 trap 1.772876977
888 tflt 6.845607824
889 dflt 13.767715102
890 kflt 0.000330047
891 lock 2:27:15.143367681
892 slp 3:46:15.355197921
893 lat 33:05.777434068
894 stop 5:56.392429966