01M2YTZC94JN469KQC9B707XGR: 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: 01M2YTZRY0VGW9HA55JD05GNRP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-20T07:21:13.035Zjob assigned to worker 01M2YTZXHQ97X0N0G2X9AGY5XT [factory aws, i-096a3570d0d3963d9] (queued for 56 s)
 
22026-09-20T07:21:19.139Zstarting task 0: "setup"
32026-09-20T07:21:19.144Z++ uname -s
42026-09-20T07:21:19.147Z+ kern=SunOS
52026-09-20T07:21:19.147Z+ build_user=build
62026-09-20T07:21:19.147Z+ build_uid=12345
72026-09-20T07:21:19.147Z+ work_dir=/work
82026-09-20T07:21:19.148Z+ input_dir=/input
92026-09-20T07:21:19.148Z+ [[ 0 == 12345 ]]
102026-09-20T07:21:19.148Z+ case "$kern" in
112026-09-20T07:21:19.148Z+ groupadd -g 12345 build
122026-09-20T07:21:19.150Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-20T07:21:21.153Z+ zfs create -o mountpoint=/work rpool/work
142026-09-20T07:21:21.236Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-20T07:21:21.239Z+ home_fs=zfs
162026-09-20T07:21:21.239Z+ [[ zfs == autofs ]]
172026-09-20T07:21:21.239Z+ mkdir -p /home/build
182026-09-20T07:21:21.239Z+ chown build:build /home/build /work
192026-09-20T07:21:23.241Z+ chmod 0700 /home/build /work
202026-09-20T07:21:23.244Zprocess exited: duration 4102 ms, exit code 0
 
212026-09-20T07:21:23.250Zstarting task 1: "rust-toolchain"
222026-09-20T07:21:23.254Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-20T07:21:23.254Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-20T07:21:23.254Z * rust toolchain channel = "1.97.1"
252026-09-20T07:21:23.254Z * rust toolchain profile = "default"
262026-09-20T07:21:23.254Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-20T07:21:23.254Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-20T07:21:23.258Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-20T07:21:23.258Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-20T07:21:23.357Zinfo: downloading installer
312026-09-20T07:21:24.533Zinfo: profile set to default
322026-09-20T07:21:24.534Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-20T07:21:24.537Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-20T07:21:24.672Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-20T07:21:24.676Zinfo: downloading 6 components
362026-09-20T07:21:38.588Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-20T07:21:38.588Z
382026-09-20T07:21:38.618Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-20T07:21:38.618Z
402026-09-20T07:21:38.621Z
412026-09-20T07:21:38.621ZRust is installed now. Great!
422026-09-20T07:21:38.621Z
432026-09-20T07:21:38.621ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-20T07:21:38.621Zenvironment variable. This has not been done automatically.
452026-09-20T07:21:38.621Z
462026-09-20T07:21:38.621ZTo configure your current shell, you need to source
472026-09-20T07:21:38.621Zthe corresponding env file under $HOME/.cargo.
482026-09-20T07:21:38.621Z
492026-09-20T07:21:38.621ZConsider running the right command for your shell (note the leading DOT):
502026-09-20T07:21:38.621Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-20T07:21:38.621Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-20T07:21:38.621ZCC_x86_64-unknown-illumos = None
532026-09-20T07:21:38.621Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-20T07:21:38.621ZCC_x86_64_unknown_illumos = None
552026-09-20T07:21:38.621Zcargo:rerun-if-env-changed=HOST_CC
562026-09-20T07:21:38.621ZHOST_CC = None
572026-09-20T07:21:38.621Zcargo:rerun-if-env-changed=CC
582026-09-20T07:21:38.622ZCC = None
592026-09-20T07:21:38.622Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-20T07:21:38.787Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-20T07:21:38.787ZCRATE_CC_NO_DEFAULTS = None
622026-09-20T07:21:38.787Zcargo:rerun-if-env-changed=CFLAGS
632026-09-20T07:21:38.787ZCFLAGS = None
642026-09-20T07:21:38.787Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-20T07:21:38.787ZHOST_CFLAGS = None
662026-09-20T07:21:38.787Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-20T07:21:38.787ZCFLAGS_x86_64_unknown_illumos = None
682026-09-20T07:21:38.787Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-20T07:21:38.787ZCFLAGS_x86_64-unknown-illumos = None
702026-09-20T07:21:38.894Z+ rustup --version
712026-09-20T07:21:38.901Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-20T07:21:38.904Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-20T07:21:38.923Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-20T07:21:38.926Z+ cargo --version
752026-09-20T07:21:38.940Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-20T07:21:38.942Z+ rustc --version
772026-09-20T07:21:38.961Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-20T07:21:38.964Zprocess exited: duration 15712 ms, exit code 0
 
792026-09-20T07:21:38.969Zstarting task 2: "authentication"
802026-09-20T07:21:38.985Zprocess exited: duration 16 ms, exit code 0
 
812026-09-20T07:21:38.991Zstarting task 3: "clone repository"
822026-09-20T07:21:38.994Z+ mkdir -p /work/oxidecomputer/opte
832026-09-20T07:21:38.997Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
842026-09-20T07:21:39.026ZCloning into '/work/oxidecomputer/opte'...
852026-09-20T07:21:40.025Z+ cd /work/oxidecomputer/opte
862026-09-20T07:21:40.025Z+ git fetch origin ac8fcc406bd1760f76853be759296a1c88b8adab
872026-09-20T07:21:40.303ZFrom https://github.com/oxidecomputer/opte
882026-09-20T07:21:40.303Z * branch ac8fcc406bd1760f76853be759296a1c88b8adab -> FETCH_HEAD
892026-09-20T07:21:40.310Z+ [[ -n renovate/rand ]]
902026-09-20T07:21:40.313Z++ git branch --show-current
912026-09-20T07:21:40.313Z+ current=master
922026-09-20T07:21:40.313Z+ [[ master != renovate/rand ]]
932026-09-20T07:21:40.313Z+ git branch -f renovate/rand ac8fcc406bd1760f76853be759296a1c88b8adab
942026-09-20T07:21:40.316Z+ git checkout -f renovate/rand
952026-09-20T07:21:40.333ZSwitched to branch 'renovate/rand'
962026-09-20T07:21:40.336Z+ git reset --hard ac8fcc406bd1760f76853be759296a1c88b8adab
972026-09-20T07:21:40.350ZHEAD is now at ac8fcc4 Update Rust crate rand to 0.10.3
982026-09-20T07:21:40.353Zprocess exited: duration 1359 ms, exit code 0
 
