01KPCT3F865SMGNY3Q4M3WH726: 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: 01KPCT4HGQTTCH3R3NC2FSRW47

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T04:11:57.510Zjob assigned to worker 01KPCT5G4W0NA4TGWVDGC4NSKD [factory aws, i-022c7685383354b23] (queued for 1 m 15 s)
 
22026-04-17T04:12:04.579Zstarting task 0: "setup"
32026-04-17T04:12:04.583Z++ uname -s
42026-04-17T04:12:04.591Z+ kern=SunOS
52026-04-17T04:12:04.591Z+ build_user=build
62026-04-17T04:12:04.591Z+ build_uid=12345
72026-04-17T04:12:04.591Z+ work_dir=/work
82026-04-17T04:12:04.591Z+ input_dir=/input
92026-04-17T04:12:04.591Z+ [[ 0 == 12345 ]]
102026-04-17T04:12:04.591Z+ case "$kern" in
112026-04-17T04:12:04.591Z+ groupadd -g 12345 build
122026-04-17T04:12:04.591Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T04:12:06.593Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T04:12:06.673Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T04:12:06.680Z+ home_fs=zfs
162026-04-17T04:12:06.680Z+ [[ zfs == autofs ]]
172026-04-17T04:12:06.680Z+ mkdir -p /home/build
182026-04-17T04:12:06.681Z+ chown build:build /home/build /work
192026-04-17T04:12:08.677Z+ chmod 0700 /home/build /work
202026-04-17T04:12:08.683Zprocess exited: duration 4102 ms, exit code 0
 
212026-04-17T04:12:08.691Zstarting task 1: "rust-toolchain"
222026-04-17T04:12:08.695Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-04-17T04:12:08.695Z * rust toolchain channel = "1.95.0"
242026-04-17T04:12:08.695Z * rust toolchain profile = "default"
252026-04-17T04:12:08.695Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-17T04:12:08.695Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T04:12:08.695Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T04:12:08.698Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T04:12:08.698Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-04-17T04:12:08.816Zinfo: downloading installer
312026-04-17T04:12:10.300Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T04:12:10.300Zwarn: /opt/ooce/bin
332026-04-17T04:12:10.300Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T04:12:10.300Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T04:12:10.300Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T04:12:10.300Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T04:12:10.300Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T04:12:10.300Zerror: cannot install while Rust is installed
392026-04-17T04:12:10.300Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T04:12:10.300Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T04:12:10.300Zwarn: /home/build/.rustup/settings.toml
422026-04-17T04:12:10.300Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T04:12:10.300Zwarn: instead of the one inferred from the default host triple.
442026-04-17T04:12:10.312Zinfo: profile set to default
452026-04-17T04:12:10.312Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T04:12:10.316Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
472026-04-17T04:12:10.470Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-17T04:12:10.473Zinfo: downloading 6 components
492026-04-17T04:12:26.176Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
502026-04-17T04:12:26.177Z
512026-04-17T04:12:26.237Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-17T04:12:26.237Z
532026-04-17T04:12:26.237Z
542026-04-17T04:12:26.237ZRust is installed now. Great!
552026-04-17T04:12:26.237Z
562026-04-17T04:12:26.237ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T04:12:26.237Zenvironment variable. This has not been done automatically.
582026-04-17T04:12:26.237Z
592026-04-17T04:12:26.237ZTo configure your current shell, you need to source
602026-04-17T04:12:26.238Zthe corresponding env file under $HOME/.cargo.
612026-04-17T04:12:26.238Z
622026-04-17T04:12:26.238ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T04:12:26.238Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T04:12:26.238Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T04:12:26.238Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T04:12:26.238Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T04:12:26.238Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T04:12:26.238Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T04:12:26.238Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T04:12:26.238Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T04:12:26.274Z+ rustup --version
722026-04-17T04:12:26.274Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T04:12:26.275Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T04:12:26.275Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-17T04:12:26.275Z+ cargo --version
762026-04-17T04:12:26.346Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-17T04:12:26.346Z+ rustc --version
782026-04-17T04:12:26.346Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-17T04:12:26.346Zprocess exited: duration 17597 ms, exit code 0
 
802026-04-17T04:12:26.417Zstarting task 2: "authentication"
812026-04-17T04:12:26.484Zprocess exited: duration 36 ms, exit code 0
 
822026-04-17T04:12:26.625Zstarting task 3: "clone repository"
832026-04-17T04:12:26.755Z+ mkdir -p /work/oxidecomputer/opte
842026-04-17T04:12:26.755Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-17T04:12:26.755ZCloning into '/work/oxidecomputer/opte'...
862026-04-17T04:12:27.573Z+ cd /work/oxidecomputer/opte
872026-04-17T04:12:27.588Z+ git fetch origin 882c068b404722c1733d645e40a73d14bb4404e1
882026-04-17T04:12:27.836ZFrom https://github.com/oxidecomputer/opte
892026-04-17T04:12:27.836Z * branch 882c068b404722c1733d645e40a73d14bb4404e1 -> FETCH_HEAD
902026-04-17T04:12:27.876Z+ [[ -n renovate/rust-1.x ]]
912026-04-17T04:12:27.876Z++ git branch --show-current
922026-04-17T04:12:27.876Z+ current=master
932026-04-17T04:12:27.876Z+ [[ master != renovate/rust-1.x ]]
942026-04-17T04:12:27.876Z+ git branch -f renovate/rust-1.x 882c068b404722c1733d645e40a73d14bb4404e1
952026-04-17T04:12:27.876Z+ git checkout -f renovate/rust-1.x
962026-04-17T04:12:27.924ZSwitched to branch 'renovate/rust-1.x'
972026-04-17T04:12:27.924Z+ git reset --hard 882c068b404722c1733d645e40a73d14bb4404e1
982026-04-17T04:12:27.924ZHEAD is now at 882c068 Update dependency rust to v1.95.0
992026-04-17T04:12:27.924Zprocess exited: duration 1274 ms, exit code 0
 
