01KYEAGDDJVB6C13A2ENRHRMDN: 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: 01KYEAHG5QYDWWK23HJGJ50X09

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:00.612Zjob assigned to worker 01KYEAHK5EV4PVSE7296MJNN4T [factory aws, i-073a8b80f94446aa6] (queued for 47 s)
 
22026-07-26T04:23:07.380Zstarting task 0: "setup"
32026-07-26T04:23:07.385Z++ uname -s
42026-07-26T04:23:07.388Z+ kern=SunOS
52026-07-26T04:23:07.388Z+ build_user=build
62026-07-26T04:23:07.388Z+ build_uid=12345
72026-07-26T04:23:07.388Z+ work_dir=/work
82026-07-26T04:23:07.388Z+ input_dir=/input
92026-07-26T04:23:07.388Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:07.388Z+ case "$kern" in
112026-07-26T04:23:07.389Z+ groupadd -g 12345 build
122026-07-26T04:23:07.392Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:09.395Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:09.490Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:09.493Z+ home_fs=zfs
162026-07-26T04:23:09.493Z+ [[ zfs == autofs ]]
172026-07-26T04:23:09.493Z+ mkdir -p /home/build
182026-07-26T04:23:09.493Z+ chown build:build /home/build /work
192026-07-26T04:23:11.494Z+ chmod 0700 /home/build /work
202026-07-26T04:23:11.497Zprocess exited: duration 4118 ms, exit code 0
 
212026-07-26T04:23:11.504Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:11.508Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:11.508Z * rust toolchain channel = "1.97.1"
242026-07-26T04:23:11.508Z * rust toolchain profile = "default"
252026-07-26T04:23:11.509Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-26T04:23:11.509Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:23:11.509Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:23:11.512Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:11.512Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:11.616Zinfo: downloading installer
312026-07-26T04:23:12.939Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:12.939Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:12.939Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:12.939Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:12.952Zinfo: profile set to default
362026-07-26T04:23:12.952Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:12.955Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:13.093Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:13.096Zinfo: downloading 6 components
402026-07-26T04:23:27.638Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:23:27.638Z
422026-07-26T04:23:27.664Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:27.664Z
442026-07-26T04:23:27.669Z
452026-07-26T04:23:27.669ZRust is installed now. Great!
462026-07-26T04:23:27.669Z
472026-07-26T04:23:27.669ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:27.669Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:27.669Z
502026-07-26T04:23:27.669ZTo configure your current shell, you need to source
512026-07-26T04:23:27.669Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:27.669Z
532026-07-26T04:23:27.670ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:27.670Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:27.670Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:27.670Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:27.670Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:27.670Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:27.670Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:27.670Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:27.670Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:27.754Z+ rustup --version
632026-07-26T04:23:27.762Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:27.765Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:27.783Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:27.786Z+ cargo --version
672026-07-26T04:23:27.801Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:27.804Z+ rustc --version
692026-07-26T04:23:27.823Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:27.826Zprocess exited: duration 16321 ms, exit code 0
 
712026-07-26T04:23:27.831Zstarting task 2: "authentication"
722026-07-26T04:23:27.845ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:23:31.863Zprocess exited: duration 4025 ms, exit code 0
 
742026-07-26T04:23:31.870Zstarting task 3: "clone repository"
752026-07-26T04:23:31.874Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:23:31.877Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:23:31.907ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:23:33.052Z+ cd /work/oxidecomputer/opte
792026-07-26T04:23:33.053Z+ git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8
802026-07-26T04:23:33.282ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:23:33.282Z * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD
822026-07-26T04:23:33.291Z+ [[ -n renovate/rand ]]
832026-07-26T04:23:33.296Z++ git branch --show-current
842026-07-26T04:23:33.297Z+ current=master
852026-07-26T04:23:33.297Z+ [[ master != renovate/rand ]]
862026-07-26T04:23:33.297Z+ git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8
872026-07-26T04:23:33.297Z+ git checkout -f renovate/rand
882026-07-26T04:23:33.309ZSwitched to branch 'renovate/rand'
892026-07-26T04:23:33.313Z+ git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8
902026-07-26T04:23:33.327ZHEAD is now at 47f1798 Update Rust crate rand to 0.10.2
912026-07-26T04:23:33.332Zprocess exited: duration 1456 ms, exit code 0
 
