|
|
|
| 1 | 2026-06-24T03:43:09.548Z | job assigned to worker 01KVVVHEZBVHFATT8EHKDK27KZ [factory aws, i-036a27174ca873f5a] (queued for 56 s) |
| |
| 2 | 2026-06-24T03:43:16.459Z | starting task 0: "setup" |
| 3 | 2026-06-24T03:43:16.464Z | ++ uname -s |
| 4 | 2026-06-24T03:43:16.468Z | + kern=SunOS |
| 5 | 2026-06-24T03:43:16.468Z | + build_user=build |
| 6 | 2026-06-24T03:43:16.468Z | + build_uid=12345 |
| 7 | 2026-06-24T03:43:16.468Z | + work_dir=/work |
| 8 | 2026-06-24T03:43:16.468Z | + input_dir=/input |
| 9 | 2026-06-24T03:43:16.468Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-24T03:43:16.468Z | + case "$kern" in |
| 11 | 2026-06-24T03:43:16.468Z | + groupadd -g 12345 build |
| 12 | 2026-06-24T03:43:16.468Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-24T03:43:18.473Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-24T03:43:18.543Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-24T03:43:18.547Z | + home_fs=zfs |
| 16 | 2026-06-24T03:43:18.547Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-24T03:43:18.547Z | + mkdir -p /home/build |
| 18 | 2026-06-24T03:43:18.547Z | + chown build:build /home/build /work |
| 19 | 2026-06-24T03:43:20.546Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-24T03:43:20.550Z | process exited: duration 4092 ms, exit code 0 |
| |
| 21 | 2026-06-24T03:43:20.556Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-24T03:43:20.561Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-24T03:43:20.561Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-24T03:43:20.561Z | * rust toolchain profile = "default" |
| 25 | 2026-06-24T03:43:20.561Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-24T03:43:20.561Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-24T03:43:20.561Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-24T03:43:20.564Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-24T03:43:20.564Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-24T03:43:20.668Z | info: downloading installer |
| 31 | 2026-06-24T03:43:22.070Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-24T03:43:22.070Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-24T03:43:22.070Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-24T03:43:22.070Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-24T03:43:22.084Z | info: profile set to default |
| 36 | 2026-06-24T03:43:22.084Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-24T03:43:22.089Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-24T03:43:22.227Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-24T03:43:22.231Z | info: downloading 6 components |
| 40 | 2026-06-24T03:43:37.257Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-24T03:43:37.257Z | |
| 42 | 2026-06-24T03:43:37.285Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-24T03:43:37.285Z | |
| 44 | 2026-06-24T03:43:37.289Z | |
| 45 | 2026-06-24T03:43:37.289Z | Rust is installed now. Great! |
| 46 | 2026-06-24T03:43:37.289Z | |
| 47 | 2026-06-24T03:43:37.289Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-24T03:43:37.289Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-24T03:43:37.289Z | |
| 50 | 2026-06-24T03:43:37.289Z | To configure your current shell, you need to source |
| 51 | 2026-06-24T03:43:37.289Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-24T03:43:37.289Z | |
| 53 | 2026-06-24T03:43:37.289Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-24T03:43:37.289Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-24T03:43:37.289Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-24T03:43:37.289Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-24T03:43:37.289Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-24T03:43:37.289Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-24T03:43:37.289Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-24T03:43:37.289Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-24T03:43:37.289Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-24T03:43:37.391Z | + rustup --version |
| 63 | 2026-06-24T03:43:37.401Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-24T03:43:37.405Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-24T03:43:37.422Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-24T03:43:37.425Z | + cargo --version |
| 67 | 2026-06-24T03:43:37.438Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-24T03:43:37.442Z | + rustc --version |
| 69 | 2026-06-24T03:43:37.462Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-24T03:43:37.469Z | process exited: duration 16906 ms, exit code 0 |
| |
| 71 | 2026-06-24T03:43:37.478Z | starting task 2: "authentication" |
| 72 | 2026-06-24T03:43:37.497Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-06-24T03:43:37.505Z | starting task 3: "clone repository" |
| 74 | 2026-06-24T03:43:37.509Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-24T03:43:37.512Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-24T03:43:37.543Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-24T03:43:38.588Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-24T03:43:38.589Z | + git fetch origin 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 |
| 79 | 2026-06-24T03:43:38.799Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-24T03:43:38.799Z | * branch 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 -> FETCH_HEAD |
| 81 | 2026-06-24T03:43:38.847Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-06-24T03:43:38.848Z | ++ git branch --show-current |
| 83 | 2026-06-24T03:43:38.848Z | + current=master |
| 84 | 2026-06-24T03:43:38.848Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-06-24T03:43:38.848Z | + git branch -f renovate/rust-1.x 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 |
| 86 | 2026-06-24T03:43:38.848Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-06-24T03:43:38.848Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-06-24T03:43:38.848Z | + git reset --hard 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 |
| 89 | 2026-06-24T03:43:38.848Z | HEAD is now at 457c324 Update Rust to nightly-2026-06-24 |
| 90 | 2026-06-24T03:43:38.848Z | process exited: duration 1309 ms, exit code 0 |
| |
| 91 | 2026-06-24T03:43:38.939Z | starting task 4: "build" |
| 92 | 2026-06-24T03:43:38.998Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-24T03:43:38.998Z | ++ rustup show active-toolchain |
| 94 | 2026-06-24T03:43:38.998Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-24T03:43:38.998Z | ++ pushd xde |
| 96 | 2026-06-24T03:43:38.998Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-24T03:43:38.998Z | ++ rustup show active-toolchain |
| 98 | 2026-06-24T03:43:38.999Z | info: syncing channel updates for nightly-2026-06-24-x86_64-unknown-illumos |
| 99 | 2026-06-24T03:43:39.122Z | info: latest update on 2026-06-24 for version 1.98.0-nightly (f28ac764c 2026-06-23) |
| 100 | 2026-06-24T03:43:39.192Z | info: downloading 6 components |
| 101 | 2026-06-24T03:43:53.120Z | nightly-2026-06-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-24T03:43:53.180Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-24T03:43:53.193Z | +++ head -n 1 |
| 104 | 2026-06-24T03:43:53.193Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-24T03:43:53.224Z | ++ export NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos |
| 106 | 2026-06-24T03:43:53.224Z | ++ NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos |
| 107 | 2026-06-24T03:43:53.224Z | ++ popd |
| 108 | 2026-06-24T03:43:53.232Z | /work/oxidecomputer/opte |
| 109 | 2026-06-24T03:43:53.232Z | + TGT_BASE=/work |
| 110 | 2026-06-24T03:43:53.232Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-06-24T03:43:53.232Z | + REL_TGT=/work/release |
| 112 | 2026-06-24T03:43:53.233Z | + mkdir -p /work/release |
| 113 | 2026-06-24T03:43:53.233Z | + cargo --version |
| 114 | 2026-06-24T03:43:53.233Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-24T03:43:53.233Z | + rustc --version |
| 116 | 2026-06-24T03:43:53.253Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-24T03:43:53.269Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-06-24T03:43:53.269Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-06-24T03:43:53.269Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-06-24T03:43:53.269Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-06-24T03:43:53.357Z | Updating crates.io index |
| 122 | 2026-06-24T03:43:53.366Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-06-24T03:43:54.090Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-06-24T03:43:54.329Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-06-24T03:43:54.691Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-06-24T03:43:54.916Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-06-24T03:43:55.176Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-06-24T03:43:55.426Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-06-24T03:43:57.489Z | Downloading crates ... |
| 130 | 2026-06-24T03:43:57.568Z | Downloaded syn v2.0.117 |
| 131 | 2026-06-24T03:43:57.574Z | Downloaded strsim v0.11.1 |
| 132 | 2026-06-24T03:43:57.574Z | Downloaded anstyle-query v1.1.5 |
| 133 | 2026-06-24T03:43:57.574Z | Downloaded anstyle-parse v1.0.0 |
| 134 | 2026-06-24T03:43:57.579Z | Downloaded anstream v1.0.0 |
| 135 | 2026-06-24T03:43:57.579Z | Downloaded indexmap v2.14.0 |
| 136 | 2026-06-24T03:43:57.579Z | Downloaded colorchoice v1.0.5 |
| 137 | 2026-06-24T03:43:57.582Z | Downloaded clap_lex v1.1.0 |
| 138 | 2026-06-24T03:43:57.587Z | Downloaded equivalent v1.0.2 |
| 139 | 2026-06-24T03:43:57.590Z | Downloaded is_terminal_polyfill v1.70.2 |
| 140 | 2026-06-24T03:43:57.590Z | Downloaded errno v0.3.14 |
| 141 | 2026-06-24T03:43:57.590Z | Downloaded heck v0.5.0 |
| 142 | 2026-06-24T03:43:57.595Z | Downloaded serde_spanned v1.1.1 |
| 143 | 2026-06-24T03:43:57.599Z | Downloaded utf8parse v0.2.2 |
| 144 | 2026-06-24T03:43:57.599Z | Downloaded itoa v1.0.18 |
| 145 | 2026-06-24T03:43:57.639Z | Downloaded semver v1.0.28 |
| 146 | 2026-06-24T03:43:57.644Z | Downloaded cargo-platform v0.3.3 |
| 147 | 2026-06-24T03:43:57.644Z | Downloaded anstyle v1.0.14 |
| 148 | 2026-06-24T03:43:57.644Z | Downloaded thiserror v2.0.18 |
| 149 | 2026-06-24T03:43:57.644Z | Downloaded cargo_metadata v0.23.1 |
| 150 | 2026-06-24T03:43:57.644Z | Downloaded thiserror-impl v2.0.18 |
| 151 | 2026-06-24T03:43:57.644Z | Downloaded zmij v1.0.21 |
| 152 | 2026-06-24T03:43:57.644Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 153 | 2026-06-24T03:43:57.645Z | Downloaded terminal_size v0.4.4 |
| 154 | 2026-06-24T03:43:57.648Z | Downloaded anyhow v1.0.102 |
| 155 | 2026-06-24T03:43:57.651Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 156 | 2026-06-24T03:43:57.651Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 157 | 2026-06-24T03:43:57.651Z | Downloaded serde_derive v1.0.228 |
| 158 | 2026-06-24T03:43:57.654Z | Downloaded serde_core v1.0.228 |
| 159 | 2026-06-24T03:43:57.654Z | Downloaded clap_derive v4.6.1 |
| 160 | 2026-06-24T03:43:57.657Z | Downloaded camino v1.2.2 |
| 161 | 2026-06-24T03:43:57.657Z | Downloaded quote v1.0.45 |
| 162 | 2026-06-24T03:43:57.664Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 163 | 2026-06-24T03:43:57.667Z | Downloaded clap v4.6.1 |
| 164 | 2026-06-24T03:43:57.671Z | Downloaded unicode-ident v1.0.24 |
| 165 | 2026-06-24T03:43:57.675Z | Downloaded bitflags v2.13.0 |
| 166 | 2026-06-24T03:43:57.678Z | Downloaded proc-macro2 v1.0.106 |
| 167 | 2026-06-24T03:43:57.685Z | Downloaded serde v1.0.228 |
| 168 | 2026-06-24T03:43:57.691Z | Downloaded memchr v2.8.2 |
| 169 | 2026-06-24T03:43:57.714Z | Downloaded serde_json v1.0.150 |
| 170 | 2026-06-24T03:43:57.721Z | Downloaded hashbrown v0.17.1 |
| 171 | 2026-06-24T03:43:57.733Z | Downloaded clap_builder v4.6.0 |
| 172 | 2026-06-24T03:43:57.733Z | Downloaded winnow v1.0.3 |
| 173 | 2026-06-24T03:43:57.749Z | Downloaded rustix v1.1.4 |
| 174 | 2026-06-24T03:43:57.776Z | Downloaded libc v0.2.186 |
| 175 | 2026-06-24T03:43:57.827Z | Compiling serde_core v1.0.228 |
| 176 | 2026-06-24T03:43:57.830Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-06-24T03:43:57.830Z | Compiling unicode-ident v1.0.24 |
| 178 | 2026-06-24T03:43:57.830Z | Compiling quote v1.0.45 |
| 179 | 2026-06-24T03:43:57.830Z | Compiling libc v0.2.186 |
| 180 | 2026-06-24T03:43:57.830Z | Compiling rustix v1.1.4 |
| 181 | 2026-06-24T03:43:57.830Z | Compiling bitflags v2.13.0 |
| 182 | 2026-06-24T03:43:57.831Z | Compiling zmij v1.0.21 |
| 183 | 2026-06-24T03:43:58.036Z | Compiling utf8parse v0.2.2 |
| 184 | 2026-06-24T03:43:58.150Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-06-24T03:43:58.280Z | Compiling thiserror v2.0.18 |
| 186 | 2026-06-24T03:43:58.293Z | Compiling serde v1.0.228 |
| 187 | 2026-06-24T03:43:58.361Z | Compiling camino v1.2.2 |
| 188 | 2026-06-24T03:43:58.367Z | Compiling colorchoice v1.0.5 |
| 189 | 2026-06-24T03:43:58.424Z | Compiling serde_json v1.0.150 |
| 190 | 2026-06-24T03:43:58.475Z | Compiling is_terminal_polyfill v1.70.2 |
| 191 | 2026-06-24T03:43:58.558Z | Compiling anstyle v1.0.14 |
| 192 | 2026-06-24T03:43:58.604Z | Compiling errno v0.3.14 |
| 193 | 2026-06-24T03:43:58.604Z | Compiling anstyle-query v1.1.5 |
| 194 | 2026-06-24T03:43:58.707Z | Compiling strsim v0.11.1 |
| 195 | 2026-06-24T03:43:58.770Z | Compiling anstream v1.0.0 |
| 196 | 2026-06-24T03:43:58.828Z | Compiling memchr v2.8.2 |
| 197 | 2026-06-24T03:43:58.854Z | Compiling clap_lex v1.1.0 |
| 198 | 2026-06-24T03:43:59.119Z | Compiling winnow v1.0.3 |
| 199 | 2026-06-24T03:43:59.252Z | Compiling syn v2.0.117 |
| 200 | 2026-06-24T03:43:59.294Z | Compiling terminal_size v0.4.4 |
| 201 | 2026-06-24T03:43:59.307Z | Compiling heck v0.5.0 |
| 202 | 2026-06-24T03:43:59.459Z | Compiling itoa v1.0.18 |
| 203 | 2026-06-24T03:43:59.505Z | Compiling anyhow v1.0.102 |
| 204 | 2026-06-24T03:43:59.547Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 205 | 2026-06-24T03:43:59.672Z | Compiling clap_builder v4.6.0 |
| 206 | 2026-06-24T03:43:59.755Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-06-24T03:44:00.227Z | Compiling cargo-platform v0.3.3 |
| 208 | 2026-06-24T03:44:00.258Z | Compiling serde_spanned v1.1.1 |
| 209 | 2026-06-24T03:44:00.384Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 210 | 2026-06-24T03:44:00.858Z | Compiling semver v1.0.28 |
| 211 | 2026-06-24T03:44:00.913Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-06-24T03:44:02.082Z | Compiling serde_derive v1.0.228 |
| 213 | 2026-06-24T03:44:02.082Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-06-24T03:44:02.092Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-06-24T03:44:03.679Z | Compiling clap v4.6.1 |
| 216 | 2026-06-24T03:44:04.968Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-06-24T03:44:07.425Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-06-24T03:44:09.007Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.74s |
| 219 | 2026-06-24T03:44:09.088Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-06-24T03:44:10.525Z | Building opteadm (release). |
| 221 | 2026-06-24T03:44:10.643Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-06-24T03:44:10.643Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-06-24T03:44:10.644Z | Compiling quote v1.0.45 |
| 224 | 2026-06-24T03:44:10.668Z | Compiling serde_core v1.0.228 |
| 225 | 2026-06-24T03:44:10.668Z | Compiling libc v0.2.186 |
| 226 | 2026-06-24T03:44:10.668Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-06-24T03:44:10.668Z | Compiling memchr v2.8.2 |
| 228 | 2026-06-24T03:44:10.668Z | Compiling ident_case v1.0.1 |
| 229 | 2026-06-24T03:44:10.700Z | Compiling fnv v1.0.7 |
| 230 | 2026-06-24T03:44:10.746Z | Compiling thiserror v2.0.18 |
| 231 | 2026-06-24T03:44:10.746Z | Compiling strsim v0.11.1 |
| 232 | 2026-06-24T03:44:10.774Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-06-24T03:44:10.944Z | Compiling either v1.16.0 |
| 234 | 2026-06-24T03:44:11.016Z | Compiling hashbrown v0.17.1 |
| 235 | 2026-06-24T03:44:11.125Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-06-24T03:44:11.180Z | Compiling winnow v1.0.3 |
| 237 | 2026-06-24T03:44:11.244Z | Compiling serde v1.0.228 |
| 238 | 2026-06-24T03:44:11.356Z | Compiling anyhow v1.0.102 |
| 239 | 2026-06-24T03:44:11.546Z | Compiling zerocopy v0.8.52 |
| 240 | 2026-06-24T03:44:11.565Z | Compiling equivalent v1.0.2 |
| 241 | 2026-06-24T03:44:11.697Z | Compiling indexmap v2.14.0 |
| 242 | 2026-06-24T03:44:11.873Z | Compiling syn v2.0.117 |
| 243 | 2026-06-24T03:44:11.911Z | Compiling itertools v0.14.0 |
| 244 | 2026-06-24T03:44:11.970Z | Compiling byteorder v1.5.0 |
| 245 | 2026-06-24T03:44:12.151Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 246 | 2026-06-24T03:44:12.270Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 247 | 2026-06-24T03:44:12.300Z | Compiling regex-automata v0.4.14 |
| 248 | 2026-06-24T03:44:12.486Z | Compiling heapless v0.8.0 |
| 249 | 2026-06-24T03:44:12.534Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 250 | 2026-06-24T03:44:12.688Z | Compiling hash32 v0.3.1 |
| 251 | 2026-06-24T03:44:12.762Z | Compiling bitflags v2.13.0 |
| 252 | 2026-06-24T03:44:12.897Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 253 | 2026-06-24T03:44:12.912Z | Compiling stable_deref_trait v1.2.1 |
| 254 | 2026-06-24T03:44:12.970Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-06-24T03:44:12.976Z | Compiling rustversion v1.0.22 |
| 256 | 2026-06-24T03:44:13.092Z | Compiling macaddr v1.0.1 |
| 257 | 2026-06-24T03:44:13.114Z | Compiling syn v1.0.109 |
| 258 | 2026-06-24T03:44:13.152Z | Compiling proc-macro-crate v3.5.0 |
| 259 | 2026-06-24T03:44:13.297Z | Compiling getrandom v0.4.2 |
| 260 | 2026-06-24T03:44:13.319Z | Compiling rustix v1.1.4 |
| 261 | 2026-06-24T03:44:13.415Z | Compiling bitflags v1.3.2 |
| 262 | 2026-06-24T03:44:13.452Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 263 | 2026-06-24T03:44:13.477Z | Compiling ref-cast v1.0.25 |
| 264 | 2026-06-24T03:44:13.545Z | Compiling version_check v0.9.5 |
| 265 | 2026-06-24T03:44:13.550Z | Compiling rand_core v0.10.1 |
| 266 | 2026-06-24T03:44:13.650Z | Compiling managed v0.8.0 |
| 267 | 2026-06-24T03:44:13.796Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-06-24T03:44:13.802Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-06-24T03:44:13.831Z | Compiling errno v0.3.14 |
| 270 | 2026-06-24T03:44:13.964Z | Compiling regex v1.12.4 |
| 271 | 2026-06-24T03:44:14.006Z | Compiling foreign-types-shared v0.3.1 |
| 272 | 2026-06-24T03:44:14.089Z | Compiling cpufeatures v0.3.0 |
| 273 | 2026-06-24T03:44:14.234Z | Compiling unicode-width v0.2.2 |
| 274 | 2026-06-24T03:44:14.289Z | Compiling once_cell v1.21.4 |
| 275 | 2026-06-24T03:44:14.348Z | Compiling utf8parse v0.2.2 |
| 276 | 2026-06-24T03:44:14.446Z | Compiling darling_core v0.21.3 |
| 277 | 2026-06-24T03:44:14.468Z | Compiling ipnetwork v0.21.1 |
| 278 | 2026-06-24T03:44:14.504Z | Compiling tracing-core v0.1.36 |
| 279 | 2026-06-24T03:44:14.804Z | Compiling cstr-argument v0.1.2 |
| 280 | 2026-06-24T03:44:14.830Z | Compiling anstyle-parse v1.0.0 |
| 281 | 2026-06-24T03:44:14.902Z | Compiling tabwriter v1.4.1 |
| 282 | 2026-06-24T03:44:14.952Z | Compiling chacha20 v0.10.0 |
| 283 | 2026-06-24T03:44:15.473Z | Compiling pin-project-lite v0.2.17 |
| 284 | 2026-06-24T03:44:15.560Z | Compiling anstyle-query v1.1.5 |
| 285 | 2026-06-24T03:44:15.590Z | Compiling dyn-clone v1.0.20 |
| 286 | 2026-06-24T03:44:15.607Z | Compiling thiserror-impl v2.0.18 |
| 287 | 2026-06-24T03:44:15.649Z | Compiling serde_derive v1.0.228 |
| 288 | 2026-06-24T03:44:15.652Z | Compiling zerocopy-derive v0.8.52 |
| 289 | 2026-06-24T03:44:15.725Z | Compiling num_enum_derive v0.7.6 |
| 290 | 2026-06-24T03:44:15.916Z | Compiling foreign-types-macros v0.2.3 |
| 291 | 2026-06-24T03:44:16.539Z | Compiling ref-cast-impl v1.0.25 |
| 292 | 2026-06-24T03:44:16.625Z | Compiling darling_macro v0.21.3 |
| 293 | 2026-06-24T03:44:16.666Z | Compiling foreign-types v0.5.0 |
| 294 | 2026-06-24T03:44:16.723Z | Compiling num_enum v0.7.6 |
| 295 | 2026-06-24T03:44:16.743Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 296 | 2026-06-24T03:44:16.822Z | Compiling tracing-attributes v0.1.31 |
| 297 | 2026-06-24T03:44:16.901Z | Compiling cobs v0.3.0 |
| 298 | 2026-06-24T03:44:17.107Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 299 | 2026-06-24T03:44:17.114Z | Compiling is_terminal_polyfill v1.70.2 |
| 300 | 2026-06-24T03:44:17.160Z | Compiling darling v0.21.3 |
| 301 | 2026-06-24T03:44:17.191Z | Compiling colorchoice v1.0.5 |
| 302 | 2026-06-24T03:44:17.198Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 303 | 2026-06-24T03:44:17.207Z | Compiling anstyle v1.0.14 |
| 304 | 2026-06-24T03:44:17.227Z | Compiling ingot-macros v0.1.1 |
| 305 | 2026-06-24T03:44:17.295Z | Compiling pretty-hex v0.4.2 |
| 306 | 2026-06-24T03:44:17.404Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 307 | 2026-06-24T03:44:17.420Z | Compiling anstream v1.0.0 |
| 308 | 2026-06-24T03:44:17.438Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-06-24T03:44:17.570Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-06-24T03:44:17.677Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-06-24T03:44:17.824Z | Compiling rand v0.10.1 |
| 312 | 2026-06-24T03:44:17.829Z | Compiling uuid v1.23.3 |
| 313 | 2026-06-24T03:44:17.912Z | Compiling socket2 v0.6.4 |
| 314 | 2026-06-24T03:44:18.049Z | Compiling tracing v0.1.44 |
| 315 | 2026-06-24T03:44:18.252Z | Compiling clap_lex v1.1.0 |
| 316 | 2026-06-24T03:44:18.369Z | Compiling oxnet v0.1.6 |
| 317 | 2026-06-24T03:44:18.563Z | Compiling colored v3.1.1 |
| 318 | 2026-06-24T03:44:18.638Z | Compiling heck v0.5.0 |
| 319 | 2026-06-24T03:44:18.659Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-06-24T03:44:18.819Z | Compiling clap_derive v4.6.1 |
| 321 | 2026-06-24T03:44:18.962Z | Compiling postcard v1.1.3 |
| 322 | 2026-06-24T03:44:19.014Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-06-24T03:44:20.057Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-06-24T03:44:20.414Z | Compiling ingot v0.1.1 |
| 325 | 2026-06-24T03:44:20.647Z | Compiling clap v4.6.1 |
| 326 | 2026-06-24T03:44:22.140Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-06-24T03:44:23.147Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-06-24T03:44:24.227Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-06-24T03:44:30.790Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.26s |
| 330 | 2026-06-24T03:44:30.812Z | Building xde (release-lto). |
| 331 | 2026-06-24T03:44:31.062Z | Updating crates.io index |
| 332 | 2026-06-24T03:44:31.224Z | Downloading crates ... |
| 333 | 2026-06-24T03:44:31.296Z | Downloaded rustc-literal-escaper v0.0.7 |
| 334 | 2026-06-24T03:44:31.328Z | Downloaded rustc-demangle v0.1.27 |
| 335 | 2026-06-24T03:44:31.329Z | Downloaded miniz_oxide v0.8.9 |
| 336 | 2026-06-24T03:44:31.329Z | Downloaded adler2 v2.0.1 |
| 337 | 2026-06-24T03:44:31.329Z | Downloaded foldhash v0.2.0 |
| 338 | 2026-06-24T03:44:31.329Z | Downloaded addr2line v0.25.1 |
| 339 | 2026-06-24T03:44:31.342Z | Downloaded getopts v0.2.24 |
| 340 | 2026-06-24T03:44:31.343Z | Downloaded memchr v2.7.6 |
| 341 | 2026-06-24T03:44:31.399Z | Downloaded gimli v0.32.3 |
| 342 | 2026-06-24T03:44:31.404Z | Downloaded object v0.37.3 |
| 343 | 2026-06-24T03:44:31.433Z | Downloaded libc v0.2.185 |
| 344 | 2026-06-24T03:44:31.489Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 345 | 2026-06-24T03:44:31.489Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-06-24T03:44:31.494Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-06-24T03:44:31.494Z | Compiling unicode-ident v1.0.24 |
| 348 | 2026-06-24T03:44:31.494Z | Compiling quote v1.0.45 |
| 349 | 2026-06-24T03:44:31.494Z | Compiling ident_case v1.0.1 |
| 350 | 2026-06-24T03:44:31.518Z | Compiling strsim v0.11.1 |
| 351 | 2026-06-24T03:44:31.524Z | Compiling serde_core v1.0.228 |
| 352 | 2026-06-24T03:44:31.658Z | Compiling memchr v2.8.2 |
| 353 | 2026-06-24T03:44:31.663Z | Compiling fnv v1.0.7 |
| 354 | 2026-06-24T03:44:31.751Z | Compiling regex-syntax v0.8.11 |
| 355 | 2026-06-24T03:44:31.907Z | Compiling zerocopy v0.8.52 |
| 356 | 2026-06-24T03:44:31.921Z | Compiling either v1.16.0 |
| 357 | 2026-06-24T03:44:31.929Z | Compiling serde v1.0.228 |
| 358 | 2026-06-24T03:44:32.057Z | Compiling aho-corasick v1.1.4 |
| 359 | 2026-06-24T03:44:32.125Z | Compiling thiserror v2.0.18 |
| 360 | 2026-06-24T03:44:32.319Z | Compiling itertools v0.14.0 |
| 361 | 2026-06-24T03:44:32.352Z | Compiling heapless v0.8.0 |
| 362 | 2026-06-24T03:44:32.695Z | Compiling syn v2.0.117 |
| 363 | 2026-06-24T03:44:32.732Z | Compiling smoltcp v0.11.0 |
| 364 | 2026-06-24T03:44:32.794Z | Compiling version_check v0.9.5 |
| 365 | 2026-06-24T03:44:32.875Z | Compiling ref-cast v1.0.25 |
| 366 | 2026-06-24T03:44:33.143Z | Compiling crc32fast v1.5.0 |
| 367 | 2026-06-24T03:44:33.206Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 368 | 2026-06-24T03:44:33.249Z | Compiling regex-automata v0.4.14 |
| 369 | 2026-06-24T03:44:34.757Z | Compiling regex v1.12.4 |
| 370 | 2026-06-24T03:44:35.012Z | Compiling darling_core v0.21.3 |
| 371 | 2026-06-24T03:44:35.027Z | Compiling darling_core v0.23.0 |
| 372 | 2026-06-24T03:44:35.945Z | Compiling serde_derive v1.0.228 |
| 373 | 2026-06-24T03:44:35.945Z | Compiling thiserror-impl v2.0.18 |
| 374 | 2026-06-24T03:44:35.948Z | Compiling zerocopy-derive v0.8.52 |
| 375 | 2026-06-24T03:44:35.948Z | Compiling ref-cast-impl v1.0.25 |
| 376 | 2026-06-24T03:44:35.948Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 377 | 2026-06-24T03:44:37.553Z | Compiling darling_macro v0.21.3 |
| 378 | 2026-06-24T03:44:37.638Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-06-24T03:44:38.453Z | Compiling darling v0.21.3 |
| 380 | 2026-06-24T03:44:38.517Z | Compiling ingot-macros v0.1.1 |
| 381 | 2026-06-24T03:44:38.539Z | Compiling darling v0.23.0 |
| 382 | 2026-06-24T03:44:38.603Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-06-24T03:44:44.214Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 384 | 2026-06-24T03:44:46.386Z | Compiling byteorder v1.5.0 |
| 385 | 2026-06-24T03:44:46.389Z | Compiling macaddr v1.0.1 |
| 386 | 2026-06-24T03:44:46.390Z | Compiling stable_deref_trait v1.2.1 |
| 387 | 2026-06-24T03:44:46.390Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-06-24T03:44:46.448Z | Compiling managed v0.8.0 |
| 389 | 2026-06-24T03:44:46.454Z | Compiling bitflags v1.3.2 |
| 390 | 2026-06-24T03:44:46.494Z | Compiling cobs v0.3.0 |
| 391 | 2026-06-24T03:44:46.579Z | Compiling hash32 v0.3.1 |
| 392 | 2026-06-24T03:44:46.698Z | Compiling itertools v0.15.0 |
| 393 | 2026-06-24T03:44:46.698Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-06-24T03:44:46.754Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-06-24T03:44:48.014Z | Compiling bitflags v2.13.0 |
| 396 | 2026-06-24T03:44:48.014Z | Compiling uuid v1.23.3 |
| 397 | 2026-06-24T03:44:48.158Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-06-24T03:44:48.449Z | Compiling postcard v1.1.3 |
| 399 | 2026-06-24T03:44:49.296Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-06-24T03:44:49.616Z | Compiling ingot v0.1.1 |
| 401 | 2026-06-24T03:44:51.173Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-06-24T03:44:55.012Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-06-24T03:45:03.928Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-06-24T03:45:33.846Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 405 | 2026-06-24T03:45:33.877Z | Linking xde kmod... |
| 406 | 2026-06-24T03:45:34.452Z | Building xde dev link helper (release). |
| 407 | 2026-06-24T03:45:34.611Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-06-24T03:45:34.611Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-06-24T03:45:34.611Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-06-24T03:45:46.458Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-06-24T03:45:48.968Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.48s |
| 412 | 2026-06-24T03:45:48.988Z | Building opteadm (dev). |
| 413 | 2026-06-24T03:45:49.148Z | Compiling serde_core v1.0.228 |
| 414 | 2026-06-24T03:45:49.148Z | Compiling libc v0.2.186 |
| 415 | 2026-06-24T03:45:49.148Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-06-24T03:45:49.148Z | Compiling strsim v0.11.1 |
| 417 | 2026-06-24T03:45:49.148Z | Compiling ident_case v1.0.1 |
| 418 | 2026-06-24T03:45:49.151Z | Compiling memchr v2.8.2 |
| 419 | 2026-06-24T03:45:49.173Z | Compiling fnv v1.0.7 |
| 420 | 2026-06-24T03:45:49.176Z | Compiling syn v2.0.117 |
| 421 | 2026-06-24T03:45:49.226Z | Compiling regex-syntax v0.8.11 |
| 422 | 2026-06-24T03:45:49.252Z | Compiling hashbrown v0.17.1 |
| 423 | 2026-06-24T03:45:49.269Z | Compiling winnow v1.0.3 |
| 424 | 2026-06-24T03:45:49.443Z | Compiling either v1.16.0 |
| 425 | 2026-06-24T03:45:49.640Z | Compiling aho-corasick v1.1.4 |
| 426 | 2026-06-24T03:45:49.730Z | Compiling zerocopy v0.8.52 |
| 427 | 2026-06-24T03:45:49.793Z | Compiling equivalent v1.0.2 |
| 428 | 2026-06-24T03:45:49.871Z | Compiling serde v1.0.228 |
| 429 | 2026-06-24T03:45:49.913Z | Compiling indexmap v2.14.0 |
| 430 | 2026-06-24T03:45:50.144Z | Compiling itertools v0.14.0 |
| 431 | 2026-06-24T03:45:50.207Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 432 | 2026-06-24T03:45:50.293Z | Compiling heapless v0.8.0 |
| 433 | 2026-06-24T03:45:50.534Z | Compiling byteorder v1.5.0 |
| 434 | 2026-06-24T03:45:50.595Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 435 | 2026-06-24T03:45:50.724Z | Compiling regex-automata v0.4.14 |
| 436 | 2026-06-24T03:45:50.786Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 437 | 2026-06-24T03:45:50.819Z | Compiling hash32 v0.3.1 |
| 438 | 2026-06-24T03:45:51.065Z | Compiling rustversion v1.0.22 |
| 439 | 2026-06-24T03:45:51.131Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 440 | 2026-06-24T03:45:51.344Z | Compiling bitflags v2.13.0 |
| 441 | 2026-06-24T03:45:51.363Z | Compiling smoltcp v0.11.0 |
| 442 | 2026-06-24T03:45:51.403Z | Compiling stable_deref_trait v1.2.1 |
| 443 | 2026-06-24T03:45:51.407Z | Compiling syn v1.0.109 |
| 444 | 2026-06-24T03:45:51.421Z | Compiling macaddr v1.0.1 |
| 445 | 2026-06-24T03:45:51.689Z | Compiling proc-macro-crate v3.5.0 |
| 446 | 2026-06-24T03:45:51.692Z | Compiling managed v0.8.0 |
| 447 | 2026-06-24T03:45:51.709Z | Compiling rand_core v0.10.1 |
| 448 | 2026-06-24T03:45:51.747Z | Compiling darling_core v0.21.3 |
| 449 | 2026-06-24T03:45:51.805Z | Compiling getrandom v0.4.2 |
| 450 | 2026-06-24T03:45:51.863Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 451 | 2026-06-24T03:45:51.901Z | Compiling version_check v0.9.5 |
| 452 | 2026-06-24T03:45:51.906Z | Compiling bitflags v1.3.2 |
| 453 | 2026-06-24T03:45:51.969Z | Compiling ref-cast v1.0.25 |
| 454 | 2026-06-24T03:45:52.170Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-06-24T03:45:52.315Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-06-24T03:45:52.406Z | Compiling regex v1.12.4 |
| 457 | 2026-06-24T03:45:52.653Z | Compiling errno v0.3.14 |
| 458 | 2026-06-24T03:45:52.797Z | Compiling once_cell v1.21.4 |
| 459 | 2026-06-24T03:45:52.826Z | Compiling unicode-width v0.2.2 |
| 460 | 2026-06-24T03:45:52.955Z | Compiling thiserror-impl v2.0.18 |
| 461 | 2026-06-24T03:45:53.038Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-06-24T03:45:53.129Z | Compiling zerocopy-derive v0.8.52 |
| 463 | 2026-06-24T03:45:53.295Z | Compiling ref-cast-impl v1.0.25 |
| 464 | 2026-06-24T03:45:53.849Z | Compiling darling_macro v0.21.3 |
| 465 | 2026-06-24T03:45:53.878Z | Compiling foreign-types-macros v0.2.3 |
| 466 | 2026-06-24T03:45:54.134Z | Compiling num_enum_derive v0.7.6 |
| 467 | 2026-06-24T03:45:54.167Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-24T03:45:54.267Z | Compiling cobs v0.3.0 |
| 469 | 2026-06-24T03:45:54.398Z | Compiling darling v0.21.3 |
| 470 | 2026-06-24T03:45:54.476Z | Compiling ingot-macros v0.1.1 |
| 471 | 2026-06-24T03:45:54.501Z | Compiling foreign-types-shared v0.3.1 |
| 472 | 2026-06-24T03:45:54.552Z | Compiling ipnetwork v0.21.1 |
| 473 | 2026-06-24T03:45:54.585Z | Compiling cpufeatures v0.3.0 |
| 474 | 2026-06-24T03:45:54.654Z | Compiling chacha20 v0.10.0 |
| 475 | 2026-06-24T03:45:55.003Z | Compiling foreign-types v0.5.0 |
| 476 | 2026-06-24T03:45:55.083Z | Compiling cstr-argument v0.1.2 |
| 477 | 2026-06-24T03:45:55.143Z | Compiling num_enum v0.7.6 |
| 478 | 2026-06-24T03:45:55.173Z | Compiling tabwriter v1.4.1 |
| 479 | 2026-06-24T03:45:55.248Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 480 | 2026-06-24T03:45:55.258Z | Compiling tracing-attributes v0.1.31 |
| 481 | 2026-06-24T03:45:55.449Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 482 | 2026-06-24T03:45:55.659Z | Compiling tracing-core v0.1.36 |
| 483 | 2026-06-24T03:45:55.873Z | Compiling rustix v1.1.4 |
| 484 | 2026-06-24T03:45:56.308Z | Compiling postcard v1.1.3 |
| 485 | 2026-06-24T03:45:56.523Z | Compiling anyhow v1.0.102 |
| 486 | 2026-06-24T03:45:56.541Z | Compiling pin-project-lite v0.2.17 |
| 487 | 2026-06-24T03:45:56.541Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 488 | 2026-06-24T03:45:56.627Z | Compiling pretty-hex v0.4.2 |
| 489 | 2026-06-24T03:45:56.674Z | Compiling dyn-clone v1.0.20 |
| 490 | 2026-06-24T03:45:56.752Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 491 | 2026-06-24T03:45:56.757Z | Compiling tracing v0.1.44 |
| 492 | 2026-06-24T03:45:56.839Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-06-24T03:45:56.966Z | Compiling terminal_size v0.4.4 |
| 494 | 2026-06-24T03:45:56.993Z | Compiling rand v0.10.1 |
| 495 | 2026-06-24T03:45:57.037Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-06-24T03:45:57.117Z | Compiling uuid v1.23.3 |
| 497 | 2026-06-24T03:45:57.121Z | Compiling socket2 v0.6.4 |
| 498 | 2026-06-24T03:45:57.151Z | Compiling oxnet v0.1.6 |
| 499 | 2026-06-24T03:45:57.243Z | Compiling colored v3.1.1 |
| 500 | 2026-06-24T03:45:57.335Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-06-24T03:45:57.634Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-06-24T03:45:57.689Z | Compiling clap_derive v4.6.1 |
| 503 | 2026-06-24T03:45:57.725Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-06-24T03:45:57.963Z | Compiling ingot v0.1.1 |
| 505 | 2026-06-24T03:45:58.988Z | Compiling clap v4.6.1 |
| 506 | 2026-06-24T03:45:59.894Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-06-24T03:46:01.914Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-06-24T03:46:03.119Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-06-24T03:46:07.562Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.57s |
| 510 | 2026-06-24T03:46:07.592Z | Building xde (dev). |
| 511 | 2026-06-24T03:46:07.827Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-06-24T03:46:07.827Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-06-24T03:46:07.827Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-06-24T03:46:07.827Z | Compiling unicode-ident v1.0.24 |
| 515 | 2026-06-24T03:46:07.827Z | Compiling quote v1.0.45 |
| 516 | 2026-06-24T03:46:07.827Z | Compiling ident_case v1.0.1 |
| 517 | 2026-06-24T03:46:07.831Z | Compiling strsim v0.11.1 |
| 518 | 2026-06-24T03:46:07.831Z | Compiling serde_core v1.0.228 |
| 519 | 2026-06-24T03:46:07.943Z | Compiling fnv v1.0.7 |
| 520 | 2026-06-24T03:46:07.943Z | Compiling memchr v2.8.2 |
| 521 | 2026-06-24T03:46:08.025Z | Compiling regex-syntax v0.8.11 |
| 522 | 2026-06-24T03:46:08.199Z | Compiling thiserror v2.0.18 |
| 523 | 2026-06-24T03:46:08.217Z | Compiling either v1.16.0 |
| 524 | 2026-06-24T03:46:08.221Z | Compiling zerocopy v0.8.52 |
| 525 | 2026-06-24T03:46:08.350Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-06-24T03:46:08.407Z | Compiling serde v1.0.228 |
| 527 | 2026-06-24T03:46:08.608Z | Compiling itertools v0.14.0 |
| 528 | 2026-06-24T03:46:08.801Z | Compiling heapless v0.8.0 |
| 529 | 2026-06-24T03:46:08.829Z | Compiling smoltcp v0.11.0 |
| 530 | 2026-06-24T03:46:08.995Z | Compiling syn v2.0.117 |
| 531 | 2026-06-24T03:46:09.037Z | Compiling ref-cast v1.0.25 |
| 532 | 2026-06-24T03:46:09.269Z | Compiling crc32fast v1.5.0 |
| 533 | 2026-06-24T03:46:09.273Z | Compiling version_check v0.9.5 |
| 534 | 2026-06-24T03:46:09.466Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-06-24T03:46:09.632Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-06-24T03:46:11.077Z | Compiling regex v1.12.4 |
| 537 | 2026-06-24T03:46:11.346Z | Compiling darling_core v0.21.3 |
| 538 | 2026-06-24T03:46:11.362Z | Compiling darling_core v0.23.0 |
| 539 | 2026-06-24T03:46:12.283Z | Compiling thiserror-impl v2.0.18 |
| 540 | 2026-06-24T03:46:12.283Z | Compiling zerocopy-derive v0.8.52 |
| 541 | 2026-06-24T03:46:12.283Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-06-24T03:46:12.288Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-06-24T03:46:12.288Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-06-24T03:46:13.950Z | Compiling darling_macro v0.23.0 |
| 545 | 2026-06-24T03:46:14.052Z | Compiling darling_macro v0.21.3 |
| 546 | 2026-06-24T03:46:14.893Z | Compiling darling v0.23.0 |
| 547 | 2026-06-24T03:46:14.955Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 548 | 2026-06-24T03:46:14.973Z | Compiling darling v0.21.3 |
| 549 | 2026-06-24T03:46:15.034Z | Compiling ingot-macros v0.1.1 |
| 550 | 2026-06-24T03:46:19.964Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-06-24T03:46:21.803Z | Compiling byteorder v1.5.0 |
| 552 | 2026-06-24T03:46:21.804Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-06-24T03:46:21.804Z | Compiling macaddr v1.0.1 |
| 554 | 2026-06-24T03:46:21.804Z | Compiling stable_deref_trait v1.2.1 |
| 555 | 2026-06-24T03:46:21.913Z | Compiling managed v0.8.0 |
| 556 | 2026-06-24T03:46:21.925Z | Compiling cobs v0.3.0 |
| 557 | 2026-06-24T03:46:21.925Z | Compiling bitflags v1.3.2 |
| 558 | 2026-06-24T03:46:21.984Z | Compiling hash32 v0.3.1 |
| 559 | 2026-06-24T03:46:22.141Z | Compiling itertools v0.15.0 |
| 560 | 2026-06-24T03:46:22.163Z | Compiling dyn-clone v1.0.20 |
| 561 | 2026-06-24T03:46:22.247Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 562 | 2026-06-24T03:46:23.358Z | Compiling bitflags v2.13.0 |
| 563 | 2026-06-24T03:46:23.358Z | Compiling uuid v1.23.3 |
| 564 | 2026-06-24T03:46:23.497Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 565 | 2026-06-24T03:46:23.800Z | Compiling postcard v1.1.3 |
| 566 | 2026-06-24T03:46:24.619Z | Compiling ingot-types v0.1.2 |
| 567 | 2026-06-24T03:46:24.904Z | Compiling ingot v0.1.1 |
| 568 | 2026-06-24T03:46:26.371Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 569 | 2026-06-24T03:46:30.759Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 570 | 2026-06-24T03:46:41.291Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 571 | 2026-06-24T03:46:49.809Z | Finished `dev` profile [optimized + debuginfo] target(s) in 42.18s |
| 572 | 2026-06-24T03:46:49.833Z | Linking xde kmod... |
| 573 | 2026-06-24T03:46:51.048Z | Building xde dev link helper (dev). |
| 574 | 2026-06-24T03:46:51.206Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 575 | 2026-06-24T03:46:51.206Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 576 | 2026-06-24T03:46:51.206Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 577 | 2026-06-24T03:47:02.357Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 578 | 2026-06-24T03:47:04.624Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.54s |
| 579 | 2026-06-24T03:47:04.647Z | |
| 580 | 2026-06-24T03:47:04.647Z | real 3:11.391321180 |
| 581 | 2026-06-24T03:47:04.647Z | user 9:10.630044014 |
| 582 | 2026-06-24T03:47:04.647Z | sys 58.994630091 |
| 583 | 2026-06-24T03:47:04.647Z | trap 0.237646436 |
| 584 | 2026-06-24T03:47:04.650Z | tflt 0.866701607 |
| 585 | 2026-06-24T03:47:04.650Z | dflt 1.537480521 |
| 586 | 2026-06-24T03:47:04.651Z | kflt 0.006707744 |
| 587 | 2026-06-24T03:47:04.651Z | lock 35:13.498733360 |
| 588 | 2026-06-24T03:47:04.651Z | slp 21:17.141194835 |
| 589 | 2026-06-24T03:47:04.651Z | lat 21.124303532 |
| 590 | 2026-06-24T03:47:04.651Z | stop 32.669315771 |
| 591 | 2026-06-24T03:47:04.651Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 592 | 2026-06-24T03:47:04.651Z | + grep GOTPCREL |
| 593 | 2026-06-24T03:47:05.605Z | + header 'package opte' |
| 594 | 2026-06-24T03:47:05.605Z | + echo '# ==== package opte ==== #' |
| 595 | 2026-06-24T03:47:05.605Z | # ==== package opte ==== # |
| 596 | 2026-06-24T03:47:05.605Z | + cargo xtask package --skip-build --profile all |
| 597 | 2026-06-24T03:47:05.755Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.14s |
| 598 | 2026-06-24T03:47:05.759Z | Running `target/debug/xtask package --skip-build --profile all` |
| 599 | 2026-06-24T03:47:05.979Z | + ./clean.sh |
| 600 | 2026-06-24T03:47:05.985Z | + mkdir -p proto/kernel/drv/amd64 |
| 601 | 2026-06-24T03:47:05.988Z | + mkdir -p proto/opt/oxide/opte/bin |
| 602 | 2026-06-24T03:47:05.988Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 603 | 2026-06-24T03:47:05.991Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 604 | 2026-06-24T03:47:06.005Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 605 | 2026-06-24T03:47:06.039Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 606 | 2026-06-24T03:47:06.042Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 607 | 2026-06-24T03:47:06.043Z | + '[' -z ']' |
| 608 | 2026-06-24T03:47:06.046Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 609 | 2026-06-24T03:47:06.065Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 610 | 2026-06-24T03:47:06.140Z | + INC_DEBUG= |
| 611 | 2026-06-24T03:47:06.140Z | + typeset -ri TAG=0 |
| 612 | 2026-06-24T03:47:06.143Z | ++ ./print-api-version.sh |
| 613 | 2026-06-24T03:47:06.146Z | + API_VSN=41 |
| 614 | 2026-06-24T03:47:06.147Z | + PKG_VERSION=0.41.488-3.0 |
| 615 | 2026-06-24T03:47:06.150Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.488-3.0/g opte.template.p5m |
| 616 | 2026-06-24T03:47:06.150Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 617 | 2026-06-24T03:47:06.705Z | + pkgdepend generate -d proto opte.base.p5m |
| 618 | 2026-06-24T03:47:07.053Z | + mkdir -p packages |
| 619 | 2026-06-24T03:47:07.056Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 620 | 2026-06-24T03:47:13.951Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 621 | 2026-06-24T03:47:13.955Z | + pkgrepo create packages/repo |
| 622 | 2026-06-24T03:47:14.166Z | + pkgrepo add-publisher -s packages/repo helios |
| 623 | 2026-06-24T03:47:14.375Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 624 | 2026-06-24T03:47:43.554Z | pkg://helios/driver/network/opte@0.41.488,5.11-3.0:20260624T034713Z |
| 625 | 2026-06-24T03:47:43.555Z | PUBLISHED |
| 626 | 2026-06-24T03:47:43.589Z | + pkgrecv -a -d packages/repo/opte-0.41.488-3.0.p5p -s packages/repo -v -m latest '*' |
| 627 | 2026-06-24T03:47:43.769Z | Retrieving packages for publisher helios ... |
| 628 | 2026-06-24T03:47:43.772Z | Retrieving catalog 'helios' ... Done |
| 629 | 2026-06-24T03:47:43.776Z | Retrieving and evaluating 1 package(s)... |
| 630 | 2026-06-24T03:47:43.776Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-06-24T03:47:43.776Z | Fetching manifests: 1/1 100% complete |
| 632 | 2026-06-24T03:47:43.776Z | |
| 633 | 2026-06-24T03:47:43.776Z | Archiving packages ... |
| 634 | 2026-06-24T03:47:43.776Z | Packages to add: 1 |
| 635 | 2026-06-24T03:47:43.776Z | Files to retrieve: 6 |
| 636 | 2026-06-24T03:47:43.776Z | Estimated transfer size: 37.08 MB |
| 637 | 2026-06-24T03:47:43.776Z | |
| 638 | 2026-06-24T03:47:43.776Z | Packages to archive: |
| 639 | 2026-06-24T03:47:43.776Z | driver/network/opte@0.41.488,5.11-3.0:20260624T034713Z |
| 640 | 2026-06-24T03:47:43.776Z | |
| 641 | 2026-06-24T03:47:43.776Z | Download: 0/6 items 0.0/37.1MB 0% complete |
| 642 | 2026-06-24T03:47:43.841Z | Download: Completed 37.08 MB in 0.07 seconds (545M/s) |
| 643 | 2026-06-24T03:47:43.845Z | Archiving: 1/20 items 0.0/37.1MB 0% complete |
| 644 | 2026-06-24T03:47:43.857Z | Archiving: Completed 37.11 MB in 0.01 seconds |
| 645 | 2026-06-24T03:47:43.896Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.488-3.0.p5p. |
| 646 | 2026-06-24T03:47:43.899Z | + banner copy |
| 647 | 2026-06-24T03:47:43.903Z | |
| 648 | 2026-06-24T03:47:43.903Z | #### #### ##### # # |
| 649 | 2026-06-24T03:47:43.903Z | # # # # # # # # |
| 650 | 2026-06-24T03:47:43.903Z | # # # # # # |
| 651 | 2026-06-24T03:47:43.903Z | # # # ##### # |
| 652 | 2026-06-24T03:47:43.903Z | # # # # # # |
| 653 | 2026-06-24T03:47:43.903Z | #### #### # # |
| 654 | 2026-06-24T03:47:43.903Z | |
| 655 | 2026-06-24T03:47:43.903Z | + pfexec mkdir -p /out |
| 656 | 2026-06-24T03:47:43.903Z | + pfexec chown 12345 /out |
| 657 | 2026-06-24T03:47:43.906Z | + PKG_NAME=/out/opte.p5p |
| 658 | 2026-06-24T03:47:43.907Z | + mv pkg/packages/repo/opte-0.41.488-3.0.p5p /out/opte.p5p |
| 659 | 2026-06-24T03:47:43.932Z | + sha256sum /out/opte.p5p |
| 660 | 2026-06-24T03:47:43.957Z | process exited: duration 245052 ms, exit code 0 |
| |
| 661 | 2026-06-24T03:47:43.969Z | found 2 output files |
| 662 | 2026-06-24T03:47:43.969Z | uploading: /out/opte.p5p (38922240 bytes) |
| 663 | 2026-06-24T03:47:45.212Z | uploaded: /out/opte.p5p |
| 664 | 2026-06-24T03:47:45.212Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 665 | 2026-06-24T03:47:46.224Z | uploaded: /out/opte.p5p.sha256 |