01KMPQ10ZRFW2Z946PJ43Y1REV: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.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: 01KMPQ1E6FGQB4924J09BHK7JE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:23:02.699Zjob assigned to worker 01KMPREST3D1MESGWABD66TB4P [factory aws, i-09607eb9b229f9ecc] (queued for 25 m 27 s)
 
22026-03-27T04:23:09.975Zstarting task 0: "setup"
32026-03-27T04:23:09.979Z++ uname -s
42026-03-27T04:23:09.982Z+ kern=SunOS
52026-03-27T04:23:09.982Z+ build_user=build
62026-03-27T04:23:09.982Z+ build_uid=12345
72026-03-27T04:23:09.982Z+ work_dir=/work
82026-03-27T04:23:09.982Z+ input_dir=/input
92026-03-27T04:23:09.982Z+ [[ 0 == 12345 ]]
102026-03-27T04:23:09.982Z+ case "$kern" in
112026-03-27T04:23:09.982Z+ groupadd -g 12345 build
122026-03-27T04:23:09.985Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:23:11.991Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:23:12.102Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:23:12.105Z+ home_fs=zfs
162026-03-27T04:23:12.105Z+ [[ zfs == autofs ]]
172026-03-27T04:23:12.105Z+ mkdir -p /home/build
182026-03-27T04:23:12.105Z+ chown build:build /home/build /work
192026-03-27T04:23:14.109Z+ chmod 0700 /home/build /work
202026-03-27T04:23:14.113Zprocess exited: duration 4135 ms, exit code 0
 
212026-03-27T04:23:14.118Zstarting task 1: "rust-toolchain"
222026-03-27T04:23:14.123Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-27T04:23:14.123Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-27T04:23:14.123Z * rust toolchain channel = "1.93.1"
252026-03-27T04:23:14.123Z * rust toolchain profile = "default"
262026-03-27T04:23:14.123Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:23:14.123Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:23:14.125Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:23:14.125Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-27T04:23:14.244Zinfo: downloading installer
312026-03-27T04:23:15.923Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:23:15.923Zwarn: /opt/ooce/bin
332026-03-27T04:23:15.923Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:23:15.923Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:23:15.923Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:23:15.923Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:23:15.923Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:23:15.923Zerror: cannot install while Rust is installed
392026-03-27T04:23:15.923Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:23:15.923Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:23:15.923Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:23:15.923Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:23:15.923Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:23:15.937Zinfo: profile set to default
452026-03-27T04:23:15.937Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:23:15.940Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-27T04:23:16.076Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-27T04:23:16.079Zinfo: downloading 6 components
492026-03-27T04:23:30.098Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-27T04:23:30.098Z
512026-03-27T04:23:30.124Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-27T04:23:30.124Z
532026-03-27T04:23:30.127Z
542026-03-27T04:23:30.127ZRust is installed now. Great!
552026-03-27T04:23:30.127Z
562026-03-27T04:23:30.127ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:23:30.127Zenvironment variable. This has not been done automatically.
582026-03-27T04:23:30.127Z
592026-03-27T04:23:30.127ZTo configure your current shell, you need to source
602026-03-27T04:23:30.127Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:23:30.128Z
622026-03-27T04:23:30.128ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:23:30.128Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:23:30.128Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:23:30.128Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:23:30.128Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:23:30.128Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:23:30.128Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:23:30.128Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:23:30.128Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:23:30.213Z+ rustup --version
722026-03-27T04:23:30.222Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:23:30.224Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:23:30.243Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-27T04:23:30.246Z+ cargo --version
762026-03-27T04:23:30.259Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-27T04:23:30.261Z+ rustc --version
782026-03-27T04:23:30.281Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-27T04:23:30.283Zprocess exited: duration 16151 ms, exit code 0
 
802026-03-27T04:23:30.289Zstarting task 2: "authentication"
812026-03-27T04:23:30.305Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T04:23:30.311Zstarting task 3: "clone repository"
832026-03-27T04:23:30.314Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:23:30.317Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:23:30.349ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:23:31.105Z+ cd /work/oxidecomputer/opte
872026-03-27T04:23:31.106Z+ git fetch origin 56e75ed31151689afa450c72cf51c5ae25ec8925
882026-03-27T04:23:31.330ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:23:31.330Z * branch 56e75ed31151689afa450c72cf51c5ae25ec8925 -> FETCH_HEAD
902026-03-27T04:23:31.337Z+ [[ -n renovate/uuid-1.x-lockfile ]]
912026-03-27T04:23:31.340Z++ git branch --show-current
922026-03-27T04:23:31.340Z+ current=master
932026-03-27T04:23:31.340Z+ [[ master != renovate/uuid-1.x-lockfile ]]
942026-03-27T04:23:31.340Z+ git branch -f renovate/uuid-1.x-lockfile 56e75ed31151689afa450c72cf51c5ae25ec8925
952026-03-27T04:23:31.343Z+ git checkout -f renovate/uuid-1.x-lockfile
962026-03-27T04:23:31.359ZSwitched to branch 'renovate/uuid-1.x-lockfile'
972026-03-27T04:23:31.362Z+ git reset --hard 56e75ed31151689afa450c72cf51c5ae25ec8925
982026-03-27T04:23:31.375ZHEAD is now at 56e75ed Update Rust crate uuid to v1.23.0
992026-03-27T04:23:31.378Zprocess exited: duration 1063 ms, exit code 0
 
