01KMPQ0FX310AWZAVYC4AMTGM0: 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: 01KMPQ0X5BZ2Q66RGC98N83ECK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:20:13.284Zjob assigned to worker 01KMPR9MCTHFYQEKHY3ZG8V10V [factory aws, i-08e7b8d96b9802328] (queued for 22 m 55 s)
 
22026-03-27T04:20:20.452Zstarting task 0: "setup"
32026-03-27T04:20:20.456Z++ uname -s
42026-03-27T04:20:20.459Z+ kern=SunOS
52026-03-27T04:20:20.459Z+ build_user=build
62026-03-27T04:20:20.459Z+ build_uid=12345
72026-03-27T04:20:20.459Z+ work_dir=/work
82026-03-27T04:20:20.459Z+ input_dir=/input
92026-03-27T04:20:20.459Z+ [[ 0 == 12345 ]]
102026-03-27T04:20:20.459Z+ case "$kern" in
112026-03-27T04:20:20.459Z+ groupadd -g 12345 build
122026-03-27T04:20:20.462Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:20:22.467Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:20:22.591Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:20:22.595Z+ home_fs=zfs
162026-03-27T04:20:22.595Z+ [[ zfs == autofs ]]
172026-03-27T04:20:22.595Z+ mkdir -p /home/build
182026-03-27T04:20:22.595Z+ chown build:build /home/build /work
192026-03-27T04:20:24.595Z+ chmod 0700 /home/build /work
202026-03-27T04:20:24.598Zprocess exited: duration 4148 ms, exit code 0
 
212026-03-27T04:20:24.604Zstarting task 1: "rust-toolchain"
222026-03-27T04:20:24.608Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-03-27T04:20:24.608Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-27T04:20:24.608Z * rust toolchain channel = "1.94.1"
252026-03-27T04:20:24.608Z * rust toolchain profile = "default"
262026-03-27T04:20:24.608Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:20:24.608Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:20:24.611Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:20:24.611Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-03-27T04:20:24.730Zinfo: downloading installer
312026-03-27T04:20:26.370Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:20:26.370Zwarn: /opt/ooce/bin
332026-03-27T04:20:26.370Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:20:26.370Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:20:26.370Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:20:26.370Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:20:26.370Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:20:26.370Zerror: cannot install while Rust is installed
392026-03-27T04:20:26.370Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:20:26.370Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:20:26.370Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:20:26.370Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:20:26.370Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:20:26.384Zinfo: profile set to default
452026-03-27T04:20:26.384Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:20:26.388Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-03-27T04:20:26.520Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-27T04:20:26.523Zinfo: downloading 6 components
492026-03-27T04:20:41.121Z
502026-03-27T04:20:41.121Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-03-27T04:20:41.153Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-27T04:20:41.153Z
532026-03-27T04:20:41.153Z
542026-03-27T04:20:41.153ZRust is installed now. Great!
552026-03-27T04:20:41.153Z
562026-03-27T04:20:41.156ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:20:41.156Zenvironment variable. This has not been done automatically.
582026-03-27T04:20:41.156Z
592026-03-27T04:20:41.156ZTo configure your current shell, you need to source
602026-03-27T04:20:41.156Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:20:41.156Z
622026-03-27T04:20:41.157ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:20:41.157Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:20:41.157Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:20:41.157Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:20:41.157Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:20:41.157Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:20:41.157Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:20:41.157Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:20:41.157Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:20:41.237Z+ rustup --version
722026-03-27T04:20:41.246Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:20:41.249Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:20:41.267Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-27T04:20:41.270Z+ cargo --version
762026-03-27T04:20:41.283Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-27T04:20:41.286Z+ rustc --version
782026-03-27T04:20:41.305Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T04:20:41.308Zprocess exited: duration 16703 ms, exit code 0
 
802026-03-27T04:20:41.314Zstarting task 2: "authentication"
812026-03-27T04:20:41.330Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T04:20:41.336Zstarting task 3: "clone repository"
832026-03-27T04:20:41.339Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:20:41.342Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:20:41.375ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:20:42.170Z+ cd /work/oxidecomputer/opte
872026-03-27T04:20:42.171Z+ git fetch origin 931e3ab8cd048bf7641cbe705669ce839d064e22
882026-03-27T04:20:42.394ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:20:42.394Z * branch 931e3ab8cd048bf7641cbe705669ce839d064e22 -> FETCH_HEAD
902026-03-27T04:20:42.399Z+ [[ -n renovate/rust-1.x ]]
912026-03-27T04:20:42.404Z++ git branch --show-current
922026-03-27T04:20:42.404Z+ current=master
932026-03-27T04:20:42.404Z+ [[ master != renovate/rust-1.x ]]
942026-03-27T04:20:42.404Z+ git branch -f renovate/rust-1.x 931e3ab8cd048bf7641cbe705669ce839d064e22
952026-03-27T04:20:42.407Z+ git checkout -f renovate/rust-1.x
962026-03-27T04:20:42.421ZSwitched to branch 'renovate/rust-1.x'
972026-03-27T04:20:42.424Z+ git reset --hard 931e3ab8cd048bf7641cbe705669ce839d064e22
982026-03-27T04:20:42.427ZHEAD is now at 931e3ab Update dependency rust to v1.94.1
992026-03-27T04:20:42.427Zprocess exited: duration 1088 ms, exit code 0
 
