01KJ6F81T2CFWQQJ3ZTE4PJW1E: 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-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: 01KJ6F8PCE7TCB3TNS0MYADNNC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T00:03:25.169Zjob assigned to worker 01KJ6F8QA0YCCRGG1WYARV2N4H [factory aws, i-07566a5eef61ef715] (queued for 55 s)
 
22026-02-24T00:03:33.461Zstarting task 0: "setup"
32026-02-24T00:03:33.466Z++ uname -s
42026-02-24T00:03:33.470Z+ kern=SunOS
52026-02-24T00:03:33.470Z+ build_user=build
62026-02-24T00:03:33.470Z+ build_uid=12345
72026-02-24T00:03:33.470Z+ work_dir=/work
82026-02-24T00:03:33.470Z+ input_dir=/input
92026-02-24T00:03:33.470Z+ [[ 0 == 12345 ]]
102026-02-24T00:03:33.470Z+ case "$kern" in
112026-02-24T00:03:33.470Z+ groupadd -g 12345 build
122026-02-24T00:03:33.473Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T00:03:35.480Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T00:03:35.647Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T00:03:35.650Z+ home_fs=zfs
162026-02-24T00:03:35.650Z+ [[ zfs == autofs ]]
172026-02-24T00:03:35.650Z+ mkdir -p /home/build
182026-02-24T00:03:35.654Z+ chown build:build /home/build /work
192026-02-24T00:03:37.654Z+ chmod 0700 /home/build /work
202026-02-24T00:03:37.658Zprocess exited: duration 4197 ms, exit code 0
 
212026-02-24T00:03:37.667Zstarting task 1: "rust-toolchain"
222026-02-24T00:03:37.672Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-02-24T00:03:37.672Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-24T00:03:37.672Z * rust toolchain channel = "1.90.0"
252026-02-24T00:03:37.672Z * rust toolchain profile = "default"
262026-02-24T00:03:37.672Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T00:03:37.672Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T00:03:37.676Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T00:03:37.676Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-02-24T00:03:37.813Zinfo: downloading installer
312026-02-24T00:03:39.577Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T00:03:39.577Zwarn: /opt/ooce/bin
332026-02-24T00:03:39.577Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T00:03:39.577Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T00:03:39.577Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T00:03:39.577Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T00:03:39.577Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T00:03:39.578Zerror: cannot install while Rust is installed
392026-02-24T00:03:39.578Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T00:03:39.619Zinfo: profile set to 'default'
412026-02-24T00:03:39.619Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T00:03:39.623Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-02-24T00:03:39.789Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-02-24T00:03:39.789Zinfo: downloading component 'cargo'
452026-02-24T00:03:41.041Zinfo: downloading component 'clippy'
462026-02-24T00:03:41.440Zinfo: downloading component 'rust-docs'
472026-02-24T00:03:42.940Zinfo: downloading component 'rust-std'
482026-02-24T00:03:44.980Zinfo: downloading component 'rustc'
492026-02-24T00:03:53.783Zinfo: downloading component 'rustfmt'
502026-02-24T00:03:54.121Zinfo: installing component 'cargo'
512026-02-24T00:03:55.034Zinfo: installing component 'clippy'
522026-02-24T00:03:55.439Zinfo: installing component 'rust-docs'
532026-02-24T00:03:57.304Zinfo: installing component 'rust-std'
542026-02-24T00:03:59.222Zinfo: installing component 'rustc'
552026-02-24T00:04:05.789Zinfo: installing component 'rustfmt'
562026-02-24T00:04:06.133Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-02-24T00:04:06.133Z
582026-02-24T00:04:06.563Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-02-24T00:04:06.563Z
602026-02-24T00:04:06.567Z
612026-02-24T00:04:06.567ZRust is installed now. Great!
622026-02-24T00:04:06.567Z
632026-02-24T00:04:06.567ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T00:04:06.567Zenvironment variable. This has not been done automatically.
652026-02-24T00:04:06.567Z
662026-02-24T00:04:06.567ZTo configure your current shell, you need to source
672026-02-24T00:04:06.567Zthe corresponding env file under $HOME/.cargo.
682026-02-24T00:04:06.567Z
692026-02-24T00:04:06.567ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T00:04:06.567Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T00:04:06.567Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T00:04:06.567Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T00:04:06.656Z+ rustup --version
742026-02-24T00:04:06.668Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T00:04:06.672Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T00:04:06.753Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-02-24T00:04:06.756Z+ cargo --version
782026-02-24T00:04:06.822Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-02-24T00:04:06.826Z+ rustc --version
802026-02-24T00:04:06.897Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-02-24T00:04:06.904Zprocess exited: duration 29232 ms, exit code 0
 
822026-02-24T00:04:06.911Zstarting task 2: "authentication"
832026-02-24T00:04:06.933Zprocess exited: duration 22 ms, exit code 0
 
842026-02-24T00:04:06.939Zstarting task 3: "clone repository"
852026-02-24T00:04:06.944Z+ mkdir -p /work/oxidecomputer/opte
862026-02-24T00:04:06.947Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-02-24T00:04:06.993ZCloning into '/work/oxidecomputer/opte'...
882026-02-24T00:04:10.476Z+ cd /work/oxidecomputer/opte
892026-02-24T00:04:10.476Z+ git fetch origin c570ac2126dbbebbd8e98e73b580c5be6b7e460e
902026-02-24T00:04:10.966ZFrom https://github.com/oxidecomputer/opte
912026-02-24T00:04:10.966Z * branch c570ac2126dbbebbd8e98e73b580c5be6b7e460e -> FETCH_HEAD
922026-02-24T00:04:10.975Z+ [[ -n zl/filter-mcast-srcs ]]
932026-02-24T00:04:10.978Z++ git branch --show-current
942026-02-24T00:04:10.981Z+ current=master
952026-02-24T00:04:10.981Z+ [[ master != zl/filter-mcast-srcs ]]
962026-02-24T00:04:10.981Z+ git branch -f zl/filter-mcast-srcs c570ac2126dbbebbd8e98e73b580c5be6b7e460e
972026-02-24T00:04:10.984Z+ git checkout -f zl/filter-mcast-srcs
982026-02-24T00:04:11.009ZSwitched to branch 'zl/filter-mcast-srcs'
992026-02-24T00:04:11.012Z+ git reset --hard c570ac2126dbbebbd8e98e73b580c5be6b7e460e
1002026-02-24T00:04:11.036ZHEAD is now at c570ac2 [review] api comment updates for ord impl
1012026-02-24T00:04:11.039Zprocess exited: duration 4097 ms, exit code 0
 
