01KVM708TCPQG0QQAR6TNMW3VJ: 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: 01KVM70MFF0CZ4QYBR8YNWSMRC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T04:29:54.273Zjob assigned to worker 01KVM70W0XEKG8BZMW0WM4051A [factory aws, i-04693a5f6a213dee8] (queued for 58 s)
 
22026-06-21T04:30:00.917Zstarting task 0: "setup"
32026-06-21T04:30:00.922Z++ uname -s
42026-06-21T04:30:00.925Z+ kern=SunOS
52026-06-21T04:30:00.925Z+ build_user=build
62026-06-21T04:30:00.925Z+ build_uid=12345
72026-06-21T04:30:00.925Z+ work_dir=/work
82026-06-21T04:30:00.925Z+ input_dir=/input
92026-06-21T04:30:00.925Z+ [[ 0 == 12345 ]]
102026-06-21T04:30:00.925Z+ case "$kern" in
112026-06-21T04:30:00.925Z+ groupadd -g 12345 build
122026-06-21T04:30:00.928Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T04:30:02.930Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T04:30:03.039Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T04:30:03.042Z+ home_fs=zfs
162026-06-21T04:30:03.042Z+ [[ zfs == autofs ]]
172026-06-21T04:30:03.042Z+ mkdir -p /home/build
182026-06-21T04:30:03.042Z+ chown build:build /home/build /work
192026-06-21T04:30:05.043Z+ chmod 0700 /home/build /work
202026-06-21T04:30:05.046Zprocess exited: duration 4127 ms, exit code 0
 
212026-06-21T04:30:05.051Zstarting task 1: "rust-toolchain"
222026-06-21T04:30:05.055Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-21T04:30:05.055Z * rust toolchain channel = "1.96.0"
242026-06-21T04:30:05.055Z * rust toolchain profile = "default"
252026-06-21T04:30:05.055Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-21T04:30:05.055Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-21T04:30:05.055Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-21T04:30:05.058Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T04:30:05.058Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-21T04:30:05.163Zinfo: downloading installer
312026-06-21T04:30:06.744Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T04:30:06.744Zwarn: /home/build/.rustup/settings.toml
332026-06-21T04:30:06.745Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T04:30:06.745Zwarn: instead of the one inferred from the default host triple.
352026-06-21T04:30:06.757Zinfo: profile set to default
362026-06-21T04:30:06.757Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T04:30:06.760Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-21T04:30:06.907Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-21T04:30:06.910Zinfo: downloading 6 components
402026-06-21T04:30:22.696Z
412026-06-21T04:30:22.696Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-21T04:30:22.729Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-21T04:30:22.729Z
442026-06-21T04:30:22.730Z
452026-06-21T04:30:22.730ZRust is installed now. Great!
462026-06-21T04:30:22.730Z
472026-06-21T04:30:22.730ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T04:30:22.731Zenvironment variable. This has not been done automatically.
492026-06-21T04:30:22.731Z
502026-06-21T04:30:22.731ZTo configure your current shell, you need to source
512026-06-21T04:30:22.732Zthe corresponding env file under $HOME/.cargo.
522026-06-21T04:30:22.732Z
532026-06-21T04:30:22.732ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T04:30:22.735Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T04:30:22.735Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T04:30:22.735Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T04:30:22.735Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T04:30:22.735Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T04:30:22.735Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T04:30:22.735Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T04:30:22.735Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T04:30:22.839Z+ rustup --version
632026-06-21T04:30:22.847Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T04:30:22.850Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T04:30:22.869Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-21T04:30:22.872Z+ cargo --version
672026-06-21T04:30:22.884Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-21T04:30:22.887Z+ rustc --version
692026-06-21T04:30:22.906Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-21T04:30:22.910Zprocess exited: duration 17856 ms, exit code 0
 
712026-06-21T04:30:22.917Zstarting task 2: "authentication"
722026-06-21T04:30:22.933Zprocess exited: duration 15 ms, exit code 0
 
732026-06-21T04:30:22.939Zstarting task 3: "clone repository"
742026-06-21T04:30:22.942Z+ mkdir -p /work/oxidecomputer/opte
752026-06-21T04:30:22.945Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-21T04:30:22.973ZCloning into '/work/oxidecomputer/opte'...
772026-06-21T04:30:23.788Z+ cd /work/oxidecomputer/opte
782026-06-21T04:30:23.788Z+ git fetch origin e02f36f315434dba17735ebe14165d251d1e7fb8
792026-06-21T04:30:24.011ZFrom https://github.com/oxidecomputer/opte
802026-06-21T04:30:24.011Z * branch e02f36f315434dba17735ebe14165d251d1e7fb8 -> FETCH_HEAD
812026-06-21T04:30:24.016Z+ [[ -n renovate/rust-1.x ]]
822026-06-21T04:30:24.018Z++ git branch --show-current
832026-06-21T04:30:24.018Z+ current=master
842026-06-21T04:30:24.018Z+ [[ master != renovate/rust-1.x ]]
852026-06-21T04:30:24.018Z+ git branch -f renovate/rust-1.x e02f36f315434dba17735ebe14165d251d1e7fb8
862026-06-21T04:30:24.021Z+ git checkout -f renovate/rust-1.x
872026-06-21T04:30:24.037ZSwitched to branch 'renovate/rust-1.x'
882026-06-21T04:30:24.040Z+ git reset --hard e02f36f315434dba17735ebe14165d251d1e7fb8
892026-06-21T04:30:24.054ZHEAD is now at e02f36f Update Rust to nightly-2026-06-21
902026-06-21T04:30:24.057Zprocess exited: duration 1115 ms, exit code 0
 
