01KXZH3CC5TT98QBYF0WM082X1: 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: 01KXZH42KCRYB1TX1W5HHSPSPT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:29:32.680Zjob assigned to worker 01KXZH484KVQAJDQK8GQE28CNX [factory aws, i-09c2d34eaaf39c017] (queued for 56 s)
 
22026-07-20T10:29:39.472Zstarting task 0: "setup"
32026-07-20T10:29:39.476Z++ uname -s
42026-07-20T10:29:39.479Z+ kern=SunOS
52026-07-20T10:29:39.479Z+ build_user=build
62026-07-20T10:29:39.479Z+ build_uid=12345
72026-07-20T10:29:39.479Z+ work_dir=/work
82026-07-20T10:29:39.479Z+ input_dir=/input
92026-07-20T10:29:39.479Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:39.479Z+ case "$kern" in
112026-07-20T10:29:39.479Z+ groupadd -g 12345 build
122026-07-20T10:29:39.482Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:29:41.484Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:29:41.604Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:29:41.607Z+ home_fs=zfs
162026-07-20T10:29:41.607Z+ [[ zfs == autofs ]]
172026-07-20T10:29:41.607Z+ mkdir -p /home/build
182026-07-20T10:29:41.607Z+ chown build:build /home/build /work
192026-07-20T10:29:43.608Z+ chmod 0700 /home/build /work
202026-07-20T10:29:43.612Zprocess exited: duration 4139 ms, exit code 0
 
212026-07-20T10:29:43.618Zstarting task 1: "rust-toolchain"
222026-07-20T10:29:43.622Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:29:43.622Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T10:29:43.622Z * rust toolchain channel = "1.96.1"
252026-07-20T10:29:43.622Z * rust toolchain profile = "default"
262026-07-20T10:29:43.622Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:29:43.625Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:29:43.625Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:29:43.626Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:29:43.727Zinfo: downloading installer
312026-07-20T10:29:44.988Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:29:44.988Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:29:44.988Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:29:44.988Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:29:45.000Zinfo: profile set to default
362026-07-20T10:29:45.000Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:29:45.003Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:29:45.135Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:29:45.138Zinfo: downloading 6 components
402026-07-20T10:29:59.426Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:29:59.427Z
422026-07-20T10:29:59.457Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:29:59.457Z
442026-07-20T10:29:59.457Z
452026-07-20T10:29:59.457ZRust is installed now. Great!
462026-07-20T10:29:59.458Z
472026-07-20T10:29:59.458ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:29:59.458Zenvironment variable. This has not been done automatically.
492026-07-20T10:29:59.458Z
502026-07-20T10:29:59.458ZTo configure your current shell, you need to source
512026-07-20T10:29:59.458Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:29:59.458Z
532026-07-20T10:29:59.458ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:29:59.461Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:29:59.461Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:29:59.461Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:29:59.462Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:29:59.462Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:29:59.462Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:29:59.462Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:29:59.462Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:29:59.563Z+ rustup --version
632026-07-20T10:29:59.572Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:29:59.575Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:29:59.594Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:29:59.597Z+ cargo --version
672026-07-20T10:29:59.610Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:29:59.613Z+ rustc --version
692026-07-20T10:29:59.632Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:29:59.635Zprocess exited: duration 16016 ms, exit code 0
 
712026-07-20T10:29:59.641Zstarting task 2: "authentication"
722026-07-20T10:29:59.657Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T10:29:59.663Zstarting task 3: "clone repository"
742026-07-20T10:29:59.666Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:29:59.669Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:29:59.698ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:30:00.607Z+ cd /work/oxidecomputer/opte
782026-07-20T10:30:00.608Z+ git fetch origin d3f36470356b9c31a84696419ba42162edd29294
792026-07-20T10:30:00.840ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:30:00.841Z * branch d3f36470356b9c31a84696419ba42162edd29294 -> FETCH_HEAD
812026-07-20T10:30:00.846Z+ [[ -n renovate/bitflags-2.x-lockfile ]]
822026-07-20T10:30:00.849Z++ git branch --show-current
832026-07-20T10:30:00.849Z+ current=master
842026-07-20T10:30:00.849Z+ [[ master != renovate/bitflags-2.x-lockfile ]]
852026-07-20T10:30:00.849Z+ git branch -f renovate/bitflags-2.x-lockfile d3f36470356b9c31a84696419ba42162edd29294
862026-07-20T10:30:00.852Z+ git checkout -f renovate/bitflags-2.x-lockfile
872026-07-20T10:30:00.868ZSwitched to branch 'renovate/bitflags-2.x-lockfile'
882026-07-20T10:30:00.871Z+ git reset --hard d3f36470356b9c31a84696419ba42162edd29294
892026-07-20T10:30:00.884ZHEAD is now at d3f3647 Update Rust crate bitflags to v2.13.1
902026-07-20T10:30:00.887Zprocess exited: duration 1221 ms, exit code 0
 
