01KWCG88XJWJDCDKVT518GN5E3: 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/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: 01KWCG8V0YA31N215H9XPFB4YH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T14:53:26.400Zjob assigned to worker 01KWCG91WCWXC1AXC111XVQF0Y [factory aws, i-09c0ca83722d8d325] (queued for 58 s)
 
22026-06-30T14:53:32.711Zstarting task 0: "setup"
32026-06-30T14:53:32.714Z++ uname -s
42026-06-30T14:53:32.717Z+ kern=SunOS
52026-06-30T14:53:32.717Z+ build_user=build
62026-06-30T14:53:32.717Z+ build_uid=12345
72026-06-30T14:53:32.717Z+ work_dir=/work
82026-06-30T14:53:32.717Z+ input_dir=/input
92026-06-30T14:53:32.717Z+ [[ 0 == 12345 ]]
102026-06-30T14:53:32.718Z+ case "$kern" in
112026-06-30T14:53:32.718Z+ groupadd -g 12345 build
122026-06-30T14:53:32.721Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T14:53:34.725Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T14:53:34.835Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T14:53:34.839Z+ home_fs=zfs
162026-06-30T14:53:34.839Z+ [[ zfs == autofs ]]
172026-06-30T14:53:34.839Z+ mkdir -p /home/build
182026-06-30T14:53:34.839Z+ chown build:build /home/build /work
192026-06-30T14:53:36.840Z+ chmod 0700 /home/build /work
202026-06-30T14:53:36.843Zprocess exited: duration 4132 ms, exit code 0
 
212026-06-30T14:53:36.853Zstarting task 1: "rust-toolchain"
222026-06-30T14:53:36.859Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T14:53:36.859Z * rust toolchain channel = "1.96.0"
242026-06-30T14:53:36.859Z * rust toolchain profile = "default"
252026-06-30T14:53:36.859Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-30T14:53:36.859Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T14:53:36.859Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T14:53:36.862Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T14:53:36.862Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T14:53:36.928Zinfo: downloading installer
312026-06-30T14:53:38.463Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T14:53:38.464Zwarn: /home/build/.rustup/settings.toml
332026-06-30T14:53:38.464Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T14:53:38.464Zwarn: instead of the one inferred from the default host triple.
352026-06-30T14:53:38.474Zinfo: profile set to default
362026-06-30T14:53:38.475Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T14:53:38.479Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T14:53:38.615Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T14:53:38.622Zinfo: downloading 6 components
402026-06-30T14:53:53.268Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T14:53:53.268Z
422026-06-30T14:53:53.299Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T14:53:53.299Z
442026-06-30T14:53:53.299Z
452026-06-30T14:53:53.299ZRust is installed now. Great!
462026-06-30T14:53:53.299Z
472026-06-30T14:53:53.299ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T14:53:53.299Zenvironment variable. This has not been done automatically.
492026-06-30T14:53:53.299Z
502026-06-30T14:53:53.299ZTo configure your current shell, you need to source
512026-06-30T14:53:53.299Zthe corresponding env file under $HOME/.cargo.
522026-06-30T14:53:53.299Z
532026-06-30T14:53:53.300ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T14:53:53.305Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T14:53:53.305Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T14:53:53.305Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T14:53:53.305Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T14:53:53.305Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T14:53:53.305Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T14:53:53.305Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T14:53:53.305Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T14:53:53.403Z+ rustup --version
632026-06-30T14:53:53.412Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T14:53:53.415Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T14:53:53.434Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T14:53:53.437Z+ cargo --version
672026-06-30T14:53:53.450Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T14:53:53.453Z+ rustc --version
692026-06-30T14:53:53.473Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T14:53:53.476Zprocess exited: duration 16622 ms, exit code 0
 
712026-06-30T14:53:53.482Zstarting task 2: "authentication"
722026-06-30T14:53:53.498Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T14:53:53.505Zstarting task 3: "clone repository"
742026-06-30T14:53:53.508Z+ mkdir -p /work/oxidecomputer/opte
752026-06-30T14:53:53.511Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-30T14:53:53.541ZCloning into '/work/oxidecomputer/opte'...
772026-06-30T14:53:54.463Z+ cd /work/oxidecomputer/opte
782026-06-30T14:53:54.463Z+ git fetch origin 2a1be40c7ae5607cb84359f9638df92ee41bc860
792026-06-30T14:53:54.716ZFrom https://github.com/oxidecomputer/opte
802026-06-30T14:53:54.716Z * branch 2a1be40c7ae5607cb84359f9638df92ee41bc860 -> FETCH_HEAD
812026-06-30T14:53:54.721Z+ [[ -n c3 ]]
822026-06-30T14:53:54.725Z++ git branch --show-current
832026-06-30T14:53:54.725Z+ current=master
842026-06-30T14:53:54.725Z+ [[ master != c3 ]]
852026-06-30T14:53:54.725Z+ git branch -f c3 2a1be40c7ae5607cb84359f9638df92ee41bc860
862026-06-30T14:53:54.728Z+ git checkout -f c3
872026-06-30T14:53:54.744ZSwitched to branch 'c3'
882026-06-30T14:53:54.747Z+ git reset --hard 2a1be40c7ae5607cb84359f9638df92ee41bc860
892026-06-30T14:53:54.760ZHEAD is now at 2a1be40 [safety] Weaken lifetime in get_xde_state()
902026-06-30T14:53:54.763Zprocess exited: duration 1255 ms, exit code 0
 
