|
|
|
| 1 | 2026-06-10T03:36:54.465Z | job assigned to worker 01KTQSM3E8ST02W7PHT0PHSB78 [factory aws, i-04dd1c4a67520faa6] (queued for 53 s) |
| |
| 2 | 2026-06-10T03:37:00.998Z | starting task 0: "setup" |
| 3 | 2026-06-10T03:37:01.002Z | ++ uname -s |
| 4 | 2026-06-10T03:37:01.006Z | + kern=SunOS |
| 5 | 2026-06-10T03:37:01.006Z | + build_user=build |
| 6 | 2026-06-10T03:37:01.006Z | + build_uid=12345 |
| 7 | 2026-06-10T03:37:01.006Z | + work_dir=/work |
| 8 | 2026-06-10T03:37:01.006Z | + input_dir=/input |
| 9 | 2026-06-10T03:37:01.006Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T03:37:01.006Z | + case "$kern" in |
| 11 | 2026-06-10T03:37:01.006Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T03:37:01.006Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T03:37:03.013Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T03:37:03.141Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T03:37:03.144Z | + home_fs=zfs |
| 16 | 2026-06-10T03:37:03.144Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T03:37:03.144Z | + mkdir -p /home/build |
| 18 | 2026-06-10T03:37:03.144Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T03:37:05.146Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T03:37:05.148Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-06-10T03:37:05.154Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T03:37:05.158Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-10T03:37:05.158Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-06-10T03:37:05.158Z | * rust toolchain profile = "default" |
| 25 | 2026-06-10T03:37:05.158Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-10T03:37:05.158Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-10T03:37:05.158Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-10T03:37:05.162Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T03:37:05.162Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-10T03:37:05.268Z | info: downloading installer |
| 31 | 2026-06-10T03:37:06.668Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T03:37:06.668Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T03:37:06.668Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T03:37:06.668Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T03:37:06.682Z | info: profile set to default |
| 36 | 2026-06-10T03:37:06.682Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T03:37:06.685Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-10T03:37:06.831Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-10T03:37:06.834Z | info: downloading 6 components |
| 40 | 2026-06-10T03:37:23.450Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-10T03:37:23.450Z | |
| 42 | 2026-06-10T03:37:23.478Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-10T03:37:23.478Z | |
| 44 | 2026-06-10T03:37:23.478Z | |
| 45 | 2026-06-10T03:37:23.478Z | Rust is installed now. Great! |
| 46 | 2026-06-10T03:37:23.478Z | |
| 47 | 2026-06-10T03:37:23.478Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T03:37:23.478Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T03:37:23.479Z | |
| 50 | 2026-06-10T03:37:23.479Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T03:37:23.479Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T03:37:23.479Z | |
| 53 | 2026-06-10T03:37:23.479Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T03:37:23.482Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T03:37:23.482Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T03:37:23.482Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T03:37:23.482Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T03:37:23.482Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T03:37:23.482Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T03:37:23.482Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T03:37:23.482Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T03:37:23.582Z | + rustup --version |
| 63 | 2026-06-10T03:37:23.591Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T03:37:23.595Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T03:37:23.613Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-10T03:37:23.617Z | + cargo --version |
| 67 | 2026-06-10T03:37:23.629Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-10T03:37:23.633Z | + rustc --version |
| 69 | 2026-06-10T03:37:23.652Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-10T03:37:23.655Z | process exited: duration 18500 ms, exit code 0 |
| |
| 71 | 2026-06-10T03:37:23.662Z | starting task 2: "authentication" |
| 72 | 2026-06-10T03:37:23.679Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-10T03:37:23.685Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T03:37:23.688Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-10T03:37:23.691Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-10T03:37:23.724Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-10T03:37:24.536Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-10T03:37:24.536Z | + git fetch origin db98f704610f68ee307e8d8df839d51ba2252392 |
| 79 | 2026-06-10T03:37:24.796Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-10T03:37:24.796Z | * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD |
| 81 | 2026-06-10T03:37:24.801Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-06-10T03:37:24.805Z | ++ git branch --show-current |
| 83 | 2026-06-10T03:37:24.805Z | + current=master |
| 84 | 2026-06-10T03:37:24.805Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-06-10T03:37:24.805Z | + git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392 |
| 86 | 2026-06-10T03:37:24.808Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-06-10T03:37:24.823Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-06-10T03:37:24.826Z | + git reset --hard db98f704610f68ee307e8d8df839d51ba2252392 |
| 89 | 2026-06-10T03:37:24.840Z | HEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52 |
| 90 | 2026-06-10T03:37:24.843Z | process exited: duration 1155 ms, exit code 0 |
| |
| 91 | 2026-06-10T03:37:24.849Z | starting task 4: "build" |
| 92 | 2026-06-10T03:37:24.853Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-10T03:37:24.857Z | ++ rustup show active-toolchain |
| 94 | 2026-06-10T03:37:24.860Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-10T03:37:24.860Z | ++ pushd xde |
| 96 | 2026-06-10T03:37:24.860Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-10T03:37:24.860Z | ++ rustup show active-toolchain |
| 98 | 2026-06-10T03:37:24.864Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-10T03:37:25.056Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-10T03:37:25.060Z | info: downloading 6 components |
| 101 | 2026-06-10T03:38:16.246Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-10T03:38:16.341Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-10T03:38:16.344Z | +++ head -n 1 |
| 104 | 2026-06-10T03:38:16.345Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-10T03:38:16.397Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-10T03:38:16.397Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-10T03:38:16.397Z | ++ popd |
| 108 | 2026-06-10T03:38:16.397Z | /work/oxidecomputer/opte |
| 109 | 2026-06-10T03:38:16.401Z | + TGT_BASE=/work |
| 110 | 2026-06-10T03:38:16.401Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-06-10T03:38:16.401Z | + REL_TGT=/work/release |
| 112 | 2026-06-10T03:38:16.401Z | + mkdir -p /work/release |
| 113 | 2026-06-10T03:38:16.401Z | + cargo --version |
| 114 | 2026-06-10T03:38:16.408Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 115 | 2026-06-10T03:38:16.411Z | + rustc --version |
| 116 | 2026-06-10T03:38:16.430Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 117 | 2026-06-10T03:38:16.433Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-06-10T03:38:16.433Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-06-10T03:38:16.433Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-06-10T03:38:16.433Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-06-10T03:38:16.536Z | Updating crates.io index |
| 122 | 2026-06-10T03:38:16.574Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-06-10T03:38:17.935Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-06-10T03:38:18.355Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-06-10T03:38:18.697Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-06-10T03:38:19.144Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-06-10T03:38:19.402Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-06-10T03:38:19.673Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-06-10T03:38:22.108Z | Downloading crates ... |
| 130 | 2026-06-10T03:38:22.161Z | Downloaded zmij v1.0.21 |
| 131 | 2026-06-10T03:38:22.170Z | Downloaded serde v1.0.228 |
| 132 | 2026-06-10T03:38:22.174Z | Downloaded serde_json v1.0.150 |
| 133 | 2026-06-10T03:38:22.189Z | Downloaded syn v2.0.117 |
| 134 | 2026-06-10T03:38:22.198Z | Downloaded utf8parse v0.2.2 |
| 135 | 2026-06-10T03:38:22.201Z | Downloaded quote v1.0.45 |
| 136 | 2026-06-10T03:38:22.201Z | Downloaded strsim v0.11.1 |
| 137 | 2026-06-10T03:38:22.201Z | Downloaded anstyle-query v1.1.5 |
| 138 | 2026-06-10T03:38:22.201Z | Downloaded errno v0.3.14 |
| 139 | 2026-06-10T03:38:22.201Z | Downloaded is_terminal_polyfill v1.70.2 |
| 140 | 2026-06-10T03:38:22.204Z | Downloaded proc-macro2 v1.0.106 |
| 141 | 2026-06-10T03:38:22.204Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 142 | 2026-06-10T03:38:22.207Z | Downloaded serde_spanned v1.1.1 |
| 143 | 2026-06-10T03:38:22.211Z | Downloaded terminal_size v0.4.4 |
| 144 | 2026-06-10T03:38:22.220Z | Downloaded equivalent v1.0.2 |
| 145 | 2026-06-10T03:38:22.227Z | Downloaded anstream v1.0.0 |
| 146 | 2026-06-10T03:38:22.233Z | Downloaded unicode-ident v1.0.24 |
| 147 | 2026-06-10T03:38:22.235Z | Downloaded thiserror-impl v2.0.18 |
| 148 | 2026-06-10T03:38:22.235Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 149 | 2026-06-10T03:38:22.238Z | Downloaded colorchoice v1.0.5 |
| 150 | 2026-06-10T03:38:22.238Z | Downloaded anyhow v1.0.102 |
| 151 | 2026-06-10T03:38:22.241Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 152 | 2026-06-10T03:38:22.242Z | Downloaded anstyle-parse v1.0.0 |
| 153 | 2026-06-10T03:38:22.244Z | Downloaded serde_derive v1.0.228 |
| 154 | 2026-06-10T03:38:22.254Z | Downloaded indexmap v2.14.0 |
| 155 | 2026-06-10T03:38:22.264Z | Downloaded hashbrown v0.17.1 |
| 156 | 2026-06-10T03:38:22.276Z | Downloaded clap v4.6.1 |
| 157 | 2026-06-10T03:38:22.280Z | Downloaded winnow v1.0.3 |
| 158 | 2026-06-10T03:38:22.283Z | Downloaded heck v0.5.0 |
| 159 | 2026-06-10T03:38:22.286Z | Downloaded clap_builder v4.6.0 |
| 160 | 2026-06-10T03:38:22.289Z | Downloaded thiserror v2.0.18 |
| 161 | 2026-06-10T03:38:22.292Z | Downloaded clap_lex v1.1.0 |
| 162 | 2026-06-10T03:38:22.292Z | Downloaded cargo_metadata v0.23.1 |
| 163 | 2026-06-10T03:38:22.292Z | Downloaded itoa v1.0.18 |
| 164 | 2026-06-10T03:38:22.292Z | Downloaded cargo-platform v0.3.3 |
| 165 | 2026-06-10T03:38:22.299Z | Downloaded semver v1.0.28 |
| 166 | 2026-06-10T03:38:22.302Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 167 | 2026-06-10T03:38:22.302Z | Downloaded anstyle v1.0.14 |
| 168 | 2026-06-10T03:38:22.302Z | Downloaded camino v1.2.2 |
| 169 | 2026-06-10T03:38:22.305Z | Downloaded memchr v2.8.1 |
| 170 | 2026-06-10T03:38:22.309Z | Downloaded clap_derive v4.6.1 |
| 171 | 2026-06-10T03:38:22.314Z | Downloaded serde_core v1.0.228 |
| 172 | 2026-06-10T03:38:22.318Z | Downloaded bitflags v2.13.0 |
| 173 | 2026-06-10T03:38:22.341Z | Downloaded rustix v1.1.4 |
| 174 | 2026-06-10T03:38:22.382Z | Downloaded libc v0.2.186 |
| 175 | 2026-06-10T03:38:22.430Z | Compiling serde_core v1.0.228 |
| 176 | 2026-06-10T03:38:22.430Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-06-10T03:38:22.430Z | Compiling unicode-ident v1.0.24 |
| 178 | 2026-06-10T03:38:22.433Z | Compiling quote v1.0.45 |
| 179 | 2026-06-10T03:38:22.433Z | Compiling libc v0.2.186 |
| 180 | 2026-06-10T03:38:22.433Z | Compiling rustix v1.1.4 |
| 181 | 2026-06-10T03:38:22.433Z | Compiling zmij v1.0.21 |
| 182 | 2026-06-10T03:38:22.433Z | Compiling utf8parse v0.2.2 |
| 183 | 2026-06-10T03:38:22.610Z | Compiling bitflags v2.13.0 |
| 184 | 2026-06-10T03:38:22.625Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-06-10T03:38:22.846Z | Compiling serde v1.0.228 |
| 186 | 2026-06-10T03:38:22.898Z | Compiling serde_json v1.0.150 |
| 187 | 2026-06-10T03:38:22.910Z | Compiling anstyle-query v1.1.5 |
| 188 | 2026-06-10T03:38:23.010Z | Compiling anstyle v1.0.14 |
| 189 | 2026-06-10T03:38:23.043Z | Compiling camino v1.2.2 |
| 190 | 2026-06-10T03:38:23.050Z | Compiling is_terminal_polyfill v1.70.2 |
| 191 | 2026-06-10T03:38:23.125Z | Compiling thiserror v2.0.18 |
| 192 | 2026-06-10T03:38:23.128Z | Compiling colorchoice v1.0.5 |
| 193 | 2026-06-10T03:38:23.189Z | Compiling errno v0.3.14 |
| 194 | 2026-06-10T03:38:23.234Z | Compiling anstream v1.0.0 |
| 195 | 2026-06-10T03:38:23.273Z | Compiling heck v0.5.0 |
| 196 | 2026-06-10T03:38:23.397Z | Compiling clap_lex v1.1.0 |
| 197 | 2026-06-10T03:38:23.461Z | Compiling anyhow v1.0.102 |
| 198 | 2026-06-10T03:38:23.649Z | Compiling itoa v1.0.18 |
| 199 | 2026-06-10T03:38:23.703Z | Compiling strsim v0.11.1 |
| 200 | 2026-06-10T03:38:23.742Z | Compiling memchr v2.8.1 |
| 201 | 2026-06-10T03:38:23.781Z | Compiling winnow v1.0.3 |
| 202 | 2026-06-10T03:38:23.862Z | Compiling syn v2.0.117 |
| 203 | 2026-06-10T03:38:23.906Z | Compiling terminal_size v0.4.4 |
| 204 | 2026-06-10T03:38:23.984Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 205 | 2026-06-10T03:38:24.071Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-06-10T03:38:24.196Z | Compiling clap_builder v4.6.0 |
| 207 | 2026-06-10T03:38:24.627Z | Compiling cargo-platform v0.3.3 |
| 208 | 2026-06-10T03:38:24.627Z | Compiling semver v1.0.28 |
| 209 | 2026-06-10T03:38:24.867Z | Compiling serde_spanned v1.1.1 |
| 210 | 2026-06-10T03:38:25.071Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 211 | 2026-06-10T03:38:25.328Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-06-10T03:38:25.964Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-06-10T03:38:25.964Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-06-10T03:38:25.964Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-06-10T03:38:27.607Z | Compiling clap v4.6.1 |
| 216 | 2026-06-10T03:38:29.173Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-06-10T03:38:31.713Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-06-10T03:38:33.324Z | Finished `dev` profile [optimized + debuginfo] target(s) in 16.88s |
| 219 | 2026-06-10T03:38:33.410Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-06-10T03:38:34.921Z | Building opteadm (release). |
| 221 | 2026-06-10T03:38:35.017Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-06-10T03:38:35.017Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-06-10T03:38:35.017Z | Compiling quote v1.0.45 |
| 224 | 2026-06-10T03:38:35.017Z | Compiling serde_core v1.0.228 |
| 225 | 2026-06-10T03:38:35.017Z | Compiling libc v0.2.186 |
| 226 | 2026-06-10T03:38:35.020Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-06-10T03:38:35.020Z | Compiling ident_case v1.0.1 |
| 228 | 2026-06-10T03:38:35.020Z | Compiling strsim v0.11.1 |
| 229 | 2026-06-10T03:38:35.089Z | Compiling fnv v1.0.7 |
| 230 | 2026-06-10T03:38:35.143Z | Compiling thiserror v2.0.18 |
| 231 | 2026-06-10T03:38:35.143Z | Compiling memchr v2.8.1 |
| 232 | 2026-06-10T03:38:35.212Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-06-10T03:38:35.360Z | Compiling zerocopy v0.8.52 |
| 234 | 2026-06-10T03:38:35.367Z | Compiling anyhow v1.0.102 |
| 235 | 2026-06-10T03:38:35.679Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-06-10T03:38:35.683Z | Compiling either v1.16.0 |
| 237 | 2026-06-10T03:38:35.715Z | Compiling serde v1.0.228 |
| 238 | 2026-06-10T03:38:35.739Z | Compiling hashbrown v0.17.1 |
| 239 | 2026-06-10T03:38:35.813Z | Compiling equivalent v1.0.2 |
| 240 | 2026-06-10T03:38:35.872Z | Compiling winnow v1.0.3 |
| 241 | 2026-06-10T03:38:35.885Z | Compiling itertools v0.14.0 |
| 242 | 2026-06-10T03:38:36.243Z | Compiling syn v2.0.117 |
| 243 | 2026-06-10T03:38:36.287Z | Compiling indexmap v2.14.0 |
| 244 | 2026-06-10T03:38:36.373Z | Compiling byteorder v1.5.0 |
| 245 | 2026-06-10T03:38:36.559Z | Compiling heapless v0.8.0 |
| 246 | 2026-06-10T03:38:36.859Z | Compiling regex-automata v0.4.14 |
| 247 | 2026-06-10T03:38:36.900Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-06-10T03:38:36.922Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 249 | 2026-06-10T03:38:37.126Z | Compiling hash32 v0.3.1 |
| 250 | 2026-06-10T03:38:37.150Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 251 | 2026-06-10T03:38:37.245Z | Compiling bitflags v2.13.0 |
| 252 | 2026-06-10T03:38:37.252Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 253 | 2026-06-10T03:38:37.320Z | Compiling rustversion v1.0.22 |
| 254 | 2026-06-10T03:38:37.383Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-06-10T03:38:37.387Z | Compiling syn v1.0.109 |
| 256 | 2026-06-10T03:38:37.434Z | Compiling stable_deref_trait v1.2.1 |
| 257 | 2026-06-10T03:38:37.498Z | Compiling macaddr v1.0.1 |
| 258 | 2026-06-10T03:38:37.690Z | Compiling getrandom v0.4.2 |
| 259 | 2026-06-10T03:38:37.695Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-06-10T03:38:37.711Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 261 | 2026-06-10T03:38:37.722Z | Compiling bitflags v1.3.2 |
| 262 | 2026-06-10T03:38:37.781Z | Compiling proc-macro-crate v3.5.0 |
| 263 | 2026-06-10T03:38:37.924Z | Compiling rand_core v0.10.1 |
| 264 | 2026-06-10T03:38:37.949Z | Compiling version_check v0.9.5 |
| 265 | 2026-06-10T03:38:37.989Z | Compiling managed v0.8.0 |
| 266 | 2026-06-10T03:38:38.024Z | Compiling rustix v1.1.4 |
| 267 | 2026-06-10T03:38:38.195Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-06-10T03:38:38.212Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-06-10T03:38:38.423Z | Compiling errno v0.3.14 |
| 270 | 2026-06-10T03:38:38.545Z | Compiling regex v1.12.4 |
| 271 | 2026-06-10T03:38:38.560Z | Compiling foreign-types-shared v0.3.1 |
| 272 | 2026-06-10T03:38:38.595Z | Compiling ipnetwork v0.21.1 |
| 273 | 2026-06-10T03:38:38.636Z | Compiling unicode-width v0.2.2 |
| 274 | 2026-06-10T03:38:38.663Z | Compiling cpufeatures v0.3.0 |
| 275 | 2026-06-10T03:38:38.723Z | Compiling once_cell v1.21.4 |
| 276 | 2026-06-10T03:38:38.915Z | Compiling darling_core v0.21.3 |
| 277 | 2026-06-10T03:38:38.938Z | Compiling utf8parse v0.2.2 |
| 278 | 2026-06-10T03:38:38.955Z | Compiling tracing-core v0.1.36 |
| 279 | 2026-06-10T03:38:39.030Z | Compiling anstyle-parse v1.0.0 |
| 280 | 2026-06-10T03:38:39.237Z | Compiling tabwriter v1.4.1 |
| 281 | 2026-06-10T03:38:39.362Z | Compiling cstr-argument v0.1.2 |
| 282 | 2026-06-10T03:38:39.511Z | Compiling chacha20 v0.10.0 |
| 283 | 2026-06-10T03:38:39.953Z | Compiling dyn-clone v1.0.20 |
| 284 | 2026-06-10T03:38:39.964Z | Compiling thiserror-impl v2.0.18 |
| 285 | 2026-06-10T03:38:39.972Z | Compiling serde_derive v1.0.228 |
| 286 | 2026-06-10T03:38:40.068Z | Compiling zerocopy-derive v0.8.52 |
| 287 | 2026-06-10T03:38:40.081Z | Compiling num_enum_derive v0.7.6 |
| 288 | 2026-06-10T03:38:40.401Z | Compiling ref-cast-impl v1.0.25 |
| 289 | 2026-06-10T03:38:40.893Z | Compiling foreign-types-macros v0.2.3 |
| 290 | 2026-06-10T03:38:41.020Z | Compiling darling_macro v0.21.3 |
| 291 | 2026-06-10T03:38:41.073Z | Compiling tracing-attributes v0.1.31 |
| 292 | 2026-06-10T03:38:41.108Z | Compiling num_enum v0.7.6 |
| 293 | 2026-06-10T03:38:41.215Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 294 | 2026-06-10T03:38:41.328Z | Compiling cobs v0.3.0 |
| 295 | 2026-06-10T03:38:41.483Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 296 | 2026-06-10T03:38:41.519Z | Compiling foreign-types v0.5.0 |
| 297 | 2026-06-10T03:38:41.537Z | Compiling pin-project-lite v0.2.17 |
| 298 | 2026-06-10T03:38:41.568Z | Compiling darling v0.21.3 |
| 299 | 2026-06-10T03:38:41.582Z | Compiling is_terminal_polyfill v1.70.2 |
| 300 | 2026-06-10T03:38:41.617Z | Compiling pretty-hex v0.4.2 |
| 301 | 2026-06-10T03:38:41.634Z | Compiling ingot-macros v0.1.1 |
| 302 | 2026-06-10T03:38:41.657Z | Compiling anstyle v1.0.14 |
| 303 | 2026-06-10T03:38:41.708Z | Compiling anstyle-query v1.1.5 |
| 304 | 2026-06-10T03:38:41.737Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 305 | 2026-06-10T03:38:41.796Z | Compiling colorchoice v1.0.5 |
| 306 | 2026-06-10T03:38:41.883Z | Compiling anstream v1.0.0 |
| 307 | 2026-06-10T03:38:41.898Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 308 | 2026-06-10T03:38:41.949Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 309 | 2026-06-10T03:38:41.959Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 310 | 2026-06-10T03:38:42.081Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-06-10T03:38:42.276Z | Compiling tracing v0.1.44 |
| 312 | 2026-06-10T03:38:42.280Z | Compiling rand v0.10.1 |
| 313 | 2026-06-10T03:38:42.285Z | Compiling uuid v1.23.3 |
| 314 | 2026-06-10T03:38:42.490Z | Compiling socket2 v0.6.4 |
| 315 | 2026-06-10T03:38:42.585Z | Compiling heck v0.5.0 |
| 316 | 2026-06-10T03:38:42.605Z | Compiling oxnet v0.1.6 |
| 317 | 2026-06-10T03:38:42.762Z | Compiling clap_lex v1.1.0 |
| 318 | 2026-06-10T03:38:43.023Z | Compiling colored v3.1.1 |
| 319 | 2026-06-10T03:38:43.062Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-06-10T03:38:43.065Z | Compiling clap_derive v4.6.1 |
| 321 | 2026-06-10T03:38:43.273Z | Compiling postcard v1.1.3 |
| 322 | 2026-06-10T03:38:43.330Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-06-10T03:38:44.401Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-06-10T03:38:44.718Z | Compiling ingot v0.1.1 |
| 325 | 2026-06-10T03:38:44.954Z | Compiling clap v4.6.1 |
| 326 | 2026-06-10T03:38:46.477Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-06-10T03:38:47.478Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-06-10T03:38:48.513Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-06-10T03:38:55.068Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.14s |
| 330 | 2026-06-10T03:38:55.097Z | Building xde (release-lto). |
| 331 | 2026-06-10T03:38:55.352Z | Updating crates.io index |
| 332 | 2026-06-10T03:38:55.449Z | Downloading crates ... |
| 333 | 2026-06-10T03:38:55.499Z | Downloaded getopts v0.2.24 |
| 334 | 2026-06-10T03:38:55.519Z | Downloaded miniz_oxide v0.8.9 |
| 335 | 2026-06-10T03:38:55.526Z | Downloaded memchr v2.7.6 |
| 336 | 2026-06-10T03:38:55.541Z | Downloaded adler2 v2.0.1 |
| 337 | 2026-06-10T03:38:55.548Z | Downloaded addr2line v0.25.1 |
| 338 | 2026-06-10T03:38:55.556Z | Downloaded rustc-demangle v0.1.27 |
| 339 | 2026-06-10T03:38:55.560Z | Downloaded rustc-literal-escaper v0.0.7 |
| 340 | 2026-06-10T03:38:55.564Z | Downloaded foldhash v0.2.0 |
| 341 | 2026-06-10T03:38:55.567Z | Downloaded object v0.37.3 |
| 342 | 2026-06-10T03:38:55.597Z | Downloaded hashbrown v0.16.1 |
| 343 | 2026-06-10T03:38:55.602Z | Downloaded gimli v0.32.3 |
| 344 | 2026-06-10T03:38:55.647Z | Downloaded libc v0.2.183 |
| 345 | 2026-06-10T03:38:55.707Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 346 | 2026-06-10T03:38:55.707Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 347 | 2026-06-10T03:38:55.707Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-06-10T03:38:55.707Z | Compiling quote v1.0.45 |
| 349 | 2026-06-10T03:38:55.710Z | Compiling unicode-ident v1.0.24 |
| 350 | 2026-06-10T03:38:55.710Z | Compiling ident_case v1.0.1 |
| 351 | 2026-06-10T03:38:55.710Z | Compiling strsim v0.11.1 |
| 352 | 2026-06-10T03:38:55.710Z | Compiling serde_core v1.0.228 |
| 353 | 2026-06-10T03:38:55.875Z | Compiling fnv v1.0.7 |
| 354 | 2026-06-10T03:38:55.880Z | Compiling memchr v2.8.1 |
| 355 | 2026-06-10T03:38:55.968Z | Compiling regex-syntax v0.8.11 |
| 356 | 2026-06-10T03:38:56.120Z | Compiling serde v1.0.228 |
| 357 | 2026-06-10T03:38:56.131Z | Compiling zerocopy v0.8.52 |
| 358 | 2026-06-10T03:38:56.138Z | Compiling either v1.16.0 |
| 359 | 2026-06-10T03:38:56.255Z | Compiling thiserror v2.0.18 |
| 360 | 2026-06-10T03:38:56.330Z | Compiling aho-corasick v1.1.4 |
| 361 | 2026-06-10T03:38:56.528Z | Compiling itertools v0.14.0 |
| 362 | 2026-06-10T03:38:56.532Z | Compiling heapless v0.8.0 |
| 363 | 2026-06-10T03:38:56.826Z | Compiling syn v2.0.117 |
| 364 | 2026-06-10T03:38:56.914Z | Compiling smoltcp v0.11.0 |
| 365 | 2026-06-10T03:38:56.950Z | Compiling crc32fast v1.5.0 |
| 366 | 2026-06-10T03:38:57.010Z | Compiling version_check v0.9.5 |
| 367 | 2026-06-10T03:38:57.287Z | Compiling ref-cast v1.0.25 |
| 368 | 2026-06-10T03:38:57.382Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-06-10T03:38:57.626Z | Compiling regex-automata v0.4.14 |
| 370 | 2026-06-10T03:38:59.060Z | Compiling darling_core v0.21.3 |
| 371 | 2026-06-10T03:38:59.060Z | Compiling darling_core v0.23.0 |
| 372 | 2026-06-10T03:38:59.118Z | Compiling regex v1.12.4 |
| 373 | 2026-06-10T03:39:00.113Z | Compiling zerocopy-derive v0.8.52 |
| 374 | 2026-06-10T03:39:00.113Z | Compiling thiserror-impl v2.0.18 |
| 375 | 2026-06-10T03:39:00.113Z | Compiling serde_derive v1.0.228 |
| 376 | 2026-06-10T03:39:00.116Z | Compiling ref-cast-impl v1.0.25 |
| 377 | 2026-06-10T03:39:00.116Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 378 | 2026-06-10T03:39:01.652Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-06-10T03:39:01.797Z | Compiling darling_macro v0.21.3 |
| 380 | 2026-06-10T03:39:02.563Z | Compiling darling v0.23.0 |
| 381 | 2026-06-10T03:39:02.631Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 382 | 2026-06-10T03:39:02.713Z | Compiling darling v0.21.3 |
| 383 | 2026-06-10T03:39:02.778Z | Compiling ingot-macros v0.1.1 |
| 384 | 2026-06-10T03:39:07.726Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 385 | 2026-06-10T03:39:09.775Z | Compiling byteorder v1.5.0 |
| 386 | 2026-06-10T03:39:09.775Z | Compiling macaddr v1.0.1 |
| 387 | 2026-06-10T03:39:09.776Z | Compiling stable_deref_trait v1.2.1 |
| 388 | 2026-06-10T03:39:09.776Z | Compiling cfg-if v1.0.4 |
| 389 | 2026-06-10T03:39:09.837Z | Compiling bitflags v1.3.2 |
| 390 | 2026-06-10T03:39:09.846Z | Compiling cobs v0.3.0 |
| 391 | 2026-06-10T03:39:09.877Z | Compiling managed v0.8.0 |
| 392 | 2026-06-10T03:39:09.963Z | Compiling hash32 v0.3.1 |
| 393 | 2026-06-10T03:39:10.045Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-06-10T03:39:10.141Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-06-10T03:39:11.440Z | Compiling bitflags v2.13.0 |
| 396 | 2026-06-10T03:39:11.440Z | Compiling uuid v1.23.3 |
| 397 | 2026-06-10T03:39:11.584Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-06-10T03:39:11.870Z | Compiling postcard v1.1.3 |
| 399 | 2026-06-10T03:39:12.638Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-06-10T03:39:12.955Z | Compiling ingot v0.1.1 |
| 401 | 2026-06-10T03:39:14.466Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-06-10T03:39:18.285Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-06-10T03:39:27.058Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-06-10T03:39:56.857Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 405 | 2026-06-10T03:39:56.885Z | Linking xde kmod... |
| 406 | 2026-06-10T03:39:57.467Z | Building xde dev link helper (release). |
| 407 | 2026-06-10T03:39:57.630Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-06-10T03:39:57.630Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-06-10T03:39:57.631Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-06-10T03:40:08.679Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-06-10T03:40:11.061Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.56s |
| 412 | 2026-06-10T03:40:11.082Z | Building opteadm (dev). |
| 413 | 2026-06-10T03:40:11.237Z | Compiling serde_core v1.0.228 |
| 414 | 2026-06-10T03:40:11.237Z | Compiling libc v0.2.186 |
| 415 | 2026-06-10T03:40:11.237Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-06-10T03:40:11.237Z | Compiling memchr v2.8.1 |
| 417 | 2026-06-10T03:40:11.240Z | Compiling ident_case v1.0.1 |
| 418 | 2026-06-10T03:40:11.240Z | Compiling fnv v1.0.7 |
| 419 | 2026-06-10T03:40:11.240Z | Compiling strsim v0.11.1 |
| 420 | 2026-06-10T03:40:11.240Z | Compiling syn v2.0.117 |
| 421 | 2026-06-10T03:40:11.311Z | Compiling regex-syntax v0.8.11 |
| 422 | 2026-06-10T03:40:11.332Z | Compiling zerocopy v0.8.52 |
| 423 | 2026-06-10T03:40:11.356Z | Compiling either v1.16.0 |
| 424 | 2026-06-10T03:40:11.535Z | Compiling serde v1.0.228 |
| 425 | 2026-06-10T03:40:11.543Z | Compiling equivalent v1.0.2 |
| 426 | 2026-06-10T03:40:11.611Z | Compiling hashbrown v0.17.1 |
| 427 | 2026-06-10T03:40:11.713Z | Compiling aho-corasick v1.1.4 |
| 428 | 2026-06-10T03:40:11.811Z | Compiling winnow v1.0.3 |
| 429 | 2026-06-10T03:40:11.916Z | Compiling itertools v0.14.0 |
| 430 | 2026-06-10T03:40:12.011Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 431 | 2026-06-10T03:40:12.144Z | Compiling indexmap v2.14.0 |
| 432 | 2026-06-10T03:40:12.220Z | Compiling byteorder v1.5.0 |
| 433 | 2026-06-10T03:40:12.386Z | Compiling heapless v0.8.0 |
| 434 | 2026-06-10T03:40:12.737Z | Compiling regex-automata v0.4.14 |
| 435 | 2026-06-10T03:40:12.821Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 436 | 2026-06-10T03:40:12.836Z | Compiling hash32 v0.3.1 |
| 437 | 2026-06-10T03:40:12.986Z | Compiling smoltcp v0.11.0 |
| 438 | 2026-06-10T03:40:13.087Z | Compiling macaddr v1.0.1 |
| 439 | 2026-06-10T03:40:13.129Z | Compiling syn v1.0.109 |
| 440 | 2026-06-10T03:40:13.345Z | Compiling bitflags v2.13.0 |
| 441 | 2026-06-10T03:40:13.381Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 442 | 2026-06-10T03:40:13.381Z | Compiling stable_deref_trait v1.2.1 |
| 443 | 2026-06-10T03:40:13.381Z | Compiling rustversion v1.0.22 |
| 444 | 2026-06-10T03:40:13.426Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 445 | 2026-06-10T03:40:13.484Z | Compiling bitflags v1.3.2 |
| 446 | 2026-06-10T03:40:13.546Z | Compiling getrandom v0.4.2 |
| 447 | 2026-06-10T03:40:13.669Z | Compiling ref-cast v1.0.25 |
| 448 | 2026-06-10T03:40:13.740Z | Compiling darling_core v0.21.3 |
| 449 | 2026-06-10T03:40:13.778Z | Compiling managed v0.8.0 |
| 450 | 2026-06-10T03:40:13.816Z | Compiling rand_core v0.10.1 |
| 451 | 2026-06-10T03:40:13.866Z | Compiling proc-macro-crate v3.5.0 |
| 452 | 2026-06-10T03:40:13.969Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 453 | 2026-06-10T03:40:13.982Z | Compiling version_check v0.9.5 |
| 454 | 2026-06-10T03:40:14.247Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-06-10T03:40:14.278Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-06-10T03:40:14.486Z | Compiling regex v1.12.4 |
| 457 | 2026-06-10T03:40:14.772Z | Compiling errno v0.3.14 |
| 458 | 2026-06-10T03:40:14.872Z | Compiling cpufeatures v0.3.0 |
| 459 | 2026-06-10T03:40:14.912Z | Compiling ipnetwork v0.21.1 |
| 460 | 2026-06-10T03:40:14.938Z | Compiling unicode-width v0.2.2 |
| 461 | 2026-06-10T03:40:14.961Z | Compiling thiserror-impl v2.0.18 |
| 462 | 2026-06-10T03:40:15.280Z | Compiling zerocopy-derive v0.8.52 |
| 463 | 2026-06-10T03:40:15.286Z | Compiling serde_derive v1.0.228 |
| 464 | 2026-06-10T03:40:15.438Z | Compiling num_enum_derive v0.7.6 |
| 465 | 2026-06-10T03:40:15.875Z | Compiling darling_macro v0.21.3 |
| 466 | 2026-06-10T03:40:16.164Z | Compiling ref-cast-impl v1.0.25 |
| 467 | 2026-06-10T03:40:16.225Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-10T03:40:16.326Z | Compiling cobs v0.3.0 |
| 469 | 2026-06-10T03:40:16.448Z | Compiling darling v0.21.3 |
| 470 | 2026-06-10T03:40:16.455Z | Compiling foreign-types-macros v0.2.3 |
| 471 | 2026-06-10T03:40:16.519Z | Compiling ingot-macros v0.1.1 |
| 472 | 2026-06-10T03:40:16.622Z | Compiling once_cell v1.21.4 |
| 473 | 2026-06-10T03:40:16.767Z | Compiling foreign-types-shared v0.3.1 |
| 474 | 2026-06-10T03:40:16.851Z | Compiling tracing-core v0.1.36 |
| 475 | 2026-06-10T03:40:16.957Z | Compiling num_enum v0.7.6 |
| 476 | 2026-06-10T03:40:17.078Z | Compiling cstr-argument v0.1.2 |
| 477 | 2026-06-10T03:40:17.093Z | Compiling foreign-types v0.5.0 |
| 478 | 2026-06-10T03:40:17.177Z | Compiling tabwriter v1.4.1 |
| 479 | 2026-06-10T03:40:17.253Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 480 | 2026-06-10T03:40:17.571Z | Compiling tracing-attributes v0.1.31 |
| 481 | 2026-06-10T03:40:17.641Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 482 | 2026-06-10T03:40:17.812Z | Compiling chacha20 v0.10.0 |
| 483 | 2026-06-10T03:40:18.139Z | Compiling rustix v1.1.4 |
| 484 | 2026-06-10T03:40:18.372Z | Compiling anyhow v1.0.102 |
| 485 | 2026-06-10T03:40:18.391Z | Compiling pin-project-lite v0.2.17 |
| 486 | 2026-06-10T03:40:18.469Z | Compiling postcard v1.1.3 |
| 487 | 2026-06-10T03:40:18.478Z | Compiling pretty-hex v0.4.2 |
| 488 | 2026-06-10T03:40:18.565Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 489 | 2026-06-10T03:40:18.599Z | Compiling dyn-clone v1.0.20 |
| 490 | 2026-06-10T03:40:18.696Z | Compiling terminal_size v0.4.4 |
| 491 | 2026-06-10T03:40:18.777Z | Compiling tracing v0.1.44 |
| 492 | 2026-06-10T03:40:18.800Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 493 | 2026-06-10T03:40:18.812Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 494 | 2026-06-10T03:40:18.840Z | Compiling rand v0.10.1 |
| 495 | 2026-06-10T03:40:19.002Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-06-10T03:40:19.057Z | Compiling uuid v1.23.3 |
| 497 | 2026-06-10T03:40:19.120Z | Compiling socket2 v0.6.4 |
| 498 | 2026-06-10T03:40:19.137Z | Compiling oxnet v0.1.6 |
| 499 | 2026-06-10T03:40:19.196Z | Compiling colored v3.1.1 |
| 500 | 2026-06-10T03:40:19.360Z | Compiling clap_derive v4.6.1 |
| 501 | 2026-06-10T03:40:19.633Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-06-10T03:40:19.653Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-06-10T03:40:19.717Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-06-10T03:40:20.012Z | Compiling ingot v0.1.1 |
| 505 | 2026-06-10T03:40:21.282Z | Compiling clap v4.6.1 |
| 506 | 2026-06-10T03:40:21.676Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-06-10T03:40:24.134Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-06-10T03:40:25.318Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-06-10T03:40:29.761Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.67s |
| 510 | 2026-06-10T03:40:29.792Z | Building xde (dev). |
| 511 | 2026-06-10T03:40:30.022Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-06-10T03:40:30.022Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-06-10T03:40:30.022Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-06-10T03:40:30.022Z | Compiling unicode-ident v1.0.24 |
| 515 | 2026-06-10T03:40:30.022Z | Compiling quote v1.0.45 |
| 516 | 2026-06-10T03:40:30.022Z | Compiling strsim v0.11.1 |
| 517 | 2026-06-10T03:40:30.022Z | Compiling ident_case v1.0.1 |
| 518 | 2026-06-10T03:40:30.025Z | Compiling serde_core v1.0.228 |
| 519 | 2026-06-10T03:40:30.146Z | Compiling memchr v2.8.1 |
| 520 | 2026-06-10T03:40:30.175Z | Compiling fnv v1.0.7 |
| 521 | 2026-06-10T03:40:30.241Z | Compiling regex-syntax v0.8.11 |
| 522 | 2026-06-10T03:40:30.421Z | Compiling thiserror v2.0.18 |
| 523 | 2026-06-10T03:40:30.432Z | Compiling zerocopy v0.8.52 |
| 524 | 2026-06-10T03:40:30.460Z | Compiling serde v1.0.228 |
| 525 | 2026-06-10T03:40:30.561Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-06-10T03:40:30.830Z | Compiling either v1.16.0 |
| 527 | 2026-06-10T03:40:30.867Z | Compiling heapless v0.8.0 |
| 528 | 2026-06-10T03:40:30.993Z | Compiling itertools v0.14.0 |
| 529 | 2026-06-10T03:40:31.063Z | Compiling smoltcp v0.11.0 |
| 530 | 2026-06-10T03:40:31.220Z | Compiling syn v2.0.117 |
| 531 | 2026-06-10T03:40:31.277Z | Compiling crc32fast v1.5.0 |
| 532 | 2026-06-10T03:40:31.336Z | Compiling ref-cast v1.0.25 |
| 533 | 2026-06-10T03:40:31.489Z | Compiling version_check v0.9.5 |
| 534 | 2026-06-10T03:40:31.735Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-06-10T03:40:31.833Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-06-10T03:40:33.279Z | Compiling regex v1.12.4 |
| 537 | 2026-06-10T03:40:33.474Z | Compiling darling_core v0.21.3 |
| 538 | 2026-06-10T03:40:33.474Z | Compiling darling_core v0.23.0 |
| 539 | 2026-06-10T03:40:34.448Z | Compiling zerocopy-derive v0.8.52 |
| 540 | 2026-06-10T03:40:34.448Z | Compiling thiserror-impl v2.0.18 |
| 541 | 2026-06-10T03:40:34.448Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-06-10T03:40:34.452Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-06-10T03:40:34.452Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-06-10T03:40:36.108Z | Compiling darling_macro v0.23.0 |
| 545 | 2026-06-10T03:40:36.175Z | Compiling darling_macro v0.21.3 |
| 546 | 2026-06-10T03:40:37.019Z | Compiling darling v0.23.0 |
| 547 | 2026-06-10T03:40:37.081Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 548 | 2026-06-10T03:40:37.085Z | Compiling darling v0.21.3 |
| 549 | 2026-06-10T03:40:37.143Z | Compiling ingot-macros v0.1.1 |
| 550 | 2026-06-10T03:40:41.554Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-06-10T03:40:43.308Z | Compiling byteorder v1.5.0 |
| 552 | 2026-06-10T03:40:43.308Z | Compiling stable_deref_trait v1.2.1 |
| 553 | 2026-06-10T03:40:43.309Z | Compiling macaddr v1.0.1 |
| 554 | 2026-06-10T03:40:43.318Z | Compiling cfg-if v1.0.4 |
| 555 | 2026-06-10T03:40:43.374Z | Compiling bitflags v1.3.2 |
| 556 | 2026-06-10T03:40:43.381Z | Compiling cobs v0.3.0 |
| 557 | 2026-06-10T03:40:43.414Z | Compiling managed v0.8.0 |
| 558 | 2026-06-10T03:40:43.491Z | Compiling hash32 v0.3.1 |
| 559 | 2026-06-10T03:40:43.646Z | Compiling dyn-clone v1.0.20 |
| 560 | 2026-06-10T03:40:43.741Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 561 | 2026-06-10T03:40:44.831Z | Compiling bitflags v2.13.0 |
| 562 | 2026-06-10T03:40:44.831Z | Compiling uuid v1.23.3 |
| 563 | 2026-06-10T03:40:44.967Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 564 | 2026-06-10T03:40:45.277Z | Compiling postcard v1.1.3 |
| 565 | 2026-06-10T03:40:46.048Z | Compiling ingot-types v0.1.2 |
| 566 | 2026-06-10T03:40:46.335Z | Compiling ingot v0.1.1 |
| 567 | 2026-06-10T03:40:47.738Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-06-10T03:40:52.077Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 569 | 2026-06-10T03:41:02.488Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 570 | 2026-06-10T03:41:10.889Z | Finished `dev` profile [optimized + debuginfo] target(s) in 41.07s |
| 571 | 2026-06-10T03:41:10.912Z | Linking xde kmod... |
| 572 | 2026-06-10T03:41:12.058Z | Building xde dev link helper (dev). |
| 573 | 2026-06-10T03:41:12.222Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 574 | 2026-06-10T03:41:12.222Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 575 | 2026-06-10T03:41:12.222Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 576 | 2026-06-10T03:41:22.733Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 577 | 2026-06-10T03:41:24.933Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.84s |
| 578 | 2026-06-10T03:41:24.955Z | |
| 579 | 2026-06-10T03:41:24.955Z | real 3:08.517398405 |
| 580 | 2026-06-10T03:41:24.955Z | user 9:02.570019009 |
| 581 | 2026-06-10T03:41:24.955Z | sys 59.021886762 |
| 582 | 2026-06-10T03:41:24.955Z | trap 0.240811686 |
| 583 | 2026-06-10T03:41:24.958Z | tflt 0.699121516 |
| 584 | 2026-06-10T03:41:24.958Z | dflt 1.381750350 |
| 585 | 2026-06-10T03:41:24.958Z | kflt 0.006917302 |
| 586 | 2026-06-10T03:41:24.958Z | lock 30:46.483302319 |
| 587 | 2026-06-10T03:41:24.958Z | slp 21:09.582156050 |
| 588 | 2026-06-10T03:41:24.958Z | lat 21.188847232 |
| 589 | 2026-06-10T03:41:24.958Z | stop 30.517086799 |
| 590 | 2026-06-10T03:41:24.958Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 591 | 2026-06-10T03:41:24.958Z | + grep GOTPCREL |
| 592 | 2026-06-10T03:41:25.917Z | + header 'package opte' |
| 593 | 2026-06-10T03:41:25.917Z | + echo '# ==== package opte ==== #' |
| 594 | 2026-06-10T03:41:25.917Z | + cargo xtask package --skip-build --profile all |
| 595 | 2026-06-10T03:41:25.917Z | # ==== package opte ==== # |
| 596 | 2026-06-10T03:41:26.058Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 597 | 2026-06-10T03:41:26.062Z | Running `target/debug/xtask package --skip-build --profile all` |
| 598 | 2026-06-10T03:41:26.274Z | + ./clean.sh |
| 599 | 2026-06-10T03:41:26.281Z | + mkdir -p proto/kernel/drv/amd64 |
| 600 | 2026-06-10T03:41:26.284Z | + mkdir -p proto/opt/oxide/opte/bin |
| 601 | 2026-06-10T03:41:26.284Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 602 | 2026-06-10T03:41:26.287Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 603 | 2026-06-10T03:41:26.303Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 604 | 2026-06-10T03:41:26.340Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 605 | 2026-06-10T03:41:26.343Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 606 | 2026-06-10T03:41:26.343Z | + '[' -z ']' |
| 607 | 2026-06-10T03:41:26.343Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 608 | 2026-06-10T03:41:26.366Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 609 | 2026-06-10T03:41:26.439Z | + INC_DEBUG= |
| 610 | 2026-06-10T03:41:26.439Z | + typeset -ri TAG=0 |
| 611 | 2026-06-10T03:41:26.442Z | ++ ./print-api-version.sh |
| 612 | 2026-06-10T03:41:26.445Z | + API_VSN=41 |
| 613 | 2026-06-10T03:41:26.445Z | + PKG_VERSION=0.41.485-3.0 |
| 614 | 2026-06-10T03:41:26.448Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.485-3.0/g opte.template.p5m |
| 615 | 2026-06-10T03:41:26.448Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 616 | 2026-06-10T03:41:26.989Z | + pkgdepend generate -d proto opte.base.p5m |
| 617 | 2026-06-10T03:41:27.333Z | + mkdir -p packages |
| 618 | 2026-06-10T03:41:27.336Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 619 | 2026-06-10T03:41:34.114Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 620 | 2026-06-10T03:41:34.117Z | + pkgrepo create packages/repo |
| 621 | 2026-06-10T03:41:34.329Z | + pkgrepo add-publisher -s packages/repo helios |
| 622 | 2026-06-10T03:41:34.538Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 623 | 2026-06-10T03:42:03.936Z | pkg://helios/driver/network/opte@0.41.485,5.11-3.0:20260610T034133Z |
| 624 | 2026-06-10T03:42:03.936Z | PUBLISHED |
| 625 | 2026-06-10T03:42:03.972Z | + pkgrecv -a -d packages/repo/opte-0.41.485-3.0.p5p -s packages/repo -v -m latest '*' |
| 626 | 2026-06-10T03:42:04.157Z | Retrieving packages for publisher helios ... |
| 627 | 2026-06-10T03:42:04.161Z | Retrieving catalog 'helios' ... Done |
| 628 | 2026-06-10T03:42:04.161Z | Retrieving and evaluating 1 package(s)... |
| 629 | 2026-06-10T03:42:04.162Z | Fetching manifests: 1/1 100% complete |
| 630 | 2026-06-10T03:42:04.162Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-06-10T03:42:04.162Z | |
| 632 | 2026-06-10T03:42:04.162Z | Archiving packages ... |
| 633 | 2026-06-10T03:42:04.162Z | Packages to add: 1 |
| 634 | 2026-06-10T03:42:04.162Z | Files to retrieve: 6 |
| 635 | 2026-06-10T03:42:04.162Z | Estimated transfer size: 37.12 MB |
| 636 | 2026-06-10T03:42:04.162Z | |
| 637 | 2026-06-10T03:42:04.162Z | Packages to archive: |
| 638 | 2026-06-10T03:42:04.162Z | driver/network/opte@0.41.485,5.11-3.0:20260610T034133Z |
| 639 | 2026-06-10T03:42:04.163Z | |
| 640 | 2026-06-10T03:42:04.163Z | Download: 0/6 items 0.0/37.1MB 0% complete |
| 641 | 2026-06-10T03:42:04.230Z | Download: Completed 37.12 MB in 0.07 seconds (540M/s) |
| 642 | 2026-06-10T03:42:04.234Z | Archiving: 1/20 items 0.0/37.2MB 0% complete |
| 643 | 2026-06-10T03:42:04.253Z | Archiving: Completed 37.15 MB in 0.01 seconds |
| 644 | 2026-06-10T03:42:04.285Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.485-3.0.p5p. |
| 645 | 2026-06-10T03:42:04.289Z | + banner copy |
| 646 | 2026-06-10T03:42:04.293Z | |
| 647 | 2026-06-10T03:42:04.293Z | #### #### ##### # # |
| 648 | 2026-06-10T03:42:04.294Z | # # # # # # # # |
| 649 | 2026-06-10T03:42:04.294Z | # # # # # # |
| 650 | 2026-06-10T03:42:04.294Z | # # # ##### # |
| 651 | 2026-06-10T03:42:04.294Z | # # # # # # |
| 652 | 2026-06-10T03:42:04.294Z | #### #### # # |
| 653 | 2026-06-10T03:42:04.294Z | |
| 654 | 2026-06-10T03:42:04.294Z | + pfexec mkdir -p /out |
| 655 | 2026-06-10T03:42:04.297Z | + pfexec chown 12345 /out |
| 656 | 2026-06-10T03:42:04.297Z | + PKG_NAME=/out/opte.p5p |
| 657 | 2026-06-10T03:42:04.297Z | + mv pkg/packages/repo/opte-0.41.485-3.0.p5p /out/opte.p5p |
| 658 | 2026-06-10T03:42:04.324Z | + sha256sum /out/opte.p5p |
| 659 | 2026-06-10T03:42:04.349Z | process exited: duration 279497 ms, exit code 0 |
| |
| 660 | 2026-06-10T03:42:04.362Z | found 2 output files |
| 661 | 2026-06-10T03:42:04.362Z | uploading: /out/opte.p5p (38963200 bytes) |
| 662 | 2026-06-10T03:42:05.776Z | uploaded: /out/opte.p5p |
| 663 | 2026-06-10T03:42:05.776Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 664 | 2026-06-10T03:42:06.829Z | uploaded: /out/opte.p5p.sha256 |