01KS31TKBB0ESGSB2958Z715JX: 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: 01KS31VHMWFVMXAG969TAR8QQZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T16:01:21.355Zjob assigned to worker 01KS31W3STPJTYBFCR705A0GQZ [factory aws, i-0660e21b20b919222] (queued for 1 m 4 s)
 
22026-05-20T16:01:28.304Zstarting task 0: "setup"
32026-05-20T16:01:28.310Z++ uname -s
42026-05-20T16:01:28.313Z+ kern=SunOS
52026-05-20T16:01:28.313Z+ build_user=build
62026-05-20T16:01:28.313Z+ build_uid=12345
72026-05-20T16:01:28.313Z+ work_dir=/work
82026-05-20T16:01:28.313Z+ input_dir=/input
92026-05-20T16:01:28.313Z+ [[ 0 == 12345 ]]
102026-05-20T16:01:28.313Z+ case "$kern" in
112026-05-20T16:01:28.313Z+ groupadd -g 12345 build
122026-05-20T16:01:28.324Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T16:01:30.329Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T16:01:30.376Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T16:01:30.378Z+ home_fs=zfs
162026-05-20T16:01:30.379Z+ [[ zfs == autofs ]]
172026-05-20T16:01:30.379Z+ mkdir -p /home/build
182026-05-20T16:01:30.379Z+ chown build:build /home/build /work
192026-05-20T16:01:32.380Z+ chmod 0700 /home/build /work
202026-05-20T16:01:32.383Zprocess exited: duration 4076 ms, exit code 0
 
212026-05-20T16:01:32.389Zstarting task 1: "rust-toolchain"
222026-05-20T16:01:32.392Z * rust toolchain channel = "1.95.0"
232026-05-20T16:01:32.392Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
242026-05-20T16:01:32.393Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-20T16:01:32.393Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T16:01:32.393Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T16:01:32.393Z * rust toolchain profile = "default"
282026-05-20T16:01:32.397Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T16:01:32.397Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-20T16:01:32.503Zinfo: downloading installer
312026-05-20T16:01:34.026Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T16:01:34.026Zwarn: /home/build/.rustup/settings.toml
332026-05-20T16:01:34.026Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T16:01:34.026Zwarn: instead of the one inferred from the default host triple.
352026-05-20T16:01:34.037Zinfo: profile set to default
362026-05-20T16:01:34.037Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T16:01:34.037Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-20T16:01:34.120Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-20T16:01:34.123Zinfo: downloading 6 components
402026-05-20T16:01:48.656Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-20T16:01:48.656Z
422026-05-20T16:01:48.696Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-20T16:01:48.696Z
442026-05-20T16:01:48.696Z
452026-05-20T16:01:48.696ZRust is installed now. Great!
462026-05-20T16:01:48.696Z
472026-05-20T16:01:48.696ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T16:01:48.696Zenvironment variable. This has not been done automatically.
492026-05-20T16:01:48.696Z
502026-05-20T16:01:48.696ZTo configure your current shell, you need to source
512026-05-20T16:01:48.696Zthe corresponding env file under $HOME/.cargo.
522026-05-20T16:01:48.696Z
532026-05-20T16:01:48.696ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T16:01:48.701Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T16:01:48.701Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T16:01:48.701Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T16:01:48.701Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T16:01:48.701Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T16:01:48.701Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T16:01:48.701Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T16:01:48.701Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T16:01:48.781Z+ rustup --version
632026-05-20T16:01:48.790Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T16:01:48.794Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T16:01:48.811Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-20T16:01:48.814Z+ cargo --version
672026-05-20T16:01:48.828Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-20T16:01:48.831Z+ rustc --version
692026-05-20T16:01:48.850Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-20T16:01:48.861Zprocess exited: duration 16462 ms, exit code 0
 
712026-05-20T16:01:48.869Zstarting task 2: "authentication"
722026-05-20T16:01:48.886Zprocess exited: duration 16 ms, exit code 0
 
732026-05-20T16:01:48.893Zstarting task 3: "clone repository"
742026-05-20T16:01:48.897Z+ mkdir -p /work/oxidecomputer/opte
752026-05-20T16:01:48.901Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-20T16:01:48.939ZCloning into '/work/oxidecomputer/opte'...
772026-05-20T16:01:49.827Z+ cd /work/oxidecomputer/opte
782026-05-20T16:01:49.827Z+ git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
792026-05-20T16:01:50.080ZFrom https://github.com/oxidecomputer/opte
802026-05-20T16:01:50.080Z * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD
812026-05-20T16:01:50.084Z+ [[ -n eviction-policy ]]
822026-05-20T16:01:50.088Z++ git branch --show-current
832026-05-20T16:01:50.088Z+ current=master
842026-05-20T16:01:50.088Z+ [[ master != eviction-policy ]]
852026-05-20T16:01:50.088Z+ git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
862026-05-20T16:01:50.092Z+ git checkout -f eviction-policy
872026-05-20T16:01:50.106ZSwitched to branch 'eviction-policy'
882026-05-20T16:01:50.109Z+ git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
892026-05-20T16:01:50.113ZHEAD is now at 1df13fe Comment.
902026-05-20T16:01:50.113Zprocess exited: duration 1219 ms, exit code 0
 
