01M10S9YPE1M5DMAQRDXT08MA4: 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/test/multicast_multi_nexthop",
        "=/work/xde.conf",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.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: 01M10SBWE4GWTZ2NARRT173D9D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T04:59:54.944Zjob assigned to worker 01M10SC6CCHGSZBZX74D6E7PFH [factory aws, i-002da9e3ab0754c4b] (queued for 54 s)
 
22026-08-27T05:00:00.929Zstarting task 0: "setup"
32026-08-27T05:00:00.934Z++ uname -s
42026-08-27T05:00:00.937Z+ kern=SunOS
52026-08-27T05:00:00.937Z+ build_user=build
62026-08-27T05:00:00.937Z+ build_uid=12345
72026-08-27T05:00:00.937Z+ work_dir=/work
82026-08-27T05:00:00.937Z+ input_dir=/input
92026-08-27T05:00:00.937Z+ [[ 0 == 12345 ]]
102026-08-27T05:00:00.937Z+ case "$kern" in
112026-08-27T05:00:00.937Z+ groupadd -g 12345 build
122026-08-27T05:00:00.940Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T05:00:02.944Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T05:00:03.057Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T05:00:03.060Z+ home_fs=zfs
162026-08-27T05:00:03.060Z+ [[ zfs == autofs ]]
172026-08-27T05:00:03.060Z+ mkdir -p /home/build
182026-08-27T05:00:03.060Z+ chown build:build /home/build /work
192026-08-27T05:00:04.065Z+ chmod 0700 /home/build /work
202026-08-27T05:00:04.070Zprocess exited: duration 3132 ms, exit code 0
 
212026-08-27T05:00:04.085Zstarting task 1: "rust-toolchain"
222026-08-27T05:00:04.097Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T05:00:04.097Z * rust toolchain channel = "1.97.1"
242026-08-27T05:00:04.097Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-27T05:00:04.097Z * rust toolchain profile = "default"
262026-08-27T05:00:04.097Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T05:00:04.097Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T05:00:04.097Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T05:00:04.097Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T05:00:04.195Zinfo: downloading installer
312026-08-27T05:00:05.566Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T05:00:05.566Zwarn: /home/build/.rustup/settings.toml
332026-08-27T05:00:05.566Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T05:00:05.566Zwarn: instead of the one inferred from the default host triple.
352026-08-27T05:00:05.579Zinfo: profile set to default
362026-08-27T05:00:05.579Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T05:00:05.585Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T05:00:05.718Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T05:00:05.725Zinfo: downloading 6 components
402026-08-27T05:00:20.005Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T05:00:20.005Z
422026-08-27T05:00:20.032Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T05:00:20.032Z
442026-08-27T05:00:20.032Z
452026-08-27T05:00:20.032ZRust is installed now. Great!
462026-08-27T05:00:20.032Z
472026-08-27T05:00:20.032ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T05:00:20.032Zenvironment variable. This has not been done automatically.
492026-08-27T05:00:20.032Z
502026-08-27T05:00:20.032ZTo configure your current shell, you need to source
512026-08-27T05:00:20.032Zthe corresponding env file under $HOME/.cargo.
522026-08-27T05:00:20.032Z
532026-08-27T05:00:20.033ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T05:00:20.033Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T05:00:20.033Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T05:00:20.033Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T05:00:20.033Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T05:00:20.033Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T05:00:20.033Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T05:00:20.036Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T05:00:20.036Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T05:00:20.130Z+ rustup --version
632026-08-27T05:00:20.139Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T05:00:20.144Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T05:00:20.160Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T05:00:20.163Z+ cargo --version
672026-08-27T05:00:20.177Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T05:00:20.181Z+ rustc --version
692026-08-27T05:00:20.198Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T05:00:20.202Zprocess exited: duration 16117 ms, exit code 0
 
712026-08-27T05:00:20.210Zstarting task 2: "authentication"
722026-08-27T05:00:20.225Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T05:00:20.234Zstarting task 3: "clone repository"
742026-08-27T05:00:20.238Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T05:00:20.238Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T05:00:20.269ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T05:00:21.281Z+ cd /work/oxidecomputer/opte
782026-08-27T05:00:21.281Z+ git fetch origin d854118a24c86b8a5753df8d97c6e7a8cc491f33
792026-08-27T05:00:21.589ZFrom https://github.com/oxidecomputer/opte
802026-08-27T05:00:21.589Z * branch d854118a24c86b8a5753df8d97c6e7a8cc491f33 -> FETCH_HEAD
812026-08-27T05:00:21.596Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-08-27T05:00:21.599Z++ git branch --show-current
832026-08-27T05:00:21.599Z+ current=master
842026-08-27T05:00:21.599Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-08-27T05:00:21.599Z+ git branch -f renovate/uuid-1.x-lockfile d854118a24c86b8a5753df8d97c6e7a8cc491f33
862026-08-27T05:00:21.602Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-08-27T05:00:21.618ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-08-27T05:00:21.622Z+ git reset --hard d854118a24c86b8a5753df8d97c6e7a8cc491f33
892026-08-27T05:00:21.636ZHEAD is now at d854118 Update Rust crate uuid to v1.26.0
902026-08-27T05:00:21.639Zprocess exited: duration 1403 ms, exit code 0
 
