|
|
|
| 1 | 2026-07-08T00:02:29.178Z | job assigned to worker 01KWZGFGE82SV7GP9R4912366G [factory aws, i-08143dc44e5264a43] (queued for 54 s) |
| |
| 2 | 2026-07-08T00:02:37.309Z | starting task 0: "setup" |
| 3 | 2026-07-08T00:02:37.327Z | ++ uname -s |
| 4 | 2026-07-08T00:02:37.327Z | + kern=SunOS |
| 5 | 2026-07-08T00:02:37.327Z | + build_user=build |
| 6 | 2026-07-08T00:02:37.327Z | + build_uid=12345 |
| 7 | 2026-07-08T00:02:37.327Z | + work_dir=/work |
| 8 | 2026-07-08T00:02:37.327Z | + input_dir=/input |
| 9 | 2026-07-08T00:02:37.327Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-08T00:02:37.327Z | + case "$kern" in |
| 11 | 2026-07-08T00:02:37.327Z | + groupadd -g 12345 build |
| 12 | 2026-07-08T00:02:37.328Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-08T00:02:42.334Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-08T00:02:42.387Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-08T00:02:42.387Z | + home_fs=zfs |
| 16 | 2026-07-08T00:02:42.387Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-08T00:02:42.387Z | + mkdir -p /home/build |
| 18 | 2026-07-08T00:02:42.387Z | + chown build:build /home/build /work |
| 19 | 2026-07-08T00:02:42.387Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-08T00:02:42.387Z | process exited: duration 4118 ms, exit code 0 |
| |
| 21 | 2026-07-08T00:02:42.429Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-08T00:02:42.438Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-07-08T00:02:42.438Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-07-08T00:02:42.438Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-08T00:02:42.438Z | * rust toolchain profile = "default" |
| 26 | 2026-07-08T00:02:42.438Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-08T00:02:42.438Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-08T00:02:42.438Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-08T00:02:42.438Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-07-08T00:02:42.532Z | info: downloading installer |
| 31 | 2026-07-08T00:02:44.182Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-08T00:02:44.182Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-08T00:02:44.182Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-08T00:02:44.182Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-08T00:02:44.195Z | info: profile set to default |
| 36 | 2026-07-08T00:02:44.195Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-08T00:02:44.199Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-07-08T00:02:44.347Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-07-08T00:02:44.350Z | info: downloading 6 components |
| 40 | 2026-07-08T00:03:00.227Z | |
| 41 | 2026-07-08T00:03:00.227Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-07-08T00:03:00.253Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-07-08T00:03:00.253Z | |
| 44 | 2026-07-08T00:03:00.256Z | |
| 45 | 2026-07-08T00:03:00.256Z | Rust is installed now. Great! |
| 46 | 2026-07-08T00:03:00.257Z | |
| 47 | 2026-07-08T00:03:00.257Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-08T00:03:00.257Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-08T00:03:00.257Z | |
| 50 | 2026-07-08T00:03:00.257Z | To configure your current shell, you need to source |
| 51 | 2026-07-08T00:03:00.257Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-08T00:03:00.257Z | |
| 53 | 2026-07-08T00:03:00.257Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-08T00:03:00.257Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-08T00:03:00.257Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-08T00:03:00.257Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-08T00:03:00.257Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-08T00:03:00.257Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-08T00:03:00.257Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-08T00:03:00.257Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-08T00:03:00.257Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-08T00:03:00.359Z | + rustup --version |
| 63 | 2026-07-08T00:03:00.368Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-08T00:03:00.371Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-08T00:03:00.389Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-07-08T00:03:00.393Z | + cargo --version |
| 67 | 2026-07-08T00:03:00.406Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-07-08T00:03:00.409Z | + rustc --version |
| 69 | 2026-07-08T00:03:00.427Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-07-08T00:03:00.431Z | process exited: duration 18010 ms, exit code 0 |
| |
| 71 | 2026-07-08T00:03:00.438Z | starting task 2: "authentication" |
| 72 | 2026-07-08T00:03:00.454Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-08T00:03:00.460Z | starting task 3: "clone repository" |
| 74 | 2026-07-08T00:03:00.464Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-08T00:03:00.467Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-08T00:03:00.506Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-08T00:03:01.422Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-08T00:03:01.422Z | + git fetch origin f4433191fba909e99e9b27e9e9700d916b96f38d |
| 79 | 2026-07-08T00:03:01.657Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-08T00:03:01.657Z | * branch f4433191fba909e99e9b27e9e9700d916b96f38d -> FETCH_HEAD |
| 81 | 2026-07-08T00:03:01.663Z | + [[ -n zl/mcast-tx-ecmp-select-one ]] |
| 82 | 2026-07-08T00:03:01.666Z | ++ git branch --show-current |
| 83 | 2026-07-08T00:03:01.666Z | + current=master |
| 84 | 2026-07-08T00:03:01.666Z | + [[ master != zl/mcast-tx-ecmp-select-one ]] |
| 85 | 2026-07-08T00:03:01.666Z | + git branch -f zl/mcast-tx-ecmp-select-one f4433191fba909e99e9b27e9e9700d916b96f38d |
| 86 | 2026-07-08T00:03:01.669Z | + git checkout -f zl/mcast-tx-ecmp-select-one |
| 87 | 2026-07-08T00:03:01.686Z | Switched to branch 'zl/mcast-tx-ecmp-select-one' |
| 88 | 2026-07-08T00:03:01.689Z | + git reset --hard f4433191fba909e99e9b27e9e9700d916b96f38d |
| 89 | 2026-07-08T00:03:01.695Z | HEAD is now at f443319 [review] Coalesce multicast Tx targets onto one next hop before splitting |
| 90 | 2026-07-08T00:03:01.698Z | process exited: duration 1235 ms, exit code 0 |
| |
| 91 | 2026-07-08T00:03:01.704Z | starting task 4: "build" |
| 92 | 2026-07-08T00:03:01.707Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-08T00:03:01.708Z | ++ rustup show active-toolchain |
| 94 | 2026-07-08T00:03:01.713Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-08T00:03:01.716Z | ++ pushd xde |
| 96 | 2026-07-08T00:03:01.716Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-08T00:03:01.716Z | ++ rustup show active-toolchain |
| 98 | 2026-07-08T00:03:01.719Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-07-08T00:03:01.887Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-07-08T00:03:01.889Z | info: downloading 6 components |
| 101 | 2026-07-08T00:03:17.310Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-08T00:03:17.406Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-08T00:03:17.409Z | +++ head -n 1 |
| 104 | 2026-07-08T00:03:17.409Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-08T00:03:17.462Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-07-08T00:03:17.462Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-07-08T00:03:17.462Z | ++ popd |
| 108 | 2026-07-08T00:03:17.465Z | /work/oxidecomputer/opte |
| 109 | 2026-07-08T00:03:17.465Z | + TGT_BASE=/work |
| 110 | 2026-07-08T00:03:17.465Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-07-08T00:03:17.465Z | + REL_TGT=/work/release |
| 112 | 2026-07-08T00:03:17.465Z | + mkdir -p /work/release |
| 113 | 2026-07-08T00:03:17.465Z | + cargo --version |
| 114 | 2026-07-08T00:03:17.474Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-07-08T00:03:17.477Z | + rustc --version |
| 116 | 2026-07-08T00:03:17.496Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-07-08T00:03:17.499Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-07-08T00:03:17.499Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-07-08T00:03:17.499Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-07-08T00:03:17.499Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-07-08T00:03:17.630Z | Updating crates.io index |
| 122 | 2026-07-08T00:03:17.632Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-07-08T00:03:18.592Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-07-08T00:03:18.840Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 125 | 2026-07-08T00:03:19.102Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 126 | 2026-07-08T00:03:19.475Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 127 | 2026-07-08T00:03:19.714Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-07-08T00:03:19.977Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-07-08T00:03:21.933Z | Downloading crates ... |
| 130 | 2026-07-08T00:03:21.990Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 131 | 2026-07-08T00:03:21.993Z | Downloaded itoa v1.0.18 |
| 132 | 2026-07-08T00:03:21.998Z | Downloaded clap_lex v1.1.0 |
| 133 | 2026-07-08T00:03:22.008Z | Downloaded serde_spanned v1.1.1 |
| 134 | 2026-07-08T00:03:22.014Z | Downloaded anstyle-query v1.1.5 |
| 135 | 2026-07-08T00:03:22.017Z | Downloaded errno v0.3.14 |
| 136 | 2026-07-08T00:03:22.021Z | Downloaded is_terminal_polyfill v1.70.2 |
| 137 | 2026-07-08T00:03:22.024Z | Downloaded colorchoice v1.0.5 |
| 138 | 2026-07-08T00:03:22.024Z | Downloaded equivalent v1.0.2 |
| 139 | 2026-07-08T00:03:22.024Z | Downloaded heck v0.5.0 |
| 140 | 2026-07-08T00:03:22.027Z | Downloaded strsim v0.11.1 |
| 141 | 2026-07-08T00:03:22.031Z | Downloaded terminal_size v0.4.4 |
| 142 | 2026-07-08T00:03:22.033Z | Downloaded anstyle-parse v1.0.0 |
| 143 | 2026-07-08T00:03:22.045Z | Downloaded utf8parse v0.2.2 |
| 144 | 2026-07-08T00:03:22.053Z | Downloaded quote v1.0.46 |
| 145 | 2026-07-08T00:03:22.055Z | Downloaded zmij v1.0.21 |
| 146 | 2026-07-08T00:03:22.064Z | Downloaded semver v1.0.28 |
| 147 | 2026-07-08T00:03:22.066Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 148 | 2026-07-08T00:03:22.069Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 149 | 2026-07-08T00:03:22.071Z | Downloaded anstyle v1.0.14 |
| 150 | 2026-07-08T00:03:22.073Z | Downloaded proc-macro2 v1.0.106 |
| 151 | 2026-07-08T00:03:22.076Z | Downloaded thiserror v2.0.18 |
| 152 | 2026-07-08T00:03:22.078Z | Downloaded thiserror-impl v2.0.18 |
| 153 | 2026-07-08T00:03:22.080Z | Downloaded cargo-platform v0.3.3 |
| 154 | 2026-07-08T00:03:22.080Z | Downloaded anyhow v1.0.102 |
| 155 | 2026-07-08T00:03:22.082Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 156 | 2026-07-08T00:03:22.085Z | Downloaded clap_derive v4.6.1 |
| 157 | 2026-07-08T00:03:22.085Z | Downloaded anstream v1.0.0 |
| 158 | 2026-07-08T00:03:22.094Z | Downloaded cargo_metadata v0.23.1 |
| 159 | 2026-07-08T00:03:22.096Z | Downloaded bitflags v2.13.0 |
| 160 | 2026-07-08T00:03:22.099Z | Downloaded camino v1.2.3 |
| 161 | 2026-07-08T00:03:22.105Z | Downloaded unicode-ident v1.0.24 |
| 162 | 2026-07-08T00:03:22.108Z | Downloaded serde_derive v1.0.228 |
| 163 | 2026-07-08T00:03:22.110Z | Downloaded serde_core v1.0.228 |
| 164 | 2026-07-08T00:03:22.110Z | Downloaded clap v4.6.1 |
| 165 | 2026-07-08T00:03:22.126Z | Downloaded serde v1.0.228 |
| 166 | 2026-07-08T00:03:22.151Z | Downloaded memchr v2.8.2 |
| 167 | 2026-07-08T00:03:22.155Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-07-08T00:03:22.171Z | Downloaded serde_json v1.0.150 |
| 169 | 2026-07-08T00:03:22.183Z | Downloaded clap_builder v4.6.0 |
| 170 | 2026-07-08T00:03:22.187Z | Downloaded winnow v1.0.3 |
| 171 | 2026-07-08T00:03:22.192Z | Downloaded hashbrown v0.17.1 |
| 172 | 2026-07-08T00:03:22.223Z | Downloaded syn v2.0.118 |
| 173 | 2026-07-08T00:03:22.242Z | Downloaded rustix v1.1.4 |
| 174 | 2026-07-08T00:03:22.274Z | Downloaded libc v0.2.186 |
| 175 | 2026-07-08T00:03:22.321Z | Compiling serde_core v1.0.228 |
| 176 | 2026-07-08T00:03:22.322Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-07-08T00:03:22.324Z | Compiling quote v1.0.46 |
| 178 | 2026-07-08T00:03:22.324Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-07-08T00:03:22.324Z | Compiling libc v0.2.186 |
| 180 | 2026-07-08T00:03:22.324Z | Compiling rustix v1.1.4 |
| 181 | 2026-07-08T00:03:22.324Z | Compiling zmij v1.0.21 |
| 182 | 2026-07-08T00:03:22.324Z | Compiling utf8parse v0.2.2 |
| 183 | 2026-07-08T00:03:22.505Z | Compiling bitflags v2.13.0 |
| 184 | 2026-07-08T00:03:22.518Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-07-08T00:03:22.722Z | Compiling camino v1.2.3 |
| 186 | 2026-07-08T00:03:22.910Z | Compiling thiserror v2.0.18 |
| 187 | 2026-07-08T00:03:22.916Z | Compiling is_terminal_polyfill v1.70.2 |
| 188 | 2026-07-08T00:03:22.932Z | Compiling serde v1.0.228 |
| 189 | 2026-07-08T00:03:22.994Z | Compiling anstyle v1.0.14 |
| 190 | 2026-07-08T00:03:23.040Z | Compiling anstyle-query v1.1.5 |
| 191 | 2026-07-08T00:03:23.047Z | Compiling colorchoice v1.0.5 |
| 192 | 2026-07-08T00:03:23.141Z | Compiling serde_json v1.0.150 |
| 193 | 2026-07-08T00:03:23.151Z | Compiling anstream v1.0.0 |
| 194 | 2026-07-08T00:03:23.228Z | Compiling errno v0.3.14 |
| 195 | 2026-07-08T00:03:23.294Z | Compiling heck v0.5.0 |
| 196 | 2026-07-08T00:03:23.398Z | Compiling anyhow v1.0.102 |
| 197 | 2026-07-08T00:03:23.412Z | Compiling clap_lex v1.1.0 |
| 198 | 2026-07-08T00:03:23.482Z | Compiling itoa v1.0.18 |
| 199 | 2026-07-08T00:03:23.674Z | Compiling strsim v0.11.1 |
| 200 | 2026-07-08T00:03:23.699Z | Compiling memchr v2.8.2 |
| 201 | 2026-07-08T00:03:23.718Z | Compiling winnow v1.0.3 |
| 202 | 2026-07-08T00:03:23.807Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 203 | 2026-07-08T00:03:23.891Z | Compiling syn v2.0.118 |
| 204 | 2026-07-08T00:03:23.934Z | Compiling terminal_size v0.4.4 |
| 205 | 2026-07-08T00:03:24.051Z | Compiling clap_builder v4.6.0 |
| 206 | 2026-07-08T00:03:24.086Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 207 | 2026-07-08T00:03:24.704Z | Compiling semver v1.0.28 |
| 208 | 2026-07-08T00:03:24.797Z | Compiling cargo-platform v0.3.3 |
| 209 | 2026-07-08T00:03:25.261Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 210 | 2026-07-08T00:03:25.382Z | Compiling serde_spanned v1.1.1 |
| 211 | 2026-07-08T00:03:25.541Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-07-08T00:03:26.120Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-07-08T00:03:26.366Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-07-08T00:03:26.390Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-07-08T00:03:27.948Z | Compiling clap v4.6.1 |
| 216 | 2026-07-08T00:03:29.477Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-07-08T00:03:31.918Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-07-08T00:03:33.592Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.98s |
| 219 | 2026-07-08T00:03:33.609Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-07-08T00:03:35.220Z | Building opteadm (release). |
| 221 | 2026-07-08T00:03:35.314Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-08T00:03:35.314Z | Compiling quote v1.0.46 |
| 223 | 2026-07-08T00:03:35.314Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-08T00:03:35.314Z | Compiling serde_core v1.0.228 |
| 225 | 2026-07-08T00:03:35.317Z | Compiling libc v0.2.186 |
| 226 | 2026-07-08T00:03:35.317Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-07-08T00:03:35.317Z | Compiling strsim v0.11.1 |
| 228 | 2026-07-08T00:03:35.317Z | Compiling ident_case v1.0.1 |
| 229 | 2026-07-08T00:03:35.385Z | Compiling memchr v2.8.2 |
| 230 | 2026-07-08T00:03:35.428Z | Compiling thiserror v2.0.18 |
| 231 | 2026-07-08T00:03:35.431Z | Compiling fnv v1.0.7 |
| 232 | 2026-07-08T00:03:35.505Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-07-08T00:03:35.599Z | Compiling either v1.16.0 |
| 234 | 2026-07-08T00:03:35.617Z | Compiling hashbrown v0.17.1 |
| 235 | 2026-07-08T00:03:35.784Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-07-08T00:03:35.912Z | Compiling zerocopy v0.8.52 |
| 237 | 2026-07-08T00:03:35.917Z | Compiling anyhow v1.0.102 |
| 238 | 2026-07-08T00:03:36.022Z | Compiling equivalent v1.0.2 |
| 239 | 2026-07-08T00:03:36.095Z | Compiling serde v1.0.228 |
| 240 | 2026-07-08T00:03:36.144Z | Compiling winnow v1.0.3 |
| 241 | 2026-07-08T00:03:36.217Z | Compiling indexmap v2.14.0 |
| 242 | 2026-07-08T00:03:36.435Z | Compiling syn v2.0.118 |
| 243 | 2026-07-08T00:03:36.472Z | Compiling itertools v0.14.0 |
| 244 | 2026-07-08T00:03:36.507Z | Compiling byteorder v1.5.0 |
| 245 | 2026-07-08T00:03:36.682Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 246 | 2026-07-08T00:03:36.819Z | Compiling heapless v0.8.0 |
| 247 | 2026-07-08T00:03:36.889Z | Compiling hash32 v0.3.1 |
| 248 | 2026-07-08T00:03:37.091Z | Compiling regex-automata v0.4.14 |
| 249 | 2026-07-08T00:03:37.145Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 250 | 2026-07-08T00:03:37.221Z | Compiling macaddr v1.0.1 |
| 251 | 2026-07-08T00:03:37.360Z | Compiling syn v1.0.109 |
| 252 | 2026-07-08T00:03:37.418Z | Compiling bitflags v2.13.0 |
| 253 | 2026-07-08T00:03:37.583Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 254 | 2026-07-08T00:03:37.583Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-07-08T00:03:37.659Z | Compiling rustversion v1.0.22 |
| 256 | 2026-07-08T00:03:37.703Z | Compiling stable_deref_trait v1.2.1 |
| 257 | 2026-07-08T00:03:37.751Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 258 | 2026-07-08T00:03:37.801Z | Compiling rustix v1.1.4 |
| 259 | 2026-07-08T00:03:37.916Z | Compiling managed v0.8.0 |
| 260 | 2026-07-08T00:03:37.999Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 261 | 2026-07-08T00:03:38.022Z | Compiling getrandom v0.4.3 |
| 262 | 2026-07-08T00:03:38.137Z | Compiling proc-macro-crate v3.5.0 |
| 263 | 2026-07-08T00:03:38.154Z | Compiling ref-cast v1.0.25 |
| 264 | 2026-07-08T00:03:38.188Z | Compiling version_check v0.9.5 |
| 265 | 2026-07-08T00:03:38.239Z | Compiling rand_core v0.10.1 |
| 266 | 2026-07-08T00:03:38.279Z | Compiling bitflags v1.3.2 |
| 267 | 2026-07-08T00:03:38.443Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-07-08T00:03:38.546Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-07-08T00:03:38.579Z | Compiling errno v0.3.14 |
| 270 | 2026-07-08T00:03:38.656Z | Compiling utf8parse v0.2.2 |
| 271 | 2026-07-08T00:03:38.716Z | Compiling ipnetwork v0.21.1 |
| 272 | 2026-07-08T00:03:38.749Z | Compiling unicode-width v0.2.2 |
| 273 | 2026-07-08T00:03:38.945Z | Compiling regex v1.12.4 |
| 274 | 2026-07-08T00:03:39.042Z | Compiling foreign-types-shared v0.3.1 |
| 275 | 2026-07-08T00:03:39.045Z | Compiling cpufeatures v0.3.0 |
| 276 | 2026-07-08T00:03:39.097Z | Compiling once_cell v1.21.4 |
| 277 | 2026-07-08T00:03:39.119Z | Compiling chacha20 v0.10.0 |
| 278 | 2026-07-08T00:03:39.318Z | Compiling darling_core v0.21.3 |
| 279 | 2026-07-08T00:03:39.340Z | Compiling tracing-core v0.1.36 |
| 280 | 2026-07-08T00:03:39.389Z | Compiling tabwriter v1.4.1 |
| 281 | 2026-07-08T00:03:39.697Z | Compiling cstr-argument v0.1.2 |
| 282 | 2026-07-08T00:03:39.707Z | Compiling anstyle-parse v1.0.0 |
| 283 | 2026-07-08T00:03:40.160Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 284 | 2026-07-08T00:03:40.258Z | Compiling dyn-clone v1.0.20 |
| 285 | 2026-07-08T00:03:40.260Z | Compiling is_terminal_polyfill v1.70.2 |
| 286 | 2026-07-08T00:03:40.322Z | Compiling thiserror-impl v2.0.18 |
| 287 | 2026-07-08T00:03:40.335Z | Compiling zerocopy-derive v0.8.52 |
| 288 | 2026-07-08T00:03:40.361Z | Compiling serde_derive v1.0.228 |
| 289 | 2026-07-08T00:03:40.384Z | Compiling ref-cast-impl v1.0.25 |
| 290 | 2026-07-08T00:03:40.657Z | Compiling num_enum_derive v0.7.6 |
| 291 | 2026-07-08T00:03:40.964Z | Compiling foreign-types-macros v0.2.3 |
| 292 | 2026-07-08T00:03:41.174Z | Compiling tracing-attributes v0.1.31 |
| 293 | 2026-07-08T00:03:41.376Z | Compiling darling_macro v0.21.3 |
| 294 | 2026-07-08T00:03:41.564Z | Compiling foreign-types v0.5.0 |
| 295 | 2026-07-08T00:03:41.600Z | Compiling cobs v0.3.0 |
| 296 | 2026-07-08T00:03:41.608Z | Compiling num_enum v0.7.6 |
| 297 | 2026-07-08T00:03:41.626Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 298 | 2026-07-08T00:03:41.706Z | Compiling pin-project-lite v0.2.17 |
| 299 | 2026-07-08T00:03:41.790Z | Compiling anstyle-query v1.1.5 |
| 300 | 2026-07-08T00:03:41.800Z | Compiling anstyle v1.0.14 |
| 301 | 2026-07-08T00:03:41.803Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 302 | 2026-07-08T00:03:41.879Z | Compiling pretty-hex v0.4.2 |
| 303 | 2026-07-08T00:03:41.909Z | Compiling darling v0.21.3 |
| 304 | 2026-07-08T00:03:41.996Z | Compiling ingot-macros v0.1.1 |
| 305 | 2026-07-08T00:03:42.063Z | Compiling colorchoice v1.0.5 |
| 306 | 2026-07-08T00:03:42.083Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 307 | 2026-07-08T00:03:42.163Z | Compiling anstream v1.0.0 |
| 308 | 2026-07-08T00:03:42.168Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-07-08T00:03:42.295Z | Compiling terminal_size v0.4.4 |
| 310 | 2026-07-08T00:03:42.308Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 311 | 2026-07-08T00:03:42.387Z | Compiling tracing v0.1.44 |
| 312 | 2026-07-08T00:03:42.520Z | Compiling rand v0.10.1 |
| 313 | 2026-07-08T00:03:42.582Z | Compiling uuid v1.23.3 |
| 314 | 2026-07-08T00:03:42.703Z | Compiling socket2 v0.6.4 |
| 315 | 2026-07-08T00:03:42.705Z | Compiling clap_lex v1.1.0 |
| 316 | 2026-07-08T00:03:42.966Z | Compiling oxnet v0.1.6 |
| 317 | 2026-07-08T00:03:43.002Z | Compiling heck v0.5.0 |
| 318 | 2026-07-08T00:03:43.186Z | Compiling colored v3.1.1 |
| 319 | 2026-07-08T00:03:43.272Z | Compiling clap_derive v4.6.1 |
| 320 | 2026-07-08T00:03:43.329Z | Compiling clap_builder v4.6.0 |
| 321 | 2026-07-08T00:03:43.673Z | Compiling postcard v1.1.3 |
| 322 | 2026-07-08T00:03:43.706Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-07-08T00:03:44.730Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-07-08T00:03:45.048Z | Compiling ingot v0.1.1 |
| 325 | 2026-07-08T00:03:45.133Z | Compiling clap v4.6.1 |
| 326 | 2026-07-08T00:03:46.766Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-07-08T00:03:47.800Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-07-08T00:03:48.846Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-07-08T00:03:55.448Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.22s |
| 330 | 2026-07-08T00:03:55.476Z | Building xde (release-lto). |
| 331 | 2026-07-08T00:03:55.723Z | Updating crates.io index |
| 332 | 2026-07-08T00:03:55.807Z | Downloading crates ... |
| 333 | 2026-07-08T00:03:55.860Z | Downloaded foldhash v0.2.0 |
| 334 | 2026-07-08T00:03:55.863Z | Downloaded adler2 v2.0.1 |
| 335 | 2026-07-08T00:03:55.870Z | Downloaded addr2line v0.25.1 |
| 336 | 2026-07-08T00:03:55.873Z | Downloaded rustc-literal-escaper v0.0.7 |
| 337 | 2026-07-08T00:03:55.884Z | Downloaded getopts v0.2.24 |
| 338 | 2026-07-08T00:03:55.895Z | Downloaded rustc-demangle v0.1.27 |
| 339 | 2026-07-08T00:03:55.914Z | Downloaded miniz_oxide v0.8.9 |
| 340 | 2026-07-08T00:03:55.920Z | Downloaded memchr v2.7.6 |
| 341 | 2026-07-08T00:03:55.951Z | Downloaded gimli v0.32.3 |
| 342 | 2026-07-08T00:03:55.974Z | Downloaded object v0.37.3 |
| 343 | 2026-07-08T00:03:56.014Z | Downloaded libc v0.2.185 |
| 344 | 2026-07-08T00:03:56.071Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 345 | 2026-07-08T00:03:56.074Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-07-08T00:03:56.074Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-07-08T00:03:56.074Z | Compiling unicode-ident v1.0.24 |
| 348 | 2026-07-08T00:03:56.074Z | Compiling quote v1.0.46 |
| 349 | 2026-07-08T00:03:56.074Z | Compiling ident_case v1.0.1 |
| 350 | 2026-07-08T00:03:56.074Z | Compiling strsim v0.11.1 |
| 351 | 2026-07-08T00:03:56.074Z | Compiling serde_core v1.0.228 |
| 352 | 2026-07-08T00:03:56.239Z | Compiling memchr v2.8.2 |
| 353 | 2026-07-08T00:03:56.242Z | Compiling fnv v1.0.7 |
| 354 | 2026-07-08T00:03:56.332Z | Compiling regex-syntax v0.8.11 |
| 355 | 2026-07-08T00:03:56.488Z | Compiling either v1.16.0 |
| 356 | 2026-07-08T00:03:56.501Z | Compiling serde v1.0.228 |
| 357 | 2026-07-08T00:03:56.505Z | Compiling thiserror v2.0.18 |
| 358 | 2026-07-08T00:03:56.629Z | Compiling zerocopy v0.8.52 |
| 359 | 2026-07-08T00:03:56.693Z | Compiling aho-corasick v1.1.4 |
| 360 | 2026-07-08T00:03:56.891Z | Compiling itertools v0.14.0 |
| 361 | 2026-07-08T00:03:56.915Z | Compiling heapless v0.8.0 |
| 362 | 2026-07-08T00:03:57.194Z | Compiling smoltcp v0.11.0 |
| 363 | 2026-07-08T00:03:57.287Z | Compiling syn v2.0.118 |
| 364 | 2026-07-08T00:03:57.367Z | Compiling version_check v0.9.5 |
| 365 | 2026-07-08T00:03:57.479Z | Compiling ref-cast v1.0.25 |
| 366 | 2026-07-08T00:03:57.646Z | Compiling crc32fast v1.5.0 |
| 367 | 2026-07-08T00:03:57.736Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 368 | 2026-07-08T00:03:57.868Z | Compiling regex-automata v0.4.14 |
| 369 | 2026-07-08T00:03:59.435Z | Compiling regex v1.12.4 |
| 370 | 2026-07-08T00:03:59.595Z | Compiling darling_core v0.21.3 |
| 371 | 2026-07-08T00:03:59.598Z | Compiling darling_core v0.23.0 |
| 372 | 2026-07-08T00:04:00.556Z | Compiling thiserror-impl v2.0.18 |
| 373 | 2026-07-08T00:04:00.556Z | Compiling serde_derive v1.0.228 |
| 374 | 2026-07-08T00:04:00.556Z | Compiling zerocopy-derive v0.8.52 |
| 375 | 2026-07-08T00:04:00.559Z | Compiling ref-cast-impl v1.0.25 |
| 376 | 2026-07-08T00:04:00.559Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 377 | 2026-07-08T00:04:02.112Z | Compiling darling_macro v0.21.3 |
| 378 | 2026-07-08T00:04:02.227Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-07-08T00:04:03.052Z | Compiling darling v0.21.3 |
| 380 | 2026-07-08T00:04:03.117Z | Compiling ingot-macros v0.1.1 |
| 381 | 2026-07-08T00:04:03.148Z | Compiling darling v0.23.0 |
| 382 | 2026-07-08T00:04:03.212Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-07-08T00:04:08.886Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 384 | 2026-07-08T00:04:11.024Z | Compiling byteorder v1.5.0 |
| 385 | 2026-07-08T00:04:11.024Z | Compiling macaddr v1.0.1 |
| 386 | 2026-07-08T00:04:11.024Z | Compiling stable_deref_trait v1.2.1 |
| 387 | 2026-07-08T00:04:11.027Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-07-08T00:04:11.085Z | Compiling bitflags v1.3.2 |
| 389 | 2026-07-08T00:04:11.095Z | Compiling managed v0.8.0 |
| 390 | 2026-07-08T00:04:11.129Z | Compiling cobs v0.3.0 |
| 391 | 2026-07-08T00:04:11.218Z | Compiling hash32 v0.3.1 |
| 392 | 2026-07-08T00:04:11.338Z | Compiling itertools v0.15.0 |
| 393 | 2026-07-08T00:04:11.342Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-07-08T00:04:11.395Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-07-08T00:04:12.669Z | Compiling bitflags v2.13.0 |
| 396 | 2026-07-08T00:04:12.669Z | Compiling uuid v1.23.3 |
| 397 | 2026-07-08T00:04:12.818Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-07-08T00:04:13.120Z | Compiling postcard v1.1.3 |
| 399 | 2026-07-08T00:04:13.974Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-07-08T00:04:14.297Z | Compiling ingot v0.1.1 |
| 401 | 2026-07-08T00:04:15.855Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-07-08T00:04:19.699Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-07-08T00:04:28.560Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-07-08T00:04:59.194Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 405 | 2026-07-08T00:04:59.225Z | Linking xde kmod... |
| 406 | 2026-07-08T00:04:59.821Z | Building xde dev link helper (release). |
| 407 | 2026-07-08T00:04:59.977Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-07-08T00:04:59.977Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-07-08T00:04:59.977Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-07-08T00:05:11.702Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-07-08T00:05:14.269Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.41s |
| 412 | 2026-07-08T00:05:14.289Z | Building opteadm (dev). |
| 413 | 2026-07-08T00:05:14.439Z | Compiling serde_core v1.0.228 |
| 414 | 2026-07-08T00:05:14.439Z | Compiling libc v0.2.186 |
| 415 | 2026-07-08T00:05:14.439Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-07-08T00:05:14.439Z | Compiling memchr v2.8.2 |
| 417 | 2026-07-08T00:05:14.442Z | Compiling strsim v0.11.1 |
| 418 | 2026-07-08T00:05:14.442Z | Compiling ident_case v1.0.1 |
| 419 | 2026-07-08T00:05:14.442Z | Compiling syn v2.0.118 |
| 420 | 2026-07-08T00:05:14.442Z | Compiling fnv v1.0.7 |
| 421 | 2026-07-08T00:05:14.514Z | Compiling regex-syntax v0.8.11 |
| 422 | 2026-07-08T00:05:14.535Z | Compiling serde v1.0.228 |
| 423 | 2026-07-08T00:05:14.558Z | Compiling either v1.16.0 |
| 424 | 2026-07-08T00:05:14.731Z | Compiling hashbrown v0.17.1 |
| 425 | 2026-07-08T00:05:14.747Z | Compiling equivalent v1.0.2 |
| 426 | 2026-07-08T00:05:14.819Z | Compiling zerocopy v0.8.52 |
| 427 | 2026-07-08T00:05:14.832Z | Compiling aho-corasick v1.1.4 |
| 428 | 2026-07-08T00:05:15.004Z | Compiling winnow v1.0.3 |
| 429 | 2026-07-08T00:05:15.213Z | Compiling indexmap v2.14.0 |
| 430 | 2026-07-08T00:05:15.257Z | Compiling itertools v0.14.0 |
| 431 | 2026-07-08T00:05:15.261Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 432 | 2026-07-08T00:05:15.467Z | Compiling heapless v0.8.0 |
| 433 | 2026-07-08T00:05:15.750Z | Compiling byteorder v1.5.0 |
| 434 | 2026-07-08T00:05:15.927Z | Compiling regex-automata v0.4.14 |
| 435 | 2026-07-08T00:05:15.945Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 436 | 2026-07-08T00:05:16.008Z | Compiling hash32 v0.3.1 |
| 437 | 2026-07-08T00:05:16.160Z | Compiling rustversion v1.0.22 |
| 438 | 2026-07-08T00:05:16.212Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-07-08T00:05:16.478Z | Compiling bitflags v2.13.0 |
| 440 | 2026-07-08T00:05:16.478Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 441 | 2026-07-08T00:05:16.489Z | Compiling macaddr v1.0.1 |
| 442 | 2026-07-08T00:05:16.551Z | Compiling syn v1.0.109 |
| 443 | 2026-07-08T00:05:16.561Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 444 | 2026-07-08T00:05:16.635Z | Compiling stable_deref_trait v1.2.1 |
| 445 | 2026-07-08T00:05:16.781Z | Compiling ref-cast v1.0.25 |
| 446 | 2026-07-08T00:05:16.793Z | Compiling getrandom v0.4.3 |
| 447 | 2026-07-08T00:05:16.894Z | Compiling version_check v0.9.5 |
| 448 | 2026-07-08T00:05:16.932Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 449 | 2026-07-08T00:05:17.085Z | Compiling darling_core v0.21.3 |
| 450 | 2026-07-08T00:05:17.115Z | Compiling proc-macro-crate v3.5.0 |
| 451 | 2026-07-08T00:05:17.163Z | Compiling rand_core v0.10.1 |
| 452 | 2026-07-08T00:05:17.163Z | Compiling managed v0.8.0 |
| 453 | 2026-07-08T00:05:17.170Z | Compiling bitflags v1.3.2 |
| 454 | 2026-07-08T00:05:17.227Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-07-08T00:05:17.458Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-07-08T00:05:17.530Z | Compiling errno v0.3.14 |
| 457 | 2026-07-08T00:05:17.705Z | Compiling regex v1.12.4 |
| 458 | 2026-07-08T00:05:17.964Z | Compiling once_cell v1.21.4 |
| 459 | 2026-07-08T00:05:18.093Z | Compiling unicode-width v0.2.2 |
| 460 | 2026-07-08T00:05:18.096Z | Compiling ipnetwork v0.21.1 |
| 461 | 2026-07-08T00:05:18.204Z | Compiling cpufeatures v0.3.0 |
| 462 | 2026-07-08T00:05:18.223Z | Compiling thiserror-impl v2.0.18 |
| 463 | 2026-07-08T00:05:18.268Z | Compiling serde_derive v1.0.228 |
| 464 | 2026-07-08T00:05:18.393Z | Compiling zerocopy-derive v0.8.52 |
| 465 | 2026-07-08T00:05:18.515Z | Compiling num_enum_derive v0.7.6 |
| 466 | 2026-07-08T00:05:18.620Z | Compiling ref-cast-impl v1.0.25 |
| 467 | 2026-07-08T00:05:19.199Z | Compiling foreign-types-macros v0.2.3 |
| 468 | 2026-07-08T00:05:19.202Z | Compiling darling_macro v0.21.3 |
| 469 | 2026-07-08T00:05:19.439Z | Compiling thiserror v2.0.18 |
| 470 | 2026-07-08T00:05:19.496Z | Compiling foreign-types-shared v0.3.1 |
| 471 | 2026-07-08T00:05:19.534Z | Compiling cobs v0.3.0 |
| 472 | 2026-07-08T00:05:19.761Z | Compiling darling v0.21.3 |
| 473 | 2026-07-08T00:05:19.816Z | Compiling foreign-types v0.5.0 |
| 474 | 2026-07-08T00:05:19.816Z | Compiling num_enum v0.7.6 |
| 475 | 2026-07-08T00:05:19.829Z | Compiling ingot-macros v0.1.1 |
| 476 | 2026-07-08T00:05:19.920Z | Compiling tabwriter v1.4.1 |
| 477 | 2026-07-08T00:05:19.976Z | Compiling cstr-argument v0.1.2 |
| 478 | 2026-07-08T00:05:20.142Z | Compiling chacha20 v0.10.0 |
| 479 | 2026-07-08T00:05:20.337Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 480 | 2026-07-08T00:05:20.490Z | Compiling tracing-attributes v0.1.31 |
| 481 | 2026-07-08T00:05:20.731Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 482 | 2026-07-08T00:05:20.783Z | Compiling tracing-core v0.1.36 |
| 483 | 2026-07-08T00:05:20.904Z | Compiling rustix v1.1.4 |
| 484 | 2026-07-08T00:05:21.464Z | Compiling postcard v1.1.3 |
| 485 | 2026-07-08T00:05:21.724Z | Compiling anyhow v1.0.102 |
| 486 | 2026-07-08T00:05:21.770Z | Compiling pretty-hex v0.4.2 |
| 487 | 2026-07-08T00:05:21.808Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 488 | 2026-07-08T00:05:21.822Z | Compiling dyn-clone v1.0.20 |
| 489 | 2026-07-08T00:05:21.889Z | Compiling pin-project-lite v0.2.17 |
| 490 | 2026-07-08T00:05:21.988Z | Compiling tracing v0.1.44 |
| 491 | 2026-07-08T00:05:21.991Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 492 | 2026-07-08T00:05:22.076Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-07-08T00:05:22.118Z | Compiling terminal_size v0.4.4 |
| 494 | 2026-07-08T00:05:22.190Z | Compiling rand v0.10.1 |
| 495 | 2026-07-08T00:05:22.217Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-07-08T00:05:22.269Z | Compiling uuid v1.23.3 |
| 497 | 2026-07-08T00:05:22.288Z | Compiling socket2 v0.6.4 |
| 498 | 2026-07-08T00:05:22.331Z | Compiling colored v3.1.1 |
| 499 | 2026-07-08T00:05:22.381Z | Compiling oxnet v0.1.6 |
| 500 | 2026-07-08T00:05:22.583Z | Compiling clap_derive v4.6.1 |
| 501 | 2026-07-08T00:05:22.847Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-07-08T00:05:22.877Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-07-08T00:05:22.881Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-07-08T00:05:23.220Z | Compiling ingot v0.1.1 |
| 505 | 2026-07-08T00:05:24.503Z | Compiling clap v4.6.1 |
| 506 | 2026-07-08T00:05:24.992Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-07-08T00:05:27.271Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-07-08T00:05:28.481Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-07-08T00:05:32.904Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.61s |
| 510 | 2026-07-08T00:05:32.933Z | Building xde (dev). |
| 511 | 2026-07-08T00:05:33.161Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-07-08T00:05:33.161Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-07-08T00:05:33.161Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-07-08T00:05:33.161Z | Compiling quote v1.0.46 |
| 515 | 2026-07-08T00:05:33.164Z | Compiling unicode-ident v1.0.24 |
| 516 | 2026-07-08T00:05:33.164Z | Compiling ident_case v1.0.1 |
| 517 | 2026-07-08T00:05:33.164Z | Compiling strsim v0.11.1 |
| 518 | 2026-07-08T00:05:33.164Z | Compiling serde_core v1.0.228 |
| 519 | 2026-07-08T00:05:33.283Z | Compiling memchr v2.8.2 |
| 520 | 2026-07-08T00:05:33.288Z | Compiling fnv v1.0.7 |
| 521 | 2026-07-08T00:05:33.368Z | Compiling regex-syntax v0.8.11 |
| 522 | 2026-07-08T00:05:33.542Z | Compiling either v1.16.0 |
| 523 | 2026-07-08T00:05:33.555Z | Compiling serde v1.0.228 |
| 524 | 2026-07-08T00:05:33.564Z | Compiling zerocopy v0.8.52 |
| 525 | 2026-07-08T00:05:33.681Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-07-08T00:05:33.737Z | Compiling thiserror v2.0.18 |
| 527 | 2026-07-08T00:05:33.961Z | Compiling itertools v0.14.0 |
| 528 | 2026-07-08T00:05:33.976Z | Compiling heapless v0.8.0 |
| 529 | 2026-07-08T00:05:34.318Z | Compiling syn v2.0.118 |
| 530 | 2026-07-08T00:05:34.376Z | Compiling smoltcp v0.11.0 |
| 531 | 2026-07-08T00:05:34.382Z | Compiling version_check v0.9.5 |
| 532 | 2026-07-08T00:05:34.461Z | Compiling ref-cast v1.0.25 |
| 533 | 2026-07-08T00:05:34.752Z | Compiling crc32fast v1.5.0 |
| 534 | 2026-07-08T00:05:34.813Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-07-08T00:05:34.908Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-07-08T00:05:36.394Z | Compiling regex v1.12.4 |
| 537 | 2026-07-08T00:05:36.696Z | Compiling darling_core v0.21.3 |
| 538 | 2026-07-08T00:05:36.709Z | Compiling darling_core v0.23.0 |
| 539 | 2026-07-08T00:05:37.598Z | Compiling serde_derive v1.0.228 |
| 540 | 2026-07-08T00:05:37.598Z | Compiling zerocopy-derive v0.8.52 |
| 541 | 2026-07-08T00:05:37.598Z | Compiling thiserror-impl v2.0.18 |
| 542 | 2026-07-08T00:05:37.601Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-07-08T00:05:37.601Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-07-08T00:05:39.274Z | Compiling darling_macro v0.23.0 |
| 545 | 2026-07-08T00:05:39.409Z | Compiling darling_macro v0.21.3 |
| 546 | 2026-07-08T00:05:40.190Z | Compiling darling v0.23.0 |
| 547 | 2026-07-08T00:05:40.256Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 548 | 2026-07-08T00:05:40.334Z | Compiling darling v0.21.3 |
| 549 | 2026-07-08T00:05:40.400Z | Compiling ingot-macros v0.1.1 |
| 550 | 2026-07-08T00:05:45.389Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-07-08T00:05:47.198Z | Compiling byteorder v1.5.0 |
| 552 | 2026-07-08T00:05:47.198Z | Compiling macaddr v1.0.1 |
| 553 | 2026-07-08T00:05:47.198Z | Compiling stable_deref_trait v1.2.1 |
| 554 | 2026-07-08T00:05:47.201Z | Compiling cfg-if v1.0.4 |
| 555 | 2026-07-08T00:05:47.265Z | Compiling managed v0.8.0 |
| 556 | 2026-07-08T00:05:47.272Z | Compiling cobs v0.3.0 |
| 557 | 2026-07-08T00:05:47.311Z | Compiling bitflags v1.3.2 |
| 558 | 2026-07-08T00:05:47.382Z | Compiling hash32 v0.3.1 |
| 559 | 2026-07-08T00:05:47.547Z | Compiling itertools v0.15.0 |
| 560 | 2026-07-08T00:05:47.575Z | Compiling dyn-clone v1.0.20 |
| 561 | 2026-07-08T00:05:47.647Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 562 | 2026-07-08T00:05:48.803Z | Compiling bitflags v2.13.0 |
| 563 | 2026-07-08T00:05:48.803Z | Compiling uuid v1.23.3 |
| 564 | 2026-07-08T00:05:48.943Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 565 | 2026-07-08T00:05:49.230Z | Compiling postcard v1.1.3 |
| 566 | 2026-07-08T00:05:50.068Z | Compiling ingot-types v0.1.2 |
| 567 | 2026-07-08T00:05:50.355Z | Compiling ingot v0.1.1 |
| 568 | 2026-07-08T00:05:51.809Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 569 | 2026-07-08T00:05:56.195Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 570 | 2026-07-08T00:06:06.767Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 571 | 2026-07-08T00:06:15.426Z | Finished `dev` profile [optimized + debuginfo] target(s) in 42.46s |
| 572 | 2026-07-08T00:06:15.450Z | Linking xde kmod... |
| 573 | 2026-07-08T00:06:16.643Z | Building xde dev link helper (dev). |
| 574 | 2026-07-08T00:06:16.806Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 575 | 2026-07-08T00:06:16.807Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 576 | 2026-07-08T00:06:16.807Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 577 | 2026-07-08T00:06:27.947Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 578 | 2026-07-08T00:06:30.241Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.56s |
| 579 | 2026-07-08T00:06:30.262Z | |
| 580 | 2026-07-08T00:06:30.265Z | real 3:12.726796428 |
| 581 | 2026-07-08T00:06:30.265Z | user 9:11.204441473 |
| 582 | 2026-07-08T00:06:30.265Z | sys 58.959106779 |
| 583 | 2026-07-08T00:06:30.265Z | trap 0.245559904 |
| 584 | 2026-07-08T00:06:30.265Z | tflt 1.193435502 |
| 585 | 2026-07-08T00:06:30.265Z | dflt 1.592580389 |
| 586 | 2026-07-08T00:06:30.265Z | kflt 0.014680336 |
| 587 | 2026-07-08T00:06:30.266Z | lock 35:23.182323826 |
| 588 | 2026-07-08T00:06:30.266Z | slp 21:26.430653130 |
| 589 | 2026-07-08T00:06:30.266Z | lat 20.553057311 |
| 590 | 2026-07-08T00:06:30.266Z | stop 32.171808597 |
| 591 | 2026-07-08T00:06:30.266Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 592 | 2026-07-08T00:06:30.266Z | + grep GOTPCREL |
| 593 | 2026-07-08T00:06:31.249Z | + header 'package opte' |
| 594 | 2026-07-08T00:06:31.249Z | + echo '# ==== package opte ==== #' |
| 595 | 2026-07-08T00:06:31.249Z | # ==== package opte ==== # |
| 596 | 2026-07-08T00:06:31.252Z | + cargo xtask package --skip-build --profile all |
| 597 | 2026-07-08T00:06:31.384Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 598 | 2026-07-08T00:06:31.387Z | Running `target/debug/xtask package --skip-build --profile all` |
| 599 | 2026-07-08T00:06:31.587Z | + ./clean.sh |
| 600 | 2026-07-08T00:06:31.594Z | + mkdir -p proto/kernel/drv/amd64 |
| 601 | 2026-07-08T00:06:31.599Z | + mkdir -p proto/opt/oxide/opte/bin |
| 602 | 2026-07-08T00:06:31.599Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 603 | 2026-07-08T00:06:31.599Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 604 | 2026-07-08T00:06:31.615Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 605 | 2026-07-08T00:06:31.655Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 606 | 2026-07-08T00:06:31.658Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 607 | 2026-07-08T00:06:31.658Z | + '[' -z ']' |
| 608 | 2026-07-08T00:06:31.658Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 609 | 2026-07-08T00:06:31.687Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 610 | 2026-07-08T00:06:31.762Z | + INC_DEBUG= |
| 611 | 2026-07-08T00:06:31.765Z | + typeset -ri TAG=0 |
| 612 | 2026-07-08T00:06:31.765Z | ++ ./print-api-version.sh |
| 613 | 2026-07-08T00:06:31.768Z | + API_VSN=41 |
| 614 | 2026-07-08T00:06:31.768Z | + PKG_VERSION=0.41.492-3.0 |
| 615 | 2026-07-08T00:06:31.771Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.492-3.0/g opte.template.p5m |
| 616 | 2026-07-08T00:06:31.771Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 617 | 2026-07-08T00:06:32.478Z | + pkgdepend generate -d proto opte.base.p5m |
| 618 | 2026-07-08T00:06:32.875Z | + mkdir -p packages |
| 619 | 2026-07-08T00:06:32.878Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 620 | 2026-07-08T00:06:40.298Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 621 | 2026-07-08T00:06:40.301Z | + pkgrepo create packages/repo |
| 622 | 2026-07-08T00:06:40.521Z | + pkgrepo add-publisher -s packages/repo helios |
| 623 | 2026-07-08T00:06:40.735Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 624 | 2026-07-08T00:07:10.202Z | pkg://helios/driver/network/opte@0.41.492,5.11-3.0:20260708T000640Z |
| 625 | 2026-07-08T00:07:10.202Z | PUBLISHED |
| 626 | 2026-07-08T00:07:10.245Z | + pkgrecv -a -d packages/repo/opte-0.41.492-3.0.p5p -s packages/repo -v -m latest '*' |
| 627 | 2026-07-08T00:07:10.423Z | Retrieving packages for publisher helios ... |
| 628 | 2026-07-08T00:07:10.432Z | Retrieving catalog 'helios' ... Done |
| 629 | 2026-07-08T00:07:10.432Z | Retrieving and evaluating 1 package(s)... |
| 630 | 2026-07-08T00:07:10.432Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-07-08T00:07:10.432Z | Fetching manifests: 1/1 100% complete |
| 632 | 2026-07-08T00:07:10.432Z | |
| 633 | 2026-07-08T00:07:10.432Z | Archiving packages ... |
| 634 | 2026-07-08T00:07:10.432Z | Packages to add: 1 |
| 635 | 2026-07-08T00:07:10.432Z | Files to retrieve: 6 |
| 636 | 2026-07-08T00:07:10.432Z | Estimated transfer size: 37.36 MB |
| 637 | 2026-07-08T00:07:10.432Z | |
| 638 | 2026-07-08T00:07:10.432Z | Packages to archive: |
| 639 | 2026-07-08T00:07:10.432Z | driver/network/opte@0.41.492,5.11-3.0:20260708T000640Z |
| 640 | 2026-07-08T00:07:10.432Z | |
| 641 | 2026-07-08T00:07:10.432Z | Download: 0/6 items 0.0/37.4MB 0% complete |
| 642 | 2026-07-08T00:07:10.497Z | Download: Completed 37.36 MB in 0.07 seconds (536M/s) |
| 643 | 2026-07-08T00:07:10.506Z | Archiving: 1/20 items 0.0/37.4MB 0% complete |
| 644 | 2026-07-08T00:07:10.514Z | Archiving: Completed 37.40 MB in 0.01 seconds |
| 645 | 2026-07-08T00:07:10.551Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.492-3.0.p5p. |
| 646 | 2026-07-08T00:07:10.558Z | + banner copy |
| 647 | 2026-07-08T00:07:10.558Z | |
| 648 | 2026-07-08T00:07:10.558Z | #### #### ##### # # |
| 649 | 2026-07-08T00:07:10.558Z | # # # # # # # # |
| 650 | 2026-07-08T00:07:10.558Z | # # # # # # |
| 651 | 2026-07-08T00:07:10.558Z | # # # ##### # |
| 652 | 2026-07-08T00:07:10.558Z | # # # # # # |
| 653 | 2026-07-08T00:07:10.558Z | #### #### # # |
| 654 | 2026-07-08T00:07:10.558Z | |
| 655 | 2026-07-08T00:07:10.558Z | + pfexec mkdir -p /out |
| 656 | 2026-07-08T00:07:10.558Z | + pfexec chown 12345 /out |
| 657 | 2026-07-08T00:07:10.569Z | + PKG_NAME=/out/opte.p5p |
| 658 | 2026-07-08T00:07:10.569Z | + mv pkg/packages/repo/opte-0.41.492-3.0.p5p /out/opte.p5p |
| 659 | 2026-07-08T00:07:10.587Z | + sha256sum /out/opte.p5p |
| 660 | 2026-07-08T00:07:10.613Z | process exited: duration 248906 ms, exit code 0 |
| |
| 661 | 2026-07-08T00:07:10.635Z | found 2 output files |
| 662 | 2026-07-08T00:07:10.635Z | uploading: /out/opte.p5p (39219200 bytes) |
| 663 | 2026-07-08T00:07:11.932Z | uploaded: /out/opte.p5p |
| 664 | 2026-07-08T00:07:11.932Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 665 | 2026-07-08T00:07:12.965Z | uploaded: /out/opte.p5p.sha256 |