|
|
|
| 1 | 2026-07-20T10:29:09.568Z | job assigned to worker 01KXZH3GVHMVK12EAVHGE0RSRT [factory aws, i-02e4d9f13215020fa] (queued for 1 m 0 s) |
| |
| 2 | 2026-07-20T10:29:16.360Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:29:16.364Z | ++ uname -s |
| 4 | 2026-07-20T10:29:16.367Z | + kern=SunOS |
| 5 | 2026-07-20T10:29:16.367Z | + build_user=build |
| 6 | 2026-07-20T10:29:16.367Z | + build_uid=12345 |
| 7 | 2026-07-20T10:29:16.367Z | + work_dir=/work |
| 8 | 2026-07-20T10:29:16.367Z | + input_dir=/input |
| 9 | 2026-07-20T10:29:16.367Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:29:16.367Z | + case "$kern" in |
| 11 | 2026-07-20T10:29:16.367Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:29:16.371Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:29:18.373Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:29:18.484Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:29:18.487Z | + home_fs=zfs |
| 16 | 2026-07-20T10:29:18.487Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:29:18.487Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:29:18.487Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:29:20.489Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:29:20.492Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:29:20.497Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:29:20.500Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-20T10:29:20.500Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-20T10:29:20.500Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-20T10:29:20.501Z | * rust toolchain profile = "default" |
| 26 | 2026-07-20T10:29:20.501Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T10:29:20.501Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T10:29:20.503Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:29:20.503Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T10:29:20.604Z | info: downloading installer |
| 31 | 2026-07-20T10:29:21.886Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:29:21.886Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:29:21.886Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:29:21.886Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:29:21.898Z | info: profile set to default |
| 36 | 2026-07-20T10:29:21.898Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:29:21.901Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:29:22.026Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T10:29:22.029Z | info: downloading 6 components |
| 40 | 2026-07-20T10:29:36.744Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T10:29:36.744Z | |
| 42 | 2026-07-20T10:29:36.773Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T10:29:36.773Z | |
| 44 | 2026-07-20T10:29:36.776Z | |
| 45 | 2026-07-20T10:29:36.776Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:29:36.776Z | |
| 47 | 2026-07-20T10:29:36.776Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:29:36.776Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:29:36.776Z | |
| 50 | 2026-07-20T10:29:36.776Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:29:36.776Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:29:36.776Z | |
| 53 | 2026-07-20T10:29:36.776Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:29:36.776Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:29:36.776Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:29:36.776Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:29:36.776Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:29:36.776Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:29:36.776Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:29:36.776Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:29:36.776Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:29:36.879Z | + rustup --version |
| 63 | 2026-07-20T10:29:36.888Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:29:36.890Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:29:36.911Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T10:29:36.914Z | + cargo --version |
| 67 | 2026-07-20T10:29:36.929Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T10:29:36.931Z | + rustc --version |
| 69 | 2026-07-20T10:29:36.951Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T10:29:36.954Z | process exited: duration 16457 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:29:36.959Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:29:36.975Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:29:36.980Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:29:36.983Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:29:36.986Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:29:37.016Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:29:37.894Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:29:37.894Z | + git fetch origin 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 79 | 2026-07-20T10:29:38.130Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:29:38.130Z | * branch 2571d9323c72b0d6d59ae719a8c235eeb081e2db -> FETCH_HEAD |
| 81 | 2026-07-20T10:29:38.136Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
| 82 | 2026-07-20T10:29:38.139Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:29:38.139Z | + current=master |
| 84 | 2026-07-20T10:29:38.139Z | + [[ master != renovate/anyhow-1.x-lockfile ]] |
| 85 | 2026-07-20T10:29:38.139Z | + git branch -f renovate/anyhow-1.x-lockfile 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 86 | 2026-07-20T10:29:38.141Z | + git checkout -f renovate/anyhow-1.x-lockfile |
| 87 | 2026-07-20T10:29:38.157Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
| 88 | 2026-07-20T10:29:38.160Z | + git reset --hard 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 89 | 2026-07-20T10:29:38.174Z | HEAD is now at 2571d93 Update Rust crate anyhow to v1.0.104 |
| 90 | 2026-07-20T10:29:38.177Z | process exited: duration 1194 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:29:38.182Z | starting task 4: "build" |
| 92 | 2026-07-20T10:29:38.186Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:29:38.188Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:29:38.191Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:29:38.194Z | ++ pushd xde |
| 96 | 2026-07-20T10:29:38.194Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-20T10:29:38.194Z | ++ rustup show active-toolchain |
| 98 | 2026-07-20T10:29:38.197Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:29:38.336Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-20T10:29:38.338Z | info: downloading 6 components |
| 101 | 2026-07-20T10:29:51.371Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:29:51.463Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:29:51.465Z | +++ head -n 1 |
| 104 | 2026-07-20T10:29:51.465Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:29:51.546Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:29:51.547Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:29:51.547Z | ++ popd |
| 108 | 2026-07-20T10:29:51.551Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:29:51.551Z | + TGT_BASE=/work |
| 110 | 2026-07-20T10:29:51.552Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-07-20T10:29:51.552Z | + REL_TGT=/work/release |
| 112 | 2026-07-20T10:29:51.552Z | + mkdir -p /work/release |
| 113 | 2026-07-20T10:29:51.552Z | + cargo --version |
| 114 | 2026-07-20T10:29:51.552Z | cargo 1.96.1 (356927216 2026-06-26) |
| 115 | 2026-07-20T10:29:51.552Z | + rustc --version |
| 116 | 2026-07-20T10:29:51.557Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 117 | 2026-07-20T10:29:51.562Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-07-20T10:29:51.562Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-07-20T10:29:51.562Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-07-20T10:29:51.562Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-07-20T10:29:51.661Z | Updating crates.io index |
| 122 | 2026-07-20T10:29:51.665Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-07-20T10:29:52.304Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-07-20T10:29:52.659Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-07-20T10:29:53.003Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-07-20T10:29:53.235Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-07-20T10:29:53.457Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-07-20T10:29:53.689Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-07-20T10:29:55.251Z | Downloading crates ... |
| 130 | 2026-07-20T10:29:55.304Z | Downloaded clap v4.6.1 |
| 131 | 2026-07-20T10:29:55.309Z | Downloaded anstream v1.0.0 |
| 132 | 2026-07-20T10:29:55.312Z | Downloaded errno v0.3.14 |
| 133 | 2026-07-20T10:29:55.315Z | Downloaded colorchoice v1.0.5 |
| 134 | 2026-07-20T10:29:55.317Z | Downloaded clap_lex v1.1.0 |
| 135 | 2026-07-20T10:29:55.317Z | Downloaded strsim v0.11.1 |
| 136 | 2026-07-20T10:29:55.321Z | Downloaded heck v0.5.0 |
| 137 | 2026-07-20T10:29:55.324Z | Downloaded cargo-platform v0.3.3 |
| 138 | 2026-07-20T10:29:55.326Z | Downloaded terminal_size v0.4.4 |
| 139 | 2026-07-20T10:29:55.329Z | Downloaded utf8parse v0.2.2 |
| 140 | 2026-07-20T10:29:55.334Z | Downloaded is_terminal_polyfill v1.70.2 |
| 141 | 2026-07-20T10:29:55.337Z | Downloaded anstyle-query v1.1.5 |
| 142 | 2026-07-20T10:29:55.337Z | Downloaded equivalent v1.0.2 |
| 143 | 2026-07-20T10:29:55.340Z | Downloaded serde_spanned v1.1.1 |
| 144 | 2026-07-20T10:29:55.345Z | Downloaded itoa v1.0.18 |
| 145 | 2026-07-20T10:29:55.348Z | Downloaded anstyle-parse v1.0.0 |
| 146 | 2026-07-20T10:29:55.350Z | Downloaded cargo_metadata v0.23.1 |
| 147 | 2026-07-20T10:29:55.350Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 148 | 2026-07-20T10:29:55.354Z | Downloaded anstyle v1.0.14 |
| 149 | 2026-07-20T10:29:55.356Z | Downloaded quote v1.0.46 |
| 150 | 2026-07-20T10:29:55.360Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 151 | 2026-07-20T10:29:55.363Z | Downloaded zmij v1.0.22 |
| 152 | 2026-07-20T10:29:55.371Z | Downloaded thiserror-impl v2.0.18 |
| 153 | 2026-07-20T10:29:55.374Z | Downloaded semver v1.0.28 |
| 154 | 2026-07-20T10:29:55.374Z | Downloaded clap_derive v4.6.1 |
| 155 | 2026-07-20T10:29:55.376Z | Downloaded camino v1.2.4 |
| 156 | 2026-07-20T10:29:55.377Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 157 | 2026-07-20T10:29:55.379Z | Downloaded thiserror v2.0.18 |
| 158 | 2026-07-20T10:29:55.382Z | Downloaded anyhow v1.0.104 |
| 159 | 2026-07-20T10:29:55.387Z | Downloaded serde_core v1.0.228 |
| 160 | 2026-07-20T10:29:55.391Z | Downloaded bitflags v2.13.0 |
| 161 | 2026-07-20T10:29:55.395Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 162 | 2026-07-20T10:29:55.397Z | Downloaded unicode-ident v1.0.24 |
| 163 | 2026-07-20T10:29:55.400Z | Downloaded serde_derive v1.0.228 |
| 164 | 2026-07-20T10:29:55.402Z | Downloaded proc-macro2 v1.0.106 |
| 165 | 2026-07-20T10:29:55.420Z | Downloaded serde v1.0.228 |
| 166 | 2026-07-20T10:29:55.426Z | Downloaded memchr v2.8.3 |
| 167 | 2026-07-20T10:29:55.429Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-07-20T10:29:55.449Z | Downloaded serde_json v1.0.150 |
| 169 | 2026-07-20T10:29:55.453Z | Downloaded clap_builder v4.6.0 |
| 170 | 2026-07-20T10:29:55.456Z | Downloaded hashbrown v0.17.1 |
| 171 | 2026-07-20T10:29:55.459Z | Downloaded winnow v1.0.3 |
| 172 | 2026-07-20T10:29:55.480Z | Downloaded syn v2.0.118 |
| 173 | 2026-07-20T10:29:55.495Z | Downloaded rustix v1.1.4 |
| 174 | 2026-07-20T10:29:55.517Z | Downloaded libc v0.2.186 |
| 175 | 2026-07-20T10:29:55.566Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-07-20T10:29:55.566Z | Compiling serde_core v1.0.228 |
| 177 | 2026-07-20T10:29:55.566Z | Compiling quote v1.0.46 |
| 178 | 2026-07-20T10:29:55.568Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-07-20T10:29:55.568Z | Compiling libc v0.2.186 |
| 180 | 2026-07-20T10:29:55.568Z | Compiling rustix v1.1.4 |
| 181 | 2026-07-20T10:29:55.568Z | Compiling bitflags v2.13.0 |
| 182 | 2026-07-20T10:29:55.568Z | Compiling zmij v1.0.22 |
| 183 | 2026-07-20T10:29:55.771Z | Compiling utf8parse v0.2.2 |
| 184 | 2026-07-20T10:29:55.871Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-07-20T10:29:56.037Z | Compiling anstyle v1.0.14 |
| 186 | 2026-07-20T10:29:56.053Z | Compiling thiserror v2.0.18 |
| 187 | 2026-07-20T10:29:56.083Z | Compiling serde v1.0.228 |
| 188 | 2026-07-20T10:29:56.089Z | Compiling anstyle-query v1.1.5 |
| 189 | 2026-07-20T10:29:56.183Z | Compiling is_terminal_polyfill v1.70.2 |
| 190 | 2026-07-20T10:29:56.189Z | Compiling camino v1.2.4 |
| 191 | 2026-07-20T10:29:56.265Z | Compiling colorchoice v1.0.5 |
| 192 | 2026-07-20T10:29:56.303Z | Compiling serde_json v1.0.150 |
| 193 | 2026-07-20T10:29:56.379Z | Compiling errno v0.3.14 |
| 194 | 2026-07-20T10:29:56.417Z | Compiling anstream v1.0.0 |
| 195 | 2026-07-20T10:29:56.551Z | Compiling anyhow v1.0.104 |
| 196 | 2026-07-20T10:29:56.567Z | Compiling itoa v1.0.18 |
| 197 | 2026-07-20T10:29:56.578Z | Compiling strsim v0.11.1 |
| 198 | 2026-07-20T10:29:56.841Z | Compiling memchr v2.8.3 |
| 199 | 2026-07-20T10:29:56.871Z | Compiling winnow v1.0.3 |
| 200 | 2026-07-20T10:29:56.878Z | Compiling clap_lex v1.1.0 |
| 201 | 2026-07-20T10:29:56.944Z | Compiling heck v0.5.0 |
| 202 | 2026-07-20T10:29:57.081Z | Compiling syn v2.0.118 |
| 203 | 2026-07-20T10:29:57.138Z | Compiling terminal_size v0.4.4 |
| 204 | 2026-07-20T10:29:57.287Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-07-20T10:29:57.294Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-07-20T10:29:57.497Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-07-20T10:29:57.934Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 208 | 2026-07-20T10:29:58.068Z | Compiling semver v1.0.28 |
| 209 | 2026-07-20T10:29:58.409Z | Compiling serde_spanned v1.1.1 |
| 210 | 2026-07-20T10:29:58.435Z | Compiling cargo-platform v0.3.3 |
| 211 | 2026-07-20T10:29:58.561Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-07-20T10:29:59.123Z | Compiling serde_derive v1.0.228 |
| 213 | 2026-07-20T10:29:59.123Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-07-20T10:29:59.123Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-07-20T10:30:00.803Z | Compiling clap v4.6.1 |
| 216 | 2026-07-20T10:30:02.341Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-07-20T10:30:04.840Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-07-20T10:30:06.443Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.87s |
| 219 | 2026-07-20T10:30:06.519Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-07-20T10:30:08.034Z | Building opteadm (release). |
| 221 | 2026-07-20T10:30:08.123Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-20T10:30:08.123Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-07-20T10:30:08.123Z | Compiling quote v1.0.46 |
| 224 | 2026-07-20T10:30:08.123Z | Compiling serde_core v1.0.228 |
| 225 | 2026-07-20T10:30:08.127Z | Compiling libc v0.2.186 |
| 226 | 2026-07-20T10:30:08.127Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-07-20T10:30:08.127Z | Compiling memchr v2.8.3 |
| 228 | 2026-07-20T10:30:08.127Z | Compiling thiserror v2.0.18 |
| 229 | 2026-07-20T10:30:08.195Z | Compiling strsim v0.11.1 |
| 230 | 2026-07-20T10:30:08.238Z | Compiling ident_case v1.0.1 |
| 231 | 2026-07-20T10:30:08.340Z | Compiling fnv v1.0.7 |
| 232 | 2026-07-20T10:30:08.422Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-07-20T10:30:08.444Z | Compiling anyhow v1.0.104 |
| 234 | 2026-07-20T10:30:08.458Z | Compiling hashbrown v0.17.1 |
| 235 | 2026-07-20T10:30:08.626Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-07-20T10:30:08.658Z | Compiling winnow v1.0.3 |
| 237 | 2026-07-20T10:30:08.747Z | Compiling equivalent v1.0.2 |
| 238 | 2026-07-20T10:30:08.820Z | Compiling either v1.16.0 |
| 239 | 2026-07-20T10:30:08.854Z | Compiling zerocopy v0.8.54 |
| 240 | 2026-07-20T10:30:09.009Z | Compiling serde v1.0.228 |
| 241 | 2026-07-20T10:30:09.026Z | Compiling itertools v0.14.0 |
| 242 | 2026-07-20T10:30:09.280Z | Compiling indexmap v2.14.0 |
| 243 | 2026-07-20T10:30:09.351Z | Compiling byteorder v1.5.0 |
| 244 | 2026-07-20T10:30:09.470Z | Compiling syn v2.0.118 |
| 245 | 2026-07-20T10:30:09.528Z | Compiling heapless v0.8.0 |
| 246 | 2026-07-20T10:30:09.669Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 247 | 2026-07-20T10:30:09.824Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 248 | 2026-07-20T10:30:09.880Z | Compiling regex-automata v0.4.15 |
| 249 | 2026-07-20T10:30:10.121Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 250 | 2026-07-20T10:30:10.164Z | Compiling hash32 v0.3.1 |
| 251 | 2026-07-20T10:30:10.287Z | Compiling bitflags v2.13.0 |
| 252 | 2026-07-20T10:30:10.294Z | Compiling stable_deref_trait v1.2.1 |
| 253 | 2026-07-20T10:30:10.298Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 254 | 2026-07-20T10:30:10.357Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-07-20T10:30:10.391Z | Compiling syn v1.0.109 |
| 256 | 2026-07-20T10:30:10.531Z | Compiling rustversion v1.0.23 |
| 257 | 2026-07-20T10:30:10.546Z | Compiling macaddr v1.0.1 |
| 258 | 2026-07-20T10:30:10.673Z | Compiling proc-macro-crate v3.5.0 |
| 259 | 2026-07-20T10:30:10.741Z | Compiling rand_core v0.10.1 |
| 260 | 2026-07-20T10:30:10.744Z | Compiling managed v0.8.0 |
| 261 | 2026-07-20T10:30:10.888Z | Compiling bitflags v1.3.2 |
| 262 | 2026-07-20T10:30:10.908Z | Compiling getrandom v0.4.3 |
| 263 | 2026-07-20T10:30:10.951Z | Compiling rustix v1.1.4 |
| 264 | 2026-07-20T10:30:10.978Z | Compiling version_check v0.9.5 |
| 265 | 2026-07-20T10:30:11.051Z | Compiling ref-cast v1.0.25 |
| 266 | 2026-07-20T10:30:11.083Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 267 | 2026-07-20T10:30:11.230Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-07-20T10:30:11.393Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-07-20T10:30:11.460Z | Compiling errno v0.3.14 |
| 270 | 2026-07-20T10:30:11.478Z | Compiling once_cell v1.21.4 |
| 271 | 2026-07-20T10:30:11.602Z | Compiling cpufeatures v0.3.0 |
| 272 | 2026-07-20T10:30:11.664Z | Compiling regex v1.13.0 |
| 273 | 2026-07-20T10:30:11.747Z | Compiling foreign-types-shared v0.3.1 |
| 274 | 2026-07-20T10:30:11.794Z | Compiling unicode-width v0.2.2 |
| 275 | 2026-07-20T10:30:11.825Z | Compiling ipnetwork v0.21.1 |
| 276 | 2026-07-20T10:30:12.058Z | Compiling utf8parse v0.2.2 |
| 277 | 2026-07-20T10:30:12.085Z | Compiling tabwriter v1.4.1 |
| 278 | 2026-07-20T10:30:12.153Z | Compiling darling_core v0.21.3 |
| 279 | 2026-07-20T10:30:12.195Z | Compiling anstyle-parse v1.0.0 |
| 280 | 2026-07-20T10:30:12.386Z | Compiling cstr-argument v0.1.2 |
| 281 | 2026-07-20T10:30:12.410Z | Compiling chacha20 v0.10.1 |
| 282 | 2026-07-20T10:30:12.458Z | Compiling tracing-core v0.1.36 |
| 283 | 2026-07-20T10:30:12.963Z | Compiling is_terminal_polyfill v1.70.2 |
| 284 | 2026-07-20T10:30:13.040Z | Compiling anstyle v1.0.14 |
| 285 | 2026-07-20T10:30:13.045Z | Compiling dyn-clone v1.0.20 |
| 286 | 2026-07-20T10:30:13.177Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 287 | 2026-07-20T10:30:13.281Z | Compiling pretty-hex v0.4.2 |
| 288 | 2026-07-20T10:30:13.285Z | Compiling pin-project-lite v0.2.17 |
| 289 | 2026-07-20T10:30:13.324Z | Compiling thiserror-impl v2.0.18 |
| 290 | 2026-07-20T10:30:13.351Z | Compiling serde_derive v1.0.228 |
| 291 | 2026-07-20T10:30:13.363Z | Compiling zerocopy-derive v0.8.54 |
| 292 | 2026-07-20T10:30:13.392Z | Compiling foreign-types-macros v0.2.3 |
| 293 | 2026-07-20T10:30:13.395Z | Compiling num_enum_derive v0.7.6 |
| 294 | 2026-07-20T10:30:13.904Z | Compiling ref-cast-impl v1.0.25 |
| 295 | 2026-07-20T10:30:14.007Z | Compiling foreign-types v0.5.0 |
| 296 | 2026-07-20T10:30:14.073Z | Compiling tracing-attributes v0.1.31 |
| 297 | 2026-07-20T10:30:14.221Z | Compiling darling_macro v0.21.3 |
| 298 | 2026-07-20T10:30:14.362Z | Compiling num_enum v0.7.6 |
| 299 | 2026-07-20T10:30:14.471Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 300 | 2026-07-20T10:30:14.571Z | Compiling anstyle-query v1.1.5 |
| 301 | 2026-07-20T10:30:14.602Z | Compiling cobs v0.3.0 |
| 302 | 2026-07-20T10:30:14.629Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 303 | 2026-07-20T10:30:14.659Z | Compiling colorchoice v1.0.5 |
| 304 | 2026-07-20T10:30:14.759Z | Compiling anstream v1.0.0 |
| 305 | 2026-07-20T10:30:14.763Z | Compiling darling v0.21.3 |
| 306 | 2026-07-20T10:30:14.803Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 307 | 2026-07-20T10:30:14.825Z | Compiling ingot-macros v0.1.1 |
| 308 | 2026-07-20T10:30:14.948Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-07-20T10:30:15.070Z | Compiling terminal_size v0.4.4 |
| 310 | 2026-07-20T10:30:15.191Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 311 | 2026-07-20T10:30:15.294Z | Compiling rand v0.10.2 |
| 312 | 2026-07-20T10:30:15.297Z | Compiling tracing v0.1.44 |
| 313 | 2026-07-20T10:30:15.297Z | Compiling uuid v1.23.5 |
| 314 | 2026-07-20T10:30:15.494Z | Compiling socket2 v0.6.4 |
| 315 | 2026-07-20T10:30:15.711Z | Compiling heck v0.5.0 |
| 316 | 2026-07-20T10:30:15.769Z | Compiling colored v3.1.1 |
| 317 | 2026-07-20T10:30:15.897Z | Compiling oxnet v0.1.6 |
| 318 | 2026-07-20T10:30:16.050Z | Compiling clap_lex v1.1.0 |
| 319 | 2026-07-20T10:30:16.199Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-07-20T10:30:16.264Z | Compiling clap_derive v4.6.1 |
| 321 | 2026-07-20T10:30:16.321Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 322 | 2026-07-20T10:30:16.522Z | Compiling postcard v1.1.3 |
| 323 | 2026-07-20T10:30:17.749Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-07-20T10:30:17.984Z | Compiling clap v4.6.1 |
| 325 | 2026-07-20T10:30:18.137Z | Compiling ingot v0.1.1 |
| 326 | 2026-07-20T10:30:19.789Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-07-20T10:30:20.827Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-07-20T10:30:21.873Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-07-20T10:30:28.417Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.38s |
| 330 | 2026-07-20T10:30:28.443Z | Building xde (release-lto). |
| 331 | 2026-07-20T10:30:28.686Z | Updating crates.io index |
| 332 | 2026-07-20T10:30:28.776Z | Downloading crates ... |
| 333 | 2026-07-20T10:30:28.814Z | Downloaded adler2 v2.0.1 |
| 334 | 2026-07-20T10:30:28.821Z | Downloaded rustc-literal-escaper v0.0.8 |
| 335 | 2026-07-20T10:30:28.823Z | Downloaded rustc-demangle v0.1.27 |
| 336 | 2026-07-20T10:30:28.826Z | Downloaded addr2line v0.25.1 |
| 337 | 2026-07-20T10:30:28.834Z | Downloaded foldhash v0.2.0 |
| 338 | 2026-07-20T10:30:28.837Z | Downloaded getopts v0.2.24 |
| 339 | 2026-07-20T10:30:28.851Z | Downloaded miniz_oxide v0.8.9 |
| 340 | 2026-07-20T10:30:28.853Z | Downloaded memchr v2.7.6 |
| 341 | 2026-07-20T10:30:28.892Z | Downloaded gimli v0.32.3 |
| 342 | 2026-07-20T10:30:28.896Z | Downloaded object v0.37.3 |
| 343 | 2026-07-20T10:30:28.923Z | Downloaded libc v0.2.185 |
| 344 | 2026-07-20T10:30:28.980Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 345 | 2026-07-20T10:30:28.980Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-07-20T10:30:28.980Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-07-20T10:30:28.980Z | Compiling unicode-ident v1.0.24 |
| 348 | 2026-07-20T10:30:28.983Z | Compiling quote v1.0.46 |
| 349 | 2026-07-20T10:30:28.983Z | Compiling ident_case v1.0.1 |
| 350 | 2026-07-20T10:30:28.983Z | Compiling strsim v0.11.1 |
| 351 | 2026-07-20T10:30:28.983Z | Compiling serde_core v1.0.228 |
| 352 | 2026-07-20T10:30:29.144Z | Compiling memchr v2.8.3 |
| 353 | 2026-07-20T10:30:29.147Z | Compiling fnv v1.0.7 |
| 354 | 2026-07-20T10:30:29.234Z | Compiling regex-syntax v0.8.11 |
| 355 | 2026-07-20T10:30:29.394Z | Compiling thiserror v2.0.18 |
| 356 | 2026-07-20T10:30:29.403Z | Compiling zerocopy v0.8.54 |
| 357 | 2026-07-20T10:30:29.416Z | Compiling serde v1.0.228 |
| 358 | 2026-07-20T10:30:29.536Z | Compiling aho-corasick v1.1.4 |
| 359 | 2026-07-20T10:30:29.786Z | Compiling either v1.16.0 |
| 360 | 2026-07-20T10:30:29.821Z | Compiling heapless v0.8.0 |
| 361 | 2026-07-20T10:30:30.005Z | Compiling itertools v0.14.0 |
| 362 | 2026-07-20T10:30:30.014Z | Compiling smoltcp v0.11.0 |
| 363 | 2026-07-20T10:30:30.190Z | Compiling syn v2.0.118 |
| 364 | 2026-07-20T10:30:30.246Z | Compiling ref-cast v1.0.25 |
| 365 | 2026-07-20T10:30:30.313Z | Compiling crc32fast v1.5.0 |
| 366 | 2026-07-20T10:30:30.463Z | Compiling version_check v0.9.5 |
| 367 | 2026-07-20T10:30:30.716Z | Compiling regex-automata v0.4.15 |
| 368 | 2026-07-20T10:30:30.785Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-07-20T10:30:32.275Z | Compiling regex v1.13.0 |
| 370 | 2026-07-20T10:30:32.516Z | Compiling darling_core v0.21.3 |
| 371 | 2026-07-20T10:30:32.519Z | Compiling darling_core v0.23.0 |
| 372 | 2026-07-20T10:30:33.464Z | Compiling serde_derive v1.0.228 |
| 373 | 2026-07-20T10:30:33.464Z | Compiling thiserror-impl v2.0.18 |
| 374 | 2026-07-20T10:30:33.464Z | Compiling zerocopy-derive v0.8.54 |
| 375 | 2026-07-20T10:30:33.464Z | Compiling ref-cast-impl v1.0.25 |
| 376 | 2026-07-20T10:30:33.467Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 377 | 2026-07-20T10:30:35.081Z | Compiling darling_macro v0.21.3 |
| 378 | 2026-07-20T10:30:35.093Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-07-20T10:30:35.982Z | Compiling darling v0.21.3 |
| 380 | 2026-07-20T10:30:36.004Z | Compiling darling v0.23.0 |
| 381 | 2026-07-20T10:30:36.043Z | Compiling ingot-macros v0.1.1 |
| 382 | 2026-07-20T10:30:36.064Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-07-20T10:30:41.612Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 384 | 2026-07-20T10:30:43.743Z | Compiling byteorder v1.5.0 |
| 385 | 2026-07-20T10:30:43.744Z | Compiling macaddr v1.0.1 |
| 386 | 2026-07-20T10:30:43.744Z | Compiling cfg-if v1.0.4 |
| 387 | 2026-07-20T10:30:43.744Z | Compiling stable_deref_trait v1.2.1 |
| 388 | 2026-07-20T10:30:43.808Z | Compiling cobs v0.3.0 |
| 389 | 2026-07-20T10:30:43.812Z | Compiling bitflags v1.3.2 |
| 390 | 2026-07-20T10:30:43.851Z | Compiling managed v0.8.0 |
| 391 | 2026-07-20T10:30:43.931Z | Compiling hash32 v0.3.1 |
| 392 | 2026-07-20T10:30:44.055Z | Compiling itertools v0.15.0 |
| 393 | 2026-07-20T10:30:44.078Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-07-20T10:30:44.097Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-07-20T10:30:45.377Z | Compiling bitflags v2.13.0 |
| 396 | 2026-07-20T10:30:45.377Z | Compiling uuid v1.23.5 |
| 397 | 2026-07-20T10:30:45.523Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-07-20T10:30:45.815Z | Compiling postcard v1.1.3 |
| 399 | 2026-07-20T10:30:46.624Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-07-20T10:30:46.937Z | Compiling ingot v0.1.1 |
| 401 | 2026-07-20T10:30:48.449Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-07-20T10:30:52.263Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-07-20T10:31:01.039Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-07-20T10:31:30.907Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 405 | 2026-07-20T10:31:30.936Z | Linking xde kmod... |
| 406 | 2026-07-20T10:31:31.530Z | Building xde dev link helper (release). |
| 407 | 2026-07-20T10:31:31.683Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-07-20T10:31:31.683Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-07-20T10:31:31.683Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-07-20T10:31:43.232Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-07-20T10:31:45.778Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.21s |
| 412 | 2026-07-20T10:31:45.798Z | Building opteadm (dev). |
| 413 | 2026-07-20T10:31:45.953Z | Compiling serde_core v1.0.228 |
| 414 | 2026-07-20T10:31:45.953Z | Compiling libc v0.2.186 |
| 415 | 2026-07-20T10:31:45.953Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-07-20T10:31:45.953Z | Compiling fnv v1.0.7 |
| 417 | 2026-07-20T10:31:45.953Z | Compiling ident_case v1.0.1 |
| 418 | 2026-07-20T10:31:45.956Z | Compiling memchr v2.8.3 |
| 419 | 2026-07-20T10:31:45.956Z | Compiling strsim v0.11.1 |
| 420 | 2026-07-20T10:31:45.956Z | Compiling syn v2.0.118 |
| 421 | 2026-07-20T10:31:46.029Z | Compiling regex-syntax v0.8.11 |
| 422 | 2026-07-20T10:31:46.055Z | Compiling either v1.16.0 |
| 423 | 2026-07-20T10:31:46.070Z | Compiling equivalent v1.0.2 |
| 424 | 2026-07-20T10:31:46.139Z | Compiling hashbrown v0.17.1 |
| 425 | 2026-07-20T10:31:46.244Z | Compiling zerocopy v0.8.54 |
| 426 | 2026-07-20T10:31:46.248Z | Compiling serde v1.0.228 |
| 427 | 2026-07-20T10:31:46.534Z | Compiling aho-corasick v1.1.4 |
| 428 | 2026-07-20T10:31:46.554Z | Compiling winnow v1.0.3 |
| 429 | 2026-07-20T10:31:46.665Z | Compiling indexmap v2.14.0 |
| 430 | 2026-07-20T10:31:46.705Z | Compiling itertools v0.14.0 |
| 431 | 2026-07-20T10:31:46.722Z | Compiling byteorder v1.5.0 |
| 432 | 2026-07-20T10:31:46.892Z | Compiling heapless v0.8.0 |
| 433 | 2026-07-20T10:31:47.186Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 434 | 2026-07-20T10:31:47.400Z | Compiling hash32 v0.3.1 |
| 435 | 2026-07-20T10:31:47.417Z | Compiling syn v1.0.109 |
| 436 | 2026-07-20T10:31:47.548Z | Compiling regex-automata v0.4.15 |
| 437 | 2026-07-20T10:31:47.554Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 438 | 2026-07-20T10:31:47.737Z | Compiling stable_deref_trait v1.2.1 |
| 439 | 2026-07-20T10:31:47.807Z | Compiling macaddr v1.0.1 |
| 440 | 2026-07-20T10:31:47.913Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 441 | 2026-07-20T10:31:47.913Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 442 | 2026-07-20T10:31:48.052Z | Compiling bitflags v2.13.0 |
| 443 | 2026-07-20T10:31:48.078Z | Compiling smoltcp v0.11.0 |
| 444 | 2026-07-20T10:31:48.103Z | Compiling rustversion v1.0.23 |
| 445 | 2026-07-20T10:31:48.206Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 446 | 2026-07-20T10:31:48.425Z | Compiling version_check v0.9.5 |
| 447 | 2026-07-20T10:31:48.429Z | Compiling managed v0.8.0 |
| 448 | 2026-07-20T10:31:48.492Z | Compiling darling_core v0.21.3 |
| 449 | 2026-07-20T10:31:48.507Z | Compiling proc-macro-crate v3.5.0 |
| 450 | 2026-07-20T10:31:48.578Z | Compiling getrandom v0.4.3 |
| 451 | 2026-07-20T10:31:48.642Z | Compiling ref-cast v1.0.25 |
| 452 | 2026-07-20T10:31:48.687Z | Compiling bitflags v1.3.2 |
| 453 | 2026-07-20T10:31:48.753Z | Compiling rand_core v0.10.1 |
| 454 | 2026-07-20T10:31:48.854Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-07-20T10:31:48.994Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-07-20T10:31:49.096Z | Compiling errno v0.3.14 |
| 457 | 2026-07-20T10:31:49.265Z | Compiling regex v1.13.0 |
| 458 | 2026-07-20T10:31:49.622Z | Compiling ipnetwork v0.21.1 |
| 459 | 2026-07-20T10:31:49.648Z | Compiling foreign-types-shared v0.3.1 |
| 460 | 2026-07-20T10:31:49.694Z | Compiling thiserror-impl v2.0.18 |
| 461 | 2026-07-20T10:31:49.727Z | Compiling zerocopy-derive v0.8.54 |
| 462 | 2026-07-20T10:31:50.149Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-07-20T10:31:50.199Z | Compiling ref-cast-impl v1.0.25 |
| 464 | 2026-07-20T10:31:50.576Z | Compiling darling_macro v0.21.3 |
| 465 | 2026-07-20T10:31:50.708Z | Compiling foreign-types-macros v0.2.3 |
| 466 | 2026-07-20T10:31:50.803Z | Compiling num_enum_derive v0.7.6 |
| 467 | 2026-07-20T10:31:50.983Z | Compiling thiserror v2.0.18 |
| 468 | 2026-07-20T10:31:51.084Z | Compiling cobs v0.3.0 |
| 469 | 2026-07-20T10:31:51.146Z | Compiling darling v0.21.3 |
| 470 | 2026-07-20T10:31:51.217Z | Compiling ingot-macros v0.1.1 |
| 471 | 2026-07-20T10:31:51.341Z | Compiling once_cell v1.21.4 |
| 472 | 2026-07-20T10:31:51.367Z | Compiling cpufeatures v0.3.0 |
| 473 | 2026-07-20T10:31:51.431Z | Compiling unicode-width v0.2.2 |
| 474 | 2026-07-20T10:31:51.576Z | Compiling tracing-core v0.1.36 |
| 475 | 2026-07-20T10:31:51.742Z | Compiling tabwriter v1.4.1 |
| 476 | 2026-07-20T10:31:51.826Z | Compiling num_enum v0.7.6 |
| 477 | 2026-07-20T10:31:51.936Z | Compiling chacha20 v0.10.1 |
| 478 | 2026-07-20T10:31:52.160Z | Compiling foreign-types v0.5.0 |
| 479 | 2026-07-20T10:31:52.275Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 480 | 2026-07-20T10:31:52.288Z | Compiling cstr-argument v0.1.2 |
| 481 | 2026-07-20T10:31:52.324Z | Compiling tracing-attributes v0.1.31 |
| 482 | 2026-07-20T10:31:52.452Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 483 | 2026-07-20T10:31:52.762Z | Compiling rustix v1.1.4 |
| 484 | 2026-07-20T10:31:53.136Z | Compiling anyhow v1.0.104 |
| 485 | 2026-07-20T10:31:53.240Z | Compiling pin-project-lite v0.2.17 |
| 486 | 2026-07-20T10:31:53.245Z | Compiling dyn-clone v1.0.20 |
| 487 | 2026-07-20T10:31:53.327Z | Compiling postcard v1.1.3 |
| 488 | 2026-07-20T10:31:53.331Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 489 | 2026-07-20T10:31:53.398Z | Compiling pretty-hex v0.4.2 |
| 490 | 2026-07-20T10:31:53.523Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 491 | 2026-07-20T10:31:53.542Z | Compiling tracing v0.1.44 |
| 492 | 2026-07-20T10:31:53.552Z | Compiling terminal_size v0.4.4 |
| 493 | 2026-07-20T10:31:53.673Z | Compiling rand v0.10.2 |
| 494 | 2026-07-20T10:31:53.699Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 495 | 2026-07-20T10:31:53.731Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-07-20T10:31:53.819Z | Compiling uuid v1.23.5 |
| 497 | 2026-07-20T10:31:53.846Z | Compiling socket2 v0.6.4 |
| 498 | 2026-07-20T10:31:53.949Z | Compiling oxnet v0.1.6 |
| 499 | 2026-07-20T10:31:53.985Z | Compiling colored v3.1.1 |
| 500 | 2026-07-20T10:31:54.183Z | Compiling ingot-types v0.1.2 |
| 501 | 2026-07-20T10:31:54.237Z | Compiling clap_builder v4.6.0 |
| 502 | 2026-07-20T10:31:54.432Z | Compiling clap_derive v4.6.1 |
| 503 | 2026-07-20T10:31:54.470Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-07-20T10:31:54.587Z | Compiling ingot v0.1.1 |
| 505 | 2026-07-20T10:31:55.936Z | Compiling clap v4.6.1 |
| 506 | 2026-07-20T10:31:56.315Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-07-20T10:31:58.664Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-07-20T10:31:59.829Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-07-20T10:32:04.248Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.44s |
| 510 | 2026-07-20T10:32:04.276Z | Building xde (dev). |
| 511 | 2026-07-20T10:32:04.506Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-07-20T10:32:04.506Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-07-20T10:32:04.506Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-07-20T10:32:04.506Z | Compiling unicode-ident v1.0.24 |
| 515 | 2026-07-20T10:32:04.508Z | Compiling quote v1.0.46 |
| 516 | 2026-07-20T10:32:04.508Z | Compiling ident_case v1.0.1 |
| 517 | 2026-07-20T10:32:04.509Z | Compiling strsim v0.11.1 |
| 518 | 2026-07-20T10:32:04.527Z | Compiling serde_core v1.0.228 |
| 519 | 2026-07-20T10:32:04.623Z | Compiling memchr v2.8.3 |
| 520 | 2026-07-20T10:32:04.627Z | Compiling fnv v1.0.7 |
| 521 | 2026-07-20T10:32:04.712Z | Compiling regex-syntax v0.8.11 |
| 522 | 2026-07-20T10:32:04.888Z | Compiling thiserror v2.0.18 |
| 523 | 2026-07-20T10:32:04.895Z | Compiling either v1.16.0 |
| 524 | 2026-07-20T10:32:04.913Z | Compiling serde v1.0.228 |
| 525 | 2026-07-20T10:32:05.044Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-07-20T10:32:05.115Z | Compiling zerocopy v0.8.54 |
| 527 | 2026-07-20T10:32:05.310Z | Compiling itertools v0.14.0 |
| 528 | 2026-07-20T10:32:05.375Z | Compiling heapless v0.8.0 |
| 529 | 2026-07-20T10:32:05.643Z | Compiling syn v2.0.118 |
| 530 | 2026-07-20T10:32:05.782Z | Compiling smoltcp v0.11.0 |
| 531 | 2026-07-20T10:32:05.785Z | Compiling crc32fast v1.5.0 |
| 532 | 2026-07-20T10:32:05.864Z | Compiling version_check v0.9.5 |
| 533 | 2026-07-20T10:32:06.136Z | Compiling ref-cast v1.0.25 |
| 534 | 2026-07-20T10:32:06.228Z | Compiling regex-automata v0.4.15 |
| 535 | 2026-07-20T10:32:06.242Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-07-20T10:32:07.793Z | Compiling regex v1.13.0 |
| 537 | 2026-07-20T10:32:07.952Z | Compiling darling_core v0.21.3 |
| 538 | 2026-07-20T10:32:07.991Z | Compiling darling_core v0.23.0 |
| 539 | 2026-07-20T10:32:08.932Z | Compiling thiserror-impl v2.0.18 |
| 540 | 2026-07-20T10:32:08.932Z | Compiling serde_derive v1.0.228 |
| 541 | 2026-07-20T10:32:08.932Z | Compiling zerocopy-derive v0.8.54 |
| 542 | 2026-07-20T10:32:08.932Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-07-20T10:32:08.935Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-07-20T10:32:10.602Z | Compiling darling_macro v0.21.3 |
| 545 | 2026-07-20T10:32:10.654Z | Compiling darling_macro v0.23.0 |
| 546 | 2026-07-20T10:32:11.519Z | Compiling darling v0.21.3 |
| 547 | 2026-07-20T10:32:11.560Z | Compiling darling v0.23.0 |
| 548 | 2026-07-20T10:32:11.581Z | Compiling ingot-macros v0.1.1 |
| 549 | 2026-07-20T10:32:11.623Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 550 | 2026-07-20T10:32:16.571Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-07-20T10:32:18.308Z | Compiling byteorder v1.5.0 |
| 552 | 2026-07-20T10:32:18.308Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-07-20T10:32:18.308Z | Compiling macaddr v1.0.1 |
| 554 | 2026-07-20T10:32:18.308Z | Compiling stable_deref_trait v1.2.1 |
| 555 | 2026-07-20T10:32:18.372Z | Compiling managed v0.8.0 |
| 556 | 2026-07-20T10:32:18.382Z | Compiling cobs v0.3.0 |
| 557 | 2026-07-20T10:32:18.413Z | Compiling bitflags v1.3.2 |
| 558 | 2026-07-20T10:32:18.482Z | Compiling hash32 v0.3.1 |
| 559 | 2026-07-20T10:32:18.644Z | Compiling itertools v0.15.0 |
| 560 | 2026-07-20T10:32:18.675Z | Compiling dyn-clone v1.0.20 |
| 561 | 2026-07-20T10:32:18.754Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 562 | 2026-07-20T10:32:19.864Z | Compiling bitflags v2.13.0 |
| 563 | 2026-07-20T10:32:19.864Z | Compiling uuid v1.23.5 |
| 564 | 2026-07-20T10:32:20.009Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 565 | 2026-07-20T10:32:20.378Z | Compiling postcard v1.1.3 |
| 566 | 2026-07-20T10:32:21.081Z | Compiling ingot-types v0.1.2 |
| 567 | 2026-07-20T10:32:21.364Z | Compiling ingot v0.1.1 |
| 568 | 2026-07-20T10:32:22.761Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 569 | 2026-07-20T10:32:27.139Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 570 | 2026-07-20T10:32:37.592Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 571 | 2026-07-20T10:32:46.041Z | Finished `dev` profile [optimized + debuginfo] target(s) in 41.73s |
| 572 | 2026-07-20T10:32:46.064Z | Linking xde kmod... |
| 573 | 2026-07-20T10:32:47.245Z | Building xde dev link helper (dev). |
| 574 | 2026-07-20T10:32:47.405Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 575 | 2026-07-20T10:32:47.405Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 576 | 2026-07-20T10:32:47.405Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 577 | 2026-07-20T10:32:58.336Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 578 | 2026-07-20T10:33:00.603Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.32s |
| 579 | 2026-07-20T10:33:00.625Z | |
| 580 | 2026-07-20T10:33:00.628Z | real 3:09.060942328 |
| 581 | 2026-07-20T10:33:00.628Z | user 9:05.429577105 |
| 582 | 2026-07-20T10:33:00.628Z | sys 59.636778929 |
| 583 | 2026-07-20T10:33:00.628Z | trap 0.245468243 |
| 584 | 2026-07-20T10:33:00.628Z | tflt 0.843707292 |
| 585 | 2026-07-20T10:33:00.629Z | dflt 1.597769468 |
| 586 | 2026-07-20T10:33:00.629Z | kflt 0.006835894 |
| 587 | 2026-07-20T10:33:00.629Z | lock 35:00.822022783 |
| 588 | 2026-07-20T10:33:00.629Z | slp 21:18.677082089 |
| 589 | 2026-07-20T10:33:00.629Z | lat 21.164848823 |
| 590 | 2026-07-20T10:33:00.629Z | stop 33.567155200 |
| 591 | 2026-07-20T10:33:00.629Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 592 | 2026-07-20T10:33:00.629Z | + grep GOTPCREL |
| 593 | 2026-07-20T10:33:01.580Z | + header 'package opte' |
| 594 | 2026-07-20T10:33:01.580Z | + echo '# ==== package opte ==== #' |
| 595 | 2026-07-20T10:33:01.585Z | # ==== package opte ==== # |
| 596 | 2026-07-20T10:33:01.585Z | + cargo xtask package --skip-build --profile all |
| 597 | 2026-07-20T10:33:01.715Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 598 | 2026-07-20T10:33:01.719Z | Running `target/debug/xtask package --skip-build --profile all` |
| 599 | 2026-07-20T10:33:01.915Z | + ./clean.sh |
| 600 | 2026-07-20T10:33:01.924Z | + mkdir -p proto/kernel/drv/amd64 |
| 601 | 2026-07-20T10:33:01.927Z | + mkdir -p proto/opt/oxide/opte/bin |
| 602 | 2026-07-20T10:33:01.928Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 603 | 2026-07-20T10:33:01.928Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 604 | 2026-07-20T10:33:01.944Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 605 | 2026-07-20T10:33:01.978Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 606 | 2026-07-20T10:33:01.982Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 607 | 2026-07-20T10:33:01.982Z | + '[' -z ']' |
| 608 | 2026-07-20T10:33:01.982Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 609 | 2026-07-20T10:33:02.004Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 610 | 2026-07-20T10:33:02.078Z | + INC_DEBUG= |
| 611 | 2026-07-20T10:33:02.078Z | + typeset -ri TAG=0 |
| 612 | 2026-07-20T10:33:02.081Z | ++ ./print-api-version.sh |
| 613 | 2026-07-20T10:33:02.084Z | + API_VSN=41 |
| 614 | 2026-07-20T10:33:02.084Z | + PKG_VERSION=0.41.500-3.0 |
| 615 | 2026-07-20T10:33:02.084Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.500-3.0/g opte.template.p5m |
| 616 | 2026-07-20T10:33:02.087Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 617 | 2026-07-20T10:33:02.611Z | + pkgdepend generate -d proto opte.base.p5m |
| 618 | 2026-07-20T10:33:02.947Z | + mkdir -p packages |
| 619 | 2026-07-20T10:33:02.951Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 620 | 2026-07-20T10:33:09.783Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 621 | 2026-07-20T10:33:09.786Z | + pkgrepo create packages/repo |
| 622 | 2026-07-20T10:33:09.994Z | + pkgrepo add-publisher -s packages/repo helios |
| 623 | 2026-07-20T10:33:10.203Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 624 | 2026-07-20T10:33:39.236Z | pkg://helios/driver/network/opte@0.41.500,5.11-3.0:20260720T103309Z |
| 625 | 2026-07-20T10:33:39.236Z | PUBLISHED |
| 626 | 2026-07-20T10:33:39.276Z | + pkgrecv -a -d packages/repo/opte-0.41.500-3.0.p5p -s packages/repo -v -m latest '*' |
| 627 | 2026-07-20T10:33:39.450Z | Retrieving packages for publisher helios ... |
| 628 | 2026-07-20T10:33:39.453Z | Retrieving catalog 'helios' ... Done |
| 629 | 2026-07-20T10:33:39.456Z | Retrieving and evaluating 1 package(s)... |
| 630 | 2026-07-20T10:33:39.456Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-07-20T10:33:39.456Z | Fetching manifests: 1/1 100% complete |
| 632 | 2026-07-20T10:33:39.456Z | |
| 633 | 2026-07-20T10:33:39.456Z | Archiving packages ... |
| 634 | 2026-07-20T10:33:39.456Z | Packages to add: 1 |
| 635 | 2026-07-20T10:33:39.456Z | Files to retrieve: 6 |
| 636 | 2026-07-20T10:33:39.456Z | Estimated transfer size: 37.01 MB |
| 637 | 2026-07-20T10:33:39.456Z | |
| 638 | 2026-07-20T10:33:39.456Z | Packages to archive: |
| 639 | 2026-07-20T10:33:39.456Z | driver/network/opte@0.41.500,5.11-3.0:20260720T103309Z |
| 640 | 2026-07-20T10:33:39.456Z | |
| 641 | 2026-07-20T10:33:39.456Z | Download: 0/6 items 0.0/37.0MB 0% complete |
| 642 | 2026-07-20T10:33:39.522Z | Download: Completed 37.01 MB in 0.07 seconds (548M/s) |
| 643 | 2026-07-20T10:33:39.525Z | Archiving: 1/20 items 0.0/37.0MB 0% complete |
| 644 | 2026-07-20T10:33:39.537Z | Archiving: Completed 37.04 MB in 0.01 seconds |
| 645 | 2026-07-20T10:33:39.578Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.500-3.0.p5p. |
| 646 | 2026-07-20T10:33:39.580Z | + banner copy |
| 647 | 2026-07-20T10:33:39.583Z | |
| 648 | 2026-07-20T10:33:39.583Z | #### #### ##### # # |
| 649 | 2026-07-20T10:33:39.583Z | # # # # # # # # |
| 650 | 2026-07-20T10:33:39.583Z | # # # # # # |
| 651 | 2026-07-20T10:33:39.583Z | # # # ##### # |
| 652 | 2026-07-20T10:33:39.583Z | # # # # # # |
| 653 | 2026-07-20T10:33:39.583Z | #### #### # # |
| 654 | 2026-07-20T10:33:39.583Z | |
| 655 | 2026-07-20T10:33:39.583Z | + pfexec mkdir -p /out |
| 656 | 2026-07-20T10:33:39.586Z | + pfexec chown 12345 /out |
| 657 | 2026-07-20T10:33:39.588Z | + PKG_NAME=/out/opte.p5p |
| 658 | 2026-07-20T10:33:39.589Z | + mv pkg/packages/repo/opte-0.41.500-3.0.p5p /out/opte.p5p |
| 659 | 2026-07-20T10:33:39.613Z | + sha256sum /out/opte.p5p |
| 660 | 2026-07-20T10:33:39.637Z | process exited: duration 241454 ms, exit code 0 |
| |
| 661 | 2026-07-20T10:33:39.647Z | found 2 output files |
| 662 | 2026-07-20T10:33:39.657Z | uploading: /out/opte.p5p (38850560 bytes) |
| 663 | 2026-07-20T10:33:40.856Z | uploaded: /out/opte.p5p |
| 664 | 2026-07-20T10:33:40.856Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 665 | 2026-07-20T10:33:41.870Z | uploaded: /out/opte.p5p.sha256 |