01KY9R0CAC1DQ2S8H1SKRS3MQ5: 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/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: 01KY9R0Y6M74RW641BP49PQE38

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T09:42:28.288Zjob assigned to worker 01KY9R0WTBWX3RWTPEVX99HBVE [factory aws, i-0939c89bb1f67a296] (queued for 50 s)
 
22026-07-24T09:42:35.105Zstarting task 0: "setup"
32026-07-24T09:42:35.112Z++ uname -s
42026-07-24T09:42:35.116Z+ kern=SunOS
52026-07-24T09:42:35.116Z+ build_user=build
62026-07-24T09:42:35.116Z+ build_uid=12345
72026-07-24T09:42:35.116Z+ work_dir=/work
82026-07-24T09:42:35.116Z+ input_dir=/input
92026-07-24T09:42:35.116Z+ [[ 0 == 12345 ]]
102026-07-24T09:42:35.116Z+ case "$kern" in
112026-07-24T09:42:35.116Z+ groupadd -g 12345 build
122026-07-24T09:42:35.116Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T09:42:37.119Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T09:42:37.200Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T09:42:37.203Z+ home_fs=zfs
162026-07-24T09:42:37.204Z+ [[ zfs == autofs ]]
172026-07-24T09:42:37.204Z+ mkdir -p /home/build
182026-07-24T09:42:37.204Z+ chown build:build /home/build /work
192026-07-24T09:42:39.204Z+ chmod 0700 /home/build /work
202026-07-24T09:42:39.208Zprocess exited: duration 4100 ms, exit code 0
 
212026-07-24T09:42:39.214Zstarting task 1: "rust-toolchain"
222026-07-24T09:42:39.218Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-24T09:42:39.218Z * rust toolchain channel = "1.97.1"
242026-07-24T09:42:39.218Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-24T09:42:39.218Z * rust toolchain profile = "default"
262026-07-24T09:42:39.222Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T09:42:39.222Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T09:42:39.222Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T09:42:39.222Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-24T09:42:39.291Zinfo: downloading installer
312026-07-24T09:42:40.658Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T09:42:40.658Zwarn: /home/build/.rustup/settings.toml
332026-07-24T09:42:40.658Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T09:42:40.658Zwarn: instead of the one inferred from the default host triple.
352026-07-24T09:42:40.670Zinfo: profile set to default
362026-07-24T09:42:40.671Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T09:42:40.674Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-24T09:42:40.804Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-24T09:42:40.808Zinfo: downloading 6 components
402026-07-24T09:42:55.644Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-24T09:42:55.644Z
422026-07-24T09:42:55.674Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-24T09:42:55.674Z
442026-07-24T09:42:55.674Z
452026-07-24T09:42:55.674ZRust is installed now. Great!
462026-07-24T09:42:55.674Z
472026-07-24T09:42:55.680ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T09:42:55.680Zenvironment variable. This has not been done automatically.
492026-07-24T09:42:55.680Z
502026-07-24T09:42:55.680ZTo configure your current shell, you need to source
512026-07-24T09:42:55.680Zthe corresponding env file under $HOME/.cargo.
522026-07-24T09:42:55.680Z
532026-07-24T09:42:55.681ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T09:42:55.681Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T09:42:55.681Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T09:42:55.681Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T09:42:55.681Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T09:42:55.681Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T09:42:55.681Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T09:42:55.681Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T09:42:55.682Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T09:42:55.765Z+ rustup --version
632026-07-24T09:42:55.774Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T09:42:55.778Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T09:42:55.795Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-24T09:42:55.800Z+ cargo --version
672026-07-24T09:42:55.813Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-24T09:42:55.818Z+ rustc --version
692026-07-24T09:42:55.835Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-24T09:42:55.839Zprocess exited: duration 16621 ms, exit code 0
 
712026-07-24T09:42:55.850Zstarting task 2: "authentication"
722026-07-24T09:42:55.865Zprocess exited: duration 16 ms, exit code 0
 
732026-07-24T09:42:55.871Zstarting task 3: "clone repository"
742026-07-24T09:42:55.875Z+ mkdir -p /work/oxidecomputer/opte
752026-07-24T09:42:55.878Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-24T09:42:55.909ZCloning into '/work/oxidecomputer/opte'...
772026-07-24T09:42:56.791Z+ cd /work/oxidecomputer/opte
782026-07-24T09:42:56.791Z+ git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8
792026-07-24T09:42:56.997ZFrom https://github.com/oxidecomputer/opte
802026-07-24T09:42:56.998Z * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD
812026-07-24T09:42:57.003Z+ [[ -n '' ]]
822026-07-24T09:42:57.003Z+ git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8
832026-07-24T09:42:57.020ZHEAD is now at f21e375 Review feedback.
842026-07-24T09:42:57.024Zprocess exited: duration 1148 ms, exit code 0
 
