01KVFJGDNDKEND8V4NR9E1BQZZ: 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: 01KVFJGVJPBE2VFYZ26YA80GWB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T09:14:39.553Zjob assigned to worker 01KVFJH4HK5DTTG0BKH1R48DYE [factory aws, i-074142e7878958464] (queued for 50 s)
 
22026-06-19T09:14:45.936Zstarting task 0: "setup"
32026-06-19T09:14:45.943Z++ uname -s
42026-06-19T09:14:45.946Z+ kern=SunOS
52026-06-19T09:14:45.946Z+ build_user=build
62026-06-19T09:14:45.946Z+ build_uid=12345
72026-06-19T09:14:45.946Z+ work_dir=/work
82026-06-19T09:14:45.946Z+ input_dir=/input
92026-06-19T09:14:45.946Z+ [[ 0 == 12345 ]]
102026-06-19T09:14:45.946Z+ case "$kern" in
112026-06-19T09:14:45.946Z+ groupadd -g 12345 build
122026-06-19T09:14:45.949Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T09:14:47.957Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T09:14:48.036Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T09:14:48.039Z+ home_fs=zfs
162026-06-19T09:14:48.039Z+ [[ zfs == autofs ]]
172026-06-19T09:14:48.039Z+ mkdir -p /home/build
182026-06-19T09:14:48.039Z+ chown build:build /home/build /work
192026-06-19T09:14:50.040Z+ chmod 0700 /home/build /work
202026-06-19T09:14:50.044Zprocess exited: duration 4110 ms, exit code 0
 
212026-06-19T09:14:50.050Zstarting task 1: "rust-toolchain"
222026-06-19T09:14:50.054Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-19T09:14:50.054Z * rust toolchain channel = "1.96.0"
242026-06-19T09:14:50.055Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-19T09:14:50.055Z * rust toolchain profile = "default"
262026-06-19T09:14:50.055Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T09:14:50.055Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T09:14:50.058Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T09:14:50.058Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-19T09:14:50.135Zinfo: downloading installer
312026-06-19T09:14:51.640Zwarn: It looks like you have an existing rustup settings file at:
322026-06-19T09:14:51.640Zwarn: /home/build/.rustup/settings.toml
332026-06-19T09:14:51.640Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-19T09:14:51.640Zwarn: instead of the one inferred from the default host triple.
352026-06-19T09:14:51.652Zinfo: profile set to default
362026-06-19T09:14:51.652Zinfo: default host triple is x86_64-unknown-illumos
372026-06-19T09:14:51.655Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-19T09:14:51.828Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-19T09:14:51.831Zinfo: downloading 6 components
402026-06-19T09:15:06.977Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-19T09:15:06.977Z
422026-06-19T09:15:07.006Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-19T09:15:07.006Z
442026-06-19T09:15:07.006Z
452026-06-19T09:15:07.006ZRust is installed now. Great!
462026-06-19T09:15:07.006Z
472026-06-19T09:15:07.009ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-19T09:15:07.009Zenvironment variable. This has not been done automatically.
492026-06-19T09:15:07.010Z
502026-06-19T09:15:07.010ZTo configure your current shell, you need to source
512026-06-19T09:15:07.010Zthe corresponding env file under $HOME/.cargo.
522026-06-19T09:15:07.010Z
532026-06-19T09:15:07.010ZThis is usually done by running one of the following (note the leading DOT):
542026-06-19T09:15:07.010Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-19T09:15:07.010Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-19T09:15:07.010Zsource "~/.cargo/env.nu" # For nushell
572026-06-19T09:15:07.010Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-19T09:15:07.010Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-19T09:15:07.010Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-19T09:15:07.010Zwarn: no default linker (`cc`) was found in your PATH
612026-06-19T09:15:07.010Zwarn: many Rust crates require a system C toolchain to build
622026-06-19T09:15:07.106Z+ rustup --version
632026-06-19T09:15:07.115Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-19T09:15:07.118Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-19T09:15:07.136Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-19T09:15:07.139Z+ cargo --version
672026-06-19T09:15:07.152Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-19T09:15:07.155Z+ rustc --version
692026-06-19T09:15:07.174Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-19T09:15:07.177Zprocess exited: duration 17126 ms, exit code 0
 
712026-06-19T09:15:07.183Zstarting task 2: "authentication"
722026-06-19T09:15:07.199Zprocess exited: duration 16 ms, exit code 0
 
732026-06-19T09:15:07.205Zstarting task 3: "clone repository"
742026-06-19T09:15:07.208Z+ mkdir -p /work/oxidecomputer/opte
752026-06-19T09:15:07.211Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-19T09:15:07.242ZCloning into '/work/oxidecomputer/opte'...
772026-06-19T09:15:08.130Z+ cd /work/oxidecomputer/opte
782026-06-19T09:15:08.130Z+ git fetch origin 2d39e9716319d602429e771c12b3c6628589c63b
792026-06-19T09:15:08.379ZFrom https://github.com/oxidecomputer/opte
802026-06-19T09:15:08.379Z * branch 2d39e9716319d602429e771c12b3c6628589c63b -> FETCH_HEAD
812026-06-19T09:15:08.383Z+ [[ -n renovate/rust-1.x ]]
822026-06-19T09:15:08.386Z++ git branch --show-current
832026-06-19T09:15:08.386Z+ current=master
842026-06-19T09:15:08.386Z+ [[ master != renovate/rust-1.x ]]
852026-06-19T09:15:08.386Z+ git branch -f renovate/rust-1.x 2d39e9716319d602429e771c12b3c6628589c63b
862026-06-19T09:15:08.389Z+ git checkout -f renovate/rust-1.x
872026-06-19T09:15:08.405ZSwitched to branch 'renovate/rust-1.x'
882026-06-19T09:15:08.407Z+ git reset --hard 2d39e9716319d602429e771c12b3c6628589c63b
892026-06-19T09:15:08.421ZHEAD is now at 2d39e97 ...
902026-06-19T09:15:08.424Zprocess exited: duration 1216 ms, exit code 0
 
