|
|
|
| 1 | 2026-02-26T18:08:33.033Z | job assigned to worker 01KJDJ540Z3S2W4PCJ84QS8JMQ [factory aws, i-0923c2d0ccdf5f12f] (queued for 1 m 11 s) |
| |
| 2 | 2026-02-26T18:08:41.556Z | starting task 0: "setup" |
| 3 | 2026-02-26T18:08:41.560Z | ++ uname -s |
| 4 | 2026-02-26T18:08:41.564Z | + kern=SunOS |
| 5 | 2026-02-26T18:08:41.564Z | + build_user=build |
| 6 | 2026-02-26T18:08:41.564Z | + build_uid=12345 |
| 7 | 2026-02-26T18:08:41.564Z | + work_dir=/work |
| 8 | 2026-02-26T18:08:41.564Z | + input_dir=/input |
| 9 | 2026-02-26T18:08:41.564Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-26T18:08:41.564Z | + case "$kern" in |
| 11 | 2026-02-26T18:08:41.564Z | + groupadd -g 12345 build |
| 12 | 2026-02-26T18:08:41.567Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-26T18:08:43.573Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-26T18:08:43.699Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-26T18:08:43.702Z | + home_fs=zfs |
| 16 | 2026-02-26T18:08:43.702Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-26T18:08:43.702Z | + mkdir -p /home/build |
| 18 | 2026-02-26T18:08:43.705Z | + chown build:build /home/build /work |
| 19 | 2026-02-26T18:08:45.706Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-26T18:08:45.709Z | process exited: duration 4154 ms, exit code 0 |
| |
| 21 | 2026-02-26T18:08:45.715Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-26T18:08:45.720Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-26T18:08:45.720Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-26T18:08:45.721Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-02-26T18:08:45.721Z | * rust toolchain profile = "default" |
| 26 | 2026-02-26T18:08:45.721Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-26T18:08:45.721Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-26T18:08:45.724Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-26T18:08:45.724Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-26T18:08:45.841Z | info: downloading installer |
| 31 | 2026-02-26T18:08:47.939Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-26T18:08:47.939Z | warn: /opt/ooce/bin |
| 33 | 2026-02-26T18:08:47.939Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-26T18:08:47.939Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-26T18:08:47.939Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-26T18:08:47.939Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-26T18:08:47.939Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-26T18:08:47.939Z | error: cannot install while Rust is installed |
| 39 | 2026-02-26T18:08:47.939Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-26T18:08:47.953Z | info: profile set to 'default' |
| 41 | 2026-02-26T18:08:47.953Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-26T18:08:47.956Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-26T18:08:48.155Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-26T18:08:48.155Z | info: downloading component 'cargo' |
| 45 | 2026-02-26T18:08:49.461Z | info: downloading component 'clippy' |
| 46 | 2026-02-26T18:08:49.961Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-26T18:08:51.990Z | info: downloading component 'rust-std' |
| 48 | 2026-02-26T18:08:54.466Z | info: downloading component 'rustc' |
| 49 | 2026-02-26T18:09:05.122Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-26T18:09:05.524Z | info: installing component 'cargo' |
| 51 | 2026-02-26T18:09:06.436Z | info: installing component 'clippy' |
| 52 | 2026-02-26T18:09:06.987Z | info: installing component 'rust-docs' |
| 53 | 2026-02-26T18:09:08.679Z | info: installing component 'rust-std' |
| 54 | 2026-02-26T18:09:10.595Z | info: installing component 'rustc' |
| 55 | 2026-02-26T18:09:17.135Z | info: installing component 'rustfmt' |
| 56 | 2026-02-26T18:09:17.475Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-26T18:09:17.475Z | |
| 58 | 2026-02-26T18:09:17.894Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-26T18:09:17.894Z | |
| 60 | 2026-02-26T18:09:17.899Z | |
| 61 | 2026-02-26T18:09:17.899Z | Rust is installed now. Great! |
| 62 | 2026-02-26T18:09:17.899Z | |
| 63 | 2026-02-26T18:09:17.899Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-26T18:09:17.899Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-26T18:09:17.899Z | |
| 66 | 2026-02-26T18:09:17.899Z | To configure your current shell, you need to source |
| 67 | 2026-02-26T18:09:17.899Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-26T18:09:17.900Z | |
| 69 | 2026-02-26T18:09:17.900Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-26T18:09:17.900Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-26T18:09:17.900Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-26T18:09:17.900Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-26T18:09:17.985Z | + rustup --version |
| 74 | 2026-02-26T18:09:18.001Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-26T18:09:18.007Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-26T18:09:18.125Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-26T18:09:18.130Z | + cargo --version |
| 78 | 2026-02-26T18:09:18.206Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-26T18:09:18.210Z | + rustc --version |
| 80 | 2026-02-26T18:09:18.279Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-26T18:09:18.283Z | process exited: duration 32562 ms, exit code 0 |
| |
| 82 | 2026-02-26T18:09:18.291Z | starting task 2: "authentication" |
| 83 | 2026-02-26T18:09:18.314Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-02-26T18:09:18.321Z | starting task 3: "clone repository" |
| 85 | 2026-02-26T18:09:18.325Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-26T18:09:18.332Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-26T18:09:18.429Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-26T18:09:21.796Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-26T18:09:21.808Z | + git fetch origin cff15885bcd863812397ba183affe6114bff8c8a |
| 90 | 2026-02-26T18:09:23.133Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-26T18:09:23.133Z | * branch cff15885bcd863812397ba183affe6114bff8c8a -> FETCH_HEAD |
| 92 | 2026-02-26T18:09:23.175Z | + [[ -n helios3 ]] |
| 93 | 2026-02-26T18:09:23.175Z | ++ git branch --show-current |
| 94 | 2026-02-26T18:09:23.175Z | + current=master |
| 95 | 2026-02-26T18:09:23.175Z | + [[ master != helios3 ]] |
| 96 | 2026-02-26T18:09:23.175Z | + git branch -f helios3 cff15885bcd863812397ba183affe6114bff8c8a |
| 97 | 2026-02-26T18:09:23.175Z | + git checkout -f helios3 |
| 98 | 2026-02-26T18:09:23.176Z | Switched to branch 'helios3' |
| 99 | 2026-02-26T18:09:23.176Z | + git reset --hard cff15885bcd863812397ba183affe6114bff8c8a |
| 100 | 2026-02-26T18:09:23.176Z | HEAD is now at cff1588 Include helios version in package name, adjust publisher for Heliosv3 |
| 101 | 2026-02-26T18:09:23.176Z | process exited: duration 4065 ms, exit code 0 |
| |
| 102 | 2026-02-26T18:09:23.190Z | starting task 4: "build" |
| 103 | 2026-02-26T18:09:23.240Z | + source .github/buildomat/common.sh |
| 104 | 2026-02-26T18:09:23.251Z | ++ rustup show active-toolchain |
| 105 | 2026-02-26T18:09:23.254Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-02-26T18:09:23.254Z | ++ pushd xde |
| 107 | 2026-02-26T18:09:23.254Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-02-26T18:09:23.254Z | ++ rustup show active-toolchain |
| 109 | 2026-02-26T18:09:23.273Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-02-26T18:09:23.480Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-02-26T18:09:23.485Z | info: downloading component 'cargo' |
| 112 | 2026-02-26T18:09:25.075Z | info: downloading component 'clippy' |
| 113 | 2026-02-26T18:09:25.668Z | info: downloading component 'rust-src' |
| 114 | 2026-02-26T18:09:26.002Z | info: downloading component 'rust-std' |
| 115 | 2026-02-26T18:09:28.662Z | info: downloading component 'rustc' |
| 116 | 2026-02-26T18:09:40.012Z | info: downloading component 'rustfmt' |
| 117 | 2026-02-26T18:09:40.351Z | info: installing component 'cargo' |
| 118 | 2026-02-26T18:09:41.258Z | info: installing component 'clippy' |
| 119 | 2026-02-26T18:09:41.654Z | info: installing component 'rust-src' |
| 120 | 2026-02-26T18:09:42.024Z | info: installing component 'rust-std' |
| 121 | 2026-02-26T18:09:43.748Z | info: installing component 'rustc' |
| 122 | 2026-02-26T18:09:50.348Z | info: installing component 'rustfmt' |
| 123 | 2026-02-26T18:09:50.685Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-02-26T18:09:50.770Z | +++ rustup show active-toolchain -v |
| 125 | 2026-02-26T18:09:50.773Z | +++ head -n 1 |
| 126 | 2026-02-26T18:09:50.773Z | +++ cut '-d ' -f1 |
| 127 | 2026-02-26T18:09:50.881Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-02-26T18:09:50.881Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-02-26T18:09:50.881Z | ++ popd |
| 130 | 2026-02-26T18:09:50.884Z | /work/oxidecomputer/opte |
| 131 | 2026-02-26T18:09:50.884Z | + TGT_BASE=/work |
| 132 | 2026-02-26T18:09:50.885Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 133 | 2026-02-26T18:09:50.885Z | + REL_TGT=/work/release |
| 134 | 2026-02-26T18:09:50.885Z | + mkdir -p /work/release |
| 135 | 2026-02-26T18:09:50.885Z | + cargo --version |
| 136 | 2026-02-26T18:09:50.940Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 137 | 2026-02-26T18:09:50.943Z | + rustc --version |
| 138 | 2026-02-26T18:09:51.014Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 139 | 2026-02-26T18:09:51.017Z | + header 'build xde and opteadm (release+debug)' |
| 140 | 2026-02-26T18:09:51.017Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 141 | 2026-02-26T18:09:51.017Z | # ==== build xde and opteadm (release+debug) ==== # |
| 142 | 2026-02-26T18:09:51.017Z | + ptime -m cargo xtask build --profile all |
| 143 | 2026-02-26T18:09:51.200Z | Updating crates.io index |
| 144 | 2026-02-26T18:09:51.203Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 145 | 2026-02-26T18:09:54.626Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 146 | 2026-02-26T18:09:55.686Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 147 | 2026-02-26T18:09:56.503Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 148 | 2026-02-26T18:09:57.256Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 149 | 2026-02-26T18:09:58.084Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 150 | 2026-02-26T18:09:58.792Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 151 | 2026-02-26T18:10:01.259Z | Downloading crates ... |
| 152 | 2026-02-26T18:10:01.333Z | Downloaded camino v1.2.2 |
| 153 | 2026-02-26T18:10:01.336Z | Downloaded anstream v0.6.21 |
| 154 | 2026-02-26T18:10:01.343Z | Downloaded cargo-platform v0.3.2 |
| 155 | 2026-02-26T18:10:01.346Z | Downloaded strsim v0.11.1 |
| 156 | 2026-02-26T18:10:01.348Z | Downloaded equivalent v1.0.2 |
| 157 | 2026-02-26T18:10:01.356Z | Downloaded colorchoice v1.0.4 |
| 158 | 2026-02-26T18:10:01.360Z | Downloaded anstyle-query v1.1.5 |
| 159 | 2026-02-26T18:10:01.364Z | Downloaded itoa v1.0.17 |
| 160 | 2026-02-26T18:10:01.367Z | Downloaded serde_spanned v1.0.4 |
| 161 | 2026-02-26T18:10:01.367Z | Downloaded is_terminal_polyfill v1.70.2 |
| 162 | 2026-02-26T18:10:01.370Z | Downloaded utf8parse v0.2.2 |
| 163 | 2026-02-26T18:10:01.370Z | Downloaded anstyle-parse v0.2.7 |
| 164 | 2026-02-26T18:10:01.374Z | Downloaded clap_lex v0.7.7 |
| 165 | 2026-02-26T18:10:01.379Z | Downloaded heck v0.5.0 |
| 166 | 2026-02-26T18:10:01.384Z | Downloaded terminal_size v0.4.3 |
| 167 | 2026-02-26T18:10:01.394Z | Downloaded anstyle v1.0.13 |
| 168 | 2026-02-26T18:10:01.397Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 169 | 2026-02-26T18:10:01.401Z | Downloaded errno v0.3.14 |
| 170 | 2026-02-26T18:10:01.404Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 171 | 2026-02-26T18:10:01.404Z | Downloaded thiserror-impl v2.0.18 |
| 172 | 2026-02-26T18:10:01.411Z | Downloaded quote v1.0.44 |
| 173 | 2026-02-26T18:10:01.426Z | Downloaded thiserror v2.0.18 |
| 174 | 2026-02-26T18:10:01.430Z | Downloaded zmij v1.0.20 |
| 175 | 2026-02-26T18:10:01.430Z | Downloaded cargo_metadata v0.23.1 |
| 176 | 2026-02-26T18:10:01.433Z | Downloaded bitflags v2.10.0 |
| 177 | 2026-02-26T18:10:01.436Z | Downloaded semver v1.0.27 |
| 178 | 2026-02-26T18:10:01.439Z | Downloaded toml_parser v1.0.7+spec-1.1.0 |
| 179 | 2026-02-26T18:10:01.439Z | Downloaded clap_derive v4.5.55 |
| 180 | 2026-02-26T18:10:01.454Z | Downloaded unicode-ident v1.0.23 |
| 181 | 2026-02-26T18:10:01.458Z | Downloaded anyhow v1.0.101 |
| 182 | 2026-02-26T18:10:01.461Z | Downloaded toml v1.0.0+spec-1.1.0 |
| 183 | 2026-02-26T18:10:01.466Z | Downloaded serde_derive v1.0.228 |
| 184 | 2026-02-26T18:10:01.469Z | Downloaded clap v4.5.57 |
| 185 | 2026-02-26T18:10:01.475Z | Downloaded proc-macro2 v1.0.106 |
| 186 | 2026-02-26T18:10:01.483Z | Downloaded serde_core v1.0.228 |
| 187 | 2026-02-26T18:10:01.506Z | Downloaded memchr v2.8.0 |
| 188 | 2026-02-26T18:10:01.511Z | Downloaded serde v1.0.228 |
| 189 | 2026-02-26T18:10:01.516Z | Downloaded indexmap v2.13.0 |
| 190 | 2026-02-26T18:10:01.558Z | Downloaded hashbrown v0.16.1 |
| 191 | 2026-02-26T18:10:01.563Z | Downloaded clap_builder v4.5.57 |
| 192 | 2026-02-26T18:10:01.563Z | Downloaded serde_json v1.0.149 |
| 193 | 2026-02-26T18:10:01.563Z | Downloaded winnow v0.7.14 |
| 194 | 2026-02-26T18:10:01.591Z | Downloaded syn v2.0.114 |
| 195 | 2026-02-26T18:10:01.612Z | Downloaded rustix v1.1.3 |
| 196 | 2026-02-26T18:10:01.654Z | Downloaded libc v0.2.180 |
| 197 | 2026-02-26T18:10:01.719Z | Compiling proc-macro2 v1.0.106 |
| 198 | 2026-02-26T18:10:01.719Z | Compiling serde_core v1.0.228 |
| 199 | 2026-02-26T18:10:01.724Z | Compiling unicode-ident v1.0.23 |
| 200 | 2026-02-26T18:10:01.724Z | Compiling quote v1.0.44 |
| 201 | 2026-02-26T18:10:01.724Z | Compiling libc v0.2.180 |
| 202 | 2026-02-26T18:10:01.724Z | Compiling rustix v1.1.3 |
| 203 | 2026-02-26T18:10:01.724Z | Compiling bitflags v2.10.0 |
| 204 | 2026-02-26T18:10:01.724Z | Compiling zmij v1.0.20 |
| 205 | 2026-02-26T18:10:02.037Z | Compiling utf8parse v0.2.2 |
| 206 | 2026-02-26T18:10:02.193Z | Compiling anstyle-parse v0.2.7 |
| 207 | 2026-02-26T18:10:02.485Z | Compiling camino v1.2.2 |
| 208 | 2026-02-26T18:10:02.592Z | Compiling is_terminal_polyfill v1.70.2 |
| 209 | 2026-02-26T18:10:02.705Z | Compiling anstyle v1.0.13 |
| 210 | 2026-02-26T18:10:02.714Z | Compiling thiserror v2.0.18 |
| 211 | 2026-02-26T18:10:02.733Z | Compiling anstyle-query v1.1.5 |
| 212 | 2026-02-26T18:10:02.879Z | Compiling colorchoice v1.0.4 |
| 213 | 2026-02-26T18:10:02.982Z | Compiling serde_json v1.0.149 |
| 214 | 2026-02-26T18:10:03.023Z | Compiling serde v1.0.228 |
| 215 | 2026-02-26T18:10:03.088Z | Compiling anstream v0.6.21 |
| 216 | 2026-02-26T18:10:03.387Z | Compiling memchr v2.8.0 |
| 217 | 2026-02-26T18:10:03.580Z | Compiling errno v0.3.14 |
| 218 | 2026-02-26T18:10:03.725Z | Compiling winnow v0.7.14 |
| 219 | 2026-02-26T18:10:03.872Z | Compiling heck v0.5.0 |
| 220 | 2026-02-26T18:10:04.194Z | Compiling clap_lex v0.7.7 |
| 221 | 2026-02-26T18:10:04.278Z | Compiling anyhow v1.0.101 |
| 222 | 2026-02-26T18:10:04.543Z | Compiling syn v2.0.114 |
| 223 | 2026-02-26T18:10:04.615Z | Compiling strsim v0.11.1 |
| 224 | 2026-02-26T18:10:04.869Z | Compiling terminal_size v0.4.3 |
| 225 | 2026-02-26T18:10:05.009Z | Compiling itoa v1.0.17 |
| 226 | 2026-02-26T18:10:05.143Z | Compiling clap_builder v4.5.57 |
| 227 | 2026-02-26T18:10:05.978Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 228 | 2026-02-26T18:10:06.835Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 229 | 2026-02-26T18:10:07.403Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 230 | 2026-02-26T18:10:07.426Z | Compiling semver v1.0.27 |
| 231 | 2026-02-26T18:10:07.520Z | Compiling cargo-platform v0.3.2 |
| 232 | 2026-02-26T18:10:07.722Z | Compiling serde_spanned v1.0.4 |
| 233 | 2026-02-26T18:10:08.497Z | Compiling toml v1.0.0+spec-1.1.0 |
| 234 | 2026-02-26T18:10:10.672Z | Compiling serde_derive v1.0.228 |
| 235 | 2026-02-26T18:10:10.846Z | Compiling thiserror-impl v2.0.18 |
| 236 | 2026-02-26T18:10:10.877Z | Compiling clap_derive v4.5.55 |
| 237 | 2026-02-26T18:10:14.870Z | Compiling clap v4.5.57 |
| 238 | 2026-02-26T18:10:18.126Z | Compiling cargo_metadata v0.23.1 |
| 239 | 2026-02-26T18:10:22.321Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 240 | 2026-02-26T18:10:24.943Z | Finished `dev` profile [optimized + debuginfo] target(s) in 33.86s |
| 241 | 2026-02-26T18:10:25.038Z | Running `target/debug/xtask build --profile all` |
| 242 | 2026-02-26T18:10:27.138Z | Building opteadm (release). |
| 243 | 2026-02-26T18:10:27.267Z | Compiling proc-macro2 v1.0.106 |
| 244 | 2026-02-26T18:10:27.268Z | Compiling quote v1.0.44 |
| 245 | 2026-02-26T18:10:27.268Z | Compiling unicode-ident v1.0.23 |
| 246 | 2026-02-26T18:10:27.271Z | Compiling serde_core v1.0.228 |
| 247 | 2026-02-26T18:10:27.271Z | Compiling libc v0.2.180 |
| 248 | 2026-02-26T18:10:27.271Z | Compiling zerocopy v0.8.39 |
| 249 | 2026-02-26T18:10:27.271Z | Compiling cfg-if v1.0.4 |
| 250 | 2026-02-26T18:10:27.271Z | Compiling thiserror v2.0.18 |
| 251 | 2026-02-26T18:10:27.377Z | Compiling fnv v1.0.7 |
| 252 | 2026-02-26T18:10:27.454Z | Compiling strsim v0.11.1 |
| 253 | 2026-02-26T18:10:27.498Z | Compiling ident_case v1.0.1 |
| 254 | 2026-02-26T18:10:27.671Z | Compiling memchr v2.8.0 |
| 255 | 2026-02-26T18:10:27.788Z | Compiling regex-syntax v0.8.9 |
| 256 | 2026-02-26T18:10:27.980Z | Compiling anyhow v1.0.101 |
| 257 | 2026-02-26T18:10:28.050Z | Compiling winnow v0.7.14 |
| 258 | 2026-02-26T18:10:28.319Z | Compiling either v1.15.0 |
| 259 | 2026-02-26T18:10:28.550Z | Compiling hashbrown v0.16.1 |
| 260 | 2026-02-26T18:10:28.704Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-02-26T18:10:28.966Z | Compiling equivalent v1.0.2 |
| 262 | 2026-02-26T18:10:29.001Z | Compiling serde v1.0.228 |
| 263 | 2026-02-26T18:10:29.076Z | Compiling itertools v0.14.0 |
| 264 | 2026-02-26T18:10:29.783Z | Compiling indexmap v2.13.0 |
| 265 | 2026-02-26T18:10:29.881Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 266 | 2026-02-26T18:10:30.099Z | Compiling syn v2.0.114 |
| 267 | 2026-02-26T18:10:30.300Z | Compiling heapless v0.8.0 |
| 268 | 2026-02-26T18:10:30.818Z | Compiling byteorder v1.5.0 |
| 269 | 2026-02-26T18:10:31.150Z | Compiling getrandom v0.3.4 |
| 270 | 2026-02-26T18:10:31.190Z | Compiling hash32 v0.3.1 |
| 271 | 2026-02-26T18:10:31.402Z | Compiling regex-automata v0.4.14 |
| 272 | 2026-02-26T18:10:31.663Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 273 | 2026-02-26T18:10:31.942Z | Compiling stable_deref_trait v1.2.1 |
| 274 | 2026-02-26T18:10:32.036Z | Compiling smoltcp v0.11.0 |
| 275 | 2026-02-26T18:10:32.043Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 276 | 2026-02-26T18:10:32.211Z | Compiling syn v1.0.109 |
| 277 | 2026-02-26T18:10:32.406Z | Compiling macaddr v1.0.1 |
| 278 | 2026-02-26T18:10:32.624Z | Compiling bitflags v2.10.0 |
| 279 | 2026-02-26T18:10:32.768Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 280 | 2026-02-26T18:10:32.821Z | Compiling rustversion v1.0.22 |
| 281 | 2026-02-26T18:10:32.970Z | Compiling rustix v1.1.3 |
| 282 | 2026-02-26T18:10:33.308Z | Compiling bitflags v1.3.2 |
| 283 | 2026-02-26T18:10:33.322Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 284 | 2026-02-26T18:10:33.401Z | Compiling managed v0.8.0 |
| 285 | 2026-02-26T18:10:33.552Z | Compiling version_check v0.9.5 |
| 286 | 2026-02-26T18:10:33.622Z | Compiling ref-cast v1.0.25 |
| 287 | 2026-02-26T18:10:33.975Z | Compiling proc-macro-crate v3.4.0 |
| 288 | 2026-02-26T18:10:34.069Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 289 | 2026-02-26T18:10:34.189Z | Compiling rand_core v0.9.5 |
| 290 | 2026-02-26T18:10:34.660Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-02-26T18:10:34.872Z | Compiling errno v0.3.14 |
| 292 | 2026-02-26T18:10:34.883Z | Compiling utf8parse v0.2.2 |
| 293 | 2026-02-26T18:10:35.029Z | Compiling unicode-width v0.2.2 |
| 294 | 2026-02-26T18:10:35.107Z | Compiling ipnetwork v0.21.1 |
| 295 | 2026-02-26T18:10:35.392Z | Compiling regex v1.12.3 |
| 296 | 2026-02-26T18:10:35.610Z | Compiling once_cell v1.21.3 |
| 297 | 2026-02-26T18:10:35.832Z | Compiling foreign-types-shared v0.3.1 |
| 298 | 2026-02-26T18:10:35.957Z | Compiling tracing-core v0.1.36 |
| 299 | 2026-02-26T18:10:36.037Z | Compiling cstr-argument v0.1.2 |
| 300 | 2026-02-26T18:10:36.272Z | Compiling tabwriter v1.4.1 |
| 301 | 2026-02-26T18:10:36.573Z | Compiling anstyle-parse v0.2.7 |
| 302 | 2026-02-26T18:10:36.905Z | Compiling darling_core v0.21.3 |
| 303 | 2026-02-26T18:10:37.731Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 304 | 2026-02-26T18:10:37.763Z | Compiling anstyle-query v1.1.5 |
| 305 | 2026-02-26T18:10:37.910Z | Compiling pretty-hex v0.4.1 |
| 306 | 2026-02-26T18:10:38.095Z | Compiling anstyle v1.0.13 |
| 307 | 2026-02-26T18:10:38.100Z | Compiling dyn-clone v1.0.20 |
| 308 | 2026-02-26T18:10:38.153Z | Compiling is_terminal_polyfill v1.70.2 |
| 309 | 2026-02-26T18:10:38.189Z | Compiling colorchoice v1.0.4 |
| 310 | 2026-02-26T18:10:38.279Z | Compiling pin-project-lite v0.2.16 |
| 311 | 2026-02-26T18:10:38.410Z | Compiling terminal_size v0.4.3 |
| 312 | 2026-02-26T18:10:38.561Z | Compiling anstream v0.6.21 |
| 313 | 2026-02-26T18:10:38.626Z | Compiling uuid v1.20.0 |
| 314 | 2026-02-26T18:10:38.986Z | Compiling socket2 v0.6.2 |
| 315 | 2026-02-26T18:10:39.522Z | Compiling oxnet v0.1.4 |
| 316 | 2026-02-26T18:10:40.111Z | Compiling heck v0.5.0 |
| 317 | 2026-02-26T18:10:40.192Z | Compiling colored v3.1.1 |
| 318 | 2026-02-26T18:10:40.224Z | Compiling clap_lex v0.7.7 |
| 319 | 2026-02-26T18:10:40.288Z | Compiling zerocopy-derive v0.8.39 |
| 320 | 2026-02-26T18:10:40.499Z | Compiling thiserror-impl v2.0.18 |
| 321 | 2026-02-26T18:10:40.804Z | Compiling serde_derive v1.0.228 |
| 322 | 2026-02-26T18:10:40.863Z | Compiling num_enum_derive v0.7.5 |
| 323 | 2026-02-26T18:10:41.328Z | Compiling ref-cast-impl v1.0.25 |
| 324 | 2026-02-26T18:10:42.454Z | Compiling foreign-types-macros v0.2.3 |
| 325 | 2026-02-26T18:10:42.543Z | Compiling darling_macro v0.21.3 |
| 326 | 2026-02-26T18:10:42.898Z | Compiling num_enum v0.7.5 |
| 327 | 2026-02-26T18:10:43.258Z | Compiling tracing-attributes v0.1.31 |
| 328 | 2026-02-26T18:10:43.334Z | Compiling cobs v0.3.0 |
| 329 | 2026-02-26T18:10:43.508Z | Compiling darling v0.21.3 |
| 330 | 2026-02-26T18:10:43.558Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 331 | 2026-02-26T18:10:43.614Z | Compiling ingot-macros v0.1.1 |
| 332 | 2026-02-26T18:10:43.620Z | Compiling foreign-types v0.5.0 |
| 333 | 2026-02-26T18:10:43.695Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 334 | 2026-02-26T18:10:43.710Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 335 | 2026-02-26T18:10:43.716Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 336 | 2026-02-26T18:10:44.037Z | Compiling clap_derive v4.5.55 |
| 337 | 2026-02-26T18:10:44.340Z | Compiling clap_builder v4.5.57 |
| 338 | 2026-02-26T18:10:44.367Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 339 | 2026-02-26T18:10:44.517Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 340 | 2026-02-26T18:10:45.626Z | Compiling tracing v0.1.44 |
| 341 | 2026-02-26T18:10:47.315Z | Compiling postcard v1.1.3 |
| 342 | 2026-02-26T18:10:48.249Z | Compiling clap v4.5.57 |
| 343 | 2026-02-26T18:10:50.761Z | Compiling ingot-types v0.1.2 |
| 344 | 2026-02-26T18:10:50.761Z | Compiling ppv-lite86 v0.2.21 |
| 345 | 2026-02-26T18:10:51.206Z | Compiling rand_chacha v0.9.0 |
| 346 | 2026-02-26T18:10:51.291Z | Compiling ingot v0.1.1 |
| 347 | 2026-02-26T18:10:51.450Z | Compiling rand v0.9.2 |
| 348 | 2026-02-26T18:10:54.510Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 349 | 2026-02-26T18:10:56.183Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 350 | 2026-02-26T18:10:57.820Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 351 | 2026-02-26T18:11:10.595Z | Finished `release` profile [optimized + debuginfo] target(s) in 43.44s |
| 352 | 2026-02-26T18:11:10.628Z | Building xde (release-lto). |
| 353 | 2026-02-26T18:11:10.996Z | Updating crates.io index |
| 354 | 2026-02-26T18:11:11.117Z | Downloading crates ... |
| 355 | 2026-02-26T18:11:11.177Z | Downloaded rustc-literal-escaper v0.0.5 |
| 356 | 2026-02-26T18:11:11.181Z | Downloaded adler2 v2.0.1 |
| 357 | 2026-02-26T18:11:11.184Z | Downloaded cfg-if v1.0.1 |
| 358 | 2026-02-26T18:11:11.190Z | Downloaded memchr v2.7.5 |
| 359 | 2026-02-26T18:11:11.194Z | Downloaded addr2line v0.25.0 |
| 360 | 2026-02-26T18:11:11.197Z | Downloaded rustc-demangle v0.1.26 |
| 361 | 2026-02-26T18:11:11.200Z | Downloaded getopts v0.2.24 |
| 362 | 2026-02-26T18:11:11.222Z | Downloaded miniz_oxide v0.8.9 |
| 363 | 2026-02-26T18:11:11.251Z | Downloaded hashbrown v0.15.5 |
| 364 | 2026-02-26T18:11:11.290Z | Downloaded gimli v0.32.0 |
| 365 | 2026-02-26T18:11:11.298Z | Downloaded object v0.37.3 |
| 366 | 2026-02-26T18:11:11.327Z | Downloaded libc v0.2.175 |
| 367 | 2026-02-26T18:11:11.400Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 368 | 2026-02-26T18:11:11.400Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 369 | 2026-02-26T18:11:11.403Z | Compiling proc-macro2 v1.0.106 |
| 370 | 2026-02-26T18:11:11.403Z | Compiling unicode-ident v1.0.23 |
| 371 | 2026-02-26T18:11:11.403Z | Compiling quote v1.0.44 |
| 372 | 2026-02-26T18:11:11.403Z | Compiling serde_core v1.0.228 |
| 373 | 2026-02-26T18:11:11.430Z | Compiling ident_case v1.0.1 |
| 374 | 2026-02-26T18:11:11.434Z | Compiling fnv v1.0.7 |
| 375 | 2026-02-26T18:11:11.617Z | Compiling strsim v0.11.1 |
| 376 | 2026-02-26T18:11:11.657Z | Compiling memchr v2.8.0 |
| 377 | 2026-02-26T18:11:11.663Z | Compiling regex-syntax v0.8.9 |
| 378 | 2026-02-26T18:11:12.146Z | Compiling either v1.15.0 |
| 379 | 2026-02-26T18:11:12.160Z | Compiling thiserror v2.0.18 |
| 380 | 2026-02-26T18:11:12.375Z | Compiling serde v1.0.228 |
| 381 | 2026-02-26T18:11:12.421Z | Compiling zerocopy v0.8.39 |
| 382 | 2026-02-26T18:11:12.552Z | Compiling aho-corasick v1.1.4 |
| 383 | 2026-02-26T18:11:13.108Z | Compiling itertools v0.14.0 |
| 384 | 2026-02-26T18:11:13.112Z | Compiling heapless v0.8.0 |
| 385 | 2026-02-26T18:11:13.401Z | Compiling smoltcp v0.11.0 |
| 386 | 2026-02-26T18:11:13.732Z | Compiling syn v2.0.114 |
| 387 | 2026-02-26T18:11:13.951Z | Compiling ref-cast v1.0.25 |
| 388 | 2026-02-26T18:11:14.159Z | Compiling crc32fast v1.5.0 |
| 389 | 2026-02-26T18:11:14.178Z | Compiling version_check v0.9.5 |
| 390 | 2026-02-26T18:11:14.867Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 391 | 2026-02-26T18:11:15.119Z | Compiling regex-automata v0.4.14 |
| 392 | 2026-02-26T18:11:18.168Z | Compiling regex v1.12.3 |
| 393 | 2026-02-26T18:11:18.805Z | Compiling darling_core v0.21.3 |
| 394 | 2026-02-26T18:11:20.714Z | Compiling thiserror-impl v2.0.18 |
| 395 | 2026-02-26T18:11:20.717Z | Compiling zerocopy-derive v0.8.39 |
| 396 | 2026-02-26T18:11:20.717Z | Compiling serde_derive v1.0.228 |
| 397 | 2026-02-26T18:11:20.717Z | Compiling ref-cast-impl v1.0.25 |
| 398 | 2026-02-26T18:11:20.717Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 399 | 2026-02-26T18:11:23.631Z | Compiling darling_macro v0.21.3 |
| 400 | 2026-02-26T18:11:24.920Z | Compiling darling v0.21.3 |
| 401 | 2026-02-26T18:11:25.011Z | Compiling ingot-macros v0.1.1 |
| 402 | 2026-02-26T18:11:25.015Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 403 | 2026-02-26T18:11:36.337Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 404 | 2026-02-26T18:11:39.731Z | Compiling byteorder v1.5.0 |
| 405 | 2026-02-26T18:11:39.734Z | Compiling cfg-if v1.0.4 |
| 406 | 2026-02-26T18:11:39.734Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-02-26T18:11:39.734Z | Compiling macaddr v1.0.1 |
| 408 | 2026-02-26T18:11:39.828Z | Compiling bitflags v1.3.2 |
| 409 | 2026-02-26T18:11:39.835Z | Compiling managed v0.8.0 |
| 410 | 2026-02-26T18:11:39.883Z | Compiling cobs v0.3.0 |
| 411 | 2026-02-26T18:11:40.087Z | Compiling hash32 v0.3.1 |
| 412 | 2026-02-26T18:11:40.322Z | Compiling dyn-clone v1.0.20 |
| 413 | 2026-02-26T18:11:40.443Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 414 | 2026-02-26T18:11:43.013Z | Compiling bitflags v2.10.0 |
| 415 | 2026-02-26T18:11:43.013Z | Compiling uuid v1.20.0 |
| 416 | 2026-02-26T18:11:43.271Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 417 | 2026-02-26T18:11:43.925Z | Compiling postcard v1.1.3 |
| 418 | 2026-02-26T18:11:45.834Z | Compiling ingot-types v0.1.2 |
| 419 | 2026-02-26T18:11:46.369Z | Compiling ingot v0.1.1 |
| 420 | 2026-02-26T18:11:49.390Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 421 | 2026-02-26T18:11:55.915Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 422 | 2026-02-26T18:12:10.194Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 423 | 2026-02-26T18:12:55.874Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 45s |
| 424 | 2026-02-26T18:12:55.903Z | Linking xde kmod... |
| 425 | 2026-02-26T18:12:56.448Z | Building xde dev link helper (release). |
| 426 | 2026-02-26T18:12:56.696Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 427 | 2026-02-26T18:12:56.697Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 428 | 2026-02-26T18:12:56.701Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 429 | 2026-02-26T18:13:17.290Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 430 | 2026-02-26T18:13:21.404Z | Finished `release` profile [optimized + debuginfo] target(s) in 24.89s |
| 431 | 2026-02-26T18:13:21.428Z | Building opteadm (dev). |
| 432 | 2026-02-26T18:13:21.642Z | Compiling serde_core v1.0.228 |
| 433 | 2026-02-26T18:13:21.642Z | Compiling libc v0.2.180 |
| 434 | 2026-02-26T18:13:21.642Z | Compiling cfg-if v1.0.4 |
| 435 | 2026-02-26T18:13:21.645Z | Compiling zerocopy v0.8.39 |
| 436 | 2026-02-26T18:13:21.645Z | Compiling ident_case v1.0.1 |
| 437 | 2026-02-26T18:13:21.645Z | Compiling strsim v0.11.1 |
| 438 | 2026-02-26T18:13:21.645Z | Compiling fnv v1.0.7 |
| 439 | 2026-02-26T18:13:21.645Z | Compiling syn v2.0.114 |
| 440 | 2026-02-26T18:13:21.758Z | Compiling memchr v2.8.0 |
| 441 | 2026-02-26T18:13:21.786Z | Compiling regex-syntax v0.8.9 |
| 442 | 2026-02-26T18:13:21.832Z | Compiling equivalent v1.0.2 |
| 443 | 2026-02-26T18:13:21.945Z | Compiling winnow v0.7.14 |
| 444 | 2026-02-26T18:13:22.267Z | Compiling hashbrown v0.16.1 |
| 445 | 2026-02-26T18:13:22.383Z | Compiling either v1.15.0 |
| 446 | 2026-02-26T18:13:22.759Z | Compiling aho-corasick v1.1.4 |
| 447 | 2026-02-26T18:13:23.004Z | Compiling serde v1.0.228 |
| 448 | 2026-02-26T18:13:23.380Z | Compiling indexmap v2.13.0 |
| 449 | 2026-02-26T18:13:23.442Z | Compiling itertools v0.14.0 |
| 450 | 2026-02-26T18:13:23.631Z | Compiling getrandom v0.3.4 |
| 451 | 2026-02-26T18:13:24.228Z | Compiling byteorder v1.5.0 |
| 452 | 2026-02-26T18:13:24.578Z | Compiling heapless v0.8.0 |
| 453 | 2026-02-26T18:13:24.749Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 454 | 2026-02-26T18:13:25.178Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 455 | 2026-02-26T18:13:25.363Z | Compiling regex-automata v0.4.14 |
| 456 | 2026-02-26T18:13:25.411Z | Compiling hash32 v0.3.1 |
| 457 | 2026-02-26T18:13:25.690Z | Compiling smoltcp v0.11.0 |
| 458 | 2026-02-26T18:13:26.294Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 459 | 2026-02-26T18:13:26.297Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 460 | 2026-02-26T18:13:26.343Z | Compiling syn v1.0.109 |
| 461 | 2026-02-26T18:13:26.485Z | Compiling macaddr v1.0.1 |
| 462 | 2026-02-26T18:13:26.671Z | Compiling bitflags v2.10.0 |
| 463 | 2026-02-26T18:13:26.891Z | Compiling stable_deref_trait v1.2.1 |
| 464 | 2026-02-26T18:13:26.932Z | Compiling rustversion v1.0.22 |
| 465 | 2026-02-26T18:13:27.082Z | Compiling managed v0.8.0 |
| 466 | 2026-02-26T18:13:27.473Z | Compiling proc-macro-crate v3.4.0 |
| 467 | 2026-02-26T18:13:27.525Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 468 | 2026-02-26T18:13:27.596Z | Compiling ref-cast v1.0.25 |
| 469 | 2026-02-26T18:13:27.627Z | Compiling version_check v0.9.5 |
| 470 | 2026-02-26T18:13:27.869Z | Compiling bitflags v1.3.2 |
| 471 | 2026-02-26T18:13:28.231Z | Compiling darling_core v0.21.3 |
| 472 | 2026-02-26T18:13:28.241Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 473 | 2026-02-26T18:13:28.426Z | Compiling rand_core v0.9.5 |
| 474 | 2026-02-26T18:13:28.624Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 475 | 2026-02-26T18:13:28.936Z | Compiling errno v0.3.14 |
| 476 | 2026-02-26T18:13:29.149Z | Compiling once_cell v1.21.3 |
| 477 | 2026-02-26T18:13:29.217Z | Compiling unicode-width v0.2.2 |
| 478 | 2026-02-26T18:13:29.574Z | Compiling regex v1.12.3 |
| 479 | 2026-02-26T18:13:29.948Z | Compiling foreign-types-shared v0.3.1 |
| 480 | 2026-02-26T18:13:29.969Z | Compiling ipnetwork v0.21.1 |
| 481 | 2026-02-26T18:13:30.487Z | Compiling tabwriter v1.4.1 |
| 482 | 2026-02-26T18:13:31.118Z | Compiling cstr-argument v0.1.2 |
| 483 | 2026-02-26T18:13:31.361Z | Compiling tracing-core v0.1.36 |
| 484 | 2026-02-26T18:13:31.419Z | Compiling rustix v1.1.3 |
| 485 | 2026-02-26T18:13:31.987Z | Compiling zerocopy-derive v0.8.39 |
| 486 | 2026-02-26T18:13:32.002Z | Compiling thiserror-impl v2.0.18 |
| 487 | 2026-02-26T18:13:32.777Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-02-26T18:13:33.942Z | Compiling darling_macro v0.21.3 |
| 489 | 2026-02-26T18:13:34.261Z | Compiling foreign-types-macros v0.2.3 |
| 490 | 2026-02-26T18:13:34.283Z | Compiling ref-cast-impl v1.0.25 |
| 491 | 2026-02-26T18:13:34.795Z | Compiling thiserror v2.0.18 |
| 492 | 2026-02-26T18:13:34.947Z | Compiling cobs v0.3.0 |
| 493 | 2026-02-26T18:13:34.956Z | Compiling darling v0.21.3 |
| 494 | 2026-02-26T18:13:35.059Z | Compiling ingot-macros v0.1.1 |
| 495 | 2026-02-26T18:13:35.386Z | Compiling num_enum_derive v0.7.5 |
| 496 | 2026-02-26T18:13:35.432Z | Compiling foreign-types v0.5.0 |
| 497 | 2026-02-26T18:13:35.541Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 498 | 2026-02-26T18:13:35.588Z | Compiling tracing-attributes v0.1.31 |
| 499 | 2026-02-26T18:13:36.949Z | Compiling anyhow v1.0.101 |
| 500 | 2026-02-26T18:13:37.357Z | Compiling dyn-clone v1.0.20 |
| 501 | 2026-02-26T18:13:37.499Z | Compiling num_enum v0.7.5 |
| 502 | 2026-02-26T18:13:37.659Z | Compiling pretty-hex v0.4.1 |
| 503 | 2026-02-26T18:13:37.676Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 504 | 2026-02-26T18:13:37.685Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 505 | 2026-02-26T18:13:37.871Z | Compiling pin-project-lite v0.2.16 |
| 506 | 2026-02-26T18:13:38.004Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 507 | 2026-02-26T18:13:38.406Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 508 | 2026-02-26T18:13:38.414Z | Compiling tracing v0.1.44 |
| 509 | 2026-02-26T18:13:38.536Z | Compiling terminal_size v0.4.3 |
| 510 | 2026-02-26T18:13:38.567Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 511 | 2026-02-26T18:13:38.751Z | Compiling uuid v1.20.0 |
| 512 | 2026-02-26T18:13:38.759Z | Compiling socket2 v0.6.2 |
| 513 | 2026-02-26T18:13:38.771Z | Compiling oxnet v0.1.4 |
| 514 | 2026-02-26T18:13:39.116Z | Compiling colored v3.1.1 |
| 515 | 2026-02-26T18:13:39.684Z | Compiling clap_derive v4.5.55 |
| 516 | 2026-02-26T18:13:40.044Z | Compiling clap_builder v4.5.57 |
| 517 | 2026-02-26T18:13:41.033Z | Compiling postcard v1.1.3 |
| 518 | 2026-02-26T18:13:41.079Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 519 | 2026-02-26T18:13:42.745Z | Compiling ingot-types v0.1.2 |
| 520 | 2026-02-26T18:13:42.745Z | Compiling ppv-lite86 v0.2.21 |
| 521 | 2026-02-26T18:13:43.303Z | Compiling rand_chacha v0.9.0 |
| 522 | 2026-02-26T18:13:43.366Z | Compiling ingot v0.1.1 |
| 523 | 2026-02-26T18:13:43.403Z | Compiling clap v4.5.57 |
| 524 | 2026-02-26T18:13:43.568Z | Compiling rand v0.9.2 |
| 525 | 2026-02-26T18:13:48.899Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 526 | 2026-02-26T18:13:51.644Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 527 | 2026-02-26T18:13:53.625Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 528 | 2026-02-26T18:14:01.315Z | Finished `dev` profile [optimized + debuginfo] target(s) in 39.87s |
| 529 | 2026-02-26T18:14:01.350Z | Building xde (dev). |
| 530 | 2026-02-26T18:14:01.705Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 531 | 2026-02-26T18:14:01.705Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 532 | 2026-02-26T18:14:01.705Z | Compiling proc-macro2 v1.0.106 |
| 533 | 2026-02-26T18:14:01.705Z | Compiling unicode-ident v1.0.23 |
| 534 | 2026-02-26T18:14:01.709Z | Compiling quote v1.0.44 |
| 535 | 2026-02-26T18:14:01.709Z | Compiling serde_core v1.0.228 |
| 536 | 2026-02-26T18:14:01.709Z | Compiling strsim v0.11.1 |
| 537 | 2026-02-26T18:14:01.709Z | Compiling fnv v1.0.7 |
| 538 | 2026-02-26T18:14:01.853Z | Compiling ident_case v1.0.1 |
| 539 | 2026-02-26T18:14:01.918Z | Compiling memchr v2.8.0 |
| 540 | 2026-02-26T18:14:02.039Z | Compiling regex-syntax v0.8.9 |
| 541 | 2026-02-26T18:14:02.394Z | Compiling thiserror v2.0.18 |
| 542 | 2026-02-26T18:14:02.426Z | Compiling zerocopy v0.8.39 |
| 543 | 2026-02-26T18:14:02.518Z | Compiling either v1.15.0 |
| 544 | 2026-02-26T18:14:02.733Z | Compiling serde v1.0.228 |
| 545 | 2026-02-26T18:14:02.919Z | Compiling aho-corasick v1.1.4 |
| 546 | 2026-02-26T18:14:03.474Z | Compiling itertools v0.14.0 |
| 547 | 2026-02-26T18:14:03.513Z | Compiling heapless v0.8.0 |
| 548 | 2026-02-26T18:14:03.535Z | Compiling smoltcp v0.11.0 |
| 549 | 2026-02-26T18:14:04.042Z | Compiling syn v2.0.114 |
| 550 | 2026-02-26T18:14:04.207Z | Compiling crc32fast v1.5.0 |
| 551 | 2026-02-26T18:14:04.311Z | Compiling version_check v0.9.5 |
| 552 | 2026-02-26T18:14:04.437Z | Compiling ref-cast v1.0.25 |
| 553 | 2026-02-26T18:14:05.026Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 554 | 2026-02-26T18:14:05.472Z | Compiling regex-automata v0.4.14 |
| 555 | 2026-02-26T18:14:08.431Z | Compiling regex v1.12.3 |
| 556 | 2026-02-26T18:14:09.245Z | Compiling darling_core v0.21.3 |
| 557 | 2026-02-26T18:14:11.273Z | Compiling serde_derive v1.0.228 |
| 558 | 2026-02-26T18:14:11.276Z | Compiling thiserror-impl v2.0.18 |
| 559 | 2026-02-26T18:14:11.276Z | Compiling zerocopy-derive v0.8.39 |
| 560 | 2026-02-26T18:14:11.277Z | Compiling ref-cast-impl v1.0.25 |
| 561 | 2026-02-26T18:14:11.277Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 562 | 2026-02-26T18:14:14.111Z | Compiling darling_macro v0.21.3 |
| 563 | 2026-02-26T18:14:15.452Z | Compiling darling v0.21.3 |
| 564 | 2026-02-26T18:14:15.538Z | Compiling ingot-macros v0.1.1 |
| 565 | 2026-02-26T18:14:15.538Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 566 | 2026-02-26T18:14:26.309Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 567 | 2026-02-26T18:14:29.481Z | Compiling byteorder v1.5.0 |
| 568 | 2026-02-26T18:14:29.481Z | Compiling macaddr v1.0.1 |
| 569 | 2026-02-26T18:14:29.485Z | Compiling stable_deref_trait v1.2.1 |
| 570 | 2026-02-26T18:14:29.485Z | Compiling cfg-if v1.0.4 |
| 571 | 2026-02-26T18:14:29.594Z | Compiling bitflags v1.3.2 |
| 572 | 2026-02-26T18:14:29.599Z | Compiling managed v0.8.0 |
| 573 | 2026-02-26T18:14:29.656Z | Compiling cobs v0.3.0 |
| 574 | 2026-02-26T18:14:29.831Z | Compiling hash32 v0.3.1 |
| 575 | 2026-02-26T18:14:30.187Z | Compiling dyn-clone v1.0.20 |
| 576 | 2026-02-26T18:14:30.256Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 577 | 2026-02-26T18:14:32.865Z | Compiling bitflags v2.10.0 |
| 578 | 2026-02-26T18:14:32.865Z | Compiling uuid v1.20.0 |
| 579 | 2026-02-26T18:14:33.129Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 580 | 2026-02-26T18:14:33.994Z | Compiling postcard v1.1.3 |
| 581 | 2026-02-26T18:14:35.951Z | Compiling ingot-types v0.1.2 |
| 582 | 2026-02-26T18:14:36.440Z | Compiling ingot v0.1.1 |
| 583 | 2026-02-26T18:14:39.307Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 584 | 2026-02-26T18:14:46.973Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 585 | 2026-02-26T18:15:06.296Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 586 | 2026-02-26T18:15:21.814Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1m 20s |
| 587 | 2026-02-26T18:15:21.842Z | Linking xde kmod... |
| 588 | 2026-02-26T18:15:23.289Z | Building xde dev link helper (dev). |
| 589 | 2026-02-26T18:15:23.539Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 590 | 2026-02-26T18:15:23.539Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 591 | 2026-02-26T18:15:23.539Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 592 | 2026-02-26T18:15:43.451Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 593 | 2026-02-26T18:15:47.412Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.05s |
| 594 | 2026-02-26T18:15:47.441Z | |
| 595 | 2026-02-26T18:15:47.445Z | real 5:56.362717915 |
| 596 | 2026-02-26T18:15:47.445Z | user 19:15.027750988 |
| 597 | 2026-02-26T18:15:47.445Z | sys 1:30.203309773 |
| 598 | 2026-02-26T18:15:47.445Z | trap 0.556337152 |
| 599 | 2026-02-26T18:15:47.445Z | tflt 1.442234773 |
| 600 | 2026-02-26T18:15:47.445Z | dflt 2.457836392 |
| 601 | 2026-02-26T18:15:47.445Z | kflt 0.009154287 |
| 602 | 2026-02-26T18:15:47.445Z | lock 49:26.448666091 |
| 603 | 2026-02-26T18:15:47.445Z | slp 56:24.683957440 |
| 604 | 2026-02-26T18:15:47.445Z | lat 32.526490453 |
| 605 | 2026-02-26T18:15:47.445Z | stop 47.744083521 |
| 606 | 2026-02-26T18:15:47.445Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 607 | 2026-02-26T18:15:47.445Z | + grep GOTPCREL |
| 608 | 2026-02-26T18:15:48.770Z | + header 'package opte' |
| 609 | 2026-02-26T18:15:48.770Z | + echo '# ==== package opte ==== #' |
| 610 | 2026-02-26T18:15:48.770Z | # ==== package opte ==== # |
| 611 | 2026-02-26T18:15:48.774Z | + cargo xtask package --skip-build --profile all |
| 612 | 2026-02-26T18:15:49.001Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s |
| 613 | 2026-02-26T18:15:49.005Z | Running `target/debug/xtask package --skip-build --profile all` |
| 614 | 2026-02-26T18:15:49.289Z | + ./clean.sh |
| 615 | 2026-02-26T18:15:49.303Z | + mkdir -p proto/kernel/drv/amd64 |
| 616 | 2026-02-26T18:15:49.306Z | + mkdir -p proto/opt/oxide/opte/bin |
| 617 | 2026-02-26T18:15:49.306Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 618 | 2026-02-26T18:15:49.309Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 619 | 2026-02-26T18:15:49.325Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 620 | 2026-02-26T18:15:49.366Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 621 | 2026-02-26T18:15:49.369Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 622 | 2026-02-26T18:15:49.372Z | + '[' -z ']' |
| 623 | 2026-02-26T18:15:49.372Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 624 | 2026-02-26T18:15:49.405Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 625 | 2026-02-26T18:15:49.487Z | + INC_DEBUG= |
| 626 | 2026-02-26T18:15:49.490Z | ++ ./print-api-version.sh |
| 627 | 2026-02-26T18:15:49.496Z | + API_VSN=39 |
| 628 | 2026-02-26T18:15:49.499Z | + sed -e s/%PUBLISHER%/helios/g -e s/%COMMIT_COUNT%/460/g -e s/%HELIOS_RELEASE%/2/g -e s/%CVER%/0/g -e s/%API_VSN%/39/g opte.template.p5m |
| 629 | 2026-02-26T18:15:49.499Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 630 | 2026-02-26T18:15:50.596Z | + pkgdepend generate -d proto opte.base.p5m |
| 631 | 2026-02-26T18:15:51.557Z | + mkdir -p packages |
| 632 | 2026-02-26T18:15:51.560Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 633 | 2026-02-26T18:16:04.051Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 634 | 2026-02-26T18:16:04.054Z | + pkgrepo create packages/repo |
| 635 | 2026-02-26T18:16:04.890Z | + pkgrepo add-publisher -s packages/repo helios |
| 636 | 2026-02-26T18:16:05.704Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 637 | 2026-02-26T18:16:45.071Z | pkg://helios/driver/network/opte@0.39.460,5.11-2.0:20260226T181605Z |
| 638 | 2026-02-26T18:16:45.071Z | PUBLISHED |
| 639 | 2026-02-26T18:16:45.116Z | + pkgrecv -a -d packages/repo/opte-0.39.460.p5p -s packages/repo -v -m latest '*' |
| 640 | 2026-02-26T18:16:45.858Z | Retrieving packages for publisher helios ... |
| 641 | 2026-02-26T18:16:45.862Z | Retrieving catalog 'helios' ... Done |
| 642 | 2026-02-26T18:16:45.865Z | Retrieving and evaluating 1 package(s)... |
| 643 | 2026-02-26T18:16:45.865Z | Fetching manifests: 1/1 100% complete |
| 644 | 2026-02-26T18:16:45.865Z | Fetching manifests: 1/1 100% complete |
| 645 | 2026-02-26T18:16:45.865Z | |
| 646 | 2026-02-26T18:16:45.865Z | Archiving packages ... |
| 647 | 2026-02-26T18:16:45.865Z | Packages to add: 1 |
| 648 | 2026-02-26T18:16:45.865Z | Files to retrieve: 6 |
| 649 | 2026-02-26T18:16:45.865Z | Estimated transfer size: 35.29 MB |
| 650 | 2026-02-26T18:16:45.865Z | |
| 651 | 2026-02-26T18:16:45.865Z | Packages to archive: |
| 652 | 2026-02-26T18:16:45.865Z | driver/network/opte@0.39.460,5.11-2.0:20260226T181605Z |
| 653 | 2026-02-26T18:16:45.865Z | |
| 654 | 2026-02-26T18:16:45.865Z | Download: 0/6 items 0.0/35.3MB 0% complete |
| 655 | 2026-02-26T18:16:45.972Z | Download: Completed 35.29 MB in 0.11 seconds (329M/s) |
| 656 | 2026-02-26T18:16:45.975Z | Archiving: 1/19 items 0.0/35.3MB 0% complete |
| 657 | 2026-02-26T18:16:45.998Z | Archiving: Completed 35.33 MB in 0.02 seconds |
| 658 | 2026-02-26T18:16:46.046Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.460.p5p. |
| 659 | 2026-02-26T18:16:46.049Z | + banner copy |
| 660 | 2026-02-26T18:16:46.052Z | |
| 661 | 2026-02-26T18:16:46.052Z | #### #### ##### # # |
| 662 | 2026-02-26T18:16:46.052Z | # # # # # # # # |
| 663 | 2026-02-26T18:16:46.052Z | # # # # # # |
| 664 | 2026-02-26T18:16:46.052Z | # # # ##### # |
| 665 | 2026-02-26T18:16:46.052Z | # # # # # # |
| 666 | 2026-02-26T18:16:46.052Z | #### #### # # |
| 667 | 2026-02-26T18:16:46.052Z | |
| 668 | 2026-02-26T18:16:46.052Z | + pfexec mkdir -p /out |
| 669 | 2026-02-26T18:16:46.056Z | + pfexec chown 12345 /out |
| 670 | 2026-02-26T18:16:46.059Z | + PKG_NAME=/out/opte.p5p |
| 671 | 2026-02-26T18:16:46.059Z | + mv pkg/packages/repo/opte-0.39.460.p5p /out/opte.p5p |
| 672 | 2026-02-26T18:16:46.095Z | + sha256sum /out/opte.p5p |
| 673 | 2026-02-26T18:16:46.127Z | process exited: duration 442866 ms, exit code 0 |
| |
| 674 | 2026-02-26T18:16:46.140Z | found 2 output files |
| 675 | 2026-02-26T18:16:46.140Z | uploading: /out/opte.p5p (37048320 bytes) |
| 676 | 2026-02-26T18:16:47.497Z | uploaded: /out/opte.p5p |
| 677 | 2026-02-26T18:16:47.497Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 678 | 2026-02-26T18:16:48.507Z | uploaded: /out/opte.p5p.sha256 |