01KYEAJ0MS1XCSJT2DTED6H9EM: 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: 01KYEAK74ADCJX2MBQCDGVGSXZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:24:05.821Zjob assigned to worker 01KYEAKCRR1641JP20ZRSX6HKP [factory aws, i-0c2eb837e7a80e2b2] (queued for 56 s)
 
22026-07-26T04:24:12.550Zstarting task 0: "setup"
32026-07-26T04:24:12.558Z++ uname -s
42026-07-26T04:24:12.579Z+ kern=SunOS
52026-07-26T04:24:12.579Z+ build_user=build
62026-07-26T04:24:12.580Z+ build_uid=12345
72026-07-26T04:24:12.580Z+ work_dir=/work
82026-07-26T04:24:12.580Z+ input_dir=/input
92026-07-26T04:24:12.580Z+ [[ 0 == 12345 ]]
102026-07-26T04:24:12.580Z+ case "$kern" in
112026-07-26T04:24:12.580Z+ groupadd -g 12345 build
122026-07-26T04:24:12.580Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:24:14.565Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:24:14.666Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:24:14.672Z+ home_fs=zfs
162026-07-26T04:24:14.672Z+ [[ zfs == autofs ]]
172026-07-26T04:24:14.672Z+ mkdir -p /home/build
182026-07-26T04:24:14.672Z+ chown build:build /home/build /work
192026-07-26T04:24:17.378Z+ chmod 0700 /home/build /work
202026-07-26T04:24:17.443Zprocess exited: duration 4122 ms, exit code 0
 
212026-07-26T04:24:17.475Zstarting task 1: "rust-toolchain"
222026-07-26T04:24:17.490Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:24:17.490Z * rust toolchain channel = "1.97.1"
242026-07-26T04:24:17.490Z * rust toolchain profile = "default"
252026-07-26T04:24:17.490Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-26T04:24:17.490Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:24:17.490Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:24:17.490Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:24:17.490Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:24:17.601Zinfo: downloading installer
312026-07-26T04:24:18.882Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:24:18.882Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:24:18.882Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:24:18.882Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:24:18.895Zinfo: profile set to default
362026-07-26T04:24:18.895Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:24:18.898Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:24:19.028Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:24:19.031Zinfo: downloading 6 components
402026-07-26T04:24:33.237Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:24:33.237Z
422026-07-26T04:24:33.263Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:24:33.263Z
442026-07-26T04:24:33.263Z
452026-07-26T04:24:33.263ZRust is installed now. Great!
462026-07-26T04:24:33.263Z
472026-07-26T04:24:33.263ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:24:33.263Zenvironment variable. This has not been done automatically.
492026-07-26T04:24:33.263Z
502026-07-26T04:24:33.263ZTo configure your current shell, you need to source
512026-07-26T04:24:33.263Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:24:33.263Z
532026-07-26T04:24:33.263ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:24:33.263Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:24:33.263Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:24:33.263Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:24:33.264Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:24:33.264Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:24:33.264Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:24:33.267Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:24:33.268Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:24:33.368Z+ rustup --version
632026-07-26T04:24:33.377Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:24:33.380Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:24:33.398Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:24:33.401Z+ cargo --version
672026-07-26T04:24:33.418Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:24:33.422Z+ rustc --version
692026-07-26T04:24:33.438Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:24:33.443Zprocess exited: duration 15967 ms, exit code 0
 
712026-07-26T04:24:33.450Zstarting task 2: "authentication"
722026-07-26T04:24:33.469Zprocess exited: duration 17 ms, exit code 0
 
732026-07-26T04:24:33.478Zstarting task 3: "clone repository"
742026-07-26T04:24:33.482Z+ mkdir -p /work/oxidecomputer/opte
752026-07-26T04:24:33.487Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-26T04:24:33.516ZCloning into '/work/oxidecomputer/opte'...
772026-07-26T04:24:34.470Z+ cd /work/oxidecomputer/opte
782026-07-26T04:24:34.470Z+ git fetch origin 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad
792026-07-26T04:24:34.679ZFrom https://github.com/oxidecomputer/opte
802026-07-26T04:24:34.679Z * branch 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad -> FETCH_HEAD
812026-07-26T04:24:34.684Z+ [[ -n renovate/ctor-1.x ]]
822026-07-26T04:24:34.687Z++ git branch --show-current
832026-07-26T04:24:34.687Z+ current=master
842026-07-26T04:24:34.687Z+ [[ master != renovate/ctor-1.x ]]
852026-07-26T04:24:34.687Z+ git branch -f renovate/ctor-1.x 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad
862026-07-26T04:24:34.691Z+ git checkout -f renovate/ctor-1.x
872026-07-26T04:24:34.706ZSwitched to branch 'renovate/ctor-1.x'
882026-07-26T04:24:34.712Z+ git reset --hard 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad
892026-07-26T04:24:34.722ZHEAD is now at 10df0e1 Update Rust crate ctor to v1
902026-07-26T04:24:34.726Zprocess exited: duration 1247 ms, exit code 0
 
