01KWZGEVCWDQFCVKV02BMSRJS9: 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: 01KWZGFAXF4C4PHQ0V167SE6SW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T00:02:29.178Zjob assigned to worker 01KWZGFGE82SV7GP9R4912366G [factory aws, i-08143dc44e5264a43] (queued for 54 s)
 
22026-07-08T00:02:37.309Zstarting task 0: "setup"
32026-07-08T00:02:37.327Z++ uname -s
42026-07-08T00:02:37.327Z+ kern=SunOS
52026-07-08T00:02:37.327Z+ build_user=build
62026-07-08T00:02:37.327Z+ build_uid=12345
72026-07-08T00:02:37.327Z+ work_dir=/work
82026-07-08T00:02:37.327Z+ input_dir=/input
92026-07-08T00:02:37.327Z+ [[ 0 == 12345 ]]
102026-07-08T00:02:37.327Z+ case "$kern" in
112026-07-08T00:02:37.327Z+ groupadd -g 12345 build
122026-07-08T00:02:37.328Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T00:02:42.334Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T00:02:42.387Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T00:02:42.387Z+ home_fs=zfs
162026-07-08T00:02:42.387Z+ [[ zfs == autofs ]]
172026-07-08T00:02:42.387Z+ mkdir -p /home/build
182026-07-08T00:02:42.387Z+ chown build:build /home/build /work
192026-07-08T00:02:42.387Z+ chmod 0700 /home/build /work
202026-07-08T00:02:42.387Zprocess exited: duration 4118 ms, exit code 0
 
212026-07-08T00:02:42.429Zstarting task 1: "rust-toolchain"
222026-07-08T00:02:42.438Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-07-08T00:02:42.438Z * rust toolchain channel = "1.96.0"
242026-07-08T00:02:42.438Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-08T00:02:42.438Z * rust toolchain profile = "default"
262026-07-08T00:02:42.438Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T00:02:42.438Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T00:02:42.438Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T00:02:42.438Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-07-08T00:02:42.532Zinfo: downloading installer
312026-07-08T00:02:44.182Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T00:02:44.182Zwarn: /home/build/.rustup/settings.toml
332026-07-08T00:02:44.182Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T00:02:44.182Zwarn: instead of the one inferred from the default host triple.
352026-07-08T00:02:44.195Zinfo: profile set to default
362026-07-08T00:02:44.195Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T00:02:44.199Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-07-08T00:02:44.347Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-07-08T00:02:44.350Zinfo: downloading 6 components
402026-07-08T00:03:00.227Z
412026-07-08T00:03:00.227Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-07-08T00:03:00.253Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-07-08T00:03:00.253Z
442026-07-08T00:03:00.256Z
452026-07-08T00:03:00.256ZRust is installed now. Great!
462026-07-08T00:03:00.257Z
472026-07-08T00:03:00.257ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T00:03:00.257Zenvironment variable. This has not been done automatically.
492026-07-08T00:03:00.257Z
502026-07-08T00:03:00.257ZTo configure your current shell, you need to source
512026-07-08T00:03:00.257Zthe corresponding env file under $HOME/.cargo.
522026-07-08T00:03:00.257Z
532026-07-08T00:03:00.257ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T00:03:00.257Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T00:03:00.257Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T00:03:00.257Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T00:03:00.257Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T00:03:00.257Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T00:03:00.257Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T00:03:00.257Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T00:03:00.257Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T00:03:00.359Z+ rustup --version
632026-07-08T00:03:00.368Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T00:03:00.371Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T00:03:00.389Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-07-08T00:03:00.393Z+ cargo --version
672026-07-08T00:03:00.406Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-07-08T00:03:00.409Z+ rustc --version
692026-07-08T00:03:00.427Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-07-08T00:03:00.431Zprocess exited: duration 18010 ms, exit code 0
 
712026-07-08T00:03:00.438Zstarting task 2: "authentication"
722026-07-08T00:03:00.454Zprocess exited: duration 16 ms, exit code 0
 
732026-07-08T00:03:00.460Zstarting task 3: "clone repository"
742026-07-08T00:03:00.464Z+ mkdir -p /work/oxidecomputer/opte
752026-07-08T00:03:00.467Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-08T00:03:00.506ZCloning into '/work/oxidecomputer/opte'...
772026-07-08T00:03:01.422Z+ cd /work/oxidecomputer/opte
782026-07-08T00:03:01.422Z+ git fetch origin f4433191fba909e99e9b27e9e9700d916b96f38d
792026-07-08T00:03:01.657ZFrom https://github.com/oxidecomputer/opte
802026-07-08T00:03:01.657Z * branch f4433191fba909e99e9b27e9e9700d916b96f38d -> FETCH_HEAD
812026-07-08T00:03:01.663Z+ [[ -n zl/mcast-tx-ecmp-select-one ]]
822026-07-08T00:03:01.666Z++ git branch --show-current
832026-07-08T00:03:01.666Z+ current=master
842026-07-08T00:03:01.666Z+ [[ master != zl/mcast-tx-ecmp-select-one ]]
852026-07-08T00:03:01.666Z+ git branch -f zl/mcast-tx-ecmp-select-one f4433191fba909e99e9b27e9e9700d916b96f38d
862026-07-08T00:03:01.669Z+ git checkout -f zl/mcast-tx-ecmp-select-one
872026-07-08T00:03:01.686ZSwitched to branch 'zl/mcast-tx-ecmp-select-one'
882026-07-08T00:03:01.689Z+ git reset --hard f4433191fba909e99e9b27e9e9700d916b96f38d
892026-07-08T00:03:01.695ZHEAD is now at f443319 [review] Coalesce multicast Tx targets onto one next hop before splitting
902026-07-08T00:03:01.698Zprocess exited: duration 1235 ms, exit code 0
 
