01KMEY72T3A7X105XJ5DCDAYN2: 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: 01KMEY7H4JYH7R3WHPANFZ4D1N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T03:30:40.612Zjob assigned to worker 01KMEY5MMTRJ5N8F6A1AD5SY2M [factory aws, i-06f122ddd3fa28405] (queued for 1 m 21 s)
 
22026-03-24T03:30:48.335Zstarting task 0: "setup"
32026-03-24T03:30:48.341Z++ uname -s
42026-03-24T03:30:48.344Z+ kern=SunOS
52026-03-24T03:30:48.344Z+ build_user=build
62026-03-24T03:30:48.344Z+ build_uid=12345
72026-03-24T03:30:48.344Z+ work_dir=/work
82026-03-24T03:30:48.344Z+ input_dir=/input
92026-03-24T03:30:48.344Z+ [[ 0 == 12345 ]]
102026-03-24T03:30:48.344Z+ case "$kern" in
112026-03-24T03:30:48.344Z+ groupadd -g 12345 build
122026-03-24T03:30:48.348Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T03:30:50.352Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T03:30:50.473Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T03:30:50.476Z+ home_fs=zfs
162026-03-24T03:30:50.476Z+ [[ zfs == autofs ]]
172026-03-24T03:30:50.476Z+ mkdir -p /home/build
182026-03-24T03:30:50.476Z+ chown build:build /home/build /work
192026-03-24T03:30:52.491Z+ chmod 0700 /home/build /work
202026-03-24T03:30:52.503Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-24T03:30:52.539Zstarting task 1: "rust-toolchain"
222026-03-24T03:30:52.578Z * rust toolchain channel = "1.93.1"
232026-03-24T03:30:52.578Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
242026-03-24T03:30:52.578Z * rust toolchain profile = "default"
252026-03-24T03:30:52.578Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T03:30:52.578Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T03:30:52.578Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T03:30:52.579Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T03:30:52.579Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-24T03:30:52.693Zinfo: downloading installer
312026-03-24T03:30:54.292Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T03:30:54.292Zwarn: /opt/ooce/bin
332026-03-24T03:30:54.292Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T03:30:54.292Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T03:30:54.292Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T03:30:54.293Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T03:30:54.293Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T03:30:54.293Zerror: cannot install while Rust is installed
392026-03-24T03:30:54.293Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T03:30:54.293Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T03:30:54.293Zwarn: /home/build/.rustup/settings.toml
422026-03-24T03:30:54.293Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T03:30:54.293Zwarn: instead of the one inferred from the default host triple.
442026-03-24T03:30:54.304Zinfo: profile set to default
452026-03-24T03:30:54.304Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T03:30:54.308Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-24T03:30:54.531Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-24T03:30:54.534Zinfo: downloading 6 components
492026-03-24T03:31:11.954Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-24T03:31:11.954Z
512026-03-24T03:31:11.986Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-24T03:31:11.986Z
532026-03-24T03:31:11.990Z
542026-03-24T03:31:11.990ZRust is installed now. Great!
552026-03-24T03:31:11.990Z
562026-03-24T03:31:11.991ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T03:31:11.991Zenvironment variable. This has not been done automatically.
582026-03-24T03:31:11.991Z
592026-03-24T03:31:11.991ZTo configure your current shell, you need to source
602026-03-24T03:31:11.991Zthe corresponding env file under $HOME/.cargo.
612026-03-24T03:31:11.991Z
622026-03-24T03:31:11.991ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T03:31:11.991Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T03:31:11.991Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T03:31:11.991Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T03:31:11.991Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T03:31:11.991Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T03:31:11.991Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T03:31:11.991Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T03:31:11.991Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T03:31:12.083Z+ rustup --version
722026-03-24T03:31:12.093Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T03:31:12.097Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T03:31:12.119Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-24T03:31:12.122Z+ cargo --version
762026-03-24T03:31:12.138Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-24T03:31:12.142Z+ rustc --version
782026-03-24T03:31:12.165Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-24T03:31:12.168Zprocess exited: duration 19637 ms, exit code 0
 
802026-03-24T03:31:12.176Zstarting task 2: "authentication"
812026-03-24T03:31:12.196Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T03:31:12.204Zstarting task 3: "clone repository"
832026-03-24T03:31:12.208Z+ mkdir -p /work/oxidecomputer/opte
842026-03-24T03:31:12.211Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-24T03:31:12.244ZCloning into '/work/oxidecomputer/opte'...
862026-03-24T03:31:13.036Z+ cd /work/oxidecomputer/opte
872026-03-24T03:31:13.036Z+ git fetch origin 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
882026-03-24T03:31:13.275ZFrom https://github.com/oxidecomputer/opte
892026-03-24T03:31:13.275Z * branch 9b29b03e5f513abaa63371c2c7e3dd12afdc966d -> FETCH_HEAD
902026-03-24T03:31:13.282Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-24T03:31:13.285Z++ git branch --show-current
922026-03-24T03:31:13.289Z+ current=master
932026-03-24T03:31:13.289Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-24T03:31:13.289Z+ git branch -f renovate/toml-1.x-lockfile 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
952026-03-24T03:31:13.292Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-24T03:31:13.315ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-24T03:31:13.319Z+ git reset --hard 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
982026-03-24T03:31:13.341ZHEAD is now at 9b29b03 Update Rust crate toml to v1.1.0
992026-03-24T03:31:13.346Zprocess exited: duration 1137 ms, exit code 0
 
