|
|
|
| 1 | 2026-07-20T10:29:55.791Z | job assigned to worker 01KXZH55EH2MKADEXTBE23XENR [factory aws, i-0b2dc8af7edfc5622] (queued for 54 s) |
| |
| 2 | 2026-07-20T10:30:02.163Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:30:02.169Z | ++ uname -s |
| 4 | 2026-07-20T10:30:02.172Z | + kern=SunOS |
| 5 | 2026-07-20T10:30:02.172Z | + build_user=build |
| 6 | 2026-07-20T10:30:02.172Z | + build_uid=12345 |
| 7 | 2026-07-20T10:30:02.172Z | + work_dir=/work |
| 8 | 2026-07-20T10:30:02.172Z | + input_dir=/input |
| 9 | 2026-07-20T10:30:02.172Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:30:02.172Z | + case "$kern" in |
| 11 | 2026-07-20T10:30:02.172Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:30:02.175Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:30:04.179Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:30:04.266Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:30:04.305Z | + home_fs=zfs |
| 16 | 2026-07-20T10:30:04.305Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:30:04.306Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:30:04.306Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:30:06.270Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:30:06.273Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:30:06.279Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:30:06.283Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-20T10:30:06.283Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-20T10:30:06.283Z | * rust toolchain profile = "default" |
| 25 | 2026-07-20T10:30:06.283Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-20T10:30:06.283Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T10:30:06.283Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T10:30:06.286Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:30:06.286Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T10:30:06.367Z | info: downloading installer |
| 31 | 2026-07-20T10:30:07.807Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:30:07.808Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:30:07.808Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:30:07.808Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:30:07.820Z | info: profile set to default |
| 36 | 2026-07-20T10:30:07.820Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:30:07.823Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:30:07.978Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T10:30:07.982Z | info: downloading 6 components |
| 40 | 2026-07-20T10:30:24.010Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T10:30:24.010Z | |
| 42 | 2026-07-20T10:30:24.042Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T10:30:24.042Z | |
| 44 | 2026-07-20T10:30:24.042Z | |
| 45 | 2026-07-20T10:30:24.042Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:30:24.042Z | |
| 47 | 2026-07-20T10:30:24.042Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:30:24.042Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:30:24.043Z | |
| 50 | 2026-07-20T10:30:24.043Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:30:24.043Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:30:24.043Z | |
| 53 | 2026-07-20T10:30:24.043Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:30:24.043Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:30:24.043Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:30:24.043Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:30:24.043Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:30:24.043Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:30:24.043Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:30:24.046Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:30:24.046Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:30:24.138Z | + rustup --version |
| 63 | 2026-07-20T10:30:24.146Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:30:24.149Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:30:24.167Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T10:30:24.170Z | + cargo --version |
| 67 | 2026-07-20T10:30:24.185Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T10:30:24.188Z | + rustc --version |
| 69 | 2026-07-20T10:30:24.205Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T10:30:24.208Z | process exited: duration 17928 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:30:24.213Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:30:24.229Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:30:24.235Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:30:24.238Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:30:24.241Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:30:24.271Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:30:25.130Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:30:25.130Z | + git fetch origin b5e629226eddedd338edab91994849d43ab40201 |
| 79 | 2026-07-20T10:30:25.351Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:30:25.351Z | * branch b5e629226eddedd338edab91994849d43ab40201 -> FETCH_HEAD |
| 81 | 2026-07-20T10:30:25.356Z | + [[ -n renovate/uuid-1.x-lockfile ]] |
| 82 | 2026-07-20T10:30:25.359Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:30:25.359Z | + current=master |
| 84 | 2026-07-20T10:30:25.359Z | + [[ master != renovate/uuid-1.x-lockfile ]] |
| 85 | 2026-07-20T10:30:25.359Z | + git branch -f renovate/uuid-1.x-lockfile b5e629226eddedd338edab91994849d43ab40201 |
| 86 | 2026-07-20T10:30:25.362Z | + git checkout -f renovate/uuid-1.x-lockfile |
| 87 | 2026-07-20T10:30:25.378Z | Switched to branch 'renovate/uuid-1.x-lockfile' |
| 88 | 2026-07-20T10:30:25.381Z | + git reset --hard b5e629226eddedd338edab91994849d43ab40201 |
| 89 | 2026-07-20T10:30:25.394Z | HEAD is now at b5e6292 Update Rust crate uuid to v1.24.0 |
| 90 | 2026-07-20T10:30:25.397Z | process exited: duration 1160 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:30:25.402Z | starting task 4: "build" |
| 92 | 2026-07-20T10:30:25.406Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:30:25.408Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:30:25.411Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:30:25.414Z | ++ pushd xde |
| 96 | 2026-07-20T10:30:25.414Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-20T10:30:25.414Z | ++ rustup show active-toolchain |
| 98 | 2026-07-20T10:30:25.417Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:30:25.563Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-20T10:30:25.565Z | info: downloading 6 components |
| 101 | 2026-07-20T10:30:39.284Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:30:39.380Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:30:39.383Z | +++ head -n 1 |
| 104 | 2026-07-20T10:30:39.383Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:30:39.439Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:30:39.439Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:30:39.445Z | ++ popd |
| 108 | 2026-07-20T10:30:39.445Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:30:39.445Z | + TGT_BASE=/work |
| 110 | 2026-07-20T10:30:39.445Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-07-20T10:30:39.445Z | + REL_TGT=/work/release |
| 112 | 2026-07-20T10:30:39.445Z | + mkdir -p /work/release |
| 113 | 2026-07-20T10:30:39.445Z | + cargo --version |
| 114 | 2026-07-20T10:30:39.450Z | cargo 1.96.1 (356927216 2026-06-26) |
| 115 | 2026-07-20T10:30:39.450Z | + rustc --version |
| 116 | 2026-07-20T10:30:39.469Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 117 | 2026-07-20T10:30:39.473Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-07-20T10:30:39.473Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-07-20T10:30:39.473Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-07-20T10:30:39.473Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-07-20T10:30:39.576Z | Updating crates.io index |
| 122 | 2026-07-20T10:30:39.579Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-07-20T10:30:40.548Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-07-20T10:30:40.792Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-07-20T10:30:41.077Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-07-20T10:30:41.284Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-07-20T10:30:41.527Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-07-20T10:30:41.763Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-07-20T10:30:43.532Z | Downloading crates ... |
| 130 | 2026-07-20T10:30:43.599Z | Downloaded errno v0.3.14 |
| 131 | 2026-07-20T10:30:43.602Z | Downloaded colorchoice v1.0.5 |
| 132 | 2026-07-20T10:30:43.602Z | Downloaded cargo-platform v0.3.3 |
| 133 | 2026-07-20T10:30:43.605Z | Downloaded terminal_size v0.4.4 |
| 134 | 2026-07-20T10:30:43.608Z | Downloaded is_terminal_polyfill v1.70.2 |
| 135 | 2026-07-20T10:30:43.608Z | Downloaded equivalent v1.0.2 |
| 136 | 2026-07-20T10:30:43.611Z | Downloaded serde_spanned v1.1.1 |
| 137 | 2026-07-20T10:30:43.611Z | Downloaded heck v0.5.0 |
| 138 | 2026-07-20T10:30:43.611Z | Downloaded anstyle-query v1.1.5 |
| 139 | 2026-07-20T10:30:43.625Z | Downloaded utf8parse v0.2.2 |
| 140 | 2026-07-20T10:30:43.627Z | Downloaded strsim v0.11.1 |
| 141 | 2026-07-20T10:30:43.645Z | Downloaded clap_lex v1.1.0 |
| 142 | 2026-07-20T10:30:43.649Z | Downloaded itoa v1.0.18 |
| 143 | 2026-07-20T10:30:43.653Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 144 | 2026-07-20T10:30:43.653Z | Downloaded thiserror-impl v2.0.18 |
| 145 | 2026-07-20T10:30:43.653Z | Downloaded cargo_metadata v0.23.1 |
| 146 | 2026-07-20T10:30:43.656Z | Downloaded anstyle-parse v1.0.0 |
| 147 | 2026-07-20T10:30:43.656Z | Downloaded anstyle v1.0.14 |
| 148 | 2026-07-20T10:30:43.660Z | Downloaded anstream v1.0.0 |
| 149 | 2026-07-20T10:30:43.663Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 150 | 2026-07-20T10:30:43.670Z | Downloaded zmij v1.0.22 |
| 151 | 2026-07-20T10:30:43.684Z | Downloaded semver v1.0.28 |
| 152 | 2026-07-20T10:30:43.687Z | Downloaded anyhow v1.0.103 |
| 153 | 2026-07-20T10:30:43.690Z | Downloaded quote v1.0.46 |
| 154 | 2026-07-20T10:30:43.693Z | Downloaded thiserror v2.0.18 |
| 155 | 2026-07-20T10:30:43.704Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 156 | 2026-07-20T10:30:43.707Z | Downloaded clap_derive v4.6.1 |
| 157 | 2026-07-20T10:30:43.707Z | Downloaded unicode-ident v1.0.24 |
| 158 | 2026-07-20T10:30:43.710Z | Downloaded clap v4.6.1 |
| 159 | 2026-07-20T10:30:43.713Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 160 | 2026-07-20T10:30:43.717Z | Downloaded serde_core v1.0.228 |
| 161 | 2026-07-20T10:30:43.720Z | Downloaded proc-macro2 v1.0.106 |
| 162 | 2026-07-20T10:30:43.720Z | Downloaded clap_builder v4.6.0 |
| 163 | 2026-07-20T10:30:43.723Z | Downloaded bitflags v2.13.0 |
| 164 | 2026-07-20T10:30:43.726Z | Downloaded camino v1.2.4 |
| 165 | 2026-07-20T10:30:43.728Z | Downloaded serde_derive v1.0.228 |
| 166 | 2026-07-20T10:30:43.737Z | Downloaded serde v1.0.228 |
| 167 | 2026-07-20T10:30:43.749Z | Downloaded memchr v2.8.3 |
| 168 | 2026-07-20T10:30:43.764Z | Downloaded indexmap v2.14.0 |
| 169 | 2026-07-20T10:30:43.784Z | Downloaded hashbrown v0.17.1 |
| 170 | 2026-07-20T10:30:43.787Z | Downloaded serde_json v1.0.150 |
| 171 | 2026-07-20T10:30:43.795Z | Downloaded winnow v1.0.3 |
| 172 | 2026-07-20T10:30:43.825Z | Downloaded syn v2.0.118 |
| 173 | 2026-07-20T10:30:43.853Z | Downloaded rustix v1.1.4 |
| 174 | 2026-07-20T10:30:43.878Z | Downloaded libc v0.2.186 |
| 175 | 2026-07-20T10:30:43.926Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-07-20T10:30:43.926Z | Compiling serde_core v1.0.228 |
| 177 | 2026-07-20T10:30:43.926Z | Compiling quote v1.0.46 |
| 178 | 2026-07-20T10:30:43.929Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-07-20T10:30:43.929Z | Compiling libc v0.2.186 |
| 180 | 2026-07-20T10:30:43.929Z | Compiling rustix v1.1.4 |
| 181 | 2026-07-20T10:30:43.929Z | Compiling bitflags v2.13.0 |
| 182 | 2026-07-20T10:30:43.929Z | Compiling utf8parse v0.2.2 |
| 183 | 2026-07-20T10:30:44.104Z | Compiling zmij v1.0.22 |
| 184 | 2026-07-20T10:30:44.119Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-07-20T10:30:44.337Z | Compiling serde_json v1.0.150 |
| 186 | 2026-07-20T10:30:44.394Z | Compiling thiserror v2.0.18 |
| 187 | 2026-07-20T10:30:44.435Z | Compiling serde v1.0.228 |
| 188 | 2026-07-20T10:30:44.442Z | Compiling anstyle v1.0.14 |
| 189 | 2026-07-20T10:30:44.542Z | Compiling is_terminal_polyfill v1.70.2 |
| 190 | 2026-07-20T10:30:44.560Z | Compiling camino v1.2.4 |
| 191 | 2026-07-20T10:30:44.621Z | Compiling colorchoice v1.0.5 |
| 192 | 2026-07-20T10:30:44.696Z | Compiling errno v0.3.14 |
| 193 | 2026-07-20T10:30:44.730Z | Compiling anstyle-query v1.1.5 |
| 194 | 2026-07-20T10:30:44.777Z | Compiling winnow v1.0.3 |
| 195 | 2026-07-20T10:30:44.872Z | Compiling anstream v1.0.0 |
| 196 | 2026-07-20T10:30:44.911Z | Compiling memchr v2.8.3 |
| 197 | 2026-07-20T10:30:44.940Z | Compiling strsim v0.11.1 |
| 198 | 2026-07-20T10:30:45.214Z | Compiling clap_lex v1.1.0 |
| 199 | 2026-07-20T10:30:45.221Z | Compiling itoa v1.0.18 |
| 200 | 2026-07-20T10:30:45.373Z | Compiling syn v2.0.118 |
| 201 | 2026-07-20T10:30:45.373Z | Compiling terminal_size v0.4.4 |
| 202 | 2026-07-20T10:30:45.471Z | Compiling heck v0.5.0 |
| 203 | 2026-07-20T10:30:45.525Z | Compiling anyhow v1.0.103 |
| 204 | 2026-07-20T10:30:45.594Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-07-20T10:30:45.666Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-07-20T10:30:45.899Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-07-20T10:30:46.231Z | Compiling cargo-platform v0.3.3 |
| 208 | 2026-07-20T10:30:46.426Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 209 | 2026-07-20T10:30:46.440Z | Compiling serde_spanned v1.1.1 |
| 210 | 2026-07-20T10:30:46.607Z | Compiling semver v1.0.28 |
| 211 | 2026-07-20T10:30:46.919Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-07-20T10:30:47.499Z | Compiling serde_derive v1.0.228 |
| 213 | 2026-07-20T10:30:47.499Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-07-20T10:30:47.499Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-07-20T10:30:49.109Z | Compiling clap v4.6.1 |
| 216 | 2026-07-20T10:30:50.725Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-07-20T10:30:53.202Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-07-20T10:30:54.799Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.31s |
| 219 | 2026-07-20T10:30:54.873Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-07-20T10:30:56.565Z | Building opteadm (release). |
| 221 | 2026-07-20T10:30:56.579Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-20T10:30:56.579Z | Compiling quote v1.0.46 |
| 223 | 2026-07-20T10:30:56.584Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-20T10:30:56.584Z | Compiling serde_core v1.0.228 |
| 225 | 2026-07-20T10:30:56.584Z | Compiling libc v0.2.186 |
| 226 | 2026-07-20T10:30:56.584Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-07-20T10:30:56.584Z | Compiling ident_case v1.0.1 |
| 228 | 2026-07-20T10:30:56.599Z | Compiling strsim v0.11.1 |
| 229 | 2026-07-20T10:30:56.647Z | Compiling fnv v1.0.7 |
| 230 | 2026-07-20T10:30:56.695Z | Compiling thiserror v2.0.18 |
| 231 | 2026-07-20T10:30:56.695Z | Compiling memchr v2.8.3 |
| 232 | 2026-07-20T10:30:56.726Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-07-20T10:30:56.876Z | Compiling anyhow v1.0.103 |
| 234 | 2026-07-20T10:30:56.927Z | Compiling hashbrown v0.17.1 |
| 235 | 2026-07-20T10:30:57.211Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-07-20T10:30:57.231Z | Compiling serde v1.0.228 |
| 237 | 2026-07-20T10:30:57.248Z | Compiling zerocopy v0.8.54 |
| 238 | 2026-07-20T10:30:57.320Z | Compiling winnow v1.0.3 |
| 239 | 2026-07-20T10:30:57.452Z | Compiling equivalent v1.0.2 |
| 240 | 2026-07-20T10:30:57.525Z | Compiling either v1.16.0 |
| 241 | 2026-07-20T10:30:57.656Z | Compiling indexmap v2.14.0 |
| 242 | 2026-07-20T10:30:57.712Z | Compiling syn v2.0.118 |
| 243 | 2026-07-20T10:30:57.744Z | Compiling itertools v0.14.0 |
| 244 | 2026-07-20T10:30:57.786Z | Compiling byteorder v1.5.0 |
| 245 | 2026-07-20T10:30:57.966Z | Compiling heapless v0.8.0 |
| 246 | 2026-07-20T10:30:58.249Z | Compiling regex-automata v0.4.15 |
| 247 | 2026-07-20T10:30:58.258Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-07-20T10:30:58.311Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 249 | 2026-07-20T10:30:58.528Z | Compiling hash32 v0.3.1 |
| 250 | 2026-07-20T10:30:58.648Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 251 | 2026-07-20T10:30:58.677Z | Compiling bitflags v2.13.0 |
| 252 | 2026-07-20T10:30:58.754Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 253 | 2026-07-20T10:30:58.786Z | Compiling macaddr v1.0.1 |
| 254 | 2026-07-20T10:30:58.825Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-07-20T10:30:58.945Z | Compiling rustversion v1.0.23 |
| 256 | 2026-07-20T10:30:58.975Z | Compiling stable_deref_trait v1.2.1 |
| 257 | 2026-07-20T10:30:58.987Z | Compiling syn v1.0.109 |
| 258 | 2026-07-20T10:30:59.010Z | Compiling bitflags v1.3.2 |
| 259 | 2026-07-20T10:30:59.068Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-07-20T10:30:59.155Z | Compiling proc-macro-crate v3.5.0 |
| 261 | 2026-07-20T10:30:59.313Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 262 | 2026-07-20T10:30:59.325Z | Compiling getrandom v0.4.3 |
| 263 | 2026-07-20T10:30:59.365Z | Compiling rustix v1.1.4 |
| 264 | 2026-07-20T10:30:59.499Z | Compiling rand_core v0.10.1 |
| 265 | 2026-07-20T10:30:59.509Z | Compiling version_check v0.9.5 |
| 266 | 2026-07-20T10:30:59.529Z | Compiling managed v0.8.0 |
| 267 | 2026-07-20T10:30:59.644Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 268 | 2026-07-20T10:30:59.752Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 269 | 2026-07-20T10:30:59.890Z | Compiling regex v1.13.0 |
| 270 | 2026-07-20T10:30:59.981Z | Compiling errno v0.3.14 |
| 271 | 2026-07-20T10:31:00.029Z | Compiling once_cell v1.21.4 |
| 272 | 2026-07-20T10:31:00.119Z | Compiling utf8parse v0.2.2 |
| 273 | 2026-07-20T10:31:00.142Z | Compiling unicode-width v0.2.2 |
| 274 | 2026-07-20T10:31:00.213Z | Compiling darling_core v0.21.3 |
| 275 | 2026-07-20T10:31:00.280Z | Compiling foreign-types-shared v0.3.1 |
| 276 | 2026-07-20T10:31:00.358Z | Compiling cpufeatures v0.3.0 |
| 277 | 2026-07-20T10:31:00.417Z | Compiling ipnetwork v0.21.1 |
| 278 | 2026-07-20T10:31:00.423Z | Compiling chacha20 v0.10.1 |
| 279 | 2026-07-20T10:31:00.684Z | Compiling cstr-argument v0.1.2 |
| 280 | 2026-07-20T10:31:00.721Z | Compiling tabwriter v1.4.1 |
| 281 | 2026-07-20T10:31:00.773Z | Compiling tracing-core v0.1.36 |
| 282 | 2026-07-20T10:31:00.910Z | Compiling anstyle-parse v1.0.0 |
| 283 | 2026-07-20T10:31:01.434Z | Compiling thiserror-impl v2.0.18 |
| 284 | 2026-07-20T10:31:01.462Z | Compiling zerocopy-derive v0.8.54 |
| 285 | 2026-07-20T10:31:01.492Z | Compiling serde_derive v1.0.228 |
| 286 | 2026-07-20T10:31:01.658Z | Compiling num_enum_derive v0.7.6 |
| 287 | 2026-07-20T10:31:01.828Z | Compiling ref-cast-impl v1.0.25 |
| 288 | 2026-07-20T10:31:02.413Z | Compiling darling_macro v0.21.3 |
| 289 | 2026-07-20T10:31:02.436Z | Compiling foreign-types-macros v0.2.3 |
| 290 | 2026-07-20T10:31:02.629Z | Compiling tracing-attributes v0.1.31 |
| 291 | 2026-07-20T10:31:02.646Z | Compiling num_enum v0.7.6 |
| 292 | 2026-07-20T10:31:02.753Z | Compiling cobs v0.3.0 |
| 293 | 2026-07-20T10:31:02.758Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 294 | 2026-07-20T10:31:02.939Z | Compiling darling v0.21.3 |
| 295 | 2026-07-20T10:31:02.957Z | Compiling pretty-hex v0.4.2 |
| 296 | 2026-07-20T10:31:03.007Z | Compiling ingot-macros v0.1.1 |
| 297 | 2026-07-20T10:31:03.025Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 298 | 2026-07-20T10:31:03.053Z | Compiling foreign-types v0.5.0 |
| 299 | 2026-07-20T10:31:03.102Z | Compiling pin-project-lite v0.2.17 |
| 300 | 2026-07-20T10:31:03.123Z | Compiling anstyle-query v1.1.5 |
| 301 | 2026-07-20T10:31:03.168Z | Compiling anstyle v1.0.14 |
| 302 | 2026-07-20T10:31:03.205Z | Compiling is_terminal_polyfill v1.70.2 |
| 303 | 2026-07-20T10:31:03.236Z | Compiling colorchoice v1.0.5 |
| 304 | 2026-07-20T10:31:03.272Z | Compiling dyn-clone v1.0.20 |
| 305 | 2026-07-20T10:31:03.335Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 306 | 2026-07-20T10:31:03.391Z | Compiling anstream v1.0.0 |
| 307 | 2026-07-20T10:31:03.408Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 308 | 2026-07-20T10:31:03.489Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 309 | 2026-07-20T10:31:03.556Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 310 | 2026-07-20T10:31:03.598Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-07-20T10:31:03.738Z | Compiling rand v0.10.2 |
| 312 | 2026-07-20T10:31:03.984Z | Compiling uuid v1.24.0 |
| 313 | 2026-07-20T10:31:03.988Z | Compiling tracing v0.1.44 |
| 314 | 2026-07-20T10:31:04.005Z | Compiling socket2 v0.6.4 |
| 315 | 2026-07-20T10:31:04.125Z | Compiling oxnet v0.1.6 |
| 316 | 2026-07-20T10:31:04.250Z | Compiling heck v0.5.0 |
| 317 | 2026-07-20T10:31:04.407Z | Compiling colored v3.1.1 |
| 318 | 2026-07-20T10:31:04.433Z | Compiling clap_lex v1.1.0 |
| 319 | 2026-07-20T10:31:04.550Z | Compiling clap_derive v4.6.1 |
| 320 | 2026-07-20T10:31:04.742Z | Compiling postcard v1.1.3 |
| 321 | 2026-07-20T10:31:04.771Z | Compiling clap_builder v4.6.0 |
| 322 | 2026-07-20T10:31:04.961Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-07-20T10:31:05.834Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-07-20T10:31:06.163Z | Compiling ingot v0.1.1 |
| 325 | 2026-07-20T10:31:06.600Z | Compiling clap v4.6.1 |
| 326 | 2026-07-20T10:31:07.870Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-07-20T10:31:08.875Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-07-20T10:31:09.936Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-07-20T10:31:16.461Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.97s |
| 330 | 2026-07-20T10:31:16.488Z | Building xde (release-lto). |
| 331 | 2026-07-20T10:31:16.733Z | Updating crates.io index |
| 332 | 2026-07-20T10:31:16.812Z | Downloading crates ... |
| 333 | 2026-07-20T10:31:16.852Z | Downloaded foldhash v0.2.0 |
| 334 | 2026-07-20T10:31:16.864Z | Downloaded adler2 v2.0.1 |
| 335 | 2026-07-20T10:31:16.873Z | Downloaded rustc-literal-escaper v0.0.8 |
| 336 | 2026-07-20T10:31:16.881Z | Downloaded getopts v0.2.24 |
| 337 | 2026-07-20T10:31:16.883Z | Downloaded rustc-demangle v0.1.27 |
| 338 | 2026-07-20T10:31:16.883Z | Downloaded addr2line v0.25.1 |
| 339 | 2026-07-20T10:31:16.899Z | Downloaded miniz_oxide v0.8.9 |
| 340 | 2026-07-20T10:31:16.902Z | Downloaded memchr v2.7.6 |
| 341 | 2026-07-20T10:31:16.917Z | Downloaded object v0.37.3 |
| 342 | 2026-07-20T10:31:16.931Z | Downloaded gimli v0.32.3 |
| 343 | 2026-07-20T10:31:16.964Z | Downloaded libc v0.2.185 |
| 344 | 2026-07-20T10:31:17.021Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 345 | 2026-07-20T10:31:17.021Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-07-20T10:31:17.021Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-07-20T10:31:17.024Z | Compiling quote v1.0.46 |
| 348 | 2026-07-20T10:31:17.024Z | Compiling unicode-ident v1.0.24 |
| 349 | 2026-07-20T10:31:17.024Z | Compiling ident_case v1.0.1 |
| 350 | 2026-07-20T10:31:17.025Z | Compiling strsim v0.11.1 |
| 351 | 2026-07-20T10:31:17.025Z | Compiling serde_core v1.0.228 |
| 352 | 2026-07-20T10:31:17.186Z | Compiling memchr v2.8.3 |
| 353 | 2026-07-20T10:31:17.189Z | Compiling fnv v1.0.7 |
| 354 | 2026-07-20T10:31:17.277Z | Compiling regex-syntax v0.8.11 |
| 355 | 2026-07-20T10:31:17.427Z | Compiling either v1.16.0 |
| 356 | 2026-07-20T10:31:17.441Z | Compiling zerocopy v0.8.54 |
| 357 | 2026-07-20T10:31:17.453Z | Compiling serde v1.0.228 |
| 358 | 2026-07-20T10:31:17.572Z | Compiling aho-corasick v1.1.4 |
| 359 | 2026-07-20T10:31:17.619Z | Compiling thiserror v2.0.18 |
| 360 | 2026-07-20T10:31:17.832Z | Compiling itertools v0.14.0 |
| 361 | 2026-07-20T10:31:17.857Z | Compiling heapless v0.8.0 |
| 362 | 2026-07-20T10:31:18.192Z | Compiling syn v2.0.118 |
| 363 | 2026-07-20T10:31:18.238Z | Compiling smoltcp v0.11.0 |
| 364 | 2026-07-20T10:31:18.247Z | Compiling version_check v0.9.5 |
| 365 | 2026-07-20T10:31:18.323Z | Compiling crc32fast v1.5.0 |
| 366 | 2026-07-20T10:31:18.594Z | Compiling ref-cast v1.0.25 |
| 367 | 2026-07-20T10:31:18.662Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 368 | 2026-07-20T10:31:18.686Z | Compiling regex-automata v0.4.15 |
| 369 | 2026-07-20T10:31:20.219Z | Compiling regex v1.13.0 |
| 370 | 2026-07-20T10:31:20.470Z | Compiling darling_core v0.21.3 |
| 371 | 2026-07-20T10:31:20.511Z | Compiling darling_core v0.23.0 |
| 372 | 2026-07-20T10:31:21.427Z | Compiling serde_derive v1.0.228 |
| 373 | 2026-07-20T10:31:21.430Z | Compiling thiserror-impl v2.0.18 |
| 374 | 2026-07-20T10:31:21.517Z | Compiling zerocopy-derive v0.8.54 |
| 375 | 2026-07-20T10:31:21.517Z | Compiling ref-cast-impl v1.0.25 |
| 376 | 2026-07-20T10:31:21.517Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 377 | 2026-07-20T10:31:22.975Z | Compiling darling_macro v0.21.3 |
| 378 | 2026-07-20T10:31:23.060Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-07-20T10:31:23.871Z | Compiling darling v0.21.3 |
| 380 | 2026-07-20T10:31:23.933Z | Compiling ingot-macros v0.1.1 |
| 381 | 2026-07-20T10:31:23.962Z | Compiling darling v0.23.0 |
| 382 | 2026-07-20T10:31:24.024Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-07-20T10:31:29.510Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 384 | 2026-07-20T10:31:31.656Z | Compiling byteorder v1.5.0 |
| 385 | 2026-07-20T10:31:31.659Z | Compiling stable_deref_trait v1.2.1 |
| 386 | 2026-07-20T10:31:31.659Z | Compiling macaddr v1.0.1 |
| 387 | 2026-07-20T10:31:31.659Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-07-20T10:31:31.717Z | Compiling managed v0.8.0 |
| 389 | 2026-07-20T10:31:31.724Z | Compiling cobs v0.3.0 |
| 390 | 2026-07-20T10:31:31.749Z | Compiling bitflags v1.3.2 |
| 391 | 2026-07-20T10:31:31.814Z | Compiling hash32 v0.3.1 |
| 392 | 2026-07-20T10:31:31.958Z | Compiling dyn-clone v1.0.20 |
| 393 | 2026-07-20T10:31:32.021Z | Compiling itertools v0.15.0 |
| 394 | 2026-07-20T10:31:32.024Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-07-20T10:31:33.242Z | Compiling bitflags v2.13.0 |
| 396 | 2026-07-20T10:31:33.242Z | Compiling uuid v1.24.0 |
| 397 | 2026-07-20T10:31:33.383Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-07-20T10:31:33.668Z | Compiling postcard v1.1.3 |
| 399 | 2026-07-20T10:31:34.477Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-07-20T10:31:34.798Z | Compiling ingot v0.1.1 |
| 401 | 2026-07-20T10:31:36.305Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-07-20T10:31:40.135Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-07-20T10:31:48.928Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-07-20T10:32:18.636Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 405 | 2026-07-20T10:32:18.666Z | Linking xde kmod... |
| 406 | 2026-07-20T10:32:19.246Z | Building xde dev link helper (release). |
| 407 | 2026-07-20T10:32:19.401Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-07-20T10:32:19.401Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-07-20T10:32:19.402Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-07-20T10:32:30.825Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-07-20T10:32:33.323Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.04s |
| 412 | 2026-07-20T10:32:33.343Z | Building opteadm (dev). |
| 413 | 2026-07-20T10:32:33.498Z | Compiling serde_core v1.0.228 |
| 414 | 2026-07-20T10:32:33.498Z | Compiling libc v0.2.186 |
| 415 | 2026-07-20T10:32:33.498Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-07-20T10:32:33.498Z | Compiling memchr v2.8.3 |
| 417 | 2026-07-20T10:32:33.498Z | Compiling ident_case v1.0.1 |
| 418 | 2026-07-20T10:32:33.501Z | Compiling fnv v1.0.7 |
| 419 | 2026-07-20T10:32:33.501Z | Compiling strsim v0.11.1 |
| 420 | 2026-07-20T10:32:33.501Z | Compiling syn v2.0.118 |
| 421 | 2026-07-20T10:32:33.574Z | Compiling regex-syntax v0.8.11 |
| 422 | 2026-07-20T10:32:33.595Z | Compiling winnow v1.0.3 |
| 423 | 2026-07-20T10:32:33.616Z | Compiling serde v1.0.228 |
| 424 | 2026-07-20T10:32:33.795Z | Compiling equivalent v1.0.2 |
| 425 | 2026-07-20T10:32:33.867Z | Compiling hashbrown v0.17.1 |
| 426 | 2026-07-20T10:32:33.930Z | Compiling aho-corasick v1.1.4 |
| 427 | 2026-07-20T10:32:34.077Z | Compiling zerocopy v0.8.54 |
| 428 | 2026-07-20T10:32:34.266Z | Compiling either v1.16.0 |
| 429 | 2026-07-20T10:32:34.385Z | Compiling indexmap v2.14.0 |
| 430 | 2026-07-20T10:32:34.457Z | Compiling itertools v0.14.0 |
| 431 | 2026-07-20T10:32:34.491Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 432 | 2026-07-20T10:32:34.651Z | Compiling byteorder v1.5.0 |
| 433 | 2026-07-20T10:32:34.829Z | Compiling heapless v0.8.0 |
| 434 | 2026-07-20T10:32:34.987Z | Compiling regex-automata v0.4.15 |
| 435 | 2026-07-20T10:32:35.028Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 436 | 2026-07-20T10:32:35.241Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 437 | 2026-07-20T10:32:35.286Z | Compiling hash32 v0.3.1 |
| 438 | 2026-07-20T10:32:35.289Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 439 | 2026-07-20T10:32:35.437Z | Compiling macaddr v1.0.1 |
| 440 | 2026-07-20T10:32:35.527Z | Compiling bitflags v2.13.0 |
| 441 | 2026-07-20T10:32:35.590Z | Compiling rustversion v1.0.23 |
| 442 | 2026-07-20T10:32:35.665Z | Compiling syn v1.0.109 |
| 443 | 2026-07-20T10:32:35.687Z | Compiling smoltcp v0.11.0 |
| 444 | 2026-07-20T10:32:35.715Z | Compiling stable_deref_trait v1.2.1 |
| 445 | 2026-07-20T10:32:36.002Z | Compiling proc-macro-crate v3.5.0 |
| 446 | 2026-07-20T10:32:36.011Z | Compiling darling_core v0.21.3 |
| 447 | 2026-07-20T10:32:36.057Z | Compiling bitflags v1.3.2 |
| 448 | 2026-07-20T10:32:36.072Z | Compiling version_check v0.9.5 |
| 449 | 2026-07-20T10:32:36.122Z | Compiling rand_core v0.10.1 |
| 450 | 2026-07-20T10:32:36.134Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 451 | 2026-07-20T10:32:36.230Z | Compiling ref-cast v1.0.25 |
| 452 | 2026-07-20T10:32:36.282Z | Compiling managed v0.8.0 |
| 453 | 2026-07-20T10:32:36.339Z | Compiling getrandom v0.4.3 |
| 454 | 2026-07-20T10:32:36.360Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-07-20T10:32:36.604Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-07-20T10:32:36.614Z | Compiling errno v0.3.14 |
| 457 | 2026-07-20T10:32:36.786Z | Compiling regex v1.13.0 |
| 458 | 2026-07-20T10:32:37.156Z | Compiling unicode-width v0.2.2 |
| 459 | 2026-07-20T10:32:37.172Z | Compiling foreign-types-shared v0.3.1 |
| 460 | 2026-07-20T10:32:37.233Z | Compiling once_cell v1.21.4 |
| 461 | 2026-07-20T10:32:37.241Z | Compiling thiserror-impl v2.0.18 |
| 462 | 2026-07-20T10:32:37.254Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-07-20T10:32:37.457Z | Compiling zerocopy-derive v0.8.54 |
| 464 | 2026-07-20T10:32:37.470Z | Compiling foreign-types-macros v0.2.3 |
| 465 | 2026-07-20T10:32:37.542Z | Compiling ref-cast-impl v1.0.25 |
| 466 | 2026-07-20T10:32:38.099Z | Compiling num_enum_derive v0.7.6 |
| 467 | 2026-07-20T10:32:38.102Z | Compiling darling_macro v0.21.3 |
| 468 | 2026-07-20T10:32:38.447Z | Compiling thiserror v2.0.18 |
| 469 | 2026-07-20T10:32:38.547Z | Compiling cobs v0.3.0 |
| 470 | 2026-07-20T10:32:38.658Z | Compiling darling v0.21.3 |
| 471 | 2026-07-20T10:32:38.732Z | Compiling ingot-macros v0.1.1 |
| 472 | 2026-07-20T10:32:38.829Z | Compiling ipnetwork v0.21.1 |
| 473 | 2026-07-20T10:32:39.115Z | Compiling cpufeatures v0.3.0 |
| 474 | 2026-07-20T10:32:39.183Z | Compiling chacha20 v0.10.1 |
| 475 | 2026-07-20T10:32:39.322Z | Compiling num_enum v0.7.6 |
| 476 | 2026-07-20T10:32:39.356Z | Compiling cstr-argument v0.1.2 |
| 477 | 2026-07-20T10:32:39.523Z | Compiling foreign-types v0.5.0 |
| 478 | 2026-07-20T10:32:39.528Z | Compiling tracing-core v0.1.36 |
| 479 | 2026-07-20T10:32:39.531Z | Compiling tabwriter v1.4.1 |
| 480 | 2026-07-20T10:32:39.595Z | Compiling tracing-attributes v0.1.31 |
| 481 | 2026-07-20T10:32:39.724Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 482 | 2026-07-20T10:32:39.942Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 483 | 2026-07-20T10:32:40.209Z | Compiling rustix v1.1.4 |
| 484 | 2026-07-20T10:32:40.531Z | Compiling postcard v1.1.3 |
| 485 | 2026-07-20T10:32:40.833Z | Compiling anyhow v1.0.103 |
| 486 | 2026-07-20T10:32:40.838Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 487 | 2026-07-20T10:32:40.941Z | Compiling pretty-hex v0.4.2 |
| 488 | 2026-07-20T10:32:40.945Z | Compiling dyn-clone v1.0.20 |
| 489 | 2026-07-20T10:32:40.973Z | Compiling pin-project-lite v0.2.17 |
| 490 | 2026-07-20T10:32:41.062Z | Compiling tracing v0.1.44 |
| 491 | 2026-07-20T10:32:41.067Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 492 | 2026-07-20T10:32:41.090Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-07-20T10:32:41.101Z | Compiling rand v0.10.2 |
| 494 | 2026-07-20T10:32:41.278Z | Compiling terminal_size v0.4.4 |
| 495 | 2026-07-20T10:32:41.345Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-07-20T10:32:41.428Z | Compiling uuid v1.24.0 |
| 497 | 2026-07-20T10:32:41.432Z | Compiling socket2 v0.6.4 |
| 498 | 2026-07-20T10:32:41.462Z | Compiling oxnet v0.1.6 |
| 499 | 2026-07-20T10:32:41.466Z | Compiling colored v3.1.1 |
| 500 | 2026-07-20T10:32:41.579Z | Compiling clap_derive v4.6.1 |
| 501 | 2026-07-20T10:32:41.938Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-07-20T10:32:41.946Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-07-20T10:32:42.070Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-07-20T10:32:42.276Z | Compiling ingot v0.1.1 |
| 505 | 2026-07-20T10:32:43.539Z | Compiling clap v4.6.1 |
| 506 | 2026-07-20T10:32:43.911Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-07-20T10:32:46.254Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-07-20T10:32:47.435Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-07-20T10:32:51.816Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.47s |
| 510 | 2026-07-20T10:32:51.843Z | Building xde (dev). |
| 511 | 2026-07-20T10:32:52.068Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-07-20T10:32:52.068Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-07-20T10:32:52.068Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-07-20T10:32:52.068Z | Compiling unicode-ident v1.0.24 |
| 515 | 2026-07-20T10:32:52.068Z | Compiling quote v1.0.46 |
| 516 | 2026-07-20T10:32:52.072Z | Compiling strsim v0.11.1 |
| 517 | 2026-07-20T10:32:52.072Z | Compiling ident_case v1.0.1 |
| 518 | 2026-07-20T10:32:52.072Z | Compiling serde_core v1.0.228 |
| 519 | 2026-07-20T10:32:52.185Z | Compiling memchr v2.8.3 |
| 520 | 2026-07-20T10:32:52.188Z | Compiling fnv v1.0.7 |
| 521 | 2026-07-20T10:32:52.265Z | Compiling regex-syntax v0.8.11 |
| 522 | 2026-07-20T10:32:52.447Z | Compiling zerocopy v0.8.54 |
| 523 | 2026-07-20T10:32:52.454Z | Compiling serde v1.0.228 |
| 524 | 2026-07-20T10:32:52.462Z | Compiling thiserror v2.0.18 |
| 525 | 2026-07-20T10:32:52.591Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-07-20T10:32:52.835Z | Compiling either v1.16.0 |
| 527 | 2026-07-20T10:32:52.877Z | Compiling heapless v0.8.0 |
| 528 | 2026-07-20T10:32:53.025Z | Compiling itertools v0.14.0 |
| 529 | 2026-07-20T10:32:53.058Z | Compiling smoltcp v0.11.0 |
| 530 | 2026-07-20T10:32:53.217Z | Compiling syn v2.0.118 |
| 531 | 2026-07-20T10:32:53.270Z | Compiling version_check v0.9.5 |
| 532 | 2026-07-20T10:32:53.353Z | Compiling crc32fast v1.5.0 |
| 533 | 2026-07-20T10:32:53.510Z | Compiling ref-cast v1.0.25 |
| 534 | 2026-07-20T10:32:53.626Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 535 | 2026-07-20T10:32:53.691Z | Compiling regex-automata v0.4.15 |
| 536 | 2026-07-20T10:32:55.256Z | Compiling regex v1.13.0 |
| 537 | 2026-07-20T10:32:55.525Z | Compiling darling_core v0.21.3 |
| 538 | 2026-07-20T10:32:55.532Z | Compiling darling_core v0.23.0 |
| 539 | 2026-07-20T10:32:56.439Z | Compiling serde_derive v1.0.228 |
| 540 | 2026-07-20T10:32:56.439Z | Compiling zerocopy-derive v0.8.54 |
| 541 | 2026-07-20T10:32:56.439Z | Compiling thiserror-impl v2.0.18 |
| 542 | 2026-07-20T10:32:56.442Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-07-20T10:32:56.442Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-07-20T10:32:58.165Z | Compiling darling_macro v0.21.3 |
| 545 | 2026-07-20T10:32:58.203Z | Compiling darling_macro v0.23.0 |
| 546 | 2026-07-20T10:32:59.071Z | Compiling darling v0.21.3 |
| 547 | 2026-07-20T10:32:59.099Z | Compiling darling v0.23.0 |
| 548 | 2026-07-20T10:32:59.131Z | Compiling ingot-macros v0.1.1 |
| 549 | 2026-07-20T10:32:59.158Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 550 | 2026-07-20T10:33:03.961Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-07-20T10:33:05.702Z | Compiling byteorder v1.5.0 |
| 552 | 2026-07-20T10:33:05.702Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-07-20T10:33:05.702Z | Compiling macaddr v1.0.1 |
| 554 | 2026-07-20T10:33:05.705Z | Compiling stable_deref_trait v1.2.1 |
| 555 | 2026-07-20T10:33:05.763Z | Compiling bitflags v1.3.2 |
| 556 | 2026-07-20T10:33:05.768Z | Compiling cobs v0.3.0 |
| 557 | 2026-07-20T10:33:05.806Z | Compiling managed v0.8.0 |
| 558 | 2026-07-20T10:33:05.877Z | Compiling hash32 v0.3.1 |
| 559 | 2026-07-20T10:33:06.039Z | Compiling itertools v0.15.0 |
| 560 | 2026-07-20T10:33:06.069Z | Compiling dyn-clone v1.0.20 |
| 561 | 2026-07-20T10:33:06.142Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 562 | 2026-07-20T10:33:07.283Z | Compiling bitflags v2.13.0 |
| 563 | 2026-07-20T10:33:07.283Z | Compiling uuid v1.24.0 |
| 564 | 2026-07-20T10:33:07.416Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 565 | 2026-07-20T10:33:07.695Z | Compiling postcard v1.1.3 |
| 566 | 2026-07-20T10:33:08.453Z | Compiling ingot-types v0.1.2 |
| 567 | 2026-07-20T10:33:08.726Z | Compiling ingot v0.1.1 |
| 568 | 2026-07-20T10:33:10.117Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 569 | 2026-07-20T10:33:14.419Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 570 | 2026-07-20T10:33:24.871Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 571 | 2026-07-20T10:33:33.327Z | Finished `dev` profile [optimized + debuginfo] target(s) in 41.45s |
| 572 | 2026-07-20T10:33:33.349Z | Linking xde kmod... |
| 573 | 2026-07-20T10:33:34.458Z | Building xde dev link helper (dev). |
| 574 | 2026-07-20T10:33:34.615Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 575 | 2026-07-20T10:33:34.617Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 576 | 2026-07-20T10:33:34.617Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 577 | 2026-07-20T10:33:45.476Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 578 | 2026-07-20T10:33:47.722Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.23s |
| 579 | 2026-07-20T10:33:47.743Z | |
| 580 | 2026-07-20T10:33:47.747Z | real 3:08.267706043 |
| 581 | 2026-07-20T10:33:47.747Z | user 9:01.729101782 |
| 582 | 2026-07-20T10:33:47.747Z | sys 59.121265947 |
| 583 | 2026-07-20T10:33:47.747Z | trap 0.237477500 |
| 584 | 2026-07-20T10:33:47.747Z | tflt 0.872938949 |
| 585 | 2026-07-20T10:33:47.747Z | dflt 1.644931460 |
| 586 | 2026-07-20T10:33:47.747Z | kflt 0.005855176 |
| 587 | 2026-07-20T10:33:47.747Z | lock 34:40.265128492 |
| 588 | 2026-07-20T10:33:47.747Z | slp 21:08.457299340 |
| 589 | 2026-07-20T10:33:47.747Z | lat 21.064126568 |
| 590 | 2026-07-20T10:33:47.747Z | stop 33.173779239 |
| 591 | 2026-07-20T10:33:47.747Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 592 | 2026-07-20T10:33:47.747Z | + grep GOTPCREL |
| 593 | 2026-07-20T10:33:48.701Z | + header 'package opte' |
| 594 | 2026-07-20T10:33:48.705Z | + echo '# ==== package opte ==== #' |
| 595 | 2026-07-20T10:33:48.705Z | # ==== package opte ==== # |
| 596 | 2026-07-20T10:33:48.706Z | + cargo xtask package --skip-build --profile all |
| 597 | 2026-07-20T10:33:48.850Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.14s |
| 598 | 2026-07-20T10:33:48.853Z | Running `target/debug/xtask package --skip-build --profile all` |
| 599 | 2026-07-20T10:33:49.051Z | + ./clean.sh |
| 600 | 2026-07-20T10:33:49.059Z | + mkdir -p proto/kernel/drv/amd64 |
| 601 | 2026-07-20T10:33:49.062Z | + mkdir -p proto/opt/oxide/opte/bin |
| 602 | 2026-07-20T10:33:49.062Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 603 | 2026-07-20T10:33:49.065Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 604 | 2026-07-20T10:33:49.080Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 605 | 2026-07-20T10:33:49.113Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 606 | 2026-07-20T10:33:49.116Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 607 | 2026-07-20T10:33:49.116Z | + '[' -z ']' |
| 608 | 2026-07-20T10:33:49.117Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 609 | 2026-07-20T10:33:49.138Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 610 | 2026-07-20T10:33:49.213Z | + INC_DEBUG= |
| 611 | 2026-07-20T10:33:49.213Z | + typeset -ri TAG=0 |
| 612 | 2026-07-20T10:33:49.217Z | ++ ./print-api-version.sh |
| 613 | 2026-07-20T10:33:49.220Z | + API_VSN=41 |
| 614 | 2026-07-20T10:33:49.220Z | + PKG_VERSION=0.41.500-3.0 |
| 615 | 2026-07-20T10:33:49.220Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.500-3.0/g opte.template.p5m |
| 616 | 2026-07-20T10:33:49.220Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 617 | 2026-07-20T10:33:49.765Z | + pkgdepend generate -d proto opte.base.p5m |
| 618 | 2026-07-20T10:33:50.111Z | + mkdir -p packages |
| 619 | 2026-07-20T10:33:50.116Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 620 | 2026-07-20T10:33:57.033Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 621 | 2026-07-20T10:33:57.037Z | + pkgrepo create packages/repo |
| 622 | 2026-07-20T10:33:57.249Z | + pkgrepo add-publisher -s packages/repo helios |
| 623 | 2026-07-20T10:33:57.460Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 624 | 2026-07-20T10:34:26.464Z | pkg://helios/driver/network/opte@0.41.500,5.11-3.0:20260720T103356Z |
| 625 | 2026-07-20T10:34:26.464Z | PUBLISHED |
| 626 | 2026-07-20T10:34:26.500Z | + pkgrecv -a -d packages/repo/opte-0.41.500-3.0.p5p -s packages/repo -v -m latest '*' |
| 627 | 2026-07-20T10:34:26.684Z | Retrieving packages for publisher helios ... |
| 628 | 2026-07-20T10:34:26.688Z | Retrieving catalog 'helios' ... Done |
| 629 | 2026-07-20T10:34:26.691Z | Retrieving and evaluating 1 package(s)... |
| 630 | 2026-07-20T10:34:26.691Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-07-20T10:34:26.691Z | Fetching manifests: 1/1 100% complete |
| 632 | 2026-07-20T10:34:26.691Z | |
| 633 | 2026-07-20T10:34:26.691Z | Archiving packages ... |
| 634 | 2026-07-20T10:34:26.691Z | Packages to add: 1 |
| 635 | 2026-07-20T10:34:26.691Z | Files to retrieve: 6 |
| 636 | 2026-07-20T10:34:26.691Z | Estimated transfer size: 37.02 MB |
| 637 | 2026-07-20T10:34:26.691Z | |
| 638 | 2026-07-20T10:34:26.691Z | Packages to archive: |
| 639 | 2026-07-20T10:34:26.691Z | driver/network/opte@0.41.500,5.11-3.0:20260720T103356Z |
| 640 | 2026-07-20T10:34:26.691Z | |
| 641 | 2026-07-20T10:34:26.691Z | Download: 0/6 items 0.0/37.0MB 0% complete |
| 642 | 2026-07-20T10:34:26.757Z | Download: Completed 37.02 MB in 0.07 seconds (538M/s) |
| 643 | 2026-07-20T10:34:26.760Z | Archiving: 1/20 items 0.0/37.1MB 0% complete |
| 644 | 2026-07-20T10:34:26.776Z | Archiving: Completed 37.06 MB in 0.02 seconds |
| 645 | 2026-07-20T10:34:26.814Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.500-3.0.p5p. |
| 646 | 2026-07-20T10:34:26.818Z | + banner copy |
| 647 | 2026-07-20T10:34:26.818Z | |
| 648 | 2026-07-20T10:34:26.818Z | #### #### ##### # # |
| 649 | 2026-07-20T10:34:26.819Z | # # # # # # # # |
| 650 | 2026-07-20T10:34:26.819Z | # # # # # # |
| 651 | 2026-07-20T10:34:26.819Z | # # # ##### # |
| 652 | 2026-07-20T10:34:26.820Z | # # # # # # |
| 653 | 2026-07-20T10:34:26.820Z | #### #### # # |
| 654 | 2026-07-20T10:34:26.820Z | |
| 655 | 2026-07-20T10:34:26.820Z | + pfexec mkdir -p /out |
| 656 | 2026-07-20T10:34:26.823Z | + pfexec chown 12345 /out |
| 657 | 2026-07-20T10:34:26.823Z | + PKG_NAME=/out/opte.p5p |
| 658 | 2026-07-20T10:34:26.823Z | + mv pkg/packages/repo/opte-0.41.500-3.0.p5p /out/opte.p5p |
| 659 | 2026-07-20T10:34:26.850Z | + sha256sum /out/opte.p5p |
| 660 | 2026-07-20T10:34:26.876Z | process exited: duration 241471 ms, exit code 0 |
| |
| 661 | 2026-07-20T10:34:26.887Z | found 2 output files |
| 662 | 2026-07-20T10:34:26.887Z | uploading: /out/opte.p5p (38860800 bytes) |
| 663 | 2026-07-20T10:34:28.823Z | uploaded: /out/opte.p5p |
| 664 | 2026-07-20T10:34:28.826Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 665 | 2026-07-20T10:34:29.832Z | uploaded: /out/opte.p5p.sha256 |