912026-07-08T00:03:01.704Zstarting task 4: "build"
922026-07-08T00:03:01.707Z+ source .github/buildomat/common.sh
932026-07-08T00:03:01.708Z++ rustup show active-toolchain
942026-07-08T00:03:01.713Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-08T00:03:01.716Z++ pushd xde
962026-07-08T00:03:01.716Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-08T00:03:01.716Z++ rustup show active-toolchain
982026-07-08T00:03:01.719Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-07-08T00:03:01.887Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-07-08T00:03:01.889Zinfo: downloading 6 components
1012026-07-08T00:03:17.310Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-08T00:03:17.406Z+++ rustup show active-toolchain -v
1032026-07-08T00:03:17.409Z+++ head -n 1
1042026-07-08T00:03:17.409Z+++ cut '-d ' -f1
1052026-07-08T00:03:17.462Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-07-08T00:03:17.462Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-07-08T00:03:17.462Z++ popd
1082026-07-08T00:03:17.465Z/work/oxidecomputer/opte
1092026-07-08T00:03:17.465Z+ TGT_BASE=/work
1102026-07-08T00:03:17.465Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-07-08T00:03:17.465Z+ REL_TGT=/work/release
1122026-07-08T00:03:17.465Z+ mkdir -p /work/release
1132026-07-08T00:03:17.465Z+ cargo --version
1142026-07-08T00:03:17.474Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-07-08T00:03:17.477Z+ rustc --version
1162026-07-08T00:03:17.496Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-07-08T00:03:17.499Z+ header 'build xde and opteadm (release+debug)'
1182026-07-08T00:03:17.499Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-07-08T00:03:17.499Z# ==== build xde and opteadm (release+debug) ==== #
1202026-07-08T00:03:17.499Z+ ptime -m cargo xtask build --profile all
1212026-07-08T00:03:17.630Z Updating crates.io index
1222026-07-08T00:03:17.632Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-07-08T00:03:18.592Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-07-08T00:03:18.840Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1252026-07-08T00:03:19.102Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1262026-07-08T00:03:19.475Z Updating git repository `https://github.com/oxidecomputer/zone`
1272026-07-08T00:03:19.714Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-07-08T00:03:19.977Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-07-08T00:03:21.933Z Downloading crates ...
1302026-07-08T00:03:21.990Z Downloaded toml v1.1.2+spec-1.1.0
1312026-07-08T00:03:21.993Z Downloaded itoa v1.0.18
1322026-07-08T00:03:21.998Z Downloaded clap_lex v1.1.0
1332026-07-08T00:03:22.008Z Downloaded serde_spanned v1.1.1
1342026-07-08T00:03:22.014Z Downloaded anstyle-query v1.1.5
1352026-07-08T00:03:22.017Z Downloaded errno v0.3.14
1362026-07-08T00:03:22.021Z Downloaded is_terminal_polyfill v1.70.2
1372026-07-08T00:03:22.024Z Downloaded colorchoice v1.0.5
1382026-07-08T00:03:22.024Z Downloaded equivalent v1.0.2
1392026-07-08T00:03:22.024Z Downloaded heck v0.5.0
1402026-07-08T00:03:22.027Z Downloaded strsim v0.11.1
1412026-07-08T00:03:22.031Z Downloaded terminal_size v0.4.4
1422026-07-08T00:03:22.033Z Downloaded anstyle-parse v1.0.0
1432026-07-08T00:03:22.045Z Downloaded utf8parse v0.2.2
1442026-07-08T00:03:22.053Z Downloaded quote v1.0.46
1452026-07-08T00:03:22.055Z Downloaded zmij v1.0.21
1462026-07-08T00:03:22.064Z Downloaded semver v1.0.28
1472026-07-08T00:03:22.066Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1482026-07-08T00:03:22.069Z Downloaded toml_writer v1.1.1+spec-1.1.0
1492026-07-08T00:03:22.071Z Downloaded anstyle v1.0.14
1502026-07-08T00:03:22.073Z Downloaded proc-macro2 v1.0.106
1512026-07-08T00:03:22.076Z Downloaded thiserror v2.0.18
1522026-07-08T00:03:22.078Z Downloaded thiserror-impl v2.0.18
1532026-07-08T00:03:22.080Z Downloaded cargo-platform v0.3.3
1542026-07-08T00:03:22.080Z Downloaded anyhow v1.0.102
1552026-07-08T00:03:22.082Z Downloaded toml_parser v1.1.2+spec-1.1.0
1562026-07-08T00:03:22.085Z Downloaded clap_derive v4.6.1
1572026-07-08T00:03:22.085Z Downloaded anstream v1.0.0
1582026-07-08T00:03:22.094Z Downloaded cargo_metadata v0.23.1
1592026-07-08T00:03:22.096Z Downloaded bitflags v2.13.0
1602026-07-08T00:03:22.099Z Downloaded camino v1.2.3
1612026-07-08T00:03:22.105Z Downloaded unicode-ident v1.0.24
1622026-07-08T00:03:22.108Z Downloaded serde_derive v1.0.228
1632026-07-08T00:03:22.110Z Downloaded serde_core v1.0.228
1642026-07-08T00:03:22.110Z Downloaded clap v4.6.1
1652026-07-08T00:03:22.126Z Downloaded serde v1.0.228
1662026-07-08T00:03:22.151Z Downloaded memchr v2.8.2
1672026-07-08T00:03:22.155Z Downloaded indexmap v2.14.0
1682026-07-08T00:03:22.171Z Downloaded serde_json v1.0.150
1692026-07-08T00:03:22.183Z Downloaded clap_builder v4.6.0
1702026-07-08T00:03:22.187Z Downloaded winnow v1.0.3
1712026-07-08T00:03:22.192Z Downloaded hashbrown v0.17.1
1722026-07-08T00:03:22.223Z Downloaded syn v2.0.118
1732026-07-08T00:03:22.242Z Downloaded rustix v1.1.4
1742026-07-08T00:03:22.274Z Downloaded libc v0.2.186
1752026-07-08T00:03:22.321Z Compiling serde_core v1.0.228
1762026-07-08T00:03:22.322Z Compiling proc-macro2 v1.0.106
1772026-07-08T00:03:22.324Z Compiling quote v1.0.46
1782026-07-08T00:03:22.324Z Compiling unicode-ident v1.0.24
1792026-07-08T00:03:22.324Z Compiling libc v0.2.186
1802026-07-08T00:03:22.324Z Compiling rustix v1.1.4
1812026-07-08T00:03:22.324Z Compiling zmij v1.0.21
1822026-07-08T00:03:22.324Z Compiling utf8parse v0.2.2
1832026-07-08T00:03:22.505Z Compiling bitflags v2.13.0
1842026-07-08T00:03:22.518Z Compiling anstyle-parse v1.0.0
1852026-07-08T00:03:22.722Z Compiling camino v1.2.3
1862026-07-08T00:03:22.910Z Compiling thiserror v2.0.18
1872026-07-08T00:03:22.916Z Compiling is_terminal_polyfill v1.70.2
1882026-07-08T00:03:22.932Z Compiling serde v1.0.228
1892026-07-08T00:03:22.994Z Compiling anstyle v1.0.14
1902026-07-08T00:03:23.040Z Compiling anstyle-query v1.1.5
1912026-07-08T00:03:23.047Z Compiling colorchoice v1.0.5
1922026-07-08T00:03:23.141Z Compiling serde_json v1.0.150
1932026-07-08T00:03:23.151Z Compiling anstream v1.0.0
1942026-07-08T00:03:23.228Z Compiling errno v0.3.14
1952026-07-08T00:03:23.294Z Compiling heck v0.5.0
1962026-07-08T00:03:23.398Z Compiling anyhow v1.0.102
1972026-07-08T00:03:23.412Z Compiling clap_lex v1.1.0
1982026-07-08T00:03:23.482Z Compiling itoa v1.0.18
1992026-07-08T00:03:23.674Z Compiling strsim v0.11.1
2002026-07-08T00:03:23.699Z Compiling memchr v2.8.2
2012026-07-08T00:03:23.718Z Compiling winnow v1.0.3
2022026-07-08T00:03:23.807Z Compiling toml_writer v1.1.1+spec-1.1.0
2032026-07-08T00:03:23.891Z Compiling syn v2.0.118
2042026-07-08T00:03:23.934Z Compiling terminal_size v0.4.4
2052026-07-08T00:03:24.051Z Compiling clap_builder v4.6.0
2062026-07-08T00:03:24.086Z Compiling toml_parser v1.1.2+spec-1.1.0
2072026-07-08T00:03:24.704Z Compiling semver v1.0.28
2082026-07-08T00:03:24.797Z Compiling cargo-platform v0.3.3
2092026-07-08T00:03:25.261Z Compiling toml_datetime v1.1.1+spec-1.1.0
2102026-07-08T00:03:25.382Z Compiling serde_spanned v1.1.1
2112026-07-08T00:03:25.541Z Compiling toml v1.1.2+spec-1.1.0
2122026-07-08T00:03:26.120Z Compiling thiserror-impl v2.0.18
2132026-07-08T00:03:26.366Z Compiling serde_derive v1.0.228
2142026-07-08T00:03:26.390Z Compiling clap_derive v4.6.1
2152026-07-08T00:03:27.948Z Compiling clap v4.6.1
2162026-07-08T00:03:29.477Z Compiling cargo_metadata v0.23.1
2172026-07-08T00:03:31.918Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-07-08T00:03:33.592Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.98s
2192026-07-08T00:03:33.609Z Running `target/debug/xtask build --profile all`
2202026-07-08T00:03:35.220ZBuilding opteadm (release).
2212026-07-08T00:03:35.314Z Compiling proc-macro2 v1.0.106
2222026-07-08T00:03:35.314Z Compiling quote v1.0.46
2232026-07-08T00:03:35.314Z Compiling unicode-ident v1.0.24
2242026-07-08T00:03:35.314Z Compiling serde_core v1.0.228
2252026-07-08T00:03:35.317Z Compiling libc v0.2.186
2262026-07-08T00:03:35.317Z Compiling cfg-if v1.0.4
2272026-07-08T00:03:35.317Z Compiling strsim v0.11.1
2282026-07-08T00:03:35.317Z Compiling ident_case v1.0.1
2292026-07-08T00:03:35.385Z Compiling memchr v2.8.2
2302026-07-08T00:03:35.428Z Compiling thiserror v2.0.18
2312026-07-08T00:03:35.431Z Compiling fnv v1.0.7
2322026-07-08T00:03:35.505Z Compiling regex-syntax v0.8.11
2332026-07-08T00:03:35.599Z Compiling either v1.16.0
2342026-07-08T00:03:35.617Z Compiling hashbrown v0.17.1
2352026-07-08T00:03:35.784Z Compiling aho-corasick v1.1.4
2362026-07-08T00:03:35.912Z Compiling zerocopy v0.8.52
2372026-07-08T00:03:35.917Z Compiling anyhow v1.0.102
2382026-07-08T00:03:36.022Z Compiling equivalent v1.0.2
2392026-07-08T00:03:36.095Z Compiling serde v1.0.228
2402026-07-08T00:03:36.144Z Compiling winnow v1.0.3
2412026-07-08T00:03:36.217Z Compiling indexmap v2.14.0
2422026-07-08T00:03:36.435Z Compiling syn v2.0.118
2432026-07-08T00:03:36.472Z Compiling itertools v0.14.0
2442026-07-08T00:03:36.507Z Compiling byteorder v1.5.0
2452026-07-08T00:03:36.682Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-07-08T00:03:36.819Z Compiling heapless v0.8.0
2472026-07-08T00:03:36.889Z Compiling hash32 v0.3.1
2482026-07-08T00:03:37.091Z Compiling regex-automata v0.4.14
2492026-07-08T00:03:37.145Z Compiling toml_parser v1.1.2+spec-1.1.0
2502026-07-08T00:03:37.221Z Compiling macaddr v1.0.1
2512026-07-08T00:03:37.360Z Compiling syn v1.0.109
2522026-07-08T00:03:37.418Z Compiling bitflags v2.13.0
2532026-07-08T00:03:37.583Z Compiling toml_edit v0.25.12+spec-1.1.0
2542026-07-08T00:03:37.583Z Compiling smoltcp v0.11.0
2552026-07-08T00:03:37.659Z Compiling rustversion v1.0.22
2562026-07-08T00:03:37.703Z Compiling stable_deref_trait v1.2.1
2572026-07-08T00:03:37.751Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-07-08T00:03:37.801Z Compiling rustix v1.1.4
2592026-07-08T00:03:37.916Z Compiling managed v0.8.0
2602026-07-08T00:03:37.999Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2612026-07-08T00:03:38.022Z Compiling getrandom v0.4.3
2622026-07-08T00:03:38.137Z Compiling proc-macro-crate v3.5.0
2632026-07-08T00:03:38.154Z Compiling ref-cast v1.0.25
2642026-07-08T00:03:38.188Z Compiling version_check v0.9.5
2652026-07-08T00:03:38.239Z Compiling rand_core v0.10.1
2662026-07-08T00:03:38.279Z Compiling bitflags v1.3.2
2672026-07-08T00:03:38.443Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-07-08T00:03:38.546Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-07-08T00:03:38.579Z Compiling errno v0.3.14
2702026-07-08T00:03:38.656Z Compiling utf8parse v0.2.2
2712026-07-08T00:03:38.716Z Compiling ipnetwork v0.21.1
2722026-07-08T00:03:38.749Z Compiling unicode-width v0.2.2
2732026-07-08T00:03:38.945Z Compiling regex v1.12.4
2742026-07-08T00:03:39.042Z Compiling foreign-types-shared v0.3.1
2752026-07-08T00:03:39.045Z Compiling cpufeatures v0.3.0
2762026-07-08T00:03:39.097Z Compiling once_cell v1.21.4
2772026-07-08T00:03:39.119Z Compiling chacha20 v0.10.0
2782026-07-08T00:03:39.318Z Compiling darling_core v0.21.3
2792026-07-08T00:03:39.340Z Compiling tracing-core v0.1.36
2802026-07-08T00:03:39.389Z Compiling tabwriter v1.4.1
2812026-07-08T00:03:39.697Z Compiling cstr-argument v0.1.2
2822026-07-08T00:03:39.707Z Compiling anstyle-parse v1.0.0
2832026-07-08T00:03:40.160Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2842026-07-08T00:03:40.258Z Compiling dyn-clone v1.0.20
2852026-07-08T00:03:40.260Z Compiling is_terminal_polyfill v1.70.2
2862026-07-08T00:03:40.322Z Compiling thiserror-impl v2.0.18
2872026-07-08T00:03:40.335Z Compiling zerocopy-derive v0.8.52
2882026-07-08T00:03:40.361Z Compiling serde_derive v1.0.228
2892026-07-08T00:03:40.384Z Compiling ref-cast-impl v1.0.25
2902026-07-08T00:03:40.657Z Compiling num_enum_derive v0.7.6
2912026-07-08T00:03:40.964Z Compiling foreign-types-macros v0.2.3
2922026-07-08T00:03:41.174Z Compiling tracing-attributes v0.1.31
2932026-07-08T00:03:41.376Z Compiling darling_macro v0.21.3
2942026-07-08T00:03:41.564Z Compiling foreign-types v0.5.0
2952026-07-08T00:03:41.600Z Compiling cobs v0.3.0
2962026-07-08T00:03:41.608Z Compiling num_enum v0.7.6
2972026-07-08T00:03:41.626Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2982026-07-08T00:03:41.706Z Compiling pin-project-lite v0.2.17
2992026-07-08T00:03:41.790Z Compiling anstyle-query v1.1.5
3002026-07-08T00:03:41.800Z Compiling anstyle v1.0.14
3012026-07-08T00:03:41.803Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3022026-07-08T00:03:41.879Z Compiling pretty-hex v0.4.2
3032026-07-08T00:03:41.909Z Compiling darling v0.21.3
3042026-07-08T00:03:41.996Z Compiling ingot-macros v0.1.1
3052026-07-08T00:03:42.063Z Compiling colorchoice v1.0.5
3062026-07-08T00:03:42.083Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-07-08T00:03:42.163Z Compiling anstream v1.0.0
3082026-07-08T00:03:42.168Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-07-08T00:03:42.295Z Compiling terminal_size v0.4.4
3102026-07-08T00:03:42.308Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3112026-07-08T00:03:42.387Z Compiling tracing v0.1.44
3122026-07-08T00:03:42.520Z Compiling rand v0.10.1
3132026-07-08T00:03:42.582Z Compiling uuid v1.23.3
3142026-07-08T00:03:42.703Z Compiling socket2 v0.6.4
3152026-07-08T00:03:42.705Z Compiling clap_lex v1.1.0
3162026-07-08T00:03:42.966Z Compiling oxnet v0.1.6
3172026-07-08T00:03:43.002Z Compiling heck v0.5.0
3182026-07-08T00:03:43.186Z Compiling colored v3.1.1
3192026-07-08T00:03:43.272Z Compiling clap_derive v4.6.1
3202026-07-08T00:03:43.329Z Compiling clap_builder v4.6.0
3212026-07-08T00:03:43.673Z Compiling postcard v1.1.3
3222026-07-08T00:03:43.706Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-07-08T00:03:44.730Z Compiling ingot-types v0.1.2
3242026-07-08T00:03:45.048Z Compiling ingot v0.1.1
3252026-07-08T00:03:45.133Z Compiling clap v4.6.1
3262026-07-08T00:03:46.766Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-07-08T00:03:47.800Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-07-08T00:03:48.846Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-07-08T00:03:55.448Z Finished `release` profile [optimized + debuginfo] target(s) in 20.22s
3302026-07-08T00:03:55.476ZBuilding xde (release-lto).
3312026-07-08T00:03:55.723Z Updating crates.io index
3322026-07-08T00:03:55.807Z Downloading crates ...
3332026-07-08T00:03:55.860Z Downloaded foldhash v0.2.0
3342026-07-08T00:03:55.863Z Downloaded adler2 v2.0.1
3352026-07-08T00:03:55.870Z Downloaded addr2line v0.25.1
3362026-07-08T00:03:55.873Z Downloaded rustc-literal-escaper v0.0.7
3372026-07-08T00:03:55.884Z Downloaded getopts v0.2.24
3382026-07-08T00:03:55.895Z Downloaded rustc-demangle v0.1.27
3392026-07-08T00:03:55.914Z Downloaded miniz_oxide v0.8.9
3402026-07-08T00:03:55.920Z Downloaded memchr v2.7.6
3412026-07-08T00:03:55.951Z Downloaded gimli v0.32.3
3422026-07-08T00:03:55.974Z Downloaded object v0.37.3
3432026-07-08T00:03:56.014Z Downloaded libc v0.2.185
3442026-07-08T00:03:56.071Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-07-08T00:03:56.074Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-07-08T00:03:56.074Z Compiling proc-macro2 v1.0.106
3472026-07-08T00:03:56.074Z Compiling unicode-ident v1.0.24
3482026-07-08T00:03:56.074Z Compiling quote v1.0.46
3492026-07-08T00:03:56.074Z Compiling ident_case v1.0.1
3502026-07-08T00:03:56.074Z Compiling strsim v0.11.1
3512026-07-08T00:03:56.074Z Compiling serde_core v1.0.228
3522026-07-08T00:03:56.239Z Compiling memchr v2.8.2
3532026-07-08T00:03:56.242Z Compiling fnv v1.0.7
3542026-07-08T00:03:56.332Z Compiling regex-syntax v0.8.11
3552026-07-08T00:03:56.488Z Compiling either v1.16.0
3562026-07-08T00:03:56.501Z Compiling serde v1.0.228
3572026-07-08T00:03:56.505Z Compiling thiserror v2.0.18
3582026-07-08T00:03:56.629Z Compiling zerocopy v0.8.52
3592026-07-08T00:03:56.693Z Compiling aho-corasick v1.1.4
3602026-07-08T00:03:56.891Z Compiling itertools v0.14.0
3612026-07-08T00:03:56.915Z Compiling heapless v0.8.0
3622026-07-08T00:03:57.194Z Compiling smoltcp v0.11.0
3632026-07-08T00:03:57.287Z Compiling syn v2.0.118
3642026-07-08T00:03:57.367Z Compiling version_check v0.9.5
3652026-07-08T00:03:57.479Z Compiling ref-cast v1.0.25
3662026-07-08T00:03:57.646Z Compiling crc32fast v1.5.0
3672026-07-08T00:03:57.736Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3682026-07-08T00:03:57.868Z Compiling regex-automata v0.4.14
3692026-07-08T00:03:59.435Z Compiling regex v1.12.4
3702026-07-08T00:03:59.595Z Compiling darling_core v0.21.3
3712026-07-08T00:03:59.598Z Compiling darling_core v0.23.0
3722026-07-08T00:04:00.556Z Compiling thiserror-impl v2.0.18
3732026-07-08T00:04:00.556Z Compiling serde_derive v1.0.228
3742026-07-08T00:04:00.556Z Compiling zerocopy-derive v0.8.52
3752026-07-08T00:04:00.559Z Compiling ref-cast-impl v1.0.25
3762026-07-08T00:04:00.559Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-07-08T00:04:02.112Z Compiling darling_macro v0.21.3
3782026-07-08T00:04:02.227Z Compiling darling_macro v0.23.0
3792026-07-08T00:04:03.052Z Compiling darling v0.21.3
3802026-07-08T00:04:03.117Z Compiling ingot-macros v0.1.1
3812026-07-08T00:04:03.148Z Compiling darling v0.23.0
3822026-07-08T00:04:03.212Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-07-08T00:04:08.886Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-07-08T00:04:11.024Z Compiling byteorder v1.5.0
3852026-07-08T00:04:11.024Z Compiling macaddr v1.0.1
3862026-07-08T00:04:11.024Z Compiling stable_deref_trait v1.2.1
3872026-07-08T00:04:11.027Z Compiling cfg-if v1.0.4
3882026-07-08T00:04:11.085Z Compiling bitflags v1.3.2
3892026-07-08T00:04:11.095Z Compiling managed v0.8.0
3902026-07-08T00:04:11.129Z Compiling cobs v0.3.0
3912026-07-08T00:04:11.218Z Compiling hash32 v0.3.1
3922026-07-08T00:04:11.338Z Compiling itertools v0.15.0
3932026-07-08T00:04:11.342Z Compiling dyn-clone v1.0.20
3942026-07-08T00:04:11.395Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-07-08T00:04:12.669Z Compiling bitflags v2.13.0
3962026-07-08T00:04:12.669Z Compiling uuid v1.23.3
3972026-07-08T00:04:12.818Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-07-08T00:04:13.120Z Compiling postcard v1.1.3
3992026-07-08T00:04:13.974Z Compiling ingot-types v0.1.2
4002026-07-08T00:04:14.297Z Compiling ingot v0.1.1
4012026-07-08T00:04:15.855Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-07-08T00:04:19.699Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-07-08T00:04:28.560Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-07-08T00:04:59.194Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
4052026-07-08T00:04:59.225ZLinking xde kmod...
4062026-07-08T00:04:59.821ZBuilding xde dev link helper (release).
4072026-07-08T00:04:59.977Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-07-08T00:04:59.977Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-07-08T00:04:59.977Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-07-08T00:05:11.702Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-07-08T00:05:14.269Z Finished `release` profile [optimized + debuginfo] target(s) in 14.41s
4122026-07-08T00:05:14.289ZBuilding opteadm (dev).
4132026-07-08T00:05:14.439Z Compiling serde_core v1.0.228
4142026-07-08T00:05:14.439Z Compiling libc v0.2.186
4152026-07-08T00:05:14.439Z Compiling cfg-if v1.0.4
4162026-07-08T00:05:14.439Z Compiling memchr v2.8.2
4172026-07-08T00:05:14.442Z Compiling strsim v0.11.1
4182026-07-08T00:05:14.442Z Compiling ident_case v1.0.1
4192026-07-08T00:05:14.442Z Compiling syn v2.0.118
4202026-07-08T00:05:14.442Z Compiling fnv v1.0.7
4212026-07-08T00:05:14.514Z Compiling regex-syntax v0.8.11
4222026-07-08T00:05:14.535Z Compiling serde v1.0.228
4232026-07-08T00:05:14.558Z Compiling either v1.16.0
4242026-07-08T00:05:14.731Z Compiling hashbrown v0.17.1
4252026-07-08T00:05:14.747Z Compiling equivalent v1.0.2
4262026-07-08T00:05:14.819Z Compiling zerocopy v0.8.52
4272026-07-08T00:05:14.832Z Compiling aho-corasick v1.1.4
4282026-07-08T00:05:15.004Z Compiling winnow v1.0.3
4292026-07-08T00:05:15.213Z Compiling indexmap v2.14.0
4302026-07-08T00:05:15.257Z Compiling itertools v0.14.0
4312026-07-08T00:05:15.261Z Compiling toml_datetime v1.1.1+spec-1.1.0
4322026-07-08T00:05:15.467Z Compiling heapless v0.8.0
4332026-07-08T00:05:15.750Z Compiling byteorder v1.5.0
4342026-07-08T00:05:15.927Z Compiling regex-automata v0.4.14
4352026-07-08T00:05:15.945Z Compiling toml_parser v1.1.2+spec-1.1.0
4362026-07-08T00:05:16.008Z Compiling hash32 v0.3.1
4372026-07-08T00:05:16.160Z Compiling rustversion v1.0.22
4382026-07-08T00:05:16.212Z Compiling smoltcp v0.11.0
4392026-07-08T00:05:16.478Z Compiling bitflags v2.13.0
4402026-07-08T00:05:16.478Z Compiling toml_edit v0.25.12+spec-1.1.0
4412026-07-08T00:05:16.489Z Compiling macaddr v1.0.1
4422026-07-08T00:05:16.551Z Compiling syn v1.0.109
4432026-07-08T00:05:16.561Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4442026-07-08T00:05:16.635Z Compiling stable_deref_trait v1.2.1
4452026-07-08T00:05:16.781Z Compiling ref-cast v1.0.25
4462026-07-08T00:05:16.793Z Compiling getrandom v0.4.3
4472026-07-08T00:05:16.894Z Compiling version_check v0.9.5
4482026-07-08T00:05:16.932Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4492026-07-08T00:05:17.085Z Compiling darling_core v0.21.3
4502026-07-08T00:05:17.115Z Compiling proc-macro-crate v3.5.0
4512026-07-08T00:05:17.163Z Compiling rand_core v0.10.1
4522026-07-08T00:05:17.163Z Compiling managed v0.8.0
4532026-07-08T00:05:17.170Z Compiling bitflags v1.3.2
4542026-07-08T00:05:17.227Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-07-08T00:05:17.458Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-07-08T00:05:17.530Z Compiling errno v0.3.14
4572026-07-08T00:05:17.705Z Compiling regex v1.12.4
4582026-07-08T00:05:17.964Z Compiling once_cell v1.21.4
4592026-07-08T00:05:18.093Z Compiling unicode-width v0.2.2
4602026-07-08T00:05:18.096Z Compiling ipnetwork v0.21.1
4612026-07-08T00:05:18.204Z Compiling cpufeatures v0.3.0
4622026-07-08T00:05:18.223Z Compiling thiserror-impl v2.0.18
4632026-07-08T00:05:18.268Z Compiling serde_derive v1.0.228
4642026-07-08T00:05:18.393Z Compiling zerocopy-derive v0.8.52
4652026-07-08T00:05:18.515Z Compiling num_enum_derive v0.7.6
4662026-07-08T00:05:18.620Z Compiling ref-cast-impl v1.0.25
4672026-07-08T00:05:19.199Z Compiling foreign-types-macros v0.2.3
4682026-07-08T00:05:19.202Z Compiling darling_macro v0.21.3
4692026-07-08T00:05:19.439Z Compiling thiserror v2.0.18
4702026-07-08T00:05:19.496Z Compiling foreign-types-shared v0.3.1
4712026-07-08T00:05:19.534Z Compiling cobs v0.3.0
4722026-07-08T00:05:19.761Z Compiling darling v0.21.3
4732026-07-08T00:05:19.816Z Compiling foreign-types v0.5.0
4742026-07-08T00:05:19.816Z Compiling num_enum v0.7.6
4752026-07-08T00:05:19.829Z Compiling ingot-macros v0.1.1
4762026-07-08T00:05:19.920Z Compiling tabwriter v1.4.1
4772026-07-08T00:05:19.976Z Compiling cstr-argument v0.1.2
4782026-07-08T00:05:20.142Z Compiling chacha20 v0.10.0
4792026-07-08T00:05:20.337Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4802026-07-08T00:05:20.490Z Compiling tracing-attributes v0.1.31
4812026-07-08T00:05:20.731Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-07-08T00:05:20.783Z Compiling tracing-core v0.1.36
4832026-07-08T00:05:20.904Z Compiling rustix v1.1.4
4842026-07-08T00:05:21.464Z Compiling postcard v1.1.3
4852026-07-08T00:05:21.724Z Compiling anyhow v1.0.102
4862026-07-08T00:05:21.770Z Compiling pretty-hex v0.4.2
4872026-07-08T00:05:21.808Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4882026-07-08T00:05:21.822Z Compiling dyn-clone v1.0.20
4892026-07-08T00:05:21.889Z Compiling pin-project-lite v0.2.17
4902026-07-08T00:05:21.988Z Compiling tracing v0.1.44
4912026-07-08T00:05:21.991Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4922026-07-08T00:05:22.076Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-07-08T00:05:22.118Z Compiling terminal_size v0.4.4
4942026-07-08T00:05:22.190Z Compiling rand v0.10.1
4952026-07-08T00:05:22.217Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-07-08T00:05:22.269Z Compiling uuid v1.23.3
4972026-07-08T00:05:22.288Z Compiling socket2 v0.6.4
4982026-07-08T00:05:22.331Z Compiling colored v3.1.1
4992026-07-08T00:05:22.381Z Compiling oxnet v0.1.6
5002026-07-08T00:05:22.583Z Compiling clap_derive v4.6.1
5012026-07-08T00:05:22.847Z Compiling ingot-types v0.1.2
5022026-07-08T00:05:22.877Z Compiling clap_builder v4.6.0
5032026-07-08T00:05:22.881Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-07-08T00:05:23.220Z Compiling ingot v0.1.1
5052026-07-08T00:05:24.503Z Compiling clap v4.6.1
5062026-07-08T00:05:24.992Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-07-08T00:05:27.271Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-07-08T00:05:28.481Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-07-08T00:05:32.904Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.61s
5102026-07-08T00:05:32.933ZBuilding xde (dev).
5112026-07-08T00:05:33.161Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-07-08T00:05:33.161Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-07-08T00:05:33.161Z Compiling proc-macro2 v1.0.106
5142026-07-08T00:05:33.161Z Compiling quote v1.0.46
5152026-07-08T00:05:33.164Z Compiling unicode-ident v1.0.24
5162026-07-08T00:05:33.164Z Compiling ident_case v1.0.1
5172026-07-08T00:05:33.164Z Compiling strsim v0.11.1
5182026-07-08T00:05:33.164Z Compiling serde_core v1.0.228
5192026-07-08T00:05:33.283Z Compiling memchr v2.8.2
5202026-07-08T00:05:33.288Z Compiling fnv v1.0.7
5212026-07-08T00:05:33.368Z Compiling regex-syntax v0.8.11
5222026-07-08T00:05:33.542Z Compiling either v1.16.0
5232026-07-08T00:05:33.555Z Compiling serde v1.0.228
5242026-07-08T00:05:33.564Z Compiling zerocopy v0.8.52
5252026-07-08T00:05:33.681Z Compiling aho-corasick v1.1.4
5262026-07-08T00:05:33.737Z Compiling thiserror v2.0.18
5272026-07-08T00:05:33.961Z Compiling itertools v0.14.0
5282026-07-08T00:05:33.976Z Compiling heapless v0.8.0
5292026-07-08T00:05:34.318Z Compiling syn v2.0.118
5302026-07-08T00:05:34.376Z Compiling smoltcp v0.11.0
5312026-07-08T00:05:34.382Z Compiling version_check v0.9.5
5322026-07-08T00:05:34.461Z Compiling ref-cast v1.0.25
5332026-07-08T00:05:34.752Z Compiling crc32fast v1.5.0
5342026-07-08T00:05:34.813Z Compiling regex-automata v0.4.14
5352026-07-08T00:05:34.908Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-07-08T00:05:36.394Z Compiling regex v1.12.4
5372026-07-08T00:05:36.696Z Compiling darling_core v0.21.3
5382026-07-08T00:05:36.709Z Compiling darling_core v0.23.0
5392026-07-08T00:05:37.598Z Compiling serde_derive v1.0.228
5402026-07-08T00:05:37.598Z Compiling zerocopy-derive v0.8.52
5412026-07-08T00:05:37.598Z Compiling thiserror-impl v2.0.18
5422026-07-08T00:05:37.601Z Compiling ref-cast-impl v1.0.25
5432026-07-08T00:05:37.601Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-07-08T00:05:39.274Z Compiling darling_macro v0.23.0
5452026-07-08T00:05:39.409Z Compiling darling_macro v0.21.3
5462026-07-08T00:05:40.190Z Compiling darling v0.23.0
5472026-07-08T00:05:40.256Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5482026-07-08T00:05:40.334Z Compiling darling v0.21.3
5492026-07-08T00:05:40.400Z Compiling ingot-macros v0.1.1
5502026-07-08T00:05:45.389Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-07-08T00:05:47.198Z Compiling byteorder v1.5.0
5522026-07-08T00:05:47.198Z Compiling macaddr v1.0.1
5532026-07-08T00:05:47.198Z Compiling stable_deref_trait v1.2.1
5542026-07-08T00:05:47.201Z Compiling cfg-if v1.0.4
5552026-07-08T00:05:47.265Z Compiling managed v0.8.0
5562026-07-08T00:05:47.272Z Compiling cobs v0.3.0
5572026-07-08T00:05:47.311Z Compiling bitflags v1.3.2
5582026-07-08T00:05:47.382Z Compiling hash32 v0.3.1
5592026-07-08T00:05:47.547Z Compiling itertools v0.15.0
5602026-07-08T00:05:47.575Z Compiling dyn-clone v1.0.20
5612026-07-08T00:05:47.647Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-07-08T00:05:48.803Z Compiling bitflags v2.13.0
5632026-07-08T00:05:48.803Z Compiling uuid v1.23.3
5642026-07-08T00:05:48.943Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-07-08T00:05:49.230Z Compiling postcard v1.1.3
5662026-07-08T00:05:50.068Z Compiling ingot-types v0.1.2
5672026-07-08T00:05:50.355Z Compiling ingot v0.1.1
5682026-07-08T00:05:51.809Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-07-08T00:05:56.195Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-07-08T00:06:06.767Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-07-08T00:06:15.426Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.46s
5722026-07-08T00:06:15.450ZLinking xde kmod...
5732026-07-08T00:06:16.643ZBuilding xde dev link helper (dev).
5742026-07-08T00:06:16.806Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5752026-07-08T00:06:16.807Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-07-08T00:06:16.807Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-07-08T00:06:27.947Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-07-08T00:06:30.241Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.56s
5792026-07-08T00:06:30.262Z
5802026-07-08T00:06:30.265Zreal 3:12.726796428
5812026-07-08T00:06:30.265Zuser 9:11.204441473
5822026-07-08T00:06:30.265Zsys 58.959106779
5832026-07-08T00:06:30.265Ztrap 0.245559904
5842026-07-08T00:06:30.265Ztflt 1.193435502
5852026-07-08T00:06:30.265Zdflt 1.592580389
5862026-07-08T00:06:30.265Zkflt 0.014680336
5872026-07-08T00:06:30.266Zlock 35:23.182323826
5882026-07-08T00:06:30.266Zslp 21:26.430653130
5892026-07-08T00:06:30.266Zlat 20.553057311
5902026-07-08T00:06:30.266Zstop 32.171808597
5912026-07-08T00:06:30.266Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-07-08T00:06:30.266Z+ grep GOTPCREL
5932026-07-08T00:06:31.249Z+ header 'package opte'
5942026-07-08T00:06:31.249Z+ echo '# ==== package opte ==== #'
5952026-07-08T00:06:31.249Z# ==== package opte ==== #
5962026-07-08T00:06:31.252Z+ cargo xtask package --skip-build --profile all
5972026-07-08T00:06:31.384Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5982026-07-08T00:06:31.387Z Running `target/debug/xtask package --skip-build --profile all`
5992026-07-08T00:06:31.587Z+ ./clean.sh
6002026-07-08T00:06:31.594Z+ mkdir -p proto/kernel/drv/amd64
6012026-07-08T00:06:31.599Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-07-08T00:06:31.599Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-07-08T00:06:31.599Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-07-08T00:06:31.615Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-07-08T00:06:31.655Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-07-08T00:06:31.658Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-07-08T00:06:31.658Z+ '[' -z ']'
6082026-07-08T00:06:31.658Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-07-08T00:06:31.687Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-07-08T00:06:31.762Z+ INC_DEBUG=
6112026-07-08T00:06:31.765Z+ typeset -ri TAG=0
6122026-07-08T00:06:31.765Z++ ./print-api-version.sh
6132026-07-08T00:06:31.768Z+ API_VSN=41
6142026-07-08T00:06:31.768Z+ PKG_VERSION=0.41.492-3.0
6152026-07-08T00:06:31.771Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.492-3.0/g opte.template.p5m
6162026-07-08T00:06:31.771Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-07-08T00:06:32.478Z+ pkgdepend generate -d proto opte.base.p5m
6182026-07-08T00:06:32.875Z+ mkdir -p packages
6192026-07-08T00:06:32.878Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-07-08T00:06:40.298Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-07-08T00:06:40.301Z+ pkgrepo create packages/repo
6222026-07-08T00:06:40.521Z+ pkgrepo add-publisher -s packages/repo helios
6232026-07-08T00:06:40.735Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-07-08T00:07:10.202Zpkg://helios/driver/network/opte@0.41.492,5.11-3.0:20260708T000640Z
6252026-07-08T00:07:10.202ZPUBLISHED
6262026-07-08T00:07:10.245Z+ pkgrecv -a -d packages/repo/opte-0.41.492-3.0.p5p -s packages/repo -v -m latest '*'
6272026-07-08T00:07:10.423ZRetrieving packages for publisher helios ...
6282026-07-08T00:07:10.432ZRetrieving catalog 'helios' ... Done
6292026-07-08T00:07:10.432ZRetrieving and evaluating 1 package(s)...
6302026-07-08T00:07:10.432ZFetching manifests: 1/1 100% complete
6312026-07-08T00:07:10.432ZFetching manifests: 1/1 100% complete
6322026-07-08T00:07:10.432Z
6332026-07-08T00:07:10.432ZArchiving packages ...
6342026-07-08T00:07:10.432Z Packages to add: 1
6352026-07-08T00:07:10.432Z Files to retrieve: 6
6362026-07-08T00:07:10.432ZEstimated transfer size: 37.36 MB
6372026-07-08T00:07:10.432Z
6382026-07-08T00:07:10.432ZPackages to archive:
6392026-07-08T00:07:10.432Zdriver/network/opte@0.41.492,5.11-3.0:20260708T000640Z
6402026-07-08T00:07:10.432Z
6412026-07-08T00:07:10.432ZDownload: 0/6 items 0.0/37.4MB 0% complete
6422026-07-08T00:07:10.497ZDownload: Completed 37.36 MB in 0.07 seconds (536M/s)
6432026-07-08T00:07:10.506ZArchiving: 1/20 items 0.0/37.4MB 0% complete
6442026-07-08T00:07:10.514ZArchiving: Completed 37.40 MB in 0.01 seconds
6452026-07-08T00:07:10.551ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.492-3.0.p5p.
6462026-07-08T00:07:10.558Z+ banner copy
6472026-07-08T00:07:10.558Z
6482026-07-08T00:07:10.558Z #### #### ##### # #
6492026-07-08T00:07:10.558Z # # # # # # # #
6502026-07-08T00:07:10.558Z # # # # # #
6512026-07-08T00:07:10.558Z # # # ##### #
6522026-07-08T00:07:10.558Z # # # # # #
6532026-07-08T00:07:10.558Z #### #### # #
6542026-07-08T00:07:10.558Z
6552026-07-08T00:07:10.558Z+ pfexec mkdir -p /out
6562026-07-08T00:07:10.558Z+ pfexec chown 12345 /out
6572026-07-08T00:07:10.569Z+ PKG_NAME=/out/opte.p5p
6582026-07-08T00:07:10.569Z+ mv pkg/packages/repo/opte-0.41.492-3.0.p5p /out/opte.p5p
6592026-07-08T00:07:10.587Z+ sha256sum /out/opte.p5p
6602026-07-08T00:07:10.613Zprocess exited: duration 248906 ms, exit code 0
 
6612026-07-08T00:07:10.635Zfound 2 output files
6622026-07-08T00:07:10.635Zuploading: /out/opte.p5p (39219200 bytes)
6632026-07-08T00:07:11.932Zuploaded: /out/opte.p5p
6642026-07-08T00:07:11.932Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-07-08T00:07:12.965Zuploaded: /out/opte.p5p.sha256