01KWCG88XGHTQ1EKH20JZ0M6DJ: 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: 01KWCG8TMSGNP6V8XG9MZA8NMN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T14:53:23.386Zjob assigned to worker 01KWCG8ZBM6KMCY7TYB6QB3NDX [factory aws, i-0c9ebd68191fca59d] (queued for 55 s)
 
22026-06-30T14:53:30.392Zstarting task 0: "setup"
32026-06-30T14:53:30.397Z++ uname -s
42026-06-30T14:53:30.400Z+ kern=SunOS
52026-06-30T14:53:30.400Z+ build_user=build
62026-06-30T14:53:30.400Z+ build_uid=12345
72026-06-30T14:53:30.400Z+ work_dir=/work
82026-06-30T14:53:30.400Z+ input_dir=/input
92026-06-30T14:53:30.400Z+ [[ 0 == 12345 ]]
102026-06-30T14:53:30.400Z+ case "$kern" in
112026-06-30T14:53:30.400Z+ groupadd -g 12345 build
122026-06-30T14:53:30.400Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T14:53:32.405Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T14:53:32.497Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T14:53:32.500Z+ home_fs=zfs
162026-06-30T14:53:32.500Z+ [[ zfs == autofs ]]
172026-06-30T14:53:32.500Z+ mkdir -p /home/build
182026-06-30T14:53:32.500Z+ chown build:build /home/build /work
192026-06-30T14:53:34.501Z+ chmod 0700 /home/build /work
202026-06-30T14:53:34.504Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-30T14:53:34.509Zstarting task 1: "rust-toolchain"
222026-06-30T14:53:34.513Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T14:53:34.513Z * rust toolchain channel = "1.96.0"
242026-06-30T14:53:34.513Z * rust toolchain profile = "default"
252026-06-30T14:53:34.515Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-30T14:53:34.516Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T14:53:34.516Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T14:53:34.516Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T14:53:34.516Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T14:53:34.594Zinfo: downloading installer
312026-06-30T14:53:35.865Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T14:53:35.865Zwarn: /home/build/.rustup/settings.toml
332026-06-30T14:53:35.865Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T14:53:35.866Zwarn: instead of the one inferred from the default host triple.
352026-06-30T14:53:35.878Zinfo: profile set to default
362026-06-30T14:53:35.878Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T14:53:35.881Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T14:53:36.009Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T14:53:36.013Zinfo: downloading 6 components
402026-06-30T14:53:49.979Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T14:53:49.979Z
422026-06-30T14:53:50.008Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T14:53:50.008Z
442026-06-30T14:53:50.008Z
452026-06-30T14:53:50.008ZRust is installed now. Great!
462026-06-30T14:53:50.008Z
472026-06-30T14:53:50.011ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T14:53:50.011Zenvironment variable. This has not been done automatically.
492026-06-30T14:53:50.011Z
502026-06-30T14:53:50.011ZTo configure your current shell, you need to source
512026-06-30T14:53:50.011Zthe corresponding env file under $HOME/.cargo.
522026-06-30T14:53:50.012Z
532026-06-30T14:53:50.012ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T14:53:50.012Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T14:53:50.012Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T14:53:50.012Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T14:53:50.012Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T14:53:50.012Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T14:53:50.012Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T14:53:50.012Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T14:53:50.012Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T14:53:50.114Z+ rustup --version
632026-06-30T14:53:50.122Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T14:53:50.125Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T14:53:50.144Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T14:53:50.147Z+ cargo --version
672026-06-30T14:53:50.160Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T14:53:50.163Z+ rustc --version
692026-06-30T14:53:50.182Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T14:53:50.185Zprocess exited: duration 15675 ms, exit code 0
 
712026-06-30T14:53:50.190Zstarting task 2: "authentication"
722026-06-30T14:53:50.207Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T14:53:50.212Zstarting task 3: "clone repository"
742026-06-30T14:53:50.216Z+ mkdir -p /work/oxidecomputer/opte
752026-06-30T14:53:50.218Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-30T14:53:50.248ZCloning into '/work/oxidecomputer/opte'...
772026-06-30T14:53:51.241Z+ cd /work/oxidecomputer/opte
782026-06-30T14:53:51.241Z+ git fetch origin 2a1be40c7ae5607cb84359f9638df92ee41bc860
792026-06-30T14:53:51.481ZFrom https://github.com/oxidecomputer/opte
802026-06-30T14:53:51.481Z * branch 2a1be40c7ae5607cb84359f9638df92ee41bc860 -> FETCH_HEAD
812026-06-30T14:53:51.488Z+ [[ -n c3 ]]
822026-06-30T14:53:51.491Z++ git branch --show-current
832026-06-30T14:53:51.491Z+ current=master
842026-06-30T14:53:51.491Z+ [[ master != c3 ]]
852026-06-30T14:53:51.491Z+ git branch -f c3 2a1be40c7ae5607cb84359f9638df92ee41bc860
862026-06-30T14:53:51.495Z+ git checkout -f c3
872026-06-30T14:53:51.511ZSwitched to branch 'c3'
882026-06-30T14:53:51.514Z+ git reset --hard 2a1be40c7ae5607cb84359f9638df92ee41bc860
892026-06-30T14:53:51.528ZHEAD is now at 2a1be40 [safety] Weaken lifetime in get_xde_state()
902026-06-30T14:53:51.530Zprocess exited: duration 1315 ms, exit code 0
 