912026-07-26T04:24:34.732Zstarting task 4: "build"
922026-07-26T04:24:34.736Z+ source .github/buildomat/common.sh
932026-07-26T04:24:34.739Z++ rustup show active-toolchain
942026-07-26T04:24:34.742Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-26T04:24:34.745Z++ pushd xde
962026-07-26T04:24:34.745Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-26T04:24:34.745Z++ rustup show active-toolchain
982026-07-26T04:24:34.748Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-26T04:24:34.911Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-26T04:24:34.915Zinfo: downloading 6 components
1012026-07-26T04:24:49.315Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-26T04:24:49.402Z+++ rustup show active-toolchain -v
1032026-07-26T04:24:49.407Z+++ head -n 1
1042026-07-26T04:24:49.407Z+++ cut '-d ' -f1
1052026-07-26T04:24:49.459Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-26T04:24:49.459Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:24:49.463Z++ popd
1082026-07-26T04:24:49.463Z/work/oxidecomputer/opte
1092026-07-26T04:24:49.463Z+ TGT_BASE=/work
1102026-07-26T04:24:49.463Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-07-26T04:24:49.463Z+ REL_TGT=/work/release
1122026-07-26T04:24:49.463Z+ mkdir -p /work/release
1132026-07-26T04:24:49.463Z+ cargo --version
1142026-07-26T04:24:49.471Zcargo 1.97.1 (c980f4866 2026-06-30)
1152026-07-26T04:24:49.475Z+ rustc --version
1162026-07-26T04:24:49.492Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1172026-07-26T04:24:49.496Z+ header 'build xde and opteadm (release+debug)'
1182026-07-26T04:24:49.496Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-07-26T04:24:49.496Z+ ptime -m cargo xtask build --profile all
1202026-07-26T04:24:49.496Z# ==== build xde and opteadm (release+debug) ==== #
1212026-07-26T04:24:49.596Z Updating crates.io index
1222026-07-26T04:24:49.599Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-07-26T04:24:50.249Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-07-26T04:24:50.507Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1252026-07-26T04:24:50.723Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1262026-07-26T04:24:51.066Z Updating git repository `https://github.com/oxidecomputer/zone`
1272026-07-26T04:24:51.280Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-07-26T04:24:51.563Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-07-26T04:24:53.267Z Downloading crates ...
1302026-07-26T04:24:53.309Z Downloaded anstyle-query v1.1.5
1312026-07-26T04:24:53.315Z Downloaded clap_derive v4.6.1
1322026-07-26T04:24:53.323Z Downloaded is_terminal_polyfill v1.70.2
1332026-07-26T04:24:53.327Z Downloaded serde v1.0.228
1342026-07-26T04:24:53.333Z Downloaded anstream v1.0.0
1352026-07-26T04:24:53.344Z Downloaded serde_core v1.0.228
1362026-07-26T04:24:53.360Z Downloaded terminal_size v0.4.4
1372026-07-26T04:24:53.360Z Downloaded errno v0.3.14
1382026-07-26T04:24:53.360Z Downloaded heck v0.5.0
1392026-07-26T04:24:53.363Z Downloaded clap_lex v1.1.0
1402026-07-26T04:24:53.367Z Downloaded utf8parse v0.2.2
1412026-07-26T04:24:53.367Z Downloaded strsim v0.11.1
1422026-07-26T04:24:53.371Z Downloaded itoa v1.0.18
1432026-07-26T04:24:53.374Z Downloaded equivalent v1.0.2
1442026-07-26T04:24:53.389Z Downloaded serde_spanned v1.1.1
1452026-07-26T04:24:53.389Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1462026-07-26T04:24:53.392Z Downloaded quote v1.0.46
1472026-07-26T04:24:53.392Z Downloaded anstyle-parse v1.0.0
1482026-07-26T04:24:53.392Z Downloaded toml_writer v1.1.1+spec-1.1.0
1492026-07-26T04:24:53.392Z Downloaded zmij v1.0.22
1502026-07-26T04:24:53.404Z Downloaded cargo-platform v0.3.3
1512026-07-26T04:24:53.408Z Downloaded cargo_metadata v0.23.1
1522026-07-26T04:24:53.408Z Downloaded colorchoice v1.0.5
1532026-07-26T04:24:53.408Z Downloaded thiserror-impl v2.0.18
1542026-07-26T04:24:53.408Z Downloaded camino v1.2.4
1552026-07-26T04:24:53.408Z Downloaded anstyle v1.0.14
1562026-07-26T04:24:53.408Z Downloaded thiserror v2.0.18
1572026-07-26T04:24:53.414Z Downloaded semver v1.0.28
1582026-07-26T04:24:53.423Z Downloaded toml_parser v1.1.2+spec-1.1.0
1592026-07-26T04:24:53.446Z Downloaded serde_derive v1.0.228
1602026-07-26T04:24:53.454Z Downloaded anyhow v1.0.103
1612026-07-26T04:24:53.454Z Downloaded bitflags v2.13.0
1622026-07-26T04:24:53.454Z Downloaded proc-macro2 v1.0.106
1632026-07-26T04:24:53.454Z Downloaded toml v1.1.2+spec-1.1.0
1642026-07-26T04:24:53.454Z Downloaded clap v4.6.1
1652026-07-26T04:24:53.454Z Downloaded unicode-ident v1.0.24
1662026-07-26T04:24:53.464Z Downloaded indexmap v2.14.0
1672026-07-26T04:24:53.468Z Downloaded memchr v2.8.3
1682026-07-26T04:24:53.494Z Downloaded hashbrown v0.17.1
1692026-07-26T04:24:53.506Z Downloaded serde_json v1.0.150
1702026-07-26T04:24:53.510Z Downloaded clap_builder v4.6.0
1712026-07-26T04:24:53.517Z Downloaded winnow v1.0.3
1722026-07-26T04:24:53.527Z Downloaded syn v2.0.118
1732026-07-26T04:24:53.558Z Downloaded rustix v1.1.4
1742026-07-26T04:24:53.591Z Downloaded libc v0.2.186
1752026-07-26T04:24:53.639Z Compiling serde_core v1.0.228
1762026-07-26T04:24:53.639Z Compiling proc-macro2 v1.0.106
1772026-07-26T04:24:53.639Z Compiling quote v1.0.46
1782026-07-26T04:24:53.649Z Compiling unicode-ident v1.0.24
1792026-07-26T04:24:53.649Z Compiling libc v0.2.186
1802026-07-26T04:24:53.649Z Compiling rustix v1.1.4
1812026-07-26T04:24:53.649Z Compiling utf8parse v0.2.2
1822026-07-26T04:24:53.696Z Compiling bitflags v2.13.0
1832026-07-26T04:24:53.820Z Compiling zmij v1.0.22
1842026-07-26T04:24:53.834Z Compiling anstyle-parse v1.0.0
1852026-07-26T04:24:54.044Z Compiling colorchoice v1.0.5
1862026-07-26T04:24:54.086Z Compiling serde v1.0.228
1872026-07-26T04:24:54.154Z Compiling camino v1.2.4
1882026-07-26T04:24:54.161Z Compiling anstyle-query v1.1.5
1892026-07-26T04:24:54.169Z Compiling anstyle v1.0.14
1902026-07-26T04:24:54.222Z Compiling thiserror v2.0.18
1912026-07-26T04:24:54.253Z Compiling serde_json v1.0.150
1922026-07-26T04:24:54.362Z Compiling is_terminal_polyfill v1.70.2
1932026-07-26T04:24:54.424Z Compiling errno v0.3.14
1942026-07-26T04:24:54.443Z Compiling anstream v1.0.0
1952026-07-26T04:24:54.476Z Compiling winnow v1.0.3
1962026-07-26T04:24:54.482Z Compiling clap_lex v1.1.0
1972026-07-26T04:24:54.849Z Compiling strsim v0.11.1
1982026-07-26T04:24:54.849Z Compiling anyhow v1.0.103
1992026-07-26T04:24:54.884Z Compiling itoa v1.0.18
2002026-07-26T04:24:54.892Z Compiling heck v0.5.0
2012026-07-26T04:24:54.932Z Compiling memchr v2.8.3
2022026-07-26T04:24:55.022Z Compiling syn v2.0.118
2032026-07-26T04:24:55.086Z Compiling terminal_size v0.4.4
2042026-07-26T04:24:55.149Z Compiling toml_parser v1.1.2+spec-1.1.0
2052026-07-26T04:24:55.232Z Compiling clap_builder v4.6.0
2062026-07-26T04:24:55.360Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-07-26T04:24:55.970Z Compiling toml_datetime v1.1.1+spec-1.1.0
2082026-07-26T04:24:56.136Z Compiling cargo-platform v0.3.3
2092026-07-26T04:24:56.169Z Compiling semver v1.0.28
2102026-07-26T04:24:56.499Z Compiling serde_spanned v1.1.1
2112026-07-26T04:24:56.691Z Compiling toml v1.1.2+spec-1.1.0
2122026-07-26T04:24:57.191Z Compiling serde_derive v1.0.228
2132026-07-26T04:24:57.316Z Compiling thiserror-impl v2.0.18
2142026-07-26T04:24:57.365Z Compiling clap_derive v4.6.1
2152026-07-26T04:24:58.967Z Compiling clap v4.6.1
2162026-07-26T04:25:00.179Z Compiling cargo_metadata v0.23.1
2172026-07-26T04:25:02.700Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-07-26T04:25:04.286Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.78s
2192026-07-26T04:25:04.358Z Running `target/debug/xtask build --profile all`
2202026-07-26T04:25:05.768ZBuilding opteadm (release).
2212026-07-26T04:25:05.859Z Compiling proc-macro2 v1.0.106
2222026-07-26T04:25:05.859Z Compiling quote v1.0.46
2232026-07-26T04:25:05.859Z Compiling unicode-ident v1.0.24
2242026-07-26T04:25:05.863Z Compiling serde_core v1.0.228
2252026-07-26T04:25:05.863Z Compiling libc v0.2.186
2262026-07-26T04:25:05.863Z Compiling cfg-if v1.0.4
2272026-07-26T04:25:05.863Z Compiling memchr v2.8.3
2282026-07-26T04:25:05.863Z Compiling thiserror v2.0.18
2292026-07-26T04:25:05.930Z Compiling strsim v0.11.1
2302026-07-26T04:25:05.973Z Compiling ident_case v1.0.1
2312026-07-26T04:25:06.072Z Compiling regex-syntax v0.8.11
2322026-07-26T04:25:06.162Z Compiling serde v1.0.228
2332026-07-26T04:25:06.192Z Compiling either v1.16.0
2342026-07-26T04:25:06.349Z Compiling aho-corasick v1.1.4
2352026-07-26T04:25:06.379Z Compiling zerocopy v0.8.54
2362026-07-26T04:25:06.406Z Compiling equivalent v1.0.2
2372026-07-26T04:25:06.502Z Compiling hashbrown v0.17.1
2382026-07-26T04:25:06.517Z Compiling winnow v1.0.3
2392026-07-26T04:25:06.613Z Compiling anyhow v1.0.103
2402026-07-26T04:25:06.916Z Compiling itertools v0.15.0
2412026-07-26T04:25:07.059Z Compiling syn v2.0.118
2422026-07-26T04:25:07.059Z Compiling indexmap v2.14.0
2432026-07-26T04:25:07.095Z Compiling toml_datetime v1.1.1+spec-1.1.0
2442026-07-26T04:25:07.305Z Compiling heapless v0.8.0
2452026-07-26T04:25:07.556Z Compiling toml_parser v1.1.2+spec-1.1.0
2462026-07-26T04:25:07.589Z Compiling regex-automata v0.4.15
2472026-07-26T04:25:07.683Z Compiling byteorder v1.5.0
2482026-07-26T04:25:07.899Z Compiling hash32 v0.3.1
2492026-07-26T04:25:07.926Z Compiling toml_edit v0.25.12+spec-1.1.0
2502026-07-26T04:25:07.995Z Compiling rustversion v1.0.23
2512026-07-26T04:25:08.097Z Compiling bitflags v2.13.0
2522026-07-26T04:25:08.195Z Compiling stable_deref_trait v1.2.1
2532026-07-26T04:25:08.211Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2542026-07-26T04:25:08.252Z Compiling syn v1.0.109
2552026-07-26T04:25:08.257Z Compiling macaddr v1.0.1
2562026-07-26T04:25:08.329Z Compiling smoltcp v0.11.0
2572026-07-26T04:25:08.450Z Compiling managed v0.8.0
2582026-07-26T04:25:08.473Z Compiling proc-macro-crate v3.5.0
2592026-07-26T04:25:08.588Z Compiling ref-cast v1.0.25
2602026-07-26T04:25:08.660Z Compiling rand_core v0.10.1
2612026-07-26T04:25:08.680Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2622026-07-26T04:25:08.803Z Compiling version_check v0.9.5
2632026-07-26T04:25:08.812Z Compiling rustix v1.1.4
2642026-07-26T04:25:08.859Z Compiling getrandom v0.4.3
2652026-07-26T04:25:08.875Z Compiling bitflags v1.3.2
2662026-07-26T04:25:09.052Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2672026-07-26T04:25:09.108Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-07-26T04:25:09.263Z Compiling regex v1.13.0
2692026-07-26T04:25:09.314Z Compiling errno v0.3.14
2702026-07-26T04:25:09.454Z Compiling ipnetwork v0.21.1
2712026-07-26T04:25:09.490Z Compiling foreign-types-shared v0.3.1
2722026-07-26T04:25:09.567Z Compiling utf8parse v0.2.2
2732026-07-26T04:25:09.648Z Compiling darling_core v0.23.0
2742026-07-26T04:25:09.661Z Compiling cpufeatures v0.3.0
2752026-07-26T04:25:09.735Z Compiling once_cell v1.21.4
2762026-07-26T04:25:09.805Z Compiling unicode-width v0.2.2
2772026-07-26T04:25:09.939Z Compiling tracing-core v0.1.36
2782026-07-26T04:25:10.089Z Compiling tabwriter v1.4.1
2792026-07-26T04:25:10.127Z Compiling cstr-argument v0.1.2
2802026-07-26T04:25:10.213Z Compiling chacha20 v0.10.1
2812026-07-26T04:25:10.278Z Compiling anstyle-parse v1.0.0
2822026-07-26T04:25:10.752Z Compiling anstyle-query v1.1.5
2832026-07-26T04:25:10.832Z Compiling thiserror-impl v2.0.18
2842026-07-26T04:25:10.843Z Compiling zerocopy-derive v0.8.54
2852026-07-26T04:25:10.852Z Compiling serde_derive v1.0.228
2862026-07-26T04:25:10.884Z Compiling foreign-types-macros v0.2.3
2872026-07-26T04:25:11.257Z Compiling ref-cast-impl v1.0.25
2882026-07-26T04:25:11.543Z Compiling num_enum_derive v0.7.6
2892026-07-26T04:25:11.626Z Compiling foreign-types v0.5.0
2902026-07-26T04:25:11.691Z Compiling tracing-attributes v0.1.31
2912026-07-26T04:25:11.730Z Compiling darling_macro v0.23.0
2922026-07-26T04:25:11.972Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2932026-07-26T04:25:12.148Z Compiling cobs v0.3.0
2942026-07-26T04:25:12.242Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2952026-07-26T04:25:12.281Z Compiling darling v0.23.0
2962026-07-26T04:25:12.349Z Compiling ingot-macros v0.2.0
2972026-07-26T04:25:12.397Z Compiling pretty-hex v0.4.2
2982026-07-26T04:25:12.446Z Compiling colorchoice v1.0.5
2992026-07-26T04:25:12.478Z Compiling dyn-clone v1.0.20
3002026-07-26T04:25:12.530Z Compiling num_enum v0.7.6
3012026-07-26T04:25:12.543Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3022026-07-26T04:25:12.604Z Compiling pin-project-lite v0.2.17
3032026-07-26T04:25:12.633Z Compiling is_terminal_polyfill v1.70.2
3042026-07-26T04:25:12.689Z Compiling anstyle v1.0.14
3052026-07-26T04:25:12.708Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3062026-07-26T04:25:12.713Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-07-26T04:25:12.749Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3082026-07-26T04:25:12.811Z Compiling terminal_size v0.4.4
3092026-07-26T04:25:12.882Z Compiling tracing v0.1.44
3102026-07-26T04:25:12.894Z Compiling anstream v1.0.0
3112026-07-26T04:25:13.091Z Compiling rand v0.10.2
3122026-07-26T04:25:13.189Z Compiling uuid v1.23.5
3132026-07-26T04:25:13.218Z Compiling socket2 v0.6.4
3142026-07-26T04:25:13.283Z Compiling heck v0.5.0
3152026-07-26T04:25:13.465Z Compiling colored v3.1.1
3162026-07-26T04:25:13.593Z Compiling clap_lex v1.1.0
3172026-07-26T04:25:13.837Z Compiling oxnet v0.1.6
3182026-07-26T04:25:13.903Z Compiling clap_builder v4.6.0
3192026-07-26T04:25:13.993Z Compiling postcard v1.1.3
3202026-07-26T04:25:14.098Z Compiling clap_derive v4.6.1
3212026-07-26T04:25:14.125Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-07-26T04:25:15.234Z Compiling ingot-types v0.2.0
3232026-07-26T04:25:15.563Z Compiling ingot v0.2.0
3242026-07-26T04:25:15.701Z Compiling clap v4.6.1
3252026-07-26T04:25:17.333Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3262026-07-26T04:25:18.358Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3272026-07-26T04:25:19.398Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3282026-07-26T04:25:25.986Z Finished `release` profile [optimized + debuginfo] target(s) in 20.21s
3292026-07-26T04:25:26.012ZBuilding xde (release-lto).
3302026-07-26T04:25:26.253Z Updating crates.io index
3312026-07-26T04:25:26.411Z Downloading crates ...
3322026-07-26T04:25:26.459Z Downloaded adler2 v2.0.1
3332026-07-26T04:25:26.462Z Downloaded rustc-demangle v0.1.28
3342026-07-26T04:25:26.467Z Downloaded rustc-literal-escaper v0.0.8
3352026-07-26T04:25:26.470Z Downloaded miniz_oxide v0.9.1
3362026-07-26T04:25:26.474Z Downloaded getopts v0.2.24
3372026-07-26T04:25:26.477Z Downloaded foldhash v0.2.0
3382026-07-26T04:25:26.479Z Downloaded addr2line v0.27.0
3392026-07-26T04:25:26.494Z Downloaded memchr v2.7.6
3402026-07-26T04:25:26.548Z Downloaded gimli v0.34.0
3412026-07-26T04:25:26.552Z Downloaded object v0.39.1
3422026-07-26T04:25:26.579Z Downloaded libc v0.2.185
3432026-07-26T04:25:26.633Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3442026-07-26T04:25:26.633Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3452026-07-26T04:25:26.636Z Compiling proc-macro2 v1.0.106
3462026-07-26T04:25:26.636Z Compiling unicode-ident v1.0.24
3472026-07-26T04:25:26.636Z Compiling quote v1.0.46
3482026-07-26T04:25:26.636Z Compiling serde_core v1.0.228
3492026-07-26T04:25:26.636Z Compiling strsim v0.11.1
3502026-07-26T04:25:26.636Z Compiling ident_case v1.0.1
3512026-07-26T04:25:26.797Z Compiling memchr v2.8.3
3522026-07-26T04:25:26.800Z Compiling regex-syntax v0.8.11
3532026-07-26T04:25:27.052Z Compiling either v1.16.0
3542026-07-26T04:25:27.062Z Compiling serde v1.0.228
3552026-07-26T04:25:27.068Z Compiling zerocopy v0.8.54
3562026-07-26T04:25:27.188Z Compiling aho-corasick v1.1.4
3572026-07-26T04:25:27.244Z Compiling thiserror v2.0.18
3582026-07-26T04:25:27.453Z Compiling itertools v0.15.0
3592026-07-26T04:25:27.480Z Compiling heapless v0.8.0
3602026-07-26T04:25:27.818Z Compiling syn v2.0.118
3612026-07-26T04:25:27.851Z Compiling smoltcp v0.11.0
3622026-07-26T04:25:27.864Z Compiling crc32fast v1.5.0
3632026-07-26T04:25:27.951Z Compiling ref-cast v1.0.25
3642026-07-26T04:25:28.195Z Compiling regex-automata v0.4.15
3652026-07-26T04:25:28.289Z Compiling version_check v0.9.5
3662026-07-26T04:25:28.629Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3672026-07-26T04:25:29.762Z Compiling regex v1.13.0
3682026-07-26T04:25:30.087Z Compiling darling_core v0.23.0
3692026-07-26T04:25:30.846Z Compiling serde_derive v1.0.228
3702026-07-26T04:25:30.846Z Compiling zerocopy-derive v0.8.54
3712026-07-26T04:25:30.846Z Compiling thiserror-impl v2.0.18
3722026-07-26T04:25:30.849Z Compiling ref-cast-impl v1.0.25
3732026-07-26T04:25:30.849Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3742026-07-26T04:25:32.272Z Compiling darling_macro v0.23.0
3752026-07-26T04:25:33.133Z Compiling darling v0.23.0
3762026-07-26T04:25:33.193Z Compiling ingot-macros v0.2.0
3772026-07-26T04:25:33.193Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3782026-07-26T04:25:39.105Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3792026-07-26T04:25:41.363Z Compiling byteorder v1.5.0
3802026-07-26T04:25:41.363Z Compiling macaddr v1.0.1
3812026-07-26T04:25:41.367Z Compiling stable_deref_trait v1.2.1
3822026-07-26T04:25:41.367Z Compiling cfg-if v1.0.4
3832026-07-26T04:25:41.421Z Compiling bitflags v1.3.2
3842026-07-26T04:25:41.428Z Compiling managed v0.8.0
3852026-07-26T04:25:41.482Z Compiling cobs v0.3.0
3862026-07-26T04:25:41.575Z Compiling hash32 v0.3.1
3872026-07-26T04:25:41.679Z Compiling dyn-clone v1.0.20
3882026-07-26T04:25:41.760Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3892026-07-26T04:25:42.964Z Compiling bitflags v2.13.0
3902026-07-26T04:25:42.964Z Compiling uuid v1.23.5
3912026-07-26T04:25:43.106Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3922026-07-26T04:25:43.394Z Compiling postcard v1.1.3
3932026-07-26T04:25:44.241Z Compiling ingot-types v0.2.0
3942026-07-26T04:25:44.554Z Compiling ingot v0.2.0
3952026-07-26T04:25:46.054Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3962026-07-26T04:25:49.932Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3972026-07-26T04:25:58.814Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
3982026-07-26T04:26:29.823Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
3992026-07-26T04:26:29.854ZLinking xde kmod...
4002026-07-26T04:26:30.449ZBuilding xde dev link helper (release).
4012026-07-26T04:26:30.605Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4022026-07-26T04:26:30.605Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4032026-07-26T04:26:30.605Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4042026-07-26T04:26:42.071Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4052026-07-26T04:26:44.734Z Finished `release` profile [optimized + debuginfo] target(s) in 14.25s
4062026-07-26T04:26:44.754ZBuilding opteadm (dev).
4072026-07-26T04:26:44.903Z Compiling serde_core v1.0.228
4082026-07-26T04:26:44.903Z Compiling libc v0.2.186
4092026-07-26T04:26:44.903Z Compiling cfg-if v1.0.4
4102026-07-26T04:26:44.906Z Compiling strsim v0.11.1
4112026-07-26T04:26:44.906Z Compiling ident_case v1.0.1
4122026-07-26T04:26:44.906Z Compiling memchr v2.8.3
4132026-07-26T04:26:44.906Z Compiling syn v2.0.118
4142026-07-26T04:26:44.926Z Compiling regex-syntax v0.8.11
4152026-07-26T04:26:44.975Z Compiling serde v1.0.228
4162026-07-26T04:26:45.022Z Compiling winnow v1.0.3
4172026-07-26T04:26:45.189Z Compiling zerocopy v0.8.54
4182026-07-26T04:26:45.270Z Compiling either v1.16.0
4192026-07-26T04:26:45.458Z Compiling aho-corasick v1.1.4
4202026-07-26T04:26:45.471Z Compiling hashbrown v0.17.1
4212026-07-26T04:26:45.550Z Compiling equivalent v1.0.2
4222026-07-26T04:26:45.649Z Compiling itertools v0.15.0
4232026-07-26T04:26:45.692Z Compiling toml_datetime v1.1.1+spec-1.1.0
4242026-07-26T04:26:45.899Z Compiling toml_parser v1.1.2+spec-1.1.0
4252026-07-26T04:26:46.004Z Compiling indexmap v2.14.0
4262026-07-26T04:26:46.018Z Compiling heapless v0.8.0
4272026-07-26T04:26:46.304Z Compiling byteorder v1.5.0
4282026-07-26T04:26:46.422Z Compiling regex-automata v0.4.15
4292026-07-26T04:26:46.518Z Compiling hash32 v0.3.1
4302026-07-26T04:26:46.640Z Compiling toml_edit v0.25.12+spec-1.1.0
4312026-07-26T04:26:46.826Z Compiling smoltcp v0.11.0
4322026-07-26T04:26:46.849Z Compiling rustversion v1.0.23
4332026-07-26T04:26:46.942Z Compiling bitflags v2.13.0
4342026-07-26T04:26:46.974Z Compiling macaddr v1.0.1
4352026-07-26T04:26:47.126Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4362026-07-26T04:26:47.146Z Compiling syn v1.0.109
4372026-07-26T04:26:47.192Z Compiling stable_deref_trait v1.2.1
4382026-07-26T04:26:47.265Z Compiling proc-macro-crate v3.5.0
4392026-07-26T04:26:47.384Z Compiling bitflags v1.3.2
4402026-07-26T04:26:47.398Z Compiling version_check v0.9.5
4412026-07-26T04:26:47.432Z Compiling darling_core v0.23.0
4422026-07-26T04:26:47.482Z Compiling getrandom v0.4.3
4432026-07-26T04:26:47.540Z Compiling managed v0.8.0
4442026-07-26T04:26:47.652Z Compiling ref-cast v1.0.25
4452026-07-26T04:26:47.664Z Compiling rand_core v0.10.1
4462026-07-26T04:26:47.679Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4472026-07-26T04:26:47.756Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4482026-07-26T04:26:47.982Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4492026-07-26T04:26:47.986Z Compiling errno v0.3.14
4502026-07-26T04:26:48.151Z Compiling regex v1.13.0
4512026-07-26T04:26:48.425Z Compiling once_cell v1.21.4
4522026-07-26T04:26:48.619Z Compiling foreign-types-shared v0.3.1
4532026-07-26T04:26:48.633Z Compiling thiserror-impl v2.0.18
4542026-07-26T04:26:48.663Z Compiling serde_derive v1.0.228
4552026-07-26T04:26:48.700Z Compiling zerocopy-derive v0.8.54
4562026-07-26T04:26:49.028Z Compiling foreign-types-macros v0.2.3
4572026-07-26T04:26:49.529Z Compiling darling_macro v0.23.0
4582026-07-26T04:26:49.652Z Compiling num_enum_derive v0.7.6
4592026-07-26T04:26:49.717Z Compiling ref-cast-impl v1.0.25
4602026-07-26T04:26:49.815Z Compiling thiserror v2.0.18
4612026-07-26T04:26:49.915Z Compiling cobs v0.3.0
4622026-07-26T04:26:50.094Z Compiling darling v0.23.0
4632026-07-26T04:26:50.165Z Compiling ingot-macros v0.2.0
4642026-07-26T04:26:50.190Z Compiling unicode-width v0.2.2
4652026-07-26T04:26:50.295Z Compiling cpufeatures v0.3.0
4662026-07-26T04:26:50.360Z Compiling ipnetwork v0.21.1
4672026-07-26T04:26:50.497Z Compiling tabwriter v1.4.1
4682026-07-26T04:26:50.640Z Compiling num_enum v0.7.6
4692026-07-26T04:26:50.751Z Compiling chacha20 v0.10.1
4702026-07-26T04:26:50.913Z Compiling foreign-types v0.5.0
4712026-07-26T04:26:50.956Z Compiling cstr-argument v0.1.2
4722026-07-26T04:26:50.983Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4732026-07-26T04:26:51.098Z Compiling tracing-attributes v0.1.31
4742026-07-26T04:26:51.122Z Compiling tracing-core v0.1.36
4752026-07-26T04:26:51.140Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4762026-07-26T04:26:51.581Z Compiling rustix v1.1.4
4772026-07-26T04:26:51.809Z Compiling postcard v1.1.3
4782026-07-26T04:26:52.170Z Compiling anyhow v1.0.103
4792026-07-26T04:26:52.186Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4802026-07-26T04:26:52.268Z Compiling pin-project-lite v0.2.17
4812026-07-26T04:26:52.342Z Compiling pretty-hex v0.4.2
4822026-07-26T04:26:52.358Z Compiling dyn-clone v1.0.20
4832026-07-26T04:26:52.405Z Compiling tracing v0.1.44
4842026-07-26T04:26:52.465Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4852026-07-26T04:26:52.506Z Compiling rand v0.10.2
4862026-07-26T04:26:52.513Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4872026-07-26T04:26:52.669Z Compiling terminal_size v0.4.4
4882026-07-26T04:26:52.679Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4892026-07-26T04:26:52.772Z Compiling uuid v1.23.5
4902026-07-26T04:26:52.794Z Compiling socket2 v0.6.4
4912026-07-26T04:26:52.822Z Compiling oxnet v0.1.6
4922026-07-26T04:26:52.929Z Compiling colored v3.1.1
4932026-07-26T04:26:52.997Z Compiling clap_builder v4.6.0
4942026-07-26T04:26:53.243Z Compiling ingot-types v0.2.0
4952026-07-26T04:26:53.306Z Compiling clap_derive v4.6.1
4962026-07-26T04:26:53.399Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4972026-07-26T04:26:53.575Z Compiling ingot v0.2.0
4982026-07-26T04:26:54.746Z Compiling clap v4.6.1
4992026-07-26T04:26:55.241Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5002026-07-26T04:26:57.601Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5012026-07-26T04:26:58.759Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5022026-07-26T04:27:03.129Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.37s
5032026-07-26T04:27:03.156ZBuilding xde (dev).
5042026-07-26T04:27:03.373Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5052026-07-26T04:27:03.373Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5062026-07-26T04:27:03.373Z Compiling proc-macro2 v1.0.106
5072026-07-26T04:27:03.373Z Compiling unicode-ident v1.0.24
5082026-07-26T04:27:03.373Z Compiling quote v1.0.46
5092026-07-26T04:27:03.373Z Compiling serde_core v1.0.228
5102026-07-26T04:27:03.376Z Compiling strsim v0.11.1
5112026-07-26T04:27:03.376Z Compiling ident_case v1.0.1
5122026-07-26T04:27:03.489Z Compiling memchr v2.8.3
5132026-07-26T04:27:03.489Z Compiling regex-syntax v0.8.11
5142026-07-26T04:27:03.749Z Compiling either v1.16.0
5152026-07-26T04:27:03.760Z Compiling serde v1.0.228
5162026-07-26T04:27:03.772Z Compiling zerocopy v0.8.54
5172026-07-26T04:27:03.886Z Compiling aho-corasick v1.1.4
5182026-07-26T04:27:03.935Z Compiling thiserror v2.0.18
5192026-07-26T04:27:04.152Z Compiling itertools v0.15.0
5202026-07-26T04:27:04.172Z Compiling heapless v0.8.0
5212026-07-26T04:27:04.513Z Compiling syn v2.0.118
5222026-07-26T04:27:04.561Z Compiling smoltcp v0.11.0
5232026-07-26T04:27:04.570Z Compiling ref-cast v1.0.25
5242026-07-26T04:27:04.657Z Compiling version_check v0.9.5
5252026-07-26T04:27:04.953Z Compiling regex-automata v0.4.15
5262026-07-26T04:27:05.001Z Compiling crc32fast v1.5.0
5272026-07-26T04:27:05.011Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5282026-07-26T04:27:06.532Z Compiling regex v1.13.0
5292026-07-26T04:27:06.788Z Compiling darling_core v0.23.0
5302026-07-26T04:27:07.611Z Compiling zerocopy-derive v0.8.54
5312026-07-26T04:27:07.614Z Compiling thiserror-impl v2.0.18
5322026-07-26T04:27:07.614Z Compiling serde_derive v1.0.228
5332026-07-26T04:27:07.614Z Compiling ref-cast-impl v1.0.25
5342026-07-26T04:27:07.614Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5352026-07-26T04:27:08.962Z Compiling darling_macro v0.23.0
5362026-07-26T04:27:09.833Z Compiling darling v0.23.0
5372026-07-26T04:27:09.893Z Compiling ingot-macros v0.2.0
5382026-07-26T04:27:09.893Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5392026-07-26T04:27:15.248Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-07-26T04:27:17.145Z Compiling byteorder v1.5.0
5412026-07-26T04:27:17.145Z Compiling macaddr v1.0.1
5422026-07-26T04:27:17.148Z Compiling stable_deref_trait v1.2.1
5432026-07-26T04:27:17.148Z Compiling cfg-if v1.0.4
5442026-07-26T04:27:17.211Z Compiling cobs v0.3.0
5452026-07-26T04:27:17.215Z Compiling bitflags v1.3.2
5462026-07-26T04:27:17.248Z Compiling managed v0.8.0
5472026-07-26T04:27:17.326Z Compiling hash32 v0.3.1
5482026-07-26T04:27:17.478Z Compiling dyn-clone v1.0.20
5492026-07-26T04:27:17.578Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5502026-07-26T04:27:18.685Z Compiling bitflags v2.13.0
5512026-07-26T04:27:18.685Z Compiling uuid v1.23.5
5522026-07-26T04:27:18.818Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5532026-07-26T04:27:19.097Z Compiling postcard v1.1.3
5542026-07-26T04:27:19.845Z Compiling ingot-types v0.2.0
5552026-07-26T04:27:20.123Z Compiling ingot v0.2.0
5562026-07-26T04:27:21.512Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5572026-07-26T04:27:25.034Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5582026-07-26T04:27:35.001Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5592026-07-26T04:27:43.131Z Finished `dev` profile [optimized + debuginfo] target(s) in 39.94s
5602026-07-26T04:27:43.150ZLinking xde kmod...
5612026-07-26T04:27:44.164ZBuilding xde dev link helper (dev).
5622026-07-26T04:27:44.361Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5632026-07-26T04:27:44.361Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5642026-07-26T04:27:44.361Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5652026-07-26T04:27:55.569Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5662026-07-26T04:27:57.575Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.38s
5672026-07-26T04:27:57.603Z
5682026-07-26T04:27:57.603Zreal 3:08.096789112
5692026-07-26T04:27:57.603Zuser 8:51.821452244
5702026-07-26T04:27:57.603Zsys 56.640734895
5712026-07-26T04:27:57.603Ztrap 0.220915958
5722026-07-26T04:27:57.607Ztflt 0.837444259
5732026-07-26T04:27:57.607Zdflt 1.799523797
5742026-07-26T04:27:57.607Zkflt 0.004942406
5752026-07-26T04:27:57.607Zlock 31:24.329880375
5762026-07-26T04:27:57.607Zslp 20:31.921280410
5772026-07-26T04:27:57.607Zlat 19.842879849
5782026-07-26T04:27:57.607Zstop 32.711460361
5792026-07-26T04:27:57.608Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5802026-07-26T04:27:57.608Z+ grep GOTPCREL
5812026-07-26T04:27:58.583Z+ header 'package opte'
5822026-07-26T04:27:58.583Z+ echo '# ==== package opte ==== #'
5832026-07-26T04:27:58.583Z# ==== package opte ==== #
5842026-07-26T04:27:58.583Z+ cargo xtask package --skip-build --profile all
5852026-07-26T04:27:58.722Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5862026-07-26T04:27:58.726Z Running `target/debug/xtask package --skip-build --profile all`
5872026-07-26T04:27:58.934Z+ ./clean.sh
5882026-07-26T04:27:58.946Z+ mkdir -p proto/kernel/drv/amd64
5892026-07-26T04:27:58.946Z+ mkdir -p proto/opt/oxide/opte/bin
5902026-07-26T04:27:58.946Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
5912026-07-26T04:27:58.946Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
5922026-07-26T04:27:58.985Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
5932026-07-26T04:27:58.989Z+ cp ../xde/xde.conf proto/kernel/drv/
5942026-07-26T04:27:58.989Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
5952026-07-26T04:27:58.989Z+ '[' -z ']'
5962026-07-26T04:27:58.989Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
5972026-07-26T04:27:59.011Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
5982026-07-26T04:27:59.102Z+ INC_DEBUG=
5992026-07-26T04:27:59.102Z+ typeset -ri TAG=0
6002026-07-26T04:27:59.131Z++ ./print-api-version.sh
6012026-07-26T04:27:59.131Z+ API_VSN=41
6022026-07-26T04:27:59.131Z+ PKG_VERSION=0.41.506-3.0
6032026-07-26T04:27:59.131Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.506-3.0/g opte.template.p5m
6042026-07-26T04:27:59.131Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6052026-07-26T04:27:59.622Z+ pkgdepend generate -d proto opte.base.p5m
6062026-07-26T04:27:59.949Z+ mkdir -p packages
6072026-07-26T04:27:59.952Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6082026-07-26T04:28:06.826Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6092026-07-26T04:28:06.829Z+ pkgrepo create packages/repo
6102026-07-26T04:28:07.038Z+ pkgrepo add-publisher -s packages/repo helios
6112026-07-26T04:28:07.247Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6122026-07-26T04:28:35.167Zpkg://helios/driver/network/opte@0.41.506,5.11-3.0:20260726T042805Z
6132026-07-26T04:28:35.167ZPUBLISHED
6142026-07-26T04:28:35.367Z+ pkgrecv -a -d packages/repo/opte-0.41.506-3.0.p5p -s packages/repo -v -m latest '*'
6152026-07-26T04:28:35.379ZRetrieving packages for publisher helios ...
6162026-07-26T04:28:35.383ZRetrieving catalog 'helios' ... Done
6172026-07-26T04:28:35.386ZRetrieving and evaluating 1 package(s)...
6182026-07-26T04:28:35.386ZFetching manifests: 1/1 100% complete
6192026-07-26T04:28:35.386ZFetching manifests: 1/1 100% complete
6202026-07-26T04:28:35.386Z
6212026-07-26T04:28:35.386ZArchiving packages ...
6222026-07-26T04:28:35.386Z Packages to add: 1
6232026-07-26T04:28:35.386Z Files to retrieve: 6
6242026-07-26T04:28:35.386ZEstimated transfer size: 36.10 MB
6252026-07-26T04:28:35.386Z
6262026-07-26T04:28:35.386ZPackages to archive:
6272026-07-26T04:28:35.386Zdriver/network/opte@0.41.506,5.11-3.0:20260726T042805Z
6282026-07-26T04:28:35.386Z
6292026-07-26T04:28:35.386ZDownload: 0/6 items 0.0/36.1MB 0% complete
6302026-07-26T04:28:35.449ZDownload: Completed 36.10 MB in 0.07 seconds (549M/s)
6312026-07-26T04:28:35.452ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6322026-07-26T04:28:35.464ZArchiving: Completed 36.13 MB in 0.01 seconds
6332026-07-26T04:28:35.503ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.506-3.0.p5p.
6342026-07-26T04:28:35.506Z+ banner copy
6352026-07-26T04:28:35.508Z
6362026-07-26T04:28:35.508Z #### #### ##### # #
6372026-07-26T04:28:35.508Z # # # # # # # #
6382026-07-26T04:28:35.508Z # # # # # #
6392026-07-26T04:28:35.508Z # # # ##### #
6402026-07-26T04:28:35.509Z # # # # # #
6412026-07-26T04:28:35.509Z #### #### # #
6422026-07-26T04:28:35.509Z
6432026-07-26T04:28:35.509Z+ pfexec mkdir -p /out
6442026-07-26T04:28:35.512Z+ pfexec chown 12345 /out
6452026-07-26T04:28:35.512Z+ PKG_NAME=/out/opte.p5p
6462026-07-26T04:28:35.512Z+ mv pkg/packages/repo/opte-0.41.506-3.0.p5p /out/opte.p5p
6472026-07-26T04:28:35.538Z+ sha256sum /out/opte.p5p
6482026-07-26T04:28:35.561Zprocess exited: duration 240827 ms, exit code 0
 
6492026-07-26T04:28:35.572Zfound 2 output files
6502026-07-26T04:28:35.572Zuploading: /out/opte.p5p (37898240 bytes)
6512026-07-26T04:28:37.196Zuploaded: /out/opte.p5p
6522026-07-26T04:28:37.200Zuploading: /out/opte.p5p.sha256 (80 bytes)
6532026-07-26T04:28:38.206Zuploaded: /out/opte.p5p.sha256