|
|
|
| 1 | 2026-05-30T04:02:21.037Z | job assigned to worker 01KSVGPV1AYH17B1F0DWQ4HD3R [factory aws, i-0ea853eb51b2ad933] (queued for 47 s) |
| |
| 2 | 2026-05-30T04:02:27.488Z | starting task 0: "setup" |
| 3 | 2026-05-30T04:02:27.494Z | ++ uname -s |
| 4 | 2026-05-30T04:02:27.496Z | + kern=SunOS |
| 5 | 2026-05-30T04:02:27.497Z | + build_user=build |
| 6 | 2026-05-30T04:02:27.497Z | + build_uid=12345 |
| 7 | 2026-05-30T04:02:27.497Z | + work_dir=/work |
| 8 | 2026-05-30T04:02:27.497Z | + input_dir=/input |
| 9 | 2026-05-30T04:02:27.497Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-30T04:02:27.497Z | + case "$kern" in |
| 11 | 2026-05-30T04:02:27.497Z | + groupadd -g 12345 build |
| 12 | 2026-05-30T04:02:27.500Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-30T04:02:29.502Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-30T04:02:29.622Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-30T04:02:29.625Z | + home_fs=zfs |
| 16 | 2026-05-30T04:02:29.625Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-30T04:02:29.625Z | + mkdir -p /home/build |
| 18 | 2026-05-30T04:02:29.625Z | + chown build:build /home/build /work |
| 19 | 2026-05-30T04:02:31.626Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-30T04:02:31.628Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-05-30T04:02:31.634Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-30T04:02:31.637Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-30T04:02:31.637Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-30T04:02:31.637Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-30T04:02:31.637Z | * rust toolchain profile = "default" |
| 26 | 2026-05-30T04:02:31.640Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-30T04:02:31.640Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-30T04:02:31.640Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-30T04:02:31.640Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-30T04:02:31.730Z | info: downloading installer |
| 31 | 2026-05-30T04:02:33.143Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-30T04:02:33.143Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-30T04:02:33.143Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-30T04:02:33.143Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-30T04:02:33.146Z | info: profile set to default |
| 36 | 2026-05-30T04:02:33.146Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-30T04:02:33.146Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-30T04:02:33.279Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-30T04:02:33.282Z | info: downloading 6 components |
| 40 | 2026-05-30T04:02:47.932Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-30T04:02:47.932Z | |
| 42 | 2026-05-30T04:02:47.966Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-30T04:02:47.966Z | |
| 44 | 2026-05-30T04:02:47.966Z | |
| 45 | 2026-05-30T04:02:47.966Z | Rust is installed now. Great! |
| 46 | 2026-05-30T04:02:47.966Z | |
| 47 | 2026-05-30T04:02:47.969Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-30T04:02:47.969Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-30T04:02:47.969Z | |
| 50 | 2026-05-30T04:02:47.969Z | To configure your current shell, you need to source |
| 51 | 2026-05-30T04:02:47.969Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-30T04:02:47.969Z | |
| 53 | 2026-05-30T04:02:47.969Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-30T04:02:47.969Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-30T04:02:47.969Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-30T04:02:47.969Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-30T04:02:47.969Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-30T04:02:47.969Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-30T04:02:47.969Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-30T04:02:47.969Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-30T04:02:47.969Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-30T04:02:48.058Z | + rustup --version |
| 63 | 2026-05-30T04:02:48.066Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-30T04:02:48.069Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-30T04:02:48.087Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-30T04:02:48.090Z | + cargo --version |
| 67 | 2026-05-30T04:02:48.104Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-30T04:02:48.107Z | + rustc --version |
| 69 | 2026-05-30T04:02:48.126Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-30T04:02:48.129Z | process exited: duration 16494 ms, exit code 0 |
| |
| 71 | 2026-05-30T04:02:48.135Z | starting task 2: "authentication" |
| 72 | 2026-05-30T04:02:48.151Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-30T04:02:48.156Z | starting task 3: "clone repository" |
| 74 | 2026-05-30T04:02:48.160Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-30T04:02:48.165Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-30T04:02:48.201Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-30T04:02:48.983Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-30T04:02:48.983Z | + git fetch origin 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 79 | 2026-05-30T04:02:49.209Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-30T04:02:49.209Z | * branch 24b470b8d12aa183b4fd0951cce5852d1d72761b -> FETCH_HEAD |
| 81 | 2026-05-30T04:02:49.214Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-05-30T04:02:49.216Z | ++ git branch --show-current |
| 83 | 2026-05-30T04:02:49.216Z | + current=master |
| 84 | 2026-05-30T04:02:49.217Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-05-30T04:02:49.217Z | + git branch -f renovate/zerocopy-0.x-lockfile 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 86 | 2026-05-30T04:02:49.219Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-05-30T04:02:49.236Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-05-30T04:02:49.238Z | + git reset --hard 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 89 | 2026-05-30T04:02:49.252Z | HEAD is now at 24b470b Update Rust crate zerocopy to v0.8.50 |
| 90 | 2026-05-30T04:02:49.255Z | process exited: duration 1096 ms, exit code 0 |
| |
| 91 | 2026-05-30T04:02:49.261Z | starting task 4: "build" |
| 92 | 2026-05-30T04:02:49.264Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-30T04:02:49.267Z | ++ rustup show active-toolchain |
| 94 | 2026-05-30T04:02:49.270Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-30T04:02:49.273Z | ++ pushd xde |
| 96 | 2026-05-30T04:02:49.273Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-30T04:02:49.273Z | ++ rustup show active-toolchain |
| 98 | 2026-05-30T04:02:49.276Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-30T04:02:49.413Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-30T04:02:49.416Z | info: downloading 6 components |
| 101 | 2026-05-30T04:03:02.785Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-30T04:03:02.874Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-30T04:03:02.877Z | +++ head -n 1 |
| 104 | 2026-05-30T04:03:02.877Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-30T04:03:02.936Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-30T04:03:02.936Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-30T04:03:02.936Z | ++ popd |
| 108 | 2026-05-30T04:03:02.939Z | /work/oxidecomputer/opte |
| 109 | 2026-05-30T04:03:02.939Z | + TGT_BASE=/work |
| 110 | 2026-05-30T04:03:02.939Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-05-30T04:03:02.939Z | + REL_TGT=/work/release |
| 112 | 2026-05-30T04:03:02.939Z | + mkdir -p /work/release |
| 113 | 2026-05-30T04:03:02.939Z | + cargo --version |
| 114 | 2026-05-30T04:03:02.946Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 115 | 2026-05-30T04:03:02.949Z | + rustc --version |
| 116 | 2026-05-30T04:03:02.969Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 117 | 2026-05-30T04:03:02.972Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-05-30T04:03:02.972Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-05-30T04:03:02.972Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-05-30T04:03:02.972Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-05-30T04:03:03.079Z | Updating crates.io index |
| 122 | 2026-05-30T04:03:03.082Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-05-30T04:03:03.890Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-05-30T04:03:04.177Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-05-30T04:03:04.489Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-05-30T04:03:04.805Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-05-30T04:03:05.056Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-05-30T04:03:05.283Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-05-30T04:03:06.929Z | Downloading crates ... |
| 130 | 2026-05-30T04:03:06.977Z | Downloaded anyhow v1.0.102 |
| 131 | 2026-05-30T04:03:06.980Z | Downloaded colorchoice v1.0.5 |
| 132 | 2026-05-30T04:03:06.983Z | Downloaded strsim v0.11.1 |
| 133 | 2026-05-30T04:03:06.987Z | Downloaded anstream v1.0.0 |
| 134 | 2026-05-30T04:03:06.993Z | Downloaded clap v4.6.1 |
| 135 | 2026-05-30T04:03:06.998Z | Downloaded anstyle-query v1.1.5 |
| 136 | 2026-05-30T04:03:07.000Z | Downloaded unicode-ident v1.0.24 |
| 137 | 2026-05-30T04:03:07.001Z | Downloaded itoa v1.0.18 |
| 138 | 2026-05-30T04:03:07.003Z | Downloaded anstyle v1.0.14 |
| 139 | 2026-05-30T04:03:07.006Z | Downloaded serde_core v1.0.228 |
| 140 | 2026-05-30T04:03:07.009Z | Downloaded serde_spanned v1.1.1 |
| 141 | 2026-05-30T04:03:07.009Z | Downloaded camino v1.2.2 |
| 142 | 2026-05-30T04:03:07.012Z | Downloaded anstyle-parse v1.0.0 |
| 143 | 2026-05-30T04:03:07.012Z | Downloaded clap_derive v4.6.1 |
| 144 | 2026-05-30T04:03:07.014Z | Downloaded equivalent v1.0.2 |
| 145 | 2026-05-30T04:03:07.017Z | Downloaded quote v1.0.45 |
| 146 | 2026-05-30T04:03:07.017Z | Downloaded is_terminal_polyfill v1.70.2 |
| 147 | 2026-05-30T04:03:07.019Z | Downloaded heck v0.5.0 |
| 148 | 2026-05-30T04:03:07.020Z | Downloaded errno v0.3.14 |
| 149 | 2026-05-30T04:03:07.023Z | Downloaded utf8parse v0.2.2 |
| 150 | 2026-05-30T04:03:07.025Z | Downloaded terminal_size v0.4.4 |
| 151 | 2026-05-30T04:03:07.032Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 152 | 2026-05-30T04:03:07.035Z | Downloaded thiserror v2.0.18 |
| 153 | 2026-05-30T04:03:07.038Z | Downloaded clap_lex v1.1.0 |
| 154 | 2026-05-30T04:03:07.041Z | Downloaded cargo-platform v0.3.3 |
| 155 | 2026-05-30T04:03:07.041Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 156 | 2026-05-30T04:03:07.046Z | Downloaded semver v1.0.28 |
| 157 | 2026-05-30T04:03:07.049Z | Downloaded bitflags v2.11.1 |
| 158 | 2026-05-30T04:03:07.062Z | Downloaded proc-macro2 v1.0.106 |
| 159 | 2026-05-30T04:03:07.064Z | Downloaded zmij v1.0.21 |
| 160 | 2026-05-30T04:03:07.064Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 161 | 2026-05-30T04:03:07.067Z | Downloaded thiserror-impl v2.0.18 |
| 162 | 2026-05-30T04:03:07.070Z | Downloaded cargo_metadata v0.23.1 |
| 163 | 2026-05-30T04:03:07.070Z | Downloaded serde_derive v1.0.228 |
| 164 | 2026-05-30T04:03:07.082Z | Downloaded indexmap v2.14.0 |
| 165 | 2026-05-30T04:03:07.085Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 166 | 2026-05-30T04:03:07.088Z | Downloaded serde v1.0.228 |
| 167 | 2026-05-30T04:03:07.101Z | Downloaded memchr v2.8.0 |
| 168 | 2026-05-30T04:03:07.125Z | Downloaded hashbrown v0.17.0 |
| 169 | 2026-05-30T04:03:07.133Z | Downloaded winnow v1.0.2 |
| 170 | 2026-05-30T04:03:07.138Z | Downloaded serde_json v1.0.149 |
| 171 | 2026-05-30T04:03:07.142Z | Downloaded clap_builder v4.6.0 |
| 172 | 2026-05-30T04:03:07.162Z | Downloaded syn v2.0.117 |
| 173 | 2026-05-30T04:03:07.175Z | Downloaded rustix v1.1.4 |
| 174 | 2026-05-30T04:03:07.196Z | Downloaded libc v0.2.186 |
| 175 | 2026-05-30T04:03:07.245Z | Compiling serde_core v1.0.228 |
| 176 | 2026-05-30T04:03:07.245Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-05-30T04:03:07.245Z | Compiling quote v1.0.45 |
| 178 | 2026-05-30T04:03:07.247Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-05-30T04:03:07.247Z | Compiling libc v0.2.186 |
| 180 | 2026-05-30T04:03:07.247Z | Compiling rustix v1.1.4 |
| 181 | 2026-05-30T04:03:07.247Z | Compiling bitflags v2.11.1 |
| 182 | 2026-05-30T04:03:07.248Z | Compiling zmij v1.0.21 |
| 183 | 2026-05-30T04:03:07.456Z | Compiling utf8parse v0.2.2 |
| 184 | 2026-05-30T04:03:07.554Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-05-30T04:03:07.735Z | Compiling is_terminal_polyfill v1.70.2 |
| 186 | 2026-05-30T04:03:07.747Z | Compiling camino v1.2.2 |
| 187 | 2026-05-30T04:03:07.765Z | Compiling serde_json v1.0.149 |
| 188 | 2026-05-30T04:03:07.787Z | Compiling thiserror v2.0.18 |
| 189 | 2026-05-30T04:03:07.807Z | Compiling anstyle-query v1.1.5 |
| 190 | 2026-05-30T04:03:07.876Z | Compiling colorchoice v1.0.5 |
| 191 | 2026-05-30T04:03:07.906Z | Compiling anstyle v1.0.14 |
| 192 | 2026-05-30T04:03:07.986Z | Compiling serde v1.0.228 |
| 193 | 2026-05-30T04:03:08.078Z | Compiling errno v0.3.14 |
| 194 | 2026-05-30T04:03:08.139Z | Compiling anstream v1.0.0 |
| 195 | 2026-05-30T04:03:08.240Z | Compiling clap_lex v1.1.0 |
| 196 | 2026-05-30T04:03:08.326Z | Compiling strsim v0.11.1 |
| 197 | 2026-05-30T04:03:08.353Z | Compiling itoa v1.0.18 |
| 198 | 2026-05-30T04:03:08.565Z | Compiling syn v2.0.117 |
| 199 | 2026-05-30T04:03:08.611Z | Compiling memchr v2.8.0 |
| 200 | 2026-05-30T04:03:08.618Z | Compiling heck v0.5.0 |
| 201 | 2026-05-30T04:03:08.650Z | Compiling terminal_size v0.4.4 |
| 202 | 2026-05-30T04:03:08.661Z | Compiling anyhow v1.0.102 |
| 203 | 2026-05-30T04:03:08.800Z | Compiling winnow v1.0.2 |
| 204 | 2026-05-30T04:03:08.806Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-05-30T04:03:09.189Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-05-30T04:03:09.218Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-05-30T04:03:09.769Z | Compiling cargo-platform v0.3.3 |
| 208 | 2026-05-30T04:03:09.863Z | Compiling semver v1.0.28 |
| 209 | 2026-05-30T04:03:10.083Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 210 | 2026-05-30T04:03:10.251Z | Compiling serde_spanned v1.1.1 |
| 211 | 2026-05-30T04:03:10.354Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-05-30T04:03:11.004Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-05-30T04:03:11.114Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-05-30T04:03:11.675Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-05-30T04:03:13.323Z | Compiling clap v4.6.1 |
| 216 | 2026-05-30T04:03:14.265Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-05-30T04:03:16.680Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-05-30T04:03:18.252Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.27s |
| 219 | 2026-05-30T04:03:18.348Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-05-30T04:03:19.642Z | Building opteadm (release). |
| 221 | 2026-05-30T04:03:19.737Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-05-30T04:03:19.737Z | Compiling quote v1.0.45 |
| 223 | 2026-05-30T04:03:19.737Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-05-30T04:03:19.737Z | Compiling serde_core v1.0.228 |
| 225 | 2026-05-30T04:03:19.737Z | Compiling libc v0.2.186 |
| 226 | 2026-05-30T04:03:19.740Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-05-30T04:03:19.740Z | Compiling memchr v2.8.0 |
| 228 | 2026-05-30T04:03:19.740Z | Compiling fnv v1.0.7 |
| 229 | 2026-05-30T04:03:19.811Z | Compiling strsim v0.11.1 |
| 230 | 2026-05-30T04:03:19.834Z | Compiling thiserror v2.0.18 |
| 231 | 2026-05-30T04:03:19.857Z | Compiling ident_case v1.0.1 |
| 232 | 2026-05-30T04:03:19.960Z | Compiling regex-syntax v0.8.10 |
| 233 | 2026-05-30T04:03:20.062Z | Compiling zerocopy v0.8.50 |
| 234 | 2026-05-30T04:03:20.072Z | Compiling anyhow v1.0.102 |
| 235 | 2026-05-30T04:03:20.272Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-05-30T04:03:20.335Z | Compiling either v1.15.0 |
| 237 | 2026-05-30T04:03:20.408Z | Compiling equivalent v1.0.2 |
| 238 | 2026-05-30T04:03:20.429Z | Compiling winnow v1.0.2 |
| 239 | 2026-05-30T04:03:20.473Z | Compiling hashbrown v0.17.0 |
| 240 | 2026-05-30T04:03:20.479Z | Compiling serde v1.0.228 |
| 241 | 2026-05-30T04:03:20.557Z | Compiling itertools v0.14.0 |
| 242 | 2026-05-30T04:03:20.931Z | Compiling syn v2.0.117 |
| 243 | 2026-05-30T04:03:20.990Z | Compiling indexmap v2.14.0 |
| 244 | 2026-05-30T04:03:21.041Z | Compiling heapless v0.8.0 |
| 245 | 2026-05-30T04:03:21.371Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 246 | 2026-05-30T04:03:21.524Z | Compiling regex-automata v0.4.14 |
| 247 | 2026-05-30T04:03:21.593Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-05-30T04:03:21.653Z | Compiling byteorder v1.5.0 |
| 249 | 2026-05-30T04:03:21.838Z | Compiling hash32 v0.3.1 |
| 250 | 2026-05-30T04:03:21.849Z | Compiling syn v1.0.109 |
| 251 | 2026-05-30T04:03:21.856Z | Compiling stable_deref_trait v1.2.1 |
| 252 | 2026-05-30T04:03:21.924Z | Compiling bitflags v2.11.1 |
| 253 | 2026-05-30T04:03:22.049Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 254 | 2026-05-30T04:03:22.097Z | Compiling macaddr v1.0.1 |
| 255 | 2026-05-30T04:03:22.110Z | Compiling rustversion v1.0.22 |
| 256 | 2026-05-30T04:03:22.179Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-05-30T04:03:22.196Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 258 | 2026-05-30T04:03:22.312Z | Compiling rustix v1.1.4 |
| 259 | 2026-05-30T04:03:22.446Z | Compiling getrandom v0.4.2 |
| 260 | 2026-05-30T04:03:22.493Z | Compiling bitflags v1.3.2 |
| 261 | 2026-05-30T04:03:22.529Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-05-30T04:03:22.552Z | Compiling managed v0.8.0 |
| 263 | 2026-05-30T04:03:22.673Z | Compiling proc-macro-crate v3.5.0 |
| 264 | 2026-05-30T04:03:22.721Z | Compiling rand_core v0.10.1 |
| 265 | 2026-05-30T04:03:22.778Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 266 | 2026-05-30T04:03:22.796Z | Compiling version_check v0.9.5 |
| 267 | 2026-05-30T04:03:23.054Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-05-30T04:03:23.069Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-05-30T04:03:23.092Z | Compiling errno v0.3.14 |
| 270 | 2026-05-30T04:03:23.234Z | Compiling ipnetwork v0.21.1 |
| 271 | 2026-05-30T04:03:23.282Z | Compiling regex v1.12.3 |
| 272 | 2026-05-30T04:03:23.510Z | Compiling cpufeatures v0.3.0 |
| 273 | 2026-05-30T04:03:23.585Z | Compiling utf8parse v0.2.2 |
| 274 | 2026-05-30T04:03:23.619Z | Compiling unicode-width v0.2.2 |
| 275 | 2026-05-30T04:03:23.672Z | Compiling darling_core v0.21.3 |
| 276 | 2026-05-30T04:03:23.677Z | Compiling foreign-types-shared v0.3.1 |
| 277 | 2026-05-30T04:03:23.753Z | Compiling once_cell v1.21.4 |
| 278 | 2026-05-30T04:03:23.907Z | Compiling cstr-argument v0.1.2 |
| 279 | 2026-05-30T04:03:23.976Z | Compiling tracing-core v0.1.36 |
| 280 | 2026-05-30T04:03:24.059Z | Compiling tabwriter v1.4.1 |
| 281 | 2026-05-30T04:03:24.137Z | Compiling anstyle-parse v1.0.0 |
| 282 | 2026-05-30T04:03:24.198Z | Compiling chacha20 v0.10.0 |
| 283 | 2026-05-30T04:03:24.773Z | Compiling anstyle v1.0.14 |
| 284 | 2026-05-30T04:03:24.801Z | Compiling anstyle-query v1.1.5 |
| 285 | 2026-05-30T04:03:24.818Z | Compiling thiserror-impl v2.0.18 |
| 286 | 2026-05-30T04:03:24.846Z | Compiling serde_derive v1.0.228 |
| 287 | 2026-05-30T04:03:24.891Z | Compiling zerocopy-derive v0.8.50 |
| 288 | 2026-05-30T04:03:25.008Z | Compiling num_enum_derive v0.7.6 |
| 289 | 2026-05-30T04:03:25.143Z | Compiling foreign-types-macros v0.2.3 |
| 290 | 2026-05-30T04:03:25.562Z | Compiling ref-cast-impl v1.0.25 |
| 291 | 2026-05-30T04:03:25.732Z | Compiling darling_macro v0.21.3 |
| 292 | 2026-05-30T04:03:25.780Z | Compiling foreign-types v0.5.0 |
| 293 | 2026-05-30T04:03:25.847Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 294 | 2026-05-30T04:03:25.995Z | Compiling num_enum v0.7.6 |
| 295 | 2026-05-30T04:03:26.102Z | Compiling cobs v0.3.0 |
| 296 | 2026-05-30T04:03:26.110Z | Compiling tracing-attributes v0.1.31 |
| 297 | 2026-05-30T04:03:26.239Z | Compiling dyn-clone v1.0.20 |
| 298 | 2026-05-30T04:03:26.346Z | Compiling darling v0.21.3 |
| 299 | 2026-05-30T04:03:26.348Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 300 | 2026-05-30T04:03:26.373Z | Compiling pin-project-lite v0.2.17 |
| 301 | 2026-05-30T04:03:26.377Z | Compiling colorchoice v1.0.5 |
| 302 | 2026-05-30T04:03:26.405Z | Compiling is_terminal_polyfill v1.70.2 |
| 303 | 2026-05-30T04:03:26.412Z | Compiling ingot-macros v0.1.1 |
| 304 | 2026-05-30T04:03:26.456Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 305 | 2026-05-30T04:03:26.472Z | Compiling pretty-hex v0.4.2 |
| 306 | 2026-05-30T04:03:26.483Z | Compiling anstream v1.0.0 |
| 307 | 2026-05-30T04:03:26.619Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 308 | 2026-05-30T04:03:26.709Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-05-30T04:03:26.847Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-05-30T04:03:26.914Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-05-30T04:03:27.045Z | Compiling rand v0.10.1 |
| 312 | 2026-05-30T04:03:27.050Z | Compiling uuid v1.23.1 |
| 313 | 2026-05-30T04:03:27.257Z | Compiling socket2 v0.6.3 |
| 314 | 2026-05-30T04:03:27.372Z | Compiling colored v3.1.1 |
| 315 | 2026-05-30T04:03:27.405Z | Compiling tracing v0.1.44 |
| 316 | 2026-05-30T04:03:27.721Z | Compiling clap_lex v1.1.0 |
| 317 | 2026-05-30T04:03:27.801Z | Compiling oxnet v0.1.5 |
| 318 | 2026-05-30T04:03:27.917Z | Compiling heck v0.5.0 |
| 319 | 2026-05-30T04:03:28.024Z | Compiling postcard v1.1.3 |
| 320 | 2026-05-30T04:03:28.078Z | Compiling clap_builder v4.6.0 |
| 321 | 2026-05-30T04:03:28.103Z | Compiling clap_derive v4.6.1 |
| 322 | 2026-05-30T04:03:28.150Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-05-30T04:03:29.319Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-05-30T04:03:29.658Z | Compiling ingot v0.1.1 |
| 325 | 2026-05-30T04:03:29.863Z | Compiling clap v4.6.1 |
| 326 | 2026-05-30T04:03:31.335Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-05-30T04:03:32.363Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-05-30T04:03:33.406Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-05-30T04:03:39.995Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.28s |
| 330 | 2026-05-30T04:03:39.999Z | Building xde (release-lto). |
| 331 | 2026-05-30T04:03:40.206Z | Updating crates.io index |
| 332 | 2026-05-30T04:03:40.299Z | Downloading crates ... |
| 333 | 2026-05-30T04:03:40.353Z | Downloaded addr2line v0.25.1 |
| 334 | 2026-05-30T04:03:40.357Z | Downloaded adler2 v2.0.1 |
| 335 | 2026-05-30T04:03:40.363Z | Downloaded rustc-literal-escaper v0.0.7 |
| 336 | 2026-05-30T04:03:40.370Z | Downloaded rustc-demangle v0.1.27 |
| 337 | 2026-05-30T04:03:40.373Z | Downloaded miniz_oxide v0.8.9 |
| 338 | 2026-05-30T04:03:40.373Z | Downloaded getopts v0.2.24 |
| 339 | 2026-05-30T04:03:40.378Z | Downloaded foldhash v0.2.0 |
| 340 | 2026-05-30T04:03:40.397Z | Downloaded memchr v2.7.6 |
| 341 | 2026-05-30T04:03:40.419Z | Downloaded hashbrown v0.16.1 |
| 342 | 2026-05-30T04:03:40.450Z | Downloaded gimli v0.32.3 |
| 343 | 2026-05-30T04:03:40.458Z | Downloaded object v0.37.3 |
| 344 | 2026-05-30T04:03:40.492Z | Downloaded libc v0.2.183 |
| 345 | 2026-05-30T04:03:40.551Z | 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-05-30T04:03:40.551Z | 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-05-30T04:03:40.554Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-05-30T04:03:40.554Z | Compiling quote v1.0.45 |
| 349 | 2026-05-30T04:03:40.554Z | Compiling unicode-ident v1.0.24 |
| 350 | 2026-05-30T04:03:40.554Z | Compiling ident_case v1.0.1 |
| 351 | 2026-05-30T04:03:40.554Z | Compiling strsim v0.11.1 |
| 352 | 2026-05-30T04:03:40.554Z | Compiling serde_core v1.0.228 |
| 353 | 2026-05-30T04:03:40.720Z | Compiling fnv v1.0.7 |
| 354 | 2026-05-30T04:03:40.724Z | Compiling memchr v2.8.0 |
| 355 | 2026-05-30T04:03:40.812Z | Compiling regex-syntax v0.8.10 |
| 356 | 2026-05-30T04:03:40.981Z | Compiling zerocopy v0.8.50 |
| 357 | 2026-05-30T04:03:40.985Z | Compiling serde v1.0.228 |
| 358 | 2026-05-30T04:03:40.988Z | Compiling either v1.15.0 |
| 359 | 2026-05-30T04:03:41.106Z | Compiling aho-corasick v1.1.4 |
| 360 | 2026-05-30T04:03:41.195Z | Compiling thiserror v2.0.18 |
| 361 | 2026-05-30T04:03:41.374Z | Compiling itertools v0.14.0 |
| 362 | 2026-05-30T04:03:41.405Z | Compiling heapless v0.8.0 |
| 363 | 2026-05-30T04:03:41.631Z | Compiling syn v2.0.117 |
| 364 | 2026-05-30T04:03:41.824Z | Compiling smoltcp v0.11.0 |
| 365 | 2026-05-30T04:03:41.907Z | Compiling version_check v0.9.5 |
| 366 | 2026-05-30T04:03:41.923Z | Compiling ref-cast v1.0.25 |
| 367 | 2026-05-30T04:03:42.249Z | Compiling crc32fast v1.5.0 |
| 368 | 2026-05-30T04:03:42.256Z | Compiling regex-automata v0.4.14 |
| 369 | 2026-05-30T04:03:42.353Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 370 | 2026-05-30T04:03:43.777Z | Compiling regex v1.12.3 |
| 371 | 2026-05-30T04:03:43.909Z | Compiling darling_core v0.21.3 |
| 372 | 2026-05-30T04:03:43.920Z | Compiling darling_core v0.23.0 |
| 373 | 2026-05-30T04:03:44.880Z | Compiling zerocopy-derive v0.8.50 |
| 374 | 2026-05-30T04:03:44.880Z | Compiling serde_derive v1.0.228 |
| 375 | 2026-05-30T04:03:44.880Z | Compiling thiserror-impl v2.0.18 |
| 376 | 2026-05-30T04:03:44.883Z | Compiling ref-cast-impl v1.0.25 |
| 377 | 2026-05-30T04:03:44.883Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 378 | 2026-05-30T04:03:46.535Z | Compiling darling_macro v0.21.3 |
| 379 | 2026-05-30T04:03:46.535Z | Compiling darling_macro v0.23.0 |
| 380 | 2026-05-30T04:03:47.448Z | Compiling darling v0.23.0 |
| 381 | 2026-05-30T04:03:47.451Z | Compiling darling v0.21.3 |
| 382 | 2026-05-30T04:03:47.513Z | Compiling ingot-macros v0.1.1 |
| 383 | 2026-05-30T04:03:47.515Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 384 | 2026-05-30T04:03:52.640Z | 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-05-30T04:03:54.716Z | Compiling byteorder v1.5.0 |
| 386 | 2026-05-30T04:03:54.716Z | Compiling stable_deref_trait v1.2.1 |
| 387 | 2026-05-30T04:03:54.716Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-05-30T04:03:54.719Z | Compiling macaddr v1.0.1 |
| 389 | 2026-05-30T04:03:54.776Z | Compiling bitflags v1.3.2 |
| 390 | 2026-05-30T04:03:54.782Z | Compiling managed v0.8.0 |
| 391 | 2026-05-30T04:03:54.816Z | Compiling cobs v0.3.0 |
| 392 | 2026-05-30T04:03:54.910Z | Compiling hash32 v0.3.1 |
| 393 | 2026-05-30T04:03:55.025Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-05-30T04:03:55.080Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-05-30T04:03:56.310Z | Compiling bitflags v2.11.1 |
| 396 | 2026-05-30T04:03:56.310Z | Compiling uuid v1.23.1 |
| 397 | 2026-05-30T04:03:56.450Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-30T04:03:56.746Z | Compiling postcard v1.1.3 |
| 399 | 2026-05-30T04:03:57.578Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-05-30T04:03:57.901Z | Compiling ingot v0.1.1 |
| 401 | 2026-05-30T04:03:59.394Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-05-30T04:04:03.172Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-05-30T04:04:11.967Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-05-30T04:04:41.692Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 405 | 2026-05-30T04:04:41.719Z | Linking xde kmod... |
| 406 | 2026-05-30T04:04:42.299Z | Building xde dev link helper (release). |
| 407 | 2026-05-30T04:04:42.457Z | 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-05-30T04:04:42.457Z | 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-05-30T04:04:42.457Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-05-30T04:04:53.471Z | 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-05-30T04:04:55.814Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.48s |
| 412 | 2026-05-30T04:04:55.834Z | Building opteadm (dev). |
| 413 | 2026-05-30T04:04:55.991Z | Compiling serde_core v1.0.228 |
| 414 | 2026-05-30T04:04:55.991Z | Compiling libc v0.2.186 |
| 415 | 2026-05-30T04:04:55.991Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-05-30T04:04:55.995Z | Compiling ident_case v1.0.1 |
| 417 | 2026-05-30T04:04:55.995Z | Compiling fnv v1.0.7 |
| 418 | 2026-05-30T04:04:55.995Z | Compiling strsim v0.11.1 |
| 419 | 2026-05-30T04:04:55.995Z | Compiling syn v2.0.117 |
| 420 | 2026-05-30T04:04:56.016Z | Compiling memchr v2.8.0 |
| 421 | 2026-05-30T04:04:56.066Z | Compiling regex-syntax v0.8.10 |
| 422 | 2026-05-30T04:04:56.088Z | Compiling zerocopy v0.8.50 |
| 423 | 2026-05-30T04:04:56.110Z | Compiling winnow v1.0.2 |
| 424 | 2026-05-30T04:04:56.327Z | Compiling equivalent v1.0.2 |
| 425 | 2026-05-30T04:04:56.402Z | Compiling aho-corasick v1.1.4 |
| 426 | 2026-05-30T04:04:56.500Z | Compiling hashbrown v0.17.0 |
| 427 | 2026-05-30T04:04:56.580Z | Compiling either v1.15.0 |
| 428 | 2026-05-30T04:04:56.773Z | Compiling serde v1.0.228 |
| 429 | 2026-05-30T04:04:56.794Z | Compiling itertools v0.14.0 |
| 430 | 2026-05-30T04:04:57.041Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 431 | 2026-05-30T04:04:57.128Z | Compiling indexmap v2.14.0 |
| 432 | 2026-05-30T04:04:57.207Z | Compiling heapless v0.8.0 |
| 433 | 2026-05-30T04:04:57.517Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 434 | 2026-05-30T04:04:57.577Z | Compiling regex-automata v0.4.14 |
| 435 | 2026-05-30T04:04:57.719Z | Compiling byteorder v1.5.0 |
| 436 | 2026-05-30T04:04:57.733Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 437 | 2026-05-30T04:04:57.897Z | Compiling hash32 v0.3.1 |
| 438 | 2026-05-30T04:04:57.935Z | Compiling syn v1.0.109 |
| 439 | 2026-05-30T04:04:58.024Z | Compiling bitflags v2.11.1 |
| 440 | 2026-05-30T04:04:58.049Z | Compiling rustversion v1.0.22 |
| 441 | 2026-05-30T04:04:58.163Z | Compiling smoltcp v0.11.0 |
| 442 | 2026-05-30T04:04:58.247Z | Compiling macaddr v1.0.1 |
| 443 | 2026-05-30T04:04:58.259Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 444 | 2026-05-30T04:04:58.403Z | Compiling stable_deref_trait v1.2.1 |
| 445 | 2026-05-30T04:04:58.509Z | Compiling proc-macro-crate v3.5.0 |
| 446 | 2026-05-30T04:04:58.512Z | Compiling version_check v0.9.5 |
| 447 | 2026-05-30T04:04:58.515Z | Compiling bitflags v1.3.2 |
| 448 | 2026-05-30T04:04:58.531Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 449 | 2026-05-30T04:04:58.572Z | Compiling darling_core v0.21.3 |
| 450 | 2026-05-30T04:04:58.616Z | Compiling managed v0.8.0 |
| 451 | 2026-05-30T04:04:58.751Z | Compiling ref-cast v1.0.25 |
| 452 | 2026-05-30T04:04:58.773Z | Compiling rand_core v0.10.1 |
| 453 | 2026-05-30T04:04:58.840Z | Compiling getrandom v0.4.2 |
| 454 | 2026-05-30T04:04:58.914Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-05-30T04:04:59.119Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-05-30T04:04:59.155Z | Compiling errno v0.3.14 |
| 457 | 2026-05-30T04:04:59.326Z | Compiling regex v1.12.3 |
| 458 | 2026-05-30T04:04:59.687Z | Compiling unicode-width v0.2.2 |
| 459 | 2026-05-30T04:04:59.724Z | Compiling cpufeatures v0.3.0 |
| 460 | 2026-05-30T04:04:59.787Z | Compiling thiserror-impl v2.0.18 |
| 461 | 2026-05-30T04:04:59.791Z | Compiling zerocopy-derive v0.8.50 |
| 462 | 2026-05-30T04:04:59.993Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-05-30T04:05:00.134Z | Compiling ref-cast-impl v1.0.25 |
| 464 | 2026-05-30T04:05:00.667Z | Compiling darling_macro v0.21.3 |
| 465 | 2026-05-30T04:05:00.729Z | Compiling num_enum_derive v0.7.6 |
| 466 | 2026-05-30T04:05:00.921Z | Compiling foreign-types-macros v0.2.3 |
| 467 | 2026-05-30T04:05:01.008Z | Compiling thiserror v2.0.18 |
| 468 | 2026-05-30T04:05:01.111Z | Compiling cobs v0.3.0 |
| 469 | 2026-05-30T04:05:01.304Z | Compiling darling v0.21.3 |
| 470 | 2026-05-30T04:05:01.379Z | Compiling ingot-macros v0.1.1 |
| 471 | 2026-05-30T04:05:01.422Z | Compiling once_cell v1.21.4 |
| 472 | 2026-05-30T04:05:01.606Z | Compiling ipnetwork v0.21.1 |
| 473 | 2026-05-30T04:05:01.666Z | Compiling foreign-types-shared v0.3.1 |
| 474 | 2026-05-30T04:05:01.758Z | Compiling foreign-types v0.5.0 |
| 475 | 2026-05-30T04:05:01.817Z | Compiling num_enum v0.7.6 |
| 476 | 2026-05-30T04:05:01.830Z | Compiling tracing-core v0.1.36 |
| 477 | 2026-05-30T04:05:02.034Z | Compiling cstr-argument v0.1.2 |
| 478 | 2026-05-30T04:05:02.162Z | Compiling tabwriter v1.4.1 |
| 479 | 2026-05-30T04:05:02.212Z | Compiling tracing-attributes v0.1.31 |
| 480 | 2026-05-30T04:05:02.390Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 481 | 2026-05-30T04:05:02.606Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 482 | 2026-05-30T04:05:02.899Z | Compiling chacha20 v0.10.0 |
| 483 | 2026-05-30T04:05:03.175Z | Compiling rustix v1.1.4 |
| 484 | 2026-05-30T04:05:03.202Z | Compiling postcard v1.1.3 |
| 485 | 2026-05-30T04:05:03.447Z | Compiling anyhow v1.0.102 |
| 486 | 2026-05-30T04:05:03.458Z | Compiling dyn-clone v1.0.20 |
| 487 | 2026-05-30T04:05:03.496Z | Compiling pin-project-lite v0.2.17 |
| 488 | 2026-05-30T04:05:03.527Z | Compiling pretty-hex v0.4.2 |
| 489 | 2026-05-30T04:05:03.556Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 490 | 2026-05-30T04:05:03.589Z | Compiling tracing v0.1.44 |
| 491 | 2026-05-30T04:05:03.618Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 492 | 2026-05-30T04:05:03.653Z | Compiling terminal_size v0.4.4 |
| 493 | 2026-05-30T04:05:03.789Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 494 | 2026-05-30T04:05:03.807Z | Compiling rand v0.10.1 |
| 495 | 2026-05-30T04:05:03.833Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-05-30T04:05:03.953Z | Compiling uuid v1.23.1 |
| 497 | 2026-05-30T04:05:03.956Z | Compiling socket2 v0.6.3 |
| 498 | 2026-05-30T04:05:03.961Z | Compiling oxnet v0.1.5 |
| 499 | 2026-05-30T04:05:04.138Z | Compiling ingot-types v0.1.2 |
| 500 | 2026-05-30T04:05:04.236Z | Compiling colored v3.1.1 |
| 501 | 2026-05-30T04:05:04.365Z | Compiling clap_builder v4.6.0 |
| 502 | 2026-05-30T04:05:04.430Z | Compiling clap_derive v4.6.1 |
| 503 | 2026-05-30T04:05:04.523Z | Compiling ingot v0.1.1 |
| 504 | 2026-05-30T04:05:04.546Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 505 | 2026-05-30T04:05:05.985Z | Compiling clap v4.6.1 |
| 506 | 2026-05-30T04:05:06.278Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-05-30T04:05:08.283Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-05-30T04:05:09.591Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-05-30T04:05:14.037Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.20s |
| 510 | 2026-05-30T04:05:14.065Z | Building xde (dev). |
| 511 | 2026-05-30T04:05:14.299Z | 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-05-30T04:05:14.299Z | 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-05-30T04:05:14.299Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-05-30T04:05:14.299Z | Compiling unicode-ident v1.0.24 |
| 515 | 2026-05-30T04:05:14.303Z | Compiling quote v1.0.45 |
| 516 | 2026-05-30T04:05:14.303Z | Compiling strsim v0.11.1 |
| 517 | 2026-05-30T04:05:14.303Z | Compiling ident_case v1.0.1 |
| 518 | 2026-05-30T04:05:14.321Z | Compiling serde_core v1.0.228 |
| 519 | 2026-05-30T04:05:14.418Z | Compiling fnv v1.0.7 |
| 520 | 2026-05-30T04:05:14.422Z | Compiling memchr v2.8.0 |
| 521 | 2026-05-30T04:05:14.501Z | Compiling regex-syntax v0.8.10 |
| 522 | 2026-05-30T04:05:14.680Z | Compiling either v1.15.0 |
| 523 | 2026-05-30T04:05:14.693Z | Compiling zerocopy v0.8.50 |
| 524 | 2026-05-30T04:05:14.695Z | Compiling thiserror v2.0.18 |
| 525 | 2026-05-30T04:05:14.821Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-05-30T04:05:14.865Z | Compiling serde v1.0.228 |
| 527 | 2026-05-30T04:05:15.084Z | Compiling itertools v0.14.0 |
| 528 | 2026-05-30T04:05:15.294Z | Compiling syn v2.0.117 |
| 529 | 2026-05-30T04:05:15.379Z | Compiling heapless v0.8.0 |
| 530 | 2026-05-30T04:05:15.392Z | Compiling smoltcp v0.11.0 |
| 531 | 2026-05-30T04:05:15.502Z | Compiling version_check v0.9.5 |
| 532 | 2026-05-30T04:05:15.824Z | Compiling crc32fast v1.5.0 |
| 533 | 2026-05-30T04:05:15.847Z | Compiling ref-cast v1.0.25 |
| 534 | 2026-05-30T04:05:15.861Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 535 | 2026-05-30T04:05:16.157Z | Compiling regex-automata v0.4.14 |
| 536 | 2026-05-30T04:05:17.652Z | Compiling darling_core v0.21.3 |
| 537 | 2026-05-30T04:05:17.652Z | Compiling darling_core v0.23.0 |
| 538 | 2026-05-30T04:05:17.717Z | Compiling regex v1.12.3 |
| 539 | 2026-05-30T04:05:18.803Z | Compiling zerocopy-derive v0.8.50 |
| 540 | 2026-05-30T04:05:18.803Z | Compiling serde_derive v1.0.228 |
| 541 | 2026-05-30T04:05:18.806Z | Compiling thiserror-impl v2.0.18 |
| 542 | 2026-05-30T04:05:18.806Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-05-30T04:05:18.806Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-05-30T04:05:20.332Z | Compiling darling_macro v0.21.3 |
| 545 | 2026-05-30T04:05:20.471Z | Compiling darling_macro v0.23.0 |
| 546 | 2026-05-30T04:05:21.285Z | Compiling darling v0.21.3 |
| 547 | 2026-05-30T04:05:21.353Z | Compiling ingot-macros v0.1.1 |
| 548 | 2026-05-30T04:05:21.449Z | Compiling darling v0.23.0 |
| 549 | 2026-05-30T04:05:21.515Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 550 | 2026-05-30T04:05:25.877Z | 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-05-30T04:05:27.644Z | Compiling byteorder v1.5.0 |
| 552 | 2026-05-30T04:05:27.644Z | Compiling stable_deref_trait v1.2.1 |
| 553 | 2026-05-30T04:05:27.646Z | Compiling cfg-if v1.0.4 |
| 554 | 2026-05-30T04:05:27.646Z | Compiling macaddr v1.0.1 |
| 555 | 2026-05-30T04:05:27.708Z | Compiling bitflags v1.3.2 |
| 556 | 2026-05-30T04:05:27.719Z | Compiling cobs v0.3.0 |
| 557 | 2026-05-30T04:05:27.749Z | Compiling managed v0.8.0 |
| 558 | 2026-05-30T04:05:27.775Z | Compiling hash32 v0.3.1 |
| 559 | 2026-05-30T04:05:28.000Z | Compiling dyn-clone v1.0.20 |
| 560 | 2026-05-30T04:05:28.082Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 561 | 2026-05-30T04:05:29.175Z | Compiling bitflags v2.11.1 |
| 562 | 2026-05-30T04:05:29.175Z | Compiling uuid v1.23.1 |
| 563 | 2026-05-30T04:05:29.307Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 564 | 2026-05-30T04:05:29.612Z | Compiling postcard v1.1.3 |
| 565 | 2026-05-30T04:05:30.397Z | Compiling ingot-types v0.1.2 |
| 566 | 2026-05-30T04:05:30.684Z | Compiling ingot v0.1.1 |
| 567 | 2026-05-30T04:05:32.118Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-05-30T04:05:36.433Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 569 | 2026-05-30T04:05:46.938Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 570 | 2026-05-30T04:05:55.315Z | Finished `dev` profile [optimized + debuginfo] target(s) in 41.22s |
| 571 | 2026-05-30T04:05:55.338Z | Linking xde kmod... |
| 572 | 2026-05-30T04:05:56.476Z | Building xde dev link helper (dev). |
| 573 | 2026-05-30T04:05:56.641Z | 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-05-30T04:05:56.641Z | 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-05-30T04:05:56.641Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 576 | 2026-05-30T04:06:07.342Z | 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-05-30T04:06:09.542Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.03s |
| 578 | 2026-05-30T04:06:09.564Z | |
| 579 | 2026-05-30T04:06:09.567Z | real 3:06.588548221 |
| 580 | 2026-05-30T04:06:09.568Z | user 9:03.641708756 |
| 581 | 2026-05-30T04:06:09.568Z | sys 59.408418738 |
| 582 | 2026-05-30T04:06:09.568Z | trap 0.240964890 |
| 583 | 2026-05-30T04:06:09.568Z | tflt 0.792443245 |
| 584 | 2026-05-30T04:06:09.568Z | dflt 1.443740883 |
| 585 | 2026-05-30T04:06:09.568Z | kflt 0.012417647 |
| 586 | 2026-05-30T04:06:09.568Z | lock 30:02.405469810 |
| 587 | 2026-05-30T04:06:09.568Z | slp 21:18.983583046 |
| 588 | 2026-05-30T04:06:09.568Z | lat 23.614048768 |
| 589 | 2026-05-30T04:06:09.568Z | stop 31.932073490 |
| 590 | 2026-05-30T04:06:09.568Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 591 | 2026-05-30T04:06:09.568Z | + grep GOTPCREL |
| 592 | 2026-05-30T04:06:10.520Z | + header 'package opte' |
| 593 | 2026-05-30T04:06:10.522Z | + echo '# ==== package opte ==== #' |
| 594 | 2026-05-30T04:06:10.522Z | # ==== package opte ==== # |
| 595 | 2026-05-30T04:06:10.523Z | + cargo xtask package --skip-build --profile all |
| 596 | 2026-05-30T04:06:10.665Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 597 | 2026-05-30T04:06:10.669Z | Running `target/debug/xtask package --skip-build --profile all` |
| 598 | 2026-05-30T04:06:10.878Z | + ./clean.sh |
| 599 | 2026-05-30T04:06:10.886Z | + mkdir -p proto/kernel/drv/amd64 |
| 600 | 2026-05-30T04:06:10.888Z | + mkdir -p proto/opt/oxide/opte/bin |
| 601 | 2026-05-30T04:06:10.890Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 602 | 2026-05-30T04:06:10.891Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 603 | 2026-05-30T04:06:10.906Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 604 | 2026-05-30T04:06:10.950Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 605 | 2026-05-30T04:06:10.953Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 606 | 2026-05-30T04:06:10.953Z | + '[' -z ']' |
| 607 | 2026-05-30T04:06:10.953Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 608 | 2026-05-30T04:06:10.982Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 609 | 2026-05-30T04:06:11.057Z | + INC_DEBUG= |
| 610 | 2026-05-30T04:06:11.057Z | + typeset -ri TAG=0 |
| 611 | 2026-05-30T04:06:11.060Z | ++ ./print-api-version.sh |
| 612 | 2026-05-30T04:06:11.063Z | + API_VSN=40 |
| 613 | 2026-05-30T04:06:11.065Z | + PKG_VERSION=0.40.482-3.0 |
| 614 | 2026-05-30T04:06:11.066Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.482-3.0/g opte.template.p5m |
| 615 | 2026-05-30T04:06:11.066Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 616 | 2026-05-30T04:06:11.597Z | + pkgdepend generate -d proto opte.base.p5m |
| 617 | 2026-05-30T04:06:11.949Z | + mkdir -p packages |
| 618 | 2026-05-30T04:06:11.952Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 619 | 2026-05-30T04:06:18.887Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 620 | 2026-05-30T04:06:18.889Z | + pkgrepo create packages/repo |
| 621 | 2026-05-30T04:06:19.100Z | + pkgrepo add-publisher -s packages/repo helios |
| 622 | 2026-05-30T04:06:19.309Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 623 | 2026-05-30T04:06:48.480Z | pkg://helios/driver/network/opte@0.40.482,5.11-3.0:20260530T040617Z |
| 624 | 2026-05-30T04:06:48.480Z | PUBLISHED |
| 625 | 2026-05-30T04:06:48.516Z | + pkgrecv -a -d packages/repo/opte-0.40.482-3.0.p5p -s packages/repo -v -m latest '*' |
| 626 | 2026-05-30T04:06:48.696Z | Retrieving packages for publisher helios ... |
| 627 | 2026-05-30T04:06:48.699Z | Retrieving catalog 'helios' ... Done |
| 628 | 2026-05-30T04:06:48.702Z | Retrieving and evaluating 1 package(s)... |
| 629 | 2026-05-30T04:06:48.702Z | Fetching manifests: 1/1 100% complete |
| 630 | 2026-05-30T04:06:48.702Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-05-30T04:06:48.702Z | |
| 632 | 2026-05-30T04:06:48.702Z | Archiving packages ... |
| 633 | 2026-05-30T04:06:48.702Z | Packages to add: 1 |
| 634 | 2026-05-30T04:06:48.702Z | Files to retrieve: 6 |
| 635 | 2026-05-30T04:06:48.702Z | Estimated transfer size: 37.01 MB |
| 636 | 2026-05-30T04:06:48.702Z | |
| 637 | 2026-05-30T04:06:48.702Z | Packages to archive: |
| 638 | 2026-05-30T04:06:48.702Z | driver/network/opte@0.40.482,5.11-3.0:20260530T040617Z |
| 639 | 2026-05-30T04:06:48.702Z | |
| 640 | 2026-05-30T04:06:48.702Z | Download: 0/6 items 0.0/37.0MB 0% complete |
| 641 | 2026-05-30T04:06:48.768Z | Download: Completed 37.01 MB in 0.07 seconds (545M/s) |
| 642 | 2026-05-30T04:06:48.773Z | Archiving: 1/20 items 0.0/37.0MB 0% complete |
| 643 | 2026-05-30T04:06:48.778Z | Archiving: Completed 37.05 MB in 0.01 seconds |
| 644 | 2026-05-30T04:06:48.819Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.482-3.0.p5p. |
| 645 | 2026-05-30T04:06:48.822Z | + banner copy |
| 646 | 2026-05-30T04:06:48.825Z | |
| 647 | 2026-05-30T04:06:48.825Z | #### #### ##### # # |
| 648 | 2026-05-30T04:06:48.825Z | # # # # # # # # |
| 649 | 2026-05-30T04:06:48.825Z | # # # # # # |
| 650 | 2026-05-30T04:06:48.825Z | # # # ##### # |
| 651 | 2026-05-30T04:06:48.825Z | # # # # # # |
| 652 | 2026-05-30T04:06:48.825Z | #### #### # # |
| 653 | 2026-05-30T04:06:48.825Z | |
| 654 | 2026-05-30T04:06:48.825Z | + pfexec mkdir -p /out |
| 655 | 2026-05-30T04:06:48.828Z | + pfexec chown 12345 /out |
| 656 | 2026-05-30T04:06:48.831Z | + PKG_NAME=/out/opte.p5p |
| 657 | 2026-05-30T04:06:48.831Z | + mv pkg/packages/repo/opte-0.40.482-3.0.p5p /out/opte.p5p |
| 658 | 2026-05-30T04:06:48.856Z | + sha256sum /out/opte.p5p |
| 659 | 2026-05-30T04:06:48.880Z | process exited: duration 239618 ms, exit code 0 |
| |
| 660 | 2026-05-30T04:06:48.891Z | found 2 output files |
| 661 | 2026-05-30T04:06:48.935Z | uploading: /out/opte.p5p (38850560 bytes) |
| 662 | 2026-05-30T04:06:50.181Z | uploaded: /out/opte.p5p |
| 663 | 2026-05-30T04:06:50.232Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 664 | 2026-05-30T04:06:51.284Z | uploaded: /out/opte.p5p.sha256 |