01KMEY72T0NV61MA75AC1VRHG5: 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: 01KMEY7GTDK5GNVTZ51CXFBP74

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T03:30:40.611Zjob assigned to worker 01KMEY7M9SJW50YFM8JP9SH7T9 [factory aws, i-0a60ab03bed3c136a] (queued for 1 m 21 s)
 
22026-03-24T03:30:48.248Zstarting task 0: "setup"
32026-03-24T03:30:48.254Z++ uname -s
42026-03-24T03:30:48.257Z+ kern=SunOS
52026-03-24T03:30:48.257Z+ build_user=build
62026-03-24T03:30:48.257Z+ build_uid=12345
72026-03-24T03:30:48.257Z+ work_dir=/work
82026-03-24T03:30:48.257Z+ input_dir=/input
92026-03-24T03:30:48.257Z+ [[ 0 == 12345 ]]
102026-03-24T03:30:48.257Z+ case "$kern" in
112026-03-24T03:30:48.257Z+ groupadd -g 12345 build
122026-03-24T03:30:48.260Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T03:30:50.263Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T03:30:50.436Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T03:30:50.439Z+ home_fs=zfs
162026-03-24T03:30:50.439Z+ [[ zfs == autofs ]]
172026-03-24T03:30:50.439Z+ mkdir -p /home/build
182026-03-24T03:30:50.439Z+ chown build:build /home/build /work
192026-03-24T03:30:52.443Z+ chmod 0700 /home/build /work
202026-03-24T03:30:52.448Zprocess exited: duration 4196 ms, exit code 0
 
212026-03-24T03:30:52.465Zstarting task 1: "rust-toolchain"
222026-03-24T03:30:52.478Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-24T03:30:52.478Z * rust toolchain channel = "1.93.1"
242026-03-24T03:30:52.478Z * rust toolchain profile = "default"
252026-03-24T03:30:52.478Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T03:30:52.478Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T03:30:52.478Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T03:30:52.479Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T03:30:52.479Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-24T03:30:52.591Zinfo: downloading installer
312026-03-24T03:30:54.259Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T03:30:54.259Zwarn: /opt/ooce/bin
332026-03-24T03:30:54.259Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T03:30:54.259Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T03:30:54.259Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T03:30:54.259Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T03:30:54.259Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T03:30:54.259Zerror: cannot install while Rust is installed
392026-03-24T03:30:54.259Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T03:30:54.259Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T03:30:54.259Zwarn: /home/build/.rustup/settings.toml
422026-03-24T03:30:54.259Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T03:30:54.259Zwarn: instead of the one inferred from the default host triple.
442026-03-24T03:30:54.276Zinfo: profile set to default
452026-03-24T03:30:54.276Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T03:30:54.282Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-24T03:30:54.442Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-24T03:30:54.446Zinfo: downloading 6 components
492026-03-24T03:31:10.352Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-24T03:31:10.353Z
512026-03-24T03:31:10.387Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-24T03:31:10.387Z
532026-03-24T03:31:10.390Z
542026-03-24T03:31:10.390ZRust is installed now. Great!
552026-03-24T03:31:10.390Z
562026-03-24T03:31:10.390ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T03:31:10.390Zenvironment variable. This has not been done automatically.
582026-03-24T03:31:10.390Z
592026-03-24T03:31:10.390ZTo configure your current shell, you need to source
602026-03-24T03:31:10.390Zthe corresponding env file under $HOME/.cargo.
612026-03-24T03:31:10.390Z
622026-03-24T03:31:10.390ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T03:31:10.390Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T03:31:10.390Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T03:31:10.390Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T03:31:10.390Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T03:31:10.390Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T03:31:10.390Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T03:31:10.390Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T03:31:10.390Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T03:31:10.494Z+ rustup --version
722026-03-24T03:31:10.505Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T03:31:10.507Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T03:31:10.531Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-24T03:31:10.534Z+ cargo --version
762026-03-24T03:31:10.553Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-24T03:31:10.557Z+ rustc --version
782026-03-24T03:31:10.579Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-24T03:31:10.582Zprocess exited: duration 18125 ms, exit code 0
 
802026-03-24T03:31:10.588Zstarting task 2: "authentication"
812026-03-24T03:31:10.608Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T03:31:10.615Zstarting task 3: "clone repository"
832026-03-24T03:31:10.619Z+ mkdir -p /work/oxidecomputer/opte
842026-03-24T03:31:10.622Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-24T03:31:10.657ZCloning into '/work/oxidecomputer/opte'...
862026-03-24T03:31:11.506Z+ cd /work/oxidecomputer/opte
872026-03-24T03:31:11.506Z+ git fetch origin 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
882026-03-24T03:31:11.746ZFrom https://github.com/oxidecomputer/opte
892026-03-24T03:31:11.746Z * branch 9b29b03e5f513abaa63371c2c7e3dd12afdc966d -> FETCH_HEAD
902026-03-24T03:31:11.754Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-24T03:31:11.757Z++ git branch --show-current
922026-03-24T03:31:11.757Z+ current=master
932026-03-24T03:31:11.757Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-24T03:31:11.757Z+ git branch -f renovate/toml-1.x-lockfile 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
952026-03-24T03:31:11.760Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-24T03:31:11.783ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-24T03:31:11.785Z+ git reset --hard 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
982026-03-24T03:31:11.806ZHEAD is now at 9b29b03 Update Rust crate toml to v1.1.0
992026-03-24T03:31:11.809Zprocess exited: duration 1192 ms, exit code 0
 
