01KNRWYT0S74A30Y4TJAM9T83X: 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: 01KNRWZ4E7GHNHSV5267BQ5FEH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-09T10:36:14.667Zjob assigned to worker 01KNRWZFZR1YSCETVX5JY767AM [factory aws, i-0b33e7e4ca5f8040d] (queued for 52 s)
 
22026-04-09T10:36:21.342Zstarting task 0: "setup"
32026-04-09T10:36:21.346Z++ uname -s
42026-04-09T10:36:21.349Z+ kern=SunOS
52026-04-09T10:36:21.349Z+ build_user=build
62026-04-09T10:36:21.349Z+ build_uid=12345
72026-04-09T10:36:21.349Z+ work_dir=/work
82026-04-09T10:36:21.349Z+ input_dir=/input
92026-04-09T10:36:21.349Z+ [[ 0 == 12345 ]]
102026-04-09T10:36:21.349Z+ case "$kern" in
112026-04-09T10:36:21.349Z+ groupadd -g 12345 build
122026-04-09T10:36:21.352Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-09T10:36:23.356Z+ zfs create -o mountpoint=/work rpool/work
142026-04-09T10:36:23.461Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-09T10:36:23.464Z+ home_fs=zfs
162026-04-09T10:36:23.464Z+ [[ zfs == autofs ]]
172026-04-09T10:36:23.464Z+ mkdir -p /home/build
182026-04-09T10:36:23.464Z+ chown build:build /home/build /work
192026-04-09T10:36:25.468Z+ chmod 0700 /home/build /work
202026-04-09T10:36:25.471Zprocess exited: duration 4128 ms, exit code 0
 
212026-04-09T10:36:25.477Zstarting task 1: "rust-toolchain"
222026-04-09T10:36:25.481Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-09T10:36:25.481Z * rust toolchain channel = "1.90.0"
242026-04-09T10:36:25.481Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-09T10:36:25.481Z * rust toolchain profile = "default"
262026-04-09T10:36:25.481Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-09T10:36:25.481Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-09T10:36:25.484Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-09T10:36:25.484Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-09T10:36:25.604Zinfo: downloading installer
312026-04-09T10:36:26.966Zwarn: It looks like you have an existing installation of Rust at:
322026-04-09T10:36:26.967Zwarn: /opt/ooce/bin
332026-04-09T10:36:26.967Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-09T10:36:26.967Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-09T10:36:26.967Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-09T10:36:26.967Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-09T10:36:26.967Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-09T10:36:26.967Zerror: cannot install while Rust is installed
392026-04-09T10:36:26.967Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-09T10:36:26.967Zwarn: It looks like you have an existing rustup settings file at:
412026-04-09T10:36:26.967Zwarn: /home/build/.rustup/settings.toml
422026-04-09T10:36:26.967Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-09T10:36:26.967Zwarn: instead of the one inferred from the default host triple.
442026-04-09T10:36:26.980Zinfo: profile set to default
452026-04-09T10:36:26.980Zinfo: default host triple is x86_64-unknown-illumos
462026-04-09T10:36:26.983Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-09T10:36:27.122Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-09T10:36:27.125Zinfo: downloading 6 components
492026-04-09T10:36:40.992Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-09T10:36:40.992Z
512026-04-09T10:36:41.024Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-09T10:36:41.024Z
532026-04-09T10:36:41.024Z
542026-04-09T10:36:41.024ZRust is installed now. Great!
552026-04-09T10:36:41.024Z
562026-04-09T10:36:41.024ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-09T10:36:41.024Zenvironment variable. This has not been done automatically.
582026-04-09T10:36:41.024Z
592026-04-09T10:36:41.024ZTo configure your current shell, you need to source
602026-04-09T10:36:41.024Zthe corresponding env file under $HOME/.cargo.
612026-04-09T10:36:41.024Z
622026-04-09T10:36:41.024ZThis is usually done by running one of the following (note the leading DOT):
632026-04-09T10:36:41.024Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-09T10:36:41.024Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-09T10:36:41.024Zsource "~/.cargo/env.nu" # For nushell
662026-04-09T10:36:41.024Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-09T10:36:41.024Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-09T10:36:41.024Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-09T10:36:41.036Zwarn: no default linker (`cc`) was found in your PATH
702026-04-09T10:36:41.036Zwarn: many Rust crates require a system C toolchain to build
712026-04-09T10:36:41.102Z+ rustup --version
722026-04-09T10:36:41.111Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-09T10:36:41.114Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-09T10:36:41.133Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-09T10:36:41.136Z+ cargo --version
762026-04-09T10:36:41.148Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-09T10:36:41.151Z+ rustc --version
782026-04-09T10:36:41.171Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-09T10:36:41.174Zprocess exited: duration 15695 ms, exit code 0
 
802026-04-09T10:36:41.180Zstarting task 2: "authentication"
812026-04-09T10:36:41.196Zprocess exited: duration 15 ms, exit code 0
 
822026-04-09T10:36:41.202Zstarting task 3: "clone repository"
832026-04-09T10:36:41.206Z+ mkdir -p /work/oxidecomputer/opte
842026-04-09T10:36:41.209Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-09T10:36:41.239ZCloning into '/work/oxidecomputer/opte'...
862026-04-09T10:36:42.081Z+ cd /work/oxidecomputer/opte
872026-04-09T10:36:42.081Z+ git fetch origin ab9008db67870d407c9413ef129e4eb701cc81a6
882026-04-09T10:36:42.325ZFrom https://github.com/oxidecomputer/opte
892026-04-09T10:36:42.325Z * branch ab9008db67870d407c9413ef129e4eb701cc81a6 -> FETCH_HEAD
902026-04-09T10:36:42.331Z+ [[ -n zl/filter-mcast-srcs ]]
912026-04-09T10:36:42.334Z++ git branch --show-current
922026-04-09T10:36:42.334Z+ current=master
932026-04-09T10:36:42.334Z+ [[ master != zl/filter-mcast-srcs ]]
942026-04-09T10:36:42.334Z+ git branch -f zl/filter-mcast-srcs ab9008db67870d407c9413ef129e4eb701cc81a6
952026-04-09T10:36:42.337Z+ git checkout -f zl/filter-mcast-srcs
962026-04-09T10:36:42.353ZSwitched to branch 'zl/filter-mcast-srcs'
972026-04-09T10:36:42.356Z+ git reset --hard ab9008db67870d407c9413ef129e4eb701cc81a6
982026-04-09T10:36:42.370ZHEAD is now at ab9008d [review] api comment updates for ord impl
992026-04-09T10:36:42.373Zprocess exited: duration 1168 ms, exit code 0
 
