01M28VZRSZD5BTPZ79524MY5WC: 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: 01M28W0EG2VN0SVYHAJVY90DBK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-11T18:36:03.382Zjob assigned to worker 01M28W1CY2RYH56TDZVT1H2FMR [factory aws, i-02a6d92b586823007] (queued for 1 m 14 s)
 
22026-09-11T18:36:09.547Zstarting task 0: "setup"
32026-09-11T18:36:09.554Z++ uname -s
42026-09-11T18:36:09.558Z+ kern=SunOS
52026-09-11T18:36:09.558Z+ build_user=build
62026-09-11T18:36:09.558Z+ build_uid=12345
72026-09-11T18:36:09.558Z+ work_dir=/work
82026-09-11T18:36:09.558Z+ input_dir=/input
92026-09-11T18:36:09.558Z+ [[ 0 == 12345 ]]
102026-09-11T18:36:09.558Z+ case "$kern" in
112026-09-11T18:36:09.558Z+ groupadd -g 12345 build
122026-09-11T18:36:09.558Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-11T18:36:11.564Z+ zfs create -o mountpoint=/work rpool/work
142026-09-11T18:36:11.689Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-11T18:36:11.692Z+ home_fs=zfs
162026-09-11T18:36:11.692Z+ [[ zfs == autofs ]]
172026-09-11T18:36:11.692Z+ mkdir -p /home/build
182026-09-11T18:36:11.692Z+ chown build:build /home/build /work
192026-09-11T18:36:13.693Z+ chmod 0700 /home/build /work
202026-09-11T18:36:13.697Zprocess exited: duration 4148 ms, exit code 0
 
212026-09-11T18:36:13.704Zstarting task 1: "rust-toolchain"
222026-09-11T18:36:13.709Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-11T18:36:13.709Z * rust toolchain channel = "1.97.1"
242026-09-11T18:36:13.709Z * rust toolchain profile = "default"
252026-09-11T18:36:13.709Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-11T18:36:13.709Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-11T18:36:13.709Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-11T18:36:13.713Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-11T18:36:13.713Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-11T18:36:13.812Zinfo: downloading installer
312026-09-11T18:36:15.262Zinfo: profile set to default
322026-09-11T18:36:15.262Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-11T18:36:15.265Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-11T18:36:15.401Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-11T18:36:15.404Zinfo: downloading 6 components
362026-09-11T18:36:29.349Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-11T18:36:29.349Z
382026-09-11T18:36:29.376Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-11T18:36:29.376Z
402026-09-11T18:36:29.379Z
412026-09-11T18:36:29.379ZRust is installed now. Great!
422026-09-11T18:36:29.379Z
432026-09-11T18:36:29.379ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-11T18:36:29.379Zenvironment variable. This has not been done automatically.
452026-09-11T18:36:29.379Z
462026-09-11T18:36:29.379ZTo configure your current shell, you need to source
472026-09-11T18:36:29.379Zthe corresponding env file under $HOME/.cargo.
482026-09-11T18:36:29.379Z
492026-09-11T18:36:29.379ZConsider running the right command for your shell (note the leading DOT):
502026-09-11T18:36:29.379Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-11T18:36:29.380Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-11T18:36:29.380ZCC_x86_64-unknown-illumos = None
532026-09-11T18:36:29.380Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-11T18:36:29.380ZCC_x86_64_unknown_illumos = None
552026-09-11T18:36:29.380Zcargo:rerun-if-env-changed=HOST_CC
562026-09-11T18:36:29.380ZHOST_CC = None
572026-09-11T18:36:29.380Zcargo:rerun-if-env-changed=CC
582026-09-11T18:36:29.380ZCC = None
592026-09-11T18:36:29.380Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-11T18:36:29.546Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-11T18:36:29.546ZCRATE_CC_NO_DEFAULTS = None
622026-09-11T18:36:29.546Zcargo:rerun-if-env-changed=CFLAGS
632026-09-11T18:36:29.546ZCFLAGS = None
642026-09-11T18:36:29.546Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-11T18:36:29.546ZHOST_CFLAGS = None
662026-09-11T18:36:29.546Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-11T18:36:29.546ZCFLAGS_x86_64_unknown_illumos = None
682026-09-11T18:36:29.546Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-11T18:36:29.546ZCFLAGS_x86_64-unknown-illumos = None
702026-09-11T18:36:29.637Z+ rustup --version
712026-09-11T18:36:29.643Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-11T18:36:29.648Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-11T18:36:29.666Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-11T18:36:29.669Z+ cargo --version
752026-09-11T18:36:29.682Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-11T18:36:29.686Z+ rustc --version
772026-09-11T18:36:29.703Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-11T18:36:29.707Zprocess exited: duration 16001 ms, exit code 0
 
792026-09-11T18:36:29.713Zstarting task 2: "authentication"
802026-09-11T18:36:29.730Zprocess exited: duration 16 ms, exit code 0
 
812026-09-11T18:36:29.736Zstarting task 3: "clone repository"
822026-09-11T18:36:29.740Z+ mkdir -p /work/oxidecomputer/opte
832026-09-11T18:36:29.743Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
842026-09-11T18:36:29.771ZCloning into '/work/oxidecomputer/opte'...
852026-09-11T18:36:30.796Z+ cd /work/oxidecomputer/opte
862026-09-11T18:36:30.796Z+ git fetch origin ac94b3e51e1f5fba6cc48863dd3c606e3c53da6a
872026-09-11T18:36:31.089ZFrom https://github.com/oxidecomputer/opte
882026-09-11T18:36:31.090Z * branch ac94b3e51e1f5fba6cc48863dd3c606e3c53da6a -> FETCH_HEAD
892026-09-11T18:36:31.097Z+ [[ -n evict-track-parents-ll ]]
902026-09-11T18:36:31.100Z++ git branch --show-current
912026-09-11T18:36:31.100Z+ current=master
922026-09-11T18:36:31.100Z+ [[ master != evict-track-parents-ll ]]
932026-09-11T18:36:31.100Z+ git branch -f evict-track-parents-ll ac94b3e51e1f5fba6cc48863dd3c606e3c53da6a
942026-09-11T18:36:31.103Z+ git checkout -f evict-track-parents-ll
952026-09-11T18:36:31.119ZSwitched to branch 'evict-track-parents-ll'
962026-09-11T18:36:31.123Z+ git reset --hard ac94b3e51e1f5fba6cc48863dd3c606e3c53da6a
972026-09-11T18:36:31.136ZHEAD is now at ac94b3e Include expirable entries in eviction benchmark
982026-09-11T18:36:31.139Zprocess exited: duration 1400 ms, exit code 0
 
