01KTQSKCTN3JGQV9ZSCBX5Q55J: 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: 01KTQSKVEZV9K2WSA7XZ88ZHDJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T03:36:54.465Zjob assigned to worker 01KTQSM3E8ST02W7PHT0PHSB78 [factory aws, i-04dd1c4a67520faa6] (queued for 53 s)
 
22026-06-10T03:37:00.998Zstarting task 0: "setup"
32026-06-10T03:37:01.002Z++ uname -s
42026-06-10T03:37:01.006Z+ kern=SunOS
52026-06-10T03:37:01.006Z+ build_user=build
62026-06-10T03:37:01.006Z+ build_uid=12345
72026-06-10T03:37:01.006Z+ work_dir=/work
82026-06-10T03:37:01.006Z+ input_dir=/input
92026-06-10T03:37:01.006Z+ [[ 0 == 12345 ]]
102026-06-10T03:37:01.006Z+ case "$kern" in
112026-06-10T03:37:01.006Z+ groupadd -g 12345 build
122026-06-10T03:37:01.006Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T03:37:03.013Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T03:37:03.141Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T03:37:03.144Z+ home_fs=zfs
162026-06-10T03:37:03.144Z+ [[ zfs == autofs ]]
172026-06-10T03:37:03.144Z+ mkdir -p /home/build
182026-06-10T03:37:03.144Z+ chown build:build /home/build /work
192026-06-10T03:37:05.146Z+ chmod 0700 /home/build /work
202026-06-10T03:37:05.148Zprocess exited: duration 4152 ms, exit code 0
 
212026-06-10T03:37:05.154Zstarting task 1: "rust-toolchain"
222026-06-10T03:37:05.158Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-10T03:37:05.158Z * rust toolchain channel = "1.95.0"
242026-06-10T03:37:05.158Z * rust toolchain profile = "default"
252026-06-10T03:37:05.158Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-10T03:37:05.158Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T03:37:05.158Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T03:37:05.162Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T03:37:05.162Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-10T03:37:05.268Zinfo: downloading installer
312026-06-10T03:37:06.668Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T03:37:06.668Zwarn: /home/build/.rustup/settings.toml
332026-06-10T03:37:06.668Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T03:37:06.668Zwarn: instead of the one inferred from the default host triple.
352026-06-10T03:37:06.682Zinfo: profile set to default
362026-06-10T03:37:06.682Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T03:37:06.685Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-10T03:37:06.831Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-10T03:37:06.834Zinfo: downloading 6 components
402026-06-10T03:37:23.450Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-10T03:37:23.450Z
422026-06-10T03:37:23.478Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-10T03:37:23.478Z
442026-06-10T03:37:23.478Z
452026-06-10T03:37:23.478ZRust is installed now. Great!
462026-06-10T03:37:23.478Z
472026-06-10T03:37:23.478ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T03:37:23.478Zenvironment variable. This has not been done automatically.
492026-06-10T03:37:23.479Z
502026-06-10T03:37:23.479ZTo configure your current shell, you need to source
512026-06-10T03:37:23.479Zthe corresponding env file under $HOME/.cargo.
522026-06-10T03:37:23.479Z
532026-06-10T03:37:23.479ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T03:37:23.482Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T03:37:23.482Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T03:37:23.482Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T03:37:23.482Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T03:37:23.482Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T03:37:23.482Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T03:37:23.482Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T03:37:23.482Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T03:37:23.582Z+ rustup --version
632026-06-10T03:37:23.591Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T03:37:23.595Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T03:37:23.613Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-10T03:37:23.617Z+ cargo --version
672026-06-10T03:37:23.629Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-10T03:37:23.633Z+ rustc --version
692026-06-10T03:37:23.652Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-10T03:37:23.655Zprocess exited: duration 18500 ms, exit code 0
 
712026-06-10T03:37:23.662Zstarting task 2: "authentication"
722026-06-10T03:37:23.679Zprocess exited: duration 16 ms, exit code 0
 
732026-06-10T03:37:23.685Zstarting task 3: "clone repository"
742026-06-10T03:37:23.688Z+ mkdir -p /work/oxidecomputer/opte
752026-06-10T03:37:23.691Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-10T03:37:23.724ZCloning into '/work/oxidecomputer/opte'...
772026-06-10T03:37:24.536Z+ cd /work/oxidecomputer/opte
782026-06-10T03:37:24.536Z+ git fetch origin db98f704610f68ee307e8d8df839d51ba2252392
792026-06-10T03:37:24.796ZFrom https://github.com/oxidecomputer/opte
802026-06-10T03:37:24.796Z * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD
812026-06-10T03:37:24.801Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-06-10T03:37:24.805Z++ git branch --show-current
832026-06-10T03:37:24.805Z+ current=master
842026-06-10T03:37:24.805Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-06-10T03:37:24.805Z+ git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392
862026-06-10T03:37:24.808Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-06-10T03:37:24.823ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-06-10T03:37:24.826Z+ git reset --hard db98f704610f68ee307e8d8df839d51ba2252392
892026-06-10T03:37:24.840ZHEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52
902026-06-10T03:37:24.843Zprocess exited: duration 1155 ms, exit code 0
 