852026-07-24T09:42:57.033Zstarting task 4: "build"
862026-07-24T09:42:57.037Z+ source .github/buildomat/common.sh
872026-07-24T09:42:57.037Z++ rustup show active-toolchain
882026-07-24T09:42:57.042Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-07-24T09:42:57.045Z++ pushd xde
902026-07-24T09:42:57.045Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-07-24T09:42:57.045Z++ rustup show active-toolchain
922026-07-24T09:42:57.049Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
932026-07-24T09:42:57.206Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
942026-07-24T09:42:57.210Zinfo: downloading 6 components
952026-07-24T09:43:11.941Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-07-24T09:43:12.014Z+++ rustup show active-toolchain -v
972026-07-24T09:43:12.017Z+++ head -n 1
982026-07-24T09:43:12.017Z+++ cut '-d ' -f1
992026-07-24T09:43:12.068Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-24T09:43:12.068Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1012026-07-24T09:43:12.068Z++ popd
1022026-07-24T09:43:12.072Z/work/oxidecomputer/opte
1032026-07-24T09:43:12.072Z+ TGT_BASE=/work
1042026-07-24T09:43:12.072Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1052026-07-24T09:43:12.072Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1062026-07-24T09:43:12.072Z+ DBG_TGT=/work/debug
1072026-07-24T09:43:12.072Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1082026-07-24T09:43:12.072Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1092026-07-24T09:43:12.073Z+ REL_TGT=/work/release
1102026-07-24T09:43:12.073Z+ mkdir -p /work/debug /work/release
1112026-07-24T09:43:12.073Z+ cargo --version
1122026-07-24T09:43:12.078Zcargo 1.97.1 (c980f4866 2026-06-30)
1132026-07-24T09:43:12.084Z+ rustc --version
1142026-07-24T09:43:12.101Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1152026-07-24T09:43:12.106Z+ install_pkg jq
1162026-07-24T09:43:12.107Z+ set +o errexit
1172026-07-24T09:43:12.107Z+ pfexec pkg install jq
1182026-07-24T09:43:13.293Z Startup: Refreshing catalog 'helios' ... Done
1192026-07-24T09:43:13.526Z Startup: Caching catalogs ... Done
1202026-07-24T09:43:14.667ZPlanning: Solver setup ... Done
1212026-07-24T09:43:14.710ZPlanning: Running solver ... Done
1222026-07-24T09:43:14.736ZPlanning: Consolidating action changes ... Done
1232026-07-24T09:43:14.742ZPlanning: Evaluating mediators ... Done
1242026-07-24T09:43:14.742ZPlanning: Planning completed in 1.19 seconds
1252026-07-24T09:43:14.753ZNo updates necessary for this image.
1262026-07-24T09:43:14.917Z+ exit_code=4
1272026-07-24T09:43:14.917Z+ [[ 4 -ne 0 ]]
1282026-07-24T09:43:14.918Z+ [[ 4 -ne 4 ]]
1292026-07-24T09:43:14.921Z+ set -o errexit
1302026-07-24T09:43:14.921Z+ pushd xde
1312026-07-24T09:43:14.921Z+ cp xde.conf /work/xde.conf
1322026-07-24T09:43:14.921Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1332026-07-24T09:43:14.921Z+ header 'check style'
1342026-07-24T09:43:14.921Z+ echo '# ==== check style ==== #'
1352026-07-24T09:43:14.921Z# ==== check style ==== #
1362026-07-24T09:43:14.922Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1372026-07-24T09:43:15.138Z
1382026-07-24T09:43:15.138Zreal 0.216068549
1392026-07-24T09:43:15.138Zuser 0.150263743
1402026-07-24T09:43:15.138Zsys 0.056508729
1412026-07-24T09:43:15.142Ztrap 0.000011510
1422026-07-24T09:43:15.142Ztflt 0.000015430
1432026-07-24T09:43:15.142Zdflt 0.000009380
1442026-07-24T09:43:15.142Zkflt 0.000000000
1452026-07-24T09:43:15.142Zlock 0.033278560
1462026-07-24T09:43:15.142Zslp 0.187454076
1472026-07-24T09:43:15.142Zlat 0.000790100
1482026-07-24T09:43:15.142Zstop 0.000105690
1492026-07-24T09:43:15.142Z+ header analyze
1502026-07-24T09:43:15.142Z+ echo '# ==== analyze ==== #'
1512026-07-24T09:43:15.143Z# ==== analyze ==== #
1522026-07-24T09:43:15.143Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1532026-07-24T09:43:15.311Z Updating crates.io index
1542026-07-24T09:43:15.315Z Updating git repository `https://github.com/oxidecomputer/falcon`
1552026-07-24T09:43:16.386Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1562026-07-24T09:43:16.599Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1572026-07-24T09:43:16.911Z Updating git repository `https://github.com/oxidecomputer/zone`
1582026-07-24T09:43:17.152Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1592026-07-24T09:43:17.368Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1602026-07-24T09:43:17.623Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1612026-07-24T09:43:19.455Z Downloading crates ...
1622026-07-24T09:43:19.509Z Downloaded bitflags v2.13.0
1632026-07-24T09:43:19.512Z Downloaded cobs v0.3.0
1642026-07-24T09:43:19.517Z Downloaded fnv v1.0.7
1652026-07-24T09:43:19.524Z Downloaded defmt v1.1.1
1662026-07-24T09:43:19.528Z Downloaded aho-corasick v1.1.4
1672026-07-24T09:43:19.531Z Downloaded defmt-parser v1.0.0
1682026-07-24T09:43:19.531Z Downloaded embedded-io v0.6.1
1692026-07-24T09:43:19.531Z Downloaded stable_deref_trait v1.2.1
1702026-07-24T09:43:19.532Z Downloaded darling_macro v0.23.0
1712026-07-24T09:43:19.538Z Downloaded embedded-io v0.4.0
1722026-07-24T09:43:19.542Z Downloaded ref-cast-impl v1.0.25
1732026-07-24T09:43:19.545Z Downloaded thiserror v2.0.18
1742026-07-24T09:43:19.549Z Downloaded byteorder v1.5.0
1752026-07-24T09:43:19.552Z Downloaded thiserror-impl v2.0.18
1762026-07-24T09:43:19.552Z Downloaded bitflags v1.3.2
1772026-07-24T09:43:19.552Z Downloaded ingot v0.1.1
1782026-07-24T09:43:19.556Z Downloaded managed v0.8.0
1792026-07-24T09:43:19.556Z Downloaded ref-cast v1.0.25
1802026-07-24T09:43:19.556Z Downloaded darling_macro v0.21.3
1812026-07-24T09:43:19.559Z Downloaded macaddr v1.0.1
1822026-07-24T09:43:19.559Z Downloaded strsim v0.11.1
1832026-07-24T09:43:19.571Z Downloaded dyn-clone v1.0.20
1842026-07-24T09:43:19.574Z Downloaded version_check v0.9.5
1852026-07-24T09:43:19.574Z Downloaded cfg-if v1.0.4
1862026-07-24T09:43:19.577Z Downloaded defmt v0.3.100
1872026-07-24T09:43:19.581Z Downloaded hash32 v0.3.1
1882026-07-24T09:43:19.581Z Downloaded ident_case v1.0.1
1892026-07-24T09:43:19.584Z Downloaded serde_derive v1.0.228
1902026-07-24T09:43:19.588Z Downloaded postcard v1.1.3
1912026-07-24T09:43:19.588Z Downloaded darling v0.21.3
1922026-07-24T09:43:19.592Z Downloaded quote v1.0.46
1932026-07-24T09:43:19.599Z Downloaded ingot-types v0.1.2
1942026-07-24T09:43:19.604Z Downloaded defmt-macros v1.1.1
1952026-07-24T09:43:19.610Z Downloaded darling_core v0.21.3
1962026-07-24T09:43:19.614Z Downloaded either v1.16.0
1972026-07-24T09:43:19.625Z Downloaded ingot-macros v0.1.1
1982026-07-24T09:43:19.632Z Downloaded crc32fast v1.5.0
1992026-07-24T09:43:19.641Z Downloaded serde_core v1.0.228
2002026-07-24T09:43:19.645Z Downloaded unicode-ident v1.0.24
2012026-07-24T09:43:19.648Z Downloaded zerocopy-derive v0.8.54
2022026-07-24T09:43:19.654Z Downloaded darling v0.23.0
2032026-07-24T09:43:19.657Z Downloaded uuid v1.23.5
2042026-07-24T09:43:19.662Z Downloaded darling_core v0.23.0
2052026-07-24T09:43:19.662Z Downloaded memchr v2.8.3
2062026-07-24T09:43:19.665Z Downloaded proc-macro2 v1.0.106
2072026-07-24T09:43:19.665Z Downloaded heapless v0.8.0
2082026-07-24T09:43:19.669Z Downloaded serde v1.0.228
2092026-07-24T09:43:19.700Z Downloaded itertools v0.14.0
2102026-07-24T09:43:19.713Z Downloaded regex v1.13.0
2112026-07-24T09:43:19.717Z Downloaded itertools v0.15.0
2122026-07-24T09:43:19.741Z Downloaded smoltcp v0.11.0
2132026-07-24T09:43:19.747Z Downloaded zerocopy v0.8.54
2142026-07-24T09:43:19.758Z Downloaded regex-syntax v0.8.11
2152026-07-24T09:43:19.762Z Downloaded syn v2.0.118
2162026-07-24T09:43:19.771Z Downloaded regex-automata v0.4.15
2172026-07-24T09:43:19.781Z Updating crates.io index
2182026-07-24T09:43:19.851Z Downloading crates ...
2192026-07-24T09:43:19.866Z Downloaded addr2line v0.27.0
2202026-07-24T09:43:19.874Z Downloaded hashbrown v0.17.1
2212026-07-24T09:43:19.878Z Downloaded foldhash v0.2.0
2222026-07-24T09:43:19.881Z Downloaded getopts v0.2.24
2232026-07-24T09:43:19.881Z Downloaded rustc-demangle v0.1.28
2242026-07-24T09:43:19.885Z Downloaded rustc-literal-escaper v0.0.8
2252026-07-24T09:43:19.885Z Downloaded adler2 v2.0.1
2262026-07-24T09:43:19.897Z Downloaded memchr v2.7.6
2272026-07-24T09:43:19.924Z Downloaded miniz_oxide v0.9.1
2282026-07-24T09:43:19.940Z Downloaded object v0.39.1
2292026-07-24T09:43:19.950Z Downloaded gimli v0.34.0
2302026-07-24T09:43:19.988Z Downloaded libc v0.2.185
2312026-07-24T09:43:20.040Z 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)
2322026-07-24T09:43:20.040Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2332026-07-24T09:43:20.040Z Compiling proc-macro2 v1.0.106
2342026-07-24T09:43:20.044Z Compiling unicode-ident v1.0.24
2352026-07-24T09:43:20.044Z Compiling quote v1.0.46
2362026-07-24T09:43:20.044Z Compiling strsim v0.11.1
2372026-07-24T09:43:20.044Z Compiling ident_case v1.0.1
2382026-07-24T09:43:20.044Z Compiling serde_core v1.0.228
2392026-07-24T09:43:20.223Z Compiling memchr v2.8.3
2402026-07-24T09:43:20.226Z Compiling fnv v1.0.7
2412026-07-24T09:43:20.314Z Compiling regex-syntax v0.8.11
2422026-07-24T09:43:20.515Z Compiling either v1.16.0
2432026-07-24T09:43:20.519Z Compiling zerocopy v0.8.54
2442026-07-24T09:43:20.560Z Compiling serde v1.0.228
2452026-07-24T09:43:20.621Z Compiling thiserror v2.0.18
2462026-07-24T09:43:20.708Z Compiling aho-corasick v1.1.4
2472026-07-24T09:43:20.911Z Compiling itertools v0.14.0
2482026-07-24T09:43:21.061Z Compiling heapless v0.8.0
2492026-07-24T09:43:21.197Z Compiling syn v2.0.118
2502026-07-24T09:43:21.265Z Compiling smoltcp v0.11.0
2512026-07-24T09:43:21.349Z Compiling crc32fast v1.5.0
2522026-07-24T09:43:21.544Z Compiling version_check v0.9.5
2532026-07-24T09:43:21.699Z Compiling regex-automata v0.4.15
2542026-07-24T09:43:21.718Z Compiling ref-cast v1.0.25
2552026-07-24T09:43:21.924Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2562026-07-24T09:43:23.256Z Compiling regex v1.13.0
2572026-07-24T09:43:23.477Z Compiling darling_core v0.21.3
2582026-07-24T09:43:23.506Z Compiling darling_core v0.23.0
2592026-07-24T09:43:24.422Z Compiling serde_derive v1.0.228
2602026-07-24T09:43:24.422Z Compiling zerocopy-derive v0.8.54
2612026-07-24T09:43:24.422Z Compiling thiserror-impl v2.0.18
2622026-07-24T09:43:24.426Z Compiling ref-cast-impl v1.0.25
2632026-07-24T09:43:24.426Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2642026-07-24T09:43:26.068Z Compiling darling_macro v0.21.3
2652026-07-24T09:43:26.148Z Compiling darling_macro v0.23.0
2662026-07-24T09:43:26.972Z Compiling darling v0.21.3
2672026-07-24T09:43:27.041Z Compiling ingot-macros v0.1.1
2682026-07-24T09:43:27.048Z Compiling darling v0.23.0
2692026-07-24T09:43:27.107Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2702026-07-24T09:43:31.910Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2712026-07-24T09:43:34.186Z Checking byteorder v1.5.0
2722026-07-24T09:43:34.186Z Checking macaddr v1.0.1
2732026-07-24T09:43:34.186Z Checking stable_deref_trait v1.2.1
2742026-07-24T09:43:34.190Z Checking cfg-if v1.0.4
2752026-07-24T09:43:34.190Z Checking bitflags v1.3.2
2762026-07-24T09:43:34.242Z Checking managed v0.8.0
2772026-07-24T09:43:34.287Z Checking cobs v0.3.0
2782026-07-24T09:43:34.335Z Checking hash32 v0.3.1
2792026-07-24T09:43:34.349Z Checking dyn-clone v1.0.20
2802026-07-24T09:43:34.401Z Checking itertools v0.15.0
2812026-07-24T09:43:34.409Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2822026-07-24T09:43:35.553Z Checking bitflags v2.13.0
2832026-07-24T09:43:35.553Z Checking uuid v1.23.5
2842026-07-24T09:43:35.693Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2852026-07-24T09:43:35.904Z Checking postcard v1.1.3
2862026-07-24T09:43:36.768Z Checking ingot-types v0.1.2
2872026-07-24T09:43:37.040Z Checking ingot v0.1.1
2882026-07-24T09:43:38.339Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2892026-07-24T09:43:41.352Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2902026-07-24T09:43:42.471Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2912026-07-24T09:43:43.994Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.79s
2922026-07-24T09:43:44.113Z
2932026-07-24T09:43:44.113Zreal 28.969254433
2942026-07-24T09:43:44.113Zuser 1:11.925984626
2952026-07-24T09:43:44.113Zsys 10.423948833
2962026-07-24T09:43:44.113Ztrap 0.029836601
2972026-07-24T09:43:44.113Ztflt 0.060722074
2982026-07-24T09:43:44.113Zdflt 0.155093485
2992026-07-24T09:43:44.113Zkflt 0.001663870
3002026-07-24T09:43:44.113Zlock 4:03.519637495
3012026-07-24T09:43:44.117Zslp 3:19.593441401
3022026-07-24T09:43:44.117Zlat 2.290212966
3032026-07-24T09:43:44.117Zstop 8.174279007
3042026-07-24T09:43:44.117Z+ pushd xde-link
3052026-07-24T09:43:44.117Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3062026-07-24T09:43:44.117Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3072026-07-24T09:43:44.289Z 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)
3082026-07-24T09:43:44.289Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3092026-07-24T09:43:44.289Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3102026-07-24T09:43:55.012Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3112026-07-24T09:43:57.313Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.13s
3122026-07-24T09:43:57.331Z
3132026-07-24T09:43:57.331Zreal 13.213043255
3142026-07-24T09:43:57.331Zuser 20.751618466
3152026-07-24T09:43:57.331Zsys 1.212964381
3162026-07-24T09:43:57.331Ztrap 0.003385610
3172026-07-24T09:43:57.331Ztflt 0.002073990
3182026-07-24T09:43:57.331Zdflt 0.036217521
3192026-07-24T09:43:57.335Zkflt 0.000000000
3202026-07-24T09:43:57.335Zlock 1:10.844514915
3212026-07-24T09:43:57.335Zslp 43.949930706
3222026-07-24T09:43:57.335Zlat 0.238679232
3232026-07-24T09:43:57.335Zstop 0.138393945
3242026-07-24T09:43:57.335Z+ popd
3252026-07-24T09:43:57.335Z+ popd
3262026-07-24T09:43:57.335Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3272026-07-24T09:43:57.335Z/work/oxidecomputer/opte
3282026-07-24T09:43:57.335Z+ header 'build xde (debug)'
3292026-07-24T09:43:57.335Z+ echo '# ==== build xde (debug) ==== #'
3302026-07-24T09:43:57.335Z# ==== build xde (debug) ==== #
3312026-07-24T09:43:57.335Z+ ptime -m cargo xtask build --profile debug xde xde-link
3322026-07-24T09:43:57.477Z Downloading crates ...
3332026-07-24T09:43:57.518Z Downloaded heck v0.5.0
3342026-07-24T09:43:57.522Z Downloaded anstream v1.0.0
3352026-07-24T09:43:57.525Z Downloaded anstyle v1.0.14
3362026-07-24T09:43:57.531Z Downloaded errno v0.3.14
3372026-07-24T09:43:57.535Z Downloaded is_terminal_polyfill v1.70.2
3382026-07-24T09:43:57.535Z Downloaded clap_lex v1.1.0
3392026-07-24T09:43:57.538Z Downloaded equivalent v1.0.2
3402026-07-24T09:43:57.538Z Downloaded anstyle-query v1.1.5
3412026-07-24T09:43:57.538Z Downloaded terminal_size v0.4.4
3422026-07-24T09:43:57.538Z Downloaded colorchoice v1.0.5
3432026-07-24T09:43:57.542Z Downloaded itoa v1.0.18
3442026-07-24T09:43:57.545Z Downloaded serde_spanned v1.1.1
3452026-07-24T09:43:57.555Z Downloaded cargo-platform v0.3.3
3462026-07-24T09:43:57.558Z Downloaded clap_derive v4.6.1
3472026-07-24T09:43:57.561Z Downloaded anstyle-parse v1.0.0
3482026-07-24T09:43:57.561Z Downloaded zmij v1.0.22
3492026-07-24T09:43:57.565Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3502026-07-24T09:43:57.565Z Downloaded utf8parse v0.2.2
3512026-07-24T09:43:57.565Z Downloaded toml_writer v1.1.1+spec-1.1.0
3522026-07-24T09:43:57.570Z Downloaded cargo_metadata v0.23.1
3532026-07-24T09:43:57.574Z Downloaded anyhow v1.0.103
3542026-07-24T09:43:57.578Z Downloaded semver v1.0.28
3552026-07-24T09:43:57.578Z Downloaded camino v1.2.4
3562026-07-24T09:43:57.581Z Downloaded toml_parser v1.1.2+spec-1.1.0
3572026-07-24T09:43:57.585Z Downloaded clap v4.6.1
3582026-07-24T09:43:57.591Z Downloaded toml v1.1.2+spec-1.1.0
3592026-07-24T09:43:57.599Z Downloaded indexmap v2.14.0
3602026-07-24T09:43:57.603Z Downloaded clap_builder v4.6.0
3612026-07-24T09:43:57.618Z Downloaded serde_json v1.0.150
3622026-07-24T09:43:57.624Z Downloaded winnow v1.0.3
3632026-07-24T09:43:57.653Z Downloaded rustix v1.1.4
3642026-07-24T09:43:57.679Z Downloaded libc v0.2.186
3652026-07-24T09:43:57.725Z Compiling serde_core v1.0.228
3662026-07-24T09:43:57.725Z Compiling proc-macro2 v1.0.106
3672026-07-24T09:43:57.729Z Compiling quote v1.0.46
3682026-07-24T09:43:57.729Z Compiling unicode-ident v1.0.24
3692026-07-24T09:43:57.729Z Compiling libc v0.2.186
3702026-07-24T09:43:57.729Z Compiling rustix v1.1.4
3712026-07-24T09:43:57.729Z Compiling utf8parse v0.2.2
3722026-07-24T09:43:57.729Z Compiling bitflags v2.13.0
3732026-07-24T09:43:57.876Z Compiling zmij v1.0.22
3742026-07-24T09:43:57.894Z Compiling anstyle-parse v1.0.0
3752026-07-24T09:43:58.096Z Compiling serde_json v1.0.150
3762026-07-24T09:43:58.109Z Compiling camino v1.2.4
3772026-07-24T09:43:58.185Z Compiling anstyle-query v1.1.5
3782026-07-24T09:43:58.260Z Compiling anstyle v1.0.14
3792026-07-24T09:43:58.281Z Compiling serde v1.0.228
3802026-07-24T09:43:58.285Z Compiling colorchoice v1.0.5
3812026-07-24T09:43:58.306Z Compiling is_terminal_polyfill v1.70.2
3822026-07-24T09:43:58.386Z Compiling thiserror v2.0.18
3832026-07-24T09:43:58.390Z Compiling anstream v1.0.0
3842026-07-24T09:43:58.410Z Compiling errno v0.3.14
3852026-07-24T09:43:58.572Z Compiling winnow v1.0.3
3862026-07-24T09:43:58.623Z Compiling memchr v2.8.3
3872026-07-24T09:43:58.932Z Compiling clap_lex v1.1.0
3882026-07-24T09:43:58.936Z Compiling heck v0.5.0
3892026-07-24T09:43:58.956Z Compiling itoa v1.0.18
3902026-07-24T09:43:59.032Z Compiling terminal_size v0.4.4
3912026-07-24T09:43:59.116Z Compiling syn v2.0.118
3922026-07-24T09:43:59.161Z Compiling anyhow v1.0.103
3932026-07-24T09:43:59.182Z Compiling strsim v0.11.1
3942026-07-24T09:43:59.219Z Compiling toml_parser v1.1.2+spec-1.1.0
3952026-07-24T09:43:59.316Z Compiling toml_writer v1.1.1+spec-1.1.0
3962026-07-24T09:43:59.571Z Compiling clap_builder v4.6.0
3972026-07-24T09:44:00.106Z Compiling toml_datetime v1.1.1+spec-1.1.0
3982026-07-24T09:44:00.125Z Compiling serde_spanned v1.1.1
3992026-07-24T09:44:00.281Z Compiling semver v1.0.28
4002026-07-24T09:44:00.497Z Compiling cargo-platform v0.3.3
4012026-07-24T09:44:00.591Z Compiling toml v1.1.2+spec-1.1.0
4022026-07-24T09:44:01.493Z Compiling serde_derive v1.0.228
4032026-07-24T09:44:01.515Z Compiling thiserror-impl v2.0.18
4042026-07-24T09:44:01.657Z Compiling clap_derive v4.6.1
4052026-07-24T09:44:03.224Z Compiling clap v4.6.1
4062026-07-24T09:44:04.369Z Compiling cargo_metadata v0.23.1
4072026-07-24T09:44:06.830Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4082026-07-24T09:44:08.405Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.06s
4092026-07-24T09:44:08.415Z Running `target/debug/xtask build --profile debug xde xde-link`
4102026-07-24T09:44:09.625ZBuilding xde (dev).
4112026-07-24T09:44:09.840Z Compiling serde_core v1.0.228
4122026-07-24T09:44:09.840Z Compiling byteorder v1.5.0
4132026-07-24T09:44:09.840Z Compiling cfg-if v1.0.4
4142026-07-24T09:44:09.840Z Compiling stable_deref_trait v1.2.1
4152026-07-24T09:44:09.840Z Compiling macaddr v1.0.1
4162026-07-24T09:44:09.844Z Compiling zerocopy v0.8.54
4172026-07-24T09:44:09.844Z Compiling thiserror v2.0.18
4182026-07-24T09:44:09.967Z Compiling bitflags v1.3.2
4192026-07-24T09:44:09.984Z Compiling managed v0.8.0
4202026-07-24T09:44:09.984Z Compiling cobs v0.3.0
4212026-07-24T09:44:09.984Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4222026-07-24T09:44:09.984Z Compiling either v1.16.0
4232026-07-24T09:44:10.035Z Compiling hash32 v0.3.1
4242026-07-24T09:44:10.103Z Compiling ref-cast v1.0.25
4252026-07-24T09:44:10.121Z Compiling heapless v0.8.0
4262026-07-24T09:44:10.132Z Compiling itertools v0.15.0
4272026-07-24T09:44:10.181Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4282026-07-24T09:44:10.181Z Compiling crc32fast v1.5.0
4292026-07-24T09:44:10.185Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4302026-07-24T09:44:10.189Z Compiling dyn-clone v1.0.20
4312026-07-24T09:44:10.341Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4322026-07-24T09:44:10.474Z Compiling smoltcp v0.11.0
4332026-07-24T09:44:11.362Z Compiling bitflags v2.13.0
4342026-07-24T09:44:11.363Z Compiling serde v1.0.228
4352026-07-24T09:44:11.363Z Compiling uuid v1.23.5
4362026-07-24T09:44:11.495Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4372026-07-24T09:44:11.775Z Compiling postcard v1.1.3
4382026-07-24T09:44:12.564Z Compiling ingot-types v0.1.2
4392026-07-24T09:44:12.838Z Compiling ingot v0.1.1
4402026-07-24T09:44:14.247Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4412026-07-24T09:44:17.725Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-07-24T09:44:27.599Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4432026-07-24T09:44:35.283Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.62s
4442026-07-24T09:44:35.306ZLinking xde kmod...
4452026-07-24T09:44:36.343ZBuilding xde dev link helper (dev).
4462026-07-24T09:44:36.489Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4472026-07-24T09:44:36.809Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.43s
4482026-07-24T09:44:36.832Z
4492026-07-24T09:44:36.832Zreal 39.497741667
4502026-07-24T09:44:36.832Zuser 2:08.745140047
4512026-07-24T09:44:36.832Zsys 10.735388103
4522026-07-24T09:44:36.832Ztrap 0.049036010
4532026-07-24T09:44:36.836Ztflt 0.254548068
4542026-07-24T09:44:36.836Zdflt 0.638583738
4552026-07-24T09:44:36.836Zkflt 0.000048280
4562026-07-24T09:44:36.836Zlock 6:31.975220215
4572026-07-24T09:44:36.836Zslp 3:41.479249562
4582026-07-24T09:44:36.836Zlat 4.650382956
4592026-07-24T09:44:36.836Zstop 6.693555259
4602026-07-24T09:44:36.836Z+ header 'build xde (release)'
4612026-07-24T09:44:36.836Z+ echo '# ==== build xde (release) ==== #'
4622026-07-24T09:44:36.836Z# ==== build xde (release) ==== #
4632026-07-24T09:44:36.836Z+ ptime -m cargo xtask build --profile release xde xde-link
4642026-07-24T09:44:36.968Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4652026-07-24T09:44:36.972Z Running `target/debug/xtask build --profile release xde xde-link`
4662026-07-24T09:44:37.155ZBuilding xde (release-lto).
4672026-07-24T09:44:37.371Z 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)
4682026-07-24T09:44:37.372Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4692026-07-24T09:44:37.372Z Compiling proc-macro2 v1.0.106
4702026-07-24T09:44:37.372Z Compiling unicode-ident v1.0.24
4712026-07-24T09:44:37.372Z Compiling quote v1.0.46
4722026-07-24T09:44:37.372Z Compiling strsim v0.11.1
4732026-07-24T09:44:37.375Z Compiling ident_case v1.0.1
4742026-07-24T09:44:37.375Z Compiling serde_core v1.0.228
4752026-07-24T09:44:37.485Z Compiling memchr v2.8.3
4762026-07-24T09:44:37.490Z Compiling fnv v1.0.7
4772026-07-24T09:44:37.568Z Compiling regex-syntax v0.8.11
4782026-07-24T09:44:37.735Z Compiling serde v1.0.228
4792026-07-24T09:44:37.749Z Compiling thiserror v2.0.18
4802026-07-24T09:44:37.752Z Compiling either v1.16.0
4812026-07-24T09:44:37.877Z Compiling aho-corasick v1.1.4
4822026-07-24T09:44:37.936Z Compiling zerocopy v0.8.54
4832026-07-24T09:44:38.122Z Compiling itertools v0.14.0
4842026-07-24T09:44:38.137Z Compiling heapless v0.8.0
4852026-07-24T09:44:38.468Z Compiling syn v2.0.118
4862026-07-24T09:44:38.533Z Compiling smoltcp v0.11.0
4872026-07-24T09:44:38.564Z Compiling ref-cast v1.0.25
4882026-07-24T09:44:38.595Z Compiling crc32fast v1.5.0
4892026-07-24T09:44:38.948Z Compiling regex-automata v0.4.15
4902026-07-24T09:44:38.976Z Compiling version_check v0.9.5
4912026-07-24T09:44:39.313Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4922026-07-24T09:44:40.493Z Compiling regex v1.13.0
4932026-07-24T09:44:40.775Z Compiling darling_core v0.21.3
4942026-07-24T09:44:40.809Z Compiling darling_core v0.23.0
4952026-07-24T09:44:41.609Z Compiling zerocopy-derive v0.8.54
4962026-07-24T09:44:41.609Z Compiling serde_derive v1.0.228
4972026-07-24T09:44:41.609Z Compiling thiserror-impl v2.0.18
4982026-07-24T09:44:41.609Z Compiling ref-cast-impl v1.0.25
4992026-07-24T09:44:41.613Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5002026-07-24T09:44:43.137Z Compiling darling_macro v0.21.3
5012026-07-24T09:44:43.309Z Compiling darling_macro v0.23.0
5022026-07-24T09:44:44.067Z Compiling darling v0.21.3
5032026-07-24T09:44:44.130Z Compiling ingot-macros v0.1.1
5042026-07-24T09:44:44.202Z Compiling darling v0.23.0
5052026-07-24T09:44:44.263Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5062026-07-24T09:44:49.909Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5072026-07-24T09:44:52.151Z Compiling byteorder v1.5.0
5082026-07-24T09:44:52.151Z Compiling cfg-if v1.0.4
5092026-07-24T09:44:52.151Z Compiling stable_deref_trait v1.2.1
5102026-07-24T09:44:52.154Z Compiling macaddr v1.0.1
5112026-07-24T09:44:52.208Z Compiling bitflags v1.3.2
5122026-07-24T09:44:52.217Z Compiling cobs v0.3.0
5132026-07-24T09:44:52.243Z Compiling managed v0.8.0
5142026-07-24T09:44:52.332Z Compiling hash32 v0.3.1
5152026-07-24T09:44:52.448Z Compiling itertools v0.15.0
5162026-07-24T09:44:52.475Z Compiling dyn-clone v1.0.20
5172026-07-24T09:44:52.495Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5182026-07-24T09:44:53.699Z Compiling bitflags v2.13.0
5192026-07-24T09:44:53.699Z Compiling uuid v1.23.5
5202026-07-24T09:44:53.846Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5212026-07-24T09:44:54.161Z Compiling postcard v1.1.3
5222026-07-24T09:44:54.995Z Compiling ingot-types v0.1.2
5232026-07-24T09:44:55.303Z Compiling ingot v0.1.1
5242026-07-24T09:44:56.788Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5252026-07-24T09:45:00.579Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5262026-07-24T09:45:09.319Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5272026-07-24T09:45:38.861Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
5282026-07-24T09:45:38.883ZLinking xde kmod...
5292026-07-24T09:45:39.464ZBuilding xde dev link helper (release).
5302026-07-24T09:45:39.614Z 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)
5312026-07-24T09:45:39.614Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5322026-07-24T09:45:39.614Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5332026-07-24T09:45:51.027Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5342026-07-24T09:45:53.656Z Finished `release` profile [optimized + debuginfo] target(s) in 14.16s
5352026-07-24T09:45:53.675Z
5362026-07-24T09:45:53.678Zreal 1:16.838427293
5372026-07-24T09:45:53.678Zuser 2:09.703063012
5382026-07-24T09:45:53.678Zsys 12.436132308
5392026-07-24T09:45:53.678Ztrap 0.030676581
5402026-07-24T09:45:53.678Ztflt 0.162554865
5412026-07-24T09:45:53.678Zdflt 0.189725172
5422026-07-24T09:45:53.678Zkflt 0.000024960
5432026-07-24T09:45:53.678Zlock 10:04.828690534
5442026-07-24T09:45:53.678Zslp 6:11.222341904
5452026-07-24T09:45:53.678Zlat 2.349924806
5462026-07-24T09:45:53.678Zstop 4.493264756
5472026-07-24T09:45:53.678Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5482026-07-24T09:45:53.678Z+ grep GOTPCREL
5492026-07-24T09:45:55.268Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5502026-07-24T09:45:55.271Z+ grep GOTPCREL
5512026-07-24T09:45:56.187Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5522026-07-24T09:45:56.238Z+ sha256sum /work/debug/xde.dbg
5532026-07-24T09:45:56.287Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5542026-07-24T09:45:56.290Z+ sha256sum /work/debug/xde_link.dbg.so
5552026-07-24T09:45:56.294Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5562026-07-24T09:45:56.325Z+ sha256sum /work/release/xde
5572026-07-24T09:45:56.354Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5582026-07-24T09:45:56.359Z+ sha256sum /work/release/xde_link.so
5592026-07-24T09:45:56.359Z+ header 'build xde integration tests'
5602026-07-24T09:45:56.359Z+ echo '# ==== build xde integration tests ==== #'
5612026-07-24T09:45:56.359Z# ==== build xde integration tests ==== #
5622026-07-24T09:45:56.359Z+ pushd xde-tests
5632026-07-24T09:45:56.359Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5642026-07-24T09:45:56.359Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5652026-07-24T09:45:56.441Z+ cargo clippy --all-targets -- --deny warnings
5662026-07-24T09:45:56.648Z Compiling serde_core v1.0.228
5672026-07-24T09:45:56.648Z Checking cfg-if v1.0.4
5682026-07-24T09:45:56.648Z Checking memchr v2.8.3
5692026-07-24T09:45:56.648Z Compiling serde v1.0.228
5702026-07-24T09:45:56.648Z Compiling rustversion v1.0.23
5712026-07-24T09:45:56.651Z Compiling ident_case v1.0.1
5722026-07-24T09:45:56.651Z Compiling version_check v0.9.5
5732026-07-24T09:45:56.676Z Compiling syn v2.0.118
5742026-07-24T09:45:56.716Z Compiling strsim v0.11.1
5752026-07-24T09:45:56.768Z Compiling libc v0.2.186
5762026-07-24T09:45:56.982Z Compiling fnv v1.0.7
5772026-07-24T09:45:56.986Z Compiling regex-syntax v0.8.11
5782026-07-24T09:45:57.028Z Checking pin-project-lite v0.2.17
5792026-07-24T09:45:57.062Z Compiling syn v1.0.109
5802026-07-24T09:45:57.102Z Compiling zerocopy v0.8.54
5812026-07-24T09:45:57.353Z Compiling aho-corasick v1.1.4
5822026-07-24T09:45:57.455Z Compiling equivalent v1.0.2
5832026-07-24T09:45:57.459Z Compiling either v1.16.0
5842026-07-24T09:45:57.463Z Compiling hashbrown v0.17.1
5852026-07-24T09:45:57.527Z Compiling winnow v1.0.3
5862026-07-24T09:45:57.643Z Compiling itertools v0.14.0
5872026-07-24T09:45:57.981Z Compiling indexmap v2.14.0
5882026-07-24T09:45:58.439Z Compiling regex-automata v0.4.15
5892026-07-24T09:45:58.533Z Compiling toml_parser v1.1.2+spec-1.1.0
5902026-07-24T09:45:58.708Z Compiling toml_datetime v1.1.1+spec-1.1.0
5912026-07-24T09:45:58.784Z Checking byteorder v1.5.0
5922026-07-24T09:45:58.887Z Compiling heapless v0.8.0
5932026-07-24T09:45:58.917Z Compiling toml_edit v0.25.12+spec-1.1.0
5942026-07-24T09:45:58.934Z Checking hash32 v0.3.1
5952026-07-24T09:45:59.035Z Checking bitflags v2.13.0
5962026-07-24T09:45:59.045Z Compiling slog v2.8.2
5972026-07-24T09:45:59.123Z Checking macaddr v1.0.1
5982026-07-24T09:45:59.191Z Compiling darling_core v0.21.3
5992026-07-24T09:45:59.254Z Compiling darling_core v0.23.0
6002026-07-24T09:45:59.258Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6012026-07-24T09:45:59.327Z Checking futures-core v0.3.32
6022026-07-24T09:45:59.442Z Compiling smoltcp v0.11.0
6032026-07-24T09:45:59.483Z Checking futures-sink v0.3.32
6042026-07-24T09:45:59.572Z Checking stable_deref_trait v1.2.1
6052026-07-24T09:45:59.775Z Checking futures-channel v0.3.32
6062026-07-24T09:45:59.824Z Compiling proc-macro-crate v3.5.0
6072026-07-24T09:45:59.969Z Compiling proc-macro-error-attr v1.0.4
6082026-07-24T09:45:59.995Z Checking managed v0.8.0
6092026-07-24T09:46:00.169Z Compiling regex v1.13.0
6102026-07-24T09:46:00.181Z Compiling crc32fast v1.5.0
6112026-07-24T09:46:00.226Z Checking futures-task v0.3.32
6122026-07-24T09:46:00.354Z Compiling autocfg v1.5.1
6132026-07-24T09:46:00.394Z Compiling serde_derive v1.0.228
6142026-07-24T09:46:00.448Z Compiling thiserror-impl v2.0.18
6152026-07-24T09:46:00.550Z Compiling zerocopy-derive v0.8.54
6162026-07-24T09:46:00.684Z Compiling futures-macro v0.3.32
6172026-07-24T09:46:00.942Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6182026-07-24T09:46:00.993Z Checking rand_core v0.10.1
6192026-07-24T09:46:01.122Z Compiling getrandom v0.4.3
6202026-07-24T09:46:01.144Z Compiling ref-cast v1.0.25
6212026-07-24T09:46:01.258Z Compiling darling_macro v0.21.3
6222026-07-24T09:46:01.325Z Compiling darling_macro v0.23.0
6232026-07-24T09:46:01.372Z Checking futures-io v0.3.32
6242026-07-24T09:46:01.444Z Checking slab v0.4.12
6252026-07-24T09:46:01.474Z Checking bitflags v1.3.2
6262026-07-24T09:46:01.534Z Compiling num-traits v0.2.19
6272026-07-24T09:46:01.586Z Checking futures-util v0.3.32
6282026-07-24T09:46:01.622Z Checking thiserror v2.0.18
6292026-07-24T09:46:01.710Z Checking cobs v0.3.0
6302026-07-24T09:46:01.774Z Compiling num_enum_derive v0.7.6
6312026-07-24T09:46:01.814Z Compiling darling v0.21.3
6322026-07-24T09:46:01.840Z Compiling ref-cast-impl v1.0.25
6332026-07-24T09:46:01.878Z Compiling darling v0.23.0
6342026-07-24T09:46:01.884Z Compiling ingot-macros v0.1.1
6352026-07-24T09:46:01.945Z Compiling foreign-types-macros v0.2.3
6362026-07-24T09:46:02.442Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6372026-07-24T09:46:02.560Z Compiling proc-macro-error v1.0.4
6382026-07-24T09:46:02.704Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6392026-07-24T09:46:02.750Z Checking once_cell v1.21.4
6402026-07-24T09:46:02.756Z Checking unicode-width v0.2.2
6412026-07-24T09:46:02.780Z Checking foreign-types-shared v0.3.1
6422026-07-24T09:46:02.854Z Compiling crossbeam-utils v0.8.22
6432026-07-24T09:46:02.911Z Checking ipnetwork v0.21.1
6442026-07-24T09:46:02.934Z Checking cpufeatures v0.3.0
6452026-07-24T09:46:02.990Z Checking tabwriter v1.4.1
6462026-07-24T09:46:02.990Z Checking chacha20 v0.10.1
6472026-07-24T09:46:03.109Z Checking tracing-core v0.1.36
6482026-07-24T09:46:03.119Z Checking foreign-types v0.5.0
6492026-07-24T09:46:03.175Z Checking num_enum v0.7.6
6502026-07-24T09:46:03.267Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6512026-07-24T09:46:03.430Z Checking anyhow v1.0.103
6522026-07-24T09:46:03.436Z Checking erased-serde v0.3.31
6532026-07-24T09:46:03.500Z Checking postcard v1.1.3
6542026-07-24T09:46:03.561Z Checking futures-executor v0.3.32
6552026-07-24T09:46:03.647Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6562026-07-24T09:46:03.695Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6572026-07-24T09:46:03.807Z Compiling tracing-attributes v0.1.31
6582026-07-24T09:46:03.928Z Checking itertools v0.15.0
6592026-07-24T09:46:04.003Z Checking cstr-argument v0.1.2
6602026-07-24T09:46:04.113Z Checking dyn-clone v1.0.20
6612026-07-24T09:46:04.133Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6622026-07-24T09:46:04.192Z Compiling thiserror v1.0.69
6632026-07-24T09:46:04.202Z Checking pretty-hex v0.4.2
6642026-07-24T09:46:04.297Z Compiling time-core v0.1.9
6652026-07-24T09:46:04.308Z Compiling num-conv v0.2.2
6662026-07-24T09:46:04.341Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6672026-07-24T09:46:04.447Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6682026-07-24T09:46:04.470Z Compiling time-macros v0.2.31
6692026-07-24T09:46:04.488Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6702026-07-24T09:46:04.538Z Checking rand v0.10.2
6712026-07-24T09:46:04.637Z Checking futures v0.3.32
6722026-07-24T09:46:04.741Z Checking ingot-types v0.1.2
6732026-07-24T09:46:04.746Z Compiling thiserror-impl v1.0.69
6742026-07-24T09:46:04.905Z Checking uuid v1.23.5
6752026-07-24T09:46:04.995Z Checking arc-swap v1.9.2
6762026-07-24T09:46:05.001Z Checking tracing v0.1.44
6772026-07-24T09:46:05.032Z Checking socket2 v0.6.4
6782026-07-24T09:46:05.072Z Checking ingot v0.1.1
6792026-07-24T09:46:05.120Z Checking nom v8.0.0
6802026-07-24T09:46:05.172Z Checking thread_local v1.1.10
6812026-07-24T09:46:05.203Z Checking colored v3.1.1
6822026-07-24T09:46:05.325Z Compiling heck v0.4.1
6832026-07-24T09:46:05.395Z Checking oxnet v0.1.6
6842026-07-24T09:46:05.517Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6852026-07-24T09:46:05.642Z Checking powerfmt v0.2.0
6862026-07-24T09:46:05.675Z Compiling slog-async v2.8.0
6872026-07-24T09:46:05.738Z Checking iana-time-zone v0.1.65
6882026-07-24T09:46:05.781Z Checking lazy_static v1.5.0
6892026-07-24T09:46:05.836Z Checking deranged v0.5.8
6902026-07-24T09:46:05.954Z Checking slog-scope v4.4.1
6912026-07-24T09:46:05.981Z Checking chrono v0.4.45
6922026-07-24T09:46:05.986Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6932026-07-24T09:46:06.070Z Checking crossbeam-channel v0.5.16
6942026-07-24T09:46:06.387Z Checking cookie-factory v0.3.3
6952026-07-24T09:46:06.611Z Checking itertools v0.12.1
6962026-07-24T09:46:06.625Z Checking is-terminal v0.4.17
6972026-07-24T09:46:06.681Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6982026-07-24T09:46:06.697Z Checking log v0.4.33
6992026-07-24T09:46:06.715Z Checking time v0.3.53
7002026-07-24T09:46:06.765Z Checking term v1.2.1
7012026-07-24T09:46:06.850Z Checking take_mut v0.2.2
7022026-07-24T09:46:06.940Z Checking circular v0.3.0
7032026-07-24T09:46:07.044Z Checking slog-stdlog v4.1.1
7042026-07-24T09:46:07.067Z Checking rusticata-macros v5.0.0
7052026-07-24T09:46:07.189Z Checking pcap-parser v0.17.0
7062026-07-24T09:46:07.579Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7072026-07-24T09:46:07.809Z Checking slog-term v2.9.2
7082026-07-24T09:46:07.868Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7092026-07-24T09:46:08.177Z Checking slog-envlogger v2.2.0
7102026-07-24T09:46:11.196Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7112026-07-24T09:46:12.827Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7122026-07-24T09:46:12.827Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7132026-07-24T09:46:13.168Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7142026-07-24T09:46:13.713Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.23s
7152026-07-24T09:46:13.751Z+ cargo build --test loopback
7162026-07-24T09:46:13.923Z Compiling cfg-if v1.0.4
7172026-07-24T09:46:13.923Z Compiling memchr v2.8.3
7182026-07-24T09:46:13.927Z Compiling serde_core v1.0.228
7192026-07-24T09:46:13.951Z Compiling libc v0.2.186
7202026-07-24T09:46:13.955Z Compiling thiserror v2.0.18
7212026-07-24T09:46:13.958Z Compiling pin-project-lite v0.2.17
7222026-07-24T09:46:13.961Z Compiling byteorder v1.5.0
7232026-07-24T09:46:13.961Z Compiling either v1.16.0
7242026-07-24T09:46:13.996Z Compiling zerocopy v0.8.54
7252026-07-24T09:46:14.027Z Compiling futures-sink v0.3.32
7262026-07-24T09:46:14.032Z Compiling stable_deref_trait v1.2.1
7272026-07-24T09:46:14.092Z Compiling hash32 v0.3.1
7282026-07-24T09:46:14.115Z Compiling macaddr v1.0.1
7292026-07-24T09:46:14.130Z Compiling futures-core v0.3.32
7302026-07-24T09:46:14.147Z Compiling cobs v0.3.0
7312026-07-24T09:46:14.236Z Compiling futures-channel v0.3.32
7322026-07-24T09:46:14.288Z Compiling heapless v0.8.0
7332026-07-24T09:46:14.292Z Compiling managed v0.8.0
7342026-07-24T09:46:14.349Z Compiling futures-io v0.3.32
7352026-07-24T09:46:14.419Z Compiling bitflags v1.3.2
7362026-07-24T09:46:14.465Z Compiling futures-task v0.3.32
7372026-07-24T09:46:14.479Z Compiling rand_core v0.10.1
7382026-07-24T09:46:14.500Z Compiling slab v0.4.12
7392026-07-24T09:46:14.533Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7402026-07-24T09:46:14.630Z Compiling futures-util v0.3.32
7412026-07-24T09:46:14.647Z Compiling foreign-types-shared v0.3.1
7422026-07-24T09:46:14.671Z Compiling smoltcp v0.11.0
7432026-07-24T09:46:14.707Z Compiling unicode-width v0.2.2
7442026-07-24T09:46:14.726Z Compiling once_cell v1.21.4
7452026-07-24T09:46:14.756Z Compiling cpufeatures v0.3.0
7462026-07-24T09:46:14.820Z Compiling ipnetwork v0.21.1
7472026-07-24T09:46:14.956Z Compiling tabwriter v1.4.1
7482026-07-24T09:46:15.001Z Compiling tracing-core v0.1.36
7492026-07-24T09:46:15.324Z Compiling chacha20 v0.10.1
7502026-07-24T09:46:15.397Z Compiling foreign-types v0.5.0
7512026-07-24T09:46:15.468Z Compiling getrandom v0.4.3
7522026-07-24T09:46:15.528Z Compiling ref-cast v1.0.25
7532026-07-24T09:46:15.623Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7542026-07-24T09:46:15.669Z Compiling num_enum v0.7.6
7552026-07-24T09:46:15.677Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7562026-07-24T09:46:15.776Z Compiling serde v1.0.228
7572026-07-24T09:46:15.780Z Compiling bitflags v2.13.0
7582026-07-24T09:46:15.908Z Compiling crc32fast v1.5.0
7592026-07-24T09:46:16.146Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7602026-07-24T09:46:16.182Z Compiling cstr-argument v0.1.2
7612026-07-24T09:46:16.301Z Compiling erased-serde v0.3.31
7622026-07-24T09:46:16.321Z Compiling postcard v1.1.3
7632026-07-24T09:46:16.345Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7642026-07-24T09:46:16.417Z Compiling itertools v0.15.0
7652026-07-24T09:46:16.443Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7662026-07-24T09:46:16.663Z Compiling dyn-clone v1.0.20
7672026-07-24T09:46:16.749Z Compiling slog v2.8.2
7682026-07-24T09:46:16.825Z Compiling ingot-types v0.1.2
7692026-07-24T09:46:16.972Z Compiling futures-executor v0.3.32
7702026-07-24T09:46:16.993Z Compiling pretty-hex v0.4.2
7712026-07-24T09:46:16.998Z Compiling tracing v0.1.44
7722026-07-24T09:46:17.120Z Compiling futures v0.3.32
7732026-07-24T09:46:17.193Z Compiling ingot v0.1.1
7742026-07-24T09:46:17.227Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7752026-07-24T09:46:17.336Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7762026-07-24T09:46:17.356Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7772026-07-24T09:46:17.405Z Compiling num-traits v0.2.19
7782026-07-24T09:46:17.411Z Compiling uuid v1.23.5
7792026-07-24T09:46:17.438Z Compiling rand v0.10.2
7802026-07-24T09:46:17.446Z Compiling crossbeam-utils v0.8.22
7812026-07-24T09:46:17.545Z Compiling nom v8.0.0
7822026-07-24T09:46:17.823Z Compiling aho-corasick v1.1.4
7832026-07-24T09:46:18.034Z Compiling socket2 v0.6.4
7842026-07-24T09:46:18.087Z Compiling thread_local v1.1.10
7852026-07-24T09:46:18.251Z Compiling arc-swap v1.9.2
7862026-07-24T09:46:18.371Z Compiling lazy_static v1.5.0
7872026-07-24T09:46:18.462Z Compiling regex-syntax v0.8.11
7882026-07-24T09:46:18.467Z Compiling num-conv v0.2.2
7892026-07-24T09:46:18.608Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7902026-07-24T09:46:18.625Z Compiling deranged v0.5.8
7912026-07-24T09:46:18.886Z Compiling iana-time-zone v0.1.65
7922026-07-24T09:46:18.957Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7932026-07-24T09:46:19.166Z Compiling oxnet v0.1.6
7942026-07-24T09:46:19.303Z Compiling powerfmt v0.2.0
7952026-07-24T09:46:19.392Z Compiling colored v3.1.1
7962026-07-24T09:46:19.569Z Compiling time-core v0.1.9
7972026-07-24T09:46:19.634Z Compiling winnow v1.0.3
7982026-07-24T09:46:19.671Z Compiling chrono v0.4.45
7992026-07-24T09:46:19.756Z Compiling time v0.3.53
8002026-07-24T09:46:20.218Z Compiling regex-automata v0.4.15
8012026-07-24T09:46:21.136Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
8022026-07-24T09:46:21.365Z Compiling rusticata-macros v5.0.0
8032026-07-24T09:46:21.687Z Compiling slog-scope v4.4.1
8042026-07-24T09:46:21.711Z Compiling thiserror v1.0.69
8052026-07-24T09:46:21.809Z Compiling crossbeam-channel v0.5.16
8062026-07-24T09:46:22.142Z Compiling cookie-factory v0.3.3
8072026-07-24T09:46:22.463Z Compiling is-terminal v0.4.17
8082026-07-24T09:46:22.539Z Compiling itertools v0.12.1
8092026-07-24T09:46:22.555Z Compiling term v1.2.1
8102026-07-24T09:46:23.553Z Compiling take_mut v0.2.2
8112026-07-24T09:46:23.663Z Compiling circular v0.3.0
8122026-07-24T09:46:23.930Z Compiling log v0.4.33
8132026-07-24T09:46:24.001Z Compiling pcap-parser v0.17.0
8142026-07-24T09:46:24.209Z Compiling slog-stdlog v4.1.1
8152026-07-24T09:46:24.579Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8162026-07-24T09:46:24.994Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8172026-07-24T09:46:25.766Z Compiling slog-async v2.8.0
8182026-07-24T09:46:26.428Z Compiling slog-term v2.9.2
8192026-07-24T09:46:26.995Z Compiling regex v1.13.0
8202026-07-24T09:46:27.339Z Compiling slog-envlogger v2.2.0
8212026-07-24T09:46:27.521Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8222026-07-24T09:46:27.555Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8232026-07-24T09:46:28.115Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8242026-07-24T09:46:28.414Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8252026-07-24T09:46:36.695Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.93s
8262026-07-24T09:46:36.729Z++ cargo build -q --test loopback --message-format=json
8272026-07-24T09:46:36.733Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8282026-07-24T09:46:36.851Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-eace1893d0f0c025
8292026-07-24T09:46:36.851Z+ cargo build --test multicast_rx
8302026-07-24T09:46:36.958Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8312026-07-24T09:46:38.554Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.69s
8322026-07-24T09:46:38.589Z++ cargo build -q --test multicast_rx --message-format=json
8332026-07-24T09:46:38.593Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8342026-07-24T09:46:38.713Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-612571988c03a2fc
8352026-07-24T09:46:38.713Z+ cargo build --test multicast_multi_sub
8362026-07-24T09:46:38.820Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-07-24T09:46:40.643Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.92s
8382026-07-24T09:46:40.678Z++ cargo build -q --test multicast_multi_sub --message-format=json
8392026-07-24T09:46:40.681Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-07-24T09:46:40.801Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-bca5d0bd902cde7d
8412026-07-24T09:46:40.804Z+ cargo build --test multicast_validation
8422026-07-24T09:46:40.905Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-07-24T09:46:42.823Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.01s
8442026-07-24T09:46:42.859Z++ cargo build -q --test multicast_validation --message-format=json
8452026-07-24T09:46:42.864Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-07-24T09:46:42.981Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-294bed263e4b200d
8472026-07-24T09:46:42.981Z+ cargo build --test multicast_source_filter
8482026-07-24T09:46:43.084Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-07-24T09:46:45.145Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.15s
8502026-07-24T09:46:45.181Z++ cargo build -q --test multicast_source_filter --message-format=json
8512026-07-24T09:46:45.188Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-07-24T09:46:45.302Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-19b7dbe06f68d750
8532026-07-24T09:46:45.302Z+ mkdir -p /work/test
8542026-07-24T09:46:45.306Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-eace1893d0f0c025 /work/test/loopback
8552026-07-24T09:46:45.343Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-612571988c03a2fc /work/test/multicast_rx
8562026-07-24T09:46:45.387Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-bca5d0bd902cde7d /work/test/multicast_multi_sub
8572026-07-24T09:46:45.434Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-294bed263e4b200d /work/test/multicast_validation
8582026-07-24T09:46:45.477Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-19b7dbe06f68d750 /work/test/multicast_source_filter
8592026-07-24T09:46:45.522Zprocess exited: duration 228488 ms, exit code 0
 
