01KYEAGDDGBM3P4RYN385FHQTH: 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: 01KYEAHFWEFXF3EF3F1Z7TT1RR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:22:59.606Zjob assigned to worker 01KYEAHM7FH65CCKXBHPKAGARG [factory aws, i-09891b62bdbce18b2] (queued for 46 s)
 
22026-07-26T04:23:05.888Zstarting task 0: "setup"
32026-07-26T04:23:05.892Z++ uname -s
42026-07-26T04:23:05.896Z+ kern=SunOS
52026-07-26T04:23:05.896Z+ build_user=build
62026-07-26T04:23:05.896Z+ build_uid=12345
72026-07-26T04:23:05.896Z+ work_dir=/work
82026-07-26T04:23:05.896Z+ input_dir=/input
92026-07-26T04:23:05.896Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:05.896Z+ case "$kern" in
112026-07-26T04:23:05.896Z+ groupadd -g 12345 build
122026-07-26T04:23:05.896Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:07.901Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:07.977Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:07.980Z+ home_fs=zfs
162026-07-26T04:23:07.980Z+ [[ zfs == autofs ]]
172026-07-26T04:23:07.980Z+ mkdir -p /home/build
182026-07-26T04:23:07.980Z+ chown build:build /home/build /work
192026-07-26T04:23:09.982Z+ chmod 0700 /home/build /work
202026-07-26T04:23:09.985Zprocess exited: duration 4096 ms, exit code 0
 
212026-07-26T04:23:09.991Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:09.994Z * rust toolchain channel = "1.97.1"
232026-07-26T04:23:09.995Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-07-26T04:23:09.995Z * rust toolchain profile = "default"
252026-07-26T04:23:09.995Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-26T04:23:09.995Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:23:09.995Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:23:09.998Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:09.998Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:10.101Zinfo: downloading installer
312026-07-26T04:23:11.808Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:11.808Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:11.808Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:11.808Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:11.820Zinfo: profile set to default
362026-07-26T04:23:11.820Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:11.823Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:11.963Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:11.965Zinfo: downloading 6 components
402026-07-26T04:23:28.383Z
412026-07-26T04:23:28.383Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-26T04:23:28.403Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:28.403Z
442026-07-26T04:23:28.403Z
452026-07-26T04:23:28.403ZRust is installed now. Great!
462026-07-26T04:23:28.403Z
472026-07-26T04:23:28.407ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:28.407Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:28.407Z
502026-07-26T04:23:28.407ZTo configure your current shell, you need to source
512026-07-26T04:23:28.408Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:28.408Z
532026-07-26T04:23:28.408ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:28.408Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:28.408Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:28.408Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:28.408Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:28.408Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:28.408Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:28.408Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:28.408Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:28.500Z+ rustup --version
632026-07-26T04:23:28.504Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:28.508Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:28.526Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:28.542Z+ cargo --version
672026-07-26T04:23:28.545Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:28.546Z+ rustc --version
692026-07-26T04:23:28.570Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:28.623Zprocess exited: duration 18573 ms, exit code 0
 
712026-07-26T04:23:28.634Zstarting task 2: "authentication"
722026-07-26T04:23:28.651ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:23:30.904Zprocess exited: duration 2251 ms, exit code 0
 
742026-07-26T04:23:30.931Zstarting task 3: "clone repository"
752026-07-26T04:23:30.937Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:23:30.938Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:23:30.960ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:23:31.889Z+ cd /work/oxidecomputer/opte
792026-07-26T04:23:31.889Z+ git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8
802026-07-26T04:23:32.130ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:23:32.130Z * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD
822026-07-26T04:23:32.140Z+ [[ -n renovate/rand ]]
832026-07-26T04:23:32.140Z++ git branch --show-current
842026-07-26T04:23:32.140Z+ current=master
852026-07-26T04:23:32.140Z+ [[ master != renovate/rand ]]
862026-07-26T04:23:32.140Z+ git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8
872026-07-26T04:23:32.147Z+ git checkout -f renovate/rand
882026-07-26T04:23:32.152ZSwitched to branch 'renovate/rand'
892026-07-26T04:23:32.159Z+ git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8
902026-07-26T04:23:32.159ZHEAD is now at 47f1798 Update Rust crate rand to 0.10.2
912026-07-26T04:23:32.164Zprocess exited: duration 1232 ms, exit code 0
 