912026-06-30T14:53:54.770Zstarting task 4: "build"
922026-06-30T14:53:54.774Z+ source .github/buildomat/common.sh
932026-06-30T14:53:54.777Z++ rustup show active-toolchain
942026-06-30T14:53:54.780Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-30T14:53:54.783Z++ pushd xde
962026-06-30T14:53:54.783Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-30T14:53:54.783Z++ rustup show active-toolchain
982026-06-30T14:53:54.786Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-30T14:53:54.930Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-30T14:53:54.933Zinfo: downloading 6 components
1012026-06-30T14:54:08.233Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-30T14:54:08.322Z+++ rustup show active-toolchain -v
1032026-06-30T14:54:08.325Z+++ head -n 1
1042026-06-30T14:54:08.325Z+++ cut '-d ' -f1
1052026-06-30T14:54:08.381Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-30T14:54:08.381Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-30T14:54:08.381Z++ popd
1082026-06-30T14:54:08.384Z/work/oxidecomputer/opte
1092026-06-30T14:54:08.384Z+ TGT_BASE=/work
1102026-06-30T14:54:08.384Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-06-30T14:54:08.384Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-06-30T14:54:08.384Z+ DBG_TGT=/work/debug
1132026-06-30T14:54:08.385Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-06-30T14:54:08.385Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-06-30T14:54:08.385Z+ REL_TGT=/work/release
1162026-06-30T14:54:08.385Z+ mkdir -p /work/debug /work/release
1172026-06-30T14:54:08.385Z+ cargo --version
1182026-06-30T14:54:08.391Zcargo 1.96.0 (30a34c682 2026-05-25)
1192026-06-30T14:54:08.394Z+ rustc --version
1202026-06-30T14:54:08.414Zrustc 1.96.0 (ac68faa20 2026-05-25)
1212026-06-30T14:54:08.416Z+ install_pkg jq
1222026-06-30T14:54:08.416Z+ set +o errexit
1232026-06-30T14:54:08.416Z+ pfexec pkg install jq
1242026-06-30T14:54:09.388Z Startup: Refreshing catalog 'helios' ... Done
1252026-06-30T14:54:09.502Z Startup: Caching catalogs ... Done
1262026-06-30T14:54:09.991ZPlanning: Solver setup ... Done
1272026-06-30T14:54:10.017ZPlanning: Running solver ... Done
1282026-06-30T14:54:10.026ZPlanning: Consolidating action changes ... Done
1292026-06-30T14:54:10.029ZPlanning: Evaluating mediators ... Done
1302026-06-30T14:54:10.029ZPlanning: Planning completed in 0.50 seconds
1312026-06-30T14:54:10.042ZNo updates necessary for this image.
1322026-06-30T14:54:10.145Z+ exit_code=4
1332026-06-30T14:54:10.145Z+ [[ 4 -ne 0 ]]
1342026-06-30T14:54:10.146Z+ [[ 4 -ne 4 ]]
1352026-06-30T14:54:10.146Z+ set -o errexit
1362026-06-30T14:54:10.149Z+ pushd xde
1372026-06-30T14:54:10.149Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1382026-06-30T14:54:10.149Z+ cp xde.conf /work/xde.conf
1392026-06-30T14:54:10.149Z+ header 'check style'
1402026-06-30T14:54:10.149Z+ echo '# ==== check style ==== #'
1412026-06-30T14:54:10.149Z# ==== check style ==== #
1422026-06-30T14:54:10.149Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-06-30T14:54:10.359Z
1442026-06-30T14:54:10.359Zreal 0.207202536
1452026-06-30T14:54:10.359Zuser 0.152594992
1462026-06-30T14:54:10.359Zsys 0.044835229
1472026-06-30T14:54:10.359Ztrap 0.000009330
1482026-06-30T14:54:10.359Ztflt 0.000010000
1492026-06-30T14:54:10.363Zdflt 0.000080490
1502026-06-30T14:54:10.363Zkflt 0.000000000
1512026-06-30T14:54:10.363Zlock 0.038308785
1522026-06-30T14:54:10.363Zslp 0.185878960
1532026-06-30T14:54:10.363Zlat 0.001000310
1542026-06-30T14:54:10.363Zstop 0.000104370
1552026-06-30T14:54:10.363Z+ header analyze
1562026-06-30T14:54:10.363Z+ echo '# ==== analyze ==== #'
1572026-06-30T14:54:10.363Z# ==== analyze ==== #
1582026-06-30T14:54:10.363Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1592026-06-30T14:54:10.541Z Updating crates.io index
1602026-06-30T14:54:10.544Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-06-30T14:54:11.506Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-06-30T14:54:11.964Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-06-30T14:54:12.325Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-06-30T14:54:12.590Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-06-30T14:54:12.856Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-06-30T14:54:13.135Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-06-30T14:54:14.895Z Downloading crates ...
1682026-06-30T14:54:14.945Z Downloaded bitflags v2.13.0
1692026-06-30T14:54:14.948Z Downloaded darling v0.23.0
1702026-06-30T14:54:14.953Z Downloaded ref-cast-impl v1.0.25
1712026-06-30T14:54:14.961Z Downloaded bitflags v1.3.2
1722026-06-30T14:54:14.965Z Downloaded byteorder v1.5.0
1732026-06-30T14:54:14.970Z Downloaded managed v0.8.0
1742026-06-30T14:54:14.973Z Downloaded cfg-if v1.0.4
1752026-06-30T14:54:14.975Z Downloaded dyn-clone v1.0.20
1762026-06-30T14:54:14.976Z Downloaded cobs v0.3.0
1772026-06-30T14:54:14.982Z Downloaded strsim v0.11.1
1782026-06-30T14:54:14.989Z Downloaded hash32 v0.3.1
1792026-06-30T14:54:14.992Z Downloaded macaddr v1.0.1
1802026-06-30T14:54:14.992Z Downloaded proc-macro-error-attr2 v2.0.0
1812026-06-30T14:54:14.992Z Downloaded darling_macro v0.21.3
1822026-06-30T14:54:14.992Z Downloaded stable_deref_trait v1.2.1
1832026-06-30T14:54:14.995Z Downloaded ident_case v1.0.1
1842026-06-30T14:54:14.998Z Downloaded darling_macro v0.23.0
1852026-06-30T14:54:14.998Z Downloaded embedded-io v0.6.1
1862026-06-30T14:54:14.998Z Downloaded ref-cast v1.0.25
1872026-06-30T14:54:15.001Z Downloaded version_check v0.9.5
1882026-06-30T14:54:15.004Z Downloaded embedded-io v0.4.0
1892026-06-30T14:54:15.004Z Downloaded defmt v0.3.100
1902026-06-30T14:54:15.004Z Downloaded fnv v1.0.7
1912026-06-30T14:54:15.007Z Downloaded proc-macro2 v1.0.106
1922026-06-30T14:54:15.007Z Downloaded crc32fast v1.5.0
1932026-06-30T14:54:15.010Z Downloaded itertools v0.14.0
1942026-06-30T14:54:15.020Z Downloaded thiserror v2.0.18
1952026-06-30T14:54:15.025Z Downloaded proc-macro-error2 v2.0.1
1962026-06-30T14:54:15.027Z Downloaded quote v1.0.46
1972026-06-30T14:54:15.030Z Downloaded thiserror-impl v2.0.18
1982026-06-30T14:54:15.038Z Downloaded ingot v0.1.1
1992026-06-30T14:54:15.042Z Downloaded ingot-types v0.1.2
2002026-06-30T14:54:15.049Z Downloaded defmt v1.1.0
2012026-06-30T14:54:15.056Z Downloaded either v1.16.0
2022026-06-30T14:54:15.059Z Downloaded darling v0.21.3
2032026-06-30T14:54:15.062Z Downloaded darling_core v0.23.0
2042026-06-30T14:54:15.064Z Downloaded defmt-macros v1.1.0
2052026-06-30T14:54:15.064Z Downloaded heapless v0.8.0
2062026-06-30T14:54:15.068Z Downloaded ingot-macros v0.1.1
2072026-06-30T14:54:15.068Z Downloaded postcard v1.1.3
2082026-06-30T14:54:15.068Z Downloaded defmt-parser v1.0.0
2092026-06-30T14:54:15.070Z Downloaded unicode-ident v1.0.24
2102026-06-30T14:54:15.070Z Downloaded uuid v1.23.3
2112026-06-30T14:54:15.073Z Downloaded serde_derive v1.0.228
2122026-06-30T14:54:15.085Z Downloaded serde v1.0.228
2132026-06-30T14:54:15.088Z Downloaded serde_core v1.0.228
2142026-06-30T14:54:15.093Z Downloaded darling_core v0.21.3
2152026-06-30T14:54:15.102Z Downloaded zerocopy-derive v0.8.52
2162026-06-30T14:54:15.107Z Downloaded memchr v2.8.2
2172026-06-30T14:54:15.114Z Downloaded aho-corasick v1.1.4
2182026-06-30T14:54:15.141Z Downloaded regex v1.12.4
2192026-06-30T14:54:15.148Z Downloaded itertools v0.15.0
2202026-06-30T14:54:15.190Z Downloaded syn v2.0.118
2212026-06-30T14:54:15.196Z Downloaded zerocopy v0.8.52
2222026-06-30T14:54:15.208Z Downloaded regex-syntax v0.8.11
2232026-06-30T14:54:15.212Z Downloaded smoltcp v0.11.0
2242026-06-30T14:54:15.218Z Downloaded regex-automata v0.4.14
2252026-06-30T14:54:15.229Z Updating crates.io index
2262026-06-30T14:54:15.269Z Downloading crates ...
2272026-06-30T14:54:15.288Z Downloaded memchr v2.7.6
2282026-06-30T14:54:15.295Z Downloaded addr2line v0.25.1
2292026-06-30T14:54:15.318Z Downloaded getopts v0.2.24
2302026-06-30T14:54:15.321Z Downloaded gimli v0.32.3
2312026-06-30T14:54:15.322Z Downloaded miniz_oxide v0.8.9
2322026-06-30T14:54:15.322Z Downloaded adler2 v2.0.1
2332026-06-30T14:54:15.322Z Downloaded rustc-demangle v0.1.27
2342026-06-30T14:54:15.325Z Downloaded rustc-literal-escaper v0.0.7
2352026-06-30T14:54:15.330Z Downloaded foldhash v0.2.0
2362026-06-30T14:54:15.344Z Downloaded hashbrown v0.17.1
2372026-06-30T14:54:15.376Z Downloaded object v0.37.3
2382026-06-30T14:54:15.403Z Downloaded libc v0.2.185
2392026-06-30T14:54:15.458Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2402026-06-30T14:54:15.458Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2412026-06-30T14:54:15.458Z Compiling proc-macro2 v1.0.106
2422026-06-30T14:54:15.461Z Compiling quote v1.0.46
2432026-06-30T14:54:15.461Z Compiling unicode-ident v1.0.24
2442026-06-30T14:54:15.461Z Compiling strsim v0.11.1
2452026-06-30T14:54:15.461Z Compiling ident_case v1.0.1
2462026-06-30T14:54:15.519Z Compiling serde_core v1.0.228
2472026-06-30T14:54:15.640Z Compiling fnv v1.0.7
2482026-06-30T14:54:15.660Z Compiling memchr v2.8.2
2492026-06-30T14:54:15.732Z Compiling regex-syntax v0.8.11
2502026-06-30T14:54:15.926Z Compiling serde v1.0.228
2512026-06-30T14:54:15.938Z Compiling zerocopy v0.8.52
2522026-06-30T14:54:15.960Z Compiling either v1.16.0
2532026-06-30T14:54:16.053Z Compiling aho-corasick v1.1.4
2542026-06-30T14:54:16.161Z Compiling thiserror v2.0.18
2552026-06-30T14:54:16.347Z Compiling itertools v0.14.0
2562026-06-30T14:54:16.377Z Compiling heapless v0.8.0
2572026-06-30T14:54:16.762Z Compiling syn v2.0.118
2582026-06-30T14:54:16.811Z Compiling smoltcp v0.11.0
2592026-06-30T14:54:16.849Z Compiling ref-cast v1.0.25
2602026-06-30T14:54:16.915Z Compiling version_check v0.9.5
2612026-06-30T14:54:17.252Z Compiling regex-automata v0.4.14
2622026-06-30T14:54:17.270Z Compiling crc32fast v1.5.0
2632026-06-30T14:54:17.296Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2642026-06-30T14:54:18.855Z Compiling regex v1.12.4
2652026-06-30T14:54:19.146Z Compiling darling_core v0.21.3
2662026-06-30T14:54:19.169Z Compiling darling_core v0.23.0
2672026-06-30T14:54:20.045Z Compiling serde_derive v1.0.228
2682026-06-30T14:54:20.046Z Compiling zerocopy-derive v0.8.52
2692026-06-30T14:54:20.046Z Compiling thiserror-impl v2.0.18
2702026-06-30T14:54:20.046Z Compiling ref-cast-impl v1.0.25
2712026-06-30T14:54:20.049Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2722026-06-30T14:54:21.759Z Compiling darling_macro v0.23.0
2732026-06-30T14:54:21.871Z Compiling darling_macro v0.21.3
2742026-06-30T14:54:22.673Z Compiling darling v0.23.0
2752026-06-30T14:54:22.739Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2762026-06-30T14:54:22.775Z Compiling darling v0.21.3
2772026-06-30T14:54:22.851Z Compiling ingot-macros v0.1.1
2782026-06-30T14:54:27.765Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2792026-06-30T14:54:29.927Z Checking byteorder v1.5.0
2802026-06-30T14:54:29.927Z Checking cfg-if v1.0.4
2812026-06-30T14:54:29.927Z Checking stable_deref_trait v1.2.1
2822026-06-30T14:54:29.930Z Checking macaddr v1.0.1
2832026-06-30T14:54:29.930Z Checking managed v0.8.0
2842026-06-30T14:54:29.992Z Checking bitflags v1.3.2
2852026-06-30T14:54:30.013Z Checking cobs v0.3.0
2862026-06-30T14:54:30.087Z Checking hash32 v0.3.1
2872026-06-30T14:54:30.106Z Checking dyn-clone v1.0.20
2882026-06-30T14:54:30.136Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2892026-06-30T14:54:30.154Z Checking itertools v0.15.0
2902026-06-30T14:54:31.320Z Checking bitflags v2.13.0
2912026-06-30T14:54:31.320Z Checking uuid v1.23.3
2922026-06-30T14:54:31.471Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2932026-06-30T14:54:31.691Z Checking postcard v1.1.3
2942026-06-30T14:54:32.579Z Checking ingot-types v0.1.2
2952026-06-30T14:54:32.854Z Checking ingot v0.1.1
2962026-06-30T14:54:34.206Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2972026-06-30T14:54:37.969Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2982026-06-30T14:54:39.354Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2992026-06-30T14:54:41.357Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.93s
3002026-06-30T14:54:41.465Z
3012026-06-30T14:54:41.465Zreal 31.099787875
3022026-06-30T14:54:41.465Zuser 1:15.302689716
3032026-06-30T14:54:41.465Zsys 10.631500112
3042026-06-30T14:54:41.465Ztrap 0.037087183
3052026-06-30T14:54:41.465Ztflt 0.060831199
3062026-06-30T14:54:41.465Zdflt 0.208004914
3072026-06-30T14:54:41.465Zkflt 0.001706741
3082026-06-30T14:54:41.465Zlock 5:26.793452131
3092026-06-30T14:54:41.465Zslp 3:29.458251605
3102026-06-30T14:54:41.465Zlat 2.604417908
3112026-06-30T14:54:41.465Zstop 8.695898110
3122026-06-30T14:54:41.469Z+ pushd xde-link
3132026-06-30T14:54:41.469Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3142026-06-30T14:54:41.469Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-06-30T14:54:41.651Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3162026-06-30T14:54:41.651Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3172026-06-30T14:54:41.651Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3182026-06-30T14:54:52.668Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3192026-06-30T14:54:54.869Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.34s
3202026-06-30T14:54:54.888Z
3212026-06-30T14:54:54.892Zreal 13.417974860
3222026-06-30T14:54:54.892Zuser 21.183707681
3232026-06-30T14:54:54.892Zsys 1.289927872
3242026-06-30T14:54:54.892Ztrap 0.003644421
3252026-06-30T14:54:54.892Ztflt 0.015748445
3262026-06-30T14:54:54.892Zdflt 0.083573070
3272026-06-30T14:54:54.892Zkflt 0.000000000
3282026-06-30T14:54:54.892Zlock 1:26.466473640
3292026-06-30T14:54:54.892Zslp 44.685551187
3302026-06-30T14:54:54.892Zlat 0.231391648
3312026-06-30T14:54:54.892Zstop 0.159481467
3322026-06-30T14:54:54.892Z+ popd
3332026-06-30T14:54:54.892Z+ popd
3342026-06-30T14:54:54.892Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3352026-06-30T14:54:54.892Z/work/oxidecomputer/opte
3362026-06-30T14:54:54.892Z+ header 'build xde (debug)'
3372026-06-30T14:54:54.892Z+ echo '# ==== build xde (debug) ==== #'
3382026-06-30T14:54:54.892Z# ==== build xde (debug) ==== #
3392026-06-30T14:54:54.892Z+ ptime -m cargo xtask build --profile debug xde xde-link
3402026-06-30T14:54:55.035Z Downloading crates ...
3412026-06-30T14:54:55.094Z Downloaded serde_spanned v1.1.1
3422026-06-30T14:54:55.097Z Downloaded colorchoice v1.0.5
3432026-06-30T14:54:55.100Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3442026-06-30T14:54:55.100Z Downloaded errno v0.3.14
3452026-06-30T14:54:55.103Z Downloaded anstream v1.0.0
3462026-06-30T14:54:55.103Z Downloaded heck v0.5.0
3472026-06-30T14:54:55.106Z Downloaded equivalent v1.0.2
3482026-06-30T14:54:55.106Z Downloaded cargo-platform v0.3.3
3492026-06-30T14:54:55.106Z Downloaded anstyle-query v1.1.5
3502026-06-30T14:54:55.106Z Downloaded clap_builder v4.6.0
3512026-06-30T14:54:55.109Z Downloaded clap_lex v1.1.0
3522026-06-30T14:54:55.111Z Downloaded terminal_size v0.4.4
3532026-06-30T14:54:55.115Z Downloaded is_terminal_polyfill v1.70.2
3542026-06-30T14:54:55.119Z Downloaded itoa v1.0.18
3552026-06-30T14:54:55.122Z Downloaded anstyle-parse v1.0.0
3562026-06-30T14:54:55.125Z Downloaded utf8parse v0.2.2
3572026-06-30T14:54:55.128Z Downloaded zmij v1.0.21
3582026-06-30T14:54:55.130Z Downloaded anstyle v1.0.14
3592026-06-30T14:54:55.130Z Downloaded semver v1.0.28
3602026-06-30T14:54:55.130Z Downloaded clap_derive v4.6.1
3612026-06-30T14:54:55.134Z Downloaded cargo_metadata v0.23.1
3622026-06-30T14:54:55.137Z Downloaded toml_parser v1.1.2+spec-1.1.0
3632026-06-30T14:54:55.141Z Downloaded toml_writer v1.1.1+spec-1.1.0
3642026-06-30T14:54:55.144Z Downloaded anyhow v1.0.102
3652026-06-30T14:54:55.147Z Downloaded toml v1.1.2+spec-1.1.0
3662026-06-30T14:54:55.147Z Downloaded clap v4.6.1
3672026-06-30T14:54:55.152Z Downloaded camino v1.2.3
3682026-06-30T14:54:55.159Z Downloaded indexmap v2.14.0
3692026-06-30T14:54:55.176Z Downloaded serde_json v1.0.150
3702026-06-30T14:54:55.184Z Downloaded winnow v1.0.3
3712026-06-30T14:54:55.209Z Downloaded rustix v1.1.4
3722026-06-30T14:54:55.237Z Downloaded libc v0.2.186
3732026-06-30T14:54:55.285Z Compiling proc-macro2 v1.0.106
3742026-06-30T14:54:55.285Z Compiling serde_core v1.0.228
3752026-06-30T14:54:55.288Z Compiling quote v1.0.46
3762026-06-30T14:54:55.288Z Compiling unicode-ident v1.0.24
3772026-06-30T14:54:55.288Z Compiling libc v0.2.186
3782026-06-30T14:54:55.288Z Compiling rustix v1.1.4
3792026-06-30T14:54:55.288Z Compiling utf8parse v0.2.2
3802026-06-30T14:54:55.288Z Compiling zmij v1.0.21
3812026-06-30T14:54:55.437Z Compiling bitflags v2.13.0
3822026-06-30T14:54:55.455Z Compiling anstyle-parse v1.0.0
3832026-06-30T14:54:55.652Z Compiling camino v1.2.3
3842026-06-30T14:54:55.652Z Compiling colorchoice v1.0.5
3852026-06-30T14:54:55.672Z Compiling thiserror v2.0.18
3862026-06-30T14:54:55.760Z Compiling anstyle v1.0.14
3872026-06-30T14:54:55.854Z Compiling anstyle-query v1.1.5
3882026-06-30T14:54:55.890Z Compiling is_terminal_polyfill v1.70.2
3892026-06-30T14:54:55.978Z Compiling serde v1.0.228
3902026-06-30T14:54:55.981Z Compiling serde_json v1.0.150
3912026-06-30T14:54:56.004Z Compiling errno v0.3.14
3922026-06-30T14:54:56.032Z Compiling anstream v1.0.0
3932026-06-30T14:54:56.198Z Compiling memchr v2.8.2
3942026-06-30T14:54:56.201Z Compiling winnow v1.0.3
3952026-06-30T14:54:56.311Z Compiling anyhow v1.0.102
3962026-06-30T14:54:56.563Z Compiling itoa v1.0.18
3972026-06-30T14:54:56.588Z Compiling heck v0.5.0
3982026-06-30T14:54:56.630Z Compiling clap_lex v1.1.0
3992026-06-30T14:54:56.681Z Compiling syn v2.0.118
4002026-06-30T14:54:56.733Z Compiling terminal_size v0.4.4
4012026-06-30T14:54:56.787Z Compiling strsim v0.11.1
4022026-06-30T14:54:56.888Z Compiling toml_parser v1.1.2+spec-1.1.0
4032026-06-30T14:54:57.031Z Compiling clap_builder v4.6.0
4042026-06-30T14:54:57.041Z Compiling toml_writer v1.1.1+spec-1.1.0
4052026-06-30T14:54:57.664Z Compiling cargo-platform v0.3.3
4062026-06-30T14:54:57.763Z Compiling semver v1.0.28
4072026-06-30T14:54:58.156Z Compiling toml_datetime v1.1.1+spec-1.1.0
4082026-06-30T14:54:58.246Z Compiling serde_spanned v1.1.1
4092026-06-30T14:54:58.367Z Compiling toml v1.1.2+spec-1.1.0
4102026-06-30T14:54:58.956Z Compiling serde_derive v1.0.228
4112026-06-30T14:54:59.076Z Compiling thiserror-impl v2.0.18
4122026-06-30T14:54:59.124Z Compiling clap_derive v4.6.1
4132026-06-30T14:55:00.734Z Compiling clap v4.6.1
4142026-06-30T14:55:02.025Z Compiling cargo_metadata v0.23.1
4152026-06-30T14:55:04.535Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4162026-06-30T14:55:06.144Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.24s
4172026-06-30T14:55:06.158Z Running `target/debug/xtask build --profile debug xde xde-link`
4182026-06-30T14:55:07.541ZBuilding xde (dev).
4192026-06-30T14:55:07.774Z Compiling serde_core v1.0.228
4202026-06-30T14:55:07.774Z Compiling byteorder v1.5.0
4212026-06-30T14:55:07.774Z Compiling stable_deref_trait v1.2.1
4222026-06-30T14:55:07.777Z Compiling cfg-if v1.0.4
4232026-06-30T14:55:07.794Z Compiling macaddr v1.0.1
4242026-06-30T14:55:07.801Z Compiling zerocopy v0.8.52
4252026-06-30T14:55:07.805Z Compiling thiserror v2.0.18
4262026-06-30T14:55:07.808Z Compiling bitflags v1.3.2
4272026-06-30T14:55:07.848Z Compiling managed v0.8.0
4282026-06-30T14:55:07.854Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-06-30T14:55:07.862Z Compiling cobs v0.3.0
4302026-06-30T14:55:07.894Z Compiling either v1.16.0
4312026-06-30T14:55:07.968Z Compiling hash32 v0.3.1
4322026-06-30T14:55:08.047Z Compiling itertools v0.15.0
4332026-06-30T14:55:08.075Z Compiling heapless v0.8.0
4342026-06-30T14:55:08.078Z Compiling ref-cast v1.0.25
4352026-06-30T14:55:08.123Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4362026-06-30T14:55:08.132Z Compiling crc32fast v1.5.0
4372026-06-30T14:55:08.136Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4382026-06-30T14:55:08.163Z Compiling dyn-clone v1.0.20
4392026-06-30T14:55:08.325Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4402026-06-30T14:55:08.448Z Compiling smoltcp v0.11.0
4412026-06-30T14:55:09.380Z Compiling bitflags v2.13.0
4422026-06-30T14:55:09.381Z Compiling serde v1.0.228
4432026-06-30T14:55:09.381Z Compiling uuid v1.23.3
4442026-06-30T14:55:09.518Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-06-30T14:55:09.800Z Compiling postcard v1.1.3
4462026-06-30T14:55:10.634Z Compiling ingot-types v0.1.2
4472026-06-30T14:55:10.920Z Compiling ingot v0.1.1
4482026-06-30T14:55:12.453Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-06-30T14:55:16.862Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4502026-06-30T14:55:27.410Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4512026-06-30T14:55:35.894Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.31s
4522026-06-30T14:55:35.919ZLinking xde kmod...
4532026-06-30T14:55:37.056ZBuilding xde dev link helper (dev).
4542026-06-30T14:55:37.213Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4552026-06-30T14:55:37.554Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4562026-06-30T14:55:37.578Z
4572026-06-30T14:55:37.578Zreal 42.685462654
4582026-06-30T14:55:37.578Zuser 2:19.323378182
4592026-06-30T14:55:37.578Zsys 11.241052656
4602026-06-30T14:55:37.578Ztrap 0.056768662
4612026-06-30T14:55:37.578Ztflt 0.370280036
4622026-06-30T14:55:37.582Zdflt 0.375186763
4632026-06-30T14:55:37.582Zkflt 0.000009340
4642026-06-30T14:55:37.582Zlock 7:07.944889553
4652026-06-30T14:55:37.582Zslp 3:57.727381061
4662026-06-30T14:55:37.582Zlat 5.636913947
4672026-06-30T14:55:37.582Zstop 5.045344854
4682026-06-30T14:55:37.582Z+ header 'build xde (release)'
4692026-06-30T14:55:37.582Z+ echo '# ==== build xde (release) ==== #'
4702026-06-30T14:55:37.582Z# ==== build xde (release) ==== #
4712026-06-30T14:55:37.582Z+ ptime -m cargo xtask build --profile release xde xde-link
4722026-06-30T14:55:37.716Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4732026-06-30T14:55:37.722Z Running `target/debug/xtask build --profile release xde xde-link`
4742026-06-30T14:55:37.906ZBuilding xde (release-lto).
4752026-06-30T14:55:38.141Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4762026-06-30T14:55:38.141Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4772026-06-30T14:55:38.141Z Compiling proc-macro2 v1.0.106
4782026-06-30T14:55:38.141Z Compiling quote v1.0.46
4792026-06-30T14:55:38.141Z Compiling unicode-ident v1.0.24
4802026-06-30T14:55:38.141Z Compiling strsim v0.11.1
4812026-06-30T14:55:38.144Z Compiling ident_case v1.0.1
4822026-06-30T14:55:38.144Z Compiling serde_core v1.0.228
4832026-06-30T14:55:38.261Z Compiling memchr v2.8.2
4842026-06-30T14:55:38.265Z Compiling fnv v1.0.7
4852026-06-30T14:55:38.345Z Compiling regex-syntax v0.8.11
4862026-06-30T14:55:38.514Z Compiling either v1.16.0
4872026-06-30T14:55:38.523Z Compiling zerocopy v0.8.52
4882026-06-30T14:55:38.529Z Compiling serde v1.0.228
4892026-06-30T14:55:38.657Z Compiling aho-corasick v1.1.4
4902026-06-30T14:55:38.711Z Compiling thiserror v2.0.18
4912026-06-30T14:55:38.900Z Compiling itertools v0.14.0
4922026-06-30T14:55:38.930Z Compiling heapless v0.8.0
4932026-06-30T14:55:39.276Z Compiling syn v2.0.118
4942026-06-30T14:55:39.315Z Compiling smoltcp v0.11.0
4952026-06-30T14:55:39.321Z Compiling version_check v0.9.5
4962026-06-30T14:55:39.399Z Compiling crc32fast v1.5.0
4972026-06-30T14:55:39.692Z Compiling ref-cast v1.0.25
4982026-06-30T14:55:39.751Z Compiling regex-automata v0.4.14
4992026-06-30T14:55:39.794Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5002026-06-30T14:55:41.333Z Compiling regex v1.12.4
5012026-06-30T14:55:41.589Z Compiling darling_core v0.21.3
5022026-06-30T14:55:41.679Z Compiling darling_core v0.23.0
5032026-06-30T14:55:42.487Z Compiling serde_derive v1.0.228
5042026-06-30T14:55:42.487Z Compiling thiserror-impl v2.0.18
5052026-06-30T14:55:42.487Z Compiling zerocopy-derive v0.8.52
5062026-06-30T14:55:42.491Z Compiling ref-cast-impl v1.0.25
5072026-06-30T14:55:42.491Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-06-30T14:55:44.101Z Compiling darling_macro v0.21.3
5092026-06-30T14:55:44.210Z Compiling darling_macro v0.23.0
5102026-06-30T14:55:45.026Z Compiling darling v0.21.3
5112026-06-30T14:55:45.090Z Compiling ingot-macros v0.1.1
5122026-06-30T14:55:45.123Z Compiling darling v0.23.0
5132026-06-30T14:55:45.186Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5142026-06-30T14:55:50.930Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5152026-06-30T14:55:53.091Z Compiling byteorder v1.5.0
5162026-06-30T14:55:53.092Z Compiling cfg-if v1.0.4
5172026-06-30T14:55:53.092Z Compiling macaddr v1.0.1
5182026-06-30T14:55:53.172Z Compiling stable_deref_trait v1.2.1
5192026-06-30T14:55:53.172Z Compiling bitflags v1.3.2
5202026-06-30T14:55:53.172Z Compiling managed v0.8.0
5212026-06-30T14:55:53.188Z Compiling cobs v0.3.0
5222026-06-30T14:55:53.278Z Compiling hash32 v0.3.1
5232026-06-30T14:55:53.396Z Compiling itertools v0.15.0
5242026-06-30T14:55:53.403Z Compiling dyn-clone v1.0.20
5252026-06-30T14:55:53.458Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5262026-06-30T14:55:54.717Z Compiling bitflags v2.13.0
5272026-06-30T14:55:54.720Z Compiling uuid v1.23.3
5282026-06-30T14:55:54.865Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5292026-06-30T14:55:55.158Z Compiling postcard v1.1.3
5302026-06-30T14:55:56.062Z Compiling ingot-types v0.1.2
5312026-06-30T14:55:56.390Z Compiling ingot v0.1.1
5322026-06-30T14:55:57.959Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5332026-06-30T14:56:01.807Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5342026-06-30T14:56:10.681Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5352026-06-30T14:56:40.662Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
5362026-06-30T14:56:40.686ZLinking xde kmod...
5372026-06-30T14:56:41.270ZBuilding xde dev link helper (release).
5382026-06-30T14:56:41.434Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5392026-06-30T14:56:41.434Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5402026-06-30T14:56:41.434Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5412026-06-30T14:56:53.215Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5422026-06-30T14:56:55.740Z Finished `release` profile [optimized + debuginfo] target(s) in 14.43s
5432026-06-30T14:56:55.759Z
5442026-06-30T14:56:55.762Zreal 1:18.176943330
5452026-06-30T14:56:55.762Zuser 2:12.254343922
5462026-06-30T14:56:55.762Zsys 12.950152414
5472026-06-30T14:56:55.762Ztrap 0.033003921
5482026-06-30T14:56:55.763Ztflt 0.191559152
5492026-06-30T14:56:55.763Zdflt 0.203149150
5502026-06-30T14:56:55.763Zkflt 0.000095100
5512026-06-30T14:56:55.763Zlock 12:26.764906683
5522026-06-30T14:56:55.763Zslp 6:17.424205346
5532026-06-30T14:56:55.763Zlat 3.265973012
5542026-06-30T14:56:55.763Zstop 5.514268807
5552026-06-30T14:56:55.763Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5562026-06-30T14:56:55.763Z+ grep GOTPCREL
5572026-06-30T14:56:57.548Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5582026-06-30T14:56:57.551Z+ grep GOTPCREL
5592026-06-30T14:56:58.507Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5602026-06-30T14:56:58.564Z+ sha256sum /work/debug/xde.dbg
5612026-06-30T14:56:58.616Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5622026-06-30T14:56:58.625Z+ sha256sum /work/debug/xde_link.dbg.so
5632026-06-30T14:56:58.625Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5642026-06-30T14:56:58.661Z+ sha256sum /work/release/xde
5652026-06-30T14:56:58.688Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5662026-06-30T14:56:58.695Z+ sha256sum /work/release/xde_link.so
5672026-06-30T14:56:58.695Z+ header 'build xde integration tests'
5682026-06-30T14:56:58.696Z+ echo '# ==== build xde integration tests ==== #'
5692026-06-30T14:56:58.696Z+ pushd xde-tests
5702026-06-30T14:56:58.696Z# ==== build xde integration tests ==== #
5712026-06-30T14:56:58.696Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5722026-06-30T14:56:58.696Z+ cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
5732026-06-30T14:56:58.773Z+ cargo clippy --all-targets -- --deny warnings
5742026-06-30T14:56:58.986Z Compiling serde_core v1.0.228
5752026-06-30T14:56:58.986Z Checking cfg-if v1.0.4
5762026-06-30T14:56:58.986Z Checking memchr v2.8.2
5772026-06-30T14:56:58.986Z Compiling rustversion v1.0.22
5782026-06-30T14:56:58.986Z Compiling serde v1.0.228
5792026-06-30T14:56:58.989Z Compiling ident_case v1.0.1
5802026-06-30T14:56:58.989Z Compiling strsim v0.11.1
5812026-06-30T14:56:58.989Z Compiling syn v2.0.118
5822026-06-30T14:56:59.066Z Compiling version_check v0.9.5
5832026-06-30T14:56:59.112Z Compiling libc v0.2.186
5842026-06-30T14:56:59.319Z Compiling fnv v1.0.7
5852026-06-30T14:56:59.337Z Compiling syn v1.0.109
5862026-06-30T14:56:59.390Z Checking pin-project-lite v0.2.17
5872026-06-30T14:56:59.402Z Compiling regex-syntax v0.8.11
5882026-06-30T14:56:59.463Z Compiling hashbrown v0.17.1
5892026-06-30T14:56:59.685Z Compiling aho-corasick v1.1.4
5902026-06-30T14:56:59.788Z Compiling winnow v1.0.3
5912026-06-30T14:56:59.856Z Compiling equivalent v1.0.2
5922026-06-30T14:56:59.928Z Compiling zerocopy v0.8.52
5932026-06-30T14:56:59.931Z Compiling either v1.16.0
5942026-06-30T14:56:59.996Z Compiling indexmap v2.14.0
5952026-06-30T14:57:00.128Z Compiling itertools v0.14.0
5962026-06-30T14:57:00.775Z Compiling toml_parser v1.1.2+spec-1.1.0
5972026-06-30T14:57:00.791Z Compiling toml_datetime v1.1.1+spec-1.1.0
5982026-06-30T14:57:00.824Z Compiling regex-automata v0.4.14
5992026-06-30T14:57:01.010Z Checking byteorder v1.5.0
6002026-06-30T14:57:01.070Z Compiling heapless v0.8.0
6012026-06-30T14:57:01.161Z Checking hash32 v0.3.1
6022026-06-30T14:57:01.269Z Compiling toml_edit v0.25.12+spec-1.1.0
6032026-06-30T14:57:01.363Z Checking bitflags v2.13.0
6042026-06-30T14:57:01.392Z Compiling slog v2.8.2
6052026-06-30T14:57:01.489Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6062026-06-30T14:57:01.529Z Checking stable_deref_trait v1.2.1
6072026-06-30T14:57:01.560Z Compiling smoltcp v0.11.0
6082026-06-30T14:57:01.586Z Checking macaddr v1.0.1
6092026-06-30T14:57:01.609Z Compiling darling_core v0.21.3
6102026-06-30T14:57:01.722Z Compiling darling_core v0.23.0
6112026-06-30T14:57:01.722Z Checking futures-core v0.3.32
6122026-06-30T14:57:01.842Z Checking futures-sink v0.3.32
6132026-06-30T14:57:01.907Z Compiling proc-macro-crate v3.5.0
6142026-06-30T14:57:01.931Z Checking futures-channel v0.3.32
6152026-06-30T14:57:02.190Z Compiling proc-macro-error-attr v1.0.4
6162026-06-30T14:57:02.335Z Checking rand_core v0.10.1
6172026-06-30T14:57:02.409Z Checking managed v0.8.0
6182026-06-30T14:57:02.462Z Checking bitflags v1.3.2
6192026-06-30T14:57:02.502Z Compiling ref-cast v1.0.25
6202026-06-30T14:57:02.521Z Compiling autocfg v1.5.1
6212026-06-30T14:57:02.588Z Compiling regex v1.12.4
6222026-06-30T14:57:02.805Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6232026-06-30T14:57:02.819Z Compiling serde_derive v1.0.228
6242026-06-30T14:57:02.861Z Compiling thiserror-impl v2.0.18
6252026-06-30T14:57:02.978Z Compiling zerocopy-derive v0.8.52
6262026-06-30T14:57:03.011Z Compiling futures-macro v0.3.32
6272026-06-30T14:57:03.417Z Checking slab v0.4.12
6282026-06-30T14:57:03.570Z Compiling crc32fast v1.5.0
6292026-06-30T14:57:03.701Z Compiling getrandom v0.4.3
6302026-06-30T14:57:03.720Z Compiling darling_macro v0.21.3
6312026-06-30T14:57:03.820Z Checking futures-task v0.3.32
6322026-06-30T14:57:03.823Z Compiling darling_macro v0.23.0
6332026-06-30T14:57:03.849Z Checking futures-io v0.3.32
6342026-06-30T14:57:03.956Z Checking futures-util v0.3.32
6352026-06-30T14:57:03.980Z Compiling num-traits v0.2.19
6362026-06-30T14:57:03.987Z Compiling num_enum_derive v0.7.6
6372026-06-30T14:57:04.080Z Checking thiserror v2.0.18
6382026-06-30T14:57:04.172Z Checking cobs v0.3.0
6392026-06-30T14:57:04.201Z Compiling foreign-types-macros v0.2.3
6402026-06-30T14:57:04.280Z Compiling darling v0.21.3
6412026-06-30T14:57:04.307Z Compiling ref-cast-impl v1.0.25
6422026-06-30T14:57:04.351Z Compiling ingot-macros v0.1.1
6432026-06-30T14:57:04.372Z Compiling darling v0.23.0
6442026-06-30T14:57:04.861Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6452026-06-30T14:57:04.893Z Compiling proc-macro-error v1.0.4
6462026-06-30T14:57:04.976Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6472026-06-30T14:57:05.112Z Compiling crossbeam-utils v0.8.21
6482026-06-30T14:57:05.176Z Checking once_cell v1.21.4
6492026-06-30T14:57:05.215Z Checking foreign-types-shared v0.3.1
6502026-06-30T14:57:05.294Z Checking cpufeatures v0.3.0
6512026-06-30T14:57:05.345Z Checking unicode-width v0.2.2
6522026-06-30T14:57:05.354Z Checking ipnetwork v0.21.1
6532026-06-30T14:57:05.426Z Checking chacha20 v0.10.0
6542026-06-30T14:57:05.518Z Checking tracing-core v0.1.36
6552026-06-30T14:57:05.591Z Checking tabwriter v1.4.1
6562026-06-30T14:57:05.614Z Checking foreign-types v0.5.0
6572026-06-30T14:57:05.708Z Checking num_enum v0.7.6
6582026-06-30T14:57:05.803Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6592026-06-30T14:57:05.890Z Checking futures-executor v0.3.32
6602026-06-30T14:57:05.922Z Checking erased-serde v0.3.31
6612026-06-30T14:57:05.946Z Checking postcard v1.1.3
6622026-06-30T14:57:06.045Z Checking anyhow v1.0.102
6632026-06-30T14:57:06.164Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6642026-06-30T14:57:06.176Z Compiling tracing-attributes v0.1.31
6652026-06-30T14:57:06.230Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6662026-06-30T14:57:06.356Z Checking itertools v0.15.0
6672026-06-30T14:57:06.585Z Checking cstr-argument v0.1.2
6682026-06-30T14:57:06.594Z Compiling time-core v0.1.9
6692026-06-30T14:57:06.699Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6702026-06-30T14:57:06.735Z Compiling thiserror v1.0.69
6712026-06-30T14:57:06.771Z Checking dyn-clone v1.0.20
6722026-06-30T14:57:06.827Z Compiling num-conv v0.2.2
6732026-06-30T14:57:06.867Z Checking pretty-hex v0.4.2
6742026-06-30T14:57:06.918Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6752026-06-30T14:57:06.970Z Compiling time-macros v0.2.30
6762026-06-30T14:57:06.976Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6772026-06-30T14:57:07.013Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6782026-06-30T14:57:07.124Z Checking rand v0.10.1
6792026-06-30T14:57:07.175Z Checking futures v0.3.32
6802026-06-30T14:57:07.219Z Checking ingot-types v0.1.2
6812026-06-30T14:57:07.239Z Compiling thiserror-impl v1.0.69
6822026-06-30T14:57:07.373Z Checking uuid v1.23.3
6832026-06-30T14:57:07.452Z Checking tracing v0.1.44
6842026-06-30T14:57:07.557Z Checking arc-swap v1.9.1
6852026-06-30T14:57:07.557Z Checking ingot v0.1.1
6862026-06-30T14:57:07.592Z Checking socket2 v0.6.4
6872026-06-30T14:57:07.638Z Checking nom v8.0.0
6882026-06-30T14:57:07.662Z Checking thread_local v1.1.9
6892026-06-30T14:57:07.776Z Checking deranged v0.5.8
6902026-06-30T14:57:07.819Z Checking iana-time-zone v0.1.65
6912026-06-30T14:57:07.840Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6922026-06-30T14:57:07.922Z Compiling heck v0.4.1
6932026-06-30T14:57:07.972Z Checking powerfmt v0.2.0
6942026-06-30T14:57:08.111Z Checking lazy_static v1.5.0
6952026-06-30T14:57:08.111Z Checking oxnet v0.1.6
6962026-06-30T14:57:08.193Z Checking colored v3.1.1
6972026-06-30T14:57:08.196Z Compiling slog-async v2.8.0
6982026-06-30T14:57:08.513Z Checking slog-scope v4.4.1
6992026-06-30T14:57:08.559Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7002026-06-30T14:57:08.564Z Checking chrono v0.4.45
7012026-06-30T14:57:08.634Z Checking crossbeam-channel v0.5.15
7022026-06-30T14:57:08.677Z Checking time v0.3.51
7032026-06-30T14:57:08.966Z Checking cookie-factory v0.3.3
7042026-06-30T14:57:09.153Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7052026-06-30T14:57:09.199Z Checking itertools v0.12.1
7062026-06-30T14:57:09.219Z Checking is-terminal v0.4.17
7072026-06-30T14:57:09.297Z Checking circular v0.3.0
7082026-06-30T14:57:09.360Z Checking take_mut v0.2.2
7092026-06-30T14:57:09.405Z Checking log v0.4.33
7102026-06-30T14:57:09.451Z Checking term v1.2.1
7112026-06-30T14:57:09.563Z Checking slog-stdlog v4.1.1
7122026-06-30T14:57:09.595Z Checking rusticata-macros v5.0.0
7132026-06-30T14:57:09.722Z Checking pcap-parser v0.17.0
7142026-06-30T14:57:09.825Z Checking slog-term v2.9.2
7152026-06-30T14:57:10.175Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7162026-06-30T14:57:10.465Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7172026-06-30T14:57:11.190Z Checking slog-envlogger v2.2.0
7182026-06-30T14:57:13.760Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7192026-06-30T14:57:15.412Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7202026-06-30T14:57:15.415Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7212026-06-30T14:57:15.759Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7222026-06-30T14:57:16.311Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.49s
7232026-06-30T14:57:16.352Z+ cargo build --test loopback
7242026-06-30T14:57:16.528Z Compiling cfg-if v1.0.4
7252026-06-30T14:57:16.528Z Compiling memchr v2.8.2
7262026-06-30T14:57:16.531Z Compiling serde_core v1.0.228
7272026-06-30T14:57:16.531Z Compiling libc v0.2.186
7282026-06-30T14:57:16.555Z Compiling thiserror v2.0.18
7292026-06-30T14:57:16.558Z Compiling pin-project-lite v0.2.17
7302026-06-30T14:57:16.565Z Compiling byteorder v1.5.0
7312026-06-30T14:57:16.565Z Compiling either v1.16.0
7322026-06-30T14:57:16.607Z Compiling zerocopy v0.8.52
7332026-06-30T14:57:16.635Z Compiling stable_deref_trait v1.2.1
7342026-06-30T14:57:16.642Z Compiling futures-sink v0.3.32
7352026-06-30T14:57:16.701Z Compiling hash32 v0.3.1
7362026-06-30T14:57:16.735Z Compiling futures-core v0.3.32
7372026-06-30T14:57:16.735Z Compiling macaddr v1.0.1
7382026-06-30T14:57:16.759Z Compiling cobs v0.3.0
7392026-06-30T14:57:16.847Z Compiling futures-channel v0.3.32
7402026-06-30T14:57:16.894Z Compiling heapless v0.8.0
7412026-06-30T14:57:16.906Z Compiling futures-io v0.3.32
7422026-06-30T14:57:16.978Z Compiling managed v0.8.0
7432026-06-30T14:57:17.040Z Compiling bitflags v1.3.2
7442026-06-30T14:57:17.081Z Compiling slab v0.4.12
7452026-06-30T14:57:17.096Z Compiling futures-task v0.3.32
7462026-06-30T14:57:17.106Z Compiling rand_core v0.10.1
7472026-06-30T14:57:17.207Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7482026-06-30T14:57:17.260Z Compiling futures-util v0.3.32
7492026-06-30T14:57:17.260Z Compiling ipnetwork v0.21.1
7502026-06-30T14:57:17.281Z Compiling smoltcp v0.11.0
7512026-06-30T14:57:17.329Z Compiling once_cell v1.21.4
7522026-06-30T14:57:17.440Z Compiling cpufeatures v0.3.0
7532026-06-30T14:57:17.510Z Compiling unicode-width v0.2.2
7542026-06-30T14:57:17.575Z Compiling foreign-types-shared v0.3.1
7552026-06-30T14:57:17.662Z Compiling foreign-types v0.5.0
7562026-06-30T14:57:17.737Z Compiling tabwriter v1.4.1
7572026-06-30T14:57:17.796Z Compiling chacha20 v0.10.0
7582026-06-30T14:57:17.818Z Compiling tracing-core v0.1.36
7592026-06-30T14:57:18.152Z Compiling getrandom v0.4.3
7602026-06-30T14:57:18.155Z Compiling ref-cast v1.0.25
7612026-06-30T14:57:18.166Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7622026-06-30T14:57:18.247Z Compiling num_enum v0.7.6
7632026-06-30T14:57:18.363Z Compiling serde v1.0.228
7642026-06-30T14:57:18.368Z Compiling bitflags v2.13.0
7652026-06-30T14:57:18.556Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7662026-06-30T14:57:18.787Z Compiling crc32fast v1.5.0
7672026-06-30T14:57:18.862Z Compiling erased-serde v0.3.31
7682026-06-30T14:57:19.004Z Compiling postcard v1.1.3
7692026-06-30T14:57:19.034Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7702026-06-30T14:57:19.132Z Compiling cstr-argument v0.1.2
7712026-06-30T14:57:19.144Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7722026-06-30T14:57:19.166Z Compiling itertools v0.15.0
7732026-06-30T14:57:19.248Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7742026-06-30T14:57:19.296Z Compiling slog v2.8.2
7752026-06-30T14:57:19.355Z Compiling dyn-clone v1.0.20
7762026-06-30T14:57:19.523Z Compiling ingot-types v0.1.2
7772026-06-30T14:57:19.581Z Compiling futures-executor v0.3.32
7782026-06-30T14:57:19.627Z Compiling pretty-hex v0.4.2
7792026-06-30T14:57:19.762Z Compiling futures v0.3.32
7802026-06-30T14:57:19.824Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7812026-06-30T14:57:19.839Z Compiling tracing v0.1.44
7822026-06-30T14:57:19.876Z Compiling ingot v0.1.1
7832026-06-30T14:57:19.948Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7842026-06-30T14:57:20.044Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7852026-06-30T14:57:20.068Z Compiling num-traits v0.2.19
7862026-06-30T14:57:20.075Z Compiling uuid v1.23.3
7872026-06-30T14:57:20.167Z Compiling rand v0.10.1
7882026-06-30T14:57:20.212Z Compiling crossbeam-utils v0.8.21
7892026-06-30T14:57:20.227Z Compiling nom v8.0.0
7902026-06-30T14:57:20.530Z Compiling aho-corasick v1.1.4
7912026-06-30T14:57:20.713Z Compiling socket2 v0.6.4
7922026-06-30T14:57:20.762Z Compiling thread_local v1.1.9
7932026-06-30T14:57:21.099Z Compiling arc-swap v1.9.1
7942026-06-30T14:57:21.125Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7952026-06-30T14:57:21.177Z Compiling colored v3.1.1
7962026-06-30T14:57:21.406Z Compiling deranged v0.5.8
7972026-06-30T14:57:21.500Z Compiling lazy_static v1.5.0
7982026-06-30T14:57:21.599Z Compiling regex-syntax v0.8.11
7992026-06-30T14:57:21.685Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8002026-06-30T14:57:21.889Z Compiling time-core v0.1.9
8012026-06-30T14:57:22.082Z Compiling num-conv v0.2.2
8022026-06-30T14:57:22.095Z Compiling powerfmt v0.2.0
8032026-06-30T14:57:22.166Z Compiling winnow v1.0.3
8042026-06-30T14:57:22.234Z Compiling oxnet v0.1.6
8052026-06-30T14:57:22.371Z Compiling iana-time-zone v0.1.65
8062026-06-30T14:57:22.415Z Compiling time v0.3.51
8072026-06-30T14:57:22.857Z Compiling rusticata-macros v5.0.0
8082026-06-30T14:57:22.872Z Compiling chrono v0.4.45
8092026-06-30T14:57:23.190Z Compiling regex-automata v0.4.14
8102026-06-30T14:57:23.723Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
8112026-06-30T14:57:24.107Z Compiling slog-scope v4.4.1
8122026-06-30T14:57:24.455Z Compiling thiserror v1.0.69
8132026-06-30T14:57:24.558Z Compiling crossbeam-channel v0.5.15
8142026-06-30T14:57:24.593Z Compiling cookie-factory v0.3.3
8152026-06-30T14:57:24.916Z Compiling is-terminal v0.4.17
8162026-06-30T14:57:25.014Z Compiling itertools v0.12.1
8172026-06-30T14:57:25.291Z Compiling log v0.4.33
8182026-06-30T14:57:25.577Z Compiling circular v0.3.0
8192026-06-30T14:57:25.860Z Compiling term v1.2.1
8202026-06-30T14:57:26.476Z Compiling take_mut v0.2.2
8212026-06-30T14:57:26.591Z Compiling slog-async v2.8.0
8222026-06-30T14:57:26.913Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8232026-06-30T14:57:28.367Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8242026-06-30T14:57:28.391Z Compiling slog-term v2.9.2
8252026-06-30T14:57:28.432Z Compiling pcap-parser v0.17.0
8262026-06-30T14:57:29.037Z Compiling slog-stdlog v4.1.1
8272026-06-30T14:57:29.284Z Compiling regex v1.12.4
8282026-06-30T14:57:29.469Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8292026-06-30T14:57:30.415Z Compiling slog-envlogger v2.2.0
8302026-06-30T14:57:30.702Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8312026-06-30T14:57:30.808Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8322026-06-30T14:57:31.997Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8332026-06-30T14:57:39.847Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.48s
8342026-06-30T14:57:39.882Z++ cargo build -q --test loopback --message-format=json
8352026-06-30T14:57:39.885Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8362026-06-30T14:57:40.003Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-ba5fb139154ef000
8372026-06-30T14:57:40.003Z+ cargo build --test multicast_rx
8382026-06-30T14:57:40.108Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8392026-06-30T14:57:41.720Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.70s
8402026-06-30T14:57:41.757Z++ cargo build -q --test multicast_rx --message-format=json
8412026-06-30T14:57:41.760Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8422026-06-30T14:57:41.877Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-abe59930e8413760
8432026-06-30T14:57:41.877Z+ cargo build --test multicast_multi_sub
8442026-06-30T14:57:41.983Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8452026-06-30T14:57:43.750Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.86s
8462026-06-30T14:57:43.787Z++ cargo build -q --test multicast_multi_sub --message-format=json
8472026-06-30T14:57:43.790Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8482026-06-30T14:57:43.907Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-57673484b5529edb
8492026-06-30T14:57:43.907Z+ cargo build --test multicast_validation
8502026-06-30T14:57:44.012Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8512026-06-30T14:57:45.943Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.02s
8522026-06-30T14:57:45.979Z++ cargo build -q --test multicast_validation --message-format=json
8532026-06-30T14:57:45.982Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8542026-06-30T14:57:46.099Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-6b29463cb68f34ae
8552026-06-30T14:57:46.102Z+ cargo build --test multicast_source_filter
8562026-06-30T14:57:46.202Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8572026-06-30T14:57:48.267Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.15s
8582026-06-30T14:57:48.304Z++ cargo build -q --test multicast_source_filter --message-format=json
8592026-06-30T14:57:48.307Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8602026-06-30T14:57:48.425Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20235bd20d2a9311
8612026-06-30T14:57:48.425Z+ mkdir -p /work/test
8622026-06-30T14:57:48.428Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-ba5fb139154ef000 /work/test/loopback
8632026-06-30T14:57:48.463Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-abe59930e8413760 /work/test/multicast_rx
8642026-06-30T14:57:48.504Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-57673484b5529edb /work/test/multicast_multi_sub
8652026-06-30T14:57:48.550Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-6b29463cb68f34ae /work/test/multicast_validation
8662026-06-30T14:57:48.593Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20235bd20d2a9311 /work/test/multicast_source_filter
8672026-06-30T14:57:48.636Zprocess exited: duration 233863 ms, exit code 0
 