8602026-07-24T09:46:45.540Zfound 14 output files
8612026-07-24T09:46:45.540Zuploading: /work/debug/xde.dbg (87516160 bytes)
8622026-07-24T09:46:47.176Zuploaded: /work/debug/xde.dbg
8632026-07-24T09:46:47.176Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8642026-07-24T09:46:48.186Zuploaded: /work/debug/xde.dbg.sha256
8652026-07-24T09:46:48.186Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8662026-07-24T09:46:49.211Zuploaded: /work/debug/xde_link.dbg.so
8672026-07-24T09:46:49.211Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8682026-07-24T09:46:50.247Zuploaded: /work/debug/xde_link.dbg.so.sha256
8692026-07-24T09:46:50.247Zuploading: /work/release/xde (51934136 bytes)
8702026-07-24T09:46:51.647Zuploaded: /work/release/xde
8712026-07-24T09:46:51.647Zuploading: /work/release/xde.sha256 (84 bytes)
8722026-07-24T09:46:52.741Zuploaded: /work/release/xde.sha256
8732026-07-24T09:46:52.741Zuploading: /work/release/xde_link.so (45240 bytes)
8742026-07-24T09:46:53.758Zuploaded: /work/release/xde_link.so
8752026-07-24T09:46:53.758Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8762026-07-24T09:46:54.776Zuploaded: /work/release/xde_link.so.sha256
8772026-07-24T09:46:54.776Zuploading: /work/test/loopback (54145408 bytes)
8782026-07-24T09:46:56.224Zuploaded: /work/test/loopback
8792026-07-24T09:46:56.224Zuploading: /work/test/multicast_rx (54462936 bytes)
8802026-07-24T09:46:57.602Zuploaded: /work/test/multicast_rx
8812026-07-24T09:46:57.602Zuploading: /work/test/multicast_multi_sub (58991536 bytes)
8822026-07-24T09:46:59.079Zuploaded: /work/test/multicast_multi_sub
8832026-07-24T09:46:59.079Zuploading: /work/test/multicast_validation (54625488 bytes)
8842026-07-24T09:47:00.587Zuploaded: /work/test/multicast_validation
8852026-07-24T09:47:00.590Zuploading: /work/test/multicast_source_filter (54954624 bytes)
8862026-07-24T09:47:02.023Zuploaded: /work/test/multicast_source_filter
8872026-07-24T09:47:02.024Zuploading: /work/xde.conf (79 bytes)
8882026-07-24T09:47:03.034Zuploaded: /work/xde.conf