|
|
|
| 1 | 2026-08-25T03:36:54.840Z | job assigned to worker 01M0VFTTCGNSP4KYFEJ5YJ0F1Y [factory aws, i-0140d2c197c20743e] (queued for 49 s) |
| |
| 2 | 2026-08-25T03:37:01.698Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:37:01.710Z | ++ uname -s |
| 4 | 2026-08-25T03:37:01.711Z | + kern=SunOS |
| 5 | 2026-08-25T03:37:01.711Z | + build_user=build |
| 6 | 2026-08-25T03:37:01.711Z | + build_uid=12345 |
| 7 | 2026-08-25T03:37:01.711Z | + work_dir=/work |
| 8 | 2026-08-25T03:37:01.711Z | + input_dir=/input |
| 9 | 2026-08-25T03:37:01.711Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:37:01.711Z | + case "$kern" in |
| 11 | 2026-08-25T03:37:01.711Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:37:01.711Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:03.708Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:03.759Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:03.771Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:03.771Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:03.771Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:03.771Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:05.805Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:05.977Z | process exited: duration 4079 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:06.022Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:06.045Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:06.045Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T03:37:06.045Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-25T03:37:06.045Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-25T03:37:06.045Z | * rust toolchain profile = "default" |
| 27 | 2026-08-25T03:37:06.045Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T03:37:06.045Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:06.045Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:06.084Z | info: downloading installer |
| 31 | 2026-08-25T03:37:07.414Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:07.414Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:07.414Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:07.414Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:07.426Z | info: profile set to default |
| 36 | 2026-08-25T03:37:07.426Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:07.439Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:07.626Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:07.658Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:20.956Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T03:37:20.956Z | |
| 42 | 2026-08-25T03:37:21.041Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:21.041Z | |
| 44 | 2026-08-25T03:37:21.041Z | |
| 45 | 2026-08-25T03:37:21.041Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:21.041Z | |
| 47 | 2026-08-25T03:37:21.041Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:21.042Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:21.042Z | |
| 50 | 2026-08-25T03:37:21.042Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:21.042Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:21.042Z | |
| 53 | 2026-08-25T03:37:21.042Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:21.042Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:21.042Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:21.042Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:21.042Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:21.042Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:21.043Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:21.043Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:21.043Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:21.149Z | + rustup --version |
| 63 | 2026-08-25T03:37:21.159Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:21.159Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:21.159Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:21.160Z | + cargo --version |
| 67 | 2026-08-25T03:37:21.160Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:21.160Z | + rustc --version |
| 69 | 2026-08-25T03:37:21.160Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:21.160Z | process exited: duration 15098 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:21.207Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:21.312Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:37:53.718Z | process exited: duration 32519 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:37:53.729Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:37:53.732Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:37:53.736Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:37:53.766Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:37:54.797Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:37:54.797Z | + git fetch origin 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 80 | 2026-08-25T03:37:55.082Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:37:55.082Z | * branch 9dc4e8db1ad611b0a639b87c033af000e46011db -> FETCH_HEAD |
| 82 | 2026-08-25T03:37:55.112Z | + [[ -n renovate/clap ]] |
| 83 | 2026-08-25T03:37:55.112Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:37:55.112Z | + current=master |
| 85 | 2026-08-25T03:37:55.112Z | + [[ master != renovate/clap ]] |
| 86 | 2026-08-25T03:37:55.112Z | + git branch -f renovate/clap 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 87 | 2026-08-25T03:37:55.134Z | + git checkout -f renovate/clap |
| 88 | 2026-08-25T03:37:55.134Z | Switched to branch 'renovate/clap' |
| 89 | 2026-08-25T03:37:55.134Z | + git reset --hard 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 90 | 2026-08-25T03:37:55.142Z | HEAD is now at 9dc4e8d Update Rust crate clap to v4.6.6 |
| 91 | 2026-08-25T03:37:55.143Z | process exited: duration 1396 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:37:55.175Z | starting task 4: "build" |
| 93 | 2026-08-25T03:37:55.184Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:37:55.185Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:37:55.185Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:37:55.185Z | ++ pushd xde |
| 97 | 2026-08-25T03:37:55.185Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-25T03:37:55.185Z | ++ rustup show active-toolchain |
| 99 | 2026-08-25T03:37:55.194Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:37:55.350Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:37:55.354Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:10.339Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:10.376Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:10.392Z | +++ head -n 1 |
| 105 | 2026-08-25T03:38:10.392Z | +++ cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:10.450Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:10.450Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:10.450Z | ++ popd |
| 109 | 2026-08-25T03:38:10.465Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:10.466Z | + TGT_BASE=/work |
| 111 | 2026-08-25T03:38:10.466Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 112 | 2026-08-25T03:38:10.466Z | + REL_TGT=/work/release |
| 113 | 2026-08-25T03:38:10.466Z | + mkdir -p /work/release |
| 114 | 2026-08-25T03:38:10.466Z | + cargo --version |
| 115 | 2026-08-25T03:38:10.466Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 116 | 2026-08-25T03:38:10.466Z | + rustc --version |
| 117 | 2026-08-25T03:38:10.466Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 118 | 2026-08-25T03:38:10.466Z | + header 'build xde and opteadm (release+debug)' |
| 119 | 2026-08-25T03:38:10.466Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 120 | 2026-08-25T03:38:10.466Z | # ==== build xde and opteadm (release+debug) ==== # |
| 121 | 2026-08-25T03:38:10.466Z | + ptime -m cargo xtask build --profile all |
| 122 | 2026-08-25T03:38:10.570Z | Updating crates.io index |
| 123 | 2026-08-25T03:38:10.590Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 124 | 2026-08-25T03:38:11.604Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 125 | 2026-08-25T03:38:12.034Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 126 | 2026-08-25T03:38:12.248Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 127 | 2026-08-25T03:38:12.621Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 128 | 2026-08-25T03:38:12.916Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 129 | 2026-08-25T03:38:13.250Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 130 | 2026-08-25T03:38:15.112Z | Downloading crates ... |
| 131 | 2026-08-25T03:38:15.162Z | Downloaded equivalent v1.0.2 |
| 132 | 2026-08-25T03:38:15.169Z | Downloaded thiserror v2.0.18 |
| 133 | 2026-08-25T03:38:15.176Z | Downloaded unicode-ident v1.0.24 |
| 134 | 2026-08-25T03:38:15.176Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 135 | 2026-08-25T03:38:15.184Z | Downloaded anstream v1.0.0 |
| 136 | 2026-08-25T03:38:15.184Z | Downloaded cargo-platform v0.3.3 |
| 137 | 2026-08-25T03:38:15.184Z | Downloaded errno v0.3.14 |
| 138 | 2026-08-25T03:38:15.189Z | Downloaded anstyle v1.0.14 |
| 139 | 2026-08-25T03:38:15.189Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 140 | 2026-08-25T03:38:15.189Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 141 | 2026-08-25T03:38:15.273Z | Downloaded anstyle-parse v1.0.0 |
| 142 | 2026-08-25T03:38:15.273Z | Downloaded anyhow v1.0.103 |
| 143 | 2026-08-25T03:38:15.273Z | Downloaded strsim v0.11.1 |
| 144 | 2026-08-25T03:38:15.273Z | Downloaded clap_lex v1.1.0 |
| 145 | 2026-08-25T03:38:15.273Z | Downloaded anstyle-query v1.1.5 |
| 146 | 2026-08-25T03:38:15.273Z | Downloaded zmij v1.0.22 |
| 147 | 2026-08-25T03:38:15.273Z | Downloaded terminal_size v0.4.4 |
| 148 | 2026-08-25T03:38:15.273Z | Downloaded quote v1.0.46 |
| 149 | 2026-08-25T03:38:15.273Z | Downloaded heck v0.5.0 |
| 150 | 2026-08-25T03:38:15.273Z | Downloaded is_terminal_polyfill v1.70.2 |
| 151 | 2026-08-25T03:38:15.273Z | Downloaded utf8parse v0.2.2 |
| 152 | 2026-08-25T03:38:15.273Z | Downloaded serde_spanned v1.1.1 |
| 153 | 2026-08-25T03:38:15.273Z | Downloaded colorchoice v1.0.5 |
| 154 | 2026-08-25T03:38:15.273Z | Downloaded itoa v1.0.18 |
| 155 | 2026-08-25T03:38:15.296Z | Downloaded clap_derive v4.6.4 |
| 156 | 2026-08-25T03:38:15.296Z | Downloaded camino v1.2.4 |
| 157 | 2026-08-25T03:38:15.296Z | Downloaded serde_derive v1.0.228 |
| 158 | 2026-08-25T03:38:15.296Z | Downloaded cargo_metadata v0.23.1 |
| 159 | 2026-08-25T03:38:15.316Z | Downloaded thiserror-impl v2.0.18 |
| 160 | 2026-08-25T03:38:15.316Z | Downloaded proc-macro2 v1.0.106 |
| 161 | 2026-08-25T03:38:15.316Z | Downloaded semver v1.0.28 |
| 162 | 2026-08-25T03:38:15.316Z | Downloaded serde_core v1.0.228 |
| 163 | 2026-08-25T03:38:15.327Z | Downloaded bitflags v2.13.0 |
| 164 | 2026-08-25T03:38:15.327Z | Downloaded clap v4.6.6 |
| 165 | 2026-08-25T03:38:15.327Z | Downloaded serde v1.0.228 |
| 166 | 2026-08-25T03:38:15.340Z | Downloaded memchr v2.8.3 |
| 167 | 2026-08-25T03:38:15.344Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 168 | 2026-08-25T03:38:15.349Z | Downloaded indexmap v2.14.0 |
| 169 | 2026-08-25T03:38:15.353Z | Downloaded clap_builder v4.6.6 |
| 170 | 2026-08-25T03:38:15.360Z | Downloaded serde_json v1.0.150 |
| 171 | 2026-08-25T03:38:15.372Z | Downloaded winnow v1.0.3 |
| 172 | 2026-08-25T03:38:15.384Z | Downloaded hashbrown v0.17.1 |
| 173 | 2026-08-25T03:38:15.424Z | Downloaded syn v3.0.4 |
| 174 | 2026-08-25T03:38:15.433Z | Downloaded syn v2.0.118 |
| 175 | 2026-08-25T03:38:15.442Z | Downloaded rustix v1.1.4 |
| 176 | 2026-08-25T03:38:15.471Z | Downloaded libc v0.2.186 |
| 177 | 2026-08-25T03:38:15.518Z | Compiling proc-macro2 v1.0.106 |
| 178 | 2026-08-25T03:38:15.521Z | Compiling serde_core v1.0.228 |
| 179 | 2026-08-25T03:38:15.521Z | Compiling unicode-ident v1.0.24 |
| 180 | 2026-08-25T03:38:15.521Z | Compiling quote v1.0.46 |
| 181 | 2026-08-25T03:38:15.521Z | Compiling libc v0.2.186 |
| 182 | 2026-08-25T03:38:15.521Z | Compiling rustix v1.1.4 |
| 183 | 2026-08-25T03:38:15.521Z | Compiling utf8parse v0.2.2 |
| 184 | 2026-08-25T03:38:15.521Z | Compiling zmij v1.0.22 |
| 185 | 2026-08-25T03:38:15.694Z | Compiling bitflags v2.13.0 |
| 186 | 2026-08-25T03:38:15.710Z | Compiling anstyle-parse v1.0.0 |
| 187 | 2026-08-25T03:38:15.932Z | Compiling camino v1.2.4 |
| 188 | 2026-08-25T03:38:15.955Z | Compiling anstyle v1.0.14 |
| 189 | 2026-08-25T03:38:15.956Z | Compiling serde v1.0.228 |
| 190 | 2026-08-25T03:38:16.138Z | Compiling thiserror v2.0.18 |
| 191 | 2026-08-25T03:38:16.154Z | Compiling serde_json v1.0.150 |
| 192 | 2026-08-25T03:38:16.198Z | Compiling anstyle-query v1.1.5 |
| 193 | 2026-08-25T03:38:16.225Z | Compiling is_terminal_polyfill v1.70.2 |
| 194 | 2026-08-25T03:38:16.233Z | Compiling colorchoice v1.0.5 |
| 195 | 2026-08-25T03:38:16.301Z | Compiling errno v0.3.14 |
| 196 | 2026-08-25T03:38:16.311Z | Compiling anstream v1.0.0 |
| 197 | 2026-08-25T03:38:16.362Z | Compiling clap_lex v1.1.0 |
| 198 | 2026-08-25T03:38:16.381Z | Compiling heck v0.5.0 |
| 199 | 2026-08-25T03:38:16.652Z | Compiling itoa v1.0.18 |
| 200 | 2026-08-25T03:38:16.727Z | Compiling syn v2.0.118 |
| 201 | 2026-08-25T03:38:16.734Z | Compiling syn v3.0.4 |
| 202 | 2026-08-25T03:38:16.772Z | Compiling anyhow v1.0.103 |
| 203 | 2026-08-25T03:38:16.801Z | Compiling strsim v0.11.1 |
| 204 | 2026-08-25T03:38:16.807Z | Compiling winnow v1.0.3 |
| 205 | 2026-08-25T03:38:16.909Z | Compiling terminal_size v0.4.4 |
| 206 | 2026-08-25T03:38:17.055Z | Compiling memchr v2.8.3 |
| 207 | 2026-08-25T03:38:17.209Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 208 | 2026-08-25T03:38:17.257Z | Compiling clap_builder v4.6.6 |
| 209 | 2026-08-25T03:38:17.584Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 210 | 2026-08-25T03:38:17.721Z | Compiling serde_spanned v1.1.1 |
| 211 | 2026-08-25T03:38:17.883Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 212 | 2026-08-25T03:38:18.359Z | Compiling semver v1.0.28 |
| 213 | 2026-08-25T03:38:18.513Z | Compiling cargo-platform v0.3.3 |
| 214 | 2026-08-25T03:38:18.536Z | Compiling serde_derive v1.0.228 |
| 215 | 2026-08-25T03:38:18.622Z | Compiling thiserror-impl v2.0.18 |
| 216 | 2026-08-25T03:38:18.984Z | Compiling toml v1.1.2+spec-1.1.0 |
| 217 | 2026-08-25T03:38:19.545Z | Compiling clap_derive v4.6.4 |
| 218 | 2026-08-25T03:38:21.058Z | Compiling clap v4.6.6 |
| 219 | 2026-08-25T03:38:21.533Z | Compiling cargo_metadata v0.23.1 |
| 220 | 2026-08-25T03:38:24.161Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 221 | 2026-08-25T03:38:25.758Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.26s |
| 222 | 2026-08-25T03:38:25.820Z | Running `target/debug/xtask build --profile all` |
| 223 | 2026-08-25T03:38:27.239Z | Building opteadm (release). |
| 224 | 2026-08-25T03:38:27.445Z | Compiling proc-macro2 v1.0.106 |
| 225 | 2026-08-25T03:38:27.445Z | Compiling quote v1.0.46 |
| 226 | 2026-08-25T03:38:27.445Z | Compiling unicode-ident v1.0.24 |
| 227 | 2026-08-25T03:38:27.445Z | Compiling serde_core v1.0.228 |
| 228 | 2026-08-25T03:38:27.445Z | Compiling libc v0.2.186 |
| 229 | 2026-08-25T03:38:27.498Z | Compiling cfg-if v1.0.4 |
| 230 | 2026-08-25T03:38:27.499Z | Compiling thiserror v2.0.18 |
| 231 | 2026-08-25T03:38:27.499Z | Compiling ident_case v1.0.1 |
| 232 | 2026-08-25T03:38:27.499Z | Compiling memchr v2.8.3 |
| 233 | 2026-08-25T03:38:27.499Z | Compiling strsim v0.11.1 |
| 234 | 2026-08-25T03:38:27.499Z | Compiling regex-syntax v0.8.11 |
| 235 | 2026-08-25T03:38:27.643Z | Compiling winnow v1.0.3 |
| 236 | 2026-08-25T03:38:27.765Z | Compiling anyhow v1.0.103 |
| 237 | 2026-08-25T03:38:27.823Z | Compiling aho-corasick v1.1.4 |
| 238 | 2026-08-25T03:38:27.942Z | Compiling equivalent v1.0.2 |
| 239 | 2026-08-25T03:38:28.012Z | Compiling zerocopy v0.8.54 |
| 240 | 2026-08-25T03:38:28.083Z | Compiling either v1.16.0 |
| 241 | 2026-08-25T03:38:28.113Z | Compiling hashbrown v0.17.1 |
| 242 | 2026-08-25T03:38:28.205Z | Compiling serde v1.0.228 |
| 243 | 2026-08-25T03:38:28.487Z | Compiling itertools v0.15.0 |
| 244 | 2026-08-25T03:38:28.518Z | Compiling syn v2.0.118 |
| 245 | 2026-08-25T03:38:28.548Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 246 | 2026-08-25T03:38:28.583Z | Compiling indexmap v2.14.0 |
| 247 | 2026-08-25T03:38:28.638Z | Compiling byteorder v1.5.0 |
| 248 | 2026-08-25T03:38:28.892Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 249 | 2026-08-25T03:38:29.084Z | Compiling regex-automata v0.4.15 |
| 250 | 2026-08-25T03:38:29.138Z | Compiling heapless v0.8.0 |
| 251 | 2026-08-25T03:38:29.177Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 252 | 2026-08-25T03:38:29.203Z | Compiling hash32 v0.3.1 |
| 253 | 2026-08-25T03:38:29.293Z | Compiling syn v1.0.109 |
| 254 | 2026-08-25T03:38:29.450Z | Compiling bitflags v2.13.0 |
| 255 | 2026-08-25T03:38:29.559Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 256 | 2026-08-25T03:38:29.594Z | Compiling rustversion v1.0.23 |
| 257 | 2026-08-25T03:38:29.628Z | Compiling macaddr v1.0.1 |
| 258 | 2026-08-25T03:38:29.709Z | Compiling stable_deref_trait v1.2.1 |
| 259 | 2026-08-25T03:38:29.743Z | Compiling smoltcp v0.11.0 |
| 260 | 2026-08-25T03:38:29.793Z | Compiling proc-macro-crate v3.5.0 |
| 261 | 2026-08-25T03:38:29.844Z | Compiling bitflags v1.3.2 |
| 262 | 2026-08-25T03:38:29.870Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 263 | 2026-08-25T03:38:29.882Z | Compiling rustix v1.1.4 |
| 264 | 2026-08-25T03:38:29.978Z | Compiling version_check v0.9.5 |
| 265 | 2026-08-25T03:38:30.051Z | Compiling ref-cast v1.0.25 |
| 266 | 2026-08-25T03:38:30.078Z | Compiling rand_core v0.10.1 |
| 267 | 2026-08-25T03:38:30.272Z | Compiling managed v0.8.0 |
| 268 | 2026-08-25T03:38:30.305Z | Compiling getrandom v0.4.3 |
| 269 | 2026-08-25T03:38:30.305Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 270 | 2026-08-25T03:38:30.480Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 271 | 2026-08-25T03:38:30.511Z | Compiling errno v0.3.14 |
| 272 | 2026-08-25T03:38:30.511Z | Compiling cpufeatures v0.3.0 |
| 273 | 2026-08-25T03:38:30.622Z | Compiling unicode-width v0.2.2 |
| 274 | 2026-08-25T03:38:30.956Z | Compiling regex v1.13.0 |
| 275 | 2026-08-25T03:38:30.984Z | Compiling foreign-types-shared v0.3.1 |
| 276 | 2026-08-25T03:38:30.984Z | Compiling once_cell v1.21.4 |
| 277 | 2026-08-25T03:38:30.985Z | Compiling utf8parse v0.2.2 |
| 278 | 2026-08-25T03:38:31.061Z | Compiling ipnetwork v0.21.1 |
| 279 | 2026-08-25T03:38:31.220Z | Compiling darling_core v0.23.0 |
| 280 | 2026-08-25T03:38:31.244Z | Compiling tracing-core v0.1.36 |
| 281 | 2026-08-25T03:38:31.402Z | Compiling anstyle-parse v1.0.0 |
| 282 | 2026-08-25T03:38:31.415Z | Compiling cstr-argument v0.1.2 |
| 283 | 2026-08-25T03:38:31.557Z | Compiling tabwriter v1.4.1 |
| 284 | 2026-08-25T03:38:31.615Z | Compiling chacha20 v0.10.1 |
| 285 | 2026-08-25T03:38:32.116Z | Compiling anstyle v1.0.14 |
| 286 | 2026-08-25T03:38:32.222Z | Compiling pin-project-lite v0.2.17 |
| 287 | 2026-08-25T03:38:32.323Z | Compiling anstyle-query v1.1.5 |
| 288 | 2026-08-25T03:38:32.385Z | Compiling is_terminal_polyfill v1.70.2 |
| 289 | 2026-08-25T03:38:32.385Z | Compiling thiserror-impl v2.0.18 |
| 290 | 2026-08-25T03:38:32.385Z | Compiling zerocopy-derive v0.8.54 |
| 291 | 2026-08-25T03:38:32.415Z | Compiling serde_derive v1.0.228 |
| 292 | 2026-08-25T03:38:32.416Z | Compiling foreign-types-macros v0.2.3 |
| 293 | 2026-08-25T03:38:32.416Z | Compiling ref-cast-impl v1.0.25 |
| 294 | 2026-08-25T03:38:33.013Z | Compiling num_enum_derive v0.7.6 |
| 295 | 2026-08-25T03:38:33.061Z | Compiling foreign-types v0.5.0 |
| 296 | 2026-08-25T03:38:33.169Z | Compiling tracing-attributes v0.1.31 |
| 297 | 2026-08-25T03:38:33.249Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 298 | 2026-08-25T03:38:33.269Z | Compiling darling_macro v0.23.0 |
| 299 | 2026-08-25T03:38:33.643Z | Compiling cobs v0.3.0 |
| 300 | 2026-08-25T03:38:33.712Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 301 | 2026-08-25T03:38:33.746Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 302 | 2026-08-25T03:38:33.820Z | Compiling darling v0.23.0 |
| 303 | 2026-08-25T03:38:33.835Z | Compiling pretty-hex v0.4.2 |
| 304 | 2026-08-25T03:38:34.015Z | Compiling ingot-macros v0.2.0 |
| 305 | 2026-08-25T03:38:34.066Z | Compiling dyn-clone v1.0.20 |
| 306 | 2026-08-25T03:38:34.066Z | Compiling colorchoice v1.0.5 |
| 307 | 2026-08-25T03:38:34.066Z | Compiling num_enum v0.7.6 |
| 308 | 2026-08-25T03:38:34.066Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 309 | 2026-08-25T03:38:34.077Z | Compiling anstream v1.0.0 |
| 310 | 2026-08-25T03:38:34.077Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 311 | 2026-08-25T03:38:34.197Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 312 | 2026-08-25T03:38:34.352Z | Compiling tracing v0.1.44 |
| 313 | 2026-08-25T03:38:34.388Z | Compiling terminal_size v0.4.4 |
| 314 | 2026-08-25T03:38:34.441Z | Compiling rand v0.10.2 |
| 315 | 2026-08-25T03:38:34.537Z | Compiling uuid v1.23.5 |
| 316 | 2026-08-25T03:38:34.610Z | Compiling syn v3.0.4 |
| 317 | 2026-08-25T03:38:34.655Z | Compiling socket2 v0.6.4 |
| 318 | 2026-08-25T03:38:34.743Z | Compiling colored v3.1.1 |
| 319 | 2026-08-25T03:38:35.211Z | Compiling oxnet v0.1.6 |
| 320 | 2026-08-25T03:38:35.263Z | Compiling clap_lex v1.1.0 |
| 321 | 2026-08-25T03:38:35.511Z | Compiling postcard v1.1.3 |
| 322 | 2026-08-25T03:38:35.578Z | Compiling heck v0.5.0 |
| 323 | 2026-08-25T03:38:35.616Z | Compiling clap_builder v4.6.6 |
| 324 | 2026-08-25T03:38:35.626Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 325 | 2026-08-25T03:38:36.699Z | Compiling clap_derive v4.6.4 |
| 326 | 2026-08-25T03:38:36.720Z | Compiling ingot-types v0.2.0 |
| 327 | 2026-08-25T03:38:37.041Z | Compiling ingot v0.2.0 |
| 328 | 2026-08-25T03:38:37.957Z | Compiling clap v4.6.6 |
| 329 | 2026-08-25T03:38:38.786Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 330 | 2026-08-25T03:38:39.796Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 331 | 2026-08-25T03:38:40.840Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 332 | 2026-08-25T03:38:47.389Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.14s |
| 333 | 2026-08-25T03:38:47.415Z | Building xde (release-lto). |
| 334 | 2026-08-25T03:38:47.655Z | Updating crates.io index |
| 335 | 2026-08-25T03:38:47.732Z | Downloading crates ... |
| 336 | 2026-08-25T03:38:47.802Z | Downloaded adler2 v2.0.1 |
| 337 | 2026-08-25T03:38:47.807Z | Downloaded rustc-literal-escaper v0.0.8 |
| 338 | 2026-08-25T03:38:47.820Z | Downloaded rustc-demangle v0.1.28 |
| 339 | 2026-08-25T03:38:47.825Z | Downloaded addr2line v0.27.0 |
| 340 | 2026-08-25T03:38:47.832Z | Downloaded getopts v0.2.24 |
| 341 | 2026-08-25T03:38:47.832Z | Downloaded foldhash v0.2.0 |
| 342 | 2026-08-25T03:38:47.854Z | Downloaded miniz_oxide v0.9.1 |
| 343 | 2026-08-25T03:38:47.861Z | Downloaded memchr v2.7.6 |
| 344 | 2026-08-25T03:38:47.873Z | Downloaded object v0.39.1 |
| 345 | 2026-08-25T03:38:47.896Z | Downloaded gimli v0.34.0 |
| 346 | 2026-08-25T03:38:47.932Z | Downloaded libc v0.2.185 |
| 347 | 2026-08-25T03:38:47.988Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 348 | 2026-08-25T03:38:47.988Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 349 | 2026-08-25T03:38:47.988Z | Compiling proc-macro2 v1.0.106 |
| 350 | 2026-08-25T03:38:47.988Z | Compiling unicode-ident v1.0.24 |
| 351 | 2026-08-25T03:38:47.988Z | Compiling quote v1.0.46 |
| 352 | 2026-08-25T03:38:47.993Z | Compiling serde_core v1.0.228 |
| 353 | 2026-08-25T03:38:47.993Z | Compiling strsim v0.11.1 |
| 354 | 2026-08-25T03:38:47.993Z | Compiling ident_case v1.0.1 |
| 355 | 2026-08-25T03:38:48.149Z | Compiling memchr v2.8.3 |
| 356 | 2026-08-25T03:38:48.153Z | Compiling regex-syntax v0.8.11 |
| 357 | 2026-08-25T03:38:48.399Z | Compiling either v1.16.0 |
| 358 | 2026-08-25T03:38:48.407Z | Compiling serde v1.0.228 |
| 359 | 2026-08-25T03:38:48.417Z | Compiling zerocopy v0.8.54 |
| 360 | 2026-08-25T03:38:48.526Z | Compiling thiserror v2.0.18 |
| 361 | 2026-08-25T03:38:48.589Z | Compiling aho-corasick v1.1.4 |
| 362 | 2026-08-25T03:38:48.799Z | Compiling itertools v0.15.0 |
| 363 | 2026-08-25T03:38:48.803Z | Compiling heapless v0.8.0 |
| 364 | 2026-08-25T03:38:49.094Z | Compiling syn v2.0.118 |
| 365 | 2026-08-25T03:38:49.184Z | Compiling smoltcp v0.11.0 |
| 366 | 2026-08-25T03:38:49.199Z | Compiling version_check v0.9.5 |
| 367 | 2026-08-25T03:38:49.294Z | Compiling ref-cast v1.0.25 |
| 368 | 2026-08-25T03:38:49.553Z | Compiling regex-automata v0.4.15 |
| 369 | 2026-08-25T03:38:49.626Z | Compiling crc32fast v1.5.0 |
| 370 | 2026-08-25T03:38:49.704Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 371 | 2026-08-25T03:38:51.123Z | Compiling regex v1.13.0 |
| 372 | 2026-08-25T03:38:51.412Z | Compiling darling_core v0.23.0 |
| 373 | 2026-08-25T03:38:52.199Z | Compiling thiserror-impl v2.0.18 |
| 374 | 2026-08-25T03:38:52.200Z | Compiling serde_derive v1.0.228 |
| 375 | 2026-08-25T03:38:52.200Z | Compiling zerocopy-derive v0.8.54 |
| 376 | 2026-08-25T03:38:52.208Z | Compiling ref-cast-impl v1.0.25 |
| 377 | 2026-08-25T03:38:52.208Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 378 | 2026-08-25T03:38:53.554Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-08-25T03:38:54.391Z | Compiling darling v0.23.0 |
| 380 | 2026-08-25T03:38:54.450Z | Compiling ingot-macros v0.2.0 |
| 381 | 2026-08-25T03:38:54.451Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 382 | 2026-08-25T03:39:00.413Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 383 | 2026-08-25T03:39:02.702Z | Compiling byteorder v1.5.0 |
| 384 | 2026-08-25T03:39:02.702Z | Compiling macaddr v1.0.1 |
| 385 | 2026-08-25T03:39:02.711Z | Compiling stable_deref_trait v1.2.1 |
| 386 | 2026-08-25T03:39:02.711Z | Compiling cfg-if v1.0.4 |
| 387 | 2026-08-25T03:39:02.758Z | Compiling cobs v0.3.0 |
| 388 | 2026-08-25T03:39:02.769Z | Compiling bitflags v1.3.2 |
| 389 | 2026-08-25T03:39:02.783Z | Compiling managed v0.8.0 |
| 390 | 2026-08-25T03:39:02.870Z | Compiling hash32 v0.3.1 |
| 391 | 2026-08-25T03:39:03.017Z | Compiling dyn-clone v1.0.20 |
| 392 | 2026-08-25T03:39:03.033Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 393 | 2026-08-25T03:39:04.310Z | Compiling bitflags v2.13.0 |
| 394 | 2026-08-25T03:39:04.310Z | Compiling uuid v1.23.5 |
| 395 | 2026-08-25T03:39:04.394Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 396 | 2026-08-25T03:39:04.729Z | Compiling postcard v1.1.3 |
| 397 | 2026-08-25T03:39:05.507Z | Compiling ingot-types v0.2.0 |
| 398 | 2026-08-25T03:39:05.826Z | Compiling ingot v0.2.0 |
| 399 | 2026-08-25T03:39:07.312Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 400 | 2026-08-25T03:39:11.181Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 401 | 2026-08-25T03:39:20.063Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 402 | 2026-08-25T03:39:53.176Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 403 | 2026-08-25T03:39:53.253Z | Linking xde kmod... |
| 404 | 2026-08-25T03:39:53.297Z | Building xde dev link helper (release). |
| 405 | 2026-08-25T03:39:53.297Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 406 | 2026-08-25T03:39:53.297Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 407 | 2026-08-25T03:39:53.298Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 408 | 2026-08-25T03:40:03.488Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 409 | 2026-08-25T03:40:06.154Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.35s |
| 410 | 2026-08-25T03:40:06.164Z | Building opteadm (dev). |
| 411 | 2026-08-25T03:40:06.315Z | Compiling serde_core v1.0.228 |
| 412 | 2026-08-25T03:40:06.316Z | Compiling libc v0.2.186 |
| 413 | 2026-08-25T03:40:06.316Z | Compiling cfg-if v1.0.4 |
| 414 | 2026-08-25T03:40:06.316Z | Compiling strsim v0.11.1 |
| 415 | 2026-08-25T03:40:06.338Z | Compiling ident_case v1.0.1 |
| 416 | 2026-08-25T03:40:06.338Z | Compiling memchr v2.8.3 |
| 417 | 2026-08-25T03:40:06.381Z | Compiling syn v2.0.118 |
| 418 | 2026-08-25T03:40:06.381Z | Compiling regex-syntax v0.8.11 |
| 419 | 2026-08-25T03:40:06.411Z | Compiling equivalent v1.0.2 |
| 420 | 2026-08-25T03:40:06.435Z | Compiling serde v1.0.228 |
| 421 | 2026-08-25T03:40:06.499Z | Compiling either v1.16.0 |
| 422 | 2026-08-25T03:40:06.601Z | Compiling winnow v1.0.3 |
| 423 | 2026-08-25T03:40:06.644Z | Compiling hashbrown v0.17.1 |
| 424 | 2026-08-25T03:40:06.845Z | Compiling zerocopy v0.8.54 |
| 425 | 2026-08-25T03:40:06.885Z | Compiling aho-corasick v1.1.4 |
| 426 | 2026-08-25T03:40:07.121Z | Compiling itertools v0.15.0 |
| 427 | 2026-08-25T03:40:07.168Z | Compiling indexmap v2.14.0 |
| 428 | 2026-08-25T03:40:07.199Z | Compiling byteorder v1.5.0 |
| 429 | 2026-08-25T03:40:07.742Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 430 | 2026-08-25T03:40:07.749Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 431 | 2026-08-25T03:40:07.749Z | Compiling heapless v0.8.0 |
| 432 | 2026-08-25T03:40:07.749Z | Compiling hash32 v0.3.1 |
| 433 | 2026-08-25T03:40:07.848Z | Compiling regex-automata v0.4.15 |
| 434 | 2026-08-25T03:40:08.013Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 435 | 2026-08-25T03:40:08.078Z | Compiling macaddr v1.0.1 |
| 436 | 2026-08-25T03:40:08.255Z | Compiling rustversion v1.0.23 |
| 437 | 2026-08-25T03:40:08.322Z | Compiling bitflags v2.13.0 |
| 438 | 2026-08-25T03:40:08.341Z | Compiling stable_deref_trait v1.2.1 |
| 439 | 2026-08-25T03:40:08.386Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-08-25T03:40:08.413Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 441 | 2026-08-25T03:40:08.513Z | Compiling syn v1.0.109 |
| 442 | 2026-08-25T03:40:08.616Z | Compiling proc-macro-crate v3.5.0 |
| 443 | 2026-08-25T03:40:08.686Z | Compiling getrandom v0.4.3 |
| 444 | 2026-08-25T03:40:08.763Z | Compiling bitflags v1.3.2 |
| 445 | 2026-08-25T03:40:08.822Z | Compiling darling_core v0.23.0 |
| 446 | 2026-08-25T03:40:08.827Z | Compiling managed v0.8.0 |
| 447 | 2026-08-25T03:40:08.891Z | Compiling version_check v0.9.5 |
| 448 | 2026-08-25T03:40:08.934Z | Compiling rand_core v0.10.1 |
| 449 | 2026-08-25T03:40:09.011Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 450 | 2026-08-25T03:40:09.072Z | Compiling ref-cast v1.0.25 |
| 451 | 2026-08-25T03:40:09.158Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 452 | 2026-08-25T03:40:09.371Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 453 | 2026-08-25T03:40:09.374Z | Compiling errno v0.3.14 |
| 454 | 2026-08-25T03:40:09.535Z | Compiling regex v1.13.0 |
| 455 | 2026-08-25T03:40:09.738Z | Compiling cpufeatures v0.3.0 |
| 456 | 2026-08-25T03:40:09.805Z | Compiling foreign-types-shared v0.3.1 |
| 457 | 2026-08-25T03:40:09.894Z | Compiling unicode-width v0.2.2 |
| 458 | 2026-08-25T03:40:09.925Z | Compiling once_cell v1.21.4 |
| 459 | 2026-08-25T03:40:10.015Z | Compiling thiserror-impl v2.0.18 |
| 460 | 2026-08-25T03:40:10.161Z | Compiling serde_derive v1.0.228 |
| 461 | 2026-08-25T03:40:10.190Z | Compiling zerocopy-derive v0.8.54 |
| 462 | 2026-08-25T03:40:10.388Z | Compiling ref-cast-impl v1.0.25 |
| 463 | 2026-08-25T03:40:10.925Z | Compiling darling_macro v0.23.0 |
| 464 | 2026-08-25T03:40:10.963Z | Compiling num_enum_derive v0.7.6 |
| 465 | 2026-08-25T03:40:11.232Z | Compiling foreign-types-macros v0.2.3 |
| 466 | 2026-08-25T03:40:11.254Z | Compiling thiserror v2.0.18 |
| 467 | 2026-08-25T03:40:11.354Z | Compiling cobs v0.3.0 |
| 468 | 2026-08-25T03:40:11.494Z | Compiling darling v0.23.0 |
| 469 | 2026-08-25T03:40:11.564Z | Compiling ingot-macros v0.2.0 |
| 470 | 2026-08-25T03:40:11.649Z | Compiling ipnetwork v0.21.1 |
| 471 | 2026-08-25T03:40:11.849Z | Compiling foreign-types v0.5.0 |
| 472 | 2026-08-25T03:40:11.955Z | Compiling num_enum v0.7.6 |
| 473 | 2026-08-25T03:40:12.013Z | Compiling cstr-argument v0.1.2 |
| 474 | 2026-08-25T03:40:12.063Z | Compiling tabwriter v1.4.1 |
| 475 | 2026-08-25T03:40:12.142Z | Compiling tracing-core v0.1.36 |
| 476 | 2026-08-25T03:40:12.178Z | Compiling tracing-attributes v0.1.31 |
| 477 | 2026-08-25T03:40:12.453Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 478 | 2026-08-25T03:40:12.480Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 479 | 2026-08-25T03:40:12.928Z | Compiling chacha20 v0.10.1 |
| 480 | 2026-08-25T03:40:13.030Z | Compiling rustix v1.1.4 |
| 481 | 2026-08-25T03:40:13.377Z | Compiling postcard v1.1.3 |
| 482 | 2026-08-25T03:40:13.451Z | Compiling anyhow v1.0.103 |
| 483 | 2026-08-25T03:40:13.512Z | Compiling pin-project-lite v0.2.17 |
| 484 | 2026-08-25T03:40:13.558Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 485 | 2026-08-25T03:40:13.591Z | Compiling pretty-hex v0.4.2 |
| 486 | 2026-08-25T03:40:13.600Z | Compiling dyn-clone v1.0.20 |
| 487 | 2026-08-25T03:40:13.712Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 488 | 2026-08-25T03:40:13.722Z | Compiling tracing v0.1.44 |
| 489 | 2026-08-25T03:40:13.750Z | Compiling terminal_size v0.4.4 |
| 490 | 2026-08-25T03:40:13.763Z | Compiling rand v0.10.2 |
| 491 | 2026-08-25T03:40:13.897Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 492 | 2026-08-25T03:40:13.918Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 493 | 2026-08-25T03:40:13.937Z | Compiling uuid v1.23.5 |
| 494 | 2026-08-25T03:40:14.031Z | Compiling socket2 v0.6.4 |
| 495 | 2026-08-25T03:40:14.087Z | Compiling oxnet v0.1.6 |
| 496 | 2026-08-25T03:40:14.210Z | Compiling colored v3.1.1 |
| 497 | 2026-08-25T03:40:14.355Z | Compiling clap_builder v4.6.6 |
| 498 | 2026-08-25T03:40:14.557Z | Compiling ingot-types v0.2.0 |
| 499 | 2026-08-25T03:40:14.573Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 500 | 2026-08-25T03:40:14.874Z | Compiling ingot v0.2.0 |
| 501 | 2026-08-25T03:40:15.970Z | Compiling clap v4.6.6 |
| 502 | 2026-08-25T03:40:16.745Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 503 | 2026-08-25T03:40:18.750Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 504 | 2026-08-25T03:40:19.916Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 505 | 2026-08-25T03:40:24.267Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.11s |
| 506 | 2026-08-25T03:40:24.297Z | Building xde (dev). |
| 507 | 2026-08-25T03:40:24.514Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 508 | 2026-08-25T03:40:24.514Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 509 | 2026-08-25T03:40:24.514Z | Compiling proc-macro2 v1.0.106 |
| 510 | 2026-08-25T03:40:24.514Z | Compiling unicode-ident v1.0.24 |
| 511 | 2026-08-25T03:40:24.514Z | Compiling quote v1.0.46 |
| 512 | 2026-08-25T03:40:24.514Z | Compiling serde_core v1.0.228 |
| 513 | 2026-08-25T03:40:24.517Z | Compiling strsim v0.11.1 |
| 514 | 2026-08-25T03:40:24.536Z | Compiling ident_case v1.0.1 |
| 515 | 2026-08-25T03:40:24.628Z | Compiling memchr v2.8.3 |
| 516 | 2026-08-25T03:40:24.632Z | Compiling regex-syntax v0.8.11 |
| 517 | 2026-08-25T03:40:24.887Z | Compiling thiserror v2.0.18 |
| 518 | 2026-08-25T03:40:24.904Z | Compiling either v1.16.0 |
| 519 | 2026-08-25T03:40:24.911Z | Compiling serde v1.0.228 |
| 520 | 2026-08-25T03:40:25.029Z | Compiling aho-corasick v1.1.4 |
| 521 | 2026-08-25T03:40:25.090Z | Compiling zerocopy v0.8.54 |
| 522 | 2026-08-25T03:40:25.308Z | Compiling itertools v0.15.0 |
| 523 | 2026-08-25T03:40:25.496Z | Compiling heapless v0.8.0 |
| 524 | 2026-08-25T03:40:25.625Z | Compiling syn v2.0.118 |
| 525 | 2026-08-25T03:40:25.666Z | Compiling smoltcp v0.11.0 |
| 526 | 2026-08-25T03:40:25.716Z | Compiling crc32fast v1.5.0 |
| 527 | 2026-08-25T03:40:25.987Z | Compiling version_check v0.9.5 |
| 528 | 2026-08-25T03:40:26.066Z | Compiling regex-automata v0.4.15 |
| 529 | 2026-08-25T03:40:26.115Z | Compiling ref-cast v1.0.25 |
| 530 | 2026-08-25T03:40:26.339Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 531 | 2026-08-25T03:40:27.605Z | Compiling regex v1.13.0 |
| 532 | 2026-08-25T03:40:27.912Z | Compiling darling_core v0.23.0 |
| 533 | 2026-08-25T03:40:28.687Z | Compiling zerocopy-derive v0.8.54 |
| 534 | 2026-08-25T03:40:28.688Z | Compiling serde_derive v1.0.228 |
| 535 | 2026-08-25T03:40:28.688Z | Compiling thiserror-impl v2.0.18 |
| 536 | 2026-08-25T03:40:28.688Z | Compiling ref-cast-impl v1.0.25 |
| 537 | 2026-08-25T03:40:28.691Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 538 | 2026-08-25T03:40:30.038Z | Compiling darling_macro v0.23.0 |
| 539 | 2026-08-25T03:40:30.938Z | Compiling darling v0.23.0 |
| 540 | 2026-08-25T03:40:30.997Z | Compiling ingot-macros v0.2.0 |
| 541 | 2026-08-25T03:40:30.997Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 542 | 2026-08-25T03:40:36.362Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 543 | 2026-08-25T03:40:38.215Z | Compiling byteorder v1.5.0 |
| 544 | 2026-08-25T03:40:38.215Z | Compiling macaddr v1.0.1 |
| 545 | 2026-08-25T03:40:38.218Z | Compiling stable_deref_trait v1.2.1 |
| 546 | 2026-08-25T03:40:38.219Z | Compiling cfg-if v1.0.4 |
| 547 | 2026-08-25T03:40:38.277Z | Compiling bitflags v1.3.2 |
| 548 | 2026-08-25T03:40:38.282Z | Compiling managed v0.8.0 |
| 549 | 2026-08-25T03:40:38.320Z | Compiling cobs v0.3.0 |
| 550 | 2026-08-25T03:40:38.393Z | Compiling hash32 v0.3.1 |
| 551 | 2026-08-25T03:40:38.545Z | Compiling dyn-clone v1.0.20 |
| 552 | 2026-08-25T03:40:38.664Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 553 | 2026-08-25T03:40:39.803Z | Compiling bitflags v2.13.0 |
| 554 | 2026-08-25T03:40:39.803Z | Compiling uuid v1.23.5 |
| 555 | 2026-08-25T03:40:39.847Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 556 | 2026-08-25T03:40:40.122Z | Compiling postcard v1.1.3 |
| 557 | 2026-08-25T03:40:40.976Z | Compiling ingot-types v0.2.0 |
| 558 | 2026-08-25T03:40:41.257Z | Compiling ingot v0.2.0 |
| 559 | 2026-08-25T03:40:42.649Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 560 | 2026-08-25T03:40:46.180Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 561 | 2026-08-25T03:40:56.127Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 562 | 2026-08-25T03:41:04.346Z | Finished `dev` profile [optimized + debuginfo] target(s) in 40.02s |
| 563 | 2026-08-25T03:41:04.368Z | Linking xde kmod... |
| 564 | 2026-08-25T03:41:05.435Z | Building xde dev link helper (dev). |
| 565 | 2026-08-25T03:41:05.588Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 566 | 2026-08-25T03:41:05.588Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 567 | 2026-08-25T03:41:05.588Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 568 | 2026-08-25T03:41:16.400Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 569 | 2026-08-25T03:41:18.751Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.28s |
| 570 | 2026-08-25T03:41:18.772Z | |
| 571 | 2026-08-25T03:41:18.776Z | real 3:08.312887130 |
| 572 | 2026-08-25T03:41:18.776Z | user 8:52.294798131 |
| 573 | 2026-08-25T03:41:18.776Z | sys 55.881935546 |
| 574 | 2026-08-25T03:41:18.776Z | trap 0.218022120 |
| 575 | 2026-08-25T03:41:18.776Z | tflt 0.867434184 |
| 576 | 2026-08-25T03:41:18.777Z | dflt 1.470337153 |
| 577 | 2026-08-25T03:41:18.777Z | kflt 0.006790976 |
| 578 | 2026-08-25T03:41:18.777Z | lock 31:36.765768485 |
| 579 | 2026-08-25T03:41:18.777Z | slp 20:35.682735388 |
| 580 | 2026-08-25T03:41:18.777Z | lat 20.212550032 |
| 581 | 2026-08-25T03:41:18.777Z | stop 32.845119963 |
| 582 | 2026-08-25T03:41:18.777Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 583 | 2026-08-25T03:41:18.777Z | + grep GOTPCREL |
| 584 | 2026-08-25T03:41:19.786Z | + header 'package opte' |
| 585 | 2026-08-25T03:41:19.786Z | + echo '# ==== package opte ==== #' |
| 586 | 2026-08-25T03:41:19.789Z | # ==== package opte ==== # |
| 587 | 2026-08-25T03:41:19.789Z | + cargo xtask package --skip-build --profile all |
| 588 | 2026-08-25T03:41:19.921Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 589 | 2026-08-25T03:41:19.925Z | Running `target/debug/xtask package --skip-build --profile all` |
| 590 | 2026-08-25T03:41:20.128Z | + ./clean.sh |
| 591 | 2026-08-25T03:41:20.134Z | + mkdir -p proto/kernel/drv/amd64 |
| 592 | 2026-08-25T03:41:20.140Z | + mkdir -p proto/opt/oxide/opte/bin |
| 593 | 2026-08-25T03:41:20.141Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 594 | 2026-08-25T03:41:20.141Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 595 | 2026-08-25T03:41:20.154Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 596 | 2026-08-25T03:41:20.199Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 597 | 2026-08-25T03:41:20.204Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 598 | 2026-08-25T03:41:20.204Z | + '[' -z ']' |
| 599 | 2026-08-25T03:41:20.204Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 600 | 2026-08-25T03:41:20.229Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 601 | 2026-08-25T03:41:20.281Z | + INC_DEBUG= |
| 602 | 2026-08-25T03:41:20.281Z | + typeset -ri TAG=0 |
| 603 | 2026-08-25T03:41:20.286Z | ++ ./print-api-version.sh |
| 604 | 2026-08-25T03:41:20.293Z | + API_VSN=41 |
| 605 | 2026-08-25T03:41:20.293Z | + PKG_VERSION=0.41.508-3.0 |
| 606 | 2026-08-25T03:41:20.293Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.508-3.0/g opte.template.p5m |
| 607 | 2026-08-25T03:41:20.293Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 608 | 2026-08-25T03:41:20.798Z | + pkgdepend generate -d proto opte.base.p5m |
| 609 | 2026-08-25T03:41:21.132Z | + mkdir -p packages |
| 610 | 2026-08-25T03:41:21.136Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 611 | 2026-08-25T03:41:27.863Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 612 | 2026-08-25T03:41:27.866Z | + pkgrepo create packages/repo |
| 613 | 2026-08-25T03:41:28.076Z | + pkgrepo add-publisher -s packages/repo helios |
| 614 | 2026-08-25T03:41:28.280Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 615 | 2026-08-25T03:41:56.347Z | pkg://helios/driver/network/opte@0.41.508,5.11-3.0:20260825T034127Z |
| 616 | 2026-08-25T03:41:56.348Z | PUBLISHED |
| 617 | 2026-08-25T03:41:56.384Z | + pkgrecv -a -d packages/repo/opte-0.41.508-3.0.p5p -s packages/repo -v -m latest '*' |
| 618 | 2026-08-25T03:41:56.560Z | Retrieving packages for publisher helios ... |
| 619 | 2026-08-25T03:41:56.563Z | Retrieving catalog 'helios' ... Done |
| 620 | 2026-08-25T03:41:56.567Z | Retrieving and evaluating 1 package(s)... |
| 621 | 2026-08-25T03:41:56.567Z | Fetching manifests: 1/1 100% complete |
| 622 | 2026-08-25T03:41:56.567Z | Fetching manifests: 1/1 100% complete |
| 623 | 2026-08-25T03:41:56.567Z | |
| 624 | 2026-08-25T03:41:56.567Z | Archiving packages ... |
| 625 | 2026-08-25T03:41:56.567Z | Packages to add: 1 |
| 626 | 2026-08-25T03:41:56.567Z | Files to retrieve: 6 |
| 627 | 2026-08-25T03:41:56.567Z | Estimated transfer size: 36.10 MB |
| 628 | 2026-08-25T03:41:56.567Z | |
| 629 | 2026-08-25T03:41:56.567Z | Packages to archive: |
| 630 | 2026-08-25T03:41:56.567Z | driver/network/opte@0.41.508,5.11-3.0:20260825T034127Z |
| 631 | 2026-08-25T03:41:56.567Z | |
| 632 | 2026-08-25T03:41:56.567Z | Download: 0/6 items 0.0/36.1MB 0% complete |
| 633 | 2026-08-25T03:41:56.631Z | Download: Completed 36.10 MB in 0.07 seconds (533M/s) |
| 634 | 2026-08-25T03:41:56.634Z | Archiving: 1/20 items 0.0/36.1MB 0% complete |
| 635 | 2026-08-25T03:41:56.648Z | Archiving: Completed 36.14 MB in 0.02 seconds |
| 636 | 2026-08-25T03:41:56.688Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.508-3.0.p5p. |
| 637 | 2026-08-25T03:41:56.688Z | + banner copy |
| 638 | 2026-08-25T03:41:56.693Z | |
| 639 | 2026-08-25T03:41:56.693Z | #### #### ##### # # |
| 640 | 2026-08-25T03:41:56.693Z | # # # # # # # # |
| 641 | 2026-08-25T03:41:56.693Z | # # # # # # |
| 642 | 2026-08-25T03:41:56.693Z | # # # ##### # |
| 643 | 2026-08-25T03:41:56.693Z | # # # # # # |
| 644 | 2026-08-25T03:41:56.693Z | #### #### # # |
| 645 | 2026-08-25T03:41:56.693Z | |
| 646 | 2026-08-25T03:41:56.693Z | + pfexec mkdir -p /out |
| 647 | 2026-08-25T03:41:56.697Z | + pfexec chown 12345 /out |
| 648 | 2026-08-25T03:41:56.697Z | + PKG_NAME=/out/opte.p5p |
| 649 | 2026-08-25T03:41:56.697Z | + mv pkg/packages/repo/opte-0.41.508-3.0.p5p /out/opte.p5p |
| 650 | 2026-08-25T03:41:56.724Z | + sha256sum /out/opte.p5p |
| 651 | 2026-08-25T03:41:56.752Z | process exited: duration 241580 ms, exit code 0 |
| |
| 652 | 2026-08-25T03:41:56.765Z | found 2 output files |
| 653 | 2026-08-25T03:41:56.765Z | uploading: /out/opte.p5p (37898240 bytes) |
| 654 | 2026-08-25T03:41:58.018Z | uploaded: /out/opte.p5p |
| 655 | 2026-08-25T03:41:58.018Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 656 | 2026-08-25T03:41:59.028Z | uploaded: /out/opte.p5p.sha256 |