912026-07-20T10:30:00.893Zstarting task 4: "build"
922026-07-20T10:30:00.897Z+ source .github/buildomat/common.sh
932026-07-20T10:30:00.900Z++ rustup show active-toolchain
942026-07-20T10:30:00.902Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:30:00.902Z++ pushd xde
962026-07-20T10:30:00.902Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:30:00.906Z++ rustup show active-toolchain
982026-07-20T10:30:00.910Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:30:01.055Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:30:01.058Zinfo: downloading 6 components
1012026-07-20T10:30:14.608Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:30:14.694Z+++ rustup show active-toolchain -v
1032026-07-20T10:30:14.697Z+++ head -n 1
1042026-07-20T10:30:14.697Z+++ cut '-d ' -f1
1052026-07-20T10:30:14.750Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:30:14.750Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:30:14.750Z++ popd
1082026-07-20T10:30:14.754Z/work/oxidecomputer/opte
1092026-07-20T10:30:14.754Z+ TGT_BASE=/work
1102026-07-20T10:30:14.754Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-07-20T10:30:14.754Z+ REL_TGT=/work/release
1122026-07-20T10:30:14.754Z+ mkdir -p /work/release
1132026-07-20T10:30:14.754Z+ cargo --version
1142026-07-20T10:30:14.761Zcargo 1.96.1 (356927216 2026-06-26)
1152026-07-20T10:30:14.766Z+ rustc --version
1162026-07-20T10:30:14.784Zrustc 1.96.1 (31fca3adb 2026-06-26)
1172026-07-20T10:30:14.787Z+ header 'build xde and opteadm (release+debug)'
1182026-07-20T10:30:14.787Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-07-20T10:30:14.787Z# ==== build xde and opteadm (release+debug) ==== #
1202026-07-20T10:30:14.787Z+ ptime -m cargo xtask build --profile all
1212026-07-20T10:30:14.888Z Updating crates.io index
1222026-07-20T10:30:14.891Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-07-20T10:30:15.568Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-07-20T10:30:15.830Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-07-20T10:30:16.191Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-07-20T10:30:16.408Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-07-20T10:30:16.662Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-07-20T10:30:16.909Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-07-20T10:30:18.576Z Downloading crates ...
1302026-07-20T10:30:18.639Z Downloaded anstyle-parse v1.0.0
1312026-07-20T10:30:18.642Z Downloaded anstyle-query v1.1.5
1322026-07-20T10:30:18.646Z Downloaded anstream v1.0.0
1332026-07-20T10:30:18.648Z Downloaded anstyle v1.0.14
1342026-07-20T10:30:18.648Z Downloaded errno v0.3.14
1352026-07-20T10:30:18.648Z Downloaded itoa v1.0.18
1362026-07-20T10:30:18.652Z Downloaded is_terminal_polyfill v1.70.2
1372026-07-20T10:30:18.655Z Downloaded equivalent v1.0.2
1382026-07-20T10:30:18.655Z Downloaded utf8parse v0.2.2
1392026-07-20T10:30:18.655Z Downloaded clap_lex v1.1.0
1402026-07-20T10:30:18.655Z Downloaded serde_spanned v1.1.1
1412026-07-20T10:30:18.658Z Downloaded cargo-platform v0.3.3
1422026-07-20T10:30:18.660Z Downloaded colorchoice v1.0.5
1432026-07-20T10:30:18.673Z Downloaded heck v0.5.0
1442026-07-20T10:30:18.684Z Downloaded terminal_size v0.4.4
1452026-07-20T10:30:18.687Z Downloaded strsim v0.11.1
1462026-07-20T10:30:18.690Z Downloaded thiserror-impl v2.0.18
1472026-07-20T10:30:18.691Z Downloaded clap_derive v4.6.1
1482026-07-20T10:30:18.694Z Downloaded thiserror v2.0.18
1492026-07-20T10:30:18.698Z Downloaded cargo_metadata v0.23.1
1502026-07-20T10:30:18.701Z Downloaded zmij v1.0.22
1512026-07-20T10:30:18.704Z Downloaded toml_writer v1.1.1+spec-1.1.0
1522026-07-20T10:30:18.704Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1532026-07-20T10:30:18.708Z Downloaded quote v1.0.46
1542026-07-20T10:30:18.715Z Downloaded toml_parser v1.1.2+spec-1.1.0
1552026-07-20T10:30:18.718Z Downloaded semver v1.0.28
1562026-07-20T10:30:18.725Z Downloaded camino v1.2.4
1572026-07-20T10:30:18.728Z Downloaded serde_derive v1.0.228
1582026-07-20T10:30:18.731Z Downloaded unicode-ident v1.0.24
1592026-07-20T10:30:18.734Z Downloaded anyhow v1.0.103
1602026-07-20T10:30:18.738Z Downloaded proc-macro2 v1.0.106
1612026-07-20T10:30:18.743Z Downloaded bitflags v2.13.1
1622026-07-20T10:30:18.747Z Downloaded toml v1.1.2+spec-1.1.0
1632026-07-20T10:30:18.751Z Downloaded clap v4.6.1
1642026-07-20T10:30:18.758Z Downloaded serde_core v1.0.228
1652026-07-20T10:30:18.762Z Downloaded serde v1.0.228
1662026-07-20T10:30:18.771Z Downloaded memchr v2.8.3
1672026-07-20T10:30:18.774Z Downloaded indexmap v2.14.0
1682026-07-20T10:30:18.783Z Downloaded serde_json v1.0.150
1692026-07-20T10:30:18.794Z Downloaded hashbrown v0.17.1
1702026-07-20T10:30:18.804Z Downloaded winnow v1.0.3
1712026-07-20T10:30:18.809Z Downloaded clap_builder v4.6.0
1722026-07-20T10:30:18.831Z Downloaded syn v2.0.118
1732026-07-20T10:30:18.847Z Downloaded rustix v1.1.4
1742026-07-20T10:30:18.874Z Downloaded libc v0.2.186
1752026-07-20T10:30:18.923Z Compiling proc-macro2 v1.0.106
1762026-07-20T10:30:18.923Z Compiling serde_core v1.0.228
1772026-07-20T10:30:18.923Z Compiling quote v1.0.46
1782026-07-20T10:30:18.923Z Compiling unicode-ident v1.0.24
1792026-07-20T10:30:18.923Z Compiling libc v0.2.186
1802026-07-20T10:30:18.926Z Compiling rustix v1.1.4
1812026-07-20T10:30:18.926Z Compiling utf8parse v0.2.2
1822026-07-20T10:30:18.926Z Compiling bitflags v2.13.1
1832026-07-20T10:30:19.123Z Compiling zmij v1.0.22
1842026-07-20T10:30:19.126Z Compiling anstyle-parse v1.0.0
1852026-07-20T10:30:19.351Z Compiling thiserror v2.0.18
1862026-07-20T10:30:19.413Z Compiling is_terminal_polyfill v1.70.2
1872026-07-20T10:30:19.449Z Compiling anstyle v1.0.14
1882026-07-20T10:30:19.455Z Compiling colorchoice v1.0.5
1892026-07-20T10:30:19.484Z Compiling serde v1.0.228
1902026-07-20T10:30:19.534Z Compiling camino v1.2.4
1912026-07-20T10:30:19.559Z Compiling anstyle-query v1.1.5
1922026-07-20T10:30:19.661Z Compiling serde_json v1.0.150
1932026-07-20T10:30:19.696Z Compiling errno v0.3.14
1942026-07-20T10:30:19.745Z Compiling anstream v1.0.0
1952026-07-20T10:30:19.890Z Compiling itoa v1.0.18
1962026-07-20T10:30:19.899Z Compiling clap_lex v1.1.0
1972026-07-20T10:30:19.904Z Compiling strsim v0.11.1
1982026-07-20T10:30:20.217Z Compiling anyhow v1.0.103
1992026-07-20T10:30:20.255Z Compiling heck v0.5.0
2002026-07-20T10:30:20.262Z Compiling terminal_size v0.4.4
2012026-07-20T10:30:20.270Z Compiling memchr v2.8.3
2022026-07-20T10:30:20.380Z Compiling syn v2.0.118
2032026-07-20T10:30:20.406Z Compiling winnow v1.0.3
2042026-07-20T10:30:20.444Z Compiling clap_builder v4.6.0
2052026-07-20T10:30:20.743Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-07-20T10:30:20.815Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-07-20T10:30:21.213Z Compiling cargo-platform v0.3.3
2082026-07-20T10:30:21.311Z Compiling serde_spanned v1.1.1
2092026-07-20T10:30:21.382Z Compiling semver v1.0.28
2102026-07-20T10:30:21.464Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-07-20T10:30:21.796Z Compiling toml v1.1.2+spec-1.1.0
2122026-07-20T10:30:22.608Z Compiling serde_derive v1.0.228
2132026-07-20T10:30:22.799Z Compiling thiserror-impl v2.0.18
2142026-07-20T10:30:23.497Z Compiling clap_derive v4.6.1
2152026-07-20T10:30:25.109Z Compiling clap v4.6.1
2162026-07-20T10:30:25.732Z Compiling cargo_metadata v0.23.1
2172026-07-20T10:30:28.190Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-07-20T10:30:29.762Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.96s
2192026-07-20T10:30:29.837Z Running `target/debug/xtask build --profile all`
2202026-07-20T10:30:31.411ZBuilding opteadm (release).
2212026-07-20T10:30:31.501Z Compiling proc-macro2 v1.0.106
2222026-07-20T10:30:31.501Z Compiling unicode-ident v1.0.24
2232026-07-20T10:30:31.501Z Compiling quote v1.0.46
2242026-07-20T10:30:31.504Z Compiling serde_core v1.0.228
2252026-07-20T10:30:31.504Z Compiling libc v0.2.186
2262026-07-20T10:30:31.504Z Compiling cfg-if v1.0.4
2272026-07-20T10:30:31.504Z Compiling strsim v0.11.1
2282026-07-20T10:30:31.504Z Compiling fnv v1.0.7
2292026-07-20T10:30:31.570Z Compiling thiserror v2.0.18
2302026-07-20T10:30:31.597Z Compiling ident_case v1.0.1
2312026-07-20T10:30:31.614Z Compiling memchr v2.8.3
2322026-07-20T10:30:31.693Z Compiling regex-syntax v0.8.11
2332026-07-20T10:30:31.780Z Compiling zerocopy v0.8.54
2342026-07-20T10:30:31.819Z Compiling equivalent v1.0.2
2352026-07-20T10:30:31.882Z Compiling hashbrown v0.17.1
2362026-07-20T10:30:32.063Z Compiling aho-corasick v1.1.4
2372026-07-20T10:30:32.133Z Compiling either v1.16.0
2382026-07-20T10:30:32.145Z Compiling anyhow v1.0.103
2392026-07-20T10:30:32.206Z Compiling winnow v1.0.3
2402026-07-20T10:30:32.317Z Compiling serde v1.0.228
2412026-07-20T10:30:32.403Z Compiling indexmap v2.14.0
2422026-07-20T10:30:32.614Z Compiling syn v2.0.118
2432026-07-20T10:30:32.668Z Compiling itertools v0.14.0
2442026-07-20T10:30:32.716Z Compiling byteorder v1.5.0
2452026-07-20T10:30:32.942Z Compiling heapless v0.8.0
2462026-07-20T10:30:33.065Z Compiling toml_datetime v1.1.1+spec-1.1.0
2472026-07-20T10:30:33.246Z Compiling regex-automata v0.4.15
2482026-07-20T10:30:33.257Z Compiling toml_parser v1.1.2+spec-1.1.0
2492026-07-20T10:30:33.432Z Compiling hash32 v0.3.1
2502026-07-20T10:30:33.470Z Compiling macaddr v1.0.1
2512026-07-20T10:30:33.561Z Compiling smoltcp v0.11.0
2522026-07-20T10:30:33.672Z Compiling bitflags v2.13.1
2532026-07-20T10:30:33.784Z Compiling toml_edit v0.25.12+spec-1.1.0
2542026-07-20T10:30:33.796Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2552026-07-20T10:30:33.799Z Compiling stable_deref_trait v1.2.1
2562026-07-20T10:30:33.859Z Compiling rustversion v1.0.23
2572026-07-20T10:30:33.897Z Compiling syn v1.0.109
2582026-07-20T10:30:34.009Z Compiling getrandom v0.4.3
2592026-07-20T10:30:34.048Z Compiling version_check v0.9.5
2602026-07-20T10:30:34.248Z Compiling managed v0.8.0
2612026-07-20T10:30:34.248Z Compiling rustix v1.1.4
2622026-07-20T10:30:34.283Z Compiling ref-cast v1.0.25
2632026-07-20T10:30:34.309Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2642026-07-20T10:30:34.436Z Compiling proc-macro-crate v3.5.0
2652026-07-20T10:30:34.479Z Compiling rand_core v0.10.1
2662026-07-20T10:30:34.529Z Compiling bitflags v1.3.2
2672026-07-20T10:30:34.627Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-07-20T10:30:34.766Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-07-20T10:30:34.848Z Compiling errno v0.3.14
2702026-07-20T10:30:34.988Z Compiling regex v1.13.0
2712026-07-20T10:30:35.162Z Compiling unicode-width v0.2.2
2722026-07-20T10:30:35.192Z Compiling utf8parse v0.2.2
2732026-07-20T10:30:35.284Z Compiling darling_core v0.21.3
2742026-07-20T10:30:35.365Z Compiling cpufeatures v0.3.0
2752026-07-20T10:30:35.426Z Compiling foreign-types-shared v0.3.1
2762026-07-20T10:30:35.441Z Compiling ipnetwork v0.21.1
2772026-07-20T10:30:35.504Z Compiling once_cell v1.21.4
2782026-07-20T10:30:35.586Z Compiling chacha20 v0.10.1
2792026-07-20T10:30:35.732Z Compiling tracing-core v0.1.36
2802026-07-20T10:30:35.800Z Compiling tabwriter v1.4.1
2812026-07-20T10:30:35.803Z Compiling anstyle-parse v1.0.0
2822026-07-20T10:30:35.852Z Compiling cstr-argument v0.1.2
2832026-07-20T10:30:36.401Z Compiling pretty-hex v0.4.2
2842026-07-20T10:30:36.460Z Compiling thiserror-impl v2.0.18
2852026-07-20T10:30:36.494Z Compiling zerocopy-derive v0.8.54
2862026-07-20T10:30:36.520Z Compiling serde_derive v1.0.228
2872026-07-20T10:30:36.546Z Compiling foreign-types-macros v0.2.3
2882026-07-20T10:30:36.779Z Compiling ref-cast-impl v1.0.25
2892026-07-20T10:30:37.159Z Compiling num_enum_derive v0.7.6
2902026-07-20T10:30:37.256Z Compiling foreign-types v0.5.0
2912026-07-20T10:30:37.319Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2922026-07-20T10:30:37.323Z Compiling darling_macro v0.21.3
2932026-07-20T10:30:37.445Z Compiling tracing-attributes v0.1.31
2942026-07-20T10:30:37.751Z Compiling cobs v0.3.0
2952026-07-20T10:30:37.797Z Compiling pin-project-lite v0.2.17
2962026-07-20T10:30:37.906Z Compiling darling v0.21.3
2972026-07-20T10:30:37.921Z Compiling colorchoice v1.0.5
2982026-07-20T10:30:37.973Z Compiling ingot-macros v0.1.1
2992026-07-20T10:30:37.989Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3002026-07-20T10:30:37.994Z Compiling dyn-clone v1.0.20
3012026-07-20T10:30:38.019Z Compiling anstyle-query v1.1.5
3022026-07-20T10:30:38.114Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3032026-07-20T10:30:38.119Z Compiling is_terminal_polyfill v1.70.2
3042026-07-20T10:30:38.171Z Compiling num_enum v0.7.6
3052026-07-20T10:30:38.183Z Compiling anstyle v1.0.14
3062026-07-20T10:30:38.276Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-07-20T10:30:38.331Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3082026-07-20T10:30:38.416Z Compiling anstream v1.0.0
3092026-07-20T10:30:38.466Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-07-20T10:30:38.570Z Compiling terminal_size v0.4.4
3112026-07-20T10:30:38.684Z Compiling tracing v0.1.44
3122026-07-20T10:30:38.699Z Compiling rand v0.10.2
3132026-07-20T10:30:38.754Z Compiling uuid v1.23.5
3142026-07-20T10:30:38.826Z Compiling socket2 v0.6.4
3152026-07-20T10:30:39.008Z Compiling clap_lex v1.1.0
3162026-07-20T10:30:39.216Z Compiling colored v3.1.1
3172026-07-20T10:30:39.307Z Compiling oxnet v0.1.6
3182026-07-20T10:30:39.372Z Compiling heck v0.5.0
3192026-07-20T10:30:39.555Z Compiling clap_derive v4.6.1
3202026-07-20T10:30:39.586Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3212026-07-20T10:30:39.749Z Compiling postcard v1.1.3
3222026-07-20T10:30:39.829Z Compiling clap_builder v4.6.0
3232026-07-20T10:30:40.858Z Compiling ingot-types v0.1.2
3242026-07-20T10:30:41.235Z Compiling ingot v0.1.1
3252026-07-20T10:30:41.607Z Compiling clap v4.6.1
3262026-07-20T10:30:42.883Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-07-20T10:30:43.901Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-07-20T10:30:44.933Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-07-20T10:30:51.426Z Finished `release` profile [optimized + debuginfo] target(s) in 20.01s
3302026-07-20T10:30:51.454ZBuilding xde (release-lto).
3312026-07-20T10:30:51.701Z Updating crates.io index
3322026-07-20T10:30:51.776Z Downloading crates ...
3332026-07-20T10:30:51.815Z Downloaded adler2 v2.0.1
3342026-07-20T10:30:51.820Z Downloaded addr2line v0.25.1
3352026-07-20T10:30:51.825Z Downloaded rustc-literal-escaper v0.0.8
3362026-07-20T10:30:51.838Z Downloaded foldhash v0.2.0
3372026-07-20T10:30:51.841Z Downloaded getopts v0.2.24
3382026-07-20T10:30:51.841Z Downloaded rustc-demangle v0.1.27
3392026-07-20T10:30:51.855Z Downloaded miniz_oxide v0.8.9
3402026-07-20T10:30:51.865Z Downloaded memchr v2.7.6
3412026-07-20T10:30:52.012Z Downloaded gimli v0.32.3
3422026-07-20T10:30:52.141Z Downloaded object v0.37.3
3432026-07-20T10:30:52.142Z Downloaded libc v0.2.185
3442026-07-20T10:30:52.142Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-07-20T10:30:52.142Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-07-20T10:30:52.142Z Compiling proc-macro2 v1.0.106
3472026-07-20T10:30:52.142Z Compiling unicode-ident v1.0.24
3482026-07-20T10:30:52.142Z Compiling quote v1.0.46
3492026-07-20T10:30:52.142Z Compiling ident_case v1.0.1
3502026-07-20T10:30:52.142Z Compiling strsim v0.11.1
3512026-07-20T10:30:52.142Z Compiling serde_core v1.0.228
3522026-07-20T10:30:52.168Z Compiling memchr v2.8.3
3532026-07-20T10:30:52.171Z Compiling fnv v1.0.7
3542026-07-20T10:30:52.260Z Compiling regex-syntax v0.8.11
3552026-07-20T10:30:52.407Z Compiling either v1.16.0
3562026-07-20T10:30:52.427Z Compiling thiserror v2.0.18
3572026-07-20T10:30:52.438Z Compiling serde v1.0.228
3582026-07-20T10:30:52.560Z Compiling aho-corasick v1.1.4
3592026-07-20T10:30:52.602Z Compiling zerocopy v0.8.54
3602026-07-20T10:30:52.803Z Compiling itertools v0.14.0
3612026-07-20T10:30:52.870Z Compiling heapless v0.8.0
3622026-07-20T10:30:53.141Z Compiling smoltcp v0.11.0
3632026-07-20T10:30:53.229Z Compiling syn v2.0.118
3642026-07-20T10:30:53.290Z Compiling version_check v0.9.5
3652026-07-20T10:30:53.398Z Compiling ref-cast v1.0.25
3662026-07-20T10:30:53.582Z Compiling crc32fast v1.5.0
3672026-07-20T10:30:53.635Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3682026-07-20T10:30:53.777Z Compiling regex-automata v0.4.15
3692026-07-20T10:30:55.306Z Compiling regex v1.13.0
3702026-07-20T10:30:55.500Z Compiling darling_core v0.21.3
3712026-07-20T10:30:55.500Z Compiling darling_core v0.23.0
3722026-07-20T10:30:56.550Z Compiling thiserror-impl v2.0.18
3732026-07-20T10:30:56.550Z Compiling zerocopy-derive v0.8.54
3742026-07-20T10:30:56.550Z Compiling serde_derive v1.0.228
3752026-07-20T10:30:56.555Z Compiling ref-cast-impl v1.0.25
3762026-07-20T10:30:56.555Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-07-20T10:30:57.861Z Compiling darling_macro v0.21.3
3782026-07-20T10:30:58.089Z Compiling darling_macro v0.23.0
3792026-07-20T10:30:58.804Z Compiling darling v0.21.3
3802026-07-20T10:30:58.868Z Compiling ingot-macros v0.1.1
3812026-07-20T10:30:58.977Z Compiling darling v0.23.0
3822026-07-20T10:30:59.039Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-07-20T10:31:04.452Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-07-20T10:31:06.552Z Compiling byteorder v1.5.0
3852026-07-20T10:31:06.553Z Compiling stable_deref_trait v1.2.1
3862026-07-20T10:31:06.559Z Compiling macaddr v1.0.1
3872026-07-20T10:31:06.559Z Compiling cfg-if v1.0.4
3882026-07-20T10:31:06.609Z Compiling bitflags v1.3.2
3892026-07-20T10:31:06.620Z Compiling cobs v0.3.0
3902026-07-20T10:31:06.713Z Compiling managed v0.8.0
3912026-07-20T10:31:06.830Z Compiling hash32 v0.3.1
3922026-07-20T10:31:06.835Z Compiling dyn-clone v1.0.20
3932026-07-20T10:31:06.860Z Compiling itertools v0.15.0
3942026-07-20T10:31:06.919Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-07-20T10:31:08.156Z Compiling bitflags v2.13.1
3962026-07-20T10:31:08.156Z Compiling uuid v1.23.5
3972026-07-20T10:31:08.300Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-07-20T10:31:08.595Z Compiling postcard v1.1.3
3992026-07-20T10:31:09.412Z Compiling ingot-types v0.1.2
4002026-07-20T10:31:09.732Z Compiling ingot v0.1.1
4012026-07-20T10:31:11.223Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-07-20T10:31:15.032Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-07-20T10:31:23.810Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-07-20T10:31:53.517Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-07-20T10:31:53.546ZLinking xde kmod...
4062026-07-20T10:31:54.147ZBuilding xde dev link helper (release).
4072026-07-20T10:31:54.297Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-07-20T10:31:54.298Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-07-20T10:31:54.298Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-07-20T10:32:05.749Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-07-20T10:32:08.248Z Finished `release` profile [optimized + debuginfo] target(s) in 14.07s
4122026-07-20T10:32:08.266ZBuilding opteadm (dev).
4132026-07-20T10:32:08.418Z Compiling serde_core v1.0.228
4142026-07-20T10:32:08.418Z Compiling libc v0.2.186
4152026-07-20T10:32:08.418Z Compiling cfg-if v1.0.4
4162026-07-20T10:32:08.418Z Compiling memchr v2.8.3
4172026-07-20T10:32:08.418Z Compiling fnv v1.0.7
4182026-07-20T10:32:08.421Z Compiling strsim v0.11.1
4192026-07-20T10:32:08.445Z Compiling syn v2.0.118
4202026-07-20T10:32:08.448Z Compiling ident_case v1.0.1
4212026-07-20T10:32:08.496Z Compiling regex-syntax v0.8.11
4222026-07-20T10:32:08.514Z Compiling equivalent v1.0.2
4232026-07-20T10:32:08.540Z Compiling serde v1.0.228
4242026-07-20T10:32:08.585Z Compiling hashbrown v0.17.1
4252026-07-20T10:32:08.708Z Compiling either v1.16.0
4262026-07-20T10:32:08.851Z Compiling aho-corasick v1.1.4
4272026-07-20T10:32:08.902Z Compiling winnow v1.0.3
4282026-07-20T10:32:08.992Z Compiling zerocopy v0.8.54
4292026-07-20T10:32:09.108Z Compiling indexmap v2.14.0
4302026-07-20T10:32:09.177Z Compiling itertools v0.14.0
4312026-07-20T10:32:09.450Z Compiling heapless v0.8.0
4322026-07-20T10:32:09.695Z Compiling byteorder v1.5.0
4332026-07-20T10:32:09.745Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-07-20T10:32:09.869Z Compiling toml_parser v1.1.2+spec-1.1.0
4352026-07-20T10:32:09.891Z Compiling regex-automata v0.4.15
4362026-07-20T10:32:09.959Z Compiling hash32 v0.3.1
4372026-07-20T10:32:10.213Z Compiling toml_edit v0.25.12+spec-1.1.0
4382026-07-20T10:32:10.260Z Compiling macaddr v1.0.1
4392026-07-20T10:32:10.385Z Compiling bitflags v2.13.1
4402026-07-20T10:32:10.401Z Compiling stable_deref_trait v1.2.1
4412026-07-20T10:32:10.467Z Compiling smoltcp v0.11.0
4422026-07-20T10:32:10.505Z Compiling rustversion v1.0.23
4432026-07-20T10:32:10.526Z Compiling syn v1.0.109
4442026-07-20T10:32:10.619Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4452026-07-20T10:32:10.809Z Compiling proc-macro-crate v3.5.0
4462026-07-20T10:32:10.867Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4472026-07-20T10:32:10.877Z Compiling version_check v0.9.5
4482026-07-20T10:32:10.877Z Compiling rand_core v0.10.1
4492026-07-20T10:32:11.026Z Compiling darling_core v0.21.3
4502026-07-20T10:32:11.084Z Compiling bitflags v1.3.2
4512026-07-20T10:32:11.084Z Compiling ref-cast v1.0.25
4522026-07-20T10:32:11.131Z Compiling managed v0.8.0
4532026-07-20T10:32:11.146Z Compiling getrandom v0.4.3
4542026-07-20T10:32:11.211Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-07-20T10:32:11.432Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-07-20T10:32:11.452Z Compiling errno v0.3.14
4572026-07-20T10:32:11.618Z Compiling regex v1.13.0
4582026-07-20T10:32:11.821Z Compiling unicode-width v0.2.2
4592026-07-20T10:32:12.016Z Compiling once_cell v1.21.4
4602026-07-20T10:32:12.040Z Compiling ipnetwork v0.21.1
4612026-07-20T10:32:12.120Z Compiling cpufeatures v0.3.0
4622026-07-20T10:32:12.124Z Compiling thiserror-impl v2.0.18
4632026-07-20T10:32:12.186Z Compiling serde_derive v1.0.228
4642026-07-20T10:32:12.252Z Compiling zerocopy-derive v0.8.54
4652026-07-20T10:32:12.412Z Compiling ref-cast-impl v1.0.25
4662026-07-20T10:32:12.568Z Compiling num_enum_derive v0.7.6
4672026-07-20T10:32:13.036Z Compiling foreign-types-macros v0.2.3
4682026-07-20T10:32:13.146Z Compiling darling_macro v0.21.3
4692026-07-20T10:32:13.376Z Compiling thiserror v2.0.18
4702026-07-20T10:32:13.476Z Compiling cobs v0.3.0
4712026-07-20T10:32:13.678Z Compiling foreign-types-shared v0.3.1
4722026-07-20T10:32:13.703Z Compiling darling v0.21.3
4732026-07-20T10:32:13.759Z Compiling foreign-types v0.5.0
4742026-07-20T10:32:13.763Z Compiling num_enum v0.7.6
4752026-07-20T10:32:13.772Z Compiling ingot-macros v0.1.1
4762026-07-20T10:32:13.865Z Compiling chacha20 v0.10.1
4772026-07-20T10:32:13.919Z Compiling tracing-core v0.1.36
4782026-07-20T10:32:14.204Z Compiling cstr-argument v0.1.2
4792026-07-20T10:32:14.373Z Compiling tracing-attributes v0.1.31
4802026-07-20T10:32:14.775Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4812026-07-20T10:32:14.845Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4822026-07-20T10:32:15.226Z Compiling tabwriter v1.4.1
4832026-07-20T10:32:15.255Z Compiling rustix v1.1.4
4842026-07-20T10:32:15.422Z Compiling postcard v1.1.3
4852026-07-20T10:32:15.712Z Compiling anyhow v1.0.103
4862026-07-20T10:32:15.721Z Compiling pin-project-lite v0.2.17
4872026-07-20T10:32:15.738Z Compiling pretty-hex v0.4.2
4882026-07-20T10:32:15.763Z Compiling dyn-clone v1.0.20
4892026-07-20T10:32:15.789Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4902026-07-20T10:32:15.802Z Compiling tracing v0.1.44
4912026-07-20T10:32:15.861Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4922026-07-20T10:32:15.918Z Compiling terminal_size v0.4.4
4932026-07-20T10:32:16.018Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942026-07-20T10:32:16.065Z Compiling rand v0.10.2
4952026-07-20T10:32:16.069Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-07-20T10:32:16.169Z Compiling uuid v1.23.5
4972026-07-20T10:32:16.181Z Compiling socket2 v0.6.4
4982026-07-20T10:32:16.455Z Compiling colored v3.1.1
4992026-07-20T10:32:16.461Z Compiling oxnet v0.1.6
5002026-07-20T10:32:16.500Z Compiling clap_builder v4.6.0
5012026-07-20T10:32:16.711Z Compiling ingot-types v0.1.2
5022026-07-20T10:32:16.805Z Compiling clap_derive v4.6.1
5032026-07-20T10:32:16.938Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-07-20T10:32:17.111Z Compiling ingot v0.1.1
5052026-07-20T10:32:18.139Z Compiling clap v4.6.1
5062026-07-20T10:32:18.822Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-07-20T10:32:20.975Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-07-20T10:32:22.134Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-07-20T10:32:26.502Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.23s
5102026-07-20T10:32:26.530ZBuilding xde (dev).
5112026-07-20T10:32:26.753Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-07-20T10:32:26.753Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-07-20T10:32:26.753Z Compiling proc-macro2 v1.0.106
5142026-07-20T10:32:26.753Z Compiling unicode-ident v1.0.24
5152026-07-20T10:32:26.753Z Compiling quote v1.0.46
5162026-07-20T10:32:26.754Z Compiling strsim v0.11.1
5172026-07-20T10:32:26.760Z Compiling ident_case v1.0.1
5182026-07-20T10:32:26.760Z Compiling serde_core v1.0.228
5192026-07-20T10:32:26.870Z Compiling memchr v2.8.3
5202026-07-20T10:32:26.873Z Compiling fnv v1.0.7
5212026-07-20T10:32:26.950Z Compiling regex-syntax v0.8.11
5222026-07-20T10:32:27.137Z Compiling either v1.16.0
5232026-07-20T10:32:27.145Z Compiling zerocopy v0.8.54
5242026-07-20T10:32:27.145Z Compiling serde v1.0.228
5252026-07-20T10:32:27.271Z Compiling aho-corasick v1.1.4
5262026-07-20T10:32:27.320Z Compiling thiserror v2.0.18
5272026-07-20T10:32:27.540Z Compiling itertools v0.14.0
5282026-07-20T10:32:27.561Z Compiling heapless v0.8.0
5292026-07-20T10:32:27.904Z Compiling syn v2.0.118
5302026-07-20T10:32:27.970Z Compiling smoltcp v0.11.0
5312026-07-20T10:32:27.988Z Compiling crc32fast v1.5.0
5322026-07-20T10:32:28.068Z Compiling ref-cast v1.0.25
5332026-07-20T10:32:28.334Z Compiling version_check v0.9.5
5342026-07-20T10:32:28.407Z Compiling regex-automata v0.4.15
5352026-07-20T10:32:28.707Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-07-20T10:32:29.976Z Compiling regex v1.13.0
5372026-07-20T10:32:30.198Z Compiling darling_core v0.21.3
5382026-07-20T10:32:30.252Z Compiling darling_core v0.23.0
5392026-07-20T10:32:31.114Z Compiling thiserror-impl v2.0.18
5402026-07-20T10:32:31.114Z Compiling serde_derive v1.0.228
5412026-07-20T10:32:31.114Z Compiling zerocopy-derive v0.8.54
5422026-07-20T10:32:31.117Z Compiling ref-cast-impl v1.0.25
5432026-07-20T10:32:31.117Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-07-20T10:32:32.658Z Compiling darling_macro v0.21.3
5452026-07-20T10:32:32.975Z Compiling darling_macro v0.23.0
5462026-07-20T10:32:33.612Z Compiling darling v0.21.3
5472026-07-20T10:32:33.675Z Compiling ingot-macros v0.1.1
5482026-07-20T10:32:33.884Z Compiling darling v0.23.0
5492026-07-20T10:32:33.946Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-07-20T10:32:38.788Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-07-20T10:32:40.539Z Compiling byteorder v1.5.0
5522026-07-20T10:32:40.539Z Compiling cfg-if v1.0.4
5532026-07-20T10:32:40.539Z Compiling macaddr v1.0.1
5542026-07-20T10:32:40.542Z Compiling stable_deref_trait v1.2.1
5552026-07-20T10:32:40.601Z Compiling bitflags v1.3.2
5562026-07-20T10:32:40.605Z Compiling cobs v0.3.0
5572026-07-20T10:32:40.642Z Compiling managed v0.8.0
5582026-07-20T10:32:40.715Z Compiling hash32 v0.3.1
5592026-07-20T10:32:40.865Z Compiling itertools v0.15.0
5602026-07-20T10:32:40.866Z Compiling dyn-clone v1.0.20
5612026-07-20T10:32:40.958Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-07-20T10:32:42.075Z Compiling bitflags v2.13.1
5632026-07-20T10:32:42.075Z Compiling uuid v1.23.5
5642026-07-20T10:32:42.208Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-07-20T10:32:42.510Z Compiling postcard v1.1.3
5662026-07-20T10:32:43.297Z Compiling ingot-types v0.1.2
5672026-07-20T10:32:43.580Z Compiling ingot v0.1.1
5682026-07-20T10:32:44.988Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-07-20T10:32:49.334Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-07-20T10:32:59.783Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-07-20T10:33:08.172Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.61s
5722026-07-20T10:33:08.194ZLinking xde kmod...
5732026-07-20T10:33:09.323ZBuilding xde dev link helper (dev).
5742026-07-20T10:33:09.475Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5752026-07-20T10:33:09.475Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-07-20T10:33:09.475Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-07-20T10:33:20.330Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-07-20T10:33:22.555Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.20s
5792026-07-20T10:33:22.576Z
5802026-07-20T10:33:22.580Zreal 3:07.786810348
5812026-07-20T10:33:22.580Zuser 9:00.603068423
5822026-07-20T10:33:22.580Zsys 59.248265109
5832026-07-20T10:33:22.580Ztrap 0.246347936
5842026-07-20T10:33:22.580Ztflt 0.695887478
5852026-07-20T10:33:22.580Zdflt 1.562282315
5862026-07-20T10:33:22.580Zkflt 0.005189876
5872026-07-20T10:33:22.580Zlock 34:42.575182254
5882026-07-20T10:33:22.580Zslp 21:06.948444762
5892026-07-20T10:33:22.582Zlat 20.820042217
5902026-07-20T10:33:22.582Zstop 33.661793664
5912026-07-20T10:33:22.582Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-07-20T10:33:22.582Z+ grep GOTPCREL
5932026-07-20T10:33:23.525Z+ header 'package opte'
5942026-07-20T10:33:23.525Z+ echo '# ==== package opte ==== #'
5952026-07-20T10:33:23.525Z# ==== package opte ==== #
5962026-07-20T10:33:23.525Z+ cargo xtask package --skip-build --profile all
5972026-07-20T10:33:23.659Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5982026-07-20T10:33:23.663Z Running `target/debug/xtask package --skip-build --profile all`
5992026-07-20T10:33:23.858Z+ ./clean.sh
6002026-07-20T10:33:23.864Z+ mkdir -p proto/kernel/drv/amd64
6012026-07-20T10:33:23.868Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-07-20T10:33:23.868Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-07-20T10:33:23.871Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-07-20T10:33:23.884Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-07-20T10:33:23.917Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-07-20T10:33:23.920Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-07-20T10:33:23.920Z+ '[' -z ']'
6082026-07-20T10:33:23.920Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-07-20T10:33:23.942Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-07-20T10:33:24.015Z+ INC_DEBUG=
6112026-07-20T10:33:24.019Z+ typeset -ri TAG=0
6122026-07-20T10:33:24.019Z++ ./print-api-version.sh
6132026-07-20T10:33:24.022Z+ API_VSN=41
6142026-07-20T10:33:24.025Z+ PKG_VERSION=0.41.500-3.0
6152026-07-20T10:33:24.025Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.500-3.0/g opte.template.p5m
6162026-07-20T10:33:24.025Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-07-20T10:33:24.549Z+ pkgdepend generate -d proto opte.base.p5m
6182026-07-20T10:33:24.883Z+ mkdir -p packages
6192026-07-20T10:33:24.886Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-07-20T10:33:31.631Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-07-20T10:33:31.634Z+ pkgrepo create packages/repo
6222026-07-20T10:33:31.842Z+ pkgrepo add-publisher -s packages/repo helios
6232026-07-20T10:33:32.047Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-07-20T10:34:01.102Zpkg://helios/driver/network/opte@0.41.500,5.11-3.0:20260720T103331Z
6252026-07-20T10:34:01.103ZPUBLISHED
6262026-07-20T10:34:01.137Z+ pkgrecv -a -d packages/repo/opte-0.41.500-3.0.p5p -s packages/repo -v -m latest '*'
6272026-07-20T10:34:01.315ZRetrieving packages for publisher helios ...
6282026-07-20T10:34:01.318ZRetrieving catalog 'helios' ... Done
6292026-07-20T10:34:01.322ZRetrieving and evaluating 1 package(s)...
6302026-07-20T10:34:01.322ZFetching manifests: 1/1 100% complete
6312026-07-20T10:34:01.322ZFetching manifests: 1/1 100% complete
6322026-07-20T10:34:01.322Z
6332026-07-20T10:34:01.322ZArchiving packages ...
6342026-07-20T10:34:01.322Z Packages to add: 1
6352026-07-20T10:34:01.322Z Files to retrieve: 6
6362026-07-20T10:34:01.322ZEstimated transfer size: 36.97 MB
6372026-07-20T10:34:01.322Z
6382026-07-20T10:34:01.322ZPackages to archive:
6392026-07-20T10:34:01.322Zdriver/network/opte@0.41.500,5.11-3.0:20260720T103331Z
6402026-07-20T10:34:01.322Z
6412026-07-20T10:34:01.322ZDownload: 0/6 items 0.0/37.0MB 0% complete
6422026-07-20T10:34:01.386ZDownload: Completed 36.97 MB in 0.07 seconds (552M/s)
6432026-07-20T10:34:01.389ZArchiving: 1/20 items 0.0/37.0MB 0% complete
6442026-07-20T10:34:01.401ZArchiving: Completed 37.01 MB in 0.01 seconds
6452026-07-20T10:34:01.441ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.500-3.0.p5p.
6462026-07-20T10:34:01.444Z+ banner copy
6472026-07-20T10:34:01.447Z
6482026-07-20T10:34:01.447Z #### #### ##### # #
6492026-07-20T10:34:01.447Z # # # # # # # #
6502026-07-20T10:34:01.447Z # # # # # #
6512026-07-20T10:34:01.447Z # # # ##### #
6522026-07-20T10:34:01.447Z # # # # # #
6532026-07-20T10:34:01.447Z #### #### # #
6542026-07-20T10:34:01.448Z
6552026-07-20T10:34:01.448Z+ pfexec mkdir -p /out
6562026-07-20T10:34:01.448Z+ pfexec chown 12345 /out
6572026-07-20T10:34:01.451Z+ PKG_NAME=/out/opte.p5p
6582026-07-20T10:34:01.451Z+ mv pkg/packages/repo/opte-0.41.500-3.0.p5p /out/opte.p5p
6592026-07-20T10:34:01.477Z+ sha256sum /out/opte.p5p
6602026-07-20T10:34:01.502Zprocess exited: duration 240608 ms, exit code 0
 
6612026-07-20T10:34:01.513Zfound 2 output files
6622026-07-20T10:34:01.513Zuploading: /out/opte.p5p (38809600 bytes)
6632026-07-20T10:34:02.784Zuploaded: /out/opte.p5p
6642026-07-20T10:34:02.787Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-07-20T10:34:03.794Zuploaded: /out/opte.p5p.sha256