1002026-03-27T04:23:31.383Zstarting task 4: "build"
1012026-03-27T04:23:31.387Z+ source .github/buildomat/common.sh
1022026-03-27T04:23:31.389Z++ rustup show active-toolchain
1032026-03-27T04:23:31.392Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:23:31.395Z++ pushd xde
1052026-03-27T04:23:31.395Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:23:31.395Z++ rustup show active-toolchain
1072026-03-27T04:23:31.398Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:23:31.561Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:23:31.564Zinfo: downloading 6 components
1102026-03-27T04:23:45.091Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:23:45.179Z+++ rustup show active-toolchain -v
1122026-03-27T04:23:45.182Z+++ head -n 1
1132026-03-27T04:23:45.182Z+++ cut '-d ' -f1
1142026-03-27T04:23:45.236Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:23:45.236Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:23:45.236Z++ popd
1172026-03-27T04:23:45.236Z/work/oxidecomputer/opte
1182026-03-27T04:23:45.239Z+ TGT_BASE=/work
1192026-03-27T04:23:45.239Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-03-27T04:23:45.239Z+ REL_TGT=/work/release
1212026-03-27T04:23:45.239Z+ mkdir -p /work/release
1222026-03-27T04:23:45.239Z+ cargo --version
1232026-03-27T04:23:45.247Zcargo 1.93.1 (083ac5135 2025-12-15)
1242026-03-27T04:23:45.250Z+ rustc --version
1252026-03-27T04:23:45.269Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1262026-03-27T04:23:45.272Z+ header 'build xde and opteadm (release+debug)'
1272026-03-27T04:23:45.272Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-03-27T04:23:45.272Z# ==== build xde and opteadm (release+debug) ==== #
1292026-03-27T04:23:45.272Z+ ptime -m cargo xtask build --profile all
1302026-03-27T04:23:45.373Z Updating crates.io index
1312026-03-27T04:23:45.376Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-03-27T04:23:46.097Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-03-27T04:23:46.638Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-03-27T04:23:46.962Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-03-27T04:23:47.193Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-03-27T04:23:47.597Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-03-27T04:23:47.878Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-03-27T04:23:49.753Z Downloading crates ...
1392026-03-27T04:23:49.806Z Downloaded clap v4.6.0
1402026-03-27T04:23:49.811Z Downloaded anyhow v1.0.102
1412026-03-27T04:23:49.814Z Downloaded cargo-platform v0.3.2
1422026-03-27T04:23:49.817Z Downloaded serde_core v1.0.228
1432026-03-27T04:23:49.817Z Downloaded anstream v1.0.0
1442026-03-27T04:23:49.822Z Downloaded camino v1.2.2
1452026-03-27T04:23:49.826Z Downloaded unicode-ident v1.0.24
1462026-03-27T04:23:49.830Z Downloaded zmij v1.0.21
1472026-03-27T04:23:49.833Z Downloaded toml_writer v1.1.0+spec-1.1.0
1482026-03-27T04:23:49.833Z Downloaded anstyle-query v1.1.5
1492026-03-27T04:23:49.837Z Downloaded cargo_metadata v0.23.1
1502026-03-27T04:23:49.839Z Downloaded strsim v0.11.1
1512026-03-27T04:23:49.842Z Downloaded heck v0.5.0
1522026-03-27T04:23:49.842Z Downloaded utf8parse v0.2.2
1532026-03-27T04:23:49.842Z Downloaded terminal_size v0.4.4
1542026-03-27T04:23:49.842Z Downloaded colorchoice v1.0.5
1552026-03-27T04:23:49.845Z Downloaded serde_spanned v1.1.0
1562026-03-27T04:23:49.845Z Downloaded itoa v1.0.18
1572026-03-27T04:23:49.859Z Downloaded equivalent v1.0.2
1582026-03-27T04:23:49.863Z Downloaded clap_derive v4.6.0
1592026-03-27T04:23:49.863Z Downloaded semver v1.0.27
1602026-03-27T04:23:49.866Z Downloaded thiserror-impl v2.0.18
1612026-03-27T04:23:49.870Z Downloaded anstyle-parse v1.0.0
1622026-03-27T04:23:49.873Z Downloaded toml_datetime v1.1.0+spec-1.1.0
1632026-03-27T04:23:49.873Z Downloaded serde_derive v1.0.228
1642026-03-27T04:23:49.875Z Downloaded proc-macro2 v1.0.106
1652026-03-27T04:23:49.875Z Downloaded is_terminal_polyfill v1.70.2
1662026-03-27T04:23:49.878Z Downloaded errno v0.3.14
1672026-03-27T04:23:49.881Z Downloaded quote v1.0.45
1682026-03-27T04:23:49.884Z Downloaded toml_parser v1.1.0+spec-1.1.0
1692026-03-27T04:23:49.884Z Downloaded bitflags v2.11.0
1702026-03-27T04:23:49.887Z Downloaded clap_lex v1.1.0
1712026-03-27T04:23:49.892Z Downloaded anstyle v1.0.14
1722026-03-27T04:23:49.912Z Downloaded thiserror v2.0.18
1732026-03-27T04:23:49.954Z Downloaded serde v1.0.228
1742026-03-27T04:23:49.957Z Downloaded memchr v2.8.0
1752026-03-27T04:23:49.960Z Downloaded toml v1.1.0+spec-1.1.0
1762026-03-27T04:23:49.966Z Downloaded indexmap v2.13.0
1772026-03-27T04:23:49.969Z Downloaded serde_json v1.0.149
1782026-03-27T04:23:49.979Z Downloaded hashbrown v0.16.1
1792026-03-27T04:23:49.994Z Downloaded clap_builder v4.6.0
1802026-03-27T04:23:49.998Z Downloaded winnow v1.0.0
1812026-03-27T04:23:50.010Z Downloaded syn v2.0.117
1822026-03-27T04:23:50.043Z Downloaded rustix v1.1.4
1832026-03-27T04:23:50.073Z Downloaded libc v0.2.183
1842026-03-27T04:23:50.121Z Compiling serde_core v1.0.228
1852026-03-27T04:23:50.122Z Compiling proc-macro2 v1.0.106
1862026-03-27T04:23:50.122Z Compiling quote v1.0.45
1872026-03-27T04:23:50.122Z Compiling unicode-ident v1.0.24
1882026-03-27T04:23:50.122Z Compiling libc v0.2.183
1892026-03-27T04:23:50.122Z Compiling rustix v1.1.4
1902026-03-27T04:23:50.122Z Compiling bitflags v2.11.0
1912026-03-27T04:23:50.125Z Compiling zmij v1.0.21
1922026-03-27T04:23:50.323Z Compiling utf8parse v0.2.2
1932026-03-27T04:23:50.419Z Compiling anstyle-parse v1.0.0
1942026-03-27T04:23:50.583Z Compiling colorchoice v1.0.5
1952026-03-27T04:23:50.589Z Compiling is_terminal_polyfill v1.70.2
1962026-03-27T04:23:50.629Z Compiling serde_json v1.0.149
1972026-03-27T04:23:50.635Z Compiling thiserror v2.0.18
1982026-03-27T04:23:50.662Z Compiling camino v1.2.2
1992026-03-27T04:23:50.686Z Compiling serde v1.0.228
2002026-03-27T04:23:50.745Z Compiling anstyle v1.0.14
2012026-03-27T04:23:50.848Z Compiling anstyle-query v1.1.5
2022026-03-27T04:23:50.951Z Compiling errno v0.3.14
2032026-03-27T04:23:50.951Z Compiling anstream v1.0.0
2042026-03-27T04:23:51.021Z Compiling strsim v0.11.1
2052026-03-27T04:23:51.021Z Compiling itoa v1.0.18
2062026-03-27T04:23:51.135Z Compiling winnow v1.0.0
2072026-03-27T04:23:51.390Z Compiling clap_lex v1.1.0
2082026-03-27T04:23:51.417Z Compiling heck v0.5.0
2092026-03-27T04:23:51.475Z Compiling syn v2.0.117
2102026-03-27T04:23:51.513Z Compiling memchr v2.8.0
2112026-03-27T04:23:51.564Z Compiling terminal_size v0.4.4
2122026-03-27T04:23:51.614Z Compiling anyhow v1.0.102
2132026-03-27T04:23:51.713Z Compiling clap_builder v4.6.0
2142026-03-27T04:23:51.779Z Compiling toml_parser v1.1.0+spec-1.1.0
2152026-03-27T04:23:51.984Z Compiling toml_writer v1.1.0+spec-1.1.0
2162026-03-27T04:23:52.436Z Compiling serde_spanned v1.1.0
2172026-03-27T04:23:52.571Z Compiling cargo-platform v0.3.2
2182026-03-27T04:23:52.951Z Compiling toml_datetime v1.1.0+spec-1.1.0
2192026-03-27T04:23:53.017Z Compiling semver v1.0.27
2202026-03-27T04:23:53.161Z Compiling toml v1.1.0+spec-1.1.0
2212026-03-27T04:23:54.025Z Compiling serde_derive v1.0.228
2222026-03-27T04:23:54.474Z Compiling thiserror-impl v2.0.18
2232026-03-27T04:23:54.548Z Compiling clap_derive v4.6.0
2242026-03-27T04:23:56.168Z Compiling clap v4.6.0
2252026-03-27T04:23:56.989Z Compiling cargo_metadata v0.23.1
2262026-03-27T04:23:59.466Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-03-27T04:24:01.050Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.75s
2282026-03-27T04:24:01.140Z Running `target/debug/xtask build --profile all`
2292026-03-27T04:24:02.494ZBuilding opteadm (release).
2302026-03-27T04:24:02.589Z Compiling proc-macro2 v1.0.106
2312026-03-27T04:24:02.589Z Compiling quote v1.0.45
2322026-03-27T04:24:02.589Z Compiling unicode-ident v1.0.24
2332026-03-27T04:24:02.589Z Compiling serde_core v1.0.228
2342026-03-27T04:24:02.592Z Compiling libc v0.2.183
2352026-03-27T04:24:02.592Z Compiling cfg-if v1.0.4
2362026-03-27T04:24:02.592Z Compiling thiserror v2.0.18
2372026-03-27T04:24:02.592Z Compiling memchr v2.8.0
2382026-03-27T04:24:02.659Z Compiling ident_case v1.0.1
2392026-03-27T04:24:02.705Z Compiling strsim v0.11.1
2402026-03-27T04:24:02.761Z Compiling fnv v1.0.7
2412026-03-27T04:24:02.839Z Compiling regex-syntax v0.8.10
2422026-03-27T04:24:02.917Z Compiling serde v1.0.228
2432026-03-27T04:24:02.970Z Compiling winnow v1.0.0
2442026-03-27T04:24:03.092Z Compiling aho-corasick v1.1.4
2452026-03-27T04:24:03.130Z Compiling zerocopy v0.8.47
2462026-03-27T04:24:03.199Z Compiling hashbrown v0.16.1
2472026-03-27T04:24:03.327Z Compiling equivalent v1.0.2
2482026-03-27T04:24:03.396Z Compiling either v1.15.0
2492026-03-27T04:24:03.512Z Compiling anyhow v1.0.102
2502026-03-27T04:24:03.725Z Compiling indexmap v2.13.0
2512026-03-27T04:24:03.760Z Compiling itertools v0.14.0
2522026-03-27T04:24:03.864Z Compiling syn v2.0.117
2532026-03-27T04:24:03.946Z Compiling toml_parser v1.1.0+spec-1.1.0
2542026-03-27T04:24:04.061Z Compiling byteorder v1.5.0
2552026-03-27T04:24:04.246Z Compiling toml_datetime v1.1.0+spec-1.1.0
2562026-03-27T04:24:04.376Z Compiling regex-automata v0.4.14
2572026-03-27T04:24:04.459Z Compiling heapless v0.8.0
2582026-03-27T04:24:04.497Z Compiling toml_edit v0.25.8+spec-1.1.0
2592026-03-27T04:24:04.515Z Compiling hash32 v0.3.1
2602026-03-27T04:24:04.641Z Compiling stable_deref_trait v1.2.1
2612026-03-27T04:24:04.707Z Compiling bitflags v2.11.0
2622026-03-27T04:24:04.892Z Compiling macaddr v1.0.1
2632026-03-27T04:24:04.916Z Compiling syn v1.0.109
2642026-03-27T04:24:05.026Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2652026-03-27T04:24:05.053Z Compiling rustversion v1.0.22
2662026-03-27T04:24:05.074Z Compiling smoltcp v0.11.0
2672026-03-27T04:24:05.098Z Compiling proc-macro-crate v3.5.0
2682026-03-27T04:24:05.272Z Compiling rand_core v0.10.0
2692026-03-27T04:24:05.414Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2702026-03-27T04:24:05.418Z Compiling version_check v0.9.5
2712026-03-27T04:24:05.428Z Compiling bitflags v1.3.2
2722026-03-27T04:24:05.434Z Compiling ref-cast v1.0.25
2732026-03-27T04:24:05.487Z Compiling getrandom v0.4.2
2742026-03-27T04:24:05.534Z Compiling rustix v1.1.4
2752026-03-27T04:24:05.628Z Compiling managed v0.8.0
2762026-03-27T04:24:05.674Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-03-27T04:24:05.768Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-03-27T04:24:05.894Z Compiling errno v0.3.14
2792026-03-27T04:24:06.027Z Compiling cpufeatures v0.3.0
2802026-03-27T04:24:06.083Z Compiling unicode-width v0.2.2
2812026-03-27T04:24:06.087Z Compiling foreign-types-shared v0.3.1
2822026-03-27T04:24:06.134Z Compiling regex v1.12.3
2832026-03-27T04:24:06.156Z Compiling utf8parse v0.2.2
2842026-03-27T04:24:06.250Z Compiling ipnetwork v0.21.1
2852026-03-27T04:24:06.292Z Compiling once_cell v1.21.4
2862026-03-27T04:24:06.513Z Compiling darling_core v0.21.3
2872026-03-27T04:24:06.513Z Compiling tracing-core v0.1.36
2882026-03-27T04:24:06.625Z Compiling tabwriter v1.4.1
2892026-03-27T04:24:06.938Z Compiling cstr-argument v0.1.2
2902026-03-27T04:24:06.999Z Compiling anstyle-parse v1.0.0
2912026-03-27T04:24:07.084Z Compiling chacha20 v0.10.0
2922026-03-27T04:24:07.492Z Compiling dyn-clone v1.0.20
2932026-03-27T04:24:07.548Z Compiling anstyle-query v1.1.5
2942026-03-27T04:24:07.616Z Compiling colorchoice v1.0.5
2952026-03-27T04:24:07.620Z Compiling pin-project-lite v0.2.17
2962026-03-27T04:24:07.636Z Compiling anstyle v1.0.14
2972026-03-27T04:24:07.679Z Compiling thiserror-impl v2.0.18
2982026-03-27T04:24:07.697Z Compiling zerocopy-derive v0.8.47
2992026-03-27T04:24:07.711Z Compiling serde_derive v1.0.228
3002026-03-27T04:24:07.856Z Compiling foreign-types-macros v0.2.3
3012026-03-27T04:24:07.862Z Compiling ref-cast-impl v1.0.25
3022026-03-27T04:24:08.444Z Compiling num_enum_derive v0.7.6
3032026-03-27T04:24:08.464Z Compiling foreign-types v0.5.0
3042026-03-27T04:24:08.525Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3052026-03-27T04:24:08.595Z Compiling darling_macro v0.21.3
3062026-03-27T04:24:08.610Z Compiling tracing-attributes v0.1.31
3072026-03-27T04:24:08.983Z Compiling cobs v0.3.0
3082026-03-27T04:24:09.040Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3092026-03-27T04:24:09.114Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-03-27T04:24:09.168Z Compiling darling v0.21.3
3112026-03-27T04:24:09.190Z Compiling pretty-hex v0.4.2
3122026-03-27T04:24:09.234Z Compiling ingot-macros v0.1.1
3132026-03-27T04:24:09.249Z Compiling is_terminal_polyfill v1.70.2
3142026-03-27T04:24:09.319Z Compiling anstream v1.0.0
3152026-03-27T04:24:09.331Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3162026-03-27T04:24:09.485Z Compiling num_enum v0.7.6
3172026-03-27T04:24:09.575Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3182026-03-27T04:24:09.588Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3192026-03-27T04:24:09.712Z Compiling terminal_size v0.4.4
3202026-03-27T04:24:09.774Z Compiling rand v0.10.0
3212026-03-27T04:24:09.836Z Compiling uuid v1.23.0
3222026-03-27T04:24:09.845Z Compiling tracing v0.1.44
3232026-03-27T04:24:09.971Z Compiling socket2 v0.6.3
3242026-03-27T04:24:10.157Z Compiling oxnet v0.1.4
3252026-03-27T04:24:10.195Z Compiling heck v0.5.0
3262026-03-27T04:24:10.385Z Compiling colored v3.1.1
3272026-03-27T04:24:10.512Z Compiling clap_lex v1.1.0
3282026-03-27T04:24:10.563Z Compiling clap_derive v4.6.0
3292026-03-27T04:24:10.824Z Compiling clap_builder v4.6.0
3302026-03-27T04:24:10.883Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3312026-03-27T04:24:10.923Z Compiling postcard v1.1.3
3322026-03-27T04:24:12.167Z Compiling ingot-types v0.1.2
3332026-03-27T04:24:12.547Z Compiling ingot v0.1.1
3342026-03-27T04:24:12.730Z Compiling clap v4.6.0
3352026-03-27T04:24:14.226Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-03-27T04:24:15.229Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-03-27T04:24:16.177Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-03-27T04:24:22.510Z Finished `release` profile [optimized + debuginfo] target(s) in 19.99s
3392026-03-27T04:24:22.538ZBuilding xde (release-lto).
3402026-03-27T04:24:22.789Z Updating crates.io index
3412026-03-27T04:24:22.922Z Downloading crates ...
3422026-03-27T04:24:22.973Z Downloaded rustc-demangle v0.1.27
3432026-03-27T04:24:22.978Z Downloaded getopts v0.2.24
3442026-03-27T04:24:22.986Z Downloaded rustc-literal-escaper v0.0.7
3452026-03-27T04:24:22.989Z Downloaded foldhash v0.2.0
3462026-03-27T04:24:22.992Z Downloaded adler2 v2.0.1
3472026-03-27T04:24:23.006Z Downloaded memchr v2.7.6
3482026-03-27T04:24:23.008Z Downloaded addr2line v0.25.1
3492026-03-27T04:24:23.044Z Downloaded miniz_oxide v0.8.9
3502026-03-27T04:24:23.052Z Downloaded object v0.37.3
3512026-03-27T04:24:23.087Z Downloaded gimli v0.32.3
3522026-03-27T04:24:23.104Z Downloaded libc v0.2.178
3532026-03-27T04:24:23.162Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3542026-03-27T04:24:23.162Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3552026-03-27T04:24:23.165Z Compiling proc-macro2 v1.0.106
3562026-03-27T04:24:23.165Z Compiling quote v1.0.45
3572026-03-27T04:24:23.165Z Compiling unicode-ident v1.0.24
3582026-03-27T04:24:23.165Z Compiling serde_core v1.0.228
3592026-03-27T04:24:23.165Z Compiling fnv v1.0.7
3602026-03-27T04:24:23.166Z Compiling ident_case v1.0.1
3612026-03-27T04:24:23.307Z Compiling strsim v0.11.1
3622026-03-27T04:24:23.323Z Compiling memchr v2.8.0
3632026-03-27T04:24:23.327Z Compiling regex-syntax v0.8.10
3642026-03-27T04:24:23.586Z Compiling thiserror v2.0.18
3652026-03-27T04:24:23.601Z Compiling either v1.15.0
3662026-03-27T04:24:23.697Z Compiling zerocopy v0.8.47
3672026-03-27T04:24:23.712Z Compiling aho-corasick v1.1.4
3682026-03-27T04:24:23.818Z Compiling serde v1.0.228
3692026-03-27T04:24:24.002Z Compiling itertools v0.14.0
3702026-03-27T04:24:24.229Z Compiling heapless v0.8.0
3712026-03-27T04:24:24.241Z Compiling smoltcp v0.11.0
3722026-03-27T04:24:24.425Z Compiling syn v2.0.117
3732026-03-27T04:24:24.453Z Compiling ref-cast v1.0.25
3742026-03-27T04:24:24.668Z Compiling crc32fast v1.5.0
3752026-03-27T04:24:24.694Z Compiling version_check v0.9.5
3762026-03-27T04:24:24.831Z Compiling regex-automata v0.4.14
3772026-03-27T04:24:25.059Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3782026-03-27T04:24:26.356Z Compiling regex v1.12.3
3792026-03-27T04:24:26.710Z Compiling darling_core v0.21.3
3802026-03-27T04:24:27.470Z Compiling zerocopy-derive v0.8.47
3812026-03-27T04:24:27.473Z Compiling serde_derive v1.0.228
3822026-03-27T04:24:27.473Z Compiling thiserror-impl v2.0.18
3832026-03-27T04:24:27.473Z Compiling ref-cast-impl v1.0.25
3842026-03-27T04:24:27.473Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3852026-03-27T04:24:28.837Z Compiling darling_macro v0.21.3
3862026-03-27T04:24:29.708Z Compiling darling v0.21.3
3872026-03-27T04:24:29.772Z Compiling ingot-macros v0.1.1
3882026-03-27T04:24:29.772Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3892026-03-27T04:24:35.025Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3902026-03-27T04:24:37.082Z Compiling byteorder v1.5.0
3912026-03-27T04:24:37.085Z Compiling cfg-if v1.0.4
3922026-03-27T04:24:37.085Z Compiling macaddr v1.0.1
3932026-03-27T04:24:37.085Z Compiling stable_deref_trait v1.2.1
3942026-03-27T04:24:37.143Z Compiling managed v0.8.0
3952026-03-27T04:24:37.150Z Compiling bitflags v1.3.2
3962026-03-27T04:24:37.185Z Compiling cobs v0.3.0
3972026-03-27T04:24:37.273Z Compiling hash32 v0.3.1
3982026-03-27T04:24:37.397Z Compiling dyn-clone v1.0.20
3992026-03-27T04:24:37.448Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4002026-03-27T04:24:38.689Z Compiling bitflags v2.11.0
4012026-03-27T04:24:38.689Z Compiling uuid v1.23.0
4022026-03-27T04:24:38.832Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4032026-03-27T04:24:39.150Z Compiling postcard v1.1.3
4042026-03-27T04:24:39.987Z Compiling ingot-types v0.1.2
4052026-03-27T04:24:40.305Z Compiling ingot v0.1.1
4062026-03-27T04:24:41.816Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4072026-03-27T04:24:45.516Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4082026-03-27T04:24:54.230Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4092026-03-27T04:25:22.341Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.72s
4102026-03-27T04:25:22.366ZLinking xde kmod...
4112026-03-27T04:25:22.901ZBuilding xde dev link helper (release).
4122026-03-27T04:25:23.060Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4132026-03-27T04:25:23.060Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4142026-03-27T04:25:23.060Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4152026-03-27T04:25:34.028Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4162026-03-27T04:25:36.364Z Finished `release` profile [optimized + debuginfo] target(s) in 13.42s
4172026-03-27T04:25:36.383ZBuilding opteadm (dev).
4182026-03-27T04:25:36.533Z Compiling serde_core v1.0.228
4192026-03-27T04:25:36.533Z Compiling libc v0.2.183
4202026-03-27T04:25:36.533Z Compiling cfg-if v1.0.4
4212026-03-27T04:25:36.533Z Compiling fnv v1.0.7
4222026-03-27T04:25:36.535Z Compiling memchr v2.8.0
4232026-03-27T04:25:36.535Z Compiling ident_case v1.0.1
4242026-03-27T04:25:36.535Z Compiling strsim v0.11.1
4252026-03-27T04:25:36.536Z Compiling syn v2.0.117
4262026-03-27T04:25:36.604Z Compiling regex-syntax v0.8.10
4272026-03-27T04:25:36.627Z Compiling winnow v1.0.0
4282026-03-27T04:25:36.646Z Compiling equivalent v1.0.2
4292026-03-27T04:25:36.715Z Compiling serde v1.0.228
4302026-03-27T04:25:36.825Z Compiling hashbrown v0.16.1
4312026-03-27T04:25:37.017Z Compiling aho-corasick v1.1.4
4322026-03-27T04:25:37.108Z Compiling zerocopy v0.8.47
4332026-03-27T04:25:37.292Z Compiling either v1.15.0
4342026-03-27T04:25:37.340Z Compiling indexmap v2.13.0
4352026-03-27T04:25:37.479Z Compiling itertools v0.14.0
4362026-03-27T04:25:37.522Z Compiling toml_parser v1.1.0+spec-1.1.0
4372026-03-27T04:25:37.661Z Compiling heapless v0.8.0
4382026-03-27T04:25:37.925Z Compiling byteorder v1.5.0
4392026-03-27T04:25:37.957Z Compiling toml_datetime v1.1.0+spec-1.1.0
4402026-03-27T04:25:38.050Z Compiling regex-automata v0.4.14
4412026-03-27T04:25:38.100Z Compiling toml_edit v0.25.8+spec-1.1.0
4422026-03-27T04:25:38.168Z Compiling hash32 v0.3.1
4432026-03-27T04:25:38.404Z Compiling rustversion v1.0.22
4442026-03-27T04:25:38.466Z Compiling stable_deref_trait v1.2.1
4452026-03-27T04:25:38.534Z Compiling bitflags v2.11.0
4462026-03-27T04:25:38.643Z Compiling syn v1.0.109
4472026-03-27T04:25:38.686Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4482026-03-27T04:25:38.745Z Compiling smoltcp v0.11.0
4492026-03-27T04:25:38.749Z Compiling macaddr v1.0.1
4502026-03-27T04:25:38.988Z Compiling proc-macro-crate v3.5.0
4512026-03-27T04:25:39.000Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4522026-03-27T04:25:39.000Z Compiling getrandom v0.4.2
4532026-03-27T04:25:39.023Z Compiling rand_core v0.10.0
4542026-03-27T04:25:39.093Z Compiling darling_core v0.21.3
4552026-03-27T04:25:39.175Z Compiling bitflags v1.3.2
4562026-03-27T04:25:39.206Z Compiling managed v0.8.0
4572026-03-27T04:25:39.240Z Compiling ref-cast v1.0.25
4582026-03-27T04:25:39.256Z Compiling version_check v0.9.5
4592026-03-27T04:25:39.522Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4602026-03-27T04:25:39.586Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4612026-03-27T04:25:39.764Z Compiling regex v1.12.3
4622026-03-27T04:25:39.972Z Compiling errno v0.3.14
4632026-03-27T04:25:40.143Z Compiling ipnetwork v0.21.1
4642026-03-27T04:25:40.198Z Compiling unicode-width v0.2.2
4652026-03-27T04:25:40.369Z Compiling thiserror-impl v2.0.18
4662026-03-27T04:25:40.500Z Compiling zerocopy-derive v0.8.47
4672026-03-27T04:25:40.660Z Compiling serde_derive v1.0.228
4682026-03-27T04:25:40.666Z Compiling ref-cast-impl v1.0.25
4692026-03-27T04:25:41.213Z Compiling darling_macro v0.21.3
4702026-03-27T04:25:41.244Z Compiling num_enum_derive v0.7.6
4712026-03-27T04:25:41.316Z Compiling foreign-types-macros v0.2.3
4722026-03-27T04:25:41.604Z Compiling thiserror v2.0.18
4732026-03-27T04:25:41.699Z Compiling cobs v0.3.0
4742026-03-27T04:25:41.757Z Compiling darling v0.21.3
4752026-03-27T04:25:41.828Z Compiling ingot-macros v0.1.1
4762026-03-27T04:25:41.941Z Compiling once_cell v1.21.4
4772026-03-27T04:25:41.982Z Compiling foreign-types-shared v0.3.1
4782026-03-27T04:25:42.065Z Compiling cpufeatures v0.3.0
4792026-03-27T04:25:42.131Z Compiling chacha20 v0.10.0
4802026-03-27T04:25:42.173Z Compiling tracing-core v0.1.36
4812026-03-27T04:25:42.246Z Compiling num_enum v0.7.6
4822026-03-27T04:25:42.355Z Compiling foreign-types v0.5.0
4832026-03-27T04:25:42.472Z Compiling cstr-argument v0.1.2
4842026-03-27T04:25:42.519Z Compiling tabwriter v1.4.1
4852026-03-27T04:25:42.638Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4862026-03-27T04:25:42.806Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4872026-03-27T04:25:42.936Z Compiling tracing-attributes v0.1.31
4882026-03-27T04:25:43.210Z Compiling rustix v1.1.4
4892026-03-27T04:25:43.646Z Compiling anyhow v1.0.102
4902026-03-27T04:25:43.667Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4912026-03-27T04:25:43.869Z Compiling postcard v1.1.3
4922026-03-27T04:25:43.912Z Compiling pretty-hex v0.4.2
4932026-03-27T04:25:43.941Z Compiling pin-project-lite v0.2.17
4942026-03-27T04:25:44.031Z Compiling dyn-clone v1.0.20
4952026-03-27T04:25:44.043Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4962026-03-27T04:25:44.197Z Compiling terminal_size v0.4.4
4972026-03-27T04:25:44.204Z Compiling tracing v0.1.44
4982026-03-27T04:25:44.223Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4992026-03-27T04:25:44.256Z Compiling rand v0.10.0
5002026-03-27T04:25:44.343Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5012026-03-27T04:25:44.457Z Compiling uuid v1.23.0
5022026-03-27T04:25:44.461Z Compiling socket2 v0.6.3
5032026-03-27T04:25:44.464Z Compiling colored v3.1.1
5042026-03-27T04:25:44.520Z Compiling oxnet v0.1.4
5052026-03-27T04:25:44.724Z Compiling clap_builder v4.6.0
5062026-03-27T04:25:44.985Z Compiling ingot-types v0.1.2
5072026-03-27T04:25:44.990Z Compiling clap_derive v4.6.0
5082026-03-27T04:25:45.049Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5092026-03-27T04:25:45.374Z Compiling ingot v0.1.1
5102026-03-27T04:25:46.335Z Compiling clap v4.6.0
5112026-03-27T04:25:47.169Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-03-27T04:25:49.423Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-03-27T04:25:50.503Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5142026-03-27T04:25:54.817Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.41s
5152026-03-27T04:25:54.845ZBuilding xde (dev).
5162026-03-27T04:25:55.072Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5172026-03-27T04:25:55.072Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5182026-03-27T04:25:55.072Z Compiling proc-macro2 v1.0.106
5192026-03-27T04:25:55.072Z Compiling unicode-ident v1.0.24
5202026-03-27T04:25:55.072Z Compiling quote v1.0.45
5212026-03-27T04:25:55.072Z Compiling serde_core v1.0.228
5222026-03-27T04:25:55.075Z Compiling strsim v0.11.1
5232026-03-27T04:25:55.075Z Compiling fnv v1.0.7
5242026-03-27T04:25:55.166Z Compiling ident_case v1.0.1
5252026-03-27T04:25:55.194Z Compiling memchr v2.8.0
5262026-03-27T04:25:55.270Z Compiling regex-syntax v0.8.10
5272026-03-27T04:25:55.452Z Compiling serde v1.0.228
5282026-03-27T04:25:55.457Z Compiling zerocopy v0.8.47
5292026-03-27T04:25:55.462Z Compiling thiserror v2.0.18
5302026-03-27T04:25:55.590Z Compiling aho-corasick v1.1.4
5312026-03-27T04:25:55.829Z Compiling either v1.15.0
5322026-03-27T04:25:55.985Z Compiling heapless v0.8.0
5332026-03-27T04:25:56.014Z Compiling itertools v0.14.0
5342026-03-27T04:25:56.019Z Compiling smoltcp v0.11.0
5352026-03-27T04:25:56.183Z Compiling syn v2.0.117
5362026-03-27T04:25:56.280Z Compiling version_check v0.9.5
5372026-03-27T04:25:56.450Z Compiling ref-cast v1.0.25
5382026-03-27T04:25:56.453Z Compiling crc32fast v1.5.0
5392026-03-27T04:25:56.646Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5402026-03-27T04:25:56.805Z Compiling regex-automata v0.4.14
5412026-03-27T04:25:58.351Z Compiling regex v1.12.3
5422026-03-27T04:25:58.449Z Compiling darling_core v0.21.3
5432026-03-27T04:25:59.415Z Compiling thiserror-impl v2.0.18
5442026-03-27T04:25:59.415Z Compiling zerocopy-derive v0.8.47
5452026-03-27T04:25:59.418Z Compiling serde_derive v1.0.228
5462026-03-27T04:25:59.418Z Compiling ref-cast-impl v1.0.25
5472026-03-27T04:25:59.418Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5482026-03-27T04:26:00.650Z Compiling darling_macro v0.21.3
5492026-03-27T04:26:01.563Z Compiling darling v0.21.3
5502026-03-27T04:26:01.625Z Compiling ingot-macros v0.1.1
5512026-03-27T04:26:01.625Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5522026-03-27T04:26:06.537Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5532026-03-27T04:26:08.261Z Compiling byteorder v1.5.0
5542026-03-27T04:26:08.261Z Compiling cfg-if v1.0.4
5552026-03-27T04:26:08.261Z Compiling macaddr v1.0.1
5562026-03-27T04:26:08.264Z Compiling stable_deref_trait v1.2.1
5572026-03-27T04:26:08.328Z Compiling cobs v0.3.0
5582026-03-27T04:26:08.333Z Compiling bitflags v1.3.2
5592026-03-27T04:26:08.367Z Compiling managed v0.8.0
5602026-03-27T04:26:08.450Z Compiling hash32 v0.3.1
5612026-03-27T04:26:08.602Z Compiling dyn-clone v1.0.20
5622026-03-27T04:26:08.698Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5632026-03-27T04:26:09.830Z Compiling bitflags v2.11.0
5642026-03-27T04:26:09.830Z Compiling uuid v1.23.0
5652026-03-27T04:26:09.961Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5662026-03-27T04:26:10.241Z Compiling postcard v1.1.3
5672026-03-27T04:26:11.053Z Compiling ingot-types v0.1.2
5682026-03-27T04:26:11.335Z Compiling ingot v0.1.1
5692026-03-27T04:26:12.767Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5702026-03-27T04:26:17.047Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5712026-03-27T04:26:27.331Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5722026-03-27T04:26:35.280Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.37s
5732026-03-27T04:26:35.301ZLinking xde kmod...
5742026-03-27T04:26:36.428ZBuilding xde dev link helper (dev).
5752026-03-27T04:26:36.591Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5762026-03-27T04:26:36.591Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5772026-03-27T04:26:36.591Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5782026-03-27T04:26:47.164Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5792026-03-27T04:26:49.338Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.87s
5802026-03-27T04:26:49.360Z
5812026-03-27T04:26:49.360Zreal 3:03.931028277
5822026-03-27T04:26:49.360Zuser 8:48.502487920
5832026-03-27T04:26:49.360Zsys 57.251170700
5842026-03-27T04:26:49.363Ztrap 0.224779773
5852026-03-27T04:26:49.363Ztflt 0.894411996
5862026-03-27T04:26:49.363Zdflt 1.478046532
5872026-03-27T04:26:49.363Zkflt 0.006094777
5882026-03-27T04:26:49.363Zlock 29:43.226334463
5892026-03-27T04:26:49.363Zslp 20:18.695346565
5902026-03-27T04:26:49.363Zlat 20.973780264
5912026-03-27T04:26:49.363Zstop 32.419225468
5922026-03-27T04:26:49.363Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5932026-03-27T04:26:49.363Z+ grep GOTPCREL
5942026-03-27T04:26:50.253Z+ header 'package opte'
5952026-03-27T04:26:50.255Z+ echo '# ==== package opte ==== #'
5962026-03-27T04:26:50.255Z+ cargo xtask package --skip-build --profile all
5972026-03-27T04:26:50.255Z# ==== package opte ==== #
5982026-03-27T04:26:50.391Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5992026-03-27T04:26:50.395Z Running `target/debug/xtask package --skip-build --profile all`
6002026-03-27T04:26:50.594Z+ ./clean.sh
6012026-03-27T04:26:50.602Z+ mkdir -p proto/kernel/drv/amd64
6022026-03-27T04:26:50.604Z+ mkdir -p proto/opt/oxide/opte/bin
6032026-03-27T04:26:50.604Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6042026-03-27T04:26:50.607Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6052026-03-27T04:26:50.620Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6062026-03-27T04:26:50.653Z+ cp ../xde/xde.conf proto/kernel/drv/
6072026-03-27T04:26:50.656Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6082026-03-27T04:26:50.656Z+ '[' -z ']'
6092026-03-27T04:26:50.656Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6102026-03-27T04:26:50.680Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6112026-03-27T04:26:50.747Z+ INC_DEBUG=
6122026-03-27T04:26:50.750Z++ ./print-api-version.sh
6132026-03-27T04:26:50.753Z+ API_VSN=39
6142026-03-27T04:26:50.757Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/463/g -e s/%API_VSN%/39/g opte.template.p5m
6152026-03-27T04:26:50.757Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-03-27T04:26:51.687Z+ pkgdepend generate -d proto opte.base.p5m
6172026-03-27T04:26:52.385Z+ mkdir -p packages
6182026-03-27T04:26:52.389Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-03-27T04:27:03.700Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-03-27T04:27:03.704Z+ pkgrepo create packages/repo
6212026-03-27T04:27:04.258Z+ pkgrepo add-publisher -s packages/repo helios-dev
6222026-03-27T04:27:04.792Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-03-27T04:27:33.176Zpkg://helios-dev/driver/network/opte@0.39.463,5.11:20260327T042703Z
6242026-03-27T04:27:33.176ZPUBLISHED
6252026-03-27T04:27:33.211Z+ pkgrecv -a -d packages/repo/opte-0.39.463.p5p -s packages/repo -v -m latest '*'
6262026-03-27T04:27:33.696ZRetrieving packages for publisher helios-dev ...
6272026-03-27T04:27:33.699ZRetrieving catalog 'helios-dev' ... Done
6282026-03-27T04:27:33.702ZRetrieving and evaluating 1 package(s)...
6292026-03-27T04:27:33.702ZFetching manifests: 1/1 100% complete
6302026-03-27T04:27:33.702ZFetching manifests: 1/1 100% complete
6312026-03-27T04:27:33.702Z
6322026-03-27T04:27:33.703ZArchiving packages ...
6332026-03-27T04:27:33.703Z Packages to add: 1
6342026-03-27T04:27:33.703Z Files to retrieve: 6
6352026-03-27T04:27:33.703ZEstimated transfer size: 35.53 MB
6362026-03-27T04:27:33.703Z
6372026-03-27T04:27:33.703ZPackages to archive:
6382026-03-27T04:27:33.703Zdriver/network/opte@0.39.463,5.11:20260327T042703Z
6392026-03-27T04:27:33.703Z
6402026-03-27T04:27:33.703ZDownload: 0/6 items 0.0/35.5MB 0% complete
6412026-03-27T04:27:33.766ZDownload: Completed 35.53 MB in 0.07 seconds (539M/s)
6422026-03-27T04:27:33.768ZArchiving: 1/20 items 0.0/35.6MB 0% complete
6432026-03-27T04:27:33.783ZArchiving: Completed 35.57 MB in 0.02 seconds
6442026-03-27T04:27:33.822ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.463.p5p.
6452026-03-27T04:27:33.825Z+ banner copy
6462026-03-27T04:27:33.827Z
6472026-03-27T04:27:33.827Z #### #### ##### # #
6482026-03-27T04:27:33.827Z # # # # # # # #
6492026-03-27T04:27:33.827Z # # # # # #
6502026-03-27T04:27:33.827Z # # # ##### #
6512026-03-27T04:27:33.827Z # # # # # #
6522026-03-27T04:27:33.827Z #### #### # #
6532026-03-27T04:27:33.827Z
6542026-03-27T04:27:33.827Z+ pfexec mkdir -p /out
6552026-03-27T04:27:33.830Z+ pfexec chown 12345 /out
6562026-03-27T04:27:33.833Z+ PKG_NAME=/out/opte.p5p
6572026-03-27T04:27:33.833Z+ mv pkg/packages/repo/opte-0.39.463.p5p /out/opte.p5p
6582026-03-27T04:27:33.858Z+ sha256sum /out/opte.p5p
6592026-03-27T04:27:33.882Zprocess exited: duration 242295 ms, exit code 0
 
6602026-03-27T04:27:33.894Zfound 2 output files
6612026-03-27T04:27:33.894Zuploading: /out/opte.p5p (37304320 bytes)
6622026-03-27T04:27:35.114Zuploaded: /out/opte.p5p
6632026-03-27T04:27:35.114Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-03-27T04:27:36.123Zuploaded: /out/opte.p5p.sha256