01KR4H9BNHBVJAQ8MEKT2SFQXG: 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/xde.conf",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.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: 01KR4H9WETRTDA2NZFTH6WEW4G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T19:34:45.663Zjob assigned to worker 01KR4HA0RM7FNXHZ54280X07W8 [factory aws, i-0c5ae7c556a467ae3] (queued for 57 s)
 
22026-05-08T19:34:52.004Zstarting task 0: "setup"
32026-05-08T19:34:52.008Z++ uname -s
42026-05-08T19:34:52.008Z+ kern=SunOS
52026-05-08T19:34:52.008Z+ build_user=build
62026-05-08T19:34:52.008Z+ build_uid=12345
72026-05-08T19:34:52.008Z+ work_dir=/work
82026-05-08T19:34:52.008Z+ input_dir=/input
92026-05-08T19:34:52.008Z+ [[ 0 == 12345 ]]
102026-05-08T19:34:52.008Z+ case "$kern" in
112026-05-08T19:34:52.008Z+ groupadd -g 12345 build
122026-05-08T19:34:52.008Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T19:34:54.017Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T19:34:54.166Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T19:34:54.185Z+ home_fs=zfs
162026-05-08T19:34:54.185Z+ [[ zfs == autofs ]]
172026-05-08T19:34:54.185Z+ mkdir -p /home/build
182026-05-08T19:34:54.185Z+ chown build:build /home/build /work
192026-05-08T19:34:56.166Z+ chmod 0700 /home/build /work
202026-05-08T19:34:56.170Zprocess exited: duration 4172 ms, exit code 0
 
212026-05-08T19:34:56.176Zstarting task 1: "rust-toolchain"
222026-05-08T19:34:56.180Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-08T19:34:56.180Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T19:34:56.180Z * rust toolchain channel = "1.90.0"
252026-05-08T19:34:56.180Z * rust toolchain profile = "default"
262026-05-08T19:34:56.180Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T19:34:56.180Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T19:34:56.183Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T19:34:56.183Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-08T19:34:56.290Zinfo: downloading installer
312026-05-08T19:34:57.646Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T19:34:57.646Zwarn: /opt/ooce/bin
332026-05-08T19:34:57.646Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T19:34:57.646Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T19:34:57.646Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T19:34:57.646Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T19:34:57.646Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T19:34:57.646Zerror: cannot install while Rust is installed
392026-05-08T19:34:57.646Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T19:34:57.646Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T19:34:57.646Zwarn: /home/build/.rustup/settings.toml
422026-05-08T19:34:57.646Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T19:34:57.649Zwarn: instead of the one inferred from the default host triple.
442026-05-08T19:34:57.659Zinfo: profile set to default
452026-05-08T19:34:57.659Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T19:34:57.662Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-08T19:34:57.809Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-08T19:34:57.812Zinfo: downloading 6 components
492026-05-08T19:35:11.648Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-08T19:35:11.648Z
512026-05-08T19:35:11.677Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-08T19:35:11.677Z
532026-05-08T19:35:11.680Z
542026-05-08T19:35:11.680ZRust is installed now. Great!
552026-05-08T19:35:11.680Z
562026-05-08T19:35:11.680ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T19:35:11.680Zenvironment variable. This has not been done automatically.
582026-05-08T19:35:11.680Z
592026-05-08T19:35:11.680ZTo configure your current shell, you need to source
602026-05-08T19:35:11.680Zthe corresponding env file under $HOME/.cargo.
612026-05-08T19:35:11.680Z
622026-05-08T19:35:11.680ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T19:35:11.681Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T19:35:11.681Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T19:35:11.681Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T19:35:11.681Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T19:35:11.681Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T19:35:11.681Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T19:35:11.681Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T19:35:11.681Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T19:35:11.767Z+ rustup --version
722026-05-08T19:35:11.775Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T19:35:11.779Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T19:35:11.797Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-08T19:35:11.801Z+ cargo --version
762026-05-08T19:35:11.811Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-08T19:35:11.813Z+ rustc --version
782026-05-08T19:35:11.832Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-08T19:35:11.835Zprocess exited: duration 15656 ms, exit code 0
 
802026-05-08T19:35:11.841Zstarting task 2: "authentication"
812026-05-08T19:35:11.857Zprocess exited: duration 15 ms, exit code 0
 
822026-05-08T19:35:11.866Zstarting task 3: "clone repository"
832026-05-08T19:35:11.869Z+ mkdir -p /work/oxidecomputer/opte
842026-05-08T19:35:11.872Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-08T19:35:11.902ZCloning into '/work/oxidecomputer/opte'...
862026-05-08T19:35:12.723Z+ cd /work/oxidecomputer/opte
872026-05-08T19:35:12.723Z+ git fetch origin 324103bbf6842212b833e8f517c56c7650bbf616
882026-05-08T19:35:12.992ZFrom https://github.com/oxidecomputer/opte
892026-05-08T19:35:12.992Z * branch 324103bbf6842212b833e8f517c56c7650bbf616 -> FETCH_HEAD
902026-05-08T19:35:12.999Z+ [[ -n ry/faster-syn-expiry ]]
912026-05-08T19:35:13.003Z++ git branch --show-current
922026-05-08T19:35:13.003Z+ current=master
932026-05-08T19:35:13.003Z+ [[ master != ry/faster-syn-expiry ]]
942026-05-08T19:35:13.003Z+ git branch -f ry/faster-syn-expiry 324103bbf6842212b833e8f517c56c7650bbf616
952026-05-08T19:35:13.006Z+ git checkout -f ry/faster-syn-expiry
962026-05-08T19:35:13.022ZSwitched to branch 'ry/faster-syn-expiry'
972026-05-08T19:35:13.025Z+ git reset --hard 324103bbf6842212b833e8f517c56c7650bbf616
982026-05-08T19:35:13.038ZHEAD is now at 324103b firewall table headroom to 512k
992026-05-08T19:35:13.041Zprocess exited: duration 1172 ms, exit code 0
 
