01KX2JSKF1PMXXEXN3B0HHV3AA: 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: 01KX2JT0PNJRRAW38TD87XFC1R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-09T04:40:59.026Zjob assigned to worker 01KX2JT301TFXE0HXMB1R4R604 [factory aws, i-0ed2dc3fee5113e5e] (queued for 53 s)
 
22026-07-09T04:41:05.560Zstarting task 0: "setup"
32026-07-09T04:41:05.564Z++ uname -s
42026-07-09T04:41:05.567Z+ kern=SunOS
52026-07-09T04:41:05.567Z+ build_user=build
62026-07-09T04:41:05.567Z+ build_uid=12345
72026-07-09T04:41:05.567Z+ work_dir=/work
82026-07-09T04:41:05.567Z+ input_dir=/input
92026-07-09T04:41:05.567Z+ [[ 0 == 12345 ]]
102026-07-09T04:41:05.567Z+ case "$kern" in
112026-07-09T04:41:05.567Z+ groupadd -g 12345 build
122026-07-09T04:41:05.570Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-09T04:41:07.574Z+ zfs create -o mountpoint=/work rpool/work
142026-07-09T04:41:07.693Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-09T04:41:07.696Z+ home_fs=zfs
162026-07-09T04:41:07.696Z+ [[ zfs == autofs ]]
172026-07-09T04:41:07.696Z+ mkdir -p /home/build
182026-07-09T04:41:07.696Z+ chown build:build /home/build /work
192026-07-09T04:41:09.698Z+ chmod 0700 /home/build /work
202026-07-09T04:41:09.701Zprocess exited: duration 4142 ms, exit code 0
 
212026-07-09T04:41:09.707Zstarting task 1: "rust-toolchain"
222026-07-09T04:41:09.712Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-09T04:41:09.712Z * rust toolchain channel = "1.96.1"
242026-07-09T04:41:09.712Z * rust toolchain profile = "default"
252026-07-09T04:41:09.712Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-09T04:41:09.712Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-09T04:41:09.712Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-09T04:41:09.715Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-09T04:41:09.715Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-09T04:41:09.769Zinfo: downloading installer
312026-07-09T04:41:11.074Zwarn: It looks like you have an existing rustup settings file at:
322026-07-09T04:41:11.074Zwarn: /home/build/.rustup/settings.toml
332026-07-09T04:41:11.074Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-09T04:41:11.074Zwarn: instead of the one inferred from the default host triple.
352026-07-09T04:41:11.086Zinfo: profile set to default
362026-07-09T04:41:11.086Zinfo: default host triple is x86_64-unknown-illumos
372026-07-09T04:41:11.089Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-09T04:41:11.224Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-09T04:41:11.227Zinfo: downloading 6 components
402026-07-09T04:41:25.567Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-09T04:41:25.568Z
422026-07-09T04:41:25.596Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-09T04:41:25.596Z
442026-07-09T04:41:25.596Z
452026-07-09T04:41:25.596ZRust is installed now. Great!
462026-07-09T04:41:25.596Z
472026-07-09T04:41:25.596ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-09T04:41:25.596Zenvironment variable. This has not been done automatically.
492026-07-09T04:41:25.596Z
502026-07-09T04:41:25.596ZTo configure your current shell, you need to source
512026-07-09T04:41:25.596Zthe corresponding env file under $HOME/.cargo.
522026-07-09T04:41:25.596Z
532026-07-09T04:41:25.596ZThis is usually done by running one of the following (note the leading DOT):
542026-07-09T04:41:25.599Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-09T04:41:25.599Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-09T04:41:25.599Zsource "~/.cargo/env.nu" # For nushell
572026-07-09T04:41:25.599Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-09T04:41:25.599Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-09T04:41:25.599Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-09T04:41:25.599Zwarn: no default linker (`cc`) was found in your PATH
612026-07-09T04:41:25.599Zwarn: many Rust crates require a system C toolchain to build
622026-07-09T04:41:25.701Z+ rustup --version
632026-07-09T04:41:25.710Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-09T04:41:25.713Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-09T04:41:25.731Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-09T04:41:25.736Z+ cargo --version
672026-07-09T04:41:25.748Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-09T04:41:25.753Z+ rustc --version
692026-07-09T04:41:25.770Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-09T04:41:25.773Zprocess exited: duration 16065 ms, exit code 0
 
712026-07-09T04:41:25.780Zstarting task 2: "authentication"
722026-07-09T04:41:25.796Zprocess exited: duration 15 ms, exit code 0
 
732026-07-09T04:41:25.802Zstarting task 3: "clone repository"
742026-07-09T04:41:25.806Z+ mkdir -p /work/oxidecomputer/opte
752026-07-09T04:41:25.809Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-09T04:41:25.839ZCloning into '/work/oxidecomputer/opte'...
772026-07-09T04:41:26.726Z+ cd /work/oxidecomputer/opte
782026-07-09T04:41:26.727Z+ git fetch origin 0901bea6c3f476b5f94b2616336322506bead9c8
792026-07-09T04:41:26.990ZFrom https://github.com/oxidecomputer/opte
802026-07-09T04:41:26.990Z * branch 0901bea6c3f476b5f94b2616336322506bead9c8 -> FETCH_HEAD
812026-07-09T04:41:26.996Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-07-09T04:41:26.999Z++ git branch --show-current
832026-07-09T04:41:26.999Z+ current=master
842026-07-09T04:41:26.999Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-07-09T04:41:26.999Z+ git branch -f renovate/zerocopy-0.x-lockfile 0901bea6c3f476b5f94b2616336322506bead9c8
862026-07-09T04:41:27.004Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-07-09T04:41:27.018ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-07-09T04:41:27.022Z+ git reset --hard 0901bea6c3f476b5f94b2616336322506bead9c8
892026-07-09T04:41:27.025ZHEAD is now at 0901bea Update Rust crate zerocopy to v0.8.54
902026-07-09T04:41:27.025Zprocess exited: duration 1220 ms, exit code 0
 
