01KVY2WK8A5VDA3YX6JAS5B2GR: 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: 01KVY2X6ZBVWDC7XX8RQRRFZR3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:30:23.277Zjob assigned to worker 01KVY2XERN03D3HP8V8ENEMTB2 [factory aws, i-09a1ed3fbe8553e49] (queued for 49 s)
 
22026-06-25T00:30:30.231Zstarting task 0: "setup"
32026-06-25T00:30:30.236Z++ uname -s
42026-06-25T00:30:30.239Z+ kern=SunOS
52026-06-25T00:30:30.239Z+ build_user=build
62026-06-25T00:30:30.239Z+ build_uid=12345
72026-06-25T00:30:30.239Z+ work_dir=/work
82026-06-25T00:30:30.239Z+ input_dir=/input
92026-06-25T00:30:30.239Z+ [[ 0 == 12345 ]]
102026-06-25T00:30:30.239Z+ case "$kern" in
112026-06-25T00:30:30.239Z+ groupadd -g 12345 build
122026-06-25T00:30:30.242Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:30:32.246Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:30:32.300Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:30:32.303Z+ home_fs=zfs
162026-06-25T00:30:32.303Z+ [[ zfs == autofs ]]
172026-06-25T00:30:32.303Z+ mkdir -p /home/build
182026-06-25T00:30:32.303Z+ chown build:build /home/build /work
192026-06-25T00:30:34.304Z+ chmod 0700 /home/build /work
202026-06-25T00:30:34.309Zprocess exited: duration 4077 ms, exit code 0
 
212026-06-25T00:30:34.317Zstarting task 1: "rust-toolchain"
222026-06-25T00:30:34.320Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T00:30:34.320Z * rust toolchain channel = "1.96.0"
242026-06-25T00:30:34.320Z * rust toolchain profile = "default"
252026-06-25T00:30:34.320Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T00:30:34.320Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:30:34.321Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:30:34.321Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:30:34.324Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T00:30:34.427Zinfo: downloading installer
312026-06-25T00:30:35.887Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T00:30:35.887Zwarn: /home/build/.rustup/settings.toml
332026-06-25T00:30:35.887Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T00:30:35.887Zwarn: instead of the one inferred from the default host triple.
352026-06-25T00:30:35.900Zinfo: profile set to default
362026-06-25T00:30:35.900Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T00:30:35.903Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T00:30:36.123Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T00:30:36.130Zinfo: downloading 6 components
402026-06-25T00:30:51.274Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T00:30:51.274Z
422026-06-25T00:30:51.308Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T00:30:51.308Z
442026-06-25T00:30:51.308Z
452026-06-25T00:30:51.308ZRust is installed now. Great!
462026-06-25T00:30:51.308Z
472026-06-25T00:30:51.308ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T00:30:51.308Zenvironment variable. This has not been done automatically.
492026-06-25T00:30:51.308Z
502026-06-25T00:30:51.308ZTo configure your current shell, you need to source
512026-06-25T00:30:51.308Zthe corresponding env file under $HOME/.cargo.
522026-06-25T00:30:51.308Z
532026-06-25T00:30:51.308ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T00:30:51.311Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T00:30:51.311Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T00:30:51.311Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T00:30:51.311Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T00:30:51.311Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T00:30:51.311Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T00:30:51.312Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T00:30:51.312Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T00:30:51.402Z+ rustup --version
632026-06-25T00:30:51.411Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T00:30:51.414Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T00:30:51.432Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T00:30:51.435Z+ cargo --version
672026-06-25T00:30:51.448Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T00:30:51.451Z+ rustc --version
692026-06-25T00:30:51.471Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T00:30:51.474Zprocess exited: duration 17156 ms, exit code 0
 
712026-06-25T00:30:51.479Zstarting task 2: "authentication"
722026-06-25T00:30:51.496Zprocess exited: duration 16 ms, exit code 0
 
732026-06-25T00:30:51.503Zstarting task 3: "clone repository"
742026-06-25T00:30:51.506Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T00:30:51.509Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T00:30:51.538ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T00:30:52.370Z+ cd /work/oxidecomputer/opte
782026-06-25T00:30:52.370Z+ git fetch origin 01717c37e02aea0610c0029f9be2dcc14851a390
792026-06-25T00:30:52.580ZFrom https://github.com/oxidecomputer/opte
802026-06-25T00:30:52.580Z * branch 01717c37e02aea0610c0029f9be2dcc14851a390 -> FETCH_HEAD
812026-06-25T00:30:52.585Z+ [[ -n '' ]]
822026-06-25T00:30:52.585Z+ git reset --hard 01717c37e02aea0610c0029f9be2dcc14851a390
832026-06-25T00:30:52.624ZHEAD is now at 01717c3 Fixups for XDE
842026-06-25T00:30:52.624Zprocess exited: duration 1102 ms, exit code 0
 
