01KVYF69BWNYQ6KJZYND9TF02C: 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: 01KVYF6YGM327K51T90AHABBNE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:05:25.648Zjob assigned to worker 01KVYF765MZ26CK72DC28ZWNJG [factory aws, i-0516eff1956246748] (queued for 50 s)
 
22026-06-25T04:05:31.668Zstarting task 0: "setup"
32026-06-25T04:05:31.675Z++ uname -s
42026-06-25T04:05:31.678Z+ kern=SunOS
52026-06-25T04:05:31.678Z+ build_user=build
62026-06-25T04:05:31.678Z+ build_uid=12345
72026-06-25T04:05:31.678Z+ work_dir=/work
82026-06-25T04:05:31.678Z+ input_dir=/input
92026-06-25T04:05:31.678Z+ [[ 0 == 12345 ]]
102026-06-25T04:05:31.678Z+ case "$kern" in
112026-06-25T04:05:31.678Z+ groupadd -g 12345 build
122026-06-25T04:05:31.683Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:05:33.685Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:05:33.759Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:05:33.762Z+ home_fs=zfs
162026-06-25T04:05:33.762Z+ [[ zfs == autofs ]]
172026-06-25T04:05:33.762Z+ mkdir -p /home/build
182026-06-25T04:05:33.762Z+ chown build:build /home/build /work
192026-06-25T04:05:35.763Z+ chmod 0700 /home/build /work
202026-06-25T04:05:35.766Zprocess exited: duration 4097 ms, exit code 0
 
212026-06-25T04:05:35.773Zstarting task 1: "rust-toolchain"
222026-06-25T04:05:35.777Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:05:35.777Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T04:05:35.777Z * rust toolchain channel = "1.96.0"
252026-06-25T04:05:35.777Z * rust toolchain profile = "default"
262026-06-25T04:05:35.777Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T04:05:35.777Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T04:05:35.780Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:05:35.780Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:05:35.883Zinfo: downloading installer
312026-06-25T04:05:37.330Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:05:37.330Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:05:37.330Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:05:37.330Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:05:37.342Zinfo: profile set to default
362026-06-25T04:05:37.342Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:05:37.345Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:05:37.518Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:05:37.521Zinfo: downloading 6 components
402026-06-25T04:05:53.874Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T04:05:53.874Z
422026-06-25T04:05:53.902Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:05:53.902Z
442026-06-25T04:05:53.902Z
452026-06-25T04:05:53.902ZRust is installed now. Great!
462026-06-25T04:05:53.902Z
472026-06-25T04:05:53.902ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:05:53.902Zenvironment variable. This has not been done automatically.
492026-06-25T04:05:53.902Z
502026-06-25T04:05:53.902ZTo configure your current shell, you need to source
512026-06-25T04:05:53.902Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:05:53.902Z
532026-06-25T04:05:53.902ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:05:53.902Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:05:53.902Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:05:53.902Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:05:53.902Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:05:53.905Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:05:53.905Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:05:53.905Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:05:53.905Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:05:53.999Z+ rustup --version
632026-06-25T04:05:54.004Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:05:54.004Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:05:54.028Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:05:54.034Z+ cargo --version
672026-06-25T04:05:54.041Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:05:54.044Z+ rustc --version
692026-06-25T04:05:54.063Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:05:54.070Zprocess exited: duration 18289 ms, exit code 0
 
712026-06-25T04:05:54.080Zstarting task 2: "authentication"
722026-06-25T04:05:54.101Zprocess exited: duration 21 ms, exit code 0
 
732026-06-25T04:05:54.115Zstarting task 3: "clone repository"
742026-06-25T04:05:54.122Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T04:05:54.122Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T04:05:54.149ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T04:05:55.077Z+ cd /work/oxidecomputer/opte
782026-06-25T04:05:55.098Z+ git fetch origin d1082cc955d4587752fbf7b58d475cfa9ba9ae24
792026-06-25T04:05:55.305ZFrom https://github.com/oxidecomputer/opte
802026-06-25T04:05:55.305Z * branch d1082cc955d4587752fbf7b58d475cfa9ba9ae24 -> FETCH_HEAD
812026-06-25T04:05:55.319Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-06-25T04:05:55.319Z++ git branch --show-current
832026-06-25T04:05:55.319Z+ current=master
842026-06-25T04:05:55.319Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-06-25T04:05:55.319Z+ git branch -f renovate/uuid-1.x-lockfile d1082cc955d4587752fbf7b58d475cfa9ba9ae24
862026-06-25T04:05:55.319Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-06-25T04:05:55.327ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-06-25T04:05:55.327Z+ git reset --hard d1082cc955d4587752fbf7b58d475cfa9ba9ae24
892026-06-25T04:05:55.359ZHEAD is now at d1082cc Update Rust crate uuid to v1.23.4
902026-06-25T04:05:55.359Zprocess exited: duration 1226 ms, exit code 0
 