912026-06-21T04:30:24.062Zstarting task 4: "build"
922026-06-21T04:30:24.066Z+ source .github/buildomat/common.sh
932026-06-21T04:30:24.068Z++ rustup show active-toolchain
942026-06-21T04:30:24.071Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-21T04:30:24.074Z++ pushd xde
962026-06-21T04:30:24.074Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-21T04:30:24.074Z++ rustup show active-toolchain
982026-06-21T04:30:24.077Zinfo: syncing channel updates for nightly-2026-06-21-x86_64-unknown-illumos
992026-06-21T04:30:24.262Zinfo: latest update on 2026-06-21 for version 1.98.0-nightly (8b6558a02 2026-06-20)
1002026-06-21T04:30:24.265Zinfo: downloading 6 components
1012026-06-21T04:30:38.767Znightly-2026-06-21-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-21T04:30:38.871Z+++ rustup show active-toolchain -v
1032026-06-21T04:30:38.874Z+++ head -n 1
1042026-06-21T04:30:38.874Z+++ cut '-d ' -f1
1052026-06-21T04:30:38.926Z++ export NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos
1062026-06-21T04:30:38.926Z++ NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos
1072026-06-21T04:30:38.926Z++ popd
1082026-06-21T04:30:38.926Z/work/oxidecomputer/opte
1092026-06-21T04:30:38.929Z+ TGT_BASE=/work
1102026-06-21T04:30:38.929Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-21T04:30:38.929Z+ REL_TGT=/work/release
1122026-06-21T04:30:38.929Z+ mkdir -p /work/release
1132026-06-21T04:30:38.929Z+ cargo --version
1142026-06-21T04:30:38.937Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-21T04:30:38.940Z+ rustc --version
1162026-06-21T04:30:38.959Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-21T04:30:38.962Z+ header 'build xde and opteadm (release+debug)'
1182026-06-21T04:30:38.962Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-21T04:30:38.962Z# ==== build xde and opteadm (release+debug) ==== #
1202026-06-21T04:30:38.962Z+ ptime -m cargo xtask build --profile all
1212026-06-21T04:30:39.062Z Updating crates.io index
1222026-06-21T04:30:39.065Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-21T04:30:39.713Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-21T04:30:39.998Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-06-21T04:30:40.307Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-21T04:30:40.521Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-06-21T04:30:40.734Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-21T04:30:40.958Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-21T04:31:41.873Z Downloading crates ...
1302026-06-21T04:31:41.917Z Downloaded equivalent v1.0.2
1312026-06-21T04:31:41.917Z Downloaded utf8parse v0.2.2
1322026-06-21T04:31:41.917Z Downloaded strsim v0.11.1
1332026-06-21T04:31:41.917Z Downloaded clap_lex v1.1.0
1342026-06-21T04:31:41.917Z Downloaded colorchoice v1.0.5
1352026-06-21T04:31:41.917Z Downloaded cargo-platform v0.3.3
1362026-06-21T04:31:41.917Z Downloaded toml_writer v1.1.1+spec-1.1.0
1372026-06-21T04:31:41.917Z Downloaded anstream v1.0.0
1382026-06-21T04:31:41.918Z Downloaded anstyle v1.0.14
1392026-06-21T04:31:41.918Z Downloaded thiserror-impl v2.0.18
1402026-06-21T04:31:41.918Z Downloaded toml v1.1.2+spec-1.1.0
1412026-06-21T04:31:41.918Z Downloaded unicode-ident v1.0.24
1422026-06-21T04:31:41.918Z Downloaded memchr v2.8.2
1432026-06-21T04:31:41.918Z Downloaded serde_derive v1.0.228
1442026-06-21T04:31:41.918Z Downloaded quote v1.0.45
1452026-06-21T04:31:41.918Z Downloaded anyhow v1.0.102
1462026-06-21T04:31:41.918Z Downloaded proc-macro2 v1.0.106
1472026-06-21T04:31:41.918Z Downloaded anstyle-query v1.1.5
1482026-06-21T04:31:41.918Z Downloaded anstyle-parse v1.0.0
1492026-06-21T04:31:41.918Z Downloaded serde_spanned v1.1.1
1502026-06-21T04:31:41.918Z Downloaded clap_derive v4.6.1
1512026-06-21T04:31:41.918Z Downloaded indexmap v2.14.0
1522026-06-21T04:31:41.918Z Downloaded clap v4.6.1
1532026-06-21T04:31:41.918Z Downloaded is_terminal_polyfill v1.70.2
1542026-06-21T04:31:41.918Z Downloaded toml_parser v1.1.2+spec-1.1.0
1552026-06-21T04:31:41.919Z Downloaded camino v1.2.2
1562026-06-21T04:31:41.919Z Downloaded serde_core v1.0.228
1572026-06-21T04:31:41.919Z Downloaded heck v0.5.0
1582026-06-21T04:31:41.919Z Downloaded terminal_size v0.4.4
1592026-06-21T04:31:41.919Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1602026-06-21T04:31:41.919Z Downloaded serde_json v1.0.150
1612026-06-21T04:31:41.919Z Downloaded errno v0.3.14
1622026-06-21T04:31:41.919Z Downloaded zmij v1.0.21
1632026-06-21T04:31:41.920Z Downloaded cargo_metadata v0.23.1
1642026-06-21T04:31:41.920Z Downloaded itoa v1.0.18
1652026-06-21T04:31:41.920Z Downloaded bitflags v2.13.0
1662026-06-21T04:31:41.920Z Downloaded winnow v1.0.3
1672026-06-21T04:31:41.920Z Downloaded thiserror v2.0.18
1682026-06-21T04:31:41.920Z Downloaded semver v1.0.28
1692026-06-21T04:31:41.920Z Downloaded serde v1.0.228
1702026-06-21T04:31:41.920Z Downloaded hashbrown v0.17.1
1712026-06-21T04:31:41.920Z Downloaded clap_builder v4.6.0
1722026-06-21T04:31:41.920Z Downloaded syn v2.0.117
1732026-06-21T04:31:41.920Z Downloaded libc v0.2.186
1742026-06-21T04:31:41.920Z Downloaded rustix v1.1.4
1752026-06-21T04:31:41.920Z Compiling serde_core v1.0.228
1762026-06-21T04:31:41.920Z Compiling proc-macro2 v1.0.106
1772026-06-21T04:31:41.920Z Compiling quote v1.0.45
1782026-06-21T04:31:41.920Z Compiling unicode-ident v1.0.24
1792026-06-21T04:31:41.920Z Compiling libc v0.2.186
1802026-06-21T04:31:41.920Z Compiling rustix v1.1.4
1812026-06-21T04:31:41.920Z Compiling bitflags v2.13.0
1822026-06-21T04:31:41.920Z Compiling zmij v1.0.21
1832026-06-21T04:31:41.921Z Compiling utf8parse v0.2.2
1842026-06-21T04:31:41.921Z Compiling anstyle-parse v1.0.0
1852026-06-21T04:31:41.921Z Compiling thiserror v2.0.18
1862026-06-21T04:31:41.922Z Compiling colorchoice v1.0.5
1872026-06-21T04:31:41.922Z Compiling is_terminal_polyfill v1.70.2
1882026-06-21T04:31:41.922Z Compiling anstyle v1.0.14
1892026-06-21T04:31:41.922Z Compiling camino v1.2.2
1902026-06-21T04:31:41.922Z Compiling serde_json v1.0.150
1912026-06-21T04:31:41.922Z Compiling serde v1.0.228
1922026-06-21T04:31:41.922Z Compiling errno v0.3.14
1932026-06-21T04:31:41.922Z Compiling anstyle-query v1.1.5
1942026-06-21T04:31:41.922Z Compiling anstream v1.0.0
1952026-06-21T04:31:41.922Z Compiling heck v0.5.0
1962026-06-21T04:31:41.922Z Compiling memchr v2.8.2
1972026-06-21T04:31:41.922Z Compiling strsim v0.11.1
1982026-06-21T04:31:41.922Z Compiling itoa v1.0.18
1992026-06-21T04:31:41.922Z Compiling clap_lex v1.1.0
2002026-06-21T04:31:41.922Z Compiling syn v2.0.117
2012026-06-21T04:31:41.922Z Compiling terminal_size v0.4.4
2022026-06-21T04:31:41.922Z Compiling anyhow v1.0.102
2032026-06-21T04:31:41.922Z Compiling winnow v1.0.3
2042026-06-21T04:31:41.922Z Compiling clap_builder v4.6.0
2052026-06-21T04:31:41.922Z Compiling toml_writer v1.1.1+spec-1.1.0
2062026-06-21T04:31:41.954Z Compiling toml_parser v1.1.2+spec-1.1.0
2072026-06-21T04:31:41.970Z Compiling semver v1.0.28
2082026-06-21T04:31:41.970Z Compiling cargo-platform v0.3.3
2092026-06-21T04:31:41.970Z Compiling serde_spanned v1.1.1
2102026-06-21T04:31:41.970Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-06-21T04:31:41.970Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-21T04:31:41.971Z Compiling thiserror-impl v2.0.18
2132026-06-21T04:31:41.971Z Compiling serde_derive v1.0.228
2142026-06-21T04:31:41.971Z Compiling clap_derive v4.6.1
2152026-06-21T04:31:41.971Z Compiling clap v4.6.1
2162026-06-21T04:31:41.971Z Compiling cargo_metadata v0.23.1
2172026-06-21T04:31:41.971Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-21T04:31:41.971Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.71s
2192026-06-21T04:31:41.971Z Running `target/debug/xtask build --profile all`
2202026-06-21T04:31:41.971ZBuilding opteadm (release).
2212026-06-21T04:31:41.971Z Compiling proc-macro2 v1.0.106
2222026-06-21T04:31:41.971Z Compiling unicode-ident v1.0.24
2232026-06-21T04:31:41.971Z Compiling quote v1.0.45
2242026-06-21T04:31:41.971Z Compiling serde_core v1.0.228
2252026-06-21T04:31:41.971Z Compiling libc v0.2.186
2262026-06-21T04:31:41.971Z Compiling cfg-if v1.0.4
2272026-06-21T04:31:41.971Z Compiling ident_case v1.0.1
2282026-06-21T04:31:41.971Z Compiling fnv v1.0.7
2292026-06-21T04:31:41.971Z Compiling strsim v0.11.1
2302026-06-21T04:31:41.971Z Compiling thiserror v2.0.18
2312026-06-21T04:31:41.971Z Compiling memchr v2.8.2
2322026-06-21T04:31:41.971Z Compiling regex-syntax v0.8.11
2332026-06-21T04:31:41.971Z Compiling anyhow v1.0.102
2342026-06-21T04:31:41.971Z Compiling zerocopy v0.8.52
2352026-06-21T04:31:41.971Z Compiling aho-corasick v1.1.4
2362026-06-21T04:31:41.971Z Compiling serde v1.0.228
2372026-06-21T04:31:41.971Z Compiling either v1.16.0
2382026-06-21T04:31:41.972Z Compiling hashbrown v0.17.1
2392026-06-21T04:31:41.972Z Compiling winnow v1.0.3
2402026-06-21T04:31:41.972Z Compiling equivalent v1.0.2
2412026-06-21T04:31:41.972Z Compiling itertools v0.14.0
2422026-06-21T04:31:41.972Z Compiling syn v2.0.117
2432026-06-21T04:31:41.972Z Compiling indexmap v2.14.0
2442026-06-21T04:31:41.972Z Compiling toml_datetime v1.1.1+spec-1.1.0
2452026-06-21T04:31:41.972Z Compiling heapless v0.8.0
2462026-06-21T04:31:41.973Z Compiling regex-automata v0.4.14
2472026-06-21T04:31:41.973Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-06-21T04:31:41.973Z Compiling byteorder v1.5.0
2492026-06-21T04:31:41.973Z Compiling hash32 v0.3.1
2502026-06-21T04:31:41.973Z Compiling bitflags v2.13.0
2512026-06-21T04:31:41.973Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2522026-06-21T04:31:41.973Z Compiling toml_edit v0.25.12+spec-1.1.0
2532026-06-21T04:31:41.973Z Compiling rustversion v1.0.22
2542026-06-21T04:31:41.973Z Compiling stable_deref_trait v1.2.1
2552026-06-21T04:31:41.973Z Compiling syn v1.0.109
2562026-06-21T04:31:41.973Z Compiling smoltcp v0.11.0
2572026-06-21T04:31:41.973Z Compiling macaddr v1.0.1
2582026-06-21T04:31:41.973Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2592026-06-21T04:31:41.974Z Compiling bitflags v1.3.2
2602026-06-21T04:31:41.974Z Compiling managed v0.8.0
2612026-06-21T04:31:41.974Z Compiling rand_core v0.10.1
2622026-06-21T04:31:41.974Z Compiling rustix v1.1.4
2632026-06-21T04:31:41.974Z Compiling proc-macro-crate v3.5.0
2642026-06-21T04:31:41.974Z Compiling version_check v0.9.5
2652026-06-21T04:31:41.974Z Compiling getrandom v0.4.2
2662026-06-21T04:31:41.974Z Compiling ref-cast v1.0.25
2672026-06-21T04:31:41.974Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-06-21T04:31:41.974Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-06-21T04:31:41.974Z Compiling errno v0.3.14
2702026-06-21T04:31:41.974Z Compiling foreign-types-shared v0.3.1
2712026-06-21T04:31:41.974Z Compiling utf8parse v0.2.2
2722026-06-21T04:31:41.974Z Compiling regex v1.12.4
2732026-06-21T04:31:41.975Z Compiling once_cell v1.21.4
2742026-06-21T04:31:41.975Z Compiling cpufeatures v0.3.0
2752026-06-21T04:31:41.975Z Compiling unicode-width v0.2.2
2762026-06-21T04:31:41.975Z Compiling darling_core v0.21.3
2772026-06-21T04:31:41.975Z Compiling ipnetwork v0.21.1
2782026-06-21T04:31:41.975Z Compiling tabwriter v1.4.1
2792026-06-21T04:31:41.976Z Compiling cstr-argument v0.1.2
2802026-06-21T04:31:41.976Z Compiling tracing-core v0.1.36
2812026-06-21T04:31:41.976Z Compiling chacha20 v0.10.0
2822026-06-21T04:31:41.976Z Compiling anstyle-parse v1.0.0
2832026-06-21T04:31:41.976Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
2842026-06-21T04:31:41.976Z Compiling dyn-clone v1.0.20
2852026-06-21T04:31:41.976Z Compiling thiserror-impl v2.0.18
2862026-06-21T04:31:41.976Z Compiling zerocopy-derive v0.8.52
2872026-06-21T04:31:41.976Z Compiling serde_derive v1.0.228
2882026-06-21T04:31:41.976Z Compiling foreign-types-macros v0.2.3
2892026-06-21T04:31:41.976Z Compiling num_enum_derive v0.7.6
2902026-06-21T04:31:41.976Z Compiling ref-cast-impl v1.0.25
2912026-06-21T04:31:41.976Z Compiling foreign-types v0.5.0
2922026-06-21T04:31:41.976Z Compiling tracing-attributes v0.1.31
2932026-06-21T04:31:41.976Z Compiling darling_macro v0.21.3
2942026-06-21T04:31:41.976Z Compiling num_enum v0.7.6
2952026-06-21T04:31:41.976Z Compiling cobs v0.3.0
2962026-06-21T04:31:41.976Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2972026-06-21T04:31:41.976Z Compiling colorchoice v1.0.5
2982026-06-21T04:31:41.976Z Compiling darling v0.21.3
2992026-06-21T04:31:41.976Z Compiling anstyle v1.0.14
3002026-06-21T04:31:41.976Z Compiling is_terminal_polyfill v1.70.2
3012026-06-21T04:31:41.976Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3022026-06-21T04:31:41.976Z Compiling ingot-macros v0.1.1
3032026-06-21T04:31:41.976Z Compiling anstyle-query v1.1.5
3042026-06-21T04:31:41.976Z Compiling pretty-hex v0.4.2
3052026-06-21T04:31:41.976Z Compiling pin-project-lite v0.2.17
3062026-06-21T04:31:41.976Z Compiling anstream v1.0.0
3072026-06-21T04:31:42.000ZBuilding xde (release-lto).
3082026-06-21T04:31:42.000Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3092026-06-21T04:31:42.000Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3102026-06-21T04:31:42.000Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3112026-06-21T04:31:42.000Z Compiling terminal_size v0.4.4
3122026-06-21T04:31:42.000Z Compiling tracing v0.1.44
3132026-06-21T04:31:42.000Z Compiling rand v0.10.1
3142026-06-21T04:31:42.001Z Compiling uuid v1.23.3
3152026-06-21T04:31:42.001Z Compiling socket2 v0.6.4
3162026-06-21T04:31:42.001Z Compiling oxnet v0.1.6
3172026-06-21T04:31:42.001Z Compiling heck v0.5.0
3182026-06-21T04:31:42.001Z Compiling colored v3.1.1
3192026-06-21T04:31:42.001Z Compiling clap_lex v1.1.0
3202026-06-21T04:31:42.001Z Compiling clap_derive v4.6.1
3212026-06-21T04:31:42.001Z Compiling clap_builder v4.6.0
3222026-06-21T04:31:42.001Z Compiling postcard v1.1.3
3232026-06-21T04:31:42.001Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3242026-06-21T04:31:42.001Z Compiling ingot-types v0.1.2
3252026-06-21T04:31:42.001Z Compiling ingot v0.1.1
3262026-06-21T04:31:42.001Z Compiling clap v4.6.1
3272026-06-21T04:31:42.001Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3282026-06-21T04:31:42.001Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3292026-06-21T04:31:42.001Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3302026-06-21T04:31:42.001Z Finished `release` profile [optimized + debuginfo] target(s) in 20.18s
3312026-06-21T04:31:42.001Z Updating crates.io index
3322026-06-21T04:31:42.001Z Downloading crates ...
3332026-06-21T04:31:42.001Z Downloaded adler2 v2.0.1
3342026-06-21T04:31:42.001Z Downloaded getopts v0.2.24
3352026-06-21T04:31:42.001Z Downloaded addr2line v0.25.1
3362026-06-21T04:31:42.001Z Downloaded rustc-literal-escaper v0.0.7
3372026-06-21T04:31:42.001Z Downloaded foldhash v0.2.0
3382026-06-21T04:31:42.001Z Downloaded rustc-demangle v0.1.27
3392026-06-21T04:31:42.001Z Downloaded miniz_oxide v0.8.9
3402026-06-21T04:31:42.002Z Downloaded memchr v2.7.6
3412026-06-21T04:31:42.002Z Downloaded object v0.37.3
3422026-06-21T04:31:42.002Z Downloaded gimli v0.32.3
3432026-06-21T04:31:42.002Z Downloaded libc v0.2.185
3442026-06-21T04:31:42.002Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-06-21T04:31:42.002Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-06-21T04:31:42.002Z Compiling proc-macro2 v1.0.106
3472026-06-21T04:31:42.002Z Compiling quote v1.0.45
3482026-06-21T04:31:42.002Z Compiling unicode-ident v1.0.24
3492026-06-21T04:31:42.002Z Compiling ident_case v1.0.1
3502026-06-21T04:31:42.002Z Compiling strsim v0.11.1
3512026-06-21T04:31:42.003Z Compiling serde_core v1.0.228
3522026-06-21T04:31:42.003Z Compiling memchr v2.8.2
3532026-06-21T04:31:42.003Z Compiling fnv v1.0.7
3542026-06-21T04:31:42.003Z Compiling regex-syntax v0.8.11
3552026-06-21T04:31:42.003Z Compiling zerocopy v0.8.52
3562026-06-21T04:31:42.003Z Compiling serde v1.0.228
3572026-06-21T04:31:42.003Z Compiling thiserror v2.0.18
3582026-06-21T04:31:42.003Z Compiling aho-corasick v1.1.4
3592026-06-21T04:31:42.003Z Compiling either v1.16.0
3602026-06-21T04:31:42.003Z Compiling heapless v0.8.0
3612026-06-21T04:31:42.003Z Compiling itertools v0.14.0
3622026-06-21T04:31:42.003Z Compiling smoltcp v0.11.0
3632026-06-21T04:31:42.003Z Compiling syn v2.0.117
3642026-06-21T04:31:42.003Z Compiling crc32fast v1.5.0
3652026-06-21T04:31:42.003Z Compiling ref-cast v1.0.25
3662026-06-21T04:31:42.004Z Compiling version_check v0.9.5
3672026-06-21T04:31:42.004Z Compiling regex-automata v0.4.14
3682026-06-21T04:31:42.004Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-06-21T04:31:42.004Z Compiling regex v1.12.4
3702026-06-21T04:31:42.004Z Compiling darling_core v0.21.3
3712026-06-21T04:31:42.004Z Compiling darling_core v0.23.0
3722026-06-21T04:31:42.004Z Compiling serde_derive v1.0.228
3732026-06-21T04:31:42.004Z Compiling zerocopy-derive v0.8.52
3742026-06-21T04:31:42.004Z Compiling thiserror-impl v2.0.18
3752026-06-21T04:31:42.004Z Compiling ref-cast-impl v1.0.25
3762026-06-21T04:31:42.004Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-06-21T04:31:42.004Z Compiling darling_macro v0.21.3
3782026-06-21T04:31:42.004Z Compiling darling_macro v0.23.0
3792026-06-21T04:31:42.004Z Compiling darling v0.21.3
3802026-06-21T04:31:42.004Z Compiling darling v0.23.0
3812026-06-21T04:31:42.004Z Compiling ingot-macros v0.1.1
3822026-06-21T04:31:42.004Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-06-21T04:31:42.004Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-06-21T04:31:42.004Z Compiling byteorder v1.5.0
3852026-06-21T04:31:42.004Z Compiling cfg-if v1.0.4
3862026-06-21T04:31:42.004Z Compiling macaddr v1.0.1
3872026-06-21T04:31:42.004Z Compiling stable_deref_trait v1.2.1
3882026-06-21T04:31:42.004Z Compiling managed v0.8.0
3892026-06-21T04:31:42.004Z Compiling cobs v0.3.0
3902026-06-21T04:31:42.004Z Compiling bitflags v1.3.2
3912026-06-21T04:31:42.004Z Compiling hash32 v0.3.1
3922026-06-21T04:31:42.004Z Compiling dyn-clone v1.0.20
3932026-06-21T04:31:42.004Z Compiling itertools v0.15.0
3942026-06-21T04:31:42.004Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-21T04:31:42.004Z Compiling bitflags v2.13.0
3962026-06-21T04:31:42.004Z Compiling uuid v1.23.3
3972026-06-21T04:31:42.004Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-21T04:31:42.004Z Compiling postcard v1.1.3
3992026-06-21T04:31:42.004Z Compiling ingot-types v0.1.2
4002026-06-21T04:31:42.004Z Compiling ingot v0.1.1
4012026-06-21T04:31:42.005Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-21T04:31:42.005Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-21T04:31:49.076Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-21T04:32:18.859Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-06-21T04:32:18.889ZLinking xde kmod...
4062026-06-21T04:32:19.459ZBuilding xde dev link helper (release).
4072026-06-21T04:32:19.620Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-06-21T04:32:19.620Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-06-21T04:32:19.620Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-21T04:32:31.198Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-06-21T04:32:33.694Z Finished `release` profile [optimized + debuginfo] target(s) in 14.20s
4122026-06-21T04:32:33.713ZBuilding opteadm (dev).
4132026-06-21T04:32:33.869Z Compiling serde_core v1.0.228
4142026-06-21T04:32:33.869Z Compiling libc v0.2.186
4152026-06-21T04:32:33.869Z Compiling cfg-if v1.0.4
4162026-06-21T04:32:33.869Z Compiling ident_case v1.0.1
4172026-06-21T04:32:33.872Z Compiling strsim v0.11.1
4182026-06-21T04:32:33.872Z Compiling fnv v1.0.7
4192026-06-21T04:32:33.872Z Compiling memchr v2.8.2
4202026-06-21T04:32:33.872Z Compiling syn v2.0.117
4212026-06-21T04:32:33.946Z Compiling regex-syntax v0.8.11
4222026-06-21T04:32:33.968Z Compiling zerocopy v0.8.52
4232026-06-21T04:32:33.996Z Compiling either v1.16.0
4242026-06-21T04:32:34.168Z Compiling serde v1.0.228
4252026-06-21T04:32:34.179Z Compiling equivalent v1.0.2
4262026-06-21T04:32:34.250Z Compiling hashbrown v0.17.1
4272026-06-21T04:32:34.335Z Compiling aho-corasick v1.1.4
4282026-06-21T04:32:34.445Z Compiling winnow v1.0.3
4292026-06-21T04:32:34.540Z Compiling itertools v0.14.0
4302026-06-21T04:32:34.626Z Compiling byteorder v1.5.0
4312026-06-21T04:32:34.783Z Compiling indexmap v2.14.0
4322026-06-21T04:32:34.802Z Compiling heapless v0.8.0
4332026-06-21T04:32:35.108Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-06-21T04:32:35.399Z Compiling toml_parser v1.1.2+spec-1.1.0
4352026-06-21T04:32:35.467Z Compiling regex-automata v0.4.14
4362026-06-21T04:32:35.485Z Compiling hash32 v0.3.1
4372026-06-21T04:32:35.638Z Compiling syn v1.0.109
4382026-06-21T04:32:35.724Z Compiling stable_deref_trait v1.2.1
4392026-06-21T04:32:35.795Z Compiling toml_edit v0.25.12+spec-1.1.0
4402026-06-21T04:32:35.824Z Compiling smoltcp v0.11.0
4412026-06-21T04:32:35.945Z Compiling bitflags v2.13.0
4422026-06-21T04:32:35.951Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4432026-06-21T04:32:36.045Z Compiling rustversion v1.0.22
4442026-06-21T04:32:36.157Z Compiling macaddr v1.0.1
4452026-06-21T04:32:36.210Z Compiling getrandom v0.4.2
4462026-06-21T04:32:36.396Z Compiling proc-macro-crate v3.5.0
4472026-06-21T04:32:36.406Z Compiling rand_core v0.10.1
4482026-06-21T04:32:36.420Z Compiling bitflags v1.3.2
4492026-06-21T04:32:36.464Z Compiling darling_core v0.21.3
4502026-06-21T04:32:36.485Z Compiling managed v0.8.0
4512026-06-21T04:32:36.562Z Compiling version_check v0.9.5
4522026-06-21T04:32:36.614Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4532026-06-21T04:32:36.687Z Compiling ref-cast v1.0.25
4542026-06-21T04:32:36.823Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-06-21T04:32:37.028Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-06-21T04:32:37.051Z Compiling errno v0.3.14
4572026-06-21T04:32:37.225Z Compiling regex v1.12.4
4582026-06-21T04:32:37.626Z Compiling cpufeatures v0.3.0
4592026-06-21T04:32:37.648Z Compiling ipnetwork v0.21.1
4602026-06-21T04:32:37.655Z Compiling thiserror-impl v2.0.18
4612026-06-21T04:32:37.690Z Compiling zerocopy-derive v0.8.52
4622026-06-21T04:32:38.049Z Compiling serde_derive v1.0.228
4632026-06-21T04:32:38.179Z Compiling foreign-types-macros v0.2.3
4642026-06-21T04:32:38.543Z Compiling ref-cast-impl v1.0.25
4652026-06-21T04:32:38.563Z Compiling darling_macro v0.21.3
4662026-06-21T04:32:38.799Z Compiling num_enum_derive v0.7.6
4672026-06-21T04:32:38.855Z Compiling thiserror v2.0.18
4682026-06-21T04:32:38.959Z Compiling cobs v0.3.0
4692026-06-21T04:32:39.112Z Compiling darling v0.21.3
4702026-06-21T04:32:39.132Z Compiling once_cell v1.21.4
4712026-06-21T04:32:39.183Z Compiling ingot-macros v0.1.1
4722026-06-21T04:32:39.243Z Compiling unicode-width v0.2.2
4732026-06-21T04:32:39.373Z Compiling foreign-types-shared v0.3.1
4742026-06-21T04:32:39.461Z Compiling tabwriter v1.4.1
4752026-06-21T04:32:39.557Z Compiling foreign-types v0.5.0
4762026-06-21T04:32:39.631Z Compiling tracing-core v0.1.36
4772026-06-21T04:32:39.800Z Compiling num_enum v0.7.6
4782026-06-21T04:32:39.952Z Compiling cstr-argument v0.1.2
4792026-06-21T04:32:40.050Z Compiling chacha20 v0.10.0
4802026-06-21T04:32:40.127Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4812026-06-21T04:32:40.183Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-06-21T04:32:40.403Z Compiling tracing-attributes v0.1.31
4832026-06-21T04:32:40.672Z Compiling rustix v1.1.4
4842026-06-21T04:32:41.068Z Compiling anyhow v1.0.102
4852026-06-21T04:32:41.105Z Compiling pretty-hex v0.4.2
4862026-06-21T04:32:41.127Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4872026-06-21T04:32:41.235Z Compiling dyn-clone v1.0.20
4882026-06-21T04:32:41.265Z Compiling postcard v1.1.3
4892026-06-21T04:32:41.336Z Compiling pin-project-lite v0.2.17
4902026-06-21T04:32:41.429Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4912026-06-21T04:32:41.513Z Compiling terminal_size v0.4.4
4922026-06-21T04:32:41.634Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-06-21T04:32:41.639Z Compiling tracing v0.1.44
4942026-06-21T04:32:41.646Z Compiling rand v0.10.1
4952026-06-21T04:32:41.667Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-21T04:32:41.713Z Compiling uuid v1.23.3
4972026-06-21T04:32:41.786Z Compiling socket2 v0.6.4
4982026-06-21T04:32:41.931Z Compiling colored v3.1.1
4992026-06-21T04:32:42.019Z Compiling ingot-types v0.1.2
5002026-06-21T04:32:42.120Z Compiling oxnet v0.1.6
5012026-06-21T04:32:42.141Z Compiling clap_derive v4.6.1
5022026-06-21T04:32:42.334Z Compiling clap_builder v4.6.0
5032026-06-21T04:32:42.421Z Compiling ingot v0.1.1
5042026-06-21T04:32:42.596Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5052026-06-21T04:33:42.445Z Compiling clap v4.6.1
5062026-06-21T04:33:42.471Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-21T04:33:42.487Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-21T04:33:42.492Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-21T04:33:42.492Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.56s
5102026-06-21T04:33:42.492ZBuilding xde (dev).
5112026-06-21T04:33:42.492Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-06-21T04:33:42.492Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-06-21T04:33:42.492Z Compiling proc-macro2 v1.0.106
5142026-06-21T04:33:42.492Z Compiling quote v1.0.45
5152026-06-21T04:33:42.492Z Compiling unicode-ident v1.0.24
5162026-06-21T04:33:42.492Z Compiling strsim v0.11.1
5172026-06-21T04:33:42.492Z Compiling ident_case v1.0.1
5182026-06-21T04:33:42.492Z Compiling serde_core v1.0.228
5192026-06-21T04:33:42.492Z Compiling fnv v1.0.7
5202026-06-21T04:33:42.492Z Compiling memchr v2.8.2
5212026-06-21T04:33:42.492Z Compiling regex-syntax v0.8.11
5222026-06-21T04:33:42.493Z Compiling serde v1.0.228
5232026-06-21T04:33:42.493Z Compiling zerocopy v0.8.52
5242026-06-21T04:33:42.493Z Compiling either v1.16.0
5252026-06-21T04:33:42.493Z Compiling aho-corasick v1.1.4
5262026-06-21T04:33:42.493Z Compiling thiserror v2.0.18
5272026-06-21T04:33:42.493Z Compiling itertools v0.14.0
5282026-06-21T04:33:42.493Z Compiling heapless v0.8.0
5292026-06-21T04:33:42.493Z Compiling syn v2.0.117
5302026-06-21T04:33:42.493Z Compiling smoltcp v0.11.0
5312026-06-21T04:33:42.493Z Compiling ref-cast v1.0.25
5322026-06-21T04:33:42.494Z Compiling version_check v0.9.5
5332026-06-21T04:33:42.494Z Compiling regex-automata v0.4.14
5342026-06-21T04:33:42.494Z Compiling crc32fast v1.5.0
5352026-06-21T04:33:42.494Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-06-21T04:33:42.494Z Compiling regex v1.12.4
5372026-06-21T04:33:42.494Z Compiling darling_core v0.21.3
5382026-06-21T04:33:42.494Z Compiling darling_core v0.23.0
5392026-06-21T04:33:42.494Z Compiling serde_derive v1.0.228
5402026-06-21T04:33:42.494Z Compiling thiserror-impl v2.0.18
5412026-06-21T04:33:42.494Z Compiling zerocopy-derive v0.8.52
5422026-06-21T04:33:42.494Z Compiling ref-cast-impl v1.0.25
5432026-06-21T04:33:42.494Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-21T04:33:42.494Z Compiling darling_macro v0.23.0
5452026-06-21T04:33:42.494Z Compiling darling_macro v0.21.3
5462026-06-21T04:33:42.494Z Compiling darling v0.23.0
5472026-06-21T04:33:42.494Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5482026-06-21T04:33:42.494Z Compiling darling v0.21.3
5492026-06-21T04:33:42.494Z Compiling ingot-macros v0.1.1
5502026-06-21T04:33:42.494Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-06-21T04:33:42.494Z Compiling byteorder v1.5.0
5522026-06-21T04:33:42.494Z Compiling cfg-if v1.0.4
5532026-06-21T04:33:42.494Z Compiling stable_deref_trait v1.2.1
5542026-06-21T04:33:42.495Z Compiling macaddr v1.0.1
5552026-06-21T04:33:42.495Z Compiling bitflags v1.3.2
5562026-06-21T04:33:42.495Z Compiling cobs v0.3.0
5572026-06-21T04:33:42.495Z Compiling managed v0.8.0
5582026-06-21T04:33:42.495Z Compiling hash32 v0.3.1
5592026-06-21T04:33:42.495Z Compiling itertools v0.15.0
5602026-06-21T04:33:42.495Z Compiling dyn-clone v1.0.20
5612026-06-21T04:33:42.495Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-06-21T04:33:42.495Z Compiling bitflags v2.13.0
5632026-06-21T04:33:42.495Z Compiling uuid v1.23.3
5642026-06-21T04:33:42.495Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-06-21T04:33:42.495Z Compiling postcard v1.1.3
5662026-06-21T04:33:42.495Z Compiling ingot-types v0.1.2
5672026-06-21T04:33:42.496Z Compiling ingot v0.1.1
5682026-06-21T04:33:42.496Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-06-21T04:33:42.496Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-06-21T04:33:42.496Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-06-21T04:33:42.496Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.75s
5722026-06-21T04:33:42.496ZLinking xde kmod...
5732026-06-21T04:33:42.496ZBuilding xde dev link helper (dev).
5742026-06-21T04:33:42.496Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5752026-06-21T04:33:42.496Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-06-21T04:33:42.496Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-06-21T04:33:46.485Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-21-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-06-21T04:33:48.731Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.41s
5792026-06-21T04:33:48.753Z
5802026-06-21T04:33:48.756Zreal 3:09.786614907
5812026-06-21T04:33:48.756Zuser 9:04.398805461
5822026-06-21T04:33:48.756Zsys 58.933370395
5832026-06-21T04:33:48.756Ztrap 0.236091385
5842026-06-21T04:33:48.756Ztflt 0.873427164
5852026-06-21T04:33:48.756Zdflt 1.606065381
5862026-06-21T04:33:48.756Zkflt 0.007340878
5872026-06-21T04:33:48.756Zlock 34:50.701538638
5882026-06-21T04:33:48.757Zslp 21:03.500770520
5892026-06-21T04:33:48.757Zlat 21.605802288
5902026-06-21T04:33:48.757Zstop 33.574831580
5912026-06-21T04:33:48.757Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-06-21T04:33:48.757Z+ grep GOTPCREL
5932026-06-21T04:33:49.730Z+ header 'package opte'
5942026-06-21T04:33:49.730Z+ echo '# ==== package opte ==== #'
5952026-06-21T04:33:49.730Z# ==== package opte ==== #
5962026-06-21T04:33:49.734Z+ cargo xtask package --skip-build --profile all
5972026-06-21T04:33:49.873Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5982026-06-21T04:33:49.877Z Running `target/debug/xtask package --skip-build --profile all`
5992026-06-21T04:33:50.090Z+ ./clean.sh
6002026-06-21T04:33:50.097Z+ mkdir -p proto/kernel/drv/amd64
6012026-06-21T04:33:50.100Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-06-21T04:33:50.100Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-06-21T04:33:50.103Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-06-21T04:33:50.119Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-06-21T04:33:50.150Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-06-21T04:33:50.153Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-06-21T04:33:50.153Z+ '[' -z ']'
6082026-06-21T04:33:50.154Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-06-21T04:33:50.176Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-06-21T04:33:50.246Z+ INC_DEBUG=
6112026-06-21T04:33:50.246Z+ typeset -ri TAG=0
6122026-06-21T04:33:50.249Z++ ./print-api-version.sh
6132026-06-21T04:33:50.252Z+ API_VSN=41
6142026-06-21T04:33:50.252Z+ PKG_VERSION=0.41.488-3.0
6152026-06-21T04:33:50.255Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.488-3.0/g opte.template.p5m
6162026-06-21T04:33:50.255Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-06-21T04:33:50.778Z+ pkgdepend generate -d proto opte.base.p5m
6182026-06-21T04:33:51.119Z+ mkdir -p packages
6192026-06-21T04:33:51.122Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-06-21T04:33:57.875Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-06-21T04:33:57.878Z+ pkgrepo create packages/repo
6222026-06-21T04:33:58.093Z+ pkgrepo add-publisher -s packages/repo helios
6232026-06-21T04:33:58.305Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-06-21T04:34:27.481Zpkg://helios/driver/network/opte@0.41.488,5.11-3.0:20260621T043356Z
6252026-06-21T04:34:27.481ZPUBLISHED
6262026-06-21T04:34:27.518Z+ pkgrecv -a -d packages/repo/opte-0.41.488-3.0.p5p -s packages/repo -v -m latest '*'
6272026-06-21T04:34:27.703ZRetrieving packages for publisher helios ...
6282026-06-21T04:34:27.706ZRetrieving catalog 'helios' ... Done
6292026-06-21T04:34:27.708ZRetrieving and evaluating 1 package(s)...
6302026-06-21T04:34:27.708ZFetching manifests: 1/1 100% complete
6312026-06-21T04:34:27.708ZFetching manifests: 1/1 100% complete
6322026-06-21T04:34:27.708Z
6332026-06-21T04:34:27.708ZArchiving packages ...
6342026-06-21T04:34:27.709Z Packages to add: 1
6352026-06-21T04:34:27.709Z Files to retrieve: 6
6362026-06-21T04:34:27.709ZEstimated transfer size: 37.07 MB
6372026-06-21T04:34:27.709Z
6382026-06-21T04:34:27.709ZPackages to archive:
6392026-06-21T04:34:27.709Zdriver/network/opte@0.41.488,5.11-3.0:20260621T043356Z
6402026-06-21T04:34:27.709Z
6412026-06-21T04:34:27.709ZDownload: 0/6 items 0.0/37.1MB 0% complete
6422026-06-21T04:34:27.777ZDownload: Completed 37.07 MB in 0.07 seconds (541M/s)
6432026-06-21T04:34:27.783ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6442026-06-21T04:34:27.791ZArchiving: Completed 37.10 MB in 0.01 seconds
6452026-06-21T04:34:27.830ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.488-3.0.p5p.
6462026-06-21T04:34:27.833Z+ banner copy
6472026-06-21T04:34:27.835Z
6482026-06-21T04:34:27.835Z #### #### ##### # #
6492026-06-21T04:34:27.835Z # # # # # # # #
6502026-06-21T04:34:27.835Z # # # # # #
6512026-06-21T04:34:27.836Z # # # ##### #
6522026-06-21T04:34:27.836Z # # # # # #
6532026-06-21T04:34:27.836Z #### #### # #
6542026-06-21T04:34:27.836Z
6552026-06-21T04:34:27.836Z+ pfexec mkdir -p /out
6562026-06-21T04:34:27.838Z+ pfexec chown 12345 /out
6572026-06-21T04:34:27.841Z+ PKG_NAME=/out/opte.p5p
6582026-06-21T04:34:27.841Z+ mv pkg/packages/repo/opte-0.41.488-3.0.p5p /out/opte.p5p
6592026-06-21T04:34:27.869Z+ sha256sum /out/opte.p5p
6602026-06-21T04:34:27.893Zprocess exited: duration 243828 ms, exit code 0
 
6612026-06-21T04:34:27.901Zfound 2 output files
6622026-06-21T04:34:27.901Zuploading: /out/opte.p5p (38912000 bytes)
6632026-06-21T04:34:29.107Zuploaded: /out/opte.p5p
6642026-06-21T04:34:29.107Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-06-21T04:34:30.115Zuploaded: /out/opte.p5p.sha256