01M1P82A2GJ89BBC8AEFE2YE70: 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: 01M1P82PVTQYN0H20M5H5F55BD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-04T13:01:07.276Zjob assigned to worker 01M1P82T3BXPBGYW8GWF9METZ7 [factory aws, i-0d558da9c09cc94df] (queued for 55 s)
 
22026-09-04T13:01:13.981Zstarting task 0: "setup"
32026-09-04T13:01:13.986Z++ uname -s
42026-09-04T13:01:13.990Z+ kern=SunOS
52026-09-04T13:01:13.990Z+ build_user=build
62026-09-04T13:01:13.990Z+ build_uid=12345
72026-09-04T13:01:13.990Z+ work_dir=/work
82026-09-04T13:01:13.990Z+ input_dir=/input
92026-09-04T13:01:13.990Z+ [[ 0 == 12345 ]]
102026-09-04T13:01:13.990Z+ case "$kern" in
112026-09-04T13:01:13.990Z+ groupadd -g 12345 build
122026-09-04T13:01:13.990Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-04T13:01:15.994Z+ zfs create -o mountpoint=/work rpool/work
142026-09-04T13:01:16.057Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-04T13:01:16.061Z+ home_fs=zfs
162026-09-04T13:01:16.061Z+ [[ zfs == autofs ]]
172026-09-04T13:01:16.061Z+ mkdir -p /home/build
182026-09-04T13:01:16.061Z+ chown build:build /home/build /work
192026-09-04T13:01:18.061Z+ chmod 0700 /home/build /work
202026-09-04T13:01:18.065Zprocess exited: duration 4082 ms, exit code 0
 
212026-09-04T13:01:18.071Zstarting task 1: "rust-toolchain"
222026-09-04T13:01:18.075Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-04T13:01:18.075Z * rust toolchain channel = "1.97.1"
242026-09-04T13:01:18.075Z * rust toolchain profile = "default"
252026-09-04T13:01:18.075Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-04T13:01:18.075Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-04T13:01:18.075Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-04T13:01:18.079Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-04T13:01:18.079Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-04T13:01:18.169Zinfo: downloading installer
312026-09-04T13:01:19.339Zinfo: profile set to default
322026-09-04T13:01:19.339Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-04T13:01:19.342Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-04T13:01:19.474Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-04T13:01:19.478Zinfo: downloading 6 components
362026-09-04T13:01:35.343Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-04T13:01:35.343Z
382026-09-04T13:01:35.371Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-04T13:01:35.371Z
402026-09-04T13:01:35.375Z
412026-09-04T13:01:35.375ZRust is installed now. Great!
422026-09-04T13:01:35.375Z
432026-09-04T13:01:35.375ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-04T13:01:35.375Zenvironment variable. This has not been done automatically.
452026-09-04T13:01:35.375Z
462026-09-04T13:01:35.375ZTo configure your current shell, you need to source
472026-09-04T13:01:35.375Zthe corresponding env file under $HOME/.cargo.
482026-09-04T13:01:35.375Z
492026-09-04T13:01:35.375ZConsider running the right command for your shell (note the leading DOT):
502026-09-04T13:01:35.375Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-04T13:01:35.375Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-04T13:01:35.375ZCC_x86_64-unknown-illumos = None
532026-09-04T13:01:35.375Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-04T13:01:35.375ZCC_x86_64_unknown_illumos = None
552026-09-04T13:01:35.375Zcargo:rerun-if-env-changed=HOST_CC
562026-09-04T13:01:35.375ZHOST_CC = None
572026-09-04T13:01:35.376Zcargo:rerun-if-env-changed=CC
582026-09-04T13:01:35.376ZCC = None
592026-09-04T13:01:35.376Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-04T13:01:35.548Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-04T13:01:35.548ZCRATE_CC_NO_DEFAULTS = None
622026-09-04T13:01:35.548Zcargo:rerun-if-env-changed=CFLAGS
632026-09-04T13:01:35.548ZCFLAGS = None
642026-09-04T13:01:35.548Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-04T13:01:35.548ZHOST_CFLAGS = None
662026-09-04T13:01:35.549Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-04T13:01:35.549ZCFLAGS_x86_64_unknown_illumos = None
682026-09-04T13:01:35.549Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-04T13:01:35.549ZCFLAGS_x86_64-unknown-illumos = None
702026-09-04T13:01:35.650Z+ rustup --version
712026-09-04T13:01:35.656Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-04T13:01:35.660Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-04T13:01:35.678Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-04T13:01:35.682Z+ cargo --version
752026-09-04T13:01:35.695Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-04T13:01:35.699Z+ rustc --version
772026-09-04T13:01:35.716Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-04T13:01:35.720Zprocess exited: duration 17646 ms, exit code 0
 
792026-09-04T13:01:35.727Zstarting task 2: "authentication"
802026-09-04T13:01:35.745Zprocess exited: duration 17 ms, exit code 0
 
812026-09-04T13:01:35.752Zstarting task 3: "clone repository"
822026-09-04T13:01:35.756Z+ mkdir -p /work/oxidecomputer/opte
832026-09-04T13:01:35.760Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
842026-09-04T13:01:35.787ZCloning into '/work/oxidecomputer/opte'...
852026-09-04T13:01:36.891Z+ cd /work/oxidecomputer/opte
862026-09-04T13:01:36.896Z+ git fetch origin 7d5fed73e1c27bd3d4b28358b7ff3b8a7e1e3eed
872026-09-04T13:01:37.166ZFrom https://github.com/oxidecomputer/opte
882026-09-04T13:01:37.166Z * branch 7d5fed73e1c27bd3d4b28358b7ff3b8a7e1e3eed -> FETCH_HEAD
892026-09-04T13:01:37.172Z+ [[ -n bound-eviction ]]
902026-09-04T13:01:37.175Z++ git branch --show-current
912026-09-04T13:01:37.175Z+ current=master
922026-09-04T13:01:37.175Z+ [[ master != bound-eviction ]]
932026-09-04T13:01:37.175Z+ git branch -f bound-eviction 7d5fed73e1c27bd3d4b28358b7ff3b8a7e1e3eed
942026-09-04T13:01:37.178Z+ git checkout -f bound-eviction
952026-09-04T13:01:37.194ZSwitched to branch 'bound-eviction'
962026-09-04T13:01:37.197Z+ git reset --hard 7d5fed73e1c27bd3d4b28358b7ff3b8a7e1e3eed
972026-09-04T13:01:37.211ZHEAD is now at 7d5fed7 Rebase fix
982026-09-04T13:01:37.214Zprocess exited: duration 1458 ms, exit code 0
 
