01KPCT3F89EM82FSBRG8DGH2ST: opte-xde

BasicConfig {
    output_rules: [
        "=/work/debug/xde.dbg",
        "=/work/debug/xde.dbg.sha256",
        "=/work/debug/xde_link.dbg.so",
        "=/work/debug/xde_link.dbg.so.sha256",
        "=/work/release/xde",
        "=/work/release/xde.sha256",
        "=/work/release/xde_link.so",
        "=/work/release/xde_link.so.sha256",
        "=/work/test/loopback",
        "=/work/test/multicast_rx",
        "=/work/test/multicast_multi_sub",
        "=/work/test/multicast_validation",
        "=/work/test/multicast_source_filter",
        "=/work/xde.conf",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/xde",
            series: "module",
            name: "xde",
        },
        BasicConfigPublish {
            from_output: "/work/release/xde.sha256",
            series: "module",
            name: "xde.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KPCT4HT29DF3CZ3Y3CBARAGY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T04:11:57.521Zjob assigned to worker 01KPCT56JTN3PZRZ362YHQ7FVV [factory aws, i-08264073c52398b90] (queued for 1 m 15 s)
 
22026-04-17T04:12:04.623Zstarting task 0: "setup"
32026-04-17T04:12:04.628Z++ uname -s
42026-04-17T04:12:04.635Z+ kern=SunOS
52026-04-17T04:12:04.635Z+ build_user=build
62026-04-17T04:12:04.635Z+ build_uid=12345
72026-04-17T04:12:04.635Z+ work_dir=/work
82026-04-17T04:12:04.635Z+ input_dir=/input
92026-04-17T04:12:04.635Z+ [[ 0 == 12345 ]]
102026-04-17T04:12:04.635Z+ case "$kern" in
112026-04-17T04:12:04.635Z+ groupadd -g 12345 build
122026-04-17T04:12:04.636Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T04:12:06.638Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T04:12:06.735Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T04:12:06.739Z+ home_fs=zfs
162026-04-17T04:12:06.739Z+ [[ zfs == autofs ]]
172026-04-17T04:12:06.739Z+ mkdir -p /home/build
182026-04-17T04:12:06.739Z+ chown build:build /home/build /work
192026-04-17T04:12:08.742Z+ chmod 0700 /home/build /work
202026-04-17T04:12:08.750Zprocess exited: duration 4122 ms, exit code 0
 
212026-04-17T04:12:08.760Zstarting task 1: "rust-toolchain"
222026-04-17T04:12:08.766Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-04-17T04:12:08.766Z * rust toolchain channel = "1.95.0"
242026-04-17T04:12:08.766Z * rust toolchain profile = "default"
252026-04-17T04:12:08.766Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-17T04:12:08.767Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T04:12:08.767Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T04:12:08.770Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T04:12:08.770Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-04-17T04:12:08.888Zinfo: downloading installer
312026-04-17T04:12:10.377Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T04:12:10.377Zwarn: /opt/ooce/bin
332026-04-17T04:12:10.377Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T04:12:10.377Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T04:12:10.377Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T04:12:10.377Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T04:12:10.377Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T04:12:10.377Zerror: cannot install while Rust is installed
392026-04-17T04:12:10.377Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T04:12:10.377Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T04:12:10.377Zwarn: /home/build/.rustup/settings.toml
422026-04-17T04:12:10.377Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T04:12:10.377Zwarn: instead of the one inferred from the default host triple.
442026-04-17T04:12:10.390Zinfo: profile set to default
452026-04-17T04:12:10.390Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T04:12:10.394Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
472026-04-17T04:12:10.543Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-17T04:12:10.547Zinfo: downloading 6 components
492026-04-17T04:12:25.952Z
502026-04-17T04:12:25.952Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
512026-04-17T04:12:25.995Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-17T04:12:25.995Z
532026-04-17T04:12:25.995Z
542026-04-17T04:12:25.995ZRust is installed now. Great!
552026-04-17T04:12:25.995Z
562026-04-17T04:12:25.995ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T04:12:25.995Zenvironment variable. This has not been done automatically.
582026-04-17T04:12:25.995Z
592026-04-17T04:12:25.995ZTo configure your current shell, you need to source
602026-04-17T04:12:25.995Zthe corresponding env file under $HOME/.cargo.
612026-04-17T04:12:25.995Z
622026-04-17T04:12:25.995ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T04:12:25.996Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T04:12:25.996Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T04:12:25.996Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T04:12:25.996Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T04:12:25.996Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T04:12:25.996Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T04:12:26.023Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T04:12:26.024Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T04:12:26.080Z+ rustup --version
722026-04-17T04:12:26.126Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T04:12:26.127Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T04:12:26.127Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-17T04:12:26.127Z+ cargo --version
762026-04-17T04:12:26.127Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-17T04:12:26.127Z+ rustc --version
782026-04-17T04:12:26.145Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-17T04:12:26.146Zprocess exited: duration 17368 ms, exit code 0
 
802026-04-17T04:12:26.308Zstarting task 2: "authentication"
812026-04-17T04:12:26.344Zprocess exited: duration 72 ms, exit code 0
 
822026-04-17T04:12:26.394Zstarting task 3: "clone repository"
832026-04-17T04:12:26.415Z+ mkdir -p /work/oxidecomputer/opte
842026-04-17T04:12:26.415Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-17T04:12:26.470ZCloning into '/work/oxidecomputer/opte'...
862026-04-17T04:12:27.324Z+ cd /work/oxidecomputer/opte
872026-04-17T04:12:27.324Z+ git fetch origin 882c068b404722c1733d645e40a73d14bb4404e1
882026-04-17T04:12:27.501ZFrom https://github.com/oxidecomputer/opte
892026-04-17T04:12:27.502Z * branch 882c068b404722c1733d645e40a73d14bb4404e1 -> FETCH_HEAD
902026-04-17T04:12:27.530Z+ [[ -n renovate/rust-1.x ]]
912026-04-17T04:12:27.530Z++ git branch --show-current
922026-04-17T04:12:27.530Z+ current=master
932026-04-17T04:12:27.530Z+ [[ master != renovate/rust-1.x ]]
942026-04-17T04:12:27.530Z+ git branch -f renovate/rust-1.x 882c068b404722c1733d645e40a73d14bb4404e1
952026-04-17T04:12:27.531Z+ git checkout -f renovate/rust-1.x
962026-04-17T04:12:27.531ZSwitched to branch 'renovate/rust-1.x'
972026-04-17T04:12:27.531Z+ git reset --hard 882c068b404722c1733d645e40a73d14bb4404e1
982026-04-17T04:12:27.570ZHEAD is now at 882c068 Update dependency rust to v1.95.0
992026-04-17T04:12:27.571Zprocess exited: duration 1131 ms, exit code 0
 
1002026-04-17T04:12:27.618Zstarting task 4: "build"
1012026-04-17T04:12:27.638Z+ source .github/buildomat/common.sh
1022026-04-17T04:12:27.638Z++ rustup show active-toolchain
1032026-04-17T04:12:27.638Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-17T04:12:27.638Z++ pushd xde
1052026-04-17T04:12:27.639Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-17T04:12:27.639Z++ rustup show active-toolchain
1072026-04-17T04:12:27.639Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-17T04:12:27.797Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-17T04:12:27.810Zinfo: downloading 6 components
1102026-04-17T04:12:42.406Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-17T04:12:42.486Z+++ rustup show active-toolchain -v
1122026-04-17T04:12:42.489Z+++ head -n 1
1132026-04-17T04:12:42.489Z+++ cut '-d ' -f1
1142026-04-17T04:12:42.538Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-17T04:12:42.539Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-17T04:12:42.539Z++ popd
1172026-04-17T04:12:42.544Z/work/oxidecomputer/opte
1182026-04-17T04:12:42.545Z+ TGT_BASE=/work
1192026-04-17T04:12:42.545Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-04-17T04:12:42.545Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-04-17T04:12:42.545Z+ DBG_TGT=/work/debug
1222026-04-17T04:12:42.545Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-04-17T04:12:42.545Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-04-17T04:12:42.545Z+ REL_TGT=/work/release
1252026-04-17T04:12:42.545Z+ mkdir -p /work/debug /work/release
1262026-04-17T04:12:42.545Z+ cargo --version
1272026-04-17T04:12:42.553Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1282026-04-17T04:12:42.560Z+ rustc --version
1292026-04-17T04:12:42.572Zrustc 1.95.0 (59807616e 2026-04-14)
1302026-04-17T04:12:42.575Z+ install_pkg jq
1312026-04-17T04:12:42.575Z+ set +o errexit
1322026-04-17T04:12:42.575Z+ pfexec pkg install jq
1332026-04-17T04:12:57.582Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-04-17T04:13:04.948Z Startup: Caching catalogs ... Done
1352026-04-17T04:13:10.577ZPlanning: Solver setup ... Done
1362026-04-17T04:13:10.606ZPlanning: Running solver ... Done
1372026-04-17T04:13:10.737ZPlanning: Consolidating action changes ... Done
1382026-04-17T04:13:10.737ZPlanning: Evaluating mediators ... Done
1392026-04-17T04:13:10.741ZPlanning: Planning completed in 5.73 seconds
1402026-04-17T04:13:10.754ZNo updates necessary for this image.
1412026-04-17T04:13:12.058Z+ exit_code=4
1422026-04-17T04:13:12.058Z+ [[ 4 -ne 0 ]]
1432026-04-17T04:13:12.058Z+ [[ 4 -ne 4 ]]
1442026-04-17T04:13:12.058Z+ set -o errexit
1452026-04-17T04:13:12.061Z+ pushd xde
1462026-04-17T04:13:12.061Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1472026-04-17T04:13:12.061Z+ cp xde.conf /work/xde.conf
1482026-04-17T04:13:12.062Z+ header 'check style'
1492026-04-17T04:13:12.062Z+ echo '# ==== check style ==== #'
1502026-04-17T04:13:12.062Z# ==== check style ==== #
1512026-04-17T04:13:12.062Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-04-17T04:13:12.299Z
1532026-04-17T04:13:12.299Zreal 0.233316154
1542026-04-17T04:13:12.299Zuser 0.154327649
1552026-04-17T04:13:12.299Zsys 0.069782480
1562026-04-17T04:13:12.299Ztrap 0.000019905
1572026-04-17T04:13:12.299Ztflt 0.000024774
1582026-04-17T04:13:12.299Zdflt 0.000030493
1592026-04-17T04:13:12.299Zkflt 0.000000000
1602026-04-17T04:13:12.299Zlock 0.035844488
1612026-04-17T04:13:12.299Zslp 0.198422857
1622026-04-17T04:13:12.299Zlat 0.000939348
1632026-04-17T04:13:12.299Zstop 0.000105839
1642026-04-17T04:13:12.304Z+ header analyze
1652026-04-17T04:13:12.304Z+ echo '# ==== analyze ==== #'
1662026-04-17T04:13:12.304Z# ==== analyze ==== #
1672026-04-17T04:13:12.304Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-04-17T04:13:12.529Z Updating crates.io index
1692026-04-17T04:13:12.535Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-04-17T04:13:13.194Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-04-17T04:13:13.825Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-04-17T04:13:14.166Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-04-17T04:13:14.415Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-04-17T04:13:14.856Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-04-17T04:13:15.109Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-04-17T04:13:17.174Z Downloading crates ...
1772026-04-17T04:13:17.235Z Downloaded dyn-clone v1.0.20
1782026-04-17T04:13:17.240Z Downloaded macaddr v1.0.1
1792026-04-17T04:13:17.240Z Downloaded defmt-macros v1.0.1
1802026-04-17T04:13:17.240Z Downloaded embedded-io v0.4.0
1812026-04-17T04:13:17.240Z Downloaded proc-macro2 v1.0.106
1822026-04-17T04:13:17.254Z Downloaded fnv v1.0.7
1832026-04-17T04:13:17.254Z Downloaded stable_deref_trait v1.2.1
1842026-04-17T04:13:17.254Z Downloaded darling_macro v0.23.0
1852026-04-17T04:13:17.254Z Downloaded darling_macro v0.21.3
1862026-04-17T04:13:17.254Z Downloaded defmt-parser v1.0.0
1872026-04-17T04:13:17.262Z Downloaded cobs v0.3.0
1882026-04-17T04:13:17.262Z Downloaded proc-macro-error-attr2 v2.0.0
1892026-04-17T04:13:17.275Z Downloaded ingot-types v0.1.2
1902026-04-17T04:13:17.275Z Downloaded bitflags v1.3.2
1912026-04-17T04:13:17.276Z Downloaded ingot-macros v0.1.1
1922026-04-17T04:13:17.276Z Downloaded embedded-io v0.6.1
1932026-04-17T04:13:17.289Z Downloaded ref-cast v1.0.25
1942026-04-17T04:13:17.290Z Downloaded postcard v1.1.3
1952026-04-17T04:13:17.297Z Downloaded unicode-ident v1.0.24
1962026-04-17T04:13:17.297Z Downloaded proc-macro-error2 v2.0.1
1972026-04-17T04:13:17.297Z Downloaded thiserror-impl v2.0.18
1982026-04-17T04:13:17.297Z Downloaded byteorder v1.5.0
1992026-04-17T04:13:17.297Z Downloaded serde_derive v1.0.228
2002026-04-17T04:13:17.304Z Downloaded strsim v0.11.1
2012026-04-17T04:13:17.304Z Downloaded defmt v0.3.100
2022026-04-17T04:13:17.310Z Downloaded ref-cast-impl v1.0.25
2032026-04-17T04:13:17.311Z Downloaded managed v0.8.0
2042026-04-17T04:13:17.311Z Downloaded version_check v0.9.5
2052026-04-17T04:13:17.316Z Downloaded ident_case v1.0.1
2062026-04-17T04:13:17.316Z Downloaded cfg-if v1.0.4
2072026-04-17T04:13:17.335Z Downloaded aho-corasick v1.1.4
2082026-04-17T04:13:17.335Z Downloaded bitflags v2.11.0
2092026-04-17T04:13:17.335Z Downloaded hash32 v0.3.1
2102026-04-17T04:13:17.348Z Downloaded darling_core v0.21.3
2112026-04-17T04:13:17.348Z Downloaded heapless v0.8.0
2122026-04-17T04:13:17.348Z Downloaded ingot v0.1.1
2132026-04-17T04:13:17.348Z Downloaded uuid v1.23.0
2142026-04-17T04:13:17.355Z Downloaded thiserror v2.0.18
2152026-04-17T04:13:17.355Z Downloaded quote v1.0.45
2162026-04-17T04:13:17.355Z Downloaded either v1.15.0
2172026-04-17T04:13:17.360Z Downloaded defmt v1.0.1
2182026-04-17T04:13:17.371Z Downloaded darling v0.21.3
2192026-04-17T04:13:17.386Z Downloaded crc32fast v1.5.0
2202026-04-17T04:13:17.386Z Downloaded darling v0.23.0
2212026-04-17T04:13:17.395Z Downloaded serde_core v1.0.228
2222026-04-17T04:13:17.396Z Downloaded darling_core v0.23.0
2232026-04-17T04:13:17.403Z Downloaded memchr v2.8.0
2242026-04-17T04:13:17.421Z Downloaded zerocopy-derive v0.8.48
2252026-04-17T04:13:17.431Z Downloaded serde v1.0.228
2262026-04-17T04:13:17.431Z Downloaded itertools v0.14.0
2272026-04-17T04:13:17.446Z Downloaded regex v1.12.3
2282026-04-17T04:13:17.488Z Downloaded syn v2.0.117
2292026-04-17T04:13:17.497Z Downloaded zerocopy v0.8.48
2302026-04-17T04:13:17.504Z Downloaded smoltcp v0.11.0
2312026-04-17T04:13:17.513Z Downloaded regex-syntax v0.8.10
2322026-04-17T04:13:17.529Z Downloaded regex-automata v0.4.14
2332026-04-17T04:13:17.541Z Updating crates.io index
2342026-04-17T04:13:17.655Z Downloading crates ...
2352026-04-17T04:13:17.697Z Downloaded hashbrown v0.16.1
2362026-04-17T04:13:17.723Z Downloaded adler2 v2.0.1
2372026-04-17T04:13:17.723Z Downloaded rustc-literal-escaper v0.0.7
2382026-04-17T04:13:17.723Z Downloaded foldhash v0.2.0
2392026-04-17T04:13:17.723Z Downloaded rustc-demangle v0.1.27
2402026-04-17T04:13:17.723Z Downloaded getopts v0.2.24
2412026-04-17T04:13:17.728Z Downloaded addr2line v0.25.1
2422026-04-17T04:13:17.728Z Downloaded miniz_oxide v0.8.9
2432026-04-17T04:13:17.728Z Downloaded memchr v2.7.6
2442026-04-17T04:13:17.775Z Downloaded gimli v0.32.3
2452026-04-17T04:13:17.781Z Downloaded object v0.37.3
2462026-04-17T04:13:17.816Z Downloaded libc v0.2.183
2472026-04-17T04:13:17.873Z 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)
2482026-04-17T04:13:17.873Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2492026-04-17T04:13:17.873Z Compiling proc-macro2 v1.0.106
2502026-04-17T04:13:17.873Z Compiling unicode-ident v1.0.24
2512026-04-17T04:13:17.874Z Compiling quote v1.0.45
2522026-04-17T04:13:17.874Z Compiling ident_case v1.0.1
2532026-04-17T04:13:17.880Z Compiling strsim v0.11.1
2542026-04-17T04:13:17.880Z Compiling serde_core v1.0.228
2552026-04-17T04:13:18.104Z Compiling memchr v2.8.0
2562026-04-17T04:13:18.115Z Compiling fnv v1.0.7
2572026-04-17T04:13:18.162Z Compiling regex-syntax v0.8.10
2582026-04-17T04:13:18.322Z Compiling thiserror v2.0.18
2592026-04-17T04:13:18.716Z Compiling aho-corasick v1.1.4
2602026-04-17T04:13:18.764Z Compiling either v1.15.0
2612026-04-17T04:13:18.774Z Compiling zerocopy v0.8.48
2622026-04-17T04:13:18.774Z Compiling serde v1.0.228
2632026-04-17T04:13:18.917Z Compiling itertools v0.14.0
2642026-04-17T04:13:18.934Z Compiling heapless v0.8.0
2652026-04-17T04:13:19.281Z Compiling smoltcp v0.11.0
2662026-04-17T04:13:19.441Z Compiling syn v2.0.117
2672026-04-17T04:13:19.447Z Compiling version_check v0.9.5
2682026-04-17T04:13:19.541Z Compiling ref-cast v1.0.25
2692026-04-17T04:13:19.711Z Compiling regex-automata v0.4.14
2702026-04-17T04:13:19.835Z Compiling crc32fast v1.5.0
2712026-04-17T04:13:19.969Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2722026-04-17T04:13:21.230Z Compiling regex v1.12.3
2732026-04-17T04:13:21.631Z Compiling darling_core v0.21.3
2742026-04-17T04:13:21.631Z Compiling darling_core v0.23.0
2752026-04-17T04:13:22.421Z Compiling zerocopy-derive v0.8.48
2762026-04-17T04:13:22.421Z Compiling serde_derive v1.0.228
2772026-04-17T04:13:22.436Z Compiling thiserror-impl v2.0.18
2782026-04-17T04:13:22.437Z Compiling ref-cast-impl v1.0.25
2792026-04-17T04:13:22.437Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2802026-04-17T04:13:24.116Z Compiling darling_macro v0.21.3
2812026-04-17T04:13:24.219Z Compiling darling_macro v0.23.0
2822026-04-17T04:13:25.076Z Compiling darling v0.21.3
2832026-04-17T04:13:25.108Z Compiling ingot-macros v0.1.1
2842026-04-17T04:13:25.126Z Compiling darling v0.23.0
2852026-04-17T04:13:25.193Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2862026-04-17T04:13:29.401Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2872026-04-17T04:13:31.534Z Checking byteorder v1.5.0
2882026-04-17T04:13:31.534Z Checking stable_deref_trait v1.2.1
2892026-04-17T04:13:31.590Z Checking cfg-if v1.0.4
2902026-04-17T04:13:31.590Z Checking macaddr v1.0.1
2912026-04-17T04:13:31.590Z Checking bitflags v1.3.2
2922026-04-17T04:13:31.590Z Checking managed v0.8.0
2932026-04-17T04:13:31.590Z Checking cobs v0.3.0
2942026-04-17T04:13:31.721Z Checking hash32 v0.3.1
2952026-04-17T04:13:31.792Z Checking dyn-clone v1.0.20
2962026-04-17T04:13:31.792Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2972026-04-17T04:13:33.765Z Checking bitflags v2.11.0
2982026-04-17T04:13:33.823Z Checking uuid v1.23.0
2992026-04-17T04:13:33.823Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3002026-04-17T04:13:33.823Z Checking postcard v1.1.3
3012026-04-17T04:13:34.075Z Checking ingot-types v0.1.2
3022026-04-17T04:13:34.247Z Checking ingot v0.1.1
3032026-04-17T04:13:35.524Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3042026-04-17T04:13:39.734Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3052026-04-17T04:13:41.260Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3062026-04-17T04:13:43.637Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.19s
3072026-04-17T04:13:43.725Z
3082026-04-17T04:13:43.725Zreal 31.371532978
3092026-04-17T04:13:43.725Zuser 1:13.859728419
3102026-04-17T04:13:43.725Zsys 10.347100437
3112026-04-17T04:13:43.725Ztrap 0.030088179
3122026-04-17T04:13:43.725Ztflt 0.184672689
3132026-04-17T04:13:43.725Zdflt 0.614037183
3142026-04-17T04:13:43.725Zkflt 0.006176222
3152026-04-17T04:13:43.725Zlock 3:48.648761502
3162026-04-17T04:13:43.725Zslp 3:33.572805660
3172026-04-17T04:13:43.725Zlat 2.340880259
3182026-04-17T04:13:43.725Zstop 6.107234154
3192026-04-17T04:13:44.028Z+ pushd xde-link
3202026-04-17T04:13:44.029Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3212026-04-17T04:13:44.029Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3222026-04-17T04:13:44.106Z 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)
3232026-04-17T04:13:44.106Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3242026-04-17T04:13:44.106Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3252026-04-17T04:13:54.252Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3262026-04-17T04:13:56.407Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.61s
3272026-04-17T04:13:56.440Z
3282026-04-17T04:13:56.440Zreal 12.691354516
3292026-04-17T04:13:56.440Zuser 20.170946861
3302026-04-17T04:13:56.440Zsys 1.244793739
3312026-04-17T04:13:56.440Ztrap 0.005138547
3322026-04-17T04:13:56.440Ztflt 0.002472151
3332026-04-17T04:13:56.440Zdflt 0.034190807
3342026-04-17T04:13:56.440Zkflt 0.000002679
3352026-04-17T04:13:56.440Zlock 1:07.031545684
3362026-04-17T04:13:56.440Zslp 42.399303335
3372026-04-17T04:13:56.440Zlat 0.270577782
3382026-04-17T04:13:56.440Zstop 0.131627802
3392026-04-17T04:13:56.440Z+ popd
3402026-04-17T04:13:56.440Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3412026-04-17T04:13:56.441Z+ popd
3422026-04-17T04:13:56.441Z/work/oxidecomputer/opte
3432026-04-17T04:13:56.441Z+ header 'build xde (debug)'
3442026-04-17T04:13:56.441Z+ echo '# ==== build xde (debug) ==== #'
3452026-04-17T04:13:56.441Z# ==== build xde (debug) ==== #
3462026-04-17T04:13:56.441Z+ ptime -m cargo xtask build --profile debug xde xde-link
3472026-04-17T04:13:56.545Z Downloading crates ...
3482026-04-17T04:13:56.595Z Downloaded indexmap v2.14.0
3492026-04-17T04:13:56.628Z Downloaded serde_spanned v1.1.1
3502026-04-17T04:13:56.628Z Downloaded zmij v1.0.21
3512026-04-17T04:13:56.665Z Downloaded errno v0.3.14
3522026-04-17T04:13:56.665Z Downloaded is_terminal_polyfill v1.70.2
3532026-04-17T04:13:56.665Z Downloaded toml_parser v1.1.2+spec-1.1.0
3542026-04-17T04:13:56.665Z Downloaded toml_writer v1.1.1+spec-1.1.0
3552026-04-17T04:13:56.665Z Downloaded terminal_size v0.4.4
3562026-04-17T04:13:56.666Z Downloaded anstyle v1.0.14
3572026-04-17T04:13:56.666Z Downloaded anstyle-query v1.1.5
3582026-04-17T04:13:56.666Z Downloaded equivalent v1.0.2
3592026-04-17T04:13:56.666Z Downloaded itoa v1.0.18
3602026-04-17T04:13:56.666Z Downloaded cargo-platform v0.3.2
3612026-04-17T04:13:56.666Z Downloaded anstyle-parse v1.0.0
3622026-04-17T04:13:56.715Z Downloaded heck v0.5.0
3632026-04-17T04:13:56.715Z Downloaded utf8parse v0.2.2
3642026-04-17T04:13:56.715Z Downloaded clap_lex v1.1.0
3652026-04-17T04:13:56.715Z Downloaded colorchoice v1.0.5
3662026-04-17T04:13:56.715Z Downloaded camino v1.2.2
3672026-04-17T04:13:56.715Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3682026-04-17T04:13:56.715Z Downloaded cargo_metadata v0.23.1
3692026-04-17T04:13:56.715Z Downloaded anstream v1.0.0
3702026-04-17T04:13:56.715Z Downloaded clap_derive v4.6.0
3712026-04-17T04:13:56.715Z Downloaded semver v1.0.28
3722026-04-17T04:13:56.715Z Downloaded toml v1.1.2+spec-1.1.0
3732026-04-17T04:13:56.791Z Downloaded anyhow v1.0.102
3742026-04-17T04:13:56.791Z Downloaded clap v4.6.0
3752026-04-17T04:13:56.791Z Downloaded clap_builder v4.6.0
3762026-04-17T04:13:56.792Z Downloaded winnow v1.0.1
3772026-04-17T04:13:56.792Z Downloaded hashbrown v0.17.0
3782026-04-17T04:13:56.792Z Downloaded serde_json v1.0.149
3792026-04-17T04:13:56.792Z Downloaded rustix v1.1.4
3802026-04-17T04:13:56.824Z Downloaded libc v0.2.185
3812026-04-17T04:13:57.028Z Compiling serde_core v1.0.228
3822026-04-17T04:13:57.028Z Compiling proc-macro2 v1.0.106
3832026-04-17T04:13:57.028Z Compiling unicode-ident v1.0.24
3842026-04-17T04:13:57.028Z Compiling quote v1.0.45
3852026-04-17T04:13:57.028Z Compiling libc v0.2.185
3862026-04-17T04:13:57.028Z Compiling rustix v1.1.4
3872026-04-17T04:13:57.029Z Compiling bitflags v2.11.0
3882026-04-17T04:13:57.029Z Compiling utf8parse v0.2.2
3892026-04-17T04:13:57.063Z Compiling zmij v1.0.21
3902026-04-17T04:13:57.063Z Compiling anstyle-parse v1.0.0
3912026-04-17T04:13:57.217Z Compiling serde v1.0.228
3922026-04-17T04:13:57.268Z Compiling anstyle-query v1.1.5
3932026-04-17T04:13:57.323Z Compiling colorchoice v1.0.5
3942026-04-17T04:13:57.333Z Compiling anstyle v1.0.14
3952026-04-17T04:13:57.333Z Compiling is_terminal_polyfill v1.70.2
3962026-04-17T04:13:57.460Z Compiling serde_json v1.0.149
3972026-04-17T04:13:57.504Z Compiling camino v1.2.2
3982026-04-17T04:13:57.504Z Compiling thiserror v2.0.18
3992026-04-17T04:13:57.546Z Compiling errno v0.3.14
4002026-04-17T04:13:57.566Z Compiling anstream v1.0.0
4012026-04-17T04:13:57.616Z Compiling heck v0.5.0
4022026-04-17T04:13:57.738Z Compiling memchr v2.8.0
4032026-04-17T04:13:57.960Z Compiling winnow v1.0.1
4042026-04-17T04:13:58.025Z Compiling syn v2.0.117
4052026-04-17T04:13:58.048Z Compiling itoa v1.0.18
4062026-04-17T04:13:58.072Z Compiling anyhow v1.0.102
4072026-04-17T04:13:58.084Z Compiling strsim v0.11.1
4082026-04-17T04:13:58.315Z Compiling terminal_size v0.4.4
4092026-04-17T04:13:58.425Z Compiling clap_lex v1.1.0
4102026-04-17T04:13:58.449Z Compiling toml_parser v1.1.2+spec-1.1.0
4112026-04-17T04:13:58.709Z Compiling clap_builder v4.6.0
4122026-04-17T04:13:58.853Z Compiling toml_writer v1.1.1+spec-1.1.0
4132026-04-17T04:13:59.022Z Compiling serde_spanned v1.1.1
4142026-04-17T04:13:59.022Z Compiling toml_datetime v1.1.1+spec-1.1.0
4152026-04-17T04:13:59.376Z Compiling semver v1.0.28
4162026-04-17T04:13:59.462Z Compiling cargo-platform v0.3.2
4172026-04-17T04:13:59.798Z Compiling toml v1.1.2+spec-1.1.0
4182026-04-17T04:14:00.426Z Compiling thiserror-impl v2.0.18
4192026-04-17T04:14:00.426Z Compiling serde_derive v1.0.228
4202026-04-17T04:14:00.633Z Compiling clap_derive v4.6.0
4212026-04-17T04:14:03.298Z Compiling clap v4.6.0
4222026-04-17T04:14:03.351Z Compiling cargo_metadata v0.23.1
4232026-04-17T04:14:05.771Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4242026-04-17T04:14:07.354Z Finished `dev` profile [optimized + debuginfo] target(s) in 10.95s
4252026-04-17T04:14:07.366Z Running `target/debug/xtask build --profile debug xde xde-link`
4262026-04-17T04:14:08.893ZBuilding xde (dev).
4272026-04-17T04:14:09.159Z Compiling serde_core v1.0.228
4282026-04-17T04:14:09.159Z Compiling byteorder v1.5.0
4292026-04-17T04:14:09.193Z Compiling cfg-if v1.0.4
4302026-04-17T04:14:09.193Z Compiling macaddr v1.0.1
4312026-04-17T04:14:09.193Z Compiling stable_deref_trait v1.2.1
4322026-04-17T04:14:09.193Z Compiling thiserror v2.0.18
4332026-04-17T04:14:09.193Z Compiling zerocopy v0.8.48
4342026-04-17T04:14:09.193Z Compiling bitflags v1.3.2
4352026-04-17T04:14:09.224Z Compiling managed v0.8.0
4362026-04-17T04:14:09.224Z Compiling cobs v0.3.0
4372026-04-17T04:14:09.225Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4382026-04-17T04:14:09.246Z Compiling either v1.15.0
4392026-04-17T04:14:09.315Z Compiling hash32 v0.3.1
4402026-04-17T04:14:09.407Z Compiling heapless v0.8.0
4412026-04-17T04:14:09.434Z Compiling itertools v0.14.0
4422026-04-17T04:14:09.434Z Compiling ref-cast v1.0.25
4432026-04-17T04:14:09.484Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4442026-04-17T04:14:09.506Z Compiling crc32fast v1.5.0
4452026-04-17T04:14:09.506Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4462026-04-17T04:14:09.506Z Compiling dyn-clone v1.0.20
4472026-04-17T04:14:09.742Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4482026-04-17T04:14:09.822Z Compiling smoltcp v0.11.0
4492026-04-17T04:14:10.718Z Compiling bitflags v2.11.0
4502026-04-17T04:14:10.718Z Compiling serde v1.0.228
4512026-04-17T04:14:10.718Z Compiling uuid v1.23.0
4522026-04-17T04:14:10.820Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4532026-04-17T04:14:11.100Z Compiling postcard v1.1.3
4542026-04-17T04:14:11.887Z Compiling ingot-types v0.1.2
4552026-04-17T04:14:12.171Z Compiling ingot v0.1.1
4562026-04-17T04:14:13.567Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4572026-04-17T04:14:19.014Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4582026-04-17T04:14:27.971Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4592026-04-17T04:14:36.152Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.24s
4602026-04-17T04:14:36.187ZLinking xde kmod...
4612026-04-17T04:14:37.301ZBuilding xde dev link helper (dev).
4622026-04-17T04:14:37.464Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4632026-04-17T04:14:37.815Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.48s
4642026-04-17T04:14:37.842Z
4652026-04-17T04:14:37.848Zreal 41.450290825
4662026-04-17T04:14:37.848Zuser 2:13.522512564
4672026-04-17T04:14:37.848Zsys 11.355876943
4682026-04-17T04:14:37.848Ztrap 0.065678306
4692026-04-17T04:14:37.848Ztflt 0.259346095
4702026-04-17T04:14:37.848Zdflt 0.419238477
4712026-04-17T04:14:37.848Zkflt 0.000002309
4722026-04-17T04:14:37.848Zlock 6:24.841167056
4732026-04-17T04:14:37.848Zslp 3:54.045554658
4742026-04-17T04:14:37.848Zlat 5.869019624
4752026-04-17T04:14:37.848Zstop 4.576558173
4762026-04-17T04:14:37.848Z+ header 'build xde (release)'
4772026-04-17T04:14:37.848Z+ echo '# ==== build xde (release) ==== #'
4782026-04-17T04:14:37.848Z+ ptime -m cargo xtask build --profile release xde xde-link
4792026-04-17T04:14:37.848Z# ==== build xde (release) ==== #
4802026-04-17T04:14:37.975Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4812026-04-17T04:14:37.980Z Running `target/debug/xtask build --profile release xde xde-link`
4822026-04-17T04:14:38.166ZBuilding xde (release-lto).
4832026-04-17T04:14:38.401Z 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)
4842026-04-17T04:14:38.401Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4852026-04-17T04:14:38.401Z Compiling proc-macro2 v1.0.106
4862026-04-17T04:14:38.401Z Compiling unicode-ident v1.0.24
4872026-04-17T04:14:38.404Z Compiling quote v1.0.45
4882026-04-17T04:14:38.404Z Compiling ident_case v1.0.1
4892026-04-17T04:14:38.405Z Compiling strsim v0.11.1
4902026-04-17T04:14:38.405Z Compiling serde_core v1.0.228
4912026-04-17T04:14:38.518Z Compiling fnv v1.0.7
4922026-04-17T04:14:38.521Z Compiling memchr v2.8.0
4932026-04-17T04:14:38.599Z Compiling regex-syntax v0.8.10
4942026-04-17T04:14:38.761Z Compiling serde v1.0.228
4952026-04-17T04:14:38.779Z Compiling zerocopy v0.8.48
4962026-04-17T04:14:38.783Z Compiling thiserror v2.0.18
4972026-04-17T04:14:38.911Z Compiling aho-corasick v1.1.4
4982026-04-17T04:14:39.127Z Compiling either v1.15.0
4992026-04-17T04:14:39.188Z Compiling heapless v0.8.0
5002026-04-17T04:14:39.320Z Compiling itertools v0.14.0
5012026-04-17T04:14:39.360Z Compiling smoltcp v0.11.0
5022026-04-17T04:14:39.521Z Compiling syn v2.0.117
5032026-04-17T04:14:39.580Z Compiling version_check v0.9.5
5042026-04-17T04:14:39.648Z Compiling ref-cast v1.0.25
5052026-04-17T04:14:39.776Z Compiling crc32fast v1.5.0
5062026-04-17T04:14:39.920Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-04-17T04:14:40.012Z Compiling regex-automata v0.4.14
5082026-04-17T04:14:41.527Z Compiling regex v1.12.3
5092026-04-17T04:14:41.726Z Compiling darling_core v0.21.3
5102026-04-17T04:14:41.767Z Compiling darling_core v0.23.0
5112026-04-17T04:14:42.597Z Compiling thiserror-impl v2.0.18
5122026-04-17T04:14:42.597Z Compiling serde_derive v1.0.228
5132026-04-17T04:14:42.597Z Compiling zerocopy-derive v0.8.48
5142026-04-17T04:14:42.602Z Compiling ref-cast-impl v1.0.25
5152026-04-17T04:14:42.602Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5162026-04-17T04:14:44.302Z Compiling darling_macro v0.21.3
5172026-04-17T04:14:44.318Z Compiling darling_macro v0.23.0
5182026-04-17T04:14:45.136Z Compiling darling v0.21.3
5192026-04-17T04:14:45.168Z Compiling darling v0.23.0
5202026-04-17T04:14:45.205Z Compiling ingot-macros v0.1.1
5212026-04-17T04:14:45.227Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5222026-04-17T04:14:50.192Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5232026-04-17T04:14:52.259Z Compiling byteorder v1.5.0
5242026-04-17T04:14:52.259Z Compiling cfg-if v1.0.4
5252026-04-17T04:14:52.259Z Compiling macaddr v1.0.1
5262026-04-17T04:14:52.263Z Compiling stable_deref_trait v1.2.1
5272026-04-17T04:14:52.321Z Compiling managed v0.8.0
5282026-04-17T04:14:52.329Z Compiling cobs v0.3.0
5292026-04-17T04:14:52.359Z Compiling bitflags v1.3.2
5302026-04-17T04:14:52.420Z Compiling hash32 v0.3.1
5312026-04-17T04:14:52.558Z Compiling dyn-clone v1.0.20
5322026-04-17T04:14:52.614Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5332026-04-17T04:14:54.268Z Compiling bitflags v2.11.0
5342026-04-17T04:14:54.268Z Compiling uuid v1.23.0
5352026-04-17T04:14:54.290Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5362026-04-17T04:14:54.290Z Compiling postcard v1.1.3
5372026-04-17T04:14:55.084Z Compiling ingot-types v0.1.2
5382026-04-17T04:14:55.403Z Compiling ingot v0.1.1
5392026-04-17T04:14:56.918Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5402026-04-17T04:15:00.558Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5412026-04-17T04:15:09.217Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5422026-04-17T04:15:37.143Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.94s
5432026-04-17T04:15:37.167ZLinking xde kmod...
5442026-04-17T04:15:37.751ZBuilding xde dev link helper (release).
5452026-04-17T04:15:37.909Z 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)
5462026-04-17T04:15:37.909Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5472026-04-17T04:15:37.909Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5482026-04-17T04:15:48.755Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5492026-04-17T04:15:51.090Z Finished `release` profile [optimized + debuginfo] target(s) in 13.30s
5502026-04-17T04:15:51.109Z
5512026-04-17T04:15:51.116Zreal 1:13.257524029
5522026-04-17T04:15:51.116Zuser 2:05.088715543
5532026-04-17T04:15:51.116Zsys 12.363034943
5542026-04-17T04:15:51.116Ztrap 0.034836241
5552026-04-17T04:15:51.116Ztflt 0.148333589
5562026-04-17T04:15:51.116Zdflt 0.183624774
5572026-04-17T04:15:51.116Zkflt 0.000013866
5582026-04-17T04:15:51.116Zlock 10:27.683898490
5592026-04-17T04:15:51.116Zslp 5:58.013725879
5602026-04-17T04:15:51.116Zlat 2.238244609
5612026-04-17T04:15:51.116Zstop 4.912186878
5622026-04-17T04:15:51.116Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5632026-04-17T04:15:51.116Z+ grep GOTPCREL
5642026-04-17T04:15:52.830Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5652026-04-17T04:15:52.834Z+ grep GOTPCREL
5662026-04-17T04:15:53.733Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5672026-04-17T04:15:53.797Z+ sha256sum /work/debug/xde.dbg
5682026-04-17T04:15:53.849Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5692026-04-17T04:15:53.852Z+ sha256sum /work/debug/xde_link.dbg.so
5702026-04-17T04:15:53.856Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5712026-04-17T04:15:53.894Z+ sha256sum /work/release/xde
5722026-04-17T04:15:53.923Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5732026-04-17T04:15:53.928Z+ sha256sum /work/release/xde_link.so
5742026-04-17T04:15:53.928Z+ header 'build xde integration tests'
5752026-04-17T04:15:53.928Z+ echo '# ==== build xde integration tests ==== #'
5762026-04-17T04:15:53.928Z+ pushd xde-tests
5772026-04-17T04:15:53.928Z# ==== build xde integration tests ==== #
5782026-04-17T04:15:53.928Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5792026-04-17T04:15:53.928Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5802026-04-17T04:15:54.010Z+ cargo clippy --all-targets -- --deny warnings
5812026-04-17T04:15:54.216Z Compiling serde_core v1.0.228
5822026-04-17T04:15:54.216Z Checking cfg-if v1.0.4
5832026-04-17T04:15:54.216Z Checking memchr v2.8.0
5842026-04-17T04:15:54.216Z Compiling rustversion v1.0.22
5852026-04-17T04:15:54.216Z Compiling serde v1.0.228
5862026-04-17T04:15:54.219Z Compiling strsim v0.11.1
5872026-04-17T04:15:54.219Z Compiling ident_case v1.0.1
5882026-04-17T04:15:54.219Z Compiling syn v2.0.117
5892026-04-17T04:15:54.285Z Compiling version_check v0.9.5
5902026-04-17T04:15:54.340Z Compiling libc v0.2.185
5912026-04-17T04:15:54.509Z Compiling fnv v1.0.7
5922026-04-17T04:15:54.567Z Compiling regex-syntax v0.8.10
5932026-04-17T04:15:54.591Z Compiling syn v1.0.109
5942026-04-17T04:15:54.600Z Checking pin-project-lite v0.2.17
5952026-04-17T04:15:54.673Z Compiling either v1.15.0
5962026-04-17T04:15:54.858Z Compiling winnow v1.0.1
5972026-04-17T04:15:54.933Z Compiling aho-corasick v1.1.4
5982026-04-17T04:15:55.019Z Compiling equivalent v1.0.2
5992026-04-17T04:15:55.086Z Compiling hashbrown v0.17.0
6002026-04-17T04:15:55.092Z Compiling zerocopy v0.8.48
6012026-04-17T04:15:55.500Z Compiling itertools v0.14.0
6022026-04-17T04:15:55.612Z Compiling indexmap v2.14.0
6032026-04-17T04:15:55.843Z Compiling toml_parser v1.1.2+spec-1.1.0
6042026-04-17T04:15:56.010Z Compiling regex-automata v0.4.14
6052026-04-17T04:15:56.197Z Compiling heapless v0.8.0
6062026-04-17T04:15:56.380Z Compiling toml_datetime v1.1.1+spec-1.1.0
6072026-04-17T04:15:56.449Z Checking byteorder v1.5.0
6082026-04-17T04:15:56.560Z Compiling toml_edit v0.25.11+spec-1.1.0
6092026-04-17T04:15:56.591Z Checking bitflags v2.11.0
6102026-04-17T04:15:56.595Z Checking hash32 v0.3.1
6112026-04-17T04:15:56.652Z Compiling slog v2.8.2
6122026-04-17T04:15:56.688Z Compiling darling_core v0.21.3
6132026-04-17T04:15:56.705Z Compiling darling_core v0.23.0
6142026-04-17T04:15:56.736Z Checking futures-sink v0.3.32
6152026-04-17T04:15:56.822Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6162026-04-17T04:15:56.871Z Checking futures-core v0.3.32
6172026-04-17T04:15:56.982Z Checking macaddr v1.0.1
6182026-04-17T04:15:57.061Z Checking stable_deref_trait v1.2.1
6192026-04-17T04:15:57.113Z Compiling smoltcp v0.11.0
6202026-04-17T04:15:57.435Z Compiling proc-macro-crate v3.5.0
6212026-04-17T04:15:57.455Z Checking futures-channel v0.3.32
6222026-04-17T04:15:57.475Z Compiling proc-macro-error-attr v1.0.4
6232026-04-17T04:15:57.633Z Compiling regex v1.12.3
6242026-04-17T04:15:57.700Z Compiling ref-cast v1.0.25
6252026-04-17T04:15:57.833Z Compiling getrandom v0.4.2
6262026-04-17T04:15:57.874Z Compiling serde_derive v1.0.228
6272026-04-17T04:15:58.006Z Compiling thiserror-impl v2.0.18
6282026-04-17T04:15:58.013Z Compiling zerocopy-derive v0.8.48
6292026-04-17T04:15:58.094Z Compiling futures-macro v0.3.32
6302026-04-17T04:15:58.403Z Checking managed v0.8.0
6312026-04-17T04:15:58.563Z Checking futures-task v0.3.32
6322026-04-17T04:15:58.580Z Checking rand_core v0.10.1
6332026-04-17T04:15:58.691Z Checking futures-io v0.3.32
6342026-04-17T04:15:58.710Z Checking slab v0.4.12
6352026-04-17T04:15:58.772Z Compiling darling_macro v0.23.0
6362026-04-17T04:15:58.792Z Compiling darling_macro v0.21.3
6372026-04-17T04:15:58.796Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6382026-04-17T04:15:58.859Z Checking bitflags v1.3.2
6392026-04-17T04:15:58.917Z Compiling crc32fast v1.5.0
6402026-04-17T04:15:58.963Z Compiling autocfg v1.5.0
6412026-04-17T04:15:59.020Z Checking futures-util v0.3.32
6422026-04-17T04:15:59.289Z Checking thiserror v2.0.18
6432026-04-17T04:15:59.310Z Compiling num-traits v0.2.19
6442026-04-17T04:15:59.331Z Compiling darling v0.23.0
6452026-04-17T04:15:59.344Z Compiling darling v0.21.3
6462026-04-17T04:15:59.372Z Checking cobs v0.3.0
6472026-04-17T04:15:59.409Z Compiling ingot-macros v0.1.1
6482026-04-17T04:15:59.437Z Compiling num_enum_derive v0.7.6
6492026-04-17T04:15:59.504Z Compiling foreign-types-macros v0.2.3
6502026-04-17T04:15:59.539Z Compiling ref-cast-impl v1.0.25
6512026-04-17T04:16:00.125Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6522026-04-17T04:16:00.160Z Compiling proc-macro-error v1.0.4
6532026-04-17T04:16:00.389Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6542026-04-17T04:16:00.404Z Checking foreign-types-shared v0.3.1
6552026-04-17T04:16:00.407Z Checking unicode-width v0.2.2
6562026-04-17T04:16:00.420Z Checking once_cell v1.21.4
6572026-04-17T04:16:00.476Z Checking cpufeatures v0.3.0
6582026-04-17T04:16:00.535Z Checking ipnetwork v0.21.1
6592026-04-17T04:16:00.579Z Compiling crossbeam-utils v0.8.21
6602026-04-17T04:16:00.638Z Checking tabwriter v1.4.1
6612026-04-17T04:16:00.665Z Checking tracing-core v0.1.36
6622026-04-17T04:16:00.692Z Checking chacha20 v0.10.0
6632026-04-17T04:16:00.764Z Checking foreign-types v0.5.0
6642026-04-17T04:16:00.827Z Checking num_enum v0.7.6
6652026-04-17T04:16:00.926Z Checking futures-executor v0.3.32
6662026-04-17T04:16:00.946Z Checking erased-serde v0.3.31
6672026-04-17T04:16:00.953Z Checking postcard v1.1.3
6682026-04-17T04:16:01.053Z Checking anyhow v1.0.102
6692026-04-17T04:16:01.111Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6702026-04-17T04:16:01.231Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6712026-04-17T04:16:01.236Z Compiling tracing-attributes v0.1.31
6722026-04-17T04:16:01.314Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6732026-04-17T04:16:01.559Z Checking cstr-argument v0.1.2
6742026-04-17T04:16:01.668Z Compiling thiserror v1.0.69
6752026-04-17T04:16:01.705Z Compiling num-conv v0.2.1
6762026-04-17T04:16:01.821Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
6772026-04-17T04:16:01.837Z Checking dyn-clone v1.0.20
6782026-04-17T04:16:01.869Z Checking pretty-hex v0.4.2
6792026-04-17T04:16:01.925Z Compiling time-core v0.1.8
6802026-04-17T04:16:01.973Z Checking powerfmt v0.2.0
6812026-04-17T04:16:02.020Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6822026-04-17T04:16:02.044Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6832026-04-17T04:16:02.052Z Compiling time-macros v0.2.27
6842026-04-17T04:16:02.107Z Checking deranged v0.5.8
6852026-04-17T04:16:02.133Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6862026-04-17T04:16:02.151Z Checking rand v0.10.1
6872026-04-17T04:16:02.231Z Checking ingot-types v0.1.2
6882026-04-17T04:16:02.282Z Checking futures v0.3.32
6892026-04-17T04:16:02.380Z Compiling thiserror-impl v1.0.69
6902026-04-17T04:16:02.436Z Checking tracing v0.1.44
6912026-04-17T04:16:02.559Z Checking ingot v0.1.1
6922026-04-17T04:16:02.593Z Checking uuid v1.23.0
6932026-04-17T04:16:02.612Z Checking arc-swap v1.9.1
6942026-04-17T04:16:02.622Z Checking socket2 v0.6.3
6952026-04-17T04:16:02.656Z Checking nom v8.0.0
6962026-04-17T04:16:02.843Z Checking thread_local v1.1.9
6972026-04-17T04:16:02.851Z Checking iana-time-zone v0.1.65
6982026-04-17T04:16:02.947Z Checking lazy_static v1.5.0
6992026-04-17T04:16:02.992Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7002026-04-17T04:16:03.027Z Checking colored v3.1.1
7012026-04-17T04:16:03.116Z Checking oxnet v0.1.4
7022026-04-17T04:16:03.205Z Compiling slog-async v2.8.0
7032026-04-17T04:16:03.459Z Checking itoa v1.0.18
7042026-04-17T04:16:03.509Z Compiling heck v0.4.1
7052026-04-17T04:16:03.627Z Checking slog-scope v4.4.1
7062026-04-17T04:16:03.659Z Checking time v0.3.47
7072026-04-17T04:16:03.673Z Checking chrono v0.4.44
7082026-04-17T04:16:03.690Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7092026-04-17T04:16:03.745Z Checking crossbeam-channel v0.5.15
7102026-04-17T04:16:04.069Z Checking cookie-factory v0.3.3
7112026-04-17T04:16:04.190Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7122026-04-17T04:16:04.313Z Checking itertools v0.12.1
7132026-04-17T04:16:04.348Z Checking is-terminal v0.4.17
7142026-04-17T04:16:04.422Z Checking take_mut v0.2.2
7152026-04-17T04:16:04.465Z Checking term v1.2.1
7162026-04-17T04:16:04.465Z Checking circular v0.3.0
7172026-04-17T04:16:04.508Z Checking log v0.4.29
7182026-04-17T04:16:04.637Z Checking rusticata-macros v5.0.0
7192026-04-17T04:16:04.658Z Checking slog-stdlog v4.1.1
7202026-04-17T04:16:04.674Z Checking slog-term v2.9.2
7212026-04-17T04:16:04.756Z Checking pcap-parser v0.17.0
7222026-04-17T04:16:05.251Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7232026-04-17T04:16:05.519Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
7242026-04-17T04:16:05.930Z Checking slog-envlogger v2.2.0
7252026-04-17T04:16:08.646Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7262026-04-17T04:16:10.260Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7272026-04-17T04:16:10.260Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7282026-04-17T04:16:10.607Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7292026-04-17T04:16:11.209Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.09s
7302026-04-17T04:16:11.225Z+ cargo build --test loopback
7312026-04-17T04:16:11.353Z Compiling cfg-if v1.0.4
7322026-04-17T04:16:11.353Z Compiling memchr v2.8.0
7332026-04-17T04:16:11.357Z Compiling serde_core v1.0.228
7342026-04-17T04:16:11.385Z Compiling libc v0.2.185
7352026-04-17T04:16:11.389Z Compiling thiserror v2.0.18
7362026-04-17T04:16:11.392Z Compiling pin-project-lite v0.2.17
7372026-04-17T04:16:11.396Z Compiling byteorder v1.5.0
7382026-04-17T04:16:11.396Z Compiling either v1.15.0
7392026-04-17T04:16:11.430Z Compiling zerocopy v0.8.48
7402026-04-17T04:16:11.459Z Compiling macaddr v1.0.1
7412026-04-17T04:16:11.464Z Compiling futures-core v0.3.32
7422026-04-17T04:16:11.557Z Compiling hash32 v0.3.1
7432026-04-17T04:16:11.576Z Compiling futures-sink v0.3.32
7442026-04-17T04:16:11.616Z Compiling stable_deref_trait v1.2.1
7452026-04-17T04:16:11.667Z Compiling heapless v0.8.0
7462026-04-17T04:16:11.679Z Compiling futures-channel v0.3.32
7472026-04-17T04:16:11.693Z Compiling cobs v0.3.0
7482026-04-17T04:16:11.699Z Compiling futures-io v0.3.32
7492026-04-17T04:16:11.713Z Compiling futures-task v0.3.32
7502026-04-17T04:16:11.875Z Compiling rand_core v0.10.1
7512026-04-17T04:16:11.893Z Compiling bitflags v1.3.2
7522026-04-17T04:16:11.896Z Compiling slab v0.4.12
7532026-04-17T04:16:11.955Z Compiling managed v0.8.0
7542026-04-17T04:16:11.960Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7552026-04-17T04:16:12.023Z Compiling futures-util v0.3.32
7562026-04-17T04:16:12.064Z Compiling once_cell v1.21.4
7572026-04-17T04:16:12.070Z Compiling unicode-width v0.2.2
7582026-04-17T04:16:12.175Z Compiling smoltcp v0.11.0
7592026-04-17T04:16:12.194Z Compiling foreign-types-shared v0.3.1
7602026-04-17T04:16:12.274Z Compiling ipnetwork v0.21.1
7612026-04-17T04:16:12.295Z Compiling cpufeatures v0.3.0
7622026-04-17T04:16:12.360Z Compiling chacha20 v0.10.0
7632026-04-17T04:16:12.365Z Compiling tabwriter v1.4.1
7642026-04-17T04:16:12.691Z Compiling foreign-types v0.5.0
7652026-04-17T04:16:12.760Z Compiling tracing-core v0.1.36
7662026-04-17T04:16:12.786Z Compiling getrandom v0.4.2
7672026-04-17T04:16:12.792Z Compiling ref-cast v1.0.25
7682026-04-17T04:16:12.924Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7692026-04-17T04:16:12.934Z Compiling num_enum v0.7.6
7702026-04-17T04:16:12.988Z Compiling crc32fast v1.5.0
7712026-04-17T04:16:13.032Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7722026-04-17T04:16:13.137Z Compiling serde v1.0.228
7732026-04-17T04:16:13.224Z Compiling bitflags v2.11.0
7742026-04-17T04:16:13.322Z Compiling cstr-argument v0.1.2
7752026-04-17T04:16:13.490Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7762026-04-17T04:16:13.573Z Compiling erased-serde v0.3.31
7772026-04-17T04:16:13.656Z Compiling postcard v1.1.3
7782026-04-17T04:16:13.769Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7792026-04-17T04:16:13.876Z Compiling itertools v0.14.0
7802026-04-17T04:16:14.006Z Compiling slog v2.8.2
7812026-04-17T04:16:14.069Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7822026-04-17T04:16:14.074Z Compiling dyn-clone v1.0.20
7832026-04-17T04:16:14.238Z Compiling ingot-types v0.1.2
7842026-04-17T04:16:14.273Z Compiling futures-executor v0.3.32
7852026-04-17T04:16:14.434Z Compiling powerfmt v0.2.0
7862026-04-17T04:16:14.580Z Compiling pretty-hex v0.4.2
7872026-04-17T04:16:14.690Z Compiling ingot v0.1.1
7882026-04-17T04:16:14.709Z Compiling deranged v0.5.8
7892026-04-17T04:16:14.714Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7902026-04-17T04:16:14.719Z Compiling futures v0.3.32
7912026-04-17T04:16:14.757Z Compiling tracing v0.1.44
7922026-04-17T04:16:14.781Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7932026-04-17T04:16:14.835Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7942026-04-17T04:16:14.863Z Compiling uuid v1.23.0
7952026-04-17T04:16:14.893Z Compiling num-traits v0.2.19
7962026-04-17T04:16:14.908Z Compiling rand v0.10.1
7972026-04-17T04:16:15.123Z Compiling crossbeam-utils v0.8.21
7982026-04-17T04:16:15.305Z Compiling aho-corasick v1.1.4
7992026-04-17T04:16:15.443Z Compiling nom v8.0.0
8002026-04-17T04:16:15.554Z Compiling socket2 v0.6.3
8012026-04-17T04:16:15.645Z Compiling thread_local v1.1.9
8022026-04-17T04:16:15.847Z Compiling arc-swap v1.9.1
8032026-04-17T04:16:15.975Z Compiling regex-syntax v0.8.10
8042026-04-17T04:16:16.053Z Compiling oxnet v0.1.4
8052026-04-17T04:16:16.213Z Compiling time-core v0.1.8
8062026-04-17T04:16:16.355Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8072026-04-17T04:16:16.502Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8082026-04-17T04:16:16.520Z Compiling iana-time-zone v0.1.65
8092026-04-17T04:16:16.675Z Compiling lazy_static v1.5.0
8102026-04-17T04:16:16.735Z Compiling colored v3.1.1
8112026-04-17T04:16:16.766Z Compiling winnow v1.0.1
8122026-04-17T04:16:16.840Z Compiling num-conv v0.2.1
8132026-04-17T04:16:16.981Z Compiling time v0.3.47
8142026-04-17T04:16:17.011Z Compiling slog-scope v4.4.1
8152026-04-17T04:16:17.570Z Compiling regex-automata v0.4.14
8162026-04-17T04:16:17.943Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
8172026-04-17T04:16:18.243Z Compiling rusticata-macros v5.0.0
8182026-04-17T04:16:18.609Z Compiling chrono v0.4.44
8192026-04-17T04:16:18.755Z Compiling thiserror v1.0.69
8202026-04-17T04:16:18.852Z Compiling crossbeam-channel v0.5.15
8212026-04-17T04:16:18.933Z Compiling cookie-factory v0.3.3
8222026-04-17T04:16:19.250Z Compiling is-terminal v0.4.17
8232026-04-17T04:16:19.342Z Compiling itertools v0.12.1
8242026-04-17T04:16:19.585Z Compiling term v1.2.1
8252026-04-17T04:16:20.738Z Compiling log v0.4.29
8262026-04-17T04:16:21.004Z Compiling take_mut v0.2.2
8272026-04-17T04:16:21.110Z Compiling circular v0.3.0
8282026-04-17T04:16:21.364Z Compiling pcap-parser v0.17.0
8292026-04-17T04:16:22.003Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8302026-04-17T04:16:22.525Z Compiling slog-async v2.8.0
8312026-04-17T04:16:22.549Z Compiling slog-stdlog v4.1.1
8322026-04-17T04:16:22.967Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8332026-04-17T04:16:23.823Z Compiling slog-term v2.9.2
8342026-04-17T04:16:24.341Z Compiling regex v1.12.3
8352026-04-17T04:16:24.740Z Compiling slog-envlogger v2.2.0
8362026-04-17T04:16:24.950Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8372026-04-17T04:16:25.072Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8382026-04-17T04:16:25.408Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
8392026-04-17T04:16:26.287Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8402026-04-17T04:16:33.985Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.78s
8412026-04-17T04:16:34.026Z++ cargo build -q --test loopback --message-format=json
8422026-04-17T04:16:34.029Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8432026-04-17T04:16:34.148Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-3b73064271e6b6bc
8442026-04-17T04:16:34.148Z+ cargo build --test multicast_rx
8452026-04-17T04:16:34.253Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8462026-04-17T04:16:35.798Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.64s
8472026-04-17T04:16:35.833Z++ cargo build -q --test multicast_rx --message-format=json
8482026-04-17T04:16:35.837Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8492026-04-17T04:16:35.956Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9d20099d1e889999
8502026-04-17T04:16:35.956Z+ cargo build --test multicast_multi_sub
8512026-04-17T04:16:36.059Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8522026-04-17T04:16:37.801Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.83s
8532026-04-17T04:16:37.837Z++ cargo build -q --test multicast_multi_sub --message-format=json
8542026-04-17T04:16:37.844Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8552026-04-17T04:16:37.960Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-71b884d05e1cea79
8562026-04-17T04:16:37.960Z+ cargo build --test multicast_validation
8572026-04-17T04:16:38.066Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8582026-04-17T04:16:39.958Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s
8592026-04-17T04:16:39.994Z++ cargo build -q --test multicast_validation --message-format=json
8602026-04-17T04:16:39.998Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8612026-04-17T04:16:40.117Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-06a3a569d9dc5a94
8622026-04-17T04:16:40.117Z+ cargo build --test multicast_source_filter
8632026-04-17T04:16:40.223Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8642026-04-17T04:16:42.219Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.09s
8652026-04-17T04:16:42.255Z++ cargo build -q --test multicast_source_filter --message-format=json
8662026-04-17T04:16:42.259Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8672026-04-17T04:16:42.378Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-af49eaa0b0fb5aae
8682026-04-17T04:16:42.378Z+ mkdir -p /work/test
8692026-04-17T04:16:42.381Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-3b73064271e6b6bc /work/test/loopback
8702026-04-17T04:16:42.421Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9d20099d1e889999 /work/test/multicast_rx
8712026-04-17T04:16:42.461Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-71b884d05e1cea79 /work/test/multicast_multi_sub
8722026-04-17T04:16:42.504Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-06a3a569d9dc5a94 /work/test/multicast_validation
8732026-04-17T04:16:42.545Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-af49eaa0b0fb5aae /work/test/multicast_source_filter
8742026-04-17T04:16:42.586Zprocess exited: duration 254961 ms, exit code 0
 