912026-06-10T03:37:24.849Zstarting task 4: "build"
922026-06-10T03:37:24.853Z+ source .github/buildomat/common.sh
932026-06-10T03:37:24.857Z++ rustup show active-toolchain
942026-06-10T03:37:24.860Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-10T03:37:24.860Z++ pushd xde
962026-06-10T03:37:24.860Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-10T03:37:24.860Z++ rustup show active-toolchain
982026-06-10T03:37:24.864Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-10T03:37:25.056Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-10T03:37:25.060Zinfo: downloading 6 components
1012026-06-10T03:38:16.246Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-10T03:38:16.341Z+++ rustup show active-toolchain -v
1032026-06-10T03:38:16.344Z+++ head -n 1
1042026-06-10T03:38:16.345Z+++ cut '-d ' -f1
1052026-06-10T03:38:16.397Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-10T03:38:16.397Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-10T03:38:16.397Z++ popd
1082026-06-10T03:38:16.397Z/work/oxidecomputer/opte
1092026-06-10T03:38:16.401Z+ TGT_BASE=/work
1102026-06-10T03:38:16.401Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-10T03:38:16.401Z+ REL_TGT=/work/release
1122026-06-10T03:38:16.401Z+ mkdir -p /work/release
1132026-06-10T03:38:16.401Z+ cargo --version
1142026-06-10T03:38:16.408Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1152026-06-10T03:38:16.411Z+ rustc --version
1162026-06-10T03:38:16.430Zrustc 1.95.0 (59807616e 2026-04-14)
1172026-06-10T03:38:16.433Z+ header 'build xde and opteadm (release+debug)'
1182026-06-10T03:38:16.433Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-10T03:38:16.433Z# ==== build xde and opteadm (release+debug) ==== #
1202026-06-10T03:38:16.433Z+ ptime -m cargo xtask build --profile all
1212026-06-10T03:38:16.536Z Updating crates.io index
1222026-06-10T03:38:16.574Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-10T03:38:17.935Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-10T03:38:18.355Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-06-10T03:38:18.697Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-10T03:38:19.144Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-06-10T03:38:19.402Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-10T03:38:19.673Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-10T03:38:22.108Z Downloading crates ...
1302026-06-10T03:38:22.161Z Downloaded zmij v1.0.21
1312026-06-10T03:38:22.170Z Downloaded serde v1.0.228
1322026-06-10T03:38:22.174Z Downloaded serde_json v1.0.150
1332026-06-10T03:38:22.189Z Downloaded syn v2.0.117
1342026-06-10T03:38:22.198Z Downloaded utf8parse v0.2.2
1352026-06-10T03:38:22.201Z Downloaded quote v1.0.45
1362026-06-10T03:38:22.201Z Downloaded strsim v0.11.1
1372026-06-10T03:38:22.201Z Downloaded anstyle-query v1.1.5
1382026-06-10T03:38:22.201Z Downloaded errno v0.3.14
1392026-06-10T03:38:22.201Z Downloaded is_terminal_polyfill v1.70.2
1402026-06-10T03:38:22.204Z Downloaded proc-macro2 v1.0.106
1412026-06-10T03:38:22.204Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1422026-06-10T03:38:22.207Z Downloaded serde_spanned v1.1.1
1432026-06-10T03:38:22.211Z Downloaded terminal_size v0.4.4
1442026-06-10T03:38:22.220Z Downloaded equivalent v1.0.2
1452026-06-10T03:38:22.227Z Downloaded anstream v1.0.0
1462026-06-10T03:38:22.233Z Downloaded unicode-ident v1.0.24
1472026-06-10T03:38:22.235Z Downloaded thiserror-impl v2.0.18
1482026-06-10T03:38:22.235Z Downloaded toml_parser v1.1.2+spec-1.1.0
1492026-06-10T03:38:22.238Z Downloaded colorchoice v1.0.5
1502026-06-10T03:38:22.238Z Downloaded anyhow v1.0.102
1512026-06-10T03:38:22.241Z Downloaded toml v1.1.2+spec-1.1.0
1522026-06-10T03:38:22.242Z Downloaded anstyle-parse v1.0.0
1532026-06-10T03:38:22.244Z Downloaded serde_derive v1.0.228
1542026-06-10T03:38:22.254Z Downloaded indexmap v2.14.0
1552026-06-10T03:38:22.264Z Downloaded hashbrown v0.17.1
1562026-06-10T03:38:22.276Z Downloaded clap v4.6.1
1572026-06-10T03:38:22.280Z Downloaded winnow v1.0.3
1582026-06-10T03:38:22.283Z Downloaded heck v0.5.0
1592026-06-10T03:38:22.286Z Downloaded clap_builder v4.6.0
1602026-06-10T03:38:22.289Z Downloaded thiserror v2.0.18
1612026-06-10T03:38:22.292Z Downloaded clap_lex v1.1.0
1622026-06-10T03:38:22.292Z Downloaded cargo_metadata v0.23.1
1632026-06-10T03:38:22.292Z Downloaded itoa v1.0.18
1642026-06-10T03:38:22.292Z Downloaded cargo-platform v0.3.3
1652026-06-10T03:38:22.299Z Downloaded semver v1.0.28
1662026-06-10T03:38:22.302Z Downloaded toml_writer v1.1.1+spec-1.1.0
1672026-06-10T03:38:22.302Z Downloaded anstyle v1.0.14
1682026-06-10T03:38:22.302Z Downloaded camino v1.2.2
1692026-06-10T03:38:22.305Z Downloaded memchr v2.8.1
1702026-06-10T03:38:22.309Z Downloaded clap_derive v4.6.1
1712026-06-10T03:38:22.314Z Downloaded serde_core v1.0.228
1722026-06-10T03:38:22.318Z Downloaded bitflags v2.13.0
1732026-06-10T03:38:22.341Z Downloaded rustix v1.1.4
1742026-06-10T03:38:22.382Z Downloaded libc v0.2.186
1752026-06-10T03:38:22.430Z Compiling serde_core v1.0.228
1762026-06-10T03:38:22.430Z Compiling proc-macro2 v1.0.106
1772026-06-10T03:38:22.430Z Compiling unicode-ident v1.0.24
1782026-06-10T03:38:22.433Z Compiling quote v1.0.45
1792026-06-10T03:38:22.433Z Compiling libc v0.2.186
1802026-06-10T03:38:22.433Z Compiling rustix v1.1.4
1812026-06-10T03:38:22.433Z Compiling zmij v1.0.21
1822026-06-10T03:38:22.433Z Compiling utf8parse v0.2.2
1832026-06-10T03:38:22.610Z Compiling bitflags v2.13.0
1842026-06-10T03:38:22.625Z Compiling anstyle-parse v1.0.0
1852026-06-10T03:38:22.846Z Compiling serde v1.0.228
1862026-06-10T03:38:22.898Z Compiling serde_json v1.0.150
1872026-06-10T03:38:22.910Z Compiling anstyle-query v1.1.5
1882026-06-10T03:38:23.010Z Compiling anstyle v1.0.14
1892026-06-10T03:38:23.043Z Compiling camino v1.2.2
1902026-06-10T03:38:23.050Z Compiling is_terminal_polyfill v1.70.2
1912026-06-10T03:38:23.125Z Compiling thiserror v2.0.18
1922026-06-10T03:38:23.128Z Compiling colorchoice v1.0.5
1932026-06-10T03:38:23.189Z Compiling errno v0.3.14
1942026-06-10T03:38:23.234Z Compiling anstream v1.0.0
1952026-06-10T03:38:23.273Z Compiling heck v0.5.0
1962026-06-10T03:38:23.397Z Compiling clap_lex v1.1.0
1972026-06-10T03:38:23.461Z Compiling anyhow v1.0.102
1982026-06-10T03:38:23.649Z Compiling itoa v1.0.18
1992026-06-10T03:38:23.703Z Compiling strsim v0.11.1
2002026-06-10T03:38:23.742Z Compiling memchr v2.8.1
2012026-06-10T03:38:23.781Z Compiling winnow v1.0.3
2022026-06-10T03:38:23.862Z Compiling syn v2.0.117
2032026-06-10T03:38:23.906Z Compiling terminal_size v0.4.4
2042026-06-10T03:38:23.984Z Compiling toml_writer v1.1.1+spec-1.1.0
2052026-06-10T03:38:24.071Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-06-10T03:38:24.196Z Compiling clap_builder v4.6.0
2072026-06-10T03:38:24.627Z Compiling cargo-platform v0.3.3
2082026-06-10T03:38:24.627Z Compiling semver v1.0.28
2092026-06-10T03:38:24.867Z Compiling serde_spanned v1.1.1
2102026-06-10T03:38:25.071Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-06-10T03:38:25.328Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-10T03:38:25.964Z Compiling thiserror-impl v2.0.18
2132026-06-10T03:38:25.964Z Compiling serde_derive v1.0.228
2142026-06-10T03:38:25.964Z Compiling clap_derive v4.6.1
2152026-06-10T03:38:27.607Z Compiling clap v4.6.1
2162026-06-10T03:38:29.173Z Compiling cargo_metadata v0.23.1
2172026-06-10T03:38:31.713Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-10T03:38:33.324Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.88s
2192026-06-10T03:38:33.410Z Running `target/debug/xtask build --profile all`
2202026-06-10T03:38:34.921ZBuilding opteadm (release).
2212026-06-10T03:38:35.017Z Compiling proc-macro2 v1.0.106
2222026-06-10T03:38:35.017Z Compiling unicode-ident v1.0.24
2232026-06-10T03:38:35.017Z Compiling quote v1.0.45
2242026-06-10T03:38:35.017Z Compiling serde_core v1.0.228
2252026-06-10T03:38:35.017Z Compiling libc v0.2.186
2262026-06-10T03:38:35.020Z Compiling cfg-if v1.0.4
2272026-06-10T03:38:35.020Z Compiling ident_case v1.0.1
2282026-06-10T03:38:35.020Z Compiling strsim v0.11.1
2292026-06-10T03:38:35.089Z Compiling fnv v1.0.7
2302026-06-10T03:38:35.143Z Compiling thiserror v2.0.18
2312026-06-10T03:38:35.143Z Compiling memchr v2.8.1
2322026-06-10T03:38:35.212Z Compiling regex-syntax v0.8.11
2332026-06-10T03:38:35.360Z Compiling zerocopy v0.8.52
2342026-06-10T03:38:35.367Z Compiling anyhow v1.0.102
2352026-06-10T03:38:35.679Z Compiling aho-corasick v1.1.4
2362026-06-10T03:38:35.683Z Compiling either v1.16.0
2372026-06-10T03:38:35.715Z Compiling serde v1.0.228
2382026-06-10T03:38:35.739Z Compiling hashbrown v0.17.1
2392026-06-10T03:38:35.813Z Compiling equivalent v1.0.2
2402026-06-10T03:38:35.872Z Compiling winnow v1.0.3
2412026-06-10T03:38:35.885Z Compiling itertools v0.14.0
2422026-06-10T03:38:36.243Z Compiling syn v2.0.117
2432026-06-10T03:38:36.287Z Compiling indexmap v2.14.0
2442026-06-10T03:38:36.373Z Compiling byteorder v1.5.0
2452026-06-10T03:38:36.559Z Compiling heapless v0.8.0
2462026-06-10T03:38:36.859Z Compiling regex-automata v0.4.14
2472026-06-10T03:38:36.900Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-06-10T03:38:36.922Z Compiling toml_datetime v1.1.1+spec-1.1.0
2492026-06-10T03:38:37.126Z Compiling hash32 v0.3.1
2502026-06-10T03:38:37.150Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2512026-06-10T03:38:37.245Z Compiling bitflags v2.13.0
2522026-06-10T03:38:37.252Z Compiling toml_edit v0.25.12+spec-1.1.0
2532026-06-10T03:38:37.320Z Compiling rustversion v1.0.22
2542026-06-10T03:38:37.383Z Compiling smoltcp v0.11.0
2552026-06-10T03:38:37.387Z Compiling syn v1.0.109
2562026-06-10T03:38:37.434Z Compiling stable_deref_trait v1.2.1
2572026-06-10T03:38:37.498Z Compiling macaddr v1.0.1
2582026-06-10T03:38:37.690Z Compiling getrandom v0.4.2
2592026-06-10T03:38:37.695Z Compiling ref-cast v1.0.25
2602026-06-10T03:38:37.711Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2612026-06-10T03:38:37.722Z Compiling bitflags v1.3.2
2622026-06-10T03:38:37.781Z Compiling proc-macro-crate v3.5.0
2632026-06-10T03:38:37.924Z Compiling rand_core v0.10.1
2642026-06-10T03:38:37.949Z Compiling version_check v0.9.5
2652026-06-10T03:38:37.989Z Compiling managed v0.8.0
2662026-06-10T03:38:38.024Z Compiling rustix v1.1.4
2672026-06-10T03:38:38.195Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-06-10T03:38:38.212Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-06-10T03:38:38.423Z Compiling errno v0.3.14
2702026-06-10T03:38:38.545Z Compiling regex v1.12.4
2712026-06-10T03:38:38.560Z Compiling foreign-types-shared v0.3.1
2722026-06-10T03:38:38.595Z Compiling ipnetwork v0.21.1
2732026-06-10T03:38:38.636Z Compiling unicode-width v0.2.2
2742026-06-10T03:38:38.663Z Compiling cpufeatures v0.3.0
2752026-06-10T03:38:38.723Z Compiling once_cell v1.21.4
2762026-06-10T03:38:38.915Z Compiling darling_core v0.21.3
2772026-06-10T03:38:38.938Z Compiling utf8parse v0.2.2
2782026-06-10T03:38:38.955Z Compiling tracing-core v0.1.36
2792026-06-10T03:38:39.030Z Compiling anstyle-parse v1.0.0
2802026-06-10T03:38:39.237Z Compiling tabwriter v1.4.1
2812026-06-10T03:38:39.362Z Compiling cstr-argument v0.1.2
2822026-06-10T03:38:39.511Z Compiling chacha20 v0.10.0
2832026-06-10T03:38:39.953Z Compiling dyn-clone v1.0.20
2842026-06-10T03:38:39.964Z Compiling thiserror-impl v2.0.18
2852026-06-10T03:38:39.972Z Compiling serde_derive v1.0.228
2862026-06-10T03:38:40.068Z Compiling zerocopy-derive v0.8.52
2872026-06-10T03:38:40.081Z Compiling num_enum_derive v0.7.6
2882026-06-10T03:38:40.401Z Compiling ref-cast-impl v1.0.25
2892026-06-10T03:38:40.893Z Compiling foreign-types-macros v0.2.3
2902026-06-10T03:38:41.020Z Compiling darling_macro v0.21.3
2912026-06-10T03:38:41.073Z Compiling tracing-attributes v0.1.31
2922026-06-10T03:38:41.108Z Compiling num_enum v0.7.6
2932026-06-10T03:38:41.215Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2942026-06-10T03:38:41.328Z Compiling cobs v0.3.0
2952026-06-10T03:38:41.483Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2962026-06-10T03:38:41.519Z Compiling foreign-types v0.5.0
2972026-06-10T03:38:41.537Z Compiling pin-project-lite v0.2.17
2982026-06-10T03:38:41.568Z Compiling darling v0.21.3
2992026-06-10T03:38:41.582Z Compiling is_terminal_polyfill v1.70.2
3002026-06-10T03:38:41.617Z Compiling pretty-hex v0.4.2
3012026-06-10T03:38:41.634Z Compiling ingot-macros v0.1.1
3022026-06-10T03:38:41.657Z Compiling anstyle v1.0.14
3032026-06-10T03:38:41.708Z Compiling anstyle-query v1.1.5
3042026-06-10T03:38:41.737Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
3052026-06-10T03:38:41.796Z Compiling colorchoice v1.0.5
3062026-06-10T03:38:41.883Z Compiling anstream v1.0.0
3072026-06-10T03:38:41.898Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3082026-06-10T03:38:41.949Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-06-10T03:38:41.959Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3102026-06-10T03:38:42.081Z Compiling terminal_size v0.4.4
3112026-06-10T03:38:42.276Z Compiling tracing v0.1.44
3122026-06-10T03:38:42.280Z Compiling rand v0.10.1
3132026-06-10T03:38:42.285Z Compiling uuid v1.23.3
3142026-06-10T03:38:42.490Z Compiling socket2 v0.6.4
3152026-06-10T03:38:42.585Z Compiling heck v0.5.0
3162026-06-10T03:38:42.605Z Compiling oxnet v0.1.6
3172026-06-10T03:38:42.762Z Compiling clap_lex v1.1.0
3182026-06-10T03:38:43.023Z Compiling colored v3.1.1
3192026-06-10T03:38:43.062Z Compiling clap_builder v4.6.0
3202026-06-10T03:38:43.065Z Compiling clap_derive v4.6.1
3212026-06-10T03:38:43.273Z Compiling postcard v1.1.3
3222026-06-10T03:38:43.330Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-06-10T03:38:44.401Z Compiling ingot-types v0.1.2
3242026-06-10T03:38:44.718Z Compiling ingot v0.1.1
3252026-06-10T03:38:44.954Z Compiling clap v4.6.1
3262026-06-10T03:38:46.477Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-10T03:38:47.478Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-06-10T03:38:48.513Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-06-10T03:38:55.068Z Finished `release` profile [optimized + debuginfo] target(s) in 20.14s
3302026-06-10T03:38:55.097ZBuilding xde (release-lto).
3312026-06-10T03:38:55.352Z Updating crates.io index
3322026-06-10T03:38:55.449Z Downloading crates ...
3332026-06-10T03:38:55.499Z Downloaded getopts v0.2.24
3342026-06-10T03:38:55.519Z Downloaded miniz_oxide v0.8.9
3352026-06-10T03:38:55.526Z Downloaded memchr v2.7.6
3362026-06-10T03:38:55.541Z Downloaded adler2 v2.0.1
3372026-06-10T03:38:55.548Z Downloaded addr2line v0.25.1
3382026-06-10T03:38:55.556Z Downloaded rustc-demangle v0.1.27
3392026-06-10T03:38:55.560Z Downloaded rustc-literal-escaper v0.0.7
3402026-06-10T03:38:55.564Z Downloaded foldhash v0.2.0
3412026-06-10T03:38:55.567Z Downloaded object v0.37.3
3422026-06-10T03:38:55.597Z Downloaded hashbrown v0.16.1
3432026-06-10T03:38:55.602Z Downloaded gimli v0.32.3
3442026-06-10T03:38:55.647Z Downloaded libc v0.2.183
3452026-06-10T03:38:55.707Z 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-06-10T03:38:55.707Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3472026-06-10T03:38:55.707Z Compiling proc-macro2 v1.0.106
3482026-06-10T03:38:55.707Z Compiling quote v1.0.45
3492026-06-10T03:38:55.710Z Compiling unicode-ident v1.0.24
3502026-06-10T03:38:55.710Z Compiling ident_case v1.0.1
3512026-06-10T03:38:55.710Z Compiling strsim v0.11.1
3522026-06-10T03:38:55.710Z Compiling serde_core v1.0.228
3532026-06-10T03:38:55.875Z Compiling fnv v1.0.7
3542026-06-10T03:38:55.880Z Compiling memchr v2.8.1
3552026-06-10T03:38:55.968Z Compiling regex-syntax v0.8.11
3562026-06-10T03:38:56.120Z Compiling serde v1.0.228
3572026-06-10T03:38:56.131Z Compiling zerocopy v0.8.52
3582026-06-10T03:38:56.138Z Compiling either v1.16.0
3592026-06-10T03:38:56.255Z Compiling thiserror v2.0.18
3602026-06-10T03:38:56.330Z Compiling aho-corasick v1.1.4
3612026-06-10T03:38:56.528Z Compiling itertools v0.14.0
3622026-06-10T03:38:56.532Z Compiling heapless v0.8.0
3632026-06-10T03:38:56.826Z Compiling syn v2.0.117
3642026-06-10T03:38:56.914Z Compiling smoltcp v0.11.0
3652026-06-10T03:38:56.950Z Compiling crc32fast v1.5.0
3662026-06-10T03:38:57.010Z Compiling version_check v0.9.5
3672026-06-10T03:38:57.287Z Compiling ref-cast v1.0.25
3682026-06-10T03:38:57.382Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-06-10T03:38:57.626Z Compiling regex-automata v0.4.14
3702026-06-10T03:38:59.060Z Compiling darling_core v0.21.3
3712026-06-10T03:38:59.060Z Compiling darling_core v0.23.0
3722026-06-10T03:38:59.118Z Compiling regex v1.12.4
3732026-06-10T03:39:00.113Z Compiling zerocopy-derive v0.8.52
3742026-06-10T03:39:00.113Z Compiling thiserror-impl v2.0.18
3752026-06-10T03:39:00.113Z Compiling serde_derive v1.0.228
3762026-06-10T03:39:00.116Z Compiling ref-cast-impl v1.0.25
3772026-06-10T03:39:00.116Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-06-10T03:39:01.652Z Compiling darling_macro v0.23.0
3792026-06-10T03:39:01.797Z Compiling darling_macro v0.21.3
3802026-06-10T03:39:02.563Z Compiling darling v0.23.0
3812026-06-10T03:39:02.631Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3822026-06-10T03:39:02.713Z Compiling darling v0.21.3
3832026-06-10T03:39:02.778Z Compiling ingot-macros v0.1.1
3842026-06-10T03:39:07.726Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3852026-06-10T03:39:09.775Z Compiling byteorder v1.5.0
3862026-06-10T03:39:09.775Z Compiling macaddr v1.0.1
3872026-06-10T03:39:09.776Z Compiling stable_deref_trait v1.2.1
3882026-06-10T03:39:09.776Z Compiling cfg-if v1.0.4
3892026-06-10T03:39:09.837Z Compiling bitflags v1.3.2
3902026-06-10T03:39:09.846Z Compiling cobs v0.3.0
3912026-06-10T03:39:09.877Z Compiling managed v0.8.0
3922026-06-10T03:39:09.963Z Compiling hash32 v0.3.1
3932026-06-10T03:39:10.045Z Compiling dyn-clone v1.0.20
3942026-06-10T03:39:10.141Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-10T03:39:11.440Z Compiling bitflags v2.13.0
3962026-06-10T03:39:11.440Z Compiling uuid v1.23.3
3972026-06-10T03:39:11.584Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-10T03:39:11.870Z Compiling postcard v1.1.3
3992026-06-10T03:39:12.638Z Compiling ingot-types v0.1.2
4002026-06-10T03:39:12.955Z Compiling ingot v0.1.1
4012026-06-10T03:39:14.466Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-10T03:39:18.285Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-10T03:39:27.058Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-10T03:39:56.857Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
4052026-06-10T03:39:56.885ZLinking xde kmod...
4062026-06-10T03:39:57.467ZBuilding xde dev link helper (release).
4072026-06-10T03:39:57.630Z 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-06-10T03:39:57.630Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-06-10T03:39:57.631Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-10T03:40:08.679Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-06-10T03:40:11.061Z Finished `release` profile [optimized + debuginfo] target(s) in 13.56s
4122026-06-10T03:40:11.082ZBuilding opteadm (dev).
4132026-06-10T03:40:11.237Z Compiling serde_core v1.0.228
4142026-06-10T03:40:11.237Z Compiling libc v0.2.186
4152026-06-10T03:40:11.237Z Compiling cfg-if v1.0.4
4162026-06-10T03:40:11.237Z Compiling memchr v2.8.1
4172026-06-10T03:40:11.240Z Compiling ident_case v1.0.1
4182026-06-10T03:40:11.240Z Compiling fnv v1.0.7
4192026-06-10T03:40:11.240Z Compiling strsim v0.11.1
4202026-06-10T03:40:11.240Z Compiling syn v2.0.117
4212026-06-10T03:40:11.311Z Compiling regex-syntax v0.8.11
4222026-06-10T03:40:11.332Z Compiling zerocopy v0.8.52
4232026-06-10T03:40:11.356Z Compiling either v1.16.0
4242026-06-10T03:40:11.535Z Compiling serde v1.0.228
4252026-06-10T03:40:11.543Z Compiling equivalent v1.0.2
4262026-06-10T03:40:11.611Z Compiling hashbrown v0.17.1
4272026-06-10T03:40:11.713Z Compiling aho-corasick v1.1.4
4282026-06-10T03:40:11.811Z Compiling winnow v1.0.3
4292026-06-10T03:40:11.916Z Compiling itertools v0.14.0
4302026-06-10T03:40:12.011Z Compiling toml_datetime v1.1.1+spec-1.1.0
4312026-06-10T03:40:12.144Z Compiling indexmap v2.14.0
4322026-06-10T03:40:12.220Z Compiling byteorder v1.5.0
4332026-06-10T03:40:12.386Z Compiling heapless v0.8.0
4342026-06-10T03:40:12.737Z Compiling regex-automata v0.4.14
4352026-06-10T03:40:12.821Z Compiling toml_parser v1.1.2+spec-1.1.0
4362026-06-10T03:40:12.836Z Compiling hash32 v0.3.1
4372026-06-10T03:40:12.986Z Compiling smoltcp v0.11.0
4382026-06-10T03:40:13.087Z Compiling macaddr v1.0.1
4392026-06-10T03:40:13.129Z Compiling syn v1.0.109
4402026-06-10T03:40:13.345Z Compiling bitflags v2.13.0
4412026-06-10T03:40:13.381Z Compiling toml_edit v0.25.12+spec-1.1.0
4422026-06-10T03:40:13.381Z Compiling stable_deref_trait v1.2.1
4432026-06-10T03:40:13.381Z Compiling rustversion v1.0.22
4442026-06-10T03:40:13.426Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4452026-06-10T03:40:13.484Z Compiling bitflags v1.3.2
4462026-06-10T03:40:13.546Z Compiling getrandom v0.4.2
4472026-06-10T03:40:13.669Z Compiling ref-cast v1.0.25
4482026-06-10T03:40:13.740Z Compiling darling_core v0.21.3
4492026-06-10T03:40:13.778Z Compiling managed v0.8.0
4502026-06-10T03:40:13.816Z Compiling rand_core v0.10.1
4512026-06-10T03:40:13.866Z Compiling proc-macro-crate v3.5.0
4522026-06-10T03:40:13.969Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4532026-06-10T03:40:13.982Z Compiling version_check v0.9.5
4542026-06-10T03:40:14.247Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-06-10T03:40:14.278Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-06-10T03:40:14.486Z Compiling regex v1.12.4
4572026-06-10T03:40:14.772Z Compiling errno v0.3.14
4582026-06-10T03:40:14.872Z Compiling cpufeatures v0.3.0
4592026-06-10T03:40:14.912Z Compiling ipnetwork v0.21.1
4602026-06-10T03:40:14.938Z Compiling unicode-width v0.2.2
4612026-06-10T03:40:14.961Z Compiling thiserror-impl v2.0.18
4622026-06-10T03:40:15.280Z Compiling zerocopy-derive v0.8.52
4632026-06-10T03:40:15.286Z Compiling serde_derive v1.0.228
4642026-06-10T03:40:15.438Z Compiling num_enum_derive v0.7.6
4652026-06-10T03:40:15.875Z Compiling darling_macro v0.21.3
4662026-06-10T03:40:16.164Z Compiling ref-cast-impl v1.0.25
4672026-06-10T03:40:16.225Z Compiling thiserror v2.0.18
4682026-06-10T03:40:16.326Z Compiling cobs v0.3.0
4692026-06-10T03:40:16.448Z Compiling darling v0.21.3
4702026-06-10T03:40:16.455Z Compiling foreign-types-macros v0.2.3
4712026-06-10T03:40:16.519Z Compiling ingot-macros v0.1.1
4722026-06-10T03:40:16.622Z Compiling once_cell v1.21.4
4732026-06-10T03:40:16.767Z Compiling foreign-types-shared v0.3.1
4742026-06-10T03:40:16.851Z Compiling tracing-core v0.1.36
4752026-06-10T03:40:16.957Z Compiling num_enum v0.7.6
4762026-06-10T03:40:17.078Z Compiling cstr-argument v0.1.2
4772026-06-10T03:40:17.093Z Compiling foreign-types v0.5.0
4782026-06-10T03:40:17.177Z Compiling tabwriter v1.4.1
4792026-06-10T03:40:17.253Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4802026-06-10T03:40:17.571Z Compiling tracing-attributes v0.1.31
4812026-06-10T03:40:17.641Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-06-10T03:40:17.812Z Compiling chacha20 v0.10.0
4832026-06-10T03:40:18.139Z Compiling rustix v1.1.4
4842026-06-10T03:40:18.372Z Compiling anyhow v1.0.102
4852026-06-10T03:40:18.391Z Compiling pin-project-lite v0.2.17
4862026-06-10T03:40:18.469Z Compiling postcard v1.1.3
4872026-06-10T03:40:18.478Z Compiling pretty-hex v0.4.2
4882026-06-10T03:40:18.565Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4892026-06-10T03:40:18.599Z Compiling dyn-clone v1.0.20
4902026-06-10T03:40:18.696Z Compiling terminal_size v0.4.4
4912026-06-10T03:40:18.777Z Compiling tracing v0.1.44
4922026-06-10T03:40:18.800Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4932026-06-10T03:40:18.812Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942026-06-10T03:40:18.840Z Compiling rand v0.10.1
4952026-06-10T03:40:19.002Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-10T03:40:19.057Z Compiling uuid v1.23.3
4972026-06-10T03:40:19.120Z Compiling socket2 v0.6.4
4982026-06-10T03:40:19.137Z Compiling oxnet v0.1.6
4992026-06-10T03:40:19.196Z Compiling colored v3.1.1
5002026-06-10T03:40:19.360Z Compiling clap_derive v4.6.1
5012026-06-10T03:40:19.633Z Compiling ingot-types v0.1.2
5022026-06-10T03:40:19.653Z Compiling clap_builder v4.6.0
5032026-06-10T03:40:19.717Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-06-10T03:40:20.012Z Compiling ingot v0.1.1
5052026-06-10T03:40:21.282Z Compiling clap v4.6.1
5062026-06-10T03:40:21.676Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-10T03:40:24.134Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-10T03:40:25.318Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-10T03:40:29.761Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.67s
5102026-06-10T03:40:29.792ZBuilding xde (dev).
5112026-06-10T03:40:30.022Z 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-06-10T03:40:30.022Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-06-10T03:40:30.022Z Compiling proc-macro2 v1.0.106
5142026-06-10T03:40:30.022Z Compiling unicode-ident v1.0.24
5152026-06-10T03:40:30.022Z Compiling quote v1.0.45
5162026-06-10T03:40:30.022Z Compiling strsim v0.11.1
5172026-06-10T03:40:30.022Z Compiling ident_case v1.0.1
5182026-06-10T03:40:30.025Z Compiling serde_core v1.0.228
5192026-06-10T03:40:30.146Z Compiling memchr v2.8.1
5202026-06-10T03:40:30.175Z Compiling fnv v1.0.7
5212026-06-10T03:40:30.241Z Compiling regex-syntax v0.8.11
5222026-06-10T03:40:30.421Z Compiling thiserror v2.0.18
5232026-06-10T03:40:30.432Z Compiling zerocopy v0.8.52
5242026-06-10T03:40:30.460Z Compiling serde v1.0.228
5252026-06-10T03:40:30.561Z Compiling aho-corasick v1.1.4
5262026-06-10T03:40:30.830Z Compiling either v1.16.0
5272026-06-10T03:40:30.867Z Compiling heapless v0.8.0
5282026-06-10T03:40:30.993Z Compiling itertools v0.14.0
5292026-06-10T03:40:31.063Z Compiling smoltcp v0.11.0
5302026-06-10T03:40:31.220Z Compiling syn v2.0.117
5312026-06-10T03:40:31.277Z Compiling crc32fast v1.5.0
5322026-06-10T03:40:31.336Z Compiling ref-cast v1.0.25
5332026-06-10T03:40:31.489Z Compiling version_check v0.9.5
5342026-06-10T03:40:31.735Z Compiling regex-automata v0.4.14
5352026-06-10T03:40:31.833Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-06-10T03:40:33.279Z Compiling regex v1.12.4
5372026-06-10T03:40:33.474Z Compiling darling_core v0.21.3
5382026-06-10T03:40:33.474Z Compiling darling_core v0.23.0
5392026-06-10T03:40:34.448Z Compiling zerocopy-derive v0.8.52
5402026-06-10T03:40:34.448Z Compiling thiserror-impl v2.0.18
5412026-06-10T03:40:34.448Z Compiling serde_derive v1.0.228
5422026-06-10T03:40:34.452Z Compiling ref-cast-impl v1.0.25
5432026-06-10T03:40:34.452Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-10T03:40:36.108Z Compiling darling_macro v0.23.0
5452026-06-10T03:40:36.175Z Compiling darling_macro v0.21.3
5462026-06-10T03:40:37.019Z Compiling darling v0.23.0
5472026-06-10T03:40:37.081Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5482026-06-10T03:40:37.085Z Compiling darling v0.21.3
5492026-06-10T03:40:37.143Z Compiling ingot-macros v0.1.1
5502026-06-10T03:40:41.554Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-06-10T03:40:43.308Z Compiling byteorder v1.5.0
5522026-06-10T03:40:43.308Z Compiling stable_deref_trait v1.2.1
5532026-06-10T03:40:43.309Z Compiling macaddr v1.0.1
5542026-06-10T03:40:43.318Z Compiling cfg-if v1.0.4
5552026-06-10T03:40:43.374Z Compiling bitflags v1.3.2
5562026-06-10T03:40:43.381Z Compiling cobs v0.3.0
5572026-06-10T03:40:43.414Z Compiling managed v0.8.0
5582026-06-10T03:40:43.491Z Compiling hash32 v0.3.1
5592026-06-10T03:40:43.646Z Compiling dyn-clone v1.0.20
5602026-06-10T03:40:43.741Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-06-10T03:40:44.831Z Compiling bitflags v2.13.0
5622026-06-10T03:40:44.831Z Compiling uuid v1.23.3
5632026-06-10T03:40:44.967Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-06-10T03:40:45.277Z Compiling postcard v1.1.3
5652026-06-10T03:40:46.048Z Compiling ingot-types v0.1.2
5662026-06-10T03:40:46.335Z Compiling ingot v0.1.1
5672026-06-10T03:40:47.738Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-06-10T03:40:52.077Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-06-10T03:41:02.488Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-06-10T03:41:10.889Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.07s
5712026-06-10T03:41:10.912ZLinking xde kmod...
5722026-06-10T03:41:12.058ZBuilding xde dev link helper (dev).
5732026-06-10T03:41:12.222Z 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-06-10T03:41:12.222Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5752026-06-10T03:41:12.222Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-06-10T03:41:22.733Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5772026-06-10T03:41:24.933Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.84s
5782026-06-10T03:41:24.955Z
5792026-06-10T03:41:24.955Zreal 3:08.517398405
5802026-06-10T03:41:24.955Zuser 9:02.570019009
5812026-06-10T03:41:24.955Zsys 59.021886762
5822026-06-10T03:41:24.955Ztrap 0.240811686
5832026-06-10T03:41:24.958Ztflt 0.699121516
5842026-06-10T03:41:24.958Zdflt 1.381750350
5852026-06-10T03:41:24.958Zkflt 0.006917302
5862026-06-10T03:41:24.958Zlock 30:46.483302319
5872026-06-10T03:41:24.958Zslp 21:09.582156050
5882026-06-10T03:41:24.958Zlat 21.188847232
5892026-06-10T03:41:24.958Zstop 30.517086799
5902026-06-10T03:41:24.958Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-06-10T03:41:24.958Z+ grep GOTPCREL
5922026-06-10T03:41:25.917Z+ header 'package opte'
5932026-06-10T03:41:25.917Z+ echo '# ==== package opte ==== #'
5942026-06-10T03:41:25.917Z+ cargo xtask package --skip-build --profile all
5952026-06-10T03:41:25.917Z# ==== package opte ==== #
5962026-06-10T03:41:26.058Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-06-10T03:41:26.062Z Running `target/debug/xtask package --skip-build --profile all`
5982026-06-10T03:41:26.274Z+ ./clean.sh
5992026-06-10T03:41:26.281Z+ mkdir -p proto/kernel/drv/amd64
6002026-06-10T03:41:26.284Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-06-10T03:41:26.284Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-06-10T03:41:26.287Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-06-10T03:41:26.303Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-06-10T03:41:26.340Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-06-10T03:41:26.343Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-06-10T03:41:26.343Z+ '[' -z ']'
6072026-06-10T03:41:26.343Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-06-10T03:41:26.366Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-06-10T03:41:26.439Z+ INC_DEBUG=
6102026-06-10T03:41:26.439Z+ typeset -ri TAG=0
6112026-06-10T03:41:26.442Z++ ./print-api-version.sh
6122026-06-10T03:41:26.445Z+ API_VSN=41
6132026-06-10T03:41:26.445Z+ PKG_VERSION=0.41.485-3.0
6142026-06-10T03:41:26.448Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.485-3.0/g opte.template.p5m
6152026-06-10T03:41:26.448Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-06-10T03:41:26.989Z+ pkgdepend generate -d proto opte.base.p5m
6172026-06-10T03:41:27.333Z+ mkdir -p packages
6182026-06-10T03:41:27.336Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-06-10T03:41:34.114Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-06-10T03:41:34.117Z+ pkgrepo create packages/repo
6212026-06-10T03:41:34.329Z+ pkgrepo add-publisher -s packages/repo helios
6222026-06-10T03:41:34.538Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-06-10T03:42:03.936Zpkg://helios/driver/network/opte@0.41.485,5.11-3.0:20260610T034133Z
6242026-06-10T03:42:03.936ZPUBLISHED
6252026-06-10T03:42:03.972Z+ pkgrecv -a -d packages/repo/opte-0.41.485-3.0.p5p -s packages/repo -v -m latest '*'
6262026-06-10T03:42:04.157ZRetrieving packages for publisher helios ...
6272026-06-10T03:42:04.161ZRetrieving catalog 'helios' ... Done
6282026-06-10T03:42:04.161ZRetrieving and evaluating 1 package(s)...
6292026-06-10T03:42:04.162ZFetching manifests: 1/1 100% complete
6302026-06-10T03:42:04.162ZFetching manifests: 1/1 100% complete
6312026-06-10T03:42:04.162Z
6322026-06-10T03:42:04.162ZArchiving packages ...
6332026-06-10T03:42:04.162Z Packages to add: 1
6342026-06-10T03:42:04.162Z Files to retrieve: 6
6352026-06-10T03:42:04.162ZEstimated transfer size: 37.12 MB
6362026-06-10T03:42:04.162Z
6372026-06-10T03:42:04.162ZPackages to archive:
6382026-06-10T03:42:04.162Zdriver/network/opte@0.41.485,5.11-3.0:20260610T034133Z
6392026-06-10T03:42:04.163Z
6402026-06-10T03:42:04.163ZDownload: 0/6 items 0.0/37.1MB 0% complete
6412026-06-10T03:42:04.230ZDownload: Completed 37.12 MB in 0.07 seconds (540M/s)
6422026-06-10T03:42:04.234ZArchiving: 1/20 items 0.0/37.2MB 0% complete
6432026-06-10T03:42:04.253ZArchiving: Completed 37.15 MB in 0.01 seconds
6442026-06-10T03:42:04.285ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.485-3.0.p5p.
6452026-06-10T03:42:04.289Z+ banner copy
6462026-06-10T03:42:04.293Z
6472026-06-10T03:42:04.293Z #### #### ##### # #
6482026-06-10T03:42:04.294Z # # # # # # # #
6492026-06-10T03:42:04.294Z # # # # # #
6502026-06-10T03:42:04.294Z # # # ##### #
6512026-06-10T03:42:04.294Z # # # # # #
6522026-06-10T03:42:04.294Z #### #### # #
6532026-06-10T03:42:04.294Z
6542026-06-10T03:42:04.294Z+ pfexec mkdir -p /out
6552026-06-10T03:42:04.297Z+ pfexec chown 12345 /out
6562026-06-10T03:42:04.297Z+ PKG_NAME=/out/opte.p5p
6572026-06-10T03:42:04.297Z+ mv pkg/packages/repo/opte-0.41.485-3.0.p5p /out/opte.p5p
6582026-06-10T03:42:04.324Z+ sha256sum /out/opte.p5p
6592026-06-10T03:42:04.349Zprocess exited: duration 279497 ms, exit code 0
 
6602026-06-10T03:42:04.362Zfound 2 output files
6612026-06-10T03:42:04.362Zuploading: /out/opte.p5p (38963200 bytes)
6622026-06-10T03:42:05.776Zuploaded: /out/opte.p5p
6632026-06-10T03:42:05.776Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-06-10T03:42:06.829Zuploaded: /out/opte.p5p.sha256