|
|
|
1 | 2025-03-14T21:29:41.274Z | job assigned to worker 01JPB8YWHDMM5YVK1Z5J2KGSB6 [factory aws, i-070e0580162bd14bd] (queued for 51 s) |
|
2 | 2025-03-14T21:29:49.634Z | starting task 0: "setup" |
3 | 2025-03-14T21:29:49.639Z | ++ uname -s |
4 | 2025-03-14T21:29:49.642Z | + kern=SunOS |
5 | 2025-03-14T21:29:49.642Z | + build_user=build |
6 | 2025-03-14T21:29:49.642Z | + build_uid=12345 |
7 | 2025-03-14T21:29:49.642Z | + work_dir=/work |
8 | 2025-03-14T21:29:49.642Z | + input_dir=/input |
9 | 2025-03-14T21:29:49.642Z | + [[ 0 == 12345 ]] |
10 | 2025-03-14T21:29:49.642Z | + case "$kern" in |
11 | 2025-03-14T21:29:49.642Z | + groupadd -g 12345 build |
12 | 2025-03-14T21:29:49.645Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-14T21:29:51.651Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-14T21:29:51.776Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-14T21:29:51.779Z | + home_fs=zfs |
16 | 2025-03-14T21:29:51.779Z | + [[ zfs == autofs ]] |
17 | 2025-03-14T21:29:51.779Z | + mkdir -p /home/build |
18 | 2025-03-14T21:29:51.782Z | + chown build:build /home/build /work |
19 | 2025-03-14T21:29:53.782Z | + chmod 0700 /home/build /work |
20 | 2025-03-14T21:29:53.785Z | process exited: duration 4153 ms, exit code 0 |
|
21 | 2025-03-14T21:29:53.792Z | starting task 1: "rust-toolchain" |
22 | 2025-03-14T21:29:53.797Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-14T21:29:53.797Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-14T21:29:53.798Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-14T21:29:53.798Z | * rust toolchain profile = "default" |
26 | 2025-03-14T21:29:53.798Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-14T21:29:53.798Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-14T21:29:53.801Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-14T21:29:53.801Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-14T21:29:53.924Z | info: downloading installer |
31 | 2025-03-14T21:29:55.339Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-14T21:29:55.339Z | warn: /opt/ooce/bin |
33 | 2025-03-14T21:29:55.339Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-14T21:29:55.339Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-14T21:29:55.339Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-14T21:29:55.339Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-14T21:29:55.340Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-14T21:29:55.340Z | error: cannot install while Rust is installed |
39 | 2025-03-14T21:29:55.340Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-14T21:29:55.363Z | info: profile set to 'default' |
41 | 2025-03-14T21:29:55.363Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-14T21:29:55.366Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-14T21:29:55.526Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-14T21:29:55.526Z | info: downloading component 'cargo' |
45 | 2025-03-14T21:29:56.288Z | info: downloading component 'clippy' |
46 | 2025-03-14T21:29:56.662Z | info: downloading component 'rust-docs' |
47 | 2025-03-14T21:29:58.284Z | info: downloading component 'rust-std' |
48 | 2025-03-14T21:30:00.274Z | info: downloading component 'rustc' |
49 | 2025-03-14T21:30:08.071Z | info: downloading component 'rustfmt' |
50 | 2025-03-14T21:30:08.360Z | info: installing component 'cargo' |
51 | 2025-03-14T21:30:09.170Z | info: installing component 'clippy' |
52 | 2025-03-14T21:30:09.552Z | info: installing component 'rust-docs' |
53 | 2025-03-14T21:30:11.281Z | info: installing component 'rust-std' |
54 | 2025-03-14T21:30:13.138Z | info: installing component 'rustc' |
55 | 2025-03-14T21:30:19.032Z | info: installing component 'rustfmt' |
56 | 2025-03-14T21:30:19.363Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-14T21:30:19.363Z | |
58 | 2025-03-14T21:30:19.735Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-14T21:30:19.735Z | |
60 | 2025-03-14T21:30:19.739Z | |
61 | 2025-03-14T21:30:19.739Z | Rust is installed now. Great! |
62 | 2025-03-14T21:30:19.739Z | |
63 | 2025-03-14T21:30:19.739Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-14T21:30:19.739Z | environment variable. This has not been done automatically. |
65 | 2025-03-14T21:30:19.739Z | |
66 | 2025-03-14T21:30:19.739Z | To configure your current shell, you need to source |
67 | 2025-03-14T21:30:19.739Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-14T21:30:19.739Z | |
69 | 2025-03-14T21:30:19.739Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-14T21:30:19.740Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-14T21:30:19.740Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-14T21:30:19.740Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-14T21:30:19.812Z | + rustup --version |
74 | 2025-03-14T21:30:19.823Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-14T21:30:19.826Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-14T21:30:19.851Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-14T21:30:19.855Z | + cargo --version |
78 | 2025-03-14T21:30:19.873Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-14T21:30:19.876Z | + rustc --version |
80 | 2025-03-14T21:30:19.901Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-14T21:30:19.904Z | process exited: duration 26113 ms, exit code 0 |
|
82 | 2025-03-14T21:30:19.912Z | starting task 2: "authentication" |
83 | 2025-03-14T21:30:19.933Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-14T21:30:19.941Z | starting task 3: "clone repository" |
85 | 2025-03-14T21:30:19.946Z | + mkdir -p /work/oxidecomputer/opte |
86 | 2025-03-14T21:30:19.950Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
87 | 2025-03-14T21:30:20.062Z | Cloning into '/work/oxidecomputer/opte'... |
88 | 2025-03-14T21:30:20.988Z | + cd /work/oxidecomputer/opte |
89 | 2025-03-14T21:30:20.989Z | + git fetch origin 304b24984e5cfa57221a54e78ad1720b6ec336cc |
90 | 2025-03-14T21:30:21.281Z | From https://github.com/oxidecomputer/opte |
91 | 2025-03-14T21:30:21.281Z | * branch 304b24984e5cfa57221a54e78ad1720b6ec336cc -> FETCH_HEAD |
92 | 2025-03-14T21:30:21.289Z | + [[ -n ingot-and-offload ]] |
93 | 2025-03-14T21:30:21.292Z | ++ git branch --show-current |
94 | 2025-03-14T21:30:21.295Z | + current=master |
95 | 2025-03-14T21:30:21.295Z | + [[ master != ingot-and-offload ]] |
96 | 2025-03-14T21:30:21.295Z | + git branch -f ingot-and-offload 304b24984e5cfa57221a54e78ad1720b6ec336cc |
97 | 2025-03-14T21:30:21.298Z | + git checkout -f ingot-and-offload |
98 | 2025-03-14T21:30:21.321Z | Switched to branch 'ingot-and-offload' |
99 | 2025-03-14T21:30:21.324Z | + git reset --hard 304b24984e5cfa57221a54e78ad1720b6ec336cc |
100 | 2025-03-14T21:30:21.330Z | HEAD is now at 304b249 Merge branch 'master' into ingot-and-offload |
101 | 2025-03-14T21:30:21.333Z | process exited: duration 1390 ms, exit code 0 |
|
102 | 2025-03-14T21:30:21.339Z | starting task 4: "build" |
103 | 2025-03-14T21:30:21.344Z | + source .github/buildomat/common.sh |
104 | 2025-03-14T21:30:21.347Z | ++ rustup show active-toolchain |
105 | 2025-03-14T21:30:21.392Z | 1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
106 | 2025-03-14T21:30:21.395Z | ++ pushd xde |
107 | 2025-03-14T21:30:21.395Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
108 | 2025-03-14T21:30:21.395Z | ++ rustup show active-toolchain |
109 | 2025-03-14T21:30:21.402Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
110 | 2025-03-14T21:30:21.565Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
111 | 2025-03-14T21:30:21.566Z | info: downloading component 'cargo' |
112 | 2025-03-14T21:30:22.549Z | info: downloading component 'clippy' |
113 | 2025-03-14T21:30:22.866Z | info: downloading component 'rust-src' |
114 | 2025-03-14T21:30:23.116Z | info: downloading component 'rust-std' |
115 | 2025-03-14T21:30:24.937Z | info: downloading component 'rustc' |
116 | 2025-03-14T21:30:25.848Z | |
117 | 2025-03-14T21:30:25.848Z | thread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/io/driver.rs:208:27: |
118 | 2025-03-14T21:30:25.851Z | failed to wake I/O driver: Os { code: 0, kind: Uncategorized, message: "Error 0" } |
119 | 2025-03-14T21:30:25.851Z | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
120 | 2025-03-14T21:30:25.860Z | ++ rustup toolchain install |
121 | 2025-03-14T21:30:25.867Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
122 | 2025-03-14T21:30:26.061Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
123 | 2025-03-14T21:30:26.061Z | info: downloading component 'cargo' |
124 | 2025-03-14T21:30:26.075Z | info: downloading component 'clippy' |
125 | 2025-03-14T21:30:26.079Z | info: downloading component 'rust-src' |
126 | 2025-03-14T21:30:26.082Z | info: downloading component 'rust-std' |
127 | 2025-03-14T21:30:26.100Z | info: downloading component 'rustc' |
128 | 2025-03-14T21:30:31.504Z | info: downloading component 'rustfmt' |
129 | 2025-03-14T21:30:31.829Z | info: installing component 'cargo' |
130 | 2025-03-14T21:30:32.688Z | info: installing component 'clippy' |
131 | 2025-03-14T21:30:33.072Z | info: installing component 'rust-src' |
132 | 2025-03-14T21:30:33.401Z | info: installing component 'rust-std' |
133 | 2025-03-14T21:30:35.021Z | info: installing component 'rustc' |
134 | 2025-03-14T21:30:41.384Z | info: installing component 'rustfmt' |
135 | 2025-03-14T21:30:41.712Z | info: the active toolchain `nightly-2025-02-20-x86_64-unknown-illumos` has been installed |
136 | 2025-03-14T21:30:41.712Z | info: it's active because: overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml' |
137 | 2025-03-14T21:30:41.790Z | +++ rustup show active-toolchain -v |
138 | 2025-03-14T21:30:41.793Z | +++ head -n 1 |
139 | 2025-03-14T21:30:41.793Z | +++ cut '-d ' -f1 |
140 | 2025-03-14T21:30:41.891Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
141 | 2025-03-14T21:30:41.891Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
142 | 2025-03-14T21:30:41.891Z | ++ popd |
143 | 2025-03-14T21:30:41.895Z | /work/oxidecomputer/opte |
144 | 2025-03-14T21:30:41.895Z | + TGT_BASE=/work |
145 | 2025-03-14T21:30:41.895Z | + REL_SRC=target/x86_64-unknown-unknown/release |
146 | 2025-03-14T21:30:41.895Z | + REL_TGT=/work/release |
147 | 2025-03-14T21:30:41.895Z | + mkdir -p /work/release |
148 | 2025-03-14T21:30:41.895Z | + cargo --version |
149 | 2025-03-14T21:30:41.949Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
150 | 2025-03-14T21:30:41.953Z | + rustc --version |
151 | 2025-03-14T21:30:42.018Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
152 | 2025-03-14T21:30:42.021Z | + header 'build xde and opteadm (release+debug)' |
153 | 2025-03-14T21:30:42.021Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
154 | 2025-03-14T21:30:42.021Z | # ==== build xde and opteadm (release+debug) ==== # |
155 | 2025-03-14T21:30:42.021Z | + ptime -m cargo xtask build |
156 | 2025-03-14T21:30:42.190Z | Updating crates.io index |
157 | 2025-03-14T21:30:42.193Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
158 | 2025-03-14T21:30:42.955Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
159 | 2025-03-14T21:30:43.283Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
160 | 2025-03-14T21:30:43.527Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
161 | 2025-03-14T21:30:43.860Z | Updating git repository `https://github.com/oxidecomputer/zone` |
162 | 2025-03-14T21:30:44.145Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
163 | 2025-03-14T21:30:44.379Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
164 | 2025-03-14T21:30:44.646Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
165 | 2025-03-14T21:30:45.447Z | Downloading crates ... |
166 | 2025-03-14T21:30:45.489Z | Downloaded anstream v0.6.18 |
167 | 2025-03-14T21:30:45.495Z | Downloaded anstyle-query v1.1.2 |
168 | 2025-03-14T21:30:45.498Z | Downloaded anstyle-parse v0.2.6 |
169 | 2025-03-14T21:30:45.520Z | Downloaded terminal_size v0.4.2 |
170 | 2025-03-14T21:30:45.524Z | Downloaded colorchoice v1.0.3 |
171 | 2025-03-14T21:30:45.524Z | Downloaded cargo-platform v0.1.9 |
172 | 2025-03-14T21:30:45.524Z | Downloaded indexmap v2.7.1 |
173 | 2025-03-14T21:30:45.527Z | Downloaded strsim v0.11.1 |
174 | 2025-03-14T21:30:45.532Z | Downloaded itoa v1.0.15 |
175 | 2025-03-14T21:30:45.533Z | Downloaded errno v0.3.10 |
176 | 2025-03-14T21:30:45.533Z | Downloaded clap_lex v0.7.4 |
177 | 2025-03-14T21:30:45.538Z | Downloaded utf8parse v0.2.2 |
178 | 2025-03-14T21:30:45.538Z | Downloaded anstyle v1.0.10 |
179 | 2025-03-14T21:30:45.538Z | Downloaded toml_datetime v0.6.8 |
180 | 2025-03-14T21:30:45.538Z | Downloaded equivalent v1.0.2 |
181 | 2025-03-14T21:30:45.548Z | Downloaded serde_spanned v0.6.8 |
182 | 2025-03-14T21:30:45.551Z | Downloaded heck v0.5.0 |
183 | 2025-03-14T21:30:45.551Z | Downloaded clap_derive v4.5.28 |
184 | 2025-03-14T21:30:45.551Z | Downloaded cargo_metadata v0.19.2 |
185 | 2025-03-14T21:30:45.554Z | Downloaded semver v1.0.26 |
186 | 2025-03-14T21:30:45.557Z | Downloaded is_terminal_polyfill v1.70.1 |
187 | 2025-03-14T21:30:45.557Z | Downloaded camino v1.1.9 |
188 | 2025-03-14T21:30:45.560Z | Downloaded thiserror-impl v2.0.12 |
189 | 2025-03-14T21:30:45.563Z | Downloaded thiserror v2.0.12 |
190 | 2025-03-14T21:30:45.566Z | Downloaded quote v1.0.39 |
191 | 2025-03-14T21:30:45.568Z | Downloaded toml v0.8.20 |
192 | 2025-03-14T21:30:45.571Z | Downloaded ryu v1.0.20 |
193 | 2025-03-14T21:30:45.574Z | Downloaded anyhow v1.0.97 |
194 | 2025-03-14T21:30:45.578Z | Downloaded unicode-ident v1.0.18 |
195 | 2025-03-14T21:30:45.581Z | Downloaded serde_derive v1.0.219 |
196 | 2025-03-14T21:30:45.585Z | Downloaded clap v4.5.31 |
197 | 2025-03-14T21:30:45.597Z | Downloaded proc-macro2 v1.0.94 |
198 | 2025-03-14T21:30:45.597Z | Downloaded bitflags v2.9.0 |
199 | 2025-03-14T21:30:45.606Z | Downloaded serde v1.0.219 |
200 | 2025-03-14T21:30:45.609Z | Downloaded toml_edit v0.22.24 |
201 | 2025-03-14T21:30:45.630Z | Downloaded memchr v2.7.4 |
202 | 2025-03-14T21:30:45.634Z | Downloaded serde_json v1.0.140 |
203 | 2025-03-14T21:30:45.640Z | Downloaded hashbrown v0.15.2 |
204 | 2025-03-14T21:30:45.648Z | Downloaded clap_builder v4.5.31 |
205 | 2025-03-14T21:30:45.657Z | Downloaded winnow v0.7.3 |
206 | 2025-03-14T21:30:45.685Z | Downloaded syn v2.0.100 |
207 | 2025-03-14T21:30:45.701Z | Downloaded rustix v1.0.1 |
208 | 2025-03-14T21:30:45.744Z | Downloaded libc v0.2.170 |
209 | 2025-03-14T21:30:45.872Z | Compiling proc-macro2 v1.0.94 |
210 | 2025-03-14T21:30:45.875Z | Compiling unicode-ident v1.0.18 |
211 | 2025-03-14T21:30:45.876Z | Compiling serde v1.0.219 |
212 | 2025-03-14T21:30:45.876Z | Compiling libc v0.2.170 |
213 | 2025-03-14T21:30:45.876Z | Compiling rustix v1.0.1 |
214 | 2025-03-14T21:30:45.876Z | Compiling bitflags v2.9.0 |
215 | 2025-03-14T21:30:45.876Z | Compiling utf8parse v0.2.2 |
216 | 2025-03-14T21:30:45.876Z | Compiling serde_json v1.0.140 |
217 | 2025-03-14T21:30:46.073Z | Compiling anstyle-parse v0.2.6 |
218 | 2025-03-14T21:30:46.090Z | Compiling anstyle v1.0.10 |
219 | 2025-03-14T21:30:46.305Z | Compiling semver v1.0.26 |
220 | 2025-03-14T21:30:46.357Z | Compiling hashbrown v0.15.2 |
221 | 2025-03-14T21:30:46.451Z | Compiling colorchoice v1.0.3 |
222 | 2025-03-14T21:30:46.563Z | Compiling is_terminal_polyfill v1.70.1 |
223 | 2025-03-14T21:30:46.675Z | Compiling equivalent v1.0.2 |
224 | 2025-03-14T21:30:46.796Z | Compiling camino v1.1.9 |
225 | 2025-03-14T21:30:46.799Z | Compiling anstyle-query v1.1.2 |
226 | 2025-03-14T21:30:46.831Z | Compiling thiserror v2.0.12 |
227 | 2025-03-14T21:30:46.927Z | Compiling anstream v0.6.18 |
228 | 2025-03-14T21:30:46.936Z | Compiling heck v0.5.0 |
229 | 2025-03-14T21:30:46.954Z | Compiling winnow v0.7.3 |
230 | 2025-03-14T21:30:47.346Z | Compiling indexmap v2.7.1 |
231 | 2025-03-14T21:30:47.346Z | Compiling strsim v0.11.1 |
232 | 2025-03-14T21:30:47.420Z | Compiling errno v0.3.10 |
233 | 2025-03-14T21:30:47.485Z | Compiling itoa v1.0.15 |
234 | 2025-03-14T21:30:47.526Z | Compiling anyhow v1.0.97 |
235 | 2025-03-14T21:30:47.689Z | Compiling memchr v2.7.4 |
236 | 2025-03-14T21:30:47.697Z | Compiling ryu v1.0.20 |
237 | 2025-03-14T21:30:48.043Z | Compiling quote v1.0.39 |
238 | 2025-03-14T21:30:48.076Z | Compiling clap_lex v0.7.4 |
239 | 2025-03-14T21:30:48.477Z | Compiling syn v2.0.100 |
240 | 2025-03-14T21:30:48.632Z | Compiling terminal_size v0.4.2 |
241 | 2025-03-14T21:30:48.830Z | Compiling clap_builder v4.5.31 |
242 | 2025-03-14T21:30:52.155Z | Compiling serde_derive v1.0.219 |
243 | 2025-03-14T21:30:52.155Z | Compiling thiserror-impl v2.0.12 |
244 | 2025-03-14T21:30:52.158Z | Compiling clap_derive v4.5.28 |
245 | 2025-03-14T21:30:54.320Z | Compiling clap v4.5.31 |
246 | 2025-03-14T21:30:58.450Z | Compiling toml_datetime v0.6.8 |
247 | 2025-03-14T21:30:58.450Z | Compiling serde_spanned v0.6.8 |
248 | 2025-03-14T21:30:58.454Z | Compiling cargo-platform v0.1.9 |
249 | 2025-03-14T21:30:58.702Z | Compiling toml_edit v0.22.24 |
250 | 2025-03-14T21:30:59.648Z | Compiling cargo_metadata v0.19.2 |
251 | 2025-03-14T21:31:00.824Z | Compiling toml v0.8.20 |
252 | 2025-03-14T21:31:02.075Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
253 | 2025-03-14T21:31:03.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.56s |
254 | 2025-03-14T21:31:03.726Z | Running `target/debug/xtask build` |
255 | 2025-03-14T21:31:03.743Z | Building opteadm (debug). |
256 | 2025-03-14T21:31:06.516Z | Compiling libc v0.2.170 |
257 | 2025-03-14T21:31:06.516Z | Compiling cfg-if v1.0.0 |
258 | 2025-03-14T21:31:06.516Z | Compiling serde v1.0.219 |
259 | 2025-03-14T21:31:06.521Z | Compiling zerocopy v0.8.23 |
260 | 2025-03-14T21:31:06.521Z | Compiling fnv v1.0.7 |
261 | 2025-03-14T21:31:06.521Z | Compiling ident_case v1.0.1 |
262 | 2025-03-14T21:31:06.521Z | Compiling memchr v2.7.4 |
263 | 2025-03-14T21:31:06.521Z | Compiling syn v2.0.100 |
264 | 2025-03-14T21:31:06.625Z | Compiling syn v1.0.109 |
265 | 2025-03-14T21:31:06.652Z | Compiling regex-syntax v0.8.5 |
266 | 2025-03-14T21:31:06.706Z | Compiling either v1.15.0 |
267 | 2025-03-14T21:31:07.064Z | Compiling once_cell v1.20.3 |
268 | 2025-03-14T21:31:07.104Z | Compiling hashbrown v0.15.2 |
269 | 2025-03-14T21:31:07.242Z | Compiling equivalent v1.0.2 |
270 | 2025-03-14T21:31:07.329Z | Compiling autocfg v1.4.0 |
271 | 2025-03-14T21:31:07.411Z | Compiling itertools v0.13.0 |
272 | 2025-03-14T21:31:07.952Z | Compiling aho-corasick v1.1.3 |
273 | 2025-03-14T21:31:07.955Z | Compiling parking_lot_core v0.9.10 |
274 | 2025-03-14T21:31:08.094Z | Compiling lock_api v0.4.12 |
275 | 2025-03-14T21:31:08.222Z | Compiling indexmap v2.7.1 |
276 | 2025-03-14T21:31:08.393Z | Compiling toml_datetime v0.6.8 |
277 | 2025-03-14T21:31:08.445Z | Compiling heapless v0.8.0 |
278 | 2025-03-14T21:31:08.744Z | Compiling winnow v0.5.40 |
279 | 2025-03-14T21:31:08.977Z | Compiling byteorder v1.5.0 |
280 | 2025-03-14T21:31:09.295Z | Compiling hash32 v0.3.1 |
281 | 2025-03-14T21:31:09.617Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
282 | 2025-03-14T21:31:09.685Z | Compiling scopeguard v1.2.0 |
283 | 2025-03-14T21:31:09.806Z | Compiling smoltcp v0.11.0 |
284 | 2025-03-14T21:31:09.975Z | Compiling smallvec v1.14.0 |
285 | 2025-03-14T21:31:10.185Z | Compiling regex-automata v0.4.9 |
286 | 2025-03-14T21:31:10.357Z | Compiling macaddr v1.0.1 |
287 | 2025-03-14T21:31:10.401Z | Compiling stable_deref_trait v1.2.0 |
288 | 2025-03-14T21:31:11.424Z | Compiling getrandom v0.2.15 |
289 | 2025-03-14T21:31:11.733Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
290 | 2025-03-14T21:31:11.736Z | Compiling cobs v0.2.3 |
291 | 2025-03-14T21:31:11.761Z | Compiling version_check v0.9.5 |
292 | 2025-03-14T21:31:11.909Z | Compiling toml_edit v0.19.15 |
293 | 2025-03-14T21:31:12.017Z | Compiling thiserror v1.0.69 |
294 | 2025-03-14T21:31:12.068Z | Compiling pin-project-lite v0.2.16 |
295 | 2025-03-14T21:31:12.085Z | Compiling managed v0.8.0 |
296 | 2025-03-14T21:31:12.186Z | Compiling bitflags v1.3.2 |
297 | 2025-03-14T21:31:12.287Z | Compiling parking_lot v0.12.3 |
298 | 2025-03-14T21:31:12.302Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
299 | 2025-03-14T21:31:12.666Z | Compiling rand_core v0.6.4 |
300 | 2025-03-14T21:31:12.858Z | Compiling errno v0.3.10 |
301 | 2025-03-14T21:31:13.085Z | Compiling darling_core v0.20.10 |
302 | 2025-03-14T21:31:13.092Z | Compiling socket2 v0.5.8 |
303 | 2025-03-14T21:31:13.099Z | Compiling signal-hook-registry v1.4.2 |
304 | 2025-03-14T21:31:13.856Z | Compiling mio v1.0.3 |
305 | 2025-03-14T21:31:14.022Z | Compiling bytes v1.10.1 |
306 | 2025-03-14T21:31:15.017Z | Compiling regex v1.11.1 |
307 | 2025-03-14T21:31:15.470Z | Compiling proc-macro-crate v1.3.1 |
308 | 2025-03-14T21:31:16.192Z | Compiling foreign-types-shared v0.3.1 |
309 | 2025-03-14T21:31:16.650Z | Compiling ipnetwork v0.21.1 |
310 | 2025-03-14T21:31:16.834Z | Compiling unicode-width v0.2.0 |
311 | 2025-03-14T21:31:16.918Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
312 | 2025-03-14T21:31:16.980Z | Compiling serde_derive v1.0.219 |
313 | 2025-03-14T21:31:17.051Z | Compiling zerocopy-derive v0.8.23 |
314 | 2025-03-14T21:31:17.189Z | Compiling foreign-types-macros v0.2.3 |
315 | 2025-03-14T21:31:17.242Z | Compiling num_enum_derive v0.5.11 |
316 | 2025-03-14T21:31:17.325Z | Compiling thiserror-impl v1.0.69 |
317 | 2025-03-14T21:31:17.470Z | Compiling tokio-macros v2.5.0 |
318 | 2025-03-14T21:31:17.762Z | Compiling tabwriter v1.4.1 |
319 | 2025-03-14T21:31:18.204Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
320 | 2025-03-14T21:31:18.248Z | Compiling darling_macro v0.20.10 |
321 | 2025-03-14T21:31:18.440Z | Compiling foreign-types v0.5.0 |
322 | 2025-03-14T21:31:18.528Z | Compiling tracing-attributes v0.1.28 |
323 | 2025-03-14T21:31:18.837Z | Compiling tokio v1.44.0 |
324 | 2025-03-14T21:31:19.195Z | Compiling cstr-argument v0.1.2 |
325 | 2025-03-14T21:31:19.198Z | Compiling darling v0.20.10 |
326 | 2025-03-14T21:31:19.254Z | Compiling num_enum v0.5.11 |
327 | 2025-03-14T21:31:19.294Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
328 | 2025-03-14T21:31:19.390Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
329 | 2025-03-14T21:31:19.397Z | Compiling itertools v0.14.0 |
330 | 2025-03-14T21:31:20.330Z | Compiling tracing-core v0.1.33 |
331 | 2025-03-14T21:31:20.775Z | Compiling crc32fast v1.4.2 |
332 | 2025-03-14T21:31:21.042Z | Compiling pretty-hex v0.2.1 |
333 | 2025-03-14T21:31:21.224Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
334 | 2025-03-14T21:31:21.334Z | Compiling lazy_static v1.5.0 |
335 | 2025-03-14T21:31:21.410Z | Compiling dyn-clone v1.0.19 |
336 | 2025-03-14T21:31:21.462Z | Compiling colored v2.2.0 |
337 | 2025-03-14T21:31:21.575Z | Compiling tracing v0.1.41 |
338 | 2025-03-14T21:31:21.606Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
339 | 2025-03-14T21:31:21.722Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
340 | 2025-03-14T21:31:21.883Z | Compiling thiserror-impl v2.0.12 |
341 | 2025-03-14T21:31:21.988Z | Compiling winnow v0.6.26 |
342 | 2025-03-14T21:31:22.113Z | Compiling oxnet v0.1.1 |
343 | 2025-03-14T21:31:22.270Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
344 | 2025-03-14T21:31:22.577Z | Compiling clap_derive v4.5.28 |
345 | 2025-03-14T21:31:22.590Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
346 | 2025-03-14T21:31:22.871Z | Compiling ppv-lite86 v0.2.21 |
347 | 2025-03-14T21:31:23.605Z | Compiling rand_chacha v0.3.1 |
348 | 2025-03-14T21:31:23.982Z | Compiling rand v0.8.5 |
349 | 2025-03-14T21:31:24.463Z | Compiling thiserror v2.0.12 |
350 | 2025-03-14T21:31:25.124Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
351 | 2025-03-14T21:31:26.126Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
352 | 2025-03-14T21:31:27.598Z | Compiling bitflags v2.9.0 |
353 | 2025-03-14T21:31:27.598Z | Compiling postcard v1.1.1 |
354 | 2025-03-14T21:31:27.639Z | Compiling uuid v1.15.1 |
355 | 2025-03-14T21:31:27.861Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
356 | 2025-03-14T21:31:27.919Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
357 | 2025-03-14T21:31:27.945Z | Compiling rustix v1.0.1 |
358 | 2025-03-14T21:31:28.754Z | Compiling terminal_size v0.4.2 |
359 | 2025-03-14T21:31:28.845Z | Compiling clap_builder v4.5.31 |
360 | 2025-03-14T21:31:29.435Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
361 | 2025-03-14T21:31:31.184Z | Compiling clap v4.5.31 |
362 | 2025-03-14T21:31:35.719Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
363 | 2025-03-14T21:31:37.802Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
364 | 2025-03-14T21:31:42.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.63s |
365 | 2025-03-14T21:31:43.030Z | Building xde (debug). |
366 | 2025-03-14T21:31:43.394Z | Updating crates.io index |
367 | 2025-03-14T21:31:43.503Z | Downloading crates ... |
368 | 2025-03-14T21:31:43.561Z | Downloaded getopts v0.2.21 |
369 | 2025-03-14T21:31:43.579Z | Downloaded allocator-api2 v0.2.21 |
370 | 2025-03-14T21:31:43.582Z | Downloaded miniz_oxide v0.8.3 |
371 | 2025-03-14T21:31:43.623Z | Downloaded compiler_builtins v0.1.146 |
372 | 2025-03-14T21:31:43.635Z | Downloaded unicode-width v0.1.14 |
373 | 2025-03-14T21:31:43.667Z | Downloaded libc v0.2.169 |
374 | 2025-03-14T21:31:43.766Z | Compiling compiler_builtins v0.1.146 |
375 | 2025-03-14T21:31:43.766Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
376 | 2025-03-14T21:31:43.769Z | Compiling proc-macro2 v1.0.94 |
377 | 2025-03-14T21:31:43.769Z | Compiling unicode-ident v1.0.18 |
378 | 2025-03-14T21:31:43.769Z | Compiling strsim v0.11.1 |
379 | 2025-03-14T21:31:43.769Z | Compiling serde v1.0.219 |
380 | 2025-03-14T21:31:43.775Z | Compiling fnv v1.0.7 |
381 | 2025-03-14T21:31:43.778Z | Compiling ident_case v1.0.1 |
382 | 2025-03-14T21:31:43.956Z | Compiling memchr v2.7.4 |
383 | 2025-03-14T21:31:43.991Z | Compiling regex-syntax v0.8.5 |
384 | 2025-03-14T21:31:43.997Z | Compiling either v1.15.0 |
385 | 2025-03-14T21:31:44.394Z | Compiling zerocopy v0.8.23 |
386 | 2025-03-14T21:31:44.444Z | Compiling itertools v0.13.0 |
387 | 2025-03-14T21:31:44.557Z | Compiling heapless v0.8.0 |
388 | 2025-03-14T21:31:45.035Z | Compiling aho-corasick v1.1.3 |
389 | 2025-03-14T21:31:45.381Z | Compiling quote v1.0.39 |
390 | 2025-03-14T21:31:45.437Z | Compiling smoltcp v0.11.0 |
391 | 2025-03-14T21:31:45.452Z | Compiling version_check v0.9.5 |
392 | 2025-03-14T21:31:46.044Z | Compiling syn v2.0.100 |
393 | 2025-03-14T21:31:46.264Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
394 | 2025-03-14T21:31:47.424Z | Compiling regex-automata v0.4.9 |
395 | 2025-03-14T21:31:50.143Z | Compiling regex v1.11.1 |
396 | 2025-03-14T21:31:50.369Z | Compiling darling_core v0.20.10 |
397 | 2025-03-14T21:31:52.526Z | Compiling serde_derive v1.0.219 |
398 | 2025-03-14T21:31:52.526Z | Compiling zerocopy-derive v0.8.23 |
399 | 2025-03-14T21:31:52.526Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
400 | 2025-03-14T21:31:53.980Z | Compiling darling_macro v0.20.10 |
401 | 2025-03-14T21:31:55.096Z | Compiling darling v0.20.10 |
402 | 2025-03-14T21:31:55.185Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
403 | 2025-03-14T21:31:55.185Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
404 | 2025-03-14T21:32:03.323Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
405 | 2025-03-14T21:32:04.017Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
406 | 2025-03-14T21:32:06.512Z | Compiling byteorder v1.5.0 |
407 | 2025-03-14T21:32:06.512Z | Compiling cfg-if v1.0.0 |
408 | 2025-03-14T21:32:06.515Z | Compiling macaddr v1.0.1 |
409 | 2025-03-14T21:32:06.515Z | Compiling stable_deref_trait v1.2.0 |
410 | 2025-03-14T21:32:06.516Z | Compiling managed v0.8.0 |
411 | 2025-03-14T21:32:06.605Z | Compiling cobs v0.2.3 |
412 | 2025-03-14T21:32:06.612Z | Compiling bitflags v1.3.2 |
413 | 2025-03-14T21:32:06.829Z | Compiling hash32 v0.3.1 |
414 | 2025-03-14T21:32:06.871Z | Compiling crc32fast v1.4.2 |
415 | 2025-03-14T21:32:06.875Z | Compiling dyn-clone v1.0.19 |
416 | 2025-03-14T21:32:06.929Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
417 | 2025-03-14T21:32:07.026Z | Compiling itertools v0.14.0 |
418 | 2025-03-14T21:32:08.599Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
419 | 2025-03-14T21:32:09.824Z | Compiling bitflags v2.9.0 |
420 | 2025-03-14T21:32:09.824Z | Compiling postcard v1.1.1 |
421 | 2025-03-14T21:32:09.827Z | Compiling uuid v1.15.1 |
422 | 2025-03-14T21:32:10.043Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
423 | 2025-03-14T21:32:10.043Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
424 | 2025-03-14T21:32:10.134Z | warning: unused import: `core::ffi::c_int` |
425 | 2025-03-14T21:32:10.134Z | --> crates/illumos-sys-hdrs/src/mac.rs:11:5 |
426 | 2025-03-14T21:32:10.134Z | | |
427 | 2025-03-14T21:32:10.134Z | 11 | use core::ffi::c_int; |
428 | 2025-03-14T21:32:10.135Z | | ^^^^^^^^^^^^^^^^ |
429 | 2025-03-14T21:32:10.135Z | | |
430 | 2025-03-14T21:32:10.135Z | = note: `#[warn(unused_imports)]` on by default |
431 | 2025-03-14T21:32:10.135Z | |
432 | 2025-03-14T21:32:10.526Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
433 | 2025-03-14T21:32:11.397Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
434 | 2025-03-14T21:32:17.569Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
435 | 2025-03-14T21:32:21.110Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
436 | 2025-03-14T21:32:27.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.02s |
437 | 2025-03-14T21:32:27.147Z | Linking xde kmod... |
438 | 2025-03-14T21:32:31.174Z | Building xde dev link helper (debug). |
439 | 2025-03-14T21:32:31.416Z | Compiling compiler_builtins v0.1.146 |
440 | 2025-03-14T21:32:31.416Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
441 | 2025-03-14T21:32:31.416Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
442 | 2025-03-14T21:32:46.724Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
443 | 2025-03-14T21:32:47.494Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
444 | 2025-03-14T21:32:50.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s |
445 | 2025-03-14T21:32:50.327Z | Building opteadm (release). |
446 | 2025-03-14T21:32:50.592Z | Compiling proc-macro2 v1.0.94 |
447 | 2025-03-14T21:32:50.592Z | Compiling unicode-ident v1.0.18 |
448 | 2025-03-14T21:32:50.592Z | Compiling libc v0.2.170 |
449 | 2025-03-14T21:32:50.592Z | Compiling cfg-if v1.0.0 |
450 | 2025-03-14T21:32:50.595Z | Compiling serde v1.0.219 |
451 | 2025-03-14T21:32:50.595Z | Compiling zerocopy v0.8.23 |
452 | 2025-03-14T21:32:50.595Z | Compiling ident_case v1.0.1 |
453 | 2025-03-14T21:32:50.602Z | Compiling strsim v0.11.1 |
454 | 2025-03-14T21:32:50.716Z | Compiling fnv v1.0.7 |
455 | 2025-03-14T21:32:50.784Z | Compiling memchr v2.7.4 |
456 | 2025-03-14T21:32:50.787Z | Compiling syn v1.0.109 |
457 | 2025-03-14T21:32:50.836Z | Compiling regex-syntax v0.8.5 |
458 | 2025-03-14T21:32:51.168Z | Compiling hashbrown v0.15.2 |
459 | 2025-03-14T21:32:51.202Z | Compiling equivalent v1.0.2 |
460 | 2025-03-14T21:32:51.305Z | Compiling either v1.15.0 |
461 | 2025-03-14T21:32:51.363Z | Compiling autocfg v1.4.0 |
462 | 2025-03-14T21:32:51.370Z | Compiling anyhow v1.0.97 |
463 | 2025-03-14T21:32:51.680Z | Compiling aho-corasick v1.1.3 |
464 | 2025-03-14T21:32:51.929Z | Compiling itertools v0.13.0 |
465 | 2025-03-14T21:32:51.936Z | Compiling winnow v0.5.40 |
466 | 2025-03-14T21:32:52.048Z | Compiling toml_datetime v0.6.8 |
467 | 2025-03-14T21:32:52.085Z | Compiling lock_api v0.4.12 |
468 | 2025-03-14T21:32:52.169Z | Compiling indexmap v2.7.1 |
469 | 2025-03-14T21:32:52.383Z | Compiling quote v1.0.39 |
470 | 2025-03-14T21:32:52.447Z | Compiling parking_lot_core v0.9.10 |
471 | 2025-03-14T21:32:52.780Z | Compiling syn v2.0.100 |
472 | 2025-03-14T21:32:52.941Z | Compiling heapless v0.8.0 |
473 | 2025-03-14T21:32:53.356Z | Compiling byteorder v1.5.0 |
474 | 2025-03-14T21:32:53.675Z | Compiling hash32 v0.3.1 |
475 | 2025-03-14T21:32:53.886Z | Compiling once_cell v1.20.3 |
476 | 2025-03-14T21:32:53.903Z | Compiling macaddr v1.0.1 |
477 | 2025-03-14T21:32:54.231Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
478 | 2025-03-14T21:32:54.333Z | Compiling regex-automata v0.4.9 |
479 | 2025-03-14T21:32:54.613Z | Compiling smoltcp v0.11.0 |
480 | 2025-03-14T21:32:54.727Z | Compiling smallvec v1.14.0 |
481 | 2025-03-14T21:32:55.150Z | Compiling toml_edit v0.19.15 |
482 | 2025-03-14T21:32:55.197Z | Compiling scopeguard v1.2.0 |
483 | 2025-03-14T21:32:55.209Z | Compiling stable_deref_trait v1.2.0 |
484 | 2025-03-14T21:32:55.777Z | Compiling getrandom v0.2.15 |
485 | 2025-03-14T21:32:56.058Z | Compiling bitflags v1.3.2 |
486 | 2025-03-14T21:32:56.068Z | Compiling thiserror v1.0.69 |
487 | 2025-03-14T21:32:56.093Z | Compiling pin-project-lite v0.2.16 |
488 | 2025-03-14T21:32:56.144Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
489 | 2025-03-14T21:32:56.221Z | Compiling rustix v1.0.1 |
490 | 2025-03-14T21:32:56.396Z | Compiling version_check v0.9.5 |
491 | 2025-03-14T21:32:56.482Z | Compiling cobs v0.2.3 |
492 | 2025-03-14T21:32:56.622Z | Compiling managed v0.8.0 |
493 | 2025-03-14T21:32:56.933Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
494 | 2025-03-14T21:32:57.058Z | Compiling rand_core v0.6.4 |
495 | 2025-03-14T21:32:57.140Z | Compiling parking_lot v0.12.3 |
496 | 2025-03-14T21:32:57.277Z | Compiling socket2 v0.5.8 |
497 | 2025-03-14T21:32:57.503Z | Compiling errno v0.3.10 |
498 | 2025-03-14T21:32:57.735Z | Compiling mio v1.0.3 |
499 | 2025-03-14T21:32:58.497Z | Compiling regex v1.11.1 |
500 | 2025-03-14T21:32:58.712Z | Compiling proc-macro-crate v1.3.1 |
501 | 2025-03-14T21:32:58.972Z | Compiling signal-hook-registry v1.4.2 |
502 | 2025-03-14T21:32:59.355Z | Compiling darling_core v0.20.10 |
503 | 2025-03-14T21:32:59.402Z | Compiling bytes v1.10.1 |
504 | 2025-03-14T21:33:00.472Z | Compiling utf8parse v0.2.2 |
505 | 2025-03-14T21:33:00.888Z | Compiling ipnetwork v0.21.1 |
506 | 2025-03-14T21:33:00.907Z | Compiling foreign-types-shared v0.3.1 |
507 | 2025-03-14T21:33:01.023Z | Compiling unicode-width v0.2.0 |
508 | 2025-03-14T21:33:01.164Z | Compiling tracing-core v0.1.33 |
509 | 2025-03-14T21:33:01.578Z | Compiling tabwriter v1.4.1 |
510 | 2025-03-14T21:33:01.585Z | Compiling anstyle-parse v0.2.6 |
511 | 2025-03-14T21:33:01.934Z | Compiling cstr-argument v0.1.2 |
512 | 2025-03-14T21:33:02.196Z | Compiling itertools v0.14.0 |
513 | 2025-03-14T21:33:02.266Z | Compiling num_enum_derive v0.5.11 |
514 | 2025-03-14T21:33:02.409Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
515 | 2025-03-14T21:33:03.229Z | Compiling crc32fast v1.4.2 |
516 | 2025-03-14T21:33:03.250Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
517 | 2025-03-14T21:33:03.256Z | Compiling pretty-hex v0.2.1 |
518 | 2025-03-14T21:33:03.321Z | Compiling is_terminal_polyfill v1.70.1 |
519 | 2025-03-14T21:33:03.431Z | Compiling dyn-clone v1.0.19 |
520 | 2025-03-14T21:33:03.445Z | Compiling anstyle-query v1.1.2 |
521 | 2025-03-14T21:33:03.453Z | Compiling serde_derive v1.0.219 |
522 | 2025-03-14T21:33:03.551Z | Compiling zerocopy-derive v0.8.23 |
523 | 2025-03-14T21:33:03.584Z | Compiling tokio-macros v2.5.0 |
524 | 2025-03-14T21:33:03.584Z | Compiling foreign-types-macros v0.2.3 |
525 | 2025-03-14T21:33:03.645Z | Compiling thiserror-impl v1.0.69 |
526 | 2025-03-14T21:33:04.289Z | Compiling num_enum v0.5.11 |
527 | 2025-03-14T21:33:04.461Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
528 | 2025-03-14T21:33:04.464Z | Compiling tracing-attributes v0.1.28 |
529 | 2025-03-14T21:33:04.489Z | Compiling darling_macro v0.20.10 |
530 | 2025-03-14T21:33:04.717Z | Compiling foreign-types v0.5.0 |
531 | 2025-03-14T21:33:04.816Z | Compiling colorchoice v1.0.3 |
532 | 2025-03-14T21:33:04.975Z | Compiling anstyle v1.0.10 |
533 | 2025-03-14T21:33:04.992Z | Compiling tokio v1.44.0 |
534 | 2025-03-14T21:33:05.341Z | Compiling lazy_static v1.5.0 |
535 | 2025-03-14T21:33:05.381Z | Compiling thiserror v2.0.12 |
536 | 2025-03-14T21:33:05.409Z | Compiling darling v0.20.10 |
537 | 2025-03-14T21:33:05.469Z | Compiling colored v2.2.0 |
538 | 2025-03-14T21:33:05.511Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
539 | 2025-03-14T21:33:05.991Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
540 | 2025-03-14T21:33:06.566Z | Compiling anstream v0.6.18 |
541 | 2025-03-14T21:33:06.715Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
542 | 2025-03-14T21:33:07.088Z | Compiling thiserror-impl v2.0.12 |
543 | 2025-03-14T21:33:07.261Z | Compiling tracing v0.1.41 |
544 | 2025-03-14T21:33:07.406Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
545 | 2025-03-14T21:33:07.856Z | Compiling winnow v0.6.26 |
546 | 2025-03-14T21:33:08.063Z | Compiling clap_lex v0.7.4 |
547 | 2025-03-14T21:33:08.654Z | Compiling heck v0.5.0 |
548 | 2025-03-14T21:33:08.720Z | Compiling oxnet v0.1.1 |
549 | 2025-03-14T21:33:09.045Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
550 | 2025-03-14T21:33:09.419Z | Compiling clap_derive v4.5.28 |
551 | 2025-03-14T21:33:09.644Z | Compiling ppv-lite86 v0.2.21 |
552 | 2025-03-14T21:33:09.998Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
553 | 2025-03-14T21:33:10.363Z | Compiling rand_chacha v0.3.1 |
554 | 2025-03-14T21:33:10.779Z | Compiling rand v0.8.5 |
555 | 2025-03-14T21:33:11.473Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
556 | 2025-03-14T21:33:13.021Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
557 | 2025-03-14T21:33:14.981Z | Compiling bitflags v2.9.0 |
558 | 2025-03-14T21:33:15.201Z | Compiling postcard v1.1.1 |
559 | 2025-03-14T21:33:15.266Z | Compiling uuid v1.15.1 |
560 | 2025-03-14T21:33:15.438Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
561 | 2025-03-14T21:33:15.639Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
562 | 2025-03-14T21:33:16.719Z | Compiling terminal_size v0.4.2 |
563 | 2025-03-14T21:33:16.820Z | Compiling clap_builder v4.5.31 |
564 | 2025-03-14T21:33:17.457Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
565 | 2025-03-14T21:33:19.753Z | Compiling clap v4.5.31 |
566 | 2025-03-14T21:33:23.741Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
567 | 2025-03-14T21:33:25.850Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
568 | 2025-03-14T21:33:59.313Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 08s |
569 | 2025-03-14T21:33:59.356Z | Building xde (release). |
570 | 2025-03-14T21:33:59.733Z | Compiling compiler_builtins v0.1.146 |
571 | 2025-03-14T21:33:59.733Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
572 | 2025-03-14T21:33:59.733Z | Compiling proc-macro2 v1.0.94 |
573 | 2025-03-14T21:33:59.737Z | Compiling unicode-ident v1.0.18 |
574 | 2025-03-14T21:33:59.737Z | Compiling strsim v0.11.1 |
575 | 2025-03-14T21:33:59.737Z | Compiling serde v1.0.219 |
576 | 2025-03-14T21:33:59.737Z | Compiling ident_case v1.0.1 |
577 | 2025-03-14T21:33:59.737Z | Compiling fnv v1.0.7 |
578 | 2025-03-14T21:33:59.857Z | Compiling memchr v2.7.4 |
579 | 2025-03-14T21:33:59.895Z | Compiling regex-syntax v0.8.5 |
580 | 2025-03-14T21:33:59.907Z | Compiling zerocopy v0.8.23 |
581 | 2025-03-14T21:34:00.305Z | Compiling either v1.15.0 |
582 | 2025-03-14T21:34:00.456Z | Compiling heapless v0.8.0 |
583 | 2025-03-14T21:34:00.685Z | Compiling itertools v0.13.0 |
584 | 2025-03-14T21:34:00.794Z | Compiling aho-corasick v1.1.3 |
585 | 2025-03-14T21:34:00.981Z | Compiling smoltcp v0.11.0 |
586 | 2025-03-14T21:34:01.233Z | Compiling version_check v0.9.5 |
587 | 2025-03-14T21:34:01.304Z | Compiling quote v1.0.39 |
588 | 2025-03-14T21:34:01.679Z | Compiling syn v2.0.100 |
589 | 2025-03-14T21:34:01.930Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
590 | 2025-03-14T21:34:03.209Z | Compiling regex-automata v0.4.9 |
591 | 2025-03-14T21:34:05.972Z | Compiling regex v1.11.1 |
592 | 2025-03-14T21:34:06.489Z | Compiling darling_core v0.20.10 |
593 | 2025-03-14T21:34:08.320Z | Compiling serde_derive v1.0.219 |
594 | 2025-03-14T21:34:08.320Z | Compiling zerocopy-derive v0.8.23 |
595 | 2025-03-14T21:34:08.320Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
596 | 2025-03-14T21:34:10.191Z | Compiling darling_macro v0.20.10 |
597 | 2025-03-14T21:34:11.415Z | Compiling darling v0.20.10 |
598 | 2025-03-14T21:34:11.518Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
599 | 2025-03-14T21:34:11.519Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
600 | 2025-03-14T21:34:20.270Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
601 | 2025-03-14T21:34:21.151Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
602 | 2025-03-14T21:34:24.188Z | Compiling byteorder v1.5.0 |
603 | 2025-03-14T21:34:24.192Z | Compiling cfg-if v1.0.0 |
604 | 2025-03-14T21:34:24.192Z | Compiling macaddr v1.0.1 |
605 | 2025-03-14T21:34:24.192Z | Compiling stable_deref_trait v1.2.0 |
606 | 2025-03-14T21:34:24.192Z | Compiling cobs v0.2.3 |
607 | 2025-03-14T21:34:24.277Z | Compiling managed v0.8.0 |
608 | 2025-03-14T21:34:24.287Z | Compiling bitflags v1.3.2 |
609 | 2025-03-14T21:34:24.520Z | Compiling hash32 v0.3.1 |
610 | 2025-03-14T21:34:24.540Z | Compiling crc32fast v1.4.2 |
611 | 2025-03-14T21:34:24.609Z | Compiling dyn-clone v1.0.19 |
612 | 2025-03-14T21:34:24.729Z | Compiling itertools v0.14.0 |
613 | 2025-03-14T21:34:24.751Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
614 | 2025-03-14T21:34:26.678Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
615 | 2025-03-14T21:34:27.856Z | Compiling bitflags v2.9.0 |
616 | 2025-03-14T21:34:27.856Z | Compiling postcard v1.1.1 |
617 | 2025-03-14T21:34:27.859Z | Compiling uuid v1.15.1 |
618 | 2025-03-14T21:34:28.149Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
619 | 2025-03-14T21:34:28.176Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
620 | 2025-03-14T21:34:28.261Z | warning: unused import: `core::ffi::c_int` |
621 | 2025-03-14T21:34:28.261Z | --> crates/illumos-sys-hdrs/src/mac.rs:11:5 |
622 | 2025-03-14T21:34:28.261Z | | |
623 | 2025-03-14T21:34:28.261Z | 11 | use core::ffi::c_int; |
624 | 2025-03-14T21:34:28.261Z | | ^^^^^^^^^^^^^^^^ |
625 | 2025-03-14T21:34:28.261Z | | |
626 | 2025-03-14T21:34:28.261Z | = note: `#[warn(unused_imports)]` on by default |
627 | 2025-03-14T21:34:28.261Z | |
628 | 2025-03-14T21:34:28.766Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
629 | 2025-03-14T21:34:29.748Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
630 | 2025-03-14T21:34:35.081Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
631 | 2025-03-14T21:34:38.863Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
632 | 2025-03-14T21:35:04.578Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 05s |
633 | 2025-03-14T21:35:04.604Z | Linking xde kmod... |
634 | 2025-03-14T21:35:05.273Z | Building xde dev link helper (release). |
635 | 2025-03-14T21:35:05.511Z | Compiling compiler_builtins v0.1.146 |
636 | 2025-03-14T21:35:05.511Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
637 | 2025-03-14T21:35:05.512Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
638 | 2025-03-14T21:35:22.255Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
639 | 2025-03-14T21:35:23.101Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
640 | 2025-03-14T21:35:26.815Z | Finished `release` profile [optimized + debuginfo] target(s) in 21.49s |
641 | 2025-03-14T21:35:26.841Z | |
642 | 2025-03-14T21:35:26.844Z | real 4:44.834414743 |
643 | 2025-03-14T21:35:26.844Z | user 13:46.185052781 |
644 | 2025-03-14T21:35:26.844Z | sys 1:25.234401958 |
645 | 2025-03-14T21:35:26.844Z | trap 0.389744080 |
646 | 2025-03-14T21:35:26.844Z | tflt 0.904836397 |
647 | 2025-03-14T21:35:26.844Z | dflt 2.810205269 |
648 | 2025-03-14T21:35:26.844Z | kflt 0.008676772 |
649 | 2025-03-14T21:35:26.844Z | lock 25:57.586129839 |
650 | 2025-03-14T21:35:26.844Z | slp 45:47.107953318 |
651 | 2025-03-14T21:35:26.844Z | lat 22.712388638 |
652 | 2025-03-14T21:35:26.844Z | stop 37.540945555 |
653 | 2025-03-14T21:35:26.844Z | + elfdump target/x86_64-unknown-unknown/release/xde |
654 | 2025-03-14T21:35:26.844Z | + grep GOTPCREL |
655 | 2025-03-14T21:35:28.143Z | + header 'package opte' |
656 | 2025-03-14T21:35:28.143Z | + echo '# ==== package opte ==== #' |
657 | 2025-03-14T21:35:28.143Z | # ==== package opte ==== # |
658 | 2025-03-14T21:35:28.146Z | + cargo xtask package --skip-build |
659 | 2025-03-14T21:35:28.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s |
660 | 2025-03-14T21:35:28.422Z | Running `target/debug/xtask package --skip-build` |
661 | 2025-03-14T21:35:28.775Z | + ./clean.sh |
662 | 2025-03-14T21:35:28.786Z | + mkdir -p proto/kernel/drv/amd64 |
663 | 2025-03-14T21:35:28.789Z | + mkdir -p proto/opt/oxide/opte/bin |
664 | 2025-03-14T21:35:28.792Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
665 | 2025-03-14T21:35:28.795Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
666 | 2025-03-14T21:35:28.807Z | + cp ../target/x86_64-unknown-unknown/release/xde proto/kernel/drv/amd64 |
667 | 2025-03-14T21:35:28.841Z | + cp ../xde/xde.conf proto/kernel/drv/ |
668 | 2025-03-14T21:35:28.844Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
669 | 2025-03-14T21:35:28.847Z | + '[' -z ']' |
670 | 2025-03-14T21:35:28.848Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
671 | 2025-03-14T21:35:28.907Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
672 | 2025-03-14T21:35:28.975Z | + INC_DEBUG= |
673 | 2025-03-14T21:35:28.978Z | ++ ./print-api-version.sh |
674 | 2025-03-14T21:35:28.983Z | + API_VSN=35 |
675 | 2025-03-14T21:35:28.986Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/393/g -e s/%API_VSN%/35/g opte.template.p5m |
676 | 2025-03-14T21:35:28.986Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
677 | 2025-03-14T21:35:32.367Z | + pkgdepend generate -d proto opte.base.p5m |
678 | 2025-03-14T21:35:33.570Z | + mkdir -p packages |
679 | 2025-03-14T21:35:33.573Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
680 | 2025-03-14T21:35:48.283Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
681 | 2025-03-14T21:35:48.286Z | + pkgrepo create packages/repo |
682 | 2025-03-14T21:35:49.104Z | + pkgrepo add-publisher -s packages/repo helios-dev |
683 | 2025-03-14T21:35:49.898Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
684 | 2025-03-14T21:36:27.054Z | pkg://helios-dev/driver/network/opte@0.35.393,5.11:20250314T213550Z |
685 | 2025-03-14T21:36:27.054Z | PUBLISHED |
686 | 2025-03-14T21:36:27.098Z | + pkgrecv -a -d packages/repo/opte-0.35.393.p5p -s packages/repo -v -m latest '*' |
687 | 2025-03-14T21:36:27.930Z | Retrieving packages for publisher helios-dev ... |
688 | 2025-03-14T21:36:27.934Z | Retrieving catalog 'helios-dev' ... Done |
689 | 2025-03-14T21:36:27.939Z | Retrieving and evaluating 1 package(s)... |
690 | 2025-03-14T21:36:27.939Z | Fetching manifests: 1/1 100% complete |
691 | 2025-03-14T21:36:27.939Z | Fetching manifests: 1/1 100% complete |
692 | 2025-03-14T21:36:27.939Z | |
693 | 2025-03-14T21:36:27.939Z | Archiving packages ... |
694 | 2025-03-14T21:36:27.939Z | Packages to add: 1 |
695 | 2025-03-14T21:36:27.939Z | Files to retrieve: 6 |
696 | 2025-03-14T21:36:27.939Z | Estimated transfer size: 37.35 MB |
697 | 2025-03-14T21:36:27.939Z | |
698 | 2025-03-14T21:36:27.939Z | Packages to archive: |
699 | 2025-03-14T21:36:27.939Z | driver/network/opte@0.35.393,5.11:20250314T213550Z |
700 | 2025-03-14T21:36:27.939Z | |
701 | 2025-03-14T21:36:27.939Z | Download: 0/6 items 0.0/37.3MB 0% complete |
702 | 2025-03-14T21:36:28.060Z | Download: Completed 37.35 MB in 0.12 seconds (305M/s) |
703 | 2025-03-14T21:36:28.065Z | Archiving: 1/20 items 0.0/37.4MB 0% complete |
704 | 2025-03-14T21:36:28.088Z | Archiving: Completed 37.38 MB in 0.03 seconds |
705 | 2025-03-14T21:36:28.138Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.35.393.p5p. |
706 | 2025-03-14T21:36:28.142Z | + banner copy |
707 | 2025-03-14T21:36:28.147Z | |
708 | 2025-03-14T21:36:28.147Z | #### #### ##### # # |
709 | 2025-03-14T21:36:28.147Z | # # # # # # # # |
710 | 2025-03-14T21:36:28.147Z | # # # # # # |
711 | 2025-03-14T21:36:28.147Z | # # # ##### # |
712 | 2025-03-14T21:36:28.147Z | # # # # # # |
713 | 2025-03-14T21:36:28.147Z | #### #### # # |
714 | 2025-03-14T21:36:28.148Z | |
715 | 2025-03-14T21:36:28.148Z | + pfexec mkdir -p /out |
716 | 2025-03-14T21:36:28.152Z | + pfexec chown 12345 /out |
717 | 2025-03-14T21:36:28.152Z | + PKG_NAME=/out/opte.p5p |
718 | 2025-03-14T21:36:28.152Z | + mv pkg/packages/repo/opte-0.35.393.p5p /out/opte.p5p |
719 | 2025-03-14T21:36:28.191Z | + sha256sum /out/opte.p5p |
720 | 2025-03-14T21:36:28.223Z | process exited: duration 366907 ms, exit code 0 |
|
721 | 2025-03-14T21:36:28.237Z | found 2 output files |
722 | 2025-03-14T21:36:28.237Z | uploading: /out/opte.p5p (39208960 bytes) |
723 | 2025-03-14T21:36:29.807Z | uploaded: /out/opte.p5p |
724 | 2025-03-14T21:36:29.808Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
725 | 2025-03-14T21:36:30.821Z | uploaded: /out/opte.p5p.sha256 |