1002026-03-24T03:31:13.352Zstarting task 4: "build"
1012026-03-24T03:31:13.357Z+ source .github/buildomat/common.sh
1022026-03-24T03:31:13.360Z++ rustup show active-toolchain
1032026-03-24T03:31:13.364Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-24T03:31:13.367Z++ pushd xde
1052026-03-24T03:31:13.367Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-24T03:31:13.367Z++ rustup show active-toolchain
1072026-03-24T03:31:13.373Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-24T03:31:13.554Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-24T03:31:13.557Zinfo: downloading 6 components
1102026-03-24T03:31:30.211Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-24T03:31:30.315Z+++ rustup show active-toolchain -v
1122026-03-24T03:31:30.321Z+++ head -n 1
1132026-03-24T03:31:30.321Z+++ cut '-d ' -f1
1142026-03-24T03:31:30.393Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-24T03:31:30.393Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-24T03:31:30.400Z++ popd
1172026-03-24T03:31:30.400Z/work/oxidecomputer/opte
1182026-03-24T03:31:30.400Z+ TGT_BASE=/work
1192026-03-24T03:31:30.400Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-03-24T03:31:30.400Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-03-24T03:31:30.400Z+ DBG_TGT=/work/debug
1222026-03-24T03:31:30.400Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-03-24T03:31:30.400Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-03-24T03:31:30.400Z+ REL_TGT=/work/release
1252026-03-24T03:31:30.401Z+ mkdir -p /work/debug /work/release
1262026-03-24T03:31:30.401Z+ cargo --version
1272026-03-24T03:31:30.405Zcargo 1.93.1 (083ac5135 2025-12-15)
1282026-03-24T03:31:30.405Z+ rustc --version
1292026-03-24T03:31:30.429Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1302026-03-24T03:31:30.432Z+ install_pkg jq
1312026-03-24T03:31:30.432Z+ set +o errexit
1322026-03-24T03:31:30.432Z+ pfexec pkg install jq
1332026-03-24T03:31:38.925Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-03-24T03:31:49.004Z Startup: Caching catalogs ... Done
1352026-03-24T03:32:11.498ZPlanning: Solver setup ... Done
1362026-03-24T03:32:11.648ZPlanning: Running solver ... Done
1372026-03-24T03:32:11.836ZPlanning: Consolidating action changes ... Done
1382026-03-24T03:32:11.839ZPlanning: Evaluating mediators ... Done
1392026-03-24T03:32:11.839ZPlanning: Planning completed in 22.68 seconds
1402026-03-24T03:32:11.857ZNo updates necessary for this image.
1412026-03-24T03:32:13.277Z+ exit_code=4
1422026-03-24T03:32:13.277Z+ [[ 4 -ne 0 ]]
1432026-03-24T03:32:13.280Z+ [[ 4 -ne 4 ]]
1442026-03-24T03:32:13.280Z+ set -o errexit
1452026-03-24T03:32:13.280Z+ pushd xde
1462026-03-24T03:32:13.280Z+ cp xde.conf /work/xde.conf
1472026-03-24T03:32:13.280Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1482026-03-24T03:32:13.281Z+ header 'check style'
1492026-03-24T03:32:13.281Z+ echo '# ==== check style ==== #'
1502026-03-24T03:32:13.281Z# ==== check style ==== #
1512026-03-24T03:32:13.281Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-03-24T03:32:13.595Z
1532026-03-24T03:32:13.595Zreal 0.311468249
1542026-03-24T03:32:13.595Zuser 0.211449551
1552026-03-24T03:32:13.595Zsys 0.088413885
1562026-03-24T03:32:13.595Ztrap 0.000023063
1572026-03-24T03:32:13.595Ztflt 0.000028701
1582026-03-24T03:32:13.595Zdflt 0.000015456
1592026-03-24T03:32:13.599Zkflt 0.000000000
1602026-03-24T03:32:13.599Zlock 0.066433229
1612026-03-24T03:32:13.599Zslp 0.267371473
1622026-03-24T03:32:13.599Zlat 0.000236493
1632026-03-24T03:32:13.599Zstop 0.000115657
1642026-03-24T03:32:13.599Z+ header analyze
1652026-03-24T03:32:13.599Z+ echo '# ==== analyze ==== #'
1662026-03-24T03:32:13.599Z# ==== analyze ==== #
1672026-03-24T03:32:13.599Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-03-24T03:32:13.847Z Updating crates.io index
1692026-03-24T03:32:13.892Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-03-24T03:32:14.935Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-03-24T03:32:15.237Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-03-24T03:32:15.617Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-03-24T03:32:16.101Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-03-24T03:32:16.399Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-03-24T03:32:16.692Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-03-24T03:32:19.159Z Downloading crates ...
1772026-03-24T03:32:19.212Z Downloaded byteorder v1.5.0
1782026-03-24T03:32:19.216Z Downloaded darling_macro v0.21.3
1792026-03-24T03:32:19.219Z Downloaded serde_derive v1.0.228
1802026-03-24T03:32:19.224Z Downloaded bitflags v2.11.0
1812026-03-24T03:32:19.234Z Downloaded uuid v1.22.0
1822026-03-24T03:32:19.237Z Downloaded defmt-macros v1.0.1
1832026-03-24T03:32:19.239Z Downloaded ref-cast-impl v1.0.25
1842026-03-24T03:32:19.240Z Downloaded macaddr v1.0.1
1852026-03-24T03:32:19.242Z Downloaded strsim v0.11.1
1862026-03-24T03:32:19.245Z Downloaded ref-cast v1.0.25
1872026-03-24T03:32:19.248Z Downloaded thiserror-impl v2.0.18
1882026-03-24T03:32:19.258Z Downloaded aho-corasick v1.1.4
1892026-03-24T03:32:19.261Z Downloaded managed v0.8.0
1902026-03-24T03:32:19.263Z Downloaded embedded-io v0.6.1
1912026-03-24T03:32:19.266Z Downloaded version_check v0.9.5
1922026-03-24T03:32:19.266Z Downloaded bitflags v1.3.2
1932026-03-24T03:32:19.269Z Downloaded embedded-io v0.4.0
1942026-03-24T03:32:19.272Z Downloaded defmt v0.3.100
1952026-03-24T03:32:19.272Z Downloaded proc-macro-error2 v2.0.1
1962026-03-24T03:32:19.276Z Downloaded proc-macro-error-attr2 v2.0.0
1972026-03-24T03:32:19.276Z Downloaded defmt v1.0.1
1982026-03-24T03:32:19.279Z Downloaded cfg-if v1.0.4
1992026-03-24T03:32:19.279Z Downloaded ident_case v1.0.1
2002026-03-24T03:32:19.289Z Downloaded hash32 v0.3.1
2012026-03-24T03:32:19.292Z Downloaded fnv v1.0.7
2022026-03-24T03:32:19.295Z Downloaded cobs v0.3.0
2032026-03-24T03:32:19.298Z Downloaded ingot-types v0.1.2
2042026-03-24T03:32:19.298Z Downloaded ingot v0.1.1
2052026-03-24T03:32:19.301Z Downloaded quote v1.0.45
2062026-03-24T03:32:19.301Z Downloaded either v1.15.0
2072026-03-24T03:32:19.307Z Downloaded dyn-clone v1.0.20
2082026-03-24T03:32:19.310Z Downloaded thiserror v2.0.18
2092026-03-24T03:32:19.313Z Downloaded defmt-parser v1.0.0
2102026-03-24T03:32:19.316Z Downloaded stable_deref_trait v1.2.1
2112026-03-24T03:32:19.323Z Downloaded serde v1.0.228
2122026-03-24T03:32:19.326Z Downloaded ingot-macros v0.1.1
2132026-03-24T03:32:19.333Z Downloaded postcard v1.1.3
2142026-03-24T03:32:19.342Z Downloaded unicode-ident v1.0.24
2152026-03-24T03:32:19.346Z Downloaded crc32fast v1.5.0
2162026-03-24T03:32:19.346Z Downloaded zerocopy-derive v0.8.42
2172026-03-24T03:32:19.351Z Downloaded darling v0.21.3
2182026-03-24T03:32:19.369Z Downloaded darling_core v0.21.3
2192026-03-24T03:32:19.373Z Downloaded serde_core v1.0.228
2202026-03-24T03:32:19.377Z Downloaded heapless v0.8.0
2212026-03-24T03:32:19.382Z Downloaded proc-macro2 v1.0.106
2222026-03-24T03:32:19.382Z Downloaded memchr v2.8.0
2232026-03-24T03:32:19.388Z Downloaded itertools v0.14.0
2242026-03-24T03:32:19.405Z Downloaded regex v1.12.3
2252026-03-24T03:32:19.453Z Downloaded smoltcp v0.11.0
2262026-03-24T03:32:19.458Z Downloaded zerocopy v0.8.42
2272026-03-24T03:32:19.465Z Downloaded syn v2.0.117
2282026-03-24T03:32:19.473Z Downloaded regex-syntax v0.8.10
2292026-03-24T03:32:19.491Z Downloaded regex-automata v0.4.14
2302026-03-24T03:32:19.506Z Updating crates.io index
2312026-03-24T03:32:19.661Z Downloading crates ...
2322026-03-24T03:32:19.711Z Downloaded getopts v0.2.24
2332026-03-24T03:32:19.718Z Downloaded foldhash v0.2.0
2342026-03-24T03:32:19.721Z Downloaded addr2line v0.25.1
2352026-03-24T03:32:19.725Z Downloaded adler2 v2.0.1
2362026-03-24T03:32:19.734Z Downloaded rustc-literal-escaper v0.0.7
2372026-03-24T03:32:19.740Z Downloaded rustc-demangle v0.1.27
2382026-03-24T03:32:19.757Z Downloaded miniz_oxide v0.8.9
2392026-03-24T03:32:19.768Z Downloaded memchr v2.7.6
2402026-03-24T03:32:19.784Z Downloaded hashbrown v0.16.1
2412026-03-24T03:32:19.806Z Downloaded gimli v0.32.3
2422026-03-24T03:32:19.810Z Downloaded object v0.37.3
2432026-03-24T03:32:19.843Z Downloaded libc v0.2.178
2442026-03-24T03:32:19.914Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2452026-03-24T03:32:19.914Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2462026-03-24T03:32:19.917Z Compiling proc-macro2 v1.0.106
2472026-03-24T03:32:19.917Z Compiling quote v1.0.45
2482026-03-24T03:32:19.917Z Compiling unicode-ident v1.0.24
2492026-03-24T03:32:19.917Z Compiling serde_core v1.0.228
2502026-03-24T03:32:19.917Z Compiling ident_case v1.0.1
2512026-03-24T03:32:19.917Z Compiling fnv v1.0.7
2522026-03-24T03:32:20.113Z Compiling strsim v0.11.1
2532026-03-24T03:32:20.143Z Compiling memchr v2.8.0
2542026-03-24T03:32:20.147Z Compiling regex-syntax v0.8.10
2552026-03-24T03:32:20.492Z Compiling thiserror v2.0.18
2562026-03-24T03:32:20.541Z Compiling either v1.15.0
2572026-03-24T03:32:20.622Z Compiling zerocopy v0.8.42
2582026-03-24T03:32:20.654Z Compiling serde v1.0.228
2592026-03-24T03:32:20.794Z Compiling aho-corasick v1.1.4
2602026-03-24T03:32:21.054Z Compiling itertools v0.14.0
2612026-03-24T03:32:21.278Z Compiling heapless v0.8.0
2622026-03-24T03:32:21.314Z Compiling smoltcp v0.11.0
2632026-03-24T03:32:21.527Z Compiling syn v2.0.117
2642026-03-24T03:32:21.616Z Compiling crc32fast v1.5.0
2652026-03-24T03:32:21.883Z Compiling ref-cast v1.0.25
2662026-03-24T03:32:21.892Z Compiling version_check v0.9.5
2672026-03-24T03:32:22.146Z Compiling regex-automata v0.4.14
2682026-03-24T03:32:22.380Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-03-24T03:32:24.329Z Compiling regex v1.12.3
2702026-03-24T03:32:24.863Z Compiling darling_core v0.21.3
2712026-03-24T03:32:25.848Z Compiling thiserror-impl v2.0.18
2722026-03-24T03:32:25.848Z Compiling zerocopy-derive v0.8.42
2732026-03-24T03:32:25.851Z Compiling serde_derive v1.0.228
2742026-03-24T03:32:25.851Z Compiling ref-cast-impl v1.0.25
2752026-03-24T03:32:25.851Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-03-24T03:32:27.739Z Compiling darling_macro v0.21.3
2772026-03-24T03:32:28.861Z Compiling darling v0.21.3
2782026-03-24T03:32:28.942Z Compiling ingot-macros v0.1.1
2792026-03-24T03:32:28.942Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-03-24T03:32:36.444Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2812026-03-24T03:32:39.373Z Checking byteorder v1.5.0
2822026-03-24T03:32:39.373Z Checking stable_deref_trait v1.2.1
2832026-03-24T03:32:39.373Z Checking cfg-if v1.0.4
2842026-03-24T03:32:39.373Z Checking macaddr v1.0.1
2852026-03-24T03:32:39.376Z Checking managed v0.8.0
2862026-03-24T03:32:39.452Z Checking bitflags v1.3.2
2872026-03-24T03:32:39.493Z Checking cobs v0.3.0
2882026-03-24T03:32:39.572Z Checking hash32 v0.3.1
2892026-03-24T03:32:39.576Z Checking dyn-clone v1.0.20
2902026-03-24T03:32:39.640Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-03-24T03:32:41.337Z Checking bitflags v2.11.0
2922026-03-24T03:32:41.341Z Checking uuid v1.22.0
2932026-03-24T03:32:41.525Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-03-24T03:32:41.848Z Checking postcard v1.1.3
2952026-03-24T03:32:43.120Z Checking ingot-types v0.1.2
2962026-03-24T03:32:43.512Z Checking ingot v0.1.1
2972026-03-24T03:32:45.496Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-03-24T03:32:51.607Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-03-24T03:32:53.798Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-03-24T03:32:57.257Z Finished `dev` profile [optimized + debuginfo] target(s) in 43.57s
3012026-03-24T03:32:57.389Z
3022026-03-24T03:32:57.392Zreal 43.778677831
3032026-03-24T03:32:57.392Zuser 1:39.131142342
3042026-03-24T03:32:57.392Zsys 12.050898561
3052026-03-24T03:32:57.392Ztrap 0.026604407
3062026-03-24T03:32:57.392Ztflt 0.042402014
3072026-03-24T03:32:57.392Zdflt 0.206945082
3082026-03-24T03:32:57.392Zkflt 0.001788881
3092026-03-24T03:32:57.392Zlock 5:33.537281425
3102026-03-24T03:32:57.392Zslp 4:18.517747121
3112026-03-24T03:32:57.392Zlat 2.799805060
3122026-03-24T03:32:57.392Zstop 8.346410809
3132026-03-24T03:32:57.392Z+ pushd xde-link
3142026-03-24T03:32:57.392Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-03-24T03:32:57.392Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-03-24T03:32:57.637Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3172026-03-24T03:32:57.637Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3182026-03-24T03:32:57.637Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-03-24T03:33:13.256Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3202026-03-24T03:33:16.236Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.76s
3212026-03-24T03:33:16.259Z
3222026-03-24T03:33:16.264Zreal 18.860384083
3232026-03-24T03:33:16.264Zuser 28.488524234
3242026-03-24T03:33:16.264Zsys 1.529080321
3252026-03-24T03:33:16.264Ztrap 0.008166690
3262026-03-24T03:33:16.264Ztflt 0.001897268
3272026-03-24T03:33:16.264Zdflt 0.050010834
3282026-03-24T03:33:16.264Zkflt 0.000000000
3292026-03-24T03:33:16.264Zlock 1:41.852243183
3302026-03-24T03:33:16.264Zslp 1:01.920423515
3312026-03-24T03:33:16.264Zlat 0.253359365
3322026-03-24T03:33:16.264Zstop 0.161082999
3332026-03-24T03:33:16.264Z+ popd
3342026-03-24T03:33:16.264Z+ popd
3352026-03-24T03:33:16.264Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-03-24T03:33:16.264Z/work/oxidecomputer/opte
3372026-03-24T03:33:16.264Z+ header 'build xde (debug)'
3382026-03-24T03:33:16.264Z+ echo '# ==== build xde (debug) ==== #'
3392026-03-24T03:33:16.264Z# ==== build xde (debug) ==== #
3402026-03-24T03:33:16.264Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-03-24T03:33:16.448Z Downloading crates ...
3422026-03-24T03:33:16.525Z Downloaded anstyle-query v1.1.5
3432026-03-24T03:33:16.535Z Downloaded clap v4.5.60
3442026-03-24T03:33:16.544Z Downloaded toml_parser v1.1.0+spec-1.1.0
3452026-03-24T03:33:16.548Z Downloaded equivalent v1.0.2
3462026-03-24T03:33:16.551Z Downloaded anstream v0.6.21
3472026-03-24T03:33:16.554Z Downloaded anstyle-parse v0.2.7
3482026-03-24T03:33:16.560Z Downloaded clap_derive v4.5.55
3492026-03-24T03:33:16.564Z Downloaded anyhow v1.0.102
3502026-03-24T03:33:16.571Z Downloaded serde_json v1.0.149
3512026-03-24T03:33:16.576Z Downloaded itoa v1.0.17
3522026-03-24T03:33:16.579Z Downloaded errno v0.3.14
3532026-03-24T03:33:16.581Z Downloaded zmij v1.0.21
3542026-03-24T03:33:16.582Z Downloaded toml v1.1.0+spec-1.1.0
3552026-03-24T03:33:16.584Z Downloaded clap_lex v1.0.0
3562026-03-24T03:33:16.584Z Downloaded cargo_metadata v0.23.1
3572026-03-24T03:33:16.587Z Downloaded cargo-platform v0.3.2
3582026-03-24T03:33:16.587Z Downloaded toml_writer v1.1.0+spec-1.1.0
3592026-03-24T03:33:16.590Z Downloaded heck v0.5.0
3602026-03-24T03:33:16.593Z Downloaded is_terminal_polyfill v1.70.2
3612026-03-24T03:33:16.596Z Downloaded indexmap v2.13.0
3622026-03-24T03:33:16.601Z Downloaded serde_spanned v1.1.0
3632026-03-24T03:33:16.604Z Downloaded utf8parse v0.2.2
3642026-03-24T03:33:16.604Z Downloaded terminal_size v0.4.3
3652026-03-24T03:33:16.607Z Downloaded camino v1.2.2
3662026-03-24T03:33:16.612Z Downloaded colorchoice v1.0.4
3672026-03-24T03:33:16.615Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3682026-03-24T03:33:16.620Z Downloaded semver v1.0.27
3692026-03-24T03:33:16.625Z Downloaded anstyle v1.0.13
3702026-03-24T03:33:16.654Z Downloaded rustix v1.1.4
3712026-03-24T03:33:16.671Z Downloaded clap_builder v4.5.60
3722026-03-24T03:33:16.687Z Downloaded winnow v1.0.0
3732026-03-24T03:33:16.728Z Downloaded libc v0.2.183
3742026-03-24T03:33:16.789Z Compiling serde_core v1.0.228
3752026-03-24T03:33:16.789Z Compiling proc-macro2 v1.0.106
3762026-03-24T03:33:16.792Z Compiling unicode-ident v1.0.24
3772026-03-24T03:33:16.792Z Compiling quote v1.0.45
3782026-03-24T03:33:16.792Z Compiling libc v0.2.183
3792026-03-24T03:33:16.792Z Compiling rustix v1.1.4
3802026-03-24T03:33:16.792Z Compiling utf8parse v0.2.2
3812026-03-24T03:33:16.792Z Compiling bitflags v2.11.0
3822026-03-24T03:33:16.968Z Compiling zmij v1.0.21
3832026-03-24T03:33:16.985Z Compiling anstyle-parse v0.2.7
3842026-03-24T03:33:17.248Z Compiling is_terminal_polyfill v1.70.2
3852026-03-24T03:33:17.267Z Compiling camino v1.2.2
3862026-03-24T03:33:17.342Z Compiling serde v1.0.228
3872026-03-24T03:33:17.374Z Compiling colorchoice v1.0.4
3882026-03-24T03:33:17.381Z Compiling anstyle v1.0.13
3892026-03-24T03:33:17.498Z Compiling thiserror v2.0.18
3902026-03-24T03:33:17.515Z Compiling serde_json v1.0.149
3912026-03-24T03:33:17.678Z Compiling anstyle-query v1.1.5
3922026-03-24T03:33:17.759Z Compiling errno v0.3.14
3932026-03-24T03:33:17.763Z Compiling anstream v0.6.21
3942026-03-24T03:33:17.805Z Compiling heck v0.5.0
3952026-03-24T03:33:17.855Z Compiling clap_lex v1.0.0
3962026-03-24T03:33:18.054Z Compiling itoa v1.0.17
3972026-03-24T03:33:18.270Z Compiling winnow v1.0.0
3982026-03-24T03:33:18.360Z Compiling strsim v0.11.1
3992026-03-24T03:33:18.386Z Compiling anyhow v1.0.102
4002026-03-24T03:33:18.407Z Compiling memchr v2.8.0
4012026-03-24T03:33:18.462Z Compiling syn v2.0.117
4022026-03-24T03:33:18.530Z Compiling toml_writer v1.1.0+spec-1.1.0
4032026-03-24T03:33:18.803Z Compiling terminal_size v0.4.3
4042026-03-24T03:33:18.853Z Compiling toml_parser v1.1.0+spec-1.1.0
4052026-03-24T03:33:18.988Z Compiling clap_builder v4.5.60
4062026-03-24T03:33:19.875Z Compiling toml_datetime v1.1.0+spec-1.1.0
4072026-03-24T03:33:19.929Z Compiling cargo-platform v0.3.2
4082026-03-24T03:33:20.113Z Compiling serde_spanned v1.1.0
4092026-03-24T03:33:20.210Z Compiling semver v1.0.27
4102026-03-24T03:33:20.507Z Compiling toml v1.1.0+spec-1.1.0
4112026-03-24T03:33:21.482Z Compiling thiserror-impl v2.0.18
4122026-03-24T03:33:21.486Z Compiling serde_derive v1.0.228
4132026-03-24T03:33:21.509Z Compiling clap_derive v4.5.55
4142026-03-24T03:33:23.733Z Compiling clap v4.5.60
4152026-03-24T03:33:25.741Z Compiling cargo_metadata v0.23.1
4162026-03-24T03:33:29.164Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-03-24T03:33:31.269Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.99s
4182026-03-24T03:33:31.287Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-03-24T03:33:33.592ZBuilding xde (dev).
4202026-03-24T03:33:33.913Z Compiling serde_core v1.0.228
4212026-03-24T03:33:33.913Z Compiling byteorder v1.5.0
4222026-03-24T03:33:33.952Z Compiling macaddr v1.0.1
4232026-03-24T03:33:33.953Z Compiling cfg-if v1.0.4
4242026-03-24T03:33:33.953Z Compiling stable_deref_trait v1.2.1
4252026-03-24T03:33:33.972Z Compiling zerocopy v0.8.42
4262026-03-24T03:33:33.972Z Compiling thiserror v2.0.18
4272026-03-24T03:33:33.972Z Compiling bitflags v1.3.2
4282026-03-24T03:33:34.011Z Compiling managed v0.8.0
4292026-03-24T03:33:34.023Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4302026-03-24T03:33:34.031Z Compiling cobs v0.3.0
4312026-03-24T03:33:34.062Z Compiling either v1.15.0
4322026-03-24T03:33:34.180Z Compiling hash32 v0.3.1
4332026-03-24T03:33:34.311Z Compiling heapless v0.8.0
4342026-03-24T03:33:34.346Z Compiling itertools v0.14.0
4352026-03-24T03:33:34.347Z Compiling ref-cast v1.0.25
4362026-03-24T03:33:34.360Z Compiling crc32fast v1.5.0
4372026-03-24T03:33:34.382Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-03-24T03:33:34.382Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-03-24T03:33:34.420Z Compiling dyn-clone v1.0.20
4402026-03-24T03:33:34.608Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-03-24T03:33:34.805Z Compiling smoltcp v0.11.0
4422026-03-24T03:33:36.206Z Compiling bitflags v2.11.0
4432026-03-24T03:33:36.206Z Compiling serde v1.0.228
4442026-03-24T03:33:36.206Z Compiling uuid v1.22.0
4452026-03-24T03:33:36.379Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-03-24T03:33:36.849Z Compiling postcard v1.1.3
4472026-03-24T03:33:38.020Z Compiling ingot-types v0.1.2
4482026-03-24T03:33:38.430Z Compiling ingot v0.1.1
4492026-03-24T03:33:40.588Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-03-24T03:33:46.641Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-24T03:34:00.081Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-03-24T03:34:10.985Z Finished `dev` profile [optimized + debuginfo] target(s) in 37.35s
4532026-03-24T03:34:11.015ZLinking xde kmod...
4542026-03-24T03:34:12.348ZBuilding xde dev link helper (dev).
4552026-03-24T03:34:12.555Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-03-24T03:34:12.970Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.58s
4572026-03-24T03:34:12.998Z
4582026-03-24T03:34:13.001Zreal 56.723042956
4592026-03-24T03:34:13.001Zuser 3:00.203219333
4602026-03-24T03:34:13.001Zsys 13.711456150
4612026-03-24T03:34:13.002Ztrap 0.077608110
4622026-03-24T03:34:13.002Ztflt 0.393234609
4632026-03-24T03:34:13.002Zdflt 0.490812527
4642026-03-24T03:34:13.002Zkflt 0.000013065
4652026-03-24T03:34:13.002Zlock 8:49.753584471
4662026-03-24T03:34:13.002Zslp 5:08.167736213
4672026-03-24T03:34:13.002Zlat 7.329930563
4682026-03-24T03:34:13.002Zstop 6.564970712
4692026-03-24T03:34:13.002Z+ header 'build xde (release)'
4702026-03-24T03:34:13.002Z+ echo '# ==== build xde (release) ==== #'
4712026-03-24T03:34:13.002Z# ==== build xde (release) ==== #
4722026-03-24T03:34:13.002Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-03-24T03:34:13.181Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s
4742026-03-24T03:34:13.186Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-03-24T03:34:13.456ZBuilding xde (release-lto).
4762026-03-24T03:34:13.766Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4772026-03-24T03:34:13.766Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4782026-03-24T03:34:13.766Z Compiling proc-macro2 v1.0.106
4792026-03-24T03:34:13.766Z Compiling unicode-ident v1.0.24
4802026-03-24T03:34:13.770Z Compiling quote v1.0.45
4812026-03-24T03:34:13.770Z Compiling serde_core v1.0.228
4822026-03-24T03:34:13.770Z Compiling fnv v1.0.7
4832026-03-24T03:34:13.770Z Compiling strsim v0.11.1
4842026-03-24T03:34:13.884Z Compiling ident_case v1.0.1
4852026-03-24T03:34:13.914Z Compiling memchr v2.8.0
4862026-03-24T03:34:14.012Z Compiling regex-syntax v0.8.10
4872026-03-24T03:34:14.229Z Compiling serde v1.0.228
4882026-03-24T03:34:14.270Z Compiling zerocopy v0.8.42
4892026-03-24T03:34:14.287Z Compiling either v1.15.0
4902026-03-24T03:34:14.417Z Compiling thiserror v2.0.18
4912026-03-24T03:34:14.535Z Compiling aho-corasick v1.1.4
4922026-03-24T03:34:14.731Z Compiling itertools v0.14.0
4932026-03-24T03:34:14.771Z Compiling heapless v0.8.0
4942026-03-24T03:34:15.121Z Compiling syn v2.0.117
4952026-03-24T03:34:15.266Z Compiling smoltcp v0.11.0
4962026-03-24T03:34:15.353Z Compiling crc32fast v1.5.0
4972026-03-24T03:34:15.415Z Compiling ref-cast v1.0.25
4982026-03-24T03:34:15.776Z Compiling version_check v0.9.5
4992026-03-24T03:34:16.046Z Compiling regex-automata v0.4.14
5002026-03-24T03:34:16.162Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-03-24T03:34:18.150Z Compiling regex v1.12.3
5022026-03-24T03:34:18.387Z Compiling darling_core v0.21.3
5032026-03-24T03:34:19.643Z Compiling zerocopy-derive v0.8.42
5042026-03-24T03:34:19.643Z Compiling serde_derive v1.0.228
5052026-03-24T03:34:19.647Z Compiling thiserror-impl v2.0.18
5062026-03-24T03:34:19.647Z Compiling ref-cast-impl v1.0.25
5072026-03-24T03:34:19.647Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-03-24T03:34:21.411Z Compiling darling_macro v0.21.3
5092026-03-24T03:34:22.516Z Compiling darling v0.21.3
5102026-03-24T03:34:22.589Z Compiling ingot-macros v0.1.1
5112026-03-24T03:34:22.592Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-03-24T03:34:31.347Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5132026-03-24T03:34:34.256Z Compiling byteorder v1.5.0
5142026-03-24T03:34:34.256Z Compiling macaddr v1.0.1
5152026-03-24T03:34:34.259Z Compiling cfg-if v1.0.4
5162026-03-24T03:34:34.259Z Compiling stable_deref_trait v1.2.1
5172026-03-24T03:34:34.327Z Compiling managed v0.8.0
5182026-03-24T03:34:34.337Z Compiling bitflags v1.3.2
5192026-03-24T03:34:34.385Z Compiling cobs v0.3.0
5202026-03-24T03:34:34.496Z Compiling hash32 v0.3.1
5212026-03-24T03:34:34.647Z Compiling dyn-clone v1.0.20
5222026-03-24T03:34:34.717Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5232026-03-24T03:34:36.611Z Compiling bitflags v2.11.0
5242026-03-24T03:34:36.612Z Compiling uuid v1.22.0
5252026-03-24T03:34:36.791Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5262026-03-24T03:34:37.228Z Compiling postcard v1.1.3
5272026-03-24T03:34:38.445Z Compiling ingot-types v0.1.2
5282026-03-24T03:34:38.881Z Compiling ingot v0.1.1
5292026-03-24T03:34:41.159Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5302026-03-24T03:34:46.437Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5312026-03-24T03:34:57.892Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5322026-03-24T03:35:35.173Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 21s
5332026-03-24T03:35:35.201ZLinking xde kmod...
5342026-03-24T03:35:35.911ZBuilding xde dev link helper (release).
5352026-03-24T03:35:36.124Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5362026-03-24T03:35:36.124Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5372026-03-24T03:35:36.127Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5382026-03-24T03:35:52.692Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5392026-03-24T03:35:56.025Z Finished `release` profile [optimized + debuginfo] target(s) in 20.07s
5402026-03-24T03:35:56.050Z
5412026-03-24T03:35:56.053Zreal 1:43.026791662
5422026-03-24T03:35:56.053Zuser 2:50.085032164
5432026-03-24T03:35:56.053Zsys 14.842512191
5442026-03-24T03:35:56.053Ztrap 0.043994641
5452026-03-24T03:35:56.053Ztflt 0.171845244
5462026-03-24T03:35:56.053Zdflt 0.256051918
5472026-03-24T03:35:56.053Zkflt 0.000028173
5482026-03-24T03:35:56.053Zlock 14:20.963729445
5492026-03-24T03:35:56.053Zslp 7:52.127601301
5502026-03-24T03:35:56.053Zlat 3.173172026
5512026-03-24T03:35:56.053Zstop 6.741005460
5522026-03-24T03:35:56.053Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5532026-03-24T03:35:56.053Z+ grep GOTPCREL
5542026-03-24T03:35:58.210Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5552026-03-24T03:35:58.212Z+ grep GOTPCREL
5562026-03-24T03:35:59.323Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5572026-03-24T03:35:59.382Z+ sha256sum /work/debug/xde.dbg
5582026-03-24T03:35:59.446Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5592026-03-24T03:35:59.449Z+ sha256sum /work/debug/xde_link.dbg.so
5602026-03-24T03:35:59.452Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5612026-03-24T03:35:59.490Z+ sha256sum /work/release/xde
5622026-03-24T03:35:59.528Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5632026-03-24T03:35:59.533Z+ sha256sum /work/release/xde_link.so
5642026-03-24T03:35:59.533Z+ header 'build xde integration tests'
5652026-03-24T03:35:59.533Z+ echo '# ==== build xde integration tests ==== #'
5662026-03-24T03:35:59.533Z+ pushd xde-tests
5672026-03-24T03:35:59.533Z# ==== build xde integration tests ==== #
5682026-03-24T03:35:59.533Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5692026-03-24T03:35:59.533Z+ cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
5702026-03-24T03:35:59.636Z+ cargo clippy --all-targets -- --deny warnings
5712026-03-24T03:35:59.928Z Checking cfg-if v1.0.4
5722026-03-24T03:35:59.928Z Compiling serde_core v1.0.228
5732026-03-24T03:35:59.931Z Checking memchr v2.8.0
5742026-03-24T03:35:59.931Z Compiling libc v0.2.183
5752026-03-24T03:35:59.931Z Compiling serde v1.0.228
5762026-03-24T03:35:59.932Z Compiling rustversion v1.0.22
5772026-03-24T03:35:59.932Z Compiling version_check v0.9.5
5782026-03-24T03:35:59.932Z Compiling syn v2.0.117
5792026-03-24T03:36:00.013Z Compiling zerocopy v0.8.42
5802026-03-24T03:36:00.346Z Compiling strsim v0.11.1
5812026-03-24T03:36:00.384Z Compiling fnv v1.0.7
5822026-03-24T03:36:00.474Z Compiling ident_case v1.0.1
5832026-03-24T03:36:00.530Z Compiling regex-syntax v0.8.10
5842026-03-24T03:36:00.603Z Checking pin-project-lite v0.2.17
5852026-03-24T03:36:00.693Z Compiling syn v1.0.109
5862026-03-24T03:36:00.700Z Compiling hashbrown v0.16.1
5872026-03-24T03:36:00.885Z Compiling either v1.15.0
5882026-03-24T03:36:01.100Z Compiling aho-corasick v1.1.4
5892026-03-24T03:36:01.171Z Compiling equivalent v1.0.2
5902026-03-24T03:36:01.175Z Compiling winnow v1.0.0
5912026-03-24T03:36:01.264Z Compiling itertools v0.14.0
5922026-03-24T03:36:01.410Z Compiling indexmap v2.13.0
5932026-03-24T03:36:01.625Z Compiling toml_parser v1.1.0+spec-1.1.0
5942026-03-24T03:36:02.221Z Compiling toml_datetime v1.1.0+spec-1.1.0
5952026-03-24T03:36:02.351Z Checking byteorder v1.5.0
5962026-03-24T03:36:02.502Z Compiling regex-automata v0.4.14
5972026-03-24T03:36:02.544Z Compiling winnow v0.7.15
5982026-03-24T03:36:02.753Z Compiling heapless v0.8.0
5992026-03-24T03:36:02.910Z Checking hash32 v0.3.1
6002026-03-24T03:36:03.038Z Checking bitflags v2.11.0
6012026-03-24T03:36:03.093Z Compiling slog v2.8.2
6022026-03-24T03:36:03.234Z Checking macaddr v1.0.1
6032026-03-24T03:36:03.328Z Compiling smoltcp v0.11.0
6042026-03-24T03:36:03.418Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6052026-03-24T03:36:03.430Z Checking futures-sink v0.3.32
6062026-03-24T03:36:03.439Z Checking stable_deref_trait v1.2.1
6072026-03-24T03:36:03.516Z Checking futures-core v0.3.32
6082026-03-24T03:36:03.699Z Checking futures-channel v0.3.32
6092026-03-24T03:36:03.712Z Compiling darling_core v0.21.3
6102026-03-24T03:36:03.835Z Compiling proc-macro-error-attr v1.0.4
6112026-03-24T03:36:03.903Z Checking futures-task v0.3.32
6122026-03-24T03:36:04.030Z Compiling ref-cast v1.0.25
6132026-03-24T03:36:04.075Z Checking futures-io v0.3.32
6142026-03-24T03:36:04.116Z Checking managed v0.8.0
6152026-03-24T03:36:04.204Z Checking rand_core v0.10.0
6162026-03-24T03:36:04.352Z Compiling autocfg v1.5.0
6172026-03-24T03:36:04.375Z Checking slab v0.4.12
6182026-03-24T03:36:04.440Z Compiling toml_edit v0.25.4+spec-1.1.0
6192026-03-24T03:36:04.571Z Compiling getrandom v0.4.2
6202026-03-24T03:36:04.609Z Checking bitflags v1.3.2
6212026-03-24T03:36:04.683Z Compiling crc32fast v1.5.0
6222026-03-24T03:36:04.834Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6232026-03-24T03:36:04.901Z Compiling regex v1.12.3
6242026-03-24T03:36:05.101Z Compiling num-traits v0.2.19
6252026-03-24T03:36:05.383Z Compiling proc-macro-crate v3.5.0
6262026-03-24T03:36:05.535Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6272026-03-24T03:36:05.638Z Compiling serde_derive v1.0.228
6282026-03-24T03:36:05.700Z Compiling thiserror-impl v2.0.18
6292026-03-24T03:36:05.926Z Compiling zerocopy-derive v0.8.42
6302026-03-24T03:36:05.970Z Compiling futures-macro v0.3.32
6312026-03-24T03:36:06.250Z Compiling num_enum_derive v0.7.5
6322026-03-24T03:36:06.322Z Compiling ref-cast-impl v1.0.25
6332026-03-24T03:36:06.784Z Compiling foreign-types-macros v0.2.3
6342026-03-24T03:36:06.826Z Compiling darling_macro v0.21.3
6352026-03-24T03:36:07.043Z Checking futures-util v0.3.32
6362026-03-24T03:36:07.074Z Compiling proc-macro-error v1.0.4
6372026-03-24T03:36:07.359Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6382026-03-24T03:36:07.362Z Checking thiserror v2.0.18
6392026-03-24T03:36:07.465Z Checking cobs v0.3.0
6402026-03-24T03:36:07.525Z Compiling darling v0.21.3
6412026-03-24T03:36:07.587Z Checking foreign-types-shared v0.3.1
6422026-03-24T03:36:07.594Z Checking cpufeatures v0.3.0
6432026-03-24T03:36:07.609Z Compiling ingot-macros v0.1.1
6442026-03-24T03:36:07.631Z Compiling crossbeam-utils v0.8.21
6452026-03-24T03:36:07.655Z Checking ipnetwork v0.21.1
6462026-03-24T03:36:07.662Z Checking unicode-width v0.2.2
6472026-03-24T03:36:07.676Z Compiling getrandom v0.3.4
6482026-03-24T03:36:07.867Z Checking once_cell v1.21.3
6492026-03-24T03:36:07.970Z Checking tabwriter v1.4.1
6502026-03-24T03:36:08.018Z Checking foreign-types v0.5.0
6512026-03-24T03:36:08.090Z Checking tracing-core v0.1.36
6522026-03-24T03:36:08.100Z Checking chacha20 v0.10.0
6532026-03-24T03:36:08.145Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6542026-03-24T03:36:08.160Z Checking num_enum v0.7.5
6552026-03-24T03:36:08.428Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6562026-03-24T03:36:08.454Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6572026-03-24T03:36:08.519Z Compiling tracing-attributes v0.1.31
6582026-03-24T03:36:09.102Z Checking anyhow v1.0.102
6592026-03-24T03:36:09.620Z Checking cstr-argument v0.1.2
6602026-03-24T03:36:09.678Z Compiling thiserror v1.0.69
6612026-03-24T03:36:09.757Z Compiling time-core v0.1.8
6622026-03-24T03:36:09.859Z Checking futures-executor v0.3.32
6632026-03-24T03:36:09.927Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6642026-03-24T03:36:09.993Z Checking erased-serde v0.3.31
6652026-03-24T03:36:10.033Z Checking postcard v1.1.3
6662026-03-24T03:36:10.071Z Compiling num-conv v0.2.0
6672026-03-24T03:36:10.197Z Checking dyn-clone v1.0.20
6682026-03-24T03:36:10.223Z Checking pretty-hex v0.4.1
6692026-03-24T03:36:10.259Z Checking powerfmt v0.2.0
6702026-03-24T03:36:10.307Z Checking tracing v0.1.44
6712026-03-24T03:36:10.354Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6722026-03-24T03:36:10.404Z Compiling time-macros v0.2.27
6732026-03-24T03:36:10.442Z Checking deranged v0.5.8
6742026-03-24T03:36:10.546Z Checking futures v0.3.32
6752026-03-24T03:36:10.621Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6762026-03-24T03:36:10.750Z Checking rand v0.10.0
6772026-03-24T03:36:10.903Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6782026-03-24T03:36:11.181Z Compiling thiserror-impl v1.0.69
6792026-03-24T03:36:11.317Z Checking uuid v1.22.0
6802026-03-24T03:36:11.379Z Checking arc-swap v1.8.2
6812026-03-24T03:36:11.452Z Checking socket2 v0.6.3
6822026-03-24T03:36:11.654Z Checking nom v8.0.0
6832026-03-24T03:36:11.667Z Checking thread_local v1.1.9
6842026-03-24T03:36:11.774Z Compiling slog-async v2.8.0
6852026-03-24T03:36:11.781Z Checking oxnet v0.1.4
6862026-03-24T03:36:11.904Z Compiling heck v0.4.1
6872026-03-24T03:36:11.993Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6882026-03-24T03:36:12.050Z Checking ingot-types v0.1.2
6892026-03-24T03:36:12.145Z Checking colored v3.1.1
6902026-03-24T03:36:12.152Z Checking itoa v1.0.17
6912026-03-24T03:36:12.392Z Checking lazy_static v1.5.0
6922026-03-24T03:36:12.461Z Checking iana-time-zone v0.1.65
6932026-03-24T03:36:12.493Z Checking slog-scope v4.4.1
6942026-03-24T03:36:12.514Z Checking ingot v0.1.1
6952026-03-24T03:36:12.524Z Checking time v0.3.47
6962026-03-24T03:36:12.576Z Checking chrono v0.4.44
6972026-03-24T03:36:12.643Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6982026-03-24T03:36:12.922Z Checking ppv-lite86 v0.2.21
6992026-03-24T03:36:13.317Z Checking crossbeam-channel v0.5.15
7002026-03-24T03:36:13.541Z Checking rand_core v0.9.5
7012026-03-24T03:36:13.690Z Checking cookie-factory v0.3.3
7022026-03-24T03:36:13.730Z Checking itertools v0.12.1
7032026-03-24T03:36:13.747Z Checking is-terminal v0.4.17
7042026-03-24T03:36:13.787Z Checking take_mut v0.2.2
7052026-03-24T03:36:13.838Z Checking log v0.4.29
7062026-03-24T03:36:13.896Z Checking circular v0.3.0
7072026-03-24T03:36:14.018Z Checking term v1.2.1
7082026-03-24T03:36:14.050Z Checking slog-stdlog v4.1.1
7092026-03-24T03:36:14.185Z Checking rand_chacha v0.9.0
7102026-03-24T03:36:14.302Z Checking slog-term v2.9.2
7112026-03-24T03:36:14.395Z Checking rusticata-macros v5.0.0
7122026-03-24T03:36:14.415Z Checking rand v0.9.2
7132026-03-24T03:36:14.549Z Checking pcap-parser v0.17.0
7142026-03-24T03:36:14.800Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7152026-03-24T03:36:15.098Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7162026-03-24T03:36:15.476Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
7172026-03-24T03:36:16.010Z Checking slog-envlogger v2.2.0
7182026-03-24T03:36:20.874Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7192026-03-24T03:36:23.081Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7202026-03-24T03:36:23.084Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7212026-03-24T03:36:23.557Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7222026-03-24T03:36:24.228Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.53s
7232026-03-24T03:36:24.275Z+ cargo build --test loopback
7242026-03-24T03:36:24.514Z Compiling cfg-if v1.0.4
7252026-03-24T03:36:24.514Z Compiling memchr v2.8.0
7262026-03-24T03:36:24.517Z Compiling serde_core v1.0.228
7272026-03-24T03:36:24.517Z Compiling libc v0.2.183
7282026-03-24T03:36:24.553Z Compiling thiserror v2.0.18
7292026-03-24T03:36:24.553Z Compiling zerocopy v0.8.42
7302026-03-24T03:36:24.556Z Compiling pin-project-lite v0.2.17
7312026-03-24T03:36:24.564Z Compiling byteorder v1.5.0
7322026-03-24T03:36:24.609Z Compiling either v1.15.0
7332026-03-24T03:36:24.663Z Compiling futures-sink v0.3.32
7342026-03-24T03:36:24.665Z Compiling stable_deref_trait v1.2.1
7352026-03-24T03:36:24.744Z Compiling hash32 v0.3.1
7362026-03-24T03:36:24.779Z Compiling futures-core v0.3.32
7372026-03-24T03:36:24.789Z Compiling macaddr v1.0.1
7382026-03-24T03:36:24.877Z Compiling heapless v0.8.0
7392026-03-24T03:36:24.927Z Compiling futures-channel v0.3.32
7402026-03-24T03:36:24.984Z Compiling cobs v0.3.0
7412026-03-24T03:36:25.042Z Compiling bitflags v1.3.2
7422026-03-24T03:36:25.105Z Compiling rand_core v0.10.0
7432026-03-24T03:36:25.123Z Compiling slab v0.4.12
7442026-03-24T03:36:25.228Z Compiling managed v0.8.0
7452026-03-24T03:36:25.307Z Compiling futures-task v0.3.32
7462026-03-24T03:36:25.333Z Compiling futures-io v0.3.32
7472026-03-24T03:36:25.351Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7482026-03-24T03:36:25.458Z Compiling futures-util v0.3.32
7492026-03-24T03:36:25.521Z Compiling smoltcp v0.11.0
7502026-03-24T03:36:25.544Z Compiling foreign-types-shared v0.3.1
7512026-03-24T03:36:25.558Z Compiling cpufeatures v0.3.0
7522026-03-24T03:36:25.638Z Compiling ipnetwork v0.21.1
7532026-03-24T03:36:25.644Z Compiling once_cell v1.21.3
7542026-03-24T03:36:25.662Z Compiling unicode-width v0.2.2
7552026-03-24T03:36:25.941Z Compiling tracing-core v0.1.36
7562026-03-24T03:36:26.058Z Compiling tabwriter v1.4.1
7572026-03-24T03:36:26.357Z Compiling chacha20 v0.10.0
7582026-03-24T03:36:26.582Z Compiling foreign-types v0.5.0
7592026-03-24T03:36:26.647Z Compiling ref-cast v1.0.25
7602026-03-24T03:36:26.668Z Compiling num_enum v0.7.5
7612026-03-24T03:36:26.763Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7622026-03-24T03:36:26.801Z Compiling getrandom v0.4.2
7632026-03-24T03:36:26.807Z Compiling crc32fast v1.5.0
7642026-03-24T03:36:26.893Z Compiling cstr-argument v0.1.2
7652026-03-24T03:36:27.076Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7662026-03-24T03:36:27.096Z Compiling serde v1.0.228
7672026-03-24T03:36:27.107Z Compiling bitflags v2.11.0
7682026-03-24T03:36:27.204Z Compiling itertools v0.14.0
7692026-03-24T03:36:27.399Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7702026-03-24T03:36:27.635Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7712026-03-24T03:36:27.740Z Compiling erased-serde v0.3.31
7722026-03-24T03:36:27.998Z Compiling postcard v1.1.3
7732026-03-24T03:36:28.161Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7742026-03-24T03:36:28.476Z Compiling slog v2.8.2
7752026-03-24T03:36:28.520Z Compiling futures-executor v0.3.32
7762026-03-24T03:36:28.537Z Compiling powerfmt v0.2.0
7772026-03-24T03:36:28.756Z Compiling pretty-hex v0.4.1
7782026-03-24T03:36:28.898Z Compiling ingot-types v0.1.2
7792026-03-24T03:36:28.918Z Compiling dyn-clone v1.0.20
7802026-03-24T03:36:28.964Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7812026-03-24T03:36:29.112Z Compiling deranged v0.5.8
7822026-03-24T03:36:29.132Z Compiling futures v0.3.32
7832026-03-24T03:36:29.222Z Compiling tracing v0.1.44
7842026-03-24T03:36:29.238Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7852026-03-24T03:36:29.249Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7862026-03-24T03:36:29.287Z Compiling uuid v1.22.0
7872026-03-24T03:36:29.349Z Compiling rand v0.10.0
7882026-03-24T03:36:29.380Z Compiling ingot v0.1.1
7892026-03-24T03:36:29.447Z Compiling num-traits v0.2.19
7902026-03-24T03:36:29.694Z Compiling getrandom v0.3.4
7912026-03-24T03:36:29.869Z Compiling crossbeam-utils v0.8.21
7922026-03-24T03:36:29.970Z Compiling aho-corasick v1.1.4
7932026-03-24T03:36:30.058Z Compiling nom v8.0.0
7942026-03-24T03:36:30.486Z Compiling socket2 v0.6.3
7952026-03-24T03:36:30.538Z Compiling thread_local v1.1.9
7962026-03-24T03:36:30.650Z Compiling arc-swap v1.8.2
7972026-03-24T03:36:31.041Z Compiling regex-syntax v0.8.10
7982026-03-24T03:36:31.084Z Compiling oxnet v0.1.4
7992026-03-24T03:36:31.192Z Compiling colored v3.1.1
8002026-03-24T03:36:31.385Z Compiling lazy_static v1.5.0
8012026-03-24T03:36:31.501Z Compiling iana-time-zone v0.1.65
8022026-03-24T03:36:31.684Z Compiling num-conv v0.2.0
8032026-03-24T03:36:31.840Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8042026-03-24T03:36:32.043Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8052026-03-24T03:36:32.086Z Compiling winnow v0.7.15
8062026-03-24T03:36:32.152Z Compiling time-core v0.1.8
8072026-03-24T03:36:32.277Z Compiling chrono v0.4.44
8082026-03-24T03:36:32.334Z Compiling time v0.3.47
8092026-03-24T03:36:32.526Z Compiling slog-scope v4.4.1
8102026-03-24T03:36:33.132Z Compiling regex-automata v0.4.14
8112026-03-24T03:36:34.738Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
8122026-03-24T03:36:34.962Z Compiling rusticata-macros v5.0.0
8132026-03-24T03:36:35.144Z Compiling thiserror v1.0.69
8142026-03-24T03:36:35.263Z Compiling crossbeam-channel v0.5.15
8152026-03-24T03:36:35.381Z Compiling rand_core v0.9.5
8162026-03-24T03:36:35.727Z Compiling cookie-factory v0.3.3
8172026-03-24T03:36:36.150Z Compiling ppv-lite86 v0.2.21
8182026-03-24T03:36:36.274Z Compiling is-terminal v0.4.17
8192026-03-24T03:36:36.386Z Compiling itertools v0.12.1
8202026-03-24T03:36:36.622Z Compiling log v0.4.29
8212026-03-24T03:36:36.966Z Compiling circular v0.3.0
8222026-03-24T03:36:37.295Z Compiling term v1.2.1
8232026-03-24T03:36:37.614Z Compiling take_mut v0.2.2
8242026-03-24T03:36:37.747Z Compiling slog-async v2.8.0
8252026-03-24T03:36:38.308Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8262026-03-24T03:36:40.131Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8272026-03-24T03:36:40.571Z Compiling slog-term v2.9.2
8282026-03-24T03:36:40.927Z Compiling pcap-parser v0.17.0
8292026-03-24T03:36:41.093Z Compiling slog-stdlog v4.1.1
8302026-03-24T03:36:41.644Z Compiling rand_chacha v0.9.0
8312026-03-24T03:36:42.348Z Compiling regex v1.12.3
8322026-03-24T03:36:42.731Z Compiling rand v0.9.2
8332026-03-24T03:36:42.737Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
8342026-03-24T03:36:42.787Z Compiling slog-envlogger v2.2.0
8352026-03-24T03:36:43.848Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8362026-03-24T03:36:43.941Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8372026-03-24T03:36:44.844Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8382026-03-24T03:36:55.214Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.92s
8392026-03-24T03:36:55.257Z++ cargo build -q --test loopback --message-format=json
8402026-03-24T03:36:55.260Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8412026-03-24T03:36:55.423Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-c493edc8fcafa4fb
8422026-03-24T03:36:55.423Z+ cargo build --test multicast_rx
8432026-03-24T03:36:55.568Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8442026-03-24T03:36:57.621Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.18s
8452026-03-24T03:36:57.666Z++ cargo build -q --test multicast_rx --message-format=json
8462026-03-24T03:36:57.668Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8472026-03-24T03:36:57.835Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-08becdc0b5e9147a
8482026-03-24T03:36:57.835Z+ cargo build --test multicast_multi_sub
8492026-03-24T03:36:57.981Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8502026-03-24T03:37:00.324Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.47s
8512026-03-24T03:37:00.369Z++ cargo build -q --test multicast_multi_sub --message-format=json
8522026-03-24T03:37:00.372Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8532026-03-24T03:37:00.534Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-cecff0913e2decfb
8542026-03-24T03:37:00.534Z+ cargo build --test multicast_validation
8552026-03-24T03:37:00.681Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8562026-03-24T03:37:03.194Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.65s
8572026-03-24T03:37:03.237Z++ cargo build -q --test multicast_validation --message-format=json
8582026-03-24T03:37:03.240Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8592026-03-24T03:37:03.414Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-37afcc8cb1347194
8602026-03-24T03:37:03.414Z+ mkdir -p /work/test
8612026-03-24T03:37:03.419Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-c493edc8fcafa4fb /work/test/loopback
8622026-03-24T03:37:03.449Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-08becdc0b5e9147a /work/test/multicast_rx
8632026-03-24T03:37:03.485Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-cecff0913e2decfb /work/test/multicast_multi_sub
8642026-03-24T03:37:03.535Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-37afcc8cb1347194 /work/test/multicast_validation
8652026-03-24T03:37:03.581Zprocess exited: duration 350158 ms, exit code 0
 
