01M0VFRMT60DYGAA5XX4MCH8KH: 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: 01M0VFTMBGEGRJAV7A1T2NXYX2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:37:02.040Zjob assigned to worker 01M0VFTYP3RHFAMT5W9PN8ZYX5 [factory aws, i-0a45ffde8b1601e4a] (queued for 55 s)
 
22026-08-25T03:37:08.824Zstarting task 0: "setup"
32026-08-25T03:37:08.842Z++ uname -s
42026-08-25T03:37:08.842Z+ kern=SunOS
52026-08-25T03:37:08.842Z+ build_user=build
62026-08-25T03:37:08.842Z+ build_uid=12345
72026-08-25T03:37:08.842Z+ work_dir=/work
82026-08-25T03:37:08.842Z+ input_dir=/input
92026-08-25T03:37:08.842Z+ [[ 0 == 12345 ]]
102026-08-25T03:37:08.842Z+ case "$kern" in
112026-08-25T03:37:08.842Z+ groupadd -g 12345 build
122026-08-25T03:37:08.842Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:37:10.950Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:37:10.988Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:37:10.988Z+ home_fs=zfs
162026-08-25T03:37:10.988Z+ [[ zfs == autofs ]]
172026-08-25T03:37:10.988Z+ mkdir -p /home/build
182026-08-25T03:37:10.999Z+ chown build:build /home/build /work
192026-08-25T03:37:12.963Z+ chmod 0700 /home/build /work
202026-08-25T03:37:12.969Zprocess exited: duration 4147 ms, exit code 0
 
212026-08-25T03:37:12.994Zstarting task 1: "rust-toolchain"
222026-08-25T03:37:13.000Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T03:37:13.000Z * rust toolchain channel = "1.97.1"
242026-08-25T03:37:13.000Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T03:37:13.000Z * rust toolchain profile = "default"
262026-08-25T03:37:13.000Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T03:37:13.000Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T03:37:13.000Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:37:13.000Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T03:37:13.043Zinfo: downloading installer
312026-08-25T03:37:14.364Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T03:37:14.364Zwarn: /home/build/.rustup/settings.toml
332026-08-25T03:37:14.364Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T03:37:14.364Zwarn: instead of the one inferred from the default host triple.
352026-08-25T03:37:14.376Zinfo: profile set to default
362026-08-25T03:37:14.376Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T03:37:14.383Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T03:37:14.501Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T03:37:14.516Zinfo: downloading 6 components
402026-08-25T03:37:28.567Z
412026-08-25T03:37:28.567Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-25T03:37:28.588Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T03:37:28.588Z
442026-08-25T03:37:28.608Z
452026-08-25T03:37:28.608ZRust is installed now. Great!
462026-08-25T03:37:28.608Z
472026-08-25T03:37:28.609ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T03:37:28.609Zenvironment variable. This has not been done automatically.
492026-08-25T03:37:28.609Z
502026-08-25T03:37:28.609ZTo configure your current shell, you need to source
512026-08-25T03:37:28.609Zthe corresponding env file under $HOME/.cargo.
522026-08-25T03:37:28.609Z
532026-08-25T03:37:28.609ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T03:37:28.609Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T03:37:28.609Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T03:37:28.609Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T03:37:28.609Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T03:37:28.609Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T03:37:28.609Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T03:37:28.609Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T03:37:28.609Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T03:37:28.706Z+ rustup --version
632026-08-25T03:37:28.727Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T03:37:28.727Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T03:37:28.737Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T03:37:28.738Z+ cargo --version
672026-08-25T03:37:28.769Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T03:37:28.769Z+ rustc --version
692026-08-25T03:37:28.783Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T03:37:28.783Zprocess exited: duration 15774 ms, exit code 0
 
712026-08-25T03:37:28.819Zstarting task 2: "authentication"
722026-08-25T03:37:28.851ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T03:37:53.212Zprocess exited: duration 24407 ms, exit code 0
 
742026-08-25T03:37:53.223Zstarting task 3: "clone repository"
752026-08-25T03:37:53.238Z+ mkdir -p /work/oxidecomputer/opte
762026-08-25T03:37:53.238Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-08-25T03:37:53.263ZCloning into '/work/oxidecomputer/opte'...
782026-08-25T03:37:54.327Z+ cd /work/oxidecomputer/opte
792026-08-25T03:37:54.327Z+ git fetch origin 9dc4e8db1ad611b0a639b87c033af000e46011db
802026-08-25T03:37:54.618ZFrom https://github.com/oxidecomputer/opte
812026-08-25T03:37:54.619Z * branch 9dc4e8db1ad611b0a639b87c033af000e46011db -> FETCH_HEAD
822026-08-25T03:37:54.633Z+ [[ -n renovate/clap ]]
832026-08-25T03:37:54.633Z++ git branch --show-current
842026-08-25T03:37:54.633Z+ current=master
852026-08-25T03:37:54.633Z+ [[ master != renovate/clap ]]
862026-08-25T03:37:54.633Z+ git branch -f renovate/clap 9dc4e8db1ad611b0a639b87c033af000e46011db
872026-08-25T03:37:54.633Z+ git checkout -f renovate/clap
882026-08-25T03:37:54.680ZSwitched to branch 'renovate/clap'
892026-08-25T03:37:54.680Z+ git reset --hard 9dc4e8db1ad611b0a639b87c033af000e46011db
902026-08-25T03:37:54.680ZHEAD is now at 9dc4e8d Update Rust crate clap to v4.6.6
912026-08-25T03:37:54.680Zprocess exited: duration 1416 ms, exit code 0
 