912026-05-20T16:01:50.119Zstarting task 4: "build"
922026-05-20T16:01:50.123Z+ source .github/buildomat/common.sh
932026-05-20T16:01:50.123Z++ rustup show active-toolchain
942026-05-20T16:01:50.129Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-20T16:01:50.132Z++ pushd xde
962026-05-20T16:01:50.132Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-20T16:01:50.132Z++ rustup show active-toolchain
982026-05-20T16:01:50.136Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-20T16:01:50.271Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-20T16:01:50.274Zinfo: downloading 6 components
1012026-05-20T16:02:04.250Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-20T16:02:04.344Z+++ rustup show active-toolchain -v
1032026-05-20T16:02:04.348Z+++ head -n 1
1042026-05-20T16:02:04.348Z+++ cut '-d ' -f1
1052026-05-20T16:02:04.399Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-20T16:02:04.399Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-20T16:02:04.399Z++ popd
1082026-05-20T16:02:04.403Z/work/oxidecomputer/opte
1092026-05-20T16:02:04.403Z+ TGT_BASE=/work
1102026-05-20T16:02:04.403Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-05-20T16:02:04.403Z+ REL_TGT=/work/release
1122026-05-20T16:02:04.403Z+ mkdir -p /work/release
1132026-05-20T16:02:04.403Z+ cargo --version
1142026-05-20T16:02:04.411Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1152026-05-20T16:02:04.434Z+ rustc --version
1162026-05-20T16:02:04.441Zrustc 1.95.0 (59807616e 2026-04-14)
1172026-05-20T16:02:04.441Z+ header 'build xde and opteadm (release+debug)'
1182026-05-20T16:02:04.441Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-05-20T16:02:04.441Z# ==== build xde and opteadm (release+debug) ==== #
1202026-05-20T16:02:04.441Z+ ptime -m cargo xtask build --profile all
1212026-05-20T16:02:04.549Z Updating crates.io index
1222026-05-20T16:02:04.594Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-05-20T16:02:05.261Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-05-20T16:02:05.896Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-20T16:02:06.275Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-20T16:02:06.751Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-05-20T16:02:07.042Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-05-20T16:02:07.357Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-20T16:02:09.545Z Downloading crates ...
1302026-05-20T16:02:09.607Z Downloaded anyhow v1.0.102
1312026-05-20T16:02:09.611Z Downloaded itoa v1.0.18
1322026-05-20T16:02:09.614Z Downloaded colorchoice v1.0.5
1332026-05-20T16:02:09.614Z Downloaded cargo-platform v0.3.3
1342026-05-20T16:02:09.617Z Downloaded serde_spanned v1.1.1
1352026-05-20T16:02:09.621Z Downloaded anstyle v1.0.14
1362026-05-20T16:02:09.624Z Downloaded semver v1.0.28
1372026-05-20T16:02:09.624Z Downloaded is_terminal_polyfill v1.70.2
1382026-05-20T16:02:09.628Z Downloaded indexmap v2.14.0
1392026-05-20T16:02:09.644Z Downloaded syn v2.0.117
1402026-05-20T16:02:09.650Z Downloaded clap_derive v4.6.1
1412026-05-20T16:02:09.654Z Downloaded proc-macro2 v1.0.106
1422026-05-20T16:02:09.657Z Downloaded toml_writer v1.1.1+spec-1.1.0
1432026-05-20T16:02:09.657Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1442026-05-20T16:02:09.660Z Downloaded serde_core v1.0.228
1452026-05-20T16:02:09.660Z Downloaded quote v1.0.45
1462026-05-20T16:02:09.667Z Downloaded unicode-ident v1.0.24
1472026-05-20T16:02:09.671Z Downloaded toml v1.1.2+spec-1.1.0
1482026-05-20T16:02:09.675Z Downloaded clap v4.6.1
1492026-05-20T16:02:09.683Z Downloaded utf8parse v0.2.2
1502026-05-20T16:02:09.686Z Downloaded clap_lex v1.1.0
1512026-05-20T16:02:09.689Z Downloaded terminal_size v0.4.4
1522026-05-20T16:02:09.692Z Downloaded equivalent v1.0.2
1532026-05-20T16:02:09.692Z Downloaded errno v0.3.14
1542026-05-20T16:02:09.692Z Downloaded anstyle-query v1.1.5
1552026-05-20T16:02:09.697Z Downloaded zmij v1.0.21
1562026-05-20T16:02:09.700Z Downloaded thiserror v2.0.18
1572026-05-20T16:02:09.704Z Downloaded strsim v0.11.1
1582026-05-20T16:02:09.707Z Downloaded heck v0.5.0
1592026-05-20T16:02:09.707Z Downloaded thiserror-impl v2.0.18
1602026-05-20T16:02:09.707Z Downloaded cargo_metadata v0.23.1
1612026-05-20T16:02:09.719Z Downloaded anstream v1.0.0
1622026-05-20T16:02:09.731Z Downloaded toml_parser v1.1.2+spec-1.1.0
1632026-05-20T16:02:09.735Z Downloaded anstyle-parse v1.0.0
1642026-05-20T16:02:09.735Z Downloaded camino v1.2.2
1652026-05-20T16:02:09.735Z Downloaded bitflags v2.11.1
1662026-05-20T16:02:09.739Z Downloaded serde v1.0.228
1672026-05-20T16:02:09.742Z Downloaded memchr v2.8.0
1682026-05-20T16:02:09.746Z Downloaded serde_derive v1.0.228
1692026-05-20T16:02:09.761Z Downloaded serde_json v1.0.149
1702026-05-20T16:02:09.765Z Downloaded hashbrown v0.17.0
1712026-05-20T16:02:09.768Z Downloaded clap_builder v4.6.0
1722026-05-20T16:02:09.779Z Downloaded winnow v1.0.2
1732026-05-20T16:02:09.803Z Downloaded rustix v1.1.4
1742026-05-20T16:02:09.838Z Downloaded libc v0.2.186
1752026-05-20T16:02:09.883Z Compiling proc-macro2 v1.0.106
1762026-05-20T16:02:09.883Z Compiling serde_core v1.0.228
1772026-05-20T16:02:09.883Z Compiling unicode-ident v1.0.24
1782026-05-20T16:02:09.887Z Compiling quote v1.0.45
1792026-05-20T16:02:09.887Z Compiling libc v0.2.186
1802026-05-20T16:02:09.887Z Compiling rustix v1.1.4
1812026-05-20T16:02:09.887Z Compiling utf8parse v0.2.2
1822026-05-20T16:02:09.887Z Compiling bitflags v2.11.1
1832026-05-20T16:02:10.062Z Compiling zmij v1.0.21
1842026-05-20T16:02:10.077Z Compiling anstyle-parse v1.0.0
1852026-05-20T16:02:10.272Z Compiling colorchoice v1.0.5
1862026-05-20T16:02:10.369Z Compiling serde v1.0.228
1872026-05-20T16:02:10.373Z Compiling is_terminal_polyfill v1.70.2
1882026-05-20T16:02:10.445Z Compiling camino v1.2.2
1892026-05-20T16:02:10.564Z Compiling anstyle-query v1.1.5
1902026-05-20T16:02:10.569Z Compiling serde_json v1.0.149
1912026-05-20T16:02:10.656Z Compiling thiserror v2.0.18
1922026-05-20T16:02:10.668Z Compiling anstyle v1.0.14
1932026-05-20T16:02:10.799Z Compiling winnow v1.0.2
1942026-05-20T16:02:10.805Z Compiling anyhow v1.0.102
1952026-05-20T16:02:10.901Z Compiling errno v0.3.14
1962026-05-20T16:02:10.926Z Compiling anstream v1.0.0
1972026-05-20T16:02:11.114Z Compiling itoa v1.0.18
1982026-05-20T16:02:11.131Z Compiling memchr v2.8.0
1992026-05-20T16:02:11.264Z Compiling heck v0.5.0
2002026-05-20T16:02:11.372Z Compiling clap_lex v1.1.0
2012026-05-20T16:02:11.382Z Compiling strsim v0.11.1
2022026-05-20T16:02:11.450Z Compiling syn v2.0.117
2032026-05-20T16:02:11.454Z Compiling terminal_size v0.4.4
2042026-05-20T16:02:11.599Z Compiling clap_builder v4.6.0
2052026-05-20T16:02:11.651Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-05-20T16:02:11.756Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-05-20T16:02:12.400Z Compiling serde_spanned v1.1.1
2082026-05-20T16:02:12.466Z Compiling semver v1.0.28
2092026-05-20T16:02:12.557Z Compiling cargo-platform v0.3.3
2102026-05-20T16:02:12.906Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-05-20T16:02:13.128Z Compiling toml v1.1.2+spec-1.1.0
2122026-05-20T16:02:13.779Z Compiling serde_derive v1.0.228
2132026-05-20T16:02:14.067Z Compiling thiserror-impl v2.0.18
2142026-05-20T16:02:14.334Z Compiling clap_derive v4.6.1
2152026-05-20T16:02:15.955Z Compiling clap v4.6.1
2162026-05-20T16:02:16.796Z Compiling cargo_metadata v0.23.1
2172026-05-20T16:02:19.252Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-05-20T16:02:20.830Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.37s
2192026-05-20T16:02:20.921Z Running `target/debug/xtask build --profile all`
2202026-05-20T16:02:22.469ZBuilding opteadm (release).
2212026-05-20T16:02:22.563Z Compiling proc-macro2 v1.0.106
2222026-05-20T16:02:22.563Z Compiling quote v1.0.45
2232026-05-20T16:02:22.563Z Compiling unicode-ident v1.0.24
2242026-05-20T16:02:22.563Z Compiling serde_core v1.0.228
2252026-05-20T16:02:22.577Z Compiling libc v0.2.186
2262026-05-20T16:02:22.577Z Compiling cfg-if v1.0.4
2272026-05-20T16:02:22.578Z Compiling thiserror v2.0.18
2282026-05-20T16:02:22.578Z Compiling memchr v2.8.0
2292026-05-20T16:02:22.636Z Compiling fnv v1.0.7
2302026-05-20T16:02:22.681Z Compiling strsim v0.11.1
2312026-05-20T16:02:22.717Z Compiling ident_case v1.0.1
2322026-05-20T16:02:22.821Z Compiling regex-syntax v0.8.10
2332026-05-20T16:02:22.889Z Compiling serde v1.0.228
2342026-05-20T16:02:22.954Z Compiling hashbrown v0.17.0
2352026-05-20T16:02:23.080Z Compiling aho-corasick v1.1.4
2362026-05-20T16:02:23.119Z Compiling anyhow v1.0.102
2372026-05-20T16:02:23.206Z Compiling zerocopy v0.8.48
2382026-05-20T16:02:23.325Z Compiling either v1.15.0
2392026-05-20T16:02:23.445Z Compiling equivalent v1.0.2
2402026-05-20T16:02:23.505Z Compiling winnow v1.0.2
2412026-05-20T16:02:23.512Z Compiling indexmap v2.14.0
2422026-05-20T16:02:23.612Z Compiling itertools v0.14.0
2432026-05-20T16:02:23.712Z Compiling syn v2.0.117
2442026-05-20T16:02:23.770Z Compiling heapless v0.8.0
2452026-05-20T16:02:24.097Z Compiling byteorder v1.5.0
2462026-05-20T16:02:24.108Z Compiling toml_datetime v1.1.1+spec-1.1.0
2472026-05-20T16:02:24.795Z Compiling hash32 v0.3.1
2482026-05-20T16:02:24.834Z Compiling regex-automata v0.4.14
2492026-05-20T16:02:24.834Z Compiling toml_parser v1.1.2+spec-1.1.0
2502026-05-20T16:02:24.834Z Compiling syn v1.0.109
2512026-05-20T16:02:24.834Z Compiling macaddr v1.0.1
2522026-05-20T16:02:24.834Z Compiling bitflags v2.11.1
2532026-05-20T16:02:24.834Z Compiling toml_edit v0.25.11+spec-1.1.0
2542026-05-20T16:02:24.834Z Compiling stable_deref_trait v1.2.1
2552026-05-20T16:02:24.834Z Compiling smoltcp v0.11.0
2562026-05-20T16:02:24.847Z Compiling rustversion v1.0.22
2572026-05-20T16:02:24.855Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-05-20T16:02:26.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2592026-05-20T16:02:26.144Z Compiling getrandom v0.4.2
2602026-05-20T16:02:26.144Z Compiling version_check v0.9.5
2612026-05-20T16:02:26.144Z Compiling ref-cast v1.0.25
2622026-05-20T16:02:26.144Z Compiling managed v0.8.0
2632026-05-20T16:02:26.144Z Compiling proc-macro-crate v3.5.0
2642026-05-20T16:02:26.144Z Compiling bitflags v1.3.2
2652026-05-20T16:02:26.144Z Compiling rand_core v0.10.1
2662026-05-20T16:02:26.144Z Compiling rustix v1.1.4
2672026-05-20T16:02:26.144Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-05-20T16:02:26.144Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-05-20T16:02:26.144Z Compiling errno v0.3.14
2702026-05-20T16:02:26.144Z Compiling regex v1.12.3
2712026-05-20T16:02:26.144Z Compiling cpufeatures v0.3.0
2722026-05-20T16:02:26.144Z Compiling unicode-width v0.2.2
2732026-05-20T16:02:26.145Z Compiling foreign-types-shared v0.3.1
2742026-05-20T16:02:26.245Z Compiling darling_core v0.21.3
2752026-05-20T16:02:26.264Z Compiling once_cell v1.21.4
2762026-05-20T16:02:26.395Z Compiling ipnetwork v0.21.1
2772026-05-20T16:02:26.474Z Compiling utf8parse v0.2.2
2782026-05-20T16:02:26.566Z Compiling anstyle-parse v1.0.0
2792026-05-20T16:02:26.722Z Compiling tracing-core v0.1.36
2802026-05-20T16:02:26.741Z Compiling cstr-argument v0.1.2
2812026-05-20T16:02:26.746Z Compiling tabwriter v1.4.1
2822026-05-20T16:02:26.752Z Compiling chacha20 v0.10.0
2832026-05-20T16:02:27.424Z Compiling thiserror-impl v2.0.18
2842026-05-20T16:02:27.464Z Compiling zerocopy-derive v0.8.48
2852026-05-20T16:02:27.583Z Compiling serde_derive v1.0.228
2862026-05-20T16:02:27.645Z Compiling ref-cast-impl v1.0.25
2872026-05-20T16:02:27.715Z Compiling num_enum_derive v0.7.6
2882026-05-20T16:02:28.227Z Compiling foreign-types-macros v0.2.3
2892026-05-20T16:02:28.288Z Compiling darling_macro v0.21.3
2902026-05-20T16:02:28.325Z Compiling tracing-attributes v0.1.31
2912026-05-20T16:02:28.713Z Compiling cobs v0.3.0
2922026-05-20T16:02:28.719Z Compiling num_enum v0.7.6
2932026-05-20T16:02:28.818Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2942026-05-20T16:02:28.850Z Compiling darling v0.21.3
2952026-05-20T16:02:28.854Z Compiling foreign-types v0.5.0
2962026-05-20T16:02:28.921Z Compiling ingot-macros v0.1.1
2972026-05-20T16:02:28.925Z Compiling is_terminal_polyfill v1.70.2
2982026-05-20T16:02:28.925Z Compiling pin-project-lite v0.2.17
2992026-05-20T16:02:28.990Z Compiling pretty-hex v0.4.2
3002026-05-20T16:02:28.990Z Compiling colorchoice v1.0.5
3012026-05-20T16:02:28.996Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3022026-05-20T16:02:29.086Z Compiling dyn-clone v1.0.20
3032026-05-20T16:02:29.108Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3042026-05-20T16:02:29.212Z Compiling anstyle v1.0.14
3052026-05-20T16:02:29.302Z Compiling anstyle-query v1.1.5
3062026-05-20T16:02:29.342Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3072026-05-20T16:02:29.389Z Compiling anstream v1.0.0
3082026-05-20T16:02:29.444Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-05-20T16:02:29.465Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-20T16:02:29.538Z Compiling tracing v0.1.44
3112026-05-20T16:02:29.763Z Compiling terminal_size v0.4.4
3122026-05-20T16:02:29.797Z Compiling rand v0.10.1
3132026-05-20T16:02:29.806Z Compiling uuid v1.23.1
3142026-05-20T16:02:29.842Z Compiling socket2 v0.6.3
3152026-05-20T16:02:30.183Z Compiling heck v0.5.0
3162026-05-20T16:02:30.394Z Compiling clap_lex v1.1.0
3172026-05-20T16:02:30.398Z Compiling oxnet v0.1.5
3182026-05-20T16:02:30.532Z Compiling colored v3.1.1
3192026-05-20T16:02:30.556Z Compiling clap_builder v4.6.0
3202026-05-20T16:02:30.641Z Compiling postcard v1.1.3
3212026-05-20T16:02:30.659Z Compiling clap_derive v4.6.1
3222026-05-20T16:02:30.744Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-05-20T16:02:31.970Z Compiling ingot-types v0.1.2
3242026-05-20T16:02:32.225Z Compiling ingot v0.1.1
3252026-05-20T16:02:32.388Z Compiling clap v4.6.1
3262026-05-20T16:02:33.855Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-20T16:02:34.842Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-05-20T16:02:35.865Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-05-20T16:02:42.378Z Finished `release` profile [optimized + debuginfo] target(s) in 19.90s
3302026-05-20T16:02:42.406ZBuilding xde (release-lto).
3312026-05-20T16:02:42.654Z Updating crates.io index
3322026-05-20T16:02:42.747Z Downloading crates ...
3332026-05-20T16:02:42.791Z Downloaded adler2 v2.0.1
3342026-05-20T16:02:42.799Z Downloaded foldhash v0.2.0
3352026-05-20T16:02:42.805Z Downloaded addr2line v0.25.1
3362026-05-20T16:02:42.810Z Downloaded rustc-literal-escaper v0.0.7
3372026-05-20T16:02:42.821Z Downloaded getopts v0.2.24
3382026-05-20T16:02:42.832Z Downloaded rustc-demangle v0.1.27
3392026-05-20T16:02:42.840Z Downloaded miniz_oxide v0.8.9
3402026-05-20T16:02:42.864Z Downloaded memchr v2.7.6
3412026-05-20T16:02:42.872Z Downloaded hashbrown v0.16.1
3422026-05-20T16:02:42.902Z Downloaded gimli v0.32.3
3432026-05-20T16:02:42.911Z Downloaded object v0.37.3
3442026-05-20T16:02:42.943Z Downloaded libc v0.2.183
3452026-05-20T16:02:43.002Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3462026-05-20T16:02:43.002Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3472026-05-20T16:02:43.002Z Compiling proc-macro2 v1.0.106
3482026-05-20T16:02:43.006Z Compiling quote v1.0.45
3492026-05-20T16:02:43.006Z Compiling unicode-ident v1.0.24
3502026-05-20T16:02:43.006Z Compiling strsim v0.11.1
3512026-05-20T16:02:43.006Z Compiling ident_case v1.0.1
3522026-05-20T16:02:43.006Z Compiling serde_core v1.0.228
3532026-05-20T16:02:43.167Z Compiling fnv v1.0.7
3542026-05-20T16:02:43.172Z Compiling memchr v2.8.0
3552026-05-20T16:02:43.345Z Compiling regex-syntax v0.8.10
3562026-05-20T16:02:45.494Z Compiling zerocopy v0.8.48
3572026-05-20T16:02:45.494Z Compiling either v1.15.0
3582026-05-20T16:02:45.494Z Compiling serde v1.0.228
3592026-05-20T16:02:45.494Z Compiling aho-corasick v1.1.4
3602026-05-20T16:02:45.494Z Compiling thiserror v2.0.18
3612026-05-20T16:02:45.494Z Compiling itertools v0.14.0
3622026-05-20T16:02:45.494Z Compiling heapless v0.8.0
3632026-05-20T16:02:45.494Z Compiling syn v2.0.117
3642026-05-20T16:02:45.494Z Compiling smoltcp v0.11.0
3652026-05-20T16:02:45.494Z Compiling ref-cast v1.0.25
3662026-05-20T16:02:45.494Z Compiling version_check v0.9.5
3672026-05-20T16:02:45.494Z Compiling crc32fast v1.5.0
3682026-05-20T16:02:45.494Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-05-20T16:02:45.494Z Compiling regex-automata v0.4.14
3702026-05-20T16:02:46.192Z Compiling regex v1.12.3
3712026-05-20T16:02:46.438Z Compiling darling_core v0.21.3
3722026-05-20T16:02:46.481Z Compiling darling_core v0.23.0
3732026-05-20T16:02:47.352Z Compiling zerocopy-derive v0.8.48
3742026-05-20T16:02:47.352Z Compiling thiserror-impl v2.0.18
3752026-05-20T16:02:47.352Z Compiling serde_derive v1.0.228
3762026-05-20T16:02:47.355Z Compiling ref-cast-impl v1.0.25
3772026-05-20T16:02:47.355Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-05-20T16:02:48.850Z Compiling darling_macro v0.21.3
3792026-05-20T16:02:49.078Z Compiling darling_macro v0.23.0
3802026-05-20T16:02:49.755Z Compiling darling v0.21.3
3812026-05-20T16:02:49.820Z Compiling ingot-macros v0.1.1
3822026-05-20T16:02:49.960Z Compiling darling v0.23.0
3832026-05-20T16:02:50.024Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3842026-05-20T16:02:54.909Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3852026-05-20T16:02:56.976Z Compiling byteorder v1.5.0
3862026-05-20T16:02:56.976Z Compiling cfg-if v1.0.4
3872026-05-20T16:02:56.979Z Compiling macaddr v1.0.1
3882026-05-20T16:02:56.979Z Compiling stable_deref_trait v1.2.1
3892026-05-20T16:02:57.036Z Compiling bitflags v1.3.2
3902026-05-20T16:02:57.043Z Compiling cobs v0.3.0
3912026-05-20T16:02:57.073Z Compiling managed v0.8.0
3922026-05-20T16:02:57.164Z Compiling hash32 v0.3.1
3932026-05-20T16:02:57.315Z Compiling dyn-clone v1.0.20
3942026-05-20T16:02:57.338Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-05-20T16:02:58.571Z Compiling bitflags v2.11.1
3962026-05-20T16:02:58.571Z Compiling uuid v1.23.1
3972026-05-20T16:02:58.710Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-20T16:02:59.000Z Compiling postcard v1.1.3
3992026-05-20T16:02:59.808Z Compiling ingot-types v0.1.2
4002026-05-20T16:03:00.121Z Compiling ingot v0.1.1
4012026-05-20T16:03:01.607Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-05-20T16:03:05.367Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-05-20T16:03:14.085Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-05-20T16:03:43.649Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
4052026-05-20T16:03:43.675ZLinking xde kmod...
4062026-05-20T16:03:44.279ZBuilding xde dev link helper (release).
4072026-05-20T16:03:44.434Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-05-20T16:03:44.434Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-05-20T16:03:44.434Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-05-20T16:03:55.340Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-05-20T16:03:57.703Z Finished `release` profile [optimized + debuginfo] target(s) in 13.40s
4122026-05-20T16:03:57.733ZBuilding opteadm (dev).
4132026-05-20T16:03:57.883Z Compiling serde_core v1.0.228
4142026-05-20T16:03:57.883Z Compiling libc v0.2.186
4152026-05-20T16:03:57.883Z Compiling cfg-if v1.0.4
4162026-05-20T16:03:57.886Z Compiling memchr v2.8.0
4172026-05-20T16:03:57.886Z Compiling strsim v0.11.1
4182026-05-20T16:03:57.886Z Compiling ident_case v1.0.1
4192026-05-20T16:03:57.886Z Compiling fnv v1.0.7
4202026-05-20T16:03:57.907Z Compiling syn v2.0.117
4212026-05-20T16:03:57.958Z Compiling regex-syntax v0.8.10
4222026-05-20T16:03:57.980Z Compiling zerocopy v0.8.48
4232026-05-20T16:03:57.997Z Compiling hashbrown v0.17.0
4242026-05-20T16:03:58.176Z Compiling serde v1.0.228
4252026-05-20T16:03:58.354Z Compiling aho-corasick v1.1.4
4262026-05-20T16:03:58.439Z Compiling equivalent v1.0.2
4272026-05-20T16:03:58.485Z Compiling either v1.15.0
4282026-05-20T16:03:58.509Z Compiling winnow v1.0.2
4292026-05-20T16:03:58.523Z Compiling indexmap v2.14.0
4302026-05-20T16:03:58.642Z Compiling itertools v0.14.0
4312026-05-20T16:03:58.733Z Compiling byteorder v1.5.0
4322026-05-20T16:03:58.901Z Compiling heapless v0.8.0
4332026-05-20T16:03:59.099Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-05-20T16:03:59.310Z Compiling hash32 v0.3.1
4352026-05-20T16:03:59.339Z Compiling regex-automata v0.4.14
4362026-05-20T16:03:59.459Z Compiling toml_parser v1.1.2+spec-1.1.0
4372026-05-20T16:03:59.507Z Compiling rustversion v1.0.22
4382026-05-20T16:03:59.717Z Compiling smoltcp v0.11.0
4392026-05-20T16:03:59.825Z Compiling bitflags v2.11.1
4402026-05-20T16:03:59.850Z Compiling toml_edit v0.25.11+spec-1.1.0
4412026-05-20T16:03:59.944Z Compiling syn v1.0.109
4422026-05-20T16:03:59.992Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4432026-05-20T16:04:00.039Z Compiling stable_deref_trait v1.2.1
4442026-05-20T16:04:00.049Z Compiling macaddr v1.0.1
4452026-05-20T16:04:00.272Z Compiling ref-cast v1.0.25
4462026-05-20T16:04:00.275Z Compiling rand_core v0.10.1
4472026-05-20T16:04:00.291Z Compiling version_check v0.9.5
4482026-05-20T16:04:00.295Z Compiling getrandom v0.4.2
4492026-05-20T16:04:00.417Z Compiling darling_core v0.21.3
4502026-05-20T16:04:00.523Z Compiling proc-macro-crate v3.5.0
4512026-05-20T16:04:00.546Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4522026-05-20T16:04:00.549Z Compiling bitflags v1.3.2
4532026-05-20T16:04:00.574Z Compiling managed v0.8.0
4542026-05-20T16:04:00.647Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-05-20T16:04:00.884Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-05-20T16:04:00.926Z Compiling errno v0.3.14
4572026-05-20T16:04:01.094Z Compiling regex v1.12.3
4582026-05-20T16:04:01.353Z Compiling ipnetwork v0.21.1
4592026-05-20T16:04:01.480Z Compiling unicode-width v0.2.2
4602026-05-20T16:04:01.494Z Compiling cpufeatures v0.3.0
4612026-05-20T16:04:01.543Z Compiling thiserror-impl v2.0.18
4622026-05-20T16:04:01.556Z Compiling serde_derive v1.0.228
4632026-05-20T16:04:01.773Z Compiling zerocopy-derive v0.8.48
4642026-05-20T16:04:01.886Z Compiling num_enum_derive v0.7.6
4652026-05-20T16:04:01.924Z Compiling foreign-types-macros v0.2.3
4662026-05-20T16:04:02.550Z Compiling ref-cast-impl v1.0.25
4672026-05-20T16:04:02.565Z Compiling darling_macro v0.21.3
4682026-05-20T16:04:02.805Z Compiling thiserror v2.0.18
4692026-05-20T16:04:02.876Z Compiling cobs v0.3.0
4702026-05-20T16:04:02.900Z Compiling once_cell v1.21.4
4712026-05-20T16:04:03.125Z Compiling darling v0.21.3
4722026-05-20T16:04:03.141Z Compiling foreign-types-shared v0.3.1
4732026-05-20T16:04:03.191Z Compiling ingot-macros v0.1.1
4742026-05-20T16:04:03.218Z Compiling foreign-types v0.5.0
4752026-05-20T16:04:03.240Z Compiling tracing-core v0.1.36
4762026-05-20T16:04:03.284Z Compiling num_enum v0.7.6
4772026-05-20T16:04:03.391Z Compiling tabwriter v1.4.1
4782026-05-20T16:04:03.802Z Compiling cstr-argument v0.1.2
4792026-05-20T16:04:03.970Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4802026-05-20T16:04:04.044Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4812026-05-20T16:04:04.303Z Compiling tracing-attributes v0.1.31
4822026-05-20T16:04:04.533Z Compiling chacha20 v0.10.0
4832026-05-20T16:04:04.533Z Compiling rustix v1.1.4
4842026-05-20T16:04:04.871Z Compiling postcard v1.1.3
4852026-05-20T16:04:04.939Z Compiling anyhow v1.0.102
4862026-05-20T16:04:05.000Z Compiling dyn-clone v1.0.20
4872026-05-20T16:04:05.135Z Compiling pin-project-lite v0.2.17
4882026-05-20T16:04:05.158Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4892026-05-20T16:04:05.163Z Compiling pretty-hex v0.4.2
4902026-05-20T16:04:05.219Z Compiling terminal_size v0.4.4
4912026-05-20T16:04:05.280Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4922026-05-20T16:04:05.362Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-05-20T16:04:05.381Z Compiling rand v0.10.1
4942026-05-20T16:04:05.487Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4952026-05-20T16:04:05.504Z Compiling tracing v0.1.44
4962026-05-20T16:04:05.508Z Compiling uuid v1.23.1
4972026-05-20T16:04:05.601Z Compiling socket2 v0.6.3
4982026-05-20T16:04:05.839Z Compiling oxnet v0.1.5
4992026-05-20T16:04:05.844Z Compiling colored v3.1.1
5002026-05-20T16:04:05.862Z Compiling clap_builder v4.6.0
5012026-05-20T16:04:06.071Z Compiling ingot-types v0.1.2
5022026-05-20T16:04:06.180Z Compiling clap_derive v4.6.1
5032026-05-20T16:04:06.317Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-05-20T16:04:06.466Z Compiling ingot v0.1.1
5052026-05-20T16:04:07.528Z Compiling clap v4.6.1
5062026-05-20T16:04:08.233Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-05-20T16:04:10.404Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-05-20T16:04:11.563Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-05-20T16:04:15.943Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.20s
5102026-05-20T16:04:15.969ZBuilding xde (dev).
5112026-05-20T16:04:16.202Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-05-20T16:04:16.203Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-05-20T16:04:16.203Z Compiling proc-macro2 v1.0.106
5142026-05-20T16:04:16.203Z Compiling quote v1.0.45
5152026-05-20T16:04:16.206Z Compiling unicode-ident v1.0.24
5162026-05-20T16:04:16.206Z Compiling ident_case v1.0.1
5172026-05-20T16:04:16.206Z Compiling strsim v0.11.1
5182026-05-20T16:04:16.206Z Compiling serde_core v1.0.228
5192026-05-20T16:04:16.320Z Compiling fnv v1.0.7
5202026-05-20T16:04:16.328Z Compiling memchr v2.8.0
5212026-05-20T16:04:16.404Z Compiling regex-syntax v0.8.10
5222026-05-20T16:04:16.577Z Compiling serde v1.0.228
5232026-05-20T16:04:16.587Z Compiling either v1.15.0
5242026-05-20T16:04:16.587Z Compiling zerocopy v0.8.48
5252026-05-20T16:04:16.714Z Compiling aho-corasick v1.1.4
5262026-05-20T16:04:16.773Z Compiling thiserror v2.0.18
5272026-05-20T16:04:17.023Z Compiling itertools v0.14.0
5282026-05-20T16:04:17.028Z Compiling heapless v0.8.0
5292026-05-20T16:04:17.372Z Compiling syn v2.0.117
5302026-05-20T16:04:17.417Z Compiling smoltcp v0.11.0
5312026-05-20T16:04:17.434Z Compiling version_check v0.9.5
5322026-05-20T16:04:17.501Z Compiling crc32fast v1.5.0
5332026-05-20T16:04:17.800Z Compiling ref-cast v1.0.25
5342026-05-20T16:04:17.846Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5352026-05-20T16:04:17.876Z Compiling regex-automata v0.4.14
5362026-05-20T16:04:19.397Z Compiling regex v1.12.3
5372026-05-20T16:04:19.658Z Compiling darling_core v0.21.3
5382026-05-20T16:04:19.728Z Compiling darling_core v0.23.0
5392026-05-20T16:04:20.574Z Compiling zerocopy-derive v0.8.48
5402026-05-20T16:04:20.574Z Compiling serde_derive v1.0.228
5412026-05-20T16:04:20.574Z Compiling thiserror-impl v2.0.18
5422026-05-20T16:04:20.574Z Compiling ref-cast-impl v1.0.25
5432026-05-20T16:04:20.578Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-05-20T16:04:22.182Z Compiling darling_macro v0.23.0
5452026-05-20T16:04:22.339Z Compiling darling_macro v0.21.3
5462026-05-20T16:04:23.108Z Compiling darling v0.23.0
5472026-05-20T16:04:23.174Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5482026-05-20T16:04:23.269Z Compiling darling v0.21.3
5492026-05-20T16:04:23.335Z Compiling ingot-macros v0.1.1
5502026-05-20T16:04:27.713Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-05-20T16:04:29.431Z Compiling byteorder v1.5.0
5522026-05-20T16:04:29.431Z Compiling cfg-if v1.0.4
5532026-05-20T16:04:29.431Z Compiling macaddr v1.0.1
5542026-05-20T16:04:29.435Z Compiling stable_deref_trait v1.2.1
5552026-05-20T16:04:29.495Z Compiling managed v0.8.0
5562026-05-20T16:04:29.502Z Compiling cobs v0.3.0
5572026-05-20T16:04:29.538Z Compiling bitflags v1.3.2
5582026-05-20T16:04:29.608Z Compiling hash32 v0.3.1
5592026-05-20T16:04:29.778Z Compiling dyn-clone v1.0.20
5602026-05-20T16:04:29.874Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-05-20T16:04:30.964Z Compiling bitflags v2.11.1
5622026-05-20T16:04:30.964Z Compiling uuid v1.23.1
5632026-05-20T16:04:31.097Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-05-20T16:04:31.409Z Compiling postcard v1.1.3
5652026-05-20T16:04:32.174Z Compiling ingot-types v0.1.2
5662026-05-20T16:04:32.459Z Compiling ingot v0.1.1
5672026-05-20T16:04:33.871Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-05-20T16:04:38.184Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-05-20T16:04:48.511Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-05-20T16:04:56.784Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.78s
5712026-05-20T16:04:56.807ZLinking xde kmod...
5722026-05-20T16:04:58.014ZBuilding xde dev link helper (dev).
5732026-05-20T16:04:58.177Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5742026-05-20T16:04:58.177Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5752026-05-20T16:04:58.177Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-05-20T16:05:08.706Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5772026-05-20T16:05:10.886Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.84s
5782026-05-20T16:05:10.910Z
5792026-05-20T16:05:10.910Zreal 3:06.459762744
5802026-05-20T16:05:10.910Zuser 8:57.760997538
5812026-05-20T16:05:10.910Zsys 58.301858311
5822026-05-20T16:05:10.910Ztrap 0.231666702
5832026-05-20T16:05:10.910Ztflt 0.859157289
5842026-05-20T16:05:10.910Zdflt 2.085892387
5852026-05-20T16:05:10.910Zkflt 0.009044650
5862026-05-20T16:05:10.910Zlock 30:18.754941950
5872026-05-20T16:05:10.914Zslp 21:02.434138762
5882026-05-20T16:05:10.914Zlat 21.569816097
5892026-05-20T16:05:10.914Zstop 29.324861465
5902026-05-20T16:05:10.914Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-05-20T16:05:10.914Z+ grep GOTPCREL
5922026-05-20T16:05:11.882Z+ header 'package opte'
5932026-05-20T16:05:11.883Z+ echo '# ==== package opte ==== #'
5942026-05-20T16:05:11.883Z# ==== package opte ==== #
5952026-05-20T16:05:11.883Z+ cargo xtask package --skip-build --profile all
5962026-05-20T16:05:12.025Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-05-20T16:05:12.030Z Running `target/debug/xtask package --skip-build --profile all`
5982026-05-20T16:05:12.242Z+ ./clean.sh
5992026-05-20T16:05:12.249Z+ mkdir -p proto/kernel/drv/amd64
6002026-05-20T16:05:12.253Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-05-20T16:05:12.253Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-05-20T16:05:12.253Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-05-20T16:05:12.276Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-05-20T16:05:12.302Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-05-20T16:05:12.306Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-05-20T16:05:12.306Z+ '[' -z ']'
6072026-05-20T16:05:12.306Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-05-20T16:05:12.328Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-05-20T16:05:12.400Z+ INC_DEBUG=
6102026-05-20T16:05:12.400Z+ typeset -ri TAG=0
6112026-05-20T16:05:12.404Z++ ./print-api-version.sh
6122026-05-20T16:05:12.407Z+ API_VSN=40
6132026-05-20T16:05:12.407Z+ PKG_VERSION=0.40.486-3.0
6142026-05-20T16:05:12.408Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.486-3.0/g opte.template.p5m
6152026-05-20T16:05:12.411Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-05-20T16:05:13.494Z+ pkgdepend generate -d proto opte.base.p5m
6172026-05-20T16:05:13.831Z+ mkdir -p packages
6182026-05-20T16:05:13.835Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-05-20T16:05:21.561Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-05-20T16:05:21.564Z+ pkgrepo create packages/repo
6212026-05-20T16:05:21.781Z+ pkgrepo add-publisher -s packages/repo helios
6222026-05-20T16:05:21.989Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-05-20T16:05:51.332Zpkg://helios/driver/network/opte@0.40.486,5.11-3.0:20260520T160521Z
6242026-05-20T16:05:51.333ZPUBLISHED
6252026-05-20T16:05:51.371Z+ pkgrecv -a -d packages/repo/opte-0.40.486-3.0.p5p -s packages/repo -v -m latest '*'
6262026-05-20T16:05:51.562ZRetrieving packages for publisher helios ...
6272026-05-20T16:05:51.567ZRetrieving catalog 'helios' ... Done
6282026-05-20T16:05:51.567ZRetrieving and evaluating 1 package(s)...
6292026-05-20T16:05:51.568ZFetching manifests: 1/1 100% complete
6302026-05-20T16:05:51.568ZFetching manifests: 1/1 100% complete
6312026-05-20T16:05:51.568Z
6322026-05-20T16:05:51.568ZArchiving packages ...
6332026-05-20T16:05:51.568Z Packages to add: 1
6342026-05-20T16:05:51.568Z Files to retrieve: 6
6352026-05-20T16:05:51.568ZEstimated transfer size: 37.03 MB
6362026-05-20T16:05:51.568Z
6372026-05-20T16:05:51.568ZPackages to archive:
6382026-05-20T16:05:51.568Zdriver/network/opte@0.40.486,5.11-3.0:20260520T160521Z
6392026-05-20T16:05:51.568Z
6402026-05-20T16:05:51.568ZDownload: 0/6 items 0.0/37.0MB 0% complete
6412026-05-20T16:05:51.634ZDownload: Completed 37.03 MB in 0.07 seconds (547M/s)
6422026-05-20T16:05:51.638ZArchiving: 1/19 items 0.0/37.1MB 0% complete
6432026-05-20T16:05:51.650ZArchiving: Completed 37.07 MB in 0.01 seconds
6442026-05-20T16:05:51.692ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.486-3.0.p5p.
6452026-05-20T16:05:51.696Z+ banner copy
6462026-05-20T16:05:51.700Z
6472026-05-20T16:05:51.701Z #### #### ##### # #
6482026-05-20T16:05:51.701Z # # # # # # # #
6492026-05-20T16:05:51.701Z # # # # # #
6502026-05-20T16:05:51.701Z # # # ##### #
6512026-05-20T16:05:51.701Z # # # # # #
6522026-05-20T16:05:51.701Z #### #### # #
6532026-05-20T16:05:51.701Z
6542026-05-20T16:05:51.701Z+ pfexec mkdir -p /out
6552026-05-20T16:05:51.701Z+ pfexec chown 12345 /out
6562026-05-20T16:05:51.705Z+ PKG_NAME=/out/opte.p5p
6572026-05-20T16:05:51.705Z+ mv pkg/packages/repo/opte-0.40.486-3.0.p5p /out/opte.p5p
6582026-05-20T16:05:51.729Z+ sha256sum /out/opte.p5p
6592026-05-20T16:05:51.754Zprocess exited: duration 241633 ms, exit code 0
 
6602026-05-20T16:05:51.769Zfound 2 output files
6612026-05-20T16:05:51.769Zuploading: /out/opte.p5p (38871040 bytes)
6622026-05-20T16:05:53.073Zuploaded: /out/opte.p5p
6632026-05-20T16:05:53.079Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-05-20T16:05:54.084Zuploaded: /out/opte.p5p.sha256