1002026-05-08T19:35:13.048Zstarting task 4: "build"
1012026-05-08T19:35:13.051Z+ source .github/buildomat/common.sh
1022026-05-08T19:35:13.051Z++ rustup show active-toolchain
1032026-05-08T19:35:13.055Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-08T19:35:13.058Z++ pushd xde
1052026-05-08T19:35:13.058Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-08T19:35:13.058Z++ rustup show active-toolchain
1072026-05-08T19:35:13.061Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-05-08T19:35:13.213Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-05-08T19:35:13.216Zinfo: downloading 6 components
1102026-05-08T19:35:26.460Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-08T19:35:26.534Z+++ rustup show active-toolchain -v
1122026-05-08T19:35:26.536Z+++ head -n 1
1132026-05-08T19:35:26.536Z+++ cut '-d ' -f1
1142026-05-08T19:35:26.595Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-05-08T19:35:26.595Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-05-08T19:35:26.598Z++ popd
1172026-05-08T19:35:26.598Z/work/oxidecomputer/opte
1182026-05-08T19:35:26.598Z+ TGT_BASE=/work
1192026-05-08T19:35:26.599Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-05-08T19:35:26.599Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-05-08T19:35:26.599Z+ DBG_TGT=/work/debug
1222026-05-08T19:35:26.599Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-05-08T19:35:26.599Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-05-08T19:35:26.599Z+ REL_TGT=/work/release
1252026-05-08T19:35:26.599Z+ mkdir -p /work/debug /work/release
1262026-05-08T19:35:26.599Z+ cargo --version
1272026-05-08T19:35:26.606Zcargo 1.90.0 (840b83a10 2025-07-30)
1282026-05-08T19:35:26.609Z+ rustc --version
1292026-05-08T19:35:26.629Zrustc 1.90.0 (1159e78c4 2025-09-14)
1302026-05-08T19:35:26.634Z+ install_pkg jq
1312026-05-08T19:35:26.634Z+ set +o errexit
1322026-05-08T19:35:26.634Z+ pfexec pkg install jq
1332026-05-08T19:35:34.509Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-05-08T19:35:42.164Z Startup: Caching catalogs ... Done
1352026-05-08T19:35:49.408ZPlanning: Solver setup ... Done
1362026-05-08T19:35:49.446ZPlanning: Running solver ... Done
1372026-05-08T19:35:49.584ZPlanning: Consolidating action changes ... Done
1382026-05-08T19:35:49.584ZPlanning: Evaluating mediators ... Done
1392026-05-08T19:35:49.587ZPlanning: Planning completed in 7.25 seconds
1402026-05-08T19:35:49.600ZNo updates necessary for this image.
1412026-05-08T19:35:50.888Z+ exit_code=4
1422026-05-08T19:35:50.888Z+ [[ 4 -ne 0 ]]
1432026-05-08T19:35:50.888Z+ [[ 4 -ne 4 ]]
1442026-05-08T19:35:50.888Z+ set -o errexit
1452026-05-08T19:35:50.891Z+ pushd xde
1462026-05-08T19:35:50.891Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1472026-05-08T19:35:50.891Z+ cp xde.conf /work/xde.conf
1482026-05-08T19:35:50.891Z+ header 'check style'
1492026-05-08T19:35:50.891Z+ echo '# ==== check style ==== #'
1502026-05-08T19:35:50.891Z# ==== check style ==== #
1512026-05-08T19:35:50.891Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-05-08T19:35:51.128Z
1532026-05-08T19:35:51.128Zreal 0.233861196
1542026-05-08T19:35:51.128Zuser 0.154444235
1552026-05-08T19:35:51.128Zsys 0.070830440
1562026-05-08T19:35:51.128Ztrap 0.000009718
1572026-05-08T19:35:51.128Ztflt 0.000063689
1582026-05-08T19:35:51.128Zdflt 0.000068221
1592026-05-08T19:35:51.128Zkflt 0.000000000
1602026-05-08T19:35:51.128Zlock 0.051459161
1612026-05-08T19:35:51.128Zslp 0.199532056
1622026-05-08T19:35:51.128Zlat 0.001354782
1632026-05-08T19:35:51.128Zstop 0.000098276
1642026-05-08T19:35:51.131Z+ header analyze
1652026-05-08T19:35:51.131Z+ echo '# ==== analyze ==== #'
1662026-05-08T19:35:51.131Z# ==== analyze ==== #
1672026-05-08T19:35:51.131Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-05-08T19:35:51.333Z Updating crates.io index
1692026-05-08T19:35:51.373Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-05-08T19:35:52.435Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-05-08T19:35:53.139Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-05-08T19:35:53.498Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-05-08T19:35:53.945Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-05-08T19:35:54.176Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-05-08T19:35:54.419Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-05-08T19:35:56.342Z Downloading crates ...
1772026-05-08T19:35:56.413Z Downloaded syn v2.0.114
1782026-05-08T19:35:56.419Z Downloaded stable_deref_trait v1.2.1
1792026-05-08T19:35:56.422Z Downloaded macaddr v1.0.1
1802026-05-08T19:35:56.422Z Downloaded ref-cast-impl v1.0.25
1812026-05-08T19:35:56.422Z Downloaded strsim v0.11.1
1822026-05-08T19:35:56.422Z Downloaded defmt-macros v1.0.1
1832026-05-08T19:35:56.425Z Downloaded proc-macro-error-attr2 v2.0.0
1842026-05-08T19:35:56.425Z Downloaded hash32 v0.3.1
1852026-05-08T19:35:56.425Z Downloaded cfg-if v1.0.4
1862026-05-08T19:35:56.425Z Downloaded defmt-parser v1.0.0
1872026-05-08T19:35:56.428Z Downloaded ref-cast v1.0.25
1882026-05-08T19:35:56.428Z Downloaded postcard v1.1.3
1892026-05-08T19:35:56.428Z Downloaded version_check v0.9.5
1902026-05-08T19:35:56.431Z Downloaded defmt v0.3.100
1912026-05-08T19:35:56.434Z Downloaded defmt v1.0.1
1922026-05-08T19:35:56.437Z Downloaded proc-macro-error2 v2.0.1
1932026-05-08T19:35:56.437Z Downloaded bitflags v1.3.2
1942026-05-08T19:35:56.440Z Downloaded ingot-macros v0.1.1
1952026-05-08T19:35:56.443Z Downloaded serde_core v1.0.228
1962026-05-08T19:35:56.446Z Downloaded cobs v0.3.0
1972026-05-08T19:35:56.455Z Downloaded serde_derive v1.0.228
1982026-05-08T19:35:56.458Z Downloaded ingot v0.1.1
1992026-05-08T19:35:56.458Z Downloaded dyn-clone v1.0.20
2002026-05-08T19:35:56.461Z Downloaded thiserror v2.0.18
2012026-05-08T19:35:56.504Z Downloaded crc32fast v1.5.0
2022026-05-08T19:35:56.508Z Downloaded embedded-io v0.4.0
2032026-05-08T19:35:56.508Z Downloaded managed v0.8.0
2042026-05-08T19:35:56.508Z Downloaded darling_macro v0.21.3
2052026-05-08T19:35:56.508Z Downloaded ident_case v1.0.1
2062026-05-08T19:35:56.508Z Downloaded embedded-io v0.6.1
2072026-05-08T19:35:56.508Z Downloaded uuid v1.20.0
2082026-05-08T19:35:56.508Z Downloaded either v1.15.0
2092026-05-08T19:35:56.511Z Downloaded heapless v0.8.0
2102026-05-08T19:35:56.511Z Downloaded unicode-ident v1.0.22
2112026-05-08T19:35:56.515Z Downloaded fnv v1.0.7
2122026-05-08T19:35:56.518Z Downloaded byteorder v1.5.0
2132026-05-08T19:35:56.522Z Downloaded thiserror-impl v2.0.18
2142026-05-08T19:35:56.525Z Downloaded ingot-types v0.1.2
2152026-05-08T19:35:56.528Z Downloaded quote v1.0.44
2162026-05-08T19:35:56.533Z Downloaded regex v1.12.2
2172026-05-08T19:35:56.536Z Downloaded darling_core v0.21.3
2182026-05-08T19:35:56.540Z Downloaded zerocopy-derive v0.8.34
2192026-05-08T19:35:56.544Z Downloaded serde v1.0.228
2202026-05-08T19:35:56.547Z Downloaded bitflags v2.10.0
2212026-05-08T19:35:56.552Z Downloaded darling v0.21.3
2222026-05-08T19:35:56.552Z Downloaded proc-macro2 v1.0.106
2232026-05-08T19:35:56.565Z Downloaded memchr v2.7.6
2242026-05-08T19:35:56.568Z Downloaded aho-corasick v1.1.4
2252026-05-08T19:35:56.571Z Downloaded itertools v0.14.0
2262026-05-08T19:35:56.603Z Downloaded zerocopy v0.8.34
2272026-05-08T19:35:56.616Z Downloaded smoltcp v0.11.0
2282026-05-08T19:35:56.631Z Downloaded regex-syntax v0.8.8
2292026-05-08T19:35:56.637Z Downloaded regex-automata v0.4.13
2302026-05-08T19:35:56.650Z Updating crates.io index
2312026-05-08T19:35:56.734Z Downloading crates ...
2322026-05-08T19:35:56.802Z Downloaded rustc-literal-escaper v0.0.5
2332026-05-08T19:35:56.806Z Downloaded cfg-if v1.0.1
2342026-05-08T19:35:56.806Z Downloaded adler2 v2.0.1
2352026-05-08T19:35:56.807Z Downloaded getopts v0.2.24
2362026-05-08T19:35:56.807Z Downloaded rustc-demangle v0.1.26
2372026-05-08T19:35:56.810Z Downloaded addr2line v0.25.0
2382026-05-08T19:35:56.818Z Downloaded miniz_oxide v0.8.9
2392026-05-08T19:35:56.831Z Downloaded memchr v2.7.5
2402026-05-08T19:35:56.837Z Downloaded hashbrown v0.15.5
2412026-05-08T19:35:56.859Z Downloaded gimli v0.32.0
2422026-05-08T19:35:56.882Z Downloaded object v0.37.3
2432026-05-08T19:35:56.913Z Downloaded libc v0.2.175
2442026-05-08T19:35:56.964Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2452026-05-08T19:35:56.964Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2462026-05-08T19:35:56.964Z Compiling proc-macro2 v1.0.106
2472026-05-08T19:35:56.964Z Compiling quote v1.0.44
2482026-05-08T19:35:56.967Z Compiling unicode-ident v1.0.22
2492026-05-08T19:35:56.967Z Compiling serde_core v1.0.228
2502026-05-08T19:35:56.967Z Compiling fnv v1.0.7
2512026-05-08T19:35:56.967Z Compiling ident_case v1.0.1
2522026-05-08T19:35:57.127Z Compiling strsim v0.11.1
2532026-05-08T19:35:57.146Z Compiling memchr v2.7.6
2542026-05-08T19:35:57.148Z Compiling regex-syntax v0.8.8
2552026-05-08T19:35:57.418Z Compiling serde v1.0.228
2562026-05-08T19:35:57.461Z Compiling thiserror v2.0.18
2572026-05-08T19:35:57.511Z Compiling either v1.15.0
2582026-05-08T19:35:57.537Z Compiling aho-corasick v1.1.4
2592026-05-08T19:35:57.697Z Compiling zerocopy v0.8.34
2602026-05-08T19:35:57.817Z Compiling itertools v0.14.0
2612026-05-08T19:35:57.825Z Compiling heapless v0.8.0
2622026-05-08T19:35:58.161Z Compiling syn v2.0.114
2632026-05-08T19:35:58.260Z Compiling smoltcp v0.11.0
2642026-05-08T19:35:58.309Z Compiling version_check v0.9.5
2652026-05-08T19:35:58.352Z Compiling crc32fast v1.5.0
2662026-05-08T19:35:58.666Z Compiling regex-automata v0.4.13
2672026-05-08T19:35:58.677Z Compiling ref-cast v1.0.25
2682026-05-08T19:35:58.692Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-05-08T19:36:00.178Z Compiling regex v1.12.2
2702026-05-08T19:36:00.467Z Compiling darling_core v0.21.3
2712026-05-08T19:36:01.405Z Compiling serde_derive v1.0.228
2722026-05-08T19:36:01.405Z Compiling zerocopy-derive v0.8.34
2732026-05-08T19:36:01.405Z Compiling thiserror-impl v2.0.18
2742026-05-08T19:36:01.411Z Compiling ref-cast-impl v1.0.25
2752026-05-08T19:36:01.411Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-05-08T19:36:02.608Z Compiling darling_macro v0.21.3
2772026-05-08T19:36:03.437Z Compiling darling v0.21.3
2782026-05-08T19:36:03.499Z Compiling ingot-macros v0.1.1
2792026-05-08T19:36:03.499Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-05-08T19:36:08.289Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2812026-05-08T19:36:10.229Z Checking byteorder v1.5.0
2822026-05-08T19:36:10.229Z Checking cfg-if v1.0.4
2832026-05-08T19:36:10.229Z Checking macaddr v1.0.1
2842026-05-08T19:36:10.235Z Checking stable_deref_trait v1.2.1
2852026-05-08T19:36:10.235Z Checking managed v0.8.0
2862026-05-08T19:36:10.280Z Checking bitflags v1.3.2
2872026-05-08T19:36:10.314Z Checking cobs v0.3.0
2882026-05-08T19:36:10.376Z Checking hash32 v0.3.1
2892026-05-08T19:36:10.457Z Checking dyn-clone v1.0.20
2902026-05-08T19:36:10.464Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-05-08T19:36:11.565Z Checking bitflags v2.10.0
2922026-05-08T19:36:11.565Z Checking uuid v1.20.0
2932026-05-08T19:36:11.701Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-05-08T19:36:11.941Z Checking postcard v1.1.3
2952026-05-08T19:36:12.041Z Checking ingot-types v0.1.2
2962026-05-08T19:36:12.310Z Checking ingot v0.1.1
2972026-05-08T19:36:13.538Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-05-08T19:36:17.637Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-05-08T19:36:19.121Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-05-08T19:36:21.481Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.28s
3012026-05-08T19:36:21.587Z
3022026-05-08T19:36:21.587Zreal 30.446930663
3032026-05-08T19:36:21.587Zuser 1:08.999774658
3042026-05-08T19:36:21.587Zsys 9.349834779
3052026-05-08T19:36:21.587Ztrap 0.025485671
3062026-05-08T19:36:21.587Ztflt 0.066115620
3072026-05-08T19:36:21.587Zdflt 0.203359598
3082026-05-08T19:36:21.587Zkflt 0.001651190
3092026-05-08T19:36:21.587Zlock 2:33.538200482
3102026-05-08T19:36:21.588Zslp 3:56.917895324
3112026-05-08T19:36:21.588Zlat 2.821070595
3122026-05-08T19:36:21.588Zstop 6.345102757
3132026-05-08T19:36:21.594Z+ pushd xde-link
3142026-05-08T19:36:21.594Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-05-08T19:36:21.594Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-05-08T19:36:21.774Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3172026-05-08T19:36:21.774Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3182026-05-08T19:36:21.774Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-05-08T19:36:32.215Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3202026-05-08T19:36:34.234Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.58s
3212026-05-08T19:36:34.255Z
3222026-05-08T19:36:34.255Zreal 12.663027964
3232026-05-08T19:36:34.255Zuser 20.324989467
3242026-05-08T19:36:34.258Zsys 1.178377212
3252026-05-08T19:36:34.258Ztrap 0.003646855
3262026-05-08T19:36:34.258Ztflt 0.037580286
3272026-05-08T19:36:34.259Zdflt 0.016395314
3282026-05-08T19:36:34.259Zkflt 0.000004638
3292026-05-08T19:36:34.259Zlock 52.704331691
3302026-05-08T19:36:34.259Zslp 55.991610731
3312026-05-08T19:36:34.259Zlat 0.388487883
3322026-05-08T19:36:34.259Zstop 0.120679873
3332026-05-08T19:36:34.259Z+ popd
3342026-05-08T19:36:34.259Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3352026-05-08T19:36:34.259Z+ popd
3362026-05-08T19:36:34.259Z/work/oxidecomputer/opte
3372026-05-08T19:36:34.259Z+ header 'build xde (debug)'
3382026-05-08T19:36:34.259Z# ==== build xde (debug) ==== #
3392026-05-08T19:36:34.259Z+ echo '# ==== build xde (debug) ==== #'
3402026-05-08T19:36:34.259Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-05-08T19:36:34.402Z Downloading crates ...
3422026-05-08T19:36:34.460Z Downloaded cargo_metadata v0.23.1
3432026-05-08T19:36:34.464Z Downloaded anstyle-parse v0.2.7
3442026-05-08T19:36:34.466Z Downloaded anstyle v1.0.13
3452026-05-08T19:36:34.471Z Downloaded clap_lex v0.7.7
3462026-05-08T19:36:34.474Z Downloaded anstyle-query v1.1.5
3472026-05-08T19:36:34.488Z Downloaded errno v0.3.14
3482026-05-08T19:36:34.492Z Downloaded colorchoice v1.0.4
3492026-05-08T19:36:34.492Z Downloaded cargo-platform v0.3.2
3502026-05-08T19:36:34.492Z Downloaded utf8parse v0.2.2
3512026-05-08T19:36:34.492Z Downloaded terminal_size v0.4.3
3522026-05-08T19:36:34.492Z Downloaded is_terminal_polyfill v1.70.2
3532026-05-08T19:36:34.493Z Downloaded heck v0.5.0
3542026-05-08T19:36:34.493Z Downloaded equivalent v1.0.2
3552026-05-08T19:36:34.497Z Downloaded camino v1.2.2
3562026-05-08T19:36:34.497Z Downloaded zmij v1.0.17
3572026-05-08T19:36:34.500Z Downloaded semver v1.0.27
3582026-05-08T19:36:34.500Z Downloaded serde_spanned v1.0.4
3592026-05-08T19:36:34.505Z Downloaded itoa v1.0.17
3602026-05-08T19:36:34.505Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3612026-05-08T19:36:34.511Z Downloaded anstream v0.6.21
3622026-05-08T19:36:34.511Z Downloaded toml_writer v1.0.6+spec-1.1.0
3632026-05-08T19:36:34.515Z Downloaded toml_parser v1.0.6+spec-1.1.0
3642026-05-08T19:36:34.526Z Downloaded toml v0.9.11+spec-1.1.0
3652026-05-08T19:36:34.532Z Downloaded anyhow v1.0.100
3662026-05-08T19:36:34.532Z Downloaded clap v4.5.54
3672026-05-08T19:36:34.541Z Downloaded clap_derive v4.5.49
3682026-05-08T19:36:34.554Z Downloaded indexmap v2.13.0
3692026-05-08T19:36:34.577Z Downloaded hashbrown v0.16.1
3702026-05-08T19:36:34.582Z Downloaded serde_json v1.0.149
3712026-05-08T19:36:34.590Z Downloaded clap_builder v4.5.54
3722026-05-08T19:36:34.595Z Downloaded winnow v0.7.14
3732026-05-08T19:36:34.625Z Downloaded rustix v1.1.3
3742026-05-08T19:36:34.645Z Downloaded libc v0.2.180
3752026-05-08T19:36:34.693Z Compiling proc-macro2 v1.0.106
3762026-05-08T19:36:34.693Z Compiling serde_core v1.0.228
3772026-05-08T19:36:34.693Z Compiling quote v1.0.44
3782026-05-08T19:36:34.697Z Compiling unicode-ident v1.0.22
3792026-05-08T19:36:34.697Z Compiling libc v0.2.180
3802026-05-08T19:36:34.697Z Compiling rustix v1.1.3
3812026-05-08T19:36:34.697Z Compiling bitflags v2.10.0
3822026-05-08T19:36:34.697Z Compiling utf8parse v0.2.2
3832026-05-08T19:36:34.846Z Compiling zmij v1.0.17
3842026-05-08T19:36:34.857Z Compiling anstyle-parse v0.2.7
3852026-05-08T19:36:35.090Z Compiling camino v1.2.2
3862026-05-08T19:36:35.103Z Compiling serde_json v1.0.149
3872026-05-08T19:36:35.148Z Compiling colorchoice v1.0.4
3882026-05-08T19:36:35.156Z Compiling thiserror v2.0.18
3892026-05-08T19:36:35.256Z Compiling is_terminal_polyfill v1.70.2
3902026-05-08T19:36:35.301Z Compiling anstyle-query v1.1.5
3912026-05-08T19:36:35.323Z Compiling serde v1.0.228
3922026-05-08T19:36:35.337Z Compiling anstyle v1.0.13
3932026-05-08T19:36:35.427Z Compiling itoa v1.0.17
3942026-05-08T19:36:35.513Z Compiling errno v0.3.14
3952026-05-08T19:36:35.646Z Compiling anstream v0.6.21
3962026-05-08T19:36:35.675Z Compiling strsim v0.11.1
3972026-05-08T19:36:35.703Z Compiling heck v0.5.0
3982026-05-08T19:36:35.757Z Compiling anyhow v1.0.100
3992026-05-08T19:36:35.896Z Compiling syn v2.0.114
4002026-05-08T19:36:35.900Z Compiling clap_lex v0.7.7
4012026-05-08T19:36:35.919Z Compiling memchr v2.7.6
4022026-05-08T19:36:36.073Z Compiling terminal_size v0.4.3
4032026-05-08T19:36:36.185Z Compiling winnow v0.7.14
4042026-05-08T19:36:36.224Z Compiling clap_builder v4.5.54
4052026-05-08T19:36:36.512Z Compiling toml_writer v1.0.6+spec-1.1.0
4062026-05-08T19:36:36.811Z Compiling cargo-platform v0.3.2
4072026-05-08T19:36:37.053Z Compiling semver v1.0.27
4082026-05-08T19:36:37.435Z Compiling toml_parser v1.0.6+spec-1.1.0
4092026-05-08T19:36:37.484Z Compiling toml_datetime v0.7.5+spec-1.1.0
4102026-05-08T19:36:37.523Z Compiling serde_spanned v1.0.4
4112026-05-08T19:36:37.830Z Compiling toml v0.9.11+spec-1.1.0
4122026-05-08T19:36:38.534Z Compiling serde_derive v1.0.228
4132026-05-08T19:36:38.583Z Compiling thiserror-impl v2.0.18
4142026-05-08T19:36:38.599Z Compiling clap_derive v4.5.49
4152026-05-08T19:36:40.221Z Compiling clap v4.5.54
4162026-05-08T19:36:41.611Z Compiling cargo_metadata v0.23.1
4172026-05-08T19:36:44.087Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4182026-05-08T19:36:45.581Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.31s
4192026-05-08T19:36:45.594Z Running `target/debug/xtask build --profile debug xde xde-link`
4202026-05-08T19:36:47.787ZBuilding xde (dev).
4212026-05-08T19:36:48.030Z Compiling serde_core v1.0.228
4222026-05-08T19:36:48.030Z Compiling byteorder v1.5.0
4232026-05-08T19:36:48.030Z Compiling macaddr v1.0.1
4242026-05-08T19:36:48.031Z Compiling stable_deref_trait v1.2.1
4252026-05-08T19:36:48.031Z Compiling cfg-if v1.0.4
4262026-05-08T19:36:48.046Z Compiling thiserror v2.0.18
4272026-05-08T19:36:48.046Z Compiling zerocopy v0.8.34
4282026-05-08T19:36:48.046Z Compiling bitflags v1.3.2
4292026-05-08T19:36:48.091Z Compiling managed v0.8.0
4302026-05-08T19:36:48.102Z Compiling cobs v0.3.0
4312026-05-08T19:36:48.102Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4322026-05-08T19:36:48.139Z Compiling either v1.15.0
4332026-05-08T19:36:48.206Z Compiling hash32 v0.3.1
4342026-05-08T19:36:48.290Z Compiling heapless v0.8.0
4352026-05-08T19:36:48.306Z Compiling itertools v0.14.0
4362026-05-08T19:36:48.306Z Compiling ref-cast v1.0.25
4372026-05-08T19:36:48.352Z Compiling crc32fast v1.5.0
4382026-05-08T19:36:48.374Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4392026-05-08T19:36:48.383Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4402026-05-08T19:36:48.397Z Compiling dyn-clone v1.0.20
4412026-05-08T19:36:52.750Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4422026-05-08T19:36:52.864Z Compiling smoltcp v0.11.0
4432026-05-08T19:36:52.865Z Compiling serde v1.0.228
4442026-05-08T19:36:52.865Z Compiling bitflags v2.10.0
4452026-05-08T19:36:52.865Z Compiling uuid v1.20.0
4462026-05-08T19:36:52.865Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4472026-05-08T19:36:52.865Z Compiling ingot-types v0.1.2
4482026-05-08T19:36:52.865Z Compiling postcard v1.1.3
4492026-05-08T19:36:52.865Z Compiling ingot v0.1.1
4502026-05-08T19:36:52.865Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-05-08T19:36:55.854Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4522026-05-08T19:37:06.500Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4532026-05-08T19:37:14.890Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.06s
4542026-05-08T19:37:14.914ZLinking xde kmod...
4552026-05-08T19:37:16.068ZBuilding xde dev link helper (dev).
4562026-05-08T19:37:16.228Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4572026-05-08T19:37:16.565Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4582026-05-08T19:37:16.587Z
4592026-05-08T19:37:16.590Zreal 42.324530789
4602026-05-08T19:37:16.590Zuser 2:15.586573837
4612026-05-08T19:37:16.590Zsys 10.667165517
4622026-05-08T19:37:16.590Ztrap 0.056459475
4632026-05-08T19:37:16.590Ztflt 0.322684299
4642026-05-08T19:37:16.591Zdflt 0.246755140
4652026-05-08T19:37:16.591Zkflt 0.000000000
4662026-05-08T19:37:16.591Zlock 5:05.362394210
4672026-05-08T19:37:16.591Zslp 5:17.624720656
4682026-05-08T19:37:16.591Zlat 6.882670761
4692026-05-08T19:37:16.591Zstop 5.081673389
4702026-05-08T19:37:16.591Z+ header 'build xde (release)'
4712026-05-08T19:37:16.591Z+ echo '# ==== build xde (release) ==== #'
4722026-05-08T19:37:16.591Z# ==== build xde (release) ==== #
4732026-05-08T19:37:16.591Z+ ptime -m cargo xtask build --profile release xde xde-link
4742026-05-08T19:37:16.720Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4752026-05-08T19:37:16.725Z Running `target/debug/xtask build --profile release xde xde-link`
4762026-05-08T19:37:16.905ZBuilding xde (release-lto).
4772026-05-08T19:37:17.142Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4782026-05-08T19:37:17.142Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4792026-05-08T19:37:17.142Z Compiling proc-macro2 v1.0.106
4802026-05-08T19:37:17.143Z Compiling quote v1.0.44
4812026-05-08T19:37:17.143Z Compiling unicode-ident v1.0.22
4822026-05-08T19:37:17.146Z Compiling serde_core v1.0.228
4832026-05-08T19:37:17.146Z Compiling ident_case v1.0.1
4842026-05-08T19:37:17.146Z Compiling strsim v0.11.1
4852026-05-08T19:37:17.257Z Compiling fnv v1.0.7
4862026-05-08T19:37:17.257Z Compiling memchr v2.7.6
4872026-05-08T19:37:17.337Z Compiling regex-syntax v0.8.8
4882026-05-08T19:37:17.496Z Compiling either v1.15.0
4892026-05-08T19:37:17.515Z Compiling serde v1.0.228
4902026-05-08T19:37:17.524Z Compiling thiserror v2.0.18
4912026-05-08T19:37:17.648Z Compiling aho-corasick v1.1.4
4922026-05-08T19:37:17.677Z Compiling zerocopy v0.8.34
4932026-05-08T19:37:17.891Z Compiling itertools v0.14.0
4942026-05-08T19:37:17.904Z Compiling heapless v0.8.0
4952026-05-08T19:37:18.184Z Compiling smoltcp v0.11.0
4962026-05-08T19:37:18.264Z Compiling syn v2.0.114
4972026-05-08T19:37:18.337Z Compiling crc32fast v1.5.0
4982026-05-08T19:37:18.437Z Compiling ref-cast v1.0.25
4992026-05-08T19:37:18.577Z Compiling version_check v0.9.5
5002026-05-08T19:37:18.793Z Compiling regex-automata v0.4.13
5012026-05-08T19:37:18.922Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-05-08T19:37:20.308Z Compiling regex v1.12.2
5032026-05-08T19:37:20.485Z Compiling darling_core v0.21.3
5042026-05-08T19:37:21.363Z Compiling zerocopy-derive v0.8.34
5052026-05-08T19:37:21.363Z Compiling serde_derive v1.0.228
5062026-05-08T19:37:21.367Z Compiling thiserror-impl v2.0.18
5072026-05-08T19:37:21.367Z Compiling ref-cast-impl v1.0.25
5082026-05-08T19:37:21.367Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5092026-05-08T19:37:22.595Z Compiling darling_macro v0.21.3
5102026-05-08T19:37:23.405Z Compiling darling v0.21.3
5112026-05-08T19:37:23.463Z Compiling ingot-macros v0.1.1
5122026-05-08T19:37:23.463Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-05-08T19:37:28.734Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5142026-05-08T19:37:30.641Z Compiling byteorder v1.5.0
5152026-05-08T19:37:30.641Z Compiling stable_deref_trait v1.2.1
5162026-05-08T19:37:30.642Z Compiling cfg-if v1.0.4
5172026-05-08T19:37:30.642Z Compiling macaddr v1.0.1
5182026-05-08T19:37:30.704Z Compiling managed v0.8.0
5192026-05-08T19:37:30.709Z Compiling cobs v0.3.0
5202026-05-08T19:37:30.732Z Compiling bitflags v1.3.2
5212026-05-08T19:37:30.795Z Compiling hash32 v0.3.1
5222026-05-08T19:37:30.916Z Compiling dyn-clone v1.0.20
5232026-05-08T19:37:31.004Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-05-08T19:37:32.216Z Compiling bitflags v2.10.0
5252026-05-08T19:37:32.216Z Compiling uuid v1.20.0
5262026-05-08T19:37:32.355Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-05-08T19:37:32.641Z Compiling postcard v1.1.3
5282026-05-08T19:37:32.669Z Compiling ingot-types v0.1.2
5292026-05-08T19:37:32.989Z Compiling ingot v0.1.1
5302026-05-08T19:37:34.431Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-05-08T19:37:38.074Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-05-08T19:37:46.958Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-05-08T19:38:15.802Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.85s
5342026-05-08T19:38:15.823ZLinking xde kmod...
5352026-05-08T19:38:16.225ZBuilding xde dev link helper (release).
5362026-05-08T19:38:16.385Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5372026-05-08T19:38:16.385Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5382026-05-08T19:38:16.385Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-05-08T19:38:27.240Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-05-08T19:38:29.457Z Finished `release` profile [optimized + debuginfo] target(s) in 13.19s
5412026-05-08T19:38:29.477Z
5422026-05-08T19:38:29.479Zreal 1:12.878145807
5432026-05-08T19:38:29.480Zuser 2:01.685049731
5442026-05-08T19:38:29.480Zsys 11.264236918
5452026-05-08T19:38:29.480Ztrap 0.028246756
5462026-05-08T19:38:29.480Ztflt 0.122892581
5472026-05-08T19:38:29.480Zdflt 0.237965943
5482026-05-08T19:38:29.480Zkflt 0.000009748
5492026-05-08T19:38:29.480Zlock 9:00.461835645
5502026-05-08T19:38:29.480Zslp 7:38.309521044
5512026-05-08T19:38:29.480Zlat 2.105236550
5522026-05-08T19:38:29.480Zstop 4.489900890
5532026-05-08T19:38:29.480Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-05-08T19:38:29.480Z+ grep GOTPCREL
5552026-05-08T19:38:31.156Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-05-08T19:38:31.159Z+ grep GOTPCREL
5572026-05-08T19:38:32.025Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-05-08T19:38:32.079Z+ sha256sum /work/debug/xde.dbg
5592026-05-08T19:38:32.128Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-05-08T19:38:32.131Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-05-08T19:38:32.135Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-05-08T19:38:32.168Z+ sha256sum /work/release/xde
5632026-05-08T19:38:32.195Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-05-08T19:38:32.199Z+ sha256sum /work/release/xde_link.so
5652026-05-08T19:38:32.199Z+ header 'build xde integration tests'
5662026-05-08T19:38:32.199Z+ echo '# ==== build xde integration tests ==== #'
5672026-05-08T19:38:32.199Z# ==== build xde integration tests ==== #
5682026-05-08T19:38:32.199Z+ pushd xde-tests
5692026-05-08T19:38:32.199Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-05-08T19:38:32.199Z+ cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
5712026-05-08T19:38:32.279Z+ cargo clippy --all-targets -- --deny warnings
5722026-05-08T19:38:32.482Z Compiling serde_core v1.0.228
5732026-05-08T19:38:32.482Z Checking cfg-if v1.0.4
5742026-05-08T19:38:32.482Z Checking memchr v2.7.6
5752026-05-08T19:38:32.482Z Compiling rustversion v1.0.22
5762026-05-08T19:38:32.482Z Compiling serde v1.0.228
5772026-05-08T19:38:32.485Z Compiling libc v0.2.180
5782026-05-08T19:38:32.509Z Compiling version_check v0.9.5
5792026-05-08T19:38:32.513Z Compiling syn v2.0.114
5802026-05-08T19:38:32.552Z Compiling zerocopy v0.8.34
5812026-05-08T19:38:32.760Z Compiling strsim v0.11.1
5822026-05-08T19:38:32.819Z Compiling fnv v1.0.7
5832026-05-08T19:38:32.860Z Compiling ident_case v1.0.1
5842026-05-08T19:38:32.943Z Compiling regex-syntax v0.8.8
5852026-05-08T19:38:32.957Z Compiling syn v1.0.109
5862026-05-08T19:38:33.036Z Checking pin-project-lite v0.2.16
5872026-05-08T19:38:33.112Z Compiling hashbrown v0.16.1
5882026-05-08T19:38:33.178Z Compiling either v1.15.0
5892026-05-08T19:38:33.285Z Compiling aho-corasick v1.1.4
5902026-05-08T19:38:33.364Z Compiling winnow v0.7.14
5912026-05-08T19:38:33.381Z Compiling equivalent v1.0.2
5922026-05-08T19:38:33.449Z Compiling itertools v0.14.0
5932026-05-08T19:38:33.630Z Compiling indexmap v2.13.0
5942026-05-08T19:38:34.253Z Compiling getrandom v0.3.4
5952026-05-08T19:38:34.373Z Compiling regex-automata v0.4.13
5962026-05-08T19:38:34.566Z Compiling toml_datetime v0.7.5+spec-1.1.0
5972026-05-08T19:38:34.625Z Compiling toml_parser v1.0.6+spec-1.1.0
5982026-05-08T19:38:34.666Z Compiling heapless v0.8.0
5992026-05-08T19:38:34.724Z Checking byteorder v1.5.0
6002026-05-08T19:38:34.787Z Checking bitflags v2.10.0
6012026-05-08T19:38:34.871Z Checking hash32 v0.3.1
6022026-05-08T19:38:34.935Z Compiling slog v2.8.2
6032026-05-08T19:38:34.962Z Compiling toml_edit v0.23.10+spec-1.0.0
6042026-05-08T19:38:34.969Z Checking macaddr v1.0.1
6052026-05-08T19:38:35.093Z Compiling darling_core v0.21.3
6062026-05-08T19:38:35.099Z Compiling smoltcp v0.11.0
6072026-05-08T19:38:35.138Z Checking stable_deref_trait v1.2.1
6082026-05-08T19:38:35.162Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6092026-05-08T19:38:35.200Z Checking futures-core v0.3.31
6102026-05-08T19:38:35.309Z Checking futures-sink v0.3.31
6112026-05-08T19:38:35.402Z Checking futures-channel v0.3.31
6122026-05-08T19:38:35.490Z Compiling proc-macro-crate v3.4.0
6132026-05-08T19:38:35.704Z Compiling proc-macro-error-attr v1.0.4
6142026-05-08T19:38:35.755Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
6152026-05-08T19:38:35.868Z Checking slab v0.4.11
6162026-05-08T19:38:35.911Z Compiling autocfg v1.5.0
6172026-05-08T19:38:35.911Z Compiling ref-cast v1.0.25
6182026-05-08T19:38:35.959Z Checking pin-utils v0.1.0
6192026-05-08T19:38:36.011Z Compiling crc32fast v1.5.0
6202026-05-08T19:38:36.016Z Checking futures-task v0.3.31
6212026-05-08T19:38:36.138Z Compiling regex v1.12.2
6222026-05-08T19:38:36.205Z Checking bitflags v1.3.2
6232026-05-08T19:38:36.252Z Checking futures-io v0.3.31
6242026-05-08T19:38:36.265Z Checking managed v0.8.0
6252026-05-08T19:38:36.320Z Compiling num-traits v0.2.19
6262026-05-08T19:38:36.334Z Compiling serde_derive v1.0.228
6272026-05-08T19:38:36.351Z Compiling zerocopy-derive v0.8.34
6282026-05-08T19:38:36.432Z Compiling thiserror-impl v2.0.18
6292026-05-08T19:38:36.528Z Compiling futures-macro v0.3.31
6302026-05-08T19:38:36.829Z Compiling num_enum_derive v0.7.5
6312026-05-08T19:38:36.982Z Compiling foreign-types-macros v0.2.3
6322026-05-08T19:38:37.249Z Compiling darling_macro v0.21.3
6332026-05-08T19:38:37.335Z Checking futures-util v0.3.31
6342026-05-08T19:38:37.583Z Compiling ref-cast-impl v1.0.25
6352026-05-08T19:38:37.616Z Checking thiserror v2.0.18
6362026-05-08T19:38:37.699Z Checking cobs v0.3.0
6372026-05-08T19:38:37.775Z Compiling darling v0.21.3
6382026-05-08T19:38:37.789Z Checking rand_core v0.9.5
6392026-05-08T19:38:37.794Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6402026-05-08T19:38:37.828Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6412026-05-08T19:38:37.838Z Compiling ingot-macros v0.1.1
6422026-05-08T19:38:37.940Z Compiling proc-macro-error v1.0.4
6432026-05-08T19:38:38.058Z Checking once_cell v1.21.3
6442026-05-08T19:38:38.074Z Checking foreign-types-shared v0.3.1
6452026-05-08T19:38:38.147Z Compiling crossbeam-utils v0.8.21
6462026-05-08T19:38:38.154Z Checking ipnetwork v0.21.1
6472026-05-08T19:38:38.157Z Checking unicode-width v0.2.2
6482026-05-08T19:38:38.215Z Checking tracing-core v0.1.36
6492026-05-08T19:38:38.389Z Checking tabwriter v1.4.1
6502026-05-08T19:38:38.436Z Checking foreign-types v0.5.0
6512026-05-08T19:38:38.497Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6522026-05-08T19:38:38.515Z Checking num_enum v0.7.5
6532026-05-08T19:38:38.600Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6542026-05-08T19:38:38.761Z Compiling tracing-attributes v0.1.31
6552026-05-08T19:38:38.907Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6562026-05-08T19:38:39.058Z Checking anyhow v1.0.100
6572026-05-08T19:38:39.219Z Checking futures-executor v0.3.31
6582026-05-08T19:38:39.337Z Checking cstr-argument v0.1.2
6592026-05-08T19:38:39.346Z Checking erased-serde v0.3.31
6602026-05-08T19:38:39.351Z Checking postcard v1.1.3
6612026-05-08T19:38:39.443Z Checking pretty-hex v0.4.1
6622026-05-08T19:38:39.481Z Compiling thiserror v1.0.69
6632026-05-08T19:38:39.503Z Checking ppv-lite86 v0.2.21
6642026-05-08T19:38:39.545Z Checking powerfmt v0.2.0
6652026-05-08T19:38:39.614Z Compiling time-core v0.1.8
6662026-05-08T19:38:39.680Z Checking dyn-clone v1.0.20
6672026-05-08T19:38:39.750Z Compiling num-conv v0.2.0
6682026-05-08T19:38:39.767Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
6692026-05-08T19:38:39.771Z Checking rand_chacha v0.9.0
6702026-05-08T19:38:39.872Z Compiling time-macros v0.2.26
6712026-05-08T19:38:39.928Z Checking deranged v0.5.5
6722026-05-08T19:38:39.937Z Checking rand v0.9.2
6732026-05-08T19:38:39.953Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
6742026-05-08T19:38:39.956Z Checking tracing v0.1.44
6752026-05-08T19:38:39.971Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6762026-05-08T19:38:40.067Z Checking futures v0.3.31
6772026-05-08T19:38:40.090Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6782026-05-08T19:38:40.179Z Compiling thiserror-impl v1.0.69
6792026-05-08T19:38:40.360Z Checking uuid v1.20.0
6802026-05-08T19:38:40.364Z Checking arc-swap v1.8.0
6812026-05-08T19:38:40.513Z Checking socket2 v0.6.2
6822026-05-08T19:38:40.539Z Checking ingot-types v0.1.2
6832026-05-08T19:38:40.643Z Checking nom v8.0.0
6842026-05-08T19:38:40.650Z Checking thread_local v1.1.9
6852026-05-08T19:38:40.752Z Checking colored v3.1.1
6862026-05-08T19:38:40.795Z Compiling slog-async v2.8.0
6872026-05-08T19:38:40.863Z Checking ingot v0.1.1
6882026-05-08T19:38:40.934Z Checking oxnet v0.1.4
6892026-05-08T19:38:40.952Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6902026-05-08T19:38:40.974Z Checking lazy_static v1.5.0
6912026-05-08T19:38:41.057Z Checking iana-time-zone v0.1.64
6922026-05-08T19:38:41.179Z Checking itoa v1.0.17
6932026-05-08T19:38:41.281Z Compiling heck v0.4.1
6942026-05-08T19:38:41.281Z Checking chrono v0.4.43
6952026-05-08T19:38:41.318Z Checking time v0.3.46
6962026-05-08T19:38:41.466Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6972026-05-08T19:38:41.547Z Checking slog-scope v4.4.1
6982026-05-08T19:38:41.668Z Checking crossbeam-channel v0.5.15
6992026-05-08T19:38:41.985Z Checking cookie-factory v0.3.3
7002026-05-08T19:38:42.065Z Checking itertools v0.12.1
7012026-05-08T19:38:42.084Z Checking is-terminal v0.4.17
7022026-05-08T19:38:42.105Z Checking log v0.4.29
7032026-05-08T19:38:42.156Z Checking take_mut v0.2.2
7042026-05-08T19:38:42.219Z Checking term v1.2.1
7052026-05-08T19:38:42.243Z Checking circular v0.3.0
7062026-05-08T19:38:42.257Z Checking slog-stdlog v4.1.1
7072026-05-08T19:38:42.358Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7082026-05-08T19:38:42.426Z Checking slog-term v2.9.2
7092026-05-08T19:38:42.510Z Checking rusticata-macros v5.0.0
7102026-05-08T19:38:42.629Z Checking pcap-parser v0.17.0
7112026-05-08T19:38:43.011Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7122026-05-08T19:38:43.281Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
7132026-05-08T19:38:43.908Z Checking slog-envlogger v2.2.0
7142026-05-08T19:38:46.672Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7152026-05-08T19:38:48.193Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7162026-05-08T19:38:48.193Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7172026-05-08T19:38:48.528Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7182026-05-08T19:38:49.017Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.69s
7192026-05-08T19:38:49.048Z+ cargo build --test loopback
7202026-05-08T19:38:49.207Z Compiling cfg-if v1.0.4
7212026-05-08T19:38:49.207Z Compiling memchr v2.7.6
7222026-05-08T19:38:49.210Z Compiling serde_core v1.0.228
7232026-05-08T19:38:49.210Z Compiling libc v0.2.180
7242026-05-08T19:38:49.233Z Compiling zerocopy v0.8.34
7252026-05-08T19:38:49.235Z Compiling thiserror v2.0.18
7262026-05-08T19:38:49.238Z Compiling pin-project-lite v0.2.16
7272026-05-08T19:38:49.241Z Compiling either v1.15.0
7282026-05-08T19:38:49.279Z Compiling byteorder v1.5.0
7292026-05-08T19:38:49.307Z Compiling futures-sink v0.3.31
7302026-05-08T19:38:49.312Z Compiling stable_deref_trait v1.2.1
7312026-05-08T19:38:49.370Z Compiling futures-core v0.3.31
7322026-05-08T19:38:49.393Z Compiling macaddr v1.0.1
7332026-05-08T19:38:49.417Z Compiling hash32 v0.3.1
7342026-05-08T19:38:49.445Z Compiling cobs v0.3.0
7352026-05-08T19:38:49.516Z Compiling getrandom v0.3.4
7362026-05-08T19:38:49.560Z Compiling heapless v0.8.0
7372026-05-08T19:38:49.573Z Compiling futures-channel v0.3.31
7382026-05-08T19:38:49.633Z Compiling managed v0.8.0
7392026-05-08T19:38:49.718Z Compiling futures-task v0.3.31
7402026-05-08T19:38:49.725Z Compiling bitflags v1.3.2
7412026-05-08T19:38:49.787Z Compiling slab v0.4.11
7422026-05-08T19:38:49.790Z Compiling futures-io v0.3.31
7432026-05-08T19:38:49.846Z Compiling pin-utils v0.1.0
7442026-05-08T19:38:49.896Z Compiling rand_core v0.9.5
7452026-05-08T19:38:49.907Z Compiling smoltcp v0.11.0
7462026-05-08T19:38:49.953Z Compiling futures-util v0.3.31
7472026-05-08T19:38:49.961Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7482026-05-08T19:38:49.964Z Compiling ipnetwork v0.21.1
7492026-05-08T19:38:50.157Z Compiling foreign-types-shared v0.3.1
7502026-05-08T19:38:50.180Z Compiling unicode-width v0.2.2
7512026-05-08T19:38:50.237Z Compiling once_cell v1.21.3
7522026-05-08T19:38:50.480Z Compiling tabwriter v1.4.1
7532026-05-08T19:38:50.484Z Compiling tracing-core v0.1.36
7542026-05-08T19:38:50.509Z Compiling foreign-types v0.5.0
7552026-05-08T19:38:50.616Z Compiling ref-cast v1.0.25
7562026-05-08T19:38:50.715Z Compiling num_enum v0.7.5
7572026-05-08T19:38:50.833Z Compiling crc32fast v1.5.0
7582026-05-08T19:38:50.842Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
7592026-05-08T19:38:50.902Z Compiling cstr-argument v0.1.2
7602026-05-08T19:38:50.942Z Compiling serde v1.0.228
7612026-05-08T19:38:51.072Z Compiling bitflags v2.10.0
7622026-05-08T19:38:51.076Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7632026-05-08T19:38:51.150Z Compiling itertools v0.14.0
7642026-05-08T19:38:51.171Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7652026-05-08T19:38:51.329Z Compiling ingot-types v0.1.2
7662026-05-08T19:38:51.461Z Compiling erased-serde v0.3.31
7672026-05-08T19:38:51.570Z Compiling postcard v1.1.3
7682026-05-08T19:38:51.719Z Compiling ingot v0.1.1
7692026-05-08T19:38:51.832Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7702026-05-08T19:38:51.854Z Compiling slog v2.8.2
7712026-05-08T19:38:51.913Z Compiling ppv-lite86 v0.2.21
7722026-05-08T19:38:52.073Z Compiling futures-executor v0.3.31
7732026-05-08T19:38:52.152Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7742026-05-08T19:38:52.235Z Compiling rand_chacha v0.9.0
7752026-05-08T19:38:52.421Z Compiling powerfmt v0.2.0
7762026-05-08T19:38:52.432Z Compiling dyn-clone v1.0.20
7772026-05-08T19:38:52.601Z Compiling pretty-hex v0.4.1
7782026-05-08T19:38:52.683Z Compiling deranged v0.5.5
7792026-05-08T19:38:52.695Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
7802026-05-08T19:38:52.702Z Compiling tracing v0.1.44
7812026-05-08T19:38:52.707Z Compiling rand v0.9.2
7822026-05-08T19:38:52.733Z Compiling futures v0.3.31
7832026-05-08T19:38:52.803Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7842026-05-08T19:38:52.905Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7852026-05-08T19:38:52.918Z Compiling uuid v1.20.0
7862026-05-08T19:38:53.057Z Compiling num-traits v0.2.19
7872026-05-08T19:38:53.316Z Compiling crossbeam-utils v0.8.21
7882026-05-08T19:38:53.398Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7892026-05-08T19:38:53.510Z Compiling nom v8.0.0
7902026-05-08T19:38:53.516Z Compiling aho-corasick v1.1.4
7912026-05-08T19:38:53.750Z Compiling socket2 v0.6.2
7922026-05-08T19:38:53.763Z Compiling thread_local v1.1.9
7932026-05-08T19:38:53.865Z Compiling arc-swap v1.8.0
7942026-05-08T19:38:54.187Z Compiling time-core v0.1.8
7952026-05-08T19:38:54.201Z Compiling colored v3.1.1
7962026-05-08T19:38:54.238Z Compiling num-conv v0.2.0
7972026-05-08T19:38:54.328Z Compiling winnow v0.7.14
7982026-05-08T19:38:54.358Z Compiling lazy_static v1.5.0
7992026-05-08T19:38:54.447Z Compiling regex-syntax v0.8.8
8002026-05-08T19:38:54.968Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8012026-05-08T19:38:55.063Z Compiling iana-time-zone v0.1.64
8022026-05-08T19:38:55.205Z Compiling oxnet v0.1.4
8032026-05-08T19:38:55.610Z Compiling chrono v0.4.43
8042026-05-08T19:38:55.677Z Compiling rusticata-macros v5.0.0
8052026-05-08T19:38:55.807Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
8062026-05-08T19:38:56.008Z Compiling regex-automata v0.4.13
8072026-05-08T19:38:56.015Z Compiling time v0.3.46
8082026-05-08T19:38:56.302Z Compiling slog-scope v4.4.1
8092026-05-08T19:38:56.758Z Compiling thiserror v1.0.69
8102026-05-08T19:38:56.857Z Compiling crossbeam-channel v0.5.15
8112026-05-08T19:38:57.580Z Compiling cookie-factory v0.3.3
8122026-05-08T19:38:57.889Z Compiling is-terminal v0.4.17
8132026-05-08T19:38:57.920Z Compiling itertools v0.12.1
8142026-05-08T19:38:57.975Z Compiling term v1.2.1
8152026-05-08T19:38:59.328Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8162026-05-08T19:38:59.606Z Compiling take_mut v0.2.2
8172026-05-08T19:38:59.712Z Compiling circular v0.3.0
8182026-05-08T19:38:59.985Z Compiling log v0.4.29
8192026-05-08T19:39:00.246Z Compiling slog-stdlog v4.1.1
8202026-05-08T19:39:00.547Z Compiling pcap-parser v0.17.0
8212026-05-08T19:39:00.682Z Compiling slog-async v2.8.0
8222026-05-08T19:39:00.709Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8232026-05-08T19:39:02.511Z Compiling slog-term v2.9.2
8242026-05-08T19:39:02.823Z Compiling regex v1.12.2
8252026-05-08T19:39:03.203Z Compiling slog-envlogger v2.2.0
8262026-05-08T19:39:03.644Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8272026-05-08T19:39:04.026Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8282026-05-08T19:39:04.216Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
8292026-05-08T19:39:04.783Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-05-08T19:39:12.318Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.26s
8312026-05-08T19:39:12.349Z++ cargo build -q --test loopback --message-format=json
8322026-05-08T19:39:12.352Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-05-08T19:39:12.457Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-c7dba583f4653eb7
8342026-05-08T19:39:12.457Z+ cargo build --test multicast_rx
8352026-05-08T19:39:12.547Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-05-08T19:39:14.107Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.62s
8372026-05-08T19:39:14.119Z++ cargo build -q --test multicast_rx --message-format=json
8382026-05-08T19:39:14.122Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-05-08T19:39:14.226Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-7c0bac4fe5f2bf0b
8402026-05-08T19:39:14.226Z+ cargo build --test multicast_multi_sub
8412026-05-08T19:39:14.316Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-05-08T19:39:16.058Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.82s
8432026-05-08T19:39:16.089Z++ cargo build -q --test multicast_multi_sub --message-format=json
8442026-05-08T19:39:16.091Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-05-08T19:39:16.193Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-86181d0fb1bde871
8462026-05-08T19:39:16.193Z+ cargo build --test multicast_validation
8472026-05-08T19:39:16.283Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-05-08T19:39:18.163Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.96s
8492026-05-08T19:39:18.194Z++ cargo build -q --test multicast_validation --message-format=json
8502026-05-08T19:39:18.197Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-05-08T19:39:18.298Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-93b034b688e47f79
8522026-05-08T19:39:18.298Z+ mkdir -p /work/test
8532026-05-08T19:39:18.302Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-c7dba583f4653eb7 /work/test/loopback
8542026-05-08T19:39:18.339Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-7c0bac4fe5f2bf0b /work/test/multicast_rx
8552026-05-08T19:39:18.378Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-86181d0fb1bde871 /work/test/multicast_multi_sub
8562026-05-08T19:39:18.420Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-93b034b688e47f79 /work/test/multicast_validation
8572026-05-08T19:39:18.460Zprocess exited: duration 245384 ms, exit code 0
 
