01KW9QZA2QK331RW76HV0SWNXG: 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: 01KW9QZPKD6NR4QW1CH3P2XT3Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-29T13:10:23.541Zjob assigned to worker 01KW9QZXQY7AGRND8778XDT3ZQ [factory aws, i-0acc8181c309107ec] (queued for 49 s)
 
22026-06-29T13:10:30.334Zstarting task 0: "setup"
32026-06-29T13:10:30.338Z++ uname -s
42026-06-29T13:10:30.341Z+ kern=SunOS
52026-06-29T13:10:30.341Z+ build_user=build
62026-06-29T13:10:30.341Z+ build_uid=12345
72026-06-29T13:10:30.341Z+ work_dir=/work
82026-06-29T13:10:30.341Z+ input_dir=/input
92026-06-29T13:10:30.341Z+ [[ 0 == 12345 ]]
102026-06-29T13:10:30.341Z+ case "$kern" in
112026-06-29T13:10:30.341Z+ groupadd -g 12345 build
122026-06-29T13:10:30.344Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-29T13:10:32.348Z+ zfs create -o mountpoint=/work rpool/work
142026-06-29T13:10:32.512Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-29T13:10:32.515Z+ home_fs=zfs
162026-06-29T13:10:32.515Z+ [[ zfs == autofs ]]
172026-06-29T13:10:32.515Z+ mkdir -p /home/build
182026-06-29T13:10:32.515Z+ chown build:build /home/build /work
192026-06-29T13:10:34.516Z+ chmod 0700 /home/build /work
202026-06-29T13:10:34.520Zprocess exited: duration 4186 ms, exit code 0
 
212026-06-29T13:10:34.526Zstarting task 1: "rust-toolchain"
222026-06-29T13:10:34.530Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-29T13:10:34.530Z * rust toolchain channel = "1.96.0"
242026-06-29T13:10:34.530Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-29T13:10:34.530Z * rust toolchain profile = "default"
262026-06-29T13:10:34.530Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-29T13:10:34.530Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-29T13:10:34.533Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-29T13:10:34.533Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-29T13:10:34.639Zinfo: downloading installer
312026-06-29T13:10:36.004Zwarn: It looks like you have an existing rustup settings file at:
322026-06-29T13:10:36.004Zwarn: /home/build/.rustup/settings.toml
332026-06-29T13:10:36.004Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-29T13:10:36.004Zwarn: instead of the one inferred from the default host triple.
352026-06-29T13:10:36.016Zinfo: profile set to default
362026-06-29T13:10:36.016Zinfo: default host triple is x86_64-unknown-illumos
372026-06-29T13:10:36.020Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-29T13:10:36.163Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-29T13:10:36.166Zinfo: downloading 6 components
402026-06-29T13:10:51.399Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-29T13:10:51.399Z
422026-06-29T13:10:51.427Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-29T13:10:51.427Z
442026-06-29T13:10:51.429Z
452026-06-29T13:10:51.430ZRust is installed now. Great!
462026-06-29T13:10:51.430Z
472026-06-29T13:10:51.430ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-29T13:10:51.430Zenvironment variable. This has not been done automatically.
492026-06-29T13:10:51.430Z
502026-06-29T13:10:51.430ZTo configure your current shell, you need to source
512026-06-29T13:10:51.430Zthe corresponding env file under $HOME/.cargo.
522026-06-29T13:10:51.430Z
532026-06-29T13:10:51.430ZThis is usually done by running one of the following (note the leading DOT):
542026-06-29T13:10:51.430Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-29T13:10:51.430Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-29T13:10:51.430Zsource "~/.cargo/env.nu" # For nushell
572026-06-29T13:10:51.430Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-29T13:10:51.430Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-29T13:10:51.430Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-29T13:10:51.430Zwarn: no default linker (`cc`) was found in your PATH
612026-06-29T13:10:51.430Zwarn: many Rust crates require a system C toolchain to build
622026-06-29T13:10:51.512Z+ rustup --version
632026-06-29T13:10:51.521Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-29T13:10:51.523Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-29T13:10:51.542Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-29T13:10:51.544Z+ cargo --version
672026-06-29T13:10:51.557Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-29T13:10:51.560Z+ rustc --version
692026-06-29T13:10:51.579Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-29T13:10:51.582Zprocess exited: duration 17055 ms, exit code 0
 
712026-06-29T13:10:51.588Zstarting task 2: "authentication"
722026-06-29T13:10:51.604Zprocess exited: duration 16 ms, exit code 0
 
732026-06-29T13:10:51.610Zstarting task 3: "clone repository"
742026-06-29T13:10:51.613Z+ mkdir -p /work/oxidecomputer/opte
752026-06-29T13:10:51.616Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-29T13:10:51.645ZCloning into '/work/oxidecomputer/opte'...
772026-06-29T13:10:52.600Z+ cd /work/oxidecomputer/opte
782026-06-29T13:10:52.600Z+ git fetch origin 51d30fdee47762c885ff8eecd004311d562a7a72
792026-06-29T13:10:52.853ZFrom https://github.com/oxidecomputer/opte
802026-06-29T13:10:52.854Z * branch 51d30fdee47762c885ff8eecd004311d562a7a72 -> FETCH_HEAD
812026-06-29T13:10:52.859Z+ [[ -n zl/mcast-tx-ecmp-select-one ]]
822026-06-29T13:10:52.862Z++ git branch --show-current
832026-06-29T13:10:52.862Z+ current=master
842026-06-29T13:10:52.862Z+ [[ master != zl/mcast-tx-ecmp-select-one ]]
852026-06-29T13:10:52.862Z+ git branch -f zl/mcast-tx-ecmp-select-one 51d30fdee47762c885ff8eecd004311d562a7a72
862026-06-29T13:10:52.865Z+ git checkout -f zl/mcast-tx-ecmp-select-one
872026-06-29T13:10:52.881ZSwitched to branch 'zl/mcast-tx-ecmp-select-one'
882026-06-29T13:10:52.884Z+ git reset --hard 51d30fdee47762c885ff8eecd004311d562a7a72
892026-06-29T13:10:52.898ZHEAD is now at 51d30fd [ecmp] Deduplicate redundant multicast next hops via per-target ECMP selection
902026-06-29T13:10:52.901Zprocess exited: duration 1288 ms, exit code 0
 