992026-09-04T13:01:37.220Zstarting task 4: "build"
1002026-09-04T13:01:37.224Z+ source .github/buildomat/common.sh
1012026-09-04T13:01:37.224Z++ rustup show active-toolchain
1022026-09-04T13:01:37.229Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1032026-09-04T13:01:37.232Z++ pushd xde
1042026-09-04T13:01:37.232Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1052026-09-04T13:01:37.232Z++ rustup show active-toolchain
1062026-09-04T13:01:37.235Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1072026-09-04T13:01:37.386Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1082026-09-04T13:01:37.389Zinfo: downloading 6 components
1092026-09-04T13:01:50.269Zwarn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed
1102026-09-04T13:01:50.269Zwarn: auto-installation is deprecated for most `rustup` commands
1112026-09-04T13:01:50.269Zwarn: scripts relying on this behavior in `rustup` may stop working in the future
1122026-09-04T13:01:50.269Zwarn: to install the active toolchain, use `rustup install` instead
1132026-09-04T13:01:50.269Zwarn: see <https://github.com/rust-lang/rustup/issues/4836> for more info
1142026-09-04T13:01:50.269Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1152026-09-04T13:01:50.363Z+++ rustup show active-toolchain -v
1162026-09-04T13:01:50.367Z+++ head -n 1
1172026-09-04T13:01:50.367Z+++ cut '-d ' -f1
1182026-09-04T13:01:50.418Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1192026-09-04T13:01:50.419Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1202026-09-04T13:01:50.419Z++ popd
1212026-09-04T13:01:50.422Z/work/oxidecomputer/opte
1222026-09-04T13:01:50.422Z+ TGT_BASE=/work
1232026-09-04T13:01:50.422Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1242026-09-04T13:01:50.422Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1252026-09-04T13:01:50.422Z+ DBG_TGT=/work/debug
1262026-09-04T13:01:50.422Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1272026-09-04T13:01:50.422Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1282026-09-04T13:01:50.422Z+ REL_TGT=/work/release
1292026-09-04T13:01:50.422Z+ mkdir -p /work/debug /work/release
1302026-09-04T13:01:50.422Z+ cargo --version
1312026-09-04T13:01:50.429Zcargo 1.97.1 (c980f4866 2026-06-30)
1322026-09-04T13:01:50.433Z+ rustc --version
1332026-09-04T13:01:50.450Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1342026-09-04T13:01:50.454Z+ install_pkg jq
1352026-09-04T13:01:50.454Z+ set +o errexit
1362026-09-04T13:01:50.454Z+ pfexec pkg install jq
1372026-09-04T13:01:51.935Z Startup: Refreshing catalog 'helios' ... Done
1382026-09-04T13:01:52.384Z Startup: Caching catalogs ... Done
1392026-09-04T13:01:55.036ZPlanning: Solver setup ... Done
1402026-09-04T13:01:55.106ZPlanning: Running solver ... Done
1412026-09-04T13:01:55.157ZPlanning: Consolidating action changes ... Done
1422026-09-04T13:01:55.157ZPlanning: Evaluating mediators ... Done
1432026-09-04T13:01:55.161ZPlanning: Planning completed in 2.73 seconds
1442026-09-04T13:01:55.173ZNo updates necessary for this image.
1452026-09-04T13:01:55.429Z+ exit_code=4
1462026-09-04T13:01:55.429Z+ [[ 4 -ne 0 ]]
1472026-09-04T13:01:55.429Z+ [[ 4 -ne 4 ]]
1482026-09-04T13:01:55.433Z+ set -o errexit
1492026-09-04T13:01:55.433Z+ pushd xde
1502026-09-04T13:01:55.433Z+ cp xde.conf /work/xde.conf
1512026-09-04T13:01:55.433Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1522026-09-04T13:01:55.433Z+ header 'check style'
1532026-09-04T13:01:55.434Z+ echo '# ==== check style ==== #'
1542026-09-04T13:01:55.434Z# ==== check style ==== #
1552026-09-04T13:01:55.434Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1562026-09-04T13:01:55.658Z
1572026-09-04T13:01:55.658Zreal 0.224099686
1582026-09-04T13:01:55.658Zuser 0.153493053
1592026-09-04T13:01:55.659Zsys 0.060385036
1602026-09-04T13:01:55.659Ztrap 0.000006230
1612026-09-04T13:01:55.659Ztflt 0.000017610
1622026-09-04T13:01:55.659Zdflt 0.000004480
1632026-09-04T13:01:55.659Zkflt 0.000001870
1642026-09-04T13:01:55.659Zlock 0.027230838
1652026-09-04T13:01:55.659Zslp 0.193009779
1662026-09-04T13:01:55.659Zlat 0.000894800
1672026-09-04T13:01:55.659Zstop 0.000095380
1682026-09-04T13:01:55.663Z+ header analyze
1692026-09-04T13:01:55.663Z+ echo '# ==== analyze ==== #'
1702026-09-04T13:01:55.663Z# ==== analyze ==== #
1712026-09-04T13:01:55.663Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1722026-09-04T13:01:55.836Z Updating crates.io index
1732026-09-04T13:01:55.840Z Updating git repository `https://github.com/oxidecomputer/falcon`
1742026-09-04T13:01:56.866Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1752026-09-04T13:01:57.439Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1762026-09-04T13:01:57.719Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1772026-09-04T13:01:58.109Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-09-04T13:01:58.391Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1792026-09-04T13:01:58.697Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1802026-09-04T13:02:00.331Z Downloading crates ...
1812026-09-04T13:02:00.383Z Downloaded darling v0.23.0
1822026-09-04T13:02:00.387Z Downloaded defmt v0.3.100
1832026-09-04T13:02:00.390Z Downloaded ident_case v1.0.1
1842026-09-04T13:02:00.390Z Downloaded defmt-parser v1.0.0
1852026-09-04T13:02:00.403Z Downloaded ref-cast-impl v1.0.25
1862026-09-04T13:02:00.406Z Downloaded stable_deref_trait v1.2.1
1872026-09-04T13:02:00.406Z Downloaded version_check v0.9.5
1882026-09-04T13:02:00.413Z Downloaded embedded-io v0.6.1
1892026-09-04T13:02:00.416Z Downloaded macaddr v1.0.1
1902026-09-04T13:02:00.416Z Downloaded cfg-if v1.0.4
1912026-09-04T13:02:00.416Z Downloaded ref-cast v1.0.25
1922026-09-04T13:02:00.416Z Downloaded strsim v0.11.1
1932026-09-04T13:02:00.420Z Downloaded darling_macro v0.23.0
1942026-09-04T13:02:00.423Z Downloaded embedded-io v0.4.0
1952026-09-04T13:02:00.423Z Downloaded cobs v0.3.0
1962026-09-04T13:02:00.441Z Downloaded dyn-clone v1.0.20
1972026-09-04T13:02:00.444Z Downloaded hash32 v0.3.1
1982026-09-04T13:02:00.449Z Downloaded defmt-macros v1.1.1
1992026-09-04T13:02:00.452Z Downloaded managed v0.8.0
2002026-09-04T13:02:00.457Z Downloaded quote v1.0.46
2012026-09-04T13:02:00.460Z Downloaded thiserror-impl v2.0.18
2022026-09-04T13:02:00.460Z Downloaded bitflags v1.3.2
2032026-09-04T13:02:00.464Z Downloaded ingot v0.2.0
2042026-09-04T13:02:00.473Z Downloaded ingot-types v0.2.0
2052026-09-04T13:02:00.477Z Downloaded byteorder v1.5.0
2062026-09-04T13:02:00.477Z Downloaded thiserror v2.0.18
2072026-09-04T13:02:00.488Z Downloaded defmt v1.1.1
2082026-09-04T13:02:00.493Z Downloaded either v1.16.0
2092026-09-04T13:02:00.497Z Downloaded crc32fast v1.5.0
2102026-09-04T13:02:00.500Z Downloaded ingot-macros v0.2.0
2112026-09-04T13:02:00.514Z Downloaded serde_derive v1.0.228
2122026-09-04T13:02:00.519Z Downloaded proc-macro2 v1.0.106
2132026-09-04T13:02:00.522Z Downloaded unicode-ident v1.0.24
2142026-09-04T13:02:00.522Z Downloaded serde_core v1.0.228
2152026-09-04T13:02:00.525Z Downloaded postcard v1.1.3
2162026-09-04T13:02:00.525Z Downloaded bitflags v2.13.0
2172026-09-04T13:02:00.535Z Downloaded heapless v0.8.0
2182026-09-04T13:02:00.545Z Downloaded serde v1.0.228
2192026-09-04T13:02:00.552Z Downloaded uuid v1.23.5
2202026-09-04T13:02:00.559Z Downloaded darling_core v0.23.0
2212026-09-04T13:02:00.562Z Downloaded memchr v2.8.3
2222026-09-04T13:02:00.565Z Downloaded zerocopy-derive v0.8.54
2232026-09-04T13:02:00.576Z Downloaded aho-corasick v1.1.4
2242026-09-04T13:02:00.599Z Downloaded itertools v0.15.0
2252026-09-04T13:02:00.604Z Downloaded regex v1.13.0
2262026-09-04T13:02:00.612Z Downloaded syn v2.0.118
2272026-09-04T13:02:00.629Z Downloaded zerocopy v0.8.54
2282026-09-04T13:02:00.644Z Downloaded smoltcp v0.11.0
2292026-09-04T13:02:00.654Z Downloaded regex-syntax v0.8.11
2302026-09-04T13:02:00.676Z Downloaded regex-automata v0.4.15
2312026-09-04T13:02:00.688Z Updating crates.io index
2322026-09-04T13:02:00.743Z Downloading crates ...
2332026-09-04T13:02:00.768Z Downloaded adler2 v2.0.1
2342026-09-04T13:02:00.772Z Downloaded memchr v2.7.6
2352026-09-04T13:02:00.779Z Downloaded foldhash v0.2.0
2362026-09-04T13:02:00.787Z Downloaded addr2line v0.27.0
2372026-09-04T13:02:00.791Z Downloaded rustc-literal-escaper v0.0.8
2382026-09-04T13:02:00.797Z Downloaded rustc-demangle v0.1.28
2392026-09-04T13:02:00.800Z Downloaded object v0.39.1
2402026-09-04T13:02:00.806Z Downloaded getopts v0.2.24
2412026-09-04T13:02:00.824Z Downloaded miniz_oxide v0.9.1
2422026-09-04T13:02:00.833Z Downloaded hashbrown v0.17.1
2432026-09-04T13:02:00.860Z Downloaded gimli v0.34.0
2442026-09-04T13:02:00.900Z Downloaded libc v0.2.185
2452026-09-04T13:02:00.954Z 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)
2462026-09-04T13:02:00.954Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2472026-09-04T13:02:00.954Z Compiling proc-macro2 v1.0.106
2482026-09-04T13:02:00.958Z Compiling quote v1.0.46
2492026-09-04T13:02:00.958Z Compiling unicode-ident v1.0.24
2502026-09-04T13:02:00.958Z Compiling serde_core v1.0.228
2512026-09-04T13:02:00.958Z Compiling strsim v0.11.1
2522026-09-04T13:02:00.958Z Compiling ident_case v1.0.1
2532026-09-04T13:02:01.141Z Compiling memchr v2.8.3
2542026-09-04T13:02:01.141Z Compiling regex-syntax v0.8.11
2552026-09-04T13:02:01.442Z Compiling either v1.16.0
2562026-09-04T13:02:01.448Z Compiling zerocopy v0.8.54
2572026-09-04T13:02:01.467Z Compiling thiserror v2.0.18
2582026-09-04T13:02:01.568Z Compiling aho-corasick v1.1.4
2592026-09-04T13:02:01.646Z Compiling serde v1.0.228
2602026-09-04T13:02:01.843Z Compiling itertools v0.15.0
2612026-09-04T13:02:02.088Z Compiling syn v2.0.118
2622026-09-04T13:02:02.139Z Compiling heapless v0.8.0
2632026-09-04T13:02:02.194Z Compiling smoltcp v0.11.0
2642026-09-04T13:02:02.261Z Compiling crc32fast v1.5.0
2652026-09-04T13:02:02.645Z Compiling regex-automata v0.4.15
2662026-09-04T13:02:02.653Z Compiling ref-cast v1.0.25
2672026-09-04T13:02:02.684Z Compiling version_check v0.9.5
2682026-09-04T13:02:03.078Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-09-04T13:02:04.263Z Compiling regex v1.13.0
2702026-09-04T13:02:04.473Z Compiling darling_core v0.23.0
2712026-09-04T13:02:05.287Z Compiling zerocopy-derive v0.8.54
2722026-09-04T13:02:05.288Z Compiling thiserror-impl v2.0.18
2732026-09-04T13:02:05.291Z Compiling serde_derive v1.0.228
2742026-09-04T13:02:05.292Z Compiling ref-cast-impl v1.0.25
2752026-09-04T13:02:05.292Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-09-04T13:02:06.722Z Compiling darling_macro v0.23.0
2772026-09-04T13:02:07.584Z Compiling darling v0.23.0
2782026-09-04T13:02:07.655Z Compiling ingot-macros v0.2.0
2792026-09-04T13:02:07.655Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-09-04T13:02:13.008Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2812026-09-04T13:02:15.308Z Checking byteorder v1.5.0
2822026-09-04T13:02:15.308Z Checking macaddr v1.0.1
2832026-09-04T13:02:15.312Z Checking stable_deref_trait v1.2.1
2842026-09-04T13:02:15.312Z Checking cfg-if v1.0.4
2852026-09-04T13:02:15.312Z Checking bitflags v1.3.2
2862026-09-04T13:02:15.369Z Checking managed v0.8.0
2872026-09-04T13:02:15.391Z Checking cobs v0.3.0
2882026-09-04T13:02:15.473Z Checking hash32 v0.3.1
2892026-09-04T13:02:15.486Z Checking dyn-clone v1.0.20
2902026-09-04T13:02:15.506Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-09-04T13:02:16.674Z Checking bitflags v2.13.0
2922026-09-04T13:02:16.674Z Checking uuid v1.23.5
2932026-09-04T13:02:16.819Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-09-04T13:02:17.031Z Checking postcard v1.1.3
2952026-09-04T13:02:17.859Z Checking ingot-types v0.2.0
2962026-09-04T13:02:18.131Z Checking ingot v0.2.0
2972026-09-04T13:02:19.447Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-09-04T13:02:22.579Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-09-04T13:02:23.756Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-09-04T13:02:25.307Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.58s
3012026-09-04T13:02:25.428Z
3022026-09-04T13:02:25.432Zreal 29.764497551
3032026-09-04T13:02:25.432Zuser 1:09.288413902
3042026-09-04T13:02:25.432Zsys 9.845071833
3052026-09-04T13:02:25.432Ztrap 0.031937410
3062026-09-04T13:02:25.432Ztflt 0.079538652
3072026-09-04T13:02:25.432Zdflt 0.194053622
3082026-09-04T13:02:25.432Zkflt 0.002040122
3092026-09-04T13:02:25.432Zlock 3:58.350839601
3102026-09-04T13:02:25.432Zslp 3:08.204241222
3112026-09-04T13:02:25.433Zlat 2.249560725
3122026-09-04T13:02:25.433Zstop 7.663979477
3132026-09-04T13:02:25.433Z+ pushd xde-link
3142026-09-04T13:02:25.433Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-09-04T13:02:25.433Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-09-04T13:02:25.605Z 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)
3172026-09-04T13:02:25.605Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3182026-09-04T13:02:25.605Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-09-04T13:02:36.560Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3202026-09-04T13:02:38.918Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.42s
3212026-09-04T13:02:38.937Z
3222026-09-04T13:02:38.941Zreal 13.503867348
3232026-09-04T13:02:38.941Zuser 21.140418957
3242026-09-04T13:02:38.941Zsys 1.236136287
3252026-09-04T13:02:38.941Ztrap 0.003405011
3262026-09-04T13:02:38.941Ztflt 0.000324050
3272026-09-04T13:02:38.941Zdflt 0.029430130
3282026-09-04T13:02:38.941Zkflt 0.000003580
3292026-09-04T13:02:38.941Zlock 1:12.080625938
3302026-09-04T13:02:38.941Zslp 44.939965139
3312026-09-04T13:02:38.941Zlat 0.324227210
3322026-09-04T13:02:38.941Zstop 0.131154275
3332026-09-04T13:02:38.941Z+ popd
3342026-09-04T13:02:38.941Z+ popd
3352026-09-04T13:02:38.941Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-09-04T13:02:38.941Z/work/oxidecomputer/opte
3372026-09-04T13:02:38.941Z+ header 'build xde (debug)'
3382026-09-04T13:02:38.941Z+ echo '# ==== build xde (debug) ==== #'
3392026-09-04T13:02:38.941Z# ==== build xde (debug) ==== #
3402026-09-04T13:02:38.941Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-09-04T13:02:39.082Z Downloading crates ...
3422026-09-04T13:02:39.136Z Downloaded camino v1.2.4
3432026-09-04T13:02:39.139Z Downloaded clap_lex v1.1.0
3442026-09-04T13:02:39.139Z Downloaded errno v0.3.14
3452026-09-04T13:02:39.142Z Downloaded anstyle-query v1.1.5
3462026-09-04T13:02:39.146Z Downloaded heck v0.5.0
3472026-09-04T13:02:39.146Z Downloaded serde_spanned v1.1.1
3482026-09-04T13:02:39.149Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3492026-09-04T13:02:39.153Z Downloaded cargo-platform v0.3.3
3502026-09-04T13:02:39.156Z Downloaded equivalent v1.0.2
3512026-09-04T13:02:39.161Z Downloaded utf8parse v0.2.2
3522026-09-04T13:02:39.164Z Downloaded itoa v1.0.18
3532026-09-04T13:02:39.164Z Downloaded anstream v1.0.0
3542026-09-04T13:02:39.168Z Downloaded anstyle-parse v1.0.0
3552026-09-04T13:02:39.168Z Downloaded terminal_size v0.4.4
3562026-09-04T13:02:39.171Z Downloaded is_terminal_polyfill v1.70.2
3572026-09-04T13:02:39.174Z Downloaded colorchoice v1.0.5
3582026-09-04T13:02:39.177Z Downloaded cargo_metadata v0.23.1
3592026-09-04T13:02:39.183Z Downloaded toml_writer v1.1.1+spec-1.1.0
3602026-09-04T13:02:39.187Z Downloaded anstyle v1.0.14
3612026-09-04T13:02:39.191Z Downloaded zmij v1.0.22
3622026-09-04T13:02:39.195Z Downloaded anyhow v1.0.103
3632026-09-04T13:02:39.199Z Downloaded toml_parser v1.1.2+spec-1.1.0
3642026-09-04T13:02:39.199Z Downloaded clap_derive v4.6.1
3652026-09-04T13:02:39.202Z Downloaded semver v1.0.28
3662026-09-04T13:02:39.206Z Downloaded toml v1.1.2+spec-1.1.0
3672026-09-04T13:02:39.217Z Downloaded clap v4.6.1
3682026-09-04T13:02:39.240Z Downloaded indexmap v2.14.0
3692026-09-04T13:02:39.244Z Downloaded serde_json v1.0.150
3702026-09-04T13:02:39.261Z Downloaded clap_builder v4.6.0
3712026-09-04T13:02:39.269Z Downloaded winnow v1.0.3
3722026-09-04T13:02:39.304Z Downloaded rustix v1.1.4
3732026-09-04T13:02:39.331Z Downloaded libc v0.2.186
3742026-09-04T13:02:39.377Z Compiling proc-macro2 v1.0.106
3752026-09-04T13:02:39.381Z Compiling serde_core v1.0.228
3762026-09-04T13:02:39.381Z Compiling unicode-ident v1.0.24
3772026-09-04T13:02:39.381Z Compiling quote v1.0.46
3782026-09-04T13:02:39.381Z Compiling libc v0.2.186
3792026-09-04T13:02:39.381Z Compiling rustix v1.1.4
3802026-09-04T13:02:39.381Z Compiling zmij v1.0.22
3812026-09-04T13:02:39.381Z Compiling utf8parse v0.2.2
3822026-09-04T13:02:39.528Z Compiling bitflags v2.13.0
3832026-09-04T13:02:39.544Z Compiling anstyle-parse v1.0.0
3842026-09-04T13:02:39.739Z Compiling anstyle-query v1.1.5
3852026-09-04T13:02:39.739Z Compiling camino v1.2.4
3862026-09-04T13:02:39.761Z Compiling is_terminal_polyfill v1.70.2
3872026-09-04T13:02:39.836Z Compiling colorchoice v1.0.5
3882026-09-04T13:02:39.842Z Compiling thiserror v2.0.18
3892026-09-04T13:02:39.927Z Compiling serde_json v1.0.150
3902026-09-04T13:02:39.948Z Compiling serde v1.0.228
3912026-09-04T13:02:39.973Z Compiling anstyle v1.0.14
3922026-09-04T13:02:40.086Z Compiling errno v0.3.14
3932026-09-04T13:02:40.149Z Compiling anstream v1.0.0
3942026-09-04T13:02:40.254Z Compiling anyhow v1.0.103
3952026-09-04T13:02:40.281Z Compiling clap_lex v1.1.0
3962026-09-04T13:02:40.361Z Compiling itoa v1.0.18
3972026-09-04T13:02:40.555Z Compiling strsim v0.11.1
3982026-09-04T13:02:40.558Z Compiling heck v0.5.0
3992026-09-04T13:02:40.623Z Compiling winnow v1.0.3
4002026-09-04T13:02:40.643Z Compiling memchr v2.8.3
4012026-09-04T13:02:40.750Z Compiling syn v2.0.118
4022026-09-04T13:02:40.781Z Compiling terminal_size v0.4.4
4032026-09-04T13:02:40.878Z Compiling clap_builder v4.6.0
4042026-09-04T13:02:40.929Z Compiling toml_parser v1.1.2+spec-1.1.0
4052026-09-04T13:02:41.057Z Compiling toml_writer v1.1.1+spec-1.1.0
4062026-09-04T13:02:41.492Z Compiling toml_datetime v1.1.1+spec-1.1.0
4072026-09-04T13:02:41.643Z Compiling serde_spanned v1.1.1
4082026-09-04T13:02:41.743Z Compiling semver v1.0.28
4092026-09-04T13:02:41.987Z Compiling cargo-platform v0.3.3
4102026-09-04T13:02:42.226Z Compiling toml v1.1.2+spec-1.1.0
4112026-09-04T13:02:42.857Z Compiling serde_derive v1.0.228
4122026-09-04T13:02:42.857Z Compiling thiserror-impl v2.0.18
4132026-09-04T13:02:43.357Z Compiling clap_derive v4.6.1
4142026-09-04T13:02:44.728Z Compiling clap v4.6.1
4152026-09-04T13:02:45.890Z Compiling cargo_metadata v0.23.1
4162026-09-04T13:02:48.445Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-09-04T13:02:50.026Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.07s
4182026-09-04T13:02:50.037Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-09-04T13:02:51.081ZBuilding xde (dev).
4202026-09-04T13:02:51.299Z Compiling serde_core v1.0.228
4212026-09-04T13:02:51.299Z Compiling byteorder v1.5.0
4222026-09-04T13:02:51.303Z Compiling stable_deref_trait v1.2.1
4232026-09-04T13:02:51.303Z Compiling cfg-if v1.0.4
4242026-09-04T13:02:51.319Z Compiling macaddr v1.0.1
4252026-09-04T13:02:51.324Z Compiling thiserror v2.0.18
4262026-09-04T13:02:51.328Z Compiling zerocopy v0.8.54
4272026-09-04T13:02:51.328Z Compiling bitflags v1.3.2
4282026-09-04T13:02:51.371Z Compiling managed v0.8.0
4292026-09-04T13:02:51.378Z Compiling cobs v0.3.0
4302026-09-04T13:02:51.378Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-09-04T13:02:51.414Z Compiling either v1.16.0
4322026-09-04T13:02:51.489Z Compiling hash32 v0.3.1
4332026-09-04T13:02:51.573Z Compiling heapless v0.8.0
4342026-09-04T13:02:51.586Z Compiling itertools v0.15.0
4352026-09-04T13:02:51.586Z Compiling ref-cast v1.0.25
4362026-09-04T13:02:51.641Z Compiling crc32fast v1.5.0
4372026-09-04T13:02:51.641Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-09-04T13:02:51.647Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-09-04T13:02:51.670Z Compiling dyn-clone v1.0.20
4402026-09-04T13:02:51.828Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-09-04T13:02:51.923Z Compiling smoltcp v0.11.0
4422026-09-04T13:02:52.876Z Compiling serde v1.0.228
4432026-09-04T13:02:52.876Z Compiling bitflags v2.13.0
4442026-09-04T13:02:52.876Z Compiling uuid v1.23.5
4452026-09-04T13:02:53.016Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-09-04T13:02:53.304Z Compiling postcard v1.1.3
4472026-09-04T13:02:54.132Z Compiling ingot-types v0.2.0
4482026-09-04T13:02:54.412Z Compiling ingot v0.2.0
4492026-09-04T13:02:55.808Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-09-04T13:02:59.415Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-09-04T13:03:09.470Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-09-04T13:03:17.706Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.59s
4532026-09-04T13:03:17.726ZLinking xde kmod...
4542026-09-04T13:03:18.738ZBuilding xde dev link helper (dev).
4552026-09-04T13:03:18.886Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-09-04T13:03:19.219Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s
4572026-09-04T13:03:19.242Z
4582026-09-04T13:03:19.246Zreal 40.300277242
4592026-09-04T13:03:19.246Zuser 2:12.630666345
4602026-09-04T13:03:19.246Zsys 10.804520661
4612026-09-04T13:03:19.246Ztrap 0.051303417
4622026-09-04T13:03:19.246Ztflt 0.205319927
4632026-09-04T13:03:19.246Zdflt 0.612685312
4642026-09-04T13:03:19.246Zkflt 0.000011400
4652026-09-04T13:03:19.246Zlock 6:35.036666596
4662026-09-04T13:03:19.246Zslp 3:50.238140541
4672026-09-04T13:03:19.246Zlat 4.788514422
4682026-09-04T13:03:19.246Zstop 5.974460631
4692026-09-04T13:03:19.246Z+ header 'build xde (release)'
4702026-09-04T13:03:19.246Z+ echo '# ==== build xde (release) ==== #'
4712026-09-04T13:03:19.246Z# ==== build xde (release) ==== #
4722026-09-04T13:03:19.246Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-09-04T13:03:19.377Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4742026-09-04T13:03:19.380Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-09-04T13:03:19.562ZBuilding xde (release-lto).
4762026-09-04T13:03:19.781Z 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)
4772026-09-04T13:03:19.782Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4782026-09-04T13:03:19.782Z Compiling proc-macro2 v1.0.106
4792026-09-04T13:03:19.782Z Compiling quote v1.0.46
4802026-09-04T13:03:19.782Z Compiling unicode-ident v1.0.24
4812026-09-04T13:03:19.782Z Compiling serde_core v1.0.228
4822026-09-04T13:03:19.786Z Compiling strsim v0.11.1
4832026-09-04T13:03:19.786Z Compiling ident_case v1.0.1
4842026-09-04T13:03:19.896Z Compiling memchr v2.8.3
4852026-09-04T13:03:19.901Z Compiling regex-syntax v0.8.11
4862026-09-04T13:03:20.152Z Compiling either v1.16.0
4872026-09-04T13:03:20.158Z Compiling serde v1.0.228
4882026-09-04T13:03:20.162Z Compiling zerocopy v0.8.54
4892026-09-04T13:03:20.289Z Compiling aho-corasick v1.1.4
4902026-09-04T13:03:20.338Z Compiling thiserror v2.0.18
4912026-09-04T13:03:20.530Z Compiling itertools v0.15.0
4922026-09-04T13:03:20.563Z Compiling heapless v0.8.0
4932026-09-04T13:03:20.906Z Compiling syn v2.0.118
4942026-09-04T13:03:20.940Z Compiling smoltcp v0.11.0
4952026-09-04T13:03:20.953Z Compiling ref-cast v1.0.25
4962026-09-04T13:03:21.025Z Compiling crc32fast v1.5.0
4972026-09-04T13:03:21.322Z Compiling regex-automata v0.4.15
4982026-09-04T13:03:21.357Z Compiling version_check v0.9.5
4992026-09-04T13:03:21.710Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5002026-09-04T13:03:22.901Z Compiling regex v1.13.0
5012026-09-04T13:03:23.193Z Compiling darling_core v0.23.0
5022026-09-04T13:03:23.986Z Compiling zerocopy-derive v0.8.54
5032026-09-04T13:03:23.986Z Compiling thiserror-impl v2.0.18
5042026-09-04T13:03:23.986Z Compiling serde_derive v1.0.228
5052026-09-04T13:03:23.986Z Compiling ref-cast-impl v1.0.25
5062026-09-04T13:03:23.986Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-09-04T13:03:25.357Z Compiling darling_macro v0.23.0
5082026-09-04T13:03:26.220Z Compiling darling v0.23.0
5092026-09-04T13:03:26.281Z Compiling ingot-macros v0.2.0
5102026-09-04T13:03:26.281Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5112026-09-04T13:03:32.307Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5122026-09-04T13:03:34.609Z Compiling byteorder v1.5.0
5132026-09-04T13:03:34.609Z Compiling macaddr v1.0.1
5142026-09-04T13:03:34.609Z Compiling stable_deref_trait v1.2.1
5152026-09-04T13:03:34.613Z Compiling cfg-if v1.0.4
5162026-09-04T13:03:34.668Z Compiling bitflags v1.3.2
5172026-09-04T13:03:34.673Z Compiling cobs v0.3.0
5182026-09-04T13:03:34.703Z Compiling managed v0.8.0
5192026-09-04T13:03:34.791Z Compiling hash32 v0.3.1
5202026-09-04T13:03:34.939Z Compiling dyn-clone v1.0.20
5212026-09-04T13:03:34.955Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5222026-09-04T13:03:36.200Z Compiling bitflags v2.13.0
5232026-09-04T13:03:36.201Z Compiling uuid v1.23.5
5242026-09-04T13:03:36.343Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5252026-09-04T13:03:36.627Z Compiling postcard v1.1.3
5262026-09-04T13:03:37.450Z Compiling ingot-types v0.2.0
5272026-09-04T13:03:37.772Z Compiling ingot v0.2.0
5282026-09-04T13:03:39.283Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5292026-09-04T13:03:43.168Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5302026-09-04T13:03:52.170Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5312026-09-04T13:04:23.463Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
5322026-09-04T13:04:23.485ZLinking xde kmod...
5332026-09-04T13:04:24.097ZBuilding xde dev link helper (release).
5342026-09-04T13:04:24.254Z 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)
5352026-09-04T13:04:24.254Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5362026-09-04T13:04:24.254Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5372026-09-04T13:04:35.831Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5382026-09-04T13:04:38.519Z Finished `release` profile [optimized + debuginfo] target(s) in 14.39s
5392026-09-04T13:04:38.537Z
5402026-09-04T13:04:38.541Zreal 1:19.291843812
5412026-09-04T13:04:38.541Zuser 2:09.533528934
5422026-09-04T13:04:38.541Zsys 12.039787736
5432026-09-04T13:04:38.541Ztrap 0.028048129
5442026-09-04T13:04:38.541Ztflt 0.190365599
5452026-09-04T13:04:38.541Zdflt 0.259826069
5462026-09-04T13:04:38.541Zkflt 0.000013170
5472026-09-04T13:04:38.541Zlock 10:13.855722336
5482026-09-04T13:04:38.541Zslp 6:04.625447942
5492026-09-04T13:04:38.541Zlat 1.910613021
5502026-09-04T13:04:38.541Zstop 4.143130209
5512026-09-04T13:04:38.541Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5522026-09-04T13:04:38.541Z+ grep GOTPCREL
5532026-09-04T13:04:40.235Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5542026-09-04T13:04:40.239Z+ grep GOTPCREL
5552026-09-04T13:04:41.225Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5562026-09-04T13:04:41.279Z+ sha256sum /work/debug/xde.dbg
5572026-09-04T13:04:41.330Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5582026-09-04T13:04:41.334Z+ sha256sum /work/debug/xde_link.dbg.so
5592026-09-04T13:04:41.337Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5602026-09-04T13:04:41.373Z+ sha256sum /work/release/xde
5612026-09-04T13:04:41.403Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5622026-09-04T13:04:41.407Z+ sha256sum /work/release/xde_link.so
5632026-09-04T13:04:41.410Z+ header 'build xde integration tests'
5642026-09-04T13:04:41.410Z+ echo '# ==== build xde integration tests ==== #'
5652026-09-04T13:04:41.410Z+ pushd xde-tests
5662026-09-04T13:04:41.410Z# ==== build xde integration tests ==== #
5672026-09-04T13:04:41.410Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5682026-09-04T13:04:41.410Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5692026-09-04T13:04:41.488Z+ cargo clippy --all-targets -- --deny warnings
5702026-09-04T13:04:41.693Z Compiling serde_core v1.0.228
5712026-09-04T13:04:41.693Z Checking cfg-if v1.0.4
5722026-09-04T13:04:41.693Z Checking memchr v2.8.3
5732026-09-04T13:04:41.693Z Compiling rustversion v1.0.23
5742026-09-04T13:04:41.693Z Compiling serde v1.0.228
5752026-09-04T13:04:41.696Z Compiling version_check v0.9.5
5762026-09-04T13:04:41.696Z Compiling libc v0.2.186
5772026-09-04T13:04:42.721Z Compiling syn v2.0.118
5782026-09-04T13:04:42.725Z Compiling ident_case v1.0.1
5792026-09-04T13:04:42.725Z Compiling strsim v0.11.1
5802026-09-04T13:04:42.725Z Compiling syn v1.0.109
5812026-09-04T13:04:42.725Z Checking pin-project-lite v0.2.17
5822026-09-04T13:04:42.725Z Compiling regex-syntax v0.8.11
5832026-09-04T13:04:42.725Z Compiling zerocopy v0.8.54
5842026-09-04T13:04:42.725Z Compiling aho-corasick v1.1.4
5852026-09-04T13:04:42.725Z Compiling hashbrown v0.17.1
5862026-09-04T13:04:42.725Z Compiling either v1.16.0
5872026-09-04T13:04:42.725Z Compiling winnow v1.0.3
5882026-09-04T13:04:42.725Z Compiling equivalent v1.0.2
5892026-09-04T13:04:42.731Z Compiling itertools v0.15.0
5902026-09-04T13:04:42.927Z Compiling indexmap v2.14.0
5912026-09-04T13:04:43.544Z Compiling toml_parser v1.1.2+spec-1.1.0
5922026-09-04T13:04:43.601Z Compiling regex-automata v0.4.15
5932026-09-04T13:04:43.736Z Checking byteorder v1.5.0
5942026-09-04T13:04:43.755Z Compiling heapless v0.8.0
5952026-09-04T13:04:43.887Z Compiling toml_datetime v1.1.1+spec-1.1.0
5962026-09-04T13:04:44.046Z Compiling toml_edit v0.25.12+spec-1.1.0
5972026-09-04T13:04:44.084Z Checking hash32 v0.3.1
5982026-09-04T13:04:44.098Z Checking bitflags v2.13.0
5992026-09-04T13:04:44.187Z Compiling slog v2.8.2
6002026-09-04T13:04:44.203Z Checking macaddr v1.0.1
6012026-09-04T13:04:44.226Z Checking futures-sink v0.3.32
6022026-09-04T13:04:44.254Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6032026-09-04T13:04:44.310Z Compiling darling_core v0.23.0
6042026-09-04T13:04:44.330Z Compiling smoltcp v0.11.0
6052026-09-04T13:04:44.392Z Checking futures-core v0.3.32
6062026-09-04T13:04:44.478Z Checking stable_deref_trait v1.2.1
6072026-09-04T13:04:44.507Z Checking futures-channel v0.3.32
6082026-09-04T13:04:44.657Z Compiling proc-macro-crate v3.5.0
6092026-09-04T13:04:44.706Z Compiling proc-macro-error-attr v1.0.4
6102026-09-04T13:04:44.883Z Compiling getrandom v0.4.3
6112026-09-04T13:04:44.918Z Checking bitflags v1.3.2
6122026-09-04T13:04:44.922Z Compiling crc32fast v1.5.0
6132026-09-04T13:04:44.976Z Checking futures-io v0.3.32
6142026-09-04T13:04:45.062Z Checking rand_core v0.10.1
6152026-09-04T13:04:45.079Z Compiling autocfg v1.5.1
6162026-09-04T13:04:45.132Z Compiling ref-cast v1.0.25
6172026-09-04T13:04:45.191Z Checking slab v0.4.12
6182026-09-04T13:04:45.191Z Checking futures-task v0.3.32
6192026-09-04T13:04:45.320Z Compiling regex v1.13.0
6202026-09-04T13:04:45.335Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6212026-09-04T13:04:45.417Z Checking managed v0.8.0
6222026-09-04T13:04:45.457Z Compiling num-traits v0.2.19
6232026-09-04T13:04:45.510Z Compiling serde_derive v1.0.228
6242026-09-04T13:04:45.535Z Compiling thiserror-impl v2.0.18
6252026-09-04T13:04:45.590Z Compiling zerocopy-derive v0.8.54
6262026-09-04T13:04:45.669Z Compiling futures-macro v0.3.32
6272026-09-04T13:04:46.141Z Compiling num_enum_derive v0.7.6
6282026-09-04T13:04:46.149Z Compiling ref-cast-impl v1.0.25
6292026-09-04T13:04:46.405Z Compiling darling_macro v0.23.0
6302026-09-04T13:04:46.477Z Checking futures-util v0.3.32
6312026-09-04T13:04:46.720Z Checking thiserror v2.0.18
6322026-09-04T13:04:46.727Z Compiling foreign-types-macros v0.2.3
6332026-09-04T13:04:46.809Z Checking cobs v0.3.0
6342026-09-04T13:04:46.954Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6352026-09-04T13:04:46.959Z Compiling darling v0.23.0
6362026-09-04T13:04:46.980Z Compiling proc-macro-error v1.0.4
6372026-09-04T13:04:47.022Z Compiling ingot-macros v0.2.0
6382026-09-04T13:04:47.133Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6392026-09-04T13:04:47.194Z Checking ipnetwork v0.21.1
6402026-09-04T13:04:47.259Z Compiling crossbeam-utils v0.8.22
6412026-09-04T13:04:47.345Z Checking foreign-types-shared v0.3.1
6422026-09-04T13:04:47.360Z Checking unicode-width v0.2.2
6432026-09-04T13:04:47.367Z Checking once_cell v1.21.4
6442026-09-04T13:04:47.458Z Checking cpufeatures v0.3.0
6452026-09-04T13:04:47.517Z Checking chacha20 v0.10.1
6462026-09-04T13:04:47.558Z Checking tracing-core v0.1.36
6472026-09-04T13:04:47.618Z Checking tabwriter v1.4.1
6482026-09-04T13:04:47.628Z Checking foreign-types v0.5.0
6492026-09-04T13:04:47.722Z Checking num_enum v0.7.6
6502026-09-04T13:04:47.752Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6512026-09-04T13:04:48.038Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6522026-09-04T13:04:48.195Z Compiling tracing-attributes v0.1.31
6532026-09-04T13:04:48.237Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6542026-09-04T13:04:48.482Z Checking anyhow v1.0.103
6552026-09-04T13:04:48.510Z Checking futures-executor v0.3.32
6562026-09-04T13:04:48.611Z Checking erased-serde v0.3.31
6572026-09-04T13:04:48.648Z Checking postcard v1.1.3
6582026-09-04T13:04:48.677Z Checking cstr-argument v0.1.2
6592026-09-04T13:04:48.789Z Compiling thiserror v1.0.69
6602026-09-04T13:04:48.828Z Compiling num-conv v0.2.2
6612026-09-04T13:04:48.934Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6622026-09-04T13:04:48.971Z Compiling time-core v0.1.9
6632026-09-04T13:04:49.086Z Checking pretty-hex v0.4.2
6642026-09-04T13:04:49.134Z Checking dyn-clone v1.0.20
6652026-09-04T13:04:49.144Z Compiling time-macros v0.2.31
6662026-09-04T13:04:49.191Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6672026-09-04T13:04:49.241Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6682026-09-04T13:04:49.340Z Checking futures v0.3.32
6692026-09-04T13:04:49.389Z Checking tracing v0.1.44
6702026-09-04T13:04:49.394Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6712026-09-04T13:04:49.425Z Checking rand v0.10.2
6722026-09-04T13:04:49.563Z Compiling thiserror-impl v1.0.69
6732026-09-04T13:04:49.649Z Checking uuid v1.23.5
6742026-09-04T13:04:49.813Z Checking arc-swap v1.9.2
6752026-09-04T13:04:49.817Z Checking socket2 v0.6.4
6762026-09-04T13:04:49.843Z Checking ingot-types v0.2.0
6772026-09-04T13:04:49.862Z Checking nom v8.0.0
6782026-09-04T13:04:49.907Z Checking thread_local v1.1.10
6792026-09-04T13:04:50.052Z Checking powerfmt v0.2.0
6802026-09-04T13:04:50.062Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6812026-09-04T13:04:50.149Z Compiling heck v0.4.1
6822026-09-04T13:04:50.177Z Checking ingot v0.2.0
6832026-09-04T13:04:50.189Z Compiling slog-async v2.8.0
6842026-09-04T13:04:50.326Z Checking lazy_static v1.5.0
6852026-09-04T13:04:50.336Z Checking oxnet v0.1.6
6862026-09-04T13:04:50.405Z Checking deranged v0.5.8
6872026-09-04T13:04:50.505Z Checking iana-time-zone v0.1.65
6882026-09-04T13:04:50.572Z Checking colored v3.1.1
6892026-09-04T13:04:50.602Z Checking chrono v0.4.45
6902026-09-04T13:04:50.770Z Checking slog-scope v4.4.1
6912026-09-04T13:04:50.790Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6922026-09-04T13:04:50.891Z Checking crossbeam-channel v0.5.16
6932026-09-04T13:04:51.225Z Checking cookie-factory v0.3.3
6942026-09-04T13:04:51.308Z Checking time v0.3.53
6952026-09-04T13:04:51.393Z Checking itertools v0.12.1
6962026-09-04T13:04:51.433Z Checking is-terminal v0.4.17
6972026-09-04T13:04:51.468Z Checking log v0.4.33
6982026-09-04T13:04:51.510Z Checking take_mut v0.2.2
6992026-09-04T13:04:51.599Z Checking circular v0.3.0
7002026-09-04T13:04:51.623Z Checking term v1.2.1
7012026-09-04T13:04:51.707Z Checking slog-stdlog v4.1.1
7022026-09-04T13:04:51.768Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7032026-09-04T13:04:51.797Z Checking rusticata-macros v5.0.0
7042026-09-04T13:04:51.920Z Checking pcap-parser v0.17.0
7052026-09-04T13:04:52.378Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7062026-09-04T13:04:52.469Z Checking slog-term v2.9.2
7072026-09-04T13:04:52.677Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7082026-09-04T13:04:53.340Z Checking slog-envlogger v2.2.0
7092026-09-04T13:04:56.383Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7102026-09-04T13:04:58.077Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7112026-09-04T13:04:58.081Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7122026-09-04T13:04:58.421Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7132026-09-04T13:04:58.988Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.45s
7142026-09-04T13:04:59.018Z+ cargo build --test loopback
7152026-09-04T13:04:59.184Z Compiling cfg-if v1.0.4
7162026-09-04T13:04:59.184Z Compiling memchr v2.8.3
7172026-09-04T13:04:59.188Z Compiling serde_core v1.0.228
7182026-09-04T13:04:59.212Z Compiling libc v0.2.186
7192026-09-04T13:04:59.215Z Compiling thiserror v2.0.18
7202026-09-04T13:04:59.218Z Compiling pin-project-lite v0.2.17
7212026-09-04T13:04:59.222Z Compiling either v1.16.0
7222026-09-04T13:04:59.222Z Compiling byteorder v1.5.0
7232026-09-04T13:04:59.258Z Compiling zerocopy v0.8.54
7242026-09-04T13:04:59.288Z Compiling futures-core v0.3.32
7252026-09-04T13:04:59.292Z Compiling stable_deref_trait v1.2.1
7262026-09-04T13:04:59.350Z Compiling hash32 v0.3.1
7272026-09-04T13:04:59.385Z Compiling futures-sink v0.3.32
7282026-09-04T13:04:59.410Z Compiling macaddr v1.0.1
7292026-09-04T13:04:59.443Z Compiling heapless v0.8.0
7302026-09-04T13:04:59.477Z Compiling futures-channel v0.3.32
7312026-09-04T13:04:59.493Z Compiling cobs v0.3.0
7322026-09-04T13:04:59.555Z Compiling managed v0.8.0
7332026-09-04T13:04:59.656Z Compiling bitflags v1.3.2
7342026-09-04T13:04:59.707Z Compiling rand_core v0.10.1
7352026-09-04T13:04:59.720Z Compiling slab v0.4.12
7362026-09-04T13:04:59.764Z Compiling futures-task v0.3.32
7372026-09-04T13:04:59.777Z Compiling futures-io v0.3.32
7382026-09-04T13:04:59.861Z Compiling smoltcp v0.11.0
7392026-09-04T13:04:59.866Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7402026-09-04T13:04:59.890Z Compiling futures-util v0.3.32
7412026-09-04T13:04:59.951Z Compiling unicode-width v0.2.2
7422026-09-04T13:04:59.960Z Compiling foreign-types-shared v0.3.1
7432026-09-04T13:05:00.041Z Compiling cpufeatures v0.3.0
7442026-09-04T13:05:00.090Z Compiling ipnetwork v0.21.1
7452026-09-04T13:05:00.105Z Compiling once_cell v1.21.4
7462026-09-04T13:05:00.252Z Compiling tabwriter v1.4.1
7472026-09-04T13:05:00.349Z Compiling tracing-core v0.1.36
7482026-09-04T13:05:00.629Z Compiling chacha20 v0.10.1
7492026-09-04T13:05:00.673Z Compiling foreign-types v0.5.0
7502026-09-04T13:05:00.750Z Compiling ref-cast v1.0.25
7512026-09-04T13:05:00.795Z Compiling num_enum v0.7.6
7522026-09-04T13:05:00.843Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7532026-09-04T13:05:00.903Z Compiling getrandom v0.4.3
7542026-09-04T13:05:00.949Z Compiling crc32fast v1.5.0
7552026-09-04T13:05:00.971Z Compiling serde v1.0.228
7562026-09-04T13:05:01.117Z Compiling bitflags v2.13.0
7572026-09-04T13:05:01.189Z Compiling cstr-argument v0.1.2
7582026-09-04T13:05:01.210Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7592026-09-04T13:05:01.315Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7602026-09-04T13:05:01.356Z Compiling itertools v0.15.0
7612026-09-04T13:05:01.530Z Compiling erased-serde v0.3.31
7622026-09-04T13:05:01.622Z Compiling postcard v1.1.3
7632026-09-04T13:05:01.655Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7642026-09-04T13:05:01.927Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7652026-09-04T13:05:01.971Z Compiling slog v2.8.2
7662026-09-04T13:05:02.237Z Compiling ingot-types v0.2.0
7672026-09-04T13:05:02.263Z Compiling futures-executor v0.3.32
7682026-09-04T13:05:02.357Z Compiling dyn-clone v1.0.20
7692026-09-04T13:05:02.362Z Compiling pretty-hex v0.4.2
7702026-09-04T13:05:02.497Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7712026-09-04T13:05:02.533Z Compiling futures v0.3.32
7722026-09-04T13:05:02.540Z Compiling tracing v0.1.44
7732026-09-04T13:05:02.596Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7742026-09-04T13:05:02.603Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7752026-09-04T13:05:02.678Z Compiling ingot v0.2.0
7762026-09-04T13:05:02.707Z Compiling num-traits v0.2.19
7772026-09-04T13:05:02.711Z Compiling rand v0.10.2
7782026-09-04T13:05:02.711Z Compiling uuid v1.23.5
7792026-09-04T13:05:02.883Z Compiling crossbeam-utils v0.8.22
7802026-09-04T13:05:02.922Z Compiling aho-corasick v1.1.4
7812026-09-04T13:05:03.085Z Compiling nom v8.0.0
7822026-09-04T13:05:03.371Z Compiling socket2 v0.6.4
7832026-09-04T13:05:03.417Z Compiling thread_local v1.1.10
7842026-09-04T13:05:03.681Z Compiling arc-swap v1.9.2
7852026-09-04T13:05:03.720Z Compiling regex-syntax v0.8.11
7862026-09-04T13:05:03.810Z Compiling deranged v0.5.8
7872026-09-04T13:05:04.058Z Compiling winnow v1.0.3
7882026-09-04T13:05:04.188Z Compiling powerfmt v0.2.0
7892026-09-04T13:05:04.464Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7902026-09-04T13:05:04.478Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7912026-09-04T13:05:04.720Z Compiling num-conv v0.2.2
7922026-09-04T13:05:04.794Z Compiling oxnet v0.1.6
7932026-09-04T13:05:04.869Z Compiling iana-time-zone v0.1.65
7942026-09-04T13:05:04.907Z Compiling time-core v0.1.9
7952026-09-04T13:05:05.092Z Compiling colored v3.1.1
7962026-09-04T13:05:05.279Z Compiling lazy_static v1.5.0
7972026-09-04T13:05:05.284Z Compiling regex-automata v0.4.15
7982026-09-04T13:05:05.374Z Compiling slog-scope v4.4.1
7992026-09-04T13:05:05.654Z Compiling rusticata-macros v5.0.0
8002026-09-04T13:05:05.838Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
8012026-09-04T13:05:05.930Z Compiling time v0.3.53
8022026-09-04T13:05:05.979Z Compiling chrono v0.4.45
8032026-09-04T13:05:06.912Z Compiling thiserror v1.0.69
8042026-09-04T13:05:07.013Z Compiling crossbeam-channel v0.5.16
8052026-09-04T13:05:07.805Z Compiling cookie-factory v0.3.3
8062026-09-04T13:05:07.990Z Compiling is-terminal v0.4.17
8072026-09-04T13:05:08.084Z Compiling itertools v0.12.1
8082026-09-04T13:05:08.140Z Compiling log v0.4.33
8092026-09-04T13:05:08.422Z Compiling take_mut v0.2.2
8102026-09-04T13:05:08.530Z Compiling circular v0.3.0
8112026-09-04T13:05:08.786Z Compiling term v1.2.1
8122026-09-04T13:05:09.534Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8132026-09-04T13:05:09.920Z Compiling slog-term v2.9.2
8142026-09-04T13:05:10.450Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8152026-09-04T13:05:11.188Z Compiling pcap-parser v0.17.0
8162026-09-04T13:05:11.548Z Compiling slog-async v2.8.0
8172026-09-04T13:05:11.595Z Compiling slog-stdlog v4.1.1
8182026-09-04T13:05:11.939Z Compiling regex v1.13.0
8192026-09-04T13:05:11.970Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8202026-09-04T13:05:12.840Z Compiling slog-envlogger v2.2.0
8212026-09-04T13:05:13.121Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8222026-09-04T13:05:13.285Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8232026-09-04T13:05:14.298Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8242026-09-04T13:05:22.808Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.78s
8252026-09-04T13:05:22.841Z++ cargo build -q --test loopback --message-format=json
8262026-09-04T13:05:22.845Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8272026-09-04T13:05:22.964Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803
8282026-09-04T13:05:22.964Z+ cargo build --test multicast_rx
8292026-09-04T13:05:23.069Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-09-04T13:05:24.874Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s
8312026-09-04T13:05:24.907Z++ cargo build -q --test multicast_rx --message-format=json
8322026-09-04T13:05:24.911Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-09-04T13:05:25.027Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326
8342026-09-04T13:05:25.027Z+ cargo build --test multicast_multi_sub
8352026-09-04T13:05:25.133Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-09-04T13:05:26.963Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.92s
8372026-09-04T13:05:26.997Z++ cargo build -q --test multicast_multi_sub --message-format=json
8382026-09-04T13:05:27.001Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-09-04T13:05:27.115Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a
8402026-09-04T13:05:27.115Z+ cargo build --test multicast_validation
8412026-09-04T13:05:27.221Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-09-04T13:05:29.286Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s
8432026-09-04T13:05:29.322Z++ cargo build -q --test multicast_validation --message-format=json
8442026-09-04T13:05:29.326Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-09-04T13:05:29.439Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb
8462026-09-04T13:05:29.439Z+ cargo build --test multicast_source_filter
8472026-09-04T13:05:29.542Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-09-04T13:05:31.646Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.19s
8492026-09-04T13:05:31.679Z++ cargo build -q --test multicast_source_filter --message-format=json
8502026-09-04T13:05:31.683Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-09-04T13:05:31.798Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5
8522026-09-04T13:05:31.798Z+ cargo build --test multicast_multi_nexthop
8532026-09-04T13:05:31.900Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8542026-09-04T13:05:33.588Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.78s
8552026-09-04T13:05:33.621Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8562026-09-04T13:05:33.625Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8572026-09-04T13:05:33.740Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569
8582026-09-04T13:05:33.740Z+ mkdir -p /work/test
8592026-09-04T13:05:33.743Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback
8602026-09-04T13:05:33.783Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx
8612026-09-04T13:05:33.831Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub
8622026-09-04T13:05:33.879Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation
8632026-09-04T13:05:33.927Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter
8642026-09-04T13:05:33.975Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop
8652026-09-04T13:05:34.025Zprocess exited: duration 236801 ms, exit code 0
 