992026-09-20T07:21:40.358Zstarting task 4: "build"
1002026-09-20T07:21:40.362Z+ source .github/buildomat/common.sh
1012026-09-20T07:21:40.365Z++ rustup show active-toolchain
1022026-09-20T07:21:40.367Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1032026-09-20T07:21:40.367Z++ pushd xde
1042026-09-20T07:21:40.368Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1052026-09-20T07:21:40.368Z++ rustup show active-toolchain
1062026-09-20T07:21:40.372Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1072026-09-20T07:21:40.507Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1082026-09-20T07:21:40.510Zinfo: downloading 6 components
1092026-09-20T07:21:53.748Zwarn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed
1102026-09-20T07:21:53.748Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-09-20T07:21:53.748Zwarn: auto-installation is deprecated for most `rustup` commands
1122026-09-20T07:21:53.748Zwarn: scripts relying on this behavior in `rustup` may stop working in the future
1132026-09-20T07:21:53.748Zwarn: to install the active toolchain, use `rustup install` instead
1142026-09-20T07:21:53.748Zwarn: see <https://github.com/rust-lang/rustup/issues/4836> for more info
1152026-09-20T07:21:53.834Z+++ rustup show active-toolchain -v
1162026-09-20T07:21:53.837Z+++ head -n 1
1172026-09-20T07:21:53.837Z+++ cut '-d ' -f1
1182026-09-20T07:21:53.885Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1192026-09-20T07:21:53.885Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1202026-09-20T07:21:53.885Z++ popd
1212026-09-20T07:21:53.888Z/work/oxidecomputer/opte
1222026-09-20T07:21:53.889Z+ TGT_BASE=/work
1232026-09-20T07:21:53.889Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1242026-09-20T07:21:53.889Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1252026-09-20T07:21:53.889Z+ DBG_TGT=/work/debug
1262026-09-20T07:21:53.889Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1272026-09-20T07:21:53.889Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1282026-09-20T07:21:53.889Z+ REL_TGT=/work/release
1292026-09-20T07:21:53.889Z+ mkdir -p /work/debug /work/release
1302026-09-20T07:21:53.889Z+ cargo --version
1312026-09-20T07:21:53.896Zcargo 1.97.1 (c980f4866 2026-06-30)
1322026-09-20T07:21:53.899Z+ rustc --version
1332026-09-20T07:21:53.917Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1342026-09-20T07:21:53.920Z+ install_pkg jq
1352026-09-20T07:21:53.920Z+ set +o errexit
1362026-09-20T07:21:53.920Z+ pfexec pkg install jq
1372026-09-20T07:21:56.091Z Startup: Refreshing catalog 'helios' ... Done
1382026-09-20T07:21:56.623Z Startup: Caching catalogs ... Done
1392026-09-20T07:21:59.435ZPlanning: Solver setup ... Done
1402026-09-20T07:21:59.506ZPlanning: Running solver ... Done
1412026-09-20T07:21:59.562ZPlanning: Consolidating action changes ... Done
1422026-09-20T07:21:59.565ZPlanning: Evaluating mediators ... Done
1432026-09-20T07:21:59.565ZPlanning: Planning completed in 2.90 seconds
1442026-09-20T07:21:59.580ZNo updates necessary for this image.
1452026-09-20T07:21:59.863Z+ exit_code=4
1462026-09-20T07:21:59.863Z+ [[ 4 -ne 0 ]]
1472026-09-20T07:21:59.863Z+ [[ 4 -ne 4 ]]
1482026-09-20T07:21:59.863Z+ set -o errexit
1492026-09-20T07:21:59.866Z+ pushd xde
1502026-09-20T07:21:59.866Z+ cp xde.conf /work/xde.conf
1512026-09-20T07:21:59.866Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1522026-09-20T07:21:59.866Z+ header 'check style'
1532026-09-20T07:21:59.866Z+ echo '# ==== check style ==== #'
1542026-09-20T07:21:59.866Z# ==== check style ==== #
1552026-09-20T07:21:59.866Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1562026-09-20T07:22:00.090Z
1572026-09-20T07:22:00.090Zreal 0.219539435
1582026-09-20T07:22:00.090Zuser 0.150426593
1592026-09-20T07:22:00.090Zsys 0.059120682
1602026-09-20T07:22:00.090Ztrap 0.000011450
1612026-09-20T07:22:00.090Ztflt 0.000034910
1622026-09-20T07:22:00.090Zdflt 0.000007190
1632026-09-20T07:22:00.090Zkflt 0.000000000
1642026-09-20T07:22:00.090Zlock 0.024437944
1652026-09-20T07:22:00.090Zslp 0.187465780
1662026-09-20T07:22:00.090Zlat 0.000817620
1672026-09-20T07:22:00.090Zstop 0.000102410
1682026-09-20T07:22:00.093Z+ header analyze
1692026-09-20T07:22:00.094Z+ echo '# ==== analyze ==== #'
1702026-09-20T07:22:00.094Z# ==== analyze ==== #
1712026-09-20T07:22:00.094Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1722026-09-20T07:22:00.265Z Updating crates.io index
1732026-09-20T07:22:00.268Z Updating git repository `https://github.com/oxidecomputer/falcon`
1742026-09-20T07:22:01.043Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1752026-09-20T07:22:01.674Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1762026-09-20T07:22:01.938Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1772026-09-20T07:22:02.359Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-09-20T07:22:02.638Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1792026-09-20T07:22:02.935Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1802026-09-20T07:22:04.371Z Downloading crates ...
1812026-09-20T07:22:04.413Z Downloaded bitflags v1.3.2
1822026-09-20T07:22:04.416Z Downloaded dyn-clone v1.0.20
1832026-09-20T07:22:04.420Z Downloaded byteorder v1.5.0
1842026-09-20T07:22:04.427Z Downloaded thiserror v2.0.18
1852026-09-20T07:22:04.430Z Downloaded cfg-if v1.0.4
1862026-09-20T07:22:04.433Z Downloaded hash32 v0.3.1
1872026-09-20T07:22:04.433Z Downloaded ref-cast v1.0.25
1882026-09-20T07:22:04.436Z Downloaded embedded-io v0.4.0
1892026-09-20T07:22:04.436Z Downloaded ref-cast-impl v1.0.25
1902026-09-20T07:22:04.439Z Downloaded embedded-io v0.6.1
1912026-09-20T07:22:04.442Z Downloaded defmt-parser v1.0.0
1922026-09-20T07:22:04.444Z Downloaded stable_deref_trait v1.2.1
1932026-09-20T07:22:04.447Z Downloaded darling_macro v0.23.0
1942026-09-20T07:22:04.447Z Downloaded defmt v0.3.100
1952026-09-20T07:22:04.453Z Downloaded ident_case v1.0.1
1962026-09-20T07:22:04.456Z Downloaded macaddr v1.0.1
1972026-09-20T07:22:04.456Z Downloaded strsim v0.11.1
1982026-09-20T07:22:04.458Z Downloaded managed v0.8.0
1992026-09-20T07:22:04.459Z Downloaded version_check v0.9.5
2002026-09-20T07:22:04.461Z Downloaded cobs v0.3.0
2012026-09-20T07:22:04.468Z Downloaded defmt-macros v1.1.1
2022026-09-20T07:22:04.475Z Downloaded either v1.16.0
2032026-09-20T07:22:04.478Z Downloaded ingot v0.2.0
2042026-09-20T07:22:04.478Z Downloaded thiserror-impl v2.0.18
2052026-09-20T07:22:04.481Z Downloaded ingot-types v0.2.0
2062026-09-20T07:22:04.495Z Downloaded postcard v1.1.3
2072026-09-20T07:22:04.498Z Downloaded defmt v1.1.1
2082026-09-20T07:22:04.501Z Downloaded ingot-macros v0.2.0
2092026-09-20T07:22:04.503Z Downloaded quote v1.0.46
2102026-09-20T07:22:04.503Z Downloaded crc32fast v1.5.0
2112026-09-20T07:22:04.509Z Downloaded unicode-ident v1.0.24
2122026-09-20T07:22:04.513Z Downloaded bitflags v2.13.0
2132026-09-20T07:22:04.515Z Downloaded proc-macro2 v1.0.106
2142026-09-20T07:22:04.518Z Downloaded serde_derive v1.0.228
2152026-09-20T07:22:04.518Z Downloaded darling v0.23.0
2162026-09-20T07:22:04.525Z Downloaded uuid v1.23.5
2172026-09-20T07:22:04.528Z Downloaded serde_core v1.0.228
2182026-09-20T07:22:04.540Z Downloaded heapless v0.8.0
2192026-09-20T07:22:04.544Z Downloaded darling_core v0.23.0
2202026-09-20T07:22:04.547Z Downloaded serde v1.0.228
2212026-09-20T07:22:04.549Z Downloaded aho-corasick v1.1.4
2222026-09-20T07:22:04.552Z Downloaded memchr v2.8.3
2232026-09-20T07:22:04.555Z Downloaded zerocopy-derive v0.8.54
2242026-09-20T07:22:04.573Z Downloaded itertools v0.15.0
2252026-09-20T07:22:04.577Z Downloaded regex v1.13.0
2262026-09-20T07:22:04.597Z Downloaded zerocopy v0.8.54
2272026-09-20T07:22:04.617Z Downloaded syn v2.0.118
2282026-09-20T07:22:04.622Z Downloaded smoltcp v0.11.0
2292026-09-20T07:22:04.629Z Downloaded regex-syntax v0.8.11
2302026-09-20T07:22:04.638Z Downloaded regex-automata v0.4.15
2312026-09-20T07:22:04.650Z Updating crates.io index
2322026-09-20T07:22:04.699Z Downloading crates ...
2332026-09-20T07:22:04.716Z Downloaded addr2line v0.27.0
2342026-09-20T07:22:04.719Z Downloaded foldhash v0.2.0
2352026-09-20T07:22:04.721Z Downloaded rustc-literal-escaper v0.0.8
2362026-09-20T07:22:04.727Z Downloaded adler2 v2.0.1
2372026-09-20T07:22:04.730Z Downloaded hashbrown v0.17.1
2382026-09-20T07:22:04.733Z Downloaded getopts v0.2.24
2392026-09-20T07:22:04.764Z Downloaded rustc-demangle v0.1.28
2402026-09-20T07:22:04.767Z Downloaded gimli v0.34.0
2412026-09-20T07:22:04.770Z Downloaded miniz_oxide v0.9.1
2422026-09-20T07:22:04.774Z Downloaded memchr v2.7.6
2432026-09-20T07:22:04.814Z Downloaded object v0.39.1
2442026-09-20T07:22:04.844Z Downloaded libc v0.2.185
2452026-09-20T07:22:04.896Z 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-20T07:22:04.896Z 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-20T07:22:04.896Z Compiling proc-macro2 v1.0.106
2482026-09-20T07:22:04.899Z Compiling quote v1.0.46
2492026-09-20T07:22:04.899Z Compiling unicode-ident v1.0.24
2502026-09-20T07:22:04.899Z Compiling serde_core v1.0.228
2512026-09-20T07:22:04.899Z Compiling ident_case v1.0.1
2522026-09-20T07:22:04.899Z Compiling strsim v0.11.1
2532026-09-20T07:22:05.078Z Compiling memchr v2.8.3
2542026-09-20T07:22:05.081Z Compiling regex-syntax v0.8.11
2552026-09-20T07:22:05.361Z Compiling either v1.16.0
2562026-09-20T07:22:05.361Z Compiling serde v1.0.228
2572026-09-20T07:22:05.387Z Compiling zerocopy v0.8.54
2582026-09-20T07:22:05.484Z Compiling aho-corasick v1.1.4
2592026-09-20T07:22:05.566Z Compiling thiserror v2.0.18
2602026-09-20T07:22:05.769Z Compiling itertools v0.15.0
2612026-09-20T07:22:05.793Z Compiling heapless v0.8.0
2622026-09-20T07:22:06.144Z Compiling syn v2.0.118
2632026-09-20T07:22:06.184Z Compiling smoltcp v0.11.0
2642026-09-20T07:22:06.187Z Compiling ref-cast v1.0.25
2652026-09-20T07:22:06.286Z Compiling version_check v0.9.5
2662026-09-20T07:22:06.584Z Compiling regex-automata v0.4.15
2672026-09-20T07:22:06.643Z Compiling crc32fast v1.5.0
2682026-09-20T07:22:06.660Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-09-20T07:22:08.164Z Compiling regex v1.13.0
2702026-09-20T07:22:08.469Z Compiling darling_core v0.23.0
2712026-09-20T07:22:09.230Z Compiling serde_derive v1.0.228
2722026-09-20T07:22:09.230Z Compiling zerocopy-derive v0.8.54
2732026-09-20T07:22:09.232Z Compiling thiserror-impl v2.0.18
2742026-09-20T07:22:09.233Z Compiling ref-cast-impl v1.0.25
2752026-09-20T07:22:09.233Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-09-20T07:22:10.600Z Compiling darling_macro v0.23.0
2772026-09-20T07:22:11.469Z Compiling darling v0.23.0
2782026-09-20T07:22:11.533Z Compiling ingot-macros v0.2.0
2792026-09-20T07:22:11.533Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-09-20T07:22:16.793Z 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-20T07:22:19.078Z Checking byteorder v1.5.0
2822026-09-20T07:22:19.078Z Checking stable_deref_trait v1.2.1
2832026-09-20T07:22:19.078Z Checking cfg-if v1.0.4
2842026-09-20T07:22:19.081Z Checking macaddr v1.0.1
2852026-09-20T07:22:19.081Z Checking bitflags v1.3.2
2862026-09-20T07:22:19.149Z Checking managed v0.8.0
2872026-09-20T07:22:19.166Z Checking cobs v0.3.0
2882026-09-20T07:22:19.222Z Checking hash32 v0.3.1
2892026-09-20T07:22:19.259Z Checking dyn-clone v1.0.20
2902026-09-20T07:22:19.280Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-09-20T07:22:20.415Z Checking bitflags v2.13.0
2922026-09-20T07:22:20.419Z Checking uuid v1.23.5
2932026-09-20T07:22:20.558Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-09-20T07:22:20.779Z Checking postcard v1.1.3
2952026-09-20T07:22:21.614Z Checking ingot-types v0.2.0
2962026-09-20T07:22:21.881Z Checking ingot v0.2.0
2972026-09-20T07:22:23.189Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-09-20T07:22:26.315Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-09-20T07:22:27.494Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-09-20T07:22:29.052Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.90s
3012026-09-20T07:22:29.174Z
3022026-09-20T07:22:29.177Zreal 29.081300960
3032026-09-20T07:22:29.177Zuser 1:08.656453930
3042026-09-20T07:22:29.177Zsys 9.742115499
3052026-09-20T07:22:29.177Ztrap 0.020630684
3062026-09-20T07:22:29.177Ztflt 0.068861985
3072026-09-20T07:22:29.177Zdflt 0.170557460
3082026-09-20T07:22:29.177Zkflt 0.001659031
3092026-09-20T07:22:29.177Zlock 3:51.257748042
3102026-09-20T07:22:29.177Zslp 3:03.459014404
3112026-09-20T07:22:29.177Zlat 2.101622081
3122026-09-20T07:22:29.177Zstop 7.935173272
3132026-09-20T07:22:29.177Z+ pushd xde-link
3142026-09-20T07:22:29.177Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-09-20T07:22:29.177Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-09-20T07:22:29.348Z 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-20T07:22:29.348Z 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-20T07:22:29.348Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-09-20T07:22:40.136Z 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-20T07:22:42.447Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.21s
3212026-09-20T07:22:42.467Z
3222026-09-20T07:22:42.470Zreal 13.287024096
3232026-09-20T07:22:42.470Zuser 20.877283684
3242026-09-20T07:22:42.470Zsys 1.233992268
3252026-09-20T07:22:42.471Ztrap 0.003729290
3262026-09-20T07:22:42.471Ztflt 0.015824721
3272026-09-20T07:22:42.471Zdflt 0.031649811
3282026-09-20T07:22:42.471Zkflt 0.000000000
3292026-09-20T07:22:42.471Zlock 1:11.048390061
3302026-09-20T07:22:42.471Zslp 44.326576827
3312026-09-20T07:22:42.471Zlat 0.355826087
3322026-09-20T07:22:42.471Zstop 0.130550934
3332026-09-20T07:22:42.471Z+ popd
3342026-09-20T07:22:42.471Z+ popd
3352026-09-20T07:22:42.471Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-09-20T07:22:42.471Z/work/oxidecomputer/opte
3372026-09-20T07:22:42.471Z+ header 'build xde (debug)'
3382026-09-20T07:22:42.471Z+ echo '# ==== build xde (debug) ==== #'
3392026-09-20T07:22:42.471Z# ==== build xde (debug) ==== #
3402026-09-20T07:22:42.471Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-09-20T07:22:42.614Z Downloading crates ...
3422026-09-20T07:22:42.670Z Downloaded indexmap v2.14.0
3432026-09-20T07:22:42.675Z Downloaded errno v0.3.14
3442026-09-20T07:22:42.678Z Downloaded equivalent v1.0.2
3452026-09-20T07:22:42.679Z Downloaded serde_spanned v1.1.1
3462026-09-20T07:22:42.679Z Downloaded utf8parse v0.2.2
3472026-09-20T07:22:42.679Z Downloaded heck v0.5.0
3482026-09-20T07:22:42.682Z Downloaded colorchoice v1.0.5
3492026-09-20T07:22:42.682Z Downloaded is_terminal_polyfill v1.70.2
3502026-09-20T07:22:42.688Z Downloaded anstyle-query v1.1.5
3512026-09-20T07:22:42.691Z Downloaded clap_lex v1.1.0
3522026-09-20T07:22:42.691Z Downloaded itoa v1.0.18
3532026-09-20T07:22:42.694Z Downloaded terminal_size v0.4.4
3542026-09-20T07:22:42.697Z Downloaded anstream v1.0.0
3552026-09-20T07:22:42.700Z Downloaded cargo-platform v0.3.3
3562026-09-20T07:22:42.700Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3572026-09-20T07:22:42.700Z Downloaded anstyle-parse v1.0.0
3582026-09-20T07:22:42.700Z Downloaded semver v1.0.28
3592026-09-20T07:22:42.703Z Downloaded toml_writer v1.1.1+spec-1.1.0
3602026-09-20T07:22:42.703Z Downloaded anstyle v1.0.14
3612026-09-20T07:22:42.706Z Downloaded cargo_metadata v0.23.1
3622026-09-20T07:22:42.709Z Downloaded zmij v1.0.22
3632026-09-20T07:22:42.712Z Downloaded camino v1.2.4
3642026-09-20T07:22:42.712Z Downloaded toml_parser v1.1.2+spec-1.1.0
3652026-09-20T07:22:42.715Z Downloaded clap_derive v4.6.1
3662026-09-20T07:22:42.715Z Downloaded anyhow v1.0.103
3672026-09-20T07:22:42.719Z Downloaded toml v1.1.2+spec-1.1.0
3682026-09-20T07:22:42.723Z Downloaded clap v4.6.1
3692026-09-20T07:22:42.751Z Downloaded serde_json v1.0.150
3702026-09-20T07:22:42.754Z Downloaded clap_builder v4.6.0
3712026-09-20T07:22:42.759Z Downloaded winnow v1.0.3
3722026-09-20T07:22:42.786Z Downloaded rustix v1.1.4
3732026-09-20T07:22:42.802Z Downloaded libc v0.2.186
3742026-09-20T07:22:42.849Z Compiling proc-macro2 v1.0.106
3752026-09-20T07:22:42.849Z Compiling serde_core v1.0.228
3762026-09-20T07:22:42.849Z Compiling unicode-ident v1.0.24
3772026-09-20T07:22:42.849Z Compiling quote v1.0.46
3782026-09-20T07:22:42.849Z Compiling libc v0.2.186
3792026-09-20T07:22:42.852Z Compiling rustix v1.1.4
3802026-09-20T07:22:42.853Z Compiling bitflags v2.13.0
3812026-09-20T07:22:42.870Z Compiling utf8parse v0.2.2
3822026-09-20T07:22:43.003Z Compiling zmij v1.0.22
3832026-09-20T07:22:43.015Z Compiling anstyle-parse v1.0.0
3842026-09-20T07:22:43.220Z Compiling camino v1.2.4
3852026-09-20T07:22:43.231Z Compiling serde_json v1.0.150
3862026-09-20T07:22:43.312Z Compiling serde v1.0.228
3872026-09-20T07:22:43.335Z Compiling anstyle v1.0.14
3882026-09-20T07:22:43.394Z Compiling thiserror v2.0.18
3892026-09-20T07:22:43.431Z Compiling is_terminal_polyfill v1.70.2
3902026-09-20T07:22:43.515Z Compiling colorchoice v1.0.5
3912026-09-20T07:22:43.523Z Compiling anstyle-query v1.1.5
3922026-09-20T07:22:43.592Z Compiling errno v0.3.14
3932026-09-20T07:22:43.618Z Compiling anstream v1.0.0
3942026-09-20T07:22:43.635Z Compiling strsim v0.11.1
3952026-09-20T07:22:43.649Z Compiling anyhow v1.0.103
3962026-09-20T07:22:43.948Z Compiling heck v0.5.0
3972026-09-20T07:22:44.004Z Compiling memchr v2.8.3
3982026-09-20T07:22:44.022Z Compiling winnow v1.0.3
3992026-09-20T07:22:44.108Z Compiling syn v2.0.118
4002026-09-20T07:22:44.133Z Compiling clap_lex v1.1.0
4012026-09-20T07:22:44.173Z Compiling itoa v1.0.18
4022026-09-20T07:22:44.443Z Compiling terminal_size v0.4.4
4032026-09-20T07:22:44.462Z Compiling toml_parser v1.1.2+spec-1.1.0
4042026-09-20T07:22:44.551Z Compiling clap_builder v4.6.0
4052026-09-20T07:22:44.592Z Compiling toml_writer v1.1.1+spec-1.1.0
4062026-09-20T07:22:45.012Z Compiling semver v1.0.28
4072026-09-20T07:22:45.511Z Compiling cargo-platform v0.3.3
4082026-09-20T07:22:45.559Z Compiling toml_datetime v1.1.1+spec-1.1.0
4092026-09-20T07:22:45.757Z Compiling serde_spanned v1.1.1
4102026-09-20T07:22:45.881Z Compiling toml v1.1.2+spec-1.1.0
4112026-09-20T07:22:46.343Z Compiling serde_derive v1.0.228
4122026-09-20T07:22:46.493Z Compiling thiserror-impl v2.0.18
4132026-09-20T07:22:46.515Z Compiling clap_derive v4.6.1
4142026-09-20T07:22:48.010Z Compiling clap v4.6.1
4152026-09-20T07:22:49.464Z Compiling cargo_metadata v0.23.1
4162026-09-20T07:22:51.920Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-09-20T07:22:53.524Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.04s
4182026-09-20T07:22:53.536Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-09-20T07:22:54.659ZBuilding xde (dev).
4202026-09-20T07:22:54.879Z Compiling serde_core v1.0.228
4212026-09-20T07:22:54.879Z Compiling byteorder v1.5.0
4222026-09-20T07:22:54.882Z Compiling macaddr v1.0.1
4232026-09-20T07:22:54.882Z Compiling stable_deref_trait v1.2.1
4242026-09-20T07:22:54.882Z Compiling cfg-if v1.0.4
4252026-09-20T07:22:54.897Z Compiling thiserror v2.0.18
4262026-09-20T07:22:54.901Z Compiling zerocopy v0.8.54
4272026-09-20T07:22:54.905Z Compiling bitflags v1.3.2
4282026-09-20T07:22:54.952Z Compiling managed v0.8.0
4292026-09-20T07:22:54.955Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4302026-09-20T07:22:54.958Z Compiling cobs v0.3.0
4312026-09-20T07:22:54.993Z Compiling either v1.16.0
4322026-09-20T07:22:55.070Z Compiling hash32 v0.3.1
4332026-09-20T07:22:55.147Z Compiling itertools v0.15.0
4342026-09-20T07:22:55.165Z Compiling heapless v0.8.0
4352026-09-20T07:22:55.169Z Compiling ref-cast v1.0.25
4362026-09-20T07:22:55.222Z Compiling crc32fast v1.5.0
4372026-09-20T07:22:55.222Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-09-20T07:22:55.228Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-09-20T07:22:55.251Z Compiling dyn-clone v1.0.20
4402026-09-20T07:22:55.409Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-09-20T07:22:55.521Z Compiling smoltcp v0.11.0
4422026-09-20T07:22:56.419Z Compiling bitflags v2.13.0
4432026-09-20T07:22:56.419Z Compiling serde v1.0.228
4442026-09-20T07:22:56.419Z Compiling uuid v1.23.5
4452026-09-20T07:22:56.552Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-09-20T07:22:56.832Z Compiling postcard v1.1.3
4472026-09-20T07:22:57.638Z Compiling ingot-types v0.2.0
4482026-09-20T07:22:57.929Z Compiling ingot v0.2.0
4492026-09-20T07:22:59.385Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-09-20T07:23:02.985Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-09-20T07:23:12.979Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-09-20T07:23:21.274Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.58s
4532026-09-20T07:23:21.296ZLinking xde kmod...
4542026-09-20T07:23:22.325ZBuilding xde dev link helper (dev).
4552026-09-20T07:23:22.488Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-09-20T07:23:22.825Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.47s
4572026-09-20T07:23:22.849Z
4582026-09-20T07:23:22.849Zreal 40.378802977
4592026-09-20T07:23:22.849Zuser 2:12.654692510
4602026-09-20T07:23:22.849Zsys 10.796508504
4612026-09-20T07:23:22.853Ztrap 0.045886580
4622026-09-20T07:23:22.853Ztflt 0.197776865
4632026-09-20T07:23:22.853Zdflt 0.643467723
4642026-09-20T07:23:22.853Zkflt 0.000010290
4652026-09-20T07:23:22.853Zlock 6:41.638262284
4662026-09-20T07:23:22.853Zslp 3:46.639197294
4672026-09-20T07:23:22.853Zlat 4.868354958
4682026-09-20T07:23:22.853Zstop 5.069718521
4692026-09-20T07:23:22.853Z+ header 'build xde (release)'
4702026-09-20T07:23:22.853Z+ echo '# ==== build xde (release) ==== #'
4712026-09-20T07:23:22.853Z# ==== build xde (release) ==== #
4722026-09-20T07:23:22.853Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-09-20T07:23:22.986Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4742026-09-20T07:23:22.989Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-09-20T07:23:23.174ZBuilding xde (release-lto).
4762026-09-20T07:23:23.395Z 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-20T07:23:23.395Z 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-20T07:23:23.395Z Compiling proc-macro2 v1.0.106
4792026-09-20T07:23:23.398Z Compiling quote v1.0.46
4802026-09-20T07:23:23.398Z Compiling unicode-ident v1.0.24
4812026-09-20T07:23:23.398Z Compiling serde_core v1.0.228
4822026-09-20T07:23:23.398Z Compiling strsim v0.11.1
4832026-09-20T07:23:23.398Z Compiling ident_case v1.0.1
4842026-09-20T07:23:23.510Z Compiling memchr v2.8.3
4852026-09-20T07:23:23.511Z Compiling regex-syntax v0.8.11
4862026-09-20T07:23:23.765Z Compiling either v1.16.0
4872026-09-20T07:23:23.772Z Compiling zerocopy v0.8.54
4882026-09-20T07:23:23.777Z Compiling thiserror v2.0.18
4892026-09-20T07:23:23.906Z Compiling aho-corasick v1.1.4
4902026-09-20T07:23:23.953Z Compiling serde v1.0.228
4912026-09-20T07:23:24.138Z Compiling itertools v0.15.0
4922026-09-20T07:23:24.361Z Compiling heapless v0.8.0
4932026-09-20T07:23:24.364Z Compiling smoltcp v0.11.0
4942026-09-20T07:23:24.526Z Compiling syn v2.0.118
4952026-09-20T07:23:24.559Z Compiling ref-cast v1.0.25
4962026-09-20T07:23:24.786Z Compiling crc32fast v1.5.0
4972026-09-20T07:23:24.829Z Compiling version_check v0.9.5
4982026-09-20T07:23:24.934Z Compiling regex-automata v0.4.15
4992026-09-20T07:23:25.183Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5002026-09-20T07:23:26.511Z Compiling regex v1.13.0
5012026-09-20T07:23:26.793Z Compiling darling_core v0.23.0
5022026-09-20T07:23:27.587Z Compiling zerocopy-derive v0.8.54
5032026-09-20T07:23:27.587Z Compiling thiserror-impl v2.0.18
5042026-09-20T07:23:27.591Z Compiling serde_derive v1.0.228
5052026-09-20T07:23:27.591Z Compiling ref-cast-impl v1.0.25
5062026-09-20T07:23:27.591Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-09-20T07:23:28.944Z Compiling darling_macro v0.23.0
5082026-09-20T07:23:29.824Z Compiling darling v0.23.0
5092026-09-20T07:23:29.886Z Compiling ingot-macros v0.2.0
5102026-09-20T07:23:29.886Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5112026-09-20T07:23:35.817Z 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-20T07:23:38.123Z Compiling byteorder v1.5.0
5132026-09-20T07:23:38.124Z Compiling macaddr v1.0.1
5142026-09-20T07:23:38.124Z Compiling stable_deref_trait v1.2.1
5152026-09-20T07:23:38.124Z Compiling cfg-if v1.0.4
5162026-09-20T07:23:38.183Z Compiling bitflags v1.3.2
5172026-09-20T07:23:38.187Z Compiling cobs v0.3.0
5182026-09-20T07:23:38.216Z Compiling managed v0.8.0
5192026-09-20T07:23:38.312Z Compiling hash32 v0.3.1
5202026-09-20T07:23:38.459Z Compiling dyn-clone v1.0.20
5212026-09-20T07:23:38.473Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5222026-09-20T07:23:39.704Z Compiling bitflags v2.13.0
5232026-09-20T07:23:39.704Z Compiling uuid v1.23.5
5242026-09-20T07:23:39.845Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5252026-09-20T07:23:40.130Z Compiling postcard v1.1.3
5262026-09-20T07:23:40.984Z Compiling ingot-types v0.2.0
5272026-09-20T07:23:41.299Z Compiling ingot v0.2.0
5282026-09-20T07:23:42.807Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5292026-09-20T07:23:46.692Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5302026-09-20T07:23:55.784Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5312026-09-20T07:24:28.185Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 04s
5322026-09-20T07:24:28.207ZLinking xde kmod...
5332026-09-20T07:24:28.821ZBuilding xde dev link helper (release).
5342026-09-20T07:24:28.973Z 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-20T07:24:28.973Z 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-20T07:24:28.973Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5372026-09-20T07:24:40.501Z 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-20T07:24:43.193Z Finished `release` profile [optimized + debuginfo] target(s) in 14.34s
5392026-09-20T07:24:43.211Z
5402026-09-20T07:24:43.214Zreal 1:20.358656387
5412026-09-20T07:24:43.214Zuser 2:10.509184519
5422026-09-20T07:24:43.214Zsys 12.212533358
5432026-09-20T07:24:43.214Ztrap 0.029308623
5442026-09-20T07:24:43.214Ztflt 0.163394147
5452026-09-20T07:24:43.214Zdflt 0.230302190
5462026-09-20T07:24:43.214Zkflt 0.000022990
5472026-09-20T07:24:43.214Zlock 10:24.546791479
5482026-09-20T07:24:43.214Zslp 6:09.144434026
5492026-09-20T07:24:43.214Zlat 1.511644735
5502026-09-20T07:24:43.214Zstop 3.869455162
5512026-09-20T07:24:43.214Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5522026-09-20T07:24:43.214Z+ grep GOTPCREL
5532026-09-20T07:24:44.908Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5542026-09-20T07:24:44.911Z+ grep GOTPCREL
5552026-09-20T07:24:45.935Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5562026-09-20T07:24:45.987Z+ sha256sum /work/debug/xde.dbg
5572026-09-20T07:24:46.038Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5582026-09-20T07:24:46.042Z+ sha256sum /work/debug/xde_link.dbg.so
5592026-09-20T07:24:46.045Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5602026-09-20T07:24:46.081Z+ sha256sum /work/release/xde
5612026-09-20T07:24:46.112Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5622026-09-20T07:24:46.115Z+ sha256sum /work/release/xde_link.so
5632026-09-20T07:24:46.118Z+ header 'build xde integration tests'
5642026-09-20T07:24:46.118Z+ echo '# ==== build xde integration tests ==== #'
5652026-09-20T07:24:46.118Z+ pushd xde-tests
5662026-09-20T07:24:46.118Z# ==== build xde integration tests ==== #
5672026-09-20T07:24:46.118Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5682026-09-20T07:24:46.118Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5692026-09-20T07:24:46.197Z+ cargo clippy --all-targets -- --deny warnings
5702026-09-20T07:24:46.403Z Compiling serde_core v1.0.228
5712026-09-20T07:24:46.406Z Checking cfg-if v1.0.4
5722026-09-20T07:24:46.406Z Checking memchr v2.8.3
5732026-09-20T07:24:46.406Z Compiling serde v1.0.228
5742026-09-20T07:24:46.406Z Compiling rustversion v1.0.23
5752026-09-20T07:24:46.406Z Compiling libc v0.2.186
5762026-09-20T07:24:46.406Z Compiling version_check v0.9.5
5772026-09-20T07:24:46.406Z Compiling syn v2.0.118
5782026-09-20T07:24:46.470Z Compiling strsim v0.11.1
5792026-09-20T07:24:46.668Z Compiling ident_case v1.0.1
5802026-09-20T07:24:46.745Z Compiling regex-syntax v0.8.11
5812026-09-20T07:24:46.773Z Checking pin-project-lite v0.2.17
5822026-09-20T07:24:46.793Z Compiling syn v1.0.109
5832026-09-20T07:24:46.842Z Compiling equivalent v1.0.2
5842026-09-20T07:24:46.914Z Compiling winnow v1.0.3
5852026-09-20T07:24:47.068Z Compiling either v1.16.0
5862026-09-20T07:24:47.110Z Compiling zerocopy v0.8.54
5872026-09-20T07:24:47.259Z Compiling aho-corasick v1.1.4
5882026-09-20T07:24:47.281Z Compiling hashbrown v0.17.1
5892026-09-20T07:24:47.297Z Compiling itertools v0.15.0
5902026-09-20T07:24:47.847Z Compiling toml_parser v1.1.2+spec-1.1.0
5912026-09-20T07:24:47.936Z Compiling indexmap v2.14.0
5922026-09-20T07:24:48.285Z Compiling regex-automata v0.4.15
5932026-09-20T07:24:48.381Z Compiling getrandom v0.4.3
5942026-09-20T07:24:48.552Z Compiling toml_datetime v1.1.1+spec-1.1.0
5952026-09-20T07:24:48.652Z Compiling heapless v0.8.0
5962026-09-20T07:24:48.679Z Checking byteorder v1.5.0
5972026-09-20T07:24:48.761Z Checking rand_core v0.10.1
5982026-09-20T07:24:48.807Z Compiling toml_edit v0.25.12+spec-1.1.0
5992026-09-20T07:24:48.820Z Checking bitflags v2.13.0
6002026-09-20T07:24:48.826Z Checking hash32 v0.3.1
6012026-09-20T07:24:48.886Z Compiling slog v2.8.2
6022026-09-20T07:24:48.921Z Checking futures-core v0.3.32
6032026-09-20T07:24:48.972Z Compiling smoltcp v0.11.0
6042026-09-20T07:24:49.033Z Compiling darling_core v0.23.0
6052026-09-20T07:24:49.092Z Checking macaddr v1.0.1
6062026-09-20T07:24:49.097Z Checking cpufeatures v0.3.0
6072026-09-20T07:24:49.151Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6082026-09-20T07:24:49.222Z Checking futures-sink v0.3.32
6092026-09-20T07:24:49.293Z Checking stable_deref_trait v1.2.1
6102026-09-20T07:24:49.310Z Checking futures-channel v0.3.32
6112026-09-20T07:24:49.383Z Compiling proc-macro-crate v3.5.0
6122026-09-20T07:24:49.497Z Checking chacha20 v0.10.1
6132026-09-20T07:24:49.689Z Compiling proc-macro-error-attr v1.0.4
6142026-09-20T07:24:49.707Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6152026-09-20T07:24:49.789Z Checking futures-io v0.3.32
6162026-09-20T07:24:49.810Z Compiling ref-cast v1.0.25
6172026-09-20T07:24:49.893Z Checking futures-task v0.3.32
6182026-09-20T07:24:49.896Z Checking managed v0.8.0
6192026-09-20T07:24:49.910Z Compiling crc32fast v1.5.0
6202026-09-20T07:24:50.019Z Compiling regex v1.13.0
6212026-09-20T07:24:50.063Z Checking slab v0.4.12
6222026-09-20T07:24:50.109Z Compiling autocfg v1.5.1
6232026-09-20T07:24:50.183Z Checking bitflags v1.3.2
6242026-09-20T07:24:50.211Z Compiling serde_derive v1.0.228
6252026-09-20T07:24:50.239Z Compiling thiserror-impl v2.0.18
6262026-09-20T07:24:50.242Z Compiling zerocopy-derive v0.8.54
6272026-09-20T07:24:50.404Z Compiling futures-macro v0.3.32
6282026-09-20T07:24:50.443Z Compiling num-traits v0.2.19
6292026-09-20T07:24:50.825Z Compiling ref-cast-impl v1.0.25
6302026-09-20T07:24:50.877Z Compiling num_enum_derive v0.7.6
6312026-09-20T07:24:51.108Z Compiling darling_macro v0.23.0
6322026-09-20T07:24:51.207Z Checking futures-util v0.3.32
6332026-09-20T07:24:51.399Z Compiling foreign-types-macros v0.2.3
6342026-09-20T07:24:51.427Z Checking thiserror v2.0.18
6352026-09-20T07:24:51.515Z Checking cobs v0.3.0
6362026-09-20T07:24:51.659Z Compiling darling v0.23.0
6372026-09-20T07:24:51.724Z Checking rand v0.10.3
6382026-09-20T07:24:51.729Z Compiling ingot-macros v0.2.0
6392026-09-20T07:24:51.839Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6402026-09-20T07:24:51.861Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6412026-09-20T07:24:52.010Z Compiling proc-macro-error v1.0.4
6422026-09-20T07:24:52.101Z Checking once_cell v1.21.4
6432026-09-20T07:24:52.141Z Checking ipnetwork v0.21.1
6442026-09-20T07:24:52.184Z Checking unicode-width v0.2.2
6452026-09-20T07:24:52.223Z Compiling crossbeam-utils v0.8.22
6462026-09-20T07:24:52.266Z Checking foreign-types-shared v0.3.1
6472026-09-20T07:24:52.308Z Checking tracing-core v0.1.36
6482026-09-20T07:24:52.339Z Checking foreign-types v0.5.0
6492026-09-20T07:24:52.428Z Checking tabwriter v1.4.1
6502026-09-20T07:24:52.572Z Checking num_enum v0.7.6
6512026-09-20T07:24:52.581Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6522026-09-20T07:24:52.752Z Checking anyhow v1.0.103
6532026-09-20T07:24:52.755Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6542026-09-20T07:24:53.095Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6552026-09-20T07:24:53.099Z Compiling tracing-attributes v0.1.31
6562026-09-20T07:24:53.215Z Checking futures-executor v0.3.32
6572026-09-20T07:24:53.314Z Checking cstr-argument v0.1.2
6582026-09-20T07:24:53.318Z Checking erased-serde v0.3.31
6592026-09-20T07:24:53.352Z Checking postcard v1.1.3
6602026-09-20T07:24:53.422Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6612026-09-20T07:24:53.630Z Compiling num-conv v0.2.2
6622026-09-20T07:24:53.636Z Compiling time-core v0.1.9
6632026-09-20T07:24:53.676Z Checking dyn-clone v1.0.20
6642026-09-20T07:24:53.766Z Compiling thiserror v1.0.69
6652026-09-20T07:24:53.770Z Checking pretty-hex v0.4.2
6662026-09-20T07:24:53.807Z Compiling time-macros v0.2.31
6672026-09-20T07:24:53.871Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6682026-09-20T07:24:53.954Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6692026-09-20T07:24:54.019Z Checking futures v0.3.32
6702026-09-20T07:24:54.083Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6712026-09-20T07:24:54.232Z Compiling thiserror-impl v1.0.69
6722026-09-20T07:24:54.312Z Checking tracing v0.1.44
6732026-09-20T07:24:54.371Z Checking uuid v1.23.5
6742026-09-20T07:24:54.444Z Checking arc-swap v1.9.2
6752026-09-20T07:24:54.460Z Checking ingot-types v0.2.0
6762026-09-20T07:24:54.491Z Checking socket2 v0.6.4
6772026-09-20T07:24:54.510Z Checking nom v8.0.0
6782026-09-20T07:24:54.630Z Checking thread_local v1.1.10
6792026-09-20T07:24:54.652Z Checking deranged v0.5.8
6802026-09-20T07:24:54.779Z Checking iana-time-zone v0.1.65
6812026-09-20T07:24:54.792Z Checking ingot v0.2.0
6822026-09-20T07:24:54.900Z Compiling heck v0.4.1
6832026-09-20T07:24:54.982Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6842026-09-20T07:24:55.107Z Checking powerfmt v0.2.0
6852026-09-20T07:24:55.249Z Checking lazy_static v1.5.0
6862026-09-20T07:24:55.287Z Checking colored v3.1.1
6872026-09-20T07:24:55.361Z Checking oxnet v0.1.6
6882026-09-20T07:24:55.460Z Compiling slog-async v2.8.0
6892026-09-20T07:24:55.531Z Checking slog-scope v4.4.1
6902026-09-20T07:24:55.546Z Checking time v0.3.53
6912026-09-20T07:24:55.551Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6922026-09-20T07:24:55.651Z Checking chrono v0.4.45
6932026-09-20T07:24:55.769Z Checking crossbeam-channel v0.5.16
6942026-09-20T07:24:56.090Z Checking cookie-factory v0.3.3
6952026-09-20T07:24:56.197Z Checking itertools v0.12.1
6962026-09-20T07:24:56.333Z Checking is-terminal v0.4.17
6972026-09-20T07:24:56.359Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6982026-09-20T07:24:56.390Z Checking log v0.4.33
6992026-09-20T07:24:56.406Z Checking circular v0.3.0
7002026-09-20T07:24:56.455Z Checking rusticata-macros v5.0.0
7012026-09-20T07:24:56.458Z Checking take_mut v0.2.2
7022026-09-20T07:24:56.507Z Checking term v1.2.1
7032026-09-20T07:24:56.539Z Checking slog-stdlog v4.1.1
7042026-09-20T07:24:56.578Z Checking pcap-parser v0.17.0
7052026-09-20T07:24:56.719Z Checking slog-term v2.9.2
7062026-09-20T07:24:57.155Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7072026-09-20T07:24:57.438Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7082026-09-20T07:24:57.958Z Checking slog-envlogger v2.2.0
7092026-09-20T07:25:01.018Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7102026-09-20T07:25:02.712Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7112026-09-20T07:25:02.715Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7122026-09-20T07:25:03.060Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7132026-09-20T07:25:03.616Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.37s
7142026-09-20T07:25:03.652Z+ cargo build --test loopback
7152026-09-20T07:25:03.820Z Compiling cfg-if v1.0.4
7162026-09-20T07:25:03.820Z Compiling memchr v2.8.3
7172026-09-20T07:25:03.823Z Compiling serde_core v1.0.228
7182026-09-20T07:25:03.847Z Compiling libc v0.2.186
7192026-09-20T07:25:03.850Z Compiling thiserror v2.0.18
7202026-09-20T07:25:03.853Z Compiling pin-project-lite v0.2.17
7212026-09-20T07:25:03.856Z Compiling rand_core v0.10.1
7222026-09-20T07:25:03.859Z Compiling either v1.16.0
7232026-09-20T07:25:03.894Z Compiling byteorder v1.5.0
7242026-09-20T07:25:03.923Z Compiling zerocopy v0.8.54
7252026-09-20T07:25:03.928Z Compiling macaddr v1.0.1
7262026-09-20T07:25:03.996Z Compiling futures-sink v0.3.32
7272026-09-20T07:25:04.043Z Compiling hash32 v0.3.1
7282026-09-20T07:25:04.065Z Compiling futures-core v0.3.32
7292026-09-20T07:25:04.087Z Compiling stable_deref_trait v1.2.1
7302026-09-20T07:25:04.155Z Compiling cpufeatures v0.3.0
7312026-09-20T07:25:04.166Z Compiling heapless v0.8.0
7322026-09-20T07:25:04.180Z Compiling futures-channel v0.3.32
7332026-09-20T07:25:04.184Z Compiling getrandom v0.4.3
7342026-09-20T07:25:04.215Z Compiling chacha20 v0.10.1
7352026-09-20T07:25:04.220Z Compiling cobs v0.3.0
7362026-09-20T07:25:04.385Z Compiling bitflags v1.3.2
7372026-09-20T07:25:04.403Z Compiling futures-task v0.3.32
7382026-09-20T07:25:04.452Z Compiling managed v0.8.0
7392026-09-20T07:25:04.486Z Compiling slab v0.4.12
7402026-09-20T07:25:04.546Z Compiling futures-io v0.3.32
7412026-09-20T07:25:04.587Z Compiling rand v0.10.3
7422026-09-20T07:25:04.593Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7432026-09-20T07:25:04.659Z Compiling futures-util v0.3.32
7442026-09-20T07:25:04.670Z Compiling smoltcp v0.11.0
7452026-09-20T07:25:04.728Z Compiling once_cell v1.21.4
7462026-09-20T07:25:04.813Z Compiling ipnetwork v0.21.1
7472026-09-20T07:25:04.964Z Compiling foreign-types-shared v0.3.1
7482026-09-20T07:25:05.050Z Compiling unicode-width v0.2.2
7492026-09-20T07:25:05.316Z Compiling tabwriter v1.4.1
7502026-09-20T07:25:05.353Z Compiling foreign-types v0.5.0
7512026-09-20T07:25:05.388Z Compiling tracing-core v0.1.36
7522026-09-20T07:25:05.460Z Compiling ref-cast v1.0.25
7532026-09-20T07:25:05.521Z Compiling num_enum v0.7.6
7542026-09-20T07:25:05.553Z Compiling crc32fast v1.5.0
7552026-09-20T07:25:05.629Z Compiling serde v1.0.228
7562026-09-20T07:25:05.722Z Compiling bitflags v2.13.0
7572026-09-20T07:25:05.791Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7582026-09-20T07:25:05.804Z Compiling cstr-argument v0.1.2
7592026-09-20T07:25:05.894Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7602026-09-20T07:25:05.965Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7612026-09-20T07:25:06.070Z Compiling erased-serde v0.3.31
7622026-09-20T07:25:06.139Z Compiling postcard v1.1.3
7632026-09-20T07:25:06.266Z Compiling itertools v0.15.0
7642026-09-20T07:25:06.488Z Compiling slog v2.8.2
7652026-09-20T07:25:06.491Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7662026-09-20T07:25:06.685Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7672026-09-20T07:25:06.767Z Compiling ingot-types v0.2.0
7682026-09-20T07:25:06.926Z Compiling futures-executor v0.3.32
7692026-09-20T07:25:07.072Z Compiling dyn-clone v1.0.20
7702026-09-20T07:25:07.170Z Compiling ingot v0.2.0
7712026-09-20T07:25:07.196Z Compiling pretty-hex v0.4.2
7722026-09-20T07:25:07.248Z Compiling futures v0.3.32
7732026-09-20T07:25:07.252Z Compiling tracing v0.1.44
7742026-09-20T07:25:07.258Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7752026-09-20T07:25:07.318Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7762026-09-20T07:25:07.322Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7772026-09-20T07:25:07.365Z Compiling num-traits v0.2.19
7782026-09-20T07:25:07.392Z Compiling uuid v1.23.5
7792026-09-20T07:25:07.531Z Compiling crossbeam-utils v0.8.22
7802026-09-20T07:25:07.569Z Compiling nom v8.0.0
7812026-09-20T07:25:07.660Z Compiling aho-corasick v1.1.4
7822026-09-20T07:25:07.827Z Compiling socket2 v0.6.4
7832026-09-20T07:25:08.054Z Compiling thread_local v1.1.10
7842026-09-20T07:25:08.098Z Compiling arc-swap v1.9.2
7852026-09-20T07:25:08.360Z Compiling regex-syntax v0.8.11
7862026-09-20T07:25:08.450Z Compiling iana-time-zone v0.1.65
7872026-09-20T07:25:08.478Z Compiling time-core v0.1.9
7882026-09-20T07:25:08.661Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7892026-09-20T07:25:08.852Z Compiling powerfmt v0.2.0
7902026-09-20T07:25:08.896Z Compiling num-conv v0.2.2
7912026-09-20T07:25:08.942Z Compiling winnow v1.0.3
7922026-09-20T07:25:08.984Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7932026-09-20T07:25:09.043Z Compiling deranged v0.5.8
7942026-09-20T07:25:09.119Z Compiling lazy_static v1.5.0
7952026-09-20T07:25:09.211Z Compiling colored v3.1.1
7962026-09-20T07:25:09.439Z Compiling oxnet v0.1.6
7972026-09-20T07:25:09.937Z Compiling time v0.3.53
7982026-09-20T07:25:09.993Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
7992026-09-20T07:25:09.998Z Compiling regex-automata v0.4.15
8002026-09-20T07:25:10.435Z Compiling rusticata-macros v5.0.0
8012026-09-20T07:25:10.756Z Compiling slog-scope v4.4.1
8022026-09-20T07:25:11.233Z Compiling chrono v0.4.45
8032026-09-20T07:25:11.548Z Compiling thiserror v1.0.69
8042026-09-20T07:25:11.648Z Compiling crossbeam-channel v0.5.16
8052026-09-20T07:25:11.882Z Compiling cookie-factory v0.3.3
8062026-09-20T07:25:12.202Z Compiling is-terminal v0.4.17
8072026-09-20T07:25:12.296Z Compiling itertools v0.12.1
8082026-09-20T07:25:12.376Z Compiling log v0.4.33
8092026-09-20T07:25:12.667Z Compiling take_mut v0.2.2
8102026-09-20T07:25:12.775Z Compiling term v1.2.1
8112026-09-20T07:25:13.765Z Compiling circular v0.3.0
8122026-09-20T07:25:14.018Z Compiling pcap-parser v0.17.0
8132026-09-20T07:25:14.655Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8142026-09-20T07:25:15.166Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8152026-09-20T07:25:15.169Z Compiling slog-term v2.9.2
8162026-09-20T07:25:16.268Z Compiling slog-async v2.8.0
8172026-09-20T07:25:17.126Z Compiling slog-stdlog v4.1.1
8182026-09-20T07:25:17.165Z Compiling regex v1.13.0
8192026-09-20T07:25:17.299Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8202026-09-20T07:25:17.327Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8212026-09-20T07:25:17.497Z Compiling slog-envlogger v2.2.0
8222026-09-20T07:25:18.064Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8232026-09-20T07:25:18.309Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8242026-09-20T07:25:26.744Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.08s
8252026-09-20T07:25:26.776Z++ cargo build -q --test loopback --message-format=json
8262026-09-20T07:25:26.779Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8272026-09-20T07:25:26.893Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-571fadf840503345
8282026-09-20T07:25:26.893Z+ cargo build --test multicast_rx
8292026-09-20T07:25:26.995Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-09-20T07:25:28.807Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s
8312026-09-20T07:25:28.841Z++ cargo build -q --test multicast_rx --message-format=json
8322026-09-20T07:25:28.844Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-09-20T07:25:28.962Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-30a8bf9e24c04951
8342026-09-20T07:25:28.962Z+ cargo build --test multicast_multi_sub
8352026-09-20T07:25:29.064Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-09-20T07:25:30.872Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s
8372026-09-20T07:25:30.905Z++ cargo build -q --test multicast_multi_sub --message-format=json
8382026-09-20T07:25:30.908Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-09-20T07:25:31.024Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-1d624a418ea53efc
8402026-09-20T07:25:31.024Z+ cargo build --test multicast_validation
8412026-09-20T07:25:31.126Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-09-20T07:25:33.191Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s
8432026-09-20T07:25:33.226Z++ cargo build -q --test multicast_validation --message-format=json
8442026-09-20T07:25:33.229Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-09-20T07:25:33.343Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-c1ce7c38915c6165
8462026-09-20T07:25:33.343Z+ cargo build --test multicast_source_filter
8472026-09-20T07:25:33.445Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-09-20T07:25:35.554Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.20s
8492026-09-20T07:25:35.588Z++ cargo build -q --test multicast_source_filter --message-format=json
8502026-09-20T07:25:35.591Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-09-20T07:25:35.705Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-f3c1e5a5fb87eb11
8522026-09-20T07:25:35.705Z+ cargo build --test multicast_multi_nexthop
8532026-09-20T07:25:35.807Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8542026-09-20T07:25:37.512Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.80s
8552026-09-20T07:25:37.548Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8562026-09-20T07:25:37.550Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8572026-09-20T07:25:37.669Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-91629932e735f33a
8582026-09-20T07:25:37.669Z+ mkdir -p /work/test
8592026-09-20T07:25:37.672Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-571fadf840503345 /work/test/loopback
8602026-09-20T07:25:37.707Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-30a8bf9e24c04951 /work/test/multicast_rx
8612026-09-20T07:25:37.743Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-1d624a418ea53efc /work/test/multicast_multi_sub
8622026-09-20T07:25:37.784Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-c1ce7c38915c6165 /work/test/multicast_validation
8632026-09-20T07:25:37.833Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-f3c1e5a5fb87eb11 /work/test/multicast_source_filter
8642026-09-20T07:25:37.881Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-91629932e735f33a /work/test/multicast_multi_nexthop
8652026-09-20T07:25:37.930Zprocess exited: duration 237570 ms, exit code 0
 
