01KYBQHZE31BYR32CMEZ38WZ9Q: 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-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: 01KYBQJJ3C3C9N4N09DMD2Q9WB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-25T04:13:15.236Zjob assigned to worker 01KYBQJSWMPMKZH8231K0TTB4C [factory aws, i-0e0c366ea9a45c7f8] (queued for 59 s)
 
22026-07-25T04:13:22.940Zstarting task 0: "setup"
32026-07-25T04:13:22.943Z++ uname -s
42026-07-25T04:13:22.943Z+ kern=SunOS
52026-07-25T04:13:22.944Z+ build_user=build
62026-07-25T04:13:22.944Z+ build_uid=12345
72026-07-25T04:13:22.944Z+ work_dir=/work
82026-07-25T04:13:22.944Z+ input_dir=/input
92026-07-25T04:13:22.944Z+ [[ 0 == 12345 ]]
102026-07-25T04:13:22.944Z+ case "$kern" in
112026-07-25T04:13:22.944Z+ groupadd -g 12345 build
122026-07-25T04:13:22.948Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-25T04:13:24.950Z+ zfs create -o mountpoint=/work rpool/work
142026-07-25T04:13:25.024Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-25T04:13:25.028Z+ home_fs=zfs
162026-07-25T04:13:25.028Z+ [[ zfs == autofs ]]
172026-07-25T04:13:25.028Z+ mkdir -p /home/build
182026-07-25T04:13:25.028Z+ chown build:build /home/build /work
192026-07-25T04:13:28.263Z+ chmod 0700 /home/build /work
202026-07-25T04:13:28.274Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-25T04:13:28.286Zstarting task 1: "rust-toolchain"
222026-07-25T04:13:28.301Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-25T04:13:28.301Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-25T04:13:28.301Z * rust toolchain channel = "1.97.1"
252026-07-25T04:13:28.301Z * rust toolchain profile = "default"
262026-07-25T04:13:28.301Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-25T04:13:28.302Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-25T04:13:28.302Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-25T04:13:28.302Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-25T04:13:28.375Zinfo: downloading installer
312026-07-25T04:13:29.743Zwarn: It looks like you have an existing rustup settings file at:
322026-07-25T04:13:29.743Zwarn: /home/build/.rustup/settings.toml
332026-07-25T04:13:29.743Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-25T04:13:29.743Zwarn: instead of the one inferred from the default host triple.
352026-07-25T04:13:29.756Zinfo: profile set to default
362026-07-25T04:13:29.756Zinfo: default host triple is x86_64-unknown-illumos
372026-07-25T04:13:29.760Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-25T04:13:29.922Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-25T04:13:29.925Zinfo: downloading 6 components
402026-07-25T04:13:45.375Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-25T04:13:45.375Z
422026-07-25T04:13:45.403Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-25T04:13:45.403Z
442026-07-25T04:13:45.404Z
452026-07-25T04:13:45.404ZRust is installed now. Great!
462026-07-25T04:13:45.404Z
472026-07-25T04:13:45.407ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-25T04:13:45.407Zenvironment variable. This has not been done automatically.
492026-07-25T04:13:45.407Z
502026-07-25T04:13:45.407ZTo configure your current shell, you need to source
512026-07-25T04:13:45.407Zthe corresponding env file under $HOME/.cargo.
522026-07-25T04:13:45.407Z
532026-07-25T04:13:45.407ZThis is usually done by running one of the following (note the leading DOT):
542026-07-25T04:13:45.407Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-25T04:13:45.407Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-25T04:13:45.407Zsource "~/.cargo/env.nu" # For nushell
572026-07-25T04:13:45.407Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-25T04:13:45.407Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-25T04:13:45.408Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-25T04:13:45.408Zwarn: no default linker (`cc`) was found in your PATH
612026-07-25T04:13:45.408Zwarn: many Rust crates require a system C toolchain to build
622026-07-25T04:13:45.501Z+ rustup --version
632026-07-25T04:13:45.510Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-25T04:13:45.513Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-25T04:13:45.531Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-25T04:13:45.534Z+ cargo --version
672026-07-25T04:13:45.549Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-25T04:13:45.552Z+ rustc --version
692026-07-25T04:13:45.570Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-25T04:13:45.573Zprocess exited: duration 17289 ms, exit code 0
 
712026-07-25T04:13:45.580Zstarting task 2: "authentication"
722026-07-25T04:13:45.598Zprocess exited: duration 16 ms, exit code 0
 
732026-07-25T04:13:45.604Zstarting task 3: "clone repository"
742026-07-25T04:13:45.608Z+ mkdir -p /work/oxidecomputer/opte
752026-07-25T04:13:45.612Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-25T04:13:45.654ZCloning into '/work/oxidecomputer/opte'...
772026-07-25T04:13:46.508Z+ cd /work/oxidecomputer/opte
782026-07-25T04:13:46.508Z+ git fetch origin 6b06228503251b59b5bfa84b379945874f32b9ba
792026-07-25T04:13:46.731ZFrom https://github.com/oxidecomputer/opte
802026-07-25T04:13:46.731Z * branch 6b06228503251b59b5bfa84b379945874f32b9ba -> FETCH_HEAD
812026-07-25T04:13:46.738Z+ [[ -n renovate/syn-2.x-lockfile ]]
822026-07-25T04:13:46.742Z++ git branch --show-current
832026-07-25T04:13:46.742Z+ current=master
842026-07-25T04:13:46.742Z+ [[ master != renovate/syn-2.x-lockfile ]]
852026-07-25T04:13:46.742Z+ git branch -f renovate/syn-2.x-lockfile 6b06228503251b59b5bfa84b379945874f32b9ba
862026-07-25T04:13:46.745Z+ git checkout -f renovate/syn-2.x-lockfile
872026-07-25T04:13:46.761ZSwitched to branch 'renovate/syn-2.x-lockfile'
882026-07-25T04:13:46.764Z+ git reset --hard 6b06228503251b59b5bfa84b379945874f32b9ba
892026-07-25T04:13:46.767ZHEAD is now at 6b06228 Update Rust crate syn to v2.0.119
902026-07-25T04:13:46.767Zprocess exited: duration 1161 ms, exit code 0
 
