01KXCVR3BKYAZG6MA6N29WWTWD: 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: 01KXCVT0JTBB4V6XD2M7S86FFG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T04:30:36.655Zjob assigned to worker 01KXCVT7X3ZMWMVZBZY1YAJJFJ [factory aws, i-070f980955c58fc87] (queued for 49 s)
 
22026-07-13T04:30:43.292Zstarting task 0: "setup"
32026-07-13T04:30:43.362Z++ uname -s
42026-07-13T04:30:43.362Z+ kern=SunOS
52026-07-13T04:30:43.362Z+ build_user=build
62026-07-13T04:30:43.362Z+ build_uid=12345
72026-07-13T04:30:43.362Z+ work_dir=/work
82026-07-13T04:30:43.363Z+ input_dir=/input
92026-07-13T04:30:43.363Z+ [[ 0 == 12345 ]]
102026-07-13T04:30:43.363Z+ case "$kern" in
112026-07-13T04:30:43.363Z+ groupadd -g 12345 build
122026-07-13T04:30:43.363Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T04:30:45.273Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T04:30:45.396Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T04:30:45.399Z+ home_fs=zfs
162026-07-13T04:30:45.399Z+ [[ zfs == autofs ]]
172026-07-13T04:30:45.399Z+ mkdir -p /home/build
182026-07-13T04:30:45.399Z+ chown build:build /home/build /work
192026-07-13T04:30:46.400Z+ chmod 0700 /home/build /work
202026-07-13T04:30:46.403Zprocess exited: duration 3146 ms, exit code 0
 
212026-07-13T04:30:46.409Zstarting task 1: "rust-toolchain"
222026-07-13T04:30:46.414Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.0
232026-07-13T04:30:46.414Z * rust toolchain channel = "1.97.0"
242026-07-13T04:30:46.414Z * rust toolchain profile = "default"
252026-07-13T04:30:46.418Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-13T04:30:46.418Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-13T04:30:46.418Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T04:30:46.418Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T04:30:46.418Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.0 --profile default
302026-07-13T04:30:46.505Zinfo: downloading installer
312026-07-13T04:30:47.907Zwarn: It looks like you have an existing rustup settings file at:
322026-07-13T04:30:47.907Zwarn: /home/build/.rustup/settings.toml
332026-07-13T04:30:47.907Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-13T04:30:47.907Zwarn: instead of the one inferred from the default host triple.
352026-07-13T04:30:47.922Zinfo: profile set to default
362026-07-13T04:30:47.922Zinfo: default host triple is x86_64-unknown-illumos
372026-07-13T04:30:47.924Zinfo: syncing channel updates for 1.97.0-x86_64-unknown-illumos
382026-07-13T04:30:48.070Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
392026-07-13T04:30:48.073Zinfo: downloading 6 components
402026-07-13T04:31:03.341Zinfo: default toolchain set to 1.97.0-x86_64-unknown-illumos
412026-07-13T04:31:03.341Z
422026-07-13T04:31:03.361Z 1.97.0-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
432026-07-13T04:31:03.361Z
442026-07-13T04:31:03.365Z
452026-07-13T04:31:03.365ZRust is installed now. Great!
462026-07-13T04:31:03.365Z
472026-07-13T04:31:03.365ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-13T04:31:03.365Zenvironment variable. This has not been done automatically.
492026-07-13T04:31:03.365Z
502026-07-13T04:31:03.365ZTo configure your current shell, you need to source
512026-07-13T04:31:03.365Zthe corresponding env file under $HOME/.cargo.
522026-07-13T04:31:03.365Z
532026-07-13T04:31:03.365ZThis is usually done by running one of the following (note the leading DOT):
542026-07-13T04:31:03.365Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-13T04:31:03.365Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-13T04:31:03.365Zsource "~/.cargo/env.nu" # For nushell
572026-07-13T04:31:03.365Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-13T04:31:03.365Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-13T04:31:03.366Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-13T04:31:03.366Zwarn: no default linker (`cc`) was found in your PATH
612026-07-13T04:31:03.366Zwarn: many Rust crates require a system C toolchain to build
622026-07-13T04:31:03.503Z+ rustup --version
632026-07-13T04:31:03.515Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-13T04:31:03.515Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-13T04:31:03.515Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
662026-07-13T04:31:03.515Z+ cargo --version
672026-07-13T04:31:03.515Zcargo 1.97.0 (c980f4866 2026-06-30)
682026-07-13T04:31:03.515Z+ rustc --version
692026-07-13T04:31:03.535Zrustc 1.97.0 (2d8144b78 2026-07-07)
702026-07-13T04:31:03.546Zprocess exited: duration 17118 ms, exit code 0
 
712026-07-13T04:31:03.579Zstarting task 2: "authentication"
722026-07-13T04:31:03.598Zprocess exited: duration 24 ms, exit code 0
 
732026-07-13T04:31:03.612Zstarting task 3: "clone repository"
742026-07-13T04:31:03.623Z+ mkdir -p /work/oxidecomputer/opte
752026-07-13T04:31:03.623Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-13T04:31:03.647ZCloning into '/work/oxidecomputer/opte'...
772026-07-13T04:31:04.812Z+ cd /work/oxidecomputer/opte
782026-07-13T04:31:04.812Z+ git fetch origin c88e736bb584d0eed2739c0f52b07f945b1dac92
792026-07-13T04:31:05.070ZFrom https://github.com/oxidecomputer/opte
802026-07-13T04:31:05.070Z * branch c88e736bb584d0eed2739c0f52b07f945b1dac92 -> FETCH_HEAD
812026-07-13T04:31:05.081Z+ [[ -n '' ]]
822026-07-13T04:31:05.081Z+ git reset --hard c88e736bb584d0eed2739c0f52b07f945b1dac92
832026-07-13T04:31:05.092ZHEAD is now at c88e736 Update dependency rust
842026-07-13T04:31:05.102Zprocess exited: duration 1481 ms, exit code 0
 