922026-07-26T04:23:33.340Zstarting task 4: "build"
932026-07-26T04:23:33.344Z+ source .github/buildomat/common.sh
942026-07-26T04:23:33.344Z++ rustup show active-toolchain
952026-07-26T04:23:33.349Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:23:33.357Z++ pushd xde
972026-07-26T04:23:33.357Z++ rustup show active-toolchain
982026-07-26T04:23:33.357Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
992026-07-26T04:23:33.357Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:23:33.529Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:23:33.533Zinfo: downloading 6 components
1022026-07-26T04:23:50.119Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:23:50.207Z+++ rustup show active-toolchain -v
1042026-07-26T04:23:50.210Z+++ head -n 1
1052026-07-26T04:23:50.210Z+++ cut '-d ' -f1
1062026-07-26T04:23:50.262Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:23:50.262Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:23:50.266Z++ popd
1092026-07-26T04:23:50.266Z/work/oxidecomputer/opte
1102026-07-26T04:23:50.266Z+ TGT_BASE=/work
1112026-07-26T04:23:50.266Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1122026-07-26T04:23:50.266Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1132026-07-26T04:23:50.266Z+ DBG_TGT=/work/debug
1142026-07-26T04:23:50.266Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1152026-07-26T04:23:50.266Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1162026-07-26T04:23:50.267Z+ REL_TGT=/work/release
1172026-07-26T04:23:50.267Z+ mkdir -p /work/debug /work/release
1182026-07-26T04:23:50.267Z+ cargo --version
1192026-07-26T04:23:50.273Zcargo 1.97.1 (c980f4866 2026-06-30)
1202026-07-26T04:23:50.276Z+ rustc --version
1212026-07-26T04:23:50.295Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1222026-07-26T04:23:50.298Z+ install_pkg jq
1232026-07-26T04:23:50.298Z+ set +o errexit
1242026-07-26T04:23:50.298Z+ pfexec pkg install jq
1252026-07-26T04:23:51.549Z Startup: Refreshing catalog 'helios' ... Done
1262026-07-26T04:23:51.790Z Startup: Caching catalogs ... Done
1272026-07-26T04:23:52.944ZPlanning: Solver setup ... Done
1282026-07-26T04:23:52.994ZPlanning: Running solver ... Done
1292026-07-26T04:23:53.021ZPlanning: Consolidating action changes ... Done
1302026-07-26T04:23:53.021ZPlanning: Evaluating mediators ... Done
1312026-07-26T04:23:53.031ZPlanning: Planning completed in 1.20 seconds
1322026-07-26T04:23:53.075ZNo updates necessary for this image.
1332026-07-26T04:23:53.225Z+ exit_code=4
1342026-07-26T04:23:53.225Z+ [[ 4 -ne 0 ]]
1352026-07-26T04:23:53.225Z+ [[ 4 -ne 4 ]]
1362026-07-26T04:23:53.226Z+ set -o errexit
1372026-07-26T04:23:53.234Z+ pushd xde
1382026-07-26T04:23:53.234Z+ cp xde.conf /work/xde.conf
1392026-07-26T04:23:53.234Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1402026-07-26T04:23:53.234Z+ header 'check style'
1412026-07-26T04:23:53.234Z+ echo '# ==== check style ==== #'
1422026-07-26T04:23:53.234Z# ==== check style ==== #
1432026-07-26T04:23:53.234Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1442026-07-26T04:23:53.453Z
1452026-07-26T04:23:53.453Zreal 0.219723656
1462026-07-26T04:23:53.453Zuser 0.155599966
1472026-07-26T04:23:53.453Zsys 0.054825429
1482026-07-26T04:23:53.453Ztrap 0.000008750
1492026-07-26T04:23:53.453Ztflt 0.000016840
1502026-07-26T04:23:53.453Zdflt 0.000142530
1512026-07-26T04:23:53.462Zkflt 0.000000000
1522026-07-26T04:23:53.463Zlock 0.034205674
1532026-07-26T04:23:53.463Zslp 0.190479931
1542026-07-26T04:23:53.463Zlat 0.000912590
1552026-07-26T04:23:53.463Zstop 0.000105840
1562026-07-26T04:23:53.463Z+ header analyze
1572026-07-26T04:23:53.463Z+ echo '# ==== analyze ==== #'
1582026-07-26T04:23:53.463Z# ==== analyze ==== #
1592026-07-26T04:23:53.463Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1602026-07-26T04:23:53.647Z Updating crates.io index
1612026-07-26T04:23:53.658Z Updating git repository `https://github.com/oxidecomputer/falcon`
1622026-07-26T04:23:54.665Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1632026-07-26T04:23:54.903Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1642026-07-26T04:23:55.898Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1652026-07-26T04:23:55.941Z Updating git repository `https://github.com/oxidecomputer/zone`
1662026-07-26T04:23:55.941Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1672026-07-26T04:23:55.992Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1682026-07-26T04:23:58.059Z Downloading crates ...
1692026-07-26T04:23:58.101Z Downloaded hash32 v0.3.1
1702026-07-26T04:23:58.104Z Downloaded ingot v0.2.0
1712026-07-26T04:23:58.120Z Downloaded darling_macro v0.23.0
1722026-07-26T04:23:58.124Z Downloaded memchr v2.8.3
1732026-07-26T04:23:58.128Z Downloaded defmt v0.3.100
1742026-07-26T04:23:58.135Z Downloaded strsim v0.11.1
1752026-07-26T04:23:58.135Z Downloaded cfg-if v1.0.4
1762026-07-26T04:23:58.135Z Downloaded managed v0.8.0
1772026-07-26T04:23:58.140Z Downloaded version_check v0.9.5
1782026-07-26T04:23:58.143Z Downloaded embedded-io v0.6.1
1792026-07-26T04:23:58.146Z Downloaded defmt-parser v1.0.0
1802026-07-26T04:23:58.146Z Downloaded ref-cast-impl v1.0.25
1812026-07-26T04:23:58.151Z Downloaded thiserror-impl v2.0.18
1822026-07-26T04:23:58.187Z Downloaded stable_deref_trait v1.2.1
1832026-07-26T04:23:58.192Z Downloaded byteorder v1.5.0
1842026-07-26T04:23:58.193Z Downloaded defmt v1.1.1
1852026-07-26T04:23:58.193Z Downloaded bitflags v1.3.2
1862026-07-26T04:23:58.193Z Downloaded unicode-ident v1.0.24
1872026-07-26T04:23:58.193Z Downloaded macaddr v1.0.1
1882026-07-26T04:23:58.193Z Downloaded embedded-io v0.4.0
1892026-07-26T04:23:58.193Z Downloaded ref-cast v1.0.25
1902026-07-26T04:23:58.193Z Downloaded cobs v0.3.0
1912026-07-26T04:23:58.193Z Downloaded either v1.16.0
1922026-07-26T04:23:58.193Z Downloaded ingot-types v0.2.0
1932026-07-26T04:23:58.201Z Downloaded dyn-clone v1.0.20
1942026-07-26T04:23:58.201Z Downloaded ident_case v1.0.1
1952026-07-26T04:23:58.201Z Downloaded uuid v1.23.5
1962026-07-26T04:23:58.206Z Downloaded postcard v1.1.3
1972026-07-26T04:23:58.206Z Downloaded proc-macro2 v1.0.106
1982026-07-26T04:23:58.206Z Downloaded quote v1.0.46
1992026-07-26T04:23:58.213Z Downloaded thiserror v2.0.18
2002026-07-26T04:23:58.217Z Downloaded darling v0.23.0
2012026-07-26T04:23:58.220Z Downloaded defmt-macros v1.1.1
2022026-07-26T04:23:58.220Z Downloaded ingot-macros v0.2.0
2032026-07-26T04:23:58.224Z Downloaded darling_core v0.23.0
2042026-07-26T04:23:58.234Z Downloaded crc32fast v1.5.0
2052026-07-26T04:23:58.244Z Downloaded heapless v0.8.0
2062026-07-26T04:23:58.244Z Downloaded bitflags v2.13.0
2072026-07-26T04:23:58.253Z Downloaded serde_derive v1.0.228
2082026-07-26T04:23:58.253Z Downloaded itertools v0.15.0
2092026-07-26T04:23:58.259Z Downloaded serde v1.0.228
2102026-07-26T04:23:58.262Z Downloaded serde_core v1.0.228
2112026-07-26T04:23:58.266Z Downloaded zerocopy-derive v0.8.54
2122026-07-26T04:23:58.282Z Downloaded regex v1.13.0
2132026-07-26T04:23:58.301Z Downloaded aho-corasick v1.1.4
2142026-07-26T04:23:58.335Z Downloaded zerocopy v0.8.54
2152026-07-26T04:23:58.345Z Downloaded smoltcp v0.11.0
2162026-07-26T04:23:58.353Z Downloaded syn v2.0.118
2172026-07-26T04:23:58.367Z Downloaded regex-syntax v0.8.11
2182026-07-26T04:23:58.376Z Downloaded regex-automata v0.4.15
2192026-07-26T04:23:58.387Z Updating crates.io index
2202026-07-26T04:23:58.530Z Downloading crates ...
2212026-07-26T04:23:58.548Z Downloaded addr2line v0.27.0
2222026-07-26T04:23:58.564Z Downloaded adler2 v2.0.1
2232026-07-26T04:23:58.564Z Downloaded rustc-literal-escaper v0.0.8
2242026-07-26T04:23:58.564Z Downloaded hashbrown v0.17.1
2252026-07-26T04:23:58.582Z Downloaded rustc-demangle v0.1.28
2262026-07-26T04:23:58.602Z Downloaded foldhash v0.2.0
2272026-07-26T04:23:58.602Z Downloaded getopts v0.2.24
2282026-07-26T04:23:58.616Z Downloaded memchr v2.7.6
2292026-07-26T04:23:58.652Z Downloaded miniz_oxide v0.9.1
2302026-07-26T04:23:58.676Z Downloaded gimli v0.34.0
2312026-07-26T04:23:58.684Z Downloaded object v0.39.1
2322026-07-26T04:23:58.684Z Downloaded libc v0.2.185
2332026-07-26T04:23:58.731Z 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)
2342026-07-26T04:23:58.731Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2352026-07-26T04:23:58.731Z Compiling proc-macro2 v1.0.106
2362026-07-26T04:23:58.731Z Compiling unicode-ident v1.0.24
2372026-07-26T04:23:58.731Z Compiling quote v1.0.46
2382026-07-26T04:23:58.731Z Compiling serde_core v1.0.228
2392026-07-26T04:23:58.761Z Compiling strsim v0.11.1
2402026-07-26T04:23:58.761Z Compiling ident_case v1.0.1
2412026-07-26T04:23:58.915Z Compiling memchr v2.8.3
2422026-07-26T04:23:58.954Z Compiling regex-syntax v0.8.11
2432026-07-26T04:23:59.219Z Compiling thiserror v2.0.18
2442026-07-26T04:23:59.223Z Compiling serde v1.0.228
2452026-07-26T04:23:59.236Z Compiling either v1.16.0
2462026-07-26T04:23:59.662Z Compiling aho-corasick v1.1.4
2472026-07-26T04:23:59.662Z Compiling zerocopy v0.8.54
2482026-07-26T04:23:59.662Z Compiling itertools v0.15.0
2492026-07-26T04:23:59.695Z Compiling heapless v0.8.0
2502026-07-26T04:24:00.106Z Compiling syn v2.0.118
2512026-07-26T04:24:00.426Z Compiling smoltcp v0.11.0
2522026-07-26T04:24:00.426Z Compiling ref-cast v1.0.25
2532026-07-26T04:24:00.468Z Compiling crc32fast v1.5.0
2542026-07-26T04:24:00.511Z Compiling regex-automata v0.4.15
2552026-07-26T04:24:00.535Z Compiling version_check v0.9.5
2562026-07-26T04:24:00.850Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2572026-07-26T04:24:02.771Z Compiling regex v1.13.0
2582026-07-26T04:24:02.804Z Compiling darling_core v0.23.0
2592026-07-26T04:24:03.149Z Compiling serde_derive v1.0.228
2602026-07-26T04:24:03.149Z Compiling zerocopy-derive v0.8.54
2612026-07-26T04:24:03.149Z Compiling thiserror-impl v2.0.18
2622026-07-26T04:24:03.153Z Compiling ref-cast-impl v1.0.25
2632026-07-26T04:24:03.153Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2642026-07-26T04:24:04.525Z Compiling darling_macro v0.23.0
2652026-07-26T04:24:05.420Z Compiling darling v0.23.0
2662026-07-26T04:24:05.510Z Compiling ingot-macros v0.2.0
2672026-07-26T04:24:05.510Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2682026-07-26T04:24:10.702Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2692026-07-26T04:24:13.052Z Checking byteorder v1.5.0
2702026-07-26T04:24:13.053Z Checking stable_deref_trait v1.2.1
2712026-07-26T04:24:13.066Z Checking cfg-if v1.0.4
2722026-07-26T04:24:13.066Z Checking macaddr v1.0.1
2732026-07-26T04:24:13.066Z Checking bitflags v1.3.2
2742026-07-26T04:24:13.114Z Checking managed v0.8.0
2752026-07-26T04:24:13.134Z Checking cobs v0.3.0
2762026-07-26T04:24:13.222Z Checking hash32 v0.3.1
2772026-07-26T04:24:13.228Z Checking dyn-clone v1.0.20
2782026-07-26T04:24:13.254Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2792026-07-26T04:24:14.398Z Checking bitflags v2.13.0
2802026-07-26T04:24:14.406Z Checking uuid v1.23.5
2812026-07-26T04:24:14.601Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-07-26T04:24:14.755Z Checking postcard v1.1.3
2832026-07-26T04:24:15.619Z Checking ingot-types v0.2.0
2842026-07-26T04:24:17.380Z Checking ingot v0.2.0
2852026-07-26T04:24:17.440Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2862026-07-26T04:24:20.385Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2872026-07-26T04:24:21.562Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2882026-07-26T04:24:23.129Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.61s
2892026-07-26T04:24:23.257Z
2902026-07-26T04:24:23.257Zreal 29.798365624
2912026-07-26T04:24:23.257Zuser 1:09.376843490
2922026-07-26T04:24:23.257Zsys 9.886114184
2932026-07-26T04:24:23.257Ztrap 0.021915873
2942026-07-26T04:24:23.257Ztflt 0.066414003
2952026-07-26T04:24:23.257Zdflt 0.120740837
2962026-07-26T04:24:23.257Zkflt 0.001815761
2972026-07-26T04:24:23.257Zlock 3:57.987736243
2982026-07-26T04:24:23.257Zslp 3:07.305394645
2992026-07-26T04:24:23.258Zlat 2.043849862
3002026-07-26T04:24:23.258Zstop 7.537891561
3012026-07-26T04:24:23.262Z+ pushd xde-link
3022026-07-26T04:24:23.263Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3032026-07-26T04:24:23.263Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3042026-07-26T04:24:23.433Z 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)
3052026-07-26T04:24:23.433Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3062026-07-26T04:24:23.433Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3072026-07-26T04:24:34.336Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3082026-07-26T04:24:36.699Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.37s
3092026-07-26T04:24:36.718Z
3102026-07-26T04:24:36.721Zreal 13.455668055
3112026-07-26T04:24:36.721Zuser 21.087050272
3122026-07-26T04:24:36.721Zsys 1.223619588
3132026-07-26T04:24:36.721Ztrap 0.004378660
3142026-07-26T04:24:36.721Ztflt 0.001194720
3152026-07-26T04:24:36.721Zdflt 0.026399577
3162026-07-26T04:24:36.721Zkflt 0.000000710
3172026-07-26T04:24:36.721Zlock 1:11.903166190
3182026-07-26T04:24:36.721Zslp 44.828536247
3192026-07-26T04:24:36.722Zlat 0.383795314
3202026-07-26T04:24:36.722Zstop 0.134572217
3212026-07-26T04:24:36.722Z+ popd
3222026-07-26T04:24:36.722Z+ popd
3232026-07-26T04:24:36.722Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3242026-07-26T04:24:36.722Z/work/oxidecomputer/opte
3252026-07-26T04:24:36.722Z+ header 'build xde (debug)'
3262026-07-26T04:24:36.722Z+ echo '# ==== build xde (debug) ==== #'
3272026-07-26T04:24:36.722Z# ==== build xde (debug) ==== #
3282026-07-26T04:24:36.722Z+ ptime -m cargo xtask build --profile debug xde xde-link
3292026-07-26T04:24:36.862Z Downloading crates ...
3302026-07-26T04:24:36.909Z Downloaded clap_lex v1.1.0
3312026-07-26T04:24:36.913Z Downloaded anstyle-query v1.1.5
3322026-07-26T04:24:36.913Z Downloaded equivalent v1.0.2
3332026-07-26T04:24:36.917Z Downloaded semver v1.0.28
3342026-07-26T04:24:36.920Z Downloaded errno v0.3.14
3352026-07-26T04:24:36.920Z Downloaded terminal_size v0.4.4
3362026-07-26T04:24:36.920Z Downloaded utf8parse v0.2.2
3372026-07-26T04:24:36.924Z Downloaded colorchoice v1.0.5
3382026-07-26T04:24:36.927Z Downloaded anstyle v1.0.14
3392026-07-26T04:24:36.928Z Downloaded itoa v1.0.18
3402026-07-26T04:24:36.963Z Downloaded cargo-platform v0.3.3
3412026-07-26T04:24:36.963Z Downloaded anstyle-parse v1.0.0
3422026-07-26T04:24:36.963Z Downloaded anstream v1.0.0
3432026-07-26T04:24:36.963Z Downloaded is_terminal_polyfill v1.70.2
3442026-07-26T04:24:36.963Z Downloaded heck v0.5.0
3452026-07-26T04:24:36.963Z Downloaded serde_spanned v1.1.1
3462026-07-26T04:24:36.963Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3472026-07-26T04:24:36.964Z Downloaded toml_writer v1.1.1+spec-1.1.0
3482026-07-26T04:24:36.964Z Downloaded toml_parser v1.1.2+spec-1.1.0
3492026-07-26T04:24:36.967Z Downloaded cargo_metadata v0.23.1
3502026-07-26T04:24:36.967Z Downloaded zmij v1.0.22
3512026-07-26T04:24:36.971Z Downloaded camino v1.2.4
3522026-07-26T04:24:36.971Z Downloaded toml v1.1.2+spec-1.1.0
3532026-07-26T04:24:36.975Z Downloaded clap_derive v4.6.1
3542026-07-26T04:24:36.975Z Downloaded anyhow v1.0.103
3552026-07-26T04:24:36.982Z Downloaded clap v4.6.1
3562026-07-26T04:24:36.995Z Downloaded indexmap v2.14.0
3572026-07-26T04:24:37.021Z Downloaded clap_builder v4.6.0
3582026-07-26T04:24:37.028Z Downloaded serde_json v1.0.150
3592026-07-26T04:24:37.032Z Downloaded winnow v1.0.3
3602026-07-26T04:24:37.058Z Downloaded rustix v1.1.4
3612026-07-26T04:24:37.086Z Downloaded libc v0.2.186
3622026-07-26T04:24:37.133Z Compiling serde_core v1.0.228
3632026-07-26T04:24:37.133Z Compiling proc-macro2 v1.0.106
3642026-07-26T04:24:37.133Z Compiling quote v1.0.46
3652026-07-26T04:24:37.136Z Compiling unicode-ident v1.0.24
3662026-07-26T04:24:37.136Z Compiling libc v0.2.186
3672026-07-26T04:24:37.136Z Compiling rustix v1.1.4
3682026-07-26T04:24:37.136Z Compiling utf8parse v0.2.2
3692026-07-26T04:24:37.136Z Compiling zmij v1.0.22
3702026-07-26T04:24:37.284Z Compiling bitflags v2.13.0
3712026-07-26T04:24:37.298Z Compiling anstyle-parse v1.0.0
3722026-07-26T04:24:37.508Z Compiling camino v1.2.4
3732026-07-26T04:24:37.508Z Compiling colorchoice v1.0.5
3742026-07-26T04:24:37.526Z Compiling is_terminal_polyfill v1.70.2
3752026-07-26T04:24:37.607Z Compiling thiserror v2.0.18
3762026-07-26T04:24:37.628Z Compiling anstyle v1.0.14
3772026-07-26T04:24:37.708Z Compiling anstyle-query v1.1.5
3782026-07-26T04:24:37.728Z Compiling serde v1.0.228
3792026-07-26T04:24:37.790Z Compiling serde_json v1.0.150
3802026-07-26T04:24:37.880Z Compiling errno v0.3.14
3812026-07-26T04:24:37.906Z Compiling anstream v1.0.0
3822026-07-26T04:24:38.013Z Compiling clap_lex v1.1.0
3832026-07-26T04:24:38.048Z Compiling strsim v0.11.1
3842026-07-26T04:24:38.314Z Compiling memchr v2.8.3
3852026-07-26T04:24:38.319Z Compiling winnow v1.0.3
3862026-07-26T04:24:38.380Z Compiling syn v2.0.118
3872026-07-26T04:24:38.392Z Compiling heck v0.5.0
3882026-07-26T04:24:38.435Z Compiling terminal_size v0.4.4
3892026-07-26T04:24:38.576Z Compiling anyhow v1.0.103
3902026-07-26T04:24:38.591Z Compiling itoa v1.0.18
3912026-07-26T04:24:38.723Z Compiling toml_parser v1.1.2+spec-1.1.0
3922026-07-26T04:24:38.847Z Compiling clap_builder v4.6.0
3932026-07-26T04:24:38.984Z Compiling toml_writer v1.1.1+spec-1.1.0
3942026-07-26T04:24:39.310Z Compiling semver v1.0.28
3952026-07-26T04:24:39.374Z Compiling serde_spanned v1.1.1
3962026-07-26T04:24:39.527Z Compiling cargo-platform v0.3.3
3972026-07-26T04:24:39.902Z Compiling toml_datetime v1.1.1+spec-1.1.0
3982026-07-26T04:24:40.086Z Compiling toml v1.1.2+spec-1.1.0
3992026-07-26T04:24:40.509Z Compiling thiserror-impl v2.0.18
4002026-07-26T04:24:40.509Z Compiling serde_derive v1.0.228
4012026-07-26T04:24:40.509Z Compiling clap_derive v4.6.1
4022026-07-26T04:24:42.149Z Compiling clap v4.6.1
4032026-07-26T04:24:43.806Z Compiling cargo_metadata v0.23.1
4042026-07-26T04:24:46.308Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4052026-07-26T04:24:47.905Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.17s
4062026-07-26T04:24:47.917Z Running `target/debug/xtask build --profile debug xde xde-link`
4072026-07-26T04:24:49.211ZBuilding xde (dev).
4082026-07-26T04:24:49.426Z Compiling serde_core v1.0.228
4092026-07-26T04:24:49.426Z Compiling byteorder v1.5.0
4102026-07-26T04:24:49.426Z Compiling stable_deref_trait v1.2.1
4112026-07-26T04:24:49.426Z Compiling cfg-if v1.0.4
4122026-07-26T04:24:49.431Z Compiling macaddr v1.0.1
4132026-07-26T04:24:49.431Z Compiling zerocopy v0.8.54
4142026-07-26T04:24:49.431Z Compiling thiserror v2.0.18
4152026-07-26T04:24:49.449Z Compiling managed v0.8.0
4162026-07-26T04:24:49.499Z Compiling bitflags v1.3.2
4172026-07-26T04:24:49.506Z Compiling cobs v0.3.0
4182026-07-26T04:24:49.572Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4192026-07-26T04:24:49.575Z Compiling either v1.16.0
4202026-07-26T04:24:49.613Z Compiling hash32 v0.3.1
4212026-07-26T04:24:49.655Z Compiling ref-cast v1.0.25
4222026-07-26T04:24:49.692Z Compiling crc32fast v1.5.0
4232026-07-26T04:24:49.735Z Compiling heapless v0.8.0
4242026-07-26T04:24:49.743Z Compiling itertools v0.15.0
4252026-07-26T04:24:49.767Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4262026-07-26T04:24:49.767Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4272026-07-26T04:24:49.821Z Compiling dyn-clone v1.0.20
4282026-07-26T04:24:49.881Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4292026-07-26T04:24:50.087Z Compiling smoltcp v0.11.0
4302026-07-26T04:24:50.969Z Compiling serde v1.0.228
4312026-07-26T04:24:50.969Z Compiling bitflags v2.13.0
4322026-07-26T04:24:50.969Z Compiling uuid v1.23.5
4332026-07-26T04:24:51.166Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4342026-07-26T04:24:51.584Z Compiling postcard v1.1.3
4352026-07-26T04:24:52.310Z Compiling ingot-types v0.2.0
4362026-07-26T04:24:52.607Z Compiling ingot v0.2.0
4372026-07-26T04:24:54.088Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-07-26T04:24:57.636Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4392026-07-26T04:25:07.652Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4402026-07-26T04:25:15.815Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.57s
4412026-07-26T04:25:15.839ZLinking xde kmod...
4422026-07-26T04:25:16.880ZBuilding xde dev link helper (dev).
4432026-07-26T04:25:17.029Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4442026-07-26T04:25:17.361Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s
4452026-07-26T04:25:17.383Z
4462026-07-26T04:25:17.383Zreal 40.662103521
4472026-07-26T04:25:17.383Zuser 2:12.190713962
4482026-07-26T04:25:17.383Zsys 11.042852107
4492026-07-26T04:25:17.383Ztrap 0.050730852
4502026-07-26T04:25:17.383Ztflt 0.328733681
4512026-07-26T04:25:17.383Zdflt 0.494972882
4522026-07-26T04:25:17.383Zkflt 0.000028890
4532026-07-26T04:25:17.383Zlock 6:45.223730207
4542026-07-26T04:25:17.383Zslp 3:50.403249368
4552026-07-26T04:25:17.383Zlat 4.673239595
4562026-07-26T04:25:17.383Zstop 5.384066896
4572026-07-26T04:25:17.387Z+ header 'build xde (release)'
4582026-07-26T04:25:17.387Z+ echo '# ==== build xde (release) ==== #'
4592026-07-26T04:25:17.387Z# ==== build xde (release) ==== #
4602026-07-26T04:25:17.387Z+ ptime -m cargo xtask build --profile release xde xde-link
4612026-07-26T04:25:17.520Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4622026-07-26T04:25:17.523Z Running `target/debug/xtask build --profile release xde xde-link`
4632026-07-26T04:25:17.711ZBuilding xde (release-lto).
4642026-07-26T04:25:17.931Z 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)
4652026-07-26T04:25:17.931Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4662026-07-26T04:25:17.931Z Compiling proc-macro2 v1.0.106
4672026-07-26T04:25:17.931Z Compiling unicode-ident v1.0.24
4682026-07-26T04:25:17.931Z Compiling quote v1.0.46
4692026-07-26T04:25:17.931Z Compiling serde_core v1.0.228
4702026-07-26T04:25:17.931Z Compiling strsim v0.11.1
4712026-07-26T04:25:17.931Z Compiling ident_case v1.0.1
4722026-07-26T04:25:18.048Z Compiling memchr v2.8.3
4732026-07-26T04:25:18.048Z Compiling regex-syntax v0.8.11
4742026-07-26T04:25:18.304Z Compiling serde v1.0.228
4752026-07-26T04:25:18.308Z Compiling zerocopy v0.8.54
4762026-07-26T04:25:18.312Z Compiling thiserror v2.0.18
4772026-07-26T04:25:18.437Z Compiling aho-corasick v1.1.4
4782026-07-26T04:25:18.674Z Compiling either v1.16.0
4792026-07-26T04:25:18.707Z Compiling heapless v0.8.0
4802026-07-26T04:25:18.858Z Compiling itertools v0.15.0
4812026-07-26T04:25:18.899Z Compiling smoltcp v0.11.0
4822026-07-26T04:25:19.061Z Compiling syn v2.0.118
4832026-07-26T04:25:19.099Z Compiling ref-cast v1.0.25
4842026-07-26T04:25:19.190Z Compiling crc32fast v1.5.0
4852026-07-26T04:25:19.341Z Compiling version_check v0.9.5
4862026-07-26T04:25:19.470Z Compiling regex-automata v0.4.15
4872026-07-26T04:25:19.679Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4882026-07-26T04:25:21.047Z Compiling regex v1.13.0
4892026-07-26T04:25:21.377Z Compiling darling_core v0.23.0
4902026-07-26T04:25:22.171Z Compiling zerocopy-derive v0.8.54
4912026-07-26T04:25:22.174Z Compiling thiserror-impl v2.0.18
4922026-07-26T04:25:22.174Z Compiling serde_derive v1.0.228
4932026-07-26T04:25:22.174Z Compiling ref-cast-impl v1.0.25
4942026-07-26T04:25:22.174Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4952026-07-26T04:25:23.524Z Compiling darling_macro v0.23.0
4962026-07-26T04:25:24.407Z Compiling darling v0.23.0
4972026-07-26T04:25:24.467Z Compiling ingot-macros v0.2.0
4982026-07-26T04:25:24.467Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4992026-07-26T04:25:30.493Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5002026-07-26T04:25:32.819Z Compiling byteorder v1.5.0
5012026-07-26T04:25:32.819Z Compiling stable_deref_trait v1.2.1
5022026-07-26T04:25:32.819Z Compiling cfg-if v1.0.4
5032026-07-26T04:25:32.823Z Compiling macaddr v1.0.1
5042026-07-26T04:25:32.878Z Compiling managed v0.8.0
5052026-07-26T04:25:32.887Z Compiling cobs v0.3.0
5062026-07-26T04:25:32.911Z Compiling bitflags v1.3.2
5072026-07-26T04:25:32.975Z Compiling hash32 v0.3.1
5082026-07-26T04:25:33.098Z Compiling dyn-clone v1.0.20
5092026-07-26T04:25:33.184Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5102026-07-26T04:25:34.404Z Compiling bitflags v2.13.0
5112026-07-26T04:25:34.404Z Compiling uuid v1.23.5
5122026-07-26T04:25:34.545Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5132026-07-26T04:25:34.833Z Compiling postcard v1.1.3
5142026-07-26T04:25:35.706Z Compiling ingot-types v0.2.0
5152026-07-26T04:25:36.032Z Compiling ingot v0.2.0
5162026-07-26T04:25:37.597Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5172026-07-26T04:25:41.466Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5182026-07-26T04:25:50.417Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5192026-07-26T04:26:21.555Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
5202026-07-26T04:26:21.577ZLinking xde kmod...
5212026-07-26T04:26:22.202ZBuilding xde dev link helper (release).
5222026-07-26T04:26:22.352Z 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)
5232026-07-26T04:26:22.352Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5242026-07-26T04:26:22.352Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5252026-07-26T04:26:33.981Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5262026-07-26T04:26:36.679Z Finished `release` profile [optimized + debuginfo] target(s) in 14.44s
5272026-07-26T04:26:36.697Z
5282026-07-26T04:26:36.700Zreal 1:19.310382283
5292026-07-26T04:26:36.700Zuser 2:09.680277052
5302026-07-26T04:26:36.700Zsys 12.215626220
5312026-07-26T04:26:36.701Ztrap 0.027575753
5322026-07-26T04:26:36.701Ztflt 0.194151818
5332026-07-26T04:26:36.701Zdflt 0.148141440
5342026-07-26T04:26:36.701Zkflt 0.000011070
5352026-07-26T04:26:36.701Zlock 10:13.549248445
5362026-07-26T04:26:36.701Zslp 6:05.013780273
5372026-07-26T04:26:36.701Zlat 2.200069180
5382026-07-26T04:26:36.701Zstop 4.350816857
5392026-07-26T04:26:36.701Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5402026-07-26T04:26:36.701Z+ grep GOTPCREL
5412026-07-26T04:26:38.343Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5422026-07-26T04:26:38.346Z+ grep GOTPCREL
5432026-07-26T04:26:39.320Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5442026-07-26T04:26:39.374Z+ sha256sum /work/debug/xde.dbg
5452026-07-26T04:26:39.424Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5462026-07-26T04:26:39.428Z+ sha256sum /work/debug/xde_link.dbg.so
5472026-07-26T04:26:39.431Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5482026-07-26T04:26:39.466Z+ sha256sum /work/release/xde
5492026-07-26T04:26:39.496Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5502026-07-26T04:26:39.499Z+ sha256sum /work/release/xde_link.so
5512026-07-26T04:26:39.502Z+ header 'build xde integration tests'
5522026-07-26T04:26:39.502Z+ echo '# ==== build xde integration tests ==== #'
5532026-07-26T04:26:39.502Z# ==== build xde integration tests ==== #
5542026-07-26T04:26:39.502Z+ pushd xde-tests
5552026-07-26T04:26:39.502Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5562026-07-26T04:26:39.502Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5572026-07-26T04:26:39.583Z+ cargo clippy --all-targets -- --deny warnings
5582026-07-26T04:26:39.793Z Compiling serde_core v1.0.228
5592026-07-26T04:26:39.793Z Checking cfg-if v1.0.4
5602026-07-26T04:26:39.793Z Checking memchr v2.8.3
5612026-07-26T04:26:39.793Z Compiling rustversion v1.0.23
5622026-07-26T04:26:39.793Z Compiling serde v1.0.228
5632026-07-26T04:26:39.796Z Compiling version_check v0.9.5
5642026-07-26T04:26:39.796Z Compiling libc v0.2.186
5652026-07-26T04:26:39.818Z Compiling syn v2.0.118
5662026-07-26T04:26:39.860Z Compiling strsim v0.11.1
5672026-07-26T04:26:40.065Z Compiling ident_case v1.0.1
5682026-07-26T04:26:40.139Z Compiling syn v1.0.109
5692026-07-26T04:26:40.166Z Compiling regex-syntax v0.8.11
5702026-07-26T04:26:40.184Z Checking pin-project-lite v0.2.17
5712026-07-26T04:26:40.259Z Compiling either v1.16.0
5722026-07-26T04:26:40.452Z Compiling winnow v1.0.3
5732026-07-26T04:26:40.461Z Compiling hashbrown v0.17.1
5742026-07-26T04:26:40.468Z Compiling zerocopy v0.8.54
5752026-07-26T04:26:40.669Z Compiling aho-corasick v1.1.4
5762026-07-26T04:26:40.695Z Compiling equivalent v1.0.2
5772026-07-26T04:26:40.868Z Compiling itertools v0.15.0
5782026-07-26T04:26:40.986Z Compiling indexmap v2.14.0
5792026-07-26T04:26:41.504Z Compiling toml_parser v1.1.2+spec-1.1.0
5802026-07-26T04:26:41.609Z Compiling regex-automata v0.4.15
5812026-07-26T04:26:41.645Z Compiling toml_datetime v1.1.1+spec-1.1.0
5822026-07-26T04:26:41.862Z Compiling heapless v0.8.0
5832026-07-26T04:26:42.053Z Checking byteorder v1.5.0
5842026-07-26T04:26:42.194Z Compiling toml_edit v0.25.12+spec-1.1.0
5852026-07-26T04:26:42.204Z Checking hash32 v0.3.1
5862026-07-26T04:26:42.207Z Checking bitflags v2.13.0
5872026-07-26T04:26:42.267Z Compiling slog v2.8.2
5882026-07-26T04:26:42.301Z Checking macaddr v1.0.1
5892026-07-26T04:26:42.307Z Checking stable_deref_trait v1.2.1
5902026-07-26T04:26:42.355Z Checking futures-sink v0.3.32
5912026-07-26T04:26:42.364Z Compiling smoltcp v0.11.0
5922026-07-26T04:26:42.430Z Compiling darling_core v0.23.0
5932026-07-26T04:26:42.438Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5942026-07-26T04:26:42.475Z Checking futures-core v0.3.32
5952026-07-26T04:26:42.588Z Checking futures-channel v0.3.32
5962026-07-26T04:26:42.687Z Compiling proc-macro-error-attr v1.0.4
5972026-07-26T04:26:42.770Z Compiling proc-macro-crate v3.5.0
5982026-07-26T04:26:42.899Z Compiling autocfg v1.5.1
5992026-07-26T04:26:43.020Z Checking futures-task v0.3.32
6002026-07-26T04:26:43.082Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6012026-07-26T04:26:43.147Z Checking rand_core v0.10.1
6022026-07-26T04:26:43.175Z Checking futures-io v0.3.32
6032026-07-26T04:26:43.234Z Checking bitflags v1.3.2
6042026-07-26T04:26:43.274Z Compiling getrandom v0.4.3
6052026-07-26T04:26:43.275Z Compiling crc32fast v1.5.0
6062026-07-26T04:26:43.284Z Compiling regex v1.13.0
6072026-07-26T04:26:43.289Z Compiling ref-cast v1.0.25
6082026-07-26T04:26:43.524Z Checking managed v0.8.0
6092026-07-26T04:26:43.547Z Checking slab v0.4.12
6102026-07-26T04:26:43.599Z Compiling serde_derive v1.0.228
6112026-07-26T04:26:43.618Z Compiling thiserror-impl v2.0.18
6122026-07-26T04:26:43.663Z Compiling zerocopy-derive v0.8.54
6132026-07-26T04:26:43.692Z Compiling futures-macro v0.3.32
6142026-07-26T04:26:44.171Z Compiling foreign-types-macros v0.2.3
6152026-07-26T04:26:44.179Z Compiling num_enum_derive v0.7.6
6162026-07-26T04:26:44.486Z Checking futures-util v0.3.32
6172026-07-26T04:26:44.522Z Compiling darling_macro v0.23.0
6182026-07-26T04:26:44.787Z Compiling ref-cast-impl v1.0.25
6192026-07-26T04:26:44.824Z Checking thiserror v2.0.18
6202026-07-26T04:26:44.910Z Checking cobs v0.3.0
6212026-07-26T04:26:44.920Z Compiling num-traits v0.2.19
6222026-07-26T04:26:45.079Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6232026-07-26T04:26:45.086Z Compiling darling v0.23.0
6242026-07-26T04:26:45.138Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6252026-07-26T04:26:45.152Z Compiling ingot-macros v0.2.0
6262026-07-26T04:26:45.174Z Compiling proc-macro-error v1.0.4
6272026-07-26T04:26:45.369Z Checking ipnetwork v0.21.1
6282026-07-26T04:26:45.373Z Checking cpufeatures v0.3.0
6292026-07-26T04:26:45.384Z Checking once_cell v1.21.4
6302026-07-26T04:26:45.387Z Checking unicode-width v0.2.2
6312026-07-26T04:26:45.422Z Compiling crossbeam-utils v0.8.22
6322026-07-26T04:26:45.529Z Checking foreign-types-shared v0.3.1
6332026-07-26T04:26:45.546Z Checking tracing-core v0.1.36
6342026-07-26T04:26:45.602Z Checking foreign-types v0.5.0
6352026-07-26T04:26:45.620Z Checking tabwriter v1.4.1
6362026-07-26T04:26:45.663Z Checking chacha20 v0.10.1
6372026-07-26T04:26:45.810Z Checking num_enum v0.7.6
6382026-07-26T04:26:45.847Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6392026-07-26T04:26:45.905Z Checking anyhow v1.0.103
6402026-07-26T04:26:46.236Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6412026-07-26T04:26:46.241Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6422026-07-26T04:26:46.309Z Compiling tracing-attributes v0.1.31
6432026-07-26T04:26:46.490Z Checking futures-executor v0.3.32
6442026-07-26T04:26:46.685Z Checking erased-serde v0.3.31
6452026-07-26T04:26:46.720Z Checking postcard v1.1.3
6462026-07-26T04:26:46.725Z Checking cstr-argument v0.1.2
6472026-07-26T04:26:46.836Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6482026-07-26T04:26:46.841Z Compiling thiserror v1.0.69
6492026-07-26T04:26:47.010Z Checking pretty-hex v0.4.2
6502026-07-26T04:26:47.041Z Checking dyn-clone v1.0.20
6512026-07-26T04:26:47.117Z Compiling time-core v0.1.9
6522026-07-26T04:26:47.133Z Compiling num-conv v0.2.2
6532026-07-26T04:26:47.272Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6542026-07-26T04:26:47.286Z Compiling time-macros v0.2.31
6552026-07-26T04:26:47.309Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6562026-07-26T04:26:47.313Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6572026-07-26T04:26:47.399Z Checking futures v0.3.32
6582026-07-26T04:26:47.448Z Checking rand v0.10.2
6592026-07-26T04:26:47.533Z Checking tracing v0.1.44
6602026-07-26T04:26:47.676Z Compiling thiserror-impl v1.0.69
6612026-07-26T04:26:47.718Z Checking uuid v1.23.5
6622026-07-26T04:26:47.807Z Checking arc-swap v1.9.2
6632026-07-26T04:26:47.917Z Checking socket2 v0.6.4
6642026-07-26T04:26:47.948Z Checking ingot-types v0.2.0
6652026-07-26T04:26:47.954Z Checking nom v8.0.0
6662026-07-26T04:26:47.978Z Checking thread_local v1.1.10
6672026-07-26T04:26:48.015Z Checking colored v3.1.1
6682026-07-26T04:26:48.130Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6692026-07-26T04:26:48.156Z Compiling heck v0.4.1
6702026-07-26T04:26:48.257Z Checking lazy_static v1.5.0
6712026-07-26T04:26:48.278Z Checking ingot v0.2.0
6722026-07-26T04:26:48.338Z Checking deranged v0.5.8
6732026-07-26T04:26:48.480Z Checking iana-time-zone v0.1.65
6742026-07-26T04:26:48.580Z Checking powerfmt v0.2.0
6752026-07-26T04:26:48.767Z Compiling slog-async v2.8.0
6762026-07-26T04:26:48.840Z Checking oxnet v0.1.6
6772026-07-26T04:26:48.969Z Checking chrono v0.4.45
6782026-07-26T04:26:49.016Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6792026-07-26T04:26:49.075Z Checking slog-scope v4.4.1
6802026-07-26T04:26:49.198Z Checking crossbeam-channel v0.5.16
6812026-07-26T04:26:49.243Z Checking time v0.3.53
6822026-07-26T04:26:49.527Z Checking cookie-factory v0.3.3
6832026-07-26T04:26:49.669Z Checking itertools v0.12.1
6842026-07-26T04:26:49.725Z Checking is-terminal v0.4.17
6852026-07-26T04:26:49.754Z Checking circular v0.3.0
6862026-07-26T04:26:49.763Z Checking log v0.4.33
6872026-07-26T04:26:49.799Z Checking take_mut v0.2.2
6882026-07-26T04:26:49.860Z Checking term v1.2.1
6892026-07-26T04:26:49.873Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6902026-07-26T04:26:49.891Z Checking rusticata-macros v5.0.0
6912026-07-26T04:26:49.917Z Checking slog-stdlog v4.1.1
6922026-07-26T04:26:50.011Z Checking pcap-parser v0.17.0
6932026-07-26T04:26:50.392Z Checking slog-term v2.9.2
6942026-07-26T04:26:50.620Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6952026-07-26T04:26:50.895Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
6962026-07-26T04:26:51.234Z Checking slog-envlogger v2.2.0
6972026-07-26T04:26:54.435Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6982026-07-26T04:26:56.121Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6992026-07-26T04:26:56.125Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7002026-07-26T04:26:56.474Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7012026-07-26T04:26:57.038Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.41s
7022026-07-26T04:26:57.074Z+ cargo build --test loopback
7032026-07-26T04:26:57.240Z Compiling cfg-if v1.0.4
7042026-07-26T04:26:57.240Z Compiling memchr v2.8.3
7052026-07-26T04:26:57.244Z Compiling serde_core v1.0.228
7062026-07-26T04:26:57.268Z Compiling libc v0.2.186
7072026-07-26T04:26:57.272Z Compiling thiserror v2.0.18
7082026-07-26T04:26:57.275Z Compiling pin-project-lite v0.2.17
7092026-07-26T04:26:57.278Z Compiling either v1.16.0
7102026-07-26T04:26:57.278Z Compiling byteorder v1.5.0
7112026-07-26T04:26:57.314Z Compiling zerocopy v0.8.54
7122026-07-26T04:26:57.343Z Compiling futures-sink v0.3.32
7132026-07-26T04:26:57.347Z Compiling futures-core v0.3.32
7142026-07-26T04:26:57.432Z Compiling hash32 v0.3.1
7152026-07-26T04:26:57.437Z Compiling macaddr v1.0.1
7162026-07-26T04:26:57.464Z Compiling stable_deref_trait v1.2.1
7172026-07-26T04:26:57.496Z Compiling futures-channel v0.3.32
7182026-07-26T04:26:57.528Z Compiling heapless v0.8.0
7192026-07-26T04:26:57.576Z Compiling cobs v0.3.0
7202026-07-26T04:26:57.597Z Compiling bitflags v1.3.2
7212026-07-26T04:26:57.662Z Compiling managed v0.8.0
7222026-07-26T04:26:57.668Z Compiling slab v0.4.12
7232026-07-26T04:26:57.724Z Compiling rand_core v0.10.1
7242026-07-26T04:26:57.843Z Compiling futures-io v0.3.32
7252026-07-26T04:26:57.843Z Compiling futures-task v0.3.32
7262026-07-26T04:26:57.876Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7272026-07-26T04:26:57.880Z Compiling foreign-types-shared v0.3.1
7282026-07-26T04:26:57.957Z Compiling futures-util v0.3.32
7292026-07-26T04:26:57.960Z Compiling smoltcp v0.11.0
7302026-07-26T04:26:58.023Z Compiling unicode-width v0.2.2
7312026-07-26T04:26:58.026Z Compiling cpufeatures v0.3.0
7322026-07-26T04:26:58.086Z Compiling once_cell v1.21.4
7332026-07-26T04:26:58.102Z Compiling ipnetwork v0.21.1
7342026-07-26T04:26:58.323Z Compiling tracing-core v0.1.36
7352026-07-26T04:26:58.323Z Compiling tabwriter v1.4.1
7362026-07-26T04:26:58.657Z Compiling chacha20 v0.10.1
7372026-07-26T04:26:58.743Z Compiling foreign-types v0.5.0
7382026-07-26T04:26:58.815Z Compiling ref-cast v1.0.25
7392026-07-26T04:26:58.819Z Compiling num_enum v0.7.6
7402026-07-26T04:26:58.908Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7412026-07-26T04:26:58.921Z Compiling crc32fast v1.5.0
7422026-07-26T04:26:59.002Z Compiling getrandom v0.4.3
7432026-07-26T04:26:59.014Z Compiling serde v1.0.228
7442026-07-26T04:26:59.159Z Compiling bitflags v2.13.0
7452026-07-26T04:26:59.213Z Compiling cstr-argument v0.1.2
7462026-07-26T04:26:59.257Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7472026-07-26T04:26:59.361Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7482026-07-26T04:26:59.373Z Compiling itertools v0.15.0
7492026-07-26T04:26:59.575Z Compiling erased-serde v0.3.31
7502026-07-26T04:26:59.636Z Compiling postcard v1.1.3
7512026-07-26T04:26:59.660Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7522026-07-26T04:26:59.963Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7532026-07-26T04:26:59.993Z Compiling slog v2.8.2
7542026-07-26T04:27:00.293Z Compiling ingot-types v0.2.0
7552026-07-26T04:27:00.298Z Compiling futures-executor v0.3.32
7562026-07-26T04:27:00.364Z Compiling pretty-hex v0.4.2
7572026-07-26T04:27:00.379Z Compiling dyn-clone v1.0.20
7582026-07-26T04:27:00.497Z Compiling futures v0.3.32
7592026-07-26T04:27:00.539Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7602026-07-26T04:27:00.543Z Compiling tracing v0.1.44
7612026-07-26T04:27:00.566Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7622026-07-26T04:27:00.569Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7632026-07-26T04:27:00.689Z Compiling ingot v0.2.0
7642026-07-26T04:27:00.695Z Compiling rand v0.10.2
7652026-07-26T04:27:00.710Z Compiling uuid v1.23.5
7662026-07-26T04:27:00.748Z Compiling num-traits v0.2.19
7672026-07-26T04:27:00.896Z Compiling crossbeam-utils v0.8.22
7682026-07-26T04:27:00.914Z Compiling nom v8.0.0
7692026-07-26T04:27:01.046Z Compiling aho-corasick v1.1.4
7702026-07-26T04:27:01.392Z Compiling socket2 v0.6.4
7712026-07-26T04:27:01.463Z Compiling thread_local v1.1.10
7722026-07-26T04:27:01.684Z Compiling arc-swap v1.9.2
7732026-07-26T04:27:01.757Z Compiling oxnet v0.1.6
7742026-07-26T04:27:01.859Z Compiling lazy_static v1.5.0
7752026-07-26T04:27:01.955Z Compiling deranged v0.5.8
7762026-07-26T04:27:02.071Z Compiling colored v3.1.1
7772026-07-26T04:27:02.259Z Compiling time-core v0.1.9
7782026-07-26T04:27:02.312Z Compiling iana-time-zone v0.1.65
7792026-07-26T04:27:02.444Z Compiling winnow v1.0.3
7802026-07-26T04:27:02.509Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7812026-07-26T04:27:02.743Z Compiling powerfmt v0.2.0
7822026-07-26T04:27:02.895Z Compiling regex-syntax v0.8.11
7832026-07-26T04:27:02.934Z Compiling num-conv v0.2.2
7842026-07-26T04:27:02.938Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7852026-07-26T04:27:03.011Z Compiling chrono v0.4.45
7862026-07-26T04:27:03.080Z Compiling time v0.3.53
7872026-07-26T04:27:03.169Z Compiling slog-scope v4.4.1
7882026-07-26T04:27:03.517Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
7892026-07-26T04:27:03.968Z Compiling rusticata-macros v5.0.0
7902026-07-26T04:27:04.292Z Compiling thiserror v1.0.69
7912026-07-26T04:27:04.392Z Compiling regex-automata v0.4.15
7922026-07-26T04:27:04.945Z Compiling crossbeam-channel v0.5.16
7932026-07-26T04:27:05.057Z Compiling cookie-factory v0.3.3
7942026-07-26T04:27:05.388Z Compiling is-terminal v0.4.17
7952026-07-26T04:27:05.484Z Compiling itertools v0.12.1
7962026-07-26T04:27:05.676Z Compiling term v1.2.1
7972026-07-26T04:27:06.965Z Compiling log v0.4.33
7982026-07-26T04:27:06.987Z Compiling take_mut v0.2.2
7992026-07-26T04:27:07.105Z Compiling circular v0.3.0
8002026-07-26T04:27:07.244Z Compiling pcap-parser v0.17.0
8012026-07-26T04:27:07.361Z Compiling slog-stdlog v4.1.1
8022026-07-26T04:27:07.736Z Compiling slog-async v2.8.0
8032026-07-26T04:27:08.144Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8042026-07-26T04:27:08.184Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8052026-07-26T04:27:09.511Z Compiling regex v1.13.0
8062026-07-26T04:27:09.644Z Compiling slog-term v2.9.2
8072026-07-26T04:27:10.178Z Compiling slog-envlogger v2.2.0
8082026-07-26T04:27:10.569Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8092026-07-26T04:27:10.637Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8102026-07-26T04:27:11.630Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8112026-07-26T04:27:11.974Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8122026-07-26T04:27:20.052Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.97s
8132026-07-26T04:27:20.086Z++ cargo build -q --test loopback --message-format=json
8142026-07-26T04:27:20.090Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8152026-07-26T04:27:20.209Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803
8162026-07-26T04:27:20.209Z+ cargo build --test multicast_rx
8172026-07-26T04:27:20.313Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8182026-07-26T04:27:22.153Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.93s
8192026-07-26T04:27:22.188Z++ cargo build -q --test multicast_rx --message-format=json
8202026-07-26T04:27:22.191Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8212026-07-26T04:27:22.307Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326
8222026-07-26T04:27:22.307Z+ cargo build --test multicast_multi_sub
8232026-07-26T04:27:22.409Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8242026-07-26T04:27:24.244Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.92s
8252026-07-26T04:27:24.279Z++ cargo build -q --test multicast_multi_sub --message-format=json
8262026-07-26T04:27:24.282Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8272026-07-26T04:27:24.399Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a
8282026-07-26T04:27:24.399Z+ cargo build --test multicast_validation
8292026-07-26T04:27:24.504Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-07-26T04:27:26.579Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.17s
8312026-07-26T04:27:26.614Z++ cargo build -q --test multicast_validation --message-format=json
8322026-07-26T04:27:26.617Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-07-26T04:27:26.735Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb
8342026-07-26T04:27:26.735Z+ cargo build --test multicast_source_filter
8352026-07-26T04:27:26.838Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-07-26T04:27:28.949Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.20s
8372026-07-26T04:27:28.983Z++ cargo build -q --test multicast_source_filter --message-format=json
8382026-07-26T04:27:28.986Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-07-26T04:27:29.102Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5
8402026-07-26T04:27:29.102Z+ cargo build --test multicast_multi_nexthop
8412026-07-26T04:27:29.208Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-07-26T04:27:30.905Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.79s
8432026-07-26T04:27:30.941Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8442026-07-26T04:27:30.944Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-07-26T04:27:31.060Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569
8462026-07-26T04:27:31.064Z+ mkdir -p /work/test
8472026-07-26T04:27:31.064Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback
8482026-07-26T04:27:31.104Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx
8492026-07-26T04:27:31.142Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub
8502026-07-26T04:27:31.180Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation
8512026-07-26T04:27:31.220Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter
8522026-07-26T04:27:31.269Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop
8532026-07-26T04:27:31.320Zprocess exited: duration 237979 ms, exit code 0
 