912026-07-25T04:13:46.774Zstarting task 4: "build"
922026-07-25T04:13:46.777Z+ source .github/buildomat/common.sh
932026-07-25T04:13:46.780Z++ rustup show active-toolchain
942026-07-25T04:13:46.783Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-25T04:13:46.783Z++ pushd xde
962026-07-25T04:13:46.783Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-25T04:13:46.783Z++ rustup show active-toolchain
982026-07-25T04:13:46.788Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-25T04:13:46.949Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-25T04:13:46.952Zinfo: downloading 6 components
1012026-07-25T04:14:01.744Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-25T04:14:01.836Z+++ rustup show active-toolchain -v
1032026-07-25T04:14:01.840Z+++ head -n 1
1042026-07-25T04:14:01.840Z+++ cut '-d ' -f1
1052026-07-25T04:14:01.890Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-25T04:14:01.891Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-25T04:14:01.891Z++ popd
1082026-07-25T04:14:01.894Z/work/oxidecomputer/opte
1092026-07-25T04:14:01.894Z+ TGT_BASE=/work
1102026-07-25T04:14:01.894Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-07-25T04:14:01.894Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-07-25T04:14:01.894Z+ DBG_TGT=/work/debug
1132026-07-25T04:14:01.894Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-07-25T04:14:01.894Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-07-25T04:14:01.895Z+ REL_TGT=/work/release
1162026-07-25T04:14:01.895Z+ mkdir -p /work/debug /work/release
1172026-07-25T04:14:01.895Z+ cargo --version
1182026-07-25T04:14:01.900Zcargo 1.97.1 (c980f4866 2026-06-30)
1192026-07-25T04:14:01.903Z+ rustc --version
1202026-07-25T04:14:01.923Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1212026-07-25T04:14:01.927Z+ install_pkg jq
1222026-07-25T04:14:01.927Z+ set +o errexit
1232026-07-25T04:14:01.927Z+ pfexec pkg install jq
1242026-07-25T04:14:06.055Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-25T04:14:06.324Z Startup: Caching catalogs ... Done
1262026-07-25T04:14:07.512ZPlanning: Solver setup ... Done
1272026-07-25T04:14:07.556ZPlanning: Running solver ... Done
1282026-07-25T04:14:07.583ZPlanning: Consolidating action changes ... Done
1292026-07-25T04:14:07.587ZPlanning: Evaluating mediators ... Done
1302026-07-25T04:14:07.587ZPlanning: Planning completed in 1.23 seconds
1312026-07-25T04:14:07.644ZNo updates necessary for this image.
1322026-07-25T04:14:07.803Z+ exit_code=4
1332026-07-25T04:14:07.803Z+ [[ 4 -ne 0 ]]
1342026-07-25T04:14:07.804Z+ [[ 4 -ne 4 ]]
1352026-07-25T04:14:07.804Z+ set -o errexit
1362026-07-25T04:14:07.807Z+ pushd xde
1372026-07-25T04:14:07.807Z+ cp xde.conf /work/xde.conf
1382026-07-25T04:14:07.808Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1392026-07-25T04:14:07.808Z+ header 'check style'
1402026-07-25T04:14:07.808Z+ echo '# ==== check style ==== #'
1412026-07-25T04:14:07.808Z# ==== check style ==== #
1422026-07-25T04:14:07.808Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-07-25T04:14:08.032Z
1442026-07-25T04:14:08.032Zreal 0.223003544
1452026-07-25T04:14:08.032Zuser 0.152448612
1462026-07-25T04:14:08.032Zsys 0.060859747
1472026-07-25T04:14:08.032Ztrap 0.000011340
1482026-07-25T04:14:08.032Ztflt 0.000006780
1492026-07-25T04:14:08.032Zdflt 0.000005430
1502026-07-25T04:14:08.032Zkflt 0.000000000
1512026-07-25T04:14:08.032Zlock 0.034320108
1522026-07-25T04:14:08.037Zslp 0.190975015
1532026-07-25T04:14:08.037Zlat 0.000794300
1542026-07-25T04:14:08.037Zstop 0.000101760
1552026-07-25T04:14:08.037Z+ header analyze
1562026-07-25T04:14:08.037Z+ echo '# ==== analyze ==== #'
1572026-07-25T04:14:08.037Z# ==== analyze ==== #
1582026-07-25T04:14:08.037Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1592026-07-25T04:14:08.207Z Updating crates.io index
1602026-07-25T04:14:08.211Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-07-25T04:14:09.200Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-07-25T04:14:09.566Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-07-25T04:14:09.896Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-07-25T04:14:10.120Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-07-25T04:14:10.357Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-07-25T04:14:10.601Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-07-25T04:14:12.342Z Downloading crates ...
1682026-07-25T04:14:12.387Z Downloaded hash32 v0.3.1
1692026-07-25T04:14:12.394Z Downloaded darling v0.23.0
1702026-07-25T04:14:12.399Z Downloaded ingot v0.2.0
1712026-07-25T04:14:12.403Z Downloaded unicode-ident v1.0.24
1722026-07-25T04:14:12.408Z Downloaded either v1.16.0
1732026-07-25T04:14:12.411Z Downloaded ingot-types v0.2.0
1742026-07-25T04:14:12.424Z Downloaded ref-cast v1.0.25
1752026-07-25T04:14:12.427Z Downloaded postcard v1.1.3
1762026-07-25T04:14:12.427Z Downloaded dyn-clone v1.0.20
1772026-07-25T04:14:12.432Z Downloaded cobs v0.3.0
1782026-07-25T04:14:12.435Z Downloaded managed v0.8.0
1792026-07-25T04:14:12.435Z Downloaded ref-cast-impl v1.0.25
1802026-07-25T04:14:12.435Z Downloaded thiserror v2.0.18
1812026-07-25T04:14:12.440Z Downloaded defmt v0.3.100
1822026-07-25T04:14:12.443Z Downloaded macaddr v1.0.1
1832026-07-25T04:14:12.444Z Downloaded zerocopy-derive v0.8.54
1842026-07-25T04:14:12.447Z Downloaded cfg-if v1.0.4
1852026-07-25T04:14:12.447Z Downloaded ident_case v1.0.1
1862026-07-25T04:14:12.447Z Downloaded stable_deref_trait v1.2.1
1872026-07-25T04:14:12.450Z Downloaded defmt-parser v1.0.0
1882026-07-25T04:14:12.451Z Downloaded embedded-io v0.6.1
1892026-07-25T04:14:12.451Z Downloaded embedded-io v0.4.0
1902026-07-25T04:14:12.458Z Downloaded version_check v0.9.5
1912026-07-25T04:14:12.462Z Downloaded strsim v0.11.1
1922026-07-25T04:14:12.466Z Downloaded darling_macro v0.23.0
1932026-07-25T04:14:12.466Z Downloaded defmt-macros v1.1.1
1942026-07-25T04:14:12.469Z Downloaded bitflags v1.3.2
1952026-07-25T04:14:12.483Z Downloaded thiserror-impl v2.0.18
1962026-07-25T04:14:12.486Z Downloaded byteorder v1.5.0
1972026-07-25T04:14:12.490Z Downloaded quote v1.0.46
1982026-07-25T04:14:12.507Z Downloaded crc32fast v1.5.0
1992026-07-25T04:14:12.511Z Downloaded defmt v1.1.1
2002026-07-25T04:14:12.515Z Downloaded ingot-macros v0.2.0
2012026-07-25T04:14:12.518Z Downloaded serde_core v1.0.228
2022026-07-25T04:14:12.522Z Downloaded proc-macro2 v1.0.106
2032026-07-25T04:14:12.528Z Downloaded uuid v1.23.5
2042026-07-25T04:14:12.534Z Downloaded serde_derive v1.0.228
2052026-07-25T04:14:12.538Z Downloaded heapless v0.8.0
2062026-07-25T04:14:12.541Z Downloaded bitflags v2.13.0
2072026-07-25T04:14:12.541Z Downloaded darling_core v0.23.0
2082026-07-25T04:14:12.544Z Downloaded memchr v2.8.3
2092026-07-25T04:14:12.551Z Downloaded serde v1.0.228
2102026-07-25T04:14:12.568Z Downloaded regex v1.13.0
2112026-07-25T04:14:12.584Z Downloaded itertools v0.15.0
2122026-07-25T04:14:12.592Z Downloaded zerocopy v0.8.54
2132026-07-25T04:14:12.601Z Downloaded aho-corasick v1.1.4
2142026-07-25T04:14:12.611Z Downloaded smoltcp v0.11.0
2152026-07-25T04:14:12.614Z Downloaded syn v2.0.119
2162026-07-25T04:14:12.627Z Downloaded regex-syntax v0.8.11
2172026-07-25T04:14:12.643Z Downloaded regex-automata v0.4.15
2182026-07-25T04:14:12.654Z Updating crates.io index
2192026-07-25T04:14:12.752Z Downloading crates ...
2202026-07-25T04:14:12.757Z Downloaded hashbrown v0.17.1
2212026-07-25T04:14:12.757Z Downloaded addr2line v0.27.0
2222026-07-25T04:14:12.757Z Downloaded rustc-demangle v0.1.28
2232026-07-25T04:14:12.757Z Downloaded adler2 v2.0.1
2242026-07-25T04:14:12.757Z Downloaded memchr v2.7.6
2252026-07-25T04:14:12.768Z Downloaded rustc-literal-escaper v0.0.8
2262026-07-25T04:14:12.798Z Downloaded getopts v0.2.24
2272026-07-25T04:14:12.802Z Downloaded foldhash v0.2.0
2282026-07-25T04:14:12.811Z Downloaded miniz_oxide v0.9.1
2292026-07-25T04:14:12.820Z Downloaded object v0.39.1
2302026-07-25T04:14:12.829Z Downloaded gimli v0.34.0
2312026-07-25T04:14:12.872Z Downloaded libc v0.2.185
2322026-07-25T04:14:12.935Z 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-07-25T04:14:12.935Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2342026-07-25T04:14:12.936Z Compiling proc-macro2 v1.0.106
2352026-07-25T04:14:12.942Z Compiling quote v1.0.46
2362026-07-25T04:14:12.943Z Compiling unicode-ident v1.0.24
2372026-07-25T04:14:12.943Z Compiling serde_core v1.0.228
2382026-07-25T04:14:12.943Z Compiling strsim v0.11.1
2392026-07-25T04:14:12.944Z Compiling ident_case v1.0.1
2402026-07-25T04:14:13.111Z Compiling memchr v2.8.3
2412026-07-25T04:14:13.115Z Compiling regex-syntax v0.8.11
2422026-07-25T04:14:13.388Z Compiling thiserror v2.0.18
2432026-07-25T04:14:13.391Z Compiling either v1.16.0
2442026-07-25T04:14:13.416Z Compiling zerocopy v0.8.54
2452026-07-25T04:14:13.510Z Compiling aho-corasick v1.1.4
2462026-07-25T04:14:13.595Z Compiling serde v1.0.228
2472026-07-25T04:14:13.777Z Compiling itertools v0.15.0
2482026-07-25T04:14:13.997Z Compiling heapless v0.8.0
2492026-07-25T04:14:14.026Z Compiling smoltcp v0.11.0
2502026-07-25T04:14:14.184Z Compiling syn v2.0.119
2512026-07-25T04:14:14.211Z Compiling crc32fast v1.5.0
2522026-07-25T04:14:14.477Z Compiling version_check v0.9.5
2532026-07-25T04:14:14.485Z Compiling ref-cast v1.0.25
2542026-07-25T04:14:14.561Z Compiling regex-automata v0.4.15
2552026-07-25T04:14:14.845Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2562026-07-25T04:14:16.096Z Compiling regex v1.13.0
2572026-07-25T04:14:16.456Z Compiling darling_core v0.23.0
2582026-07-25T04:14:17.188Z Compiling serde_derive v1.0.228
2592026-07-25T04:14:17.188Z Compiling zerocopy-derive v0.8.54
2602026-07-25T04:14:17.195Z Compiling thiserror-impl v2.0.18
2612026-07-25T04:14:17.195Z Compiling ref-cast-impl v1.0.25
2622026-07-25T04:14:17.195Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2632026-07-25T04:14:18.601Z Compiling darling_macro v0.23.0
2642026-07-25T04:14:19.469Z Compiling darling v0.23.0
2652026-07-25T04:14:19.538Z Compiling ingot-macros v0.2.0
2662026-07-25T04:14:19.542Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2672026-07-25T04:14:24.679Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2682026-07-25T04:14:26.937Z Checking byteorder v1.5.0
2692026-07-25T04:14:26.937Z Checking cfg-if v1.0.4
2702026-07-25T04:14:26.938Z Checking stable_deref_trait v1.2.1
2712026-07-25T04:14:26.941Z Checking macaddr v1.0.1
2722026-07-25T04:14:26.941Z Checking bitflags v1.3.2
2732026-07-25T04:14:26.996Z Checking managed v0.8.0
2742026-07-25T04:14:27.023Z Checking cobs v0.3.0
2752026-07-25T04:14:27.067Z Checking dyn-clone v1.0.20
2762026-07-25T04:14:27.087Z Checking hash32 v0.3.1
2772026-07-25T04:14:27.157Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2782026-07-25T04:14:28.294Z Checking bitflags v2.13.0
2792026-07-25T04:14:28.294Z Checking uuid v1.23.5
2802026-07-25T04:14:28.426Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2812026-07-25T04:14:28.636Z Checking postcard v1.1.3
2822026-07-25T04:14:29.486Z Checking ingot-types v0.2.0
2832026-07-25T04:14:29.781Z Checking ingot v0.2.0
2842026-07-25T04:14:31.048Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2852026-07-25T04:14:34.071Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2862026-07-25T04:14:35.230Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2872026-07-25T04:14:36.754Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.66s
2882026-07-25T04:14:36.879Z
2892026-07-25T04:14:36.880Zreal 28.840578417
2902026-07-25T04:14:36.880Zuser 1:08.153172904
2912026-07-25T04:14:36.880Zsys 9.674346596
2922026-07-25T04:14:36.880Ztrap 0.025717307
2932026-07-25T04:14:36.880Ztflt 0.074561005
2942026-07-25T04:14:36.880Zdflt 0.218870031
2952026-07-25T04:14:36.881Zkflt 0.001794842
2962026-07-25T04:14:36.885Zlock 3:50.862010992
2972026-07-25T04:14:36.885Zslp 3:02.462022780
2982026-07-25T04:14:36.885Zlat 2.360051089
2992026-07-25T04:14:36.885Zstop 8.129632079
3002026-07-25T04:14:36.885Z+ pushd xde-link
3012026-07-25T04:14:36.885Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3022026-07-25T04:14:36.885Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3032026-07-25T04:14:37.056Z 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-07-25T04:14:37.056Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3052026-07-25T04:14:37.056Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3062026-07-25T04:14:47.789Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3072026-07-25T04:14:50.104Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.16s
3082026-07-25T04:14:50.121Z
3092026-07-25T04:14:50.129Zreal 13.237749945
3102026-07-25T04:14:50.129Zuser 20.812697715
3112026-07-25T04:14:50.129Zsys 1.212764717
3122026-07-25T04:14:50.129Ztrap 0.005269101
3132026-07-25T04:14:50.130Ztflt 0.002102642
3142026-07-25T04:14:50.131Zdflt 0.053534786
3152026-07-25T04:14:50.131Zkflt 0.000001330
3162026-07-25T04:14:50.131Zlock 1:10.964650506
3172026-07-25T04:14:50.132Zslp 44.152857673
3182026-07-25T04:14:50.132Zlat 0.280916184
3192026-07-25T04:14:50.132Zstop 0.132548837
3202026-07-25T04:14:50.132Z+ popd
3212026-07-25T04:14:50.132Z+ popd
3222026-07-25T04:14:50.132Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3232026-07-25T04:14:50.132Z/work/oxidecomputer/opte
3242026-07-25T04:14:50.132Z+ header 'build xde (debug)'
3252026-07-25T04:14:50.132Z+ echo '# ==== build xde (debug) ==== #'
3262026-07-25T04:14:50.132Z# ==== build xde (debug) ==== #
3272026-07-25T04:14:50.132Z+ ptime -m cargo xtask build --profile debug xde xde-link
3282026-07-25T04:14:50.268Z Downloading crates ...
3292026-07-25T04:14:50.380Z Downloaded anstream v1.0.0
3302026-07-25T04:14:50.397Z Downloaded heck v0.5.0
3312026-07-25T04:14:50.397Z Downloaded serde_spanned v1.1.1
3322026-07-25T04:14:50.397Z Downloaded clap_builder v4.6.0
3332026-07-25T04:14:50.397Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3342026-07-25T04:14:50.397Z Downloaded anstyle-query v1.1.5
3352026-07-25T04:14:50.397Z Downloaded terminal_size v0.4.4
3362026-07-25T04:14:50.397Z Downloaded utf8parse v0.2.2
3372026-07-25T04:14:50.397Z Downloaded errno v0.3.14
3382026-07-25T04:14:50.398Z Downloaded is_terminal_polyfill v1.70.2
3392026-07-25T04:14:50.398Z Downloaded colorchoice v1.0.5
3402026-07-25T04:14:50.398Z Downloaded clap_lex v1.1.0
3412026-07-25T04:14:50.398Z Downloaded anstyle v1.0.14
3422026-07-25T04:14:50.398Z Downloaded zmij v1.0.22
3432026-07-25T04:14:50.398Z Downloaded cargo_metadata v0.23.1
3442026-07-25T04:14:50.398Z Downloaded itoa v1.0.18
3452026-07-25T04:14:50.398Z Downloaded cargo-platform v0.3.3
3462026-07-25T04:14:50.398Z Downloaded equivalent v1.0.2
3472026-07-25T04:14:50.398Z Downloaded anyhow v1.0.103
3482026-07-25T04:14:50.398Z Downloaded anstyle-parse v1.0.0
3492026-07-25T04:14:50.415Z Downloaded toml v1.1.2+spec-1.1.0
3502026-07-25T04:14:50.416Z Downloaded camino v1.2.4
3512026-07-25T04:14:50.416Z Downloaded toml_writer v1.1.1+spec-1.1.0
3522026-07-25T04:14:50.416Z Downloaded semver v1.0.28
3532026-07-25T04:14:50.416Z Downloaded clap_derive v4.6.1
3542026-07-25T04:14:50.416Z Downloaded toml_parser v1.1.2+spec-1.1.0
3552026-07-25T04:14:50.443Z Downloaded clap v4.6.1
3562026-07-25T04:14:50.443Z Downloaded rustix v1.1.4
3572026-07-25T04:14:50.443Z Downloaded indexmap v2.14.0
3582026-07-25T04:14:50.449Z Downloaded serde_json v1.0.150
3592026-07-25T04:14:50.449Z Downloaded winnow v1.0.3
3602026-07-25T04:14:50.478Z Downloaded libc v0.2.186
3612026-07-25T04:14:50.522Z Compiling serde_core v1.0.228
3622026-07-25T04:14:50.526Z Compiling proc-macro2 v1.0.106
3632026-07-25T04:14:50.526Z Compiling unicode-ident v1.0.24
3642026-07-25T04:14:50.526Z Compiling quote v1.0.46
3652026-07-25T04:14:50.526Z Compiling libc v0.2.186
3662026-07-25T04:14:50.526Z Compiling rustix v1.1.4
3672026-07-25T04:14:50.526Z Compiling utf8parse v0.2.2
3682026-07-25T04:14:50.549Z Compiling zmij v1.0.22
3692026-07-25T04:14:50.679Z Compiling bitflags v2.13.0
3702026-07-25T04:14:50.686Z Compiling anstyle-parse v1.0.0
3712026-07-25T04:14:50.880Z Compiling camino v1.2.4
3722026-07-25T04:14:50.884Z Compiling serde v1.0.228
3732026-07-25T04:14:50.896Z Compiling anstyle-query v1.1.5
3742026-07-25T04:14:50.991Z Compiling anstyle v1.0.14
3752026-07-25T04:14:51.069Z Compiling is_terminal_polyfill v1.70.2
3762026-07-25T04:14:51.132Z Compiling colorchoice v1.0.5
3772026-07-25T04:14:51.156Z Compiling thiserror v2.0.18
3782026-07-25T04:14:51.174Z Compiling serde_json v1.0.150
3792026-07-25T04:14:51.207Z Compiling anstream v1.0.0
3802026-07-25T04:14:51.239Z Compiling errno v0.3.14
3812026-07-25T04:14:51.295Z Compiling itoa v1.0.18
3822026-07-25T04:14:51.410Z Compiling heck v0.5.0
3832026-07-25T04:14:51.598Z Compiling strsim v0.11.1
3842026-07-25T04:14:51.665Z Compiling memchr v2.8.3
3852026-07-25T04:14:51.670Z Compiling anyhow v1.0.103
3862026-07-25T04:14:51.690Z Compiling winnow v1.0.3
3872026-07-25T04:14:51.694Z Compiling clap_lex v1.1.0
3882026-07-25T04:14:51.788Z Compiling syn v2.0.119
3892026-07-25T04:14:51.967Z Compiling terminal_size v0.4.4
3902026-07-25T04:14:52.071Z Compiling clap_builder v4.6.0
3912026-07-25T04:14:52.124Z Compiling toml_parser v1.1.2+spec-1.1.0
3922026-07-25T04:14:52.304Z Compiling toml_writer v1.1.1+spec-1.1.0
3932026-07-25T04:14:52.750Z Compiling serde_spanned v1.1.1
3942026-07-25T04:14:52.916Z Compiling cargo-platform v0.3.3
3952026-07-25T04:14:52.935Z Compiling toml_datetime v1.1.1+spec-1.1.0
3962026-07-25T04:14:53.124Z Compiling semver v1.0.28
3972026-07-25T04:14:53.407Z Compiling toml v1.1.2+spec-1.1.0
3982026-07-25T04:14:54.135Z Compiling serde_derive v1.0.228
3992026-07-25T04:14:54.588Z Compiling thiserror-impl v2.0.18
4002026-07-25T04:14:54.680Z Compiling clap_derive v4.6.1
4012026-07-25T04:14:56.228Z Compiling clap v4.6.1
4022026-07-25T04:14:57.171Z Compiling cargo_metadata v0.23.1
4032026-07-25T04:14:59.601Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4042026-07-25T04:15:01.172Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.03s
4052026-07-25T04:15:01.184Z Running `target/debug/xtask build --profile debug xde xde-link`
4062026-07-25T04:15:02.338ZBuilding xde (dev).
4072026-07-25T04:15:02.556Z Compiling serde_core v1.0.228
4082026-07-25T04:15:02.556Z Compiling byteorder v1.5.0
4092026-07-25T04:15:02.558Z Compiling macaddr v1.0.1
4102026-07-25T04:15:02.558Z Compiling stable_deref_trait v1.2.1
4112026-07-25T04:15:02.563Z Compiling cfg-if v1.0.4
4122026-07-25T04:15:02.563Z Compiling thiserror v2.0.18
4132026-07-25T04:15:02.575Z Compiling zerocopy v0.8.54
4142026-07-25T04:15:02.582Z Compiling bitflags v1.3.2
4152026-07-25T04:15:02.630Z Compiling managed v0.8.0
4162026-07-25T04:15:02.636Z Compiling cobs v0.3.0
4172026-07-25T04:15:02.640Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4182026-07-25T04:15:02.672Z Compiling either v1.16.0
4192026-07-25T04:15:02.755Z Compiling hash32 v0.3.1
4202026-07-25T04:15:02.833Z Compiling itertools v0.15.0
4212026-07-25T04:15:02.848Z Compiling heapless v0.8.0
4222026-07-25T04:15:02.855Z Compiling ref-cast v1.0.25
4232026-07-25T04:15:02.907Z Compiling crc32fast v1.5.0
4242026-07-25T04:15:02.911Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4252026-07-25T04:15:02.914Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4262026-07-25T04:15:02.945Z Compiling dyn-clone v1.0.20
4272026-07-25T04:15:03.095Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4282026-07-25T04:15:03.207Z Compiling smoltcp v0.11.0
4292026-07-25T04:15:04.125Z Compiling serde v1.0.228
4302026-07-25T04:15:04.125Z Compiling bitflags v2.13.0
4312026-07-25T04:15:04.125Z Compiling uuid v1.23.5
4322026-07-25T04:15:04.255Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4332026-07-25T04:15:04.531Z Compiling postcard v1.1.3
4342026-07-25T04:15:05.282Z Compiling ingot-types v0.2.0
4352026-07-25T04:15:05.556Z Compiling ingot v0.2.0
4362026-07-25T04:15:06.944Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4372026-07-25T04:15:10.578Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4382026-07-25T04:15:20.394Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4392026-07-25T04:15:28.294Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.93s
4402026-07-25T04:15:28.315ZLinking xde kmod...
4412026-07-25T04:15:29.312ZBuilding xde dev link helper (dev).
4422026-07-25T04:15:29.458Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4432026-07-25T04:15:29.780Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.43s
4442026-07-25T04:15:29.803Z
4452026-07-25T04:15:29.806Zreal 39.679308174
4462026-07-25T04:15:29.806Zuser 2:09.662112837
4472026-07-25T04:15:29.806Zsys 10.733033016
4482026-07-25T04:15:29.806Ztrap 0.052643918
4492026-07-25T04:15:29.806Ztflt 0.276947435
4502026-07-25T04:15:29.806Zdflt 0.530836003
4512026-07-25T04:15:29.806Zkflt 0.000229410
4522026-07-25T04:15:29.806Zlock 6:36.774386175
4532026-07-25T04:15:29.806Zslp 3:46.421854090
4542026-07-25T04:15:29.806Zlat 3.499611162
4552026-07-25T04:15:29.807Zstop 4.708974822
4562026-07-25T04:15:29.807Z+ header 'build xde (release)'
4572026-07-25T04:15:29.807Z+ echo '# ==== build xde (release) ==== #'
4582026-07-25T04:15:29.807Z+ ptime -m cargo xtask build --profile release xde xde-link
4592026-07-25T04:15:29.807Z# ==== build xde (release) ==== #
4602026-07-25T04:15:29.939Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4612026-07-25T04:15:29.942Z Running `target/debug/xtask build --profile release xde xde-link`
4622026-07-25T04:15:30.186ZBuilding xde (release-lto).
4632026-07-25T04:15:30.340Z 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-07-25T04:15:30.340Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4652026-07-25T04:15:30.340Z Compiling proc-macro2 v1.0.106
4662026-07-25T04:15:30.340Z Compiling quote v1.0.46
4672026-07-25T04:15:30.346Z Compiling unicode-ident v1.0.24
4682026-07-25T04:15:30.346Z Compiling serde_core v1.0.228
4692026-07-25T04:15:30.346Z Compiling strsim v0.11.1
4702026-07-25T04:15:30.346Z Compiling ident_case v1.0.1
4712026-07-25T04:15:30.451Z Compiling memchr v2.8.3
4722026-07-25T04:15:30.451Z Compiling regex-syntax v0.8.11
4732026-07-25T04:15:30.713Z Compiling either v1.16.0
4742026-07-25T04:15:30.722Z Compiling serde v1.0.228
4752026-07-25T04:15:30.731Z Compiling zerocopy v0.8.54
4762026-07-25T04:15:30.852Z Compiling aho-corasick v1.1.4
4772026-07-25T04:15:30.899Z Compiling thiserror v2.0.18
4782026-07-25T04:15:31.093Z Compiling itertools v0.15.0
4792026-07-25T04:15:31.118Z Compiling heapless v0.8.0
4802026-07-25T04:15:31.456Z Compiling syn v2.0.119
4812026-07-25T04:15:31.493Z Compiling smoltcp v0.11.0
4822026-07-25T04:15:31.501Z Compiling ref-cast v1.0.25
4832026-07-25T04:15:31.589Z Compiling crc32fast v1.5.0
4842026-07-25T04:15:31.860Z Compiling regex-automata v0.4.15
4852026-07-25T04:15:31.911Z Compiling version_check v0.9.5
4862026-07-25T04:15:32.328Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4872026-07-25T04:15:33.469Z Compiling regex v1.13.0
4882026-07-25T04:15:33.760Z Compiling darling_core v0.23.0
4892026-07-25T04:15:34.510Z Compiling serde_derive v1.0.228
4902026-07-25T04:15:34.510Z Compiling thiserror-impl v2.0.18
4912026-07-25T04:15:34.513Z Compiling zerocopy-derive v0.8.54
4922026-07-25T04:15:34.513Z Compiling ref-cast-impl v1.0.25
4932026-07-25T04:15:34.513Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4942026-07-25T04:15:35.868Z Compiling darling_macro v0.23.0
4952026-07-25T04:15:36.719Z Compiling darling v0.23.0
4962026-07-25T04:15:36.779Z Compiling ingot-macros v0.2.0
4972026-07-25T04:15:36.779Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4982026-07-25T04:15:42.723Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4992026-07-25T04:15:44.989Z Compiling byteorder v1.5.0
5002026-07-25T04:15:44.989Z Compiling macaddr v1.0.1
5012026-07-25T04:15:44.989Z Compiling stable_deref_trait v1.2.1
5022026-07-25T04:15:44.993Z Compiling cfg-if v1.0.4
5032026-07-25T04:15:45.048Z Compiling bitflags v1.3.2
5042026-07-25T04:15:45.052Z Compiling cobs v0.3.0
5052026-07-25T04:15:45.080Z Compiling managed v0.8.0
5062026-07-25T04:15:45.171Z Compiling hash32 v0.3.1
5072026-07-25T04:15:45.313Z Compiling dyn-clone v1.0.20
5082026-07-25T04:15:45.322Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5092026-07-25T04:15:46.548Z Compiling bitflags v2.13.0
5102026-07-25T04:15:46.548Z Compiling uuid v1.23.5
5112026-07-25T04:15:46.687Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5122026-07-25T04:15:46.978Z Compiling postcard v1.1.3
5132026-07-25T04:15:47.798Z Compiling ingot-types v0.2.0
5142026-07-25T04:15:48.107Z Compiling ingot v0.2.0
5152026-07-25T04:15:49.594Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-07-25T04:15:53.411Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-07-25T04:16:02.340Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5182026-07-25T04:16:32.779Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
5192026-07-25T04:16:32.801ZLinking xde kmod...
5202026-07-25T04:16:33.386ZBuilding xde dev link helper (release).
5212026-07-25T04:16:33.535Z 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-07-25T04:16:33.535Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5232026-07-25T04:16:33.536Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5242026-07-25T04:16:45.006Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5252026-07-25T04:16:47.629Z Finished `release` profile [optimized + debuginfo] target(s) in 14.21s
5262026-07-25T04:16:47.649Z
5272026-07-25T04:16:47.652Zreal 1:17.841614197
5282026-07-25T04:16:47.652Zuser 2:07.113666437
5292026-07-25T04:16:47.652Zsys 11.982598470
5302026-07-25T04:16:47.652Ztrap 0.026919240
5312026-07-25T04:16:47.653Ztflt 0.159253904
5322026-07-25T04:16:47.653Zdflt 0.159465855
5332026-07-25T04:16:47.653Zkflt 0.000005450
5342026-07-25T04:16:47.653Zlock 10:02.745799540
5352026-07-25T04:16:47.653Zslp 5:59.131010046
5362026-07-25T04:16:47.653Zlat 2.215423499
5372026-07-25T04:16:47.653Zstop 3.972543082
5382026-07-25T04:16:47.653Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5392026-07-25T04:16:47.653Z+ grep GOTPCREL
5402026-07-25T04:16:49.242Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5412026-07-25T04:16:49.245Z+ grep GOTPCREL
5422026-07-25T04:16:50.188Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5432026-07-25T04:16:50.239Z+ sha256sum /work/debug/xde.dbg
5442026-07-25T04:16:50.288Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5452026-07-25T04:16:50.291Z+ sha256sum /work/debug/xde_link.dbg.so
5462026-07-25T04:16:50.295Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5472026-07-25T04:16:50.329Z+ sha256sum /work/release/xde
5482026-07-25T04:16:50.358Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5492026-07-25T04:16:50.361Z+ sha256sum /work/release/xde_link.so
5502026-07-25T04:16:50.364Z+ header 'build xde integration tests'
5512026-07-25T04:16:50.364Z+ echo '# ==== build xde integration tests ==== #'
5522026-07-25T04:16:50.365Z# ==== build xde integration tests ==== #
5532026-07-25T04:16:50.365Z+ pushd xde-tests
5542026-07-25T04:16:50.365Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5552026-07-25T04:16:50.365Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5562026-07-25T04:16:50.442Z+ cargo clippy --all-targets -- --deny warnings
5572026-07-25T04:16:50.648Z Compiling serde_core v1.0.228
5582026-07-25T04:16:50.648Z Checking cfg-if v1.0.4
5592026-07-25T04:16:50.648Z Checking memchr v2.8.3
5602026-07-25T04:16:50.648Z Compiling rustversion v1.0.23
5612026-07-25T04:16:50.648Z Compiling serde v1.0.228
5622026-07-25T04:16:50.651Z Compiling version_check v0.9.5
5632026-07-25T04:16:50.652Z Compiling libc v0.2.186
5642026-07-25T04:16:50.652Z Compiling syn v2.0.119
5652026-07-25T04:16:50.717Z Compiling strsim v0.11.1
5662026-07-25T04:16:50.911Z Compiling ident_case v1.0.1
5672026-07-25T04:16:50.985Z Checking pin-project-lite v0.2.17
5682026-07-25T04:16:51.014Z Compiling regex-syntax v0.8.11
5692026-07-25T04:16:51.036Z Compiling syn v1.0.109
5702026-07-25T04:16:51.052Z Compiling equivalent v1.0.2
5712026-07-25T04:16:51.122Z Compiling either v1.16.0
5722026-07-25T04:16:51.311Z Compiling zerocopy v0.8.54
5732026-07-25T04:16:51.315Z Compiling hashbrown v0.17.1
5742026-07-25T04:16:51.361Z Compiling aho-corasick v1.1.4
5752026-07-25T04:16:51.526Z Compiling winnow v1.0.3
5762026-07-25T04:16:51.703Z Compiling itertools v0.15.0
5772026-07-25T04:16:51.833Z Compiling indexmap v2.14.0
5782026-07-25T04:16:52.465Z Compiling regex-automata v0.4.15
5792026-07-25T04:16:52.483Z Compiling toml_parser v1.1.2+spec-1.1.0
5802026-07-25T04:16:52.571Z Compiling toml_datetime v1.1.1+spec-1.1.0
5812026-07-25T04:16:52.790Z Compiling heapless v0.8.0
5822026-07-25T04:16:52.929Z Checking byteorder v1.5.0
5832026-07-25T04:16:53.028Z Compiling toml_edit v0.25.12+spec-1.1.0
5842026-07-25T04:16:53.032Z Checking bitflags v2.13.0
5852026-07-25T04:16:53.032Z Compiling slog v2.8.2
5862026-07-25T04:16:53.074Z Checking hash32 v0.3.1
5872026-07-25T04:16:53.172Z Compiling darling_core v0.23.0
5882026-07-25T04:16:53.182Z Checking futures-sink v0.3.32
5892026-07-25T04:16:53.233Z Checking macaddr v1.0.1
5902026-07-25T04:16:53.236Z Checking stable_deref_trait v1.2.1
5912026-07-25T04:16:53.266Z Checking futures-core v0.3.32
5922026-07-25T04:16:53.293Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5932026-07-25T04:16:53.362Z Compiling smoltcp v0.11.0
5942026-07-25T04:16:53.378Z Checking futures-channel v0.3.32
5952026-07-25T04:16:53.557Z Compiling proc-macro-crate v3.5.0
5962026-07-25T04:16:53.698Z Compiling proc-macro-error-attr v1.0.4
5972026-07-25T04:16:53.869Z Checking futures-task v0.3.32
5982026-07-25T04:16:53.897Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5992026-07-25T04:16:53.909Z Compiling ref-cast v1.0.25
6002026-07-25T04:16:53.960Z Checking bitflags v1.3.2
6012026-07-25T04:16:53.993Z Compiling crc32fast v1.5.0
6022026-07-25T04:16:54.019Z Compiling getrandom v0.4.3
6032026-07-25T04:16:54.101Z Checking futures-io v0.3.32
6042026-07-25T04:16:54.204Z Compiling regex v1.13.0
6052026-07-25T04:16:54.204Z Checking slab v0.4.12
6062026-07-25T04:16:54.264Z Compiling autocfg v1.5.1
6072026-07-25T04:16:54.267Z Checking rand_core v0.10.1
6082026-07-25T04:16:54.348Z Checking managed v0.8.0
6092026-07-25T04:16:54.381Z Compiling serde_derive v1.0.228
6102026-07-25T04:16:54.393Z Compiling thiserror-impl v2.0.18
6112026-07-25T04:16:54.524Z Compiling zerocopy-derive v0.8.54
6122026-07-25T04:16:54.582Z Compiling futures-macro v0.3.32
6132026-07-25T04:16:54.593Z Compiling num-traits v0.2.19
6142026-07-25T04:16:54.885Z Compiling foreign-types-macros v0.2.3
6152026-07-25T04:16:55.002Z Compiling num_enum_derive v0.7.6
6162026-07-25T04:16:55.235Z Compiling darling_macro v0.23.0
6172026-07-25T04:16:55.391Z Checking futures-util v0.3.32
6182026-07-25T04:16:55.498Z Compiling ref-cast-impl v1.0.25
6192026-07-25T04:16:55.575Z Checking thiserror v2.0.18
6202026-07-25T04:16:55.663Z Checking cobs v0.3.0
6212026-07-25T04:16:55.800Z Compiling darling v0.23.0
6222026-07-25T04:16:55.870Z Compiling ingot-macros v0.2.0
6232026-07-25T04:16:55.917Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6242026-07-25T04:16:55.958Z Compiling proc-macro-error v1.0.4
6252026-07-25T04:16:55.993Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6262026-07-25T04:16:56.073Z Checking unicode-width v0.2.2
6272026-07-25T04:16:56.170Z Checking once_cell v1.21.4
6282026-07-25T04:16:56.223Z Compiling crossbeam-utils v0.8.22
6292026-07-25T04:16:56.227Z Checking cpufeatures v0.3.0
6302026-07-25T04:16:56.282Z Checking foreign-types-shared v0.3.1
6312026-07-25T04:16:56.310Z Checking ipnetwork v0.21.1
6322026-07-25T04:16:56.336Z Checking tracing-core v0.1.36
6332026-07-25T04:16:56.353Z Checking foreign-types v0.5.0
6342026-07-25T04:16:56.416Z Checking tabwriter v1.4.1
6352026-07-25T04:16:56.476Z Checking chacha20 v0.10.1
6362026-07-25T04:16:56.631Z Checking num_enum v0.7.6
6372026-07-25T04:16:56.659Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6382026-07-25T04:16:56.844Z Checking anyhow v1.0.103
6392026-07-25T04:16:56.856Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6402026-07-25T04:16:57.037Z Compiling tracing-attributes v0.1.31
6412026-07-25T04:16:57.190Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6422026-07-25T04:16:57.358Z Checking futures-executor v0.3.32
6432026-07-25T04:16:57.481Z Checking cstr-argument v0.1.2
6442026-07-25T04:16:57.496Z Checking dyn-clone v1.0.20
6452026-07-25T04:16:57.506Z Checking erased-serde v0.3.31
6462026-07-25T04:16:57.587Z Checking postcard v1.1.3
6472026-07-25T04:16:57.589Z Compiling num-conv v0.2.2
6482026-07-25T04:16:57.731Z Compiling time-core v0.1.9
6492026-07-25T04:16:57.783Z Compiling thiserror v1.0.69
6502026-07-25T04:16:57.867Z Checking pretty-hex v0.4.2
6512026-07-25T04:16:57.906Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6522026-07-25T04:16:57.970Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6532026-07-25T04:16:58.115Z Compiling time-macros v0.2.31
6542026-07-25T04:16:58.121Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6552026-07-25T04:16:58.135Z Checking futures v0.3.32
6562026-07-25T04:16:58.198Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6572026-07-25T04:16:58.223Z Checking tracing v0.1.44
6582026-07-25T04:16:58.268Z Checking rand v0.10.2
6592026-07-25T04:16:58.400Z Compiling thiserror-impl v1.0.69
6602026-07-25T04:16:58.506Z Checking uuid v1.23.5
6612026-07-25T04:16:58.597Z Checking arc-swap v1.9.2
6622026-07-25T04:16:58.618Z Checking socket2 v0.6.4
6632026-07-25T04:16:58.704Z Checking nom v8.0.0
6642026-07-25T04:16:58.745Z Checking ingot-types v0.2.0
6652026-07-25T04:16:58.765Z Checking thread_local v1.1.10
6662026-07-25T04:16:58.815Z Checking oxnet v0.1.6
6672026-07-25T04:16:58.919Z Checking powerfmt v0.2.0
6682026-07-25T04:16:58.989Z Compiling slog-async v2.8.0
6692026-07-25T04:16:59.079Z Checking ingot v0.2.0
6702026-07-25T04:16:59.158Z Compiling heck v0.4.1
6712026-07-25T04:16:59.287Z Checking colored v3.1.1
6722026-07-25T04:16:59.346Z Checking lazy_static v1.5.0
6732026-07-25T04:16:59.427Z Checking iana-time-zone v0.1.65
6742026-07-25T04:16:59.435Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6752026-07-25T04:16:59.471Z Checking deranged v0.5.8
6762026-07-25T04:16:59.524Z Checking chrono v0.4.45
6772026-07-25T04:16:59.551Z Checking slog-scope v4.4.1
6782026-07-25T04:16:59.604Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6792026-07-25T04:16:59.707Z Checking crossbeam-channel v0.5.16
6802026-07-25T04:17:00.029Z Checking cookie-factory v0.3.3
6812026-07-25T04:17:00.244Z Checking itertools v0.12.1
6822026-07-25T04:17:00.270Z Checking is-terminal v0.4.17
6832026-07-25T04:17:00.302Z Checking take_mut v0.2.2
6842026-07-25T04:17:00.344Z Checking circular v0.3.0
6852026-07-25T04:17:00.361Z Checking time v0.3.53
6862026-07-25T04:17:00.387Z Checking term v1.2.1
6872026-07-25T04:17:00.447Z Checking log v0.4.33
6882026-07-25T04:17:00.601Z Checking slog-stdlog v4.1.1
6892026-07-25T04:17:00.621Z Checking rusticata-macros v5.0.0
6902026-07-25T04:17:00.633Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6912026-07-25T04:17:00.742Z Checking pcap-parser v0.17.0
6922026-07-25T04:17:01.202Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6932026-07-25T04:17:01.448Z Checking slog-term v2.9.2
6942026-07-25T04:17:01.482Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
6952026-07-25T04:17:01.920Z Checking slog-envlogger v2.2.0
6962026-07-25T04:17:05.141Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6972026-07-25T04:17:06.799Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6982026-07-25T04:17:06.799Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6992026-07-25T04:17:07.143Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7002026-07-25T04:17:07.693Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.21s
7012026-07-25T04:17:07.727Z+ cargo build --test loopback
7022026-07-25T04:17:07.892Z Compiling cfg-if v1.0.4
7032026-07-25T04:17:07.893Z Compiling memchr v2.8.3
7042026-07-25T04:17:07.896Z Compiling serde_core v1.0.228
7052026-07-25T04:17:07.921Z Compiling libc v0.2.186
7062026-07-25T04:17:07.924Z Compiling thiserror v2.0.18
7072026-07-25T04:17:07.924Z Compiling pin-project-lite v0.2.17
7082026-07-25T04:17:07.929Z Compiling byteorder v1.5.0
7092026-07-25T04:17:07.933Z Compiling either v1.16.0
7102026-07-25T04:17:07.968Z Compiling zerocopy v0.8.54
7112026-07-25T04:17:07.995Z Compiling stable_deref_trait v1.2.1
7122026-07-25T04:17:08.000Z Compiling macaddr v1.0.1
7132026-07-25T04:17:08.059Z Compiling hash32 v0.3.1
7142026-07-25T04:17:08.093Z Compiling futures-core v0.3.32
7152026-07-25T04:17:08.116Z Compiling futures-sink v0.3.32
7162026-07-25T04:17:08.207Z Compiling futures-channel v0.3.32
7172026-07-25T04:17:08.207Z Compiling heapless v0.8.0
7182026-07-25T04:17:08.237Z Compiling cobs v0.3.0
7192026-07-25T04:17:08.242Z Compiling rand_core v0.10.1
7202026-07-25T04:17:08.249Z Compiling futures-task v0.3.32
7212026-07-25T04:17:08.389Z Compiling managed v0.8.0
7222026-07-25T04:17:08.428Z Compiling futures-io v0.3.32
7232026-07-25T04:17:08.428Z Compiling bitflags v1.3.2
7242026-07-25T04:17:08.496Z Compiling slab v0.4.12
7252026-07-25T04:17:08.500Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7262026-07-25T04:17:08.605Z Compiling smoltcp v0.11.0
7272026-07-25T04:17:08.609Z Compiling foreign-types-shared v0.3.1
7282026-07-25T04:17:08.616Z Compiling cpufeatures v0.3.0
7292026-07-25T04:17:08.668Z Compiling futures-util v0.3.32
7302026-07-25T04:17:08.678Z Compiling unicode-width v0.2.2
7312026-07-25T04:17:08.684Z Compiling once_cell v1.21.4
7322026-07-25T04:17:08.721Z Compiling ipnetwork v0.21.1
7332026-07-25T04:17:08.913Z Compiling tabwriter v1.4.1
7342026-07-25T04:17:08.979Z Compiling tracing-core v0.1.36
7352026-07-25T04:17:09.249Z Compiling foreign-types v0.5.0
7362026-07-25T04:17:09.321Z Compiling chacha20 v0.10.1
7372026-07-25T04:17:09.325Z Compiling ref-cast v1.0.25
7382026-07-25T04:17:09.414Z Compiling num_enum v0.7.6
7392026-07-25T04:17:09.458Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7402026-07-25T04:17:09.523Z Compiling getrandom v0.4.3
7412026-07-25T04:17:09.563Z Compiling crc32fast v1.5.0
7422026-07-25T04:17:09.656Z Compiling serde v1.0.228
7432026-07-25T04:17:09.732Z Compiling bitflags v2.13.0
7442026-07-25T04:17:09.803Z Compiling cstr-argument v0.1.2
7452026-07-25T04:17:09.892Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7462026-07-25T04:17:09.967Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7472026-07-25T04:17:10.072Z Compiling itertools v0.15.0
7482026-07-25T04:17:10.144Z Compiling erased-serde v0.3.31
7492026-07-25T04:17:10.264Z Compiling postcard v1.1.3
7502026-07-25T04:17:10.287Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7512026-07-25T04:17:10.492Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7522026-07-25T04:17:10.605Z Compiling slog v2.8.2
7532026-07-25T04:17:10.826Z Compiling ingot-types v0.2.0
7542026-07-25T04:17:10.920Z Compiling futures-executor v0.3.32
7552026-07-25T04:17:11.001Z Compiling dyn-clone v1.0.20
7562026-07-25T04:17:11.057Z Compiling pretty-hex v0.4.2
7572026-07-25T04:17:11.062Z Compiling tracing v0.1.44
7582026-07-25T04:17:11.167Z Compiling ingot v0.2.0
7592026-07-25T04:17:11.187Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7602026-07-25T04:17:11.192Z Compiling futures v0.3.32
7612026-07-25T04:17:11.286Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7622026-07-25T04:17:11.286Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7632026-07-25T04:17:11.353Z Compiling uuid v1.23.5
7642026-07-25T04:17:11.374Z Compiling rand v0.10.2
7652026-07-25T04:17:11.394Z Compiling num-traits v0.2.19
7662026-07-25T04:17:11.427Z Compiling crossbeam-utils v0.8.22
7672026-07-25T04:17:11.517Z Compiling aho-corasick v1.1.4
7682026-07-25T04:17:11.722Z Compiling nom v8.0.0
7692026-07-25T04:17:11.990Z Compiling socket2 v0.6.4
7702026-07-25T04:17:12.081Z Compiling thread_local v1.1.10
7712026-07-25T04:17:12.259Z Compiling arc-swap v1.9.2
7722026-07-25T04:17:12.329Z Compiling lazy_static v1.5.0
7732026-07-25T04:17:12.424Z Compiling num-conv v0.2.2
7742026-07-25T04:17:12.476Z Compiling winnow v1.0.3
7752026-07-25T04:17:12.573Z Compiling iana-time-zone v0.1.65
7762026-07-25T04:17:12.647Z Compiling deranged v0.5.8
7772026-07-25T04:17:12.903Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7782026-07-25T04:17:12.994Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7792026-07-25T04:17:13.128Z Compiling regex-syntax v0.8.11
7802026-07-25T04:17:13.234Z Compiling time-core v0.1.9
7812026-07-25T04:17:13.384Z Compiling oxnet v0.1.6
7822026-07-25T04:17:13.412Z Compiling colored v3.1.1
7832026-07-25T04:17:13.610Z Compiling powerfmt v0.2.0
7842026-07-25T04:17:13.861Z Compiling time v0.3.53
7852026-07-25T04:17:13.888Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
7862026-07-25T04:17:14.227Z Compiling rusticata-macros v5.0.0
7872026-07-25T04:17:14.292Z Compiling chrono v0.4.45
7882026-07-25T04:17:14.545Z Compiling slog-scope v4.4.1
7892026-07-25T04:17:15.005Z Compiling regex-automata v0.4.15
7902026-07-25T04:17:15.310Z Compiling thiserror v1.0.69
7912026-07-25T04:17:15.409Z Compiling crossbeam-channel v0.5.16
7922026-07-25T04:17:15.803Z Compiling cookie-factory v0.3.3
7932026-07-25T04:17:16.121Z Compiling is-terminal v0.4.17
7942026-07-25T04:17:16.147Z Compiling itertools v0.12.1
7952026-07-25T04:17:16.212Z Compiling circular v0.3.0
7962026-07-25T04:17:16.466Z Compiling term v1.2.1
7972026-07-25T04:17:17.594Z Compiling log v0.4.33
7982026-07-25T04:17:17.876Z Compiling take_mut v0.2.2
7992026-07-25T04:17:17.985Z Compiling slog-async v2.8.0
8002026-07-25T04:17:18.192Z Compiling slog-stdlog v4.1.1
8012026-07-25T04:17:18.508Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8022026-07-25T04:17:18.557Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8032026-07-25T04:17:18.908Z Compiling regex v1.13.0
8042026-07-25T04:17:19.751Z Compiling slog-term v2.9.2
8052026-07-25T04:17:20.001Z Compiling pcap-parser v0.17.0
8062026-07-25T04:17:20.110Z Compiling slog-envlogger v2.2.0
8072026-07-25T04:17:20.539Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8082026-07-25T04:17:21.572Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8092026-07-25T04:17:21.708Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8102026-07-25T04:17:22.687Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8112026-07-25T04:17:30.235Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.50s
8122026-07-25T04:17:30.267Z++ cargo build -q --test loopback --message-format=json
8132026-07-25T04:17:30.270Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8142026-07-25T04:17:30.524Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-1787d0afe67f386c
8152026-07-25T04:17:30.524Z+ cargo build --test multicast_rx
8162026-07-25T04:17:30.624Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8172026-07-25T04:17:32.247Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.71s
8182026-07-25T04:17:32.282Z++ cargo build -q --test multicast_rx --message-format=json
8192026-07-25T04:17:32.285Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8202026-07-25T04:17:32.401Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ac4286f1eed659c6
8212026-07-25T04:17:32.404Z+ cargo build --test multicast_multi_sub
8222026-07-25T04:17:32.505Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8232026-07-25T04:17:34.323Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.91s
8242026-07-25T04:17:34.357Z++ cargo build -q --test multicast_multi_sub --message-format=json
8252026-07-25T04:17:34.360Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8262026-07-25T04:17:34.472Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-dfabd6e6f84e5a41
8272026-07-25T04:17:34.476Z+ cargo build --test multicast_validation
8282026-07-25T04:17:34.574Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8292026-07-25T04:17:36.509Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.02s
8302026-07-25T04:17:36.542Z++ cargo build -q --test multicast_validation --message-format=json
8312026-07-25T04:17:36.545Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8322026-07-25T04:17:36.658Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-52e35d6c538f082a
8332026-07-25T04:17:36.658Z+ cargo build --test multicast_source_filter
8342026-07-25T04:17:36.760Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8352026-07-25T04:17:38.838Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.17s
8362026-07-25T04:17:38.872Z++ cargo build -q --test multicast_source_filter --message-format=json
8372026-07-25T04:17:38.875Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8382026-07-25T04:17:38.991Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-ba52b6f95d88e468
8392026-07-25T04:17:38.991Z+ mkdir -p /work/test
8402026-07-25T04:17:38.995Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-1787d0afe67f386c /work/test/loopback
8412026-07-25T04:17:39.035Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ac4286f1eed659c6 /work/test/multicast_rx
8422026-07-25T04:17:39.079Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-dfabd6e6f84e5a41 /work/test/multicast_multi_sub
8432026-07-25T04:17:39.129Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-52e35d6c538f082a /work/test/multicast_validation
8442026-07-25T04:17:39.174Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-ba52b6f95d88e468 /work/test/multicast_source_filter
8452026-07-25T04:17:39.219Zprocess exited: duration 232442 ms, exit code 0
 