8682026-06-30T14:57:48.654Zfound 14 output files
8692026-06-30T14:57:48.654Zuploading: /work/debug/xde.dbg (94794056 bytes)
8702026-06-30T14:57:50.329Zuploaded: /work/debug/xde.dbg
8712026-06-30T14:57:50.329Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8722026-06-30T14:57:51.338Zuploaded: /work/debug/xde.dbg.sha256
8732026-06-30T14:57:51.342Zuploading: /work/debug/xde_link.dbg.so (1266060 bytes)
8742026-06-30T14:57:52.360Zuploaded: /work/debug/xde_link.dbg.so
8752026-06-30T14:57:52.361Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8762026-06-30T14:57:53.369Zuploaded: /work/debug/xde_link.dbg.so.sha256
8772026-06-30T14:57:53.381Zuploading: /work/release/xde (51962992 bytes)
8782026-06-30T14:57:54.808Zuploaded: /work/release/xde
8792026-06-30T14:57:54.808Zuploading: /work/release/xde.sha256 (84 bytes)
8802026-06-30T14:57:55.817Zuploaded: /work/release/xde.sha256
8812026-06-30T14:57:55.817Zuploading: /work/release/xde_link.so (43532 bytes)
8822026-06-30T14:57:56.828Zuploaded: /work/release/xde_link.so
8832026-06-30T14:57:56.828Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8842026-06-30T14:57:57.837Zuploaded: /work/release/xde_link.so.sha256
8852026-06-30T14:57:57.837Zuploading: /work/test/loopback (51775384 bytes)
8862026-06-30T14:57:59.188Zuploaded: /work/test/loopback
8872026-06-30T14:57:59.188Zuploading: /work/test/multicast_rx (52071584 bytes)
8882026-06-30T14:58:00.519Zuploaded: /work/test/multicast_rx
8892026-06-30T14:58:00.520Zuploading: /work/test/multicast_multi_sub (56198656 bytes)
8902026-06-30T14:58:01.934Zuploaded: /work/test/multicast_multi_sub
8912026-06-30T14:58:01.934Zuploading: /work/test/multicast_validation (52226088 bytes)
8922026-06-30T14:58:03.351Zuploaded: /work/test/multicast_validation
8932026-06-30T14:58:03.351Zuploading: /work/test/multicast_source_filter (52532472 bytes)
8942026-06-30T14:58:04.678Zuploaded: /work/test/multicast_source_filter
8952026-06-30T14:58:04.678Zuploading: /work/xde.conf (79 bytes)
8962026-06-30T14:58:05.686Zuploaded: /work/xde.conf