01KKJN3V1AV56411R652GF0BEG: 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: 01KKJN4QHNWJ6ZRD6545HHGD2C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T03:53:00.791Zjob assigned to worker 01KKJN511B8ZCVDEXJX59DYXMJ [factory aws, i-049973edb2dd868c3] (queued for 1 m 14 s)
 
22026-03-13T03:53:08.415Zstarting task 0: "setup"
32026-03-13T03:53:08.428Z++ uname -s
42026-03-13T03:53:08.428Z+ kern=SunOS
52026-03-13T03:53:08.429Z+ build_user=build
62026-03-13T03:53:08.429Z+ build_uid=12345
72026-03-13T03:53:08.429Z+ work_dir=/work
82026-03-13T03:53:08.429Z+ input_dir=/input
92026-03-13T03:53:08.429Z+ [[ 0 == 12345 ]]
102026-03-13T03:53:08.429Z+ case "$kern" in
112026-03-13T03:53:08.429Z+ groupadd -g 12345 build
122026-03-13T03:53:08.429Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T03:53:10.414Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T03:53:10.535Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T03:53:10.538Z+ home_fs=zfs
162026-03-13T03:53:10.538Z+ [[ zfs == autofs ]]
172026-03-13T03:53:10.538Z+ mkdir -p /home/build
182026-03-13T03:53:10.541Z+ chown build:build /home/build /work
192026-03-13T03:53:12.540Z+ chmod 0700 /home/build /work
202026-03-13T03:53:12.543Zprocess exited: duration 4145 ms, exit code 0
 
212026-03-13T03:53:12.551Zstarting task 1: "rust-toolchain"
222026-03-13T03:53:12.554Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-13T03:53:12.554Z * rust toolchain channel = "1.93.1"
242026-03-13T03:53:12.554Z * rust toolchain profile = "default"
252026-03-13T03:53:12.557Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-13T03:53:12.557Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T03:53:12.557Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T03:53:12.557Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T03:53:12.557Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-13T03:53:12.665Zinfo: downloading installer
312026-03-13T03:53:14.173Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T03:53:14.173Zwarn: /opt/ooce/bin
332026-03-13T03:53:14.173Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T03:53:14.173Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T03:53:14.173Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T03:53:14.173Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T03:53:14.174Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T03:53:14.174Zerror: cannot install while Rust is installed
392026-03-13T03:53:14.174Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T03:53:14.174Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T03:53:14.174Zwarn: /home/build/.rustup/settings.toml
422026-03-13T03:53:14.174Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T03:53:14.174Zwarn: instead of the one inferred from the default host triple.
442026-03-13T03:53:14.183Zinfo: profile set to default
452026-03-13T03:53:14.184Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T03:53:14.184Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-13T03:53:14.351Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-13T03:53:14.362Zinfo: downloading 6 components
492026-03-13T03:53:31.072Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-13T03:53:31.072Z
512026-03-13T03:53:31.106Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-13T03:53:31.106Z
532026-03-13T03:53:31.109Z
542026-03-13T03:53:31.109ZRust is installed now. Great!
552026-03-13T03:53:31.109Z
562026-03-13T03:53:31.109ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T03:53:31.109Zenvironment variable. This has not been done automatically.
582026-03-13T03:53:31.109Z
592026-03-13T03:53:31.109ZTo configure your current shell, you need to source
602026-03-13T03:53:31.109Zthe corresponding env file under $HOME/.cargo.
612026-03-13T03:53:31.109Z
622026-03-13T03:53:31.109ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T03:53:31.109Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T03:53:31.109Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T03:53:31.109Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T03:53:31.109Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T03:53:31.109Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T03:53:31.110Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T03:53:31.110Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T03:53:31.110Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T03:53:31.214Z+ rustup --version
722026-03-13T03:53:31.223Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T03:53:31.226Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T03:53:31.249Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-13T03:53:31.253Z+ cargo --version
762026-03-13T03:53:31.269Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-13T03:53:31.272Z+ rustc --version
782026-03-13T03:53:31.296Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-13T03:53:31.299Zprocess exited: duration 18746 ms, exit code 0
 
802026-03-13T03:53:31.305Zstarting task 2: "authentication"
812026-03-13T03:53:31.325Zprocess exited: duration 19 ms, exit code 0
 
822026-03-13T03:53:31.332Zstarting task 3: "clone repository"
832026-03-13T03:53:31.336Z+ mkdir -p /work/oxidecomputer/opte
842026-03-13T03:53:31.340Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-13T03:53:31.374ZCloning into '/work/oxidecomputer/opte'...
862026-03-13T03:53:32.237Z+ cd /work/oxidecomputer/opte
872026-03-13T03:53:32.237Z+ git fetch origin c203ec69fca75b86b0fea1e3e7fe5188a41b285a
882026-03-13T03:53:32.493ZFrom https://github.com/oxidecomputer/opte
892026-03-13T03:53:32.493Z * branch c203ec69fca75b86b0fea1e3e7fe5188a41b285a -> FETCH_HEAD
902026-03-13T03:53:32.501Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-03-13T03:53:32.506Z++ git branch --show-current
922026-03-13T03:53:32.506Z+ current=master
932026-03-13T03:53:32.506Z+ [[ master != renovate/clap-4.x-lockfile ]]
942026-03-13T03:53:32.506Z+ git branch -f renovate/clap-4.x-lockfile c203ec69fca75b86b0fea1e3e7fe5188a41b285a
952026-03-13T03:53:32.511Z+ git checkout -f renovate/clap-4.x-lockfile
962026-03-13T03:53:32.538ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-03-13T03:53:32.543Z+ git reset --hard c203ec69fca75b86b0fea1e3e7fe5188a41b285a
982026-03-13T03:53:32.560ZHEAD is now at c203ec6 Update Rust crate clap to v4.6.0
992026-03-13T03:53:32.560Zprocess exited: duration 1225 ms, exit code 0
 
