|
|
|
| 1 | 2026-05-28T03:43:06.760Z | job assigned to worker 01KSPASX45G64KW31HMHCY78EV [factory aws, i-0f306451d9bbfff19] (queued for 1 m 1 s) |
| |
| 2 | 2026-05-28T03:43:13.337Z | starting task 0: "setup" |
| 3 | 2026-05-28T03:43:13.343Z | ++ uname -s |
| 4 | 2026-05-28T03:43:13.345Z | + kern=SunOS |
| 5 | 2026-05-28T03:43:13.345Z | + build_user=build |
| 6 | 2026-05-28T03:43:13.345Z | + build_uid=12345 |
| 7 | 2026-05-28T03:43:13.345Z | + work_dir=/work |
| 8 | 2026-05-28T03:43:13.345Z | + input_dir=/input |
| 9 | 2026-05-28T03:43:13.345Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T03:43:13.345Z | + case "$kern" in |
| 11 | 2026-05-28T03:43:13.345Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T03:43:13.348Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T03:43:15.352Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T03:43:15.427Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T03:43:15.430Z | + home_fs=zfs |
| 16 | 2026-05-28T03:43:15.430Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T03:43:15.430Z | + mkdir -p /home/build |
| 18 | 2026-05-28T03:43:15.430Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T03:43:17.432Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T03:43:17.435Z | process exited: duration 4096 ms, exit code 0 |
| |
| 21 | 2026-05-28T03:43:17.440Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T03:43:17.444Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-28T03:43:17.444Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-28T03:43:17.444Z | * rust toolchain profile = "default" |
| 25 | 2026-05-28T03:43:17.444Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-28T03:43:17.444Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T03:43:17.444Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T03:43:17.447Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T03:43:17.447Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-28T03:43:17.516Z | info: downloading installer |
| 31 | 2026-05-28T03:43:18.880Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T03:43:18.880Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T03:43:18.880Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T03:43:18.880Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T03:43:18.893Z | info: profile set to default |
| 36 | 2026-05-28T03:43:18.893Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T03:43:18.896Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T03:43:19.029Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-28T03:43:19.031Z | info: downloading 6 components |
| 40 | 2026-05-28T03:43:34.792Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T03:43:34.792Z | |
| 42 | 2026-05-28T03:43:34.821Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-28T03:43:34.821Z | |
| 44 | 2026-05-28T03:43:34.821Z | |
| 45 | 2026-05-28T03:43:34.821Z | Rust is installed now. Great! |
| 46 | 2026-05-28T03:43:34.821Z | |
| 47 | 2026-05-28T03:43:34.824Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T03:43:34.824Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T03:43:34.824Z | |
| 50 | 2026-05-28T03:43:34.824Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T03:43:34.824Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T03:43:34.824Z | |
| 53 | 2026-05-28T03:43:34.824Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T03:43:34.824Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T03:43:34.824Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T03:43:34.824Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T03:43:34.824Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T03:43:34.824Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T03:43:34.824Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T03:43:34.824Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T03:43:34.824Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T03:43:34.921Z | + rustup --version |
| 63 | 2026-05-28T03:43:34.930Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T03:43:34.933Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T03:43:34.952Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-28T03:43:34.955Z | + cargo --version |
| 67 | 2026-05-28T03:43:34.969Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-28T03:43:34.972Z | + rustc --version |
| 69 | 2026-05-28T03:43:34.992Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-28T03:43:34.994Z | process exited: duration 17553 ms, exit code 0 |
| |
| 71 | 2026-05-28T03:43:35.002Z | starting task 2: "authentication" |
| 72 | 2026-05-28T03:43:35.018Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T03:43:35.024Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T03:43:35.028Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-28T03:43:35.030Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-28T03:43:35.064Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-28T03:43:35.861Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-28T03:43:35.861Z | + git fetch origin 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 79 | 2026-05-28T03:43:36.099Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-28T03:43:36.099Z | * branch 2936d258388c093780b55889e57e8a8a79ce3ea6 -> FETCH_HEAD |
| 81 | 2026-05-28T03:43:36.104Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-05-28T03:43:36.107Z | ++ git branch --show-current |
| 83 | 2026-05-28T03:43:36.107Z | + current=master |
| 84 | 2026-05-28T03:43:36.107Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-05-28T03:43:36.107Z | + git branch -f renovate/rust-1.x 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 86 | 2026-05-28T03:43:36.111Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-05-28T03:43:36.126Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-05-28T03:43:36.129Z | + git reset --hard 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 89 | 2026-05-28T03:43:36.143Z | HEAD is now at 2936d25 Update Rust to nightly-2026-05-27 |
| 90 | 2026-05-28T03:43:36.146Z | process exited: duration 1119 ms, exit code 0 |
| |
| 91 | 2026-05-28T03:43:36.152Z | starting task 4: "build" |
| 92 | 2026-05-28T03:43:36.155Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-28T03:43:36.158Z | ++ rustup show active-toolchain |
| 94 | 2026-05-28T03:43:36.161Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-28T03:43:36.162Z | ++ pushd xde |
| 96 | 2026-05-28T03:43:36.165Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-28T03:43:36.165Z | ++ rustup show active-toolchain |
| 98 | 2026-05-28T03:43:36.168Z | info: syncing channel updates for nightly-2026-05-27-x86_64-unknown-illumos |
| 99 | 2026-05-28T03:43:36.328Z | info: latest update on 2026-05-27 for version 1.98.0-nightly (d1fc603d1 2026-05-26) |
| 100 | 2026-05-28T03:43:36.332Z | info: downloading 6 components |
| 101 | 2026-05-28T03:43:49.797Z | nightly-2026-05-27-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-28T03:43:49.881Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-28T03:43:49.911Z | +++ head -n 1 |
| 104 | 2026-05-28T03:43:49.911Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-28T03:43:49.940Z | ++ export NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos |
| 106 | 2026-05-28T03:43:49.940Z | ++ NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos |
| 107 | 2026-05-28T03:43:49.940Z | ++ popd |
| 108 | 2026-05-28T03:43:49.945Z | /work/oxidecomputer/opte |
| 109 | 2026-05-28T03:43:49.945Z | + TGT_BASE=/work |
| 110 | 2026-05-28T03:43:49.945Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-05-28T03:43:49.945Z | + REL_TGT=/work/release |
| 112 | 2026-05-28T03:43:49.945Z | + mkdir -p /work/release |
| 113 | 2026-05-28T03:43:49.945Z | + cargo --version |
| 114 | 2026-05-28T03:43:49.962Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 115 | 2026-05-28T03:43:49.962Z | + rustc --version |
| 116 | 2026-05-28T03:43:49.978Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 117 | 2026-05-28T03:43:49.985Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-05-28T03:43:49.985Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-05-28T03:43:49.985Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-05-28T03:43:49.985Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-05-28T03:43:50.096Z | Updating crates.io index |
| 122 | 2026-05-28T03:43:50.140Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-05-28T03:43:50.754Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-05-28T03:43:51.273Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-05-28T03:43:51.647Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-05-28T03:43:52.115Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-05-28T03:43:52.224Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-05-28T03:43:52.493Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-05-28T03:43:54.255Z | Downloading crates ... |
| 130 | 2026-05-28T03:43:54.255Z | Downloaded anstream v1.0.0 |
| 131 | 2026-05-28T03:43:54.255Z | Downloaded serde_json v1.0.149 |
| 132 | 2026-05-28T03:43:54.292Z | Downloaded is_terminal_polyfill v1.70.2 |
| 133 | 2026-05-28T03:43:54.292Z | Downloaded anstyle v1.0.14 |
| 134 | 2026-05-28T03:43:54.292Z | Downloaded utf8parse v0.2.2 |
| 135 | 2026-05-28T03:43:54.292Z | Downloaded strsim v0.11.1 |
| 136 | 2026-05-28T03:43:54.292Z | Downloaded cargo-platform v0.3.3 |
| 137 | 2026-05-28T03:43:54.292Z | Downloaded terminal_size v0.4.4 |
| 138 | 2026-05-28T03:43:54.292Z | Downloaded colorchoice v1.0.5 |
| 139 | 2026-05-28T03:43:54.292Z | Downloaded equivalent v1.0.2 |
| 140 | 2026-05-28T03:43:54.292Z | Downloaded anstyle-query v1.1.5 |
| 141 | 2026-05-28T03:43:54.292Z | Downloaded serde_spanned v1.1.1 |
| 142 | 2026-05-28T03:43:54.292Z | Downloaded errno v0.3.14 |
| 143 | 2026-05-28T03:43:54.293Z | Downloaded heck v0.5.0 |
| 144 | 2026-05-28T03:43:54.293Z | Downloaded itoa v1.0.18 |
| 145 | 2026-05-28T03:43:54.293Z | Downloaded quote v1.0.45 |
| 146 | 2026-05-28T03:43:54.293Z | Downloaded camino v1.2.2 |
| 147 | 2026-05-28T03:43:54.293Z | Downloaded anstyle-parse v1.0.0 |
| 148 | 2026-05-28T03:43:54.293Z | Downloaded thiserror-impl v2.0.18 |
| 149 | 2026-05-28T03:43:54.293Z | Downloaded clap_lex v1.1.0 |
| 150 | 2026-05-28T03:43:54.293Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 151 | 2026-05-28T03:43:54.293Z | Downloaded cargo_metadata v0.23.1 |
| 152 | 2026-05-28T03:43:54.308Z | Downloaded clap_derive v4.6.1 |
| 153 | 2026-05-28T03:43:54.308Z | Downloaded anyhow v1.0.102 |
| 154 | 2026-05-28T03:43:54.308Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 155 | 2026-05-28T03:43:54.313Z | Downloaded bitflags v2.11.1 |
| 156 | 2026-05-28T03:43:54.313Z | Downloaded zmij v1.0.21 |
| 157 | 2026-05-28T03:43:54.313Z | Downloaded thiserror v2.0.18 |
| 158 | 2026-05-28T03:43:54.313Z | Downloaded serde_derive v1.0.228 |
| 159 | 2026-05-28T03:43:54.313Z | Downloaded semver v1.0.28 |
| 160 | 2026-05-28T03:43:54.313Z | Downloaded proc-macro2 v1.0.106 |
| 161 | 2026-05-28T03:43:54.313Z | Downloaded unicode-ident v1.0.24 |
| 162 | 2026-05-28T03:43:54.313Z | Downloaded clap v4.6.1 |
| 163 | 2026-05-28T03:43:54.319Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 164 | 2026-05-28T03:43:54.319Z | Downloaded serde_core v1.0.228 |
| 165 | 2026-05-28T03:43:54.319Z | Downloaded memchr v2.8.0 |
| 166 | 2026-05-28T03:43:54.319Z | Downloaded serde v1.0.228 |
| 167 | 2026-05-28T03:43:54.319Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 168 | 2026-05-28T03:43:54.324Z | Downloaded clap_builder v4.6.0 |
| 169 | 2026-05-28T03:43:54.327Z | Downloaded indexmap v2.14.0 |
| 170 | 2026-05-28T03:43:54.338Z | Downloaded hashbrown v0.17.0 |
| 171 | 2026-05-28T03:43:54.348Z | Downloaded winnow v1.0.2 |
| 172 | 2026-05-28T03:43:54.371Z | Downloaded syn v2.0.117 |
| 173 | 2026-05-28T03:43:54.405Z | Downloaded rustix v1.1.4 |
| 174 | 2026-05-28T03:43:54.416Z | Downloaded libc v0.2.186 |
| 175 | 2026-05-28T03:43:54.465Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-05-28T03:43:54.465Z | Compiling serde_core v1.0.228 |
| 177 | 2026-05-28T03:43:54.465Z | Compiling quote v1.0.45 |
| 178 | 2026-05-28T03:43:54.465Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-05-28T03:43:54.468Z | Compiling libc v0.2.186 |
| 180 | 2026-05-28T03:43:54.468Z | Compiling rustix v1.1.4 |
| 181 | 2026-05-28T03:43:54.468Z | Compiling utf8parse v0.2.2 |
| 182 | 2026-05-28T03:43:54.468Z | Compiling bitflags v2.11.1 |
| 183 | 2026-05-28T03:43:54.650Z | Compiling zmij v1.0.21 |
| 184 | 2026-05-28T03:43:54.667Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-05-28T03:43:54.867Z | Compiling is_terminal_polyfill v1.70.2 |
| 186 | 2026-05-28T03:43:54.954Z | Compiling camino v1.2.2 |
| 187 | 2026-05-28T03:43:54.968Z | Compiling thiserror v2.0.18 |
| 188 | 2026-05-28T03:43:55.036Z | Compiling serde_json v1.0.149 |
| 189 | 2026-05-28T03:43:55.047Z | Compiling anstyle v1.0.14 |
| 190 | 2026-05-28T03:43:55.175Z | Compiling colorchoice v1.0.5 |
| 191 | 2026-05-28T03:43:55.266Z | Compiling serde v1.0.228 |
| 192 | 2026-05-28T03:43:55.276Z | Compiling anstyle-query v1.1.5 |
| 193 | 2026-05-28T03:43:55.319Z | Compiling errno v0.3.14 |
| 194 | 2026-05-28T03:43:55.400Z | Compiling anstream v1.0.0 |
| 195 | 2026-05-28T03:43:55.413Z | Compiling winnow v1.0.2 |
| 196 | 2026-05-28T03:43:55.500Z | Compiling itoa v1.0.18 |
| 197 | 2026-05-28T03:43:55.629Z | Compiling clap_lex v1.1.0 |
| 198 | 2026-05-28T03:43:55.758Z | Compiling strsim v0.11.1 |
| 199 | 2026-05-28T03:43:55.814Z | Compiling anyhow v1.0.102 |
| 200 | 2026-05-28T03:43:55.873Z | Compiling syn v2.0.117 |
| 201 | 2026-05-28T03:43:55.908Z | Compiling heck v0.5.0 |
| 202 | 2026-05-28T03:43:55.944Z | Compiling terminal_size v0.4.4 |
| 203 | 2026-05-28T03:43:56.014Z | Compiling memchr v2.8.0 |
| 204 | 2026-05-28T03:43:56.096Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-05-28T03:43:56.107Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-05-28T03:43:56.341Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-05-28T03:43:57.022Z | Compiling serde_spanned v1.1.1 |
| 208 | 2026-05-28T03:43:57.117Z | Compiling cargo-platform v0.3.3 |
| 209 | 2026-05-28T03:43:57.142Z | Compiling semver v1.0.28 |
| 210 | 2026-05-28T03:43:57.565Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 211 | 2026-05-28T03:43:57.762Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-05-28T03:43:58.083Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-05-28T03:43:58.083Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-05-28T03:43:58.279Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-05-28T03:43:59.918Z | Compiling clap v4.6.1 |
| 216 | 2026-05-28T03:44:01.136Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-05-28T03:44:03.679Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-05-28T03:44:05.278Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.28s |
| 219 | 2026-05-28T03:44:05.372Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-05-28T03:44:07.625Z | Building opteadm (release). |
| 221 | 2026-05-28T03:44:07.633Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-05-28T03:44:07.633Z | Compiling quote v1.0.45 |
| 223 | 2026-05-28T03:44:07.634Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-05-28T03:44:07.634Z | Compiling serde_core v1.0.228 |
| 225 | 2026-05-28T03:44:07.634Z | Compiling libc v0.2.186 |
| 226 | 2026-05-28T03:44:07.634Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-05-28T03:44:07.634Z | Compiling fnv v1.0.7 |
| 228 | 2026-05-28T03:44:07.634Z | Compiling memchr v2.8.0 |
| 229 | 2026-05-28T03:44:07.634Z | Compiling strsim v0.11.1 |
| 230 | 2026-05-28T03:44:07.634Z | Compiling ident_case v1.0.1 |
| 231 | 2026-05-28T03:44:07.634Z | Compiling thiserror v2.0.18 |
| 232 | 2026-05-28T03:44:07.634Z | Compiling regex-syntax v0.8.10 |
| 233 | 2026-05-28T03:44:07.634Z | Compiling winnow v1.0.2 |
| 234 | 2026-05-28T03:44:07.634Z | Compiling zerocopy v0.8.48 |
| 235 | 2026-05-28T03:44:07.634Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-05-28T03:44:07.634Z | Compiling hashbrown v0.17.0 |
| 237 | 2026-05-28T03:44:07.634Z | Compiling equivalent v1.0.2 |
| 238 | 2026-05-28T03:44:07.670Z | Compiling serde v1.0.228 |
| 239 | 2026-05-28T03:44:07.708Z | Compiling either v1.15.0 |
| 240 | 2026-05-28T03:44:07.958Z | Compiling anyhow v1.0.102 |
| 241 | 2026-05-28T03:44:08.054Z | Compiling syn v2.0.117 |
| 242 | 2026-05-28T03:44:08.063Z | Compiling indexmap v2.14.0 |
| 243 | 2026-05-28T03:44:08.109Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 244 | 2026-05-28T03:44:08.254Z | Compiling itertools v0.14.0 |
| 245 | 2026-05-28T03:44:08.318Z | Compiling byteorder v1.5.0 |
| 246 | 2026-05-28T03:44:08.509Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 247 | 2026-05-28T03:44:08.660Z | Compiling regex-automata v0.4.14 |
| 248 | 2026-05-28T03:44:08.683Z | Compiling heapless v0.8.0 |
| 249 | 2026-05-28T03:44:08.728Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 250 | 2026-05-28T03:44:08.829Z | Compiling hash32 v0.3.1 |
| 251 | 2026-05-28T03:44:08.957Z | Compiling macaddr v1.0.1 |
| 252 | 2026-05-28T03:44:09.141Z | Compiling bitflags v2.11.1 |
| 253 | 2026-05-28T03:44:09.157Z | Compiling syn v1.0.109 |
| 254 | 2026-05-28T03:44:09.161Z | Compiling stable_deref_trait v1.2.1 |
| 255 | 2026-05-28T03:44:09.165Z | Compiling rustversion v1.0.22 |
| 256 | 2026-05-28T03:44:09.222Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 257 | 2026-05-28T03:44:09.465Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-05-28T03:44:09.475Z | Compiling proc-macro-crate v3.5.0 |
| 259 | 2026-05-28T03:44:09.500Z | Compiling version_check v0.9.5 |
| 260 | 2026-05-28T03:44:09.538Z | Compiling bitflags v1.3.2 |
| 261 | 2026-05-28T03:44:09.598Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-05-28T03:44:09.603Z | Compiling rand_core v0.10.1 |
| 263 | 2026-05-28T03:44:09.748Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 264 | 2026-05-28T03:44:09.753Z | Compiling managed v0.8.0 |
| 265 | 2026-05-28T03:44:09.807Z | Compiling getrandom v0.4.2 |
| 266 | 2026-05-28T03:44:09.870Z | Compiling rustix v1.1.4 |
| 267 | 2026-05-28T03:44:09.955Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-05-28T03:44:10.079Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-05-28T03:44:10.187Z | Compiling errno v0.3.14 |
| 270 | 2026-05-28T03:44:10.327Z | Compiling regex v1.12.3 |
| 271 | 2026-05-28T03:44:10.411Z | Compiling ipnetwork v0.21.1 |
| 272 | 2026-05-28T03:44:10.452Z | Compiling cpufeatures v0.3.0 |
| 273 | 2026-05-28T03:44:10.519Z | Compiling foreign-types-shared v0.3.1 |
| 274 | 2026-05-28T03:44:10.605Z | Compiling utf8parse v0.2.2 |
| 275 | 2026-05-28T03:44:10.704Z | Compiling darling_core v0.21.3 |
| 276 | 2026-05-28T03:44:10.713Z | Compiling unicode-width v0.2.2 |
| 277 | 2026-05-28T03:44:10.793Z | Compiling once_cell v1.21.4 |
| 278 | 2026-05-28T03:44:10.996Z | Compiling tracing-core v0.1.36 |
| 279 | 2026-05-28T03:44:11.010Z | Compiling tabwriter v1.4.1 |
| 280 | 2026-05-28T03:44:11.173Z | Compiling cstr-argument v0.1.2 |
| 281 | 2026-05-28T03:44:11.262Z | Compiling anstyle-parse v1.0.0 |
| 282 | 2026-05-28T03:44:11.326Z | Compiling chacha20 v0.10.0 |
| 283 | 2026-05-28T03:44:11.857Z | Compiling thiserror-impl v2.0.18 |
| 284 | 2026-05-28T03:44:11.874Z | Compiling zerocopy-derive v0.8.48 |
| 285 | 2026-05-28T03:44:11.941Z | Compiling serde_derive v1.0.228 |
| 286 | 2026-05-28T03:44:12.035Z | Compiling num_enum_derive v0.7.6 |
| 287 | 2026-05-28T03:44:12.162Z | Compiling ref-cast-impl v1.0.25 |
| 288 | 2026-05-28T03:44:12.715Z | Compiling foreign-types-macros v0.2.3 |
| 289 | 2026-05-28T03:44:12.822Z | Compiling darling_macro v0.21.3 |
| 290 | 2026-05-28T03:44:12.859Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 291 | 2026-05-28T03:44:13.035Z | Compiling num_enum v0.7.6 |
| 292 | 2026-05-28T03:44:13.144Z | Compiling tracing-attributes v0.1.31 |
| 293 | 2026-05-28T03:44:13.197Z | Compiling cobs v0.3.0 |
| 294 | 2026-05-28T03:44:13.345Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 295 | 2026-05-28T03:44:13.352Z | Compiling foreign-types v0.5.0 |
| 296 | 2026-05-28T03:44:13.358Z | Compiling anstyle v1.0.14 |
| 297 | 2026-05-28T03:44:13.375Z | Compiling darling v0.21.3 |
| 298 | 2026-05-28T03:44:13.406Z | Compiling pretty-hex v0.4.2 |
| 299 | 2026-05-28T03:44:13.414Z | Compiling colorchoice v1.0.5 |
| 300 | 2026-05-28T03:44:13.443Z | Compiling ingot-macros v0.1.1 |
| 301 | 2026-05-28T03:44:13.512Z | Compiling pin-project-lite v0.2.17 |
| 302 | 2026-05-28T03:44:13.530Z | Compiling anstyle-query v1.1.5 |
| 303 | 2026-05-28T03:44:13.581Z | Compiling dyn-clone v1.0.20 |
| 304 | 2026-05-28T03:44:13.596Z | Compiling is_terminal_polyfill v1.70.2 |
| 305 | 2026-05-28T03:44:13.619Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 306 | 2026-05-28T03:44:13.677Z | Compiling anstream v1.0.0 |
| 307 | 2026-05-28T03:44:13.710Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 308 | 2026-05-28T03:44:13.822Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 309 | 2026-05-28T03:44:13.850Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 310 | 2026-05-28T03:44:14.077Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-05-28T03:44:14.218Z | Compiling rand v0.10.1 |
| 312 | 2026-05-28T03:44:14.221Z | Compiling uuid v1.23.1 |
| 313 | 2026-05-28T03:44:14.222Z | Compiling socket2 v0.6.3 |
| 314 | 2026-05-28T03:44:14.360Z | Compiling tracing v0.1.44 |
| 315 | 2026-05-28T03:44:14.473Z | Compiling heck v0.5.0 |
| 316 | 2026-05-28T03:44:14.577Z | Compiling oxnet v0.1.5 |
| 317 | 2026-05-28T03:44:14.671Z | Compiling clap_lex v1.1.0 |
| 318 | 2026-05-28T03:44:14.753Z | Compiling colored v3.1.1 |
| 319 | 2026-05-28T03:44:14.969Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-05-28T03:44:14.982Z | Compiling clap_derive v4.6.1 |
| 321 | 2026-05-28T03:44:15.227Z | Compiling postcard v1.1.3 |
| 322 | 2026-05-28T03:44:15.306Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-05-28T03:44:16.316Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-05-28T03:44:16.637Z | Compiling ingot v0.1.1 |
| 325 | 2026-05-28T03:44:16.790Z | Compiling clap v4.6.1 |
| 326 | 2026-05-28T03:44:18.358Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-05-28T03:44:19.364Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-05-28T03:44:20.402Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-05-28T03:44:26.947Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.22s |
| 330 | 2026-05-28T03:44:26.976Z | Building xde (release-lto). |
| 331 | 2026-05-28T03:44:27.223Z | Updating crates.io index |
| 332 | 2026-05-28T03:44:27.299Z | Downloading crates ... |
| 333 | 2026-05-28T03:44:27.366Z | Downloaded addr2line v0.25.1 |
| 334 | 2026-05-28T03:44:27.375Z | Downloaded rustc-literal-escaper v0.0.7 |
| 335 | 2026-05-28T03:44:27.381Z | Downloaded hashbrown v0.17.1 |
| 336 | 2026-05-28T03:44:27.384Z | Downloaded adler2 v2.0.1 |
| 337 | 2026-05-28T03:44:27.387Z | Downloaded getopts v0.2.24 |
| 338 | 2026-05-28T03:44:27.397Z | Downloaded miniz_oxide v0.8.9 |
| 339 | 2026-05-28T03:44:27.402Z | Downloaded memchr v2.7.6 |
| 340 | 2026-05-28T03:44:27.429Z | Downloaded foldhash v0.2.0 |
| 341 | 2026-05-28T03:44:27.433Z | Downloaded rustc-demangle v0.1.27 |
| 342 | 2026-05-28T03:44:27.448Z | Downloaded object v0.37.3 |
| 343 | 2026-05-28T03:44:27.464Z | Downloaded gimli v0.32.3 |
| 344 | 2026-05-28T03:44:27.487Z | Downloaded libc v0.2.185 |
| 345 | 2026-05-28T03:44:27.545Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 346 | 2026-05-28T03:44:27.545Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 347 | 2026-05-28T03:44:27.545Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-05-28T03:44:27.548Z | Compiling quote v1.0.45 |
| 349 | 2026-05-28T03:44:27.548Z | Compiling unicode-ident v1.0.24 |
| 350 | 2026-05-28T03:44:27.548Z | Compiling strsim v0.11.1 |
| 351 | 2026-05-28T03:44:27.549Z | Compiling ident_case v1.0.1 |
| 352 | 2026-05-28T03:44:27.550Z | Compiling serde_core v1.0.228 |
| 353 | 2026-05-28T03:44:27.712Z | Compiling memchr v2.8.0 |
| 354 | 2026-05-28T03:44:27.716Z | Compiling fnv v1.0.7 |
| 355 | 2026-05-28T03:44:27.814Z | Compiling regex-syntax v0.8.10 |
| 356 | 2026-05-28T03:44:27.962Z | Compiling either v1.15.0 |
| 357 | 2026-05-28T03:44:27.966Z | Compiling zerocopy v0.8.48 |
| 358 | 2026-05-28T03:44:27.980Z | Compiling thiserror v2.0.18 |
| 359 | 2026-05-28T03:44:28.109Z | Compiling aho-corasick v1.1.4 |
| 360 | 2026-05-28T03:44:28.156Z | Compiling serde v1.0.228 |
| 361 | 2026-05-28T03:44:28.359Z | Compiling itertools v0.14.0 |
| 362 | 2026-05-28T03:44:28.568Z | Compiling heapless v0.8.0 |
| 363 | 2026-05-28T03:44:28.582Z | Compiling smoltcp v0.11.0 |
| 364 | 2026-05-28T03:44:28.726Z | Compiling syn v2.0.117 |
| 365 | 2026-05-28T03:44:28.775Z | Compiling crc32fast v1.5.0 |
| 366 | 2026-05-28T03:44:29.013Z | Compiling ref-cast v1.0.25 |
| 367 | 2026-05-28T03:44:29.039Z | Compiling version_check v0.9.5 |
| 368 | 2026-05-28T03:44:29.260Z | Compiling regex-automata v0.4.14 |
| 369 | 2026-05-28T03:44:29.391Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 370 | 2026-05-28T03:44:30.784Z | Compiling regex v1.12.3 |
| 371 | 2026-05-28T03:44:31.041Z | Compiling darling_core v0.21.3 |
| 372 | 2026-05-28T03:44:31.100Z | Compiling darling_core v0.23.0 |
| 373 | 2026-05-28T03:44:31.992Z | Compiling zerocopy-derive v0.8.48 |
| 374 | 2026-05-28T03:44:31.992Z | Compiling serde_derive v1.0.228 |
| 375 | 2026-05-28T03:44:31.995Z | Compiling thiserror-impl v2.0.18 |
| 376 | 2026-05-28T03:44:31.995Z | Compiling ref-cast-impl v1.0.25 |
| 377 | 2026-05-28T03:44:31.995Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 378 | 2026-05-28T03:44:33.469Z | Compiling darling_macro v0.21.3 |
| 379 | 2026-05-28T03:44:33.701Z | Compiling darling_macro v0.23.0 |
| 380 | 2026-05-28T03:44:34.407Z | Compiling darling v0.21.3 |
| 381 | 2026-05-28T03:44:34.472Z | Compiling ingot-macros v0.1.1 |
| 382 | 2026-05-28T03:44:34.607Z | Compiling darling v0.23.0 |
| 383 | 2026-05-28T03:44:34.670Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 384 | 2026-05-28T03:44:40.017Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 385 | 2026-05-28T03:44:42.168Z | Compiling byteorder v1.5.0 |
| 386 | 2026-05-28T03:44:42.168Z | Compiling stable_deref_trait v1.2.1 |
| 387 | 2026-05-28T03:44:42.172Z | Compiling macaddr v1.0.1 |
| 388 | 2026-05-28T03:44:42.172Z | Compiling cfg-if v1.0.4 |
| 389 | 2026-05-28T03:44:42.232Z | Compiling managed v0.8.0 |
| 390 | 2026-05-28T03:44:42.242Z | Compiling cobs v0.3.0 |
| 391 | 2026-05-28T03:44:42.271Z | Compiling bitflags v1.3.2 |
| 392 | 2026-05-28T03:44:42.338Z | Compiling hash32 v0.3.1 |
| 393 | 2026-05-28T03:44:42.465Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-05-28T03:44:42.543Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-05-28T03:44:43.793Z | Compiling bitflags v2.11.1 |
| 396 | 2026-05-28T03:44:43.793Z | Compiling uuid v1.23.1 |
| 397 | 2026-05-28T03:44:43.933Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-28T03:44:44.229Z | Compiling postcard v1.1.3 |
| 399 | 2026-05-28T03:44:45.104Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-05-28T03:44:45.423Z | Compiling ingot v0.1.1 |
| 401 | 2026-05-28T03:44:46.958Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-05-28T03:44:50.721Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-05-28T03:44:59.646Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-05-28T03:45:28.180Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 405 | 2026-05-28T03:45:28.209Z | Linking xde kmod... |
| 406 | 2026-05-28T03:45:28.633Z | Building xde dev link helper (release). |
| 407 | 2026-05-28T03:45:28.790Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-05-28T03:45:28.790Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-05-28T03:45:28.790Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-05-28T03:45:40.272Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-05-28T03:45:42.796Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.13s |
| 412 | 2026-05-28T03:45:42.817Z | Building opteadm (dev). |
| 413 | 2026-05-28T03:45:42.975Z | Compiling serde_core v1.0.228 |
| 414 | 2026-05-28T03:45:42.975Z | Compiling libc v0.2.186 |
| 415 | 2026-05-28T03:45:42.975Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-05-28T03:45:42.976Z | Compiling strsim v0.11.1 |
| 417 | 2026-05-28T03:45:42.978Z | Compiling fnv v1.0.7 |
| 418 | 2026-05-28T03:45:42.978Z | Compiling memchr v2.8.0 |
| 419 | 2026-05-28T03:45:43.004Z | Compiling ident_case v1.0.1 |
| 420 | 2026-05-28T03:45:43.007Z | Compiling syn v2.0.117 |
| 421 | 2026-05-28T03:45:43.053Z | Compiling regex-syntax v0.8.10 |
| 422 | 2026-05-28T03:45:43.076Z | Compiling winnow v1.0.2 |
| 423 | 2026-05-28T03:45:43.098Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-05-28T03:45:43.274Z | Compiling serde v1.0.228 |
| 425 | 2026-05-28T03:45:43.555Z | Compiling aho-corasick v1.1.4 |
| 426 | 2026-05-28T03:45:43.586Z | Compiling either v1.15.0 |
| 427 | 2026-05-28T03:45:43.628Z | Compiling equivalent v1.0.2 |
| 428 | 2026-05-28T03:45:43.708Z | Compiling zerocopy v0.8.48 |
| 429 | 2026-05-28T03:45:43.745Z | Compiling itertools v0.14.0 |
| 430 | 2026-05-28T03:45:43.777Z | Compiling indexmap v2.14.0 |
| 431 | 2026-05-28T03:45:44.113Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 432 | 2026-05-28T03:45:44.170Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 433 | 2026-05-28T03:45:44.370Z | Compiling byteorder v1.5.0 |
| 434 | 2026-05-28T03:45:44.383Z | Compiling heapless v0.8.0 |
| 435 | 2026-05-28T03:45:44.545Z | Compiling regex-automata v0.4.14 |
| 436 | 2026-05-28T03:45:44.657Z | Compiling hash32 v0.3.1 |
| 437 | 2026-05-28T03:45:44.810Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 438 | 2026-05-28T03:45:44.843Z | Compiling rustversion v1.0.22 |
| 439 | 2026-05-28T03:45:44.938Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 440 | 2026-05-28T03:45:44.943Z | Compiling smoltcp v0.11.0 |
| 441 | 2026-05-28T03:45:45.080Z | Compiling bitflags v2.11.1 |
| 442 | 2026-05-28T03:45:45.188Z | Compiling macaddr v1.0.1 |
| 443 | 2026-05-28T03:45:45.194Z | Compiling stable_deref_trait v1.2.1 |
| 444 | 2026-05-28T03:45:45.203Z | Compiling syn v1.0.109 |
| 445 | 2026-05-28T03:45:45.335Z | Compiling proc-macro-crate v3.5.0 |
| 446 | 2026-05-28T03:45:45.442Z | Compiling getrandom v0.4.2 |
| 447 | 2026-05-28T03:45:45.527Z | Compiling darling_core v0.21.3 |
| 448 | 2026-05-28T03:45:45.564Z | Compiling bitflags v1.3.2 |
| 449 | 2026-05-28T03:45:45.632Z | Compiling rand_core v0.10.1 |
| 450 | 2026-05-28T03:45:45.684Z | Compiling ref-cast v1.0.25 |
| 451 | 2026-05-28T03:45:45.700Z | Compiling managed v0.8.0 |
| 452 | 2026-05-28T03:45:45.718Z | Compiling version_check v0.9.5 |
| 453 | 2026-05-28T03:45:45.746Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 454 | 2026-05-28T03:45:45.982Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-05-28T03:45:46.036Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-05-28T03:45:46.227Z | Compiling regex v1.12.3 |
| 457 | 2026-05-28T03:45:46.544Z | Compiling errno v0.3.14 |
| 458 | 2026-05-28T03:45:46.629Z | Compiling once_cell v1.21.4 |
| 459 | 2026-05-28T03:45:46.717Z | Compiling thiserror-impl v2.0.18 |
| 460 | 2026-05-28T03:45:46.770Z | Compiling serde_derive v1.0.228 |
| 461 | 2026-05-28T03:45:46.913Z | Compiling zerocopy-derive v0.8.48 |
| 462 | 2026-05-28T03:45:47.119Z | Compiling foreign-types-macros v0.2.3 |
| 463 | 2026-05-28T03:45:47.686Z | Compiling darling_macro v0.21.3 |
| 464 | 2026-05-28T03:45:47.779Z | Compiling num_enum_derive v0.7.6 |
| 465 | 2026-05-28T03:45:47.871Z | Compiling ref-cast-impl v1.0.25 |
| 466 | 2026-05-28T03:45:47.959Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-28T03:45:48.061Z | Compiling cobs v0.3.0 |
| 468 | 2026-05-28T03:45:48.249Z | Compiling darling v0.21.3 |
| 469 | 2026-05-28T03:45:48.324Z | Compiling ingot-macros v0.1.1 |
| 470 | 2026-05-28T03:45:48.339Z | Compiling foreign-types-shared v0.3.1 |
| 471 | 2026-05-28T03:45:48.423Z | Compiling cpufeatures v0.3.0 |
| 472 | 2026-05-28T03:45:48.470Z | Compiling unicode-width v0.2.2 |
| 473 | 2026-05-28T03:45:48.495Z | Compiling ipnetwork v0.21.1 |
| 474 | 2026-05-28T03:45:48.778Z | Compiling tabwriter v1.4.1 |
| 475 | 2026-05-28T03:45:48.781Z | Compiling num_enum v0.7.6 |
| 476 | 2026-05-28T03:45:48.989Z | Compiling chacha20 v0.10.0 |
| 477 | 2026-05-28T03:45:49.026Z | Compiling foreign-types v0.5.0 |
| 478 | 2026-05-28T03:45:49.100Z | Compiling cstr-argument v0.1.2 |
| 479 | 2026-05-28T03:45:49.197Z | Compiling tracing-core v0.1.36 |
| 480 | 2026-05-28T03:45:49.202Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 481 | 2026-05-28T03:45:49.269Z | Compiling tracing-attributes v0.1.31 |
| 482 | 2026-05-28T03:45:49.332Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 483 | 2026-05-28T03:45:49.696Z | Compiling rustix v1.1.4 |
| 484 | 2026-05-28T03:45:49.956Z | Compiling postcard v1.1.3 |
| 485 | 2026-05-28T03:45:50.369Z | Compiling anyhow v1.0.102 |
| 486 | 2026-05-28T03:45:50.413Z | Compiling pretty-hex v0.4.2 |
| 487 | 2026-05-28T03:45:50.495Z | Compiling dyn-clone v1.0.20 |
| 488 | 2026-05-28T03:45:50.501Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 489 | 2026-05-28T03:45:50.520Z | Compiling pin-project-lite v0.2.17 |
| 490 | 2026-05-28T03:45:50.538Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 491 | 2026-05-28T03:45:50.608Z | Compiling tracing v0.1.44 |
| 492 | 2026-05-28T03:45:50.654Z | Compiling rand v0.10.1 |
| 493 | 2026-05-28T03:45:50.725Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 494 | 2026-05-28T03:45:50.749Z | Compiling terminal_size v0.4.4 |
| 495 | 2026-05-28T03:45:50.855Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-05-28T03:45:50.870Z | Compiling uuid v1.23.1 |
| 497 | 2026-05-28T03:45:50.899Z | Compiling socket2 v0.6.3 |
| 498 | 2026-05-28T03:45:50.984Z | Compiling colored v3.1.1 |
| 499 | 2026-05-28T03:45:51.048Z | Compiling oxnet v0.1.5 |
| 500 | 2026-05-28T03:45:51.207Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-05-28T03:45:51.427Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-05-28T03:45:51.446Z | Compiling clap_derive v4.6.1 |
| 503 | 2026-05-28T03:45:51.534Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-05-28T03:45:51.833Z | Compiling ingot v0.1.1 |
| 505 | 2026-05-28T03:45:53.052Z | Compiling clap v4.6.1 |
| 506 | 2026-05-28T03:45:53.501Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-05-28T03:45:55.749Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-05-28T03:45:56.928Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-05-28T03:46:01.364Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.54s |
| 510 | 2026-05-28T03:46:01.393Z | Building xde (dev). |
| 511 | 2026-05-28T03:46:01.619Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-05-28T03:46:01.620Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-05-28T03:46:01.620Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-05-28T03:46:01.620Z | Compiling unicode-ident v1.0.24 |
| 515 | 2026-05-28T03:46:01.623Z | Compiling quote v1.0.45 |
| 516 | 2026-05-28T03:46:01.623Z | Compiling ident_case v1.0.1 |
| 517 | 2026-05-28T03:46:01.623Z | Compiling strsim v0.11.1 |
| 518 | 2026-05-28T03:46:01.623Z | Compiling serde_core v1.0.228 |
| 519 | 2026-05-28T03:46:01.755Z | Compiling fnv v1.0.7 |
| 520 | 2026-05-28T03:46:01.768Z | Compiling memchr v2.8.0 |
| 521 | 2026-05-28T03:46:01.839Z | Compiling regex-syntax v0.8.10 |
| 522 | 2026-05-28T03:46:02.021Z | Compiling thiserror v2.0.18 |
| 523 | 2026-05-28T03:46:02.046Z | Compiling either v1.15.0 |
| 524 | 2026-05-28T03:46:02.047Z | Compiling zerocopy v0.8.48 |
| 525 | 2026-05-28T03:46:02.147Z | Compiling serde v1.0.228 |
| 526 | 2026-05-28T03:46:02.235Z | Compiling aho-corasick v1.1.4 |
| 527 | 2026-05-28T03:46:02.453Z | Compiling itertools v0.14.0 |
| 528 | 2026-05-28T03:46:02.587Z | Compiling heapless v0.8.0 |
| 529 | 2026-05-28T03:46:02.610Z | Compiling smoltcp v0.11.0 |
| 530 | 2026-05-28T03:46:02.820Z | Compiling syn v2.0.117 |
| 531 | 2026-05-28T03:46:02.850Z | Compiling ref-cast v1.0.25 |
| 532 | 2026-05-28T03:46:03.053Z | Compiling version_check v0.9.5 |
| 533 | 2026-05-28T03:46:03.067Z | Compiling crc32fast v1.5.0 |
| 534 | 2026-05-28T03:46:03.272Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-05-28T03:46:03.424Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-05-28T03:46:04.839Z | Compiling regex v1.12.3 |
| 537 | 2026-05-28T03:46:05.118Z | Compiling darling_core v0.21.3 |
| 538 | 2026-05-28T03:46:05.135Z | Compiling darling_core v0.23.0 |
| 539 | 2026-05-28T03:46:05.960Z | Compiling zerocopy-derive v0.8.48 |
| 540 | 2026-05-28T03:46:05.960Z | Compiling thiserror-impl v2.0.18 |
| 541 | 2026-05-28T03:46:05.960Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-05-28T03:46:05.964Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-05-28T03:46:05.964Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-05-28T03:46:07.686Z | Compiling darling_macro v0.23.0 |
| 545 | 2026-05-28T03:46:07.755Z | Compiling darling_macro v0.21.3 |
| 546 | 2026-05-28T03:46:08.583Z | Compiling darling v0.23.0 |
| 547 | 2026-05-28T03:46:08.646Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 548 | 2026-05-28T03:46:08.650Z | Compiling darling v0.21.3 |
| 549 | 2026-05-28T03:46:08.707Z | Compiling ingot-macros v0.1.1 |
| 550 | 2026-05-28T03:46:13.678Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-05-28T03:46:15.454Z | Compiling byteorder v1.5.0 |
| 552 | 2026-05-28T03:46:15.454Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-05-28T03:46:15.454Z | Compiling stable_deref_trait v1.2.1 |
| 554 | 2026-05-28T03:46:15.458Z | Compiling macaddr v1.0.1 |
| 555 | 2026-05-28T03:46:15.523Z | Compiling cobs v0.3.0 |
| 556 | 2026-05-28T03:46:15.523Z | Compiling managed v0.8.0 |
| 557 | 2026-05-28T03:46:15.557Z | Compiling bitflags v1.3.2 |
| 558 | 2026-05-28T03:46:15.627Z | Compiling hash32 v0.3.1 |
| 559 | 2026-05-28T03:46:15.813Z | Compiling dyn-clone v1.0.20 |
| 560 | 2026-05-28T03:46:15.893Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 561 | 2026-05-28T03:46:17.046Z | Compiling bitflags v2.11.1 |
| 562 | 2026-05-28T03:46:17.046Z | Compiling uuid v1.23.1 |
| 563 | 2026-05-28T03:46:17.180Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 564 | 2026-05-28T03:46:17.463Z | Compiling postcard v1.1.3 |
| 565 | 2026-05-28T03:46:18.281Z | Compiling ingot-types v0.1.2 |
| 566 | 2026-05-28T03:46:18.566Z | Compiling ingot v0.1.1 |
| 567 | 2026-05-28T03:46:19.987Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-05-28T03:46:24.258Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 569 | 2026-05-28T03:46:34.757Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 570 | 2026-05-28T03:46:43.109Z | Finished `dev` profile [optimized + debuginfo] target(s) in 41.68s |
| 571 | 2026-05-28T03:46:43.133Z | Linking xde kmod... |
| 572 | 2026-05-28T03:46:44.241Z | Building xde dev link helper (dev). |
| 573 | 2026-05-28T03:46:44.401Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 574 | 2026-05-28T03:46:44.401Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 575 | 2026-05-28T03:46:44.401Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 576 | 2026-05-28T03:46:55.360Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 577 | 2026-05-28T03:46:57.697Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.42s |
| 578 | 2026-05-28T03:46:57.719Z | |
| 579 | 2026-05-28T03:46:57.719Z | real 3:07.732280862 |
| 580 | 2026-05-28T03:46:57.719Z | user 9:01.901797146 |
| 581 | 2026-05-28T03:46:57.719Z | sys 59.357143647 |
| 582 | 2026-05-28T03:46:57.719Z | trap 0.233606666 |
| 583 | 2026-05-28T03:46:57.719Z | tflt 0.970858975 |
| 584 | 2026-05-28T03:46:57.719Z | dflt 1.697186048 |
| 585 | 2026-05-28T03:46:57.723Z | kflt 0.010142106 |
| 586 | 2026-05-28T03:46:57.723Z | lock 34:15.124720950 |
| 587 | 2026-05-28T03:46:57.723Z | slp 21:07.829405708 |
| 588 | 2026-05-28T03:46:57.723Z | lat 22.020926400 |
| 589 | 2026-05-28T03:46:57.723Z | stop 32.933064537 |
| 590 | 2026-05-28T03:46:57.723Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 591 | 2026-05-28T03:46:57.723Z | + grep GOTPCREL |
| 592 | 2026-05-28T03:46:58.649Z | + header 'package opte' |
| 593 | 2026-05-28T03:46:58.652Z | + echo '# ==== package opte ==== #' |
| 594 | 2026-05-28T03:46:58.652Z | + cargo xtask package --skip-build --profile all |
| 595 | 2026-05-28T03:46:58.652Z | # ==== package opte ==== # |
| 596 | 2026-05-28T03:46:58.791Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 597 | 2026-05-28T03:46:58.795Z | Running `target/debug/xtask package --skip-build --profile all` |
| 598 | 2026-05-28T03:46:59.005Z | + ./clean.sh |
| 599 | 2026-05-28T03:46:59.013Z | + mkdir -p proto/kernel/drv/amd64 |
| 600 | 2026-05-28T03:46:59.016Z | + mkdir -p proto/opt/oxide/opte/bin |
| 601 | 2026-05-28T03:46:59.016Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 602 | 2026-05-28T03:46:59.020Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 603 | 2026-05-28T03:46:59.033Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 604 | 2026-05-28T03:46:59.064Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 605 | 2026-05-28T03:46:59.067Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 606 | 2026-05-28T03:46:59.067Z | + '[' -z ']' |
| 607 | 2026-05-28T03:46:59.067Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 608 | 2026-05-28T03:46:59.090Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 609 | 2026-05-28T03:46:59.163Z | + INC_DEBUG= |
| 610 | 2026-05-28T03:46:59.167Z | + typeset -ri TAG=0 |
| 611 | 2026-05-28T03:46:59.167Z | ++ ./print-api-version.sh |
| 612 | 2026-05-28T03:46:59.170Z | + API_VSN=40 |
| 613 | 2026-05-28T03:46:59.170Z | + PKG_VERSION=0.40.481-3.0 |
| 614 | 2026-05-28T03:46:59.170Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.481-3.0/g opte.template.p5m |
| 615 | 2026-05-28T03:46:59.170Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 616 | 2026-05-28T03:46:59.697Z | + pkgdepend generate -d proto opte.base.p5m |
| 617 | 2026-05-28T03:47:00.036Z | + mkdir -p packages |
| 618 | 2026-05-28T03:47:00.040Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 619 | 2026-05-28T03:47:07.240Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 620 | 2026-05-28T03:47:07.243Z | + pkgrepo create packages/repo |
| 621 | 2026-05-28T03:47:07.456Z | + pkgrepo add-publisher -s packages/repo helios |
| 622 | 2026-05-28T03:47:07.666Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 623 | 2026-05-28T03:47:36.445Z | pkg://helios/driver/network/opte@0.40.481,5.11-3.0:20260528T034706Z |
| 624 | 2026-05-28T03:47:36.445Z | PUBLISHED |
| 625 | 2026-05-28T03:47:36.479Z | + pkgrecv -a -d packages/repo/opte-0.40.481-3.0.p5p -s packages/repo -v -m latest '*' |
| 626 | 2026-05-28T03:47:36.664Z | Retrieving packages for publisher helios ... |
| 627 | 2026-05-28T03:47:36.667Z | Retrieving catalog 'helios' ... Done |
| 628 | 2026-05-28T03:47:36.670Z | Retrieving and evaluating 1 package(s)... |
| 629 | 2026-05-28T03:47:36.670Z | Fetching manifests: 1/1 100% complete |
| 630 | 2026-05-28T03:47:36.671Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-05-28T03:47:36.671Z | |
| 632 | 2026-05-28T03:47:36.671Z | Archiving packages ... |
| 633 | 2026-05-28T03:47:36.671Z | Packages to add: 1 |
| 634 | 2026-05-28T03:47:36.671Z | Files to retrieve: 6 |
| 635 | 2026-05-28T03:47:36.671Z | Estimated transfer size: 36.08 MB |
| 636 | 2026-05-28T03:47:36.671Z | |
| 637 | 2026-05-28T03:47:36.671Z | Packages to archive: |
| 638 | 2026-05-28T03:47:36.671Z | driver/network/opte@0.40.481,5.11-3.0:20260528T034706Z |
| 639 | 2026-05-28T03:47:36.671Z | |
| 640 | 2026-05-28T03:47:36.671Z | Download: 0/6 items 0.0/36.1MB 0% complete |
| 641 | 2026-05-28T03:47:36.737Z | Download: Completed 36.08 MB in 0.07 seconds (527M/s) |
| 642 | 2026-05-28T03:47:36.743Z | Archiving: 1/20 items 0.0/36.1MB 0% complete |
| 643 | 2026-05-28T03:47:36.751Z | Archiving: Completed 36.12 MB in 0.01 seconds |
| 644 | 2026-05-28T03:47:36.790Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.481-3.0.p5p. |
| 645 | 2026-05-28T03:47:36.793Z | + banner copy |
| 646 | 2026-05-28T03:47:36.797Z | |
| 647 | 2026-05-28T03:47:36.797Z | #### #### ##### # # |
| 648 | 2026-05-28T03:47:36.797Z | # # # # # # # # |
| 649 | 2026-05-28T03:47:36.797Z | # # # # # # |
| 650 | 2026-05-28T03:47:36.797Z | # # # ##### # |
| 651 | 2026-05-28T03:47:36.797Z | # # # # # # |
| 652 | 2026-05-28T03:47:36.797Z | #### #### # # |
| 653 | 2026-05-28T03:47:36.797Z | |
| 654 | 2026-05-28T03:47:36.797Z | + pfexec mkdir -p /out |
| 655 | 2026-05-28T03:47:36.800Z | + pfexec chown 12345 /out |
| 656 | 2026-05-28T03:47:36.800Z | + PKG_NAME=/out/opte.p5p |
| 657 | 2026-05-28T03:47:36.800Z | + mv pkg/packages/repo/opte-0.40.481-3.0.p5p /out/opte.p5p |
| 658 | 2026-05-28T03:47:36.824Z | + sha256sum /out/opte.p5p |
| 659 | 2026-05-28T03:47:36.849Z | process exited: duration 240693 ms, exit code 0 |
| |
| 660 | 2026-05-28T03:47:36.861Z | found 2 output files |
| 661 | 2026-05-28T03:47:36.861Z | uploading: /out/opte.p5p (37877760 bytes) |
| 662 | 2026-05-28T03:47:38.112Z | uploaded: /out/opte.p5p |
| 663 | 2026-05-28T03:47:38.115Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 664 | 2026-05-28T03:47:39.131Z | uploaded: /out/opte.p5p.sha256 |