01KXZH2N1K9M96BH8HAN06PCNM: 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: 01KXZH37YZ0GYR0DZAVRC1MRNG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:29:09.568Zjob assigned to worker 01KXZH3GVHMVK12EAVHGE0RSRT [factory aws, i-02e4d9f13215020fa] (queued for 1 m 0 s)
 
22026-07-20T10:29:16.360Zstarting task 0: "setup"
32026-07-20T10:29:16.364Z++ uname -s
42026-07-20T10:29:16.367Z+ kern=SunOS
52026-07-20T10:29:16.367Z+ build_user=build
62026-07-20T10:29:16.367Z+ build_uid=12345
72026-07-20T10:29:16.367Z+ work_dir=/work
82026-07-20T10:29:16.367Z+ input_dir=/input
92026-07-20T10:29:16.367Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:16.367Z+ case "$kern" in
112026-07-20T10:29:16.367Z+ groupadd -g 12345 build
122026-07-20T10:29:16.371Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:29:18.373Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:29:18.484Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:29:18.487Z+ home_fs=zfs
162026-07-20T10:29:18.487Z+ [[ zfs == autofs ]]
172026-07-20T10:29:18.487Z+ mkdir -p /home/build
182026-07-20T10:29:18.487Z+ chown build:build /home/build /work
192026-07-20T10:29:20.489Z+ chmod 0700 /home/build /work
202026-07-20T10:29:20.492Zprocess exited: duration 4131 ms, exit code 0
 
212026-07-20T10:29:20.497Zstarting task 1: "rust-toolchain"
222026-07-20T10:29:20.500Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:29:20.500Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T10:29:20.500Z * rust toolchain channel = "1.96.1"
252026-07-20T10:29:20.501Z * rust toolchain profile = "default"
262026-07-20T10:29:20.501Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:29:20.501Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:29:20.503Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:29:20.503Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:29:20.604Zinfo: downloading installer
312026-07-20T10:29:21.886Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:29:21.886Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:29:21.886Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:29:21.886Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:29:21.898Zinfo: profile set to default
362026-07-20T10:29:21.898Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:29:21.901Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:29:22.026Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:29:22.029Zinfo: downloading 6 components
402026-07-20T10:29:36.744Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:29:36.744Z
422026-07-20T10:29:36.773Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:29:36.773Z
442026-07-20T10:29:36.776Z
452026-07-20T10:29:36.776ZRust is installed now. Great!
462026-07-20T10:29:36.776Z
472026-07-20T10:29:36.776ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:29:36.776Zenvironment variable. This has not been done automatically.
492026-07-20T10:29:36.776Z
502026-07-20T10:29:36.776ZTo configure your current shell, you need to source
512026-07-20T10:29:36.776Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:29:36.776Z
532026-07-20T10:29:36.776ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:29:36.776Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:29:36.776Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:29:36.776Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:29:36.776Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:29:36.776Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:29:36.776Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:29:36.776Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:29:36.776Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:29:36.879Z+ rustup --version
632026-07-20T10:29:36.888Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:29:36.890Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:29:36.911Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:29:36.914Z+ cargo --version
672026-07-20T10:29:36.929Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:29:36.931Z+ rustc --version
692026-07-20T10:29:36.951Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:29:36.954Zprocess exited: duration 16457 ms, exit code 0
 
712026-07-20T10:29:36.959Zstarting task 2: "authentication"
722026-07-20T10:29:36.975Zprocess exited: duration 15 ms, exit code 0
 
732026-07-20T10:29:36.980Zstarting task 3: "clone repository"
742026-07-20T10:29:36.983Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:29:36.986Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:29:37.016ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:29:37.894Z+ cd /work/oxidecomputer/opte
782026-07-20T10:29:37.894Z+ git fetch origin 2571d9323c72b0d6d59ae719a8c235eeb081e2db
792026-07-20T10:29:38.130ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:29:38.130Z * branch 2571d9323c72b0d6d59ae719a8c235eeb081e2db -> FETCH_HEAD
812026-07-20T10:29:38.136Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
822026-07-20T10:29:38.139Z++ git branch --show-current
832026-07-20T10:29:38.139Z+ current=master
842026-07-20T10:29:38.139Z+ [[ master != renovate/anyhow-1.x-lockfile ]]
852026-07-20T10:29:38.139Z+ git branch -f renovate/anyhow-1.x-lockfile 2571d9323c72b0d6d59ae719a8c235eeb081e2db
862026-07-20T10:29:38.141Z+ git checkout -f renovate/anyhow-1.x-lockfile
872026-07-20T10:29:38.157ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
882026-07-20T10:29:38.160Z+ git reset --hard 2571d9323c72b0d6d59ae719a8c235eeb081e2db
892026-07-20T10:29:38.174ZHEAD is now at 2571d93 Update Rust crate anyhow to v1.0.104
902026-07-20T10:29:38.177Zprocess exited: duration 1194 ms, exit code 0
 
