|
|
|
1 | 2024-05-27T13:52:02.634Z | job assigned to worker 01HYX5365Q4NPY3TV4YGM6MTDW (queued for 1 m 6 s) |
|
2 | 2024-05-27T13:52:09.938Z | starting task 0: "setup" |
3 | 2024-05-27T13:52:09.992Z | ++ uname -s |
4 | 2024-05-27T13:52:09.996Z | + kern=SunOS |
5 | 2024-05-27T13:52:09.996Z | + case "$kern" in |
6 | 2024-05-27T13:52:09.996Z | + groupadd -g 12345 build |
7 | 2024-05-27T13:52:09.996Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-27T13:52:12.006Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-27T13:52:12.131Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-27T13:52:12.135Z | + home_fs=zfs |
11 | 2024-05-27T13:52:12.135Z | + [[ zfs == autofs ]] |
12 | 2024-05-27T13:52:12.136Z | + mkdir -p /home/build |
13 | 2024-05-27T13:52:12.136Z | + chown build:build /home/build /work |
14 | 2024-05-27T13:52:13.137Z | + chmod 0700 /home/build /work |
15 | 2024-05-27T13:52:13.142Z | process exited: duration 3201 ms, exit code 0 |
|
16 | 2024-05-27T13:52:13.150Z | starting task 1: "rust-toolchain" |
17 | 2024-05-27T13:52:13.157Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-27T13:52:13.164Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default |
19 | 2024-05-27T13:52:13.268Z | info: downloading installer |
20 | 2024-05-27T13:52:14.802Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-27T13:52:14.802Z | warning: /opt/ooce/bin |
22 | 2024-05-27T13:52:14.802Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-27T13:52:14.802Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-27T13:52:14.802Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-27T13:52:14.802Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-27T13:52:14.803Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-27T13:52:14.803Z | error: cannot install while Rust is installed |
28 | 2024-05-27T13:52:14.803Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-27T13:52:14.910Z | info: profile set to 'default' |
30 | 2024-05-27T13:52:14.910Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-27T13:52:14.913Z | info: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos' |
32 | 2024-05-27T13:52:15.053Z | info: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11) |
33 | 2024-05-27T13:52:15.053Z | info: downloading component 'cargo' |
34 | 2024-05-27T13:52:15.817Z | info: downloading component 'clippy' |
35 | 2024-05-27T13:52:16.074Z | info: downloading component 'rust-docs' |
36 | 2024-05-27T13:52:17.108Z | info: downloading component 'rust-std' |
37 | 2024-05-27T13:52:18.741Z | info: downloading component 'rustc' |
38 | 2024-05-27T13:52:22.935Z | info: downloading component 'rustfmt' |
39 | 2024-05-27T13:52:23.164Z | info: installing component 'cargo' |
40 | 2024-05-27T13:52:24.019Z | info: installing component 'clippy' |
41 | 2024-05-27T13:52:24.387Z | info: installing component 'rust-docs' |
42 | 2024-05-27T13:52:26.031Z | info: installing component 'rust-std' |
43 | 2024-05-27T13:52:27.800Z | info: installing component 'rustc' |
44 | 2024-05-27T13:52:32.102Z | info: installing component 'rustfmt' |
45 | 2024-05-27T13:52:32.434Z | info: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos' |
46 | 2024-05-27T13:52:32.434Z | |
47 | 2024-05-27T13:52:32.715Z | nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11) |
48 | 2024-05-27T13:52:32.715Z | |
49 | 2024-05-27T13:52:32.715Z | |
50 | 2024-05-27T13:52:32.715Z | Rust is installed now. Great! |
51 | 2024-05-27T13:52:32.715Z | |
52 | 2024-05-27T13:52:32.715Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-27T13:52:32.715Z | environment variable. This has not been done automatically. |
54 | 2024-05-27T13:52:32.715Z | |
55 | 2024-05-27T13:52:32.715Z | To configure your current shell, you need to source |
56 | 2024-05-27T13:52:32.719Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-27T13:52:32.719Z | |
58 | 2024-05-27T13:52:32.719Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-27T13:52:32.720Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-27T13:52:32.720Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-27T13:52:32.813Z | + rustc --version |
62 | 2024-05-27T13:52:32.876Z | rustc 1.80.0-nightly (78a775127 2024-05-11) |
63 | 2024-05-27T13:52:32.881Z | process exited: duration 19727 ms, exit code 0 |
|
64 | 2024-05-27T13:52:32.892Z | starting task 2: "authentication" |
65 | 2024-05-27T13:52:32.914Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-05-27T13:52:32.922Z | starting task 3: "clone repository" |
67 | 2024-05-27T13:52:32.927Z | + mkdir -p /work/oxidecomputer/opte |
68 | 2024-05-27T13:52:32.931Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
69 | 2024-05-27T13:52:33.668Z | Cloning into '/work/oxidecomputer/opte'... |
70 | 2024-05-27T13:52:35.645Z | + cd /work/oxidecomputer/opte |
71 | 2024-05-27T13:52:35.645Z | + git fetch origin 51b5ba9fc611bfa2ce7b68ffbc2b252384c92f51 |
72 | 2024-05-27T13:52:35.917Z | From https://github.com/oxidecomputer/opte |
73 | 2024-05-27T13:52:35.917Z | * branch 51b5ba9fc611bfa2ce7b68ffbc2b252384c92f51 -> FETCH_HEAD |
74 | 2024-05-27T13:52:35.925Z | + [[ -n master ]] |
75 | 2024-05-27T13:52:35.929Z | ++ git branch --show-current |
76 | 2024-05-27T13:52:35.929Z | + current=master |
77 | 2024-05-27T13:52:35.929Z | + [[ master != master ]] |
78 | 2024-05-27T13:52:35.929Z | + git reset --hard 51b5ba9fc611bfa2ce7b68ffbc2b252384c92f51 |
79 | 2024-05-27T13:52:35.953Z | HEAD is now at 51b5ba9 Lock file maintenance (#541) |
80 | 2024-05-27T13:52:35.957Z | process exited: duration 3028 ms, exit code 0 |
|
81 | 2024-05-27T13:52:35.966Z | starting task 4: "build" |
82 | 2024-05-27T13:52:35.970Z | + TGT_BASE=/work |
83 | 2024-05-27T13:52:35.970Z | + REL_SRC=target/x86_64-unknown-unknown/release |
84 | 2024-05-27T13:52:35.970Z | + REL_TGT=/work/release |
85 | 2024-05-27T13:52:35.970Z | + mkdir -p /work/release |
86 | 2024-05-27T13:52:35.975Z | + cargo --version |
87 | 2024-05-27T13:52:35.979Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
88 | 2024-05-27T13:52:36.139Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-05-27T13:52:36.139Z | info: downloading component 'cargo' |
90 | 2024-05-27T13:52:37.049Z | info: downloading component 'clippy' |
91 | 2024-05-27T13:52:37.354Z | info: downloading component 'rust-docs' |
92 | 2024-05-27T13:52:38.557Z | info: downloading component 'rust-std' |
93 | 2024-05-27T13:52:40.487Z | info: downloading component 'rustc' |
94 | 2024-05-27T13:52:45.436Z | info: downloading component 'rustfmt' |
95 | 2024-05-27T13:52:45.702Z | info: installing component 'cargo' |
96 | 2024-05-27T13:52:46.538Z | info: installing component 'clippy' |
97 | 2024-05-27T13:52:46.889Z | info: installing component 'rust-docs' |
98 | 2024-05-27T13:52:48.416Z | info: installing component 'rust-std' |
99 | 2024-05-27T13:52:50.069Z | info: installing component 'rustc' |
100 | 2024-05-27T13:52:54.233Z | info: installing component 'rustfmt' |
101 | 2024-05-27T13:52:54.627Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
102 | 2024-05-27T13:52:54.631Z | + rustc --version |
103 | 2024-05-27T13:52:54.694Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
104 | 2024-05-27T13:52:54.698Z | + header 'build xde and opteadm (release+debug)' |
105 | 2024-05-27T13:52:54.702Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
106 | 2024-05-27T13:52:54.702Z | # ==== build xde and opteadm (release+debug) ==== # |
107 | 2024-05-27T13:52:54.702Z | + ptime -m cargo xtask build |
108 | 2024-05-27T13:52:54.884Z | Updating crates.io index |
109 | 2024-05-27T13:52:54.889Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
110 | 2024-05-27T13:52:55.651Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
111 | 2024-05-27T13:52:55.916Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
112 | 2024-05-27T13:52:56.228Z | Updating git repository `https://github.com/oxidecomputer/zone` |
113 | 2024-05-27T13:52:56.544Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
114 | 2024-05-27T13:52:56.824Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
115 | 2024-05-27T13:52:57.087Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
116 | 2024-05-27T13:52:58.014Z | Downloading crates ... |
117 | 2024-05-27T13:52:58.067Z | Downloaded anstream v0.6.14 |
118 | 2024-05-27T13:52:58.072Z | Downloaded anstyle v1.0.7 |
119 | 2024-05-27T13:52:58.076Z | Downloaded anstyle-parse v0.2.4 |
120 | 2024-05-27T13:52:58.076Z | Downloaded anstyle-query v1.0.3 |
121 | 2024-05-27T13:52:58.081Z | Downloaded anyhow v1.0.86 |
122 | 2024-05-27T13:52:58.085Z | Downloaded heck v0.5.0 |
123 | 2024-05-27T13:52:58.089Z | Downloaded camino v1.1.7 |
124 | 2024-05-27T13:52:58.089Z | Downloaded bitflags v2.5.0 |
125 | 2024-05-27T13:52:58.093Z | Downloaded semver v1.0.23 |
126 | 2024-05-27T13:52:58.093Z | Downloaded equivalent v1.0.1 |
127 | 2024-05-27T13:52:58.112Z | Downloaded is_terminal_polyfill v1.70.0 |
128 | 2024-05-27T13:52:58.116Z | Downloaded clap v4.5.4 |
129 | 2024-05-27T13:52:58.123Z | Downloaded utf8parse v0.2.1 |
130 | 2024-05-27T13:52:58.127Z | Downloaded thiserror-impl v1.0.61 |
131 | 2024-05-27T13:52:58.127Z | Downloaded clap_lex v0.7.0 |
132 | 2024-05-27T13:52:58.127Z | Downloaded thiserror v1.0.61 |
133 | 2024-05-27T13:52:58.132Z | Downloaded strsim v0.11.1 |
134 | 2024-05-27T13:52:58.132Z | Downloaded toml_datetime v0.6.6 |
135 | 2024-05-27T13:52:58.139Z | Downloaded colorchoice v1.0.1 |
136 | 2024-05-27T13:52:58.139Z | Downloaded serde_spanned v0.6.6 |
137 | 2024-05-27T13:52:58.139Z | Downloaded itoa v1.0.11 |
138 | 2024-05-27T13:52:58.139Z | Downloaded terminal_size v0.3.0 |
139 | 2024-05-27T13:52:58.143Z | Downloaded cargo_metadata v0.18.1 |
140 | 2024-05-27T13:52:58.143Z | Downloaded errno v0.3.9 |
141 | 2024-05-27T13:52:58.143Z | Downloaded clap_derive v4.5.4 |
142 | 2024-05-27T13:52:58.143Z | Downloaded cargo-platform v0.1.8 |
143 | 2024-05-27T13:52:58.143Z | Downloaded quote v1.0.36 |
144 | 2024-05-27T13:52:58.149Z | Downloaded indexmap v2.2.6 |
145 | 2024-05-27T13:52:58.154Z | Downloaded unicode-ident v1.0.12 |
146 | 2024-05-27T13:52:58.159Z | Downloaded ryu v1.0.18 |
147 | 2024-05-27T13:52:58.163Z | Downloaded toml v0.8.13 |
148 | 2024-05-27T13:52:58.163Z | Downloaded serde_derive v1.0.203 |
149 | 2024-05-27T13:52:58.167Z | Downloaded proc-macro2 v1.0.84 |
150 | 2024-05-27T13:52:58.172Z | Downloaded serde_json v1.0.117 |
151 | 2024-05-27T13:52:58.178Z | Downloaded memchr v2.7.2 |
152 | 2024-05-27T13:52:58.183Z | Downloaded serde v1.0.203 |
153 | 2024-05-27T13:52:58.188Z | Downloaded toml_edit v0.22.13 |
154 | 2024-05-27T13:52:58.207Z | Downloaded winnow v0.6.8 |
155 | 2024-05-27T13:52:58.215Z | Downloaded hashbrown v0.14.5 |
156 | 2024-05-27T13:52:58.222Z | Downloaded clap_builder v4.5.2 |
157 | 2024-05-27T13:52:58.230Z | Downloaded syn v2.0.66 |
158 | 2024-05-27T13:52:58.245Z | Downloaded rustix v0.38.34 |
159 | 2024-05-27T13:52:58.272Z | Downloaded libc v0.2.155 |
160 | 2024-05-27T13:52:58.407Z | Compiling proc-macro2 v1.0.84 |
161 | 2024-05-27T13:52:58.407Z | Compiling unicode-ident v1.0.12 |
162 | 2024-05-27T13:52:58.414Z | Compiling serde v1.0.203 |
163 | 2024-05-27T13:52:58.414Z | Compiling libc v0.2.155 |
164 | 2024-05-27T13:52:58.414Z | Compiling rustix v0.38.34 |
165 | 2024-05-27T13:52:58.414Z | Compiling bitflags v2.5.0 |
166 | 2024-05-27T13:52:58.418Z | Compiling utf8parse v0.2.1 |
167 | 2024-05-27T13:52:58.418Z | Compiling anstyle v1.0.7 |
168 | 2024-05-27T13:52:58.602Z | Compiling anstyle-parse v0.2.4 |
169 | 2024-05-27T13:52:58.606Z | Compiling colorchoice v1.0.1 |
170 | 2024-05-27T13:52:58.750Z | Compiling is_terminal_polyfill v1.70.0 |
171 | 2024-05-27T13:52:58.852Z | Compiling hashbrown v0.14.5 |
172 | 2024-05-27T13:52:58.869Z | Compiling serde_json v1.0.117 |
173 | 2024-05-27T13:52:58.878Z | Compiling equivalent v1.0.1 |
174 | 2024-05-27T13:52:58.895Z | Compiling semver v1.0.23 |
175 | 2024-05-27T13:52:58.946Z | Compiling thiserror v1.0.61 |
176 | 2024-05-27T13:52:59.728Z | Compiling camino v1.1.7 |
177 | 2024-05-27T13:53:00.089Z | Compiling anstyle-query v1.0.3 |
178 | 2024-05-27T13:53:00.159Z | Compiling indexmap v2.2.6 |
179 | 2024-05-27T13:53:00.176Z | Compiling anstream v0.6.14 |
180 | 2024-05-27T13:53:00.190Z | Compiling heck v0.5.0 |
181 | 2024-05-27T13:53:00.213Z | Compiling strsim v0.11.1 |
182 | 2024-05-27T13:53:00.222Z | Compiling itoa v1.0.11 |
183 | 2024-05-27T13:53:00.230Z | Compiling winnow v0.6.8 |
184 | 2024-05-27T13:53:00.418Z | Compiling ryu v1.0.18 |
185 | 2024-05-27T13:53:00.601Z | Compiling anyhow v1.0.86 |
186 | 2024-05-27T13:53:00.781Z | Compiling clap_lex v0.7.0 |
187 | 2024-05-27T13:53:01.002Z | Compiling quote v1.0.36 |
188 | 2024-05-27T13:53:01.335Z | Compiling syn v2.0.66 |
189 | 2024-05-27T13:53:01.344Z | Compiling errno v0.3.9 |
190 | 2024-05-27T13:53:02.289Z | Compiling terminal_size v0.3.0 |
191 | 2024-05-27T13:53:02.371Z | Compiling clap_builder v4.5.2 |
192 | 2024-05-27T13:53:06.297Z | Compiling serde_derive v1.0.203 |
193 | 2024-05-27T13:53:06.297Z | Compiling thiserror-impl v1.0.61 |
194 | 2024-05-27T13:53:06.301Z | Compiling clap_derive v4.5.4 |
195 | 2024-05-27T13:53:09.043Z | Compiling clap v4.5.4 |
196 | 2024-05-27T13:53:13.713Z | Compiling serde_spanned v0.6.6 |
197 | 2024-05-27T13:53:13.713Z | Compiling toml_datetime v0.6.6 |
198 | 2024-05-27T13:53:13.717Z | Compiling cargo-platform v0.1.8 |
199 | 2024-05-27T13:53:13.941Z | Compiling toml_edit v0.22.13 |
200 | 2024-05-27T13:53:15.026Z | Compiling cargo_metadata v0.18.1 |
201 | 2024-05-27T13:53:16.078Z | Compiling toml v0.8.13 |
202 | 2024-05-27T13:53:18.598Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
203 | 2024-05-27T13:53:20.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.66s |
204 | 2024-05-27T13:53:20.556Z | Running `target/debug/xtask build` |
205 | 2024-05-27T13:53:20.574Z | Building opteadm (debug). |
206 | 2024-05-27T13:53:22.978Z | Compiling libc v0.2.155 |
207 | 2024-05-27T13:53:22.978Z | Compiling cfg-if v1.0.0 |
208 | 2024-05-27T13:53:22.982Z | Compiling syn v1.0.109 |
209 | 2024-05-27T13:53:22.982Z | Compiling autocfg v1.3.0 |
210 | 2024-05-27T13:53:22.982Z | Compiling equivalent v1.0.1 |
211 | 2024-05-27T13:53:22.982Z | Compiling once_cell v1.19.0 |
212 | 2024-05-27T13:53:23.004Z | Compiling byteorder v1.5.0 |
213 | 2024-05-27T13:53:23.012Z | Compiling syn v2.0.66 |
214 | 2024-05-27T13:53:23.060Z | Compiling hashbrown v0.14.5 |
215 | 2024-05-27T13:53:23.099Z | Compiling parking_lot_core v0.9.10 |
216 | 2024-05-27T13:53:23.334Z | Compiling heapless v0.8.0 |
217 | 2024-05-27T13:53:23.458Z | Compiling fnv v1.0.7 |
218 | 2024-05-27T13:53:23.552Z | Compiling ident_case v1.0.1 |
219 | 2024-05-27T13:53:23.559Z | Compiling winnow v0.5.40 |
220 | 2024-05-27T13:53:23.701Z | Compiling serde v1.0.203 |
221 | 2024-05-27T13:53:23.781Z | Compiling lock_api v0.4.12 |
222 | 2024-05-27T13:53:23.851Z | Compiling toml_datetime v0.6.6 |
223 | 2024-05-27T13:53:24.234Z | Compiling hash32 v0.3.1 |
224 | 2024-05-27T13:53:24.239Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
225 | 2024-05-27T13:53:24.388Z | Compiling indexmap v2.2.6 |
226 | 2024-05-27T13:53:24.445Z | Compiling stable_deref_trait v1.2.0 |
227 | 2024-05-27T13:53:24.457Z | Compiling smoltcp v0.11.0 |
228 | 2024-05-27T13:53:24.528Z | Compiling smallvec v1.13.2 |
229 | 2024-05-27T13:53:24.583Z | Compiling scopeguard v1.2.0 |
230 | 2024-05-27T13:53:25.179Z | Compiling managed v0.8.0 |
231 | 2024-05-27T13:53:25.638Z | Compiling pin-project-lite v0.2.14 |
232 | 2024-05-27T13:53:25.658Z | Compiling embedded-io v0.4.0 |
233 | 2024-05-27T13:53:25.743Z | Compiling cobs v0.2.3 |
234 | 2024-05-27T13:53:25.843Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
235 | 2024-05-27T13:53:25.850Z | Compiling version_check v0.9.4 |
236 | 2024-05-27T13:53:25.970Z | Compiling bitflags v1.3.2 |
237 | 2024-05-27T13:53:26.050Z | Compiling parking_lot v0.12.3 |
238 | 2024-05-27T13:53:26.078Z | Compiling errno v0.3.9 |
239 | 2024-05-27T13:53:26.139Z | Compiling num_cpus v1.16.0 |
240 | 2024-05-27T13:53:26.244Z | Compiling mio v0.8.11 |
241 | 2024-05-27T13:53:26.295Z | Compiling signal-hook-registry v1.4.2 |
242 | 2024-05-27T13:53:26.511Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
243 | 2024-05-27T13:53:26.833Z | Compiling socket2 v0.5.7 |
244 | 2024-05-27T13:53:27.105Z | Compiling unicode-width v0.1.12 |
245 | 2024-05-27T13:53:27.267Z | Compiling toml_edit v0.19.15 |
246 | 2024-05-27T13:53:27.307Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
247 | 2024-05-27T13:53:27.528Z | Compiling bytes v1.6.0 |
248 | 2024-05-27T13:53:27.599Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
249 | 2024-05-27T13:53:27.728Z | Compiling either v1.12.0 |
250 | 2024-05-27T13:53:27.760Z | Compiling ipnetwork v0.20.0 |
251 | 2024-05-27T13:53:27.948Z | Compiling memchr v2.7.2 |
252 | 2024-05-27T13:53:28.064Z | Compiling foreign-types-shared v0.3.1 |
253 | 2024-05-27T13:53:28.157Z | Compiling rustix v0.38.34 |
254 | 2024-05-27T13:53:28.420Z | Compiling itertools v0.12.1 |
255 | 2024-05-27T13:53:28.942Z | Compiling cstr-argument v0.1.2 |
256 | 2024-05-27T13:53:29.208Z | Compiling tabwriter v1.4.0 |
257 | 2024-05-27T13:53:29.781Z | Compiling darling_core v0.20.9 |
258 | 2024-05-27T13:53:29.916Z | Compiling proc-macro-crate v1.3.1 |
259 | 2024-05-27T13:53:30.271Z | Compiling tracing-core v0.1.32 |
260 | 2024-05-27T13:53:30.733Z | Compiling crc32fast v1.4.2 |
261 | 2024-05-27T13:53:30.797Z | Compiling pretty-hex v0.2.1 |
262 | 2024-05-27T13:53:30.954Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
263 | 2024-05-27T13:53:31.026Z | Compiling lazy_static v1.4.0 |
264 | 2024-05-27T13:53:31.138Z | Compiling dyn-clone v1.0.17 |
265 | 2024-05-27T13:53:31.247Z | Compiling colored v2.1.0 |
266 | 2024-05-27T13:53:31.349Z | Compiling terminal_size v0.3.0 |
267 | 2024-05-27T13:53:31.421Z | Compiling socket2 v0.4.10 |
268 | 2024-05-27T13:53:31.515Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
269 | 2024-05-27T13:53:31.851Z | Compiling clap_builder v4.5.2 |
270 | 2024-05-27T13:53:31.891Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
271 | 2024-05-27T13:53:33.934Z | Compiling serde_derive v1.0.203 |
272 | 2024-05-27T13:53:33.934Z | Compiling zerocopy-derive v0.7.34 |
273 | 2024-05-27T13:53:33.934Z | Compiling thiserror-impl v1.0.61 |
274 | 2024-05-27T13:53:34.049Z | Compiling tokio-macros v2.2.0 |
275 | 2024-05-27T13:53:34.332Z | Compiling num_enum_derive v0.5.11 |
276 | 2024-05-27T13:53:34.424Z | Compiling foreign-types-macros v0.2.3 |
277 | 2024-05-27T13:53:35.445Z | Compiling darling_macro v0.20.9 |
278 | 2024-05-27T13:53:35.685Z | Compiling tokio v1.37.0 |
279 | 2024-05-27T13:53:35.695Z | Compiling foreign-types v0.5.0 |
280 | 2024-05-27T13:53:35.781Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
281 | 2024-05-27T13:53:36.071Z | Compiling zerocopy v0.7.34 |
282 | 2024-05-27T13:53:36.514Z | Compiling darling v0.20.9 |
283 | 2024-05-27T13:53:36.601Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
284 | 2024-05-27T13:53:36.625Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
285 | 2024-05-27T13:53:36.753Z | Compiling num_enum v0.5.11 |
286 | 2024-05-27T13:53:36.784Z | Compiling thiserror v1.0.61 |
287 | 2024-05-27T13:53:36.879Z | Compiling tracing-attributes v0.1.27 |
288 | 2024-05-27T13:53:37.058Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
289 | 2024-05-27T13:53:37.590Z | Compiling clap_derive v4.5.4 |
290 | 2024-05-27T13:53:39.655Z | Compiling tracing v0.1.40 |
291 | 2024-05-27T13:53:40.911Z | Compiling clap v4.5.4 |
292 | 2024-05-27T13:53:42.292Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
293 | 2024-05-27T13:53:44.285Z | Compiling postcard v1.0.8 |
294 | 2024-05-27T13:53:44.830Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
295 | 2024-05-27T13:53:50.115Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
296 | 2024-05-27T13:53:51.883Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
297 | 2024-05-27T13:53:57.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.18s |
298 | 2024-05-27T13:53:58.022Z | Building xde (debug). |
299 | 2024-05-27T13:53:58.148Z | info: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos' |
300 | 2024-05-27T13:53:58.293Z | info: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11) |
301 | 2024-05-27T13:53:58.312Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
302 | 2024-05-27T13:53:58.312Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
303 | 2024-05-27T13:53:58.316Z | info: downloading component 'rust-src' |
304 | 2024-05-27T13:53:58.475Z | info: installing component 'rust-src' |
305 | 2024-05-27T13:53:59.222Z | Updating crates.io index |
306 | 2024-05-27T13:53:59.300Z | Downloading crates ... |
307 | 2024-05-27T13:53:59.354Z | Downloaded miniz_oxide v0.7.2 |
308 | 2024-05-27T13:53:59.368Z | Downloaded getopts v0.2.21 |
309 | 2024-05-27T13:53:59.372Z | Downloaded allocator-api2 v0.2.18 |
310 | 2024-05-27T13:53:59.381Z | Downloaded memchr v2.5.0 |
311 | 2024-05-27T13:53:59.402Z | Downloaded compiler_builtins v0.1.109 |
312 | 2024-05-27T13:53:59.444Z | Downloaded libc v0.2.153 |
313 | 2024-05-27T13:53:59.542Z | Compiling compiler_builtins v0.1.109 |
314 | 2024-05-27T13:53:59.542Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
315 | 2024-05-27T13:53:59.552Z | Compiling proc-macro2 v1.0.84 |
316 | 2024-05-27T13:53:59.552Z | Compiling unicode-ident v1.0.12 |
317 | 2024-05-27T13:53:59.552Z | Compiling serde v1.0.203 |
318 | 2024-05-27T13:53:59.552Z | Compiling strsim v0.11.1 |
319 | 2024-05-27T13:53:59.553Z | Compiling ident_case v1.0.1 |
320 | 2024-05-27T13:53:59.553Z | Compiling heapless v0.8.0 |
321 | 2024-05-27T13:53:59.767Z | Compiling fnv v1.0.7 |
322 | 2024-05-27T13:53:59.771Z | Compiling smoltcp v0.11.0 |
323 | 2024-05-27T13:53:59.887Z | Compiling version_check v0.9.4 |
324 | 2024-05-27T13:54:00.679Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
325 | 2024-05-27T13:54:01.059Z | Compiling quote v1.0.36 |
326 | 2024-05-27T13:54:01.311Z | Compiling syn v2.0.66 |
327 | 2024-05-27T13:54:05.093Z | Compiling darling_core v0.20.9 |
328 | 2024-05-27T13:54:08.483Z | Compiling serde_derive v1.0.203 |
329 | 2024-05-27T13:54:08.483Z | Compiling zerocopy-derive v0.7.34 |
330 | 2024-05-27T13:54:08.487Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
331 | 2024-05-27T13:54:09.278Z | Compiling darling_macro v0.20.9 |
332 | 2024-05-27T13:54:10.683Z | Compiling darling v0.20.9 |
333 | 2024-05-27T13:54:10.750Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
334 | 2024-05-27T13:54:18.906Z | 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) |
335 | 2024-05-27T13:54:20.148Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
336 | 2024-05-27T13:54:23.016Z | Compiling byteorder v1.5.0 |
337 | 2024-05-27T13:54:23.016Z | Compiling cfg-if v1.0.0 |
338 | 2024-05-27T13:54:23.016Z | Compiling stable_deref_trait v1.2.0 |
339 | 2024-05-27T13:54:23.020Z | Compiling cobs v0.2.3 |
340 | 2024-05-27T13:54:23.020Z | Compiling managed v0.8.0 |
341 | 2024-05-27T13:54:23.020Z | Compiling embedded-io v0.4.0 |
342 | 2024-05-27T13:54:23.106Z | Compiling bitflags v1.3.2 |
343 | 2024-05-27T13:54:23.129Z | Compiling either v1.12.0 |
344 | 2024-05-27T13:54:23.196Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
345 | 2024-05-27T13:54:23.236Z | Compiling crc32fast v1.4.2 |
346 | 2024-05-27T13:54:23.308Z | Compiling dyn-clone v1.0.17 |
347 | 2024-05-27T13:54:23.370Z | Compiling hash32 v0.3.1 |
348 | 2024-05-27T13:54:23.446Z | Compiling zerocopy v0.7.34 |
349 | 2024-05-27T13:54:23.455Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
350 | 2024-05-27T13:54:23.493Z | Compiling itertools v0.12.1 |
351 | 2024-05-27T13:54:23.493Z | Compiling bitflags v2.5.0 |
352 | 2024-05-27T13:54:26.835Z | Compiling postcard v1.0.8 |
353 | 2024-05-27T13:54:27.332Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
354 | 2024-05-27T13:54:32.770Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
355 | 2024-05-27T13:54:36.514Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
356 | 2024-05-27T13:54:41.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.61s |
357 | 2024-05-27T13:54:41.564Z | Linking xde kmod... |
358 | 2024-05-27T13:54:44.372Z | Building xde dev link helper (debug). |
359 | 2024-05-27T13:54:44.605Z | Compiling compiler_builtins v0.1.109 |
360 | 2024-05-27T13:54:44.605Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
361 | 2024-05-27T13:54:44.605Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
362 | 2024-05-27T13:55:01.456Z | 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) |
363 | 2024-05-27T13:55:02.242Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
364 | 2024-05-27T13:55:05.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.05s |
365 | 2024-05-27T13:55:05.501Z | Building opteadm (release). |
366 | 2024-05-27T13:55:05.752Z | Compiling proc-macro2 v1.0.84 |
367 | 2024-05-27T13:55:05.752Z | Compiling unicode-ident v1.0.12 |
368 | 2024-05-27T13:55:05.752Z | Compiling libc v0.2.155 |
369 | 2024-05-27T13:55:05.758Z | Compiling cfg-if v1.0.0 |
370 | 2024-05-27T13:55:05.758Z | Compiling syn v1.0.109 |
371 | 2024-05-27T13:55:05.758Z | Compiling equivalent v1.0.1 |
372 | 2024-05-27T13:55:05.761Z | Compiling autocfg v1.3.0 |
373 | 2024-05-27T13:55:05.761Z | Compiling hashbrown v0.14.5 |
374 | 2024-05-27T13:55:05.842Z | Compiling anyhow v1.0.86 |
375 | 2024-05-27T13:55:05.851Z | Compiling byteorder v1.5.0 |
376 | 2024-05-27T13:55:05.914Z | Compiling parking_lot_core v0.9.10 |
377 | 2024-05-27T13:55:06.226Z | Compiling strsim v0.11.1 |
378 | 2024-05-27T13:55:06.324Z | Compiling winnow v0.5.40 |
379 | 2024-05-27T13:55:06.352Z | Compiling toml_datetime v0.6.6 |
380 | 2024-05-27T13:55:06.377Z | Compiling serde v1.0.203 |
381 | 2024-05-27T13:55:06.512Z | Compiling lock_api v0.4.12 |
382 | 2024-05-27T13:55:06.713Z | Compiling ident_case v1.0.1 |
383 | 2024-05-27T13:55:06.824Z | Compiling fnv v1.0.7 |
384 | 2024-05-27T13:55:06.849Z | Compiling heapless v0.8.0 |
385 | 2024-05-27T13:55:06.939Z | Compiling indexmap v2.2.6 |
386 | 2024-05-27T13:55:06.950Z | Compiling hash32 v0.3.1 |
387 | 2024-05-27T13:55:07.011Z | Compiling stable_deref_trait v1.2.0 |
388 | 2024-05-27T13:55:07.028Z | Compiling once_cell v1.19.0 |
389 | 2024-05-27T13:55:07.097Z | Compiling smoltcp v0.11.0 |
390 | 2024-05-27T13:55:07.171Z | Compiling quote v1.0.36 |
391 | 2024-05-27T13:55:07.403Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
392 | 2024-05-27T13:55:07.627Z | Compiling syn v2.0.66 |
393 | 2024-05-27T13:55:07.768Z | Compiling scopeguard v1.2.0 |
394 | 2024-05-27T13:55:07.805Z | Compiling smallvec v1.13.2 |
395 | 2024-05-27T13:55:08.342Z | Compiling rustix v0.38.34 |
396 | 2024-05-27T13:55:08.399Z | Compiling version_check v0.9.4 |
397 | 2024-05-27T13:55:08.604Z | Compiling pin-project-lite v0.2.14 |
398 | 2024-05-27T13:55:08.712Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
399 | 2024-05-27T13:55:08.997Z | Compiling bitflags v1.3.2 |
400 | 2024-05-27T13:55:09.005Z | Compiling managed v0.8.0 |
401 | 2024-05-27T13:55:09.079Z | Compiling thiserror v1.0.61 |
402 | 2024-05-27T13:55:09.086Z | Compiling cobs v0.2.3 |
403 | 2024-05-27T13:55:09.127Z | Compiling embedded-io v0.4.0 |
404 | 2024-05-27T13:55:09.354Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
405 | 2024-05-27T13:55:09.599Z | Compiling parking_lot v0.12.3 |
406 | 2024-05-27T13:55:09.609Z | Compiling mio v0.8.11 |
407 | 2024-05-27T13:55:09.657Z | Compiling num_cpus v1.16.0 |
408 | 2024-05-27T13:55:09.727Z | Compiling signal-hook-registry v1.4.2 |
409 | 2024-05-27T13:55:09.775Z | Compiling errno v0.3.9 |
410 | 2024-05-27T13:55:10.051Z | Compiling toml_edit v0.19.15 |
411 | 2024-05-27T13:55:10.146Z | Compiling socket2 v0.5.7 |
412 | 2024-05-27T13:55:12.214Z | Compiling utf8parse v0.2.1 |
413 | 2024-05-27T13:55:12.276Z | Compiling either v1.12.0 |
414 | 2024-05-27T13:55:12.351Z | Compiling bytes v1.6.0 |
415 | 2024-05-27T13:55:12.561Z | Compiling proc-macro-crate v1.3.1 |
416 | 2024-05-27T13:55:12.605Z | Compiling memchr v2.7.2 |
417 | 2024-05-27T13:55:12.788Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
418 | 2024-05-27T13:55:13.120Z | Compiling unicode-width v0.1.12 |
419 | 2024-05-27T13:55:13.372Z | Compiling ipnetwork v0.20.0 |
420 | 2024-05-27T13:55:13.455Z | Compiling foreign-types-shared v0.3.1 |
421 | 2024-05-27T13:55:13.561Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
422 | 2024-05-27T13:55:14.204Z | Compiling darling_core v0.20.9 |
423 | 2024-05-27T13:55:14.651Z | Compiling bitflags v2.5.0 |
424 | 2024-05-27T13:55:14.750Z | Compiling tracing-core v0.1.32 |
425 | 2024-05-27T13:55:16.273Z | Compiling cstr-argument v0.1.2 |
426 | 2024-05-27T13:55:16.475Z | Compiling tabwriter v1.4.0 |
427 | 2024-05-27T13:55:16.585Z | Compiling itertools v0.12.1 |
428 | 2024-05-27T13:55:17.533Z | Compiling anstyle-parse v0.2.4 |
429 | 2024-05-27T13:55:18.306Z | Compiling crc32fast v1.4.2 |
430 | 2024-05-27T13:55:18.387Z | Compiling colorchoice v1.0.1 |
431 | 2024-05-27T13:55:18.542Z | Compiling anstyle-query v1.0.3 |
432 | 2024-05-27T13:55:18.601Z | Compiling dyn-clone v1.0.17 |
433 | 2024-05-27T13:55:18.678Z | Compiling anstyle v1.0.7 |
434 | 2024-05-27T13:55:18.805Z | Compiling is_terminal_polyfill v1.70.0 |
435 | 2024-05-27T13:55:18.859Z | Compiling lazy_static v1.4.0 |
436 | 2024-05-27T13:55:18.917Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
437 | 2024-05-27T13:55:18.979Z | Compiling pretty-hex v0.2.1 |
438 | 2024-05-27T13:55:19.188Z | Compiling anstream v0.6.14 |
439 | 2024-05-27T13:55:19.227Z | Compiling colored v2.1.0 |
440 | 2024-05-27T13:55:19.448Z | Compiling num_enum_derive v0.5.11 |
441 | 2024-05-27T13:55:19.758Z | Compiling serde_derive v1.0.203 |
442 | 2024-05-27T13:55:20.058Z | Compiling zerocopy-derive v0.7.34 |
443 | 2024-05-27T13:55:20.532Z | Compiling tokio-macros v2.2.0 |
444 | 2024-05-27T13:55:20.546Z | Compiling foreign-types-macros v0.2.3 |
445 | 2024-05-27T13:55:20.640Z | Compiling darling_macro v0.20.9 |
446 | 2024-05-27T13:55:21.070Z | Compiling thiserror-impl v1.0.61 |
447 | 2024-05-27T13:55:21.411Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
448 | 2024-05-27T13:55:21.711Z | Compiling darling v0.20.9 |
449 | 2024-05-27T13:55:21.808Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
450 | 2024-05-27T13:55:21.827Z | Compiling foreign-types v0.5.0 |
451 | 2024-05-27T13:55:21.918Z | Compiling tracing-attributes v0.1.27 |
452 | 2024-05-27T13:55:21.922Z | Compiling num_enum v0.5.11 |
453 | 2024-05-27T13:55:22.075Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
454 | 2024-05-27T13:55:22.131Z | Compiling tokio v1.37.0 |
455 | 2024-05-27T13:55:22.163Z | Compiling zerocopy v0.7.34 |
456 | 2024-05-27T13:55:22.275Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
457 | 2024-05-27T13:55:22.915Z | Compiling terminal_size v0.3.0 |
458 | 2024-05-27T13:55:23.112Z | Compiling socket2 v0.4.10 |
459 | 2024-05-27T13:55:23.136Z | Compiling clap_lex v0.7.0 |
460 | 2024-05-27T13:55:23.575Z | Compiling heck v0.5.0 |
461 | 2024-05-27T13:55:23.996Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
462 | 2024-05-27T13:55:24.123Z | Compiling clap_builder v4.5.2 |
463 | 2024-05-27T13:55:24.187Z | Compiling clap_derive v4.5.4 |
464 | 2024-05-27T13:55:24.425Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
465 | 2024-05-27T13:55:25.502Z | Compiling tracing v0.1.40 |
466 | 2024-05-27T13:55:27.681Z | Compiling clap v4.5.4 |
467 | 2024-05-27T13:55:29.507Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
468 | 2024-05-27T13:55:31.675Z | Compiling postcard v1.0.8 |
469 | 2024-05-27T13:55:32.560Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
470 | 2024-05-27T13:55:42.269Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
471 | 2024-05-27T13:55:44.102Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
472 | 2024-05-27T13:55:58.811Z | Finished `release` profile [optimized + debuginfo] target(s) in 53.30s |
473 | 2024-05-27T13:55:58.844Z | Building xde (release). |
474 | 2024-05-27T13:55:59.211Z | Compiling compiler_builtins v0.1.109 |
475 | 2024-05-27T13:55:59.211Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
476 | 2024-05-27T13:55:59.211Z | Compiling proc-macro2 v1.0.84 |
477 | 2024-05-27T13:55:59.215Z | Compiling unicode-ident v1.0.12 |
478 | 2024-05-27T13:55:59.215Z | Compiling strsim v0.11.1 |
479 | 2024-05-27T13:55:59.215Z | Compiling ident_case v1.0.1 |
480 | 2024-05-27T13:55:59.215Z | Compiling heapless v0.8.0 |
481 | 2024-05-27T13:55:59.219Z | Compiling fnv v1.0.7 |
482 | 2024-05-27T13:55:59.338Z | Compiling serde v1.0.203 |
483 | 2024-05-27T13:55:59.386Z | Compiling smoltcp v0.11.0 |
484 | 2024-05-27T13:55:59.390Z | Compiling version_check v0.9.4 |
485 | 2024-05-27T13:56:00.199Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
486 | 2024-05-27T13:56:00.640Z | Compiling quote v1.0.36 |
487 | 2024-05-27T13:56:00.902Z | Compiling syn v2.0.66 |
488 | 2024-05-27T13:56:04.612Z | Compiling darling_core v0.20.9 |
489 | 2024-05-27T13:56:07.999Z | Compiling serde_derive v1.0.203 |
490 | 2024-05-27T13:56:08.005Z | Compiling zerocopy-derive v0.7.34 |
491 | 2024-05-27T13:56:08.005Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
492 | 2024-05-27T13:56:08.889Z | Compiling darling_macro v0.20.9 |
493 | 2024-05-27T13:56:10.231Z | Compiling darling v0.20.9 |
494 | 2024-05-27T13:56:10.302Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
495 | 2024-05-27T13:56:19.892Z | 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) |
496 | 2024-05-27T13:56:21.606Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
497 | 2024-05-27T13:56:25.015Z | Compiling byteorder v1.5.0 |
498 | 2024-05-27T13:56:25.015Z | Compiling cfg-if v1.0.0 |
499 | 2024-05-27T13:56:25.019Z | Compiling stable_deref_trait v1.2.0 |
500 | 2024-05-27T13:56:25.019Z | Compiling embedded-io v0.4.0 |
501 | 2024-05-27T13:56:25.019Z | Compiling bitflags v1.3.2 |
502 | 2024-05-27T13:56:25.019Z | Compiling cobs v0.2.3 |
503 | 2024-05-27T13:56:25.095Z | Compiling managed v0.8.0 |
504 | 2024-05-27T13:56:25.119Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
505 | 2024-05-27T13:56:25.126Z | Compiling either v1.12.0 |
506 | 2024-05-27T13:56:25.242Z | Compiling crc32fast v1.4.2 |
507 | 2024-05-27T13:56:25.346Z | Compiling hash32 v0.3.1 |
508 | 2024-05-27T13:56:25.398Z | Compiling zerocopy v0.7.34 |
509 | 2024-05-27T13:56:25.552Z | Compiling itertools v0.12.1 |
510 | 2024-05-27T13:56:25.582Z | Compiling dyn-clone v1.0.17 |
511 | 2024-05-27T13:56:25.613Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
512 | 2024-05-27T13:56:25.686Z | Compiling bitflags v2.5.0 |
513 | 2024-05-27T13:56:29.515Z | Compiling postcard v1.0.8 |
514 | 2024-05-27T13:56:30.229Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
515 | 2024-05-27T13:56:35.204Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
516 | 2024-05-27T13:56:42.314Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
517 | 2024-05-27T13:56:50.180Z | Finished `release` profile [optimized + debuginfo] target(s) in 51.28s |
518 | 2024-05-27T13:56:50.206Z | Linking xde kmod... |
519 | 2024-05-27T13:56:51.156Z | Building xde dev link helper (release). |
520 | 2024-05-27T13:56:51.366Z | Compiling compiler_builtins v0.1.109 |
521 | 2024-05-27T13:56:51.366Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
522 | 2024-05-27T13:56:51.367Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
523 | 2024-05-27T13:57:09.655Z | 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) |
524 | 2024-05-27T13:57:10.358Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-05-12-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
525 | 2024-05-27T13:57:14.730Z | Finished `release` profile [optimized + debuginfo] target(s) in 23.52s |
526 | 2024-05-27T13:57:14.756Z | |
527 | 2024-05-27T13:57:14.756Z | real 4:19.981886558 |
528 | 2024-05-27T13:57:14.756Z | user 14:18.988933602 |
529 | 2024-05-27T13:57:14.756Z | sys 2:23.194536617 |
530 | 2024-05-27T13:57:14.756Z | trap 0.394436123 |
531 | 2024-05-27T13:57:14.756Z | tflt 1.552697231 |
532 | 2024-05-27T13:57:14.756Z | dflt 6.045311410 |
533 | 2024-05-27T13:57:14.761Z | kflt 0.011613507 |
534 | 2024-05-27T13:57:14.761Z | lock 25:53.452758734 |
535 | 2024-05-27T13:57:14.761Z | slp 36:58.612708576 |
536 | 2024-05-27T13:57:14.761Z | lat 25.120739210 |
537 | 2024-05-27T13:57:14.761Z | stop 24.314730676 |
538 | 2024-05-27T13:57:14.761Z | + elfdump target/x86_64-unknown-unknown/release/xde |
539 | 2024-05-27T13:57:14.761Z | + grep GOTPCREL |
540 | 2024-05-27T13:57:16.854Z | + header 'package opte' |
541 | 2024-05-27T13:57:16.854Z | + echo '# ==== package opte ==== #' |
542 | 2024-05-27T13:57:16.854Z | # ==== package opte ==== # |
543 | 2024-05-27T13:57:16.854Z | + cargo xtask package --skip-build |
544 | 2024-05-27T13:57:17.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s |
545 | 2024-05-27T13:57:17.119Z | Running `target/debug/xtask package --skip-build` |
546 | 2024-05-27T13:57:17.444Z | + ./clean.sh |
547 | 2024-05-27T13:57:17.454Z | + mkdir -p proto/kernel/drv/amd64 |
548 | 2024-05-27T13:57:17.458Z | + mkdir -p proto/opt/oxide/opte/bin |
549 | 2024-05-27T13:57:17.458Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
550 | 2024-05-27T13:57:17.462Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
551 | 2024-05-27T13:57:17.497Z | + cp ../target/x86_64-unknown-unknown/release/xde proto/kernel/drv/amd64 |
552 | 2024-05-27T13:57:17.552Z | + cp ../xde/xde.conf proto/kernel/drv/ |
553 | 2024-05-27T13:57:17.556Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
554 | 2024-05-27T13:57:17.556Z | + '[' -z ']' |
555 | 2024-05-27T13:57:17.556Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
556 | 2024-05-27T13:57:17.619Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
557 | 2024-05-27T13:57:17.671Z | + INC_DEBUG= |
558 | 2024-05-27T13:57:17.675Z | ++ ./print-api-version.sh |
559 | 2024-05-27T13:57:17.679Z | + API_VSN=31 |
560 | 2024-05-27T13:57:17.683Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/260/g -e s/%API_VSN%/31/g opte.template.p5m |
561 | 2024-05-27T13:57:17.683Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
562 | 2024-05-27T13:57:26.666Z | + pkgdepend generate -d proto opte.base.p5m |
563 | 2024-05-27T13:57:27.923Z | + mkdir -p packages |
564 | 2024-05-27T13:57:27.927Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
565 | 2024-05-27T13:57:44.380Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
566 | 2024-05-27T13:57:44.385Z | + pkgrepo create packages/repo |
567 | 2024-05-27T13:57:45.412Z | + pkgrepo add-publisher -s packages/repo helios-dev |
568 | 2024-05-27T13:57:46.208Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
569 | 2024-05-27T13:58:29.870Z | pkg://helios-dev/driver/network/opte@0.31.260,5.11:20240527T135745Z |
570 | 2024-05-27T13:58:29.871Z | PUBLISHED |
571 | 2024-05-27T13:58:29.917Z | + pkgrecv -a -d packages/repo/opte-0.31.260.p5p -s packages/repo -v -m latest '*' |
572 | 2024-05-27T13:58:30.652Z | Retrieving packages for publisher helios-dev ... |
573 | 2024-05-27T13:58:30.657Z | Retrieving catalog 'helios-dev' ... Done |
574 | 2024-05-27T13:58:30.660Z | Retrieving and evaluating 1 package(s)... |
575 | 2024-05-27T13:58:30.661Z | Fetching manifests: 1/1 100% complete |
576 | 2024-05-27T13:58:30.661Z | Fetching manifests: 1/1 100% complete |
577 | 2024-05-27T13:58:30.661Z | |
578 | 2024-05-27T13:58:30.661Z | Archiving packages ... |
579 | 2024-05-27T13:58:30.661Z | Packages to add: 1 |
580 | 2024-05-27T13:58:30.661Z | Files to retrieve: 6 |
581 | 2024-05-27T13:58:30.661Z | Estimated transfer size: 43.69 MB |
582 | 2024-05-27T13:58:30.661Z | |
583 | 2024-05-27T13:58:30.661Z | Packages to archive: |
584 | 2024-05-27T13:58:30.661Z | driver/network/opte@0.31.260,5.11:20240527T135745Z |
585 | 2024-05-27T13:58:30.661Z | |
586 | 2024-05-27T13:58:30.661Z | Download: 0/6 items 0.0/43.7MB 0% complete |
587 | 2024-05-27T13:58:30.797Z | Download: Completed 43.69 MB in 0.14 seconds (317M/s) |
588 | 2024-05-27T13:58:30.801Z | Archiving: 1/20 items 0.0/43.7MB 0% complete |
589 | 2024-05-27T13:58:30.827Z | Archiving: Completed 43.73 MB in 0.03 seconds |
590 | 2024-05-27T13:58:30.879Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.31.260.p5p. |
591 | 2024-05-27T13:58:30.883Z | + banner copy |
592 | 2024-05-27T13:58:30.884Z | |
593 | 2024-05-27T13:58:30.884Z | #### #### ##### # # |
594 | 2024-05-27T13:58:30.884Z | # # # # # # # # |
595 | 2024-05-27T13:58:30.884Z | # # # # # # |
596 | 2024-05-27T13:58:30.884Z | # # # ##### # |
597 | 2024-05-27T13:58:30.884Z | # # # # # # |
598 | 2024-05-27T13:58:30.884Z | #### #### # # |
599 | 2024-05-27T13:58:30.884Z | |
600 | 2024-05-27T13:58:30.884Z | + pfexec mkdir -p /out |
601 | 2024-05-27T13:58:30.888Z | + pfexec chown 12345 /out |
602 | 2024-05-27T13:58:30.892Z | + PKG_NAME=/out/opte.p5p |
603 | 2024-05-27T13:58:30.892Z | + mv pkg/packages/repo/opte-0.31.260.p5p /out/opte.p5p |
604 | 2024-05-27T13:58:30.932Z | + sha256sum /out/opte.p5p |
605 | 2024-05-27T13:58:30.968Z | process exited: duration 354971 ms, exit code 0 |
|
606 | 2024-05-27T13:58:30.982Z | found 2 output files |
607 | 2024-05-27T13:58:30.982Z | uploading: /out/opte.p5p (45854720 bytes) |
608 | 2024-05-27T13:58:46.412Z | uploaded: /out/opte.p5p |
609 | 2024-05-27T13:58:46.416Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
610 | 2024-05-27T13:58:47.427Z | uploaded: /out/opte.p5p.sha256 |