1002026-03-27T04:20:42.433Zstarting task 4: "build"
1012026-03-27T04:20:42.437Z+ source .github/buildomat/common.sh
1022026-03-27T04:20:42.440Z++ rustup show active-toolchain
1032026-03-27T04:20:42.443Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:20:42.446Z++ pushd xde
1052026-03-27T04:20:42.446Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:20:42.446Z++ rustup show active-toolchain
1072026-03-27T04:20:42.448Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:20:42.609Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:20:42.612Zinfo: downloading 6 components
1102026-03-27T04:20:56.351Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:20:56.426Z+++ rustup show active-toolchain -v
1122026-03-27T04:20:56.429Z+++ head -n 1
1132026-03-27T04:20:56.429Z+++ cut '-d ' -f1
1142026-03-27T04:20:56.482Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:20:56.482Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:20:56.482Z++ popd
1172026-03-27T04:20:56.485Z/work/oxidecomputer/opte
1182026-03-27T04:20:56.485Z+ TGT_BASE=/work
1192026-03-27T04:20:56.485Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-03-27T04:20:56.485Z+ REL_TGT=/work/release
1212026-03-27T04:20:56.486Z+ mkdir -p /work/release
1222026-03-27T04:20:56.486Z+ cargo --version
1232026-03-27T04:20:56.493Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1242026-03-27T04:20:56.496Z+ rustc --version
1252026-03-27T04:20:56.517Zrustc 1.94.1 (e408947bf 2026-03-25)
1262026-03-27T04:20:56.520Z+ header 'build xde and opteadm (release+debug)'
1272026-03-27T04:20:56.520Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-03-27T04:20:56.520Z+ ptime -m cargo xtask build --profile all
1292026-03-27T04:20:56.520Z# ==== build xde and opteadm (release+debug) ==== #
1302026-03-27T04:20:56.622Z Updating crates.io index
1312026-03-27T04:20:56.655Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-03-27T04:20:57.327Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-03-27T04:20:57.865Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-03-27T04:20:58.144Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-03-27T04:20:58.379Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-03-27T04:20:58.691Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-03-27T04:20:58.945Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-03-27T04:21:00.695Z Downloading crates ...
1392026-03-27T04:21:00.771Z Downloaded serde v1.0.228
1402026-03-27T04:21:00.773Z Downloaded serde_spanned v1.1.0
1412026-03-27T04:21:00.776Z Downloaded quote v1.0.45
1422026-03-27T04:21:00.779Z Downloaded thiserror-impl v2.0.18
1432026-03-27T04:21:00.782Z Downloaded terminal_size v0.4.4
1442026-03-27T04:21:00.782Z Downloaded heck v0.5.0
1452026-03-27T04:21:00.782Z Downloaded toml_writer v1.1.0+spec-1.1.0
1462026-03-27T04:21:00.785Z Downloaded unicode-ident v1.0.24
1472026-03-27T04:21:00.788Z Downloaded zmij v1.0.21
1482026-03-27T04:21:00.796Z Downloaded thiserror v2.0.18
1492026-03-27T04:21:00.799Z Downloaded semver v1.0.27
1502026-03-27T04:21:00.802Z Downloaded camino v1.2.2
1512026-03-27T04:21:00.806Z Downloaded colorchoice v1.0.5
1522026-03-27T04:21:00.809Z Downloaded cargo-platform v0.3.2
1532026-03-27T04:21:00.812Z Downloaded utf8parse v0.2.2
1542026-03-27T04:21:00.816Z Downloaded proc-macro2 v1.0.106
1552026-03-27T04:21:00.820Z Downloaded toml_datetime v1.1.0+spec-1.1.0
1562026-03-27T04:21:00.824Z Downloaded anstyle-parse v1.0.0
1572026-03-27T04:21:00.828Z Downloaded equivalent v1.0.2
1582026-03-27T04:21:00.833Z Downloaded clap_derive v4.6.0
1592026-03-27T04:21:00.836Z Downloaded anstream v1.0.0
1602026-03-27T04:21:00.837Z Downloaded serde_core v1.0.228
1612026-03-27T04:21:00.842Z Downloaded clap v4.6.0
1622026-03-27T04:21:00.845Z Downloaded itoa v1.0.18
1632026-03-27T04:21:00.845Z Downloaded toml v1.1.0+spec-1.1.0
1642026-03-27T04:21:00.848Z Downloaded toml_parser v1.1.0+spec-1.1.0
1652026-03-27T04:21:00.861Z Downloaded clap_lex v1.1.0
1662026-03-27T04:21:00.865Z Downloaded errno v0.3.14
1672026-03-27T04:21:00.874Z Downloaded is_terminal_polyfill v1.70.2
1682026-03-27T04:21:00.877Z Downloaded strsim v0.11.1
1692026-03-27T04:21:00.877Z Downloaded anstyle v1.0.14
1702026-03-27T04:21:00.884Z Downloaded cargo_metadata v0.23.1
1712026-03-27T04:21:00.890Z Downloaded anstyle-query v1.1.5
1722026-03-27T04:21:00.893Z Downloaded bitflags v2.11.0
1732026-03-27T04:21:00.898Z Downloaded anyhow v1.0.102
1742026-03-27T04:21:00.902Z Downloaded serde_derive v1.0.228
1752026-03-27T04:21:00.906Z Downloaded memchr v2.8.0
1762026-03-27T04:21:00.909Z Downloaded indexmap v2.13.0
1772026-03-27T04:21:00.937Z Downloaded serde_json v1.0.149
1782026-03-27T04:21:00.941Z Downloaded hashbrown v0.16.1
1792026-03-27T04:21:00.947Z Downloaded clap_builder v4.6.0
1802026-03-27T04:21:00.971Z Downloaded winnow v1.0.0
1812026-03-27T04:21:00.988Z Downloaded syn v2.0.117
1822026-03-27T04:21:01.010Z Downloaded rustix v1.1.4
1832026-03-27T04:21:01.035Z Downloaded libc v0.2.183
1842026-03-27T04:21:01.082Z Compiling serde_core v1.0.228
1852026-03-27T04:21:01.082Z Compiling proc-macro2 v1.0.106
1862026-03-27T04:21:01.085Z Compiling quote v1.0.45
1872026-03-27T04:21:01.085Z Compiling unicode-ident v1.0.24
1882026-03-27T04:21:01.085Z Compiling libc v0.2.183
1892026-03-27T04:21:01.085Z Compiling rustix v1.1.4
1902026-03-27T04:21:01.085Z Compiling bitflags v2.11.0
1912026-03-27T04:21:01.085Z Compiling utf8parse v0.2.2
1922026-03-27T04:21:01.262Z Compiling zmij v1.0.21
1932026-03-27T04:21:01.277Z Compiling anstyle-parse v1.0.0
1942026-03-27T04:21:01.501Z Compiling anstyle v1.0.14
1952026-03-27T04:21:01.514Z Compiling camino v1.2.2
1962026-03-27T04:21:01.565Z Compiling serde_json v1.0.149
1972026-03-27T04:21:01.609Z Compiling serde v1.0.228
1982026-03-27T04:21:01.679Z Compiling anstyle-query v1.1.5
1992026-03-27T04:21:01.757Z Compiling colorchoice v1.0.5
2002026-03-27T04:21:01.771Z Compiling is_terminal_polyfill v1.70.2
2012026-03-27T04:21:01.778Z Compiling thiserror v2.0.18
2022026-03-27T04:21:01.844Z Compiling errno v0.3.14
2032026-03-27T04:21:01.850Z Compiling anstream v1.0.0
2042026-03-27T04:21:01.892Z Compiling heck v0.5.0
2052026-03-27T04:21:02.031Z Compiling memchr v2.8.0
2062026-03-27T04:21:02.101Z Compiling anyhow v1.0.102
2072026-03-27T04:21:02.306Z Compiling clap_lex v1.1.0
2082026-03-27T04:21:02.367Z Compiling strsim v0.11.1
2092026-03-27T04:21:02.382Z Compiling itoa v1.0.18
2102026-03-27T04:21:02.404Z Compiling terminal_size v0.4.4
2112026-03-27T04:21:02.507Z Compiling syn v2.0.117
2122026-03-27T04:21:02.554Z Compiling winnow v1.0.0
2132026-03-27T04:21:02.639Z Compiling clap_builder v4.6.0
2142026-03-27T04:21:02.908Z Compiling toml_parser v1.1.0+spec-1.1.0
2152026-03-27T04:21:02.976Z Compiling toml_writer v1.1.0+spec-1.1.0
2162026-03-27T04:21:03.383Z Compiling cargo-platform v0.3.2
2172026-03-27T04:21:03.487Z Compiling toml_datetime v1.1.0+spec-1.1.0
2182026-03-27T04:21:03.500Z Compiling serde_spanned v1.1.0
2192026-03-27T04:21:03.971Z Compiling semver v1.0.27
2202026-03-27T04:21:03.978Z Compiling toml v1.1.0+spec-1.1.0
2212026-03-27T04:21:04.829Z Compiling thiserror-impl v2.0.18
2222026-03-27T04:21:05.155Z Compiling serde_derive v1.0.228
2232026-03-27T04:21:05.165Z Compiling clap_derive v4.6.0
2242026-03-27T04:21:06.794Z Compiling clap v4.6.0
2252026-03-27T04:21:07.915Z Compiling cargo_metadata v0.23.1
2262026-03-27T04:21:10.384Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-03-27T04:21:11.945Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.41s
2282026-03-27T04:21:12.035Z Running `target/debug/xtask build --profile all`
2292026-03-27T04:21:13.530ZBuilding opteadm (release).
2302026-03-27T04:21:13.626Z Compiling proc-macro2 v1.0.106
2312026-03-27T04:21:13.626Z Compiling unicode-ident v1.0.24
2322026-03-27T04:21:13.626Z Compiling quote v1.0.45
2332026-03-27T04:21:13.626Z Compiling serde_core v1.0.228
2342026-03-27T04:21:13.626Z Compiling libc v0.2.183
2352026-03-27T04:21:13.629Z Compiling cfg-if v1.0.4
2362026-03-27T04:21:13.629Z Compiling strsim v0.11.1
2372026-03-27T04:21:13.629Z Compiling memchr v2.8.0
2382026-03-27T04:21:13.696Z Compiling fnv v1.0.7
2392026-03-27T04:21:13.741Z Compiling thiserror v2.0.18
2402026-03-27T04:21:13.774Z Compiling ident_case v1.0.1
2412026-03-27T04:21:13.878Z Compiling regex-syntax v0.8.10
2422026-03-27T04:21:13.905Z Compiling serde v1.0.228
2432026-03-27T04:21:13.925Z Compiling zerocopy v0.8.47
2442026-03-27T04:21:14.161Z Compiling aho-corasick v1.1.4
2452026-03-27T04:21:14.190Z Compiling either v1.15.0
2462026-03-27T04:21:14.217Z Compiling winnow v1.0.0
2472026-03-27T04:21:14.281Z Compiling hashbrown v0.16.1
2482026-03-27T04:21:14.349Z Compiling equivalent v1.0.2
2492026-03-27T04:21:14.372Z Compiling anyhow v1.0.102
2502026-03-27T04:21:14.417Z Compiling itertools v0.14.0
2512026-03-27T04:21:14.811Z Compiling indexmap v2.13.0
2522026-03-27T04:21:14.884Z Compiling syn v2.0.117
2532026-03-27T04:21:14.941Z Compiling heapless v0.8.0
2542026-03-27T04:21:15.223Z Compiling toml_parser v1.1.0+spec-1.1.0
2552026-03-27T04:21:15.272Z Compiling toml_datetime v1.1.0+spec-1.1.0
2562026-03-27T04:21:15.416Z Compiling regex-automata v0.4.14
2572026-03-27T04:21:15.490Z Compiling byteorder v1.5.0
2582026-03-27T04:21:15.573Z Compiling toml_edit v0.25.8+spec-1.1.0
2592026-03-27T04:21:15.669Z Compiling hash32 v0.3.1
2602026-03-27T04:21:15.771Z Compiling syn v1.0.109
2612026-03-27T04:21:15.796Z Compiling bitflags v2.11.0
2622026-03-27T04:21:15.841Z Compiling rustversion v1.0.22
2632026-03-27T04:21:15.953Z Compiling macaddr v1.0.1
2642026-03-27T04:21:15.978Z Compiling smoltcp v0.11.0
2652026-03-27T04:21:16.071Z Compiling stable_deref_trait v1.2.1
2662026-03-27T04:21:16.135Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2672026-03-27T04:21:16.159Z Compiling proc-macro-crate v3.5.0
2682026-03-27T04:21:16.239Z Compiling getrandom v0.4.2
2692026-03-27T04:21:16.308Z Compiling managed v0.8.0
2702026-03-27T04:21:16.370Z Compiling rustix v1.1.4
2712026-03-27T04:21:16.488Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2722026-03-27T04:21:16.497Z Compiling bitflags v1.3.2
2732026-03-27T04:21:16.547Z Compiling rand_core v0.10.0
2742026-03-27T04:21:16.556Z Compiling version_check v0.9.5
2752026-03-27T04:21:16.578Z Compiling ref-cast v1.0.25
2762026-03-27T04:21:16.811Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-03-27T04:21:16.900Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-03-27T04:21:16.909Z Compiling errno v0.3.14
2792026-03-27T04:21:17.017Z Compiling utf8parse v0.2.2
2802026-03-27T04:21:17.045Z Compiling ipnetwork v0.21.1
2812026-03-27T04:21:17.108Z Compiling unicode-width v0.2.2
2822026-03-27T04:21:17.212Z Compiling regex v1.12.3
2832026-03-27T04:21:17.388Z Compiling foreign-types-shared v0.3.1
2842026-03-27T04:21:17.414Z Compiling cpufeatures v0.3.0
2852026-03-27T04:21:17.464Z Compiling once_cell v1.21.4
2862026-03-27T04:21:17.474Z Compiling chacha20 v0.10.0
2872026-03-27T04:21:17.591Z Compiling darling_core v0.21.3
2882026-03-27T04:21:17.680Z Compiling cstr-argument v0.1.2
2892026-03-27T04:21:17.740Z Compiling tracing-core v0.1.36
2902026-03-27T04:21:17.829Z Compiling tabwriter v1.4.1
2912026-03-27T04:21:17.998Z Compiling anstyle-parse v1.0.0
2922026-03-27T04:21:18.525Z Compiling anstyle v1.0.14
2932026-03-27T04:21:18.560Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
2942026-03-27T04:21:18.579Z Compiling is_terminal_polyfill v1.70.2
2952026-03-27T04:21:18.659Z Compiling anstyle-query v1.1.5
2962026-03-27T04:21:18.697Z Compiling thiserror-impl v2.0.18
2972026-03-27T04:21:18.748Z Compiling zerocopy-derive v0.8.47
2982026-03-27T04:21:18.752Z Compiling serde_derive v1.0.228
2992026-03-27T04:21:18.755Z Compiling foreign-types-macros v0.2.3
3002026-03-27T04:21:18.813Z Compiling num_enum_derive v0.7.6
3012026-03-27T04:21:19.275Z Compiling ref-cast-impl v1.0.25
3022026-03-27T04:21:19.335Z Compiling foreign-types v0.5.0
3032026-03-27T04:21:19.402Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3042026-03-27T04:21:19.670Z Compiling darling_macro v0.21.3
3052026-03-27T04:21:19.829Z Compiling num_enum v0.7.6
3062026-03-27T04:21:19.916Z Compiling tracing-attributes v0.1.31
3072026-03-27T04:21:19.932Z Compiling dyn-clone v1.0.20
3082026-03-27T04:21:19.974Z Compiling cobs v0.3.0
3092026-03-27T04:21:19.975Z Compiling pretty-hex v0.4.2
3102026-03-27T04:21:20.035Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3112026-03-27T04:21:20.059Z Compiling colorchoice v1.0.5
3122026-03-27T04:21:20.095Z Compiling pin-project-lite v0.2.17
3132026-03-27T04:21:20.158Z Compiling anstream v1.0.0
3142026-03-27T04:21:20.179Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3152026-03-27T04:21:20.183Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3162026-03-27T04:21:20.209Z Compiling darling v0.21.3
3172026-03-27T04:21:20.278Z Compiling ingot-macros v0.1.1
3182026-03-27T04:21:20.492Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-03-27T04:21:20.556Z Compiling terminal_size v0.4.4
3202026-03-27T04:21:20.595Z Compiling rand v0.10.0
3212026-03-27T04:21:20.668Z Compiling uuid v1.22.0
3222026-03-27T04:21:20.685Z Compiling socket2 v0.6.3
3232026-03-27T04:21:21.057Z Compiling colored v3.1.1
3242026-03-27T04:21:21.124Z Compiling tracing v0.1.44
3252026-03-27T04:21:21.242Z Compiling oxnet v0.1.4
3262026-03-27T04:21:21.383Z Compiling heck v0.5.0
3272026-03-27T04:21:21.434Z Compiling clap_lex v1.1.0
3282026-03-27T04:21:21.577Z Compiling clap_derive v4.6.0
3292026-03-27T04:21:21.605Z Compiling clap_builder v4.6.0
3302026-03-27T04:21:21.719Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3312026-03-27T04:21:21.941Z Compiling postcard v1.1.3
3322026-03-27T04:21:23.107Z Compiling ingot-types v0.1.2
3332026-03-27T04:21:23.349Z Compiling clap v4.6.0
3342026-03-27T04:21:23.485Z Compiling ingot v0.1.1
3352026-03-27T04:21:25.151Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-03-27T04:21:26.161Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-03-27T04:21:27.087Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-03-27T04:21:33.603Z Finished `release` profile [optimized + debuginfo] target(s) in 20.06s
3392026-03-27T04:21:33.631ZBuilding xde (release-lto).
3402026-03-27T04:21:33.887Z Updating crates.io index
3412026-03-27T04:21:34.007Z Downloading crates ...
3422026-03-27T04:21:34.061Z Downloaded rustc-demangle v0.1.27
3432026-03-27T04:21:34.065Z Downloaded rustc-literal-escaper v0.0.7
3442026-03-27T04:21:34.073Z Downloaded miniz_oxide v0.8.9
3452026-03-27T04:21:34.078Z Downloaded addr2line v0.25.1
3462026-03-27T04:21:34.084Z Downloaded adler2 v2.0.1
3472026-03-27T04:21:34.084Z Downloaded foldhash v0.2.0
3482026-03-27T04:21:34.126Z Downloaded getopts v0.2.24
3492026-03-27T04:21:34.153Z Downloaded memchr v2.7.6
3502026-03-27T04:21:34.156Z Downloaded libc v0.2.178
3512026-03-27T04:21:34.179Z Downloaded gimli v0.32.3
3522026-03-27T04:21:34.184Z Downloaded object v0.37.3
3532026-03-27T04:21:34.223Z 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)
3542026-03-27T04:21:34.223Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3552026-03-27T04:21:34.223Z Compiling proc-macro2 v1.0.106
3562026-03-27T04:21:34.223Z Compiling unicode-ident v1.0.24
3572026-03-27T04:21:34.223Z Compiling quote v1.0.45
3582026-03-27T04:21:34.229Z Compiling serde_core v1.0.228
3592026-03-27T04:21:34.229Z Compiling strsim v0.11.1
3602026-03-27T04:21:34.246Z Compiling ident_case v1.0.1
3612026-03-27T04:21:34.389Z Compiling fnv v1.0.7
3622026-03-27T04:21:34.392Z Compiling memchr v2.8.0
3632026-03-27T04:21:34.478Z Compiling regex-syntax v0.8.10
3642026-03-27T04:21:34.655Z Compiling serde v1.0.228
3652026-03-27T04:21:34.661Z Compiling thiserror v2.0.18
3662026-03-27T04:21:34.670Z Compiling zerocopy v0.8.47
3672026-03-27T04:21:34.780Z Compiling either v1.15.0
3682026-03-27T04:21:34.976Z Compiling aho-corasick v1.1.4
3692026-03-27T04:21:35.070Z Compiling itertools v0.14.0
3702026-03-27T04:21:35.073Z Compiling heapless v0.8.0
3712026-03-27T04:21:35.262Z Compiling smoltcp v0.11.0
3722026-03-27T04:21:35.426Z Compiling syn v2.0.117
3732026-03-27T04:21:35.477Z Compiling crc32fast v1.5.0
3742026-03-27T04:21:35.555Z Compiling ref-cast v1.0.25
3752026-03-27T04:21:35.699Z Compiling version_check v0.9.5
3762026-03-27T04:21:35.917Z Compiling regex-automata v0.4.14
3772026-03-27T04:21:36.041Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3782026-03-27T04:21:38.325Z Compiling regex v1.12.3
3792026-03-27T04:21:38.346Z Compiling darling_core v0.21.3
3802026-03-27T04:21:38.522Z Compiling zerocopy-derive v0.8.47
3812026-03-27T04:21:38.522Z Compiling thiserror-impl v2.0.18
3822026-03-27T04:21:38.526Z Compiling serde_derive v1.0.228
3832026-03-27T04:21:38.526Z Compiling ref-cast-impl v1.0.25
3842026-03-27T04:21:38.526Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3852026-03-27T04:21:39.887Z Compiling darling_macro v0.21.3
3862026-03-27T04:21:40.763Z Compiling darling v0.21.3
3872026-03-27T04:21:40.823Z Compiling ingot-macros v0.1.1
3882026-03-27T04:21:40.823Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3892026-03-27T04:21:46.059Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3902026-03-27T04:21:48.337Z Compiling byteorder v1.5.0
3912026-03-27T04:21:48.337Z Compiling cfg-if v1.0.4
3922026-03-27T04:21:48.435Z Compiling stable_deref_trait v1.2.1
3932026-03-27T04:21:48.435Z Compiling macaddr v1.0.1
3942026-03-27T04:21:48.435Z Compiling bitflags v1.3.2
3952026-03-27T04:21:48.435Z Compiling managed v0.8.0
3962026-03-27T04:21:48.435Z Compiling cobs v0.3.0
3972026-03-27T04:21:48.435Z Compiling hash32 v0.3.1
3982026-03-27T04:21:48.446Z Compiling dyn-clone v1.0.20
3992026-03-27T04:21:48.477Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4002026-03-27T04:21:49.704Z Compiling bitflags v2.11.0
4012026-03-27T04:21:49.704Z Compiling uuid v1.22.0
4022026-03-27T04:21:49.845Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4032026-03-27T04:21:50.142Z Compiling postcard v1.1.3
4042026-03-27T04:21:50.979Z Compiling ingot-types v0.1.2
4052026-03-27T04:21:51.295Z Compiling ingot v0.1.1
4062026-03-27T04:21:52.790Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4072026-03-27T04:21:56.512Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4082026-03-27T04:22:05.235Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4092026-03-27T04:22:33.034Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.37s
4102026-03-27T04:22:33.059ZLinking xde kmod...
4112026-03-27T04:22:33.593ZBuilding xde dev link helper (release).
4122026-03-27T04:22:33.753Z 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)
4132026-03-27T04:22:33.753Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4142026-03-27T04:22:33.754Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4152026-03-27T04:22:44.650Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4162026-03-27T04:22:46.979Z Finished `release` profile [optimized + debuginfo] target(s) in 13.35s
4172026-03-27T04:22:46.998ZBuilding opteadm (dev).
4182026-03-27T04:22:47.150Z Compiling serde_core v1.0.228
4192026-03-27T04:22:47.150Z Compiling libc v0.2.183
4202026-03-27T04:22:47.150Z Compiling cfg-if v1.0.4
4212026-03-27T04:22:47.150Z Compiling memchr v2.8.0
4222026-03-27T04:22:47.153Z Compiling ident_case v1.0.1
4232026-03-27T04:22:47.153Z Compiling fnv v1.0.7
4242026-03-27T04:22:47.153Z Compiling strsim v0.11.1
4252026-03-27T04:22:47.153Z Compiling syn v2.0.117
4262026-03-27T04:22:47.223Z Compiling regex-syntax v0.8.10
4272026-03-27T04:22:47.245Z Compiling winnow v1.0.0
4282026-03-27T04:22:47.266Z Compiling serde v1.0.228
4292026-03-27T04:22:47.450Z Compiling hashbrown v0.16.1
4302026-03-27T04:22:47.554Z Compiling aho-corasick v1.1.4
4312026-03-27T04:22:47.720Z Compiling equivalent v1.0.2
4322026-03-27T04:22:47.791Z Compiling either v1.15.0
4332026-03-27T04:22:47.889Z Compiling zerocopy v0.8.47
4342026-03-27T04:22:47.958Z Compiling itertools v0.14.0
4352026-03-27T04:22:47.978Z Compiling indexmap v2.13.0
4362026-03-27T04:22:48.247Z Compiling toml_parser v1.1.0+spec-1.1.0
4372026-03-27T04:22:48.324Z Compiling heapless v0.8.0
4382026-03-27T04:22:48.565Z Compiling toml_datetime v1.1.0+spec-1.1.0
4392026-03-27T04:22:48.605Z Compiling byteorder v1.5.0
4402026-03-27T04:22:48.776Z Compiling regex-automata v0.4.14
4412026-03-27T04:22:48.779Z Compiling hash32 v0.3.1
4422026-03-27T04:22:48.783Z Compiling toml_edit v0.25.8+spec-1.1.0
4432026-03-27T04:22:48.928Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4442026-03-27T04:22:49.078Z Compiling macaddr v1.0.1
4452026-03-27T04:22:49.146Z Compiling bitflags v2.11.0
4462026-03-27T04:22:49.159Z Compiling stable_deref_trait v1.2.1
4472026-03-27T04:22:49.225Z Compiling rustversion v1.0.22
4482026-03-27T04:22:49.248Z Compiling syn v1.0.109
4492026-03-27T04:22:49.323Z Compiling smoltcp v0.11.0
4502026-03-27T04:22:49.350Z Compiling proc-macro-crate v3.5.0
4512026-03-27T04:22:49.618Z Compiling version_check v0.9.5
4522026-03-27T04:22:49.621Z Compiling rand_core v0.10.0
4532026-03-27T04:22:49.675Z Compiling getrandom v0.4.2
4542026-03-27T04:22:49.699Z Compiling darling_core v0.21.3
4552026-03-27T04:22:49.773Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4562026-03-27T04:22:49.776Z Compiling bitflags v1.3.2
4572026-03-27T04:22:49.835Z Compiling managed v0.8.0
4582026-03-27T04:22:49.881Z Compiling ref-cast v1.0.25
4592026-03-27T04:22:49.930Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4602026-03-27T04:22:50.150Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4612026-03-27T04:22:50.210Z Compiling errno v0.3.14
4622026-03-27T04:22:50.381Z Compiling foreign-types-shared v0.3.1
4632026-03-27T04:22:50.465Z Compiling regex v1.12.3
4642026-03-27T04:22:50.764Z Compiling once_cell v1.21.4
4652026-03-27T04:22:50.851Z Compiling unicode-width v0.2.2
4662026-03-27T04:22:50.949Z Compiling thiserror-impl v2.0.18
4672026-03-27T04:22:50.993Z Compiling serde_derive v1.0.228
4682026-03-27T04:22:51.153Z Compiling zerocopy-derive v0.8.47
4692026-03-27T04:22:51.370Z Compiling num_enum_derive v0.7.6
4702026-03-27T04:22:51.699Z Compiling foreign-types-macros v0.2.3
4712026-03-27T04:22:51.836Z Compiling darling_macro v0.21.3
4722026-03-27T04:22:52.157Z Compiling thiserror v2.0.18
4732026-03-27T04:22:52.257Z Compiling cobs v0.3.0
4742026-03-27T04:22:52.309Z Compiling ref-cast-impl v1.0.25
4752026-03-27T04:22:52.350Z Compiling ipnetwork v0.21.1
4762026-03-27T04:22:52.359Z Compiling darling v0.21.3
4772026-03-27T04:22:52.427Z Compiling ingot-macros v0.1.1
4782026-03-27T04:22:52.536Z Compiling cpufeatures v0.3.0
4792026-03-27T04:22:52.600Z Compiling chacha20 v0.10.0
4802026-03-27T04:22:52.894Z Compiling num_enum v0.7.6
4812026-03-27T04:22:52.942Z Compiling foreign-types v0.5.0
4822026-03-27T04:22:52.971Z Compiling tabwriter v1.4.1
4832026-03-27T04:22:53.003Z Compiling tracing-attributes v0.1.31
4842026-03-27T04:22:53.009Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4852026-03-27T04:22:53.403Z Compiling tracing-core v0.1.36
4862026-03-27T04:22:53.443Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4872026-03-27T04:22:53.566Z Compiling cstr-argument v0.1.2
4882026-03-27T04:22:53.726Z Compiling rustix v1.1.4
4892026-03-27T04:22:54.230Z Compiling postcard v1.1.3
4902026-03-27T04:22:54.333Z Compiling anyhow v1.0.102
4912026-03-27T04:22:54.365Z Compiling pin-project-lite v0.2.17
4922026-03-27T04:22:54.453Z Compiling dyn-clone v1.0.20
4932026-03-27T04:22:54.457Z Compiling pretty-hex v0.4.2
4942026-03-27T04:22:54.536Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4952026-03-27T04:22:54.632Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4962026-03-27T04:22:54.663Z Compiling tracing v0.1.44
4972026-03-27T04:22:54.734Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4982026-03-27T04:22:54.745Z Compiling terminal_size v0.4.4
4992026-03-27T04:22:54.845Z Compiling rand v0.10.0
5002026-03-27T04:22:54.895Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5012026-03-27T04:22:54.937Z Compiling uuid v1.22.0
5022026-03-27T04:22:54.964Z Compiling socket2 v0.6.3
5032026-03-27T04:22:55.010Z Compiling oxnet v0.1.4
5042026-03-27T04:22:55.148Z Compiling colored v3.1.1
5052026-03-27T04:22:55.227Z Compiling clap_builder v4.6.0
5062026-03-27T04:22:55.480Z Compiling ingot-types v0.1.2
5072026-03-27T04:22:55.513Z Compiling clap_derive v4.6.0
5082026-03-27T04:22:55.608Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5092026-03-27T04:22:55.829Z Compiling ingot v0.1.1
5102026-03-27T04:22:56.934Z Compiling clap v4.6.0
5112026-03-27T04:22:57.691Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-03-27T04:22:59.916Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-03-27T04:23:01.015Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5142026-03-27T04:23:05.210Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.20s
5152026-03-27T04:23:05.239ZBuilding xde (dev).
5162026-03-27T04:23:05.474Z 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)
5172026-03-27T04:23:05.474Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5182026-03-27T04:23:05.477Z Compiling proc-macro2 v1.0.106
5192026-03-27T04:23:05.477Z Compiling quote v1.0.45
5202026-03-27T04:23:05.477Z Compiling unicode-ident v1.0.24
5212026-03-27T04:23:05.478Z Compiling serde_core v1.0.228
5222026-03-27T04:23:05.478Z Compiling fnv v1.0.7
5232026-03-27T04:23:05.478Z Compiling ident_case v1.0.1
5242026-03-27T04:23:05.567Z Compiling strsim v0.11.1
5252026-03-27T04:23:05.588Z Compiling memchr v2.8.0
5262026-03-27T04:23:05.592Z Compiling regex-syntax v0.8.10
5272026-03-27T04:23:05.846Z Compiling serde v1.0.228
5282026-03-27T04:23:05.877Z Compiling zerocopy v0.8.47
5292026-03-27T04:23:05.943Z Compiling either v1.15.0
5302026-03-27T04:23:05.994Z Compiling aho-corasick v1.1.4
5312026-03-27T04:23:06.132Z Compiling thiserror v2.0.18
5322026-03-27T04:23:06.242Z Compiling itertools v0.14.0
5332026-03-27T04:23:06.262Z Compiling heapless v0.8.0
5342026-03-27T04:23:06.554Z Compiling syn v2.0.117
5352026-03-27T04:23:06.680Z Compiling smoltcp v0.11.0
5362026-03-27T04:23:06.758Z Compiling version_check v0.9.5
5372026-03-27T04:23:06.793Z Compiling ref-cast v1.0.25
5382026-03-27T04:23:07.107Z Compiling regex-automata v0.4.14
5392026-03-27T04:23:07.127Z Compiling crc32fast v1.5.0
5402026-03-27T04:23:07.216Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5412026-03-27T04:23:08.666Z Compiling regex v1.12.3
5422026-03-27T04:23:08.833Z Compiling darling_core v0.21.3
5432026-03-27T04:23:09.731Z Compiling serde_derive v1.0.228
5442026-03-27T04:23:09.731Z Compiling thiserror-impl v2.0.18
5452026-03-27T04:23:09.734Z Compiling zerocopy-derive v0.8.47
5462026-03-27T04:23:09.734Z Compiling ref-cast-impl v1.0.25
5472026-03-27T04:23:09.734Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5482026-03-27T04:23:11.065Z Compiling darling_macro v0.21.3
5492026-03-27T04:23:11.951Z Compiling darling v0.21.3
5502026-03-27T04:23:12.012Z Compiling ingot-macros v0.1.1
5512026-03-27T04:23:12.012Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5522026-03-27T04:23:16.823Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5532026-03-27T04:23:18.528Z Compiling byteorder v1.5.0
5542026-03-27T04:23:18.531Z Compiling cfg-if v1.0.4
5552026-03-27T04:23:18.531Z Compiling macaddr v1.0.1
5562026-03-27T04:23:18.531Z Compiling stable_deref_trait v1.2.1
5572026-03-27T04:23:18.593Z Compiling managed v0.8.0
5582026-03-27T04:23:18.602Z Compiling cobs v0.3.0
5592026-03-27T04:23:18.639Z Compiling bitflags v1.3.2
5602026-03-27T04:23:18.708Z Compiling hash32 v0.3.1
5612026-03-27T04:23:18.878Z Compiling dyn-clone v1.0.20
5622026-03-27T04:23:18.973Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5632026-03-27T04:23:20.090Z Compiling bitflags v2.11.0
5642026-03-27T04:23:20.090Z Compiling uuid v1.22.0
5652026-03-27T04:23:20.225Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5662026-03-27T04:23:20.510Z Compiling postcard v1.1.3
5672026-03-27T04:23:21.313Z Compiling ingot-types v0.1.2
5682026-03-27T04:23:21.594Z Compiling ingot v0.1.1
5692026-03-27T04:23:23.014Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5702026-03-27T04:23:27.293Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5712026-03-27T04:23:37.549Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5722026-03-27T04:23:45.483Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.21s
5732026-03-27T04:23:45.507ZLinking xde kmod...
5742026-03-27T04:23:46.664ZBuilding xde dev link helper (dev).
5752026-03-27T04:23:46.826Z 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)
5762026-03-27T04:23:46.826Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5772026-03-27T04:23:46.826Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5782026-03-27T04:23:57.182Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5792026-03-27T04:23:59.327Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.63s
5802026-03-27T04:23:59.348Z
5812026-03-27T04:23:59.349Zreal 3:02.823823262
5822026-03-27T04:23:59.349Zuser 8:48.469587695
5832026-03-27T04:23:59.349Zsys 55.804929402
5842026-03-27T04:23:59.349Ztrap 0.227184401
5852026-03-27T04:23:59.349Ztflt 0.919130076
5862026-03-27T04:23:59.349Zdflt 1.344632048
5872026-03-27T04:23:59.349Zkflt 0.005176536
5882026-03-27T04:23:59.349Zlock 29:48.415096299
5892026-03-27T04:23:59.349Zslp 20:09.523582528
5902026-03-27T04:23:59.349Zlat 20.263191204
5912026-03-27T04:23:59.349Zstop 31.331351934
5922026-03-27T04:23:59.352Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5932026-03-27T04:23:59.352Z+ grep GOTPCREL
5942026-03-27T04:24:00.255Z+ header 'package opte'
5952026-03-27T04:24:00.255Z+ echo '# ==== package opte ==== #'
5962026-03-27T04:24:00.257Z# ==== package opte ==== #
5972026-03-27T04:24:00.257Z+ cargo xtask package --skip-build --profile all
5982026-03-27T04:24:00.393Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5992026-03-27T04:24:00.397Z Running `target/debug/xtask package --skip-build --profile all`
6002026-03-27T04:24:00.599Z+ ./clean.sh
6012026-03-27T04:24:00.606Z+ mkdir -p proto/kernel/drv/amd64
6022026-03-27T04:24:00.609Z+ mkdir -p proto/opt/oxide/opte/bin
6032026-03-27T04:24:00.609Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6042026-03-27T04:24:00.612Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6052026-03-27T04:24:00.627Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6062026-03-27T04:24:00.657Z+ cp ../xde/xde.conf proto/kernel/drv/
6072026-03-27T04:24:00.660Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6082026-03-27T04:24:00.660Z+ '[' -z ']'
6092026-03-27T04:24:00.660Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6102026-03-27T04:24:00.682Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6112026-03-27T04:24:00.753Z+ INC_DEBUG=
6122026-03-27T04:24:00.756Z++ ./print-api-version.sh
6132026-03-27T04:24:00.759Z+ API_VSN=39
6142026-03-27T04:24:00.762Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/463/g -e s/%API_VSN%/39/g opte.template.p5m
6152026-03-27T04:24:00.762Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-03-27T04:24:01.696Z+ pkgdepend generate -d proto opte.base.p5m
6172026-03-27T04:24:02.402Z+ mkdir -p packages
6182026-03-27T04:24:02.405Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-03-27T04:24:13.869Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-03-27T04:24:13.872Z+ pkgrepo create packages/repo
6212026-03-27T04:24:14.431Z+ pkgrepo add-publisher -s packages/repo helios-dev
6222026-03-27T04:24:14.965Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-03-27T04:24:43.337Zpkg://helios-dev/driver/network/opte@0.39.463,5.11:20260327T042414Z
6242026-03-27T04:24:43.337ZPUBLISHED
6252026-03-27T04:24:43.373Z+ pkgrecv -a -d packages/repo/opte-0.39.463.p5p -s packages/repo -v -m latest '*'
6262026-03-27T04:24:43.858ZRetrieving packages for publisher helios-dev ...
6272026-03-27T04:24:43.861ZRetrieving catalog 'helios-dev' ... Done
6282026-03-27T04:24:43.864ZRetrieving and evaluating 1 package(s)...
6292026-03-27T04:24:43.864ZFetching manifests: 1/1 100% complete
6302026-03-27T04:24:43.864ZFetching manifests: 1/1 100% complete
6312026-03-27T04:24:43.864Z
6322026-03-27T04:24:43.864ZArchiving packages ...
6332026-03-27T04:24:43.864Z Packages to add: 1
6342026-03-27T04:24:43.864Z Files to retrieve: 6
6352026-03-27T04:24:43.864ZEstimated transfer size: 35.55 MB
6362026-03-27T04:24:43.864Z
6372026-03-27T04:24:43.864ZPackages to archive:
6382026-03-27T04:24:43.864Zdriver/network/opte@0.39.463,5.11:20260327T042414Z
6392026-03-27T04:24:43.864Z
6402026-03-27T04:24:43.864ZDownload: 0/6 items 0.0/35.6MB 0% complete
6412026-03-27T04:24:43.927ZDownload: Completed 35.55 MB in 0.06 seconds (549M/s)
6422026-03-27T04:24:43.930ZArchiving: 1/20 items 0.0/35.6MB 0% complete
6432026-03-27T04:24:43.943ZArchiving: Completed 35.59 MB in 0.01 seconds
6442026-03-27T04:24:43.984ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.463.p5p.
6452026-03-27T04:24:43.987Z+ banner copy
6462026-03-27T04:24:43.990Z
6472026-03-27T04:24:43.990Z #### #### ##### # #
6482026-03-27T04:24:43.990Z # # # # # # # #
6492026-03-27T04:24:43.990Z # # # # # #
6502026-03-27T04:24:43.990Z # # # ##### #
6512026-03-27T04:24:43.990Z # # # # # #
6522026-03-27T04:24:43.990Z #### #### # #
6532026-03-27T04:24:43.990Z
6542026-03-27T04:24:43.990Z+ pfexec mkdir -p /out
6552026-03-27T04:24:43.993Z+ pfexec chown 12345 /out
6562026-03-27T04:24:43.996Z+ PKG_NAME=/out/opte.p5p
6572026-03-27T04:24:43.996Z+ mv pkg/packages/repo/opte-0.39.463.p5p /out/opte.p5p
6582026-03-27T04:24:44.019Z+ sha256sum /out/opte.p5p
6592026-03-27T04:24:44.043Zprocess exited: duration 241607 ms, exit code 0
 
6602026-03-27T04:24:44.055Zfound 2 output files
6612026-03-27T04:24:44.075Zuploading: /out/opte.p5p (37324800 bytes)
6622026-03-27T04:24:45.330Zuploaded: /out/opte.p5p
6632026-03-27T04:24:45.330Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-03-27T04:24:46.341Zuploaded: /out/opte.p5p.sha256