|
|
|
| 1 | 2026-06-15T09:16:15.199Z | job assigned to worker 01KV5915QNQ69HHRKP1DS8MDRB [factory aws, i-0c12ce4fe0513dae1] (queued for 50 s) |
| |
| 2 | 2026-06-15T09:16:21.896Z | starting task 0: "setup" |
| 3 | 2026-06-15T09:16:21.901Z | ++ uname -s |
| 4 | 2026-06-15T09:16:21.904Z | + kern=SunOS |
| 5 | 2026-06-15T09:16:21.904Z | + build_user=build |
| 6 | 2026-06-15T09:16:21.904Z | + build_uid=12345 |
| 7 | 2026-06-15T09:16:21.904Z | + work_dir=/work |
| 8 | 2026-06-15T09:16:21.904Z | + input_dir=/input |
| 9 | 2026-06-15T09:16:21.904Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-15T09:16:21.904Z | + case "$kern" in |
| 11 | 2026-06-15T09:16:21.904Z | + groupadd -g 12345 build |
| 12 | 2026-06-15T09:16:21.907Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-15T09:16:23.909Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-15T09:16:23.990Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-15T09:16:23.993Z | + home_fs=zfs |
| 16 | 2026-06-15T09:16:23.993Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-15T09:16:23.993Z | + mkdir -p /home/build |
| 18 | 2026-06-15T09:16:23.993Z | + chown build:build /home/build /work |
| 19 | 2026-06-15T09:16:24.994Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-15T09:16:24.997Z | process exited: duration 3099 ms, exit code 0 |
| |
| 21 | 2026-06-15T09:16:25.003Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-15T09:16:25.006Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-15T09:16:25.006Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-06-15T09:16:25.006Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-15T09:16:25.006Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-15T09:16:25.006Z | * rust toolchain profile = "default" |
| 27 | 2026-06-15T09:16:25.006Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-15T09:16:25.009Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-15T09:16:25.009Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-15T09:16:25.109Z | info: downloading installer |
| 31 | 2026-06-15T09:16:26.562Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-15T09:16:26.562Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-15T09:16:26.562Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-15T09:16:26.566Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-15T09:16:26.574Z | info: profile set to default |
| 36 | 2026-06-15T09:16:26.574Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-15T09:16:26.577Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-15T09:16:26.729Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-15T09:16:26.732Z | info: downloading 6 components |
| 40 | 2026-06-15T09:16:41.669Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-15T09:16:41.669Z | |
| 42 | 2026-06-15T09:16:41.704Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-15T09:16:41.704Z | |
| 44 | 2026-06-15T09:16:41.704Z | |
| 45 | 2026-06-15T09:16:41.704Z | Rust is installed now. Great! |
| 46 | 2026-06-15T09:16:41.704Z | |
| 47 | 2026-06-15T09:16:41.704Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-15T09:16:41.704Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-15T09:16:41.704Z | |
| 50 | 2026-06-15T09:16:41.704Z | To configure your current shell, you need to source |
| 51 | 2026-06-15T09:16:41.704Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-15T09:16:41.704Z | |
| 53 | 2026-06-15T09:16:41.704Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-15T09:16:41.707Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-15T09:16:41.707Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-15T09:16:41.707Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-15T09:16:41.707Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-15T09:16:41.707Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-15T09:16:41.707Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-15T09:16:41.707Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-15T09:16:41.707Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-15T09:16:41.792Z | + rustup --version |
| 63 | 2026-06-15T09:16:41.800Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-15T09:16:41.803Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-15T09:16:41.821Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-15T09:16:41.824Z | + cargo --version |
| 67 | 2026-06-15T09:16:41.838Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-15T09:16:41.840Z | + rustc --version |
| 69 | 2026-06-15T09:16:41.860Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-15T09:16:41.863Z | process exited: duration 16859 ms, exit code 0 |
| |
| 71 | 2026-06-15T09:16:41.868Z | starting task 2: "authentication" |
| 72 | 2026-06-15T09:16:41.884Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-15T09:16:41.890Z | starting task 3: "clone repository" |
| 74 | 2026-06-15T09:16:41.893Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-15T09:16:41.895Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-15T09:16:41.925Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-15T09:16:42.769Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-15T09:16:42.769Z | + git fetch origin fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 |
| 79 | 2026-06-15T09:16:43.015Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-15T09:16:43.015Z | * branch fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 -> FETCH_HEAD |
| 81 | 2026-06-15T09:16:43.020Z | + [[ -n renovate/lock-file-maintenance ]] |
| 82 | 2026-06-15T09:16:43.023Z | ++ git branch --show-current |
| 83 | 2026-06-15T09:16:43.023Z | + current=master |
| 84 | 2026-06-15T09:16:43.023Z | + [[ master != renovate/lock-file-maintenance ]] |
| 85 | 2026-06-15T09:16:43.023Z | + git branch -f renovate/lock-file-maintenance fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 |
| 86 | 2026-06-15T09:16:43.026Z | + git checkout -f renovate/lock-file-maintenance |
| 87 | 2026-06-15T09:16:43.042Z | Switched to branch 'renovate/lock-file-maintenance' |
| 88 | 2026-06-15T09:16:43.044Z | + git reset --hard fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 |
| 89 | 2026-06-15T09:16:43.047Z | HEAD is now at fa2f5fe Lock file maintenance |
| 90 | 2026-06-15T09:16:43.047Z | process exited: duration 1156 ms, exit code 0 |
| |
| 91 | 2026-06-15T09:16:43.053Z | starting task 4: "build" |
| 92 | 2026-06-15T09:16:43.056Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-15T09:16:43.060Z | ++ rustup show active-toolchain |
| 94 | 2026-06-15T09:16:43.062Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-15T09:16:43.062Z | ++ pushd xde |
| 96 | 2026-06-15T09:16:43.062Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-15T09:16:43.062Z | ++ rustup show active-toolchain |
| 98 | 2026-06-15T09:16:43.067Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-15T09:16:43.224Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-15T09:16:43.227Z | info: downloading 6 components |
| 101 | 2026-06-15T09:16:58.796Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-15T09:16:58.889Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-15T09:16:58.892Z | +++ head -n 1 |
| 104 | 2026-06-15T09:16:58.892Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-15T09:16:58.941Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-15T09:16:58.941Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-15T09:16:58.941Z | ++ popd |
| 108 | 2026-06-15T09:16:58.944Z | /work/oxidecomputer/opte |
| 109 | 2026-06-15T09:16:58.944Z | + TGT_BASE=/work |
| 110 | 2026-06-15T09:16:58.944Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-06-15T09:16:58.944Z | + REL_TGT=/work/release |
| 112 | 2026-06-15T09:16:58.944Z | + mkdir -p /work/release |
| 113 | 2026-06-15T09:16:58.945Z | + cargo --version |
| 114 | 2026-06-15T09:16:58.953Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 115 | 2026-06-15T09:16:58.956Z | + rustc --version |
| 116 | 2026-06-15T09:16:58.975Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 117 | 2026-06-15T09:16:58.978Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-06-15T09:16:58.978Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-06-15T09:16:58.978Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-06-15T09:16:58.978Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-06-15T09:16:59.076Z | Updating crates.io index |
| 122 | 2026-06-15T09:16:59.079Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-06-15T09:16:59.738Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-06-15T09:17:00.317Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-06-15T09:17:00.693Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-06-15T09:17:01.134Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-06-15T09:17:01.363Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-06-15T09:17:01.659Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-06-15T09:17:04.049Z | Downloading crates ... |
| 130 | 2026-06-15T09:17:04.103Z | Downloaded anstyle v1.0.14 |
| 131 | 2026-06-15T09:17:04.106Z | Downloaded errno v0.3.14 |
| 132 | 2026-06-15T09:17:04.111Z | Downloaded anyhow v1.0.102 |
| 133 | 2026-06-15T09:17:04.114Z | Downloaded anstyle-parse v1.0.0 |
| 134 | 2026-06-15T09:17:04.126Z | Downloaded serde_spanned v1.1.1 |
| 135 | 2026-06-15T09:17:04.129Z | Downloaded cargo-platform v0.3.3 |
| 136 | 2026-06-15T09:17:04.133Z | Downloaded heck v0.5.0 |
| 137 | 2026-06-15T09:17:04.136Z | Downloaded colorchoice v1.0.5 |
| 138 | 2026-06-15T09:17:04.136Z | Downloaded strsim v0.11.1 |
| 139 | 2026-06-15T09:17:04.141Z | Downloaded clap_lex v1.1.0 |
| 140 | 2026-06-15T09:17:04.144Z | Downloaded zmij v1.0.21 |
| 141 | 2026-06-15T09:17:04.147Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 142 | 2026-06-15T09:17:04.158Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 143 | 2026-06-15T09:17:04.160Z | Downloaded thiserror-impl v2.0.18 |
| 144 | 2026-06-15T09:17:04.163Z | Downloaded thiserror v2.0.18 |
| 145 | 2026-06-15T09:17:04.166Z | Downloaded anstream v1.0.0 |
| 146 | 2026-06-15T09:17:04.169Z | Downloaded camino v1.2.2 |
| 147 | 2026-06-15T09:17:04.174Z | Downloaded semver v1.0.28 |
| 148 | 2026-06-15T09:17:04.176Z | Downloaded clap_derive v4.6.1 |
| 149 | 2026-06-15T09:17:04.183Z | Downloaded unicode-ident v1.0.24 |
| 150 | 2026-06-15T09:17:04.186Z | Downloaded equivalent v1.0.2 |
| 151 | 2026-06-15T09:17:04.186Z | Downloaded bitflags v2.13.0 |
| 152 | 2026-06-15T09:17:04.192Z | Downloaded serde_derive v1.0.228 |
| 153 | 2026-06-15T09:17:04.194Z | Downloaded utf8parse v0.2.2 |
| 154 | 2026-06-15T09:17:04.194Z | Downloaded anstyle-query v1.1.5 |
| 155 | 2026-06-15T09:17:04.194Z | Downloaded proc-macro2 v1.0.106 |
| 156 | 2026-06-15T09:17:04.203Z | Downloaded terminal_size v0.4.4 |
| 157 | 2026-06-15T09:17:04.206Z | Downloaded is_terminal_polyfill v1.70.2 |
| 158 | 2026-06-15T09:17:04.208Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 159 | 2026-06-15T09:17:04.211Z | Downloaded clap v4.6.1 |
| 160 | 2026-06-15T09:17:04.216Z | Downloaded itoa v1.0.18 |
| 161 | 2026-06-15T09:17:04.219Z | Downloaded quote v1.0.45 |
| 162 | 2026-06-15T09:17:04.223Z | Downloaded serde v1.0.228 |
| 163 | 2026-06-15T09:17:04.225Z | Downloaded memchr v2.8.2 |
| 164 | 2026-06-15T09:17:04.228Z | Downloaded cargo_metadata v0.23.1 |
| 165 | 2026-06-15T09:17:04.234Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 166 | 2026-06-15T09:17:04.250Z | Downloaded serde_core v1.0.228 |
| 167 | 2026-06-15T09:17:04.273Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-06-15T09:17:04.276Z | Downloaded hashbrown v0.17.1 |
| 169 | 2026-06-15T09:17:04.284Z | Downloaded winnow v1.0.3 |
| 170 | 2026-06-15T09:17:04.305Z | Downloaded serde_json v1.0.150 |
| 171 | 2026-06-15T09:17:04.309Z | Downloaded clap_builder v4.6.0 |
| 172 | 2026-06-15T09:17:04.337Z | Downloaded rustix v1.1.4 |
| 173 | 2026-06-15T09:17:04.349Z | Downloaded syn v2.0.117 |
| 174 | 2026-06-15T09:17:04.384Z | Downloaded libc v0.2.186 |
| 175 | 2026-06-15T09:17:04.430Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-06-15T09:17:04.430Z | Compiling serde_core v1.0.228 |
| 177 | 2026-06-15T09:17:04.430Z | Compiling unicode-ident v1.0.24 |
| 178 | 2026-06-15T09:17:04.433Z | Compiling quote v1.0.45 |
| 179 | 2026-06-15T09:17:04.433Z | Compiling libc v0.2.186 |
| 180 | 2026-06-15T09:17:04.433Z | Compiling rustix v1.1.4 |
| 181 | 2026-06-15T09:17:04.433Z | Compiling bitflags v2.13.0 |
| 182 | 2026-06-15T09:17:04.433Z | Compiling zmij v1.0.21 |
| 183 | 2026-06-15T09:17:04.635Z | Compiling utf8parse v0.2.2 |
| 184 | 2026-06-15T09:17:04.734Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-06-15T09:17:04.914Z | Compiling anstyle v1.0.14 |
| 186 | 2026-06-15T09:17:04.920Z | Compiling serde_json v1.0.150 |
| 187 | 2026-06-15T09:17:04.950Z | Compiling colorchoice v1.0.5 |
| 188 | 2026-06-15T09:17:04.964Z | Compiling serde v1.0.228 |
| 189 | 2026-06-15T09:17:05.056Z | Compiling anstyle-query v1.1.5 |
| 190 | 2026-06-15T09:17:05.063Z | Compiling camino v1.2.2 |
| 191 | 2026-06-15T09:17:05.148Z | Compiling thiserror v2.0.18 |
| 192 | 2026-06-15T09:17:05.155Z | Compiling is_terminal_polyfill v1.70.2 |
| 193 | 2026-06-15T09:17:05.233Z | Compiling errno v0.3.14 |
| 194 | 2026-06-15T09:17:05.272Z | Compiling anstream v1.0.0 |
| 195 | 2026-06-15T09:17:05.312Z | Compiling anyhow v1.0.102 |
| 196 | 2026-06-15T09:17:05.430Z | Compiling memchr v2.8.2 |
| 197 | 2026-06-15T09:17:05.632Z | Compiling strsim v0.11.1 |
| 198 | 2026-06-15T09:17:05.671Z | Compiling clap_lex v1.1.0 |
| 199 | 2026-06-15T09:17:05.711Z | Compiling itoa v1.0.18 |
| 200 | 2026-06-15T09:17:05.784Z | Compiling syn v2.0.117 |
| 201 | 2026-06-15T09:17:05.791Z | Compiling heck v0.5.0 |
| 202 | 2026-06-15T09:17:05.984Z | Compiling terminal_size v0.4.4 |
| 203 | 2026-06-15T09:17:05.997Z | Compiling winnow v1.0.3 |
| 204 | 2026-06-15T09:17:06.135Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-06-15T09:17:06.249Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 206 | 2026-06-15T09:17:06.421Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 207 | 2026-06-15T09:17:06.673Z | Compiling semver v1.0.28 |
| 208 | 2026-06-15T09:17:06.792Z | Compiling serde_spanned v1.1.1 |
| 209 | 2026-06-15T09:17:06.901Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 210 | 2026-06-15T09:17:06.941Z | Compiling cargo-platform v0.3.3 |
| 211 | 2026-06-15T09:17:07.381Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-06-15T09:17:08.104Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-06-15T09:17:08.400Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-06-15T09:17:08.417Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-06-15T09:17:10.068Z | Compiling clap v4.6.1 |
| 216 | 2026-06-15T09:17:11.295Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-06-15T09:17:13.705Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-06-15T09:17:15.285Z | Finished `dev` profile [optimized + debuginfo] target(s) in 16.29s |
| 219 | 2026-06-15T09:17:15.379Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-06-15T09:17:16.810Z | Building opteadm (release). |
| 221 | 2026-06-15T09:17:16.904Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-06-15T09:17:16.904Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-06-15T09:17:16.907Z | Compiling quote v1.0.45 |
| 224 | 2026-06-15T09:17:16.907Z | Compiling serde_core v1.0.228 |
| 225 | 2026-06-15T09:17:16.907Z | Compiling libc v0.2.186 |
| 226 | 2026-06-15T09:17:16.907Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-06-15T09:17:16.907Z | Compiling memchr v2.8.2 |
| 228 | 2026-06-15T09:17:16.907Z | Compiling strsim v0.11.1 |
| 229 | 2026-06-15T09:17:16.974Z | Compiling ident_case v1.0.1 |
| 230 | 2026-06-15T09:17:17.020Z | Compiling thiserror v2.0.18 |
| 231 | 2026-06-15T09:17:17.074Z | Compiling fnv v1.0.7 |
| 232 | 2026-06-15T09:17:17.153Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-06-15T09:17:17.187Z | Compiling hashbrown v0.17.1 |
| 234 | 2026-06-15T09:17:17.226Z | Compiling winnow v1.0.3 |
| 235 | 2026-06-15T09:17:17.434Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-06-15T09:17:17.523Z | Compiling equivalent v1.0.2 |
| 237 | 2026-06-15T09:17:17.592Z | Compiling zerocopy v0.8.52 |
| 238 | 2026-06-15T09:17:17.618Z | Compiling anyhow v1.0.102 |
| 239 | 2026-06-15T09:17:17.692Z | Compiling serde v1.0.228 |
| 240 | 2026-06-15T09:17:17.963Z | Compiling either v1.16.0 |
| 241 | 2026-06-15T09:17:18.044Z | Compiling indexmap v2.14.0 |
| 242 | 2026-06-15T09:17:18.069Z | Compiling byteorder v1.5.0 |
| 243 | 2026-06-15T09:17:18.146Z | Compiling syn v2.0.117 |
| 244 | 2026-06-15T09:17:18.146Z | Compiling itertools v0.14.0 |
| 245 | 2026-06-15T09:17:18.198Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 246 | 2026-06-15T09:17:18.244Z | Compiling heapless v0.8.0 |
| 247 | 2026-06-15T09:17:18.540Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 248 | 2026-06-15T09:17:18.634Z | Compiling regex-automata v0.4.14 |
| 249 | 2026-06-15T09:17:18.716Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 250 | 2026-06-15T09:17:18.766Z | Compiling hash32 v0.3.1 |
| 251 | 2026-06-15T09:17:18.890Z | Compiling syn v1.0.109 |
| 252 | 2026-06-15T09:17:18.895Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 253 | 2026-06-15T09:17:19.107Z | Compiling bitflags v2.13.0 |
| 254 | 2026-06-15T09:17:19.133Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-06-15T09:17:19.157Z | Compiling stable_deref_trait v1.2.1 |
| 256 | 2026-06-15T09:17:19.198Z | Compiling macaddr v1.0.1 |
| 257 | 2026-06-15T09:17:19.219Z | Compiling rustversion v1.0.22 |
| 258 | 2026-06-15T09:17:19.358Z | Compiling proc-macro-crate v3.5.0 |
| 259 | 2026-06-15T09:17:19.467Z | Compiling bitflags v1.3.2 |
| 260 | 2026-06-15T09:17:19.470Z | Compiling managed v0.8.0 |
| 261 | 2026-06-15T09:17:19.525Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 262 | 2026-06-15T09:17:19.586Z | Compiling rustix v1.1.4 |
| 263 | 2026-06-15T09:17:19.590Z | Compiling rand_core v0.10.1 |
| 264 | 2026-06-15T09:17:19.712Z | Compiling version_check v0.9.5 |
| 265 | 2026-06-15T09:17:19.748Z | Compiling getrandom v0.4.2 |
| 266 | 2026-06-15T09:17:19.803Z | Compiling ref-cast v1.0.25 |
| 267 | 2026-06-15T09:17:20.013Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-06-15T09:17:20.153Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-06-15T09:17:20.196Z | Compiling errno v0.3.14 |
| 270 | 2026-06-15T09:17:20.338Z | Compiling cpufeatures v0.3.0 |
| 271 | 2026-06-15T09:17:20.379Z | Compiling regex v1.12.4 |
| 272 | 2026-06-15T09:17:20.398Z | Compiling ipnetwork v0.21.1 |
| 273 | 2026-06-15T09:17:20.544Z | Compiling foreign-types-shared v0.3.1 |
| 274 | 2026-06-15T09:17:20.625Z | Compiling once_cell v1.21.4 |
| 275 | 2026-06-15T09:17:20.767Z | Compiling darling_core v0.21.3 |
| 276 | 2026-06-15T09:17:20.771Z | Compiling unicode-width v0.2.2 |
| 277 | 2026-06-15T09:17:20.848Z | Compiling utf8parse v0.2.2 |
| 278 | 2026-06-15T09:17:20.956Z | Compiling anstyle-parse v1.0.0 |
| 279 | 2026-06-15T09:17:21.023Z | Compiling tabwriter v1.4.1 |
| 280 | 2026-06-15T09:17:21.086Z | Compiling tracing-core v0.1.36 |
| 281 | 2026-06-15T09:17:21.152Z | Compiling cstr-argument v0.1.2 |
| 282 | 2026-06-15T09:17:21.261Z | Compiling chacha20 v0.10.0 |
| 283 | 2026-06-15T09:17:21.821Z | Compiling is_terminal_polyfill v1.70.2 |
| 284 | 2026-06-15T09:17:21.876Z | Compiling anstyle v1.0.14 |
| 285 | 2026-06-15T09:17:21.900Z | Compiling colorchoice v1.0.5 |
| 286 | 2026-06-15T09:17:21.923Z | Compiling dyn-clone v1.0.20 |
| 287 | 2026-06-15T09:17:21.949Z | Compiling thiserror-impl v2.0.18 |
| 288 | 2026-06-15T09:17:22.000Z | Compiling serde_derive v1.0.228 |
| 289 | 2026-06-15T09:17:22.053Z | Compiling zerocopy-derive v0.8.52 |
| 290 | 2026-06-15T09:17:22.110Z | Compiling ref-cast-impl v1.0.25 |
| 291 | 2026-06-15T09:17:22.127Z | Compiling num_enum_derive v0.7.6 |
| 292 | 2026-06-15T09:17:22.710Z | Compiling foreign-types-macros v0.2.3 |
| 293 | 2026-06-15T09:17:22.817Z | Compiling tracing-attributes v0.1.31 |
| 294 | 2026-06-15T09:17:22.943Z | Compiling darling_macro v0.21.3 |
| 295 | 2026-06-15T09:17:23.104Z | Compiling num_enum v0.7.6 |
| 296 | 2026-06-15T09:17:23.206Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 297 | 2026-06-15T09:17:23.265Z | Compiling cobs v0.3.0 |
| 298 | 2026-06-15T09:17:23.324Z | Compiling foreign-types v0.5.0 |
| 299 | 2026-06-15T09:17:23.389Z | Compiling pretty-hex v0.4.2 |
| 300 | 2026-06-15T09:17:23.404Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 301 | 2026-06-15T09:17:23.469Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 302 | 2026-06-15T09:17:23.486Z | Compiling darling v0.21.3 |
| 303 | 2026-06-15T09:17:23.508Z | Compiling anstyle-query v1.1.5 |
| 304 | 2026-06-15T09:17:23.553Z | Compiling ingot-macros v0.1.1 |
| 305 | 2026-06-15T09:17:23.596Z | Compiling pin-project-lite v0.2.17 |
| 306 | 2026-06-15T09:17:23.679Z | Compiling anstream v1.0.0 |
| 307 | 2026-06-15T09:17:23.686Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 308 | 2026-06-15T09:17:23.689Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-06-15T09:17:23.870Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-06-15T09:17:24.001Z | Compiling tracing v0.1.44 |
| 311 | 2026-06-15T09:17:24.005Z | Compiling terminal_size v0.4.4 |
| 312 | 2026-06-15T09:17:24.081Z | Compiling rand v0.10.1 |
| 313 | 2026-06-15T09:17:24.145Z | Compiling uuid v1.23.3 |
| 314 | 2026-06-15T09:17:24.282Z | Compiling socket2 v0.6.4 |
| 315 | 2026-06-15T09:17:24.431Z | Compiling colored v3.1.1 |
| 316 | 2026-06-15T09:17:24.565Z | Compiling heck v0.5.0 |
| 317 | 2026-06-15T09:17:24.818Z | Compiling oxnet v0.1.6 |
| 318 | 2026-06-15T09:17:24.922Z | Compiling clap_lex v1.1.0 |
| 319 | 2026-06-15T09:17:24.992Z | Compiling clap_derive v4.6.1 |
| 320 | 2026-06-15T09:17:25.045Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 321 | 2026-06-15T09:17:25.119Z | Compiling clap_builder v4.6.0 |
| 322 | 2026-06-15T09:17:25.230Z | Compiling postcard v1.1.3 |
| 323 | 2026-06-15T09:17:26.470Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-06-15T09:17:26.785Z | Compiling ingot v0.1.1 |
| 325 | 2026-06-15T09:17:27.045Z | Compiling clap v4.6.1 |
| 326 | 2026-06-15T09:17:28.460Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-06-15T09:17:29.443Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-06-15T09:17:30.501Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-06-15T09:17:36.982Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.16s |
| 330 | 2026-06-15T09:17:37.009Z | Building xde (release-lto). |
| 331 | 2026-06-15T09:17:37.252Z | Updating crates.io index |
| 332 | 2026-06-15T09:17:37.345Z | Downloading crates ... |
| 333 | 2026-06-15T09:17:37.389Z | Downloaded adler2 v2.0.1 |
| 334 | 2026-06-15T09:17:37.392Z | Downloaded foldhash v0.2.0 |
| 335 | 2026-06-15T09:17:37.406Z | Downloaded rustc-literal-escaper v0.0.7 |
| 336 | 2026-06-15T09:17:37.422Z | Downloaded rustc-demangle v0.1.27 |
| 337 | 2026-06-15T09:17:37.425Z | Downloaded getopts v0.2.24 |
| 338 | 2026-06-15T09:17:37.425Z | Downloaded addr2line v0.25.1 |
| 339 | 2026-06-15T09:17:37.433Z | Downloaded hashbrown v0.16.1 |
| 340 | 2026-06-15T09:17:37.439Z | Downloaded miniz_oxide v0.8.9 |
| 341 | 2026-06-15T09:17:37.447Z | Downloaded memchr v2.7.6 |
| 342 | 2026-06-15T09:17:37.501Z | Downloaded gimli v0.32.3 |
| 343 | 2026-06-15T09:17:37.506Z | Downloaded object v0.37.3 |
| 344 | 2026-06-15T09:17:37.542Z | Downloaded libc v0.2.183 |
| 345 | 2026-06-15T09:17:37.601Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 346 | 2026-06-15T09:17:37.601Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 347 | 2026-06-15T09:17:37.601Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-06-15T09:17:37.601Z | Compiling quote v1.0.45 |
| 349 | 2026-06-15T09:17:37.601Z | Compiling unicode-ident v1.0.24 |
| 350 | 2026-06-15T09:17:37.604Z | Compiling ident_case v1.0.1 |
| 351 | 2026-06-15T09:17:37.604Z | Compiling strsim v0.11.1 |
| 352 | 2026-06-15T09:17:37.604Z | Compiling serde_core v1.0.228 |
| 353 | 2026-06-15T09:17:37.766Z | Compiling memchr v2.8.2 |
| 354 | 2026-06-15T09:17:37.767Z | Compiling fnv v1.0.7 |
| 355 | 2026-06-15T09:17:37.859Z | Compiling regex-syntax v0.8.11 |
| 356 | 2026-06-15T09:17:38.014Z | Compiling zerocopy v0.8.52 |
| 357 | 2026-06-15T09:17:38.020Z | Compiling either v1.16.0 |
| 358 | 2026-06-15T09:17:38.031Z | Compiling serde v1.0.228 |
| 359 | 2026-06-15T09:17:38.140Z | Compiling thiserror v2.0.18 |
| 360 | 2026-06-15T09:17:38.219Z | Compiling aho-corasick v1.1.4 |
| 361 | 2026-06-15T09:17:38.417Z | Compiling itertools v0.14.0 |
| 362 | 2026-06-15T09:17:38.435Z | Compiling heapless v0.8.0 |
| 363 | 2026-06-15T09:17:38.702Z | Compiling syn v2.0.117 |
| 364 | 2026-06-15T09:17:38.800Z | Compiling smoltcp v0.11.0 |
| 365 | 2026-06-15T09:17:38.822Z | Compiling ref-cast v1.0.25 |
| 366 | 2026-06-15T09:17:38.897Z | Compiling version_check v0.9.5 |
| 367 | 2026-06-15T09:17:39.203Z | Compiling crc32fast v1.5.0 |
| 368 | 2026-06-15T09:17:39.255Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-06-15T09:17:39.506Z | Compiling regex-automata v0.4.14 |
| 370 | 2026-06-15T09:17:40.993Z | Compiling darling_core v0.21.3 |
| 371 | 2026-06-15T09:17:40.993Z | Compiling darling_core v0.23.0 |
| 372 | 2026-06-15T09:17:41.031Z | Compiling regex v1.12.4 |
| 373 | 2026-06-15T09:17:42.045Z | Compiling thiserror-impl v2.0.18 |
| 374 | 2026-06-15T09:17:42.045Z | Compiling serde_derive v1.0.228 |
| 375 | 2026-06-15T09:17:42.048Z | Compiling zerocopy-derive v0.8.52 |
| 376 | 2026-06-15T09:17:42.049Z | Compiling ref-cast-impl v1.0.25 |
| 377 | 2026-06-15T09:17:42.049Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 378 | 2026-06-15T09:17:43.586Z | Compiling darling_macro v0.21.3 |
| 379 | 2026-06-15T09:17:43.629Z | Compiling darling_macro v0.23.0 |
| 380 | 2026-06-15T09:17:44.471Z | Compiling darling v0.21.3 |
| 381 | 2026-06-15T09:17:44.499Z | Compiling darling v0.23.0 |
| 382 | 2026-06-15T09:17:44.532Z | Compiling ingot-macros v0.1.1 |
| 383 | 2026-06-15T09:17:44.559Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 384 | 2026-06-15T09:17:49.479Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 385 | 2026-06-15T09:17:51.550Z | Compiling byteorder v1.5.0 |
| 386 | 2026-06-15T09:17:51.551Z | Compiling stable_deref_trait v1.2.1 |
| 387 | 2026-06-15T09:17:51.554Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-06-15T09:17:51.554Z | Compiling macaddr v1.0.1 |
| 389 | 2026-06-15T09:17:51.609Z | Compiling bitflags v1.3.2 |
| 390 | 2026-06-15T09:17:51.616Z | Compiling managed v0.8.0 |
| 391 | 2026-06-15T09:17:51.650Z | Compiling cobs v0.3.0 |
| 392 | 2026-06-15T09:17:51.737Z | Compiling hash32 v0.3.1 |
| 393 | 2026-06-15T09:17:51.863Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-06-15T09:17:51.911Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-06-15T09:17:53.119Z | Compiling bitflags v2.13.0 |
| 396 | 2026-06-15T09:17:53.119Z | Compiling uuid v1.23.3 |
| 397 | 2026-06-15T09:17:53.261Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-06-15T09:17:53.545Z | Compiling postcard v1.1.3 |
| 399 | 2026-06-15T09:17:54.357Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-06-15T09:17:54.668Z | Compiling ingot v0.1.1 |
| 401 | 2026-06-15T09:17:56.193Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-06-15T09:17:59.926Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-06-15T09:18:08.637Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-06-15T09:18:38.169Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 405 | 2026-06-15T09:18:38.194Z | Linking xde kmod... |
| 406 | 2026-06-15T09:18:38.769Z | Building xde dev link helper (release). |
| 407 | 2026-06-15T09:18:38.923Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-06-15T09:18:38.923Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-06-15T09:18:38.923Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-06-15T09:18:49.777Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-06-15T09:18:52.114Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.31s |
| 412 | 2026-06-15T09:18:52.133Z | Building opteadm (dev). |
| 413 | 2026-06-15T09:18:52.288Z | Compiling serde_core v1.0.228 |
| 414 | 2026-06-15T09:18:52.288Z | Compiling libc v0.2.186 |
| 415 | 2026-06-15T09:18:52.288Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-06-15T09:18:52.288Z | Compiling memchr v2.8.2 |
| 417 | 2026-06-15T09:18:52.288Z | Compiling ident_case v1.0.1 |
| 418 | 2026-06-15T09:18:52.292Z | Compiling strsim v0.11.1 |
| 419 | 2026-06-15T09:18:52.292Z | Compiling fnv v1.0.7 |
| 420 | 2026-06-15T09:18:52.292Z | Compiling syn v2.0.117 |
| 421 | 2026-06-15T09:18:52.362Z | Compiling regex-syntax v0.8.11 |
| 422 | 2026-06-15T09:18:52.385Z | Compiling either v1.16.0 |
| 423 | 2026-06-15T09:18:52.404Z | Compiling serde v1.0.228 |
| 424 | 2026-06-15T09:18:52.577Z | Compiling zerocopy v0.8.52 |
| 425 | 2026-06-15T09:18:52.590Z | Compiling winnow v1.0.3 |
| 426 | 2026-06-15T09:18:52.713Z | Compiling aho-corasick v1.1.4 |
| 427 | 2026-06-15T09:18:52.850Z | Compiling hashbrown v0.17.1 |
| 428 | 2026-06-15T09:18:52.963Z | Compiling equivalent v1.0.2 |
| 429 | 2026-06-15T09:18:53.073Z | Compiling itertools v0.14.0 |
| 430 | 2026-06-15T09:18:53.073Z | Compiling byteorder v1.5.0 |
| 431 | 2026-06-15T09:18:53.245Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 432 | 2026-06-15T09:18:53.371Z | Compiling indexmap v2.14.0 |
| 433 | 2026-06-15T09:18:53.452Z | Compiling heapless v0.8.0 |
| 434 | 2026-06-15T09:18:53.582Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 435 | 2026-06-15T09:18:53.752Z | Compiling regex-automata v0.4.14 |
| 436 | 2026-06-15T09:18:53.963Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 437 | 2026-06-15T09:18:54.116Z | Compiling hash32 v0.3.1 |
| 438 | 2026-06-15T09:18:54.236Z | Compiling bitflags v2.13.0 |
| 439 | 2026-06-15T09:18:54.264Z | Compiling macaddr v1.0.1 |
| 440 | 2026-06-15T09:18:54.269Z | Compiling smoltcp v0.11.0 |
| 441 | 2026-06-15T09:18:54.375Z | Compiling stable_deref_trait v1.2.1 |
| 442 | 2026-06-15T09:18:54.445Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 443 | 2026-06-15T09:18:54.461Z | Compiling syn v1.0.109 |
| 444 | 2026-06-15T09:18:54.509Z | Compiling rustversion v1.0.22 |
| 445 | 2026-06-15T09:18:54.614Z | Compiling proc-macro-crate v3.5.0 |
| 446 | 2026-06-15T09:18:54.694Z | Compiling bitflags v1.3.2 |
| 447 | 2026-06-15T09:18:54.759Z | Compiling version_check v0.9.5 |
| 448 | 2026-06-15T09:18:54.821Z | Compiling darling_core v0.21.3 |
| 449 | 2026-06-15T09:18:54.905Z | Compiling ref-cast v1.0.25 |
| 450 | 2026-06-15T09:18:54.932Z | Compiling managed v0.8.0 |
| 451 | 2026-06-15T09:18:55.027Z | Compiling getrandom v0.4.2 |
| 452 | 2026-06-15T09:18:55.049Z | Compiling rand_core v0.10.1 |
| 453 | 2026-06-15T09:18:55.127Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 454 | 2026-06-15T09:18:55.177Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-06-15T09:18:55.353Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-06-15T09:18:55.423Z | Compiling errno v0.3.14 |
| 457 | 2026-06-15T09:18:55.594Z | Compiling regex v1.12.4 |
| 458 | 2026-06-15T09:18:55.836Z | Compiling cpufeatures v0.3.0 |
| 459 | 2026-06-15T09:18:55.903Z | Compiling once_cell v1.21.4 |
| 460 | 2026-06-15T09:18:55.978Z | Compiling foreign-types-shared v0.3.1 |
| 461 | 2026-06-15T09:18:55.982Z | Compiling ipnetwork v0.21.1 |
| 462 | 2026-06-15T09:18:55.997Z | Compiling thiserror-impl v2.0.18 |
| 463 | 2026-06-15T09:18:56.059Z | Compiling zerocopy-derive v0.8.52 |
| 464 | 2026-06-15T09:18:56.138Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-06-15T09:18:56.310Z | Compiling num_enum_derive v0.7.6 |
| 466 | 2026-06-15T09:18:56.502Z | Compiling ref-cast-impl v1.0.25 |
| 467 | 2026-06-15T09:18:56.913Z | Compiling darling_macro v0.21.3 |
| 468 | 2026-06-15T09:18:57.095Z | Compiling foreign-types-macros v0.2.3 |
| 469 | 2026-06-15T09:18:57.192Z | Compiling thiserror v2.0.18 |
| 470 | 2026-06-15T09:18:57.290Z | Compiling cobs v0.3.0 |
| 471 | 2026-06-15T09:18:57.469Z | Compiling darling v0.21.3 |
| 472 | 2026-06-15T09:18:57.541Z | Compiling ingot-macros v0.1.1 |
| 473 | 2026-06-15T09:18:57.570Z | Compiling unicode-width v0.2.2 |
| 474 | 2026-06-15T09:18:57.740Z | Compiling foreign-types v0.5.0 |
| 475 | 2026-06-15T09:18:57.809Z | Compiling tabwriter v1.4.1 |
| 476 | 2026-06-15T09:18:57.871Z | Compiling cstr-argument v0.1.2 |
| 477 | 2026-06-15T09:18:58.044Z | Compiling num_enum v0.7.6 |
| 478 | 2026-06-15T09:18:58.226Z | Compiling tracing-core v0.1.36 |
| 479 | 2026-06-15T09:18:58.246Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 480 | 2026-06-15T09:18:58.453Z | Compiling tracing-attributes v0.1.31 |
| 481 | 2026-06-15T09:18:58.596Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 482 | 2026-06-15T09:18:58.819Z | Compiling chacha20 v0.10.0 |
| 483 | 2026-06-15T09:18:59.089Z | Compiling rustix v1.1.4 |
| 484 | 2026-06-15T09:18:59.301Z | Compiling postcard v1.1.3 |
| 485 | 2026-06-15T09:18:59.515Z | Compiling anyhow v1.0.102 |
| 486 | 2026-06-15T09:18:59.568Z | Compiling pretty-hex v0.4.2 |
| 487 | 2026-06-15T09:18:59.640Z | Compiling pin-project-lite v0.2.17 |
| 488 | 2026-06-15T09:18:59.667Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 489 | 2026-06-15T09:18:59.673Z | Compiling dyn-clone v1.0.20 |
| 490 | 2026-06-15T09:18:59.691Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 491 | 2026-06-15T09:18:59.763Z | Compiling tracing v0.1.44 |
| 492 | 2026-06-15T09:18:59.875Z | Compiling rand v0.10.1 |
| 493 | 2026-06-15T09:18:59.929Z | Compiling terminal_size v0.4.4 |
| 494 | 2026-06-15T09:18:59.946Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 495 | 2026-06-15T09:19:00.033Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-06-15T09:19:00.083Z | Compiling uuid v1.23.3 |
| 497 | 2026-06-15T09:19:00.140Z | Compiling socket2 v0.6.4 |
| 498 | 2026-06-15T09:19:00.150Z | Compiling oxnet v0.1.6 |
| 499 | 2026-06-15T09:19:00.277Z | Compiling colored v3.1.1 |
| 500 | 2026-06-15T09:19:00.329Z | Compiling ingot-types v0.1.2 |
| 501 | 2026-06-15T09:19:00.515Z | Compiling clap_derive v4.6.1 |
| 502 | 2026-06-15T09:19:00.638Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-06-15T09:19:00.693Z | Compiling ingot v0.1.1 |
| 504 | 2026-06-15T09:19:00.736Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 505 | 2026-06-15T09:19:02.209Z | Compiling clap v4.6.1 |
| 506 | 2026-06-15T09:19:02.315Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-06-15T09:19:03.687Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-06-15T09:19:05.150Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-06-15T09:19:09.595Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.45s |
| 510 | 2026-06-15T09:19:09.624Z | Building xde (dev). |
| 511 | 2026-06-15T09:19:09.865Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-06-15T09:19:09.865Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-06-15T09:19:09.865Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-06-15T09:19:09.865Z | Compiling quote v1.0.45 |
| 515 | 2026-06-15T09:19:09.868Z | Compiling unicode-ident v1.0.24 |
| 516 | 2026-06-15T09:19:09.868Z | Compiling ident_case v1.0.1 |
| 517 | 2026-06-15T09:19:09.868Z | Compiling strsim v0.11.1 |
| 518 | 2026-06-15T09:19:09.868Z | Compiling serde_core v1.0.228 |
| 519 | 2026-06-15T09:19:09.983Z | Compiling fnv v1.0.7 |
| 520 | 2026-06-15T09:19:09.992Z | Compiling memchr v2.8.2 |
| 521 | 2026-06-15T09:19:10.065Z | Compiling regex-syntax v0.8.11 |
| 522 | 2026-06-15T09:19:10.244Z | Compiling thiserror v2.0.18 |
| 523 | 2026-06-15T09:19:10.260Z | Compiling serde v1.0.228 |
| 524 | 2026-06-15T09:19:10.272Z | Compiling either v1.16.0 |
| 525 | 2026-06-15T09:19:10.385Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-06-15T09:19:10.460Z | Compiling zerocopy v0.8.52 |
| 527 | 2026-06-15T09:19:10.655Z | Compiling itertools v0.14.0 |
| 528 | 2026-06-15T09:19:10.669Z | Compiling heapless v0.8.0 |
| 529 | 2026-06-15T09:19:10.999Z | Compiling syn v2.0.117 |
| 530 | 2026-06-15T09:19:11.069Z | Compiling smoltcp v0.11.0 |
| 531 | 2026-06-15T09:19:11.093Z | Compiling version_check v0.9.5 |
| 532 | 2026-06-15T09:19:11.137Z | Compiling ref-cast v1.0.25 |
| 533 | 2026-06-15T09:19:11.452Z | Compiling crc32fast v1.5.0 |
| 534 | 2026-06-15T09:19:11.487Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-06-15T09:19:11.564Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-06-15T09:19:13.028Z | Compiling regex v1.12.4 |
| 537 | 2026-06-15T09:19:13.247Z | Compiling darling_core v0.21.3 |
| 538 | 2026-06-15T09:19:13.267Z | Compiling darling_core v0.23.0 |
| 539 | 2026-06-15T09:19:14.198Z | Compiling thiserror-impl v2.0.18 |
| 540 | 2026-06-15T09:19:14.198Z | Compiling zerocopy-derive v0.8.52 |
| 541 | 2026-06-15T09:19:14.201Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-06-15T09:19:14.201Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-06-15T09:19:14.201Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-06-15T09:19:15.787Z | Compiling darling_macro v0.21.3 |
| 545 | 2026-06-15T09:19:15.988Z | Compiling darling_macro v0.23.0 |
| 546 | 2026-06-15T09:19:16.707Z | Compiling darling v0.21.3 |
| 547 | 2026-06-15T09:19:16.770Z | Compiling ingot-macros v0.1.1 |
| 548 | 2026-06-15T09:19:16.916Z | Compiling darling v0.23.0 |
| 549 | 2026-06-15T09:19:16.980Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 550 | 2026-06-15T09:19:21.269Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-06-15T09:19:22.966Z | Compiling byteorder v1.5.0 |
| 552 | 2026-06-15T09:19:22.966Z | Compiling macaddr v1.0.1 |
| 553 | 2026-06-15T09:19:22.966Z | Compiling cfg-if v1.0.4 |
| 554 | 2026-06-15T09:19:22.969Z | Compiling stable_deref_trait v1.2.1 |
| 555 | 2026-06-15T09:19:23.030Z | Compiling cobs v0.3.0 |
| 556 | 2026-06-15T09:19:23.034Z | Compiling bitflags v1.3.2 |
| 557 | 2026-06-15T09:19:23.068Z | Compiling managed v0.8.0 |
| 558 | 2026-06-15T09:19:23.096Z | Compiling hash32 v0.3.1 |
| 559 | 2026-06-15T09:19:23.324Z | Compiling dyn-clone v1.0.20 |
| 560 | 2026-06-15T09:19:23.393Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 561 | 2026-06-15T09:19:24.478Z | Compiling bitflags v2.13.0 |
| 562 | 2026-06-15T09:19:24.478Z | Compiling uuid v1.23.3 |
| 563 | 2026-06-15T09:19:24.612Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 564 | 2026-06-15T09:19:24.927Z | Compiling postcard v1.1.3 |
| 565 | 2026-06-15T09:19:25.693Z | Compiling ingot-types v0.1.2 |
| 566 | 2026-06-15T09:19:25.978Z | Compiling ingot v0.1.1 |
| 567 | 2026-06-15T09:19:27.393Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-06-15T09:19:31.683Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 569 | 2026-06-15T09:19:42.040Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 570 | 2026-06-15T09:19:50.320Z | Finished `dev` profile [optimized + debuginfo] target(s) in 40.66s |
| 571 | 2026-06-15T09:19:50.343Z | Linking xde kmod... |
| 572 | 2026-06-15T09:19:51.489Z | Building xde dev link helper (dev). |
| 573 | 2026-06-15T09:19:51.647Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 574 | 2026-06-15T09:19:51.647Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 575 | 2026-06-15T09:19:51.647Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 576 | 2026-06-15T09:20:02.024Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 577 | 2026-06-15T09:20:04.190Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.67s |
| 578 | 2026-06-15T09:20:04.211Z | |
| 579 | 2026-06-15T09:20:04.215Z | real 3:05.228974050 |
| 580 | 2026-06-15T09:20:04.215Z | user 8:58.496946752 |
| 581 | 2026-06-15T09:20:04.215Z | sys 58.491394560 |
| 582 | 2026-06-15T09:20:04.215Z | trap 0.230675713 |
| 583 | 2026-06-15T09:20:04.215Z | tflt 0.857577398 |
| 584 | 2026-06-15T09:20:04.215Z | dflt 1.486437591 |
| 585 | 2026-06-15T09:20:04.215Z | kflt 0.008838628 |
| 586 | 2026-06-15T09:20:04.215Z | lock 29:32.953276678 |
| 587 | 2026-06-15T09:20:04.215Z | slp 20:55.021240571 |
| 588 | 2026-06-15T09:20:04.215Z | lat 21.508446654 |
| 589 | 2026-06-15T09:20:04.215Z | stop 32.089532494 |
| 590 | 2026-06-15T09:20:04.215Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 591 | 2026-06-15T09:20:04.215Z | + grep GOTPCREL |
| 592 | 2026-06-15T09:20:05.163Z | + header 'package opte' |
| 593 | 2026-06-15T09:20:05.163Z | + echo '# ==== package opte ==== #' |
| 594 | 2026-06-15T09:20:05.163Z | # ==== package opte ==== # |
| 595 | 2026-06-15T09:20:05.163Z | + cargo xtask package --skip-build --profile all |
| 596 | 2026-06-15T09:20:05.308Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 597 | 2026-06-15T09:20:05.312Z | Running `target/debug/xtask package --skip-build --profile all` |
| 598 | 2026-06-15T09:20:05.527Z | + ./clean.sh |
| 599 | 2026-06-15T09:20:05.534Z | + mkdir -p proto/kernel/drv/amd64 |
| 600 | 2026-06-15T09:20:05.537Z | + mkdir -p proto/opt/oxide/opte/bin |
| 601 | 2026-06-15T09:20:05.537Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 602 | 2026-06-15T09:20:05.540Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 603 | 2026-06-15T09:20:05.555Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 604 | 2026-06-15T09:20:05.591Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 605 | 2026-06-15T09:20:05.594Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 606 | 2026-06-15T09:20:05.594Z | + '[' -z ']' |
| 607 | 2026-06-15T09:20:05.594Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 608 | 2026-06-15T09:20:05.615Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 609 | 2026-06-15T09:20:05.688Z | + INC_DEBUG= |
| 610 | 2026-06-15T09:20:05.688Z | + typeset -ri TAG=0 |
| 611 | 2026-06-15T09:20:05.691Z | ++ ./print-api-version.sh |
| 612 | 2026-06-15T09:20:05.694Z | + API_VSN=41 |
| 613 | 2026-06-15T09:20:05.694Z | + PKG_VERSION=0.41.485-3.0 |
| 614 | 2026-06-15T09:20:05.697Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.485-3.0/g opte.template.p5m |
| 615 | 2026-06-15T09:20:05.697Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 616 | 2026-06-15T09:20:06.205Z | + pkgdepend generate -d proto opte.base.p5m |
| 617 | 2026-06-15T09:20:06.536Z | + mkdir -p packages |
| 618 | 2026-06-15T09:20:06.539Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 619 | 2026-06-15T09:20:13.366Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 620 | 2026-06-15T09:20:13.369Z | + pkgrepo create packages/repo |
| 621 | 2026-06-15T09:20:13.575Z | + pkgrepo add-publisher -s packages/repo helios |
| 622 | 2026-06-15T09:20:13.780Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 623 | 2026-06-15T09:20:43.022Z | pkg://helios/driver/network/opte@0.41.485,5.11-3.0:20260615T092012Z |
| 624 | 2026-06-15T09:20:43.023Z | PUBLISHED |
| 625 | 2026-06-15T09:20:43.057Z | + pkgrecv -a -d packages/repo/opte-0.41.485-3.0.p5p -s packages/repo -v -m latest '*' |
| 626 | 2026-06-15T09:20:43.235Z | Retrieving packages for publisher helios ... |
| 627 | 2026-06-15T09:20:43.238Z | Retrieving catalog 'helios' ... Done |
| 628 | 2026-06-15T09:20:43.241Z | Retrieving and evaluating 1 package(s)... |
| 629 | 2026-06-15T09:20:43.242Z | Fetching manifests: 1/1 100% complete |
| 630 | 2026-06-15T09:20:43.242Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-06-15T09:20:43.242Z | |
| 632 | 2026-06-15T09:20:43.242Z | Archiving packages ... |
| 633 | 2026-06-15T09:20:43.242Z | Packages to add: 1 |
| 634 | 2026-06-15T09:20:43.242Z | Files to retrieve: 6 |
| 635 | 2026-06-15T09:20:43.242Z | Estimated transfer size: 37.12 MB |
| 636 | 2026-06-15T09:20:43.242Z | |
| 637 | 2026-06-15T09:20:43.242Z | Packages to archive: |
| 638 | 2026-06-15T09:20:43.242Z | driver/network/opte@0.41.485,5.11-3.0:20260615T092012Z |
| 639 | 2026-06-15T09:20:43.242Z | |
| 640 | 2026-06-15T09:20:43.242Z | Download: 0/6 items 0.0/37.1MB 0% complete |
| 641 | 2026-06-15T09:20:43.306Z | Download: Completed 37.12 MB in 0.07 seconds (549M/s) |
| 642 | 2026-06-15T09:20:43.310Z | Archiving: 1/20 items 0.0/37.2MB 0% complete |
| 643 | 2026-06-15T09:20:43.322Z | Archiving: Completed 37.16 MB in 0.01 seconds |
| 644 | 2026-06-15T09:20:43.359Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.485-3.0.p5p. |
| 645 | 2026-06-15T09:20:43.363Z | + banner copy |
| 646 | 2026-06-15T09:20:43.366Z | |
| 647 | 2026-06-15T09:20:43.366Z | #### #### ##### # # |
| 648 | 2026-06-15T09:20:43.366Z | # # # # # # # # |
| 649 | 2026-06-15T09:20:43.366Z | # # # # # # |
| 650 | 2026-06-15T09:20:43.366Z | # # # ##### # |
| 651 | 2026-06-15T09:20:43.366Z | # # # # # # |
| 652 | 2026-06-15T09:20:43.366Z | #### #### # # |
| 653 | 2026-06-15T09:20:43.366Z | |
| 654 | 2026-06-15T09:20:43.366Z | + pfexec mkdir -p /out |
| 655 | 2026-06-15T09:20:43.367Z | + pfexec chown 12345 /out |
| 656 | 2026-06-15T09:20:43.370Z | + PKG_NAME=/out/opte.p5p |
| 657 | 2026-06-15T09:20:43.370Z | + mv pkg/packages/repo/opte-0.41.485-3.0.p5p /out/opte.p5p |
| 658 | 2026-06-15T09:20:43.395Z | + sha256sum /out/opte.p5p |
| 659 | 2026-06-15T09:20:43.420Z | process exited: duration 240365 ms, exit code 0 |
| |
| 660 | 2026-06-15T09:20:43.433Z | found 2 output files |
| 661 | 2026-06-15T09:20:43.433Z | uploading: /out/opte.p5p (38973440 bytes) |
| 662 | 2026-06-15T09:20:44.756Z | uploaded: /out/opte.p5p |
| 663 | 2026-06-15T09:20:44.756Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 664 | 2026-06-15T09:20:45.766Z | uploaded: /out/opte.p5p.sha256 |