01M1XRQRVYBQPD2C9Z07S4SEV1: 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: 01M1XRRFG50RGYKQF5S7QQNGY7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-07T11:07:16.285Zjob assigned to worker 01M1XRRG0R5KWCFP4Q912H2NSA [factory aws, i-01d4f2e461a09c178] (queued for 52 s)
 
22026-09-07T11:07:22.356Zstarting task 0: "setup"
32026-09-07T11:07:22.361Z++ uname -s
42026-09-07T11:07:22.364Z+ kern=SunOS
52026-09-07T11:07:22.364Z+ build_user=build
62026-09-07T11:07:22.364Z+ build_uid=12345
72026-09-07T11:07:22.364Z+ work_dir=/work
82026-09-07T11:07:22.364Z+ input_dir=/input
92026-09-07T11:07:22.364Z+ [[ 0 == 12345 ]]
102026-09-07T11:07:22.364Z+ case "$kern" in
112026-09-07T11:07:22.364Z+ groupadd -g 12345 build
122026-09-07T11:07:22.367Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-07T11:07:24.370Z+ zfs create -o mountpoint=/work rpool/work
142026-09-07T11:07:24.480Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-07T11:07:24.484Z+ home_fs=zfs
162026-09-07T11:07:24.484Z+ [[ zfs == autofs ]]
172026-09-07T11:07:24.484Z+ mkdir -p /home/build
182026-09-07T11:07:24.484Z+ chown build:build /home/build /work
192026-09-07T11:07:26.484Z+ chmod 0700 /home/build /work
202026-09-07T11:07:26.490Zprocess exited: duration 4130 ms, exit code 0
 
212026-09-07T11:07:26.497Zstarting task 1: "rust-toolchain"
222026-09-07T11:07:26.500Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-07T11:07:26.501Z * rust toolchain channel = "1.97.1"
242026-09-07T11:07:26.501Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-07T11:07:26.501Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-07T11:07:26.501Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-07T11:07:26.501Z * rust toolchain profile = "default"
282026-09-07T11:07:26.504Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-07T11:07:26.504Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-07T11:07:26.606Zinfo: downloading installer
312026-09-07T11:07:27.838Zinfo: profile set to default
322026-09-07T11:07:27.838Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-07T11:07:27.841Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-07T11:07:27.975Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-07T11:07:27.978Zinfo: downloading 6 components
362026-09-07T11:07:42.933Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-07T11:07:42.933Z
382026-09-07T11:07:42.962Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-07T11:07:42.962Z
402026-09-07T11:07:42.965Z
412026-09-07T11:07:42.965ZRust is installed now. Great!
422026-09-07T11:07:42.965Z
432026-09-07T11:07:42.965ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-07T11:07:42.965Zenvironment variable. This has not been done automatically.
452026-09-07T11:07:42.965Z
462026-09-07T11:07:42.965ZTo configure your current shell, you need to source
472026-09-07T11:07:42.966Zthe corresponding env file under $HOME/.cargo.
482026-09-07T11:07:42.966Z
492026-09-07T11:07:42.966ZConsider running the right command for your shell (note the leading DOT):
502026-09-07T11:07:42.966Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-07T11:07:42.966Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-07T11:07:42.966ZCC_x86_64-unknown-illumos = None
532026-09-07T11:07:42.966Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-07T11:07:42.966ZCC_x86_64_unknown_illumos = None
552026-09-07T11:07:42.966Zcargo:rerun-if-env-changed=HOST_CC
562026-09-07T11:07:42.966ZHOST_CC = None
572026-09-07T11:07:42.966Zcargo:rerun-if-env-changed=CC
582026-09-07T11:07:42.966ZCC = None
592026-09-07T11:07:42.966Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-07T11:07:43.135Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-07T11:07:43.135ZCRATE_CC_NO_DEFAULTS = None
622026-09-07T11:07:43.135Zcargo:rerun-if-env-changed=CFLAGS
632026-09-07T11:07:43.135ZCFLAGS = None
642026-09-07T11:07:43.135Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-07T11:07:43.135ZHOST_CFLAGS = None
662026-09-07T11:07:43.135Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-07T11:07:43.136ZCFLAGS_x86_64_unknown_illumos = None
682026-09-07T11:07:43.136Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-07T11:07:43.136ZCFLAGS_x86_64-unknown-illumos = None
702026-09-07T11:07:43.235Z+ rustup --version
712026-09-07T11:07:43.242Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-07T11:07:43.245Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-07T11:07:43.263Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-07T11:07:43.267Z+ cargo --version
752026-09-07T11:07:43.282Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-07T11:07:43.285Z+ rustc --version
772026-09-07T11:07:43.302Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-07T11:07:43.305Zprocess exited: duration 16805 ms, exit code 0
 
792026-09-07T11:07:43.312Zstarting task 2: "authentication"
802026-09-07T11:07:43.328Zprocess exited: duration 16 ms, exit code 0
 
812026-09-07T11:07:43.335Zstarting task 3: "clone repository"
822026-09-07T11:07:43.339Z+ mkdir -p /work/oxidecomputer/opte
832026-09-07T11:07:43.342Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
842026-09-07T11:07:43.370ZCloning into '/work/oxidecomputer/opte'...
852026-09-07T11:07:44.724Z+ cd /work/oxidecomputer/opte
862026-09-07T11:07:44.724Z+ git fetch origin b68949a838af9ae89fa36ff5750fb51e98984cf9
872026-09-07T11:07:44.985ZFrom https://github.com/oxidecomputer/opte
882026-09-07T11:07:44.985Z * branch b68949a838af9ae89fa36ff5750fb51e98984cf9 -> FETCH_HEAD
892026-09-07T11:07:44.990Z+ [[ -n '' ]]
902026-09-07T11:07:44.990Z+ git reset --hard b68949a838af9ae89fa36ff5750fb51e98984cf9
912026-09-07T11:07:45.007ZHEAD is now at b68949a Include expirable entries in eviction benchmark
922026-09-07T11:07:45.010Zprocess exited: duration 1672 ms, exit code 0
 