922026-08-25T03:37:54.726Zstarting task 4: "build"
932026-08-25T03:37:54.756Z+ source .github/buildomat/common.sh
942026-08-25T03:37:54.757Z++ rustup show active-toolchain
952026-08-25T03:37:54.757Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-08-25T03:37:54.757Z++ pushd xde
972026-08-25T03:37:54.757Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-08-25T03:37:54.757Z++ rustup show active-toolchain
992026-08-25T03:37:54.757Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-08-25T03:37:54.859Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-08-25T03:37:54.867Zinfo: downloading 6 components
1022026-08-25T03:38:10.378Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-08-25T03:38:10.460Z+++ rustup show active-toolchain -v
1042026-08-25T03:38:10.471Z+++ head -n 1
1052026-08-25T03:38:10.471Z+++ cut '-d ' -f1
1062026-08-25T03:38:10.511Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-25T03:38:10.511Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-08-25T03:38:10.511Z++ popd
1092026-08-25T03:38:10.526Z/work/oxidecomputer/opte
1102026-08-25T03:38:10.526Z+ TGT_BASE=/work
1112026-08-25T03:38:10.526Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1122026-08-25T03:38:10.526Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1132026-08-25T03:38:10.526Z+ DBG_TGT=/work/debug
1142026-08-25T03:38:10.526Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1152026-08-25T03:38:10.526Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1162026-08-25T03:38:10.526Z+ REL_TGT=/work/release
1172026-08-25T03:38:10.526Z+ mkdir -p /work/debug /work/release
1182026-08-25T03:38:10.526Z+ cargo --version
1192026-08-25T03:38:10.540Zcargo 1.97.1 (c980f4866 2026-06-30)
1202026-08-25T03:38:10.540Z+ rustc --version
1212026-08-25T03:38:10.551Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1222026-08-25T03:38:10.551Z+ install_pkg jq
1232026-08-25T03:38:10.551Z+ set +o errexit
1242026-08-25T03:38:10.551Z+ pfexec pkg install jq
1252026-08-25T03:38:12.044Z Startup: Refreshing catalog 'helios' ... Done
1262026-08-25T03:38:12.345Z Startup: Caching catalogs ... Done
1272026-08-25T03:38:14.551ZPlanning: Solver setup ... Done
1282026-08-25T03:38:14.613ZPlanning: Running solver ... Done
1292026-08-25T03:38:14.659ZPlanning: Consolidating action changes ... Done
1302026-08-25T03:38:14.664ZPlanning: Evaluating mediators ... Done
1312026-08-25T03:38:14.664ZPlanning: Planning completed in 2.28 seconds
1322026-08-25T03:38:14.675ZNo updates necessary for this image.
1332026-08-25T03:38:14.914Z+ exit_code=4
1342026-08-25T03:38:14.914Z+ [[ 4 -ne 0 ]]
1352026-08-25T03:38:14.914Z+ [[ 4 -ne 4 ]]
1362026-08-25T03:38:14.918Z+ set -o errexit
1372026-08-25T03:38:14.918Z+ pushd xde
1382026-08-25T03:38:14.918Z+ cp xde.conf /work/xde.conf
1392026-08-25T03:38:14.918Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1402026-08-25T03:38:14.918Z+ header 'check style'
1412026-08-25T03:38:14.918Z+ echo '# ==== check style ==== #'
1422026-08-25T03:38:14.918Z# ==== check style ==== #
1432026-08-25T03:38:14.918Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1442026-08-25T03:38:15.147Z
1452026-08-25T03:38:15.147Zreal 0.229932792
1462026-08-25T03:38:15.147Zuser 0.158014679
1472026-08-25T03:38:15.147Zsys 0.061482727
1482026-08-25T03:38:15.147Ztrap 0.000011500
1492026-08-25T03:38:15.147Ztflt 0.000030050
1502026-08-25T03:38:15.147Zdflt 0.000057810
1512026-08-25T03:38:15.147Zkflt 0.000000000
1522026-08-25T03:38:15.147Zlock 0.034614552
1532026-08-25T03:38:15.147Zslp 0.198037613
1542026-08-25T03:38:15.148Zlat 0.000812900
1552026-08-25T03:38:15.148Zstop 0.000104170
1562026-08-25T03:38:15.154Z+ header analyze
1572026-08-25T03:38:15.154Z+ echo '# ==== analyze ==== #'
1582026-08-25T03:38:15.154Z# ==== analyze ==== #
1592026-08-25T03:38:15.154Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1602026-08-25T03:38:15.329Z Updating crates.io index
1612026-08-25T03:38:15.335Z Updating git repository `https://github.com/oxidecomputer/falcon`
1622026-08-25T03:38:16.106Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1632026-08-25T03:38:16.615Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1642026-08-25T03:38:16.869Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1652026-08-25T03:38:17.279Z Updating git repository `https://github.com/oxidecomputer/zone`
1662026-08-25T03:38:17.559Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1672026-08-25T03:38:17.886Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1682026-08-25T03:38:19.697Z Downloading crates ...
1692026-08-25T03:38:19.757Z Downloaded darling v0.23.0
1702026-08-25T03:38:19.762Z Downloaded cobs v0.3.0
1712026-08-25T03:38:19.762Z Downloaded defmt v0.3.100
1722026-08-25T03:38:19.762Z Downloaded thiserror-impl v2.0.18
1732026-08-25T03:38:19.765Z Downloaded defmt-parser v1.0.0
1742026-08-25T03:38:19.766Z Downloaded quote v1.0.46
1752026-08-25T03:38:19.841Z Downloaded managed v0.8.0
1762026-08-25T03:38:19.857Z Downloaded stable_deref_trait v1.2.1
1772026-08-25T03:38:19.857Z Downloaded darling_macro v0.23.0
1782026-08-25T03:38:19.857Z Downloaded ident_case v1.0.1
1792026-08-25T03:38:19.857Z Downloaded macaddr v1.0.1
1802026-08-25T03:38:19.857Z Downloaded hash32 v0.3.1
1812026-08-25T03:38:19.857Z Downloaded strsim v0.11.1
1822026-08-25T03:38:19.857Z Downloaded version_check v0.9.5
1832026-08-25T03:38:19.857Z Downloaded ref-cast v1.0.25
1842026-08-25T03:38:19.857Z Downloaded cfg-if v1.0.4
1852026-08-25T03:38:19.857Z Downloaded ref-cast-impl v1.0.25
1862026-08-25T03:38:19.857Z Downloaded dyn-clone v1.0.20
1872026-08-25T03:38:19.857Z Downloaded embedded-io v0.4.0
1882026-08-25T03:38:19.857Z Downloaded embedded-io v0.6.1
1892026-08-25T03:38:19.857Z Downloaded bitflags v1.3.2
1902026-08-25T03:38:19.857Z Downloaded defmt-macros v1.1.1
1912026-08-25T03:38:19.873Z Downloaded defmt v1.1.1
1922026-08-25T03:38:19.873Z Downloaded heapless v0.8.0
1932026-08-25T03:38:19.873Z Downloaded ingot v0.2.0
1942026-08-25T03:38:19.873Z Downloaded byteorder v1.5.0
1952026-08-25T03:38:19.873Z Downloaded either v1.16.0
1962026-08-25T03:38:19.873Z Downloaded ingot-types v0.2.0
1972026-08-25T03:38:19.887Z Downloaded thiserror v2.0.18
1982026-08-25T03:38:19.887Z Downloaded crc32fast v1.5.0
1992026-08-25T03:38:19.887Z Downloaded postcard v1.1.3
2002026-08-25T03:38:19.887Z Downloaded unicode-ident v1.0.24
2012026-08-25T03:38:19.897Z Downloaded ingot-macros v0.2.0
2022026-08-25T03:38:19.897Z Downloaded serde_core v1.0.228
2032026-08-25T03:38:19.897Z Downloaded serde_derive v1.0.228
2042026-08-25T03:38:19.906Z Downloaded memchr v2.8.3
2052026-08-25T03:38:19.906Z Downloaded proc-macro2 v1.0.106
2062026-08-25T03:38:19.906Z Downloaded uuid v1.23.5
2072026-08-25T03:38:19.906Z Downloaded bitflags v2.13.0
2082026-08-25T03:38:19.916Z Downloaded darling_core v0.23.0
2092026-08-25T03:38:19.922Z Downloaded zerocopy-derive v0.8.54
2102026-08-25T03:38:19.930Z Downloaded serde v1.0.228
2112026-08-25T03:38:19.940Z Downloaded regex v1.13.0
2122026-08-25T03:38:19.952Z Downloaded aho-corasick v1.1.4
2132026-08-25T03:38:19.957Z Downloaded itertools v0.15.0
2142026-08-25T03:38:20.012Z Downloaded zerocopy v0.8.54
2152026-08-25T03:38:20.021Z Downloaded smoltcp v0.11.0
2162026-08-25T03:38:20.028Z Downloaded syn v2.0.118
2172026-08-25T03:38:20.032Z Downloaded regex-syntax v0.8.11
2182026-08-25T03:38:20.046Z Downloaded regex-automata v0.4.15
2192026-08-25T03:38:20.058Z Updating crates.io index
2202026-08-25T03:38:20.120Z Downloading crates ...
2212026-08-25T03:38:20.137Z Downloaded miniz_oxide v0.9.1
2222026-08-25T03:38:20.161Z Downloaded foldhash v0.2.0
2232026-08-25T03:38:20.165Z Downloaded rustc-demangle v0.1.28
2242026-08-25T03:38:20.185Z Downloaded object v0.39.1
2252026-08-25T03:38:20.191Z Downloaded getopts v0.2.24
2262026-08-25T03:38:20.194Z Downloaded rustc-literal-escaper v0.0.8
2272026-08-25T03:38:20.216Z Downloaded gimli v0.34.0
2282026-08-25T03:38:20.278Z Downloaded hashbrown v0.17.1
2292026-08-25T03:38:20.283Z Downloaded adler2 v2.0.1
2302026-08-25T03:38:20.290Z Downloaded memchr v2.7.6
2312026-08-25T03:38:20.302Z Downloaded addr2line v0.27.0
2322026-08-25T03:38:20.364Z Downloaded libc v0.2.185
2332026-08-25T03:38:20.418Z 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-08-25T03:38:20.418Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2352026-08-25T03:38:20.418Z Compiling proc-macro2 v1.0.106
2362026-08-25T03:38:20.418Z Compiling unicode-ident v1.0.24
2372026-08-25T03:38:20.425Z Compiling quote v1.0.46
2382026-08-25T03:38:20.425Z Compiling serde_core v1.0.228
2392026-08-25T03:38:20.425Z Compiling strsim v0.11.1
2402026-08-25T03:38:20.425Z Compiling ident_case v1.0.1
2412026-08-25T03:38:20.603Z Compiling memchr v2.8.3
2422026-08-25T03:38:20.606Z Compiling regex-syntax v0.8.11
2432026-08-25T03:38:20.885Z Compiling either v1.16.0
2442026-08-25T03:38:20.910Z Compiling zerocopy v0.8.54
2452026-08-25T03:38:21.015Z Compiling thiserror v2.0.18
2462026-08-25T03:38:21.041Z Compiling aho-corasick v1.1.4
2472026-08-25T03:38:21.087Z Compiling serde v1.0.228
2482026-08-25T03:38:21.322Z Compiling itertools v0.15.0
2492026-08-25T03:38:21.546Z Compiling heapless v0.8.0
2502026-08-25T03:38:21.586Z Compiling smoltcp v0.11.0
2512026-08-25T03:38:21.699Z Compiling syn v2.0.118
2522026-08-25T03:38:21.783Z Compiling crc32fast v1.5.0
2532026-08-25T03:38:22.007Z Compiling version_check v0.9.5
2542026-08-25T03:38:22.034Z Compiling regex-automata v0.4.15
2552026-08-25T03:38:22.117Z Compiling ref-cast v1.0.25
2562026-08-25T03:38:22.384Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2572026-08-25T03:38:23.674Z Compiling regex v1.13.0
2582026-08-25T03:38:24.050Z Compiling darling_core v0.23.0
2592026-08-25T03:38:24.761Z Compiling serde_derive v1.0.228
2602026-08-25T03:38:24.761Z Compiling zerocopy-derive v0.8.54
2612026-08-25T03:38:24.761Z Compiling thiserror-impl v2.0.18
2622026-08-25T03:38:24.770Z Compiling ref-cast-impl v1.0.25
2632026-08-25T03:38:24.770Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2642026-08-25T03:38:26.169Z Compiling darling_macro v0.23.0
2652026-08-25T03:38:27.046Z Compiling darling v0.23.0
2662026-08-25T03:38:27.097Z Compiling ingot-macros v0.2.0
2672026-08-25T03:38:27.106Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2682026-08-25T03:38:32.403Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2692026-08-25T03:38:34.709Z Checking byteorder v1.5.0
2702026-08-25T03:38:34.710Z Checking cfg-if v1.0.4
2712026-08-25T03:38:34.710Z Checking macaddr v1.0.1
2722026-08-25T03:38:34.732Z Checking stable_deref_trait v1.2.1
2732026-08-25T03:38:34.732Z Checking bitflags v1.3.2
2742026-08-25T03:38:34.760Z Checking managed v0.8.0
2752026-08-25T03:38:34.783Z Checking cobs v0.3.0
2762026-08-25T03:38:34.846Z Checking hash32 v0.3.1
2772026-08-25T03:38:34.879Z Checking dyn-clone v1.0.20
2782026-08-25T03:38:34.911Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2792026-08-25T03:38:36.037Z Checking bitflags v2.13.0
2802026-08-25T03:38:36.037Z Checking uuid v1.23.5
2812026-08-25T03:38:36.180Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-08-25T03:38:36.388Z Checking postcard v1.1.3
2832026-08-25T03:38:37.238Z Checking ingot-types v0.2.0
2842026-08-25T03:38:37.515Z Checking ingot v0.2.0
2852026-08-25T03:38:38.898Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2862026-08-25T03:38:41.963Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2872026-08-25T03:38:43.143Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2882026-08-25T03:38:44.716Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.50s
2892026-08-25T03:38:44.837Z
2902026-08-25T03:38:44.837Zreal 29.684499720
2912026-08-25T03:38:44.837Zuser 1:09.068052532
2922026-08-25T03:38:44.837Zsys 9.749299415
2932026-08-25T03:38:44.837Ztrap 0.025650977
2942026-08-25T03:38:44.842Ztflt 0.058108699
2952026-08-25T03:38:44.842Zdflt 0.161226979
2962026-08-25T03:38:44.842Zkflt 0.002009602
2972026-08-25T03:38:44.842Zlock 3:54.098041020
2982026-08-25T03:38:44.842Zslp 3:06.839731885
2992026-08-25T03:38:44.842Zlat 1.834414116
3002026-08-25T03:38:44.842Zstop 7.430464843
3012026-08-25T03:38:44.843Z+ pushd xde-link
3022026-08-25T03:38:44.843Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3032026-08-25T03:38:44.843Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3042026-08-25T03:38:45.018Z 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-08-25T03:38:45.018Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3062026-08-25T03:38:45.018Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3072026-08-25T03:38:55.896Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3082026-08-25T03:38:58.291Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.38s
3092026-08-25T03:38:58.306Z
3102026-08-25T03:38:58.317Zreal 13.459917948
3112026-08-25T03:38:58.317Zuser 21.118110932
3122026-08-25T03:38:58.317Zsys 1.225058323
3132026-08-25T03:38:58.317Ztrap 0.003823591
3142026-08-25T03:38:58.317Ztflt 0.001961592
3152026-08-25T03:38:58.317Zdflt 0.029649330
3162026-08-25T03:38:58.318Zkflt 0.000010640
3172026-08-25T03:38:58.318Zlock 1:13.321724862
3182026-08-25T03:38:58.318Zslp 44.843055480
3192026-08-25T03:38:58.318Zlat 0.261343957
3202026-08-25T03:38:58.318Zstop 0.137907212
3212026-08-25T03:38:58.318Z+ popd
3222026-08-25T03:38:58.318Z+ popd
3232026-08-25T03:38:58.318Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3242026-08-25T03:38:58.318Z/work/oxidecomputer/opte
3252026-08-25T03:38:58.318Z+ header 'build xde (debug)'
3262026-08-25T03:38:58.318Z+ echo '# ==== build xde (debug) ==== #'
3272026-08-25T03:38:58.318Z# ==== build xde (debug) ==== #
3282026-08-25T03:38:58.318Z+ ptime -m cargo xtask build --profile debug xde xde-link
3292026-08-25T03:38:58.452Z Downloading crates ...
3302026-08-25T03:38:58.515Z Downloaded anstyle-query v1.1.5
3312026-08-25T03:38:58.531Z Downloaded cargo-platform v0.3.3
3322026-08-25T03:38:58.531Z Downloaded serde_json v1.0.150
3332026-08-25T03:38:58.531Z Downloaded heck v0.5.0
3342026-08-25T03:38:58.531Z Downloaded zmij v1.0.22
3352026-08-25T03:38:58.531Z Downloaded anstream v1.0.0
3362026-08-25T03:38:58.539Z Downloaded errno v0.3.14
3372026-08-25T03:38:58.539Z Downloaded serde_spanned v1.1.1
3382026-08-25T03:38:58.539Z Downloaded is_terminal_polyfill v1.70.2
3392026-08-25T03:38:58.540Z Downloaded clap_lex v1.1.0
3402026-08-25T03:38:58.540Z Downloaded colorchoice v1.0.5
3412026-08-25T03:38:58.543Z Downloaded utf8parse v0.2.2
3422026-08-25T03:38:58.551Z Downloaded equivalent v1.0.2
3432026-08-25T03:38:58.560Z Downloaded toml_writer v1.1.1+spec-1.1.0
3442026-08-25T03:38:58.560Z Downloaded anstyle-parse v1.0.0
3452026-08-25T03:38:58.561Z Downloaded toml_parser v1.1.2+spec-1.1.0
3462026-08-25T03:38:58.561Z Downloaded clap_derive v4.6.4
3472026-08-25T03:38:58.592Z Downloaded cargo_metadata v0.23.1
3482026-08-25T03:38:58.592Z Downloaded terminal_size v0.4.4
3492026-08-25T03:38:58.592Z Downloaded semver v1.0.28
3502026-08-25T03:38:58.592Z Downloaded anyhow v1.0.103
3512026-08-25T03:38:58.636Z Downloaded itoa v1.0.18
3522026-08-25T03:38:58.636Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3532026-08-25T03:38:58.636Z Downloaded anstyle v1.0.14
3542026-08-25T03:38:58.636Z Downloaded toml v1.1.2+spec-1.1.0
3552026-08-25T03:38:58.636Z Downloaded clap v4.6.6
3562026-08-25T03:38:58.636Z Downloaded camino v1.2.4
3572026-08-25T03:38:58.666Z Downloaded indexmap v2.14.0
3582026-08-25T03:38:58.666Z Downloaded clap_builder v4.6.6
3592026-08-25T03:38:58.666Z Downloaded winnow v1.0.3
3602026-08-25T03:38:58.670Z Downloaded rustix v1.1.4
3612026-08-25T03:38:58.685Z Downloaded syn v3.0.4
3622026-08-25T03:38:58.711Z Downloaded libc v0.2.186
3632026-08-25T03:38:58.746Z Compiling proc-macro2 v1.0.106
3642026-08-25T03:38:58.746Z Compiling unicode-ident v1.0.24
3652026-08-25T03:38:58.746Z Compiling quote v1.0.46
3662026-08-25T03:38:58.761Z Compiling serde_core v1.0.228
3672026-08-25T03:38:58.761Z Compiling libc v0.2.186
3682026-08-25T03:38:58.778Z Compiling rustix v1.1.4
3692026-08-25T03:38:58.778Z Compiling utf8parse v0.2.2
3702026-08-25T03:38:58.778Z Compiling bitflags v2.13.0
3712026-08-25T03:38:58.921Z Compiling zmij v1.0.22
3722026-08-25T03:38:58.935Z Compiling anstyle-parse v1.0.0
3732026-08-25T03:38:59.108Z Compiling is_terminal_polyfill v1.70.2
3742026-08-25T03:38:59.127Z Compiling colorchoice v1.0.5
3752026-08-25T03:38:59.192Z Compiling anstyle v1.0.14
3762026-08-25T03:38:59.209Z Compiling camino v1.2.4
3772026-08-25T03:38:59.240Z Compiling thiserror v2.0.18
3782026-08-25T03:38:59.240Z Compiling serde_json v1.0.150
3792026-08-25T03:38:59.282Z Compiling serde v1.0.228
3802026-08-25T03:38:59.451Z Compiling anstyle-query v1.1.5
3812026-08-25T03:38:59.460Z Compiling errno v0.3.14
3822026-08-25T03:38:59.507Z Compiling anstream v1.0.0
3832026-08-25T03:38:59.614Z Compiling strsim v0.11.1
3842026-08-25T03:38:59.623Z Compiling heck v0.5.0
3852026-08-25T03:38:59.730Z Compiling memchr v2.8.3
3862026-08-25T03:38:59.947Z Compiling itoa v1.0.18
3872026-08-25T03:38:59.963Z Compiling anyhow v1.0.103
3882026-08-25T03:39:00.013Z Compiling syn v2.0.118
3892026-08-25T03:39:00.046Z Compiling terminal_size v0.4.4
3902026-08-25T03:39:00.202Z Compiling syn v3.0.4
3912026-08-25T03:39:00.202Z Compiling winnow v1.0.3
3922026-08-25T03:39:00.322Z Compiling clap_lex v1.1.0
3932026-08-25T03:39:00.567Z Compiling toml_parser v1.1.2+spec-1.1.0
3942026-08-25T03:39:00.598Z Compiling clap_builder v4.6.6
3952026-08-25T03:39:00.698Z Compiling toml_writer v1.1.1+spec-1.1.0
3962026-08-25T03:39:00.949Z Compiling toml_datetime v1.1.1+spec-1.1.0
3972026-08-25T03:39:01.452Z Compiling cargo-platform v0.3.3
3982026-08-25T03:39:01.683Z Compiling semver v1.0.28
3992026-08-25T03:39:01.803Z Compiling serde_spanned v1.1.1
4002026-08-25T03:39:01.861Z Compiling thiserror-impl v2.0.18
4012026-08-25T03:39:01.957Z Compiling serde_derive v1.0.228
4022026-08-25T03:39:02.059Z Compiling toml v1.1.2+spec-1.1.0
4032026-08-25T03:39:02.814Z Compiling clap_derive v4.6.4
4042026-08-25T03:39:04.342Z Compiling clap v4.6.6
4052026-08-25T03:39:04.732Z Compiling cargo_metadata v0.23.1
4062026-08-25T03:39:07.372Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4072026-08-25T03:39:08.963Z Finished `dev` profile [optimized + debuginfo] target(s) in 10.65s
4082026-08-25T03:39:08.978Z Running `target/debug/xtask build --profile debug xde xde-link`
4092026-08-25T03:39:10.180ZBuilding xde (dev).
4102026-08-25T03:39:10.396Z Compiling serde_core v1.0.228
4112026-08-25T03:39:10.396Z Compiling byteorder v1.5.0
4122026-08-25T03:39:10.396Z Compiling macaddr v1.0.1
4132026-08-25T03:39:10.403Z Compiling stable_deref_trait v1.2.1
4142026-08-25T03:39:10.403Z Compiling cfg-if v1.0.4
4152026-08-25T03:39:10.420Z Compiling zerocopy v0.8.54
4162026-08-25T03:39:10.428Z Compiling thiserror v2.0.18
4172026-08-25T03:39:10.428Z Compiling bitflags v1.3.2
4182026-08-25T03:39:10.468Z Compiling managed v0.8.0
4192026-08-25T03:39:10.473Z Compiling cobs v0.3.0
4202026-08-25T03:39:10.481Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4212026-08-25T03:39:10.509Z Compiling either v1.16.0
4222026-08-25T03:39:10.594Z Compiling hash32 v0.3.1
4232026-08-25T03:39:10.672Z Compiling itertools v0.15.0
4242026-08-25T03:39:10.679Z Compiling heapless v0.8.0
4252026-08-25T03:39:10.684Z Compiling ref-cast v1.0.25
4262026-08-25T03:39:10.746Z Compiling crc32fast v1.5.0
4272026-08-25T03:39:10.750Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4282026-08-25T03:39:10.750Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4292026-08-25T03:39:10.769Z Compiling dyn-clone v1.0.20
4302026-08-25T03:39:11.335Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4312026-08-25T03:39:11.349Z Compiling smoltcp v0.11.0
4322026-08-25T03:39:11.959Z Compiling serde v1.0.228
4332026-08-25T03:39:11.959Z Compiling bitflags v2.13.0
4342026-08-25T03:39:11.959Z Compiling uuid v1.23.5
4352026-08-25T03:39:12.497Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4362026-08-25T03:39:12.914Z Compiling postcard v1.1.3
4372026-08-25T03:39:13.639Z Compiling ingot-types v0.2.0
4382026-08-25T03:39:13.645Z Compiling ingot v0.2.0
4392026-08-25T03:39:14.959Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-08-25T03:39:18.530Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4412026-08-25T03:39:28.610Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4422026-08-25T03:39:36.839Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.63s
4432026-08-25T03:39:36.863ZLinking xde kmod...
4442026-08-25T03:39:37.961ZBuilding xde dev link helper (dev).
4452026-08-25T03:39:38.379Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4462026-08-25T03:39:38.441Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s
4472026-08-25T03:39:38.498Z
4482026-08-25T03:39:38.519Zreal 40.152302373
4492026-08-25T03:39:38.519Zuser 2:14.401112580
4502026-08-25T03:39:38.519Zsys 10.872003227
4512026-08-25T03:39:38.519Ztrap 0.049279887
4522026-08-25T03:39:38.519Ztflt 0.224732762
4532026-08-25T03:39:38.519Zdflt 0.591074231
4542026-08-25T03:39:38.519Zkflt 0.000015310
4552026-08-25T03:39:38.519Zlock 6:39.999703230
4562026-08-25T03:39:38.519Zslp 3:55.536401667
4572026-08-25T03:39:38.519Zlat 4.409093006
4582026-08-25T03:39:38.519Zstop 6.045678159
4592026-08-25T03:39:38.519Z+ header 'build xde (release)'
4602026-08-25T03:39:38.519Z+ echo '# ==== build xde (release) ==== #'
4612026-08-25T03:39:38.519Z# ==== build xde (release) ==== #
4622026-08-25T03:39:38.519Z+ ptime -m cargo xtask build --profile release xde xde-link
4632026-08-25T03:39:38.604Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4642026-08-25T03:39:38.627Z Running `target/debug/xtask build --profile release xde xde-link`
4652026-08-25T03:39:38.800ZBuilding xde (release-lto).
4662026-08-25T03:39:39.013Z 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)
4672026-08-25T03:39:39.013Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4682026-08-25T03:39:39.013Z Compiling proc-macro2 v1.0.106
4692026-08-25T03:39:39.013Z Compiling unicode-ident v1.0.24
4702026-08-25T03:39:39.029Z Compiling quote v1.0.46
4712026-08-25T03:39:39.029Z Compiling serde_core v1.0.228
4722026-08-25T03:39:39.029Z Compiling strsim v0.11.1
4732026-08-25T03:39:39.029Z Compiling ident_case v1.0.1
4742026-08-25T03:39:39.139Z Compiling memchr v2.8.3
4752026-08-25T03:39:39.171Z Compiling regex-syntax v0.8.11
4762026-08-25T03:39:39.388Z Compiling either v1.16.0
4772026-08-25T03:39:39.400Z Compiling serde v1.0.228
4782026-08-25T03:39:39.400Z Compiling zerocopy v0.8.54
4792026-08-25T03:39:39.517Z Compiling aho-corasick v1.1.4
4802026-08-25T03:39:39.568Z Compiling thiserror v2.0.18
4812026-08-25T03:39:39.773Z Compiling itertools v0.15.0
4822026-08-25T03:39:39.790Z Compiling heapless v0.8.0
4832026-08-25T03:39:40.133Z Compiling syn v2.0.118
4842026-08-25T03:39:40.170Z Compiling smoltcp v0.11.0
4852026-08-25T03:39:40.175Z Compiling version_check v0.9.5
4862026-08-25T03:39:40.539Z Compiling ref-cast v1.0.25
4872026-08-25T03:39:40.573Z Compiling crc32fast v1.5.0
4882026-08-25T03:39:40.617Z Compiling regex-automata v0.4.15
4892026-08-25T03:39:40.715Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4902026-08-25T03:39:42.334Z Compiling regex v1.13.0
4912026-08-25T03:39:42.439Z Compiling darling_core v0.23.0
4922026-08-25T03:39:43.274Z Compiling zerocopy-derive v0.8.54
4932026-08-25T03:39:43.274Z Compiling serde_derive v1.0.228
4942026-08-25T03:39:43.280Z Compiling thiserror-impl v2.0.18
4952026-08-25T03:39:43.281Z Compiling ref-cast-impl v1.0.25
4962026-08-25T03:39:43.281Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4972026-08-25T03:39:44.749Z Compiling darling_macro v0.23.0
4982026-08-25T03:39:45.519Z Compiling darling v0.23.0
4992026-08-25T03:39:45.578Z Compiling ingot-macros v0.2.0
5002026-08-25T03:39:45.578Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5012026-08-25T03:39:53.194Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5022026-08-25T03:39:53.963Z Compiling byteorder v1.5.0
5032026-08-25T03:39:53.963Z Compiling macaddr v1.0.1
5042026-08-25T03:39:53.966Z Compiling stable_deref_trait v1.2.1
5052026-08-25T03:39:53.967Z Compiling cfg-if v1.0.4
5062026-08-25T03:39:54.023Z Compiling bitflags v1.3.2
5072026-08-25T03:39:54.027Z Compiling cobs v0.3.0
5082026-08-25T03:39:54.054Z Compiling managed v0.8.0
5092026-08-25T03:39:54.144Z Compiling hash32 v0.3.1
5102026-08-25T03:39:54.214Z Compiling dyn-clone v1.0.20
5112026-08-25T03:39:54.311Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5122026-08-25T03:39:55.550Z Compiling bitflags v2.13.0
5132026-08-25T03:39:55.550Z Compiling uuid v1.23.5
5142026-08-25T03:39:55.700Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5152026-08-25T03:39:55.982Z Compiling postcard v1.1.3
5162026-08-25T03:39:56.796Z Compiling ingot-types v0.2.0
5172026-08-25T03:39:57.336Z Compiling ingot v0.2.0
5182026-08-25T03:39:58.652Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5192026-08-25T03:40:02.551Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5202026-08-25T03:40:11.460Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5212026-08-25T03:40:42.606Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
5222026-08-25T03:40:42.629ZLinking xde kmod...
5232026-08-25T03:40:43.224ZBuilding xde dev link helper (release).
5242026-08-25T03:40:43.382Z 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)
5252026-08-25T03:40:43.382Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5262026-08-25T03:40:43.382Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5272026-08-25T03:40:55.028Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5282026-08-25T03:40:57.700Z Finished `release` profile [optimized + debuginfo] target(s) in 14.44s
5292026-08-25T03:40:57.718Z
5302026-08-25T03:40:57.724Zreal 1:19.256201642
5312026-08-25T03:40:57.724Zuser 2:09.453006759
5322026-08-25T03:40:57.724Zsys 11.993377353
5332026-08-25T03:40:57.724Ztrap 0.026994720
5342026-08-25T03:40:57.724Ztflt 0.172363091
5352026-08-25T03:40:57.724Zdflt 0.206150098
5362026-08-25T03:40:57.724Zkflt 0.000016100
5372026-08-25T03:40:57.724Zlock 10:13.454104488
5382026-08-25T03:40:57.724Zslp 6:04.413254647
5392026-08-25T03:40:57.724Zlat 2.429360954
5402026-08-25T03:40:57.724Zstop 4.339680361
5412026-08-25T03:40:57.724Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5422026-08-25T03:40:57.724Z+ grep GOTPCREL
5432026-08-25T03:40:59.367Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5442026-08-25T03:40:59.371Z+ grep GOTPCREL
5452026-08-25T03:41:00.343Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5462026-08-25T03:41:00.420Z+ sha256sum /work/debug/xde.dbg
5472026-08-25T03:41:00.444Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5482026-08-25T03:41:00.448Z+ sha256sum /work/debug/xde_link.dbg.so
5492026-08-25T03:41:00.451Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5502026-08-25T03:41:00.485Z+ sha256sum /work/release/xde
5512026-08-25T03:41:00.516Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5522026-08-25T03:41:00.519Z+ sha256sum /work/release/xde_link.so
5532026-08-25T03:41:00.523Z+ header 'build xde integration tests'
5542026-08-25T03:41:00.523Z+ echo '# ==== build xde integration tests ==== #'
5552026-08-25T03:41:00.523Z+ pushd xde-tests
5562026-08-25T03:41:00.523Z# ==== build xde integration tests ==== #
5572026-08-25T03:41:00.523Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5582026-08-25T03:41:00.523Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5592026-08-25T03:41:00.605Z+ cargo clippy --all-targets -- --deny warnings
5602026-08-25T03:41:00.815Z Compiling serde_core v1.0.228
5612026-08-25T03:41:00.815Z Checking cfg-if v1.0.4
5622026-08-25T03:41:00.815Z Checking memchr v2.8.3
5632026-08-25T03:41:00.815Z Compiling serde v1.0.228
5642026-08-25T03:41:00.815Z Compiling rustversion v1.0.23
5652026-08-25T03:41:00.822Z Compiling version_check v0.9.5
5662026-08-25T03:41:00.822Z Compiling libc v0.2.186
5672026-08-25T03:41:00.822Z Compiling syn v2.0.118
5682026-08-25T03:41:00.882Z Compiling ident_case v1.0.1
5692026-08-25T03:41:00.985Z Compiling strsim v0.11.1
5702026-08-25T03:41:01.159Z Compiling regex-syntax v0.8.11
5712026-08-25T03:41:01.203Z Compiling syn v1.0.109
5722026-08-25T03:41:01.258Z Checking pin-project-lite v0.2.17
5732026-08-25T03:41:01.336Z Compiling equivalent v1.0.2
5742026-08-25T03:41:01.412Z Compiling winnow v1.0.3
5752026-08-25T03:41:01.483Z Compiling aho-corasick v1.1.4
5762026-08-25T03:41:01.538Z Compiling zerocopy v0.8.54
5772026-08-25T03:41:01.629Z Compiling hashbrown v0.17.1
5782026-08-25T03:41:01.726Z Compiling either v1.16.0
5792026-08-25T03:41:01.923Z Compiling itertools v0.15.0
5802026-08-25T03:41:02.162Z Compiling indexmap v2.14.0
5812026-08-25T03:41:02.424Z Compiling toml_parser v1.1.2+spec-1.1.0
5822026-08-25T03:41:02.692Z Compiling regex-automata v0.4.15
5832026-08-25T03:41:02.881Z Checking byteorder v1.5.0
5842026-08-25T03:41:03.002Z Compiling heapless v0.8.0
5852026-08-25T03:41:03.009Z Compiling toml_datetime v1.1.1+spec-1.1.0
5862026-08-25T03:41:03.031Z Checking hash32 v0.3.1
5872026-08-25T03:41:03.134Z Checking bitflags v2.13.0
5882026-08-25T03:41:03.222Z Compiling toml_edit v0.25.12+spec-1.1.0
5892026-08-25T03:41:03.243Z Compiling slog v2.8.2
5902026-08-25T03:41:03.250Z Checking futures-sink v0.3.32
5912026-08-25T03:41:03.291Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5922026-08-25T03:41:03.331Z Checking futures-core v0.3.32
5932026-08-25T03:41:03.446Z Compiling darling_core v0.23.0
5942026-08-25T03:41:03.452Z Compiling smoltcp v0.11.0
5952026-08-25T03:41:03.455Z Checking macaddr v1.0.1
5962026-08-25T03:41:03.522Z Checking stable_deref_trait v1.2.1
5972026-08-25T03:41:03.594Z Checking futures-channel v0.3.32
5982026-08-25T03:41:03.774Z Compiling proc-macro-crate v3.5.0
5992026-08-25T03:41:03.778Z Compiling proc-macro-error-attr v1.0.4
6002026-08-25T03:41:03.945Z Compiling ref-cast v1.0.25
6012026-08-25T03:41:03.992Z Checking futures-io v0.3.32
6022026-08-25T03:41:04.097Z Compiling getrandom v0.4.3
6032026-08-25T03:41:04.114Z Checking managed v0.8.0
6042026-08-25T03:41:04.177Z Checking futures-task v0.3.32
6052026-08-25T03:41:04.241Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6062026-08-25T03:41:04.287Z Compiling autocfg v1.5.1
6072026-08-25T03:41:04.307Z Checking slab v0.4.12
6082026-08-25T03:41:04.348Z Checking rand_core v0.10.1
6092026-08-25T03:41:04.447Z Compiling regex v1.13.0
6102026-08-25T03:41:04.456Z Compiling crc32fast v1.5.0
6112026-08-25T03:41:04.477Z Checking bitflags v1.3.2
6122026-08-25T03:41:04.619Z Compiling num-traits v0.2.19
6132026-08-25T03:41:04.632Z Compiling serde_derive v1.0.228
6142026-08-25T03:41:04.728Z Compiling thiserror-impl v2.0.18
6152026-08-25T03:41:04.835Z Compiling zerocopy-derive v0.8.54
6162026-08-25T03:41:04.843Z Compiling futures-macro v0.3.32
6172026-08-25T03:41:05.318Z Compiling ref-cast-impl v1.0.25
6182026-08-25T03:41:05.330Z Compiling num_enum_derive v0.7.6
6192026-08-25T03:41:05.549Z Compiling darling_macro v0.23.0
6202026-08-25T03:41:05.635Z Checking futures-util v0.3.32
6212026-08-25T03:41:05.711Z Compiling foreign-types-macros v0.2.3
6222026-08-25T03:41:05.924Z Checking thiserror v2.0.18
6232026-08-25T03:41:05.982Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6242026-08-25T03:41:06.011Z Checking cobs v0.3.0
6252026-08-25T03:41:06.109Z Compiling darling v0.23.0
6262026-08-25T03:41:06.147Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6272026-08-25T03:41:06.181Z Compiling ingot-macros v0.2.0
6282026-08-25T03:41:06.294Z Compiling proc-macro-error v1.0.4
6292026-08-25T03:41:06.329Z Checking once_cell v1.21.4
6302026-08-25T03:41:06.334Z Checking ipnetwork v0.21.1
6312026-08-25T03:41:06.381Z Checking cpufeatures v0.3.0
6322026-08-25T03:41:06.441Z Checking unicode-width v0.2.2
6332026-08-25T03:41:06.490Z Compiling crossbeam-utils v0.8.22
6342026-08-25T03:41:06.494Z Checking foreign-types-shared v0.3.1
6352026-08-25T03:41:06.563Z Checking foreign-types v0.5.0
6362026-08-25T03:41:06.602Z Checking tracing-core v0.1.36
6372026-08-25T03:41:06.625Z Checking chacha20 v0.10.1
6382026-08-25T03:41:06.701Z Checking tabwriter v1.4.1
6392026-08-25T03:41:06.815Z Checking num_enum v0.7.6
6402026-08-25T03:41:06.820Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6412026-08-25T03:41:06.916Z Checking anyhow v1.0.103
6422026-08-25T03:41:07.136Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6432026-08-25T03:41:07.316Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6442026-08-25T03:41:07.376Z Compiling tracing-attributes v0.1.31
6452026-08-25T03:41:07.657Z Checking futures-executor v0.3.32
6462026-08-25T03:41:07.686Z Checking cstr-argument v0.1.2
6472026-08-25T03:41:07.770Z Checking erased-serde v0.3.31
6482026-08-25T03:41:07.790Z Checking postcard v1.1.3
6492026-08-25T03:41:07.795Z Checking pretty-hex v0.4.2
6502026-08-25T03:41:07.901Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6512026-08-25T03:41:07.972Z Compiling thiserror v1.0.69
6522026-08-25T03:41:08.086Z Compiling time-core v0.1.9
6532026-08-25T03:41:08.110Z Checking dyn-clone v1.0.20
6542026-08-25T03:41:08.204Z Compiling num-conv v0.2.2
6552026-08-25T03:41:08.261Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6562026-08-25T03:41:08.349Z Compiling time-macros v0.2.31
6572026-08-25T03:41:08.411Z Checking futures v0.3.32
6582026-08-25T03:41:08.416Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6592026-08-25T03:41:08.440Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6602026-08-25T03:41:08.539Z Checking rand v0.10.2
6612026-08-25T03:41:08.676Z Checking tracing v0.1.44
6622026-08-25T03:41:08.734Z Compiling thiserror-impl v1.0.69
6632026-08-25T03:41:08.873Z Checking uuid v1.23.5
6642026-08-25T03:41:08.906Z Checking arc-swap v1.9.2
6652026-08-25T03:41:08.949Z Checking socket2 v0.6.4
6662026-08-25T03:41:08.982Z Checking nom v8.0.0
6672026-08-25T03:41:09.072Z Checking ingot-types v0.2.0
6682026-08-25T03:41:09.115Z Checking thread_local v1.1.10
6692026-08-25T03:41:09.127Z Compiling slog-async v2.8.0
6702026-08-25T03:41:09.267Z Checking powerfmt v0.2.0
6712026-08-25T03:41:09.401Z Checking lazy_static v1.5.0
6722026-08-25T03:41:09.410Z Checking oxnet v0.1.6
6732026-08-25T03:41:09.414Z Checking ingot v0.2.0
6742026-08-25T03:41:09.484Z Checking colored v3.1.1
6752026-08-25T03:41:09.584Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6762026-08-25T03:41:09.710Z Checking iana-time-zone v0.1.65
6772026-08-25T03:41:09.714Z Compiling heck v0.4.1
6782026-08-25T03:41:09.815Z Checking deranged v0.5.8
6792026-08-25T03:41:09.845Z Checking chrono v0.4.45
6802026-08-25T03:41:09.900Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6812026-08-25T03:41:09.972Z Checking slog-scope v4.4.1
6822026-08-25T03:41:10.131Z Checking crossbeam-channel v0.5.16
6832026-08-25T03:41:10.455Z Checking cookie-factory v0.3.3
6842026-08-25T03:41:10.551Z Checking itertools v0.12.1
6852026-08-25T03:41:10.664Z Checking is-terminal v0.4.17
6862026-08-25T03:41:10.696Z Checking term v1.2.1
6872026-08-25T03:41:10.713Z Checking time v0.3.53
6882026-08-25T03:41:10.739Z Checking take_mut v0.2.2
6892026-08-25T03:41:10.831Z Checking circular v0.3.0
6902026-08-25T03:41:10.915Z Checking log v0.4.33
6912026-08-25T03:41:10.945Z Checking rusticata-macros v5.0.0
6922026-08-25T03:41:11.018Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6932026-08-25T03:41:11.066Z Checking pcap-parser v0.17.0
6942026-08-25T03:41:11.071Z Checking slog-stdlog v4.1.1
6952026-08-25T03:41:11.538Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6962026-08-25T03:41:11.825Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
6972026-08-25T03:41:11.829Z Checking slog-term v2.9.2
6982026-08-25T03:41:12.142Z Checking slog-envlogger v2.2.0
6992026-08-25T03:41:15.610Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7002026-08-25T03:41:17.294Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7012026-08-25T03:41:17.297Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7022026-08-25T03:41:17.648Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7032026-08-25T03:41:18.212Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.56s
7042026-08-25T03:41:18.258Z+ cargo build --test loopback
7052026-08-25T03:41:18.422Z Compiling cfg-if v1.0.4
7062026-08-25T03:41:18.422Z Compiling memchr v2.8.3
7072026-08-25T03:41:18.427Z Compiling serde_core v1.0.228
7082026-08-25T03:41:18.445Z Compiling libc v0.2.186
7092026-08-25T03:41:18.451Z Compiling thiserror v2.0.18
7102026-08-25T03:41:18.451Z Compiling pin-project-lite v0.2.17
7112026-08-25T03:41:18.455Z Compiling either v1.16.0
7122026-08-25T03:41:18.455Z Compiling byteorder v1.5.0
7132026-08-25T03:41:18.495Z Compiling zerocopy v0.8.54
7142026-08-25T03:41:18.521Z Compiling futures-sink v0.3.32
7152026-08-25T03:41:18.531Z Compiling futures-core v0.3.32
7162026-08-25T03:41:18.614Z Compiling hash32 v0.3.1
7172026-08-25T03:41:18.619Z Compiling macaddr v1.0.1
7182026-08-25T03:41:18.643Z Compiling stable_deref_trait v1.2.1
7192026-08-25T03:41:18.688Z Compiling futures-channel v0.3.32
7202026-08-25T03:41:18.708Z Compiling heapless v0.8.0
7212026-08-25T03:41:18.758Z Compiling cobs v0.3.0
7222026-08-25T03:41:18.791Z Compiling rand_core v0.10.1
7232026-08-25T03:41:18.865Z Compiling bitflags v1.3.2
7242026-08-25T03:41:18.916Z Compiling managed v0.8.0
7252026-08-25T03:41:18.929Z Compiling futures-io v0.3.32
7262026-08-25T03:41:18.943Z Compiling futures-task v0.3.32
7272026-08-25T03:41:19.037Z Compiling slab v0.4.12
7282026-08-25T03:41:19.117Z Compiling smoltcp v0.11.0
7292026-08-25T03:41:19.127Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7302026-08-25T03:41:19.132Z Compiling once_cell v1.21.4
7312026-08-25T03:41:19.136Z Compiling cpufeatures v0.3.0
7322026-08-25T03:41:19.191Z Compiling futures-util v0.3.32
7332026-08-25T03:41:19.215Z Compiling foreign-types-shared v0.3.1
7342026-08-25T03:41:19.298Z Compiling unicode-width v0.2.2
7352026-08-25T03:41:19.355Z Compiling ipnetwork v0.21.1
7362026-08-25T03:41:19.395Z Compiling tracing-core v0.1.36
7372026-08-25T03:41:19.605Z Compiling tabwriter v1.4.1
7382026-08-25T03:41:19.853Z Compiling foreign-types v0.5.0
7392026-08-25T03:41:19.923Z Compiling chacha20 v0.10.1
7402026-08-25T03:41:20.021Z Compiling ref-cast v1.0.25
7412026-08-25T03:41:20.049Z Compiling num_enum v0.7.6
7422026-08-25T03:41:20.114Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7432026-08-25T03:41:20.157Z Compiling crc32fast v1.5.0
7442026-08-25T03:41:20.219Z Compiling serde v1.0.228
7452026-08-25T03:41:20.270Z Compiling bitflags v2.13.0
7462026-08-25T03:41:20.396Z Compiling getrandom v0.4.3
7472026-08-25T03:41:20.440Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7482026-08-25T03:41:20.610Z Compiling cstr-argument v0.1.2
7492026-08-25T03:41:20.681Z Compiling erased-serde v0.3.31
7502026-08-25T03:41:20.710Z Compiling postcard v1.1.3
7512026-08-25T03:41:20.775Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7522026-08-25T03:41:20.859Z Compiling itertools v0.15.0
7532026-08-25T03:41:20.882Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7542026-08-25T03:41:21.055Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7552026-08-25T03:41:21.061Z Compiling pretty-hex v0.4.2
7562026-08-25T03:41:21.196Z Compiling slog v2.8.2
7572026-08-25T03:41:21.372Z Compiling ingot-types v0.2.0
7582026-08-25T03:41:21.513Z Compiling futures-executor v0.3.32
7592026-08-25T03:41:21.592Z Compiling dyn-clone v1.0.20
7602026-08-25T03:41:21.619Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7612026-08-25T03:41:21.755Z Compiling ingot v0.2.0
7622026-08-25T03:41:21.782Z Compiling futures v0.3.32
7632026-08-25T03:41:21.824Z Compiling tracing v0.1.44
7642026-08-25T03:41:21.836Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7652026-08-25T03:41:21.852Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7662026-08-25T03:41:21.896Z Compiling rand v0.10.2
7672026-08-25T03:41:21.941Z Compiling uuid v1.23.5
7682026-08-25T03:41:21.946Z Compiling num-traits v0.2.19
7692026-08-25T03:41:22.109Z Compiling crossbeam-utils v0.8.22
7702026-08-25T03:41:22.195Z Compiling nom v8.0.0
7712026-08-25T03:41:22.314Z Compiling aho-corasick v1.1.4
7722026-08-25T03:41:22.627Z Compiling socket2 v0.6.4
7732026-08-25T03:41:22.667Z Compiling thread_local v1.1.10
7742026-08-25T03:41:22.859Z Compiling arc-swap v1.9.2
7752026-08-25T03:41:22.989Z Compiling regex-syntax v0.8.11
7762026-08-25T03:41:23.068Z Compiling colored v3.1.1
7772026-08-25T03:41:23.246Z Compiling oxnet v0.1.6
7782026-08-25T03:41:23.505Z Compiling winnow v1.0.3
7792026-08-25T03:41:23.740Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7802026-08-25T03:41:23.745Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7812026-08-25T03:41:23.898Z Compiling num-conv v0.2.2
7822026-08-25T03:41:23.974Z Compiling powerfmt v0.2.0
7832026-08-25T03:41:24.038Z Compiling time-core v0.1.9
7842026-08-25T03:41:24.043Z Compiling lazy_static v1.5.0
7852026-08-25T03:41:24.134Z Compiling iana-time-zone v0.1.65
7862026-08-25T03:41:24.220Z Compiling deranged v0.5.8
7872026-08-25T03:41:24.239Z Compiling chrono v0.4.45
7882026-08-25T03:41:24.540Z Compiling rusticata-macros v5.0.0
7892026-08-25T03:41:24.875Z Compiling regex-automata v0.4.15
7902026-08-25T03:41:25.008Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
7912026-08-25T03:41:25.197Z Compiling time v0.3.53
7922026-08-25T03:41:26.144Z Compiling slog-scope v4.4.1
7932026-08-25T03:41:26.621Z Compiling thiserror v1.0.69
7942026-08-25T03:41:26.723Z Compiling crossbeam-channel v0.5.16
7952026-08-25T03:41:27.230Z Compiling cookie-factory v0.3.3
7962026-08-25T03:41:27.502Z Compiling is-terminal v0.4.17
7972026-08-25T03:41:27.581Z Compiling itertools v0.12.1
7982026-08-25T03:41:27.601Z Compiling take_mut v0.2.2
7992026-08-25T03:41:27.707Z Compiling term v1.2.1
8002026-08-25T03:41:28.182Z Compiling circular v0.3.0
8012026-08-25T03:41:28.438Z Compiling log v0.4.33
8022026-08-25T03:41:28.724Z Compiling slog-stdlog v4.1.1
8032026-08-25T03:41:29.030Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8042026-08-25T03:41:29.110Z Compiling pcap-parser v0.17.0
8052026-08-25T03:41:29.708Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8062026-08-25T03:41:30.143Z Compiling slog-term v2.9.2
8072026-08-25T03:41:31.781Z Compiling slog-async v2.8.0
8082026-08-25T03:41:31.811Z Compiling regex v1.13.0
8092026-08-25T03:41:32.058Z Compiling slog-envlogger v2.2.0
8102026-08-25T03:41:32.149Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8112026-08-25T03:41:32.187Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8122026-08-25T03:41:32.463Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8132026-08-25T03:41:32.827Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8142026-08-25T03:41:41.979Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.72s
8152026-08-25T03:41:42.012Z++ cargo build -q --test loopback --message-format=json
8162026-08-25T03:41:42.015Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8172026-08-25T03:41:42.134Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803
8182026-08-25T03:41:42.134Z+ cargo build --test multicast_rx
8192026-08-25T03:41:42.241Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8202026-08-25T03:41:44.051Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s
8212026-08-25T03:41:44.086Z++ cargo build -q --test multicast_rx --message-format=json
8222026-08-25T03:41:44.089Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8232026-08-25T03:41:44.204Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326
8242026-08-25T03:41:44.204Z+ cargo build --test multicast_multi_sub
8252026-08-25T03:41:44.309Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8262026-08-25T03:41:46.117Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s
8272026-08-25T03:41:46.150Z++ cargo build -q --test multicast_multi_sub --message-format=json
8282026-08-25T03:41:46.153Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8292026-08-25T03:41:46.270Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a
8302026-08-25T03:41:46.270Z+ cargo build --test multicast_validation
8312026-08-25T03:41:46.374Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8322026-08-25T03:41:48.437Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.15s
8332026-08-25T03:41:48.470Z++ cargo build -q --test multicast_validation --message-format=json
8342026-08-25T03:41:48.473Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8352026-08-25T03:41:48.592Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb
8362026-08-25T03:41:48.592Z+ cargo build --test multicast_source_filter
8372026-08-25T03:41:48.696Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8382026-08-25T03:41:50.813Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.21s
8392026-08-25T03:41:50.846Z++ cargo build -q --test multicast_source_filter --message-format=json
8402026-08-25T03:41:50.849Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8412026-08-25T03:41:50.964Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5
8422026-08-25T03:41:50.964Z+ cargo build --test multicast_multi_nexthop
8432026-08-25T03:41:51.068Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8442026-08-25T03:41:52.758Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.78s
8452026-08-25T03:41:52.792Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8462026-08-25T03:41:52.796Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8472026-08-25T03:41:52.915Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569
8482026-08-25T03:41:52.915Z+ mkdir -p /work/test
8492026-08-25T03:41:52.918Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback
8502026-08-25T03:41:52.960Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx
8512026-08-25T03:41:53.009Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub
8522026-08-25T03:41:53.057Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation
8532026-08-25T03:41:53.109Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter
8542026-08-25T03:41:53.156Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop
8552026-08-25T03:41:53.206Zprocess exited: duration 238499 ms, exit code 0
 