912026-08-27T05:00:21.645Zstarting task 4: "build"
922026-08-27T05:00:21.648Z+ source .github/buildomat/common.sh
932026-08-27T05:00:21.652Z++ rustup show active-toolchain
942026-08-27T05:00:21.655Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T05:00:21.655Z++ pushd xde
962026-08-27T05:00:21.655Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T05:00:21.655Z++ rustup show active-toolchain
982026-08-27T05:00:21.659Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T05:00:21.812Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T05:00:21.815Zinfo: downloading 6 components
1012026-08-27T05:00:35.829Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T05:00:35.925Z+++ rustup show active-toolchain -v
1032026-08-27T05:00:35.928Z+++ head -n 1
1042026-08-27T05:00:35.928Z+++ cut '-d ' -f1
1052026-08-27T05:00:35.980Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T05:00:35.980Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T05:00:35.980Z++ popd
1082026-08-27T05:00:35.984Z/work/oxidecomputer/opte
1092026-08-27T05:00:35.984Z+ TGT_BASE=/work
1102026-08-27T05:00:35.984Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-08-27T05:00:35.984Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-08-27T05:00:35.984Z+ DBG_TGT=/work/debug
1132026-08-27T05:00:35.984Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-08-27T05:00:35.984Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-08-27T05:00:35.984Z+ REL_TGT=/work/release
1162026-08-27T05:00:35.984Z+ mkdir -p /work/debug /work/release
1172026-08-27T05:00:35.984Z+ cargo --version
1182026-08-27T05:00:35.991Zcargo 1.97.1 (c980f4866 2026-06-30)
1192026-08-27T05:00:35.994Z+ rustc --version
1202026-08-27T05:00:36.025Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1212026-08-27T05:00:36.035Z+ install_pkg jq
1222026-08-27T05:00:36.035Z+ set +o errexit
1232026-08-27T05:00:36.035Z+ pfexec pkg install jq
1242026-08-27T05:00:37.406Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-27T05:00:37.805Z Startup: Caching catalogs ... Done
1262026-08-27T05:00:40.032ZPlanning: Solver setup ... Done
1272026-08-27T05:00:40.093ZPlanning: Running solver ... Done
1282026-08-27T05:00:40.150ZPlanning: Consolidating action changes ... Done
1292026-08-27T05:00:40.173ZPlanning: Evaluating mediators ... Done
1302026-08-27T05:00:40.173ZPlanning: Planning completed in 2.31 seconds
1312026-08-27T05:00:40.189ZNo updates necessary for this image.
1322026-08-27T05:00:40.384Z+ exit_code=4
1332026-08-27T05:00:40.403Z+ [[ 4 -ne 0 ]]
1342026-08-27T05:00:40.403Z+ [[ 4 -ne 4 ]]
1352026-08-27T05:00:40.403Z+ set -o errexit
1362026-08-27T05:00:40.403Z+ pushd xde
1372026-08-27T05:00:40.403Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1382026-08-27T05:00:40.403Z+ cp xde.conf /work/xde.conf
1392026-08-27T05:00:40.403Z+ header 'check style'
1402026-08-27T05:00:40.403Z+ echo '# ==== check style ==== #'
1412026-08-27T05:00:40.403Z# ==== check style ==== #
1422026-08-27T05:00:40.403Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-08-27T05:00:40.612Z
1442026-08-27T05:00:40.612Zreal 0.225028380
1452026-08-27T05:00:40.612Zuser 0.152072143
1462026-08-27T05:00:40.612Zsys 0.062754415
1472026-08-27T05:00:40.612Ztrap 0.000009270
1482026-08-27T05:00:40.612Ztflt 0.000000550
1492026-08-27T05:00:40.612Zdflt 0.000007020
1502026-08-27T05:00:40.612Zkflt 0.000000830
1512026-08-27T05:00:40.612Zlock 0.034784214
1522026-08-27T05:00:40.612Zslp 0.191131132
1532026-08-27T05:00:40.618Zlat 0.000758520
1542026-08-27T05:00:40.618Zstop 0.000107460
1552026-08-27T05:00:40.618Z+ header analyze
1562026-08-27T05:00:40.618Z+ echo '# ==== analyze ==== #'
1572026-08-27T05:00:40.618Z# ==== analyze ==== #
1582026-08-27T05:00:40.618Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1592026-08-27T05:00:40.786Z Updating crates.io index
1602026-08-27T05:00:40.789Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-08-27T05:00:41.605Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-08-27T05:00:41.926Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632026-08-27T05:00:42.250Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1642026-08-27T05:00:42.654Z Updating git repository `https://github.com/oxidecomputer/zone`
1652026-08-27T05:00:42.983Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-08-27T05:00:43.313Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-08-27T05:00:45.101Z Downloading crates ...
1682026-08-27T05:00:45.149Z Downloaded quote v1.0.46
1692026-08-27T05:00:45.158Z Downloaded stable_deref_trait v1.2.1
1702026-08-27T05:00:45.173Z Downloaded defmt v1.1.1
1712026-08-27T05:00:45.176Z Downloaded ingot-macros v0.2.0
1722026-08-27T05:00:45.176Z Downloaded managed v0.8.0
1732026-08-27T05:00:45.179Z Downloaded ref-cast-impl v1.0.25
1742026-08-27T05:00:45.182Z Downloaded dyn-clone v1.0.20
1752026-08-27T05:00:45.185Z Downloaded defmt v0.3.100
1762026-08-27T05:00:45.185Z Downloaded cfg-if v1.0.4
1772026-08-27T05:00:45.191Z Downloaded heapless v0.8.0
1782026-08-27T05:00:45.195Z Downloaded defmt-macros v1.1.1
1792026-08-27T05:00:45.195Z Downloaded either v1.16.0
1802026-08-27T05:00:45.200Z Downloaded embedded-io v0.4.0
1812026-08-27T05:00:45.201Z Downloaded ref-cast v1.0.25
1822026-08-27T05:00:45.201Z Downloaded hash32 v0.3.1
1832026-08-27T05:00:45.205Z Downloaded macaddr v1.0.1
1842026-08-27T05:00:45.205Z Downloaded itertools v0.15.0
1852026-08-27T05:00:45.209Z Downloaded ident_case v1.0.1
1862026-08-27T05:00:45.216Z Downloaded ingot-types v0.2.0
1872026-08-27T05:00:45.216Z Downloaded crc32fast v1.5.0
1882026-08-27T05:00:45.219Z Downloaded byteorder v1.5.0
1892026-08-27T05:00:45.219Z Downloaded version_check v0.9.5
1902026-08-27T05:00:45.222Z Downloaded embedded-io v0.6.1
1912026-08-27T05:00:45.225Z Downloaded cobs v0.3.0
1922026-08-27T05:00:45.228Z Downloaded strsim v0.11.1
1932026-08-27T05:00:45.236Z Downloaded darling_macro v0.23.0
1942026-08-27T05:00:45.239Z Downloaded bitflags v1.3.2
1952026-08-27T05:00:45.242Z Downloaded bitflags v2.13.0
1962026-08-27T05:00:45.242Z Downloaded defmt-parser v1.0.0
1972026-08-27T05:00:45.246Z Downloaded darling v0.23.0
1982026-08-27T05:00:45.251Z Downloaded thiserror v2.0.18
1992026-08-27T05:00:45.254Z Downloaded ingot v0.2.0
2002026-08-27T05:00:45.256Z Downloaded postcard v1.1.3
2012026-08-27T05:00:45.265Z Downloaded proc-macro2 v1.0.106
2022026-08-27T05:00:45.279Z Downloaded darling_core v0.23.0
2032026-08-27T05:00:45.284Z Downloaded uuid v1.26.0
2042026-08-27T05:00:45.290Z Downloaded serde_derive v1.0.228
2052026-08-27T05:00:45.294Z Downloaded thiserror-impl v2.0.18
2062026-08-27T05:00:45.294Z Downloaded unicode-ident v1.0.24
2072026-08-27T05:00:45.297Z Downloaded aho-corasick v1.1.4
2082026-08-27T05:00:45.302Z Downloaded serde_core v1.0.228
2092026-08-27T05:00:45.306Z Downloaded zerocopy-derive v0.8.54
2102026-08-27T05:00:45.310Z Downloaded serde v1.0.228
2112026-08-27T05:00:45.313Z Downloaded memchr v2.8.3
2122026-08-27T05:00:45.352Z Downloaded regex v1.13.0
2132026-08-27T05:00:45.383Z Downloaded syn v2.0.118
2142026-08-27T05:00:45.389Z Downloaded zerocopy v0.8.54
2152026-08-27T05:00:45.399Z Downloaded smoltcp v0.11.0
2162026-08-27T05:00:45.405Z Downloaded regex-syntax v0.8.11
2172026-08-27T05:00:45.414Z Downloaded regex-automata v0.4.15
2182026-08-27T05:00:45.426Z Updating crates.io index
2192026-08-27T05:00:45.478Z Downloading crates ...
2202026-08-27T05:00:45.501Z Downloaded addr2line v0.27.0
2212026-08-27T05:00:45.513Z Downloaded hashbrown v0.17.1
2222026-08-27T05:00:45.523Z Downloaded rustc-demangle v0.1.28
2232026-08-27T05:00:45.523Z Downloaded adler2 v2.0.1
2242026-08-27T05:00:45.523Z Downloaded rustc-literal-escaper v0.0.8
2252026-08-27T05:00:45.524Z Downloaded foldhash v0.2.0
2262026-08-27T05:00:45.544Z Downloaded object v0.39.1
2272026-08-27T05:00:45.558Z Downloaded memchr v2.7.6
2282026-08-27T05:00:45.558Z Downloaded getopts v0.2.24
2292026-08-27T05:00:45.558Z Downloaded miniz_oxide v0.9.1
2302026-08-27T05:00:45.573Z Downloaded gimli v0.34.0
2312026-08-27T05:00:45.631Z Downloaded libc v0.2.185
2322026-08-27T05:00:45.682Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2332026-08-27T05:00:45.683Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2342026-08-27T05:00:45.683Z Compiling proc-macro2 v1.0.106
2352026-08-27T05:00:45.686Z Compiling quote v1.0.46
2362026-08-27T05:00:45.686Z Compiling unicode-ident v1.0.24
2372026-08-27T05:00:45.686Z Compiling serde_core v1.0.228
2382026-08-27T05:00:45.686Z Compiling strsim v0.11.1
2392026-08-27T05:00:45.686Z Compiling ident_case v1.0.1
2402026-08-27T05:00:45.871Z Compiling memchr v2.8.3
2412026-08-27T05:00:45.888Z Compiling regex-syntax v0.8.11
2422026-08-27T05:00:46.151Z Compiling zerocopy v0.8.54
2432026-08-27T05:00:46.157Z Compiling thiserror v2.0.18
2442026-08-27T05:00:46.196Z Compiling serde v1.0.228
2452026-08-27T05:00:46.271Z Compiling aho-corasick v1.1.4
2462026-08-27T05:00:46.554Z Compiling either v1.16.0
2472026-08-27T05:00:46.687Z Compiling heapless v0.8.0
2482026-08-27T05:00:46.741Z Compiling itertools v0.15.0
2492026-08-27T05:00:46.761Z Compiling smoltcp v0.11.0
2502026-08-27T05:00:46.904Z Compiling syn v2.0.118
2512026-08-27T05:00:46.967Z Compiling ref-cast v1.0.25
2522026-08-27T05:00:47.186Z Compiling crc32fast v1.5.0
2532026-08-27T05:00:47.222Z Compiling version_check v0.9.5
2542026-08-27T05:00:47.367Z Compiling regex-automata v0.4.15
2552026-08-27T05:00:47.605Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2562026-08-27T05:00:48.940Z Compiling regex v1.13.0
2572026-08-27T05:00:49.203Z Compiling darling_core v0.23.0
2582026-08-27T05:00:50.002Z Compiling thiserror-impl v2.0.18
2592026-08-27T05:00:50.002Z Compiling serde_derive v1.0.228
2602026-08-27T05:00:50.002Z Compiling zerocopy-derive v0.8.54
2612026-08-27T05:00:50.006Z Compiling ref-cast-impl v1.0.25
2622026-08-27T05:00:50.006Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2632026-08-27T05:00:51.401Z Compiling darling_macro v0.23.0
2642026-08-27T05:00:52.251Z Compiling darling v0.23.0
2652026-08-27T05:00:52.314Z Compiling ingot-macros v0.2.0
2662026-08-27T05:00:52.317Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2672026-08-27T05:00:57.579Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2682026-08-27T05:00:59.865Z Checking byteorder v1.5.0
2692026-08-27T05:00:59.865Z Checking stable_deref_trait v1.2.1
2702026-08-27T05:00:59.875Z Checking cfg-if v1.0.4
2712026-08-27T05:00:59.875Z Checking macaddr v1.0.1
2722026-08-27T05:00:59.875Z Checking managed v0.8.0
2732026-08-27T05:00:59.929Z Checking bitflags v1.3.2
2742026-08-27T05:00:59.963Z Checking cobs v0.3.0
2752026-08-27T05:01:00.016Z Checking hash32 v0.3.1
2762026-08-27T05:01:00.036Z Checking dyn-clone v1.0.20
2772026-08-27T05:01:00.076Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2782026-08-27T05:01:01.219Z Checking bitflags v2.13.0
2792026-08-27T05:01:01.219Z Checking uuid v1.26.0
2802026-08-27T05:01:01.360Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2812026-08-27T05:01:01.584Z Checking postcard v1.1.3
2822026-08-27T05:01:02.414Z Checking ingot-types v0.2.0
2832026-08-27T05:01:02.680Z Checking ingot v0.2.0
2842026-08-27T05:01:03.980Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2852026-08-27T05:01:07.037Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2862026-08-27T05:01:08.194Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2872026-08-27T05:01:09.743Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.06s
2882026-08-27T05:01:09.864Z
2892026-08-27T05:01:09.864Zreal 29.246455746
2902026-08-27T05:01:09.864Zuser 1:08.244526258
2912026-08-27T05:01:09.864Zsys 9.802570310
2922026-08-27T05:01:09.864Ztrap 0.023112133
2932026-08-27T05:01:09.867Ztflt 0.067058552
2942026-08-27T05:01:09.867Zdflt 0.210759950
2952026-08-27T05:01:09.867Zkflt 0.001687761
2962026-08-27T05:01:09.867Zlock 3:51.545397526
2972026-08-27T05:01:09.867Zslp 3:04.169752632
2982026-08-27T05:01:09.868Zlat 1.797557188
2992026-08-27T05:01:09.868Zstop 7.579726950
3002026-08-27T05:01:09.868Z+ pushd xde-link
3012026-08-27T05:01:09.868Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3022026-08-27T05:01:09.868Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3032026-08-27T05:01:10.039Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3042026-08-27T05:01:10.039Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3052026-08-27T05:01:10.039Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3062026-08-27T05:01:20.814Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3072026-08-27T05:01:23.113Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.18s
3082026-08-27T05:01:23.132Z
3092026-08-27T05:01:23.132Zreal 13.262793608
3102026-08-27T05:01:23.132Zuser 20.880577242
3112026-08-27T05:01:23.132Zsys 1.216296386
3122026-08-27T05:01:23.136Ztrap 0.003285710
3132026-08-27T05:01:23.136Ztflt 0.001514471
3142026-08-27T05:01:23.136Zdflt 0.035998605
3152026-08-27T05:01:23.136Zkflt 0.000001280
3162026-08-27T05:01:23.136Zlock 1:11.088091794
3172026-08-27T05:01:23.136Zslp 44.280054763
3182026-08-27T05:01:23.136Zlat 0.273959403
3192026-08-27T05:01:23.136Zstop 0.131077374
3202026-08-27T05:01:23.136Z+ popd
3212026-08-27T05:01:23.136Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3222026-08-27T05:01:23.136Z+ popd
3232026-08-27T05:01:23.136Z/work/oxidecomputer/opte
3242026-08-27T05:01:23.136Z+ header 'build xde (debug)'
3252026-08-27T05:01:23.136Z+ echo '# ==== build xde (debug) ==== #'
3262026-08-27T05:01:23.136Z# ==== build xde (debug) ==== #
3272026-08-27T05:01:23.136Z+ ptime -m cargo xtask build --profile debug xde xde-link
3282026-08-27T05:01:23.275Z Downloading crates ...
3292026-08-27T05:01:23.321Z Downloaded anstyle v1.0.14
3302026-08-27T05:01:23.326Z Downloaded toml_parser v1.1.2+spec-1.1.0
3312026-08-27T05:01:23.329Z Downloaded cargo_metadata v0.23.1
3322026-08-27T05:01:23.333Z Downloaded anyhow v1.0.103
3332026-08-27T05:01:23.336Z Downloaded equivalent v1.0.2
3342026-08-27T05:01:23.336Z Downloaded utf8parse v0.2.2
3352026-08-27T05:01:23.336Z Downloaded colorchoice v1.0.5
3362026-08-27T05:01:23.339Z Downloaded clap_derive v4.6.1
3372026-08-27T05:01:23.343Z Downloaded heck v0.5.0
3382026-08-27T05:01:23.343Z Downloaded cargo-platform v0.3.3
3392026-08-27T05:01:23.346Z Downloaded toml v1.1.2+spec-1.1.0
3402026-08-27T05:01:23.349Z Downloaded serde_spanned v1.1.1
3412026-08-27T05:01:23.350Z Downloaded anstyle-query v1.1.5
3422026-08-27T05:01:23.353Z Downloaded clap_lex v1.1.0
3432026-08-27T05:01:23.353Z Downloaded is_terminal_polyfill v1.70.2
3442026-08-27T05:01:23.353Z Downloaded errno v0.3.14
3452026-08-27T05:01:23.357Z Downloaded itoa v1.0.18
3462026-08-27T05:01:23.357Z Downloaded zmij v1.0.22
3472026-08-27T05:01:23.361Z Downloaded terminal_size v0.4.4
3482026-08-27T05:01:23.364Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3492026-08-27T05:01:23.364Z Downloaded anstream v1.0.0
3502026-08-27T05:01:23.368Z Downloaded semver v1.0.28
3512026-08-27T05:01:23.371Z Downloaded toml_writer v1.1.1+spec-1.1.0
3522026-08-27T05:01:23.374Z Downloaded camino v1.2.4
3532026-08-27T05:01:23.379Z Downloaded anstyle-parse v1.0.0
3542026-08-27T05:01:23.389Z Downloaded clap v4.6.1
3552026-08-27T05:01:23.403Z Downloaded indexmap v2.14.0
3562026-08-27T05:01:23.406Z Downloaded winnow v1.0.3
3572026-08-27T05:01:23.410Z Downloaded serde_json v1.0.150
3582026-08-27T05:01:23.415Z Downloaded clap_builder v4.6.0
3592026-08-27T05:01:23.444Z Downloaded rustix v1.1.4
3602026-08-27T05:01:23.469Z Downloaded libc v0.2.186
3612026-08-27T05:01:23.516Z Compiling proc-macro2 v1.0.106
3622026-08-27T05:01:23.519Z Compiling serde_core v1.0.228
3632026-08-27T05:01:23.519Z Compiling quote v1.0.46
3642026-08-27T05:01:23.519Z Compiling unicode-ident v1.0.24
3652026-08-27T05:01:23.519Z Compiling libc v0.2.186
3662026-08-27T05:01:23.519Z Compiling rustix v1.1.4
3672026-08-27T05:01:23.519Z Compiling bitflags v2.13.0
3682026-08-27T05:01:23.538Z Compiling zmij v1.0.22
3692026-08-27T05:01:23.688Z Compiling utf8parse v0.2.2
3702026-08-27T05:01:23.809Z Compiling anstyle-parse v1.0.0
3712026-08-27T05:01:23.885Z Compiling camino v1.2.4
3722026-08-27T05:01:23.911Z Compiling anstyle-query v1.1.5
3732026-08-27T05:01:24.007Z Compiling colorchoice v1.0.5
3742026-08-27T05:01:24.025Z Compiling serde_json v1.0.150
3752026-08-27T05:01:24.042Z Compiling anstyle v1.0.14
3762026-08-27T05:01:24.106Z Compiling serde v1.0.228
3772026-08-27T05:01:24.113Z Compiling thiserror v2.0.18
3782026-08-27T05:01:24.202Z Compiling is_terminal_polyfill v1.70.2
3792026-08-27T05:01:24.279Z Compiling errno v0.3.14
3802026-08-27T05:01:24.284Z Compiling anstream v1.0.0
3812026-08-27T05:01:24.352Z Compiling itoa v1.0.18
3822026-08-27T05:01:24.487Z Compiling winnow v1.0.3
3832026-08-27T05:01:24.633Z Compiling anyhow v1.0.103
3842026-08-27T05:01:24.716Z Compiling heck v0.5.0
3852026-08-27T05:01:24.760Z Compiling clap_lex v1.1.0
3862026-08-27T05:01:24.793Z Compiling syn v2.0.118
3872026-08-27T05:01:24.848Z Compiling strsim v0.11.1
3882026-08-27T05:01:24.903Z Compiling terminal_size v0.4.4
3892026-08-27T05:01:24.907Z Compiling memchr v2.8.3
3902026-08-27T05:01:25.055Z Compiling clap_builder v4.6.0
3912026-08-27T05:01:25.134Z Compiling toml_parser v1.1.2+spec-1.1.0
3922026-08-27T05:01:25.138Z Compiling toml_writer v1.1.1+spec-1.1.0
3932026-08-27T05:01:25.777Z Compiling serde_spanned v1.1.1
3942026-08-27T05:01:25.886Z Compiling semver v1.0.28
3952026-08-27T05:01:25.925Z Compiling toml_datetime v1.1.1+spec-1.1.0
3962026-08-27T05:01:26.407Z Compiling cargo-platform v0.3.3
3972026-08-27T05:01:26.420Z Compiling toml v1.1.2+spec-1.1.0
3982026-08-27T05:01:27.285Z Compiling serde_derive v1.0.228
3992026-08-27T05:01:27.435Z Compiling thiserror-impl v2.0.18
4002026-08-27T05:01:27.469Z Compiling clap_derive v4.6.1
4012026-08-27T05:01:29.069Z Compiling clap v4.6.1
4022026-08-27T05:01:30.372Z Compiling cargo_metadata v0.23.1
4032026-08-27T05:01:32.765Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4042026-08-27T05:01:34.356Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.21s
4052026-08-27T05:01:34.367Z Running `target/debug/xtask build --profile debug xde xde-link`
4062026-08-27T05:01:35.572ZBuilding xde (dev).
4072026-08-27T05:01:35.784Z Compiling serde_core v1.0.228
4082026-08-27T05:01:35.784Z Compiling byteorder v1.5.0
4092026-08-27T05:01:35.788Z Compiling stable_deref_trait v1.2.1
4102026-08-27T05:01:35.788Z Compiling cfg-if v1.0.4
4112026-08-27T05:01:35.788Z Compiling macaddr v1.0.1
4122026-08-27T05:01:35.809Z Compiling thiserror v2.0.18
4132026-08-27T05:01:35.813Z Compiling zerocopy v0.8.54
4142026-08-27T05:01:35.813Z Compiling bitflags v1.3.2
4152026-08-27T05:01:35.855Z Compiling managed v0.8.0
4162026-08-27T05:01:35.862Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4172026-08-27T05:01:35.865Z Compiling cobs v0.3.0
4182026-08-27T05:01:35.895Z Compiling either v1.16.0
4192026-08-27T05:01:35.971Z Compiling hash32 v0.3.1
4202026-08-27T05:01:36.044Z Compiling itertools v0.15.0
4212026-08-27T05:01:36.068Z Compiling heapless v0.8.0
4222026-08-27T05:01:36.073Z Compiling ref-cast v1.0.25
4232026-08-27T05:01:36.123Z Compiling crc32fast v1.5.0
4242026-08-27T05:01:36.126Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4252026-08-27T05:01:36.130Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4262026-08-27T05:01:36.155Z Compiling dyn-clone v1.0.20
4272026-08-27T05:01:36.304Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4282026-08-27T05:01:36.413Z Compiling smoltcp v0.11.0
4292026-08-27T05:01:37.290Z Compiling serde v1.0.228
4302026-08-27T05:01:37.290Z Compiling bitflags v2.13.0
4312026-08-27T05:01:37.290Z Compiling uuid v1.26.0
4322026-08-27T05:01:37.420Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4332026-08-27T05:01:37.778Z Compiling postcard v1.1.3
4342026-08-27T05:01:38.486Z Compiling ingot-types v0.2.0
4352026-08-27T05:01:38.775Z Compiling ingot v0.2.0
4362026-08-27T05:01:40.220Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4372026-08-27T05:01:43.754Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4382026-08-27T05:01:53.668Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4392026-08-27T05:02:01.770Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.16s
4402026-08-27T05:02:01.835ZLinking xde kmod...
4412026-08-27T05:02:02.839ZBuilding xde dev link helper (dev).
4422026-08-27T05:02:02.985Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4432026-08-27T05:02:03.311Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s
4442026-08-27T05:02:03.332Z
4452026-08-27T05:02:03.349Zreal 40.196006256
4462026-08-27T05:02:03.349Zuser 2:10.668086272
4472026-08-27T05:02:03.349Zsys 10.752080176
4482026-08-27T05:02:03.349Ztrap 0.047035482
4492026-08-27T05:02:03.349Ztflt 0.262747042
4502026-08-27T05:02:03.349Zdflt 0.593434016
4512026-08-27T05:02:03.350Zkflt 0.000018160
4522026-08-27T05:02:03.350Zlock 6:43.395991777
4532026-08-27T05:02:03.350Zslp 3:47.671959132
4542026-08-27T05:02:03.350Zlat 3.645404708
4552026-08-27T05:02:03.350Zstop 5.508957756
4562026-08-27T05:02:03.350Z+ header 'build xde (release)'
4572026-08-27T05:02:03.350Z+ echo '# ==== build xde (release) ==== #'
4582026-08-27T05:02:03.350Z# ==== build xde (release) ==== #
4592026-08-27T05:02:03.350Z+ ptime -m cargo xtask build --profile release xde xde-link
4602026-08-27T05:02:03.466Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4612026-08-27T05:02:03.477Z Running `target/debug/xtask build --profile release xde xde-link`
4622026-08-27T05:02:03.649ZBuilding xde (release-lto).
4632026-08-27T05:02:03.882Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4642026-08-27T05:02:03.882Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4652026-08-27T05:02:03.882Z Compiling proc-macro2 v1.0.106
4662026-08-27T05:02:03.883Z Compiling unicode-ident v1.0.24
4672026-08-27T05:02:03.900Z Compiling quote v1.0.46
4682026-08-27T05:02:03.900Z Compiling serde_core v1.0.228
4692026-08-27T05:02:03.900Z Compiling strsim v0.11.1
4702026-08-27T05:02:03.901Z Compiling ident_case v1.0.1
4712026-08-27T05:02:03.997Z Compiling memchr v2.8.3
4722026-08-27T05:02:04.005Z Compiling regex-syntax v0.8.11
4732026-08-27T05:02:04.327Z Compiling either v1.16.0
4742026-08-27T05:02:04.337Z Compiling serde v1.0.228
4752026-08-27T05:02:04.337Z Compiling zerocopy v0.8.54
4762026-08-27T05:02:04.394Z Compiling aho-corasick v1.1.4
4772026-08-27T05:02:04.444Z Compiling thiserror v2.0.18
4782026-08-27T05:02:04.635Z Compiling itertools v0.15.0
4792026-08-27T05:02:04.654Z Compiling heapless v0.8.0
4802026-08-27T05:02:04.993Z Compiling syn v2.0.118
4812026-08-27T05:02:05.037Z Compiling smoltcp v0.11.0
4822026-08-27T05:02:05.046Z Compiling ref-cast v1.0.25
4832026-08-27T05:02:05.119Z Compiling crc32fast v1.5.0
4842026-08-27T05:02:05.411Z Compiling regex-automata v0.4.15
4852026-08-27T05:02:05.442Z Compiling version_check v0.9.5
4862026-08-27T05:02:05.775Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4872026-08-27T05:02:06.930Z Compiling regex v1.13.0
4882026-08-27T05:02:07.243Z Compiling darling_core v0.23.0
4892026-08-27T05:02:07.979Z Compiling zerocopy-derive v0.8.54
4902026-08-27T05:02:07.979Z Compiling thiserror-impl v2.0.18
4912026-08-27T05:02:07.988Z Compiling serde_derive v1.0.228
4922026-08-27T05:02:07.988Z Compiling ref-cast-impl v1.0.25
4932026-08-27T05:02:07.988Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4942026-08-27T05:02:10.749Z Compiling darling_macro v0.23.0
4952026-08-27T05:02:10.769Z Compiling darling v0.23.0
4962026-08-27T05:02:10.769Z Compiling ingot-macros v0.2.0
4972026-08-27T05:02:10.769Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4982026-08-27T05:02:16.253Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4992026-08-27T05:02:19.954Z Compiling byteorder v1.5.0
5002026-08-27T05:02:19.954Z Compiling stable_deref_trait v1.2.1
5012026-08-27T05:02:19.954Z Compiling cfg-if v1.0.4
5022026-08-27T05:02:19.970Z Compiling macaddr v1.0.1
5032026-08-27T05:02:19.970Z Compiling bitflags v1.3.2
5042026-08-27T05:02:19.970Z Compiling managed v0.8.0
5052026-08-27T05:02:19.970Z Compiling cobs v0.3.0
5062026-08-27T05:02:19.971Z Compiling hash32 v0.3.1
5072026-08-27T05:02:19.971Z Compiling dyn-clone v1.0.20
5082026-08-27T05:02:19.971Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5092026-08-27T05:02:20.101Z Compiling bitflags v2.13.0
5102026-08-27T05:02:20.101Z Compiling uuid v1.26.0
5112026-08-27T05:02:20.241Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5122026-08-27T05:02:20.540Z Compiling postcard v1.1.3
5132026-08-27T05:02:21.361Z Compiling ingot-types v0.2.0
5142026-08-27T05:02:21.676Z Compiling ingot v0.2.0
5152026-08-27T05:02:23.173Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-08-27T05:02:27.111Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-08-27T05:02:35.883Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5182026-08-27T05:03:06.775Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
5192026-08-27T05:03:06.799ZLinking xde kmod...
5202026-08-27T05:03:07.388ZBuilding xde dev link helper (release).
5212026-08-27T05:03:07.537Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5222026-08-27T05:03:07.537Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5232026-08-27T05:03:07.537Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5242026-08-27T05:03:19.026Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5252026-08-27T05:03:21.687Z Finished `release` profile [optimized + debuginfo] target(s) in 14.27s
5262026-08-27T05:03:21.706Z
5272026-08-27T05:03:21.710Zreal 1:18.370237335
5282026-08-27T05:03:21.710Zuser 2:07.625957175
5292026-08-27T05:03:21.710Zsys 11.887357575
5302026-08-27T05:03:21.710Ztrap 0.030231473
5312026-08-27T05:03:21.710Ztflt 0.160615094
5322026-08-27T05:03:21.710Zdflt 0.209405966
5332026-08-27T05:03:21.710Zkflt 0.000007250
5342026-08-27T05:03:21.710Zlock 10:03.090974982
5352026-08-27T05:03:21.710Zslp 6:00.908927006
5362026-08-27T05:03:21.710Zlat 2.150334530
5372026-08-27T05:03:21.710Zstop 3.726402322
5382026-08-27T05:03:21.711Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5392026-08-27T05:03:21.711Z+ grep GOTPCREL
5402026-08-27T05:03:23.324Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5412026-08-27T05:03:23.328Z+ grep GOTPCREL
5422026-08-27T05:03:24.296Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5432026-08-27T05:03:24.351Z+ sha256sum /work/debug/xde.dbg
5442026-08-27T05:03:24.401Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5452026-08-27T05:03:24.405Z+ sha256sum /work/debug/xde_link.dbg.so
5462026-08-27T05:03:24.410Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5472026-08-27T05:03:24.441Z+ sha256sum /work/release/xde
5482026-08-27T05:03:24.471Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5492026-08-27T05:03:24.475Z+ sha256sum /work/release/xde_link.so
5502026-08-27T05:03:24.478Z+ header 'build xde integration tests'
5512026-08-27T05:03:24.478Z+ echo '# ==== build xde integration tests ==== #'
5522026-08-27T05:03:24.478Z+ pushd xde-tests
5532026-08-27T05:03:24.478Z# ==== build xde integration tests ==== #
5542026-08-27T05:03:24.478Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5552026-08-27T05:03:24.478Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5562026-08-27T05:03:24.560Z+ cargo clippy --all-targets -- --deny warnings
5572026-08-27T05:03:24.770Z Compiling serde_core v1.0.228
5582026-08-27T05:03:24.770Z Checking cfg-if v1.0.4
5592026-08-27T05:03:24.771Z Checking memchr v2.8.3
5602026-08-27T05:03:24.771Z Compiling rustversion v1.0.23
5612026-08-27T05:03:24.771Z Compiling serde v1.0.228
5622026-08-27T05:03:24.775Z Compiling version_check v0.9.5
5632026-08-27T05:03:24.775Z Compiling libc v0.2.186
5642026-08-27T05:03:24.794Z Compiling syn v2.0.118
5652026-08-27T05:03:24.837Z Compiling strsim v0.11.1
5662026-08-27T05:03:25.041Z Compiling ident_case v1.0.1
5672026-08-27T05:03:25.115Z Checking pin-project-lite v0.2.17
5682026-08-27T05:03:25.142Z Compiling syn v1.0.109
5692026-08-27T05:03:25.159Z Compiling regex-syntax v0.8.11
5702026-08-27T05:03:25.179Z Compiling equivalent v1.0.2
5712026-08-27T05:03:25.251Z Compiling winnow v1.0.3
5722026-08-27T05:03:25.443Z Compiling hashbrown v0.17.1
5732026-08-27T05:03:25.470Z Compiling either v1.16.0
5742026-08-27T05:03:25.655Z Compiling aho-corasick v1.1.4
5752026-08-27T05:03:25.659Z Compiling zerocopy v0.8.54
5762026-08-27T05:03:25.665Z Compiling itertools v0.15.0
5772026-08-27T05:03:25.974Z Compiling indexmap v2.14.0
5782026-08-27T05:03:26.239Z Compiling toml_parser v1.1.2+spec-1.1.0
5792026-08-27T05:03:26.573Z Compiling regex-automata v0.4.15
5802026-08-27T05:03:26.574Z Checking byteorder v1.5.0
5812026-08-27T05:03:26.772Z Compiling toml_datetime v1.1.1+spec-1.1.0
5822026-08-27T05:03:26.896Z Compiling heapless v0.8.0
5832026-08-27T05:03:26.942Z Compiling toml_edit v0.25.12+spec-1.1.0
5842026-08-27T05:03:26.981Z Checking hash32 v0.3.1
5852026-08-27T05:03:27.012Z Checking bitflags v2.13.0
5862026-08-27T05:03:27.082Z Compiling slog v2.8.2
5872026-08-27T05:03:27.155Z Compiling smoltcp v0.11.0
5882026-08-27T05:03:27.167Z Checking futures-sink v0.3.32
5892026-08-27T05:03:27.249Z Checking macaddr v1.0.1
5902026-08-27T05:03:27.292Z Compiling darling_core v0.23.0
5912026-08-27T05:03:27.333Z Checking stable_deref_trait v1.2.1
5922026-08-27T05:03:27.381Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5932026-08-27T05:03:27.392Z Checking futures-core v0.3.32
5942026-08-27T05:03:27.490Z Compiling proc-macro-crate v3.5.0
5952026-08-27T05:03:27.505Z Checking futures-channel v0.3.32
5962026-08-27T05:03:27.695Z Compiling proc-macro-error-attr v1.0.4
5972026-08-27T05:03:27.815Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5982026-08-27T05:03:27.911Z Checking futures-io v0.3.32
5992026-08-27T05:03:27.920Z Compiling getrandom v0.4.3
6002026-08-27T05:03:27.961Z Compiling ref-cast v1.0.25
6012026-08-27T05:03:27.984Z Compiling autocfg v1.5.1
6022026-08-27T05:03:28.015Z Checking rand_core v0.10.1
6032026-08-27T05:03:28.145Z Compiling crc32fast v1.5.0
6042026-08-27T05:03:28.157Z Checking managed v0.8.0
6052026-08-27T05:03:28.257Z Compiling regex v1.13.0
6062026-08-27T05:03:28.319Z Checking slab v0.4.12
6072026-08-27T05:03:28.330Z Checking bitflags v1.3.2
6082026-08-27T05:03:28.388Z Checking futures-task v0.3.32
6092026-08-27T05:03:28.482Z Compiling num-traits v0.2.19
6102026-08-27T05:03:28.493Z Compiling serde_derive v1.0.228
6112026-08-27T05:03:28.510Z Compiling thiserror-impl v2.0.18
6122026-08-27T05:03:28.706Z Compiling zerocopy-derive v0.8.54
6132026-08-27T05:03:28.710Z Compiling futures-macro v0.3.32
6142026-08-27T05:03:29.115Z Compiling foreign-types-macros v0.2.3
6152026-08-27T05:03:29.385Z Compiling darling_macro v0.23.0
6162026-08-27T05:03:29.439Z Compiling num_enum_derive v0.7.6
6172026-08-27T05:03:29.523Z Checking futures-util v0.3.32
6182026-08-27T05:03:29.729Z Compiling ref-cast-impl v1.0.25
6192026-08-27T05:03:29.796Z Checking thiserror v2.0.18
6202026-08-27T05:03:29.816Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6212026-08-27T05:03:29.891Z Checking cobs v0.3.0
6222026-08-27T05:03:29.954Z Compiling darling v0.23.0
6232026-08-27T05:03:30.022Z Compiling proc-macro-error v1.0.4
6242026-08-27T05:03:30.027Z Compiling ingot-macros v0.2.0
6252026-08-27T05:03:30.142Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6262026-08-27T05:03:30.237Z Compiling crossbeam-utils v0.8.22
6272026-08-27T05:03:30.307Z Checking foreign-types-shared v0.3.1
6282026-08-27T05:03:30.366Z Checking ipnetwork v0.21.1
6292026-08-27T05:03:30.383Z Checking cpufeatures v0.3.0
6302026-08-27T05:03:30.437Z Checking unicode-width v0.2.2
6312026-08-27T05:03:30.441Z Checking once_cell v1.21.4
6322026-08-27T05:03:30.536Z Checking chacha20 v0.10.1
6332026-08-27T05:03:30.547Z Checking num_enum v0.7.6
6342026-08-27T05:03:30.604Z Checking tracing-core v0.1.36
6352026-08-27T05:03:30.632Z Checking foreign-types v0.5.0
6362026-08-27T05:03:30.674Z Checking tabwriter v1.4.1
6372026-08-27T05:03:30.801Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6382026-08-27T05:03:30.922Z Checking anyhow v1.0.103
6392026-08-27T05:03:31.031Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6402026-08-27T05:03:31.194Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6412026-08-27T05:03:31.265Z Compiling tracing-attributes v0.1.31
6422026-08-27T05:03:31.474Z Checking futures-executor v0.3.32
6432026-08-27T05:03:31.611Z Checking cstr-argument v0.1.2
6442026-08-27T05:03:31.615Z Compiling thiserror v1.0.69
6452026-08-27T05:03:31.620Z Checking erased-serde v0.3.31
6462026-08-27T05:03:31.713Z Checking postcard v1.1.3
6472026-08-27T05:03:31.770Z Compiling num-conv v0.2.2
6482026-08-27T05:03:31.897Z Checking dyn-clone v1.0.20
6492026-08-27T05:03:31.911Z Checking pretty-hex v0.4.2
6502026-08-27T05:03:31.986Z Compiling time-core v0.1.9
6512026-08-27T05:03:31.986Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6522026-08-27T05:03:32.011Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6532026-08-27T05:03:32.152Z Compiling time-macros v0.2.31
6542026-08-27T05:03:32.193Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6552026-08-27T05:03:32.219Z Checking futures v0.3.32
6562026-08-27T05:03:32.281Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6572026-08-27T05:03:32.371Z Checking rand v0.10.2
6582026-08-27T05:03:32.444Z Checking tracing v0.1.44
6592026-08-27T05:03:32.601Z Compiling thiserror-impl v1.0.69
6602026-08-27T05:03:32.622Z Checking uuid v1.26.0
6612026-08-27T05:03:32.703Z Checking arc-swap v1.9.2
6622026-08-27T05:03:32.715Z Checking socket2 v0.6.4
6632026-08-27T05:03:32.784Z Checking nom v8.0.0
6642026-08-27T05:03:32.848Z Checking ingot-types v0.2.0
6652026-08-27T05:03:32.882Z Checking thread_local v1.1.10
6662026-08-27T05:03:32.903Z Compiling slog-async v2.8.0
6672026-08-27T05:03:32.953Z Compiling heck v0.4.1
6682026-08-27T05:03:33.032Z Checking deranged v0.5.8
6692026-08-27T05:03:33.137Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6702026-08-27T05:03:33.175Z Checking oxnet v0.1.6
6712026-08-27T05:03:33.180Z Checking ingot v0.2.0
6722026-08-27T05:03:33.479Z Checking powerfmt v0.2.0
6732026-08-27T05:03:33.507Z Checking iana-time-zone v0.1.65
6742026-08-27T05:03:33.605Z Checking colored v3.1.1
6752026-08-27T05:03:33.714Z Checking lazy_static v1.5.0
6762026-08-27T05:03:33.827Z Checking slog-scope v4.4.1
6772026-08-27T05:03:33.827Z Checking chrono v0.4.45
6782026-08-27T05:03:33.934Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6792026-08-27T05:03:33.950Z Checking crossbeam-channel v0.5.16
6802026-08-27T05:03:34.018Z Checking time v0.3.53
6812026-08-27T05:03:34.282Z Checking cookie-factory v0.3.3
6822026-08-27T05:03:34.528Z Checking itertools v0.12.1
6832026-08-27T05:03:34.586Z Checking is-terminal v0.4.17
6842026-08-27T05:03:34.651Z Checking term v1.2.1
6852026-08-27T05:03:34.660Z Checking circular v0.3.0
6862026-08-27T05:03:34.765Z Checking log v0.4.33
6872026-08-27T05:03:34.811Z Checking rusticata-macros v5.0.0
6882026-08-27T05:03:34.814Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6892026-08-27T05:03:34.873Z Checking take_mut v0.2.2
6902026-08-27T05:03:34.924Z Checking slog-stdlog v4.1.1
6912026-08-27T05:03:34.936Z Checking pcap-parser v0.17.0
6922026-08-27T05:03:35.184Z Checking slog-term v2.9.2
6932026-08-27T05:03:35.510Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6942026-08-27T05:03:35.786Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
6952026-08-27T05:03:36.212Z Checking slog-envlogger v2.2.0
6962026-08-27T05:03:39.329Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6972026-08-27T05:03:40.998Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6982026-08-27T05:03:40.998Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6992026-08-27T05:03:41.349Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7002026-08-27T05:03:41.901Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.30s
7012026-08-27T05:03:41.939Z+ cargo build --test loopback
7022026-08-27T05:03:42.104Z Compiling cfg-if v1.0.4
7032026-08-27T05:03:42.104Z Compiling memchr v2.8.3
7042026-08-27T05:03:42.107Z Compiling serde_core v1.0.228
7052026-08-27T05:03:42.130Z Compiling pin-project-lite v0.2.17
7062026-08-27T05:03:42.133Z Compiling libc v0.2.186
7072026-08-27T05:03:42.136Z Compiling thiserror v2.0.18
7082026-08-27T05:03:42.140Z Compiling byteorder v1.5.0
7092026-08-27T05:03:42.140Z Compiling either v1.16.0
7102026-08-27T05:03:42.176Z Compiling zerocopy v0.8.54
7112026-08-27T05:03:42.200Z Compiling futures-sink v0.3.32
7122026-08-27T05:03:42.213Z Compiling macaddr v1.0.1
7132026-08-27T05:03:42.290Z Compiling hash32 v0.3.1
7142026-08-27T05:03:42.304Z Compiling stable_deref_trait v1.2.1
7152026-08-27T05:03:42.325Z Compiling futures-core v0.3.32
7162026-08-27T05:03:42.373Z Compiling heapless v0.8.0
7172026-08-27T05:03:42.444Z Compiling futures-channel v0.3.32
7182026-08-27T05:03:42.456Z Compiling cobs v0.3.0
7192026-08-27T05:03:42.471Z Compiling bitflags v1.3.2
7202026-08-27T05:03:42.486Z Compiling rand_core v0.10.1
7212026-08-27T05:03:42.531Z Compiling futures-task v0.3.32
7222026-08-27T05:03:42.638Z Compiling futures-io v0.3.32
7232026-08-27T05:03:42.670Z Compiling managed v0.8.0
7242026-08-27T05:03:42.718Z Compiling slab v0.4.12
7252026-08-27T05:03:42.730Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7262026-08-27T05:03:42.811Z Compiling ipnetwork v0.21.1
7272026-08-27T05:03:42.821Z Compiling unicode-width v0.2.2
7282026-08-27T05:03:42.888Z Compiling futures-util v0.3.32
7292026-08-27T05:03:42.898Z Compiling smoltcp v0.11.0
7302026-08-27T05:03:42.953Z Compiling once_cell v1.21.4
7312026-08-27T05:03:43.120Z Compiling foreign-types-shared v0.3.1
7322026-08-27T05:03:43.195Z Compiling cpufeatures v0.3.0
7332026-08-27T05:03:43.201Z Compiling foreign-types v0.5.0
7342026-08-27T05:03:43.262Z Compiling chacha20 v0.10.1
7352026-08-27T05:03:43.269Z Compiling tracing-core v0.1.36
7362026-08-27T05:03:43.300Z Compiling tabwriter v1.4.1
7372026-08-27T05:03:43.633Z Compiling ref-cast v1.0.25
7382026-08-27T05:03:43.687Z Compiling num_enum v0.7.6
7392026-08-27T05:03:43.710Z Compiling crc32fast v1.5.0
7402026-08-27T05:03:43.724Z Compiling getrandom v0.4.3
7412026-08-27T05:03:43.806Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7422026-08-27T05:03:43.914Z Compiling serde v1.0.228
7432026-08-27T05:03:43.953Z Compiling bitflags v2.13.0
7442026-08-27T05:03:43.956Z Compiling cstr-argument v0.1.2
7452026-08-27T05:03:44.081Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7462026-08-27T05:03:44.116Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7472026-08-27T05:03:44.184Z Compiling itertools v0.15.0
7482026-08-27T05:03:44.373Z Compiling erased-serde v0.3.31
7492026-08-27T05:03:44.570Z Compiling postcard v1.1.3
7502026-08-27T05:03:44.592Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7512026-08-27T05:03:44.727Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7522026-08-27T05:03:44.913Z Compiling slog v2.8.2
7532026-08-27T05:03:45.066Z Compiling ingot-types v0.2.0
7542026-08-27T05:03:45.162Z Compiling futures-executor v0.3.32
7552026-08-27T05:03:45.179Z Compiling pretty-hex v0.4.2
7562026-08-27T05:03:45.273Z Compiling dyn-clone v1.0.20
7572026-08-27T05:03:45.281Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7582026-08-27T05:03:45.305Z Compiling futures v0.3.32
7592026-08-27T05:03:45.377Z Compiling tracing v0.1.44
7602026-08-27T05:03:45.432Z Compiling ingot v0.2.0
7612026-08-27T05:03:45.482Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7622026-08-27T05:03:45.487Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7632026-08-27T05:03:45.525Z Compiling uuid v1.26.0
7642026-08-27T05:03:45.595Z Compiling rand v0.10.2
7652026-08-27T05:03:45.663Z Compiling num-traits v0.2.19
7662026-08-27T05:03:45.740Z Compiling crossbeam-utils v0.8.22
7672026-08-27T05:03:45.740Z Compiling aho-corasick v1.1.4
7682026-08-27T05:03:45.938Z Compiling nom v8.0.0
7692026-08-27T05:03:46.165Z Compiling socket2 v0.6.4
7702026-08-27T05:03:46.359Z Compiling thread_local v1.1.10
7712026-08-27T05:03:46.529Z Compiling arc-swap v1.9.2
7722026-08-27T05:03:46.544Z Compiling oxnet v0.1.6
7732026-08-27T05:03:46.747Z Compiling iana-time-zone v0.1.65
7742026-08-27T05:03:46.898Z Compiling num-conv v0.2.2
7752026-08-27T05:03:47.028Z Compiling time-core v0.1.9
7762026-08-27T05:03:47.047Z Compiling winnow v1.0.3
7772026-08-27T05:03:47.153Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7782026-08-27T05:03:47.188Z Compiling regex-syntax v0.8.11
7792026-08-27T05:03:47.209Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7802026-08-27T05:03:47.255Z Compiling deranged v0.5.8
7812026-08-27T05:03:47.441Z Compiling lazy_static v1.5.0
7822026-08-27T05:03:47.535Z Compiling powerfmt v0.2.0
7832026-08-27T05:03:47.635Z Compiling colored v3.1.1
7842026-08-27T05:03:47.806Z Compiling slog-scope v4.4.1
7852026-08-27T05:03:48.279Z Compiling rusticata-macros v5.0.0
7862026-08-27T05:03:48.440Z Compiling time v0.3.53
7872026-08-27T05:03:48.478Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
7882026-08-27T05:03:48.542Z Compiling chrono v0.4.45
7892026-08-27T05:03:48.603Z Compiling thiserror v1.0.69
7902026-08-27T05:03:48.699Z Compiling regex-automata v0.4.15
7912026-08-27T05:03:49.620Z Compiling crossbeam-channel v0.5.16
7922026-08-27T05:03:50.359Z Compiling cookie-factory v0.3.3
7932026-08-27T05:03:50.465Z Compiling is-terminal v0.4.17
7942026-08-27T05:03:50.559Z Compiling itertools v0.12.1
7952026-08-27T05:03:50.674Z Compiling take_mut v0.2.2
7962026-08-27T05:03:50.800Z Compiling term v1.2.1
7972026-08-27T05:03:52.000Z Compiling circular v0.3.0
7982026-08-27T05:03:52.251Z Compiling log v0.4.33
7992026-08-27T05:03:52.455Z Compiling slog-stdlog v4.1.1
8002026-08-27T05:03:52.527Z Compiling pcap-parser v0.17.0
8012026-08-27T05:03:52.818Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8022026-08-27T05:03:53.108Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8032026-08-27T05:03:53.186Z Compiling slog-term v2.9.2
8042026-08-27T05:03:54.270Z Compiling slog-async v2.8.0
8052026-08-27T05:03:55.136Z Compiling regex v1.13.0
8062026-08-27T05:03:55.172Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8072026-08-27T05:03:55.837Z Compiling slog-envlogger v2.2.0
8082026-08-27T05:03:56.038Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8092026-08-27T05:03:56.229Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8102026-08-27T05:03:57.279Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8112026-08-27T05:04:05.181Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.23s
8122026-08-27T05:04:05.214Z++ cargo build -q --test loopback --message-format=json
8132026-08-27T05:04:05.217Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8142026-08-27T05:04:05.335Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-c72220c02dd21f99
8152026-08-27T05:04:05.335Z+ cargo build --test multicast_rx
8162026-08-27T05:04:05.437Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8172026-08-27T05:04:07.235Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.89s
8182026-08-27T05:04:07.270Z++ cargo build -q --test multicast_rx --message-format=json
8192026-08-27T05:04:07.273Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8202026-08-27T05:04:07.389Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-e1235bffe4d0710e
8212026-08-27T05:04:07.389Z+ cargo build --test multicast_multi_sub
8222026-08-27T05:04:07.495Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8232026-08-27T05:04:09.333Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.93s
8242026-08-27T05:04:09.367Z++ cargo build -q --test multicast_multi_sub --message-format=json
8252026-08-27T05:04:09.370Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8262026-08-27T05:04:09.485Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-5dff66211ee15b78
8272026-08-27T05:04:09.488Z+ cargo build --test multicast_validation
8282026-08-27T05:04:09.589Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8292026-08-27T05:04:11.612Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.11s
8302026-08-27T05:04:11.646Z++ cargo build -q --test multicast_validation --message-format=json
8312026-08-27T05:04:11.649Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8322026-08-27T05:04:11.765Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-7034751cd2f6d3c6
8332026-08-27T05:04:11.765Z+ cargo build --test multicast_source_filter
8342026-08-27T05:04:11.868Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8352026-08-27T05:04:13.982Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.20s
8362026-08-27T05:04:14.018Z++ cargo build -q --test multicast_source_filter --message-format=json
8372026-08-27T05:04:14.021Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8382026-08-27T05:04:14.139Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-3869eb9c47266f77
8392026-08-27T05:04:14.143Z+ cargo build --test multicast_multi_nexthop
8402026-08-27T05:04:14.244Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8412026-08-27T05:04:15.910Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.76s
8422026-08-27T05:04:15.943Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8432026-08-27T05:04:15.947Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8442026-08-27T05:04:16.066Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-d92f23359d927c68
8452026-08-27T05:04:16.066Z+ mkdir -p /work/test
8462026-08-27T05:04:16.070Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-c72220c02dd21f99 /work/test/loopback
8472026-08-27T05:04:16.114Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-e1235bffe4d0710e /work/test/multicast_rx
8482026-08-27T05:04:16.160Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-5dff66211ee15b78 /work/test/multicast_multi_sub
8492026-08-27T05:04:16.208Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-7034751cd2f6d3c6 /work/test/multicast_validation
8502026-08-27T05:04:16.255Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-3869eb9c47266f77 /work/test/multicast_source_filter
8512026-08-27T05:04:16.303Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-d92f23359d927c68 /work/test/multicast_multi_nexthop
8522026-08-27T05:04:16.352Zprocess exited: duration 234705 ms, exit code 0
 
