01M24NB6K0AGP2RGNTV8YZJDJK: 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: 01M24NBZVTQ5YYPVNMMA8CX1GR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-10T03:22:47.406Zjob assigned to worker 01M24NC6DDZ87AXC6X6RDJSBBP [factory aws, i-09b4258003b60a0d7] (queued for 57 s)
 
22026-09-10T03:22:53.539Zstarting task 0: "setup"
32026-09-10T03:22:53.545Z++ uname -s
42026-09-10T03:22:53.548Z+ kern=SunOS
52026-09-10T03:22:53.548Z+ build_user=build
62026-09-10T03:22:53.548Z+ build_uid=12345
72026-09-10T03:22:53.548Z+ work_dir=/work
82026-09-10T03:22:53.548Z+ input_dir=/input
92026-09-10T03:22:53.548Z+ [[ 0 == 12345 ]]
102026-09-10T03:22:53.548Z+ case "$kern" in
112026-09-10T03:22:53.548Z+ groupadd -g 12345 build
122026-09-10T03:22:53.548Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-10T03:22:55.555Z+ zfs create -o mountpoint=/work rpool/work
142026-09-10T03:22:55.648Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-10T03:22:55.653Z+ home_fs=zfs
162026-09-10T03:22:55.654Z+ [[ zfs == autofs ]]
172026-09-10T03:22:55.654Z+ mkdir -p /home/build
182026-09-10T03:22:55.654Z+ chown build:build /home/build /work
192026-09-10T03:22:57.655Z+ chmod 0700 /home/build /work
202026-09-10T03:22:57.659Zprocess exited: duration 4114 ms, exit code 0
 
212026-09-10T03:22:57.667Zstarting task 1: "rust-toolchain"
222026-09-10T03:22:57.671Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-10T03:22:57.671Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-10T03:22:57.671Z * rust toolchain channel = "1.97.1"
252026-09-10T03:22:57.671Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-10T03:22:57.671Z * rust toolchain profile = "default"
272026-09-10T03:22:57.671Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-10T03:22:57.676Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-10T03:22:57.676Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-10T03:22:57.784Zinfo: downloading installer
312026-09-10T03:22:59.018Zinfo: profile set to default
322026-09-10T03:22:59.018Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-10T03:22:59.023Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-10T03:22:59.144Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-10T03:22:59.147Zinfo: downloading 6 components
362026-09-10T03:23:12.169Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-10T03:23:12.169Z
382026-09-10T03:23:12.197Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-10T03:23:12.197Z
402026-09-10T03:23:12.200Z
412026-09-10T03:23:12.200ZRust is installed now. Great!
422026-09-10T03:23:12.200Z
432026-09-10T03:23:12.200ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-10T03:23:12.200Zenvironment variable. This has not been done automatically.
452026-09-10T03:23:12.200Z
462026-09-10T03:23:12.200ZTo configure your current shell, you need to source
472026-09-10T03:23:12.200Zthe corresponding env file under $HOME/.cargo.
482026-09-10T03:23:12.200Z
492026-09-10T03:23:12.201ZConsider running the right command for your shell (note the leading DOT):
502026-09-10T03:23:12.201Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-10T03:23:12.201Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-10T03:23:12.201ZCC_x86_64-unknown-illumos = None
532026-09-10T03:23:12.201Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-10T03:23:12.201ZCC_x86_64_unknown_illumos = None
552026-09-10T03:23:12.201Zcargo:rerun-if-env-changed=HOST_CC
562026-09-10T03:23:12.201ZHOST_CC = None
572026-09-10T03:23:12.201Zcargo:rerun-if-env-changed=CC
582026-09-10T03:23:12.201ZCC = None
592026-09-10T03:23:12.201Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-10T03:23:12.370Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-10T03:23:12.371ZCRATE_CC_NO_DEFAULTS = None
622026-09-10T03:23:12.371Zcargo:rerun-if-env-changed=CFLAGS
632026-09-10T03:23:12.371ZCFLAGS = None
642026-09-10T03:23:12.371Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-10T03:23:12.371ZHOST_CFLAGS = None
662026-09-10T03:23:12.371Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-10T03:23:12.371ZCFLAGS_x86_64_unknown_illumos = None
682026-09-10T03:23:12.371Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-10T03:23:12.371ZCFLAGS_x86_64-unknown-illumos = None
702026-09-10T03:23:12.483Z+ rustup --version
712026-09-10T03:23:12.490Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-10T03:23:12.493Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-10T03:23:12.510Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-10T03:23:12.513Z+ cargo --version
752026-09-10T03:23:12.526Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-10T03:23:12.529Z+ rustc --version
772026-09-10T03:23:12.548Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-10T03:23:12.551Zprocess exited: duration 14882 ms, exit code 0
 
792026-09-10T03:23:12.557Zstarting task 2: "authentication"
802026-09-10T03:23:12.573Zprocess exited: duration 16 ms, exit code 0
 
812026-09-10T03:23:12.579Zstarting task 3: "clone repository"
822026-09-10T03:23:12.582Z+ mkdir -p /work/oxidecomputer/opte
832026-09-10T03:23:12.585Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
842026-09-10T03:23:12.613ZCloning into '/work/oxidecomputer/opte'...
852026-09-10T03:23:13.665Z+ cd /work/oxidecomputer/opte
862026-09-10T03:23:13.665Z+ git fetch origin cd40a86becac5c57dab8c7a0cbef6d2f58407523
872026-09-10T03:23:13.939ZFrom https://github.com/oxidecomputer/opte
882026-09-10T03:23:13.939Z * branch cd40a86becac5c57dab8c7a0cbef6d2f58407523 -> FETCH_HEAD
892026-09-10T03:23:13.947Z+ [[ -n renovate/bitflags-2.x-lockfile ]]
902026-09-10T03:23:13.950Z++ git branch --show-current
912026-09-10T03:23:13.950Z+ current=master
922026-09-10T03:23:13.950Z+ [[ master != renovate/bitflags-2.x-lockfile ]]
932026-09-10T03:23:13.950Z+ git branch -f renovate/bitflags-2.x-lockfile cd40a86becac5c57dab8c7a0cbef6d2f58407523
942026-09-10T03:23:13.954Z+ git checkout -f renovate/bitflags-2.x-lockfile
952026-09-10T03:23:13.970ZSwitched to branch 'renovate/bitflags-2.x-lockfile'
962026-09-10T03:23:13.973Z+ git reset --hard cd40a86becac5c57dab8c7a0cbef6d2f58407523
972026-09-10T03:23:13.987ZHEAD is now at cd40a86 Update Rust crate bitflags to v2.13.2
982026-09-10T03:23:13.991Zprocess exited: duration 1408 ms, exit code 0
 