8462026-07-25T04:17:39.237Zfound 14 output files
8472026-07-25T04:17:39.237Zuploading: /work/debug/xde.dbg (88384184 bytes)
8482026-07-25T04:17:40.804Zuploaded: /work/debug/xde.dbg
8492026-07-25T04:17:40.806Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8502026-07-25T04:17:41.813Zuploaded: /work/debug/xde.dbg.sha256
8512026-07-25T04:17:41.813Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8522026-07-25T04:17:42.835Zuploaded: /work/debug/xde_link.dbg.so
8532026-07-25T04:17:42.835Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8542026-07-25T04:17:43.845Zuploaded: /work/debug/xde_link.dbg.so.sha256
8552026-07-25T04:17:43.845Zuploading: /work/release/xde (52827040 bytes)
8562026-07-25T04:17:45.186Zuploaded: /work/release/xde
8572026-07-25T04:17:45.186Zuploading: /work/release/xde.sha256 (84 bytes)
8582026-07-25T04:17:46.195Zuploaded: /work/release/xde.sha256
8592026-07-25T04:17:46.195Zuploading: /work/release/xde_link.so (45240 bytes)
8602026-07-25T04:17:47.205Zuploaded: /work/release/xde_link.so
8612026-07-25T04:17:47.205Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8622026-07-25T04:17:48.214Zuploaded: /work/release/xde_link.so.sha256
8632026-07-25T04:17:48.214Zuploading: /work/test/loopback (54276832 bytes)
8642026-07-25T04:17:49.531Zuploaded: /work/test/loopback
8652026-07-25T04:17:49.531Zuploading: /work/test/multicast_rx (54594424 bytes)
8662026-07-25T04:17:50.874Zuploaded: /work/test/multicast_rx
8672026-07-25T04:17:50.875Zuploading: /work/test/multicast_multi_sub (58845824 bytes)
8682026-07-25T04:17:52.204Zuploaded: /work/test/multicast_multi_sub
8692026-07-25T04:17:52.204Zuploading: /work/test/multicast_validation (54756976 bytes)
8702026-07-25T04:17:53.567Zuploaded: /work/test/multicast_validation
8712026-07-25T04:17:53.567Zuploading: /work/test/multicast_source_filter (55086112 bytes)
8722026-07-25T04:17:54.962Zuploaded: /work/test/multicast_source_filter
8732026-07-25T04:17:54.962Zuploading: /work/xde.conf (79 bytes)
8742026-07-25T04:17:55.972Zuploaded: /work/xde.conf