1002026-04-09T10:36:42.378Zstarting task 4: "build"
1012026-04-09T10:36:42.382Z+ source .github/buildomat/common.sh
1022026-04-09T10:36:42.385Z++ rustup show active-toolchain
1032026-04-09T10:36:42.387Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-09T10:36:42.390Z++ pushd xde
1052026-04-09T10:36:42.390Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-09T10:36:42.390Z++ rustup show active-toolchain
1072026-04-09T10:36:42.393Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-04-09T10:36:42.544Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-04-09T10:36:42.547Zinfo: downloading 6 components
1102026-04-09T10:36:55.920Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-09T10:36:55.992Z+++ rustup show active-toolchain -v
1122026-04-09T10:36:55.995Z+++ head -n 1
1132026-04-09T10:36:55.995Z+++ cut '-d ' -f1
1142026-04-09T10:36:56.053Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-04-09T10:36:56.053Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-04-09T10:36:56.053Z++ popd
1172026-04-09T10:36:56.056Z/work/oxidecomputer/opte
1182026-04-09T10:36:56.056Z+ TGT_BASE=/work
1192026-04-09T10:36:56.056Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-04-09T10:36:56.057Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-04-09T10:36:56.057Z+ DBG_TGT=/work/debug
1222026-04-09T10:36:56.057Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-04-09T10:36:56.057Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-04-09T10:36:56.057Z+ REL_TGT=/work/release
1252026-04-09T10:36:56.057Z+ mkdir -p /work/debug /work/release
1262026-04-09T10:36:56.057Z+ cargo --version
1272026-04-09T10:36:56.064Zcargo 1.90.0 (840b83a10 2025-07-30)
1282026-04-09T10:36:56.067Z+ rustc --version
1292026-04-09T10:36:56.087Zrustc 1.90.0 (1159e78c4 2025-09-14)
1302026-04-09T10:36:56.091Z+ install_pkg jq
1312026-04-09T10:36:56.091Z+ set +o errexit
1322026-04-09T10:36:56.091Z+ pfexec pkg install jq
1332026-04-09T10:37:03.595Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-04-09T10:37:10.407Z Startup: Caching catalogs ... Done
1352026-04-09T10:37:15.302ZPlanning: Solver setup ... Done
1362026-04-09T10:37:15.323ZPlanning: Running solver ... Done
1372026-04-09T10:37:15.432ZPlanning: Consolidating action changes ... Done
1382026-04-09T10:37:15.432ZPlanning: Evaluating mediators ... Done
1392026-04-09T10:37:15.435ZPlanning: Planning completed in 4.87 seconds
1402026-04-09T10:37:15.448ZNo updates necessary for this image.
1412026-04-09T10:37:16.678Z+ exit_code=4
1422026-04-09T10:37:16.678Z+ [[ 4 -ne 0 ]]
1432026-04-09T10:37:16.678Z+ [[ 4 -ne 4 ]]
1442026-04-09T10:37:16.678Z+ set -o errexit
1452026-04-09T10:37:16.681Z+ pushd xde
1462026-04-09T10:37:16.681Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1472026-04-09T10:37:16.681Z+ cp xde.conf /work/xde.conf
1482026-04-09T10:37:16.681Z+ header 'check style'
1492026-04-09T10:37:16.682Z+ echo '# ==== check style ==== #'
1502026-04-09T10:37:16.682Z# ==== check style ==== #
1512026-04-09T10:37:16.682Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-04-09T10:37:16.921Z
1532026-04-09T10:37:16.921Zreal 0.236305520
1542026-04-09T10:37:16.921Zuser 0.155909634
1552026-04-09T10:37:16.921Zsys 0.071816238
1562026-04-09T10:37:16.921Ztrap 0.000008368
1572026-04-09T10:37:16.921Ztflt 0.000023315
1582026-04-09T10:37:16.921Zdflt 0.000017447
1592026-04-09T10:37:16.921Zkflt 0.000000000
1602026-04-09T10:37:16.921Zlock 0.060072178
1612026-04-09T10:37:16.921Zslp 0.201878519
1622026-04-09T10:37:16.921Zlat 0.001131122
1632026-04-09T10:37:16.921Zstop 0.000108935
1642026-04-09T10:37:16.926Z+ header analyze
1652026-04-09T10:37:16.926Z+ echo '# ==== analyze ==== #'
1662026-04-09T10:37:16.926Z# ==== analyze ==== #
1672026-04-09T10:37:16.926Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-04-09T10:37:17.132Z Updating crates.io index
1692026-04-09T10:37:17.135Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-04-09T10:37:17.951Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-04-09T10:37:18.213Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-04-09T10:37:18.597Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-04-09T10:37:18.901Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-04-09T10:37:19.136Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-04-09T10:37:19.457Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-04-09T10:37:20.741Z Downloading crates ...
1772026-04-09T10:37:20.788Z Downloaded darling_macro v0.21.3
1782026-04-09T10:37:20.791Z Downloaded dyn-clone v1.0.20
1792026-04-09T10:37:20.794Z Downloaded cobs v0.3.0
1802026-04-09T10:37:20.794Z Downloaded embedded-io v0.4.0
1812026-04-09T10:37:20.797Z Downloaded darling_core v0.21.3
1822026-04-09T10:37:20.800Z Downloaded stable_deref_trait v1.2.1
1832026-04-09T10:37:20.800Z Downloaded managed v0.8.0
1842026-04-09T10:37:20.800Z Downloaded crc32fast v1.5.0
1852026-04-09T10:37:20.803Z Downloaded version_check v0.9.5
1862026-04-09T10:37:20.803Z Downloaded macaddr v1.0.1
1872026-04-09T10:37:20.803Z Downloaded hash32 v0.3.1
1882026-04-09T10:37:20.806Z Downloaded ref-cast v1.0.25
1892026-04-09T10:37:20.808Z Downloaded defmt-parser v1.0.0
1902026-04-09T10:37:20.814Z Downloaded either v1.15.0
1912026-04-09T10:37:20.817Z Downloaded embedded-io v0.6.1
1922026-04-09T10:37:20.817Z Downloaded defmt v0.3.100
1932026-04-09T10:37:20.819Z Downloaded strsim v0.11.1
1942026-04-09T10:37:20.819Z Downloaded fnv v1.0.7
1952026-04-09T10:37:20.819Z Downloaded cfg-if v1.0.4
1962026-04-09T10:37:20.822Z Downloaded ident_case v1.0.1
1972026-04-09T10:37:20.826Z Downloaded ref-cast-impl v1.0.25
1982026-04-09T10:37:20.829Z Downloaded proc-macro-error-attr2 v2.0.0
1992026-04-09T10:37:20.833Z Downloaded thiserror-impl v2.0.18
2002026-04-09T10:37:20.836Z Downloaded ingot v0.1.1
2012026-04-09T10:37:20.839Z Downloaded defmt-macros v1.0.1
2022026-04-09T10:37:20.842Z Downloaded defmt v1.0.1
2032026-04-09T10:37:20.845Z Downloaded thiserror v2.0.18
2042026-04-09T10:37:20.848Z Downloaded quote v1.0.44
2052026-04-09T10:37:20.851Z Downloaded byteorder v1.5.0
2062026-04-09T10:37:20.854Z Downloaded proc-macro-error2 v2.0.1
2072026-04-09T10:37:20.868Z Downloaded postcard v1.1.3
2082026-04-09T10:37:20.870Z Downloaded ingot-types v0.1.2
2092026-04-09T10:37:20.870Z Downloaded bitflags v1.3.2
2102026-04-09T10:37:20.873Z Downloaded ingot-macros v0.1.1
2112026-04-09T10:37:20.881Z Downloaded darling v0.21.3
2122026-04-09T10:37:20.886Z Downloaded uuid v1.20.0
2132026-04-09T10:37:20.891Z Downloaded serde_core v1.0.228
2142026-04-09T10:37:20.893Z Downloaded proc-macro2 v1.0.106
2152026-04-09T10:37:20.893Z Downloaded unicode-ident v1.0.23
2162026-04-09T10:37:20.896Z Downloaded heapless v0.8.0
2172026-04-09T10:37:20.902Z Downloaded bitflags v2.10.0
2182026-04-09T10:37:20.905Z Downloaded memchr v2.8.0
2192026-04-09T10:37:20.909Z Downloaded serde_derive v1.0.228
2202026-04-09T10:37:20.912Z Downloaded serde v1.0.228
2212026-04-09T10:37:20.916Z Downloaded zerocopy-derive v0.8.39
2222026-04-09T10:37:20.941Z Downloaded itertools v0.14.0
2232026-04-09T10:37:20.945Z Downloaded regex v1.12.3
2242026-04-09T10:37:20.956Z Downloaded aho-corasick v1.1.4
2252026-04-09T10:37:20.984Z Downloaded zerocopy v0.8.39
2262026-04-09T10:37:20.994Z Downloaded syn v2.0.114
2272026-04-09T10:37:21.000Z Downloaded smoltcp v0.11.0
2282026-04-09T10:37:21.006Z Downloaded regex-syntax v0.8.9
2292026-04-09T10:37:21.013Z Downloaded regex-automata v0.4.14
2302026-04-09T10:37:21.025Z Updating crates.io index
2312026-04-09T10:37:21.105Z Downloading crates ...
2322026-04-09T10:37:21.145Z Downloaded rustc-demangle v0.1.26
2332026-04-09T10:37:21.149Z Downloaded cfg-if v1.0.1
2342026-04-09T10:37:21.156Z Downloaded adler2 v2.0.1
2352026-04-09T10:37:21.163Z Downloaded getopts v0.2.24
2362026-04-09T10:37:21.166Z Downloaded addr2line v0.25.0
2372026-04-09T10:37:21.166Z Downloaded rustc-literal-escaper v0.0.5
2382026-04-09T10:37:21.178Z Downloaded miniz_oxide v0.8.9
2392026-04-09T10:37:21.188Z Downloaded memchr v2.7.5
2402026-04-09T10:37:21.206Z Downloaded hashbrown v0.15.5
2412026-04-09T10:37:21.227Z Downloaded object v0.37.3
2422026-04-09T10:37:21.233Z Downloaded gimli v0.32.0
2432026-04-09T10:37:21.258Z Downloaded libc v0.2.175
2442026-04-09T10:37:21.309Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2452026-04-09T10:37:21.309Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2462026-04-09T10:37:21.309Z Compiling proc-macro2 v1.0.106
2472026-04-09T10:37:21.309Z Compiling unicode-ident v1.0.23
2482026-04-09T10:37:21.312Z Compiling quote v1.0.44
2492026-04-09T10:37:21.312Z Compiling serde_core v1.0.228
2502026-04-09T10:37:21.312Z Compiling fnv v1.0.7
2512026-04-09T10:37:21.312Z Compiling ident_case v1.0.1
2522026-04-09T10:37:21.472Z Compiling strsim v0.11.1
2532026-04-09T10:37:21.491Z Compiling memchr v2.8.0
2542026-04-09T10:37:21.498Z Compiling regex-syntax v0.8.9
2552026-04-09T10:37:21.765Z Compiling thiserror v2.0.18
2562026-04-09T10:37:21.802Z Compiling zerocopy v0.8.39
2572026-04-09T10:37:21.862Z Compiling either v1.15.0
2582026-04-09T10:37:21.890Z Compiling aho-corasick v1.1.4
2592026-04-09T10:37:22.052Z Compiling serde v1.0.228
2602026-04-09T10:37:22.160Z Compiling itertools v0.14.0
2612026-04-09T10:37:22.362Z Compiling heapless v0.8.0
2622026-04-09T10:37:22.467Z Compiling syn v2.0.114
2632026-04-09T10:37:22.569Z Compiling smoltcp v0.11.0
2642026-04-09T10:37:22.578Z Compiling version_check v0.9.5
2652026-04-09T10:37:22.820Z Compiling crc32fast v1.5.0
2662026-04-09T10:37:22.945Z Compiling regex-automata v0.4.14
2672026-04-09T10:37:22.980Z Compiling ref-cast v1.0.25
2682026-04-09T10:37:23.191Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-04-09T10:37:24.458Z Compiling regex v1.12.3
2702026-04-09T10:37:24.780Z Compiling darling_core v0.21.3
2712026-04-09T10:37:25.657Z Compiling zerocopy-derive v0.8.39
2722026-04-09T10:37:25.657Z Compiling serde_derive v1.0.228
2732026-04-09T10:37:25.660Z Compiling thiserror-impl v2.0.18
2742026-04-09T10:37:25.660Z Compiling ref-cast-impl v1.0.25
2752026-04-09T10:37:25.660Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-04-09T10:37:26.996Z Compiling darling_macro v0.21.3
2772026-04-09T10:37:27.796Z Compiling darling v0.21.3
2782026-04-09T10:37:27.858Z Compiling ingot-macros v0.1.1
2792026-04-09T10:37:27.858Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-04-09T10:37:32.570Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2812026-04-09T10:37:34.543Z Checking byteorder v1.5.0
2822026-04-09T10:37:34.543Z Checking macaddr v1.0.1
2832026-04-09T10:37:34.543Z Checking cfg-if v1.0.4
2842026-04-09T10:37:34.546Z Checking stable_deref_trait v1.2.1
2852026-04-09T10:37:34.546Z Checking bitflags v1.3.2
2862026-04-09T10:37:34.601Z Checking managed v0.8.0
2872026-04-09T10:37:34.621Z Checking cobs v0.3.0
2882026-04-09T10:37:34.697Z Checking hash32 v0.3.1
2892026-04-09T10:37:34.720Z Checking dyn-clone v1.0.20
2902026-04-09T10:37:34.771Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-04-09T10:37:35.932Z Checking bitflags v2.10.0
2922026-04-09T10:37:35.932Z Checking uuid v1.20.0
2932026-04-09T10:37:36.066Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-04-09T10:37:36.278Z Checking postcard v1.1.3
2952026-04-09T10:37:37.290Z Checking ingot-types v0.1.2
2962026-04-09T10:37:37.559Z Checking ingot v0.1.1
2972026-04-09T10:37:38.919Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-04-09T10:37:43.133Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-04-09T10:37:44.699Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-04-09T10:37:47.065Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.07s
3012026-04-09T10:37:47.167Z
3022026-04-09T10:37:47.170Zreal 30.236615290
3032026-04-09T10:37:47.170Zuser 1:10.136075802
3042026-04-09T10:37:47.170Zsys 9.728009019
3052026-04-09T10:37:47.170Ztrap 0.025958996
3062026-04-09T10:37:47.170Ztflt 0.083591168
3072026-04-09T10:37:47.170Zdflt 0.175082927
3082026-04-09T10:37:47.170Zkflt 0.001629347
3092026-04-09T10:37:47.170Zlock 2:39.000761970
3102026-04-09T10:37:47.170Zslp 3:59.681072338
3112026-04-09T10:37:47.170Zlat 2.508851406
3122026-04-09T10:37:47.170Zstop 5.896274747
3132026-04-09T10:37:47.170Z+ pushd xde-link
3142026-04-09T10:37:47.170Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-04-09T10:37:47.170Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-04-09T10:37:47.357Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3172026-04-09T10:37:47.357Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3182026-04-09T10:37:47.357Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-04-09T10:37:57.633Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3202026-04-09T10:37:59.667Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.43s
3212026-04-09T10:37:59.685Z
3222026-04-09T10:37:59.689Zreal 12.510447966
3232026-04-09T10:37:59.689Zuser 20.119719607
3242026-04-09T10:37:59.689Zsys 1.190219798
3252026-04-09T10:37:59.689Ztrap 0.003150388
3262026-04-09T10:37:59.689Ztflt 0.033551893
3272026-04-09T10:37:59.689Zdflt 0.016856189
3282026-04-09T10:37:59.689Zkflt 0.000009869
3292026-04-09T10:37:59.689Zlock 52.057720348
3302026-04-09T10:37:59.689Zslp 55.373948722
3312026-04-09T10:37:59.689Zlat 0.216898812
3322026-04-09T10:37:59.689Zstop 0.116023309
3332026-04-09T10:37:59.689Z+ popd
3342026-04-09T10:37:59.689Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3352026-04-09T10:37:59.689Z+ popd
3362026-04-09T10:37:59.689Z/work/oxidecomputer/opte
3372026-04-09T10:37:59.689Z+ header 'build xde (debug)'
3382026-04-09T10:37:59.689Z# ==== build xde (debug) ==== #
3392026-04-09T10:37:59.689Z+ echo '# ==== build xde (debug) ==== #'
3402026-04-09T10:37:59.689Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-04-09T10:37:59.831Z Downloading crates ...
3422026-04-09T10:37:59.879Z Downloaded anstyle-query v1.1.5
3432026-04-09T10:37:59.882Z Downloaded anstyle-parse v0.2.7
3442026-04-09T10:37:59.886Z Downloaded anyhow v1.0.101
3452026-04-09T10:37:59.889Z Downloaded clap_lex v0.7.7
3462026-04-09T10:37:59.892Z Downloaded errno v0.3.14
3472026-04-09T10:37:59.894Z Downloaded is_terminal_polyfill v1.70.2
3482026-04-09T10:37:59.898Z Downloaded utf8parse v0.2.2
3492026-04-09T10:37:59.898Z Downloaded terminal_size v0.4.3
3502026-04-09T10:37:59.898Z Downloaded cargo-platform v0.3.2
3512026-04-09T10:37:59.901Z Downloaded equivalent v1.0.2
3522026-04-09T10:37:59.904Z Downloaded heck v0.5.0
3532026-04-09T10:37:59.909Z Downloaded serde_spanned v1.0.4
3542026-04-09T10:37:59.912Z Downloaded colorchoice v1.0.4
3552026-04-09T10:37:59.915Z Downloaded toml_writer v1.0.6+spec-1.1.0
3562026-04-09T10:37:59.919Z Downloaded semver v1.0.27
3572026-04-09T10:37:59.921Z Downloaded itoa v1.0.17
3582026-04-09T10:37:59.921Z Downloaded anstyle v1.0.13
3592026-04-09T10:37:59.922Z Downloaded zmij v1.0.20
3602026-04-09T10:37:59.924Z Downloaded cargo_metadata v0.23.1
3612026-04-09T10:37:59.924Z Downloaded toml_datetime v1.0.0+spec-1.1.0
3622026-04-09T10:37:59.932Z Downloaded clap_derive v4.5.55
3632026-04-09T10:37:59.935Z Downloaded toml_parser v1.0.7+spec-1.1.0
3642026-04-09T10:37:59.935Z Downloaded camino v1.2.2
3652026-04-09T10:37:59.938Z Downloaded anstream v0.6.21
3662026-04-09T10:37:59.951Z Downloaded toml v1.0.0+spec-1.1.0
3672026-04-09T10:37:59.955Z Downloaded clap v4.5.57
3682026-04-09T10:37:59.969Z Downloaded indexmap v2.13.0
3692026-04-09T10:37:59.988Z Downloaded hashbrown v0.16.1
3702026-04-09T10:37:59.992Z Downloaded winnow v0.7.14
3712026-04-09T10:37:59.997Z Downloaded serde_json v1.0.149
3722026-04-09T10:38:00.001Z Downloaded clap_builder v4.5.57
3732026-04-09T10:38:00.033Z Downloaded rustix v1.1.3
3742026-04-09T10:38:00.055Z Downloaded libc v0.2.180
3752026-04-09T10:38:00.102Z Compiling serde_core v1.0.228
3762026-04-09T10:38:00.102Z Compiling proc-macro2 v1.0.106
3772026-04-09T10:38:00.105Z Compiling unicode-ident v1.0.23
3782026-04-09T10:38:00.105Z Compiling quote v1.0.44
3792026-04-09T10:38:00.105Z Compiling libc v0.2.180
3802026-04-09T10:38:00.105Z Compiling rustix v1.1.3
3812026-04-09T10:38:00.105Z Compiling utf8parse v0.2.2
3822026-04-09T10:38:00.105Z Compiling zmij v1.0.20
3832026-04-09T10:38:00.254Z Compiling bitflags v2.10.0
3842026-04-09T10:38:00.267Z Compiling anstyle-parse v0.2.7
3852026-04-09T10:38:00.474Z Compiling is_terminal_polyfill v1.70.2
3862026-04-09T10:38:00.474Z Compiling serde v1.0.228
3872026-04-09T10:38:00.491Z Compiling serde_json v1.0.149
3882026-04-09T10:38:00.552Z Compiling anstyle v1.0.13
3892026-04-09T10:38:00.684Z Compiling camino v1.2.2
3902026-04-09T10:38:00.699Z Compiling thiserror v2.0.18
3912026-04-09T10:38:00.699Z Compiling anstyle-query v1.1.5
3922026-04-09T10:38:00.773Z Compiling colorchoice v1.0.4
3932026-04-09T10:38:00.832Z Compiling errno v0.3.14
3942026-04-09T10:38:00.880Z Compiling anstream v0.6.21
3952026-04-09T10:38:00.914Z Compiling clap_lex v0.7.7
3962026-04-09T10:38:01.024Z Compiling memchr v2.8.0
3972026-04-09T10:38:01.208Z Compiling winnow v0.7.14
3982026-04-09T10:38:01.304Z Compiling anyhow v1.0.101
3992026-04-09T10:38:01.312Z Compiling itoa v1.0.17
4002026-04-09T10:38:01.397Z Compiling syn v2.0.114
4012026-04-09T10:38:01.423Z Compiling terminal_size v0.4.3
4022026-04-09T10:38:01.568Z Compiling strsim v0.11.1
4032026-04-09T10:38:01.568Z Compiling heck v0.5.0
4042026-04-09T10:38:01.761Z Compiling clap_builder v4.5.57
4052026-04-09T10:38:01.805Z Compiling toml_writer v1.0.6+spec-1.1.0
4062026-04-09T10:38:02.348Z Compiling semver v1.0.27
4072026-04-09T10:38:02.508Z Compiling toml_parser v1.0.7+spec-1.1.0
4082026-04-09T10:38:02.767Z Compiling cargo-platform v0.3.2
4092026-04-09T10:38:02.902Z Compiling serde_spanned v1.0.4
4102026-04-09T10:38:03.065Z Compiling toml_datetime v1.0.0+spec-1.1.0
4112026-04-09T10:38:03.283Z Compiling toml v1.0.0+spec-1.1.0
4122026-04-09T10:38:03.964Z Compiling serde_derive v1.0.228
4132026-04-09T10:38:04.052Z Compiling thiserror-impl v2.0.18
4142026-04-09T10:38:04.095Z Compiling clap_derive v4.5.55
4152026-04-09T10:38:05.637Z Compiling clap v4.5.57
4162026-04-09T10:38:06.965Z Compiling cargo_metadata v0.23.1
4172026-04-09T10:38:09.377Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4182026-04-09T10:38:10.920Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.22s
4192026-04-09T10:38:10.934Z Running `target/debug/xtask build --profile debug xde xde-link`
4202026-04-09T10:38:12.906ZBuilding xde (dev).
4212026-04-09T10:38:13.142Z Compiling serde_core v1.0.228
4222026-04-09T10:38:13.142Z Compiling byteorder v1.5.0
4232026-04-09T10:38:13.142Z Compiling cfg-if v1.0.4
4242026-04-09T10:38:13.142Z Compiling stable_deref_trait v1.2.1
4252026-04-09T10:38:13.142Z Compiling macaddr v1.0.1
4262026-04-09T10:38:13.166Z Compiling zerocopy v0.8.39
4272026-04-09T10:38:13.170Z Compiling thiserror v2.0.18
4282026-04-09T10:38:13.170Z Compiling managed v0.8.0
4292026-04-09T10:38:13.210Z Compiling bitflags v1.3.2
4302026-04-09T10:38:13.215Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-04-09T10:38:13.251Z Compiling cobs v0.3.0
4322026-04-09T10:38:13.270Z Compiling either v1.15.0
4332026-04-09T10:38:13.322Z Compiling hash32 v0.3.1
4342026-04-09T10:38:13.372Z Compiling ref-cast v1.0.25
4352026-04-09T10:38:13.403Z Compiling crc32fast v1.5.0
4362026-04-09T10:38:13.432Z Compiling heapless v0.8.0
4372026-04-09T10:38:13.457Z Compiling itertools v0.14.0
4382026-04-09T10:38:13.461Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4392026-04-09T10:38:13.482Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4402026-04-09T10:38:13.515Z Compiling dyn-clone v1.0.20
4412026-04-09T10:38:13.587Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4422026-04-09T10:38:13.786Z Compiling smoltcp v0.11.0
4432026-04-09T10:38:14.699Z Compiling bitflags v2.10.0
4442026-04-09T10:38:14.699Z Compiling serde v1.0.228
4452026-04-09T10:38:14.699Z Compiling uuid v1.20.0
4462026-04-09T10:38:14.864Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4472026-04-09T10:38:15.171Z Compiling postcard v1.1.3
4482026-04-09T10:38:16.147Z Compiling ingot-types v0.1.2
4492026-04-09T10:38:16.430Z Compiling ingot v0.1.1
4502026-04-09T10:38:17.896Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-04-09T10:38:22.105Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4522026-04-09T10:38:32.871Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4532026-04-09T10:38:41.604Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.66s
4542026-04-09T10:38:41.627ZLinking xde kmod...
4552026-04-09T10:38:42.713ZBuilding xde dev link helper (dev).
4562026-04-09T10:38:42.877Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4572026-04-09T10:38:43.203Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s
4582026-04-09T10:38:43.225Z
4592026-04-09T10:38:43.228Zreal 43.531618162
4602026-04-09T10:38:43.228Zuser 2:17.643591641
4612026-04-09T10:38:43.228Zsys 10.951722734
4622026-04-09T10:38:43.228Ztrap 0.068731413
4632026-04-09T10:38:43.228Ztflt 0.395283664
4642026-04-09T10:38:43.228Zdflt 0.278036320
4652026-04-09T10:38:43.228Zkflt 0.000016096
4662026-04-09T10:38:43.228Zlock 5:09.129409217
4672026-04-09T10:38:43.228Zslp 5:18.873272502
4682026-04-09T10:38:43.228Zlat 5.904098222
4692026-04-09T10:38:43.228Zstop 5.113914061
4702026-04-09T10:38:43.228Z+ header 'build xde (release)'
4712026-04-09T10:38:43.228Z+ echo '# ==== build xde (release) ==== #'
4722026-04-09T10:38:43.228Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-04-09T10:38:43.228Z# ==== build xde (release) ==== #
4742026-04-09T10:38:43.358Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4752026-04-09T10:38:43.361Z Running `target/debug/xtask build --profile release xde xde-link`
4762026-04-09T10:38:43.543ZBuilding xde (release-lto).
4772026-04-09T10:38:43.777Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4782026-04-09T10:38:43.777Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4792026-04-09T10:38:43.777Z Compiling proc-macro2 v1.0.106
4802026-04-09T10:38:43.777Z Compiling unicode-ident v1.0.23
4812026-04-09T10:38:43.777Z Compiling quote v1.0.44
4822026-04-09T10:38:43.777Z Compiling serde_core v1.0.228
4832026-04-09T10:38:43.777Z Compiling ident_case v1.0.1
4842026-04-09T10:38:43.780Z Compiling fnv v1.0.7
4852026-04-09T10:38:43.871Z Compiling strsim v0.11.1
4862026-04-09T10:38:43.889Z Compiling memchr v2.8.0
4872026-04-09T10:38:43.889Z Compiling regex-syntax v0.8.9
4882026-04-09T10:38:44.134Z Compiling zerocopy v0.8.39
4892026-04-09T10:38:44.147Z Compiling serde v1.0.228
4902026-04-09T10:38:44.238Z Compiling either v1.15.0
4912026-04-09T10:38:44.272Z Compiling thiserror v2.0.18
4922026-04-09T10:38:44.418Z Compiling aho-corasick v1.1.4
4932026-04-09T10:38:44.528Z Compiling itertools v0.14.0
4942026-04-09T10:38:44.540Z Compiling heapless v0.8.0
4952026-04-09T10:38:44.852Z Compiling syn v2.0.114
4962026-04-09T10:38:44.927Z Compiling smoltcp v0.11.0
4972026-04-09T10:38:44.937Z Compiling crc32fast v1.5.0
4982026-04-09T10:38:45.019Z Compiling ref-cast v1.0.25
4992026-04-09T10:38:45.243Z Compiling version_check v0.9.5
5002026-04-09T10:38:45.359Z Compiling regex-automata v0.4.14
5012026-04-09T10:38:45.604Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-04-09T10:38:46.894Z Compiling regex v1.12.3
5032026-04-09T10:38:47.140Z Compiling darling_core v0.21.3
5042026-04-09T10:38:47.930Z Compiling thiserror-impl v2.0.18
5052026-04-09T10:38:47.930Z Compiling serde_derive v1.0.228
5062026-04-09T10:38:47.933Z Compiling zerocopy-derive v0.8.39
5072026-04-09T10:38:47.934Z Compiling ref-cast-impl v1.0.25
5082026-04-09T10:38:47.934Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5092026-04-09T10:38:49.140Z Compiling darling_macro v0.21.3
5102026-04-09T10:38:50.003Z Compiling darling v0.21.3
5112026-04-09T10:38:50.062Z Compiling ingot-macros v0.1.1
5122026-04-09T10:38:50.065Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-04-09T10:38:55.486Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5142026-04-09T10:38:57.380Z Compiling byteorder v1.5.0
5152026-04-09T10:38:57.380Z Compiling macaddr v1.0.1
5162026-04-09T10:38:57.383Z Compiling cfg-if v1.0.4
5172026-04-09T10:38:57.383Z Compiling stable_deref_trait v1.2.1
5182026-04-09T10:38:57.440Z Compiling bitflags v1.3.2
5192026-04-09T10:38:57.445Z Compiling cobs v0.3.0
5202026-04-09T10:38:57.468Z Compiling managed v0.8.0
5212026-04-09T10:38:57.556Z Compiling hash32 v0.3.1
5222026-04-09T10:38:57.629Z Compiling dyn-clone v1.0.20
5232026-04-09T10:38:57.737Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-04-09T10:38:58.937Z Compiling bitflags v2.10.0
5252026-04-09T10:38:58.937Z Compiling uuid v1.20.0
5262026-04-09T10:38:59.075Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-04-09T10:38:59.352Z Compiling postcard v1.1.3
5282026-04-09T10:39:00.414Z Compiling ingot-types v0.1.2
5292026-04-09T10:39:00.724Z Compiling ingot v0.1.1
5302026-04-09T10:39:02.255Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-04-09T10:39:05.939Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-04-09T10:39:14.902Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-04-09T10:39:44.794Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
5342026-04-09T10:39:44.816ZLinking xde kmod...
5352026-04-09T10:39:45.227ZBuilding xde dev link helper (release).
5362026-04-09T10:39:45.388Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5372026-04-09T10:39:45.388Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5382026-04-09T10:39:45.388Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-04-09T10:39:56.205Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-04-09T10:39:58.444Z Finished `release` profile [optimized + debuginfo] target(s) in 13.18s
5412026-04-09T10:39:58.462Z
5422026-04-09T10:39:58.465Zreal 1:15.225502614
5432026-04-09T10:39:58.465Zuser 2:03.896026978
5442026-04-09T10:39:58.465Zsys 11.457682288
5452026-04-09T10:39:58.465Ztrap 0.030005285
5462026-04-09T10:39:58.465Ztflt 0.132054678
5472026-04-09T10:39:58.465Zdflt 0.260611296
5482026-04-09T10:39:58.465Zkflt 0.000021626
5492026-04-09T10:39:58.465Zlock 9:16.090270896
5502026-04-09T10:39:58.465Zslp 7:48.413248431
5512026-04-09T10:39:58.465Zlat 3.388777626
5522026-04-09T10:39:58.465Zstop 5.260225610
5532026-04-09T10:39:58.465Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-04-09T10:39:58.465Z+ grep GOTPCREL
5552026-04-09T10:40:00.166Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-04-09T10:40:00.169Z+ grep GOTPCREL
5572026-04-09T10:40:01.072Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-04-09T10:40:01.131Z+ sha256sum /work/debug/xde.dbg
5592026-04-09T10:40:01.180Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-04-09T10:40:01.183Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-04-09T10:40:01.186Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-04-09T10:40:01.223Z+ sha256sum /work/release/xde
5632026-04-09T10:40:01.250Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-04-09T10:40:01.254Z+ sha256sum /work/release/xde_link.so
5652026-04-09T10:40:01.257Z+ header 'build xde integration tests'
5662026-04-09T10:40:01.257Z+ echo '# ==== build xde integration tests ==== #'
5672026-04-09T10:40:01.257Z# ==== build xde integration tests ==== #
5682026-04-09T10:40:01.257Z+ pushd xde-tests
5692026-04-09T10:40:01.257Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-04-09T10:40:01.257Z+ cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
5712026-04-09T10:40:01.341Z+ cargo clippy --all-targets -- --deny warnings
5722026-04-09T10:40:01.542Z Compiling serde_core v1.0.228
5732026-04-09T10:40:01.542Z Checking cfg-if v1.0.4
5742026-04-09T10:40:01.542Z Checking memchr v2.8.0
5752026-04-09T10:40:01.542Z Compiling serde v1.0.228
5762026-04-09T10:40:01.542Z Compiling rustversion v1.0.22
5772026-04-09T10:40:01.545Z Compiling version_check v0.9.5
5782026-04-09T10:40:01.545Z Compiling libc v0.2.180
5792026-04-09T10:40:01.545Z Compiling syn v2.0.114
5802026-04-09T10:40:01.608Z Compiling zerocopy v0.8.39
5812026-04-09T10:40:01.810Z Compiling ident_case v1.0.1
5822026-04-09T10:40:01.882Z Compiling fnv v1.0.7
5832026-04-09T10:40:01.912Z Compiling strsim v0.11.1
5842026-04-09T10:40:01.955Z Compiling syn v1.0.109
5852026-04-09T10:40:02.007Z Compiling regex-syntax v0.8.9
5862026-04-09T10:40:02.182Z Checking pin-project-lite v0.2.16
5872026-04-09T10:40:02.233Z Compiling hashbrown v0.16.1
5882026-04-09T10:40:02.261Z Compiling winnow v0.7.14
5892026-04-09T10:40:02.291Z Compiling aho-corasick v1.1.4
5902026-04-09T10:40:02.433Z Compiling equivalent v1.0.2
5912026-04-09T10:40:02.458Z Compiling either v1.15.0
5922026-04-09T10:40:02.647Z Compiling itertools v0.14.0
5932026-04-09T10:40:02.743Z Compiling indexmap v2.13.0
5942026-04-09T10:40:03.301Z Compiling getrandom v0.3.4
5952026-04-09T10:40:03.336Z Compiling heapless v0.8.0
5962026-04-09T10:40:03.612Z Compiling regex-automata v0.4.14
5972026-04-09T10:40:03.616Z Compiling toml_parser v1.0.7+spec-1.1.0
5982026-04-09T10:40:03.690Z Checking byteorder v1.5.0
5992026-04-09T10:40:03.783Z Compiling toml_datetime v0.7.5+spec-1.1.0
6002026-04-09T10:40:03.838Z Checking hash32 v0.3.1
6012026-04-09T10:40:03.944Z Checking bitflags v2.10.0
6022026-04-09T10:40:03.975Z Compiling toml_edit v0.23.10+spec-1.0.0
6032026-04-09T10:40:03.990Z Compiling slog v2.8.2
6042026-04-09T10:40:04.037Z Checking stable_deref_trait v1.2.1
6052026-04-09T10:40:04.092Z Compiling darling_core v0.21.3
6062026-04-09T10:40:04.099Z Checking futures-sink v0.3.31
6072026-04-09T10:40:04.158Z Compiling smoltcp v0.11.0
6082026-04-09T10:40:04.182Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6092026-04-09T10:40:04.194Z Checking futures-core v0.3.31
6102026-04-09T10:40:04.305Z Checking macaddr v1.0.1
6112026-04-09T10:40:04.415Z Checking futures-channel v0.3.31
6122026-04-09T10:40:04.483Z Compiling proc-macro-crate v3.4.0
6132026-04-09T10:40:04.718Z Compiling proc-macro-error-attr v1.0.4
6142026-04-09T10:40:04.853Z Checking slab v0.4.12
6152026-04-09T10:40:04.878Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
6162026-04-09T10:40:04.934Z Checking futures-io v0.3.31
6172026-04-09T10:40:04.964Z Compiling autocfg v1.5.0
6182026-04-09T10:40:04.999Z Compiling crc32fast v1.5.0
6192026-04-09T10:40:05.036Z Checking managed v0.8.0
6202026-04-09T10:40:05.080Z Checking bitflags v1.3.2
6212026-04-09T10:40:05.141Z Compiling ref-cast v1.0.25
6222026-04-09T10:40:05.210Z Checking futures-task v0.3.31
6232026-04-09T10:40:05.279Z Checking pin-utils v0.1.0
6242026-04-09T10:40:05.300Z Compiling serde_derive v1.0.228
6252026-04-09T10:40:05.315Z Compiling zerocopy-derive v0.8.39
6262026-04-09T10:40:05.333Z Compiling thiserror-impl v2.0.18
6272026-04-09T10:40:05.337Z Compiling regex v1.12.3
6282026-04-09T10:40:05.444Z Compiling futures-macro v0.3.31
6292026-04-09T10:40:05.761Z Compiling num-traits v0.2.19
6302026-04-09T10:40:05.855Z Compiling foreign-types-macros v0.2.3
6312026-04-09T10:40:05.974Z Compiling ref-cast-impl v1.0.25
6322026-04-09T10:40:06.218Z Compiling num_enum_derive v0.7.5
6332026-04-09T10:40:06.239Z Compiling darling_macro v0.21.3
6342026-04-09T10:40:06.256Z Checking futures-util v0.3.31
6352026-04-09T10:40:06.536Z Checking thiserror v2.0.18
6362026-04-09T10:40:06.584Z Checking rand_core v0.9.5
6372026-04-09T10:40:06.623Z Checking cobs v0.3.0
6382026-04-09T10:40:06.740Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6392026-04-09T10:40:06.755Z Compiling proc-macro-error v1.0.4
6402026-04-09T10:40:06.771Z Compiling darling v0.21.3
6412026-04-09T10:40:06.837Z Compiling ingot-macros v0.1.1
6422026-04-09T10:40:06.962Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6432026-04-09T10:40:07.016Z Checking once_cell v1.21.3
6442026-04-09T10:40:07.175Z Checking unicode-width v0.2.2
6452026-04-09T10:40:07.190Z Compiling crossbeam-utils v0.8.21
6462026-04-09T10:40:07.204Z Checking ipnetwork v0.21.1
6472026-04-09T10:40:07.369Z Checking foreign-types-shared v0.3.1
6482026-04-09T10:40:07.413Z Checking tabwriter v1.4.1
6492026-04-09T10:40:07.443Z Checking foreign-types v0.5.0
6502026-04-09T10:40:07.482Z Checking num_enum v0.7.5
6512026-04-09T10:40:07.538Z Checking tracing-core v0.1.36
6522026-04-09T10:40:07.575Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6532026-04-09T10:40:07.686Z Checking anyhow v1.0.101
6542026-04-09T10:40:08.019Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6552026-04-09T10:40:08.041Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6562026-04-09T10:40:08.116Z Compiling tracing-attributes v0.1.31
6572026-04-09T10:40:08.135Z Checking futures-executor v0.3.31
6582026-04-09T10:40:08.353Z Checking erased-serde v0.3.31
6592026-04-09T10:40:08.357Z Checking postcard v1.1.3
6602026-04-09T10:40:08.484Z Checking cstr-argument v0.1.2
6612026-04-09T10:40:08.591Z Compiling thiserror v1.0.69
6622026-04-09T10:40:08.613Z Compiling time-core v0.1.8
6632026-04-09T10:40:08.622Z Compiling num-conv v0.2.0
6642026-04-09T10:40:08.740Z Checking powerfmt v0.2.0
6652026-04-09T10:40:08.744Z Checking pretty-hex v0.4.1
6662026-04-09T10:40:08.845Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
6672026-04-09T10:40:08.872Z Checking dyn-clone v1.0.20
6682026-04-09T10:40:08.952Z Checking deranged v0.5.5
6692026-04-09T10:40:08.962Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
6702026-04-09T10:40:09.016Z Compiling time-macros v0.2.27
6712026-04-09T10:40:09.041Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6722026-04-09T10:40:09.045Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6732026-04-09T10:40:09.105Z Checking futures v0.3.31
6742026-04-09T10:40:09.303Z Checking tracing v0.1.44
6752026-04-09T10:40:09.413Z Compiling thiserror-impl v1.0.69
6762026-04-09T10:40:09.468Z Checking uuid v1.20.0
6772026-04-09T10:40:09.479Z Checking arc-swap v1.8.1
6782026-04-09T10:40:09.505Z Checking socket2 v0.6.2
6792026-04-09T10:40:09.565Z Checking ingot-types v0.1.2
6802026-04-09T10:40:09.606Z Checking ppv-lite86 v0.2.21
6812026-04-09T10:40:09.674Z Checking nom v8.0.0
6822026-04-09T10:40:09.746Z Checking thread_local v1.1.9
6832026-04-09T10:40:09.908Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6842026-04-09T10:40:09.956Z Checking rand_chacha v0.9.0
6852026-04-09T10:40:09.975Z Checking ingot v0.1.1
6862026-04-09T10:40:10.005Z Checking iana-time-zone v0.1.65
6872026-04-09T10:40:10.035Z Checking itoa v1.0.17
6882026-04-09T10:40:10.132Z Checking rand v0.9.2
6892026-04-09T10:40:10.171Z Checking colored v3.1.1
6902026-04-09T10:40:10.358Z Compiling heck v0.4.1
6912026-04-09T10:40:10.460Z Compiling slog-async v2.8.0
6922026-04-09T10:40:10.544Z Checking lazy_static v1.5.0
6932026-04-09T10:40:10.628Z Checking oxnet v0.1.4
6942026-04-09T10:40:10.690Z Checking time v0.3.47
6952026-04-09T10:40:10.736Z Checking slog-scope v4.4.1
6962026-04-09T10:40:10.776Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6972026-04-09T10:40:10.784Z Checking chrono v0.4.43
6982026-04-09T10:40:10.855Z Checking crossbeam-channel v0.5.15
6992026-04-09T10:40:11.173Z Checking cookie-factory v0.3.3
7002026-04-09T10:40:11.415Z Checking itertools v0.12.1
7012026-04-09T10:40:11.418Z Checking is-terminal v0.4.17
7022026-04-09T10:40:11.490Z Checking take_mut v0.2.2
7032026-04-09T10:40:11.494Z Checking circular v0.3.0
7042026-04-09T10:40:11.557Z Checking rusticata-macros v5.0.0
7052026-04-09T10:40:11.578Z Checking term v1.2.1
7062026-04-09T10:40:11.581Z Checking log v0.4.29
7072026-04-09T10:40:11.600Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7082026-04-09T10:40:11.680Z Checking pcap-parser v0.17.0
7092026-04-09T10:40:11.724Z Checking slog-stdlog v4.1.1
7102026-04-09T10:40:11.789Z Checking slog-term v2.9.2
7112026-04-09T10:40:12.364Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7122026-04-09T10:40:12.637Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
7132026-04-09T10:40:12.953Z Checking slog-envlogger v2.2.0
7142026-04-09T10:40:15.936Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7152026-04-09T10:40:17.548Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7162026-04-09T10:40:17.548Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7172026-04-09T10:40:17.885Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7182026-04-09T10:40:18.418Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.03s
7192026-04-09T10:40:18.451Z+ cargo build --test loopback
7202026-04-09T10:40:18.612Z Compiling cfg-if v1.0.4
7212026-04-09T10:40:18.612Z Compiling memchr v2.8.0
7222026-04-09T10:40:18.615Z Compiling serde_core v1.0.228
7232026-04-09T10:40:18.634Z Compiling libc v0.2.180
7242026-04-09T10:40:18.637Z Compiling zerocopy v0.8.39
7252026-04-09T10:40:18.640Z Compiling thiserror v2.0.18
7262026-04-09T10:40:18.640Z Compiling pin-project-lite v0.2.16
7272026-04-09T10:40:18.643Z Compiling either v1.15.0
7282026-04-09T10:40:19.092Z Compiling byteorder v1.5.0
7292026-04-09T10:40:19.092Z Compiling futures-sink v0.3.31
7302026-04-09T10:40:19.092Z Compiling stable_deref_trait v1.2.1
7312026-04-09T10:40:19.092Z Compiling futures-core v0.3.31
7322026-04-09T10:40:19.092Z Compiling macaddr v1.0.1
7332026-04-09T10:40:19.092Z Compiling hash32 v0.3.1
7342026-04-09T10:40:19.092Z Compiling cobs v0.3.0
7352026-04-09T10:40:19.092Z Compiling getrandom v0.3.4
7362026-04-09T10:40:19.092Z Compiling heapless v0.8.0
7372026-04-09T10:40:19.092Z Compiling futures-channel v0.3.31
7382026-04-09T10:40:19.092Z Compiling managed v0.8.0
7392026-04-09T10:40:19.124Z Compiling bitflags v1.3.2
7402026-04-09T10:40:19.146Z Compiling pin-utils v0.1.0
7412026-04-09T10:40:19.191Z Compiling futures-io v0.3.31
7422026-04-09T10:40:19.209Z Compiling futures-task v0.3.31
7432026-04-09T10:40:19.213Z Compiling slab v0.4.12
7442026-04-09T10:40:19.253Z Compiling rand_core v0.9.5
7452026-04-09T10:40:19.370Z Compiling futures-util v0.3.31
7462026-04-09T10:40:19.375Z Compiling smoltcp v0.11.0
7472026-04-09T10:40:19.384Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7482026-04-09T10:40:19.387Z Compiling unicode-width v0.2.2
7492026-04-09T10:40:19.520Z Compiling foreign-types-shared v0.3.1
7502026-04-09T10:40:19.603Z Compiling ipnetwork v0.21.1
7512026-04-09T10:40:19.606Z Compiling once_cell v1.21.3
7522026-04-09T10:40:19.714Z Compiling tabwriter v1.4.1
7532026-04-09T10:40:19.837Z Compiling tracing-core v0.1.36
7542026-04-09T10:40:20.142Z Compiling foreign-types v0.5.0
7552026-04-09T10:40:20.152Z Compiling ref-cast v1.0.25
7562026-04-09T10:40:20.211Z Compiling num_enum v0.7.5
7572026-04-09T10:40:20.245Z Compiling crc32fast v1.5.0
7582026-04-09T10:40:20.257Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
7592026-04-09T10:40:20.328Z Compiling cstr-argument v0.1.2
7602026-04-09T10:40:20.364Z Compiling serde v1.0.228
7612026-04-09T10:40:20.492Z Compiling bitflags v2.10.0
7622026-04-09T10:40:20.503Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7632026-04-09T10:40:20.557Z Compiling itertools v0.14.0
7642026-04-09T10:40:20.599Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7652026-04-09T10:40:20.881Z Compiling erased-serde v0.3.31
7662026-04-09T10:40:20.993Z Compiling postcard v1.1.3
7672026-04-09T10:40:21.170Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7682026-04-09T10:40:21.279Z Compiling slog v2.8.2
7692026-04-09T10:40:21.331Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7702026-04-09T10:40:21.491Z Compiling futures-executor v0.3.31
7712026-04-09T10:40:21.563Z Compiling ingot-types v0.1.2
7722026-04-09T10:40:21.742Z Compiling ppv-lite86 v0.2.21
7732026-04-09T10:40:21.754Z Compiling powerfmt v0.2.0
7742026-04-09T10:40:21.851Z Compiling pretty-hex v0.4.1
7752026-04-09T10:40:21.898Z Compiling dyn-clone v1.0.20
7762026-04-09T10:40:21.988Z Compiling ingot v0.1.1
7772026-04-09T10:40:21.999Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
7782026-04-09T10:40:22.013Z Compiling deranged v0.5.5
7792026-04-09T10:40:22.068Z Compiling rand_chacha v0.9.0
7802026-04-09T10:40:22.074Z Compiling futures v0.3.31
7812026-04-09T10:40:22.108Z Compiling tracing v0.1.44
7822026-04-09T10:40:22.122Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7832026-04-09T10:40:22.139Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7842026-04-09T10:40:22.206Z Compiling uuid v1.20.0
7852026-04-09T10:40:22.233Z Compiling num-traits v0.2.19
7862026-04-09T10:40:22.461Z Compiling rand v0.9.2
7872026-04-09T10:40:22.634Z Compiling crossbeam-utils v0.8.21
7882026-04-09T10:40:22.789Z Compiling nom v8.0.0
7892026-04-09T10:40:22.920Z Compiling aho-corasick v1.1.4
7902026-04-09T10:40:23.084Z Compiling socket2 v0.6.2
7912026-04-09T10:40:23.127Z Compiling thread_local v1.1.9
7922026-04-09T10:40:23.279Z Compiling arc-swap v1.8.1
7932026-04-09T10:40:23.511Z Compiling regex-syntax v0.8.9
7942026-04-09T10:40:23.553Z Compiling colored v3.1.1
7952026-04-09T10:40:23.650Z Compiling lazy_static v1.5.0
7962026-04-09T10:40:23.743Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7972026-04-09T10:40:23.884Z Compiling time-core v0.1.8
7982026-04-09T10:40:24.031Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7992026-04-09T10:40:24.248Z Compiling num-conv v0.2.0
8002026-04-09T10:40:24.263Z Compiling iana-time-zone v0.1.65
8012026-04-09T10:40:24.267Z Compiling oxnet v0.1.4
8022026-04-09T10:40:24.369Z Compiling winnow v0.7.14
8032026-04-09T10:40:24.432Z Compiling chrono v0.4.43
8042026-04-09T10:40:24.717Z Compiling time v0.3.47
8052026-04-09T10:40:24.763Z Compiling slog-scope v4.4.1
8062026-04-09T10:40:25.251Z Compiling regex-automata v0.4.14
8072026-04-09T10:40:26.204Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
8082026-04-09T10:40:26.257Z Compiling rusticata-macros v5.0.0
8092026-04-09T10:40:26.592Z Compiling thiserror v1.0.69
8102026-04-09T10:40:26.691Z Compiling crossbeam-channel v0.5.15
8112026-04-09T10:40:26.703Z Compiling cookie-factory v0.3.3
8122026-04-09T10:40:27.007Z Compiling is-terminal v0.4.17
8132026-04-09T10:40:27.099Z Compiling itertools v0.12.1
8142026-04-09T10:40:27.433Z Compiling circular v0.3.0
8152026-04-09T10:40:27.708Z Compiling log v0.4.29
8162026-04-09T10:40:27.972Z Compiling take_mut v0.2.2
8172026-04-09T10:40:28.079Z Compiling term v1.2.1
8182026-04-09T10:40:28.471Z Compiling slog-term v2.9.2
8192026-04-09T10:40:28.497Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8202026-04-09T10:40:30.202Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8212026-04-09T10:40:30.644Z Compiling slog-async v2.8.0
8222026-04-09T10:40:30.647Z Compiling slog-stdlog v4.1.1
8232026-04-09T10:40:31.033Z Compiling pcap-parser v0.17.0
8242026-04-09T10:40:31.088Z Compiling regex v1.12.3
8252026-04-09T10:40:32.270Z Compiling slog-envlogger v2.2.0
8262026-04-09T10:40:32.472Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8272026-04-09T10:40:32.495Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8282026-04-09T10:40:32.682Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
8292026-04-09T10:40:33.841Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-04-09T10:40:42.611Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.14s
8312026-04-09T10:40:42.642Z++ cargo build -q --test loopback --message-format=json
8322026-04-09T10:40:42.645Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-04-09T10:40:42.749Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-33220aa2d72dbcb6
8342026-04-09T10:40:42.749Z+ cargo build --test multicast_rx
8352026-04-09T10:40:42.842Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-04-09T10:40:44.380Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.62s
8372026-04-09T10:40:44.412Z++ cargo build -q --test multicast_rx --message-format=json
8382026-04-09T10:40:44.415Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-04-09T10:40:44.516Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-e194c65854204aad
8402026-04-09T10:40:44.516Z+ cargo build --test multicast_multi_sub
8412026-04-09T10:40:44.607Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-04-09T10:40:46.346Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.82s
8432026-04-09T10:40:46.377Z++ cargo build -q --test multicast_multi_sub --message-format=json
8442026-04-09T10:40:46.379Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-04-09T10:40:46.480Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-d35f7e327741aa9b
8462026-04-09T10:40:46.480Z+ cargo build --test multicast_validation
8472026-04-09T10:40:46.571Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-04-09T10:40:48.486Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.99s
8492026-04-09T10:40:48.517Z++ cargo build -q --test multicast_validation --message-format=json
8502026-04-09T10:40:48.520Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-04-09T10:40:48.622Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-fcdfb6bc5071c414
8522026-04-09T10:40:48.622Z+ cargo build --test multicast_source_filter
8532026-04-09T10:40:48.713Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8542026-04-09T10:40:50.751Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.12s
8552026-04-09T10:40:50.782Z++ cargo build -q --test multicast_source_filter --message-format=json
8562026-04-09T10:40:50.785Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8572026-04-09T10:40:50.887Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-e1a085d18ff88fec
8582026-04-09T10:40:50.887Z+ mkdir -p /work/test
8592026-04-09T10:40:50.890Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-33220aa2d72dbcb6 /work/test/loopback
8602026-04-09T10:40:50.924Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-e194c65854204aad /work/test/multicast_rx
8612026-04-09T10:40:50.964Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-d35f7e327741aa9b /work/test/multicast_multi_sub
8622026-04-09T10:40:51.007Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-fcdfb6bc5071c414 /work/test/multicast_validation
8632026-04-09T10:40:51.046Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-e1a085d18ff88fec /work/test/multicast_source_filter
8642026-04-09T10:40:51.087Zprocess exited: duration 248682 ms, exit code 0
 