992026-09-11T18:36:31.146Zstarting task 4: "build"
1002026-09-11T18:36:31.149Z+ source .github/buildomat/common.sh
1012026-09-11T18:36:31.152Z++ rustup show active-toolchain
1022026-09-11T18:36:31.155Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1032026-09-11T18:36:31.155Z++ pushd xde
1042026-09-11T18:36:31.155Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1052026-09-11T18:36:31.155Z++ rustup show active-toolchain
1062026-09-11T18:36:31.159Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1072026-09-11T18:36:31.319Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1082026-09-11T18:36:31.322Zinfo: downloading 6 components
1092026-09-11T18:36:45.747Zwarn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed
1102026-09-11T18:36:45.747Zwarn: auto-installation is deprecated for most `rustup` commands
1112026-09-11T18:36:45.747Zwarn: scripts relying on this behavior in `rustup` may stop working in the future
1122026-09-11T18:36:45.747Zwarn: to install the active toolchain, use `rustup install` instead
1132026-09-11T18:36:45.747Zwarn: see <https://github.com/rust-lang/rustup/issues/4836> for more info
1142026-09-11T18:36:45.747Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1152026-09-11T18:36:45.838Z+++ rustup show active-toolchain -v
1162026-09-11T18:36:45.841Z+++ head -n 1
1172026-09-11T18:36:45.841Z+++ cut '-d ' -f1
1182026-09-11T18:36:45.892Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1192026-09-11T18:36:45.892Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1202026-09-11T18:36:45.892Z++ popd
1212026-09-11T18:36:45.892Z/work/oxidecomputer/opte
1222026-09-11T18:36:45.895Z+ TGT_BASE=/work
1232026-09-11T18:36:45.896Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1242026-09-11T18:36:45.896Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1252026-09-11T18:36:45.896Z+ DBG_TGT=/work/debug
1262026-09-11T18:36:45.896Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1272026-09-11T18:36:45.896Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1282026-09-11T18:36:45.896Z+ REL_TGT=/work/release
1292026-09-11T18:36:45.896Z+ mkdir -p /work/debug /work/release
1302026-09-11T18:36:45.896Z+ cargo --version
1312026-09-11T18:36:45.903Zcargo 1.97.1 (c980f4866 2026-06-30)
1322026-09-11T18:36:45.906Z+ rustc --version
1332026-09-11T18:36:45.924Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1342026-09-11T18:36:45.929Z+ install_pkg jq
1352026-09-11T18:36:45.929Z+ set +o errexit
1362026-09-11T18:36:45.929Z+ pfexec pkg install jq
1372026-09-11T18:36:47.425Z Startup: Refreshing catalog 'helios' ... Done
1382026-09-11T18:36:47.921Z Startup: Caching catalogs ... Done
1392026-09-11T18:36:50.508ZPlanning: Solver setup ... Done
1402026-09-11T18:36:50.579ZPlanning: Running solver ... Done
1412026-09-11T18:36:50.628ZPlanning: Consolidating action changes ... Done
1422026-09-11T18:36:50.628ZPlanning: Evaluating mediators ... Done
1432026-09-11T18:36:50.631ZPlanning: Planning completed in 2.67 seconds
1442026-09-11T18:36:50.645ZNo updates necessary for this image.
1452026-09-11T18:36:50.902Z+ exit_code=4
1462026-09-11T18:36:50.902Z+ [[ 4 -ne 0 ]]
1472026-09-11T18:36:50.902Z+ [[ 4 -ne 4 ]]
1482026-09-11T18:36:50.902Z+ set -o errexit
1492026-09-11T18:36:50.906Z+ pushd xde
1502026-09-11T18:36:50.906Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1512026-09-11T18:36:50.906Z+ cp xde.conf /work/xde.conf
1522026-09-11T18:36:50.906Z+ header 'check style'
1532026-09-11T18:36:50.906Z+ echo '# ==== check style ==== #'
1542026-09-11T18:36:50.906Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1552026-09-11T18:36:50.906Z# ==== check style ==== #
1562026-09-11T18:36:51.126Z
1572026-09-11T18:36:51.126Zreal 0.217333646
1582026-09-11T18:36:51.126Zuser 0.152049504
1592026-09-11T18:36:51.126Zsys 0.055192431
1602026-09-11T18:36:51.126Ztrap 0.000008538
1612026-09-11T18:36:51.126Ztflt 0.000035513
1622026-09-11T18:36:51.126Zdflt 0.000093988
1632026-09-11T18:36:51.126Zkflt 0.000000000
1642026-09-11T18:36:51.126Zlock 0.025521624
1652026-09-11T18:36:51.126Zslp 0.188268932
1662026-09-11T18:36:51.126Zlat 0.001150131
1672026-09-11T18:36:51.126Zstop 0.000101771
1682026-09-11T18:36:51.129Z+ header analyze
1692026-09-11T18:36:51.129Z+ echo '# ==== analyze ==== #'
1702026-09-11T18:36:51.129Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1712026-09-11T18:36:51.129Z# ==== analyze ==== #
1722026-09-11T18:36:51.305Z Updating crates.io index
1732026-09-11T18:36:51.308Z Updating git repository `https://github.com/oxidecomputer/falcon`
1742026-09-11T18:36:52.384Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1752026-09-11T18:36:52.654Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1762026-09-11T18:36:52.922Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1772026-09-11T18:36:53.339Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-09-11T18:36:53.614Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1792026-09-11T18:36:53.903Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1802026-09-11T18:36:56.158Z Downloading crates ...
1812026-09-11T18:36:56.206Z Downloaded cfg-if v1.0.4
1822026-09-11T18:36:56.228Z Downloaded embedded-io v0.6.1
1832026-09-11T18:36:56.232Z Downloaded ref-cast-impl v1.0.25
1842026-09-11T18:36:56.240Z Downloaded cobs v0.3.0
1852026-09-11T18:36:56.245Z Downloaded defmt v0.3.100
1862026-09-11T18:36:56.248Z Downloaded darling_macro v0.23.0
1872026-09-11T18:36:56.248Z Downloaded strsim v0.11.1
1882026-09-11T18:36:56.251Z Downloaded defmt-parser v1.0.0
1892026-09-11T18:36:56.251Z Downloaded macaddr v1.0.1
1902026-09-11T18:36:56.255Z Downloaded stable_deref_trait v1.2.1
1912026-09-11T18:36:56.258Z Downloaded embedded-io v0.4.0
1922026-09-11T18:36:56.261Z Downloaded version_check v0.9.5
1932026-09-11T18:36:56.261Z Downloaded dyn-clone v1.0.20
1942026-09-11T18:36:56.264Z Downloaded hash32 v0.3.1
1952026-09-11T18:36:56.267Z Downloaded ident_case v1.0.1
1962026-09-11T18:36:56.267Z Downloaded managed v0.8.0
1972026-09-11T18:36:56.270Z Downloaded ref-cast v1.0.25
1982026-09-11T18:36:56.283Z Downloaded thiserror v2.0.18
1992026-09-11T18:36:56.290Z Downloaded either v1.16.0
2002026-09-11T18:36:56.294Z Downloaded byteorder v1.5.0
2012026-09-11T18:36:56.294Z Downloaded defmt-macros v1.1.1
2022026-09-11T18:36:56.306Z Downloaded serde v1.0.228
2032026-09-11T18:36:56.309Z Downloaded ingot-types v0.2.0
2042026-09-11T18:36:56.309Z Downloaded ingot v0.2.0
2052026-09-11T18:36:56.314Z Downloaded quote v1.0.46
2062026-09-11T18:36:56.314Z Downloaded darling v0.23.0
2072026-09-11T18:36:56.318Z Downloaded crc32fast v1.5.0
2082026-09-11T18:36:56.318Z Downloaded thiserror-impl v2.0.18
2092026-09-11T18:36:56.322Z Downloaded postcard v1.1.3
2102026-09-11T18:36:56.322Z Downloaded defmt v1.1.1
2112026-09-11T18:36:56.322Z Downloaded ingot-macros v0.2.0
2122026-09-11T18:36:56.325Z Downloaded bitflags v1.3.2
2132026-09-11T18:36:56.332Z Downloaded serde_derive v1.0.228
2142026-09-11T18:36:56.335Z Downloaded serde_core v1.0.228
2152026-09-11T18:36:56.343Z Downloaded unicode-ident v1.0.24
2162026-09-11T18:36:56.346Z Downloaded darling_core v0.23.0
2172026-09-11T18:36:56.349Z Downloaded bitflags v2.13.0
2182026-09-11T18:36:56.352Z Downloaded uuid v1.23.5
2192026-09-11T18:36:56.355Z Downloaded heapless v0.8.0
2202026-09-11T18:36:56.355Z Downloaded proc-macro2 v1.0.106
2212026-09-11T18:36:56.374Z Downloaded zerocopy-derive v0.8.54
2222026-09-11T18:36:56.378Z Downloaded memchr v2.8.3
2232026-09-11T18:36:56.405Z Downloaded itertools v0.15.0
2242026-09-11T18:36:56.408Z Downloaded regex v1.13.0
2252026-09-11T18:36:56.413Z Downloaded aho-corasick v1.1.4
2262026-09-11T18:36:56.445Z Downloaded zerocopy v0.8.54
2272026-09-11T18:36:56.455Z Downloaded syn v2.0.118
2282026-09-11T18:36:56.461Z Downloaded smoltcp v0.11.0
2292026-09-11T18:36:56.467Z Downloaded regex-syntax v0.8.11
2302026-09-11T18:36:56.476Z Downloaded regex-automata v0.4.15
2312026-09-11T18:36:56.487Z Updating crates.io index
2322026-09-11T18:36:56.549Z Downloading crates ...
2332026-09-11T18:36:56.564Z Downloaded adler2 v2.0.1
2342026-09-11T18:36:56.567Z Downloaded addr2line v0.27.0
2352026-09-11T18:36:56.567Z Downloaded foldhash v0.2.0
2362026-09-11T18:36:56.567Z Downloaded getopts v0.2.24
2372026-09-11T18:36:56.573Z Downloaded miniz_oxide v0.9.1
2382026-09-11T18:36:56.576Z Downloaded rustc-demangle v0.1.28
2392026-09-11T18:36:56.618Z Downloaded rustc-literal-escaper v0.0.8
2402026-09-11T18:36:56.644Z Downloaded memchr v2.7.6
2412026-09-11T18:36:56.663Z Downloaded hashbrown v0.17.1
2422026-09-11T18:36:56.670Z Downloaded object v0.39.1
2432026-09-11T18:36:56.689Z Downloaded gimli v0.34.0
2442026-09-11T18:36:56.697Z Downloaded libc v0.2.185
2452026-09-11T18:36:56.751Z 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-11T18:36:56.751Z 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-11T18:36:56.751Z Compiling proc-macro2 v1.0.106
2482026-09-11T18:36:56.751Z Compiling unicode-ident v1.0.24
2492026-09-11T18:36:56.751Z Compiling quote v1.0.46
2502026-09-11T18:36:56.751Z Compiling serde_core v1.0.228
2512026-09-11T18:36:56.754Z Compiling strsim v0.11.1
2522026-09-11T18:36:56.754Z Compiling ident_case v1.0.1
2532026-09-11T18:36:56.935Z Compiling memchr v2.8.3
2542026-09-11T18:36:56.940Z Compiling regex-syntax v0.8.11
2552026-09-11T18:36:57.216Z Compiling serde v1.0.228
2562026-09-11T18:36:57.235Z Compiling thiserror v2.0.18
2572026-09-11T18:36:57.251Z Compiling either v1.16.0
2582026-09-11T18:36:57.347Z Compiling aho-corasick v1.1.4
2592026-09-11T18:36:57.450Z Compiling zerocopy v0.8.54
2602026-09-11T18:36:57.625Z Compiling itertools v0.15.0
2612026-09-11T18:36:57.654Z Compiling heapless v0.8.0
2622026-09-11T18:36:57.950Z Compiling syn v2.0.118
2632026-09-11T18:36:58.035Z Compiling smoltcp v0.11.0
2642026-09-11T18:36:58.135Z Compiling ref-cast v1.0.25
2652026-09-11T18:36:58.143Z Compiling crc32fast v1.5.0
2662026-09-11T18:36:58.495Z Compiling regex-automata v0.4.15
2672026-09-11T18:36:58.560Z Compiling version_check v0.9.5
2682026-09-11T18:36:58.941Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-09-11T18:37:00.079Z Compiling regex v1.13.0
2702026-09-11T18:37:00.299Z Compiling darling_core v0.23.0
2712026-09-11T18:37:01.139Z Compiling thiserror-impl v2.0.18
2722026-09-11T18:37:01.139Z Compiling serde_derive v1.0.228
2732026-09-11T18:37:01.143Z Compiling zerocopy-derive v0.8.54
2742026-09-11T18:37:01.143Z Compiling ref-cast-impl v1.0.25
2752026-09-11T18:37:01.143Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-09-11T18:37:02.458Z Compiling darling_macro v0.23.0
2772026-09-11T18:37:03.354Z Compiling darling v0.23.0
2782026-09-11T18:37:03.428Z Compiling ingot-macros v0.2.0
2792026-09-11T18:37:03.431Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-09-11T18:37:08.653Z 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-11T18:37:10.937Z Checking byteorder v1.5.0
2822026-09-11T18:37:10.937Z Checking stable_deref_trait v1.2.1
2832026-09-11T18:37:10.941Z Checking cfg-if v1.0.4
2842026-09-11T18:37:10.941Z Checking macaddr v1.0.1
2852026-09-11T18:37:10.941Z Checking bitflags v1.3.2
2862026-09-11T18:37:10.997Z Checking managed v0.8.0
2872026-09-11T18:37:11.027Z Checking cobs v0.3.0
2882026-09-11T18:37:11.089Z Checking hash32 v0.3.1
2892026-09-11T18:37:11.113Z Checking dyn-clone v1.0.20
2902026-09-11T18:37:11.144Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-09-11T18:37:12.274Z Checking bitflags v2.13.0
2922026-09-11T18:37:12.277Z Checking uuid v1.23.5
2932026-09-11T18:37:12.418Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-09-11T18:37:12.646Z Checking postcard v1.1.3
2952026-09-11T18:37:13.466Z Checking ingot-types v0.2.0
2962026-09-11T18:37:13.742Z Checking ingot v0.2.0
2972026-09-11T18:37:15.039Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-09-11T18:37:18.103Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-09-11T18:37:19.268Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-09-11T18:37:20.815Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.62s
3012026-09-11T18:37:20.944Z
3022026-09-11T18:37:20.947Zreal 29.811415393
3032026-09-11T18:37:20.947Zuser 1:08.487845180
3042026-09-11T18:37:20.947Zsys 9.907217006
3052026-09-11T18:37:20.947Ztrap 0.028462260
3062026-09-11T18:37:20.947Ztflt 0.053806947
3072026-09-11T18:37:20.947Zdflt 0.222622637
3082026-09-11T18:37:20.947Zkflt 0.001642388
3092026-09-11T18:37:20.947Zlock 3:55.841180741
3102026-09-11T18:37:20.947Zslp 3:06.399788382
3112026-09-11T18:37:20.947Zlat 2.763112206
3122026-09-11T18:37:20.947Zstop 7.716004977
3132026-09-11T18:37:20.948Z+ pushd xde-link
3142026-09-11T18:37:20.948Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-09-11T18:37:20.948Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-09-11T18:37:21.121Z 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-11T18:37:21.121Z 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-11T18:37:21.121Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-09-11T18:37:31.955Z 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-11T18:37:34.276Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.27s
3212026-09-11T18:37:34.295Z
3222026-09-11T18:37:34.298Zreal 13.345410199
3232026-09-11T18:37:34.299Zuser 20.867255379
3242026-09-11T18:37:34.299Zsys 1.244908550
3252026-09-11T18:37:34.299Ztrap 0.004338208
3262026-09-11T18:37:34.299Ztflt 0.001974829
3272026-09-11T18:37:34.299Zdflt 0.030556705
3282026-09-11T18:37:34.299Zkflt 0.000008467
3292026-09-11T18:37:34.299Zlock 1:12.401944101
3302026-09-11T18:37:34.299Zslp 44.387145290
3312026-09-11T18:37:34.299Zlat 0.346145830
3322026-09-11T18:37:34.299Zstop 0.137898460
3332026-09-11T18:37:34.299Z+ popd
3342026-09-11T18:37:34.299Z+ popd
3352026-09-11T18:37:34.299Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-09-11T18:37:34.299Z+ header 'build xde (debug)'
3372026-09-11T18:37:34.299Z/work/oxidecomputer/opte
3382026-09-11T18:37:34.299Z+ echo '# ==== build xde (debug) ==== #'
3392026-09-11T18:37:34.299Z# ==== build xde (debug) ==== #
3402026-09-11T18:37:34.299Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-09-11T18:37:34.438Z Downloading crates ...
3422026-09-11T18:37:34.479Z Downloaded toml_writer v1.1.1+spec-1.1.0
3432026-09-11T18:37:34.486Z Downloaded anstyle v1.0.14
3442026-09-11T18:37:34.489Z Downloaded anstream v1.0.0
3452026-09-11T18:37:34.492Z Downloaded cargo_metadata v0.23.1
3462026-09-11T18:37:34.492Z Downloaded anstyle-query v1.1.5
3472026-09-11T18:37:34.495Z Downloaded itoa v1.0.18
3482026-09-11T18:37:34.495Z Downloaded terminal_size v0.4.4
3492026-09-11T18:37:34.495Z Downloaded anstyle-parse v1.0.0
3502026-09-11T18:37:34.499Z Downloaded errno v0.3.14
3512026-09-11T18:37:34.499Z Downloaded heck v0.5.0
3522026-09-11T18:37:34.499Z Downloaded cargo-platform v0.3.3
3532026-09-11T18:37:34.502Z Downloaded clap_lex v1.1.0
3542026-09-11T18:37:34.502Z Downloaded equivalent v1.0.2
3552026-09-11T18:37:34.502Z Downloaded utf8parse v0.2.2
3562026-09-11T18:37:34.506Z Downloaded serde_spanned v1.1.1
3572026-09-11T18:37:34.511Z Downloaded is_terminal_polyfill v1.70.2
3582026-09-11T18:37:34.514Z Downloaded colorchoice v1.0.5
3592026-09-11T18:37:34.521Z Downloaded zmij v1.0.22
3602026-09-11T18:37:34.524Z Downloaded camino v1.2.4
3612026-09-11T18:37:34.528Z Downloaded clap_derive v4.6.1
3622026-09-11T18:37:34.531Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3632026-09-11T18:37:34.531Z Downloaded anyhow v1.0.103
3642026-09-11T18:37:34.534Z Downloaded semver v1.0.28
3652026-09-11T18:37:34.537Z Downloaded clap v4.6.1
3662026-09-11T18:37:34.540Z Downloaded toml_parser v1.1.2+spec-1.1.0
3672026-09-11T18:37:34.544Z Downloaded toml v1.1.2+spec-1.1.0
3682026-09-11T18:37:34.558Z Downloaded indexmap v2.14.0
3692026-09-11T18:37:34.561Z Downloaded serde_json v1.0.150
3702026-09-11T18:37:34.571Z Downloaded clap_builder v4.6.0
3712026-09-11T18:37:34.575Z Downloaded winnow v1.0.3
3722026-09-11T18:37:34.600Z Downloaded rustix v1.1.4
3732026-09-11T18:37:34.622Z Downloaded libc v0.2.186
3742026-09-11T18:37:34.668Z Compiling proc-macro2 v1.0.106
3752026-09-11T18:37:34.668Z Compiling serde_core v1.0.228
3762026-09-11T18:37:34.668Z Compiling unicode-ident v1.0.24
3772026-09-11T18:37:34.668Z Compiling quote v1.0.46
3782026-09-11T18:37:34.672Z Compiling libc v0.2.186
3792026-09-11T18:37:34.672Z Compiling rustix v1.1.4
3802026-09-11T18:37:34.672Z Compiling utf8parse v0.2.2
3812026-09-11T18:37:34.689Z Compiling bitflags v2.13.0
3822026-09-11T18:37:34.817Z Compiling zmij v1.0.22
3832026-09-11T18:37:34.833Z Compiling anstyle-parse v1.0.0
3842026-09-11T18:37:35.028Z Compiling anstyle v1.0.14
3852026-09-11T18:37:35.050Z Compiling thiserror v2.0.18
3862026-09-11T18:37:35.126Z Compiling serde v1.0.228
3872026-09-11T18:37:35.148Z Compiling camino v1.2.4
3882026-09-11T18:37:35.199Z Compiling serde_json v1.0.150
3892026-09-11T18:37:35.277Z Compiling colorchoice v1.0.5
3902026-09-11T18:37:35.360Z Compiling errno v0.3.14
3912026-09-11T18:37:35.388Z Compiling anstyle-query v1.1.5
3922026-09-11T18:37:35.410Z Compiling is_terminal_polyfill v1.70.2
3932026-09-11T18:37:35.479Z Compiling anstream v1.0.0
3942026-09-11T18:37:35.487Z Compiling winnow v1.0.3
3952026-09-11T18:37:35.523Z Compiling heck v0.5.0
3962026-09-11T18:37:35.623Z Compiling anyhow v1.0.103
3972026-09-11T18:37:35.840Z Compiling strsim v0.11.1
3982026-09-11T18:37:35.862Z Compiling syn v2.0.118
3992026-09-11T18:37:35.885Z Compiling memchr v2.8.3
4002026-09-11T18:37:35.923Z Compiling terminal_size v0.4.4
4012026-09-11T18:37:35.936Z Compiling itoa v1.0.18
4022026-09-11T18:37:35.959Z Compiling clap_lex v1.1.0
4032026-09-11T18:37:36.190Z Compiling clap_builder v4.6.0
4042026-09-11T18:37:36.265Z Compiling toml_parser v1.1.2+spec-1.1.0
4052026-09-11T18:37:36.329Z Compiling toml_writer v1.1.1+spec-1.1.0
4062026-09-11T18:37:36.773Z Compiling toml_datetime v1.1.1+spec-1.1.0
4072026-09-11T18:37:37.104Z Compiling semver v1.0.28
4082026-09-11T18:37:37.222Z Compiling serde_spanned v1.1.1
4092026-09-11T18:37:37.374Z Compiling cargo-platform v0.3.3
4102026-09-11T18:37:37.381Z Compiling toml v1.1.2+spec-1.1.0
4112026-09-11T18:37:38.069Z Compiling serde_derive v1.0.228
4122026-09-11T18:37:38.264Z Compiling thiserror-impl v2.0.18
4132026-09-11T18:37:38.307Z Compiling clap_derive v4.6.1
4142026-09-11T18:37:39.904Z Compiling clap v4.6.1
4152026-09-11T18:37:41.164Z Compiling cargo_metadata v0.23.1
4162026-09-11T18:37:43.638Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-09-11T18:37:45.223Z Finished `dev` profile [optimized + debuginfo] target(s) in 10.91s
4182026-09-11T18:37:45.234Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-09-11T18:37:46.418ZBuilding xde (dev).
4202026-09-11T18:37:46.633Z Compiling serde_core v1.0.228
4212026-09-11T18:37:46.633Z Compiling byteorder v1.5.0
4222026-09-11T18:37:46.633Z Compiling macaddr v1.0.1
4232026-09-11T18:37:46.634Z Compiling stable_deref_trait v1.2.1
4242026-09-11T18:37:46.637Z Compiling cfg-if v1.0.4
4252026-09-11T18:37:46.656Z Compiling zerocopy v0.8.54
4262026-09-11T18:37:46.661Z Compiling thiserror v2.0.18
4272026-09-11T18:37:46.664Z Compiling bitflags v1.3.2
4282026-09-11T18:37:46.707Z Compiling managed v0.8.0
4292026-09-11T18:37:46.710Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4302026-09-11T18:37:46.715Z Compiling either v1.16.0
4312026-09-11T18:37:46.751Z Compiling cobs v0.3.0
4322026-09-11T18:37:46.821Z Compiling hash32 v0.3.1
4332026-09-11T18:37:46.878Z Compiling itertools v0.15.0
4342026-09-11T18:37:46.897Z Compiling ref-cast v1.0.25
4352026-09-11T18:37:46.919Z Compiling heapless v0.8.0
4362026-09-11T18:37:46.974Z Compiling crc32fast v1.5.0
4372026-09-11T18:37:46.977Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-09-11T18:37:46.985Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-09-11T18:37:47.016Z Compiling dyn-clone v1.0.20
4402026-09-11T18:37:47.161Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-09-11T18:37:47.264Z Compiling smoltcp v0.11.0
4422026-09-11T18:37:48.151Z Compiling bitflags v2.13.0
4432026-09-11T18:37:48.151Z Compiling serde v1.0.228
4442026-09-11T18:37:48.151Z Compiling uuid v1.23.5
4452026-09-11T18:37:48.305Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-09-11T18:37:48.738Z Compiling postcard v1.1.3
4472026-09-11T18:37:49.423Z Compiling ingot-types v0.2.0
4482026-09-11T18:37:49.706Z Compiling ingot v0.2.0
4492026-09-11T18:37:51.100Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-09-11T18:37:54.627Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-09-11T18:38:04.538Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-09-11T18:38:12.689Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.24s
4532026-09-11T18:38:12.713ZLinking xde kmod...
4542026-09-11T18:38:13.750ZBuilding xde dev link helper (dev).
4552026-09-11T18:38:13.903Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-09-11T18:38:14.233Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s
4572026-09-11T18:38:14.257Z
4582026-09-11T18:38:14.257Zreal 39.958032846
4592026-09-11T18:38:14.257Zuser 2:11.042341068
4602026-09-11T18:38:14.257Zsys 10.604629036
4612026-09-11T18:38:14.257Ztrap 0.049870834
4622026-09-11T18:38:14.257Ztflt 0.227375934
4632026-09-11T18:38:14.257Zdflt 0.535252929
4642026-09-11T18:38:14.261Zkflt 0.000001029
4652026-09-11T18:38:14.261Zlock 6:40.290024931
4662026-09-11T18:38:14.261Zslp 3:48.342872246
4672026-09-11T18:38:14.261Zlat 4.855442983
4682026-09-11T18:38:14.261Zstop 6.055596322
4692026-09-11T18:38:14.261Z+ header 'build xde (release)'
4702026-09-11T18:38:14.261Z+ echo '# ==== build xde (release) ==== #'
4712026-09-11T18:38:14.261Z# ==== build xde (release) ==== #
4722026-09-11T18:38:14.261Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-09-11T18:38:14.390Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4742026-09-11T18:38:14.393Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-09-11T18:38:14.576ZBuilding xde (release-lto).
4762026-09-11T18:38:14.796Z 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-11T18:38:14.796Z 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-11T18:38:14.796Z Compiling proc-macro2 v1.0.106
4792026-09-11T18:38:14.796Z Compiling unicode-ident v1.0.24
4802026-09-11T18:38:14.796Z Compiling quote v1.0.46
4812026-09-11T18:38:14.796Z Compiling serde_core v1.0.228
4822026-09-11T18:38:14.796Z Compiling strsim v0.11.1
4832026-09-11T18:38:14.796Z Compiling ident_case v1.0.1
4842026-09-11T18:38:14.909Z Compiling memchr v2.8.3
4852026-09-11T18:38:14.913Z Compiling regex-syntax v0.8.11
4862026-09-11T18:38:15.162Z Compiling either v1.16.0
4872026-09-11T18:38:15.173Z Compiling serde v1.0.228
4882026-09-11T18:38:15.177Z Compiling zerocopy v0.8.54
4892026-09-11T18:38:15.295Z Compiling aho-corasick v1.1.4
4902026-09-11T18:38:15.347Z Compiling thiserror v2.0.18
4912026-09-11T18:38:15.537Z Compiling itertools v0.15.0
4922026-09-11T18:38:15.570Z Compiling heapless v0.8.0
4932026-09-11T18:38:15.900Z Compiling syn v2.0.118
4942026-09-11T18:38:15.944Z Compiling smoltcp v0.11.0
4952026-09-11T18:38:15.950Z Compiling version_check v0.9.5
4962026-09-11T18:38:16.025Z Compiling ref-cast v1.0.25
4972026-09-11T18:38:16.280Z Compiling regex-automata v0.4.15
4982026-09-11T18:38:16.376Z Compiling crc32fast v1.5.0
4992026-09-11T18:38:16.423Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5002026-09-11T18:38:17.832Z Compiling regex v1.13.0
5012026-09-11T18:38:18.170Z Compiling darling_core v0.23.0
5022026-09-11T18:38:18.968Z Compiling thiserror-impl v2.0.18
5032026-09-11T18:38:18.968Z Compiling serde_derive v1.0.228
5042026-09-11T18:38:18.972Z Compiling zerocopy-derive v0.8.54
5052026-09-11T18:38:18.972Z Compiling ref-cast-impl v1.0.25
5062026-09-11T18:38:18.972Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-09-11T18:38:20.331Z Compiling darling_macro v0.23.0
5082026-09-11T18:38:21.197Z Compiling darling v0.23.0
5092026-09-11T18:38:21.260Z Compiling ingot-macros v0.2.0
5102026-09-11T18:38:21.260Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5112026-09-11T18:38:27.250Z 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-11T18:38:29.529Z Compiling byteorder v1.5.0
5132026-09-11T18:38:29.529Z Compiling macaddr v1.0.1
5142026-09-11T18:38:29.533Z Compiling stable_deref_trait v1.2.1
5152026-09-11T18:38:29.533Z Compiling cfg-if v1.0.4
5162026-09-11T18:38:29.588Z Compiling bitflags v1.3.2
5172026-09-11T18:38:29.600Z Compiling cobs v0.3.0
5182026-09-11T18:38:29.622Z Compiling managed v0.8.0
5192026-09-11T18:38:29.710Z Compiling hash32 v0.3.1
5202026-09-11T18:38:29.830Z Compiling dyn-clone v1.0.20
5212026-09-11T18:38:29.887Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5222026-09-11T18:38:31.086Z Compiling bitflags v2.13.0
5232026-09-11T18:38:31.086Z Compiling uuid v1.23.5
5242026-09-11T18:38:31.227Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5252026-09-11T18:38:31.523Z Compiling postcard v1.1.3
5262026-09-11T18:38:32.328Z Compiling ingot-types v0.2.0
5272026-09-11T18:38:32.642Z Compiling ingot v0.2.0
5282026-09-11T18:38:34.158Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5292026-09-11T18:38:38.013Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5302026-09-11T18:38:46.907Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5312026-09-11T18:39:17.942Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
5322026-09-11T18:39:17.965ZLinking xde kmod...
5332026-09-11T18:39:18.577ZBuilding xde dev link helper (release).
5342026-09-11T18:39:18.726Z 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-11T18:39:18.726Z 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-11T18:39:18.726Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5372026-09-11T18:39:30.145Z 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-11T18:39:32.798Z Finished `release` profile [optimized + debuginfo] target(s) in 14.19s
5392026-09-11T18:39:32.817Z
5402026-09-11T18:39:32.820Zreal 1:18.556016102
5412026-09-11T18:39:32.820Zuser 2:07.922890220
5422026-09-11T18:39:32.820Zsys 12.035509442
5432026-09-11T18:39:32.820Ztrap 0.026525749
5442026-09-11T18:39:32.820Ztflt 0.164808722
5452026-09-11T18:39:32.820Zdflt 0.217630283
5462026-09-11T18:39:32.821Zkflt 0.000041056
5472026-09-11T18:39:32.821Zlock 10:08.360009314
5482026-09-11T18:39:32.821Zslp 6:01.751151887
5492026-09-11T18:39:32.821Zlat 2.028182472
5502026-09-11T18:39:32.821Zstop 3.911161746
5512026-09-11T18:39:32.821Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5522026-09-11T18:39:32.821Z+ grep GOTPCREL
5532026-09-11T18:39:34.483Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5542026-09-11T18:39:34.487Z+ grep GOTPCREL
5552026-09-11T18:39:35.480Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5562026-09-11T18:39:35.533Z+ sha256sum /work/debug/xde.dbg
5572026-09-11T18:39:35.583Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5582026-09-11T18:39:35.587Z+ sha256sum /work/debug/xde_link.dbg.so
5592026-09-11T18:39:35.590Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5602026-09-11T18:39:35.624Z+ sha256sum /work/release/xde
5612026-09-11T18:39:35.655Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5622026-09-11T18:39:35.659Z+ sha256sum /work/release/xde_link.so
5632026-09-11T18:39:35.659Z+ header 'build xde integration tests'
5642026-09-11T18:39:35.659Z+ echo '# ==== build xde integration tests ==== #'
5652026-09-11T18:39:35.659Z+ pushd xde-tests
5662026-09-11T18:39:35.659Z# ==== build xde integration tests ==== #
5672026-09-11T18:39:35.659Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5682026-09-11T18:39:35.659Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5692026-09-11T18:39:35.741Z+ cargo clippy --all-targets -- --deny warnings
5702026-09-11T18:39:35.948Z Compiling serde_core v1.0.228
5712026-09-11T18:39:35.948Z Checking cfg-if v1.0.4
5722026-09-11T18:39:35.948Z Checking memchr v2.8.3
5732026-09-11T18:39:35.948Z Compiling rustversion v1.0.23
5742026-09-11T18:39:35.948Z Compiling serde v1.0.228
5752026-09-11T18:39:35.952Z Compiling version_check v0.9.5
5762026-09-11T18:39:35.952Z Compiling libc v0.2.186
5772026-09-11T18:39:35.952Z Compiling syn v2.0.118
5782026-09-11T18:39:36.021Z Compiling strsim v0.11.1
5792026-09-11T18:39:36.211Z Compiling ident_case v1.0.1
5802026-09-11T18:39:36.289Z Compiling regex-syntax v0.8.11
5812026-09-11T18:39:36.311Z Checking pin-project-lite v0.2.17
5822026-09-11T18:39:36.340Z Compiling syn v1.0.109
5832026-09-11T18:39:36.381Z Compiling either v1.16.0
5842026-09-11T18:39:36.573Z Compiling winnow v1.0.3
5852026-09-11T18:39:36.609Z Compiling zerocopy v0.8.54
5862026-09-11T18:39:36.660Z Compiling aho-corasick v1.1.4
5872026-09-11T18:39:36.822Z Compiling equivalent v1.0.2
5882026-09-11T18:39:36.850Z Compiling hashbrown v0.17.1
5892026-09-11T18:39:37.002Z Compiling itertools v0.15.0
5902026-09-11T18:39:37.382Z Compiling indexmap v2.14.0
5912026-09-11T18:39:37.562Z Compiling toml_parser v1.1.2+spec-1.1.0
5922026-09-11T18:39:37.753Z Compiling regex-automata v0.4.15
5932026-09-11T18:39:38.018Z Checking byteorder v1.5.0
5942026-09-11T18:39:38.084Z Compiling toml_datetime v1.1.1+spec-1.1.0
5952026-09-11T18:39:38.150Z Compiling heapless v0.8.0
5962026-09-11T18:39:38.162Z Checking hash32 v0.3.1
5972026-09-11T18:39:38.266Z Compiling toml_edit v0.25.12+spec-1.1.0
5982026-09-11T18:39:38.285Z Checking bitflags v2.13.0
5992026-09-11T18:39:38.324Z Compiling slog v2.8.2
6002026-09-11T18:39:38.337Z Checking macaddr v1.0.1
6012026-09-11T18:39:38.440Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6022026-09-11T18:39:38.466Z Compiling smoltcp v0.11.0
6032026-09-11T18:39:38.535Z Compiling darling_core v0.23.0
6042026-09-11T18:39:38.624Z Checking futures-core v0.3.32
6052026-09-11T18:39:38.664Z Checking futures-sink v0.3.32
6062026-09-11T18:39:38.739Z Checking stable_deref_trait v1.2.1
6072026-09-11T18:39:38.750Z Checking futures-channel v0.3.32
6082026-09-11T18:39:38.792Z Compiling proc-macro-crate v3.5.0
6092026-09-11T18:39:38.950Z Compiling proc-macro-error-attr v1.0.4
6102026-09-11T18:39:39.150Z Compiling getrandom v0.4.3
6112026-09-11T18:39:39.150Z Compiling ref-cast v1.0.25
6122026-09-11T18:39:39.162Z Checking futures-io v0.3.32
6132026-09-11T18:39:39.194Z Checking managed v0.8.0
6142026-09-11T18:39:39.262Z Checking bitflags v1.3.2
6152026-09-11T18:39:39.321Z Compiling autocfg v1.5.1
6162026-09-11T18:39:39.367Z Checking rand_core v0.10.1
6172026-09-11T18:39:39.399Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6182026-09-11T18:39:39.454Z Compiling regex v1.13.0
6192026-09-11T18:39:39.497Z Checking futures-task v0.3.32
6202026-09-11T18:39:39.598Z Checking slab v0.4.12
6212026-09-11T18:39:39.622Z Compiling crc32fast v1.5.0
6222026-09-11T18:39:39.673Z Compiling num-traits v0.2.19
6232026-09-11T18:39:39.703Z Compiling serde_derive v1.0.228
6242026-09-11T18:39:39.738Z Compiling thiserror-impl v2.0.18
6252026-09-11T18:39:39.836Z Compiling zerocopy-derive v0.8.54
6262026-09-11T18:39:39.857Z Compiling futures-macro v0.3.32
6272026-09-11T18:39:39.923Z Compiling num_enum_derive v0.7.6
6282026-09-11T18:39:40.235Z Compiling ref-cast-impl v1.0.25
6292026-09-11T18:39:40.342Z Compiling foreign-types-macros v0.2.3
6302026-09-11T18:39:40.629Z Compiling darling_macro v0.23.0
6312026-09-11T18:39:40.637Z Checking futures-util v0.3.32
6322026-09-11T18:39:40.911Z Checking thiserror v2.0.18
6332026-09-11T18:39:40.932Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6342026-09-11T18:39:40.948Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6352026-09-11T18:39:40.994Z Checking cobs v0.3.0
6362026-09-11T18:39:41.127Z Compiling proc-macro-error v1.0.4
6372026-09-11T18:39:41.182Z Compiling darling v0.23.0
6382026-09-11T18:39:41.187Z Checking ipnetwork v0.21.1
6392026-09-11T18:39:41.238Z Checking unicode-width v0.2.2
6402026-09-11T18:39:41.248Z Compiling ingot-macros v0.2.0
6412026-09-11T18:39:41.336Z Checking foreign-types-shared v0.3.1
6422026-09-11T18:39:41.344Z Compiling crossbeam-utils v0.8.22
6432026-09-11T18:39:41.408Z Checking once_cell v1.21.4
6442026-09-11T18:39:41.470Z Checking cpufeatures v0.3.0
6452026-09-11T18:39:41.528Z Checking chacha20 v0.10.1
6462026-09-11T18:39:41.568Z Checking tracing-core v0.1.36
6472026-09-11T18:39:41.631Z Checking tabwriter v1.4.1
6482026-09-11T18:39:41.716Z Checking foreign-types v0.5.0
6492026-09-11T18:39:41.777Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6502026-09-11T18:39:41.874Z Checking anyhow v1.0.103
6512026-09-11T18:39:42.016Z Checking num_enum v0.7.6
6522026-09-11T18:39:42.200Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6532026-09-11T18:39:42.398Z Compiling tracing-attributes v0.1.31
6542026-09-11T18:39:42.436Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6552026-09-11T18:39:42.553Z Checking futures-executor v0.3.32
6562026-09-11T18:39:42.667Z Checking cstr-argument v0.1.2
6572026-09-11T18:39:42.691Z Checking pretty-hex v0.4.2
6582026-09-11T18:39:42.719Z Checking erased-serde v0.3.31
6592026-09-11T18:39:42.770Z Checking postcard v1.1.3
6602026-09-11T18:39:42.794Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6612026-09-11T18:39:42.998Z Compiling num-conv v0.2.2
6622026-09-11T18:39:43.007Z Checking dyn-clone v1.0.20
6632026-09-11T18:39:43.044Z Compiling thiserror v1.0.69
6642026-09-11T18:39:43.093Z Compiling time-core v0.1.9
6652026-09-11T18:39:43.143Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6662026-09-11T18:39:43.302Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6672026-09-11T18:39:43.308Z Compiling time-macros v0.2.31
6682026-09-11T18:39:43.361Z Checking futures v0.3.32
6692026-09-11T18:39:43.424Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6702026-09-11T18:39:43.510Z Checking rand v0.10.2
6712026-09-11T18:39:43.634Z Checking tracing v0.1.44
6722026-09-11T18:39:43.707Z Compiling thiserror-impl v1.0.69
6732026-09-11T18:39:43.811Z Checking uuid v1.23.5
6742026-09-11T18:39:43.909Z Checking arc-swap v1.9.2
6752026-09-11T18:39:43.912Z Checking socket2 v0.6.4
6762026-09-11T18:39:43.969Z Checking nom v8.0.0
6772026-09-11T18:39:44.034Z Checking ingot-types v0.2.0
6782026-09-11T18:39:44.068Z Checking thread_local v1.1.10
6792026-09-11T18:39:44.220Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6802026-09-11T18:39:44.310Z Checking deranged v0.5.8
6812026-09-11T18:39:44.348Z Checking lazy_static v1.5.0
6822026-09-11T18:39:44.375Z Checking ingot v0.2.0
6832026-09-11T18:39:44.429Z Checking iana-time-zone v0.1.65
6842026-09-11T18:39:44.498Z Compiling heck v0.4.1
6852026-09-11T18:39:44.525Z Checking colored v3.1.1
6862026-09-11T18:39:44.676Z Checking oxnet v0.1.6
6872026-09-11T18:39:44.684Z Compiling slog-async v2.8.0
6882026-09-11T18:39:44.710Z Checking powerfmt v0.2.0
6892026-09-11T18:39:44.934Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6902026-09-11T18:39:44.967Z Checking chrono v0.4.45
6912026-09-11T18:39:44.994Z Checking slog-scope v4.4.1
6922026-09-11T18:39:45.115Z Checking crossbeam-channel v0.5.16
6932026-09-11T18:39:45.232Z Checking time v0.3.53
6942026-09-11T18:39:45.429Z Checking cookie-factory v0.3.3
6952026-09-11T18:39:45.564Z Checking itertools v0.12.1
6962026-09-11T18:39:45.669Z Checking is-terminal v0.4.17
6972026-09-11T18:39:45.742Z Checking take_mut v0.2.2
6982026-09-11T18:39:45.746Z Checking circular v0.3.0
6992026-09-11T18:39:45.829Z Checking log v0.4.33
7002026-09-11T18:39:45.846Z Checking term v1.2.1
7012026-09-11T18:39:45.906Z Checking rusticata-macros v5.0.0
7022026-09-11T18:39:45.973Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7032026-09-11T18:39:45.979Z Checking slog-stdlog v4.1.1
7042026-09-11T18:39:46.029Z Checking pcap-parser v0.17.0
7052026-09-11T18:39:46.378Z Checking slog-term v2.9.2
7062026-09-11T18:39:46.526Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7072026-09-11T18:39:46.804Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7082026-09-11T18:39:47.030Z Checking slog-envlogger v2.2.0
7092026-09-11T18:39:50.510Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7102026-09-11T18:39:52.175Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7112026-09-11T18:39:52.179Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7122026-09-11T18:39:52.525Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7132026-09-11T18:39:53.085Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.30s
7142026-09-11T18:39:53.121Z+ cargo build --test loopback
7152026-09-11T18:39:53.292Z Compiling cfg-if v1.0.4
7162026-09-11T18:39:53.292Z Compiling memchr v2.8.3
7172026-09-11T18:39:53.296Z Compiling serde_core v1.0.228
7182026-09-11T18:39:53.320Z Compiling libc v0.2.186
7192026-09-11T18:39:53.323Z Compiling thiserror v2.0.18
7202026-09-11T18:39:53.326Z Compiling pin-project-lite v0.2.17
7212026-09-11T18:39:53.330Z Compiling byteorder v1.5.0
7222026-09-11T18:39:53.330Z Compiling either v1.16.0
7232026-09-11T18:39:53.366Z Compiling zerocopy v0.8.54
7242026-09-11T18:39:53.394Z Compiling macaddr v1.0.1
7252026-09-11T18:39:53.399Z Compiling stable_deref_trait v1.2.1
7262026-09-11T18:39:53.459Z Compiling hash32 v0.3.1
7272026-09-11T18:39:53.492Z Compiling futures-sink v0.3.32
7282026-09-11T18:39:53.517Z Compiling futures-core v0.3.32
7292026-09-11T18:39:53.586Z Compiling heapless v0.8.0
7302026-09-11T18:39:53.611Z Compiling futures-channel v0.3.32
7312026-09-11T18:39:53.633Z Compiling cobs v0.3.0
7322026-09-11T18:39:53.665Z Compiling slab v0.4.12
7332026-09-11T18:39:53.675Z Compiling managed v0.8.0
7342026-09-11T18:39:53.838Z Compiling bitflags v1.3.2
7352026-09-11T18:39:53.842Z Compiling rand_core v0.10.1
7362026-09-11T18:39:53.887Z Compiling futures-task v0.3.32
7372026-09-11T18:39:53.901Z Compiling futures-io v0.3.32
7382026-09-11T18:39:53.906Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7392026-09-11T18:39:53.995Z Compiling smoltcp v0.11.0
7402026-09-11T18:39:54.008Z Compiling unicode-width v0.2.2
7412026-09-11T18:39:54.070Z Compiling futures-util v0.3.32
7422026-09-11T18:39:54.083Z Compiling once_cell v1.21.4
7432026-09-11T18:39:54.120Z Compiling cpufeatures v0.3.0
7442026-09-11T18:39:54.185Z Compiling foreign-types-shared v0.3.1
7452026-09-11T18:39:54.265Z Compiling ipnetwork v0.21.1
7462026-09-11T18:39:54.313Z Compiling foreign-types v0.5.0
7472026-09-11T18:39:54.318Z Compiling tracing-core v0.1.36
7482026-09-11T18:39:54.382Z Compiling tabwriter v1.4.1
7492026-09-11T18:39:54.757Z Compiling chacha20 v0.10.1
7502026-09-11T18:39:54.824Z Compiling getrandom v0.4.3
7512026-09-11T18:39:54.868Z Compiling ref-cast v1.0.25
7522026-09-11T18:39:54.960Z Compiling num_enum v0.7.6
7532026-09-11T18:39:55.030Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7542026-09-11T18:39:55.068Z Compiling serde v1.0.228
7552026-09-11T18:39:55.090Z Compiling bitflags v2.13.0
7562026-09-11T18:39:55.131Z Compiling crc32fast v1.5.0
7572026-09-11T18:39:55.279Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7582026-09-11T18:39:55.366Z Compiling cstr-argument v0.1.2
7592026-09-11T18:39:55.497Z Compiling erased-serde v0.3.31
7602026-09-11T18:39:55.529Z Compiling postcard v1.1.3
7612026-09-11T18:39:55.609Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7622026-09-11T18:39:55.700Z Compiling itertools v0.15.0
7632026-09-11T18:39:55.710Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7642026-09-11T18:39:55.879Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7652026-09-11T18:39:55.883Z Compiling dyn-clone v1.0.20
7662026-09-11T18:39:56.039Z Compiling slog v2.8.2
7672026-09-11T18:39:56.185Z Compiling ingot-types v0.2.0
7682026-09-11T18:39:56.307Z Compiling futures-executor v0.3.32
7692026-09-11T18:39:56.405Z Compiling pretty-hex v0.4.2
7702026-09-11T18:39:56.439Z Compiling tracing v0.1.44
7712026-09-11T18:39:56.536Z Compiling ingot v0.2.0
7722026-09-11T18:39:56.595Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7732026-09-11T18:39:56.607Z Compiling futures v0.3.32
7742026-09-11T18:39:56.676Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7752026-09-11T18:39:56.681Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7762026-09-11T18:39:56.767Z Compiling num-traits v0.2.19
7772026-09-11T18:39:56.788Z Compiling uuid v1.23.5
7782026-09-11T18:39:56.802Z Compiling rand v0.10.2
7792026-09-11T18:39:56.816Z Compiling crossbeam-utils v0.8.22
7802026-09-11T18:39:56.894Z Compiling aho-corasick v1.1.4
7812026-09-11T18:39:57.141Z Compiling nom v8.0.0
7822026-09-11T18:39:57.413Z Compiling socket2 v0.6.4
7832026-09-11T18:39:57.460Z Compiling thread_local v1.1.10
7842026-09-11T18:39:57.617Z Compiling arc-swap v1.9.2
7852026-09-11T18:39:57.736Z Compiling regex-syntax v0.8.11
7862026-09-11T18:39:57.841Z Compiling colored v3.1.1
7872026-09-11T18:39:58.002Z Compiling winnow v1.0.3
7882026-09-11T18:39:58.321Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7892026-09-11T18:39:58.564Z Compiling lazy_static v1.5.0
7902026-09-11T18:39:58.660Z Compiling deranged v0.5.8
7912026-09-11T18:39:58.683Z Compiling oxnet v0.1.6
7922026-09-11T18:39:58.761Z Compiling num-conv v0.2.2
7932026-09-11T18:39:58.911Z Compiling time-core v0.1.9
7942026-09-11T18:39:59.095Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7952026-09-11T18:39:59.172Z Compiling iana-time-zone v0.1.65
7962026-09-11T18:39:59.327Z Compiling powerfmt v0.2.0
7972026-09-11T18:39:59.593Z Compiling time v0.3.53
7982026-09-11T18:39:59.594Z Compiling rusticata-macros v5.0.0
7992026-09-11T18:39:59.643Z Compiling chrono v0.4.45
8002026-09-11T18:39:59.727Z Compiling regex-automata v0.4.15
8012026-09-11T18:39:59.907Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
8022026-09-11T18:40:00.756Z Compiling slog-scope v4.4.1
8032026-09-11T18:40:01.214Z Compiling thiserror v1.0.69
8042026-09-11T18:40:01.316Z Compiling crossbeam-channel v0.5.16
8052026-09-11T18:40:01.544Z Compiling cookie-factory v0.3.3
8062026-09-11T18:40:01.857Z Compiling is-terminal v0.4.17
8072026-09-11T18:40:01.951Z Compiling itertools v0.12.1
8082026-09-11T18:40:02.061Z Compiling take_mut v0.2.2
8092026-09-11T18:40:02.167Z Compiling circular v0.3.0
8102026-09-11T18:40:02.435Z Compiling log v0.4.33
8112026-09-11T18:40:02.706Z Compiling term v1.2.1
8122026-09-11T18:40:03.374Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8132026-09-11T18:40:03.476Z Compiling slog-term v2.9.2
8142026-09-11T18:40:04.558Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8152026-09-11T18:40:05.113Z Compiling slog-stdlog v4.1.1
8162026-09-11T18:40:05.378Z Compiling pcap-parser v0.17.0
8172026-09-11T18:40:05.431Z Compiling slog-async v2.8.0
8182026-09-11T18:40:05.479Z Compiling regex v1.13.0
8192026-09-11T18:40:05.489Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8202026-09-11T18:40:06.587Z Compiling slog-envlogger v2.2.0
8212026-09-11T18:40:07.156Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8222026-09-11T18:40:08.011Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8232026-09-11T18:40:08.947Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8242026-09-11T18:40:16.198Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.06s
8252026-09-11T18:40:16.232Z++ cargo build -q --test loopback --message-format=json
8262026-09-11T18:40:16.234Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8272026-09-11T18:40:16.352Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803
8282026-09-11T18:40:16.352Z+ cargo build --test multicast_rx
8292026-09-11T18:40:16.453Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-09-11T18:40:18.255Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.89s
8312026-09-11T18:40:18.291Z++ cargo build -q --test multicast_rx --message-format=json
8322026-09-11T18:40:18.296Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-09-11T18:40:18.411Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326
8342026-09-11T18:40:18.411Z+ cargo build --test multicast_multi_sub
8352026-09-11T18:40:18.520Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-09-11T18:40:20.323Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s
8372026-09-11T18:40:20.359Z++ cargo build -q --test multicast_multi_sub --message-format=json
8382026-09-11T18:40:20.362Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-09-11T18:40:20.475Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a
8402026-09-11T18:40:20.483Z+ cargo build --test multicast_validation
8412026-09-11T18:40:20.578Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-09-11T18:40:22.627Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.14s
8432026-09-11T18:40:22.662Z++ cargo build -q --test multicast_validation --message-format=json
8442026-09-11T18:40:22.665Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-09-11T18:40:22.780Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb
8462026-09-11T18:40:22.780Z+ cargo build --test multicast_source_filter
8472026-09-11T18:40:22.881Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-09-11T18:40:24.991Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.20s
8492026-09-11T18:40:25.026Z++ cargo build -q --test multicast_source_filter --message-format=json
8502026-09-11T18:40:25.030Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-09-11T18:40:25.144Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5
8522026-09-11T18:40:25.148Z+ cargo build --test multicast_multi_nexthop
8532026-09-11T18:40:25.273Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8542026-09-11T18:40:26.911Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.75s
8552026-09-11T18:40:26.968Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8562026-09-11T18:40:26.968Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8572026-09-11T18:40:27.063Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569
8582026-09-11T18:40:27.063Z+ mkdir -p /work/test
8592026-09-11T18:40:27.067Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback
8602026-09-11T18:40:27.112Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx
8612026-09-11T18:40:27.160Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub
8622026-09-11T18:40:27.208Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation
8632026-09-11T18:40:27.256Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter
8642026-09-11T18:40:27.304Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop
8652026-09-11T18:40:27.357Zprocess exited: duration 236208 ms, exit code 0
 