8662026-09-04T13:05:34.043Zfound 15 output files
8672026-09-04T13:05:34.043Zuploading: /work/debug/xde.dbg (89728576 bytes)
8682026-09-04T13:05:35.564Zuploaded: /work/debug/xde.dbg
8692026-09-04T13:05:35.565Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-09-04T13:05:36.575Zuploaded: /work/debug/xde.dbg.sha256
8712026-09-04T13:05:36.575Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8722026-09-04T13:05:37.592Zuploaded: /work/debug/xde_link.dbg.so
8732026-09-04T13:05:37.592Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-09-04T13:05:38.601Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-09-04T13:05:38.601Zuploading: /work/release/xde (53828128 bytes)
8762026-09-04T13:05:39.957Zuploaded: /work/release/xde
8772026-09-04T13:05:39.957Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-09-04T13:05:40.966Zuploaded: /work/release/xde.sha256
8792026-09-04T13:05:40.966Zuploading: /work/release/xde_link.so (45240 bytes)
8802026-09-04T13:05:41.975Zuploaded: /work/release/xde_link.so
8812026-09-04T13:05:41.975Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-09-04T13:05:42.982Zuploaded: /work/release/xde_link.so.sha256
8832026-09-04T13:05:42.982Zuploading: /work/test/loopback (58970064 bytes)
8842026-09-04T13:05:44.293Zuploaded: /work/test/loopback
8852026-09-04T13:05:44.294Zuploading: /work/test/multicast_rx (59468888 bytes)
8862026-09-04T13:05:45.616Zuploaded: /work/test/multicast_rx
8872026-09-04T13:05:45.616Zuploading: /work/test/multicast_multi_sub (60110608 bytes)
8882026-09-04T13:05:46.937Zuploaded: /work/test/multicast_multi_sub
8892026-09-04T13:05:46.937Zuploading: /work/test/multicast_validation (59454240 bytes)
8902026-09-04T13:05:48.352Zuploaded: /work/test/multicast_validation
8912026-09-04T13:05:48.352Zuploading: /work/test/multicast_source_filter (59756080 bytes)
8922026-09-04T13:05:50.252Zuploaded: /work/test/multicast_source_filter
8932026-09-04T13:05:50.252Zuploading: /work/test/multicast_multi_nexthop (60346616 bytes)
8942026-09-04T13:05:51.656Zuploaded: /work/test/multicast_multi_nexthop
8952026-09-04T13:05:51.656Zuploading: /work/xde.conf (79 bytes)
8962026-09-04T13:05:52.663Zuploaded: /work/xde.conf