8562026-08-25T03:41:53.223Zfound 15 output files
8572026-08-25T03:41:53.223Zuploading: /work/debug/xde.dbg (89503576 bytes)
8582026-08-25T03:41:54.826Zuploaded: /work/debug/xde.dbg
8592026-08-25T03:41:54.826Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8602026-08-25T03:41:55.841Zuploaded: /work/debug/xde.dbg.sha256
8612026-08-25T03:41:55.844Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8622026-08-25T03:41:56.864Zuploaded: /work/debug/xde_link.dbg.so
8632026-08-25T03:41:56.864Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8642026-08-25T03:41:57.878Zuploaded: /work/debug/xde_link.dbg.so.sha256
8652026-08-25T03:41:57.878Zuploading: /work/release/xde (53533440 bytes)
8662026-08-25T03:41:59.253Zuploaded: /work/release/xde
8672026-08-25T03:41:59.254Zuploading: /work/release/xde.sha256 (84 bytes)
8682026-08-25T03:42:00.268Zuploaded: /work/release/xde.sha256
8692026-08-25T03:42:00.268Zuploading: /work/release/xde_link.so (45240 bytes)
8702026-08-25T03:42:01.283Zuploaded: /work/release/xde_link.so
8712026-08-25T03:42:01.283Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8722026-08-25T03:42:02.294Zuploaded: /work/release/xde_link.so.sha256
8732026-08-25T03:42:02.294Zuploading: /work/test/loopback (58848920 bytes)
8742026-08-25T03:42:03.670Zuploaded: /work/test/loopback
8752026-08-25T03:42:03.670Zuploading: /work/test/multicast_rx (59347616 bytes)
8762026-08-25T03:42:05.371Zuploaded: /work/test/multicast_rx
8772026-08-25T03:42:05.371Zuploading: /work/test/multicast_multi_sub (59989352 bytes)
8782026-08-25T03:42:06.919Zuploaded: /work/test/multicast_multi_sub
8792026-08-25T03:42:06.919Zuploading: /work/test/multicast_validation (59333088 bytes)
8802026-08-25T03:42:08.963Zuploaded: /work/test/multicast_validation
8812026-08-25T03:42:08.963Zuploading: /work/test/multicast_source_filter (59634808 bytes)
8822026-08-25T03:42:10.668Zuploaded: /work/test/multicast_source_filter
8832026-08-25T03:42:10.668Zuploading: /work/test/multicast_multi_nexthop (60225352 bytes)
8842026-08-25T03:42:12.385Zuploaded: /work/test/multicast_multi_nexthop
8852026-08-25T03:42:12.385Zuploading: /work/xde.conf (79 bytes)
8862026-08-25T03:42:13.396Zuploaded: /work/xde.conf