|
|
|
| 1 | 2026-06-21T04:29:54.273Z | job assigned to worker 01KVM70W0XEKG8BZMW0WM4051A [factory aws, i-04693a5f6a213dee8] (queued for 58 s) |
| |
| 2 | 2026-06-21T04:30:00.917Z | starting task 0: "setup" |
| 3 | 2026-06-21T04:30:00.922Z | ++ uname -s |
| 4 | 2026-06-21T04:30:00.925Z | + kern=SunOS |
| 5 | 2026-06-21T04:30:00.925Z | + build_user=build |
| 6 | 2026-06-21T04:30:00.925Z | + build_uid=12345 |
| 7 | 2026-06-21T04:30:00.925Z | + work_dir=/work |
| 8 | 2026-06-21T04:30:00.925Z | + input_dir=/input |
| 9 | 2026-06-21T04:30:00.925Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-21T04:30:00.925Z | + case "$kern" in |
| 11 | 2026-06-21T04:30:00.925Z | + groupadd -g 12345 build |
| 12 | 2026-06-21T04:30:00.928Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-21T04:30:02.930Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-21T04:30:03.039Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-21T04:30:03.042Z | + home_fs=zfs |
| 16 | 2026-06-21T04:30:03.042Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-21T04:30:03.042Z | + mkdir -p /home/build |
| 18 | 2026-06-21T04:30:03.042Z | + chown build:build /home/build /work |
| 19 | 2026-06-21T04:30:05.043Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-21T04:30:05.046Z | process exited: duration 4127 ms, exit code 0 |
| |
| 21 | 2026-06-21T04:30:05.051Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-21T04:30:05.055Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-21T04:30:05.055Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-21T04:30:05.055Z | * rust toolchain profile = "default" |
| 25 | 2026-06-21T04:30:05.055Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-21T04:30:05.055Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-21T04:30:05.055Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-21T04:30:05.058Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-21T04:30:05.058Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-21T04:30:05.163Z | info: downloading installer |
| 31 | 2026-06-21T04:30:06.744Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-21T04:30:06.744Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-21T04:30:06.745Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-21T04:30:06.745Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-21T04:30:06.757Z | info: profile set to default |
| 36 | 2026-06-21T04:30:06.757Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-21T04:30:06.760Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-21T04:30:06.907Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-21T04:30:06.910Z | info: downloading 6 components |
| 40 | 2026-06-21T04:30:22.696Z | |
| 41 | 2026-06-21T04:30:22.696Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-21T04:30:22.729Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-21T04:30:22.729Z | |
| 44 | 2026-06-21T04:30:22.730Z | |
| 45 | 2026-06-21T04:30:22.730Z | Rust is installed now. Great! |
| 46 | 2026-06-21T04:30:22.730Z | |
| 47 | 2026-06-21T04:30:22.730Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-21T04:30:22.731Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-21T04:30:22.731Z | |
| 50 | 2026-06-21T04:30:22.731Z | To configure your current shell, you need to source |
| 51 | 2026-06-21T04:30:22.732Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-21T04:30:22.732Z | |
| 53 | 2026-06-21T04:30:22.732Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-21T04:30:22.735Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-21T04:30:22.735Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-21T04:30:22.735Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-21T04:30:22.735Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-21T04:30:22.735Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-21T04:30:22.735Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-21T04:30:22.735Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-21T04:30:22.735Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-21T04:30:22.839Z | + rustup --version |
| 63 | 2026-06-21T04:30:22.847Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-21T04:30:22.850Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-21T04:30:22.869Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-21T04:30:22.872Z | + cargo --version |
| 67 | 2026-06-21T04:30:22.884Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-21T04:30:22.887Z | + rustc --version |
| 69 | 2026-06-21T04:30:22.906Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-21T04:30:22.910Z | process exited: duration 17856 ms, exit code 0 |
| |
| 71 | 2026-06-21T04:30:22.917Z | starting task 2: "authentication" |
| 72 | 2026-06-21T04:30:22.933Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-21T04:30:22.939Z | starting task 3: "clone repository" |
| 74 | 2026-06-21T04:30:22.942Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-21T04:30:22.945Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-21T04:30:22.973Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-21T04:30:23.788Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-21T04:30:23.788Z | + git fetch origin e02f36f315434dba17735ebe14165d251d1e7fb8 |
| 79 | 2026-06-21T04:30:24.011Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-21T04:30:24.011Z | * branch e02f36f315434dba17735ebe14165d251d1e7fb8 -> FETCH_HEAD |
| 81 | 2026-06-21T04:30:24.016Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-06-21T04:30:24.018Z | ++ git branch --show-current |
| 83 | 2026-06-21T04:30:24.018Z | + current=master |
| 84 | 2026-06-21T04:30:24.018Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-06-21T04:30:24.018Z | + git branch -f renovate/rust-1.x e02f36f315434dba17735ebe14165d251d1e7fb8 |
| 86 | 2026-06-21T04:30:24.021Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-06-21T04:30:24.037Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-06-21T04:30:24.040Z | + git reset --hard e02f36f315434dba17735ebe14165d251d1e7fb8 |
| 89 | 2026-06-21T04:30:24.054Z | HEAD is now at e02f36f Update Rust to nightly-2026-06-21 |
| 90 | 2026-06-21T04:30:24.057Z | process exited: duration 1115 ms, exit code 0 |
| |
| 91 | 2026-06-21T04:30:24.062Z | starting task 4: "build" |
| 92 | 2026-06-21T04:30:24.066Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-21T04:30:24.068Z | ++ rustup show active-toolchain |
| 94 | 2026-06-21T04:30:24.071Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-21T04:30:24.074Z | ++ pushd xde |
| 96 | 2026-06-21T04:30:24.074Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-21T04:30:24.074Z | ++ rustup show active-toolchain |
| 98 | 2026-06-21T04:30:24.077Z | info: syncing channel updates for nightly-2026-06-21-x86_64-unknown-illumos |
| 99 | 2026-06-21T04:30:24.262Z | info: latest update on 2026-06-21 for version 1.98.0-nightly (8b6558a02 2026-06-20) |
| 100 | 2026-06-21T04:30:24.265Z | info: downloading 6 components |
| 101 | 2026-06-21T04:30:38.767Z | nightly-2026-06-21-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-21T04:30:38.871Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-21T04:30:38.874Z | +++ head -n 1 |
| 104 | 2026-06-21T04:30:38.874Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-21T04:30:38.926Z | ++ export NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos |
| 106 | 2026-06-21T04:30:38.926Z | ++ NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos |
| 107 | 2026-06-21T04:30:38.926Z | ++ popd |
| 108 | 2026-06-21T04:30:38.926Z | /work/oxidecomputer/opte |
| 109 | 2026-06-21T04:30:38.929Z | + TGT_BASE=/work |
| 110 | 2026-06-21T04:30:38.929Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-06-21T04:30:38.929Z | + REL_TGT=/work/release |
| 112 | 2026-06-21T04:30:38.929Z | + mkdir -p /work/release |
| 113 | 2026-06-21T04:30:38.929Z | + cargo --version |
| 114 | 2026-06-21T04:30:38.937Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-21T04:30:38.940Z | + rustc --version |
| 116 | 2026-06-21T04:30:38.959Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-21T04:30:38.962Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-06-21T04:30:38.962Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-06-21T04:30:38.962Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-06-21T04:30:38.962Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-06-21T04:30:39.062Z | Updating crates.io index |
| 122 | 2026-06-21T04:30:39.065Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-06-21T04:30:39.713Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-06-21T04:30:39.998Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-06-21T04:30:40.307Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-06-21T04:30:40.521Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-06-21T04:30:40.734Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-06-21T04:30:40.958Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-06-21T04:31:41.873Z | Downloading crates ... |
| 130 | 2026-06-21T04:31:41.917Z | Downloaded equivalent v1.0.2 |
| 131 | 2026-06-21T04:31:41.917Z | Downloaded utf8parse v0.2.2 |
| 132 | 2026-06-21T04:31:41.917Z | Downloaded strsim v0.11.1 |
| 133 | 2026-06-21T04:31:41.917Z | Downloaded clap_lex v1.1.0 |
| 134 | 2026-06-21T04:31:41.917Z | Downloaded colorchoice v1.0.5 |
| 135 | 2026-06-21T04:31:41.917Z | Downloaded cargo-platform v0.3.3 |
| 136 | 2026-06-21T04:31:41.917Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 137 | 2026-06-21T04:31:41.917Z | Downloaded anstream v1.0.0 |
| 138 | 2026-06-21T04:31:41.918Z | Downloaded anstyle v1.0.14 |
| 139 | 2026-06-21T04:31:41.918Z | Downloaded thiserror-impl v2.0.18 |
| 140 | 2026-06-21T04:31:41.918Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 141 | 2026-06-21T04:31:41.918Z | Downloaded unicode-ident v1.0.24 |
| 142 | 2026-06-21T04:31:41.918Z | Downloaded memchr v2.8.2 |
| 143 | 2026-06-21T04:31:41.918Z | Downloaded serde_derive v1.0.228 |
| 144 | 2026-06-21T04:31:41.918Z | Downloaded quote v1.0.45 |
| 145 | 2026-06-21T04:31:41.918Z | Downloaded anyhow v1.0.102 |
| 146 | 2026-06-21T04:31:41.918Z | Downloaded proc-macro2 v1.0.106 |
| 147 | 2026-06-21T04:31:41.918Z | Downloaded anstyle-query v1.1.5 |
| 148 | 2026-06-21T04:31:41.918Z | Downloaded anstyle-parse v1.0.0 |
| 149 | 2026-06-21T04:31:41.918Z | Downloaded serde_spanned v1.1.1 |
| 150 | 2026-06-21T04:31:41.918Z | Downloaded clap_derive v4.6.1 |
| 151 | 2026-06-21T04:31:41.918Z | Downloaded indexmap v2.14.0 |
| 152 | 2026-06-21T04:31:41.918Z | Downloaded clap v4.6.1 |
| 153 | 2026-06-21T04:31:41.918Z | Downloaded is_terminal_polyfill v1.70.2 |
| 154 | 2026-06-21T04:31:41.918Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 155 | 2026-06-21T04:31:41.919Z | Downloaded camino v1.2.2 |
| 156 | 2026-06-21T04:31:41.919Z | Downloaded serde_core v1.0.228 |
| 157 | 2026-06-21T04:31:41.919Z | Downloaded heck v0.5.0 |
| 158 | 2026-06-21T04:31:41.919Z | Downloaded terminal_size v0.4.4 |
| 159 | 2026-06-21T04:31:41.919Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 160 | 2026-06-21T04:31:41.919Z | Downloaded serde_json v1.0.150 |
| 161 | 2026-06-21T04:31:41.919Z | Downloaded errno v0.3.14 |
| 162 | 2026-06-21T04:31:41.919Z | Downloaded zmij v1.0.21 |
| 163 | 2026-06-21T04:31:41.920Z | Downloaded cargo_metadata v0.23.1 |
| 164 | 2026-06-21T04:31:41.920Z | Downloaded itoa v1.0.18 |
| 165 | 2026-06-21T04:31:41.920Z | Downloaded bitflags v2.13.0 |
| 166 | 2026-06-21T04:31:41.920Z | Downloaded winnow v1.0.3 |
| 167 | 2026-06-21T04:31:41.920Z | Downloaded thiserror v2.0.18 |
| 168 | 2026-06-21T04:31:41.920Z | Downloaded semver v1.0.28 |
| 169 | 2026-06-21T04:31:41.920Z | Downloaded serde v1.0.228 |
| 170 | 2026-06-21T04:31:41.920Z | Downloaded hashbrown v0.17.1 |
| 171 | 2026-06-21T04:31:41.920Z | Downloaded clap_builder v4.6.0 |
| 172 | 2026-06-21T04:31:41.920Z | Downloaded syn v2.0.117 |
| 173 | 2026-06-21T04:31:41.920Z | Downloaded libc v0.2.186 |
| 174 | 2026-06-21T04:31:41.920Z | Downloaded rustix v1.1.4 |
| 175 | 2026-06-21T04:31:41.920Z | Compiling serde_core v1.0.228 |
| 176 | 2026-06-21T04:31:41.920Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-06-21T04:31:41.920Z | Compiling quote v1.0.45 |
| 178 | 2026-06-21T04:31:41.920Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-06-21T04:31:41.920Z | Compiling libc v0.2.186 |
| 180 | 2026-06-21T04:31:41.920Z | Compiling rustix v1.1.4 |
| 181 | 2026-06-21T04:31:41.920Z | Compiling bitflags v2.13.0 |
| 182 | 2026-06-21T04:31:41.920Z | Compiling zmij v1.0.21 |
| 183 | 2026-06-21T04:31:41.921Z | Compiling utf8parse v0.2.2 |
| 184 | 2026-06-21T04:31:41.921Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-06-21T04:31:41.921Z | Compiling thiserror v2.0.18 |
| 186 | 2026-06-21T04:31:41.922Z | Compiling colorchoice v1.0.5 |
| 187 | 2026-06-21T04:31:41.922Z | Compiling is_terminal_polyfill v1.70.2 |
| 188 | 2026-06-21T04:31:41.922Z | Compiling anstyle v1.0.14 |
| 189 | 2026-06-21T04:31:41.922Z | Compiling camino v1.2.2 |
| 190 | 2026-06-21T04:31:41.922Z | Compiling serde_json v1.0.150 |
| 191 | 2026-06-21T04:31:41.922Z | Compiling serde v1.0.228 |
| 192 | 2026-06-21T04:31:41.922Z | Compiling errno v0.3.14 |
| 193 | 2026-06-21T04:31:41.922Z | Compiling anstyle-query v1.1.5 |
| 194 | 2026-06-21T04:31:41.922Z | Compiling anstream v1.0.0 |
| 195 | 2026-06-21T04:31:41.922Z | Compiling heck v0.5.0 |
| 196 | 2026-06-21T04:31:41.922Z | Compiling memchr v2.8.2 |
| 197 | 2026-06-21T04:31:41.922Z | Compiling strsim v0.11.1 |
| 198 | 2026-06-21T04:31:41.922Z | Compiling itoa v1.0.18 |
| 199 | 2026-06-21T04:31:41.922Z | Compiling clap_lex v1.1.0 |
| 200 | 2026-06-21T04:31:41.922Z | Compiling syn v2.0.117 |
| 201 | 2026-06-21T04:31:41.922Z | Compiling terminal_size v0.4.4 |
| 202 | 2026-06-21T04:31:41.922Z | Compiling anyhow v1.0.102 |
| 203 | 2026-06-21T04:31:41.922Z | Compiling winnow v1.0.3 |
| 204 | 2026-06-21T04:31:41.922Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-06-21T04:31:41.922Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 206 | 2026-06-21T04:31:41.954Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 207 | 2026-06-21T04:31:41.970Z | Compiling semver v1.0.28 |
| 208 | 2026-06-21T04:31:41.970Z | Compiling cargo-platform v0.3.3 |
| 209 | 2026-06-21T04:31:41.970Z | Compiling serde_spanned v1.1.1 |
| 210 | 2026-06-21T04:31:41.970Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 211 | 2026-06-21T04:31:41.970Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-06-21T04:31:41.971Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-06-21T04:31:41.971Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-06-21T04:31:41.971Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-06-21T04:31:41.971Z | Compiling clap v4.6.1 |
| 216 | 2026-06-21T04:31:41.971Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-06-21T04:31:41.971Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-06-21T04:31:41.971Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.71s |
| 219 | 2026-06-21T04:31:41.971Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-06-21T04:31:41.971Z | Building opteadm (release). |
| 221 | 2026-06-21T04:31:41.971Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-06-21T04:31:41.971Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-06-21T04:31:41.971Z | Compiling quote v1.0.45 |
| 224 | 2026-06-21T04:31:41.971Z | Compiling serde_core v1.0.228 |
| 225 | 2026-06-21T04:31:41.971Z | Compiling libc v0.2.186 |
| 226 | 2026-06-21T04:31:41.971Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-06-21T04:31:41.971Z | Compiling ident_case v1.0.1 |
| 228 | 2026-06-21T04:31:41.971Z | Compiling fnv v1.0.7 |
| 229 | 2026-06-21T04:31:41.971Z | Compiling strsim v0.11.1 |
| 230 | 2026-06-21T04:31:41.971Z | Compiling thiserror v2.0.18 |
| 231 | 2026-06-21T04:31:41.971Z | Compiling memchr v2.8.2 |
| 232 | 2026-06-21T04:31:41.971Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-06-21T04:31:41.971Z | Compiling anyhow v1.0.102 |
| 234 | 2026-06-21T04:31:41.971Z | Compiling zerocopy v0.8.52 |
| 235 | 2026-06-21T04:31:41.971Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-06-21T04:31:41.971Z | Compiling serde v1.0.228 |
| 237 | 2026-06-21T04:31:41.971Z | Compiling either v1.16.0 |
| 238 | 2026-06-21T04:31:41.972Z | Compiling hashbrown v0.17.1 |
| 239 | 2026-06-21T04:31:41.972Z | Compiling winnow v1.0.3 |
| 240 | 2026-06-21T04:31:41.972Z | Compiling equivalent v1.0.2 |
| 241 | 2026-06-21T04:31:41.972Z | Compiling itertools v0.14.0 |
| 242 | 2026-06-21T04:31:41.972Z | Compiling syn v2.0.117 |
| 243 | 2026-06-21T04:31:41.972Z | Compiling indexmap v2.14.0 |
| 244 | 2026-06-21T04:31:41.972Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 245 | 2026-06-21T04:31:41.972Z | Compiling heapless v0.8.0 |
| 246 | 2026-06-21T04:31:41.973Z | Compiling regex-automata v0.4.14 |
| 247 | 2026-06-21T04:31:41.973Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-06-21T04:31:41.973Z | Compiling byteorder v1.5.0 |
| 249 | 2026-06-21T04:31:41.973Z | Compiling hash32 v0.3.1 |
| 250 | 2026-06-21T04:31:41.973Z | Compiling bitflags v2.13.0 |
| 251 | 2026-06-21T04:31:41.973Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 252 | 2026-06-21T04:31:41.973Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 253 | 2026-06-21T04:31:41.973Z | Compiling rustversion v1.0.22 |
| 254 | 2026-06-21T04:31:41.973Z | Compiling stable_deref_trait v1.2.1 |
| 255 | 2026-06-21T04:31:41.973Z | Compiling syn v1.0.109 |
| 256 | 2026-06-21T04:31:41.973Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-06-21T04:31:41.973Z | Compiling macaddr v1.0.1 |
| 258 | 2026-06-21T04:31:41.973Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 259 | 2026-06-21T04:31:41.974Z | Compiling bitflags v1.3.2 |
| 260 | 2026-06-21T04:31:41.974Z | Compiling managed v0.8.0 |
| 261 | 2026-06-21T04:31:41.974Z | Compiling rand_core v0.10.1 |
| 262 | 2026-06-21T04:31:41.974Z | Compiling rustix v1.1.4 |
| 263 | 2026-06-21T04:31:41.974Z | Compiling proc-macro-crate v3.5.0 |
| 264 | 2026-06-21T04:31:41.974Z | Compiling version_check v0.9.5 |
| 265 | 2026-06-21T04:31:41.974Z | Compiling getrandom v0.4.2 |
| 266 | 2026-06-21T04:31:41.974Z | Compiling ref-cast v1.0.25 |
| 267 | 2026-06-21T04:31:41.974Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-06-21T04:31:41.974Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-06-21T04:31:41.974Z | Compiling errno v0.3.14 |
| 270 | 2026-06-21T04:31:41.974Z | Compiling foreign-types-shared v0.3.1 |
| 271 | 2026-06-21T04:31:41.974Z | Compiling utf8parse v0.2.2 |
| 272 | 2026-06-21T04:31:41.974Z | Compiling regex v1.12.4 |
| 273 | 2026-06-21T04:31:41.975Z | Compiling once_cell v1.21.4 |
| 274 | 2026-06-21T04:31:41.975Z | Compiling cpufeatures v0.3.0 |
| 275 | 2026-06-21T04:31:41.975Z | Compiling unicode-width v0.2.2 |
| 276 | 2026-06-21T04:31:41.975Z | Compiling darling_core v0.21.3 |
| 277 | 2026-06-21T04:31:41.975Z | Compiling ipnetwork v0.21.1 |
| 278 | 2026-06-21T04:31:41.975Z | Compiling tabwriter v1.4.1 |
| 279 | 2026-06-21T04:31:41.976Z | Compiling cstr-argument v0.1.2 |
| 280 | 2026-06-21T04:31:41.976Z | Compiling tracing-core v0.1.36 |
| 281 | 2026-06-21T04:31:41.976Z | Compiling chacha20 v0.10.0 |
| 282 | 2026-06-21T04:31:41.976Z | Compiling anstyle-parse v1.0.0 |
| 283 | 2026-06-21T04:31:41.976Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 284 | 2026-06-21T04:31:41.976Z | Compiling dyn-clone v1.0.20 |
| 285 | 2026-06-21T04:31:41.976Z | Compiling thiserror-impl v2.0.18 |
| 286 | 2026-06-21T04:31:41.976Z | Compiling zerocopy-derive v0.8.52 |
| 287 | 2026-06-21T04:31:41.976Z | Compiling serde_derive v1.0.228 |
| 288 | 2026-06-21T04:31:41.976Z | Compiling foreign-types-macros v0.2.3 |
| 289 | 2026-06-21T04:31:41.976Z | Compiling num_enum_derive v0.7.6 |
| 290 | 2026-06-21T04:31:41.976Z | Compiling ref-cast-impl v1.0.25 |
| 291 | 2026-06-21T04:31:41.976Z | Compiling foreign-types v0.5.0 |
| 292 | 2026-06-21T04:31:41.976Z | Compiling tracing-attributes v0.1.31 |
| 293 | 2026-06-21T04:31:41.976Z | Compiling darling_macro v0.21.3 |
| 294 | 2026-06-21T04:31:41.976Z | Compiling num_enum v0.7.6 |
| 295 | 2026-06-21T04:31:41.976Z | Compiling cobs v0.3.0 |
| 296 | 2026-06-21T04:31:41.976Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 297 | 2026-06-21T04:31:41.976Z | Compiling colorchoice v1.0.5 |
| 298 | 2026-06-21T04:31:41.976Z | Compiling darling v0.21.3 |
| 299 | 2026-06-21T04:31:41.976Z | Compiling anstyle v1.0.14 |
| 300 | 2026-06-21T04:31:41.976Z | Compiling is_terminal_polyfill v1.70.2 |
| 301 | 2026-06-21T04:31:41.976Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 302 | 2026-06-21T04:31:41.976Z | Compiling ingot-macros v0.1.1 |
| 303 | 2026-06-21T04:31:41.976Z | Compiling anstyle-query v1.1.5 |
| 304 | 2026-06-21T04:31:41.976Z | Compiling pretty-hex v0.4.2 |
| 305 | 2026-06-21T04:31:41.976Z | Compiling pin-project-lite v0.2.17 |
| 306 | 2026-06-21T04:31:41.976Z | Compiling anstream v1.0.0 |
| 307 | 2026-06-21T04:31:42.000Z | Building xde (release-lto). |
| 308 | 2026-06-21T04:31:42.000Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 309 | 2026-06-21T04:31:42.000Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 310 | 2026-06-21T04:31:42.000Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 311 | 2026-06-21T04:31:42.000Z | Compiling terminal_size v0.4.4 |
| 312 | 2026-06-21T04:31:42.000Z | Compiling tracing v0.1.44 |
| 313 | 2026-06-21T04:31:42.000Z | Compiling rand v0.10.1 |
| 314 | 2026-06-21T04:31:42.001Z | Compiling uuid v1.23.3 |
| 315 | 2026-06-21T04:31:42.001Z | Compiling socket2 v0.6.4 |
| 316 | 2026-06-21T04:31:42.001Z | Compiling oxnet v0.1.6 |
| 317 | 2026-06-21T04:31:42.001Z | Compiling heck v0.5.0 |
| 318 | 2026-06-21T04:31:42.001Z | Compiling colored v3.1.1 |
| 319 | 2026-06-21T04:31:42.001Z | Compiling clap_lex v1.1.0 |
| 320 | 2026-06-21T04:31:42.001Z | Compiling clap_derive v4.6.1 |
| 321 | 2026-06-21T04:31:42.001Z | Compiling clap_builder v4.6.0 |
| 322 | 2026-06-21T04:31:42.001Z | Compiling postcard v1.1.3 |
| 323 | 2026-06-21T04:31:42.001Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 324 | 2026-06-21T04:31:42.001Z | Compiling ingot-types v0.1.2 |
| 325 | 2026-06-21T04:31:42.001Z | Compiling ingot v0.1.1 |
| 326 | 2026-06-21T04:31:42.001Z | Compiling clap v4.6.1 |
| 327 | 2026-06-21T04:31:42.001Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 328 | 2026-06-21T04:31:42.001Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 329 | 2026-06-21T04:31:42.001Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 330 | 2026-06-21T04:31:42.001Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.18s |
| 331 | 2026-06-21T04:31:42.001Z | Updating crates.io index |
| 332 | 2026-06-21T04:31:42.001Z | Downloading crates ... |
| 333 | 2026-06-21T04:31:42.001Z | Downloaded adler2 v2.0.1 |
| 334 | 2026-06-21T04:31:42.001Z | Downloaded getopts v0.2.24 |
| 335 | 2026-06-21T04:31:42.001Z | Downloaded addr2line v0.25.1 |
| 336 | 2026-06-21T04:31:42.001Z | Downloaded rustc-literal-escaper v0.0.7 |
| 337 | 2026-06-21T04:31:42.001Z | Downloaded foldhash v0.2.0 |
| 338 | 2026-06-21T04:31:42.001Z | Downloaded rustc-demangle v0.1.27 |
| 339 | 2026-06-21T04:31:42.001Z | Downloaded miniz_oxide v0.8.9 |
| 340 | 2026-06-21T04:31:42.002Z | Downloaded memchr v2.7.6 |
| 341 | 2026-06-21T04:31:42.002Z | Downloaded object v0.37.3 |
| 342 | 2026-06-21T04:31:42.002Z | Downloaded gimli v0.32.3 |
| 343 | 2026-06-21T04:31:42.002Z | Downloaded libc v0.2.185 |
| 344 | 2026-06-21T04:31:42.002Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 345 | 2026-06-21T04:31:42.002Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-06-21T04:31:42.002Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-06-21T04:31:42.002Z | Compiling quote v1.0.45 |
| 348 | 2026-06-21T04:31:42.002Z | Compiling unicode-ident v1.0.24 |
| 349 | 2026-06-21T04:31:42.002Z | Compiling ident_case v1.0.1 |
| 350 | 2026-06-21T04:31:42.002Z | Compiling strsim v0.11.1 |
| 351 | 2026-06-21T04:31:42.003Z | Compiling serde_core v1.0.228 |
| 352 | 2026-06-21T04:31:42.003Z | Compiling memchr v2.8.2 |
| 353 | 2026-06-21T04:31:42.003Z | Compiling fnv v1.0.7 |
| 354 | 2026-06-21T04:31:42.003Z | Compiling regex-syntax v0.8.11 |
| 355 | 2026-06-21T04:31:42.003Z | Compiling zerocopy v0.8.52 |
| 356 | 2026-06-21T04:31:42.003Z | Compiling serde v1.0.228 |
| 357 | 2026-06-21T04:31:42.003Z | Compiling thiserror v2.0.18 |
| 358 | 2026-06-21T04:31:42.003Z | Compiling aho-corasick v1.1.4 |
| 359 | 2026-06-21T04:31:42.003Z | Compiling either v1.16.0 |
| 360 | 2026-06-21T04:31:42.003Z | Compiling heapless v0.8.0 |
| 361 | 2026-06-21T04:31:42.003Z | Compiling itertools v0.14.0 |
| 362 | 2026-06-21T04:31:42.003Z | Compiling smoltcp v0.11.0 |
| 363 | 2026-06-21T04:31:42.003Z | Compiling syn v2.0.117 |
| 364 | 2026-06-21T04:31:42.003Z | Compiling crc32fast v1.5.0 |
| 365 | 2026-06-21T04:31:42.003Z | Compiling ref-cast v1.0.25 |
| 366 | 2026-06-21T04:31:42.004Z | Compiling version_check v0.9.5 |
| 367 | 2026-06-21T04:31:42.004Z | Compiling regex-automata v0.4.14 |
| 368 | 2026-06-21T04:31:42.004Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-06-21T04:31:42.004Z | Compiling regex v1.12.4 |
| 370 | 2026-06-21T04:31:42.004Z | Compiling darling_core v0.21.3 |
| 371 | 2026-06-21T04:31:42.004Z | Compiling darling_core v0.23.0 |
| 372 | 2026-06-21T04:31:42.004Z | Compiling serde_derive v1.0.228 |
| 373 | 2026-06-21T04:31:42.004Z | Compiling zerocopy-derive v0.8.52 |
| 374 | 2026-06-21T04:31:42.004Z | Compiling thiserror-impl v2.0.18 |
| 375 | 2026-06-21T04:31:42.004Z | Compiling ref-cast-impl v1.0.25 |
| 376 | 2026-06-21T04:31:42.004Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 377 | 2026-06-21T04:31:42.004Z | Compiling darling_macro v0.21.3 |
| 378 | 2026-06-21T04:31:42.004Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-06-21T04:31:42.004Z | Compiling darling v0.21.3 |
| 380 | 2026-06-21T04:31:42.004Z | Compiling darling v0.23.0 |
| 381 | 2026-06-21T04:31:42.004Z | Compiling ingot-macros v0.1.1 |
| 382 | 2026-06-21T04:31:42.004Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-06-21T04:31:42.004Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 384 | 2026-06-21T04:31:42.004Z | Compiling byteorder v1.5.0 |
| 385 | 2026-06-21T04:31:42.004Z | Compiling cfg-if v1.0.4 |
| 386 | 2026-06-21T04:31:42.004Z | Compiling macaddr v1.0.1 |
| 387 | 2026-06-21T04:31:42.004Z | Compiling stable_deref_trait v1.2.1 |
| 388 | 2026-06-21T04:31:42.004Z | Compiling managed v0.8.0 |
| 389 | 2026-06-21T04:31:42.004Z | Compiling cobs v0.3.0 |
| 390 | 2026-06-21T04:31:42.004Z | Compiling bitflags v1.3.2 |
| 391 | 2026-06-21T04:31:42.004Z | Compiling hash32 v0.3.1 |
| 392 | 2026-06-21T04:31:42.004Z | Compiling dyn-clone v1.0.20 |
| 393 | 2026-06-21T04:31:42.004Z | Compiling itertools v0.15.0 |
| 394 | 2026-06-21T04:31:42.004Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-06-21T04:31:42.004Z | Compiling bitflags v2.13.0 |
| 396 | 2026-06-21T04:31:42.004Z | Compiling uuid v1.23.3 |
| 397 | 2026-06-21T04:31:42.004Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-06-21T04:31:42.004Z | Compiling postcard v1.1.3 |
| 399 | 2026-06-21T04:31:42.004Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-06-21T04:31:42.004Z | Compiling ingot v0.1.1 |
| 401 | 2026-06-21T04:31:42.005Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-06-21T04:31:42.005Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-06-21T04:31:49.076Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-06-21T04:32:18.859Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 405 | 2026-06-21T04:32:18.889Z | Linking xde kmod... |
| 406 | 2026-06-21T04:32:19.459Z | Building xde dev link helper (release). |
| 407 | 2026-06-21T04:32:19.620Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-06-21T04:32:19.620Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-06-21T04:32:19.620Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-06-21T04:32:31.198Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-06-21T04:32:33.694Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.20s |
| 412 | 2026-06-21T04:32:33.713Z | Building opteadm (dev). |
| 413 | 2026-06-21T04:32:33.869Z | Compiling serde_core v1.0.228 |
| 414 | 2026-06-21T04:32:33.869Z | Compiling libc v0.2.186 |
| 415 | 2026-06-21T04:32:33.869Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-06-21T04:32:33.869Z | Compiling ident_case v1.0.1 |
| 417 | 2026-06-21T04:32:33.872Z | Compiling strsim v0.11.1 |
| 418 | 2026-06-21T04:32:33.872Z | Compiling fnv v1.0.7 |
| 419 | 2026-06-21T04:32:33.872Z | Compiling memchr v2.8.2 |
| 420 | 2026-06-21T04:32:33.872Z | Compiling syn v2.0.117 |
| 421 | 2026-06-21T04:32:33.946Z | Compiling regex-syntax v0.8.11 |
| 422 | 2026-06-21T04:32:33.968Z | Compiling zerocopy v0.8.52 |
| 423 | 2026-06-21T04:32:33.996Z | Compiling either v1.16.0 |
| 424 | 2026-06-21T04:32:34.168Z | Compiling serde v1.0.228 |
| 425 | 2026-06-21T04:32:34.179Z | Compiling equivalent v1.0.2 |
| 426 | 2026-06-21T04:32:34.250Z | Compiling hashbrown v0.17.1 |
| 427 | 2026-06-21T04:32:34.335Z | Compiling aho-corasick v1.1.4 |
| 428 | 2026-06-21T04:32:34.445Z | Compiling winnow v1.0.3 |
| 429 | 2026-06-21T04:32:34.540Z | Compiling itertools v0.14.0 |
| 430 | 2026-06-21T04:32:34.626Z | Compiling byteorder v1.5.0 |
| 431 | 2026-06-21T04:32:34.783Z | Compiling indexmap v2.14.0 |
| 432 | 2026-06-21T04:32:34.802Z | Compiling heapless v0.8.0 |
| 433 | 2026-06-21T04:32:35.108Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 434 | 2026-06-21T04:32:35.399Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 435 | 2026-06-21T04:32:35.467Z | Compiling regex-automata v0.4.14 |
| 436 | 2026-06-21T04:32:35.485Z | Compiling hash32 v0.3.1 |
| 437 | 2026-06-21T04:32:35.638Z | Compiling syn v1.0.109 |
| 438 | 2026-06-21T04:32:35.724Z | Compiling stable_deref_trait v1.2.1 |
| 439 | 2026-06-21T04:32:35.795Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 440 | 2026-06-21T04:32:35.824Z | Compiling smoltcp v0.11.0 |
| 441 | 2026-06-21T04:32:35.945Z | Compiling bitflags v2.13.0 |
| 442 | 2026-06-21T04:32:35.951Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 443 | 2026-06-21T04:32:36.045Z | Compiling rustversion v1.0.22 |
| 444 | 2026-06-21T04:32:36.157Z | Compiling macaddr v1.0.1 |
| 445 | 2026-06-21T04:32:36.210Z | Compiling getrandom v0.4.2 |
| 446 | 2026-06-21T04:32:36.396Z | Compiling proc-macro-crate v3.5.0 |
| 447 | 2026-06-21T04:32:36.406Z | Compiling rand_core v0.10.1 |
| 448 | 2026-06-21T04:32:36.420Z | Compiling bitflags v1.3.2 |
| 449 | 2026-06-21T04:32:36.464Z | Compiling darling_core v0.21.3 |
| 450 | 2026-06-21T04:32:36.485Z | Compiling managed v0.8.0 |
| 451 | 2026-06-21T04:32:36.562Z | Compiling version_check v0.9.5 |
| 452 | 2026-06-21T04:32:36.614Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 453 | 2026-06-21T04:32:36.687Z | Compiling ref-cast v1.0.25 |
| 454 | 2026-06-21T04:32:36.823Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-06-21T04:32:37.028Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-06-21T04:32:37.051Z | Compiling errno v0.3.14 |
| 457 | 2026-06-21T04:32:37.225Z | Compiling regex v1.12.4 |
| 458 | 2026-06-21T04:32:37.626Z | Compiling cpufeatures v0.3.0 |
| 459 | 2026-06-21T04:32:37.648Z | Compiling ipnetwork v0.21.1 |
| 460 | 2026-06-21T04:32:37.655Z | Compiling thiserror-impl v2.0.18 |
| 461 | 2026-06-21T04:32:37.690Z | Compiling zerocopy-derive v0.8.52 |
| 462 | 2026-06-21T04:32:38.049Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-06-21T04:32:38.179Z | Compiling foreign-types-macros v0.2.3 |
| 464 | 2026-06-21T04:32:38.543Z | Compiling ref-cast-impl v1.0.25 |
| 465 | 2026-06-21T04:32:38.563Z | Compiling darling_macro v0.21.3 |
| 466 | 2026-06-21T04:32:38.799Z | Compiling num_enum_derive v0.7.6 |
| 467 | 2026-06-21T04:32:38.855Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-21T04:32:38.959Z | Compiling cobs v0.3.0 |
| 469 | 2026-06-21T04:32:39.112Z | Compiling darling v0.21.3 |
| 470 | 2026-06-21T04:32:39.132Z | Compiling once_cell v1.21.4 |
| 471 | 2026-06-21T04:32:39.183Z | Compiling ingot-macros v0.1.1 |
| 472 | 2026-06-21T04:32:39.243Z | Compiling unicode-width v0.2.2 |
| 473 | 2026-06-21T04:32:39.373Z | Compiling foreign-types-shared v0.3.1 |
| 474 | 2026-06-21T04:32:39.461Z | Compiling tabwriter v1.4.1 |
| 475 | 2026-06-21T04:32:39.557Z | Compiling foreign-types v0.5.0 |
| 476 | 2026-06-21T04:32:39.631Z | Compiling tracing-core v0.1.36 |
| 477 | 2026-06-21T04:32:39.800Z | Compiling num_enum v0.7.6 |
| 478 | 2026-06-21T04:32:39.952Z | Compiling cstr-argument v0.1.2 |
| 479 | 2026-06-21T04:32:40.050Z | Compiling chacha20 v0.10.0 |
| 480 | 2026-06-21T04:32:40.127Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 481 | 2026-06-21T04:32:40.183Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 482 | 2026-06-21T04:32:40.403Z | Compiling tracing-attributes v0.1.31 |
| 483 | 2026-06-21T04:32:40.672Z | Compiling rustix v1.1.4 |
| 484 | 2026-06-21T04:32:41.068Z | Compiling anyhow v1.0.102 |
| 485 | 2026-06-21T04:32:41.105Z | Compiling pretty-hex v0.4.2 |
| 486 | 2026-06-21T04:32:41.127Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 487 | 2026-06-21T04:32:41.235Z | Compiling dyn-clone v1.0.20 |
| 488 | 2026-06-21T04:32:41.265Z | Compiling postcard v1.1.3 |
| 489 | 2026-06-21T04:32:41.336Z | Compiling pin-project-lite v0.2.17 |
| 490 | 2026-06-21T04:32:41.429Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 491 | 2026-06-21T04:32:41.513Z | Compiling terminal_size v0.4.4 |
| 492 | 2026-06-21T04:32:41.634Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-06-21T04:32:41.639Z | Compiling tracing v0.1.44 |
| 494 | 2026-06-21T04:32:41.646Z | Compiling rand v0.10.1 |
| 495 | 2026-06-21T04:32:41.667Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-06-21T04:32:41.713Z | Compiling uuid v1.23.3 |
| 497 | 2026-06-21T04:32:41.786Z | Compiling socket2 v0.6.4 |
| 498 | 2026-06-21T04:32:41.931Z | Compiling colored v3.1.1 |
| 499 | 2026-06-21T04:32:42.019Z | Compiling ingot-types v0.1.2 |
| 500 | 2026-06-21T04:32:42.120Z | Compiling oxnet v0.1.6 |
| 501 | 2026-06-21T04:32:42.141Z | Compiling clap_derive v4.6.1 |
| 502 | 2026-06-21T04:32:42.334Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-06-21T04:32:42.421Z | Compiling ingot v0.1.1 |
| 504 | 2026-06-21T04:32:42.596Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 505 | 2026-06-21T04:33:42.445Z | Compiling clap v4.6.1 |
| 506 | 2026-06-21T04:33:42.471Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-06-21T04:33:42.487Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-06-21T04:33:42.492Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-06-21T04:33:42.492Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.56s |
| 510 | 2026-06-21T04:33:42.492Z | Building xde (dev). |
| 511 | 2026-06-21T04:33:42.492Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-06-21T04:33:42.492Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-06-21T04:33:42.492Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-06-21T04:33:42.492Z | Compiling quote v1.0.45 |
| 515 | 2026-06-21T04:33:42.492Z | Compiling unicode-ident v1.0.24 |
| 516 | 2026-06-21T04:33:42.492Z | Compiling strsim v0.11.1 |
| 517 | 2026-06-21T04:33:42.492Z | Compiling ident_case v1.0.1 |
| 518 | 2026-06-21T04:33:42.492Z | Compiling serde_core v1.0.228 |
| 519 | 2026-06-21T04:33:42.492Z | Compiling fnv v1.0.7 |
| 520 | 2026-06-21T04:33:42.492Z | Compiling memchr v2.8.2 |
| 521 | 2026-06-21T04:33:42.492Z | Compiling regex-syntax v0.8.11 |
| 522 | 2026-06-21T04:33:42.493Z | Compiling serde v1.0.228 |
| 523 | 2026-06-21T04:33:42.493Z | Compiling zerocopy v0.8.52 |
| 524 | 2026-06-21T04:33:42.493Z | Compiling either v1.16.0 |
| 525 | 2026-06-21T04:33:42.493Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-06-21T04:33:42.493Z | Compiling thiserror v2.0.18 |
| 527 | 2026-06-21T04:33:42.493Z | Compiling itertools v0.14.0 |
| 528 | 2026-06-21T04:33:42.493Z | Compiling heapless v0.8.0 |
| 529 | 2026-06-21T04:33:42.493Z | Compiling syn v2.0.117 |
| 530 | 2026-06-21T04:33:42.493Z | Compiling smoltcp v0.11.0 |
| 531 | 2026-06-21T04:33:42.493Z | Compiling ref-cast v1.0.25 |
| 532 | 2026-06-21T04:33:42.494Z | Compiling version_check v0.9.5 |
| 533 | 2026-06-21T04:33:42.494Z | Compiling regex-automata v0.4.14 |
| 534 | 2026-06-21T04:33:42.494Z | Compiling crc32fast v1.5.0 |
| 535 | 2026-06-21T04:33:42.494Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-06-21T04:33:42.494Z | Compiling regex v1.12.4 |
| 537 | 2026-06-21T04:33:42.494Z | Compiling darling_core v0.21.3 |
| 538 | 2026-06-21T04:33:42.494Z | Compiling darling_core v0.23.0 |
| 539 | 2026-06-21T04:33:42.494Z | Compiling serde_derive v1.0.228 |
| 540 | 2026-06-21T04:33:42.494Z | Compiling thiserror-impl v2.0.18 |
| 541 | 2026-06-21T04:33:42.494Z | Compiling zerocopy-derive v0.8.52 |
| 542 | 2026-06-21T04:33:42.494Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-06-21T04:33:42.494Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-06-21T04:33:42.494Z | Compiling darling_macro v0.23.0 |
| 545 | 2026-06-21T04:33:42.494Z | Compiling darling_macro v0.21.3 |
| 546 | 2026-06-21T04:33:42.494Z | Compiling darling v0.23.0 |
| 547 | 2026-06-21T04:33:42.494Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 548 | 2026-06-21T04:33:42.494Z | Compiling darling v0.21.3 |
| 549 | 2026-06-21T04:33:42.494Z | Compiling ingot-macros v0.1.1 |
| 550 | 2026-06-21T04:33:42.494Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-06-21T04:33:42.494Z | Compiling byteorder v1.5.0 |
| 552 | 2026-06-21T04:33:42.494Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-06-21T04:33:42.494Z | Compiling stable_deref_trait v1.2.1 |
| 554 | 2026-06-21T04:33:42.495Z | Compiling macaddr v1.0.1 |
| 555 | 2026-06-21T04:33:42.495Z | Compiling bitflags v1.3.2 |
| 556 | 2026-06-21T04:33:42.495Z | Compiling cobs v0.3.0 |
| 557 | 2026-06-21T04:33:42.495Z | Compiling managed v0.8.0 |
| 558 | 2026-06-21T04:33:42.495Z | Compiling hash32 v0.3.1 |
| 559 | 2026-06-21T04:33:42.495Z | Compiling itertools v0.15.0 |
| 560 | 2026-06-21T04:33:42.495Z | Compiling dyn-clone v1.0.20 |
| 561 | 2026-06-21T04:33:42.495Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 562 | 2026-06-21T04:33:42.495Z | Compiling bitflags v2.13.0 |
| 563 | 2026-06-21T04:33:42.495Z | Compiling uuid v1.23.3 |
| 564 | 2026-06-21T04:33:42.495Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 565 | 2026-06-21T04:33:42.495Z | Compiling postcard v1.1.3 |
| 566 | 2026-06-21T04:33:42.495Z | Compiling ingot-types v0.1.2 |
| 567 | 2026-06-21T04:33:42.496Z | Compiling ingot v0.1.1 |
| 568 | 2026-06-21T04:33:42.496Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 569 | 2026-06-21T04:33:42.496Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 570 | 2026-06-21T04:33:42.496Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 571 | 2026-06-21T04:33:42.496Z | Finished `dev` profile [optimized + debuginfo] target(s) in 41.75s |
| 572 | 2026-06-21T04:33:42.496Z | Linking xde kmod... |
| 573 | 2026-06-21T04:33:42.496Z | Building xde dev link helper (dev). |
| 574 | 2026-06-21T04:33:42.496Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 575 | 2026-06-21T04:33:42.496Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 576 | 2026-06-21T04:33:42.496Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 577 | 2026-06-21T04:33:46.485Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 578 | 2026-06-21T04:33:48.731Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.41s |
| 579 | 2026-06-21T04:33:48.753Z | |
| 580 | 2026-06-21T04:33:48.756Z | real 3:09.786614907 |
| 581 | 2026-06-21T04:33:48.756Z | user 9:04.398805461 |
| 582 | 2026-06-21T04:33:48.756Z | sys 58.933370395 |
| 583 | 2026-06-21T04:33:48.756Z | trap 0.236091385 |
| 584 | 2026-06-21T04:33:48.756Z | tflt 0.873427164 |
| 585 | 2026-06-21T04:33:48.756Z | dflt 1.606065381 |
| 586 | 2026-06-21T04:33:48.756Z | kflt 0.007340878 |
| 587 | 2026-06-21T04:33:48.756Z | lock 34:50.701538638 |
| 588 | 2026-06-21T04:33:48.757Z | slp 21:03.500770520 |
| 589 | 2026-06-21T04:33:48.757Z | lat 21.605802288 |
| 590 | 2026-06-21T04:33:48.757Z | stop 33.574831580 |
| 591 | 2026-06-21T04:33:48.757Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 592 | 2026-06-21T04:33:48.757Z | + grep GOTPCREL |
| 593 | 2026-06-21T04:33:49.730Z | + header 'package opte' |
| 594 | 2026-06-21T04:33:49.730Z | + echo '# ==== package opte ==== #' |
| 595 | 2026-06-21T04:33:49.730Z | # ==== package opte ==== # |
| 596 | 2026-06-21T04:33:49.734Z | + cargo xtask package --skip-build --profile all |
| 597 | 2026-06-21T04:33:49.873Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 598 | 2026-06-21T04:33:49.877Z | Running `target/debug/xtask package --skip-build --profile all` |
| 599 | 2026-06-21T04:33:50.090Z | + ./clean.sh |
| 600 | 2026-06-21T04:33:50.097Z | + mkdir -p proto/kernel/drv/amd64 |
| 601 | 2026-06-21T04:33:50.100Z | + mkdir -p proto/opt/oxide/opte/bin |
| 602 | 2026-06-21T04:33:50.100Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 603 | 2026-06-21T04:33:50.103Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 604 | 2026-06-21T04:33:50.119Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 605 | 2026-06-21T04:33:50.150Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 606 | 2026-06-21T04:33:50.153Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 607 | 2026-06-21T04:33:50.153Z | + '[' -z ']' |
| 608 | 2026-06-21T04:33:50.154Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 609 | 2026-06-21T04:33:50.176Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 610 | 2026-06-21T04:33:50.246Z | + INC_DEBUG= |
| 611 | 2026-06-21T04:33:50.246Z | + typeset -ri TAG=0 |
| 612 | 2026-06-21T04:33:50.249Z | ++ ./print-api-version.sh |
| 613 | 2026-06-21T04:33:50.252Z | + API_VSN=41 |
| 614 | 2026-06-21T04:33:50.252Z | + PKG_VERSION=0.41.488-3.0 |
| 615 | 2026-06-21T04:33:50.255Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.488-3.0/g opte.template.p5m |
| 616 | 2026-06-21T04:33:50.255Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 617 | 2026-06-21T04:33:50.778Z | + pkgdepend generate -d proto opte.base.p5m |
| 618 | 2026-06-21T04:33:51.119Z | + mkdir -p packages |
| 619 | 2026-06-21T04:33:51.122Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 620 | 2026-06-21T04:33:57.875Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 621 | 2026-06-21T04:33:57.878Z | + pkgrepo create packages/repo |
| 622 | 2026-06-21T04:33:58.093Z | + pkgrepo add-publisher -s packages/repo helios |
| 623 | 2026-06-21T04:33:58.305Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 624 | 2026-06-21T04:34:27.481Z | pkg://helios/driver/network/opte@0.41.488,5.11-3.0:20260621T043356Z |
| 625 | 2026-06-21T04:34:27.481Z | PUBLISHED |
| 626 | 2026-06-21T04:34:27.518Z | + pkgrecv -a -d packages/repo/opte-0.41.488-3.0.p5p -s packages/repo -v -m latest '*' |
| 627 | 2026-06-21T04:34:27.703Z | Retrieving packages for publisher helios ... |
| 628 | 2026-06-21T04:34:27.706Z | Retrieving catalog 'helios' ... Done |
| 629 | 2026-06-21T04:34:27.708Z | Retrieving and evaluating 1 package(s)... |
| 630 | 2026-06-21T04:34:27.708Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-06-21T04:34:27.708Z | Fetching manifests: 1/1 100% complete |
| 632 | 2026-06-21T04:34:27.708Z | |
| 633 | 2026-06-21T04:34:27.708Z | Archiving packages ... |
| 634 | 2026-06-21T04:34:27.709Z | Packages to add: 1 |
| 635 | 2026-06-21T04:34:27.709Z | Files to retrieve: 6 |
| 636 | 2026-06-21T04:34:27.709Z | Estimated transfer size: 37.07 MB |
| 637 | 2026-06-21T04:34:27.709Z | |
| 638 | 2026-06-21T04:34:27.709Z | Packages to archive: |
| 639 | 2026-06-21T04:34:27.709Z | driver/network/opte@0.41.488,5.11-3.0:20260621T043356Z |
| 640 | 2026-06-21T04:34:27.709Z | |
| 641 | 2026-06-21T04:34:27.709Z | Download: 0/6 items 0.0/37.1MB 0% complete |
| 642 | 2026-06-21T04:34:27.777Z | Download: Completed 37.07 MB in 0.07 seconds (541M/s) |
| 643 | 2026-06-21T04:34:27.783Z | Archiving: 1/20 items 0.0/37.1MB 0% complete |
| 644 | 2026-06-21T04:34:27.791Z | Archiving: Completed 37.10 MB in 0.01 seconds |
| 645 | 2026-06-21T04:34:27.830Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.488-3.0.p5p. |
| 646 | 2026-06-21T04:34:27.833Z | + banner copy |
| 647 | 2026-06-21T04:34:27.835Z | |
| 648 | 2026-06-21T04:34:27.835Z | #### #### ##### # # |
| 649 | 2026-06-21T04:34:27.835Z | # # # # # # # # |
| 650 | 2026-06-21T04:34:27.835Z | # # # # # # |
| 651 | 2026-06-21T04:34:27.836Z | # # # ##### # |
| 652 | 2026-06-21T04:34:27.836Z | # # # # # # |
| 653 | 2026-06-21T04:34:27.836Z | #### #### # # |
| 654 | 2026-06-21T04:34:27.836Z | |
| 655 | 2026-06-21T04:34:27.836Z | + pfexec mkdir -p /out |
| 656 | 2026-06-21T04:34:27.838Z | + pfexec chown 12345 /out |
| 657 | 2026-06-21T04:34:27.841Z | + PKG_NAME=/out/opte.p5p |
| 658 | 2026-06-21T04:34:27.841Z | + mv pkg/packages/repo/opte-0.41.488-3.0.p5p /out/opte.p5p |
| 659 | 2026-06-21T04:34:27.869Z | + sha256sum /out/opte.p5p |
| 660 | 2026-06-21T04:34:27.893Z | process exited: duration 243828 ms, exit code 0 |
| |
| 661 | 2026-06-21T04:34:27.901Z | found 2 output files |
| 662 | 2026-06-21T04:34:27.901Z | uploading: /out/opte.p5p (38912000 bytes) |
| 663 | 2026-06-21T04:34:29.107Z | uploaded: /out/opte.p5p |
| 664 | 2026-06-21T04:34:29.107Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 665 | 2026-06-21T04:34:30.115Z | uploaded: /out/opte.p5p.sha256 |