|
|
|
| 1 | 2026-01-13T18:52:22.243Z | job assigned to worker 01KEWB5XSE3EK1NYVX7BZ49053 [factory aws, i-068a26ad4097fbb11] (queued for 53 s) |
| |
| 2 | 2026-01-13T18:52:31.016Z | starting task 0: "setup" |
| 3 | 2026-01-13T18:52:31.021Z | ++ uname -s |
| 4 | 2026-01-13T18:52:31.026Z | + kern=SunOS |
| 5 | 2026-01-13T18:52:31.026Z | + build_user=build |
| 6 | 2026-01-13T18:52:31.026Z | + build_uid=12345 |
| 7 | 2026-01-13T18:52:31.026Z | + work_dir=/work |
| 8 | 2026-01-13T18:52:31.026Z | + input_dir=/input |
| 9 | 2026-01-13T18:52:31.026Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-13T18:52:31.026Z | + case "$kern" in |
| 11 | 2026-01-13T18:52:31.026Z | + groupadd -g 12345 build |
| 12 | 2026-01-13T18:52:31.026Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-13T18:52:33.033Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-13T18:52:33.151Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-13T18:52:33.154Z | + home_fs=zfs |
| 16 | 2026-01-13T18:52:33.154Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-13T18:52:33.154Z | + mkdir -p /home/build |
| 18 | 2026-01-13T18:52:33.158Z | + chown build:build /home/build /work |
| 19 | 2026-01-13T18:52:35.159Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-13T18:52:35.161Z | process exited: duration 4146 ms, exit code 0 |
| |
| 21 | 2026-01-13T18:52:35.167Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-13T18:52:35.172Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-01-13T18:52:35.172Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-01-13T18:52:35.172Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-01-13T18:52:35.172Z | * rust toolchain profile = "default" |
| 26 | 2026-01-13T18:52:35.172Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-13T18:52:35.172Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-13T18:52:35.175Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-13T18:52:35.175Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-01-13T18:52:35.309Z | info: downloading installer |
| 31 | 2026-01-13T18:52:36.998Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-13T18:52:36.998Z | warn: /opt/ooce/bin |
| 33 | 2026-01-13T18:52:36.998Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-13T18:52:36.998Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-13T18:52:36.998Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-13T18:52:36.998Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-13T18:52:36.998Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-13T18:52:36.998Z | error: cannot install while Rust is installed |
| 39 | 2026-01-13T18:52:36.998Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-13T18:52:37.012Z | info: profile set to 'default' |
| 41 | 2026-01-13T18:52:37.012Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-13T18:52:37.015Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-01-13T18:52:37.178Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-01-13T18:52:37.181Z | info: downloading component 'cargo' |
| 45 | 2026-01-13T18:52:38.463Z | info: downloading component 'clippy' |
| 46 | 2026-01-13T18:52:39.008Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-13T18:52:40.265Z | info: downloading component 'rust-std' |
| 48 | 2026-01-13T18:52:42.701Z | info: downloading component 'rustc' |
| 49 | 2026-01-13T18:52:52.015Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-13T18:52:52.468Z | info: installing component 'cargo' |
| 51 | 2026-01-13T18:52:53.399Z | info: installing component 'clippy' |
| 52 | 2026-01-13T18:52:53.806Z | info: installing component 'rust-docs' |
| 53 | 2026-01-13T18:52:55.655Z | info: installing component 'rust-std' |
| 54 | 2026-01-13T18:52:57.580Z | info: installing component 'rustc' |
| 55 | 2026-01-13T18:53:04.189Z | info: installing component 'rustfmt' |
| 56 | 2026-01-13T18:53:04.534Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-01-13T18:53:04.534Z | |
| 58 | 2026-01-13T18:53:04.959Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-01-13T18:53:04.959Z | |
| 60 | 2026-01-13T18:53:04.962Z | |
| 61 | 2026-01-13T18:53:04.962Z | Rust is installed now. Great! |
| 62 | 2026-01-13T18:53:04.962Z | |
| 63 | 2026-01-13T18:53:04.962Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-13T18:53:04.962Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-13T18:53:04.962Z | |
| 66 | 2026-01-13T18:53:04.962Z | To configure your current shell, you need to source |
| 67 | 2026-01-13T18:53:04.962Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-13T18:53:04.962Z | |
| 69 | 2026-01-13T18:53:04.962Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-13T18:53:04.962Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-13T18:53:04.962Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-13T18:53:04.962Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-13T18:53:05.046Z | + rustup --version |
| 74 | 2026-01-13T18:53:05.058Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-13T18:53:05.062Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-13T18:53:05.178Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-01-13T18:53:05.184Z | + cargo --version |
| 78 | 2026-01-13T18:53:05.274Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-01-13T18:53:05.277Z | + rustc --version |
| 80 | 2026-01-13T18:53:05.354Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-01-13T18:53:05.358Z | process exited: duration 30181 ms, exit code 0 |
| |
| 82 | 2026-01-13T18:53:05.367Z | starting task 2: "authentication" |
| 83 | 2026-01-13T18:53:05.394Z | process exited: duration 25 ms, exit code 0 |
| |
| 84 | 2026-01-13T18:53:05.402Z | starting task 3: "clone repository" |
| 85 | 2026-01-13T18:53:05.406Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-01-13T18:53:05.410Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-01-13T18:53:05.445Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-01-13T18:53:06.329Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-01-13T18:53:06.332Z | + git fetch origin 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 90 | 2026-01-13T18:53:06.573Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-01-13T18:53:06.573Z | * branch 8a4a574fc937ed166c199d0d6f16053da5d8f701 -> FETCH_HEAD |
| 92 | 2026-01-13T18:53:06.581Z | + [[ -n overlay-capab ]] |
| 93 | 2026-01-13T18:53:06.584Z | ++ git branch --show-current |
| 94 | 2026-01-13T18:53:06.587Z | + current=master |
| 95 | 2026-01-13T18:53:06.587Z | + [[ master != overlay-capab ]] |
| 96 | 2026-01-13T18:53:06.587Z | + git branch -f overlay-capab 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 97 | 2026-01-13T18:53:06.590Z | + git checkout -f overlay-capab |
| 98 | 2026-01-13T18:53:06.614Z | Switched to branch 'overlay-capab' |
| 99 | 2026-01-13T18:53:06.617Z | + git reset --hard 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 100 | 2026-01-13T18:53:06.621Z | HEAD is now at 8a4a574 Advertise `MAC_CAPAB_OVERLAY` |
| 101 | 2026-01-13T18:53:06.624Z | process exited: duration 1221 ms, exit code 0 |
| |
| 102 | 2026-01-13T18:53:06.632Z | starting task 4: "build" |
| 103 | 2026-01-13T18:53:06.635Z | + source .github/buildomat/common.sh |
| 104 | 2026-01-13T18:53:06.635Z | ++ rustup show active-toolchain |
| 105 | 2026-01-13T18:53:06.687Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-01-13T18:53:06.690Z | ++ pushd xde |
| 107 | 2026-01-13T18:53:06.693Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-01-13T18:53:06.693Z | ++ rustup show active-toolchain |
| 109 | 2026-01-13T18:53:06.698Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-01-13T18:53:07.205Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-01-13T18:53:07.209Z | info: downloading component 'cargo' |
| 112 | 2026-01-13T18:53:08.468Z | info: downloading component 'clippy' |
| 113 | 2026-01-13T18:53:09.027Z | info: downloading component 'rust-src' |
| 114 | 2026-01-13T18:53:09.457Z | info: downloading component 'rust-std' |
| 115 | 2026-01-13T18:53:11.486Z | info: downloading component 'rustc' |
| 116 | 2026-01-13T18:53:19.566Z | info: downloading component 'rustfmt' |
| 117 | 2026-01-13T18:53:19.993Z | info: installing component 'cargo' |
| 118 | 2026-01-13T18:53:20.923Z | info: installing component 'clippy' |
| 119 | 2026-01-13T18:53:21.323Z | info: installing component 'rust-src' |
| 120 | 2026-01-13T18:53:21.690Z | info: installing component 'rust-std' |
| 121 | 2026-01-13T18:53:23.388Z | info: installing component 'rustc' |
| 122 | 2026-01-13T18:53:29.994Z | info: installing component 'rustfmt' |
| 123 | 2026-01-13T18:53:30.377Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-01-13T18:53:30.461Z | +++ rustup show active-toolchain -v |
| 125 | 2026-01-13T18:53:30.464Z | +++ head -n 1 |
| 126 | 2026-01-13T18:53:30.464Z | +++ cut '-d ' -f1 |
| 127 | 2026-01-13T18:53:30.579Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-01-13T18:53:30.579Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-01-13T18:53:30.582Z | ++ popd |
| 130 | 2026-01-13T18:53:30.582Z | /work/oxidecomputer/opte |
| 131 | 2026-01-13T18:53:30.582Z | + TGT_BASE=/work |
| 132 | 2026-01-13T18:53:30.582Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 133 | 2026-01-13T18:53:30.582Z | + REL_TGT=/work/release |
| 134 | 2026-01-13T18:53:30.582Z | + mkdir -p /work/release |
| 135 | 2026-01-13T18:53:30.582Z | + cargo --version |
| 136 | 2026-01-13T18:53:30.639Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 137 | 2026-01-13T18:53:30.643Z | + rustc --version |
| 138 | 2026-01-13T18:53:30.714Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 139 | 2026-01-13T18:53:30.717Z | + header 'build xde and opteadm (release+debug)' |
| 140 | 2026-01-13T18:53:30.720Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 141 | 2026-01-13T18:53:30.720Z | # ==== build xde and opteadm (release+debug) ==== # |
| 142 | 2026-01-13T18:53:30.720Z | + ptime -m cargo xtask build --profile all |
| 143 | 2026-01-13T18:53:30.899Z | Updating crates.io index |
| 144 | 2026-01-13T18:53:30.902Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 145 | 2026-01-13T18:53:31.765Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 146 | 2026-01-13T18:53:32.120Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 147 | 2026-01-13T18:53:32.463Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 148 | 2026-01-13T18:53:32.746Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 149 | 2026-01-13T18:53:33.122Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 150 | 2026-01-13T18:53:33.405Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 151 | 2026-01-13T18:53:34.782Z | Downloading crates ... |
| 152 | 2026-01-13T18:53:34.834Z | Downloaded cargo-platform v0.3.2 |
| 153 | 2026-01-13T18:53:34.842Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 154 | 2026-01-13T18:53:34.845Z | Downloaded anstream v0.6.21 |
| 155 | 2026-01-13T18:53:34.850Z | Downloaded serde_derive v1.0.228 |
| 156 | 2026-01-13T18:53:34.854Z | Downloaded heck v0.5.0 |
| 157 | 2026-01-13T18:53:34.856Z | Downloaded itoa v1.0.17 |
| 158 | 2026-01-13T18:53:34.856Z | Downloaded anstyle-query v1.1.5 |
| 159 | 2026-01-13T18:53:34.859Z | Downloaded thiserror v2.0.17 |
| 160 | 2026-01-13T18:53:34.866Z | Downloaded utf8parse v0.2.2 |
| 161 | 2026-01-13T18:53:34.869Z | Downloaded terminal_size v0.4.3 |
| 162 | 2026-01-13T18:53:34.872Z | Downloaded strsim v0.11.1 |
| 163 | 2026-01-13T18:53:34.879Z | Downloaded serde_spanned v1.0.4 |
| 164 | 2026-01-13T18:53:34.882Z | Downloaded errno v0.3.14 |
| 165 | 2026-01-13T18:53:34.882Z | Downloaded equivalent v1.0.2 |
| 166 | 2026-01-13T18:53:34.885Z | Downloaded clap_lex v0.7.6 |
| 167 | 2026-01-13T18:53:34.887Z | Downloaded is_terminal_polyfill v1.70.2 |
| 168 | 2026-01-13T18:53:34.890Z | Downloaded colorchoice v1.0.4 |
| 169 | 2026-01-13T18:53:34.894Z | Downloaded anstyle-parse v0.2.7 |
| 170 | 2026-01-13T18:53:34.897Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 171 | 2026-01-13T18:53:34.901Z | Downloaded quote v1.0.42 |
| 172 | 2026-01-13T18:53:34.904Z | Downloaded zmij v1.0.10 |
| 173 | 2026-01-13T18:53:34.907Z | Downloaded thiserror-impl v2.0.17 |
| 174 | 2026-01-13T18:53:34.907Z | Downloaded semver v1.0.27 |
| 175 | 2026-01-13T18:53:34.909Z | Downloaded anstyle v1.0.13 |
| 176 | 2026-01-13T18:53:34.910Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 177 | 2026-01-13T18:53:34.927Z | Downloaded cargo_metadata v0.23.1 |
| 178 | 2026-01-13T18:53:34.930Z | Downloaded unicode-ident v1.0.22 |
| 179 | 2026-01-13T18:53:34.933Z | Downloaded clap_derive v4.5.49 |
| 180 | 2026-01-13T18:53:34.935Z | Downloaded camino v1.2.2 |
| 181 | 2026-01-13T18:53:34.938Z | Downloaded bitflags v2.10.0 |
| 182 | 2026-01-13T18:53:34.941Z | Downloaded serde_core v1.0.228 |
| 183 | 2026-01-13T18:53:34.947Z | Downloaded toml v0.9.10+spec-1.1.0 |
| 184 | 2026-01-13T18:53:34.951Z | Downloaded proc-macro2 v1.0.104 |
| 185 | 2026-01-13T18:53:34.956Z | Downloaded clap v4.5.54 |
| 186 | 2026-01-13T18:53:34.964Z | Downloaded anyhow v1.0.100 |
| 187 | 2026-01-13T18:53:34.973Z | Downloaded serde v1.0.228 |
| 188 | 2026-01-13T18:53:34.978Z | Downloaded memchr v2.7.6 |
| 189 | 2026-01-13T18:53:34.982Z | Downloaded indexmap v2.12.1 |
| 190 | 2026-01-13T18:53:34.990Z | Downloaded winnow v0.7.14 |
| 191 | 2026-01-13T18:53:35.004Z | Downloaded hashbrown v0.16.1 |
| 192 | 2026-01-13T18:53:35.010Z | Downloaded serde_json v1.0.148 |
| 193 | 2026-01-13T18:53:35.014Z | Downloaded clap_builder v4.5.54 |
| 194 | 2026-01-13T18:53:35.040Z | Downloaded syn v2.0.113 |
| 195 | 2026-01-13T18:53:35.050Z | Downloaded rustix v1.1.3 |
| 196 | 2026-01-13T18:53:35.088Z | Downloaded libc v0.2.179 |
| 197 | 2026-01-13T18:53:35.157Z | Compiling proc-macro2 v1.0.104 |
| 198 | 2026-01-13T18:53:35.158Z | Compiling serde_core v1.0.228 |
| 199 | 2026-01-13T18:53:35.161Z | Compiling quote v1.0.42 |
| 200 | 2026-01-13T18:53:35.161Z | Compiling unicode-ident v1.0.22 |
| 201 | 2026-01-13T18:53:35.161Z | Compiling libc v0.2.179 |
| 202 | 2026-01-13T18:53:35.161Z | Compiling rustix v1.1.3 |
| 203 | 2026-01-13T18:53:35.161Z | Compiling zmij v1.0.10 |
| 204 | 2026-01-13T18:53:35.225Z | Compiling bitflags v2.10.0 |
| 205 | 2026-01-13T18:53:35.511Z | Compiling utf8parse v0.2.2 |
| 206 | 2026-01-13T18:53:35.661Z | Compiling anstyle-parse v0.2.7 |
| 207 | 2026-01-13T18:53:35.893Z | Compiling serde_json v1.0.148 |
| 208 | 2026-01-13T18:53:35.903Z | Compiling is_terminal_polyfill v1.70.2 |
| 209 | 2026-01-13T18:53:36.018Z | Compiling camino v1.2.2 |
| 210 | 2026-01-13T18:53:36.039Z | Compiling anstyle v1.0.13 |
| 211 | 2026-01-13T18:53:36.128Z | Compiling anstyle-query v1.1.5 |
| 212 | 2026-01-13T18:53:36.203Z | Compiling colorchoice v1.0.4 |
| 213 | 2026-01-13T18:53:36.232Z | Compiling serde v1.0.228 |
| 214 | 2026-01-13T18:53:36.285Z | Compiling thiserror v2.0.17 |
| 215 | 2026-01-13T18:53:36.374Z | Compiling anstream v0.6.21 |
| 216 | 2026-01-13T18:53:36.631Z | Compiling memchr v2.7.6 |
| 217 | 2026-01-13T18:53:36.809Z | Compiling errno v0.3.14 |
| 218 | 2026-01-13T18:53:36.924Z | Compiling winnow v0.7.14 |
| 219 | 2026-01-13T18:53:37.259Z | Compiling itoa v1.0.17 |
| 220 | 2026-01-13T18:53:37.502Z | Compiling heck v0.5.0 |
| 221 | 2026-01-13T18:53:37.653Z | Compiling syn v2.0.113 |
| 222 | 2026-01-13T18:53:37.704Z | Compiling clap_lex v0.7.6 |
| 223 | 2026-01-13T18:53:37.791Z | Compiling anyhow v1.0.100 |
| 224 | 2026-01-13T18:53:37.899Z | Compiling strsim v0.11.1 |
| 225 | 2026-01-13T18:53:38.394Z | Compiling terminal_size v0.4.3 |
| 226 | 2026-01-13T18:53:38.653Z | Compiling clap_builder v4.5.54 |
| 227 | 2026-01-13T18:53:38.903Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 228 | 2026-01-13T18:53:40.071Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 229 | 2026-01-13T18:53:40.424Z | Compiling cargo-platform v0.3.2 |
| 230 | 2026-01-13T18:53:40.424Z | Compiling semver v1.0.27 |
| 231 | 2026-01-13T18:53:40.842Z | Compiling serde_spanned v1.0.4 |
| 232 | 2026-01-13T18:53:40.884Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 233 | 2026-01-13T18:53:41.738Z | Compiling toml v0.9.10+spec-1.1.0 |
| 234 | 2026-01-13T18:53:43.587Z | Compiling thiserror-impl v2.0.17 |
| 235 | 2026-01-13T18:53:43.749Z | Compiling serde_derive v1.0.228 |
| 236 | 2026-01-13T18:53:44.461Z | Compiling clap_derive v4.5.49 |
| 237 | 2026-01-13T18:53:48.409Z | Compiling clap v4.5.54 |
| 238 | 2026-01-13T18:53:51.188Z | Compiling cargo_metadata v0.23.1 |
| 239 | 2026-01-13T18:53:55.284Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 240 | 2026-01-13T18:53:57.854Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.07s |
| 241 | 2026-01-13T18:53:57.947Z | Running `target/debug/xtask build --profile all` |
| 242 | 2026-01-13T18:54:00.435Z | Building opteadm (release). |
| 243 | 2026-01-13T18:54:00.575Z | Compiling proc-macro2 v1.0.104 |
| 244 | 2026-01-13T18:54:00.575Z | Compiling unicode-ident v1.0.22 |
| 245 | 2026-01-13T18:54:00.579Z | Compiling quote v1.0.42 |
| 246 | 2026-01-13T18:54:00.579Z | Compiling serde_core v1.0.228 |
| 247 | 2026-01-13T18:54:00.579Z | Compiling libc v0.2.179 |
| 248 | 2026-01-13T18:54:00.579Z | Compiling cfg-if v1.0.4 |
| 249 | 2026-01-13T18:54:00.579Z | Compiling zerocopy v0.8.31 |
| 250 | 2026-01-13T18:54:00.579Z | Compiling memchr v2.7.6 |
| 251 | 2026-01-13T18:54:00.685Z | Compiling thiserror v2.0.17 |
| 252 | 2026-01-13T18:54:00.769Z | Compiling fnv v1.0.7 |
| 253 | 2026-01-13T18:54:00.894Z | Compiling ident_case v1.0.1 |
| 254 | 2026-01-13T18:54:01.067Z | Compiling strsim v0.11.1 |
| 255 | 2026-01-13T18:54:01.114Z | Compiling regex-syntax v0.8.8 |
| 256 | 2026-01-13T18:54:01.346Z | Compiling equivalent v1.0.2 |
| 257 | 2026-01-13T18:54:01.452Z | Compiling serde v1.0.228 |
| 258 | 2026-01-13T18:54:01.631Z | Compiling aho-corasick v1.1.4 |
| 259 | 2026-01-13T18:54:01.636Z | Compiling either v1.15.0 |
| 260 | 2026-01-13T18:54:01.810Z | Compiling anyhow v1.0.100 |
| 261 | 2026-01-13T18:54:01.968Z | Compiling winnow v0.7.14 |
| 262 | 2026-01-13T18:54:02.019Z | Compiling hashbrown v0.16.1 |
| 263 | 2026-01-13T18:54:02.216Z | Compiling itertools v0.14.0 |
| 264 | 2026-01-13T18:54:02.440Z | Compiling byteorder v1.5.0 |
| 265 | 2026-01-13T18:54:02.993Z | Compiling heapless v0.8.0 |
| 266 | 2026-01-13T18:54:03.184Z | Compiling syn v2.0.113 |
| 267 | 2026-01-13T18:54:03.316Z | Compiling indexmap v2.12.1 |
| 268 | 2026-01-13T18:54:03.503Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 269 | 2026-01-13T18:54:03.922Z | Compiling getrandom v0.3.4 |
| 270 | 2026-01-13T18:54:04.644Z | Compiling regex-automata v0.4.13 |
| 271 | 2026-01-13T18:54:04.809Z | Compiling hash32 v0.3.1 |
| 272 | 2026-01-13T18:54:05.026Z | Compiling syn v1.0.109 |
| 273 | 2026-01-13T18:54:05.051Z | Compiling stable_deref_trait v1.2.1 |
| 274 | 2026-01-13T18:54:05.174Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 275 | 2026-01-13T18:54:05.191Z | Compiling smoltcp v0.11.0 |
| 276 | 2026-01-13T18:54:05.391Z | Compiling rustversion v1.0.22 |
| 277 | 2026-01-13T18:54:05.618Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 278 | 2026-01-13T18:54:05.781Z | Compiling macaddr v1.0.1 |
| 279 | 2026-01-13T18:54:06.006Z | Compiling bitflags v2.10.0 |
| 280 | 2026-01-13T18:54:06.020Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 281 | 2026-01-13T18:54:06.188Z | Compiling ref-cast v1.0.25 |
| 282 | 2026-01-13T18:54:06.467Z | Compiling managed v0.8.0 |
| 283 | 2026-01-13T18:54:06.505Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 284 | 2026-01-13T18:54:06.673Z | Compiling version_check v0.9.5 |
| 285 | 2026-01-13T18:54:06.693Z | Compiling bitflags v1.3.2 |
| 286 | 2026-01-13T18:54:06.783Z | Compiling rustix v1.1.3 |
| 287 | 2026-01-13T18:54:06.909Z | Compiling rand_core v0.9.3 |
| 288 | 2026-01-13T18:54:06.917Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 289 | 2026-01-13T18:54:07.186Z | Compiling proc-macro-crate v3.4.0 |
| 290 | 2026-01-13T18:54:07.193Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 291 | 2026-01-13T18:54:07.742Z | Compiling errno v0.3.14 |
| 292 | 2026-01-13T18:54:07.976Z | Compiling once_cell v1.21.3 |
| 293 | 2026-01-13T18:54:08.117Z | Compiling foreign-types-shared v0.3.1 |
| 294 | 2026-01-13T18:54:08.241Z | Compiling utf8parse v0.2.2 |
| 295 | 2026-01-13T18:54:08.392Z | Compiling ipnetwork v0.21.1 |
| 296 | 2026-01-13T18:54:08.395Z | Compiling unicode-width v0.2.2 |
| 297 | 2026-01-13T18:54:08.754Z | Compiling regex v1.12.2 |
| 298 | 2026-01-13T18:54:08.979Z | Compiling tabwriter v1.4.1 |
| 299 | 2026-01-13T18:54:09.131Z | Compiling cstr-argument v0.1.2 |
| 300 | 2026-01-13T18:54:09.396Z | Compiling anstyle-parse v0.2.7 |
| 301 | 2026-01-13T18:54:09.604Z | Compiling tracing-core v0.1.36 |
| 302 | 2026-01-13T18:54:09.748Z | Compiling darling_core v0.21.3 |
| 303 | 2026-01-13T18:54:10.965Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409) |
| 304 | 2026-01-13T18:54:11.095Z | Compiling anstyle-query v1.1.5 |
| 305 | 2026-01-13T18:54:11.246Z | Compiling pin-project-lite v0.2.16 |
| 306 | 2026-01-13T18:54:11.299Z | Compiling is_terminal_polyfill v1.70.2 |
| 307 | 2026-01-13T18:54:11.364Z | Compiling colorchoice v1.0.4 |
| 308 | 2026-01-13T18:54:11.373Z | Compiling anstyle v1.0.13 |
| 309 | 2026-01-13T18:54:11.422Z | Compiling pretty-hex v0.4.1 |
| 310 | 2026-01-13T18:54:11.460Z | Compiling dyn-clone v1.0.20 |
| 311 | 2026-01-13T18:54:11.640Z | Compiling terminal_size v0.4.3 |
| 312 | 2026-01-13T18:54:11.694Z | Compiling anstream v0.6.21 |
| 313 | 2026-01-13T18:54:11.847Z | Compiling uuid v1.19.0 |
| 314 | 2026-01-13T18:54:12.443Z | Compiling socket2 v0.6.1 |
| 315 | 2026-01-13T18:54:12.548Z | Compiling heck v0.5.0 |
| 316 | 2026-01-13T18:54:12.642Z | Compiling oxnet v0.1.4 |
| 317 | 2026-01-13T18:54:12.928Z | Compiling clap_lex v0.7.6 |
| 318 | 2026-01-13T18:54:13.338Z | Compiling zerocopy-derive v0.8.31 |
| 319 | 2026-01-13T18:54:13.421Z | Compiling thiserror-impl v2.0.17 |
| 320 | 2026-01-13T18:54:13.481Z | Compiling serde_derive v1.0.228 |
| 321 | 2026-01-13T18:54:13.614Z | Compiling num_enum_derive v0.7.5 |
| 322 | 2026-01-13T18:54:14.633Z | Compiling foreign-types-macros v0.2.3 |
| 323 | 2026-01-13T18:54:15.349Z | Compiling darling_macro v0.21.3 |
| 324 | 2026-01-13T18:54:15.715Z | Compiling ref-cast-impl v1.0.25 |
| 325 | 2026-01-13T18:54:15.864Z | Compiling foreign-types v0.5.0 |
| 326 | 2026-01-13T18:54:15.967Z | Compiling num_enum v0.7.5 |
| 327 | 2026-01-13T18:54:16.142Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-01-13T18:54:16.251Z | Compiling darling v0.21.3 |
| 329 | 2026-01-13T18:54:16.295Z | Compiling cobs v0.3.0 |
| 330 | 2026-01-13T18:54:16.357Z | Compiling ingot-macros v0.1.1 |
| 331 | 2026-01-13T18:54:16.573Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 332 | 2026-01-13T18:54:16.664Z | Compiling tracing-attributes v0.1.31 |
| 333 | 2026-01-13T18:54:16.887Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 334 | 2026-01-13T18:54:16.946Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 335 | 2026-01-13T18:54:16.955Z | Compiling colored v3.0.0 |
| 336 | 2026-01-13T18:54:17.190Z | Compiling clap_builder v4.5.54 |
| 337 | 2026-01-13T18:54:17.376Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 338 | 2026-01-13T18:54:17.554Z | Compiling clap_derive v4.5.49 |
| 339 | 2026-01-13T18:54:17.641Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 340 | 2026-01-13T18:54:19.070Z | Compiling tracing v0.1.44 |
| 341 | 2026-01-13T18:54:19.912Z | Compiling ppv-lite86 v0.2.21 |
| 342 | 2026-01-13T18:54:20.496Z | Compiling postcard v1.1.3 |
| 343 | 2026-01-13T18:54:20.548Z | Compiling rand_chacha v0.9.0 |
| 344 | 2026-01-13T18:54:20.850Z | Compiling rand v0.9.2 |
| 345 | 2026-01-13T18:54:21.097Z | Compiling ingot-types v0.1.2 |
| 346 | 2026-01-13T18:54:21.404Z | Compiling clap v4.5.54 |
| 347 | 2026-01-13T18:54:21.671Z | Compiling ingot v0.1.1 |
| 348 | 2026-01-13T18:54:24.947Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 349 | 2026-01-13T18:54:26.600Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 350 | 2026-01-13T18:54:28.097Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 351 | 2026-01-13T18:54:39.951Z | Finished `release` profile [optimized + debuginfo] target(s) in 39.50s |
| 352 | 2026-01-13T18:54:39.983Z | Building xde (release-lto). |
| 353 | 2026-01-13T18:54:40.357Z | Updating crates.io index |
| 354 | 2026-01-13T18:54:40.510Z | Downloading crates ... |
| 355 | 2026-01-13T18:54:40.581Z | Downloaded rustc-demangle v0.1.26 |
| 356 | 2026-01-13T18:54:40.584Z | Downloaded adler2 v2.0.1 |
| 357 | 2026-01-13T18:54:40.587Z | Downloaded cfg-if v1.0.1 |
| 358 | 2026-01-13T18:54:40.587Z | Downloaded getopts v0.2.24 |
| 359 | 2026-01-13T18:54:40.592Z | Downloaded addr2line v0.25.0 |
| 360 | 2026-01-13T18:54:40.595Z | Downloaded rustc-literal-escaper v0.0.5 |
| 361 | 2026-01-13T18:54:40.618Z | Downloaded miniz_oxide v0.8.9 |
| 362 | 2026-01-13T18:54:40.625Z | Downloaded memchr v2.7.5 |
| 363 | 2026-01-13T18:54:40.632Z | Downloaded hashbrown v0.15.5 |
| 364 | 2026-01-13T18:54:40.660Z | Downloaded gimli v0.32.0 |
| 365 | 2026-01-13T18:54:40.667Z | Downloaded object v0.37.3 |
| 366 | 2026-01-13T18:54:40.691Z | Downloaded libc v0.2.175 |
| 367 | 2026-01-13T18:54:40.762Z | 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-01-13T18:54:40.762Z | 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-01-13T18:54:40.765Z | Compiling proc-macro2 v1.0.104 |
| 370 | 2026-01-13T18:54:40.765Z | Compiling unicode-ident v1.0.22 |
| 371 | 2026-01-13T18:54:40.765Z | Compiling quote v1.0.42 |
| 372 | 2026-01-13T18:54:40.765Z | Compiling serde_core v1.0.228 |
| 373 | 2026-01-13T18:54:40.791Z | Compiling strsim v0.11.1 |
| 374 | 2026-01-13T18:54:40.794Z | Compiling ident_case v1.0.1 |
| 375 | 2026-01-13T18:54:41.023Z | Compiling fnv v1.0.7 |
| 376 | 2026-01-13T18:54:41.026Z | Compiling memchr v2.7.6 |
| 377 | 2026-01-13T18:54:41.166Z | Compiling regex-syntax v0.8.8 |
| 378 | 2026-01-13T18:54:41.491Z | Compiling zerocopy v0.8.31 |
| 379 | 2026-01-13T18:54:41.498Z | Compiling serde v1.0.228 |
| 380 | 2026-01-13T18:54:41.570Z | Compiling thiserror v2.0.17 |
| 381 | 2026-01-13T18:54:41.781Z | Compiling either v1.15.0 |
| 382 | 2026-01-13T18:54:42.136Z | Compiling aho-corasick v1.1.4 |
| 383 | 2026-01-13T18:54:42.231Z | Compiling itertools v0.14.0 |
| 384 | 2026-01-13T18:54:42.469Z | Compiling heapless v0.8.0 |
| 385 | 2026-01-13T18:54:42.639Z | Compiling smoltcp v0.11.0 |
| 386 | 2026-01-13T18:54:43.068Z | Compiling syn v2.0.113 |
| 387 | 2026-01-13T18:54:43.279Z | Compiling ref-cast v1.0.25 |
| 388 | 2026-01-13T18:54:43.371Z | Compiling crc32fast v1.5.0 |
| 389 | 2026-01-13T18:54:43.413Z | Compiling version_check v0.9.5 |
| 390 | 2026-01-13T18:54:44.115Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 391 | 2026-01-13T18:54:44.520Z | Compiling regex-automata v0.4.13 |
| 392 | 2026-01-13T18:54:47.423Z | Compiling regex v1.12.2 |
| 393 | 2026-01-13T18:54:48.102Z | Compiling darling_core v0.21.3 |
| 394 | 2026-01-13T18:54:49.889Z | Compiling serde_derive v1.0.228 |
| 395 | 2026-01-13T18:54:49.892Z | Compiling zerocopy-derive v0.8.31 |
| 396 | 2026-01-13T18:54:49.892Z | Compiling thiserror-impl v2.0.17 |
| 397 | 2026-01-13T18:54:49.892Z | Compiling ref-cast-impl v1.0.25 |
| 398 | 2026-01-13T18:54:49.892Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 399 | 2026-01-13T18:54:52.793Z | Compiling darling_macro v0.21.3 |
| 400 | 2026-01-13T18:54:54.090Z | Compiling darling v0.21.3 |
| 401 | 2026-01-13T18:54:54.161Z | Compiling ingot-macros v0.1.1 |
| 402 | 2026-01-13T18:54:54.161Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 403 | 2026-01-13T18:55:05.373Z | 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-01-13T18:55:08.640Z | Compiling byteorder v1.5.0 |
| 405 | 2026-01-13T18:55:08.640Z | Compiling stable_deref_trait v1.2.1 |
| 406 | 2026-01-13T18:55:08.640Z | Compiling cfg-if v1.0.4 |
| 407 | 2026-01-13T18:55:08.643Z | Compiling macaddr v1.0.1 |
| 408 | 2026-01-13T18:55:08.733Z | Compiling bitflags v1.3.2 |
| 409 | 2026-01-13T18:55:08.743Z | Compiling managed v0.8.0 |
| 410 | 2026-01-13T18:55:08.801Z | Compiling cobs v0.3.0 |
| 411 | 2026-01-13T18:55:09.013Z | Compiling hash32 v0.3.1 |
| 412 | 2026-01-13T18:55:09.154Z | Compiling dyn-clone v1.0.20 |
| 413 | 2026-01-13T18:55:09.351Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#0fcdc8e9) |
| 414 | 2026-01-13T18:55:11.750Z | Compiling ingot-types v0.1.2 |
| 415 | 2026-01-13T18:55:12.005Z | Compiling bitflags v2.10.0 |
| 416 | 2026-01-13T18:55:12.009Z | Compiling uuid v1.19.0 |
| 417 | 2026-01-13T18:55:12.242Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 418 | 2026-01-13T18:55:12.897Z | Compiling postcard v1.1.3 |
| 419 | 2026-01-13T18:55:12.897Z | Compiling ingot v0.1.1 |
| 420 | 2026-01-13T18:55:15.319Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 421 | 2026-01-13T18:55:21.464Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 422 | 2026-01-13T18:55:31.255Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 423 | 2026-01-13T18:56:10.111Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 30s |
| 424 | 2026-01-13T18:56:10.144Z | Linking xde kmod... |
| 425 | 2026-01-13T18:56:10.758Z | Building xde dev link helper (release). |
| 426 | 2026-01-13T18:56:10.997Z | 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-01-13T18:56:10.998Z | 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-01-13T18:56:10.998Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 429 | 2026-01-13T18:56:31.206Z | 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-01-13T18:56:35.186Z | Finished `release` profile [optimized + debuginfo] target(s) in 24.36s |
| 431 | 2026-01-13T18:56:35.211Z | Building opteadm (dev). |
| 432 | 2026-01-13T18:56:35.430Z | Compiling libc v0.2.179 |
| 433 | 2026-01-13T18:56:35.430Z | Compiling serde_core v1.0.228 |
| 434 | 2026-01-13T18:56:35.430Z | Compiling cfg-if v1.0.4 |
| 435 | 2026-01-13T18:56:35.433Z | Compiling zerocopy v0.8.31 |
| 436 | 2026-01-13T18:56:35.433Z | Compiling ident_case v1.0.1 |
| 437 | 2026-01-13T18:56:35.433Z | Compiling fnv v1.0.7 |
| 438 | 2026-01-13T18:56:35.433Z | Compiling memchr v2.7.6 |
| 439 | 2026-01-13T18:56:35.434Z | Compiling syn v2.0.113 |
| 440 | 2026-01-13T18:56:35.551Z | Compiling strsim v0.11.1 |
| 441 | 2026-01-13T18:56:35.577Z | Compiling regex-syntax v0.8.8 |
| 442 | 2026-01-13T18:56:35.612Z | Compiling either v1.15.0 |
| 443 | 2026-01-13T18:56:35.971Z | Compiling equivalent v1.0.2 |
| 444 | 2026-01-13T18:56:36.080Z | Compiling serde v1.0.228 |
| 445 | 2026-01-13T18:56:36.120Z | Compiling winnow v0.7.14 |
| 446 | 2026-01-13T18:56:36.171Z | Compiling hashbrown v0.16.1 |
| 447 | 2026-01-13T18:56:36.629Z | Compiling aho-corasick v1.1.4 |
| 448 | 2026-01-13T18:56:36.768Z | Compiling itertools v0.14.0 |
| 449 | 2026-01-13T18:56:37.131Z | Compiling byteorder v1.5.0 |
| 450 | 2026-01-13T18:56:37.319Z | Compiling indexmap v2.12.1 |
| 451 | 2026-01-13T18:56:37.472Z | Compiling getrandom v0.3.4 |
| 452 | 2026-01-13T18:56:38.074Z | Compiling heapless v0.8.0 |
| 453 | 2026-01-13T18:56:38.615Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 454 | 2026-01-13T18:56:39.004Z | Compiling regex-automata v0.4.13 |
| 455 | 2026-01-13T18:56:39.064Z | Compiling hash32 v0.3.1 |
| 456 | 2026-01-13T18:56:39.332Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 457 | 2026-01-13T18:56:39.530Z | Compiling rustversion v1.0.22 |
| 458 | 2026-01-13T18:56:39.564Z | Compiling stable_deref_trait v1.2.1 |
| 459 | 2026-01-13T18:56:39.670Z | Compiling macaddr v1.0.1 |
| 460 | 2026-01-13T18:56:40.178Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 461 | 2026-01-13T18:56:40.214Z | Compiling syn v1.0.109 |
| 462 | 2026-01-13T18:56:40.219Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 463 | 2026-01-13T18:56:40.602Z | Compiling bitflags v2.10.0 |
| 464 | 2026-01-13T18:56:40.674Z | Compiling smoltcp v0.11.0 |
| 465 | 2026-01-13T18:56:40.842Z | Compiling ref-cast v1.0.25 |
| 466 | 2026-01-13T18:56:41.170Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 467 | 2026-01-13T18:56:41.293Z | Compiling proc-macro-crate v3.4.0 |
| 468 | 2026-01-13T18:56:41.401Z | Compiling managed v0.8.0 |
| 469 | 2026-01-13T18:56:41.478Z | Compiling version_check v0.9.5 |
| 470 | 2026-01-13T18:56:41.512Z | Compiling bitflags v1.3.2 |
| 471 | 2026-01-13T18:56:41.683Z | Compiling rand_core v0.9.3 |
| 472 | 2026-01-13T18:56:41.702Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 473 | 2026-01-13T18:56:42.049Z | Compiling darling_core v0.21.3 |
| 474 | 2026-01-13T18:56:42.209Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 475 | 2026-01-13T18:56:42.578Z | Compiling errno v0.3.14 |
| 476 | 2026-01-13T18:56:42.874Z | Compiling once_cell v1.21.3 |
| 477 | 2026-01-13T18:56:43.013Z | Compiling regex v1.12.2 |
| 478 | 2026-01-13T18:56:43.398Z | Compiling ipnetwork v0.21.1 |
| 479 | 2026-01-13T18:56:43.858Z | Compiling unicode-width v0.2.2 |
| 480 | 2026-01-13T18:56:44.484Z | Compiling foreign-types-shared v0.3.1 |
| 481 | 2026-01-13T18:56:44.536Z | Compiling tabwriter v1.4.1 |
| 482 | 2026-01-13T18:56:44.619Z | Compiling cstr-argument v0.1.2 |
| 483 | 2026-01-13T18:56:44.914Z | Compiling tracing-core v0.1.36 |
| 484 | 2026-01-13T18:56:45.429Z | Compiling rustix v1.1.3 |
| 485 | 2026-01-13T18:56:45.685Z | Compiling zerocopy-derive v0.8.31 |
| 486 | 2026-01-13T18:56:45.760Z | Compiling thiserror-impl v2.0.17 |
| 487 | 2026-01-13T18:56:46.123Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-01-13T18:56:47.811Z | Compiling darling_macro v0.21.3 |
| 489 | 2026-01-13T18:56:47.910Z | Compiling num_enum_derive v0.7.5 |
| 490 | 2026-01-13T18:56:48.129Z | Compiling foreign-types-macros v0.2.3 |
| 491 | 2026-01-13T18:56:48.547Z | Compiling thiserror v2.0.17 |
| 492 | 2026-01-13T18:56:48.701Z | Compiling cobs v0.3.0 |
| 493 | 2026-01-13T18:56:48.783Z | Compiling darling v0.21.3 |
| 494 | 2026-01-13T18:56:48.893Z | Compiling ingot-macros v0.1.1 |
| 495 | 2026-01-13T18:56:49.192Z | Compiling ref-cast-impl v1.0.25 |
| 496 | 2026-01-13T18:56:49.293Z | Compiling foreign-types v0.5.0 |
| 497 | 2026-01-13T18:56:49.403Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 498 | 2026-01-13T18:56:49.915Z | Compiling num_enum v0.7.5 |
| 499 | 2026-01-13T18:56:50.097Z | Compiling tracing-attributes v0.1.31 |
| 500 | 2026-01-13T18:56:50.541Z | Compiling anyhow v1.0.100 |
| 501 | 2026-01-13T18:56:50.635Z | Compiling pretty-hex v0.4.1 |
| 502 | 2026-01-13T18:56:50.873Z | Compiling pin-project-lite v0.2.16 |
| 503 | 2026-01-13T18:56:50.933Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409) |
| 504 | 2026-01-13T18:56:51.022Z | Compiling dyn-clone v1.0.20 |
| 505 | 2026-01-13T18:56:51.326Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 506 | 2026-01-13T18:56:51.398Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 507 | 2026-01-13T18:56:51.718Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 508 | 2026-01-13T18:56:51.931Z | Compiling terminal_size v0.4.3 |
| 509 | 2026-01-13T18:56:52.168Z | Compiling uuid v1.19.0 |
| 510 | 2026-01-13T18:56:52.249Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 511 | 2026-01-13T18:56:52.325Z | Compiling ppv-lite86 v0.2.21 |
| 512 | 2026-01-13T18:56:52.427Z | Compiling socket2 v0.6.1 |
| 513 | 2026-01-13T18:56:52.728Z | Compiling colored v3.0.0 |
| 514 | 2026-01-13T18:56:52.909Z | Compiling tracing v0.1.44 |
| 515 | 2026-01-13T18:56:53.066Z | Compiling rand_chacha v0.9.0 |
| 516 | 2026-01-13T18:56:53.332Z | Compiling oxnet v0.1.4 |
| 517 | 2026-01-13T18:56:53.656Z | Compiling rand v0.9.2 |
| 518 | 2026-01-13T18:56:54.313Z | Compiling postcard v1.1.3 |
| 519 | 2026-01-13T18:56:54.365Z | Compiling clap_derive v4.5.49 |
| 520 | 2026-01-13T18:56:54.511Z | Compiling clap_builder v4.5.54 |
| 521 | 2026-01-13T18:56:55.022Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 522 | 2026-01-13T18:56:55.191Z | Compiling ingot-types v0.1.2 |
| 523 | 2026-01-13T18:56:55.868Z | Compiling ingot v0.1.1 |
| 524 | 2026-01-13T18:56:57.911Z | Compiling clap v4.5.54 |
| 525 | 2026-01-13T18:56:58.824Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 526 | 2026-01-13T18:57:03.249Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 527 | 2026-01-13T18:57:05.282Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 528 | 2026-01-13T18:57:12.486Z | Finished `dev` profile [optimized + debuginfo] target(s) in 37.26s |
| 529 | 2026-01-13T18:57:12.519Z | Building xde (dev). |
| 530 | 2026-01-13T18:57:12.862Z | 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-01-13T18:57:12.862Z | 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-01-13T18:57:12.862Z | Compiling proc-macro2 v1.0.104 |
| 533 | 2026-01-13T18:57:12.865Z | Compiling quote v1.0.42 |
| 534 | 2026-01-13T18:57:12.866Z | Compiling unicode-ident v1.0.22 |
| 535 | 2026-01-13T18:57:12.866Z | Compiling serde_core v1.0.228 |
| 536 | 2026-01-13T18:57:12.866Z | Compiling strsim v0.11.1 |
| 537 | 2026-01-13T18:57:12.887Z | Compiling fnv v1.0.7 |
| 538 | 2026-01-13T18:57:13.010Z | Compiling ident_case v1.0.1 |
| 539 | 2026-01-13T18:57:13.069Z | Compiling memchr v2.7.6 |
| 540 | 2026-01-13T18:57:13.191Z | Compiling regex-syntax v0.8.8 |
| 541 | 2026-01-13T18:57:13.536Z | Compiling serde v1.0.228 |
| 542 | 2026-01-13T18:57:13.570Z | Compiling thiserror v2.0.17 |
| 543 | 2026-01-13T18:57:13.671Z | Compiling zerocopy v0.8.31 |
| 544 | 2026-01-13T18:57:13.830Z | Compiling either v1.15.0 |
| 545 | 2026-01-13T18:57:14.230Z | Compiling aho-corasick v1.1.4 |
| 546 | 2026-01-13T18:57:14.288Z | Compiling itertools v0.14.0 |
| 547 | 2026-01-13T18:57:14.650Z | Compiling heapless v0.8.0 |
| 548 | 2026-01-13T18:57:14.658Z | Compiling smoltcp v0.11.0 |
| 549 | 2026-01-13T18:57:15.221Z | Compiling syn v2.0.113 |
| 550 | 2026-01-13T18:57:15.333Z | Compiling crc32fast v1.5.0 |
| 551 | 2026-01-13T18:57:15.450Z | Compiling version_check v0.9.5 |
| 552 | 2026-01-13T18:57:15.585Z | Compiling ref-cast v1.0.25 |
| 553 | 2026-01-13T18:57:16.137Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 554 | 2026-01-13T18:57:16.539Z | Compiling regex-automata v0.4.13 |
| 555 | 2026-01-13T18:57:19.461Z | Compiling regex v1.12.2 |
| 556 | 2026-01-13T18:57:20.251Z | Compiling darling_core v0.21.3 |
| 557 | 2026-01-13T18:57:22.236Z | Compiling thiserror-impl v2.0.17 |
| 558 | 2026-01-13T18:57:22.236Z | Compiling serde_derive v1.0.228 |
| 559 | 2026-01-13T18:57:22.239Z | Compiling zerocopy-derive v0.8.31 |
| 560 | 2026-01-13T18:57:22.239Z | Compiling ref-cast-impl v1.0.25 |
| 561 | 2026-01-13T18:57:22.239Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 562 | 2026-01-13T18:57:24.910Z | Compiling darling_macro v0.21.3 |
| 563 | 2026-01-13T18:57:26.269Z | Compiling darling v0.21.3 |
| 564 | 2026-01-13T18:57:26.361Z | Compiling ingot-macros v0.1.1 |
| 565 | 2026-01-13T18:57:26.361Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 566 | 2026-01-13T18:57:37.131Z | 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-01-13T18:57:40.211Z | Compiling byteorder v1.5.0 |
| 568 | 2026-01-13T18:57:40.219Z | Compiling macaddr v1.0.1 |
| 569 | 2026-01-13T18:57:40.219Z | Compiling stable_deref_trait v1.2.1 |
| 570 | 2026-01-13T18:57:40.219Z | Compiling cfg-if v1.0.4 |
| 571 | 2026-01-13T18:57:40.308Z | Compiling bitflags v1.3.2 |
| 572 | 2026-01-13T18:57:40.315Z | Compiling managed v0.8.0 |
| 573 | 2026-01-13T18:57:40.372Z | Compiling cobs v0.3.0 |
| 574 | 2026-01-13T18:57:40.570Z | Compiling hash32 v0.3.1 |
| 575 | 2026-01-13T18:57:40.840Z | Compiling dyn-clone v1.0.20 |
| 576 | 2026-01-13T18:57:41.029Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#0fcdc8e9) |
| 577 | 2026-01-13T18:57:43.160Z | Compiling ingot-types v0.1.2 |
| 578 | 2026-01-13T18:57:43.502Z | Compiling bitflags v2.10.0 |
| 579 | 2026-01-13T18:57:43.503Z | Compiling uuid v1.19.0 |
| 580 | 2026-01-13T18:57:43.773Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 581 | 2026-01-13T18:57:44.649Z | Compiling postcard v1.1.3 |
| 582 | 2026-01-13T18:57:44.733Z | Compiling ingot v0.1.1 |
| 583 | 2026-01-13T18:57:47.233Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 584 | 2026-01-13T18:57:54.401Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 585 | 2026-01-13T18:58:08.006Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 586 | 2026-01-13T18:58:23.097Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1m 10s |
| 587 | 2026-01-13T18:58:23.123Z | Linking xde kmod... |
| 588 | 2026-01-13T18:58:24.408Z | Building xde dev link helper (dev). |
| 589 | 2026-01-13T18:58:24.653Z | 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-01-13T18:58:24.653Z | 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-01-13T18:58:24.653Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 592 | 2026-01-13T18:58:44.151Z | 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-01-13T18:58:48.070Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.55s |
| 594 | 2026-01-13T18:58:48.122Z | |
| 595 | 2026-01-13T18:58:48.123Z | real 5:17.267984602 |
| 596 | 2026-01-13T18:58:48.123Z | user 18:11.799353338 |
| 597 | 2026-01-13T18:58:48.123Z | sys 1:29.683920977 |
| 598 | 2026-01-13T18:58:48.123Z | trap 0.523557468 |
| 599 | 2026-01-13T18:58:48.123Z | tflt 1.280394866 |
| 600 | 2026-01-13T18:58:48.123Z | dflt 2.086721664 |
| 601 | 2026-01-13T18:58:48.124Z | kflt 0.004559812 |
| 602 | 2026-01-13T18:58:48.124Z | lock 45:50.712989760 |
| 603 | 2026-01-13T18:58:48.124Z | slp 53:38.504149800 |
| 604 | 2026-01-13T18:58:48.124Z | lat 31.504831164 |
| 605 | 2026-01-13T18:58:48.124Z | stop 46.397422758 |
| 606 | 2026-01-13T18:58:48.124Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 607 | 2026-01-13T18:58:48.125Z | + grep GOTPCREL |
| 608 | 2026-01-13T18:58:49.211Z | + header 'package opte' |
| 609 | 2026-01-13T18:58:49.214Z | + echo '# ==== package opte ==== #' |
| 610 | 2026-01-13T18:58:49.214Z | # ==== package opte ==== # |
| 611 | 2026-01-13T18:58:49.214Z | + cargo xtask package --skip-build --profile all |
| 612 | 2026-01-13T18:58:49.447Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s |
| 613 | 2026-01-13T18:58:49.450Z | Running `target/debug/xtask package --skip-build --profile all` |
| 614 | 2026-01-13T18:58:49.732Z | + ./clean.sh |
| 615 | 2026-01-13T18:58:49.744Z | + mkdir -p proto/kernel/drv/amd64 |
| 616 | 2026-01-13T18:58:49.747Z | + mkdir -p proto/opt/oxide/opte/bin |
| 617 | 2026-01-13T18:58:49.750Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 618 | 2026-01-13T18:58:49.753Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 619 | 2026-01-13T18:58:49.771Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 620 | 2026-01-13T18:58:49.805Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 621 | 2026-01-13T18:58:49.808Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 622 | 2026-01-13T18:58:49.811Z | + '[' -z ']' |
| 623 | 2026-01-13T18:58:49.812Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 624 | 2026-01-13T18:58:49.845Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 625 | 2026-01-13T18:58:49.919Z | + INC_DEBUG= |
| 626 | 2026-01-13T18:58:49.921Z | ++ ./print-api-version.sh |
| 627 | 2026-01-13T18:58:49.928Z | + API_VSN=38 |
| 628 | 2026-01-13T18:58:49.931Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/450/g -e s/%API_VSN%/38/g opte.template.p5m |
| 629 | 2026-01-13T18:58:49.931Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 630 | 2026-01-13T18:58:51.210Z | + pkgdepend generate -d proto opte.base.p5m |
| 631 | 2026-01-13T18:58:52.212Z | + mkdir -p packages |
| 632 | 2026-01-13T18:58:52.215Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 633 | 2026-01-13T18:59:05.633Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 634 | 2026-01-13T18:59:05.639Z | + pkgrepo create packages/repo |
| 635 | 2026-01-13T18:59:06.459Z | + pkgrepo add-publisher -s packages/repo helios-dev |
| 636 | 2026-01-13T18:59:07.257Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 637 | 2026-01-13T18:59:42.924Z | pkg://helios-dev/driver/network/opte@0.38.450,5.11:20260113T185907Z |
| 638 | 2026-01-13T18:59:42.924Z | PUBLISHED |
| 639 | 2026-01-13T18:59:42.974Z | + pkgrecv -a -d packages/repo/opte-0.38.450.p5p -s packages/repo -v -m latest '*' |
| 640 | 2026-01-13T18:59:43.705Z | Retrieving packages for publisher helios-dev ... |
| 641 | 2026-01-13T18:59:43.709Z | Retrieving catalog 'helios-dev' ... Done |
| 642 | 2026-01-13T18:59:43.712Z | Retrieving and evaluating 1 package(s)... |
| 643 | 2026-01-13T18:59:43.712Z | Fetching manifests: 1/1 100% complete |
| 644 | 2026-01-13T18:59:43.712Z | Fetching manifests: 1/1 100% complete |
| 645 | 2026-01-13T18:59:43.715Z | |
| 646 | 2026-01-13T18:59:43.715Z | Archiving packages ... |
| 647 | 2026-01-13T18:59:43.715Z | Packages to add: 1 |
| 648 | 2026-01-13T18:59:43.715Z | Files to retrieve: 6 |
| 649 | 2026-01-13T18:59:43.715Z | Estimated transfer size: 32.49 MB |
| 650 | 2026-01-13T18:59:43.715Z | |
| 651 | 2026-01-13T18:59:43.715Z | Packages to archive: |
| 652 | 2026-01-13T18:59:43.716Z | driver/network/opte@0.38.450,5.11:20260113T185907Z |
| 653 | 2026-01-13T18:59:43.716Z | |
| 654 | 2026-01-13T18:59:43.716Z | Download: 0/6 items 0.0/32.5MB 0% complete |
| 655 | 2026-01-13T18:59:43.813Z | Download: Completed 32.49 MB in 0.10 seconds (323M/s) |
| 656 | 2026-01-13T18:59:43.816Z | Archiving: 1/20 items 0.0/32.5MB 0% complete |
| 657 | 2026-01-13T18:59:43.837Z | Archiving: Completed 32.52 MB in 0.02 seconds |
| 658 | 2026-01-13T18:59:43.889Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.38.450.p5p. |
| 659 | 2026-01-13T18:59:43.892Z | + banner copy |
| 660 | 2026-01-13T18:59:43.895Z | |
| 661 | 2026-01-13T18:59:43.895Z | #### #### ##### # # |
| 662 | 2026-01-13T18:59:43.895Z | # # # # # # # # |
| 663 | 2026-01-13T18:59:43.895Z | # # # # # # |
| 664 | 2026-01-13T18:59:43.895Z | # # # ##### # |
| 665 | 2026-01-13T18:59:43.895Z | # # # # # # |
| 666 | 2026-01-13T18:59:43.895Z | #### #### # # |
| 667 | 2026-01-13T18:59:43.895Z | |
| 668 | 2026-01-13T18:59:43.895Z | + pfexec mkdir -p /out |
| 669 | 2026-01-13T18:59:43.899Z | + pfexec chown 12345 /out |
| 670 | 2026-01-13T18:59:43.902Z | + PKG_NAME=/out/opte.p5p |
| 671 | 2026-01-13T18:59:43.902Z | + mv pkg/packages/repo/opte-0.38.450.p5p /out/opte.p5p |
| 672 | 2026-01-13T18:59:43.937Z | + sha256sum /out/opte.p5p |
| 673 | 2026-01-13T18:59:43.966Z | process exited: duration 397245 ms, exit code 0 |
| |
| 674 | 2026-01-13T18:59:43.978Z | found 2 output files |
| 675 | 2026-01-13T18:59:43.978Z | uploading: /out/opte.p5p (34109440 bytes) |
| 676 | 2026-01-13T18:59:45.321Z | uploaded: /out/opte.p5p |
| 677 | 2026-01-13T18:59:45.321Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 678 | 2026-01-13T18:59:46.376Z | uploaded: /out/opte.p5p.sha256 |