|
|
|
1 | 2024-06-20T09:19:16.256Z | job assigned to worker 01J0TF1DN51QQH36EYTQXNGPHS (queued for 57 s) |
|
2 | 2024-06-20T09:19:23.919Z | starting task 0: "setup" |
3 | 2024-06-20T09:19:23.980Z | ++ uname -s |
4 | 2024-06-20T09:19:23.982Z | + kern=SunOS |
5 | 2024-06-20T09:19:23.982Z | + case "$kern" in |
6 | 2024-06-20T09:19:23.982Z | + groupadd -g 12345 build |
7 | 2024-06-20T09:19:23.985Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-20T09:19:25.997Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-20T09:19:26.122Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-20T09:19:26.125Z | + home_fs=zfs |
11 | 2024-06-20T09:19:26.125Z | + [[ zfs == autofs ]] |
12 | 2024-06-20T09:19:26.125Z | + mkdir -p /home/build |
13 | 2024-06-20T09:19:26.128Z | + chown build:build /home/build /work |
14 | 2024-06-20T09:19:28.130Z | + chmod 0700 /home/build /work |
15 | 2024-06-20T09:19:28.133Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2024-06-20T09:19:28.138Z | starting task 1: "rust-toolchain" |
17 | 2024-06-20T09:19:28.144Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-20T09:19:28.144Z | ' nightly-2024-05-12 |
19 | 2024-06-20T09:19:28.144Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-20T09:19:28.144Z | ' default |
21 | 2024-06-20T09:19:28.144Z | * toolchain channel = "nightly-2024-05-12" |
22 | 2024-06-20T09:19:28.147Z | * toolchain profile = "default" |
23 | 2024-06-20T09:19:28.147Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-20T09:19:28.147Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default |
25 | 2024-06-20T09:19:28.260Z | info: downloading installer |
26 | 2024-06-20T09:19:29.670Z | info: profile set to 'default' |
27 | 2024-06-20T09:19:29.670Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-20T09:19:29.673Z | info: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos' |
29 | 2024-06-20T09:19:29.811Z | info: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11) |
30 | 2024-06-20T09:19:29.811Z | info: downloading component 'cargo' |
31 | 2024-06-20T09:19:30.542Z | info: downloading component 'clippy' |
32 | 2024-06-20T09:19:30.790Z | info: downloading component 'rust-docs' |
33 | 2024-06-20T09:19:32.101Z | info: downloading component 'rust-std' |
34 | 2024-06-20T09:19:34.760Z | info: downloading component 'rustc' |
35 | 2024-06-20T09:19:40.201Z | info: downloading component 'rustfmt' |
36 | 2024-06-20T09:19:40.590Z | info: installing component 'cargo' |
37 | 2024-06-20T09:19:45.004Z | info: installing component 'clippy' |
38 | 2024-06-20T09:19:45.025Z | info: installing component 'rust-docs' |
39 | 2024-06-20T09:19:45.025Z | info: installing component 'rust-std' |
40 | 2024-06-20T09:19:45.396Z | info: installing component 'rustc' |
41 | 2024-06-20T09:19:50.185Z | info: installing component 'rustfmt' |
42 | 2024-06-20T09:19:50.538Z | info: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos' |
43 | 2024-06-20T09:19:50.539Z | |
44 | 2024-06-20T09:19:50.820Z | nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11) |
45 | 2024-06-20T09:19:50.820Z | |
46 | 2024-06-20T09:19:50.824Z | |
47 | 2024-06-20T09:19:50.824Z | Rust is installed now. Great! |
48 | 2024-06-20T09:19:50.824Z | |
49 | 2024-06-20T09:19:50.824Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-20T09:19:50.824Z | environment variable. This has not been done automatically. |
51 | 2024-06-20T09:19:50.824Z | |
52 | 2024-06-20T09:19:50.824Z | To configure your current shell, you need to source |
53 | 2024-06-20T09:19:50.824Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-20T09:19:50.824Z | |
55 | 2024-06-20T09:19:50.824Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-20T09:19:50.824Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-20T09:19:50.824Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-20T09:19:50.904Z | + rustc --version |
59 | 2024-06-20T09:19:50.976Z | rustc 1.80.0-nightly (78a775127 2024-05-11) |
60 | 2024-06-20T09:19:50.979Z | process exited: duration 22825 ms, exit code 0 |
|
61 | 2024-06-20T09:19:50.987Z | starting task 2: "authentication" |
62 | 2024-06-20T09:19:51.012Z | process exited: duration 24 ms, exit code 0 |
|
63 | 2024-06-20T09:19:51.019Z | starting task 3: "clone repository" |
64 | 2024-06-20T09:19:51.025Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-06-20T09:19:51.029Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-06-20T09:19:51.187Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-06-20T09:19:52.552Z | + cd /work/oxidecomputer/opte |
68 | 2024-06-20T09:19:52.552Z | + git fetch origin a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
69 | 2024-06-20T09:19:52.856Z | From https://github.com/oxidecomputer/opte |
70 | 2024-06-20T09:19:52.856Z | * branch a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 -> FETCH_HEAD |
71 | 2024-06-20T09:19:52.865Z | + [[ -n '' ]] |
72 | 2024-06-20T09:19:52.865Z | + git reset --hard a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
73 | 2024-06-20T09:19:52.888Z | HEAD is now at a98ac2f Merge branch 'master' into use-the-flow-luke-61 |
74 | 2024-06-20T09:19:52.891Z | process exited: duration 1868 ms, exit code 0 |
|
75 | 2024-06-20T09:19:52.897Z | starting task 4: "build" |
76 | 2024-06-20T09:19:52.903Z | + TGT_BASE=/work |
77 | 2024-06-20T09:19:52.903Z | + REL_SRC=target/x86_64-unknown-unknown/release |
78 | 2024-06-20T09:19:52.903Z | + REL_TGT=/work/release |
79 | 2024-06-20T09:19:52.903Z | + mkdir -p /work/release |
80 | 2024-06-20T09:19:52.907Z | + cargo --version |
81 | 2024-06-20T09:19:52.910Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
82 | 2024-06-20T09:19:53.063Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
83 | 2024-06-20T09:19:53.063Z | info: downloading component 'cargo' |
84 | 2024-06-20T09:19:53.931Z | info: downloading component 'clippy' |
85 | 2024-06-20T09:19:54.216Z | info: downloading component 'rust-docs' |
86 | 2024-06-20T09:19:55.381Z | info: downloading component 'rust-std' |
87 | 2024-06-20T09:19:57.200Z | info: downloading component 'rustc' |
88 | 2024-06-20T09:20:01.830Z | info: downloading component 'rustfmt' |
89 | 2024-06-20T09:20:02.084Z | info: installing component 'cargo' |
90 | 2024-06-20T09:20:03.006Z | info: installing component 'clippy' |
91 | 2024-06-20T09:20:03.381Z | info: installing component 'rust-docs' |
92 | 2024-06-20T09:20:04.912Z | info: installing component 'rust-std' |
93 | 2024-06-20T09:20:06.656Z | info: installing component 'rustc' |
94 | 2024-06-20T09:20:11.248Z | info: installing component 'rustfmt' |
95 | 2024-06-20T09:20:11.663Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
96 | 2024-06-20T09:20:11.666Z | + rustc --version |
97 | 2024-06-20T09:20:11.738Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
98 | 2024-06-20T09:20:11.742Z | + header 'build xde and opteadm (release+debug)' |
99 | 2024-06-20T09:20:11.745Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
100 | 2024-06-20T09:20:11.745Z | # ==== build xde and opteadm (release+debug) ==== # |
101 | 2024-06-20T09:20:11.745Z | + ptime -m cargo xtask build |
102 | 2024-06-20T09:20:11.931Z | Updating crates.io index |
103 | 2024-06-20T09:20:11.934Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
104 | 2024-06-20T09:20:12.723Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
105 | 2024-06-20T09:20:12.992Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
106 | 2024-06-20T09:20:13.551Z | Updating git repository `https://github.com/oxidecomputer/zone` |
107 | 2024-06-20T09:20:13.892Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
108 | 2024-06-20T09:20:14.269Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
109 | 2024-06-20T09:20:15.315Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
110 | 2024-06-20T09:20:15.597Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
111 | 2024-06-20T09:20:16.614Z | Downloading crates ... |
112 | 2024-06-20T09:20:16.661Z | Downloaded anstream v0.6.14 |
113 | 2024-06-20T09:20:16.671Z | Downloaded ryu v1.0.18 |
114 | 2024-06-20T09:20:16.696Z | Downloaded equivalent v1.0.1 |
115 | 2024-06-20T09:20:16.699Z | Downloaded is_terminal_polyfill v1.70.0 |
116 | 2024-06-20T09:20:16.699Z | Downloaded strsim v0.11.1 |
117 | 2024-06-20T09:20:16.703Z | Downloaded toml_datetime v0.6.6 |
118 | 2024-06-20T09:20:16.706Z | Downloaded terminal_size v0.3.0 |
119 | 2024-06-20T09:20:16.706Z | Downloaded itoa v1.0.11 |
120 | 2024-06-20T09:20:16.709Z | Downloaded errno v0.3.9 |
121 | 2024-06-20T09:20:16.709Z | Downloaded unicode-ident v1.0.12 |
122 | 2024-06-20T09:20:16.711Z | Downloaded thiserror-impl v1.0.61 |
123 | 2024-06-20T09:20:16.714Z | Downloaded colorchoice v1.0.1 |
124 | 2024-06-20T09:20:16.714Z | Downloaded cargo-platform v0.1.8 |
125 | 2024-06-20T09:20:16.714Z | Downloaded anstyle v1.0.7 |
126 | 2024-06-20T09:20:16.717Z | Downloaded heck v0.5.0 |
127 | 2024-06-20T09:20:16.717Z | Downloaded clap_lex v0.7.1 |
128 | 2024-06-20T09:20:16.720Z | Downloaded anstyle-query v1.1.0 |
129 | 2024-06-20T09:20:16.722Z | Downloaded utf8parse v0.2.2 |
130 | 2024-06-20T09:20:16.723Z | Downloaded anstyle-parse v0.2.4 |
131 | 2024-06-20T09:20:16.725Z | Downloaded thiserror v1.0.61 |
132 | 2024-06-20T09:20:16.728Z | Downloaded serde_spanned v0.6.6 |
133 | 2024-06-20T09:20:16.731Z | Downloaded cargo_metadata v0.18.1 |
134 | 2024-06-20T09:20:16.733Z | Downloaded clap_derive v4.5.5 |
135 | 2024-06-20T09:20:16.736Z | Downloaded quote v1.0.36 |
136 | 2024-06-20T09:20:16.739Z | Downloaded semver v1.0.23 |
137 | 2024-06-20T09:20:16.741Z | Downloaded anyhow v1.0.86 |
138 | 2024-06-20T09:20:16.750Z | Downloaded clap v4.5.6 |
139 | 2024-06-20T09:20:16.759Z | Downloaded serde_derive v1.0.203 |
140 | 2024-06-20T09:20:16.761Z | Downloaded camino v1.1.7 |
141 | 2024-06-20T09:20:16.764Z | Downloaded toml v0.8.14 |
142 | 2024-06-20T09:20:16.769Z | Downloaded proc-macro2 v1.0.85 |
143 | 2024-06-20T09:20:16.777Z | Downloaded bitflags v2.5.0 |
144 | 2024-06-20T09:20:16.782Z | Downloaded indexmap v2.2.6 |
145 | 2024-06-20T09:20:16.786Z | Downloaded serde v1.0.203 |
146 | 2024-06-20T09:20:16.789Z | Downloaded memchr v2.7.2 |
147 | 2024-06-20T09:20:16.800Z | Downloaded toml_edit v0.22.14 |
148 | 2024-06-20T09:20:16.821Z | Downloaded serde_json v1.0.117 |
149 | 2024-06-20T09:20:16.827Z | Downloaded hashbrown v0.14.5 |
150 | 2024-06-20T09:20:16.832Z | Downloaded clap_builder v4.5.6 |
151 | 2024-06-20T09:20:16.838Z | Downloaded winnow v0.6.13 |
152 | 2024-06-20T09:20:16.856Z | Downloaded syn v2.0.66 |
153 | 2024-06-20T09:20:16.866Z | Downloaded rustix v0.38.34 |
154 | 2024-06-20T09:20:16.898Z | Downloaded libc v0.2.155 |
155 | 2024-06-20T09:20:17.040Z | Compiling proc-macro2 v1.0.85 |
156 | 2024-06-20T09:20:17.040Z | Compiling unicode-ident v1.0.12 |
157 | 2024-06-20T09:20:17.043Z | Compiling serde v1.0.203 |
158 | 2024-06-20T09:20:17.043Z | Compiling libc v0.2.155 |
159 | 2024-06-20T09:20:17.043Z | Compiling rustix v0.38.34 |
160 | 2024-06-20T09:20:17.043Z | Compiling utf8parse v0.2.2 |
161 | 2024-06-20T09:20:17.043Z | Compiling bitflags v2.5.0 |
162 | 2024-06-20T09:20:17.052Z | Compiling colorchoice v1.0.1 |
163 | 2024-06-20T09:20:17.226Z | Compiling anstyle-parse v0.2.4 |
164 | 2024-06-20T09:20:17.234Z | Compiling camino v1.1.7 |
165 | 2024-06-20T09:20:17.244Z | Compiling thiserror v1.0.61 |
166 | 2024-06-20T09:20:17.523Z | Compiling hashbrown v0.14.5 |
167 | 2024-06-20T09:20:17.526Z | Compiling semver v1.0.23 |
168 | 2024-06-20T09:20:18.392Z | Compiling anstyle-query v1.1.0 |
169 | 2024-06-20T09:20:18.490Z | Compiling equivalent v1.0.1 |
170 | 2024-06-20T09:20:18.566Z | Compiling anstyle v1.0.7 |
171 | 2024-06-20T09:20:18.766Z | Compiling serde_json v1.0.117 |
172 | 2024-06-20T09:20:18.776Z | Compiling is_terminal_polyfill v1.70.0 |
173 | 2024-06-20T09:20:18.898Z | Compiling anstream v0.6.14 |
174 | 2024-06-20T09:20:18.906Z | Compiling indexmap v2.2.6 |
175 | 2024-06-20T09:20:18.924Z | Compiling winnow v0.6.13 |
176 | 2024-06-20T09:20:18.933Z | Compiling ryu v1.0.18 |
177 | 2024-06-20T09:20:18.984Z | Compiling strsim v0.11.1 |
178 | 2024-06-20T09:20:19.100Z | Compiling itoa v1.0.11 |
179 | 2024-06-20T09:20:19.296Z | Compiling anyhow v1.0.86 |
180 | 2024-06-20T09:20:19.305Z | Compiling heck v0.5.0 |
181 | 2024-06-20T09:20:19.746Z | Compiling quote v1.0.36 |
182 | 2024-06-20T09:20:19.756Z | Compiling clap_lex v0.7.1 |
183 | 2024-06-20T09:20:20.168Z | Compiling syn v2.0.66 |
184 | 2024-06-20T09:20:20.325Z | Compiling errno v0.3.9 |
185 | 2024-06-20T09:20:21.233Z | Compiling terminal_size v0.3.0 |
186 | 2024-06-20T09:20:21.327Z | Compiling clap_builder v4.5.6 |
187 | 2024-06-20T09:20:25.184Z | Compiling serde_derive v1.0.203 |
188 | 2024-06-20T09:20:25.184Z | Compiling thiserror-impl v1.0.61 |
189 | 2024-06-20T09:20:25.184Z | Compiling clap_derive v4.5.5 |
190 | 2024-06-20T09:20:28.070Z | Compiling clap v4.5.6 |
191 | 2024-06-20T09:20:33.071Z | Compiling toml_datetime v0.6.6 |
192 | 2024-06-20T09:20:33.074Z | Compiling serde_spanned v0.6.6 |
193 | 2024-06-20T09:20:33.074Z | Compiling cargo-platform v0.1.8 |
194 | 2024-06-20T09:20:33.304Z | Compiling toml_edit v0.22.14 |
195 | 2024-06-20T09:20:34.354Z | Compiling cargo_metadata v0.18.1 |
196 | 2024-06-20T09:20:35.496Z | Compiling toml v0.8.14 |
197 | 2024-06-20T09:20:37.961Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
198 | 2024-06-20T09:20:39.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.01s |
199 | 2024-06-20T09:20:39.971Z | Running `target/debug/xtask build` |
200 | 2024-06-20T09:20:39.991Z | Building opteadm (debug). |
201 | 2024-06-20T09:20:42.388Z | Compiling libc v0.2.155 |
202 | 2024-06-20T09:20:42.388Z | Compiling cfg-if v1.0.0 |
203 | 2024-06-20T09:20:42.392Z | Compiling serde v1.0.203 |
204 | 2024-06-20T09:20:42.392Z | Compiling syn v1.0.109 |
205 | 2024-06-20T09:20:42.392Z | Compiling once_cell v1.19.0 |
206 | 2024-06-20T09:20:42.392Z | Compiling byteorder v1.5.0 |
207 | 2024-06-20T09:20:42.392Z | Compiling equivalent v1.0.1 |
208 | 2024-06-20T09:20:42.392Z | Compiling syn v2.0.66 |
209 | 2024-06-20T09:20:42.481Z | Compiling hashbrown v0.14.5 |
210 | 2024-06-20T09:20:42.507Z | Compiling autocfg v1.3.0 |
211 | 2024-06-20T09:20:42.724Z | Compiling toml_datetime v0.6.6 |
212 | 2024-06-20T09:20:42.951Z | Compiling fnv v1.0.7 |
213 | 2024-06-20T09:20:42.959Z | Compiling ident_case v1.0.1 |
214 | 2024-06-20T09:20:43.051Z | Compiling parking_lot_core v0.9.10 |
215 | 2024-06-20T09:20:43.101Z | Compiling winnow v0.5.40 |
216 | 2024-06-20T09:20:43.106Z | Compiling heapless v0.8.0 |
217 | 2024-06-20T09:20:43.282Z | Compiling lock_api v0.4.12 |
218 | 2024-06-20T09:20:43.467Z | Compiling hash32 v0.3.1 |
219 | 2024-06-20T09:20:43.656Z | Compiling serde_json v1.0.117 |
220 | 2024-06-20T09:20:43.706Z | Compiling scopeguard v1.2.0 |
221 | 2024-06-20T09:20:43.816Z | Compiling indexmap v2.2.6 |
222 | 2024-06-20T09:20:43.819Z | Compiling dyn-clone v1.0.17 |
223 | 2024-06-20T09:20:43.861Z | Compiling smoltcp v0.11.0 |
224 | 2024-06-20T09:20:43.999Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
225 | 2024-06-20T09:20:44.031Z | Compiling smallvec v1.13.2 |
226 | 2024-06-20T09:20:44.355Z | Compiling stable_deref_trait v1.2.0 |
227 | 2024-06-20T09:20:44.908Z | Compiling cobs v0.2.3 |
228 | 2024-06-20T09:20:45.090Z | Compiling embedded-io v0.4.0 |
229 | 2024-06-20T09:20:45.204Z | Compiling managed v0.8.0 |
230 | 2024-06-20T09:20:45.264Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
231 | 2024-06-20T09:20:45.294Z | Compiling schemars v0.8.21 |
232 | 2024-06-20T09:20:45.341Z | Compiling bitflags v1.3.2 |
233 | 2024-06-20T09:20:45.431Z | Compiling version_check v0.9.4 |
234 | 2024-06-20T09:20:45.573Z | Compiling pin-project-lite v0.2.14 |
235 | 2024-06-20T09:20:45.651Z | Compiling parking_lot v0.12.3 |
236 | 2024-06-20T09:20:45.678Z | Compiling socket2 v0.5.7 |
237 | 2024-06-20T09:20:45.696Z | Compiling num_cpus v1.16.0 |
238 | 2024-06-20T09:20:45.805Z | Compiling errno v0.3.9 |
239 | 2024-06-20T09:20:46.032Z | Compiling signal-hook-registry v1.4.2 |
240 | 2024-06-20T09:20:46.139Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
241 | 2024-06-20T09:20:46.472Z | Compiling mio v0.8.11 |
242 | 2024-06-20T09:20:46.749Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
243 | 2024-06-20T09:20:46.828Z | Compiling toml_edit v0.19.15 |
244 | 2024-06-20T09:20:47.013Z | Compiling unicode-width v0.1.13 |
245 | 2024-06-20T09:20:47.047Z | Compiling either v1.12.0 |
246 | 2024-06-20T09:20:47.151Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
247 | 2024-06-20T09:20:47.245Z | Compiling bytes v1.6.0 |
248 | 2024-06-20T09:20:47.321Z | Compiling memchr v2.7.2 |
249 | 2024-06-20T09:20:47.383Z | Compiling foreign-types-shared v0.3.1 |
250 | 2024-06-20T09:20:47.482Z | Compiling itertools v0.12.1 |
251 | 2024-06-20T09:20:47.986Z | Compiling tabwriter v1.4.0 |
252 | 2024-06-20T09:20:48.583Z | Compiling cstr-argument v0.1.2 |
253 | 2024-06-20T09:20:48.637Z | Compiling rustix v0.38.34 |
254 | 2024-06-20T09:20:49.037Z | Compiling darling_core v0.20.9 |
255 | 2024-06-20T09:20:49.358Z | Compiling proc-macro-crate v1.3.1 |
256 | 2024-06-20T09:20:49.856Z | Compiling serde_derive_internals v0.29.1 |
257 | 2024-06-20T09:20:50.350Z | Compiling tracing-core v0.1.32 |
258 | 2024-06-20T09:20:50.434Z | Compiling crc32fast v1.4.2 |
259 | 2024-06-20T09:20:50.735Z | Compiling lazy_static v1.4.0 |
260 | 2024-06-20T09:20:50.852Z | Compiling pretty-hex v0.2.1 |
261 | 2024-06-20T09:20:51.013Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
262 | 2024-06-20T09:20:51.148Z | Compiling colored v2.1.0 |
263 | 2024-06-20T09:20:51.329Z | Compiling terminal_size v0.3.0 |
264 | 2024-06-20T09:20:51.521Z | Compiling socket2 v0.4.10 |
265 | 2024-06-20T09:20:52.024Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
266 | 2024-06-20T09:20:52.026Z | Compiling clap_builder v4.5.6 |
267 | 2024-06-20T09:20:52.258Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
268 | 2024-06-20T09:20:53.878Z | Compiling serde_derive v1.0.203 |
269 | 2024-06-20T09:20:53.878Z | Compiling zerocopy-derive v0.7.34 |
270 | 2024-06-20T09:20:53.958Z | Compiling thiserror-impl v1.0.61 |
271 | 2024-06-20T09:20:53.977Z | Compiling tokio-macros v2.3.0 |
272 | 2024-06-20T09:20:54.260Z | Compiling foreign-types-macros v0.2.3 |
273 | 2024-06-20T09:20:54.280Z | Compiling num_enum_derive v0.5.11 |
274 | 2024-06-20T09:20:54.603Z | Compiling darling_macro v0.20.9 |
275 | 2024-06-20T09:20:55.564Z | Compiling schemars_derive v0.8.21 |
276 | 2024-06-20T09:20:55.645Z | Compiling tokio v1.38.0 |
277 | 2024-06-20T09:20:55.690Z | Compiling darling v0.20.9 |
278 | 2024-06-20T09:20:55.791Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
279 | 2024-06-20T09:20:56.758Z | Compiling num_enum v0.5.11 |
280 | 2024-06-20T09:20:56.895Z | Compiling foreign-types v0.5.0 |
281 | 2024-06-20T09:20:56.898Z | Compiling thiserror v1.0.61 |
282 | 2024-06-20T09:20:56.984Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
283 | 2024-06-20T09:20:57.008Z | Compiling tracing-attributes v0.1.27 |
284 | 2024-06-20T09:20:57.098Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
285 | 2024-06-20T09:20:57.986Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
286 | 2024-06-20T09:20:58.117Z | Compiling clap_derive v4.5.5 |
287 | 2024-06-20T09:21:00.186Z | Compiling tracing v0.1.40 |
288 | 2024-06-20T09:21:00.458Z | Compiling zerocopy v0.7.34 |
289 | 2024-06-20T09:21:01.675Z | Compiling clap v4.5.6 |
290 | 2024-06-20T09:21:02.471Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
291 | 2024-06-20T09:21:04.694Z | Compiling ipnetwork v0.20.0 |
292 | 2024-06-20T09:21:04.697Z | Compiling postcard v1.0.8 |
293 | 2024-06-20T09:21:05.419Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
294 | 2024-06-20T09:21:07.300Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
295 | 2024-06-20T09:21:11.428Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
296 | 2024-06-20T09:21:13.489Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
297 | 2024-06-20T09:21:20.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.14s |
298 | 2024-06-20T09:21:20.434Z | Building xde (debug). |
299 | 2024-06-20T09:21:20.563Z | info: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos' |
300 | 2024-06-20T09:21:20.693Z | info: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11) |
301 | 2024-06-20T09:21:20.713Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
302 | 2024-06-20T09:21:20.713Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
303 | 2024-06-20T09:21:20.716Z | info: downloading component 'rust-src' |
304 | 2024-06-20T09:21:21.136Z | info: installing component 'rust-src' |
305 | 2024-06-20T09:21:21.944Z | Updating crates.io index |
306 | 2024-06-20T09:21:22.032Z | Downloading crates ... |
307 | 2024-06-20T09:21:22.094Z | Downloaded allocator-api2 v0.2.18 |
308 | 2024-06-20T09:21:22.098Z | Downloaded unicode-width v0.1.12 |
309 | 2024-06-20T09:21:22.100Z | Downloaded getopts v0.2.21 |
310 | 2024-06-20T09:21:22.113Z | Downloaded addr2line v0.21.0 |
311 | 2024-06-20T09:21:22.127Z | Downloaded miniz_oxide v0.7.2 |
312 | 2024-06-20T09:21:22.130Z | Downloaded memchr v2.5.0 |
313 | 2024-06-20T09:21:22.165Z | Downloaded compiler_builtins v0.1.109 |
314 | 2024-06-20T09:21:22.179Z | Downloaded gimli v0.28.1 |
315 | 2024-06-20T09:21:22.188Z | Downloaded object v0.32.2 |
316 | 2024-06-20T09:21:22.210Z | Downloaded libc v0.2.153 |
317 | 2024-06-20T09:21:22.316Z | Compiling compiler_builtins v0.1.109 |
318 | 2024-06-20T09:21:22.319Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
319 | 2024-06-20T09:21:22.319Z | Compiling proc-macro2 v1.0.85 |
320 | 2024-06-20T09:21:22.319Z | Compiling unicode-ident v1.0.12 |
321 | 2024-06-20T09:21:22.319Z | Compiling fnv v1.0.7 |
322 | 2024-06-20T09:21:22.325Z | Compiling serde v1.0.203 |
323 | 2024-06-20T09:21:22.328Z | Compiling ident_case v1.0.1 |
324 | 2024-06-20T09:21:22.328Z | Compiling strsim v0.11.1 |
325 | 2024-06-20T09:21:22.500Z | Compiling heapless v0.8.0 |
326 | 2024-06-20T09:21:22.540Z | Compiling smoltcp v0.11.0 |
327 | 2024-06-20T09:21:22.546Z | Compiling version_check v0.9.4 |
328 | 2024-06-20T09:21:23.437Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
329 | 2024-06-20T09:21:23.882Z | Compiling quote v1.0.36 |
330 | 2024-06-20T09:21:24.140Z | Compiling syn v2.0.66 |
331 | 2024-06-20T09:21:28.135Z | Compiling darling_core v0.20.9 |
332 | 2024-06-20T09:21:31.505Z | Compiling serde_derive v1.0.203 |
333 | 2024-06-20T09:21:31.505Z | Compiling zerocopy-derive v0.7.34 |
334 | 2024-06-20T09:21:31.508Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
335 | 2024-06-20T09:21:32.701Z | Compiling darling_macro v0.20.9 |
336 | 2024-06-20T09:21:34.001Z | Compiling darling v0.20.9 |
337 | 2024-06-20T09:21:34.082Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
338 | 2024-06-20T09:21:42.697Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
339 | 2024-06-20T09:21:44.033Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
340 | 2024-06-20T09:21:47.030Z | Compiling byteorder v1.5.0 |
341 | 2024-06-20T09:21:47.030Z | Compiling cfg-if v1.0.0 |
342 | 2024-06-20T09:21:47.033Z | Compiling stable_deref_trait v1.2.0 |
343 | 2024-06-20T09:21:47.033Z | Compiling bitflags v1.3.2 |
344 | 2024-06-20T09:21:47.033Z | Compiling cobs v0.2.3 |
345 | 2024-06-20T09:21:47.033Z | Compiling managed v0.8.0 |
346 | 2024-06-20T09:21:47.033Z | Compiling embedded-io v0.4.0 |
347 | 2024-06-20T09:21:47.126Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
348 | 2024-06-20T09:21:47.141Z | Compiling either v1.12.0 |
349 | 2024-06-20T09:21:47.267Z | Compiling crc32fast v1.4.2 |
350 | 2024-06-20T09:21:47.336Z | Compiling hash32 v0.3.1 |
351 | 2024-06-20T09:21:47.380Z | Compiling zerocopy v0.7.34 |
352 | 2024-06-20T09:21:47.394Z | Compiling dyn-clone v1.0.17 |
353 | 2024-06-20T09:21:47.505Z | Compiling itertools v0.12.1 |
354 | 2024-06-20T09:21:47.513Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
355 | 2024-06-20T09:21:47.547Z | Compiling bitflags v2.5.0 |
356 | 2024-06-20T09:21:51.228Z | Compiling postcard v1.0.8 |
357 | 2024-06-20T09:21:51.712Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
358 | 2024-06-20T09:21:57.600Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
359 | 2024-06-20T09:22:01.729Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
360 | 2024-06-20T09:22:02.083Z | warning: unused import: `illumos_sys_hdrs::c_short` |
361 | 2024-06-20T09:22:02.083Z | --> xde/src/mac_sys.rs:20:5 |
362 | 2024-06-20T09:22:02.083Z | | |
363 | 2024-06-20T09:22:02.084Z | 20 | use illumos_sys_hdrs::c_short; |
364 | 2024-06-20T09:22:02.084Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
365 | 2024-06-20T09:22:02.084Z | | |
366 | 2024-06-20T09:22:02.084Z | = note: `#[warn(unused_imports)]` on by default |
367 | 2024-06-20T09:22:02.084Z | |
368 | 2024-06-20T09:22:02.300Z | warning: the feature `offset_of` has been stable since 1.77.0 and no longer requires an attribute to enable |
369 | 2024-06-20T09:22:02.300Z | --> xde/src/lib.rs:24:12 |
370 | 2024-06-20T09:22:02.300Z | | |
371 | 2024-06-20T09:22:02.300Z | 24 | #![feature(offset_of)] |
372 | 2024-06-20T09:22:02.300Z | | ^^^^^^^^^ |
373 | 2024-06-20T09:22:02.300Z | | |
374 | 2024-06-20T09:22:02.300Z | = note: `#[warn(stable_features)]` on by default |
375 | 2024-06-20T09:22:02.300Z | |
376 | 2024-06-20T09:22:07.304Z | warning: `xde` (lib) generated 2 warnings (run `cargo fix --lib -p xde` to apply 1 suggestion) |
377 | 2024-06-20T09:22:07.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.67s |
378 | 2024-06-20T09:22:07.336Z | Linking xde kmod... |
379 | 2024-06-20T09:22:10.452Z | Building xde dev link helper (debug). |
380 | 2024-06-20T09:22:10.691Z | Compiling compiler_builtins v0.1.109 |
381 | 2024-06-20T09:22:10.691Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
382 | 2024-06-20T09:22:10.691Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
383 | 2024-06-20T09:22:28.352Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
384 | 2024-06-20T09:22:29.153Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
385 | 2024-06-20T09:22:32.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.26s |
386 | 2024-06-20T09:22:32.807Z | Building opteadm (release). |
387 | 2024-06-20T09:22:33.091Z | Compiling proc-macro2 v1.0.85 |
388 | 2024-06-20T09:22:33.095Z | Compiling unicode-ident v1.0.12 |
389 | 2024-06-20T09:22:33.095Z | Compiling libc v0.2.155 |
390 | 2024-06-20T09:22:33.095Z | Compiling cfg-if v1.0.0 |
391 | 2024-06-20T09:22:33.095Z | Compiling serde v1.0.203 |
392 | 2024-06-20T09:22:33.095Z | Compiling syn v1.0.109 |
393 | 2024-06-20T09:22:33.101Z | Compiling hashbrown v0.14.5 |
394 | 2024-06-20T09:22:33.104Z | Compiling anyhow v1.0.86 |
395 | 2024-06-20T09:22:33.194Z | Compiling byteorder v1.5.0 |
396 | 2024-06-20T09:22:33.257Z | Compiling equivalent v1.0.1 |
397 | 2024-06-20T09:22:33.351Z | Compiling autocfg v1.3.0 |
398 | 2024-06-20T09:22:33.569Z | Compiling toml_datetime v0.6.6 |
399 | 2024-06-20T09:22:33.628Z | Compiling winnow v0.5.40 |
400 | 2024-06-20T09:22:33.641Z | Compiling ident_case v1.0.1 |
401 | 2024-06-20T09:22:33.693Z | Compiling parking_lot_core v0.9.10 |
402 | 2024-06-20T09:22:33.792Z | Compiling strsim v0.11.1 |
403 | 2024-06-20T09:22:33.937Z | Compiling fnv v1.0.7 |
404 | 2024-06-20T09:22:34.049Z | Compiling heapless v0.8.0 |
405 | 2024-06-20T09:22:34.117Z | Compiling lock_api v0.4.12 |
406 | 2024-06-20T09:22:34.123Z | Compiling hash32 v0.3.1 |
407 | 2024-06-20T09:22:34.353Z | Compiling indexmap v2.2.6 |
408 | 2024-06-20T09:22:34.401Z | Compiling scopeguard v1.2.0 |
409 | 2024-06-20T09:22:34.521Z | Compiling quote v1.0.36 |
410 | 2024-06-20T09:22:34.545Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
411 | 2024-06-20T09:22:34.564Z | Compiling smoltcp v0.11.0 |
412 | 2024-06-20T09:22:34.898Z | Compiling syn v2.0.66 |
413 | 2024-06-20T09:22:35.162Z | Compiling dyn-clone v1.0.17 |
414 | 2024-06-20T09:22:35.202Z | Compiling stable_deref_trait v1.2.0 |
415 | 2024-06-20T09:22:35.286Z | Compiling serde_json v1.0.117 |
416 | 2024-06-20T09:22:35.292Z | Compiling once_cell v1.19.0 |
417 | 2024-06-20T09:22:35.394Z | Compiling smallvec v1.13.2 |
418 | 2024-06-20T09:22:35.693Z | Compiling thiserror v1.0.61 |
419 | 2024-06-20T09:22:36.100Z | Compiling pin-project-lite v0.2.14 |
420 | 2024-06-20T09:22:36.149Z | Compiling schemars v0.8.21 |
421 | 2024-06-20T09:22:36.208Z | Compiling embedded-io v0.4.0 |
422 | 2024-06-20T09:22:36.218Z | Compiling rustix v0.38.34 |
423 | 2024-06-20T09:22:36.408Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
424 | 2024-06-20T09:22:36.501Z | Compiling cobs v0.2.3 |
425 | 2024-06-20T09:22:36.718Z | Compiling version_check v0.9.4 |
426 | 2024-06-20T09:22:36.822Z | Compiling bitflags v1.3.2 |
427 | 2024-06-20T09:22:36.913Z | Compiling ryu v1.0.18 |
428 | 2024-06-20T09:22:36.920Z | Compiling itoa v1.0.11 |
429 | 2024-06-20T09:22:37.012Z | Compiling managed v0.8.0 |
430 | 2024-06-20T09:22:37.231Z | Compiling parking_lot v0.12.3 |
431 | 2024-06-20T09:22:37.358Z | Compiling toml_edit v0.19.15 |
432 | 2024-06-20T09:22:37.386Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
433 | 2024-06-20T09:22:37.575Z | Compiling socket2 v0.5.7 |
434 | 2024-06-20T09:22:37.596Z | Compiling signal-hook-registry v1.4.2 |
435 | 2024-06-20T09:22:37.720Z | Compiling errno v0.3.9 |
436 | 2024-06-20T09:22:38.018Z | Compiling num_cpus v1.16.0 |
437 | 2024-06-20T09:22:38.142Z | Compiling mio v0.8.11 |
438 | 2024-06-20T09:22:40.009Z | Compiling proc-macro-crate v1.3.1 |
439 | 2024-06-20T09:22:40.168Z | Compiling bytes v1.6.0 |
440 | 2024-06-20T09:22:40.551Z | Compiling either v1.12.0 |
441 | 2024-06-20T09:22:40.907Z | Compiling foreign-types-shared v0.3.1 |
442 | 2024-06-20T09:22:40.916Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
443 | 2024-06-20T09:22:40.919Z | Compiling bitflags v2.5.0 |
444 | 2024-06-20T09:22:41.215Z | Compiling darling_core v0.20.9 |
445 | 2024-06-20T09:22:41.513Z | Compiling serde_derive_internals v0.29.1 |
446 | 2024-06-20T09:22:41.595Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
447 | 2024-06-20T09:22:41.738Z | Compiling unicode-width v0.1.13 |
448 | 2024-06-20T09:22:42.061Z | Compiling memchr v2.7.2 |
449 | 2024-06-20T09:22:42.572Z | Compiling utf8parse v0.2.2 |
450 | 2024-06-20T09:22:42.724Z | Compiling anstyle-parse v0.2.4 |
451 | 2024-06-20T09:22:43.151Z | Compiling cstr-argument v0.1.2 |
452 | 2024-06-20T09:22:43.441Z | Compiling tabwriter v1.4.0 |
453 | 2024-06-20T09:22:43.908Z | Compiling tracing-core v0.1.32 |
454 | 2024-06-20T09:22:44.505Z | Compiling itertools v0.12.1 |
455 | 2024-06-20T09:22:46.510Z | Compiling crc32fast v1.4.2 |
456 | 2024-06-20T09:22:46.733Z | Compiling num_enum_derive v0.5.11 |
457 | 2024-06-20T09:22:47.007Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
458 | 2024-06-20T09:22:47.251Z | Compiling anstyle v1.0.7 |
459 | 2024-06-20T09:22:47.254Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
460 | 2024-06-20T09:22:47.264Z | Compiling serde_derive v1.0.203 |
461 | 2024-06-20T09:22:47.286Z | Compiling foreign-types-macros v0.2.3 |
462 | 2024-06-20T09:22:47.559Z | Compiling tokio-macros v2.3.0 |
463 | 2024-06-20T09:22:47.759Z | Compiling darling_macro v0.20.9 |
464 | 2024-06-20T09:22:47.824Z | Compiling zerocopy-derive v0.7.34 |
465 | 2024-06-20T09:22:47.887Z | Compiling thiserror-impl v1.0.61 |
466 | 2024-06-20T09:22:48.580Z | Compiling schemars_derive v0.8.21 |
467 | 2024-06-20T09:22:48.826Z | Compiling darling v0.20.9 |
468 | 2024-06-20T09:22:48.838Z | Compiling foreign-types v0.5.0 |
469 | 2024-06-20T09:22:48.923Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
470 | 2024-06-20T09:22:48.933Z | Compiling tracing-attributes v0.1.27 |
471 | 2024-06-20T09:22:49.175Z | Compiling num_enum v0.5.11 |
472 | 2024-06-20T09:22:49.222Z | Compiling tokio v1.38.0 |
473 | 2024-06-20T09:22:49.326Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
474 | 2024-06-20T09:22:50.024Z | Compiling zerocopy v0.7.34 |
475 | 2024-06-20T09:22:50.084Z | Compiling colorchoice v1.0.1 |
476 | 2024-06-20T09:22:50.235Z | Compiling anstyle-query v1.1.0 |
477 | 2024-06-20T09:22:50.295Z | Compiling lazy_static v1.4.0 |
478 | 2024-06-20T09:22:50.364Z | Compiling is_terminal_polyfill v1.70.0 |
479 | 2024-06-20T09:22:50.413Z | Compiling pretty-hex v0.2.1 |
480 | 2024-06-20T09:22:50.479Z | Compiling anstream v0.6.14 |
481 | 2024-06-20T09:22:50.610Z | Compiling colored v2.1.0 |
482 | 2024-06-20T09:22:50.968Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
483 | 2024-06-20T09:22:51.851Z | Compiling terminal_size v0.3.0 |
484 | 2024-06-20T09:22:52.069Z | Compiling socket2 v0.4.10 |
485 | 2024-06-20T09:22:52.471Z | Compiling tracing v0.1.40 |
486 | 2024-06-20T09:22:52.532Z | Compiling clap_lex v0.7.1 |
487 | 2024-06-20T09:22:52.612Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
488 | 2024-06-20T09:22:53.064Z | Compiling heck v0.5.0 |
489 | 2024-06-20T09:22:53.363Z | Compiling clap_builder v4.5.6 |
490 | 2024-06-20T09:22:53.495Z | Compiling clap_derive v4.5.5 |
491 | 2024-06-20T09:22:53.540Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
492 | 2024-06-20T09:22:56.963Z | Compiling clap v4.5.6 |
493 | 2024-06-20T09:22:56.972Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
494 | 2024-06-20T09:23:00.732Z | Compiling ipnetwork v0.20.0 |
495 | 2024-06-20T09:23:01.135Z | Compiling postcard v1.0.8 |
496 | 2024-06-20T09:23:02.002Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
497 | 2024-06-20T09:23:10.172Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
498 | 2024-06-20T09:23:14.419Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
499 | 2024-06-20T09:23:16.892Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
500 | 2024-06-20T09:23:33.829Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 00s |
501 | 2024-06-20T09:23:33.865Z | Building xde (release). |
502 | 2024-06-20T09:23:34.264Z | Compiling compiler_builtins v0.1.109 |
503 | 2024-06-20T09:23:34.264Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
504 | 2024-06-20T09:23:34.267Z | Compiling proc-macro2 v1.0.85 |
505 | 2024-06-20T09:23:34.267Z | Compiling unicode-ident v1.0.12 |
506 | 2024-06-20T09:23:34.267Z | Compiling heapless v0.8.0 |
507 | 2024-06-20T09:23:34.267Z | Compiling fnv v1.0.7 |
508 | 2024-06-20T09:23:34.267Z | Compiling serde v1.0.203 |
509 | 2024-06-20T09:23:34.272Z | Compiling ident_case v1.0.1 |
510 | 2024-06-20T09:23:34.405Z | Compiling strsim v0.11.1 |
511 | 2024-06-20T09:23:34.439Z | Compiling smoltcp v0.11.0 |
512 | 2024-06-20T09:23:34.453Z | Compiling version_check v0.9.4 |
513 | 2024-06-20T09:23:35.254Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
514 | 2024-06-20T09:23:54.122Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
515 | 2024-06-20T09:23:55.997Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
516 | 2024-06-20T09:23:57.372Z | Compiling quote v1.0.36 |
517 | 2024-06-20T09:23:57.659Z | Compiling syn v2.0.66 |
518 | 2024-06-20T09:23:59.676Z | Compiling byteorder v1.5.0 |
519 | 2024-06-20T09:23:59.676Z | Compiling stable_deref_trait v1.2.0 |
520 | 2024-06-20T09:23:59.679Z | Compiling cfg-if v1.0.0 |
521 | 2024-06-20T09:23:59.679Z | Compiling bitflags v1.3.2 |
522 | 2024-06-20T09:23:59.679Z | Compiling managed v0.8.0 |
523 | 2024-06-20T09:23:59.679Z | Compiling embedded-io v0.4.0 |
524 | 2024-06-20T09:23:59.765Z | Compiling cobs v0.2.3 |
525 | 2024-06-20T09:23:59.772Z | Compiling either v1.12.0 |
526 | 2024-06-20T09:23:59.778Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
527 | 2024-06-20T09:23:59.929Z | Compiling crc32fast v1.4.2 |
528 | 2024-06-20T09:24:00.017Z | Compiling hash32 v0.3.1 |
529 | 2024-06-20T09:24:00.078Z | Compiling dyn-clone v1.0.17 |
530 | 2024-06-20T09:24:00.153Z | Compiling itertools v0.12.1 |
531 | 2024-06-20T09:24:00.250Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
532 | 2024-06-20T09:24:00.300Z | Compiling bitflags v2.5.0 |
533 | 2024-06-20T09:24:02.054Z | Compiling darling_core v0.20.9 |
534 | 2024-06-20T09:24:05.731Z | Compiling serde_derive v1.0.203 |
535 | 2024-06-20T09:24:06.041Z | Compiling zerocopy-derive v0.7.34 |
536 | 2024-06-20T09:24:06.053Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
537 | 2024-06-20T09:24:06.965Z | Compiling darling_macro v0.20.9 |
538 | 2024-06-20T09:24:08.276Z | Compiling darling v0.20.9 |
539 | 2024-06-20T09:24:08.276Z | Compiling zerocopy v0.7.34 |
540 | 2024-06-20T09:24:08.354Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
541 | 2024-06-20T09:24:15.102Z | Compiling postcard v1.0.8 |
542 | 2024-06-20T09:24:15.623Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
543 | 2024-06-20T09:24:20.757Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
544 | 2024-06-20T09:24:28.277Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
545 | 2024-06-20T09:24:28.603Z | warning: unused import: `illumos_sys_hdrs::c_short` |
546 | 2024-06-20T09:24:28.603Z | --> xde/src/mac_sys.rs:20:5 |
547 | 2024-06-20T09:24:28.603Z | | |
548 | 2024-06-20T09:24:28.603Z | 20 | use illumos_sys_hdrs::c_short; |
549 | 2024-06-20T09:24:28.603Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
550 | 2024-06-20T09:24:28.603Z | | |
551 | 2024-06-20T09:24:28.603Z | = note: `#[warn(unused_imports)]` on by default |
552 | 2024-06-20T09:24:28.603Z | |
553 | 2024-06-20T09:24:28.737Z | warning: the feature `offset_of` has been stable since 1.77.0 and no longer requires an attribute to enable |
554 | 2024-06-20T09:24:28.737Z | --> xde/src/lib.rs:24:12 |
555 | 2024-06-20T09:24:28.737Z | | |
556 | 2024-06-20T09:24:28.737Z | 24 | #![feature(offset_of)] |
557 | 2024-06-20T09:24:28.737Z | | ^^^^^^^^^ |
558 | 2024-06-20T09:24:28.737Z | | |
559 | 2024-06-20T09:24:28.737Z | = note: `#[warn(stable_features)]` on by default |
560 | 2024-06-20T09:24:28.737Z | |
561 | 2024-06-20T09:24:36.743Z | warning: `xde` (lib) generated 2 warnings (run `cargo fix --lib -p xde` to apply 1 suggestion) |
562 | 2024-06-20T09:24:36.746Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 02s |
563 | 2024-06-20T09:24:36.770Z | Linking xde kmod... |
564 | 2024-06-20T09:24:37.837Z | Building xde dev link helper (release). |
565 | 2024-06-20T09:24:38.074Z | Compiling compiler_builtins v0.1.109 |
566 | 2024-06-20T09:24:38.074Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
567 | 2024-06-20T09:24:38.074Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
568 | 2024-06-20T09:24:57.594Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
569 | 2024-06-20T09:24:58.472Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
570 | 2024-06-20T09:25:03.057Z | Finished `release` profile [optimized + debuginfo] target(s) in 25.15s |
571 | 2024-06-20T09:25:03.085Z | |
572 | 2024-06-20T09:25:03.085Z | real 4:51.101444140 |
573 | 2024-06-20T09:25:03.085Z | user 15:40.748213699 |
574 | 2024-06-20T09:25:03.085Z | sys 2:33.222920822 |
575 | 2024-06-20T09:25:03.085Z | trap 0.478791979 |
576 | 2024-06-20T09:25:03.085Z | tflt 1.610731215 |
577 | 2024-06-20T09:25:03.088Z | dflt 6.649961846 |
578 | 2024-06-20T09:25:03.088Z | kflt 0.014032516 |
579 | 2024-06-20T09:25:03.088Z | lock 28:46.807669191 |
580 | 2024-06-20T09:25:03.088Z | slp 41:01.662798378 |
581 | 2024-06-20T09:25:03.088Z | lat 25.454954807 |
582 | 2024-06-20T09:25:03.088Z | stop 25.310957826 |
583 | 2024-06-20T09:25:03.088Z | + elfdump target/x86_64-unknown-unknown/release/xde |
584 | 2024-06-20T09:25:03.088Z | + grep GOTPCREL |
585 | 2024-06-20T09:25:05.211Z | + header 'package opte' |
586 | 2024-06-20T09:25:05.211Z | + echo '# ==== package opte ==== #' |
587 | 2024-06-20T09:25:05.211Z | # ==== package opte ==== # |
588 | 2024-06-20T09:25:05.211Z | + cargo xtask package --skip-build |
589 | 2024-06-20T09:25:05.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s |
590 | 2024-06-20T09:25:05.497Z | Running `target/debug/xtask package --skip-build` |
591 | 2024-06-20T09:25:05.846Z | + ./clean.sh |
592 | 2024-06-20T09:25:05.857Z | + mkdir -p proto/kernel/drv/amd64 |
593 | 2024-06-20T09:25:05.860Z | + mkdir -p proto/opt/oxide/opte/bin |
594 | 2024-06-20T09:25:05.863Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
595 | 2024-06-20T09:25:05.866Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
596 | 2024-06-20T09:25:05.909Z | + cp ../target/x86_64-unknown-unknown/release/xde proto/kernel/drv/amd64 |
597 | 2024-06-20T09:25:05.966Z | + cp ../xde/xde.conf proto/kernel/drv/ |
598 | 2024-06-20T09:25:05.969Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
599 | 2024-06-20T09:25:05.972Z | + '[' -z ']' |
600 | 2024-06-20T09:25:05.972Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
601 | 2024-06-20T09:25:06.040Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
602 | 2024-06-20T09:25:06.101Z | + INC_DEBUG= |
603 | 2024-06-20T09:25:06.105Z | ++ ./print-api-version.sh |
604 | 2024-06-20T09:25:06.110Z | + API_VSN=32 |
605 | 2024-06-20T09:25:06.113Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/275/g -e s/%API_VSN%/32/g opte.template.p5m |
606 | 2024-06-20T09:25:06.113Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
607 | 2024-06-20T09:25:16.010Z | + pkgdepend generate -d proto opte.base.p5m |
608 | 2024-06-20T09:25:17.663Z | + mkdir -p packages |
609 | 2024-06-20T09:25:17.668Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
610 | 2024-06-20T09:25:35.631Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
611 | 2024-06-20T09:25:35.635Z | + pkgrepo create packages/repo |
612 | 2024-06-20T09:25:36.665Z | + pkgrepo add-publisher -s packages/repo helios-dev |
613 | 2024-06-20T09:25:37.509Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
614 | 2024-06-20T09:26:24.093Z | pkg://helios-dev/driver/network/opte@0.32.275,5.11:20240620T092536Z |
615 | 2024-06-20T09:26:24.093Z | PUBLISHED |
616 | 2024-06-20T09:26:24.152Z | + pkgrecv -a -d packages/repo/opte-0.32.275.p5p -s packages/repo -v -m latest '*' |
617 | 2024-06-20T09:26:24.920Z | Retrieving packages for publisher helios-dev ... |
618 | 2024-06-20T09:26:24.923Z | Retrieving catalog 'helios-dev' ... Done |
619 | 2024-06-20T09:26:24.926Z | Retrieving and evaluating 1 package(s)... |
620 | 2024-06-20T09:26:24.926Z | Fetching manifests: 1/1 100% complete |
621 | 2024-06-20T09:26:24.926Z | Fetching manifests: 1/1 100% complete |
622 | 2024-06-20T09:26:24.926Z | |
623 | 2024-06-20T09:26:24.926Z | Archiving packages ... |
624 | 2024-06-20T09:26:24.926Z | Packages to add: 1 |
625 | 2024-06-20T09:26:24.927Z | Files to retrieve: 6 |
626 | 2024-06-20T09:26:24.927Z | Estimated transfer size: 47.41 MB |
627 | 2024-06-20T09:26:24.927Z | |
628 | 2024-06-20T09:26:24.927Z | Packages to archive: |
629 | 2024-06-20T09:26:24.927Z | driver/network/opte@0.32.275,5.11:20240620T092536Z |
630 | 2024-06-20T09:26:24.927Z | |
631 | 2024-06-20T09:26:24.927Z | Download: 0/6 items 0.0/47.4MB 0% complete |
632 | 2024-06-20T09:26:25.085Z | Download: Completed 47.41 MB in 0.16 seconds (300M/s) |
633 | 2024-06-20T09:26:25.088Z | Archiving: 1/20 items 0.0/47.4MB 0% complete |
634 | 2024-06-20T09:26:25.121Z | Archiving: Completed 47.44 MB in 0.03 seconds |
635 | 2024-06-20T09:26:25.177Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.32.275.p5p. |
636 | 2024-06-20T09:26:25.180Z | + banner copy |
637 | 2024-06-20T09:26:25.183Z | |
638 | 2024-06-20T09:26:25.183Z | #### #### ##### # # |
639 | 2024-06-20T09:26:25.183Z | # # # # # # # # |
640 | 2024-06-20T09:26:25.183Z | # # # # # # |
641 | 2024-06-20T09:26:25.183Z | # # # ##### # |
642 | 2024-06-20T09:26:25.183Z | # # # # # # |
643 | 2024-06-20T09:26:25.183Z | #### #### # # |
644 | 2024-06-20T09:26:25.183Z | |
645 | 2024-06-20T09:26:25.183Z | + pfexec mkdir -p /out |
646 | 2024-06-20T09:26:25.187Z | + pfexec chown 12345 /out |
647 | 2024-06-20T09:26:25.190Z | + PKG_NAME=/out/opte.p5p |
648 | 2024-06-20T09:26:25.192Z | + mv pkg/packages/repo/opte-0.32.275.p5p /out/opte.p5p |
649 | 2024-06-20T09:26:25.242Z | + sha256sum /out/opte.p5p |
650 | 2024-06-20T09:26:25.282Z | process exited: duration 392127 ms, exit code 0 |
|
651 | 2024-06-20T09:26:25.294Z | found 2 output files |
652 | 2024-06-20T09:26:25.294Z | uploading: /out/opte.p5p (49756160 bytes) |
653 | 2024-06-20T09:26:27.238Z | uploaded: /out/opte.p5p |
654 | 2024-06-20T09:26:27.238Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
655 | 2024-06-20T09:26:28.251Z | uploaded: /out/opte.p5p.sha256 |