01KYEAGH0T3VM0NCX5X68TF9YK: 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: 01KYEAHN22VWGBG5B36P53PW77

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:13.694Zjob assigned to worker 01KYEAHTEXDG7D39A751WSB951 [factory aws, i-0c42b297f6a7f3f5c] (queued for 55 s)
 
22026-07-26T04:23:20.376Zstarting task 0: "setup"
32026-07-26T04:23:20.380Z++ uname -s
42026-07-26T04:23:20.384Z+ kern=SunOS
52026-07-26T04:23:20.384Z+ build_user=build
62026-07-26T04:23:20.384Z+ build_uid=12345
72026-07-26T04:23:20.384Z+ work_dir=/work
82026-07-26T04:23:20.384Z+ input_dir=/input
92026-07-26T04:23:20.384Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:20.384Z+ case "$kern" in
112026-07-26T04:23:20.384Z+ groupadd -g 12345 build
122026-07-26T04:23:20.387Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:22.391Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:22.503Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:22.506Z+ home_fs=zfs
162026-07-26T04:23:22.506Z+ [[ zfs == autofs ]]
172026-07-26T04:23:22.506Z+ mkdir -p /home/build
182026-07-26T04:23:22.506Z+ chown build:build /home/build /work
192026-07-26T04:23:24.507Z+ chmod 0700 /home/build /work
202026-07-26T04:23:24.511Zprocess exited: duration 4136 ms, exit code 0
 
212026-07-26T04:23:24.516Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:24.521Z * rust toolchain channel = "1.97.1"
232026-07-26T04:23:24.521Z * rust toolchain profile = "default"
242026-07-26T04:23:24.524Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
252026-07-26T04:23:24.524Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-26T04:23:24.524Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:23:24.524Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:23:24.524Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:24.524Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:24.604Zinfo: downloading installer
312026-07-26T04:23:25.960Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:25.960Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:25.961Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:25.961Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:25.974Zinfo: profile set to default
362026-07-26T04:23:25.974Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:25.976Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:26.108Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:26.117Zinfo: downloading 6 components
402026-07-26T04:23:41.212Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:23:41.212Z
422026-07-26T04:23:41.212Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:41.212Z
442026-07-26T04:23:41.212Z
452026-07-26T04:23:41.212ZRust is installed now. Great!
462026-07-26T04:23:41.212Z
472026-07-26T04:23:41.214ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:41.214Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:41.214Z
502026-07-26T04:23:41.214ZTo configure your current shell, you need to source
512026-07-26T04:23:41.214Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:41.214Z
532026-07-26T04:23:41.214ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:41.214Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:41.214Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:41.214Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:41.214Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:41.214Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:41.214Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:41.214Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:41.214Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:41.215Z+ rustup --version
632026-07-26T04:23:41.215Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:41.215Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:41.215Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:41.215Z+ cargo --version
672026-07-26T04:23:41.215Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:41.215Z+ rustc --version
692026-07-26T04:23:41.215Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:41.215Zprocess exited: duration 16313 ms, exit code 0
 
712026-07-26T04:23:41.274Zstarting task 2: "authentication"
722026-07-26T04:23:41.286Zprocess exited: duration 19 ms, exit code 0
 
732026-07-26T04:23:41.295Zstarting task 3: "clone repository"
742026-07-26T04:23:41.301Z+ mkdir -p /work/oxidecomputer/opte
752026-07-26T04:23:41.305Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-26T04:23:41.330ZCloning into '/work/oxidecomputer/opte'...
772026-07-26T04:23:42.257Z+ cd /work/oxidecomputer/opte
782026-07-26T04:23:42.257Z+ git fetch origin 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
792026-07-26T04:23:42.478ZFrom https://github.com/oxidecomputer/opte
802026-07-26T04:23:42.478Z * branch 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d -> FETCH_HEAD
812026-07-26T04:23:42.484Z+ [[ -n renovate/ctor-0.x ]]
822026-07-26T04:23:42.484Z++ git branch --show-current
832026-07-26T04:23:42.488Z+ current=master
842026-07-26T04:23:42.488Z+ [[ master != renovate/ctor-0.x ]]
852026-07-26T04:23:42.488Z+ git branch -f renovate/ctor-0.x 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
862026-07-26T04:23:42.488Z+ git checkout -f renovate/ctor-0.x
872026-07-26T04:23:42.509ZSwitched to branch 'renovate/ctor-0.x'
882026-07-26T04:23:42.515Z+ git reset --hard 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
892026-07-26T04:23:42.520ZHEAD is now at 26ac5f5 Update Rust crate ctor to 0.13
902026-07-26T04:23:42.520Zprocess exited: duration 1224 ms, exit code 0
 
