01M24NC4753B0T3TY0HRWCCHV6: 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: 01M24NCYA847707P4D3CATW2R6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-10T03:23:16.746Zjob assigned to worker 01M24ND1WP5Y8B0CVDDZ5KKCVD [factory aws, i-0061027cf102f6540] (queued for 55 s)
 
22026-09-10T03:23:22.905Zstarting task 0: "setup"
32026-09-10T03:23:22.911Z++ uname -s
42026-09-10T03:23:22.914Z+ kern=SunOS
52026-09-10T03:23:22.914Z+ build_user=build
62026-09-10T03:23:22.914Z+ build_uid=12345
72026-09-10T03:23:22.914Z+ work_dir=/work
82026-09-10T03:23:22.914Z+ input_dir=/input
92026-09-10T03:23:22.914Z+ [[ 0 == 12345 ]]
102026-09-10T03:23:22.914Z+ case "$kern" in
112026-09-10T03:23:22.914Z+ groupadd -g 12345 build
122026-09-10T03:23:22.914Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-10T03:23:24.928Z+ zfs create -o mountpoint=/work rpool/work
142026-09-10T03:23:25.081Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-10T03:23:25.104Z+ home_fs=zfs
162026-09-10T03:23:25.104Z+ [[ zfs == autofs ]]
172026-09-10T03:23:25.105Z+ mkdir -p /home/build
182026-09-10T03:23:25.105Z+ chown build:build /home/build /work
192026-09-10T03:23:27.089Z+ chmod 0700 /home/build /work
202026-09-10T03:23:27.099Zprocess exited: duration 4176 ms, exit code 0
 
212026-09-10T03:23:27.116Zstarting task 1: "rust-toolchain"
222026-09-10T03:23:27.128Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-10T03:23:27.128Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-10T03:23:27.128Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-10T03:23:27.128Z * rust toolchain channel = "1.97.1"
262026-09-10T03:23:27.128Z * rust toolchain profile = "default"
272026-09-10T03:23:27.128Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-10T03:23:27.128Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-10T03:23:27.128Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-10T03:23:27.225Zinfo: downloading installer
312026-09-10T03:23:28.543Zinfo: profile set to default
322026-09-10T03:23:28.543Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-10T03:23:28.553Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-10T03:23:28.680Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-10T03:23:28.684Zinfo: downloading 6 components
362026-09-10T03:23:44.333Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-10T03:23:44.333Z
382026-09-10T03:23:44.360Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-10T03:23:44.360Z
402026-09-10T03:23:44.368Z
412026-09-10T03:23:44.368ZRust is installed now. Great!
422026-09-10T03:23:44.368Z
432026-09-10T03:23:44.368ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-10T03:23:44.368Zenvironment variable. This has not been done automatically.
452026-09-10T03:23:44.368Z
462026-09-10T03:23:44.368ZTo configure your current shell, you need to source
472026-09-10T03:23:44.368Zthe corresponding env file under $HOME/.cargo.
482026-09-10T03:23:44.368Z
492026-09-10T03:23:44.368ZConsider running the right command for your shell (note the leading DOT):
502026-09-10T03:23:44.368Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-10T03:23:44.368Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-10T03:23:44.368ZCC_x86_64-unknown-illumos = None
532026-09-10T03:23:44.368Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-10T03:23:44.368ZCC_x86_64_unknown_illumos = None
552026-09-10T03:23:44.368Zcargo:rerun-if-env-changed=HOST_CC
562026-09-10T03:23:44.368ZHOST_CC = None
572026-09-10T03:23:44.368Zcargo:rerun-if-env-changed=CC
582026-09-10T03:23:44.369ZCC = None
592026-09-10T03:23:44.369Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-10T03:23:44.543Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-10T03:23:44.543ZCRATE_CC_NO_DEFAULTS = None
622026-09-10T03:23:44.544Zcargo:rerun-if-env-changed=CFLAGS
632026-09-10T03:23:44.544ZCFLAGS = None
642026-09-10T03:23:44.544Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-10T03:23:44.544ZHOST_CFLAGS = None
662026-09-10T03:23:44.544Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-10T03:23:44.544ZCFLAGS_x86_64_unknown_illumos = None
682026-09-10T03:23:44.544Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-10T03:23:44.544ZCFLAGS_x86_64-unknown-illumos = None
702026-09-10T03:23:44.655Z+ rustup --version
712026-09-10T03:23:44.667Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-10T03:23:44.667Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-10T03:23:44.683Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-10T03:23:44.683Z+ cargo --version
752026-09-10T03:23:44.695Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-10T03:23:44.695Z+ rustc --version
772026-09-10T03:23:44.712Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-10T03:23:44.720Zprocess exited: duration 17594 ms, exit code 0
 
792026-09-10T03:23:44.752Zstarting task 2: "authentication"
802026-09-10T03:23:44.768Zprocess exited: duration 20 ms, exit code 0
 
812026-09-10T03:23:44.789Zstarting task 3: "clone repository"
822026-09-10T03:23:44.798Z+ mkdir -p /work/oxidecomputer/opte
832026-09-10T03:23:44.798Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
842026-09-10T03:23:44.831ZCloning into '/work/oxidecomputer/opte'...
852026-09-10T03:23:45.827Z+ cd /work/oxidecomputer/opte
862026-09-10T03:23:45.827Z+ git fetch origin 547219d89712bc49ef1f5fe8bf5b51656adfd7e3
872026-09-10T03:23:46.123ZFrom https://github.com/oxidecomputer/opte
882026-09-10T03:23:46.123Z * branch 547219d89712bc49ef1f5fe8bf5b51656adfd7e3 -> FETCH_HEAD
892026-09-10T03:23:46.129Z+ [[ -n '' ]]
902026-09-10T03:23:46.129Z+ git reset --hard 547219d89712bc49ef1f5fe8bf5b51656adfd7e3
912026-09-10T03:23:46.156ZHEAD is now at 547219d Update Rust crate uuid to v1.26.1
922026-09-10T03:23:46.218Zprocess exited: duration 1365 ms, exit code 0
 
