01KN4Q1ZAM7MZKSW12T7AMPZWP: opte-xde

BasicConfig {
    output_rules: [
        "=/work/debug/xde.dbg",
        "=/work/debug/xde.dbg.sha256",
        "=/work/debug/xde_link.dbg.so",
        "=/work/debug/xde_link.dbg.so.sha256",
        "=/work/release/xde",
        "=/work/release/xde.sha256",
        "=/work/release/xde_link.so",
        "=/work/release/xde_link.so.sha256",
        "=/work/test/loopback",
        "=/work/test/multicast_rx",
        "=/work/test/multicast_multi_sub",
        "=/work/test/multicast_validation",
        "=/work/xde.conf",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/xde",
            series: "module",
            name: "xde",
        },
        BasicConfigPublish {
            from_output: "/work/release/xde.sha256",
            series: "module",
            name: "xde.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KN4Q2B24KW7CPBDZYHNQZQFK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T14:37:45.275Zjob assigned to worker 01KN4QKX8AX9NRJT6E6VDFE79R [factory aws, i-03ded473284b769ca] (queued for 10 m 18 s)
 
22026-04-01T14:37:51.630Zstarting task 0: "setup"
32026-04-01T14:37:51.635Z++ uname -s
42026-04-01T14:37:51.638Z+ kern=SunOS
52026-04-01T14:37:51.638Z+ build_user=build
62026-04-01T14:37:51.638Z+ build_uid=12345
72026-04-01T14:37:51.638Z+ work_dir=/work
82026-04-01T14:37:51.638Z+ input_dir=/input
92026-04-01T14:37:51.638Z+ [[ 0 == 12345 ]]
102026-04-01T14:37:51.638Z+ case "$kern" in
112026-04-01T14:37:51.638Z+ groupadd -g 12345 build
122026-04-01T14:37:51.641Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T14:37:53.644Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T14:37:53.756Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T14:37:53.759Z+ home_fs=zfs
162026-04-01T14:37:53.759Z+ [[ zfs == autofs ]]
172026-04-01T14:37:53.759Z+ mkdir -p /home/build
182026-04-01T14:37:53.759Z+ chown build:build /home/build /work
192026-04-01T14:37:55.761Z+ chmod 0700 /home/build /work
202026-04-01T14:37:55.764Zprocess exited: duration 4134 ms, exit code 0
 
212026-04-01T14:37:55.770Zstarting task 1: "rust-toolchain"
222026-04-01T14:37:55.775Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-01T14:37:55.775Z * rust toolchain channel = "1.94.1"
242026-04-01T14:37:55.775Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-01T14:37:55.775Z * rust toolchain profile = "default"
262026-04-01T14:37:55.775Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T14:37:55.775Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T14:37:55.778Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T14:37:55.778Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-01T14:37:55.899Zinfo: downloading installer
312026-04-01T14:37:57.592Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T14:37:57.592Zwarn: /opt/ooce/bin
332026-04-01T14:37:57.592Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T14:37:57.592Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T14:37:57.592Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T14:37:57.592Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T14:37:57.592Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T14:37:57.592Zerror: cannot install while Rust is installed
392026-04-01T14:37:57.592Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T14:37:57.592Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T14:37:57.592Zwarn: /home/build/.rustup/settings.toml
422026-04-01T14:37:57.592Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T14:37:57.592Zwarn: instead of the one inferred from the default host triple.
442026-04-01T14:37:57.605Zinfo: profile set to default
452026-04-01T14:37:57.605Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T14:37:57.609Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-01T14:37:57.749Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-01T14:37:57.752Zinfo: downloading 6 components
492026-04-01T14:38:13.469Z
502026-04-01T14:38:13.469Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-04-01T14:38:13.498Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-01T14:38:13.498Z
532026-04-01T14:38:13.498Z
542026-04-01T14:38:13.498ZRust is installed now. Great!
552026-04-01T14:38:13.498Z
562026-04-01T14:38:13.498ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T14:38:13.498Zenvironment variable. This has not been done automatically.
582026-04-01T14:38:13.498Z
592026-04-01T14:38:13.498ZTo configure your current shell, you need to source
602026-04-01T14:38:13.498Zthe corresponding env file under $HOME/.cargo.
612026-04-01T14:38:13.498Z
622026-04-01T14:38:13.498ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T14:38:13.498Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T14:38:13.498Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T14:38:13.498Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T14:38:13.498Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T14:38:13.498Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T14:38:13.498Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T14:38:13.502Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T14:38:13.502Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T14:38:13.582Z+ rustup --version
722026-04-01T14:38:13.591Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T14:38:13.594Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T14:38:13.612Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-01T14:38:13.615Z+ cargo --version
762026-04-01T14:38:13.627Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-01T14:38:13.630Z+ rustc --version
782026-04-01T14:38:13.648Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-01T14:38:13.651Zprocess exited: duration 17876 ms, exit code 0
 
802026-04-01T14:38:13.657Zstarting task 2: "authentication"
812026-04-01T14:38:13.673Zprocess exited: duration 15 ms, exit code 0
 
822026-04-01T14:38:13.680Zstarting task 3: "clone repository"
832026-04-01T14:38:13.683Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T14:38:13.686Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T14:38:13.715ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T14:38:14.505Z+ cd /work/oxidecomputer/opte
872026-04-01T14:38:14.505Z+ git fetch origin 405ae574a05cc2ef6b87cba638f705991d049001
882026-04-01T14:38:14.734ZFrom https://github.com/oxidecomputer/opte
892026-04-01T14:38:14.734Z * branch 405ae574a05cc2ef6b87cba638f705991d049001 -> FETCH_HEAD
902026-04-01T14:38:14.739Z+ [[ -n '' ]]
912026-04-01T14:38:14.739Z+ git reset --hard 405ae574a05cc2ef6b87cba638f705991d049001
922026-04-01T14:38:14.756ZHEAD is now at 405ae57 Merge branch 'master' into renovate/rand
932026-04-01T14:38:14.759Zprocess exited: duration 1076 ms, exit code 0
 
942026-04-01T14:38:14.765Zstarting task 4: "build"
952026-04-01T14:38:14.768Z+ source .github/buildomat/common.sh
962026-04-01T14:38:14.771Z++ rustup show active-toolchain
972026-04-01T14:38:14.774Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-01T14:38:14.777Z++ pushd xde
992026-04-01T14:38:14.777Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-01T14:38:14.777Z++ rustup show active-toolchain
1012026-04-01T14:38:14.780Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-01T14:38:14.919Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-01T14:38:14.922Zinfo: downloading 6 components
1042026-04-01T14:38:29.876Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-01T14:38:29.970Z+++ rustup show active-toolchain -v
1062026-04-01T14:38:29.973Z+++ head -n 1
1072026-04-01T14:38:29.973Z+++ cut '-d ' -f1
1082026-04-01T14:38:30.027Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-01T14:38:30.027Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-01T14:38:30.027Z++ popd
1112026-04-01T14:38:30.031Z/work/oxidecomputer/opte
1122026-04-01T14:38:30.031Z+ TGT_BASE=/work
1132026-04-01T14:38:30.031Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1142026-04-01T14:38:30.031Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1152026-04-01T14:38:30.031Z+ DBG_TGT=/work/debug
1162026-04-01T14:38:30.031Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1172026-04-01T14:38:30.031Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1182026-04-01T14:38:30.031Z+ REL_TGT=/work/release
1192026-04-01T14:38:30.031Z+ mkdir -p /work/debug /work/release
1202026-04-01T14:38:30.031Z+ cargo --version
1212026-04-01T14:38:30.038Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1222026-04-01T14:38:30.041Z+ rustc --version
1232026-04-01T14:38:30.060Zrustc 1.94.1 (e408947bf 2026-03-25)
1242026-04-01T14:38:30.063Z+ install_pkg jq
1252026-04-01T14:38:30.063Z+ set +o errexit
1262026-04-01T14:38:30.063Z+ pfexec pkg install jq
1272026-04-01T14:38:39.025Z Startup: Refreshing catalog 'helios-dev' ... Done
1282026-04-01T14:38:45.793Z Startup: Caching catalogs ... Done
1292026-04-01T14:38:50.287ZPlanning: Solver setup ... Done
1302026-04-01T14:38:50.304ZPlanning: Running solver ... Done
1312026-04-01T14:38:50.415ZPlanning: Consolidating action changes ... Done
1322026-04-01T14:38:50.415ZPlanning: Evaluating mediators ... Done
1332026-04-01T14:38:50.419ZPlanning: Planning completed in 4.47 seconds
1342026-04-01T14:38:50.431ZNo updates necessary for this image.
1352026-04-01T14:38:51.652Z+ exit_code=4
1362026-04-01T14:38:51.652Z+ [[ 4 -ne 0 ]]
1372026-04-01T14:38:51.656Z+ [[ 4 -ne 4 ]]
1382026-04-01T14:38:51.656Z+ set -o errexit
1392026-04-01T14:38:51.656Z+ pushd xde
1402026-04-01T14:38:51.656Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1412026-04-01T14:38:51.656Z+ cp xde.conf /work/xde.conf
1422026-04-01T14:38:51.656Z+ header 'check style'
1432026-04-01T14:38:51.656Z+ echo '# ==== check style ==== #'
1442026-04-01T14:38:51.656Z# ==== check style ==== #
1452026-04-01T14:38:51.656Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1462026-04-01T14:38:51.887Z
1472026-04-01T14:38:51.887Zreal 0.228753465
1482026-04-01T14:38:51.887Zuser 0.150819368
1492026-04-01T14:38:51.887Zsys 0.068930056
1502026-04-01T14:38:51.887Ztrap 0.000004408
1512026-04-01T14:38:51.887Ztflt 0.000039413
1522026-04-01T14:38:51.887Zdflt 0.000148898
1532026-04-01T14:38:51.887Zkflt 0.000000000
1542026-04-01T14:38:51.887Zlock 0.035217243
1552026-04-01T14:38:51.887Zslp 0.194687633
1562026-04-01T14:38:51.887Zlat 0.001130282
1572026-04-01T14:38:51.888Zstop 0.000093551
1582026-04-01T14:38:51.891Z+ header analyze
1592026-04-01T14:38:51.891Z+ echo '# ==== analyze ==== #'
1602026-04-01T14:38:51.891Z# ==== analyze ==== #
1612026-04-01T14:38:51.891Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1622026-04-01T14:38:52.085Z Updating crates.io index
1632026-04-01T14:38:52.123Z Updating git repository `https://github.com/oxidecomputer/falcon`
1642026-04-01T14:38:53.142Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1652026-04-01T14:38:53.486Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1662026-04-01T14:38:53.860Z Updating git repository `https://github.com/oxidecomputer/zone`
1672026-04-01T14:38:54.108Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1682026-04-01T14:38:54.563Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1692026-04-01T14:38:54.860Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1702026-04-01T14:38:56.976Z Downloading crates ...
1712026-04-01T14:38:57.043Z Downloaded defmt v1.0.1
1722026-04-01T14:38:57.047Z Downloaded proc-macro-error2 v2.0.1
1732026-04-01T14:38:57.050Z Downloaded macaddr v1.0.1
1742026-04-01T14:38:57.055Z Downloaded strsim v0.11.1
1752026-04-01T14:38:57.058Z Downloaded serde v1.0.228
1762026-04-01T14:38:57.058Z Downloaded proc-macro-error-attr2 v2.0.0
1772026-04-01T14:38:57.058Z Downloaded cfg-if v1.0.4
1782026-04-01T14:38:57.061Z Downloaded either v1.15.0
1792026-04-01T14:38:57.064Z Downloaded unicode-ident v1.0.24
1802026-04-01T14:38:57.064Z Downloaded embedded-io v0.6.1
1812026-04-01T14:38:57.067Z Downloaded darling_macro v0.21.3
1822026-04-01T14:38:57.070Z Downloaded byteorder v1.5.0
1832026-04-01T14:38:57.070Z Downloaded proc-macro2 v1.0.106
1842026-04-01T14:38:57.073Z Downloaded embedded-io v0.4.0
1852026-04-01T14:38:57.076Z Downloaded ingot v0.1.1
1862026-04-01T14:38:57.079Z Downloaded bitflags v1.3.2
1872026-04-01T14:38:57.079Z Downloaded dyn-clone v1.0.20
1882026-04-01T14:38:57.082Z Downloaded darling_macro v0.23.0
1892026-04-01T14:38:57.082Z Downloaded managed v0.8.0
1902026-04-01T14:38:57.082Z Downloaded defmt-parser v1.0.0
1912026-04-01T14:38:57.087Z Downloaded ref-cast-impl v1.0.25
1922026-04-01T14:38:57.090Z Downloaded hash32 v0.3.1
1932026-04-01T14:38:57.095Z Downloaded ref-cast v1.0.25
1942026-04-01T14:38:57.098Z Downloaded fnv v1.0.7
1952026-04-01T14:38:57.098Z Downloaded cobs v0.3.0
1962026-04-01T14:38:57.107Z Downloaded crc32fast v1.5.0
1972026-04-01T14:38:57.111Z Downloaded defmt v0.3.100
1982026-04-01T14:38:57.114Z Downloaded version_check v0.9.5
1992026-04-01T14:38:57.117Z Downloaded stable_deref_trait v1.2.1
2002026-04-01T14:38:57.117Z Downloaded ident_case v1.0.1
2012026-04-01T14:38:57.124Z Downloaded thiserror v2.0.18
2022026-04-01T14:38:57.127Z Downloaded quote v1.0.45
2032026-04-01T14:38:57.130Z Downloaded ingot-macros v0.1.1
2042026-04-01T14:38:57.130Z Downloaded defmt-macros v1.0.1
2052026-04-01T14:38:57.133Z Downloaded serde_core v1.0.228
2062026-04-01T14:38:57.144Z Downloaded zerocopy-derive v0.8.48
2072026-04-01T14:38:57.148Z Downloaded ingot-types v0.1.2
2082026-04-01T14:38:57.151Z Downloaded darling v0.21.3
2092026-04-01T14:38:57.159Z Downloaded postcard v1.1.3
2102026-04-01T14:38:57.165Z Downloaded serde_derive v1.0.228
2112026-04-01T14:38:57.168Z Downloaded thiserror-impl v2.0.18
2122026-04-01T14:38:57.171Z Downloaded bitflags v2.11.0
2132026-04-01T14:38:57.174Z Downloaded darling v0.23.0
2142026-04-01T14:38:57.178Z Downloaded uuid v1.23.0
2152026-04-01T14:38:57.180Z Downloaded heapless v0.8.0
2162026-04-01T14:38:57.184Z Downloaded darling_core v0.21.3
2172026-04-01T14:38:57.198Z Downloaded darling_core v0.23.0
2182026-04-01T14:38:57.206Z Downloaded memchr v2.8.0
2192026-04-01T14:38:57.213Z Downloaded aho-corasick v1.1.4
2202026-04-01T14:38:57.216Z Downloaded regex v1.12.3
2212026-04-01T14:38:57.233Z Downloaded itertools v0.14.0
2222026-04-01T14:38:57.267Z Downloaded zerocopy v0.8.48
2232026-04-01T14:38:57.278Z Downloaded syn v2.0.117
2242026-04-01T14:38:57.284Z Downloaded smoltcp v0.11.0
2252026-04-01T14:38:57.290Z Downloaded regex-syntax v0.8.10
2262026-04-01T14:38:57.301Z Downloaded regex-automata v0.4.14
2272026-04-01T14:38:57.313Z Updating crates.io index
2282026-04-01T14:38:57.403Z Downloading crates ...
2292026-04-01T14:38:57.464Z Downloaded adler2 v2.0.1
2302026-04-01T14:38:57.468Z Downloaded rustc-literal-escaper v0.0.7
2312026-04-01T14:38:57.480Z Downloaded getopts v0.2.24
2322026-04-01T14:38:57.483Z Downloaded foldhash v0.2.0
2332026-04-01T14:38:57.487Z Downloaded addr2line v0.25.1
2342026-04-01T14:38:57.490Z Downloaded rustc-demangle v0.1.27
2352026-04-01T14:38:57.495Z Downloaded miniz_oxide v0.8.9
2362026-04-01T14:38:57.505Z Downloaded hashbrown v0.16.1
2372026-04-01T14:38:57.508Z Downloaded memchr v2.7.6
2382026-04-01T14:38:57.550Z Downloaded gimli v0.32.3
2392026-04-01T14:38:57.559Z Downloaded object v0.37.3
2402026-04-01T14:38:57.589Z Downloaded libc v0.2.183
2412026-04-01T14:38:57.647Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2422026-04-01T14:38:57.647Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2432026-04-01T14:38:57.651Z Compiling proc-macro2 v1.0.106
2442026-04-01T14:38:57.651Z Compiling unicode-ident v1.0.24
2452026-04-01T14:38:57.651Z Compiling quote v1.0.45
2462026-04-01T14:38:57.651Z Compiling ident_case v1.0.1
2472026-04-01T14:38:57.651Z Compiling strsim v0.11.1
2482026-04-01T14:38:57.651Z Compiling serde_core v1.0.228
2492026-04-01T14:38:57.843Z Compiling memchr v2.8.0
2502026-04-01T14:38:57.846Z Compiling fnv v1.0.7
2512026-04-01T14:38:57.935Z Compiling regex-syntax v0.8.10
2522026-04-01T14:38:58.100Z Compiling serde v1.0.228
2532026-04-01T14:38:58.126Z Compiling either v1.15.0
2542026-04-01T14:38:58.153Z Compiling thiserror v2.0.18
2552026-04-01T14:38:58.223Z Compiling aho-corasick v1.1.4
2562026-04-01T14:38:58.314Z Compiling zerocopy v0.8.48
2572026-04-01T14:38:58.509Z Compiling itertools v0.14.0
2582026-04-01T14:38:58.516Z Compiling heapless v0.8.0
2592026-04-01T14:38:58.811Z Compiling syn v2.0.117
2602026-04-01T14:38:58.933Z Compiling smoltcp v0.11.0
2612026-04-01T14:38:59.003Z Compiling ref-cast v1.0.25
2622026-04-01T14:38:59.018Z Compiling version_check v0.9.5
2632026-04-01T14:38:59.361Z Compiling regex-automata v0.4.14
2642026-04-01T14:38:59.389Z Compiling crc32fast v1.5.0
2652026-04-01T14:38:59.440Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2662026-04-01T14:39:00.945Z Compiling regex v1.12.3
2672026-04-01T14:39:01.151Z Compiling darling_core v0.21.3
2682026-04-01T14:39:01.151Z Compiling darling_core v0.23.0
2692026-04-01T14:39:02.090Z Compiling thiserror-impl v2.0.18
2702026-04-01T14:39:02.090Z Compiling zerocopy-derive v0.8.48
2712026-04-01T14:39:02.090Z Compiling serde_derive v1.0.228
2722026-04-01T14:39:02.090Z Compiling ref-cast-impl v1.0.25
2732026-04-01T14:39:02.093Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2742026-04-01T14:39:03.568Z Compiling darling_macro v0.21.3
2752026-04-01T14:39:03.778Z Compiling darling_macro v0.23.0
2762026-04-01T14:39:04.506Z Compiling darling v0.21.3
2772026-04-01T14:39:04.573Z Compiling ingot-macros v0.1.1
2782026-04-01T14:39:04.753Z Compiling darling v0.23.0
2792026-04-01T14:39:04.820Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-04-01T14:39:08.967Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2812026-04-01T14:39:11.071Z Checking byteorder v1.5.0
2822026-04-01T14:39:11.071Z Checking stable_deref_trait v1.2.1
2832026-04-01T14:39:11.074Z Checking macaddr v1.0.1
2842026-04-01T14:39:11.074Z Checking cfg-if v1.0.4
2852026-04-01T14:39:11.074Z Checking bitflags v1.3.2
2862026-04-01T14:39:11.129Z Checking managed v0.8.0
2872026-04-01T14:39:11.180Z Checking cobs v0.3.0
2882026-04-01T14:39:11.223Z Checking dyn-clone v1.0.20
2892026-04-01T14:39:11.235Z Checking hash32 v0.3.1
2902026-04-01T14:39:11.298Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-04-01T14:39:12.391Z Checking bitflags v2.11.0
2922026-04-01T14:39:12.391Z Checking uuid v1.23.0
2932026-04-01T14:39:12.531Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-04-01T14:39:12.757Z Checking postcard v1.1.3
2952026-04-01T14:39:13.625Z Checking ingot-types v0.1.2
2962026-04-01T14:39:13.888Z Checking ingot v0.1.1
2972026-04-01T14:39:15.198Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-04-01T14:39:19.327Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-04-01T14:39:20.833Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-04-01T14:39:23.167Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.21s
3012026-04-01T14:39:23.279Z
3022026-04-01T14:39:23.279Zreal 31.381954410
3032026-04-01T14:39:23.279Zuser 1:14.230351597
3042026-04-01T14:39:23.279Zsys 10.379790068
3052026-04-01T14:39:23.279Ztrap 0.026756208
3062026-04-01T14:39:23.279Ztflt 0.065684816
3072026-04-01T14:39:23.280Zdflt 0.232040226
3082026-04-01T14:39:23.283Zkflt 0.001427050
3092026-04-01T14:39:23.283Zlock 3:47.500544440
3102026-04-01T14:39:23.283Zslp 3:27.334370970
3112026-04-01T14:39:23.283Zlat 3.142230942
3122026-04-01T14:39:23.283Zstop 6.773317734
3132026-04-01T14:39:23.283Z+ pushd xde-link
3142026-04-01T14:39:23.283Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-04-01T14:39:23.283Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-04-01T14:39:23.467Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3172026-04-01T14:39:23.467Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3182026-04-01T14:39:23.467Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-04-01T14:39:33.719Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3202026-04-01T14:39:35.876Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.53s
3212026-04-01T14:39:35.896Z
3222026-04-01T14:39:35.896Zreal 12.608510716
3232026-04-01T14:39:35.896Zuser 20.149783936
3242026-04-01T14:39:35.896Zsys 1.207045137
3252026-04-01T14:39:35.896Ztrap 0.003114968
3262026-04-01T14:39:35.896Ztflt 0.002228599
3272026-04-01T14:39:35.896Zdflt 0.048790686
3282026-04-01T14:39:35.896Zkflt 0.000000000
3292026-04-01T14:39:35.896Zlock 1:08.150053372
3302026-04-01T14:39:35.899Zslp 42.110653205
3312026-04-01T14:39:35.899Zlat 0.188825043
3322026-04-01T14:39:35.899Zstop 0.129013925
3332026-04-01T14:39:35.899Z+ popd
3342026-04-01T14:39:35.899Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3352026-04-01T14:39:35.899Z+ popd
3362026-04-01T14:39:35.899Z/work/oxidecomputer/opte
3372026-04-01T14:39:35.899Z+ header 'build xde (debug)'
3382026-04-01T14:39:35.899Z# ==== build xde (debug) ==== #
3392026-04-01T14:39:35.900Z+ echo '# ==== build xde (debug) ==== #'
3402026-04-01T14:39:35.900Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-04-01T14:39:36.047Z Downloading crates ...
3422026-04-01T14:39:36.098Z Downloaded anstream v1.0.0
3432026-04-01T14:39:36.103Z Downloaded heck v0.5.0
3442026-04-01T14:39:36.106Z Downloaded camino v1.2.2
3452026-04-01T14:39:36.110Z Downloaded winnow v1.0.1
3462026-04-01T14:39:36.115Z Downloaded utf8parse v0.2.2
3472026-04-01T14:39:36.118Z Downloaded errno v0.3.14
3482026-04-01T14:39:36.118Z Downloaded itoa v1.0.18
3492026-04-01T14:39:36.118Z Downloaded clap_lex v1.1.0
3502026-04-01T14:39:36.121Z Downloaded toml_writer v1.1.1+spec-1.1.0
3512026-04-01T14:39:36.121Z Downloaded cargo-platform v0.3.2
3522026-04-01T14:39:36.121Z Downloaded terminal_size v0.4.4
3532026-04-01T14:39:36.121Z Downloaded anstyle-query v1.1.5
3542026-04-01T14:39:36.125Z Downloaded anstyle v1.0.14
3552026-04-01T14:39:36.128Z Downloaded equivalent v1.0.2
3562026-04-01T14:39:36.128Z Downloaded clap_derive v4.6.0
3572026-04-01T14:39:36.132Z Downloaded is_terminal_polyfill v1.70.2
3582026-04-01T14:39:36.135Z Downloaded colorchoice v1.0.5
3592026-04-01T14:39:36.138Z Downloaded cargo_metadata v0.23.1
3602026-04-01T14:39:36.141Z Downloaded toml v1.1.1+spec-1.1.0
3612026-04-01T14:39:36.141Z Downloaded zmij v1.0.21
3622026-04-01T14:39:36.144Z Downloaded serde_spanned v1.1.1
3632026-04-01T14:39:36.144Z Downloaded anstyle-parse v1.0.0
3642026-04-01T14:39:36.147Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3652026-04-01T14:39:36.147Z Downloaded toml_parser v1.1.1+spec-1.1.0
3662026-04-01T14:39:36.150Z Downloaded semver v1.0.27
3672026-04-01T14:39:36.153Z Downloaded anyhow v1.0.102
3682026-04-01T14:39:36.155Z Downloaded clap v4.6.0
3692026-04-01T14:39:36.178Z Downloaded indexmap v2.13.0
3702026-04-01T14:39:36.182Z Downloaded serde_json v1.0.149
3712026-04-01T14:39:36.198Z Downloaded clap_builder v4.6.0
3722026-04-01T14:39:36.218Z Downloaded rustix v1.1.4
3732026-04-01T14:39:36.252Z Downloaded libc v0.2.184
3742026-04-01T14:39:36.299Z Compiling proc-macro2 v1.0.106
3752026-04-01T14:39:36.302Z Compiling serde_core v1.0.228
3762026-04-01T14:39:36.302Z Compiling quote v1.0.45
3772026-04-01T14:39:36.302Z Compiling unicode-ident v1.0.24
3782026-04-01T14:39:36.302Z Compiling libc v0.2.184
3792026-04-01T14:39:36.319Z Compiling rustix v1.1.4
3802026-04-01T14:39:36.322Z Compiling utf8parse v0.2.2
3812026-04-01T14:39:36.325Z Compiling zmij v1.0.21
3822026-04-01T14:39:36.446Z Compiling bitflags v2.11.0
3832026-04-01T14:39:36.462Z Compiling anstyle-parse v1.0.0
3842026-04-01T14:39:36.658Z Compiling thiserror v2.0.18
3852026-04-01T14:39:36.661Z Compiling serde v1.0.228
3862026-04-01T14:39:36.675Z Compiling serde_json v1.0.149
3872026-04-01T14:39:36.870Z Compiling colorchoice v1.0.5
3882026-04-01T14:39:36.878Z Compiling camino v1.2.2
3892026-04-01T14:39:36.892Z Compiling is_terminal_polyfill v1.70.2
3902026-04-01T14:39:36.950Z Compiling anstyle v1.0.14
3912026-04-01T14:39:36.969Z Compiling anstyle-query v1.1.5
3922026-04-01T14:39:37.009Z Compiling errno v0.3.14
3932026-04-01T14:39:37.085Z Compiling anyhow v1.0.102
3942026-04-01T14:39:37.169Z Compiling anstream v1.0.0
3952026-04-01T14:39:37.209Z Compiling strsim v0.11.1
3962026-04-01T14:39:37.213Z Compiling winnow v1.0.1
3972026-04-01T14:39:37.445Z Compiling heck v0.5.0
3982026-04-01T14:39:37.487Z Compiling itoa v1.0.18
3992026-04-01T14:39:37.618Z Compiling syn v2.0.117
4002026-04-01T14:39:37.624Z Compiling terminal_size v0.4.4
4012026-04-01T14:39:37.633Z Compiling memchr v2.8.0
4022026-04-01T14:39:37.673Z Compiling clap_lex v1.1.0
4032026-04-01T14:39:37.764Z Compiling toml_parser v1.1.1+spec-1.1.0
4042026-04-01T14:39:37.975Z Compiling clap_builder v4.6.0
4052026-04-01T14:39:38.066Z Compiling toml_writer v1.1.1+spec-1.1.0
4062026-04-01T14:39:38.390Z Compiling cargo-platform v0.3.2
4072026-04-01T14:39:38.531Z Compiling toml_datetime v1.1.1+spec-1.1.0
4082026-04-01T14:39:38.586Z Compiling serde_spanned v1.1.1
4092026-04-01T14:39:38.740Z Compiling semver v1.0.27
4102026-04-01T14:39:39.015Z Compiling toml v1.1.1+spec-1.1.0
4112026-04-01T14:39:39.715Z Compiling thiserror-impl v2.0.18
4122026-04-01T14:39:39.715Z Compiling serde_derive v1.0.228
4132026-04-01T14:39:39.715Z Compiling clap_derive v4.6.0
4142026-04-01T14:39:41.361Z Compiling clap v4.6.0
4152026-04-01T14:39:42.662Z Compiling cargo_metadata v0.23.1
4162026-04-01T14:39:45.226Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-04-01T14:39:46.785Z Finished `dev` profile [optimized + debuginfo] target(s) in 10.87s
4182026-04-01T14:39:46.800Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-04-01T14:39:48.215ZBuilding xde (dev).
4202026-04-01T14:39:48.443Z Compiling serde_core v1.0.228
4212026-04-01T14:39:48.443Z Compiling byteorder v1.5.0
4222026-04-01T14:39:48.443Z Compiling cfg-if v1.0.4
4232026-04-01T14:39:48.443Z Compiling stable_deref_trait v1.2.1
4242026-04-01T14:39:48.443Z Compiling macaddr v1.0.1
4252026-04-01T14:39:48.446Z Compiling zerocopy v0.8.48
4262026-04-01T14:39:48.468Z Compiling thiserror v2.0.18
4272026-04-01T14:39:48.477Z Compiling bitflags v1.3.2
4282026-04-01T14:39:48.516Z Compiling managed v0.8.0
4292026-04-01T14:39:48.522Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4302026-04-01T14:39:48.528Z Compiling cobs v0.3.0
4312026-04-01T14:39:48.559Z Compiling either v1.15.0
4322026-04-01T14:39:48.633Z Compiling hash32 v0.3.1
4332026-04-01T14:39:48.719Z Compiling heapless v0.8.0
4342026-04-01T14:39:48.728Z Compiling itertools v0.14.0
4352026-04-01T14:39:48.732Z Compiling ref-cast v1.0.25
4362026-04-01T14:39:48.784Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4372026-04-01T14:39:48.814Z Compiling crc32fast v1.5.0
4382026-04-01T14:39:48.818Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-04-01T14:39:48.834Z Compiling dyn-clone v1.0.20
4402026-04-01T14:39:48.998Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-04-01T14:39:49.096Z Compiling smoltcp v0.11.0
4422026-04-01T14:39:50.076Z Compiling serde v1.0.228
4432026-04-01T14:39:50.076Z Compiling bitflags v2.11.0
4442026-04-01T14:39:50.076Z Compiling uuid v1.23.0
4452026-04-01T14:39:50.209Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-04-01T14:39:50.500Z Compiling postcard v1.1.3
4472026-04-01T14:39:51.305Z Compiling ingot-types v0.1.2
4482026-04-01T14:39:51.594Z Compiling ingot v0.1.1
4492026-04-01T14:39:52.980Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-04-01T14:39:57.154Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-04-01T14:40:07.312Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-04-01T14:40:15.189Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.94s
4532026-04-01T14:40:15.211ZLinking xde kmod...
4542026-04-01T14:40:16.344ZBuilding xde dev link helper (dev).
4552026-04-01T14:40:16.504Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-04-01T14:40:16.840Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4572026-04-01T14:40:16.863Z
4582026-04-01T14:40:16.863Zreal 40.957730503
4592026-04-01T14:40:16.863Zuser 2:13.533536849
4602026-04-01T14:40:16.863Zsys 11.015078793
4612026-04-01T14:40:16.863Ztrap 0.062227321
4622026-04-01T14:40:16.863Ztflt 0.327071142
4632026-04-01T14:40:16.863Zdflt 0.415592308
4642026-04-01T14:40:16.863Zkflt 0.000019176
4652026-04-01T14:40:16.866Zlock 6:26.933075114
4662026-04-01T14:40:16.866Zslp 3:52.494038696
4672026-04-01T14:40:16.866Zlat 3.872455761
4682026-04-01T14:40:16.866Zstop 4.118434342
4692026-04-01T14:40:16.866Z+ header 'build xde (release)'
4702026-04-01T14:40:16.866Z+ echo '# ==== build xde (release) ==== #'
4712026-04-01T14:40:16.867Z# ==== build xde (release) ==== #
4722026-04-01T14:40:16.867Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-04-01T14:40:16.999Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4742026-04-01T14:40:17.002Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-04-01T14:40:17.191ZBuilding xde (release-lto).
4762026-04-01T14:40:17.422Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4772026-04-01T14:40:17.423Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4782026-04-01T14:40:17.423Z Compiling proc-macro2 v1.0.106
4792026-04-01T14:40:17.423Z Compiling quote v1.0.45
4802026-04-01T14:40:17.423Z Compiling unicode-ident v1.0.24
4812026-04-01T14:40:17.426Z Compiling ident_case v1.0.1
4822026-04-01T14:40:17.426Z Compiling strsim v0.11.1
4832026-04-01T14:40:17.426Z Compiling serde_core v1.0.228
4842026-04-01T14:40:17.538Z Compiling fnv v1.0.7
4852026-04-01T14:40:17.541Z Compiling memchr v2.8.0
4862026-04-01T14:40:17.617Z Compiling regex-syntax v0.8.10
4872026-04-01T14:40:17.788Z Compiling either v1.15.0
4882026-04-01T14:40:17.792Z Compiling serde v1.0.228
4892026-04-01T14:40:17.796Z Compiling zerocopy v0.8.48
4902026-04-01T14:40:17.919Z Compiling aho-corasick v1.1.4
4912026-04-01T14:40:17.969Z Compiling thiserror v2.0.18
4922026-04-01T14:40:18.161Z Compiling itertools v0.14.0
4932026-04-01T14:40:18.185Z Compiling heapless v0.8.0
4942026-04-01T14:40:18.525Z Compiling syn v2.0.117
4952026-04-01T14:40:18.559Z Compiling smoltcp v0.11.0
4962026-04-01T14:40:18.581Z Compiling crc32fast v1.5.0
4972026-04-01T14:40:18.657Z Compiling ref-cast v1.0.25
4982026-04-01T14:40:18.904Z Compiling version_check v0.9.5
4992026-04-01T14:40:19.044Z Compiling regex-automata v0.4.14
5002026-04-01T14:40:19.250Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-04-01T14:40:20.583Z Compiling regex v1.12.3
5022026-04-01T14:40:20.823Z Compiling darling_core v0.21.3
5032026-04-01T14:40:20.877Z Compiling darling_core v0.23.0
5042026-04-01T14:40:21.682Z Compiling serde_derive v1.0.228
5052026-04-01T14:40:21.682Z Compiling thiserror-impl v2.0.18
5062026-04-01T14:40:21.685Z Compiling zerocopy-derive v0.8.48
5072026-04-01T14:40:21.685Z Compiling ref-cast-impl v1.0.25
5082026-04-01T14:40:21.685Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5092026-04-01T14:40:23.194Z Compiling darling_macro v0.21.3
5102026-04-01T14:40:23.434Z Compiling darling_macro v0.23.0
5112026-04-01T14:40:24.062Z Compiling darling v0.21.3
5122026-04-01T14:40:24.124Z Compiling ingot-macros v0.1.1
5132026-04-01T14:40:24.318Z Compiling darling v0.23.0
5142026-04-01T14:40:24.380Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5152026-04-01T14:40:29.250Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5162026-04-01T14:40:31.335Z Compiling byteorder v1.5.0
5172026-04-01T14:40:31.335Z Compiling cfg-if v1.0.4
5182026-04-01T14:40:31.339Z Compiling stable_deref_trait v1.2.1
5192026-04-01T14:40:31.339Z Compiling macaddr v1.0.1
5202026-04-01T14:40:31.394Z Compiling bitflags v1.3.2
5212026-04-01T14:40:31.406Z Compiling cobs v0.3.0
5222026-04-01T14:40:31.428Z Compiling managed v0.8.0
5232026-04-01T14:40:31.517Z Compiling hash32 v0.3.1
5242026-04-01T14:40:31.636Z Compiling dyn-clone v1.0.20
5252026-04-01T14:40:31.686Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5262026-04-01T14:40:32.906Z Compiling bitflags v2.11.0
5272026-04-01T14:40:32.906Z Compiling uuid v1.23.0
5282026-04-01T14:40:33.043Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5292026-04-01T14:40:33.327Z Compiling postcard v1.1.3
5302026-04-01T14:40:34.141Z Compiling ingot-types v0.1.2
5312026-04-01T14:40:34.450Z Compiling ingot v0.1.1
5322026-04-01T14:40:35.964Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5332026-04-01T14:40:39.654Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5342026-04-01T14:40:48.274Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5352026-04-01T14:41:15.390Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.16s
5362026-04-01T14:41:15.414ZLinking xde kmod...
5372026-04-01T14:41:15.962ZBuilding xde dev link helper (release).
5382026-04-01T14:41:16.121Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5392026-04-01T14:41:16.121Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5402026-04-01T14:41:16.121Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5412026-04-01T14:41:26.961Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5422026-04-01T14:41:29.288Z Finished `release` profile [optimized + debuginfo] target(s) in 13.29s
5432026-04-01T14:41:29.307Z
5442026-04-01T14:41:29.311Zreal 1:12.430604313
5452026-04-01T14:41:29.311Zuser 2:04.664524233
5462026-04-01T14:41:29.311Zsys 12.161538580
5472026-04-01T14:41:29.311Ztrap 0.030329981
5482026-04-01T14:41:29.311Ztflt 0.140881705
5492026-04-01T14:41:29.311Zdflt 0.224850222
5502026-04-01T14:41:29.311Zkflt 0.000024105
5512026-04-01T14:41:29.311Zlock 10:22.345855510
5522026-04-01T14:41:29.311Zslp 5:54.659880715
5532026-04-01T14:41:29.311Zlat 1.943575085
5542026-04-01T14:41:29.311Zstop 4.960286321
5552026-04-01T14:41:29.311Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5562026-04-01T14:41:29.311Z+ grep GOTPCREL
5572026-04-01T14:41:31.086Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5582026-04-01T14:41:31.090Z+ grep GOTPCREL
5592026-04-01T14:41:32.017Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5602026-04-01T14:41:32.071Z+ sha256sum /work/debug/xde.dbg
5612026-04-01T14:41:32.122Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5622026-04-01T14:41:32.125Z+ sha256sum /work/debug/xde_link.dbg.so
5632026-04-01T14:41:32.128Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5642026-04-01T14:41:32.160Z+ sha256sum /work/release/xde
5652026-04-01T14:41:32.188Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5662026-04-01T14:41:32.191Z+ sha256sum /work/release/xde_link.so
5672026-04-01T14:41:32.194Z+ header 'build xde integration tests'
5682026-04-01T14:41:32.194Z+ echo '# ==== build xde integration tests ==== #'
5692026-04-01T14:41:32.194Z# ==== build xde integration tests ==== #
5702026-04-01T14:41:32.194Z+ pushd xde-tests
5712026-04-01T14:41:32.194Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5722026-04-01T14:41:32.194Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5732026-04-01T14:41:32.267Z+ cargo clippy --all-targets -- --deny warnings
5742026-04-01T14:41:32.478Z Compiling serde_core v1.0.228
5752026-04-01T14:41:32.478Z Checking cfg-if v1.0.4
5762026-04-01T14:41:32.478Z Checking memchr v2.8.0
5772026-04-01T14:41:32.478Z Compiling serde v1.0.228
5782026-04-01T14:41:32.478Z Compiling rustversion v1.0.22
5792026-04-01T14:41:32.478Z Compiling strsim v0.11.1
5802026-04-01T14:41:32.481Z Compiling version_check v0.9.5
5812026-04-01T14:41:32.481Z Compiling syn v2.0.117
5822026-04-01T14:41:32.548Z Compiling ident_case v1.0.1
5832026-04-01T14:41:32.649Z Compiling libc v0.2.184
5842026-04-01T14:41:32.754Z Compiling fnv v1.0.7
5852026-04-01T14:41:32.812Z Compiling regex-syntax v0.8.10
5862026-04-01T14:41:32.833Z Compiling syn v1.0.109
5872026-04-01T14:41:32.867Z Checking pin-project-lite v0.2.17
5882026-04-01T14:41:32.938Z Compiling equivalent v1.0.2
5892026-04-01T14:41:33.010Z Compiling winnow v1.0.1
5902026-04-01T14:41:33.164Z Compiling aho-corasick v1.1.4
5912026-04-01T14:41:33.326Z Compiling zerocopy v0.8.48
5922026-04-01T14:41:33.329Z Compiling either v1.15.0
5932026-04-01T14:41:33.383Z Compiling hashbrown v0.16.1
5942026-04-01T14:41:33.518Z Compiling itertools v0.14.0
5952026-04-01T14:41:33.894Z Compiling toml_parser v1.1.1+spec-1.1.0
5962026-04-01T14:41:34.011Z Compiling indexmap v2.13.0
5972026-04-01T14:41:34.254Z Compiling regex-automata v0.4.14
5982026-04-01T14:41:34.426Z Compiling toml_datetime v1.1.1+spec-1.1.0
5992026-04-01T14:41:34.594Z Checking byteorder v1.5.0
6002026-04-01T14:41:34.634Z Compiling heapless v0.8.0
6012026-04-01T14:41:34.711Z Compiling toml_edit v0.25.9+spec-1.1.0
6022026-04-01T14:41:34.732Z Checking bitflags v2.11.0
6032026-04-01T14:41:34.794Z Checking hash32 v0.3.1
6042026-04-01T14:41:34.849Z Compiling slog v2.8.2
6052026-04-01T14:41:34.879Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6062026-04-01T14:41:34.892Z Compiling smoltcp v0.11.0
6072026-04-01T14:41:35.058Z Compiling darling_core v0.21.3
6082026-04-01T14:41:35.103Z Compiling darling_core v0.23.0
6092026-04-01T14:41:35.117Z Checking futures-sink v0.3.32
6102026-04-01T14:41:35.203Z Checking futures-core v0.3.32
6112026-04-01T14:41:35.214Z Checking stable_deref_trait v1.2.1
6122026-04-01T14:41:35.274Z Checking macaddr v1.0.1
6132026-04-01T14:41:35.318Z Checking futures-channel v0.3.32
6142026-04-01T14:41:35.500Z Compiling proc-macro-crate v3.5.0
6152026-04-01T14:41:35.635Z Compiling proc-macro-error-attr v1.0.4
6162026-04-01T14:41:35.759Z Compiling autocfg v1.5.0
6172026-04-01T14:41:35.844Z Checking bitflags v1.3.2
6182026-04-01T14:41:35.904Z Checking futures-task v0.3.32
6192026-04-01T14:41:35.912Z Checking futures-io v0.3.32
6202026-04-01T14:41:36.013Z Compiling regex v1.12.3
6212026-04-01T14:41:36.029Z Checking slab v0.4.12
6222026-04-01T14:41:36.095Z Checking rand_core v0.10.0
6232026-04-01T14:41:36.172Z Compiling getrandom v0.4.2
6242026-04-01T14:41:36.221Z Compiling ref-cast v1.0.25
6252026-04-01T14:41:36.247Z Compiling serde_derive v1.0.228
6262026-04-01T14:41:36.400Z Compiling thiserror-impl v2.0.18
6272026-04-01T14:41:36.413Z Compiling zerocopy-derive v0.8.48
6282026-04-01T14:41:36.513Z Compiling futures-macro v0.3.32
6292026-04-01T14:41:36.839Z Checking managed v0.8.0
6302026-04-01T14:41:37.011Z Compiling crc32fast v1.5.0
6312026-04-01T14:41:37.100Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6322026-04-01T14:41:37.145Z Compiling darling_macro v0.21.3
6332026-04-01T14:41:37.191Z Compiling darling_macro v0.23.0
6342026-04-01T14:41:37.294Z Checking futures-util v0.3.32
6352026-04-01T14:41:37.358Z Compiling foreign-types-macros v0.2.3
6362026-04-01T14:41:37.588Z Checking thiserror v2.0.18
6372026-04-01T14:41:37.676Z Checking cobs v0.3.0
6382026-04-01T14:41:37.696Z Compiling darling v0.21.3
6392026-04-01T14:41:37.751Z Compiling darling v0.23.0
6402026-04-01T14:41:37.763Z Compiling ingot-macros v0.1.1
6412026-04-01T14:41:37.804Z Compiling ref-cast-impl v1.0.25
6422026-04-01T14:41:37.817Z Compiling num_enum_derive v0.7.6
6432026-04-01T14:41:37.963Z Compiling num-traits v0.2.19
6442026-04-01T14:41:38.213Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6452026-04-01T14:41:38.369Z Compiling proc-macro-error v1.0.4
6462026-04-01T14:41:38.463Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6472026-04-01T14:41:38.499Z Compiling crossbeam-utils v0.8.21
6482026-04-01T14:41:38.582Z Checking ipnetwork v0.21.1
6492026-04-01T14:41:38.691Z Checking cpufeatures v0.3.0
6502026-04-01T14:41:38.748Z Checking unicode-width v0.2.2
6512026-04-01T14:41:38.751Z Checking once_cell v1.21.4
6522026-04-01T14:41:38.784Z Checking foreign-types-shared v0.3.1
6532026-04-01T14:41:38.797Z Checking num_enum v0.7.6
6542026-04-01T14:41:38.857Z Checking foreign-types v0.5.0
6552026-04-01T14:41:38.898Z Checking chacha20 v0.10.0
6562026-04-01T14:41:38.903Z Checking tracing-core v0.1.36
6572026-04-01T14:41:38.986Z Checking tabwriter v1.4.1
6582026-04-01T14:41:39.113Z Checking anyhow v1.0.102
6592026-04-01T14:41:39.174Z Checking futures-executor v0.3.32
6602026-04-01T14:41:39.203Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6612026-04-01T14:41:39.278Z Checking erased-serde v0.3.31
6622026-04-01T14:41:39.297Z Checking postcard v1.1.3
6632026-04-01T14:41:39.420Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6642026-04-01T14:41:39.459Z Compiling tracing-attributes v0.1.31
6652026-04-01T14:41:39.484Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6662026-04-01T14:41:39.918Z Checking cstr-argument v0.1.2
6672026-04-01T14:41:39.951Z Compiling num-conv v0.2.1
6682026-04-01T14:41:39.955Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
6692026-04-01T14:41:40.023Z Checking dyn-clone v1.0.20
6702026-04-01T14:41:40.084Z Checking powerfmt v0.2.0
6712026-04-01T14:41:40.114Z Compiling thiserror v1.0.69
6722026-04-01T14:41:40.124Z Compiling time-core v0.1.8
6732026-04-01T14:41:40.151Z Checking pretty-hex v0.4.2
6742026-04-01T14:41:40.225Z Checking deranged v0.5.8
6752026-04-01T14:41:40.255Z Compiling time-macros v0.2.27
6762026-04-01T14:41:40.255Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6772026-04-01T14:41:40.392Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6782026-04-01T14:41:40.399Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6792026-04-01T14:41:40.488Z Checking rand v0.10.0
6802026-04-01T14:41:40.542Z Checking futures v0.3.32
6812026-04-01T14:41:40.613Z Checking ingot-types v0.1.2
6822026-04-01T14:41:40.709Z Compiling thiserror-impl v1.0.69
6832026-04-01T14:41:40.713Z Checking tracing v0.1.44
6842026-04-01T14:41:40.889Z Checking uuid v1.23.0
6852026-04-01T14:41:40.927Z Checking arc-swap v1.9.0
6862026-04-01T14:41:40.941Z Checking ingot v0.1.1
6872026-04-01T14:41:40.944Z Checking socket2 v0.6.3
6882026-04-01T14:41:41.041Z Checking nom v8.0.0
6892026-04-01T14:41:41.134Z Checking thread_local v1.1.9
6902026-04-01T14:41:41.139Z Checking iana-time-zone v0.1.65
6912026-04-01T14:41:41.175Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6922026-04-01T14:41:41.277Z Compiling slog-async v2.8.0
6932026-04-01T14:41:41.304Z Compiling heck v0.4.1
6942026-04-01T14:41:41.354Z Checking oxnet v0.1.4
6952026-04-01T14:41:41.487Z Checking lazy_static v1.5.0
6962026-04-01T14:41:41.512Z Checking itoa v1.0.18
6972026-04-01T14:41:41.548Z Checking colored v3.1.1
6982026-04-01T14:41:41.735Z Checking slog-scope v4.4.1
6992026-04-01T14:41:41.772Z Checking time v0.3.47
7002026-04-01T14:41:41.847Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7012026-04-01T14:41:41.852Z Checking chrono v0.4.44
7022026-04-01T14:41:41.932Z Checking crossbeam-channel v0.5.15
7032026-04-01T14:41:42.246Z Checking cookie-factory v0.3.3
7042026-04-01T14:41:42.479Z Checking itertools v0.12.1
7052026-04-01T14:41:42.490Z Checking is-terminal v0.4.17
7062026-04-01T14:41:42.507Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7072026-04-01T14:41:42.556Z Checking log v0.4.29
7082026-04-01T14:41:42.560Z Checking circular v0.3.0
7092026-04-01T14:41:42.635Z Checking term v1.2.1
7102026-04-01T14:41:42.661Z Checking take_mut v0.2.2
7112026-04-01T14:41:42.708Z Checking slog-stdlog v4.1.1
7122026-04-01T14:41:42.844Z Checking slog-term v2.9.2
7132026-04-01T14:41:42.923Z Checking rusticata-macros v5.0.0
7142026-04-01T14:41:43.039Z Checking pcap-parser v0.17.0
7152026-04-01T14:41:43.418Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7162026-04-01T14:41:43.694Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
7172026-04-01T14:41:44.369Z Checking slog-envlogger v2.2.0
7182026-04-01T14:41:46.873Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7192026-04-01T14:41:48.401Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7202026-04-01T14:41:48.404Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7212026-04-01T14:41:48.742Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7222026-04-01T14:41:49.229Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.91s
7232026-04-01T14:41:49.266Z+ cargo build --test loopback
7242026-04-01T14:41:49.436Z Compiling cfg-if v1.0.4
7252026-04-01T14:41:49.436Z Compiling memchr v2.8.0
7262026-04-01T14:41:49.439Z Compiling serde_core v1.0.228
7272026-04-01T14:41:49.464Z Compiling libc v0.2.184
7282026-04-01T14:41:49.468Z Compiling thiserror v2.0.18
7292026-04-01T14:41:49.471Z Compiling pin-project-lite v0.2.17
7302026-04-01T14:41:49.474Z Compiling byteorder v1.5.0
7312026-04-01T14:41:49.477Z Compiling either v1.15.0
7322026-04-01T14:41:49.511Z Compiling zerocopy v0.8.48
7332026-04-01T14:41:49.539Z Compiling futures-core v0.3.32
7342026-04-01T14:41:49.544Z Compiling macaddr v1.0.1
7352026-04-01T14:41:49.632Z Compiling hash32 v0.3.1
7362026-04-01T14:41:49.655Z Compiling stable_deref_trait v1.2.1
7372026-04-01T14:41:49.693Z Compiling futures-sink v0.3.32
7382026-04-01T14:41:49.731Z Compiling heapless v0.8.0
7392026-04-01T14:41:49.786Z Compiling futures-channel v0.3.32
7402026-04-01T14:41:49.790Z Compiling cobs v0.3.0
7412026-04-01T14:41:49.794Z Compiling managed v0.8.0
7422026-04-01T14:41:49.804Z Compiling futures-io v0.3.32
7432026-04-01T14:41:49.983Z Compiling futures-task v0.3.32
7442026-04-01T14:41:50.002Z Compiling rand_core v0.10.0
7452026-04-01T14:41:50.002Z Compiling bitflags v1.3.2
7462026-04-01T14:41:50.056Z Compiling slab v0.4.12
7472026-04-01T14:41:50.067Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7482026-04-01T14:41:50.153Z Compiling smoltcp v0.11.0
7492026-04-01T14:41:50.159Z Compiling ipnetwork v0.21.1
7502026-04-01T14:41:50.173Z Compiling foreign-types-shared v0.3.1
7512026-04-01T14:41:50.229Z Compiling futures-util v0.3.32
7522026-04-01T14:41:50.252Z Compiling cpufeatures v0.3.0
7532026-04-01T14:41:50.289Z Compiling once_cell v1.21.4
7542026-04-01T14:41:50.315Z Compiling unicode-width v0.2.2
7552026-04-01T14:41:50.521Z Compiling tracing-core v0.1.36
7562026-04-01T14:41:50.623Z Compiling tabwriter v1.4.1
7572026-04-01T14:41:50.685Z Compiling chacha20 v0.10.0
7582026-04-01T14:41:51.035Z Compiling foreign-types v0.5.0
7592026-04-01T14:41:51.050Z Compiling getrandom v0.4.2
7602026-04-01T14:41:51.055Z Compiling ref-cast v1.0.25
7612026-04-01T14:41:51.103Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7622026-04-01T14:41:51.141Z Compiling num_enum v0.7.6
7632026-04-01T14:41:51.250Z Compiling serde v1.0.228
7642026-04-01T14:41:51.257Z Compiling bitflags v2.11.0
7652026-04-01T14:41:51.424Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7662026-04-01T14:41:51.662Z Compiling crc32fast v1.5.0
7672026-04-01T14:41:51.781Z Compiling erased-serde v0.3.31
7682026-04-01T14:41:51.894Z Compiling postcard v1.1.3
7692026-04-01T14:41:51.894Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7702026-04-01T14:41:51.902Z Compiling cstr-argument v0.1.2
7712026-04-01T14:41:51.997Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7722026-04-01T14:41:52.006Z Compiling itertools v0.14.0
7732026-04-01T14:41:52.058Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7742026-04-01T14:41:52.100Z Compiling powerfmt v0.2.0
7752026-04-01T14:41:52.243Z Compiling slog v2.8.2
7762026-04-01T14:41:52.376Z Compiling ingot-types v0.1.2
7772026-04-01T14:41:52.484Z Compiling futures-executor v0.3.32
7782026-04-01T14:41:52.509Z Compiling dyn-clone v1.0.20
7792026-04-01T14:41:52.607Z Compiling pretty-hex v0.4.2
7802026-04-01T14:41:52.677Z Compiling futures v0.3.32
7812026-04-01T14:41:52.734Z Compiling ingot v0.1.1
7822026-04-01T14:41:52.749Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7832026-04-01T14:41:52.785Z Compiling deranged v0.5.8
7842026-04-01T14:41:52.819Z Compiling tracing v0.1.44
7852026-04-01T14:41:52.938Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7862026-04-01T14:41:52.963Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7872026-04-01T14:41:52.963Z Compiling num-traits v0.2.19
7882026-04-01T14:41:53.079Z Compiling uuid v1.23.0
7892026-04-01T14:41:53.121Z Compiling rand v0.10.0
7902026-04-01T14:41:53.181Z Compiling crossbeam-utils v0.8.21
7912026-04-01T14:41:53.415Z Compiling nom v8.0.0
7922026-04-01T14:41:53.635Z Compiling aho-corasick v1.1.4
7932026-04-01T14:41:53.661Z Compiling socket2 v0.6.3
7942026-04-01T14:41:53.752Z Compiling thread_local v1.1.9
7952026-04-01T14:41:54.045Z Compiling arc-swap v1.9.0
7962026-04-01T14:41:54.082Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7972026-04-01T14:41:54.171Z Compiling colored v3.1.1
7982026-04-01T14:41:54.312Z Compiling lazy_static v1.5.0
7992026-04-01T14:41:54.406Z Compiling regex-syntax v0.8.10
8002026-04-01T14:41:54.414Z Compiling iana-time-zone v0.1.65
8012026-04-01T14:41:54.525Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8022026-04-01T14:41:54.827Z Compiling time-core v0.1.8
8032026-04-01T14:41:54.939Z Compiling num-conv v0.2.1
8042026-04-01T14:41:54.946Z Compiling oxnet v0.1.4
8052026-04-01T14:41:54.970Z Compiling winnow v1.0.1
8062026-04-01T14:41:55.051Z Compiling time v0.3.47
8072026-04-01T14:41:55.080Z Compiling chrono v0.4.44
8082026-04-01T14:41:55.415Z Compiling slog-scope v4.4.1
8092026-04-01T14:41:55.969Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
8102026-04-01T14:41:56.476Z Compiling regex-automata v0.4.14
8112026-04-01T14:41:56.952Z Compiling rusticata-macros v5.0.0
8122026-04-01T14:41:56.973Z Compiling thiserror v1.0.69
8132026-04-01T14:41:57.070Z Compiling crossbeam-channel v0.5.15
8142026-04-01T14:41:57.291Z Compiling cookie-factory v0.3.3
8152026-04-01T14:41:57.604Z Compiling is-terminal v0.4.17
8162026-04-01T14:41:57.695Z Compiling itertools v0.12.1
8172026-04-01T14:41:57.799Z Compiling take_mut v0.2.2
8182026-04-01T14:41:57.904Z Compiling term v1.2.1
8192026-04-01T14:41:59.055Z Compiling circular v0.3.0
8202026-04-01T14:41:59.073Z Compiling log v0.4.29
8212026-04-01T14:41:59.306Z Compiling slog-stdlog v4.1.1
8222026-04-01T14:41:59.330Z Compiling pcap-parser v0.17.0
8232026-04-01T14:41:59.725Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8242026-04-01T14:42:00.478Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8252026-04-01T14:42:00.657Z Compiling regex v1.12.3
8262026-04-01T14:42:01.794Z Compiling slog-term v2.9.2
8272026-04-01T14:42:01.857Z Compiling slog-async v2.8.0
8282026-04-01T14:42:02.324Z Compiling slog-envlogger v2.2.0
8292026-04-01T14:42:03.139Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8302026-04-01T14:42:03.284Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8312026-04-01T14:42:03.430Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
8322026-04-01T14:42:03.906Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8332026-04-01T14:42:12.107Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.82s
8342026-04-01T14:42:12.142Z++ cargo build -q --test loopback --message-format=json
8352026-04-01T14:42:12.146Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8362026-04-01T14:42:12.263Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-04c436c51a0cbe4c
8372026-04-01T14:42:12.263Z+ cargo build --test multicast_rx
8382026-04-01T14:42:12.366Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8392026-04-01T14:42:13.887Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.61s
8402026-04-01T14:42:13.924Z++ cargo build -q --test multicast_rx --message-format=json
8412026-04-01T14:42:13.927Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8422026-04-01T14:42:14.046Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-1b37e9152a105036
8432026-04-01T14:42:14.049Z+ cargo build --test multicast_multi_sub
8442026-04-01T14:42:14.148Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8452026-04-01T14:42:15.917Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.86s
8462026-04-01T14:42:15.953Z++ cargo build -q --test multicast_multi_sub --message-format=json
8472026-04-01T14:42:15.956Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8482026-04-01T14:42:16.077Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-58ccc07a0ab53506
8492026-04-01T14:42:16.077Z+ cargo build --test multicast_validation
8502026-04-01T14:42:16.180Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8512026-04-01T14:42:18.038Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.95s
8522026-04-01T14:42:18.074Z++ cargo build -q --test multicast_validation --message-format=json
8532026-04-01T14:42:18.077Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8542026-04-01T14:42:18.195Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-ef841582e2c0582a
8552026-04-01T14:42:18.196Z+ mkdir -p /work/test
8562026-04-01T14:42:18.199Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-04c436c51a0cbe4c /work/test/loopback
8572026-04-01T14:42:18.236Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-1b37e9152a105036 /work/test/multicast_rx
8582026-04-01T14:42:18.276Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-58ccc07a0ab53506 /work/test/multicast_multi_sub
8592026-04-01T14:42:18.320Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-ef841582e2c0582a /work/test/multicast_validation
8602026-04-01T14:42:18.362Zprocess exited: duration 243561 ms, exit code 0
 
8612026-04-01T14:42:18.369Zfound 13 output files
8622026-04-01T14:42:18.369Zuploading: /work/debug/xde.dbg (90176304 bytes)
8632026-04-01T14:42:20.700Zuploaded: /work/debug/xde.dbg
8642026-04-01T14:42:20.700Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8652026-04-01T14:42:21.709Zuploaded: /work/debug/xde.dbg.sha256
8662026-04-01T14:42:21.709Zuploading: /work/debug/xde_link.dbg.so (1084984 bytes)
8672026-04-01T14:42:22.756Zuploaded: /work/debug/xde_link.dbg.so
8682026-04-01T14:42:22.756Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8692026-04-01T14:42:23.763Zuploaded: /work/debug/xde_link.dbg.so.sha256
8702026-04-01T14:42:23.764Zuploading: /work/release/xde (48469792 bytes)
8712026-04-01T14:42:25.214Zuploaded: /work/release/xde
8722026-04-01T14:42:25.214Zuploading: /work/release/xde.sha256 (84 bytes)
8732026-04-01T14:42:26.222Zuploaded: /work/release/xde.sha256
8742026-04-01T14:42:26.222Zuploading: /work/release/xde_link.so (39516 bytes)
8752026-04-01T14:42:27.235Zuploaded: /work/release/xde_link.so
8762026-04-01T14:42:27.235Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8772026-04-01T14:42:28.244Zuploaded: /work/release/xde_link.so.sha256
8782026-04-01T14:42:28.244Zuploading: /work/test/loopback (48099568 bytes)
8792026-04-01T14:42:29.672Zuploaded: /work/test/loopback
8802026-04-01T14:42:29.672Zuploading: /work/test/multicast_rx (48367912 bytes)
8812026-04-01T14:42:31.098Zuploaded: /work/test/multicast_rx
8822026-04-01T14:42:31.098Zuploading: /work/test/multicast_multi_sub (54599968 bytes)
8832026-04-01T14:42:32.573Zuploaded: /work/test/multicast_multi_sub
8842026-04-01T14:42:32.573Zuploading: /work/test/multicast_validation (48522720 bytes)
8852026-04-01T14:42:34.004Zuploaded: /work/test/multicast_validation
8862026-04-01T14:42:34.004Zuploading: /work/xde.conf (79 bytes)
8872026-04-01T14:42:35.014Zuploaded: /work/xde.conf