01KW11R53H478N3T2M3KEX63FM: 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: 01KW11RY88XXNDJ62NR0BBCRCY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:08:21.443Zjob assigned to worker 01KW11SA9PQKVB1DJB07WPE5VC [factory aws, i-02defd08339157d65] (queued for 53 s)
 
22026-06-26T04:08:27.976Zstarting task 0: "setup"
32026-06-26T04:08:27.982Z++ uname -s
42026-06-26T04:08:27.986Z+ kern=SunOS
52026-06-26T04:08:27.988Z+ build_user=build
62026-06-26T04:08:27.988Z+ build_uid=12345
72026-06-26T04:08:27.988Z+ work_dir=/work
82026-06-26T04:08:27.988Z+ input_dir=/input
92026-06-26T04:08:27.988Z+ [[ 0 == 12345 ]]
102026-06-26T04:08:27.988Z+ case "$kern" in
112026-06-26T04:08:27.988Z+ groupadd -g 12345 build
122026-06-26T04:08:27.988Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:08:29.990Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:08:30.083Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:08:30.086Z+ home_fs=zfs
162026-06-26T04:08:30.086Z+ [[ zfs == autofs ]]
172026-06-26T04:08:30.086Z+ mkdir -p /home/build
182026-06-26T04:08:30.086Z+ chown build:build /home/build /work
192026-06-26T04:08:32.087Z+ chmod 0700 /home/build /work
202026-06-26T04:08:32.090Zprocess exited: duration 4112 ms, exit code 0
 
212026-06-26T04:08:32.096Zstarting task 1: "rust-toolchain"
222026-06-26T04:08:32.099Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:08:32.099Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T04:08:32.099Z * rust toolchain channel = "1.96.0"
252026-06-26T04:08:32.099Z * rust toolchain profile = "default"
262026-06-26T04:08:32.099Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T04:08:32.099Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:08:32.102Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:08:32.102Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:08:32.212Zinfo: downloading installer
312026-06-26T04:08:33.900Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:08:33.900Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:08:33.900Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:08:33.900Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:08:33.913Zinfo: profile set to default
362026-06-26T04:08:33.913Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:08:33.916Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:08:34.078Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:08:34.081Zinfo: downloading 6 components
402026-06-26T04:08:49.503Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:08:49.503Z
422026-06-26T04:08:49.539Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:08:49.539Z
442026-06-26T04:08:49.539Z
452026-06-26T04:08:49.539ZRust is installed now. Great!
462026-06-26T04:08:49.539Z
472026-06-26T04:08:49.539ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:08:49.539Zenvironment variable. This has not been done automatically.
492026-06-26T04:08:49.540Z
502026-06-26T04:08:49.540ZTo configure your current shell, you need to source
512026-06-26T04:08:49.540Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:08:49.540Z
532026-06-26T04:08:49.540ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:08:49.547Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:08:49.547Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:08:49.547Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:08:49.548Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:08:49.548Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:08:49.548Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:08:49.548Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:08:49.548Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:08:49.627Z+ rustup --version
632026-06-26T04:08:49.633Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:08:49.633Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:08:49.654Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:08:49.660Z+ cargo --version
672026-06-26T04:08:49.666Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:08:49.672Z+ rustc --version
692026-06-26T04:08:49.687Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:08:49.692Zprocess exited: duration 17593 ms, exit code 0
 
712026-06-26T04:08:49.702Zstarting task 2: "authentication"
722026-06-26T04:08:49.720Zprocess exited: duration 17 ms, exit code 0
 
732026-06-26T04:08:49.728Zstarting task 3: "clone repository"
742026-06-26T04:08:49.736Z+ mkdir -p /work/oxidecomputer/opte
752026-06-26T04:08:49.743Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-26T04:08:49.779ZCloning into '/work/oxidecomputer/opte'...
772026-06-26T04:08:50.665Z+ cd /work/oxidecomputer/opte
782026-06-26T04:08:50.665Z+ git fetch origin 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
792026-06-26T04:08:50.912ZFrom https://github.com/oxidecomputer/opte
802026-06-26T04:08:50.912Z * branch 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 -> FETCH_HEAD
812026-06-26T04:08:50.917Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
822026-06-26T04:08:50.917Z++ git branch --show-current
832026-06-26T04:08:50.917Z+ current=master
842026-06-26T04:08:50.917Z+ [[ master != renovate/anyhow-1.x-lockfile ]]
852026-06-26T04:08:50.917Z+ git branch -f renovate/anyhow-1.x-lockfile 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
862026-06-26T04:08:50.926Z+ git checkout -f renovate/anyhow-1.x-lockfile
872026-06-26T04:08:50.935ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
882026-06-26T04:08:50.938Z+ git reset --hard 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
892026-06-26T04:08:50.952ZHEAD is now at 9dc9420 Update Rust crate anyhow to v1.0.103
902026-06-26T04:08:50.957Zprocess exited: duration 1224 ms, exit code 0
 