932026-09-10T03:23:46.226Zstarting task 4: "build"
942026-09-10T03:23:46.239Z+ source .github/buildomat/common.sh
952026-09-10T03:23:46.239Z++ rustup show active-toolchain
962026-09-10T03:23:46.242Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
972026-09-10T03:23:46.242Z++ pushd xde
982026-09-10T03:23:46.242Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
992026-09-10T03:23:46.243Z++ rustup show active-toolchain
1002026-09-10T03:23:46.243Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1012026-09-10T03:23:46.461Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1022026-09-10T03:23:46.501Zinfo: downloading 6 components
1032026-09-10T03:24:05.058Zwarn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed
1042026-09-10T03:24:05.058Zwarn: auto-installation is deprecated for most `rustup` commands
1052026-09-10T03:24:05.058Zwarn: scripts relying on this behavior in `rustup` may stop working in the future
1062026-09-10T03:24:05.058Zwarn: to install the active toolchain, use `rustup install` instead
1072026-09-10T03:24:05.058Zwarn: see <https://github.com/rust-lang/rustup/issues/4836> for more info
1082026-09-10T03:24:05.058Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1092026-09-10T03:24:05.165Z+++ rustup show active-toolchain -v
1102026-09-10T03:24:05.170Z+++ head -n 1
1112026-09-10T03:24:05.170Z+++ cut '-d ' -f1
1122026-09-10T03:24:05.205Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1132026-09-10T03:24:05.205Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1142026-09-10T03:24:05.213Z++ popd
1152026-09-10T03:24:05.213Z/work/oxidecomputer/opte
1162026-09-10T03:24:05.213Z+ TGT_BASE=/work
1172026-09-10T03:24:05.213Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1182026-09-10T03:24:05.213Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1192026-09-10T03:24:05.213Z+ DBG_TGT=/work/debug
1202026-09-10T03:24:05.213Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1212026-09-10T03:24:05.213Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1222026-09-10T03:24:05.213Z+ REL_TGT=/work/release
1232026-09-10T03:24:05.213Z+ mkdir -p /work/debug /work/release
1242026-09-10T03:24:05.213Z+ cargo --version
1252026-09-10T03:24:05.218Zcargo 1.97.1 (c980f4866 2026-06-30)
1262026-09-10T03:24:05.218Z+ rustc --version
1272026-09-10T03:24:05.237Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1282026-09-10T03:24:05.254Z+ install_pkg jq
1292026-09-10T03:24:05.254Z+ set +o errexit
1302026-09-10T03:24:05.254Z+ pfexec pkg install jq
1312026-09-10T03:24:06.721Z Startup: Refreshing catalog 'helios' ... Done
1322026-09-10T03:24:07.215Z Startup: Caching catalogs ... Done
1332026-09-10T03:24:09.888ZPlanning: Solver setup ... Done
1342026-09-10T03:24:09.962ZPlanning: Running solver ... Done
1352026-09-10T03:24:10.004ZPlanning: Consolidating action changes ... Done
1362026-09-10T03:24:10.004ZPlanning: Evaluating mediators ... Done
1372026-09-10T03:24:10.021ZPlanning: Planning completed in 2.76 seconds
1382026-09-10T03:24:10.026ZNo updates necessary for this image.
1392026-09-10T03:24:10.289Z+ exit_code=4
1402026-09-10T03:24:10.289Z+ [[ 4 -ne 0 ]]
1412026-09-10T03:24:10.289Z+ [[ 4 -ne 4 ]]
1422026-09-10T03:24:10.289Z+ set -o errexit
1432026-09-10T03:24:10.326Z+ pushd xde
1442026-09-10T03:24:10.327Z+ cp xde.conf /work/xde.conf
1452026-09-10T03:24:10.327Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1462026-09-10T03:24:10.327Z+ header 'check style'
1472026-09-10T03:24:10.327Z+ echo '# ==== check style ==== #'
1482026-09-10T03:24:10.327Z# ==== check style ==== #
1492026-09-10T03:24:10.327Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1502026-09-10T03:24:10.560Z
1512026-09-10T03:24:10.560Zreal 0.209763720
1522026-09-10T03:24:10.560Zuser 0.153413913
1532026-09-10T03:24:10.560Zsys 0.046286091
1542026-09-10T03:24:10.560Ztrap 0.000008060
1552026-09-10T03:24:10.560Ztflt 0.000029670
1562026-09-10T03:24:10.560Zdflt 0.000013950
1572026-09-10T03:24:10.560Zkflt 0.000000000
1582026-09-10T03:24:10.560Zlock 0.024120240
1592026-09-10T03:24:10.561Zslp 0.187790883
1602026-09-10T03:24:10.561Zlat 0.000721260
1612026-09-10T03:24:10.561Zstop 0.000102030
1622026-09-10T03:24:10.577Z+ header analyze
1632026-09-10T03:24:10.577Z+ echo '# ==== analyze ==== #'
1642026-09-10T03:24:10.577Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1652026-09-10T03:24:10.577Z# ==== analyze ==== #
1662026-09-10T03:24:10.681Z Updating crates.io index
1672026-09-10T03:24:10.694Z Updating git repository `https://github.com/oxidecomputer/falcon`
1682026-09-10T03:24:11.422Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1692026-09-10T03:24:11.989Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1702026-09-10T03:24:12.288Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1712026-09-10T03:24:12.661Z Updating git repository `https://github.com/oxidecomputer/zone`
1722026-09-10T03:24:12.972Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1732026-09-10T03:24:13.337Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1742026-09-10T03:24:14.750Z Downloading crates ...
1752026-09-10T03:24:14.821Z Downloaded itertools v0.15.0
1762026-09-10T03:24:14.821Z Downloaded darling v0.23.0
1772026-09-10T03:24:14.821Z Downloaded aho-corasick v1.1.4
1782026-09-10T03:24:14.821Z Downloaded managed v0.8.0
1792026-09-10T03:24:14.821Z Downloaded bitflags v1.3.2
1802026-09-10T03:24:14.821Z Downloaded cfg-if v1.0.4
1812026-09-10T03:24:14.821Z Downloaded ref-cast-impl v1.0.25
1822026-09-10T03:24:14.821Z Downloaded ingot v0.2.0
1832026-09-10T03:24:14.821Z Downloaded byteorder v1.5.0
1842026-09-10T03:24:14.821Z Downloaded quote v1.0.46
1852026-09-10T03:24:14.821Z Downloaded either v1.16.0
1862026-09-10T03:24:14.821Z Downloaded serde_derive v1.0.228
1872026-09-10T03:24:14.822Z Downloaded defmt-parser v1.0.0
1882026-09-10T03:24:14.822Z Downloaded cobs v0.3.0
1892026-09-10T03:24:14.822Z Downloaded embedded-io v0.4.0
1902026-09-10T03:24:14.822Z Downloaded unicode-ident v1.0.24
1912026-09-10T03:24:14.822Z Downloaded ingot-types v0.2.0
1922026-09-10T03:24:14.822Z Downloaded serde_core v1.0.228
1932026-09-10T03:24:14.822Z Downloaded ref-cast v1.0.25
1942026-09-10T03:24:14.822Z Downloaded defmt v0.3.100
1952026-09-10T03:24:14.822Z Downloaded darling_core v0.23.0
1962026-09-10T03:24:14.822Z Downloaded darling_macro v0.23.0
1972026-09-10T03:24:14.887Z Downloaded strsim v0.11.1
1982026-09-10T03:24:14.888Z Downloaded stable_deref_trait v1.2.1
1992026-09-10T03:24:14.888Z Downloaded version_check v0.9.5
2002026-09-10T03:24:14.888Z Downloaded dyn-clone v1.0.20
2012026-09-10T03:24:14.888Z Downloaded embedded-io v0.6.1
2022026-09-10T03:24:14.888Z Downloaded ident_case v1.0.1
2032026-09-10T03:24:14.888Z Downloaded macaddr v1.0.1
2042026-09-10T03:24:14.888Z Downloaded defmt-macros v1.1.1
2052026-09-10T03:24:14.888Z Downloaded thiserror v2.0.18
2062026-09-10T03:24:14.888Z Downloaded hash32 v0.3.1
2072026-09-10T03:24:14.888Z Downloaded defmt v1.1.1
2082026-09-10T03:24:14.888Z Downloaded thiserror-impl v2.0.18
2092026-09-10T03:24:14.888Z Downloaded ingot-macros v0.2.0
2102026-09-10T03:24:14.888Z Downloaded crc32fast v1.5.0
2112026-09-10T03:24:14.888Z Downloaded proc-macro2 v1.0.106
2122026-09-10T03:24:14.888Z Downloaded postcard v1.1.3
2132026-09-10T03:24:14.888Z Downloaded bitflags v2.13.0
2142026-09-10T03:24:14.888Z Downloaded heapless v0.8.0
2152026-09-10T03:24:14.888Z Downloaded serde v1.0.228
2162026-09-10T03:24:14.925Z Downloaded memchr v2.8.3
2172026-09-10T03:24:14.925Z Downloaded uuid v1.26.1
2182026-09-10T03:24:14.925Z Downloaded zerocopy-derive v0.8.54
2192026-09-10T03:24:14.925Z Downloaded regex v1.13.0
2202026-09-10T03:24:14.925Z Downloaded zerocopy v0.8.54
2212026-09-10T03:24:14.925Z Downloaded syn v2.0.118
2222026-09-10T03:24:14.925Z Downloaded smoltcp v0.11.0
2232026-09-10T03:24:14.930Z Downloaded regex-syntax v0.8.11
2242026-09-10T03:24:14.931Z Downloaded regex-automata v0.4.15
2252026-09-10T03:24:14.931Z Updating crates.io index
2262026-09-10T03:24:14.968Z Downloading crates ...
2272026-09-10T03:24:15.006Z Downloaded object v0.39.1
2282026-09-10T03:24:15.028Z Downloaded rustc-demangle v0.1.28
2292026-09-10T03:24:15.040Z Downloaded adler2 v2.0.1
2302026-09-10T03:24:15.050Z Downloaded rustc-literal-escaper v0.0.8
2312026-09-10T03:24:15.050Z Downloaded foldhash v0.2.0
2322026-09-10T03:24:15.050Z Downloaded addr2line v0.27.0
2332026-09-10T03:24:15.051Z Downloaded getopts v0.2.24
2342026-09-10T03:24:15.057Z Downloaded miniz_oxide v0.9.1
2352026-09-10T03:24:15.085Z Downloaded memchr v2.7.6
2362026-09-10T03:24:15.085Z Downloaded hashbrown v0.17.1
2372026-09-10T03:24:15.161Z Downloaded gimli v0.34.0
2382026-09-10T03:24:15.167Z Downloaded libc v0.2.185
2392026-09-10T03:24:15.168Z 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)
2402026-09-10T03:24:15.168Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2412026-09-10T03:24:15.168Z Compiling proc-macro2 v1.0.106
2422026-09-10T03:24:15.168Z Compiling quote v1.0.46
2432026-09-10T03:24:15.168Z Compiling unicode-ident v1.0.24
2442026-09-10T03:24:15.168Z Compiling serde_core v1.0.228
2452026-09-10T03:24:15.168Z Compiling ident_case v1.0.1
2462026-09-10T03:24:15.168Z Compiling strsim v0.11.1
2472026-09-10T03:24:15.334Z Compiling memchr v2.8.3
2482026-09-10T03:24:15.343Z Compiling regex-syntax v0.8.11
2492026-09-10T03:24:15.717Z Compiling zerocopy v0.8.54
2502026-09-10T03:24:15.755Z Compiling thiserror v2.0.18
2512026-09-10T03:24:15.755Z Compiling serde v1.0.228
2522026-09-10T03:24:15.763Z Compiling aho-corasick v1.1.4
2532026-09-10T03:24:16.095Z Compiling either v1.16.0
2542026-09-10T03:24:16.128Z Compiling heapless v0.8.0
2552026-09-10T03:24:16.214Z Compiling itertools v0.15.0
2562026-09-10T03:24:16.294Z Compiling smoltcp v0.11.0
2572026-09-10T03:24:16.429Z Compiling syn v2.0.118
2582026-09-10T03:24:16.471Z Compiling ref-cast v1.0.25
2592026-09-10T03:24:16.629Z Compiling version_check v0.9.5
2602026-09-10T03:24:16.798Z Compiling crc32fast v1.5.0
2612026-09-10T03:24:16.880Z Compiling regex-automata v0.4.15
2622026-09-10T03:24:17.678Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-09-10T03:24:18.468Z Compiling regex v1.13.0
2642026-09-10T03:24:20.159Z Compiling darling_core v0.23.0
2652026-09-10T03:24:20.237Z Compiling thiserror-impl v2.0.18
2662026-09-10T03:24:20.237Z Compiling serde_derive v1.0.228
2672026-09-10T03:24:20.237Z Compiling zerocopy-derive v0.8.54
2682026-09-10T03:24:20.237Z Compiling ref-cast-impl v1.0.25
2692026-09-10T03:24:20.237Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2702026-09-10T03:24:20.906Z Compiling darling_macro v0.23.0
2712026-09-10T03:24:21.788Z Compiling darling v0.23.0
2722026-09-10T03:24:21.860Z Compiling ingot-macros v0.2.0
2732026-09-10T03:24:21.860Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2742026-09-10T03:24:27.178Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2752026-09-10T03:24:29.444Z Checking byteorder v1.5.0
2762026-09-10T03:24:29.444Z Checking stable_deref_trait v1.2.1
2772026-09-10T03:24:29.444Z Checking cfg-if v1.0.4
2782026-09-10T03:24:29.451Z Checking macaddr v1.0.1
2792026-09-10T03:24:29.451Z Checking managed v0.8.0
2802026-09-10T03:24:29.493Z Checking bitflags v1.3.2
2812026-09-10T03:24:29.545Z Checking cobs v0.3.0
2822026-09-10T03:24:29.661Z Checking hash32 v0.3.1
2832026-09-10T03:24:29.697Z Checking dyn-clone v1.0.20
2842026-09-10T03:24:29.697Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2852026-09-10T03:24:31.018Z Checking bitflags v2.13.0
2862026-09-10T03:24:31.018Z Checking uuid v1.26.1
2872026-09-10T03:24:31.064Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2882026-09-10T03:24:31.167Z Checking postcard v1.1.3
2892026-09-10T03:24:31.992Z Checking ingot-types v0.2.0
2902026-09-10T03:24:33.709Z Checking ingot v0.2.0
2912026-09-10T03:24:33.732Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2922026-09-10T03:24:36.692Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2932026-09-10T03:24:37.873Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2942026-09-10T03:24:40.846Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.83s
2952026-09-10T03:24:40.875Z
2962026-09-10T03:24:40.875Zreal 29.011057062
2972026-09-10T03:24:40.875Zuser 1:08.962624610
2982026-09-10T03:24:40.875Zsys 9.848806704
2992026-09-10T03:24:40.875Ztrap 0.028202869
3002026-09-10T03:24:40.875Ztflt 0.077191540
3012026-09-10T03:24:40.875Zdflt 0.151578372
3022026-09-10T03:24:40.875Zkflt 0.001731481
3032026-09-10T03:24:40.875Zlock 3:53.382566798
3042026-09-10T03:24:40.875Zslp 3:05.930883515
3052026-09-10T03:24:40.875Zlat 2.213355025
3062026-09-10T03:24:40.875Zstop 7.657064707
3072026-09-10T03:24:40.875Z+ pushd xde-link
3082026-09-10T03:24:40.875Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3092026-09-10T03:24:40.875Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3102026-09-10T03:24:40.876Z 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)
3112026-09-10T03:24:40.876Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3122026-09-10T03:24:40.876Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3132026-09-10T03:24:50.539Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3142026-09-10T03:24:52.889Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.31s
3152026-09-10T03:24:52.991Z
3162026-09-10T03:24:52.991Zreal 13.385151602
3172026-09-10T03:24:52.991Zuser 21.084996016
3182026-09-10T03:24:52.991Zsys 1.235975856
3192026-09-10T03:24:52.991Ztrap 0.003134421
3202026-09-10T03:24:52.991Ztflt 0.000520730
3212026-09-10T03:24:52.991Zdflt 0.045589338
3222026-09-10T03:24:52.991Zkflt 0.000000000
3232026-09-10T03:24:52.991Zlock 1:12.783187767
3242026-09-10T03:24:52.991Zslp 44.583333653
3252026-09-10T03:24:52.991Zlat 0.208382368
3262026-09-10T03:24:52.991Zstop 0.137387841
3272026-09-10T03:24:52.991Z+ popd
3282026-09-10T03:24:52.991Z+ popd
3292026-09-10T03:24:52.991Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3302026-09-10T03:24:52.991Z/work/oxidecomputer/opte
3312026-09-10T03:24:52.991Z+ header 'build xde (debug)'
3322026-09-10T03:24:52.991Z+ echo '# ==== build xde (debug) ==== #'
3332026-09-10T03:24:52.991Z# ==== build xde (debug) ==== #
3342026-09-10T03:24:52.991Z+ ptime -m cargo xtask build --profile debug xde xde-link
3352026-09-10T03:24:53.057Z Downloading crates ...
3362026-09-10T03:24:53.109Z Downloaded anyhow v1.0.103
3372026-09-10T03:24:53.121Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3382026-09-10T03:24:53.121Z Downloaded anstyle v1.0.14
3392026-09-10T03:24:53.121Z Downloaded colorchoice v1.0.5
3402026-09-10T03:24:53.121Z Downloaded serde_spanned v1.1.1
3412026-09-10T03:24:53.121Z Downloaded is_terminal_polyfill v1.70.2
3422026-09-10T03:24:53.121Z Downloaded heck v0.5.0
3432026-09-10T03:24:53.121Z Downloaded cargo_metadata v0.23.1
3442026-09-10T03:24:53.136Z Downloaded anstyle-query v1.1.5
3452026-09-10T03:24:53.136Z Downloaded utf8parse v0.2.2
3462026-09-10T03:24:53.136Z Downloaded anstyle-parse v1.0.0
3472026-09-10T03:24:53.136Z Downloaded toml v1.1.2+spec-1.1.0
3482026-09-10T03:24:53.143Z Downloaded clap_lex v1.1.0
3492026-09-10T03:24:53.150Z Downloaded errno v0.3.14
3502026-09-10T03:24:53.150Z Downloaded equivalent v1.0.2
3512026-09-10T03:24:53.154Z Downloaded anstream v1.0.0
3522026-09-10T03:24:53.159Z Downloaded terminal_size v0.4.4
3532026-09-10T03:24:53.159Z Downloaded toml_writer v1.1.1+spec-1.1.0
3542026-09-10T03:24:53.166Z Downloaded clap_derive v4.6.1
3552026-09-10T03:24:53.170Z Downloaded semver v1.0.28
3562026-09-10T03:24:53.170Z Downloaded toml_parser v1.1.2+spec-1.1.0
3572026-09-10T03:24:53.170Z Downloaded itoa v1.0.18
3582026-09-10T03:24:53.170Z Downloaded camino v1.2.4
3592026-09-10T03:24:53.177Z Downloaded clap v4.6.1
3602026-09-10T03:24:53.181Z Downloaded cargo-platform v0.3.3
3612026-09-10T03:24:53.181Z Downloaded zmij v1.0.22
3622026-09-10T03:24:53.193Z Downloaded indexmap v2.14.0
3632026-09-10T03:24:53.209Z Downloaded rustix v1.1.4
3642026-09-10T03:24:53.221Z Downloaded serde_json v1.0.150
3652026-09-10T03:24:53.236Z Downloaded clap_builder v4.6.0
3662026-09-10T03:24:53.241Z Downloaded winnow v1.0.3
3672026-09-10T03:24:53.250Z Downloaded libc v0.2.186
3682026-09-10T03:24:53.329Z Compiling proc-macro2 v1.0.106
3692026-09-10T03:24:53.333Z Compiling serde_core v1.0.228
3702026-09-10T03:24:53.333Z Compiling quote v1.0.46
3712026-09-10T03:24:53.333Z Compiling unicode-ident v1.0.24
3722026-09-10T03:24:53.333Z Compiling libc v0.2.186
3732026-09-10T03:24:53.333Z Compiling rustix v1.1.4
3742026-09-10T03:24:53.333Z Compiling bitflags v2.13.0
3752026-09-10T03:24:53.333Z Compiling utf8parse v0.2.2
3762026-09-10T03:24:53.450Z Compiling zmij v1.0.22
3772026-09-10T03:24:53.465Z Compiling anstyle-parse v1.0.0
3782026-09-10T03:24:53.667Z Compiling is_terminal_polyfill v1.70.2
3792026-09-10T03:24:53.677Z Compiling serde v1.0.228
3802026-09-10T03:24:53.747Z Compiling anstyle v1.0.14
3812026-09-10T03:24:53.768Z Compiling anstyle-query v1.1.5
3822026-09-10T03:24:53.800Z Compiling thiserror v2.0.18
3832026-09-10T03:24:53.853Z Compiling serde_json v1.0.150
3842026-09-10T03:24:53.862Z Compiling camino v1.2.4
3852026-09-10T03:24:54.033Z Compiling colorchoice v1.0.5
3862026-09-10T03:24:54.045Z Compiling errno v0.3.14
3872026-09-10T03:24:54.115Z Compiling anstream v1.0.0
3882026-09-10T03:24:54.210Z Compiling itoa v1.0.18
3892026-09-10T03:24:54.245Z Compiling winnow v1.0.3
3902026-09-10T03:24:54.351Z Compiling memchr v2.8.3
3912026-09-10T03:24:54.519Z Compiling anyhow v1.0.103
3922026-09-10T03:24:54.570Z Compiling clap_lex v1.1.0
3932026-09-10T03:24:54.618Z Compiling heck v0.5.0
3942026-09-10T03:24:54.667Z Compiling syn v2.0.118
3952026-09-10T03:24:54.700Z Compiling terminal_size v0.4.4
3962026-09-10T03:24:54.812Z Compiling strsim v0.11.1
3972026-09-10T03:24:54.851Z Compiling toml_parser v1.1.2+spec-1.1.0
3982026-09-10T03:24:54.961Z Compiling toml_writer v1.1.1+spec-1.1.0
3992026-09-10T03:24:55.023Z Compiling clap_builder v4.6.0
4002026-09-10T03:24:55.745Z Compiling toml_datetime v1.1.1+spec-1.1.0
4012026-09-10T03:24:55.749Z Compiling serde_spanned v1.1.1
4022026-09-10T03:24:55.892Z Compiling semver v1.0.28
4032026-09-10T03:24:56.035Z Compiling cargo-platform v0.3.3
4042026-09-10T03:24:56.221Z Compiling toml v1.1.2+spec-1.1.0
4052026-09-10T03:24:56.944Z Compiling serde_derive v1.0.228
4062026-09-10T03:24:57.146Z Compiling thiserror-impl v2.0.18
4072026-09-10T03:24:57.188Z Compiling clap_derive v4.6.1
4082026-09-10T03:24:58.767Z Compiling clap v4.6.1
4092026-09-10T03:25:00.027Z Compiling cargo_metadata v0.23.1
4102026-09-10T03:25:02.544Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4112026-09-10T03:25:04.134Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.21s
4122026-09-10T03:25:04.146Z Running `target/debug/xtask build --profile debug xde xde-link`
4132026-09-10T03:25:06.185ZBuilding xde (dev).
4142026-09-10T03:25:06.209Z Compiling serde_core v1.0.228
4152026-09-10T03:25:06.209Z Compiling byteorder v1.5.0
4162026-09-10T03:25:06.209Z Compiling cfg-if v1.0.4
4172026-09-10T03:25:06.209Z Compiling macaddr v1.0.1
4182026-09-10T03:25:06.209Z Compiling stable_deref_trait v1.2.1
4192026-09-10T03:25:06.209Z Compiling zerocopy v0.8.54
4202026-09-10T03:25:06.209Z Compiling thiserror v2.0.18
4212026-09-10T03:25:06.209Z Compiling managed v0.8.0
4222026-09-10T03:25:06.209Z Compiling bitflags v1.3.2
4232026-09-10T03:25:06.209Z Compiling cobs v0.3.0
4242026-09-10T03:25:06.209Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4252026-09-10T03:25:06.209Z Compiling either v1.16.0
4262026-09-10T03:25:06.209Z Compiling hash32 v0.3.1
4272026-09-10T03:25:06.209Z Compiling ref-cast v1.0.25
4282026-09-10T03:25:06.209Z Compiling crc32fast v1.5.0
4292026-09-10T03:25:06.209Z Compiling heapless v0.8.0
4302026-09-10T03:25:06.209Z Compiling itertools v0.15.0
4312026-09-10T03:25:06.209Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4322026-09-10T03:25:06.209Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4332026-09-10T03:25:06.209Z Compiling dyn-clone v1.0.20
4342026-09-10T03:25:06.209Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4352026-09-10T03:25:06.312Z Compiling smoltcp v0.11.0
4362026-09-10T03:25:07.255Z Compiling bitflags v2.13.0
4372026-09-10T03:25:07.255Z Compiling serde v1.0.228
4382026-09-10T03:25:07.255Z Compiling uuid v1.26.1
4392026-09-10T03:25:07.394Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4402026-09-10T03:25:07.685Z Compiling postcard v1.1.3
4412026-09-10T03:25:08.489Z Compiling ingot-types v0.2.0
4422026-09-10T03:25:08.769Z Compiling ingot v0.2.0
4432026-09-10T03:25:10.173Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4442026-09-10T03:25:13.753Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4452026-09-10T03:25:24.208Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4462026-09-10T03:25:32.621Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.16s
4472026-09-10T03:25:32.644ZLinking xde kmod...
4482026-09-10T03:25:33.698ZBuilding xde dev link helper (dev).
4492026-09-10T03:25:33.849Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4502026-09-10T03:25:34.179Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s
4512026-09-10T03:25:34.209Z
4522026-09-10T03:25:34.214Zreal 41.290885743
4532026-09-10T03:25:34.214Zuser 2:14.635211908
4542026-09-10T03:25:34.214Zsys 11.022650146
4552026-09-10T03:25:34.214Ztrap 0.053500269
4562026-09-10T03:25:34.214Ztflt 0.267958089
4572026-09-10T03:25:34.214Zdflt 0.484299082
4582026-09-10T03:25:34.214Zkflt 0.000000000
4592026-09-10T03:25:34.214Zlock 6:48.474392711
4602026-09-10T03:25:34.214Zslp 3:50.861148184
4612026-09-10T03:25:34.214Zlat 5.466205673
4622026-09-10T03:25:34.214Zstop 5.254045236
4632026-09-10T03:25:34.214Z+ header 'build xde (release)'
4642026-09-10T03:25:34.214Z+ echo '# ==== build xde (release) ==== #'
4652026-09-10T03:25:34.215Z# ==== build xde (release) ==== #
4662026-09-10T03:25:34.215Z+ ptime -m cargo xtask build --profile release xde xde-link
4672026-09-10T03:25:34.339Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4682026-09-10T03:25:34.343Z Running `target/debug/xtask build --profile release xde xde-link`
4692026-09-10T03:25:34.529ZBuilding xde (release-lto).
4702026-09-10T03:25:34.749Z 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)
4712026-09-10T03:25:34.749Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4722026-09-10T03:25:34.749Z Compiling proc-macro2 v1.0.106
4732026-09-10T03:25:34.750Z Compiling unicode-ident v1.0.24
4742026-09-10T03:25:34.750Z Compiling quote v1.0.46
4752026-09-10T03:25:34.750Z Compiling serde_core v1.0.228
4762026-09-10T03:25:34.754Z Compiling strsim v0.11.1
4772026-09-10T03:25:34.754Z Compiling ident_case v1.0.1
4782026-09-10T03:25:34.864Z Compiling memchr v2.8.3
4792026-09-10T03:25:34.864Z Compiling regex-syntax v0.8.11
4802026-09-10T03:25:35.124Z Compiling serde v1.0.228
4812026-09-10T03:25:35.136Z Compiling zerocopy v0.8.54
4822026-09-10T03:25:35.136Z Compiling thiserror v2.0.18
4832026-09-10T03:25:35.265Z Compiling aho-corasick v1.1.4
4842026-09-10T03:25:35.505Z Compiling either v1.16.0
4852026-09-10T03:25:35.553Z Compiling heapless v0.8.0
4862026-09-10T03:25:35.700Z Compiling itertools v0.15.0
4872026-09-10T03:25:35.746Z Compiling smoltcp v0.11.0
4882026-09-10T03:25:35.907Z Compiling syn v2.0.118
4892026-09-10T03:25:35.950Z Compiling ref-cast v1.0.25
4902026-09-10T03:25:36.022Z Compiling crc32fast v1.5.0
4912026-09-10T03:25:36.194Z Compiling version_check v0.9.5
4922026-09-10T03:25:36.329Z Compiling regex-automata v0.4.15
4932026-09-10T03:25:36.596Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4942026-09-10T03:25:37.928Z Compiling regex v1.13.0
4952026-09-10T03:25:38.269Z Compiling darling_core v0.23.0
4962026-09-10T03:25:39.030Z Compiling zerocopy-derive v0.8.54
4972026-09-10T03:25:39.030Z Compiling thiserror-impl v2.0.18
4982026-09-10T03:25:39.030Z Compiling serde_derive v1.0.228
4992026-09-10T03:25:39.033Z Compiling ref-cast-impl v1.0.25
5002026-09-10T03:25:39.033Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5012026-09-10T03:25:40.460Z Compiling darling_macro v0.23.0
5022026-09-10T03:25:41.342Z Compiling darling v0.23.0
5032026-09-10T03:25:41.427Z Compiling ingot-macros v0.2.0
5042026-09-10T03:25:41.427Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5052026-09-10T03:25:47.503Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5062026-09-10T03:25:49.790Z Compiling byteorder v1.5.0
5072026-09-10T03:25:49.790Z Compiling cfg-if v1.0.4
5082026-09-10T03:25:49.790Z Compiling macaddr v1.0.1
5092026-09-10T03:25:49.795Z Compiling stable_deref_trait v1.2.1
5102026-09-10T03:25:49.851Z Compiling managed v0.8.0
5112026-09-10T03:25:49.855Z Compiling cobs v0.3.0
5122026-09-10T03:25:49.884Z Compiling bitflags v1.3.2
5132026-09-10T03:25:49.949Z Compiling hash32 v0.3.1
5142026-09-10T03:25:50.091Z Compiling dyn-clone v1.0.20
5152026-09-10T03:25:50.161Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5162026-09-10T03:25:51.376Z Compiling bitflags v2.13.0
5172026-09-10T03:25:51.376Z Compiling uuid v1.26.1
5182026-09-10T03:25:51.520Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5192026-09-10T03:25:51.821Z Compiling postcard v1.1.3
5202026-09-10T03:25:52.698Z Compiling ingot-types v0.2.0
5212026-09-10T03:25:53.017Z Compiling ingot v0.2.0
5222026-09-10T03:25:54.540Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5232026-09-10T03:25:58.437Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5242026-09-10T03:26:07.367Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5252026-09-10T03:26:39.227Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 04s
5262026-09-10T03:26:39.250ZLinking xde kmod...
5272026-09-10T03:26:39.862ZBuilding xde dev link helper (release).
5282026-09-10T03:26:40.015Z 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)
5292026-09-10T03:26:40.015Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5302026-09-10T03:26:40.015Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5312026-09-10T03:26:51.728Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5322026-09-10T03:26:54.394Z Finished `release` profile [optimized + debuginfo] target(s) in 14.50s
5332026-09-10T03:26:54.412Z
5342026-09-10T03:26:54.415Zreal 1:20.206057135
5352026-09-10T03:26:54.416Zuser 2:11.072798123
5362026-09-10T03:26:54.416Zsys 12.324460289
5372026-09-10T03:26:54.416Ztrap 0.029921912
5382026-09-10T03:26:54.416Ztflt 0.185164332
5392026-09-10T03:26:54.416Zdflt 0.261677052
5402026-09-10T03:26:54.416Zkflt 0.000034790
5412026-09-10T03:26:54.416Zlock 10:20.886522278
5422026-09-10T03:26:54.416Zslp 6:09.785611048
5432026-09-10T03:26:54.416Zlat 2.442277567
5442026-09-10T03:26:54.416Zstop 4.051599748
5452026-09-10T03:26:54.416Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5462026-09-10T03:26:54.416Z+ grep GOTPCREL
5472026-09-10T03:26:56.081Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5482026-09-10T03:26:56.084Z+ grep GOTPCREL
5492026-09-10T03:26:57.071Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5502026-09-10T03:26:57.126Z+ sha256sum /work/debug/xde.dbg
5512026-09-10T03:26:57.176Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5522026-09-10T03:26:57.179Z+ sha256sum /work/debug/xde_link.dbg.so
5532026-09-10T03:26:57.182Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5542026-09-10T03:26:57.223Z+ sha256sum /work/release/xde
5552026-09-10T03:26:57.253Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5562026-09-10T03:26:57.256Z+ sha256sum /work/release/xde_link.so
5572026-09-10T03:26:57.259Z+ header 'build xde integration tests'
5582026-09-10T03:26:57.259Z+ echo '# ==== build xde integration tests ==== #'
5592026-09-10T03:26:57.259Z+ pushd xde-tests
5602026-09-10T03:26:57.259Z# ==== build xde integration tests ==== #
5612026-09-10T03:26:57.259Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5622026-09-10T03:26:57.259Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5632026-09-10T03:26:57.341Z+ cargo clippy --all-targets -- --deny warnings
5642026-09-10T03:26:57.550Z Compiling serde_core v1.0.228
5652026-09-10T03:26:57.550Z Checking cfg-if v1.0.4
5662026-09-10T03:26:57.550Z Checking memchr v2.8.3
5672026-09-10T03:26:57.550Z Compiling serde v1.0.228
5682026-09-10T03:26:57.554Z Compiling rustversion v1.0.23
5692026-09-10T03:26:57.554Z Compiling version_check v0.9.5
5702026-09-10T03:26:57.575Z Compiling libc v0.2.186
5712026-09-10T03:26:57.578Z Compiling syn v2.0.118
5722026-09-10T03:26:57.618Z Compiling ident_case v1.0.1
5732026-09-10T03:26:57.720Z Compiling strsim v0.11.1
5742026-09-10T03:26:57.883Z Compiling regex-syntax v0.8.11
5752026-09-10T03:26:57.939Z Compiling syn v1.0.109
5762026-09-10T03:26:57.994Z Checking pin-project-lite v0.2.17
5772026-09-10T03:26:58.072Z Compiling equivalent v1.0.2
5782026-09-10T03:26:58.145Z Compiling hashbrown v0.17.1
5792026-09-10T03:26:58.225Z Compiling aho-corasick v1.1.4
5802026-09-10T03:26:58.267Z Compiling either v1.16.0
5812026-09-10T03:26:58.373Z Compiling winnow v1.0.3
5822026-09-10T03:26:58.455Z Compiling zerocopy v0.8.54
5832026-09-10T03:26:58.459Z Compiling itertools v0.15.0
5842026-09-10T03:26:58.686Z Compiling indexmap v2.14.0
5852026-09-10T03:26:59.288Z Compiling regex-automata v0.4.15
5862026-09-10T03:26:59.370Z Compiling toml_parser v1.1.2+spec-1.1.0
5872026-09-10T03:26:59.547Z Compiling heapless v0.8.0
5882026-09-10T03:26:59.598Z Compiling toml_datetime v1.1.1+spec-1.1.0
5892026-09-10T03:26:59.732Z Checking byteorder v1.5.0
5902026-09-10T03:26:59.807Z Compiling toml_edit v0.25.12+spec-1.1.0
5912026-09-10T03:26:59.879Z Checking hash32 v0.3.1
5922026-09-10T03:26:59.900Z Checking bitflags v2.13.0
5932026-09-10T03:26:59.925Z Compiling slog v2.8.2
5942026-09-10T03:26:59.979Z Checking futures-core v0.3.32
5952026-09-10T03:26:59.989Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5962026-09-10T03:27:00.052Z Compiling smoltcp v0.11.0
5972026-09-10T03:27:00.088Z Checking macaddr v1.0.1
5982026-09-10T03:27:00.134Z Compiling darling_core v0.23.0
5992026-09-10T03:27:00.208Z Checking futures-sink v0.3.32
6002026-09-10T03:27:00.219Z Checking stable_deref_trait v1.2.1
6012026-09-10T03:27:00.293Z Checking futures-channel v0.3.32
6022026-09-10T03:27:00.379Z Compiling proc-macro-crate v3.5.0
6032026-09-10T03:27:00.489Z Compiling proc-macro-error-attr v1.0.4
6042026-09-10T03:27:00.636Z Checking bitflags v1.3.2
6052026-09-10T03:27:00.687Z Compiling ref-cast v1.0.25
6062026-09-10T03:27:00.694Z Checking rand_core v0.10.1
6072026-09-10T03:27:00.699Z Checking slab v0.4.12
6082026-09-10T03:27:00.783Z Compiling getrandom v0.4.3
6092026-09-10T03:27:00.821Z Checking managed v0.8.0
6102026-09-10T03:27:00.839Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6112026-09-10T03:27:00.989Z Compiling regex v1.13.0
6122026-09-10T03:27:00.996Z Checking futures-task v0.3.32
6132026-09-10T03:27:01.035Z Checking futures-io v0.3.32
6142026-09-10T03:27:01.039Z Compiling autocfg v1.5.1
6152026-09-10T03:27:01.120Z Compiling crc32fast v1.5.0
6162026-09-10T03:27:01.336Z Compiling serde_derive v1.0.228
6172026-09-10T03:27:01.413Z Compiling thiserror-impl v2.0.18
6182026-09-10T03:27:01.421Z Compiling zerocopy-derive v0.8.54
6192026-09-10T03:27:01.440Z Compiling futures-macro v0.3.32
6202026-09-10T03:27:01.894Z Compiling num-traits v0.2.19
6212026-09-10T03:27:02.119Z Compiling foreign-types-macros v0.2.3
6222026-09-10T03:27:02.263Z Checking futures-util v0.3.32
6232026-09-10T03:27:02.293Z Compiling ref-cast-impl v1.0.25
6242026-09-10T03:27:02.310Z Compiling darling_macro v0.23.0
6252026-09-10T03:27:02.456Z Compiling num_enum_derive v0.7.6
6262026-09-10T03:27:02.640Z Checking thiserror v2.0.18
6272026-09-10T03:27:02.732Z Checking cobs v0.3.0
6282026-09-10T03:27:02.825Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6292026-09-10T03:27:02.869Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6302026-09-10T03:27:02.879Z Compiling darling v0.23.0
6312026-09-10T03:27:02.887Z Compiling proc-macro-error v1.0.4
6322026-09-10T03:27:02.949Z Compiling ingot-macros v0.2.0
6332026-09-10T03:27:03.100Z Checking once_cell v1.21.4
6342026-09-10T03:27:03.103Z Checking cpufeatures v0.3.0
6352026-09-10T03:27:03.142Z Compiling crossbeam-utils v0.8.22
6362026-09-10T03:27:03.156Z Checking unicode-width v0.2.2
6372026-09-10T03:27:03.267Z Checking foreign-types-shared v0.3.1
6382026-09-10T03:27:03.342Z Checking ipnetwork v0.21.1
6392026-09-10T03:27:03.402Z Checking tabwriter v1.4.1
6402026-09-10T03:27:03.445Z Checking foreign-types v0.5.0
6412026-09-10T03:27:03.475Z Checking num_enum v0.7.6
6422026-09-10T03:27:03.506Z Checking tracing-core v0.1.36
6432026-09-10T03:27:03.510Z Checking chacha20 v0.10.1
6442026-09-10T03:27:03.571Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6452026-09-10T03:27:03.741Z Checking anyhow v1.0.103
6462026-09-10T03:27:03.810Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6472026-09-10T03:27:04.096Z Compiling tracing-attributes v0.1.31
6482026-09-10T03:27:04.209Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6492026-09-10T03:27:04.256Z Checking futures-executor v0.3.32
6502026-09-10T03:27:04.423Z Checking cstr-argument v0.1.2
6512026-09-10T03:27:04.465Z Checking erased-serde v0.3.31
6522026-09-10T03:27:04.471Z Checking postcard v1.1.3
6532026-09-10T03:27:04.531Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6542026-09-10T03:27:04.739Z Compiling thiserror v1.0.69
6552026-09-10T03:27:04.746Z Compiling num-conv v0.2.2
6562026-09-10T03:27:04.790Z Checking pretty-hex v0.4.2
6572026-09-10T03:27:04.881Z Compiling time-core v0.1.9
6582026-09-10T03:27:04.897Z Checking dyn-clone v1.0.20
6592026-09-10T03:27:04.986Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6602026-09-10T03:27:05.054Z Compiling time-macros v0.2.31
6612026-09-10T03:27:05.101Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6622026-09-10T03:27:05.134Z Checking rand v0.10.2
6632026-09-10T03:27:05.189Z Checking futures v0.3.32
6642026-09-10T03:27:05.200Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6652026-09-10T03:27:05.295Z Checking tracing v0.1.44
6662026-09-10T03:27:05.472Z Compiling thiserror-impl v1.0.69
6672026-09-10T03:27:05.502Z Checking uuid v1.26.1
6682026-09-10T03:27:05.594Z Checking arc-swap v1.9.2
6692026-09-10T03:27:05.621Z Checking socket2 v0.6.4
6702026-09-10T03:27:05.655Z Checking ingot-types v0.2.0
6712026-09-10T03:27:05.728Z Checking nom v8.0.0
6722026-09-10T03:27:05.764Z Checking thread_local v1.1.10
6732026-09-10T03:27:05.802Z Checking colored v3.1.1
6742026-09-10T03:27:05.864Z Compiling slog-async v2.8.0
6752026-09-10T03:27:05.989Z Checking deranged v0.5.8
6762026-09-10T03:27:05.994Z Checking ingot v0.2.0
6772026-09-10T03:27:06.046Z Checking oxnet v0.1.6
6782026-09-10T03:27:06.139Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6792026-09-10T03:27:06.269Z Compiling heck v0.4.1
6802026-09-10T03:27:06.331Z Checking iana-time-zone v0.1.65
6812026-09-10T03:27:06.431Z Checking lazy_static v1.5.0
6822026-09-10T03:27:06.448Z Checking powerfmt v0.2.0
6832026-09-10T03:27:06.539Z Checking slog-scope v4.4.1
6842026-09-10T03:27:06.602Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6852026-09-10T03:27:06.659Z Checking chrono v0.4.45
6862026-09-10T03:27:06.794Z Checking crossbeam-channel v0.5.16
6872026-09-10T03:27:06.970Z Checking time v0.3.53
6882026-09-10T03:27:07.129Z Checking cookie-factory v0.3.3
6892026-09-10T03:27:07.262Z Checking itertools v0.12.1
6902026-09-10T03:27:07.385Z Checking is-terminal v0.4.17
6912026-09-10T03:27:07.464Z Checking term v1.2.1
6922026-09-10T03:27:07.487Z Checking circular v0.3.0
6932026-09-10T03:27:07.595Z Checking log v0.4.33
6942026-09-10T03:27:07.652Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6952026-09-10T03:27:07.681Z Checking take_mut v0.2.2
6962026-09-10T03:27:07.754Z Checking slog-stdlog v4.1.1
6972026-09-10T03:27:07.768Z Checking rusticata-macros v5.0.0
6982026-09-10T03:27:07.890Z Checking pcap-parser v0.17.0
6992026-09-10T03:27:08.150Z Checking slog-term v2.9.2
7002026-09-10T03:27:08.280Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7012026-09-10T03:27:08.566Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7022026-09-10T03:27:09.407Z Checking slog-envlogger v2.2.0
7032026-09-10T03:27:12.280Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7042026-09-10T03:27:13.971Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7052026-09-10T03:27:13.971Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7062026-09-10T03:27:14.318Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7072026-09-10T03:27:14.885Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.50s
7082026-09-10T03:27:14.919Z+ cargo build --test loopback
7092026-09-10T03:27:15.090Z Compiling cfg-if v1.0.4
7102026-09-10T03:27:15.090Z Compiling memchr v2.8.3
7112026-09-10T03:27:15.093Z Compiling serde_core v1.0.228
7122026-09-10T03:27:15.118Z Compiling pin-project-lite v0.2.17
7132026-09-10T03:27:15.121Z Compiling libc v0.2.186
7142026-09-10T03:27:15.124Z Compiling thiserror v2.0.18
7152026-09-10T03:27:15.127Z Compiling either v1.16.0
7162026-09-10T03:27:15.127Z Compiling byteorder v1.5.0
7172026-09-10T03:27:15.163Z Compiling zerocopy v0.8.54
7182026-09-10T03:27:15.189Z Compiling macaddr v1.0.1
7192026-09-10T03:27:15.203Z Compiling futures-sink v0.3.32
7202026-09-10T03:27:15.292Z Compiling hash32 v0.3.1
7212026-09-10T03:27:15.292Z Compiling futures-core v0.3.32
7222026-09-10T03:27:15.319Z Compiling stable_deref_trait v1.2.1
7232026-09-10T03:27:15.386Z Compiling futures-channel v0.3.32
7242026-09-10T03:27:15.434Z Compiling heapless v0.8.0
7252026-09-10T03:27:15.438Z Compiling cobs v0.3.0
7262026-09-10T03:27:15.443Z Compiling rand_core v0.10.1
7272026-09-10T03:27:15.455Z Compiling managed v0.8.0
7282026-09-10T03:27:15.590Z Compiling slab v0.4.12
7292026-09-10T03:27:15.617Z Compiling futures-task v0.3.32
7302026-09-10T03:27:15.676Z Compiling bitflags v1.3.2
7312026-09-10T03:27:15.707Z Compiling futures-io v0.3.32
7322026-09-10T03:27:15.740Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7332026-09-10T03:27:15.764Z Compiling cpufeatures v0.3.0
7342026-09-10T03:27:15.802Z Compiling futures-util v0.3.32
7352026-09-10T03:27:15.825Z Compiling smoltcp v0.11.0
7362026-09-10T03:27:15.859Z Compiling ipnetwork v0.21.1
7372026-09-10T03:27:15.894Z Compiling foreign-types-shared v0.3.1
7382026-09-10T03:27:15.965Z Compiling unicode-width v0.2.2
7392026-09-10T03:27:15.975Z Compiling once_cell v1.21.4
7402026-09-10T03:27:16.214Z Compiling tabwriter v1.4.1
7412026-09-10T03:27:16.266Z Compiling tracing-core v0.1.36
7422026-09-10T03:27:16.391Z Compiling foreign-types v0.5.0
7432026-09-10T03:27:16.465Z Compiling chacha20 v0.10.1
7442026-09-10T03:27:16.651Z Compiling ref-cast v1.0.25
7452026-09-10T03:27:16.716Z Compiling num_enum v0.7.6
7462026-09-10T03:27:16.743Z Compiling crc32fast v1.5.0
7472026-09-10T03:27:16.814Z Compiling getrandom v0.4.3
7482026-09-10T03:27:16.828Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7492026-09-10T03:27:16.940Z Compiling serde v1.0.228
7502026-09-10T03:27:16.986Z Compiling bitflags v2.13.0
7512026-09-10T03:27:17.036Z Compiling cstr-argument v0.1.2
7522026-09-10T03:27:17.222Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7532026-09-10T03:27:17.226Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7542026-09-10T03:27:17.301Z Compiling itertools v0.15.0
7552026-09-10T03:27:17.398Z Compiling erased-serde v0.3.31
7562026-09-10T03:27:17.592Z Compiling postcard v1.1.3
7572026-09-10T03:27:17.613Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7582026-09-10T03:27:17.764Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7592026-09-10T03:27:17.942Z Compiling slog v2.8.2
7602026-09-10T03:27:18.089Z Compiling ingot-types v0.2.0
7612026-09-10T03:27:18.216Z Compiling futures-executor v0.3.32
7622026-09-10T03:27:18.291Z Compiling pretty-hex v0.4.2
7632026-09-10T03:27:18.335Z Compiling dyn-clone v1.0.20
7642026-09-10T03:27:18.354Z Compiling tracing v0.1.44
7652026-09-10T03:27:18.420Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7662026-09-10T03:27:18.498Z Compiling ingot v0.2.0
7672026-09-10T03:27:18.531Z Compiling futures v0.3.32
7682026-09-10T03:27:18.548Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7692026-09-10T03:27:18.570Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-09-10T03:27:18.600Z Compiling rand v0.10.2
7712026-09-10T03:27:18.636Z Compiling uuid v1.26.1
7722026-09-10T03:27:18.658Z Compiling num-traits v0.2.19
7732026-09-10T03:27:18.727Z Compiling crossbeam-utils v0.8.22
7742026-09-10T03:27:18.809Z Compiling nom v8.0.0
7752026-09-10T03:27:19.030Z Compiling aho-corasick v1.1.4
7762026-09-10T03:27:19.289Z Compiling socket2 v0.6.4
7772026-09-10T03:27:19.372Z Compiling thread_local v1.1.10
7782026-09-10T03:27:19.513Z Compiling arc-swap v1.9.2
7792026-09-10T03:27:19.527Z Compiling winnow v1.0.3
7802026-09-10T03:27:19.760Z Compiling iana-time-zone v0.1.65
7812026-09-10T03:27:19.914Z Compiling num-conv v0.2.2
7822026-09-10T03:27:20.045Z Compiling deranged v0.5.8
7832026-09-10T03:27:20.166Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7842026-09-10T03:27:20.221Z Compiling time-core v0.1.9
7852026-09-10T03:27:20.385Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7862026-09-10T03:27:20.402Z Compiling colored v3.1.1
7872026-09-10T03:27:20.409Z Compiling powerfmt v0.2.0
7882026-09-10T03:27:20.704Z Compiling lazy_static v1.5.0
7892026-09-10T03:27:20.709Z Compiling regex-syntax v0.8.11
7902026-09-10T03:27:20.798Z Compiling oxnet v0.1.6
7912026-09-10T03:27:21.052Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
7922026-09-10T03:27:21.067Z Compiling rusticata-macros v5.0.0
7932026-09-10T03:27:21.243Z Compiling time v0.3.53
7942026-09-10T03:27:21.311Z Compiling slog-scope v4.4.1
7952026-09-10T03:27:21.396Z Compiling chrono v0.4.45
7962026-09-10T03:27:21.435Z Compiling thiserror v1.0.69
7972026-09-10T03:27:21.834Z Compiling crossbeam-channel v0.5.16
7982026-09-10T03:27:22.593Z Compiling regex-automata v0.4.15
7992026-09-10T03:27:22.894Z Compiling cookie-factory v0.3.3
8002026-09-10T03:27:23.216Z Compiling is-terminal v0.4.17
8012026-09-10T03:27:23.310Z Compiling itertools v0.12.1
8022026-09-10T03:27:23.318Z Compiling log v0.4.33
8032026-09-10T03:27:23.599Z Compiling take_mut v0.2.2
8042026-09-10T03:27:23.712Z Compiling circular v0.3.0
8052026-09-10T03:27:24.014Z Compiling term v1.2.1
8062026-09-10T03:27:24.735Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8072026-09-10T03:27:25.307Z Compiling regex v1.13.0
8082026-09-10T03:27:25.766Z Compiling slog-term v2.9.2
8092026-09-10T03:27:26.415Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8102026-09-10T03:27:26.420Z Compiling pcap-parser v0.17.0
8112026-09-10T03:27:26.807Z Compiling slog-async v2.8.0
8122026-09-10T03:27:27.718Z Compiling slog-stdlog v4.1.1
8132026-09-10T03:27:27.805Z Compiling slog-envlogger v2.2.0
8142026-09-10T03:27:28.087Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8152026-09-10T03:27:29.142Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8162026-09-10T03:27:29.271Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8172026-09-10T03:27:31.246Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8182026-09-10T03:27:38.678Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.75s
8192026-09-10T03:27:38.712Z++ cargo build -q --test loopback --message-format=json
8202026-09-10T03:27:38.715Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8212026-09-10T03:27:38.839Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-fed4e67888730c79
8222026-09-10T03:27:38.839Z+ cargo build --test multicast_rx
8232026-09-10T03:27:38.948Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8242026-09-10T03:27:40.801Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.95s
8252026-09-10T03:27:40.836Z++ cargo build -q --test multicast_rx --message-format=json
8262026-09-10T03:27:40.840Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8272026-09-10T03:27:40.957Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-8ee1a6c21470f07f
8282026-09-10T03:27:40.958Z+ cargo build --test multicast_multi_sub
8292026-09-10T03:27:41.061Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-09-10T03:27:42.871Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s
8312026-09-10T03:27:42.909Z++ cargo build -q --test multicast_multi_sub --message-format=json
8322026-09-10T03:27:42.909Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-09-10T03:27:43.029Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-54886b4be3f32fd3
8342026-09-10T03:27:43.029Z+ cargo build --test multicast_validation
8352026-09-10T03:27:43.135Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-09-10T03:27:45.266Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.22s
8372026-09-10T03:27:45.303Z++ cargo build -q --test multicast_validation --message-format=json
8382026-09-10T03:27:45.307Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-09-10T03:27:45.430Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-b7a03f7bac5ab8eb
8402026-09-10T03:27:45.430Z+ cargo build --test multicast_source_filter
8412026-09-10T03:27:45.538Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-09-10T03:27:47.700Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.26s
8432026-09-10T03:27:47.736Z++ cargo build -q --test multicast_source_filter --message-format=json
8442026-09-10T03:27:47.739Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-09-10T03:27:47.857Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-64e8efac6977bd1e
8462026-09-10T03:27:47.857Z+ cargo build --test multicast_multi_nexthop
8472026-09-10T03:27:47.961Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-09-10T03:27:49.640Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.77s
8492026-09-10T03:27:49.675Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8502026-09-10T03:27:49.678Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-09-10T03:27:49.796Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-28a58ab4f3802687
8522026-09-10T03:27:49.796Z+ mkdir -p /work/test
8532026-09-10T03:27:49.800Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-fed4e67888730c79 /work/test/loopback
8542026-09-10T03:27:49.846Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-8ee1a6c21470f07f /work/test/multicast_rx
8552026-09-10T03:27:49.893Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-54886b4be3f32fd3 /work/test/multicast_multi_sub
8562026-09-10T03:27:49.945Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-b7a03f7bac5ab8eb /work/test/multicast_validation
8572026-09-10T03:27:49.992Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-64e8efac6977bd1e /work/test/multicast_source_filter
8582026-09-10T03:27:50.041Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-28a58ab4f3802687 /work/test/multicast_multi_nexthop
8592026-09-10T03:27:50.093Zprocess exited: duration 243867 ms, exit code 0
 
