01KKBR1PVF6F4RGCGCTGW3N2TE: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.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: 01KKBR22QDZP9K4MCT2CJQTH08

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-10T11:29:03.746Zjob assigned to worker 01KKBR2A3WHS64YBX83R0V0PC1 [factory aws, i-0918ce4f9c9ab7b29] (queued for 59 s)
 
22026-03-10T11:29:11.909Zstarting task 0: "setup"
32026-03-10T11:29:11.914Z++ uname -s
42026-03-10T11:29:11.917Z+ kern=SunOS
52026-03-10T11:29:11.917Z+ build_user=build
62026-03-10T11:29:11.917Z+ build_uid=12345
72026-03-10T11:29:11.917Z+ work_dir=/work
82026-03-10T11:29:11.917Z+ input_dir=/input
92026-03-10T11:29:11.917Z+ [[ 0 == 12345 ]]
102026-03-10T11:29:11.917Z+ case "$kern" in
112026-03-10T11:29:11.917Z+ groupadd -g 12345 build
122026-03-10T11:29:11.920Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-10T11:29:13.924Z+ zfs create -o mountpoint=/work rpool/work
142026-03-10T11:29:14.027Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-10T11:29:14.030Z+ home_fs=zfs
162026-03-10T11:29:14.030Z+ [[ zfs == autofs ]]
172026-03-10T11:29:14.030Z+ mkdir -p /home/build
182026-03-10T11:29:14.033Z+ chown build:build /home/build /work
192026-03-10T11:29:16.032Z+ chmod 0700 /home/build /work
202026-03-10T11:29:16.035Zprocess exited: duration 4128 ms, exit code 0
 
212026-03-10T11:29:16.041Zstarting task 1: "rust-toolchain"
222026-03-10T11:29:16.045Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-10T11:29:16.046Z * rust toolchain channel = "1.94.0"
242026-03-10T11:29:16.046Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-10T11:29:16.046Z * rust toolchain profile = "default"
262026-03-10T11:29:16.046Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-10T11:29:16.046Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-10T11:29:16.048Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-10T11:29:16.048Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-10T11:29:16.185Zinfo: downloading installer
312026-03-10T11:29:18.161Zwarn: It looks like you have an existing installation of Rust at:
322026-03-10T11:29:18.161Zwarn: /opt/ooce/bin
332026-03-10T11:29:18.161Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-10T11:29:18.161Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-10T11:29:18.161Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-10T11:29:18.161Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-10T11:29:18.161Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-10T11:29:18.161Zerror: cannot install while Rust is installed
392026-03-10T11:29:18.161Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-10T11:29:18.185Zinfo: profile set to 'default'
412026-03-10T11:29:18.185Zinfo: default host triple is x86_64-unknown-illumos
422026-03-10T11:29:18.188Zinfo: syncing channel updates for '1.94.0-x86_64-unknown-illumos'
432026-03-10T11:29:18.366Zinfo: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02)
442026-03-10T11:29:18.366Zinfo: downloading component 'cargo'
452026-03-10T11:29:19.571Zinfo: downloading component 'clippy'
462026-03-10T11:29:20.002Zinfo: downloading component 'rust-docs'
472026-03-10T11:29:22.109Zinfo: downloading component 'rust-std'
482026-03-10T11:29:24.522Zinfo: downloading component 'rustc'
492026-03-10T11:29:33.707Zinfo: downloading component 'rustfmt'
502026-03-10T11:29:34.026Zinfo: installing component 'cargo'
512026-03-10T11:29:34.865Zinfo: installing component 'clippy'
522026-03-10T11:29:35.224Zinfo: installing component 'rust-docs'
532026-03-10T11:29:36.727Zinfo: installing component 'rust-std'
542026-03-10T11:29:38.202Zinfo: installing component 'rustc'
552026-03-10T11:29:44.015Zinfo: installing component 'rustfmt'
562026-03-10T11:29:44.307Zinfo: default toolchain set to '1.94.0-x86_64-unknown-illumos'
572026-03-10T11:29:44.307Z
582026-03-10T11:29:44.719Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
592026-03-10T11:29:44.720Z
602026-03-10T11:29:44.723Z
612026-03-10T11:29:44.723ZRust is installed now. Great!
622026-03-10T11:29:44.723Z
632026-03-10T11:29:44.723ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-10T11:29:44.723Zenvironment variable. This has not been done automatically.
652026-03-10T11:29:44.723Z
662026-03-10T11:29:44.723ZTo configure your current shell, you need to source
672026-03-10T11:29:44.723Zthe corresponding env file under $HOME/.cargo.
682026-03-10T11:29:44.723Z
692026-03-10T11:29:44.723ZThis is usually done by running one of the following (note the leading DOT):
702026-03-10T11:29:44.723Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-10T11:29:44.723Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-10T11:29:44.723Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-10T11:29:44.816Z+ rustup --version
742026-03-10T11:29:44.827Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-10T11:29:44.830Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-10T11:29:44.896Zinfo: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
772026-03-10T11:29:44.899Z+ cargo --version
782026-03-10T11:29:44.952Zcargo 1.94.0 (85eff7c80 2026-01-15)
792026-03-10T11:29:44.954Z+ rustc --version
802026-03-10T11:29:45.014Zrustc 1.94.0 (4a4ef493e 2026-03-02)
812026-03-10T11:29:45.017Zprocess exited: duration 28990 ms, exit code 0
 
822026-03-10T11:29:45.023Zstarting task 2: "authentication"
832026-03-10T11:29:45.043Zprocess exited: duration 19 ms, exit code 0
 
