01M1ZCHAQEWN9V7Z5XN49WVEWW: 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: 01M1ZCHVKFKN3JZT7DJ9F021WP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-08T02:12:23.026Zjob assigned to worker 01M1ZCJ33C8KXJ1C21972DD3S2 [factory aws, i-029229f572f8e1ca6] (queued for 50 s)
 
22026-09-08T02:12:29.512Zstarting task 0: "setup"
32026-09-08T02:12:29.517Z++ uname -s
42026-09-08T02:12:29.524Z+ kern=SunOS
52026-09-08T02:12:29.524Z+ build_user=build
62026-09-08T02:12:29.524Z+ build_uid=12345
72026-09-08T02:12:29.525Z+ work_dir=/work
82026-09-08T02:12:29.525Z+ input_dir=/input
92026-09-08T02:12:29.525Z+ [[ 0 == 12345 ]]
102026-09-08T02:12:29.525Z+ case "$kern" in
112026-09-08T02:12:29.525Z+ groupadd -g 12345 build
122026-09-08T02:12:29.525Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-08T02:12:31.526Z+ zfs create -o mountpoint=/work rpool/work
142026-09-08T02:12:31.607Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-08T02:12:31.611Z+ home_fs=zfs
162026-09-08T02:12:31.611Z+ [[ zfs == autofs ]]
172026-09-08T02:12:31.611Z+ mkdir -p /home/build
182026-09-08T02:12:31.611Z+ chown build:build /home/build /work
192026-09-08T02:12:33.610Z+ chmod 0700 /home/build /work
202026-09-08T02:12:33.614Zprocess exited: duration 4099 ms, exit code 0
 
212026-09-08T02:12:33.620Zstarting task 1: "rust-toolchain"
222026-09-08T02:12:33.623Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-08T02:12:33.624Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-08T02:12:33.627Z * rust toolchain channel = "1.97.1"
252026-09-08T02:12:33.627Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-08T02:12:33.627Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-08T02:12:33.627Z * rust toolchain profile = "default"
282026-09-08T02:12:33.627Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-08T02:12:33.627Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-08T02:12:33.718Zinfo: downloading installer
312026-09-08T02:12:35.028Zinfo: profile set to default
322026-09-08T02:12:35.028Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-08T02:12:35.031Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-08T02:12:35.203Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-08T02:12:35.206Zinfo: downloading 6 components
362026-09-08T02:12:51.283Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-08T02:12:51.283Z
382026-09-08T02:12:51.308Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-08T02:12:51.309Z
402026-09-08T02:12:51.313Z
412026-09-08T02:12:51.313ZRust is installed now. Great!
422026-09-08T02:12:51.313Z
432026-09-08T02:12:51.313ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-08T02:12:51.313Zenvironment variable. This has not been done automatically.
452026-09-08T02:12:51.313Z
462026-09-08T02:12:51.313ZTo configure your current shell, you need to source
472026-09-08T02:12:51.313Zthe corresponding env file under $HOME/.cargo.
482026-09-08T02:12:51.313Z
492026-09-08T02:12:51.314ZConsider running the right command for your shell (note the leading DOT):
502026-09-08T02:12:51.314Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-08T02:12:51.314Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-08T02:12:51.314ZCC_x86_64-unknown-illumos = None
532026-09-08T02:12:51.314Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-08T02:12:51.314ZCC_x86_64_unknown_illumos = None
552026-09-08T02:12:51.314Zcargo:rerun-if-env-changed=HOST_CC
562026-09-08T02:12:51.314ZHOST_CC = None
572026-09-08T02:12:51.314Zcargo:rerun-if-env-changed=CC
582026-09-08T02:12:51.314ZCC = None
592026-09-08T02:12:51.314Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-08T02:12:51.486Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-08T02:12:51.486ZCRATE_CC_NO_DEFAULTS = None
622026-09-08T02:12:51.486Zcargo:rerun-if-env-changed=CFLAGS
632026-09-08T02:12:51.486ZCFLAGS = None
642026-09-08T02:12:51.487Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-08T02:12:51.487ZHOST_CFLAGS = None
662026-09-08T02:12:51.487Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-08T02:12:51.487ZCFLAGS_x86_64_unknown_illumos = None
682026-09-08T02:12:51.487Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-08T02:12:51.487ZCFLAGS_x86_64-unknown-illumos = None
702026-09-08T02:12:51.579Z+ rustup --version
712026-09-08T02:12:51.586Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-08T02:12:51.589Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-08T02:12:51.607Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-08T02:12:51.611Z+ cargo --version
752026-09-08T02:12:52.626Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-08T02:12:52.630Z+ rustc --version
772026-09-08T02:12:52.630Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-08T02:12:52.630Zprocess exited: duration 18027 ms, exit code 0
 
792026-09-08T02:12:52.638Zstarting task 2: "authentication"
802026-09-08T02:12:52.656Zprocess exited: duration 17 ms, exit code 0
 
812026-09-08T02:12:52.663Zstarting task 3: "clone repository"
822026-09-08T02:12:52.668Z+ mkdir -p /work/oxidecomputer/opte
832026-09-08T02:12:52.672Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
842026-09-08T02:12:52.700ZCloning into '/work/oxidecomputer/opte'...
852026-09-08T02:12:53.740Z+ cd /work/oxidecomputer/opte
862026-09-08T02:12:53.740Z+ git fetch origin eb3fb5ea02c60288717eca5015776ae5f5f01c98
872026-09-08T02:12:54.031ZFrom https://github.com/oxidecomputer/opte
882026-09-08T02:12:54.031Z * branch eb3fb5ea02c60288717eca5015776ae5f5f01c98 -> FETCH_HEAD
892026-09-08T02:12:54.039Z+ [[ -n zl/mcast-source-validation ]]
902026-09-08T02:12:54.042Z++ git branch --show-current
912026-09-08T02:12:54.042Z+ current=master
922026-09-08T02:12:54.042Z+ [[ master != zl/mcast-source-validation ]]
932026-09-08T02:12:54.042Z+ git branch -f zl/mcast-source-validation eb3fb5ea02c60288717eca5015776ae5f5f01c98
942026-09-08T02:12:54.045Z+ git checkout -f zl/mcast-source-validation
952026-09-08T02:12:54.061ZSwitched to branch 'zl/mcast-source-validation'
962026-09-08T02:12:54.064Z+ git reset --hard eb3fb5ea02c60288717eca5015776ae5f5f01c98
972026-09-08T02:12:54.067ZHEAD is now at eb3fb5e [ssm, multicast] align source address validation across the platform
982026-09-08T02:12:54.067Zprocess exited: duration 1403 ms, exit code 0
 