8662026-09-20T07:25:37.947Zfound 15 output files
8672026-09-20T07:25:37.947Zuploading: /work/debug/xde.dbg (91587528 bytes)
8682026-09-20T07:25:39.863Zuploaded: /work/debug/xde.dbg
8692026-09-20T07:25:39.863Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-09-20T07:25:40.872Zuploaded: /work/debug/xde.dbg.sha256
8712026-09-20T07:25:40.875Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8722026-09-20T07:25:41.915Zuploaded: /work/debug/xde_link.dbg.so
8732026-09-20T07:25:41.916Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-09-20T07:25:42.926Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-09-20T07:25:42.927Zuploading: /work/release/xde (55445872 bytes)
8762026-09-20T07:25:44.861Zuploaded: /work/release/xde
8772026-09-20T07:25:44.864Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-09-20T07:25:45.871Zuploaded: /work/release/xde.sha256
8792026-09-20T07:25:45.874Zuploading: /work/release/xde_link.so (45240 bytes)
8802026-09-20T07:25:46.881Zuploaded: /work/release/xde_link.so
8812026-09-20T07:25:46.881Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-09-20T07:25:47.889Zuploaded: /work/release/xde_link.so.sha256
8832026-09-20T07:25:47.890Zuploading: /work/test/loopback (59788680 bytes)
8842026-09-20T07:25:49.578Zuploaded: /work/test/loopback
8852026-09-20T07:25:49.581Zuploading: /work/test/multicast_rx (60287368 bytes)
8862026-09-20T07:25:51.286Zuploaded: /work/test/multicast_rx
8872026-09-20T07:25:51.286Zuploading: /work/test/multicast_multi_sub (60928152 bytes)
8882026-09-20T07:25:53.025Zuploaded: /work/test/multicast_multi_sub
8892026-09-20T07:25:53.025Zuploading: /work/test/multicast_validation (60285160 bytes)
8902026-09-20T07:25:54.792Zuploaded: /work/test/multicast_validation
8912026-09-20T07:25:54.792Zuploading: /work/test/multicast_source_filter (60574568 bytes)
8922026-09-20T07:25:56.476Zuploaded: /work/test/multicast_source_filter
8932026-09-20T07:25:56.476Zuploading: /work/test/multicast_multi_nexthop (61164168 bytes)
8942026-09-20T07:25:58.139Zuploaded: /work/test/multicast_multi_nexthop
8952026-09-20T07:25:58.139Zuploading: /work/xde.conf (79 bytes)
8962026-09-20T07:25:59.148Zuploaded: /work/xde.conf