|
|
|
| 1 | 2026-03-16T07:56:18.426Z | job assigned to worker 01KKTT8H3E41JTTDJMY833SZ2E [factory aws, i-0a3c2e32b1172a058] (queued for 1 m 18 s) |
| |
| 2 | 2026-03-16T07:56:26.104Z | starting task 0: "setup" |
| 3 | 2026-03-16T07:56:26.109Z | ++ uname -s |
| 4 | 2026-03-16T07:56:26.112Z | + kern=SunOS |
| 5 | 2026-03-16T07:56:26.112Z | + build_user=build |
| 6 | 2026-03-16T07:56:26.112Z | + build_uid=12345 |
| 7 | 2026-03-16T07:56:26.112Z | + work_dir=/work |
| 8 | 2026-03-16T07:56:26.112Z | + input_dir=/input |
| 9 | 2026-03-16T07:56:26.112Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-16T07:56:26.112Z | + case "$kern" in |
| 11 | 2026-03-16T07:56:26.112Z | + groupadd -g 12345 build |
| 12 | 2026-03-16T07:56:26.115Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-16T07:56:28.120Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-16T07:56:28.226Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-16T07:56:28.229Z | + home_fs=zfs |
| 16 | 2026-03-16T07:56:28.229Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-16T07:56:28.229Z | + mkdir -p /home/build |
| 18 | 2026-03-16T07:56:28.232Z | + chown build:build /home/build /work |
| 19 | 2026-03-16T07:56:29.232Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-16T07:56:29.235Z | process exited: duration 3132 ms, exit code 0 |
| |
| 21 | 2026-03-16T07:56:29.241Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-16T07:56:29.246Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 23 | 2026-03-16T07:56:29.246Z | * rust toolchain channel = "1.93.1" |
| 24 | 2026-03-16T07:56:29.246Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-16T07:56:29.246Z | * rust toolchain profile = "default" |
| 26 | 2026-03-16T07:56:29.246Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-16T07:56:29.246Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-16T07:56:29.249Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-16T07:56:29.249Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-16T07:56:29.358Z | info: downloading installer |
| 31 | 2026-03-16T07:56:31.071Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-16T07:56:31.071Z | warn: /opt/ooce/bin |
| 33 | 2026-03-16T07:56:31.071Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-16T07:56:31.071Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-16T07:56:31.071Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-16T07:56:31.071Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-16T07:56:31.071Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-16T07:56:31.071Z | error: cannot install while Rust is installed |
| 39 | 2026-03-16T07:56:31.071Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-16T07:56:31.071Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-16T07:56:31.071Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-16T07:56:31.071Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-16T07:56:31.071Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-16T07:56:31.088Z | info: profile set to default |
| 45 | 2026-03-16T07:56:31.088Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-16T07:56:31.091Z | info: syncing channel updates for 1.93.1-x86_64-unknown-illumos |
| 47 | 2026-03-16T07:56:31.267Z | info: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11) |
| 48 | 2026-03-16T07:56:31.270Z | info: downloading 6 components |
| 49 | 2026-03-16T07:56:46.531Z | info: default toolchain set to 1.93.1-x86_64-unknown-illumos |
| 50 | 2026-03-16T07:56:46.531Z | |
| 51 | 2026-03-16T07:56:46.568Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 52 | 2026-03-16T07:56:46.568Z | |
| 53 | 2026-03-16T07:56:46.572Z | |
| 54 | 2026-03-16T07:56:46.572Z | Rust is installed now. Great! |
| 55 | 2026-03-16T07:56:46.572Z | |
| 56 | 2026-03-16T07:56:46.572Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-16T07:56:46.572Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-16T07:56:46.572Z | |
| 59 | 2026-03-16T07:56:46.572Z | To configure your current shell, you need to source |
| 60 | 2026-03-16T07:56:46.572Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-16T07:56:46.572Z | |
| 62 | 2026-03-16T07:56:46.572Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-16T07:56:46.572Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-16T07:56:46.572Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-16T07:56:46.572Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-16T07:56:46.572Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-16T07:56:46.572Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-16T07:56:46.572Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-16T07:56:46.572Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-16T07:56:46.572Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-16T07:56:46.683Z | + rustup --version |
| 72 | 2026-03-16T07:56:46.693Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-16T07:56:46.696Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-16T07:56:46.720Z | info: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 75 | 2026-03-16T07:56:46.723Z | + cargo --version |
| 76 | 2026-03-16T07:56:46.739Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 77 | 2026-03-16T07:56:46.742Z | + rustc --version |
| 78 | 2026-03-16T07:56:46.767Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 79 | 2026-03-16T07:56:46.770Z | process exited: duration 17525 ms, exit code 0 |
| |
| 80 | 2026-03-16T07:56:46.776Z | starting task 2: "authentication" |
| 81 | 2026-03-16T07:56:46.795Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-16T07:56:46.801Z | starting task 3: "clone repository" |
| 83 | 2026-03-16T07:56:46.805Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-03-16T07:56:46.808Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-03-16T07:56:46.843Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-03-16T07:56:47.664Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-03-16T07:56:47.664Z | + git fetch origin d9b87439179a558c7a423c2898fff6831fa5f5be |
| 88 | 2026-03-16T07:56:47.911Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-03-16T07:56:47.911Z | * branch d9b87439179a558c7a423c2898fff6831fa5f5be -> FETCH_HEAD |
| 90 | 2026-03-16T07:56:47.919Z | + [[ -n renovate/lock-file-maintenance ]] |
| 91 | 2026-03-16T07:56:47.922Z | ++ git branch --show-current |
| 92 | 2026-03-16T07:56:47.922Z | + current=master |
| 93 | 2026-03-16T07:56:47.922Z | + [[ master != renovate/lock-file-maintenance ]] |
| 94 | 2026-03-16T07:56:47.926Z | + git branch -f renovate/lock-file-maintenance d9b87439179a558c7a423c2898fff6831fa5f5be |
| 95 | 2026-03-16T07:56:47.928Z | + git checkout -f renovate/lock-file-maintenance |
| 96 | 2026-03-16T07:56:47.948Z | Switched to branch 'renovate/lock-file-maintenance' |
| 97 | 2026-03-16T07:56:47.951Z | + git reset --hard d9b87439179a558c7a423c2898fff6831fa5f5be |
| 98 | 2026-03-16T07:56:47.971Z | HEAD is now at d9b8743 Lock file maintenance |
| 99 | 2026-03-16T07:56:47.974Z | process exited: duration 1170 ms, exit code 0 |
| |
| 100 | 2026-03-16T07:56:47.980Z | starting task 4: "build" |
| 101 | 2026-03-16T07:56:47.984Z | + source .github/buildomat/common.sh |
| 102 | 2026-03-16T07:56:47.987Z | ++ rustup show active-toolchain |
| 103 | 2026-03-16T07:56:47.991Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-03-16T07:56:47.995Z | ++ pushd xde |
| 105 | 2026-03-16T07:56:47.995Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-03-16T07:56:47.995Z | ++ rustup show active-toolchain |
| 107 | 2026-03-16T07:56:47.999Z | info: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos |
| 108 | 2026-03-16T07:56:48.145Z | info: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 109 | 2026-03-16T07:56:48.148Z | info: downloading 6 components |
| 110 | 2026-03-16T07:57:04.457Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-03-16T07:57:04.564Z | +++ rustup show active-toolchain -v |
| 112 | 2026-03-16T07:57:04.567Z | +++ head -n 1 |
| 113 | 2026-03-16T07:57:04.567Z | +++ cut '-d ' -f1 |
| 114 | 2026-03-16T07:57:04.641Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 115 | 2026-03-16T07:57:04.641Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 116 | 2026-03-16T07:57:04.641Z | ++ popd |
| 117 | 2026-03-16T07:57:04.644Z | /work/oxidecomputer/opte |
| 118 | 2026-03-16T07:57:04.644Z | + TGT_BASE=/work |
| 119 | 2026-03-16T07:57:04.644Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 120 | 2026-03-16T07:57:04.644Z | + REL_TGT=/work/release |
| 121 | 2026-03-16T07:57:04.644Z | + mkdir -p /work/release |
| 122 | 2026-03-16T07:57:04.644Z | + cargo --version |
| 123 | 2026-03-16T07:57:04.655Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 124 | 2026-03-16T07:57:04.658Z | + rustc --version |
| 125 | 2026-03-16T07:57:04.683Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 126 | 2026-03-16T07:57:04.687Z | + header 'build xde and opteadm (release+debug)' |
| 127 | 2026-03-16T07:57:04.687Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 128 | 2026-03-16T07:57:04.687Z | # ==== build xde and opteadm (release+debug) ==== # |
| 129 | 2026-03-16T07:57:04.687Z | + ptime -m cargo xtask build --profile all |
| 130 | 2026-03-16T07:57:04.805Z | Updating crates.io index |
| 131 | 2026-03-16T07:57:04.841Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 132 | 2026-03-16T07:57:05.538Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 133 | 2026-03-16T07:57:05.943Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 134 | 2026-03-16T07:57:06.320Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 135 | 2026-03-16T07:57:06.660Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 136 | 2026-03-16T07:57:06.875Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 137 | 2026-03-16T07:57:07.141Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 138 | 2026-03-16T07:57:08.749Z | Downloading crates ... |
| 139 | 2026-03-16T07:57:08.801Z | Downloaded anstream v1.0.0 |
| 140 | 2026-03-16T07:57:08.806Z | Downloaded quote v1.0.45 |
| 141 | 2026-03-16T07:57:08.809Z | Downloaded semver v1.0.27 |
| 142 | 2026-03-16T07:57:08.812Z | Downloaded serde_spanned v1.0.4 |
| 143 | 2026-03-16T07:57:08.812Z | Downloaded itoa v1.0.17 |
| 144 | 2026-03-16T07:57:08.815Z | Downloaded utf8parse v0.2.2 |
| 145 | 2026-03-16T07:57:08.817Z | Downloaded colorchoice v1.0.5 |
| 146 | 2026-03-16T07:57:08.820Z | Downloaded cargo-platform v0.3.2 |
| 147 | 2026-03-16T07:57:08.824Z | Downloaded is_terminal_polyfill v1.70.2 |
| 148 | 2026-03-16T07:57:08.829Z | Downloaded heck v0.5.0 |
| 149 | 2026-03-16T07:57:08.832Z | Downloaded strsim v0.11.1 |
| 150 | 2026-03-16T07:57:08.835Z | Downloaded equivalent v1.0.2 |
| 151 | 2026-03-16T07:57:08.835Z | Downloaded clap_lex v1.1.0 |
| 152 | 2026-03-16T07:57:08.835Z | Downloaded anstyle-query v1.1.5 |
| 153 | 2026-03-16T07:57:08.841Z | Downloaded terminal_size v0.4.3 |
| 154 | 2026-03-16T07:57:08.857Z | Downloaded errno v0.3.14 |
| 155 | 2026-03-16T07:57:08.860Z | Downloaded cargo_metadata v0.23.1 |
| 156 | 2026-03-16T07:57:08.865Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 157 | 2026-03-16T07:57:08.872Z | Downloaded thiserror-impl v2.0.18 |
| 158 | 2026-03-16T07:57:08.875Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 159 | 2026-03-16T07:57:08.878Z | Downloaded anstyle-parse v1.0.0 |
| 160 | 2026-03-16T07:57:08.878Z | Downloaded anstyle v1.0.14 |
| 161 | 2026-03-16T07:57:08.882Z | Downloaded thiserror v2.0.18 |
| 162 | 2026-03-16T07:57:08.885Z | Downloaded anyhow v1.0.102 |
| 163 | 2026-03-16T07:57:08.888Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 164 | 2026-03-16T07:57:08.891Z | Downloaded zmij v1.0.21 |
| 165 | 2026-03-16T07:57:08.894Z | Downloaded clap_derive v4.6.0 |
| 166 | 2026-03-16T07:57:08.894Z | Downloaded camino v1.2.2 |
| 167 | 2026-03-16T07:57:08.897Z | Downloaded bitflags v2.11.0 |
| 168 | 2026-03-16T07:57:08.908Z | Downloaded serde_core v1.0.228 |
| 169 | 2026-03-16T07:57:08.917Z | Downloaded unicode-ident v1.0.24 |
| 170 | 2026-03-16T07:57:08.922Z | Downloaded proc-macro2 v1.0.106 |
| 171 | 2026-03-16T07:57:08.928Z | Downloaded clap v4.6.0 |
| 172 | 2026-03-16T07:57:08.935Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 173 | 2026-03-16T07:57:08.944Z | Downloaded serde v1.0.228 |
| 174 | 2026-03-16T07:57:08.947Z | Downloaded serde_derive v1.0.228 |
| 175 | 2026-03-16T07:57:08.950Z | Downloaded indexmap v2.13.0 |
| 176 | 2026-03-16T07:57:08.953Z | Downloaded memchr v2.8.0 |
| 177 | 2026-03-16T07:57:08.984Z | Downloaded serde_json v1.0.149 |
| 178 | 2026-03-16T07:57:08.989Z | Downloaded hashbrown v0.16.1 |
| 179 | 2026-03-16T07:57:08.992Z | Downloaded clap_builder v4.6.0 |
| 180 | 2026-03-16T07:57:08.997Z | Downloaded winnow v0.7.15 |
| 181 | 2026-03-16T07:57:09.026Z | Downloaded syn v2.0.117 |
| 182 | 2026-03-16T07:57:09.040Z | Downloaded rustix v1.1.4 |
| 183 | 2026-03-16T07:57:09.072Z | Downloaded libc v0.2.183 |
| 184 | 2026-03-16T07:57:09.131Z | Compiling proc-macro2 v1.0.106 |
| 185 | 2026-03-16T07:57:09.132Z | Compiling serde_core v1.0.228 |
| 186 | 2026-03-16T07:57:09.135Z | Compiling unicode-ident v1.0.24 |
| 187 | 2026-03-16T07:57:09.135Z | Compiling quote v1.0.45 |
| 188 | 2026-03-16T07:57:09.135Z | Compiling libc v0.2.183 |
| 189 | 2026-03-16T07:57:09.135Z | Compiling rustix v1.1.4 |
| 190 | 2026-03-16T07:57:09.135Z | Compiling utf8parse v0.2.2 |
| 191 | 2026-03-16T07:57:09.135Z | Compiling zmij v1.0.21 |
| 192 | 2026-03-16T07:57:09.357Z | Compiling bitflags v2.11.0 |
| 193 | 2026-03-16T07:57:09.375Z | Compiling anstyle-parse v1.0.0 |
| 194 | 2026-03-16T07:57:09.645Z | Compiling anstyle v1.0.14 |
| 195 | 2026-03-16T07:57:09.692Z | Compiling is_terminal_polyfill v1.70.2 |
| 196 | 2026-03-16T07:57:09.716Z | Compiling serde_json v1.0.149 |
| 197 | 2026-03-16T07:57:09.790Z | Compiling colorchoice v1.0.5 |
| 198 | 2026-03-16T07:57:09.921Z | Compiling camino v1.2.2 |
| 199 | 2026-03-16T07:57:09.930Z | Compiling anstyle-query v1.1.5 |
| 200 | 2026-03-16T07:57:09.930Z | Compiling thiserror v2.0.18 |
| 201 | 2026-03-16T07:57:09.997Z | Compiling serde v1.0.228 |
| 202 | 2026-03-16T07:57:10.017Z | Compiling anstream v1.0.0 |
| 203 | 2026-03-16T07:57:10.252Z | Compiling errno v0.3.14 |
| 204 | 2026-03-16T07:57:10.362Z | Compiling itoa v1.0.17 |
| 205 | 2026-03-16T07:57:10.500Z | Compiling strsim v0.11.1 |
| 206 | 2026-03-16T07:57:10.597Z | Compiling winnow v0.7.15 |
| 207 | 2026-03-16T07:57:10.679Z | Compiling anyhow v1.0.102 |
| 208 | 2026-03-16T07:57:10.687Z | Compiling heck v0.5.0 |
| 209 | 2026-03-16T07:57:10.799Z | Compiling syn v2.0.117 |
| 210 | 2026-03-16T07:57:10.853Z | Compiling memchr v2.8.0 |
| 211 | 2026-03-16T07:57:10.938Z | Compiling clap_lex v1.1.0 |
| 212 | 2026-03-16T07:57:11.079Z | Compiling terminal_size v0.4.3 |
| 213 | 2026-03-16T07:57:11.271Z | Compiling clap_builder v4.6.0 |
| 214 | 2026-03-16T07:57:11.673Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 215 | 2026-03-16T07:57:12.197Z | Compiling cargo-platform v0.3.2 |
| 216 | 2026-03-16T07:57:12.342Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 217 | 2026-03-16T07:57:12.542Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 218 | 2026-03-16T07:57:12.630Z | Compiling serde_spanned v1.0.4 |
| 219 | 2026-03-16T07:57:12.807Z | Compiling semver v1.0.27 |
| 220 | 2026-03-16T07:57:12.997Z | Compiling toml v1.0.6+spec-1.1.0 |
| 221 | 2026-03-16T07:57:14.205Z | Compiling serde_derive v1.0.228 |
| 222 | 2026-03-16T07:57:14.481Z | Compiling thiserror-impl v2.0.18 |
| 223 | 2026-03-16T07:57:14.831Z | Compiling clap_derive v4.6.0 |
| 224 | 2026-03-16T07:57:16.993Z | Compiling clap v4.6.0 |
| 225 | 2026-03-16T07:57:18.404Z | Compiling cargo_metadata v0.23.1 |
| 226 | 2026-03-16T07:57:21.771Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 227 | 2026-03-16T07:57:23.892Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.19s |
| 228 | 2026-03-16T07:57:23.993Z | Running `target/debug/xtask build --profile all` |
| 229 | 2026-03-16T07:57:25.883Z | Building opteadm (release). |
| 230 | 2026-03-16T07:57:26.015Z | Compiling proc-macro2 v1.0.106 |
| 231 | 2026-03-16T07:57:26.015Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-03-16T07:57:26.018Z | Compiling quote v1.0.45 |
| 233 | 2026-03-16T07:57:26.019Z | Compiling serde_core v1.0.228 |
| 234 | 2026-03-16T07:57:26.019Z | Compiling libc v0.2.183 |
| 235 | 2026-03-16T07:57:26.019Z | Compiling cfg-if v1.0.4 |
| 236 | 2026-03-16T07:57:26.019Z | Compiling thiserror v2.0.18 |
| 237 | 2026-03-16T07:57:26.019Z | Compiling memchr v2.8.0 |
| 238 | 2026-03-16T07:57:26.103Z | Compiling strsim v0.11.1 |
| 239 | 2026-03-16T07:57:26.160Z | Compiling fnv v1.0.7 |
| 240 | 2026-03-16T07:57:26.252Z | Compiling ident_case v1.0.1 |
| 241 | 2026-03-16T07:57:26.374Z | Compiling regex-syntax v0.8.10 |
| 242 | 2026-03-16T07:57:26.413Z | Compiling hashbrown v0.16.1 |
| 243 | 2026-03-16T07:57:26.451Z | Compiling zerocopy v0.8.42 |
| 244 | 2026-03-16T07:57:26.664Z | Compiling aho-corasick v1.1.4 |
| 245 | 2026-03-16T07:57:26.784Z | Compiling serde v1.0.228 |
| 246 | 2026-03-16T07:57:26.927Z | Compiling equivalent v1.0.2 |
| 247 | 2026-03-16T07:57:26.992Z | Compiling anyhow v1.0.102 |
| 248 | 2026-03-16T07:57:27.011Z | Compiling winnow v0.7.15 |
| 249 | 2026-03-16T07:57:27.121Z | Compiling either v1.15.0 |
| 250 | 2026-03-16T07:57:27.204Z | Compiling indexmap v2.13.0 |
| 251 | 2026-03-16T07:57:27.375Z | Compiling itertools v0.14.0 |
| 252 | 2026-03-16T07:57:27.594Z | Compiling syn v2.0.117 |
| 253 | 2026-03-16T07:57:27.662Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 254 | 2026-03-16T07:57:27.921Z | Compiling byteorder v1.5.0 |
| 255 | 2026-03-16T07:57:28.017Z | Compiling heapless v0.8.0 |
| 256 | 2026-03-16T07:57:28.160Z | Compiling hash32 v0.3.1 |
| 257 | 2026-03-16T07:57:28.303Z | Compiling stable_deref_trait v1.2.1 |
| 258 | 2026-03-16T07:57:28.376Z | Compiling regex-automata v0.4.14 |
| 259 | 2026-03-16T07:57:28.574Z | Compiling syn v1.0.109 |
| 260 | 2026-03-16T07:57:28.579Z | Compiling smoltcp v0.11.0 |
| 261 | 2026-03-16T07:57:28.947Z | Compiling bitflags v2.11.0 |
| 262 | 2026-03-16T07:57:28.971Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 263 | 2026-03-16T07:57:28.978Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 264 | 2026-03-16T07:57:29.020Z | Compiling rustversion v1.0.22 |
| 265 | 2026-03-16T07:57:29.102Z | Compiling macaddr v1.0.1 |
| 266 | 2026-03-16T07:57:29.287Z | Compiling ref-cast v1.0.25 |
| 267 | 2026-03-16T07:57:29.375Z | Compiling rustix v1.1.4 |
| 268 | 2026-03-16T07:57:29.456Z | Compiling version_check v0.9.5 |
| 269 | 2026-03-16T07:57:29.556Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 270 | 2026-03-16T07:57:29.755Z | Compiling managed v0.8.0 |
| 271 | 2026-03-16T07:57:29.803Z | Compiling getrandom v0.4.2 |
| 272 | 2026-03-16T07:57:29.807Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 273 | 2026-03-16T07:57:29.847Z | Compiling bitflags v1.3.2 |
| 274 | 2026-03-16T07:57:29.920Z | Compiling rand_core v0.10.0 |
| 275 | 2026-03-16T07:57:30.090Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 276 | 2026-03-16T07:57:30.194Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 277 | 2026-03-16T07:57:30.361Z | Compiling proc-macro-crate v3.5.0 |
| 278 | 2026-03-16T07:57:30.680Z | Compiling errno v0.3.14 |
| 279 | 2026-03-16T07:57:30.825Z | Compiling regex v1.12.3 |
| 280 | 2026-03-16T07:57:30.849Z | Compiling unicode-width v0.2.2 |
| 281 | 2026-03-16T07:57:30.932Z | Compiling utf8parse v0.2.2 |
| 282 | 2026-03-16T07:57:31.046Z | Compiling ipnetwork v0.21.1 |
| 283 | 2026-03-16T07:57:31.215Z | Compiling cpufeatures v0.3.0 |
| 284 | 2026-03-16T07:57:31.293Z | Compiling foreign-types-shared v0.3.1 |
| 285 | 2026-03-16T07:57:31.360Z | Compiling once_cell v1.21.4 |
| 286 | 2026-03-16T07:57:31.385Z | Compiling chacha20 v0.10.0 |
| 287 | 2026-03-16T07:57:31.526Z | Compiling darling_core v0.21.3 |
| 288 | 2026-03-16T07:57:31.642Z | Compiling tracing-core v0.1.36 |
| 289 | 2026-03-16T07:57:31.744Z | Compiling cstr-argument v0.1.2 |
| 290 | 2026-03-16T07:57:31.871Z | Compiling tabwriter v1.4.1 |
| 291 | 2026-03-16T07:57:31.929Z | Compiling anstyle-parse v1.0.0 |
| 292 | 2026-03-16T07:57:32.664Z | Compiling colorchoice v1.0.5 |
| 293 | 2026-03-16T07:57:32.725Z | Compiling anstyle-query v1.1.5 |
| 294 | 2026-03-16T07:57:32.742Z | Compiling pretty-hex v0.4.2 |
| 295 | 2026-03-16T07:57:32.781Z | Compiling anstyle v1.0.14 |
| 296 | 2026-03-16T07:57:32.831Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 297 | 2026-03-16T07:57:32.897Z | Compiling pin-project-lite v0.2.17 |
| 298 | 2026-03-16T07:57:32.999Z | Compiling dyn-clone v1.0.20 |
| 299 | 2026-03-16T07:57:33.081Z | Compiling is_terminal_polyfill v1.70.2 |
| 300 | 2026-03-16T07:57:33.098Z | Compiling terminal_size v0.4.3 |
| 301 | 2026-03-16T07:57:33.158Z | Compiling anstream v1.0.0 |
| 302 | 2026-03-16T07:57:33.247Z | Compiling rand v0.10.0 |
| 303 | 2026-03-16T07:57:33.286Z | Compiling thiserror-impl v2.0.18 |
| 304 | 2026-03-16T07:57:33.587Z | Compiling serde_derive v1.0.228 |
| 305 | 2026-03-16T07:57:33.661Z | Compiling zerocopy-derive v0.8.42 |
| 306 | 2026-03-16T07:57:33.712Z | Compiling foreign-types-macros v0.2.3 |
| 307 | 2026-03-16T07:57:33.847Z | Compiling ref-cast-impl v1.0.25 |
| 308 | 2026-03-16T07:57:34.333Z | Compiling num_enum_derive v0.7.6 |
| 309 | 2026-03-16T07:57:34.498Z | Compiling foreign-types v0.5.0 |
| 310 | 2026-03-16T07:57:34.568Z | Compiling darling_macro v0.21.3 |
| 311 | 2026-03-16T07:57:34.576Z | Compiling tracing-attributes v0.1.31 |
| 312 | 2026-03-16T07:57:34.728Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 313 | 2026-03-16T07:57:35.015Z | Compiling cobs v0.3.0 |
| 314 | 2026-03-16T07:57:35.195Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 315 | 2026-03-16T07:57:35.248Z | Compiling darling v0.21.3 |
| 316 | 2026-03-16T07:57:35.267Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 317 | 2026-03-16T07:57:35.332Z | Compiling ingot-macros v0.1.1 |
| 318 | 2026-03-16T07:57:35.343Z | Compiling uuid v1.22.0 |
| 319 | 2026-03-16T07:57:35.651Z | Compiling num_enum v0.7.6 |
| 320 | 2026-03-16T07:57:35.688Z | Compiling socket2 v0.6.3 |
| 321 | 2026-03-16T07:57:35.777Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 322 | 2026-03-16T07:57:35.777Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 323 | 2026-03-16T07:57:35.863Z | Compiling oxnet v0.1.4 |
| 324 | 2026-03-16T07:57:35.896Z | Compiling clap_lex v1.1.0 |
| 325 | 2026-03-16T07:57:36.000Z | Compiling heck v0.5.0 |
| 326 | 2026-03-16T07:57:36.203Z | Compiling tracing v0.1.44 |
| 327 | 2026-03-16T07:57:36.212Z | Compiling colored v3.1.1 |
| 328 | 2026-03-16T07:57:36.407Z | Compiling clap_derive v4.6.0 |
| 329 | 2026-03-16T07:57:36.598Z | Compiling clap_builder v4.6.0 |
| 330 | 2026-03-16T07:57:36.907Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 331 | 2026-03-16T07:57:37.879Z | Compiling postcard v1.1.3 |
| 332 | 2026-03-16T07:57:39.149Z | Compiling clap v4.6.0 |
| 333 | 2026-03-16T07:57:40.232Z | Compiling ingot-types v0.1.2 |
| 334 | 2026-03-16T07:57:40.730Z | Compiling ingot v0.1.1 |
| 335 | 2026-03-16T07:57:42.952Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 336 | 2026-03-16T07:57:44.333Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 337 | 2026-03-16T07:57:45.681Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 338 | 2026-03-16T07:57:54.111Z | Finished `release` profile [optimized + debuginfo] target(s) in 28.21s |
| 339 | 2026-03-16T07:57:54.144Z | Building xde (release-lto). |
| 340 | 2026-03-16T07:57:54.481Z | Updating crates.io index |
| 341 | 2026-03-16T07:57:54.577Z | Downloading crates ... |
| 342 | 2026-03-16T07:57:54.640Z | Downloaded rustc-literal-escaper v0.0.7 |
| 343 | 2026-03-16T07:57:54.649Z | Downloaded adler2 v2.0.1 |
| 344 | 2026-03-16T07:57:54.662Z | Downloaded foldhash v0.2.0 |
| 345 | 2026-03-16T07:57:54.664Z | Downloaded rustc-demangle v0.1.27 |
| 346 | 2026-03-16T07:57:54.664Z | Downloaded getopts v0.2.24 |
| 347 | 2026-03-16T07:57:54.675Z | Downloaded addr2line v0.25.1 |
| 348 | 2026-03-16T07:57:54.683Z | Downloaded miniz_oxide v0.8.9 |
| 349 | 2026-03-16T07:57:54.686Z | Downloaded memchr v2.7.6 |
| 350 | 2026-03-16T07:57:54.710Z | Downloaded gimli v0.32.3 |
| 351 | 2026-03-16T07:57:54.727Z | Downloaded object v0.37.3 |
| 352 | 2026-03-16T07:57:54.750Z | Downloaded libc v0.2.178 |
| 353 | 2026-03-16T07:57:54.824Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 354 | 2026-03-16T07:57:54.824Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 355 | 2026-03-16T07:57:54.828Z | Compiling proc-macro2 v1.0.106 |
| 356 | 2026-03-16T07:57:54.828Z | Compiling quote v1.0.45 |
| 357 | 2026-03-16T07:57:54.828Z | Compiling unicode-ident v1.0.24 |
| 358 | 2026-03-16T07:57:54.828Z | Compiling serde_core v1.0.228 |
| 359 | 2026-03-16T07:57:54.829Z | Compiling fnv v1.0.7 |
| 360 | 2026-03-16T07:57:54.829Z | Compiling ident_case v1.0.1 |
| 361 | 2026-03-16T07:57:54.995Z | Compiling strsim v0.11.1 |
| 362 | 2026-03-16T07:57:55.018Z | Compiling memchr v2.8.0 |
| 363 | 2026-03-16T07:57:55.019Z | Compiling regex-syntax v0.8.10 |
| 364 | 2026-03-16T07:57:55.354Z | Compiling thiserror v2.0.18 |
| 365 | 2026-03-16T07:57:55.372Z | Compiling zerocopy v0.8.42 |
| 366 | 2026-03-16T07:57:55.496Z | Compiling serde v1.0.228 |
| 367 | 2026-03-16T07:57:55.514Z | Compiling either v1.15.0 |
| 368 | 2026-03-16T07:57:55.771Z | Compiling aho-corasick v1.1.4 |
| 369 | 2026-03-16T07:57:55.890Z | Compiling itertools v0.14.0 |
| 370 | 2026-03-16T07:57:56.073Z | Compiling heapless v0.8.0 |
| 371 | 2026-03-16T07:57:56.077Z | Compiling smoltcp v0.11.0 |
| 372 | 2026-03-16T07:57:56.342Z | Compiling syn v2.0.117 |
| 373 | 2026-03-16T07:57:56.449Z | Compiling crc32fast v1.5.0 |
| 374 | 2026-03-16T07:57:56.610Z | Compiling ref-cast v1.0.25 |
| 375 | 2026-03-16T07:57:56.667Z | Compiling version_check v0.9.5 |
| 376 | 2026-03-16T07:57:57.059Z | Compiling regex-automata v0.4.14 |
| 377 | 2026-03-16T07:57:57.116Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 378 | 2026-03-16T07:57:59.185Z | Compiling regex v1.12.3 |
| 379 | 2026-03-16T07:57:59.569Z | Compiling darling_core v0.21.3 |
| 380 | 2026-03-16T07:58:00.716Z | Compiling zerocopy-derive v0.8.42 |
| 381 | 2026-03-16T07:58:00.719Z | Compiling serde_derive v1.0.228 |
| 382 | 2026-03-16T07:58:00.719Z | Compiling thiserror-impl v2.0.18 |
| 383 | 2026-03-16T07:58:00.719Z | Compiling ref-cast-impl v1.0.25 |
| 384 | 2026-03-16T07:58:00.719Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 385 | 2026-03-16T07:58:02.521Z | Compiling darling_macro v0.21.3 |
| 386 | 2026-03-16T07:58:03.607Z | Compiling darling v0.21.3 |
| 387 | 2026-03-16T07:58:03.681Z | Compiling ingot-macros v0.1.1 |
| 388 | 2026-03-16T07:58:03.684Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 389 | 2026-03-16T07:58:12.345Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 390 | 2026-03-16T07:58:15.255Z | Compiling byteorder v1.5.0 |
| 391 | 2026-03-16T07:58:15.255Z | Compiling cfg-if v1.0.4 |
| 392 | 2026-03-16T07:58:15.259Z | Compiling stable_deref_trait v1.2.1 |
| 393 | 2026-03-16T07:58:15.259Z | Compiling macaddr v1.0.1 |
| 394 | 2026-03-16T07:58:15.334Z | Compiling managed v0.8.0 |
| 395 | 2026-03-16T07:58:15.334Z | Compiling bitflags v1.3.2 |
| 396 | 2026-03-16T07:58:15.377Z | Compiling cobs v0.3.0 |
| 397 | 2026-03-16T07:58:15.509Z | Compiling hash32 v0.3.1 |
| 398 | 2026-03-16T07:58:15.649Z | Compiling dyn-clone v1.0.20 |
| 399 | 2026-03-16T07:58:15.728Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 400 | 2026-03-16T07:58:17.569Z | Compiling bitflags v2.11.0 |
| 401 | 2026-03-16T07:58:17.569Z | Compiling uuid v1.22.0 |
| 402 | 2026-03-16T07:58:17.750Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 403 | 2026-03-16T07:58:18.186Z | Compiling postcard v1.1.3 |
| 404 | 2026-03-16T07:58:19.451Z | Compiling ingot-types v0.1.2 |
| 405 | 2026-03-16T07:58:19.885Z | Compiling ingot v0.1.1 |
| 406 | 2026-03-16T07:58:22.141Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 407 | 2026-03-16T07:58:27.392Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 408 | 2026-03-16T07:58:38.942Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 409 | 2026-03-16T07:59:16.259Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 22s |
| 410 | 2026-03-16T07:59:16.291Z | Linking xde kmod... |
| 411 | 2026-03-16T07:59:17.006Z | Building xde dev link helper (release). |
| 412 | 2026-03-16T07:59:17.213Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 413 | 2026-03-16T07:59:17.213Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 414 | 2026-03-16T07:59:17.214Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 415 | 2026-03-16T07:59:33.741Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 416 | 2026-03-16T07:59:37.082Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.03s |
| 417 | 2026-03-16T07:59:37.107Z | Building opteadm (dev). |
| 418 | 2026-03-16T07:59:37.314Z | Compiling serde_core v1.0.228 |
| 419 | 2026-03-16T07:59:37.314Z | Compiling libc v0.2.183 |
| 420 | 2026-03-16T07:59:37.314Z | Compiling cfg-if v1.0.4 |
| 421 | 2026-03-16T07:59:37.317Z | Compiling ident_case v1.0.1 |
| 422 | 2026-03-16T07:59:37.317Z | Compiling fnv v1.0.7 |
| 423 | 2026-03-16T07:59:37.318Z | Compiling strsim v0.11.1 |
| 424 | 2026-03-16T07:59:37.318Z | Compiling syn v2.0.117 |
| 425 | 2026-03-16T07:59:37.318Z | Compiling memchr v2.8.0 |
| 426 | 2026-03-16T07:59:37.404Z | Compiling regex-syntax v0.8.10 |
| 427 | 2026-03-16T07:59:37.437Z | Compiling winnow v0.7.15 |
| 428 | 2026-03-16T07:59:37.460Z | Compiling serde v1.0.228 |
| 429 | 2026-03-16T07:59:37.712Z | Compiling either v1.15.0 |
| 430 | 2026-03-16T07:59:37.844Z | Compiling equivalent v1.0.2 |
| 431 | 2026-03-16T07:59:37.928Z | Compiling aho-corasick v1.1.4 |
| 432 | 2026-03-16T07:59:37.950Z | Compiling hashbrown v0.16.1 |
| 433 | 2026-03-16T07:59:38.088Z | Compiling zerocopy v0.8.42 |
| 434 | 2026-03-16T07:59:38.332Z | Compiling itertools v0.14.0 |
| 435 | 2026-03-16T07:59:38.609Z | Compiling indexmap v2.13.0 |
| 436 | 2026-03-16T07:59:38.672Z | Compiling heapless v0.8.0 |
| 437 | 2026-03-16T07:59:39.037Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 438 | 2026-03-16T07:59:39.324Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 439 | 2026-03-16T07:59:39.402Z | Compiling regex-automata v0.4.14 |
| 440 | 2026-03-16T07:59:39.434Z | Compiling byteorder v1.5.0 |
| 441 | 2026-03-16T07:59:39.664Z | Compiling hash32 v0.3.1 |
| 442 | 2026-03-16T07:59:39.847Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 443 | 2026-03-16T07:59:39.969Z | Compiling macaddr v1.0.1 |
| 444 | 2026-03-16T07:59:40.066Z | Compiling smoltcp v0.11.0 |
| 445 | 2026-03-16T07:59:40.082Z | Compiling rustversion v1.0.22 |
| 446 | 2026-03-16T07:59:40.280Z | Compiling bitflags v2.11.0 |
| 447 | 2026-03-16T07:59:40.288Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 448 | 2026-03-16T07:59:40.384Z | Compiling stable_deref_trait v1.2.1 |
| 449 | 2026-03-16T07:59:40.466Z | Compiling syn v1.0.109 |
| 450 | 2026-03-16T07:59:40.562Z | Compiling proc-macro-crate v3.5.0 |
| 451 | 2026-03-16T07:59:40.592Z | Compiling version_check v0.9.5 |
| 452 | 2026-03-16T07:59:40.836Z | Compiling ref-cast v1.0.25 |
| 453 | 2026-03-16T07:59:40.907Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 454 | 2026-03-16T07:59:40.939Z | Compiling getrandom v0.4.2 |
| 455 | 2026-03-16T07:59:41.083Z | Compiling darling_core v0.21.3 |
| 456 | 2026-03-16T07:59:41.098Z | Compiling bitflags v1.3.2 |
| 457 | 2026-03-16T07:59:41.129Z | Compiling managed v0.8.0 |
| 458 | 2026-03-16T07:59:41.173Z | Compiling rand_core v0.10.0 |
| 459 | 2026-03-16T07:59:41.187Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 460 | 2026-03-16T07:59:41.413Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 461 | 2026-03-16T07:59:41.476Z | Compiling errno v0.3.14 |
| 462 | 2026-03-16T07:59:42.000Z | Compiling regex v1.12.3 |
| 463 | 2026-03-16T07:59:42.193Z | Compiling cpufeatures v0.3.0 |
| 464 | 2026-03-16T07:59:42.271Z | Compiling once_cell v1.21.4 |
| 465 | 2026-03-16T07:59:42.532Z | Compiling ipnetwork v0.21.1 |
| 466 | 2026-03-16T07:59:42.565Z | Compiling unicode-width v0.2.2 |
| 467 | 2026-03-16T07:59:42.862Z | Compiling thiserror-impl v2.0.18 |
| 468 | 2026-03-16T07:59:42.958Z | Compiling zerocopy-derive v0.8.42 |
| 469 | 2026-03-16T07:59:43.042Z | Compiling serde_derive v1.0.228 |
| 470 | 2026-03-16T07:59:43.193Z | Compiling ref-cast-impl v1.0.25 |
| 471 | 2026-03-16T07:59:43.267Z | Compiling num_enum_derive v0.7.6 |
| 472 | 2026-03-16T07:59:43.944Z | Compiling foreign-types-macros v0.2.3 |
| 473 | 2026-03-16T07:59:44.122Z | Compiling darling_macro v0.21.3 |
| 474 | 2026-03-16T07:59:44.556Z | Compiling thiserror v2.0.18 |
| 475 | 2026-03-16T07:59:44.655Z | Compiling cobs v0.3.0 |
| 476 | 2026-03-16T07:59:44.674Z | Compiling foreign-types-shared v0.3.1 |
| 477 | 2026-03-16T07:59:44.787Z | Compiling foreign-types v0.5.0 |
| 478 | 2026-03-16T07:59:44.787Z | Compiling num_enum v0.7.6 |
| 479 | 2026-03-16T07:59:44.846Z | Compiling darling v0.21.3 |
| 480 | 2026-03-16T07:59:44.915Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 481 | 2026-03-16T07:59:44.925Z | Compiling ingot-macros v0.1.1 |
| 482 | 2026-03-16T07:59:44.975Z | Compiling tracing-attributes v0.1.31 |
| 483 | 2026-03-16T07:59:45.023Z | Compiling tabwriter v1.4.1 |
| 484 | 2026-03-16T07:59:45.544Z | Compiling tracing-core v0.1.36 |
| 485 | 2026-03-16T07:59:45.628Z | Compiling chacha20 v0.10.0 |
| 486 | 2026-03-16T07:59:46.065Z | Compiling cstr-argument v0.1.2 |
| 487 | 2026-03-16T07:59:46.268Z | Compiling rustix v1.1.4 |
| 488 | 2026-03-16T07:59:46.295Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 489 | 2026-03-16T07:59:47.036Z | Compiling anyhow v1.0.102 |
| 490 | 2026-03-16T07:59:47.088Z | Compiling pin-project-lite v0.2.17 |
| 491 | 2026-03-16T07:59:47.197Z | Compiling pretty-hex v0.4.2 |
| 492 | 2026-03-16T07:59:47.252Z | Compiling dyn-clone v1.0.20 |
| 493 | 2026-03-16T07:59:47.306Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 494 | 2026-03-16T07:59:47.360Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 495 | 2026-03-16T07:59:47.450Z | Compiling postcard v1.1.3 |
| 496 | 2026-03-16T07:59:47.586Z | Compiling tracing v0.1.44 |
| 497 | 2026-03-16T07:59:47.622Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 498 | 2026-03-16T07:59:47.723Z | Compiling terminal_size v0.4.3 |
| 499 | 2026-03-16T07:59:47.752Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 500 | 2026-03-16T07:59:47.815Z | Compiling rand v0.10.0 |
| 501 | 2026-03-16T07:59:47.887Z | Compiling uuid v1.22.0 |
| 502 | 2026-03-16T07:59:47.902Z | Compiling socket2 v0.6.3 |
| 503 | 2026-03-16T07:59:48.048Z | Compiling colored v3.1.1 |
| 504 | 2026-03-16T07:59:48.248Z | Compiling oxnet v0.1.4 |
| 505 | 2026-03-16T07:59:48.561Z | Compiling clap_builder v4.6.0 |
| 506 | 2026-03-16T07:59:48.628Z | Compiling clap_derive v4.6.0 |
| 507 | 2026-03-16T07:59:48.842Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 508 | 2026-03-16T07:59:49.084Z | Compiling ingot-types v0.1.2 |
| 509 | 2026-03-16T07:59:49.521Z | Compiling ingot v0.1.1 |
| 510 | 2026-03-16T07:59:50.781Z | Compiling clap v4.6.0 |
| 511 | 2026-03-16T07:59:51.934Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 512 | 2026-03-16T07:59:54.922Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 513 | 2026-03-16T07:59:56.429Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 514 | 2026-03-16T08:00:02.335Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.22s |
| 515 | 2026-03-16T08:00:02.371Z | Building xde (dev). |
| 516 | 2026-03-16T08:00:02.677Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 517 | 2026-03-16T08:00:02.677Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 518 | 2026-03-16T08:00:02.677Z | Compiling proc-macro2 v1.0.106 |
| 519 | 2026-03-16T08:00:02.680Z | Compiling unicode-ident v1.0.24 |
| 520 | 2026-03-16T08:00:02.680Z | Compiling quote v1.0.45 |
| 521 | 2026-03-16T08:00:02.680Z | Compiling serde_core v1.0.228 |
| 522 | 2026-03-16T08:00:02.680Z | Compiling strsim v0.11.1 |
| 523 | 2026-03-16T08:00:02.680Z | Compiling ident_case v1.0.1 |
| 524 | 2026-03-16T08:00:02.823Z | Compiling fnv v1.0.7 |
| 525 | 2026-03-16T08:00:02.830Z | Compiling memchr v2.8.0 |
| 526 | 2026-03-16T08:00:02.923Z | Compiling regex-syntax v0.8.10 |
| 527 | 2026-03-16T08:00:03.159Z | Compiling serde v1.0.228 |
| 528 | 2026-03-16T08:00:03.188Z | Compiling thiserror v2.0.18 |
| 529 | 2026-03-16T08:00:03.209Z | Compiling zerocopy v0.8.42 |
| 530 | 2026-03-16T08:00:03.342Z | Compiling either v1.15.0 |
| 531 | 2026-03-16T08:00:03.590Z | Compiling aho-corasick v1.1.4 |
| 532 | 2026-03-16T08:00:03.692Z | Compiling itertools v0.14.0 |
| 533 | 2026-03-16T08:00:03.739Z | Compiling heapless v0.8.0 |
| 534 | 2026-03-16T08:00:03.959Z | Compiling smoltcp v0.11.0 |
| 535 | 2026-03-16T08:00:04.192Z | Compiling syn v2.0.117 |
| 536 | 2026-03-16T08:00:04.280Z | Compiling crc32fast v1.5.0 |
| 537 | 2026-03-16T08:00:04.392Z | Compiling ref-cast v1.0.25 |
| 538 | 2026-03-16T08:00:04.527Z | Compiling version_check v0.9.5 |
| 539 | 2026-03-16T08:00:04.949Z | Compiling regex-automata v0.4.14 |
| 540 | 2026-03-16T08:00:04.953Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 541 | 2026-03-16T08:00:07.082Z | Compiling regex v1.12.3 |
| 542 | 2026-03-16T08:00:07.489Z | Compiling darling_core v0.21.3 |
| 543 | 2026-03-16T08:00:08.592Z | Compiling thiserror-impl v2.0.18 |
| 544 | 2026-03-16T08:00:08.592Z | Compiling zerocopy-derive v0.8.42 |
| 545 | 2026-03-16T08:00:08.595Z | Compiling serde_derive v1.0.228 |
| 546 | 2026-03-16T08:00:08.595Z | Compiling ref-cast-impl v1.0.25 |
| 547 | 2026-03-16T08:00:08.595Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 548 | 2026-03-16T08:00:10.493Z | Compiling darling_macro v0.21.3 |
| 549 | 2026-03-16T08:00:11.609Z | Compiling darling v0.21.3 |
| 550 | 2026-03-16T08:00:11.682Z | Compiling ingot-macros v0.1.1 |
| 551 | 2026-03-16T08:00:11.685Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 552 | 2026-03-16T08:00:19.383Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 553 | 2026-03-16T08:00:21.861Z | Compiling byteorder v1.5.0 |
| 554 | 2026-03-16T08:00:21.861Z | Compiling macaddr v1.0.1 |
| 555 | 2026-03-16T08:00:21.868Z | Compiling stable_deref_trait v1.2.1 |
| 556 | 2026-03-16T08:00:21.868Z | Compiling cfg-if v1.0.4 |
| 557 | 2026-03-16T08:00:21.936Z | Compiling bitflags v1.3.2 |
| 558 | 2026-03-16T08:00:21.957Z | Compiling cobs v0.3.0 |
| 559 | 2026-03-16T08:00:21.988Z | Compiling managed v0.8.0 |
| 560 | 2026-03-16T08:00:22.101Z | Compiling hash32 v0.3.1 |
| 561 | 2026-03-16T08:00:22.292Z | Compiling dyn-clone v1.0.20 |
| 562 | 2026-03-16T08:00:22.408Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 563 | 2026-03-16T08:00:24.104Z | Compiling bitflags v2.11.0 |
| 564 | 2026-03-16T08:00:24.104Z | Compiling uuid v1.22.0 |
| 565 | 2026-03-16T08:00:24.281Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 566 | 2026-03-16T08:00:24.717Z | Compiling postcard v1.1.3 |
| 567 | 2026-03-16T08:00:25.878Z | Compiling ingot-types v0.1.2 |
| 568 | 2026-03-16T08:00:26.284Z | Compiling ingot v0.1.1 |
| 569 | 2026-03-16T08:00:28.415Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 570 | 2026-03-16T08:00:34.503Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 571 | 2026-03-16T08:00:47.950Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 572 | 2026-03-16T08:00:58.852Z | Finished `dev` profile [optimized + debuginfo] target(s) in 56.43s |
| 573 | 2026-03-16T08:00:58.880Z | Linking xde kmod... |
| 574 | 2026-03-16T08:01:00.314Z | Building xde dev link helper (dev). |
| 575 | 2026-03-16T08:01:00.527Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 576 | 2026-03-16T08:01:00.527Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 577 | 2026-03-16T08:01:00.530Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 578 | 2026-03-16T08:01:16.188Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 579 | 2026-03-16T08:01:19.217Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.86s |
| 580 | 2026-03-16T08:01:19.244Z | |
| 581 | 2026-03-16T08:01:19.247Z | real 4:14.505364411 |
| 582 | 2026-03-16T08:01:19.247Z | user 12:00.577523107 |
| 583 | 2026-03-16T08:01:19.247Z | sys 1:11.228292004 |
| 584 | 2026-03-16T08:01:19.247Z | trap 0.320648904 |
| 585 | 2026-03-16T08:01:19.247Z | tflt 1.048213391 |
| 586 | 2026-03-16T08:01:19.247Z | dflt 1.651847769 |
| 587 | 2026-03-16T08:01:19.247Z | kflt 0.004241074 |
| 588 | 2026-03-16T08:01:19.247Z | lock 40:48.844400587 |
| 589 | 2026-03-16T08:01:19.247Z | slp 27:40.190574521 |
| 590 | 2026-03-16T08:01:19.247Z | lat 24.014187136 |
| 591 | 2026-03-16T08:01:19.247Z | stop 39.065697038 |
| 592 | 2026-03-16T08:01:19.247Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 593 | 2026-03-16T08:01:19.247Z | + grep GOTPCREL |
| 594 | 2026-03-16T08:01:20.349Z | + header 'package opte' |
| 595 | 2026-03-16T08:01:20.349Z | + echo '# ==== package opte ==== #' |
| 596 | 2026-03-16T08:01:20.349Z | # ==== package opte ==== # |
| 597 | 2026-03-16T08:01:20.349Z | + cargo xtask package --skip-build --profile all |
| 598 | 2026-03-16T08:01:20.535Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s |
| 599 | 2026-03-16T08:01:20.540Z | Running `target/debug/xtask package --skip-build --profile all` |
| 600 | 2026-03-16T08:01:20.821Z | + ./clean.sh |
| 601 | 2026-03-16T08:01:20.831Z | + mkdir -p proto/kernel/drv/amd64 |
| 602 | 2026-03-16T08:01:20.833Z | + mkdir -p proto/opt/oxide/opte/bin |
| 603 | 2026-03-16T08:01:20.836Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 604 | 2026-03-16T08:01:20.836Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 605 | 2026-03-16T08:01:20.852Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 606 | 2026-03-16T08:01:20.888Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 607 | 2026-03-16T08:01:20.890Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 608 | 2026-03-16T08:01:20.893Z | + '[' -z ']' |
| 609 | 2026-03-16T08:01:20.893Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 610 | 2026-03-16T08:01:20.917Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 611 | 2026-03-16T08:01:20.993Z | + INC_DEBUG= |
| 612 | 2026-03-16T08:01:20.997Z | ++ ./print-api-version.sh |
| 613 | 2026-03-16T08:01:21.002Z | + API_VSN=39 |
| 614 | 2026-03-16T08:01:21.005Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/462/g -e s/%API_VSN%/39/g opte.template.p5m |
| 615 | 2026-03-16T08:01:21.005Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 616 | 2026-03-16T08:01:22.080Z | + pkgdepend generate -d proto opte.base.p5m |
| 617 | 2026-03-16T08:01:22.980Z | + mkdir -p packages |
| 618 | 2026-03-16T08:01:22.983Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 619 | 2026-03-16T08:01:35.936Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 620 | 2026-03-16T08:01:35.939Z | + pkgrepo create packages/repo |
| 621 | 2026-03-16T08:01:36.695Z | + pkgrepo add-publisher -s packages/repo helios-dev |
| 622 | 2026-03-16T08:01:37.430Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 623 | 2026-03-16T08:02:14.853Z | pkg://helios-dev/driver/network/opte@0.39.462,5.11:20260316T080136Z |
| 624 | 2026-03-16T08:02:14.853Z | PUBLISHED |
| 625 | 2026-03-16T08:02:14.896Z | + pkgrecv -a -d packages/repo/opte-0.39.462.p5p -s packages/repo -v -m latest '*' |
| 626 | 2026-03-16T08:02:15.573Z | Retrieving packages for publisher helios-dev ... |
| 627 | 2026-03-16T08:02:15.578Z | Retrieving catalog 'helios-dev' ... Done |
| 628 | 2026-03-16T08:02:15.581Z | Retrieving and evaluating 1 package(s)... |
| 629 | 2026-03-16T08:02:15.581Z | Fetching manifests: 1/1 100% complete |
| 630 | 2026-03-16T08:02:15.581Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-03-16T08:02:15.581Z | |
| 632 | 2026-03-16T08:02:15.581Z | Archiving packages ... |
| 633 | 2026-03-16T08:02:15.581Z | Packages to add: 1 |
| 634 | 2026-03-16T08:02:15.581Z | Files to retrieve: 6 |
| 635 | 2026-03-16T08:02:15.581Z | Estimated transfer size: 35.55 MB |
| 636 | 2026-03-16T08:02:15.582Z | |
| 637 | 2026-03-16T08:02:15.582Z | Packages to archive: |
| 638 | 2026-03-16T08:02:15.582Z | driver/network/opte@0.39.462,5.11:20260316T080136Z |
| 639 | 2026-03-16T08:02:15.582Z | |
| 640 | 2026-03-16T08:02:15.582Z | Download: 0/6 items 0.0/35.5MB 0% complete |
| 641 | 2026-03-16T08:02:15.679Z | Download: Completed 35.55 MB in 0.10 seconds (354M/s) |
| 642 | 2026-03-16T08:02:15.682Z | Archiving: 1/20 items 0.0/35.6MB 0% complete |
| 643 | 2026-03-16T08:02:15.702Z | Archiving: Completed 35.58 MB in 0.02 seconds |
| 644 | 2026-03-16T08:02:15.748Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.462.p5p. |
| 645 | 2026-03-16T08:02:15.751Z | + banner copy |
| 646 | 2026-03-16T08:02:15.754Z | |
| 647 | 2026-03-16T08:02:15.754Z | #### #### ##### # # |
| 648 | 2026-03-16T08:02:15.754Z | # # # # # # # # |
| 649 | 2026-03-16T08:02:15.754Z | # # # # # # |
| 650 | 2026-03-16T08:02:15.754Z | # # # ##### # |
| 651 | 2026-03-16T08:02:15.754Z | # # # # # # |
| 652 | 2026-03-16T08:02:15.754Z | #### #### # # |
| 653 | 2026-03-16T08:02:15.754Z | |
| 654 | 2026-03-16T08:02:15.754Z | + pfexec mkdir -p /out |
| 655 | 2026-03-16T08:02:15.757Z | + pfexec chown 12345 /out |
| 656 | 2026-03-16T08:02:15.760Z | + PKG_NAME=/out/opte.p5p |
| 657 | 2026-03-16T08:02:15.761Z | + mv pkg/packages/repo/opte-0.39.462.p5p /out/opte.p5p |
| 658 | 2026-03-16T08:02:15.795Z | + sha256sum /out/opte.p5p |
| 659 | 2026-03-16T08:02:15.826Z | process exited: duration 327783 ms, exit code 0 |
| |
| 660 | 2026-03-16T08:02:15.839Z | found 2 output files |
| 661 | 2026-03-16T08:02:15.839Z | uploading: /out/opte.p5p (37314560 bytes) |
| 662 | 2026-03-16T08:02:18.106Z | uploaded: /out/opte.p5p |
| 663 | 2026-03-16T08:02:18.110Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 664 | 2026-03-16T08:02:19.116Z | uploaded: /out/opte.p5p.sha256 |