912026-07-26T04:23:42.527Zstarting task 4: "build"
922026-07-26T04:23:42.535Z+ source .github/buildomat/common.sh
932026-07-26T04:23:42.538Z++ rustup show active-toolchain
942026-07-26T04:23:42.538Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-26T04:23:42.538Z++ pushd xde
962026-07-26T04:23:42.538Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-26T04:23:42.538Z++ rustup show active-toolchain
982026-07-26T04:23:42.545Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-26T04:23:42.699Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-26T04:23:42.707Zinfo: downloading 6 components
1012026-07-26T04:23:57.229Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-26T04:23:57.282Z+++ rustup show active-toolchain -v
1032026-07-26T04:23:57.293Z+++ head -n 1
1042026-07-26T04:23:57.293Z+++ cut '-d ' -f1
1052026-07-26T04:23:57.399Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-26T04:23:57.399Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:23:57.399Z++ popd
1082026-07-26T04:23:57.452Z/work/oxidecomputer/opte
1092026-07-26T04:23:57.452Z+ TGT_BASE=/work
1102026-07-26T04:23:57.452Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-07-26T04:23:57.452Z+ REL_TGT=/work/release
1122026-07-26T04:23:57.452Z+ mkdir -p /work/release
1132026-07-26T04:23:57.452Z+ cargo --version
1142026-07-26T04:23:57.452Zcargo 1.97.1 (c980f4866 2026-06-30)
1152026-07-26T04:23:57.452Z+ rustc --version
1162026-07-26T04:23:57.453Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1172026-07-26T04:23:57.453Z+ header 'build xde and opteadm (release+debug)'
1182026-07-26T04:23:57.453Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-07-26T04:23:57.453Z# ==== build xde and opteadm (release+debug) ==== #
1202026-07-26T04:23:57.453Z+ ptime -m cargo xtask build --profile all
1212026-07-26T04:23:57.515Z Updating crates.io index
1222026-07-26T04:23:57.555Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-07-26T04:23:58.475Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-07-26T04:23:58.677Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1252026-07-26T04:23:58.897Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1262026-07-26T04:23:59.210Z Updating git repository `https://github.com/oxidecomputer/zone`
1272026-07-26T04:23:59.640Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-07-26T04:23:59.691Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-07-26T04:24:02.776Z Downloading crates ...
1302026-07-26T04:24:02.815Z Downloaded is_terminal_polyfill v1.70.2
1312026-07-26T04:24:02.815Z Downloaded thiserror-impl v2.0.18
1322026-07-26T04:24:02.815Z Downloaded anstyle-parse v1.0.0
1332026-07-26T04:24:02.815Z Downloaded serde_spanned v1.1.1
1342026-07-26T04:24:02.815Z Downloaded anstyle-query v1.1.5
1352026-07-26T04:24:02.815Z Downloaded itoa v1.0.18
1362026-07-26T04:24:02.815Z Downloaded equivalent v1.0.2
1372026-07-26T04:24:02.815Z Downloaded terminal_size v0.4.4
1382026-07-26T04:24:02.816Z Downloaded colorchoice v1.0.5
1392026-07-26T04:24:02.816Z Downloaded utf8parse v0.2.2
1402026-07-26T04:24:02.816Z Downloaded heck v0.5.0
1412026-07-26T04:24:02.816Z Downloaded errno v0.3.14
1422026-07-26T04:24:02.816Z Downloaded thiserror v2.0.18
1432026-07-26T04:24:02.816Z Downloaded strsim v0.11.1
1442026-07-26T04:24:02.816Z Downloaded clap_lex v1.1.0
1452026-07-26T04:24:02.816Z Downloaded cargo-platform v0.3.3
1462026-07-26T04:24:02.816Z Downloaded toml_writer v1.1.1+spec-1.1.0
1472026-07-26T04:24:02.816Z Downloaded clap_derive v4.6.1
1482026-07-26T04:24:02.816Z Downloaded semver v1.0.28
1492026-07-26T04:24:02.816Z Downloaded quote v1.0.46
1502026-07-26T04:24:02.816Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1512026-07-26T04:24:02.816Z Downloaded anyhow v1.0.103
1522026-07-26T04:24:02.816Z Downloaded cargo_metadata v0.23.1
1532026-07-26T04:24:02.816Z Downloaded zmij v1.0.22
1542026-07-26T04:24:02.816Z Downloaded anstream v1.0.0
1552026-07-26T04:24:02.816Z Downloaded clap v4.6.1
1562026-07-26T04:24:02.816Z Downloaded unicode-ident v1.0.24
1572026-07-26T04:24:02.816Z Downloaded proc-macro2 v1.0.106
1582026-07-26T04:24:02.816Z Downloaded anstyle v1.0.14
1592026-07-26T04:24:02.816Z Downloaded bitflags v2.13.0
1602026-07-26T04:24:02.816Z Downloaded toml v1.1.2+spec-1.1.0
1612026-07-26T04:24:02.816Z Downloaded serde_derive v1.0.228
1622026-07-26T04:24:02.816Z Downloaded serde_core v1.0.228
1632026-07-26T04:24:02.817Z Downloaded camino v1.2.4
1642026-07-26T04:24:02.817Z Downloaded toml_parser v1.1.2+spec-1.1.0
1652026-07-26T04:24:02.817Z Downloaded memchr v2.8.3
1662026-07-26T04:24:02.817Z Downloaded serde v1.0.228
1672026-07-26T04:24:02.817Z Downloaded indexmap v2.14.0
1682026-07-26T04:24:02.817Z Downloaded serde_json v1.0.150
1692026-07-26T04:24:02.817Z Downloaded hashbrown v0.17.1
1702026-07-26T04:24:02.817Z Downloaded clap_builder v4.6.0
1712026-07-26T04:24:02.817Z Downloaded winnow v1.0.3
1722026-07-26T04:24:02.817Z Downloaded syn v2.0.118
1732026-07-26T04:24:02.817Z Downloaded rustix v1.1.4
1742026-07-26T04:24:02.817Z Downloaded libc v0.2.186
1752026-07-26T04:24:02.817Z Compiling proc-macro2 v1.0.106
1762026-07-26T04:24:02.817Z Compiling serde_core v1.0.228
1772026-07-26T04:24:02.817Z Compiling unicode-ident v1.0.24
1782026-07-26T04:24:02.817Z Compiling quote v1.0.46
1792026-07-26T04:24:02.817Z Compiling libc v0.2.186
1802026-07-26T04:24:02.817Z Compiling rustix v1.1.4
1812026-07-26T04:24:02.817Z Compiling zmij v1.0.22
1822026-07-26T04:24:02.817Z Compiling utf8parse v0.2.2
1832026-07-26T04:24:02.817Z Compiling bitflags v2.13.0
1842026-07-26T04:24:02.817Z Compiling anstyle-parse v1.0.0
1852026-07-26T04:24:02.817Z Compiling anstyle-query v1.1.5
1862026-07-26T04:24:02.817Z Compiling thiserror v2.0.18
1872026-07-26T04:24:02.818Z Compiling anstyle v1.0.14
1882026-07-26T04:24:02.818Z Compiling colorchoice v1.0.5
1892026-07-26T04:24:02.818Z Compiling serde v1.0.228
1902026-07-26T04:24:02.818Z Compiling is_terminal_polyfill v1.70.2
1912026-07-26T04:24:02.818Z Compiling camino v1.2.4
1922026-07-26T04:24:02.818Z Compiling serde_json v1.0.150
1932026-07-26T04:24:02.818Z Compiling anstream v1.0.0
1942026-07-26T04:24:02.855Z Compiling errno v0.3.14
1952026-07-26T04:24:02.996Z Compiling itoa v1.0.18
1962026-07-26T04:24:03.011Z Compiling memchr v2.8.3
1972026-07-26T04:24:03.034Z Compiling heck v0.5.0
1982026-07-26T04:24:03.254Z Compiling strsim v0.11.1
1992026-07-26T04:24:03.258Z Compiling winnow v1.0.3
2002026-07-26T04:24:03.312Z Compiling clap_lex v1.1.0
2012026-07-26T04:24:03.359Z Compiling anyhow v1.0.103
2022026-07-26T04:24:03.496Z Compiling syn v2.0.118
2032026-07-26T04:24:03.683Z Compiling terminal_size v0.4.4
2042026-07-26T04:24:03.785Z Compiling toml_parser v1.1.2+spec-1.1.0
2052026-07-26T04:24:03.826Z Compiling clap_builder v4.6.0
2062026-07-26T04:24:03.892Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-07-26T04:24:04.439Z Compiling cargo-platform v0.3.3
2082026-07-26T04:24:04.532Z Compiling serde_spanned v1.1.1
2092026-07-26T04:24:04.695Z Compiling semver v1.0.28
2102026-07-26T04:24:04.969Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-07-26T04:24:05.153Z Compiling toml v1.1.2+spec-1.1.0
2122026-07-26T04:24:05.769Z Compiling thiserror-impl v2.0.18
2132026-07-26T04:24:05.818Z Compiling serde_derive v1.0.228
2142026-07-26T04:24:05.842Z Compiling clap_derive v4.6.1
2152026-07-26T04:24:07.345Z Compiling clap v4.6.1
2162026-07-26T04:24:09.105Z Compiling cargo_metadata v0.23.1
2172026-07-26T04:24:11.366Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-07-26T04:24:12.939Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.55s
2192026-07-26T04:24:13.015Z Running `target/debug/xtask build --profile all`
2202026-07-26T04:24:14.752ZBuilding opteadm (release).
2212026-07-26T04:24:14.867Z Compiling proc-macro2 v1.0.106
2222026-07-26T04:24:14.867Z Compiling unicode-ident v1.0.24
2232026-07-26T04:24:14.943Z Compiling quote v1.0.46
2242026-07-26T04:24:14.943Z Compiling serde_core v1.0.228
2252026-07-26T04:24:14.959Z Compiling libc v0.2.186
2262026-07-26T04:24:14.960Z Compiling cfg-if v1.0.4
2272026-07-26T04:24:14.960Z Compiling thiserror v2.0.18
2282026-07-26T04:24:14.960Z Compiling ident_case v1.0.1
2292026-07-26T04:24:14.995Z Compiling memchr v2.8.3
2302026-07-26T04:24:14.995Z Compiling strsim v0.11.1
2312026-07-26T04:24:14.995Z Compiling regex-syntax v0.8.11
2322026-07-26T04:24:15.117Z Compiling either v1.16.0
2332026-07-26T04:24:15.230Z Compiling anyhow v1.0.103
2342026-07-26T04:24:15.304Z Compiling aho-corasick v1.1.4
2352026-07-26T04:24:15.320Z Compiling zerocopy v0.8.54
2362026-07-26T04:24:15.466Z Compiling serde v1.0.228
2372026-07-26T04:24:15.508Z Compiling hashbrown v0.17.1
2382026-07-26T04:24:15.562Z Compiling equivalent v1.0.2
2392026-07-26T04:24:15.627Z Compiling winnow v1.0.3
2402026-07-26T04:24:15.848Z Compiling itertools v0.15.0
2412026-07-26T04:24:17.385Z Compiling syn v2.0.118
2422026-07-26T04:24:17.415Z Compiling indexmap v2.14.0
2432026-07-26T04:24:17.415Z Compiling toml_datetime v1.1.1+spec-1.1.0
2442026-07-26T04:24:17.415Z Compiling heapless v0.8.0
2452026-07-26T04:24:17.415Z Compiling regex-automata v0.4.15
2462026-07-26T04:24:17.415Z Compiling toml_parser v1.1.2+spec-1.1.0
2472026-07-26T04:24:17.415Z Compiling byteorder v1.5.0
2482026-07-26T04:24:17.415Z Compiling hash32 v0.3.1
2492026-07-26T04:24:17.415Z Compiling syn v1.0.109
2502026-07-26T04:24:17.415Z Compiling bitflags v2.13.0
2512026-07-26T04:24:17.415Z Compiling stable_deref_trait v1.2.1
2522026-07-26T04:24:17.415Z Compiling toml_edit v0.25.12+spec-1.1.0
2532026-07-26T04:24:17.415Z Compiling macaddr v1.0.1
2542026-07-26T04:24:17.415Z Compiling smoltcp v0.11.0
2552026-07-26T04:24:17.415Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2562026-07-26T04:24:17.415Z Compiling rustversion v1.0.23
2572026-07-26T04:24:17.415Z Compiling version_check v0.9.5
2582026-07-26T04:24:17.415Z Compiling rand_core v0.10.1
2592026-07-26T04:24:17.416Z Compiling rustix v1.1.4
2602026-07-26T04:24:17.480Z Compiling bitflags v1.3.2
2612026-07-26T04:24:17.495Z Compiling ref-cast v1.0.25
2622026-07-26T04:24:17.495Z Compiling managed v0.8.0
2632026-07-26T04:24:17.533Z Compiling proc-macro-crate v3.5.0
2642026-07-26T04:24:17.667Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2652026-07-26T04:24:17.672Z Compiling getrandom v0.4.3
2662026-07-26T04:24:17.840Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2672026-07-26T04:24:17.917Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-07-26T04:24:17.927Z Compiling errno v0.3.14
2692026-07-26T04:24:18.048Z Compiling unicode-width v0.2.2
2702026-07-26T04:24:18.298Z Compiling regex v1.13.0
2712026-07-26T04:24:18.330Z Compiling once_cell v1.21.4
2722026-07-26T04:24:18.394Z Compiling foreign-types-shared v0.3.1
2732026-07-26T04:24:18.471Z Compiling darling_core v0.23.0
2742026-07-26T04:24:18.554Z Compiling ipnetwork v0.21.1
2752026-07-26T04:24:18.721Z Compiling utf8parse v0.2.2
2762026-07-26T04:24:18.774Z Compiling cpufeatures v0.3.0
2772026-07-26T04:24:18.802Z Compiling anstyle-parse v1.0.0
2782026-07-26T04:24:18.833Z Compiling chacha20 v0.10.1
2792026-07-26T04:24:18.915Z Compiling tracing-core v0.1.36
2802026-07-26T04:24:18.989Z Compiling cstr-argument v0.1.2
2812026-07-26T04:24:18.992Z Compiling tabwriter v1.4.1
2822026-07-26T04:24:19.668Z Compiling colorchoice v1.0.5
2832026-07-26T04:24:19.678Z Compiling is_terminal_polyfill v1.70.2
2842026-07-26T04:24:19.712Z Compiling thiserror-impl v2.0.18
2852026-07-26T04:24:19.741Z Compiling zerocopy-derive v0.8.54
2862026-07-26T04:24:19.758Z Compiling serde_derive v1.0.228
2872026-07-26T04:24:19.813Z Compiling ref-cast-impl v1.0.25
2882026-07-26T04:24:20.042Z Compiling foreign-types-macros v0.2.3
2892026-07-26T04:24:20.390Z Compiling num_enum_derive v0.7.6
2902026-07-26T04:24:20.618Z Compiling darling_macro v0.23.0
2912026-07-26T04:24:20.657Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2922026-07-26T04:24:20.662Z Compiling foreign-types v0.5.0
2932026-07-26T04:24:20.727Z Compiling tracing-attributes v0.1.31
2942026-07-26T04:24:20.997Z Compiling cobs v0.3.0
2952026-07-26T04:24:21.145Z Compiling dyn-clone v1.0.20
2962026-07-26T04:24:21.171Z Compiling darling v0.23.0
2972026-07-26T04:24:21.203Z Compiling anstyle-query v1.1.5
2982026-07-26T04:24:21.237Z Compiling ingot-macros v0.2.0
2992026-07-26T04:24:21.269Z Compiling pretty-hex v0.4.2
3002026-07-26T04:24:21.280Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3012026-07-26T04:24:21.290Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3022026-07-26T04:24:21.399Z Compiling anstyle v1.0.14
3032026-07-26T04:24:21.407Z Compiling num_enum v0.7.6
3042026-07-26T04:24:21.510Z Compiling pin-project-lite v0.2.17
3052026-07-26T04:24:21.527Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3062026-07-26T04:24:21.601Z Compiling anstream v1.0.0
3072026-07-26T04:24:21.636Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3082026-07-26T04:24:21.707Z Compiling terminal_size v0.4.4
3092026-07-26T04:24:21.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-07-26T04:24:21.953Z Compiling tracing v0.1.44
3112026-07-26T04:24:21.983Z Compiling rand v0.10.2
3122026-07-26T04:24:22.054Z Compiling uuid v1.23.5
3132026-07-26T04:24:22.148Z Compiling socket2 v0.6.4
3142026-07-26T04:24:22.363Z Compiling clap_lex v1.1.0
3152026-07-26T04:24:22.384Z Compiling colored v3.1.1
3162026-07-26T04:24:22.854Z Compiling oxnet v0.1.6
3172026-07-26T04:24:22.867Z Compiling heck v0.5.0
3182026-07-26T04:24:22.905Z Compiling clap_derive v4.6.1
3192026-07-26T04:24:22.911Z Compiling clap_builder v4.6.0
3202026-07-26T04:24:22.961Z Compiling postcard v1.1.3
3212026-07-26T04:24:23.045Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-07-26T04:24:24.147Z Compiling ingot-types v0.2.0
3232026-07-26T04:24:24.491Z Compiling ingot v0.2.0
3242026-07-26T04:24:24.809Z Compiling clap v4.6.1
3252026-07-26T04:24:26.171Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3262026-07-26T04:24:27.186Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3272026-07-26T04:24:28.239Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3282026-07-26T04:24:34.862Z Finished `release` profile [optimized + debuginfo] target(s) in 20.14s
3292026-07-26T04:24:34.890ZBuilding xde (release-lto).
3302026-07-26T04:24:35.134Z Updating crates.io index
3312026-07-26T04:24:35.213Z Downloading crates ...
3322026-07-26T04:24:35.256Z Downloaded foldhash v0.2.0
3332026-07-26T04:24:35.261Z Downloaded adler2 v2.0.1
3342026-07-26T04:24:35.270Z Downloaded memchr v2.7.6
3352026-07-26T04:24:35.274Z Downloaded rustc-literal-escaper v0.0.8
3362026-07-26T04:24:35.287Z Downloaded getopts v0.2.24
3372026-07-26T04:24:35.290Z Downloaded rustc-demangle v0.1.28
3382026-07-26T04:24:35.290Z Downloaded addr2line v0.27.0
3392026-07-26T04:24:35.293Z Downloaded miniz_oxide v0.9.1
3402026-07-26T04:24:35.347Z Downloaded object v0.39.1
3412026-07-26T04:24:35.356Z Downloaded gimli v0.34.0
3422026-07-26T04:24:35.382Z Downloaded libc v0.2.185
3432026-07-26T04:24:35.437Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3442026-07-26T04:24:35.437Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3452026-07-26T04:24:35.437Z Compiling proc-macro2 v1.0.106
3462026-07-26T04:24:35.437Z Compiling unicode-ident v1.0.24
3472026-07-26T04:24:35.437Z Compiling quote v1.0.46
3482026-07-26T04:24:35.440Z Compiling serde_core v1.0.228
3492026-07-26T04:24:35.460Z Compiling strsim v0.11.1
3502026-07-26T04:24:35.463Z Compiling ident_case v1.0.1
3512026-07-26T04:24:35.599Z Compiling memchr v2.8.3
3522026-07-26T04:24:35.603Z Compiling regex-syntax v0.8.11
3532026-07-26T04:24:35.850Z Compiling thiserror v2.0.18
3542026-07-26T04:24:35.865Z Compiling either v1.16.0
3552026-07-26T04:24:35.871Z Compiling serde v1.0.228
3562026-07-26T04:24:35.989Z Compiling aho-corasick v1.1.4
3572026-07-26T04:24:36.063Z Compiling zerocopy v0.8.54
3582026-07-26T04:24:36.235Z Compiling itertools v0.15.0
3592026-07-26T04:24:36.272Z Compiling heapless v0.8.0
3602026-07-26T04:24:36.600Z Compiling syn v2.0.118
3612026-07-26T04:24:36.677Z Compiling smoltcp v0.11.0
3622026-07-26T04:24:36.692Z Compiling version_check v0.9.5
3632026-07-26T04:24:36.743Z Compiling crc32fast v1.5.0
3642026-07-26T04:24:37.039Z Compiling regex-automata v0.4.15
3652026-07-26T04:24:37.074Z Compiling ref-cast v1.0.25
3662026-07-26T04:24:37.146Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3672026-07-26T04:24:38.569Z Compiling regex v1.13.0
3682026-07-26T04:24:38.864Z Compiling darling_core v0.23.0
3692026-07-26T04:24:39.684Z Compiling serde_derive v1.0.228
3702026-07-26T04:24:39.684Z Compiling zerocopy-derive v0.8.54
3712026-07-26T04:24:39.693Z Compiling thiserror-impl v2.0.18
3722026-07-26T04:24:39.693Z Compiling ref-cast-impl v1.0.25
3732026-07-26T04:24:39.693Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3742026-07-26T04:24:41.053Z Compiling darling_macro v0.23.0
3752026-07-26T04:24:41.930Z Compiling darling v0.23.0
3762026-07-26T04:24:41.996Z Compiling ingot-macros v0.2.0
3772026-07-26T04:24:41.996Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3782026-07-26T04:24:47.873Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3792026-07-26T04:24:50.200Z Compiling byteorder v1.5.0
3802026-07-26T04:24:50.200Z Compiling macaddr v1.0.1
3812026-07-26T04:24:50.203Z Compiling stable_deref_trait v1.2.1
3822026-07-26T04:24:50.203Z Compiling cfg-if v1.0.4
3832026-07-26T04:24:50.261Z Compiling bitflags v1.3.2
3842026-07-26T04:24:50.269Z Compiling cobs v0.3.0
3852026-07-26T04:24:50.299Z Compiling managed v0.8.0
3862026-07-26T04:24:50.386Z Compiling hash32 v0.3.1
3872026-07-26T04:24:50.467Z Compiling dyn-clone v1.0.20
3882026-07-26T04:24:50.565Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3892026-07-26T04:24:51.763Z Compiling bitflags v2.13.0
3902026-07-26T04:24:51.763Z Compiling uuid v1.23.5
3912026-07-26T04:24:51.905Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3922026-07-26T04:24:52.192Z Compiling postcard v1.1.3
3932026-07-26T04:24:53.034Z Compiling ingot-types v0.2.0
3942026-07-26T04:24:53.358Z Compiling ingot v0.2.0
3952026-07-26T04:24:54.866Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3962026-07-26T04:24:58.718Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3972026-07-26T04:25:07.646Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
3982026-07-26T04:25:38.890Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
3992026-07-26T04:25:38.921ZLinking xde kmod...
4002026-07-26T04:25:39.514ZBuilding xde dev link helper (release).
4012026-07-26T04:25:39.669Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4022026-07-26T04:25:39.669Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4032026-07-26T04:25:39.669Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4042026-07-26T04:25:51.208Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4052026-07-26T04:25:53.905Z Finished `release` profile [optimized + debuginfo] target(s) in 14.36s
4062026-07-26T04:25:53.924ZBuilding opteadm (dev).
4072026-07-26T04:25:54.076Z Compiling serde_core v1.0.228
4082026-07-26T04:25:54.076Z Compiling libc v0.2.186
4092026-07-26T04:25:54.076Z Compiling cfg-if v1.0.4
4102026-07-26T04:25:54.082Z Compiling strsim v0.11.1
4112026-07-26T04:25:54.082Z Compiling ident_case v1.0.1
4122026-07-26T04:25:54.082Z Compiling memchr v2.8.3
4132026-07-26T04:25:54.082Z Compiling syn v2.0.118
4142026-07-26T04:25:54.082Z Compiling regex-syntax v0.8.11
4152026-07-26T04:25:54.151Z Compiling equivalent v1.0.2
4162026-07-26T04:25:54.195Z Compiling either v1.16.0
4172026-07-26T04:25:54.221Z Compiling zerocopy v0.8.54
4182026-07-26T04:25:54.383Z Compiling serde v1.0.228
4192026-07-26T04:25:54.383Z Compiling hashbrown v0.17.1
4202026-07-26T04:25:54.584Z Compiling aho-corasick v1.1.4
4212026-07-26T04:25:54.659Z Compiling winnow v1.0.3
4222026-07-26T04:25:54.747Z Compiling itertools v0.15.0
4232026-07-26T04:25:54.842Z Compiling heapless v0.8.0
4242026-07-26T04:25:54.932Z Compiling indexmap v2.14.0
4252026-07-26T04:25:55.120Z Compiling byteorder v1.5.0
4262026-07-26T04:25:55.292Z Compiling toml_datetime v1.1.1+spec-1.1.0
4272026-07-26T04:25:55.500Z Compiling regex-automata v0.4.15
4282026-07-26T04:25:55.522Z Compiling hash32 v0.3.1
4292026-07-26T04:25:55.661Z Compiling toml_parser v1.1.2+spec-1.1.0
4302026-07-26T04:25:55.825Z Compiling smoltcp v0.11.0
4312026-07-26T04:25:55.950Z Compiling syn v1.0.109
4322026-07-26T04:25:56.028Z Compiling toml_edit v0.25.12+spec-1.1.0
4332026-07-26T04:25:56.145Z Compiling bitflags v2.13.0
4342026-07-26T04:25:56.148Z Compiling macaddr v1.0.1
4352026-07-26T04:25:56.192Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4362026-07-26T04:25:56.251Z Compiling rustversion v1.0.23
4372026-07-26T04:25:56.276Z Compiling stable_deref_trait v1.2.1
4382026-07-26T04:25:56.427Z Compiling getrandom v0.4.3
4392026-07-26T04:25:56.430Z Compiling bitflags v1.3.2
4402026-07-26T04:25:56.488Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4412026-07-26T04:25:56.596Z Compiling proc-macro-crate v3.5.0
4422026-07-26T04:25:56.617Z Compiling rand_core v0.10.1
4432026-07-26T04:25:56.674Z Compiling darling_core v0.23.0
4442026-07-26T04:25:56.693Z Compiling version_check v0.9.5
4452026-07-26T04:25:56.770Z Compiling ref-cast v1.0.25
4462026-07-26T04:25:56.775Z Compiling managed v0.8.0
4472026-07-26T04:25:56.951Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4482026-07-26T04:25:57.106Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4492026-07-26T04:25:57.177Z Compiling regex v1.13.0
4502026-07-26T04:25:57.456Z Compiling errno v0.3.14
4512026-07-26T04:25:57.623Z Compiling foreign-types-shared v0.3.1
4522026-07-26T04:25:57.708Z Compiling ipnetwork v0.21.1
4532026-07-26T04:25:57.733Z Compiling cpufeatures v0.3.0
4542026-07-26T04:25:57.798Z Compiling once_cell v1.21.4
4552026-07-26T04:25:57.855Z Compiling thiserror-impl v2.0.18
4562026-07-26T04:25:58.039Z Compiling serde_derive v1.0.228
4572026-07-26T04:25:58.055Z Compiling zerocopy-derive v0.8.54
4582026-07-26T04:25:58.203Z Compiling ref-cast-impl v1.0.25
4592026-07-26T04:25:58.726Z Compiling num_enum_derive v0.7.6
4602026-07-26T04:25:58.757Z Compiling darling_macro v0.23.0
4612026-07-26T04:25:58.778Z Compiling foreign-types-macros v0.2.3
4622026-07-26T04:25:59.045Z Compiling thiserror v2.0.18
4632026-07-26T04:25:59.172Z Compiling cobs v0.3.0
4642026-07-26T04:25:59.350Z Compiling darling v0.23.0
4652026-07-26T04:25:59.421Z Compiling ingot-macros v0.2.0
4662026-07-26T04:25:59.425Z Compiling unicode-width v0.2.2
4672026-07-26T04:25:59.455Z Compiling foreign-types v0.5.0
4682026-07-26T04:25:59.627Z Compiling tracing-core v0.1.36
4692026-07-26T04:25:59.724Z Compiling tabwriter v1.4.1
4702026-07-26T04:25:59.775Z Compiling num_enum v0.7.6
4712026-07-26T04:25:59.887Z Compiling cstr-argument v0.1.2
4722026-07-26T04:26:00.057Z Compiling tracing-attributes v0.1.31
4732026-07-26T04:26:00.143Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4742026-07-26T04:26:00.420Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4752026-07-26T04:26:00.727Z Compiling chacha20 v0.10.1
4762026-07-26T04:26:00.905Z Compiling rustix v1.1.4
4772026-07-26T04:26:01.205Z Compiling anyhow v1.0.103
4782026-07-26T04:26:01.264Z Compiling postcard v1.1.3
4792026-07-26T04:26:01.277Z Compiling pretty-hex v0.4.2
4802026-07-26T04:26:01.368Z Compiling pin-project-lite v0.2.17
4812026-07-26T04:26:01.399Z Compiling dyn-clone v1.0.20
4822026-07-26T04:26:01.403Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4832026-07-26T04:26:01.454Z Compiling tracing v0.1.44
4842026-07-26T04:26:01.555Z Compiling terminal_size v0.4.4
4852026-07-26T04:26:01.611Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4862026-07-26T04:26:01.616Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4872026-07-26T04:26:01.700Z Compiling rand v0.10.2
4882026-07-26T04:26:01.766Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4892026-07-26T04:26:01.817Z Compiling uuid v1.23.5
4902026-07-26T04:26:01.820Z Compiling socket2 v0.6.4
4912026-07-26T04:26:01.881Z Compiling colored v3.1.1
4922026-07-26T04:26:02.085Z Compiling oxnet v0.1.6
4932026-07-26T04:26:02.152Z Compiling clap_derive v4.6.1
4942026-07-26T04:26:02.444Z Compiling ingot-types v0.2.0
4952026-07-26T04:26:02.518Z Compiling clap_builder v4.6.0
4962026-07-26T04:26:02.583Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4972026-07-26T04:26:02.780Z Compiling ingot v0.2.0
4982026-07-26T04:26:04.124Z Compiling clap v4.6.1
4992026-07-26T04:26:04.464Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5002026-07-26T04:26:06.906Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5012026-07-26T04:26:08.071Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5022026-07-26T04:26:12.479Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.55s
5032026-07-26T04:26:12.506ZBuilding xde (dev).
5042026-07-26T04:26:12.736Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5052026-07-26T04:26:12.737Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5062026-07-26T04:26:12.737Z Compiling proc-macro2 v1.0.106
5072026-07-26T04:26:12.737Z Compiling unicode-ident v1.0.24
5082026-07-26T04:26:12.737Z Compiling quote v1.0.46
5092026-07-26T04:26:12.737Z Compiling serde_core v1.0.228
5102026-07-26T04:26:12.740Z Compiling strsim v0.11.1
5112026-07-26T04:26:12.740Z Compiling ident_case v1.0.1
5122026-07-26T04:26:12.856Z Compiling memchr v2.8.3
5132026-07-26T04:26:12.858Z Compiling regex-syntax v0.8.11
5142026-07-26T04:26:13.126Z Compiling either v1.16.0
5152026-07-26T04:26:13.130Z Compiling serde v1.0.228
5162026-07-26T04:26:13.135Z Compiling zerocopy v0.8.54
5172026-07-26T04:26:13.257Z Compiling aho-corasick v1.1.4
5182026-07-26T04:26:13.313Z Compiling thiserror v2.0.18
5192026-07-26T04:26:13.521Z Compiling itertools v0.15.0
5202026-07-26T04:26:13.552Z Compiling heapless v0.8.0
5212026-07-26T04:26:13.896Z Compiling syn v2.0.118
5222026-07-26T04:26:13.935Z Compiling smoltcp v0.11.0
5232026-07-26T04:26:13.945Z Compiling ref-cast v1.0.25
5242026-07-26T04:26:14.032Z Compiling version_check v0.9.5
5252026-07-26T04:26:14.365Z Compiling regex-automata v0.4.15
5262026-07-26T04:26:14.402Z Compiling crc32fast v1.5.0
5272026-07-26T04:26:14.410Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5282026-07-26T04:26:15.946Z Compiling regex v1.13.0
5292026-07-26T04:26:16.213Z Compiling darling_core v0.23.0
5302026-07-26T04:26:17.014Z Compiling zerocopy-derive v0.8.54
5312026-07-26T04:26:17.014Z Compiling thiserror-impl v2.0.18
5322026-07-26T04:26:17.017Z Compiling serde_derive v1.0.228
5332026-07-26T04:26:17.017Z Compiling ref-cast-impl v1.0.25
5342026-07-26T04:26:17.017Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5352026-07-26T04:26:18.383Z Compiling darling_macro v0.23.0
5362026-07-26T04:26:19.263Z Compiling darling v0.23.0
5372026-07-26T04:26:19.326Z Compiling ingot-macros v0.2.0
5382026-07-26T04:26:19.326Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5392026-07-26T04:26:24.635Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-07-26T04:26:26.516Z Compiling byteorder v1.5.0
5412026-07-26T04:26:26.516Z Compiling macaddr v1.0.1
5422026-07-26T04:26:26.520Z Compiling stable_deref_trait v1.2.1
5432026-07-26T04:26:26.520Z Compiling cfg-if v1.0.4
5442026-07-26T04:26:26.583Z Compiling cobs v0.3.0
5452026-07-26T04:26:26.593Z Compiling bitflags v1.3.2
5462026-07-26T04:26:26.622Z Compiling managed v0.8.0
5472026-07-26T04:26:26.660Z Compiling hash32 v0.3.1
5482026-07-26T04:26:26.855Z Compiling dyn-clone v1.0.20
5492026-07-26T04:26:26.976Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5502026-07-26T04:26:28.028Z Compiling bitflags v2.13.0
5512026-07-26T04:26:28.028Z Compiling uuid v1.23.5
5522026-07-26T04:26:28.163Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5532026-07-26T04:26:28.431Z Compiling postcard v1.1.3
5542026-07-26T04:26:29.251Z Compiling ingot-types v0.2.0
5552026-07-26T04:26:29.538Z Compiling ingot v0.2.0
5562026-07-26T04:26:30.937Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5572026-07-26T04:26:34.470Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5582026-07-26T04:26:44.436Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5592026-07-26T04:26:52.604Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.06s
5602026-07-26T04:26:52.627ZLinking xde kmod...
5612026-07-26T04:26:53.718ZBuilding xde dev link helper (dev).
5622026-07-26T04:26:53.878Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5632026-07-26T04:26:53.879Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5642026-07-26T04:26:53.879Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5652026-07-26T04:27:04.875Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5662026-07-26T04:27:07.307Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.55s
5672026-07-26T04:27:07.329Z
5682026-07-26T04:27:07.329Zreal 3:09.952904851
5692026-07-26T04:27:07.329Zuser 8:52.754414664
5702026-07-26T04:27:07.332Zsys 56.850007007
5712026-07-26T04:27:07.332Ztrap 0.220321780
5722026-07-26T04:27:07.332Ztflt 0.901207905
5732026-07-26T04:27:07.332Zdflt 1.637052701
5742026-07-26T04:27:07.332Zkflt 0.006798084
5752026-07-26T04:27:07.332Zlock 30:41.695747114
5762026-07-26T04:27:07.332Zslp 20:33.348736137
5772026-07-26T04:27:07.332Zlat 16.808309684
5782026-07-26T04:27:07.332Zstop 31.238227145
5792026-07-26T04:27:07.332Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5802026-07-26T04:27:07.332Z+ grep GOTPCREL
5812026-07-26T04:27:08.321Z+ header 'package opte'
5822026-07-26T04:27:08.324Z+ echo '# ==== package opte ==== #'
5832026-07-26T04:27:08.324Z# ==== package opte ==== #
5842026-07-26T04:27:08.324Z+ cargo xtask package --skip-build --profile all
5852026-07-26T04:27:08.457Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5862026-07-26T04:27:08.460Z Running `target/debug/xtask package --skip-build --profile all`
5872026-07-26T04:27:08.657Z+ ./clean.sh
5882026-07-26T04:27:08.665Z+ mkdir -p proto/kernel/drv/amd64
5892026-07-26T04:27:08.668Z+ mkdir -p proto/opt/oxide/opte/bin
5902026-07-26T04:27:08.668Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
5912026-07-26T04:27:08.671Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
5922026-07-26T04:27:08.686Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
5932026-07-26T04:27:08.726Z+ cp ../xde/xde.conf proto/kernel/drv/
5942026-07-26T04:27:08.730Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
5952026-07-26T04:27:08.730Z+ '[' -z ']'
5962026-07-26T04:27:08.730Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
5972026-07-26T04:27:08.762Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
5982026-07-26T04:27:08.836Z+ INC_DEBUG=
5992026-07-26T04:27:08.839Z+ typeset -ri TAG=0
6002026-07-26T04:27:08.839Z++ ./print-api-version.sh
6012026-07-26T04:27:08.843Z+ API_VSN=41
6022026-07-26T04:27:08.843Z+ PKG_VERSION=0.41.506-3.0
6032026-07-26T04:27:08.847Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.506-3.0/g opte.template.p5m
6042026-07-26T04:27:08.847Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6052026-07-26T04:27:09.381Z+ pkgdepend generate -d proto opte.base.p5m
6062026-07-26T04:27:09.725Z+ mkdir -p packages
6072026-07-26T04:27:09.729Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6082026-07-26T04:27:16.456Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6092026-07-26T04:27:16.459Z+ pkgrepo create packages/repo
6102026-07-26T04:27:16.668Z+ pkgrepo add-publisher -s packages/repo helios
6112026-07-26T04:27:16.875Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6122026-07-26T04:27:44.930Zpkg://helios/driver/network/opte@0.41.506,5.11-3.0:20260726T042715Z
6132026-07-26T04:27:44.930ZPUBLISHED
6142026-07-26T04:27:44.966Z+ pkgrecv -a -d packages/repo/opte-0.41.506-3.0.p5p -s packages/repo -v -m latest '*'
6152026-07-26T04:27:45.146ZRetrieving packages for publisher helios ...
6162026-07-26T04:27:45.149ZRetrieving catalog 'helios' ... Done
6172026-07-26T04:27:45.158ZRetrieving and evaluating 1 package(s)...
6182026-07-26T04:27:45.159ZFetching manifests: 1/1 100% complete
6192026-07-26T04:27:45.159ZFetching manifests: 1/1 100% complete
6202026-07-26T04:27:45.159Z
6212026-07-26T04:27:45.159ZArchiving packages ...
6222026-07-26T04:27:45.159Z Packages to add: 1
6232026-07-26T04:27:45.159Z Files to retrieve: 6
6242026-07-26T04:27:45.159ZEstimated transfer size: 36.10 MB
6252026-07-26T04:27:45.159Z
6262026-07-26T04:27:45.159ZPackages to archive:
6272026-07-26T04:27:45.159Zdriver/network/opte@0.41.506,5.11-3.0:20260726T042715Z
6282026-07-26T04:27:45.159Z
6292026-07-26T04:27:45.159ZDownload: 0/6 items 0.0/36.1MB 0% complete
6302026-07-26T04:27:45.215ZDownload: Completed 36.10 MB in 0.07 seconds (550M/s)
6312026-07-26T04:27:45.224ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6322026-07-26T04:27:45.227ZArchiving: Completed 36.13 MB in 0.01 seconds
6332026-07-26T04:27:45.268ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.506-3.0.p5p.
6342026-07-26T04:27:45.278Z+ banner copy
6352026-07-26T04:27:45.278Z
6362026-07-26T04:27:45.278Z #### #### ##### # #
6372026-07-26T04:27:45.279Z # # # # # # # #
6382026-07-26T04:27:45.279Z # # # # # #
6392026-07-26T04:27:45.279Z # # # ##### #
6402026-07-26T04:27:45.279Z # # # # # #
6412026-07-26T04:27:45.279Z #### #### # #
6422026-07-26T04:27:45.279Z
6432026-07-26T04:27:45.279Z+ pfexec mkdir -p /out
6442026-07-26T04:27:45.282Z+ pfexec chown 12345 /out
6452026-07-26T04:27:45.282Z+ PKG_NAME=/out/opte.p5p
6462026-07-26T04:27:45.282Z+ mv pkg/packages/repo/opte-0.41.506-3.0.p5p /out/opte.p5p
6472026-07-26T04:27:45.310Z+ sha256sum /out/opte.p5p
6482026-07-26T04:27:45.327Zprocess exited: duration 242797 ms, exit code 0
 
6492026-07-26T04:27:45.347Zfound 2 output files
6502026-07-26T04:27:45.347Zuploading: /out/opte.p5p (37898240 bytes)
6512026-07-26T04:27:47.122Zuploaded: /out/opte.p5p
6522026-07-26T04:27:47.123Zuploading: /out/opte.p5p.sha256 (80 bytes)
6532026-07-26T04:27:48.143Zuploaded: /out/opte.p5p.sha256