932026-09-07T11:07:45.017Zstarting task 4: "build"
942026-09-07T11:07:45.020Z+ source .github/buildomat/common.sh
952026-09-07T11:07:45.021Z++ rustup show active-toolchain
962026-09-07T11:07:45.025Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
972026-09-07T11:07:45.028Z++ pushd xde
982026-09-07T11:07:45.028Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
992026-09-07T11:07:45.028Z++ rustup show active-toolchain
1002026-09-07T11:07:45.032Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1012026-09-07T11:07:45.179Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1022026-09-07T11:07:45.182Zinfo: downloading 6 components
1032026-09-07T11:07:58.644Zwarn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed
1042026-09-07T11:07:58.644Zwarn: auto-installation is deprecated for most `rustup` commands
1052026-09-07T11:07:58.644Zwarn: scripts relying on this behavior in `rustup` may stop working in the future
1062026-09-07T11:07:58.644Zwarn: to install the active toolchain, use `rustup install` instead
1072026-09-07T11:07:58.644Zwarn: see <https://github.com/rust-lang/rustup/issues/4836> for more info
1082026-09-07T11:07:58.644Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1092026-09-07T11:07:58.729Z+++ rustup show active-toolchain -v
1102026-09-07T11:07:58.733Z+++ head -n 1
1112026-09-07T11:07:58.733Z+++ cut '-d ' -f1
1122026-09-07T11:07:58.781Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1132026-09-07T11:07:58.781Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1142026-09-07T11:07:58.785Z++ popd
1152026-09-07T11:07:58.785Z/work/oxidecomputer/opte
1162026-09-07T11:07:58.785Z+ TGT_BASE=/work
1172026-09-07T11:07:58.785Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1182026-09-07T11:07:58.785Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1192026-09-07T11:07:58.785Z+ DBG_TGT=/work/debug
1202026-09-07T11:07:58.785Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1212026-09-07T11:07:58.785Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1222026-09-07T11:07:58.785Z+ REL_TGT=/work/release
1232026-09-07T11:07:58.785Z+ mkdir -p /work/debug /work/release
1242026-09-07T11:07:58.785Z+ cargo --version
1252026-09-07T11:07:58.792Zcargo 1.97.1 (c980f4866 2026-06-30)
1262026-09-07T11:07:58.796Z+ rustc --version
1272026-09-07T11:07:58.814Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1282026-09-07T11:07:58.817Z+ install_pkg jq
1292026-09-07T11:07:58.817Z+ set +o errexit
1302026-09-07T11:07:58.817Z+ pfexec pkg install jq
1312026-09-07T11:08:00.327Z Startup: Refreshing catalog 'helios' ... Done
1322026-09-07T11:08:00.756Z Startup: Caching catalogs ... Done
1332026-09-07T11:08:03.316ZPlanning: Solver setup ... Done
1342026-09-07T11:08:03.385ZPlanning: Running solver ... Done
1352026-09-07T11:08:03.441ZPlanning: Consolidating action changes ... Done
1362026-09-07T11:08:03.444ZPlanning: Evaluating mediators ... Done
1372026-09-07T11:08:03.444ZPlanning: Planning completed in 2.64 seconds
1382026-09-07T11:08:03.456ZNo updates necessary for this image.
1392026-09-07T11:08:03.706Z+ exit_code=4
1402026-09-07T11:08:03.706Z+ [[ 4 -ne 0 ]]
1412026-09-07T11:08:03.710Z+ [[ 4 -ne 4 ]]
1422026-09-07T11:08:03.710Z+ set -o errexit
1432026-09-07T11:08:03.710Z+ pushd xde
1442026-09-07T11:08:03.710Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1452026-09-07T11:08:03.710Z+ cp xde.conf /work/xde.conf
1462026-09-07T11:08:03.710Z+ header 'check style'
1472026-09-07T11:08:03.711Z+ echo '# ==== check style ==== #'
1482026-09-07T11:08:03.711Z# ==== check style ==== #
1492026-09-07T11:08:03.711Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1502026-09-07T11:08:03.925Z
1512026-09-07T11:08:03.925Zreal 0.214010111
1522026-09-07T11:08:03.925Zuser 0.150847933
1532026-09-07T11:08:03.925Zsys 0.053354378
1542026-09-07T11:08:03.925Ztrap 0.000006690
1552026-09-07T11:08:03.925Ztflt 0.000006360
1562026-09-07T11:08:03.925Zdflt 0.000004640
1572026-09-07T11:08:03.925Zkflt 0.000000000
1582026-09-07T11:08:03.925Zlock 0.024032544
1592026-09-07T11:08:03.925Zslp 0.184458528
1602026-09-07T11:08:03.925Zlat 0.000702540
1612026-09-07T11:08:03.925Zstop 0.000091080
1622026-09-07T11:08:03.931Z+ header analyze
1632026-09-07T11:08:03.931Z+ echo '# ==== analyze ==== #'
1642026-09-07T11:08:03.931Z# ==== analyze ==== #
1652026-09-07T11:08:03.931Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1662026-09-07T11:08:04.104Z Updating crates.io index
1672026-09-07T11:08:04.108Z Updating git repository `https://github.com/oxidecomputer/falcon`
1682026-09-07T11:08:04.840Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1692026-09-07T11:08:05.145Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1702026-09-07T11:08:05.440Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1712026-09-07T11:08:05.849Z Updating git repository `https://github.com/oxidecomputer/zone`
1722026-09-07T11:08:06.164Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1732026-09-07T11:08:06.469Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1742026-09-07T11:08:07.897Z Downloading crates ...
1752026-09-07T11:08:07.942Z Downloaded either v1.16.0
1762026-09-07T11:08:07.956Z Downloaded stable_deref_trait v1.2.1
1772026-09-07T11:08:07.967Z Downloaded darling_macro v0.23.0
1782026-09-07T11:08:07.971Z Downloaded ref-cast-impl v1.0.25
1792026-09-07T11:08:07.971Z Downloaded version_check v0.9.5
1802026-09-07T11:08:07.971Z Downloaded cfg-if v1.0.4
1812026-09-07T11:08:07.974Z Downloaded ref-cast v1.0.25
1822026-09-07T11:08:07.978Z Downloaded managed v0.8.0
1832026-09-07T11:08:07.978Z Downloaded hash32 v0.3.1
1842026-09-07T11:08:07.978Z Downloaded ident_case v1.0.1
1852026-09-07T11:08:07.981Z Downloaded strsim v0.11.1
1862026-09-07T11:08:07.984Z Downloaded defmt v0.3.100
1872026-09-07T11:08:07.989Z Downloaded dyn-clone v1.0.20
1882026-09-07T11:08:07.993Z Downloaded embedded-io v0.4.0
1892026-09-07T11:08:07.993Z Downloaded embedded-io v0.6.1
1902026-09-07T11:08:07.996Z Downloaded macaddr v1.0.1
1912026-09-07T11:08:08.005Z Downloaded aho-corasick v1.1.4
1922026-09-07T11:08:08.008Z Downloaded byteorder v1.5.0
1932026-09-07T11:08:08.013Z Downloaded thiserror v2.0.18
1942026-09-07T11:08:08.016Z Downloaded cobs v0.3.0
1952026-09-07T11:08:08.016Z Downloaded quote v1.0.46
1962026-09-07T11:08:08.021Z Downloaded defmt-parser v1.0.0
1972026-09-07T11:08:08.025Z Downloaded bitflags v1.3.2
1982026-09-07T11:08:08.025Z Downloaded ingot-types v0.2.0
1992026-09-07T11:08:08.025Z Downloaded thiserror-impl v2.0.18
2002026-09-07T11:08:08.036Z Downloaded defmt v1.1.1
2012026-09-07T11:08:08.040Z Downloaded ingot v0.2.0
2022026-09-07T11:08:08.043Z Downloaded defmt-macros v1.1.1
2032026-09-07T11:08:08.047Z Downloaded crc32fast v1.5.0
2042026-09-07T11:08:08.050Z Downloaded darling v0.23.0
2052026-09-07T11:08:08.057Z Downloaded ingot-macros v0.2.0
2062026-09-07T11:08:08.060Z Downloaded postcard v1.1.3
2072026-09-07T11:08:08.064Z Downloaded serde_core v1.0.228
2082026-09-07T11:08:08.067Z Downloaded bitflags v2.13.0
2092026-09-07T11:08:08.070Z Downloaded proc-macro2 v1.0.106
2102026-09-07T11:08:08.070Z Downloaded unicode-ident v1.0.24
2112026-09-07T11:08:08.070Z Downloaded uuid v1.23.5
2122026-09-07T11:08:08.081Z Downloaded darling_core v0.23.0
2132026-09-07T11:08:08.086Z Downloaded serde_derive v1.0.228
2142026-09-07T11:08:08.104Z Downloaded heapless v0.8.0
2152026-09-07T11:08:08.107Z Downloaded serde v1.0.228
2162026-09-07T11:08:08.110Z Downloaded zerocopy-derive v0.8.54
2172026-09-07T11:08:08.113Z Downloaded memchr v2.8.3
2182026-09-07T11:08:08.131Z Downloaded regex v1.13.0
2192026-09-07T11:08:08.143Z Downloaded itertools v0.15.0
2202026-09-07T11:08:08.188Z Downloaded zerocopy v0.8.54
2212026-09-07T11:08:08.199Z Downloaded syn v2.0.118
2222026-09-07T11:08:08.203Z Downloaded smoltcp v0.11.0
2232026-09-07T11:08:08.209Z Downloaded regex-syntax v0.8.11
2242026-09-07T11:08:08.220Z Downloaded regex-automata v0.4.15
2252026-09-07T11:08:08.231Z Updating crates.io index
2262026-09-07T11:08:08.282Z Downloading crates ...
2272026-09-07T11:08:08.296Z Downloaded addr2line v0.27.0
2282026-09-07T11:08:08.299Z Downloaded adler2 v2.0.1
2292026-09-07T11:08:08.304Z Downloaded foldhash v0.2.0
2302026-09-07T11:08:08.307Z Downloaded rustc-demangle v0.1.28
2312026-09-07T11:08:08.307Z Downloaded rustc-literal-escaper v0.0.8
2322026-09-07T11:08:08.330Z Downloaded getopts v0.2.24
2332026-09-07T11:08:08.333Z Downloaded miniz_oxide v0.9.1
2342026-09-07T11:08:08.340Z Downloaded hashbrown v0.17.1
2352026-09-07T11:08:08.343Z Downloaded memchr v2.7.6
2362026-09-07T11:08:08.395Z Downloaded gimli v0.34.0
2372026-09-07T11:08:08.400Z Downloaded object v0.39.1
2382026-09-07T11:08:08.433Z Downloaded libc v0.2.185
2392026-09-07T11:08:08.484Z 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)
2402026-09-07T11:08:08.485Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2412026-09-07T11:08:08.485Z Compiling proc-macro2 v1.0.106
2422026-09-07T11:08:08.485Z Compiling quote v1.0.46
2432026-09-07T11:08:08.488Z Compiling unicode-ident v1.0.24
2442026-09-07T11:08:08.488Z Compiling serde_core v1.0.228
2452026-09-07T11:08:08.488Z Compiling strsim v0.11.1
2462026-09-07T11:08:08.488Z Compiling ident_case v1.0.1
2472026-09-07T11:08:08.674Z Compiling memchr v2.8.3
2482026-09-07T11:08:08.702Z Compiling regex-syntax v0.8.11
2492026-09-07T11:08:08.960Z Compiling either v1.16.0
2502026-09-07T11:08:08.968Z Compiling zerocopy v0.8.54
2512026-09-07T11:08:08.981Z Compiling thiserror v2.0.18
2522026-09-07T11:08:09.095Z Compiling aho-corasick v1.1.4
2532026-09-07T11:08:09.154Z Compiling serde v1.0.228
2542026-09-07T11:08:09.351Z Compiling itertools v0.15.0
2552026-09-07T11:08:09.585Z Compiling syn v2.0.118
2562026-09-07T11:08:09.643Z Compiling heapless v0.8.0
2572026-09-07T11:08:09.689Z Compiling smoltcp v0.11.0
2582026-09-07T11:08:09.755Z Compiling crc32fast v1.5.0
2592026-09-07T11:08:10.115Z Compiling regex-automata v0.4.15
2602026-09-07T11:08:10.126Z Compiling ref-cast v1.0.25
2612026-09-07T11:08:10.144Z Compiling version_check v0.9.5
2622026-09-07T11:08:10.509Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-09-07T11:08:11.702Z Compiling regex v1.13.0
2642026-09-07T11:08:11.940Z Compiling darling_core v0.23.0
2652026-09-07T11:08:12.750Z Compiling thiserror-impl v2.0.18
2662026-09-07T11:08:12.750Z Compiling serde_derive v1.0.228
2672026-09-07T11:08:12.750Z Compiling zerocopy-derive v0.8.54
2682026-09-07T11:08:12.753Z Compiling ref-cast-impl v1.0.25
2692026-09-07T11:08:12.753Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2702026-09-07T11:08:14.101Z Compiling darling_macro v0.23.0
2712026-09-07T11:08:14.957Z Compiling darling v0.23.0
2722026-09-07T11:08:15.022Z Compiling ingot-macros v0.2.0
2732026-09-07T11:08:15.022Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2742026-09-07T11:08:20.230Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2752026-09-07T11:08:22.564Z Checking byteorder v1.5.0
2762026-09-07T11:08:22.564Z Checking macaddr v1.0.1
2772026-09-07T11:08:22.569Z Checking stable_deref_trait v1.2.1
2782026-09-07T11:08:22.569Z Checking cfg-if v1.0.4
2792026-09-07T11:08:22.569Z Checking bitflags v1.3.2
2802026-09-07T11:08:22.626Z Checking managed v0.8.0
2812026-09-07T11:08:22.648Z Checking cobs v0.3.0
2822026-09-07T11:08:22.711Z Checking hash32 v0.3.1
2832026-09-07T11:08:22.738Z Checking dyn-clone v1.0.20
2842026-09-07T11:08:22.764Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2852026-09-07T11:08:23.883Z Checking bitflags v2.13.0
2862026-09-07T11:08:23.883Z Checking uuid v1.23.5
2872026-09-07T11:08:24.027Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2882026-09-07T11:08:24.234Z Checking postcard v1.1.3
2892026-09-07T11:08:25.051Z Checking ingot-types v0.2.0
2902026-09-07T11:08:25.321Z Checking ingot v0.2.0
2912026-09-07T11:08:26.634Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2922026-09-07T11:08:29.730Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2932026-09-07T11:08:30.906Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2942026-09-07T11:08:32.451Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.46s
2952026-09-07T11:08:32.572Z
2962026-09-07T11:08:32.572Zreal 28.640696140
2972026-09-07T11:08:32.572Zuser 1:08.265888418
2982026-09-07T11:08:32.572Zsys 9.632510066
2992026-09-07T11:08:32.572Ztrap 0.022114604
3002026-09-07T11:08:32.572Ztflt 0.068763634
3012026-09-07T11:08:32.572Zdflt 0.181081907
3022026-09-07T11:08:32.572Zkflt 0.005601193
3032026-09-07T11:08:32.575Zlock 3:50.198647927
3042026-09-07T11:08:32.576Zslp 3:03.241325713
3052026-09-07T11:08:32.576Zlat 2.184149807
3062026-09-07T11:08:32.576Zstop 7.795122305
3072026-09-07T11:08:32.576Z+ pushd xde-link
3082026-09-07T11:08:32.576Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3092026-09-07T11:08:32.576Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3102026-09-07T11:08:32.748Z 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)
3112026-09-07T11:08:32.748Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3122026-09-07T11:08:32.748Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3132026-09-07T11:08:43.572Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3142026-09-07T11:08:45.893Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.25s
3152026-09-07T11:08:45.912Z
3162026-09-07T11:08:45.912Zreal 13.334522713
3172026-09-07T11:08:45.912Zuser 20.863942087
3182026-09-07T11:08:45.912Zsys 1.209954485
3192026-09-07T11:08:45.912Ztrap 0.003345290
3202026-09-07T11:08:45.912Ztflt 0.002049011
3212026-09-07T11:08:45.912Zdflt 0.038706437
3222026-09-07T11:08:45.912Zkflt 0.000002560
3232026-09-07T11:08:45.915Zlock 1:12.596039849
3242026-09-07T11:08:45.915Zslp 44.354918560
3252026-09-07T11:08:45.915Zlat 0.313688367
3262026-09-07T11:08:45.916Zstop 0.135252738
3272026-09-07T11:08:45.916Z+ popd
3282026-09-07T11:08:45.916Z+ popd
3292026-09-07T11:08:45.916Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3302026-09-07T11:08:45.916Z/work/oxidecomputer/opte
3312026-09-07T11:08:45.916Z+ header 'build xde (debug)'
3322026-09-07T11:08:45.916Z# ==== build xde (debug) ==== #
3332026-09-07T11:08:45.916Z+ echo '# ==== build xde (debug) ==== #'
3342026-09-07T11:08:45.916Z+ ptime -m cargo xtask build --profile debug xde xde-link
3352026-09-07T11:08:46.055Z Downloading crates ...
3362026-09-07T11:08:46.113Z Downloaded clap v4.6.1
3372026-09-07T11:08:46.118Z Downloaded anstream v1.0.0
3382026-09-07T11:08:46.121Z Downloaded equivalent v1.0.2
3392026-09-07T11:08:46.122Z Downloaded itoa v1.0.18
3402026-09-07T11:08:46.125Z Downloaded heck v0.5.0
3412026-09-07T11:08:46.125Z Downloaded cargo-platform v0.3.3
3422026-09-07T11:08:46.128Z Downloaded serde_spanned v1.1.1
3432026-09-07T11:08:46.131Z Downloaded anstyle-query v1.1.5
3442026-09-07T11:08:46.134Z Downloaded utf8parse v0.2.2
3452026-09-07T11:08:46.134Z Downloaded clap_lex v1.1.0
3462026-09-07T11:08:46.134Z Downloaded colorchoice v1.0.5
3472026-09-07T11:08:46.137Z Downloaded terminal_size v0.4.4
3482026-09-07T11:08:46.137Z Downloaded is_terminal_polyfill v1.70.2
3492026-09-07T11:08:46.141Z Downloaded errno v0.3.14
3502026-09-07T11:08:46.145Z Downloaded toml_writer v1.1.1+spec-1.1.0
3512026-09-07T11:08:46.145Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3522026-09-07T11:08:46.151Z Downloaded anstyle v1.0.14
3532026-09-07T11:08:46.154Z Downloaded semver v1.0.28
3542026-09-07T11:08:46.157Z Downloaded anstyle-parse v1.0.0
3552026-09-07T11:08:46.157Z Downloaded camino v1.2.4
3562026-09-07T11:08:46.160Z Downloaded toml_parser v1.1.2+spec-1.1.0
3572026-09-07T11:08:46.160Z Downloaded anyhow v1.0.103
3582026-09-07T11:08:46.163Z Downloaded clap_derive v4.6.1
3592026-09-07T11:08:46.163Z Downloaded zmij v1.0.22
3602026-09-07T11:08:46.166Z Downloaded toml v1.1.2+spec-1.1.0
3612026-09-07T11:08:46.175Z Downloaded cargo_metadata v0.23.1
3622026-09-07T11:08:46.188Z Downloaded indexmap v2.14.0
3632026-09-07T11:08:46.205Z Downloaded serde_json v1.0.150
3642026-09-07T11:08:46.209Z Downloaded clap_builder v4.6.0
3652026-09-07T11:08:46.212Z Downloaded winnow v1.0.3
3662026-09-07T11:08:46.239Z Downloaded rustix v1.1.4
3672026-09-07T11:08:46.262Z Downloaded libc v0.2.186
3682026-09-07T11:08:46.310Z Compiling serde_core v1.0.228
3692026-09-07T11:08:46.313Z Compiling proc-macro2 v1.0.106
3702026-09-07T11:08:46.313Z Compiling unicode-ident v1.0.24
3712026-09-07T11:08:46.313Z Compiling quote v1.0.46
3722026-09-07T11:08:46.313Z Compiling libc v0.2.186
3732026-09-07T11:08:46.313Z Compiling rustix v1.1.4
3742026-09-07T11:08:46.313Z Compiling bitflags v2.13.0
3752026-09-07T11:08:46.331Z Compiling utf8parse v0.2.2
3762026-09-07T11:08:46.460Z Compiling zmij v1.0.22
3772026-09-07T11:08:46.475Z Compiling anstyle-parse v1.0.0
3782026-09-07T11:08:46.674Z Compiling serde_json v1.0.150
3792026-09-07T11:08:46.685Z Compiling anstyle-query v1.1.5
3802026-09-07T11:08:46.770Z Compiling colorchoice v1.0.5
3812026-09-07T11:08:46.779Z Compiling is_terminal_polyfill v1.70.2
3822026-09-07T11:08:46.799Z Compiling anstyle v1.0.14
3832026-09-07T11:08:46.849Z Compiling serde v1.0.228
3842026-09-07T11:08:46.854Z Compiling thiserror v2.0.18
3852026-09-07T11:08:46.874Z Compiling camino v1.2.4
3862026-09-07T11:08:47.041Z Compiling errno v0.3.14
3872026-09-07T11:08:47.079Z Compiling anstream v1.0.0
3882026-09-07T11:08:47.204Z Compiling memchr v2.8.3
3892026-09-07T11:08:47.234Z Compiling anyhow v1.0.103
3902026-09-07T11:08:47.278Z Compiling strsim v0.11.1
3912026-09-07T11:08:47.472Z Compiling itoa v1.0.18
3922026-09-07T11:08:47.538Z Compiling syn v2.0.118
3932026-09-07T11:08:47.569Z Compiling heck v0.5.0
3942026-09-07T11:08:47.574Z Compiling winnow v1.0.3
3952026-09-07T11:08:47.730Z Compiling terminal_size v0.4.4
3962026-09-07T11:08:47.758Z Compiling clap_lex v1.1.0
3972026-09-07T11:08:47.885Z Compiling toml_parser v1.1.2+spec-1.1.0
3982026-09-07T11:08:47.986Z Compiling clap_builder v4.6.0
3992026-09-07T11:08:48.204Z Compiling toml_writer v1.1.1+spec-1.1.0
4002026-09-07T11:08:48.428Z Compiling cargo-platform v0.3.3
4012026-09-07T11:08:48.597Z Compiling semver v1.0.28
4022026-09-07T11:08:48.649Z Compiling toml_datetime v1.1.1+spec-1.1.0
4032026-09-07T11:08:49.124Z Compiling serde_spanned v1.1.1
4042026-09-07T11:08:49.264Z Compiling toml v1.1.2+spec-1.1.0
4052026-09-07T11:08:49.599Z Compiling thiserror-impl v2.0.18
4062026-09-07T11:08:49.599Z Compiling serde_derive v1.0.228
4072026-09-07T11:08:49.602Z Compiling clap_derive v4.6.1
4082026-09-07T11:08:51.191Z Compiling clap v4.6.1
4092026-09-07T11:08:52.582Z Compiling cargo_metadata v0.23.1
4102026-09-07T11:08:55.110Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4112026-09-07T11:08:56.683Z Finished `dev` profile [optimized + debuginfo] target(s) in 10.76s
4122026-09-07T11:08:56.694Z Running `target/debug/xtask build --profile debug xde xde-link`
4132026-09-07T11:08:57.767ZBuilding xde (dev).
4142026-09-07T11:08:57.987Z Compiling serde_core v1.0.228
4152026-09-07T11:08:57.987Z Compiling byteorder v1.5.0
4162026-09-07T11:08:57.987Z Compiling macaddr v1.0.1
4172026-09-07T11:08:57.991Z Compiling stable_deref_trait v1.2.1
4182026-09-07T11:08:57.991Z Compiling cfg-if v1.0.4
4192026-09-07T11:08:57.991Z Compiling zerocopy v0.8.54
4202026-09-07T11:08:58.007Z Compiling thiserror v2.0.18
4212026-09-07T11:08:58.009Z Compiling bitflags v1.3.2
4222026-09-07T11:08:58.059Z Compiling managed v0.8.0
4232026-09-07T11:08:58.063Z Compiling cobs v0.3.0
4242026-09-07T11:08:58.068Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4252026-09-07T11:08:58.100Z Compiling either v1.16.0
4262026-09-07T11:08:58.176Z Compiling hash32 v0.3.1
4272026-09-07T11:08:58.254Z Compiling itertools v0.15.0
4282026-09-07T11:08:58.269Z Compiling heapless v0.8.0
4292026-09-07T11:08:58.272Z Compiling ref-cast v1.0.25
4302026-09-07T11:08:58.326Z Compiling crc32fast v1.5.0
4312026-09-07T11:08:58.330Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4322026-09-07T11:08:58.334Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4332026-09-07T11:08:58.355Z Compiling dyn-clone v1.0.20
4342026-09-07T11:08:58.515Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4352026-09-07T11:08:58.613Z Compiling smoltcp v0.11.0
4362026-09-07T11:08:59.507Z Compiling bitflags v2.13.0
4372026-09-07T11:08:59.507Z Compiling serde v1.0.228
4382026-09-07T11:08:59.507Z Compiling uuid v1.23.5
4392026-09-07T11:08:59.637Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4402026-09-07T11:08:59.914Z Compiling postcard v1.1.3
4412026-09-07T11:09:00.716Z Compiling ingot-types v0.2.0
4422026-09-07T11:09:01.008Z Compiling ingot v0.2.0
4432026-09-07T11:09:02.444Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4442026-09-07T11:09:05.959Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4452026-09-07T11:09:15.867Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4462026-09-07T11:09:23.939Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.14s
4472026-09-07T11:09:23.961ZLinking xde kmod...
4482026-09-07T11:09:24.963ZBuilding xde dev link helper (dev).
4492026-09-07T11:09:25.109Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4502026-09-07T11:09:25.434Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s
4512026-09-07T11:09:25.457Z
4522026-09-07T11:09:25.457Zreal 39.541277625
4532026-09-07T11:09:25.457Zuser 2:10.718583614
4542026-09-07T11:09:25.457Zsys 10.528853648
4552026-09-07T11:09:25.457Ztrap 0.045605011
4562026-09-07T11:09:25.457Ztflt 0.245702469
4572026-09-07T11:09:25.457Zdflt 0.537105959
4582026-09-07T11:09:25.460Zkflt 0.000007950
4592026-09-07T11:09:25.461Zlock 6:34.952265799
4602026-09-07T11:09:25.461Zslp 3:45.483494116
4612026-09-07T11:09:25.461Zlat 3.604353056
4622026-09-07T11:09:25.461Zstop 4.716693040
4632026-09-07T11:09:25.461Z+ header 'build xde (release)'
4642026-09-07T11:09:25.461Z+ echo '# ==== build xde (release) ==== #'
4652026-09-07T11:09:25.461Z# ==== build xde (release) ==== #
4662026-09-07T11:09:25.461Z+ ptime -m cargo xtask build --profile release xde xde-link
4672026-09-07T11:09:25.589Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4682026-09-07T11:09:25.592Z Running `target/debug/xtask build --profile release xde xde-link`
4692026-09-07T11:09:25.782ZBuilding xde (release-lto).
4702026-09-07T11:09:26.005Z 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)
4712026-09-07T11:09:26.005Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4722026-09-07T11:09:26.005Z Compiling proc-macro2 v1.0.106
4732026-09-07T11:09:26.005Z Compiling unicode-ident v1.0.24
4742026-09-07T11:09:26.009Z Compiling quote v1.0.46
4752026-09-07T11:09:26.009Z Compiling serde_core v1.0.228
4762026-09-07T11:09:26.009Z Compiling strsim v0.11.1
4772026-09-07T11:09:26.009Z Compiling ident_case v1.0.1
4782026-09-07T11:09:26.122Z Compiling memchr v2.8.3
4792026-09-07T11:09:26.126Z Compiling regex-syntax v0.8.11
4802026-09-07T11:09:26.380Z Compiling thiserror v2.0.18
4812026-09-07T11:09:26.392Z Compiling either v1.16.0
4822026-09-07T11:09:26.396Z Compiling serde v1.0.228
4832026-09-07T11:09:26.523Z Compiling aho-corasick v1.1.4
4842026-09-07T11:09:26.577Z Compiling zerocopy v0.8.54
4852026-09-07T11:09:26.763Z Compiling itertools v0.15.0
4862026-09-07T11:09:26.782Z Compiling heapless v0.8.0
4872026-09-07T11:09:27.088Z Compiling syn v2.0.118
4882026-09-07T11:09:27.166Z Compiling smoltcp v0.11.0
4892026-09-07T11:09:27.196Z Compiling crc32fast v1.5.0
4902026-09-07T11:09:27.240Z Compiling version_check v0.9.5
4912026-09-07T11:09:27.515Z Compiling regex-automata v0.4.15
4922026-09-07T11:09:27.575Z Compiling ref-cast v1.0.25
4932026-09-07T11:09:27.586Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4942026-09-07T11:09:29.045Z Compiling regex v1.13.0
4952026-09-07T11:09:29.331Z Compiling darling_core v0.23.0
4962026-09-07T11:09:30.112Z Compiling zerocopy-derive v0.8.54
4972026-09-07T11:09:30.112Z Compiling thiserror-impl v2.0.18
4982026-09-07T11:09:30.116Z Compiling serde_derive v1.0.228
4992026-09-07T11:09:30.116Z Compiling ref-cast-impl v1.0.25
5002026-09-07T11:09:30.116Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5012026-09-07T11:09:31.508Z Compiling darling_macro v0.23.0
5022026-09-07T11:09:32.347Z Compiling darling v0.23.0
5032026-09-07T11:09:32.407Z Compiling ingot-macros v0.2.0
5042026-09-07T11:09:32.407Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5052026-09-07T11:09:38.317Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5062026-09-07T11:09:40.572Z Compiling byteorder v1.5.0
5072026-09-07T11:09:40.572Z Compiling macaddr v1.0.1
5082026-09-07T11:09:40.572Z Compiling stable_deref_trait v1.2.1
5092026-09-07T11:09:40.575Z Compiling cfg-if v1.0.4
5102026-09-07T11:09:40.631Z Compiling bitflags v1.3.2
5112026-09-07T11:09:40.636Z Compiling cobs v0.3.0
5122026-09-07T11:09:40.663Z Compiling managed v0.8.0
5132026-09-07T11:09:40.778Z Compiling hash32 v0.3.1
5142026-09-07T11:09:40.859Z Compiling dyn-clone v1.0.20
5152026-09-07T11:09:40.940Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5162026-09-07T11:09:42.158Z Compiling bitflags v2.13.0
5172026-09-07T11:09:42.158Z Compiling uuid v1.23.5
5182026-09-07T11:09:42.298Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5192026-09-07T11:09:42.582Z Compiling postcard v1.1.3
5202026-09-07T11:09:43.420Z Compiling ingot-types v0.2.0
5212026-09-07T11:09:43.729Z Compiling ingot v0.2.0
5222026-09-07T11:09:45.207Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5232026-09-07T11:09:49.041Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5242026-09-07T11:09:57.928Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5252026-09-07T11:10:28.865Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
5262026-09-07T11:10:28.887ZLinking xde kmod...
5272026-09-07T11:10:29.478ZBuilding xde dev link helper (release).
5282026-09-07T11:10:29.630Z 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)
5292026-09-07T11:10:29.630Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5302026-09-07T11:10:29.630Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5312026-09-07T11:10:40.972Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5322026-09-07T11:10:43.615Z Finished `release` profile [optimized + debuginfo] target(s) in 14.10s
5332026-09-07T11:10:43.634Z
5342026-09-07T11:10:43.637Zreal 1:18.173745839
5352026-09-07T11:10:43.637Zuser 2:07.361215377
5362026-09-07T11:10:43.637Zsys 11.904816773
5372026-09-07T11:10:43.637Ztrap 0.030782963
5382026-09-07T11:10:43.637Ztflt 0.184731502
5392026-09-07T11:10:43.637Zdflt 0.164688584
5402026-09-07T11:10:43.637Zkflt 0.000004580
5412026-09-07T11:10:43.637Zlock 10:04.776939550
5422026-09-07T11:10:43.637Zslp 6:00.988910585
5432026-09-07T11:10:43.638Zlat 2.497651433
5442026-09-07T11:10:43.638Zstop 3.832135541
5452026-09-07T11:10:43.638Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5462026-09-07T11:10:43.638Z+ grep GOTPCREL
5472026-09-07T11:10:45.331Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5482026-09-07T11:10:45.334Z+ grep GOTPCREL
5492026-09-07T11:10:46.320Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5502026-09-07T11:10:46.374Z+ sha256sum /work/debug/xde.dbg
5512026-09-07T11:10:46.425Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5522026-09-07T11:10:46.428Z+ sha256sum /work/debug/xde_link.dbg.so
5532026-09-07T11:10:46.432Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5542026-09-07T11:10:46.464Z+ sha256sum /work/release/xde
5552026-09-07T11:10:46.495Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5562026-09-07T11:10:46.498Z+ sha256sum /work/release/xde_link.so
5572026-09-07T11:10:46.499Z+ header 'build xde integration tests'
5582026-09-07T11:10:46.499Z+ echo '# ==== build xde integration tests ==== #'
5592026-09-07T11:10:46.499Z+ pushd xde-tests
5602026-09-07T11:10:46.499Z# ==== build xde integration tests ==== #
5612026-09-07T11:10:46.499Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5622026-09-07T11:10:46.499Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5632026-09-07T11:10:46.581Z+ cargo clippy --all-targets -- --deny warnings
5642026-09-07T11:10:46.785Z Compiling serde_core v1.0.228
5652026-09-07T11:10:46.786Z Checking cfg-if v1.0.4
5662026-09-07T11:10:46.786Z Checking memchr v2.8.3
5672026-09-07T11:10:46.786Z Compiling rustversion v1.0.23
5682026-09-07T11:10:46.786Z Compiling serde v1.0.228
5692026-09-07T11:10:46.789Z Compiling version_check v0.9.5
5702026-09-07T11:10:46.811Z Compiling libc v0.2.186
5712026-09-07T11:10:46.815Z Compiling syn v2.0.118
5722026-09-07T11:10:46.853Z Compiling strsim v0.11.1
5732026-09-07T11:10:47.052Z Compiling ident_case v1.0.1
5742026-09-07T11:10:47.126Z Compiling regex-syntax v0.8.11
5752026-09-07T11:10:47.158Z Checking pin-project-lite v0.2.17
5762026-09-07T11:10:47.168Z Compiling syn v1.0.109
5772026-09-07T11:10:47.226Z Compiling zerocopy v0.8.54
5782026-09-07T11:10:47.447Z Compiling winnow v1.0.3
5792026-09-07T11:10:47.494Z Compiling aho-corasick v1.1.4
5802026-09-07T11:10:47.584Z Compiling equivalent v1.0.2
5812026-09-07T11:10:47.656Z Compiling hashbrown v0.17.1
5822026-09-07T11:10:47.662Z Compiling either v1.16.0
5832026-09-07T11:10:47.855Z Compiling itertools v0.15.0
5842026-09-07T11:10:48.177Z Compiling indexmap v2.14.0
5852026-09-07T11:10:48.429Z Compiling toml_parser v1.1.2+spec-1.1.0
5862026-09-07T11:10:48.574Z Compiling regex-automata v0.4.15
5872026-09-07T11:10:48.786Z Checking byteorder v1.5.0
5882026-09-07T11:10:48.861Z Compiling heapless v0.8.0
5892026-09-07T11:10:48.924Z Compiling toml_datetime v1.1.1+spec-1.1.0
5902026-09-07T11:10:49.116Z Compiling toml_edit v0.25.12+spec-1.1.0
5912026-09-07T11:10:49.120Z Checking hash32 v0.3.1
5922026-09-07T11:10:49.120Z Checking bitflags v2.13.0
5932026-09-07T11:10:49.127Z Compiling slog v2.8.2
5942026-09-07T11:10:49.212Z Checking macaddr v1.0.1
5952026-09-07T11:10:49.268Z Checking stable_deref_trait v1.2.1
5962026-09-07T11:10:49.288Z Compiling darling_core v0.23.0
5972026-09-07T11:10:49.326Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5982026-09-07T11:10:49.330Z Checking futures-sink v0.3.32
5992026-09-07T11:10:49.339Z Checking futures-core v0.3.32
6002026-09-07T11:10:49.407Z Compiling smoltcp v0.11.0
6012026-09-07T11:10:49.448Z Checking futures-channel v0.3.32
6022026-09-07T11:10:49.627Z Compiling proc-macro-crate v3.5.0
6032026-09-07T11:10:49.733Z Compiling proc-macro-error-attr v1.0.4
6042026-09-07T11:10:49.906Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6052026-09-07T11:10:49.943Z Checking futures-task v0.3.32
6062026-09-07T11:10:49.980Z Checking slab v0.4.12
6072026-09-07T11:10:50.025Z Checking bitflags v1.3.2
6082026-09-07T11:10:50.067Z Checking rand_core v0.10.1
6092026-09-07T11:10:50.081Z Checking managed v0.8.0
6102026-09-07T11:10:50.107Z Compiling getrandom v0.4.3
6112026-09-07T11:10:50.123Z Compiling autocfg v1.5.1
6122026-09-07T11:10:50.190Z Compiling ref-cast v1.0.25
6132026-09-07T11:10:50.251Z Compiling regex v1.13.0
6142026-09-07T11:10:50.354Z Checking futures-io v0.3.32
6152026-09-07T11:10:50.455Z Compiling crc32fast v1.5.0
6162026-09-07T11:10:50.456Z Compiling num-traits v0.2.19
6172026-09-07T11:10:50.488Z Compiling serde_derive v1.0.228
6182026-09-07T11:10:50.515Z Compiling thiserror-impl v2.0.18
6192026-09-07T11:10:50.633Z Compiling zerocopy-derive v0.8.54
6202026-09-07T11:10:50.665Z Compiling futures-macro v0.3.32
6212026-09-07T11:10:50.779Z Compiling num_enum_derive v0.7.6
6222026-09-07T11:10:51.005Z Compiling ref-cast-impl v1.0.25
6232026-09-07T11:10:51.157Z Compiling foreign-types-macros v0.2.3
6242026-09-07T11:10:51.396Z Compiling darling_macro v0.23.0
6252026-09-07T11:10:51.524Z Checking futures-util v0.3.32
6262026-09-07T11:10:51.784Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6272026-09-07T11:10:51.797Z Checking thiserror v2.0.18
6282026-09-07T11:10:51.801Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6292026-09-07T11:10:51.883Z Checking cobs v0.3.0
6302026-09-07T11:10:51.958Z Compiling darling v0.23.0
6312026-09-07T11:10:52.017Z Compiling proc-macro-error v1.0.4
6322026-09-07T11:10:52.027Z Compiling ingot-macros v0.2.0
6332026-09-07T11:10:52.032Z Checking ipnetwork v0.21.1
6342026-09-07T11:10:52.090Z Checking once_cell v1.21.4
6352026-09-07T11:10:52.195Z Compiling crossbeam-utils v0.8.22
6362026-09-07T11:10:52.225Z Checking unicode-width v0.2.2
6372026-09-07T11:10:52.253Z Checking cpufeatures v0.3.0
6382026-09-07T11:10:52.310Z Checking foreign-types-shared v0.3.1
6392026-09-07T11:10:52.383Z Checking foreign-types v0.5.0
6402026-09-07T11:10:52.446Z Checking chacha20 v0.10.1
6412026-09-07T11:10:52.463Z Checking tabwriter v1.4.1
6422026-09-07T11:10:52.490Z Checking tracing-core v0.1.36
6432026-09-07T11:10:52.663Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6442026-09-07T11:10:52.782Z Checking anyhow v1.0.103
6452026-09-07T11:10:52.801Z Checking num_enum v0.7.6
6462026-09-07T11:10:53.065Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6472026-09-07T11:10:53.182Z Compiling tracing-attributes v0.1.31
6482026-09-07T11:10:53.251Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6492026-09-07T11:10:53.461Z Checking futures-executor v0.3.32
6502026-09-07T11:10:53.535Z Checking cstr-argument v0.1.2
6512026-09-07T11:10:53.596Z Compiling num-conv v0.2.2
6522026-09-07T11:10:53.623Z Checking erased-serde v0.3.31
6532026-09-07T11:10:53.641Z Checking postcard v1.1.3
6542026-09-07T11:10:53.735Z Compiling time-core v0.1.9
6552026-09-07T11:10:53.826Z Compiling thiserror v1.0.69
6562026-09-07T11:10:53.907Z Checking pretty-hex v0.4.2
6572026-09-07T11:10:53.912Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6582026-09-07T11:10:54.007Z Checking dyn-clone v1.0.20
6592026-09-07T11:10:54.094Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6602026-09-07T11:10:54.110Z Compiling time-macros v0.2.31
6612026-09-07T11:10:54.240Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6622026-09-07T11:10:54.244Z Checking futures v0.3.32
6632026-09-07T11:10:54.244Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6642026-09-07T11:10:54.301Z Checking rand v0.10.2
6652026-09-07T11:10:54.346Z Checking tracing v0.1.44
6662026-09-07T11:10:54.523Z Compiling thiserror-impl v1.0.69
6672026-09-07T11:10:54.573Z Checking uuid v1.23.5
6682026-09-07T11:10:54.660Z Checking arc-swap v1.9.2
6692026-09-07T11:10:54.715Z Checking socket2 v0.6.4
6702026-09-07T11:10:54.751Z Checking nom v8.0.0
6712026-09-07T11:10:54.810Z Checking ingot-types v0.2.0
6722026-09-07T11:10:54.826Z Checking thread_local v1.1.10
6732026-09-07T11:10:54.867Z Checking colored v3.1.1
6742026-09-07T11:10:54.950Z Checking powerfmt v0.2.0
6752026-09-07T11:10:55.055Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6762026-09-07T11:10:55.141Z Checking ingot v0.2.0
6772026-09-07T11:10:55.177Z Compiling slog-async v2.8.0
6782026-09-07T11:10:55.269Z Compiling heck v0.4.1
6792026-09-07T11:10:55.429Z Checking lazy_static v1.5.0
6802026-09-07T11:10:55.448Z Checking iana-time-zone v0.1.65
6812026-09-07T11:10:55.448Z Checking deranged v0.5.8
6822026-09-07T11:10:55.508Z Checking oxnet v0.1.6
6832026-09-07T11:10:55.545Z Checking chrono v0.4.45
6842026-09-07T11:10:55.701Z Checking slog-scope v4.4.1
6852026-09-07T11:10:55.797Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6862026-09-07T11:10:55.840Z Checking crossbeam-channel v0.5.16
6872026-09-07T11:10:56.164Z Checking cookie-factory v0.3.3
6882026-09-07T11:10:56.396Z Checking time v0.3.53
6892026-09-07T11:10:56.397Z Checking itertools v0.12.1
6902026-09-07T11:10:56.411Z Checking is-terminal v0.4.17
6912026-09-07T11:10:56.446Z Checking term v1.2.1
6922026-09-07T11:10:56.484Z Checking take_mut v0.2.2
6932026-09-07T11:10:56.574Z Checking circular v0.3.0
6942026-09-07T11:10:56.666Z Checking log v0.4.33
6952026-09-07T11:10:56.738Z Checking rusticata-macros v5.0.0
6962026-09-07T11:10:56.797Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6972026-09-07T11:10:56.814Z Checking slog-stdlog v4.1.1
6982026-09-07T11:10:56.860Z Checking pcap-parser v0.17.0
6992026-09-07T11:10:57.377Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7002026-09-07T11:10:57.514Z Checking slog-term v2.9.2
7012026-09-07T11:10:57.664Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7022026-09-07T11:10:58.200Z Checking slog-envlogger v2.2.0
7032026-09-07T11:11:01.330Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7042026-09-07T11:11:03.011Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7052026-09-07T11:11:03.011Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7062026-09-07T11:11:03.352Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7072026-09-07T11:11:03.912Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.29s
7082026-09-07T11:11:03.948Z+ cargo build --test loopback
7092026-09-07T11:11:04.114Z Compiling cfg-if v1.0.4
7102026-09-07T11:11:04.114Z Compiling memchr v2.8.3
7112026-09-07T11:11:04.117Z Compiling serde_core v1.0.228
7122026-09-07T11:11:04.117Z Compiling libc v0.2.186
7132026-09-07T11:11:04.117Z Compiling thiserror v2.0.18
7142026-09-07T11:11:04.143Z Compiling pin-project-lite v0.2.17
7152026-09-07T11:11:04.149Z Compiling either v1.16.0
7162026-09-07T11:11:04.152Z Compiling byteorder v1.5.0
7172026-09-07T11:11:04.186Z Compiling zerocopy v0.8.54
7182026-09-07T11:11:04.216Z Compiling stable_deref_trait v1.2.1
7192026-09-07T11:11:04.219Z Compiling futures-sink v0.3.32
7202026-09-07T11:11:04.278Z Compiling hash32 v0.3.1
7212026-09-07T11:11:04.303Z Compiling futures-core v0.3.32
7222026-09-07T11:11:04.308Z Compiling macaddr v1.0.1
7232026-09-07T11:11:04.336Z Compiling cobs v0.3.0
7242026-09-07T11:11:04.418Z Compiling futures-channel v0.3.32
7252026-09-07T11:11:04.458Z Compiling heapless v0.8.0
7262026-09-07T11:11:04.472Z Compiling bitflags v1.3.2
7272026-09-07T11:11:04.535Z Compiling futures-task v0.3.32
7282026-09-07T11:11:04.543Z Compiling futures-io v0.3.32
7292026-09-07T11:11:04.606Z Compiling slab v0.4.12
7302026-09-07T11:11:04.646Z Compiling rand_core v0.10.1
7312026-09-07T11:11:04.716Z Compiling managed v0.8.0
7322026-09-07T11:11:04.721Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7332026-09-07T11:11:04.778Z Compiling futures-util v0.3.32
7342026-09-07T11:11:04.798Z Compiling cpufeatures v0.3.0
7352026-09-07T11:11:04.861Z Compiling once_cell v1.21.4
7362026-09-07T11:11:04.885Z Compiling smoltcp v0.11.0
7372026-09-07T11:11:04.929Z Compiling unicode-width v0.2.2
7382026-09-07T11:11:04.935Z Compiling ipnetwork v0.21.1
7392026-09-07T11:11:05.097Z Compiling foreign-types-shared v0.3.1
7402026-09-07T11:11:05.179Z Compiling foreign-types v0.5.0
7412026-09-07T11:11:05.227Z Compiling tabwriter v1.4.1
7422026-09-07T11:11:05.246Z Compiling tracing-core v0.1.36
7432026-09-07T11:11:05.467Z Compiling chacha20 v0.10.1
7442026-09-07T11:11:05.633Z Compiling getrandom v0.4.3
7452026-09-07T11:11:05.709Z Compiling ref-cast v1.0.25
7462026-09-07T11:11:05.805Z Compiling num_enum v0.7.6
7472026-09-07T11:11:05.814Z Compiling crc32fast v1.5.0
7482026-09-07T11:11:05.851Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7492026-09-07T11:11:05.911Z Compiling serde v1.0.228
7502026-09-07T11:11:05.954Z Compiling bitflags v2.13.0
7512026-09-07T11:11:06.048Z Compiling cstr-argument v0.1.2
7522026-09-07T11:11:06.104Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7532026-09-07T11:11:06.212Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7542026-09-07T11:11:06.315Z Compiling itertools v0.15.0
7552026-09-07T11:11:06.372Z Compiling erased-serde v0.3.31
7562026-09-07T11:11:06.556Z Compiling postcard v1.1.3
7572026-09-07T11:11:06.574Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7582026-09-07T11:11:06.714Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7592026-09-07T11:11:06.898Z Compiling slog v2.8.2
7602026-09-07T11:11:07.064Z Compiling ingot-types v0.2.0
7612026-09-07T11:11:07.181Z Compiling futures-executor v0.3.32
7622026-09-07T11:11:07.268Z Compiling dyn-clone v1.0.20
7632026-09-07T11:11:07.309Z Compiling pretty-hex v0.4.2
7642026-09-07T11:11:07.313Z Compiling tracing v0.1.44
7652026-09-07T11:11:07.436Z Compiling ingot v0.2.0
7662026-09-07T11:11:07.436Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7672026-09-07T11:11:07.464Z Compiling futures v0.3.32
7682026-09-07T11:11:07.494Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7692026-09-07T11:11:07.504Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-09-07T11:11:07.530Z Compiling uuid v1.23.5
7712026-09-07T11:11:07.604Z Compiling num-traits v0.2.19
7722026-09-07T11:11:07.641Z Compiling rand v0.10.2
7732026-09-07T11:11:07.678Z Compiling crossbeam-utils v0.8.22
7742026-09-07T11:11:07.765Z Compiling aho-corasick v1.1.4
7752026-09-07T11:11:07.960Z Compiling nom v8.0.0
7762026-09-07T11:11:08.162Z Compiling socket2 v0.6.4
7772026-09-07T11:11:08.290Z Compiling thread_local v1.1.10
7782026-09-07T11:11:08.483Z Compiling arc-swap v1.9.2
7792026-09-07T11:11:08.574Z Compiling regex-syntax v0.8.11
7802026-09-07T11:11:08.673Z Compiling colored v3.1.1
7812026-09-07T11:11:08.856Z Compiling time-core v0.1.9
7822026-09-07T11:11:09.040Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7832026-09-07T11:11:09.170Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7842026-09-07T11:11:09.255Z Compiling num-conv v0.2.2
7852026-09-07T11:11:09.273Z Compiling lazy_static v1.5.0
7862026-09-07T11:11:09.364Z Compiling iana-time-zone v0.1.65
7872026-09-07T11:11:09.402Z Compiling deranged v0.5.8
7882026-09-07T11:11:09.474Z Compiling powerfmt v0.2.0
7892026-09-07T11:11:09.616Z Compiling winnow v1.0.3
7902026-09-07T11:11:09.743Z Compiling oxnet v0.1.6
7912026-09-07T11:11:09.769Z Compiling chrono v0.4.45
7922026-09-07T11:11:10.369Z Compiling time v0.3.53
7932026-09-07T11:11:10.490Z Compiling rusticata-macros v5.0.0
7942026-09-07T11:11:10.830Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
7952026-09-07T11:11:11.144Z Compiling regex-automata v0.4.15
7962026-09-07T11:11:11.599Z Compiling slog-scope v4.4.1
7972026-09-07T11:11:12.068Z Compiling thiserror v1.0.69
7982026-09-07T11:11:12.167Z Compiling crossbeam-channel v0.5.16
7992026-09-07T11:11:12.369Z Compiling cookie-factory v0.3.3
8002026-09-07T11:11:12.687Z Compiling is-terminal v0.4.17
8012026-09-07T11:11:12.780Z Compiling itertools v0.12.1
8022026-09-07T11:11:12.903Z Compiling log v0.4.33
8032026-09-07T11:11:13.173Z Compiling circular v0.3.0
8042026-09-07T11:11:13.423Z Compiling take_mut v0.2.2
8052026-09-07T11:11:13.527Z Compiling term v1.2.1
8062026-09-07T11:11:13.675Z Compiling slog-async v2.8.0
8072026-09-07T11:11:14.183Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8082026-09-07T11:11:15.415Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8092026-09-07T11:11:15.425Z Compiling slog-term v2.9.2
8102026-09-07T11:11:15.904Z Compiling pcap-parser v0.17.0
8112026-09-07T11:11:16.191Z Compiling slog-stdlog v4.1.1
8122026-09-07T11:11:16.274Z Compiling regex v1.13.0
8132026-09-07T11:11:16.565Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8142026-09-07T11:11:17.415Z Compiling slog-envlogger v2.2.0
8152026-09-07T11:11:18.836Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8162026-09-07T11:11:19.206Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8172026-09-07T11:11:19.852Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8182026-09-07T11:11:27.057Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.10s
8192026-09-07T11:11:27.091Z++ cargo build -q --test loopback --message-format=json
8202026-09-07T11:11:27.094Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8212026-09-07T11:11:27.214Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803
8222026-09-07T11:11:27.214Z+ cargo build --test multicast_rx
8232026-09-07T11:11:27.316Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8242026-09-07T11:11:29.100Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.87s
8252026-09-07T11:11:29.134Z++ cargo build -q --test multicast_rx --message-format=json
8262026-09-07T11:11:29.138Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8272026-09-07T11:11:29.252Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326
8282026-09-07T11:11:29.253Z+ cargo build --test multicast_multi_sub
8292026-09-07T11:11:29.354Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-09-07T11:11:31.174Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.91s
8312026-09-07T11:11:31.209Z++ cargo build -q --test multicast_multi_sub --message-format=json
8322026-09-07T11:11:31.213Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-09-07T11:11:31.330Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a
8342026-09-07T11:11:31.331Z+ cargo build --test multicast_validation
8352026-09-07T11:11:31.431Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-09-07T11:11:33.449Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.11s
8372026-09-07T11:11:33.484Z++ cargo build -q --test multicast_validation --message-format=json
8382026-09-07T11:11:33.488Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-09-07T11:11:33.601Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb
8402026-09-07T11:11:33.605Z+ cargo build --test multicast_source_filter
8412026-09-07T11:11:33.703Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-09-07T11:11:35.784Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.17s
8432026-09-07T11:11:35.819Z++ cargo build -q --test multicast_source_filter --message-format=json
8442026-09-07T11:11:35.822Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-09-07T11:11:35.939Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5
8462026-09-07T11:11:35.939Z+ cargo build --test multicast_multi_nexthop
8472026-09-07T11:11:36.042Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-09-07T11:11:37.711Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.76s
8492026-09-07T11:11:37.745Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8502026-09-07T11:11:37.748Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-09-07T11:11:37.862Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569
8522026-09-07T11:11:37.862Z+ mkdir -p /work/test
8532026-09-07T11:11:37.865Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback
8542026-09-07T11:11:37.901Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx
8552026-09-07T11:11:37.948Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub
8562026-09-07T11:11:37.996Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation
8572026-09-07T11:11:38.043Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter
8582026-09-07T11:11:38.090Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop
8592026-09-07T11:11:38.138Zprocess exited: duration 233120 ms, exit code 0
 