852026-06-25T00:30:52.630Zstarting task 4: "build"
862026-06-25T00:30:52.634Z+ source .github/buildomat/common.sh
872026-06-25T00:30:52.637Z++ rustup show active-toolchain
882026-06-25T00:30:52.640Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-06-25T00:30:52.640Z++ pushd xde
902026-06-25T00:30:52.640Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-06-25T00:30:52.640Z++ rustup show active-toolchain
922026-06-25T00:30:52.645Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
932026-06-25T00:30:52.796Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
942026-06-25T00:30:52.800Zinfo: downloading 6 components
952026-06-25T00:31:07.005Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-06-25T00:31:07.101Z+++ rustup show active-toolchain -v
972026-06-25T00:31:07.104Z+++ head -n 1
982026-06-25T00:31:07.104Z+++ cut '-d ' -f1
992026-06-25T00:31:07.155Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1002026-06-25T00:31:07.155Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1012026-06-25T00:31:07.155Z++ popd
1022026-06-25T00:31:07.155Z/work/oxidecomputer/opte
1032026-06-25T00:31:07.158Z+ TGT_BASE=/work
1042026-06-25T00:31:07.158Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1052026-06-25T00:31:07.158Z+ REL_TGT=/work/release
1062026-06-25T00:31:07.158Z+ mkdir -p /work/release
1072026-06-25T00:31:07.158Z+ cargo --version
1082026-06-25T00:31:07.166Zcargo 1.96.0 (30a34c682 2026-05-25)
1092026-06-25T00:31:07.171Z+ rustc --version
1102026-06-25T00:31:07.188Zrustc 1.96.0 (ac68faa20 2026-05-25)
1112026-06-25T00:31:07.191Z+ header 'build xde and opteadm (release+debug)'
1122026-06-25T00:31:07.191Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1132026-06-25T00:31:07.191Z# ==== build xde and opteadm (release+debug) ==== #
1142026-06-25T00:31:07.191Z+ ptime -m cargo xtask build --profile all
1152026-06-25T00:31:07.302Z Updating crates.io index
1162026-06-25T00:31:07.305Z Updating git repository `https://github.com/oxidecomputer/falcon`
1172026-06-25T00:31:07.955Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1182026-06-25T00:31:08.204Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1192026-06-25T00:31:08.527Z Updating git repository `https://github.com/oxidecomputer/zone`
1202026-06-25T00:31:08.773Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1212026-06-25T00:31:08.976Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1222026-06-25T00:31:09.222Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1232026-06-25T00:31:11.280Z Downloading crates ...
1242026-06-25T00:31:11.333Z Downloaded serde_spanned v1.1.1
1252026-06-25T00:31:11.351Z Downloaded toml_writer v1.1.1+spec-1.1.0
1262026-06-25T00:31:11.351Z Downloaded camino v1.2.2
1272026-06-25T00:31:11.351Z Downloaded terminal_size v0.4.4
1282026-06-25T00:31:11.351Z Downloaded quote v1.0.45
1292026-06-25T00:31:11.368Z Downloaded serde v1.0.228
1302026-06-25T00:31:11.368Z Downloaded cargo-platform v0.3.3
1312026-06-25T00:31:11.369Z Downloaded strsim v0.11.1
1322026-06-25T00:31:11.369Z Downloaded anyhow v1.0.102
1332026-06-25T00:31:11.376Z Downloaded colorchoice v1.0.5
1342026-06-25T00:31:11.376Z Downloaded heck v0.5.0
1352026-06-25T00:31:11.376Z Downloaded is_terminal_polyfill v1.70.2
1362026-06-25T00:31:11.381Z Downloaded equivalent v1.0.2
1372026-06-25T00:31:11.381Z Downloaded thiserror v2.0.18
1382026-06-25T00:31:11.381Z Downloaded zmij v1.0.21
1392026-06-25T00:31:11.389Z Downloaded utf8parse v0.2.2
1402026-06-25T00:31:11.392Z Downloaded itoa v1.0.18
1412026-06-25T00:31:11.402Z Downloaded cargo_metadata v0.23.1
1422026-06-25T00:31:11.415Z Downloaded anstyle v1.0.14
1432026-06-25T00:31:11.415Z Downloaded toml_parser v1.1.2+spec-1.1.0
1442026-06-25T00:31:11.415Z Downloaded anstyle-query v1.1.5
1452026-06-25T00:31:11.415Z Downloaded clap_lex v1.1.0
1462026-06-25T00:31:11.419Z Downloaded errno v0.3.14
1472026-06-25T00:31:11.419Z Downloaded serde_core v1.0.228
1482026-06-25T00:31:11.419Z Downloaded anstyle-parse v1.0.0
1492026-06-25T00:31:11.425Z Downloaded thiserror-impl v2.0.18
1502026-06-25T00:31:11.426Z Downloaded semver v1.0.28
1512026-06-25T00:31:11.426Z Downloaded proc-macro2 v1.0.106
1522026-06-25T00:31:11.429Z Downloaded winnow v1.0.3
1532026-06-25T00:31:11.435Z Downloaded anstream v1.0.0
1542026-06-25T00:31:11.435Z Downloaded clap_derive v4.6.1
1552026-06-25T00:31:11.438Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1562026-06-25T00:31:11.447Z Downloaded toml v1.1.2+spec-1.1.0
1572026-06-25T00:31:11.467Z Downloaded unicode-ident v1.0.24
1582026-06-25T00:31:11.467Z Downloaded clap v4.6.1
1592026-06-25T00:31:11.482Z Downloaded serde_derive v1.0.228
1602026-06-25T00:31:11.482Z Downloaded bitflags v2.13.0
1612026-06-25T00:31:11.482Z Downloaded memchr v2.8.2
1622026-06-25T00:31:11.485Z Downloaded indexmap v2.14.0
1632026-06-25T00:31:11.496Z Downloaded serde_json v1.0.150
1642026-06-25T00:31:11.504Z Downloaded hashbrown v0.17.1
1652026-06-25T00:31:11.521Z Downloaded clap_builder v4.6.0
1662026-06-25T00:31:11.653Z Downloaded syn v2.0.117
1672026-06-25T00:31:11.653Z Downloaded rustix v1.1.4
1682026-06-25T00:31:11.653Z Downloaded libc v0.2.186
1692026-06-25T00:31:11.653Z Compiling serde_core v1.0.228
1702026-06-25T00:31:11.653Z Compiling proc-macro2 v1.0.106
1712026-06-25T00:31:11.653Z Compiling quote v1.0.45
1722026-06-25T00:31:11.654Z Compiling unicode-ident v1.0.24
1732026-06-25T00:31:11.654Z Compiling libc v0.2.186
1742026-06-25T00:31:11.654Z Compiling rustix v1.1.4
1752026-06-25T00:31:11.654Z Compiling bitflags v2.13.0
1762026-06-25T00:31:11.654Z Compiling utf8parse v0.2.2
1772026-06-25T00:31:11.803Z Compiling zmij v1.0.21
1782026-06-25T00:31:11.962Z Compiling anstyle-parse v1.0.0
1792026-06-25T00:31:12.023Z Compiling serde_json v1.0.150
1802026-06-25T00:31:12.121Z Compiling colorchoice v1.0.5
1812026-06-25T00:31:12.220Z Compiling anstyle-query v1.1.5
1822026-06-25T00:31:12.226Z Compiling thiserror v2.0.18
1832026-06-25T00:31:12.231Z Compiling serde v1.0.228
1842026-06-25T00:31:12.236Z Compiling camino v1.2.2
1852026-06-25T00:31:12.311Z Compiling anstyle v1.0.14
1862026-06-25T00:31:12.355Z Compiling is_terminal_polyfill v1.70.2
1872026-06-25T00:31:12.525Z Compiling errno v0.3.14
1882026-06-25T00:31:12.591Z Compiling anstream v1.0.0
1892026-06-25T00:31:12.629Z Compiling winnow v1.0.3
1902026-06-25T00:31:12.699Z Compiling clap_lex v1.1.0
1912026-06-25T00:31:12.739Z Compiling heck v0.5.0
1922026-06-25T00:31:12.967Z Compiling anyhow v1.0.102
1932026-06-25T00:31:13.039Z Compiling itoa v1.0.18
1942026-06-25T00:31:13.043Z Compiling memchr v2.8.2
1952026-06-25T00:31:13.067Z Compiling strsim v0.11.1
1962026-06-25T00:31:13.097Z Compiling syn v2.0.117
1972026-06-25T00:31:13.130Z Compiling terminal_size v0.4.4
1982026-06-25T00:31:13.277Z Compiling clap_builder v4.6.0
1992026-06-25T00:31:13.292Z Compiling toml_parser v1.1.2+spec-1.1.0
2002026-06-25T00:31:13.345Z Compiling toml_writer v1.1.1+spec-1.1.0
2012026-06-25T00:31:14.113Z Compiling toml_datetime v1.1.1+spec-1.1.0
2022026-06-25T00:31:14.274Z Compiling cargo-platform v0.3.3
2032026-06-25T00:31:14.443Z Compiling serde_spanned v1.1.1
2042026-06-25T00:31:14.599Z Compiling semver v1.0.28
2052026-06-25T00:31:14.637Z Compiling toml v1.1.2+spec-1.1.0
2062026-06-25T00:31:15.297Z Compiling serde_derive v1.0.228
2072026-06-25T00:31:16.126Z Compiling thiserror-impl v2.0.18
2082026-06-25T00:31:16.142Z Compiling clap_derive v4.6.1
2092026-06-25T00:31:17.750Z Compiling clap v4.6.1
2102026-06-25T00:31:18.511Z Compiling cargo_metadata v0.23.1
2112026-06-25T00:31:20.991Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2122026-06-25T00:31:22.564Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.35s
2132026-06-25T00:31:22.642Z Running `target/debug/xtask build --profile all`
2142026-06-25T00:31:24.099ZBuilding opteadm (release).
2152026-06-25T00:31:24.195Z Compiling proc-macro2 v1.0.106
2162026-06-25T00:31:24.195Z Compiling quote v1.0.45
2172026-06-25T00:31:24.195Z Compiling unicode-ident v1.0.24
2182026-06-25T00:31:24.198Z Compiling serde_core v1.0.228
2192026-06-25T00:31:24.198Z Compiling libc v0.2.186
2202026-06-25T00:31:24.198Z Compiling cfg-if v1.0.4
2212026-06-25T00:31:24.198Z Compiling memchr v2.8.2
2222026-06-25T00:31:24.199Z Compiling thiserror v2.0.18
2232026-06-25T00:31:24.268Z Compiling ident_case v1.0.1
2242026-06-25T00:31:24.316Z Compiling strsim v0.11.1
2252026-06-25T00:31:24.370Z Compiling fnv v1.0.7
2262026-06-25T00:31:24.452Z Compiling regex-syntax v0.8.11
2272026-06-25T00:31:24.513Z Compiling winnow v1.0.3
2282026-06-25T00:31:24.603Z Compiling zerocopy v0.8.52
2292026-06-25T00:31:24.704Z Compiling aho-corasick v1.1.4
2302026-06-25T00:31:24.818Z Compiling either v1.16.0
2312026-06-25T00:31:24.956Z Compiling anyhow v1.0.102
2322026-06-25T00:31:24.984Z Compiling serde v1.0.228
2332026-06-25T00:31:25.012Z Compiling hashbrown v0.17.1
2342026-06-25T00:31:25.281Z Compiling equivalent v1.0.2
2352026-06-25T00:31:25.371Z Compiling itertools v0.14.0
2362026-06-25T00:31:25.383Z Compiling byteorder v1.5.0
2372026-06-25T00:31:25.488Z Compiling syn v2.0.117
2382026-06-25T00:31:25.548Z Compiling indexmap v2.14.0
2392026-06-25T00:31:25.558Z Compiling toml_parser v1.1.2+spec-1.1.0
2402026-06-25T00:31:25.564Z Compiling toml_datetime v1.1.1+spec-1.1.0
2412026-06-25T00:31:25.771Z Compiling heapless v0.8.0
2422026-06-25T00:31:26.047Z Compiling regex-automata v0.4.14
2432026-06-25T00:31:26.080Z Compiling hash32 v0.3.1
2442026-06-25T00:31:26.134Z Compiling toml_edit v0.25.12+spec-1.1.0
2452026-06-25T00:31:26.200Z Compiling stable_deref_trait v1.2.1
2462026-06-25T00:31:26.215Z Compiling rustversion v1.0.22
2472026-06-25T00:31:26.262Z Compiling syn v1.0.109
2482026-06-25T00:31:26.440Z Compiling bitflags v2.13.0
2492026-06-25T00:31:26.522Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2502026-06-25T00:31:26.534Z Compiling macaddr v1.0.1
2512026-06-25T00:31:26.553Z Compiling smoltcp v0.11.0
2522026-06-25T00:31:26.654Z Compiling proc-macro-crate v3.5.0
2532026-06-25T00:31:26.744Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2542026-06-25T00:31:26.775Z Compiling ref-cast v1.0.25
2552026-06-25T00:31:26.872Z Compiling version_check v0.9.5
2562026-06-25T00:31:26.944Z Compiling managed v0.8.0
2572026-06-25T00:31:27.003Z Compiling bitflags v1.3.2
2582026-06-25T00:31:27.040Z Compiling getrandom v0.4.2
2592026-06-25T00:31:27.061Z Compiling rustix v1.1.4
2602026-06-25T00:31:27.064Z Compiling rand_core v0.10.1
2612026-06-25T00:31:27.122Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2622026-06-25T00:31:27.295Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2632026-06-25T00:31:27.330Z Compiling uuid v1.23.3
2642026-06-25T00:31:27.571Z Compiling errno v0.3.14
2652026-06-25T00:31:27.680Z Compiling regex v1.12.4
2662026-06-25T00:31:27.716Z Compiling foreign-types-shared v0.3.1
2672026-06-25T00:31:27.737Z Compiling utf8parse v0.2.2
2682026-06-25T00:31:27.737Z Compiling once_cell v1.21.4
2692026-06-25T00:31:27.826Z Compiling ipnetwork v0.21.1
2702026-06-25T00:31:27.952Z Compiling unicode-width v0.2.2
2712026-06-25T00:31:28.059Z Compiling darling_core v0.21.3
2722026-06-25T00:31:28.179Z Compiling cpufeatures v0.3.0
2732026-06-25T00:31:28.230Z Compiling chacha20 v0.10.0
2742026-06-25T00:31:28.239Z Compiling cstr-argument v0.1.2
2752026-06-25T00:31:28.384Z Compiling tabwriter v1.4.1
2762026-06-25T00:31:28.498Z Compiling tracing-core v0.1.36
2772026-06-25T00:31:28.520Z Compiling anstyle-parse v1.0.0
2782026-06-25T00:31:29.113Z Compiling dyn-clone v1.0.20
2792026-06-25T00:31:29.164Z Compiling colorchoice v1.0.5
2802026-06-25T00:31:29.172Z Compiling thiserror-impl v2.0.18
2812026-06-25T00:31:29.246Z Compiling zerocopy-derive v0.8.52
2822026-06-25T00:31:29.268Z Compiling serde_derive v1.0.228
2832026-06-25T00:31:29.389Z Compiling num_enum_derive v0.7.6
2842026-06-25T00:31:29.410Z Compiling ref-cast-impl v1.0.25
2852026-06-25T00:31:29.915Z Compiling foreign-types-macros v0.2.3
2862026-06-25T00:31:30.074Z Compiling tracing-attributes v0.1.31
2872026-06-25T00:31:30.203Z Compiling darling_macro v0.21.3
2882026-06-25T00:31:30.366Z Compiling num_enum v0.7.6
2892026-06-25T00:31:30.472Z Compiling cobs v0.3.0
2902026-06-25T00:31:30.472Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2912026-06-25T00:31:30.529Z Compiling foreign-types v0.5.0
2922026-06-25T00:31:30.592Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2932026-06-25T00:31:30.596Z Compiling anstyle-query v1.1.5
2942026-06-25T00:31:30.703Z Compiling pretty-hex v0.4.2
2952026-06-25T00:31:30.703Z Compiling pin-project-lite v0.2.17
2962026-06-25T00:31:30.744Z Compiling darling v0.21.3
2972026-06-25T00:31:30.784Z Compiling anstyle v1.0.14
2982026-06-25T00:31:30.811Z Compiling ingot-macros v0.1.1
2992026-06-25T00:31:30.824Z Compiling is_terminal_polyfill v1.70.2
3002026-06-25T00:31:30.900Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
3012026-06-25T00:31:30.966Z Compiling anstream v1.0.0
3022026-06-25T00:31:31.010Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3032026-06-25T00:31:31.075Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-06-25T00:31:31.104Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3052026-06-25T00:31:31.290Z Compiling tracing v0.1.44
3062026-06-25T00:31:31.365Z Compiling terminal_size v0.4.4
3072026-06-25T00:31:31.441Z Compiling rand v0.10.1
3082026-06-25T00:31:31.487Z Compiling socket2 v0.6.4
3092026-06-25T00:31:31.608Z Compiling heck v0.5.0
3102026-06-25T00:31:31.726Z Compiling oxnet v0.1.6
3112026-06-25T00:31:32.020Z Compiling clap_lex v1.1.0
3122026-06-25T00:31:32.033Z Compiling colored v3.1.1
3132026-06-25T00:31:32.246Z Compiling clap_builder v4.6.0
3142026-06-25T00:31:32.318Z Compiling clap_derive v4.6.1
3152026-06-25T00:31:32.446Z Compiling postcard v1.1.3
3162026-06-25T00:31:32.569Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3172026-06-25T00:31:33.620Z Compiling ingot-types v0.1.2
3182026-06-25T00:31:33.955Z Compiling ingot v0.1.1
3192026-06-25T00:31:34.101Z Compiling clap v4.6.1
3202026-06-25T00:31:35.623Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3212026-06-25T00:31:36.726Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3222026-06-25T00:31:37.779Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3232026-06-25T00:31:44.966Z Finished `release` profile [optimized + debuginfo] target(s) in 20.86s
3242026-06-25T00:31:44.995ZBuilding xde (release-lto).
3252026-06-25T00:31:45.250Z Updating crates.io index
3262026-06-25T00:31:45.326Z Downloading crates ...
3272026-06-25T00:31:45.384Z Downloaded rustc-demangle v0.1.27
3282026-06-25T00:31:45.395Z Downloaded memchr v2.7.6
3292026-06-25T00:31:45.404Z Downloaded miniz_oxide v0.8.9
3302026-06-25T00:31:45.407Z Downloaded addr2line v0.25.1
3312026-06-25T00:31:45.430Z Downloaded gimli v0.32.3
3322026-06-25T00:31:45.441Z Downloaded getopts v0.2.24
3332026-06-25T00:31:45.446Z Downloaded object v0.37.3
3342026-06-25T00:31:45.473Z Downloaded foldhash v0.2.0
3352026-06-25T00:31:45.488Z Downloaded adler2 v2.0.1
3362026-06-25T00:31:45.493Z Downloaded rustc-literal-escaper v0.0.7
3372026-06-25T00:31:45.543Z Downloaded libc v0.2.185
3382026-06-25T00:31:45.601Z 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)
3392026-06-25T00:31:45.601Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3402026-06-25T00:31:45.601Z Compiling proc-macro2 v1.0.106
3412026-06-25T00:31:45.601Z Compiling quote v1.0.45
3422026-06-25T00:31:45.604Z Compiling unicode-ident v1.0.24
3432026-06-25T00:31:45.604Z Compiling ident_case v1.0.1
3442026-06-25T00:31:45.604Z Compiling strsim v0.11.1
3452026-06-25T00:31:45.625Z Compiling serde_core v1.0.228
3462026-06-25T00:31:45.769Z Compiling fnv v1.0.7
3472026-06-25T00:31:45.769Z Compiling memchr v2.8.2
3482026-06-25T00:31:45.861Z Compiling regex-syntax v0.8.11
3492026-06-25T00:31:46.017Z Compiling either v1.16.0
3502026-06-25T00:31:46.030Z Compiling thiserror v2.0.18
3512026-06-25T00:31:46.046Z Compiling zerocopy v0.8.52
3522026-06-25T00:31:46.163Z Compiling aho-corasick v1.1.4
3532026-06-25T00:31:46.212Z Compiling serde v1.0.228
3542026-06-25T00:31:46.411Z Compiling itertools v0.14.0
3552026-06-25T00:31:46.623Z Compiling heapless v0.8.0
3562026-06-25T00:31:46.636Z Compiling smoltcp v0.11.0
3572026-06-25T00:31:46.808Z Compiling syn v2.0.117
3582026-06-25T00:31:46.839Z Compiling crc32fast v1.5.0
3592026-06-25T00:31:47.066Z Compiling version_check v0.9.5
3602026-06-25T00:31:47.088Z Compiling ref-cast v1.0.25
3612026-06-25T00:31:47.334Z Compiling regex-automata v0.4.14
3622026-06-25T00:31:47.439Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3632026-06-25T00:31:48.911Z Compiling regex v1.12.4
3642026-06-25T00:31:49.124Z Compiling darling_core v0.21.3
3652026-06-25T00:31:49.213Z Compiling darling_core v0.23.0
3662026-06-25T00:31:50.027Z Compiling serde_derive v1.0.228
3672026-06-25T00:31:50.027Z Compiling zerocopy-derive v0.8.52
3682026-06-25T00:31:50.027Z Compiling thiserror-impl v2.0.18
3692026-06-25T00:31:50.031Z Compiling ref-cast-impl v1.0.25
3702026-06-25T00:31:50.031Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3712026-06-25T00:31:51.628Z Compiling darling_macro v0.21.3
3722026-06-25T00:31:51.706Z Compiling darling_macro v0.23.0
3732026-06-25T00:31:52.533Z Compiling darling v0.21.3
3742026-06-25T00:31:52.582Z Compiling ingot-macros v0.1.1
3752026-06-25T00:31:52.601Z Compiling darling v0.23.0
3762026-06-25T00:31:52.662Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3772026-06-25T00:31:58.241Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3782026-06-25T00:32:00.402Z Compiling byteorder v1.5.0
3792026-06-25T00:32:00.402Z Compiling cfg-if v1.0.4
3802026-06-25T00:32:00.405Z Compiling stable_deref_trait v1.2.1
3812026-06-25T00:32:00.405Z Compiling macaddr v1.0.1
3822026-06-25T00:32:00.465Z Compiling managed v0.8.0
3832026-06-25T00:32:00.476Z Compiling cobs v0.3.0
3842026-06-25T00:32:00.509Z Compiling bitflags v1.3.2
3852026-06-25T00:32:00.576Z Compiling hash32 v0.3.1
3862026-06-25T00:32:00.705Z Compiling dyn-clone v1.0.20
3872026-06-25T00:32:00.773Z Compiling itertools v0.15.0
3882026-06-25T00:32:00.791Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3892026-06-25T00:32:02.033Z Compiling bitflags v2.13.0
3902026-06-25T00:32:02.036Z Compiling uuid v1.23.3
3912026-06-25T00:32:02.178Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3922026-06-25T00:32:02.469Z Compiling postcard v1.1.3
3932026-06-25T00:32:03.339Z Compiling ingot-types v0.1.2
3942026-06-25T00:32:03.658Z Compiling ingot v0.1.1
3952026-06-25T00:32:05.234Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3962026-06-25T00:32:09.264Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3972026-06-25T00:32:18.139Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
3982026-06-25T00:32:51.981Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 06s
3992026-06-25T00:32:52.012ZLinking xde kmod...
4002026-06-25T00:32:52.692ZBuilding xde dev link helper (release).
4012026-06-25T00:32:52.851Z 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)
4022026-06-25T00:32:52.851Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4032026-06-25T00:32:52.851Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4042026-06-25T00:33:04.462Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4052026-06-25T00:33:06.958Z Finished `release` profile [optimized + debuginfo] target(s) in 14.23s
4062026-06-25T00:33:07.008ZBuilding opteadm (dev).
4072026-06-25T00:33:07.160Z Compiling serde_core v1.0.228
4082026-06-25T00:33:07.160Z Compiling libc v0.2.186
4092026-06-25T00:33:07.160Z Compiling cfg-if v1.0.4
4102026-06-25T00:33:07.160Z Compiling strsim v0.11.1
4112026-06-25T00:33:07.160Z Compiling ident_case v1.0.1
4122026-06-25T00:33:07.163Z Compiling fnv v1.0.7
4132026-06-25T00:33:07.184Z Compiling memchr v2.8.2
4142026-06-25T00:33:07.187Z Compiling syn v2.0.117
4152026-06-25T00:33:07.234Z Compiling regex-syntax v0.8.11
4162026-06-25T00:33:07.254Z Compiling hashbrown v0.17.1
4172026-06-25T00:33:07.279Z Compiling zerocopy v0.8.52
4182026-06-25T00:33:07.457Z Compiling either v1.16.0
4192026-06-25T00:33:07.644Z Compiling aho-corasick v1.1.4
4202026-06-25T00:33:07.647Z Compiling winnow v1.0.3
4212026-06-25T00:33:07.742Z Compiling serde v1.0.228
4222026-06-25T00:33:07.787Z Compiling equivalent v1.0.2
4232026-06-25T00:33:07.861Z Compiling indexmap v2.14.0
4242026-06-25T00:33:07.947Z Compiling itertools v0.14.0
4252026-06-25T00:33:08.070Z Compiling heapless v0.8.0
4262026-06-25T00:33:08.350Z Compiling byteorder v1.5.0
4272026-06-25T00:33:08.447Z Compiling toml_datetime v1.1.1+spec-1.1.0
4282026-06-25T00:33:08.524Z Compiling toml_parser v1.1.2+spec-1.1.0
4292026-06-25T00:33:08.636Z Compiling hash32 v0.3.1
4302026-06-25T00:33:08.663Z Compiling regex-automata v0.4.14
4312026-06-25T00:33:08.975Z Compiling toml_edit v0.25.12+spec-1.1.0
4322026-06-25T00:33:09.041Z Compiling macaddr v1.0.1
4332026-06-25T00:33:09.090Z Compiling syn v1.0.109
4342026-06-25T00:33:09.238Z Compiling bitflags v2.13.0
4352026-06-25T00:33:09.289Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4362026-06-25T00:33:09.319Z Compiling rustversion v1.0.22
4372026-06-25T00:33:09.396Z Compiling smoltcp v0.11.0
4382026-06-25T00:33:09.405Z Compiling stable_deref_trait v1.2.1
4392026-06-25T00:33:09.527Z Compiling proc-macro-crate v3.5.0
4402026-06-25T00:33:09.667Z Compiling version_check v0.9.5
4412026-06-25T00:33:09.696Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4422026-06-25T00:33:09.725Z Compiling darling_core v0.21.3
4432026-06-25T00:33:09.887Z Compiling bitflags v1.3.2
4442026-06-25T00:33:09.894Z Compiling rand_core v0.10.1
4452026-06-25T00:33:09.900Z Compiling ref-cast v1.0.25
4462026-06-25T00:33:09.921Z Compiling managed v0.8.0
4472026-06-25T00:33:09.927Z Compiling getrandom v0.4.2
4482026-06-25T00:33:09.947Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4492026-06-25T00:33:10.176Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4502026-06-25T00:33:10.235Z Compiling uuid v1.23.3
4512026-06-25T00:33:10.604Z Compiling regex v1.12.4
4522026-06-25T00:33:10.789Z Compiling errno v0.3.14
4532026-06-25T00:33:10.844Z Compiling unicode-width v0.2.2
4542026-06-25T00:33:10.940Z Compiling thiserror-impl v2.0.18
4552026-06-25T00:33:10.959Z Compiling zerocopy-derive v0.8.52
4562026-06-25T00:33:10.999Z Compiling serde_derive v1.0.228
4572026-06-25T00:33:11.143Z Compiling num_enum_derive v0.7.6
4582026-06-25T00:33:11.246Z Compiling foreign-types-macros v0.2.3
4592026-06-25T00:33:11.833Z Compiling darling_macro v0.21.3
4602026-06-25T00:33:11.859Z Compiling ref-cast-impl v1.0.25
4612026-06-25T00:33:12.121Z Compiling ipnetwork v0.21.1
4622026-06-25T00:33:12.142Z Compiling thiserror v2.0.18
4632026-06-25T00:33:12.242Z Compiling cobs v0.3.0
4642026-06-25T00:33:12.384Z Compiling darling v0.21.3
4652026-06-25T00:33:12.441Z Compiling once_cell v1.21.4
4662026-06-25T00:33:12.452Z Compiling ingot-macros v0.1.1
4672026-06-25T00:33:12.518Z Compiling foreign-types-shared v0.3.1
4682026-06-25T00:33:12.603Z Compiling cpufeatures v0.3.0
4692026-06-25T00:33:12.667Z Compiling chacha20 v0.10.0
4702026-06-25T00:33:12.689Z Compiling tracing-core v0.1.36
4712026-06-25T00:33:13.014Z Compiling foreign-types v0.5.0
4722026-06-25T00:33:13.085Z Compiling cstr-argument v0.1.2
4732026-06-25T00:33:13.350Z Compiling num_enum v0.7.6
4742026-06-25T00:33:13.462Z Compiling tabwriter v1.4.1
4752026-06-25T00:33:13.483Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4762026-06-25T00:33:13.877Z Compiling tracing-attributes v0.1.31
4772026-06-25T00:33:13.965Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4782026-06-25T00:33:13.989Z Compiling rustix v1.1.4
4792026-06-25T00:33:14.271Z Compiling postcard v1.1.3
4802026-06-25T00:33:14.566Z Compiling anyhow v1.0.102
4812026-06-25T00:33:14.571Z Compiling pin-project-lite v0.2.17
4822026-06-25T00:33:14.626Z Compiling dyn-clone v1.0.20
4832026-06-25T00:33:14.638Z Compiling pretty-hex v0.4.2
4842026-06-25T00:33:14.654Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4852026-06-25T00:33:14.772Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4862026-06-25T00:33:14.788Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4872026-06-25T00:33:14.872Z Compiling terminal_size v0.4.4
4882026-06-25T00:33:14.987Z Compiling rand v0.10.1
4892026-06-25T00:33:15.026Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4902026-06-25T00:33:15.064Z Compiling socket2 v0.6.4
4912026-06-25T00:33:15.109Z Compiling tracing v0.1.44
4922026-06-25T00:33:15.142Z Compiling oxnet v0.1.6
4932026-06-25T00:33:15.175Z Compiling colored v3.1.1
4942026-06-25T00:33:15.278Z Compiling ingot-types v0.1.2
4952026-06-25T00:33:15.431Z Compiling clap_builder v4.6.0
4962026-06-25T00:33:15.483Z Compiling clap_derive v4.6.1
4972026-06-25T00:33:15.631Z Compiling ingot v0.1.1
4982026-06-25T00:33:15.687Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4992026-06-25T00:33:17.163Z Compiling clap v4.6.1
5002026-06-25T00:33:17.257Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5012026-06-25T00:33:19.523Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5022026-06-25T00:33:20.819Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5032026-06-25T00:33:25.873Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.86s
5042026-06-25T00:33:25.902ZBuilding xde (dev).
5052026-06-25T00:33:26.133Z 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)
5062026-06-25T00:33:26.133Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5072026-06-25T00:33:26.133Z Compiling proc-macro2 v1.0.106
5082026-06-25T00:33:26.133Z Compiling unicode-ident v1.0.24
5092026-06-25T00:33:26.133Z Compiling quote v1.0.45
5102026-06-25T00:33:26.137Z Compiling ident_case v1.0.1
5112026-06-25T00:33:26.137Z Compiling strsim v0.11.1
5122026-06-25T00:33:26.137Z Compiling serde_core v1.0.228
5132026-06-25T00:33:26.254Z Compiling memchr v2.8.2
5142026-06-25T00:33:26.258Z Compiling fnv v1.0.7
5152026-06-25T00:33:26.339Z Compiling regex-syntax v0.8.11
5162026-06-25T00:33:26.517Z Compiling thiserror v2.0.18
5172026-06-25T00:33:26.528Z Compiling either v1.16.0
5182026-06-25T00:33:26.549Z Compiling serde v1.0.228
5192026-06-25T00:33:26.657Z Compiling aho-corasick v1.1.4
5202026-06-25T00:33:26.724Z Compiling zerocopy v0.8.52
5212026-06-25T00:33:26.928Z Compiling itertools v0.14.0
5222026-06-25T00:33:27.083Z Compiling heapless v0.8.0
5232026-06-25T00:33:27.232Z Compiling syn v2.0.117
5242026-06-25T00:33:27.293Z Compiling smoltcp v0.11.0
5252026-06-25T00:33:27.345Z Compiling crc32fast v1.5.0
5262026-06-25T00:33:27.558Z Compiling ref-cast v1.0.25
5272026-06-25T00:33:27.687Z Compiling version_check v0.9.5
5282026-06-25T00:33:27.764Z Compiling regex-automata v0.4.14
5292026-06-25T00:33:28.057Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5302026-06-25T00:33:29.348Z Compiling regex v1.12.4
5312026-06-25T00:33:29.586Z Compiling darling_core v0.21.3
5322026-06-25T00:33:29.656Z Compiling darling_core v0.23.0
5332026-06-25T00:33:30.520Z Compiling zerocopy-derive v0.8.52
5342026-06-25T00:33:30.520Z Compiling serde_derive v1.0.228
5352026-06-25T00:33:30.523Z Compiling thiserror-impl v2.0.18
5362026-06-25T00:33:30.523Z Compiling ref-cast-impl v1.0.25
5372026-06-25T00:33:30.523Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5382026-06-25T00:33:32.145Z Compiling darling_macro v0.21.3
5392026-06-25T00:33:32.222Z Compiling darling_macro v0.23.0
5402026-06-25T00:33:33.058Z Compiling darling v0.21.3
5412026-06-25T00:33:33.118Z Compiling ingot-macros v0.1.1
5422026-06-25T00:33:33.123Z Compiling darling v0.23.0
5432026-06-25T00:33:33.180Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5442026-06-25T00:33:38.182Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5452026-06-25T00:33:39.989Z Compiling byteorder v1.5.0
5462026-06-25T00:33:39.989Z Compiling stable_deref_trait v1.2.1
5472026-06-25T00:33:39.989Z Compiling macaddr v1.0.1
5482026-06-25T00:33:39.993Z Compiling cfg-if v1.0.4
5492026-06-25T00:33:40.058Z Compiling cobs v0.3.0
5502026-06-25T00:33:40.058Z Compiling managed v0.8.0
5512026-06-25T00:33:40.099Z Compiling bitflags v1.3.2
5522026-06-25T00:33:40.169Z Compiling hash32 v0.3.1
5532026-06-25T00:33:40.331Z Compiling itertools v0.15.0
5542026-06-25T00:33:40.334Z Compiling dyn-clone v1.0.20
5552026-06-25T00:33:40.448Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5562026-06-25T00:33:41.537Z Compiling bitflags v2.13.0
5572026-06-25T00:33:41.537Z Compiling uuid v1.23.3
5582026-06-25T00:33:41.676Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5592026-06-25T00:33:41.950Z Compiling postcard v1.1.3
5602026-06-25T00:33:42.807Z Compiling ingot-types v0.1.2
5612026-06-25T00:33:43.091Z Compiling ingot v0.1.1
5622026-06-25T00:33:44.554Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5632026-06-25T00:33:49.224Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5642026-06-25T00:33:59.580Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5652026-06-25T00:34:09.044Z Finished `dev` profile [optimized + debuginfo] target(s) in 43.09s
5662026-06-25T00:34:09.088ZLinking xde kmod...
5672026-06-25T00:34:10.825ZBuilding xde dev link helper (dev).
5682026-06-25T00:34:10.825Z 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)
5692026-06-25T00:34:10.825Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5702026-06-25T00:34:10.825Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5712026-06-25T00:34:21.613Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5722026-06-25T00:34:23.894Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.46s
5732026-06-25T00:34:23.917Z
5742026-06-25T00:34:23.931Zreal 3:16.704394797
5752026-06-25T00:34:23.931Zuser 9:26.835412954
5762026-06-25T00:34:23.932Zsys 59.041059335
5772026-06-25T00:34:23.932Ztrap 0.237870119
5782026-06-25T00:34:23.932Ztflt 0.951886525
5792026-06-25T00:34:23.932Zdflt 2.046263076
5802026-06-25T00:34:23.932Zkflt 0.011085910
5812026-06-25T00:34:23.932Zlock 36:28.851132930
5822026-06-25T00:34:23.932Zslp 21:50.828267270
5832026-06-25T00:34:23.932Zlat 20.027003890
5842026-06-25T00:34:23.932Zstop 33.817137880
5852026-06-25T00:34:23.932Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5862026-06-25T00:34:23.932Z+ grep GOTPCREL
5872026-06-25T00:34:24.989Z+ header 'package opte'
5882026-06-25T00:34:24.990Z+ echo '# ==== package opte ==== #'
5892026-06-25T00:34:24.996Z# ==== package opte ==== #
5902026-06-25T00:34:24.996Z+ cargo xtask package --skip-build --profile all
5912026-06-25T00:34:25.132Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5922026-06-25T00:34:25.139Z Running `target/debug/xtask package --skip-build --profile all`
5932026-06-25T00:34:25.338Z+ ./clean.sh
5942026-06-25T00:34:25.347Z+ mkdir -p proto/kernel/drv/amd64
5952026-06-25T00:34:25.347Z+ mkdir -p proto/opt/oxide/opte/bin
5962026-06-25T00:34:25.347Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
5972026-06-25T00:34:25.362Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
5982026-06-25T00:34:25.381Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
5992026-06-25T00:34:25.421Z+ cp ../xde/xde.conf proto/kernel/drv/
6002026-06-25T00:34:25.439Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6012026-06-25T00:34:25.439Z+ '[' -z ']'
6022026-06-25T00:34:25.439Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6032026-06-25T00:34:25.459Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6042026-06-25T00:34:25.518Z+ INC_DEBUG=
6052026-06-25T00:34:25.518Z+ typeset -ri TAG=0
6062026-06-25T00:34:25.531Z++ ./print-api-version.sh
6072026-06-25T00:34:25.531Z+ API_VSN=42
6082026-06-25T00:34:25.531Z+ PKG_VERSION=0.42.530-3.0
6092026-06-25T00:34:25.531Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.42.530-3.0/g opte.template.p5m
6102026-06-25T00:34:25.531Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6112026-06-25T00:34:26.001Z+ pkgdepend generate -d proto opte.base.p5m
6122026-06-25T00:34:26.323Z+ mkdir -p packages
6132026-06-25T00:34:26.352Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6142026-06-25T00:34:33.008Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6152026-06-25T00:34:33.013Z+ pkgrepo create packages/repo
6162026-06-25T00:34:33.279Z+ pkgrepo add-publisher -s packages/repo helios
6172026-06-25T00:34:33.457Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6182026-06-25T00:35:05.495Zpkg://helios/driver/network/opte@0.42.530,5.11-3.0:20260625T003432Z
6192026-06-25T00:35:05.495ZPUBLISHED
6202026-06-25T00:35:05.512Z+ pkgrecv -a -d packages/repo/opte-0.42.530-3.0.p5p -s packages/repo -v -m latest '*'
6212026-06-25T00:35:05.708ZRetrieving packages for publisher helios ...
6222026-06-25T00:35:05.715ZRetrieving catalog 'helios' ... Done
6232026-06-25T00:35:05.715ZRetrieving and evaluating 1 package(s)...
6242026-06-25T00:35:05.715ZFetching manifests: 1/1 100% complete
6252026-06-25T00:35:05.716ZFetching manifests: 1/1 100% complete
6262026-06-25T00:35:05.716Z
6272026-06-25T00:35:05.716ZArchiving packages ...
6282026-06-25T00:35:05.716Z Packages to add: 1
6292026-06-25T00:35:05.716Z Files to retrieve: 6
6302026-06-25T00:35:05.717ZEstimated transfer size: 40.60 MB
6312026-06-25T00:35:05.717Z
6322026-06-25T00:35:05.717ZPackages to archive:
6332026-06-25T00:35:05.717Zdriver/network/opte@0.42.530,5.11-3.0:20260625T003432Z
6342026-06-25T00:35:05.717Z
6352026-06-25T00:35:05.717ZDownload: 0/6 items 0.0/40.6MB 0% complete
6362026-06-25T00:35:05.760ZDownload: Completed 40.60 MB in 0.07 seconds (552M/s)
6372026-06-25T00:35:05.767ZArchiving: 1/20 items 0.0/40.6MB 0% complete
6382026-06-25T00:35:05.776ZArchiving: Completed 40.64 MB in 0.02 seconds
6392026-06-25T00:35:05.815ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.42.530-3.0.p5p.
6402026-06-25T00:35:05.825Z+ banner copy
6412026-06-25T00:35:05.825Z
6422026-06-25T00:35:05.825Z #### #### ##### # #
6432026-06-25T00:35:05.825Z # # # # # # # #
6442026-06-25T00:35:05.826Z # # # # # #
6452026-06-25T00:35:05.826Z # # # ##### #
6462026-06-25T00:35:05.826Z # # # # # #
6472026-06-25T00:35:05.826Z #### #### # #
6482026-06-25T00:35:05.826Z
6492026-06-25T00:35:05.826Z+ pfexec mkdir -p /out
6502026-06-25T00:35:05.843Z+ pfexec chown 12345 /out
6512026-06-25T00:35:05.843Z+ PKG_NAME=/out/opte.p5p
6522026-06-25T00:35:05.852Z+ mv pkg/packages/repo/opte-0.42.530-3.0.p5p /out/opte.p5p
6532026-06-25T00:35:05.866Z+ sha256sum /out/opte.p5p
6542026-06-25T00:35:05.890Zprocess exited: duration 253249 ms, exit code 0
 
6552026-06-25T00:35:05.916Zfound 2 output files
6562026-06-25T00:35:05.916Zuploading: /out/opte.p5p (42618880 bytes)
6572026-06-25T00:35:07.431Zuploaded: /out/opte.p5p
6582026-06-25T00:35:07.460Zuploading: /out/opte.p5p.sha256 (80 bytes)
6592026-06-25T00:35:08.751Zuploaded: /out/opte.p5p.sha256