992026-09-08T02:12:54.074Zstarting task 4: "build"
1002026-09-08T02:12:54.077Z+ source .github/buildomat/common.sh
1012026-09-08T02:12:54.080Z++ rustup show active-toolchain
1022026-09-08T02:12:54.083Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1032026-09-08T02:12:54.083Z++ pushd xde
1042026-09-08T02:12:54.083Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1052026-09-08T02:12:54.083Z++ rustup show active-toolchain
1062026-09-08T02:12:54.087Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1072026-09-08T02:12:54.271Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1082026-09-08T02:12:54.274Zinfo: downloading 6 components
1092026-09-08T02:13:08.522Zwarn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed
1102026-09-08T02:13:08.522Zwarn: auto-installation is deprecated for most `rustup` commands
1112026-09-08T02:13:08.522Zwarn: scripts relying on this behavior in `rustup` may stop working in the future
1122026-09-08T02:13:08.522Zwarn: to install the active toolchain, use `rustup install` instead
1132026-09-08T02:13:08.522Zwarn: see <https://github.com/rust-lang/rustup/issues/4836> for more info
1142026-09-08T02:13:08.526Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1152026-09-08T02:13:08.621Z+++ rustup show active-toolchain -v
1162026-09-08T02:13:08.624Z+++ head -n 1
1172026-09-08T02:13:08.624Z+++ cut '-d ' -f1
1182026-09-08T02:13:08.677Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1192026-09-08T02:13:08.677Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1202026-09-08T02:13:08.677Z++ popd
1212026-09-08T02:13:08.680Z/work/oxidecomputer/opte
1222026-09-08T02:13:08.680Z+ TGT_BASE=/work
1232026-09-08T02:13:08.680Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1242026-09-08T02:13:08.680Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1252026-09-08T02:13:08.680Z+ DBG_TGT=/work/debug
1262026-09-08T02:13:08.680Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1272026-09-08T02:13:08.680Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1282026-09-08T02:13:08.680Z+ REL_TGT=/work/release
1292026-09-08T02:13:08.680Z+ mkdir -p /work/debug /work/release
1302026-09-08T02:13:08.680Z+ cargo --version
1312026-09-08T02:13:08.687Zcargo 1.97.1 (c980f4866 2026-06-30)
1322026-09-08T02:13:08.690Z+ rustc --version
1332026-09-08T02:13:08.708Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1342026-09-08T02:13:08.711Z+ install_pkg jq
1352026-09-08T02:13:08.711Z+ set +o errexit
1362026-09-08T02:13:08.711Z+ pfexec pkg install jq
1372026-09-08T02:13:12.778Z Startup: Refreshing catalog 'helios' ... Done
1382026-09-08T02:13:13.205Z Startup: Caching catalogs ... Done
1392026-09-08T02:13:15.751ZPlanning: Solver setup ... Done
1402026-09-08T02:13:15.821ZPlanning: Running solver ... Done
1412026-09-08T02:13:15.871ZPlanning: Consolidating action changes ... Done
1422026-09-08T02:13:15.875ZPlanning: Evaluating mediators ... Done
1432026-09-08T02:13:15.875ZPlanning: Planning completed in 2.63 seconds
1442026-09-08T02:13:15.887ZNo updates necessary for this image.
1452026-09-08T02:13:16.135Z+ exit_code=4
1462026-09-08T02:13:16.135Z+ [[ 4 -ne 0 ]]
1472026-09-08T02:13:16.135Z+ [[ 4 -ne 4 ]]
1482026-09-08T02:13:16.135Z+ set -o errexit
1492026-09-08T02:13:16.138Z+ pushd xde
1502026-09-08T02:13:16.138Z+ cp xde.conf /work/xde.conf
1512026-09-08T02:13:16.138Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1522026-09-08T02:13:16.138Z+ header 'check style'
1532026-09-08T02:13:16.138Z+ echo '# ==== check style ==== #'
1542026-09-08T02:13:16.138Z# ==== check style ==== #
1552026-09-08T02:13:16.138Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1562026-09-08T02:13:16.346Z
1572026-09-08T02:13:16.346Zreal 0.209158957
1582026-09-08T02:13:16.346Zuser 0.151329783
1592026-09-08T02:13:16.346Zsys 0.049015585
1602026-09-08T02:13:16.346Ztrap 0.000007560
1612026-09-08T02:13:16.346Ztflt 0.000019980
1622026-09-08T02:13:16.346Zdflt 0.000005870
1632026-09-08T02:13:16.346Zkflt 0.000000000
1642026-09-08T02:13:16.346Zlock 0.024185444
1652026-09-08T02:13:16.346Zslp 0.184118618
1662026-09-08T02:13:16.346Zlat 0.000644070
1672026-09-08T02:13:16.347Zstop 0.000112010
1682026-09-08T02:13:16.350Z+ header analyze
1692026-09-08T02:13:16.350Z+ echo '# ==== analyze ==== #'
1702026-09-08T02:13:16.350Z# ==== analyze ==== #
1712026-09-08T02:13:16.350Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1722026-09-08T02:13:16.534Z Updating crates.io index
1732026-09-08T02:13:16.539Z Updating git repository `https://github.com/oxidecomputer/falcon`
1742026-09-08T02:13:17.591Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1752026-09-08T02:13:17.885Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1762026-09-08T02:13:18.174Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1772026-09-08T02:13:18.596Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-09-08T02:13:18.879Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1792026-09-08T02:13:19.187Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1802026-09-08T02:13:20.861Z Downloading crates ...
1812026-09-08T02:13:20.908Z Downloaded defmt-parser v1.0.0
1822026-09-08T02:13:20.911Z Downloaded thiserror-impl v2.0.18
1832026-09-08T02:13:20.914Z Downloaded version_check v0.9.5
1842026-09-08T02:13:20.921Z Downloaded cobs v0.3.0
1852026-09-08T02:13:20.925Z Downloaded memchr v2.8.3
1862026-09-08T02:13:20.928Z Downloaded embedded-io v0.4.0
1872026-09-08T02:13:20.931Z Downloaded either v1.16.0
1882026-09-08T02:13:20.934Z Downloaded defmt v0.3.100
1892026-09-08T02:13:20.934Z Downloaded ident_case v1.0.1
1902026-09-08T02:13:20.937Z Downloaded heapless v0.8.0
1912026-09-08T02:13:20.940Z Downloaded ingot-types v0.2.0
1922026-09-08T02:13:20.944Z Downloaded hash32 v0.3.1
1932026-09-08T02:13:20.947Z Downloaded managed v0.8.0
1942026-09-08T02:13:20.957Z Downloaded strsim v0.11.1
1952026-09-08T02:13:20.960Z Downloaded ingot v0.2.0
1962026-09-08T02:13:20.963Z Downloaded defmt-macros v1.1.1
1972026-09-08T02:13:20.968Z Downloaded ref-cast v1.0.25
1982026-09-08T02:13:20.971Z Downloaded byteorder v1.5.0
1992026-09-08T02:13:20.974Z Downloaded ingot-macros v0.2.0
2002026-09-08T02:13:20.974Z Downloaded quote v1.0.46
2012026-09-08T02:13:20.977Z Downloaded defmt v1.1.1
2022026-09-08T02:13:20.980Z Downloaded stable_deref_trait v1.2.1
2032026-09-08T02:13:20.980Z Downloaded darling_macro v0.23.0
2042026-09-08T02:13:20.980Z Downloaded embedded-io v0.6.1
2052026-09-08T02:13:20.984Z Downloaded macaddr v1.0.1
2062026-09-08T02:13:20.984Z Downloaded dyn-clone v1.0.20
2072026-09-08T02:13:20.987Z Downloaded cfg-if v1.0.4
2082026-09-08T02:13:20.992Z Downloaded itertools v0.15.0
2092026-09-08T02:13:21.003Z Downloaded serde_derive v1.0.228
2102026-09-08T02:13:21.010Z Downloaded ref-cast-impl v1.0.25
2112026-09-08T02:13:21.021Z Downloaded darling v0.23.0
2122026-09-08T02:13:21.025Z Downloaded bitflags v1.3.2
2132026-09-08T02:13:21.028Z Downloaded thiserror v2.0.18
2142026-09-08T02:13:21.039Z Downloaded crc32fast v1.5.0
2152026-09-08T02:13:21.044Z Downloaded postcard v1.1.3
2162026-09-08T02:13:21.047Z Downloaded serde v1.0.228
2172026-09-08T02:13:21.050Z Downloaded unicode-ident v1.0.24
2182026-09-08T02:13:21.057Z Downloaded uuid v1.23.5
2192026-09-08T02:13:21.060Z Downloaded serde_core v1.0.228
2202026-09-08T02:13:21.065Z Downloaded bitflags v2.13.0
2212026-09-08T02:13:21.068Z Downloaded darling_core v0.23.0
2222026-09-08T02:13:21.071Z Downloaded proc-macro2 v1.0.106
2232026-09-08T02:13:21.079Z Downloaded zerocopy-derive v0.8.54
2242026-09-08T02:13:21.106Z Downloaded aho-corasick v1.1.4
2252026-09-08T02:13:21.115Z Downloaded regex v1.13.0
2262026-09-08T02:13:21.146Z Downloaded syn v2.0.118
2272026-09-08T02:13:21.152Z Downloaded zerocopy v0.8.54
2282026-09-08T02:13:21.161Z Downloaded smoltcp v0.11.0
2292026-09-08T02:13:21.167Z Downloaded regex-syntax v0.8.11
2302026-09-08T02:13:21.174Z Downloaded regex-automata v0.4.15
2312026-09-08T02:13:21.187Z Updating crates.io index
2322026-09-08T02:13:21.246Z Downloading crates ...
2332026-09-08T02:13:21.269Z Downloaded addr2line v0.27.0
2342026-09-08T02:13:21.277Z Downloaded memchr v2.7.6
2352026-09-08T02:13:21.280Z Downloaded getopts v0.2.24
2362026-09-08T02:13:21.305Z Downloaded miniz_oxide v0.9.1
2372026-09-08T02:13:21.308Z Downloaded adler2 v2.0.1
2382026-09-08T02:13:21.325Z Downloaded rustc-demangle v0.1.28
2392026-09-08T02:13:21.328Z Downloaded rustc-literal-escaper v0.0.8
2402026-09-08T02:13:21.333Z Downloaded foldhash v0.2.0
2412026-09-08T02:13:21.360Z Downloaded hashbrown v0.17.1
2422026-09-08T02:13:21.389Z Downloaded libc v0.2.185
2432026-09-08T02:13:21.408Z Downloaded gimli v0.34.0
2442026-09-08T02:13:21.411Z Downloaded object v0.39.1
2452026-09-08T02:13:21.451Z 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-08T02:13:21.451Z 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-08T02:13:21.451Z Compiling proc-macro2 v1.0.106
2482026-09-08T02:13:21.455Z Compiling quote v1.0.46
2492026-09-08T02:13:21.455Z Compiling unicode-ident v1.0.24
2502026-09-08T02:13:21.455Z Compiling serde_core v1.0.228
2512026-09-08T02:13:21.455Z Compiling strsim v0.11.1
2522026-09-08T02:13:21.455Z Compiling ident_case v1.0.1
2532026-09-08T02:13:21.640Z Compiling memchr v2.8.3
2542026-09-08T02:13:21.640Z Compiling regex-syntax v0.8.11
2552026-09-08T02:13:21.907Z Compiling either v1.16.0
2562026-09-08T02:13:21.910Z Compiling zerocopy v0.8.54
2572026-09-08T02:13:21.933Z Compiling serde v1.0.228
2582026-09-08T02:13:22.042Z Compiling aho-corasick v1.1.4
2592026-09-08T02:13:22.110Z Compiling thiserror v2.0.18
2602026-09-08T02:13:22.316Z Compiling itertools v0.15.0
2612026-09-08T02:13:22.354Z Compiling heapless v0.8.0
2622026-09-08T02:13:22.675Z Compiling syn v2.0.118
2632026-09-08T02:13:22.726Z Compiling smoltcp v0.11.0
2642026-09-08T02:13:22.741Z Compiling crc32fast v1.5.0
2652026-09-08T02:13:22.835Z Compiling version_check v0.9.5
2662026-09-08T02:13:23.094Z Compiling regex-automata v0.4.15
2672026-09-08T02:13:23.176Z Compiling ref-cast v1.0.25
2682026-09-08T02:13:23.197Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-09-08T02:13:24.698Z Compiling regex v1.13.0
2702026-09-08T02:13:25.056Z Compiling darling_core v0.23.0
2712026-09-08T02:13:25.773Z Compiling zerocopy-derive v0.8.54
2722026-09-08T02:13:25.773Z Compiling thiserror-impl v2.0.18
2732026-09-08T02:13:25.777Z Compiling serde_derive v1.0.228
2742026-09-08T02:13:25.777Z Compiling ref-cast-impl v1.0.25
2752026-09-08T02:13:25.777Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-09-08T02:13:27.160Z Compiling darling_macro v0.23.0
2772026-09-08T02:13:28.027Z Compiling darling v0.23.0
2782026-09-08T02:13:28.095Z Compiling ingot-macros v0.2.0
2792026-09-08T02:13:28.095Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-09-08T02:13:33.269Z 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-08T02:13:35.557Z Checking byteorder v1.5.0
2822026-09-08T02:13:35.557Z Checking macaddr v1.0.1
2832026-09-08T02:13:35.562Z Checking stable_deref_trait v1.2.1
2842026-09-08T02:13:35.562Z Checking cfg-if v1.0.4
2852026-09-08T02:13:35.562Z Checking bitflags v1.3.2
2862026-09-08T02:13:35.615Z Checking managed v0.8.0
2872026-09-08T02:13:35.636Z Checking cobs v0.3.0
2882026-09-08T02:13:35.719Z Checking hash32 v0.3.1
2892026-09-08T02:13:35.730Z Checking dyn-clone v1.0.20
2902026-09-08T02:13:35.753Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-09-08T02:13:36.887Z Checking bitflags v2.13.0
2922026-09-08T02:13:36.887Z Checking uuid v1.23.5
2932026-09-08T02:13:37.028Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-09-08T02:13:37.240Z Checking postcard v1.1.3
2952026-09-08T02:13:38.085Z Checking ingot-types v0.2.0
2962026-09-08T02:13:38.352Z Checking ingot v0.2.0
2972026-09-08T02:13:39.656Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-09-08T02:13:42.719Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-09-08T02:13:43.884Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-09-08T02:13:45.416Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.01s
3012026-09-08T02:13:45.534Z
3022026-09-08T02:13:45.534Zreal 29.182018119
3032026-09-08T02:13:45.534Zuser 1:08.473903100
3042026-09-08T02:13:45.534Zsys 9.645027952
3052026-09-08T02:13:45.534Ztrap 0.025144684
3062026-09-08T02:13:45.534Ztflt 0.076055411
3072026-09-08T02:13:45.534Zdflt 0.138119859
3082026-09-08T02:13:45.534Zkflt 0.002188981
3092026-09-08T02:13:45.538Zlock 3:52.080330738
3102026-09-08T02:13:45.538Zslp 3:04.064652341
3112026-09-08T02:13:45.538Zlat 2.518814504
3122026-09-08T02:13:45.538Zstop 7.693816035
3132026-09-08T02:13:45.538Z+ pushd xde-link
3142026-09-08T02:13:45.538Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-09-08T02:13:45.538Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-09-08T02:13:45.707Z 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-08T02:13:45.707Z 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-08T02:13:45.707Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-09-08T02:13:56.461Z 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-08T02:13:58.788Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.19s
3212026-09-08T02:13:58.807Z
3222026-09-08T02:13:58.807Zreal 13.267567941
3232026-09-08T02:13:58.807Zuser 20.828469334
3242026-09-08T02:13:58.807Zsys 1.203903745
3252026-09-08T02:13:58.810Ztrap 0.004100610
3262026-09-08T02:13:58.810Ztflt 0.001593301
3272026-09-08T02:13:58.810Zdflt 0.028810948
3282026-09-08T02:13:58.810Zkflt 0.000001180
3292026-09-08T02:13:58.810Zlock 1:11.995273581
3302026-09-08T02:13:58.810Zslp 44.094105622
3312026-09-08T02:13:58.810Zlat 0.448687926
3322026-09-08T02:13:58.810Zstop 0.136376588
3332026-09-08T02:13:58.810Z+ popd
3342026-09-08T02:13:58.810Z+ popd
3352026-09-08T02:13:58.810Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-09-08T02:13:58.810Z+ header 'build xde (debug)'
3372026-09-08T02:13:58.810Z/work/oxidecomputer/opte
3382026-09-08T02:13:58.810Z+ echo '# ==== build xde (debug) ==== #'
3392026-09-08T02:13:58.811Z# ==== build xde (debug) ==== #
3402026-09-08T02:13:58.811Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-09-08T02:13:58.954Z Downloading crates ...
3422026-09-08T02:13:59.011Z Downloaded anstyle-parse v1.0.0
3432026-09-08T02:13:59.026Z Downloaded is_terminal_polyfill v1.70.2
3442026-09-08T02:13:59.031Z Downloaded colorchoice v1.0.5
3452026-09-08T02:13:59.034Z Downloaded anstream v1.0.0
3462026-09-08T02:13:59.038Z Downloaded clap_lex v1.1.0
3472026-09-08T02:13:59.042Z Downloaded heck v0.5.0
3482026-09-08T02:13:59.046Z Downloaded utf8parse v0.2.2
3492026-09-08T02:13:59.049Z Downloaded errno v0.3.14
3502026-09-08T02:13:59.049Z Downloaded anstyle v1.0.14
3512026-09-08T02:13:59.049Z Downloaded equivalent v1.0.2
3522026-09-08T02:13:59.053Z Downloaded cargo_metadata v0.23.1
3532026-09-08T02:13:59.058Z Downloaded cargo-platform v0.3.3
3542026-09-08T02:13:59.058Z Downloaded anstyle-query v1.1.5
3552026-09-08T02:13:59.063Z Downloaded clap_derive v4.6.1
3562026-09-08T02:13:59.066Z Downloaded serde_spanned v1.1.1
3572026-09-08T02:13:59.069Z Downloaded terminal_size v0.4.4
3582026-09-08T02:13:59.072Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3592026-09-08T02:13:59.079Z Downloaded zmij v1.0.22
3602026-09-08T02:13:59.084Z Downloaded camino v1.2.4
3612026-09-08T02:13:59.087Z Downloaded semver v1.0.28
3622026-09-08T02:13:59.090Z Downloaded itoa v1.0.18
3632026-09-08T02:13:59.093Z Downloaded anyhow v1.0.103
3642026-09-08T02:13:59.096Z Downloaded toml_writer v1.1.1+spec-1.1.0
3652026-09-08T02:13:59.099Z Downloaded clap v4.6.1
3662026-09-08T02:13:59.105Z Downloaded toml v1.1.2+spec-1.1.0
3672026-09-08T02:13:59.112Z Downloaded indexmap v2.14.0
3682026-09-08T02:13:59.115Z Downloaded toml_parser v1.1.2+spec-1.1.0
3692026-09-08T02:13:59.123Z Downloaded rustix v1.1.4
3702026-09-08T02:13:59.135Z Downloaded winnow v1.0.3
3712026-09-08T02:13:59.140Z Downloaded serde_json v1.0.150
3722026-09-08T02:13:59.143Z Downloaded clap_builder v4.6.0
3732026-09-08T02:13:59.176Z Downloaded libc v0.2.186
3742026-09-08T02:13:59.224Z Compiling proc-macro2 v1.0.106
3752026-09-08T02:13:59.228Z Compiling serde_core v1.0.228
3762026-09-08T02:13:59.228Z Compiling quote v1.0.46
3772026-09-08T02:13:59.228Z Compiling unicode-ident v1.0.24
3782026-09-08T02:13:59.228Z Compiling libc v0.2.186
3792026-09-08T02:13:59.228Z Compiling rustix v1.1.4
3802026-09-08T02:13:59.228Z Compiling zmij v1.0.22
3812026-09-08T02:13:59.244Z Compiling utf8parse v0.2.2
3822026-09-08T02:13:59.375Z Compiling bitflags v2.13.0
3832026-09-08T02:13:59.390Z Compiling anstyle-parse v1.0.0
3842026-09-08T02:13:59.585Z Compiling thiserror v2.0.18
3852026-09-08T02:13:59.585Z Compiling serde v1.0.228
3862026-09-08T02:13:59.603Z Compiling is_terminal_polyfill v1.70.2
3872026-09-08T02:13:59.687Z Compiling colorchoice v1.0.5
3882026-09-08T02:13:59.771Z Compiling camino v1.2.4
3892026-09-08T02:13:59.799Z Compiling anstyle-query v1.1.5
3902026-09-08T02:13:59.817Z Compiling serde_json v1.0.150
3912026-09-08T02:13:59.874Z Compiling anstyle v1.0.14
3922026-09-08T02:13:59.933Z Compiling errno v0.3.14
3932026-09-08T02:14:00.084Z Compiling anstream v1.0.0
3942026-09-08T02:14:00.099Z Compiling memchr v2.8.3
3952026-09-08T02:14:00.112Z Compiling anyhow v1.0.103
3962026-09-08T02:14:00.133Z Compiling clap_lex v1.1.0
3972026-09-08T02:14:00.403Z Compiling winnow v1.0.3
3982026-09-08T02:14:00.409Z Compiling itoa v1.0.18
3992026-09-08T02:14:00.515Z Compiling terminal_size v0.4.4
4002026-09-08T02:14:00.574Z Compiling syn v2.0.118
4012026-09-08T02:14:00.625Z Compiling strsim v0.11.1
4022026-09-08T02:14:00.662Z Compiling heck v0.5.0
4032026-09-08T02:14:00.814Z Compiling clap_builder v4.6.0
4042026-09-08T02:14:00.854Z Compiling toml_parser v1.1.2+spec-1.1.0
4052026-09-08T02:14:00.859Z Compiling toml_writer v1.1.1+spec-1.1.0
4062026-09-08T02:14:01.407Z Compiling toml_datetime v1.1.1+spec-1.1.0
4072026-09-08T02:14:01.565Z Compiling serde_spanned v1.1.1
4082026-09-08T02:14:01.636Z Compiling semver v1.0.28
4092026-09-08T02:14:01.722Z Compiling cargo-platform v0.3.3
4102026-09-08T02:14:01.919Z Compiling toml v1.1.2+spec-1.1.0
4112026-09-08T02:14:02.876Z Compiling serde_derive v1.0.228
4122026-09-08T02:14:03.014Z Compiling thiserror-impl v2.0.18
4132026-09-08T02:14:03.062Z Compiling clap_derive v4.6.1
4142026-09-08T02:14:04.584Z Compiling clap v4.6.1
4152026-09-08T02:14:05.953Z Compiling cargo_metadata v0.23.1
4162026-09-08T02:14:08.359Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-09-08T02:14:09.963Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.14s
4182026-09-08T02:14:09.975Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-09-08T02:14:11.248ZBuilding xde (dev).
4202026-09-08T02:14:11.468Z Compiling serde_core v1.0.228
4212026-09-08T02:14:11.468Z Compiling byteorder v1.5.0
4222026-09-08T02:14:11.468Z Compiling cfg-if v1.0.4
4232026-09-08T02:14:11.468Z Compiling macaddr v1.0.1
4242026-09-08T02:14:11.472Z Compiling stable_deref_trait v1.2.1
4252026-09-08T02:14:11.489Z Compiling zerocopy v0.8.54
4262026-09-08T02:14:11.492Z Compiling thiserror v2.0.18
4272026-09-08T02:14:11.495Z Compiling managed v0.8.0
4282026-09-08T02:14:11.539Z Compiling bitflags v1.3.2
4292026-09-08T02:14:11.546Z Compiling cobs v0.3.0
4302026-09-08T02:14:11.583Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-09-08T02:14:11.601Z Compiling either v1.16.0
4322026-09-08T02:14:11.653Z Compiling hash32 v0.3.1
4332026-09-08T02:14:11.703Z Compiling ref-cast v1.0.25
4342026-09-08T02:14:11.733Z Compiling crc32fast v1.5.0
4352026-09-08T02:14:11.772Z Compiling heapless v0.8.0
4362026-09-08T02:14:11.793Z Compiling itertools v0.15.0
4372026-09-08T02:14:11.803Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-09-08T02:14:11.813Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-09-08T02:14:11.853Z Compiling dyn-clone v1.0.20
4402026-09-08T02:14:11.919Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-09-08T02:14:12.122Z Compiling smoltcp v0.11.0
4422026-09-08T02:14:12.983Z Compiling bitflags v2.13.0
4432026-09-08T02:14:12.983Z Compiling serde v1.0.228
4442026-09-08T02:14:12.983Z Compiling uuid v1.23.5
4452026-09-08T02:14:13.114Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-09-08T02:14:13.389Z Compiling postcard v1.1.3
4472026-09-08T02:14:14.248Z Compiling ingot-types v0.2.0
4482026-09-08T02:14:14.532Z Compiling ingot v0.2.0
4492026-09-08T02:14:15.957Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-09-08T02:14:19.468Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-09-08T02:14:29.437Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-09-08T02:14:37.461Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.18s
4532026-09-08T02:14:37.484ZLinking xde kmod...
4542026-09-08T02:14:38.489ZBuilding xde dev link helper (dev).
4552026-09-08T02:14:38.639Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-09-08T02:14:38.973Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s
4572026-09-08T02:14:38.997Z
4582026-09-08T02:14:39.001Zreal 40.186238630
4592026-09-08T02:14:39.001Zuser 2:10.778991954
4602026-09-08T02:14:39.001Zsys 10.645903057
4612026-09-08T02:14:39.001Ztrap 0.049199372
4622026-09-08T02:14:39.001Ztflt 0.292206584
4632026-09-08T02:14:39.001Zdflt 0.569139867
4642026-09-08T02:14:39.001Zkflt 0.000009450
4652026-09-08T02:14:39.001Zlock 6:33.061596630
4662026-09-08T02:14:39.001Zslp 3:46.587814842
4672026-09-08T02:14:39.001Zlat 4.963639508
4682026-09-08T02:14:39.001Zstop 5.472810741
4692026-09-08T02:14:39.001Z+ header 'build xde (release)'
4702026-09-08T02:14:39.001Z+ echo '# ==== build xde (release) ==== #'
4712026-09-08T02:14:39.001Z# ==== build xde (release) ==== #
4722026-09-08T02:14:39.001Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-09-08T02:14:39.136Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4742026-09-08T02:14:39.139Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-09-08T02:14:39.326ZBuilding xde (release-lto).
4762026-09-08T02:14:39.545Z 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-08T02:14:39.545Z 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-08T02:14:39.545Z Compiling proc-macro2 v1.0.106
4792026-09-08T02:14:39.548Z Compiling unicode-ident v1.0.24
4802026-09-08T02:14:39.548Z Compiling quote v1.0.46
4812026-09-08T02:14:39.548Z Compiling serde_core v1.0.228
4822026-09-08T02:14:39.548Z Compiling strsim v0.11.1
4832026-09-08T02:14:39.548Z Compiling ident_case v1.0.1
4842026-09-08T02:14:39.659Z Compiling memchr v2.8.3
4852026-09-08T02:14:39.662Z Compiling regex-syntax v0.8.11
4862026-09-08T02:14:39.912Z Compiling serde v1.0.228
4872026-09-08T02:14:39.917Z Compiling zerocopy v0.8.54
4882026-09-08T02:14:39.922Z Compiling thiserror v2.0.18
4892026-09-08T02:14:40.054Z Compiling aho-corasick v1.1.4
4902026-09-08T02:14:40.274Z Compiling either v1.16.0
4912026-09-08T02:14:40.320Z Compiling heapless v0.8.0
4922026-09-08T02:14:40.465Z Compiling itertools v0.15.0
4932026-09-08T02:14:40.499Z Compiling smoltcp v0.11.0
4942026-09-08T02:14:40.654Z Compiling syn v2.0.118
4952026-09-08T02:14:40.714Z Compiling ref-cast v1.0.25
4962026-09-08T02:14:40.780Z Compiling crc32fast v1.5.0
4972026-09-08T02:14:40.936Z Compiling version_check v0.9.5
4982026-09-08T02:14:41.083Z Compiling regex-automata v0.4.15
4992026-09-08T02:14:41.290Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5002026-09-08T02:14:42.593Z Compiling regex v1.13.0
5012026-09-08T02:14:42.961Z Compiling darling_core v0.23.0
5022026-09-08T02:14:43.740Z Compiling zerocopy-derive v0.8.54
5032026-09-08T02:14:43.740Z Compiling thiserror-impl v2.0.18
5042026-09-08T02:14:43.740Z Compiling serde_derive v1.0.228
5052026-09-08T02:14:43.740Z Compiling ref-cast-impl v1.0.25
5062026-09-08T02:14:43.744Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-09-08T02:14:45.127Z Compiling darling_macro v0.23.0
5082026-09-08T02:14:45.983Z Compiling darling v0.23.0
5092026-09-08T02:14:46.043Z Compiling ingot-macros v0.2.0
5102026-09-08T02:14:46.044Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5112026-09-08T02:14:51.995Z 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-08T02:14:54.314Z Compiling byteorder v1.5.0
5132026-09-08T02:14:54.314Z Compiling cfg-if v1.0.4
5142026-09-08T02:14:54.314Z Compiling macaddr v1.0.1
5152026-09-08T02:14:54.318Z Compiling stable_deref_trait v1.2.1
5162026-09-08T02:14:54.373Z Compiling managed v0.8.0
5172026-09-08T02:14:54.381Z Compiling cobs v0.3.0
5182026-09-08T02:14:54.408Z Compiling bitflags v1.3.2
5192026-09-08T02:14:54.472Z Compiling hash32 v0.3.1
5202026-09-08T02:14:54.607Z Compiling dyn-clone v1.0.20
5212026-09-08T02:14:54.677Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5222026-09-08T02:14:55.870Z Compiling bitflags v2.13.0
5232026-09-08T02:14:55.870Z Compiling uuid v1.23.5
5242026-09-08T02:14:56.012Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5252026-09-08T02:14:56.300Z Compiling postcard v1.1.3
5262026-09-08T02:14:57.117Z Compiling ingot-types v0.2.0
5272026-09-08T02:14:57.431Z Compiling ingot v0.2.0
5282026-09-08T02:14:58.944Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5292026-09-08T02:15:02.762Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5302026-09-08T02:15:11.665Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5312026-09-08T02:15:42.439Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
5322026-09-08T02:15:42.461ZLinking xde kmod...
5332026-09-08T02:15:43.052ZBuilding xde dev link helper (release).
5342026-09-08T02:15:43.198Z 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-08T02:15:43.198Z 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-08T02:15:43.198Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5372026-09-08T02:15:54.604Z 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-08T02:15:57.263Z Finished `release` profile [optimized + debuginfo] target(s) in 14.18s
5392026-09-08T02:15:57.282Z
5402026-09-08T02:15:57.285Zreal 1:18.281868373
5412026-09-08T02:15:57.285Zuser 2:07.802697687
5422026-09-08T02:15:57.285Zsys 11.944758748
5432026-09-08T02:15:57.285Ztrap 0.027850303
5442026-09-08T02:15:57.286Ztflt 0.209019392
5452026-09-08T02:15:57.286Zdflt 0.152098227
5462026-09-08T02:15:57.286Zkflt 0.000043210
5472026-09-08T02:15:57.286Zlock 10:06.099262135
5482026-09-08T02:15:57.286Zslp 6:00.529573935
5492026-09-08T02:15:57.286Zlat 1.908103727
5502026-09-08T02:15:57.286Zstop 3.968346167
5512026-09-08T02:15:57.286Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5522026-09-08T02:15:57.286Z+ grep GOTPCREL
5532026-09-08T02:15:58.960Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5542026-09-08T02:15:58.964Z+ grep GOTPCREL
5552026-09-08T02:15:59.949Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5562026-09-08T02:16:00.004Z+ sha256sum /work/debug/xde.dbg
5572026-09-08T02:16:00.055Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5582026-09-08T02:16:00.058Z+ sha256sum /work/debug/xde_link.dbg.so
5592026-09-08T02:16:00.061Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5602026-09-08T02:16:00.097Z+ sha256sum /work/release/xde
5612026-09-08T02:16:00.127Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5622026-09-08T02:16:00.131Z+ sha256sum /work/release/xde_link.so
5632026-09-08T02:16:00.134Z+ header 'build xde integration tests'
5642026-09-08T02:16:00.134Z+ echo '# ==== build xde integration tests ==== #'
5652026-09-08T02:16:00.134Z# ==== build xde integration tests ==== #
5662026-09-08T02:16:00.134Z+ pushd xde-tests
5672026-09-08T02:16:00.134Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5682026-09-08T02:16:00.134Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5692026-09-08T02:16:00.213Z+ cargo clippy --all-targets -- --deny warnings
5702026-09-08T02:16:00.419Z Compiling serde_core v1.0.228
5712026-09-08T02:16:00.420Z Checking cfg-if v1.0.4
5722026-09-08T02:16:00.420Z Checking memchr v2.8.3
5732026-09-08T02:16:00.420Z Compiling rustversion v1.0.23
5742026-09-08T02:16:00.423Z Compiling serde v1.0.228
5752026-09-08T02:16:00.423Z Compiling version_check v0.9.5
5762026-09-08T02:16:00.448Z Compiling libc v0.2.186
5772026-09-08T02:16:00.451Z Compiling syn v2.0.118
5782026-09-08T02:16:00.487Z Compiling strsim v0.11.1
5792026-09-08T02:16:00.687Z Compiling ident_case v1.0.1
5802026-09-08T02:16:00.762Z Checking pin-project-lite v0.2.17
5812026-09-08T02:16:00.790Z Compiling syn v1.0.109
5822026-09-08T02:16:00.800Z Compiling regex-syntax v0.8.11
5832026-09-08T02:16:00.825Z Compiling equivalent v1.0.2
5842026-09-08T02:16:00.897Z Compiling zerocopy v0.8.54
5852026-09-08T02:16:01.093Z Compiling either v1.16.0
5862026-09-08T02:16:01.113Z Compiling hashbrown v0.17.1
5872026-09-08T02:16:01.260Z Compiling aho-corasick v1.1.4
5882026-09-08T02:16:01.284Z Compiling winnow v1.0.3
5892026-09-08T02:16:01.319Z Compiling itertools v0.15.0
5902026-09-08T02:16:01.647Z Compiling indexmap v2.14.0
5912026-09-08T02:16:02.218Z Compiling regex-automata v0.4.15
5922026-09-08T02:16:02.234Z Compiling toml_parser v1.1.2+spec-1.1.0
5932026-09-08T02:16:02.271Z Compiling heapless v0.8.0
5942026-09-08T02:16:02.560Z Compiling toml_datetime v1.1.1+spec-1.1.0
5952026-09-08T02:16:02.596Z Checking byteorder v1.5.0
5962026-09-08T02:16:02.744Z Checking hash32 v0.3.1
5972026-09-08T02:16:02.765Z Compiling toml_edit v0.25.12+spec-1.1.0
5982026-09-08T02:16:02.780Z Checking bitflags v2.13.0
5992026-09-08T02:16:02.799Z Compiling slog v2.8.2
6002026-09-08T02:16:02.838Z Checking stable_deref_trait v1.2.1
6012026-09-08T02:16:02.899Z Checking futures-sink v0.3.32
6022026-09-08T02:16:02.920Z Compiling darling_core v0.23.0
6032026-09-08T02:16:02.929Z Compiling smoltcp v0.11.0
6042026-09-08T02:16:02.984Z Checking macaddr v1.0.1
6052026-09-08T02:16:03.010Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6062026-09-08T02:16:03.117Z Checking futures-core v0.3.32
6072026-09-08T02:16:03.232Z Checking futures-channel v0.3.32
6082026-09-08T02:16:03.252Z Compiling proc-macro-error-attr v1.0.4
6092026-09-08T02:16:03.413Z Compiling proc-macro-crate v3.5.0
6102026-09-08T02:16:03.507Z Compiling crc32fast v1.5.0
6112026-09-08T02:16:03.639Z Checking bitflags v1.3.2
6122026-09-08T02:16:03.691Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6132026-09-08T02:16:03.697Z Compiling autocfg v1.5.1
6142026-09-08T02:16:03.786Z Compiling getrandom v0.4.3
6152026-09-08T02:16:03.822Z Checking futures-task v0.3.32
6162026-09-08T02:16:03.892Z Compiling regex v1.13.0
6172026-09-08T02:16:03.951Z Checking slab v0.4.12
6182026-09-08T02:16:04.032Z Checking rand_core v0.10.1
6192026-09-08T02:16:04.038Z Checking managed v0.8.0
6202026-09-08T02:16:04.101Z Checking futures-io v0.3.32
6212026-09-08T02:16:04.149Z Compiling serde_derive v1.0.228
6222026-09-08T02:16:04.161Z Compiling thiserror-impl v2.0.18
6232026-09-08T02:16:04.204Z Compiling zerocopy-derive v0.8.54
6242026-09-08T02:16:04.204Z Compiling futures-macro v0.3.32
6252026-09-08T02:16:04.288Z Compiling ref-cast v1.0.25
6262026-09-08T02:16:04.692Z Compiling ref-cast-impl v1.0.25
6272026-09-08T02:16:04.796Z Compiling foreign-types-macros v0.2.3
6282026-09-08T02:16:05.006Z Checking futures-util v0.3.32
6292026-09-08T02:16:05.071Z Compiling darling_macro v0.23.0
6302026-09-08T02:16:05.272Z Compiling num_enum_derive v0.7.6
6312026-09-08T02:16:05.350Z Checking thiserror v2.0.18
6322026-09-08T02:16:05.416Z Compiling num-traits v0.2.19
6332026-09-08T02:16:05.437Z Checking cobs v0.3.0
6342026-09-08T02:16:05.621Z Compiling darling v0.23.0
6352026-09-08T02:16:05.632Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6362026-09-08T02:16:05.648Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6372026-09-08T02:16:05.687Z Compiling ingot-macros v0.2.0
6382026-09-08T02:16:05.814Z Compiling proc-macro-error v1.0.4
6392026-09-08T02:16:05.880Z Checking foreign-types-shared v0.3.1
6402026-09-08T02:16:05.933Z Checking cpufeatures v0.3.0
6412026-09-08T02:16:05.952Z Checking once_cell v1.21.4
6422026-09-08T02:16:05.991Z Checking ipnetwork v0.21.1
6432026-09-08T02:16:06.028Z Checking unicode-width v0.2.2
6442026-09-08T02:16:06.118Z Compiling crossbeam-utils v0.8.22
6452026-09-08T02:16:06.160Z Checking tracing-core v0.1.36
6462026-09-08T02:16:06.256Z Checking num_enum v0.7.6
6472026-09-08T02:16:06.267Z Checking tabwriter v1.4.1
6482026-09-08T02:16:06.398Z Checking chacha20 v0.10.1
6492026-09-08T02:16:06.417Z Checking foreign-types v0.5.0
6502026-09-08T02:16:06.474Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6512026-09-08T02:16:06.583Z Checking anyhow v1.0.103
6522026-09-08T02:16:06.870Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6532026-09-08T02:16:06.899Z Compiling tracing-attributes v0.1.31
6542026-09-08T02:16:06.913Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6552026-09-08T02:16:06.923Z Checking futures-executor v0.3.32
6562026-09-08T02:16:07.190Z Checking cstr-argument v0.1.2
6572026-09-08T02:16:07.193Z Checking erased-serde v0.3.31
6582026-09-08T02:16:07.297Z Checking postcard v1.1.3
6592026-09-08T02:16:07.341Z Checking pretty-hex v0.4.2
6602026-09-08T02:16:07.447Z Checking dyn-clone v1.0.20
6612026-09-08T02:16:07.482Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6622026-09-08T02:16:07.539Z Compiling time-core v0.1.9
6632026-09-08T02:16:07.565Z Compiling thiserror v1.0.69
6642026-09-08T02:16:07.684Z Compiling num-conv v0.2.2
6652026-09-08T02:16:07.717Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6662026-09-08T02:16:07.803Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6672026-09-08T02:16:07.823Z Compiling time-macros v0.2.31
6682026-09-08T02:16:07.860Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6692026-09-08T02:16:07.892Z Checking futures v0.3.32
6702026-09-08T02:16:07.938Z Checking rand v0.10.2
6712026-09-08T02:16:08.074Z Checking tracing v0.1.44
6722026-09-08T02:16:08.209Z Compiling thiserror-impl v1.0.69
6732026-09-08T02:16:08.258Z Checking uuid v1.23.5
6742026-09-08T02:16:08.338Z Checking arc-swap v1.9.2
6752026-09-08T02:16:08.343Z Checking socket2 v0.6.4
6762026-09-08T02:16:08.348Z Checking ingot-types v0.2.0
6772026-09-08T02:16:08.391Z Checking nom v8.0.0
6782026-09-08T02:16:08.570Z Checking thread_local v1.1.10
6792026-09-08T02:16:08.622Z Checking powerfmt v0.2.0
6802026-09-08T02:16:08.769Z Compiling heck v0.4.1
6812026-09-08T02:16:08.776Z Checking ingot v0.2.0
6822026-09-08T02:16:08.857Z Checking colored v3.1.1
6832026-09-08T02:16:09.045Z Checking deranged v0.5.8
6842026-09-08T02:16:09.206Z Checking lazy_static v1.5.0
6852026-09-08T02:16:09.257Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6862026-09-08T02:16:09.287Z Compiling slog-async v2.8.0
6872026-09-08T02:16:09.384Z Checking oxnet v0.1.6
6882026-09-08T02:16:09.390Z Checking iana-time-zone v0.1.65
6892026-09-08T02:16:09.484Z Checking chrono v0.4.45
6902026-09-08T02:16:09.567Z Checking slog-scope v4.4.1
6912026-09-08T02:16:09.590Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6922026-09-08T02:16:09.686Z Checking crossbeam-channel v0.5.16
6932026-09-08T02:16:09.951Z Checking time v0.3.53
6942026-09-08T02:16:10.008Z Checking cookie-factory v0.3.3
6952026-09-08T02:16:10.229Z Checking itertools v0.12.1
6962026-09-08T02:16:10.235Z Checking is-terminal v0.4.17
6972026-09-08T02:16:10.253Z Checking term v1.2.1
6982026-09-08T02:16:10.293Z Checking log v0.4.33
6992026-09-08T02:16:10.302Z Checking circular v0.3.0
7002026-09-08T02:16:10.374Z Checking rusticata-macros v5.0.0
7012026-09-08T02:16:10.377Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7022026-09-08T02:16:10.404Z Checking take_mut v0.2.2
7032026-09-08T02:16:10.443Z Checking slog-stdlog v4.1.1
7042026-09-08T02:16:10.495Z Checking pcap-parser v0.17.0
7052026-09-08T02:16:11.073Z Checking slog-term v2.9.2
7062026-09-08T02:16:11.194Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7072026-09-08T02:16:11.474Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7082026-09-08T02:16:11.811Z Checking slog-envlogger v2.2.0
7092026-09-08T02:16:14.904Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7102026-09-08T02:16:16.588Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7112026-09-08T02:16:16.589Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7122026-09-08T02:16:16.929Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7132026-09-08T02:16:17.486Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.23s
7142026-09-08T02:16:17.522Z+ cargo build --test loopback
7152026-09-08T02:16:17.688Z Compiling cfg-if v1.0.4
7162026-09-08T02:16:17.688Z Compiling memchr v2.8.3
7172026-09-08T02:16:17.691Z Compiling serde_core v1.0.228
7182026-09-08T02:16:17.715Z Compiling libc v0.2.186
7192026-09-08T02:16:17.719Z Compiling thiserror v2.0.18
7202026-09-08T02:16:17.722Z Compiling pin-project-lite v0.2.17
7212026-09-08T02:16:17.726Z Compiling either v1.16.0
7222026-09-08T02:16:17.726Z Compiling byteorder v1.5.0
7232026-09-08T02:16:17.762Z Compiling zerocopy v0.8.54
7242026-09-08T02:16:17.790Z Compiling futures-sink v0.3.32
7252026-09-08T02:16:17.794Z Compiling macaddr v1.0.1
7262026-09-08T02:16:17.881Z Compiling hash32 v0.3.1
7272026-09-08T02:16:17.885Z Compiling stable_deref_trait v1.2.1
7282026-09-08T02:16:17.908Z Compiling futures-core v0.3.32
7292026-09-08T02:16:17.945Z Compiling cobs v0.3.0
7302026-09-08T02:16:18.026Z Compiling futures-channel v0.3.32
7312026-09-08T02:16:18.030Z Compiling heapless v0.8.0
7322026-09-08T02:16:18.050Z Compiling slab v0.4.12
7332026-09-08T02:16:18.062Z Compiling futures-io v0.3.32
7342026-09-08T02:16:18.216Z Compiling bitflags v1.3.2
7352026-09-08T02:16:18.222Z Compiling futures-task v0.3.32
7362026-09-08T02:16:18.241Z Compiling managed v0.8.0
7372026-09-08T02:16:18.252Z Compiling rand_core v0.10.1
7382026-09-08T02:16:18.279Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7392026-09-08T02:16:18.400Z Compiling smoltcp v0.11.0
7402026-09-08T02:16:18.404Z Compiling futures-util v0.3.32
7412026-09-08T02:16:18.441Z Compiling cpufeatures v0.3.0
7422026-09-08T02:16:18.468Z Compiling ipnetwork v0.21.1
7432026-09-08T02:16:18.504Z Compiling once_cell v1.21.4
7442026-09-08T02:16:18.513Z Compiling unicode-width v0.2.2
7452026-09-08T02:16:18.740Z Compiling foreign-types-shared v0.3.1
7462026-09-08T02:16:18.814Z Compiling foreign-types v0.5.0
7472026-09-08T02:16:18.824Z Compiling tabwriter v1.4.1
7482026-09-08T02:16:18.884Z Compiling tracing-core v0.1.36
7492026-09-08T02:16:19.005Z Compiling chacha20 v0.10.1
7502026-09-08T02:16:19.237Z Compiling getrandom v0.4.3
7512026-09-08T02:16:19.293Z Compiling ref-cast v1.0.25
7522026-09-08T02:16:19.343Z Compiling num_enum v0.7.6
7532026-09-08T02:16:19.386Z Compiling crc32fast v1.5.0
7542026-09-08T02:16:19.444Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7552026-09-08T02:16:19.454Z Compiling cstr-argument v0.1.2
7562026-09-08T02:16:19.549Z Compiling serde v1.0.228
7572026-09-08T02:16:19.614Z Compiling bitflags v2.13.0
7582026-09-08T02:16:19.618Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7592026-09-08T02:16:19.706Z Compiling itertools v0.15.0
7602026-09-08T02:16:19.712Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7612026-09-08T02:16:20.024Z Compiling erased-serde v0.3.31
7622026-09-08T02:16:20.185Z Compiling postcard v1.1.3
7632026-09-08T02:16:20.189Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7642026-09-08T02:16:20.407Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7652026-09-08T02:16:20.529Z Compiling slog v2.8.2
7662026-09-08T02:16:20.687Z Compiling ingot-types v0.2.0
7672026-09-08T02:16:20.714Z Compiling futures-executor v0.3.32
7682026-09-08T02:16:20.742Z Compiling dyn-clone v1.0.20
7692026-09-08T02:16:20.793Z Compiling pretty-hex v0.4.2
7702026-09-08T02:16:20.903Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7712026-09-08T02:16:20.922Z Compiling futures v0.3.32
7722026-09-08T02:16:20.972Z Compiling tracing v0.1.44
7732026-09-08T02:16:20.994Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7742026-09-08T02:16:21.114Z Compiling ingot v0.2.0
7752026-09-08T02:16:21.114Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7762026-09-08T02:16:21.123Z Compiling uuid v1.23.5
7772026-09-08T02:16:21.126Z Compiling num-traits v0.2.19
7782026-09-08T02:16:21.129Z Compiling rand v0.10.2
7792026-09-08T02:16:21.300Z Compiling crossbeam-utils v0.8.22
7802026-09-08T02:16:21.343Z Compiling nom v8.0.0
7812026-09-08T02:16:21.573Z Compiling aho-corasick v1.1.4
7822026-09-08T02:16:21.760Z Compiling socket2 v0.6.4
7832026-09-08T02:16:21.807Z Compiling thread_local v1.1.10
7842026-09-08T02:16:22.060Z Compiling arc-swap v1.9.2
7852026-09-08T02:16:22.107Z Compiling powerfmt v0.2.0
7862026-09-08T02:16:22.200Z Compiling winnow v1.0.3
7872026-09-08T02:16:22.371Z Compiling regex-syntax v0.8.11
7882026-09-08T02:16:22.432Z Compiling iana-time-zone v0.1.65
7892026-09-08T02:16:22.687Z Compiling oxnet v0.1.6
7902026-09-08T02:16:22.839Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7912026-09-08T02:16:22.858Z Compiling num-conv v0.2.2
7922026-09-08T02:16:23.039Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7932026-09-08T02:16:23.167Z Compiling colored v3.1.1
7942026-09-08T02:16:23.275Z Compiling lazy_static v1.5.0
7952026-09-08T02:16:23.279Z Compiling deranged v0.5.8
7962026-09-08T02:16:23.365Z Compiling time-core v0.1.9
7972026-09-08T02:16:23.582Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
7982026-09-08T02:16:23.732Z Compiling rusticata-macros v5.0.0
7992026-09-08T02:16:24.032Z Compiling regex-automata v0.4.15
8002026-09-08T02:16:24.061Z Compiling slog-scope v4.4.1
8012026-09-08T02:16:24.266Z Compiling time v0.3.53
8022026-09-08T02:16:24.541Z Compiling chrono v0.4.45
8032026-09-08T02:16:25.315Z Compiling thiserror v1.0.69
8042026-09-08T02:16:25.413Z Compiling crossbeam-channel v0.5.16
8052026-09-08T02:16:26.128Z Compiling cookie-factory v0.3.3
8062026-09-08T02:16:26.236Z Compiling is-terminal v0.4.17
8072026-09-08T02:16:26.331Z Compiling itertools v0.12.1
8082026-09-08T02:16:26.446Z Compiling log v0.4.33
8092026-09-08T02:16:26.739Z Compiling take_mut v0.2.2
8102026-09-08T02:16:26.846Z Compiling term v1.2.1
8112026-09-08T02:16:27.782Z Compiling circular v0.3.0
8122026-09-08T02:16:28.040Z Compiling pcap-parser v0.17.0
8132026-09-08T02:16:28.187Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8142026-09-08T02:16:28.399Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8152026-09-08T02:16:29.279Z Compiling slog-term v2.9.2
8162026-09-08T02:16:30.158Z Compiling slog-async v2.8.0
8172026-09-08T02:16:30.224Z Compiling slog-stdlog v4.1.1
8182026-09-08T02:16:30.590Z Compiling regex v1.13.0
8192026-09-08T02:16:31.272Z Compiling slog-envlogger v2.2.0
8202026-09-08T02:16:31.392Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8212026-09-08T02:16:31.422Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8222026-09-08T02:16:31.711Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8232026-09-08T02:16:32.717Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8242026-09-08T02:16:39.971Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.44s
8252026-09-08T02:16:40.003Z++ cargo build -q --test loopback --message-format=json
8262026-09-08T02:16:40.006Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8272026-09-08T02:16:40.122Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803
8282026-09-08T02:16:40.122Z+ cargo build --test multicast_rx
8292026-09-08T02:16:40.227Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-09-08T02:16:42.015Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.88s
8312026-09-08T02:16:42.048Z++ cargo build -q --test multicast_rx --message-format=json
8322026-09-08T02:16:42.052Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-09-08T02:16:42.167Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326
8342026-09-08T02:16:42.167Z+ cargo build --test multicast_multi_sub
8352026-09-08T02:16:42.268Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-09-08T02:16:44.112Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.93s
8372026-09-08T02:16:44.145Z++ cargo build -q --test multicast_multi_sub --message-format=json
8382026-09-08T02:16:44.149Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-09-08T02:16:44.264Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a
8402026-09-08T02:16:44.264Z+ cargo build --test multicast_validation
8412026-09-08T02:16:44.365Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-09-08T02:16:46.398Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.12s
8432026-09-08T02:16:46.432Z++ cargo build -q --test multicast_validation --message-format=json
8442026-09-08T02:16:46.436Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-09-08T02:16:46.550Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb
8462026-09-08T02:16:46.550Z+ cargo build --test multicast_source_filter
8472026-09-08T02:16:46.651Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-09-08T02:16:48.762Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.20s
8492026-09-08T02:16:48.796Z++ cargo build -q --test multicast_source_filter --message-format=json
8502026-09-08T02:16:48.800Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-09-08T02:16:48.918Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5
8522026-09-08T02:16:48.918Z+ cargo build --test multicast_multi_nexthop
8532026-09-08T02:16:49.022Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8542026-09-08T02:16:50.690Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.76s
8552026-09-08T02:16:50.725Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8562026-09-08T02:16:50.729Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8572026-09-08T02:16:50.844Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569
8582026-09-08T02:16:50.845Z+ mkdir -p /work/test
8592026-09-08T02:16:50.848Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback
8602026-09-08T02:16:50.892Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx
8612026-09-08T02:16:50.939Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub
8622026-09-08T02:16:50.987Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation
8632026-09-08T02:16:51.035Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter
8642026-09-08T02:16:51.083Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop
8652026-09-08T02:16:51.133Zprocess exited: duration 237058 ms, exit code 0
 
