01KVVVGMJ72E9V5Z2XNWH0A7T0: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/opte.p5p",
            series: "repo",
            name: "opte.p5p",
        },
        BasicConfigPublish {
            from_output: "/out/opte.p5p.sha256",
            series: "repo",
            name: "opte.p5p.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KVVVH8H90RJC4ZEG600JPJHF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T03:43:09.548Zjob assigned to worker 01KVVVHEZBVHFATT8EHKDK27KZ [factory aws, i-036a27174ca873f5a] (queued for 56 s)
 
22026-06-24T03:43:16.459Zstarting task 0: "setup"
32026-06-24T03:43:16.464Z++ uname -s
42026-06-24T03:43:16.468Z+ kern=SunOS
52026-06-24T03:43:16.468Z+ build_user=build
62026-06-24T03:43:16.468Z+ build_uid=12345
72026-06-24T03:43:16.468Z+ work_dir=/work
82026-06-24T03:43:16.468Z+ input_dir=/input
92026-06-24T03:43:16.468Z+ [[ 0 == 12345 ]]
102026-06-24T03:43:16.468Z+ case "$kern" in
112026-06-24T03:43:16.468Z+ groupadd -g 12345 build
122026-06-24T03:43:16.468Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T03:43:18.473Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T03:43:18.543Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T03:43:18.547Z+ home_fs=zfs
162026-06-24T03:43:18.547Z+ [[ zfs == autofs ]]
172026-06-24T03:43:18.547Z+ mkdir -p /home/build
182026-06-24T03:43:18.547Z+ chown build:build /home/build /work
192026-06-24T03:43:20.546Z+ chmod 0700 /home/build /work
202026-06-24T03:43:20.550Zprocess exited: duration 4092 ms, exit code 0
 
212026-06-24T03:43:20.556Zstarting task 1: "rust-toolchain"
222026-06-24T03:43:20.561Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-24T03:43:20.561Z * rust toolchain channel = "1.96.0"
242026-06-24T03:43:20.561Z * rust toolchain profile = "default"
252026-06-24T03:43:20.561Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-24T03:43:20.561Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-24T03:43:20.561Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-24T03:43:20.564Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T03:43:20.564Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T03:43:20.668Zinfo: downloading installer
312026-06-24T03:43:22.070Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T03:43:22.070Zwarn: /home/build/.rustup/settings.toml
332026-06-24T03:43:22.070Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T03:43:22.070Zwarn: instead of the one inferred from the default host triple.
352026-06-24T03:43:22.084Zinfo: profile set to default
362026-06-24T03:43:22.084Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T03:43:22.089Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T03:43:22.227Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T03:43:22.231Zinfo: downloading 6 components
402026-06-24T03:43:37.257Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-24T03:43:37.257Z
422026-06-24T03:43:37.285Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T03:43:37.285Z
442026-06-24T03:43:37.289Z
452026-06-24T03:43:37.289ZRust is installed now. Great!
462026-06-24T03:43:37.289Z
472026-06-24T03:43:37.289ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T03:43:37.289Zenvironment variable. This has not been done automatically.
492026-06-24T03:43:37.289Z
502026-06-24T03:43:37.289ZTo configure your current shell, you need to source
512026-06-24T03:43:37.289Zthe corresponding env file under $HOME/.cargo.
522026-06-24T03:43:37.289Z
532026-06-24T03:43:37.289ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T03:43:37.289Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T03:43:37.289Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T03:43:37.289Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T03:43:37.289Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T03:43:37.289Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T03:43:37.289Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T03:43:37.289Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T03:43:37.289Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T03:43:37.391Z+ rustup --version
632026-06-24T03:43:37.401Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T03:43:37.405Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T03:43:37.422Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T03:43:37.425Z+ cargo --version
672026-06-24T03:43:37.438Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T03:43:37.442Z+ rustc --version
692026-06-24T03:43:37.462Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T03:43:37.469Zprocess exited: duration 16906 ms, exit code 0
 
712026-06-24T03:43:37.478Zstarting task 2: "authentication"
722026-06-24T03:43:37.497Zprocess exited: duration 18 ms, exit code 0
 
732026-06-24T03:43:37.505Zstarting task 3: "clone repository"
742026-06-24T03:43:37.509Z+ mkdir -p /work/oxidecomputer/opte
752026-06-24T03:43:37.512Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-24T03:43:37.543ZCloning into '/work/oxidecomputer/opte'...
772026-06-24T03:43:38.588Z+ cd /work/oxidecomputer/opte
782026-06-24T03:43:38.589Z+ git fetch origin 457c32418bac2dd3ee32c9bf8e512f90c540f8a2
792026-06-24T03:43:38.799ZFrom https://github.com/oxidecomputer/opte
802026-06-24T03:43:38.799Z * branch 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 -> FETCH_HEAD
812026-06-24T03:43:38.847Z+ [[ -n renovate/rust-1.x ]]
822026-06-24T03:43:38.848Z++ git branch --show-current
832026-06-24T03:43:38.848Z+ current=master
842026-06-24T03:43:38.848Z+ [[ master != renovate/rust-1.x ]]
852026-06-24T03:43:38.848Z+ git branch -f renovate/rust-1.x 457c32418bac2dd3ee32c9bf8e512f90c540f8a2
862026-06-24T03:43:38.848Z+ git checkout -f renovate/rust-1.x
872026-06-24T03:43:38.848ZSwitched to branch 'renovate/rust-1.x'
882026-06-24T03:43:38.848Z+ git reset --hard 457c32418bac2dd3ee32c9bf8e512f90c540f8a2
892026-06-24T03:43:38.848ZHEAD is now at 457c324 Update Rust to nightly-2026-06-24
902026-06-24T03:43:38.848Zprocess exited: duration 1309 ms, exit code 0
 
912026-06-24T03:43:38.939Zstarting task 4: "build"
922026-06-24T03:43:38.998Z+ source .github/buildomat/common.sh
932026-06-24T03:43:38.998Z++ rustup show active-toolchain
942026-06-24T03:43:38.998Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-24T03:43:38.998Z++ pushd xde
962026-06-24T03:43:38.998Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-24T03:43:38.998Z++ rustup show active-toolchain
982026-06-24T03:43:38.999Zinfo: syncing channel updates for nightly-2026-06-24-x86_64-unknown-illumos
992026-06-24T03:43:39.122Zinfo: latest update on 2026-06-24 for version 1.98.0-nightly (f28ac764c 2026-06-23)
1002026-06-24T03:43:39.192Zinfo: downloading 6 components
1012026-06-24T03:43:53.120Znightly-2026-06-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-24T03:43:53.180Z+++ rustup show active-toolchain -v
1032026-06-24T03:43:53.193Z+++ head -n 1
1042026-06-24T03:43:53.193Z+++ cut '-d ' -f1
1052026-06-24T03:43:53.224Z++ export NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos
1062026-06-24T03:43:53.224Z++ NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos
1072026-06-24T03:43:53.224Z++ popd
1082026-06-24T03:43:53.232Z/work/oxidecomputer/opte
1092026-06-24T03:43:53.232Z+ TGT_BASE=/work
1102026-06-24T03:43:53.232Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-24T03:43:53.232Z+ REL_TGT=/work/release
1122026-06-24T03:43:53.233Z+ mkdir -p /work/release
1132026-06-24T03:43:53.233Z+ cargo --version
1142026-06-24T03:43:53.233Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-24T03:43:53.233Z+ rustc --version
1162026-06-24T03:43:53.253Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-24T03:43:53.269Z+ header 'build xde and opteadm (release+debug)'
1182026-06-24T03:43:53.269Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-24T03:43:53.269Z# ==== build xde and opteadm (release+debug) ==== #
1202026-06-24T03:43:53.269Z+ ptime -m cargo xtask build --profile all
1212026-06-24T03:43:53.357Z Updating crates.io index
1222026-06-24T03:43:53.366Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-24T03:43:54.090Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-24T03:43:54.329Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-06-24T03:43:54.691Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-24T03:43:54.916Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-06-24T03:43:55.176Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-24T03:43:55.426Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-24T03:43:57.489Z Downloading crates ...
1302026-06-24T03:43:57.568Z Downloaded syn v2.0.117
1312026-06-24T03:43:57.574Z Downloaded strsim v0.11.1
1322026-06-24T03:43:57.574Z Downloaded anstyle-query v1.1.5
1332026-06-24T03:43:57.574Z Downloaded anstyle-parse v1.0.0
1342026-06-24T03:43:57.579Z Downloaded anstream v1.0.0
1352026-06-24T03:43:57.579Z Downloaded indexmap v2.14.0
1362026-06-24T03:43:57.579Z Downloaded colorchoice v1.0.5
1372026-06-24T03:43:57.582Z Downloaded clap_lex v1.1.0
1382026-06-24T03:43:57.587Z Downloaded equivalent v1.0.2
1392026-06-24T03:43:57.590Z Downloaded is_terminal_polyfill v1.70.2
1402026-06-24T03:43:57.590Z Downloaded errno v0.3.14
1412026-06-24T03:43:57.590Z Downloaded heck v0.5.0
1422026-06-24T03:43:57.595Z Downloaded serde_spanned v1.1.1
1432026-06-24T03:43:57.599Z Downloaded utf8parse v0.2.2
1442026-06-24T03:43:57.599Z Downloaded itoa v1.0.18
1452026-06-24T03:43:57.639Z Downloaded semver v1.0.28
1462026-06-24T03:43:57.644Z Downloaded cargo-platform v0.3.3
1472026-06-24T03:43:57.644Z Downloaded anstyle v1.0.14
1482026-06-24T03:43:57.644Z Downloaded thiserror v2.0.18
1492026-06-24T03:43:57.644Z Downloaded cargo_metadata v0.23.1
1502026-06-24T03:43:57.644Z Downloaded thiserror-impl v2.0.18
1512026-06-24T03:43:57.644Z Downloaded zmij v1.0.21
1522026-06-24T03:43:57.644Z Downloaded toml_writer v1.1.1+spec-1.1.0
1532026-06-24T03:43:57.645Z Downloaded terminal_size v0.4.4
1542026-06-24T03:43:57.648Z Downloaded anyhow v1.0.102
1552026-06-24T03:43:57.651Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1562026-06-24T03:43:57.651Z Downloaded toml_parser v1.1.2+spec-1.1.0
1572026-06-24T03:43:57.651Z Downloaded serde_derive v1.0.228
1582026-06-24T03:43:57.654Z Downloaded serde_core v1.0.228
1592026-06-24T03:43:57.654Z Downloaded clap_derive v4.6.1
1602026-06-24T03:43:57.657Z Downloaded camino v1.2.2
1612026-06-24T03:43:57.657Z Downloaded quote v1.0.45
1622026-06-24T03:43:57.664Z Downloaded toml v1.1.2+spec-1.1.0
1632026-06-24T03:43:57.667Z Downloaded clap v4.6.1
1642026-06-24T03:43:57.671Z Downloaded unicode-ident v1.0.24
1652026-06-24T03:43:57.675Z Downloaded bitflags v2.13.0
1662026-06-24T03:43:57.678Z Downloaded proc-macro2 v1.0.106
1672026-06-24T03:43:57.685Z Downloaded serde v1.0.228
1682026-06-24T03:43:57.691Z Downloaded memchr v2.8.2
1692026-06-24T03:43:57.714Z Downloaded serde_json v1.0.150
1702026-06-24T03:43:57.721Z Downloaded hashbrown v0.17.1
1712026-06-24T03:43:57.733Z Downloaded clap_builder v4.6.0
1722026-06-24T03:43:57.733Z Downloaded winnow v1.0.3
1732026-06-24T03:43:57.749Z Downloaded rustix v1.1.4
1742026-06-24T03:43:57.776Z Downloaded libc v0.2.186
1752026-06-24T03:43:57.827Z Compiling serde_core v1.0.228
1762026-06-24T03:43:57.830Z Compiling proc-macro2 v1.0.106
1772026-06-24T03:43:57.830Z Compiling unicode-ident v1.0.24
1782026-06-24T03:43:57.830Z Compiling quote v1.0.45
1792026-06-24T03:43:57.830Z Compiling libc v0.2.186
1802026-06-24T03:43:57.830Z Compiling rustix v1.1.4
1812026-06-24T03:43:57.830Z Compiling bitflags v2.13.0
1822026-06-24T03:43:57.831Z Compiling zmij v1.0.21
1832026-06-24T03:43:58.036Z Compiling utf8parse v0.2.2
1842026-06-24T03:43:58.150Z Compiling anstyle-parse v1.0.0
1852026-06-24T03:43:58.280Z Compiling thiserror v2.0.18
1862026-06-24T03:43:58.293Z Compiling serde v1.0.228
1872026-06-24T03:43:58.361Z Compiling camino v1.2.2
1882026-06-24T03:43:58.367Z Compiling colorchoice v1.0.5
1892026-06-24T03:43:58.424Z Compiling serde_json v1.0.150
1902026-06-24T03:43:58.475Z Compiling is_terminal_polyfill v1.70.2
1912026-06-24T03:43:58.558Z Compiling anstyle v1.0.14
1922026-06-24T03:43:58.604Z Compiling errno v0.3.14
1932026-06-24T03:43:58.604Z Compiling anstyle-query v1.1.5
1942026-06-24T03:43:58.707Z Compiling strsim v0.11.1
1952026-06-24T03:43:58.770Z Compiling anstream v1.0.0
1962026-06-24T03:43:58.828Z Compiling memchr v2.8.2
1972026-06-24T03:43:58.854Z Compiling clap_lex v1.1.0
1982026-06-24T03:43:59.119Z Compiling winnow v1.0.3
1992026-06-24T03:43:59.252Z Compiling syn v2.0.117
2002026-06-24T03:43:59.294Z Compiling terminal_size v0.4.4
2012026-06-24T03:43:59.307Z Compiling heck v0.5.0
2022026-06-24T03:43:59.459Z Compiling itoa v1.0.18
2032026-06-24T03:43:59.505Z Compiling anyhow v1.0.102
2042026-06-24T03:43:59.547Z Compiling toml_parser v1.1.2+spec-1.1.0
2052026-06-24T03:43:59.672Z Compiling clap_builder v4.6.0
2062026-06-24T03:43:59.755Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-06-24T03:44:00.227Z Compiling cargo-platform v0.3.3
2082026-06-24T03:44:00.258Z Compiling serde_spanned v1.1.1
2092026-06-24T03:44:00.384Z Compiling toml_datetime v1.1.1+spec-1.1.0
2102026-06-24T03:44:00.858Z Compiling semver v1.0.28
2112026-06-24T03:44:00.913Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-24T03:44:02.082Z Compiling serde_derive v1.0.228
2132026-06-24T03:44:02.082Z Compiling thiserror-impl v2.0.18
2142026-06-24T03:44:02.092Z Compiling clap_derive v4.6.1
2152026-06-24T03:44:03.679Z Compiling clap v4.6.1
2162026-06-24T03:44:04.968Z Compiling cargo_metadata v0.23.1
2172026-06-24T03:44:07.425Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-24T03:44:09.007Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.74s
2192026-06-24T03:44:09.088Z Running `target/debug/xtask build --profile all`
2202026-06-24T03:44:10.525ZBuilding opteadm (release).
2212026-06-24T03:44:10.643Z Compiling proc-macro2 v1.0.106
2222026-06-24T03:44:10.643Z Compiling unicode-ident v1.0.24
2232026-06-24T03:44:10.644Z Compiling quote v1.0.45
2242026-06-24T03:44:10.668Z Compiling serde_core v1.0.228
2252026-06-24T03:44:10.668Z Compiling libc v0.2.186
2262026-06-24T03:44:10.668Z Compiling cfg-if v1.0.4
2272026-06-24T03:44:10.668Z Compiling memchr v2.8.2
2282026-06-24T03:44:10.668Z Compiling ident_case v1.0.1
2292026-06-24T03:44:10.700Z Compiling fnv v1.0.7
2302026-06-24T03:44:10.746Z Compiling thiserror v2.0.18
2312026-06-24T03:44:10.746Z Compiling strsim v0.11.1
2322026-06-24T03:44:10.774Z Compiling regex-syntax v0.8.11
2332026-06-24T03:44:10.944Z Compiling either v1.16.0
2342026-06-24T03:44:11.016Z Compiling hashbrown v0.17.1
2352026-06-24T03:44:11.125Z Compiling aho-corasick v1.1.4
2362026-06-24T03:44:11.180Z Compiling winnow v1.0.3
2372026-06-24T03:44:11.244Z Compiling serde v1.0.228
2382026-06-24T03:44:11.356Z Compiling anyhow v1.0.102
2392026-06-24T03:44:11.546Z Compiling zerocopy v0.8.52
2402026-06-24T03:44:11.565Z Compiling equivalent v1.0.2
2412026-06-24T03:44:11.697Z Compiling indexmap v2.14.0
2422026-06-24T03:44:11.873Z Compiling syn v2.0.117
2432026-06-24T03:44:11.911Z Compiling itertools v0.14.0
2442026-06-24T03:44:11.970Z Compiling byteorder v1.5.0
2452026-06-24T03:44:12.151Z Compiling toml_parser v1.1.2+spec-1.1.0
2462026-06-24T03:44:12.270Z Compiling toml_datetime v1.1.1+spec-1.1.0
2472026-06-24T03:44:12.300Z Compiling regex-automata v0.4.14
2482026-06-24T03:44:12.486Z Compiling heapless v0.8.0
2492026-06-24T03:44:12.534Z Compiling toml_edit v0.25.12+spec-1.1.0
2502026-06-24T03:44:12.688Z Compiling hash32 v0.3.1
2512026-06-24T03:44:12.762Z Compiling bitflags v2.13.0
2522026-06-24T03:44:12.897Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2532026-06-24T03:44:12.912Z Compiling stable_deref_trait v1.2.1
2542026-06-24T03:44:12.970Z Compiling smoltcp v0.11.0
2552026-06-24T03:44:12.976Z Compiling rustversion v1.0.22
2562026-06-24T03:44:13.092Z Compiling macaddr v1.0.1
2572026-06-24T03:44:13.114Z Compiling syn v1.0.109
2582026-06-24T03:44:13.152Z Compiling proc-macro-crate v3.5.0
2592026-06-24T03:44:13.297Z Compiling getrandom v0.4.2
2602026-06-24T03:44:13.319Z Compiling rustix v1.1.4
2612026-06-24T03:44:13.415Z Compiling bitflags v1.3.2
2622026-06-24T03:44:13.452Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2632026-06-24T03:44:13.477Z Compiling ref-cast v1.0.25
2642026-06-24T03:44:13.545Z Compiling version_check v0.9.5
2652026-06-24T03:44:13.550Z Compiling rand_core v0.10.1
2662026-06-24T03:44:13.650Z Compiling managed v0.8.0
2672026-06-24T03:44:13.796Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-06-24T03:44:13.802Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-06-24T03:44:13.831Z Compiling errno v0.3.14
2702026-06-24T03:44:13.964Z Compiling regex v1.12.4
2712026-06-24T03:44:14.006Z Compiling foreign-types-shared v0.3.1
2722026-06-24T03:44:14.089Z Compiling cpufeatures v0.3.0
2732026-06-24T03:44:14.234Z Compiling unicode-width v0.2.2
2742026-06-24T03:44:14.289Z Compiling once_cell v1.21.4
2752026-06-24T03:44:14.348Z Compiling utf8parse v0.2.2
2762026-06-24T03:44:14.446Z Compiling darling_core v0.21.3
2772026-06-24T03:44:14.468Z Compiling ipnetwork v0.21.1
2782026-06-24T03:44:14.504Z Compiling tracing-core v0.1.36
2792026-06-24T03:44:14.804Z Compiling cstr-argument v0.1.2
2802026-06-24T03:44:14.830Z Compiling anstyle-parse v1.0.0
2812026-06-24T03:44:14.902Z Compiling tabwriter v1.4.1
2822026-06-24T03:44:14.952Z Compiling chacha20 v0.10.0
2832026-06-24T03:44:15.473Z Compiling pin-project-lite v0.2.17
2842026-06-24T03:44:15.560Z Compiling anstyle-query v1.1.5
2852026-06-24T03:44:15.590Z Compiling dyn-clone v1.0.20
2862026-06-24T03:44:15.607Z Compiling thiserror-impl v2.0.18
2872026-06-24T03:44:15.649Z Compiling serde_derive v1.0.228
2882026-06-24T03:44:15.652Z Compiling zerocopy-derive v0.8.52
2892026-06-24T03:44:15.725Z Compiling num_enum_derive v0.7.6
2902026-06-24T03:44:15.916Z Compiling foreign-types-macros v0.2.3
2912026-06-24T03:44:16.539Z Compiling ref-cast-impl v1.0.25
2922026-06-24T03:44:16.625Z Compiling darling_macro v0.21.3
2932026-06-24T03:44:16.666Z Compiling foreign-types v0.5.0
2942026-06-24T03:44:16.723Z Compiling num_enum v0.7.6
2952026-06-24T03:44:16.743Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2962026-06-24T03:44:16.822Z Compiling tracing-attributes v0.1.31
2972026-06-24T03:44:16.901Z Compiling cobs v0.3.0
2982026-06-24T03:44:17.107Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2992026-06-24T03:44:17.114Z Compiling is_terminal_polyfill v1.70.2
3002026-06-24T03:44:17.160Z Compiling darling v0.21.3
3012026-06-24T03:44:17.191Z Compiling colorchoice v1.0.5
3022026-06-24T03:44:17.198Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
3032026-06-24T03:44:17.207Z Compiling anstyle v1.0.14
3042026-06-24T03:44:17.227Z Compiling ingot-macros v0.1.1
3052026-06-24T03:44:17.295Z Compiling pretty-hex v0.4.2
3062026-06-24T03:44:17.404Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3072026-06-24T03:44:17.420Z Compiling anstream v1.0.0
3082026-06-24T03:44:17.438Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-06-24T03:44:17.570Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-06-24T03:44:17.677Z Compiling terminal_size v0.4.4
3112026-06-24T03:44:17.824Z Compiling rand v0.10.1
3122026-06-24T03:44:17.829Z Compiling uuid v1.23.3
3132026-06-24T03:44:17.912Z Compiling socket2 v0.6.4
3142026-06-24T03:44:18.049Z Compiling tracing v0.1.44
3152026-06-24T03:44:18.252Z Compiling clap_lex v1.1.0
3162026-06-24T03:44:18.369Z Compiling oxnet v0.1.6
3172026-06-24T03:44:18.563Z Compiling colored v3.1.1
3182026-06-24T03:44:18.638Z Compiling heck v0.5.0
3192026-06-24T03:44:18.659Z Compiling clap_builder v4.6.0
3202026-06-24T03:44:18.819Z Compiling clap_derive v4.6.1
3212026-06-24T03:44:18.962Z Compiling postcard v1.1.3
3222026-06-24T03:44:19.014Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-06-24T03:44:20.057Z Compiling ingot-types v0.1.2
3242026-06-24T03:44:20.414Z Compiling ingot v0.1.1
3252026-06-24T03:44:20.647Z Compiling clap v4.6.1
3262026-06-24T03:44:22.140Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-24T03:44:23.147Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-06-24T03:44:24.227Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-06-24T03:44:30.790Z Finished `release` profile [optimized + debuginfo] target(s) in 20.26s
3302026-06-24T03:44:30.812ZBuilding xde (release-lto).
3312026-06-24T03:44:31.062Z Updating crates.io index
3322026-06-24T03:44:31.224Z Downloading crates ...
3332026-06-24T03:44:31.296Z Downloaded rustc-literal-escaper v0.0.7
3342026-06-24T03:44:31.328Z Downloaded rustc-demangle v0.1.27
3352026-06-24T03:44:31.329Z Downloaded miniz_oxide v0.8.9
3362026-06-24T03:44:31.329Z Downloaded adler2 v2.0.1
3372026-06-24T03:44:31.329Z Downloaded foldhash v0.2.0
3382026-06-24T03:44:31.329Z Downloaded addr2line v0.25.1
3392026-06-24T03:44:31.342Z Downloaded getopts v0.2.24
3402026-06-24T03:44:31.343Z Downloaded memchr v2.7.6
3412026-06-24T03:44:31.399Z Downloaded gimli v0.32.3
3422026-06-24T03:44:31.404Z Downloaded object v0.37.3
3432026-06-24T03:44:31.433Z Downloaded libc v0.2.185
3442026-06-24T03:44:31.489Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-06-24T03:44:31.489Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-06-24T03:44:31.494Z Compiling proc-macro2 v1.0.106
3472026-06-24T03:44:31.494Z Compiling unicode-ident v1.0.24
3482026-06-24T03:44:31.494Z Compiling quote v1.0.45
3492026-06-24T03:44:31.494Z Compiling ident_case v1.0.1
3502026-06-24T03:44:31.518Z Compiling strsim v0.11.1
3512026-06-24T03:44:31.524Z Compiling serde_core v1.0.228
3522026-06-24T03:44:31.658Z Compiling memchr v2.8.2
3532026-06-24T03:44:31.663Z Compiling fnv v1.0.7
3542026-06-24T03:44:31.751Z Compiling regex-syntax v0.8.11
3552026-06-24T03:44:31.907Z Compiling zerocopy v0.8.52
3562026-06-24T03:44:31.921Z Compiling either v1.16.0
3572026-06-24T03:44:31.929Z Compiling serde v1.0.228
3582026-06-24T03:44:32.057Z Compiling aho-corasick v1.1.4
3592026-06-24T03:44:32.125Z Compiling thiserror v2.0.18
3602026-06-24T03:44:32.319Z Compiling itertools v0.14.0
3612026-06-24T03:44:32.352Z Compiling heapless v0.8.0
3622026-06-24T03:44:32.695Z Compiling syn v2.0.117
3632026-06-24T03:44:32.732Z Compiling smoltcp v0.11.0
3642026-06-24T03:44:32.794Z Compiling version_check v0.9.5
3652026-06-24T03:44:32.875Z Compiling ref-cast v1.0.25
3662026-06-24T03:44:33.143Z Compiling crc32fast v1.5.0
3672026-06-24T03:44:33.206Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3682026-06-24T03:44:33.249Z Compiling regex-automata v0.4.14
3692026-06-24T03:44:34.757Z Compiling regex v1.12.4
3702026-06-24T03:44:35.012Z Compiling darling_core v0.21.3
3712026-06-24T03:44:35.027Z Compiling darling_core v0.23.0
3722026-06-24T03:44:35.945Z Compiling serde_derive v1.0.228
3732026-06-24T03:44:35.945Z Compiling thiserror-impl v2.0.18
3742026-06-24T03:44:35.948Z Compiling zerocopy-derive v0.8.52
3752026-06-24T03:44:35.948Z Compiling ref-cast-impl v1.0.25
3762026-06-24T03:44:35.948Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-06-24T03:44:37.553Z Compiling darling_macro v0.21.3
3782026-06-24T03:44:37.638Z Compiling darling_macro v0.23.0
3792026-06-24T03:44:38.453Z Compiling darling v0.21.3
3802026-06-24T03:44:38.517Z Compiling ingot-macros v0.1.1
3812026-06-24T03:44:38.539Z Compiling darling v0.23.0
3822026-06-24T03:44:38.603Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-06-24T03:44:44.214Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-06-24T03:44:46.386Z Compiling byteorder v1.5.0
3852026-06-24T03:44:46.389Z Compiling macaddr v1.0.1
3862026-06-24T03:44:46.390Z Compiling stable_deref_trait v1.2.1
3872026-06-24T03:44:46.390Z Compiling cfg-if v1.0.4
3882026-06-24T03:44:46.448Z Compiling managed v0.8.0
3892026-06-24T03:44:46.454Z Compiling bitflags v1.3.2
3902026-06-24T03:44:46.494Z Compiling cobs v0.3.0
3912026-06-24T03:44:46.579Z Compiling hash32 v0.3.1
3922026-06-24T03:44:46.698Z Compiling itertools v0.15.0
3932026-06-24T03:44:46.698Z Compiling dyn-clone v1.0.20
3942026-06-24T03:44:46.754Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-24T03:44:48.014Z Compiling bitflags v2.13.0
3962026-06-24T03:44:48.014Z Compiling uuid v1.23.3
3972026-06-24T03:44:48.158Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-24T03:44:48.449Z Compiling postcard v1.1.3
3992026-06-24T03:44:49.296Z Compiling ingot-types v0.1.2
4002026-06-24T03:44:49.616Z Compiling ingot v0.1.1
4012026-06-24T03:44:51.173Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-24T03:44:55.012Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-24T03:45:03.928Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-24T03:45:33.846Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
4052026-06-24T03:45:33.877ZLinking xde kmod...
4062026-06-24T03:45:34.452ZBuilding xde dev link helper (release).
4072026-06-24T03:45:34.611Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-06-24T03:45:34.611Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-06-24T03:45:34.611Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-24T03:45:46.458Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-06-24T03:45:48.968Z Finished `release` profile [optimized + debuginfo] target(s) in 14.48s
4122026-06-24T03:45:48.988ZBuilding opteadm (dev).
4132026-06-24T03:45:49.148Z Compiling serde_core v1.0.228
4142026-06-24T03:45:49.148Z Compiling libc v0.2.186
4152026-06-24T03:45:49.148Z Compiling cfg-if v1.0.4
4162026-06-24T03:45:49.148Z Compiling strsim v0.11.1
4172026-06-24T03:45:49.148Z Compiling ident_case v1.0.1
4182026-06-24T03:45:49.151Z Compiling memchr v2.8.2
4192026-06-24T03:45:49.173Z Compiling fnv v1.0.7
4202026-06-24T03:45:49.176Z Compiling syn v2.0.117
4212026-06-24T03:45:49.226Z Compiling regex-syntax v0.8.11
4222026-06-24T03:45:49.252Z Compiling hashbrown v0.17.1
4232026-06-24T03:45:49.269Z Compiling winnow v1.0.3
4242026-06-24T03:45:49.443Z Compiling either v1.16.0
4252026-06-24T03:45:49.640Z Compiling aho-corasick v1.1.4
4262026-06-24T03:45:49.730Z Compiling zerocopy v0.8.52
4272026-06-24T03:45:49.793Z Compiling equivalent v1.0.2
4282026-06-24T03:45:49.871Z Compiling serde v1.0.228
4292026-06-24T03:45:49.913Z Compiling indexmap v2.14.0
4302026-06-24T03:45:50.144Z Compiling itertools v0.14.0
4312026-06-24T03:45:50.207Z Compiling toml_parser v1.1.2+spec-1.1.0
4322026-06-24T03:45:50.293Z Compiling heapless v0.8.0
4332026-06-24T03:45:50.534Z Compiling byteorder v1.5.0
4342026-06-24T03:45:50.595Z Compiling toml_datetime v1.1.1+spec-1.1.0
4352026-06-24T03:45:50.724Z Compiling regex-automata v0.4.14
4362026-06-24T03:45:50.786Z Compiling toml_edit v0.25.12+spec-1.1.0
4372026-06-24T03:45:50.819Z Compiling hash32 v0.3.1
4382026-06-24T03:45:51.065Z Compiling rustversion v1.0.22
4392026-06-24T03:45:51.131Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4402026-06-24T03:45:51.344Z Compiling bitflags v2.13.0
4412026-06-24T03:45:51.363Z Compiling smoltcp v0.11.0
4422026-06-24T03:45:51.403Z Compiling stable_deref_trait v1.2.1
4432026-06-24T03:45:51.407Z Compiling syn v1.0.109
4442026-06-24T03:45:51.421Z Compiling macaddr v1.0.1
4452026-06-24T03:45:51.689Z Compiling proc-macro-crate v3.5.0
4462026-06-24T03:45:51.692Z Compiling managed v0.8.0
4472026-06-24T03:45:51.709Z Compiling rand_core v0.10.1
4482026-06-24T03:45:51.747Z Compiling darling_core v0.21.3
4492026-06-24T03:45:51.805Z Compiling getrandom v0.4.2
4502026-06-24T03:45:51.863Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4512026-06-24T03:45:51.901Z Compiling version_check v0.9.5
4522026-06-24T03:45:51.906Z Compiling bitflags v1.3.2
4532026-06-24T03:45:51.969Z Compiling ref-cast v1.0.25
4542026-06-24T03:45:52.170Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-06-24T03:45:52.315Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-06-24T03:45:52.406Z Compiling regex v1.12.4
4572026-06-24T03:45:52.653Z Compiling errno v0.3.14
4582026-06-24T03:45:52.797Z Compiling once_cell v1.21.4
4592026-06-24T03:45:52.826Z Compiling unicode-width v0.2.2
4602026-06-24T03:45:52.955Z Compiling thiserror-impl v2.0.18
4612026-06-24T03:45:53.038Z Compiling serde_derive v1.0.228
4622026-06-24T03:45:53.129Z Compiling zerocopy-derive v0.8.52
4632026-06-24T03:45:53.295Z Compiling ref-cast-impl v1.0.25
4642026-06-24T03:45:53.849Z Compiling darling_macro v0.21.3
4652026-06-24T03:45:53.878Z Compiling foreign-types-macros v0.2.3
4662026-06-24T03:45:54.134Z Compiling num_enum_derive v0.7.6
4672026-06-24T03:45:54.167Z Compiling thiserror v2.0.18
4682026-06-24T03:45:54.267Z Compiling cobs v0.3.0
4692026-06-24T03:45:54.398Z Compiling darling v0.21.3
4702026-06-24T03:45:54.476Z Compiling ingot-macros v0.1.1
4712026-06-24T03:45:54.501Z Compiling foreign-types-shared v0.3.1
4722026-06-24T03:45:54.552Z Compiling ipnetwork v0.21.1
4732026-06-24T03:45:54.585Z Compiling cpufeatures v0.3.0
4742026-06-24T03:45:54.654Z Compiling chacha20 v0.10.0
4752026-06-24T03:45:55.003Z Compiling foreign-types v0.5.0
4762026-06-24T03:45:55.083Z Compiling cstr-argument v0.1.2
4772026-06-24T03:45:55.143Z Compiling num_enum v0.7.6
4782026-06-24T03:45:55.173Z Compiling tabwriter v1.4.1
4792026-06-24T03:45:55.248Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4802026-06-24T03:45:55.258Z Compiling tracing-attributes v0.1.31
4812026-06-24T03:45:55.449Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-06-24T03:45:55.659Z Compiling tracing-core v0.1.36
4832026-06-24T03:45:55.873Z Compiling rustix v1.1.4
4842026-06-24T03:45:56.308Z Compiling postcard v1.1.3
4852026-06-24T03:45:56.523Z Compiling anyhow v1.0.102
4862026-06-24T03:45:56.541Z Compiling pin-project-lite v0.2.17
4872026-06-24T03:45:56.541Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4882026-06-24T03:45:56.627Z Compiling pretty-hex v0.4.2
4892026-06-24T03:45:56.674Z Compiling dyn-clone v1.0.20
4902026-06-24T03:45:56.752Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4912026-06-24T03:45:56.757Z Compiling tracing v0.1.44
4922026-06-24T03:45:56.839Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-06-24T03:45:56.966Z Compiling terminal_size v0.4.4
4942026-06-24T03:45:56.993Z Compiling rand v0.10.1
4952026-06-24T03:45:57.037Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-24T03:45:57.117Z Compiling uuid v1.23.3
4972026-06-24T03:45:57.121Z Compiling socket2 v0.6.4
4982026-06-24T03:45:57.151Z Compiling oxnet v0.1.6
4992026-06-24T03:45:57.243Z Compiling colored v3.1.1
5002026-06-24T03:45:57.335Z Compiling clap_builder v4.6.0
5012026-06-24T03:45:57.634Z Compiling ingot-types v0.1.2
5022026-06-24T03:45:57.689Z Compiling clap_derive v4.6.1
5032026-06-24T03:45:57.725Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-06-24T03:45:57.963Z Compiling ingot v0.1.1
5052026-06-24T03:45:58.988Z Compiling clap v4.6.1
5062026-06-24T03:45:59.894Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-24T03:46:01.914Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-24T03:46:03.119Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-24T03:46:07.562Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.57s
5102026-06-24T03:46:07.592ZBuilding xde (dev).
5112026-06-24T03:46:07.827Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-06-24T03:46:07.827Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-06-24T03:46:07.827Z Compiling proc-macro2 v1.0.106
5142026-06-24T03:46:07.827Z Compiling unicode-ident v1.0.24
5152026-06-24T03:46:07.827Z Compiling quote v1.0.45
5162026-06-24T03:46:07.827Z Compiling ident_case v1.0.1
5172026-06-24T03:46:07.831Z Compiling strsim v0.11.1
5182026-06-24T03:46:07.831Z Compiling serde_core v1.0.228
5192026-06-24T03:46:07.943Z Compiling fnv v1.0.7
5202026-06-24T03:46:07.943Z Compiling memchr v2.8.2
5212026-06-24T03:46:08.025Z Compiling regex-syntax v0.8.11
5222026-06-24T03:46:08.199Z Compiling thiserror v2.0.18
5232026-06-24T03:46:08.217Z Compiling either v1.16.0
5242026-06-24T03:46:08.221Z Compiling zerocopy v0.8.52
5252026-06-24T03:46:08.350Z Compiling aho-corasick v1.1.4
5262026-06-24T03:46:08.407Z Compiling serde v1.0.228
5272026-06-24T03:46:08.608Z Compiling itertools v0.14.0
5282026-06-24T03:46:08.801Z Compiling heapless v0.8.0
5292026-06-24T03:46:08.829Z Compiling smoltcp v0.11.0
5302026-06-24T03:46:08.995Z Compiling syn v2.0.117
5312026-06-24T03:46:09.037Z Compiling ref-cast v1.0.25
5322026-06-24T03:46:09.269Z Compiling crc32fast v1.5.0
5332026-06-24T03:46:09.273Z Compiling version_check v0.9.5
5342026-06-24T03:46:09.466Z Compiling regex-automata v0.4.14
5352026-06-24T03:46:09.632Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-06-24T03:46:11.077Z Compiling regex v1.12.4
5372026-06-24T03:46:11.346Z Compiling darling_core v0.21.3
5382026-06-24T03:46:11.362Z Compiling darling_core v0.23.0
5392026-06-24T03:46:12.283Z Compiling thiserror-impl v2.0.18
5402026-06-24T03:46:12.283Z Compiling zerocopy-derive v0.8.52
5412026-06-24T03:46:12.283Z Compiling serde_derive v1.0.228
5422026-06-24T03:46:12.288Z Compiling ref-cast-impl v1.0.25
5432026-06-24T03:46:12.288Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-24T03:46:13.950Z Compiling darling_macro v0.23.0
5452026-06-24T03:46:14.052Z Compiling darling_macro v0.21.3
5462026-06-24T03:46:14.893Z Compiling darling v0.23.0
5472026-06-24T03:46:14.955Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5482026-06-24T03:46:14.973Z Compiling darling v0.21.3
5492026-06-24T03:46:15.034Z Compiling ingot-macros v0.1.1
5502026-06-24T03:46:19.964Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-06-24T03:46:21.803Z Compiling byteorder v1.5.0
5522026-06-24T03:46:21.804Z Compiling cfg-if v1.0.4
5532026-06-24T03:46:21.804Z Compiling macaddr v1.0.1
5542026-06-24T03:46:21.804Z Compiling stable_deref_trait v1.2.1
5552026-06-24T03:46:21.913Z Compiling managed v0.8.0
5562026-06-24T03:46:21.925Z Compiling cobs v0.3.0
5572026-06-24T03:46:21.925Z Compiling bitflags v1.3.2
5582026-06-24T03:46:21.984Z Compiling hash32 v0.3.1
5592026-06-24T03:46:22.141Z Compiling itertools v0.15.0
5602026-06-24T03:46:22.163Z Compiling dyn-clone v1.0.20
5612026-06-24T03:46:22.247Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-06-24T03:46:23.358Z Compiling bitflags v2.13.0
5632026-06-24T03:46:23.358Z Compiling uuid v1.23.3
5642026-06-24T03:46:23.497Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-06-24T03:46:23.800Z Compiling postcard v1.1.3
5662026-06-24T03:46:24.619Z Compiling ingot-types v0.1.2
5672026-06-24T03:46:24.904Z Compiling ingot v0.1.1
5682026-06-24T03:46:26.371Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-06-24T03:46:30.759Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-06-24T03:46:41.291Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-06-24T03:46:49.809Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.18s
5722026-06-24T03:46:49.833ZLinking xde kmod...
5732026-06-24T03:46:51.048ZBuilding xde dev link helper (dev).
5742026-06-24T03:46:51.206Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5752026-06-24T03:46:51.206Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-06-24T03:46:51.206Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-06-24T03:47:02.357Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-06-24T03:47:04.624Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.54s
5792026-06-24T03:47:04.647Z
5802026-06-24T03:47:04.647Zreal 3:11.391321180
5812026-06-24T03:47:04.647Zuser 9:10.630044014
5822026-06-24T03:47:04.647Zsys 58.994630091
5832026-06-24T03:47:04.647Ztrap 0.237646436
5842026-06-24T03:47:04.650Ztflt 0.866701607
5852026-06-24T03:47:04.650Zdflt 1.537480521
5862026-06-24T03:47:04.651Zkflt 0.006707744
5872026-06-24T03:47:04.651Zlock 35:13.498733360
5882026-06-24T03:47:04.651Zslp 21:17.141194835
5892026-06-24T03:47:04.651Zlat 21.124303532
5902026-06-24T03:47:04.651Zstop 32.669315771
5912026-06-24T03:47:04.651Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-06-24T03:47:04.651Z+ grep GOTPCREL
5932026-06-24T03:47:05.605Z+ header 'package opte'
5942026-06-24T03:47:05.605Z+ echo '# ==== package opte ==== #'
5952026-06-24T03:47:05.605Z# ==== package opte ==== #
5962026-06-24T03:47:05.605Z+ cargo xtask package --skip-build --profile all
5972026-06-24T03:47:05.755Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.14s
5982026-06-24T03:47:05.759Z Running `target/debug/xtask package --skip-build --profile all`
5992026-06-24T03:47:05.979Z+ ./clean.sh
6002026-06-24T03:47:05.985Z+ mkdir -p proto/kernel/drv/amd64
6012026-06-24T03:47:05.988Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-06-24T03:47:05.988Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-06-24T03:47:05.991Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-06-24T03:47:06.005Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-06-24T03:47:06.039Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-06-24T03:47:06.042Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-06-24T03:47:06.043Z+ '[' -z ']'
6082026-06-24T03:47:06.046Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-06-24T03:47:06.065Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-06-24T03:47:06.140Z+ INC_DEBUG=
6112026-06-24T03:47:06.140Z+ typeset -ri TAG=0
6122026-06-24T03:47:06.143Z++ ./print-api-version.sh
6132026-06-24T03:47:06.146Z+ API_VSN=41
6142026-06-24T03:47:06.147Z+ PKG_VERSION=0.41.488-3.0
6152026-06-24T03:47:06.150Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.488-3.0/g opte.template.p5m
6162026-06-24T03:47:06.150Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-06-24T03:47:06.705Z+ pkgdepend generate -d proto opte.base.p5m
6182026-06-24T03:47:07.053Z+ mkdir -p packages
6192026-06-24T03:47:07.056Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-06-24T03:47:13.951Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-06-24T03:47:13.955Z+ pkgrepo create packages/repo
6222026-06-24T03:47:14.166Z+ pkgrepo add-publisher -s packages/repo helios
6232026-06-24T03:47:14.375Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-06-24T03:47:43.554Zpkg://helios/driver/network/opte@0.41.488,5.11-3.0:20260624T034713Z
6252026-06-24T03:47:43.555ZPUBLISHED
6262026-06-24T03:47:43.589Z+ pkgrecv -a -d packages/repo/opte-0.41.488-3.0.p5p -s packages/repo -v -m latest '*'
6272026-06-24T03:47:43.769ZRetrieving packages for publisher helios ...
6282026-06-24T03:47:43.772ZRetrieving catalog 'helios' ... Done
6292026-06-24T03:47:43.776ZRetrieving and evaluating 1 package(s)...
6302026-06-24T03:47:43.776ZFetching manifests: 1/1 100% complete
6312026-06-24T03:47:43.776ZFetching manifests: 1/1 100% complete
6322026-06-24T03:47:43.776Z
6332026-06-24T03:47:43.776ZArchiving packages ...
6342026-06-24T03:47:43.776Z Packages to add: 1
6352026-06-24T03:47:43.776Z Files to retrieve: 6
6362026-06-24T03:47:43.776ZEstimated transfer size: 37.08 MB
6372026-06-24T03:47:43.776Z
6382026-06-24T03:47:43.776ZPackages to archive:
6392026-06-24T03:47:43.776Zdriver/network/opte@0.41.488,5.11-3.0:20260624T034713Z
6402026-06-24T03:47:43.776Z
6412026-06-24T03:47:43.776ZDownload: 0/6 items 0.0/37.1MB 0% complete
6422026-06-24T03:47:43.841ZDownload: Completed 37.08 MB in 0.07 seconds (545M/s)
6432026-06-24T03:47:43.845ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6442026-06-24T03:47:43.857ZArchiving: Completed 37.11 MB in 0.01 seconds
6452026-06-24T03:47:43.896ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.488-3.0.p5p.
6462026-06-24T03:47:43.899Z+ banner copy
6472026-06-24T03:47:43.903Z
6482026-06-24T03:47:43.903Z #### #### ##### # #
6492026-06-24T03:47:43.903Z # # # # # # # #
6502026-06-24T03:47:43.903Z # # # # # #
6512026-06-24T03:47:43.903Z # # # ##### #
6522026-06-24T03:47:43.903Z # # # # # #
6532026-06-24T03:47:43.903Z #### #### # #
6542026-06-24T03:47:43.903Z
6552026-06-24T03:47:43.903Z+ pfexec mkdir -p /out
6562026-06-24T03:47:43.903Z+ pfexec chown 12345 /out
6572026-06-24T03:47:43.906Z+ PKG_NAME=/out/opte.p5p
6582026-06-24T03:47:43.907Z+ mv pkg/packages/repo/opte-0.41.488-3.0.p5p /out/opte.p5p
6592026-06-24T03:47:43.932Z+ sha256sum /out/opte.p5p
6602026-06-24T03:47:43.957Zprocess exited: duration 245052 ms, exit code 0
 
6612026-06-24T03:47:43.969Zfound 2 output files
6622026-06-24T03:47:43.969Zuploading: /out/opte.p5p (38922240 bytes)
6632026-06-24T03:47:45.212Zuploaded: /out/opte.p5p
6642026-06-24T03:47:45.212Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-06-24T03:47:46.224Zuploaded: /out/opte.p5p.sha256