842026-03-10T11:29:45.048Zstarting task 3: "clone repository"
852026-03-10T11:29:45.052Z+ mkdir -p /work/oxidecomputer/opte
862026-03-10T11:29:45.055Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-03-10T11:29:45.089ZCloning into '/work/oxidecomputer/opte'...
882026-03-10T11:29:46.074Z+ cd /work/oxidecomputer/opte
892026-03-10T11:29:46.074Z+ git fetch origin 596f57d8e43c618d5a224f994537e1f5d0082067
902026-03-10T11:29:46.600ZFrom https://github.com/oxidecomputer/opte
912026-03-10T11:29:46.600Z * branch 596f57d8e43c618d5a224f994537e1f5d0082067 -> FETCH_HEAD
922026-03-10T11:29:46.607Z+ [[ -n renovate/rust-1.x ]]
932026-03-10T11:29:46.610Z++ git branch --show-current
942026-03-10T11:29:46.613Z+ current=master
952026-03-10T11:29:46.613Z+ [[ master != renovate/rust-1.x ]]
962026-03-10T11:29:46.613Z+ git branch -f renovate/rust-1.x 596f57d8e43c618d5a224f994537e1f5d0082067
972026-03-10T11:29:46.616Z+ git checkout -f renovate/rust-1.x
982026-03-10T11:29:46.636ZSwitched to branch 'renovate/rust-1.x'
992026-03-10T11:29:46.640Z+ git reset --hard 596f57d8e43c618d5a224f994537e1f5d0082067
1002026-03-10T11:29:46.659ZHEAD is now at 596f57d Update dependency rust to v1.94.0
1012026-03-10T11:29:46.662Zprocess exited: duration 1612 ms, exit code 0
 