1022026-02-24T00:04:11.047Zstarting task 4: "build"
1032026-02-24T00:04:11.053Z+ source .github/buildomat/common.sh
1042026-02-24T00:04:11.056Z++ rustup show active-toolchain
1052026-02-24T00:04:11.103Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-02-24T00:04:11.106Z++ pushd xde
1072026-02-24T00:04:11.109Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-02-24T00:04:11.109Z++ rustup show active-toolchain
1092026-02-24T00:04:11.114Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1102026-02-24T00:04:11.329Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1112026-02-24T00:04:11.333Zinfo: downloading component 'cargo'
1122026-02-24T00:04:12.325Zinfo: downloading component 'clippy'
1132026-02-24T00:04:12.699Zinfo: downloading component 'rust-src'
1142026-02-24T00:04:13.021Zinfo: downloading component 'rust-std'
1152026-02-24T00:04:14.846Zinfo: downloading component 'rustc'
1162026-02-24T00:04:22.267Zinfo: downloading component 'rustfmt'
1172026-02-24T00:04:22.560Zinfo: installing component 'cargo'
1182026-02-24T00:04:23.482Zinfo: installing component 'clippy'
1192026-02-24T00:04:23.879Zinfo: installing component 'rust-src'
1202026-02-24T00:04:24.249Zinfo: installing component 'rust-std'
1212026-02-24T00:04:25.939Zinfo: installing component 'rustc'
1222026-02-24T00:04:32.580Zinfo: installing component 'rustfmt'
1232026-02-24T00:04:32.920Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-02-24T00:04:33.009Z+++ rustup show active-toolchain -v
1252026-02-24T00:04:33.012Z+++ head -n 1
1262026-02-24T00:04:33.012Z+++ cut '-d ' -f1
1272026-02-24T00:04:33.123Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1282026-02-24T00:04:33.123Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1292026-02-24T00:04:33.123Z++ popd
1302026-02-24T00:04:33.127Z/work/oxidecomputer/opte
1312026-02-24T00:04:33.127Z+ TGT_BASE=/work
1322026-02-24T00:04:33.127Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1332026-02-24T00:04:33.127Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1342026-02-24T00:04:33.127Z+ DBG_TGT=/work/debug
1352026-02-24T00:04:33.127Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1362026-02-24T00:04:33.127Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1372026-02-24T00:04:33.127Z+ REL_TGT=/work/release
1382026-02-24T00:04:33.127Z+ mkdir -p /work/debug /work/release
1392026-02-24T00:04:33.127Z+ cargo --version
1402026-02-24T00:04:33.184Zcargo 1.90.0 (840b83a10 2025-07-30)
1412026-02-24T00:04:33.188Z+ rustc --version
1422026-02-24T00:04:33.260Zrustc 1.90.0 (1159e78c4 2025-09-14)
1432026-02-24T00:04:33.263Z+ install_pkg jq
1442026-02-24T00:04:33.263Z+ set +o errexit
1452026-02-24T00:04:33.264Z+ pfexec pkg install jq
1462026-02-24T00:04:44.673Z Startup: Refreshing catalog 'helios-dev' ... Done
1472026-02-24T00:04:54.989Z Startup: Caching catalogs ... Done
1482026-02-24T00:05:19.386ZPlanning: Solver setup ... Done
1492026-02-24T00:05:19.430ZPlanning: Running solver ... Done
1502026-02-24T00:05:19.430ZPlanning: Consolidating action changes ... Done
1512026-02-24T00:05:19.430ZPlanning: Evaluating mediators ... Done
1522026-02-24T00:05:19.430ZPlanning: Planning completed in 23.01 seconds
1532026-02-24T00:05:19.430ZNo updates necessary for this image.
1542026-02-24T00:05:19.455Z+ exit_code=4
1552026-02-24T00:05:19.468Z+ [[ 4 -ne 0 ]]
1562026-02-24T00:05:19.468Z+ [[ 4 -ne 4 ]]
1572026-02-24T00:05:19.468Z+ set -o errexit
1582026-02-24T00:05:19.468Z+ pushd xde
1592026-02-24T00:05:19.469Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1602026-02-24T00:05:19.469Z+ cp xde.conf /work/xde.conf
1612026-02-24T00:05:19.469Z+ header 'check style'
1622026-02-24T00:05:19.469Z+ echo '# ==== check style ==== #'
1632026-02-24T00:05:19.469Z# ==== check style ==== #
1642026-02-24T00:05:19.469Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1652026-02-24T00:05:19.892Z
1662026-02-24T00:05:19.892Zreal 0.434906736
1672026-02-24T00:05:19.892Zuser 0.322923144
1682026-02-24T00:05:19.892Zsys 0.102231162
1692026-02-24T00:05:19.892Ztrap 0.000033627
1702026-02-24T00:05:19.892Ztflt 0.000011409
1712026-02-24T00:05:19.892Zdflt 0.000028753
1722026-02-24T00:05:19.892Zkflt 0.000000000
1732026-02-24T00:05:19.892Zlock 0.715985533
1742026-02-24T00:05:19.892Zslp 0.436681897
1752026-02-24T00:05:19.892Zlat 0.001638231
1762026-02-24T00:05:19.892Zstop 0.000157710
1772026-02-24T00:05:19.895Z+ header analyze
1782026-02-24T00:05:19.895Z+ echo '# ==== analyze ==== #'
1792026-02-24T00:05:19.895Z# ==== analyze ==== #
1802026-02-24T00:05:19.895Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1812026-02-24T00:05:20.235Z Updating crates.io index
1822026-02-24T00:05:20.281Z Updating git repository `https://github.com/oxidecomputer/falcon`
1832026-02-24T00:05:24.284Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1842026-02-24T00:05:24.911Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1852026-02-24T00:05:25.931Z Updating git repository `https://github.com/oxidecomputer/zone`
1862026-02-24T00:05:26.794Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1872026-02-24T00:05:27.384Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1882026-02-24T00:05:28.047Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1892026-02-24T00:05:30.385Z Downloading crates ...
1902026-02-24T00:05:30.435Z Downloaded hash32 v0.3.1
1912026-02-24T00:05:30.439Z Downloaded dyn-clone v1.0.20
1922026-02-24T00:05:30.447Z Downloaded darling_macro v0.21.3
1932026-02-24T00:05:30.451Z Downloaded cfg-if v1.0.4
1942026-02-24T00:05:30.451Z Downloaded bitflags v1.3.2
1952026-02-24T00:05:30.454Z Downloaded embedded-io v0.6.1
1962026-02-24T00:05:30.454Z Downloaded defmt v0.3.100
1972026-02-24T00:05:30.454Z Downloaded crc32fast v1.5.0
1982026-02-24T00:05:30.457Z Downloaded fnv v1.0.7
1992026-02-24T00:05:30.457Z Downloaded defmt v1.0.1
2002026-02-24T00:05:30.461Z Downloaded bitflags v2.10.0
2012026-02-24T00:05:30.464Z Downloaded defmt-parser v1.0.0
2022026-02-24T00:05:30.467Z Downloaded cobs v0.3.0
2032026-02-24T00:05:30.467Z Downloaded ident_case v1.0.1
2042026-02-24T00:05:30.467Z Downloaded aho-corasick v1.1.4
2052026-02-24T00:05:30.473Z Downloaded postcard v1.1.3
2062026-02-24T00:05:30.476Z Downloaded stable_deref_trait v1.2.1
2072026-02-24T00:05:30.476Z Downloaded managed v0.8.0
2082026-02-24T00:05:30.479Z Downloaded ingot v0.1.1
2092026-02-24T00:05:30.483Z Downloaded ref-cast v1.0.25
2102026-02-24T00:05:30.483Z Downloaded version_check v0.9.5
2112026-02-24T00:05:30.486Z Downloaded either v1.15.0
2122026-02-24T00:05:30.486Z Downloaded darling v0.21.3
2132026-02-24T00:05:30.489Z Downloaded serde_core v1.0.228
2142026-02-24T00:05:30.492Z Downloaded defmt-macros v1.0.1
2152026-02-24T00:05:30.495Z Downloaded byteorder v1.5.0
2162026-02-24T00:05:30.495Z Downloaded proc-macro2 v1.0.106
2172026-02-24T00:05:30.498Z Downloaded macaddr v1.0.1
2182026-02-24T00:05:30.502Z Downloaded embedded-io v0.4.0
2192026-02-24T00:05:30.502Z Downloaded ref-cast-impl v1.0.25
2202026-02-24T00:05:30.507Z Downloaded proc-macro-error-attr2 v2.0.0
2212026-02-24T00:05:30.511Z Downloaded strsim v0.11.1
2222026-02-24T00:05:30.519Z Downloaded quote v1.0.44
2232026-02-24T00:05:30.522Z Downloaded ingot-types v0.1.2
2242026-02-24T00:05:30.525Z Downloaded thiserror v2.0.18
2252026-02-24T00:05:30.531Z Downloaded thiserror-impl v2.0.18
2262026-02-24T00:05:30.534Z Downloaded proc-macro-error2 v2.0.1
2272026-02-24T00:05:30.534Z Downloaded darling_core v0.21.3
2282026-02-24T00:05:30.539Z Downloaded ingot-macros v0.1.1
2292026-02-24T00:05:30.542Z Downloaded serde_derive v1.0.228
2302026-02-24T00:05:30.562Z Downloaded unicode-ident v1.0.23
2312026-02-24T00:05:30.569Z Downloaded heapless v0.8.0
2322026-02-24T00:05:30.578Z Downloaded uuid v1.20.0
2332026-02-24T00:05:30.581Z Downloaded memchr v2.8.0
2342026-02-24T00:05:30.584Z Downloaded serde v1.0.228
2352026-02-24T00:05:30.605Z Downloaded zerocopy-derive v0.8.39
2362026-02-24T00:05:30.615Z Downloaded regex v1.12.3
2372026-02-24T00:05:30.620Z Downloaded itertools v0.14.0
2382026-02-24T00:05:30.655Z Downloaded smoltcp v0.11.0
2392026-02-24T00:05:30.665Z Downloaded zerocopy v0.8.39
2402026-02-24T00:05:30.682Z Downloaded syn v2.0.114
2412026-02-24T00:05:30.692Z Downloaded regex-syntax v0.8.9
2422026-02-24T00:05:30.710Z Downloaded regex-automata v0.4.14
2432026-02-24T00:05:30.729Z Updating crates.io index
2442026-02-24T00:05:30.825Z Downloading crates ...
2452026-02-24T00:05:30.879Z Downloaded getopts v0.2.24
2462026-02-24T00:05:30.883Z Downloaded miniz_oxide v0.8.9
2472026-02-24T00:05:30.886Z Downloaded rustc-literal-escaper v0.0.5
2482026-02-24T00:05:30.889Z Downloaded cfg-if v1.0.1
2492026-02-24T00:05:30.892Z Downloaded adler2 v2.0.1
2502026-02-24T00:05:30.898Z Downloaded rustc-demangle v0.1.26
2512026-02-24T00:05:30.901Z Downloaded addr2line v0.25.0
2522026-02-24T00:05:30.913Z Downloaded memchr v2.7.5
2532026-02-24T00:05:30.935Z Downloaded hashbrown v0.15.5
2542026-02-24T00:05:30.962Z Downloaded object v0.37.3
2552026-02-24T00:05:30.969Z Downloaded gimli v0.32.0
2562026-02-24T00:05:30.992Z Downloaded libc v0.2.175
2572026-02-24T00:05:31.064Z 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)
2582026-02-24T00:05:31.064Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2592026-02-24T00:05:31.067Z Compiling proc-macro2 v1.0.106
2602026-02-24T00:05:31.067Z Compiling unicode-ident v1.0.23
2612026-02-24T00:05:31.067Z Compiling quote v1.0.44
2622026-02-24T00:05:31.067Z Compiling serde_core v1.0.228
2632026-02-24T00:05:31.067Z Compiling strsim v0.11.1
2642026-02-24T00:05:31.139Z Compiling fnv v1.0.7
2652026-02-24T00:05:31.311Z Compiling ident_case v1.0.1
2662026-02-24T00:05:31.381Z Compiling memchr v2.8.0
2672026-02-24T00:05:31.500Z Compiling regex-syntax v0.8.9
2682026-02-24T00:05:31.893Z Compiling thiserror v2.0.18
2692026-02-24T00:05:31.937Z Compiling zerocopy v0.8.39
2702026-02-24T00:05:31.954Z Compiling either v1.15.0
2712026-02-24T00:05:32.107Z Compiling serde v1.0.228
2722026-02-24T00:05:32.380Z Compiling aho-corasick v1.1.4
2732026-02-24T00:05:32.936Z Compiling itertools v0.14.0
2742026-02-24T00:05:33.022Z Compiling heapless v0.8.0
2752026-02-24T00:05:33.039Z Compiling smoltcp v0.11.0
2762026-02-24T00:05:33.515Z Compiling syn v2.0.114
2772026-02-24T00:05:33.720Z Compiling version_check v0.9.5
2782026-02-24T00:05:33.794Z Compiling crc32fast v1.5.0
2792026-02-24T00:05:33.951Z Compiling ref-cast v1.0.25
2802026-02-24T00:05:34.504Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2812026-02-24T00:05:34.940Z Compiling regex-automata v0.4.14
2822026-02-24T00:05:37.850Z Compiling regex v1.12.3
2832026-02-24T00:05:38.706Z Compiling darling_core v0.21.3
2842026-02-24T00:05:40.661Z Compiling thiserror-impl v2.0.18
2852026-02-24T00:05:40.666Z Compiling serde_derive v1.0.228
2862026-02-24T00:05:40.666Z Compiling zerocopy-derive v0.8.39
2872026-02-24T00:05:40.666Z Compiling ref-cast-impl v1.0.25
2882026-02-24T00:05:40.666Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2892026-02-24T00:05:43.355Z Compiling darling_macro v0.21.3
2902026-02-24T00:05:44.619Z Compiling darling v0.21.3
2912026-02-24T00:05:44.737Z Compiling ingot-macros v0.1.1
2922026-02-24T00:05:44.741Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2932026-02-24T00:05:55.741Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2942026-02-24T00:05:59.499Z Checking byteorder v1.5.0
2952026-02-24T00:05:59.502Z Checking macaddr v1.0.1
2962026-02-24T00:05:59.502Z Checking cfg-if v1.0.4
2972026-02-24T00:05:59.502Z Checking stable_deref_trait v1.2.1
2982026-02-24T00:05:59.502Z Checking managed v0.8.0
2992026-02-24T00:05:59.589Z Checking bitflags v1.3.2
3002026-02-24T00:05:59.655Z Checking cobs v0.3.0
3012026-02-24T00:05:59.802Z Checking hash32 v0.3.1
3022026-02-24T00:05:59.867Z Checking dyn-clone v1.0.20
3032026-02-24T00:05:59.870Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3042026-02-24T00:06:02.108Z Checking bitflags v2.10.0
3052026-02-24T00:06:02.112Z Checking uuid v1.20.0
3062026-02-24T00:06:02.344Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-02-24T00:06:02.814Z Checking postcard v1.1.3
3082026-02-24T00:06:04.514Z Checking ingot-types v0.1.2
3092026-02-24T00:06:04.984Z Checking ingot v0.1.1
3102026-02-24T00:06:07.671Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3112026-02-24T00:06:15.146Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3122026-02-24T00:06:17.952Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3132026-02-24T00:06:22.587Z Finished `dev` profile [optimized + debuginfo] target(s) in 1m 02s
3142026-02-24T00:06:22.710Z
3152026-02-24T00:06:22.713Zreal 1:02.809406043
3162026-02-24T00:06:22.714Zuser 2:28.863835558
3172026-02-24T00:06:22.714Zsys 15.121481501
3182026-02-24T00:06:22.714Ztrap 0.060909713
3192026-02-24T00:06:22.714Ztflt 0.084003017
3202026-02-24T00:06:22.714Zdflt 0.328189037
3212026-02-24T00:06:22.714Zkflt 0.001720552
3222026-02-24T00:06:22.714Zlock 5:47.928835191
3232026-02-24T00:06:22.714Zslp 7:55.025699334
3242026-02-24T00:06:22.714Zlat 4.212248643
3252026-02-24T00:06:22.714Zstop 9.788061872
3262026-02-24T00:06:22.714Z+ pushd xde-link
3272026-02-24T00:06:22.714Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3282026-02-24T00:06:22.714Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3292026-02-24T00:06:23.040Z 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)
3302026-02-24T00:06:23.040Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3312026-02-24T00:06:23.040Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3322026-02-24T00:06:42.764Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3332026-02-24T00:06:46.593Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.72s
3342026-02-24T00:06:46.617Z
3352026-02-24T00:06:46.620Zreal 23.899325986
3362026-02-24T00:06:46.620Zuser 41.439766024
3372026-02-24T00:06:46.620Zsys 1.681862013
3382026-02-24T00:06:46.620Ztrap 0.009811969
3392026-02-24T00:06:46.621Ztflt 0.030425270
3402026-02-24T00:06:46.621Zdflt 0.052156119
3412026-02-24T00:06:46.621Zkflt 0.000002079
3422026-02-24T00:06:46.621Zlock 1:45.414740971
3432026-02-24T00:06:46.621Zslp 1:46.548982798
3442026-02-24T00:06:46.621Zlat 0.376151714
3452026-02-24T00:06:46.621Zstop 0.163485126
3462026-02-24T00:06:46.621Z+ popd
3472026-02-24T00:06:46.621Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3482026-02-24T00:06:46.621Z+ popd
3492026-02-24T00:06:46.621Z/work/oxidecomputer/opte
3502026-02-24T00:06:46.621Z+ header 'build xde (debug)'
3512026-02-24T00:06:46.621Z+ echo '# ==== build xde (debug) ==== #'
3522026-02-24T00:06:46.621Z# ==== build xde (debug) ==== #
3532026-02-24T00:06:46.621Z+ ptime -m cargo xtask build --profile debug xde xde-link
3542026-02-24T00:06:46.856Z Downloading crates ...
3552026-02-24T00:06:46.912Z Downloaded clap_lex v0.7.7
3562026-02-24T00:06:46.915Z Downloaded serde_spanned v1.0.4
3572026-02-24T00:06:46.919Z Downloaded semver v1.0.27
3582026-02-24T00:06:46.922Z Downloaded is_terminal_polyfill v1.70.2
3592026-02-24T00:06:46.922Z Downloaded anstyle v1.0.13
3602026-02-24T00:06:46.927Z Downloaded colorchoice v1.0.4
3612026-02-24T00:06:46.927Z Downloaded terminal_size v0.4.3
3622026-02-24T00:06:46.930Z Downloaded itoa v1.0.17
3632026-02-24T00:06:46.930Z Downloaded zmij v1.0.20
3642026-02-24T00:06:46.934Z Downloaded toml_datetime v1.0.0+spec-1.1.0
3652026-02-24T00:06:46.934Z Downloaded equivalent v1.0.2
3662026-02-24T00:06:46.939Z Downloaded heck v0.5.0
3672026-02-24T00:06:46.942Z Downloaded errno v0.3.14
3682026-02-24T00:06:46.945Z Downloaded anstyle-parse v0.2.7
3692026-02-24T00:06:46.945Z Downloaded anstyle-query v1.1.5
3702026-02-24T00:06:46.949Z Downloaded cargo_metadata v0.23.1
3712026-02-24T00:06:46.952Z Downloaded utf8parse v0.2.2
3722026-02-24T00:06:46.956Z Downloaded toml_writer v1.0.6+spec-1.1.0
3732026-02-24T00:06:46.961Z Downloaded anstream v0.6.21
3742026-02-24T00:06:46.965Z Downloaded camino v1.2.2
3752026-02-24T00:06:46.969Z Downloaded cargo-platform v0.3.2
3762026-02-24T00:06:46.980Z Downloaded clap_derive v4.5.55
3772026-02-24T00:06:46.983Z Downloaded toml_parser v1.0.7+spec-1.1.0
3782026-02-24T00:06:46.987Z Downloaded toml v1.0.0+spec-1.1.0
3792026-02-24T00:06:46.990Z Downloaded anyhow v1.0.101
3802026-02-24T00:06:46.995Z Downloaded clap v4.5.57
3812026-02-24T00:06:47.010Z Downloaded indexmap v2.13.0
3822026-02-24T00:06:47.030Z Downloaded winnow v0.7.14
3832026-02-24T00:06:47.038Z Downloaded hashbrown v0.16.1
3842026-02-24T00:06:47.043Z Downloaded serde_json v1.0.149
3852026-02-24T00:06:47.049Z Downloaded clap_builder v4.5.57
3862026-02-24T00:06:47.070Z Downloaded rustix v1.1.3
3872026-02-24T00:06:47.105Z Downloaded libc v0.2.180
3882026-02-24T00:06:47.174Z Compiling serde_core v1.0.228
3892026-02-24T00:06:47.175Z Compiling proc-macro2 v1.0.106
3902026-02-24T00:06:47.178Z Compiling unicode-ident v1.0.23
3912026-02-24T00:06:47.178Z Compiling quote v1.0.44
3922026-02-24T00:06:47.178Z Compiling libc v0.2.180
3932026-02-24T00:06:47.178Z Compiling rustix v1.1.3
3942026-02-24T00:06:47.178Z Compiling bitflags v2.10.0
3952026-02-24T00:06:47.178Z Compiling utf8parse v0.2.2
3962026-02-24T00:06:47.426Z Compiling zmij v1.0.20
3972026-02-24T00:06:47.451Z Compiling anstyle-parse v0.2.7
3982026-02-24T00:06:47.823Z Compiling is_terminal_polyfill v1.70.2
3992026-02-24T00:06:47.840Z Compiling camino v1.2.2
4002026-02-24T00:06:47.938Z Compiling colorchoice v1.0.4
4012026-02-24T00:06:47.982Z Compiling anstyle v1.0.13
4022026-02-24T00:06:48.105Z Compiling anstyle-query v1.1.5
4032026-02-24T00:06:48.108Z Compiling serde v1.0.228
4042026-02-24T00:06:48.202Z Compiling thiserror v2.0.18
4052026-02-24T00:06:48.257Z Compiling serde_json v1.0.149
4062026-02-24T00:06:48.449Z Compiling anstream v0.6.21
4072026-02-24T00:06:48.631Z Compiling winnow v0.7.14
4082026-02-24T00:06:48.695Z Compiling clap_lex v0.7.7
4092026-02-24T00:06:48.789Z Compiling errno v0.3.14
4102026-02-24T00:06:49.300Z Compiling memchr v2.8.0
4112026-02-24T00:06:49.507Z Compiling strsim v0.11.1
4122026-02-24T00:06:49.640Z Compiling syn v2.0.114
4132026-02-24T00:06:49.672Z Compiling itoa v1.0.17
4142026-02-24T00:06:49.791Z Compiling heck v0.5.0
4152026-02-24T00:06:50.179Z Compiling anyhow v1.0.101
4162026-02-24T00:06:50.204Z Compiling terminal_size v0.4.3
4172026-02-24T00:06:50.445Z Compiling clap_builder v4.5.57
4182026-02-24T00:06:51.170Z Compiling toml_writer v1.0.6+spec-1.1.0
4192026-02-24T00:06:51.786Z Compiling toml_parser v1.0.7+spec-1.1.0
4202026-02-24T00:06:52.479Z Compiling serde_spanned v1.0.4
4212026-02-24T00:06:52.543Z Compiling cargo-platform v0.3.2
4222026-02-24T00:06:52.903Z Compiling semver v1.0.27
4232026-02-24T00:06:53.368Z Compiling toml_datetime v1.0.0+spec-1.1.0
4242026-02-24T00:06:53.905Z Compiling toml v1.0.0+spec-1.1.0
4252026-02-24T00:06:56.032Z Compiling serde_derive v1.0.228
4262026-02-24T00:06:56.555Z Compiling thiserror-impl v2.0.18
4272026-02-24T00:06:56.707Z Compiling clap_derive v4.5.55
4282026-02-24T00:07:00.698Z Compiling clap v4.5.57
4292026-02-24T00:07:03.412Z Compiling cargo_metadata v0.23.1
4302026-02-24T00:07:07.551Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4312026-02-24T00:07:10.140Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.46s
4322026-02-24T00:07:10.158Z Running `target/debug/xtask build --profile debug xde xde-link`
4332026-02-24T00:07:12.483ZBuilding xde (dev).
4342026-02-24T00:07:12.845Z Compiling serde_core v1.0.228
4352026-02-24T00:07:12.845Z Compiling byteorder v1.5.0
4362026-02-24T00:07:12.848Z Compiling cfg-if v1.0.4
4372026-02-24T00:07:12.848Z Compiling stable_deref_trait v1.2.1
4382026-02-24T00:07:12.848Z Compiling macaddr v1.0.1
4392026-02-24T00:07:12.848Z Compiling thiserror v2.0.18
4402026-02-24T00:07:12.871Z Compiling zerocopy v0.8.39
4412026-02-24T00:07:12.888Z Compiling managed v0.8.0
4422026-02-24T00:07:12.955Z Compiling bitflags v1.3.2
4432026-02-24T00:07:12.974Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4442026-02-24T00:07:13.029Z Compiling cobs v0.3.0
4452026-02-24T00:07:13.051Z Compiling either v1.15.0
4462026-02-24T00:07:13.215Z Compiling hash32 v0.3.1
4472026-02-24T00:07:13.459Z Compiling heapless v0.8.0
4482026-02-24T00:07:13.472Z Compiling itertools v0.14.0
4492026-02-24T00:07:13.489Z Compiling ref-cast v1.0.25
4502026-02-24T00:07:13.496Z Compiling crc32fast v1.5.0
4512026-02-24T00:07:13.551Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4522026-02-24T00:07:13.602Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4532026-02-24T00:07:13.624Z Compiling dyn-clone v1.0.20
4542026-02-24T00:07:13.850Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4552026-02-24T00:07:14.345Z Compiling smoltcp v0.11.0
4562026-02-24T00:07:16.508Z Compiling serde v1.0.228
4572026-02-24T00:07:16.508Z Compiling bitflags v2.10.0
4582026-02-24T00:07:16.511Z Compiling uuid v1.20.0
4592026-02-24T00:07:16.789Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4602026-02-24T00:07:17.609Z Compiling postcard v1.1.3
4612026-02-24T00:07:19.444Z Compiling ingot-types v0.1.2
4622026-02-24T00:07:19.924Z Compiling ingot v0.1.1
4632026-02-24T00:07:22.734Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4642026-02-24T00:07:30.332Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4652026-02-24T00:07:49.598Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4662026-02-24T00:08:05.604Z Finished `dev` profile [optimized + debuginfo] target(s) in 53.05s
4672026-02-24T00:08:05.633ZLinking xde kmod...
4682026-02-24T00:08:07.092ZBuilding xde dev link helper (dev).
4692026-02-24T00:08:07.366Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4702026-02-24T00:08:07.839Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.66s
4712026-02-24T00:08:07.869Z
4722026-02-24T00:08:07.869Zreal 1:21.244147109
4732026-02-24T00:08:07.869Zuser 5:00.705248143
4742026-02-24T00:08:07.869Zsys 17.741187442
4752026-02-24T00:08:07.869Ztrap 0.168560627
4762026-02-24T00:08:07.869Ztflt 0.457416947
4772026-02-24T00:08:07.872Zdflt 0.572865700
4782026-02-24T00:08:07.872Zkflt 0.000007750
4792026-02-24T00:08:07.872Zlock 10:53.869778761
4802026-02-24T00:08:07.872Zslp 11:08.265935549
4812026-02-24T00:08:07.872Zlat 10.131441425
4822026-02-24T00:08:07.872Zstop 7.212366890
4832026-02-24T00:08:07.872Z+ header 'build xde (release)'
4842026-02-24T00:08:07.872Z+ echo '# ==== build xde (release) ==== #'
4852026-02-24T00:08:07.873Z# ==== build xde (release) ==== #
4862026-02-24T00:08:07.873Z+ ptime -m cargo xtask build --profile release xde xde-link
4872026-02-24T00:08:08.111Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.18s
4882026-02-24T00:08:08.115Z Running `target/debug/xtask build --profile release xde xde-link`
4892026-02-24T00:08:08.393ZBuilding xde (release-lto).
4902026-02-24T00:08:08.740Z 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)
4912026-02-24T00:08:08.740Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4922026-02-24T00:08:08.743Z Compiling proc-macro2 v1.0.106
4932026-02-24T00:08:08.743Z Compiling unicode-ident v1.0.23
4942026-02-24T00:08:08.743Z Compiling quote v1.0.44
4952026-02-24T00:08:08.743Z Compiling serde_core v1.0.228
4962026-02-24T00:08:08.743Z Compiling fnv v1.0.7
4972026-02-24T00:08:08.766Z Compiling strsim v0.11.1
4982026-02-24T00:08:08.888Z Compiling ident_case v1.0.1
4992026-02-24T00:08:08.932Z Compiling memchr v2.8.0
5002026-02-24T00:08:09.063Z Compiling regex-syntax v0.8.9
5012026-02-24T00:08:09.386Z Compiling serde v1.0.228
5022026-02-24T00:08:09.441Z Compiling zerocopy v0.8.39
5032026-02-24T00:08:09.517Z Compiling either v1.15.0
5042026-02-24T00:08:09.661Z Compiling thiserror v2.0.18
5052026-02-24T00:08:09.896Z Compiling aho-corasick v1.1.4
5062026-02-24T00:08:10.084Z Compiling itertools v0.14.0
5072026-02-24T00:08:10.398Z Compiling heapless v0.8.0
5082026-02-24T00:08:10.703Z Compiling smoltcp v0.11.0
5092026-02-24T00:08:11.004Z Compiling syn v2.0.114
5102026-02-24T00:08:11.176Z Compiling version_check v0.9.5
5112026-02-24T00:08:11.281Z Compiling ref-cast v1.0.25
5122026-02-24T00:08:11.466Z Compiling crc32fast v1.5.0
5132026-02-24T00:08:11.886Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5142026-02-24T00:08:12.456Z Compiling regex-automata v0.4.14
5152026-02-24T00:08:15.288Z Compiling regex v1.12.3
5162026-02-24T00:08:16.033Z Compiling darling_core v0.21.3
5172026-02-24T00:08:17.823Z Compiling zerocopy-derive v0.8.39
5182026-02-24T00:08:17.823Z Compiling thiserror-impl v2.0.18
5192026-02-24T00:08:17.827Z Compiling serde_derive v1.0.228
5202026-02-24T00:08:17.827Z Compiling ref-cast-impl v1.0.25
5212026-02-24T00:08:17.827Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5222026-02-24T00:08:20.696Z Compiling darling_macro v0.21.3
5232026-02-24T00:08:21.917Z Compiling darling v0.21.3
5242026-02-24T00:08:22.022Z Compiling ingot-macros v0.1.1
5252026-02-24T00:08:22.026Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5262026-02-24T00:08:33.677Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5272026-02-24T00:08:37.007Z Compiling byteorder v1.5.0
5282026-02-24T00:08:37.007Z Compiling macaddr v1.0.1
5292026-02-24T00:08:37.010Z Compiling stable_deref_trait v1.2.1
5302026-02-24T00:08:37.010Z Compiling cfg-if v1.0.4
5312026-02-24T00:08:37.102Z Compiling managed v0.8.0
5322026-02-24T00:08:37.123Z Compiling bitflags v1.3.2
5332026-02-24T00:08:37.191Z Compiling cobs v0.3.0
5342026-02-24T00:08:37.405Z Compiling hash32 v0.3.1
5352026-02-24T00:08:37.612Z Compiling dyn-clone v1.0.20
5362026-02-24T00:08:37.762Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5372026-02-24T00:08:40.406Z Compiling bitflags v2.10.0
5382026-02-24T00:08:40.406Z Compiling uuid v1.20.0
5392026-02-24T00:08:40.653Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5402026-02-24T00:08:41.276Z Compiling postcard v1.1.3
5412026-02-24T00:08:42.913Z Compiling ingot-types v0.1.2
5422026-02-24T00:08:43.449Z Compiling ingot v0.1.1
5432026-02-24T00:08:46.404Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5442026-02-24T00:08:52.970Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5452026-02-24T00:09:07.315Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5462026-02-24T00:09:54.493Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 46s
5472026-02-24T00:09:54.520ZLinking xde kmod...
5482026-02-24T00:09:55.088ZBuilding xde dev link helper (release).
5492026-02-24T00:09:55.332Z 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)
5502026-02-24T00:09:55.332Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5512026-02-24T00:09:55.336Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5522026-02-24T00:10:15.953Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5532026-02-24T00:10:19.947Z Finished `release` profile [optimized + debuginfo] target(s) in 24.79s
5542026-02-24T00:10:19.970Z
5552026-02-24T00:10:19.974Zreal 2:12.092187913
5562026-02-24T00:10:19.974Zuser 3:54.737573898
5572026-02-24T00:10:19.974Zsys 17.854047825
5582026-02-24T00:10:19.974Ztrap 0.070138291
5592026-02-24T00:10:19.974Ztflt 0.189260217
5602026-02-24T00:10:19.974Zdflt 0.370479698
5612026-02-24T00:10:19.974Zkflt 0.000019160
5622026-02-24T00:10:19.974Zlock 16:36.717789197
5632026-02-24T00:10:19.974Zslp 14:04.622742234
5642026-02-24T00:10:19.974Zlat 3.929990603
5652026-02-24T00:10:19.974Zstop 7.850660613
5662026-02-24T00:10:19.974Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5672026-02-24T00:10:19.974Z+ grep GOTPCREL
5682026-02-24T00:10:22.655Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5692026-02-24T00:10:22.659Z+ grep GOTPCREL
5702026-02-24T00:10:24.017Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5712026-02-24T00:10:24.088Z+ sha256sum /work/debug/xde.dbg
5722026-02-24T00:10:24.151Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5732026-02-24T00:10:24.154Z+ sha256sum /work/debug/xde_link.dbg.so
5742026-02-24T00:10:24.158Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5752026-02-24T00:10:24.203Z+ sha256sum /work/release/xde
5762026-02-24T00:10:24.237Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5772026-02-24T00:10:24.241Z+ sha256sum /work/release/xde_link.so
5782026-02-24T00:10:24.246Z+ header 'build xde integration tests'
5792026-02-24T00:10:24.246Z+ echo '# ==== build xde integration tests ==== #'
5802026-02-24T00:10:24.246Z# ==== build xde integration tests ==== #
5812026-02-24T00:10:24.246Z+ pushd xde-tests
5822026-02-24T00:10:24.246Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5832026-02-24T00:10:24.246Z+ cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
5842026-02-24T00:10:24.470Z+ cargo clippy --all-targets -- --deny warnings
5852026-02-24T00:10:24.855Z Compiling serde_core v1.0.228
5862026-02-24T00:10:24.855Z Checking cfg-if v1.0.4
5872026-02-24T00:10:24.855Z Checking memchr v2.8.0
5882026-02-24T00:10:24.855Z Compiling serde v1.0.228
5892026-02-24T00:10:24.859Z Compiling rustversion v1.0.22
5902026-02-24T00:10:24.859Z Compiling version_check v0.9.5
5912026-02-24T00:10:24.859Z Compiling libc v0.2.180
5922026-02-24T00:10:24.859Z Compiling syn v2.0.114
5932026-02-24T00:10:24.966Z Compiling zerocopy v0.8.39
5942026-02-24T00:10:25.403Z Compiling ident_case v1.0.1
5952026-02-24T00:10:25.491Z Compiling fnv v1.0.7
5962026-02-24T00:10:25.579Z Compiling strsim v0.11.1
5972026-02-24T00:10:25.698Z Checking pin-project-lite v0.2.16
5982026-02-24T00:10:25.716Z Compiling syn v1.0.109
5992026-02-24T00:10:25.821Z Compiling regex-syntax v0.8.9
6002026-02-24T00:10:26.181Z Compiling equivalent v1.0.2
6012026-02-24T00:10:26.304Z Compiling hashbrown v0.16.1
6022026-02-24T00:10:26.326Z Compiling either v1.15.0
6032026-02-24T00:10:26.467Z Compiling winnow v0.7.14
6042026-02-24T00:10:26.659Z Compiling aho-corasick v1.1.4
6052026-02-24T00:10:26.740Z Compiling itertools v0.14.0
6062026-02-24T00:10:27.518Z Compiling indexmap v2.13.0
6072026-02-24T00:10:28.918Z Compiling heapless v0.8.0
6082026-02-24T00:10:29.384Z Compiling regex-automata v0.4.14
6092026-02-24T00:10:29.470Z Compiling toml_datetime v0.7.5+spec-1.1.0
6102026-02-24T00:10:29.604Z Compiling getrandom v0.3.4
6112026-02-24T00:10:29.920Z Compiling toml_parser v1.0.7+spec-1.1.0
6122026-02-24T00:10:30.210Z Checking byteorder v1.5.0
6132026-02-24T00:10:30.349Z Checking bitflags v2.10.0
6142026-02-24T00:10:30.499Z Checking hash32 v0.3.1
6152026-02-24T00:10:30.636Z Compiling slog v2.8.2
6162026-02-24T00:10:30.658Z Checking macaddr v1.0.1
6172026-02-24T00:10:30.679Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6182026-02-24T00:10:30.929Z Compiling toml_edit v0.23.10+spec-1.0.0
6192026-02-24T00:10:30.932Z Checking futures-core v0.3.31
6202026-02-24T00:10:31.010Z Checking stable_deref_trait v1.2.1
6212026-02-24T00:10:31.069Z Compiling smoltcp v0.11.0
6222026-02-24T00:10:31.112Z Checking futures-sink v0.3.31
6232026-02-24T00:10:31.258Z Checking futures-channel v0.3.31
6242026-02-24T00:10:31.460Z Compiling darling_core v0.21.3
6252026-02-24T00:10:31.598Z Compiling proc-macro-error-attr v1.0.4
6262026-02-24T00:10:31.680Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
6272026-02-24T00:10:31.912Z Compiling autocfg v1.5.0
6282026-02-24T00:10:31.972Z Checking pin-utils v0.1.0
6292026-02-24T00:10:32.028Z Checking bitflags v1.3.2
6302026-02-24T00:10:32.063Z Compiling proc-macro-crate v3.4.0
6312026-02-24T00:10:32.138Z Checking futures-task v0.3.31
6322026-02-24T00:10:32.390Z Compiling crc32fast v1.5.0
6332026-02-24T00:10:32.681Z Checking managed v0.8.0
6342026-02-24T00:10:32.912Z Compiling ref-cast v1.0.25
6352026-02-24T00:10:33.042Z Checking futures-io v0.3.31
6362026-02-24T00:10:33.062Z Checking slab v0.4.12
6372026-02-24T00:10:33.289Z Compiling num-traits v0.2.19
6382026-02-24T00:10:33.335Z Compiling regex v1.12.3
6392026-02-24T00:10:33.624Z Checking rand_core v0.9.5
6402026-02-24T00:10:33.658Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6412026-02-24T00:10:33.928Z Compiling proc-macro-error v1.0.4
6422026-02-24T00:10:34.224Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6432026-02-24T00:10:34.305Z Checking ipnetwork v0.21.1
6442026-02-24T00:10:34.309Z Checking unicode-width v0.2.2
6452026-02-24T00:10:34.618Z Compiling crossbeam-utils v0.8.21
6462026-02-24T00:10:34.633Z Checking foreign-types-shared v0.3.1
6472026-02-24T00:10:34.754Z Checking once_cell v1.21.3
6482026-02-24T00:10:34.820Z Checking tabwriter v1.4.1
6492026-02-24T00:10:35.067Z Compiling serde_derive v1.0.228
6502026-02-24T00:10:35.079Z Compiling zerocopy-derive v0.8.39
6512026-02-24T00:10:35.125Z Compiling thiserror-impl v2.0.18
6522026-02-24T00:10:35.135Z Compiling futures-macro v0.3.31
6532026-02-24T00:10:35.829Z Compiling foreign-types-macros v0.2.3
6542026-02-24T00:10:35.923Z Compiling num_enum_derive v0.7.5
6552026-02-24T00:10:36.086Z Compiling ref-cast-impl v1.0.25
6562026-02-24T00:10:36.894Z Checking futures-util v0.3.31
6572026-02-24T00:10:37.018Z Compiling darling_macro v0.21.3
6582026-02-24T00:10:37.058Z Checking foreign-types v0.5.0
6592026-02-24T00:10:37.197Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6602026-02-24T00:10:37.341Z Checking tracing-core v0.1.36
6612026-02-24T00:10:37.941Z Checking thiserror v2.0.18
6622026-02-24T00:10:37.966Z Compiling tracing-attributes v0.1.31
6632026-02-24T00:10:38.032Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6642026-02-24T00:10:38.045Z Compiling darling v0.21.3
6652026-02-24T00:10:38.083Z Checking cobs v0.3.0
6662026-02-24T00:10:38.098Z Checking num_enum v0.7.5
6672026-02-24T00:10:38.149Z Compiling ingot-macros v0.1.1
6682026-02-24T00:10:38.251Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6692026-02-24T00:10:38.733Z Checking anyhow v1.0.101
6702026-02-24T00:10:39.683Z Checking cstr-argument v0.1.2
6712026-02-24T00:10:39.794Z Compiling time-core v0.1.8
6722026-02-24T00:10:39.873Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
6732026-02-24T00:10:40.092Z Checking dyn-clone v1.0.20
6742026-02-24T00:10:40.219Z Compiling num-conv v0.2.0
6752026-02-24T00:10:40.236Z Compiling thiserror v1.0.69
6762026-02-24T00:10:40.458Z Checking pretty-hex v0.4.1
6772026-02-24T00:10:40.646Z Checking powerfmt v0.2.0
6782026-02-24T00:10:40.810Z Checking tracing v0.1.44
6792026-02-24T00:10:40.913Z Checking deranged v0.5.5
6802026-02-24T00:10:41.154Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
6812026-02-24T00:10:41.171Z Compiling time-macros v0.2.27
6822026-02-24T00:10:41.411Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6832026-02-24T00:10:41.440Z Checking futures-executor v0.3.31
6842026-02-24T00:10:41.668Z Checking futures v0.3.31
6852026-02-24T00:10:41.773Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6862026-02-24T00:10:41.925Z Compiling thiserror-impl v1.0.69
6872026-02-24T00:10:42.701Z Checking erased-serde v0.3.31
6882026-02-24T00:10:42.721Z Checking postcard v1.1.3
6892026-02-24T00:10:43.174Z Checking uuid v1.20.0
6902026-02-24T00:10:43.321Z Checking arc-swap v1.8.1
6912026-02-24T00:10:43.501Z Checking socket2 v0.6.2
6922026-02-24T00:10:43.555Z Checking nom v8.0.0
6932026-02-24T00:10:43.740Z Checking thread_local v1.1.9
6942026-02-24T00:10:44.007Z Checking oxnet v0.1.4
6952026-02-24T00:10:44.027Z Checking iana-time-zone v0.1.65
6962026-02-24T00:10:44.181Z Checking colored v3.1.1
6972026-02-24T00:10:44.533Z Checking lazy_static v1.5.0
6982026-02-24T00:10:44.568Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6992026-02-24T00:10:44.668Z Compiling heck v0.4.1
7002026-02-24T00:10:44.803Z Checking itoa v1.0.17
7012026-02-24T00:10:44.826Z Compiling slog-async v2.8.0
7022026-02-24T00:10:45.054Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7032026-02-24T00:10:45.065Z Checking time v0.3.47
7042026-02-24T00:10:45.280Z Checking slog-scope v4.4.1
7052026-02-24T00:10:45.496Z Checking chrono v0.4.43
7062026-02-24T00:10:45.512Z Checking crossbeam-channel v0.5.15
7072026-02-24T00:10:45.609Z Checking ingot-types v0.1.2
7082026-02-24T00:10:46.231Z Checking ppv-lite86 v0.2.21
7092026-02-24T00:10:46.321Z Checking cookie-factory v0.3.3
7102026-02-24T00:10:46.371Z Checking ingot v0.1.1
7112026-02-24T00:10:46.835Z Checking itertools v0.12.1
7122026-02-24T00:10:46.933Z Checking rand_chacha v0.9.0
7132026-02-24T00:10:47.013Z Checking is-terminal v0.4.17
7142026-02-24T00:10:47.082Z Checking circular v0.3.0
7152026-02-24T00:10:47.137Z Checking term v1.2.1
7162026-02-24T00:10:47.269Z Checking take_mut v0.2.2
7172026-02-24T00:10:47.276Z Checking rand v0.9.2
7182026-02-24T00:10:47.422Z Checking log v0.4.29
7192026-02-24T00:10:47.583Z Checking slog-term v2.9.2
7202026-02-24T00:10:47.715Z Checking slog-stdlog v4.1.1
7212026-02-24T00:10:48.144Z Checking rusticata-macros v5.0.0
7222026-02-24T00:10:48.355Z Checking pcap-parser v0.17.0
7232026-02-24T00:10:48.901Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7242026-02-24T00:10:49.553Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
7252026-02-24T00:10:49.703Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7262026-02-24T00:10:50.571Z Checking slog-envlogger v2.2.0
7272026-02-24T00:10:57.217Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7282026-02-24T00:11:00.043Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7292026-02-24T00:11:00.043Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7302026-02-24T00:11:00.573Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7312026-02-24T00:11:01.459Z Finished `dev` profile [optimized + debuginfo] target(s) in 36.84s
7322026-02-24T00:11:01.501Z+ cargo build --test loopback
7332026-02-24T00:11:01.793Z Compiling cfg-if v1.0.4
7342026-02-24T00:11:01.793Z Compiling memchr v2.8.0
7352026-02-24T00:11:01.797Z Compiling serde_core v1.0.228
7362026-02-24T00:11:01.797Z Compiling libc v0.2.180
7372026-02-24T00:11:01.829Z Compiling zerocopy v0.8.39
7382026-02-24T00:11:01.833Z Compiling thiserror v2.0.18
7392026-02-24T00:11:01.836Z Compiling pin-project-lite v0.2.16
7402026-02-24T00:11:01.843Z Compiling byteorder v1.5.0
7412026-02-24T00:11:01.903Z Compiling either v1.15.0
7422026-02-24T00:11:01.962Z Compiling futures-core v0.3.31
7432026-02-24T00:11:01.970Z Compiling macaddr v1.0.1
7442026-02-24T00:11:02.202Z Compiling hash32 v0.3.1
7452026-02-24T00:11:02.256Z Compiling stable_deref_trait v1.2.1
7462026-02-24T00:11:02.342Z Compiling futures-sink v0.3.31
7472026-02-24T00:11:02.372Z Compiling heapless v0.8.0
7482026-02-24T00:11:02.455Z Compiling cobs v0.3.0
7492026-02-24T00:11:02.482Z Compiling futures-channel v0.3.31
7502026-02-24T00:11:02.505Z Compiling bitflags v1.3.2
7512026-02-24T00:11:02.613Z Compiling slab v0.4.12
7522026-02-24T00:11:02.774Z Compiling getrandom v0.3.4
7532026-02-24T00:11:02.911Z Compiling managed v0.8.0
7542026-02-24T00:11:02.946Z Compiling futures-task v0.3.31
7552026-02-24T00:11:02.969Z Compiling futures-io v0.3.31
7562026-02-24T00:11:03.188Z Compiling pin-utils v0.1.0
7572026-02-24T00:11:03.293Z Compiling smoltcp v0.11.0
7582026-02-24T00:11:03.314Z Compiling futures-util v0.3.31
7592026-02-24T00:11:03.322Z Compiling rand_core v0.9.5
7602026-02-24T00:11:03.341Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7612026-02-24T00:11:03.370Z Compiling once_cell v1.21.3
7622026-02-24T00:11:03.740Z Compiling foreign-types-shared v0.3.1
7632026-02-24T00:11:03.839Z Compiling ipnetwork v0.21.1
7642026-02-24T00:11:03.855Z Compiling unicode-width v0.2.2
7652026-02-24T00:11:03.875Z Compiling foreign-types v0.5.0
7662026-02-24T00:11:04.048Z Compiling tracing-core v0.1.36
7672026-02-24T00:11:04.490Z Compiling tabwriter v1.4.1
7682026-02-24T00:11:04.957Z Compiling ref-cast v1.0.25
7692026-02-24T00:11:05.114Z Compiling num_enum v0.7.5
7702026-02-24T00:11:05.314Z Compiling crc32fast v1.5.0
7712026-02-24T00:11:05.404Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
7722026-02-24T00:11:05.597Z Compiling cstr-argument v0.1.2
7732026-02-24T00:11:05.605Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7742026-02-24T00:11:05.779Z Compiling itertools v0.14.0
7752026-02-24T00:11:05.798Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7762026-02-24T00:11:05.904Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7772026-02-24T00:11:06.861Z Compiling serde v1.0.228
7782026-02-24T00:11:06.996Z Compiling bitflags v2.10.0
7792026-02-24T00:11:07.031Z Compiling dyn-clone v1.0.20
7802026-02-24T00:11:07.081Z Compiling powerfmt v0.2.0
7812026-02-24T00:11:07.383Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7822026-02-24T00:11:07.640Z Compiling pretty-hex v0.4.1
7832026-02-24T00:11:07.899Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
7842026-02-24T00:11:07.919Z Compiling deranged v0.5.5
7852026-02-24T00:11:07.936Z Compiling tracing v0.1.44
7862026-02-24T00:11:08.297Z Compiling erased-serde v0.3.31
7872026-02-24T00:11:08.395Z Compiling postcard v1.1.3
7882026-02-24T00:11:08.647Z Compiling futures-executor v0.3.31
7892026-02-24T00:11:08.677Z Compiling uuid v1.20.0
7902026-02-24T00:11:09.174Z Compiling futures v0.3.31
7912026-02-24T00:11:09.298Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7922026-02-24T00:11:09.495Z Compiling slog v2.8.2
7932026-02-24T00:11:09.798Z Compiling ingot-types v0.1.2
7942026-02-24T00:11:09.954Z Compiling ppv-lite86 v0.2.21
7952026-02-24T00:11:09.993Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7962026-02-24T00:11:10.028Z Compiling num-traits v0.2.19
7972026-02-24T00:11:10.074Z Compiling crossbeam-utils v0.8.21
7982026-02-24T00:11:10.678Z Compiling ingot v0.1.1
7992026-02-24T00:11:10.704Z Compiling rand_chacha v0.9.0
8002026-02-24T00:11:10.729Z Compiling nom v8.0.0
8012026-02-24T00:11:10.757Z Compiling aho-corasick v1.1.4
8022026-02-24T00:11:11.020Z Compiling socket2 v0.6.2
8032026-02-24T00:11:11.891Z Compiling rand v0.9.2
8042026-02-24T00:11:12.070Z Compiling thread_local v1.1.9
8052026-02-24T00:11:13.009Z Compiling arc-swap v1.8.1
8062026-02-24T00:11:13.128Z Compiling regex-syntax v0.8.9
8072026-02-24T00:11:13.679Z Compiling winnow v0.7.14
8082026-02-24T00:11:13.780Z Compiling lazy_static v1.5.0
8092026-02-24T00:11:13.816Z Compiling colored v3.1.1
8102026-02-24T00:11:13.933Z Compiling num-conv v0.2.0
8112026-02-24T00:11:13.969Z Compiling oxnet v0.1.4
8122026-02-24T00:11:14.169Z Compiling iana-time-zone v0.1.65
8132026-02-24T00:11:14.970Z Compiling time-core v0.1.8
8142026-02-24T00:11:15.257Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8152026-02-24T00:11:15.299Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8162026-02-24T00:11:15.720Z Compiling time v0.3.47
8172026-02-24T00:11:15.748Z Compiling chrono v0.4.43
8182026-02-24T00:11:16.392Z Compiling rusticata-macros v5.0.0
8192026-02-24T00:11:17.023Z Compiling regex-automata v0.4.14
8202026-02-24T00:11:17.092Z Compiling slog-scope v4.4.1
8212026-02-24T00:11:18.323Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
8222026-02-24T00:11:20.457Z Compiling thiserror v1.0.69
8232026-02-24T00:11:20.624Z Compiling crossbeam-channel v0.5.15
8242026-02-24T00:11:20.796Z Compiling cookie-factory v0.3.3
8252026-02-24T00:11:21.463Z Compiling is-terminal v0.4.17
8262026-02-24T00:11:21.607Z Compiling itertools v0.12.1
8272026-02-24T00:11:22.315Z Compiling log v0.4.29
8282026-02-24T00:11:22.844Z Compiling term v1.2.1
8292026-02-24T00:11:24.934Z Compiling circular v0.3.0
8302026-02-24T00:11:25.071Z Compiling take_mut v0.2.2
8312026-02-24T00:11:25.246Z Compiling slog-async v2.8.0
8322026-02-24T00:11:25.458Z Compiling pcap-parser v0.17.0
8332026-02-24T00:11:28.715Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8342026-02-24T00:11:29.358Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8352026-02-24T00:11:29.566Z Compiling slog-term v2.9.2
8362026-02-24T00:11:33.399Z Compiling slog-stdlog v4.1.1
8372026-02-24T00:11:33.513Z Compiling regex v1.12.3
8382026-02-24T00:11:34.145Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8392026-02-24T00:11:34.189Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8402026-02-24T00:11:34.242Z Compiling slog-envlogger v2.2.0
8412026-02-24T00:11:34.326Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
8422026-02-24T00:11:36.130Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-02-24T00:11:53.259Z Finished `dev` profile [optimized + debuginfo] target(s) in 51.69s
8442026-02-24T00:11:53.298Z++ cargo build -q --test loopback --message-format=json
8452026-02-24T00:11:53.302Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-02-24T00:11:53.507Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-33220aa2d72dbcb6
8472026-02-24T00:11:53.510Z+ cargo build --test multicast_rx
8482026-02-24T00:11:53.692Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-02-24T00:11:55.964Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.40s
8502026-02-24T00:11:56.006Z++ cargo build -q --test multicast_rx --message-format=json
8512026-02-24T00:11:56.009Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-02-24T00:11:56.208Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-e194c65854204aad
8532026-02-24T00:11:56.208Z+ cargo build --test multicast_multi_sub
8542026-02-24T00:11:56.392Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-02-24T00:11:58.955Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.68s
8562026-02-24T00:11:58.994Z++ cargo build -q --test multicast_multi_sub --message-format=json
8572026-02-24T00:11:58.998Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-02-24T00:11:59.196Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-d35f7e327741aa9b
8592026-02-24T00:11:59.200Z+ cargo build --test multicast_validation
8602026-02-24T00:11:59.385Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8612026-02-24T00:12:02.281Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.02s
8622026-02-24T00:12:02.321Z++ cargo build -q --test multicast_validation --message-format=json
8632026-02-24T00:12:02.324Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8642026-02-24T00:12:02.529Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-fcdfb6bc5071c414
8652026-02-24T00:12:02.532Z+ cargo build --test multicast_source_filter
8662026-02-24T00:12:02.717Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8672026-02-24T00:12:05.886Z Finished `dev` profile [optimized + debuginfo] target(s) in 3.30s
8682026-02-24T00:12:05.930Z++ cargo build -q --test multicast_source_filter --message-format=json
8692026-02-24T00:12:05.933Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8702026-02-24T00:12:06.137Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-e1a085d18ff88fec
8712026-02-24T00:12:06.140Z+ mkdir -p /work/test
8722026-02-24T00:12:06.140Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-33220aa2d72dbcb6 /work/test/loopback
8732026-02-24T00:12:06.188Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-e194c65854204aad /work/test/multicast_rx
8742026-02-24T00:12:06.238Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-d35f7e327741aa9b /work/test/multicast_multi_sub
8752026-02-24T00:12:06.290Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-fcdfb6bc5071c414 /work/test/multicast_validation
8762026-02-24T00:12:06.345Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-e1a085d18ff88fec /work/test/multicast_source_filter
8772026-02-24T00:12:06.390Zprocess exited: duration 475323 ms, exit code 0
 