912026-06-25T04:05:55.397Zstarting task 4: "build"
922026-06-25T04:05:55.402Z+ source .github/buildomat/common.sh
932026-06-25T04:05:55.403Z++ rustup show active-toolchain
942026-06-25T04:05:55.413Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-25T04:05:55.413Z++ pushd xde
962026-06-25T04:05:55.413Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-25T04:05:55.413Z++ rustup show active-toolchain
982026-06-25T04:05:55.425Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-25T04:05:55.587Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-25T04:05:55.603Zinfo: downloading 6 components
1012026-06-25T04:06:12.190Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-25T04:06:12.190Z+++ rustup show active-toolchain -v
1032026-06-25T04:06:12.190Z+++ head -n 1
1042026-06-25T04:06:12.190Z+++ cut '-d ' -f1
1052026-06-25T04:06:12.190Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-25T04:06:12.190Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-25T04:06:12.190Z++ popd
1082026-06-25T04:06:12.190Z/work/oxidecomputer/opte
1092026-06-25T04:06:12.191Z+ TGT_BASE=/work
1102026-06-25T04:06:12.191Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-25T04:06:12.191Z+ REL_TGT=/work/release
1122026-06-25T04:06:12.191Z+ mkdir -p /work/release
1132026-06-25T04:06:12.191Z+ cargo --version
1142026-06-25T04:06:12.191Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-25T04:06:12.191Z+ rustc --version
1162026-06-25T04:06:12.191Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-25T04:06:12.191Z+ header 'build xde and opteadm (release+debug)'
1182026-06-25T04:06:12.191Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-25T04:06:12.191Z+ ptime -m cargo xtask build --profile all
1202026-06-25T04:06:12.191Z# ==== build xde and opteadm (release+debug) ==== #
1212026-06-25T04:06:12.191Z Updating crates.io index
1222026-06-25T04:06:12.191Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-25T04:06:12.746Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-25T04:06:13.019Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-06-25T04:06:13.377Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-25T04:06:13.622Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-06-25T04:06:13.857Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-25T04:06:14.085Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-25T04:06:16.225Z Downloading crates ...
1302026-06-25T04:06:16.286Z Downloaded camino v1.2.3
1312026-06-25T04:06:16.290Z Downloaded toml_parser v1.1.2+spec-1.1.0
1322026-06-25T04:06:16.298Z Downloaded anstyle-query v1.1.5
1332026-06-25T04:06:16.301Z Downloaded indexmap v2.14.0
1342026-06-25T04:06:16.304Z Downloaded clap v4.6.1
1352026-06-25T04:06:16.309Z Downloaded terminal_size v0.4.4
1362026-06-25T04:06:16.312Z Downloaded heck v0.5.0
1372026-06-25T04:06:16.312Z Downloaded serde_spanned v1.1.1
1382026-06-25T04:06:16.315Z Downloaded itoa v1.0.18
1392026-06-25T04:06:16.318Z Downloaded clap_lex v1.1.0
1402026-06-25T04:06:16.321Z Downloaded equivalent v1.0.2
1412026-06-25T04:06:16.324Z Downloaded utf8parse v0.2.2
1422026-06-25T04:06:16.327Z Downloaded cargo-platform v0.3.3
1432026-06-25T04:06:16.327Z Downloaded is_terminal_polyfill v1.70.2
1442026-06-25T04:06:16.340Z Downloaded strsim v0.11.1
1452026-06-25T04:06:16.344Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1462026-06-25T04:06:16.344Z Downloaded anstyle-parse v1.0.0
1472026-06-25T04:06:16.351Z Downloaded colorchoice v1.0.5
1482026-06-25T04:06:16.357Z Downloaded cargo_metadata v0.23.1
1492026-06-25T04:06:16.360Z Downloaded errno v0.3.14
1502026-06-25T04:06:16.366Z Downloaded toml_writer v1.1.1+spec-1.1.0
1512026-06-25T04:06:16.373Z Downloaded zmij v1.0.21
1522026-06-25T04:06:16.376Z Downloaded anstream v1.0.0
1532026-06-25T04:06:16.379Z Downloaded thiserror v2.0.18
1542026-06-25T04:06:16.383Z Downloaded quote v1.0.46
1552026-06-25T04:06:16.393Z Downloaded thiserror-impl v2.0.18
1562026-06-25T04:06:16.397Z Downloaded anstyle v1.0.14
1572026-06-25T04:06:16.397Z Downloaded proc-macro2 v1.0.106
1582026-06-25T04:06:16.401Z Downloaded serde_derive v1.0.228
1592026-06-25T04:06:16.404Z Downloaded clap_derive v4.6.1
1602026-06-25T04:06:16.408Z Downloaded toml v1.1.2+spec-1.1.0
1612026-06-25T04:06:16.408Z Downloaded semver v1.0.28
1622026-06-25T04:06:16.411Z Downloaded bitflags v2.13.0
1632026-06-25T04:06:16.411Z Downloaded anyhow v1.0.102
1642026-06-25T04:06:16.415Z Downloaded unicode-ident v1.0.24
1652026-06-25T04:06:16.423Z Downloaded serde_core v1.0.228
1662026-06-25T04:06:16.426Z Downloaded serde v1.0.228
1672026-06-25T04:06:16.442Z Downloaded memchr v2.8.2
1682026-06-25T04:06:16.475Z Downloaded hashbrown v0.17.1
1692026-06-25T04:06:16.479Z Downloaded serde_json v1.0.150
1702026-06-25T04:06:16.482Z Downloaded clap_builder v4.6.0
1712026-06-25T04:06:16.485Z Downloaded winnow v1.0.3
1722026-06-25T04:06:16.517Z Downloaded syn v2.0.118
1732026-06-25T04:06:16.533Z Downloaded rustix v1.1.4
1742026-06-25T04:06:16.565Z Downloaded libc v0.2.186
1752026-06-25T04:06:16.615Z Compiling proc-macro2 v1.0.106
1762026-06-25T04:06:16.615Z Compiling serde_core v1.0.228
1772026-06-25T04:06:16.618Z Compiling unicode-ident v1.0.24
1782026-06-25T04:06:16.619Z Compiling quote v1.0.46
1792026-06-25T04:06:16.619Z Compiling libc v0.2.186
1802026-06-25T04:06:16.619Z Compiling rustix v1.1.4
1812026-06-25T04:06:16.619Z Compiling zmij v1.0.21
1822026-06-25T04:06:16.619Z Compiling bitflags v2.13.0
1832026-06-25T04:06:16.820Z Compiling utf8parse v0.2.2
1842026-06-25T04:06:16.919Z Compiling anstyle-parse v1.0.0
1852026-06-25T04:06:17.066Z Compiling anstyle-query v1.1.5
1862026-06-25T04:06:17.080Z Compiling serde_json v1.0.150
1872026-06-25T04:06:17.135Z Compiling is_terminal_polyfill v1.70.2
1882026-06-25T04:06:17.144Z Compiling thiserror v2.0.18
1892026-06-25T04:06:17.161Z Compiling camino v1.2.3
1902026-06-25T04:06:17.206Z Compiling colorchoice v1.0.5
1912026-06-25T04:06:17.213Z Compiling anstyle v1.0.14
1922026-06-25T04:06:17.292Z Compiling serde v1.0.228
1932026-06-25T04:06:17.443Z Compiling errno v0.3.14
1942026-06-25T04:06:17.508Z Compiling anstream v1.0.0
1952026-06-25T04:06:17.519Z Compiling itoa v1.0.18
1962026-06-25T04:06:17.657Z Compiling winnow v1.0.3
1972026-06-25T04:06:17.657Z Compiling anyhow v1.0.102
1982026-06-25T04:06:17.782Z Compiling memchr v2.8.2
1992026-06-25T04:06:17.909Z Compiling syn v2.0.118
2002026-06-25T04:06:17.957Z Compiling clap_lex v1.1.0
2012026-06-25T04:06:17.965Z Compiling strsim v0.11.1
2022026-06-25T04:06:18.029Z Compiling heck v0.5.0
2032026-06-25T04:06:18.074Z Compiling terminal_size v0.4.4
2042026-06-25T04:06:18.218Z Compiling clap_builder v4.6.0
2052026-06-25T04:06:18.355Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-06-25T04:06:18.427Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-06-25T04:06:18.865Z Compiling serde_spanned v1.1.1
2082026-06-25T04:06:19.049Z Compiling cargo-platform v0.3.3
2092026-06-25T04:06:19.342Z Compiling semver v1.0.28
2102026-06-25T04:06:19.505Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-06-25T04:06:19.731Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-25T04:06:20.259Z Compiling serde_derive v1.0.228
2132026-06-25T04:06:20.633Z Compiling thiserror-impl v2.0.18
2142026-06-25T04:06:20.668Z Compiling clap_derive v4.6.1
2152026-06-25T04:06:22.115Z Compiling clap v4.6.1
2162026-06-25T04:06:23.494Z Compiling cargo_metadata v0.23.1
2172026-06-25T04:06:25.921Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-25T04:06:27.505Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.51s
2192026-06-25T04:06:27.580Z Running `target/debug/xtask build --profile all`
2202026-06-25T04:06:29.075ZBuilding opteadm (release).
2212026-06-25T04:06:29.168Z Compiling proc-macro2 v1.0.106
2222026-06-25T04:06:29.168Z Compiling quote v1.0.46
2232026-06-25T04:06:29.168Z Compiling unicode-ident v1.0.24
2242026-06-25T04:06:29.168Z Compiling serde_core v1.0.228
2252026-06-25T04:06:29.172Z Compiling libc v0.2.186
2262026-06-25T04:06:29.172Z Compiling cfg-if v1.0.4
2272026-06-25T04:06:29.172Z Compiling ident_case v1.0.1
2282026-06-25T04:06:29.172Z Compiling thiserror v2.0.18
2292026-06-25T04:06:29.239Z Compiling strsim v0.11.1
2302026-06-25T04:06:29.282Z Compiling fnv v1.0.7
2312026-06-25T04:06:29.286Z Compiling memchr v2.8.2
2322026-06-25T04:06:29.361Z Compiling regex-syntax v0.8.11
2332026-06-25T04:06:29.475Z Compiling anyhow v1.0.102
2342026-06-25T04:06:29.504Z Compiling zerocopy v0.8.52
2352026-06-25T04:06:29.701Z Compiling aho-corasick v1.1.4
2362026-06-25T04:06:29.806Z Compiling either v1.16.0
2372026-06-25T04:06:29.856Z Compiling winnow v1.0.3
2382026-06-25T04:06:29.901Z Compiling equivalent v1.0.2
2392026-06-25T04:06:29.916Z Compiling hashbrown v0.17.1
2402026-06-25T04:06:29.971Z Compiling serde v1.0.228
2412026-06-25T04:06:29.995Z Compiling itertools v0.14.0
2422026-06-25T04:06:30.395Z Compiling indexmap v2.14.0
2432026-06-25T04:06:30.435Z Compiling syn v2.0.118
2442026-06-25T04:06:30.567Z Compiling toml_datetime v1.1.1+spec-1.1.0
2452026-06-25T04:06:30.783Z Compiling heapless v0.8.0
2462026-06-25T04:06:30.943Z Compiling regex-automata v0.4.14
2472026-06-25T04:06:31.039Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-06-25T04:06:31.070Z Compiling byteorder v1.5.0
2492026-06-25T04:06:31.252Z Compiling hash32 v0.3.1
2502026-06-25T04:06:31.307Z Compiling stable_deref_trait v1.2.1
2512026-06-25T04:06:31.312Z Compiling rustversion v1.0.22
2522026-06-25T04:06:31.372Z Compiling bitflags v2.13.0
2532026-06-25T04:06:31.379Z Compiling syn v1.0.109
2542026-06-25T04:06:31.469Z Compiling toml_edit v0.25.12+spec-1.1.0
2552026-06-25T04:06:31.479Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2562026-06-25T04:06:31.594Z Compiling macaddr v1.0.1
2572026-06-25T04:06:31.634Z Compiling smoltcp v0.11.0
2582026-06-25T04:06:31.712Z Compiling rustix v1.1.4
2592026-06-25T04:06:31.740Z Compiling bitflags v1.3.2
2602026-06-25T04:06:31.795Z Compiling getrandom v0.4.3
2612026-06-25T04:06:31.800Z Compiling ref-cast v1.0.25
2622026-06-25T04:06:31.960Z Compiling managed v0.8.0
2632026-06-25T04:06:32.044Z Compiling proc-macro-crate v3.5.0
2642026-06-25T04:06:32.048Z Compiling rand_core v0.10.1
2652026-06-25T04:06:32.096Z Compiling version_check v0.9.5
2662026-06-25T04:06:32.191Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2672026-06-25T04:06:32.358Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-06-25T04:06:32.413Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-06-25T04:06:32.452Z Compiling errno v0.3.14
2702026-06-25T04:06:32.609Z Compiling cpufeatures v0.3.0
2712026-06-25T04:06:32.669Z Compiling foreign-types-shared v0.3.1
2722026-06-25T04:06:32.750Z Compiling regex v1.12.4
2732026-06-25T04:06:32.813Z Compiling utf8parse v0.2.2
2742026-06-25T04:06:32.916Z Compiling ipnetwork v0.21.1
2752026-06-25T04:06:32.961Z Compiling unicode-width v0.2.2
2762026-06-25T04:06:33.137Z Compiling darling_core v0.21.3
2772026-06-25T04:06:33.242Z Compiling once_cell v1.21.4
2782026-06-25T04:06:33.277Z Compiling tabwriter v1.4.1
2792026-06-25T04:06:33.341Z Compiling cstr-argument v0.1.2
2802026-06-25T04:06:33.466Z Compiling tracing-core v0.1.36
2812026-06-25T04:06:33.487Z Compiling anstyle-parse v1.0.0
2822026-06-25T04:06:33.572Z Compiling chacha20 v0.10.0
2832026-06-25T04:06:34.127Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2842026-06-25T04:06:34.131Z Compiling anstyle-query v1.1.5
2852026-06-25T04:06:34.216Z Compiling colorchoice v1.0.5
2862026-06-25T04:06:34.290Z Compiling dyn-clone v1.0.20
2872026-06-25T04:06:34.303Z Compiling thiserror-impl v2.0.18
2882026-06-25T04:06:34.316Z Compiling zerocopy-derive v0.8.52
2892026-06-25T04:06:34.322Z Compiling serde_derive v1.0.228
2902026-06-25T04:06:34.417Z Compiling ref-cast-impl v1.0.25
2912026-06-25T04:06:34.437Z Compiling foreign-types-macros v0.2.3
2922026-06-25T04:06:34.909Z Compiling num_enum_derive v0.7.6
2932026-06-25T04:06:35.047Z Compiling foreign-types v0.5.0
2942026-06-25T04:06:35.071Z Compiling tracing-attributes v0.1.31
2952026-06-25T04:06:35.111Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2962026-06-25T04:06:35.199Z Compiling darling_macro v0.21.3
2972026-06-25T04:06:35.589Z Compiling cobs v0.3.0
2982026-06-25T04:06:35.632Z Compiling pretty-hex v0.4.2
2992026-06-25T04:06:35.746Z Compiling darling v0.21.3
3002026-06-25T04:06:35.756Z Compiling pin-project-lite v0.2.17
3012026-06-25T04:06:35.766Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3022026-06-25T04:06:35.800Z Compiling is_terminal_polyfill v1.70.2
3032026-06-25T04:06:35.811Z Compiling ingot-macros v0.1.1
3042026-06-25T04:06:35.840Z Compiling anstyle v1.0.14
3052026-06-25T04:06:35.876Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3062026-06-25T04:06:35.892Z Compiling num_enum v0.7.6
3072026-06-25T04:06:35.993Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3082026-06-25T04:06:36.070Z Compiling anstream v1.0.0
3092026-06-25T04:06:36.196Z Compiling terminal_size v0.4.4
3102026-06-25T04:06:36.228Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3112026-06-25T04:06:36.306Z Compiling tracing v0.1.44
3122026-06-25T04:06:36.330Z Compiling rand v0.10.1
3132026-06-25T04:06:36.482Z Compiling uuid v1.23.4
3142026-06-25T04:06:36.613Z Compiling socket2 v0.6.4
3152026-06-25T04:06:36.623Z Compiling clap_lex v1.1.0
3162026-06-25T04:06:36.774Z Compiling colored v3.1.1
3172026-06-25T04:06:36.934Z Compiling oxnet v0.1.6
3182026-06-25T04:06:37.152Z Compiling heck v0.5.0
3192026-06-25T04:06:37.221Z Compiling clap_builder v4.6.0
3202026-06-25T04:06:37.320Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3212026-06-25T04:06:37.335Z Compiling clap_derive v4.6.1
3222026-06-25T04:06:37.558Z Compiling postcard v1.1.3
3232026-06-25T04:06:38.713Z Compiling ingot-types v0.1.2
3242026-06-25T04:06:38.988Z Compiling clap v4.6.1
3252026-06-25T04:06:39.030Z Compiling ingot v0.1.1
3262026-06-25T04:06:40.698Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-25T04:06:41.717Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-06-25T04:06:42.753Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-06-25T04:06:49.303Z Finished `release` profile [optimized + debuginfo] target(s) in 20.22s
3302026-06-25T04:06:49.329ZBuilding xde (release-lto).
3312026-06-25T04:06:49.579Z Updating crates.io index
3322026-06-25T04:06:49.659Z Downloading crates ...
3332026-06-25T04:06:49.734Z Downloaded miniz_oxide v0.8.9
3342026-06-25T04:06:49.741Z Downloaded rustc-literal-escaper v0.0.7
3352026-06-25T04:06:49.741Z Downloaded adler2 v2.0.1
3362026-06-25T04:06:49.750Z Downloaded foldhash v0.2.0
3372026-06-25T04:06:49.758Z Downloaded rustc-demangle v0.1.27
3382026-06-25T04:06:49.758Z Downloaded getopts v0.2.24
3392026-06-25T04:06:49.764Z Downloaded addr2line v0.25.1
3402026-06-25T04:06:49.784Z Downloaded memchr v2.7.6
3412026-06-25T04:06:49.800Z Downloaded gimli v0.32.3
3422026-06-25T04:06:49.828Z Downloaded object v0.37.3
3432026-06-25T04:06:49.864Z Downloaded libc v0.2.185
3442026-06-25T04:06:49.929Z 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-06-25T04:06:49.934Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-06-25T04:06:49.934Z Compiling proc-macro2 v1.0.106
3472026-06-25T04:06:49.934Z Compiling quote v1.0.46
3482026-06-25T04:06:49.934Z Compiling unicode-ident v1.0.24
3492026-06-25T04:06:49.934Z Compiling ident_case v1.0.1
3502026-06-25T04:06:49.934Z Compiling strsim v0.11.1
3512026-06-25T04:06:49.934Z Compiling serde_core v1.0.228
3522026-06-25T04:06:50.090Z Compiling fnv v1.0.7
3532026-06-25T04:06:50.090Z Compiling memchr v2.8.2
3542026-06-25T04:06:50.185Z Compiling regex-syntax v0.8.11
3552026-06-25T04:06:50.340Z Compiling serde v1.0.228
3562026-06-25T04:06:50.344Z Compiling thiserror v2.0.18
3572026-06-25T04:06:50.360Z Compiling zerocopy v0.8.52
3582026-06-25T04:06:50.495Z Compiling either v1.16.0
3592026-06-25T04:06:50.705Z Compiling aho-corasick v1.1.4
3602026-06-25T04:06:50.769Z Compiling itertools v0.14.0
3612026-06-25T04:06:50.773Z Compiling heapless v0.8.0
3622026-06-25T04:06:50.982Z Compiling smoltcp v0.11.0
3632026-06-25T04:06:51.129Z Compiling syn v2.0.118
3642026-06-25T04:06:51.187Z Compiling version_check v0.9.5
3652026-06-25T04:06:51.280Z Compiling ref-cast v1.0.25
3662026-06-25T04:06:51.414Z Compiling crc32fast v1.5.0
3672026-06-25T04:06:51.549Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3682026-06-25T04:06:51.661Z Compiling regex-automata v0.4.14
3692026-06-25T04:06:53.209Z Compiling regex v1.12.4
3702026-06-25T04:06:53.416Z Compiling darling_core v0.21.3
3712026-06-25T04:06:53.444Z Compiling darling_core v0.23.0
3722026-06-25T04:06:54.321Z Compiling serde_derive v1.0.228
3732026-06-25T04:06:54.321Z Compiling thiserror-impl v2.0.18
3742026-06-25T04:06:54.321Z Compiling zerocopy-derive v0.8.52
3752026-06-25T04:06:54.325Z Compiling ref-cast-impl v1.0.25
3762026-06-25T04:06:54.325Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-06-25T04:06:56.025Z Compiling darling_macro v0.21.3
3782026-06-25T04:06:56.025Z Compiling darling_macro v0.23.0
3792026-06-25T04:06:56.911Z Compiling darling v0.23.0
3802026-06-25T04:06:56.921Z Compiling darling v0.21.3
3812026-06-25T04:06:56.970Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3822026-06-25T04:06:56.976Z Compiling ingot-macros v0.1.1
3832026-06-25T04:07:02.620Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-06-25T04:07:04.781Z Compiling byteorder v1.5.0
3852026-06-25T04:07:04.781Z Compiling macaddr v1.0.1
3862026-06-25T04:07:04.782Z Compiling cfg-if v1.0.4
3872026-06-25T04:07:04.785Z Compiling stable_deref_trait v1.2.1
3882026-06-25T04:07:04.845Z Compiling bitflags v1.3.2
3892026-06-25T04:07:04.851Z Compiling cobs v0.3.0
3902026-06-25T04:07:04.878Z Compiling managed v0.8.0
3912026-06-25T04:07:04.970Z Compiling hash32 v0.3.1
3922026-06-25T04:07:05.098Z Compiling itertools v0.15.0
3932026-06-25T04:07:05.119Z Compiling dyn-clone v1.0.20
3942026-06-25T04:07:05.144Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-25T04:07:06.425Z Compiling bitflags v2.13.0
3962026-06-25T04:07:06.425Z Compiling uuid v1.23.4
3972026-06-25T04:07:06.569Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-25T04:07:06.868Z Compiling postcard v1.1.3
3992026-06-25T04:07:07.697Z Compiling ingot-types v0.1.2
4002026-06-25T04:07:08.018Z Compiling ingot v0.1.1
4012026-06-25T04:07:09.589Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-25T04:07:13.415Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-25T04:07:22.229Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-25T04:07:51.985Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-06-25T04:07:52.015ZLinking xde kmod...
4062026-06-25T04:07:52.606ZBuilding xde dev link helper (release).
4072026-06-25T04:07:52.763Z 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-06-25T04:07:52.764Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-06-25T04:07:52.764Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-25T04:08:04.355Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-06-25T04:08:06.869Z Finished `release` profile [optimized + debuginfo] target(s) in 14.23s
4122026-06-25T04:08:06.898ZBuilding opteadm (dev).
4132026-06-25T04:08:07.042Z Compiling serde_core v1.0.228
4142026-06-25T04:08:07.042Z Compiling libc v0.2.186
4152026-06-25T04:08:07.042Z Compiling cfg-if v1.0.4
4162026-06-25T04:08:07.042Z Compiling memchr v2.8.2
4172026-06-25T04:08:07.042Z Compiling strsim v0.11.1
4182026-06-25T04:08:07.045Z Compiling ident_case v1.0.1
4192026-06-25T04:08:07.045Z Compiling fnv v1.0.7
4202026-06-25T04:08:07.045Z Compiling syn v2.0.118
4212026-06-25T04:08:07.117Z Compiling regex-syntax v0.8.11
4222026-06-25T04:08:07.140Z Compiling equivalent v1.0.2
4232026-06-25T04:08:07.163Z Compiling serde v1.0.228
4242026-06-25T04:08:07.213Z Compiling either v1.16.0
4252026-06-25T04:08:07.340Z Compiling zerocopy v0.8.52
4262026-06-25T04:08:07.409Z Compiling winnow v1.0.3
4272026-06-25T04:08:07.458Z Compiling aho-corasick v1.1.4
4282026-06-25T04:08:07.620Z Compiling hashbrown v0.17.1
4292026-06-25T04:08:07.777Z Compiling itertools v0.14.0
4302026-06-25T04:08:07.788Z Compiling byteorder v1.5.0
4312026-06-25T04:08:07.957Z Compiling toml_datetime v1.1.1+spec-1.1.0
4322026-06-25T04:08:08.145Z Compiling indexmap v2.14.0
4332026-06-25T04:08:08.166Z Compiling heapless v0.8.0
4342026-06-25T04:08:08.406Z Compiling toml_parser v1.1.2+spec-1.1.0
4352026-06-25T04:08:08.604Z Compiling regex-automata v0.4.14
4362026-06-25T04:08:08.747Z Compiling toml_edit v0.25.12+spec-1.1.0
4372026-06-25T04:08:08.832Z Compiling hash32 v0.3.1
4382026-06-25T04:08:08.948Z Compiling macaddr v1.0.1
4392026-06-25T04:08:08.981Z Compiling smoltcp v0.11.0
4402026-06-25T04:08:08.986Z Compiling syn v1.0.109
4412026-06-25T04:08:09.145Z Compiling bitflags v2.13.0
4422026-06-25T04:08:09.193Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4432026-06-25T04:08:09.236Z Compiling rustversion v1.0.22
4442026-06-25T04:08:09.279Z Compiling stable_deref_trait v1.2.1
4452026-06-25T04:08:09.346Z Compiling proc-macro-crate v3.5.0
4462026-06-25T04:08:09.433Z Compiling ref-cast v1.0.25
4472026-06-25T04:08:09.567Z Compiling darling_core v0.21.3
4482026-06-25T04:08:09.623Z Compiling managed v0.8.0
4492026-06-25T04:08:09.636Z Compiling version_check v0.9.5
4502026-06-25T04:08:09.731Z Compiling getrandom v0.4.3
4512026-06-25T04:08:09.761Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4522026-06-25T04:08:09.767Z Compiling rand_core v0.10.1
4532026-06-25T04:08:09.846Z Compiling bitflags v1.3.2
4542026-06-25T04:08:09.899Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-06-25T04:08:09.987Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-06-25T04:08:10.120Z Compiling errno v0.3.14
4572026-06-25T04:08:10.289Z Compiling regex v1.12.4
4582026-06-25T04:08:10.562Z Compiling cpufeatures v0.3.0
4592026-06-25T04:08:10.631Z Compiling once_cell v1.21.4
4602026-06-25T04:08:10.652Z Compiling unicode-width v0.2.2
4612026-06-25T04:08:10.792Z Compiling thiserror-impl v2.0.18
4622026-06-25T04:08:10.870Z Compiling zerocopy-derive v0.8.52
4632026-06-25T04:08:10.959Z Compiling serde_derive v1.0.228
4642026-06-25T04:08:11.176Z Compiling foreign-types-macros v0.2.3
4652026-06-25T04:08:11.714Z Compiling darling_macro v0.21.3
4662026-06-25T04:08:11.801Z Compiling ref-cast-impl v1.0.25
4672026-06-25T04:08:11.911Z Compiling num_enum_derive v0.7.6
4682026-06-25T04:08:12.010Z Compiling thiserror v2.0.18
4692026-06-25T04:08:12.111Z Compiling cobs v0.3.0
4702026-06-25T04:08:12.264Z Compiling darling v0.21.3
4712026-06-25T04:08:12.333Z Compiling ingot-macros v0.1.1
4722026-06-25T04:08:12.391Z Compiling ipnetwork v0.21.1
4732026-06-25T04:08:12.391Z Compiling foreign-types-shared v0.3.1
4742026-06-25T04:08:12.465Z Compiling foreign-types v0.5.0
4752026-06-25T04:08:12.629Z Compiling cstr-argument v0.1.2
4762026-06-25T04:08:12.801Z Compiling tabwriter v1.4.1
4772026-06-25T04:08:12.894Z Compiling num_enum v0.7.6
4782026-06-25T04:08:12.909Z Compiling tracing-attributes v0.1.31
4792026-06-25T04:08:13.004Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4802026-06-25T04:08:13.224Z Compiling tracing-core v0.1.36
4812026-06-25T04:08:13.312Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-06-25T04:08:13.571Z Compiling chacha20 v0.10.0
4832026-06-25T04:08:13.786Z Compiling rustix v1.1.4
4842026-06-25T04:08:14.100Z Compiling postcard v1.1.3
4852026-06-25T04:08:14.299Z Compiling anyhow v1.0.102
4862026-06-25T04:08:14.327Z Compiling dyn-clone v1.0.20
4872026-06-25T04:08:14.377Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4882026-06-25T04:08:14.458Z Compiling pin-project-lite v0.2.17
4892026-06-25T04:08:14.488Z Compiling pretty-hex v0.4.2
4902026-06-25T04:08:14.529Z Compiling tracing v0.1.44
4912026-06-25T04:08:14.544Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4922026-06-25T04:08:14.598Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4932026-06-25T04:08:14.611Z Compiling terminal_size v0.4.4
4942026-06-25T04:08:14.761Z Compiling rand v0.10.1
4952026-06-25T04:08:14.790Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-25T04:08:14.813Z Compiling uuid v1.23.4
4972026-06-25T04:08:14.895Z Compiling socket2 v0.6.4
4982026-06-25T04:08:14.992Z Compiling oxnet v0.1.6
4992026-06-25T04:08:15.019Z Compiling colored v3.1.1
5002026-06-25T04:08:15.026Z Compiling clap_derive v4.6.1
5012026-06-25T04:08:15.282Z Compiling ingot-types v0.1.2
5022026-06-25T04:08:15.429Z Compiling clap_builder v4.6.0
5032026-06-25T04:08:15.562Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-06-25T04:08:15.731Z Compiling ingot v0.1.1
5052026-06-25T04:08:17.317Z Compiling clap v4.6.1
5062026-06-25T04:08:17.396Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-25T04:08:19.701Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-25T04:08:20.875Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-25T04:08:25.250Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.35s
5102026-06-25T04:08:25.279ZBuilding xde (dev).
5112026-06-25T04:08:25.507Z 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-06-25T04:08:25.507Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-06-25T04:08:25.507Z Compiling proc-macro2 v1.0.106
5142026-06-25T04:08:25.507Z Compiling quote v1.0.46
5152026-06-25T04:08:25.507Z Compiling unicode-ident v1.0.24
5162026-06-25T04:08:25.510Z Compiling strsim v0.11.1
5172026-06-25T04:08:25.510Z Compiling ident_case v1.0.1
5182026-06-25T04:08:25.510Z Compiling serde_core v1.0.228
5192026-06-25T04:08:25.627Z Compiling fnv v1.0.7
5202026-06-25T04:08:25.627Z Compiling memchr v2.8.2
5212026-06-25T04:08:25.711Z Compiling regex-syntax v0.8.11
5222026-06-25T04:08:25.891Z Compiling zerocopy v0.8.52
5232026-06-25T04:08:25.897Z Compiling serde v1.0.228
5242026-06-25T04:08:25.910Z Compiling thiserror v2.0.18
5252026-06-25T04:08:26.033Z Compiling aho-corasick v1.1.4
5262026-06-25T04:08:26.289Z Compiling either v1.16.0
5272026-06-25T04:08:26.325Z Compiling heapless v0.8.0
5282026-06-25T04:08:26.470Z Compiling itertools v0.14.0
5292026-06-25T04:08:26.521Z Compiling smoltcp v0.11.0
5302026-06-25T04:08:26.676Z Compiling syn v2.0.118
5312026-06-25T04:08:26.727Z Compiling version_check v0.9.5
5322026-06-25T04:08:26.808Z Compiling crc32fast v1.5.0
5332026-06-25T04:08:26.973Z Compiling ref-cast v1.0.25
5342026-06-25T04:08:27.089Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5352026-06-25T04:08:27.163Z Compiling regex-automata v0.4.14
5362026-06-25T04:08:28.713Z Compiling regex v1.12.4
5372026-06-25T04:08:29.025Z Compiling darling_core v0.21.3
5382026-06-25T04:08:29.041Z Compiling darling_core v0.23.0
5392026-06-25T04:08:29.860Z Compiling thiserror-impl v2.0.18
5402026-06-25T04:08:29.860Z Compiling zerocopy-derive v0.8.52
5412026-06-25T04:08:29.860Z Compiling serde_derive v1.0.228
5422026-06-25T04:08:29.863Z Compiling ref-cast-impl v1.0.25
5432026-06-25T04:08:29.863Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-25T04:08:31.579Z Compiling darling_macro v0.21.3
5452026-06-25T04:08:31.769Z Compiling darling_macro v0.23.0
5462026-06-25T04:08:32.480Z Compiling darling v0.21.3
5472026-06-25T04:08:32.546Z Compiling ingot-macros v0.1.1
5482026-06-25T04:08:32.652Z Compiling darling v0.23.0
5492026-06-25T04:08:32.714Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-06-25T04:08:37.560Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-06-25T04:08:39.310Z Compiling byteorder v1.5.0
5522026-06-25T04:08:39.310Z Compiling cfg-if v1.0.4
5532026-06-25T04:08:39.310Z Compiling stable_deref_trait v1.2.1
5542026-06-25T04:08:39.314Z Compiling macaddr v1.0.1
5552026-06-25T04:08:39.378Z Compiling cobs v0.3.0
5562026-06-25T04:08:39.383Z Compiling bitflags v1.3.2
5572026-06-25T04:08:39.417Z Compiling managed v0.8.0
5582026-06-25T04:08:39.447Z Compiling hash32 v0.3.1
5592026-06-25T04:08:39.650Z Compiling itertools v0.15.0
5602026-06-25T04:08:39.685Z Compiling dyn-clone v1.0.20
5612026-06-25T04:08:39.752Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-06-25T04:08:40.910Z Compiling bitflags v2.13.0
5632026-06-25T04:08:40.910Z Compiling uuid v1.23.4
5642026-06-25T04:08:41.050Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-06-25T04:08:41.335Z Compiling postcard v1.1.3
5662026-06-25T04:08:42.142Z Compiling ingot-types v0.1.2
5672026-06-25T04:08:42.436Z Compiling ingot v0.1.1
5682026-06-25T04:08:43.874Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-06-25T04:08:48.244Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-06-25T04:08:58.737Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-06-25T04:09:07.216Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.90s
5722026-06-25T04:09:07.238ZLinking xde kmod...
5732026-06-25T04:09:08.449ZBuilding xde dev link helper (dev).
5742026-06-25T04:09:08.607Z 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-06-25T04:09:08.607Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-06-25T04:09:08.607Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-06-25T04:09:19.625Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-06-25T04:09:21.917Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.43s
5792026-06-25T04:09:21.938Z
5802026-06-25T04:09:21.939Zreal 3:09.954870411
5812026-06-25T04:09:21.939Zuser 9:06.857220928
5822026-06-25T04:09:21.939Zsys 58.524248091
5832026-06-25T04:09:21.939Ztrap 0.240010196
5842026-06-25T04:09:21.942Ztflt 0.914792531
5852026-06-25T04:09:21.943Zdflt 1.578661583
5862026-06-25T04:09:21.943Zkflt 0.006399348
5872026-06-25T04:09:21.943Zlock 34:59.567218688
5882026-06-25T04:09:21.943Zslp 21:14.602955184
5892026-06-25T04:09:21.943Zlat 21.323071050
5902026-06-25T04:09:21.943Zstop 33.142832655
5912026-06-25T04:09:21.943Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-06-25T04:09:21.943Z+ grep GOTPCREL
5932026-06-25T04:09:22.902Z+ header 'package opte'
5942026-06-25T04:09:22.902Z+ echo '# ==== package opte ==== #'
5952026-06-25T04:09:22.902Z+ cargo xtask package --skip-build --profile all
5962026-06-25T04:09:22.902Z# ==== package opte ==== #
5972026-06-25T04:09:23.041Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5982026-06-25T04:09:23.046Z Running `target/debug/xtask package --skip-build --profile all`
5992026-06-25T04:09:23.246Z+ ./clean.sh
6002026-06-25T04:09:23.253Z+ mkdir -p proto/kernel/drv/amd64
6012026-06-25T04:09:23.257Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-06-25T04:09:23.257Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-06-25T04:09:23.260Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-06-25T04:09:23.274Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-06-25T04:09:23.309Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-06-25T04:09:23.312Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-06-25T04:09:23.312Z+ '[' -z ']'
6082026-06-25T04:09:23.312Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-06-25T04:09:23.336Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-06-25T04:09:23.409Z+ INC_DEBUG=
6112026-06-25T04:09:23.409Z+ typeset -ri TAG=0
6122026-06-25T04:09:23.412Z++ ./print-api-version.sh
6132026-06-25T04:09:23.415Z+ API_VSN=41
6142026-06-25T04:09:23.415Z+ PKG_VERSION=0.41.490-3.0
6152026-06-25T04:09:23.418Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.490-3.0/g opte.template.p5m
6162026-06-25T04:09:23.418Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-06-25T04:09:23.957Z+ pkgdepend generate -d proto opte.base.p5m
6182026-06-25T04:09:24.306Z+ mkdir -p packages
6192026-06-25T04:09:24.309Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-06-25T04:09:31.015Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-06-25T04:09:31.019Z+ pkgrepo create packages/repo
6222026-06-25T04:09:31.233Z+ pkgrepo add-publisher -s packages/repo helios
6232026-06-25T04:09:31.441Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-06-25T04:10:00.620Zpkg://helios/driver/network/opte@0.41.490,5.11-3.0:20260625T040930Z
6252026-06-25T04:10:00.620ZPUBLISHED
6262026-06-25T04:10:00.655Z+ pkgrecv -a -d packages/repo/opte-0.41.490-3.0.p5p -s packages/repo -v -m latest '*'
6272026-06-25T04:10:00.836ZRetrieving packages for publisher helios ...
6282026-06-25T04:10:00.840ZRetrieving catalog 'helios' ... Done
6292026-06-25T04:10:00.843ZRetrieving and evaluating 1 package(s)...
6302026-06-25T04:10:00.843ZFetching manifests: 1/1 100% complete
6312026-06-25T04:10:00.843ZFetching manifests: 1/1 100% complete
6322026-06-25T04:10:00.843Z
6332026-06-25T04:10:00.843ZArchiving packages ...
6342026-06-25T04:10:00.843Z Packages to add: 1
6352026-06-25T04:10:00.843Z Files to retrieve: 6
6362026-06-25T04:10:00.843ZEstimated transfer size: 37.10 MB
6372026-06-25T04:10:00.843Z
6382026-06-25T04:10:00.843ZPackages to archive:
6392026-06-25T04:10:00.843Zdriver/network/opte@0.41.490,5.11-3.0:20260625T040930Z
6402026-06-25T04:10:00.843Z
6412026-06-25T04:10:00.843ZDownload: 0/6 items 0.0/37.1MB 0% complete
6422026-06-25T04:10:00.910ZDownload: Completed 37.10 MB in 0.07 seconds (534M/s)
6432026-06-25T04:10:00.913ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6442026-06-25T04:10:00.927ZArchiving: Completed 37.13 MB in 0.02 seconds
6452026-06-25T04:10:00.967ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.490-3.0.p5p.
6462026-06-25T04:10:00.971Z+ banner copy
6472026-06-25T04:10:00.974Z
6482026-06-25T04:10:00.974Z #### #### ##### # #
6492026-06-25T04:10:00.974Z # # # # # # # #
6502026-06-25T04:10:00.974Z # # # # # #
6512026-06-25T04:10:00.974Z # # # ##### #
6522026-06-25T04:10:00.974Z # # # # # #
6532026-06-25T04:10:00.974Z #### #### # #
6542026-06-25T04:10:00.974Z
6552026-06-25T04:10:00.974Z+ pfexec mkdir -p /out
6562026-06-25T04:10:00.977Z+ pfexec chown 12345 /out
6572026-06-25T04:10:00.980Z+ PKG_NAME=/out/opte.p5p
6582026-06-25T04:10:00.980Z+ mv pkg/packages/repo/opte-0.41.490-3.0.p5p /out/opte.p5p
6592026-06-25T04:10:01.007Z+ sha256sum /out/opte.p5p
6602026-06-25T04:10:01.033Zprocess exited: duration 245633 ms, exit code 0
 
6612026-06-25T04:10:01.047Zfound 2 output files
6622026-06-25T04:10:01.047Zuploading: /out/opte.p5p (38942720 bytes)
6632026-06-25T04:10:02.445Zuploaded: /out/opte.p5p
6642026-06-25T04:10:02.448Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-06-25T04:10:03.457Zuploaded: /out/opte.p5p.sha256