8662026-09-08T02:16:51.151Zfound 15 output files
8672026-09-08T02:16:51.152Zuploading: /work/debug/xde.dbg (89566024 bytes)
8682026-09-08T02:16:53.422Zuploaded: /work/debug/xde.dbg
8692026-09-08T02:16:53.422Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-09-08T02:16:54.450Zuploaded: /work/debug/xde.dbg.sha256
8712026-09-08T02:16:54.532Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8722026-09-08T02:16:55.572Zuploaded: /work/debug/xde_link.dbg.so
8732026-09-08T02:16:55.572Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-09-08T02:16:56.586Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-09-08T02:16:56.586Zuploading: /work/release/xde (53639032 bytes)
8762026-09-08T02:16:58.380Zuploaded: /work/release/xde
8772026-09-08T02:16:58.380Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-09-08T02:16:59.390Zuploaded: /work/release/xde.sha256
8792026-09-08T02:16:59.390Zuploading: /work/release/xde_link.so (45240 bytes)
8802026-09-08T02:17:00.407Zuploaded: /work/release/xde_link.so
8812026-09-08T02:17:00.407Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-09-08T02:17:01.417Zuploaded: /work/release/xde_link.so.sha256
8832026-09-08T02:17:01.418Zuploading: /work/test/loopback (58925224 bytes)
8842026-09-08T02:17:03.200Zuploaded: /work/test/loopback
8852026-09-08T02:17:03.200Zuploading: /work/test/multicast_rx (59423808 bytes)
8862026-09-08T02:17:05.031Zuploaded: /work/test/multicast_rx
8872026-09-08T02:17:05.034Zuploading: /work/test/multicast_multi_sub (60065656 bytes)
8882026-09-08T02:17:06.969Zuploaded: /work/test/multicast_multi_sub
8892026-09-08T02:17:06.969Zuploading: /work/test/multicast_validation (59409416 bytes)
8902026-09-08T02:17:08.856Zuploaded: /work/test/multicast_validation
8912026-09-08T02:17:08.857Zuploading: /work/test/multicast_source_filter (59710976 bytes)
8922026-09-08T02:17:10.789Zuploaded: /work/test/multicast_source_filter
8932026-09-08T02:17:10.794Zuploading: /work/test/multicast_multi_nexthop (60301536 bytes)
8942026-09-08T02:17:12.722Zuploaded: /work/test/multicast_multi_nexthop
8952026-09-08T02:17:12.722Zuploading: /work/xde.conf (79 bytes)
8962026-09-08T02:17:13.759Zuploaded: /work/xde.conf