8752026-04-17T04:16:42.594Zfound 14 output files
8762026-04-17T04:16:42.595Zuploading: /work/debug/xde.dbg (91612064 bytes)
8772026-04-17T04:16:44.125Zuploaded: /work/debug/xde.dbg
8782026-04-17T04:16:44.125Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8792026-04-17T04:16:45.138Zuploaded: /work/debug/xde.dbg.sha256
8802026-04-17T04:16:45.138Zuploading: /work/debug/xde_link.dbg.so (1084984 bytes)
8812026-04-17T04:16:46.168Zuploaded: /work/debug/xde_link.dbg.so
8822026-04-17T04:16:46.168Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8832026-04-17T04:16:47.180Zuploaded: /work/debug/xde_link.dbg.so.sha256
8842026-04-17T04:16:47.180Zuploading: /work/release/xde (49451216 bytes)
8852026-04-17T04:16:48.574Zuploaded: /work/release/xde
8862026-04-17T04:16:48.574Zuploading: /work/release/xde.sha256 (84 bytes)
8872026-04-17T04:16:49.586Zuploaded: /work/release/xde.sha256
8882026-04-17T04:16:49.586Zuploading: /work/release/xde_link.so (39516 bytes)
8892026-04-17T04:16:50.602Zuploaded: /work/release/xde_link.so
8902026-04-17T04:16:50.602Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8912026-04-17T04:16:51.614Zuploaded: /work/release/xde_link.so.sha256
8922026-04-17T04:16:51.614Zuploading: /work/test/loopback (50456912 bytes)
8932026-04-17T04:16:52.911Zuploaded: /work/test/loopback
8942026-04-17T04:16:52.911Zuploading: /work/test/multicast_rx (50752936 bytes)
8952026-04-17T04:16:54.209Zuploaded: /work/test/multicast_rx
8962026-04-17T04:16:54.209Zuploading: /work/test/multicast_multi_sub (54960272 bytes)
8972026-04-17T04:16:55.683Zuploaded: /work/test/multicast_multi_sub
8982026-04-17T04:16:55.683Zuploading: /work/test/multicast_validation (50906920 bytes)
8992026-04-17T04:16:57.145Zuploaded: /work/test/multicast_validation
9002026-04-17T04:16:57.145Zuploading: /work/test/multicast_source_filter (51213552 bytes)
9012026-04-17T04:16:58.496Zuploaded: /work/test/multicast_source_filter
9022026-04-17T04:16:58.496Zuploading: /work/xde.conf (79 bytes)
9032026-04-17T04:16:59.507Zuploaded: /work/xde.conf