8532026-08-27T05:04:16.375Zfound 15 output files
8542026-08-27T05:04:16.375Zuploading: /work/debug/xde.dbg (89519128 bytes)
8552026-08-27T05:04:18.551Zuploaded: /work/debug/xde.dbg
8562026-08-27T05:04:18.551Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8572026-08-27T05:04:19.562Zuploaded: /work/debug/xde.dbg.sha256
8582026-08-27T05:04:19.562Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8592026-08-27T05:04:20.605Zuploaded: /work/debug/xde_link.dbg.so
8602026-08-27T05:04:20.605Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8612026-08-27T05:04:21.614Zuploaded: /work/debug/xde_link.dbg.so.sha256
8622026-08-27T05:04:21.623Zuploading: /work/release/xde (53529928 bytes)
8632026-08-27T05:04:23.068Zuploaded: /work/release/xde
8642026-08-27T05:04:23.068Zuploading: /work/release/xde.sha256 (84 bytes)
8652026-08-27T05:04:24.079Zuploaded: /work/release/xde.sha256
8662026-08-27T05:04:24.079Zuploading: /work/release/xde_link.so (45240 bytes)
8672026-08-27T05:04:25.091Zuploaded: /work/release/xde_link.so
8682026-08-27T05:04:25.091Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8692026-08-27T05:04:26.101Zuploaded: /work/release/xde_link.so.sha256
8702026-08-27T05:04:26.101Zuploading: /work/test/loopback (58856872 bytes)
8712026-08-27T05:04:27.573Zuploaded: /work/test/loopback
8722026-08-27T05:04:27.574Zuploading: /work/test/multicast_rx (59355720 bytes)
8732026-08-27T05:04:28.958Zuploaded: /work/test/multicast_rx
8742026-08-27T05:04:28.958Zuploading: /work/test/multicast_multi_sub (59997344 bytes)
8752026-08-27T05:04:30.370Zuploaded: /work/test/multicast_multi_sub
8762026-08-27T05:04:30.371Zuploading: /work/test/multicast_validation (59341056 bytes)
8772026-08-27T05:04:31.852Zuploaded: /work/test/multicast_validation
8782026-08-27T05:04:31.852Zuploading: /work/test/multicast_source_filter (59642904 bytes)
8792026-08-27T05:04:33.243Zuploaded: /work/test/multicast_source_filter
8802026-08-27T05:04:33.243Zuploading: /work/test/multicast_multi_nexthop (60233392 bytes)
8812026-08-27T05:04:34.642Zuploaded: /work/test/multicast_multi_nexthop
8822026-08-27T05:04:34.642Zuploading: /work/xde.conf (79 bytes)
8832026-08-27T05:04:35.651Zuploaded: /work/xde.conf