8602026-09-10T03:27:50.112Zfound 15 output files
8612026-09-10T03:27:50.112Zuploading: /work/debug/xde.dbg (89356536 bytes)
8622026-09-10T03:27:52.096Zuploaded: /work/debug/xde.dbg
8632026-09-10T03:27:52.096Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8642026-09-10T03:27:53.109Zuploaded: /work/debug/xde.dbg.sha256
8652026-09-10T03:27:53.110Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8662026-09-10T03:27:54.171Zuploaded: /work/debug/xde_link.dbg.so
8672026-09-10T03:27:54.171Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8682026-09-10T03:27:55.182Zuploaded: /work/debug/xde_link.dbg.so.sha256
8692026-09-10T03:27:55.182Zuploading: /work/release/xde (53589776 bytes)
8702026-09-10T03:27:56.842Zuploaded: /work/release/xde
8712026-09-10T03:27:56.845Zuploading: /work/release/xde.sha256 (84 bytes)
8722026-09-10T03:27:57.853Zuploaded: /work/release/xde.sha256
8732026-09-10T03:27:57.853Zuploading: /work/release/xde_link.so (45240 bytes)
8742026-09-10T03:27:58.865Zuploaded: /work/release/xde_link.so
8752026-09-10T03:27:58.868Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8762026-09-10T03:27:59.875Zuploaded: /work/release/xde_link.so.sha256
8772026-09-10T03:27:59.875Zuploading: /work/test/loopback (58916512 bytes)
8782026-09-10T03:28:01.461Zuploaded: /work/test/loopback
8792026-09-10T03:28:01.464Zuploading: /work/test/multicast_rx (59415224 bytes)
8802026-09-10T03:28:03.036Zuploaded: /work/test/multicast_rx
8812026-09-10T03:28:03.036Zuploading: /work/test/multicast_multi_sub (60057008 bytes)
8822026-09-10T03:28:04.652Zuploaded: /work/test/multicast_multi_sub
8832026-09-10T03:28:04.652Zuploading: /work/test/multicast_validation (59400704 bytes)
8842026-09-10T03:28:06.300Zuploaded: /work/test/multicast_validation
8852026-09-10T03:28:06.303Zuploading: /work/test/multicast_source_filter (59702392 bytes)
8862026-09-10T03:28:07.959Zuploaded: /work/test/multicast_source_filter
8872026-09-10T03:28:07.959Zuploading: /work/test/multicast_multi_nexthop (60292912 bytes)
8882026-09-10T03:28:09.648Zuploaded: /work/test/multicast_multi_nexthop
8892026-09-10T03:28:09.648Zuploading: /work/xde.conf (79 bytes)
8902026-09-10T03:28:10.656Zuploaded: /work/xde.conf