912026-06-29T13:10:52.908Zstarting task 4: "build"
922026-06-29T13:10:52.911Z+ source .github/buildomat/common.sh
932026-06-29T13:10:52.911Z++ rustup show active-toolchain
942026-06-29T13:10:52.917Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-29T13:10:52.919Z++ pushd xde
962026-06-29T13:10:52.919Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-29T13:10:52.920Z++ rustup show active-toolchain
982026-06-29T13:10:52.922Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-29T13:10:53.075Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-29T13:10:53.079Zinfo: downloading 6 components
1012026-06-29T13:11:06.819Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-29T13:11:06.922Z+++ rustup show active-toolchain -v
1032026-06-29T13:11:06.926Z+++ head -n 1
1042026-06-29T13:11:06.926Z+++ cut '-d ' -f1
1052026-06-29T13:11:06.978Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-29T13:11:06.978Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-29T13:11:06.978Z++ popd
1082026-06-29T13:11:06.982Z/work/oxidecomputer/opte
1092026-06-29T13:11:06.982Z+ TGT_BASE=/work
1102026-06-29T13:11:06.983Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-29T13:11:06.983Z+ REL_TGT=/work/release
1122026-06-29T13:11:06.983Z+ mkdir -p /work/release
1132026-06-29T13:11:06.983Z+ cargo --version
1142026-06-29T13:11:06.991Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-29T13:11:06.994Z+ rustc --version
1162026-06-29T13:11:07.012Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-29T13:11:07.015Z+ header 'build xde and opteadm (release+debug)'
1182026-06-29T13:11:07.016Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-29T13:11:07.016Z+ ptime -m cargo xtask build --profile all
1202026-06-29T13:11:07.016Z# ==== build xde and opteadm (release+debug) ==== #
1212026-06-29T13:11:07.120Z Updating crates.io index
1222026-06-29T13:11:07.123Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-29T13:11:08.116Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-29T13:11:08.523Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1252026-06-29T13:11:08.820Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1262026-06-29T13:11:09.193Z Updating git repository `https://github.com/oxidecomputer/zone`
1272026-06-29T13:11:09.498Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-29T13:11:09.779Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-29T13:11:11.665Z Downloading crates ...
1302026-06-29T13:11:11.712Z Downloaded anyhow v1.0.102
1312026-06-29T13:11:11.715Z Downloaded itoa v1.0.18
1322026-06-29T13:11:11.718Z Downloaded cargo-platform v0.3.3
1332026-06-29T13:11:11.718Z Downloaded utf8parse v0.2.2
1342026-06-29T13:11:11.718Z Downloaded anstyle v1.0.14
1352026-06-29T13:11:11.727Z Downloaded clap_lex v1.1.0
1362026-06-29T13:11:11.733Z Downloaded colorchoice v1.0.5
1372026-06-29T13:11:11.736Z Downloaded equivalent v1.0.2
1382026-06-29T13:11:11.740Z Downloaded heck v0.5.0
1392026-06-29T13:11:11.743Z Downloaded strsim v0.11.1
1402026-06-29T13:11:11.743Z Downloaded serde_spanned v1.1.1
1412026-06-29T13:11:11.750Z Downloaded terminal_size v0.4.4
1422026-06-29T13:11:11.753Z Downloaded anstyle-query v1.1.5
1432026-06-29T13:11:11.757Z Downloaded thiserror-impl v2.0.18
1442026-06-29T13:11:11.760Z Downloaded is_terminal_polyfill v1.70.2
1452026-06-29T13:11:11.760Z Downloaded cargo_metadata v0.23.1
1462026-06-29T13:11:11.764Z Downloaded zmij v1.0.21
1472026-06-29T13:11:11.767Z Downloaded toml_writer v1.1.1+spec-1.1.0
1482026-06-29T13:11:11.767Z Downloaded anstream v1.0.0
1492026-06-29T13:11:11.767Z Downloaded anstyle-parse v1.0.0
1502026-06-29T13:11:11.770Z Downloaded thiserror v2.0.18
1512026-06-29T13:11:11.773Z Downloaded errno v0.3.14
1522026-06-29T13:11:11.773Z Downloaded quote v1.0.46
1532026-06-29T13:11:11.779Z Downloaded toml_parser v1.1.2+spec-1.1.0
1542026-06-29T13:11:11.782Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1552026-06-29T13:11:11.782Z Downloaded semver v1.0.28
1562026-06-29T13:11:11.785Z Downloaded clap_derive v4.6.1
1572026-06-29T13:11:11.791Z Downloaded camino v1.2.3
1582026-06-29T13:11:11.794Z Downloaded serde_derive v1.0.228
1592026-06-29T13:11:11.800Z Downloaded proc-macro2 v1.0.106
1602026-06-29T13:11:11.802Z Downloaded serde_core v1.0.228
1612026-06-29T13:11:11.805Z Downloaded bitflags v2.13.0
1622026-06-29T13:11:11.812Z Downloaded unicode-ident v1.0.24
1632026-06-29T13:11:11.818Z Downloaded toml v1.1.2+spec-1.1.0
1642026-06-29T13:11:11.825Z Downloaded clap v4.6.1
1652026-06-29T13:11:11.830Z Downloaded serde v1.0.228
1662026-06-29T13:11:11.835Z Downloaded memchr v2.8.2
1672026-06-29T13:11:11.842Z Downloaded indexmap v2.14.0
1682026-06-29T13:11:11.861Z Downloaded serde_json v1.0.150
1692026-06-29T13:11:11.865Z Downloaded hashbrown v0.17.1
1702026-06-29T13:11:11.869Z Downloaded clap_builder v4.6.0
1712026-06-29T13:11:11.873Z Downloaded winnow v1.0.3
1722026-06-29T13:11:11.886Z Downloaded syn v2.0.118
1732026-06-29T13:11:11.901Z Downloaded rustix v1.1.4
1742026-06-29T13:11:11.935Z Downloaded libc v0.2.186
1752026-06-29T13:11:11.983Z Compiling proc-macro2 v1.0.106
1762026-06-29T13:11:11.983Z Compiling serde_core v1.0.228
1772026-06-29T13:11:11.983Z Compiling unicode-ident v1.0.24
1782026-06-29T13:11:11.983Z Compiling quote v1.0.46
1792026-06-29T13:11:11.986Z Compiling libc v0.2.186
1802026-06-29T13:11:11.986Z Compiling rustix v1.1.4
1812026-06-29T13:11:11.987Z Compiling zmij v1.0.21
1822026-06-29T13:11:12.039Z Compiling bitflags v2.13.0
1832026-06-29T13:11:12.183Z Compiling utf8parse v0.2.2
1842026-06-29T13:11:12.278Z Compiling anstyle-parse v1.0.0
1852026-06-29T13:11:12.440Z Compiling anstyle v1.0.14
1862026-06-29T13:11:12.445Z Compiling colorchoice v1.0.5
1872026-06-29T13:11:12.497Z Compiling serde v1.0.228
1882026-06-29T13:11:12.520Z Compiling thiserror v2.0.18
1892026-06-29T13:11:12.544Z Compiling serde_json v1.0.150
1902026-06-29T13:11:12.561Z Compiling is_terminal_polyfill v1.70.2
1912026-06-29T13:11:12.639Z Compiling anstyle-query v1.1.5
1922026-06-29T13:11:12.692Z Compiling camino v1.2.3
1932026-06-29T13:11:12.736Z Compiling errno v0.3.14
1942026-06-29T13:11:12.762Z Compiling anstream v1.0.0
1952026-06-29T13:11:12.819Z Compiling strsim v0.11.1
1962026-06-29T13:11:13.079Z Compiling itoa v1.0.18
1972026-06-29T13:11:13.174Z Compiling heck v0.5.0
1982026-06-29T13:11:13.227Z Compiling syn v2.0.118
1992026-06-29T13:11:13.266Z Compiling winnow v1.0.3
2002026-06-29T13:11:13.269Z Compiling anyhow v1.0.102
2012026-06-29T13:11:13.333Z Compiling terminal_size v0.4.4
2022026-06-29T13:11:13.364Z Compiling memchr v2.8.2
2032026-06-29T13:11:13.483Z Compiling clap_lex v1.1.0
2042026-06-29T13:11:13.683Z Compiling clap_builder v4.6.0
2052026-06-29T13:11:13.745Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-06-29T13:11:13.773Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-06-29T13:11:14.466Z Compiling serde_spanned v1.1.1
2082026-06-29T13:11:14.483Z Compiling cargo-platform v0.3.3
2092026-06-29T13:11:14.499Z Compiling semver v1.0.28
2102026-06-29T13:11:14.644Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-06-29T13:11:15.070Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-29T13:11:15.569Z Compiling serde_derive v1.0.228
2132026-06-29T13:11:15.978Z Compiling thiserror-impl v2.0.18
2142026-06-29T13:11:16.021Z Compiling clap_derive v4.6.1
2152026-06-29T13:11:17.553Z Compiling clap v4.6.1
2162026-06-29T13:11:18.590Z Compiling cargo_metadata v0.23.1
2172026-06-29T13:11:21.074Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-29T13:11:22.629Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.60s
2192026-06-29T13:11:22.704Z Running `target/debug/xtask build --profile all`
2202026-06-29T13:11:24.149ZBuilding opteadm (release).
2212026-06-29T13:11:24.243Z Compiling proc-macro2 v1.0.106
2222026-06-29T13:11:24.243Z Compiling quote v1.0.46
2232026-06-29T13:11:24.246Z Compiling unicode-ident v1.0.24
2242026-06-29T13:11:24.246Z Compiling serde_core v1.0.228
2252026-06-29T13:11:24.246Z Compiling libc v0.2.186
2262026-06-29T13:11:24.246Z Compiling cfg-if v1.0.4
2272026-06-29T13:11:24.246Z Compiling memchr v2.8.2
2282026-06-29T13:11:24.246Z Compiling fnv v1.0.7
2292026-06-29T13:11:24.314Z Compiling strsim v0.11.1
2302026-06-29T13:11:24.337Z Compiling ident_case v1.0.1
2312026-06-29T13:11:24.358Z Compiling thiserror v2.0.18
2322026-06-29T13:11:24.459Z Compiling regex-syntax v0.8.11
2332026-06-29T13:11:24.563Z Compiling serde v1.0.228
2342026-06-29T13:11:24.599Z Compiling winnow v1.0.3
2352026-06-29T13:11:24.826Z Compiling aho-corasick v1.1.4
2362026-06-29T13:11:24.848Z Compiling anyhow v1.0.102
2372026-06-29T13:11:24.866Z Compiling equivalent v1.0.2
2382026-06-29T13:11:24.933Z Compiling zerocopy v0.8.52
2392026-06-29T13:11:24.974Z Compiling either v1.16.0
2402026-06-29T13:11:25.152Z Compiling hashbrown v0.17.1
2412026-06-29T13:11:25.170Z Compiling itertools v0.14.0
2422026-06-29T13:11:25.464Z Compiling syn v2.0.118
2432026-06-29T13:11:25.523Z Compiling toml_parser v1.1.2+spec-1.1.0
2442026-06-29T13:11:25.623Z Compiling indexmap v2.14.0
2452026-06-29T13:11:25.672Z Compiling byteorder v1.5.0
2462026-06-29T13:11:25.850Z Compiling toml_datetime v1.1.1+spec-1.1.0
2472026-06-29T13:11:26.050Z Compiling regex-automata v0.4.14
2482026-06-29T13:11:26.051Z Compiling heapless v0.8.0
2492026-06-29T13:11:26.185Z Compiling toml_edit v0.25.12+spec-1.1.0
2502026-06-29T13:11:26.216Z Compiling hash32 v0.3.1
2512026-06-29T13:11:26.321Z Compiling bitflags v2.13.0
2522026-06-29T13:11:26.379Z Compiling rustversion v1.0.22
2532026-06-29T13:11:26.468Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2542026-06-29T13:11:26.483Z Compiling smoltcp v0.11.0
2552026-06-29T13:11:26.491Z Compiling syn v1.0.109
2562026-06-29T13:11:26.644Z Compiling macaddr v1.0.1
2572026-06-29T13:11:26.683Z Compiling stable_deref_trait v1.2.1
2582026-06-29T13:11:26.745Z Compiling proc-macro-crate v3.5.0
2592026-06-29T13:11:26.801Z Compiling rand_core v0.10.1
2602026-06-29T13:11:26.807Z Compiling ref-cast v1.0.25
2612026-06-29T13:11:26.836Z Compiling getrandom v0.4.3
2622026-06-29T13:11:26.939Z Compiling managed v0.8.0
2632026-06-29T13:11:27.058Z Compiling bitflags v1.3.2
2642026-06-29T13:11:27.078Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2652026-06-29T13:11:27.083Z Compiling rustix v1.1.4
2662026-06-29T13:11:27.115Z Compiling version_check v0.9.5
2672026-06-29T13:11:27.279Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-06-29T13:11:27.367Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-06-29T13:11:27.581Z Compiling errno v0.3.14
2702026-06-29T13:11:27.590Z Compiling unicode-width v0.2.2
2712026-06-29T13:11:27.667Z Compiling regex v1.12.4
2722026-06-29T13:11:27.718Z Compiling utf8parse v0.2.2
2732026-06-29T13:11:27.805Z Compiling foreign-types-shared v0.3.1
2742026-06-29T13:11:27.866Z Compiling ipnetwork v0.21.1
2752026-06-29T13:11:27.880Z Compiling once_cell v1.21.4
2762026-06-29T13:11:28.040Z Compiling darling_core v0.21.3
2772026-06-29T13:11:28.096Z Compiling cpufeatures v0.3.0
2782026-06-29T13:11:28.157Z Compiling chacha20 v0.10.0
2792026-06-29T13:11:28.222Z Compiling cstr-argument v0.1.2
2802026-06-29T13:11:28.370Z Compiling tracing-core v0.1.36
2812026-06-29T13:11:28.425Z Compiling tabwriter v1.4.1
2822026-06-29T13:11:28.450Z Compiling anstyle-parse v1.0.0
2832026-06-29T13:11:29.112Z Compiling colorchoice v1.0.5
2842026-06-29T13:11:29.123Z Compiling dyn-clone v1.0.20
2852026-06-29T13:11:29.133Z Compiling thiserror-impl v2.0.18
2862026-06-29T13:11:29.213Z Compiling zerocopy-derive v0.8.52
2872026-06-29T13:11:29.235Z Compiling serde_derive v1.0.228
2882026-06-29T13:11:29.250Z Compiling foreign-types-macros v0.2.3
2892026-06-29T13:11:29.391Z Compiling num_enum_derive v0.7.6
2902026-06-29T13:11:29.861Z Compiling ref-cast-impl v1.0.25
2912026-06-29T13:11:29.888Z Compiling foreign-types v0.5.0
2922026-06-29T13:11:29.953Z Compiling tracing-attributes v0.1.31
2932026-06-29T13:11:30.157Z Compiling darling_macro v0.21.3
2942026-06-29T13:11:30.356Z Compiling num_enum v0.7.6
2952026-06-29T13:11:30.429Z Compiling cobs v0.3.0
2962026-06-29T13:11:30.458Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2972026-06-29T13:11:30.523Z Compiling anstyle v1.0.14
2982026-06-29T13:11:30.529Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2992026-06-29T13:11:30.639Z Compiling anstyle-query v1.1.5
3002026-06-29T13:11:30.704Z Compiling darling v0.21.3
3012026-06-29T13:11:30.727Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3022026-06-29T13:11:30.747Z Compiling pretty-hex v0.4.2
3032026-06-29T13:11:30.768Z Compiling ingot-macros v0.1.1
3042026-06-29T13:11:30.866Z Compiling pin-project-lite v0.2.17
3052026-06-29T13:11:30.921Z Compiling is_terminal_polyfill v1.70.2
3062026-06-29T13:11:30.938Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-06-29T13:11:30.947Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3082026-06-29T13:11:30.976Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-06-29T13:11:30.995Z Compiling anstream v1.0.0
3102026-06-29T13:11:31.139Z Compiling tracing v0.1.44
3112026-06-29T13:11:31.272Z Compiling terminal_size v0.4.4
3122026-06-29T13:11:31.391Z Compiling rand v0.10.1
3132026-06-29T13:11:31.395Z Compiling uuid v1.23.3
3142026-06-29T13:11:31.399Z Compiling socket2 v0.6.4
3152026-06-29T13:11:31.448Z Compiling clap_lex v1.1.0
3162026-06-29T13:11:31.744Z Compiling heck v0.5.0
3172026-06-29T13:11:31.799Z Compiling oxnet v0.1.6
3182026-06-29T13:11:31.924Z Compiling colored v3.1.1
3192026-06-29T13:11:32.084Z Compiling clap_derive v4.6.1
3202026-06-29T13:11:32.182Z Compiling clap_builder v4.6.0
3212026-06-29T13:11:32.453Z Compiling postcard v1.1.3
3222026-06-29T13:11:32.468Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-06-29T13:11:33.527Z Compiling ingot-types v0.1.2
3242026-06-29T13:11:33.860Z Compiling ingot v0.1.1
3252026-06-29T13:11:33.990Z Compiling clap v4.6.1
3262026-06-29T13:11:35.539Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-29T13:11:36.537Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-06-29T13:11:37.567Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-06-29T13:11:44.034Z Finished `release` profile [optimized + debuginfo] target(s) in 19.88s
3302026-06-29T13:11:44.061ZBuilding xde (release-lto).
3312026-06-29T13:11:44.316Z Updating crates.io index
3322026-06-29T13:11:44.395Z Downloading crates ...
3332026-06-29T13:11:44.443Z Downloaded rustc-literal-escaper v0.0.7
3342026-06-29T13:11:44.449Z Downloaded addr2line v0.25.1
3352026-06-29T13:11:44.452Z Downloaded foldhash v0.2.0
3362026-06-29T13:11:44.455Z Downloaded adler2 v2.0.1
3372026-06-29T13:11:44.458Z Downloaded rustc-demangle v0.1.27
3382026-06-29T13:11:44.463Z Downloaded getopts v0.2.24
3392026-06-29T13:11:44.476Z Downloaded miniz_oxide v0.8.9
3402026-06-29T13:11:44.479Z Downloaded memchr v2.7.6
3412026-06-29T13:11:44.520Z Downloaded gimli v0.32.3
3422026-06-29T13:11:44.525Z Downloaded object v0.37.3
3432026-06-29T13:11:44.557Z Downloaded libc v0.2.185
3442026-06-29T13:11:44.614Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-06-29T13:11:44.614Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-06-29T13:11:44.614Z Compiling proc-macro2 v1.0.106
3472026-06-29T13:11:44.614Z Compiling quote v1.0.46
3482026-06-29T13:11:44.617Z Compiling unicode-ident v1.0.24
3492026-06-29T13:11:44.617Z Compiling ident_case v1.0.1
3502026-06-29T13:11:44.617Z Compiling strsim v0.11.1
3512026-06-29T13:11:44.638Z Compiling serde_core v1.0.228
3522026-06-29T13:11:44.781Z Compiling fnv v1.0.7
3532026-06-29T13:11:44.781Z Compiling memchr v2.8.2
3542026-06-29T13:11:44.871Z Compiling regex-syntax v0.8.11
3552026-06-29T13:11:45.035Z Compiling either v1.16.0
3562026-06-29T13:11:45.039Z Compiling thiserror v2.0.18
3572026-06-29T13:11:45.044Z Compiling zerocopy v0.8.52
3582026-06-29T13:11:45.161Z Compiling aho-corasick v1.1.4
3592026-06-29T13:11:45.233Z Compiling serde v1.0.228
3602026-06-29T13:11:45.418Z Compiling itertools v0.14.0
3612026-06-29T13:11:45.634Z Compiling heapless v0.8.0
3622026-06-29T13:11:45.641Z Compiling smoltcp v0.11.0
3632026-06-29T13:11:45.808Z Compiling syn v2.0.118
3642026-06-29T13:11:45.839Z Compiling ref-cast v1.0.25
3652026-06-29T13:11:46.063Z Compiling crc32fast v1.5.0
3662026-06-29T13:11:46.094Z Compiling version_check v0.9.5
3672026-06-29T13:11:46.259Z Compiling regex-automata v0.4.14
3682026-06-29T13:11:46.450Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-06-29T13:11:47.790Z Compiling regex v1.12.4
3702026-06-29T13:11:48.080Z Compiling darling_core v0.21.3
3712026-06-29T13:11:48.125Z Compiling darling_core v0.23.0
3722026-06-29T13:11:48.911Z Compiling zerocopy-derive v0.8.52
3732026-06-29T13:11:48.911Z Compiling thiserror-impl v2.0.18
3742026-06-29T13:11:48.911Z Compiling serde_derive v1.0.228
3752026-06-29T13:11:48.911Z Compiling ref-cast-impl v1.0.25
3762026-06-29T13:11:48.914Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-06-29T13:11:50.475Z Compiling darling_macro v0.21.3
3782026-06-29T13:11:50.648Z Compiling darling_macro v0.23.0
3792026-06-29T13:11:51.388Z Compiling darling v0.21.3
3802026-06-29T13:11:51.453Z Compiling ingot-macros v0.1.1
3812026-06-29T13:11:51.557Z Compiling darling v0.23.0
3822026-06-29T13:11:51.621Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-06-29T13:11:57.289Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-06-29T13:11:59.434Z Compiling byteorder v1.5.0
3852026-06-29T13:11:59.435Z Compiling cfg-if v1.0.4
3862026-06-29T13:11:59.438Z Compiling macaddr v1.0.1
3872026-06-29T13:11:59.438Z Compiling stable_deref_trait v1.2.1
3882026-06-29T13:11:59.495Z Compiling bitflags v1.3.2
3892026-06-29T13:11:59.506Z Compiling cobs v0.3.0
3902026-06-29T13:11:59.531Z Compiling managed v0.8.0
3912026-06-29T13:11:59.636Z Compiling hash32 v0.3.1
3922026-06-29T13:11:59.763Z Compiling itertools v0.15.0
3932026-06-29T13:11:59.779Z Compiling dyn-clone v1.0.20
3942026-06-29T13:11:59.804Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-29T13:12:01.045Z Compiling bitflags v2.13.0
3962026-06-29T13:12:01.045Z Compiling uuid v1.23.3
3972026-06-29T13:12:01.190Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-29T13:12:01.478Z Compiling postcard v1.1.3
3992026-06-29T13:12:02.352Z Compiling ingot-types v0.1.2
4002026-06-29T13:12:02.681Z Compiling ingot v0.1.1
4012026-06-29T13:12:04.237Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-29T13:12:08.033Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-29T13:12:16.806Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-29T13:12:46.571Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-06-29T13:12:46.602ZLinking xde kmod...
4062026-06-29T13:12:47.173ZBuilding xde dev link helper (release).
4072026-06-29T13:12:47.331Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-06-29T13:12:47.331Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-06-29T13:12:47.331Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-29T13:12:58.885Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-06-29T13:13:01.395Z Finished `release` profile [optimized + debuginfo] target(s) in 14.19s
4122026-06-29T13:13:01.414ZBuilding opteadm (dev).
4132026-06-29T13:13:01.568Z Compiling serde_core v1.0.228
4142026-06-29T13:13:01.568Z Compiling libc v0.2.186
4152026-06-29T13:13:01.568Z Compiling cfg-if v1.0.4
4162026-06-29T13:13:01.568Z Compiling strsim v0.11.1
4172026-06-29T13:13:01.571Z Compiling memchr v2.8.2
4182026-06-29T13:13:01.571Z Compiling fnv v1.0.7
4192026-06-29T13:13:01.571Z Compiling ident_case v1.0.1
4202026-06-29T13:13:01.592Z Compiling syn v2.0.118
4212026-06-29T13:13:01.643Z Compiling regex-syntax v0.8.11
4222026-06-29T13:13:01.664Z Compiling zerocopy v0.8.52
4232026-06-29T13:13:01.690Z Compiling equivalent v1.0.2
4242026-06-29T13:13:01.762Z Compiling serde v1.0.228
4252026-06-29T13:13:01.856Z Compiling hashbrown v0.17.1
4262026-06-29T13:13:02.029Z Compiling aho-corasick v1.1.4
4272026-06-29T13:13:02.059Z Compiling winnow v1.0.3
4282026-06-29T13:13:02.127Z Compiling either v1.16.0
4292026-06-29T13:13:02.323Z Compiling itertools v0.14.0
4302026-06-29T13:13:02.359Z Compiling indexmap v2.14.0
4312026-06-29T13:13:02.432Z Compiling heapless v0.8.0
4322026-06-29T13:13:02.710Z Compiling toml_datetime v1.1.1+spec-1.1.0
4332026-06-29T13:13:02.927Z Compiling toml_parser v1.1.2+spec-1.1.0
4342026-06-29T13:13:02.955Z Compiling byteorder v1.5.0
4352026-06-29T13:13:03.132Z Compiling regex-automata v0.4.14
4362026-06-29T13:13:03.199Z Compiling hash32 v0.3.1
4372026-06-29T13:13:03.352Z Compiling toml_edit v0.25.12+spec-1.1.0
4382026-06-29T13:13:03.376Z Compiling stable_deref_trait v1.2.1
4392026-06-29T13:13:03.444Z Compiling syn v1.0.109
4402026-06-29T13:13:03.472Z Compiling rustversion v1.0.22
4412026-06-29T13:13:03.515Z Compiling smoltcp v0.11.0
4422026-06-29T13:13:03.670Z Compiling bitflags v2.13.0
4432026-06-29T13:13:03.746Z Compiling macaddr v1.0.1
4442026-06-29T13:13:03.750Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4452026-06-29T13:13:03.872Z Compiling proc-macro-crate v3.5.0
4462026-06-29T13:13:04.011Z Compiling ref-cast v1.0.25
4472026-06-29T13:13:04.015Z Compiling bitflags v1.3.2
4482026-06-29T13:13:04.079Z Compiling rand_core v0.10.1
4492026-06-29T13:13:04.144Z Compiling darling_core v0.21.3
4502026-06-29T13:13:04.244Z Compiling managed v0.8.0
4512026-06-29T13:13:04.273Z Compiling getrandom v0.4.3
4522026-06-29T13:13:04.277Z Compiling version_check v0.9.5
4532026-06-29T13:13:04.315Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4542026-06-29T13:13:04.531Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-06-29T13:13:04.535Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4562026-06-29T13:13:04.761Z Compiling errno v0.3.14
4572026-06-29T13:13:04.932Z Compiling regex v1.12.4
4582026-06-29T13:13:05.076Z Compiling cpufeatures v0.3.0
4592026-06-29T13:13:05.141Z Compiling once_cell v1.21.4
4602026-06-29T13:13:05.145Z Compiling unicode-width v0.2.2
4612026-06-29T13:13:05.306Z Compiling thiserror-impl v2.0.18
4622026-06-29T13:13:05.316Z Compiling serde_derive v1.0.228
4632026-06-29T13:13:05.378Z Compiling zerocopy-derive v0.8.52
4642026-06-29T13:13:05.440Z Compiling num_enum_derive v0.7.6
4652026-06-29T13:13:05.676Z Compiling ref-cast-impl v1.0.25
4662026-06-29T13:13:06.233Z Compiling darling_macro v0.21.3
4672026-06-29T13:13:06.259Z Compiling foreign-types-macros v0.2.3
4682026-06-29T13:13:06.414Z Compiling ipnetwork v0.21.1
4692026-06-29T13:13:06.496Z Compiling thiserror v2.0.18
4702026-06-29T13:13:06.597Z Compiling cobs v0.3.0
4712026-06-29T13:13:06.774Z Compiling darling v0.21.3
4722026-06-29T13:13:06.845Z Compiling ingot-macros v0.1.1
4732026-06-29T13:13:06.871Z Compiling foreign-types-shared v0.3.1
4742026-06-29T13:13:06.930Z Compiling foreign-types v0.5.0
4752026-06-29T13:13:06.955Z Compiling num_enum v0.7.6
4762026-06-29T13:13:07.060Z Compiling tabwriter v1.4.1
4772026-06-29T13:13:07.090Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4782026-06-29T13:13:07.483Z Compiling cstr-argument v0.1.2
4792026-06-29T13:13:07.637Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4802026-06-29T13:13:07.649Z Compiling tracing-attributes v0.1.31
4812026-06-29T13:13:07.652Z Compiling tracing-core v0.1.36
4822026-06-29T13:13:08.038Z Compiling chacha20 v0.10.0
4832026-06-29T13:13:08.108Z Compiling rustix v1.1.4
4842026-06-29T13:13:08.383Z Compiling postcard v1.1.3
4852026-06-29T13:13:08.832Z Compiling anyhow v1.0.102
4862026-06-29T13:13:08.836Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4872026-06-29T13:13:08.887Z Compiling pin-project-lite v0.2.17
4882026-06-29T13:13:08.903Z Compiling dyn-clone v1.0.20
4892026-06-29T13:13:08.925Z Compiling pretty-hex v0.4.2
4902026-06-29T13:13:09.003Z Compiling tracing v0.1.44
4912026-06-29T13:13:09.077Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4922026-06-29T13:13:09.080Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-06-29T13:13:09.088Z Compiling rand v0.10.1
4942026-06-29T13:13:09.297Z Compiling terminal_size v0.4.4
4952026-06-29T13:13:09.378Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-29T13:13:09.383Z Compiling uuid v1.23.3
4972026-06-29T13:13:09.391Z Compiling socket2 v0.6.4
4982026-06-29T13:13:09.447Z Compiling oxnet v0.1.6
4992026-06-29T13:13:09.558Z Compiling colored v3.1.1
5002026-06-29T13:13:09.568Z Compiling clap_derive v4.6.1
5012026-06-29T13:13:09.769Z Compiling ingot-types v0.1.2
5022026-06-29T13:13:09.940Z Compiling clap_builder v4.6.0
5032026-06-29T13:13:09.993Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-06-29T13:13:10.176Z Compiling ingot v0.1.1
5052026-06-29T13:13:11.522Z Compiling clap v4.6.1
5062026-06-29T13:13:11.849Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-29T13:13:14.237Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-29T13:13:15.415Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-29T13:13:19.789Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.37s
5102026-06-29T13:13:19.817ZBuilding xde (dev).
5112026-06-29T13:13:20.046Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-06-29T13:13:20.046Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-06-29T13:13:20.046Z Compiling proc-macro2 v1.0.106
5142026-06-29T13:13:20.046Z Compiling unicode-ident v1.0.24
5152026-06-29T13:13:20.047Z Compiling quote v1.0.46
5162026-06-29T13:13:20.047Z Compiling strsim v0.11.1
5172026-06-29T13:13:20.047Z Compiling ident_case v1.0.1
5182026-06-29T13:13:20.047Z Compiling serde_core v1.0.228
5192026-06-29T13:13:20.169Z Compiling memchr v2.8.2
5202026-06-29T13:13:20.172Z Compiling fnv v1.0.7
5212026-06-29T13:13:20.251Z Compiling regex-syntax v0.8.11
5222026-06-29T13:13:20.420Z Compiling thiserror v2.0.18
5232026-06-29T13:13:20.437Z Compiling either v1.16.0
5242026-06-29T13:13:20.450Z Compiling zerocopy v0.8.52
5252026-06-29T13:13:20.566Z Compiling aho-corasick v1.1.4
5262026-06-29T13:13:20.630Z Compiling serde v1.0.228
5272026-06-29T13:13:20.835Z Compiling itertools v0.14.0
5282026-06-29T13:13:21.016Z Compiling heapless v0.8.0
5292026-06-29T13:13:21.052Z Compiling smoltcp v0.11.0
5302026-06-29T13:13:21.214Z Compiling syn v2.0.118
5312026-06-29T13:13:21.241Z Compiling version_check v0.9.5
5322026-06-29T13:13:21.487Z Compiling ref-cast v1.0.25
5332026-06-29T13:13:21.492Z Compiling crc32fast v1.5.0
5342026-06-29T13:13:21.593Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5352026-06-29T13:13:21.839Z Compiling regex-automata v0.4.14
5362026-06-29T13:13:23.362Z Compiling regex v1.12.4
5372026-06-29T13:13:23.511Z Compiling darling_core v0.21.3
5382026-06-29T13:13:23.511Z Compiling darling_core v0.23.0
5392026-06-29T13:13:24.548Z Compiling zerocopy-derive v0.8.52
5402026-06-29T13:13:24.548Z Compiling thiserror-impl v2.0.18
5412026-06-29T13:13:24.548Z Compiling serde_derive v1.0.228
5422026-06-29T13:13:24.551Z Compiling ref-cast-impl v1.0.25
5432026-06-29T13:13:24.551Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-29T13:13:26.106Z Compiling darling_macro v0.21.3
5452026-06-29T13:13:26.121Z Compiling darling_macro v0.23.0
5462026-06-29T13:13:27.016Z Compiling darling v0.23.0
5472026-06-29T13:13:27.019Z Compiling darling v0.21.3
5482026-06-29T13:13:27.078Z Compiling ingot-macros v0.1.1
5492026-06-29T13:13:27.081Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-06-29T13:13:32.083Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-06-29T13:13:33.826Z Compiling byteorder v1.5.0
5522026-06-29T13:13:33.826Z Compiling cfg-if v1.0.4
5532026-06-29T13:13:33.827Z Compiling macaddr v1.0.1
5542026-06-29T13:13:33.831Z Compiling stable_deref_trait v1.2.1
5552026-06-29T13:13:33.890Z Compiling cobs v0.3.0
5562026-06-29T13:13:33.902Z Compiling managed v0.8.0
5572026-06-29T13:13:33.954Z Compiling bitflags v1.3.2
5582026-06-29T13:13:34.030Z Compiling hash32 v0.3.1
5592026-06-29T13:13:34.191Z Compiling dyn-clone v1.0.20
5602026-06-29T13:13:34.199Z Compiling itertools v0.15.0
5612026-06-29T13:13:34.330Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-06-29T13:13:35.416Z Compiling bitflags v2.13.0
5632026-06-29T13:13:35.420Z Compiling uuid v1.23.3
5642026-06-29T13:13:35.554Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-06-29T13:13:35.831Z Compiling postcard v1.1.3
5662026-06-29T13:13:36.660Z Compiling ingot-types v0.1.2
5672026-06-29T13:13:36.941Z Compiling ingot v0.1.1
5682026-06-29T13:13:38.383Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-06-29T13:13:42.712Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-06-29T13:13:53.128Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-06-29T13:14:01.552Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.70s
5722026-06-29T13:14:01.576ZLinking xde kmod...
5732026-06-29T13:14:02.756ZBuilding xde dev link helper (dev).
5742026-06-29T13:14:02.914Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5752026-06-29T13:14:02.914Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-06-29T13:14:02.914Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-06-29T13:14:13.859Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-06-29T13:14:16.127Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.34s
5792026-06-29T13:14:16.149Z
5802026-06-29T13:14:16.153Zreal 3:09.129660251
5812026-06-29T13:14:16.153Zuser 9:01.745196318
5822026-06-29T13:14:16.153Zsys 58.227096980
5832026-06-29T13:14:16.153Ztrap 0.238533582
5842026-06-29T13:14:16.153Ztflt 1.041973366
5852026-06-29T13:14:16.153Zdflt 1.384800306
5862026-06-29T13:14:16.153Zkflt 0.006855530
5872026-06-29T13:14:16.153Zlock 34:34.705637952
5882026-06-29T13:14:16.153Zslp 20:57.175865854
5892026-06-29T13:14:16.153Zlat 20.829986715
5902026-06-29T13:14:16.153Zstop 32.856939694
5912026-06-29T13:14:16.153Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-06-29T13:14:16.153Z+ grep GOTPCREL
5932026-06-29T13:14:17.107Z+ header 'package opte'
5942026-06-29T13:14:17.110Z+ echo '# ==== package opte ==== #'
5952026-06-29T13:14:17.110Z# ==== package opte ==== #
5962026-06-29T13:14:17.110Z+ cargo xtask package --skip-build --profile all
5972026-06-29T13:14:17.248Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5982026-06-29T13:14:17.252Z Running `target/debug/xtask package --skip-build --profile all`
5992026-06-29T13:14:17.456Z+ ./clean.sh
6002026-06-29T13:14:17.464Z+ mkdir -p proto/kernel/drv/amd64
6012026-06-29T13:14:17.467Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-06-29T13:14:17.467Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-06-29T13:14:17.470Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-06-29T13:14:17.485Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-06-29T13:14:17.520Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-06-29T13:14:17.523Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-06-29T13:14:17.523Z+ '[' -z ']'
6082026-06-29T13:14:17.523Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-06-29T13:14:17.546Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-06-29T13:14:17.621Z+ INC_DEBUG=
6112026-06-29T13:14:17.621Z+ typeset -ri TAG=0
6122026-06-29T13:14:17.624Z++ ./print-api-version.sh
6132026-06-29T13:14:17.627Z+ API_VSN=41
6142026-06-29T13:14:17.627Z+ PKG_VERSION=0.41.491-3.0
6152026-06-29T13:14:17.632Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.491-3.0/g opte.template.p5m
6162026-06-29T13:14:17.632Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-06-29T13:14:18.163Z+ pkgdepend generate -d proto opte.base.p5m
6182026-06-29T13:14:18.507Z+ mkdir -p packages
6192026-06-29T13:14:18.510Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-06-29T13:14:25.469Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-06-29T13:14:25.472Z+ pkgrepo create packages/repo
6222026-06-29T13:14:25.685Z+ pkgrepo add-publisher -s packages/repo helios
6232026-06-29T13:14:25.896Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-06-29T13:14:55.065Zpkg://helios/driver/network/opte@0.41.491,5.11-3.0:20260629T131424Z
6252026-06-29T13:14:55.065ZPUBLISHED
6262026-06-29T13:14:55.132Z+ pkgrecv -a -d packages/repo/opte-0.41.491-3.0.p5p -s packages/repo -v -m latest '*'
6272026-06-29T13:14:55.255ZRetrieving packages for publisher helios ...
6282026-06-29T13:14:55.259ZRetrieving catalog 'helios' ... Done
6292026-06-29T13:14:55.259ZRetrieving and evaluating 1 package(s)...
6302026-06-29T13:14:55.259ZFetching manifests: 1/1 100% complete
6312026-06-29T13:14:55.259ZFetching manifests: 1/1 100% complete
6322026-06-29T13:14:55.259Z
6332026-06-29T13:14:55.259ZArchiving packages ...
6342026-06-29T13:14:55.259Z Packages to add: 1
6352026-06-29T13:14:55.259Z Files to retrieve: 6
6362026-06-29T13:14:55.259ZEstimated transfer size: 37.14 MB
6372026-06-29T13:14:55.259Z
6382026-06-29T13:14:55.259ZPackages to archive:
6392026-06-29T13:14:55.259Zdriver/network/opte@0.41.491,5.11-3.0:20260629T131424Z
6402026-06-29T13:14:55.259Z
6412026-06-29T13:14:55.259ZDownload: 0/6 items 0.0/37.1MB 0% complete
6422026-06-29T13:14:55.327ZDownload: Completed 37.14 MB in 0.07 seconds (543M/s)
6432026-06-29T13:14:55.331ZArchiving: 1/20 items 0.0/37.2MB 0% complete
6442026-06-29T13:14:55.344ZArchiving: Completed 37.18 MB in 0.02 seconds
6452026-06-29T13:14:55.383ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.491-3.0.p5p.
6462026-06-29T13:14:55.387Z+ banner copy
6472026-06-29T13:14:55.391Z
6482026-06-29T13:14:55.391Z #### #### ##### # #
6492026-06-29T13:14:55.391Z # # # # # # # #
6502026-06-29T13:14:55.391Z # # # # # #
6512026-06-29T13:14:55.391Z # # # ##### #
6522026-06-29T13:14:55.391Z # # # # # #
6532026-06-29T13:14:55.391Z #### #### # #
6542026-06-29T13:14:55.392Z
6552026-06-29T13:14:55.392Z+ pfexec mkdir -p /out
6562026-06-29T13:14:55.395Z+ pfexec chown 12345 /out
6572026-06-29T13:14:55.395Z+ PKG_NAME=/out/opte.p5p
6582026-06-29T13:14:55.395Z+ mv pkg/packages/repo/opte-0.41.491-3.0.p5p /out/opte.p5p
6592026-06-29T13:14:55.421Z+ sha256sum /out/opte.p5p
6602026-06-29T13:14:55.445Zprocess exited: duration 242535 ms, exit code 0
 
6612026-06-29T13:14:55.459Zfound 2 output files
6622026-06-29T13:14:55.459Zuploading: /out/opte.p5p (38993920 bytes)
6632026-06-29T13:14:56.876Zuploaded: /out/opte.p5p
6642026-06-29T13:14:56.876Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-06-29T13:14:57.884Zuploaded: /out/opte.p5p.sha256