922026-07-26T04:23:32.180Zstarting task 4: "build"
932026-07-26T04:23:32.187Z+ source .github/buildomat/common.sh
942026-07-26T04:23:32.187Z++ rustup show active-toolchain
952026-07-26T04:23:32.192Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:23:32.192Z++ pushd xde
972026-07-26T04:23:32.192Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:23:32.192Z++ rustup show active-toolchain
992026-07-26T04:23:32.197Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:23:32.353Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:23:32.361Zinfo: downloading 6 components
1022026-07-26T04:23:48.582Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:23:48.667Z+++ rustup show active-toolchain -v
1042026-07-26T04:23:48.667Z+++ head -n 1
1052026-07-26T04:23:48.667Z+++ cut '-d ' -f1
1062026-07-26T04:23:48.667Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:23:48.667Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:23:48.667Z++ popd
1092026-07-26T04:23:48.667Z/work/oxidecomputer/opte
1102026-07-26T04:23:48.667Z+ TGT_BASE=/work
1112026-07-26T04:23:48.667Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1122026-07-26T04:23:48.667Z+ REL_TGT=/work/release
1132026-07-26T04:23:48.667Z+ mkdir -p /work/release
1142026-07-26T04:23:48.667Z+ cargo --version
1152026-07-26T04:23:48.667Zcargo 1.97.1 (c980f4866 2026-06-30)
1162026-07-26T04:23:48.667Z+ rustc --version
1172026-07-26T04:23:48.667Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1182026-07-26T04:23:48.667Z+ header 'build xde and opteadm (release+debug)'
1192026-07-26T04:23:48.667Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1202026-07-26T04:23:48.668Z# ==== build xde and opteadm (release+debug) ==== #
1212026-07-26T04:23:48.668Z+ ptime -m cargo xtask build --profile all
1222026-07-26T04:23:48.668Z Updating crates.io index
1232026-07-26T04:23:48.668Z Updating git repository `https://github.com/oxidecomputer/falcon`
1242026-07-26T04:23:48.837Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1252026-07-26T04:23:49.128Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1262026-07-26T04:23:49.355Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1272026-07-26T04:23:49.654Z Updating git repository `https://github.com/oxidecomputer/zone`
1282026-07-26T04:23:49.895Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1292026-07-26T04:23:50.163Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1302026-07-26T04:23:51.563Z Downloading crates ...
1312026-07-26T04:23:51.608Z Downloaded cargo-platform v0.3.3
1322026-07-26T04:23:51.621Z Downloaded serde v1.0.228
1332026-07-26T04:23:51.640Z Downloaded thiserror v2.0.18
1342026-07-26T04:23:51.649Z Downloaded anstream v1.0.0
1352026-07-26T04:23:51.649Z Downloaded quote v1.0.46
1362026-07-26T04:23:51.649Z Downloaded serde_derive v1.0.228
1372026-07-26T04:23:51.649Z Downloaded equivalent v1.0.2
1382026-07-26T04:23:51.650Z Downloaded utf8parse v0.2.2
1392026-07-26T04:23:51.650Z Downloaded itoa v1.0.18
1402026-07-26T04:23:51.650Z Downloaded unicode-ident v1.0.24
1412026-07-26T04:23:51.650Z Downloaded heck v0.5.0
1422026-07-26T04:23:51.655Z Downloaded semver v1.0.28
1432026-07-26T04:23:51.655Z Downloaded proc-macro2 v1.0.106
1442026-07-26T04:23:51.655Z Downloaded serde_spanned v1.1.1
1452026-07-26T04:23:51.658Z Downloaded is_terminal_polyfill v1.70.2
1462026-07-26T04:23:51.658Z Downloaded terminal_size v0.4.4
1472026-07-26T04:23:51.658Z Downloaded anstyle-query v1.1.5
1482026-07-26T04:23:51.665Z Downloaded errno v0.3.14
1492026-07-26T04:23:51.670Z Downloaded clap_lex v1.1.0
1502026-07-26T04:23:51.673Z Downloaded toml_parser v1.1.2+spec-1.1.0
1512026-07-26T04:23:51.677Z Downloaded anstyle-parse v1.0.0
1522026-07-26T04:23:51.681Z Downloaded colorchoice v1.0.5
1532026-07-26T04:23:51.687Z Downloaded camino v1.2.4
1542026-07-26T04:23:51.687Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1552026-07-26T04:23:51.694Z Downloaded cargo_metadata v0.23.1
1562026-07-26T04:23:51.697Z Downloaded strsim v0.11.1
1572026-07-26T04:23:51.701Z Downloaded anstyle v1.0.14
1582026-07-26T04:23:51.721Z Downloaded clap v4.6.1
1592026-07-26T04:23:51.725Z Downloaded serde_core v1.0.228
1602026-07-26T04:23:51.728Z Downloaded toml_writer v1.1.1+spec-1.1.0
1612026-07-26T04:23:51.728Z Downloaded zmij v1.0.22
1622026-07-26T04:23:51.731Z Downloaded clap_derive v4.6.1
1632026-07-26T04:23:51.731Z Downloaded thiserror-impl v2.0.18
1642026-07-26T04:23:51.731Z Downloaded bitflags v2.13.0
1652026-07-26T04:23:51.734Z Downloaded anyhow v1.0.103
1662026-07-26T04:23:51.748Z Downloaded toml v1.1.2+spec-1.1.0
1672026-07-26T04:23:51.766Z Downloaded memchr v2.8.3
1682026-07-26T04:23:51.776Z Downloaded hashbrown v0.17.1
1692026-07-26T04:23:51.785Z Downloaded indexmap v2.14.0
1702026-07-26T04:23:51.792Z Downloaded serde_json v1.0.150
1712026-07-26T04:23:51.799Z Downloaded clap_builder v4.6.0
1722026-07-26T04:23:51.808Z Downloaded winnow v1.0.3
1732026-07-26T04:23:51.820Z Downloaded syn v2.0.118
1742026-07-26T04:23:51.839Z Downloaded rustix v1.1.4
1752026-07-26T04:23:51.867Z Downloaded libc v0.2.186
1762026-07-26T04:23:51.919Z Compiling proc-macro2 v1.0.106
1772026-07-26T04:23:51.919Z Compiling serde_core v1.0.228
1782026-07-26T04:23:51.929Z Compiling unicode-ident v1.0.24
1792026-07-26T04:23:51.929Z Compiling quote v1.0.46
1802026-07-26T04:23:51.929Z Compiling libc v0.2.186
1812026-07-26T04:23:51.929Z Compiling rustix v1.1.4
1822026-07-26T04:23:51.929Z Compiling zmij v1.0.22
1832026-07-26T04:23:51.972Z Compiling bitflags v2.13.0
1842026-07-26T04:23:52.121Z Compiling utf8parse v0.2.2
1852026-07-26T04:23:52.220Z Compiling anstyle-parse v1.0.0
1862026-07-26T04:23:52.360Z Compiling camino v1.2.4
1872026-07-26T04:23:52.365Z Compiling serde_json v1.0.150
1882026-07-26T04:23:52.432Z Compiling anstyle v1.0.14
1892026-07-26T04:23:52.440Z Compiling is_terminal_polyfill v1.70.2
1902026-07-26T04:23:52.498Z Compiling serde v1.0.228
1912026-07-26T04:23:52.520Z Compiling thiserror v2.0.18
1922026-07-26T04:23:52.571Z Compiling anstyle-query v1.1.5
1932026-07-26T04:23:52.678Z Compiling errno v0.3.14
1942026-07-26T04:23:52.683Z Compiling colorchoice v1.0.5
1952026-07-26T04:23:52.738Z Compiling winnow v1.0.3
1962026-07-26T04:23:52.837Z Compiling anstream v1.0.0
1972026-07-26T04:23:52.845Z Compiling heck v0.5.0
1982026-07-26T04:23:53.050Z Compiling anyhow v1.0.103
1992026-07-26T04:23:53.115Z Compiling itoa v1.0.18
2002026-07-26T04:23:53.148Z Compiling memchr v2.8.3
2012026-07-26T04:23:53.173Z Compiling clap_lex v1.1.0
2022026-07-26T04:23:53.260Z Compiling syn v2.0.118
2032026-07-26T04:23:53.331Z Compiling terminal_size v0.4.4
2042026-07-26T04:23:53.351Z Compiling strsim v0.11.1
2052026-07-26T04:23:53.474Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-07-26T04:23:53.567Z Compiling clap_builder v4.6.0
2072026-07-26T04:23:53.579Z Compiling toml_writer v1.1.1+spec-1.1.0
2082026-07-26T04:23:54.262Z Compiling semver v1.0.28
2092026-07-26T04:23:54.356Z Compiling toml_datetime v1.1.1+spec-1.1.0
2102026-07-26T04:23:54.379Z Compiling cargo-platform v0.3.3
2112026-07-26T04:23:54.471Z Compiling serde_spanned v1.1.1
2122026-07-26T04:23:54.881Z Compiling toml v1.1.2+spec-1.1.0
2132026-07-26T04:23:55.919Z Compiling thiserror-impl v2.0.18
2142026-07-26T04:23:55.919Z Compiling serde_derive v1.0.228
2152026-07-26T04:23:55.919Z Compiling clap_derive v4.6.1
2162026-07-26T04:23:56.968Z Compiling clap v4.6.1
2172026-07-26T04:23:58.622Z Compiling cargo_metadata v0.23.1
2182026-07-26T04:24:01.079Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2192026-07-26T04:24:02.799Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.88s
2202026-07-26T04:24:02.844Z Running `target/debug/xtask build --profile all`
2212026-07-26T04:24:04.241ZBuilding opteadm (release).
2222026-07-26T04:24:04.333Z Compiling proc-macro2 v1.0.106
2232026-07-26T04:24:04.333Z Compiling unicode-ident v1.0.24
2242026-07-26T04:24:04.333Z Compiling quote v1.0.46
2252026-07-26T04:24:04.338Z Compiling serde_core v1.0.228
2262026-07-26T04:24:04.338Z Compiling libc v0.2.186
2272026-07-26T04:24:04.338Z Compiling cfg-if v1.0.4
2282026-07-26T04:24:04.338Z Compiling ident_case v1.0.1
2292026-07-26T04:24:04.338Z Compiling thiserror v2.0.18
2302026-07-26T04:24:04.405Z Compiling memchr v2.8.3
2312026-07-26T04:24:04.448Z Compiling strsim v0.11.1
2322026-07-26T04:24:04.455Z Compiling regex-syntax v0.8.11
2332026-07-26T04:24:04.644Z Compiling winnow v1.0.3
2342026-07-26T04:24:04.704Z Compiling either v1.16.0
2352026-07-26T04:24:04.906Z Compiling aho-corasick v1.1.4
2362026-07-26T04:24:04.925Z Compiling zerocopy v0.8.54
2372026-07-26T04:24:04.980Z Compiling serde v1.0.228
2382026-07-26T04:24:05.115Z Compiling anyhow v1.0.103
2392026-07-26T04:24:05.273Z Compiling hashbrown v0.17.1
2402026-07-26T04:24:05.291Z Compiling equivalent v1.0.2
2412026-07-26T04:24:05.507Z Compiling itertools v0.15.0
2422026-07-26T04:24:05.524Z Compiling byteorder v1.5.0
2432026-07-26T04:24:05.608Z Compiling syn v2.0.118
2442026-07-26T04:24:05.685Z Compiling toml_parser v1.1.2+spec-1.1.0
2452026-07-26T04:24:05.761Z Compiling indexmap v2.14.0
2462026-07-26T04:24:05.824Z Compiling toml_datetime v1.1.1+spec-1.1.0
2472026-07-26T04:24:06.037Z Compiling regex-automata v0.4.15
2482026-07-26T04:24:06.228Z Compiling heapless v0.8.0
2492026-07-26T04:24:06.299Z Compiling hash32 v0.3.1
2502026-07-26T04:24:06.415Z Compiling toml_edit v0.25.12+spec-1.1.0
2512026-07-26T04:24:06.502Z Compiling macaddr v1.0.1
2522026-07-26T04:24:06.611Z Compiling bitflags v2.13.0
2532026-07-26T04:24:06.781Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2542026-07-26T04:24:06.795Z Compiling syn v1.0.109
2552026-07-26T04:24:06.795Z Compiling rustversion v1.0.23
2562026-07-26T04:24:06.803Z Compiling stable_deref_trait v1.2.1
2572026-07-26T04:24:06.848Z Compiling smoltcp v0.11.0
2582026-07-26T04:24:06.869Z Compiling managed v0.8.0
2592026-07-26T04:24:06.989Z Compiling proc-macro-crate v3.5.0
2602026-07-26T04:24:07.085Z Compiling getrandom v0.4.3
2612026-07-26T04:24:07.101Z Compiling bitflags v1.3.2
2622026-07-26T04:24:07.151Z Compiling rustix v1.1.4
2632026-07-26T04:24:07.160Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2642026-07-26T04:24:07.264Z Compiling version_check v0.9.5
2652026-07-26T04:24:07.309Z Compiling rand_core v0.10.1
2662026-07-26T04:24:07.324Z Compiling ref-cast v1.0.25
2672026-07-26T04:24:07.493Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-07-26T04:24:07.637Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-07-26T04:24:07.647Z Compiling errno v0.3.14
2702026-07-26T04:24:07.761Z Compiling regex v1.13.0
2712026-07-26T04:24:07.863Z Compiling ipnetwork v0.21.1
2722026-07-26T04:24:07.915Z Compiling once_cell v1.21.4
2732026-07-26T04:24:09.067Z Compiling foreign-types-shared v0.3.1
2742026-07-26T04:24:09.125Z Compiling darling_core v0.23.0
2752026-07-26T04:24:09.126Z Compiling unicode-width v0.2.2
2762026-07-26T04:24:09.126Z Compiling cpufeatures v0.3.0
2772026-07-26T04:24:09.126Z Compiling utf8parse v0.2.2
2782026-07-26T04:24:09.126Z Compiling anstyle-parse v1.0.0
2792026-07-26T04:24:09.126Z Compiling cstr-argument v0.1.2
2802026-07-26T04:24:09.126Z Compiling tabwriter v1.4.1
2812026-07-26T04:24:09.126Z Compiling chacha20 v0.10.1
2822026-07-26T04:24:09.126Z Compiling tracing-core v0.1.36
2832026-07-26T04:24:09.178Z Compiling anstyle-query v1.1.5
2842026-07-26T04:24:09.184Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2852026-07-26T04:24:09.267Z Compiling colorchoice v1.0.5
2862026-07-26T04:24:09.332Z Compiling thiserror-impl v2.0.18
2872026-07-26T04:24:09.380Z Compiling zerocopy-derive v0.8.54
2882026-07-26T04:24:09.385Z Compiling serde_derive v1.0.228
2892026-07-26T04:24:09.386Z Compiling ref-cast-impl v1.0.25
2902026-07-26T04:24:09.621Z Compiling foreign-types-macros v0.2.3
2912026-07-26T04:24:09.995Z Compiling num_enum_derive v0.7.6
2922026-07-26T04:24:10.169Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2932026-07-26T04:24:10.243Z Compiling darling_macro v0.23.0
2942026-07-26T04:24:10.261Z Compiling foreign-types v0.5.0
2952026-07-26T04:24:10.339Z Compiling tracing-attributes v0.1.31
2962026-07-26T04:24:10.616Z Compiling cobs v0.3.0
2972026-07-26T04:24:10.647Z Compiling anstyle v1.0.14
2982026-07-26T04:24:10.769Z Compiling darling v0.23.0
2992026-07-26T04:24:10.776Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3002026-07-26T04:24:10.831Z Compiling is_terminal_polyfill v1.70.2
3012026-07-26T04:24:10.835Z Compiling ingot-macros v0.2.0
3022026-07-26T04:24:10.881Z Compiling pretty-hex v0.4.2
3032026-07-26T04:24:10.914Z Compiling dyn-clone v1.0.20
3042026-07-26T04:24:10.977Z Compiling num_enum v0.7.6
3052026-07-26T04:24:11.010Z Compiling pin-project-lite v0.2.17
3062026-07-26T04:24:11.031Z Compiling anstream v1.0.0
3072026-07-26T04:24:11.115Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3082026-07-26T04:24:11.120Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-07-26T04:24:11.236Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-07-26T04:24:11.268Z Compiling terminal_size v0.4.4
3112026-07-26T04:24:11.414Z Compiling rand v0.10.2
3122026-07-26T04:24:11.434Z Compiling uuid v1.23.5
3132026-07-26T04:24:11.494Z Compiling tracing v0.1.44
3142026-07-26T04:24:11.630Z Compiling socket2 v0.6.4
3152026-07-26T04:24:11.796Z Compiling colored v3.1.1
3162026-07-26T04:24:12.160Z Compiling oxnet v0.1.6
3172026-07-26T04:24:12.190Z Compiling heck v0.5.0
3182026-07-26T04:24:12.325Z Compiling clap_lex v1.1.0
3192026-07-26T04:24:12.374Z Compiling clap_derive v4.6.1
3202026-07-26T04:24:12.443Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3212026-07-26T04:24:12.481Z Compiling clap_builder v4.6.0
3222026-07-26T04:24:12.624Z Compiling postcard v1.1.3
3232026-07-26T04:24:13.700Z Compiling ingot-types v0.2.0
3242026-07-26T04:24:14.067Z Compiling ingot v0.2.0
3252026-07-26T04:24:14.252Z Compiling clap v4.6.1
3262026-07-26T04:24:15.951Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-07-26T04:24:17.442Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-07-26T04:24:17.842Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-07-26T04:24:24.422Z Finished `release` profile [optimized + debuginfo] target(s) in 20.17s
3302026-07-26T04:24:24.446ZBuilding xde (release-lto).
3312026-07-26T04:24:24.684Z Updating crates.io index
3322026-07-26T04:24:24.805Z Downloading crates ...
3332026-07-26T04:24:24.899Z Downloaded foldhash v0.2.0
3342026-07-26T04:24:24.905Z Downloaded adler2 v2.0.1
3352026-07-26T04:24:24.905Z Downloaded rustc-literal-escaper v0.0.8
3362026-07-26T04:24:24.905Z Downloaded rustc-demangle v0.1.28
3372026-07-26T04:24:24.905Z Downloaded getopts v0.2.24
3382026-07-26T04:24:24.905Z Downloaded addr2line v0.27.0
3392026-07-26T04:24:24.905Z Downloaded miniz_oxide v0.9.1
3402026-07-26T04:24:24.905Z Downloaded memchr v2.7.6
3412026-07-26T04:24:24.913Z Downloaded object v0.39.1
3422026-07-26T04:24:24.928Z Downloaded gimli v0.34.0
3432026-07-26T04:24:24.962Z Downloaded libc v0.2.185
3442026-07-26T04:24:25.016Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-07-26T04:24:25.016Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-07-26T04:24:25.016Z Compiling proc-macro2 v1.0.106
3472026-07-26T04:24:25.016Z Compiling unicode-ident v1.0.24
3482026-07-26T04:24:25.016Z Compiling quote v1.0.46
3492026-07-26T04:24:25.016Z Compiling serde_core v1.0.228
3502026-07-26T04:24:25.020Z Compiling strsim v0.11.1
3512026-07-26T04:24:25.020Z Compiling ident_case v1.0.1
3522026-07-26T04:24:25.179Z Compiling memchr v2.8.3
3532026-07-26T04:24:25.183Z Compiling regex-syntax v0.8.11
3542026-07-26T04:24:25.436Z Compiling either v1.16.0
3552026-07-26T04:24:25.441Z Compiling serde v1.0.228
3562026-07-26T04:24:25.451Z Compiling zerocopy v0.8.54
3572026-07-26T04:24:25.564Z Compiling thiserror v2.0.18
3582026-07-26T04:24:25.628Z Compiling aho-corasick v1.1.4
3592026-07-26T04:24:25.813Z Compiling itertools v0.15.0
3602026-07-26T04:24:25.840Z Compiling heapless v0.8.0
3612026-07-26T04:24:26.132Z Compiling syn v2.0.118
3622026-07-26T04:24:26.228Z Compiling smoltcp v0.11.0
3632026-07-26T04:24:26.232Z Compiling ref-cast v1.0.25
3642026-07-26T04:24:26.326Z Compiling version_check v0.9.5
3652026-07-26T04:24:26.603Z Compiling regex-automata v0.4.15
3662026-07-26T04:24:26.660Z Compiling crc32fast v1.5.0
3672026-07-26T04:24:26.675Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3682026-07-26T04:24:28.121Z Compiling regex v1.13.0
3692026-07-26T04:24:28.403Z Compiling darling_core v0.23.0
3702026-07-26T04:24:29.184Z Compiling thiserror-impl v2.0.18
3712026-07-26T04:24:29.184Z Compiling serde_derive v1.0.228
3722026-07-26T04:24:29.223Z Compiling zerocopy-derive v0.8.54
3732026-07-26T04:24:29.223Z Compiling ref-cast-impl v1.0.25
3742026-07-26T04:24:29.223Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3752026-07-26T04:24:30.535Z Compiling darling_macro v0.23.0
3762026-07-26T04:24:31.415Z Compiling darling v0.23.0
3772026-07-26T04:24:31.476Z Compiling ingot-macros v0.2.0
3782026-07-26T04:24:31.476Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3792026-07-26T04:24:37.377Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3802026-07-26T04:24:39.645Z Compiling byteorder v1.5.0
3812026-07-26T04:24:39.675Z Compiling macaddr v1.0.1
3822026-07-26T04:24:39.675Z Compiling stable_deref_trait v1.2.1
3832026-07-26T04:24:39.675Z Compiling cfg-if v1.0.4
3842026-07-26T04:24:39.688Z Compiling managed v0.8.0
3852026-07-26T04:24:39.692Z Compiling cobs v0.3.0
3862026-07-26T04:24:39.719Z Compiling bitflags v1.3.2
3872026-07-26T04:24:39.782Z Compiling hash32 v0.3.1
3882026-07-26T04:24:40.057Z Compiling dyn-clone v1.0.20
3892026-07-26T04:24:40.080Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3902026-07-26T04:24:41.216Z Compiling bitflags v2.13.0
3912026-07-26T04:24:41.216Z Compiling uuid v1.23.5
3922026-07-26T04:24:41.356Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3932026-07-26T04:24:41.639Z Compiling postcard v1.1.3
3942026-07-26T04:24:42.511Z Compiling ingot-types v0.2.0
3952026-07-26T04:24:42.825Z Compiling ingot v0.2.0
3962026-07-26T04:24:44.307Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3972026-07-26T04:24:48.124Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3982026-07-26T04:24:56.989Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
3992026-07-26T04:25:27.792Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
4002026-07-26T04:25:27.821ZLinking xde kmod...
4012026-07-26T04:25:28.411ZBuilding xde dev link helper (release).
4022026-07-26T04:25:28.561Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4032026-07-26T04:25:28.561Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4042026-07-26T04:25:28.561Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4052026-07-26T04:25:39.932Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4062026-07-26T04:25:42.597Z Finished `release` profile [optimized + debuginfo] target(s) in 14.15s
4072026-07-26T04:25:42.615ZBuilding opteadm (dev).
4082026-07-26T04:25:42.766Z Compiling serde_core v1.0.228
4092026-07-26T04:25:42.766Z Compiling libc v0.2.186
4102026-07-26T04:25:42.766Z Compiling cfg-if v1.0.4
4112026-07-26T04:25:42.766Z Compiling memchr v2.8.3
4122026-07-26T04:25:42.766Z Compiling strsim v0.11.1
4132026-07-26T04:25:42.769Z Compiling ident_case v1.0.1
4142026-07-26T04:25:42.769Z Compiling syn v2.0.118
4152026-07-26T04:25:42.789Z Compiling regex-syntax v0.8.11
4162026-07-26T04:25:42.840Z Compiling zerocopy v0.8.54
4172026-07-26T04:25:42.883Z Compiling either v1.16.0
4182026-07-26T04:25:43.058Z Compiling equivalent v1.0.2
4192026-07-26T04:25:43.070Z Compiling serde v1.0.228
4202026-07-26T04:25:43.127Z Compiling winnow v1.0.3
4212026-07-26T04:25:43.197Z Compiling aho-corasick v1.1.4
4222026-07-26T04:25:43.343Z Compiling hashbrown v0.17.1
4232026-07-26T04:25:43.426Z Compiling itertools v0.15.0
4242026-07-26T04:25:43.502Z Compiling byteorder v1.5.0
4252026-07-26T04:25:43.672Z Compiling toml_datetime v1.1.1+spec-1.1.0
4262026-07-26T04:25:43.857Z Compiling indexmap v2.14.0
4272026-07-26T04:25:43.878Z Compiling heapless v0.8.0
4282026-07-26T04:25:44.116Z Compiling toml_parser v1.1.2+spec-1.1.0
4292026-07-26T04:25:44.313Z Compiling regex-automata v0.4.15
4302026-07-26T04:25:44.457Z Compiling toml_edit v0.25.12+spec-1.1.0
4312026-07-26T04:25:44.555Z Compiling hash32 v0.3.1
4322026-07-26T04:25:44.648Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4332026-07-26T04:25:44.666Z Compiling stable_deref_trait v1.2.1
4342026-07-26T04:25:44.704Z Compiling syn v1.0.109
4352026-07-26T04:25:44.730Z Compiling bitflags v2.13.0
4362026-07-26T04:25:44.785Z Compiling rustversion v1.0.23
4372026-07-26T04:25:44.889Z Compiling macaddr v1.0.1
4382026-07-26T04:25:44.977Z Compiling smoltcp v0.11.0
4392026-07-26T04:25:45.054Z Compiling proc-macro-crate v3.5.0
4402026-07-26T04:25:45.161Z Compiling managed v0.8.0
4412026-07-26T04:25:45.186Z Compiling rand_core v0.10.1
4422026-07-26T04:25:45.298Z Compiling darling_core v0.23.0
4432026-07-26T04:25:45.352Z Compiling bitflags v1.3.2
4442026-07-26T04:25:45.364Z Compiling ref-cast v1.0.25
4452026-07-26T04:25:45.378Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4462026-07-26T04:25:45.411Z Compiling version_check v0.9.5
4472026-07-26T04:25:45.467Z Compiling getrandom v0.4.3
4482026-07-26T04:25:45.661Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4492026-07-26T04:25:45.722Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4502026-07-26T04:25:45.879Z Compiling errno v0.3.14
4512026-07-26T04:25:46.044Z Compiling regex v1.13.0
4522026-07-26T04:25:46.117Z Compiling unicode-width v0.2.2
4532026-07-26T04:25:46.349Z Compiling once_cell v1.21.4
4542026-07-26T04:25:46.415Z Compiling foreign-types-shared v0.3.1
4552026-07-26T04:25:46.429Z Compiling ipnetwork v0.21.1
4562026-07-26T04:25:46.492Z Compiling thiserror-impl v2.0.18
4572026-07-26T04:25:46.582Z Compiling zerocopy-derive v0.8.54
4582026-07-26T04:25:46.895Z Compiling serde_derive v1.0.228
4592026-07-26T04:25:46.926Z Compiling foreign-types-macros v0.2.3
4602026-07-26T04:25:47.370Z Compiling darling_macro v0.23.0
4612026-07-26T04:25:47.549Z Compiling ref-cast-impl v1.0.25
4622026-07-26T04:25:47.651Z Compiling num_enum_derive v0.7.6
4632026-07-26T04:25:47.657Z Compiling thiserror v2.0.18
4642026-07-26T04:25:47.752Z Compiling cobs v0.3.0
4652026-07-26T04:25:47.924Z Compiling darling v0.23.0
4662026-07-26T04:25:47.994Z Compiling ingot-macros v0.2.0
4672026-07-26T04:25:48.025Z Compiling cpufeatures v0.3.0
4682026-07-26T04:25:48.090Z Compiling chacha20 v0.10.1
4692026-07-26T04:25:48.230Z Compiling foreign-types v0.5.0
4702026-07-26T04:25:48.297Z Compiling cstr-argument v0.1.2
4712026-07-26T04:25:48.431Z Compiling tracing-core v0.1.36
4722026-07-26T04:25:48.461Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4732026-07-26T04:25:48.664Z Compiling num_enum v0.7.6
4742026-07-26T04:25:48.774Z Compiling tracing-attributes v0.1.31
4752026-07-26T04:25:48.972Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4762026-07-26T04:25:49.025Z Compiling tabwriter v1.4.1
4772026-07-26T04:25:49.490Z Compiling rustix v1.1.4
4782026-07-26T04:25:49.838Z Compiling anyhow v1.0.103
4792026-07-26T04:25:49.842Z Compiling pin-project-lite v0.2.17
4802026-07-26T04:25:49.876Z Compiling dyn-clone v1.0.20
4812026-07-26T04:25:49.924Z Compiling pretty-hex v0.4.2
4822026-07-26T04:25:50.008Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4832026-07-26T04:25:50.027Z Compiling postcard v1.1.3
4842026-07-26T04:25:50.049Z Compiling tracing v0.1.44
4852026-07-26T04:25:50.215Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4862026-07-26T04:25:50.266Z Compiling terminal_size v0.4.4
4872026-07-26T04:25:50.323Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4882026-07-26T04:25:50.376Z Compiling rand v0.10.2
4892026-07-26T04:25:50.411Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4902026-07-26T04:25:50.414Z Compiling uuid v1.23.5
4912026-07-26T04:25:50.424Z Compiling socket2 v0.6.4
4922026-07-26T04:25:50.526Z Compiling colored v3.1.1
4932026-07-26T04:25:50.715Z Compiling oxnet v0.1.6
4942026-07-26T04:25:50.789Z Compiling clap_derive v4.6.1
4952026-07-26T04:25:51.026Z Compiling ingot-types v0.2.0
4962026-07-26T04:25:51.043Z Compiling clap_builder v4.6.0
4972026-07-26T04:25:51.206Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4982026-07-26T04:25:51.357Z Compiling ingot v0.2.0
4992026-07-26T04:25:52.633Z Compiling clap v4.6.1
5002026-07-26T04:25:53.136Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5012026-07-26T04:25:55.462Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5022026-07-26T04:25:56.637Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5032026-07-26T04:26:00.989Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.37s
5042026-07-26T04:26:01.016ZBuilding xde (dev).
5052026-07-26T04:26:01.231Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5062026-07-26T04:26:01.231Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5072026-07-26T04:26:01.231Z Compiling proc-macro2 v1.0.106
5082026-07-26T04:26:01.231Z Compiling unicode-ident v1.0.24
5092026-07-26T04:26:01.235Z Compiling quote v1.0.46
5102026-07-26T04:26:01.235Z Compiling serde_core v1.0.228
5112026-07-26T04:26:01.235Z Compiling strsim v0.11.1
5122026-07-26T04:26:01.235Z Compiling ident_case v1.0.1
5132026-07-26T04:26:01.344Z Compiling memchr v2.8.3
5142026-07-26T04:26:01.348Z Compiling regex-syntax v0.8.11
5152026-07-26T04:26:01.613Z Compiling thiserror v2.0.18
5162026-07-26T04:26:01.617Z Compiling either v1.16.0
5172026-07-26T04:26:01.634Z Compiling serde v1.0.228
5182026-07-26T04:26:01.736Z Compiling aho-corasick v1.1.4
5192026-07-26T04:26:01.797Z Compiling zerocopy v0.8.54
5202026-07-26T04:26:02.002Z Compiling itertools v0.15.0
5212026-07-26T04:26:02.170Z Compiling heapless v0.8.0
5222026-07-26T04:26:02.296Z Compiling syn v2.0.118
5232026-07-26T04:26:02.365Z Compiling smoltcp v0.11.0
5242026-07-26T04:26:02.421Z Compiling crc32fast v1.5.0
5252026-07-26T04:26:02.641Z Compiling version_check v0.9.5
5262026-07-26T04:26:02.762Z Compiling regex-automata v0.4.15
5272026-07-26T04:26:02.804Z Compiling ref-cast v1.0.25
5282026-07-26T04:26:02.994Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5292026-07-26T04:26:04.308Z Compiling regex v1.13.0
5302026-07-26T04:26:04.585Z Compiling darling_core v0.23.0
5312026-07-26T04:26:05.393Z Compiling zerocopy-derive v0.8.54
5322026-07-26T04:26:05.393Z Compiling thiserror-impl v2.0.18
5332026-07-26T04:26:05.393Z Compiling serde_derive v1.0.228
5342026-07-26T04:26:05.397Z Compiling ref-cast-impl v1.0.25
5352026-07-26T04:26:05.397Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5362026-07-26T04:26:06.758Z Compiling darling_macro v0.23.0
5372026-07-26T04:26:07.634Z Compiling darling v0.23.0
5382026-07-26T04:26:07.694Z Compiling ingot-macros v0.2.0
5392026-07-26T04:26:07.694Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5402026-07-26T04:26:12.971Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5412026-07-26T04:26:14.836Z Compiling byteorder v1.5.0
5422026-07-26T04:26:14.836Z Compiling macaddr v1.0.1
5432026-07-26T04:26:14.839Z Compiling stable_deref_trait v1.2.1
5442026-07-26T04:26:14.839Z Compiling cfg-if v1.0.4
5452026-07-26T04:26:14.898Z Compiling bitflags v1.3.2
5462026-07-26T04:26:14.903Z Compiling cobs v0.3.0
5472026-07-26T04:26:14.937Z Compiling managed v0.8.0
5482026-07-26T04:26:15.019Z Compiling hash32 v0.3.1
5492026-07-26T04:26:15.170Z Compiling dyn-clone v1.0.20
5502026-07-26T04:26:15.261Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5512026-07-26T04:26:16.355Z Compiling bitflags v2.13.0
5522026-07-26T04:26:16.355Z Compiling uuid v1.23.5
5532026-07-26T04:26:16.490Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5542026-07-26T04:26:16.757Z Compiling postcard v1.1.3
5552026-07-26T04:26:17.532Z Compiling ingot-types v0.2.0
5562026-07-26T04:26:17.807Z Compiling ingot v0.2.0
5572026-07-26T04:26:19.185Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5582026-07-26T04:26:22.711Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5592026-07-26T04:26:32.577Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5602026-07-26T04:26:40.655Z Finished `dev` profile [optimized + debuginfo] target(s) in 39.61s
5612026-07-26T04:26:40.677ZLinking xde kmod...
5622026-07-26T04:26:41.691ZBuilding xde dev link helper (dev).
5632026-07-26T04:26:41.838Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5642026-07-26T04:26:41.838Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5652026-07-26T04:26:41.838Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5662026-07-26T04:26:52.574Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5672026-07-26T04:26:54.933Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.21s
5682026-07-26T04:26:54.954Z
5692026-07-26T04:26:54.957Zreal 3:07.187379695
5702026-07-26T04:26:54.957Zuser 8:47.737040407
5712026-07-26T04:26:54.957Zsys 56.202782017
5722026-07-26T04:26:54.957Ztrap 0.214715317
5732026-07-26T04:26:54.957Ztflt 0.937046181
5742026-07-26T04:26:54.957Zdflt 1.566351808
5752026-07-26T04:26:54.957Zkflt 0.008072420
5762026-07-26T04:26:54.957Zlock 30:26.271678412
5772026-07-26T04:26:54.957Zslp 20:23.146194913
5782026-07-26T04:26:54.957Zlat 19.001281851
5792026-07-26T04:26:54.957Zstop 32.260597501
5802026-07-26T04:26:54.957Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5812026-07-26T04:26:54.957Z+ grep GOTPCREL
5822026-07-26T04:26:55.923Z+ header 'package opte'
5832026-07-26T04:26:55.923Z+ echo '# ==== package opte ==== #'
5842026-07-26T04:26:55.927Z+ cargo xtask package --skip-build --profile all
5852026-07-26T04:26:55.927Z# ==== package opte ==== #
5862026-07-26T04:26:56.057Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5872026-07-26T04:26:56.060Z Running `target/debug/xtask package --skip-build --profile all`
5882026-07-26T04:26:56.253Z+ ./clean.sh
5892026-07-26T04:26:56.260Z+ mkdir -p proto/kernel/drv/amd64
5902026-07-26T04:26:56.263Z+ mkdir -p proto/opt/oxide/opte/bin
5912026-07-26T04:26:56.263Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
5922026-07-26T04:26:56.266Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
5932026-07-26T04:26:56.280Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
5942026-07-26T04:26:56.314Z+ cp ../xde/xde.conf proto/kernel/drv/
5952026-07-26T04:26:56.317Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
5962026-07-26T04:26:56.317Z+ '[' -z ']'
5972026-07-26T04:26:56.317Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
5982026-07-26T04:26:56.340Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
5992026-07-26T04:26:56.408Z+ INC_DEBUG=
6002026-07-26T04:26:56.408Z+ typeset -ri TAG=0
6012026-07-26T04:26:56.412Z++ ./print-api-version.sh
6022026-07-26T04:26:56.415Z+ API_VSN=41
6032026-07-26T04:26:56.415Z+ PKG_VERSION=0.41.506-3.0
6042026-07-26T04:26:56.415Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.506-3.0/g opte.template.p5m
6052026-07-26T04:26:56.418Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6062026-07-26T04:26:56.926Z+ pkgdepend generate -d proto opte.base.p5m
6072026-07-26T04:26:57.255Z+ mkdir -p packages
6082026-07-26T04:26:57.258Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6092026-07-26T04:27:04.247Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6102026-07-26T04:27:04.250Z+ pkgrepo create packages/repo
6112026-07-26T04:27:04.456Z+ pkgrepo add-publisher -s packages/repo helios
6122026-07-26T04:27:04.660Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6132026-07-26T04:27:32.523Zpkg://helios/driver/network/opte@0.41.506,5.11-3.0:20260726T042703Z
6142026-07-26T04:27:32.523ZPUBLISHED
6152026-07-26T04:27:32.557Z+ pkgrecv -a -d packages/repo/opte-0.41.506-3.0.p5p -s packages/repo -v -m latest '*'
6162026-07-26T04:27:32.734ZRetrieving packages for publisher helios ...
6172026-07-26T04:27:32.737ZRetrieving catalog 'helios' ... Done
6182026-07-26T04:27:32.740ZRetrieving and evaluating 1 package(s)...
6192026-07-26T04:27:32.740ZFetching manifests: 1/1 100% complete
6202026-07-26T04:27:32.740ZFetching manifests: 1/1 100% complete
6212026-07-26T04:27:32.740Z
6222026-07-26T04:27:32.740ZArchiving packages ...
6232026-07-26T04:27:32.740Z Packages to add: 1
6242026-07-26T04:27:32.740Z Files to retrieve: 6
6252026-07-26T04:27:32.740ZEstimated transfer size: 36.10 MB
6262026-07-26T04:27:32.741Z
6272026-07-26T04:27:32.741ZPackages to archive:
6282026-07-26T04:27:32.741Zdriver/network/opte@0.41.506,5.11-3.0:20260726T042703Z
6292026-07-26T04:27:32.741Z
6302026-07-26T04:27:32.741ZDownload: 0/6 items 0.0/36.1MB 0% complete
6312026-07-26T04:27:32.803ZDownload: Completed 36.10 MB in 0.07 seconds (551M/s)
6322026-07-26T04:27:32.806ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6332026-07-26T04:27:32.818ZArchiving: Completed 36.13 MB in 0.01 seconds
6342026-07-26T04:27:32.856ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.506-3.0.p5p.
6352026-07-26T04:27:32.861Z+ banner copy
6362026-07-26T04:27:32.861Z
6372026-07-26T04:27:32.861Z #### #### ##### # #
6382026-07-26T04:27:32.861Z # # # # # # # #
6392026-07-26T04:27:32.861Z # # # # # #
6402026-07-26T04:27:32.861Z # # # ##### #
6412026-07-26T04:27:32.861Z # # # # # #
6422026-07-26T04:27:32.861Z #### #### # #
6432026-07-26T04:27:32.861Z
6442026-07-26T04:27:32.861Z+ pfexec mkdir -p /out
6452026-07-26T04:27:32.864Z+ pfexec chown 12345 /out
6462026-07-26T04:27:32.864Z+ PKG_NAME=/out/opte.p5p
6472026-07-26T04:27:32.864Z+ mv pkg/packages/repo/opte-0.41.506-3.0.p5p /out/opte.p5p
6482026-07-26T04:27:32.891Z+ sha256sum /out/opte.p5p
6492026-07-26T04:27:32.915Zprocess exited: duration 240735 ms, exit code 0
 
6502026-07-26T04:27:32.926Zfound 2 output files
6512026-07-26T04:27:32.926Zuploading: /out/opte.p5p (37898240 bytes)
6522026-07-26T04:27:34.216Zuploaded: /out/opte.p5p
6532026-07-26T04:27:34.216Zuploading: /out/opte.p5p.sha256 (80 bytes)
6542026-07-26T04:27:35.226Zuploaded: /out/opte.p5p.sha256