852026-07-13T04:31:05.126Zstarting task 4: "build"
862026-07-13T04:31:05.133Z+ source .github/buildomat/common.sh
872026-07-13T04:31:05.133Z++ rustup show active-toolchain
882026-07-13T04:31:05.137Z1.97.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-07-13T04:31:05.137Z++ pushd xde
902026-07-13T04:31:05.137Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-07-13T04:31:05.137Z++ rustup show active-toolchain
922026-07-13T04:31:05.142Zinfo: syncing channel updates for nightly-2026-07-13-x86_64-unknown-illumos
932026-07-13T04:31:05.291Zinfo: latest update on 2026-07-13 for version 1.99.0-nightly (77cf889bc 2026-07-12)
942026-07-13T04:31:05.298Zinfo: downloading 6 components
952026-07-13T04:31:19.842Znightly-2026-07-13-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-07-13T04:31:19.934Z+++ rustup show active-toolchain -v
972026-07-13T04:31:19.940Z+++ head -n 1
982026-07-13T04:31:19.940Z+++ cut '-d ' -f1
992026-07-13T04:31:19.989Z++ export NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos
1002026-07-13T04:31:19.989Z++ NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos
1012026-07-13T04:31:19.989Z++ popd
1022026-07-13T04:31:19.992Z/work/oxidecomputer/opte
1032026-07-13T04:31:19.992Z+ TGT_BASE=/work
1042026-07-13T04:31:19.992Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1052026-07-13T04:31:19.992Z+ REL_TGT=/work/release
1062026-07-13T04:31:19.992Z+ mkdir -p /work/release
1072026-07-13T04:31:19.992Z+ cargo --version
1082026-07-13T04:31:19.999Zcargo 1.97.0 (c980f4866 2026-06-30)
1092026-07-13T04:31:20.002Z+ rustc --version
1102026-07-13T04:31:20.021Zrustc 1.97.0 (2d8144b78 2026-07-07)
1112026-07-13T04:31:20.028Z+ header 'build xde and opteadm (release+debug)'
1122026-07-13T04:31:20.028Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1132026-07-13T04:31:20.028Z+ ptime -m cargo xtask build --profile all
1142026-07-13T04:31:20.028Z# ==== build xde and opteadm (release+debug) ==== #
1152026-07-13T04:31:20.123Z Updating crates.io index
1162026-07-13T04:31:20.127Z Updating git repository `https://github.com/oxidecomputer/falcon`
1172026-07-13T04:31:21.118Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1182026-07-13T04:31:21.351Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1192026-07-13T04:31:21.758Z Updating git repository `https://github.com/oxidecomputer/zone`
1202026-07-13T04:31:22.054Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1212026-07-13T04:31:22.340Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1222026-07-13T04:31:22.631Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1232026-07-13T04:31:24.712Z Downloading crates ...
1242026-07-13T04:31:24.764Z Downloaded camino v1.2.4
1252026-07-13T04:31:24.764Z Downloaded equivalent v1.0.2
1262026-07-13T04:31:24.764Z Downloaded itoa v1.0.18
1272026-07-13T04:31:24.764Z Downloaded serde_core v1.0.228
1282026-07-13T04:31:24.765Z Downloaded terminal_size v0.4.4
1292026-07-13T04:31:24.765Z Downloaded heck v0.5.0
1302026-07-13T04:31:24.765Z Downloaded semver v1.0.28
1312026-07-13T04:31:24.765Z Downloaded clap_lex v1.1.0
1322026-07-13T04:31:24.765Z Downloaded errno v0.3.14
1332026-07-13T04:31:24.765Z Downloaded strsim v0.11.1
1342026-07-13T04:31:24.765Z Downloaded anstream v1.0.0
1352026-07-13T04:31:24.765Z Downloaded is_terminal_polyfill v1.70.2
1362026-07-13T04:31:24.765Z Downloaded anstyle v1.0.14
1372026-07-13T04:31:24.765Z Downloaded anstyle-parse v1.0.0
1382026-07-13T04:31:24.765Z Downloaded cargo_metadata v0.23.1
1392026-07-13T04:31:24.765Z Downloaded serde_spanned v1.1.1
1402026-07-13T04:31:24.765Z Downloaded colorchoice v1.0.5
1412026-07-13T04:31:24.765Z Downloaded anstyle-query v1.1.5
1422026-07-13T04:31:24.765Z Downloaded cargo-platform v0.3.3
1432026-07-13T04:31:24.765Z Downloaded clap v4.6.1
1442026-07-13T04:31:24.765Z Downloaded utf8parse v0.2.2
1452026-07-13T04:31:24.765Z Downloaded zmij v1.0.21
1462026-07-13T04:31:24.765Z Downloaded quote v1.0.46
1472026-07-13T04:31:24.765Z Downloaded toml_writer v1.1.1+spec-1.1.0
1482026-07-13T04:31:24.765Z Downloaded bitflags v2.13.0
1492026-07-13T04:31:24.765Z Downloaded thiserror v2.0.18
1502026-07-13T04:31:24.765Z Downloaded thiserror-impl v2.0.18
1512026-07-13T04:31:24.765Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1522026-07-13T04:31:24.765Z Downloaded clap_derive v4.6.1
1532026-07-13T04:31:24.765Z Downloaded toml_parser v1.1.2+spec-1.1.0
1542026-07-13T04:31:24.765Z Downloaded anyhow v1.0.103
1552026-07-13T04:31:24.766Z Downloaded unicode-ident v1.0.24
1562026-07-13T04:31:24.766Z Downloaded proc-macro2 v1.0.106
1572026-07-13T04:31:24.766Z Downloaded serde_derive v1.0.228
1582026-07-13T04:31:24.766Z Downloaded indexmap v2.14.0
1592026-07-13T04:31:24.766Z Downloaded toml v1.1.2+spec-1.1.0
1602026-07-13T04:31:24.766Z Downloaded serde v1.0.228
1612026-07-13T04:31:24.766Z Downloaded memchr v2.8.2
1622026-07-13T04:31:24.766Z Downloaded clap_builder v4.6.0
1632026-07-13T04:31:24.766Z Downloaded hashbrown v0.17.1
1642026-07-13T04:31:24.766Z Downloaded serde_json v1.0.150
1652026-07-13T04:31:24.766Z Downloaded winnow v1.0.3
1662026-07-13T04:31:24.766Z Downloaded syn v2.0.118
1672026-07-13T04:31:24.766Z Downloaded rustix v1.1.4
1682026-07-13T04:31:24.766Z Downloaded libc v0.2.186
1692026-07-13T04:31:24.867Z Compiling serde_core v1.0.228
1702026-07-13T04:31:24.867Z Compiling proc-macro2 v1.0.106
1712026-07-13T04:31:24.867Z Compiling quote v1.0.46
1722026-07-13T04:31:24.867Z Compiling unicode-ident v1.0.24
1732026-07-13T04:31:24.867Z Compiling libc v0.2.186
1742026-07-13T04:31:24.867Z Compiling rustix v1.1.4
1752026-07-13T04:31:24.867Z Compiling zmij v1.0.21
1762026-07-13T04:31:24.917Z Compiling utf8parse v0.2.2
1772026-07-13T04:31:24.941Z Compiling bitflags v2.13.0
1782026-07-13T04:31:24.959Z Compiling anstyle-parse v1.0.0
1792026-07-13T04:31:25.163Z Compiling camino v1.2.4
1802026-07-13T04:31:25.216Z Compiling serde_json v1.0.150
1812026-07-13T04:31:25.220Z Compiling colorchoice v1.0.5
1822026-07-13T04:31:25.333Z Compiling anstyle v1.0.14
1832026-07-13T04:31:25.364Z Compiling anstyle-query v1.1.5
1842026-07-13T04:31:25.370Z Compiling is_terminal_polyfill v1.70.2
1852026-07-13T04:31:25.434Z Compiling serde v1.0.228
1862026-07-13T04:31:25.453Z Compiling thiserror v2.0.18
1872026-07-13T04:31:25.519Z Compiling errno v0.3.14
1882026-07-13T04:31:25.579Z Compiling anstream v1.0.0
1892026-07-13T04:31:25.588Z Compiling winnow v1.0.3
1902026-07-13T04:31:25.806Z Compiling clap_lex v1.1.0
1912026-07-13T04:31:26.018Z Compiling anyhow v1.0.103
1922026-07-13T04:31:26.052Z Compiling syn v2.0.118
1932026-07-13T04:31:26.075Z Compiling memchr v2.8.2
1942026-07-13T04:31:26.109Z Compiling heck v0.5.0
1952026-07-13T04:31:26.126Z Compiling itoa v1.0.18
1962026-07-13T04:31:26.223Z Compiling terminal_size v0.4.4
1972026-07-13T04:31:26.328Z Compiling strsim v0.11.1
1982026-07-13T04:31:26.392Z Compiling toml_parser v1.1.2+spec-1.1.0
1992026-07-13T04:31:26.417Z Compiling toml_writer v1.1.1+spec-1.1.0
2002026-07-13T04:31:26.585Z Compiling clap_builder v4.6.0
2012026-07-13T04:31:27.278Z Compiling serde_spanned v1.1.1
2022026-07-13T04:31:27.305Z Compiling semver v1.0.28
2032026-07-13T04:31:27.431Z Compiling toml_datetime v1.1.1+spec-1.1.0
2042026-07-13T04:31:27.711Z Compiling cargo-platform v0.3.3
2052026-07-13T04:31:27.928Z Compiling toml v1.1.2+spec-1.1.0
2062026-07-13T04:31:28.414Z Compiling serde_derive v1.0.228
2072026-07-13T04:31:28.414Z Compiling thiserror-impl v2.0.18
2082026-07-13T04:31:28.427Z Compiling clap_derive v4.6.1
2092026-07-13T04:31:31.387Z Compiling clap v4.6.1
2102026-07-13T04:31:31.476Z Compiling cargo_metadata v0.23.1
2112026-07-13T04:31:33.881Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2122026-07-13T04:31:35.480Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.44s
2132026-07-13T04:31:35.555Z Running `target/debug/xtask build --profile all`
2142026-07-13T04:31:36.981ZBuilding opteadm (release).
2152026-07-13T04:31:37.077Z Compiling proc-macro2 v1.0.106
2162026-07-13T04:31:37.077Z Compiling unicode-ident v1.0.24
2172026-07-13T04:31:37.104Z Compiling quote v1.0.46
2182026-07-13T04:31:37.104Z Compiling serde_core v1.0.228
2192026-07-13T04:31:37.104Z Compiling libc v0.2.186
2202026-07-13T04:31:37.104Z Compiling cfg-if v1.0.4
2212026-07-13T04:31:37.104Z Compiling ident_case v1.0.1
2222026-07-13T04:31:37.104Z Compiling fnv v1.0.7
2232026-07-13T04:31:37.152Z Compiling memchr v2.8.2
2242026-07-13T04:31:37.188Z Compiling thiserror v2.0.18
2252026-07-13T04:31:37.207Z Compiling strsim v0.11.1
2262026-07-13T04:31:37.207Z Compiling regex-syntax v0.8.11
2272026-07-13T04:31:37.413Z Compiling equivalent v1.0.2
2282026-07-13T04:31:37.535Z Compiling anyhow v1.0.103
2292026-07-13T04:31:37.558Z Compiling hashbrown v0.17.1
2302026-07-13T04:31:37.699Z Compiling aho-corasick v1.1.4
2312026-07-13T04:31:37.712Z Compiling winnow v1.0.3
2322026-07-13T04:31:37.783Z Compiling serde v1.0.228
2332026-07-13T04:31:37.812Z Compiling either v1.16.0
2342026-07-13T04:31:38.002Z Compiling zerocopy v0.8.52
2352026-07-13T04:31:38.011Z Compiling itertools v0.14.0
2362026-07-13T04:31:38.260Z Compiling syn v2.0.118
2372026-07-13T04:31:38.355Z Compiling indexmap v2.14.0
2382026-07-13T04:31:38.409Z Compiling byteorder v1.5.0
2392026-07-13T04:31:38.592Z Compiling regex-automata v0.4.14
2402026-07-13T04:31:38.715Z Compiling toml_parser v1.1.2+spec-1.1.0
2412026-07-13T04:31:39.111Z Compiling heapless v0.8.0
2422026-07-13T04:31:39.137Z Compiling toml_datetime v1.1.1+spec-1.1.0
2432026-07-13T04:31:39.207Z Compiling bitflags v2.13.0
2442026-07-13T04:31:39.207Z Compiling toml_edit v0.25.12+spec-1.1.0
2452026-07-13T04:31:39.225Z Compiling hash32 v0.3.1
2462026-07-13T04:31:39.243Z Compiling macaddr v1.0.1
2472026-07-13T04:31:39.327Z Compiling smoltcp v0.11.0
2482026-07-13T04:31:39.346Z Compiling rustversion v1.0.22
2492026-07-13T04:31:39.394Z Compiling syn v1.0.109
2502026-07-13T04:31:39.432Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2512026-07-13T04:31:40.358Z Compiling stable_deref_trait v1.2.1
2522026-07-13T04:31:40.402Z Compiling rustix v1.1.4
2532026-07-13T04:31:40.402Z Compiling bitflags v1.3.2
2542026-07-13T04:31:40.402Z Compiling proc-macro-crate v3.5.0
2552026-07-13T04:31:40.402Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2562026-07-13T04:31:40.402Z Compiling version_check v0.9.5
2572026-07-13T04:31:40.402Z Compiling ref-cast v1.0.25
2582026-07-13T04:31:40.402Z Compiling managed v0.8.0
2592026-07-13T04:31:40.402Z Compiling getrandom v0.4.3
2602026-07-13T04:31:40.402Z Compiling rand_core v0.10.1
2612026-07-13T04:31:40.402Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2622026-07-13T04:31:40.402Z Compiling regex v1.12.4
2632026-07-13T04:31:40.402Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-07-13T04:31:40.402Z Compiling errno v0.3.14
2652026-07-13T04:31:40.477Z Compiling foreign-types-shared v0.3.1
2662026-07-13T04:31:40.554Z Compiling once_cell v1.21.4
2672026-07-13T04:31:40.609Z Compiling unicode-width v0.2.2
2682026-07-13T04:31:40.672Z Compiling utf8parse v0.2.2
2692026-07-13T04:31:40.779Z Compiling darling_core v0.21.3
2702026-07-13T04:31:40.779Z Compiling ipnetwork v0.21.1
2712026-07-13T04:31:40.806Z Compiling cpufeatures v0.3.0
2722026-07-13T04:31:40.894Z Compiling chacha20 v0.10.1
2732026-07-13T04:31:41.107Z Compiling tabwriter v1.4.1
2742026-07-13T04:31:41.134Z Compiling anstyle-parse v1.0.0
2752026-07-13T04:31:41.174Z Compiling tracing-core v0.1.36
2762026-07-13T04:31:41.412Z Compiling cstr-argument v0.1.2
2772026-07-13T04:31:42.039Z Compiling pretty-hex v0.4.2
2782026-07-13T04:31:42.048Z Compiling anstyle-query v1.1.5
2792026-07-13T04:31:42.048Z Compiling dyn-clone v1.0.20
2802026-07-13T04:31:42.083Z Compiling thiserror-impl v2.0.18
2812026-07-13T04:31:42.130Z Compiling zerocopy-derive v0.8.52
2822026-07-13T04:31:42.146Z Compiling serde_derive v1.0.228
2832026-07-13T04:31:42.172Z Compiling ref-cast-impl v1.0.25
2842026-07-13T04:31:42.357Z Compiling foreign-types-macros v0.2.3
2852026-07-13T04:31:42.768Z Compiling num_enum_derive v0.7.6
2862026-07-13T04:31:42.955Z Compiling darling_macro v0.21.3
2872026-07-13T04:31:43.008Z Compiling foreign-types v0.5.0
2882026-07-13T04:31:43.086Z Compiling tracing-attributes v0.1.31
2892026-07-13T04:31:43.173Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2902026-07-13T04:31:43.427Z Compiling cobs v0.3.0
2912026-07-13T04:31:43.529Z Compiling darling v0.21.3
2922026-07-13T04:31:43.600Z Compiling ingot-macros v0.1.1
2932026-07-13T04:31:43.629Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2942026-07-13T04:31:43.711Z Compiling anstyle v1.0.14
2952026-07-13T04:31:43.727Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2962026-07-13T04:31:43.802Z Compiling num_enum v0.7.6
2972026-07-13T04:31:43.836Z Compiling is_terminal_polyfill v1.70.2
2982026-07-13T04:31:43.881Z Compiling colorchoice v1.0.5
2992026-07-13T04:31:43.889Z Compiling pin-project-lite v0.2.17
3002026-07-13T04:31:43.929Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3012026-07-13T04:31:43.994Z Compiling anstream v1.0.0
3022026-07-13T04:31:44.045Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3032026-07-13T04:31:44.195Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-07-13T04:31:44.282Z Compiling tracing v0.1.44
3052026-07-13T04:31:44.312Z Compiling terminal_size v0.4.4
3062026-07-13T04:31:44.385Z Compiling rand v0.10.2
3072026-07-13T04:31:44.443Z Compiling uuid v1.23.4
3082026-07-13T04:31:44.580Z Compiling socket2 v0.6.4
3092026-07-13T04:31:44.845Z Compiling heck v0.5.0
3102026-07-13T04:31:45.029Z Compiling clap_lex v1.1.0
3112026-07-13T04:31:45.182Z Compiling colored v3.1.1
3122026-07-13T04:31:45.197Z Compiling oxnet v0.1.6
3132026-07-13T04:31:45.250Z Compiling clap_builder v4.6.0
3142026-07-13T04:31:45.342Z Compiling postcard v1.1.3
3152026-07-13T04:31:45.430Z Compiling clap_derive v4.6.1
3162026-07-13T04:31:45.455Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3172026-07-13T04:31:46.654Z Compiling ingot-types v0.1.2
3182026-07-13T04:31:46.965Z Compiling ingot v0.1.1
3192026-07-13T04:31:47.125Z Compiling clap v4.6.1
3202026-07-13T04:31:49.181Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3212026-07-13T04:31:49.682Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3222026-07-13T04:31:50.768Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3232026-07-13T04:31:57.400Z Finished `release` profile [optimized + debuginfo] target(s) in 20.40s
3242026-07-13T04:31:57.426ZBuilding xde (release-lto).
3252026-07-13T04:31:57.688Z Updating crates.io index
3262026-07-13T04:31:57.783Z Downloading crates ...
3272026-07-13T04:31:57.817Z Downloaded rustc-demangle v0.1.27
3282026-07-13T04:31:57.842Z Downloaded adler2 v2.0.1
3292026-07-13T04:31:57.842Z Downloaded foldhash v0.2.0
3302026-07-13T04:31:57.842Z Downloaded rustc-literal-escaper v0.0.8
3312026-07-13T04:31:57.842Z Downloaded addr2line v0.25.1
3322026-07-13T04:31:57.842Z Downloaded getopts v0.2.24
3332026-07-13T04:31:57.854Z Downloaded miniz_oxide v0.8.9
3342026-07-13T04:31:57.867Z Downloaded memchr v2.7.6
3352026-07-13T04:31:57.908Z Downloaded gimli v0.32.3
3362026-07-13T04:31:57.952Z Downloaded object v0.37.3
3372026-07-13T04:31:57.968Z Downloaded libc v0.2.185
3382026-07-13T04:31:58.015Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3392026-07-13T04:31:58.016Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3402026-07-13T04:31:58.016Z Compiling proc-macro2 v1.0.106
3412026-07-13T04:31:58.072Z Compiling unicode-ident v1.0.24
3422026-07-13T04:31:58.072Z Compiling quote v1.0.46
3432026-07-13T04:31:58.072Z Compiling strsim v0.11.1
3442026-07-13T04:31:58.072Z Compiling ident_case v1.0.1
3452026-07-13T04:31:58.072Z Compiling serde_core v1.0.228
3462026-07-13T04:31:58.161Z Compiling memchr v2.8.2
3472026-07-13T04:31:58.176Z Compiling fnv v1.0.7
3482026-07-13T04:31:58.364Z Compiling regex-syntax v0.8.11
3492026-07-13T04:31:58.422Z Compiling thiserror v2.0.18
3502026-07-13T04:31:58.465Z Compiling either v1.16.0
3512026-07-13T04:31:58.494Z Compiling serde v1.0.228
3522026-07-13T04:31:58.570Z Compiling aho-corasick v1.1.4
3532026-07-13T04:31:58.625Z Compiling zerocopy v0.8.52
3542026-07-13T04:31:58.819Z Compiling itertools v0.14.0
3552026-07-13T04:31:58.866Z Compiling heapless v0.8.0
3562026-07-13T04:31:59.160Z Compiling syn v2.0.118
3572026-07-13T04:31:59.244Z Compiling smoltcp v0.11.0
3582026-07-13T04:31:59.279Z Compiling crc32fast v1.5.0
3592026-07-13T04:31:59.336Z Compiling version_check v0.9.5
3602026-07-13T04:31:59.613Z Compiling ref-cast v1.0.25
3612026-07-13T04:31:59.661Z Compiling regex-automata v0.4.14
3622026-07-13T04:31:59.674Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3632026-07-13T04:32:01.244Z Compiling regex v1.12.4
3642026-07-13T04:32:01.455Z Compiling darling_core v0.21.3
3652026-07-13T04:32:01.476Z Compiling darling_core v0.23.0
3662026-07-13T04:32:02.432Z Compiling zerocopy-derive v0.8.52
3672026-07-13T04:32:02.432Z Compiling serde_derive v1.0.228
3682026-07-13T04:32:02.433Z Compiling thiserror-impl v2.0.18
3692026-07-13T04:32:02.433Z Compiling ref-cast-impl v1.0.25
3702026-07-13T04:32:02.531Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3712026-07-13T04:32:04.426Z Compiling darling_macro v0.21.3
3722026-07-13T04:32:04.426Z Compiling darling_macro v0.23.0
3732026-07-13T04:32:04.883Z Compiling darling v0.21.3
3742026-07-13T04:32:04.909Z Compiling ingot-macros v0.1.1
3752026-07-13T04:32:04.957Z Compiling darling v0.23.0
3762026-07-13T04:32:05.030Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3772026-07-13T04:32:10.736Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3782026-07-13T04:32:12.947Z Compiling byteorder v1.5.0
3792026-07-13T04:32:12.948Z Compiling cfg-if v1.0.4
3802026-07-13T04:32:12.948Z Compiling stable_deref_trait v1.2.1
3812026-07-13T04:32:12.970Z Compiling macaddr v1.0.1
3822026-07-13T04:32:13.012Z Compiling cobs v0.3.0
3832026-07-13T04:32:13.012Z Compiling bitflags v1.3.2
3842026-07-13T04:32:13.036Z Compiling managed v0.8.0
3852026-07-13T04:32:13.156Z Compiling hash32 v0.3.1
3862026-07-13T04:32:13.248Z Compiling itertools v0.15.0
3872026-07-13T04:32:13.287Z Compiling dyn-clone v1.0.20
3882026-07-13T04:32:13.294Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3892026-07-13T04:32:14.543Z Compiling bitflags v2.13.0
3902026-07-13T04:32:14.543Z Compiling uuid v1.23.4
3912026-07-13T04:32:14.746Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3922026-07-13T04:32:14.986Z Compiling postcard v1.1.3
3932026-07-13T04:32:15.818Z Compiling ingot-types v0.1.2
3942026-07-13T04:32:16.160Z Compiling ingot v0.1.1
3952026-07-13T04:32:17.667Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3962026-07-13T04:32:21.478Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3972026-07-13T04:32:30.342Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
3982026-07-13T04:33:00.281Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
3992026-07-13T04:33:00.305ZLinking xde kmod...
4002026-07-13T04:33:00.888ZBuilding xde dev link helper (release).
4012026-07-13T04:33:01.041Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4022026-07-13T04:33:01.041Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4032026-07-13T04:33:01.041Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4042026-07-13T04:33:12.807Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4052026-07-13T04:33:15.317Z Finished `release` profile [optimized + debuginfo] target(s) in 14.39s
4062026-07-13T04:33:15.336ZBuilding opteadm (dev).
4072026-07-13T04:33:15.487Z Compiling serde_core v1.0.228
4082026-07-13T04:33:15.487Z Compiling libc v0.2.186
4092026-07-13T04:33:15.488Z Compiling cfg-if v1.0.4
4102026-07-13T04:33:15.491Z Compiling strsim v0.11.1
4112026-07-13T04:33:15.491Z Compiling fnv v1.0.7
4122026-07-13T04:33:15.491Z Compiling ident_case v1.0.1
4132026-07-13T04:33:15.492Z Compiling memchr v2.8.2
4142026-07-13T04:33:15.492Z Compiling syn v2.0.118
4152026-07-13T04:33:15.562Z Compiling regex-syntax v0.8.11
4162026-07-13T04:33:15.581Z Compiling either v1.16.0
4172026-07-13T04:33:15.602Z Compiling hashbrown v0.17.1
4182026-07-13T04:33:15.769Z Compiling winnow v1.0.3
4192026-07-13T04:33:15.783Z Compiling zerocopy v0.8.52
4202026-07-13T04:33:16.060Z Compiling aho-corasick v1.1.4
4212026-07-13T04:33:16.127Z Compiling serde v1.0.228
4222026-07-13T04:33:16.179Z Compiling equivalent v1.0.2
4232026-07-13T04:33:16.272Z Compiling indexmap v2.14.0
4242026-07-13T04:33:16.320Z Compiling itertools v0.14.0
4252026-07-13T04:33:16.482Z Compiling toml_datetime v1.1.1+spec-1.1.0
4262026-07-13T04:33:16.694Z Compiling byteorder v1.5.0
4272026-07-13T04:33:16.831Z Compiling toml_parser v1.1.2+spec-1.1.0
4282026-07-13T04:33:16.872Z Compiling heapless v0.8.0
4292026-07-13T04:33:16.875Z Compiling hash32 v0.3.1
4302026-07-13T04:33:17.021Z Compiling regex-automata v0.4.14
4312026-07-13T04:33:17.340Z Compiling toml_edit v0.25.12+spec-1.1.0
4322026-07-13T04:33:17.378Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4332026-07-13T04:33:17.481Z Compiling syn v1.0.109
4342026-07-13T04:33:17.567Z Compiling bitflags v2.13.0
4352026-07-13T04:33:17.622Z Compiling macaddr v1.0.1
4362026-07-13T04:33:17.639Z Compiling rustversion v1.0.22
4372026-07-13T04:33:17.766Z Compiling stable_deref_trait v1.2.1
4382026-07-13T04:33:17.797Z Compiling smoltcp v0.11.0
4392026-07-13T04:33:17.869Z Compiling proc-macro-crate v3.5.0
4402026-07-13T04:33:18.037Z Compiling rand_core v0.10.1
4412026-07-13T04:33:18.051Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4422026-07-13T04:33:18.136Z Compiling darling_core v0.21.3
4432026-07-13T04:33:18.199Z Compiling ref-cast v1.0.25
4442026-07-13T04:33:18.227Z Compiling getrandom v0.4.3
4452026-07-13T04:33:18.266Z Compiling bitflags v1.3.2
4462026-07-13T04:33:18.271Z Compiling version_check v0.9.5
4472026-07-13T04:33:18.274Z Compiling managed v0.8.0
4482026-07-13T04:33:18.524Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4492026-07-13T04:33:18.553Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4502026-07-13T04:33:18.769Z Compiling regex v1.12.4
4512026-07-13T04:33:19.081Z Compiling errno v0.3.14
4522026-07-13T04:33:19.159Z Compiling foreign-types-shared v0.3.1
4532026-07-13T04:33:19.224Z Compiling once_cell v1.21.4
4542026-07-13T04:33:19.240Z Compiling cpufeatures v0.3.0
4552026-07-13T04:33:19.310Z Compiling ipnetwork v0.21.1
4562026-07-13T04:33:19.318Z Compiling thiserror-impl v2.0.18
4572026-07-13T04:33:19.460Z Compiling serde_derive v1.0.228
4582026-07-13T04:33:19.597Z Compiling zerocopy-derive v0.8.52
4592026-07-13T04:33:19.807Z Compiling num_enum_derive v0.7.6
4602026-07-13T04:33:20.252Z Compiling darling_macro v0.21.3
4612026-07-13T04:33:20.384Z Compiling foreign-types-macros v0.2.3
4622026-07-13T04:33:20.532Z Compiling thiserror v2.0.18
4632026-07-13T04:33:20.634Z Compiling cobs v0.3.0
4642026-07-13T04:33:20.817Z Compiling ref-cast-impl v1.0.25
4652026-07-13T04:33:20.833Z Compiling darling v0.21.3
4662026-07-13T04:33:20.905Z Compiling ingot-macros v0.1.1
4672026-07-13T04:33:20.911Z Compiling unicode-width v0.2.2
4682026-07-13T04:33:21.034Z Compiling foreign-types v0.5.0
4692026-07-13T04:33:21.103Z Compiling num_enum v0.7.6
4702026-07-13T04:33:21.238Z Compiling tabwriter v1.4.1
4712026-07-13T04:33:21.280Z Compiling cstr-argument v0.1.2
4722026-07-13T04:33:21.452Z Compiling tracing-core v0.1.36
4732026-07-13T04:33:21.569Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4742026-07-13T04:33:21.669Z Compiling tracing-attributes v0.1.31
4752026-07-13T04:33:21.752Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4762026-07-13T04:33:22.161Z Compiling chacha20 v0.10.1
4772026-07-13T04:33:22.256Z Compiling rustix v1.1.4
4782026-07-13T04:33:22.778Z Compiling postcard v1.1.3
4792026-07-13T04:33:22.903Z Compiling anyhow v1.0.103
4802026-07-13T04:33:22.908Z Compiling pretty-hex v0.4.2
4812026-07-13T04:33:22.920Z Compiling dyn-clone v1.0.20
4822026-07-13T04:33:22.995Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4832026-07-13T04:33:23.025Z Compiling pin-project-lite v0.2.17
4842026-07-13T04:33:23.077Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4852026-07-13T04:33:23.112Z Compiling tracing v0.1.44
4862026-07-13T04:33:23.127Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4872026-07-13T04:33:23.227Z Compiling terminal_size v0.4.4
4882026-07-13T04:33:23.289Z Compiling rand v0.10.2
4892026-07-13T04:33:23.377Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4902026-07-13T04:33:23.381Z Compiling uuid v1.23.4
4912026-07-13T04:33:23.448Z Compiling socket2 v0.6.4
4922026-07-13T04:33:23.471Z Compiling colored v3.1.1
4932026-07-13T04:33:23.590Z Compiling oxnet v0.1.6
4942026-07-13T04:33:23.727Z Compiling clap_derive v4.6.1
4952026-07-13T04:33:23.968Z Compiling ingot-types v0.1.2
4962026-07-13T04:33:24.072Z Compiling clap_builder v4.6.0
4972026-07-13T04:33:24.146Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4982026-07-13T04:33:24.317Z Compiling ingot v0.1.1
4992026-07-13T04:33:25.833Z Compiling clap v4.6.1
5002026-07-13T04:33:25.977Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5012026-07-13T04:33:28.423Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5022026-07-13T04:33:29.629Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5032026-07-13T04:33:34.092Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.75s
5042026-07-13T04:33:34.120ZBuilding xde (dev).
5052026-07-13T04:33:34.348Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5062026-07-13T04:33:34.349Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5072026-07-13T04:33:34.349Z Compiling proc-macro2 v1.0.106
5082026-07-13T04:33:34.349Z Compiling quote v1.0.46
5092026-07-13T04:33:34.349Z Compiling unicode-ident v1.0.24
5102026-07-13T04:33:34.349Z Compiling ident_case v1.0.1
5112026-07-13T04:33:34.349Z Compiling strsim v0.11.1
5122026-07-13T04:33:34.349Z Compiling serde_core v1.0.228
5132026-07-13T04:33:34.478Z Compiling memchr v2.8.2
5142026-07-13T04:33:34.483Z Compiling fnv v1.0.7
5152026-07-13T04:33:34.552Z Compiling regex-syntax v0.8.11
5162026-07-13T04:33:34.730Z Compiling zerocopy v0.8.52
5172026-07-13T04:33:34.752Z Compiling serde v1.0.228
5182026-07-13T04:33:34.760Z Compiling thiserror v2.0.18
5192026-07-13T04:33:34.866Z Compiling aho-corasick v1.1.4
5202026-07-13T04:33:35.141Z Compiling either v1.16.0
5212026-07-13T04:33:35.179Z Compiling heapless v0.8.0
5222026-07-13T04:33:35.319Z Compiling itertools v0.14.0
5232026-07-13T04:33:35.362Z Compiling smoltcp v0.11.0
5242026-07-13T04:33:35.516Z Compiling syn v2.0.118
5252026-07-13T04:33:35.561Z Compiling version_check v0.9.5
5262026-07-13T04:33:35.658Z Compiling ref-cast v1.0.25
5272026-07-13T04:33:35.819Z Compiling crc32fast v1.5.0
5282026-07-13T04:33:35.922Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5292026-07-13T04:33:36.071Z Compiling regex-automata v0.4.14
5302026-07-13T04:33:37.671Z Compiling regex v1.12.4
5312026-07-13T04:33:37.846Z Compiling darling_core v0.21.3
5322026-07-13T04:33:37.846Z Compiling darling_core v0.23.0
5332026-07-13T04:33:38.783Z Compiling serde_derive v1.0.228
5342026-07-13T04:33:38.783Z Compiling thiserror-impl v2.0.18
5352026-07-13T04:33:38.783Z Compiling zerocopy-derive v0.8.52
5362026-07-13T04:33:38.786Z Compiling ref-cast-impl v1.0.25
5372026-07-13T04:33:38.786Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5382026-07-13T04:33:40.343Z Compiling darling_macro v0.21.3
5392026-07-13T04:33:40.435Z Compiling darling_macro v0.23.0
5402026-07-13T04:33:41.275Z Compiling darling v0.21.3
5412026-07-13T04:33:41.341Z Compiling ingot-macros v0.1.1
5422026-07-13T04:33:41.356Z Compiling darling v0.23.0
5432026-07-13T04:33:41.412Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5442026-07-13T04:33:46.549Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5452026-07-13T04:33:48.338Z Compiling byteorder v1.5.0
5462026-07-13T04:33:48.338Z Compiling macaddr v1.0.1
5472026-07-13T04:33:48.339Z Compiling cfg-if v1.0.4
5482026-07-13T04:33:48.344Z Compiling stable_deref_trait v1.2.1
5492026-07-13T04:33:48.405Z Compiling bitflags v1.3.2
5502026-07-13T04:33:48.409Z Compiling managed v0.8.0
5512026-07-13T04:33:48.450Z Compiling cobs v0.3.0
5522026-07-13T04:33:48.520Z Compiling hash32 v0.3.1
5532026-07-13T04:33:48.647Z Compiling itertools v0.15.0
5542026-07-13T04:33:48.726Z Compiling dyn-clone v1.0.20
5552026-07-13T04:33:48.778Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5562026-07-13T04:33:49.857Z Compiling bitflags v2.13.0
5572026-07-13T04:33:49.857Z Compiling uuid v1.23.4
5582026-07-13T04:33:49.993Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5592026-07-13T04:33:50.272Z Compiling postcard v1.1.3
5602026-07-13T04:33:51.098Z Compiling ingot-types v0.1.2
5612026-07-13T04:33:51.390Z Compiling ingot v0.1.1
5622026-07-13T04:33:52.813Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5632026-07-13T04:33:57.061Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5642026-07-13T04:34:07.695Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5652026-07-13T04:34:16.239Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.08s
5662026-07-13T04:34:16.261ZLinking xde kmod...
5672026-07-13T04:34:17.471ZBuilding xde dev link helper (dev).
5682026-07-13T04:34:17.625Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5692026-07-13T04:34:17.625Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5702026-07-13T04:34:17.625Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5712026-07-13T04:34:28.658Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-13-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5722026-07-13T04:34:31.010Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.46s
5732026-07-13T04:34:31.020Z
5742026-07-13T04:34:31.021Zreal 3:10.961855388
5752026-07-13T04:34:31.021Zuser 9:07.524819581
5762026-07-13T04:34:31.021Zsys 59.606305308
5772026-07-13T04:34:31.022Ztrap 0.246399094
5782026-07-13T04:34:31.022Ztflt 0.884402849
5792026-07-13T04:34:31.022Zdflt 1.633120958
5802026-07-13T04:34:31.022Zkflt 0.006891604
5812026-07-13T04:34:31.022Zlock 35:16.169957760
5822026-07-13T04:34:31.022Zslp 21:24.126594021
5832026-07-13T04:34:31.022Zlat 21.611825768
5842026-07-13T04:34:31.022Zstop 34.963530665
5852026-07-13T04:34:31.022Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5862026-07-13T04:34:31.022Z+ grep GOTPCREL
5872026-07-13T04:34:31.951Z+ header 'package opte'
5882026-07-13T04:34:31.951Z+ echo '# ==== package opte ==== #'
5892026-07-13T04:34:31.951Z# ==== package opte ==== #
5902026-07-13T04:34:31.951Z+ cargo xtask package --skip-build --profile all
5912026-07-13T04:34:32.083Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5922026-07-13T04:34:32.087Z Running `target/debug/xtask package --skip-build --profile all`
5932026-07-13T04:34:32.297Z+ ./clean.sh
5942026-07-13T04:34:32.302Z+ mkdir -p proto/kernel/drv/amd64
5952026-07-13T04:34:32.302Z+ mkdir -p proto/opt/oxide/opte/bin
5962026-07-13T04:34:32.302Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
5972026-07-13T04:34:32.302Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
5982026-07-13T04:34:32.316Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
5992026-07-13T04:34:32.349Z+ cp ../xde/xde.conf proto/kernel/drv/
6002026-07-13T04:34:32.361Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6012026-07-13T04:34:32.361Z+ '[' -z ']'
6022026-07-13T04:34:32.361Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6032026-07-13T04:34:32.379Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6042026-07-13T04:34:32.456Z+ INC_DEBUG=
6052026-07-13T04:34:32.457Z+ typeset -ri TAG=0
6062026-07-13T04:34:32.461Z++ ./print-api-version.sh
6072026-07-13T04:34:32.461Z+ API_VSN=41
6082026-07-13T04:34:32.461Z+ PKG_VERSION=0.41.499-3.0
6092026-07-13T04:34:32.474Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.499-3.0/g opte.template.p5m
6102026-07-13T04:34:32.474Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6112026-07-13T04:34:33.012Z+ pkgdepend generate -d proto opte.base.p5m
6122026-07-13T04:34:33.343Z+ mkdir -p packages
6132026-07-13T04:34:33.354Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6142026-07-13T04:34:40.561Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6152026-07-13T04:34:40.564Z+ pkgrepo create packages/repo
6162026-07-13T04:34:40.779Z+ pkgrepo add-publisher -s packages/repo helios
6172026-07-13T04:34:40.984Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6182026-07-13T04:35:10.503Zpkg://helios/driver/network/opte@0.41.499,5.11-3.0:20260713T043439Z
6192026-07-13T04:35:10.503ZPUBLISHED
6202026-07-13T04:35:10.543Z+ pkgrecv -a -d packages/repo/opte-0.41.499-3.0.p5p -s packages/repo -v -m latest '*'
6212026-07-13T04:35:10.724ZRetrieving packages for publisher helios ...
6222026-07-13T04:35:10.728ZRetrieving catalog 'helios' ... Done
6232026-07-13T04:35:10.731ZRetrieving and evaluating 1 package(s)...
6242026-07-13T04:35:10.731ZFetching manifests: 1/1 100% complete
6252026-07-13T04:35:10.731ZFetching manifests: 1/1 100% complete
6262026-07-13T04:35:10.731Z
6272026-07-13T04:35:10.731ZArchiving packages ...
6282026-07-13T04:35:10.731Z Packages to add: 1
6292026-07-13T04:35:10.731Z Files to retrieve: 6
6302026-07-13T04:35:10.731ZEstimated transfer size: 37.07 MB
6312026-07-13T04:35:10.731Z
6322026-07-13T04:35:10.732ZPackages to archive:
6332026-07-13T04:35:10.732Zdriver/network/opte@0.41.499,5.11-3.0:20260713T043439Z
6342026-07-13T04:35:10.732Z
6352026-07-13T04:35:10.732ZDownload: 0/6 items 0.0/37.1MB 0% complete
6362026-07-13T04:35:10.796ZDownload: Completed 37.07 MB in 0.07 seconds (542M/s)
6372026-07-13T04:35:10.800ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6382026-07-13T04:35:10.812ZArchiving: Completed 37.11 MB in 0.01 seconds
6392026-07-13T04:35:10.852ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.499-3.0.p5p.
6402026-07-13T04:35:10.857Z+ banner copy
6412026-07-13T04:35:10.858Z
6422026-07-13T04:35:10.858Z #### #### ##### # #
6432026-07-13T04:35:10.858Z # # # # # # # #
6442026-07-13T04:35:10.858Z # # # # # #
6452026-07-13T04:35:10.858Z # # # ##### #
6462026-07-13T04:35:10.858Z # # # # # #
6472026-07-13T04:35:10.858Z #### #### # #
6482026-07-13T04:35:10.858Z
6492026-07-13T04:35:10.858Z+ pfexec mkdir -p /out
6502026-07-13T04:35:10.873Z+ pfexec chown 12345 /out
6512026-07-13T04:35:10.873Z+ PKG_NAME=/out/opte.p5p
6522026-07-13T04:35:10.873Z+ mv pkg/packages/repo/opte-0.41.499-3.0.p5p /out/opte.p5p
6532026-07-13T04:35:10.910Z+ sha256sum /out/opte.p5p
6542026-07-13T04:35:10.920Zprocess exited: duration 245786 ms, exit code 0
 
6552026-07-13T04:35:10.947Zfound 2 output files
6562026-07-13T04:35:10.947Zuploading: /out/opte.p5p (38922240 bytes)
6572026-07-13T04:35:12.424Zuploaded: /out/opte.p5p
6582026-07-13T04:35:12.424Zuploading: /out/opte.p5p.sha256 (80 bytes)
6592026-07-13T04:35:13.447Zuploaded: /out/opte.p5p.sha256