8602026-09-07T11:11:38.157Zfound 15 output files
8612026-09-07T11:11:38.157Zuploading: /work/debug/xde.dbg (89763040 bytes)
8622026-09-07T11:11:40.401Zuploaded: /work/debug/xde.dbg
8632026-09-07T11:11:40.401Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8642026-09-07T11:11:41.502Zuploaded: /work/debug/xde.dbg.sha256
8652026-09-07T11:11:41.505Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8662026-09-07T11:11:42.569Zuploaded: /work/debug/xde_link.dbg.so
8672026-09-07T11:11:42.574Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8682026-09-07T11:11:43.594Zuploaded: /work/debug/xde_link.dbg.so.sha256
8692026-09-07T11:11:43.605Zuploading: /work/release/xde (53863856 bytes)
8702026-09-07T11:11:45.475Zuploaded: /work/release/xde
8712026-09-07T11:11:45.475Zuploading: /work/release/xde.sha256 (84 bytes)
8722026-09-07T11:11:46.488Zuploaded: /work/release/xde.sha256
8732026-09-07T11:11:46.496Zuploading: /work/release/xde_link.so (45240 bytes)
8742026-09-07T11:11:47.560Zuploaded: /work/release/xde_link.so
8752026-09-07T11:11:47.560Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8762026-09-07T11:11:48.572Zuploaded: /work/release/xde_link.so.sha256
8772026-09-07T11:11:48.572Zuploading: /work/test/loopback (58976568 bytes)
8782026-09-07T11:11:50.477Zuploaded: /work/test/loopback
8792026-09-07T11:11:50.477Zuploading: /work/test/multicast_rx (59475256 bytes)
8802026-09-07T11:11:52.551Zuploaded: /work/test/multicast_rx
8812026-09-07T11:11:52.552Zuploading: /work/test/multicast_multi_sub (60116984 bytes)
8822026-09-07T11:11:54.343Zuploaded: /work/test/multicast_multi_sub
8832026-09-07T11:11:54.343Zuploading: /work/test/multicast_validation (59460864 bytes)
8842026-09-07T11:11:55.986Zuploaded: /work/test/multicast_validation
8852026-09-07T11:11:55.987Zuploading: /work/test/multicast_source_filter (59762576 bytes)
8862026-09-07T11:11:57.885Zuploaded: /work/test/multicast_source_filter
8872026-09-07T11:11:57.885Zuploading: /work/test/multicast_multi_nexthop (60352992 bytes)
8882026-09-07T11:11:59.762Zuploaded: /work/test/multicast_multi_nexthop
8892026-09-07T11:11:59.762Zuploading: /work/xde.conf (79 bytes)
8902026-09-07T11:12:00.773Zuploaded: /work/xde.conf