|
|
|
| 1 | 2026-06-25T00:30:23.277Z | job assigned to worker 01KVY2XERN03D3HP8V8ENEMTB2 [factory aws, i-09a1ed3fbe8553e49] (queued for 49 s) |
| |
| 2 | 2026-06-25T00:30:30.231Z | starting task 0: "setup" |
| 3 | 2026-06-25T00:30:30.236Z | ++ uname -s |
| 4 | 2026-06-25T00:30:30.239Z | + kern=SunOS |
| 5 | 2026-06-25T00:30:30.239Z | + build_user=build |
| 6 | 2026-06-25T00:30:30.239Z | + build_uid=12345 |
| 7 | 2026-06-25T00:30:30.239Z | + work_dir=/work |
| 8 | 2026-06-25T00:30:30.239Z | + input_dir=/input |
| 9 | 2026-06-25T00:30:30.239Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T00:30:30.239Z | + case "$kern" in |
| 11 | 2026-06-25T00:30:30.239Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T00:30:30.242Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T00:30:32.246Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T00:30:32.300Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T00:30:32.303Z | + home_fs=zfs |
| 16 | 2026-06-25T00:30:32.303Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T00:30:32.303Z | + mkdir -p /home/build |
| 18 | 2026-06-25T00:30:32.303Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T00:30:34.304Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T00:30:34.309Z | process exited: duration 4077 ms, exit code 0 |
| |
| 21 | 2026-06-25T00:30:34.317Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T00:30:34.320Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T00:30:34.320Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-25T00:30:34.320Z | * rust toolchain profile = "default" |
| 25 | 2026-06-25T00:30:34.320Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-25T00:30:34.320Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T00:30:34.321Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T00:30:34.321Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T00:30:34.324Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T00:30:34.427Z | info: downloading installer |
| 31 | 2026-06-25T00:30:35.887Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T00:30:35.887Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T00:30:35.887Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T00:30:35.887Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T00:30:35.900Z | info: profile set to default |
| 36 | 2026-06-25T00:30:35.900Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T00:30:35.903Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T00:30:36.123Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T00:30:36.130Z | info: downloading 6 components |
| 40 | 2026-06-25T00:30:51.274Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-25T00:30:51.274Z | |
| 42 | 2026-06-25T00:30:51.308Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T00:30:51.308Z | |
| 44 | 2026-06-25T00:30:51.308Z | |
| 45 | 2026-06-25T00:30:51.308Z | Rust is installed now. Great! |
| 46 | 2026-06-25T00:30:51.308Z | |
| 47 | 2026-06-25T00:30:51.308Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T00:30:51.308Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T00:30:51.308Z | |
| 50 | 2026-06-25T00:30:51.308Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T00:30:51.308Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T00:30:51.308Z | |
| 53 | 2026-06-25T00:30:51.308Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T00:30:51.311Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T00:30:51.311Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T00:30:51.311Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T00:30:51.311Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T00:30:51.311Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T00:30:51.311Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T00:30:51.312Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T00:30:51.312Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T00:30:51.402Z | + rustup --version |
| 63 | 2026-06-25T00:30:51.411Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T00:30:51.414Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T00:30:51.432Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T00:30:51.435Z | + cargo --version |
| 67 | 2026-06-25T00:30:51.448Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T00:30:51.451Z | + rustc --version |
| 69 | 2026-06-25T00:30:51.471Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T00:30:51.474Z | process exited: duration 17156 ms, exit code 0 |
| |
| 71 | 2026-06-25T00:30:51.479Z | starting task 2: "authentication" |
| 72 | 2026-06-25T00:30:51.496Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-25T00:30:51.503Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T00:30:51.506Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-25T00:30:51.509Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-25T00:30:51.538Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-25T00:30:52.370Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-25T00:30:52.370Z | + git fetch origin 01717c37e02aea0610c0029f9be2dcc14851a390 |
| 79 | 2026-06-25T00:30:52.580Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-25T00:30:52.580Z | * branch 01717c37e02aea0610c0029f9be2dcc14851a390 -> FETCH_HEAD |
| 81 | 2026-06-25T00:30:52.585Z | + [[ -n '' ]] |
| 82 | 2026-06-25T00:30:52.585Z | + git reset --hard 01717c37e02aea0610c0029f9be2dcc14851a390 |
| 83 | 2026-06-25T00:30:52.624Z | HEAD is now at 01717c3 Fixups for XDE |
| 84 | 2026-06-25T00:30:52.624Z | process exited: duration 1102 ms, exit code 0 |
| |
| 85 | 2026-06-25T00:30:52.630Z | starting task 4: "build" |
| 86 | 2026-06-25T00:30:52.634Z | + source .github/buildomat/common.sh |
| 87 | 2026-06-25T00:30:52.637Z | ++ rustup show active-toolchain |
| 88 | 2026-06-25T00:30:52.640Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-06-25T00:30:52.640Z | ++ pushd xde |
| 90 | 2026-06-25T00:30:52.640Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-06-25T00:30:52.640Z | ++ rustup show active-toolchain |
| 92 | 2026-06-25T00:30:52.645Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 93 | 2026-06-25T00:30:52.796Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 94 | 2026-06-25T00:30:52.800Z | info: downloading 6 components |
| 95 | 2026-06-25T00:31:07.005Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-06-25T00:31:07.101Z | +++ rustup show active-toolchain -v |
| 97 | 2026-06-25T00:31:07.104Z | +++ head -n 1 |
| 98 | 2026-06-25T00:31:07.104Z | +++ cut '-d ' -f1 |
| 99 | 2026-06-25T00:31:07.155Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 100 | 2026-06-25T00:31:07.155Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 101 | 2026-06-25T00:31:07.155Z | ++ popd |
| 102 | 2026-06-25T00:31:07.155Z | /work/oxidecomputer/opte |
| 103 | 2026-06-25T00:31:07.158Z | + TGT_BASE=/work |
| 104 | 2026-06-25T00:31:07.158Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 105 | 2026-06-25T00:31:07.158Z | + REL_TGT=/work/release |
| 106 | 2026-06-25T00:31:07.158Z | + mkdir -p /work/release |
| 107 | 2026-06-25T00:31:07.158Z | + cargo --version |
| 108 | 2026-06-25T00:31:07.166Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 109 | 2026-06-25T00:31:07.171Z | + rustc --version |
| 110 | 2026-06-25T00:31:07.188Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 111 | 2026-06-25T00:31:07.191Z | + header 'build xde and opteadm (release+debug)' |
| 112 | 2026-06-25T00:31:07.191Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 113 | 2026-06-25T00:31:07.191Z | # ==== build xde and opteadm (release+debug) ==== # |
| 114 | 2026-06-25T00:31:07.191Z | + ptime -m cargo xtask build --profile all |
| 115 | 2026-06-25T00:31:07.302Z | Updating crates.io index |
| 116 | 2026-06-25T00:31:07.305Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 117 | 2026-06-25T00:31:07.955Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 118 | 2026-06-25T00:31:08.204Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 119 | 2026-06-25T00:31:08.527Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 120 | 2026-06-25T00:31:08.773Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 121 | 2026-06-25T00:31:08.976Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 122 | 2026-06-25T00:31:09.222Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 123 | 2026-06-25T00:31:11.280Z | Downloading crates ... |
| 124 | 2026-06-25T00:31:11.333Z | Downloaded serde_spanned v1.1.1 |
| 125 | 2026-06-25T00:31:11.351Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 126 | 2026-06-25T00:31:11.351Z | Downloaded camino v1.2.2 |
| 127 | 2026-06-25T00:31:11.351Z | Downloaded terminal_size v0.4.4 |
| 128 | 2026-06-25T00:31:11.351Z | Downloaded quote v1.0.45 |
| 129 | 2026-06-25T00:31:11.368Z | Downloaded serde v1.0.228 |
| 130 | 2026-06-25T00:31:11.368Z | Downloaded cargo-platform v0.3.3 |
| 131 | 2026-06-25T00:31:11.369Z | Downloaded strsim v0.11.1 |
| 132 | 2026-06-25T00:31:11.369Z | Downloaded anyhow v1.0.102 |
| 133 | 2026-06-25T00:31:11.376Z | Downloaded colorchoice v1.0.5 |
| 134 | 2026-06-25T00:31:11.376Z | Downloaded heck v0.5.0 |
| 135 | 2026-06-25T00:31:11.376Z | Downloaded is_terminal_polyfill v1.70.2 |
| 136 | 2026-06-25T00:31:11.381Z | Downloaded equivalent v1.0.2 |
| 137 | 2026-06-25T00:31:11.381Z | Downloaded thiserror v2.0.18 |
| 138 | 2026-06-25T00:31:11.381Z | Downloaded zmij v1.0.21 |
| 139 | 2026-06-25T00:31:11.389Z | Downloaded utf8parse v0.2.2 |
| 140 | 2026-06-25T00:31:11.392Z | Downloaded itoa v1.0.18 |
| 141 | 2026-06-25T00:31:11.402Z | Downloaded cargo_metadata v0.23.1 |
| 142 | 2026-06-25T00:31:11.415Z | Downloaded anstyle v1.0.14 |
| 143 | 2026-06-25T00:31:11.415Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 144 | 2026-06-25T00:31:11.415Z | Downloaded anstyle-query v1.1.5 |
| 145 | 2026-06-25T00:31:11.415Z | Downloaded clap_lex v1.1.0 |
| 146 | 2026-06-25T00:31:11.419Z | Downloaded errno v0.3.14 |
| 147 | 2026-06-25T00:31:11.419Z | Downloaded serde_core v1.0.228 |
| 148 | 2026-06-25T00:31:11.419Z | Downloaded anstyle-parse v1.0.0 |
| 149 | 2026-06-25T00:31:11.425Z | Downloaded thiserror-impl v2.0.18 |
| 150 | 2026-06-25T00:31:11.426Z | Downloaded semver v1.0.28 |
| 151 | 2026-06-25T00:31:11.426Z | Downloaded proc-macro2 v1.0.106 |
| 152 | 2026-06-25T00:31:11.429Z | Downloaded winnow v1.0.3 |
| 153 | 2026-06-25T00:31:11.435Z | Downloaded anstream v1.0.0 |
| 154 | 2026-06-25T00:31:11.435Z | Downloaded clap_derive v4.6.1 |
| 155 | 2026-06-25T00:31:11.438Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 156 | 2026-06-25T00:31:11.447Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 157 | 2026-06-25T00:31:11.467Z | Downloaded unicode-ident v1.0.24 |
| 158 | 2026-06-25T00:31:11.467Z | Downloaded clap v4.6.1 |
| 159 | 2026-06-25T00:31:11.482Z | Downloaded serde_derive v1.0.228 |
| 160 | 2026-06-25T00:31:11.482Z | Downloaded bitflags v2.13.0 |
| 161 | 2026-06-25T00:31:11.482Z | Downloaded memchr v2.8.2 |
| 162 | 2026-06-25T00:31:11.485Z | Downloaded indexmap v2.14.0 |
| 163 | 2026-06-25T00:31:11.496Z | Downloaded serde_json v1.0.150 |
| 164 | 2026-06-25T00:31:11.504Z | Downloaded hashbrown v0.17.1 |
| 165 | 2026-06-25T00:31:11.521Z | Downloaded clap_builder v4.6.0 |
| 166 | 2026-06-25T00:31:11.653Z | Downloaded syn v2.0.117 |
| 167 | 2026-06-25T00:31:11.653Z | Downloaded rustix v1.1.4 |
| 168 | 2026-06-25T00:31:11.653Z | Downloaded libc v0.2.186 |
| 169 | 2026-06-25T00:31:11.653Z | Compiling serde_core v1.0.228 |
| 170 | 2026-06-25T00:31:11.653Z | Compiling proc-macro2 v1.0.106 |
| 171 | 2026-06-25T00:31:11.653Z | Compiling quote v1.0.45 |
| 172 | 2026-06-25T00:31:11.654Z | Compiling unicode-ident v1.0.24 |
| 173 | 2026-06-25T00:31:11.654Z | Compiling libc v0.2.186 |
| 174 | 2026-06-25T00:31:11.654Z | Compiling rustix v1.1.4 |
| 175 | 2026-06-25T00:31:11.654Z | Compiling bitflags v2.13.0 |
| 176 | 2026-06-25T00:31:11.654Z | Compiling utf8parse v0.2.2 |
| 177 | 2026-06-25T00:31:11.803Z | Compiling zmij v1.0.21 |
| 178 | 2026-06-25T00:31:11.962Z | Compiling anstyle-parse v1.0.0 |
| 179 | 2026-06-25T00:31:12.023Z | Compiling serde_json v1.0.150 |
| 180 | 2026-06-25T00:31:12.121Z | Compiling colorchoice v1.0.5 |
| 181 | 2026-06-25T00:31:12.220Z | Compiling anstyle-query v1.1.5 |
| 182 | 2026-06-25T00:31:12.226Z | Compiling thiserror v2.0.18 |
| 183 | 2026-06-25T00:31:12.231Z | Compiling serde v1.0.228 |
| 184 | 2026-06-25T00:31:12.236Z | Compiling camino v1.2.2 |
| 185 | 2026-06-25T00:31:12.311Z | Compiling anstyle v1.0.14 |
| 186 | 2026-06-25T00:31:12.355Z | Compiling is_terminal_polyfill v1.70.2 |
| 187 | 2026-06-25T00:31:12.525Z | Compiling errno v0.3.14 |
| 188 | 2026-06-25T00:31:12.591Z | Compiling anstream v1.0.0 |
| 189 | 2026-06-25T00:31:12.629Z | Compiling winnow v1.0.3 |
| 190 | 2026-06-25T00:31:12.699Z | Compiling clap_lex v1.1.0 |
| 191 | 2026-06-25T00:31:12.739Z | Compiling heck v0.5.0 |
| 192 | 2026-06-25T00:31:12.967Z | Compiling anyhow v1.0.102 |
| 193 | 2026-06-25T00:31:13.039Z | Compiling itoa v1.0.18 |
| 194 | 2026-06-25T00:31:13.043Z | Compiling memchr v2.8.2 |
| 195 | 2026-06-25T00:31:13.067Z | Compiling strsim v0.11.1 |
| 196 | 2026-06-25T00:31:13.097Z | Compiling syn v2.0.117 |
| 197 | 2026-06-25T00:31:13.130Z | Compiling terminal_size v0.4.4 |
| 198 | 2026-06-25T00:31:13.277Z | Compiling clap_builder v4.6.0 |
| 199 | 2026-06-25T00:31:13.292Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 200 | 2026-06-25T00:31:13.345Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 201 | 2026-06-25T00:31:14.113Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 202 | 2026-06-25T00:31:14.274Z | Compiling cargo-platform v0.3.3 |
| 203 | 2026-06-25T00:31:14.443Z | Compiling serde_spanned v1.1.1 |
| 204 | 2026-06-25T00:31:14.599Z | Compiling semver v1.0.28 |
| 205 | 2026-06-25T00:31:14.637Z | Compiling toml v1.1.2+spec-1.1.0 |
| 206 | 2026-06-25T00:31:15.297Z | Compiling serde_derive v1.0.228 |
| 207 | 2026-06-25T00:31:16.126Z | Compiling thiserror-impl v2.0.18 |
| 208 | 2026-06-25T00:31:16.142Z | Compiling clap_derive v4.6.1 |
| 209 | 2026-06-25T00:31:17.750Z | Compiling clap v4.6.1 |
| 210 | 2026-06-25T00:31:18.511Z | Compiling cargo_metadata v0.23.1 |
| 211 | 2026-06-25T00:31:20.991Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 212 | 2026-06-25T00:31:22.564Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.35s |
| 213 | 2026-06-25T00:31:22.642Z | Running `target/debug/xtask build --profile all` |
| 214 | 2026-06-25T00:31:24.099Z | Building opteadm (release). |
| 215 | 2026-06-25T00:31:24.195Z | Compiling proc-macro2 v1.0.106 |
| 216 | 2026-06-25T00:31:24.195Z | Compiling quote v1.0.45 |
| 217 | 2026-06-25T00:31:24.195Z | Compiling unicode-ident v1.0.24 |
| 218 | 2026-06-25T00:31:24.198Z | Compiling serde_core v1.0.228 |
| 219 | 2026-06-25T00:31:24.198Z | Compiling libc v0.2.186 |
| 220 | 2026-06-25T00:31:24.198Z | Compiling cfg-if v1.0.4 |
| 221 | 2026-06-25T00:31:24.198Z | Compiling memchr v2.8.2 |
| 222 | 2026-06-25T00:31:24.199Z | Compiling thiserror v2.0.18 |
| 223 | 2026-06-25T00:31:24.268Z | Compiling ident_case v1.0.1 |
| 224 | 2026-06-25T00:31:24.316Z | Compiling strsim v0.11.1 |
| 225 | 2026-06-25T00:31:24.370Z | Compiling fnv v1.0.7 |
| 226 | 2026-06-25T00:31:24.452Z | Compiling regex-syntax v0.8.11 |
| 227 | 2026-06-25T00:31:24.513Z | Compiling winnow v1.0.3 |
| 228 | 2026-06-25T00:31:24.603Z | Compiling zerocopy v0.8.52 |
| 229 | 2026-06-25T00:31:24.704Z | Compiling aho-corasick v1.1.4 |
| 230 | 2026-06-25T00:31:24.818Z | Compiling either v1.16.0 |
| 231 | 2026-06-25T00:31:24.956Z | Compiling anyhow v1.0.102 |
| 232 | 2026-06-25T00:31:24.984Z | Compiling serde v1.0.228 |
| 233 | 2026-06-25T00:31:25.012Z | Compiling hashbrown v0.17.1 |
| 234 | 2026-06-25T00:31:25.281Z | Compiling equivalent v1.0.2 |
| 235 | 2026-06-25T00:31:25.371Z | Compiling itertools v0.14.0 |
| 236 | 2026-06-25T00:31:25.383Z | Compiling byteorder v1.5.0 |
| 237 | 2026-06-25T00:31:25.488Z | Compiling syn v2.0.117 |
| 238 | 2026-06-25T00:31:25.548Z | Compiling indexmap v2.14.0 |
| 239 | 2026-06-25T00:31:25.558Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 240 | 2026-06-25T00:31:25.564Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 241 | 2026-06-25T00:31:25.771Z | Compiling heapless v0.8.0 |
| 242 | 2026-06-25T00:31:26.047Z | Compiling regex-automata v0.4.14 |
| 243 | 2026-06-25T00:31:26.080Z | Compiling hash32 v0.3.1 |
| 244 | 2026-06-25T00:31:26.134Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 245 | 2026-06-25T00:31:26.200Z | Compiling stable_deref_trait v1.2.1 |
| 246 | 2026-06-25T00:31:26.215Z | Compiling rustversion v1.0.22 |
| 247 | 2026-06-25T00:31:26.262Z | Compiling syn v1.0.109 |
| 248 | 2026-06-25T00:31:26.440Z | Compiling bitflags v2.13.0 |
| 249 | 2026-06-25T00:31:26.522Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 250 | 2026-06-25T00:31:26.534Z | Compiling macaddr v1.0.1 |
| 251 | 2026-06-25T00:31:26.553Z | Compiling smoltcp v0.11.0 |
| 252 | 2026-06-25T00:31:26.654Z | Compiling proc-macro-crate v3.5.0 |
| 253 | 2026-06-25T00:31:26.744Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 254 | 2026-06-25T00:31:26.775Z | Compiling ref-cast v1.0.25 |
| 255 | 2026-06-25T00:31:26.872Z | Compiling version_check v0.9.5 |
| 256 | 2026-06-25T00:31:26.944Z | Compiling managed v0.8.0 |
| 257 | 2026-06-25T00:31:27.003Z | Compiling bitflags v1.3.2 |
| 258 | 2026-06-25T00:31:27.040Z | Compiling getrandom v0.4.2 |
| 259 | 2026-06-25T00:31:27.061Z | Compiling rustix v1.1.4 |
| 260 | 2026-06-25T00:31:27.064Z | Compiling rand_core v0.10.1 |
| 261 | 2026-06-25T00:31:27.122Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 262 | 2026-06-25T00:31:27.295Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 263 | 2026-06-25T00:31:27.330Z | Compiling uuid v1.23.3 |
| 264 | 2026-06-25T00:31:27.571Z | Compiling errno v0.3.14 |
| 265 | 2026-06-25T00:31:27.680Z | Compiling regex v1.12.4 |
| 266 | 2026-06-25T00:31:27.716Z | Compiling foreign-types-shared v0.3.1 |
| 267 | 2026-06-25T00:31:27.737Z | Compiling utf8parse v0.2.2 |
| 268 | 2026-06-25T00:31:27.737Z | Compiling once_cell v1.21.4 |
| 269 | 2026-06-25T00:31:27.826Z | Compiling ipnetwork v0.21.1 |
| 270 | 2026-06-25T00:31:27.952Z | Compiling unicode-width v0.2.2 |
| 271 | 2026-06-25T00:31:28.059Z | Compiling darling_core v0.21.3 |
| 272 | 2026-06-25T00:31:28.179Z | Compiling cpufeatures v0.3.0 |
| 273 | 2026-06-25T00:31:28.230Z | Compiling chacha20 v0.10.0 |
| 274 | 2026-06-25T00:31:28.239Z | Compiling cstr-argument v0.1.2 |
| 275 | 2026-06-25T00:31:28.384Z | Compiling tabwriter v1.4.1 |
| 276 | 2026-06-25T00:31:28.498Z | Compiling tracing-core v0.1.36 |
| 277 | 2026-06-25T00:31:28.520Z | Compiling anstyle-parse v1.0.0 |
| 278 | 2026-06-25T00:31:29.113Z | Compiling dyn-clone v1.0.20 |
| 279 | 2026-06-25T00:31:29.164Z | Compiling colorchoice v1.0.5 |
| 280 | 2026-06-25T00:31:29.172Z | Compiling thiserror-impl v2.0.18 |
| 281 | 2026-06-25T00:31:29.246Z | Compiling zerocopy-derive v0.8.52 |
| 282 | 2026-06-25T00:31:29.268Z | Compiling serde_derive v1.0.228 |
| 283 | 2026-06-25T00:31:29.389Z | Compiling num_enum_derive v0.7.6 |
| 284 | 2026-06-25T00:31:29.410Z | Compiling ref-cast-impl v1.0.25 |
| 285 | 2026-06-25T00:31:29.915Z | Compiling foreign-types-macros v0.2.3 |
| 286 | 2026-06-25T00:31:30.074Z | Compiling tracing-attributes v0.1.31 |
| 287 | 2026-06-25T00:31:30.203Z | Compiling darling_macro v0.21.3 |
| 288 | 2026-06-25T00:31:30.366Z | Compiling num_enum v0.7.6 |
| 289 | 2026-06-25T00:31:30.472Z | Compiling cobs v0.3.0 |
| 290 | 2026-06-25T00:31:30.472Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 291 | 2026-06-25T00:31:30.529Z | Compiling foreign-types v0.5.0 |
| 292 | 2026-06-25T00:31:30.592Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 293 | 2026-06-25T00:31:30.596Z | Compiling anstyle-query v1.1.5 |
| 294 | 2026-06-25T00:31:30.703Z | Compiling pretty-hex v0.4.2 |
| 295 | 2026-06-25T00:31:30.703Z | Compiling pin-project-lite v0.2.17 |
| 296 | 2026-06-25T00:31:30.744Z | Compiling darling v0.21.3 |
| 297 | 2026-06-25T00:31:30.784Z | Compiling anstyle v1.0.14 |
| 298 | 2026-06-25T00:31:30.811Z | Compiling ingot-macros v0.1.1 |
| 299 | 2026-06-25T00:31:30.824Z | Compiling is_terminal_polyfill v1.70.2 |
| 300 | 2026-06-25T00:31:30.900Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 301 | 2026-06-25T00:31:30.966Z | Compiling anstream v1.0.0 |
| 302 | 2026-06-25T00:31:31.010Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 303 | 2026-06-25T00:31:31.075Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 304 | 2026-06-25T00:31:31.104Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 305 | 2026-06-25T00:31:31.290Z | Compiling tracing v0.1.44 |
| 306 | 2026-06-25T00:31:31.365Z | Compiling terminal_size v0.4.4 |
| 307 | 2026-06-25T00:31:31.441Z | Compiling rand v0.10.1 |
| 308 | 2026-06-25T00:31:31.487Z | Compiling socket2 v0.6.4 |
| 309 | 2026-06-25T00:31:31.608Z | Compiling heck v0.5.0 |
| 310 | 2026-06-25T00:31:31.726Z | Compiling oxnet v0.1.6 |
| 311 | 2026-06-25T00:31:32.020Z | Compiling clap_lex v1.1.0 |
| 312 | 2026-06-25T00:31:32.033Z | Compiling colored v3.1.1 |
| 313 | 2026-06-25T00:31:32.246Z | Compiling clap_builder v4.6.0 |
| 314 | 2026-06-25T00:31:32.318Z | Compiling clap_derive v4.6.1 |
| 315 | 2026-06-25T00:31:32.446Z | Compiling postcard v1.1.3 |
| 316 | 2026-06-25T00:31:32.569Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 317 | 2026-06-25T00:31:33.620Z | Compiling ingot-types v0.1.2 |
| 318 | 2026-06-25T00:31:33.955Z | Compiling ingot v0.1.1 |
| 319 | 2026-06-25T00:31:34.101Z | Compiling clap v4.6.1 |
| 320 | 2026-06-25T00:31:35.623Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 321 | 2026-06-25T00:31:36.726Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 322 | 2026-06-25T00:31:37.779Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 323 | 2026-06-25T00:31:44.966Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.86s |
| 324 | 2026-06-25T00:31:44.995Z | Building xde (release-lto). |
| 325 | 2026-06-25T00:31:45.250Z | Updating crates.io index |
| 326 | 2026-06-25T00:31:45.326Z | Downloading crates ... |
| 327 | 2026-06-25T00:31:45.384Z | Downloaded rustc-demangle v0.1.27 |
| 328 | 2026-06-25T00:31:45.395Z | Downloaded memchr v2.7.6 |
| 329 | 2026-06-25T00:31:45.404Z | Downloaded miniz_oxide v0.8.9 |
| 330 | 2026-06-25T00:31:45.407Z | Downloaded addr2line v0.25.1 |
| 331 | 2026-06-25T00:31:45.430Z | Downloaded gimli v0.32.3 |
| 332 | 2026-06-25T00:31:45.441Z | Downloaded getopts v0.2.24 |
| 333 | 2026-06-25T00:31:45.446Z | Downloaded object v0.37.3 |
| 334 | 2026-06-25T00:31:45.473Z | Downloaded foldhash v0.2.0 |
| 335 | 2026-06-25T00:31:45.488Z | Downloaded adler2 v2.0.1 |
| 336 | 2026-06-25T00:31:45.493Z | Downloaded rustc-literal-escaper v0.0.7 |
| 337 | 2026-06-25T00:31:45.543Z | Downloaded libc v0.2.185 |
| 338 | 2026-06-25T00:31:45.601Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 339 | 2026-06-25T00:31:45.601Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 340 | 2026-06-25T00:31:45.601Z | Compiling proc-macro2 v1.0.106 |
| 341 | 2026-06-25T00:31:45.601Z | Compiling quote v1.0.45 |
| 342 | 2026-06-25T00:31:45.604Z | Compiling unicode-ident v1.0.24 |
| 343 | 2026-06-25T00:31:45.604Z | Compiling ident_case v1.0.1 |
| 344 | 2026-06-25T00:31:45.604Z | Compiling strsim v0.11.1 |
| 345 | 2026-06-25T00:31:45.625Z | Compiling serde_core v1.0.228 |
| 346 | 2026-06-25T00:31:45.769Z | Compiling fnv v1.0.7 |
| 347 | 2026-06-25T00:31:45.769Z | Compiling memchr v2.8.2 |
| 348 | 2026-06-25T00:31:45.861Z | Compiling regex-syntax v0.8.11 |
| 349 | 2026-06-25T00:31:46.017Z | Compiling either v1.16.0 |
| 350 | 2026-06-25T00:31:46.030Z | Compiling thiserror v2.0.18 |
| 351 | 2026-06-25T00:31:46.046Z | Compiling zerocopy v0.8.52 |
| 352 | 2026-06-25T00:31:46.163Z | Compiling aho-corasick v1.1.4 |
| 353 | 2026-06-25T00:31:46.212Z | Compiling serde v1.0.228 |
| 354 | 2026-06-25T00:31:46.411Z | Compiling itertools v0.14.0 |
| 355 | 2026-06-25T00:31:46.623Z | Compiling heapless v0.8.0 |
| 356 | 2026-06-25T00:31:46.636Z | Compiling smoltcp v0.11.0 |
| 357 | 2026-06-25T00:31:46.808Z | Compiling syn v2.0.117 |
| 358 | 2026-06-25T00:31:46.839Z | Compiling crc32fast v1.5.0 |
| 359 | 2026-06-25T00:31:47.066Z | Compiling version_check v0.9.5 |
| 360 | 2026-06-25T00:31:47.088Z | Compiling ref-cast v1.0.25 |
| 361 | 2026-06-25T00:31:47.334Z | Compiling regex-automata v0.4.14 |
| 362 | 2026-06-25T00:31:47.439Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 363 | 2026-06-25T00:31:48.911Z | Compiling regex v1.12.4 |
| 364 | 2026-06-25T00:31:49.124Z | Compiling darling_core v0.21.3 |
| 365 | 2026-06-25T00:31:49.213Z | Compiling darling_core v0.23.0 |
| 366 | 2026-06-25T00:31:50.027Z | Compiling serde_derive v1.0.228 |
| 367 | 2026-06-25T00:31:50.027Z | Compiling zerocopy-derive v0.8.52 |
| 368 | 2026-06-25T00:31:50.027Z | Compiling thiserror-impl v2.0.18 |
| 369 | 2026-06-25T00:31:50.031Z | Compiling ref-cast-impl v1.0.25 |
| 370 | 2026-06-25T00:31:50.031Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 371 | 2026-06-25T00:31:51.628Z | Compiling darling_macro v0.21.3 |
| 372 | 2026-06-25T00:31:51.706Z | Compiling darling_macro v0.23.0 |
| 373 | 2026-06-25T00:31:52.533Z | Compiling darling v0.21.3 |
| 374 | 2026-06-25T00:31:52.582Z | Compiling ingot-macros v0.1.1 |
| 375 | 2026-06-25T00:31:52.601Z | Compiling darling v0.23.0 |
| 376 | 2026-06-25T00:31:52.662Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 377 | 2026-06-25T00:31:58.241Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 378 | 2026-06-25T00:32:00.402Z | Compiling byteorder v1.5.0 |
| 379 | 2026-06-25T00:32:00.402Z | Compiling cfg-if v1.0.4 |
| 380 | 2026-06-25T00:32:00.405Z | Compiling stable_deref_trait v1.2.1 |
| 381 | 2026-06-25T00:32:00.405Z | Compiling macaddr v1.0.1 |
| 382 | 2026-06-25T00:32:00.465Z | Compiling managed v0.8.0 |
| 383 | 2026-06-25T00:32:00.476Z | Compiling cobs v0.3.0 |
| 384 | 2026-06-25T00:32:00.509Z | Compiling bitflags v1.3.2 |
| 385 | 2026-06-25T00:32:00.576Z | Compiling hash32 v0.3.1 |
| 386 | 2026-06-25T00:32:00.705Z | Compiling dyn-clone v1.0.20 |
| 387 | 2026-06-25T00:32:00.773Z | Compiling itertools v0.15.0 |
| 388 | 2026-06-25T00:32:00.791Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 389 | 2026-06-25T00:32:02.033Z | Compiling bitflags v2.13.0 |
| 390 | 2026-06-25T00:32:02.036Z | Compiling uuid v1.23.3 |
| 391 | 2026-06-25T00:32:02.178Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 392 | 2026-06-25T00:32:02.469Z | Compiling postcard v1.1.3 |
| 393 | 2026-06-25T00:32:03.339Z | Compiling ingot-types v0.1.2 |
| 394 | 2026-06-25T00:32:03.658Z | Compiling ingot v0.1.1 |
| 395 | 2026-06-25T00:32:05.234Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 396 | 2026-06-25T00:32:09.264Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 397 | 2026-06-25T00:32:18.139Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 398 | 2026-06-25T00:32:51.981Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 06s |
| 399 | 2026-06-25T00:32:52.012Z | Linking xde kmod... |
| 400 | 2026-06-25T00:32:52.692Z | Building xde dev link helper (release). |
| 401 | 2026-06-25T00:32:52.851Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 402 | 2026-06-25T00:32:52.851Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 403 | 2026-06-25T00:32:52.851Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 404 | 2026-06-25T00:33:04.462Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 405 | 2026-06-25T00:33:06.958Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.23s |
| 406 | 2026-06-25T00:33:07.008Z | Building opteadm (dev). |
| 407 | 2026-06-25T00:33:07.160Z | Compiling serde_core v1.0.228 |
| 408 | 2026-06-25T00:33:07.160Z | Compiling libc v0.2.186 |
| 409 | 2026-06-25T00:33:07.160Z | Compiling cfg-if v1.0.4 |
| 410 | 2026-06-25T00:33:07.160Z | Compiling strsim v0.11.1 |
| 411 | 2026-06-25T00:33:07.160Z | Compiling ident_case v1.0.1 |
| 412 | 2026-06-25T00:33:07.163Z | Compiling fnv v1.0.7 |
| 413 | 2026-06-25T00:33:07.184Z | Compiling memchr v2.8.2 |
| 414 | 2026-06-25T00:33:07.187Z | Compiling syn v2.0.117 |
| 415 | 2026-06-25T00:33:07.234Z | Compiling regex-syntax v0.8.11 |
| 416 | 2026-06-25T00:33:07.254Z | Compiling hashbrown v0.17.1 |
| 417 | 2026-06-25T00:33:07.279Z | Compiling zerocopy v0.8.52 |
| 418 | 2026-06-25T00:33:07.457Z | Compiling either v1.16.0 |
| 419 | 2026-06-25T00:33:07.644Z | Compiling aho-corasick v1.1.4 |
| 420 | 2026-06-25T00:33:07.647Z | Compiling winnow v1.0.3 |
| 421 | 2026-06-25T00:33:07.742Z | Compiling serde v1.0.228 |
| 422 | 2026-06-25T00:33:07.787Z | Compiling equivalent v1.0.2 |
| 423 | 2026-06-25T00:33:07.861Z | Compiling indexmap v2.14.0 |
| 424 | 2026-06-25T00:33:07.947Z | Compiling itertools v0.14.0 |
| 425 | 2026-06-25T00:33:08.070Z | Compiling heapless v0.8.0 |
| 426 | 2026-06-25T00:33:08.350Z | Compiling byteorder v1.5.0 |
| 427 | 2026-06-25T00:33:08.447Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 428 | 2026-06-25T00:33:08.524Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 429 | 2026-06-25T00:33:08.636Z | Compiling hash32 v0.3.1 |
| 430 | 2026-06-25T00:33:08.663Z | Compiling regex-automata v0.4.14 |
| 431 | 2026-06-25T00:33:08.975Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 432 | 2026-06-25T00:33:09.041Z | Compiling macaddr v1.0.1 |
| 433 | 2026-06-25T00:33:09.090Z | Compiling syn v1.0.109 |
| 434 | 2026-06-25T00:33:09.238Z | Compiling bitflags v2.13.0 |
| 435 | 2026-06-25T00:33:09.289Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 436 | 2026-06-25T00:33:09.319Z | Compiling rustversion v1.0.22 |
| 437 | 2026-06-25T00:33:09.396Z | Compiling smoltcp v0.11.0 |
| 438 | 2026-06-25T00:33:09.405Z | Compiling stable_deref_trait v1.2.1 |
| 439 | 2026-06-25T00:33:09.527Z | Compiling proc-macro-crate v3.5.0 |
| 440 | 2026-06-25T00:33:09.667Z | Compiling version_check v0.9.5 |
| 441 | 2026-06-25T00:33:09.696Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 442 | 2026-06-25T00:33:09.725Z | Compiling darling_core v0.21.3 |
| 443 | 2026-06-25T00:33:09.887Z | Compiling bitflags v1.3.2 |
| 444 | 2026-06-25T00:33:09.894Z | Compiling rand_core v0.10.1 |
| 445 | 2026-06-25T00:33:09.900Z | Compiling ref-cast v1.0.25 |
| 446 | 2026-06-25T00:33:09.921Z | Compiling managed v0.8.0 |
| 447 | 2026-06-25T00:33:09.927Z | Compiling getrandom v0.4.2 |
| 448 | 2026-06-25T00:33:09.947Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 449 | 2026-06-25T00:33:10.176Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 450 | 2026-06-25T00:33:10.235Z | Compiling uuid v1.23.3 |
| 451 | 2026-06-25T00:33:10.604Z | Compiling regex v1.12.4 |
| 452 | 2026-06-25T00:33:10.789Z | Compiling errno v0.3.14 |
| 453 | 2026-06-25T00:33:10.844Z | Compiling unicode-width v0.2.2 |
| 454 | 2026-06-25T00:33:10.940Z | Compiling thiserror-impl v2.0.18 |
| 455 | 2026-06-25T00:33:10.959Z | Compiling zerocopy-derive v0.8.52 |
| 456 | 2026-06-25T00:33:10.999Z | Compiling serde_derive v1.0.228 |
| 457 | 2026-06-25T00:33:11.143Z | Compiling num_enum_derive v0.7.6 |
| 458 | 2026-06-25T00:33:11.246Z | Compiling foreign-types-macros v0.2.3 |
| 459 | 2026-06-25T00:33:11.833Z | Compiling darling_macro v0.21.3 |
| 460 | 2026-06-25T00:33:11.859Z | Compiling ref-cast-impl v1.0.25 |
| 461 | 2026-06-25T00:33:12.121Z | Compiling ipnetwork v0.21.1 |
| 462 | 2026-06-25T00:33:12.142Z | Compiling thiserror v2.0.18 |
| 463 | 2026-06-25T00:33:12.242Z | Compiling cobs v0.3.0 |
| 464 | 2026-06-25T00:33:12.384Z | Compiling darling v0.21.3 |
| 465 | 2026-06-25T00:33:12.441Z | Compiling once_cell v1.21.4 |
| 466 | 2026-06-25T00:33:12.452Z | Compiling ingot-macros v0.1.1 |
| 467 | 2026-06-25T00:33:12.518Z | Compiling foreign-types-shared v0.3.1 |
| 468 | 2026-06-25T00:33:12.603Z | Compiling cpufeatures v0.3.0 |
| 469 | 2026-06-25T00:33:12.667Z | Compiling chacha20 v0.10.0 |
| 470 | 2026-06-25T00:33:12.689Z | Compiling tracing-core v0.1.36 |
| 471 | 2026-06-25T00:33:13.014Z | Compiling foreign-types v0.5.0 |
| 472 | 2026-06-25T00:33:13.085Z | Compiling cstr-argument v0.1.2 |
| 473 | 2026-06-25T00:33:13.350Z | Compiling num_enum v0.7.6 |
| 474 | 2026-06-25T00:33:13.462Z | Compiling tabwriter v1.4.1 |
| 475 | 2026-06-25T00:33:13.483Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 476 | 2026-06-25T00:33:13.877Z | Compiling tracing-attributes v0.1.31 |
| 477 | 2026-06-25T00:33:13.965Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 478 | 2026-06-25T00:33:13.989Z | Compiling rustix v1.1.4 |
| 479 | 2026-06-25T00:33:14.271Z | Compiling postcard v1.1.3 |
| 480 | 2026-06-25T00:33:14.566Z | Compiling anyhow v1.0.102 |
| 481 | 2026-06-25T00:33:14.571Z | Compiling pin-project-lite v0.2.17 |
| 482 | 2026-06-25T00:33:14.626Z | Compiling dyn-clone v1.0.20 |
| 483 | 2026-06-25T00:33:14.638Z | Compiling pretty-hex v0.4.2 |
| 484 | 2026-06-25T00:33:14.654Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 485 | 2026-06-25T00:33:14.772Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 486 | 2026-06-25T00:33:14.788Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 487 | 2026-06-25T00:33:14.872Z | Compiling terminal_size v0.4.4 |
| 488 | 2026-06-25T00:33:14.987Z | Compiling rand v0.10.1 |
| 489 | 2026-06-25T00:33:15.026Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 490 | 2026-06-25T00:33:15.064Z | Compiling socket2 v0.6.4 |
| 491 | 2026-06-25T00:33:15.109Z | Compiling tracing v0.1.44 |
| 492 | 2026-06-25T00:33:15.142Z | Compiling oxnet v0.1.6 |
| 493 | 2026-06-25T00:33:15.175Z | Compiling colored v3.1.1 |
| 494 | 2026-06-25T00:33:15.278Z | Compiling ingot-types v0.1.2 |
| 495 | 2026-06-25T00:33:15.431Z | Compiling clap_builder v4.6.0 |
| 496 | 2026-06-25T00:33:15.483Z | Compiling clap_derive v4.6.1 |
| 497 | 2026-06-25T00:33:15.631Z | Compiling ingot v0.1.1 |
| 498 | 2026-06-25T00:33:15.687Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 499 | 2026-06-25T00:33:17.163Z | Compiling clap v4.6.1 |
| 500 | 2026-06-25T00:33:17.257Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 501 | 2026-06-25T00:33:19.523Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 502 | 2026-06-25T00:33:20.819Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 503 | 2026-06-25T00:33:25.873Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.86s |
| 504 | 2026-06-25T00:33:25.902Z | Building xde (dev). |
| 505 | 2026-06-25T00:33:26.133Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 506 | 2026-06-25T00:33:26.133Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 507 | 2026-06-25T00:33:26.133Z | Compiling proc-macro2 v1.0.106 |
| 508 | 2026-06-25T00:33:26.133Z | Compiling unicode-ident v1.0.24 |
| 509 | 2026-06-25T00:33:26.133Z | Compiling quote v1.0.45 |
| 510 | 2026-06-25T00:33:26.137Z | Compiling ident_case v1.0.1 |
| 511 | 2026-06-25T00:33:26.137Z | Compiling strsim v0.11.1 |
| 512 | 2026-06-25T00:33:26.137Z | Compiling serde_core v1.0.228 |
| 513 | 2026-06-25T00:33:26.254Z | Compiling memchr v2.8.2 |
| 514 | 2026-06-25T00:33:26.258Z | Compiling fnv v1.0.7 |
| 515 | 2026-06-25T00:33:26.339Z | Compiling regex-syntax v0.8.11 |
| 516 | 2026-06-25T00:33:26.517Z | Compiling thiserror v2.0.18 |
| 517 | 2026-06-25T00:33:26.528Z | Compiling either v1.16.0 |
| 518 | 2026-06-25T00:33:26.549Z | Compiling serde v1.0.228 |
| 519 | 2026-06-25T00:33:26.657Z | Compiling aho-corasick v1.1.4 |
| 520 | 2026-06-25T00:33:26.724Z | Compiling zerocopy v0.8.52 |
| 521 | 2026-06-25T00:33:26.928Z | Compiling itertools v0.14.0 |
| 522 | 2026-06-25T00:33:27.083Z | Compiling heapless v0.8.0 |
| 523 | 2026-06-25T00:33:27.232Z | Compiling syn v2.0.117 |
| 524 | 2026-06-25T00:33:27.293Z | Compiling smoltcp v0.11.0 |
| 525 | 2026-06-25T00:33:27.345Z | Compiling crc32fast v1.5.0 |
| 526 | 2026-06-25T00:33:27.558Z | Compiling ref-cast v1.0.25 |
| 527 | 2026-06-25T00:33:27.687Z | Compiling version_check v0.9.5 |
| 528 | 2026-06-25T00:33:27.764Z | Compiling regex-automata v0.4.14 |
| 529 | 2026-06-25T00:33:28.057Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 530 | 2026-06-25T00:33:29.348Z | Compiling regex v1.12.4 |
| 531 | 2026-06-25T00:33:29.586Z | Compiling darling_core v0.21.3 |
| 532 | 2026-06-25T00:33:29.656Z | Compiling darling_core v0.23.0 |
| 533 | 2026-06-25T00:33:30.520Z | Compiling zerocopy-derive v0.8.52 |
| 534 | 2026-06-25T00:33:30.520Z | Compiling serde_derive v1.0.228 |
| 535 | 2026-06-25T00:33:30.523Z | Compiling thiserror-impl v2.0.18 |
| 536 | 2026-06-25T00:33:30.523Z | Compiling ref-cast-impl v1.0.25 |
| 537 | 2026-06-25T00:33:30.523Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 538 | 2026-06-25T00:33:32.145Z | Compiling darling_macro v0.21.3 |
| 539 | 2026-06-25T00:33:32.222Z | Compiling darling_macro v0.23.0 |
| 540 | 2026-06-25T00:33:33.058Z | Compiling darling v0.21.3 |
| 541 | 2026-06-25T00:33:33.118Z | Compiling ingot-macros v0.1.1 |
| 542 | 2026-06-25T00:33:33.123Z | Compiling darling v0.23.0 |
| 543 | 2026-06-25T00:33:33.180Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 544 | 2026-06-25T00:33:38.182Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 545 | 2026-06-25T00:33:39.989Z | Compiling byteorder v1.5.0 |
| 546 | 2026-06-25T00:33:39.989Z | Compiling stable_deref_trait v1.2.1 |
| 547 | 2026-06-25T00:33:39.989Z | Compiling macaddr v1.0.1 |
| 548 | 2026-06-25T00:33:39.993Z | Compiling cfg-if v1.0.4 |
| 549 | 2026-06-25T00:33:40.058Z | Compiling cobs v0.3.0 |
| 550 | 2026-06-25T00:33:40.058Z | Compiling managed v0.8.0 |
| 551 | 2026-06-25T00:33:40.099Z | Compiling bitflags v1.3.2 |
| 552 | 2026-06-25T00:33:40.169Z | Compiling hash32 v0.3.1 |
| 553 | 2026-06-25T00:33:40.331Z | Compiling itertools v0.15.0 |
| 554 | 2026-06-25T00:33:40.334Z | Compiling dyn-clone v1.0.20 |
| 555 | 2026-06-25T00:33:40.448Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 556 | 2026-06-25T00:33:41.537Z | Compiling bitflags v2.13.0 |
| 557 | 2026-06-25T00:33:41.537Z | Compiling uuid v1.23.3 |
| 558 | 2026-06-25T00:33:41.676Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 559 | 2026-06-25T00:33:41.950Z | Compiling postcard v1.1.3 |
| 560 | 2026-06-25T00:33:42.807Z | Compiling ingot-types v0.1.2 |
| 561 | 2026-06-25T00:33:43.091Z | Compiling ingot v0.1.1 |
| 562 | 2026-06-25T00:33:44.554Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 563 | 2026-06-25T00:33:49.224Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 564 | 2026-06-25T00:33:59.580Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 565 | 2026-06-25T00:34:09.044Z | Finished `dev` profile [optimized + debuginfo] target(s) in 43.09s |
| 566 | 2026-06-25T00:34:09.088Z | Linking xde kmod... |
| 567 | 2026-06-25T00:34:10.825Z | Building xde dev link helper (dev). |
| 568 | 2026-06-25T00:34:10.825Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 569 | 2026-06-25T00:34:10.825Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 570 | 2026-06-25T00:34:10.825Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 571 | 2026-06-25T00:34:21.613Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 572 | 2026-06-25T00:34:23.894Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.46s |
| 573 | 2026-06-25T00:34:23.917Z | |
| 574 | 2026-06-25T00:34:23.931Z | real 3:16.704394797 |
| 575 | 2026-06-25T00:34:23.931Z | user 9:26.835412954 |
| 576 | 2026-06-25T00:34:23.932Z | sys 59.041059335 |
| 577 | 2026-06-25T00:34:23.932Z | trap 0.237870119 |
| 578 | 2026-06-25T00:34:23.932Z | tflt 0.951886525 |
| 579 | 2026-06-25T00:34:23.932Z | dflt 2.046263076 |
| 580 | 2026-06-25T00:34:23.932Z | kflt 0.011085910 |
| 581 | 2026-06-25T00:34:23.932Z | lock 36:28.851132930 |
| 582 | 2026-06-25T00:34:23.932Z | slp 21:50.828267270 |
| 583 | 2026-06-25T00:34:23.932Z | lat 20.027003890 |
| 584 | 2026-06-25T00:34:23.932Z | stop 33.817137880 |
| 585 | 2026-06-25T00:34:23.932Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 586 | 2026-06-25T00:34:23.932Z | + grep GOTPCREL |
| 587 | 2026-06-25T00:34:24.989Z | + header 'package opte' |
| 588 | 2026-06-25T00:34:24.990Z | + echo '# ==== package opte ==== #' |
| 589 | 2026-06-25T00:34:24.996Z | # ==== package opte ==== # |
| 590 | 2026-06-25T00:34:24.996Z | + cargo xtask package --skip-build --profile all |
| 591 | 2026-06-25T00:34:25.132Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 592 | 2026-06-25T00:34:25.139Z | Running `target/debug/xtask package --skip-build --profile all` |
| 593 | 2026-06-25T00:34:25.338Z | + ./clean.sh |
| 594 | 2026-06-25T00:34:25.347Z | + mkdir -p proto/kernel/drv/amd64 |
| 595 | 2026-06-25T00:34:25.347Z | + mkdir -p proto/opt/oxide/opte/bin |
| 596 | 2026-06-25T00:34:25.347Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 597 | 2026-06-25T00:34:25.362Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 598 | 2026-06-25T00:34:25.381Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 599 | 2026-06-25T00:34:25.421Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 600 | 2026-06-25T00:34:25.439Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 601 | 2026-06-25T00:34:25.439Z | + '[' -z ']' |
| 602 | 2026-06-25T00:34:25.439Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 603 | 2026-06-25T00:34:25.459Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 604 | 2026-06-25T00:34:25.518Z | + INC_DEBUG= |
| 605 | 2026-06-25T00:34:25.518Z | + typeset -ri TAG=0 |
| 606 | 2026-06-25T00:34:25.531Z | ++ ./print-api-version.sh |
| 607 | 2026-06-25T00:34:25.531Z | + API_VSN=42 |
| 608 | 2026-06-25T00:34:25.531Z | + PKG_VERSION=0.42.530-3.0 |
| 609 | 2026-06-25T00:34:25.531Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.42.530-3.0/g opte.template.p5m |
| 610 | 2026-06-25T00:34:25.531Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 611 | 2026-06-25T00:34:26.001Z | + pkgdepend generate -d proto opte.base.p5m |
| 612 | 2026-06-25T00:34:26.323Z | + mkdir -p packages |
| 613 | 2026-06-25T00:34:26.352Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 614 | 2026-06-25T00:34:33.008Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 615 | 2026-06-25T00:34:33.013Z | + pkgrepo create packages/repo |
| 616 | 2026-06-25T00:34:33.279Z | + pkgrepo add-publisher -s packages/repo helios |
| 617 | 2026-06-25T00:34:33.457Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 618 | 2026-06-25T00:35:05.495Z | pkg://helios/driver/network/opte@0.42.530,5.11-3.0:20260625T003432Z |
| 619 | 2026-06-25T00:35:05.495Z | PUBLISHED |
| 620 | 2026-06-25T00:35:05.512Z | + pkgrecv -a -d packages/repo/opte-0.42.530-3.0.p5p -s packages/repo -v -m latest '*' |
| 621 | 2026-06-25T00:35:05.708Z | Retrieving packages for publisher helios ... |
| 622 | 2026-06-25T00:35:05.715Z | Retrieving catalog 'helios' ... Done |
| 623 | 2026-06-25T00:35:05.715Z | Retrieving and evaluating 1 package(s)... |
| 624 | 2026-06-25T00:35:05.715Z | Fetching manifests: 1/1 100% complete |
| 625 | 2026-06-25T00:35:05.716Z | Fetching manifests: 1/1 100% complete |
| 626 | 2026-06-25T00:35:05.716Z | |
| 627 | 2026-06-25T00:35:05.716Z | Archiving packages ... |
| 628 | 2026-06-25T00:35:05.716Z | Packages to add: 1 |
| 629 | 2026-06-25T00:35:05.716Z | Files to retrieve: 6 |
| 630 | 2026-06-25T00:35:05.717Z | Estimated transfer size: 40.60 MB |
| 631 | 2026-06-25T00:35:05.717Z | |
| 632 | 2026-06-25T00:35:05.717Z | Packages to archive: |
| 633 | 2026-06-25T00:35:05.717Z | driver/network/opte@0.42.530,5.11-3.0:20260625T003432Z |
| 634 | 2026-06-25T00:35:05.717Z | |
| 635 | 2026-06-25T00:35:05.717Z | Download: 0/6 items 0.0/40.6MB 0% complete |
| 636 | 2026-06-25T00:35:05.760Z | Download: Completed 40.60 MB in 0.07 seconds (552M/s) |
| 637 | 2026-06-25T00:35:05.767Z | Archiving: 1/20 items 0.0/40.6MB 0% complete |
| 638 | 2026-06-25T00:35:05.776Z | Archiving: Completed 40.64 MB in 0.02 seconds |
| 639 | 2026-06-25T00:35:05.815Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.42.530-3.0.p5p. |
| 640 | 2026-06-25T00:35:05.825Z | + banner copy |
| 641 | 2026-06-25T00:35:05.825Z | |
| 642 | 2026-06-25T00:35:05.825Z | #### #### ##### # # |
| 643 | 2026-06-25T00:35:05.825Z | # # # # # # # # |
| 644 | 2026-06-25T00:35:05.826Z | # # # # # # |
| 645 | 2026-06-25T00:35:05.826Z | # # # ##### # |
| 646 | 2026-06-25T00:35:05.826Z | # # # # # # |
| 647 | 2026-06-25T00:35:05.826Z | #### #### # # |
| 648 | 2026-06-25T00:35:05.826Z | |
| 649 | 2026-06-25T00:35:05.826Z | + pfexec mkdir -p /out |
| 650 | 2026-06-25T00:35:05.843Z | + pfexec chown 12345 /out |
| 651 | 2026-06-25T00:35:05.843Z | + PKG_NAME=/out/opte.p5p |
| 652 | 2026-06-25T00:35:05.852Z | + mv pkg/packages/repo/opte-0.42.530-3.0.p5p /out/opte.p5p |
| 653 | 2026-06-25T00:35:05.866Z | + sha256sum /out/opte.p5p |
| 654 | 2026-06-25T00:35:05.890Z | process exited: duration 253249 ms, exit code 0 |
| |
| 655 | 2026-06-25T00:35:05.916Z | found 2 output files |
| 656 | 2026-06-25T00:35:05.916Z | uploading: /out/opte.p5p (42618880 bytes) |
| 657 | 2026-06-25T00:35:07.431Z | uploaded: /out/opte.p5p |
| 658 | 2026-06-25T00:35:07.460Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 659 | 2026-06-25T00:35:08.751Z | uploaded: /out/opte.p5p.sha256 |