992026-09-10T03:23:13.997Zstarting task 4: "build"
1002026-09-10T03:23:14.012Z+ source .github/buildomat/common.sh
1012026-09-10T03:23:14.012Z++ rustup show active-toolchain
1022026-09-10T03:23:14.012Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1032026-09-10T03:23:14.012Z++ pushd xde
1042026-09-10T03:23:14.012Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1052026-09-10T03:23:14.012Z++ rustup show active-toolchain
1062026-09-10T03:23:14.015Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1072026-09-10T03:23:14.170Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1082026-09-10T03:23:14.173Zinfo: downloading 6 components
1092026-09-10T03:23:28.401Zwarn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed
1102026-09-10T03:23:28.401Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-09-10T03:23:28.401Zwarn: auto-installation is deprecated for most `rustup` commands
1122026-09-10T03:23:28.401Zwarn: scripts relying on this behavior in `rustup` may stop working in the future
1132026-09-10T03:23:28.401Zwarn: to install the active toolchain, use `rustup install` instead
1142026-09-10T03:23:28.401Zwarn: see <https://github.com/rust-lang/rustup/issues/4836> for more info
1152026-09-10T03:23:28.500Z+++ rustup show active-toolchain -v
1162026-09-10T03:23:28.504Z+++ head -n 1
1172026-09-10T03:23:28.504Z+++ cut '-d ' -f1
1182026-09-10T03:23:28.555Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1192026-09-10T03:23:28.555Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1202026-09-10T03:23:28.559Z++ popd
1212026-09-10T03:23:28.559Z/work/oxidecomputer/opte
1222026-09-10T03:23:28.559Z+ TGT_BASE=/work
1232026-09-10T03:23:28.559Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1242026-09-10T03:23:28.559Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1252026-09-10T03:23:28.559Z+ DBG_TGT=/work/debug
1262026-09-10T03:23:28.559Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1272026-09-10T03:23:28.559Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1282026-09-10T03:23:28.560Z+ REL_TGT=/work/release
1292026-09-10T03:23:28.560Z+ mkdir -p /work/debug /work/release
1302026-09-10T03:23:28.560Z+ cargo --version
1312026-09-10T03:23:28.564Zcargo 1.97.1 (c980f4866 2026-06-30)
1322026-09-10T03:23:28.573Z+ rustc --version
1332026-09-10T03:23:28.593Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1342026-09-10T03:23:28.616Z+ install_pkg jq
1352026-09-10T03:23:28.617Z+ set +o errexit
1362026-09-10T03:23:28.617Z+ pfexec pkg install jq
1372026-09-10T03:23:30.143Z Startup: Refreshing catalog 'helios' ... Done
1382026-09-10T03:23:30.623Z Startup: Caching catalogs ... Done
1392026-09-10T03:23:33.152ZPlanning: Solver setup ... Done
1402026-09-10T03:23:33.260ZPlanning: Running solver ... Done
1412026-09-10T03:23:33.274ZPlanning: Consolidating action changes ... Done
1422026-09-10T03:23:33.274ZPlanning: Evaluating mediators ... Done
1432026-09-10T03:23:33.274ZPlanning: Planning completed in 2.61 seconds
1442026-09-10T03:23:33.298ZNo updates necessary for this image.
1452026-09-10T03:23:33.547Z+ exit_code=4
1462026-09-10T03:23:33.547Z+ [[ 4 -ne 0 ]]
1472026-09-10T03:23:33.548Z+ [[ 4 -ne 4 ]]
1482026-09-10T03:23:33.548Z+ set -o errexit
1492026-09-10T03:23:33.554Z+ pushd xde
1502026-09-10T03:23:33.554Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1512026-09-10T03:23:33.554Z+ cp xde.conf /work/xde.conf
1522026-09-10T03:23:33.554Z+ header 'check style'
1532026-09-10T03:23:33.554Z+ echo '# ==== check style ==== #'
1542026-09-10T03:23:33.554Z# ==== check style ==== #
1552026-09-10T03:23:33.554Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1562026-09-10T03:23:33.763Z
1572026-09-10T03:23:33.763Zreal 0.216170393
1582026-09-10T03:23:33.763Zuser 0.151548493
1592026-09-10T03:23:33.763Zsys 0.055022610
1602026-09-10T03:23:33.763Ztrap 0.000010770
1612026-09-10T03:23:33.763Ztflt 0.000024740
1622026-09-10T03:23:33.764Zdflt 0.000011960
1632026-09-10T03:23:33.764Zkflt 0.000000000
1642026-09-10T03:23:33.764Zlock 0.025298634
1652026-09-10T03:23:33.764Zslp 0.188556571
1662026-09-10T03:23:33.764Zlat 0.000688950
1672026-09-10T03:23:33.764Zstop 0.000095700
1682026-09-10T03:23:33.776Z+ header analyze
1692026-09-10T03:23:33.776Z+ echo '# ==== analyze ==== #'
1702026-09-10T03:23:33.776Z# ==== analyze ==== #
1712026-09-10T03:23:33.777Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1722026-09-10T03:23:33.946Z Updating crates.io index
1732026-09-10T03:23:33.971Z Updating git repository `https://github.com/oxidecomputer/falcon`
1742026-09-10T03:23:35.071Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1752026-09-10T03:23:35.666Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1762026-09-10T03:23:35.946Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1772026-09-10T03:23:36.328Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-09-10T03:23:36.609Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1792026-09-10T03:23:36.930Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1802026-09-10T03:23:38.651Z Downloading crates ...
1812026-09-10T03:23:38.730Z Downloaded ident_case v1.0.1
1822026-09-10T03:23:38.736Z Downloaded dyn-clone v1.0.20
1832026-09-10T03:23:38.736Z Downloaded defmt-macros v1.1.1
1842026-09-10T03:23:38.736Z Downloaded either v1.16.0
1852026-09-10T03:23:38.736Z Downloaded hash32 v0.3.1
1862026-09-10T03:23:38.736Z Downloaded managed v0.8.0
1872026-09-10T03:23:38.736Z Downloaded proc-macro2 v1.0.106
1882026-09-10T03:23:38.764Z Downloaded stable_deref_trait v1.2.1
1892026-09-10T03:23:38.764Z Downloaded thiserror-impl v2.0.18
1902026-09-10T03:23:38.764Z Downloaded ref-cast v1.0.25
1912026-09-10T03:23:38.764Z Downloaded ingot-types v0.2.0
1922026-09-10T03:23:38.764Z Downloaded bitflags v2.13.2
1932026-09-10T03:23:38.771Z Downloaded defmt v0.3.100
1942026-09-10T03:23:38.784Z Downloaded embedded-io v0.6.1
1952026-09-10T03:23:38.794Z Downloaded embedded-io v0.4.0
1962026-09-10T03:23:38.799Z Downloaded quote v1.0.46
1972026-09-10T03:23:38.807Z Downloaded serde_derive v1.0.228
1982026-09-10T03:23:38.807Z Downloaded macaddr v1.0.1
1992026-09-10T03:23:38.807Z Downloaded cfg-if v1.0.4
2002026-09-10T03:23:38.812Z Downloaded bitflags v1.3.2
2012026-09-10T03:23:38.819Z Downloaded byteorder v1.5.0
2022026-09-10T03:23:38.819Z Downloaded version_check v0.9.5
2032026-09-10T03:23:38.831Z Downloaded regex-syntax v0.8.11
2042026-09-10T03:23:38.831Z Downloaded strsim v0.11.1
2052026-09-10T03:23:38.836Z Downloaded ingot v0.2.0
2062026-09-10T03:23:38.843Z Downloaded zerocopy-derive v0.8.54
2072026-09-10T03:23:38.850Z Downloaded aho-corasick v1.1.4
2082026-09-10T03:23:38.850Z Downloaded darling v0.23.0
2092026-09-10T03:23:38.859Z Downloaded crc32fast v1.5.0
2102026-09-10T03:23:38.859Z Downloaded uuid v1.23.5
2112026-09-10T03:23:38.859Z Downloaded ingot-macros v0.2.0
2122026-09-10T03:23:38.859Z Downloaded syn v2.0.118
2132026-09-10T03:23:38.865Z Downloaded memchr v2.8.3
2142026-09-10T03:23:38.897Z Downloaded serde v1.0.228
2152026-09-10T03:23:39.026Z Downloaded regex v1.13.0
2162026-09-10T03:23:39.026Z Downloaded itertools v0.15.0
2172026-09-10T03:23:39.026Z Downloaded zerocopy v0.8.54
2182026-09-10T03:23:39.042Z Downloaded cobs v0.3.0
2192026-09-10T03:23:39.042Z Downloaded darling_macro v0.23.0
2202026-09-10T03:23:39.042Z Downloaded smoltcp v0.11.0
2212026-09-10T03:23:39.042Z Downloaded darling_core v0.23.0
2222026-09-10T03:23:39.042Z Downloaded ref-cast-impl v1.0.25
2232026-09-10T03:23:39.043Z Downloaded defmt v1.1.1
2242026-09-10T03:23:39.043Z Downloaded defmt-parser v1.0.0
2252026-09-10T03:23:39.043Z Downloaded postcard v1.1.3
2262026-09-10T03:23:39.043Z Downloaded serde_core v1.0.228
2272026-09-10T03:23:39.043Z Downloaded unicode-ident v1.0.24
2282026-09-10T03:23:39.043Z Downloaded thiserror v2.0.18
2292026-09-10T03:23:39.043Z Downloaded heapless v0.8.0
2302026-09-10T03:23:39.047Z Downloaded regex-automata v0.4.15
2312026-09-10T03:23:39.051Z Updating crates.io index
2322026-09-10T03:23:39.184Z Downloading crates ...
2332026-09-10T03:23:39.188Z Downloaded foldhash v0.2.0
2342026-09-10T03:23:39.188Z Downloaded addr2line v0.27.0
2352026-09-10T03:23:39.188Z Downloaded rustc-demangle v0.1.28
2362026-09-10T03:23:39.188Z Downloaded adler2 v2.0.1
2372026-09-10T03:23:39.274Z Downloaded libc v0.2.185
2382026-09-10T03:23:39.288Z Downloaded rustc-literal-escaper v0.0.8
2392026-09-10T03:23:39.288Z Downloaded miniz_oxide v0.9.1
2402026-09-10T03:23:39.288Z Downloaded gimli v0.34.0
2412026-09-10T03:23:39.288Z Downloaded hashbrown v0.17.1
2422026-09-10T03:23:39.288Z Downloaded object v0.39.1
2432026-09-10T03:23:39.364Z Downloaded memchr v2.7.6
2442026-09-10T03:23:39.386Z Downloaded getopts v0.2.24
2452026-09-10T03:23:39.420Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2462026-09-10T03:23:39.420Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2472026-09-10T03:23:39.445Z Compiling proc-macro2 v1.0.106
2482026-09-10T03:23:39.446Z Compiling unicode-ident v1.0.24
2492026-09-10T03:23:39.446Z Compiling quote v1.0.46
2502026-09-10T03:23:39.446Z Compiling serde_core v1.0.228
2512026-09-10T03:23:39.446Z Compiling strsim v0.11.1
2522026-09-10T03:23:39.446Z Compiling ident_case v1.0.1
2532026-09-10T03:23:39.772Z Compiling memchr v2.8.3
2542026-09-10T03:23:39.864Z Compiling regex-syntax v0.8.11
2552026-09-10T03:23:39.888Z Compiling serde v1.0.228
2562026-09-10T03:23:39.888Z Compiling thiserror v2.0.18
2572026-09-10T03:23:39.898Z Compiling either v1.16.0
2582026-09-10T03:23:39.985Z Compiling aho-corasick v1.1.4
2592026-09-10T03:23:42.056Z Compiling zerocopy v0.8.54
2602026-09-10T03:23:42.158Z Compiling itertools v0.15.0
2612026-09-10T03:23:42.158Z Compiling heapless v0.8.0
2622026-09-10T03:23:42.158Z Compiling syn v2.0.118
2632026-09-10T03:23:42.158Z Compiling smoltcp v0.11.0
2642026-09-10T03:23:42.158Z Compiling ref-cast v1.0.25
2652026-09-10T03:23:42.158Z Compiling crc32fast v1.5.0
2662026-09-10T03:23:42.158Z Compiling regex-automata v0.4.15
2672026-09-10T03:23:42.158Z Compiling version_check v0.9.5
2682026-09-10T03:23:42.158Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-09-10T03:23:42.771Z Compiling regex v1.13.0
2702026-09-10T03:23:42.949Z Compiling darling_core v0.23.0
2712026-09-10T03:23:43.776Z Compiling serde_derive v1.0.228
2722026-09-10T03:23:43.777Z Compiling zerocopy-derive v0.8.54
2732026-09-10T03:23:43.777Z Compiling thiserror-impl v2.0.18
2742026-09-10T03:23:43.777Z Compiling ref-cast-impl v1.0.25
2752026-09-10T03:23:43.794Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-09-10T03:23:45.138Z Compiling darling_macro v0.23.0
2772026-09-10T03:23:46.026Z Compiling darling v0.23.0
2782026-09-10T03:23:46.090Z Compiling ingot-macros v0.2.0
2792026-09-10T03:23:46.091Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-09-10T03:23:51.444Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2812026-09-10T03:23:53.645Z Checking byteorder v1.5.0
2822026-09-10T03:23:53.645Z Checking stable_deref_trait v1.2.1
2832026-09-10T03:23:53.645Z Checking cfg-if v1.0.4
2842026-09-10T03:23:53.645Z Checking macaddr v1.0.1
2852026-09-10T03:23:53.645Z Checking bitflags v1.3.2
2862026-09-10T03:23:53.700Z Checking managed v0.8.0
2872026-09-10T03:23:53.700Z Checking cobs v0.3.0
2882026-09-10T03:23:53.729Z Checking hash32 v0.3.1
2892026-09-10T03:23:53.748Z Checking dyn-clone v1.0.20
2902026-09-10T03:23:53.774Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-09-10T03:23:54.915Z Checking bitflags v2.13.2
2922026-09-10T03:23:54.915Z Checking uuid v1.23.5
2932026-09-10T03:23:55.096Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-09-10T03:23:55.267Z Checking postcard v1.1.3
2952026-09-10T03:23:56.102Z Checking ingot-types v0.2.0
2962026-09-10T03:23:56.375Z Checking ingot v0.2.0
2972026-09-10T03:23:57.676Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-09-10T03:24:01.834Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-09-10T03:24:01.946Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-09-10T03:24:03.481Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.65s
3012026-09-10T03:24:03.616Z
3022026-09-10T03:24:03.616Zreal 29.834018040
3032026-09-10T03:24:03.616Zuser 1:08.631917959
3042026-09-10T03:24:03.617Zsys 9.739583777
3052026-09-10T03:24:03.617Ztrap 0.022423325
3062026-09-10T03:24:03.638Ztflt 0.069755496
3072026-09-10T03:24:03.638Zdflt 0.135407394
3082026-09-10T03:24:03.638Zkflt 0.002276801
3092026-09-10T03:24:03.638Zlock 3:55.134875489
3102026-09-10T03:24:03.638Zslp 3:05.675721876
3112026-09-10T03:24:03.638Zlat 2.059399572
3122026-09-10T03:24:03.638Zstop 7.663370963
3132026-09-10T03:24:03.638Z+ pushd xde-link
3142026-09-10T03:24:03.638Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-09-10T03:24:03.638Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-09-10T03:24:03.775Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3172026-09-10T03:24:03.775Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3182026-09-10T03:24:03.775Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-09-10T03:24:14.708Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3202026-09-10T03:24:16.917Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.25s
3212026-09-10T03:24:17.681Z
3222026-09-10T03:24:17.771Zreal 13.332242200
3232026-09-10T03:24:17.771Zuser 20.933328953
3242026-09-10T03:24:17.771Zsys 1.208124728
3252026-09-10T03:24:17.772Ztrap 0.003154850
3262026-09-10T03:24:17.772Ztflt 0.001493931
3272026-09-10T03:24:17.772Zdflt 0.030636510
3282026-09-10T03:24:17.772Zkflt 0.000000000
3292026-09-10T03:24:17.772Zlock 1:12.629441865
3302026-09-10T03:24:17.772Zslp 44.423817642
3312026-09-10T03:24:17.772Zlat 0.232521805
3322026-09-10T03:24:17.772Zstop 0.134203667
3332026-09-10T03:24:17.772Z+ popd
3342026-09-10T03:24:17.772Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3352026-09-10T03:24:17.772Z+ popd
3362026-09-10T03:24:17.772Z/work/oxidecomputer/opte
3372026-09-10T03:24:17.772Z+ header 'build xde (debug)'
3382026-09-10T03:24:17.772Z+ echo '# ==== build xde (debug) ==== #'
3392026-09-10T03:24:17.772Z# ==== build xde (debug) ==== #
3402026-09-10T03:24:17.772Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-09-10T03:24:17.772Z Downloading crates ...
3422026-09-10T03:24:17.772Z Downloaded utf8parse v0.2.2
3432026-09-10T03:24:17.772Z Downloaded equivalent v1.0.2
3442026-09-10T03:24:17.772Z Downloaded toml_writer v1.1.1+spec-1.1.0
3452026-09-10T03:24:17.772Z Downloaded anstyle-query v1.1.5
3462026-09-10T03:24:17.772Z Downloaded anyhow v1.0.103
3472026-09-10T03:24:17.772Z Downloaded clap_lex v1.1.0
3482026-09-10T03:24:17.772Z Downloaded itoa v1.0.18
3492026-09-10T03:24:17.773Z Downloaded heck v0.5.0
3502026-09-10T03:24:17.773Z Downloaded colorchoice v1.0.5
3512026-09-10T03:24:17.773Z Downloaded is_terminal_polyfill v1.70.2
3522026-09-10T03:24:17.773Z Downloaded terminal_size v0.4.4
3532026-09-10T03:24:17.773Z Downloaded cargo-platform v0.3.3
3542026-09-10T03:24:17.773Z Downloaded errno v0.3.14
3552026-09-10T03:24:17.773Z Downloaded serde_spanned v1.1.1
3562026-09-10T03:24:17.773Z Downloaded cargo_metadata v0.23.1
3572026-09-10T03:24:17.773Z Downloaded toml_parser v1.1.2+spec-1.1.0
3582026-09-10T03:24:17.773Z Downloaded camino v1.2.4
3592026-09-10T03:24:17.773Z Downloaded semver v1.0.28
3602026-09-10T03:24:17.773Z Downloaded anstream v1.0.0
3612026-09-10T03:24:17.773Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3622026-09-10T03:24:17.773Z Downloaded anstyle-parse v1.0.0
3632026-09-10T03:24:17.773Z Downloaded clap_derive v4.6.1
3642026-09-10T03:24:17.773Z Downloaded anstyle v1.0.14
3652026-09-10T03:24:17.773Z Downloaded zmij v1.0.22
3662026-09-10T03:24:17.773Z Downloaded clap v4.6.1
3672026-09-10T03:24:17.773Z Downloaded toml v1.1.2+spec-1.1.0
3682026-09-10T03:24:17.773Z Downloaded indexmap v2.14.0
3692026-09-10T03:24:17.773Z Downloaded serde_json v1.0.150
3702026-09-10T03:24:17.773Z Downloaded clap_builder v4.6.0
3712026-09-10T03:24:17.773Z Downloaded winnow v1.0.3
3722026-09-10T03:24:17.773Z Downloaded rustix v1.1.4
3732026-09-10T03:24:17.773Z Downloaded libc v0.2.186
3742026-09-10T03:24:17.773Z Compiling proc-macro2 v1.0.106
3752026-09-10T03:24:17.773Z Compiling serde_core v1.0.228
3762026-09-10T03:24:17.773Z Compiling unicode-ident v1.0.24
3772026-09-10T03:24:17.774Z Compiling quote v1.0.46
3782026-09-10T03:24:17.774Z Compiling libc v0.2.186
3792026-09-10T03:24:17.774Z Compiling rustix v1.1.4
3802026-09-10T03:24:17.774Z Compiling utf8parse v0.2.2
3812026-09-10T03:24:17.774Z Compiling zmij v1.0.22
3822026-09-10T03:24:17.774Z Compiling bitflags v2.13.2
3832026-09-10T03:24:17.774Z Compiling anstyle-parse v1.0.0
3842026-09-10T03:24:17.774Z Compiling camino v1.2.4
3852026-09-10T03:24:17.774Z Compiling serde v1.0.228
3862026-09-10T03:24:17.822Z Compiling anstyle v1.0.14
3872026-09-10T03:24:17.887Z Compiling serde_json v1.0.150
3882026-09-10T03:24:17.936Z Compiling is_terminal_polyfill v1.70.2
3892026-09-10T03:24:17.977Z Compiling anstyle-query v1.1.5
3902026-09-10T03:24:17.988Z Compiling thiserror v2.0.18
3912026-09-10T03:24:17.991Z Compiling colorchoice v1.0.5
3922026-09-10T03:24:18.048Z Compiling errno v0.3.14
3932026-09-10T03:24:18.075Z Compiling anstream v1.0.0
3942026-09-10T03:24:18.119Z Compiling clap_lex v1.1.0
3952026-09-10T03:24:18.125Z Compiling memchr v2.8.3
3962026-09-10T03:24:18.493Z Compiling heck v0.5.0
3972026-09-10T03:24:18.505Z Compiling winnow v1.0.3
3982026-09-10T03:24:18.523Z Compiling itoa v1.0.18
3992026-09-10T03:24:20.148Z Compiling strsim v0.11.1
4002026-09-10T03:24:20.193Z Compiling syn v2.0.118
4012026-09-10T03:24:20.193Z Compiling terminal_size v0.4.4
4022026-09-10T03:24:20.193Z Compiling anyhow v1.0.103
4032026-09-10T03:24:20.193Z Compiling clap_builder v4.6.0
4042026-09-10T03:24:20.193Z Compiling toml_parser v1.1.2+spec-1.1.0
4052026-09-10T03:24:20.193Z Compiling toml_writer v1.1.1+spec-1.1.0
4062026-09-10T03:24:20.193Z Compiling semver v1.0.28
4072026-09-10T03:24:20.193Z Compiling cargo-platform v0.3.3
4082026-09-10T03:24:20.193Z Compiling serde_spanned v1.1.1
4092026-09-10T03:24:20.267Z Compiling toml_datetime v1.1.1+spec-1.1.0
4102026-09-10T03:24:20.406Z Compiling toml v1.1.2+spec-1.1.0
4112026-09-10T03:24:20.873Z Compiling serde_derive v1.0.228
4122026-09-10T03:24:21.235Z Compiling thiserror-impl v2.0.18
4132026-09-10T03:24:21.280Z Compiling clap_derive v4.6.1
4142026-09-10T03:24:22.801Z Compiling clap v4.6.1
4152026-09-10T03:24:24.048Z Compiling cargo_metadata v0.23.1
4162026-09-10T03:24:26.444Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-09-10T03:24:28.013Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.06s
4182026-09-10T03:24:28.024Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-09-10T03:24:29.418ZBuilding xde (dev).
4202026-09-10T03:24:29.553Z Compiling serde_core v1.0.228
4212026-09-10T03:24:29.553Z Compiling byteorder v1.5.0
4222026-09-10T03:24:29.553Z Compiling cfg-if v1.0.4
4232026-09-10T03:24:29.557Z Compiling macaddr v1.0.1
4242026-09-10T03:24:29.557Z Compiling stable_deref_trait v1.2.1
4252026-09-10T03:24:29.562Z Compiling zerocopy v0.8.54
4262026-09-10T03:24:29.574Z Compiling thiserror v2.0.18
4272026-09-10T03:24:29.578Z Compiling managed v0.8.0
4282026-09-10T03:24:29.624Z Compiling bitflags v1.3.2
4292026-09-10T03:24:29.651Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4302026-09-10T03:24:29.719Z Compiling cobs v0.3.0
4312026-09-10T03:24:29.738Z Compiling either v1.16.0
4322026-09-10T03:24:29.750Z Compiling hash32 v0.3.1
4332026-09-10T03:24:29.790Z Compiling ref-cast v1.0.25
4342026-09-10T03:24:29.828Z Compiling crc32fast v1.5.0
4352026-09-10T03:24:29.846Z Compiling heapless v0.8.0
4362026-09-10T03:24:29.904Z Compiling itertools v0.15.0
4372026-09-10T03:24:29.918Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-09-10T03:24:29.918Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-09-10T03:24:29.944Z Compiling dyn-clone v1.0.20
4402026-09-10T03:24:30.008Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-09-10T03:24:30.262Z Compiling smoltcp v0.11.0
4422026-09-10T03:24:31.072Z Compiling bitflags v2.13.2
4432026-09-10T03:24:31.072Z Compiling serde v1.0.228
4442026-09-10T03:24:31.072Z Compiling uuid v1.23.5
4452026-09-10T03:24:31.201Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-09-10T03:24:31.549Z Compiling postcard v1.1.3
4472026-09-10T03:24:33.721Z Compiling ingot-types v0.2.0
4482026-09-10T03:24:33.745Z Compiling ingot v0.2.0
4492026-09-10T03:24:34.062Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-09-10T03:24:37.579Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-09-10T03:24:47.668Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-09-10T03:24:55.729Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.35s
4532026-09-10T03:24:55.743ZLinking xde kmod...
4542026-09-10T03:24:56.806ZBuilding xde dev link helper (dev).
4552026-09-10T03:24:56.958Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-09-10T03:24:57.291Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s
4572026-09-10T03:24:57.315Z
4582026-09-10T03:24:57.315Zreal 40.373748868
4592026-09-10T03:24:57.315Zuser 2:11.167018874
4602026-09-10T03:24:57.315Zsys 10.710093971
4612026-09-10T03:24:57.320Ztrap 0.049081511
4622026-09-10T03:24:57.320Ztflt 0.265119595
4632026-09-10T03:24:57.320Zdflt 0.494356246
4642026-09-10T03:24:57.320Zkflt 0.000003880
4652026-09-10T03:24:57.320Zlock 6:24.966974918
4662026-09-10T03:24:57.321Zslp 3:45.846612440
4672026-09-10T03:24:57.321Zlat 5.493086149
4682026-09-10T03:24:57.321Zstop 5.191939203
4692026-09-10T03:24:57.321Z+ header 'build xde (release)'
4702026-09-10T03:24:57.321Z+ echo '# ==== build xde (release) ==== #'
4712026-09-10T03:24:57.321Z# ==== build xde (release) ==== #
4722026-09-10T03:24:57.321Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-09-10T03:24:57.453Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4742026-09-10T03:24:57.456Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-09-10T03:24:57.644ZBuilding xde (release-lto).
4762026-09-10T03:24:57.863Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4772026-09-10T03:24:57.863Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4782026-09-10T03:24:57.864Z Compiling proc-macro2 v1.0.106
4792026-09-10T03:24:57.864Z Compiling unicode-ident v1.0.24
4802026-09-10T03:24:57.868Z Compiling quote v1.0.46
4812026-09-10T03:24:57.868Z Compiling serde_core v1.0.228
4822026-09-10T03:24:57.868Z Compiling strsim v0.11.1
4832026-09-10T03:24:57.868Z Compiling ident_case v1.0.1
4842026-09-10T03:24:57.978Z Compiling memchr v2.8.3
4852026-09-10T03:24:57.991Z Compiling regex-syntax v0.8.11
4862026-09-10T03:24:58.228Z Compiling either v1.16.0
4872026-09-10T03:24:58.238Z Compiling serde v1.0.228
4882026-09-10T03:24:58.242Z Compiling zerocopy v0.8.54
4892026-09-10T03:24:58.364Z Compiling aho-corasick v1.1.4
4902026-09-10T03:24:58.415Z Compiling thiserror v2.0.18
4912026-09-10T03:24:58.605Z Compiling itertools v0.15.0
4922026-09-10T03:24:58.634Z Compiling heapless v0.8.0
4932026-09-10T03:24:58.968Z Compiling syn v2.0.118
4942026-09-10T03:24:59.014Z Compiling smoltcp v0.11.0
4952026-09-10T03:24:59.019Z Compiling ref-cast v1.0.25
4962026-09-10T03:24:59.097Z Compiling crc32fast v1.5.0
4972026-09-10T03:24:59.384Z Compiling regex-automata v0.4.15
4982026-09-10T03:24:59.427Z Compiling version_check v0.9.5
4992026-09-10T03:24:59.775Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5002026-09-10T03:25:00.909Z Compiling regex v1.13.0
5012026-09-10T03:25:01.202Z Compiling darling_core v0.23.0
5022026-09-10T03:25:02.012Z Compiling zerocopy-derive v0.8.54
5032026-09-10T03:25:02.012Z Compiling thiserror-impl v2.0.18
5042026-09-10T03:25:02.022Z Compiling serde_derive v1.0.228
5052026-09-10T03:25:02.022Z Compiling ref-cast-impl v1.0.25
5062026-09-10T03:25:02.022Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-09-10T03:25:03.392Z Compiling darling_macro v0.23.0
5082026-09-10T03:25:04.227Z Compiling darling v0.23.0
5092026-09-10T03:25:04.288Z Compiling ingot-macros v0.2.0
5102026-09-10T03:25:04.288Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5112026-09-10T03:25:10.335Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5122026-09-10T03:25:12.796Z Compiling byteorder v1.5.0
5132026-09-10T03:25:12.796Z Compiling cfg-if v1.0.4
5142026-09-10T03:25:12.801Z Compiling macaddr v1.0.1
5152026-09-10T03:25:12.801Z Compiling stable_deref_trait v1.2.1
5162026-09-10T03:25:12.801Z Compiling bitflags v1.3.2
5172026-09-10T03:25:12.801Z Compiling managed v0.8.0
5182026-09-10T03:25:12.802Z Compiling cobs v0.3.0
5192026-09-10T03:25:12.845Z Compiling hash32 v0.3.1
5202026-09-10T03:25:12.967Z Compiling dyn-clone v1.0.20
5212026-09-10T03:25:13.021Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5222026-09-10T03:25:14.246Z Compiling bitflags v2.13.2
5232026-09-10T03:25:14.247Z Compiling uuid v1.23.5
5242026-09-10T03:25:14.385Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5252026-09-10T03:25:14.675Z Compiling postcard v1.1.3
5262026-09-10T03:25:15.468Z Compiling ingot-types v0.2.0
5272026-09-10T03:25:15.780Z Compiling ingot v0.2.0
5282026-09-10T03:25:17.286Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5292026-09-10T03:25:21.133Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5302026-09-10T03:25:30.087Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5312026-09-10T03:26:01.190Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
5322026-09-10T03:26:01.212ZLinking xde kmod...
5332026-09-10T03:26:01.803ZBuilding xde dev link helper (release).
5342026-09-10T03:26:01.956Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5352026-09-10T03:26:01.957Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5362026-09-10T03:26:01.957Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5372026-09-10T03:26:13.422Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5382026-09-10T03:26:16.120Z Finished `release` profile [optimized + debuginfo] target(s) in 14.27s
5392026-09-10T03:26:16.139Z
5402026-09-10T03:26:16.156Zreal 1:18.806253847
5412026-09-10T03:26:16.156Zuser 2:08.302487142
5422026-09-10T03:26:16.157Zsys 11.906415042
5432026-09-10T03:26:16.157Ztrap 0.027833423
5442026-09-10T03:26:16.157Ztflt 0.169333672
5452026-09-10T03:26:16.157Zdflt 0.193161935
5462026-09-10T03:26:16.157Zkflt 0.000017670
5472026-09-10T03:26:16.157Zlock 10:08.289806051
5482026-09-10T03:26:16.157Zslp 6:02.318194568
5492026-09-10T03:26:16.157Zlat 1.790210449
5502026-09-10T03:26:16.157Zstop 3.723529288
5512026-09-10T03:26:16.157Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5522026-09-10T03:26:16.157Z+ grep GOTPCREL
5532026-09-10T03:26:17.784Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5542026-09-10T03:26:17.788Z+ grep GOTPCREL
5552026-09-10T03:26:18.779Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5562026-09-10T03:26:18.834Z+ sha256sum /work/debug/xde.dbg
5572026-09-10T03:26:18.885Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5582026-09-10T03:26:18.888Z+ sha256sum /work/debug/xde_link.dbg.so
5592026-09-10T03:26:18.892Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5602026-09-10T03:26:18.926Z+ sha256sum /work/release/xde
5612026-09-10T03:26:18.957Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5622026-09-10T03:26:18.961Z+ sha256sum /work/release/xde_link.so
5632026-09-10T03:26:18.961Z+ header 'build xde integration tests'
5642026-09-10T03:26:18.961Z+ echo '# ==== build xde integration tests ==== #'
5652026-09-10T03:26:18.961Z# ==== build xde integration tests ==== #
5662026-09-10T03:26:18.961Z+ pushd xde-tests
5672026-09-10T03:26:18.961Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5682026-09-10T03:26:18.961Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5692026-09-10T03:26:19.041Z+ cargo clippy --all-targets -- --deny warnings
5702026-09-10T03:26:19.248Z Compiling serde_core v1.0.228
5712026-09-10T03:26:19.248Z Checking cfg-if v1.0.4
5722026-09-10T03:26:19.248Z Checking memchr v2.8.3
5732026-09-10T03:26:19.248Z Compiling rustversion v1.0.23
5742026-09-10T03:26:19.252Z Compiling serde v1.0.228
5752026-09-10T03:26:19.252Z Compiling version_check v0.9.5
5762026-09-10T03:26:19.272Z Compiling libc v0.2.186
5772026-09-10T03:26:19.277Z Compiling syn v2.0.118
5782026-09-10T03:26:19.315Z Compiling ident_case v1.0.1
5792026-09-10T03:26:19.416Z Compiling strsim v0.11.1
5802026-09-10T03:26:19.588Z Compiling regex-syntax v0.8.11
5812026-09-10T03:26:19.637Z Checking pin-project-lite v0.2.17
5822026-09-10T03:26:19.689Z Compiling syn v1.0.109
5832026-09-10T03:26:19.710Z Compiling zerocopy v0.8.54
5842026-09-10T03:26:19.924Z Compiling aho-corasick v1.1.4
5852026-09-10T03:26:20.018Z Compiling equivalent v1.0.2
5862026-09-10T03:26:20.064Z Compiling hashbrown v0.17.1
5872026-09-10T03:26:20.068Z Compiling either v1.16.0
5882026-09-10T03:26:20.089Z Compiling winnow v1.0.3
5892026-09-10T03:26:20.253Z Compiling itertools v0.15.0
5902026-09-10T03:26:20.581Z Compiling indexmap v2.14.0
5912026-09-10T03:26:21.057Z Compiling regex-automata v0.4.15
5922026-09-10T03:26:21.107Z Compiling toml_parser v1.1.2+spec-1.1.0
5932026-09-10T03:26:21.171Z Compiling heapless v0.8.0
5942026-09-10T03:26:21.455Z Checking byteorder v1.5.0
5952026-09-10T03:26:21.466Z Compiling toml_datetime v1.1.1+spec-1.1.0
5962026-09-10T03:26:21.602Z Checking hash32 v0.3.1
5972026-09-10T03:26:21.602Z Checking bitflags v2.13.2
5982026-09-10T03:26:21.639Z Compiling toml_edit v0.25.12+spec-1.1.0
5992026-09-10T03:26:21.674Z Compiling slog v2.8.2
6002026-09-10T03:26:21.678Z Compiling smoltcp v0.11.0
6012026-09-10T03:26:21.696Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6022026-09-10T03:26:21.754Z Checking futures-sink v0.3.32
6032026-09-10T03:26:21.842Z Compiling darling_core v0.23.0
6042026-09-10T03:26:21.915Z Checking futures-core v0.3.32
6052026-09-10T03:26:21.963Z Checking macaddr v1.0.1
6062026-09-10T03:26:22.028Z Checking stable_deref_trait v1.2.1
6072026-09-10T03:26:22.060Z Checking futures-channel v0.3.32
6082026-09-10T03:26:22.112Z Compiling proc-macro-error-attr v1.0.4
6092026-09-10T03:26:22.237Z Compiling proc-macro-crate v3.5.0
6102026-09-10T03:26:22.324Z Checking futures-task v0.3.32
6112026-09-10T03:26:22.444Z Checking slab v0.4.12
6122026-09-10T03:26:22.454Z Compiling getrandom v0.4.3
6132026-09-10T03:26:22.566Z Compiling crc32fast v1.5.0
6142026-09-10T03:26:22.592Z Checking rand_core v0.10.1
6152026-09-10T03:26:22.647Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6162026-09-10T03:26:22.705Z Compiling ref-cast v1.0.25
6172026-09-10T03:26:22.719Z Compiling autocfg v1.5.1
6182026-09-10T03:26:22.840Z Compiling regex v1.13.0
6192026-09-10T03:26:22.850Z Checking managed v0.8.0
6202026-09-10T03:26:23.014Z Checking bitflags v1.3.2
6212026-09-10T03:26:23.026Z Checking futures-io v0.3.32
6222026-09-10T03:26:23.053Z Compiling serde_derive v1.0.228
6232026-09-10T03:26:23.063Z Compiling thiserror-impl v2.0.18
6242026-09-10T03:26:23.067Z Compiling zerocopy-derive v0.8.54
6252026-09-10T03:26:23.126Z Compiling futures-macro v0.3.32
6262026-09-10T03:26:23.593Z Compiling num-traits v0.2.19
6272026-09-10T03:26:23.620Z Compiling num_enum_derive v0.7.6
6282026-09-10T03:26:23.806Z Compiling ref-cast-impl v1.0.25
6292026-09-10T03:26:23.926Z Checking futures-util v0.3.32
6302026-09-10T03:26:23.941Z Compiling darling_macro v0.23.0
6312026-09-10T03:26:24.233Z Checking thiserror v2.0.18
6322026-09-10T03:26:24.322Z Checking cobs v0.3.0
6332026-09-10T03:26:24.382Z Compiling foreign-types-macros v0.2.3
6342026-09-10T03:26:24.469Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6352026-09-10T03:26:24.494Z Compiling darling v0.23.0
6362026-09-10T03:26:24.498Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6372026-09-10T03:26:24.563Z Compiling ingot-macros v0.2.0
6382026-09-10T03:26:24.600Z Compiling proc-macro-error v1.0.4
6392026-09-10T03:26:24.725Z Checking foreign-types-shared v0.3.1
6402026-09-10T03:26:24.769Z Compiling crossbeam-utils v0.8.22
6412026-09-10T03:26:24.797Z Checking cpufeatures v0.3.0
6422026-09-10T03:26:24.810Z Checking once_cell v1.21.4
6432026-09-10T03:26:24.857Z Checking unicode-width v0.2.2
6442026-09-10T03:26:24.973Z Checking ipnetwork v0.21.1
6452026-09-10T03:26:24.984Z Checking foreign-types v0.5.0
6462026-09-10T03:26:25.044Z Checking tracing-core v0.1.36
6472026-09-10T03:26:25.063Z Checking chacha20 v0.10.1
6482026-09-10T03:26:25.092Z Checking tabwriter v1.4.1
6492026-09-10T03:26:25.226Z Checking num_enum v0.7.6
6502026-09-10T03:26:25.246Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6512026-09-10T03:26:25.349Z Checking anyhow v1.0.103
6522026-09-10T03:26:25.644Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6532026-09-10T03:26:25.648Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6542026-09-10T03:26:25.774Z Compiling tracing-attributes v0.1.31
6552026-09-10T03:26:25.851Z Checking futures-executor v0.3.32
6562026-09-10T03:26:26.054Z Checking cstr-argument v0.1.2
6572026-09-10T03:26:26.085Z Checking erased-serde v0.3.31
6582026-09-10T03:26:26.106Z Checking postcard v1.1.3
6592026-09-10T03:26:26.160Z Compiling num-conv v0.2.2
6602026-09-10T03:26:26.234Z Checking dyn-clone v1.0.20
6612026-09-10T03:26:26.297Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6622026-09-10T03:26:26.302Z Compiling thiserror v1.0.69
6632026-09-10T03:26:26.380Z Compiling time-core v0.1.9
6642026-09-10T03:26:26.496Z Checking pretty-hex v0.4.2
6652026-09-10T03:26:26.554Z Compiling time-macros v0.2.31
6662026-09-10T03:26:26.600Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6672026-09-10T03:26:26.710Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6682026-09-10T03:26:26.753Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6692026-09-10T03:26:26.756Z Checking futures v0.3.32
6702026-09-10T03:26:26.854Z Checking rand v0.10.2
6712026-09-10T03:26:27.048Z Checking tracing v0.1.44
6722026-09-10T03:26:27.092Z Compiling thiserror-impl v1.0.69
6732026-09-10T03:26:27.232Z Checking uuid v1.23.5
6742026-09-10T03:26:27.257Z Checking arc-swap v1.9.2
6752026-09-10T03:26:27.276Z Checking socket2 v0.6.4
6762026-09-10T03:26:27.284Z Checking ingot-types v0.2.0
6772026-09-10T03:26:27.288Z Checking nom v8.0.0
6782026-09-10T03:26:27.465Z Checking thread_local v1.1.10
6792026-09-10T03:26:27.617Z Compiling heck v0.4.1
6802026-09-10T03:26:27.624Z Checking ingot v0.2.0
6812026-09-10T03:26:27.645Z Checking deranged v0.5.8
6822026-09-10T03:26:27.805Z Checking lazy_static v1.5.0
6832026-09-10T03:26:27.884Z Checking colored v3.1.1
6842026-09-10T03:26:28.023Z Checking iana-time-zone v0.1.65
6852026-09-10T03:26:28.074Z Checking powerfmt v0.2.0
6862026-09-10T03:26:28.123Z Compiling slog-async v2.8.0
6872026-09-10T03:26:28.242Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6882026-09-10T03:26:28.369Z Checking oxnet v0.1.6
6892026-09-10T03:26:28.431Z Checking chrono v0.4.45
6902026-09-10T03:26:28.457Z Checking slog-scope v4.4.1
6912026-09-10T03:26:28.536Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6922026-09-10T03:26:28.564Z Checking time v0.3.53
6932026-09-10T03:26:28.577Z Checking crossbeam-channel v0.5.16
6942026-09-10T03:26:28.898Z Checking cookie-factory v0.3.3
6952026-09-10T03:26:29.139Z Checking itertools v0.12.1
6962026-09-10T03:26:29.175Z Checking is-terminal v0.4.17
6972026-09-10T03:26:29.230Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6982026-09-10T03:26:29.230Z Checking circular v0.3.0
6992026-09-10T03:26:29.262Z Checking log v0.4.33
7002026-09-10T03:26:29.266Z Checking rusticata-macros v5.0.0
7012026-09-10T03:26:29.334Z Checking term v1.2.1
7022026-09-10T03:26:29.348Z Checking take_mut v0.2.2
7032026-09-10T03:26:29.375Z Checking pcap-parser v0.17.0
7042026-09-10T03:26:29.398Z Checking slog-stdlog v4.1.1
7052026-09-10T03:26:29.717Z Checking slog-term v2.9.2
7062026-09-10T03:26:30.101Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7072026-09-10T03:26:30.381Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7082026-09-10T03:26:30.419Z Checking slog-envlogger v2.2.0
7092026-09-10T03:26:33.792Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7102026-09-10T03:26:35.470Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7112026-09-10T03:26:35.470Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7122026-09-10T03:26:35.811Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7132026-09-10T03:26:36.370Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.28s
7142026-09-10T03:26:36.407Z+ cargo build --test loopback
7152026-09-10T03:26:36.572Z Compiling cfg-if v1.0.4
7162026-09-10T03:26:36.572Z Compiling memchr v2.8.3
7172026-09-10T03:26:36.575Z Compiling serde_core v1.0.228
7182026-09-10T03:26:36.599Z Compiling libc v0.2.186
7192026-09-10T03:26:36.602Z Compiling thiserror v2.0.18
7202026-09-10T03:26:36.602Z Compiling pin-project-lite v0.2.17
7212026-09-10T03:26:36.606Z Compiling either v1.16.0
7222026-09-10T03:26:36.611Z Compiling byteorder v1.5.0
7232026-09-10T03:26:36.646Z Compiling zerocopy v0.8.54
7242026-09-10T03:26:36.672Z Compiling macaddr v1.0.1
7252026-09-10T03:26:36.678Z Compiling stable_deref_trait v1.2.1
7262026-09-10T03:26:36.736Z Compiling hash32 v0.3.1
7272026-09-10T03:26:36.777Z Compiling futures-core v0.3.32
7282026-09-10T03:26:36.800Z Compiling futures-sink v0.3.32
7292026-09-10T03:26:36.887Z Compiling futures-channel v0.3.32
7302026-09-10T03:26:36.892Z Compiling heapless v0.8.0
7312026-09-10T03:26:36.929Z Compiling cobs v0.3.0
7322026-09-10T03:26:36.932Z Compiling futures-io v0.3.32
7332026-09-10T03:26:36.943Z Compiling slab v0.4.12
7342026-09-10T03:26:37.107Z Compiling futures-task v0.3.32
7352026-09-10T03:26:37.110Z Compiling managed v0.8.0
7362026-09-10T03:26:37.110Z Compiling rand_core v0.10.1
7372026-09-10T03:26:37.199Z Compiling bitflags v1.3.2
7382026-09-10T03:26:37.262Z Compiling futures-util v0.3.32
7392026-09-10T03:26:37.266Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7402026-09-10T03:26:37.290Z Compiling smoltcp v0.11.0
7412026-09-10T03:26:37.321Z Compiling ipnetwork v0.21.1
7422026-09-10T03:26:37.328Z Compiling cpufeatures v0.3.0
7432026-09-10T03:26:37.387Z Compiling foreign-types-shared v0.3.1
7442026-09-10T03:26:37.469Z Compiling unicode-width v0.2.2
7452026-09-10T03:26:37.482Z Compiling once_cell v1.21.4
7462026-09-10T03:26:37.713Z Compiling tabwriter v1.4.1
7472026-09-10T03:26:37.767Z Compiling tracing-core v0.1.36
7482026-09-10T03:26:37.849Z Compiling foreign-types v0.5.0
7492026-09-10T03:26:37.918Z Compiling chacha20 v0.10.1
7502026-09-10T03:26:38.119Z Compiling ref-cast v1.0.25
7512026-09-10T03:26:38.162Z Compiling num_enum v0.7.6
7522026-09-10T03:26:38.212Z Compiling crc32fast v1.5.0
7532026-09-10T03:26:38.248Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7542026-09-10T03:26:38.268Z Compiling getrandom v0.4.3
7552026-09-10T03:26:38.352Z Compiling serde v1.0.228
7562026-09-10T03:26:38.442Z Compiling bitflags v2.13.2
7572026-09-10T03:26:38.480Z Compiling cstr-argument v0.1.2
7582026-09-10T03:26:38.599Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7592026-09-10T03:26:38.641Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7602026-09-10T03:26:38.742Z Compiling itertools v0.15.0
7612026-09-10T03:26:38.855Z Compiling erased-serde v0.3.31
7622026-09-10T03:26:38.986Z Compiling postcard v1.1.3
7632026-09-10T03:26:39.053Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7642026-09-10T03:26:39.204Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7652026-09-10T03:26:39.332Z Compiling slog v2.8.2
7662026-09-10T03:26:39.552Z Compiling ingot-types v0.2.0
7672026-09-10T03:26:39.639Z Compiling futures-executor v0.3.32
7682026-09-10T03:26:39.744Z Compiling pretty-hex v0.4.2
7692026-09-10T03:26:39.761Z Compiling dyn-clone v1.0.20
7702026-09-10T03:26:39.777Z Compiling tracing v0.1.44
7712026-09-10T03:26:39.871Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7722026-09-10T03:26:39.905Z Compiling ingot v0.2.0
7732026-09-10T03:26:39.924Z Compiling futures v0.3.32
7742026-09-10T03:26:39.957Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7752026-09-10T03:26:39.992Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7762026-09-10T03:26:40.010Z Compiling rand v0.10.2
7772026-09-10T03:26:40.072Z Compiling uuid v1.23.5
7782026-09-10T03:26:40.081Z Compiling num-traits v0.2.19
7792026-09-10T03:26:40.150Z Compiling crossbeam-utils v0.8.22
7802026-09-10T03:26:40.217Z Compiling nom v8.0.0
7812026-09-10T03:26:40.450Z Compiling aho-corasick v1.1.4
7822026-09-10T03:26:40.704Z Compiling socket2 v0.6.4
7832026-09-10T03:26:40.771Z Compiling thread_local v1.1.10
7842026-09-10T03:26:40.949Z Compiling arc-swap v1.9.2
7852026-09-10T03:26:40.957Z Compiling oxnet v0.1.6
7862026-09-10T03:26:41.159Z Compiling regex-syntax v0.8.11
7872026-09-10T03:26:41.316Z Compiling winnow v1.0.3
7882026-09-10T03:26:41.432Z Compiling time-core v0.1.9
7892026-09-10T03:26:41.563Z Compiling num-conv v0.2.2
7902026-09-10T03:26:41.615Z Compiling colored v3.1.1
7912026-09-10T03:26:41.711Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7922026-09-10T03:26:41.830Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7932026-09-10T03:26:42.073Z Compiling iana-time-zone v0.1.65
7942026-09-10T03:26:42.122Z Compiling lazy_static v1.5.0
7952026-09-10T03:26:42.219Z Compiling powerfmt v0.2.0
7962026-09-10T03:26:42.479Z Compiling deranged v0.5.8
7972026-09-10T03:26:42.488Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
7982026-09-10T03:26:42.491Z Compiling slog-scope v4.4.1
7992026-09-10T03:26:42.918Z Compiling regex-automata v0.4.15
8002026-09-10T03:26:42.951Z Compiling rusticata-macros v5.0.0
8012026-09-10T03:26:43.269Z Compiling chrono v0.4.45
8022026-09-10T03:26:43.445Z Compiling time v0.3.53
8032026-09-10T03:26:44.137Z Compiling thiserror v1.0.69
8042026-09-10T03:26:44.235Z Compiling crossbeam-channel v0.5.16
8052026-09-10T03:26:44.977Z Compiling cookie-factory v0.3.3
8062026-09-10T03:26:45.294Z Compiling is-terminal v0.4.17
8072026-09-10T03:26:45.388Z Compiling itertools v0.12.1
8082026-09-10T03:26:45.444Z Compiling circular v0.3.0
8092026-09-10T03:26:45.698Z Compiling take_mut v0.2.2
8102026-09-10T03:26:45.805Z Compiling log v0.4.33
8112026-09-10T03:26:46.082Z Compiling term v1.2.1
8122026-09-10T03:26:46.832Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8132026-09-10T03:26:47.145Z Compiling slog-term v2.9.2
8142026-09-10T03:26:47.202Z Compiling slog-stdlog v4.1.1
8152026-09-10T03:26:47.570Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8162026-09-10T03:26:48.516Z Compiling slog-async v2.8.0
8172026-09-10T03:26:48.856Z Compiling pcap-parser v0.17.0
8182026-09-10T03:26:49.117Z Compiling regex v1.13.0
8192026-09-10T03:26:49.122Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8202026-09-10T03:26:50.223Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8212026-09-10T03:26:50.249Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8222026-09-10T03:26:50.278Z Compiling slog-envlogger v2.2.0
8232026-09-10T03:26:51.721Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8242026-09-10T03:26:59.977Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.56s
8252026-09-10T03:27:00.010Z++ cargo build -q --test loopback --message-format=json
8262026-09-10T03:27:00.013Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8272026-09-10T03:27:00.129Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-b3f477a67abfec77
8282026-09-10T03:27:00.129Z+ cargo build --test multicast_rx
8292026-09-10T03:27:00.231Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-09-10T03:27:02.023Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.88s
8312026-09-10T03:27:02.059Z++ cargo build -q --test multicast_rx --message-format=json
8322026-09-10T03:27:02.063Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-09-10T03:27:02.181Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-65a5b80074cea03b
8342026-09-10T03:27:02.181Z+ cargo build --test multicast_multi_sub
8352026-09-10T03:27:02.285Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-09-10T03:27:04.080Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.89s
8372026-09-10T03:27:04.115Z++ cargo build -q --test multicast_multi_sub --message-format=json
8382026-09-10T03:27:04.118Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-09-10T03:27:04.233Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-50c25ebc7a48fc4c
8402026-09-10T03:27:04.233Z+ cargo build --test multicast_validation
8412026-09-10T03:27:04.335Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-09-10T03:27:06.374Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.13s
8432026-09-10T03:27:06.408Z++ cargo build -q --test multicast_validation --message-format=json
8442026-09-10T03:27:06.411Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-09-10T03:27:06.526Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-a1e57d280e6e179a
8462026-09-10T03:27:06.529Z+ cargo build --test multicast_source_filter
8472026-09-10T03:27:06.629Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-09-10T03:27:08.750Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.21s
8492026-09-10T03:27:08.784Z++ cargo build -q --test multicast_source_filter --message-format=json
8502026-09-10T03:27:08.787Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-09-10T03:27:08.904Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-4eeedc35d0b3d569
8522026-09-10T03:27:08.904Z+ cargo build --test multicast_multi_nexthop
8532026-09-10T03:27:09.006Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8542026-09-10T03:27:10.669Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.75s
8552026-09-10T03:27:10.703Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8562026-09-10T03:27:10.706Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8572026-09-10T03:27:10.822Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7dda7cf968612304
8582026-09-10T03:27:10.822Z+ mkdir -p /work/test
8592026-09-10T03:27:10.825Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-b3f477a67abfec77 /work/test/loopback
8602026-09-10T03:27:10.871Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-65a5b80074cea03b /work/test/multicast_rx
8612026-09-10T03:27:10.919Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-50c25ebc7a48fc4c /work/test/multicast_multi_sub
8622026-09-10T03:27:10.967Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-a1e57d280e6e179a /work/test/multicast_validation
8632026-09-10T03:27:11.014Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-4eeedc35d0b3d569 /work/test/multicast_source_filter
8642026-09-10T03:27:11.062Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7dda7cf968612304 /work/test/multicast_multi_nexthop
8652026-09-10T03:27:11.110Zprocess exited: duration 237111 ms, exit code 0
 
