01KR4H9BNF4ZA4S1TBSEDS62Q2: 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: 01KR4H9W2YN3RA0D7VJC0TPM13

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T19:34:45.662Zjob assigned to worker 01KR4HA2XXEFCNW0SG9DRAZWE2 [factory aws, i-0ba9933b8da08fc2d] (queued for 57 s)
 
22026-05-08T19:34:52.112Zstarting task 0: "setup"
32026-05-08T19:34:52.117Z++ uname -s
42026-05-08T19:34:52.122Z+ kern=SunOS
52026-05-08T19:34:52.122Z+ build_user=build
62026-05-08T19:34:52.122Z+ build_uid=12345
72026-05-08T19:34:52.123Z+ work_dir=/work
82026-05-08T19:34:52.123Z+ input_dir=/input
92026-05-08T19:34:52.123Z+ [[ 0 == 12345 ]]
102026-05-08T19:34:52.123Z+ case "$kern" in
112026-05-08T19:34:52.123Z+ groupadd -g 12345 build
122026-05-08T19:34:52.123Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T19:34:54.136Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T19:34:54.250Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T19:34:54.269Z+ home_fs=zfs
162026-05-08T19:34:54.269Z+ [[ zfs == autofs ]]
172026-05-08T19:34:54.270Z+ mkdir -p /home/build
182026-05-08T19:34:54.270Z+ chown build:build /home/build /work
192026-05-08T19:34:56.229Z+ chmod 0700 /home/build /work
202026-05-08T19:34:56.233Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-08T19:34:56.240Zstarting task 1: "rust-toolchain"
222026-05-08T19:34:56.245Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-08T19:34:56.245Z * rust toolchain channel = "1.90.0"
242026-05-08T19:34:56.245Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T19:34:56.245Z * rust toolchain profile = "default"
262026-05-08T19:34:56.245Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T19:34:56.245Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T19:34:56.248Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T19:34:56.248Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-08T19:34:56.344Zinfo: downloading installer
312026-05-08T19:34:57.728Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T19:34:57.728Zwarn: /opt/ooce/bin
332026-05-08T19:34:57.728Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T19:34:57.728Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T19:34:57.728Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T19:34:57.729Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T19:34:57.729Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T19:34:57.729Zerror: cannot install while Rust is installed
392026-05-08T19:34:57.729Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T19:34:57.729Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T19:34:57.729Zwarn: /home/build/.rustup/settings.toml
422026-05-08T19:34:57.729Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T19:34:57.729Zwarn: instead of the one inferred from the default host triple.
442026-05-08T19:34:57.742Zinfo: profile set to default
452026-05-08T19:34:57.742Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T19:34:57.745Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-08T19:34:57.891Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-08T19:34:57.894Zinfo: downloading 6 components
492026-05-08T19:35:11.611Z
502026-05-08T19:35:11.611Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-05-08T19:35:11.642Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-08T19:35:11.642Z
532026-05-08T19:35:11.642Z
542026-05-08T19:35:11.642ZRust is installed now. Great!
552026-05-08T19:35:11.642Z
562026-05-08T19:35:11.642ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T19:35:11.642Zenvironment variable. This has not been done automatically.
582026-05-08T19:35:11.642Z
592026-05-08T19:35:11.642ZTo configure your current shell, you need to source
602026-05-08T19:35:11.642Zthe corresponding env file under $HOME/.cargo.
612026-05-08T19:35:11.642Z
622026-05-08T19:35:11.642ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T19:35:11.643Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T19:35:11.643Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T19:35:11.643Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T19:35:11.643Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T19:35:11.643Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T19:35:11.643Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T19:35:11.646Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T19:35:11.646Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T19:35:11.733Z+ rustup --version
722026-05-08T19:35:11.742Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T19:35:11.744Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T19:35:11.765Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-08T19:35:11.768Z+ cargo --version
762026-05-08T19:35:11.782Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-08T19:35:11.785Z+ rustc --version
782026-05-08T19:35:11.803Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-08T19:35:11.807Zprocess exited: duration 15564 ms, exit code 0
 
802026-05-08T19:35:11.815Zstarting task 2: "authentication"
812026-05-08T19:35:11.830Zprocess exited: duration 15 ms, exit code 0
 
822026-05-08T19:35:11.837Zstarting task 3: "clone repository"
832026-05-08T19:35:11.840Z+ mkdir -p /work/oxidecomputer/opte
842026-05-08T19:35:11.843Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-08T19:35:11.875ZCloning into '/work/oxidecomputer/opte'...
862026-05-08T19:35:12.713Z+ cd /work/oxidecomputer/opte
872026-05-08T19:35:12.713Z+ git fetch origin 324103bbf6842212b833e8f517c56c7650bbf616
882026-05-08T19:35:12.976ZFrom https://github.com/oxidecomputer/opte
892026-05-08T19:35:12.976Z * branch 324103bbf6842212b833e8f517c56c7650bbf616 -> FETCH_HEAD
902026-05-08T19:35:12.981Z+ [[ -n ry/faster-syn-expiry ]]
912026-05-08T19:35:12.984Z++ git branch --show-current
922026-05-08T19:35:12.984Z+ current=master
932026-05-08T19:35:12.984Z+ [[ master != ry/faster-syn-expiry ]]
942026-05-08T19:35:12.984Z+ git branch -f ry/faster-syn-expiry 324103bbf6842212b833e8f517c56c7650bbf616
952026-05-08T19:35:12.987Z+ git checkout -f ry/faster-syn-expiry
962026-05-08T19:35:13.005ZSwitched to branch 'ry/faster-syn-expiry'
972026-05-08T19:35:13.008Z+ git reset --hard 324103bbf6842212b833e8f517c56c7650bbf616
982026-05-08T19:35:13.020ZHEAD is now at 324103b firewall table headroom to 512k
992026-05-08T19:35:13.023Zprocess exited: duration 1184 ms, exit code 0
 