8542026-07-26T04:27:31.339Zfound 15 output files
8552026-07-26T04:27:31.339Zuploading: /work/debug/xde.dbg (89502768 bytes)
8562026-07-26T04:27:33.105Zuploaded: /work/debug/xde.dbg
8572026-07-26T04:27:33.106Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8582026-07-26T04:27:34.130Zuploaded: /work/debug/xde.dbg.sha256
8592026-07-26T04:27:34.130Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8602026-07-26T04:27:35.154Zuploaded: /work/debug/xde_link.dbg.so
8612026-07-26T04:27:35.154Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8622026-07-26T04:27:36.164Zuploaded: /work/debug/xde_link.dbg.so.sha256
8632026-07-26T04:27:36.164Zuploading: /work/release/xde (53532760 bytes)
8642026-07-26T04:27:37.625Zuploaded: /work/release/xde
8652026-07-26T04:27:37.625Zuploading: /work/release/xde.sha256 (84 bytes)
8662026-07-26T04:27:38.637Zuploaded: /work/release/xde.sha256
8672026-07-26T04:27:38.637Zuploading: /work/release/xde_link.so (45240 bytes)
8682026-07-26T04:27:39.650Zuploaded: /work/release/xde_link.so
8692026-07-26T04:27:39.650Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8702026-07-26T04:27:40.660Zuploaded: /work/release/xde_link.so.sha256
8712026-07-26T04:27:40.660Zuploading: /work/test/loopback (58848912 bytes)
8722026-07-26T04:27:42.069Zuploaded: /work/test/loopback
8732026-07-26T04:27:42.069Zuploading: /work/test/multicast_rx (59347600 bytes)
8742026-07-26T04:27:43.530Zuploaded: /work/test/multicast_rx
8752026-07-26T04:27:43.530Zuploading: /work/test/multicast_multi_sub (59989336 bytes)
8762026-07-26T04:27:45.163Zuploaded: /work/test/multicast_multi_sub
8772026-07-26T04:27:45.163Zuploading: /work/test/multicast_validation (59333080 bytes)
8782026-07-26T04:27:46.715Zuploaded: /work/test/multicast_validation
8792026-07-26T04:27:46.715Zuploading: /work/test/multicast_source_filter (59634792 bytes)
8802026-07-26T04:27:48.090Zuploaded: /work/test/multicast_source_filter
8812026-07-26T04:27:48.090Zuploading: /work/test/multicast_multi_nexthop (60225344 bytes)
8822026-07-26T04:27:49.528Zuploaded: /work/test/multicast_multi_nexthop
8832026-07-26T04:27:49.528Zuploading: /work/xde.conf (79 bytes)
8842026-07-26T04:27:50.537Zuploaded: /work/xde.conf