8662026-09-11T18:40:27.376Zfound 15 output files
8672026-09-11T18:40:27.422Zuploading: /work/debug/xde.dbg (89763040 bytes)
8682026-09-11T18:40:29.285Zuploaded: /work/debug/xde.dbg
8692026-09-11T18:40:29.286Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-09-11T18:40:30.298Zuploaded: /work/debug/xde.dbg.sha256
8712026-09-11T18:40:30.298Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8722026-09-11T18:40:31.361Zuploaded: /work/debug/xde_link.dbg.so
8732026-09-11T18:40:31.361Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-09-11T18:40:32.371Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-09-11T18:40:32.371Zuploading: /work/release/xde (53863856 bytes)
8762026-09-11T18:40:33.911Zuploaded: /work/release/xde
8772026-09-11T18:40:33.911Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-09-11T18:40:34.922Zuploaded: /work/release/xde.sha256
8792026-09-11T18:40:34.922Zuploading: /work/release/xde_link.so (45240 bytes)
8802026-09-11T18:40:35.934Zuploaded: /work/release/xde_link.so
8812026-09-11T18:40:35.934Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-09-11T18:40:36.946Zuploaded: /work/release/xde_link.so.sha256
8832026-09-11T18:40:36.946Zuploading: /work/test/loopback (58976560 bytes)
8842026-09-11T18:40:38.665Zuploaded: /work/test/loopback
8852026-09-11T18:40:38.668Zuploading: /work/test/multicast_rx (59475248 bytes)
8862026-09-11T18:40:40.243Zuploaded: /work/test/multicast_rx
8872026-09-11T18:40:40.243Zuploading: /work/test/multicast_multi_sub (60116976 bytes)
8882026-09-11T18:40:41.800Zuploaded: /work/test/multicast_multi_sub
8892026-09-11T18:40:41.800Zuploading: /work/test/multicast_validation (59460856 bytes)
8902026-09-11T18:40:43.351Zuploaded: /work/test/multicast_validation
8912026-09-11T18:40:43.351Zuploading: /work/test/multicast_source_filter (59762568 bytes)
8922026-09-11T18:40:44.919Zuploaded: /work/test/multicast_source_filter
8932026-09-11T18:40:44.919Zuploading: /work/test/multicast_multi_nexthop (60352976 bytes)
8942026-09-11T18:40:46.517Zuploaded: /work/test/multicast_multi_nexthop
8952026-09-11T18:40:46.517Zuploading: /work/xde.conf (79 bytes)
8962026-09-11T18:40:47.529Zuploaded: /work/xde.conf