|
|
|
| 1 | 2026-07-26T04:24:05.821Z | job assigned to worker 01KYEAKCRR1641JP20ZRSX6HKP [factory aws, i-0c2eb837e7a80e2b2] (queued for 56 s) |
| |
| 2 | 2026-07-26T04:24:12.550Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:24:12.558Z | ++ uname -s |
| 4 | 2026-07-26T04:24:12.579Z | + kern=SunOS |
| 5 | 2026-07-26T04:24:12.579Z | + build_user=build |
| 6 | 2026-07-26T04:24:12.580Z | + build_uid=12345 |
| 7 | 2026-07-26T04:24:12.580Z | + work_dir=/work |
| 8 | 2026-07-26T04:24:12.580Z | + input_dir=/input |
| 9 | 2026-07-26T04:24:12.580Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:24:12.580Z | + case "$kern" in |
| 11 | 2026-07-26T04:24:12.580Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:24:12.580Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:24:14.565Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:24:14.666Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:24:14.672Z | + home_fs=zfs |
| 16 | 2026-07-26T04:24:14.672Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:24:14.672Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:24:14.672Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:24:17.378Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:24:17.443Z | process exited: duration 4122 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:24:17.475Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:24:17.490Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:24:17.490Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:24:17.490Z | * rust toolchain profile = "default" |
| 25 | 2026-07-26T04:24:17.490Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-26T04:24:17.490Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:24:17.490Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:24:17.490Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:24:17.490Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:24:17.601Z | info: downloading installer |
| 31 | 2026-07-26T04:24:18.882Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:24:18.882Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:24:18.882Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:24:18.882Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:24:18.895Z | info: profile set to default |
| 36 | 2026-07-26T04:24:18.895Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:24:18.898Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:24:19.028Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:24:19.031Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:33.237Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:33.237Z | |
| 42 | 2026-07-26T04:24:33.263Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:33.263Z | |
| 44 | 2026-07-26T04:24:33.263Z | |
| 45 | 2026-07-26T04:24:33.263Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:33.263Z | |
| 47 | 2026-07-26T04:24:33.263Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:33.263Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:33.263Z | |
| 50 | 2026-07-26T04:24:33.263Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:33.263Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:33.263Z | |
| 53 | 2026-07-26T04:24:33.263Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:33.263Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:33.263Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:33.263Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:33.264Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:33.264Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:33.264Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:33.267Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:33.268Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:33.368Z | + rustup --version |
| 63 | 2026-07-26T04:24:33.377Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:33.380Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:33.398Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:33.401Z | + cargo --version |
| 67 | 2026-07-26T04:24:33.418Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:33.422Z | + rustc --version |
| 69 | 2026-07-26T04:24:33.438Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:33.443Z | process exited: duration 15967 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:33.450Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:33.469Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-26T04:24:33.478Z | starting task 3: "clone repository" |
| 74 | 2026-07-26T04:24:33.482Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-26T04:24:33.487Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:33.516Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-26T04:24:34.470Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-26T04:24:34.470Z | + git fetch origin 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 79 | 2026-07-26T04:24:34.679Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-26T04:24:34.679Z | * branch 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad -> FETCH_HEAD |
| 81 | 2026-07-26T04:24:34.684Z | + [[ -n renovate/ctor-1.x ]] |
| 82 | 2026-07-26T04:24:34.687Z | ++ git branch --show-current |
| 83 | 2026-07-26T04:24:34.687Z | + current=master |
| 84 | 2026-07-26T04:24:34.687Z | + [[ master != renovate/ctor-1.x ]] |
| 85 | 2026-07-26T04:24:34.687Z | + git branch -f renovate/ctor-1.x 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 86 | 2026-07-26T04:24:34.691Z | + git checkout -f renovate/ctor-1.x |
| 87 | 2026-07-26T04:24:34.706Z | Switched to branch 'renovate/ctor-1.x' |
| 88 | 2026-07-26T04:24:34.712Z | + git reset --hard 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 89 | 2026-07-26T04:24:34.722Z | HEAD is now at 10df0e1 Update Rust crate ctor to v1 |
| 90 | 2026-07-26T04:24:34.726Z | process exited: duration 1247 ms, exit code 0 |
| |
| 91 | 2026-07-26T04:24:34.732Z | starting task 4: "build" |
| 92 | 2026-07-26T04:24:34.736Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-26T04:24:34.739Z | ++ rustup show active-toolchain |
| 94 | 2026-07-26T04:24:34.742Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-26T04:24:34.745Z | ++ pushd xde |
| 96 | 2026-07-26T04:24:34.745Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-26T04:24:34.745Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:24:34.748Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-26T04:24:34.911Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-26T04:24:34.915Z | info: downloading 6 components |
| 101 | 2026-07-26T04:24:49.315Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-26T04:24:49.402Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-26T04:24:49.407Z | +++ head -n 1 |
| 104 | 2026-07-26T04:24:49.407Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-26T04:24:49.459Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-26T04:24:49.459Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:49.463Z | ++ popd |
| 108 | 2026-07-26T04:24:49.463Z | /work/oxidecomputer/opte |
| 109 | 2026-07-26T04:24:49.463Z | + TGT_BASE=/work |
| 110 | 2026-07-26T04:24:49.463Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-07-26T04:24:49.463Z | + REL_TGT=/work/release |
| 112 | 2026-07-26T04:24:49.463Z | + mkdir -p /work/release |
| 113 | 2026-07-26T04:24:49.463Z | + cargo --version |
| 114 | 2026-07-26T04:24:49.471Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 115 | 2026-07-26T04:24:49.475Z | + rustc --version |
| 116 | 2026-07-26T04:24:49.492Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 117 | 2026-07-26T04:24:49.496Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-07-26T04:24:49.496Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-07-26T04:24:49.496Z | + ptime -m cargo xtask build --profile all |
| 120 | 2026-07-26T04:24:49.496Z | # ==== build xde and opteadm (release+debug) ==== # |
| 121 | 2026-07-26T04:24:49.596Z | Updating crates.io index |
| 122 | 2026-07-26T04:24:49.599Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-07-26T04:24:50.249Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-07-26T04:24:50.507Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 125 | 2026-07-26T04:24:50.723Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 126 | 2026-07-26T04:24:51.066Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 127 | 2026-07-26T04:24:51.280Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-07-26T04:24:51.563Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-07-26T04:24:53.267Z | Downloading crates ... |
| 130 | 2026-07-26T04:24:53.309Z | Downloaded anstyle-query v1.1.5 |
| 131 | 2026-07-26T04:24:53.315Z | Downloaded clap_derive v4.6.1 |
| 132 | 2026-07-26T04:24:53.323Z | Downloaded is_terminal_polyfill v1.70.2 |
| 133 | 2026-07-26T04:24:53.327Z | Downloaded serde v1.0.228 |
| 134 | 2026-07-26T04:24:53.333Z | Downloaded anstream v1.0.0 |
| 135 | 2026-07-26T04:24:53.344Z | Downloaded serde_core v1.0.228 |
| 136 | 2026-07-26T04:24:53.360Z | Downloaded terminal_size v0.4.4 |
| 137 | 2026-07-26T04:24:53.360Z | Downloaded errno v0.3.14 |
| 138 | 2026-07-26T04:24:53.360Z | Downloaded heck v0.5.0 |
| 139 | 2026-07-26T04:24:53.363Z | Downloaded clap_lex v1.1.0 |
| 140 | 2026-07-26T04:24:53.367Z | Downloaded utf8parse v0.2.2 |
| 141 | 2026-07-26T04:24:53.367Z | Downloaded strsim v0.11.1 |
| 142 | 2026-07-26T04:24:53.371Z | Downloaded itoa v1.0.18 |
| 143 | 2026-07-26T04:24:53.374Z | Downloaded equivalent v1.0.2 |
| 144 | 2026-07-26T04:24:53.389Z | Downloaded serde_spanned v1.1.1 |
| 145 | 2026-07-26T04:24:53.389Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 146 | 2026-07-26T04:24:53.392Z | Downloaded quote v1.0.46 |
| 147 | 2026-07-26T04:24:53.392Z | Downloaded anstyle-parse v1.0.0 |
| 148 | 2026-07-26T04:24:53.392Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 149 | 2026-07-26T04:24:53.392Z | Downloaded zmij v1.0.22 |
| 150 | 2026-07-26T04:24:53.404Z | Downloaded cargo-platform v0.3.3 |
| 151 | 2026-07-26T04:24:53.408Z | Downloaded cargo_metadata v0.23.1 |
| 152 | 2026-07-26T04:24:53.408Z | Downloaded colorchoice v1.0.5 |
| 153 | 2026-07-26T04:24:53.408Z | Downloaded thiserror-impl v2.0.18 |
| 154 | 2026-07-26T04:24:53.408Z | Downloaded camino v1.2.4 |
| 155 | 2026-07-26T04:24:53.408Z | Downloaded anstyle v1.0.14 |
| 156 | 2026-07-26T04:24:53.408Z | Downloaded thiserror v2.0.18 |
| 157 | 2026-07-26T04:24:53.414Z | Downloaded semver v1.0.28 |
| 158 | 2026-07-26T04:24:53.423Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 159 | 2026-07-26T04:24:53.446Z | Downloaded serde_derive v1.0.228 |
| 160 | 2026-07-26T04:24:53.454Z | Downloaded anyhow v1.0.103 |
| 161 | 2026-07-26T04:24:53.454Z | Downloaded bitflags v2.13.0 |
| 162 | 2026-07-26T04:24:53.454Z | Downloaded proc-macro2 v1.0.106 |
| 163 | 2026-07-26T04:24:53.454Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 164 | 2026-07-26T04:24:53.454Z | Downloaded clap v4.6.1 |
| 165 | 2026-07-26T04:24:53.454Z | Downloaded unicode-ident v1.0.24 |
| 166 | 2026-07-26T04:24:53.464Z | Downloaded indexmap v2.14.0 |
| 167 | 2026-07-26T04:24:53.468Z | Downloaded memchr v2.8.3 |
| 168 | 2026-07-26T04:24:53.494Z | Downloaded hashbrown v0.17.1 |
| 169 | 2026-07-26T04:24:53.506Z | Downloaded serde_json v1.0.150 |
| 170 | 2026-07-26T04:24:53.510Z | Downloaded clap_builder v4.6.0 |
| 171 | 2026-07-26T04:24:53.517Z | Downloaded winnow v1.0.3 |
| 172 | 2026-07-26T04:24:53.527Z | Downloaded syn v2.0.118 |
| 173 | 2026-07-26T04:24:53.558Z | Downloaded rustix v1.1.4 |
| 174 | 2026-07-26T04:24:53.591Z | Downloaded libc v0.2.186 |
| 175 | 2026-07-26T04:24:53.639Z | Compiling serde_core v1.0.228 |
| 176 | 2026-07-26T04:24:53.639Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-07-26T04:24:53.639Z | Compiling quote v1.0.46 |
| 178 | 2026-07-26T04:24:53.649Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-07-26T04:24:53.649Z | Compiling libc v0.2.186 |
| 180 | 2026-07-26T04:24:53.649Z | Compiling rustix v1.1.4 |
| 181 | 2026-07-26T04:24:53.649Z | Compiling utf8parse v0.2.2 |
| 182 | 2026-07-26T04:24:53.696Z | Compiling bitflags v2.13.0 |
| 183 | 2026-07-26T04:24:53.820Z | Compiling zmij v1.0.22 |
| 184 | 2026-07-26T04:24:53.834Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-07-26T04:24:54.044Z | Compiling colorchoice v1.0.5 |
| 186 | 2026-07-26T04:24:54.086Z | Compiling serde v1.0.228 |
| 187 | 2026-07-26T04:24:54.154Z | Compiling camino v1.2.4 |
| 188 | 2026-07-26T04:24:54.161Z | Compiling anstyle-query v1.1.5 |
| 189 | 2026-07-26T04:24:54.169Z | Compiling anstyle v1.0.14 |
| 190 | 2026-07-26T04:24:54.222Z | Compiling thiserror v2.0.18 |
| 191 | 2026-07-26T04:24:54.253Z | Compiling serde_json v1.0.150 |
| 192 | 2026-07-26T04:24:54.362Z | Compiling is_terminal_polyfill v1.70.2 |
| 193 | 2026-07-26T04:24:54.424Z | Compiling errno v0.3.14 |
| 194 | 2026-07-26T04:24:54.443Z | Compiling anstream v1.0.0 |
| 195 | 2026-07-26T04:24:54.476Z | Compiling winnow v1.0.3 |
| 196 | 2026-07-26T04:24:54.482Z | Compiling clap_lex v1.1.0 |
| 197 | 2026-07-26T04:24:54.849Z | Compiling strsim v0.11.1 |
| 198 | 2026-07-26T04:24:54.849Z | Compiling anyhow v1.0.103 |
| 199 | 2026-07-26T04:24:54.884Z | Compiling itoa v1.0.18 |
| 200 | 2026-07-26T04:24:54.892Z | Compiling heck v0.5.0 |
| 201 | 2026-07-26T04:24:54.932Z | Compiling memchr v2.8.3 |
| 202 | 2026-07-26T04:24:55.022Z | Compiling syn v2.0.118 |
| 203 | 2026-07-26T04:24:55.086Z | Compiling terminal_size v0.4.4 |
| 204 | 2026-07-26T04:24:55.149Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 205 | 2026-07-26T04:24:55.232Z | Compiling clap_builder v4.6.0 |
| 206 | 2026-07-26T04:24:55.360Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-07-26T04:24:55.970Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 208 | 2026-07-26T04:24:56.136Z | Compiling cargo-platform v0.3.3 |
| 209 | 2026-07-26T04:24:56.169Z | Compiling semver v1.0.28 |
| 210 | 2026-07-26T04:24:56.499Z | Compiling serde_spanned v1.1.1 |
| 211 | 2026-07-26T04:24:56.691Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-07-26T04:24:57.191Z | Compiling serde_derive v1.0.228 |
| 213 | 2026-07-26T04:24:57.316Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-07-26T04:24:57.365Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-07-26T04:24:58.967Z | Compiling clap v4.6.1 |
| 216 | 2026-07-26T04:25:00.179Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-07-26T04:25:02.700Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-07-26T04:25:04.286Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.78s |
| 219 | 2026-07-26T04:25:04.358Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-07-26T04:25:05.768Z | Building opteadm (release). |
| 221 | 2026-07-26T04:25:05.859Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-26T04:25:05.859Z | Compiling quote v1.0.46 |
| 223 | 2026-07-26T04:25:05.859Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-26T04:25:05.863Z | Compiling serde_core v1.0.228 |
| 225 | 2026-07-26T04:25:05.863Z | Compiling libc v0.2.186 |
| 226 | 2026-07-26T04:25:05.863Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-07-26T04:25:05.863Z | Compiling memchr v2.8.3 |
| 228 | 2026-07-26T04:25:05.863Z | Compiling thiserror v2.0.18 |
| 229 | 2026-07-26T04:25:05.930Z | Compiling strsim v0.11.1 |
| 230 | 2026-07-26T04:25:05.973Z | Compiling ident_case v1.0.1 |
| 231 | 2026-07-26T04:25:06.072Z | Compiling regex-syntax v0.8.11 |
| 232 | 2026-07-26T04:25:06.162Z | Compiling serde v1.0.228 |
| 233 | 2026-07-26T04:25:06.192Z | Compiling either v1.16.0 |
| 234 | 2026-07-26T04:25:06.349Z | Compiling aho-corasick v1.1.4 |
| 235 | 2026-07-26T04:25:06.379Z | Compiling zerocopy v0.8.54 |
| 236 | 2026-07-26T04:25:06.406Z | Compiling equivalent v1.0.2 |
| 237 | 2026-07-26T04:25:06.502Z | Compiling hashbrown v0.17.1 |
| 238 | 2026-07-26T04:25:06.517Z | Compiling winnow v1.0.3 |
| 239 | 2026-07-26T04:25:06.613Z | Compiling anyhow v1.0.103 |
| 240 | 2026-07-26T04:25:06.916Z | Compiling itertools v0.15.0 |
| 241 | 2026-07-26T04:25:07.059Z | Compiling syn v2.0.118 |
| 242 | 2026-07-26T04:25:07.059Z | Compiling indexmap v2.14.0 |
| 243 | 2026-07-26T04:25:07.095Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 244 | 2026-07-26T04:25:07.305Z | Compiling heapless v0.8.0 |
| 245 | 2026-07-26T04:25:07.556Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 246 | 2026-07-26T04:25:07.589Z | Compiling regex-automata v0.4.15 |
| 247 | 2026-07-26T04:25:07.683Z | Compiling byteorder v1.5.0 |
| 248 | 2026-07-26T04:25:07.899Z | Compiling hash32 v0.3.1 |
| 249 | 2026-07-26T04:25:07.926Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 250 | 2026-07-26T04:25:07.995Z | Compiling rustversion v1.0.23 |
| 251 | 2026-07-26T04:25:08.097Z | Compiling bitflags v2.13.0 |
| 252 | 2026-07-26T04:25:08.195Z | Compiling stable_deref_trait v1.2.1 |
| 253 | 2026-07-26T04:25:08.211Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 254 | 2026-07-26T04:25:08.252Z | Compiling syn v1.0.109 |
| 255 | 2026-07-26T04:25:08.257Z | Compiling macaddr v1.0.1 |
| 256 | 2026-07-26T04:25:08.329Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-07-26T04:25:08.450Z | Compiling managed v0.8.0 |
| 258 | 2026-07-26T04:25:08.473Z | Compiling proc-macro-crate v3.5.0 |
| 259 | 2026-07-26T04:25:08.588Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-07-26T04:25:08.660Z | Compiling rand_core v0.10.1 |
| 261 | 2026-07-26T04:25:08.680Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 262 | 2026-07-26T04:25:08.803Z | Compiling version_check v0.9.5 |
| 263 | 2026-07-26T04:25:08.812Z | Compiling rustix v1.1.4 |
| 264 | 2026-07-26T04:25:08.859Z | Compiling getrandom v0.4.3 |
| 265 | 2026-07-26T04:25:08.875Z | Compiling bitflags v1.3.2 |
| 266 | 2026-07-26T04:25:09.052Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 267 | 2026-07-26T04:25:09.108Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 268 | 2026-07-26T04:25:09.263Z | Compiling regex v1.13.0 |
| 269 | 2026-07-26T04:25:09.314Z | Compiling errno v0.3.14 |
| 270 | 2026-07-26T04:25:09.454Z | Compiling ipnetwork v0.21.1 |
| 271 | 2026-07-26T04:25:09.490Z | Compiling foreign-types-shared v0.3.1 |
| 272 | 2026-07-26T04:25:09.567Z | Compiling utf8parse v0.2.2 |
| 273 | 2026-07-26T04:25:09.648Z | Compiling darling_core v0.23.0 |
| 274 | 2026-07-26T04:25:09.661Z | Compiling cpufeatures v0.3.0 |
| 275 | 2026-07-26T04:25:09.735Z | Compiling once_cell v1.21.4 |
| 276 | 2026-07-26T04:25:09.805Z | Compiling unicode-width v0.2.2 |
| 277 | 2026-07-26T04:25:09.939Z | Compiling tracing-core v0.1.36 |
| 278 | 2026-07-26T04:25:10.089Z | Compiling tabwriter v1.4.1 |
| 279 | 2026-07-26T04:25:10.127Z | Compiling cstr-argument v0.1.2 |
| 280 | 2026-07-26T04:25:10.213Z | Compiling chacha20 v0.10.1 |
| 281 | 2026-07-26T04:25:10.278Z | Compiling anstyle-parse v1.0.0 |
| 282 | 2026-07-26T04:25:10.752Z | Compiling anstyle-query v1.1.5 |
| 283 | 2026-07-26T04:25:10.832Z | Compiling thiserror-impl v2.0.18 |
| 284 | 2026-07-26T04:25:10.843Z | Compiling zerocopy-derive v0.8.54 |
| 285 | 2026-07-26T04:25:10.852Z | Compiling serde_derive v1.0.228 |
| 286 | 2026-07-26T04:25:10.884Z | Compiling foreign-types-macros v0.2.3 |
| 287 | 2026-07-26T04:25:11.257Z | Compiling ref-cast-impl v1.0.25 |
| 288 | 2026-07-26T04:25:11.543Z | Compiling num_enum_derive v0.7.6 |
| 289 | 2026-07-26T04:25:11.626Z | Compiling foreign-types v0.5.0 |
| 290 | 2026-07-26T04:25:11.691Z | Compiling tracing-attributes v0.1.31 |
| 291 | 2026-07-26T04:25:11.730Z | Compiling darling_macro v0.23.0 |
| 292 | 2026-07-26T04:25:11.972Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 293 | 2026-07-26T04:25:12.148Z | Compiling cobs v0.3.0 |
| 294 | 2026-07-26T04:25:12.242Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 295 | 2026-07-26T04:25:12.281Z | Compiling darling v0.23.0 |
| 296 | 2026-07-26T04:25:12.349Z | Compiling ingot-macros v0.2.0 |
| 297 | 2026-07-26T04:25:12.397Z | Compiling pretty-hex v0.4.2 |
| 298 | 2026-07-26T04:25:12.446Z | Compiling colorchoice v1.0.5 |
| 299 | 2026-07-26T04:25:12.478Z | Compiling dyn-clone v1.0.20 |
| 300 | 2026-07-26T04:25:12.530Z | Compiling num_enum v0.7.6 |
| 301 | 2026-07-26T04:25:12.543Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 302 | 2026-07-26T04:25:12.604Z | Compiling pin-project-lite v0.2.17 |
| 303 | 2026-07-26T04:25:12.633Z | Compiling is_terminal_polyfill v1.70.2 |
| 304 | 2026-07-26T04:25:12.689Z | Compiling anstyle v1.0.14 |
| 305 | 2026-07-26T04:25:12.708Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-07-26T04:25:12.713Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 307 | 2026-07-26T04:25:12.749Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 308 | 2026-07-26T04:25:12.811Z | Compiling terminal_size v0.4.4 |
| 309 | 2026-07-26T04:25:12.882Z | Compiling tracing v0.1.44 |
| 310 | 2026-07-26T04:25:12.894Z | Compiling anstream v1.0.0 |
| 311 | 2026-07-26T04:25:13.091Z | Compiling rand v0.10.2 |
| 312 | 2026-07-26T04:25:13.189Z | Compiling uuid v1.23.5 |
| 313 | 2026-07-26T04:25:13.218Z | Compiling socket2 v0.6.4 |
| 314 | 2026-07-26T04:25:13.283Z | Compiling heck v0.5.0 |
| 315 | 2026-07-26T04:25:13.465Z | Compiling colored v3.1.1 |
| 316 | 2026-07-26T04:25:13.593Z | Compiling clap_lex v1.1.0 |
| 317 | 2026-07-26T04:25:13.837Z | Compiling oxnet v0.1.6 |
| 318 | 2026-07-26T04:25:13.903Z | Compiling clap_builder v4.6.0 |
| 319 | 2026-07-26T04:25:13.993Z | Compiling postcard v1.1.3 |
| 320 | 2026-07-26T04:25:14.098Z | Compiling clap_derive v4.6.1 |
| 321 | 2026-07-26T04:25:14.125Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 322 | 2026-07-26T04:25:15.234Z | Compiling ingot-types v0.2.0 |
| 323 | 2026-07-26T04:25:15.563Z | Compiling ingot v0.2.0 |
| 324 | 2026-07-26T04:25:15.701Z | Compiling clap v4.6.1 |
| 325 | 2026-07-26T04:25:17.333Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 326 | 2026-07-26T04:25:18.358Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 327 | 2026-07-26T04:25:19.398Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 328 | 2026-07-26T04:25:25.986Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.21s |
| 329 | 2026-07-26T04:25:26.012Z | Building xde (release-lto). |
| 330 | 2026-07-26T04:25:26.253Z | Updating crates.io index |
| 331 | 2026-07-26T04:25:26.411Z | Downloading crates ... |
| 332 | 2026-07-26T04:25:26.459Z | Downloaded adler2 v2.0.1 |
| 333 | 2026-07-26T04:25:26.462Z | Downloaded rustc-demangle v0.1.28 |
| 334 | 2026-07-26T04:25:26.467Z | Downloaded rustc-literal-escaper v0.0.8 |
| 335 | 2026-07-26T04:25:26.470Z | Downloaded miniz_oxide v0.9.1 |
| 336 | 2026-07-26T04:25:26.474Z | Downloaded getopts v0.2.24 |
| 337 | 2026-07-26T04:25:26.477Z | Downloaded foldhash v0.2.0 |
| 338 | 2026-07-26T04:25:26.479Z | Downloaded addr2line v0.27.0 |
| 339 | 2026-07-26T04:25:26.494Z | Downloaded memchr v2.7.6 |
| 340 | 2026-07-26T04:25:26.548Z | Downloaded gimli v0.34.0 |
| 341 | 2026-07-26T04:25:26.552Z | Downloaded object v0.39.1 |
| 342 | 2026-07-26T04:25:26.579Z | Downloaded libc v0.2.185 |
| 343 | 2026-07-26T04:25:26.633Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 344 | 2026-07-26T04:25:26.633Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 345 | 2026-07-26T04:25:26.636Z | Compiling proc-macro2 v1.0.106 |
| 346 | 2026-07-26T04:25:26.636Z | Compiling unicode-ident v1.0.24 |
| 347 | 2026-07-26T04:25:26.636Z | Compiling quote v1.0.46 |
| 348 | 2026-07-26T04:25:26.636Z | Compiling serde_core v1.0.228 |
| 349 | 2026-07-26T04:25:26.636Z | Compiling strsim v0.11.1 |
| 350 | 2026-07-26T04:25:26.636Z | Compiling ident_case v1.0.1 |
| 351 | 2026-07-26T04:25:26.797Z | Compiling memchr v2.8.3 |
| 352 | 2026-07-26T04:25:26.800Z | Compiling regex-syntax v0.8.11 |
| 353 | 2026-07-26T04:25:27.052Z | Compiling either v1.16.0 |
| 354 | 2026-07-26T04:25:27.062Z | Compiling serde v1.0.228 |
| 355 | 2026-07-26T04:25:27.068Z | Compiling zerocopy v0.8.54 |
| 356 | 2026-07-26T04:25:27.188Z | Compiling aho-corasick v1.1.4 |
| 357 | 2026-07-26T04:25:27.244Z | Compiling thiserror v2.0.18 |
| 358 | 2026-07-26T04:25:27.453Z | Compiling itertools v0.15.0 |
| 359 | 2026-07-26T04:25:27.480Z | Compiling heapless v0.8.0 |
| 360 | 2026-07-26T04:25:27.818Z | Compiling syn v2.0.118 |
| 361 | 2026-07-26T04:25:27.851Z | Compiling smoltcp v0.11.0 |
| 362 | 2026-07-26T04:25:27.864Z | Compiling crc32fast v1.5.0 |
| 363 | 2026-07-26T04:25:27.951Z | Compiling ref-cast v1.0.25 |
| 364 | 2026-07-26T04:25:28.195Z | Compiling regex-automata v0.4.15 |
| 365 | 2026-07-26T04:25:28.289Z | Compiling version_check v0.9.5 |
| 366 | 2026-07-26T04:25:28.629Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 367 | 2026-07-26T04:25:29.762Z | Compiling regex v1.13.0 |
| 368 | 2026-07-26T04:25:30.087Z | Compiling darling_core v0.23.0 |
| 369 | 2026-07-26T04:25:30.846Z | Compiling serde_derive v1.0.228 |
| 370 | 2026-07-26T04:25:30.846Z | Compiling zerocopy-derive v0.8.54 |
| 371 | 2026-07-26T04:25:30.846Z | Compiling thiserror-impl v2.0.18 |
| 372 | 2026-07-26T04:25:30.849Z | Compiling ref-cast-impl v1.0.25 |
| 373 | 2026-07-26T04:25:30.849Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 374 | 2026-07-26T04:25:32.272Z | Compiling darling_macro v0.23.0 |
| 375 | 2026-07-26T04:25:33.133Z | Compiling darling v0.23.0 |
| 376 | 2026-07-26T04:25:33.193Z | Compiling ingot-macros v0.2.0 |
| 377 | 2026-07-26T04:25:33.193Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 378 | 2026-07-26T04:25:39.105Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 379 | 2026-07-26T04:25:41.363Z | Compiling byteorder v1.5.0 |
| 380 | 2026-07-26T04:25:41.363Z | Compiling macaddr v1.0.1 |
| 381 | 2026-07-26T04:25:41.367Z | Compiling stable_deref_trait v1.2.1 |
| 382 | 2026-07-26T04:25:41.367Z | Compiling cfg-if v1.0.4 |
| 383 | 2026-07-26T04:25:41.421Z | Compiling bitflags v1.3.2 |
| 384 | 2026-07-26T04:25:41.428Z | Compiling managed v0.8.0 |
| 385 | 2026-07-26T04:25:41.482Z | Compiling cobs v0.3.0 |
| 386 | 2026-07-26T04:25:41.575Z | Compiling hash32 v0.3.1 |
| 387 | 2026-07-26T04:25:41.679Z | Compiling dyn-clone v1.0.20 |
| 388 | 2026-07-26T04:25:41.760Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 389 | 2026-07-26T04:25:42.964Z | Compiling bitflags v2.13.0 |
| 390 | 2026-07-26T04:25:42.964Z | Compiling uuid v1.23.5 |
| 391 | 2026-07-26T04:25:43.106Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 392 | 2026-07-26T04:25:43.394Z | Compiling postcard v1.1.3 |
| 393 | 2026-07-26T04:25:44.241Z | Compiling ingot-types v0.2.0 |
| 394 | 2026-07-26T04:25:44.554Z | Compiling ingot v0.2.0 |
| 395 | 2026-07-26T04:25:46.054Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 396 | 2026-07-26T04:25:49.932Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 397 | 2026-07-26T04:25:58.814Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 398 | 2026-07-26T04:26:29.823Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 399 | 2026-07-26T04:26:29.854Z | Linking xde kmod... |
| 400 | 2026-07-26T04:26:30.449Z | Building xde dev link helper (release). |
| 401 | 2026-07-26T04:26:30.605Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 402 | 2026-07-26T04:26:30.605Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 403 | 2026-07-26T04:26:30.605Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 404 | 2026-07-26T04:26:42.071Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 405 | 2026-07-26T04:26:44.734Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.25s |
| 406 | 2026-07-26T04:26:44.754Z | Building opteadm (dev). |
| 407 | 2026-07-26T04:26:44.903Z | Compiling serde_core v1.0.228 |
| 408 | 2026-07-26T04:26:44.903Z | Compiling libc v0.2.186 |
| 409 | 2026-07-26T04:26:44.903Z | Compiling cfg-if v1.0.4 |
| 410 | 2026-07-26T04:26:44.906Z | Compiling strsim v0.11.1 |
| 411 | 2026-07-26T04:26:44.906Z | Compiling ident_case v1.0.1 |
| 412 | 2026-07-26T04:26:44.906Z | Compiling memchr v2.8.3 |
| 413 | 2026-07-26T04:26:44.906Z | Compiling syn v2.0.118 |
| 414 | 2026-07-26T04:26:44.926Z | Compiling regex-syntax v0.8.11 |
| 415 | 2026-07-26T04:26:44.975Z | Compiling serde v1.0.228 |
| 416 | 2026-07-26T04:26:45.022Z | Compiling winnow v1.0.3 |
| 417 | 2026-07-26T04:26:45.189Z | Compiling zerocopy v0.8.54 |
| 418 | 2026-07-26T04:26:45.270Z | Compiling either v1.16.0 |
| 419 | 2026-07-26T04:26:45.458Z | Compiling aho-corasick v1.1.4 |
| 420 | 2026-07-26T04:26:45.471Z | Compiling hashbrown v0.17.1 |
| 421 | 2026-07-26T04:26:45.550Z | Compiling equivalent v1.0.2 |
| 422 | 2026-07-26T04:26:45.649Z | Compiling itertools v0.15.0 |
| 423 | 2026-07-26T04:26:45.692Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 424 | 2026-07-26T04:26:45.899Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 425 | 2026-07-26T04:26:46.004Z | Compiling indexmap v2.14.0 |
| 426 | 2026-07-26T04:26:46.018Z | Compiling heapless v0.8.0 |
| 427 | 2026-07-26T04:26:46.304Z | Compiling byteorder v1.5.0 |
| 428 | 2026-07-26T04:26:46.422Z | Compiling regex-automata v0.4.15 |
| 429 | 2026-07-26T04:26:46.518Z | Compiling hash32 v0.3.1 |
| 430 | 2026-07-26T04:26:46.640Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 431 | 2026-07-26T04:26:46.826Z | Compiling smoltcp v0.11.0 |
| 432 | 2026-07-26T04:26:46.849Z | Compiling rustversion v1.0.23 |
| 433 | 2026-07-26T04:26:46.942Z | Compiling bitflags v2.13.0 |
| 434 | 2026-07-26T04:26:46.974Z | Compiling macaddr v1.0.1 |
| 435 | 2026-07-26T04:26:47.126Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 436 | 2026-07-26T04:26:47.146Z | Compiling syn v1.0.109 |
| 437 | 2026-07-26T04:26:47.192Z | Compiling stable_deref_trait v1.2.1 |
| 438 | 2026-07-26T04:26:47.265Z | Compiling proc-macro-crate v3.5.0 |
| 439 | 2026-07-26T04:26:47.384Z | Compiling bitflags v1.3.2 |
| 440 | 2026-07-26T04:26:47.398Z | Compiling version_check v0.9.5 |
| 441 | 2026-07-26T04:26:47.432Z | Compiling darling_core v0.23.0 |
| 442 | 2026-07-26T04:26:47.482Z | Compiling getrandom v0.4.3 |
| 443 | 2026-07-26T04:26:47.540Z | Compiling managed v0.8.0 |
| 444 | 2026-07-26T04:26:47.652Z | Compiling ref-cast v1.0.25 |
| 445 | 2026-07-26T04:26:47.664Z | Compiling rand_core v0.10.1 |
| 446 | 2026-07-26T04:26:47.679Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 447 | 2026-07-26T04:26:47.756Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 448 | 2026-07-26T04:26:47.982Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 449 | 2026-07-26T04:26:47.986Z | Compiling errno v0.3.14 |
| 450 | 2026-07-26T04:26:48.151Z | Compiling regex v1.13.0 |
| 451 | 2026-07-26T04:26:48.425Z | Compiling once_cell v1.21.4 |
| 452 | 2026-07-26T04:26:48.619Z | Compiling foreign-types-shared v0.3.1 |
| 453 | 2026-07-26T04:26:48.633Z | Compiling thiserror-impl v2.0.18 |
| 454 | 2026-07-26T04:26:48.663Z | Compiling serde_derive v1.0.228 |
| 455 | 2026-07-26T04:26:48.700Z | Compiling zerocopy-derive v0.8.54 |
| 456 | 2026-07-26T04:26:49.028Z | Compiling foreign-types-macros v0.2.3 |
| 457 | 2026-07-26T04:26:49.529Z | Compiling darling_macro v0.23.0 |
| 458 | 2026-07-26T04:26:49.652Z | Compiling num_enum_derive v0.7.6 |
| 459 | 2026-07-26T04:26:49.717Z | Compiling ref-cast-impl v1.0.25 |
| 460 | 2026-07-26T04:26:49.815Z | Compiling thiserror v2.0.18 |
| 461 | 2026-07-26T04:26:49.915Z | Compiling cobs v0.3.0 |
| 462 | 2026-07-26T04:26:50.094Z | Compiling darling v0.23.0 |
| 463 | 2026-07-26T04:26:50.165Z | Compiling ingot-macros v0.2.0 |
| 464 | 2026-07-26T04:26:50.190Z | Compiling unicode-width v0.2.2 |
| 465 | 2026-07-26T04:26:50.295Z | Compiling cpufeatures v0.3.0 |
| 466 | 2026-07-26T04:26:50.360Z | Compiling ipnetwork v0.21.1 |
| 467 | 2026-07-26T04:26:50.497Z | Compiling tabwriter v1.4.1 |
| 468 | 2026-07-26T04:26:50.640Z | Compiling num_enum v0.7.6 |
| 469 | 2026-07-26T04:26:50.751Z | Compiling chacha20 v0.10.1 |
| 470 | 2026-07-26T04:26:50.913Z | Compiling foreign-types v0.5.0 |
| 471 | 2026-07-26T04:26:50.956Z | Compiling cstr-argument v0.1.2 |
| 472 | 2026-07-26T04:26:50.983Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 473 | 2026-07-26T04:26:51.098Z | Compiling tracing-attributes v0.1.31 |
| 474 | 2026-07-26T04:26:51.122Z | Compiling tracing-core v0.1.36 |
| 475 | 2026-07-26T04:26:51.140Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 476 | 2026-07-26T04:26:51.581Z | Compiling rustix v1.1.4 |
| 477 | 2026-07-26T04:26:51.809Z | Compiling postcard v1.1.3 |
| 478 | 2026-07-26T04:26:52.170Z | Compiling anyhow v1.0.103 |
| 479 | 2026-07-26T04:26:52.186Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 480 | 2026-07-26T04:26:52.268Z | Compiling pin-project-lite v0.2.17 |
| 481 | 2026-07-26T04:26:52.342Z | Compiling pretty-hex v0.4.2 |
| 482 | 2026-07-26T04:26:52.358Z | Compiling dyn-clone v1.0.20 |
| 483 | 2026-07-26T04:26:52.405Z | Compiling tracing v0.1.44 |
| 484 | 2026-07-26T04:26:52.465Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 485 | 2026-07-26T04:26:52.506Z | Compiling rand v0.10.2 |
| 486 | 2026-07-26T04:26:52.513Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 487 | 2026-07-26T04:26:52.669Z | Compiling terminal_size v0.4.4 |
| 488 | 2026-07-26T04:26:52.679Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 489 | 2026-07-26T04:26:52.772Z | Compiling uuid v1.23.5 |
| 490 | 2026-07-26T04:26:52.794Z | Compiling socket2 v0.6.4 |
| 491 | 2026-07-26T04:26:52.822Z | Compiling oxnet v0.1.6 |
| 492 | 2026-07-26T04:26:52.929Z | Compiling colored v3.1.1 |
| 493 | 2026-07-26T04:26:52.997Z | Compiling clap_builder v4.6.0 |
| 494 | 2026-07-26T04:26:53.243Z | Compiling ingot-types v0.2.0 |
| 495 | 2026-07-26T04:26:53.306Z | Compiling clap_derive v4.6.1 |
| 496 | 2026-07-26T04:26:53.399Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 497 | 2026-07-26T04:26:53.575Z | Compiling ingot v0.2.0 |
| 498 | 2026-07-26T04:26:54.746Z | Compiling clap v4.6.1 |
| 499 | 2026-07-26T04:26:55.241Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 500 | 2026-07-26T04:26:57.601Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 501 | 2026-07-26T04:26:58.759Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 502 | 2026-07-26T04:27:03.129Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.37s |
| 503 | 2026-07-26T04:27:03.156Z | Building xde (dev). |
| 504 | 2026-07-26T04:27:03.373Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 505 | 2026-07-26T04:27:03.373Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 506 | 2026-07-26T04:27:03.373Z | Compiling proc-macro2 v1.0.106 |
| 507 | 2026-07-26T04:27:03.373Z | Compiling unicode-ident v1.0.24 |
| 508 | 2026-07-26T04:27:03.373Z | Compiling quote v1.0.46 |
| 509 | 2026-07-26T04:27:03.373Z | Compiling serde_core v1.0.228 |
| 510 | 2026-07-26T04:27:03.376Z | Compiling strsim v0.11.1 |
| 511 | 2026-07-26T04:27:03.376Z | Compiling ident_case v1.0.1 |
| 512 | 2026-07-26T04:27:03.489Z | Compiling memchr v2.8.3 |
| 513 | 2026-07-26T04:27:03.489Z | Compiling regex-syntax v0.8.11 |
| 514 | 2026-07-26T04:27:03.749Z | Compiling either v1.16.0 |
| 515 | 2026-07-26T04:27:03.760Z | Compiling serde v1.0.228 |
| 516 | 2026-07-26T04:27:03.772Z | Compiling zerocopy v0.8.54 |
| 517 | 2026-07-26T04:27:03.886Z | Compiling aho-corasick v1.1.4 |
| 518 | 2026-07-26T04:27:03.935Z | Compiling thiserror v2.0.18 |
| 519 | 2026-07-26T04:27:04.152Z | Compiling itertools v0.15.0 |
| 520 | 2026-07-26T04:27:04.172Z | Compiling heapless v0.8.0 |
| 521 | 2026-07-26T04:27:04.513Z | Compiling syn v2.0.118 |
| 522 | 2026-07-26T04:27:04.561Z | Compiling smoltcp v0.11.0 |
| 523 | 2026-07-26T04:27:04.570Z | Compiling ref-cast v1.0.25 |
| 524 | 2026-07-26T04:27:04.657Z | Compiling version_check v0.9.5 |
| 525 | 2026-07-26T04:27:04.953Z | Compiling regex-automata v0.4.15 |
| 526 | 2026-07-26T04:27:05.001Z | Compiling crc32fast v1.5.0 |
| 527 | 2026-07-26T04:27:05.011Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 528 | 2026-07-26T04:27:06.532Z | Compiling regex v1.13.0 |
| 529 | 2026-07-26T04:27:06.788Z | Compiling darling_core v0.23.0 |
| 530 | 2026-07-26T04:27:07.611Z | Compiling zerocopy-derive v0.8.54 |
| 531 | 2026-07-26T04:27:07.614Z | Compiling thiserror-impl v2.0.18 |
| 532 | 2026-07-26T04:27:07.614Z | Compiling serde_derive v1.0.228 |
| 533 | 2026-07-26T04:27:07.614Z | Compiling ref-cast-impl v1.0.25 |
| 534 | 2026-07-26T04:27:07.614Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 535 | 2026-07-26T04:27:08.962Z | Compiling darling_macro v0.23.0 |
| 536 | 2026-07-26T04:27:09.833Z | Compiling darling v0.23.0 |
| 537 | 2026-07-26T04:27:09.893Z | Compiling ingot-macros v0.2.0 |
| 538 | 2026-07-26T04:27:09.893Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 539 | 2026-07-26T04:27:15.248Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-07-26T04:27:17.145Z | Compiling byteorder v1.5.0 |
| 541 | 2026-07-26T04:27:17.145Z | Compiling macaddr v1.0.1 |
| 542 | 2026-07-26T04:27:17.148Z | Compiling stable_deref_trait v1.2.1 |
| 543 | 2026-07-26T04:27:17.148Z | Compiling cfg-if v1.0.4 |
| 544 | 2026-07-26T04:27:17.211Z | Compiling cobs v0.3.0 |
| 545 | 2026-07-26T04:27:17.215Z | Compiling bitflags v1.3.2 |
| 546 | 2026-07-26T04:27:17.248Z | Compiling managed v0.8.0 |
| 547 | 2026-07-26T04:27:17.326Z | Compiling hash32 v0.3.1 |
| 548 | 2026-07-26T04:27:17.478Z | Compiling dyn-clone v1.0.20 |
| 549 | 2026-07-26T04:27:17.578Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 550 | 2026-07-26T04:27:18.685Z | Compiling bitflags v2.13.0 |
| 551 | 2026-07-26T04:27:18.685Z | Compiling uuid v1.23.5 |
| 552 | 2026-07-26T04:27:18.818Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 553 | 2026-07-26T04:27:19.097Z | Compiling postcard v1.1.3 |
| 554 | 2026-07-26T04:27:19.845Z | Compiling ingot-types v0.2.0 |
| 555 | 2026-07-26T04:27:20.123Z | Compiling ingot v0.2.0 |
| 556 | 2026-07-26T04:27:21.512Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 557 | 2026-07-26T04:27:25.034Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 558 | 2026-07-26T04:27:35.001Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 559 | 2026-07-26T04:27:43.131Z | Finished `dev` profile [optimized + debuginfo] target(s) in 39.94s |
| 560 | 2026-07-26T04:27:43.150Z | Linking xde kmod... |
| 561 | 2026-07-26T04:27:44.164Z | Building xde dev link helper (dev). |
| 562 | 2026-07-26T04:27:44.361Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 563 | 2026-07-26T04:27:44.361Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 564 | 2026-07-26T04:27:44.361Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 565 | 2026-07-26T04:27:55.569Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 566 | 2026-07-26T04:27:57.575Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.38s |
| 567 | 2026-07-26T04:27:57.603Z | |
| 568 | 2026-07-26T04:27:57.603Z | real 3:08.096789112 |
| 569 | 2026-07-26T04:27:57.603Z | user 8:51.821452244 |
| 570 | 2026-07-26T04:27:57.603Z | sys 56.640734895 |
| 571 | 2026-07-26T04:27:57.603Z | trap 0.220915958 |
| 572 | 2026-07-26T04:27:57.607Z | tflt 0.837444259 |
| 573 | 2026-07-26T04:27:57.607Z | dflt 1.799523797 |
| 574 | 2026-07-26T04:27:57.607Z | kflt 0.004942406 |
| 575 | 2026-07-26T04:27:57.607Z | lock 31:24.329880375 |
| 576 | 2026-07-26T04:27:57.607Z | slp 20:31.921280410 |
| 577 | 2026-07-26T04:27:57.607Z | lat 19.842879849 |
| 578 | 2026-07-26T04:27:57.607Z | stop 32.711460361 |
| 579 | 2026-07-26T04:27:57.608Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 580 | 2026-07-26T04:27:57.608Z | + grep GOTPCREL |
| 581 | 2026-07-26T04:27:58.583Z | + header 'package opte' |
| 582 | 2026-07-26T04:27:58.583Z | + echo '# ==== package opte ==== #' |
| 583 | 2026-07-26T04:27:58.583Z | # ==== package opte ==== # |
| 584 | 2026-07-26T04:27:58.583Z | + cargo xtask package --skip-build --profile all |
| 585 | 2026-07-26T04:27:58.722Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 586 | 2026-07-26T04:27:58.726Z | Running `target/debug/xtask package --skip-build --profile all` |
| 587 | 2026-07-26T04:27:58.934Z | + ./clean.sh |
| 588 | 2026-07-26T04:27:58.946Z | + mkdir -p proto/kernel/drv/amd64 |
| 589 | 2026-07-26T04:27:58.946Z | + mkdir -p proto/opt/oxide/opte/bin |
| 590 | 2026-07-26T04:27:58.946Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 591 | 2026-07-26T04:27:58.946Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 592 | 2026-07-26T04:27:58.985Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 593 | 2026-07-26T04:27:58.989Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 594 | 2026-07-26T04:27:58.989Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 595 | 2026-07-26T04:27:58.989Z | + '[' -z ']' |
| 596 | 2026-07-26T04:27:58.989Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 597 | 2026-07-26T04:27:59.011Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 598 | 2026-07-26T04:27:59.102Z | + INC_DEBUG= |
| 599 | 2026-07-26T04:27:59.102Z | + typeset -ri TAG=0 |
| 600 | 2026-07-26T04:27:59.131Z | ++ ./print-api-version.sh |
| 601 | 2026-07-26T04:27:59.131Z | + API_VSN=41 |
| 602 | 2026-07-26T04:27:59.131Z | + PKG_VERSION=0.41.506-3.0 |
| 603 | 2026-07-26T04:27:59.131Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.506-3.0/g opte.template.p5m |
| 604 | 2026-07-26T04:27:59.131Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 605 | 2026-07-26T04:27:59.622Z | + pkgdepend generate -d proto opte.base.p5m |
| 606 | 2026-07-26T04:27:59.949Z | + mkdir -p packages |
| 607 | 2026-07-26T04:27:59.952Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 608 | 2026-07-26T04:28:06.826Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 609 | 2026-07-26T04:28:06.829Z | + pkgrepo create packages/repo |
| 610 | 2026-07-26T04:28:07.038Z | + pkgrepo add-publisher -s packages/repo helios |
| 611 | 2026-07-26T04:28:07.247Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 612 | 2026-07-26T04:28:35.167Z | pkg://helios/driver/network/opte@0.41.506,5.11-3.0:20260726T042805Z |
| 613 | 2026-07-26T04:28:35.167Z | PUBLISHED |
| 614 | 2026-07-26T04:28:35.367Z | + pkgrecv -a -d packages/repo/opte-0.41.506-3.0.p5p -s packages/repo -v -m latest '*' |
| 615 | 2026-07-26T04:28:35.379Z | Retrieving packages for publisher helios ... |
| 616 | 2026-07-26T04:28:35.383Z | Retrieving catalog 'helios' ... Done |
| 617 | 2026-07-26T04:28:35.386Z | Retrieving and evaluating 1 package(s)... |
| 618 | 2026-07-26T04:28:35.386Z | Fetching manifests: 1/1 100% complete |
| 619 | 2026-07-26T04:28:35.386Z | Fetching manifests: 1/1 100% complete |
| 620 | 2026-07-26T04:28:35.386Z | |
| 621 | 2026-07-26T04:28:35.386Z | Archiving packages ... |
| 622 | 2026-07-26T04:28:35.386Z | Packages to add: 1 |
| 623 | 2026-07-26T04:28:35.386Z | Files to retrieve: 6 |
| 624 | 2026-07-26T04:28:35.386Z | Estimated transfer size: 36.10 MB |
| 625 | 2026-07-26T04:28:35.386Z | |
| 626 | 2026-07-26T04:28:35.386Z | Packages to archive: |
| 627 | 2026-07-26T04:28:35.386Z | driver/network/opte@0.41.506,5.11-3.0:20260726T042805Z |
| 628 | 2026-07-26T04:28:35.386Z | |
| 629 | 2026-07-26T04:28:35.386Z | Download: 0/6 items 0.0/36.1MB 0% complete |
| 630 | 2026-07-26T04:28:35.449Z | Download: Completed 36.10 MB in 0.07 seconds (549M/s) |
| 631 | 2026-07-26T04:28:35.452Z | Archiving: 1/20 items 0.0/36.1MB 0% complete |
| 632 | 2026-07-26T04:28:35.464Z | Archiving: Completed 36.13 MB in 0.01 seconds |
| 633 | 2026-07-26T04:28:35.503Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.506-3.0.p5p. |
| 634 | 2026-07-26T04:28:35.506Z | + banner copy |
| 635 | 2026-07-26T04:28:35.508Z | |
| 636 | 2026-07-26T04:28:35.508Z | #### #### ##### # # |
| 637 | 2026-07-26T04:28:35.508Z | # # # # # # # # |
| 638 | 2026-07-26T04:28:35.508Z | # # # # # # |
| 639 | 2026-07-26T04:28:35.508Z | # # # ##### # |
| 640 | 2026-07-26T04:28:35.509Z | # # # # # # |
| 641 | 2026-07-26T04:28:35.509Z | #### #### # # |
| 642 | 2026-07-26T04:28:35.509Z | |
| 643 | 2026-07-26T04:28:35.509Z | + pfexec mkdir -p /out |
| 644 | 2026-07-26T04:28:35.512Z | + pfexec chown 12345 /out |
| 645 | 2026-07-26T04:28:35.512Z | + PKG_NAME=/out/opte.p5p |
| 646 | 2026-07-26T04:28:35.512Z | + mv pkg/packages/repo/opte-0.41.506-3.0.p5p /out/opte.p5p |
| 647 | 2026-07-26T04:28:35.538Z | + sha256sum /out/opte.p5p |
| 648 | 2026-07-26T04:28:35.561Z | process exited: duration 240827 ms, exit code 0 |
| |
| 649 | 2026-07-26T04:28:35.572Z | found 2 output files |
| 650 | 2026-07-26T04:28:35.572Z | uploading: /out/opte.p5p (37898240 bytes) |
| 651 | 2026-07-26T04:28:37.196Z | uploaded: /out/opte.p5p |
| 652 | 2026-07-26T04:28:37.200Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 653 | 2026-07-26T04:28:38.206Z | uploaded: /out/opte.p5p.sha256 |