912026-06-30T14:53:51.536Zstarting task 4: "build"
922026-06-30T14:53:51.539Z+ source .github/buildomat/common.sh
932026-06-30T14:53:51.542Z++ rustup show active-toolchain
942026-06-30T14:53:51.545Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-30T14:53:51.548Z++ pushd xde
962026-06-30T14:53:51.548Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-30T14:53:51.548Z++ rustup show active-toolchain
982026-06-30T14:53:51.551Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-30T14:53:51.701Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-30T14:53:51.704Zinfo: downloading 6 components
1012026-06-30T14:54:05.538Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-30T14:54:05.631Z+++ rustup show active-toolchain -v
1032026-06-30T14:54:05.634Z+++ head -n 1
1042026-06-30T14:54:05.635Z+++ cut '-d ' -f1
1052026-06-30T14:54:05.691Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-30T14:54:05.691Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-30T14:54:05.691Z++ popd
1082026-06-30T14:54:05.694Z/work/oxidecomputer/opte
1092026-06-30T14:54:05.694Z+ TGT_BASE=/work
1102026-06-30T14:54:05.694Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-30T14:54:05.695Z+ REL_TGT=/work/release
1122026-06-30T14:54:05.695Z+ mkdir -p /work/release
1132026-06-30T14:54:05.695Z+ cargo --version
1142026-06-30T14:54:05.703Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-30T14:54:05.705Z+ rustc --version
1162026-06-30T14:54:05.725Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-30T14:54:05.728Z+ header 'build xde and opteadm (release+debug)'
1182026-06-30T14:54:05.728Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-30T14:54:05.728Z+ ptime -m cargo xtask build --profile all
1202026-06-30T14:54:05.728Z# ==== build xde and opteadm (release+debug) ==== #
1212026-06-30T14:54:05.834Z Updating crates.io index
1222026-06-30T14:54:05.837Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-30T14:54:06.859Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-30T14:54:07.292Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-06-30T14:54:07.712Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-30T14:54:07.980Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-06-30T14:54:08.263Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-30T14:54:08.557Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-30T14:54:10.421Z Downloading crates ...
1302026-06-30T14:54:10.462Z Downloaded anstyle-query v1.1.5
1312026-06-30T14:54:10.471Z Downloaded clap v4.6.1
1322026-06-30T14:54:10.476Z Downloaded colorchoice v1.0.5
1332026-06-30T14:54:10.479Z Downloaded anstyle v1.0.14
1342026-06-30T14:54:10.479Z Downloaded strsim v0.11.1
1352026-06-30T14:54:10.479Z Downloaded errno v0.3.14
1362026-06-30T14:54:10.481Z Downloaded anstream v1.0.0
1372026-06-30T14:54:10.481Z Downloaded serde_derive v1.0.228
1382026-06-30T14:54:10.484Z Downloaded clap_lex v1.1.0
1392026-06-30T14:54:10.487Z Downloaded itoa v1.0.18
1402026-06-30T14:54:10.489Z Downloaded thiserror-impl v2.0.18
1412026-06-30T14:54:10.492Z Downloaded camino v1.2.3
1422026-06-30T14:54:10.495Z Downloaded unicode-ident v1.0.24
1432026-06-30T14:54:10.497Z Downloaded terminal_size v0.4.4
1442026-06-30T14:54:10.500Z Downloaded equivalent v1.0.2
1452026-06-30T14:54:10.502Z Downloaded cargo-platform v0.3.3
1462026-06-30T14:54:10.505Z Downloaded utf8parse v0.2.2
1472026-06-30T14:54:10.505Z Downloaded is_terminal_polyfill v1.70.2
1482026-06-30T14:54:10.518Z Downloaded serde_spanned v1.1.1
1492026-06-30T14:54:10.521Z Downloaded quote v1.0.46
1502026-06-30T14:54:10.528Z Downloaded heck v0.5.0
1512026-06-30T14:54:10.531Z Downloaded anstyle-parse v1.0.0
1522026-06-30T14:54:10.534Z Downloaded zmij v1.0.21
1532026-06-30T14:54:10.537Z Downloaded thiserror v2.0.18
1542026-06-30T14:54:10.554Z Downloaded toml_writer v1.1.1+spec-1.1.0
1552026-06-30T14:54:10.557Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1562026-06-30T14:54:10.559Z Downloaded cargo_metadata v0.23.1
1572026-06-30T14:54:10.559Z Downloaded semver v1.0.28
1582026-06-30T14:54:10.559Z Downloaded anyhow v1.0.102
1592026-06-30T14:54:10.563Z Downloaded serde_core v1.0.228
1602026-06-30T14:54:10.566Z Downloaded clap_derive v4.6.1
1612026-06-30T14:54:10.572Z Downloaded toml_parser v1.1.2+spec-1.1.0
1622026-06-30T14:54:10.575Z Downloaded toml v1.1.2+spec-1.1.0
1632026-06-30T14:54:10.579Z Downloaded bitflags v2.13.0
1642026-06-30T14:54:10.588Z Downloaded serde_json v1.0.150
1652026-06-30T14:54:10.593Z Downloaded proc-macro2 v1.0.106
1662026-06-30T14:54:10.596Z Downloaded serde v1.0.228
1672026-06-30T14:54:10.601Z Downloaded memchr v2.8.2
1682026-06-30T14:54:10.604Z Downloaded indexmap v2.14.0
1692026-06-30T14:54:10.619Z Downloaded hashbrown v0.17.1
1702026-06-30T14:54:10.630Z Downloaded winnow v1.0.3
1712026-06-30T14:54:10.635Z Downloaded clap_builder v4.6.0
1722026-06-30T14:54:10.656Z Downloaded syn v2.0.118
1732026-06-30T14:54:10.670Z Downloaded rustix v1.1.4
1742026-06-30T14:54:10.698Z Downloaded libc v0.2.186
1752026-06-30T14:54:10.746Z Compiling serde_core v1.0.228
1762026-06-30T14:54:10.749Z Compiling proc-macro2 v1.0.106
1772026-06-30T14:54:10.750Z Compiling unicode-ident v1.0.24
1782026-06-30T14:54:10.750Z Compiling quote v1.0.46
1792026-06-30T14:54:10.750Z Compiling libc v0.2.186
1802026-06-30T14:54:10.750Z Compiling rustix v1.1.4
1812026-06-30T14:54:10.750Z Compiling utf8parse v0.2.2
1822026-06-30T14:54:10.750Z Compiling zmij v1.0.21
1832026-06-30T14:54:10.928Z Compiling bitflags v2.13.0
1842026-06-30T14:54:10.943Z Compiling anstyle-parse v1.0.0
1852026-06-30T14:54:11.174Z Compiling camino v1.2.3
1862026-06-30T14:54:11.192Z Compiling anstyle-query v1.1.5
1872026-06-30T14:54:11.197Z Compiling serde_json v1.0.150
1882026-06-30T14:54:11.288Z Compiling is_terminal_polyfill v1.70.2
1892026-06-30T14:54:11.338Z Compiling colorchoice v1.0.5
1902026-06-30T14:54:11.369Z Compiling thiserror v2.0.18
1912026-06-30T14:54:11.369Z Compiling anstyle v1.0.14
1922026-06-30T14:54:11.410Z Compiling serde v1.0.228
1932026-06-30T14:54:11.499Z Compiling errno v0.3.14
1942026-06-30T14:54:11.563Z Compiling anstream v1.0.0
1952026-06-30T14:54:11.717Z Compiling anyhow v1.0.102
1962026-06-30T14:54:11.762Z Compiling memchr v2.8.2
1972026-06-30T14:54:11.909Z Compiling strsim v0.11.1
1982026-06-30T14:54:12.027Z Compiling syn v2.0.118
1992026-06-30T14:54:12.042Z Compiling itoa v1.0.18
2002026-06-30T14:54:12.082Z Compiling clap_lex v1.1.0
2012026-06-30T14:54:12.106Z Compiling winnow v1.0.3
2022026-06-30T14:54:12.312Z Compiling terminal_size v0.4.4
2032026-06-30T14:54:12.465Z Compiling heck v0.5.0
2042026-06-30T14:54:12.485Z Compiling toml_parser v1.1.2+spec-1.1.0
2052026-06-30T14:54:12.534Z Compiling clap_builder v4.6.0
2062026-06-30T14:54:12.854Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-06-30T14:54:13.065Z Compiling cargo-platform v0.3.3
2082026-06-30T14:54:13.105Z Compiling serde_spanned v1.1.1
2092026-06-30T14:54:13.196Z Compiling semver v1.0.28
2102026-06-30T14:54:13.657Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-06-30T14:54:13.940Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-30T14:54:14.398Z Compiling serde_derive v1.0.228
2132026-06-30T14:54:14.597Z Compiling thiserror-impl v2.0.18
2142026-06-30T14:54:14.657Z Compiling clap_derive v4.6.1
2152026-06-30T14:54:16.130Z Compiling clap v4.6.1
2162026-06-30T14:54:17.550Z Compiling cargo_metadata v0.23.1
2172026-06-30T14:54:20.071Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-30T14:54:21.663Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.92s
2192026-06-30T14:54:21.738Z Running `target/debug/xtask build --profile all`
2202026-06-30T14:54:23.143ZBuilding opteadm (release).
2212026-06-30T14:54:23.237Z Compiling proc-macro2 v1.0.106
2222026-06-30T14:54:23.237Z Compiling quote v1.0.46
2232026-06-30T14:54:23.237Z Compiling unicode-ident v1.0.24
2242026-06-30T14:54:23.237Z Compiling serde_core v1.0.228
2252026-06-30T14:54:23.237Z Compiling libc v0.2.186
2262026-06-30T14:54:23.240Z Compiling cfg-if v1.0.4
2272026-06-30T14:54:23.240Z Compiling fnv v1.0.7
2282026-06-30T14:54:23.240Z Compiling memchr v2.8.2
2292026-06-30T14:54:23.310Z Compiling strsim v0.11.1
2302026-06-30T14:54:23.328Z Compiling ident_case v1.0.1
2312026-06-30T14:54:23.351Z Compiling thiserror v2.0.18
2322026-06-30T14:54:23.428Z Compiling regex-syntax v0.8.11
2332026-06-30T14:54:23.568Z Compiling serde v1.0.228
2342026-06-30T14:54:23.583Z Compiling hashbrown v0.17.1
2352026-06-30T14:54:23.879Z Compiling aho-corasick v1.1.4
2362026-06-30T14:54:23.913Z Compiling equivalent v1.0.2
2372026-06-30T14:54:23.939Z Compiling winnow v1.0.3
2382026-06-30T14:54:23.981Z Compiling zerocopy v0.8.52
2392026-06-30T14:54:24.007Z Compiling anyhow v1.0.102
2402026-06-30T14:54:24.146Z Compiling either v1.16.0
2412026-06-30T14:54:24.339Z Compiling itertools v0.14.0
2422026-06-30T14:54:24.385Z Compiling indexmap v2.14.0
2432026-06-30T14:54:24.506Z Compiling syn v2.0.118
2442026-06-30T14:54:24.553Z Compiling toml_datetime v1.1.1+spec-1.1.0
2452026-06-30T14:54:24.769Z Compiling byteorder v1.5.0
2462026-06-30T14:54:24.960Z Compiling regex-automata v0.4.14
2472026-06-30T14:54:24.994Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-06-30T14:54:25.033Z Compiling heapless v0.8.0
2492026-06-30T14:54:25.329Z Compiling hash32 v0.3.1
2502026-06-30T14:54:25.464Z Compiling toml_edit v0.25.12+spec-1.1.0
2512026-06-30T14:54:25.495Z Compiling bitflags v2.13.0
2522026-06-30T14:54:25.577Z Compiling syn v1.0.109
2532026-06-30T14:54:25.607Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2542026-06-30T14:54:25.632Z Compiling macaddr v1.0.1
2552026-06-30T14:54:25.649Z Compiling stable_deref_trait v1.2.1
2562026-06-30T14:54:25.712Z Compiling smoltcp v0.11.0
2572026-06-30T14:54:25.828Z Compiling rustversion v1.0.22
2582026-06-30T14:54:25.838Z Compiling rand_core v0.10.1
2592026-06-30T14:54:25.909Z Compiling bitflags v1.3.2
2602026-06-30T14:54:25.970Z Compiling getrandom v0.4.3
2612026-06-30T14:54:25.977Z Compiling ref-cast v1.0.25
2622026-06-30T14:54:26.043Z Compiling proc-macro-crate v3.5.0
2632026-06-30T14:54:26.190Z Compiling managed v0.8.0
2642026-06-30T14:54:26.222Z Compiling rustix v1.1.4
2652026-06-30T14:54:26.269Z Compiling version_check v0.9.5
2662026-06-30T14:54:26.301Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2672026-06-30T14:54:26.512Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-06-30T14:54:26.524Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-06-30T14:54:26.744Z Compiling regex v1.12.4
2702026-06-30T14:54:26.760Z Compiling errno v0.3.14
2712026-06-30T14:54:26.903Z Compiling once_cell v1.21.4
2722026-06-30T14:54:26.909Z Compiling ipnetwork v0.21.1
2732026-06-30T14:54:26.983Z Compiling foreign-types-shared v0.3.1
2742026-06-30T14:54:27.061Z Compiling cpufeatures v0.3.0
2752026-06-30T14:54:27.119Z Compiling utf8parse v0.2.2
2762026-06-30T14:54:27.124Z Compiling unicode-width v0.2.2
2772026-06-30T14:54:27.214Z Compiling darling_core v0.21.3
2782026-06-30T14:54:27.268Z Compiling anstyle-parse v1.0.0
2792026-06-30T14:54:27.403Z Compiling tabwriter v1.4.1
2802026-06-30T14:54:27.456Z Compiling chacha20 v0.10.0
2812026-06-30T14:54:27.564Z Compiling cstr-argument v0.1.2
2822026-06-30T14:54:27.714Z Compiling tracing-core v0.1.36
2832026-06-30T14:54:28.154Z Compiling colorchoice v1.0.5
2842026-06-30T14:54:28.235Z Compiling pin-project-lite v0.2.17
2852026-06-30T14:54:28.258Z Compiling pretty-hex v0.4.2
2862026-06-30T14:54:28.319Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2872026-06-30T14:54:28.357Z Compiling thiserror-impl v2.0.18
2882026-06-30T14:54:28.381Z Compiling zerocopy-derive v0.8.52
2892026-06-30T14:54:28.523Z Compiling serde_derive v1.0.228
2902026-06-30T14:54:28.542Z Compiling foreign-types-macros v0.2.3
2912026-06-30T14:54:28.542Z Compiling ref-cast-impl v1.0.25
2922026-06-30T14:54:29.152Z Compiling num_enum_derive v0.7.6
2932026-06-30T14:54:29.177Z Compiling foreign-types v0.5.0
2942026-06-30T14:54:29.241Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2952026-06-30T14:54:29.264Z Compiling tracing-attributes v0.1.31
2962026-06-30T14:54:29.343Z Compiling darling_macro v0.21.3
2972026-06-30T14:54:29.714Z Compiling cobs v0.3.0
2982026-06-30T14:54:29.714Z Compiling anstyle v1.0.14
2992026-06-30T14:54:29.797Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3002026-06-30T14:54:29.898Z Compiling darling v0.21.3
3012026-06-30T14:54:29.924Z Compiling is_terminal_polyfill v1.70.2
3022026-06-30T14:54:29.947Z Compiling anstyle-query v1.1.5
3032026-06-30T14:54:29.965Z Compiling ingot-macros v0.1.1
3042026-06-30T14:54:29.999Z Compiling dyn-clone v1.0.20
3052026-06-30T14:54:30.035Z Compiling anstream v1.0.0
3062026-06-30T14:54:30.130Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3072026-06-30T14:54:30.134Z Compiling num_enum v0.7.6
3082026-06-30T14:54:30.235Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3092026-06-30T14:54:30.261Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-06-30T14:54:30.431Z Compiling terminal_size v0.4.4
3112026-06-30T14:54:30.461Z Compiling rand v0.10.1
3122026-06-30T14:54:30.471Z Compiling tracing v0.1.44
3132026-06-30T14:54:30.554Z Compiling uuid v1.23.3
3142026-06-30T14:54:30.724Z Compiling socket2 v0.6.4
3152026-06-30T14:54:30.925Z Compiling clap_lex v1.1.0
3162026-06-30T14:54:30.985Z Compiling heck v0.5.0
3172026-06-30T14:54:31.173Z Compiling oxnet v0.1.6
3182026-06-30T14:54:31.264Z Compiling colored v3.1.1
3192026-06-30T14:54:31.271Z Compiling clap_derive v4.6.1
3202026-06-30T14:54:31.438Z Compiling clap_builder v4.6.0
3212026-06-30T14:54:31.459Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-06-30T14:54:31.777Z Compiling postcard v1.1.3
3232026-06-30T14:54:32.819Z Compiling ingot-types v0.1.2
3242026-06-30T14:54:33.141Z Compiling ingot v0.1.1
3252026-06-30T14:54:33.317Z Compiling clap v4.6.1
3262026-06-30T14:54:34.882Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-30T14:54:35.894Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-06-30T14:54:36.943Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-06-30T14:54:43.522Z Finished `release` profile [optimized + debuginfo] target(s) in 20.37s
3302026-06-30T14:54:43.549ZBuilding xde (release-lto).
3312026-06-30T14:54:43.809Z Updating crates.io index
3322026-06-30T14:54:43.885Z Downloading crates ...
3332026-06-30T14:54:43.931Z Downloaded foldhash v0.2.0
3342026-06-30T14:54:43.934Z Downloaded rustc-literal-escaper v0.0.7
3352026-06-30T14:54:43.937Z Downloaded adler2 v2.0.1
3362026-06-30T14:54:43.960Z Downloaded getopts v0.2.24
3372026-06-30T14:54:43.965Z Downloaded rustc-demangle v0.1.27
3382026-06-30T14:54:43.973Z Downloaded addr2line v0.25.1
3392026-06-30T14:54:43.982Z Downloaded miniz_oxide v0.8.9
3402026-06-30T14:54:43.984Z Downloaded memchr v2.7.6
3412026-06-30T14:54:43.995Z Downloaded gimli v0.32.3
3422026-06-30T14:54:44.031Z Downloaded object v0.37.3
3432026-06-30T14:54:44.062Z Downloaded libc v0.2.185
3442026-06-30T14:54:44.119Z 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-30T14:54:44.119Z 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-30T14:54:44.122Z Compiling proc-macro2 v1.0.106
3472026-06-30T14:54:44.122Z Compiling quote v1.0.46
3482026-06-30T14:54:44.122Z Compiling unicode-ident v1.0.24
3492026-06-30T14:54:44.122Z Compiling ident_case v1.0.1
3502026-06-30T14:54:44.122Z Compiling strsim v0.11.1
3512026-06-30T14:54:44.122Z Compiling serde_core v1.0.228
3522026-06-30T14:54:44.289Z Compiling fnv v1.0.7
3532026-06-30T14:54:44.292Z Compiling memchr v2.8.2
3542026-06-30T14:54:44.381Z Compiling regex-syntax v0.8.11
3552026-06-30T14:54:44.535Z Compiling zerocopy v0.8.52
3562026-06-30T14:54:44.552Z Compiling serde v1.0.228
3572026-06-30T14:54:44.558Z Compiling thiserror v2.0.18
3582026-06-30T14:54:44.693Z Compiling aho-corasick v1.1.4
3592026-06-30T14:54:44.949Z Compiling either v1.16.0
3602026-06-30T14:54:44.990Z Compiling heapless v0.8.0
3612026-06-30T14:54:45.125Z Compiling itertools v0.14.0
3622026-06-30T14:54:45.189Z Compiling smoltcp v0.11.0
3632026-06-30T14:54:45.322Z Compiling syn v2.0.118
3642026-06-30T14:54:45.379Z Compiling crc32fast v1.5.0
3652026-06-30T14:54:45.462Z Compiling ref-cast v1.0.25
3662026-06-30T14:54:45.632Z Compiling version_check v0.9.5
3672026-06-30T14:54:45.818Z Compiling regex-automata v0.4.14
3682026-06-30T14:54:45.994Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-06-30T14:54:47.388Z Compiling regex v1.12.4
3702026-06-30T14:54:47.681Z Compiling darling_core v0.21.3
3712026-06-30T14:54:47.727Z Compiling darling_core v0.23.0
3722026-06-30T14:54:48.531Z Compiling serde_derive v1.0.228
3732026-06-30T14:54:48.531Z Compiling thiserror-impl v2.0.18
3742026-06-30T14:54:48.531Z Compiling zerocopy-derive v0.8.52
3752026-06-30T14:54:48.534Z Compiling ref-cast-impl v1.0.25
3762026-06-30T14:54:48.534Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-06-30T14:54:50.200Z Compiling darling_macro v0.21.3
3782026-06-30T14:54:50.364Z Compiling darling_macro v0.23.0
3792026-06-30T14:54:51.132Z Compiling darling v0.21.3
3802026-06-30T14:54:51.199Z Compiling ingot-macros v0.1.1
3812026-06-30T14:54:51.268Z Compiling darling v0.23.0
3822026-06-30T14:54:51.334Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-06-30T14:54:56.964Z 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-30T14:54:59.141Z Compiling byteorder v1.5.0
3852026-06-30T14:54:59.141Z Compiling stable_deref_trait v1.2.1
3862026-06-30T14:54:59.141Z Compiling cfg-if v1.0.4
3872026-06-30T14:54:59.143Z Compiling macaddr v1.0.1
3882026-06-30T14:54:59.204Z Compiling bitflags v1.3.2
3892026-06-30T14:54:59.212Z Compiling managed v0.8.0
3902026-06-30T14:54:59.247Z Compiling cobs v0.3.0
3912026-06-30T14:54:59.337Z Compiling hash32 v0.3.1
3922026-06-30T14:54:59.460Z Compiling itertools v0.15.0
3932026-06-30T14:54:59.469Z Compiling dyn-clone v1.0.20
3942026-06-30T14:54:59.524Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-30T14:55:00.773Z Compiling bitflags v2.13.0
3962026-06-30T14:55:00.773Z Compiling uuid v1.23.3
3972026-06-30T14:55:00.922Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-30T14:55:01.214Z Compiling postcard v1.1.3
3992026-06-30T14:55:02.081Z Compiling ingot-types v0.1.2
4002026-06-30T14:55:02.404Z Compiling ingot v0.1.1
4012026-06-30T14:55:03.970Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-30T14:55:07.818Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-30T14:55:16.702Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-30T14:55:46.825Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
4052026-06-30T14:55:46.854ZLinking xde kmod...
4062026-06-30T14:55:47.435ZBuilding xde dev link helper (release).
4072026-06-30T14:55:47.591Z 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-30T14:55:47.592Z 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-30T14:55:47.592Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-30T14:55:59.341Z 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-30T14:56:01.897Z Finished `release` profile [optimized + debuginfo] target(s) in 14.43s
4122026-06-30T14:56:01.917ZBuilding opteadm (dev).
4132026-06-30T14:56:02.069Z Compiling serde_core v1.0.228
4142026-06-30T14:56:02.069Z Compiling libc v0.2.186
4152026-06-30T14:56:02.069Z Compiling cfg-if v1.0.4
4162026-06-30T14:56:02.071Z Compiling strsim v0.11.1
4172026-06-30T14:56:02.072Z Compiling ident_case v1.0.1
4182026-06-30T14:56:02.072Z Compiling fnv v1.0.7
4192026-06-30T14:56:02.072Z Compiling memchr v2.8.2
4202026-06-30T14:56:02.072Z Compiling syn v2.0.118
4212026-06-30T14:56:02.144Z Compiling regex-syntax v0.8.11
4222026-06-30T14:56:02.164Z Compiling zerocopy v0.8.52
4232026-06-30T14:56:02.189Z Compiling winnow v1.0.3
4242026-06-30T14:56:02.363Z Compiling either v1.16.0
4252026-06-30T14:56:02.533Z Compiling aho-corasick v1.1.4
4262026-06-30T14:56:02.553Z Compiling hashbrown v0.17.1
4272026-06-30T14:56:02.650Z Compiling serde v1.0.228
4282026-06-30T14:56:02.828Z Compiling equivalent v1.0.2
4292026-06-30T14:56:02.937Z Compiling itertools v0.14.0
4302026-06-30T14:56:02.981Z Compiling byteorder v1.5.0
4312026-06-30T14:56:03.086Z Compiling toml_parser v1.1.2+spec-1.1.0
4322026-06-30T14:56:03.156Z Compiling indexmap v2.14.0
4332026-06-30T14:56:03.203Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-06-30T14:56:03.416Z Compiling heapless v0.8.0
4352026-06-30T14:56:03.628Z Compiling regex-automata v0.4.14
4362026-06-30T14:56:03.781Z Compiling toml_edit v0.25.12+spec-1.1.0
4372026-06-30T14:56:03.903Z Compiling hash32 v0.3.1
4382026-06-30T14:56:03.931Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4392026-06-30T14:56:04.056Z Compiling stable_deref_trait v1.2.1
4402026-06-30T14:56:04.126Z Compiling bitflags v2.13.0
4412026-06-30T14:56:04.163Z Compiling macaddr v1.0.1
4422026-06-30T14:56:04.202Z Compiling rustversion v1.0.22
4432026-06-30T14:56:04.250Z Compiling syn v1.0.109
4442026-06-30T14:56:04.350Z Compiling smoltcp v0.11.0
4452026-06-30T14:56:04.416Z Compiling proc-macro-crate v3.5.0
4462026-06-30T14:56:04.592Z Compiling ref-cast v1.0.25
4472026-06-30T14:56:04.599Z Compiling version_check v0.9.5
4482026-06-30T14:56:04.684Z Compiling darling_core v0.21.3
4492026-06-30T14:56:04.710Z Compiling bitflags v1.3.2
4502026-06-30T14:56:04.774Z Compiling managed v0.8.0
4512026-06-30T14:56:04.837Z Compiling getrandom v0.4.3
4522026-06-30T14:56:04.862Z Compiling rand_core v0.10.1
4532026-06-30T14:56:04.887Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4542026-06-30T14:56:05.016Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-06-30T14:56:05.098Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-06-30T14:56:05.247Z Compiling errno v0.3.14
4572026-06-30T14:56:05.417Z Compiling regex v1.12.4
4582026-06-30T14:56:05.654Z Compiling cpufeatures v0.3.0
4592026-06-30T14:56:05.733Z Compiling once_cell v1.21.4
4602026-06-30T14:56:05.737Z Compiling foreign-types-shared v0.3.1
4612026-06-30T14:56:05.816Z Compiling ipnetwork v0.21.1
4622026-06-30T14:56:05.887Z Compiling thiserror-impl v2.0.18
4632026-06-30T14:56:05.961Z Compiling zerocopy-derive v0.8.52
4642026-06-30T14:56:06.231Z Compiling serde_derive v1.0.228
4652026-06-30T14:56:06.344Z Compiling ref-cast-impl v1.0.25
4662026-06-30T14:56:06.788Z Compiling darling_macro v0.21.3
4672026-06-30T14:56:06.931Z Compiling foreign-types-macros v0.2.3
4682026-06-30T14:56:06.994Z Compiling num_enum_derive v0.7.6
4692026-06-30T14:56:07.096Z Compiling thiserror v2.0.18
4702026-06-30T14:56:07.198Z Compiling cobs v0.3.0
4712026-06-30T14:56:07.346Z Compiling darling v0.21.3
4722026-06-30T14:56:07.417Z Compiling ingot-macros v0.1.1
4732026-06-30T14:56:07.480Z Compiling unicode-width v0.2.2
4742026-06-30T14:56:07.556Z Compiling foreign-types v0.5.0
4752026-06-30T14:56:07.722Z Compiling tabwriter v1.4.1
4762026-06-30T14:56:07.796Z Compiling cstr-argument v0.1.2
4772026-06-30T14:56:07.972Z Compiling tracing-attributes v0.1.31
4782026-06-30T14:56:08.002Z Compiling num_enum v0.7.6
4792026-06-30T14:56:08.112Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4802026-06-30T14:56:08.145Z Compiling tracing-core v0.1.36
4812026-06-30T14:56:08.459Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-06-30T14:56:08.690Z Compiling chacha20 v0.10.0
4832026-06-30T14:56:08.993Z Compiling rustix v1.1.4
4842026-06-30T14:56:09.370Z Compiling anyhow v1.0.102
4852026-06-30T14:56:09.405Z Compiling postcard v1.1.3
4862026-06-30T14:56:09.468Z Compiling pin-project-lite v0.2.17
4872026-06-30T14:56:09.513Z Compiling dyn-clone v1.0.20
4882026-06-30T14:56:09.558Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4892026-06-30T14:56:09.568Z Compiling pretty-hex v0.4.2
4902026-06-30T14:56:09.677Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4912026-06-30T14:56:09.696Z Compiling tracing v0.1.44
4922026-06-30T14:56:09.771Z Compiling terminal_size v0.4.4
4932026-06-30T14:56:09.774Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942026-06-30T14:56:09.894Z Compiling rand v0.10.1
4952026-06-30T14:56:09.923Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-30T14:56:09.941Z Compiling uuid v1.23.3
4972026-06-30T14:56:10.043Z Compiling socket2 v0.6.4
4982026-06-30T14:56:10.073Z Compiling colored v3.1.1
4992026-06-30T14:56:10.204Z Compiling oxnet v0.1.6
5002026-06-30T14:56:10.272Z Compiling clap_derive v4.6.1
5012026-06-30T14:56:10.512Z Compiling ingot-types v0.1.2
5022026-06-30T14:56:10.582Z Compiling clap_builder v4.6.0
5032026-06-30T14:56:10.701Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-06-30T14:56:10.864Z Compiling ingot v0.1.1
5052026-06-30T14:56:12.194Z Compiling clap v4.6.1
5062026-06-30T14:56:12.570Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-30T14:56:14.989Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-30T14:56:16.162Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-30T14:56:20.611Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.69s
5102026-06-30T14:56:20.641ZBuilding xde (dev).
5112026-06-30T14:56:20.871Z 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-30T14:56:20.871Z 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-30T14:56:20.871Z Compiling proc-macro2 v1.0.106
5142026-06-30T14:56:20.873Z Compiling unicode-ident v1.0.24
5152026-06-30T14:56:20.873Z Compiling quote v1.0.46
5162026-06-30T14:56:20.874Z Compiling ident_case v1.0.1
5172026-06-30T14:56:20.874Z Compiling strsim v0.11.1
5182026-06-30T14:56:20.874Z Compiling serde_core v1.0.228
5192026-06-30T14:56:20.991Z Compiling memchr v2.8.2
5202026-06-30T14:56:20.994Z Compiling fnv v1.0.7
5212026-06-30T14:56:21.076Z Compiling regex-syntax v0.8.11
5222026-06-30T14:56:21.253Z Compiling thiserror v2.0.18
5232026-06-30T14:56:21.275Z Compiling zerocopy v0.8.52
5242026-06-30T14:56:21.275Z Compiling serde v1.0.228
5252026-06-30T14:56:21.404Z Compiling aho-corasick v1.1.4
5262026-06-30T14:56:21.664Z Compiling either v1.16.0
5272026-06-30T14:56:21.709Z Compiling heapless v0.8.0
5282026-06-30T14:56:21.834Z Compiling itertools v0.14.0
5292026-06-30T14:56:21.897Z Compiling smoltcp v0.11.0
5302026-06-30T14:56:22.059Z Compiling syn v2.0.118
5312026-06-30T14:56:22.106Z Compiling ref-cast v1.0.25
5322026-06-30T14:56:22.192Z Compiling crc32fast v1.5.0
5332026-06-30T14:56:22.351Z Compiling version_check v0.9.5
5342026-06-30T14:56:22.505Z Compiling regex-automata v0.4.14
5352026-06-30T14:56:22.722Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-06-30T14:56:24.122Z Compiling regex v1.12.4
5372026-06-30T14:56:24.431Z Compiling darling_core v0.21.3
5382026-06-30T14:56:24.446Z Compiling darling_core v0.23.0
5392026-06-30T14:56:25.271Z Compiling thiserror-impl v2.0.18
5402026-06-30T14:56:25.271Z Compiling serde_derive v1.0.228
5412026-06-30T14:56:25.274Z Compiling zerocopy-derive v0.8.52
5422026-06-30T14:56:25.274Z Compiling ref-cast-impl v1.0.25
5432026-06-30T14:56:25.274Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-30T14:56:26.981Z Compiling darling_macro v0.21.3
5452026-06-30T14:56:27.153Z Compiling darling_macro v0.23.0
5462026-06-30T14:56:27.908Z Compiling darling v0.21.3
5472026-06-30T14:56:27.974Z Compiling ingot-macros v0.1.1
5482026-06-30T14:56:28.070Z Compiling darling v0.23.0
5492026-06-30T14:56:28.132Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-06-30T14:56:33.143Z 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-30T14:56:34.948Z Compiling byteorder v1.5.0
5522026-06-30T14:56:34.949Z Compiling cfg-if v1.0.4
5532026-06-30T14:56:34.949Z Compiling macaddr v1.0.1
5542026-06-30T14:56:34.952Z Compiling stable_deref_trait v1.2.1
5552026-06-30T14:56:35.014Z Compiling managed v0.8.0
5562026-06-30T14:56:35.023Z Compiling cobs v0.3.0
5572026-06-30T14:56:35.058Z Compiling bitflags v1.3.2
5582026-06-30T14:56:35.129Z Compiling hash32 v0.3.1
5592026-06-30T14:56:35.292Z Compiling itertools v0.15.0
5602026-06-30T14:56:35.301Z Compiling dyn-clone v1.0.20
5612026-06-30T14:56:35.415Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-06-30T14:56:36.512Z Compiling bitflags v2.13.0
5632026-06-30T14:56:36.512Z Compiling uuid v1.23.3
5642026-06-30T14:56:36.651Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-06-30T14:56:36.937Z Compiling postcard v1.1.3
5662026-06-30T14:56:37.776Z Compiling ingot-types v0.1.2
5672026-06-30T14:56:38.060Z Compiling ingot v0.1.1
5682026-06-30T14:56:39.531Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-06-30T14:56:43.956Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-06-30T14:56:54.506Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-06-30T14:57:03.016Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.34s
5722026-06-30T14:57:03.039ZLinking xde kmod...
5732026-06-30T14:57:04.151ZBuilding xde dev link helper (dev).
5742026-06-30T14:57:04.313Z 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-30T14:57:04.313Z 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-30T14:57:04.313Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-06-30T14:57:15.522Z 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-30T14:57:17.817Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.63s
5792026-06-30T14:57:17.838Z
5802026-06-30T14:57:17.841Zreal 3:12.105994581
5812026-06-30T14:57:17.841Zuser 9:11.674165068
5822026-06-30T14:57:17.841Zsys 59.248325453
5832026-06-30T14:57:17.841Ztrap 0.244047056
5842026-06-30T14:57:17.841Ztflt 0.872653147
5852026-06-30T14:57:17.841Zdflt 1.655128128
5862026-06-30T14:57:17.841Zkflt 0.007148760
5872026-06-30T14:57:17.841Zlock 35:14.378713728
5882026-06-30T14:57:17.841Zslp 21:16.849494469
5892026-06-30T14:57:17.841Zlat 22.957447373
5902026-06-30T14:57:17.841Zstop 35.232238370
5912026-06-30T14:57:17.841Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-06-30T14:57:17.841Z+ grep GOTPCREL
5932026-06-30T14:57:18.795Z+ header 'package opte'
5942026-06-30T14:57:18.795Z+ echo '# ==== package opte ==== #'
5952026-06-30T14:57:18.795Z# ==== package opte ==== #
5962026-06-30T14:57:18.795Z+ cargo xtask package --skip-build --profile all
5972026-06-30T14:57:18.934Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5982026-06-30T14:57:18.938Z Running `target/debug/xtask package --skip-build --profile all`
5992026-06-30T14:57:19.146Z+ ./clean.sh
6002026-06-30T14:57:19.153Z+ mkdir -p proto/kernel/drv/amd64
6012026-06-30T14:57:19.156Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-06-30T14:57:19.156Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-06-30T14:57:19.159Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-06-30T14:57:19.174Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-06-30T14:57:19.211Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-06-30T14:57:19.214Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-06-30T14:57:19.214Z+ '[' -z ']'
6082026-06-30T14:57:19.214Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-06-30T14:57:19.236Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-06-30T14:57:19.309Z+ INC_DEBUG=
6112026-06-30T14:57:19.309Z+ typeset -ri TAG=0
6122026-06-30T14:57:19.311Z++ ./print-api-version.sh
6132026-06-30T14:57:19.315Z+ API_VSN=41
6142026-06-30T14:57:19.315Z+ PKG_VERSION=0.41.490-3.0
6152026-06-30T14:57:19.317Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.490-3.0/g opte.template.p5m
6162026-06-30T14:57:19.317Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-06-30T14:57:19.832Z+ pkgdepend generate -d proto opte.base.p5m
6182026-06-30T14:57:20.177Z+ mkdir -p packages
6192026-06-30T14:57:20.180Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-06-30T14:57:27.185Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-06-30T14:57:27.188Z+ pkgrepo create packages/repo
6222026-06-30T14:57:27.398Z+ pkgrepo add-publisher -s packages/repo helios
6232026-06-30T14:57:27.606Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-06-30T14:57:56.946Zpkg://helios/driver/network/opte@0.41.490,5.11-3.0:20260630T145726Z
6252026-06-30T14:57:56.946ZPUBLISHED
6262026-06-30T14:57:56.981Z+ pkgrecv -a -d packages/repo/opte-0.41.490-3.0.p5p -s packages/repo -v -m latest '*'
6272026-06-30T14:57:57.161ZRetrieving packages for publisher helios ...
6282026-06-30T14:57:57.164ZRetrieving catalog 'helios' ... Done
6292026-06-30T14:57:57.167ZRetrieving and evaluating 1 package(s)...
6302026-06-30T14:57:57.167ZFetching manifests: 1/1 100% complete
6312026-06-30T14:57:57.167ZFetching manifests: 1/1 100% complete
6322026-06-30T14:57:57.167Z
6332026-06-30T14:57:57.167ZArchiving packages ...
6342026-06-30T14:57:57.167Z Packages to add: 1
6352026-06-30T14:57:57.167Z Files to retrieve: 6
6362026-06-30T14:57:57.167ZEstimated transfer size: 37.11 MB
6372026-06-30T14:57:57.167Z
6382026-06-30T14:57:57.167ZPackages to archive:
6392026-06-30T14:57:57.167Zdriver/network/opte@0.41.490,5.11-3.0:20260630T145726Z
6402026-06-30T14:57:57.167Z
6412026-06-30T14:57:57.167ZDownload: 0/6 items 0.0/37.1MB 0% complete
6422026-06-30T14:57:57.234ZDownload: Completed 37.11 MB in 0.07 seconds (541M/s)
6432026-06-30T14:57:57.236ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6442026-06-30T14:57:57.250ZArchiving: Completed 37.15 MB in 0.01 seconds
6452026-06-30T14:57:57.288ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.490-3.0.p5p.
6462026-06-30T14:57:57.291Z+ banner copy
6472026-06-30T14:57:57.293Z
6482026-06-30T14:57:57.293Z #### #### ##### # #
6492026-06-30T14:57:57.293Z # # # # # # # #
6502026-06-30T14:57:57.293Z # # # # # #
6512026-06-30T14:57:57.293Z # # # ##### #
6522026-06-30T14:57:57.293Z # # # # # #
6532026-06-30T14:57:57.293Z #### #### # #
6542026-06-30T14:57:57.294Z
6552026-06-30T14:57:57.294Z+ pfexec mkdir -p /out
6562026-06-30T14:57:57.296Z+ pfexec chown 12345 /out
6572026-06-30T14:57:57.296Z+ PKG_NAME=/out/opte.p5p
6582026-06-30T14:57:57.299Z+ mv pkg/packages/repo/opte-0.41.490-3.0.p5p /out/opte.p5p
6592026-06-30T14:57:57.324Z+ sha256sum /out/opte.p5p
6602026-06-30T14:57:57.349Zprocess exited: duration 245811 ms, exit code 0
 
6612026-06-30T14:57:57.360Zfound 2 output files
6622026-06-30T14:57:57.360Zuploading: /out/opte.p5p (38952960 bytes)
6632026-06-30T14:57:58.575Zuploaded: /out/opte.p5p
6642026-06-30T14:57:58.575Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-06-30T14:57:59.650Zuploaded: /out/opte.p5p.sha256