912026-07-20T10:29:38.182Zstarting task 4: "build"
922026-07-20T10:29:38.186Z+ source .github/buildomat/common.sh
932026-07-20T10:29:38.188Z++ rustup show active-toolchain
942026-07-20T10:29:38.191Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:29:38.194Z++ pushd xde
962026-07-20T10:29:38.194Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:29:38.194Z++ rustup show active-toolchain
982026-07-20T10:29:38.197Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:29:38.336Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:29:38.338Zinfo: downloading 6 components
1012026-07-20T10:29:51.371Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:29:51.463Z+++ rustup show active-toolchain -v
1032026-07-20T10:29:51.465Z+++ head -n 1
1042026-07-20T10:29:51.465Z+++ cut '-d ' -f1
1052026-07-20T10:29:51.546Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:29:51.547Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:29:51.547Z++ popd
1082026-07-20T10:29:51.551Z/work/oxidecomputer/opte
1092026-07-20T10:29:51.551Z+ TGT_BASE=/work
1102026-07-20T10:29:51.552Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-07-20T10:29:51.552Z+ REL_TGT=/work/release
1122026-07-20T10:29:51.552Z+ mkdir -p /work/release
1132026-07-20T10:29:51.552Z+ cargo --version
1142026-07-20T10:29:51.552Zcargo 1.96.1 (356927216 2026-06-26)
1152026-07-20T10:29:51.552Z+ rustc --version
1162026-07-20T10:29:51.557Zrustc 1.96.1 (31fca3adb 2026-06-26)
1172026-07-20T10:29:51.562Z+ header 'build xde and opteadm (release+debug)'
1182026-07-20T10:29:51.562Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-07-20T10:29:51.562Z# ==== build xde and opteadm (release+debug) ==== #
1202026-07-20T10:29:51.562Z+ ptime -m cargo xtask build --profile all
1212026-07-20T10:29:51.661Z Updating crates.io index
1222026-07-20T10:29:51.665Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-07-20T10:29:52.304Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-07-20T10:29:52.659Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-07-20T10:29:53.003Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-07-20T10:29:53.235Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-07-20T10:29:53.457Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-07-20T10:29:53.689Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-07-20T10:29:55.251Z Downloading crates ...
1302026-07-20T10:29:55.304Z Downloaded clap v4.6.1
1312026-07-20T10:29:55.309Z Downloaded anstream v1.0.0
1322026-07-20T10:29:55.312Z Downloaded errno v0.3.14
1332026-07-20T10:29:55.315Z Downloaded colorchoice v1.0.5
1342026-07-20T10:29:55.317Z Downloaded clap_lex v1.1.0
1352026-07-20T10:29:55.317Z Downloaded strsim v0.11.1
1362026-07-20T10:29:55.321Z Downloaded heck v0.5.0
1372026-07-20T10:29:55.324Z Downloaded cargo-platform v0.3.3
1382026-07-20T10:29:55.326Z Downloaded terminal_size v0.4.4
1392026-07-20T10:29:55.329Z Downloaded utf8parse v0.2.2
1402026-07-20T10:29:55.334Z Downloaded is_terminal_polyfill v1.70.2
1412026-07-20T10:29:55.337Z Downloaded anstyle-query v1.1.5
1422026-07-20T10:29:55.337Z Downloaded equivalent v1.0.2
1432026-07-20T10:29:55.340Z Downloaded serde_spanned v1.1.1
1442026-07-20T10:29:55.345Z Downloaded itoa v1.0.18
1452026-07-20T10:29:55.348Z Downloaded anstyle-parse v1.0.0
1462026-07-20T10:29:55.350Z Downloaded cargo_metadata v0.23.1
1472026-07-20T10:29:55.350Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1482026-07-20T10:29:55.354Z Downloaded anstyle v1.0.14
1492026-07-20T10:29:55.356Z Downloaded quote v1.0.46
1502026-07-20T10:29:55.360Z Downloaded toml_writer v1.1.1+spec-1.1.0
1512026-07-20T10:29:55.363Z Downloaded zmij v1.0.22
1522026-07-20T10:29:55.371Z Downloaded thiserror-impl v2.0.18
1532026-07-20T10:29:55.374Z Downloaded semver v1.0.28
1542026-07-20T10:29:55.374Z Downloaded clap_derive v4.6.1
1552026-07-20T10:29:55.376Z Downloaded camino v1.2.4
1562026-07-20T10:29:55.377Z Downloaded toml_parser v1.1.2+spec-1.1.0
1572026-07-20T10:29:55.379Z Downloaded thiserror v2.0.18
1582026-07-20T10:29:55.382Z Downloaded anyhow v1.0.104
1592026-07-20T10:29:55.387Z Downloaded serde_core v1.0.228
1602026-07-20T10:29:55.391Z Downloaded bitflags v2.13.0
1612026-07-20T10:29:55.395Z Downloaded toml v1.1.2+spec-1.1.0
1622026-07-20T10:29:55.397Z Downloaded unicode-ident v1.0.24
1632026-07-20T10:29:55.400Z Downloaded serde_derive v1.0.228
1642026-07-20T10:29:55.402Z Downloaded proc-macro2 v1.0.106
1652026-07-20T10:29:55.420Z Downloaded serde v1.0.228
1662026-07-20T10:29:55.426Z Downloaded memchr v2.8.3
1672026-07-20T10:29:55.429Z Downloaded indexmap v2.14.0
1682026-07-20T10:29:55.449Z Downloaded serde_json v1.0.150
1692026-07-20T10:29:55.453Z Downloaded clap_builder v4.6.0
1702026-07-20T10:29:55.456Z Downloaded hashbrown v0.17.1
1712026-07-20T10:29:55.459Z Downloaded winnow v1.0.3
1722026-07-20T10:29:55.480Z Downloaded syn v2.0.118
1732026-07-20T10:29:55.495Z Downloaded rustix v1.1.4
1742026-07-20T10:29:55.517Z Downloaded libc v0.2.186
1752026-07-20T10:29:55.566Z Compiling proc-macro2 v1.0.106
1762026-07-20T10:29:55.566Z Compiling serde_core v1.0.228
1772026-07-20T10:29:55.566Z Compiling quote v1.0.46
1782026-07-20T10:29:55.568Z Compiling unicode-ident v1.0.24
1792026-07-20T10:29:55.568Z Compiling libc v0.2.186
1802026-07-20T10:29:55.568Z Compiling rustix v1.1.4
1812026-07-20T10:29:55.568Z Compiling bitflags v2.13.0
1822026-07-20T10:29:55.568Z Compiling zmij v1.0.22
1832026-07-20T10:29:55.771Z Compiling utf8parse v0.2.2
1842026-07-20T10:29:55.871Z Compiling anstyle-parse v1.0.0
1852026-07-20T10:29:56.037Z Compiling anstyle v1.0.14
1862026-07-20T10:29:56.053Z Compiling thiserror v2.0.18
1872026-07-20T10:29:56.083Z Compiling serde v1.0.228
1882026-07-20T10:29:56.089Z Compiling anstyle-query v1.1.5
1892026-07-20T10:29:56.183Z Compiling is_terminal_polyfill v1.70.2
1902026-07-20T10:29:56.189Z Compiling camino v1.2.4
1912026-07-20T10:29:56.265Z Compiling colorchoice v1.0.5
1922026-07-20T10:29:56.303Z Compiling serde_json v1.0.150
1932026-07-20T10:29:56.379Z Compiling errno v0.3.14
1942026-07-20T10:29:56.417Z Compiling anstream v1.0.0
1952026-07-20T10:29:56.551Z Compiling anyhow v1.0.104
1962026-07-20T10:29:56.567Z Compiling itoa v1.0.18
1972026-07-20T10:29:56.578Z Compiling strsim v0.11.1
1982026-07-20T10:29:56.841Z Compiling memchr v2.8.3
1992026-07-20T10:29:56.871Z Compiling winnow v1.0.3
2002026-07-20T10:29:56.878Z Compiling clap_lex v1.1.0
2012026-07-20T10:29:56.944Z Compiling heck v0.5.0
2022026-07-20T10:29:57.081Z Compiling syn v2.0.118
2032026-07-20T10:29:57.138Z Compiling terminal_size v0.4.4
2042026-07-20T10:29:57.287Z Compiling clap_builder v4.6.0
2052026-07-20T10:29:57.294Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-07-20T10:29:57.497Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-07-20T10:29:57.934Z Compiling toml_datetime v1.1.1+spec-1.1.0
2082026-07-20T10:29:58.068Z Compiling semver v1.0.28
2092026-07-20T10:29:58.409Z Compiling serde_spanned v1.1.1
2102026-07-20T10:29:58.435Z Compiling cargo-platform v0.3.3
2112026-07-20T10:29:58.561Z Compiling toml v1.1.2+spec-1.1.0
2122026-07-20T10:29:59.123Z Compiling serde_derive v1.0.228
2132026-07-20T10:29:59.123Z Compiling thiserror-impl v2.0.18
2142026-07-20T10:29:59.123Z Compiling clap_derive v4.6.1
2152026-07-20T10:30:00.803Z Compiling clap v4.6.1
2162026-07-20T10:30:02.341Z Compiling cargo_metadata v0.23.1
2172026-07-20T10:30:04.840Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-07-20T10:30:06.443Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.87s
2192026-07-20T10:30:06.519Z Running `target/debug/xtask build --profile all`
2202026-07-20T10:30:08.034ZBuilding opteadm (release).
2212026-07-20T10:30:08.123Z Compiling proc-macro2 v1.0.106
2222026-07-20T10:30:08.123Z Compiling unicode-ident v1.0.24
2232026-07-20T10:30:08.123Z Compiling quote v1.0.46
2242026-07-20T10:30:08.123Z Compiling serde_core v1.0.228
2252026-07-20T10:30:08.127Z Compiling libc v0.2.186
2262026-07-20T10:30:08.127Z Compiling cfg-if v1.0.4
2272026-07-20T10:30:08.127Z Compiling memchr v2.8.3
2282026-07-20T10:30:08.127Z Compiling thiserror v2.0.18
2292026-07-20T10:30:08.195Z Compiling strsim v0.11.1
2302026-07-20T10:30:08.238Z Compiling ident_case v1.0.1
2312026-07-20T10:30:08.340Z Compiling fnv v1.0.7
2322026-07-20T10:30:08.422Z Compiling regex-syntax v0.8.11
2332026-07-20T10:30:08.444Z Compiling anyhow v1.0.104
2342026-07-20T10:30:08.458Z Compiling hashbrown v0.17.1
2352026-07-20T10:30:08.626Z Compiling aho-corasick v1.1.4
2362026-07-20T10:30:08.658Z Compiling winnow v1.0.3
2372026-07-20T10:30:08.747Z Compiling equivalent v1.0.2
2382026-07-20T10:30:08.820Z Compiling either v1.16.0
2392026-07-20T10:30:08.854Z Compiling zerocopy v0.8.54
2402026-07-20T10:30:09.009Z Compiling serde v1.0.228
2412026-07-20T10:30:09.026Z Compiling itertools v0.14.0
2422026-07-20T10:30:09.280Z Compiling indexmap v2.14.0
2432026-07-20T10:30:09.351Z Compiling byteorder v1.5.0
2442026-07-20T10:30:09.470Z Compiling syn v2.0.118
2452026-07-20T10:30:09.528Z Compiling heapless v0.8.0
2462026-07-20T10:30:09.669Z Compiling toml_parser v1.1.2+spec-1.1.0
2472026-07-20T10:30:09.824Z Compiling toml_datetime v1.1.1+spec-1.1.0
2482026-07-20T10:30:09.880Z Compiling regex-automata v0.4.15
2492026-07-20T10:30:10.121Z Compiling toml_edit v0.25.12+spec-1.1.0
2502026-07-20T10:30:10.164Z Compiling hash32 v0.3.1
2512026-07-20T10:30:10.287Z Compiling bitflags v2.13.0
2522026-07-20T10:30:10.294Z Compiling stable_deref_trait v1.2.1
2532026-07-20T10:30:10.298Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2542026-07-20T10:30:10.357Z Compiling smoltcp v0.11.0
2552026-07-20T10:30:10.391Z Compiling syn v1.0.109
2562026-07-20T10:30:10.531Z Compiling rustversion v1.0.23
2572026-07-20T10:30:10.546Z Compiling macaddr v1.0.1
2582026-07-20T10:30:10.673Z Compiling proc-macro-crate v3.5.0
2592026-07-20T10:30:10.741Z Compiling rand_core v0.10.1
2602026-07-20T10:30:10.744Z Compiling managed v0.8.0
2612026-07-20T10:30:10.888Z Compiling bitflags v1.3.2
2622026-07-20T10:30:10.908Z Compiling getrandom v0.4.3
2632026-07-20T10:30:10.951Z Compiling rustix v1.1.4
2642026-07-20T10:30:10.978Z Compiling version_check v0.9.5
2652026-07-20T10:30:11.051Z Compiling ref-cast v1.0.25
2662026-07-20T10:30:11.083Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2672026-07-20T10:30:11.230Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-07-20T10:30:11.393Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-07-20T10:30:11.460Z Compiling errno v0.3.14
2702026-07-20T10:30:11.478Z Compiling once_cell v1.21.4
2712026-07-20T10:30:11.602Z Compiling cpufeatures v0.3.0
2722026-07-20T10:30:11.664Z Compiling regex v1.13.0
2732026-07-20T10:30:11.747Z Compiling foreign-types-shared v0.3.1
2742026-07-20T10:30:11.794Z Compiling unicode-width v0.2.2
2752026-07-20T10:30:11.825Z Compiling ipnetwork v0.21.1
2762026-07-20T10:30:12.058Z Compiling utf8parse v0.2.2
2772026-07-20T10:30:12.085Z Compiling tabwriter v1.4.1
2782026-07-20T10:30:12.153Z Compiling darling_core v0.21.3
2792026-07-20T10:30:12.195Z Compiling anstyle-parse v1.0.0
2802026-07-20T10:30:12.386Z Compiling cstr-argument v0.1.2
2812026-07-20T10:30:12.410Z Compiling chacha20 v0.10.1
2822026-07-20T10:30:12.458Z Compiling tracing-core v0.1.36
2832026-07-20T10:30:12.963Z Compiling is_terminal_polyfill v1.70.2
2842026-07-20T10:30:13.040Z Compiling anstyle v1.0.14
2852026-07-20T10:30:13.045Z Compiling dyn-clone v1.0.20
2862026-07-20T10:30:13.177Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2872026-07-20T10:30:13.281Z Compiling pretty-hex v0.4.2
2882026-07-20T10:30:13.285Z Compiling pin-project-lite v0.2.17
2892026-07-20T10:30:13.324Z Compiling thiserror-impl v2.0.18
2902026-07-20T10:30:13.351Z Compiling serde_derive v1.0.228
2912026-07-20T10:30:13.363Z Compiling zerocopy-derive v0.8.54
2922026-07-20T10:30:13.392Z Compiling foreign-types-macros v0.2.3
2932026-07-20T10:30:13.395Z Compiling num_enum_derive v0.7.6
2942026-07-20T10:30:13.904Z Compiling ref-cast-impl v1.0.25
2952026-07-20T10:30:14.007Z Compiling foreign-types v0.5.0
2962026-07-20T10:30:14.073Z Compiling tracing-attributes v0.1.31
2972026-07-20T10:30:14.221Z Compiling darling_macro v0.21.3
2982026-07-20T10:30:14.362Z Compiling num_enum v0.7.6
2992026-07-20T10:30:14.471Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3002026-07-20T10:30:14.571Z Compiling anstyle-query v1.1.5
3012026-07-20T10:30:14.602Z Compiling cobs v0.3.0
3022026-07-20T10:30:14.629Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3032026-07-20T10:30:14.659Z Compiling colorchoice v1.0.5
3042026-07-20T10:30:14.759Z Compiling anstream v1.0.0
3052026-07-20T10:30:14.763Z Compiling darling v0.21.3
3062026-07-20T10:30:14.803Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-07-20T10:30:14.825Z Compiling ingot-macros v0.1.1
3082026-07-20T10:30:14.948Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-07-20T10:30:15.070Z Compiling terminal_size v0.4.4
3102026-07-20T10:30:15.191Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3112026-07-20T10:30:15.294Z Compiling rand v0.10.2
3122026-07-20T10:30:15.297Z Compiling tracing v0.1.44
3132026-07-20T10:30:15.297Z Compiling uuid v1.23.5
3142026-07-20T10:30:15.494Z Compiling socket2 v0.6.4
3152026-07-20T10:30:15.711Z Compiling heck v0.5.0
3162026-07-20T10:30:15.769Z Compiling colored v3.1.1
3172026-07-20T10:30:15.897Z Compiling oxnet v0.1.6
3182026-07-20T10:30:16.050Z Compiling clap_lex v1.1.0
3192026-07-20T10:30:16.199Z Compiling clap_builder v4.6.0
3202026-07-20T10:30:16.264Z Compiling clap_derive v4.6.1
3212026-07-20T10:30:16.321Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-07-20T10:30:16.522Z Compiling postcard v1.1.3
3232026-07-20T10:30:17.749Z Compiling ingot-types v0.1.2
3242026-07-20T10:30:17.984Z Compiling clap v4.6.1
3252026-07-20T10:30:18.137Z Compiling ingot v0.1.1
3262026-07-20T10:30:19.789Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-07-20T10:30:20.827Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-07-20T10:30:21.873Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-07-20T10:30:28.417Z Finished `release` profile [optimized + debuginfo] target(s) in 20.38s
3302026-07-20T10:30:28.443ZBuilding xde (release-lto).
3312026-07-20T10:30:28.686Z Updating crates.io index
3322026-07-20T10:30:28.776Z Downloading crates ...
3332026-07-20T10:30:28.814Z Downloaded adler2 v2.0.1
3342026-07-20T10:30:28.821Z Downloaded rustc-literal-escaper v0.0.8
3352026-07-20T10:30:28.823Z Downloaded rustc-demangle v0.1.27
3362026-07-20T10:30:28.826Z Downloaded addr2line v0.25.1
3372026-07-20T10:30:28.834Z Downloaded foldhash v0.2.0
3382026-07-20T10:30:28.837Z Downloaded getopts v0.2.24
3392026-07-20T10:30:28.851Z Downloaded miniz_oxide v0.8.9
3402026-07-20T10:30:28.853Z Downloaded memchr v2.7.6
3412026-07-20T10:30:28.892Z Downloaded gimli v0.32.3
3422026-07-20T10:30:28.896Z Downloaded object v0.37.3
3432026-07-20T10:30:28.923Z Downloaded libc v0.2.185
3442026-07-20T10:30:28.980Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-07-20T10:30:28.980Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-07-20T10:30:28.980Z Compiling proc-macro2 v1.0.106
3472026-07-20T10:30:28.980Z Compiling unicode-ident v1.0.24
3482026-07-20T10:30:28.983Z Compiling quote v1.0.46
3492026-07-20T10:30:28.983Z Compiling ident_case v1.0.1
3502026-07-20T10:30:28.983Z Compiling strsim v0.11.1
3512026-07-20T10:30:28.983Z Compiling serde_core v1.0.228
3522026-07-20T10:30:29.144Z Compiling memchr v2.8.3
3532026-07-20T10:30:29.147Z Compiling fnv v1.0.7
3542026-07-20T10:30:29.234Z Compiling regex-syntax v0.8.11
3552026-07-20T10:30:29.394Z Compiling thiserror v2.0.18
3562026-07-20T10:30:29.403Z Compiling zerocopy v0.8.54
3572026-07-20T10:30:29.416Z Compiling serde v1.0.228
3582026-07-20T10:30:29.536Z Compiling aho-corasick v1.1.4
3592026-07-20T10:30:29.786Z Compiling either v1.16.0
3602026-07-20T10:30:29.821Z Compiling heapless v0.8.0
3612026-07-20T10:30:30.005Z Compiling itertools v0.14.0
3622026-07-20T10:30:30.014Z Compiling smoltcp v0.11.0
3632026-07-20T10:30:30.190Z Compiling syn v2.0.118
3642026-07-20T10:30:30.246Z Compiling ref-cast v1.0.25
3652026-07-20T10:30:30.313Z Compiling crc32fast v1.5.0
3662026-07-20T10:30:30.463Z Compiling version_check v0.9.5
3672026-07-20T10:30:30.716Z Compiling regex-automata v0.4.15
3682026-07-20T10:30:30.785Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-07-20T10:30:32.275Z Compiling regex v1.13.0
3702026-07-20T10:30:32.516Z Compiling darling_core v0.21.3
3712026-07-20T10:30:32.519Z Compiling darling_core v0.23.0
3722026-07-20T10:30:33.464Z Compiling serde_derive v1.0.228
3732026-07-20T10:30:33.464Z Compiling thiserror-impl v2.0.18
3742026-07-20T10:30:33.464Z Compiling zerocopy-derive v0.8.54
3752026-07-20T10:30:33.464Z Compiling ref-cast-impl v1.0.25
3762026-07-20T10:30:33.467Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-07-20T10:30:35.081Z Compiling darling_macro v0.21.3
3782026-07-20T10:30:35.093Z Compiling darling_macro v0.23.0
3792026-07-20T10:30:35.982Z Compiling darling v0.21.3
3802026-07-20T10:30:36.004Z Compiling darling v0.23.0
3812026-07-20T10:30:36.043Z Compiling ingot-macros v0.1.1
3822026-07-20T10:30:36.064Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-07-20T10:30:41.612Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-07-20T10:30:43.743Z Compiling byteorder v1.5.0
3852026-07-20T10:30:43.744Z Compiling macaddr v1.0.1
3862026-07-20T10:30:43.744Z Compiling cfg-if v1.0.4
3872026-07-20T10:30:43.744Z Compiling stable_deref_trait v1.2.1
3882026-07-20T10:30:43.808Z Compiling cobs v0.3.0
3892026-07-20T10:30:43.812Z Compiling bitflags v1.3.2
3902026-07-20T10:30:43.851Z Compiling managed v0.8.0
3912026-07-20T10:30:43.931Z Compiling hash32 v0.3.1
3922026-07-20T10:30:44.055Z Compiling itertools v0.15.0
3932026-07-20T10:30:44.078Z Compiling dyn-clone v1.0.20
3942026-07-20T10:30:44.097Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-07-20T10:30:45.377Z Compiling bitflags v2.13.0
3962026-07-20T10:30:45.377Z Compiling uuid v1.23.5
3972026-07-20T10:30:45.523Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-07-20T10:30:45.815Z Compiling postcard v1.1.3
3992026-07-20T10:30:46.624Z Compiling ingot-types v0.1.2
4002026-07-20T10:30:46.937Z Compiling ingot v0.1.1
4012026-07-20T10:30:48.449Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-07-20T10:30:52.263Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-07-20T10:31:01.039Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-07-20T10:31:30.907Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-07-20T10:31:30.936ZLinking xde kmod...
4062026-07-20T10:31:31.530ZBuilding xde dev link helper (release).
4072026-07-20T10:31:31.683Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-07-20T10:31:31.683Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-07-20T10:31:31.683Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-07-20T10:31:43.232Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-07-20T10:31:45.778Z Finished `release` profile [optimized + debuginfo] target(s) in 14.21s
4122026-07-20T10:31:45.798ZBuilding opteadm (dev).
4132026-07-20T10:31:45.953Z Compiling serde_core v1.0.228
4142026-07-20T10:31:45.953Z Compiling libc v0.2.186
4152026-07-20T10:31:45.953Z Compiling cfg-if v1.0.4
4162026-07-20T10:31:45.953Z Compiling fnv v1.0.7
4172026-07-20T10:31:45.953Z Compiling ident_case v1.0.1
4182026-07-20T10:31:45.956Z Compiling memchr v2.8.3
4192026-07-20T10:31:45.956Z Compiling strsim v0.11.1
4202026-07-20T10:31:45.956Z Compiling syn v2.0.118
4212026-07-20T10:31:46.029Z Compiling regex-syntax v0.8.11
4222026-07-20T10:31:46.055Z Compiling either v1.16.0
4232026-07-20T10:31:46.070Z Compiling equivalent v1.0.2
4242026-07-20T10:31:46.139Z Compiling hashbrown v0.17.1
4252026-07-20T10:31:46.244Z Compiling zerocopy v0.8.54
4262026-07-20T10:31:46.248Z Compiling serde v1.0.228
4272026-07-20T10:31:46.534Z Compiling aho-corasick v1.1.4
4282026-07-20T10:31:46.554Z Compiling winnow v1.0.3
4292026-07-20T10:31:46.665Z Compiling indexmap v2.14.0
4302026-07-20T10:31:46.705Z Compiling itertools v0.14.0
4312026-07-20T10:31:46.722Z Compiling byteorder v1.5.0
4322026-07-20T10:31:46.892Z Compiling heapless v0.8.0
4332026-07-20T10:31:47.186Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-07-20T10:31:47.400Z Compiling hash32 v0.3.1
4352026-07-20T10:31:47.417Z Compiling syn v1.0.109
4362026-07-20T10:31:47.548Z Compiling regex-automata v0.4.15
4372026-07-20T10:31:47.554Z Compiling toml_parser v1.1.2+spec-1.1.0
4382026-07-20T10:31:47.737Z Compiling stable_deref_trait v1.2.1
4392026-07-20T10:31:47.807Z Compiling macaddr v1.0.1
4402026-07-20T10:31:47.913Z Compiling toml_edit v0.25.12+spec-1.1.0
4412026-07-20T10:31:47.913Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4422026-07-20T10:31:48.052Z Compiling bitflags v2.13.0
4432026-07-20T10:31:48.078Z Compiling smoltcp v0.11.0
4442026-07-20T10:31:48.103Z Compiling rustversion v1.0.23
4452026-07-20T10:31:48.206Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4462026-07-20T10:31:48.425Z Compiling version_check v0.9.5
4472026-07-20T10:31:48.429Z Compiling managed v0.8.0
4482026-07-20T10:31:48.492Z Compiling darling_core v0.21.3
4492026-07-20T10:31:48.507Z Compiling proc-macro-crate v3.5.0
4502026-07-20T10:31:48.578Z Compiling getrandom v0.4.3
4512026-07-20T10:31:48.642Z Compiling ref-cast v1.0.25
4522026-07-20T10:31:48.687Z Compiling bitflags v1.3.2
4532026-07-20T10:31:48.753Z Compiling rand_core v0.10.1
4542026-07-20T10:31:48.854Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-07-20T10:31:48.994Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-07-20T10:31:49.096Z Compiling errno v0.3.14
4572026-07-20T10:31:49.265Z Compiling regex v1.13.0
4582026-07-20T10:31:49.622Z Compiling ipnetwork v0.21.1
4592026-07-20T10:31:49.648Z Compiling foreign-types-shared v0.3.1
4602026-07-20T10:31:49.694Z Compiling thiserror-impl v2.0.18
4612026-07-20T10:31:49.727Z Compiling zerocopy-derive v0.8.54
4622026-07-20T10:31:50.149Z Compiling serde_derive v1.0.228
4632026-07-20T10:31:50.199Z Compiling ref-cast-impl v1.0.25
4642026-07-20T10:31:50.576Z Compiling darling_macro v0.21.3
4652026-07-20T10:31:50.708Z Compiling foreign-types-macros v0.2.3
4662026-07-20T10:31:50.803Z Compiling num_enum_derive v0.7.6
4672026-07-20T10:31:50.983Z Compiling thiserror v2.0.18
4682026-07-20T10:31:51.084Z Compiling cobs v0.3.0
4692026-07-20T10:31:51.146Z Compiling darling v0.21.3
4702026-07-20T10:31:51.217Z Compiling ingot-macros v0.1.1
4712026-07-20T10:31:51.341Z Compiling once_cell v1.21.4
4722026-07-20T10:31:51.367Z Compiling cpufeatures v0.3.0
4732026-07-20T10:31:51.431Z Compiling unicode-width v0.2.2
4742026-07-20T10:31:51.576Z Compiling tracing-core v0.1.36
4752026-07-20T10:31:51.742Z Compiling tabwriter v1.4.1
4762026-07-20T10:31:51.826Z Compiling num_enum v0.7.6
4772026-07-20T10:31:51.936Z Compiling chacha20 v0.10.1
4782026-07-20T10:31:52.160Z Compiling foreign-types v0.5.0
4792026-07-20T10:31:52.275Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4802026-07-20T10:31:52.288Z Compiling cstr-argument v0.1.2
4812026-07-20T10:31:52.324Z Compiling tracing-attributes v0.1.31
4822026-07-20T10:31:52.452Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4832026-07-20T10:31:52.762Z Compiling rustix v1.1.4
4842026-07-20T10:31:53.136Z Compiling anyhow v1.0.104
4852026-07-20T10:31:53.240Z Compiling pin-project-lite v0.2.17
4862026-07-20T10:31:53.245Z Compiling dyn-clone v1.0.20
4872026-07-20T10:31:53.327Z Compiling postcard v1.1.3
4882026-07-20T10:31:53.331Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4892026-07-20T10:31:53.398Z Compiling pretty-hex v0.4.2
4902026-07-20T10:31:53.523Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4912026-07-20T10:31:53.542Z Compiling tracing v0.1.44
4922026-07-20T10:31:53.552Z Compiling terminal_size v0.4.4
4932026-07-20T10:31:53.673Z Compiling rand v0.10.2
4942026-07-20T10:31:53.699Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4952026-07-20T10:31:53.731Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-07-20T10:31:53.819Z Compiling uuid v1.23.5
4972026-07-20T10:31:53.846Z Compiling socket2 v0.6.4
4982026-07-20T10:31:53.949Z Compiling oxnet v0.1.6
4992026-07-20T10:31:53.985Z Compiling colored v3.1.1
5002026-07-20T10:31:54.183Z Compiling ingot-types v0.1.2
5012026-07-20T10:31:54.237Z Compiling clap_builder v4.6.0
5022026-07-20T10:31:54.432Z Compiling clap_derive v4.6.1
5032026-07-20T10:31:54.470Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-07-20T10:31:54.587Z Compiling ingot v0.1.1
5052026-07-20T10:31:55.936Z Compiling clap v4.6.1
5062026-07-20T10:31:56.315Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-07-20T10:31:58.664Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-07-20T10:31:59.829Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-07-20T10:32:04.248Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.44s
5102026-07-20T10:32:04.276ZBuilding xde (dev).
5112026-07-20T10:32:04.506Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-07-20T10:32:04.506Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-07-20T10:32:04.506Z Compiling proc-macro2 v1.0.106
5142026-07-20T10:32:04.506Z Compiling unicode-ident v1.0.24
5152026-07-20T10:32:04.508Z Compiling quote v1.0.46
5162026-07-20T10:32:04.508Z Compiling ident_case v1.0.1
5172026-07-20T10:32:04.509Z Compiling strsim v0.11.1
5182026-07-20T10:32:04.527Z Compiling serde_core v1.0.228
5192026-07-20T10:32:04.623Z Compiling memchr v2.8.3
5202026-07-20T10:32:04.627Z Compiling fnv v1.0.7
5212026-07-20T10:32:04.712Z Compiling regex-syntax v0.8.11
5222026-07-20T10:32:04.888Z Compiling thiserror v2.0.18
5232026-07-20T10:32:04.895Z Compiling either v1.16.0
5242026-07-20T10:32:04.913Z Compiling serde v1.0.228
5252026-07-20T10:32:05.044Z Compiling aho-corasick v1.1.4
5262026-07-20T10:32:05.115Z Compiling zerocopy v0.8.54
5272026-07-20T10:32:05.310Z Compiling itertools v0.14.0
5282026-07-20T10:32:05.375Z Compiling heapless v0.8.0
5292026-07-20T10:32:05.643Z Compiling syn v2.0.118
5302026-07-20T10:32:05.782Z Compiling smoltcp v0.11.0
5312026-07-20T10:32:05.785Z Compiling crc32fast v1.5.0
5322026-07-20T10:32:05.864Z Compiling version_check v0.9.5
5332026-07-20T10:32:06.136Z Compiling ref-cast v1.0.25
5342026-07-20T10:32:06.228Z Compiling regex-automata v0.4.15
5352026-07-20T10:32:06.242Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-07-20T10:32:07.793Z Compiling regex v1.13.0
5372026-07-20T10:32:07.952Z Compiling darling_core v0.21.3
5382026-07-20T10:32:07.991Z Compiling darling_core v0.23.0
5392026-07-20T10:32:08.932Z Compiling thiserror-impl v2.0.18
5402026-07-20T10:32:08.932Z Compiling serde_derive v1.0.228
5412026-07-20T10:32:08.932Z Compiling zerocopy-derive v0.8.54
5422026-07-20T10:32:08.932Z Compiling ref-cast-impl v1.0.25
5432026-07-20T10:32:08.935Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-07-20T10:32:10.602Z Compiling darling_macro v0.21.3
5452026-07-20T10:32:10.654Z Compiling darling_macro v0.23.0
5462026-07-20T10:32:11.519Z Compiling darling v0.21.3
5472026-07-20T10:32:11.560Z Compiling darling v0.23.0
5482026-07-20T10:32:11.581Z Compiling ingot-macros v0.1.1
5492026-07-20T10:32:11.623Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-07-20T10:32:16.571Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-07-20T10:32:18.308Z Compiling byteorder v1.5.0
5522026-07-20T10:32:18.308Z Compiling cfg-if v1.0.4
5532026-07-20T10:32:18.308Z Compiling macaddr v1.0.1
5542026-07-20T10:32:18.308Z Compiling stable_deref_trait v1.2.1
5552026-07-20T10:32:18.372Z Compiling managed v0.8.0
5562026-07-20T10:32:18.382Z Compiling cobs v0.3.0
5572026-07-20T10:32:18.413Z Compiling bitflags v1.3.2
5582026-07-20T10:32:18.482Z Compiling hash32 v0.3.1
5592026-07-20T10:32:18.644Z Compiling itertools v0.15.0
5602026-07-20T10:32:18.675Z Compiling dyn-clone v1.0.20
5612026-07-20T10:32:18.754Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-07-20T10:32:19.864Z Compiling bitflags v2.13.0
5632026-07-20T10:32:19.864Z Compiling uuid v1.23.5
5642026-07-20T10:32:20.009Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-07-20T10:32:20.378Z Compiling postcard v1.1.3
5662026-07-20T10:32:21.081Z Compiling ingot-types v0.1.2
5672026-07-20T10:32:21.364Z Compiling ingot v0.1.1
5682026-07-20T10:32:22.761Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-07-20T10:32:27.139Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-07-20T10:32:37.592Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-07-20T10:32:46.041Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.73s
5722026-07-20T10:32:46.064ZLinking xde kmod...
5732026-07-20T10:32:47.245ZBuilding xde dev link helper (dev).
5742026-07-20T10:32:47.405Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5752026-07-20T10:32:47.405Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-07-20T10:32:47.405Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-07-20T10:32:58.336Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-07-20T10:33:00.603Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.32s
5792026-07-20T10:33:00.625Z
5802026-07-20T10:33:00.628Zreal 3:09.060942328
5812026-07-20T10:33:00.628Zuser 9:05.429577105
5822026-07-20T10:33:00.628Zsys 59.636778929
5832026-07-20T10:33:00.628Ztrap 0.245468243
5842026-07-20T10:33:00.628Ztflt 0.843707292
5852026-07-20T10:33:00.629Zdflt 1.597769468
5862026-07-20T10:33:00.629Zkflt 0.006835894
5872026-07-20T10:33:00.629Zlock 35:00.822022783
5882026-07-20T10:33:00.629Zslp 21:18.677082089
5892026-07-20T10:33:00.629Zlat 21.164848823
5902026-07-20T10:33:00.629Zstop 33.567155200
5912026-07-20T10:33:00.629Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-07-20T10:33:00.629Z+ grep GOTPCREL
5932026-07-20T10:33:01.580Z+ header 'package opte'
5942026-07-20T10:33:01.580Z+ echo '# ==== package opte ==== #'
5952026-07-20T10:33:01.585Z# ==== package opte ==== #
5962026-07-20T10:33:01.585Z+ cargo xtask package --skip-build --profile all
5972026-07-20T10:33:01.715Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5982026-07-20T10:33:01.719Z Running `target/debug/xtask package --skip-build --profile all`
5992026-07-20T10:33:01.915Z+ ./clean.sh
6002026-07-20T10:33:01.924Z+ mkdir -p proto/kernel/drv/amd64
6012026-07-20T10:33:01.927Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-07-20T10:33:01.928Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-07-20T10:33:01.928Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-07-20T10:33:01.944Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-07-20T10:33:01.978Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-07-20T10:33:01.982Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-07-20T10:33:01.982Z+ '[' -z ']'
6082026-07-20T10:33:01.982Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-07-20T10:33:02.004Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-07-20T10:33:02.078Z+ INC_DEBUG=
6112026-07-20T10:33:02.078Z+ typeset -ri TAG=0
6122026-07-20T10:33:02.081Z++ ./print-api-version.sh
6132026-07-20T10:33:02.084Z+ API_VSN=41
6142026-07-20T10:33:02.084Z+ PKG_VERSION=0.41.500-3.0
6152026-07-20T10:33:02.084Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.500-3.0/g opte.template.p5m
6162026-07-20T10:33:02.087Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-07-20T10:33:02.611Z+ pkgdepend generate -d proto opte.base.p5m
6182026-07-20T10:33:02.947Z+ mkdir -p packages
6192026-07-20T10:33:02.951Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-07-20T10:33:09.783Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-07-20T10:33:09.786Z+ pkgrepo create packages/repo
6222026-07-20T10:33:09.994Z+ pkgrepo add-publisher -s packages/repo helios
6232026-07-20T10:33:10.203Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-07-20T10:33:39.236Zpkg://helios/driver/network/opte@0.41.500,5.11-3.0:20260720T103309Z
6252026-07-20T10:33:39.236ZPUBLISHED
6262026-07-20T10:33:39.276Z+ pkgrecv -a -d packages/repo/opte-0.41.500-3.0.p5p -s packages/repo -v -m latest '*'
6272026-07-20T10:33:39.450ZRetrieving packages for publisher helios ...
6282026-07-20T10:33:39.453ZRetrieving catalog 'helios' ... Done
6292026-07-20T10:33:39.456ZRetrieving and evaluating 1 package(s)...
6302026-07-20T10:33:39.456ZFetching manifests: 1/1 100% complete
6312026-07-20T10:33:39.456ZFetching manifests: 1/1 100% complete
6322026-07-20T10:33:39.456Z
6332026-07-20T10:33:39.456ZArchiving packages ...
6342026-07-20T10:33:39.456Z Packages to add: 1
6352026-07-20T10:33:39.456Z Files to retrieve: 6
6362026-07-20T10:33:39.456ZEstimated transfer size: 37.01 MB
6372026-07-20T10:33:39.456Z
6382026-07-20T10:33:39.456ZPackages to archive:
6392026-07-20T10:33:39.456Zdriver/network/opte@0.41.500,5.11-3.0:20260720T103309Z
6402026-07-20T10:33:39.456Z
6412026-07-20T10:33:39.456ZDownload: 0/6 items 0.0/37.0MB 0% complete
6422026-07-20T10:33:39.522ZDownload: Completed 37.01 MB in 0.07 seconds (548M/s)
6432026-07-20T10:33:39.525ZArchiving: 1/20 items 0.0/37.0MB 0% complete
6442026-07-20T10:33:39.537ZArchiving: Completed 37.04 MB in 0.01 seconds
6452026-07-20T10:33:39.578ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.500-3.0.p5p.
6462026-07-20T10:33:39.580Z+ banner copy
6472026-07-20T10:33:39.583Z
6482026-07-20T10:33:39.583Z #### #### ##### # #
6492026-07-20T10:33:39.583Z # # # # # # # #
6502026-07-20T10:33:39.583Z # # # # # #
6512026-07-20T10:33:39.583Z # # # ##### #
6522026-07-20T10:33:39.583Z # # # # # #
6532026-07-20T10:33:39.583Z #### #### # #
6542026-07-20T10:33:39.583Z
6552026-07-20T10:33:39.583Z+ pfexec mkdir -p /out
6562026-07-20T10:33:39.586Z+ pfexec chown 12345 /out
6572026-07-20T10:33:39.588Z+ PKG_NAME=/out/opte.p5p
6582026-07-20T10:33:39.589Z+ mv pkg/packages/repo/opte-0.41.500-3.0.p5p /out/opte.p5p
6592026-07-20T10:33:39.613Z+ sha256sum /out/opte.p5p
6602026-07-20T10:33:39.637Zprocess exited: duration 241454 ms, exit code 0
 
6612026-07-20T10:33:39.647Zfound 2 output files
6622026-07-20T10:33:39.657Zuploading: /out/opte.p5p (38850560 bytes)
6632026-07-20T10:33:40.856Zuploaded: /out/opte.p5p
6642026-07-20T10:33:40.856Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-07-20T10:33:41.870Zuploaded: /out/opte.p5p.sha256