8782026-02-24T00:12:06.411Zfound 14 output files
8792026-02-24T00:12:06.411Zuploading: /work/debug/xde.dbg (88542232 bytes)
8802026-02-24T00:12:08.469Zuploaded: /work/debug/xde.dbg
8812026-02-24T00:12:08.469Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8822026-02-24T00:12:09.481Zuploaded: /work/debug/xde.dbg.sha256
8832026-02-24T00:12:09.481Zuploading: /work/debug/xde_link.dbg.so (1099884 bytes)
8842026-02-24T00:12:10.512Zuploaded: /work/debug/xde_link.dbg.so
8852026-02-24T00:12:10.512Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8862026-02-24T00:12:11.522Zuploaded: /work/debug/xde_link.dbg.so.sha256
8872026-02-24T00:12:11.522Zuploading: /work/release/xde (47642616 bytes)
8882026-02-24T00:12:13.103Zuploaded: /work/release/xde
8892026-02-24T00:12:13.103Zuploading: /work/release/xde.sha256 (84 bytes)
8902026-02-24T00:12:14.114Zuploaded: /work/release/xde.sha256
8912026-02-24T00:12:14.114Zuploading: /work/release/xde_link.so (38860 bytes)
8922026-02-24T00:12:15.129Zuploaded: /work/release/xde_link.so
8932026-02-24T00:12:15.130Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8942026-02-24T00:12:16.139Zuploaded: /work/release/xde_link.so.sha256
8952026-02-24T00:12:16.139Zuploading: /work/test/loopback (50710896 bytes)
8962026-02-24T00:12:17.725Zuploaded: /work/test/loopback
8972026-02-24T00:12:17.725Zuploading: /work/test/multicast_rx (51035664 bytes)
8982026-02-24T00:12:19.304Zuploaded: /work/test/multicast_rx
8992026-02-24T00:12:19.305Zuploading: /work/test/multicast_multi_sub (55276696 bytes)
9002026-02-24T00:12:21.473Zuploaded: /work/test/multicast_multi_sub
9012026-02-24T00:12:21.474Zuploading: /work/test/multicast_validation (51214864 bytes)
9022026-02-24T00:12:23.034Zuploaded: /work/test/multicast_validation
9032026-02-24T00:12:23.034Zuploading: /work/test/multicast_source_filter (51506760 bytes)
9042026-02-24T00:12:24.627Zuploaded: /work/test/multicast_source_filter
9052026-02-24T00:12:24.627Zuploading: /work/xde.conf (79 bytes)
9062026-02-24T00:12:25.638Zuploaded: /work/xde.conf