8582026-05-08T19:39:18.480Zfound 13 output files
8592026-05-08T19:39:18.480Zuploading: /work/debug/xde.dbg (87301304 bytes)
8602026-05-08T19:39:19.995Zuploaded: /work/debug/xde.dbg
8612026-05-08T19:39:19.995Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8622026-05-08T19:39:21.007Zuploaded: /work/debug/xde.dbg.sha256
8632026-05-08T19:39:21.007Zuploading: /work/debug/xde_link.dbg.so (1099884 bytes)
8642026-05-08T19:39:22.032Zuploaded: /work/debug/xde_link.dbg.so
8652026-05-08T19:39:22.032Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8662026-05-08T19:39:23.046Zuploaded: /work/debug/xde_link.dbg.so.sha256
8672026-05-08T19:39:23.046Zuploading: /work/release/xde (46654696 bytes)
8682026-05-08T19:39:24.420Zuploaded: /work/release/xde
8692026-05-08T19:39:24.423Zuploading: /work/release/xde.sha256 (84 bytes)
8702026-05-08T19:39:25.444Zuploaded: /work/release/xde.sha256
8712026-05-08T19:39:25.447Zuploading: /work/release/xde_link.so (38860 bytes)
8722026-05-08T19:39:26.457Zuploaded: /work/release/xde_link.so
8732026-05-08T19:39:26.460Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8742026-05-08T19:39:27.468Zuploaded: /work/release/xde_link.so.sha256
8752026-05-08T19:39:27.474Zuploading: /work/test/loopback (48841472 bytes)
8762026-05-08T19:39:28.727Zuploaded: /work/test/loopback
8772026-05-08T19:39:28.729Zuploading: /work/test/multicast_rx (49144784 bytes)
8782026-05-08T19:39:30.011Zuploaded: /work/test/multicast_rx
8792026-05-08T19:39:30.014Zuploading: /work/test/multicast_multi_sub (53116376 bytes)
8802026-05-08T19:39:31.304Zuploaded: /work/test/multicast_multi_sub
8812026-05-08T19:39:31.304Zuploading: /work/test/multicast_validation (49317816 bytes)
8822026-05-08T19:39:32.582Zuploaded: /work/test/multicast_validation
8832026-05-08T19:39:32.587Zuploading: /work/xde.conf (79 bytes)
8842026-05-08T19:39:33.597Zuploaded: /work/xde.conf