8662026-09-10T03:27:11.128Zfound 15 output files
8672026-09-10T03:27:11.149Zuploading: /work/debug/xde.dbg (89358728 bytes)
8682026-09-10T03:27:13.203Zuploaded: /work/debug/xde.dbg
8692026-09-10T03:27:13.203Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-09-10T03:27:14.219Zuploaded: /work/debug/xde.dbg.sha256
8712026-09-10T03:27:14.219Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8722026-09-10T03:27:15.242Zuploaded: /work/debug/xde_link.dbg.so
8732026-09-10T03:27:15.242Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-09-10T03:27:16.251Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-09-10T03:27:16.251Zuploading: /work/release/xde (53582784 bytes)
8762026-09-10T03:27:18.074Zuploaded: /work/release/xde
8772026-09-10T03:27:18.074Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-09-10T03:27:19.083Zuploaded: /work/release/xde.sha256
8792026-09-10T03:27:19.083Zuploading: /work/release/xde_link.so (45240 bytes)
8802026-09-10T03:27:20.097Zuploaded: /work/release/xde_link.so
8812026-09-10T03:27:20.097Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-09-10T03:27:21.105Zuploaded: /work/release/xde_link.so.sha256
8832026-09-10T03:27:21.105Zuploading: /work/test/loopback (58907680 bytes)
8842026-09-10T03:27:23.011Zuploaded: /work/test/loopback
8852026-09-10T03:27:23.011Zuploading: /work/test/multicast_rx (59406528 bytes)
8862026-09-10T03:27:24.840Zuploaded: /work/test/multicast_rx
8872026-09-10T03:27:24.843Zuploading: /work/test/multicast_multi_sub (60048200 bytes)
8882026-09-10T03:27:26.750Zuploaded: /work/test/multicast_multi_sub
8892026-09-10T03:27:26.750Zuploading: /work/test/multicast_validation (59392128 bytes)
8902026-09-10T03:27:28.888Zuploaded: /work/test/multicast_validation
8912026-09-10T03:27:28.893Zuploading: /work/test/multicast_source_filter (59693672 bytes)
8922026-09-10T03:27:30.569Zuploaded: /work/test/multicast_source_filter
8932026-09-10T03:27:30.573Zuploading: /work/test/multicast_multi_nexthop (60284216 bytes)
8942026-09-10T03:27:32.243Zuploaded: /work/test/multicast_multi_nexthop
8952026-09-10T03:27:32.246Zuploading: /work/xde.conf (79 bytes)
8962026-09-10T03:27:33.252Zuploaded: /work/xde.conf