1002026-03-24T03:31:11.815Zstarting task 4: "build"
1012026-03-24T03:31:11.819Z+ source .github/buildomat/common.sh
1022026-03-24T03:31:11.822Z++ rustup show active-toolchain
1032026-03-24T03:31:11.826Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-24T03:31:11.831Z++ pushd xde
1052026-03-24T03:31:11.831Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-24T03:31:11.831Z++ rustup show active-toolchain
1072026-03-24T03:31:11.834Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-24T03:31:11.989Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-24T03:31:11.992Zinfo: downloading 6 components
1102026-03-24T03:31:27.505Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-24T03:31:27.599Z+++ rustup show active-toolchain -v
1122026-03-24T03:31:27.602Z+++ head -n 1
1132026-03-24T03:31:27.602Z+++ cut '-d ' -f1
1142026-03-24T03:31:27.670Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-24T03:31:27.670Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-24T03:31:27.674Z++ popd
1172026-03-24T03:31:27.674Z/work/oxidecomputer/opte
1182026-03-24T03:31:27.674Z+ TGT_BASE=/work
1192026-03-24T03:31:27.674Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-03-24T03:31:27.674Z+ REL_TGT=/work/release
1212026-03-24T03:31:27.674Z+ mkdir -p /work/release
1222026-03-24T03:31:27.674Z+ cargo --version
1232026-03-24T03:31:27.687Zcargo 1.93.1 (083ac5135 2025-12-15)
1242026-03-24T03:31:27.687Z+ rustc --version
1252026-03-24T03:31:27.711Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1262026-03-24T03:31:27.716Z+ header 'build xde and opteadm (release+debug)'
1272026-03-24T03:31:27.716Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-03-24T03:31:27.716Z# ==== build xde and opteadm (release+debug) ==== #
1292026-03-24T03:31:27.716Z+ ptime -m cargo xtask build --profile all
1302026-03-24T03:31:28.077Z Updating crates.io index
1312026-03-24T03:31:28.093Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-03-24T03:31:28.726Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-03-24T03:31:28.939Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-03-24T03:31:29.304Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-03-24T03:31:29.574Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-03-24T03:31:29.890Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-03-24T03:31:30.176Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-03-24T03:31:32.234Z Downloading crates ...
1392026-03-24T03:31:32.299Z Downloaded cargo-platform v0.3.2
1402026-03-24T03:31:32.304Z Downloaded itoa v1.0.17
1412026-03-24T03:31:32.304Z Downloaded toml_writer v1.1.0+spec-1.1.0
1422026-03-24T03:31:32.304Z Downloaded clap v4.5.60
1432026-03-24T03:31:32.308Z Downloaded thiserror-impl v2.0.18
1442026-03-24T03:31:32.314Z Downloaded serde_derive v1.0.228
1452026-03-24T03:31:32.348Z Downloaded utf8parse v0.2.2
1462026-03-24T03:31:32.363Z Downloaded terminal_size v0.4.3
1472026-03-24T03:31:32.364Z Downloaded is_terminal_polyfill v1.70.2
1482026-03-24T03:31:32.364Z Downloaded errno v0.3.14
1492026-03-24T03:31:32.364Z Downloaded clap_lex v1.0.0
1502026-03-24T03:31:32.364Z Downloaded strsim v0.11.1
1512026-03-24T03:31:32.364Z Downloaded equivalent v1.0.2
1522026-03-24T03:31:32.369Z Downloaded serde_spanned v1.1.0
1532026-03-24T03:31:32.369Z Downloaded anstyle-query v1.1.5
1542026-03-24T03:31:32.369Z Downloaded colorchoice v1.0.4
1552026-03-24T03:31:32.369Z Downloaded heck v0.5.0
1562026-03-24T03:31:32.369Z Downloaded anstyle v1.0.13
1572026-03-24T03:31:32.377Z Downloaded zmij v1.0.21
1582026-03-24T03:31:32.377Z Downloaded semver v1.0.27
1592026-03-24T03:31:32.377Z Downloaded quote v1.0.45
1602026-03-24T03:31:32.377Z Downloaded cargo_metadata v0.23.1
1612026-03-24T03:31:32.388Z Downloaded thiserror v2.0.18
1622026-03-24T03:31:32.388Z Downloaded toml_datetime v1.1.0+spec-1.1.0
1632026-03-24T03:31:32.393Z Downloaded anstream v0.6.21
1642026-03-24T03:31:32.393Z Downloaded anstyle-parse v0.2.7
1652026-03-24T03:31:32.393Z Downloaded camino v1.2.2
1662026-03-24T03:31:32.398Z Downloaded bitflags v2.11.0
1672026-03-24T03:31:32.404Z Downloaded clap_derive v4.5.55
1682026-03-24T03:31:32.404Z Downloaded anyhow v1.0.102
1692026-03-24T03:31:32.413Z Downloaded toml_parser v1.1.0+spec-1.1.0
1702026-03-24T03:31:32.422Z Downloaded unicode-ident v1.0.24
1712026-03-24T03:31:32.422Z Downloaded toml v1.1.0+spec-1.1.0
1722026-03-24T03:31:32.428Z Downloaded serde_core v1.0.228
1732026-03-24T03:31:32.428Z Downloaded proc-macro2 v1.0.106
1742026-03-24T03:31:32.431Z Downloaded memchr v2.8.0
1752026-03-24T03:31:32.441Z Downloaded indexmap v2.13.0
1762026-03-24T03:31:32.447Z Downloaded serde v1.0.228
1772026-03-24T03:31:32.464Z Downloaded serde_json v1.0.149
1782026-03-24T03:31:32.468Z Downloaded hashbrown v0.16.1
1792026-03-24T03:31:32.480Z Downloaded winnow v1.0.0
1802026-03-24T03:31:32.490Z Downloaded clap_builder v4.5.60
1812026-03-24T03:31:32.503Z Downloaded syn v2.0.117
1822026-03-24T03:31:32.516Z Downloaded rustix v1.1.4
1832026-03-24T03:31:32.542Z Downloaded libc v0.2.183
1842026-03-24T03:31:32.600Z Compiling serde_core v1.0.228
1852026-03-24T03:31:32.600Z Compiling proc-macro2 v1.0.106
1862026-03-24T03:31:32.604Z Compiling quote v1.0.45
1872026-03-24T03:31:32.604Z Compiling unicode-ident v1.0.24
1882026-03-24T03:31:32.604Z Compiling libc v0.2.183
1892026-03-24T03:31:32.604Z Compiling rustix v1.1.4
1902026-03-24T03:31:32.604Z Compiling zmij v1.0.21
1912026-03-24T03:31:32.604Z Compiling bitflags v2.11.0
1922026-03-24T03:31:32.852Z Compiling utf8parse v0.2.2
1932026-03-24T03:31:32.970Z Compiling anstyle-parse v0.2.7
1942026-03-24T03:31:33.193Z Compiling serde v1.0.228
1952026-03-24T03:31:33.260Z Compiling anstyle-query v1.1.5
1962026-03-24T03:31:33.268Z Compiling colorchoice v1.0.4
1972026-03-24T03:31:33.299Z Compiling serde_json v1.0.149
1982026-03-24T03:31:33.322Z Compiling is_terminal_polyfill v1.70.2
1992026-03-24T03:31:33.373Z Compiling camino v1.2.2
2002026-03-24T03:31:33.387Z Compiling anstyle v1.0.13
2012026-03-24T03:31:33.408Z Compiling thiserror v2.0.18
2022026-03-24T03:31:33.619Z Compiling errno v0.3.14
2032026-03-24T03:31:33.714Z Compiling anstream v0.6.21
2042026-03-24T03:31:33.722Z Compiling itoa v1.0.17
2052026-03-24T03:31:33.865Z Compiling clap_lex v1.0.0
2062026-03-24T03:31:34.071Z Compiling memchr v2.8.0
2072026-03-24T03:31:34.078Z Compiling winnow v1.0.0
2082026-03-24T03:31:34.263Z Compiling heck v0.5.0
2092026-03-24T03:31:34.355Z Compiling syn v2.0.117
2102026-03-24T03:31:34.369Z Compiling anyhow v1.0.102
2112026-03-24T03:31:34.390Z Compiling terminal_size v0.4.3
2122026-03-24T03:31:34.510Z Compiling strsim v0.11.1
2132026-03-24T03:31:34.567Z Compiling toml_parser v1.1.0+spec-1.1.0
2142026-03-24T03:31:34.629Z Compiling toml_writer v1.1.0+spec-1.1.0
2152026-03-24T03:31:34.941Z Compiling clap_builder v4.5.60
2162026-03-24T03:31:35.687Z Compiling toml_datetime v1.1.0+spec-1.1.0
2172026-03-24T03:31:35.757Z Compiling cargo-platform v0.3.2
2182026-03-24T03:31:35.928Z Compiling serde_spanned v1.1.0
2192026-03-24T03:31:35.977Z Compiling semver v1.0.27
2202026-03-24T03:31:36.326Z Compiling toml v1.1.0+spec-1.1.0
2212026-03-24T03:31:37.447Z Compiling thiserror-impl v2.0.18
2222026-03-24T03:31:37.628Z Compiling serde_derive v1.0.228
2232026-03-24T03:31:37.652Z Compiling clap_derive v4.5.55
2242026-03-24T03:31:39.864Z Compiling clap v4.5.60
2252026-03-24T03:31:41.524Z Compiling cargo_metadata v0.23.1
2262026-03-24T03:31:44.935Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-03-24T03:31:47.028Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.30s
2282026-03-24T03:31:47.130Z Running `target/debug/xtask build --profile all`
2292026-03-24T03:31:49.420ZBuilding opteadm (release).
2302026-03-24T03:31:49.551Z Compiling proc-macro2 v1.0.106
2312026-03-24T03:31:49.551Z Compiling quote v1.0.45
2322026-03-24T03:31:49.557Z Compiling unicode-ident v1.0.24
2332026-03-24T03:31:49.557Z Compiling serde_core v1.0.228
2342026-03-24T03:31:49.557Z Compiling libc v0.2.183
2352026-03-24T03:31:49.557Z Compiling cfg-if v1.0.4
2362026-03-24T03:31:49.558Z Compiling fnv v1.0.7
2372026-03-24T03:31:49.558Z Compiling ident_case v1.0.1
2382026-03-24T03:31:49.638Z Compiling memchr v2.8.0
2392026-03-24T03:31:49.668Z Compiling thiserror v2.0.18
2402026-03-24T03:31:49.692Z Compiling strsim v0.11.1
2412026-03-24T03:31:49.698Z Compiling regex-syntax v0.8.10
2422026-03-24T03:31:49.945Z Compiling either v1.15.0
2432026-03-24T03:31:50.041Z Compiling zerocopy v0.8.42
2442026-03-24T03:31:50.184Z Compiling aho-corasick v1.1.4
2452026-03-24T03:31:50.315Z Compiling equivalent v1.0.2
2462026-03-24T03:31:50.371Z Compiling winnow v1.0.0
2472026-03-24T03:31:50.410Z Compiling serde v1.0.228
2482026-03-24T03:31:50.517Z Compiling hashbrown v0.16.1
2492026-03-24T03:31:50.534Z Compiling anyhow v1.0.102
2502026-03-24T03:31:50.849Z Compiling toml_parser v1.1.0+spec-1.1.0
2512026-03-24T03:31:50.958Z Compiling itertools v0.14.0
2522026-03-24T03:31:51.048Z Compiling syn v2.0.117
2532026-03-24T03:31:51.095Z Compiling byteorder v1.5.0
2542026-03-24T03:31:51.195Z Compiling indexmap v2.13.0
2552026-03-24T03:31:51.322Z Compiling winnow v0.7.15
2562026-03-24T03:31:51.568Z Compiling toml_datetime v1.1.0+spec-1.1.0
2572026-03-24T03:31:51.830Z Compiling regex-automata v0.4.14
2582026-03-24T03:31:51.992Z Compiling heapless v0.8.0
2592026-03-24T03:31:52.079Z Compiling hash32 v0.3.1
2602026-03-24T03:31:52.231Z Compiling macaddr v1.0.1
2612026-03-24T03:31:52.475Z Compiling bitflags v2.11.0
2622026-03-24T03:31:52.528Z Compiling stable_deref_trait v1.2.1
2632026-03-24T03:31:52.546Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2642026-03-24T03:31:52.565Z Compiling smoltcp v0.11.0
2652026-03-24T03:31:52.600Z Compiling syn v1.0.109
2662026-03-24T03:31:52.628Z Compiling rustversion v1.0.22
2672026-03-24T03:31:52.955Z Compiling managed v0.8.0
2682026-03-24T03:31:53.085Z Compiling ref-cast v1.0.25
2692026-03-24T03:31:53.089Z Compiling bitflags v1.3.2
2702026-03-24T03:31:53.136Z Compiling toml_edit v0.25.4+spec-1.1.0
2712026-03-24T03:31:53.195Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2722026-03-24T03:31:53.254Z Compiling rand_core v0.10.0
2732026-03-24T03:31:53.309Z Compiling rustix v1.1.4
2742026-03-24T03:31:53.448Z Compiling version_check v0.9.5
2752026-03-24T03:31:53.483Z Compiling getrandom v0.4.2
2762026-03-24T03:31:53.785Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-03-24T03:31:54.018Z Compiling proc-macro-crate v3.5.0
2782026-03-24T03:31:54.075Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2792026-03-24T03:31:54.235Z Compiling regex v1.12.3
2802026-03-24T03:31:54.420Z Compiling errno v0.3.14
2812026-03-24T03:31:54.561Z Compiling utf8parse v0.2.2
2822026-03-24T03:31:54.590Z Compiling cpufeatures v0.3.0
2832026-03-24T03:31:54.601Z Compiling unicode-width v0.2.2
2842026-03-24T03:31:54.669Z Compiling foreign-types-shared v0.3.1
2852026-03-24T03:31:54.673Z Compiling ipnetwork v0.21.1
2862026-03-24T03:31:54.758Z Compiling once_cell v1.21.3
2872026-03-24T03:31:54.969Z Compiling darling_core v0.21.3
2882026-03-24T03:31:55.038Z Compiling tracing-core v0.1.36
2892026-03-24T03:31:55.156Z Compiling tabwriter v1.4.1
2902026-03-24T03:31:55.532Z Compiling cstr-argument v0.1.2
2912026-03-24T03:31:55.540Z Compiling anstyle-parse v0.2.7
2922026-03-24T03:31:55.711Z Compiling chacha20 v0.10.0
2932026-03-24T03:31:56.173Z Compiling anstyle v1.0.13
2942026-03-24T03:31:56.335Z Compiling colorchoice v1.0.4
2952026-03-24T03:31:56.389Z Compiling pretty-hex v0.4.1
2962026-03-24T03:31:56.457Z Compiling is_terminal_polyfill v1.70.2
2972026-03-24T03:31:56.472Z Compiling pin-project-lite v0.2.17
2982026-03-24T03:31:56.546Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
2992026-03-24T03:31:56.553Z Compiling dyn-clone v1.0.20
3002026-03-24T03:31:56.571Z Compiling anstyle-query v1.1.5
3012026-03-24T03:31:56.676Z Compiling thiserror-impl v2.0.18
3022026-03-24T03:31:56.680Z Compiling serde_derive v1.0.228
3032026-03-24T03:31:56.702Z Compiling zerocopy-derive v0.8.42
3042026-03-24T03:31:56.802Z Compiling foreign-types-macros v0.2.3
3052026-03-24T03:31:56.806Z Compiling ref-cast-impl v1.0.25
3062026-03-24T03:31:57.135Z Compiling num_enum_derive v0.7.5
3072026-03-24T03:31:57.575Z Compiling foreign-types v0.5.0
3082026-03-24T03:31:57.631Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3092026-03-24T03:31:57.649Z Compiling tracing-attributes v0.1.31
3102026-03-24T03:31:58.011Z Compiling darling_macro v0.21.3
3112026-03-24T03:31:58.267Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3122026-03-24T03:31:58.425Z Compiling cobs v0.3.0
3132026-03-24T03:31:58.485Z Compiling num_enum v0.7.5
3142026-03-24T03:31:58.614Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3152026-03-24T03:31:58.688Z Compiling darling v0.21.3
3162026-03-24T03:31:58.691Z Compiling anstream v0.6.21
3172026-03-24T03:31:58.696Z Compiling terminal_size v0.4.3
3182026-03-24T03:31:58.770Z Compiling ingot-macros v0.1.1
3192026-03-24T03:31:58.860Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3202026-03-24T03:31:59.193Z Compiling rand v0.10.0
3212026-03-24T03:31:59.213Z Compiling uuid v1.22.0
3222026-03-24T03:31:59.322Z Compiling tracing v0.1.44
3232026-03-24T03:31:59.441Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3242026-03-24T03:31:59.504Z Compiling socket2 v0.6.3
3252026-03-24T03:31:59.562Z Compiling clap_lex v1.0.0
3262026-03-24T03:31:59.712Z Compiling colored v3.1.1
3272026-03-24T03:31:59.733Z Compiling heck v0.5.0
3282026-03-24T03:31:59.980Z Compiling oxnet v0.1.4
3292026-03-24T03:32:00.234Z Compiling clap_derive v4.5.55
3302026-03-24T03:32:00.327Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3312026-03-24T03:32:00.443Z Compiling clap_builder v4.5.60
3322026-03-24T03:32:01.035Z Compiling postcard v1.1.3
3332026-03-24T03:32:02.964Z Compiling ingot-types v0.1.2
3342026-03-24T03:32:03.010Z Compiling clap v4.5.60
3352026-03-24T03:32:03.428Z Compiling ingot v0.1.1
3362026-03-24T03:32:05.791Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3372026-03-24T03:32:07.165Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-03-24T03:32:08.526Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3392026-03-24T03:32:16.915Z Finished `release` profile [optimized + debuginfo] target(s) in 27.49s
3402026-03-24T03:32:16.948ZBuilding xde (release-lto).
3412026-03-24T03:32:17.273Z Updating crates.io index
3422026-03-24T03:32:17.417Z Downloading crates ...
3432026-03-24T03:32:17.480Z Downloaded rustc-literal-escaper v0.0.7
3442026-03-24T03:32:17.482Z Downloaded adler2 v2.0.1
3452026-03-24T03:32:17.490Z Downloaded memchr v2.7.6
3462026-03-24T03:32:17.494Z Downloaded rustc-demangle v0.1.27
3472026-03-24T03:32:17.497Z Downloaded getopts v0.2.24
3482026-03-24T03:32:17.497Z Downloaded foldhash v0.2.0
3492026-03-24T03:32:17.497Z Downloaded addr2line v0.25.1
3502026-03-24T03:32:17.504Z Downloaded miniz_oxide v0.8.9
3512026-03-24T03:32:17.546Z Downloaded gimli v0.32.3
3522026-03-24T03:32:17.554Z Downloaded object v0.37.3
3532026-03-24T03:32:17.582Z Downloaded libc v0.2.178
3542026-03-24T03:32:17.654Z 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)
3552026-03-24T03:32:17.655Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3562026-03-24T03:32:17.657Z Compiling proc-macro2 v1.0.106
3572026-03-24T03:32:17.657Z Compiling unicode-ident v1.0.24
3582026-03-24T03:32:17.658Z Compiling quote v1.0.45
3592026-03-24T03:32:17.658Z Compiling serde_core v1.0.228
3602026-03-24T03:32:17.658Z Compiling ident_case v1.0.1
3612026-03-24T03:32:17.658Z Compiling fnv v1.0.7
3622026-03-24T03:32:17.831Z Compiling strsim v0.11.1
3632026-03-24T03:32:17.854Z Compiling memchr v2.8.0
3642026-03-24T03:32:17.860Z Compiling regex-syntax v0.8.10
3652026-03-24T03:32:18.202Z Compiling either v1.15.0
3662026-03-24T03:32:18.202Z Compiling zerocopy v0.8.42
3672026-03-24T03:32:18.326Z Compiling serde v1.0.228
3682026-03-24T03:32:18.379Z Compiling thiserror v2.0.18
3692026-03-24T03:32:18.461Z Compiling aho-corasick v1.1.4
3702026-03-24T03:32:18.730Z Compiling itertools v0.14.0
3712026-03-24T03:32:18.909Z Compiling heapless v0.8.0
3722026-03-24T03:32:19.099Z Compiling syn v2.0.117
3732026-03-24T03:32:19.178Z Compiling smoltcp v0.11.0
3742026-03-24T03:32:19.280Z Compiling crc32fast v1.5.0
3752026-03-24T03:32:19.507Z Compiling ref-cast v1.0.25
3762026-03-24T03:32:19.690Z Compiling version_check v0.9.5
3772026-03-24T03:32:19.987Z Compiling regex-automata v0.4.14
3782026-03-24T03:32:20.162Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3792026-03-24T03:32:22.098Z Compiling regex v1.12.3
3802026-03-24T03:32:22.363Z Compiling darling_core v0.21.3
3812026-03-24T03:32:23.632Z Compiling thiserror-impl v2.0.18
3822026-03-24T03:32:23.632Z Compiling serde_derive v1.0.228
3832026-03-24T03:32:23.642Z Compiling zerocopy-derive v0.8.42
3842026-03-24T03:32:23.642Z Compiling ref-cast-impl v1.0.25
3852026-03-24T03:32:23.642Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3862026-03-24T03:32:25.394Z Compiling darling_macro v0.21.3
3872026-03-24T03:32:26.499Z Compiling darling v0.21.3
3882026-03-24T03:32:26.571Z Compiling ingot-macros v0.1.1
3892026-03-24T03:32:26.574Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3902026-03-24T03:32:35.038Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3912026-03-24T03:32:37.961Z Compiling byteorder v1.5.0
3922026-03-24T03:32:37.961Z Compiling macaddr v1.0.1
3932026-03-24T03:32:37.961Z Compiling stable_deref_trait v1.2.1
3942026-03-24T03:32:37.964Z Compiling cfg-if v1.0.4
3952026-03-24T03:32:38.041Z Compiling cobs v0.3.0
3962026-03-24T03:32:38.044Z Compiling managed v0.8.0
3972026-03-24T03:32:38.079Z Compiling bitflags v1.3.2
3982026-03-24T03:32:38.216Z Compiling hash32 v0.3.1
3992026-03-24T03:32:38.293Z Compiling dyn-clone v1.0.20
4002026-03-24T03:32:38.440Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4012026-03-24T03:32:40.280Z Compiling bitflags v2.11.0
4022026-03-24T03:32:40.280Z Compiling uuid v1.22.0
4032026-03-24T03:32:40.462Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4042026-03-24T03:32:40.891Z Compiling postcard v1.1.3
4052026-03-24T03:32:42.176Z Compiling ingot-types v0.1.2
4062026-03-24T03:32:42.612Z Compiling ingot v0.1.1
4072026-03-24T03:32:44.897Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4082026-03-24T03:32:50.153Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4092026-03-24T03:33:01.669Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4102026-03-24T03:33:38.659Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 21s
4112026-03-24T03:33:38.690ZLinking xde kmod...
4122026-03-24T03:33:39.404ZBuilding xde dev link helper (release).
4132026-03-24T03:33:39.612Z 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)
4142026-03-24T03:33:39.612Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4152026-03-24T03:33:39.615Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4162026-03-24T03:33:56.182Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4172026-03-24T03:33:59.522Z Finished `release` profile [optimized + debuginfo] target(s) in 20.07s
4182026-03-24T03:33:59.548ZBuilding opteadm (dev).
4192026-03-24T03:33:59.766Z Compiling serde_core v1.0.228
4202026-03-24T03:33:59.766Z Compiling libc v0.2.183
4212026-03-24T03:33:59.766Z Compiling cfg-if v1.0.4
4222026-03-24T03:33:59.790Z Compiling ident_case v1.0.1
4232026-03-24T03:33:59.791Z Compiling memchr v2.8.0
4242026-03-24T03:33:59.791Z Compiling fnv v1.0.7
4252026-03-24T03:33:59.791Z Compiling strsim v0.11.1
4262026-03-24T03:33:59.800Z Compiling syn v2.0.117
4272026-03-24T03:33:59.849Z Compiling regex-syntax v0.8.10
4282026-03-24T03:33:59.867Z Compiling zerocopy v0.8.42
4292026-03-24T03:33:59.897Z Compiling serde v1.0.228
4302026-03-24T03:34:00.138Z Compiling equivalent v1.0.2
4312026-03-24T03:34:00.224Z Compiling either v1.15.0
4322026-03-24T03:34:00.278Z Compiling hashbrown v0.16.1
4332026-03-24T03:34:00.349Z Compiling aho-corasick v1.1.4
4342026-03-24T03:34:00.478Z Compiling winnow v1.0.0
4352026-03-24T03:34:00.553Z Compiling itertools v0.14.0
4362026-03-24T03:34:00.842Z Compiling toml_parser v1.1.0+spec-1.1.0
4372026-03-24T03:34:00.906Z Compiling indexmap v2.13.0
4382026-03-24T03:34:00.960Z Compiling byteorder v1.5.0
4392026-03-24T03:34:01.177Z Compiling winnow v0.7.15
4402026-03-24T03:34:01.562Z Compiling toml_datetime v1.1.0+spec-1.1.0
4412026-03-24T03:34:01.705Z Compiling heapless v0.8.0
4422026-03-24T03:34:01.844Z Compiling regex-automata v0.4.14
4432026-03-24T03:34:02.165Z Compiling hash32 v0.3.1
4442026-03-24T03:34:02.276Z Compiling rustversion v1.0.22
4452026-03-24T03:34:02.293Z Compiling macaddr v1.0.1
4462026-03-24T03:34:02.338Z Compiling stable_deref_trait v1.2.1
4472026-03-24T03:34:02.416Z Compiling smoltcp v0.11.0
4482026-03-24T03:34:02.604Z Compiling bitflags v2.11.0
4492026-03-24T03:34:02.705Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4502026-03-24T03:34:02.740Z Compiling syn v1.0.109
4512026-03-24T03:34:02.901Z Compiling managed v0.8.0
4522026-03-24T03:34:03.005Z Compiling toml_edit v0.25.4+spec-1.1.0
4532026-03-24T03:34:03.163Z Compiling bitflags v1.3.2
4542026-03-24T03:34:03.169Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4552026-03-24T03:34:03.185Z Compiling getrandom v0.4.2
4562026-03-24T03:34:03.190Z Compiling version_check v0.9.5
4572026-03-24T03:34:03.236Z Compiling ref-cast v1.0.25
4582026-03-24T03:34:03.426Z Compiling darling_core v0.21.3
4592026-03-24T03:34:03.445Z Compiling rand_core v0.10.0
4602026-03-24T03:34:03.539Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4612026-03-24T03:34:03.822Z Compiling proc-macro-crate v3.5.0
4622026-03-24T03:34:04.269Z Compiling regex v1.12.3
4632026-03-24T03:34:04.380Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4642026-03-24T03:34:04.383Z Compiling errno v0.3.14
4652026-03-24T03:34:04.580Z Compiling once_cell v1.21.3
4662026-03-24T03:34:04.798Z Compiling cpufeatures v0.3.0
4672026-03-24T03:34:04.870Z Compiling ipnetwork v0.21.1
4682026-03-24T03:34:04.876Z Compiling unicode-width v0.2.2
4692026-03-24T03:34:05.263Z Compiling foreign-types-shared v0.3.1
4702026-03-24T03:34:05.316Z Compiling thiserror-impl v2.0.18
4712026-03-24T03:34:05.360Z Compiling zerocopy-derive v0.8.42
4722026-03-24T03:34:05.516Z Compiling serde_derive v1.0.228
4732026-03-24T03:34:05.527Z Compiling num_enum_derive v0.7.5
4742026-03-24T03:34:06.468Z Compiling darling_macro v0.21.3
4752026-03-24T03:34:06.688Z Compiling foreign-types-macros v0.2.3
4762026-03-24T03:34:06.861Z Compiling ref-cast-impl v1.0.25
4772026-03-24T03:34:06.955Z Compiling thiserror v2.0.18
4782026-03-24T03:34:07.074Z Compiling cobs v0.3.0
4792026-03-24T03:34:07.155Z Compiling darling v0.21.3
4802026-03-24T03:34:07.237Z Compiling ingot-macros v0.1.1
4812026-03-24T03:34:07.417Z Compiling num_enum v0.7.5
4822026-03-24T03:34:07.511Z Compiling foreign-types v0.5.0
4832026-03-24T03:34:07.545Z Compiling cstr-argument v0.1.2
4842026-03-24T03:34:07.591Z Compiling tracing-attributes v0.1.31
4852026-03-24T03:34:07.747Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4862026-03-24T03:34:07.763Z Compiling tabwriter v1.4.1
4872026-03-24T03:34:08.291Z Compiling chacha20 v0.10.0
4882026-03-24T03:34:08.461Z Compiling tracing-core v0.1.36
4892026-03-24T03:34:08.638Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4902026-03-24T03:34:08.747Z Compiling rustix v1.1.4
4912026-03-24T03:34:09.468Z Compiling anyhow v1.0.102
4922026-03-24T03:34:09.499Z Compiling pretty-hex v0.4.1
4932026-03-24T03:34:09.549Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
4942026-03-24T03:34:09.658Z Compiling dyn-clone v1.0.20
4952026-03-24T03:34:09.709Z Compiling pin-project-lite v0.2.17
4962026-03-24T03:34:09.816Z Compiling tracing v0.1.44
4972026-03-24T03:34:09.850Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4982026-03-24T03:34:10.107Z Compiling postcard v1.1.3
4992026-03-24T03:34:10.215Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5002026-03-24T03:34:10.221Z Compiling rand v0.10.0
5012026-03-24T03:34:10.239Z Compiling terminal_size v0.4.3
5022026-03-24T03:34:10.281Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5032026-03-24T03:34:10.313Z Compiling uuid v1.22.0
5042026-03-24T03:34:10.415Z Compiling socket2 v0.6.3
5052026-03-24T03:34:10.568Z Compiling colored v3.1.1
5062026-03-24T03:34:10.833Z Compiling oxnet v0.1.4
5072026-03-24T03:34:10.872Z Compiling clap_builder v4.5.60
5082026-03-24T03:34:11.050Z Compiling clap_derive v4.5.55
5092026-03-24T03:34:11.439Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5102026-03-24T03:34:11.489Z Compiling ingot-types v0.1.2
5112026-03-24T03:34:11.926Z Compiling ingot v0.1.1
5122026-03-24T03:34:13.055Z Compiling clap v4.5.60
5132026-03-24T03:34:14.324Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5142026-03-24T03:34:16.943Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5152026-03-24T03:34:18.468Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5162026-03-24T03:34:24.379Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.84s
5172026-03-24T03:34:24.414ZBuilding xde (dev).
5182026-03-24T03:34:24.717Z 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)
5192026-03-24T03:34:24.717Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5202026-03-24T03:34:24.720Z Compiling proc-macro2 v1.0.106
5212026-03-24T03:34:24.720Z Compiling unicode-ident v1.0.24
5222026-03-24T03:34:24.720Z Compiling quote v1.0.45
5232026-03-24T03:34:24.720Z Compiling serde_core v1.0.228
5242026-03-24T03:34:24.720Z Compiling fnv v1.0.7
5252026-03-24T03:34:24.720Z Compiling ident_case v1.0.1
5262026-03-24T03:34:24.839Z Compiling strsim v0.11.1
5272026-03-24T03:34:24.867Z Compiling memchr v2.8.0
5282026-03-24T03:34:24.869Z Compiling regex-syntax v0.8.10
5292026-03-24T03:34:25.196Z Compiling either v1.15.0
5302026-03-24T03:34:25.220Z Compiling zerocopy v0.8.42
5312026-03-24T03:34:25.344Z Compiling thiserror v2.0.18
5322026-03-24T03:34:25.389Z Compiling serde v1.0.228
5332026-03-24T03:34:25.444Z Compiling aho-corasick v1.1.4
5342026-03-24T03:34:25.776Z Compiling itertools v0.14.0
5352026-03-24T03:34:25.963Z Compiling heapless v0.8.0
5362026-03-24T03:34:26.069Z Compiling smoltcp v0.11.0
5372026-03-24T03:34:26.254Z Compiling syn v2.0.117
5382026-03-24T03:34:26.321Z Compiling ref-cast v1.0.25
5392026-03-24T03:34:26.572Z Compiling crc32fast v1.5.0
5402026-03-24T03:34:26.603Z Compiling version_check v0.9.5
5412026-03-24T03:34:26.858Z Compiling regex-automata v0.4.14
5422026-03-24T03:34:27.083Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5432026-03-24T03:34:29.042Z Compiling regex v1.12.3
5442026-03-24T03:34:29.564Z Compiling darling_core v0.21.3
5452026-03-24T03:34:30.573Z Compiling zerocopy-derive v0.8.42
5462026-03-24T03:34:30.573Z Compiling thiserror-impl v2.0.18
5472026-03-24T03:34:30.576Z Compiling serde_derive v1.0.228
5482026-03-24T03:34:30.576Z Compiling ref-cast-impl v1.0.25
5492026-03-24T03:34:30.576Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5502026-03-24T03:34:32.452Z Compiling darling_macro v0.21.3
5512026-03-24T03:34:33.585Z Compiling darling v0.21.3
5522026-03-24T03:34:33.656Z Compiling ingot-macros v0.1.1
5532026-03-24T03:34:33.659Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5542026-03-24T03:34:41.224Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5552026-03-24T03:34:43.672Z Compiling byteorder v1.5.0
5562026-03-24T03:34:43.672Z Compiling cfg-if v1.0.4
5572026-03-24T03:34:43.672Z Compiling macaddr v1.0.1
5582026-03-24T03:34:43.675Z Compiling stable_deref_trait v1.2.1
5592026-03-24T03:34:43.746Z Compiling bitflags v1.3.2
5602026-03-24T03:34:43.760Z Compiling cobs v0.3.0
5612026-03-24T03:34:43.796Z Compiling managed v0.8.0
5622026-03-24T03:34:43.909Z Compiling hash32 v0.3.1
5632026-03-24T03:34:44.101Z Compiling dyn-clone v1.0.20
5642026-03-24T03:34:44.211Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5652026-03-24T03:34:45.904Z Compiling bitflags v2.11.0
5662026-03-24T03:34:45.904Z Compiling uuid v1.22.0
5672026-03-24T03:34:46.077Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5682026-03-24T03:34:46.496Z Compiling postcard v1.1.3
5692026-03-24T03:34:47.679Z Compiling ingot-types v0.1.2
5702026-03-24T03:34:48.090Z Compiling ingot v0.1.1
5712026-03-24T03:34:50.219Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5722026-03-24T03:34:56.282Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5732026-03-24T03:35:09.828Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5742026-03-24T03:35:20.755Z Finished `dev` profile [optimized + debuginfo] target(s) in 56.31s
5752026-03-24T03:35:20.784ZLinking xde kmod...
5762026-03-24T03:35:22.192ZBuilding xde dev link helper (dev).
5772026-03-24T03:35:22.406Z 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)
5782026-03-24T03:35:22.406Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5792026-03-24T03:35:22.406Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5802026-03-24T03:35:38.042Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5812026-03-24T03:35:41.066Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.84s
5822026-03-24T03:35:41.092Z
5832026-03-24T03:35:41.096Zreal 4:13.414533407
5842026-03-24T03:35:41.096Zuser 11:59.907242278
5852026-03-24T03:35:41.096Zsys 1:10.160106291
5862026-03-24T03:35:41.096Ztrap 0.317642437
5872026-03-24T03:35:41.096Ztflt 1.026258883
5882026-03-24T03:35:41.096Zdflt 1.660919983
5892026-03-24T03:35:41.096Zkflt 0.003150341
5902026-03-24T03:35:41.096Zlock 40:40.667625522
5912026-03-24T03:35:41.096Zslp 27:30.484897930
5922026-03-24T03:35:41.096Zlat 21.709793356
5932026-03-24T03:35:41.096Zstop 37.998256465
5942026-03-24T03:35:41.096Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5952026-03-24T03:35:41.096Z+ grep GOTPCREL
5962026-03-24T03:35:42.205Z+ header 'package opte'
5972026-03-24T03:35:42.206Z+ echo '# ==== package opte ==== #'
5982026-03-24T03:35:42.206Z# ==== package opte ==== #
5992026-03-24T03:35:42.206Z+ cargo xtask package --skip-build --profile all
6002026-03-24T03:35:42.392Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s
6012026-03-24T03:35:42.396Z Running `target/debug/xtask package --skip-build --profile all`
6022026-03-24T03:35:42.680Z+ ./clean.sh
6032026-03-24T03:35:42.690Z+ mkdir -p proto/kernel/drv/amd64
6042026-03-24T03:35:42.692Z+ mkdir -p proto/opt/oxide/opte/bin
6052026-03-24T03:35:42.695Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6062026-03-24T03:35:42.695Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6072026-03-24T03:35:42.711Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6082026-03-24T03:35:42.746Z+ cp ../xde/xde.conf proto/kernel/drv/
6092026-03-24T03:35:42.749Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6102026-03-24T03:35:42.752Z+ '[' -z ']'
6112026-03-24T03:35:42.752Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6122026-03-24T03:35:42.777Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6132026-03-24T03:35:42.855Z+ INC_DEBUG=
6142026-03-24T03:35:42.858Z++ ./print-api-version.sh
6152026-03-24T03:35:42.862Z+ API_VSN=39
6162026-03-24T03:35:42.865Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/462/g -e s/%API_VSN%/39/g opte.template.p5m
6172026-03-24T03:35:42.865Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6182026-03-24T03:35:43.935Z+ pkgdepend generate -d proto opte.base.p5m
6192026-03-24T03:35:44.825Z+ mkdir -p packages
6202026-03-24T03:35:44.828Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6212026-03-24T03:35:57.750Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6222026-03-24T03:35:57.753Z+ pkgrepo create packages/repo
6232026-03-24T03:35:58.517Z+ pkgrepo add-publisher -s packages/repo helios-dev
6242026-03-24T03:35:59.254Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6252026-03-24T03:36:36.884Zpkg://helios-dev/driver/network/opte@0.39.462,5.11:20260324T033559Z
6262026-03-24T03:36:36.884ZPUBLISHED
6272026-03-24T03:36:36.931Z+ pkgrecv -a -d packages/repo/opte-0.39.462.p5p -s packages/repo -v -m latest '*'
6282026-03-24T03:36:37.605ZRetrieving packages for publisher helios-dev ...
6292026-03-24T03:36:37.608ZRetrieving catalog 'helios-dev' ... Done
6302026-03-24T03:36:37.611ZRetrieving and evaluating 1 package(s)...
6312026-03-24T03:36:37.611ZFetching manifests: 1/1 100% complete
6322026-03-24T03:36:37.611ZFetching manifests: 1/1 100% complete
6332026-03-24T03:36:37.611Z
6342026-03-24T03:36:37.611ZArchiving packages ...
6352026-03-24T03:36:37.611Z Packages to add: 1
6362026-03-24T03:36:37.611Z Files to retrieve: 6
6372026-03-24T03:36:37.611ZEstimated transfer size: 35.53 MB
6382026-03-24T03:36:37.611Z
6392026-03-24T03:36:37.611ZPackages to archive:
6402026-03-24T03:36:37.611Zdriver/network/opte@0.39.462,5.11:20260324T033559Z
6412026-03-24T03:36:37.611Z
6422026-03-24T03:36:37.611ZDownload: 0/6 items 0.0/35.5MB 0% complete
6432026-03-24T03:36:37.713ZDownload: Completed 35.53 MB in 0.10 seconds (345M/s)
6442026-03-24T03:36:37.717ZArchiving: 1/20 items 0.0/35.6MB 0% complete
6452026-03-24T03:36:37.733ZArchiving: Completed 35.57 MB in 0.02 seconds
6462026-03-24T03:36:37.783ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.462.p5p.
6472026-03-24T03:36:37.786Z+ banner copy
6482026-03-24T03:36:37.789Z
6492026-03-24T03:36:37.789Z #### #### ##### # #
6502026-03-24T03:36:37.789Z # # # # # # # #
6512026-03-24T03:36:37.789Z # # # # # #
6522026-03-24T03:36:37.789Z # # # ##### #
6532026-03-24T03:36:37.789Z # # # # # #
6542026-03-24T03:36:37.789Z #### #### # #
6552026-03-24T03:36:37.789Z
6562026-03-24T03:36:37.789Z+ pfexec mkdir -p /out
6572026-03-24T03:36:37.792Z+ pfexec chown 12345 /out
6582026-03-24T03:36:37.796Z+ PKG_NAME=/out/opte.p5p
6592026-03-24T03:36:37.796Z+ mv pkg/packages/repo/opte-0.39.462.p5p /out/opte.p5p
6602026-03-24T03:36:37.828Z+ sha256sum /out/opte.p5p
6612026-03-24T03:36:37.858Zprocess exited: duration 326094 ms, exit code 0
 
6622026-03-24T03:36:37.871Zfound 2 output files
6632026-03-24T03:36:37.871Zuploading: /out/opte.p5p (37304320 bytes)
6642026-03-24T03:36:39.101Zuploaded: /out/opte.p5p
6652026-03-24T03:36:39.105Zuploading: /out/opte.p5p.sha256 (80 bytes)
6662026-03-24T03:36:40.112Zuploaded: /out/opte.p5p.sha256