|
|
|
| 1 | 2026-07-26T04:22:59.606Z | job assigned to worker 01KYEAHM7FH65CCKXBHPKAGARG [factory aws, i-09891b62bdbce18b2] (queued for 46 s) |
| |
| 2 | 2026-07-26T04:23:05.888Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:05.892Z | ++ uname -s |
| 4 | 2026-07-26T04:23:05.896Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:05.896Z | + build_user=build |
| 6 | 2026-07-26T04:23:05.896Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:05.896Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:05.896Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:05.896Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:05.896Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:05.896Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:05.896Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:07.901Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:07.977Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:07.980Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:07.980Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:07.980Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:07.980Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:09.982Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:09.985Z | process exited: duration 4096 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:09.991Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:09.994Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-07-26T04:23:09.995Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-07-26T04:23:09.995Z | * rust toolchain profile = "default" |
| 25 | 2026-07-26T04:23:09.995Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-26T04:23:09.995Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:23:09.995Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:23:09.998Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:09.998Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:10.101Z | info: downloading installer |
| 31 | 2026-07-26T04:23:11.808Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:11.808Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:11.808Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:11.808Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:11.820Z | info: profile set to default |
| 36 | 2026-07-26T04:23:11.820Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:11.823Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:11.963Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:11.965Z | info: downloading 6 components |
| 40 | 2026-07-26T04:23:28.383Z | |
| 41 | 2026-07-26T04:23:28.383Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-26T04:23:28.403Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:23:28.403Z | |
| 44 | 2026-07-26T04:23:28.403Z | |
| 45 | 2026-07-26T04:23:28.403Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:23:28.403Z | |
| 47 | 2026-07-26T04:23:28.407Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:23:28.407Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:23:28.407Z | |
| 50 | 2026-07-26T04:23:28.407Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:23:28.408Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:23:28.408Z | |
| 53 | 2026-07-26T04:23:28.408Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:23:28.408Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:23:28.408Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:23:28.408Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:23:28.408Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:23:28.408Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:23:28.408Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:23:28.408Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:23:28.408Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:23:28.500Z | + rustup --version |
| 63 | 2026-07-26T04:23:28.504Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:23:28.508Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:23:28.526Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:23:28.542Z | + cargo --version |
| 67 | 2026-07-26T04:23:28.545Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:23:28.546Z | + rustc --version |
| 69 | 2026-07-26T04:23:28.570Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:23:28.623Z | process exited: duration 18573 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:23:28.634Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:23:28.651Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:23:30.904Z | process exited: duration 2251 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:23:30.931Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:23:30.937Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:23:30.938Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:23:30.960Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:23:31.889Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:23:31.889Z | + git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 80 | 2026-07-26T04:23:32.130Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:23:32.130Z | * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD |
| 82 | 2026-07-26T04:23:32.140Z | + [[ -n renovate/rand ]] |
| 83 | 2026-07-26T04:23:32.140Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:23:32.140Z | + current=master |
| 85 | 2026-07-26T04:23:32.140Z | + [[ master != renovate/rand ]] |
| 86 | 2026-07-26T04:23:32.140Z | + git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 87 | 2026-07-26T04:23:32.147Z | + git checkout -f renovate/rand |
| 88 | 2026-07-26T04:23:32.152Z | Switched to branch 'renovate/rand' |
| 89 | 2026-07-26T04:23:32.159Z | + git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 90 | 2026-07-26T04:23:32.159Z | HEAD is now at 47f1798 Update Rust crate rand to 0.10.2 |
| 91 | 2026-07-26T04:23:32.164Z | process exited: duration 1232 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:23:32.180Z | starting task 4: "build" |
| 93 | 2026-07-26T04:23:32.187Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:23:32.187Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:23:32.192Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:23:32.192Z | ++ pushd xde |
| 97 | 2026-07-26T04:23:32.192Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:23:32.192Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:23:32.197Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:23:32.353Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:23:32.361Z | info: downloading 6 components |
| 102 | 2026-07-26T04:23:48.582Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:23:48.667Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:23:48.667Z | +++ head -n 1 |
| 105 | 2026-07-26T04:23:48.667Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:23:48.667Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:23:48.667Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:23:48.667Z | ++ popd |
| 109 | 2026-07-26T04:23:48.667Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:23:48.667Z | + TGT_BASE=/work |
| 111 | 2026-07-26T04:23:48.667Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 112 | 2026-07-26T04:23:48.667Z | + REL_TGT=/work/release |
| 113 | 2026-07-26T04:23:48.667Z | + mkdir -p /work/release |
| 114 | 2026-07-26T04:23:48.667Z | + cargo --version |
| 115 | 2026-07-26T04:23:48.667Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 116 | 2026-07-26T04:23:48.667Z | + rustc --version |
| 117 | 2026-07-26T04:23:48.667Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 118 | 2026-07-26T04:23:48.667Z | + header 'build xde and opteadm (release+debug)' |
| 119 | 2026-07-26T04:23:48.667Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 120 | 2026-07-26T04:23:48.668Z | # ==== build xde and opteadm (release+debug) ==== # |
| 121 | 2026-07-26T04:23:48.668Z | + ptime -m cargo xtask build --profile all |
| 122 | 2026-07-26T04:23:48.668Z | Updating crates.io index |
| 123 | 2026-07-26T04:23:48.668Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 124 | 2026-07-26T04:23:48.837Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 125 | 2026-07-26T04:23:49.128Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 126 | 2026-07-26T04:23:49.355Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 127 | 2026-07-26T04:23:49.654Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 128 | 2026-07-26T04:23:49.895Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 129 | 2026-07-26T04:23:50.163Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 130 | 2026-07-26T04:23:51.563Z | Downloading crates ... |
| 131 | 2026-07-26T04:23:51.608Z | Downloaded cargo-platform v0.3.3 |
| 132 | 2026-07-26T04:23:51.621Z | Downloaded serde v1.0.228 |
| 133 | 2026-07-26T04:23:51.640Z | Downloaded thiserror v2.0.18 |
| 134 | 2026-07-26T04:23:51.649Z | Downloaded anstream v1.0.0 |
| 135 | 2026-07-26T04:23:51.649Z | Downloaded quote v1.0.46 |
| 136 | 2026-07-26T04:23:51.649Z | Downloaded serde_derive v1.0.228 |
| 137 | 2026-07-26T04:23:51.649Z | Downloaded equivalent v1.0.2 |
| 138 | 2026-07-26T04:23:51.650Z | Downloaded utf8parse v0.2.2 |
| 139 | 2026-07-26T04:23:51.650Z | Downloaded itoa v1.0.18 |
| 140 | 2026-07-26T04:23:51.650Z | Downloaded unicode-ident v1.0.24 |
| 141 | 2026-07-26T04:23:51.650Z | Downloaded heck v0.5.0 |
| 142 | 2026-07-26T04:23:51.655Z | Downloaded semver v1.0.28 |
| 143 | 2026-07-26T04:23:51.655Z | Downloaded proc-macro2 v1.0.106 |
| 144 | 2026-07-26T04:23:51.655Z | Downloaded serde_spanned v1.1.1 |
| 145 | 2026-07-26T04:23:51.658Z | Downloaded is_terminal_polyfill v1.70.2 |
| 146 | 2026-07-26T04:23:51.658Z | Downloaded terminal_size v0.4.4 |
| 147 | 2026-07-26T04:23:51.658Z | Downloaded anstyle-query v1.1.5 |
| 148 | 2026-07-26T04:23:51.665Z | Downloaded errno v0.3.14 |
| 149 | 2026-07-26T04:23:51.670Z | Downloaded clap_lex v1.1.0 |
| 150 | 2026-07-26T04:23:51.673Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 151 | 2026-07-26T04:23:51.677Z | Downloaded anstyle-parse v1.0.0 |
| 152 | 2026-07-26T04:23:51.681Z | Downloaded colorchoice v1.0.5 |
| 153 | 2026-07-26T04:23:51.687Z | Downloaded camino v1.2.4 |
| 154 | 2026-07-26T04:23:51.687Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 155 | 2026-07-26T04:23:51.694Z | Downloaded cargo_metadata v0.23.1 |
| 156 | 2026-07-26T04:23:51.697Z | Downloaded strsim v0.11.1 |
| 157 | 2026-07-26T04:23:51.701Z | Downloaded anstyle v1.0.14 |
| 158 | 2026-07-26T04:23:51.721Z | Downloaded clap v4.6.1 |
| 159 | 2026-07-26T04:23:51.725Z | Downloaded serde_core v1.0.228 |
| 160 | 2026-07-26T04:23:51.728Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 161 | 2026-07-26T04:23:51.728Z | Downloaded zmij v1.0.22 |
| 162 | 2026-07-26T04:23:51.731Z | Downloaded clap_derive v4.6.1 |
| 163 | 2026-07-26T04:23:51.731Z | Downloaded thiserror-impl v2.0.18 |
| 164 | 2026-07-26T04:23:51.731Z | Downloaded bitflags v2.13.0 |
| 165 | 2026-07-26T04:23:51.734Z | Downloaded anyhow v1.0.103 |
| 166 | 2026-07-26T04:23:51.748Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 167 | 2026-07-26T04:23:51.766Z | Downloaded memchr v2.8.3 |
| 168 | 2026-07-26T04:23:51.776Z | Downloaded hashbrown v0.17.1 |
| 169 | 2026-07-26T04:23:51.785Z | Downloaded indexmap v2.14.0 |
| 170 | 2026-07-26T04:23:51.792Z | Downloaded serde_json v1.0.150 |
| 171 | 2026-07-26T04:23:51.799Z | Downloaded clap_builder v4.6.0 |
| 172 | 2026-07-26T04:23:51.808Z | Downloaded winnow v1.0.3 |
| 173 | 2026-07-26T04:23:51.820Z | Downloaded syn v2.0.118 |
| 174 | 2026-07-26T04:23:51.839Z | Downloaded rustix v1.1.4 |
| 175 | 2026-07-26T04:23:51.867Z | Downloaded libc v0.2.186 |
| 176 | 2026-07-26T04:23:51.919Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-07-26T04:23:51.919Z | Compiling serde_core v1.0.228 |
| 178 | 2026-07-26T04:23:51.929Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-07-26T04:23:51.929Z | Compiling quote v1.0.46 |
| 180 | 2026-07-26T04:23:51.929Z | Compiling libc v0.2.186 |
| 181 | 2026-07-26T04:23:51.929Z | Compiling rustix v1.1.4 |
| 182 | 2026-07-26T04:23:51.929Z | Compiling zmij v1.0.22 |
| 183 | 2026-07-26T04:23:51.972Z | Compiling bitflags v2.13.0 |
| 184 | 2026-07-26T04:23:52.121Z | Compiling utf8parse v0.2.2 |
| 185 | 2026-07-26T04:23:52.220Z | Compiling anstyle-parse v1.0.0 |
| 186 | 2026-07-26T04:23:52.360Z | Compiling camino v1.2.4 |
| 187 | 2026-07-26T04:23:52.365Z | Compiling serde_json v1.0.150 |
| 188 | 2026-07-26T04:23:52.432Z | Compiling anstyle v1.0.14 |
| 189 | 2026-07-26T04:23:52.440Z | Compiling is_terminal_polyfill v1.70.2 |
| 190 | 2026-07-26T04:23:52.498Z | Compiling serde v1.0.228 |
| 191 | 2026-07-26T04:23:52.520Z | Compiling thiserror v2.0.18 |
| 192 | 2026-07-26T04:23:52.571Z | Compiling anstyle-query v1.1.5 |
| 193 | 2026-07-26T04:23:52.678Z | Compiling errno v0.3.14 |
| 194 | 2026-07-26T04:23:52.683Z | Compiling colorchoice v1.0.5 |
| 195 | 2026-07-26T04:23:52.738Z | Compiling winnow v1.0.3 |
| 196 | 2026-07-26T04:23:52.837Z | Compiling anstream v1.0.0 |
| 197 | 2026-07-26T04:23:52.845Z | Compiling heck v0.5.0 |
| 198 | 2026-07-26T04:23:53.050Z | Compiling anyhow v1.0.103 |
| 199 | 2026-07-26T04:23:53.115Z | Compiling itoa v1.0.18 |
| 200 | 2026-07-26T04:23:53.148Z | Compiling memchr v2.8.3 |
| 201 | 2026-07-26T04:23:53.173Z | Compiling clap_lex v1.1.0 |
| 202 | 2026-07-26T04:23:53.260Z | Compiling syn v2.0.118 |
| 203 | 2026-07-26T04:23:53.331Z | Compiling terminal_size v0.4.4 |
| 204 | 2026-07-26T04:23:53.351Z | Compiling strsim v0.11.1 |
| 205 | 2026-07-26T04:23:53.474Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-07-26T04:23:53.567Z | Compiling clap_builder v4.6.0 |
| 207 | 2026-07-26T04:23:53.579Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 208 | 2026-07-26T04:23:54.262Z | Compiling semver v1.0.28 |
| 209 | 2026-07-26T04:23:54.356Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 210 | 2026-07-26T04:23:54.379Z | Compiling cargo-platform v0.3.3 |
| 211 | 2026-07-26T04:23:54.471Z | Compiling serde_spanned v1.1.1 |
| 212 | 2026-07-26T04:23:54.881Z | Compiling toml v1.1.2+spec-1.1.0 |
| 213 | 2026-07-26T04:23:55.919Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-07-26T04:23:55.919Z | Compiling serde_derive v1.0.228 |
| 215 | 2026-07-26T04:23:55.919Z | Compiling clap_derive v4.6.1 |
| 216 | 2026-07-26T04:23:56.968Z | Compiling clap v4.6.1 |
| 217 | 2026-07-26T04:23:58.622Z | Compiling cargo_metadata v0.23.1 |
| 218 | 2026-07-26T04:24:01.079Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 219 | 2026-07-26T04:24:02.799Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.88s |
| 220 | 2026-07-26T04:24:02.844Z | Running `target/debug/xtask build --profile all` |
| 221 | 2026-07-26T04:24:04.241Z | Building opteadm (release). |
| 222 | 2026-07-26T04:24:04.333Z | Compiling proc-macro2 v1.0.106 |
| 223 | 2026-07-26T04:24:04.333Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-26T04:24:04.333Z | Compiling quote v1.0.46 |
| 225 | 2026-07-26T04:24:04.338Z | Compiling serde_core v1.0.228 |
| 226 | 2026-07-26T04:24:04.338Z | Compiling libc v0.2.186 |
| 227 | 2026-07-26T04:24:04.338Z | Compiling cfg-if v1.0.4 |
| 228 | 2026-07-26T04:24:04.338Z | Compiling ident_case v1.0.1 |
| 229 | 2026-07-26T04:24:04.338Z | Compiling thiserror v2.0.18 |
| 230 | 2026-07-26T04:24:04.405Z | Compiling memchr v2.8.3 |
| 231 | 2026-07-26T04:24:04.448Z | Compiling strsim v0.11.1 |
| 232 | 2026-07-26T04:24:04.455Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-07-26T04:24:04.644Z | Compiling winnow v1.0.3 |
| 234 | 2026-07-26T04:24:04.704Z | Compiling either v1.16.0 |
| 235 | 2026-07-26T04:24:04.906Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-07-26T04:24:04.925Z | Compiling zerocopy v0.8.54 |
| 237 | 2026-07-26T04:24:04.980Z | Compiling serde v1.0.228 |
| 238 | 2026-07-26T04:24:05.115Z | Compiling anyhow v1.0.103 |
| 239 | 2026-07-26T04:24:05.273Z | Compiling hashbrown v0.17.1 |
| 240 | 2026-07-26T04:24:05.291Z | Compiling equivalent v1.0.2 |
| 241 | 2026-07-26T04:24:05.507Z | Compiling itertools v0.15.0 |
| 242 | 2026-07-26T04:24:05.524Z | Compiling byteorder v1.5.0 |
| 243 | 2026-07-26T04:24:05.608Z | Compiling syn v2.0.118 |
| 244 | 2026-07-26T04:24:05.685Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 245 | 2026-07-26T04:24:05.761Z | Compiling indexmap v2.14.0 |
| 246 | 2026-07-26T04:24:05.824Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 247 | 2026-07-26T04:24:06.037Z | Compiling regex-automata v0.4.15 |
| 248 | 2026-07-26T04:24:06.228Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-26T04:24:06.299Z | Compiling hash32 v0.3.1 |
| 250 | 2026-07-26T04:24:06.415Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 251 | 2026-07-26T04:24:06.502Z | Compiling macaddr v1.0.1 |
| 252 | 2026-07-26T04:24:06.611Z | Compiling bitflags v2.13.0 |
| 253 | 2026-07-26T04:24:06.781Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 254 | 2026-07-26T04:24:06.795Z | Compiling syn v1.0.109 |
| 255 | 2026-07-26T04:24:06.795Z | Compiling rustversion v1.0.23 |
| 256 | 2026-07-26T04:24:06.803Z | Compiling stable_deref_trait v1.2.1 |
| 257 | 2026-07-26T04:24:06.848Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-07-26T04:24:06.869Z | Compiling managed v0.8.0 |
| 259 | 2026-07-26T04:24:06.989Z | Compiling proc-macro-crate v3.5.0 |
| 260 | 2026-07-26T04:24:07.085Z | Compiling getrandom v0.4.3 |
| 261 | 2026-07-26T04:24:07.101Z | Compiling bitflags v1.3.2 |
| 262 | 2026-07-26T04:24:07.151Z | Compiling rustix v1.1.4 |
| 263 | 2026-07-26T04:24:07.160Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 264 | 2026-07-26T04:24:07.264Z | Compiling version_check v0.9.5 |
| 265 | 2026-07-26T04:24:07.309Z | Compiling rand_core v0.10.1 |
| 266 | 2026-07-26T04:24:07.324Z | Compiling ref-cast v1.0.25 |
| 267 | 2026-07-26T04:24:07.493Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-07-26T04:24:07.637Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-07-26T04:24:07.647Z | Compiling errno v0.3.14 |
| 270 | 2026-07-26T04:24:07.761Z | Compiling regex v1.13.0 |
| 271 | 2026-07-26T04:24:07.863Z | Compiling ipnetwork v0.21.1 |
| 272 | 2026-07-26T04:24:07.915Z | Compiling once_cell v1.21.4 |
| 273 | 2026-07-26T04:24:09.067Z | Compiling foreign-types-shared v0.3.1 |
| 274 | 2026-07-26T04:24:09.125Z | Compiling darling_core v0.23.0 |
| 275 | 2026-07-26T04:24:09.126Z | Compiling unicode-width v0.2.2 |
| 276 | 2026-07-26T04:24:09.126Z | Compiling cpufeatures v0.3.0 |
| 277 | 2026-07-26T04:24:09.126Z | Compiling utf8parse v0.2.2 |
| 278 | 2026-07-26T04:24:09.126Z | Compiling anstyle-parse v1.0.0 |
| 279 | 2026-07-26T04:24:09.126Z | Compiling cstr-argument v0.1.2 |
| 280 | 2026-07-26T04:24:09.126Z | Compiling tabwriter v1.4.1 |
| 281 | 2026-07-26T04:24:09.126Z | Compiling chacha20 v0.10.1 |
| 282 | 2026-07-26T04:24:09.126Z | Compiling tracing-core v0.1.36 |
| 283 | 2026-07-26T04:24:09.178Z | Compiling anstyle-query v1.1.5 |
| 284 | 2026-07-26T04:24:09.184Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 285 | 2026-07-26T04:24:09.267Z | Compiling colorchoice v1.0.5 |
| 286 | 2026-07-26T04:24:09.332Z | Compiling thiserror-impl v2.0.18 |
| 287 | 2026-07-26T04:24:09.380Z | Compiling zerocopy-derive v0.8.54 |
| 288 | 2026-07-26T04:24:09.385Z | Compiling serde_derive v1.0.228 |
| 289 | 2026-07-26T04:24:09.386Z | Compiling ref-cast-impl v1.0.25 |
| 290 | 2026-07-26T04:24:09.621Z | Compiling foreign-types-macros v0.2.3 |
| 291 | 2026-07-26T04:24:09.995Z | Compiling num_enum_derive v0.7.6 |
| 292 | 2026-07-26T04:24:10.169Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 293 | 2026-07-26T04:24:10.243Z | Compiling darling_macro v0.23.0 |
| 294 | 2026-07-26T04:24:10.261Z | Compiling foreign-types v0.5.0 |
| 295 | 2026-07-26T04:24:10.339Z | Compiling tracing-attributes v0.1.31 |
| 296 | 2026-07-26T04:24:10.616Z | Compiling cobs v0.3.0 |
| 297 | 2026-07-26T04:24:10.647Z | Compiling anstyle v1.0.14 |
| 298 | 2026-07-26T04:24:10.769Z | Compiling darling v0.23.0 |
| 299 | 2026-07-26T04:24:10.776Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 300 | 2026-07-26T04:24:10.831Z | Compiling is_terminal_polyfill v1.70.2 |
| 301 | 2026-07-26T04:24:10.835Z | Compiling ingot-macros v0.2.0 |
| 302 | 2026-07-26T04:24:10.881Z | Compiling pretty-hex v0.4.2 |
| 303 | 2026-07-26T04:24:10.914Z | Compiling dyn-clone v1.0.20 |
| 304 | 2026-07-26T04:24:10.977Z | Compiling num_enum v0.7.6 |
| 305 | 2026-07-26T04:24:11.010Z | Compiling pin-project-lite v0.2.17 |
| 306 | 2026-07-26T04:24:11.031Z | Compiling anstream v1.0.0 |
| 307 | 2026-07-26T04:24:11.115Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 308 | 2026-07-26T04:24:11.120Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-07-26T04:24:11.236Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-07-26T04:24:11.268Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-07-26T04:24:11.414Z | Compiling rand v0.10.2 |
| 312 | 2026-07-26T04:24:11.434Z | Compiling uuid v1.23.5 |
| 313 | 2026-07-26T04:24:11.494Z | Compiling tracing v0.1.44 |
| 314 | 2026-07-26T04:24:11.630Z | Compiling socket2 v0.6.4 |
| 315 | 2026-07-26T04:24:11.796Z | Compiling colored v3.1.1 |
| 316 | 2026-07-26T04:24:12.160Z | Compiling oxnet v0.1.6 |
| 317 | 2026-07-26T04:24:12.190Z | Compiling heck v0.5.0 |
| 318 | 2026-07-26T04:24:12.325Z | Compiling clap_lex v1.1.0 |
| 319 | 2026-07-26T04:24:12.374Z | Compiling clap_derive v4.6.1 |
| 320 | 2026-07-26T04:24:12.443Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 321 | 2026-07-26T04:24:12.481Z | Compiling clap_builder v4.6.0 |
| 322 | 2026-07-26T04:24:12.624Z | Compiling postcard v1.1.3 |
| 323 | 2026-07-26T04:24:13.700Z | Compiling ingot-types v0.2.0 |
| 324 | 2026-07-26T04:24:14.067Z | Compiling ingot v0.2.0 |
| 325 | 2026-07-26T04:24:14.252Z | Compiling clap v4.6.1 |
| 326 | 2026-07-26T04:24:15.951Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-07-26T04:24:17.442Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-07-26T04:24:17.842Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-07-26T04:24:24.422Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.17s |
| 330 | 2026-07-26T04:24:24.446Z | Building xde (release-lto). |
| 331 | 2026-07-26T04:24:24.684Z | Updating crates.io index |
| 332 | 2026-07-26T04:24:24.805Z | Downloading crates ... |
| 333 | 2026-07-26T04:24:24.899Z | Downloaded foldhash v0.2.0 |
| 334 | 2026-07-26T04:24:24.905Z | Downloaded adler2 v2.0.1 |
| 335 | 2026-07-26T04:24:24.905Z | Downloaded rustc-literal-escaper v0.0.8 |
| 336 | 2026-07-26T04:24:24.905Z | Downloaded rustc-demangle v0.1.28 |
| 337 | 2026-07-26T04:24:24.905Z | Downloaded getopts v0.2.24 |
| 338 | 2026-07-26T04:24:24.905Z | Downloaded addr2line v0.27.0 |
| 339 | 2026-07-26T04:24:24.905Z | Downloaded miniz_oxide v0.9.1 |
| 340 | 2026-07-26T04:24:24.905Z | Downloaded memchr v2.7.6 |
| 341 | 2026-07-26T04:24:24.913Z | Downloaded object v0.39.1 |
| 342 | 2026-07-26T04:24:24.928Z | Downloaded gimli v0.34.0 |
| 343 | 2026-07-26T04:24:24.962Z | Downloaded libc v0.2.185 |
| 344 | 2026-07-26T04:24:25.016Z | 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) |
| 345 | 2026-07-26T04:24:25.016Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-07-26T04:24:25.016Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-07-26T04:24:25.016Z | Compiling unicode-ident v1.0.24 |
| 348 | 2026-07-26T04:24:25.016Z | Compiling quote v1.0.46 |
| 349 | 2026-07-26T04:24:25.016Z | Compiling serde_core v1.0.228 |
| 350 | 2026-07-26T04:24:25.020Z | Compiling strsim v0.11.1 |
| 351 | 2026-07-26T04:24:25.020Z | Compiling ident_case v1.0.1 |
| 352 | 2026-07-26T04:24:25.179Z | Compiling memchr v2.8.3 |
| 353 | 2026-07-26T04:24:25.183Z | Compiling regex-syntax v0.8.11 |
| 354 | 2026-07-26T04:24:25.436Z | Compiling either v1.16.0 |
| 355 | 2026-07-26T04:24:25.441Z | Compiling serde v1.0.228 |
| 356 | 2026-07-26T04:24:25.451Z | Compiling zerocopy v0.8.54 |
| 357 | 2026-07-26T04:24:25.564Z | Compiling thiserror v2.0.18 |
| 358 | 2026-07-26T04:24:25.628Z | Compiling aho-corasick v1.1.4 |
| 359 | 2026-07-26T04:24:25.813Z | Compiling itertools v0.15.0 |
| 360 | 2026-07-26T04:24:25.840Z | Compiling heapless v0.8.0 |
| 361 | 2026-07-26T04:24:26.132Z | Compiling syn v2.0.118 |
| 362 | 2026-07-26T04:24:26.228Z | Compiling smoltcp v0.11.0 |
| 363 | 2026-07-26T04:24:26.232Z | Compiling ref-cast v1.0.25 |
| 364 | 2026-07-26T04:24:26.326Z | Compiling version_check v0.9.5 |
| 365 | 2026-07-26T04:24:26.603Z | Compiling regex-automata v0.4.15 |
| 366 | 2026-07-26T04:24:26.660Z | Compiling crc32fast v1.5.0 |
| 367 | 2026-07-26T04:24:26.675Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 368 | 2026-07-26T04:24:28.121Z | Compiling regex v1.13.0 |
| 369 | 2026-07-26T04:24:28.403Z | Compiling darling_core v0.23.0 |
| 370 | 2026-07-26T04:24:29.184Z | Compiling thiserror-impl v2.0.18 |
| 371 | 2026-07-26T04:24:29.184Z | Compiling serde_derive v1.0.228 |
| 372 | 2026-07-26T04:24:29.223Z | Compiling zerocopy-derive v0.8.54 |
| 373 | 2026-07-26T04:24:29.223Z | Compiling ref-cast-impl v1.0.25 |
| 374 | 2026-07-26T04:24:29.223Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 375 | 2026-07-26T04:24:30.535Z | Compiling darling_macro v0.23.0 |
| 376 | 2026-07-26T04:24:31.415Z | Compiling darling v0.23.0 |
| 377 | 2026-07-26T04:24:31.476Z | Compiling ingot-macros v0.2.0 |
| 378 | 2026-07-26T04:24:31.476Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 379 | 2026-07-26T04:24:37.377Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 380 | 2026-07-26T04:24:39.645Z | Compiling byteorder v1.5.0 |
| 381 | 2026-07-26T04:24:39.675Z | Compiling macaddr v1.0.1 |
| 382 | 2026-07-26T04:24:39.675Z | Compiling stable_deref_trait v1.2.1 |
| 383 | 2026-07-26T04:24:39.675Z | Compiling cfg-if v1.0.4 |
| 384 | 2026-07-26T04:24:39.688Z | Compiling managed v0.8.0 |
| 385 | 2026-07-26T04:24:39.692Z | Compiling cobs v0.3.0 |
| 386 | 2026-07-26T04:24:39.719Z | Compiling bitflags v1.3.2 |
| 387 | 2026-07-26T04:24:39.782Z | Compiling hash32 v0.3.1 |
| 388 | 2026-07-26T04:24:40.057Z | Compiling dyn-clone v1.0.20 |
| 389 | 2026-07-26T04:24:40.080Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 390 | 2026-07-26T04:24:41.216Z | Compiling bitflags v2.13.0 |
| 391 | 2026-07-26T04:24:41.216Z | Compiling uuid v1.23.5 |
| 392 | 2026-07-26T04:24:41.356Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 393 | 2026-07-26T04:24:41.639Z | Compiling postcard v1.1.3 |
| 394 | 2026-07-26T04:24:42.511Z | Compiling ingot-types v0.2.0 |
| 395 | 2026-07-26T04:24:42.825Z | Compiling ingot v0.2.0 |
| 396 | 2026-07-26T04:24:44.307Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 397 | 2026-07-26T04:24:48.124Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 398 | 2026-07-26T04:24:56.989Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 399 | 2026-07-26T04:25:27.792Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 400 | 2026-07-26T04:25:27.821Z | Linking xde kmod... |
| 401 | 2026-07-26T04:25:28.411Z | Building xde dev link helper (release). |
| 402 | 2026-07-26T04:25:28.561Z | 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) |
| 403 | 2026-07-26T04:25:28.561Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 404 | 2026-07-26T04:25:28.561Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 405 | 2026-07-26T04:25:39.932Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 406 | 2026-07-26T04:25:42.597Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.15s |
| 407 | 2026-07-26T04:25:42.615Z | Building opteadm (dev). |
| 408 | 2026-07-26T04:25:42.766Z | Compiling serde_core v1.0.228 |
| 409 | 2026-07-26T04:25:42.766Z | Compiling libc v0.2.186 |
| 410 | 2026-07-26T04:25:42.766Z | Compiling cfg-if v1.0.4 |
| 411 | 2026-07-26T04:25:42.766Z | Compiling memchr v2.8.3 |
| 412 | 2026-07-26T04:25:42.766Z | Compiling strsim v0.11.1 |
| 413 | 2026-07-26T04:25:42.769Z | Compiling ident_case v1.0.1 |
| 414 | 2026-07-26T04:25:42.769Z | Compiling syn v2.0.118 |
| 415 | 2026-07-26T04:25:42.789Z | Compiling regex-syntax v0.8.11 |
| 416 | 2026-07-26T04:25:42.840Z | Compiling zerocopy v0.8.54 |
| 417 | 2026-07-26T04:25:42.883Z | Compiling either v1.16.0 |
| 418 | 2026-07-26T04:25:43.058Z | Compiling equivalent v1.0.2 |
| 419 | 2026-07-26T04:25:43.070Z | Compiling serde v1.0.228 |
| 420 | 2026-07-26T04:25:43.127Z | Compiling winnow v1.0.3 |
| 421 | 2026-07-26T04:25:43.197Z | Compiling aho-corasick v1.1.4 |
| 422 | 2026-07-26T04:25:43.343Z | Compiling hashbrown v0.17.1 |
| 423 | 2026-07-26T04:25:43.426Z | Compiling itertools v0.15.0 |
| 424 | 2026-07-26T04:25:43.502Z | Compiling byteorder v1.5.0 |
| 425 | 2026-07-26T04:25:43.672Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 426 | 2026-07-26T04:25:43.857Z | Compiling indexmap v2.14.0 |
| 427 | 2026-07-26T04:25:43.878Z | Compiling heapless v0.8.0 |
| 428 | 2026-07-26T04:25:44.116Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 429 | 2026-07-26T04:25:44.313Z | Compiling regex-automata v0.4.15 |
| 430 | 2026-07-26T04:25:44.457Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 431 | 2026-07-26T04:25:44.555Z | Compiling hash32 v0.3.1 |
| 432 | 2026-07-26T04:25:44.648Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 433 | 2026-07-26T04:25:44.666Z | Compiling stable_deref_trait v1.2.1 |
| 434 | 2026-07-26T04:25:44.704Z | Compiling syn v1.0.109 |
| 435 | 2026-07-26T04:25:44.730Z | Compiling bitflags v2.13.0 |
| 436 | 2026-07-26T04:25:44.785Z | Compiling rustversion v1.0.23 |
| 437 | 2026-07-26T04:25:44.889Z | Compiling macaddr v1.0.1 |
| 438 | 2026-07-26T04:25:44.977Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-07-26T04:25:45.054Z | Compiling proc-macro-crate v3.5.0 |
| 440 | 2026-07-26T04:25:45.161Z | Compiling managed v0.8.0 |
| 441 | 2026-07-26T04:25:45.186Z | Compiling rand_core v0.10.1 |
| 442 | 2026-07-26T04:25:45.298Z | Compiling darling_core v0.23.0 |
| 443 | 2026-07-26T04:25:45.352Z | Compiling bitflags v1.3.2 |
| 444 | 2026-07-26T04:25:45.364Z | Compiling ref-cast v1.0.25 |
| 445 | 2026-07-26T04:25:45.378Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 446 | 2026-07-26T04:25:45.411Z | Compiling version_check v0.9.5 |
| 447 | 2026-07-26T04:25:45.467Z | Compiling getrandom v0.4.3 |
| 448 | 2026-07-26T04:25:45.661Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 449 | 2026-07-26T04:25:45.722Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 450 | 2026-07-26T04:25:45.879Z | Compiling errno v0.3.14 |
| 451 | 2026-07-26T04:25:46.044Z | Compiling regex v1.13.0 |
| 452 | 2026-07-26T04:25:46.117Z | Compiling unicode-width v0.2.2 |
| 453 | 2026-07-26T04:25:46.349Z | Compiling once_cell v1.21.4 |
| 454 | 2026-07-26T04:25:46.415Z | Compiling foreign-types-shared v0.3.1 |
| 455 | 2026-07-26T04:25:46.429Z | Compiling ipnetwork v0.21.1 |
| 456 | 2026-07-26T04:25:46.492Z | Compiling thiserror-impl v2.0.18 |
| 457 | 2026-07-26T04:25:46.582Z | Compiling zerocopy-derive v0.8.54 |
| 458 | 2026-07-26T04:25:46.895Z | Compiling serde_derive v1.0.228 |
| 459 | 2026-07-26T04:25:46.926Z | Compiling foreign-types-macros v0.2.3 |
| 460 | 2026-07-26T04:25:47.370Z | Compiling darling_macro v0.23.0 |
| 461 | 2026-07-26T04:25:47.549Z | Compiling ref-cast-impl v1.0.25 |
| 462 | 2026-07-26T04:25:47.651Z | Compiling num_enum_derive v0.7.6 |
| 463 | 2026-07-26T04:25:47.657Z | Compiling thiserror v2.0.18 |
| 464 | 2026-07-26T04:25:47.752Z | Compiling cobs v0.3.0 |
| 465 | 2026-07-26T04:25:47.924Z | Compiling darling v0.23.0 |
| 466 | 2026-07-26T04:25:47.994Z | Compiling ingot-macros v0.2.0 |
| 467 | 2026-07-26T04:25:48.025Z | Compiling cpufeatures v0.3.0 |
| 468 | 2026-07-26T04:25:48.090Z | Compiling chacha20 v0.10.1 |
| 469 | 2026-07-26T04:25:48.230Z | Compiling foreign-types v0.5.0 |
| 470 | 2026-07-26T04:25:48.297Z | Compiling cstr-argument v0.1.2 |
| 471 | 2026-07-26T04:25:48.431Z | Compiling tracing-core v0.1.36 |
| 472 | 2026-07-26T04:25:48.461Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 473 | 2026-07-26T04:25:48.664Z | Compiling num_enum v0.7.6 |
| 474 | 2026-07-26T04:25:48.774Z | Compiling tracing-attributes v0.1.31 |
| 475 | 2026-07-26T04:25:48.972Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 476 | 2026-07-26T04:25:49.025Z | Compiling tabwriter v1.4.1 |
| 477 | 2026-07-26T04:25:49.490Z | Compiling rustix v1.1.4 |
| 478 | 2026-07-26T04:25:49.838Z | Compiling anyhow v1.0.103 |
| 479 | 2026-07-26T04:25:49.842Z | Compiling pin-project-lite v0.2.17 |
| 480 | 2026-07-26T04:25:49.876Z | Compiling dyn-clone v1.0.20 |
| 481 | 2026-07-26T04:25:49.924Z | Compiling pretty-hex v0.4.2 |
| 482 | 2026-07-26T04:25:50.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 483 | 2026-07-26T04:25:50.027Z | Compiling postcard v1.1.3 |
| 484 | 2026-07-26T04:25:50.049Z | Compiling tracing v0.1.44 |
| 485 | 2026-07-26T04:25:50.215Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 486 | 2026-07-26T04:25:50.266Z | Compiling terminal_size v0.4.4 |
| 487 | 2026-07-26T04:25:50.323Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 488 | 2026-07-26T04:25:50.376Z | Compiling rand v0.10.2 |
| 489 | 2026-07-26T04:25:50.411Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 490 | 2026-07-26T04:25:50.414Z | Compiling uuid v1.23.5 |
| 491 | 2026-07-26T04:25:50.424Z | Compiling socket2 v0.6.4 |
| 492 | 2026-07-26T04:25:50.526Z | Compiling colored v3.1.1 |
| 493 | 2026-07-26T04:25:50.715Z | Compiling oxnet v0.1.6 |
| 494 | 2026-07-26T04:25:50.789Z | Compiling clap_derive v4.6.1 |
| 495 | 2026-07-26T04:25:51.026Z | Compiling ingot-types v0.2.0 |
| 496 | 2026-07-26T04:25:51.043Z | Compiling clap_builder v4.6.0 |
| 497 | 2026-07-26T04:25:51.206Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 498 | 2026-07-26T04:25:51.357Z | Compiling ingot v0.2.0 |
| 499 | 2026-07-26T04:25:52.633Z | Compiling clap v4.6.1 |
| 500 | 2026-07-26T04:25:53.136Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 501 | 2026-07-26T04:25:55.462Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 502 | 2026-07-26T04:25:56.637Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 503 | 2026-07-26T04:26:00.989Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.37s |
| 504 | 2026-07-26T04:26:01.016Z | Building xde (dev). |
| 505 | 2026-07-26T04:26:01.231Z | 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) |
| 506 | 2026-07-26T04:26:01.231Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 507 | 2026-07-26T04:26:01.231Z | Compiling proc-macro2 v1.0.106 |
| 508 | 2026-07-26T04:26:01.231Z | Compiling unicode-ident v1.0.24 |
| 509 | 2026-07-26T04:26:01.235Z | Compiling quote v1.0.46 |
| 510 | 2026-07-26T04:26:01.235Z | Compiling serde_core v1.0.228 |
| 511 | 2026-07-26T04:26:01.235Z | Compiling strsim v0.11.1 |
| 512 | 2026-07-26T04:26:01.235Z | Compiling ident_case v1.0.1 |
| 513 | 2026-07-26T04:26:01.344Z | Compiling memchr v2.8.3 |
| 514 | 2026-07-26T04:26:01.348Z | Compiling regex-syntax v0.8.11 |
| 515 | 2026-07-26T04:26:01.613Z | Compiling thiserror v2.0.18 |
| 516 | 2026-07-26T04:26:01.617Z | Compiling either v1.16.0 |
| 517 | 2026-07-26T04:26:01.634Z | Compiling serde v1.0.228 |
| 518 | 2026-07-26T04:26:01.736Z | Compiling aho-corasick v1.1.4 |
| 519 | 2026-07-26T04:26:01.797Z | Compiling zerocopy v0.8.54 |
| 520 | 2026-07-26T04:26:02.002Z | Compiling itertools v0.15.0 |
| 521 | 2026-07-26T04:26:02.170Z | Compiling heapless v0.8.0 |
| 522 | 2026-07-26T04:26:02.296Z | Compiling syn v2.0.118 |
| 523 | 2026-07-26T04:26:02.365Z | Compiling smoltcp v0.11.0 |
| 524 | 2026-07-26T04:26:02.421Z | Compiling crc32fast v1.5.0 |
| 525 | 2026-07-26T04:26:02.641Z | Compiling version_check v0.9.5 |
| 526 | 2026-07-26T04:26:02.762Z | Compiling regex-automata v0.4.15 |
| 527 | 2026-07-26T04:26:02.804Z | Compiling ref-cast v1.0.25 |
| 528 | 2026-07-26T04:26:02.994Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 529 | 2026-07-26T04:26:04.308Z | Compiling regex v1.13.0 |
| 530 | 2026-07-26T04:26:04.585Z | Compiling darling_core v0.23.0 |
| 531 | 2026-07-26T04:26:05.393Z | Compiling zerocopy-derive v0.8.54 |
| 532 | 2026-07-26T04:26:05.393Z | Compiling thiserror-impl v2.0.18 |
| 533 | 2026-07-26T04:26:05.393Z | Compiling serde_derive v1.0.228 |
| 534 | 2026-07-26T04:26:05.397Z | Compiling ref-cast-impl v1.0.25 |
| 535 | 2026-07-26T04:26:05.397Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 536 | 2026-07-26T04:26:06.758Z | Compiling darling_macro v0.23.0 |
| 537 | 2026-07-26T04:26:07.634Z | Compiling darling v0.23.0 |
| 538 | 2026-07-26T04:26:07.694Z | Compiling ingot-macros v0.2.0 |
| 539 | 2026-07-26T04:26:07.694Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 540 | 2026-07-26T04:26:12.971Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 541 | 2026-07-26T04:26:14.836Z | Compiling byteorder v1.5.0 |
| 542 | 2026-07-26T04:26:14.836Z | Compiling macaddr v1.0.1 |
| 543 | 2026-07-26T04:26:14.839Z | Compiling stable_deref_trait v1.2.1 |
| 544 | 2026-07-26T04:26:14.839Z | Compiling cfg-if v1.0.4 |
| 545 | 2026-07-26T04:26:14.898Z | Compiling bitflags v1.3.2 |
| 546 | 2026-07-26T04:26:14.903Z | Compiling cobs v0.3.0 |
| 547 | 2026-07-26T04:26:14.937Z | Compiling managed v0.8.0 |
| 548 | 2026-07-26T04:26:15.019Z | Compiling hash32 v0.3.1 |
| 549 | 2026-07-26T04:26:15.170Z | Compiling dyn-clone v1.0.20 |
| 550 | 2026-07-26T04:26:15.261Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 551 | 2026-07-26T04:26:16.355Z | Compiling bitflags v2.13.0 |
| 552 | 2026-07-26T04:26:16.355Z | Compiling uuid v1.23.5 |
| 553 | 2026-07-26T04:26:16.490Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 554 | 2026-07-26T04:26:16.757Z | Compiling postcard v1.1.3 |
| 555 | 2026-07-26T04:26:17.532Z | Compiling ingot-types v0.2.0 |
| 556 | 2026-07-26T04:26:17.807Z | Compiling ingot v0.2.0 |
| 557 | 2026-07-26T04:26:19.185Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 558 | 2026-07-26T04:26:22.711Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 559 | 2026-07-26T04:26:32.577Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 560 | 2026-07-26T04:26:40.655Z | Finished `dev` profile [optimized + debuginfo] target(s) in 39.61s |
| 561 | 2026-07-26T04:26:40.677Z | Linking xde kmod... |
| 562 | 2026-07-26T04:26:41.691Z | Building xde dev link helper (dev). |
| 563 | 2026-07-26T04:26:41.838Z | 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) |
| 564 | 2026-07-26T04:26:41.838Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 565 | 2026-07-26T04:26:41.838Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 566 | 2026-07-26T04:26:52.574Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 567 | 2026-07-26T04:26:54.933Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.21s |
| 568 | 2026-07-26T04:26:54.954Z | |
| 569 | 2026-07-26T04:26:54.957Z | real 3:07.187379695 |
| 570 | 2026-07-26T04:26:54.957Z | user 8:47.737040407 |
| 571 | 2026-07-26T04:26:54.957Z | sys 56.202782017 |
| 572 | 2026-07-26T04:26:54.957Z | trap 0.214715317 |
| 573 | 2026-07-26T04:26:54.957Z | tflt 0.937046181 |
| 574 | 2026-07-26T04:26:54.957Z | dflt 1.566351808 |
| 575 | 2026-07-26T04:26:54.957Z | kflt 0.008072420 |
| 576 | 2026-07-26T04:26:54.957Z | lock 30:26.271678412 |
| 577 | 2026-07-26T04:26:54.957Z | slp 20:23.146194913 |
| 578 | 2026-07-26T04:26:54.957Z | lat 19.001281851 |
| 579 | 2026-07-26T04:26:54.957Z | stop 32.260597501 |
| 580 | 2026-07-26T04:26:54.957Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 581 | 2026-07-26T04:26:54.957Z | + grep GOTPCREL |
| 582 | 2026-07-26T04:26:55.923Z | + header 'package opte' |
| 583 | 2026-07-26T04:26:55.923Z | + echo '# ==== package opte ==== #' |
| 584 | 2026-07-26T04:26:55.927Z | + cargo xtask package --skip-build --profile all |
| 585 | 2026-07-26T04:26:55.927Z | # ==== package opte ==== # |
| 586 | 2026-07-26T04:26:56.057Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 587 | 2026-07-26T04:26:56.060Z | Running `target/debug/xtask package --skip-build --profile all` |
| 588 | 2026-07-26T04:26:56.253Z | + ./clean.sh |
| 589 | 2026-07-26T04:26:56.260Z | + mkdir -p proto/kernel/drv/amd64 |
| 590 | 2026-07-26T04:26:56.263Z | + mkdir -p proto/opt/oxide/opte/bin |
| 591 | 2026-07-26T04:26:56.263Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 592 | 2026-07-26T04:26:56.266Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 593 | 2026-07-26T04:26:56.280Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 594 | 2026-07-26T04:26:56.314Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 595 | 2026-07-26T04:26:56.317Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 596 | 2026-07-26T04:26:56.317Z | + '[' -z ']' |
| 597 | 2026-07-26T04:26:56.317Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 598 | 2026-07-26T04:26:56.340Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 599 | 2026-07-26T04:26:56.408Z | + INC_DEBUG= |
| 600 | 2026-07-26T04:26:56.408Z | + typeset -ri TAG=0 |
| 601 | 2026-07-26T04:26:56.412Z | ++ ./print-api-version.sh |
| 602 | 2026-07-26T04:26:56.415Z | + API_VSN=41 |
| 603 | 2026-07-26T04:26:56.415Z | + PKG_VERSION=0.41.506-3.0 |
| 604 | 2026-07-26T04:26:56.415Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.506-3.0/g opte.template.p5m |
| 605 | 2026-07-26T04:26:56.418Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 606 | 2026-07-26T04:26:56.926Z | + pkgdepend generate -d proto opte.base.p5m |
| 607 | 2026-07-26T04:26:57.255Z | + mkdir -p packages |
| 608 | 2026-07-26T04:26:57.258Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 609 | 2026-07-26T04:27:04.247Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 610 | 2026-07-26T04:27:04.250Z | + pkgrepo create packages/repo |
| 611 | 2026-07-26T04:27:04.456Z | + pkgrepo add-publisher -s packages/repo helios |
| 612 | 2026-07-26T04:27:04.660Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 613 | 2026-07-26T04:27:32.523Z | pkg://helios/driver/network/opte@0.41.506,5.11-3.0:20260726T042703Z |
| 614 | 2026-07-26T04:27:32.523Z | PUBLISHED |
| 615 | 2026-07-26T04:27:32.557Z | + pkgrecv -a -d packages/repo/opte-0.41.506-3.0.p5p -s packages/repo -v -m latest '*' |
| 616 | 2026-07-26T04:27:32.734Z | Retrieving packages for publisher helios ... |
| 617 | 2026-07-26T04:27:32.737Z | Retrieving catalog 'helios' ... Done |
| 618 | 2026-07-26T04:27:32.740Z | Retrieving and evaluating 1 package(s)... |
| 619 | 2026-07-26T04:27:32.740Z | Fetching manifests: 1/1 100% complete |
| 620 | 2026-07-26T04:27:32.740Z | Fetching manifests: 1/1 100% complete |
| 621 | 2026-07-26T04:27:32.740Z | |
| 622 | 2026-07-26T04:27:32.740Z | Archiving packages ... |
| 623 | 2026-07-26T04:27:32.740Z | Packages to add: 1 |
| 624 | 2026-07-26T04:27:32.740Z | Files to retrieve: 6 |
| 625 | 2026-07-26T04:27:32.740Z | Estimated transfer size: 36.10 MB |
| 626 | 2026-07-26T04:27:32.741Z | |
| 627 | 2026-07-26T04:27:32.741Z | Packages to archive: |
| 628 | 2026-07-26T04:27:32.741Z | driver/network/opte@0.41.506,5.11-3.0:20260726T042703Z |
| 629 | 2026-07-26T04:27:32.741Z | |
| 630 | 2026-07-26T04:27:32.741Z | Download: 0/6 items 0.0/36.1MB 0% complete |
| 631 | 2026-07-26T04:27:32.803Z | Download: Completed 36.10 MB in 0.07 seconds (551M/s) |
| 632 | 2026-07-26T04:27:32.806Z | Archiving: 1/20 items 0.0/36.1MB 0% complete |
| 633 | 2026-07-26T04:27:32.818Z | Archiving: Completed 36.13 MB in 0.01 seconds |
| 634 | 2026-07-26T04:27:32.856Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.506-3.0.p5p. |
| 635 | 2026-07-26T04:27:32.861Z | + banner copy |
| 636 | 2026-07-26T04:27:32.861Z | |
| 637 | 2026-07-26T04:27:32.861Z | #### #### ##### # # |
| 638 | 2026-07-26T04:27:32.861Z | # # # # # # # # |
| 639 | 2026-07-26T04:27:32.861Z | # # # # # # |
| 640 | 2026-07-26T04:27:32.861Z | # # # ##### # |
| 641 | 2026-07-26T04:27:32.861Z | # # # # # # |
| 642 | 2026-07-26T04:27:32.861Z | #### #### # # |
| 643 | 2026-07-26T04:27:32.861Z | |
| 644 | 2026-07-26T04:27:32.861Z | + pfexec mkdir -p /out |
| 645 | 2026-07-26T04:27:32.864Z | + pfexec chown 12345 /out |
| 646 | 2026-07-26T04:27:32.864Z | + PKG_NAME=/out/opte.p5p |
| 647 | 2026-07-26T04:27:32.864Z | + mv pkg/packages/repo/opte-0.41.506-3.0.p5p /out/opte.p5p |
| 648 | 2026-07-26T04:27:32.891Z | + sha256sum /out/opte.p5p |
| 649 | 2026-07-26T04:27:32.915Z | process exited: duration 240735 ms, exit code 0 |
| |
| 650 | 2026-07-26T04:27:32.926Z | found 2 output files |
| 651 | 2026-07-26T04:27:32.926Z | uploading: /out/opte.p5p (37898240 bytes) |
| 652 | 2026-07-26T04:27:34.216Z | uploaded: /out/opte.p5p |
| 653 | 2026-07-26T04:27:34.216Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 654 | 2026-07-26T04:27:35.226Z | uploaded: /out/opte.p5p.sha256 |