1002026-05-08T19:35:13.030Zstarting task 4: "build"
1012026-05-08T19:35:13.034Z+ source .github/buildomat/common.sh
1022026-05-08T19:35:13.036Z++ rustup show active-toolchain
1032026-05-08T19:35:13.039Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-08T19:35:13.042Z++ pushd xde
1052026-05-08T19:35:13.042Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-08T19:35:13.042Z++ rustup show active-toolchain
1072026-05-08T19:35:13.045Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-05-08T19:35:13.205Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-05-08T19:35:13.207Zinfo: downloading 6 components
1102026-05-08T19:35:26.720Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-08T19:35:26.798Z+++ rustup show active-toolchain -v
1122026-05-08T19:35:26.801Z+++ head -n 1
1132026-05-08T19:35:26.801Z+++ cut '-d ' -f1
1142026-05-08T19:35:26.858Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-05-08T19:35:26.858Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-05-08T19:35:26.858Z++ popd
1172026-05-08T19:35:26.861Z/work/oxidecomputer/opte
1182026-05-08T19:35:26.861Z+ TGT_BASE=/work
1192026-05-08T19:35:26.861Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-05-08T19:35:26.861Z+ REL_TGT=/work/release
1212026-05-08T19:35:26.861Z+ mkdir -p /work/release
1222026-05-08T19:35:26.861Z+ cargo --version
1232026-05-08T19:35:26.869Zcargo 1.90.0 (840b83a10 2025-07-30)
1242026-05-08T19:35:26.871Z+ rustc --version
1252026-05-08T19:35:26.892Zrustc 1.90.0 (1159e78c4 2025-09-14)
1262026-05-08T19:35:26.894Z+ header 'build xde and opteadm (release+debug)'
1272026-05-08T19:35:26.894Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-05-08T19:35:26.894Z# ==== build xde and opteadm (release+debug) ==== #
1292026-05-08T19:35:26.895Z+ ptime -m cargo xtask build --profile all
1302026-05-08T19:35:26.998Z Updating crates.io index
1312026-05-08T19:35:27.002Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-05-08T19:35:27.798Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-05-08T19:35:28.056Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-05-08T19:35:28.372Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-05-08T19:35:28.715Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-05-08T19:35:28.972Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-05-08T19:35:29.236Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-05-08T19:35:30.582Z Downloading crates ...
1392026-05-08T19:35:30.631Z Downloaded cargo_metadata v0.23.1
1402026-05-08T19:35:30.639Z Downloaded unicode-ident v1.0.22
1412026-05-08T19:35:30.642Z Downloaded anstream v0.6.21
1422026-05-08T19:35:30.647Z Downloaded hashbrown v0.16.1
1432026-05-08T19:35:30.649Z Downloaded heck v0.5.0
1442026-05-08T19:35:30.652Z Downloaded proc-macro2 v1.0.106
1452026-05-08T19:35:30.656Z Downloaded clap_lex v0.7.7
1462026-05-08T19:35:30.659Z Downloaded terminal_size v0.4.3
1472026-05-08T19:35:30.659Z Downloaded equivalent v1.0.2
1482026-05-08T19:35:30.659Z Downloaded is_terminal_polyfill v1.70.2
1492026-05-08T19:35:30.659Z Downloaded errno v0.3.14
1502026-05-08T19:35:30.667Z Downloaded itoa v1.0.17
1512026-05-08T19:35:30.676Z Downloaded quote v1.0.44
1522026-05-08T19:35:30.683Z Downloaded colorchoice v1.0.4
1532026-05-08T19:35:30.690Z Downloaded thiserror v2.0.18
1542026-05-08T19:35:30.693Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1552026-05-08T19:35:30.695Z Downloaded semver v1.0.27
1562026-05-08T19:35:30.695Z Downloaded anstyle-query v1.1.5
1572026-05-08T19:35:30.695Z Downloaded anstyle v1.0.13
1582026-05-08T19:35:30.698Z Downloaded strsim v0.11.1
1592026-05-08T19:35:30.700Z Downloaded utf8parse v0.2.2
1602026-05-08T19:35:30.700Z Downloaded cargo-platform v0.3.2
1612026-05-08T19:35:30.700Z Downloaded serde_spanned v1.0.4
1622026-05-08T19:35:30.703Z Downloaded thiserror-impl v2.0.18
1632026-05-08T19:35:30.711Z Downloaded zmij v1.0.17
1642026-05-08T19:35:30.714Z Downloaded toml_writer v1.0.6+spec-1.1.0
1652026-05-08T19:35:30.714Z Downloaded clap v4.5.54
1662026-05-08T19:35:30.718Z Downloaded anstyle-parse v0.2.7
1672026-05-08T19:35:30.724Z Downloaded clap_derive v4.5.49
1682026-05-08T19:35:30.728Z Downloaded camino v1.2.2
1692026-05-08T19:35:30.728Z Downloaded anyhow v1.0.100
1702026-05-08T19:35:30.734Z Downloaded toml v0.9.11+spec-1.1.0
1712026-05-08T19:35:30.736Z Downloaded serde_derive v1.0.228
1722026-05-08T19:35:30.739Z Downloaded bitflags v2.10.0
1732026-05-08T19:35:30.743Z Downloaded toml_parser v1.0.6+spec-1.1.0
1742026-05-08T19:35:30.755Z Downloaded serde_core v1.0.228
1752026-05-08T19:35:30.758Z Downloaded memchr v2.7.6
1762026-05-08T19:35:30.763Z Downloaded serde v1.0.228
1772026-05-08T19:35:30.771Z Downloaded indexmap v2.13.0
1782026-05-08T19:35:30.777Z Downloaded clap_builder v4.5.54
1792026-05-08T19:35:30.784Z Downloaded serde_json v1.0.149
1802026-05-08T19:35:30.797Z Downloaded winnow v0.7.14
1812026-05-08T19:35:30.817Z Downloaded syn v2.0.114
1822026-05-08T19:35:30.829Z Downloaded rustix v1.1.3
1832026-05-08T19:35:30.857Z Downloaded libc v0.2.180
1842026-05-08T19:35:30.904Z Compiling serde_core v1.0.228
1852026-05-08T19:35:30.904Z Compiling proc-macro2 v1.0.106
1862026-05-08T19:35:30.906Z Compiling quote v1.0.44
1872026-05-08T19:35:30.906Z Compiling unicode-ident v1.0.22
1882026-05-08T19:35:30.906Z Compiling libc v0.2.180
1892026-05-08T19:35:30.906Z Compiling rustix v1.1.3
1902026-05-08T19:35:30.906Z Compiling utf8parse v0.2.2
1912026-05-08T19:35:30.906Z Compiling zmij v1.0.17
1922026-05-08T19:35:31.083Z Compiling bitflags v2.10.0
1932026-05-08T19:35:31.094Z Compiling anstyle-parse v0.2.7
1942026-05-08T19:35:31.314Z Compiling serde_json v1.0.149
1952026-05-08T19:35:31.338Z Compiling anstyle-query v1.1.5
1962026-05-08T19:35:31.348Z Compiling serde v1.0.228
1972026-05-08T19:35:31.438Z Compiling thiserror v2.0.18
1982026-05-08T19:35:31.507Z Compiling camino v1.2.2
1992026-05-08T19:35:31.512Z Compiling colorchoice v1.0.4
2002026-05-08T19:35:31.530Z Compiling anstyle v1.0.13
2012026-05-08T19:35:31.617Z Compiling is_terminal_polyfill v1.70.2
2022026-05-08T19:35:31.677Z Compiling errno v0.3.14
2032026-05-08T19:35:31.705Z Compiling anstream v0.6.21
2042026-05-08T19:35:31.856Z Compiling winnow v0.7.14
2052026-05-08T19:35:31.863Z Compiling memchr v2.7.6
2062026-05-08T19:35:32.147Z Compiling anyhow v1.0.100
2072026-05-08T19:35:32.175Z Compiling syn v2.0.114
2082026-05-08T19:35:32.245Z Compiling terminal_size v0.4.3
2092026-05-08T19:35:32.248Z Compiling strsim v0.11.1
2102026-05-08T19:35:32.389Z Compiling clap_lex v0.7.7
2112026-05-08T19:35:32.446Z Compiling heck v0.5.0
2122026-05-08T19:35:32.652Z Compiling itoa v1.0.17
2132026-05-08T19:35:32.797Z Compiling clap_builder v4.5.54
2142026-05-08T19:35:32.967Z Compiling toml_writer v1.0.6+spec-1.1.0
2152026-05-08T19:35:33.113Z Compiling toml_parser v1.0.6+spec-1.1.0
2162026-05-08T19:35:33.172Z Compiling cargo-platform v0.3.2
2172026-05-08T19:35:33.212Z Compiling toml_datetime v0.7.5+spec-1.1.0
2182026-05-08T19:35:33.454Z Compiling semver v1.0.27
2192026-05-08T19:35:33.701Z Compiling serde_spanned v1.0.4
2202026-05-08T19:35:33.863Z Compiling toml v0.9.11+spec-1.1.0
2212026-05-08T19:35:34.805Z Compiling thiserror-impl v2.0.18
2222026-05-08T19:35:34.857Z Compiling serde_derive v1.0.228
2232026-05-08T19:35:35.427Z Compiling clap_derive v4.5.49
2242026-05-08T19:35:37.099Z Compiling clap v4.5.54
2252026-05-08T19:35:37.905Z Compiling cargo_metadata v0.23.1
2262026-05-08T19:35:40.287Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-05-08T19:35:41.830Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.92s
2282026-05-08T19:35:41.912Z Running `target/debug/xtask build --profile all`
2292026-05-08T19:35:43.498ZBuilding opteadm (release).
2302026-05-08T19:35:43.585Z Compiling proc-macro2 v1.0.106
2312026-05-08T19:35:43.585Z Compiling quote v1.0.44
2322026-05-08T19:35:43.585Z Compiling unicode-ident v1.0.22
2332026-05-08T19:35:43.585Z Compiling libc v0.2.180
2342026-05-08T19:35:43.585Z Compiling serde_core v1.0.228
2352026-05-08T19:35:43.585Z Compiling cfg-if v1.0.4
2362026-05-08T19:35:43.588Z Compiling zerocopy v0.8.34
2372026-05-08T19:35:43.588Z Compiling thiserror v2.0.18
2382026-05-08T19:35:43.652Z Compiling fnv v1.0.7
2392026-05-08T19:35:43.698Z Compiling ident_case v1.0.1
2402026-05-08T19:35:43.727Z Compiling strsim v0.11.1
2412026-05-08T19:35:43.808Z Compiling memchr v2.7.6
2422026-05-08T19:35:43.885Z Compiling regex-syntax v0.8.8
2432026-05-08T19:35:43.977Z Compiling winnow v0.7.14
2442026-05-08T19:35:44.004Z Compiling hashbrown v0.16.1
2452026-05-08T19:35:44.076Z Compiling either v1.15.0
2462026-05-08T19:35:44.255Z Compiling aho-corasick v1.1.4
2472026-05-08T19:35:44.311Z Compiling serde v1.0.228
2482026-05-08T19:35:44.338Z Compiling equivalent v1.0.2
2492026-05-08T19:35:44.409Z Compiling anyhow v1.0.100
2502026-05-08T19:35:44.507Z Compiling indexmap v2.13.0
2512026-05-08T19:35:44.711Z Compiling itertools v0.14.0
2522026-05-08T19:35:44.744Z Compiling syn v2.0.114
2532026-05-08T19:35:44.817Z Compiling byteorder v1.5.0
2542026-05-08T19:35:44.990Z Compiling toml_datetime v0.7.5+spec-1.1.0
2552026-05-08T19:35:45.082Z Compiling getrandom v0.3.4
2562026-05-08T19:35:45.195Z Compiling heapless v0.8.0
2572026-05-08T19:35:45.343Z Compiling regex-automata v0.4.13
2582026-05-08T19:35:45.379Z Compiling toml_parser v1.0.6+spec-1.1.0
2592026-05-08T19:35:45.677Z Compiling bitflags v2.10.0
2602026-05-08T19:35:45.689Z Compiling hash32 v0.3.1
2612026-05-08T19:35:45.817Z Compiling toml_edit v0.23.10+spec-1.0.0
2622026-05-08T19:35:45.830Z Compiling stable_deref_trait v1.2.1
2632026-05-08T19:35:45.892Z Compiling smoltcp v0.11.0
2642026-05-08T19:35:45.939Z Compiling syn v1.0.109
2652026-05-08T19:35:45.963Z Compiling rustversion v1.0.22
2662026-05-08T19:35:45.971Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2672026-05-08T19:35:46.009Z Compiling macaddr v1.0.1
2682026-05-08T19:35:46.211Z Compiling bitflags v1.3.2
2692026-05-08T19:35:46.263Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
2702026-05-08T19:35:46.267Z Compiling ref-cast v1.0.25
2712026-05-08T19:35:46.323Z Compiling proc-macro-crate v3.4.0
2722026-05-08T19:35:46.373Z Compiling version_check v0.9.5
2732026-05-08T19:35:46.458Z Compiling managed v0.8.0
2742026-05-08T19:35:46.551Z Compiling rustix v1.1.3
2752026-05-08T19:35:46.636Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2762026-05-08T19:35:46.698Z Compiling rand_core v0.9.5
2772026-05-08T19:35:46.849Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-05-08T19:35:46.933Z Compiling errno v0.3.14
2792026-05-08T19:35:47.071Z Compiling regex v1.12.2
2802026-05-08T19:35:47.101Z Compiling foreign-types-shared v0.3.1
2812026-05-08T19:35:47.183Z Compiling utf8parse v0.2.2
2822026-05-08T19:35:47.209Z Compiling ipnetwork v0.21.1
2832026-05-08T19:35:47.277Z Compiling unicode-width v0.2.2
2842026-05-08T19:35:47.470Z Compiling darling_core v0.21.3
2852026-05-08T19:35:47.562Z Compiling once_cell v1.21.3
2862026-05-08T19:35:47.565Z Compiling tabwriter v1.4.1
2872026-05-08T19:35:47.779Z Compiling tracing-core v0.1.36
2882026-05-08T19:35:47.887Z Compiling cstr-argument v0.1.2
2892026-05-08T19:35:47.970Z Compiling anstyle-parse v0.2.7
2902026-05-08T19:35:48.369Z Compiling anstyle-query v1.1.5
2912026-05-08T19:35:48.457Z Compiling pretty-hex v0.4.1
2922026-05-08T19:35:48.461Z Compiling dyn-clone v1.0.20
2932026-05-08T19:35:48.585Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
2942026-05-08T19:35:48.593Z Compiling anstyle v1.0.13
2952026-05-08T19:35:48.596Z Compiling colorchoice v1.0.4
2962026-05-08T19:35:48.661Z Compiling zerocopy-derive v0.8.34
2972026-05-08T19:35:48.692Z Compiling thiserror-impl v2.0.18
2982026-05-08T19:35:48.734Z Compiling serde_derive v1.0.228
2992026-05-08T19:35:48.782Z Compiling num_enum_derive v0.7.5
3002026-05-08T19:35:48.812Z Compiling ref-cast-impl v1.0.25
3012026-05-08T19:35:49.374Z Compiling foreign-types-macros v0.2.3
3022026-05-08T19:35:49.473Z Compiling tracing-attributes v0.1.31
3032026-05-08T19:35:49.567Z Compiling darling_macro v0.21.3
3042026-05-08T19:35:49.728Z Compiling num_enum v0.7.5
3052026-05-08T19:35:49.844Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3062026-05-08T19:35:49.964Z Compiling cobs v0.3.0
3072026-05-08T19:35:49.967Z Compiling foreign-types v0.5.0
3082026-05-08T19:35:50.026Z Compiling pin-project-lite v0.2.16
3092026-05-08T19:35:50.052Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-08T19:35:50.092Z Compiling darling v0.21.3
3112026-05-08T19:35:50.105Z Compiling is_terminal_polyfill v1.70.2
3122026-05-08T19:35:50.157Z Compiling ingot-macros v0.1.1
3132026-05-08T19:35:50.162Z Compiling anstream v0.6.21
3142026-05-08T19:35:50.180Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3152026-05-08T19:35:50.307Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
3162026-05-08T19:35:50.498Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3172026-05-08T19:35:50.508Z Compiling terminal_size v0.4.3
3182026-05-08T19:35:50.615Z Compiling uuid v1.20.0
3192026-05-08T19:35:50.643Z Compiling socket2 v0.6.2
3202026-05-08T19:35:50.726Z Compiling tracing v0.1.44
3212026-05-08T19:35:51.024Z Compiling clap_lex v0.7.7
3222026-05-08T19:35:51.066Z Compiling colored v3.1.1
3232026-05-08T19:35:51.200Z Compiling oxnet v0.1.4
3242026-05-08T19:35:51.331Z Compiling heck v0.5.0
3252026-05-08T19:35:51.488Z Compiling clap_builder v4.5.54
3262026-05-08T19:35:51.519Z Compiling clap_derive v4.5.49
3272026-05-08T19:35:51.600Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3282026-05-08T19:35:51.872Z Compiling postcard v1.1.3
3292026-05-08T19:35:52.098Z Compiling ppv-lite86 v0.2.21
3302026-05-08T19:35:52.400Z Compiling rand_chacha v0.9.0
3312026-05-08T19:35:52.557Z Compiling rand v0.9.2
3322026-05-08T19:35:52.599Z Compiling ingot-types v0.1.2
3332026-05-08T19:35:52.925Z Compiling ingot v0.1.1
3342026-05-08T19:35:53.351Z Compiling clap v4.5.54
3352026-05-08T19:35:54.542Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-08T19:35:55.508Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-05-08T19:35:56.464Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-05-08T19:36:02.871Z Finished `release` profile [optimized + debuginfo] target(s) in 19.36s
3392026-05-08T19:36:02.895ZBuilding xde (release-lto).
3402026-05-08T19:36:03.154Z Updating crates.io index
3412026-05-08T19:36:03.251Z Downloading crates ...
3422026-05-08T19:36:03.311Z Downloaded getopts v0.2.24
3432026-05-08T19:36:03.318Z Downloaded addr2line v0.25.0
3442026-05-08T19:36:03.325Z Downloaded rustc-literal-escaper v0.0.5
3452026-05-08T19:36:03.328Z Downloaded cfg-if v1.0.1
3462026-05-08T19:36:03.333Z Downloaded adler2 v2.0.1
3472026-05-08T19:36:03.340Z Downloaded hashbrown v0.15.5
3482026-05-08T19:36:03.347Z Downloaded rustc-demangle v0.1.26
3492026-05-08T19:36:03.356Z Downloaded miniz_oxide v0.8.9
3502026-05-08T19:36:03.392Z Downloaded memchr v2.7.5
3512026-05-08T19:36:03.400Z Downloaded object v0.37.3
3522026-05-08T19:36:03.405Z Downloaded gimli v0.32.0
3532026-05-08T19:36:03.460Z Downloaded libc v0.2.175
3542026-05-08T19:36:03.513Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3552026-05-08T19:36:03.513Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3562026-05-08T19:36:03.517Z Compiling proc-macro2 v1.0.106
3572026-05-08T19:36:03.517Z Compiling unicode-ident v1.0.22
3582026-05-08T19:36:03.517Z Compiling quote v1.0.44
3592026-05-08T19:36:03.517Z Compiling serde_core v1.0.228
3602026-05-08T19:36:03.517Z Compiling fnv v1.0.7
3612026-05-08T19:36:03.534Z Compiling ident_case v1.0.1
3622026-05-08T19:36:03.649Z Compiling strsim v0.11.1
3632026-05-08T19:36:03.669Z Compiling memchr v2.7.6
3642026-05-08T19:36:03.672Z Compiling regex-syntax v0.8.8
3652026-05-08T19:36:03.926Z Compiling either v1.15.0
3662026-05-08T19:36:03.932Z Compiling zerocopy v0.8.34
3672026-05-08T19:36:04.039Z Compiling serde v1.0.228
3682026-05-08T19:36:04.050Z Compiling aho-corasick v1.1.4
3692026-05-08T19:36:04.120Z Compiling thiserror v2.0.18
3702026-05-08T19:36:04.314Z Compiling itertools v0.14.0
3712026-05-08T19:36:04.470Z Compiling heapless v0.8.0
3722026-05-08T19:36:04.677Z Compiling syn v2.0.114
3732026-05-08T19:36:04.682Z Compiling smoltcp v0.11.0
3742026-05-08T19:36:04.741Z Compiling ref-cast v1.0.25
3752026-05-08T19:36:04.958Z Compiling version_check v0.9.5
3762026-05-08T19:36:05.079Z Compiling regex-automata v0.4.13
3772026-05-08T19:36:05.115Z Compiling crc32fast v1.5.0
3782026-05-08T19:36:05.274Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3792026-05-08T19:36:06.657Z Compiling regex v1.12.2
3802026-05-08T19:36:07.033Z Compiling darling_core v0.21.3
3812026-05-08T19:36:07.749Z Compiling thiserror-impl v2.0.18
3822026-05-08T19:36:07.749Z Compiling zerocopy-derive v0.8.34
3832026-05-08T19:36:07.753Z Compiling serde_derive v1.0.228
3842026-05-08T19:36:07.753Z Compiling ref-cast-impl v1.0.25
3852026-05-08T19:36:07.753Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3862026-05-08T19:36:09.041Z Compiling darling_macro v0.21.3
3872026-05-08T19:36:09.844Z Compiling darling v0.21.3
3882026-05-08T19:36:09.907Z Compiling ingot-macros v0.1.1
3892026-05-08T19:36:09.907Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3902026-05-08T19:36:15.221Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3912026-05-08T19:36:17.154Z Compiling byteorder v1.5.0
3922026-05-08T19:36:17.157Z Compiling stable_deref_trait v1.2.1
3932026-05-08T19:36:17.157Z Compiling cfg-if v1.0.4
3942026-05-08T19:36:17.157Z Compiling macaddr v1.0.1
3952026-05-08T19:36:17.212Z Compiling managed v0.8.0
3962026-05-08T19:36:17.217Z Compiling bitflags v1.3.2
3972026-05-08T19:36:17.246Z Compiling cobs v0.3.0
3982026-05-08T19:36:17.333Z Compiling hash32 v0.3.1
3992026-05-08T19:36:17.453Z Compiling dyn-clone v1.0.20
4002026-05-08T19:36:17.518Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4012026-05-08T19:36:18.712Z Compiling bitflags v2.10.0
4022026-05-08T19:36:18.712Z Compiling uuid v1.20.0
4032026-05-08T19:36:18.858Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4042026-05-08T19:36:19.132Z Compiling postcard v1.1.3
4052026-05-08T19:36:19.175Z Compiling ingot-types v0.1.2
4062026-05-08T19:36:19.499Z Compiling ingot v0.1.1
4072026-05-08T19:36:20.970Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4082026-05-08T19:36:24.588Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4092026-05-08T19:36:33.477Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4102026-05-08T19:37:02.212Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.27s
4112026-05-08T19:37:02.236ZLinking xde kmod...
4122026-05-08T19:37:02.637ZBuilding xde dev link helper (release).
4132026-05-08T19:37:02.807Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4142026-05-08T19:37:02.807Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4152026-05-08T19:37:02.807Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4162026-05-08T19:37:13.692Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4172026-05-08T19:37:15.917Z Finished `release` profile [optimized + debuginfo] target(s) in 13.24s
4182026-05-08T19:37:15.933ZBuilding opteadm (dev).
4192026-05-08T19:37:16.083Z Compiling libc v0.2.180
4202026-05-08T19:37:16.083Z Compiling serde_core v1.0.228
4212026-05-08T19:37:16.083Z Compiling cfg-if v1.0.4
4222026-05-08T19:37:16.083Z Compiling zerocopy v0.8.34
4232026-05-08T19:37:16.087Z Compiling strsim v0.11.1
4242026-05-08T19:37:16.087Z Compiling fnv v1.0.7
4252026-05-08T19:37:16.087Z Compiling memchr v2.7.6
4262026-05-08T19:37:16.087Z Compiling syn v2.0.114
4272026-05-08T19:37:16.156Z Compiling ident_case v1.0.1
4282026-05-08T19:37:16.178Z Compiling regex-syntax v0.8.8
4292026-05-08T19:37:16.258Z Compiling winnow v0.7.14
4302026-05-08T19:37:16.371Z Compiling serde v1.0.228
4312026-05-08T19:37:16.491Z Compiling hashbrown v0.16.1
4322026-05-08T19:37:16.647Z Compiling aho-corasick v1.1.4
4332026-05-08T19:37:16.665Z Compiling equivalent v1.0.2
4342026-05-08T19:37:16.735Z Compiling either v1.15.0
4352026-05-08T19:37:16.883Z Compiling heapless v0.8.0
4362026-05-08T19:37:16.920Z Compiling itertools v0.14.0
4372026-05-08T19:37:17.002Z Compiling indexmap v2.13.0
4382026-05-08T19:37:17.164Z Compiling toml_datetime v0.7.5+spec-1.1.0
4392026-05-08T19:37:17.367Z Compiling byteorder v1.5.0
4402026-05-08T19:37:17.542Z Compiling toml_parser v1.0.6+spec-1.1.0
4412026-05-08T19:37:17.577Z Compiling regex-automata v0.4.13
4422026-05-08T19:37:17.634Z Compiling getrandom v0.3.4
4432026-05-08T19:37:17.957Z Compiling toml_edit v0.23.10+spec-1.0.0
4442026-05-08T19:37:18.026Z Compiling bitflags v2.10.0
4452026-05-08T19:37:18.081Z Compiling hash32 v0.3.1
4462026-05-08T19:37:18.258Z Compiling syn v1.0.109
4472026-05-08T19:37:18.265Z Compiling stable_deref_trait v1.2.1
4482026-05-08T19:37:18.265Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4492026-05-08T19:37:18.265Z Compiling macaddr v1.0.1
4502026-05-08T19:37:18.293Z Compiling rustversion v1.0.22
4512026-05-08T19:37:18.451Z Compiling smoltcp v0.11.0
4522026-05-08T19:37:18.462Z Compiling proc-macro-crate v3.4.0
4532026-05-08T19:37:18.636Z Compiling darling_core v0.21.3
4542026-05-08T19:37:18.776Z Compiling version_check v0.9.5
4552026-05-08T19:37:18.804Z Compiling managed v0.8.0
4562026-05-08T19:37:18.824Z Compiling ref-cast v1.0.25
4572026-05-08T19:37:18.880Z Compiling bitflags v1.3.2
4582026-05-08T19:37:18.920Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4592026-05-08T19:37:19.037Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4602026-05-08T19:37:19.123Z Compiling rand_core v0.9.5
4612026-05-08T19:37:19.258Z Compiling regex v1.12.2
4622026-05-08T19:37:19.390Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4632026-05-08T19:37:19.483Z Compiling errno v0.3.14
4642026-05-08T19:37:19.635Z Compiling once_cell v1.21.3
4652026-05-08T19:37:19.645Z Compiling unicode-width v0.2.2
4662026-05-08T19:37:19.870Z Compiling zerocopy-derive v0.8.34
4672026-05-08T19:37:19.878Z Compiling thiserror-impl v2.0.18
4682026-05-08T19:37:19.949Z Compiling serde_derive v1.0.228
4692026-05-08T19:37:19.994Z Compiling num_enum_derive v0.7.5
4702026-05-08T19:37:20.139Z Compiling foreign-types-macros v0.2.3
4712026-05-08T19:37:20.779Z Compiling darling_macro v0.21.3
4722026-05-08T19:37:20.804Z Compiling ref-cast-impl v1.0.25
4732026-05-08T19:37:21.042Z Compiling ipnetwork v0.21.1
4742026-05-08T19:37:21.088Z Compiling thiserror v2.0.18
4752026-05-08T19:37:21.191Z Compiling cobs v0.3.0
4762026-05-08T19:37:21.326Z Compiling darling v0.21.3
4772026-05-08T19:37:21.391Z Compiling foreign-types-shared v0.3.1
4782026-05-08T19:37:21.397Z Compiling ingot-macros v0.1.1
4792026-05-08T19:37:21.470Z Compiling foreign-types v0.5.0
4802026-05-08T19:37:21.584Z Compiling num_enum v0.7.5
4812026-05-08T19:37:21.633Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4822026-05-08T19:37:21.704Z Compiling tracing-attributes v0.1.31
4832026-05-08T19:37:22.202Z Compiling cstr-argument v0.1.2
4842026-05-08T19:37:22.371Z Compiling tabwriter v1.4.1
4852026-05-08T19:37:22.533Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4862026-05-08T19:37:22.702Z Compiling tracing-core v0.1.36
4872026-05-08T19:37:22.789Z Compiling rustix v1.1.3
4882026-05-08T19:37:23.064Z Compiling anyhow v1.0.100
4892026-05-08T19:37:23.104Z Compiling postcard v1.1.3
4902026-05-08T19:37:23.261Z Compiling ppv-lite86 v0.2.21
4912026-05-08T19:37:23.270Z Compiling pretty-hex v0.4.1
4922026-05-08T19:37:23.322Z Compiling pin-project-lite v0.2.16
4932026-05-08T19:37:23.402Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
4942026-05-08T19:37:23.409Z Compiling dyn-clone v1.0.20
4952026-05-08T19:37:23.459Z Compiling tracing v0.1.44
4962026-05-08T19:37:23.573Z Compiling rand_chacha v0.9.0
4972026-05-08T19:37:23.589Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4982026-05-08T19:37:23.628Z Compiling terminal_size v0.4.3
4992026-05-08T19:37:23.771Z Compiling rand v0.9.2
5002026-05-08T19:37:23.794Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5012026-05-08T19:37:23.820Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5022026-05-08T19:37:23.907Z Compiling uuid v1.20.0
5032026-05-08T19:37:23.933Z Compiling socket2 v0.6.2
5042026-05-08T19:37:24.029Z Compiling oxnet v0.1.4
5052026-05-08T19:37:24.087Z Compiling ingot-types v0.1.2
5062026-05-08T19:37:24.295Z Compiling colored v3.1.1
5072026-05-08T19:37:24.473Z Compiling ingot v0.1.1
5082026-05-08T19:37:24.483Z Compiling clap_builder v4.5.54
5092026-05-08T19:37:24.488Z Compiling clap_derive v4.5.49
5102026-05-08T19:37:24.594Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5112026-05-08T19:37:26.001Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-05-08T19:37:26.055Z Compiling clap v4.5.54
5132026-05-08T19:37:28.289Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5142026-05-08T19:37:29.506Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5152026-05-08T19:37:33.798Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.86s
5162026-05-08T19:37:33.824ZBuilding xde (dev).
5172026-05-08T19:37:34.057Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5182026-05-08T19:37:34.057Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5192026-05-08T19:37:34.057Z Compiling proc-macro2 v1.0.106
5202026-05-08T19:37:34.057Z Compiling unicode-ident v1.0.22
5212026-05-08T19:37:34.057Z Compiling quote v1.0.44
5222026-05-08T19:37:34.057Z Compiling serde_core v1.0.228
5232026-05-08T19:37:34.060Z Compiling fnv v1.0.7
5242026-05-08T19:37:34.075Z Compiling ident_case v1.0.1
5252026-05-08T19:37:34.150Z Compiling strsim v0.11.1
5262026-05-08T19:37:34.171Z Compiling memchr v2.7.6
5272026-05-08T19:37:34.175Z Compiling regex-syntax v0.8.8
5282026-05-08T19:37:34.417Z Compiling thiserror v2.0.18
5292026-05-08T19:37:34.434Z Compiling zerocopy v0.8.34
5302026-05-08T19:37:34.533Z Compiling either v1.15.0
5312026-05-08T19:37:34.567Z Compiling aho-corasick v1.1.4
5322026-05-08T19:37:34.718Z Compiling serde v1.0.228
5332026-05-08T19:37:34.830Z Compiling itertools v0.14.0
5342026-05-08T19:37:35.005Z Compiling heapless v0.8.0
5352026-05-08T19:37:35.095Z Compiling syn v2.0.114
5362026-05-08T19:37:35.233Z Compiling smoltcp v0.11.0
5372026-05-08T19:37:35.240Z Compiling ref-cast v1.0.25
5382026-05-08T19:37:35.460Z Compiling version_check v0.9.5
5392026-05-08T19:37:35.627Z Compiling regex-automata v0.4.13
5402026-05-08T19:37:35.650Z Compiling crc32fast v1.5.0
5412026-05-08T19:37:35.855Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5422026-05-08T19:37:37.199Z Compiling regex v1.12.2
5432026-05-08T19:37:37.446Z Compiling darling_core v0.21.3
5442026-05-08T19:37:38.368Z Compiling thiserror-impl v2.0.18
5452026-05-08T19:37:38.368Z Compiling zerocopy-derive v0.8.34
5462026-05-08T19:37:38.371Z Compiling serde_derive v1.0.228
5472026-05-08T19:37:38.371Z Compiling ref-cast-impl v1.0.25
5482026-05-08T19:37:38.371Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5492026-05-08T19:37:39.660Z Compiling darling_macro v0.21.3
5502026-05-08T19:37:40.499Z Compiling darling v0.21.3
5512026-05-08T19:37:40.584Z Compiling ingot-macros v0.1.1
5522026-05-08T19:37:40.584Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5532026-05-08T19:37:45.397Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5542026-05-08T19:37:47.083Z Compiling byteorder v1.5.0
5552026-05-08T19:37:47.083Z Compiling cfg-if v1.0.4
5562026-05-08T19:37:47.088Z Compiling stable_deref_trait v1.2.1
5572026-05-08T19:37:47.088Z Compiling macaddr v1.0.1
5582026-05-08T19:37:47.145Z Compiling managed v0.8.0
5592026-05-08T19:37:47.150Z Compiling cobs v0.3.0
5602026-05-08T19:37:47.180Z Compiling bitflags v1.3.2
5612026-05-08T19:37:47.246Z Compiling hash32 v0.3.1
5622026-05-08T19:37:47.399Z Compiling dyn-clone v1.0.20
5632026-05-08T19:37:47.525Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5642026-05-08T19:37:48.600Z Compiling bitflags v2.10.0
5652026-05-08T19:37:48.600Z Compiling uuid v1.20.0
5662026-05-08T19:37:48.730Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5672026-05-08T19:37:49.008Z Compiling ingot-types v0.1.2
5682026-05-08T19:37:49.054Z Compiling postcard v1.1.3
5692026-05-08T19:37:49.319Z Compiling ingot v0.1.1
5702026-05-08T19:37:50.736Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5712026-05-08T19:37:54.863Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5722026-05-08T19:38:05.654Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5732026-05-08T19:38:14.125Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.26s
5742026-05-08T19:38:14.146ZLinking xde kmod...
5752026-05-08T19:38:15.249ZBuilding xde dev link helper (dev).
5762026-05-08T19:38:15.413Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5772026-05-08T19:38:15.414Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5782026-05-08T19:38:15.414Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5792026-05-08T19:38:25.850Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5802026-05-08T19:38:27.928Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.64s
5812026-05-08T19:38:27.956Z
5822026-05-08T19:38:27.957Zreal 3:01.027576228
5832026-05-08T19:38:27.957Zuser 8:48.360995188
5842026-05-08T19:38:27.957Zsys 55.028286269
5852026-05-08T19:38:27.957Ztrap 0.238710782
5862026-05-08T19:38:27.957Ztflt 0.844515971
5872026-05-08T19:38:27.957Zdflt 1.236868540
5882026-05-08T19:38:27.957Zkflt 0.006067901
5892026-05-08T19:38:27.957Zlock 22:47.874336385
5902026-05-08T19:38:27.957Zslp 27:17.175214596
5912026-05-08T19:38:27.957Zlat 19.888756343
5922026-05-08T19:38:27.957Zstop 28.475043803
5932026-05-08T19:38:27.957Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5942026-05-08T19:38:27.957Z+ grep GOTPCREL
5952026-05-08T19:38:28.840Z+ header 'package opte'
5962026-05-08T19:38:28.840Z+ echo '# ==== package opte ==== #'
5972026-05-08T19:38:28.840Z# ==== package opte ==== #
5982026-05-08T19:38:28.840Z+ cargo xtask package --skip-build --profile all
5992026-05-08T19:38:28.979Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
6002026-05-08T19:38:28.982Z Running `target/debug/xtask package --skip-build --profile all`
6012026-05-08T19:38:29.182Z+ ./clean.sh
6022026-05-08T19:38:29.190Z+ mkdir -p proto/kernel/drv/amd64
6032026-05-08T19:38:29.193Z+ mkdir -p proto/opt/oxide/opte/bin
6042026-05-08T19:38:29.193Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6052026-05-08T19:38:29.196Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6062026-05-08T19:38:29.209Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6072026-05-08T19:38:29.241Z+ cp ../xde/xde.conf proto/kernel/drv/
6082026-05-08T19:38:29.245Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6092026-05-08T19:38:29.245Z+ '[' -z ']'
6102026-05-08T19:38:29.245Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6112026-05-08T19:38:29.274Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6122026-05-08T19:38:29.356Z+ INC_DEBUG=
6132026-05-08T19:38:29.362Z++ ./print-api-version.sh
6142026-05-08T19:38:29.362Z+ API_VSN=39
6152026-05-08T19:38:29.362Z+ TAG=19.2
6162026-05-08T19:38:29.362Z+ PKG_VERSION=0.39.464
6172026-05-08T19:38:29.362Z+ '[' 19.2 ']'
6182026-05-08T19:38:29.362Z+ PKG_VERSION=0.39.464-19.2
6192026-05-08T19:38:29.362Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%PKG_VERSION%/0.39.464-19.2/g opte.template.p5m
6202026-05-08T19:38:29.362Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6212026-05-08T19:38:30.273Z+ pkgdepend generate -d proto opte.base.p5m
6222026-05-08T19:38:30.972Z+ mkdir -p packages
6232026-05-08T19:38:30.975Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6242026-05-08T19:38:41.893Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6252026-05-08T19:38:41.896Z+ pkgrepo create packages/repo
6262026-05-08T19:38:42.452Z+ pkgrepo add-publisher -s packages/repo helios-dev
6272026-05-08T19:38:42.986Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6282026-05-08T19:39:11.085Zpkg://helios-dev/driver/network/opte@0.39.464,5.11-19.2:20260508T193841Z
6292026-05-08T19:39:11.085ZPUBLISHED
6302026-05-08T19:39:11.121Z+ pkgrecv -a -d packages/repo/opte-0.39.464-19.2.p5p -s packages/repo -v -m latest '*'
6312026-05-08T19:39:11.606ZRetrieving packages for publisher helios-dev ...
6322026-05-08T19:39:11.609ZRetrieving catalog 'helios-dev' ... Done
6332026-05-08T19:39:11.612ZRetrieving and evaluating 1 package(s)...
6342026-05-08T19:39:11.612ZFetching manifests: 1/1 100% complete
6352026-05-08T19:39:11.613ZFetching manifests: 1/1 100% complete
6362026-05-08T19:39:11.613Z
6372026-05-08T19:39:11.613ZArchiving packages ...
6382026-05-08T19:39:11.613Z Packages to add: 1
6392026-05-08T19:39:11.613Z Files to retrieve: 6
6402026-05-08T19:39:11.613ZEstimated transfer size: 35.31 MB
6412026-05-08T19:39:11.613Z
6422026-05-08T19:39:11.613ZPackages to archive:
6432026-05-08T19:39:11.613Zdriver/network/opte@0.39.464,5.11-19.2:20260508T193841Z
6442026-05-08T19:39:11.613Z
6452026-05-08T19:39:11.613ZDownload: 0/6 items 0.0/35.3MB 0% complete
6462026-05-08T19:39:11.676ZDownload: Completed 35.31 MB in 0.06 seconds (552M/s)
6472026-05-08T19:39:11.679ZArchiving: 1/20 items 0.0/35.3MB 0% complete
6482026-05-08T19:39:11.688ZArchiving: Completed 35.34 MB in 0.01 seconds
6492026-05-08T19:39:11.726ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.464-19.2.p5p.
6502026-05-08T19:39:11.729Z+ banner copy
6512026-05-08T19:39:11.732Z
6522026-05-08T19:39:11.732Z #### #### ##### # #
6532026-05-08T19:39:11.732Z # # # # # # # #
6542026-05-08T19:39:11.732Z # # # # # #
6552026-05-08T19:39:11.732Z # # # ##### #
6562026-05-08T19:39:11.732Z # # # # # #
6572026-05-08T19:39:11.732Z #### #### # #
6582026-05-08T19:39:11.732Z
6592026-05-08T19:39:11.732Z+ pfexec mkdir -p /out
6602026-05-08T19:39:11.736Z+ pfexec chown 12345 /out
6612026-05-08T19:39:11.738Z+ PKG_NAME=/out/opte.p5p
6622026-05-08T19:39:11.738Z+ mv pkg/packages/repo/opte-0.39.464-19.2.p5p /out/opte.p5p
6632026-05-08T19:39:11.764Z+ sha256sum /out/opte.p5p
6642026-05-08T19:39:11.786Zprocess exited: duration 238722 ms, exit code 0
 
6652026-05-08T19:39:11.797Zfound 2 output files
6662026-05-08T19:39:11.797Zuploading: /out/opte.p5p (37068800 bytes)
6672026-05-08T19:39:13.016Zuploaded: /out/opte.p5p
6682026-05-08T19:39:13.016Zuploading: /out/opte.p5p.sha256 (80 bytes)
6692026-05-08T19:39:14.028Zuploaded: /out/opte.p5p.sha256