1022026-03-10T11:29:46.668Zstarting task 4: "build"
1032026-03-10T11:29:46.672Z+ source .github/buildomat/common.sh
1042026-03-10T11:29:46.674Z++ rustup show active-toolchain
1052026-03-10T11:29:46.713Z1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-03-10T11:29:46.716Z++ pushd xde
1072026-03-10T11:29:46.716Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-03-10T11:29:46.716Z++ rustup show active-toolchain
1092026-03-10T11:29:46.722Zinfo: syncing channel updates for 'nightly-2026-02-24-x86_64-unknown-illumos'
1102026-03-10T11:29:46.918Zinfo: latest update on 2026-02-24, rust version 1.95.0-nightly (b3869b94c 2026-02-23)
1112026-03-10T11:29:46.922Zinfo: downloading component 'cargo'
1122026-03-10T11:29:48.190Zinfo: downloading component 'clippy'
1132026-03-10T11:29:48.678Zinfo: downloading component 'rust-src'
1142026-03-10T11:29:48.980Zinfo: downloading component 'rust-std'
1152026-03-10T11:29:51.197Zinfo: downloading component 'rustc'
1162026-03-10T11:30:03.149Zinfo: downloading component 'rustfmt'
1172026-03-10T11:30:03.454Zinfo: installing component 'cargo'
1182026-03-10T11:30:04.287Zinfo: installing component 'clippy'
1192026-03-10T11:30:04.647Zinfo: installing component 'rust-src'
1202026-03-10T11:30:04.986Zinfo: installing component 'rust-std'
1212026-03-10T11:30:06.519Zinfo: installing component 'rustc'
1222026-03-10T11:30:12.298Zinfo: installing component 'rustfmt'
1232026-03-10T11:30:12.589Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-03-10T11:30:12.688Z+++ rustup show active-toolchain -v
1252026-03-10T11:30:12.691Z+++ head -n 1
1262026-03-10T11:30:12.691Z+++ cut '-d ' -f1
1272026-03-10T11:30:12.784Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1282026-03-10T11:30:12.784Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1292026-03-10T11:30:12.784Z++ popd
1302026-03-10T11:30:12.788Z/work/oxidecomputer/opte
1312026-03-10T11:30:12.788Z+ TGT_BASE=/work
1322026-03-10T11:30:12.788Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1332026-03-10T11:30:12.788Z+ REL_TGT=/work/release
1342026-03-10T11:30:12.788Z+ mkdir -p /work/release
1352026-03-10T11:30:12.788Z+ cargo --version
1362026-03-10T11:30:12.835Zcargo 1.94.0 (85eff7c80 2026-01-15)
1372026-03-10T11:30:12.838Z+ rustc --version
1382026-03-10T11:30:12.899Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1392026-03-10T11:30:12.902Z+ header 'build xde and opteadm (release+debug)'
1402026-03-10T11:30:12.902Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1412026-03-10T11:30:12.902Z# ==== build xde and opteadm (release+debug) ==== #
1422026-03-10T11:30:12.902Z+ ptime -m cargo xtask build --profile all
1432026-03-10T11:30:13.069Z Updating crates.io index
1442026-03-10T11:30:13.072Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-03-10T11:30:14.002Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-03-10T11:30:14.280Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-03-10T11:30:14.633Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-03-10T11:30:14.980Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-03-10T11:30:15.237Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-03-10T11:30:15.555Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-03-10T11:30:17.534Z Downloading crates ...
1522026-03-10T11:30:17.590Z Downloaded cargo-platform v0.3.2
1532026-03-10T11:30:17.600Z Downloaded camino v1.2.2
1542026-03-10T11:30:17.605Z Downloaded serde_derive v1.0.228
1552026-03-10T11:30:17.613Z Downloaded errno v0.3.14
1562026-03-10T11:30:17.622Z Downloaded strsim v0.11.1
1572026-03-10T11:30:17.626Z Downloaded serde_spanned v1.0.4
1582026-03-10T11:30:17.626Z Downloaded colorchoice v1.0.4
1592026-03-10T11:30:17.629Z Downloaded is_terminal_polyfill v1.70.2
1602026-03-10T11:30:17.633Z Downloaded clap_lex v1.0.0
1612026-03-10T11:30:17.638Z Downloaded equivalent v1.0.2
1622026-03-10T11:30:17.640Z Downloaded terminal_size v0.4.3
1632026-03-10T11:30:17.643Z Downloaded anstyle-query v1.1.5
1642026-03-10T11:30:17.643Z Downloaded itoa v1.0.17
1652026-03-10T11:30:17.646Z Downloaded heck v0.5.0
1662026-03-10T11:30:17.649Z Downloaded anstream v0.6.21
1672026-03-10T11:30:17.656Z Downloaded utf8parse v0.2.2
1682026-03-10T11:30:17.663Z Downloaded zmij v1.0.21
1692026-03-10T11:30:17.666Z Downloaded thiserror-impl v2.0.18
1702026-03-10T11:30:17.666Z Downloaded anstyle-parse v0.2.7
1712026-03-10T11:30:17.668Z Downloaded semver v1.0.27
1722026-03-10T11:30:17.668Z Downloaded toml_writer v1.0.6+spec-1.1.0
1732026-03-10T11:30:17.671Z Downloaded anstyle v1.0.13
1742026-03-10T11:30:17.681Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1752026-03-10T11:30:17.683Z Downloaded cargo_metadata v0.23.1
1762026-03-10T11:30:17.688Z Downloaded clap_derive v4.5.55
1772026-03-10T11:30:17.691Z Downloaded toml_parser v1.0.9+spec-1.1.0
1782026-03-10T11:30:17.696Z Downloaded quote v1.0.45
1792026-03-10T11:30:17.706Z Downloaded thiserror v2.0.18
1802026-03-10T11:30:17.709Z Downloaded anyhow v1.0.102
1812026-03-10T11:30:17.713Z Downloaded clap v4.5.60
1822026-03-10T11:30:17.723Z Downloaded serde_core v1.0.228
1832026-03-10T11:30:17.726Z Downloaded toml v1.0.6+spec-1.1.0
1842026-03-10T11:30:17.729Z Downloaded bitflags v2.11.0
1852026-03-10T11:30:17.732Z Downloaded proc-macro2 v1.0.106
1862026-03-10T11:30:17.735Z Downloaded unicode-ident v1.0.24
1872026-03-10T11:30:17.743Z Downloaded serde v1.0.228
1882026-03-10T11:30:17.757Z Downloaded memchr v2.8.0
1892026-03-10T11:30:17.760Z Downloaded indexmap v2.13.0
1902026-03-10T11:30:17.780Z Downloaded hashbrown v0.16.1
1912026-03-10T11:30:17.787Z Downloaded serde_json v1.0.149
1922026-03-10T11:30:17.793Z Downloaded clap_builder v4.5.60
1932026-03-10T11:30:17.797Z Downloaded winnow v0.7.15
1942026-03-10T11:30:17.828Z Downloaded syn v2.0.117
1952026-03-10T11:30:17.850Z Downloaded rustix v1.1.4
1962026-03-10T11:30:17.879Z Downloaded libc v0.2.183
1972026-03-10T11:30:17.938Z Compiling serde_core v1.0.228
1982026-03-10T11:30:17.941Z Compiling proc-macro2 v1.0.106
1992026-03-10T11:30:17.941Z Compiling quote v1.0.45
2002026-03-10T11:30:17.941Z Compiling unicode-ident v1.0.24
2012026-03-10T11:30:17.941Z Compiling libc v0.2.183
2022026-03-10T11:30:17.941Z Compiling rustix v1.1.4
2032026-03-10T11:30:17.941Z Compiling zmij v1.0.21
2042026-03-10T11:30:17.941Z Compiling utf8parse v0.2.2
2052026-03-10T11:30:18.159Z Compiling bitflags v2.11.0
2062026-03-10T11:30:18.177Z Compiling anstyle-parse v0.2.7
2072026-03-10T11:30:18.439Z Compiling anstyle-query v1.1.5
2082026-03-10T11:30:18.500Z Compiling colorchoice v1.0.4
2092026-03-10T11:30:18.508Z Compiling camino v1.2.2
2102026-03-10T11:30:18.553Z Compiling anstyle v1.0.13
2112026-03-10T11:30:18.625Z Compiling thiserror v2.0.18
2122026-03-10T11:30:18.684Z Compiling serde_json v1.0.149
2132026-03-10T11:30:18.703Z Compiling serde v1.0.228
2142026-03-10T11:30:18.881Z Compiling is_terminal_polyfill v1.70.2
2152026-03-10T11:30:18.930Z Compiling errno v0.3.14
2162026-03-10T11:30:18.952Z Compiling anstream v0.6.21
2172026-03-10T11:30:19.009Z Compiling clap_lex v1.0.0
2182026-03-10T11:30:19.170Z Compiling anyhow v1.0.102
2192026-03-10T11:30:19.267Z Compiling strsim v0.11.1
2202026-03-10T11:30:19.485Z Compiling winnow v0.7.15
2212026-03-10T11:30:19.556Z Compiling heck v0.5.0
2222026-03-10T11:30:19.604Z Compiling memchr v2.8.0
2232026-03-10T11:30:19.612Z Compiling itoa v1.0.17
2242026-03-10T11:30:19.802Z Compiling syn v2.0.117
2252026-03-10T11:30:19.805Z Compiling terminal_size v0.4.3
2262026-03-10T11:30:19.929Z Compiling clap_builder v4.5.60
2272026-03-10T11:30:20.264Z Compiling toml_writer v1.0.6+spec-1.1.0
2282026-03-10T11:30:21.052Z Compiling serde_spanned v1.0.4
2292026-03-10T11:30:21.243Z Compiling toml_datetime v1.0.0+spec-1.1.0
2302026-03-10T11:30:21.291Z Compiling toml_parser v1.0.9+spec-1.1.0
2312026-03-10T11:30:21.334Z Compiling cargo-platform v0.3.2
2322026-03-10T11:30:21.751Z Compiling semver v1.0.27
2332026-03-10T11:30:21.863Z Compiling toml v1.0.6+spec-1.1.0
2342026-03-10T11:30:23.183Z Compiling serde_derive v1.0.228
2352026-03-10T11:30:23.419Z Compiling thiserror-impl v2.0.18
2362026-03-10T11:30:23.773Z Compiling clap_derive v4.5.55
2372026-03-10T11:30:25.975Z Compiling clap v4.5.60
2382026-03-10T11:30:27.346Z Compiling cargo_metadata v0.23.1
2392026-03-10T11:30:30.688Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2402026-03-10T11:30:32.767Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.82s
2412026-03-10T11:30:32.869Z Running `target/debug/xtask build --profile all`
2422026-03-10T11:30:35.129ZBuilding opteadm (release).
2432026-03-10T11:30:35.255Z Compiling proc-macro2 v1.0.106
2442026-03-10T11:30:35.255Z Compiling quote v1.0.45
2452026-03-10T11:30:35.255Z Compiling unicode-ident v1.0.24
2462026-03-10T11:30:35.258Z Compiling serde_core v1.0.228
2472026-03-10T11:30:35.258Z Compiling libc v0.2.183
2482026-03-10T11:30:35.258Z Compiling cfg-if v1.0.4
2492026-03-10T11:30:35.258Z Compiling ident_case v1.0.1
2502026-03-10T11:30:35.258Z Compiling strsim v0.11.1
2512026-03-10T11:30:35.418Z Compiling fnv v1.0.7
2522026-03-10T11:30:35.435Z Compiling memchr v2.8.0
2532026-03-10T11:30:35.454Z Compiling thiserror v2.0.18
2542026-03-10T11:30:35.514Z Compiling regex-syntax v0.8.10
2552026-03-10T11:30:35.685Z Compiling winnow v0.7.15
2562026-03-10T11:30:35.718Z Compiling either v1.15.0
2572026-03-10T11:30:35.975Z Compiling anyhow v1.0.102
2582026-03-10T11:30:36.123Z Compiling aho-corasick v1.1.4
2592026-03-10T11:30:36.201Z Compiling serde v1.0.228
2602026-03-10T11:30:36.349Z Compiling equivalent v1.0.2
2612026-03-10T11:30:36.354Z Compiling hashbrown v0.16.1
2622026-03-10T11:30:36.437Z Compiling zerocopy v0.8.42
2632026-03-10T11:30:36.861Z Compiling syn v2.0.117
2642026-03-10T11:30:36.921Z Compiling itertools v0.14.0
2652026-03-10T11:30:36.931Z Compiling byteorder v1.5.0
2662026-03-10T11:30:37.056Z Compiling indexmap v2.13.0
2672026-03-10T11:30:37.163Z Compiling heapless v0.8.0
2682026-03-10T11:30:37.515Z Compiling toml_datetime v1.0.0+spec-1.1.0
2692026-03-10T11:30:37.706Z Compiling regex-automata v0.4.14
2702026-03-10T11:30:37.791Z Compiling toml_parser v1.0.9+spec-1.1.0
2712026-03-10T11:30:38.090Z Compiling hash32 v0.3.1
2722026-03-10T11:30:38.094Z Compiling macaddr v1.0.1
2732026-03-10T11:30:38.239Z Compiling rustversion v1.0.22
2742026-03-10T11:30:38.335Z Compiling bitflags v2.11.0
2752026-03-10T11:30:38.414Z Compiling toml_edit v0.25.4+spec-1.1.0
2762026-03-10T11:30:38.506Z Compiling stable_deref_trait v1.2.1
2772026-03-10T11:30:38.511Z Compiling syn v1.0.109
2782026-03-10T11:30:38.579Z Compiling smoltcp v0.11.0
2792026-03-10T11:30:38.597Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2802026-03-10T11:30:38.745Z Compiling getrandom v0.4.2
2812026-03-10T11:30:38.870Z Compiling bitflags v1.3.2
2822026-03-10T11:30:38.903Z Compiling rand_core v0.10.0
2832026-03-10T11:30:38.935Z Compiling version_check v0.9.5
2842026-03-10T11:30:38.986Z Compiling ref-cast v1.0.25
2852026-03-10T11:30:39.049Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2862026-03-10T11:30:39.081Z Compiling rustix v1.1.4
2872026-03-10T11:30:39.263Z Compiling proc-macro-crate v3.5.0
2882026-03-10T11:30:39.282Z Compiling managed v0.8.0
2892026-03-10T11:30:39.303Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2902026-03-10T11:30:39.644Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-03-10T11:30:39.722Z Compiling errno v0.3.14
2922026-03-10T11:30:39.803Z Compiling utf8parse v0.2.2
2932026-03-10T11:30:39.885Z Compiling ipnetwork v0.21.1
2942026-03-10T11:30:39.914Z Compiling foreign-types-shared v0.3.1
2952026-03-10T11:30:40.005Z Compiling regex v1.12.3
2962026-03-10T11:30:40.131Z Compiling cpufeatures v0.3.0
2972026-03-10T11:30:40.201Z Compiling once_cell v1.21.3
2982026-03-10T11:30:40.359Z Compiling unicode-width v0.2.2
2992026-03-10T11:30:40.498Z Compiling tracing-core v0.1.36
3002026-03-10T11:30:40.584Z Compiling darling_core v0.21.3
3012026-03-10T11:30:40.723Z Compiling tabwriter v1.4.1
3022026-03-10T11:30:41.124Z Compiling cstr-argument v0.1.2
3032026-03-10T11:30:41.283Z Compiling chacha20 v0.10.0
3042026-03-10T11:30:41.295Z Compiling anstyle-parse v0.2.7
3052026-03-10T11:30:41.782Z Compiling colorchoice v1.0.4
3062026-03-10T11:30:41.907Z Compiling anstyle-query v1.1.5
3072026-03-10T11:30:41.932Z Compiling pretty-hex v0.4.1
3082026-03-10T11:30:41.997Z Compiling pin-project-lite v0.2.17
3092026-03-10T11:30:42.015Z Compiling anstyle v1.0.13
3102026-03-10T11:30:42.083Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
3112026-03-10T11:30:42.099Z Compiling dyn-clone v1.0.20
3122026-03-10T11:30:42.255Z Compiling is_terminal_polyfill v1.70.2
3132026-03-10T11:30:42.326Z Compiling anstream v0.6.21
3142026-03-10T11:30:42.345Z Compiling terminal_size v0.4.3
3152026-03-10T11:30:42.410Z Compiling thiserror-impl v2.0.18
3162026-03-10T11:30:42.497Z Compiling zerocopy-derive v0.8.42
3172026-03-10T11:30:42.688Z Compiling serde_derive v1.0.228
3182026-03-10T11:30:42.825Z Compiling ref-cast-impl v1.0.25
3192026-03-10T11:30:43.014Z Compiling foreign-types-macros v0.2.3
3202026-03-10T11:30:43.111Z Compiling num_enum_derive v0.7.5
3212026-03-10T11:30:43.597Z Compiling darling_macro v0.21.3
3222026-03-10T11:30:43.631Z Compiling tracing-attributes v0.1.31
3232026-03-10T11:30:43.767Z Compiling foreign-types v0.5.0
3242026-03-10T11:30:43.844Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3252026-03-10T11:30:44.107Z Compiling cobs v0.3.0
3262026-03-10T11:30:44.247Z Compiling darling v0.21.3
3272026-03-10T11:30:44.314Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3282026-03-10T11:30:44.326Z Compiling ingot-macros v0.1.1
3292026-03-10T11:30:44.355Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3302026-03-10T11:30:44.360Z Compiling num_enum v0.7.5
3312026-03-10T11:30:44.418Z Compiling rand v0.10.0
3322026-03-10T11:30:44.478Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3332026-03-10T11:30:44.703Z Compiling uuid v1.22.0
3342026-03-10T11:30:44.768Z Compiling socket2 v0.6.3
3352026-03-10T11:30:44.871Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3362026-03-10T11:30:44.995Z Compiling clap_lex v1.0.0
3372026-03-10T11:30:45.218Z Compiling oxnet v0.1.4
3382026-03-10T11:30:45.252Z Compiling tracing v0.1.44
3392026-03-10T11:30:45.456Z Compiling heck v0.5.0
3402026-03-10T11:30:45.619Z Compiling colored v3.1.1
3412026-03-10T11:30:45.702Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3422026-03-10T11:30:45.708Z Compiling clap_derive v4.5.55
3432026-03-10T11:30:46.096Z Compiling clap_builder v4.5.60
3442026-03-10T11:30:46.929Z Compiling postcard v1.1.3
3452026-03-10T11:30:48.435Z Compiling clap v4.5.60
3462026-03-10T11:30:48.631Z Compiling ingot-types v0.1.2
3472026-03-10T11:30:49.156Z Compiling ingot v0.1.1
3482026-03-10T11:30:51.483Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3492026-03-10T11:30:52.850Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3502026-03-10T11:30:54.185Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3512026-03-10T11:31:02.770Z Finished `release` profile [optimized + debuginfo] target(s) in 27.65s
3522026-03-10T11:31:02.802ZBuilding xde (release-lto).
3532026-03-10T11:31:03.144Z Updating crates.io index
3542026-03-10T11:31:03.243Z Downloading crates ...
3552026-03-10T11:31:03.293Z Downloaded adler2 v2.0.1
3562026-03-10T11:31:03.303Z Downloaded addr2line v0.25.1
3572026-03-10T11:31:03.309Z Downloaded rustc-literal-escaper v0.0.7
3582026-03-10T11:31:03.319Z Downloaded getopts v0.2.24
3592026-03-10T11:31:03.322Z Downloaded rustc-demangle v0.1.27
3602026-03-10T11:31:03.327Z Downloaded foldhash v0.2.0
3612026-03-10T11:31:03.347Z Downloaded miniz_oxide v0.8.9
3622026-03-10T11:31:03.354Z Downloaded memchr v2.7.6
3632026-03-10T11:31:03.373Z Downloaded gimli v0.32.3
3642026-03-10T11:31:03.407Z Downloaded object v0.37.3
3652026-03-10T11:31:03.440Z Downloaded libc v0.2.178
3662026-03-10T11:31:03.514Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3672026-03-10T11:31:03.514Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3682026-03-10T11:31:03.517Z Compiling proc-macro2 v1.0.106
3692026-03-10T11:31:03.517Z Compiling quote v1.0.45
3702026-03-10T11:31:03.517Z Compiling unicode-ident v1.0.24
3712026-03-10T11:31:03.517Z Compiling serde_core v1.0.228
3722026-03-10T11:31:03.517Z Compiling strsim v0.11.1
3732026-03-10T11:31:03.517Z Compiling ident_case v1.0.1
3742026-03-10T11:31:03.716Z Compiling fnv v1.0.7
3752026-03-10T11:31:03.720Z Compiling memchr v2.8.0
3762026-03-10T11:31:03.824Z Compiling regex-syntax v0.8.10
3772026-03-10T11:31:04.045Z Compiling serde v1.0.228
3782026-03-10T11:31:04.051Z Compiling thiserror v2.0.18
3792026-03-10T11:31:04.056Z Compiling zerocopy v0.8.42
3802026-03-10T11:31:04.211Z Compiling either v1.15.0
3812026-03-10T11:31:04.466Z Compiling aho-corasick v1.1.4
3822026-03-10T11:31:04.548Z Compiling itertools v0.14.0
3832026-03-10T11:31:04.585Z Compiling heapless v0.8.0
3842026-03-10T11:31:04.800Z Compiling smoltcp v0.11.0
3852026-03-10T11:31:05.025Z Compiling syn v2.0.117
3862026-03-10T11:31:05.158Z Compiling version_check v0.9.5
3872026-03-10T11:31:05.207Z Compiling crc32fast v1.5.0
3882026-03-10T11:31:05.355Z Compiling ref-cast v1.0.25
3892026-03-10T11:31:05.655Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3902026-03-10T11:31:05.833Z Compiling regex-automata v0.4.14
3912026-03-10T11:31:07.926Z Compiling regex v1.12.3
3922026-03-10T11:31:08.287Z Compiling darling_core v0.21.3
3932026-03-10T11:31:09.382Z Compiling zerocopy-derive v0.8.42
3942026-03-10T11:31:09.382Z Compiling thiserror-impl v2.0.18
3952026-03-10T11:31:09.385Z Compiling serde_derive v1.0.228
3962026-03-10T11:31:09.385Z Compiling ref-cast-impl v1.0.25
3972026-03-10T11:31:09.385Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3982026-03-10T11:31:11.223Z Compiling darling_macro v0.21.3
3992026-03-10T11:31:12.306Z Compiling darling v0.21.3
4002026-03-10T11:31:12.379Z Compiling ingot-macros v0.1.1
4012026-03-10T11:31:12.379Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4022026-03-10T11:31:20.886Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4032026-03-10T11:31:23.754Z Compiling byteorder v1.5.0
4042026-03-10T11:31:23.758Z Compiling macaddr v1.0.1
4052026-03-10T11:31:23.758Z Compiling stable_deref_trait v1.2.1
4062026-03-10T11:31:23.758Z Compiling cfg-if v1.0.4
4072026-03-10T11:31:23.827Z Compiling bitflags v1.3.2
4082026-03-10T11:31:23.839Z Compiling managed v0.8.0
4092026-03-10T11:31:23.878Z Compiling cobs v0.3.0
4102026-03-10T11:31:23.999Z Compiling hash32 v0.3.1
4112026-03-10T11:31:24.153Z Compiling dyn-clone v1.0.20
4122026-03-10T11:31:24.219Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4132026-03-10T11:31:26.079Z Compiling bitflags v2.11.0
4142026-03-10T11:31:26.080Z Compiling uuid v1.22.0
4152026-03-10T11:31:26.262Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-03-10T11:31:26.692Z Compiling postcard v1.1.3
4172026-03-10T11:31:27.946Z Compiling ingot-types v0.1.2
4182026-03-10T11:31:28.376Z Compiling ingot v0.1.1
4192026-03-10T11:31:30.668Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4202026-03-10T11:31:35.890Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4212026-03-10T11:31:47.310Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4222026-03-10T11:32:24.201Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 21s
4232026-03-10T11:32:24.230ZLinking xde kmod...
4242026-03-10T11:32:24.960ZBuilding xde dev link helper (release).
4252026-03-10T11:32:25.181Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4262026-03-10T11:32:25.181Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4272026-03-10T11:32:25.184Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4282026-03-10T11:32:41.710Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4292026-03-10T11:32:45.012Z Finished `release` profile [optimized + debuginfo] target(s) in 20.01s
4302026-03-10T11:32:45.036ZBuilding opteadm (dev).
4312026-03-10T11:32:45.239Z Compiling serde_core v1.0.228
4322026-03-10T11:32:45.239Z Compiling libc v0.2.183
4332026-03-10T11:32:45.239Z Compiling cfg-if v1.0.4
4342026-03-10T11:32:45.239Z Compiling strsim v0.11.1
4352026-03-10T11:32:45.243Z Compiling memchr v2.8.0
4362026-03-10T11:32:45.243Z Compiling fnv v1.0.7
4372026-03-10T11:32:45.243Z Compiling ident_case v1.0.1
4382026-03-10T11:32:45.272Z Compiling syn v2.0.117
4392026-03-10T11:32:45.331Z Compiling regex-syntax v0.8.10
4402026-03-10T11:32:45.363Z Compiling equivalent v1.0.2
4412026-03-10T11:32:45.392Z Compiling serde v1.0.228
4422026-03-10T11:32:45.451Z Compiling zerocopy v0.8.42
4432026-03-10T11:32:45.639Z Compiling either v1.15.0
4442026-03-10T11:32:45.770Z Compiling hashbrown v0.16.1
4452026-03-10T11:32:45.895Z Compiling aho-corasick v1.1.4
4462026-03-10T11:32:45.925Z Compiling winnow v0.7.15
4472026-03-10T11:32:46.094Z Compiling itertools v0.14.0
4482026-03-10T11:32:46.300Z Compiling toml_datetime v1.0.0+spec-1.1.0
4492026-03-10T11:32:46.462Z Compiling indexmap v2.13.0
4502026-03-10T11:32:46.566Z Compiling heapless v0.8.0
4512026-03-10T11:32:46.911Z Compiling byteorder v1.5.0
4522026-03-10T11:32:47.135Z Compiling hash32 v0.3.1
4532026-03-10T11:32:47.316Z Compiling regex-automata v0.4.14
4542026-03-10T11:32:47.455Z Compiling smoltcp v0.11.0
4552026-03-10T11:32:47.714Z Compiling toml_parser v1.0.9+spec-1.1.0
4562026-03-10T11:32:47.829Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4572026-03-10T11:32:47.859Z Compiling macaddr v1.0.1
4582026-03-10T11:32:47.885Z Compiling syn v1.0.109
4592026-03-10T11:32:48.096Z Compiling bitflags v2.11.0
4602026-03-10T11:32:48.169Z Compiling rustversion v1.0.22
4612026-03-10T11:32:48.237Z Compiling toml_edit v0.25.4+spec-1.1.0
4622026-03-10T11:32:48.262Z Compiling stable_deref_trait v1.2.1
4632026-03-10T11:32:48.358Z Compiling managed v0.8.0
4642026-03-10T11:32:48.469Z Compiling version_check v0.9.5
4652026-03-10T11:32:48.631Z Compiling rand_core v0.10.0
4662026-03-10T11:32:48.641Z Compiling bitflags v1.3.2
4672026-03-10T11:32:48.666Z Compiling ref-cast v1.0.25
4682026-03-10T11:32:48.711Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4692026-03-10T11:32:48.818Z Compiling getrandom v0.4.2
4702026-03-10T11:32:48.822Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4712026-03-10T11:32:48.901Z Compiling darling_core v0.21.3
4722026-03-10T11:32:48.955Z Compiling proc-macro-crate v3.5.0
4732026-03-10T11:32:49.495Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4742026-03-10T11:32:49.521Z Compiling errno v0.3.14
4752026-03-10T11:32:49.728Z Compiling regex v1.12.3
4762026-03-10T11:32:49.801Z Compiling foreign-types-shared v0.3.1
4772026-03-10T11:32:49.900Z Compiling cpufeatures v0.3.0
4782026-03-10T11:32:49.980Z Compiling once_cell v1.21.3
4792026-03-10T11:32:50.338Z Compiling unicode-width v0.2.2
4802026-03-10T11:32:50.338Z Compiling ipnetwork v0.21.1
4812026-03-10T11:32:50.679Z Compiling tabwriter v1.4.1
4822026-03-10T11:32:50.799Z Compiling thiserror-impl v2.0.18
4832026-03-10T11:32:50.982Z Compiling zerocopy-derive v0.8.42
4842026-03-10T11:32:51.006Z Compiling serde_derive v1.0.228
4852026-03-10T11:32:51.209Z Compiling num_enum_derive v0.7.5
4862026-03-10T11:32:51.870Z Compiling foreign-types-macros v0.2.3
4872026-03-10T11:32:52.017Z Compiling darling_macro v0.21.3
4882026-03-10T11:32:52.443Z Compiling thiserror v2.0.18
4892026-03-10T11:32:52.515Z Compiling ref-cast-impl v1.0.25
4902026-03-10T11:32:52.561Z Compiling cobs v0.3.0
4912026-03-10T11:32:52.656Z Compiling foreign-types v0.5.0
4922026-03-10T11:32:52.681Z Compiling darling v0.21.3
4932026-03-10T11:32:52.740Z Compiling num_enum v0.7.5
4942026-03-10T11:32:52.765Z Compiling ingot-macros v0.1.1
4952026-03-10T11:32:52.870Z Compiling cstr-argument v0.1.2
4962026-03-10T11:32:52.909Z Compiling tracing-attributes v0.1.31
4972026-03-10T11:32:53.075Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4982026-03-10T11:32:53.364Z Compiling tracing-core v0.1.36
4992026-03-10T11:32:53.761Z Compiling chacha20 v0.10.0
5002026-03-10T11:32:54.196Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5012026-03-10T11:32:54.214Z Compiling rustix v1.1.4
5022026-03-10T11:32:54.891Z Compiling anyhow v1.0.102
5032026-03-10T11:32:54.897Z Compiling dyn-clone v1.0.20
5042026-03-10T11:32:54.981Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
5052026-03-10T11:32:55.087Z Compiling pretty-hex v0.4.1
5062026-03-10T11:32:55.105Z Compiling pin-project-lite v0.2.17
5072026-03-10T11:32:55.209Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5082026-03-10T11:32:55.239Z Compiling tracing v0.1.44
5092026-03-10T11:32:55.251Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5102026-03-10T11:32:55.497Z Compiling postcard v1.1.3
5112026-03-10T11:32:55.615Z Compiling terminal_size v0.4.3
5122026-03-10T11:32:55.706Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5132026-03-10T11:32:55.719Z Compiling rand v0.10.0
5142026-03-10T11:32:55.801Z Compiling uuid v1.22.0
5152026-03-10T11:32:55.832Z Compiling socket2 v0.6.3
5162026-03-10T11:32:55.900Z Compiling oxnet v0.1.4
5172026-03-10T11:32:55.968Z Compiling colored v3.1.1
5182026-03-10T11:32:56.370Z Compiling clap_builder v4.5.60
5192026-03-10T11:32:56.494Z Compiling clap_derive v4.5.55
5202026-03-10T11:32:56.547Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5212026-03-10T11:32:57.165Z Compiling ingot-types v0.1.2
5222026-03-10T11:32:57.591Z Compiling ingot v0.1.1
5232026-03-10T11:32:58.549Z Compiling clap v4.5.60
5242026-03-10T11:33:00.011Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5252026-03-10T11:33:02.576Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5262026-03-10T11:33:04.110Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5272026-03-10T11:33:09.821Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.79s
5282026-03-10T11:33:09.855ZBuilding xde (dev).
5292026-03-10T11:33:10.174Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5302026-03-10T11:33:10.174Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5312026-03-10T11:33:10.178Z Compiling proc-macro2 v1.0.106
5322026-03-10T11:33:10.178Z Compiling quote v1.0.45
5332026-03-10T11:33:10.178Z Compiling unicode-ident v1.0.24
5342026-03-10T11:33:10.178Z Compiling serde_core v1.0.228
5352026-03-10T11:33:10.178Z Compiling strsim v0.11.1
5362026-03-10T11:33:10.178Z Compiling ident_case v1.0.1
5372026-03-10T11:33:10.334Z Compiling fnv v1.0.7
5382026-03-10T11:33:10.352Z Compiling memchr v2.8.0
5392026-03-10T11:33:10.435Z Compiling regex-syntax v0.8.10
5402026-03-10T11:33:10.670Z Compiling serde v1.0.228
5412026-03-10T11:33:10.700Z Compiling zerocopy v0.8.42
5422026-03-10T11:33:10.723Z Compiling either v1.15.0
5432026-03-10T11:33:10.866Z Compiling thiserror v2.0.18
5442026-03-10T11:33:10.967Z Compiling aho-corasick v1.1.4
5452026-03-10T11:33:11.207Z Compiling itertools v0.14.0
5462026-03-10T11:33:11.391Z Compiling heapless v0.8.0
5472026-03-10T11:33:11.601Z Compiling syn v2.0.117
5482026-03-10T11:33:11.658Z Compiling smoltcp v0.11.0
5492026-03-10T11:33:11.792Z Compiling crc32fast v1.5.0
5502026-03-10T11:33:11.997Z Compiling ref-cast v1.0.25
5512026-03-10T11:33:12.218Z Compiling version_check v0.9.5
5522026-03-10T11:33:12.488Z Compiling regex-automata v0.4.14
5532026-03-10T11:33:12.699Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5542026-03-10T11:33:14.635Z Compiling regex v1.12.3
5552026-03-10T11:33:14.848Z Compiling darling_core v0.21.3
5562026-03-10T11:33:16.114Z Compiling serde_derive v1.0.228
5572026-03-10T11:33:16.114Z Compiling zerocopy-derive v0.8.42
5582026-03-10T11:33:16.117Z Compiling thiserror-impl v2.0.18
5592026-03-10T11:33:16.117Z Compiling ref-cast-impl v1.0.25
5602026-03-10T11:33:16.117Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5612026-03-10T11:33:17.902Z Compiling darling_macro v0.21.3
5622026-03-10T11:33:19.008Z Compiling darling v0.21.3
5632026-03-10T11:33:19.083Z Compiling ingot-macros v0.1.1
5642026-03-10T11:33:19.086Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5652026-03-10T11:33:26.912Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5662026-03-10T11:33:29.341Z Compiling byteorder v1.5.0
5672026-03-10T11:33:29.341Z Compiling stable_deref_trait v1.2.1
5682026-03-10T11:33:29.341Z Compiling cfg-if v1.0.4
5692026-03-10T11:33:29.345Z Compiling macaddr v1.0.1
5702026-03-10T11:33:29.418Z Compiling bitflags v1.3.2
5712026-03-10T11:33:29.433Z Compiling cobs v0.3.0
5722026-03-10T11:33:29.467Z Compiling managed v0.8.0
5732026-03-10T11:33:29.586Z Compiling hash32 v0.3.1
5742026-03-10T11:33:29.784Z Compiling dyn-clone v1.0.20
5752026-03-10T11:33:29.885Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5762026-03-10T11:33:31.623Z Compiling bitflags v2.11.0
5772026-03-10T11:33:31.624Z Compiling uuid v1.22.0
5782026-03-10T11:33:31.799Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-03-10T11:33:32.214Z Compiling postcard v1.1.3
5802026-03-10T11:33:33.424Z Compiling ingot-types v0.1.2
5812026-03-10T11:33:33.823Z Compiling ingot v0.1.1
5822026-03-10T11:33:35.956Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5832026-03-10T11:33:42.010Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5842026-03-10T11:33:55.431Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5852026-03-10T11:34:06.260Z Finished `dev` profile [optimized + debuginfo] target(s) in 56.38s
5862026-03-10T11:34:06.288ZLinking xde kmod...
5872026-03-10T11:34:07.663ZBuilding xde dev link helper (dev).
5882026-03-10T11:34:07.885Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5892026-03-10T11:34:07.885Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5902026-03-10T11:34:07.888Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5912026-03-10T11:34:23.483Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5922026-03-10T11:34:26.504Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.80s
5932026-03-10T11:34:26.530Z
5942026-03-10T11:34:26.534Zreal 4:13.754159971
5952026-03-10T11:34:26.534Zuser 11:57.850478002
5962026-03-10T11:34:26.534Zsys 1:10.156979293
5972026-03-10T11:34:26.534Ztrap 0.326842879
5982026-03-10T11:34:26.534Ztflt 1.128712313
5992026-03-10T11:34:26.534Zdflt 1.613219519
6002026-03-10T11:34:26.534Zkflt 0.003573011
6012026-03-10T11:34:26.534Zlock 41:28.981956194
6022026-03-10T11:34:26.534Zslp 27:25.207106046
6032026-03-10T11:34:26.534Zlat 25.715565011
6042026-03-10T11:34:26.534Zstop 38.699541389
6052026-03-10T11:34:26.534Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
6062026-03-10T11:34:26.534Z+ grep GOTPCREL
6072026-03-10T11:34:27.634Z+ header 'package opte'
6082026-03-10T11:34:27.634Z+ echo '# ==== package opte ==== #'
6092026-03-10T11:34:27.634Z# ==== package opte ==== #
6102026-03-10T11:34:27.637Z+ cargo xtask package --skip-build --profile all
6112026-03-10T11:34:27.858Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s
6122026-03-10T11:34:27.863Z Running `target/debug/xtask package --skip-build --profile all`
6132026-03-10T11:34:28.143Z+ ./clean.sh
6142026-03-10T11:34:28.152Z+ mkdir -p proto/kernel/drv/amd64
6152026-03-10T11:34:28.155Z+ mkdir -p proto/opt/oxide/opte/bin
6162026-03-10T11:34:28.158Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6172026-03-10T11:34:28.158Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6182026-03-10T11:34:28.175Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6192026-03-10T11:34:28.208Z+ cp ../xde/xde.conf proto/kernel/drv/
6202026-03-10T11:34:28.211Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6212026-03-10T11:34:28.215Z+ '[' -z ']'
6222026-03-10T11:34:28.215Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6232026-03-10T11:34:28.236Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6242026-03-10T11:34:28.314Z+ INC_DEBUG=
6252026-03-10T11:34:28.318Z++ ./print-api-version.sh
6262026-03-10T11:34:28.322Z+ API_VSN=39
6272026-03-10T11:34:28.326Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/462/g -e s/%API_VSN%/39/g opte.template.p5m
6282026-03-10T11:34:28.326Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6292026-03-10T11:34:31.369Z+ pkgdepend generate -d proto opte.base.p5m
6302026-03-10T11:34:32.395Z+ mkdir -p packages
6312026-03-10T11:34:32.399Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6322026-03-10T11:34:46.371Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6332026-03-10T11:34:46.374Z+ pkgrepo create packages/repo
6342026-03-10T11:34:47.130Z+ pkgrepo add-publisher -s packages/repo helios-dev
6352026-03-10T11:34:47.870Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6362026-03-10T11:35:25.311Zpkg://helios-dev/driver/network/opte@0.39.462,5.11:20260310T113446Z
6372026-03-10T11:35:25.311ZPUBLISHED
6382026-03-10T11:35:25.354Z+ pkgrecv -a -d packages/repo/opte-0.39.462.p5p -s packages/repo -v -m latest '*'
6392026-03-10T11:35:26.028ZRetrieving packages for publisher helios-dev ...
6402026-03-10T11:35:26.031ZRetrieving catalog 'helios-dev' ... Done
6412026-03-10T11:35:26.034ZRetrieving and evaluating 1 package(s)...
6422026-03-10T11:35:26.034ZFetching manifests: 1/1 100% complete
6432026-03-10T11:35:26.034ZFetching manifests: 1/1 100% complete
6442026-03-10T11:35:26.034Z
6452026-03-10T11:35:26.034ZArchiving packages ...
6462026-03-10T11:35:26.034Z Packages to add: 1
6472026-03-10T11:35:26.034Z Files to retrieve: 6
6482026-03-10T11:35:26.034ZEstimated transfer size: 35.54 MB
6492026-03-10T11:35:26.034Z
6502026-03-10T11:35:26.034ZPackages to archive:
6512026-03-10T11:35:26.034Zdriver/network/opte@0.39.462,5.11:20260310T113446Z
6522026-03-10T11:35:26.034Z
6532026-03-10T11:35:26.034ZDownload: 0/6 items 0.0/35.5MB 0% complete
6542026-03-10T11:35:26.134ZDownload: Completed 35.54 MB in 0.10 seconds (352M/s)
6552026-03-10T11:35:26.138ZArchiving: 1/20 items 0.0/35.6MB 0% complete
6562026-03-10T11:35:26.156ZArchiving: Completed 35.58 MB in 0.02 seconds
6572026-03-10T11:35:26.203ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.462.p5p.
6582026-03-10T11:35:26.206Z+ banner copy
6592026-03-10T11:35:26.209Z
6602026-03-10T11:35:26.209Z #### #### ##### # #
6612026-03-10T11:35:26.209Z # # # # # # # #
6622026-03-10T11:35:26.209Z # # # # # #
6632026-03-10T11:35:26.209Z # # # ##### #
6642026-03-10T11:35:26.209Z # # # # # #
6652026-03-10T11:35:26.209Z #### #### # #
6662026-03-10T11:35:26.209Z
6672026-03-10T11:35:26.209Z+ pfexec mkdir -p /out
6682026-03-10T11:35:26.212Z+ pfexec chown 12345 /out
6692026-03-10T11:35:26.215Z+ PKG_NAME=/out/opte.p5p
6702026-03-10T11:35:26.215Z+ mv pkg/packages/repo/opte-0.39.462.p5p /out/opte.p5p
6712026-03-10T11:35:26.246Z+ sha256sum /out/opte.p5p
6722026-03-10T11:35:26.278Zprocess exited: duration 339784 ms, exit code 0
 
6732026-03-10T11:35:26.290Zfound 2 output files
6742026-03-10T11:35:26.290Zuploading: /out/opte.p5p (37314560 bytes)
6752026-03-10T11:35:27.631Zuploaded: /out/opte.p5p
6762026-03-10T11:35:27.631Zuploading: /out/opte.p5p.sha256 (80 bytes)
6772026-03-10T11:35:28.639Zuploaded: /out/opte.p5p.sha256