912026-06-19T09:15:08.430Zstarting task 4: "build"
922026-06-19T09:15:08.433Z+ source .github/buildomat/common.sh
932026-06-19T09:15:08.437Z++ rustup show active-toolchain
942026-06-19T09:15:08.439Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-19T09:15:08.443Z++ pushd xde
962026-06-19T09:15:08.443Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-19T09:15:08.443Z++ rustup show active-toolchain
982026-06-19T09:15:08.446Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-19T09:15:08.622Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-19T09:15:08.625Zinfo: downloading 6 components
1012026-06-19T09:15:25.341Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-19T09:15:25.440Z+++ rustup show active-toolchain -v
1032026-06-19T09:15:25.443Z+++ head -n 1
1042026-06-19T09:15:25.443Z+++ cut '-d ' -f1
1052026-06-19T09:15:25.497Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-19T09:15:25.497Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-19T09:15:25.497Z++ popd
1082026-06-19T09:15:25.500Z/work/oxidecomputer/opte
1092026-06-19T09:15:25.500Z+ TGT_BASE=/work
1102026-06-19T09:15:25.500Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-19T09:15:25.500Z+ REL_TGT=/work/release
1122026-06-19T09:15:25.500Z+ mkdir -p /work/release
1132026-06-19T09:15:25.500Z+ cargo --version
1142026-06-19T09:15:25.508Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-19T09:15:25.510Z+ rustc --version
1162026-06-19T09:15:25.530Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-19T09:15:25.533Z+ header 'build xde and opteadm (release+debug)'
1182026-06-19T09:15:25.533Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-19T09:15:25.533Z# ==== build xde and opteadm (release+debug) ==== #
1202026-06-19T09:15:25.533Z+ ptime -m cargo xtask build --profile all
1212026-06-19T09:15:25.626Z Updating crates.io index
1222026-06-19T09:15:25.629Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-19T09:15:26.278Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-19T09:15:26.660Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-06-19T09:15:26.974Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-19T09:15:27.224Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-06-19T09:15:27.494Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-19T09:15:27.737Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-19T09:15:29.981Z Downloading crates ...
1302026-06-19T09:15:30.031Z Downloaded clap_lex v1.1.0
1312026-06-19T09:15:30.041Z Downloaded clap_derive v4.6.1
1322026-06-19T09:15:30.045Z Downloaded utf8parse v0.2.2
1332026-06-19T09:15:30.050Z Downloaded anstyle-query v1.1.5
1342026-06-19T09:15:30.053Z Downloaded equivalent v1.0.2
1352026-06-19T09:15:30.057Z Downloaded heck v0.5.0
1362026-06-19T09:15:30.060Z Downloaded itoa v1.0.18
1372026-06-19T09:15:30.063Z Downloaded cargo-platform v0.3.3
1382026-06-19T09:15:30.070Z Downloaded errno v0.3.14
1392026-06-19T09:15:30.083Z Downloaded is_terminal_polyfill v1.70.2
1402026-06-19T09:15:30.086Z Downloaded colorchoice v1.0.5
1412026-06-19T09:15:30.089Z Downloaded serde_spanned v1.1.1
1422026-06-19T09:15:30.096Z Downloaded terminal_size v0.4.4
1432026-06-19T09:15:30.099Z Downloaded anstyle-parse v1.0.0
1442026-06-19T09:15:30.105Z Downloaded thiserror-impl v2.0.18
1452026-06-19T09:15:30.108Z Downloaded strsim v0.11.1
1462026-06-19T09:15:30.111Z Downloaded toml_writer v1.1.1+spec-1.1.0
1472026-06-19T09:15:30.111Z Downloaded anstyle v1.0.14
1482026-06-19T09:15:30.114Z Downloaded zmij v1.0.21
1492026-06-19T09:15:30.114Z Downloaded anstream v1.0.0
1502026-06-19T09:15:30.124Z Downloaded quote v1.0.45
1512026-06-19T09:15:30.130Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1522026-06-19T09:15:30.133Z Downloaded cargo_metadata v0.23.1
1532026-06-19T09:15:30.133Z Downloaded camino v1.2.2
1542026-06-19T09:15:30.136Z Downloaded toml_parser v1.1.2+spec-1.1.0
1552026-06-19T09:15:30.139Z Downloaded thiserror v2.0.18
1562026-06-19T09:15:30.143Z Downloaded semver v1.0.28
1572026-06-19T09:15:30.154Z Downloaded bitflags v2.13.0
1582026-06-19T09:15:30.157Z Downloaded serde_core v1.0.228
1592026-06-19T09:15:30.162Z Downloaded unicode-ident v1.0.24
1602026-06-19T09:15:30.165Z Downloaded anyhow v1.0.102
1612026-06-19T09:15:30.168Z Downloaded clap v4.6.1
1622026-06-19T09:15:30.171Z Downloaded proc-macro2 v1.0.106
1632026-06-19T09:15:30.175Z Downloaded toml v1.1.2+spec-1.1.0
1642026-06-19T09:15:30.177Z Downloaded serde_derive v1.0.228
1652026-06-19T09:15:30.194Z Downloaded serde v1.0.228
1662026-06-19T09:15:30.199Z Downloaded memchr v2.8.2
1672026-06-19T09:15:30.222Z Downloaded indexmap v2.14.0
1682026-06-19T09:15:30.238Z Downloaded winnow v1.0.3
1692026-06-19T09:15:30.241Z Downloaded serde_json v1.0.150
1702026-06-19T09:15:30.244Z Downloaded clap_builder v4.6.0
1712026-06-19T09:15:30.247Z Downloaded hashbrown v0.17.1
1722026-06-19T09:15:30.279Z Downloaded syn v2.0.117
1732026-06-19T09:15:30.297Z Downloaded rustix v1.1.4
1742026-06-19T09:15:30.332Z Downloaded libc v0.2.186
1752026-06-19T09:15:30.380Z Compiling proc-macro2 v1.0.106
1762026-06-19T09:15:30.380Z Compiling serde_core v1.0.228
1772026-06-19T09:15:30.380Z Compiling unicode-ident v1.0.24
1782026-06-19T09:15:30.383Z Compiling quote v1.0.45
1792026-06-19T09:15:30.383Z Compiling libc v0.2.186
1802026-06-19T09:15:30.383Z Compiling rustix v1.1.4
1812026-06-19T09:15:30.383Z Compiling zmij v1.0.21
1822026-06-19T09:15:30.383Z Compiling bitflags v2.13.0
1832026-06-19T09:15:30.588Z Compiling utf8parse v0.2.2
1842026-06-19T09:15:30.687Z Compiling anstyle-parse v1.0.0
1852026-06-19T09:15:30.842Z Compiling anstyle-query v1.1.5
1862026-06-19T09:15:30.849Z Compiling serde v1.0.228
1872026-06-19T09:15:30.904Z Compiling is_terminal_polyfill v1.70.2
1882026-06-19T09:15:30.919Z Compiling anstyle v1.0.14
1892026-06-19T09:15:30.938Z Compiling colorchoice v1.0.5
1902026-06-19T09:15:30.965Z Compiling thiserror v2.0.18
1912026-06-19T09:15:30.981Z Compiling serde_json v1.0.150
1922026-06-19T09:15:31.045Z Compiling camino v1.2.2
1932026-06-19T09:15:31.137Z Compiling errno v0.3.14
1942026-06-19T09:15:31.218Z Compiling anstream v1.0.0
1952026-06-19T09:15:31.302Z Compiling strsim v0.11.1
1962026-06-19T09:15:31.405Z Compiling winnow v1.0.3
1972026-06-19T09:15:31.594Z Compiling memchr v2.8.2
1982026-06-19T09:15:31.656Z Compiling syn v2.0.117
1992026-06-19T09:15:31.711Z Compiling anyhow v1.0.102
2002026-06-19T09:15:31.718Z Compiling terminal_size v0.4.4
2012026-06-19T09:15:31.825Z Compiling clap_lex v1.1.0
2022026-06-19T09:15:31.867Z Compiling itoa v1.0.18
2032026-06-19T09:15:32.022Z Compiling heck v0.5.0
2042026-06-19T09:15:32.211Z Compiling clap_builder v4.6.0
2052026-06-19T09:15:32.218Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-06-19T09:15:32.255Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-06-19T09:15:32.612Z Compiling serde_spanned v1.1.1
2082026-06-19T09:15:32.710Z Compiling toml_datetime v1.1.1+spec-1.1.0
2092026-06-19T09:15:32.768Z Compiling cargo-platform v0.3.3
2102026-06-19T09:15:32.870Z Compiling semver v1.0.28
2112026-06-19T09:15:33.200Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-19T09:15:33.918Z Compiling thiserror-impl v2.0.18
2132026-06-19T09:15:33.918Z Compiling serde_derive v1.0.228
2142026-06-19T09:15:33.918Z Compiling clap_derive v4.6.1
2152026-06-19T09:15:35.596Z Compiling clap v4.6.1
2162026-06-19T09:15:37.138Z Compiling cargo_metadata v0.23.1
2172026-06-19T09:15:39.677Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-19T09:15:41.279Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.73s
2192026-06-19T09:15:41.359Z Running `target/debug/xtask build --profile all`
2202026-06-19T09:15:43.146ZBuilding opteadm (release).
2212026-06-19T09:15:43.242Z Compiling proc-macro2 v1.0.106
2222026-06-19T09:15:43.242Z Compiling unicode-ident v1.0.24
2232026-06-19T09:15:43.242Z Compiling quote v1.0.45
2242026-06-19T09:15:43.242Z Compiling serde_core v1.0.228
2252026-06-19T09:15:43.267Z Compiling libc v0.2.186
2262026-06-19T09:15:43.267Z Compiling cfg-if v1.0.4
2272026-06-19T09:15:43.267Z Compiling thiserror v2.0.18
2282026-06-19T09:15:43.267Z Compiling memchr v2.8.2
2292026-06-19T09:15:43.312Z Compiling fnv v1.0.7
2302026-06-19T09:15:43.360Z Compiling strsim v0.11.1
2312026-06-19T09:15:43.389Z Compiling ident_case v1.0.1
2322026-06-19T09:15:43.489Z Compiling regex-syntax v0.8.11
2332026-06-19T09:15:43.547Z Compiling zerocopy v0.8.52
2342026-06-19T09:15:43.626Z Compiling hashbrown v0.17.1
2352026-06-19T09:15:43.724Z Compiling aho-corasick v1.1.4
2362026-06-19T09:15:43.790Z Compiling winnow v1.0.3
2372026-06-19T09:15:43.898Z Compiling equivalent v1.0.2
2382026-06-19T09:15:43.951Z Compiling serde v1.0.228
2392026-06-19T09:15:43.968Z Compiling either v1.16.0
2402026-06-19T09:15:44.147Z Compiling anyhow v1.0.102
2412026-06-19T09:15:44.155Z Compiling itertools v0.14.0
2422026-06-19T09:15:44.399Z Compiling syn v2.0.117
2432026-06-19T09:15:44.441Z Compiling indexmap v2.14.0
2442026-06-19T09:15:44.491Z Compiling toml_datetime v1.1.1+spec-1.1.0
2452026-06-19T09:15:44.706Z Compiling toml_parser v1.1.2+spec-1.1.0
2462026-06-19T09:15:44.797Z Compiling heapless v0.8.0
2472026-06-19T09:15:45.092Z Compiling regex-automata v0.4.14
2482026-06-19T09:15:45.110Z Compiling byteorder v1.5.0
2492026-06-19T09:15:45.286Z Compiling hash32 v0.3.1
2502026-06-19T09:15:45.296Z Compiling toml_edit v0.25.12+spec-1.1.0
2512026-06-19T09:15:45.314Z Compiling smoltcp v0.11.0
2522026-06-19T09:15:45.410Z Compiling bitflags v2.13.0
2532026-06-19T09:15:45.435Z Compiling macaddr v1.0.1
2542026-06-19T09:15:45.528Z Compiling rustversion v1.0.22
2552026-06-19T09:15:45.598Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2562026-06-19T09:15:45.629Z Compiling syn v1.0.109
2572026-06-19T09:15:45.632Z Compiling stable_deref_trait v1.2.1
2582026-06-19T09:15:45.760Z Compiling getrandom v0.4.2
2592026-06-19T09:15:45.829Z Compiling proc-macro-crate v3.5.0
2602026-06-19T09:15:45.893Z Compiling bitflags v1.3.2
2612026-06-19T09:15:45.954Z Compiling rand_core v0.10.1
2622026-06-19T09:15:45.965Z Compiling ref-cast v1.0.25
2632026-06-19T09:15:46.017Z Compiling managed v0.8.0
2642026-06-19T09:15:46.107Z Compiling version_check v0.9.5
2652026-06-19T09:15:46.193Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2662026-06-19T09:15:46.219Z Compiling rustix v1.1.4
2672026-06-19T09:15:46.392Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-06-19T09:15:46.413Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-06-19T09:15:46.614Z Compiling errno v0.3.14
2702026-06-19T09:15:46.749Z Compiling foreign-types-shared v0.3.1
2712026-06-19T09:15:46.756Z Compiling ipnetwork v0.21.1
2722026-06-19T09:15:46.818Z Compiling utf8parse v0.2.2
2732026-06-19T09:15:46.877Z Compiling cpufeatures v0.3.0
2742026-06-19T09:15:46.910Z Compiling regex v1.12.4
2752026-06-19T09:15:46.938Z Compiling once_cell v1.21.4
2762026-06-19T09:15:47.137Z Compiling darling_core v0.21.3
2772026-06-19T09:15:47.164Z Compiling unicode-width v0.2.2
2782026-06-19T09:15:47.300Z Compiling cstr-argument v0.1.2
2792026-06-19T09:15:47.447Z Compiling tabwriter v1.4.1
2802026-06-19T09:15:47.447Z Compiling tracing-core v0.1.36
2812026-06-19T09:15:47.576Z Compiling chacha20 v0.10.0
2822026-06-19T09:15:47.767Z Compiling anstyle-parse v1.0.0
2832026-06-19T09:15:48.273Z Compiling anstyle-query v1.1.5
2842026-06-19T09:15:48.277Z Compiling pin-project-lite v0.2.17
2852026-06-19T09:15:48.303Z Compiling thiserror-impl v2.0.18
2862026-06-19T09:15:48.335Z Compiling zerocopy-derive v0.8.52
2872026-06-19T09:15:48.353Z Compiling serde_derive v1.0.228
2882026-06-19T09:15:48.358Z Compiling ref-cast-impl v1.0.25
2892026-06-19T09:15:48.594Z Compiling foreign-types-macros v0.2.3
2902026-06-19T09:15:48.929Z Compiling num_enum_derive v0.7.6
2912026-06-19T09:15:49.089Z Compiling tracing-attributes v0.1.31
2922026-06-19T09:15:49.195Z Compiling foreign-types v0.5.0
2932026-06-19T09:15:49.200Z Compiling darling_macro v0.21.3
2942026-06-19T09:15:49.261Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2952026-06-19T09:15:49.582Z Compiling cobs v0.3.0
2962026-06-19T09:15:49.608Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2972026-06-19T09:15:49.719Z Compiling darling v0.21.3
2982026-06-19T09:15:49.725Z Compiling dyn-clone v1.0.20
2992026-06-19T09:15:49.787Z Compiling ingot-macros v0.1.1
3002026-06-19T09:15:49.798Z Compiling pretty-hex v0.4.2
3012026-06-19T09:15:49.906Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
3022026-06-19T09:15:49.909Z Compiling num_enum v0.7.6
3032026-06-19T09:15:49.932Z Compiling anstyle v1.0.14
3042026-06-19T09:15:50.007Z Compiling is_terminal_polyfill v1.70.2
3052026-06-19T09:15:50.089Z Compiling colorchoice v1.0.5
3062026-06-19T09:15:50.115Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3072026-06-19T09:15:50.118Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3082026-06-19T09:15:50.164Z Compiling anstream v1.0.0
3092026-06-19T09:15:50.189Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3102026-06-19T09:15:50.302Z Compiling terminal_size v0.4.4
3112026-06-19T09:15:50.310Z Compiling tracing v0.1.44
3122026-06-19T09:15:51.527Z Compiling rand v0.10.1
3132026-06-19T09:15:51.530Z Compiling uuid v1.23.3
3142026-06-19T09:15:51.530Z Compiling socket2 v0.6.4
3152026-06-19T09:15:51.530Z Compiling colored v3.1.1
3162026-06-19T09:15:51.530Z Compiling oxnet v0.1.6
3172026-06-19T09:15:51.530Z Compiling heck v0.5.0
3182026-06-19T09:15:51.530Z Compiling clap_lex v1.1.0
3192026-06-19T09:15:51.530Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3202026-06-19T09:15:51.530Z Compiling clap_derive v4.6.1
3212026-06-19T09:15:51.530Z Compiling clap_builder v4.6.0
3222026-06-19T09:15:51.637Z Compiling postcard v1.1.3
3232026-06-19T09:15:52.748Z Compiling ingot-types v0.1.2
3242026-06-19T09:15:53.126Z Compiling ingot v0.1.1
3252026-06-19T09:15:53.295Z Compiling clap v4.6.1
3262026-06-19T09:15:54.793Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-19T09:15:55.822Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-06-19T09:15:56.886Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-06-19T09:16:03.436Z Finished `release` profile [optimized + debuginfo] target(s) in 20.28s
3302026-06-19T09:16:03.463ZBuilding xde (release-lto).
3312026-06-19T09:16:03.712Z Updating crates.io index
3322026-06-19T09:16:03.790Z Downloading crates ...
3332026-06-19T09:16:03.833Z Downloaded rustc-demangle v0.1.27
3342026-06-19T09:16:03.836Z Downloaded adler2 v2.0.1
3352026-06-19T09:16:03.840Z Downloaded addr2line v0.25.1
3362026-06-19T09:16:03.852Z Downloaded rustc-literal-escaper v0.0.7
3372026-06-19T09:16:03.854Z Downloaded foldhash v0.2.0
3382026-06-19T09:16:03.859Z Downloaded getopts v0.2.24
3392026-06-19T09:16:03.862Z Downloaded memchr v2.7.6
3402026-06-19T09:16:03.867Z Downloaded miniz_oxide v0.8.9
3412026-06-19T09:16:03.915Z Downloaded gimli v0.32.3
3422026-06-19T09:16:03.922Z Downloaded object v0.37.3
3432026-06-19T09:16:03.959Z Downloaded libc v0.2.185
3442026-06-19T09:16:04.014Z 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-19T09:16:04.014Z 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-19T09:16:04.014Z Compiling proc-macro2 v1.0.106
3472026-06-19T09:16:04.014Z Compiling quote v1.0.45
3482026-06-19T09:16:04.014Z Compiling unicode-ident v1.0.24
3492026-06-19T09:16:04.017Z Compiling ident_case v1.0.1
3502026-06-19T09:16:04.017Z Compiling strsim v0.11.1
3512026-06-19T09:16:04.038Z Compiling serde_core v1.0.228
3522026-06-19T09:16:04.181Z Compiling memchr v2.8.2
3532026-06-19T09:16:04.184Z Compiling fnv v1.0.7
3542026-06-19T09:16:04.272Z Compiling regex-syntax v0.8.11
3552026-06-19T09:16:04.434Z Compiling either v1.16.0
3562026-06-19T09:16:04.443Z Compiling zerocopy v0.8.52
3572026-06-19T09:16:04.449Z Compiling serde v1.0.228
3582026-06-19T09:16:04.582Z Compiling aho-corasick v1.1.4
3592026-06-19T09:16:04.630Z Compiling thiserror v2.0.18
3602026-06-19T09:16:04.848Z Compiling itertools v0.14.0
3612026-06-19T09:16:04.867Z Compiling heapless v0.8.0
3622026-06-19T09:16:05.221Z Compiling syn v2.0.117
3632026-06-19T09:16:05.266Z Compiling smoltcp v0.11.0
3642026-06-19T09:16:05.298Z Compiling ref-cast v1.0.25
3652026-06-19T09:16:05.360Z Compiling version_check v0.9.5
3662026-06-19T09:16:05.677Z Compiling crc32fast v1.5.0
3672026-06-19T09:16:05.724Z Compiling regex-automata v0.4.14
3682026-06-19T09:16:05.731Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-06-19T09:16:07.276Z Compiling regex v1.12.4
3702026-06-19T09:16:07.568Z Compiling darling_core v0.21.3
3712026-06-19T09:16:07.611Z Compiling darling_core v0.23.0
3722026-06-19T09:16:08.414Z Compiling serde_derive v1.0.228
3732026-06-19T09:16:08.414Z Compiling zerocopy-derive v0.8.52
3742026-06-19T09:16:08.414Z Compiling thiserror-impl v2.0.18
3752026-06-19T09:16:08.417Z Compiling ref-cast-impl v1.0.25
3762026-06-19T09:16:08.417Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-06-19T09:16:10.044Z Compiling darling_macro v0.21.3
3782026-06-19T09:16:10.262Z Compiling darling_macro v0.23.0
3792026-06-19T09:16:10.941Z Compiling darling v0.21.3
3802026-06-19T09:16:11.004Z Compiling ingot-macros v0.1.1
3812026-06-19T09:16:11.140Z Compiling darling v0.23.0
3822026-06-19T09:16:11.203Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-06-19T09:16:16.768Z 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-19T09:16:18.901Z Compiling byteorder v1.5.0
3852026-06-19T09:16:18.901Z Compiling macaddr v1.0.1
3862026-06-19T09:16:18.904Z Compiling stable_deref_trait v1.2.1
3872026-06-19T09:16:18.904Z Compiling cfg-if v1.0.4
3882026-06-19T09:16:18.961Z Compiling managed v0.8.0
3892026-06-19T09:16:18.967Z Compiling bitflags v1.3.2
3902026-06-19T09:16:19.004Z Compiling cobs v0.3.0
3912026-06-19T09:16:19.089Z Compiling hash32 v0.3.1
3922026-06-19T09:16:19.207Z Compiling itertools v0.15.0
3932026-06-19T09:16:19.215Z Compiling dyn-clone v1.0.20
3942026-06-19T09:16:19.277Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-19T09:16:20.542Z Compiling bitflags v2.13.0
3962026-06-19T09:16:20.542Z Compiling uuid v1.23.3
3972026-06-19T09:16:20.692Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-19T09:16:20.984Z Compiling postcard v1.1.3
3992026-06-19T09:16:21.853Z Compiling ingot-types v0.1.2
4002026-06-19T09:16:22.177Z Compiling ingot v0.1.1
4012026-06-19T09:16:23.720Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-19T09:16:27.588Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-19T09:16:36.459Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-19T09:17:06.489Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-06-19T09:17:06.521ZLinking xde kmod...
4062026-06-19T09:17:07.103ZBuilding xde dev link helper (release).
4072026-06-19T09:17:07.263Z 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-19T09:17:07.263Z 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-19T09:17:07.263Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-19T09:17:18.976Z 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-19T09:17:21.517Z Finished `release` profile [optimized + debuginfo] target(s) in 14.38s
4122026-06-19T09:17:21.536ZBuilding opteadm (dev).
4132026-06-19T09:17:21.689Z Compiling serde_core v1.0.228
4142026-06-19T09:17:21.689Z Compiling libc v0.2.186
4152026-06-19T09:17:21.689Z Compiling cfg-if v1.0.4
4162026-06-19T09:17:21.689Z Compiling memchr v2.8.2
4172026-06-19T09:17:21.692Z Compiling strsim v0.11.1
4182026-06-19T09:17:21.692Z Compiling ident_case v1.0.1
4192026-06-19T09:17:21.692Z Compiling fnv v1.0.7
4202026-06-19T09:17:21.692Z Compiling syn v2.0.117
4212026-06-19T09:17:21.762Z Compiling regex-syntax v0.8.11
4222026-06-19T09:17:21.784Z Compiling zerocopy v0.8.52
4232026-06-19T09:17:21.808Z Compiling equivalent v1.0.2
4242026-06-19T09:17:21.878Z Compiling serde v1.0.228
4252026-06-19T09:17:21.980Z Compiling hashbrown v0.17.1
4262026-06-19T09:17:22.147Z Compiling aho-corasick v1.1.4
4272026-06-19T09:17:22.181Z Compiling either v1.16.0
4282026-06-19T09:17:22.262Z Compiling winnow v1.0.3
4292026-06-19T09:17:22.373Z Compiling itertools v0.14.0
4302026-06-19T09:17:22.476Z Compiling indexmap v2.14.0
4312026-06-19T09:17:22.563Z Compiling toml_datetime v1.1.1+spec-1.1.0
4322026-06-19T09:17:22.775Z Compiling byteorder v1.5.0
4332026-06-19T09:17:22.951Z Compiling heapless v0.8.0
4342026-06-19T09:17:23.062Z Compiling hash32 v0.3.1
4352026-06-19T09:17:23.216Z Compiling regex-automata v0.4.14
4362026-06-19T09:17:23.241Z Compiling toml_parser v1.1.2+spec-1.1.0
4372026-06-19T09:17:23.404Z Compiling stable_deref_trait v1.2.1
4382026-06-19T09:17:23.475Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4392026-06-19T09:17:23.536Z Compiling syn v1.0.109
4402026-06-19T09:17:23.595Z Compiling toml_edit v0.25.12+spec-1.1.0
4412026-06-19T09:17:23.704Z Compiling bitflags v2.13.0
4422026-06-19T09:17:23.791Z Compiling macaddr v1.0.1
4432026-06-19T09:17:23.819Z Compiling rustversion v1.0.22
4442026-06-19T09:17:23.839Z Compiling smoltcp v0.11.0
4452026-06-19T09:17:24.037Z Compiling rand_core v0.10.1
4462026-06-19T09:17:24.166Z Compiling proc-macro-crate v3.5.0
4472026-06-19T09:17:24.172Z Compiling bitflags v1.3.2
4482026-06-19T09:17:24.182Z Compiling ref-cast v1.0.25
4492026-06-19T09:17:24.194Z Compiling version_check v0.9.5
4502026-06-19T09:17:24.231Z Compiling managed v0.8.0
4512026-06-19T09:17:24.361Z Compiling darling_core v0.21.3
4522026-06-19T09:17:24.451Z Compiling getrandom v0.4.2
4532026-06-19T09:17:24.458Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4542026-06-19T09:17:24.491Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-06-19T09:17:24.714Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-06-19T09:17:24.718Z Compiling errno v0.3.14
4572026-06-19T09:17:25.162Z Compiling regex v1.12.4
4582026-06-19T09:17:25.386Z Compiling cpufeatures v0.3.0
4592026-06-19T09:17:25.455Z Compiling foreign-types-shared v0.3.1
4602026-06-19T09:17:25.485Z Compiling thiserror-impl v2.0.18
4612026-06-19T09:17:25.539Z Compiling zerocopy-derive v0.8.52
4622026-06-19T09:17:25.565Z Compiling serde_derive v1.0.228
4632026-06-19T09:17:25.831Z Compiling foreign-types-macros v0.2.3
4642026-06-19T09:17:26.108Z Compiling ref-cast-impl v1.0.25
4652026-06-19T09:17:26.444Z Compiling num_enum_derive v0.7.6
4662026-06-19T09:17:26.522Z Compiling darling_macro v0.21.3
4672026-06-19T09:17:26.698Z Compiling once_cell v1.21.4
4682026-06-19T09:17:26.701Z Compiling thiserror v2.0.18
4692026-06-19T09:17:26.799Z Compiling cobs v0.3.0
4702026-06-19T09:17:26.942Z Compiling ipnetwork v0.21.1
4712026-06-19T09:17:27.082Z Compiling unicode-width v0.2.2
4722026-06-19T09:17:27.085Z Compiling darling v0.21.3
4732026-06-19T09:17:27.154Z Compiling ingot-macros v0.1.1
4742026-06-19T09:17:27.392Z Compiling tabwriter v1.4.1
4752026-06-19T09:17:27.440Z Compiling num_enum v0.7.6
4762026-06-19T09:17:27.475Z Compiling tracing-core v0.1.36
4772026-06-19T09:17:27.655Z Compiling foreign-types v0.5.0
4782026-06-19T09:17:27.729Z Compiling tracing-attributes v0.1.31
4792026-06-19T09:17:27.824Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4802026-06-19T09:17:28.020Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4812026-06-19T09:17:28.395Z Compiling chacha20 v0.10.0
4822026-06-19T09:17:28.505Z Compiling cstr-argument v0.1.2
4832026-06-19T09:17:28.676Z Compiling postcard v1.1.3
4842026-06-19T09:17:28.743Z Compiling rustix v1.1.4
4852026-06-19T09:17:28.946Z Compiling anyhow v1.0.102
4862026-06-19T09:17:29.009Z Compiling pretty-hex v0.4.2
4872026-06-19T09:17:29.032Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4882026-06-19T09:17:29.037Z Compiling pin-project-lite v0.2.17
4892026-06-19T09:17:29.040Z Compiling dyn-clone v1.0.20
4902026-06-19T09:17:29.123Z Compiling tracing v0.1.44
4912026-06-19T09:17:29.135Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4922026-06-19T09:17:29.195Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-06-19T09:17:29.237Z Compiling rand v0.10.1
4942026-06-19T09:17:29.338Z Compiling terminal_size v0.4.4
4952026-06-19T09:17:29.429Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-19T09:17:29.488Z Compiling uuid v1.23.3
4972026-06-19T09:17:29.492Z Compiling socket2 v0.6.4
4982026-06-19T09:17:29.553Z Compiling oxnet v0.1.6
4992026-06-19T09:17:29.676Z Compiling colored v3.1.1
5002026-06-19T09:17:29.980Z Compiling ingot-types v0.1.2
5012026-06-19T09:17:30.058Z Compiling clap_builder v4.6.0
5022026-06-19T09:17:30.110Z Compiling clap_derive v4.6.1
5032026-06-19T09:17:30.165Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-06-19T09:17:30.390Z Compiling ingot v0.1.1
5052026-06-19T09:17:31.854Z Compiling clap v4.6.1
5062026-06-19T09:17:32.413Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-19T09:17:34.493Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-19T09:17:35.692Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-19T09:17:40.092Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.55s
5102026-06-19T09:17:40.122ZBuilding xde (dev).
5112026-06-19T09:17:40.353Z 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-19T09:17:40.353Z 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-19T09:17:40.353Z Compiling proc-macro2 v1.0.106
5142026-06-19T09:17:40.353Z Compiling unicode-ident v1.0.24
5152026-06-19T09:17:40.354Z Compiling quote v1.0.45
5162026-06-19T09:17:40.354Z Compiling strsim v0.11.1
5172026-06-19T09:17:40.357Z Compiling ident_case v1.0.1
5182026-06-19T09:17:40.357Z Compiling serde_core v1.0.228
5192026-06-19T09:17:40.474Z Compiling fnv v1.0.7
5202026-06-19T09:17:40.477Z Compiling memchr v2.8.2
5212026-06-19T09:17:40.557Z Compiling regex-syntax v0.8.11
5222026-06-19T09:17:40.733Z Compiling either v1.16.0
5232026-06-19T09:17:40.747Z Compiling zerocopy v0.8.52
5242026-06-19T09:17:40.751Z Compiling serde v1.0.228
5252026-06-19T09:17:40.878Z Compiling aho-corasick v1.1.4
5262026-06-19T09:17:40.924Z Compiling thiserror v2.0.18
5272026-06-19T09:17:41.155Z Compiling itertools v0.14.0
5282026-06-19T09:17:41.166Z Compiling heapless v0.8.0
5292026-06-19T09:17:41.500Z Compiling syn v2.0.117
5302026-06-19T09:17:41.554Z Compiling smoltcp v0.11.0
5312026-06-19T09:17:41.558Z Compiling crc32fast v1.5.0
5322026-06-19T09:17:41.641Z Compiling version_check v0.9.5
5332026-06-19T09:17:41.900Z Compiling ref-cast v1.0.25
5342026-06-19T09:17:41.996Z Compiling regex-automata v0.4.14
5352026-06-19T09:17:42.021Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-06-19T09:17:43.565Z Compiling regex v1.12.4
5372026-06-19T09:17:43.830Z Compiling darling_core v0.21.3
5382026-06-19T09:17:43.868Z Compiling darling_core v0.23.0
5392026-06-19T09:17:44.740Z Compiling zerocopy-derive v0.8.52
5402026-06-19T09:17:44.740Z Compiling serde_derive v1.0.228
5412026-06-19T09:17:44.740Z Compiling thiserror-impl v2.0.18
5422026-06-19T09:17:44.748Z Compiling ref-cast-impl v1.0.25
5432026-06-19T09:17:44.748Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-19T09:17:46.529Z Compiling darling_macro v0.21.3
5452026-06-19T09:17:46.579Z Compiling darling_macro v0.23.0
5462026-06-19T09:17:47.439Z Compiling darling v0.21.3
5472026-06-19T09:17:47.493Z Compiling darling v0.23.0
5482026-06-19T09:17:47.497Z Compiling ingot-macros v0.1.1
5492026-06-19T09:17:47.553Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-06-19T09:17:52.605Z 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-19T09:17:54.386Z Compiling byteorder v1.5.0
5522026-06-19T09:17:54.386Z Compiling cfg-if v1.0.4
5532026-06-19T09:17:54.389Z Compiling macaddr v1.0.1
5542026-06-19T09:17:54.389Z Compiling stable_deref_trait v1.2.1
5552026-06-19T09:17:54.451Z Compiling bitflags v1.3.2
5562026-06-19T09:17:54.461Z Compiling cobs v0.3.0
5572026-06-19T09:17:54.498Z Compiling managed v0.8.0
5582026-06-19T09:17:54.573Z Compiling hash32 v0.3.1
5592026-06-19T09:17:54.730Z Compiling itertools v0.15.0
5602026-06-19T09:17:54.737Z Compiling dyn-clone v1.0.20
5612026-06-19T09:17:54.863Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-06-19T09:17:56.005Z Compiling bitflags v2.13.0
5632026-06-19T09:17:56.005Z Compiling uuid v1.23.3
5642026-06-19T09:17:56.142Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-06-19T09:17:56.419Z Compiling postcard v1.1.3
5662026-06-19T09:17:57.259Z Compiling ingot-types v0.1.2
5672026-06-19T09:17:57.546Z Compiling ingot v0.1.1
5682026-06-19T09:17:58.996Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-06-19T09:18:03.370Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-06-19T09:18:13.896Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-06-19T09:18:22.420Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.26s
5722026-06-19T09:18:22.444ZLinking xde kmod...
5732026-06-19T09:18:23.553ZBuilding xde dev link helper (dev).
5742026-06-19T09:18:23.716Z 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-19T09:18:23.716Z 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-19T09:18:23.716Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-06-19T09:18:35.029Z 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-19T09:18:37.286Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.70s
5792026-06-19T09:18:37.308Z
5802026-06-19T09:18:37.308Zreal 3:11.771538372
5812026-06-19T09:18:37.308Zuser 9:09.086009053
5822026-06-19T09:18:37.308Zsys 58.929882970
5832026-06-19T09:18:37.308Ztrap 0.248555520
5842026-06-19T09:18:37.312Ztflt 0.958985395
5852026-06-19T09:18:37.312Zdflt 1.547849725
5862026-06-19T09:18:37.312Zkflt 0.008269868
5872026-06-19T09:18:37.312Zlock 35:14.249729045
5882026-06-19T09:18:37.312Zslp 21:19.425760176
5892026-06-19T09:18:37.312Zlat 20.229280857
5902026-06-19T09:18:37.312Zstop 33.919232762
5912026-06-19T09:18:37.312Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-06-19T09:18:37.312Z+ grep GOTPCREL
5932026-06-19T09:18:38.278Z+ header 'package opte'
5942026-06-19T09:18:38.278Z+ echo '# ==== package opte ==== #'
5952026-06-19T09:18:38.278Z+ cargo xtask package --skip-build --profile all
5962026-06-19T09:18:38.278Z# ==== package opte ==== #
5972026-06-19T09:18:38.416Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5982026-06-19T09:18:38.420Z Running `target/debug/xtask package --skip-build --profile all`
5992026-06-19T09:18:38.626Z+ ./clean.sh
6002026-06-19T09:18:38.633Z+ mkdir -p proto/kernel/drv/amd64
6012026-06-19T09:18:38.636Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-06-19T09:18:38.636Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-06-19T09:18:38.639Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-06-19T09:18:38.655Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-06-19T09:18:38.691Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-06-19T09:18:38.694Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-06-19T09:18:38.694Z+ '[' -z ']'
6082026-06-19T09:18:38.694Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-06-19T09:18:38.723Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-06-19T09:18:38.797Z+ INC_DEBUG=
6112026-06-19T09:18:38.797Z+ typeset -ri TAG=0
6122026-06-19T09:18:38.800Z++ ./print-api-version.sh
6132026-06-19T09:18:38.804Z+ API_VSN=41
6142026-06-19T09:18:38.806Z+ PKG_VERSION=0.41.490-3.0
6152026-06-19T09:18:38.806Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.490-3.0/g opte.template.p5m
6162026-06-19T09:18:38.806Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-06-19T09:18:39.341Z+ pkgdepend generate -d proto opte.base.p5m
6182026-06-19T09:18:39.690Z+ mkdir -p packages
6192026-06-19T09:18:39.694Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-06-19T09:18:46.590Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-06-19T09:18:46.593Z+ pkgrepo create packages/repo
6222026-06-19T09:18:46.804Z+ pkgrepo add-publisher -s packages/repo helios
6232026-06-19T09:18:47.010Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-06-19T09:19:16.249Zpkg://helios/driver/network/opte@0.41.490,5.11-3.0:20260619T091845Z
6252026-06-19T09:19:16.249ZPUBLISHED
6262026-06-19T09:19:16.283Z+ pkgrecv -a -d packages/repo/opte-0.41.490-3.0.p5p -s packages/repo -v -m latest '*'
6272026-06-19T09:19:16.464ZRetrieving packages for publisher helios ...
6282026-06-19T09:19:16.467ZRetrieving catalog 'helios' ... Done
6292026-06-19T09:19:16.469ZRetrieving and evaluating 1 package(s)...
6302026-06-19T09:19:16.469ZFetching manifests: 1/1 100% complete
6312026-06-19T09:19:16.469ZFetching manifests: 1/1 100% complete
6322026-06-19T09:19:16.469Z
6332026-06-19T09:19:16.470ZArchiving packages ...
6342026-06-19T09:19:16.470Z Packages to add: 1
6352026-06-19T09:19:16.470Z Files to retrieve: 6
6362026-06-19T09:19:16.470ZEstimated transfer size: 37.08 MB
6372026-06-19T09:19:16.470Z
6382026-06-19T09:19:16.470ZPackages to archive:
6392026-06-19T09:19:16.470Zdriver/network/opte@0.41.490,5.11-3.0:20260619T091845Z
6402026-06-19T09:19:16.470Z
6412026-06-19T09:19:16.470ZDownload: 0/6 items 0.0/37.1MB 0% complete
6422026-06-19T09:19:16.537ZDownload: Completed 37.08 MB in 0.07 seconds (541M/s)
6432026-06-19T09:19:16.540ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6442026-06-19T09:19:16.548ZArchiving: Completed 37.12 MB in 0.01 seconds
6452026-06-19T09:19:16.587ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.490-3.0.p5p.
6462026-06-19T09:19:16.590Z+ banner copy
6472026-06-19T09:19:16.592Z
6482026-06-19T09:19:16.593Z #### #### ##### # #
6492026-06-19T09:19:16.593Z # # # # # # # #
6502026-06-19T09:19:16.593Z # # # # # #
6512026-06-19T09:19:16.593Z # # # ##### #
6522026-06-19T09:19:16.593Z # # # # # #
6532026-06-19T09:19:16.593Z #### #### # #
6542026-06-19T09:19:16.593Z
6552026-06-19T09:19:16.593Z+ pfexec mkdir -p /out
6562026-06-19T09:19:16.595Z+ pfexec chown 12345 /out
6572026-06-19T09:19:16.598Z+ PKG_NAME=/out/opte.p5p
6582026-06-19T09:19:16.598Z+ mv pkg/packages/repo/opte-0.41.490-3.0.p5p /out/opte.p5p
6592026-06-19T09:19:16.624Z+ sha256sum /out/opte.p5p
6602026-06-19T09:19:16.649Zprocess exited: duration 248217 ms, exit code 0
 
6612026-06-19T09:19:16.660Zfound 2 output files
6622026-06-19T09:19:16.660Zuploading: /out/opte.p5p (38932480 bytes)
6632026-06-19T09:19:17.861Zuploaded: /out/opte.p5p
6642026-06-19T09:19:17.861Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-06-19T09:19:18.877Zuploaded: /out/opte.p5p.sha256