912026-06-26T04:08:50.983Zstarting task 4: "build"
922026-06-26T04:08:51.030Z+ source .github/buildomat/common.sh
932026-06-26T04:08:51.030Z++ rustup show active-toolchain
942026-06-26T04:08:51.030Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-26T04:08:51.030Z++ pushd xde
962026-06-26T04:08:51.030Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-26T04:08:51.030Z++ rustup show active-toolchain
982026-06-26T04:08:51.030Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-26T04:08:51.197Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-26T04:08:51.210Zinfo: downloading 6 components
1012026-06-26T04:09:05.906Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-26T04:09:06.009Z+++ rustup show active-toolchain -v
1032026-06-26T04:09:06.021Z+++ head -n 1
1042026-06-26T04:09:06.021Z+++ cut '-d ' -f1
1052026-06-26T04:09:06.066Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-26T04:09:06.066Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-26T04:09:06.066Z++ popd
1082026-06-26T04:09:06.073Z/work/oxidecomputer/opte
1092026-06-26T04:09:06.073Z+ TGT_BASE=/work
1102026-06-26T04:09:06.073Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-26T04:09:06.073Z+ REL_TGT=/work/release
1122026-06-26T04:09:06.073Z+ mkdir -p /work/release
1132026-06-26T04:09:06.073Z+ cargo --version
1142026-06-26T04:09:06.074Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-26T04:09:06.074Z+ rustc --version
1162026-06-26T04:09:06.088Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-26T04:09:06.094Z+ header 'build xde and opteadm (release+debug)'
1182026-06-26T04:09:06.094Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-26T04:09:06.094Z# ==== build xde and opteadm (release+debug) ==== #
1202026-06-26T04:09:06.095Z+ ptime -m cargo xtask build --profile all
1212026-06-26T04:09:06.219Z Updating crates.io index
1222026-06-26T04:09:06.229Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-26T04:09:07.093Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-26T04:09:07.541Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-06-26T04:09:07.846Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-26T04:09:08.126Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-06-26T04:09:08.377Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-26T04:09:08.650Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-26T04:09:10.865Z Downloading crates ...
1302026-06-26T04:09:10.934Z Downloaded bitflags v2.13.0
1312026-06-26T04:09:10.961Z Downloaded cargo_metadata v0.23.1
1322026-06-26T04:09:10.961Z Downloaded toml_writer v1.1.1+spec-1.1.0
1332026-06-26T04:09:10.961Z Downloaded serde_core v1.0.228
1342026-06-26T04:09:10.961Z Downloaded equivalent v1.0.2
1352026-06-26T04:09:10.961Z Downloaded anstyle v1.0.14
1362026-06-26T04:09:10.961Z Downloaded cargo-platform v0.3.3
1372026-06-26T04:09:10.961Z Downloaded colorchoice v1.0.5
1382026-06-26T04:09:10.962Z Downloaded strsim v0.11.1
1392026-06-26T04:09:10.962Z Downloaded errno v0.3.14
1402026-06-26T04:09:10.962Z Downloaded toml_parser v1.1.2+spec-1.1.0
1412026-06-26T04:09:10.962Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1422026-06-26T04:09:10.962Z Downloaded itoa v1.0.18
1432026-06-26T04:09:10.962Z Downloaded indexmap v2.14.0
1442026-06-26T04:09:10.962Z Downloaded unicode-ident v1.0.24
1452026-06-26T04:09:10.982Z Downloaded syn v2.0.118
1462026-06-26T04:09:11.062Z Downloaded utf8parse v0.2.2
1472026-06-26T04:09:11.062Z Downloaded anstyle-query v1.1.5
1482026-06-26T04:09:11.062Z Downloaded clap_lex v1.1.0
1492026-06-26T04:09:11.062Z Downloaded anstyle-parse v1.0.0
1502026-06-26T04:09:11.062Z Downloaded anyhow v1.0.103
1512026-06-26T04:09:11.062Z Downloaded is_terminal_polyfill v1.70.2
1522026-06-26T04:09:11.062Z Downloaded serde v1.0.228
1532026-06-26T04:09:11.062Z Downloaded serde_spanned v1.1.1
1542026-06-26T04:09:11.062Z Downloaded semver v1.0.28
1552026-06-26T04:09:11.062Z Downloaded memchr v2.8.2
1562026-06-26T04:09:11.062Z Downloaded hashbrown v0.17.1
1572026-06-26T04:09:11.193Z Downloaded clap_builder v4.6.0
1582026-06-26T04:09:11.194Z Downloaded thiserror v2.0.18
1592026-06-26T04:09:11.194Z Downloaded heck v0.5.0
1602026-06-26T04:09:11.194Z Downloaded terminal_size v0.4.4
1612026-06-26T04:09:11.194Z Downloaded zmij v1.0.21
1622026-06-26T04:09:11.194Z Downloaded quote v1.0.46
1632026-06-26T04:09:11.194Z Downloaded thiserror-impl v2.0.18
1642026-06-26T04:09:11.194Z Downloaded camino v1.2.3
1652026-06-26T04:09:11.194Z Downloaded proc-macro2 v1.0.106
1662026-06-26T04:09:11.194Z Downloaded clap v4.6.1
1672026-06-26T04:09:11.195Z Downloaded anstream v1.0.0
1682026-06-26T04:09:11.195Z Downloaded serde_derive v1.0.228
1692026-06-26T04:09:11.278Z Downloaded toml v1.1.2+spec-1.1.0
1702026-06-26T04:09:11.278Z Downloaded clap_derive v4.6.1
1712026-06-26T04:09:11.278Z Downloaded serde_json v1.0.150
1722026-06-26T04:09:11.278Z Downloaded rustix v1.1.4
1732026-06-26T04:09:11.278Z Downloaded winnow v1.0.3
1742026-06-26T04:09:11.278Z Downloaded libc v0.2.186
1752026-06-26T04:09:11.319Z Compiling proc-macro2 v1.0.106
1762026-06-26T04:09:11.319Z Compiling serde_core v1.0.228
1772026-06-26T04:09:11.320Z Compiling quote v1.0.46
1782026-06-26T04:09:11.320Z Compiling unicode-ident v1.0.24
1792026-06-26T04:09:11.320Z Compiling libc v0.2.186
1802026-06-26T04:09:11.320Z Compiling rustix v1.1.4
1812026-06-26T04:09:11.320Z Compiling bitflags v2.13.0
1822026-06-26T04:09:11.320Z Compiling utf8parse v0.2.2
1832026-06-26T04:09:11.431Z Compiling zmij v1.0.21
1842026-06-26T04:09:11.472Z Compiling anstyle-parse v1.0.0
1852026-06-26T04:09:11.688Z Compiling serde v1.0.228
1862026-06-26T04:09:11.728Z Compiling is_terminal_polyfill v1.70.2
1872026-06-26T04:09:11.780Z Compiling serde_json v1.0.150
1882026-06-26T04:09:11.831Z Compiling camino v1.2.3
1892026-06-26T04:09:11.831Z Compiling thiserror v2.0.18
1902026-06-26T04:09:11.844Z Compiling anstyle v1.0.14
1912026-06-26T04:09:12.006Z Compiling anstyle-query v1.1.5
1922026-06-26T04:09:12.105Z Compiling colorchoice v1.0.5
1932026-06-26T04:09:12.105Z Compiling errno v0.3.14
1942026-06-26T04:09:12.105Z Compiling anstream v1.0.0
1952026-06-26T04:09:12.179Z Compiling heck v0.5.0
1962026-06-26T04:09:12.179Z Compiling anyhow v1.0.103
1972026-06-26T04:09:12.297Z Compiling itoa v1.0.18
1982026-06-26T04:09:12.402Z Compiling strsim v0.11.1
1992026-06-26T04:09:12.480Z Compiling winnow v1.0.3
2002026-06-26T04:09:12.586Z Compiling clap_lex v1.1.0
2012026-06-26T04:09:12.595Z Compiling memchr v2.8.2
2022026-06-26T04:09:12.747Z Compiling syn v2.0.118
2032026-06-26T04:09:12.791Z Compiling terminal_size v0.4.4
2042026-06-26T04:09:12.902Z Compiling clap_builder v4.6.0
2052026-06-26T04:09:12.921Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-06-26T04:09:12.941Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-06-26T04:09:13.534Z Compiling serde_spanned v1.1.1
2082026-06-26T04:09:13.758Z Compiling toml_datetime v1.1.1+spec-1.1.0
2092026-06-26T04:09:14.054Z Compiling cargo-platform v0.3.3
2102026-06-26T04:09:14.125Z Compiling semver v1.0.28
2112026-06-26T04:09:14.251Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-26T04:09:14.989Z Compiling thiserror-impl v2.0.18
2132026-06-26T04:09:15.116Z Compiling serde_derive v1.0.228
2142026-06-26T04:09:15.130Z Compiling clap_derive v4.6.1
2152026-06-26T04:09:16.635Z Compiling clap v4.6.1
2162026-06-26T04:09:18.158Z Compiling cargo_metadata v0.23.1
2172026-06-26T04:09:20.569Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-26T04:09:22.126Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.02s
2192026-06-26T04:09:22.200Z Running `target/debug/xtask build --profile all`
2202026-06-26T04:09:23.647ZBuilding opteadm (release).
2212026-06-26T04:09:23.739Z Compiling proc-macro2 v1.0.106
2222026-06-26T04:09:23.740Z Compiling unicode-ident v1.0.24
2232026-06-26T04:09:23.740Z Compiling quote v1.0.46
2242026-06-26T04:09:23.743Z Compiling serde_core v1.0.228
2252026-06-26T04:09:23.743Z Compiling libc v0.2.186
2262026-06-26T04:09:23.743Z Compiling cfg-if v1.0.4
2272026-06-26T04:09:23.743Z Compiling ident_case v1.0.1
2282026-06-26T04:09:23.743Z Compiling memchr v2.8.2
2292026-06-26T04:09:23.808Z Compiling strsim v0.11.1
2302026-06-26T04:09:23.853Z Compiling thiserror v2.0.18
2312026-06-26T04:09:23.860Z Compiling fnv v1.0.7
2322026-06-26T04:09:23.931Z Compiling regex-syntax v0.8.11
2332026-06-26T04:09:24.042Z Compiling hashbrown v0.17.1
2342026-06-26T04:09:24.072Z Compiling either v1.16.0
2352026-06-26T04:09:24.258Z Compiling aho-corasick v1.1.4
2362026-06-26T04:09:24.272Z Compiling equivalent v1.0.2
2372026-06-26T04:09:24.335Z Compiling zerocopy v0.8.52
2382026-06-26T04:09:24.341Z Compiling anyhow v1.0.103
2392026-06-26T04:09:24.450Z Compiling serde v1.0.228
2402026-06-26T04:09:24.562Z Compiling winnow v1.0.3
2412026-06-26T04:09:24.627Z Compiling indexmap v2.14.0
2422026-06-26T04:09:24.796Z Compiling itertools v0.14.0
2432026-06-26T04:09:24.841Z Compiling syn v2.0.118
2442026-06-26T04:09:24.902Z Compiling heapless v0.8.0
2452026-06-26T04:09:25.183Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-06-26T04:09:25.219Z Compiling byteorder v1.5.0
2472026-06-26T04:09:25.394Z Compiling regex-automata v0.4.14
2482026-06-26T04:09:25.400Z Compiling hash32 v0.3.1
2492026-06-26T04:09:25.508Z Compiling toml_parser v1.1.2+spec-1.1.0
2502026-06-26T04:09:25.591Z Compiling rustversion v1.0.22
2512026-06-26T04:09:25.702Z Compiling syn v1.0.109
2522026-06-26T04:09:25.911Z Compiling bitflags v2.13.0
2532026-06-26T04:09:25.916Z Compiling toml_edit v0.25.12+spec-1.1.0
2542026-06-26T04:09:25.963Z Compiling stable_deref_trait v1.2.1
2552026-06-26T04:09:25.988Z Compiling macaddr v1.0.1
2562026-06-26T04:09:26.001Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2572026-06-26T04:09:26.027Z Compiling smoltcp v0.11.0
2582026-06-26T04:09:26.221Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2592026-06-26T04:09:26.235Z Compiling ref-cast v1.0.25
2602026-06-26T04:09:26.246Z Compiling getrandom v0.4.3
2612026-06-26T04:09:26.348Z Compiling version_check v0.9.5
2622026-06-26T04:09:26.418Z Compiling rustix v1.1.4
2632026-06-26T04:09:26.489Z Compiling proc-macro-crate v3.5.0
2642026-06-26T04:09:26.493Z Compiling managed v0.8.0
2652026-06-26T04:09:26.516Z Compiling bitflags v1.3.2
2662026-06-26T04:09:26.577Z Compiling rand_core v0.10.1
2672026-06-26T04:09:26.587Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-06-26T04:09:26.797Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-06-26T04:09:26.885Z Compiling errno v0.3.14
2702026-06-26T04:09:26.919Z Compiling foreign-types-shared v0.3.1
2712026-06-26T04:09:26.997Z Compiling regex v1.12.4
2722026-06-26T04:09:27.039Z Compiling once_cell v1.21.4
2732026-06-26T04:09:27.206Z Compiling utf8parse v0.2.2
2742026-06-26T04:09:27.239Z Compiling cpufeatures v0.3.0
2752026-06-26T04:09:27.259Z Compiling ipnetwork v0.21.1
2762026-06-26T04:09:27.291Z Compiling unicode-width v0.2.2
2772026-06-26T04:09:27.465Z Compiling darling_core v0.21.3
2782026-06-26T04:09:27.617Z Compiling tabwriter v1.4.1
2792026-06-26T04:09:27.708Z Compiling chacha20 v0.10.0
2802026-06-26T04:09:27.918Z Compiling cstr-argument v0.1.2
2812026-06-26T04:09:27.945Z Compiling anstyle-parse v1.0.0
2822026-06-26T04:09:27.984Z Compiling tracing-core v0.1.36
2832026-06-26T04:09:28.526Z Compiling anstyle-query v1.1.5
2842026-06-26T04:09:28.551Z Compiling anstyle v1.0.14
2852026-06-26T04:09:28.610Z Compiling thiserror-impl v2.0.18
2862026-06-26T04:09:28.618Z Compiling zerocopy-derive v0.8.52
2872026-06-26T04:09:28.796Z Compiling serde_derive v1.0.228
2882026-06-26T04:09:28.853Z Compiling num_enum_derive v0.7.6
2892026-06-26T04:09:28.920Z Compiling foreign-types-macros v0.2.3
2902026-06-26T04:09:29.511Z Compiling ref-cast-impl v1.0.25
2912026-06-26T04:09:29.539Z Compiling foreign-types v0.5.0
2922026-06-26T04:09:29.611Z Compiling darling_macro v0.21.3
2932026-06-26T04:09:29.614Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2942026-06-26T04:09:29.843Z Compiling num_enum v0.7.6
2952026-06-26T04:09:29.917Z Compiling cobs v0.3.0
2962026-06-26T04:09:29.949Z Compiling tracing-attributes v0.1.31
2972026-06-26T04:09:30.081Z Compiling colorchoice v1.0.5
2982026-06-26T04:09:30.213Z Compiling pin-project-lite v0.2.17
2992026-06-26T04:09:30.306Z Compiling darling v0.21.3
3002026-06-26T04:09:30.306Z Compiling pretty-hex v0.4.2
3012026-06-26T04:09:30.306Z Compiling is_terminal_polyfill v1.70.2
3022026-06-26T04:09:30.306Z Compiling ingot-macros v0.1.1
3032026-06-26T04:09:30.306Z Compiling dyn-clone v1.0.20
3042026-06-26T04:09:30.306Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3052026-06-26T04:09:30.306Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3062026-06-26T04:09:30.336Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-06-26T04:09:30.346Z Compiling anstream v1.0.0
3082026-06-26T04:09:30.460Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-06-26T04:09:30.481Z Compiling terminal_size v0.4.4
3102026-06-26T04:09:30.695Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3112026-06-26T04:09:30.780Z Compiling rand v0.10.1
3122026-06-26T04:09:30.794Z Compiling uuid v1.23.3
3132026-06-26T04:09:30.896Z Compiling socket2 v0.6.4
3142026-06-26T04:09:31.127Z Compiling tracing v0.1.44
3152026-06-26T04:09:31.214Z Compiling oxnet v0.1.6
3162026-06-26T04:09:31.263Z Compiling colored v3.1.1
3172026-06-26T04:09:31.438Z Compiling clap_lex v1.1.0
3182026-06-26T04:09:31.498Z Compiling heck v0.5.0
3192026-06-26T04:09:31.682Z Compiling clap_derive v4.6.1
3202026-06-26T04:09:31.762Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3212026-06-26T04:09:31.806Z Compiling clap_builder v4.6.0
3222026-06-26T04:09:32.041Z Compiling postcard v1.1.3
3232026-06-26T04:09:33.010Z Compiling ingot-types v0.1.2
3242026-06-26T04:09:33.357Z Compiling ingot v0.1.1
3252026-06-26T04:09:33.638Z Compiling clap v4.6.1
3262026-06-26T04:09:35.057Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-26T04:09:36.043Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-06-26T04:09:37.078Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-06-26T04:09:43.650Z Finished `release` profile [optimized + debuginfo] target(s) in 19.99s
3302026-06-26T04:09:43.687ZBuilding xde (release-lto).
3312026-06-26T04:09:43.920Z Updating crates.io index
3322026-06-26T04:09:44.002Z Downloading crates ...
3332026-06-26T04:09:44.056Z Downloaded miniz_oxide v0.8.9
3342026-06-26T04:09:44.069Z Downloaded getopts v0.2.24
3352026-06-26T04:09:44.074Z Downloaded adler2 v2.0.1
3362026-06-26T04:09:44.081Z Downloaded addr2line v0.25.1
3372026-06-26T04:09:44.087Z Downloaded rustc-demangle v0.1.27
3382026-06-26T04:09:44.091Z Downloaded foldhash v0.2.0
3392026-06-26T04:09:44.091Z Downloaded rustc-literal-escaper v0.0.7
3402026-06-26T04:09:44.096Z Downloaded memchr v2.7.6
3412026-06-26T04:09:44.103Z Downloaded gimli v0.32.3
3422026-06-26T04:09:44.143Z Downloaded object v0.37.3
3432026-06-26T04:09:44.168Z Downloaded libc v0.2.185
3442026-06-26T04:09:44.227Z 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-26T04:09:44.227Z 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-26T04:09:44.234Z Compiling proc-macro2 v1.0.106
3472026-06-26T04:09:44.234Z Compiling quote v1.0.46
3482026-06-26T04:09:44.234Z Compiling unicode-ident v1.0.24
3492026-06-26T04:09:44.234Z Compiling ident_case v1.0.1
3502026-06-26T04:09:44.234Z Compiling strsim v0.11.1
3512026-06-26T04:09:44.234Z Compiling serde_core v1.0.228
3522026-06-26T04:09:44.417Z Compiling memchr v2.8.2
3532026-06-26T04:09:44.431Z Compiling fnv v1.0.7
3542026-06-26T04:09:44.485Z Compiling regex-syntax v0.8.11
3552026-06-26T04:09:44.644Z Compiling thiserror v2.0.18
3562026-06-26T04:09:44.649Z Compiling serde v1.0.228
3572026-06-26T04:09:44.655Z Compiling either v1.16.0
3582026-06-26T04:09:44.779Z Compiling aho-corasick v1.1.4
3592026-06-26T04:09:44.854Z Compiling zerocopy v0.8.52
3602026-06-26T04:09:45.037Z Compiling itertools v0.14.0
3612026-06-26T04:09:45.054Z Compiling heapless v0.8.0
3622026-06-26T04:09:45.382Z Compiling syn v2.0.118
3632026-06-26T04:09:45.465Z Compiling smoltcp v0.11.0
3642026-06-26T04:09:45.501Z Compiling version_check v0.9.5
3652026-06-26T04:09:45.522Z Compiling crc32fast v1.5.0
3662026-06-26T04:09:45.858Z Compiling ref-cast v1.0.25
3672026-06-26T04:09:45.862Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3682026-06-26T04:09:45.893Z Compiling regex-automata v0.4.14
3692026-06-26T04:09:47.430Z Compiling regex v1.12.4
3702026-06-26T04:09:47.678Z Compiling darling_core v0.21.3
3712026-06-26T04:09:47.727Z Compiling darling_core v0.23.0
3722026-06-26T04:09:48.552Z Compiling serde_derive v1.0.228
3732026-06-26T04:09:48.552Z Compiling zerocopy-derive v0.8.52
3742026-06-26T04:09:48.555Z Compiling thiserror-impl v2.0.18
3752026-06-26T04:09:48.555Z Compiling ref-cast-impl v1.0.25
3762026-06-26T04:09:48.555Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-06-26T04:09:50.194Z Compiling darling_macro v0.21.3
3782026-06-26T04:09:50.320Z Compiling darling_macro v0.23.0
3792026-06-26T04:09:51.099Z Compiling darling v0.21.3
3802026-06-26T04:09:51.162Z Compiling ingot-macros v0.1.1
3812026-06-26T04:09:51.211Z Compiling darling v0.23.0
3822026-06-26T04:09:51.272Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-06-26T04:09:56.778Z 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-26T04:09:58.912Z Compiling byteorder v1.5.0
3852026-06-26T04:09:58.912Z Compiling stable_deref_trait v1.2.1
3862026-06-26T04:09:58.912Z Compiling macaddr v1.0.1
3872026-06-26T04:09:58.928Z Compiling cfg-if v1.0.4
3882026-06-26T04:09:58.981Z Compiling managed v0.8.0
3892026-06-26T04:09:58.989Z Compiling cobs v0.3.0
3902026-06-26T04:09:59.006Z Compiling bitflags v1.3.2
3912026-06-26T04:09:59.094Z Compiling hash32 v0.3.1
3922026-06-26T04:09:59.220Z Compiling dyn-clone v1.0.20
3932026-06-26T04:09:59.286Z Compiling itertools v0.15.0
3942026-06-26T04:09:59.296Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-26T04:10:00.508Z Compiling bitflags v2.13.0
3962026-06-26T04:10:00.508Z Compiling uuid v1.23.3
3972026-06-26T04:10:00.650Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-26T04:10:00.940Z Compiling postcard v1.1.3
3992026-06-26T04:10:01.793Z Compiling ingot-types v0.1.2
4002026-06-26T04:10:02.111Z Compiling ingot v0.1.1
4012026-06-26T04:10:03.712Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-26T04:10:07.530Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-26T04:10:16.289Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-26T04:10:46.028Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-06-26T04:10:46.058ZLinking xde kmod...
4062026-06-26T04:10:46.686ZBuilding xde dev link helper (release).
4072026-06-26T04:10:46.845Z 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-26T04:10:46.845Z 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-26T04:10:46.845Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-26T04:10:58.429Z 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-26T04:11:00.876Z Finished `release` profile [optimized + debuginfo] target(s) in 14.16s
4122026-06-26T04:11:00.894ZBuilding opteadm (dev).
4132026-06-26T04:11:01.045Z Compiling serde_core v1.0.228
4142026-06-26T04:11:01.045Z Compiling libc v0.2.186
4152026-06-26T04:11:01.045Z Compiling cfg-if v1.0.4
4162026-06-26T04:11:01.045Z Compiling fnv v1.0.7
4172026-06-26T04:11:01.045Z Compiling memchr v2.8.2
4182026-06-26T04:11:01.049Z Compiling ident_case v1.0.1
4192026-06-26T04:11:01.049Z Compiling syn v2.0.118
4202026-06-26T04:11:01.049Z Compiling strsim v0.11.1
4212026-06-26T04:11:01.118Z Compiling regex-syntax v0.8.11
4222026-06-26T04:11:01.139Z Compiling serde v1.0.228
4232026-06-26T04:11:01.162Z Compiling winnow v1.0.3
4242026-06-26T04:11:01.337Z Compiling either v1.16.0
4252026-06-26T04:11:01.432Z Compiling zerocopy v0.8.52
4262026-06-26T04:11:01.528Z Compiling aho-corasick v1.1.4
4272026-06-26T04:11:01.616Z Compiling equivalent v1.0.2
4282026-06-26T04:11:01.689Z Compiling hashbrown v0.17.1
4292026-06-26T04:11:01.792Z Compiling itertools v0.14.0
4302026-06-26T04:11:01.867Z Compiling byteorder v1.5.0
4312026-06-26T04:11:02.042Z Compiling toml_datetime v1.1.1+spec-1.1.0
4322026-06-26T04:11:02.172Z Compiling indexmap v2.14.0
4332026-06-26T04:11:02.212Z Compiling toml_parser v1.1.2+spec-1.1.0
4342026-06-26T04:11:02.255Z Compiling heapless v0.8.0
4352026-06-26T04:11:02.707Z Compiling regex-automata v0.4.14
4362026-06-26T04:11:02.783Z Compiling toml_edit v0.25.12+spec-1.1.0
4372026-06-26T04:11:02.808Z Compiling hash32 v0.3.1
4382026-06-26T04:11:02.917Z Compiling syn v1.0.109
4392026-06-26T04:11:02.961Z Compiling rustversion v1.0.22
4402026-06-26T04:11:03.040Z Compiling macaddr v1.0.1
4412026-06-26T04:11:03.205Z Compiling bitflags v2.13.0
4422026-06-26T04:11:03.223Z Compiling smoltcp v0.11.0
4432026-06-26T04:11:03.282Z Compiling stable_deref_trait v1.2.1
4442026-06-26T04:11:03.298Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4452026-06-26T04:11:03.349Z Compiling proc-macro-crate v3.5.0
4462026-06-26T04:11:03.554Z Compiling bitflags v1.3.2
4472026-06-26T04:11:03.568Z Compiling ref-cast v1.0.25
4482026-06-26T04:11:03.618Z Compiling darling_core v0.21.3
4492026-06-26T04:11:03.655Z Compiling managed v0.8.0
4502026-06-26T04:11:03.677Z Compiling rand_core v0.10.1
4512026-06-26T04:11:03.751Z Compiling getrandom v0.4.3
4522026-06-26T04:11:03.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4532026-06-26T04:11:03.828Z Compiling version_check v0.9.5
4542026-06-26T04:11:03.964Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-06-26T04:11:04.096Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4562026-06-26T04:11:04.325Z Compiling errno v0.3.14
4572026-06-26T04:11:04.499Z Compiling regex v1.12.4
4582026-06-26T04:11:04.581Z Compiling ipnetwork v0.21.1
4592026-06-26T04:11:04.819Z Compiling thiserror-impl v2.0.18
4602026-06-26T04:11:04.895Z Compiling serde_derive v1.0.228
4612026-06-26T04:11:05.106Z Compiling zerocopy-derive v0.8.52
4622026-06-26T04:11:05.264Z Compiling num_enum_derive v0.7.6
4632026-06-26T04:11:05.702Z Compiling darling_macro v0.21.3
4642026-06-26T04:11:05.729Z Compiling foreign-types-macros v0.2.3
4652026-06-26T04:11:06.018Z Compiling thiserror v2.0.18
4662026-06-26T04:11:06.118Z Compiling cobs v0.3.0
4672026-06-26T04:11:06.249Z Compiling darling v0.21.3
4682026-06-26T04:11:06.253Z Compiling ref-cast-impl v1.0.25
4692026-06-26T04:11:06.321Z Compiling ingot-macros v0.1.1
4702026-06-26T04:11:06.340Z Compiling once_cell v1.21.4
4712026-06-26T04:11:06.398Z Compiling foreign-types-shared v0.3.1
4722026-06-26T04:11:06.485Z Compiling cpufeatures v0.3.0
4732026-06-26T04:11:06.550Z Compiling unicode-width v0.2.2
4742026-06-26T04:11:06.577Z Compiling chacha20 v0.10.0
4752026-06-26T04:11:06.853Z Compiling tabwriter v1.4.1
4762026-06-26T04:11:06.928Z Compiling tracing-core v0.1.36
4772026-06-26T04:11:06.938Z Compiling foreign-types v0.5.0
4782026-06-26T04:11:07.010Z Compiling num_enum v0.7.6
4792026-06-26T04:11:07.125Z Compiling cstr-argument v0.1.2
4802026-06-26T04:11:07.222Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4812026-06-26T04:11:07.273Z Compiling tracing-attributes v0.1.31
4822026-06-26T04:11:07.336Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4832026-06-26T04:11:07.764Z Compiling rustix v1.1.4
4842026-06-26T04:11:08.174Z Compiling postcard v1.1.3
4852026-06-26T04:11:08.311Z Compiling anyhow v1.0.103
4862026-06-26T04:11:08.395Z Compiling dyn-clone v1.0.20
4872026-06-26T04:11:08.395Z Compiling pin-project-lite v0.2.17
4882026-06-26T04:11:08.482Z Compiling pretty-hex v0.4.2
4892026-06-26T04:11:08.506Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4902026-06-26T04:11:08.511Z Compiling tracing v0.1.44
4912026-06-26T04:11:08.557Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4922026-06-26T04:11:08.608Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4932026-06-26T04:11:08.719Z Compiling terminal_size v0.4.4
4942026-06-26T04:11:08.834Z Compiling rand v0.10.1
4952026-06-26T04:11:08.842Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-26T04:11:08.867Z Compiling uuid v1.23.3
4972026-06-26T04:11:08.875Z Compiling socket2 v0.6.4
4982026-06-26T04:11:08.941Z Compiling colored v3.1.1
4992026-06-26T04:11:09.048Z Compiling oxnet v0.1.6
5002026-06-26T04:11:09.073Z Compiling clap_builder v4.6.0
5012026-06-26T04:11:09.467Z Compiling ingot-types v0.1.2
5022026-06-26T04:11:09.534Z Compiling clap_derive v4.6.1
5032026-06-26T04:11:09.595Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-06-26T04:11:09.802Z Compiling ingot v0.1.1
5052026-06-26T04:11:10.793Z Compiling clap v4.6.1
5062026-06-26T04:11:11.598Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-26T04:11:13.683Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-26T04:11:14.862Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-26T04:11:19.241Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.34s
5102026-06-26T04:11:19.268ZBuilding xde (dev).
5112026-06-26T04:11:19.493Z 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-26T04:11:19.493Z 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-26T04:11:19.493Z Compiling proc-macro2 v1.0.106
5142026-06-26T04:11:19.493Z Compiling unicode-ident v1.0.24
5152026-06-26T04:11:19.493Z Compiling quote v1.0.46
5162026-06-26T04:11:19.496Z Compiling strsim v0.11.1
5172026-06-26T04:11:19.496Z Compiling ident_case v1.0.1
5182026-06-26T04:11:19.496Z Compiling serde_core v1.0.228
5192026-06-26T04:11:19.612Z Compiling fnv v1.0.7
5202026-06-26T04:11:19.615Z Compiling memchr v2.8.2
5212026-06-26T04:11:19.695Z Compiling regex-syntax v0.8.11
5222026-06-26T04:11:19.872Z Compiling either v1.16.0
5232026-06-26T04:11:19.885Z Compiling thiserror v2.0.18
5242026-06-26T04:11:19.888Z Compiling serde v1.0.228
5252026-06-26T04:11:20.009Z Compiling aho-corasick v1.1.4
5262026-06-26T04:11:20.066Z Compiling zerocopy v0.8.52
5272026-06-26T04:11:20.265Z Compiling itertools v0.14.0
5282026-06-26T04:11:20.299Z Compiling heapless v0.8.0
5292026-06-26T04:11:20.609Z Compiling syn v2.0.118
5302026-06-26T04:11:20.703Z Compiling smoltcp v0.11.0
5312026-06-26T04:11:20.726Z Compiling version_check v0.9.5
5322026-06-26T04:11:20.774Z Compiling crc32fast v1.5.0
5332026-06-26T04:11:21.091Z Compiling regex-automata v0.4.14
5342026-06-26T04:11:21.115Z Compiling ref-cast v1.0.25
5352026-06-26T04:11:21.175Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-06-26T04:11:22.687Z Compiling regex v1.12.4
5372026-06-26T04:11:22.985Z Compiling darling_core v0.21.3
5382026-06-26T04:11:23.010Z Compiling darling_core v0.23.0
5392026-06-26T04:11:23.866Z Compiling zerocopy-derive v0.8.52
5402026-06-26T04:11:23.866Z Compiling thiserror-impl v2.0.18
5412026-06-26T04:11:23.866Z Compiling serde_derive v1.0.228
5422026-06-26T04:11:23.866Z Compiling ref-cast-impl v1.0.25
5432026-06-26T04:11:23.870Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-26T04:11:25.452Z Compiling darling_macro v0.23.0
5452026-06-26T04:11:25.555Z Compiling darling_macro v0.21.3
5462026-06-26T04:11:26.364Z Compiling darling v0.23.0
5472026-06-26T04:11:26.427Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5482026-06-26T04:11:26.456Z Compiling darling v0.21.3
5492026-06-26T04:11:26.519Z Compiling ingot-macros v0.1.1
5502026-06-26T04:11:31.444Z 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-26T04:11:33.215Z Compiling byteorder v1.5.0
5522026-06-26T04:11:33.215Z Compiling cfg-if v1.0.4
5532026-06-26T04:11:33.218Z Compiling stable_deref_trait v1.2.1
5542026-06-26T04:11:33.218Z Compiling macaddr v1.0.1
5552026-06-26T04:11:33.280Z Compiling managed v0.8.0
5562026-06-26T04:11:33.293Z Compiling cobs v0.3.0
5572026-06-26T04:11:33.324Z Compiling bitflags v1.3.2
5582026-06-26T04:11:33.394Z Compiling hash32 v0.3.1
5592026-06-26T04:11:33.557Z Compiling itertools v0.15.0
5602026-06-26T04:11:33.582Z Compiling dyn-clone v1.0.20
5612026-06-26T04:11:33.668Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-06-26T04:11:34.792Z Compiling bitflags v2.13.0
5632026-06-26T04:11:34.793Z Compiling uuid v1.23.3
5642026-06-26T04:11:34.931Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-06-26T04:11:35.215Z Compiling postcard v1.1.3
5662026-06-26T04:11:36.040Z Compiling ingot-types v0.1.2
5672026-06-26T04:11:36.321Z Compiling ingot v0.1.1
5682026-06-26T04:11:37.773Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-06-26T04:11:42.084Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-06-26T04:11:52.540Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-06-26T04:12:00.931Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.63s
5722026-06-26T04:12:00.952ZLinking xde kmod...
5732026-06-26T04:12:02.064ZBuilding xde dev link helper (dev).
5742026-06-26T04:12:02.221Z 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-26T04:12:02.221Z 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-26T04:12:02.221Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-06-26T04:12:13.193Z 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-26T04:12:15.440Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.34s
5792026-06-26T04:12:15.461Z
5802026-06-26T04:12:15.461Zreal 3:09.370358718
5812026-06-26T04:12:15.461Zuser 9:03.987031399
5822026-06-26T04:12:15.461Zsys 58.316781042
5832026-06-26T04:12:15.465Ztrap 0.243763313
5842026-06-26T04:12:15.465Ztflt 1.014332303
5852026-06-26T04:12:15.465Zdflt 1.480259663
5862026-06-26T04:12:15.465Zkflt 0.004886943
5872026-06-26T04:12:15.465Zlock 34:48.237667222
5882026-06-26T04:12:15.465Zslp 21:01.256559456
5892026-06-26T04:12:15.465Zlat 20.938064077
5902026-06-26T04:12:15.465Zstop 33.709761181
5912026-06-26T04:12:15.465Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-06-26T04:12:15.465Z+ grep GOTPCREL
5932026-06-26T04:12:16.419Z+ header 'package opte'
5942026-06-26T04:12:16.419Z+ echo '# ==== package opte ==== #'
5952026-06-26T04:12:16.422Z# ==== package opte ==== #
5962026-06-26T04:12:16.422Z+ cargo xtask package --skip-build --profile all
5972026-06-26T04:12:16.554Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5982026-06-26T04:12:16.558Z Running `target/debug/xtask package --skip-build --profile all`
5992026-06-26T04:12:16.755Z+ ./clean.sh
6002026-06-26T04:12:16.762Z+ mkdir -p proto/kernel/drv/amd64
6012026-06-26T04:12:16.765Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-06-26T04:12:16.765Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-06-26T04:12:16.768Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-06-26T04:12:16.783Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-06-26T04:12:16.820Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-06-26T04:12:16.823Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-06-26T04:12:16.823Z+ '[' -z ']'
6082026-06-26T04:12:16.823Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-06-26T04:12:16.852Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-06-26T04:12:16.925Z+ INC_DEBUG=
6112026-06-26T04:12:16.925Z+ typeset -ri TAG=0
6122026-06-26T04:12:16.928Z++ ./print-api-version.sh
6132026-06-26T04:12:16.931Z+ API_VSN=41
6142026-06-26T04:12:16.931Z+ PKG_VERSION=0.41.490-3.0
6152026-06-26T04:12:16.934Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.490-3.0/g opte.template.p5m
6162026-06-26T04:12:16.934Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-06-26T04:12:17.445Z+ pkgdepend generate -d proto opte.base.p5m
6182026-06-26T04:12:17.775Z+ mkdir -p packages
6192026-06-26T04:12:17.779Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-06-26T04:12:24.725Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-06-26T04:12:24.730Z+ pkgrepo create packages/repo
6222026-06-26T04:12:24.936Z+ pkgrepo add-publisher -s packages/repo helios
6232026-06-26T04:12:25.142Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-06-26T04:12:54.228Zpkg://helios/driver/network/opte@0.41.490,5.11-3.0:20260626T041223Z
6252026-06-26T04:12:54.228ZPUBLISHED
6262026-06-26T04:12:54.262Z+ pkgrecv -a -d packages/repo/opte-0.41.490-3.0.p5p -s packages/repo -v -m latest '*'
6272026-06-26T04:12:54.440ZRetrieving packages for publisher helios ...
6282026-06-26T04:12:54.444ZRetrieving catalog 'helios' ... Done
6292026-06-26T04:12:54.447ZRetrieving and evaluating 1 package(s)...
6302026-06-26T04:12:54.447ZFetching manifests: 1/1 100% complete
6312026-06-26T04:12:54.448ZFetching manifests: 1/1 100% complete
6322026-06-26T04:12:54.448Z
6332026-06-26T04:12:54.448ZArchiving packages ...
6342026-06-26T04:12:54.448Z Packages to add: 1
6352026-06-26T04:12:54.448Z Files to retrieve: 6
6362026-06-26T04:12:54.448ZEstimated transfer size: 37.11 MB
6372026-06-26T04:12:54.448Z
6382026-06-26T04:12:54.448ZPackages to archive:
6392026-06-26T04:12:54.448Zdriver/network/opte@0.41.490,5.11-3.0:20260626T041223Z
6402026-06-26T04:12:54.448Z
6412026-06-26T04:12:54.448ZDownload: 0/6 items 0.0/37.1MB 0% complete
6422026-06-26T04:12:54.512ZDownload: Completed 37.11 MB in 0.07 seconds (547M/s)
6432026-06-26T04:12:54.517ZArchiving: 1/20 items 0.0/37.2MB 0% complete
6442026-06-26T04:12:54.525ZArchiving: Completed 37.15 MB in 0.01 seconds
6452026-06-26T04:12:54.564ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.490-3.0.p5p.
6462026-06-26T04:12:54.571Z+ banner copy
6472026-06-26T04:12:54.571Z
6482026-06-26T04:12:54.571Z #### #### ##### # #
6492026-06-26T04:12:54.571Z # # # # # # # #
6502026-06-26T04:12:54.571Z # # # # # #
6512026-06-26T04:12:54.571Z # # # ##### #
6522026-06-26T04:12:54.571Z # # # # # #
6532026-06-26T04:12:54.571Z #### #### # #
6542026-06-26T04:12:54.571Z
6552026-06-26T04:12:54.571Z+ pfexec mkdir -p /out
6562026-06-26T04:12:54.576Z+ pfexec chown 12345 /out
6572026-06-26T04:12:54.576Z+ PKG_NAME=/out/opte.p5p
6582026-06-26T04:12:54.576Z+ mv pkg/packages/repo/opte-0.41.490-3.0.p5p /out/opte.p5p
6592026-06-26T04:12:54.600Z+ sha256sum /out/opte.p5p
6602026-06-26T04:12:54.624Zprocess exited: duration 243649 ms, exit code 0
 
6612026-06-26T04:12:54.640Zfound 2 output files
6622026-06-26T04:12:54.640Zuploading: /out/opte.p5p (38963200 bytes)
6632026-06-26T04:12:56.133Zuploaded: /out/opte.p5p
6642026-06-26T04:12:56.133Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-06-26T04:12:57.141Zuploaded: /out/opte.p5p.sha256