912026-07-09T04:41:27.031Zstarting task 4: "build"
922026-07-09T04:41:27.035Z+ source .github/buildomat/common.sh
932026-07-09T04:41:27.035Z++ rustup show active-toolchain
942026-07-09T04:41:27.040Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-09T04:41:27.043Z++ pushd xde
962026-07-09T04:41:27.043Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-09T04:41:27.043Z++ rustup show active-toolchain
982026-07-09T04:41:27.046Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-09T04:41:27.224Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-09T04:41:27.228Zinfo: downloading 6 components
1012026-07-09T04:41:40.371Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-09T04:41:40.459Z+++ rustup show active-toolchain -v
1032026-07-09T04:41:40.462Z+++ head -n 1
1042026-07-09T04:41:40.462Z+++ cut '-d ' -f1
1052026-07-09T04:41:40.520Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-09T04:41:40.520Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-09T04:41:40.520Z++ popd
1082026-07-09T04:41:40.523Z/work/oxidecomputer/opte
1092026-07-09T04:41:40.523Z+ TGT_BASE=/work
1102026-07-09T04:41:40.523Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-07-09T04:41:40.523Z+ REL_TGT=/work/release
1122026-07-09T04:41:40.523Z+ mkdir -p /work/release
1132026-07-09T04:41:40.523Z+ cargo --version
1142026-07-09T04:41:40.531Zcargo 1.96.1 (356927216 2026-06-26)
1152026-07-09T04:41:40.534Z+ rustc --version
1162026-07-09T04:41:40.553Zrustc 1.96.1 (31fca3adb 2026-06-26)
1172026-07-09T04:41:40.557Z+ header 'build xde and opteadm (release+debug)'
1182026-07-09T04:41:40.557Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-07-09T04:41:40.557Z# ==== build xde and opteadm (release+debug) ==== #
1202026-07-09T04:41:40.557Z+ ptime -m cargo xtask build --profile all
1212026-07-09T04:41:40.659Z Updating crates.io index
1222026-07-09T04:41:40.662Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-07-09T04:41:41.361Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-07-09T04:41:41.756Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-07-09T04:41:42.088Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-07-09T04:41:42.330Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-07-09T04:41:42.562Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-07-09T04:41:42.827Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-07-09T04:41:44.910Z Downloading crates ...
1302026-07-09T04:41:44.951Z Downloaded anstream v1.0.0
1312026-07-09T04:41:44.954Z Downloaded is_terminal_polyfill v1.70.2
1322026-07-09T04:41:44.964Z Downloaded utf8parse v0.2.2
1332026-07-09T04:41:44.972Z Downloaded heck v0.5.0
1342026-07-09T04:41:44.975Z Downloaded clap_builder v4.6.0
1352026-07-09T04:41:44.978Z Downloaded itoa v1.0.18
1362026-07-09T04:41:44.984Z Downloaded equivalent v1.0.2
1372026-07-09T04:41:44.987Z Downloaded thiserror-impl v2.0.18
1382026-07-09T04:41:44.990Z Downloaded memchr v2.8.2
1392026-07-09T04:41:44.993Z Downloaded strsim v0.11.1
1402026-07-09T04:41:44.996Z Downloaded serde_spanned v1.1.1
1412026-07-09T04:41:44.999Z Downloaded colorchoice v1.0.5
1422026-07-09T04:41:45.003Z Downloaded anstyle-query v1.1.5
1432026-07-09T04:41:45.007Z Downloaded cargo-platform v0.3.3
1442026-07-09T04:41:45.007Z Downloaded anstyle-parse v1.0.0
1452026-07-09T04:41:45.007Z Downloaded indexmap v2.14.0
1462026-07-09T04:41:45.010Z Downloaded anstyle v1.0.14
1472026-07-09T04:41:45.013Z Downloaded terminal_size v0.4.4
1482026-07-09T04:41:45.017Z Downloaded serde_derive v1.0.228
1492026-07-09T04:41:45.032Z Downloaded clap_lex v1.1.0
1502026-07-09T04:41:45.040Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1512026-07-09T04:41:45.043Z Downloaded errno v0.3.14
1522026-07-09T04:41:45.046Z Downloaded quote v1.0.46
1532026-07-09T04:41:45.052Z Downloaded thiserror v2.0.18
1542026-07-09T04:41:45.054Z Downloaded zmij v1.0.21
1552026-07-09T04:41:45.057Z Downloaded cargo_metadata v0.23.1
1562026-07-09T04:41:45.060Z Downloaded semver v1.0.28
1572026-07-09T04:41:45.066Z Downloaded toml_parser v1.1.2+spec-1.1.0
1582026-07-09T04:41:45.069Z Downloaded camino v1.2.4
1592026-07-09T04:41:45.072Z Downloaded anyhow v1.0.103
1602026-07-09T04:41:45.075Z Downloaded proc-macro2 v1.0.106
1612026-07-09T04:41:45.078Z Downloaded toml v1.1.2+spec-1.1.0
1622026-07-09T04:41:45.081Z Downloaded toml_writer v1.1.1+spec-1.1.0
1632026-07-09T04:41:45.081Z Downloaded clap_derive v4.6.1
1642026-07-09T04:41:45.081Z Downloaded unicode-ident v1.0.24
1652026-07-09T04:41:45.084Z Downloaded bitflags v2.13.0
1662026-07-09T04:41:45.084Z Downloaded clap v4.6.1
1672026-07-09T04:41:45.089Z Downloaded winnow v1.0.3
1682026-07-09T04:41:45.094Z Downloaded serde_core v1.0.228
1692026-07-09T04:41:45.097Z Downloaded serde v1.0.228
1702026-07-09T04:41:45.100Z Downloaded hashbrown v0.17.1
1712026-07-09T04:41:45.113Z Downloaded serde_json v1.0.150
1722026-07-09T04:41:45.133Z Downloaded syn v2.0.118
1732026-07-09T04:41:45.152Z Downloaded rustix v1.1.4
1742026-07-09T04:41:45.179Z Downloaded libc v0.2.186
1752026-07-09T04:41:45.228Z Compiling serde_core v1.0.228
1762026-07-09T04:41:45.228Z Compiling proc-macro2 v1.0.106
1772026-07-09T04:41:45.231Z Compiling unicode-ident v1.0.24
1782026-07-09T04:41:45.231Z Compiling quote v1.0.46
1792026-07-09T04:41:45.231Z Compiling libc v0.2.186
1802026-07-09T04:41:45.231Z Compiling rustix v1.1.4
1812026-07-09T04:41:45.231Z Compiling utf8parse v0.2.2
1822026-07-09T04:41:45.283Z Compiling zmij v1.0.21
1832026-07-09T04:41:45.405Z Compiling bitflags v2.13.0
1842026-07-09T04:41:45.420Z Compiling anstyle-parse v1.0.0
1852026-07-09T04:41:45.645Z Compiling serde_json v1.0.150
1862026-07-09T04:41:45.706Z Compiling serde v1.0.228
1872026-07-09T04:41:45.722Z Compiling is_terminal_polyfill v1.70.2
1882026-07-09T04:41:45.798Z Compiling colorchoice v1.0.5
1892026-07-09T04:41:45.847Z Compiling anstyle-query v1.1.5
1902026-07-09T04:41:45.854Z Compiling anstyle v1.0.14
1912026-07-09T04:41:45.878Z Compiling thiserror v2.0.18
1922026-07-09T04:41:45.903Z Compiling camino v1.2.4
1932026-07-09T04:41:46.020Z Compiling errno v0.3.14
1942026-07-09T04:41:46.099Z Compiling anstream v1.0.0
1952026-07-09T04:41:46.108Z Compiling anyhow v1.0.103
1962026-07-09T04:41:46.259Z Compiling itoa v1.0.18
1972026-07-09T04:41:46.394Z Compiling winnow v1.0.3
1982026-07-09T04:41:46.434Z Compiling memchr v2.8.2
1992026-07-09T04:41:46.513Z Compiling syn v2.0.118
2002026-07-09T04:41:46.522Z Compiling strsim v0.11.1
2012026-07-09T04:41:46.574Z Compiling heck v0.5.0
2022026-07-09T04:41:46.612Z Compiling clap_lex v1.1.0
2032026-07-09T04:41:46.764Z Compiling terminal_size v0.4.4
2042026-07-09T04:41:46.811Z Compiling toml_parser v1.1.2+spec-1.1.0
2052026-07-09T04:41:46.915Z Compiling clap_builder v4.6.0
2062026-07-09T04:41:47.228Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-07-09T04:41:47.536Z Compiling serde_spanned v1.1.1
2082026-07-09T04:41:47.642Z Compiling cargo-platform v0.3.3
2092026-07-09T04:41:47.692Z Compiling semver v1.0.28
2102026-07-09T04:41:47.704Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-07-09T04:41:48.206Z Compiling toml v1.1.2+spec-1.1.0
2122026-07-09T04:41:48.684Z Compiling serde_derive v1.0.228
2132026-07-09T04:41:48.684Z Compiling thiserror-impl v2.0.18
2142026-07-09T04:41:48.684Z Compiling clap_derive v4.6.1
2152026-07-09T04:41:50.276Z Compiling clap v4.6.1
2162026-07-09T04:41:51.745Z Compiling cargo_metadata v0.23.1
2172026-07-09T04:41:54.271Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-07-09T04:41:55.880Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.31s
2192026-07-09T04:41:55.953Z Running `target/debug/xtask build --profile all`
2202026-07-09T04:41:57.464ZBuilding opteadm (release).
2212026-07-09T04:41:57.555Z Compiling proc-macro2 v1.0.106
2222026-07-09T04:41:57.555Z Compiling quote v1.0.46
2232026-07-09T04:41:57.555Z Compiling unicode-ident v1.0.24
2242026-07-09T04:41:57.555Z Compiling serde_core v1.0.228
2252026-07-09T04:41:57.555Z Compiling libc v0.2.186
2262026-07-09T04:41:57.558Z Compiling cfg-if v1.0.4
2272026-07-09T04:41:57.558Z Compiling thiserror v2.0.18
2282026-07-09T04:41:57.558Z Compiling strsim v0.11.1
2292026-07-09T04:41:57.629Z Compiling memchr v2.8.2
2302026-07-09T04:41:57.669Z Compiling fnv v1.0.7
2312026-07-09T04:41:57.747Z Compiling ident_case v1.0.1
2322026-07-09T04:41:57.847Z Compiling regex-syntax v0.8.11
2332026-07-09T04:41:57.857Z Compiling zerocopy v0.8.54
2342026-07-09T04:41:57.869Z Compiling anyhow v1.0.103
2352026-07-09T04:41:58.059Z Compiling aho-corasick v1.1.4
2362026-07-09T04:41:58.159Z Compiling either v1.16.0
2372026-07-09T04:41:58.171Z Compiling serde v1.0.228
2382026-07-09T04:41:58.203Z Compiling hashbrown v0.17.1
2392026-07-09T04:41:58.276Z Compiling equivalent v1.0.2
2402026-07-09T04:41:58.342Z Compiling winnow v1.0.3
2412026-07-09T04:41:58.346Z Compiling itertools v0.14.0
2422026-07-09T04:41:58.675Z Compiling syn v2.0.118
2432026-07-09T04:41:58.719Z Compiling indexmap v2.14.0
2442026-07-09T04:41:58.795Z Compiling heapless v0.8.0
2452026-07-09T04:41:59.141Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-07-09T04:41:59.354Z Compiling regex-automata v0.4.14
2472026-07-09T04:41:59.364Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-07-09T04:41:59.390Z Compiling byteorder v1.5.0
2492026-07-09T04:41:59.573Z Compiling hash32 v0.3.1
2502026-07-09T04:41:59.587Z Compiling macaddr v1.0.1
2512026-07-09T04:41:59.672Z Compiling stable_deref_trait v1.2.1
2522026-07-09T04:41:59.700Z Compiling bitflags v2.13.0
2532026-07-09T04:41:59.732Z Compiling toml_edit v0.25.12+spec-1.1.0
2542026-07-09T04:41:59.788Z Compiling syn v1.0.109
2552026-07-09T04:41:59.835Z Compiling rustversion v1.0.22
2562026-07-09T04:41:59.911Z Compiling smoltcp v0.11.0
2572026-07-09T04:41:59.914Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-07-09T04:42:00.148Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2592026-07-09T04:42:00.161Z Compiling bitflags v1.3.2
2602026-07-09T04:42:00.219Z Compiling rand_core v0.10.1
2612026-07-09T04:42:00.231Z Compiling getrandom v0.4.3
2622026-07-09T04:42:00.277Z Compiling ref-cast v1.0.25
2632026-07-09T04:42:00.361Z Compiling proc-macro-crate v3.5.0
2642026-07-09T04:42:00.361Z Compiling version_check v0.9.5
2652026-07-09T04:42:00.492Z Compiling rustix v1.1.4
2662026-07-09T04:42:00.524Z Compiling managed v0.8.0
2672026-07-09T04:42:00.611Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-07-09T04:42:00.759Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-07-09T04:42:00.837Z Compiling errno v0.3.14
2702026-07-09T04:42:00.970Z Compiling utf8parse v0.2.2
2712026-07-09T04:42:01.019Z Compiling foreign-types-shared v0.3.1
2722026-07-09T04:42:01.059Z Compiling regex v1.12.4
2732026-07-09T04:42:01.095Z Compiling once_cell v1.21.4
2742026-07-09T04:42:01.182Z Compiling cpufeatures v0.3.0
2752026-07-09T04:42:01.242Z Compiling unicode-width v0.2.2
2762026-07-09T04:42:01.310Z Compiling darling_core v0.21.3
2772026-07-09T04:42:01.432Z Compiling ipnetwork v0.21.1
2782026-07-09T04:42:01.518Z Compiling tabwriter v1.4.1
2792026-07-09T04:42:01.801Z Compiling cstr-argument v0.1.2
2802026-07-09T04:42:01.844Z Compiling tracing-core v0.1.36
2812026-07-09T04:42:01.878Z Compiling chacha20 v0.10.1
2822026-07-09T04:42:01.899Z Compiling anstyle-parse v1.0.0
2832026-07-09T04:42:02.462Z Compiling thiserror-impl v2.0.18
2842026-07-09T04:42:02.488Z Compiling serde_derive v1.0.228
2852026-07-09T04:42:02.492Z Compiling zerocopy-derive v0.8.54
2862026-07-09T04:42:02.659Z Compiling foreign-types-macros v0.2.3
2872026-07-09T04:42:02.754Z Compiling num_enum_derive v0.7.6
2882026-07-09T04:42:03.270Z Compiling ref-cast-impl v1.0.25
2892026-07-09T04:42:03.349Z Compiling darling_macro v0.21.3
2902026-07-09T04:42:03.420Z Compiling foreign-types v0.5.0
2912026-07-09T04:42:03.484Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2922026-07-09T04:42:03.707Z Compiling cobs v0.3.0
2932026-07-09T04:42:03.729Z Compiling num_enum v0.7.6
2942026-07-09T04:42:03.834Z Compiling tracing-attributes v0.1.31
2952026-07-09T04:42:03.886Z Compiling darling v0.21.3
2962026-07-09T04:42:03.911Z Compiling pretty-hex v0.4.2
2972026-07-09T04:42:03.940Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2982026-07-09T04:42:03.945Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2992026-07-09T04:42:04.006Z Compiling ingot-macros v0.1.1
3002026-07-09T04:42:04.017Z Compiling dyn-clone v1.0.20
3012026-07-09T04:42:04.067Z Compiling anstyle v1.0.14
3022026-07-09T04:42:04.144Z Compiling pin-project-lite v0.2.17
3032026-07-09T04:42:04.166Z Compiling colorchoice v1.0.5
3042026-07-09T04:42:05.230Z Compiling is_terminal_polyfill v1.70.2
3052026-07-09T04:42:05.233Z Compiling anstyle-query v1.1.5
3062026-07-09T04:42:05.233Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-07-09T04:42:05.233Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3082026-07-09T04:42:05.233Z Compiling anstream v1.0.0
3092026-07-09T04:42:05.233Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-07-09T04:42:05.233Z Compiling terminal_size v0.4.4
3112026-07-09T04:42:05.233Z Compiling rand v0.10.2
3122026-07-09T04:42:05.233Z Compiling uuid v1.23.4
3132026-07-09T04:42:05.233Z Compiling socket2 v0.6.4
3142026-07-09T04:42:05.233Z Compiling heck v0.5.0
3152026-07-09T04:42:05.233Z Compiling tracing v0.1.44
3162026-07-09T04:42:05.233Z Compiling clap_lex v1.1.0
3172026-07-09T04:42:05.250Z Compiling oxnet v0.1.6
3182026-07-09T04:42:05.333Z Compiling colored v3.1.1
3192026-07-09T04:42:05.539Z Compiling clap_derive v4.6.1
3202026-07-09T04:42:05.581Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3212026-07-09T04:42:05.768Z Compiling postcard v1.1.3
3222026-07-09T04:42:05.872Z Compiling clap_builder v4.6.0
3232026-07-09T04:42:06.881Z Compiling ingot-types v0.1.2
3242026-07-09T04:42:07.197Z Compiling ingot v0.1.1
3252026-07-09T04:42:07.624Z Compiling clap v4.6.1
3262026-07-09T04:42:08.902Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-07-09T04:42:09.930Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-07-09T04:42:10.968Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-07-09T04:42:17.489Z Finished `release` profile [optimized + debuginfo] target(s) in 20.02s
3302026-07-09T04:42:17.516ZBuilding xde (release-lto).
3312026-07-09T04:42:17.764Z Updating crates.io index
3322026-07-09T04:42:17.848Z Downloading crates ...
3332026-07-09T04:42:17.894Z Downloaded rustc-demangle v0.1.27
3342026-07-09T04:42:17.899Z Downloaded adler2 v2.0.1
3352026-07-09T04:42:17.907Z Downloaded rustc-literal-escaper v0.0.8
3362026-07-09T04:42:17.910Z Downloaded memchr v2.7.6
3372026-07-09T04:42:17.916Z Downloaded foldhash v0.2.0
3382026-07-09T04:42:17.920Z Downloaded addr2line v0.25.1
3392026-07-09T04:42:17.923Z Downloaded getopts v0.2.24
3402026-07-09T04:42:17.938Z Downloaded miniz_oxide v0.8.9
3412026-07-09T04:42:17.984Z Downloaded gimli v0.32.3
3422026-07-09T04:42:17.988Z Downloaded object v0.37.3
3432026-07-09T04:42:18.027Z Downloaded libc v0.2.185
3442026-07-09T04:42:18.083Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-07-09T04:42:18.083Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-07-09T04:42:18.086Z Compiling proc-macro2 v1.0.106
3472026-07-09T04:42:18.086Z Compiling quote v1.0.46
3482026-07-09T04:42:18.086Z Compiling unicode-ident v1.0.24
3492026-07-09T04:42:18.086Z Compiling ident_case v1.0.1
3502026-07-09T04:42:18.086Z Compiling strsim v0.11.1
3512026-07-09T04:42:18.086Z Compiling serde_core v1.0.228
3522026-07-09T04:42:18.250Z Compiling fnv v1.0.7
3532026-07-09T04:42:18.253Z Compiling memchr v2.8.2
3542026-07-09T04:42:18.338Z Compiling regex-syntax v0.8.11
3552026-07-09T04:42:18.489Z Compiling thiserror v2.0.18
3562026-07-09T04:42:18.508Z Compiling either v1.16.0
3572026-07-09T04:42:18.512Z Compiling zerocopy v0.8.54
3582026-07-09T04:42:18.629Z Compiling serde v1.0.228
3592026-07-09T04:42:18.698Z Compiling aho-corasick v1.1.4
3602026-07-09T04:42:18.897Z Compiling itertools v0.14.0
3612026-07-09T04:42:19.059Z Compiling heapless v0.8.0
3622026-07-09T04:42:19.078Z Compiling smoltcp v0.11.0
3632026-07-09T04:42:19.280Z Compiling syn v2.0.118
3642026-07-09T04:42:19.348Z Compiling crc32fast v1.5.0
3652026-07-09T04:42:19.509Z Compiling ref-cast v1.0.25
3662026-07-09T04:42:19.531Z Compiling version_check v0.9.5
3672026-07-09T04:42:19.779Z Compiling regex-automata v0.4.14
3682026-07-09T04:42:19.831Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-07-09T04:42:21.324Z Compiling regex v1.12.4
3702026-07-09T04:42:21.548Z Compiling darling_core v0.21.3
3712026-07-09T04:42:21.589Z Compiling darling_core v0.23.0
3722026-07-09T04:42:22.450Z Compiling zerocopy-derive v0.8.54
3732026-07-09T04:42:22.450Z Compiling thiserror-impl v2.0.18
3742026-07-09T04:42:22.450Z Compiling serde_derive v1.0.228
3752026-07-09T04:42:22.450Z Compiling ref-cast-impl v1.0.25
3762026-07-09T04:42:22.453Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-07-09T04:42:24.104Z Compiling darling_macro v0.21.3
3782026-07-09T04:42:24.108Z Compiling darling_macro v0.23.0
3792026-07-09T04:42:25.000Z Compiling darling v0.21.3
3802026-07-09T04:42:25.003Z Compiling darling v0.23.0
3812026-07-09T04:42:25.063Z Compiling ingot-macros v0.1.1
3822026-07-09T04:42:25.063Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-07-09T04:42:30.588Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-07-09T04:42:32.700Z Compiling byteorder v1.5.0
3852026-07-09T04:42:32.701Z Compiling cfg-if v1.0.4
3862026-07-09T04:42:32.704Z Compiling macaddr v1.0.1
3872026-07-09T04:42:32.704Z Compiling stable_deref_trait v1.2.1
3882026-07-09T04:42:32.760Z Compiling bitflags v1.3.2
3892026-07-09T04:42:32.770Z Compiling cobs v0.3.0
3902026-07-09T04:42:32.796Z Compiling managed v0.8.0
3912026-07-09T04:42:32.894Z Compiling hash32 v0.3.1
3922026-07-09T04:42:32.965Z Compiling dyn-clone v1.0.20
3932026-07-09T04:42:33.020Z Compiling itertools v0.15.0
3942026-07-09T04:42:33.057Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-07-09T04:42:34.314Z Compiling bitflags v2.13.0
3962026-07-09T04:42:34.314Z Compiling uuid v1.23.4
3972026-07-09T04:42:34.457Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-07-09T04:42:34.750Z Compiling postcard v1.1.3
3992026-07-09T04:42:35.566Z Compiling ingot-types v0.1.2
4002026-07-09T04:42:35.881Z Compiling ingot v0.1.1
4012026-07-09T04:42:37.378Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-07-09T04:42:41.187Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-07-09T04:42:49.937Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-07-09T04:43:19.649Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-07-09T04:43:19.680ZLinking xde kmod...
4062026-07-09T04:43:20.258ZBuilding xde dev link helper (release).
4072026-07-09T04:43:20.412Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-07-09T04:43:20.412Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-07-09T04:43:20.412Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-07-09T04:43:31.971Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-07-09T04:43:34.469Z Finished `release` profile [optimized + debuginfo] target(s) in 14.18s
4122026-07-09T04:43:34.487ZBuilding opteadm (dev).
4132026-07-09T04:43:34.642Z Compiling serde_core v1.0.228
4142026-07-09T04:43:34.642Z Compiling libc v0.2.186
4152026-07-09T04:43:34.642Z Compiling cfg-if v1.0.4
4162026-07-09T04:43:34.642Z Compiling strsim v0.11.1
4172026-07-09T04:43:34.646Z Compiling ident_case v1.0.1
4182026-07-09T04:43:34.646Z Compiling memchr v2.8.2
4192026-07-09T04:43:34.646Z Compiling fnv v1.0.7
4202026-07-09T04:43:34.665Z Compiling syn v2.0.118
4212026-07-09T04:43:34.716Z Compiling regex-syntax v0.8.11
4222026-07-09T04:43:34.738Z Compiling hashbrown v0.17.1
4232026-07-09T04:43:34.761Z Compiling zerocopy v0.8.54
4242026-07-09T04:43:34.935Z Compiling equivalent v1.0.2
4252026-07-09T04:43:35.007Z Compiling winnow v1.0.3
4262026-07-09T04:43:35.148Z Compiling aho-corasick v1.1.4
4272026-07-09T04:43:35.211Z Compiling serde v1.0.228
4282026-07-09T04:43:35.269Z Compiling either v1.16.0
4292026-07-09T04:43:35.411Z Compiling indexmap v2.14.0
4302026-07-09T04:43:35.461Z Compiling itertools v0.14.0
4312026-07-09T04:43:35.595Z Compiling byteorder v1.5.0
4322026-07-09T04:43:35.764Z Compiling toml_datetime v1.1.1+spec-1.1.0
4332026-07-09T04:43:35.970Z Compiling toml_parser v1.1.2+spec-1.1.0
4342026-07-09T04:43:35.990Z Compiling heapless v0.8.0
4352026-07-09T04:43:36.005Z Compiling hash32 v0.3.1
4362026-07-09T04:43:36.154Z Compiling regex-automata v0.4.14
4372026-07-09T04:43:36.449Z Compiling toml_edit v0.25.12+spec-1.1.0
4382026-07-09T04:43:36.511Z Compiling macaddr v1.0.1
4392026-07-09T04:43:36.524Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4402026-07-09T04:43:36.658Z Compiling bitflags v2.13.0
4412026-07-09T04:43:36.736Z Compiling stable_deref_trait v1.2.1
4422026-07-09T04:43:36.755Z Compiling syn v1.0.109
4432026-07-09T04:43:36.763Z Compiling rustversion v1.0.22
4442026-07-09T04:43:36.801Z Compiling smoltcp v0.11.0
4452026-07-09T04:43:37.105Z Compiling proc-macro-crate v3.5.0
4462026-07-09T04:43:37.118Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4472026-07-09T04:43:37.143Z Compiling getrandom v0.4.3
4482026-07-09T04:43:37.147Z Compiling version_check v0.9.5
4492026-07-09T04:43:37.269Z Compiling darling_core v0.21.3
4502026-07-09T04:43:37.328Z Compiling bitflags v1.3.2
4512026-07-09T04:43:37.345Z Compiling rand_core v0.10.1
4522026-07-09T04:43:37.391Z Compiling ref-cast v1.0.25
4532026-07-09T04:43:37.398Z Compiling managed v0.8.0
4542026-07-09T04:43:37.418Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-07-09T04:43:37.659Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-07-09T04:43:37.745Z Compiling errno v0.3.14
4572026-07-09T04:43:37.914Z Compiling regex v1.12.4
4582026-07-09T04:43:38.070Z Compiling ipnetwork v0.21.1
4592026-07-09T04:43:38.290Z Compiling foreign-types-shared v0.3.1
4602026-07-09T04:43:38.369Z Compiling cpufeatures v0.3.0
4612026-07-09T04:43:38.375Z Compiling thiserror-impl v2.0.18
4622026-07-09T04:43:38.434Z Compiling zerocopy-derive v0.8.54
4632026-07-09T04:43:38.598Z Compiling serde_derive v1.0.228
4642026-07-09T04:43:38.677Z Compiling ref-cast-impl v1.0.25
4652026-07-09T04:43:39.298Z Compiling num_enum_derive v0.7.6
4662026-07-09T04:43:39.417Z Compiling darling_macro v0.21.3
4672026-07-09T04:43:39.470Z Compiling foreign-types-macros v0.2.3
4682026-07-09T04:43:39.641Z Compiling thiserror v2.0.18
4692026-07-09T04:43:39.740Z Compiling cobs v0.3.0
4702026-07-09T04:43:39.985Z Compiling darling v0.21.3
4712026-07-09T04:43:40.024Z Compiling once_cell v1.21.4
4722026-07-09T04:43:40.055Z Compiling ingot-macros v0.1.1
4732026-07-09T04:43:40.107Z Compiling unicode-width v0.2.2
4742026-07-09T04:43:40.268Z Compiling tracing-core v0.1.36
4752026-07-09T04:43:40.304Z Compiling num_enum v0.7.6
4762026-07-09T04:43:40.411Z Compiling tabwriter v1.4.1
4772026-07-09T04:43:40.415Z Compiling foreign-types v0.5.0
4782026-07-09T04:43:40.577Z Compiling cstr-argument v0.1.2
4792026-07-09T04:43:40.740Z Compiling chacha20 v0.10.1
4802026-07-09T04:43:40.826Z Compiling tracing-attributes v0.1.31
4812026-07-09T04:43:40.868Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-07-09T04:43:41.088Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4832026-07-09T04:43:41.356Z Compiling rustix v1.1.4
4842026-07-09T04:43:41.809Z Compiling postcard v1.1.3
4852026-07-09T04:43:41.877Z Compiling anyhow v1.0.103
4862026-07-09T04:43:42.000Z Compiling pretty-hex v0.4.2
4872026-07-09T04:43:42.021Z Compiling dyn-clone v1.0.20
4882026-07-09T04:43:42.037Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4892026-07-09T04:43:42.069Z Compiling pin-project-lite v0.2.17
4902026-07-09T04:43:42.122Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4912026-07-09T04:43:42.155Z Compiling tracing v0.1.44
4922026-07-09T04:43:42.176Z Compiling terminal_size v0.4.4
4932026-07-09T04:43:42.262Z Compiling rand v0.10.2
4942026-07-09T04:43:42.321Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4952026-07-09T04:43:42.329Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-07-09T04:43:42.443Z Compiling uuid v1.23.4
4972026-07-09T04:43:42.447Z Compiling socket2 v0.6.4
4982026-07-09T04:43:42.519Z Compiling colored v3.1.1
4992026-07-09T04:43:42.565Z Compiling oxnet v0.1.6
5002026-07-09T04:43:42.724Z Compiling ingot-types v0.1.2
5012026-07-09T04:43:42.894Z Compiling clap_derive v4.6.1
5022026-07-09T04:43:43.046Z Compiling clap_builder v4.6.0
5032026-07-09T04:43:43.059Z Compiling ingot v0.1.1
5042026-07-09T04:43:43.129Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5052026-07-09T04:43:44.775Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-09T04:43:44.783Z Compiling clap v4.6.1
5072026-07-09T04:43:46.865Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-07-09T04:43:47.733Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-07-09T04:43:52.125Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.63s
5102026-07-09T04:43:52.156ZBuilding xde (dev).
5112026-07-09T04:43:52.384Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-07-09T04:43:52.384Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-07-09T04:43:52.384Z Compiling proc-macro2 v1.0.106
5142026-07-09T04:43:52.384Z Compiling unicode-ident v1.0.24
5152026-07-09T04:43:52.384Z Compiling quote v1.0.46
5162026-07-09T04:43:52.384Z Compiling strsim v0.11.1
5172026-07-09T04:43:52.387Z Compiling ident_case v1.0.1
5182026-07-09T04:43:52.387Z Compiling serde_core v1.0.228
5192026-07-09T04:43:52.504Z Compiling fnv v1.0.7
5202026-07-09T04:43:52.508Z Compiling memchr v2.8.2
5212026-07-09T04:43:52.589Z Compiling regex-syntax v0.8.11
5222026-07-09T04:43:52.758Z Compiling zerocopy v0.8.54
5232026-07-09T04:43:52.772Z Compiling serde v1.0.228
5242026-07-09T04:43:52.772Z Compiling either v1.16.0
5252026-07-09T04:43:52.902Z Compiling aho-corasick v1.1.4
5262026-07-09T04:43:52.960Z Compiling thiserror v2.0.18
5272026-07-09T04:43:53.172Z Compiling itertools v0.14.0
5282026-07-09T04:43:53.196Z Compiling heapless v0.8.0
5292026-07-09T04:43:53.533Z Compiling syn v2.0.118
5302026-07-09T04:43:53.565Z Compiling smoltcp v0.11.0
5312026-07-09T04:43:53.598Z Compiling ref-cast v1.0.25
5322026-07-09T04:43:53.670Z Compiling version_check v0.9.5
5332026-07-09T04:43:54.002Z Compiling crc32fast v1.5.0
5342026-07-09T04:43:54.050Z Compiling regex-automata v0.4.14
5352026-07-09T04:43:54.065Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-07-09T04:43:55.620Z Compiling regex v1.12.4
5372026-07-09T04:43:55.841Z Compiling darling_core v0.21.3
5382026-07-09T04:43:55.865Z Compiling darling_core v0.23.0
5392026-07-09T04:43:56.767Z Compiling serde_derive v1.0.228
5402026-07-09T04:43:56.767Z Compiling thiserror-impl v2.0.18
5412026-07-09T04:43:56.767Z Compiling zerocopy-derive v0.8.54
5422026-07-09T04:43:56.771Z Compiling ref-cast-impl v1.0.25
5432026-07-09T04:43:56.771Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-07-09T04:43:58.337Z Compiling darling_macro v0.21.3
5452026-07-09T04:43:58.542Z Compiling darling_macro v0.23.0
5462026-07-09T04:43:59.260Z Compiling darling v0.21.3
5472026-07-09T04:43:59.325Z Compiling ingot-macros v0.1.1
5482026-07-09T04:43:59.499Z Compiling darling v0.23.0
5492026-07-09T04:43:59.563Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-07-09T04:44:04.440Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-07-09T04:44:06.189Z Compiling byteorder v1.5.0
5522026-07-09T04:44:06.189Z Compiling macaddr v1.0.1
5532026-07-09T04:44:06.189Z Compiling cfg-if v1.0.4
5542026-07-09T04:44:06.193Z Compiling stable_deref_trait v1.2.1
5552026-07-09T04:44:06.255Z Compiling cobs v0.3.0
5562026-07-09T04:44:06.260Z Compiling managed v0.8.0
5572026-07-09T04:44:06.294Z Compiling bitflags v1.3.2
5582026-07-09T04:44:06.361Z Compiling hash32 v0.3.1
5592026-07-09T04:44:06.520Z Compiling itertools v0.15.0
5602026-07-09T04:44:06.525Z Compiling dyn-clone v1.0.20
5612026-07-09T04:44:06.636Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-07-09T04:44:07.731Z Compiling bitflags v2.13.0
5632026-07-09T04:44:07.732Z Compiling uuid v1.23.4
5642026-07-09T04:44:07.869Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-07-09T04:44:08.144Z Compiling postcard v1.1.3
5662026-07-09T04:44:08.927Z Compiling ingot-types v0.1.2
5672026-07-09T04:44:09.217Z Compiling ingot v0.1.1
5682026-07-09T04:44:10.632Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-07-09T04:44:14.971Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-07-09T04:44:25.443Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-07-09T04:44:33.845Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.66s
5722026-07-09T04:44:33.870ZLinking xde kmod...
5732026-07-09T04:44:35.062ZBuilding xde dev link helper (dev).
5742026-07-09T04:44:35.218Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5752026-07-09T04:44:35.218Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-07-09T04:44:35.218Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-07-09T04:44:46.083Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-07-09T04:44:48.319Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.22s
5792026-07-09T04:44:48.341Z
5802026-07-09T04:44:48.341Zreal 3:07.777736267
5812026-07-09T04:44:48.341Zuser 9:01.983267202
5822026-07-09T04:44:48.341Zsys 59.115354364
5832026-07-09T04:44:48.350Ztrap 0.233095403
5842026-07-09T04:44:48.350Ztflt 0.898262431
5852026-07-09T04:44:48.350Zdflt 1.709218705
5862026-07-09T04:44:48.350Zkflt 0.007647674
5872026-07-09T04:44:48.350Zlock 34:44.531406381
5882026-07-09T04:44:48.350Zslp 21:12.715564839
5892026-07-09T04:44:48.350Zlat 20.798635925
5902026-07-09T04:44:48.350Zstop 32.756849432
5912026-07-09T04:44:48.350Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-07-09T04:44:48.350Z+ grep GOTPCREL
5932026-07-09T04:44:49.299Z+ header 'package opte'
5942026-07-09T04:44:49.299Z+ echo '# ==== package opte ==== #'
5952026-07-09T04:44:49.299Z# ==== package opte ==== #
5962026-07-09T04:44:49.299Z+ cargo xtask package --skip-build --profile all
5972026-07-09T04:44:49.436Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5982026-07-09T04:44:49.440Z Running `target/debug/xtask package --skip-build --profile all`
5992026-07-09T04:44:49.637Z+ ./clean.sh
6002026-07-09T04:44:49.643Z+ mkdir -p proto/kernel/drv/amd64
6012026-07-09T04:44:49.647Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-07-09T04:44:49.647Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-07-09T04:44:49.650Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-07-09T04:44:49.666Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-07-09T04:44:49.698Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-07-09T04:44:49.701Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-07-09T04:44:49.701Z+ '[' -z ']'
6082026-07-09T04:44:49.701Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-07-09T04:44:49.728Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-07-09T04:44:49.796Z+ INC_DEBUG=
6112026-07-09T04:44:49.796Z+ typeset -ri TAG=0
6122026-07-09T04:44:49.805Z++ ./print-api-version.sh
6132026-07-09T04:44:49.808Z+ API_VSN=41
6142026-07-09T04:44:49.809Z+ PKG_VERSION=0.41.499-3.0
6152026-07-09T04:44:49.809Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.499-3.0/g opte.template.p5m
6162026-07-09T04:44:49.809Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-07-09T04:44:50.331Z+ pkgdepend generate -d proto opte.base.p5m
6182026-07-09T04:44:50.669Z+ mkdir -p packages
6192026-07-09T04:44:50.677Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-07-09T04:44:57.479Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-07-09T04:44:57.484Z+ pkgrepo create packages/repo
6222026-07-09T04:44:57.691Z+ pkgrepo add-publisher -s packages/repo helios
6232026-07-09T04:44:57.892Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-07-09T04:45:27.023Zpkg://helios/driver/network/opte@0.41.499,5.11-3.0:20260709T044457Z
6252026-07-09T04:45:27.023ZPUBLISHED
6262026-07-09T04:45:27.055Z+ pkgrecv -a -d packages/repo/opte-0.41.499-3.0.p5p -s packages/repo -v -m latest '*'
6272026-07-09T04:45:27.234ZRetrieving packages for publisher helios ...
6282026-07-09T04:45:27.238ZRetrieving catalog 'helios' ... Done
6292026-07-09T04:45:27.241ZRetrieving and evaluating 1 package(s)...
6302026-07-09T04:45:27.241ZFetching manifests: 1/1 100% complete
6312026-07-09T04:45:27.241ZFetching manifests: 1/1 100% complete
6322026-07-09T04:45:27.241Z
6332026-07-09T04:45:27.241ZArchiving packages ...
6342026-07-09T04:45:27.241Z Packages to add: 1
6352026-07-09T04:45:27.241Z Files to retrieve: 6
6362026-07-09T04:45:27.241ZEstimated transfer size: 37.02 MB
6372026-07-09T04:45:27.242Z
6382026-07-09T04:45:27.242ZPackages to archive:
6392026-07-09T04:45:27.242Zdriver/network/opte@0.41.499,5.11-3.0:20260709T044457Z
6402026-07-09T04:45:27.242Z
6412026-07-09T04:45:27.242ZDownload: 0/6 items 0.0/37.0MB 0% complete
6422026-07-09T04:45:27.306ZDownload: Completed 37.02 MB in 0.07 seconds (545M/s)
6432026-07-09T04:45:27.310ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6442026-07-09T04:45:27.322ZArchiving: Completed 37.05 MB in 0.01 seconds
6452026-07-09T04:45:27.360ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.499-3.0.p5p.
6462026-07-09T04:45:27.363Z+ banner copy
6472026-07-09T04:45:27.366Z
6482026-07-09T04:45:27.366Z #### #### ##### # #
6492026-07-09T04:45:27.366Z # # # # # # # #
6502026-07-09T04:45:27.366Z # # # # # #
6512026-07-09T04:45:27.366Z # # # ##### #
6522026-07-09T04:45:27.366Z # # # # # #
6532026-07-09T04:45:27.366Z #### #### # #
6542026-07-09T04:45:27.366Z
6552026-07-09T04:45:27.366Z+ pfexec mkdir -p /out
6562026-07-09T04:45:27.370Z+ pfexec chown 12345 /out
6572026-07-09T04:45:27.370Z+ PKG_NAME=/out/opte.p5p
6582026-07-09T04:45:27.370Z+ mv pkg/packages/repo/opte-0.41.499-3.0.p5p /out/opte.p5p
6592026-07-09T04:45:27.400Z+ sha256sum /out/opte.p5p
6602026-07-09T04:45:27.425Zprocess exited: duration 240390 ms, exit code 0
 
6612026-07-09T04:45:27.436Zfound 2 output files
6622026-07-09T04:45:27.436Zuploading: /out/opte.p5p (38860800 bytes)
6632026-07-09T04:45:28.880Zuploaded: /out/opte.p5p
6642026-07-09T04:45:28.880Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-07-09T04:45:29.922Zuploaded: /out/opte.p5p.sha256