|
|
|
| 1 | 2026-05-11T21:06:32.186Z | job assigned to worker 01KRCDR8VCZH69XRD6RABPB942 [factory aws, i-0c53fe48413b296c5] (queued for 58 s) |
| |
| 2 | 2026-05-11T21:06:38.927Z | starting task 0: "setup" |
| 3 | 2026-05-11T21:06:38.930Z | ++ uname -s |
| 4 | 2026-05-11T21:06:38.933Z | + kern=SunOS |
| 5 | 2026-05-11T21:06:38.933Z | + build_user=build |
| 6 | 2026-05-11T21:06:38.933Z | + build_uid=12345 |
| 7 | 2026-05-11T21:06:38.933Z | + work_dir=/work |
| 8 | 2026-05-11T21:06:38.933Z | + input_dir=/input |
| 9 | 2026-05-11T21:06:38.933Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T21:06:38.933Z | + case "$kern" in |
| 11 | 2026-05-11T21:06:38.933Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T21:06:38.945Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T21:06:40.951Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T21:06:41.064Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T21:06:41.067Z | + home_fs=zfs |
| 16 | 2026-05-11T21:06:41.067Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T21:06:41.067Z | + mkdir -p /home/build |
| 18 | 2026-05-11T21:06:41.067Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T21:06:43.069Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T21:06:43.072Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-05-11T21:06:43.079Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T21:06:43.083Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-11T21:06:43.083Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-11T21:06:43.083Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-11T21:06:43.083Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-11T21:06:43.086Z | * rust toolchain channel = "1.94.1" |
| 27 | 2026-05-11T21:06:43.086Z | * rust toolchain profile = "default" |
| 28 | 2026-05-11T21:06:43.086Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T21:06:43.086Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-11T21:06:43.187Z | info: downloading installer |
| 31 | 2026-05-11T21:06:44.623Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T21:06:44.623Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T21:06:44.623Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T21:06:44.623Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T21:06:44.634Z | info: profile set to default |
| 36 | 2026-05-11T21:06:44.634Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T21:06:44.637Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-11T21:06:44.771Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-11T21:06:44.775Z | info: downloading 6 components |
| 40 | 2026-05-11T21:06:59.055Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 41 | 2026-05-11T21:06:59.055Z | |
| 42 | 2026-05-11T21:06:59.084Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-11T21:06:59.085Z | |
| 44 | 2026-05-11T21:06:59.090Z | |
| 45 | 2026-05-11T21:06:59.090Z | Rust is installed now. Great! |
| 46 | 2026-05-11T21:06:59.090Z | |
| 47 | 2026-05-11T21:06:59.090Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T21:06:59.090Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T21:06:59.090Z | |
| 50 | 2026-05-11T21:06:59.090Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T21:06:59.090Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T21:06:59.090Z | |
| 53 | 2026-05-11T21:06:59.090Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T21:06:59.090Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T21:06:59.090Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T21:06:59.091Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T21:06:59.091Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T21:06:59.091Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T21:06:59.091Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T21:06:59.091Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T21:06:59.091Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T21:06:59.183Z | + rustup --version |
| 63 | 2026-05-11T21:06:59.191Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T21:06:59.199Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T21:06:59.219Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-11T21:06:59.229Z | + cargo --version |
| 67 | 2026-05-11T21:06:59.234Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-11T21:06:59.234Z | + rustc --version |
| 69 | 2026-05-11T21:06:59.252Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-11T21:06:59.258Z | process exited: duration 16174 ms, exit code 0 |
| |
| 71 | 2026-05-11T21:06:59.264Z | starting task 2: "authentication" |
| 72 | 2026-05-11T21:06:59.285Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-05-11T21:06:59.296Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T21:06:59.301Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-11T21:06:59.301Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-11T21:06:59.329Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-11T21:07:00.255Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-11T21:07:00.255Z | + git fetch origin 2e07459d40b679c2229e9023bb7e716ee95bc03d |
| 79 | 2026-05-11T21:07:00.465Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-11T21:07:00.465Z | * branch 2e07459d40b679c2229e9023bb7e716ee95bc03d -> FETCH_HEAD |
| 81 | 2026-05-11T21:07:00.469Z | + [[ -n faster-syn-expiry ]] |
| 82 | 2026-05-11T21:07:00.473Z | ++ git branch --show-current |
| 83 | 2026-05-11T21:07:00.473Z | + current=master |
| 84 | 2026-05-11T21:07:00.473Z | + [[ master != faster-syn-expiry ]] |
| 85 | 2026-05-11T21:07:00.473Z | + git branch -f faster-syn-expiry 2e07459d40b679c2229e9023bb7e716ee95bc03d |
| 86 | 2026-05-11T21:07:00.476Z | + git checkout -f faster-syn-expiry |
| 87 | 2026-05-11T21:07:00.490Z | Switched to branch 'faster-syn-expiry' |
| 88 | 2026-05-11T21:07:00.494Z | + git reset --hard 2e07459d40b679c2229e9023bb7e716ee95bc03d |
| 89 | 2026-05-11T21:07:00.507Z | HEAD is now at 2e07459 api back to 40 |
| 90 | 2026-05-11T21:07:00.511Z | process exited: duration 1212 ms, exit code 0 |
| |
| 91 | 2026-05-11T21:07:00.517Z | starting task 4: "build" |
| 92 | 2026-05-11T21:07:00.520Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-11T21:07:00.523Z | ++ rustup show active-toolchain |
| 94 | 2026-05-11T21:07:00.526Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-11T21:07:00.526Z | ++ pushd xde |
| 96 | 2026-05-11T21:07:00.526Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-11T21:07:00.526Z | ++ rustup show active-toolchain |
| 98 | 2026-05-11T21:07:00.531Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-11T21:07:00.672Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-11T21:07:00.676Z | info: downloading 6 components |
| 101 | 2026-05-11T21:07:16.539Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-11T21:07:16.539Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-11T21:07:16.539Z | +++ head -n 1 |
| 104 | 2026-05-11T21:07:16.539Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-11T21:07:16.540Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-11T21:07:16.540Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-11T21:07:16.540Z | ++ popd |
| 108 | 2026-05-11T21:07:16.540Z | /work/oxidecomputer/opte |
| 109 | 2026-05-11T21:07:16.540Z | + TGT_BASE=/work |
| 110 | 2026-05-11T21:07:16.540Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-05-11T21:07:16.540Z | + REL_TGT=/work/release |
| 112 | 2026-05-11T21:07:16.540Z | + mkdir -p /work/release |
| 113 | 2026-05-11T21:07:16.540Z | + cargo --version |
| 114 | 2026-05-11T21:07:16.540Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 115 | 2026-05-11T21:07:16.540Z | + rustc --version |
| 116 | 2026-05-11T21:07:16.540Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 117 | 2026-05-11T21:07:16.540Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-05-11T21:07:16.540Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-05-11T21:07:16.540Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-05-11T21:07:16.540Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-05-11T21:07:16.540Z | Updating crates.io index |
| 122 | 2026-05-11T21:07:16.540Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-05-11T21:07:16.540Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-05-11T21:07:16.541Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-05-11T21:07:16.728Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-05-11T21:07:17.203Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-05-11T21:07:17.485Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-05-11T21:07:17.766Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-05-11T21:07:19.726Z | Downloading crates ... |
| 130 | 2026-05-11T21:07:19.768Z | Downloaded errno v0.3.14 |
| 131 | 2026-05-11T21:07:19.776Z | Downloaded camino v1.2.2 |
| 132 | 2026-05-11T21:07:19.779Z | Downloaded anstream v1.0.0 |
| 133 | 2026-05-11T21:07:19.779Z | Downloaded clap_lex v1.1.0 |
| 134 | 2026-05-11T21:07:19.782Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 135 | 2026-05-11T21:07:19.785Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 136 | 2026-05-11T21:07:19.823Z | Downloaded colorchoice v1.0.5 |
| 137 | 2026-05-11T21:07:19.829Z | Downloaded bitflags v2.11.1 |
| 138 | 2026-05-11T21:07:19.829Z | Downloaded anyhow v1.0.102 |
| 139 | 2026-05-11T21:07:19.829Z | Downloaded quote v1.0.45 |
| 140 | 2026-05-11T21:07:19.829Z | Downloaded cargo-platform v0.3.3 |
| 141 | 2026-05-11T21:07:19.829Z | Downloaded clap_derive v4.6.1 |
| 142 | 2026-05-11T21:07:19.829Z | Downloaded utf8parse v0.2.2 |
| 143 | 2026-05-11T21:07:19.829Z | Downloaded anstyle-query v1.1.5 |
| 144 | 2026-05-11T21:07:19.829Z | Downloaded heck v0.5.0 |
| 145 | 2026-05-11T21:07:19.829Z | Downloaded terminal_size v0.4.4 |
| 146 | 2026-05-11T21:07:19.829Z | Downloaded equivalent v1.0.2 |
| 147 | 2026-05-11T21:07:19.829Z | Downloaded indexmap v2.14.0 |
| 148 | 2026-05-11T21:07:19.829Z | Downloaded anstyle v1.0.14 |
| 149 | 2026-05-11T21:07:19.834Z | Downloaded serde_spanned v1.1.1 |
| 150 | 2026-05-11T21:07:19.834Z | Downloaded is_terminal_polyfill v1.70.2 |
| 151 | 2026-05-11T21:07:19.834Z | Downloaded unicode-ident v1.0.24 |
| 152 | 2026-05-11T21:07:19.834Z | Downloaded semver v1.0.28 |
| 153 | 2026-05-11T21:07:19.839Z | Downloaded strsim v0.11.1 |
| 154 | 2026-05-11T21:07:19.846Z | Downloaded thiserror v2.0.18 |
| 155 | 2026-05-11T21:07:19.855Z | Downloaded zmij v1.0.21 |
| 156 | 2026-05-11T21:07:19.860Z | Downloaded thiserror-impl v2.0.18 |
| 157 | 2026-05-11T21:07:19.860Z | Downloaded cargo_metadata v0.23.1 |
| 158 | 2026-05-11T21:07:19.865Z | Downloaded itoa v1.0.18 |
| 159 | 2026-05-11T21:07:19.865Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 160 | 2026-05-11T21:07:19.865Z | Downloaded memchr v2.8.0 |
| 161 | 2026-05-11T21:07:19.867Z | Downloaded anstyle-parse v1.0.0 |
| 162 | 2026-05-11T21:07:19.888Z | Downloaded clap v4.6.1 |
| 163 | 2026-05-11T21:07:19.892Z | Downloaded serde_core v1.0.228 |
| 164 | 2026-05-11T21:07:19.896Z | Downloaded serde v1.0.228 |
| 165 | 2026-05-11T21:07:19.898Z | Downloaded proc-macro2 v1.0.106 |
| 166 | 2026-05-11T21:07:19.916Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 167 | 2026-05-11T21:07:19.924Z | Downloaded hashbrown v0.17.0 |
| 168 | 2026-05-11T21:07:19.927Z | Downloaded serde_json v1.0.149 |
| 169 | 2026-05-11T21:07:19.930Z | Downloaded clap_builder v4.6.0 |
| 170 | 2026-05-11T21:07:19.935Z | Downloaded winnow v1.0.2 |
| 171 | 2026-05-11T21:07:19.976Z | Downloaded syn v2.0.117 |
| 172 | 2026-05-11T21:07:19.982Z | Downloaded rustix v1.1.4 |
| 173 | 2026-05-11T21:07:20.004Z | Downloaded serde_derive v1.0.228 |
| 174 | 2026-05-11T21:07:20.018Z | Downloaded libc v0.2.186 |
| 175 | 2026-05-11T21:07:20.063Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-05-11T21:07:20.066Z | Compiling serde_core v1.0.228 |
| 177 | 2026-05-11T21:07:20.067Z | Compiling quote v1.0.45 |
| 178 | 2026-05-11T21:07:20.067Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-05-11T21:07:20.067Z | Compiling libc v0.2.186 |
| 180 | 2026-05-11T21:07:20.067Z | Compiling rustix v1.1.4 |
| 181 | 2026-05-11T21:07:20.067Z | Compiling zmij v1.0.21 |
| 182 | 2026-05-11T21:07:20.120Z | Compiling bitflags v2.11.1 |
| 183 | 2026-05-11T21:07:20.268Z | Compiling utf8parse v0.2.2 |
| 184 | 2026-05-11T21:07:20.366Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-05-11T21:07:20.563Z | Compiling anstyle v1.0.14 |
| 186 | 2026-05-11T21:07:20.568Z | Compiling is_terminal_polyfill v1.70.2 |
| 187 | 2026-05-11T21:07:20.621Z | Compiling colorchoice v1.0.5 |
| 188 | 2026-05-11T21:07:20.629Z | Compiling anstyle-query v1.1.5 |
| 189 | 2026-05-11T21:07:20.639Z | Compiling thiserror v2.0.18 |
| 190 | 2026-05-11T21:07:20.721Z | Compiling serde_json v1.0.149 |
| 191 | 2026-05-11T21:07:20.731Z | Compiling serde v1.0.228 |
| 192 | 2026-05-11T21:07:20.784Z | Compiling camino v1.2.2 |
| 193 | 2026-05-11T21:07:20.860Z | Compiling anstream v1.0.0 |
| 194 | 2026-05-11T21:07:20.950Z | Compiling errno v0.3.14 |
| 195 | 2026-05-11T21:07:21.145Z | Compiling clap_lex v1.1.0 |
| 196 | 2026-05-11T21:07:21.153Z | Compiling winnow v1.0.2 |
| 197 | 2026-05-11T21:07:21.172Z | Compiling heck v0.5.0 |
| 198 | 2026-05-11T21:07:21.376Z | Compiling anyhow v1.0.102 |
| 199 | 2026-05-11T21:07:21.387Z | Compiling strsim v0.11.1 |
| 200 | 2026-05-11T21:07:21.464Z | Compiling memchr v2.8.0 |
| 201 | 2026-05-11T21:07:21.526Z | Compiling syn v2.0.117 |
| 202 | 2026-05-11T21:07:21.557Z | Compiling terminal_size v0.4.4 |
| 203 | 2026-05-11T21:07:21.591Z | Compiling itoa v1.0.18 |
| 204 | 2026-05-11T21:07:21.706Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-05-11T21:07:21.874Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-05-11T21:07:21.882Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-05-11T21:07:22.634Z | Compiling cargo-platform v0.3.3 |
| 208 | 2026-05-11T21:07:22.804Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 209 | 2026-05-11T21:07:22.984Z | Compiling semver v1.0.28 |
| 210 | 2026-05-11T21:07:23.212Z | Compiling serde_spanned v1.1.1 |
| 211 | 2026-05-11T21:07:23.316Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-05-11T21:07:23.782Z | Compiling serde_derive v1.0.228 |
| 213 | 2026-05-11T21:07:23.870Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-05-11T21:07:24.291Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-05-11T21:07:25.818Z | Compiling clap v4.6.1 |
| 216 | 2026-05-11T21:07:26.900Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-05-11T21:07:29.405Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-05-11T21:07:30.962Z | Finished `dev` profile [optimized + debuginfo] target(s) in 16.38s |
| 219 | 2026-05-11T21:07:31.045Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-05-11T21:07:32.532Z | Building opteadm (release). |
| 221 | 2026-05-11T21:07:32.627Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-05-11T21:07:32.627Z | Compiling quote v1.0.45 |
| 223 | 2026-05-11T21:07:32.632Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-05-11T21:07:32.632Z | Compiling serde_core v1.0.228 |
| 225 | 2026-05-11T21:07:32.632Z | Compiling libc v0.2.186 |
| 226 | 2026-05-11T21:07:32.632Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-05-11T21:07:32.633Z | Compiling fnv v1.0.7 |
| 228 | 2026-05-11T21:07:32.633Z | Compiling strsim v0.11.1 |
| 229 | 2026-05-11T21:07:32.699Z | Compiling memchr v2.8.0 |
| 230 | 2026-05-11T21:07:32.727Z | Compiling thiserror v2.0.18 |
| 231 | 2026-05-11T21:07:32.745Z | Compiling ident_case v1.0.1 |
| 232 | 2026-05-11T21:07:32.869Z | Compiling regex-syntax v0.8.10 |
| 233 | 2026-05-11T21:07:32.928Z | Compiling hashbrown v0.17.0 |
| 234 | 2026-05-11T21:07:32.961Z | Compiling anyhow v1.0.102 |
| 235 | 2026-05-11T21:07:33.247Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-05-11T21:07:33.257Z | Compiling equivalent v1.0.2 |
| 237 | 2026-05-11T21:07:33.277Z | Compiling winnow v1.0.2 |
| 238 | 2026-05-11T21:07:33.326Z | Compiling either v1.15.0 |
| 239 | 2026-05-11T21:07:33.386Z | Compiling zerocopy v0.8.48 |
| 240 | 2026-05-11T21:07:33.474Z | Compiling serde v1.0.228 |
| 241 | 2026-05-11T21:07:33.522Z | Compiling itertools v0.14.0 |
| 242 | 2026-05-11T21:07:33.812Z | Compiling indexmap v2.14.0 |
| 243 | 2026-05-11T21:07:33.842Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 244 | 2026-05-11T21:07:33.983Z | Compiling syn v2.0.117 |
| 245 | 2026-05-11T21:07:34.059Z | Compiling heapless v0.8.0 |
| 246 | 2026-05-11T21:07:34.314Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 247 | 2026-05-11T21:07:34.328Z | Compiling byteorder v1.5.0 |
| 248 | 2026-05-11T21:07:34.414Z | Compiling regex-automata v0.4.14 |
| 249 | 2026-05-11T21:07:34.504Z | Compiling hash32 v0.3.1 |
| 250 | 2026-05-11T21:07:34.648Z | Compiling rustversion v1.0.22 |
| 251 | 2026-05-11T21:07:34.751Z | Compiling bitflags v2.11.1 |
| 252 | 2026-05-11T21:07:34.780Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 253 | 2026-05-11T21:07:34.854Z | Compiling syn v1.0.109 |
| 254 | 2026-05-11T21:07:34.891Z | Compiling stable_deref_trait v1.2.1 |
| 255 | 2026-05-11T21:07:34.948Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 256 | 2026-05-11T21:07:34.953Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-05-11T21:07:34.964Z | Compiling macaddr v1.0.1 |
| 258 | 2026-05-11T21:07:35.157Z | Compiling getrandom v0.4.2 |
| 259 | 2026-05-11T21:07:35.170Z | Compiling rustix v1.1.4 |
| 260 | 2026-05-11T21:07:35.173Z | Compiling version_check v0.9.5 |
| 261 | 2026-05-11T21:07:35.266Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 262 | 2026-05-11T21:07:35.395Z | Compiling proc-macro-crate v3.5.0 |
| 263 | 2026-05-11T21:07:35.413Z | Compiling ref-cast v1.0.25 |
| 264 | 2026-05-11T21:07:35.463Z | Compiling rand_core v0.10.1 |
| 265 | 2026-05-11T21:07:35.493Z | Compiling managed v0.8.0 |
| 266 | 2026-05-11T21:07:35.568Z | Compiling bitflags v1.3.2 |
| 267 | 2026-05-11T21:07:35.634Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-05-11T21:07:35.791Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-05-11T21:07:35.794Z | Compiling errno v0.3.14 |
| 270 | 2026-05-11T21:07:35.836Z | Compiling ipnetwork v0.21.1 |
| 271 | 2026-05-11T21:07:35.939Z | Compiling once_cell v1.21.4 |
| 272 | 2026-05-11T21:07:36.158Z | Compiling regex v1.12.3 |
| 273 | 2026-05-11T21:07:36.175Z | Compiling unicode-width v0.2.2 |
| 274 | 2026-05-11T21:07:36.212Z | Compiling foreign-types-shared v0.3.1 |
| 275 | 2026-05-11T21:07:36.287Z | Compiling cpufeatures v0.3.0 |
| 276 | 2026-05-11T21:07:36.347Z | Compiling utf8parse v0.2.2 |
| 277 | 2026-05-11T21:07:36.441Z | Compiling anstyle-parse v1.0.0 |
| 278 | 2026-05-11T21:07:36.454Z | Compiling tabwriter v1.4.1 |
| 279 | 2026-05-11T21:07:36.538Z | Compiling darling_core v0.21.3 |
| 280 | 2026-05-11T21:07:36.633Z | Compiling chacha20 v0.10.0 |
| 281 | 2026-05-11T21:07:36.765Z | Compiling cstr-argument v0.1.2 |
| 282 | 2026-05-11T21:07:36.901Z | Compiling tracing-core v0.1.36 |
| 283 | 2026-05-11T21:07:37.338Z | Compiling anstyle-query v1.1.5 |
| 284 | 2026-05-11T21:07:37.418Z | Compiling anstyle v1.0.14 |
| 285 | 2026-05-11T21:07:37.442Z | Compiling colorchoice v1.0.5 |
| 286 | 2026-05-11T21:07:37.548Z | Compiling pin-project-lite v0.2.17 |
| 287 | 2026-05-11T21:07:37.622Z | Compiling pretty-hex v0.4.2 |
| 288 | 2026-05-11T21:07:37.633Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 289 | 2026-05-11T21:07:37.713Z | Compiling dyn-clone v1.0.20 |
| 290 | 2026-05-11T21:07:37.729Z | Compiling thiserror-impl v2.0.18 |
| 291 | 2026-05-11T21:07:37.744Z | Compiling serde_derive v1.0.228 |
| 292 | 2026-05-11T21:07:37.774Z | Compiling zerocopy-derive v0.8.48 |
| 293 | 2026-05-11T21:07:37.833Z | Compiling foreign-types-macros v0.2.3 |
| 294 | 2026-05-11T21:07:37.840Z | Compiling ref-cast-impl v1.0.25 |
| 295 | 2026-05-11T21:07:38.426Z | Compiling num_enum_derive v0.7.6 |
| 296 | 2026-05-11T21:07:38.440Z | Compiling foreign-types v0.5.0 |
| 297 | 2026-05-11T21:07:38.505Z | Compiling tracing-attributes v0.1.31 |
| 298 | 2026-05-11T21:07:38.553Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 299 | 2026-05-11T21:07:38.715Z | Compiling darling_macro v0.21.3 |
| 300 | 2026-05-11T21:07:39.029Z | Compiling cobs v0.3.0 |
| 301 | 2026-05-11T21:07:39.046Z | Compiling is_terminal_polyfill v1.70.2 |
| 302 | 2026-05-11T21:07:39.054Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 303 | 2026-05-11T21:07:39.127Z | Compiling anstream v1.0.0 |
| 304 | 2026-05-11T21:07:39.230Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 305 | 2026-05-11T21:07:39.245Z | Compiling darling v0.21.3 |
| 306 | 2026-05-11T21:07:39.315Z | Compiling ingot-macros v0.1.1 |
| 307 | 2026-05-11T21:07:39.417Z | Compiling num_enum v0.7.6 |
| 308 | 2026-05-11T21:07:39.499Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 309 | 2026-05-11T21:07:39.521Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 310 | 2026-05-11T21:07:39.565Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-05-11T21:07:39.689Z | Compiling rand v0.10.1 |
| 312 | 2026-05-11T21:07:39.703Z | Compiling uuid v1.23.1 |
| 313 | 2026-05-11T21:07:39.706Z | Compiling tracing v0.1.44 |
| 314 | 2026-05-11T21:07:39.818Z | Compiling socket2 v0.6.3 |
| 315 | 2026-05-11T21:07:40.134Z | Compiling clap_lex v1.1.0 |
| 316 | 2026-05-11T21:07:40.372Z | Compiling colored v3.1.1 |
| 317 | 2026-05-11T21:07:40.455Z | Compiling oxnet v0.1.5 |
| 318 | 2026-05-11T21:07:40.459Z | Compiling heck v0.5.0 |
| 319 | 2026-05-11T21:07:40.638Z | Compiling clap_derive v4.6.1 |
| 320 | 2026-05-11T21:07:40.708Z | Compiling clap_builder v4.6.0 |
| 321 | 2026-05-11T21:07:40.730Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 322 | 2026-05-11T21:07:40.901Z | Compiling postcard v1.1.3 |
| 323 | 2026-05-11T21:07:42.184Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-05-11T21:07:42.436Z | Compiling clap v4.6.1 |
| 325 | 2026-05-11T21:07:42.561Z | Compiling ingot v0.1.1 |
| 326 | 2026-05-11T21:07:44.227Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-05-11T21:07:45.165Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-05-11T21:07:46.173Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-05-11T21:07:52.711Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.17s |
| 330 | 2026-05-11T21:07:52.737Z | Building xde (release-lto). |
| 331 | 2026-05-11T21:07:52.980Z | Updating crates.io index |
| 332 | 2026-05-11T21:07:53.071Z | Downloading crates ... |
| 333 | 2026-05-11T21:07:53.131Z | Downloaded rustc-literal-escaper v0.0.7 |
| 334 | 2026-05-11T21:07:53.135Z | Downloaded adler2 v2.0.1 |
| 335 | 2026-05-11T21:07:53.145Z | Downloaded rustc-demangle v0.1.27 |
| 336 | 2026-05-11T21:07:53.149Z | Downloaded foldhash v0.2.0 |
| 337 | 2026-05-11T21:07:53.149Z | Downloaded getopts v0.2.24 |
| 338 | 2026-05-11T21:07:53.161Z | Downloaded addr2line v0.25.1 |
| 339 | 2026-05-11T21:07:53.174Z | Downloaded miniz_oxide v0.8.9 |
| 340 | 2026-05-11T21:07:53.179Z | Downloaded memchr v2.7.6 |
| 341 | 2026-05-11T21:07:53.215Z | Downloaded hashbrown v0.16.1 |
| 342 | 2026-05-11T21:07:53.223Z | Downloaded gimli v0.32.3 |
| 343 | 2026-05-11T21:07:53.223Z | Downloaded object v0.37.3 |
| 344 | 2026-05-11T21:07:53.252Z | Downloaded libc v0.2.183 |
| 345 | 2026-05-11T21:07:53.311Z | 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-05-11T21:07:53.311Z | 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-05-11T21:07:53.314Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-05-11T21:07:53.315Z | Compiling quote v1.0.45 |
| 349 | 2026-05-11T21:07:53.315Z | Compiling unicode-ident v1.0.24 |
| 350 | 2026-05-11T21:07:53.315Z | Compiling ident_case v1.0.1 |
| 351 | 2026-05-11T21:07:53.315Z | Compiling strsim v0.11.1 |
| 352 | 2026-05-11T21:07:53.315Z | Compiling serde_core v1.0.228 |
| 353 | 2026-05-11T21:07:53.477Z | Compiling memchr v2.8.0 |
| 354 | 2026-05-11T21:07:53.481Z | Compiling fnv v1.0.7 |
| 355 | 2026-05-11T21:07:53.567Z | Compiling regex-syntax v0.8.10 |
| 356 | 2026-05-11T21:07:53.725Z | Compiling either v1.15.0 |
| 357 | 2026-05-11T21:07:53.733Z | Compiling serde v1.0.228 |
| 358 | 2026-05-11T21:07:53.740Z | Compiling zerocopy v0.8.48 |
| 359 | 2026-05-11T21:07:53.854Z | Compiling thiserror v2.0.18 |
| 360 | 2026-05-11T21:07:53.913Z | Compiling aho-corasick v1.1.4 |
| 361 | 2026-05-11T21:07:54.115Z | Compiling itertools v0.14.0 |
| 362 | 2026-05-11T21:07:54.135Z | Compiling heapless v0.8.0 |
| 363 | 2026-05-11T21:07:54.409Z | Compiling syn v2.0.117 |
| 364 | 2026-05-11T21:07:54.517Z | Compiling smoltcp v0.11.0 |
| 365 | 2026-05-11T21:07:54.546Z | Compiling ref-cast v1.0.25 |
| 366 | 2026-05-11T21:07:54.612Z | Compiling crc32fast v1.5.0 |
| 367 | 2026-05-11T21:07:54.919Z | Compiling version_check v0.9.5 |
| 368 | 2026-05-11T21:07:54.972Z | Compiling regex-automata v0.4.14 |
| 369 | 2026-05-11T21:07:55.275Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 370 | 2026-05-11T21:07:56.476Z | Compiling regex v1.12.3 |
| 371 | 2026-05-11T21:07:56.684Z | Compiling darling_core v0.21.3 |
| 372 | 2026-05-11T21:07:56.710Z | Compiling darling_core v0.23.0 |
| 373 | 2026-05-11T21:07:57.614Z | Compiling zerocopy-derive v0.8.48 |
| 374 | 2026-05-11T21:07:57.614Z | Compiling serde_derive v1.0.228 |
| 375 | 2026-05-11T21:07:57.614Z | Compiling thiserror-impl v2.0.18 |
| 376 | 2026-05-11T21:07:57.619Z | Compiling ref-cast-impl v1.0.25 |
| 377 | 2026-05-11T21:07:57.619Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 378 | 2026-05-11T21:07:59.142Z | Compiling darling_macro v0.21.3 |
| 379 | 2026-05-11T21:07:59.437Z | Compiling darling_macro v0.23.0 |
| 380 | 2026-05-11T21:08:00.033Z | Compiling darling v0.21.3 |
| 381 | 2026-05-11T21:08:00.099Z | Compiling ingot-macros v0.1.1 |
| 382 | 2026-05-11T21:08:00.206Z | Compiling darling v0.23.0 |
| 383 | 2026-05-11T21:08:00.268Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 384 | 2026-05-11T21:08:05.171Z | 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-05-11T21:08:07.267Z | Compiling byteorder v1.5.0 |
| 386 | 2026-05-11T21:08:07.267Z | Compiling stable_deref_trait v1.2.1 |
| 387 | 2026-05-11T21:08:07.273Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-05-11T21:08:07.273Z | Compiling macaddr v1.0.1 |
| 389 | 2026-05-11T21:08:07.322Z | Compiling bitflags v1.3.2 |
| 390 | 2026-05-11T21:08:07.332Z | Compiling cobs v0.3.0 |
| 391 | 2026-05-11T21:08:07.362Z | Compiling managed v0.8.0 |
| 392 | 2026-05-11T21:08:07.499Z | Compiling hash32 v0.3.1 |
| 393 | 2026-05-11T21:08:07.545Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-05-11T21:08:07.667Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-05-11T21:08:08.934Z | Compiling bitflags v2.11.1 |
| 396 | 2026-05-11T21:08:08.934Z | Compiling uuid v1.23.1 |
| 397 | 2026-05-11T21:08:09.066Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-11T21:08:09.358Z | Compiling postcard v1.1.3 |
| 399 | 2026-05-11T21:08:10.176Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-05-11T21:08:10.490Z | Compiling ingot v0.1.1 |
| 401 | 2026-05-11T21:08:12.002Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-05-11T21:08:15.705Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-05-11T21:08:24.396Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-05-11T21:08:52.409Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.64s |
| 405 | 2026-05-11T21:08:52.436Z | Linking xde kmod... |
| 406 | 2026-05-11T21:08:52.981Z | Building xde dev link helper (release). |
| 407 | 2026-05-11T21:08:53.138Z | 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-05-11T21:08:53.138Z | 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-05-11T21:08:53.138Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-05-11T21:09:04.091Z | 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-05-11T21:09:06.436Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.42s |
| 412 | 2026-05-11T21:09:06.465Z | Building opteadm (dev). |
| 413 | 2026-05-11T21:09:06.618Z | Compiling serde_core v1.0.228 |
| 414 | 2026-05-11T21:09:06.618Z | Compiling libc v0.2.186 |
| 415 | 2026-05-11T21:09:06.618Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-05-11T21:09:06.618Z | Compiling ident_case v1.0.1 |
| 417 | 2026-05-11T21:09:06.623Z | Compiling strsim v0.11.1 |
| 418 | 2026-05-11T21:09:06.623Z | Compiling fnv v1.0.7 |
| 419 | 2026-05-11T21:09:06.623Z | Compiling memchr v2.8.0 |
| 420 | 2026-05-11T21:09:06.643Z | Compiling syn v2.0.117 |
| 421 | 2026-05-11T21:09:06.693Z | Compiling regex-syntax v0.8.10 |
| 422 | 2026-05-11T21:09:06.719Z | Compiling serde v1.0.228 |
| 423 | 2026-05-11T21:09:06.738Z | Compiling equivalent v1.0.2 |
| 424 | 2026-05-11T21:09:06.808Z | Compiling zerocopy v0.8.48 |
| 425 | 2026-05-11T21:09:06.912Z | Compiling either v1.15.0 |
| 426 | 2026-05-11T21:09:07.010Z | Compiling hashbrown v0.17.0 |
| 427 | 2026-05-11T21:09:07.099Z | Compiling aho-corasick v1.1.4 |
| 428 | 2026-05-11T21:09:07.172Z | Compiling winnow v1.0.2 |
| 429 | 2026-05-11T21:09:07.232Z | Compiling itertools v0.14.0 |
| 430 | 2026-05-11T21:09:07.439Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 431 | 2026-05-11T21:09:07.562Z | Compiling indexmap v2.14.0 |
| 432 | 2026-05-11T21:09:07.654Z | Compiling byteorder v1.5.0 |
| 433 | 2026-05-11T21:09:07.825Z | Compiling heapless v0.8.0 |
| 434 | 2026-05-11T21:09:08.104Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 435 | 2026-05-11T21:09:08.157Z | Compiling regex-automata v0.4.14 |
| 436 | 2026-05-11T21:09:08.352Z | Compiling hash32 v0.3.1 |
| 437 | 2026-05-11T21:09:08.469Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 438 | 2026-05-11T21:09:08.499Z | Compiling macaddr v1.0.1 |
| 439 | 2026-05-11T21:09:08.536Z | Compiling stable_deref_trait v1.2.1 |
| 440 | 2026-05-11T21:09:08.603Z | Compiling bitflags v2.11.1 |
| 441 | 2026-05-11T21:09:08.664Z | Compiling syn v1.0.109 |
| 442 | 2026-05-11T21:09:08.756Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 443 | 2026-05-11T21:09:08.761Z | Compiling smoltcp v0.11.0 |
| 444 | 2026-05-11T21:09:08.808Z | Compiling rustversion v1.0.22 |
| 445 | 2026-05-11T21:09:08.985Z | Compiling proc-macro-crate v3.5.0 |
| 446 | 2026-05-11T21:09:09.053Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 447 | 2026-05-11T21:09:09.082Z | Compiling rand_core v0.10.1 |
| 448 | 2026-05-11T21:09:09.173Z | Compiling darling_core v0.21.3 |
| 449 | 2026-05-11T21:09:09.235Z | Compiling managed v0.8.0 |
| 450 | 2026-05-11T21:09:09.249Z | Compiling getrandom v0.4.2 |
| 451 | 2026-05-11T21:09:09.373Z | Compiling version_check v0.9.5 |
| 452 | 2026-05-11T21:09:09.393Z | Compiling ref-cast v1.0.25 |
| 453 | 2026-05-11T21:09:09.413Z | Compiling bitflags v1.3.2 |
| 454 | 2026-05-11T21:09:09.638Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-05-11T21:09:09.725Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-05-11T21:09:09.855Z | Compiling regex v1.12.3 |
| 457 | 2026-05-11T21:09:10.019Z | Compiling errno v0.3.14 |
| 458 | 2026-05-11T21:09:10.185Z | Compiling once_cell v1.21.4 |
| 459 | 2026-05-11T21:09:10.244Z | Compiling foreign-types-shared v0.3.1 |
| 460 | 2026-05-11T21:09:10.327Z | Compiling unicode-width v0.2.2 |
| 461 | 2026-05-11T21:09:10.327Z | Compiling ipnetwork v0.21.1 |
| 462 | 2026-05-11T21:09:10.421Z | Compiling thiserror-impl v2.0.18 |
| 463 | 2026-05-11T21:09:10.627Z | Compiling zerocopy-derive v0.8.48 |
| 464 | 2026-05-11T21:09:10.692Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-05-11T21:09:10.857Z | Compiling ref-cast-impl v1.0.25 |
| 466 | 2026-05-11T21:09:11.277Z | Compiling darling_macro v0.21.3 |
| 467 | 2026-05-11T21:09:11.428Z | Compiling foreign-types-macros v0.2.3 |
| 468 | 2026-05-11T21:09:11.600Z | Compiling num_enum_derive v0.7.6 |
| 469 | 2026-05-11T21:09:11.616Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-11T21:09:11.714Z | Compiling cobs v0.3.0 |
| 471 | 2026-05-11T21:09:11.812Z | Compiling darling v0.21.3 |
| 472 | 2026-05-11T21:09:11.884Z | Compiling ingot-macros v0.1.1 |
| 473 | 2026-05-11T21:09:11.992Z | Compiling cpufeatures v0.3.0 |
| 474 | 2026-05-11T21:09:12.055Z | Compiling foreign-types v0.5.0 |
| 475 | 2026-05-11T21:09:12.055Z | Compiling chacha20 v0.10.0 |
| 476 | 2026-05-11T21:09:12.217Z | Compiling cstr-argument v0.1.2 |
| 477 | 2026-05-11T21:09:12.383Z | Compiling tabwriter v1.4.1 |
| 478 | 2026-05-11T21:09:12.440Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 479 | 2026-05-11T21:09:12.579Z | Compiling num_enum v0.7.6 |
| 480 | 2026-05-11T21:09:12.694Z | Compiling tracing-attributes v0.1.31 |
| 481 | 2026-05-11T21:09:12.839Z | Compiling tracing-core v0.1.36 |
| 482 | 2026-05-11T21:09:12.866Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 483 | 2026-05-11T21:09:13.001Z | Compiling rustix v1.1.4 |
| 484 | 2026-05-11T21:09:13.817Z | Compiling anyhow v1.0.102 |
| 485 | 2026-05-11T21:09:13.871Z | Compiling postcard v1.1.3 |
| 486 | 2026-05-11T21:09:13.948Z | Compiling dyn-clone v1.0.20 |
| 487 | 2026-05-11T21:09:14.021Z | Compiling pretty-hex v0.4.2 |
| 488 | 2026-05-11T21:09:14.104Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 489 | 2026-05-11T21:09:14.120Z | Compiling pin-project-lite v0.2.17 |
| 490 | 2026-05-11T21:09:14.148Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 491 | 2026-05-11T21:09:14.204Z | Compiling tracing v0.1.44 |
| 492 | 2026-05-11T21:09:14.208Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-05-11T21:09:14.215Z | Compiling rand v0.10.1 |
| 494 | 2026-05-11T21:09:14.311Z | Compiling terminal_size v0.4.4 |
| 495 | 2026-05-11T21:09:14.357Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-05-11T21:09:14.457Z | Compiling uuid v1.23.1 |
| 497 | 2026-05-11T21:09:14.462Z | Compiling socket2 v0.6.3 |
| 498 | 2026-05-11T21:09:14.474Z | Compiling colored v3.1.1 |
| 499 | 2026-05-11T21:09:14.565Z | Compiling oxnet v0.1.5 |
| 500 | 2026-05-11T21:09:14.689Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-05-11T21:09:15.027Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-05-11T21:09:15.043Z | Compiling clap_derive v4.6.1 |
| 503 | 2026-05-11T21:09:15.118Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-05-11T21:09:15.350Z | Compiling ingot v0.1.1 |
| 505 | 2026-05-11T21:09:16.324Z | Compiling clap v4.6.1 |
| 506 | 2026-05-11T21:09:17.011Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-05-11T21:09:19.381Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-05-11T21:09:20.520Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-05-11T21:09:24.824Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.35s |
| 510 | 2026-05-11T21:09:24.853Z | Building xde (dev). |
| 511 | 2026-05-11T21:09:25.081Z | 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-05-11T21:09:25.081Z | 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-05-11T21:09:25.081Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-05-11T21:09:25.081Z | Compiling quote v1.0.45 |
| 515 | 2026-05-11T21:09:25.084Z | Compiling unicode-ident v1.0.24 |
| 516 | 2026-05-11T21:09:25.084Z | Compiling strsim v0.11.1 |
| 517 | 2026-05-11T21:09:25.084Z | Compiling ident_case v1.0.1 |
| 518 | 2026-05-11T21:09:25.084Z | Compiling serde_core v1.0.228 |
| 519 | 2026-05-11T21:09:25.196Z | Compiling memchr v2.8.0 |
| 520 | 2026-05-11T21:09:25.200Z | Compiling fnv v1.0.7 |
| 521 | 2026-05-11T21:09:25.278Z | Compiling regex-syntax v0.8.10 |
| 522 | 2026-05-11T21:09:25.454Z | Compiling either v1.15.0 |
| 523 | 2026-05-11T21:09:25.465Z | Compiling serde v1.0.228 |
| 524 | 2026-05-11T21:09:25.469Z | Compiling thiserror v2.0.18 |
| 525 | 2026-05-11T21:09:25.595Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-05-11T21:09:25.639Z | Compiling zerocopy v0.8.48 |
| 527 | 2026-05-11T21:09:25.852Z | Compiling itertools v0.14.0 |
| 528 | 2026-05-11T21:09:25.880Z | Compiling heapless v0.8.0 |
| 529 | 2026-05-11T21:09:26.174Z | Compiling smoltcp v0.11.0 |
| 530 | 2026-05-11T21:09:26.237Z | Compiling syn v2.0.117 |
| 531 | 2026-05-11T21:09:26.298Z | Compiling crc32fast v1.5.0 |
| 532 | 2026-05-11T21:09:26.397Z | Compiling version_check v0.9.5 |
| 533 | 2026-05-11T21:09:26.608Z | Compiling ref-cast v1.0.25 |
| 534 | 2026-05-11T21:09:26.685Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-05-11T21:09:26.751Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-05-11T21:09:28.248Z | Compiling regex v1.12.3 |
| 537 | 2026-05-11T21:09:28.578Z | Compiling darling_core v0.21.3 |
| 538 | 2026-05-11T21:09:28.620Z | Compiling darling_core v0.23.0 |
| 539 | 2026-05-11T21:09:29.386Z | Compiling thiserror-impl v2.0.18 |
| 540 | 2026-05-11T21:09:29.386Z | Compiling serde_derive v1.0.228 |
| 541 | 2026-05-11T21:09:29.386Z | Compiling zerocopy-derive v0.8.48 |
| 542 | 2026-05-11T21:09:29.386Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-05-11T21:09:29.389Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-05-11T21:09:31.071Z | Compiling darling_macro v0.21.3 |
| 545 | 2026-05-11T21:09:31.227Z | Compiling darling_macro v0.23.0 |
| 546 | 2026-05-11T21:09:32.010Z | Compiling darling v0.21.3 |
| 547 | 2026-05-11T21:09:32.077Z | Compiling ingot-macros v0.1.1 |
| 548 | 2026-05-11T21:09:32.132Z | Compiling darling v0.23.0 |
| 549 | 2026-05-11T21:09:32.195Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 550 | 2026-05-11T21:09:36.407Z | 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-05-11T21:09:38.142Z | Compiling byteorder v1.5.0 |
| 552 | 2026-05-11T21:09:38.142Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-05-11T21:09:38.143Z | Compiling macaddr v1.0.1 |
| 554 | 2026-05-11T21:09:38.147Z | Compiling stable_deref_trait v1.2.1 |
| 555 | 2026-05-11T21:09:38.208Z | Compiling cobs v0.3.0 |
| 556 | 2026-05-11T21:09:38.214Z | Compiling bitflags v1.3.2 |
| 557 | 2026-05-11T21:09:38.248Z | Compiling managed v0.8.0 |
| 558 | 2026-05-11T21:09:38.329Z | Compiling hash32 v0.3.1 |
| 559 | 2026-05-11T21:09:38.486Z | Compiling dyn-clone v1.0.20 |
| 560 | 2026-05-11T21:09:38.573Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 561 | 2026-05-11T21:09:39.664Z | Compiling bitflags v2.11.1 |
| 562 | 2026-05-11T21:09:39.664Z | Compiling uuid v1.23.1 |
| 563 | 2026-05-11T21:09:39.794Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 564 | 2026-05-11T21:09:40.076Z | Compiling postcard v1.1.3 |
| 565 | 2026-05-11T21:09:40.877Z | Compiling ingot-types v0.1.2 |
| 566 | 2026-05-11T21:09:41.150Z | Compiling ingot v0.1.1 |
| 567 | 2026-05-11T21:09:42.563Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-05-11T21:09:46.742Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 569 | 2026-05-11T21:09:57.083Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 570 | 2026-05-11T21:10:05.295Z | Finished `dev` profile [optimized + debuginfo] target(s) in 40.41s |
| 571 | 2026-05-11T21:10:05.320Z | Linking xde kmod... |
| 572 | 2026-05-11T21:10:06.469Z | Building xde dev link helper (dev). |
| 573 | 2026-05-11T21:10:06.629Z | 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-05-11T21:10:06.630Z | 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-05-11T21:10:06.630Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 576 | 2026-05-11T21:10:16.977Z | 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-05-11T21:10:19.156Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.65s |
| 578 | 2026-05-11T21:10:19.178Z | |
| 579 | 2026-05-11T21:10:19.178Z | real 3:04.603510168 |
| 580 | 2026-05-11T21:10:19.178Z | user 8:56.516402610 |
| 581 | 2026-05-11T21:10:19.178Z | sys 57.075886885 |
| 582 | 2026-05-11T21:10:19.181Z | trap 0.250039734 |
| 583 | 2026-05-11T21:10:19.181Z | tflt 0.981740389 |
| 584 | 2026-05-11T21:10:19.181Z | dflt 1.604062005 |
| 585 | 2026-05-11T21:10:19.181Z | kflt 0.008060948 |
| 586 | 2026-05-11T21:10:19.181Z | lock 29:35.477899465 |
| 587 | 2026-05-11T21:10:19.181Z | slp 20:49.668134045 |
| 588 | 2026-05-11T21:10:19.181Z | lat 20.720730326 |
| 589 | 2026-05-11T21:10:19.181Z | stop 30.369627902 |
| 590 | 2026-05-11T21:10:19.181Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 591 | 2026-05-11T21:10:19.181Z | + grep GOTPCREL |
| 592 | 2026-05-11T21:10:20.115Z | + header 'package opte' |
| 593 | 2026-05-11T21:10:20.115Z | + echo '# ==== package opte ==== #' |
| 594 | 2026-05-11T21:10:20.115Z | # ==== package opte ==== # |
| 595 | 2026-05-11T21:10:20.115Z | + cargo xtask package --skip-build --profile all |
| 596 | 2026-05-11T21:10:20.254Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 597 | 2026-05-11T21:10:20.258Z | Running `target/debug/xtask package --skip-build --profile all` |
| 598 | 2026-05-11T21:10:20.464Z | + ./clean.sh |
| 599 | 2026-05-11T21:10:20.473Z | + mkdir -p proto/kernel/drv/amd64 |
| 600 | 2026-05-11T21:10:20.476Z | + mkdir -p proto/opt/oxide/opte/bin |
| 601 | 2026-05-11T21:10:20.476Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 602 | 2026-05-11T21:10:20.476Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 603 | 2026-05-11T21:10:20.492Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 604 | 2026-05-11T21:10:20.524Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 605 | 2026-05-11T21:10:20.527Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 606 | 2026-05-11T21:10:20.527Z | + '[' -z ']' |
| 607 | 2026-05-11T21:10:20.527Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 608 | 2026-05-11T21:10:20.550Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 609 | 2026-05-11T21:10:20.622Z | + INC_DEBUG= |
| 610 | 2026-05-11T21:10:20.622Z | + typeset -ri TAG=0 |
| 611 | 2026-05-11T21:10:20.625Z | ++ ./print-api-version.sh |
| 612 | 2026-05-11T21:10:20.628Z | + API_VSN=40 |
| 613 | 2026-05-11T21:10:20.628Z | + PKG_VERSION=0.40.485-3.0 |
| 614 | 2026-05-11T21:10:20.631Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.485-3.0/g opte.template.p5m |
| 615 | 2026-05-11T21:10:20.631Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 616 | 2026-05-11T21:10:21.142Z | + pkgdepend generate -d proto opte.base.p5m |
| 617 | 2026-05-11T21:10:21.438Z | + mkdir -p packages |
| 618 | 2026-05-11T21:10:21.458Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 619 | 2026-05-11T21:10:28.051Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 620 | 2026-05-11T21:10:28.054Z | + pkgrepo create packages/repo |
| 621 | 2026-05-11T21:10:28.271Z | + pkgrepo add-publisher -s packages/repo helios |
| 622 | 2026-05-11T21:10:28.476Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 623 | 2026-05-11T21:10:57.195Z | pkg://helios/driver/network/opte@0.40.485,5.11-3.0:20260511T211026Z |
| 624 | 2026-05-11T21:10:57.195Z | PUBLISHED |
| 625 | 2026-05-11T21:10:57.222Z | + pkgrecv -a -d packages/repo/opte-0.40.485-3.0.p5p -s packages/repo -v -m latest '*' |
| 626 | 2026-05-11T21:10:57.412Z | Retrieving packages for publisher helios ... |
| 627 | 2026-05-11T21:10:57.416Z | Retrieving catalog 'helios' ... Done |
| 628 | 2026-05-11T21:10:57.420Z | Retrieving and evaluating 1 package(s)... |
| 629 | 2026-05-11T21:10:57.420Z | Fetching manifests: 1/1 100% complete |
| 630 | 2026-05-11T21:10:57.420Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-05-11T21:10:57.421Z | |
| 632 | 2026-05-11T21:10:57.421Z | Archiving packages ... |
| 633 | 2026-05-11T21:10:57.421Z | Packages to add: 1 |
| 634 | 2026-05-11T21:10:57.421Z | Files to retrieve: 6 |
| 635 | 2026-05-11T21:10:57.421Z | Estimated transfer size: 36.08 MB |
| 636 | 2026-05-11T21:10:57.421Z | |
| 637 | 2026-05-11T21:10:57.421Z | Packages to archive: |
| 638 | 2026-05-11T21:10:57.421Z | driver/network/opte@0.40.485,5.11-3.0:20260511T211026Z |
| 639 | 2026-05-11T21:10:57.421Z | |
| 640 | 2026-05-11T21:10:57.421Z | Download: 0/6 items 0.0/36.1MB 0% complete |
| 641 | 2026-05-11T21:10:57.484Z | Download: Completed 36.08 MB in 0.07 seconds (534M/s) |
| 642 | 2026-05-11T21:10:57.487Z | Archiving: 1/20 items 0.0/36.1MB 0% complete |
| 643 | 2026-05-11T21:10:57.498Z | Archiving: Completed 36.12 MB in 0.01 seconds |
| 644 | 2026-05-11T21:10:57.539Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.485-3.0.p5p. |
| 645 | 2026-05-11T21:10:57.545Z | + banner copy |
| 646 | 2026-05-11T21:10:57.545Z | |
| 647 | 2026-05-11T21:10:57.545Z | #### #### ##### # # |
| 648 | 2026-05-11T21:10:57.545Z | # # # # # # # # |
| 649 | 2026-05-11T21:10:57.545Z | # # # # # # |
| 650 | 2026-05-11T21:10:57.545Z | # # # ##### # |
| 651 | 2026-05-11T21:10:57.545Z | # # # # # # |
| 652 | 2026-05-11T21:10:57.545Z | #### #### # # |
| 653 | 2026-05-11T21:10:57.545Z | |
| 654 | 2026-05-11T21:10:57.545Z | + pfexec mkdir -p /out |
| 655 | 2026-05-11T21:10:57.549Z | + pfexec chown 12345 /out |
| 656 | 2026-05-11T21:10:57.549Z | + PKG_NAME=/out/opte.p5p |
| 657 | 2026-05-11T21:10:57.549Z | + mv pkg/packages/repo/opte-0.40.485-3.0.p5p /out/opte.p5p |
| 658 | 2026-05-11T21:10:57.573Z | + sha256sum /out/opte.p5p |
| 659 | 2026-05-11T21:10:57.598Z | process exited: duration 237078 ms, exit code 0 |
| |
| 660 | 2026-05-11T21:10:57.620Z | found 2 output files |
| 661 | 2026-05-11T21:10:57.620Z | uploading: /out/opte.p5p (37877760 bytes) |
| 662 | 2026-05-11T21:10:58.860Z | uploaded: /out/opte.p5p |
| 663 | 2026-05-11T21:10:58.860Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 664 | 2026-05-11T21:10:59.937Z | uploaded: /out/opte.p5p.sha256 |