8652026-04-09T10:40:51.105Zfound 14 output files
8662026-04-09T10:40:51.105Zuploading: /work/debug/xde.dbg (88542064 bytes)
8672026-04-09T10:40:52.779Zuploaded: /work/debug/xde.dbg
8682026-04-09T10:40:52.782Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8692026-04-09T10:40:53.788Zuploaded: /work/debug/xde.dbg.sha256
8702026-04-09T10:40:53.788Zuploading: /work/debug/xde_link.dbg.so (1099884 bytes)
8712026-04-09T10:40:54.841Zuploaded: /work/debug/xde_link.dbg.so
8722026-04-09T10:40:54.845Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8732026-04-09T10:40:55.853Zuploaded: /work/debug/xde_link.dbg.so.sha256
8742026-04-09T10:40:55.853Zuploading: /work/release/xde (47642616 bytes)
8752026-04-09T10:40:57.308Zuploaded: /work/release/xde
8762026-04-09T10:40:57.308Zuploading: /work/release/xde.sha256 (84 bytes)
8772026-04-09T10:40:58.320Zuploaded: /work/release/xde.sha256
8782026-04-09T10:40:58.320Zuploading: /work/release/xde_link.so (38860 bytes)
8792026-04-09T10:40:59.333Zuploaded: /work/release/xde_link.so
8802026-04-09T10:40:59.333Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8812026-04-09T10:41:00.344Zuploaded: /work/release/xde_link.so.sha256
8822026-04-09T10:41:00.344Zuploading: /work/test/loopback (50710920 bytes)
8832026-04-09T10:41:01.765Zuploaded: /work/test/loopback
8842026-04-09T10:41:01.765Zuploading: /work/test/multicast_rx (51035688 bytes)
8852026-04-09T10:41:03.283Zuploaded: /work/test/multicast_rx
8862026-04-09T10:41:03.283Zuploading: /work/test/multicast_multi_sub (55276720 bytes)
8872026-04-09T10:41:04.754Zuploaded: /work/test/multicast_multi_sub
8882026-04-09T10:41:04.754Zuploading: /work/test/multicast_validation (51214880 bytes)
8892026-04-09T10:41:06.186Zuploaded: /work/test/multicast_validation
8902026-04-09T10:41:06.186Zuploading: /work/test/multicast_source_filter (51506784 bytes)
8912026-04-09T10:41:07.633Zuploaded: /work/test/multicast_source_filter
8922026-04-09T10:41:07.634Zuploading: /work/xde.conf (79 bytes)
8932026-04-09T10:41:08.645Zuploaded: /work/xde.conf