8662026-03-24T03:37:03.603Zfound 13 output files
8672026-03-24T03:37:03.603Zuploading: /work/debug/xde.dbg (90319208 bytes)
8682026-03-24T03:37:05.250Zuploaded: /work/debug/xde.dbg
8692026-03-24T03:37:05.254Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-03-24T03:37:06.261Zuploaded: /work/debug/xde.dbg.sha256
8712026-03-24T03:37:06.261Zuploading: /work/debug/xde_link.dbg.so (1068452 bytes)
8722026-03-24T03:37:07.284Zuploaded: /work/debug/xde_link.dbg.so
8732026-03-24T03:37:07.284Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-03-24T03:37:08.294Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-03-24T03:37:08.294Zuploading: /work/release/xde (48686848 bytes)
8762026-03-24T03:37:09.644Zuploaded: /work/release/xde
8772026-03-24T03:37:09.647Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-03-24T03:37:10.655Zuploaded: /work/release/xde.sha256
8792026-03-24T03:37:10.655Zuploading: /work/release/xde_link.so (39480 bytes)
8802026-03-24T03:37:11.667Zuploaded: /work/release/xde_link.so
8812026-03-24T03:37:11.667Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-03-24T03:37:12.676Zuploaded: /work/release/xde_link.so.sha256
8832026-03-24T03:37:12.679Zuploading: /work/test/loopback (49418056 bytes)
8842026-03-24T03:37:14.007Zuploaded: /work/test/loopback
8852026-03-24T03:37:14.007Zuploading: /work/test/multicast_rx (49714632 bytes)
8862026-03-24T03:37:15.523Zuploaded: /work/test/multicast_rx
8872026-03-24T03:37:15.523Zuploading: /work/test/multicast_multi_sub (53686816 bytes)
8882026-03-24T03:37:17.000Zuploaded: /work/test/multicast_multi_sub
8892026-03-24T03:37:17.000Zuploading: /work/test/multicast_validation (49886688 bytes)
8902026-03-24T03:37:18.318Zuploaded: /work/test/multicast_validation
8912026-03-24T03:37:18.318Zuploading: /work/xde.conf (79 bytes)
8922026-03-24T03:37:19.327Zuploaded: /work/xde.conf