1002026-03-13T03:53:32.568Zstarting task 4: "build"
1012026-03-13T03:53:32.573Z+ source .github/buildomat/common.sh
1022026-03-13T03:53:32.576Z++ rustup show active-toolchain
1032026-03-13T03:53:32.581Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-13T03:53:32.584Z++ pushd xde
1052026-03-13T03:53:32.584Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-13T03:53:32.584Z++ rustup show active-toolchain
1072026-03-13T03:53:32.589Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-13T03:53:32.743Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-13T03:53:32.746Zinfo: downloading 6 components
1102026-03-13T03:53:48.248Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-13T03:53:48.345Z+++ rustup show active-toolchain -v
1122026-03-13T03:53:48.364Z+++ head -n 1
1132026-03-13T03:53:48.364Z+++ cut '-d ' -f1
1142026-03-13T03:53:48.416Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-13T03:53:48.416Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-13T03:53:48.438Z++ popd
1172026-03-13T03:53:48.438Z/work/oxidecomputer/opte
1182026-03-13T03:53:48.439Z+ TGT_BASE=/work
1192026-03-13T03:53:48.439Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-03-13T03:53:48.439Z+ REL_TGT=/work/release
1212026-03-13T03:53:48.439Z+ mkdir -p /work/release
1222026-03-13T03:53:48.467Z+ cargo --version
1232026-03-13T03:53:48.467Zcargo 1.93.1 (083ac5135 2025-12-15)
1242026-03-13T03:53:48.467Z+ rustc --version
1252026-03-13T03:53:48.507Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1262026-03-13T03:53:48.508Z+ header 'build xde and opteadm (release+debug)'
1272026-03-13T03:53:48.508Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-03-13T03:53:48.508Z# ==== build xde and opteadm (release+debug) ==== #
1292026-03-13T03:53:48.508Z+ ptime -m cargo xtask build --profile all
1302026-03-13T03:53:48.576Z Updating crates.io index
1312026-03-13T03:53:48.644Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-03-13T03:53:49.709Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-03-13T03:53:49.939Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-03-13T03:53:50.334Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-03-13T03:53:50.543Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-03-13T03:53:50.930Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-03-13T03:53:51.201Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-03-13T03:53:53.324Z Downloading crates ...
1392026-03-13T03:53:53.372Z Downloaded toml_writer v1.0.6+spec-1.1.0
1402026-03-13T03:53:53.381Z Downloaded thiserror v2.0.18
1412026-03-13T03:53:53.381Z Downloaded serde_json v1.0.149
1422026-03-13T03:53:53.397Z Downloaded clap_derive v4.6.0
1432026-03-13T03:53:53.397Z Downloaded camino v1.2.2
1442026-03-13T03:53:53.397Z Downloaded anstyle v1.0.13
1452026-03-13T03:53:53.397Z Downloaded anstream v1.0.0
1462026-03-13T03:53:53.397Z Downloaded cargo-platform v0.3.2
1472026-03-13T03:53:53.406Z Downloaded anstyle-query v1.1.5
1482026-03-13T03:53:53.406Z Downloaded colorchoice v1.0.4
1492026-03-13T03:53:53.406Z Downloaded anstyle-parse v1.0.0
1502026-03-13T03:53:53.406Z Downloaded toml v1.0.6+spec-1.1.0
1512026-03-13T03:53:53.406Z Downloaded serde_spanned v1.0.4
1522026-03-13T03:53:53.419Z Downloaded toml_parser v1.0.9+spec-1.1.0
1532026-03-13T03:53:53.419Z Downloaded utf8parse v0.2.2
1542026-03-13T03:53:53.420Z Downloaded errno v0.3.14
1552026-03-13T03:53:53.426Z Downloaded proc-macro2 v1.0.106
1562026-03-13T03:53:53.432Z Downloaded clap_lex v1.0.0
1572026-03-13T03:53:53.432Z Downloaded zmij v1.0.21
1582026-03-13T03:53:53.432Z Downloaded is_terminal_polyfill v1.70.2
1592026-03-13T03:53:53.438Z Downloaded bitflags v2.11.0
1602026-03-13T03:53:53.447Z Downloaded serde_derive v1.0.228
1612026-03-13T03:53:53.447Z Downloaded equivalent v1.0.2
1622026-03-13T03:53:53.447Z Downloaded clap v4.6.0
1632026-03-13T03:53:53.452Z Downloaded serde_core v1.0.228
1642026-03-13T03:53:53.464Z Downloaded terminal_size v0.4.3
1652026-03-13T03:53:53.464Z Downloaded heck v0.5.0
1662026-03-13T03:53:53.470Z Downloaded cargo_metadata v0.23.1
1672026-03-13T03:53:53.470Z Downloaded strsim v0.11.1
1682026-03-13T03:53:53.470Z Downloaded semver v1.0.27
1692026-03-13T03:53:53.470Z Downloaded thiserror-impl v2.0.18
1702026-03-13T03:53:53.480Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1712026-03-13T03:53:53.485Z Downloaded unicode-ident v1.0.24
1722026-03-13T03:53:53.493Z Downloaded indexmap v2.13.0
1732026-03-13T03:53:53.493Z Downloaded quote v1.0.45
1742026-03-13T03:53:53.497Z Downloaded anyhow v1.0.102
1752026-03-13T03:53:53.505Z Downloaded memchr v2.8.0
1762026-03-13T03:53:53.512Z Downloaded serde v1.0.228
1772026-03-13T03:53:53.517Z Downloaded clap_builder v4.6.0
1782026-03-13T03:53:53.538Z Downloaded winnow v0.7.15
1792026-03-13T03:53:53.559Z Downloaded rustix v1.1.4
1802026-03-13T03:53:53.571Z Downloaded syn v2.0.117
1812026-03-13T03:53:53.601Z Downloaded libc v0.2.183
1822026-03-13T03:53:53.621Z Downloaded hashbrown v0.16.1
1832026-03-13T03:53:54.374Z Downloaded itoa v1.0.17
1842026-03-13T03:53:54.410Z Compiling proc-macro2 v1.0.106
1852026-03-13T03:53:54.410Z Compiling serde_core v1.0.228
1862026-03-13T03:53:54.415Z Compiling quote v1.0.45
1872026-03-13T03:53:54.415Z Compiling unicode-ident v1.0.24
1882026-03-13T03:53:54.415Z Compiling libc v0.2.183
1892026-03-13T03:53:54.415Z Compiling rustix v1.1.4
1902026-03-13T03:53:54.416Z Compiling bitflags v2.11.0
1912026-03-13T03:53:54.416Z Compiling zmij v1.0.21
1922026-03-13T03:53:54.652Z Compiling utf8parse v0.2.2
1932026-03-13T03:53:54.764Z Compiling anstyle-parse v1.0.0
1942026-03-13T03:53:54.980Z Compiling anstyle-query v1.1.5
1952026-03-13T03:53:54.992Z Compiling serde_json v1.0.149
1962026-03-13T03:53:55.032Z Compiling camino v1.2.2
1972026-03-13T03:53:55.072Z Compiling colorchoice v1.0.4
1982026-03-13T03:53:55.084Z Compiling is_terminal_polyfill v1.70.2
1992026-03-13T03:53:55.168Z Compiling thiserror v2.0.18
2002026-03-13T03:53:55.176Z Compiling serde v1.0.228
2012026-03-13T03:53:55.196Z Compiling anstyle v1.0.13
2022026-03-13T03:53:55.448Z Compiling errno v0.3.14
2032026-03-13T03:53:55.596Z Compiling anstream v1.0.0
2042026-03-13T03:53:55.603Z Compiling clap_lex v1.0.0
2052026-03-13T03:53:55.696Z Compiling itoa v1.0.17
2062026-03-13T03:53:55.818Z Compiling memchr v2.8.0
2072026-03-13T03:53:56.015Z Compiling syn v2.0.117
2082026-03-13T03:53:56.042Z Compiling strsim v0.11.1
2092026-03-13T03:53:56.051Z Compiling heck v0.5.0
2102026-03-13T03:53:56.106Z Compiling anyhow v1.0.102
2112026-03-13T03:53:56.207Z Compiling terminal_size v0.4.3
2122026-03-13T03:53:56.307Z Compiling winnow v0.7.15
2132026-03-13T03:53:56.390Z Compiling clap_builder v4.6.0
2142026-03-13T03:53:56.760Z Compiling toml_writer v1.0.6+spec-1.1.0
2152026-03-13T03:53:57.451Z Compiling semver v1.0.27
2162026-03-13T03:53:57.524Z Compiling toml_datetime v1.0.0+spec-1.1.0
2172026-03-13T03:53:57.538Z Compiling serde_spanned v1.0.4
2182026-03-13T03:53:58.044Z Compiling cargo-platform v0.3.2
2192026-03-13T03:53:58.183Z Compiling toml_parser v1.0.9+spec-1.1.0
2202026-03-13T03:53:58.658Z Compiling toml v1.0.6+spec-1.1.0
2212026-03-13T03:53:59.393Z Compiling thiserror-impl v2.0.18
2222026-03-13T03:53:59.597Z Compiling serde_derive v1.0.228
2232026-03-13T03:53:59.641Z Compiling clap_derive v4.6.0
2242026-03-13T03:54:01.762Z Compiling clap v4.6.0
2252026-03-13T03:54:03.637Z Compiling cargo_metadata v0.23.1
2262026-03-13T03:54:07.015Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-03-13T03:54:09.135Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.67s
2282026-03-13T03:54:09.245Z Running `target/debug/xtask build --profile all`
2292026-03-13T03:54:11.122ZBuilding opteadm (release).
2302026-03-13T03:54:11.252Z Compiling proc-macro2 v1.0.106
2312026-03-13T03:54:11.252Z Compiling quote v1.0.45
2322026-03-13T03:54:11.262Z Compiling unicode-ident v1.0.24
2332026-03-13T03:54:11.262Z Compiling serde_core v1.0.228
2342026-03-13T03:54:11.262Z Compiling libc v0.2.183
2352026-03-13T03:54:11.262Z Compiling cfg-if v1.0.4
2362026-03-13T03:54:11.262Z Compiling thiserror v2.0.18
2372026-03-13T03:54:11.262Z Compiling memchr v2.8.0
2382026-03-13T03:54:11.342Z Compiling strsim v0.11.1
2392026-03-13T03:54:11.400Z Compiling fnv v1.0.7
2402026-03-13T03:54:11.486Z Compiling ident_case v1.0.1
2412026-03-13T03:54:11.614Z Compiling regex-syntax v0.8.10
2422026-03-13T03:54:11.645Z Compiling anyhow v1.0.102
2432026-03-13T03:54:11.696Z Compiling either v1.15.0
2442026-03-13T03:54:11.900Z Compiling aho-corasick v1.1.4
2452026-03-13T03:54:11.950Z Compiling equivalent v1.0.2
2462026-03-13T03:54:12.008Z Compiling hashbrown v0.16.1
2472026-03-13T03:54:12.030Z Compiling winnow v0.7.15
2482026-03-13T03:54:12.053Z Compiling zerocopy v0.8.42
2492026-03-13T03:54:12.232Z Compiling serde v1.0.228
2502026-03-13T03:54:12.710Z Compiling indexmap v2.13.0
2512026-03-13T03:54:12.800Z Compiling itertools v0.14.0
2522026-03-13T03:54:12.830Z Compiling syn v2.0.117
2532026-03-13T03:54:12.931Z Compiling heapless v0.8.0
2542026-03-13T03:54:13.292Z Compiling toml_datetime v1.0.0+spec-1.1.0
2552026-03-13T03:54:13.549Z Compiling byteorder v1.5.0
2562026-03-13T03:54:13.791Z Compiling regex-automata v0.4.14
2572026-03-13T03:54:13.813Z Compiling hash32 v0.3.1
2582026-03-13T03:54:13.956Z Compiling toml_parser v1.0.9+spec-1.1.0
2592026-03-13T03:54:13.977Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2602026-03-13T03:54:14.116Z Compiling syn v1.0.109
2612026-03-13T03:54:14.272Z Compiling stable_deref_trait v1.2.1
2622026-03-13T03:54:14.349Z Compiling smoltcp v0.11.0
2632026-03-13T03:54:14.511Z Compiling bitflags v2.11.0
2642026-03-13T03:54:14.554Z Compiling toml_edit v0.25.4+spec-1.1.0
2652026-03-13T03:54:14.600Z Compiling macaddr v1.0.1
2662026-03-13T03:54:14.666Z Compiling rustversion v1.0.22
2672026-03-13T03:54:14.808Z Compiling rustix v1.1.4
2682026-03-13T03:54:14.854Z Compiling getrandom v0.4.2
2692026-03-13T03:54:14.923Z Compiling managed v0.8.0
2702026-03-13T03:54:15.149Z Compiling bitflags v1.3.2
2712026-03-13T03:54:15.186Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2722026-03-13T03:54:15.216Z Compiling rand_core v0.10.0
2732026-03-13T03:54:15.228Z Compiling ref-cast v1.0.25
2742026-03-13T03:54:15.248Z Compiling version_check v0.9.5
2752026-03-13T03:54:15.376Z Compiling proc-macro-crate v3.5.0
2762026-03-13T03:54:15.582Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-03-13T03:54:15.802Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-03-13T03:54:15.848Z Compiling errno v0.3.14
2792026-03-13T03:54:15.936Z Compiling utf8parse v0.2.2
2802026-03-13T03:54:16.012Z Compiling once_cell v1.21.3
2812026-03-13T03:54:16.045Z Compiling ipnetwork v0.21.1
2822026-03-13T03:54:16.274Z Compiling regex v1.12.3
2832026-03-13T03:54:16.286Z Compiling cpufeatures v0.3.0
2842026-03-13T03:54:16.334Z Compiling foreign-types-shared v0.3.1
2852026-03-13T03:54:16.355Z Compiling unicode-width v0.2.2
2862026-03-13T03:54:16.546Z Compiling chacha20 v0.10.0
2872026-03-13T03:54:16.711Z Compiling darling_core v0.21.3
2882026-03-13T03:54:16.793Z Compiling tabwriter v1.4.1
2892026-03-13T03:54:16.859Z Compiling tracing-core v0.1.36
2902026-03-13T03:54:17.191Z Compiling cstr-argument v0.1.2
2912026-03-13T03:54:17.373Z Compiling anstyle-parse v1.0.0
2922026-03-13T03:54:17.972Z Compiling pretty-hex v0.4.1
2932026-03-13T03:54:18.033Z Compiling colorchoice v1.0.4
2942026-03-13T03:54:18.066Z Compiling anstyle-query v1.1.5
2952026-03-13T03:54:18.138Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
2962026-03-13T03:54:18.157Z Compiling anstyle v1.0.13
2972026-03-13T03:54:18.177Z Compiling pin-project-lite v0.2.17
2982026-03-13T03:54:18.287Z Compiling is_terminal_polyfill v1.70.2
2992026-03-13T03:54:18.380Z Compiling dyn-clone v1.0.20
3002026-03-13T03:54:18.413Z Compiling anstream v1.0.0
3012026-03-13T03:54:18.448Z Compiling thiserror-impl v2.0.18
3022026-03-13T03:54:18.462Z Compiling zerocopy-derive v0.8.42
3032026-03-13T03:54:18.565Z Compiling serde_derive v1.0.228
3042026-03-13T03:54:18.574Z Compiling ref-cast-impl v1.0.25
3052026-03-13T03:54:18.926Z Compiling foreign-types-macros v0.2.3
3062026-03-13T03:54:19.007Z Compiling num_enum_derive v0.7.5
3072026-03-13T03:54:19.377Z Compiling tracing-attributes v0.1.31
3082026-03-13T03:54:19.701Z Compiling foreign-types v0.5.0
3092026-03-13T03:54:19.778Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3102026-03-13T03:54:19.808Z Compiling darling_macro v0.21.3
3112026-03-13T03:54:20.171Z Compiling cobs v0.3.0
3122026-03-13T03:54:20.294Z Compiling num_enum v0.7.5
3132026-03-13T03:54:20.379Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3142026-03-13T03:54:20.405Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3152026-03-13T03:54:20.422Z Compiling terminal_size v0.4.3
3162026-03-13T03:54:20.461Z Compiling darling v0.21.3
3172026-03-13T03:54:20.540Z Compiling ingot-macros v0.1.1
3182026-03-13T03:54:20.673Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-03-13T03:54:20.829Z Compiling rand v0.10.0
3202026-03-13T03:54:20.975Z Compiling uuid v1.22.0
3212026-03-13T03:54:21.006Z Compiling tracing v0.1.44
3222026-03-13T03:54:21.242Z Compiling socket2 v0.6.3
3232026-03-13T03:54:21.255Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3242026-03-13T03:54:21.399Z Compiling heck v0.5.0
3252026-03-13T03:54:21.644Z Compiling oxnet v0.1.4
3262026-03-13T03:54:21.896Z Compiling colored v3.1.1
3272026-03-13T03:54:21.961Z Compiling clap_lex v1.0.0
3282026-03-13T03:54:21.991Z Compiling clap_derive v4.6.0
3292026-03-13T03:54:22.218Z Compiling clap_builder v4.6.0
3302026-03-13T03:54:22.354Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3312026-03-13T03:54:22.791Z Compiling postcard v1.1.3
3322026-03-13T03:54:24.980Z Compiling ingot-types v0.1.2
3332026-03-13T03:54:25.014Z Compiling clap v4.6.0
3342026-03-13T03:54:25.422Z Compiling ingot v0.1.1
3352026-03-13T03:54:27.755Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-03-13T03:54:29.140Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-03-13T03:54:30.529Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-03-13T03:54:38.913Z Finished `release` profile [optimized + debuginfo] target(s) in 27.78s
3392026-03-13T03:54:38.944ZBuilding xde (release-lto).
3402026-03-13T03:54:39.281Z Updating crates.io index
3412026-03-13T03:54:39.388Z Downloading crates ...
3422026-03-13T03:54:39.450Z Downloaded adler2 v2.0.1
3432026-03-13T03:54:39.466Z Downloaded miniz_oxide v0.8.9
3442026-03-13T03:54:39.469Z Downloaded rustc-literal-escaper v0.0.7
3452026-03-13T03:54:39.472Z Downloaded foldhash v0.2.0
3462026-03-13T03:54:39.483Z Downloaded rustc-demangle v0.1.27
3472026-03-13T03:54:39.486Z Downloaded getopts v0.2.24
3482026-03-13T03:54:39.486Z Downloaded addr2line v0.25.1
3492026-03-13T03:54:39.530Z Downloaded memchr v2.7.6
3502026-03-13T03:54:39.548Z Downloaded object v0.37.3
3512026-03-13T03:54:39.559Z Downloaded gimli v0.32.3
3522026-03-13T03:54:39.588Z Downloaded libc v0.2.178
3532026-03-13T03:54:39.669Z 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-13T03:54:39.669Z 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-13T03:54:39.686Z Compiling proc-macro2 v1.0.106
3562026-03-13T03:54:39.686Z Compiling quote v1.0.45
3572026-03-13T03:54:39.686Z Compiling unicode-ident v1.0.24
3582026-03-13T03:54:39.686Z Compiling serde_core v1.0.228
3592026-03-13T03:54:39.686Z Compiling ident_case v1.0.1
3602026-03-13T03:54:39.686Z Compiling strsim v0.11.1
3612026-03-13T03:54:39.864Z Compiling fnv v1.0.7
3622026-03-13T03:54:39.869Z Compiling memchr v2.8.0
3632026-03-13T03:54:39.974Z Compiling regex-syntax v0.8.10
3642026-03-13T03:54:40.200Z Compiling zerocopy v0.8.42
3652026-03-13T03:54:40.202Z Compiling serde v1.0.228
3662026-03-13T03:54:40.212Z Compiling either v1.15.0
3672026-03-13T03:54:40.361Z Compiling thiserror v2.0.18
3682026-03-13T03:54:40.461Z Compiling aho-corasick v1.1.4
3692026-03-13T03:54:40.717Z Compiling itertools v0.14.0
3702026-03-13T03:54:40.739Z Compiling heapless v0.8.0
3712026-03-13T03:54:41.082Z Compiling syn v2.0.117
3722026-03-13T03:54:41.222Z Compiling smoltcp v0.11.0
3732026-03-13T03:54:41.306Z Compiling crc32fast v1.5.0
3742026-03-13T03:54:41.371Z Compiling ref-cast v1.0.25
3752026-03-13T03:54:41.729Z Compiling version_check v0.9.5
3762026-03-13T03:54:41.957Z Compiling regex-automata v0.4.14
3772026-03-13T03:54:42.192Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3782026-03-13T03:54:44.104Z Compiling regex v1.12.3
3792026-03-13T03:54:44.396Z Compiling darling_core v0.21.3
3802026-03-13T03:54:45.549Z Compiling zerocopy-derive v0.8.42
3812026-03-13T03:54:45.549Z Compiling serde_derive v1.0.228
3822026-03-13T03:54:45.553Z Compiling thiserror-impl v2.0.18
3832026-03-13T03:54:45.553Z Compiling ref-cast-impl v1.0.25
3842026-03-13T03:54:45.553Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3852026-03-13T03:54:47.287Z Compiling darling_macro v0.21.3
3862026-03-13T03:54:48.416Z Compiling darling v0.21.3
3872026-03-13T03:54:48.491Z Compiling ingot-macros v0.1.1
3882026-03-13T03:54:48.494Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3892026-03-13T03:54:57.109Z 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-13T03:55:00.012Z Compiling byteorder v1.5.0
3912026-03-13T03:55:00.013Z Compiling macaddr v1.0.1
3922026-03-13T03:55:00.013Z Compiling cfg-if v1.0.4
3932026-03-13T03:55:00.017Z Compiling stable_deref_trait v1.2.1
3942026-03-13T03:55:00.096Z Compiling managed v0.8.0
3952026-03-13T03:55:00.101Z Compiling bitflags v1.3.2
3962026-03-13T03:55:00.140Z Compiling cobs v0.3.0
3972026-03-13T03:55:00.260Z Compiling hash32 v0.3.1
3982026-03-13T03:55:00.416Z Compiling dyn-clone v1.0.20
3992026-03-13T03:55:00.484Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4002026-03-13T03:55:02.362Z Compiling bitflags v2.11.0
4012026-03-13T03:55:02.364Z Compiling uuid v1.22.0
4022026-03-13T03:55:02.570Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4032026-03-13T03:55:03.035Z Compiling postcard v1.1.3
4042026-03-13T03:55:04.243Z Compiling ingot-types v0.1.2
4052026-03-13T03:55:04.683Z Compiling ingot v0.1.1
4062026-03-13T03:55:06.964Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4072026-03-13T03:55:12.179Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4082026-03-13T03:55:23.572Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4092026-03-13T03:56:00.755Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 21s
4102026-03-13T03:56:00.785ZLinking xde kmod...
4112026-03-13T03:56:01.498ZBuilding xde dev link helper (release).
4122026-03-13T03:56:01.706Z 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-13T03:56:01.707Z 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-13T03:56:01.707Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4152026-03-13T03:56:18.234Z 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-13T03:56:21.527Z Finished `release` profile [optimized + debuginfo] target(s) in 19.99s
4172026-03-13T03:56:21.551ZBuilding opteadm (dev).
4182026-03-13T03:56:21.752Z Compiling serde_core v1.0.228
4192026-03-13T03:56:21.752Z Compiling libc v0.2.183
4202026-03-13T03:56:21.752Z Compiling cfg-if v1.0.4
4212026-03-13T03:56:21.762Z Compiling memchr v2.8.0
4222026-03-13T03:56:21.763Z Compiling ident_case v1.0.1
4232026-03-13T03:56:21.763Z Compiling fnv v1.0.7
4242026-03-13T03:56:21.763Z Compiling strsim v0.11.1
4252026-03-13T03:56:21.781Z Compiling syn v2.0.117
4262026-03-13T03:56:21.840Z Compiling regex-syntax v0.8.10
4272026-03-13T03:56:21.873Z Compiling hashbrown v0.16.1
4282026-03-13T03:56:21.898Z Compiling equivalent v1.0.2
4292026-03-13T03:56:21.985Z Compiling either v1.15.0
4302026-03-13T03:56:22.152Z Compiling serde v1.0.228
4312026-03-13T03:56:22.228Z Compiling zerocopy v0.8.42
4322026-03-13T03:56:22.550Z Compiling aho-corasick v1.1.4
4332026-03-13T03:56:22.561Z Compiling winnow v0.7.15
4342026-03-13T03:56:22.618Z Compiling indexmap v2.13.0
4352026-03-13T03:56:22.761Z Compiling itertools v0.14.0
4362026-03-13T03:56:22.812Z Compiling byteorder v1.5.0
4372026-03-13T03:56:23.037Z Compiling heapless v0.8.0
4382026-03-13T03:56:23.409Z Compiling toml_datetime v1.0.0+spec-1.1.0
4392026-03-13T03:56:23.633Z Compiling hash32 v0.3.1
4402026-03-13T03:56:23.678Z Compiling stable_deref_trait v1.2.1
4412026-03-13T03:56:23.758Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4422026-03-13T03:56:23.812Z Compiling rustversion v1.0.22
4432026-03-13T03:56:24.051Z Compiling regex-automata v0.4.14
4442026-03-13T03:56:24.258Z Compiling smoltcp v0.11.0
4452026-03-13T03:56:24.382Z Compiling toml_parser v1.0.9+spec-1.1.0
4462026-03-13T03:56:24.491Z Compiling syn v1.0.109
4472026-03-13T03:56:24.507Z Compiling macaddr v1.0.1
4482026-03-13T03:56:24.684Z Compiling bitflags v2.11.0
4492026-03-13T03:56:24.823Z Compiling ref-cast v1.0.25
4502026-03-13T03:56:24.886Z Compiling toml_edit v0.25.4+spec-1.1.0
4512026-03-13T03:56:24.936Z Compiling bitflags v1.3.2
4522026-03-13T03:56:25.014Z Compiling version_check v0.9.5
4532026-03-13T03:56:25.111Z Compiling managed v0.8.0
4542026-03-13T03:56:25.229Z Compiling getrandom v0.4.2
4552026-03-13T03:56:25.235Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4562026-03-13T03:56:25.366Z Compiling rand_core v0.10.0
4572026-03-13T03:56:25.388Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4582026-03-13T03:56:25.494Z Compiling darling_core v0.21.3
4592026-03-13T03:56:25.611Z Compiling proc-macro-crate v3.5.0
4602026-03-13T03:56:25.684Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4612026-03-13T03:56:26.176Z Compiling errno v0.3.14
4622026-03-13T03:56:26.380Z Compiling regex v1.12.3
4632026-03-13T03:56:26.461Z Compiling ipnetwork v0.21.1
4642026-03-13T03:56:26.872Z Compiling unicode-width v0.2.2
4652026-03-13T03:56:27.111Z Compiling foreign-types-shared v0.3.1
4662026-03-13T03:56:27.212Z Compiling cpufeatures v0.3.0
4672026-03-13T03:56:27.257Z Compiling once_cell v1.21.3
4682026-03-13T03:56:27.291Z Compiling chacha20 v0.10.0
4692026-03-13T03:56:27.326Z Compiling thiserror-impl v2.0.18
4702026-03-13T03:56:27.590Z Compiling zerocopy-derive v0.8.42
4712026-03-13T03:56:27.719Z Compiling serde_derive v1.0.228
4722026-03-13T03:56:27.763Z Compiling num_enum_derive v0.7.5
4732026-03-13T03:56:28.504Z Compiling ref-cast-impl v1.0.25
4742026-03-13T03:56:28.577Z Compiling darling_macro v0.21.3
4752026-03-13T03:56:29.066Z Compiling thiserror v2.0.18
4762026-03-13T03:56:29.107Z Compiling foreign-types-macros v0.2.3
4772026-03-13T03:56:29.189Z Compiling cobs v0.3.0
4782026-03-13T03:56:29.271Z Compiling darling v0.21.3
4792026-03-13T03:56:29.353Z Compiling ingot-macros v0.1.1
4802026-03-13T03:56:29.361Z Compiling num_enum v0.7.5
4812026-03-13T03:56:29.493Z Compiling tracing-core v0.1.36
4822026-03-13T03:56:29.537Z Compiling cstr-argument v0.1.2
4832026-03-13T03:56:29.738Z Compiling tracing-attributes v0.1.31
4842026-03-13T03:56:29.902Z Compiling foreign-types v0.5.0
4852026-03-13T03:56:29.987Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4862026-03-13T03:56:30.647Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4872026-03-13T03:56:30.717Z Compiling tabwriter v1.4.1
4882026-03-13T03:56:31.349Z Compiling rustix v1.1.4
4892026-03-13T03:56:31.408Z Compiling anyhow v1.0.102
4902026-03-13T03:56:31.426Z Compiling pin-project-lite v0.2.17
4912026-03-13T03:56:31.520Z Compiling pretty-hex v0.4.1
4922026-03-13T03:56:31.531Z Compiling dyn-clone v1.0.20
4932026-03-13T03:56:31.545Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
4942026-03-13T03:56:31.674Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4952026-03-13T03:56:31.718Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4962026-03-13T03:56:31.830Z Compiling tracing v0.1.44
4972026-03-13T03:56:31.937Z Compiling terminal_size v0.4.3
4982026-03-13T03:56:32.062Z Compiling postcard v1.1.3
4992026-03-13T03:56:32.130Z Compiling rand v0.10.0
5002026-03-13T03:56:32.324Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5012026-03-13T03:56:32.346Z Compiling uuid v1.22.0
5022026-03-13T03:56:32.406Z Compiling socket2 v0.6.3
5032026-03-13T03:56:32.462Z Compiling oxnet v0.1.4
5042026-03-13T03:56:32.509Z Compiling colored v3.1.1
5052026-03-13T03:56:33.037Z Compiling clap_builder v4.6.0
5062026-03-13T03:56:33.081Z Compiling clap_derive v4.6.0
5072026-03-13T03:56:33.146Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5082026-03-13T03:56:33.735Z Compiling ingot-types v0.1.2
5092026-03-13T03:56:34.151Z Compiling ingot v0.1.1
5102026-03-13T03:56:35.254Z Compiling clap v4.6.0
5112026-03-13T03:56:36.507Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-03-13T03:56:39.176Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-03-13T03:56:40.687Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5142026-03-13T03:56:46.656Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.09s
5152026-03-13T03:56:46.691ZBuilding xde (dev).
5162026-03-13T03:56:47.000Z 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-13T03:56:47.000Z 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-13T03:56:47.000Z Compiling proc-macro2 v1.0.106
5192026-03-13T03:56:47.000Z Compiling quote v1.0.45
5202026-03-13T03:56:47.003Z Compiling unicode-ident v1.0.24
5212026-03-13T03:56:47.003Z Compiling serde_core v1.0.228
5222026-03-13T03:56:47.003Z Compiling fnv v1.0.7
5232026-03-13T03:56:47.003Z Compiling ident_case v1.0.1
5242026-03-13T03:56:47.121Z Compiling strsim v0.11.1
5252026-03-13T03:56:47.153Z Compiling memchr v2.8.0
5262026-03-13T03:56:47.159Z Compiling regex-syntax v0.8.10
5272026-03-13T03:56:47.479Z Compiling serde v1.0.228
5282026-03-13T03:56:47.527Z Compiling zerocopy v0.8.42
5292026-03-13T03:56:47.654Z Compiling either v1.15.0
5302026-03-13T03:56:47.678Z Compiling thiserror v2.0.18
5312026-03-13T03:56:47.912Z Compiling aho-corasick v1.1.4
5322026-03-13T03:56:48.031Z Compiling itertools v0.14.0
5332026-03-13T03:56:48.084Z Compiling heapless v0.8.0
5342026-03-13T03:56:48.419Z Compiling syn v2.0.117
5352026-03-13T03:56:48.579Z Compiling smoltcp v0.11.0
5362026-03-13T03:56:48.643Z Compiling ref-cast v1.0.25
5372026-03-13T03:56:48.720Z Compiling version_check v0.9.5
5382026-03-13T03:56:49.136Z Compiling crc32fast v1.5.0
5392026-03-13T03:56:49.178Z Compiling regex-automata v0.4.14
5402026-03-13T03:56:49.203Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5412026-03-13T03:56:51.356Z Compiling regex v1.12.3
5422026-03-13T03:56:51.674Z Compiling darling_core v0.21.3
5432026-03-13T03:56:52.885Z Compiling zerocopy-derive v0.8.42
5442026-03-13T03:56:52.885Z Compiling thiserror-impl v2.0.18
5452026-03-13T03:56:52.887Z Compiling serde_derive v1.0.228
5462026-03-13T03:56:52.888Z Compiling ref-cast-impl v1.0.25
5472026-03-13T03:56:52.888Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5482026-03-13T03:56:54.648Z Compiling darling_macro v0.21.3
5492026-03-13T03:56:55.774Z Compiling darling v0.21.3
5502026-03-13T03:56:55.850Z Compiling ingot-macros v0.1.1
5512026-03-13T03:56:55.853Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5522026-03-13T03:57:03.684Z 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-13T03:57:06.115Z Compiling byteorder v1.5.0
5542026-03-13T03:57:06.115Z Compiling macaddr v1.0.1
5552026-03-13T03:57:06.115Z Compiling cfg-if v1.0.4
5562026-03-13T03:57:06.119Z Compiling stable_deref_trait v1.2.1
5572026-03-13T03:57:06.194Z Compiling bitflags v1.3.2
5582026-03-13T03:57:06.202Z Compiling managed v0.8.0
5592026-03-13T03:57:06.255Z Compiling cobs v0.3.0
5602026-03-13T03:57:06.361Z Compiling hash32 v0.3.1
5612026-03-13T03:57:06.561Z Compiling dyn-clone v1.0.20
5622026-03-13T03:57:06.706Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5632026-03-13T03:57:08.379Z Compiling bitflags v2.11.0
5642026-03-13T03:57:08.380Z Compiling uuid v1.22.0
5652026-03-13T03:57:08.544Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5662026-03-13T03:57:08.963Z Compiling postcard v1.1.3
5672026-03-13T03:57:10.160Z Compiling ingot-types v0.1.2
5682026-03-13T03:57:10.601Z Compiling ingot v0.1.1
5692026-03-13T03:57:12.757Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5702026-03-13T03:57:18.785Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5712026-03-13T03:57:32.238Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5722026-03-13T03:57:43.106Z Finished `dev` profile [optimized + debuginfo] target(s) in 56.37s
5732026-03-13T03:57:43.133ZLinking xde kmod...
5742026-03-13T03:57:44.546ZBuilding xde dev link helper (dev).
5752026-03-13T03:57:44.758Z 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-13T03:57:44.758Z 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-13T03:57:44.758Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5782026-03-13T03:58:00.388Z 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-13T03:58:03.433Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.84s
5802026-03-13T03:58:03.513Z
5812026-03-13T03:58:03.513Zreal 4:14.969790573
5822026-03-13T03:58:03.513Zuser 12:01.690454507
5832026-03-13T03:58:03.513Zsys 1:11.541817698
5842026-03-13T03:58:03.513Ztrap 0.339420279
5852026-03-13T03:58:03.513Ztflt 0.921427869
5862026-03-13T03:58:03.513Zdflt 1.622492297
5872026-03-13T03:58:03.513Zkflt 0.007796973
5882026-03-13T03:58:03.513Zlock 41:58.353514228
5892026-03-13T03:58:03.513Zslp 27:47.952364930
5902026-03-13T03:58:03.513Zlat 25.807573010
5912026-03-13T03:58:03.513Zstop 37.931010595
5922026-03-13T03:58:03.513Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5932026-03-13T03:58:03.514Z+ grep GOTPCREL
5942026-03-13T03:58:04.568Z+ header 'package opte'
5952026-03-13T03:58:04.568Z+ echo '# ==== package opte ==== #'
5962026-03-13T03:58:04.568Z# ==== package opte ==== #
5972026-03-13T03:58:04.568Z+ cargo xtask package --skip-build --profile all
5982026-03-13T03:58:04.757Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s
5992026-03-13T03:58:04.761Z Running `target/debug/xtask package --skip-build --profile all`
6002026-03-13T03:58:05.041Z+ ./clean.sh
6012026-03-13T03:58:05.051Z+ mkdir -p proto/kernel/drv/amd64
6022026-03-13T03:58:05.056Z+ mkdir -p proto/opt/oxide/opte/bin
6032026-03-13T03:58:05.056Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6042026-03-13T03:58:05.060Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6052026-03-13T03:58:05.074Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6062026-03-13T03:58:05.121Z+ cp ../xde/xde.conf proto/kernel/drv/
6072026-03-13T03:58:05.125Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6082026-03-13T03:58:05.125Z+ '[' -z ']'
6092026-03-13T03:58:05.125Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6102026-03-13T03:58:05.146Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6112026-03-13T03:58:05.216Z+ INC_DEBUG=
6122026-03-13T03:58:05.220Z++ ./print-api-version.sh
6132026-03-13T03:58:05.225Z+ API_VSN=39
6142026-03-13T03:58:05.231Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/462/g -e s/%API_VSN%/39/g opte.template.p5m
6152026-03-13T03:58:05.231Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-03-13T03:58:06.318Z+ pkgdepend generate -d proto opte.base.p5m
6172026-03-13T03:58:07.197Z+ mkdir -p packages
6182026-03-13T03:58:07.200Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-03-13T03:58:20.068Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-03-13T03:58:20.076Z+ pkgrepo create packages/repo
6212026-03-13T03:58:20.823Z+ pkgrepo add-publisher -s packages/repo helios-dev
6222026-03-13T03:58:21.563Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-03-13T03:58:59.022Zpkg://helios-dev/driver/network/opte@0.39.462,5.11:20260313T035821Z
6242026-03-13T03:58:59.022ZPUBLISHED
6252026-03-13T03:58:59.070Z+ pkgrecv -a -d packages/repo/opte-0.39.462.p5p -s packages/repo -v -m latest '*'
6262026-03-13T03:58:59.733ZRetrieving packages for publisher helios-dev ...
6272026-03-13T03:58:59.741ZRetrieving catalog 'helios-dev' ... Done
6282026-03-13T03:58:59.741ZRetrieving and evaluating 1 package(s)...
6292026-03-13T03:58:59.741ZFetching manifests: 1/1 100% complete
6302026-03-13T03:58:59.741ZFetching manifests: 1/1 100% complete
6312026-03-13T03:58:59.742Z
6322026-03-13T03:58:59.742ZArchiving packages ...
6332026-03-13T03:58:59.742Z Packages to add: 1
6342026-03-13T03:58:59.742Z Files to retrieve: 6
6352026-03-13T03:58:59.742ZEstimated transfer size: 35.53 MB
6362026-03-13T03:58:59.742Z
6372026-03-13T03:58:59.742ZPackages to archive:
6382026-03-13T03:58:59.742Zdriver/network/opte@0.39.462,5.11:20260313T035821Z
6392026-03-13T03:58:59.742Z
6402026-03-13T03:58:59.742ZDownload: 0/6 items 0.0/35.5MB 0% complete
6412026-03-13T03:58:59.857ZDownload: Completed 35.53 MB in 0.10 seconds (356M/s)
6422026-03-13T03:58:59.866ZArchiving: 1/20 items 0.0/35.6MB 0% complete
6432026-03-13T03:58:59.866ZArchiving: Completed 35.56 MB in 0.02 seconds
6442026-03-13T03:58:59.906ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.462.p5p.
6452026-03-13T03:58:59.910Z+ banner copy
6462026-03-13T03:58:59.918Z
6472026-03-13T03:58:59.918Z #### #### ##### # #
6482026-03-13T03:58:59.918Z # # # # # # # #
6492026-03-13T03:58:59.918Z # # # # # #
6502026-03-13T03:58:59.918Z # # # ##### #
6512026-03-13T03:58:59.918Z # # # # # #
6522026-03-13T03:58:59.918Z #### #### # #
6532026-03-13T03:58:59.918Z
6542026-03-13T03:58:59.918Z+ pfexec mkdir -p /out
6552026-03-13T03:58:59.918Z+ pfexec chown 12345 /out
6562026-03-13T03:58:59.924Z+ PKG_NAME=/out/opte.p5p
6572026-03-13T03:58:59.924Z+ mv pkg/packages/repo/opte-0.39.462.p5p /out/opte.p5p
6582026-03-13T03:58:59.952Z+ sha256sum /out/opte.p5p
6592026-03-13T03:58:59.981Zprocess exited: duration 327364 ms, exit code 0
 
6602026-03-13T03:58:59.995Zfound 2 output files
6612026-03-13T03:58:59.996Zuploading: /out/opte.p5p (37294080 bytes)
6622026-03-13T03:59:01.573Zuploaded: /out/opte.p5p
6632026-03-13T03:59:01.573Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-03-13T03:59:02.588Zuploaded: /out/opte.p5p.sha256