|
|
|
| 1 | 2026-07-26T04:23:45.188Z | job assigned to worker 01KYEAK19BMJQ316D7GSQWD22A [factory aws, i-0db506128ec0c644d] (queued for 47 s) |
| |
| 2 | 2026-07-26T04:23:51.971Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:51.978Z | ++ uname -s |
| 4 | 2026-07-26T04:23:51.979Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:51.979Z | + build_user=build |
| 6 | 2026-07-26T04:23:51.979Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:51.979Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:51.979Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:51.979Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:51.979Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:51.979Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:51.979Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:53.979Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:54.145Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:54.154Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:54.154Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:54.154Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:54.155Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:56.155Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:56.165Z | process exited: duration 4186 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:56.182Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:56.188Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:56.188Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-26T04:23:56.188Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-26T04:23:56.188Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-26T04:23:56.188Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-07-26T04:23:56.188Z | * rust toolchain profile = "default" |
| 28 | 2026-07-26T04:23:56.188Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:56.188Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:56.309Z | info: downloading installer |
| 31 | 2026-07-26T04:23:57.605Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:57.605Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:57.605Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:57.605Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:57.622Z | info: profile set to default |
| 36 | 2026-07-26T04:23:57.622Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:57.622Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:57.738Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:57.752Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:12.402Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:12.402Z | |
| 42 | 2026-07-26T04:24:12.427Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:12.427Z | |
| 44 | 2026-07-26T04:24:12.427Z | |
| 45 | 2026-07-26T04:24:12.427Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:12.427Z | |
| 47 | 2026-07-26T04:24:12.427Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:12.427Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:12.427Z | |
| 50 | 2026-07-26T04:24:12.428Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:12.428Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:12.428Z | |
| 53 | 2026-07-26T04:24:12.428Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:12.428Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:12.428Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:12.428Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:12.428Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:12.436Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:12.436Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:12.436Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:12.436Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:12.541Z | + rustup --version |
| 63 | 2026-07-26T04:24:12.555Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:12.555Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:12.555Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:12.562Z | + cargo --version |
| 67 | 2026-07-26T04:24:12.572Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:12.572Z | + rustc --version |
| 69 | 2026-07-26T04:24:12.586Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:12.590Z | process exited: duration 16414 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:12.602Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:12.619Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:24:19.388Z | process exited: duration 6784 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:24:19.395Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:24:19.400Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:19.403Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:24:19.432Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:24:20.309Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:24:20.309Z | + git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 80 | 2026-07-26T04:24:20.550Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:24:20.550Z | * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD |
| 82 | 2026-07-26T04:24:20.557Z | + [[ -n renovate/heapless-0.x ]] |
| 83 | 2026-07-26T04:24:20.560Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:24:20.560Z | + current=master |
| 85 | 2026-07-26T04:24:20.560Z | + [[ master != renovate/heapless-0.x ]] |
| 86 | 2026-07-26T04:24:20.560Z | + git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 87 | 2026-07-26T04:24:20.564Z | + git checkout -f renovate/heapless-0.x |
| 88 | 2026-07-26T04:24:20.578Z | Switched to branch 'renovate/heapless-0.x' |
| 89 | 2026-07-26T04:24:20.582Z | + git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 90 | 2026-07-26T04:24:20.595Z | HEAD is now at 335d9c2 Update Rust crate heapless to 0.9 |
| 91 | 2026-07-26T04:24:20.599Z | process exited: duration 1200 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:24:20.609Z | starting task 4: "build" |
| 93 | 2026-07-26T04:24:20.612Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:24:20.616Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:24:20.620Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:24:20.620Z | ++ pushd xde |
| 97 | 2026-07-26T04:24:20.620Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:24:20.620Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:24:20.623Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:24:20.812Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:24:20.815Z | info: downloading 6 components |
| 102 | 2026-07-26T04:24:35.007Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:24:35.104Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:24:35.107Z | +++ head -n 1 |
| 105 | 2026-07-26T04:24:35.107Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:24:35.159Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:35.159Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:24:35.159Z | ++ popd |
| 109 | 2026-07-26T04:24:35.162Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:24:35.162Z | + TGT_BASE=/work |
| 111 | 2026-07-26T04:24:35.162Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 112 | 2026-07-26T04:24:35.162Z | + REL_TGT=/work/release |
| 113 | 2026-07-26T04:24:35.162Z | + mkdir -p /work/release |
| 114 | 2026-07-26T04:24:35.163Z | + cargo --version |
| 115 | 2026-07-26T04:24:35.170Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 116 | 2026-07-26T04:24:35.173Z | + rustc --version |
| 117 | 2026-07-26T04:24:35.192Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 118 | 2026-07-26T04:24:35.195Z | + header 'build xde and opteadm (release+debug)' |
| 119 | 2026-07-26T04:24:35.196Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 120 | 2026-07-26T04:24:35.196Z | # ==== build xde and opteadm (release+debug) ==== # |
| 121 | 2026-07-26T04:24:35.196Z | + ptime -m cargo xtask build --profile all |
| 122 | 2026-07-26T04:24:35.296Z | Updating crates.io index |
| 123 | 2026-07-26T04:24:35.300Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 124 | 2026-07-26T04:24:36.184Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 125 | 2026-07-26T04:24:36.409Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 126 | 2026-07-26T04:24:36.637Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 127 | 2026-07-26T04:24:36.984Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 128 | 2026-07-26T04:24:37.222Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 129 | 2026-07-26T04:24:37.497Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 130 | 2026-07-26T04:24:38.976Z | Downloading crates ... |
| 131 | 2026-07-26T04:24:39.020Z | Downloaded anstream v1.0.0 |
| 132 | 2026-07-26T04:24:39.025Z | Downloaded heck v0.5.0 |
| 133 | 2026-07-26T04:24:39.030Z | Downloaded cargo-platform v0.3.3 |
| 134 | 2026-07-26T04:24:39.034Z | Downloaded anstyle-query v1.1.5 |
| 135 | 2026-07-26T04:24:39.047Z | Downloaded equivalent v1.0.2 |
| 136 | 2026-07-26T04:24:39.051Z | Downloaded itoa v1.0.18 |
| 137 | 2026-07-26T04:24:39.052Z | Downloaded clap_lex v1.1.0 |
| 138 | 2026-07-26T04:24:39.058Z | Downloaded strsim v0.11.1 |
| 139 | 2026-07-26T04:24:39.062Z | Downloaded utf8parse v0.2.2 |
| 140 | 2026-07-26T04:24:39.062Z | Downloaded colorchoice v1.0.5 |
| 141 | 2026-07-26T04:24:39.067Z | Downloaded anstyle-parse v1.0.0 |
| 142 | 2026-07-26T04:24:39.073Z | Downloaded errno v0.3.14 |
| 143 | 2026-07-26T04:24:39.076Z | Downloaded is_terminal_polyfill v1.70.2 |
| 144 | 2026-07-26T04:24:39.081Z | Downloaded terminal_size v0.4.4 |
| 145 | 2026-07-26T04:24:39.085Z | Downloaded anstyle v1.0.14 |
| 146 | 2026-07-26T04:24:39.085Z | Downloaded cargo_metadata v0.23.1 |
| 147 | 2026-07-26T04:24:39.091Z | Downloaded serde_spanned v1.1.1 |
| 148 | 2026-07-26T04:24:39.101Z | Downloaded camino v1.2.4 |
| 149 | 2026-07-26T04:24:39.105Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 150 | 2026-07-26T04:24:39.105Z | Downloaded thiserror v2.0.18 |
| 151 | 2026-07-26T04:24:39.114Z | Downloaded zmij v1.0.22 |
| 152 | 2026-07-26T04:24:39.123Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 153 | 2026-07-26T04:24:39.123Z | Downloaded quote v1.0.46 |
| 154 | 2026-07-26T04:24:39.123Z | Downloaded thiserror-impl v2.0.18 |
| 155 | 2026-07-26T04:24:39.123Z | Downloaded semver v1.0.28 |
| 156 | 2026-07-26T04:24:39.127Z | Downloaded clap_derive v4.6.1 |
| 157 | 2026-07-26T04:24:39.131Z | Downloaded bitflags v2.13.0 |
| 158 | 2026-07-26T04:24:39.138Z | Downloaded anyhow v1.0.103 |
| 159 | 2026-07-26T04:24:39.143Z | Downloaded serde_derive v1.0.228 |
| 160 | 2026-07-26T04:24:39.143Z | Downloaded unicode-ident v1.0.24 |
| 161 | 2026-07-26T04:24:39.147Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 162 | 2026-07-26T04:24:39.157Z | Downloaded clap v4.6.1 |
| 163 | 2026-07-26T04:24:39.158Z | Downloaded proc-macro2 v1.0.106 |
| 164 | 2026-07-26T04:24:39.158Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 165 | 2026-07-26T04:24:39.189Z | Downloaded serde_core v1.0.228 |
| 166 | 2026-07-26T04:24:39.189Z | Downloaded serde v1.0.228 |
| 167 | 2026-07-26T04:24:39.189Z | Downloaded memchr v2.8.3 |
| 168 | 2026-07-26T04:24:39.189Z | Downloaded syn v2.0.118 |
| 169 | 2026-07-26T04:24:39.189Z | Downloaded indexmap v2.14.0 |
| 170 | 2026-07-26T04:24:39.189Z | Downloaded hashbrown v0.17.1 |
| 171 | 2026-07-26T04:24:39.195Z | Downloaded clap_builder v4.6.0 |
| 172 | 2026-07-26T04:24:39.207Z | Downloaded serde_json v1.0.150 |
| 173 | 2026-07-26T04:24:39.210Z | Downloaded winnow v1.0.3 |
| 174 | 2026-07-26T04:24:39.243Z | Downloaded rustix v1.1.4 |
| 175 | 2026-07-26T04:24:39.273Z | Downloaded libc v0.2.186 |
| 176 | 2026-07-26T04:24:39.319Z | Compiling serde_core v1.0.228 |
| 177 | 2026-07-26T04:24:39.319Z | Compiling proc-macro2 v1.0.106 |
| 178 | 2026-07-26T04:24:39.319Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-07-26T04:24:39.324Z | Compiling quote v1.0.46 |
| 180 | 2026-07-26T04:24:39.324Z | Compiling libc v0.2.186 |
| 181 | 2026-07-26T04:24:39.324Z | Compiling rustix v1.1.4 |
| 182 | 2026-07-26T04:24:39.324Z | Compiling utf8parse v0.2.2 |
| 183 | 2026-07-26T04:24:39.324Z | Compiling bitflags v2.13.0 |
| 184 | 2026-07-26T04:24:39.504Z | Compiling zmij v1.0.22 |
| 185 | 2026-07-26T04:24:39.520Z | Compiling anstyle-parse v1.0.0 |
| 186 | 2026-07-26T04:24:39.771Z | Compiling serde_json v1.0.150 |
| 187 | 2026-07-26T04:24:39.784Z | Compiling colorchoice v1.0.5 |
| 188 | 2026-07-26T04:24:39.878Z | Compiling is_terminal_polyfill v1.70.2 |
| 189 | 2026-07-26T04:24:39.884Z | Compiling serde v1.0.228 |
| 190 | 2026-07-26T04:24:39.921Z | Compiling anstyle v1.0.14 |
| 191 | 2026-07-26T04:24:40.055Z | Compiling anstyle-query v1.1.5 |
| 192 | 2026-07-26T04:24:40.082Z | Compiling thiserror v2.0.18 |
| 193 | 2026-07-26T04:24:40.082Z | Compiling camino v1.2.4 |
| 194 | 2026-07-26T04:24:40.177Z | Compiling errno v0.3.14 |
| 195 | 2026-07-26T04:24:40.186Z | Compiling anstream v1.0.0 |
| 196 | 2026-07-26T04:24:40.197Z | Compiling memchr v2.8.3 |
| 197 | 2026-07-26T04:24:40.350Z | Compiling itoa v1.0.18 |
| 198 | 2026-07-26T04:24:40.536Z | Compiling winnow v1.0.3 |
| 199 | 2026-07-26T04:24:40.617Z | Compiling clap_lex v1.1.0 |
| 200 | 2026-07-26T04:24:40.621Z | Compiling syn v2.0.118 |
| 201 | 2026-07-26T04:24:40.669Z | Compiling anyhow v1.0.103 |
| 202 | 2026-07-26T04:24:40.690Z | Compiling heck v0.5.0 |
| 203 | 2026-07-26T04:24:40.911Z | Compiling terminal_size v0.4.4 |
| 204 | 2026-07-26T04:24:40.983Z | Compiling strsim v0.11.1 |
| 205 | 2026-07-26T04:24:41.032Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-07-26T04:24:41.059Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-07-26T04:24:41.208Z | Compiling clap_builder v4.6.0 |
| 208 | 2026-07-26T04:24:41.720Z | Compiling serde_spanned v1.1.1 |
| 209 | 2026-07-26T04:24:41.826Z | Compiling semver v1.0.28 |
| 210 | 2026-07-26T04:24:41.910Z | Compiling cargo-platform v0.3.3 |
| 211 | 2026-07-26T04:24:42.217Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 212 | 2026-07-26T04:24:42.503Z | Compiling toml v1.1.2+spec-1.1.0 |
| 213 | 2026-07-26T04:24:43.037Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-07-26T04:24:43.175Z | Compiling thiserror-impl v2.0.18 |
| 215 | 2026-07-26T04:24:43.217Z | Compiling clap_derive v4.6.1 |
| 216 | 2026-07-26T04:24:44.742Z | Compiling clap v4.6.1 |
| 217 | 2026-07-26T04:24:46.181Z | Compiling cargo_metadata v0.23.1 |
| 218 | 2026-07-26T04:24:48.668Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 219 | 2026-07-26T04:24:50.287Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.08s |
| 220 | 2026-07-26T04:24:50.364Z | Running `target/debug/xtask build --profile all` |
| 221 | 2026-07-26T04:24:52.012Z | Building opteadm (release). |
| 222 | 2026-07-26T04:24:52.105Z | Compiling proc-macro2 v1.0.106 |
| 223 | 2026-07-26T04:24:52.105Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-26T04:24:52.106Z | Compiling quote v1.0.46 |
| 225 | 2026-07-26T04:24:52.106Z | Compiling serde_core v1.0.228 |
| 226 | 2026-07-26T04:24:52.109Z | Compiling libc v0.2.186 |
| 227 | 2026-07-26T04:24:52.109Z | Compiling cfg-if v1.0.4 |
| 228 | 2026-07-26T04:24:52.109Z | Compiling thiserror v2.0.18 |
| 229 | 2026-07-26T04:24:52.109Z | Compiling strsim v0.11.1 |
| 230 | 2026-07-26T04:24:52.175Z | Compiling ident_case v1.0.1 |
| 231 | 2026-07-26T04:24:52.231Z | Compiling memchr v2.8.3 |
| 232 | 2026-07-26T04:24:52.275Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-07-26T04:24:52.398Z | Compiling either v1.16.0 |
| 234 | 2026-07-26T04:24:52.417Z | Compiling zerocopy v0.8.54 |
| 235 | 2026-07-26T04:24:52.586Z | Compiling winnow v1.0.3 |
| 236 | 2026-07-26T04:24:52.596Z | Compiling equivalent v1.0.2 |
| 237 | 2026-07-26T04:24:52.662Z | Compiling aho-corasick v1.1.4 |
| 238 | 2026-07-26T04:24:52.760Z | Compiling anyhow v1.0.103 |
| 239 | 2026-07-26T04:24:52.765Z | Compiling serde v1.0.228 |
| 240 | 2026-07-26T04:24:52.832Z | Compiling hashbrown v0.17.1 |
| 241 | 2026-07-26T04:24:53.123Z | Compiling itertools v0.15.0 |
| 242 | 2026-07-26T04:24:53.219Z | Compiling syn v2.0.118 |
| 243 | 2026-07-26T04:24:53.262Z | Compiling byteorder v1.5.0 |
| 244 | 2026-07-26T04:24:53.351Z | Compiling indexmap v2.14.0 |
| 245 | 2026-07-26T04:24:53.441Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 246 | 2026-07-26T04:24:53.574Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 247 | 2026-07-26T04:24:53.646Z | Compiling heapless v0.8.0 |
| 248 | 2026-07-26T04:24:53.926Z | Compiling regex-automata v0.4.15 |
| 249 | 2026-07-26T04:24:53.984Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 250 | 2026-07-26T04:24:54.102Z | Compiling hash32 v0.3.1 |
| 251 | 2026-07-26T04:24:54.150Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 252 | 2026-07-26T04:24:54.226Z | Compiling bitflags v2.13.0 |
| 253 | 2026-07-26T04:24:54.296Z | Compiling stable_deref_trait v1.2.1 |
| 254 | 2026-07-26T04:24:54.336Z | Compiling rustversion v1.0.23 |
| 255 | 2026-07-26T04:24:54.345Z | Compiling smoltcp v0.11.0 |
| 256 | 2026-07-26T04:24:54.358Z | Compiling syn v1.0.109 |
| 257 | 2026-07-26T04:24:54.411Z | Compiling macaddr v1.0.1 |
| 258 | 2026-07-26T04:24:54.564Z | Compiling proc-macro-crate v3.5.0 |
| 259 | 2026-07-26T04:24:54.665Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 260 | 2026-07-26T04:24:54.684Z | Compiling ref-cast v1.0.25 |
| 261 | 2026-07-26T04:24:54.694Z | Compiling getrandom v0.4.3 |
| 262 | 2026-07-26T04:24:54.864Z | Compiling rustix v1.1.4 |
| 263 | 2026-07-26T04:24:54.869Z | Compiling bitflags v1.3.2 |
| 264 | 2026-07-26T04:24:54.926Z | Compiling rand_core v0.10.1 |
| 265 | 2026-07-26T04:24:54.941Z | Compiling version_check v0.9.5 |
| 266 | 2026-07-26T04:24:54.957Z | Compiling managed v0.8.0 |
| 267 | 2026-07-26T04:24:55.093Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 268 | 2026-07-26T04:24:55.186Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 269 | 2026-07-26T04:24:55.385Z | Compiling errno v0.3.14 |
| 270 | 2026-07-26T04:24:55.483Z | Compiling ipnetwork v0.21.1 |
| 271 | 2026-07-26T04:24:55.525Z | Compiling utf8parse v0.2.2 |
| 272 | 2026-07-26T04:24:55.548Z | Compiling foreign-types-shared v0.3.1 |
| 273 | 2026-07-26T04:24:55.618Z | Compiling regex v1.13.0 |
| 274 | 2026-07-26T04:24:55.625Z | Compiling cpufeatures v0.3.0 |
| 275 | 2026-07-26T04:24:55.685Z | Compiling once_cell v1.21.4 |
| 276 | 2026-07-26T04:24:55.938Z | Compiling darling_core v0.23.0 |
| 277 | 2026-07-26T04:24:56.019Z | Compiling unicode-width v0.2.2 |
| 278 | 2026-07-26T04:24:56.087Z | Compiling tracing-core v0.1.36 |
| 279 | 2026-07-26T04:24:56.261Z | Compiling tabwriter v1.4.1 |
| 280 | 2026-07-26T04:24:56.310Z | Compiling cstr-argument v0.1.2 |
| 281 | 2026-07-26T04:24:56.465Z | Compiling chacha20 v0.10.1 |
| 282 | 2026-07-26T04:24:56.542Z | Compiling anstyle-parse v1.0.0 |
| 283 | 2026-07-26T04:24:56.976Z | Compiling is_terminal_polyfill v1.70.2 |
| 284 | 2026-07-26T04:24:57.067Z | Compiling dyn-clone v1.0.20 |
| 285 | 2026-07-26T04:24:57.114Z | Compiling thiserror-impl v2.0.18 |
| 286 | 2026-07-26T04:24:57.139Z | Compiling zerocopy-derive v0.8.54 |
| 287 | 2026-07-26T04:24:57.150Z | Compiling serde_derive v1.0.228 |
| 288 | 2026-07-26T04:24:57.200Z | Compiling num_enum_derive v0.7.6 |
| 289 | 2026-07-26T04:24:57.493Z | Compiling foreign-types-macros v0.2.3 |
| 290 | 2026-07-26T04:24:58.077Z | Compiling ref-cast-impl v1.0.25 |
| 291 | 2026-07-26T04:24:58.126Z | Compiling darling_macro v0.23.0 |
| 292 | 2026-07-26T04:24:58.143Z | Compiling foreign-types v0.5.0 |
| 293 | 2026-07-26T04:24:58.190Z | Compiling tracing-attributes v0.1.31 |
| 294 | 2026-07-26T04:24:58.213Z | Compiling num_enum v0.7.6 |
| 295 | 2026-07-26T04:24:58.324Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 296 | 2026-07-26T04:24:58.448Z | Compiling cobs v0.3.0 |
| 297 | 2026-07-26T04:24:58.580Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 298 | 2026-07-26T04:24:58.661Z | Compiling colorchoice v1.0.5 |
| 299 | 2026-07-26T04:24:58.704Z | Compiling darling v0.23.0 |
| 300 | 2026-07-26T04:24:58.756Z | Compiling anstyle v1.0.14 |
| 301 | 2026-07-26T04:24:58.756Z | Compiling anstyle-query v1.1.5 |
| 302 | 2026-07-26T04:24:58.767Z | Compiling ingot-macros v0.2.0 |
| 303 | 2026-07-26T04:24:58.809Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 304 | 2026-07-26T04:24:58.846Z | Compiling pretty-hex v0.4.2 |
| 305 | 2026-07-26T04:24:59.018Z | Compiling pin-project-lite v0.2.17 |
| 306 | 2026-07-26T04:24:59.029Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 307 | 2026-07-26T04:24:59.029Z | Compiling anstream v1.0.0 |
| 308 | 2026-07-26T04:24:59.047Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 309 | 2026-07-26T04:24:59.057Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 310 | 2026-07-26T04:24:59.156Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-07-26T04:24:59.391Z | Compiling rand v0.10.2 |
| 312 | 2026-07-26T04:24:59.408Z | Compiling tracing v0.1.44 |
| 313 | 2026-07-26T04:24:59.424Z | Compiling uuid v1.23.5 |
| 314 | 2026-07-26T04:24:59.621Z | Compiling socket2 v0.6.4 |
| 315 | 2026-07-26T04:24:59.742Z | Compiling colored v3.1.1 |
| 316 | 2026-07-26T04:24:59.749Z | Compiling clap_lex v1.1.0 |
| 317 | 2026-07-26T04:24:59.832Z | Compiling heck v0.5.0 |
| 318 | 2026-07-26T04:25:00.154Z | Compiling oxnet v0.1.6 |
| 319 | 2026-07-26T04:25:00.160Z | Compiling clap_derive v4.6.1 |
| 320 | 2026-07-26T04:25:00.255Z | Compiling clap_builder v4.6.0 |
| 321 | 2026-07-26T04:25:00.447Z | Compiling postcard v1.1.3 |
| 322 | 2026-07-26T04:25:00.462Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-07-26T04:25:01.646Z | Compiling ingot-types v0.2.0 |
| 324 | 2026-07-26T04:25:01.983Z | Compiling ingot v0.2.0 |
| 325 | 2026-07-26T04:25:02.308Z | Compiling clap v4.6.1 |
| 326 | 2026-07-26T04:25:03.710Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-07-26T04:25:04.741Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-07-26T04:25:05.803Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-07-26T04:25:12.506Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.49s |
| 330 | 2026-07-26T04:25:12.533Z | Building xde (release-lto). |
| 331 | 2026-07-26T04:25:12.784Z | Updating crates.io index |
| 332 | 2026-07-26T04:25:12.869Z | Downloading crates ... |
| 333 | 2026-07-26T04:25:12.935Z | Downloaded adler2 v2.0.1 |
| 334 | 2026-07-26T04:25:12.938Z | Downloaded rustc-literal-escaper v0.0.8 |
| 335 | 2026-07-26T04:25:12.944Z | Downloaded addr2line v0.27.0 |
| 336 | 2026-07-26T04:25:12.950Z | Downloaded rustc-demangle v0.1.28 |
| 337 | 2026-07-26T04:25:12.956Z | Downloaded foldhash v0.2.0 |
| 338 | 2026-07-26T04:25:12.959Z | Downloaded getopts v0.2.24 |
| 339 | 2026-07-26T04:25:12.977Z | Downloaded miniz_oxide v0.9.1 |
| 340 | 2026-07-26T04:25:12.981Z | Downloaded memchr v2.7.6 |
| 341 | 2026-07-26T04:25:13.031Z | Downloaded gimli v0.34.0 |
| 342 | 2026-07-26T04:25:13.036Z | Downloaded object v0.39.1 |
| 343 | 2026-07-26T04:25:13.068Z | Downloaded libc v0.2.185 |
| 344 | 2026-07-26T04:25:13.124Z | 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) |
| 345 | 2026-07-26T04:25:13.127Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-07-26T04:25:13.127Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-07-26T04:25:13.127Z | Compiling quote v1.0.46 |
| 348 | 2026-07-26T04:25:13.128Z | Compiling unicode-ident v1.0.24 |
| 349 | 2026-07-26T04:25:13.128Z | Compiling serde_core v1.0.228 |
| 350 | 2026-07-26T04:25:13.128Z | Compiling strsim v0.11.1 |
| 351 | 2026-07-26T04:25:13.148Z | Compiling ident_case v1.0.1 |
| 352 | 2026-07-26T04:25:13.293Z | Compiling memchr v2.8.3 |
| 353 | 2026-07-26T04:25:13.297Z | Compiling regex-syntax v0.8.11 |
| 354 | 2026-07-26T04:25:13.557Z | Compiling either v1.16.0 |
| 355 | 2026-07-26T04:25:13.564Z | Compiling zerocopy v0.8.54 |
| 356 | 2026-07-26T04:25:13.571Z | Compiling thiserror v2.0.18 |
| 357 | 2026-07-26T04:25:13.689Z | Compiling aho-corasick v1.1.4 |
| 358 | 2026-07-26T04:25:13.756Z | Compiling serde v1.0.228 |
| 359 | 2026-07-26T04:25:13.950Z | Compiling itertools v0.15.0 |
| 360 | 2026-07-26T04:25:14.186Z | Compiling heapless v0.8.0 |
| 361 | 2026-07-26T04:25:14.189Z | Compiling smoltcp v0.11.0 |
| 362 | 2026-07-26T04:25:14.343Z | Compiling syn v2.0.118 |
| 363 | 2026-07-26T04:25:14.386Z | Compiling heapless v0.9.3 |
| 364 | 2026-07-26T04:25:14.630Z | Compiling crc32fast v1.5.0 |
| 365 | 2026-07-26T04:25:14.665Z | Compiling ref-cast v1.0.25 |
| 366 | 2026-07-26T04:25:14.758Z | Compiling regex-automata v0.4.15 |
| 367 | 2026-07-26T04:25:14.991Z | Compiling version_check v0.9.5 |
| 368 | 2026-07-26T04:25:15.361Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-07-26T04:25:16.386Z | Compiling regex v1.13.0 |
| 370 | 2026-07-26T04:25:16.717Z | Compiling darling_core v0.23.0 |
| 371 | 2026-07-26T04:25:17.501Z | Compiling serde_derive v1.0.228 |
| 372 | 2026-07-26T04:25:17.502Z | Compiling zerocopy-derive v0.8.54 |
| 373 | 2026-07-26T04:25:17.502Z | Compiling thiserror-impl v2.0.18 |
| 374 | 2026-07-26T04:25:17.502Z | Compiling ref-cast-impl v1.0.25 |
| 375 | 2026-07-26T04:25:17.505Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 376 | 2026-07-26T04:25:18.909Z | Compiling darling_macro v0.23.0 |
| 377 | 2026-07-26T04:25:19.790Z | Compiling darling v0.23.0 |
| 378 | 2026-07-26T04:25:19.855Z | Compiling ingot-macros v0.2.0 |
| 379 | 2026-07-26T04:25:19.858Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 380 | 2026-07-26T04:25:25.835Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 381 | 2026-07-26T04:25:28.143Z | Compiling byteorder v1.5.0 |
| 382 | 2026-07-26T04:25:28.143Z | Compiling stable_deref_trait v1.2.1 |
| 383 | 2026-07-26T04:25:28.143Z | Compiling macaddr v1.0.1 |
| 384 | 2026-07-26T04:25:28.146Z | Compiling cfg-if v1.0.4 |
| 385 | 2026-07-26T04:25:28.206Z | Compiling bitflags v1.3.2 |
| 386 | 2026-07-26T04:25:28.215Z | Compiling cobs v0.3.0 |
| 387 | 2026-07-26T04:25:28.245Z | Compiling managed v0.8.0 |
| 388 | 2026-07-26T04:25:28.338Z | Compiling hash32 v0.3.1 |
| 389 | 2026-07-26T04:25:28.504Z | Compiling dyn-clone v1.0.20 |
| 390 | 2026-07-26T04:25:28.513Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 391 | 2026-07-26T04:25:29.732Z | Compiling bitflags v2.13.0 |
| 392 | 2026-07-26T04:25:29.732Z | Compiling uuid v1.23.5 |
| 393 | 2026-07-26T04:25:29.876Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 394 | 2026-07-26T04:25:30.173Z | Compiling postcard v1.1.3 |
| 395 | 2026-07-26T04:25:31.020Z | Compiling ingot-types v0.2.0 |
| 396 | 2026-07-26T04:25:31.352Z | Compiling ingot v0.2.0 |
| 397 | 2026-07-26T04:25:32.875Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 398 | 2026-07-26T04:25:34.552Z | error[E0308]: mismatched types |
| 399 | 2026-07-26T04:25:34.552Z | --> lib/opte/src/engine/dhcp.rs:556:13 |
| 400 | 2026-07-26T04:25:34.552Z | | |
| 401 | 2026-07-26T04:25:34.552Z | 556 | dns_servers, |
| 402 | 2026-07-26T04:25:34.552Z | | ^^^^^^^^^^^ expected `Option<Vec<Ipv4Address, 3>>`, found `Option<VecInner<Ipv4Address, _, _>>` |
| 403 | 2026-07-26T04:25:34.552Z | | |
| 404 | 2026-07-26T04:25:34.552Z | = note: expected enum `Option<heapless::vec::Vec<Ipv4Address, 3>>` |
| 405 | 2026-07-26T04:25:34.552Z | found enum `Option<VecInner<Ipv4Address, _, heapless::vec::storage::VecStorageInner<[MaybeUninit<Ipv4Address>; _]>>>` |
| 406 | 2026-07-26T04:25:34.552Z | |
| 407 | 2026-07-26T04:25:36.015Z | For more information about this error, try `rustc --explain E0308`. |
| 408 | 2026-07-26T04:25:36.081Z | error: could not compile `opte` (lib) due to 1 previous error |
| 409 | 2026-07-26T04:25:36.105Z | Error: failed to build "xde" |
| 410 | 2026-07-26T04:25:36.105Z | |
| 411 | 2026-07-26T04:25:36.105Z | Caused by: |
| 412 | 2026-07-26T04:25:36.105Z | failed to run (status exit status: 101) |
| 413 | 2026-07-26T04:25:36.108Z | |
| 414 | 2026-07-26T04:25:36.108Z | real 1:00.907686528 |
| 415 | 2026-07-26T04:25:36.108Z | user 3:48.898063109 |
| 416 | 2026-07-26T04:25:36.108Z | sys 30.826128882 |
| 417 | 2026-07-26T04:25:36.108Z | trap 0.125244488 |
| 418 | 2026-07-26T04:25:36.108Z | tflt 0.454361912 |
| 419 | 2026-07-26T04:25:36.108Z | dflt 0.775473295 |
| 420 | 2026-07-26T04:25:36.108Z | kflt 0.005356988 |
| 421 | 2026-07-26T04:25:36.108Z | lock 12:00.890627084 |
| 422 | 2026-07-26T04:25:36.108Z | slp 8:58.255260421 |
| 423 | 2026-07-26T04:25:36.108Z | lat 10.241859653 |
| 424 | 2026-07-26T04:25:36.108Z | stop 20.419761163 |
| 425 | 2026-07-26T04:25:36.108Z | process exited: duration 75498 ms, exit code 1 |
| |
| 426 | 2026-07-26T04:25:36.116Z | found 0 output files |
| 427 | 2026-07-26T04:25:36.116Z | upload error: rule "/out/opte.p5p" required a match, but was not used |
| 428 | 2026-07-26T04:25:36.116Z | upload error: rule "/out/opte.p5p.sha256" required a match, but was not used |