|
|
|
| 1 | 2026-06-30T11:18:48.719Z | job assigned to worker 01KWC3ZY4BKX2884VV288CFB6G [factory aws, i-06c35e83e4a13c65a] (queued for 1 m 8 s) |
| |
| 2 | 2026-06-30T11:18:55.686Z | starting task 0: "setup" |
| 3 | 2026-06-30T11:18:55.693Z | ++ uname -s |
| 4 | 2026-06-30T11:18:55.697Z | + kern=SunOS |
| 5 | 2026-06-30T11:18:55.697Z | + build_user=build |
| 6 | 2026-06-30T11:18:55.697Z | + build_uid=12345 |
| 7 | 2026-06-30T11:18:55.697Z | + work_dir=/work |
| 8 | 2026-06-30T11:18:55.697Z | + input_dir=/input |
| 9 | 2026-06-30T11:18:55.697Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T11:18:55.697Z | + case "$kern" in |
| 11 | 2026-06-30T11:18:55.697Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T11:18:55.697Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T11:18:57.703Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T11:18:57.810Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T11:18:57.814Z | + home_fs=zfs |
| 16 | 2026-06-30T11:18:57.814Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T11:18:57.814Z | + mkdir -p /home/build |
| 18 | 2026-06-30T11:18:57.814Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T11:18:59.815Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T11:18:59.819Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-06-30T11:18:59.826Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T11:18:59.831Z | * rust toolchain channel = "1.96.0" |
| 23 | 2026-06-30T11:18:59.831Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 24 | 2026-06-30T11:18:59.831Z | * rust toolchain profile = "default" |
| 25 | 2026-06-30T11:18:59.831Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-30T11:18:59.831Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T11:18:59.832Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-30T11:18:59.835Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T11:18:59.835Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T11:18:59.941Z | info: downloading installer |
| 31 | 2026-06-30T11:19:01.370Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T11:19:01.370Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T11:19:01.370Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T11:19:01.370Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T11:19:01.383Z | info: profile set to default |
| 36 | 2026-06-30T11:19:01.383Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T11:19:01.386Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T11:19:01.526Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T11:19:01.530Z | info: downloading 6 components |
| 40 | 2026-06-30T11:19:16.111Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T11:19:16.111Z | |
| 42 | 2026-06-30T11:19:16.155Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T11:19:16.155Z | |
| 44 | 2026-06-30T11:19:16.155Z | |
| 45 | 2026-06-30T11:19:16.155Z | Rust is installed now. Great! |
| 46 | 2026-06-30T11:19:16.155Z | |
| 47 | 2026-06-30T11:19:16.155Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T11:19:16.155Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T11:19:16.155Z | |
| 50 | 2026-06-30T11:19:16.155Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T11:19:16.155Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T11:19:16.155Z | |
| 53 | 2026-06-30T11:19:16.155Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T11:19:16.159Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T11:19:16.159Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T11:19:16.159Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T11:19:16.159Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T11:19:16.159Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T11:19:16.159Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T11:19:16.159Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T11:19:16.159Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T11:19:16.258Z | + rustup --version |
| 63 | 2026-06-30T11:19:16.267Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T11:19:16.271Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T11:19:16.288Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T11:19:16.293Z | + cargo --version |
| 67 | 2026-06-30T11:19:16.304Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T11:19:16.307Z | + rustc --version |
| 69 | 2026-06-30T11:19:16.327Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T11:19:16.331Z | process exited: duration 16503 ms, exit code 0 |
| |
| 71 | 2026-06-30T11:19:16.337Z | starting task 2: "authentication" |
| 72 | 2026-06-30T11:19:16.354Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-30T11:19:16.361Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T11:19:16.365Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-30T11:19:16.368Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-30T11:19:16.394Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-30T11:19:17.327Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-30T11:19:17.327Z | + git fetch origin 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 79 | 2026-06-30T11:19:17.596Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-30T11:19:17.596Z | * branch 194ae5e6163762f09f71606701c2ca93af2381e6 -> FETCH_HEAD |
| 81 | 2026-06-30T11:19:17.601Z | + [[ -n read-xde ]] |
| 82 | 2026-06-30T11:19:17.605Z | ++ git branch --show-current |
| 83 | 2026-06-30T11:19:17.605Z | + current=master |
| 84 | 2026-06-30T11:19:17.605Z | + [[ master != read-xde ]] |
| 85 | 2026-06-30T11:19:17.605Z | + git branch -f read-xde 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 86 | 2026-06-30T11:19:17.608Z | + git checkout -f read-xde |
| 87 | 2026-06-30T11:19:17.623Z | Switched to branch 'read-xde' |
| 88 | 2026-06-30T11:19:17.631Z | + git reset --hard 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 89 | 2026-06-30T11:19:17.642Z | HEAD is now at 194ae5e [opteadm] Add show-xde-underlay command. |
| 90 | 2026-06-30T11:19:17.646Z | process exited: duration 1279 ms, exit code 0 |
| |
| 91 | 2026-06-30T11:19:17.655Z | starting task 4: "build" |
| 92 | 2026-06-30T11:19:17.662Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-30T11:19:17.662Z | ++ rustup show active-toolchain |
| 94 | 2026-06-30T11:19:17.668Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-30T11:19:17.668Z | ++ pushd xde |
| 96 | 2026-06-30T11:19:17.668Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-30T11:19:17.668Z | ++ rustup show active-toolchain |
| 98 | 2026-06-30T11:19:17.675Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-30T11:19:17.824Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-30T11:19:17.831Z | info: downloading 6 components |
| 101 | 2026-06-30T11:19:31.359Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-30T11:19:31.464Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-30T11:19:31.468Z | +++ head -n 1 |
| 104 | 2026-06-30T11:19:31.468Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-30T11:19:31.518Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-30T11:19:31.519Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-30T11:19:31.519Z | ++ popd |
| 108 | 2026-06-30T11:19:31.523Z | /work/oxidecomputer/opte |
| 109 | 2026-06-30T11:19:31.523Z | + TGT_BASE=/work |
| 110 | 2026-06-30T11:19:31.523Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-06-30T11:19:31.523Z | + REL_TGT=/work/release |
| 112 | 2026-06-30T11:19:31.523Z | + mkdir -p /work/release |
| 113 | 2026-06-30T11:19:31.523Z | + cargo --version |
| 114 | 2026-06-30T11:19:31.530Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-30T11:19:31.533Z | + rustc --version |
| 116 | 2026-06-30T11:19:31.552Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-30T11:19:31.555Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-06-30T11:19:31.555Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-06-30T11:19:31.556Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-06-30T11:19:31.556Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-06-30T11:19:31.657Z | Updating crates.io index |
| 122 | 2026-06-30T11:19:31.661Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-06-30T11:19:32.399Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-06-30T11:19:32.672Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-06-30T11:19:33.029Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-06-30T11:19:33.296Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-06-30T11:19:33.559Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-06-30T11:19:33.840Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-06-30T11:19:35.716Z | Downloading crates ... |
| 130 | 2026-06-30T11:19:35.770Z | Downloaded anstream v1.0.0 |
| 131 | 2026-06-30T11:19:35.775Z | Downloaded terminal_size v0.4.4 |
| 132 | 2026-06-30T11:19:35.780Z | Downloaded serde_spanned v1.1.1 |
| 133 | 2026-06-30T11:19:35.783Z | Downloaded clap_derive v4.6.1 |
| 134 | 2026-06-30T11:19:35.783Z | Downloaded is_terminal_polyfill v1.70.2 |
| 135 | 2026-06-30T11:19:35.786Z | Downloaded clap_lex v1.1.0 |
| 136 | 2026-06-30T11:19:35.789Z | Downloaded errno v0.3.14 |
| 137 | 2026-06-30T11:19:35.789Z | Downloaded equivalent v1.0.2 |
| 138 | 2026-06-30T11:19:35.789Z | Downloaded strsim v0.11.1 |
| 139 | 2026-06-30T11:19:35.792Z | Downloaded heck v0.5.0 |
| 140 | 2026-06-30T11:19:35.799Z | Downloaded cargo_metadata v0.23.1 |
| 141 | 2026-06-30T11:19:35.804Z | Downloaded colorchoice v1.0.5 |
| 142 | 2026-06-30T11:19:35.807Z | Downloaded utf8parse v0.2.2 |
| 143 | 2026-06-30T11:19:35.819Z | Downloaded cargo-platform v0.3.3 |
| 144 | 2026-06-30T11:19:35.825Z | Downloaded anstyle-query v1.1.5 |
| 145 | 2026-06-30T11:19:35.832Z | Downloaded zmij v1.0.21 |
| 146 | 2026-06-30T11:19:35.835Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 147 | 2026-06-30T11:19:35.841Z | Downloaded anstyle-parse v1.0.0 |
| 148 | 2026-06-30T11:19:35.844Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 149 | 2026-06-30T11:19:35.849Z | Downloaded itoa v1.0.18 |
| 150 | 2026-06-30T11:19:35.854Z | Downloaded quote v1.0.46 |
| 151 | 2026-06-30T11:19:35.858Z | Downloaded anstyle v1.0.14 |
| 152 | 2026-06-30T11:19:35.861Z | Downloaded thiserror-impl v2.0.18 |
| 153 | 2026-06-30T11:19:35.864Z | Downloaded anyhow v1.0.102 |
| 154 | 2026-06-30T11:19:35.867Z | Downloaded thiserror v2.0.18 |
| 155 | 2026-06-30T11:19:35.872Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 156 | 2026-06-30T11:19:35.875Z | Downloaded semver v1.0.28 |
| 157 | 2026-06-30T11:19:35.878Z | Downloaded camino v1.2.3 |
| 158 | 2026-06-30T11:19:35.884Z | Downloaded clap v4.6.1 |
| 159 | 2026-06-30T11:19:35.891Z | Downloaded serde_derive v1.0.228 |
| 160 | 2026-06-30T11:19:35.894Z | Downloaded unicode-ident v1.0.24 |
| 161 | 2026-06-30T11:19:35.897Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 162 | 2026-06-30T11:19:35.897Z | Downloaded bitflags v2.13.0 |
| 163 | 2026-06-30T11:19:35.901Z | Downloaded proc-macro2 v1.0.106 |
| 164 | 2026-06-30T11:19:35.908Z | Downloaded serde_core v1.0.228 |
| 165 | 2026-06-30T11:19:35.924Z | Downloaded serde v1.0.228 |
| 166 | 2026-06-30T11:19:35.937Z | Downloaded memchr v2.8.2 |
| 167 | 2026-06-30T11:19:35.953Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-06-30T11:19:35.964Z | Downloaded serde_json v1.0.150 |
| 169 | 2026-06-30T11:19:35.985Z | Downloaded hashbrown v0.17.1 |
| 170 | 2026-06-30T11:19:35.990Z | Downloaded clap_builder v4.6.0 |
| 171 | 2026-06-30T11:19:35.993Z | Downloaded winnow v1.0.3 |
| 172 | 2026-06-30T11:19:36.021Z | Downloaded syn v2.0.118 |
| 173 | 2026-06-30T11:19:36.039Z | Downloaded rustix v1.1.4 |
| 174 | 2026-06-30T11:19:36.069Z | Downloaded libc v0.2.186 |
| 175 | 2026-06-30T11:19:36.120Z | Compiling serde_core v1.0.228 |
| 176 | 2026-06-30T11:19:36.120Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-06-30T11:19:36.120Z | Compiling quote v1.0.46 |
| 178 | 2026-06-30T11:19:36.123Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-06-30T11:19:36.123Z | Compiling libc v0.2.186 |
| 180 | 2026-06-30T11:19:36.123Z | Compiling rustix v1.1.4 |
| 181 | 2026-06-30T11:19:36.123Z | Compiling zmij v1.0.21 |
| 182 | 2026-06-30T11:19:36.177Z | Compiling bitflags v2.13.0 |
| 183 | 2026-06-30T11:19:36.327Z | Compiling utf8parse v0.2.2 |
| 184 | 2026-06-30T11:19:36.428Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-06-30T11:19:36.566Z | Compiling camino v1.2.3 |
| 186 | 2026-06-30T11:19:36.577Z | Compiling thiserror v2.0.18 |
| 187 | 2026-06-30T11:19:36.643Z | Compiling anstyle-query v1.1.5 |
| 188 | 2026-06-30T11:19:36.643Z | Compiling serde_json v1.0.150 |
| 189 | 2026-06-30T11:19:36.721Z | Compiling anstyle v1.0.14 |
| 190 | 2026-06-30T11:19:36.741Z | Compiling serde v1.0.228 |
| 191 | 2026-06-30T11:19:36.853Z | Compiling is_terminal_polyfill v1.70.2 |
| 192 | 2026-06-30T11:19:36.869Z | Compiling errno v0.3.14 |
| 193 | 2026-06-30T11:19:36.896Z | Compiling colorchoice v1.0.5 |
| 194 | 2026-06-30T11:19:37.008Z | Compiling anstream v1.0.0 |
| 195 | 2026-06-30T11:19:37.060Z | Compiling itoa v1.0.18 |
| 196 | 2026-06-30T11:19:37.073Z | Compiling winnow v1.0.3 |
| 197 | 2026-06-30T11:19:37.139Z | Compiling memchr v2.8.2 |
| 198 | 2026-06-30T11:19:37.384Z | Compiling clap_lex v1.1.0 |
| 199 | 2026-06-30T11:19:37.415Z | Compiling heck v0.5.0 |
| 200 | 2026-06-30T11:19:37.482Z | Compiling syn v2.0.118 |
| 201 | 2026-06-30T11:19:37.527Z | Compiling terminal_size v0.4.4 |
| 202 | 2026-06-30T11:19:37.554Z | Compiling strsim v0.11.1 |
| 203 | 2026-06-30T11:19:37.610Z | Compiling anyhow v1.0.102 |
| 204 | 2026-06-30T11:19:37.680Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 205 | 2026-06-30T11:19:37.769Z | Compiling clap_builder v4.6.0 |
| 206 | 2026-06-30T11:19:38.133Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-06-30T11:19:38.584Z | Compiling semver v1.0.28 |
| 208 | 2026-06-30T11:19:38.715Z | Compiling serde_spanned v1.1.1 |
| 209 | 2026-06-30T11:19:38.877Z | Compiling cargo-platform v0.3.3 |
| 210 | 2026-06-30T11:19:39.035Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 211 | 2026-06-30T11:19:39.319Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-06-30T11:19:39.805Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-06-30T11:19:40.247Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-06-30T11:19:40.266Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-06-30T11:19:41.628Z | Compiling clap v4.6.1 |
| 216 | 2026-06-30T11:19:43.263Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-06-30T11:19:45.705Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-06-30T11:19:47.287Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.72s |
| 219 | 2026-06-30T11:19:47.364Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-06-30T11:19:48.808Z | Building opteadm (release). |
| 221 | 2026-06-30T11:19:48.899Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-06-30T11:19:48.899Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-06-30T11:19:48.900Z | Compiling quote v1.0.46 |
| 224 | 2026-06-30T11:19:48.900Z | Compiling serde_core v1.0.228 |
| 225 | 2026-06-30T11:19:48.900Z | Compiling libc v0.2.186 |
| 226 | 2026-06-30T11:19:48.903Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-06-30T11:19:48.904Z | Compiling thiserror v2.0.18 |
| 228 | 2026-06-30T11:19:48.904Z | Compiling memchr v2.8.2 |
| 229 | 2026-06-30T11:19:48.973Z | Compiling fnv v1.0.7 |
| 230 | 2026-06-30T11:19:49.017Z | Compiling ident_case v1.0.1 |
| 231 | 2026-06-30T11:19:49.065Z | Compiling strsim v0.11.1 |
| 232 | 2026-06-30T11:19:49.132Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-06-30T11:19:49.267Z | Compiling either v1.16.0 |
| 234 | 2026-06-30T11:19:49.353Z | Compiling anyhow v1.0.102 |
| 235 | 2026-06-30T11:19:49.459Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-06-30T11:19:49.463Z | Compiling winnow v1.0.3 |
| 237 | 2026-06-30T11:19:49.525Z | Compiling hashbrown v0.17.1 |
| 238 | 2026-06-30T11:19:49.663Z | Compiling zerocopy v0.8.52 |
| 239 | 2026-06-30T11:19:49.698Z | Compiling equivalent v1.0.2 |
| 240 | 2026-06-30T11:19:49.774Z | Compiling serde v1.0.228 |
| 241 | 2026-06-30T11:19:50.108Z | Compiling indexmap v2.14.0 |
| 242 | 2026-06-30T11:19:50.117Z | Compiling itertools v0.14.0 |
| 243 | 2026-06-30T11:19:50.117Z | Compiling byteorder v1.5.0 |
| 244 | 2026-06-30T11:19:50.260Z | Compiling syn v2.0.118 |
| 245 | 2026-06-30T11:19:50.297Z | Compiling heapless v0.8.0 |
| 246 | 2026-06-30T11:19:50.507Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 247 | 2026-06-30T11:19:50.615Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 248 | 2026-06-30T11:19:50.744Z | Compiling regex-automata v0.4.14 |
| 249 | 2026-06-30T11:19:50.867Z | Compiling hash32 v0.3.1 |
| 250 | 2026-06-30T11:19:50.987Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 251 | 2026-06-30T11:19:50.998Z | Compiling smoltcp v0.11.0 |
| 252 | 2026-06-30T11:19:51.097Z | Compiling bitflags v2.13.0 |
| 253 | 2026-06-30T11:19:51.253Z | Compiling stable_deref_trait v1.2.1 |
| 254 | 2026-06-30T11:19:51.272Z | Compiling rustversion v1.0.22 |
| 255 | 2026-06-30T11:19:51.307Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 256 | 2026-06-30T11:19:51.314Z | Compiling macaddr v1.0.1 |
| 257 | 2026-06-30T11:19:51.402Z | Compiling syn v1.0.109 |
| 258 | 2026-06-30T11:19:51.507Z | Compiling proc-macro-crate v3.5.0 |
| 259 | 2026-06-30T11:19:51.534Z | Compiling rand_core v0.10.1 |
| 260 | 2026-06-30T11:19:51.630Z | Compiling bitflags v1.3.2 |
| 261 | 2026-06-30T11:19:51.679Z | Compiling rustix v1.1.4 |
| 262 | 2026-06-30T11:19:51.687Z | Compiling managed v0.8.0 |
| 263 | 2026-06-30T11:19:51.720Z | Compiling getrandom v0.4.3 |
| 264 | 2026-06-30T11:19:51.855Z | Compiling ref-cast v1.0.25 |
| 265 | 2026-06-30T11:19:51.897Z | Compiling version_check v0.9.5 |
| 266 | 2026-06-30T11:19:51.897Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 267 | 2026-06-30T11:19:52.158Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-06-30T11:19:52.184Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-06-30T11:19:52.189Z | Compiling errno v0.3.14 |
| 270 | 2026-06-30T11:19:52.326Z | Compiling cpufeatures v0.3.0 |
| 271 | 2026-06-30T11:19:52.357Z | Compiling foreign-types-shared v0.3.1 |
| 272 | 2026-06-30T11:19:52.385Z | Compiling regex v1.12.4 |
| 273 | 2026-06-30T11:19:52.434Z | Compiling utf8parse v0.2.2 |
| 274 | 2026-06-30T11:19:52.529Z | Compiling unicode-width v0.2.2 |
| 275 | 2026-06-30T11:19:52.651Z | Compiling once_cell v1.21.4 |
| 276 | 2026-06-30T11:19:52.760Z | Compiling ipnetwork v0.21.1 |
| 277 | 2026-06-30T11:19:52.808Z | Compiling darling_core v0.21.3 |
| 278 | 2026-06-30T11:19:52.866Z | Compiling tracing-core v0.1.36 |
| 279 | 2026-06-30T11:19:53.120Z | Compiling cstr-argument v0.1.2 |
| 280 | 2026-06-30T11:19:53.248Z | Compiling tabwriter v1.4.1 |
| 281 | 2026-06-30T11:19:53.268Z | Compiling anstyle-parse v1.0.0 |
| 282 | 2026-06-30T11:19:53.298Z | Compiling chacha20 v0.10.0 |
| 283 | 2026-06-30T11:19:53.759Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 284 | 2026-06-30T11:19:53.895Z | Compiling colorchoice v1.0.5 |
| 285 | 2026-06-30T11:19:53.945Z | Compiling anstyle-query v1.1.5 |
| 286 | 2026-06-30T11:19:53.963Z | Compiling anstyle v1.0.14 |
| 287 | 2026-06-30T11:19:53.985Z | Compiling thiserror-impl v2.0.18 |
| 288 | 2026-06-30T11:19:53.994Z | Compiling zerocopy-derive v0.8.52 |
| 289 | 2026-06-30T11:19:54.034Z | Compiling serde_derive v1.0.228 |
| 290 | 2026-06-30T11:19:54.194Z | Compiling ref-cast-impl v1.0.25 |
| 291 | 2026-06-30T11:19:54.376Z | Compiling num_enum_derive v0.7.6 |
| 292 | 2026-06-30T11:19:54.640Z | Compiling foreign-types-macros v0.2.3 |
| 293 | 2026-06-30T11:19:54.866Z | Compiling tracing-attributes v0.1.31 |
| 294 | 2026-06-30T11:19:54.942Z | Compiling darling_macro v0.21.3 |
| 295 | 2026-06-30T11:19:55.259Z | Compiling foreign-types v0.5.0 |
| 296 | 2026-06-30T11:19:55.308Z | Compiling cobs v0.3.0 |
| 297 | 2026-06-30T11:19:55.312Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 298 | 2026-06-30T11:19:55.323Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 299 | 2026-06-30T11:19:55.342Z | Compiling num_enum v0.7.6 |
| 300 | 2026-06-30T11:19:55.446Z | Compiling dyn-clone v1.0.20 |
| 301 | 2026-06-30T11:19:55.477Z | Compiling darling v0.21.3 |
| 302 | 2026-06-30T11:19:55.513Z | Compiling pin-project-lite v0.2.17 |
| 303 | 2026-06-30T11:19:55.546Z | Compiling ingot-macros v0.1.1 |
| 304 | 2026-06-30T11:19:55.576Z | Compiling pretty-hex v0.4.2 |
| 305 | 2026-06-30T11:19:55.595Z | Compiling is_terminal_polyfill v1.70.2 |
| 306 | 2026-06-30T11:19:55.674Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 307 | 2026-06-30T11:19:55.701Z | Compiling anstream v1.0.0 |
| 308 | 2026-06-30T11:19:55.764Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 309 | 2026-06-30T11:19:55.793Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 310 | 2026-06-30T11:19:55.860Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-06-30T11:19:56.069Z | Compiling tracing v0.1.44 |
| 312 | 2026-06-30T11:19:56.107Z | Compiling rand v0.10.1 |
| 313 | 2026-06-30T11:19:56.123Z | Compiling uuid v1.23.3 |
| 314 | 2026-06-30T11:19:56.170Z | Compiling socket2 v0.6.4 |
| 315 | 2026-06-30T11:19:56.543Z | Compiling heck v0.5.0 |
| 316 | 2026-06-30T11:19:56.718Z | Compiling oxnet v0.1.6 |
| 317 | 2026-06-30T11:19:56.735Z | Compiling clap_lex v1.1.0 |
| 318 | 2026-06-30T11:19:56.905Z | Compiling colored v3.1.1 |
| 319 | 2026-06-30T11:19:57.004Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-06-30T11:19:57.032Z | Compiling clap_derive v4.6.1 |
| 321 | 2026-06-30T11:19:57.188Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 322 | 2026-06-30T11:19:57.328Z | Compiling postcard v1.1.3 |
| 323 | 2026-06-30T11:19:58.389Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-06-30T11:19:58.724Z | Compiling ingot v0.1.1 |
| 325 | 2026-06-30T11:19:58.822Z | Compiling clap v4.6.1 |
| 326 | 2026-06-30T11:20:00.423Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-06-30T11:20:01.454Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-06-30T11:20:02.493Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-06-30T11:20:09.162Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.35s |
| 330 | 2026-06-30T11:20:09.191Z | Building xde (release-lto). |
| 331 | 2026-06-30T11:20:09.449Z | Updating crates.io index |
| 332 | 2026-06-30T11:20:09.539Z | Downloading crates ... |
| 333 | 2026-06-30T11:20:09.581Z | Downloaded rustc-demangle v0.1.27 |
| 334 | 2026-06-30T11:20:09.585Z | Downloaded adler2 v2.0.1 |
| 335 | 2026-06-30T11:20:09.589Z | Downloaded foldhash v0.2.0 |
| 336 | 2026-06-30T11:20:09.589Z | Downloaded getopts v0.2.24 |
| 337 | 2026-06-30T11:20:09.600Z | Downloaded rustc-literal-escaper v0.0.7 |
| 338 | 2026-06-30T11:20:09.611Z | Downloaded addr2line v0.25.1 |
| 339 | 2026-06-30T11:20:09.619Z | Downloaded miniz_oxide v0.8.9 |
| 340 | 2026-06-30T11:20:09.630Z | Downloaded memchr v2.7.6 |
| 341 | 2026-06-30T11:20:09.653Z | Downloaded gimli v0.32.3 |
| 342 | 2026-06-30T11:20:09.674Z | Downloaded object v0.37.3 |
| 343 | 2026-06-30T11:20:09.697Z | Downloaded libc v0.2.185 |
| 344 | 2026-06-30T11:20:09.754Z | 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) |
| 345 | 2026-06-30T11:20:09.754Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-06-30T11:20:09.754Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-06-30T11:20:09.754Z | Compiling quote v1.0.46 |
| 348 | 2026-06-30T11:20:09.758Z | Compiling unicode-ident v1.0.24 |
| 349 | 2026-06-30T11:20:09.758Z | Compiling ident_case v1.0.1 |
| 350 | 2026-06-30T11:20:09.758Z | Compiling strsim v0.11.1 |
| 351 | 2026-06-30T11:20:09.758Z | Compiling serde_core v1.0.228 |
| 352 | 2026-06-30T11:20:09.924Z | Compiling memchr v2.8.2 |
| 353 | 2026-06-30T11:20:09.927Z | Compiling fnv v1.0.7 |
| 354 | 2026-06-30T11:20:10.017Z | Compiling regex-syntax v0.8.11 |
| 355 | 2026-06-30T11:20:10.179Z | Compiling either v1.16.0 |
| 356 | 2026-06-30T11:20:10.185Z | Compiling zerocopy v0.8.52 |
| 357 | 2026-06-30T11:20:10.191Z | Compiling serde v1.0.228 |
| 358 | 2026-06-30T11:20:10.321Z | Compiling aho-corasick v1.1.4 |
| 359 | 2026-06-30T11:20:10.383Z | Compiling thiserror v2.0.18 |
| 360 | 2026-06-30T11:20:10.585Z | Compiling itertools v0.14.0 |
| 361 | 2026-06-30T11:20:10.600Z | Compiling heapless v0.8.0 |
| 362 | 2026-06-30T11:20:10.957Z | Compiling syn v2.0.118 |
| 363 | 2026-06-30T11:20:10.995Z | Compiling smoltcp v0.11.0 |
| 364 | 2026-06-30T11:20:11.006Z | Compiling crc32fast v1.5.0 |
| 365 | 2026-06-30T11:20:11.079Z | Compiling version_check v0.9.5 |
| 366 | 2026-06-30T11:20:11.343Z | Compiling ref-cast v1.0.25 |
| 367 | 2026-06-30T11:20:11.437Z | Compiling regex-automata v0.4.14 |
| 368 | 2026-06-30T11:20:11.463Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-06-30T11:20:13.018Z | Compiling regex v1.12.4 |
| 370 | 2026-06-30T11:20:13.310Z | Compiling darling_core v0.21.3 |
| 371 | 2026-06-30T11:20:13.355Z | Compiling darling_core v0.23.0 |
| 372 | 2026-06-30T11:20:14.130Z | Compiling serde_derive v1.0.228 |
| 373 | 2026-06-30T11:20:14.130Z | Compiling thiserror-impl v2.0.18 |
| 374 | 2026-06-30T11:20:14.130Z | Compiling zerocopy-derive v0.8.52 |
| 375 | 2026-06-30T11:20:14.130Z | Compiling ref-cast-impl v1.0.25 |
| 376 | 2026-06-30T11:20:14.134Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 377 | 2026-06-30T11:20:15.823Z | Compiling darling_macro v0.21.3 |
| 378 | 2026-06-30T11:20:15.911Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-06-30T11:20:16.742Z | Compiling darling v0.21.3 |
| 380 | 2026-06-30T11:20:16.805Z | Compiling ingot-macros v0.1.1 |
| 381 | 2026-06-30T11:20:16.831Z | Compiling darling v0.23.0 |
| 382 | 2026-06-30T11:20:16.894Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-06-30T11:20:22.544Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 384 | 2026-06-30T11:20:24.709Z | Compiling byteorder v1.5.0 |
| 385 | 2026-06-30T11:20:24.709Z | Compiling macaddr v1.0.1 |
| 386 | 2026-06-30T11:20:24.709Z | Compiling stable_deref_trait v1.2.1 |
| 387 | 2026-06-30T11:20:24.713Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-06-30T11:20:24.771Z | Compiling managed v0.8.0 |
| 389 | 2026-06-30T11:20:24.781Z | Compiling cobs v0.3.0 |
| 390 | 2026-06-30T11:20:24.810Z | Compiling bitflags v1.3.2 |
| 391 | 2026-06-30T11:20:24.878Z | Compiling hash32 v0.3.1 |
| 392 | 2026-06-30T11:20:25.025Z | Compiling dyn-clone v1.0.20 |
| 393 | 2026-06-30T11:20:25.087Z | Compiling itertools v0.15.0 |
| 394 | 2026-06-30T11:20:25.107Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-06-30T11:20:26.342Z | Compiling bitflags v2.13.0 |
| 396 | 2026-06-30T11:20:26.345Z | Compiling uuid v1.23.3 |
| 397 | 2026-06-30T11:20:26.489Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-06-30T11:20:26.790Z | Compiling postcard v1.1.3 |
| 399 | 2026-06-30T11:20:27.654Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-06-30T11:20:27.976Z | Compiling ingot v0.1.1 |
| 401 | 2026-06-30T11:20:29.532Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-06-30T11:20:33.398Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-06-30T11:20:42.240Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-06-30T11:21:12.497Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 405 | 2026-06-30T11:21:12.527Z | Linking xde kmod... |
| 406 | 2026-06-30T11:21:13.103Z | Building xde dev link helper (release). |
| 407 | 2026-06-30T11:21:13.257Z | 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) |
| 408 | 2026-06-30T11:21:13.257Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-06-30T11:21:13.257Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-06-30T11:21:25.056Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-06-30T11:21:27.570Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.43s |
| 412 | 2026-06-30T11:21:27.590Z | Building opteadm (dev). |
| 413 | 2026-06-30T11:21:27.741Z | Compiling serde_core v1.0.228 |
| 414 | 2026-06-30T11:21:27.741Z | Compiling libc v0.2.186 |
| 415 | 2026-06-30T11:21:27.741Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-06-30T11:21:27.741Z | Compiling strsim v0.11.1 |
| 417 | 2026-06-30T11:21:27.745Z | Compiling ident_case v1.0.1 |
| 418 | 2026-06-30T11:21:27.745Z | Compiling fnv v1.0.7 |
| 419 | 2026-06-30T11:21:27.745Z | Compiling memchr v2.8.2 |
| 420 | 2026-06-30T11:21:27.745Z | Compiling syn v2.0.118 |
| 421 | 2026-06-30T11:21:27.816Z | Compiling regex-syntax v0.8.11 |
| 422 | 2026-06-30T11:21:27.839Z | Compiling either v1.16.0 |
| 423 | 2026-06-30T11:21:27.860Z | Compiling zerocopy v0.8.52 |
| 424 | 2026-06-30T11:21:28.026Z | Compiling equivalent v1.0.2 |
| 425 | 2026-06-30T11:21:28.038Z | Compiling hashbrown v0.17.1 |
| 426 | 2026-06-30T11:21:28.097Z | Compiling serde v1.0.228 |
| 427 | 2026-06-30T11:21:28.232Z | Compiling aho-corasick v1.1.4 |
| 428 | 2026-06-30T11:21:28.315Z | Compiling winnow v1.0.3 |
| 429 | 2026-06-30T11:21:28.465Z | Compiling itertools v0.14.0 |
| 430 | 2026-06-30T11:21:28.492Z | Compiling heapless v0.8.0 |
| 431 | 2026-06-30T11:21:28.569Z | Compiling indexmap v2.14.0 |
| 432 | 2026-06-30T11:21:28.772Z | Compiling byteorder v1.5.0 |
| 433 | 2026-06-30T11:21:28.949Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 434 | 2026-06-30T11:21:29.156Z | Compiling hash32 v0.3.1 |
| 435 | 2026-06-30T11:21:29.315Z | Compiling regex-automata v0.4.14 |
| 436 | 2026-06-30T11:21:29.337Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 437 | 2026-06-30T11:21:29.364Z | Compiling rustversion v1.0.22 |
| 438 | 2026-06-30T11:21:29.641Z | Compiling stable_deref_trait v1.2.1 |
| 439 | 2026-06-30T11:21:29.707Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 440 | 2026-06-30T11:21:29.711Z | Compiling macaddr v1.0.1 |
| 441 | 2026-06-30T11:21:29.715Z | Compiling syn v1.0.109 |
| 442 | 2026-06-30T11:21:29.886Z | Compiling bitflags v2.13.0 |
| 443 | 2026-06-30T11:21:29.904Z | Compiling smoltcp v0.11.0 |
| 444 | 2026-06-30T11:21:29.969Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 445 | 2026-06-30T11:21:30.054Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 446 | 2026-06-30T11:21:30.203Z | Compiling version_check v0.9.5 |
| 447 | 2026-06-30T11:21:30.239Z | Compiling proc-macro-crate v3.5.0 |
| 448 | 2026-06-30T11:21:30.259Z | Compiling ref-cast v1.0.25 |
| 449 | 2026-06-30T11:21:30.342Z | Compiling darling_core v0.21.3 |
| 450 | 2026-06-30T11:21:30.426Z | Compiling managed v0.8.0 |
| 451 | 2026-06-30T11:21:30.461Z | Compiling rand_core v0.10.1 |
| 452 | 2026-06-30T11:21:30.561Z | Compiling getrandom v0.4.3 |
| 453 | 2026-06-30T11:21:30.601Z | Compiling bitflags v1.3.2 |
| 454 | 2026-06-30T11:21:30.642Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-06-30T11:21:30.665Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-06-30T11:21:30.870Z | Compiling errno v0.3.14 |
| 457 | 2026-06-30T11:21:31.041Z | Compiling regex v1.12.4 |
| 458 | 2026-06-30T11:21:31.301Z | Compiling ipnetwork v0.21.1 |
| 459 | 2026-06-30T11:21:31.434Z | Compiling foreign-types-shared v0.3.1 |
| 460 | 2026-06-30T11:21:31.500Z | Compiling thiserror-impl v2.0.18 |
| 461 | 2026-06-30T11:21:31.515Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-06-30T11:21:31.834Z | Compiling zerocopy-derive v0.8.52 |
| 463 | 2026-06-30T11:21:31.912Z | Compiling ref-cast-impl v1.0.25 |
| 464 | 2026-06-30T11:21:32.438Z | Compiling darling_macro v0.21.3 |
| 465 | 2026-06-30T11:21:32.501Z | Compiling num_enum_derive v0.7.6 |
| 466 | 2026-06-30T11:21:32.568Z | Compiling foreign-types-macros v0.2.3 |
| 467 | 2026-06-30T11:21:32.715Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-30T11:21:32.815Z | Compiling cobs v0.3.0 |
| 469 | 2026-06-30T11:21:32.992Z | Compiling darling v0.21.3 |
| 470 | 2026-06-30T11:21:33.066Z | Compiling ingot-macros v0.1.1 |
| 471 | 2026-06-30T11:21:33.095Z | Compiling unicode-width v0.2.2 |
| 472 | 2026-06-30T11:21:33.198Z | Compiling once_cell v1.21.4 |
| 473 | 2026-06-30T11:21:33.403Z | Compiling cpufeatures v0.3.0 |
| 474 | 2026-06-30T11:21:33.441Z | Compiling tracing-core v0.1.36 |
| 475 | 2026-06-30T11:21:33.468Z | Compiling chacha20 v0.10.0 |
| 476 | 2026-06-30T11:21:33.498Z | Compiling num_enum v0.7.6 |
| 477 | 2026-06-30T11:21:33.610Z | Compiling tabwriter v1.4.1 |
| 478 | 2026-06-30T11:21:33.809Z | Compiling foreign-types v0.5.0 |
| 479 | 2026-06-30T11:21:33.973Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 480 | 2026-06-30T11:21:33.977Z | Compiling cstr-argument v0.1.2 |
| 481 | 2026-06-30T11:21:34.033Z | Compiling tracing-attributes v0.1.31 |
| 482 | 2026-06-30T11:21:34.140Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 483 | 2026-06-30T11:21:34.506Z | Compiling rustix v1.1.4 |
| 484 | 2026-06-30T11:21:34.744Z | Compiling postcard v1.1.3 |
| 485 | 2026-06-30T11:21:35.059Z | Compiling anyhow v1.0.102 |
| 486 | 2026-06-30T11:21:35.103Z | Compiling pretty-hex v0.4.2 |
| 487 | 2026-06-30T11:21:35.108Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 488 | 2026-06-30T11:21:35.127Z | Compiling pin-project-lite v0.2.17 |
| 489 | 2026-06-30T11:21:35.219Z | Compiling dyn-clone v1.0.20 |
| 490 | 2026-06-30T11:21:35.225Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 491 | 2026-06-30T11:21:35.317Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 492 | 2026-06-30T11:21:35.324Z | Compiling tracing v0.1.44 |
| 493 | 2026-06-30T11:21:35.380Z | Compiling terminal_size v0.4.4 |
| 494 | 2026-06-30T11:21:35.437Z | Compiling rand v0.10.1 |
| 495 | 2026-06-30T11:21:35.533Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-06-30T11:21:35.558Z | Compiling uuid v1.23.3 |
| 497 | 2026-06-30T11:21:35.650Z | Compiling socket2 v0.6.4 |
| 498 | 2026-06-30T11:21:35.696Z | Compiling oxnet v0.1.6 |
| 499 | 2026-06-30T11:21:35.811Z | Compiling colored v3.1.1 |
| 500 | 2026-06-30T11:21:35.820Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-06-30T11:21:36.166Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-06-30T11:21:36.187Z | Compiling clap_derive v4.6.1 |
| 503 | 2026-06-30T11:21:36.343Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-06-30T11:21:36.563Z | Compiling ingot v0.1.1 |
| 505 | 2026-06-30T11:21:37.471Z | Compiling clap v4.6.1 |
| 506 | 2026-06-30T11:21:38.252Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-06-30T11:21:40.471Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-06-30T11:21:41.636Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-06-30T11:21:46.120Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.52s |
| 510 | 2026-06-30T11:21:46.150Z | Building xde (dev). |
| 511 | 2026-06-30T11:21:46.376Z | 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) |
| 512 | 2026-06-30T11:21:46.376Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-06-30T11:21:46.376Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-06-30T11:21:46.376Z | Compiling unicode-ident v1.0.24 |
| 515 | 2026-06-30T11:21:46.376Z | Compiling quote v1.0.46 |
| 516 | 2026-06-30T11:21:46.376Z | Compiling ident_case v1.0.1 |
| 517 | 2026-06-30T11:21:46.376Z | Compiling strsim v0.11.1 |
| 518 | 2026-06-30T11:21:46.376Z | Compiling serde_core v1.0.228 |
| 519 | 2026-06-30T11:21:46.493Z | Compiling fnv v1.0.7 |
| 520 | 2026-06-30T11:21:46.497Z | Compiling memchr v2.8.2 |
| 521 | 2026-06-30T11:21:46.575Z | Compiling regex-syntax v0.8.11 |
| 522 | 2026-06-30T11:21:46.758Z | Compiling thiserror v2.0.18 |
| 523 | 2026-06-30T11:21:46.775Z | Compiling either v1.16.0 |
| 524 | 2026-06-30T11:21:46.779Z | Compiling serde v1.0.228 |
| 525 | 2026-06-30T11:21:46.898Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-06-30T11:21:46.967Z | Compiling zerocopy v0.8.52 |
| 527 | 2026-06-30T11:21:47.169Z | Compiling itertools v0.14.0 |
| 528 | 2026-06-30T11:21:47.202Z | Compiling heapless v0.8.0 |
| 529 | 2026-06-30T11:21:47.518Z | Compiling syn v2.0.118 |
| 530 | 2026-06-30T11:21:47.601Z | Compiling smoltcp v0.11.0 |
| 531 | 2026-06-30T11:21:47.618Z | Compiling version_check v0.9.5 |
| 532 | 2026-06-30T11:21:47.685Z | Compiling crc32fast v1.5.0 |
| 533 | 2026-06-30T11:21:47.978Z | Compiling ref-cast v1.0.25 |
| 534 | 2026-06-30T11:21:48.030Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-06-30T11:21:48.078Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-06-30T11:21:49.643Z | Compiling regex v1.12.4 |
| 537 | 2026-06-30T11:21:49.858Z | Compiling darling_core v0.21.3 |
| 538 | 2026-06-30T11:21:49.909Z | Compiling darling_core v0.23.0 |
| 539 | 2026-06-30T11:21:50.815Z | Compiling serde_derive v1.0.228 |
| 540 | 2026-06-30T11:21:50.815Z | Compiling thiserror-impl v2.0.18 |
| 541 | 2026-06-30T11:21:50.818Z | Compiling zerocopy-derive v0.8.52 |
| 542 | 2026-06-30T11:21:50.818Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-06-30T11:21:50.819Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-06-30T11:21:52.442Z | Compiling darling_macro v0.21.3 |
| 545 | 2026-06-30T11:21:52.551Z | Compiling darling_macro v0.23.0 |
| 546 | 2026-06-30T11:21:53.376Z | Compiling darling v0.21.3 |
| 547 | 2026-06-30T11:21:53.441Z | Compiling ingot-macros v0.1.1 |
| 548 | 2026-06-30T11:21:53.463Z | Compiling darling v0.23.0 |
| 549 | 2026-06-30T11:21:53.527Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 550 | 2026-06-30T11:21:58.584Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-06-30T11:22:00.395Z | Compiling byteorder v1.5.0 |
| 552 | 2026-06-30T11:22:00.395Z | Compiling stable_deref_trait v1.2.1 |
| 553 | 2026-06-30T11:22:00.395Z | Compiling cfg-if v1.0.4 |
| 554 | 2026-06-30T11:22:00.399Z | Compiling macaddr v1.0.1 |
| 555 | 2026-06-30T11:22:00.462Z | Compiling bitflags v1.3.2 |
| 556 | 2026-06-30T11:22:00.471Z | Compiling cobs v0.3.0 |
| 557 | 2026-06-30T11:22:00.506Z | Compiling managed v0.8.0 |
| 558 | 2026-06-30T11:22:00.532Z | Compiling hash32 v0.3.1 |
| 559 | 2026-06-30T11:22:00.744Z | Compiling itertools v0.15.0 |
| 560 | 2026-06-30T11:22:00.756Z | Compiling dyn-clone v1.0.20 |
| 561 | 2026-06-30T11:22:00.876Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 562 | 2026-06-30T11:22:01.951Z | Compiling bitflags v2.13.0 |
| 563 | 2026-06-30T11:22:01.951Z | Compiling uuid v1.23.3 |
| 564 | 2026-06-30T11:22:02.091Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 565 | 2026-06-30T11:22:02.375Z | Compiling postcard v1.1.3 |
| 566 | 2026-06-30T11:22:03.211Z | Compiling ingot-types v0.1.2 |
| 567 | 2026-06-30T11:22:03.500Z | Compiling ingot v0.1.1 |
| 568 | 2026-06-30T11:22:04.980Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 569 | 2026-06-30T11:22:09.463Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 570 | 2026-06-30T11:22:19.990Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 571 | 2026-06-30T11:22:28.491Z | Finished `dev` profile [optimized + debuginfo] target(s) in 42.31s |
| 572 | 2026-06-30T11:22:28.515Z | Linking xde kmod... |
| 573 | 2026-06-30T11:22:29.717Z | Building xde dev link helper (dev). |
| 574 | 2026-06-30T11:22:29.884Z | 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) |
| 575 | 2026-06-30T11:22:29.884Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 576 | 2026-06-30T11:22:29.884Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 577 | 2026-06-30T11:22:41.019Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 578 | 2026-06-30T11:22:43.332Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.58s |
| 579 | 2026-06-30T11:22:43.353Z | |
| 580 | 2026-06-30T11:22:43.357Z | real 3:11.794016297 |
| 581 | 2026-06-30T11:22:43.357Z | user 9:10.051145442 |
| 582 | 2026-06-30T11:22:43.357Z | sys 58.869101648 |
| 583 | 2026-06-30T11:22:43.357Z | trap 0.237204444 |
| 584 | 2026-06-30T11:22:43.357Z | tflt 1.026511407 |
| 585 | 2026-06-30T11:22:43.357Z | dflt 1.527969962 |
| 586 | 2026-06-30T11:22:43.357Z | kflt 0.006282480 |
| 587 | 2026-06-30T11:22:43.357Z | lock 35:12.876407679 |
| 588 | 2026-06-30T11:22:43.357Z | slp 21:19.150210802 |
| 589 | 2026-06-30T11:22:43.357Z | lat 20.961276482 |
| 590 | 2026-06-30T11:22:43.357Z | stop 32.623904426 |
| 591 | 2026-06-30T11:22:43.357Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 592 | 2026-06-30T11:22:43.357Z | + grep GOTPCREL |
| 593 | 2026-06-30T11:22:44.308Z | + header 'package opte' |
| 594 | 2026-06-30T11:22:44.309Z | + echo '# ==== package opte ==== #' |
| 595 | 2026-06-30T11:22:44.309Z | # ==== package opte ==== # |
| 596 | 2026-06-30T11:22:44.309Z | + cargo xtask package --skip-build --profile all |
| 597 | 2026-06-30T11:22:44.449Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 598 | 2026-06-30T11:22:44.453Z | Running `target/debug/xtask package --skip-build --profile all` |
| 599 | 2026-06-30T11:22:44.660Z | + ./clean.sh |
| 600 | 2026-06-30T11:22:44.668Z | + mkdir -p proto/kernel/drv/amd64 |
| 601 | 2026-06-30T11:22:44.672Z | + mkdir -p proto/opt/oxide/opte/bin |
| 602 | 2026-06-30T11:22:44.672Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 603 | 2026-06-30T11:22:44.676Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 604 | 2026-06-30T11:22:44.690Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 605 | 2026-06-30T11:22:44.723Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 606 | 2026-06-30T11:22:44.727Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 607 | 2026-06-30T11:22:44.727Z | + '[' -z ']' |
| 608 | 2026-06-30T11:22:44.727Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 609 | 2026-06-30T11:22:44.750Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 610 | 2026-06-30T11:22:44.822Z | + INC_DEBUG= |
| 611 | 2026-06-30T11:22:44.822Z | + typeset -ri TAG=0 |
| 612 | 2026-06-30T11:22:44.825Z | ++ ./print-api-version.sh |
| 613 | 2026-06-30T11:22:44.829Z | + API_VSN=42 |
| 614 | 2026-06-30T11:22:44.829Z | + PKG_VERSION=0.42.490-3.0 |
| 615 | 2026-06-30T11:22:44.832Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.42.490-3.0/g opte.template.p5m |
| 616 | 2026-06-30T11:22:44.832Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 617 | 2026-06-30T11:22:45.346Z | + pkgdepend generate -d proto opte.base.p5m |
| 618 | 2026-06-30T11:22:45.687Z | + mkdir -p packages |
| 619 | 2026-06-30T11:22:45.694Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 620 | 2026-06-30T11:22:52.595Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 621 | 2026-06-30T11:22:52.599Z | + pkgrepo create packages/repo |
| 622 | 2026-06-30T11:22:52.807Z | + pkgrepo add-publisher -s packages/repo helios |
| 623 | 2026-06-30T11:22:53.018Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 624 | 2026-06-30T11:23:22.304Z | pkg://helios/driver/network/opte@0.42.490,5.11-3.0:20260630T112252Z |
| 625 | 2026-06-30T11:23:22.304Z | PUBLISHED |
| 626 | 2026-06-30T11:23:22.339Z | + pkgrecv -a -d packages/repo/opte-0.42.490-3.0.p5p -s packages/repo -v -m latest '*' |
| 627 | 2026-06-30T11:23:22.519Z | Retrieving packages for publisher helios ... |
| 628 | 2026-06-30T11:23:22.523Z | Retrieving catalog 'helios' ... Done |
| 629 | 2026-06-30T11:23:22.526Z | Retrieving and evaluating 1 package(s)... |
| 630 | 2026-06-30T11:23:22.526Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-06-30T11:23:22.526Z | Fetching manifests: 1/1 100% complete |
| 632 | 2026-06-30T11:23:22.526Z | |
| 633 | 2026-06-30T11:23:22.526Z | Archiving packages ... |
| 634 | 2026-06-30T11:23:22.526Z | Packages to add: 1 |
| 635 | 2026-06-30T11:23:22.527Z | Files to retrieve: 6 |
| 636 | 2026-06-30T11:23:22.527Z | Estimated transfer size: 37.19 MB |
| 637 | 2026-06-30T11:23:22.527Z | |
| 638 | 2026-06-30T11:23:22.527Z | Packages to archive: |
| 639 | 2026-06-30T11:23:22.527Z | driver/network/opte@0.42.490,5.11-3.0:20260630T112252Z |
| 640 | 2026-06-30T11:23:22.527Z | |
| 641 | 2026-06-30T11:23:22.527Z | Download: 0/6 items 0.0/37.2MB 0% complete |
| 642 | 2026-06-30T11:23:22.591Z | Download: Completed 37.19 MB in 0.07 seconds (548M/s) |
| 643 | 2026-06-30T11:23:22.596Z | Archiving: 1/20 items 0.0/37.2MB 0% complete |
| 644 | 2026-06-30T11:23:22.607Z | Archiving: Completed 37.22 MB in 0.01 seconds |
| 645 | 2026-06-30T11:23:22.647Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.42.490-3.0.p5p. |
| 646 | 2026-06-30T11:23:22.650Z | + banner copy |
| 647 | 2026-06-30T11:23:22.653Z | |
| 648 | 2026-06-30T11:23:22.653Z | #### #### ##### # # |
| 649 | 2026-06-30T11:23:22.653Z | # # # # # # # # |
| 650 | 2026-06-30T11:23:22.653Z | # # # # # # |
| 651 | 2026-06-30T11:23:22.653Z | # # # ##### # |
| 652 | 2026-06-30T11:23:22.654Z | # # # # # # |
| 653 | 2026-06-30T11:23:22.654Z | #### #### # # |
| 654 | 2026-06-30T11:23:22.654Z | |
| 655 | 2026-06-30T11:23:22.654Z | + pfexec mkdir -p /out |
| 656 | 2026-06-30T11:23:22.657Z | + pfexec chown 12345 /out |
| 657 | 2026-06-30T11:23:22.657Z | + PKG_NAME=/out/opte.p5p |
| 658 | 2026-06-30T11:23:22.657Z | + mv pkg/packages/repo/opte-0.42.490-3.0.p5p /out/opte.p5p |
| 659 | 2026-06-30T11:23:22.684Z | + sha256sum /out/opte.p5p |
| 660 | 2026-06-30T11:23:22.709Z | process exited: duration 245053 ms, exit code 0 |
| |
| 661 | 2026-06-30T11:23:22.716Z | found 2 output files |
| 662 | 2026-06-30T11:23:22.716Z | uploading: /out/opte.p5p (39034880 bytes) |
| 663 | 2026-06-30T11:23:24.004Z | uploaded: /out/opte.p5p |
| 664 | 2026-06-30T11:23:24.008Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 665 | 2026-06-30T11:23:25.014Z | uploaded: /out/opte.p5p.sha256 |