|
|
|
| 1 | 2026-07-13T04:30:36.655Z | job assigned to worker 01KXCVT7X3ZMWMVZBZY1YAJJFJ [factory aws, i-070f980955c58fc87] (queued for 49 s) |
| |
| 2 | 2026-07-13T04:30:43.292Z | starting task 0: "setup" |
| 3 | 2026-07-13T04:30:43.362Z | ++ uname -s |
| 4 | 2026-07-13T04:30:43.362Z | + kern=SunOS |
| 5 | 2026-07-13T04:30:43.362Z | + build_user=build |
| 6 | 2026-07-13T04:30:43.362Z | + build_uid=12345 |
| 7 | 2026-07-13T04:30:43.362Z | + work_dir=/work |
| 8 | 2026-07-13T04:30:43.363Z | + input_dir=/input |
| 9 | 2026-07-13T04:30:43.363Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-13T04:30:43.363Z | + case "$kern" in |
| 11 | 2026-07-13T04:30:43.363Z | + groupadd -g 12345 build |
| 12 | 2026-07-13T04:30:43.363Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-13T04:30:45.273Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-13T04:30:45.396Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-13T04:30:45.399Z | + home_fs=zfs |
| 16 | 2026-07-13T04:30:45.399Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-13T04:30:45.399Z | + mkdir -p /home/build |
| 18 | 2026-07-13T04:30:45.399Z | + chown build:build /home/build /work |
| 19 | 2026-07-13T04:30:46.400Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-13T04:30:46.403Z | process exited: duration 3146 ms, exit code 0 |
| |
| 21 | 2026-07-13T04:30:46.409Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-13T04:30:46.414Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.0 |
| 23 | 2026-07-13T04:30:46.414Z | * rust toolchain channel = "1.97.0" |
| 24 | 2026-07-13T04:30:46.414Z | * rust toolchain profile = "default" |
| 25 | 2026-07-13T04:30:46.418Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-13T04:30:46.418Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-13T04:30:46.418Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-13T04:30:46.418Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-13T04:30:46.418Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.0 --profile default |
| 30 | 2026-07-13T04:30:46.505Z | info: downloading installer |
| 31 | 2026-07-13T04:30:47.907Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-13T04:30:47.907Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-13T04:30:47.907Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-13T04:30:47.907Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-13T04:30:47.922Z | info: profile set to default |
| 36 | 2026-07-13T04:30:47.922Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-13T04:30:47.924Z | info: syncing channel updates for 1.97.0-x86_64-unknown-illumos |
| 38 | 2026-07-13T04:30:48.070Z | info: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07) |
| 39 | 2026-07-13T04:30:48.073Z | info: downloading 6 components |
| 40 | 2026-07-13T04:31:03.341Z | info: default toolchain set to 1.97.0-x86_64-unknown-illumos |
| 41 | 2026-07-13T04:31:03.341Z | |
| 42 | 2026-07-13T04:31:03.361Z | 1.97.0-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07) |
| 43 | 2026-07-13T04:31:03.361Z | |
| 44 | 2026-07-13T04:31:03.365Z | |
| 45 | 2026-07-13T04:31:03.365Z | Rust is installed now. Great! |
| 46 | 2026-07-13T04:31:03.365Z | |
| 47 | 2026-07-13T04:31:03.365Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-13T04:31:03.365Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-13T04:31:03.365Z | |
| 50 | 2026-07-13T04:31:03.365Z | To configure your current shell, you need to source |
| 51 | 2026-07-13T04:31:03.365Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-13T04:31:03.365Z | |
| 53 | 2026-07-13T04:31:03.365Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-13T04:31:03.365Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-13T04:31:03.365Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-13T04:31:03.365Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-13T04:31:03.365Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-13T04:31:03.365Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-13T04:31:03.366Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-13T04:31:03.366Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-13T04:31:03.366Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-13T04:31:03.503Z | + rustup --version |
| 63 | 2026-07-13T04:31:03.515Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-13T04:31:03.515Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-13T04:31:03.515Z | info: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)` |
| 66 | 2026-07-13T04:31:03.515Z | + cargo --version |
| 67 | 2026-07-13T04:31:03.515Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 68 | 2026-07-13T04:31:03.515Z | + rustc --version |
| 69 | 2026-07-13T04:31:03.535Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 70 | 2026-07-13T04:31:03.546Z | process exited: duration 17118 ms, exit code 0 |
| |
| 71 | 2026-07-13T04:31:03.579Z | starting task 2: "authentication" |
| 72 | 2026-07-13T04:31:03.598Z | process exited: duration 24 ms, exit code 0 |
| |
| 73 | 2026-07-13T04:31:03.612Z | starting task 3: "clone repository" |
| 74 | 2026-07-13T04:31:03.623Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-13T04:31:03.623Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-13T04:31:03.647Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-13T04:31:04.812Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-13T04:31:04.812Z | + git fetch origin c88e736bb584d0eed2739c0f52b07f945b1dac92 |
| 79 | 2026-07-13T04:31:05.070Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-13T04:31:05.070Z | * branch c88e736bb584d0eed2739c0f52b07f945b1dac92 -> FETCH_HEAD |
| 81 | 2026-07-13T04:31:05.081Z | + [[ -n '' ]] |
| 82 | 2026-07-13T04:31:05.081Z | + git reset --hard c88e736bb584d0eed2739c0f52b07f945b1dac92 |
| 83 | 2026-07-13T04:31:05.092Z | HEAD is now at c88e736 Update dependency rust |
| 84 | 2026-07-13T04:31:05.102Z | process exited: duration 1481 ms, exit code 0 |
| |
| 85 | 2026-07-13T04:31:05.126Z | starting task 4: "build" |
| 86 | 2026-07-13T04:31:05.133Z | + source .github/buildomat/common.sh |
| 87 | 2026-07-13T04:31:05.133Z | ++ rustup show active-toolchain |
| 88 | 2026-07-13T04:31:05.137Z | 1.97.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-07-13T04:31:05.137Z | ++ pushd xde |
| 90 | 2026-07-13T04:31:05.137Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-07-13T04:31:05.137Z | ++ rustup show active-toolchain |
| 92 | 2026-07-13T04:31:05.142Z | info: syncing channel updates for nightly-2026-07-13-x86_64-unknown-illumos |
| 93 | 2026-07-13T04:31:05.291Z | info: latest update on 2026-07-13 for version 1.99.0-nightly (77cf889bc 2026-07-12) |
| 94 | 2026-07-13T04:31:05.298Z | info: downloading 6 components |
| 95 | 2026-07-13T04:31:19.842Z | nightly-2026-07-13-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-07-13T04:31:19.934Z | +++ rustup show active-toolchain -v |
| 97 | 2026-07-13T04:31:19.940Z | +++ head -n 1 |
| 98 | 2026-07-13T04:31:19.940Z | +++ cut '-d ' -f1 |
| 99 | 2026-07-13T04:31:19.989Z | ++ export NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos |
| 100 | 2026-07-13T04:31:19.989Z | ++ NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos |
| 101 | 2026-07-13T04:31:19.989Z | ++ popd |
| 102 | 2026-07-13T04:31:19.992Z | /work/oxidecomputer/opte |
| 103 | 2026-07-13T04:31:19.992Z | + TGT_BASE=/work |
| 104 | 2026-07-13T04:31:19.992Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 105 | 2026-07-13T04:31:19.992Z | + REL_TGT=/work/release |
| 106 | 2026-07-13T04:31:19.992Z | + mkdir -p /work/release |
| 107 | 2026-07-13T04:31:19.992Z | + cargo --version |
| 108 | 2026-07-13T04:31:19.999Z | cargo 1.97.0 (c980f4866 2026-06-30) |
| 109 | 2026-07-13T04:31:20.002Z | + rustc --version |
| 110 | 2026-07-13T04:31:20.021Z | rustc 1.97.0 (2d8144b78 2026-07-07) |
| 111 | 2026-07-13T04:31:20.028Z | + header 'build xde and opteadm (release+debug)' |
| 112 | 2026-07-13T04:31:20.028Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 113 | 2026-07-13T04:31:20.028Z | + ptime -m cargo xtask build --profile all |
| 114 | 2026-07-13T04:31:20.028Z | # ==== build xde and opteadm (release+debug) ==== # |
| 115 | 2026-07-13T04:31:20.123Z | Updating crates.io index |
| 116 | 2026-07-13T04:31:20.127Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 117 | 2026-07-13T04:31:21.118Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 118 | 2026-07-13T04:31:21.351Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 119 | 2026-07-13T04:31:21.758Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 120 | 2026-07-13T04:31:22.054Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 121 | 2026-07-13T04:31:22.340Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 122 | 2026-07-13T04:31:22.631Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 123 | 2026-07-13T04:31:24.712Z | Downloading crates ... |
| 124 | 2026-07-13T04:31:24.764Z | Downloaded camino v1.2.4 |
| 125 | 2026-07-13T04:31:24.764Z | Downloaded equivalent v1.0.2 |
| 126 | 2026-07-13T04:31:24.764Z | Downloaded itoa v1.0.18 |
| 127 | 2026-07-13T04:31:24.764Z | Downloaded serde_core v1.0.228 |
| 128 | 2026-07-13T04:31:24.765Z | Downloaded terminal_size v0.4.4 |
| 129 | 2026-07-13T04:31:24.765Z | Downloaded heck v0.5.0 |
| 130 | 2026-07-13T04:31:24.765Z | Downloaded semver v1.0.28 |
| 131 | 2026-07-13T04:31:24.765Z | Downloaded clap_lex v1.1.0 |
| 132 | 2026-07-13T04:31:24.765Z | Downloaded errno v0.3.14 |
| 133 | 2026-07-13T04:31:24.765Z | Downloaded strsim v0.11.1 |
| 134 | 2026-07-13T04:31:24.765Z | Downloaded anstream v1.0.0 |
| 135 | 2026-07-13T04:31:24.765Z | Downloaded is_terminal_polyfill v1.70.2 |
| 136 | 2026-07-13T04:31:24.765Z | Downloaded anstyle v1.0.14 |
| 137 | 2026-07-13T04:31:24.765Z | Downloaded anstyle-parse v1.0.0 |
| 138 | 2026-07-13T04:31:24.765Z | Downloaded cargo_metadata v0.23.1 |
| 139 | 2026-07-13T04:31:24.765Z | Downloaded serde_spanned v1.1.1 |
| 140 | 2026-07-13T04:31:24.765Z | Downloaded colorchoice v1.0.5 |
| 141 | 2026-07-13T04:31:24.765Z | Downloaded anstyle-query v1.1.5 |
| 142 | 2026-07-13T04:31:24.765Z | Downloaded cargo-platform v0.3.3 |
| 143 | 2026-07-13T04:31:24.765Z | Downloaded clap v4.6.1 |
| 144 | 2026-07-13T04:31:24.765Z | Downloaded utf8parse v0.2.2 |
| 145 | 2026-07-13T04:31:24.765Z | Downloaded zmij v1.0.21 |
| 146 | 2026-07-13T04:31:24.765Z | Downloaded quote v1.0.46 |
| 147 | 2026-07-13T04:31:24.765Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 148 | 2026-07-13T04:31:24.765Z | Downloaded bitflags v2.13.0 |
| 149 | 2026-07-13T04:31:24.765Z | Downloaded thiserror v2.0.18 |
| 150 | 2026-07-13T04:31:24.765Z | Downloaded thiserror-impl v2.0.18 |
| 151 | 2026-07-13T04:31:24.765Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 152 | 2026-07-13T04:31:24.765Z | Downloaded clap_derive v4.6.1 |
| 153 | 2026-07-13T04:31:24.765Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 154 | 2026-07-13T04:31:24.765Z | Downloaded anyhow v1.0.103 |
| 155 | 2026-07-13T04:31:24.766Z | Downloaded unicode-ident v1.0.24 |
| 156 | 2026-07-13T04:31:24.766Z | Downloaded proc-macro2 v1.0.106 |
| 157 | 2026-07-13T04:31:24.766Z | Downloaded serde_derive v1.0.228 |
| 158 | 2026-07-13T04:31:24.766Z | Downloaded indexmap v2.14.0 |
| 159 | 2026-07-13T04:31:24.766Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 160 | 2026-07-13T04:31:24.766Z | Downloaded serde v1.0.228 |
| 161 | 2026-07-13T04:31:24.766Z | Downloaded memchr v2.8.2 |
| 162 | 2026-07-13T04:31:24.766Z | Downloaded clap_builder v4.6.0 |
| 163 | 2026-07-13T04:31:24.766Z | Downloaded hashbrown v0.17.1 |
| 164 | 2026-07-13T04:31:24.766Z | Downloaded serde_json v1.0.150 |
| 165 | 2026-07-13T04:31:24.766Z | Downloaded winnow v1.0.3 |
| 166 | 2026-07-13T04:31:24.766Z | Downloaded syn v2.0.118 |
| 167 | 2026-07-13T04:31:24.766Z | Downloaded rustix v1.1.4 |
| 168 | 2026-07-13T04:31:24.766Z | Downloaded libc v0.2.186 |
| 169 | 2026-07-13T04:31:24.867Z | Compiling serde_core v1.0.228 |
| 170 | 2026-07-13T04:31:24.867Z | Compiling proc-macro2 v1.0.106 |
| 171 | 2026-07-13T04:31:24.867Z | Compiling quote v1.0.46 |
| 172 | 2026-07-13T04:31:24.867Z | Compiling unicode-ident v1.0.24 |
| 173 | 2026-07-13T04:31:24.867Z | Compiling libc v0.2.186 |
| 174 | 2026-07-13T04:31:24.867Z | Compiling rustix v1.1.4 |
| 175 | 2026-07-13T04:31:24.867Z | Compiling zmij v1.0.21 |
| 176 | 2026-07-13T04:31:24.917Z | Compiling utf8parse v0.2.2 |
| 177 | 2026-07-13T04:31:24.941Z | Compiling bitflags v2.13.0 |
| 178 | 2026-07-13T04:31:24.959Z | Compiling anstyle-parse v1.0.0 |
| 179 | 2026-07-13T04:31:25.163Z | Compiling camino v1.2.4 |
| 180 | 2026-07-13T04:31:25.216Z | Compiling serde_json v1.0.150 |
| 181 | 2026-07-13T04:31:25.220Z | Compiling colorchoice v1.0.5 |
| 182 | 2026-07-13T04:31:25.333Z | Compiling anstyle v1.0.14 |
| 183 | 2026-07-13T04:31:25.364Z | Compiling anstyle-query v1.1.5 |
| 184 | 2026-07-13T04:31:25.370Z | Compiling is_terminal_polyfill v1.70.2 |
| 185 | 2026-07-13T04:31:25.434Z | Compiling serde v1.0.228 |
| 186 | 2026-07-13T04:31:25.453Z | Compiling thiserror v2.0.18 |
| 187 | 2026-07-13T04:31:25.519Z | Compiling errno v0.3.14 |
| 188 | 2026-07-13T04:31:25.579Z | Compiling anstream v1.0.0 |
| 189 | 2026-07-13T04:31:25.588Z | Compiling winnow v1.0.3 |
| 190 | 2026-07-13T04:31:25.806Z | Compiling clap_lex v1.1.0 |
| 191 | 2026-07-13T04:31:26.018Z | Compiling anyhow v1.0.103 |
| 192 | 2026-07-13T04:31:26.052Z | Compiling syn v2.0.118 |
| 193 | 2026-07-13T04:31:26.075Z | Compiling memchr v2.8.2 |
| 194 | 2026-07-13T04:31:26.109Z | Compiling heck v0.5.0 |
| 195 | 2026-07-13T04:31:26.126Z | Compiling itoa v1.0.18 |
| 196 | 2026-07-13T04:31:26.223Z | Compiling terminal_size v0.4.4 |
| 197 | 2026-07-13T04:31:26.328Z | Compiling strsim v0.11.1 |
| 198 | 2026-07-13T04:31:26.392Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 199 | 2026-07-13T04:31:26.417Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 200 | 2026-07-13T04:31:26.585Z | Compiling clap_builder v4.6.0 |
| 201 | 2026-07-13T04:31:27.278Z | Compiling serde_spanned v1.1.1 |
| 202 | 2026-07-13T04:31:27.305Z | Compiling semver v1.0.28 |
| 203 | 2026-07-13T04:31:27.431Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 204 | 2026-07-13T04:31:27.711Z | Compiling cargo-platform v0.3.3 |
| 205 | 2026-07-13T04:31:27.928Z | Compiling toml v1.1.2+spec-1.1.0 |
| 206 | 2026-07-13T04:31:28.414Z | Compiling serde_derive v1.0.228 |
| 207 | 2026-07-13T04:31:28.414Z | Compiling thiserror-impl v2.0.18 |
| 208 | 2026-07-13T04:31:28.427Z | Compiling clap_derive v4.6.1 |
| 209 | 2026-07-13T04:31:31.387Z | Compiling clap v4.6.1 |
| 210 | 2026-07-13T04:31:31.476Z | Compiling cargo_metadata v0.23.1 |
| 211 | 2026-07-13T04:31:33.881Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 212 | 2026-07-13T04:31:35.480Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.44s |
| 213 | 2026-07-13T04:31:35.555Z | Running `target/debug/xtask build --profile all` |
| 214 | 2026-07-13T04:31:36.981Z | Building opteadm (release). |
| 215 | 2026-07-13T04:31:37.077Z | Compiling proc-macro2 v1.0.106 |
| 216 | 2026-07-13T04:31:37.077Z | Compiling unicode-ident v1.0.24 |
| 217 | 2026-07-13T04:31:37.104Z | Compiling quote v1.0.46 |
| 218 | 2026-07-13T04:31:37.104Z | Compiling serde_core v1.0.228 |
| 219 | 2026-07-13T04:31:37.104Z | Compiling libc v0.2.186 |
| 220 | 2026-07-13T04:31:37.104Z | Compiling cfg-if v1.0.4 |
| 221 | 2026-07-13T04:31:37.104Z | Compiling ident_case v1.0.1 |
| 222 | 2026-07-13T04:31:37.104Z | Compiling fnv v1.0.7 |
| 223 | 2026-07-13T04:31:37.152Z | Compiling memchr v2.8.2 |
| 224 | 2026-07-13T04:31:37.188Z | Compiling thiserror v2.0.18 |
| 225 | 2026-07-13T04:31:37.207Z | Compiling strsim v0.11.1 |
| 226 | 2026-07-13T04:31:37.207Z | Compiling regex-syntax v0.8.11 |
| 227 | 2026-07-13T04:31:37.413Z | Compiling equivalent v1.0.2 |
| 228 | 2026-07-13T04:31:37.535Z | Compiling anyhow v1.0.103 |
| 229 | 2026-07-13T04:31:37.558Z | Compiling hashbrown v0.17.1 |
| 230 | 2026-07-13T04:31:37.699Z | Compiling aho-corasick v1.1.4 |
| 231 | 2026-07-13T04:31:37.712Z | Compiling winnow v1.0.3 |
| 232 | 2026-07-13T04:31:37.783Z | Compiling serde v1.0.228 |
| 233 | 2026-07-13T04:31:37.812Z | Compiling either v1.16.0 |
| 234 | 2026-07-13T04:31:38.002Z | Compiling zerocopy v0.8.52 |
| 235 | 2026-07-13T04:31:38.011Z | Compiling itertools v0.14.0 |
| 236 | 2026-07-13T04:31:38.260Z | Compiling syn v2.0.118 |
| 237 | 2026-07-13T04:31:38.355Z | Compiling indexmap v2.14.0 |
| 238 | 2026-07-13T04:31:38.409Z | Compiling byteorder v1.5.0 |
| 239 | 2026-07-13T04:31:38.592Z | Compiling regex-automata v0.4.14 |
| 240 | 2026-07-13T04:31:38.715Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 241 | 2026-07-13T04:31:39.111Z | Compiling heapless v0.8.0 |
| 242 | 2026-07-13T04:31:39.137Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 243 | 2026-07-13T04:31:39.207Z | Compiling bitflags v2.13.0 |
| 244 | 2026-07-13T04:31:39.207Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 245 | 2026-07-13T04:31:39.225Z | Compiling hash32 v0.3.1 |
| 246 | 2026-07-13T04:31:39.243Z | Compiling macaddr v1.0.1 |
| 247 | 2026-07-13T04:31:39.327Z | Compiling smoltcp v0.11.0 |
| 248 | 2026-07-13T04:31:39.346Z | Compiling rustversion v1.0.22 |
| 249 | 2026-07-13T04:31:39.394Z | Compiling syn v1.0.109 |
| 250 | 2026-07-13T04:31:39.432Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 251 | 2026-07-13T04:31:40.358Z | Compiling stable_deref_trait v1.2.1 |
| 252 | 2026-07-13T04:31:40.402Z | Compiling rustix v1.1.4 |
| 253 | 2026-07-13T04:31:40.402Z | Compiling bitflags v1.3.2 |
| 254 | 2026-07-13T04:31:40.402Z | Compiling proc-macro-crate v3.5.0 |
| 255 | 2026-07-13T04:31:40.402Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 256 | 2026-07-13T04:31:40.402Z | Compiling version_check v0.9.5 |
| 257 | 2026-07-13T04:31:40.402Z | Compiling ref-cast v1.0.25 |
| 258 | 2026-07-13T04:31:40.402Z | Compiling managed v0.8.0 |
| 259 | 2026-07-13T04:31:40.402Z | Compiling getrandom v0.4.3 |
| 260 | 2026-07-13T04:31:40.402Z | Compiling rand_core v0.10.1 |
| 261 | 2026-07-13T04:31:40.402Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 262 | 2026-07-13T04:31:40.402Z | Compiling regex v1.12.4 |
| 263 | 2026-07-13T04:31:40.402Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 264 | 2026-07-13T04:31:40.402Z | Compiling errno v0.3.14 |
| 265 | 2026-07-13T04:31:40.477Z | Compiling foreign-types-shared v0.3.1 |
| 266 | 2026-07-13T04:31:40.554Z | Compiling once_cell v1.21.4 |
| 267 | 2026-07-13T04:31:40.609Z | Compiling unicode-width v0.2.2 |
| 268 | 2026-07-13T04:31:40.672Z | Compiling utf8parse v0.2.2 |
| 269 | 2026-07-13T04:31:40.779Z | Compiling darling_core v0.21.3 |
| 270 | 2026-07-13T04:31:40.779Z | Compiling ipnetwork v0.21.1 |
| 271 | 2026-07-13T04:31:40.806Z | Compiling cpufeatures v0.3.0 |
| 272 | 2026-07-13T04:31:40.894Z | Compiling chacha20 v0.10.1 |
| 273 | 2026-07-13T04:31:41.107Z | Compiling tabwriter v1.4.1 |
| 274 | 2026-07-13T04:31:41.134Z | Compiling anstyle-parse v1.0.0 |
| 275 | 2026-07-13T04:31:41.174Z | Compiling tracing-core v0.1.36 |
| 276 | 2026-07-13T04:31:41.412Z | Compiling cstr-argument v0.1.2 |
| 277 | 2026-07-13T04:31:42.039Z | Compiling pretty-hex v0.4.2 |
| 278 | 2026-07-13T04:31:42.048Z | Compiling anstyle-query v1.1.5 |
| 279 | 2026-07-13T04:31:42.048Z | Compiling dyn-clone v1.0.20 |
| 280 | 2026-07-13T04:31:42.083Z | Compiling thiserror-impl v2.0.18 |
| 281 | 2026-07-13T04:31:42.130Z | Compiling zerocopy-derive v0.8.52 |
| 282 | 2026-07-13T04:31:42.146Z | Compiling serde_derive v1.0.228 |
| 283 | 2026-07-13T04:31:42.172Z | Compiling ref-cast-impl v1.0.25 |
| 284 | 2026-07-13T04:31:42.357Z | Compiling foreign-types-macros v0.2.3 |
| 285 | 2026-07-13T04:31:42.768Z | Compiling num_enum_derive v0.7.6 |
| 286 | 2026-07-13T04:31:42.955Z | Compiling darling_macro v0.21.3 |
| 287 | 2026-07-13T04:31:43.008Z | Compiling foreign-types v0.5.0 |
| 288 | 2026-07-13T04:31:43.086Z | Compiling tracing-attributes v0.1.31 |
| 289 | 2026-07-13T04:31:43.173Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 290 | 2026-07-13T04:31:43.427Z | Compiling cobs v0.3.0 |
| 291 | 2026-07-13T04:31:43.529Z | Compiling darling v0.21.3 |
| 292 | 2026-07-13T04:31:43.600Z | Compiling ingot-macros v0.1.1 |
| 293 | 2026-07-13T04:31:43.629Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 294 | 2026-07-13T04:31:43.711Z | Compiling anstyle v1.0.14 |
| 295 | 2026-07-13T04:31:43.727Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 296 | 2026-07-13T04:31:43.802Z | Compiling num_enum v0.7.6 |
| 297 | 2026-07-13T04:31:43.836Z | Compiling is_terminal_polyfill v1.70.2 |
| 298 | 2026-07-13T04:31:43.881Z | Compiling colorchoice v1.0.5 |
| 299 | 2026-07-13T04:31:43.889Z | Compiling pin-project-lite v0.2.17 |
| 300 | 2026-07-13T04:31:43.929Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 301 | 2026-07-13T04:31:43.994Z | Compiling anstream v1.0.0 |
| 302 | 2026-07-13T04:31:44.045Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 303 | 2026-07-13T04:31:44.195Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 304 | 2026-07-13T04:31:44.282Z | Compiling tracing v0.1.44 |
| 305 | 2026-07-13T04:31:44.312Z | Compiling terminal_size v0.4.4 |
| 306 | 2026-07-13T04:31:44.385Z | Compiling rand v0.10.2 |
| 307 | 2026-07-13T04:31:44.443Z | Compiling uuid v1.23.4 |
| 308 | 2026-07-13T04:31:44.580Z | Compiling socket2 v0.6.4 |
| 309 | 2026-07-13T04:31:44.845Z | Compiling heck v0.5.0 |
| 310 | 2026-07-13T04:31:45.029Z | Compiling clap_lex v1.1.0 |
| 311 | 2026-07-13T04:31:45.182Z | Compiling colored v3.1.1 |
| 312 | 2026-07-13T04:31:45.197Z | Compiling oxnet v0.1.6 |
| 313 | 2026-07-13T04:31:45.250Z | Compiling clap_builder v4.6.0 |
| 314 | 2026-07-13T04:31:45.342Z | Compiling postcard v1.1.3 |
| 315 | 2026-07-13T04:31:45.430Z | Compiling clap_derive v4.6.1 |
| 316 | 2026-07-13T04:31:45.455Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 317 | 2026-07-13T04:31:46.654Z | Compiling ingot-types v0.1.2 |
| 318 | 2026-07-13T04:31:46.965Z | Compiling ingot v0.1.1 |
| 319 | 2026-07-13T04:31:47.125Z | Compiling clap v4.6.1 |
| 320 | 2026-07-13T04:31:49.181Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 321 | 2026-07-13T04:31:49.682Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 322 | 2026-07-13T04:31:50.768Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 323 | 2026-07-13T04:31:57.400Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.40s |
| 324 | 2026-07-13T04:31:57.426Z | Building xde (release-lto). |
| 325 | 2026-07-13T04:31:57.688Z | Updating crates.io index |
| 326 | 2026-07-13T04:31:57.783Z | Downloading crates ... |
| 327 | 2026-07-13T04:31:57.817Z | Downloaded rustc-demangle v0.1.27 |
| 328 | 2026-07-13T04:31:57.842Z | Downloaded adler2 v2.0.1 |
| 329 | 2026-07-13T04:31:57.842Z | Downloaded foldhash v0.2.0 |
| 330 | 2026-07-13T04:31:57.842Z | Downloaded rustc-literal-escaper v0.0.8 |
| 331 | 2026-07-13T04:31:57.842Z | Downloaded addr2line v0.25.1 |
| 332 | 2026-07-13T04:31:57.842Z | Downloaded getopts v0.2.24 |
| 333 | 2026-07-13T04:31:57.854Z | Downloaded miniz_oxide v0.8.9 |
| 334 | 2026-07-13T04:31:57.867Z | Downloaded memchr v2.7.6 |
| 335 | 2026-07-13T04:31:57.908Z | Downloaded gimli v0.32.3 |
| 336 | 2026-07-13T04:31:57.952Z | Downloaded object v0.37.3 |
| 337 | 2026-07-13T04:31:57.968Z | Downloaded libc v0.2.185 |
| 338 | 2026-07-13T04:31:58.015Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 339 | 2026-07-13T04:31:58.016Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 340 | 2026-07-13T04:31:58.016Z | Compiling proc-macro2 v1.0.106 |
| 341 | 2026-07-13T04:31:58.072Z | Compiling unicode-ident v1.0.24 |
| 342 | 2026-07-13T04:31:58.072Z | Compiling quote v1.0.46 |
| 343 | 2026-07-13T04:31:58.072Z | Compiling strsim v0.11.1 |
| 344 | 2026-07-13T04:31:58.072Z | Compiling ident_case v1.0.1 |
| 345 | 2026-07-13T04:31:58.072Z | Compiling serde_core v1.0.228 |
| 346 | 2026-07-13T04:31:58.161Z | Compiling memchr v2.8.2 |
| 347 | 2026-07-13T04:31:58.176Z | Compiling fnv v1.0.7 |
| 348 | 2026-07-13T04:31:58.364Z | Compiling regex-syntax v0.8.11 |
| 349 | 2026-07-13T04:31:58.422Z | Compiling thiserror v2.0.18 |
| 350 | 2026-07-13T04:31:58.465Z | Compiling either v1.16.0 |
| 351 | 2026-07-13T04:31:58.494Z | Compiling serde v1.0.228 |
| 352 | 2026-07-13T04:31:58.570Z | Compiling aho-corasick v1.1.4 |
| 353 | 2026-07-13T04:31:58.625Z | Compiling zerocopy v0.8.52 |
| 354 | 2026-07-13T04:31:58.819Z | Compiling itertools v0.14.0 |
| 355 | 2026-07-13T04:31:58.866Z | Compiling heapless v0.8.0 |
| 356 | 2026-07-13T04:31:59.160Z | Compiling syn v2.0.118 |
| 357 | 2026-07-13T04:31:59.244Z | Compiling smoltcp v0.11.0 |
| 358 | 2026-07-13T04:31:59.279Z | Compiling crc32fast v1.5.0 |
| 359 | 2026-07-13T04:31:59.336Z | Compiling version_check v0.9.5 |
| 360 | 2026-07-13T04:31:59.613Z | Compiling ref-cast v1.0.25 |
| 361 | 2026-07-13T04:31:59.661Z | Compiling regex-automata v0.4.14 |
| 362 | 2026-07-13T04:31:59.674Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 363 | 2026-07-13T04:32:01.244Z | Compiling regex v1.12.4 |
| 364 | 2026-07-13T04:32:01.455Z | Compiling darling_core v0.21.3 |
| 365 | 2026-07-13T04:32:01.476Z | Compiling darling_core v0.23.0 |
| 366 | 2026-07-13T04:32:02.432Z | Compiling zerocopy-derive v0.8.52 |
| 367 | 2026-07-13T04:32:02.432Z | Compiling serde_derive v1.0.228 |
| 368 | 2026-07-13T04:32:02.433Z | Compiling thiserror-impl v2.0.18 |
| 369 | 2026-07-13T04:32:02.433Z | Compiling ref-cast-impl v1.0.25 |
| 370 | 2026-07-13T04:32:02.531Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 371 | 2026-07-13T04:32:04.426Z | Compiling darling_macro v0.21.3 |
| 372 | 2026-07-13T04:32:04.426Z | Compiling darling_macro v0.23.0 |
| 373 | 2026-07-13T04:32:04.883Z | Compiling darling v0.21.3 |
| 374 | 2026-07-13T04:32:04.909Z | Compiling ingot-macros v0.1.1 |
| 375 | 2026-07-13T04:32:04.957Z | Compiling darling v0.23.0 |
| 376 | 2026-07-13T04:32:05.030Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 377 | 2026-07-13T04:32:10.736Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 378 | 2026-07-13T04:32:12.947Z | Compiling byteorder v1.5.0 |
| 379 | 2026-07-13T04:32:12.948Z | Compiling cfg-if v1.0.4 |
| 380 | 2026-07-13T04:32:12.948Z | Compiling stable_deref_trait v1.2.1 |
| 381 | 2026-07-13T04:32:12.970Z | Compiling macaddr v1.0.1 |
| 382 | 2026-07-13T04:32:13.012Z | Compiling cobs v0.3.0 |
| 383 | 2026-07-13T04:32:13.012Z | Compiling bitflags v1.3.2 |
| 384 | 2026-07-13T04:32:13.036Z | Compiling managed v0.8.0 |
| 385 | 2026-07-13T04:32:13.156Z | Compiling hash32 v0.3.1 |
| 386 | 2026-07-13T04:32:13.248Z | Compiling itertools v0.15.0 |
| 387 | 2026-07-13T04:32:13.287Z | Compiling dyn-clone v1.0.20 |
| 388 | 2026-07-13T04:32:13.294Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 389 | 2026-07-13T04:32:14.543Z | Compiling bitflags v2.13.0 |
| 390 | 2026-07-13T04:32:14.543Z | Compiling uuid v1.23.4 |
| 391 | 2026-07-13T04:32:14.746Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 392 | 2026-07-13T04:32:14.986Z | Compiling postcard v1.1.3 |
| 393 | 2026-07-13T04:32:15.818Z | Compiling ingot-types v0.1.2 |
| 394 | 2026-07-13T04:32:16.160Z | Compiling ingot v0.1.1 |
| 395 | 2026-07-13T04:32:17.667Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 396 | 2026-07-13T04:32:21.478Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 397 | 2026-07-13T04:32:30.342Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 398 | 2026-07-13T04:33:00.281Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 399 | 2026-07-13T04:33:00.305Z | Linking xde kmod... |
| 400 | 2026-07-13T04:33:00.888Z | Building xde dev link helper (release). |
| 401 | 2026-07-13T04:33:01.041Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 402 | 2026-07-13T04:33:01.041Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 403 | 2026-07-13T04:33:01.041Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 404 | 2026-07-13T04:33:12.807Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 405 | 2026-07-13T04:33:15.317Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.39s |
| 406 | 2026-07-13T04:33:15.336Z | Building opteadm (dev). |
| 407 | 2026-07-13T04:33:15.487Z | Compiling serde_core v1.0.228 |
| 408 | 2026-07-13T04:33:15.487Z | Compiling libc v0.2.186 |
| 409 | 2026-07-13T04:33:15.488Z | Compiling cfg-if v1.0.4 |
| 410 | 2026-07-13T04:33:15.491Z | Compiling strsim v0.11.1 |
| 411 | 2026-07-13T04:33:15.491Z | Compiling fnv v1.0.7 |
| 412 | 2026-07-13T04:33:15.491Z | Compiling ident_case v1.0.1 |
| 413 | 2026-07-13T04:33:15.492Z | Compiling memchr v2.8.2 |
| 414 | 2026-07-13T04:33:15.492Z | Compiling syn v2.0.118 |
| 415 | 2026-07-13T04:33:15.562Z | Compiling regex-syntax v0.8.11 |
| 416 | 2026-07-13T04:33:15.581Z | Compiling either v1.16.0 |
| 417 | 2026-07-13T04:33:15.602Z | Compiling hashbrown v0.17.1 |
| 418 | 2026-07-13T04:33:15.769Z | Compiling winnow v1.0.3 |
| 419 | 2026-07-13T04:33:15.783Z | Compiling zerocopy v0.8.52 |
| 420 | 2026-07-13T04:33:16.060Z | Compiling aho-corasick v1.1.4 |
| 421 | 2026-07-13T04:33:16.127Z | Compiling serde v1.0.228 |
| 422 | 2026-07-13T04:33:16.179Z | Compiling equivalent v1.0.2 |
| 423 | 2026-07-13T04:33:16.272Z | Compiling indexmap v2.14.0 |
| 424 | 2026-07-13T04:33:16.320Z | Compiling itertools v0.14.0 |
| 425 | 2026-07-13T04:33:16.482Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 426 | 2026-07-13T04:33:16.694Z | Compiling byteorder v1.5.0 |
| 427 | 2026-07-13T04:33:16.831Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 428 | 2026-07-13T04:33:16.872Z | Compiling heapless v0.8.0 |
| 429 | 2026-07-13T04:33:16.875Z | Compiling hash32 v0.3.1 |
| 430 | 2026-07-13T04:33:17.021Z | Compiling regex-automata v0.4.14 |
| 431 | 2026-07-13T04:33:17.340Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 432 | 2026-07-13T04:33:17.378Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 433 | 2026-07-13T04:33:17.481Z | Compiling syn v1.0.109 |
| 434 | 2026-07-13T04:33:17.567Z | Compiling bitflags v2.13.0 |
| 435 | 2026-07-13T04:33:17.622Z | Compiling macaddr v1.0.1 |
| 436 | 2026-07-13T04:33:17.639Z | Compiling rustversion v1.0.22 |
| 437 | 2026-07-13T04:33:17.766Z | Compiling stable_deref_trait v1.2.1 |
| 438 | 2026-07-13T04:33:17.797Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-07-13T04:33:17.869Z | Compiling proc-macro-crate v3.5.0 |
| 440 | 2026-07-13T04:33:18.037Z | Compiling rand_core v0.10.1 |
| 441 | 2026-07-13T04:33:18.051Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 442 | 2026-07-13T04:33:18.136Z | Compiling darling_core v0.21.3 |
| 443 | 2026-07-13T04:33:18.199Z | Compiling ref-cast v1.0.25 |
| 444 | 2026-07-13T04:33:18.227Z | Compiling getrandom v0.4.3 |
| 445 | 2026-07-13T04:33:18.266Z | Compiling bitflags v1.3.2 |
| 446 | 2026-07-13T04:33:18.271Z | Compiling version_check v0.9.5 |
| 447 | 2026-07-13T04:33:18.274Z | Compiling managed v0.8.0 |
| 448 | 2026-07-13T04:33:18.524Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 449 | 2026-07-13T04:33:18.553Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 450 | 2026-07-13T04:33:18.769Z | Compiling regex v1.12.4 |
| 451 | 2026-07-13T04:33:19.081Z | Compiling errno v0.3.14 |
| 452 | 2026-07-13T04:33:19.159Z | Compiling foreign-types-shared v0.3.1 |
| 453 | 2026-07-13T04:33:19.224Z | Compiling once_cell v1.21.4 |
| 454 | 2026-07-13T04:33:19.240Z | Compiling cpufeatures v0.3.0 |
| 455 | 2026-07-13T04:33:19.310Z | Compiling ipnetwork v0.21.1 |
| 456 | 2026-07-13T04:33:19.318Z | Compiling thiserror-impl v2.0.18 |
| 457 | 2026-07-13T04:33:19.460Z | Compiling serde_derive v1.0.228 |
| 458 | 2026-07-13T04:33:19.597Z | Compiling zerocopy-derive v0.8.52 |
| 459 | 2026-07-13T04:33:19.807Z | Compiling num_enum_derive v0.7.6 |
| 460 | 2026-07-13T04:33:20.252Z | Compiling darling_macro v0.21.3 |
| 461 | 2026-07-13T04:33:20.384Z | Compiling foreign-types-macros v0.2.3 |
| 462 | 2026-07-13T04:33:20.532Z | Compiling thiserror v2.0.18 |
| 463 | 2026-07-13T04:33:20.634Z | Compiling cobs v0.3.0 |
| 464 | 2026-07-13T04:33:20.817Z | Compiling ref-cast-impl v1.0.25 |
| 465 | 2026-07-13T04:33:20.833Z | Compiling darling v0.21.3 |
| 466 | 2026-07-13T04:33:20.905Z | Compiling ingot-macros v0.1.1 |
| 467 | 2026-07-13T04:33:20.911Z | Compiling unicode-width v0.2.2 |
| 468 | 2026-07-13T04:33:21.034Z | Compiling foreign-types v0.5.0 |
| 469 | 2026-07-13T04:33:21.103Z | Compiling num_enum v0.7.6 |
| 470 | 2026-07-13T04:33:21.238Z | Compiling tabwriter v1.4.1 |
| 471 | 2026-07-13T04:33:21.280Z | Compiling cstr-argument v0.1.2 |
| 472 | 2026-07-13T04:33:21.452Z | Compiling tracing-core v0.1.36 |
| 473 | 2026-07-13T04:33:21.569Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 474 | 2026-07-13T04:33:21.669Z | Compiling tracing-attributes v0.1.31 |
| 475 | 2026-07-13T04:33:21.752Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 476 | 2026-07-13T04:33:22.161Z | Compiling chacha20 v0.10.1 |
| 477 | 2026-07-13T04:33:22.256Z | Compiling rustix v1.1.4 |
| 478 | 2026-07-13T04:33:22.778Z | Compiling postcard v1.1.3 |
| 479 | 2026-07-13T04:33:22.903Z | Compiling anyhow v1.0.103 |
| 480 | 2026-07-13T04:33:22.908Z | Compiling pretty-hex v0.4.2 |
| 481 | 2026-07-13T04:33:22.920Z | Compiling dyn-clone v1.0.20 |
| 482 | 2026-07-13T04:33:22.995Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 483 | 2026-07-13T04:33:23.025Z | Compiling pin-project-lite v0.2.17 |
| 484 | 2026-07-13T04:33:23.077Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 485 | 2026-07-13T04:33:23.112Z | Compiling tracing v0.1.44 |
| 486 | 2026-07-13T04:33:23.127Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 487 | 2026-07-13T04:33:23.227Z | Compiling terminal_size v0.4.4 |
| 488 | 2026-07-13T04:33:23.289Z | Compiling rand v0.10.2 |
| 489 | 2026-07-13T04:33:23.377Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 490 | 2026-07-13T04:33:23.381Z | Compiling uuid v1.23.4 |
| 491 | 2026-07-13T04:33:23.448Z | Compiling socket2 v0.6.4 |
| 492 | 2026-07-13T04:33:23.471Z | Compiling colored v3.1.1 |
| 493 | 2026-07-13T04:33:23.590Z | Compiling oxnet v0.1.6 |
| 494 | 2026-07-13T04:33:23.727Z | Compiling clap_derive v4.6.1 |
| 495 | 2026-07-13T04:33:23.968Z | Compiling ingot-types v0.1.2 |
| 496 | 2026-07-13T04:33:24.072Z | Compiling clap_builder v4.6.0 |
| 497 | 2026-07-13T04:33:24.146Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 498 | 2026-07-13T04:33:24.317Z | Compiling ingot v0.1.1 |
| 499 | 2026-07-13T04:33:25.833Z | Compiling clap v4.6.1 |
| 500 | 2026-07-13T04:33:25.977Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 501 | 2026-07-13T04:33:28.423Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 502 | 2026-07-13T04:33:29.629Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 503 | 2026-07-13T04:33:34.092Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.75s |
| 504 | 2026-07-13T04:33:34.120Z | Building xde (dev). |
| 505 | 2026-07-13T04:33:34.348Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 506 | 2026-07-13T04:33:34.349Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 507 | 2026-07-13T04:33:34.349Z | Compiling proc-macro2 v1.0.106 |
| 508 | 2026-07-13T04:33:34.349Z | Compiling quote v1.0.46 |
| 509 | 2026-07-13T04:33:34.349Z | Compiling unicode-ident v1.0.24 |
| 510 | 2026-07-13T04:33:34.349Z | Compiling ident_case v1.0.1 |
| 511 | 2026-07-13T04:33:34.349Z | Compiling strsim v0.11.1 |
| 512 | 2026-07-13T04:33:34.349Z | Compiling serde_core v1.0.228 |
| 513 | 2026-07-13T04:33:34.478Z | Compiling memchr v2.8.2 |
| 514 | 2026-07-13T04:33:34.483Z | Compiling fnv v1.0.7 |
| 515 | 2026-07-13T04:33:34.552Z | Compiling regex-syntax v0.8.11 |
| 516 | 2026-07-13T04:33:34.730Z | Compiling zerocopy v0.8.52 |
| 517 | 2026-07-13T04:33:34.752Z | Compiling serde v1.0.228 |
| 518 | 2026-07-13T04:33:34.760Z | Compiling thiserror v2.0.18 |
| 519 | 2026-07-13T04:33:34.866Z | Compiling aho-corasick v1.1.4 |
| 520 | 2026-07-13T04:33:35.141Z | Compiling either v1.16.0 |
| 521 | 2026-07-13T04:33:35.179Z | Compiling heapless v0.8.0 |
| 522 | 2026-07-13T04:33:35.319Z | Compiling itertools v0.14.0 |
| 523 | 2026-07-13T04:33:35.362Z | Compiling smoltcp v0.11.0 |
| 524 | 2026-07-13T04:33:35.516Z | Compiling syn v2.0.118 |
| 525 | 2026-07-13T04:33:35.561Z | Compiling version_check v0.9.5 |
| 526 | 2026-07-13T04:33:35.658Z | Compiling ref-cast v1.0.25 |
| 527 | 2026-07-13T04:33:35.819Z | Compiling crc32fast v1.5.0 |
| 528 | 2026-07-13T04:33:35.922Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 529 | 2026-07-13T04:33:36.071Z | Compiling regex-automata v0.4.14 |
| 530 | 2026-07-13T04:33:37.671Z | Compiling regex v1.12.4 |
| 531 | 2026-07-13T04:33:37.846Z | Compiling darling_core v0.21.3 |
| 532 | 2026-07-13T04:33:37.846Z | Compiling darling_core v0.23.0 |
| 533 | 2026-07-13T04:33:38.783Z | Compiling serde_derive v1.0.228 |
| 534 | 2026-07-13T04:33:38.783Z | Compiling thiserror-impl v2.0.18 |
| 535 | 2026-07-13T04:33:38.783Z | Compiling zerocopy-derive v0.8.52 |
| 536 | 2026-07-13T04:33:38.786Z | Compiling ref-cast-impl v1.0.25 |
| 537 | 2026-07-13T04:33:38.786Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 538 | 2026-07-13T04:33:40.343Z | Compiling darling_macro v0.21.3 |
| 539 | 2026-07-13T04:33:40.435Z | Compiling darling_macro v0.23.0 |
| 540 | 2026-07-13T04:33:41.275Z | Compiling darling v0.21.3 |
| 541 | 2026-07-13T04:33:41.341Z | Compiling ingot-macros v0.1.1 |
| 542 | 2026-07-13T04:33:41.356Z | Compiling darling v0.23.0 |
| 543 | 2026-07-13T04:33:41.412Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 544 | 2026-07-13T04:33:46.549Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 545 | 2026-07-13T04:33:48.338Z | Compiling byteorder v1.5.0 |
| 546 | 2026-07-13T04:33:48.338Z | Compiling macaddr v1.0.1 |
| 547 | 2026-07-13T04:33:48.339Z | Compiling cfg-if v1.0.4 |
| 548 | 2026-07-13T04:33:48.344Z | Compiling stable_deref_trait v1.2.1 |
| 549 | 2026-07-13T04:33:48.405Z | Compiling bitflags v1.3.2 |
| 550 | 2026-07-13T04:33:48.409Z | Compiling managed v0.8.0 |
| 551 | 2026-07-13T04:33:48.450Z | Compiling cobs v0.3.0 |
| 552 | 2026-07-13T04:33:48.520Z | Compiling hash32 v0.3.1 |
| 553 | 2026-07-13T04:33:48.647Z | Compiling itertools v0.15.0 |
| 554 | 2026-07-13T04:33:48.726Z | Compiling dyn-clone v1.0.20 |
| 555 | 2026-07-13T04:33:48.778Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 556 | 2026-07-13T04:33:49.857Z | Compiling bitflags v2.13.0 |
| 557 | 2026-07-13T04:33:49.857Z | Compiling uuid v1.23.4 |
| 558 | 2026-07-13T04:33:49.993Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 559 | 2026-07-13T04:33:50.272Z | Compiling postcard v1.1.3 |
| 560 | 2026-07-13T04:33:51.098Z | Compiling ingot-types v0.1.2 |
| 561 | 2026-07-13T04:33:51.390Z | Compiling ingot v0.1.1 |
| 562 | 2026-07-13T04:33:52.813Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 563 | 2026-07-13T04:33:57.061Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 564 | 2026-07-13T04:34:07.695Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 565 | 2026-07-13T04:34:16.239Z | Finished `dev` profile [optimized + debuginfo] target(s) in 42.08s |
| 566 | 2026-07-13T04:34:16.261Z | Linking xde kmod... |
| 567 | 2026-07-13T04:34:17.471Z | Building xde dev link helper (dev). |
| 568 | 2026-07-13T04:34:17.625Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 569 | 2026-07-13T04:34:17.625Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 570 | 2026-07-13T04:34:17.625Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 571 | 2026-07-13T04:34:28.658Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 572 | 2026-07-13T04:34:31.010Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.46s |
| 573 | 2026-07-13T04:34:31.020Z | |
| 574 | 2026-07-13T04:34:31.021Z | real 3:10.961855388 |
| 575 | 2026-07-13T04:34:31.021Z | user 9:07.524819581 |
| 576 | 2026-07-13T04:34:31.021Z | sys 59.606305308 |
| 577 | 2026-07-13T04:34:31.022Z | trap 0.246399094 |
| 578 | 2026-07-13T04:34:31.022Z | tflt 0.884402849 |
| 579 | 2026-07-13T04:34:31.022Z | dflt 1.633120958 |
| 580 | 2026-07-13T04:34:31.022Z | kflt 0.006891604 |
| 581 | 2026-07-13T04:34:31.022Z | lock 35:16.169957760 |
| 582 | 2026-07-13T04:34:31.022Z | slp 21:24.126594021 |
| 583 | 2026-07-13T04:34:31.022Z | lat 21.611825768 |
| 584 | 2026-07-13T04:34:31.022Z | stop 34.963530665 |
| 585 | 2026-07-13T04:34:31.022Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 586 | 2026-07-13T04:34:31.022Z | + grep GOTPCREL |
| 587 | 2026-07-13T04:34:31.951Z | + header 'package opte' |
| 588 | 2026-07-13T04:34:31.951Z | + echo '# ==== package opte ==== #' |
| 589 | 2026-07-13T04:34:31.951Z | # ==== package opte ==== # |
| 590 | 2026-07-13T04:34:31.951Z | + cargo xtask package --skip-build --profile all |
| 591 | 2026-07-13T04:34:32.083Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 592 | 2026-07-13T04:34:32.087Z | Running `target/debug/xtask package --skip-build --profile all` |
| 593 | 2026-07-13T04:34:32.297Z | + ./clean.sh |
| 594 | 2026-07-13T04:34:32.302Z | + mkdir -p proto/kernel/drv/amd64 |
| 595 | 2026-07-13T04:34:32.302Z | + mkdir -p proto/opt/oxide/opte/bin |
| 596 | 2026-07-13T04:34:32.302Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 597 | 2026-07-13T04:34:32.302Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 598 | 2026-07-13T04:34:32.316Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 599 | 2026-07-13T04:34:32.349Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 600 | 2026-07-13T04:34:32.361Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 601 | 2026-07-13T04:34:32.361Z | + '[' -z ']' |
| 602 | 2026-07-13T04:34:32.361Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 603 | 2026-07-13T04:34:32.379Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 604 | 2026-07-13T04:34:32.456Z | + INC_DEBUG= |
| 605 | 2026-07-13T04:34:32.457Z | + typeset -ri TAG=0 |
| 606 | 2026-07-13T04:34:32.461Z | ++ ./print-api-version.sh |
| 607 | 2026-07-13T04:34:32.461Z | + API_VSN=41 |
| 608 | 2026-07-13T04:34:32.461Z | + PKG_VERSION=0.41.499-3.0 |
| 609 | 2026-07-13T04:34:32.474Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.499-3.0/g opte.template.p5m |
| 610 | 2026-07-13T04:34:32.474Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 611 | 2026-07-13T04:34:33.012Z | + pkgdepend generate -d proto opte.base.p5m |
| 612 | 2026-07-13T04:34:33.343Z | + mkdir -p packages |
| 613 | 2026-07-13T04:34:33.354Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 614 | 2026-07-13T04:34:40.561Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 615 | 2026-07-13T04:34:40.564Z | + pkgrepo create packages/repo |
| 616 | 2026-07-13T04:34:40.779Z | + pkgrepo add-publisher -s packages/repo helios |
| 617 | 2026-07-13T04:34:40.984Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 618 | 2026-07-13T04:35:10.503Z | pkg://helios/driver/network/opte@0.41.499,5.11-3.0:20260713T043439Z |
| 619 | 2026-07-13T04:35:10.503Z | PUBLISHED |
| 620 | 2026-07-13T04:35:10.543Z | + pkgrecv -a -d packages/repo/opte-0.41.499-3.0.p5p -s packages/repo -v -m latest '*' |
| 621 | 2026-07-13T04:35:10.724Z | Retrieving packages for publisher helios ... |
| 622 | 2026-07-13T04:35:10.728Z | Retrieving catalog 'helios' ... Done |
| 623 | 2026-07-13T04:35:10.731Z | Retrieving and evaluating 1 package(s)... |
| 624 | 2026-07-13T04:35:10.731Z | Fetching manifests: 1/1 100% complete |
| 625 | 2026-07-13T04:35:10.731Z | Fetching manifests: 1/1 100% complete |
| 626 | 2026-07-13T04:35:10.731Z | |
| 627 | 2026-07-13T04:35:10.731Z | Archiving packages ... |
| 628 | 2026-07-13T04:35:10.731Z | Packages to add: 1 |
| 629 | 2026-07-13T04:35:10.731Z | Files to retrieve: 6 |
| 630 | 2026-07-13T04:35:10.731Z | Estimated transfer size: 37.07 MB |
| 631 | 2026-07-13T04:35:10.731Z | |
| 632 | 2026-07-13T04:35:10.732Z | Packages to archive: |
| 633 | 2026-07-13T04:35:10.732Z | driver/network/opte@0.41.499,5.11-3.0:20260713T043439Z |
| 634 | 2026-07-13T04:35:10.732Z | |
| 635 | 2026-07-13T04:35:10.732Z | Download: 0/6 items 0.0/37.1MB 0% complete |
| 636 | 2026-07-13T04:35:10.796Z | Download: Completed 37.07 MB in 0.07 seconds (542M/s) |
| 637 | 2026-07-13T04:35:10.800Z | Archiving: 1/20 items 0.0/37.1MB 0% complete |
| 638 | 2026-07-13T04:35:10.812Z | Archiving: Completed 37.11 MB in 0.01 seconds |
| 639 | 2026-07-13T04:35:10.852Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.499-3.0.p5p. |
| 640 | 2026-07-13T04:35:10.857Z | + banner copy |
| 641 | 2026-07-13T04:35:10.858Z | |
| 642 | 2026-07-13T04:35:10.858Z | #### #### ##### # # |
| 643 | 2026-07-13T04:35:10.858Z | # # # # # # # # |
| 644 | 2026-07-13T04:35:10.858Z | # # # # # # |
| 645 | 2026-07-13T04:35:10.858Z | # # # ##### # |
| 646 | 2026-07-13T04:35:10.858Z | # # # # # # |
| 647 | 2026-07-13T04:35:10.858Z | #### #### # # |
| 648 | 2026-07-13T04:35:10.858Z | |
| 649 | 2026-07-13T04:35:10.858Z | + pfexec mkdir -p /out |
| 650 | 2026-07-13T04:35:10.873Z | + pfexec chown 12345 /out |
| 651 | 2026-07-13T04:35:10.873Z | + PKG_NAME=/out/opte.p5p |
| 652 | 2026-07-13T04:35:10.873Z | + mv pkg/packages/repo/opte-0.41.499-3.0.p5p /out/opte.p5p |
| 653 | 2026-07-13T04:35:10.910Z | + sha256sum /out/opte.p5p |
| 654 | 2026-07-13T04:35:10.920Z | process exited: duration 245786 ms, exit code 0 |
| |
| 655 | 2026-07-13T04:35:10.947Z | found 2 output files |
| 656 | 2026-07-13T04:35:10.947Z | uploading: /out/opte.p5p (38922240 bytes) |
| 657 | 2026-07-13T04:35:12.424Z | uploaded: /out/opte.p5p |
| 658 | 2026-07-13T04:35:12.424Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 659 | 2026-07-13T04:35:13.447Z | uploaded: /out/opte.p5p.sha256 |