1002026-04-17T04:12:28.231Zstarting task 4: "build"
1012026-04-17T04:12:28.343Z+ source .github/buildomat/common.sh
1022026-04-17T04:12:28.343Z++ rustup show active-toolchain
1032026-04-17T04:12:28.343Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-17T04:12:28.343Z++ pushd xde
1052026-04-17T04:12:28.343Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-17T04:12:28.343Z++ rustup show active-toolchain
1072026-04-17T04:12:28.343Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-17T04:12:28.389Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-17T04:12:28.390Zinfo: downloading 6 components
1102026-04-17T04:12:42.994Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-17T04:12:43.096Z+++ rustup show active-toolchain -v
1122026-04-17T04:12:43.105Z+++ head -n 1
1132026-04-17T04:12:43.106Z+++ cut '-d ' -f1
1142026-04-17T04:12:43.135Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-17T04:12:43.136Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-17T04:12:43.136Z++ popd
1172026-04-17T04:12:43.181Z/work/oxidecomputer/opte
1182026-04-17T04:12:43.182Z+ TGT_BASE=/work
1192026-04-17T04:12:43.182Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-04-17T04:12:43.182Z+ REL_TGT=/work/release
1212026-04-17T04:12:43.182Z+ mkdir -p /work/release
1222026-04-17T04:12:43.182Z+ cargo --version
1232026-04-17T04:12:43.182Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1242026-04-17T04:12:43.182Z+ rustc --version
1252026-04-17T04:12:43.215Zrustc 1.95.0 (59807616e 2026-04-14)
1262026-04-17T04:12:43.216Z+ header 'build xde and opteadm (release+debug)'
1272026-04-17T04:12:43.216Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-04-17T04:12:43.216Z+ ptime -m cargo xtask build --profile all
1292026-04-17T04:12:43.216Z# ==== build xde and opteadm (release+debug) ==== #
1302026-04-17T04:12:43.271Z Updating crates.io index
1312026-04-17T04:12:43.343Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-04-17T04:12:44.318Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-04-17T04:12:44.634Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-04-17T04:12:45.027Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-04-17T04:12:45.495Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-04-17T04:12:45.739Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-04-17T04:12:45.996Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-04-17T04:12:48.285Z Downloading crates ...
1392026-04-17T04:12:48.360Z Downloaded anstyle v1.0.14
1402026-04-17T04:12:48.365Z Downloaded strsim v0.11.1
1412026-04-17T04:12:48.365Z Downloaded serde_spanned v1.1.1
1422026-04-17T04:12:48.368Z Downloaded indexmap v2.14.0
1432026-04-17T04:12:48.372Z Downloaded quote v1.0.45
1442026-04-17T04:12:48.376Z Downloaded clap_lex v1.1.0
1452026-04-17T04:12:48.380Z Downloaded toml_writer v1.1.1+spec-1.1.0
1462026-04-17T04:12:48.386Z Downloaded heck v0.5.0
1472026-04-17T04:12:48.392Z Downloaded terminal_size v0.4.4
1482026-04-17T04:12:48.392Z Downloaded anstyle-query v1.1.5
1492026-04-17T04:12:48.398Z Downloaded toml_parser v1.1.2+spec-1.1.0
1502026-04-17T04:12:48.398Z Downloaded itoa v1.0.18
1512026-04-17T04:12:48.398Z Downloaded equivalent v1.0.2
1522026-04-17T04:12:48.398Z Downloaded cargo-platform v0.3.2
1532026-04-17T04:12:48.404Z Downloaded errno v0.3.14
1542026-04-17T04:12:48.407Z Downloaded anstyle-parse v1.0.0
1552026-04-17T04:12:48.411Z Downloaded toml v1.1.2+spec-1.1.0
1562026-04-17T04:12:48.414Z Downloaded utf8parse v0.2.2
1572026-04-17T04:12:48.418Z Downloaded is_terminal_polyfill v1.70.2
1582026-04-17T04:12:48.421Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1592026-04-17T04:12:48.421Z Downloaded colorchoice v1.0.5
1602026-04-17T04:12:48.426Z Downloaded bitflags v2.11.0
1612026-04-17T04:12:48.432Z Downloaded camino v1.2.2
1622026-04-17T04:12:48.436Z Downloaded clap v4.6.0
1632026-04-17T04:12:48.441Z Downloaded zmij v1.0.21
1642026-04-17T04:12:48.446Z Downloaded thiserror-impl v2.0.18
1652026-04-17T04:12:48.446Z Downloaded thiserror v2.0.18
1662026-04-17T04:12:48.456Z Downloaded semver v1.0.28
1672026-04-17T04:12:48.456Z Downloaded clap_derive v4.6.0
1682026-04-17T04:12:48.456Z Downloaded memchr v2.8.0
1692026-04-17T04:12:48.463Z Downloaded anstream v1.0.0
1702026-04-17T04:12:48.463Z Downloaded cargo_metadata v0.23.1
1712026-04-17T04:12:48.463Z Downloaded anyhow v1.0.102
1722026-04-17T04:12:48.467Z Downloaded proc-macro2 v1.0.106
1732026-04-17T04:12:48.467Z Downloaded serde_derive v1.0.228
1742026-04-17T04:12:48.472Z Downloaded serde_core v1.0.228
1752026-04-17T04:12:48.478Z Downloaded unicode-ident v1.0.24
1762026-04-17T04:12:48.489Z Downloaded serde v1.0.228
1772026-04-17T04:12:48.505Z Downloaded winnow v1.0.1
1782026-04-17T04:12:48.517Z Downloaded serde_json v1.0.149
1792026-04-17T04:12:48.524Z Downloaded hashbrown v0.17.0
1802026-04-17T04:12:48.524Z Downloaded clap_builder v4.6.0
1812026-04-17T04:12:48.547Z Downloaded syn v2.0.117
1822026-04-17T04:12:48.558Z Downloaded rustix v1.1.4
1832026-04-17T04:12:48.589Z Downloaded libc v0.2.185
1842026-04-17T04:12:48.638Z Compiling proc-macro2 v1.0.106
1852026-04-17T04:12:48.638Z Compiling serde_core v1.0.228
1862026-04-17T04:12:48.638Z Compiling unicode-ident v1.0.24
1872026-04-17T04:12:48.642Z Compiling quote v1.0.45
1882026-04-17T04:12:48.642Z Compiling libc v0.2.185
1892026-04-17T04:12:48.642Z Compiling rustix v1.1.4
1902026-04-17T04:12:48.642Z Compiling bitflags v2.11.0
1912026-04-17T04:12:48.642Z Compiling zmij v1.0.21
1922026-04-17T04:12:48.847Z Compiling utf8parse v0.2.2
1932026-04-17T04:12:48.953Z Compiling anstyle-parse v1.0.0
1942026-04-17T04:12:49.123Z Compiling anstyle-query v1.1.5
1952026-04-17T04:12:49.129Z Compiling anstyle v1.0.14
1962026-04-17T04:12:49.168Z Compiling thiserror v2.0.18
1972026-04-17T04:12:49.176Z Compiling serde v1.0.228
1982026-04-17T04:12:49.214Z Compiling colorchoice v1.0.5
1992026-04-17T04:12:49.266Z Compiling is_terminal_polyfill v1.70.2
2002026-04-17T04:12:49.316Z Compiling camino v1.2.2
2012026-04-17T04:12:49.344Z Compiling serde_json v1.0.149
2022026-04-17T04:12:49.379Z Compiling anstream v1.0.0
2032026-04-17T04:12:49.479Z Compiling errno v0.3.14
2042026-04-17T04:12:49.652Z Compiling clap_lex v1.1.0
2052026-04-17T04:12:49.678Z Compiling itoa v1.0.18
2062026-04-17T04:12:49.685Z Compiling strsim v0.11.1
2072026-04-17T04:12:49.892Z Compiling memchr v2.8.0
2082026-04-17T04:12:49.923Z Compiling heck v0.5.0
2092026-04-17T04:12:49.940Z Compiling anyhow v1.0.102
2102026-04-17T04:12:50.042Z Compiling syn v2.0.117
2112026-04-17T04:12:50.111Z Compiling terminal_size v0.4.4
2122026-04-17T04:12:50.115Z Compiling winnow v1.0.1
2132026-04-17T04:12:50.269Z Compiling clap_builder v4.6.0
2142026-04-17T04:12:50.457Z Compiling toml_parser v1.1.2+spec-1.1.0
2152026-04-17T04:12:50.529Z Compiling toml_writer v1.1.1+spec-1.1.0
2162026-04-17T04:12:50.922Z Compiling toml_datetime v1.1.1+spec-1.1.0
2172026-04-17T04:12:51.100Z Compiling semver v1.0.28
2182026-04-17T04:12:51.381Z Compiling cargo-platform v0.3.2
2192026-04-17T04:12:51.502Z Compiling serde_spanned v1.1.1
2202026-04-17T04:12:51.657Z Compiling toml v1.1.2+spec-1.1.0
2212026-04-17T04:12:52.392Z Compiling thiserror-impl v2.0.18
2222026-04-17T04:12:52.699Z Compiling serde_derive v1.0.228
2232026-04-17T04:12:52.816Z Compiling clap_derive v4.6.0
2242026-04-17T04:12:55.563Z Compiling clap v4.6.0
2252026-04-17T04:12:55.636Z Compiling cargo_metadata v0.23.1
2262026-04-17T04:12:57.869Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-04-17T04:12:59.469Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.25s
2282026-04-17T04:12:59.533Z Running `target/debug/xtask build --profile all`
2292026-04-17T04:13:01.046ZBuilding opteadm (release).
2302026-04-17T04:13:01.138Z Compiling proc-macro2 v1.0.106
2312026-04-17T04:13:01.138Z Compiling quote v1.0.45
2322026-04-17T04:13:01.138Z Compiling unicode-ident v1.0.24
2332026-04-17T04:13:01.138Z Compiling serde_core v1.0.228
2342026-04-17T04:13:01.138Z Compiling libc v0.2.185
2352026-04-17T04:13:01.175Z Compiling cfg-if v1.0.4
2362026-04-17T04:13:01.175Z Compiling strsim v0.11.1
2372026-04-17T04:13:01.175Z Compiling ident_case v1.0.1
2382026-04-17T04:13:01.233Z Compiling fnv v1.0.7
2392026-04-17T04:13:01.278Z Compiling thiserror v2.0.18
2402026-04-17T04:13:01.278Z Compiling memchr v2.8.0
2412026-04-17T04:13:01.293Z Compiling regex-syntax v0.8.10
2422026-04-17T04:13:01.414Z Compiling serde v1.0.228
2432026-04-17T04:13:01.448Z Compiling winnow v1.0.1
2442026-04-17T04:13:01.724Z Compiling aho-corasick v1.1.4
2452026-04-17T04:13:01.767Z Compiling equivalent v1.0.2
2462026-04-17T04:13:01.792Z Compiling zerocopy v0.8.48
2472026-04-17T04:13:01.815Z Compiling hashbrown v0.17.0
2482026-04-17T04:13:01.849Z Compiling anyhow v1.0.102
2492026-04-17T04:13:02.196Z Compiling either v1.15.0
2502026-04-17T04:13:02.426Z Compiling syn v2.0.117
2512026-04-17T04:13:02.433Z Compiling itertools v0.14.0
2522026-04-17T04:13:02.434Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-04-17T04:13:02.434Z Compiling indexmap v2.14.0
2542026-04-17T04:13:02.489Z Compiling toml_datetime v1.1.1+spec-1.1.0
2552026-04-17T04:13:02.748Z Compiling byteorder v1.5.0
2562026-04-17T04:13:02.960Z Compiling regex-automata v0.4.14
2572026-04-17T04:13:03.034Z Compiling heapless v0.8.0
2582026-04-17T04:13:03.034Z Compiling toml_edit v0.25.11+spec-1.1.0
2592026-04-17T04:13:03.064Z Compiling hash32 v0.3.1
2602026-04-17T04:13:03.178Z Compiling bitflags v2.11.0
2612026-04-17T04:13:03.307Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2622026-04-17T04:13:03.335Z Compiling rustversion v1.0.22
2632026-04-17T04:13:03.342Z Compiling smoltcp v0.11.0
2642026-04-17T04:13:03.498Z Compiling macaddr v1.0.1
2652026-04-17T04:13:03.531Z Compiling syn v1.0.109
2662026-04-17T04:13:03.549Z Compiling stable_deref_trait v1.2.1
2672026-04-17T04:13:03.763Z Compiling proc-macro-crate v3.5.0
2682026-04-17T04:13:04.802Z Compiling version_check v0.9.5
2692026-04-17T04:13:04.802Z Compiling ref-cast v1.0.25
2702026-04-17T04:13:04.802Z Compiling getrandom v0.4.2
2712026-04-17T04:13:04.802Z Compiling rustix v1.1.4
2722026-04-17T04:13:04.802Z Compiling rand_core v0.10.1
2732026-04-17T04:13:04.802Z Compiling bitflags v1.3.2
2742026-04-17T04:13:04.802Z Compiling managed v0.8.0
2752026-04-17T04:13:04.802Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2762026-04-17T04:13:04.802Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-04-17T04:13:04.802Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-04-17T04:13:04.802Z Compiling errno v0.3.14
2792026-04-17T04:13:04.802Z Compiling once_cell v1.21.4
2802026-04-17T04:13:04.802Z Compiling cpufeatures v0.3.0
2812026-04-17T04:13:04.863Z Compiling regex v1.12.3
2822026-04-17T04:13:04.863Z Compiling unicode-width v0.2.2
2832026-04-17T04:13:04.864Z Compiling foreign-types-shared v0.3.1
2842026-04-17T04:13:04.956Z Compiling utf8parse v0.2.2
2852026-04-17T04:13:04.985Z Compiling ipnetwork v0.21.1
2862026-04-17T04:13:05.015Z Compiling darling_core v0.21.3
2872026-04-17T04:13:05.130Z Compiling cstr-argument v0.1.2
2882026-04-17T04:13:05.273Z Compiling tabwriter v1.4.1
2892026-04-17T04:13:05.297Z Compiling anstyle-parse v1.0.0
2902026-04-17T04:13:05.346Z Compiling tracing-core v0.1.36
2912026-04-17T04:13:05.489Z Compiling chacha20 v0.10.0
2922026-04-17T04:13:06.079Z Compiling anstyle v1.0.14
2932026-04-17T04:13:06.170Z Compiling is_terminal_polyfill v1.70.2
2942026-04-17T04:13:06.185Z Compiling thiserror-impl v2.0.18
2952026-04-17T04:13:06.202Z Compiling serde_derive v1.0.228
2962026-04-17T04:13:06.203Z Compiling zerocopy-derive v0.8.48
2972026-04-17T04:13:06.304Z Compiling num_enum_derive v0.7.6
2982026-04-17T04:13:06.383Z Compiling foreign-types-macros v0.2.3
2992026-04-17T04:13:06.926Z Compiling ref-cast-impl v1.0.25
3002026-04-17T04:13:07.076Z Compiling foreign-types v0.5.0
3012026-04-17T04:13:07.137Z Compiling darling_macro v0.21.3
3022026-04-17T04:13:07.142Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3032026-04-17T04:13:07.272Z Compiling num_enum v0.7.6
3042026-04-17T04:13:07.388Z Compiling tracing-attributes v0.1.31
3052026-04-17T04:13:07.445Z Compiling cobs v0.3.0
3062026-04-17T04:13:07.553Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3072026-04-17T04:13:07.597Z Compiling pretty-hex v0.4.2
3082026-04-17T04:13:07.725Z Compiling anstyle-query v1.1.5
3092026-04-17T04:13:07.752Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3102026-04-17T04:13:07.752Z Compiling darling v0.21.3
3112026-04-17T04:13:07.752Z Compiling dyn-clone v1.0.20
3122026-04-17T04:13:07.752Z Compiling pin-project-lite v0.2.17
3132026-04-17T04:13:07.771Z Compiling ingot-macros v0.1.1
3142026-04-17T04:13:07.810Z Compiling colorchoice v1.0.5
3152026-04-17T04:13:07.850Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3162026-04-17T04:13:07.859Z Compiling anstream v1.0.0
3172026-04-17T04:13:07.895Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3182026-04-17T04:13:08.011Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-04-17T04:13:08.234Z Compiling terminal_size v0.4.4
3202026-04-17T04:13:08.257Z Compiling rand v0.10.1
3212026-04-17T04:13:08.318Z Compiling uuid v1.23.0
3222026-04-17T04:13:08.359Z Compiling socket2 v0.6.3
3232026-04-17T04:13:08.577Z Compiling tracing v0.1.44
3242026-04-17T04:13:08.771Z Compiling clap_lex v1.1.0
3252026-04-17T04:13:08.943Z Compiling heck v0.5.0
3262026-04-17T04:13:09.080Z Compiling colored v3.1.1
3272026-04-17T04:13:09.084Z Compiling oxnet v0.1.4
3282026-04-17T04:13:09.126Z Compiling clap_derive v4.6.0
3292026-04-17T04:13:09.358Z Compiling postcard v1.1.3
3302026-04-17T04:13:09.459Z Compiling clap_builder v4.6.0
3312026-04-17T04:13:09.612Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3322026-04-17T04:13:10.600Z Compiling ingot-types v0.1.2
3332026-04-17T04:13:10.947Z Compiling ingot v0.1.1
3342026-04-17T04:13:11.274Z Compiling clap v4.6.0
3352026-04-17T04:13:12.583Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-04-17T04:13:13.577Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-04-17T04:13:14.641Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-04-17T04:13:21.087Z Finished `release` profile [optimized + debuginfo] target(s) in 20.05s
3392026-04-17T04:13:21.115ZBuilding xde (release-lto).
3402026-04-17T04:13:21.360Z Updating crates.io index
3412026-04-17T04:13:21.472Z Downloading crates ...
3422026-04-17T04:13:21.528Z Downloaded miniz_oxide v0.8.9
3432026-04-17T04:13:21.558Z Downloaded getopts v0.2.24
3442026-04-17T04:13:21.563Z Downloaded foldhash v0.2.0
3452026-04-17T04:13:21.570Z Downloaded addr2line v0.25.1
3462026-04-17T04:13:21.579Z Downloaded rustc-literal-escaper v0.0.7
3472026-04-17T04:13:21.605Z Downloaded adler2 v2.0.1
3482026-04-17T04:13:21.608Z Downloaded rustc-demangle v0.1.27
3492026-04-17T04:13:21.614Z Downloaded libc v0.2.183
3502026-04-17T04:13:21.645Z Downloaded gimli v0.32.3
3512026-04-17T04:13:21.652Z Downloaded hashbrown v0.16.1
3522026-04-17T04:13:21.657Z Downloaded object v0.37.3
3532026-04-17T04:13:21.661Z Downloaded memchr v2.7.6
3542026-04-17T04:13:21.706Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3552026-04-17T04:13:21.706Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3562026-04-17T04:13:21.706Z Compiling proc-macro2 v1.0.106
3572026-04-17T04:13:21.706Z Compiling quote v1.0.45
3582026-04-17T04:13:21.706Z Compiling unicode-ident v1.0.24
3592026-04-17T04:13:21.711Z Compiling ident_case v1.0.1
3602026-04-17T04:13:21.711Z Compiling strsim v0.11.1
3612026-04-17T04:13:21.711Z Compiling serde_core v1.0.228
3622026-04-17T04:13:21.891Z Compiling fnv v1.0.7
3632026-04-17T04:13:21.937Z Compiling memchr v2.8.0
3642026-04-17T04:13:21.989Z Compiling regex-syntax v0.8.10
3652026-04-17T04:13:22.150Z Compiling either v1.15.0
3662026-04-17T04:13:22.201Z Compiling zerocopy v0.8.48
3672026-04-17T04:13:22.201Z Compiling serde v1.0.228
3682026-04-17T04:13:22.285Z Compiling aho-corasick v1.1.4
3692026-04-17T04:13:22.325Z Compiling thiserror v2.0.18
3702026-04-17T04:13:22.542Z Compiling itertools v0.14.0
3712026-04-17T04:13:22.565Z Compiling heapless v0.8.0
3722026-04-17T04:13:22.878Z Compiling syn v2.0.117
3732026-04-17T04:13:22.916Z Compiling smoltcp v0.11.0
3742026-04-17T04:13:22.949Z Compiling version_check v0.9.5
3752026-04-17T04:13:23.004Z Compiling ref-cast v1.0.25
3762026-04-17T04:13:23.309Z Compiling crc32fast v1.5.0
3772026-04-17T04:13:23.379Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3782026-04-17T04:13:23.390Z Compiling regex-automata v0.4.14
3792026-04-17T04:13:24.935Z Compiling regex v1.12.3
3802026-04-17T04:13:25.195Z Compiling darling_core v0.21.3
3812026-04-17T04:13:25.228Z Compiling darling_core v0.23.0
3822026-04-17T04:13:26.009Z Compiling serde_derive v1.0.228
3832026-04-17T04:13:26.009Z Compiling zerocopy-derive v0.8.48
3842026-04-17T04:13:26.009Z Compiling thiserror-impl v2.0.18
3852026-04-17T04:13:26.009Z Compiling ref-cast-impl v1.0.25
3862026-04-17T04:13:26.019Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3872026-04-17T04:13:27.607Z Compiling darling_macro v0.21.3
3882026-04-17T04:13:27.668Z Compiling darling_macro v0.23.0
3892026-04-17T04:13:28.514Z Compiling darling v0.21.3
3902026-04-17T04:13:28.626Z Compiling darling v0.23.0
3912026-04-17T04:13:28.730Z Compiling ingot-macros v0.1.1
3922026-04-17T04:13:28.730Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3932026-04-17T04:13:33.729Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3942026-04-17T04:13:35.750Z Compiling byteorder v1.5.0
3952026-04-17T04:13:35.755Z Compiling macaddr v1.0.1
3962026-04-17T04:13:35.755Z Compiling cfg-if v1.0.4
3972026-04-17T04:13:35.755Z Compiling stable_deref_trait v1.2.1
3982026-04-17T04:13:35.779Z Compiling bitflags v1.3.2
3992026-04-17T04:13:35.792Z Compiling managed v0.8.0
4002026-04-17T04:13:35.834Z Compiling cobs v0.3.0
4012026-04-17T04:13:35.921Z Compiling hash32 v0.3.1
4022026-04-17T04:13:36.047Z Compiling dyn-clone v1.0.20
4032026-04-17T04:13:36.102Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4042026-04-17T04:13:37.324Z Compiling bitflags v2.11.0
4052026-04-17T04:13:37.324Z Compiling uuid v1.23.0
4062026-04-17T04:13:37.449Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4072026-04-17T04:13:37.740Z Compiling postcard v1.1.3
4082026-04-17T04:13:38.521Z Compiling ingot-types v0.1.2
4092026-04-17T04:13:38.841Z Compiling ingot v0.1.1
4102026-04-17T04:13:40.422Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4112026-04-17T04:13:44.111Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4122026-04-17T04:13:52.685Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4132026-04-17T04:14:20.426Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.27s
4142026-04-17T04:14:20.450ZLinking xde kmod...
4152026-04-17T04:14:21.031ZBuilding xde dev link helper (release).
4162026-04-17T04:14:21.211Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4172026-04-17T04:14:21.211Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4182026-04-17T04:14:21.211Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4192026-04-17T04:14:32.106Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4202026-04-17T04:14:34.429Z Finished `release` profile [optimized + debuginfo] target(s) in 13.34s
4212026-04-17T04:14:34.446ZBuilding opteadm (dev).
4222026-04-17T04:14:34.573Z Compiling serde_core v1.0.228
4232026-04-17T04:14:34.573Z Compiling libc v0.2.185
4242026-04-17T04:14:34.573Z Compiling cfg-if v1.0.4
4252026-04-17T04:14:34.581Z Compiling ident_case v1.0.1
4262026-04-17T04:14:34.581Z Compiling fnv v1.0.7
4272026-04-17T04:14:34.581Z Compiling strsim v0.11.1
4282026-04-17T04:14:34.581Z Compiling memchr v2.8.0
4292026-04-17T04:14:34.606Z Compiling syn v2.0.117
4302026-04-17T04:14:34.642Z Compiling regex-syntax v0.8.10
4312026-04-17T04:14:34.670Z Compiling either v1.15.0
4322026-04-17T04:14:34.726Z Compiling hashbrown v0.17.0
4332026-04-17T04:14:34.847Z Compiling zerocopy v0.8.48
4342026-04-17T04:14:34.863Z Compiling serde v1.0.228
4352026-04-17T04:14:35.138Z Compiling aho-corasick v1.1.4
4362026-04-17T04:14:35.177Z Compiling winnow v1.0.1
4372026-04-17T04:14:35.214Z Compiling equivalent v1.0.2
4382026-04-17T04:14:35.288Z Compiling indexmap v2.14.0
4392026-04-17T04:14:35.298Z Compiling itertools v0.14.0
4402026-04-17T04:14:35.328Z Compiling byteorder v1.5.0
4412026-04-17T04:14:35.494Z Compiling heapless v0.8.0
4422026-04-17T04:14:35.784Z Compiling toml_datetime v1.1.1+spec-1.1.0
4432026-04-17T04:14:36.018Z Compiling hash32 v0.3.1
4442026-04-17T04:14:36.028Z Compiling regex-automata v0.4.14
4452026-04-17T04:14:36.148Z Compiling toml_parser v1.1.2+spec-1.1.0
4462026-04-17T04:14:36.165Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4472026-04-17T04:14:36.421Z Compiling syn v1.0.109
4482026-04-17T04:14:36.486Z Compiling toml_edit v0.25.11+spec-1.1.0
4492026-04-17T04:14:36.510Z Compiling stable_deref_trait v1.2.1
4502026-04-17T04:14:36.582Z Compiling bitflags v2.11.0
4512026-04-17T04:14:36.644Z Compiling macaddr v1.0.1
4522026-04-17T04:14:36.692Z Compiling rustversion v1.0.22
4532026-04-17T04:14:36.722Z Compiling smoltcp v0.11.0
4542026-04-17T04:14:36.886Z Compiling bitflags v1.3.2
4552026-04-17T04:14:36.952Z Compiling version_check v0.9.5
4562026-04-17T04:14:37.023Z Compiling proc-macro-crate v3.5.0
4572026-04-17T04:14:37.063Z Compiling darling_core v0.21.3
4582026-04-17T04:14:37.079Z Compiling getrandom v0.4.2
4592026-04-17T04:14:37.215Z Compiling rand_core v0.10.1
4602026-04-17T04:14:37.225Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4612026-04-17T04:14:37.336Z Compiling ref-cast v1.0.25
4622026-04-17T04:14:37.358Z Compiling managed v0.8.0
4632026-04-17T04:14:37.374Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4642026-04-17T04:14:37.611Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4652026-04-17T04:14:37.642Z Compiling regex v1.12.3
4662026-04-17T04:14:38.006Z Compiling errno v0.3.14
4672026-04-17T04:14:38.028Z Compiling unicode-width v0.2.2
4682026-04-17T04:14:38.179Z Compiling foreign-types-shared v0.3.1
4692026-04-17T04:14:38.257Z Compiling cpufeatures v0.3.0
4702026-04-17T04:14:38.261Z Compiling thiserror-impl v2.0.18
4712026-04-17T04:14:38.322Z Compiling zerocopy-derive v0.8.48
4722026-04-17T04:14:38.327Z Compiling serde_derive v1.0.228
4732026-04-17T04:14:38.524Z Compiling num_enum_derive v0.7.6
4742026-04-17T04:14:39.172Z Compiling darling_macro v0.21.3
4752026-04-17T04:14:39.413Z Compiling ref-cast-impl v1.0.25
4762026-04-17T04:14:39.504Z Compiling thiserror v2.0.18
4772026-04-17T04:14:39.570Z Compiling foreign-types-macros v0.2.3
4782026-04-17T04:14:39.602Z Compiling cobs v0.3.0
4792026-04-17T04:14:39.724Z Compiling darling v0.21.3
4802026-04-17T04:14:39.794Z Compiling ingot-macros v0.1.1
4812026-04-17T04:14:39.885Z Compiling ipnetwork v0.21.1
4822026-04-17T04:14:40.010Z Compiling once_cell v1.21.4
4832026-04-17T04:14:40.253Z Compiling foreign-types v0.5.0
4842026-04-17T04:14:40.264Z Compiling tracing-core v0.1.36
4852026-04-17T04:14:40.391Z Compiling num_enum v0.7.6
4862026-04-17T04:14:40.409Z Compiling cstr-argument v0.1.2
4872026-04-17T04:14:40.498Z Compiling chacha20 v0.10.0
4882026-04-17T04:14:40.576Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4892026-04-17T04:14:40.765Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4902026-04-17T04:14:40.835Z Compiling tracing-attributes v0.1.31
4912026-04-17T04:14:41.157Z Compiling tabwriter v1.4.1
4922026-04-17T04:14:41.252Z Compiling rustix v1.1.4
4932026-04-17T04:14:41.547Z Compiling postcard v1.1.3
4942026-04-17T04:14:41.827Z Compiling anyhow v1.0.102
4952026-04-17T04:14:41.896Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4962026-04-17T04:14:41.905Z Compiling pin-project-lite v0.2.17
4972026-04-17T04:14:41.963Z Compiling pretty-hex v0.4.2
4982026-04-17T04:14:41.989Z Compiling dyn-clone v1.0.20
4992026-04-17T04:14:42.060Z Compiling tracing v0.1.44
5002026-04-17T04:14:42.083Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5012026-04-17T04:14:42.122Z Compiling rand v0.10.1
5022026-04-17T04:14:42.142Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5032026-04-17T04:14:42.294Z Compiling terminal_size v0.4.4
5042026-04-17T04:14:42.309Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5052026-04-17T04:14:42.405Z Compiling uuid v1.23.0
5062026-04-17T04:14:42.410Z Compiling socket2 v0.6.3
5072026-04-17T04:14:42.423Z Compiling oxnet v0.1.4
5082026-04-17T04:14:42.442Z Compiling colored v3.1.1
5092026-04-17T04:14:42.630Z Compiling ingot-types v0.1.2
5102026-04-17T04:14:42.732Z Compiling clap_derive v4.6.0
5112026-04-17T04:14:42.879Z Compiling clap_builder v4.6.0
5122026-04-17T04:14:42.959Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5132026-04-17T04:14:43.047Z Compiling ingot v0.1.1
5142026-04-17T04:14:44.503Z Compiling clap v4.6.0
5152026-04-17T04:14:44.839Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-04-17T04:14:47.177Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-04-17T04:14:48.339Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5182026-04-17T04:14:52.719Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.29s
5192026-04-17T04:14:52.749ZBuilding xde (dev).
5202026-04-17T04:14:52.975Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5212026-04-17T04:14:52.975Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5222026-04-17T04:14:52.975Z Compiling proc-macro2 v1.0.106
5232026-04-17T04:14:52.980Z Compiling quote v1.0.45
5242026-04-17T04:14:52.981Z Compiling unicode-ident v1.0.24
5252026-04-17T04:14:52.981Z Compiling ident_case v1.0.1
5262026-04-17T04:14:52.981Z Compiling strsim v0.11.1
5272026-04-17T04:14:52.981Z Compiling serde_core v1.0.228
5282026-04-17T04:14:53.098Z Compiling fnv v1.0.7
5292026-04-17T04:14:53.108Z Compiling memchr v2.8.0
5302026-04-17T04:14:53.184Z Compiling regex-syntax v0.8.10
5312026-04-17T04:14:53.353Z Compiling either v1.15.0
5322026-04-17T04:14:53.368Z Compiling serde v1.0.228
5332026-04-17T04:14:53.382Z Compiling zerocopy v0.8.48
5342026-04-17T04:14:53.493Z Compiling aho-corasick v1.1.4
5352026-04-17T04:14:53.532Z Compiling thiserror v2.0.18
5362026-04-17T04:14:53.781Z Compiling itertools v0.14.0
5372026-04-17T04:14:53.810Z Compiling heapless v0.8.0
5382026-04-17T04:14:54.135Z Compiling syn v2.0.117
5392026-04-17T04:14:54.204Z Compiling smoltcp v0.11.0
5402026-04-17T04:14:54.224Z Compiling crc32fast v1.5.0
5412026-04-17T04:14:54.293Z Compiling ref-cast v1.0.25
5422026-04-17T04:14:54.565Z Compiling version_check v0.9.5
5432026-04-17T04:14:54.639Z Compiling regex-automata v0.4.14
5442026-04-17T04:14:54.920Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5452026-04-17T04:14:56.193Z Compiling regex v1.12.3
5462026-04-17T04:14:56.403Z Compiling darling_core v0.21.3
5472026-04-17T04:14:56.403Z Compiling darling_core v0.23.0
5482026-04-17T04:14:57.345Z Compiling zerocopy-derive v0.8.48
5492026-04-17T04:14:57.345Z Compiling serde_derive v1.0.228
5502026-04-17T04:14:57.345Z Compiling thiserror-impl v2.0.18
5512026-04-17T04:14:57.353Z Compiling ref-cast-impl v1.0.25
5522026-04-17T04:14:57.353Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5532026-04-17T04:14:58.915Z Compiling darling_macro v0.23.0
5542026-04-17T04:14:59.026Z Compiling darling_macro v0.21.3
5552026-04-17T04:14:59.827Z Compiling darling v0.23.0
5562026-04-17T04:14:59.888Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5572026-04-17T04:14:59.965Z Compiling darling v0.21.3
5582026-04-17T04:15:00.029Z Compiling ingot-macros v0.1.1
5592026-04-17T04:15:04.381Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5602026-04-17T04:15:06.113Z Compiling byteorder v1.5.0
5612026-04-17T04:15:06.113Z Compiling cfg-if v1.0.4
5622026-04-17T04:15:06.114Z Compiling macaddr v1.0.1
5632026-04-17T04:15:06.118Z Compiling stable_deref_trait v1.2.1
5642026-04-17T04:15:06.229Z Compiling bitflags v1.3.2
5652026-04-17T04:15:06.238Z Compiling cobs v0.3.0
5662026-04-17T04:15:06.239Z Compiling managed v0.8.0
5672026-04-17T04:15:06.294Z Compiling hash32 v0.3.1
5682026-04-17T04:15:06.457Z Compiling dyn-clone v1.0.20
5692026-04-17T04:15:06.566Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5702026-04-17T04:15:07.628Z Compiling bitflags v2.11.0
5712026-04-17T04:15:07.628Z Compiling uuid v1.23.0
5722026-04-17T04:15:07.763Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-04-17T04:15:08.037Z Compiling postcard v1.1.3
5742026-04-17T04:15:08.852Z Compiling ingot-types v0.1.2
5752026-04-17T04:15:09.136Z Compiling ingot v0.1.1
5762026-04-17T04:15:10.524Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5772026-04-17T04:15:14.703Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5782026-04-17T04:15:24.934Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5792026-04-17T04:15:33.105Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.32s
5802026-04-17T04:15:33.129ZLinking xde kmod...
5812026-04-17T04:15:34.286ZBuilding xde dev link helper (dev).
5822026-04-17T04:15:34.449Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5832026-04-17T04:15:34.449Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5842026-04-17T04:15:34.449Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5852026-04-17T04:15:44.740Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5862026-04-17T04:15:46.934Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.61s
5872026-04-17T04:15:46.951Z
5882026-04-17T04:15:46.956Zreal 3:03.769371869
5892026-04-17T04:15:46.957Zuser 8:52.148319343
5902026-04-17T04:15:46.957Zsys 58.608720204
5912026-04-17T04:15:46.957Ztrap 0.233372901
5922026-04-17T04:15:46.957Ztflt 0.850572045
5932026-04-17T04:15:46.957Zdflt 1.589924277
5942026-04-17T04:15:46.957Zkflt 0.007185711
5952026-04-17T04:15:46.957Zlock 30:01.103732706
5962026-04-17T04:15:46.957Zslp 20:41.607973997
5972026-04-17T04:15:46.957Zlat 22.327604962
5982026-04-17T04:15:46.957Zstop 31.335568225
5992026-04-17T04:15:46.957Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
6002026-04-17T04:15:46.957Z+ grep GOTPCREL
6012026-04-17T04:15:47.872Z+ header 'package opte'
6022026-04-17T04:15:47.872Z+ echo '# ==== package opte ==== #'
6032026-04-17T04:15:47.883Z# ==== package opte ==== #
6042026-04-17T04:15:47.883Z+ cargo xtask package --skip-build --profile all
6052026-04-17T04:15:48.010Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
6062026-04-17T04:15:48.016Z Running `target/debug/xtask package --skip-build --profile all`
6072026-04-17T04:15:48.222Z+ ./clean.sh
6082026-04-17T04:15:48.229Z+ mkdir -p proto/kernel/drv/amd64
6092026-04-17T04:15:48.232Z+ mkdir -p proto/opt/oxide/opte/bin
6102026-04-17T04:15:48.232Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6112026-04-17T04:15:48.232Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6122026-04-17T04:15:48.248Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6132026-04-17T04:15:48.288Z+ cp ../xde/xde.conf proto/kernel/drv/
6142026-04-17T04:15:48.292Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6152026-04-17T04:15:48.292Z+ '[' -z ']'
6162026-04-17T04:15:48.292Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6172026-04-17T04:15:48.321Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6182026-04-17T04:15:48.395Z+ INC_DEBUG=
6192026-04-17T04:15:48.398Z++ ./print-api-version.sh
6202026-04-17T04:15:48.402Z+ API_VSN=40
6212026-04-17T04:15:48.402Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/473/g -e s/%API_VSN%/40/g opte.template.p5m
6222026-04-17T04:15:48.402Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6232026-04-17T04:15:49.345Z+ pkgdepend generate -d proto opte.base.p5m
6242026-04-17T04:15:50.046Z+ mkdir -p packages
6252026-04-17T04:15:50.051Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6262026-04-17T04:16:00.985Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6272026-04-17T04:16:00.989Z+ pkgrepo create packages/repo
6282026-04-17T04:16:01.546Z+ pkgrepo add-publisher -s packages/repo helios-dev
6292026-04-17T04:16:02.078Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6302026-04-17T04:16:30.857Zpkg://helios-dev/driver/network/opte@0.40.473,5.11:20260417T041600Z
6312026-04-17T04:16:30.857ZPUBLISHED
6322026-04-17T04:16:30.891Z+ pkgrecv -a -d packages/repo/opte-0.40.473.p5p -s packages/repo -v -m latest '*'
6332026-04-17T04:16:31.377ZRetrieving packages for publisher helios-dev ...
6342026-04-17T04:16:31.380ZRetrieving catalog 'helios-dev' ... Done
6352026-04-17T04:16:31.384ZRetrieving and evaluating 1 package(s)...
6362026-04-17T04:16:31.384ZFetching manifests: 1/1 100% complete
6372026-04-17T04:16:31.384ZFetching manifests: 1/1 100% complete
6382026-04-17T04:16:31.384Z
6392026-04-17T04:16:31.384ZArchiving packages ...
6402026-04-17T04:16:31.384Z Packages to add: 1
6412026-04-17T04:16:31.384Z Files to retrieve: 6
6422026-04-17T04:16:31.384ZEstimated transfer size: 36.14 MB
6432026-04-17T04:16:31.384Z
6442026-04-17T04:16:31.384ZPackages to archive:
6452026-04-17T04:16:31.384Zdriver/network/opte@0.40.473,5.11:20260417T041600Z
6462026-04-17T04:16:31.384Z
6472026-04-17T04:16:31.384ZDownload: 0/6 items 0.0/36.1MB 0% complete
6482026-04-17T04:16:31.447ZDownload: Completed 36.14 MB in 0.07 seconds (555M/s)
6492026-04-17T04:16:31.451ZArchiving: 1/20 items 0.0/36.2MB 0% complete
6502026-04-17T04:16:31.458ZArchiving: Completed 36.17 MB in 0.01 seconds
6512026-04-17T04:16:31.496ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.473.p5p.
6522026-04-17T04:16:31.500Z+ banner copy
6532026-04-17T04:16:31.503Z
6542026-04-17T04:16:31.503Z #### #### ##### # #
6552026-04-17T04:16:31.503Z # # # # # # # #
6562026-04-17T04:16:31.503Z # # # # # #
6572026-04-17T04:16:31.503Z # # # ##### #
6582026-04-17T04:16:31.503Z # # # # # #
6592026-04-17T04:16:31.503Z #### #### # #
6602026-04-17T04:16:31.503Z
6612026-04-17T04:16:31.503Z+ pfexec mkdir -p /out
6622026-04-17T04:16:31.507Z+ pfexec chown 12345 /out
6632026-04-17T04:16:31.507Z+ PKG_NAME=/out/opte.p5p
6642026-04-17T04:16:31.507Z+ mv pkg/packages/repo/opte-0.40.473.p5p /out/opte.p5p
6652026-04-17T04:16:31.533Z+ sha256sum /out/opte.p5p
6662026-04-17T04:16:31.557Zprocess exited: duration 243381 ms, exit code 0
 
6672026-04-17T04:16:31.570Zfound 2 output files
6682026-04-17T04:16:31.570Zuploading: /out/opte.p5p (37939200 bytes)
6692026-04-17T04:16:32.846Zuploaded: /out/opte.p5p
6702026-04-17T04:16:32.846Zuploading: /out/opte.p5p.sha256 (80 bytes)
6712026-04-17T04:16:33.858Zuploaded: /out/opte.p5p.sha256