01KM4NTRQR2GES764A398X0N82: 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: 01KM4NV4AQJFKMFWA66G2N60V4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T03:52:23.065Zjob assigned to worker 01KM4NV4QT38CCV0HEF2D851G9 [factory aws, i-03f4a459b0975da80] (queued for 2 m 2 s)
 
22026-03-20T03:52:30.483Zstarting task 0: "setup"
32026-03-20T03:52:30.489Z++ uname -s
42026-03-20T03:52:30.493Z+ kern=SunOS
52026-03-20T03:52:30.493Z+ build_user=build
62026-03-20T03:52:30.493Z+ build_uid=12345
72026-03-20T03:52:30.493Z+ work_dir=/work
82026-03-20T03:52:30.493Z+ input_dir=/input
92026-03-20T03:52:30.493Z+ [[ 0 == 12345 ]]
102026-03-20T03:52:30.493Z+ case "$kern" in
112026-03-20T03:52:30.493Z+ groupadd -g 12345 build
122026-03-20T03:52:30.493Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T03:52:32.502Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T03:52:32.616Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T03:52:32.619Z+ home_fs=zfs
162026-03-20T03:52:32.619Z+ [[ zfs == autofs ]]
172026-03-20T03:52:32.619Z+ mkdir -p /home/build
182026-03-20T03:52:32.619Z+ chown build:build /home/build /work
192026-03-20T03:52:34.623Z+ chmod 0700 /home/build /work
202026-03-20T03:52:34.626Zprocess exited: duration 4139 ms, exit code 0
 
212026-03-20T03:52:34.632Zstarting task 1: "rust-toolchain"
222026-03-20T03:52:34.636Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-20T03:52:34.636Z * rust toolchain channel = "1.93.1"
242026-03-20T03:52:34.636Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T03:52:34.636Z * rust toolchain profile = "default"
262026-03-20T03:52:34.636Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T03:52:34.636Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T03:52:34.640Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T03:52:34.640Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-20T03:52:34.771Zinfo: downloading installer
312026-03-20T03:52:36.441Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T03:52:36.441Zwarn: /opt/ooce/bin
332026-03-20T03:52:36.441Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T03:52:36.441Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T03:52:36.441Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T03:52:36.441Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T03:52:36.441Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T03:52:36.441Zerror: cannot install while Rust is installed
392026-03-20T03:52:36.441Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T03:52:36.441Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T03:52:36.441Zwarn: /home/build/.rustup/settings.toml
422026-03-20T03:52:36.441Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T03:52:36.441Zwarn: instead of the one inferred from the default host triple.
442026-03-20T03:52:36.453Zinfo: profile set to default
452026-03-20T03:52:36.453Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T03:52:36.456Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-20T03:52:36.625Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-20T03:52:36.628Zinfo: downloading 6 components
492026-03-20T03:52:51.967Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-20T03:52:51.967Z
512026-03-20T03:52:52.002Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-20T03:52:52.002Z
532026-03-20T03:52:52.002Z
542026-03-20T03:52:52.002ZRust is installed now. Great!
552026-03-20T03:52:52.002Z
562026-03-20T03:52:52.005ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T03:52:52.005Zenvironment variable. This has not been done automatically.
582026-03-20T03:52:52.005Z
592026-03-20T03:52:52.005ZTo configure your current shell, you need to source
602026-03-20T03:52:52.005Zthe corresponding env file under $HOME/.cargo.
612026-03-20T03:52:52.005Z
622026-03-20T03:52:52.005ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T03:52:52.005Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T03:52:52.005Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T03:52:52.005Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T03:52:52.005Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T03:52:52.005Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T03:52:52.005Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T03:52:52.005Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T03:52:52.005Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T03:52:52.103Z+ rustup --version
722026-03-20T03:52:52.114Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T03:52:52.117Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T03:52:52.141Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-20T03:52:52.144Z+ cargo --version
762026-03-20T03:52:52.159Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-20T03:52:52.163Z+ rustc --version
782026-03-20T03:52:52.186Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-20T03:52:52.189Zprocess exited: duration 17545 ms, exit code 0
 
802026-03-20T03:52:52.195Zstarting task 2: "authentication"
812026-03-20T03:52:52.215Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T03:52:52.221Zstarting task 3: "clone repository"
832026-03-20T03:52:52.225Z+ mkdir -p /work/oxidecomputer/opte
842026-03-20T03:52:52.228Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-20T03:52:52.261ZCloning into '/work/oxidecomputer/opte'...
862026-03-20T03:52:53.073Z+ cd /work/oxidecomputer/opte
872026-03-20T03:52:53.074Z+ git fetch origin 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
882026-03-20T03:52:53.324ZFrom https://github.com/oxidecomputer/opte
892026-03-20T03:52:53.324Z * branch 7b098d1e83085e12a4e9293d3e7ea217b7b4729c -> FETCH_HEAD
902026-03-20T03:52:53.331Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
912026-03-20T03:52:53.334Z++ git branch --show-current
922026-03-20T03:52:53.335Z+ current=master
932026-03-20T03:52:53.335Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
942026-03-20T03:52:53.335Z+ git branch -f renovate/zerocopy-0.x-lockfile 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
952026-03-20T03:52:53.338Z+ git checkout -f renovate/zerocopy-0.x-lockfile
962026-03-20T03:52:53.360ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
972026-03-20T03:52:53.363Z+ git reset --hard 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
982026-03-20T03:52:53.382ZHEAD is now at 7b098d1 Update Rust crate zerocopy to v0.8.47
992026-03-20T03:52:53.386Zprocess exited: duration 1161 ms, exit code 0
 
1002026-03-20T03:52:53.393Zstarting task 4: "build"
1012026-03-20T03:52:53.397Z+ source .github/buildomat/common.sh
1022026-03-20T03:52:53.400Z++ rustup show active-toolchain
1032026-03-20T03:52:53.404Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-20T03:52:53.407Z++ pushd xde
1052026-03-20T03:52:53.407Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-20T03:52:53.407Z++ rustup show active-toolchain
1072026-03-20T03:52:53.411Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-20T03:52:53.580Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-20T03:52:53.583Zinfo: downloading 6 components
1102026-03-20T03:53:08.223Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-20T03:53:08.315Z+++ rustup show active-toolchain -v
1122026-03-20T03:53:08.318Z+++ head -n 1
1132026-03-20T03:53:08.318Z+++ cut '-d ' -f1
1142026-03-20T03:53:08.384Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-20T03:53:08.384Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-20T03:53:08.384Z++ popd
1172026-03-20T03:53:08.387Z/work/oxidecomputer/opte
1182026-03-20T03:53:08.387Z+ TGT_BASE=/work
1192026-03-20T03:53:08.387Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-03-20T03:53:08.387Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-03-20T03:53:08.387Z+ DBG_TGT=/work/debug
1222026-03-20T03:53:08.387Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-03-20T03:53:08.387Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-03-20T03:53:08.387Z+ REL_TGT=/work/release
1252026-03-20T03:53:08.387Z+ mkdir -p /work/debug /work/release
1262026-03-20T03:53:08.387Z+ cargo --version
1272026-03-20T03:53:08.398Zcargo 1.93.1 (083ac5135 2025-12-15)
1282026-03-20T03:53:08.401Z+ rustc --version
1292026-03-20T03:53:08.426Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1302026-03-20T03:53:08.431Z+ install_pkg jq
1312026-03-20T03:53:08.431Z+ set +o errexit
1322026-03-20T03:53:08.431Z+ pfexec pkg install jq
1332026-03-20T03:53:16.619Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-03-20T03:53:26.434Z Startup: Caching catalogs ... Done
1352026-03-20T03:53:48.433ZPlanning: Solver setup ... Done
1362026-03-20T03:53:48.585ZPlanning: Running solver ... Done
1372026-03-20T03:53:48.760ZPlanning: Consolidating action changes ... Done
1382026-03-20T03:53:48.764ZPlanning: Evaluating mediators ... Done
1392026-03-20T03:53:48.764ZPlanning: Planning completed in 22.17 seconds
1402026-03-20T03:53:48.783ZNo updates necessary for this image.
1412026-03-20T03:53:50.150Z+ exit_code=4
1422026-03-20T03:53:50.150Z+ [[ 4 -ne 0 ]]
1432026-03-20T03:53:50.150Z+ [[ 4 -ne 4 ]]
1442026-03-20T03:53:50.153Z+ set -o errexit
1452026-03-20T03:53:50.153Z+ pushd xde
1462026-03-20T03:53:50.154Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1472026-03-20T03:53:50.154Z+ cp xde.conf /work/xde.conf
1482026-03-20T03:53:50.154Z+ header 'check style'
1492026-03-20T03:53:50.154Z+ echo '# ==== check style ==== #'
1502026-03-20T03:53:50.154Z# ==== check style ==== #
1512026-03-20T03:53:50.154Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-03-20T03:53:50.465Z
1532026-03-20T03:53:50.465Zreal 0.308826506
1542026-03-20T03:53:50.465Zuser 0.211228703
1552026-03-20T03:53:50.465Zsys 0.087161270
1562026-03-20T03:53:50.465Ztrap 0.000024973
1572026-03-20T03:53:50.468Ztflt 0.000020195
1582026-03-20T03:53:50.468Zdflt 0.000018984
1592026-03-20T03:53:50.468Zkflt 0.000000000
1602026-03-20T03:53:50.468Zlock 0.066289238
1612026-03-20T03:53:50.468Zslp 0.264917521
1622026-03-20T03:53:50.468Zlat 0.000241735
1632026-03-20T03:53:50.468Zstop 0.000112947
1642026-03-20T03:53:50.468Z+ header analyze
1652026-03-20T03:53:50.469Z+ echo '# ==== analyze ==== #'
1662026-03-20T03:53:50.469Z# ==== analyze ==== #
1672026-03-20T03:53:50.469Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-03-20T03:53:50.705Z Updating crates.io index
1692026-03-20T03:53:50.744Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-03-20T03:53:51.489Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-03-20T03:53:52.066Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-03-20T03:53:52.409Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-03-20T03:53:52.772Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-03-20T03:53:53.023Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-03-20T03:53:53.328Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-03-20T03:53:55.184Z Downloading crates ...
1772026-03-20T03:53:55.243Z Downloaded serde_derive v1.0.228
1782026-03-20T03:53:55.246Z Downloaded either v1.15.0
1792026-03-20T03:53:55.250Z Downloaded cobs v0.3.0
1802026-03-20T03:53:55.250Z Downloaded quote v1.0.45
1812026-03-20T03:53:55.253Z Downloaded defmt v1.0.1
1822026-03-20T03:53:55.256Z Downloaded byteorder v1.5.0
1832026-03-20T03:53:55.256Z Downloaded bitflags v1.3.2
1842026-03-20T03:53:55.259Z Downloaded defmt v0.3.100
1852026-03-20T03:53:55.262Z Downloaded crc32fast v1.5.0
1862026-03-20T03:53:55.265Z Downloaded bitflags v2.11.0
1872026-03-20T03:53:55.268Z Downloaded ref-cast v1.0.25
1882026-03-20T03:53:55.271Z Downloaded cfg-if v1.0.4
1892026-03-20T03:53:55.271Z Downloaded thiserror-impl v2.0.18
1902026-03-20T03:53:55.274Z Downloaded defmt-parser v1.0.0
1912026-03-20T03:53:55.274Z Downloaded ident_case v1.0.1
1922026-03-20T03:53:55.282Z Downloaded uuid v1.22.0
1932026-03-20T03:53:55.285Z Downloaded embedded-io v0.6.1
1942026-03-20T03:53:55.293Z Downloaded macaddr v1.0.1
1952026-03-20T03:53:55.296Z Downloaded fnv v1.0.7
1962026-03-20T03:53:55.299Z Downloaded hash32 v0.3.1
1972026-03-20T03:53:55.302Z Downloaded darling_macro v0.21.3
1982026-03-20T03:53:55.307Z Downloaded ref-cast-impl v1.0.25
1992026-03-20T03:53:55.311Z Downloaded strsim v0.11.1
2002026-03-20T03:53:55.314Z Downloaded managed v0.8.0
2012026-03-20T03:53:55.314Z Downloaded stable_deref_trait v1.2.1
2022026-03-20T03:53:55.317Z Downloaded embedded-io v0.4.0
2032026-03-20T03:53:55.317Z Downloaded proc-macro-error-attr2 v2.0.0
2042026-03-20T03:53:55.320Z Downloaded thiserror v2.0.18
2052026-03-20T03:53:55.325Z Downloaded heapless v0.8.0
2062026-03-20T03:53:55.329Z Downloaded version_check v0.9.5
2072026-03-20T03:53:55.336Z Downloaded proc-macro-error2 v2.0.1
2082026-03-20T03:53:55.339Z Downloaded ingot v0.1.1
2092026-03-20T03:53:55.342Z Downloaded ingot-types v0.1.2
2102026-03-20T03:53:55.342Z Downloaded postcard v1.1.3
2112026-03-20T03:53:55.345Z Downloaded unicode-ident v1.0.24
2122026-03-20T03:53:55.345Z Downloaded memchr v2.8.0
2132026-03-20T03:53:55.348Z Downloaded ingot-macros v0.1.1
2142026-03-20T03:53:55.352Z Downloaded dyn-clone v1.0.20
2152026-03-20T03:53:55.355Z Downloaded defmt-macros v1.0.1
2162026-03-20T03:53:55.358Z Downloaded darling v0.21.3
2172026-03-20T03:53:55.360Z Downloaded aho-corasick v1.1.4
2182026-03-20T03:53:55.363Z Downloaded serde_core v1.0.228
2192026-03-20T03:53:55.366Z Downloaded darling_core v0.21.3
2202026-03-20T03:53:55.387Z Downloaded proc-macro2 v1.0.106
2212026-03-20T03:53:55.398Z Downloaded serde v1.0.228
2222026-03-20T03:53:55.405Z Downloaded zerocopy-derive v0.8.47
2232026-03-20T03:53:55.428Z Downloaded regex v1.12.3
2242026-03-20T03:53:55.432Z Downloaded itertools v0.14.0
2252026-03-20T03:53:55.473Z Downloaded zerocopy v0.8.47
2262026-03-20T03:53:55.486Z Downloaded smoltcp v0.11.0
2272026-03-20T03:53:55.494Z Downloaded syn v2.0.117
2282026-03-20T03:53:55.502Z Downloaded regex-syntax v0.8.10
2292026-03-20T03:53:55.507Z Downloaded regex-automata v0.4.14
2302026-03-20T03:53:55.523Z Updating crates.io index
2312026-03-20T03:53:55.619Z Downloading crates ...
2322026-03-20T03:53:55.708Z Downloaded rustc-literal-escaper v0.0.7
2332026-03-20T03:53:55.718Z Downloaded adler2 v2.0.1
2342026-03-20T03:53:55.726Z Downloaded memchr v2.7.6
2352026-03-20T03:53:55.779Z Downloaded miniz_oxide v0.8.9
2362026-03-20T03:53:55.782Z Downloaded libc v0.2.178
2372026-03-20T03:53:55.804Z Downloaded foldhash v0.2.0
2382026-03-20T03:53:55.806Z Downloaded hashbrown v0.16.1
2392026-03-20T03:53:55.823Z Downloaded object v0.37.3
2402026-03-20T03:53:55.918Z Downloaded rustc-demangle v0.1.27
2412026-03-20T03:53:55.921Z Downloaded addr2line v0.25.1
2422026-03-20T03:53:55.941Z Downloaded getopts v0.2.24
2432026-03-20T03:53:55.944Z Downloaded gimli v0.32.3
2442026-03-20T03:53:55.998Z 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-20T03:53:55.998Z 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-20T03:53:56.001Z Compiling proc-macro2 v1.0.106
2472026-03-20T03:53:56.002Z Compiling quote v1.0.45
2482026-03-20T03:53:56.002Z Compiling unicode-ident v1.0.24
2492026-03-20T03:53:56.002Z Compiling serde_core v1.0.228
2502026-03-20T03:53:56.002Z Compiling ident_case v1.0.1
2512026-03-20T03:53:56.068Z Compiling strsim v0.11.1
2522026-03-20T03:53:56.250Z Compiling fnv v1.0.7
2532026-03-20T03:53:56.258Z Compiling memchr v2.8.0
2542026-03-20T03:53:56.352Z Compiling regex-syntax v0.8.10
2552026-03-20T03:53:56.576Z Compiling thiserror v2.0.18
2562026-03-20T03:53:56.599Z Compiling zerocopy v0.8.47
2572026-03-20T03:53:56.622Z Compiling either v1.15.0
2582026-03-20T03:53:56.744Z Compiling serde v1.0.228
2592026-03-20T03:53:56.870Z Compiling aho-corasick v1.1.4
2602026-03-20T03:53:57.150Z Compiling itertools v0.14.0
2612026-03-20T03:53:57.309Z Compiling heapless v0.8.0
2622026-03-20T03:53:57.318Z Compiling smoltcp v0.11.0
2632026-03-20T03:53:57.594Z Compiling syn v2.0.117
2642026-03-20T03:53:57.662Z Compiling ref-cast v1.0.25
2652026-03-20T03:53:57.852Z Compiling version_check v0.9.5
2662026-03-20T03:53:57.900Z Compiling crc32fast v1.5.0
2672026-03-20T03:53:58.288Z Compiling regex-automata v0.4.14
2682026-03-20T03:53:58.360Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-03-20T03:54:00.400Z Compiling regex v1.12.3
2702026-03-20T03:54:00.832Z Compiling darling_core v0.21.3
2712026-03-20T03:54:01.928Z Compiling thiserror-impl v2.0.18
2722026-03-20T03:54:01.928Z Compiling serde_derive v1.0.228
2732026-03-20T03:54:01.931Z Compiling zerocopy-derive v0.8.47
2742026-03-20T03:54:01.931Z Compiling ref-cast-impl v1.0.25
2752026-03-20T03:54:01.931Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-03-20T03:54:03.735Z Compiling darling_macro v0.21.3
2772026-03-20T03:54:04.786Z Compiling darling v0.21.3
2782026-03-20T03:54:04.860Z Compiling ingot-macros v0.1.1
2792026-03-20T03:54:04.863Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-03-20T03:54:12.265Z 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-20T03:54:15.146Z Checking byteorder v1.5.0
2822026-03-20T03:54:15.147Z Checking cfg-if v1.0.4
2832026-03-20T03:54:15.147Z Checking stable_deref_trait v1.2.1
2842026-03-20T03:54:15.150Z Checking macaddr v1.0.1
2852026-03-20T03:54:15.150Z Checking bitflags v1.3.2
2862026-03-20T03:54:15.243Z Checking managed v0.8.0
2872026-03-20T03:54:15.288Z Checking cobs v0.3.0
2882026-03-20T03:54:15.376Z Checking hash32 v0.3.1
2892026-03-20T03:54:15.421Z Checking dyn-clone v1.0.20
2902026-03-20T03:54:15.443Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-03-20T03:54:17.115Z Checking bitflags v2.11.0
2922026-03-20T03:54:17.118Z Checking uuid v1.22.0
2932026-03-20T03:54:17.290Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-03-20T03:54:17.625Z Checking postcard v1.1.3
2952026-03-20T03:54:18.871Z Checking ingot-types v0.1.2
2962026-03-20T03:54:19.255Z Checking ingot v0.1.1
2972026-03-20T03:54:21.208Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-03-20T03:54:27.227Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-03-20T03:54:29.373Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-03-20T03:54:32.777Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.20s
3012026-03-20T03:54:32.905Z
3022026-03-20T03:54:32.906Zreal 42.407608406
3032026-03-20T03:54:32.909Zuser 1:37.376020524
3042026-03-20T03:54:32.909Zsys 11.918434210
3052026-03-20T03:54:32.909Ztrap 0.035555970
3062026-03-20T03:54:32.909Ztflt 0.062357372
3072026-03-20T03:54:32.909Zdflt 0.184323077
3082026-03-20T03:54:32.909Zkflt 0.001840366
3092026-03-20T03:54:32.909Zlock 5:18.847541405
3102026-03-20T03:54:32.909Zslp 4:12.769189779
3112026-03-20T03:54:32.909Zlat 2.690437794
3122026-03-20T03:54:32.909Zstop 8.204048575
3132026-03-20T03:54:32.909Z+ pushd xde-link
3142026-03-20T03:54:32.909Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-03-20T03:54:32.909Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-03-20T03:54:33.150Z 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-20T03:54:33.150Z 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-20T03:54:33.150Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-03-20T03:54:48.525Z 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-20T03:54:51.442Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.44s
3212026-03-20T03:54:51.468Z
3222026-03-20T03:54:51.471Zreal 18.543883763
3232026-03-20T03:54:51.471Zuser 28.081071355
3242026-03-20T03:54:51.471Zsys 1.521002159
3252026-03-20T03:54:51.471Ztrap 0.005277310
3262026-03-20T03:54:51.471Ztflt 0.000789506
3272026-03-20T03:54:51.471Zdflt 0.064922701
3282026-03-20T03:54:51.471Zkflt 0.000000000
3292026-03-20T03:54:51.471Zlock 1:37.925078351
3302026-03-20T03:54:51.471Zslp 1:00.951255970
3312026-03-20T03:54:51.471Zlat 0.295823974
3322026-03-20T03:54:51.471Zstop 0.155772582
3332026-03-20T03:54:51.471Z+ popd
3342026-03-20T03:54:51.471Z+ popd
3352026-03-20T03:54:51.472Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-03-20T03:54:51.472Z/work/oxidecomputer/opte
3372026-03-20T03:54:51.472Z+ header 'build xde (debug)'
3382026-03-20T03:54:51.472Z+ echo '# ==== build xde (debug) ==== #'
3392026-03-20T03:54:51.472Z# ==== build xde (debug) ==== #
3402026-03-20T03:54:51.472Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-03-20T03:54:51.653Z Downloading crates ...
3422026-03-20T03:54:51.737Z Downloaded cargo-platform v0.3.2
3432026-03-20T03:54:51.766Z Downloaded rustix v1.1.4
3442026-03-20T03:54:51.783Z Downloaded equivalent v1.0.2
3452026-03-20T03:54:51.786Z Downloaded anstyle v1.0.13
3462026-03-20T03:54:51.786Z Downloaded clap_derive v4.5.55
3472026-03-20T03:54:51.789Z Downloaded toml v1.0.6+spec-1.1.0
3482026-03-20T03:54:51.789Z Downloaded is_terminal_polyfill v1.70.2
3492026-03-20T03:54:51.792Z Downloaded anstyle-parse v0.2.7
3502026-03-20T03:54:51.792Z Downloaded anyhow v1.0.102
3512026-03-20T03:54:51.795Z Downloaded toml_writer v1.0.6+spec-1.1.0
3522026-03-20T03:54:51.795Z Downloaded toml_parser v1.0.9+spec-1.1.0
3532026-03-20T03:54:51.798Z Downloaded serde_spanned v1.0.4
3542026-03-20T03:54:51.801Z Downloaded errno v0.3.14
3552026-03-20T03:54:51.806Z Downloaded anstyle-query v1.1.5
3562026-03-20T03:54:51.809Z Downloaded utf8parse v0.2.2
3572026-03-20T03:54:51.812Z Downloaded semver v1.0.27
3582026-03-20T03:54:51.812Z Downloaded colorchoice v1.0.4
3592026-03-20T03:54:51.812Z Downloaded clap_lex v1.0.0
3602026-03-20T03:54:51.831Z Downloaded heck v0.5.0
3612026-03-20T03:54:51.836Z Downloaded terminal_size v0.4.3
3622026-03-20T03:54:51.839Z Downloaded anstream v0.6.21
3632026-03-20T03:54:51.848Z Downloaded cargo_metadata v0.23.1
3642026-03-20T03:54:51.854Z Downloaded itoa v1.0.17
3652026-03-20T03:54:51.857Z Downloaded camino v1.2.2
3662026-03-20T03:54:51.857Z Downloaded toml_datetime v1.0.0+spec-1.1.0
3672026-03-20T03:54:51.862Z Downloaded zmij v1.0.21
3682026-03-20T03:54:51.876Z Downloaded clap v4.5.60
3692026-03-20T03:54:51.881Z Downloaded indexmap v2.13.0
3702026-03-20T03:54:51.884Z Downloaded clap_builder v4.5.60
3712026-03-20T03:54:51.900Z Downloaded serde_json v1.0.149
3722026-03-20T03:54:51.931Z Downloaded winnow v0.7.15
3732026-03-20T03:54:51.937Z Downloaded libc v0.2.183
3742026-03-20T03:54:51.997Z Compiling serde_core v1.0.228
3752026-03-20T03:54:51.997Z Compiling proc-macro2 v1.0.106
3762026-03-20T03:54:52.000Z Compiling quote v1.0.45
3772026-03-20T03:54:52.000Z Compiling unicode-ident v1.0.24
3782026-03-20T03:54:52.000Z Compiling libc v0.2.183
3792026-03-20T03:54:52.000Z Compiling rustix v1.1.4
3802026-03-20T03:54:52.000Z Compiling bitflags v2.11.0
3812026-03-20T03:54:52.000Z Compiling utf8parse v0.2.2
3822026-03-20T03:54:52.175Z Compiling zmij v1.0.21
3832026-03-20T03:54:52.191Z Compiling anstyle-parse v0.2.7
3842026-03-20T03:54:52.452Z Compiling is_terminal_polyfill v1.70.2
3852026-03-20T03:54:52.467Z Compiling anstyle v1.0.13
3862026-03-20T03:54:52.537Z Compiling thiserror v2.0.18
3872026-03-20T03:54:52.568Z Compiling serde v1.0.228
3882026-03-20T03:54:52.581Z Compiling colorchoice v1.0.4
3892026-03-20T03:54:52.701Z Compiling anstyle-query v1.1.5
3902026-03-20T03:54:52.705Z Compiling camino v1.2.2
3912026-03-20T03:54:52.803Z Compiling serde_json v1.0.149
3922026-03-20T03:54:52.816Z Compiling anstream v0.6.21
3932026-03-20T03:54:52.945Z Compiling errno v0.3.14
3942026-03-20T03:54:53.142Z Compiling strsim v0.11.1
3952026-03-20T03:54:53.147Z Compiling anyhow v1.0.102
3962026-03-20T03:54:53.214Z Compiling winnow v0.7.15
3972026-03-20T03:54:53.518Z Compiling memchr v2.8.0
3982026-03-20T03:54:53.547Z Compiling heck v0.5.0
3992026-03-20T03:54:53.567Z Compiling itoa v1.0.17
4002026-03-20T03:54:53.789Z Compiling syn v2.0.117
4012026-03-20T03:54:53.792Z Compiling terminal_size v0.4.3
4022026-03-20T03:54:53.886Z Compiling clap_lex v1.0.0
4032026-03-20T03:54:54.210Z Compiling clap_builder v4.5.60
4042026-03-20T03:54:54.336Z Compiling toml_writer v1.0.6+spec-1.1.0
4052026-03-20T03:54:54.975Z Compiling toml_datetime v1.0.0+spec-1.1.0
4062026-03-20T03:54:55.013Z Compiling cargo-platform v0.3.2
4072026-03-20T03:54:55.109Z Compiling semver v1.0.27
4082026-03-20T03:54:55.228Z Compiling serde_spanned v1.0.4
4092026-03-20T03:54:55.453Z Compiling toml_parser v1.0.9+spec-1.1.0
4102026-03-20T03:54:55.937Z Compiling toml v1.0.6+spec-1.1.0
4112026-03-20T03:54:57.147Z Compiling serde_derive v1.0.228
4122026-03-20T03:54:57.296Z Compiling thiserror-impl v2.0.18
4132026-03-20T03:54:57.320Z Compiling clap_derive v4.5.55
4142026-03-20T03:54:59.551Z Compiling clap v4.5.60
4152026-03-20T03:55:01.033Z Compiling cargo_metadata v0.23.1
4162026-03-20T03:55:04.385Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-03-20T03:55:06.499Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.01s
4182026-03-20T03:55:06.518Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-03-20T03:55:09.222ZBuilding xde (dev).
4202026-03-20T03:55:09.521Z Compiling serde_core v1.0.228
4212026-03-20T03:55:09.524Z Compiling byteorder v1.5.0
4222026-03-20T03:55:09.524Z Compiling stable_deref_trait v1.2.1
4232026-03-20T03:55:09.524Z Compiling macaddr v1.0.1
4242026-03-20T03:55:09.524Z Compiling cfg-if v1.0.4
4252026-03-20T03:55:09.555Z Compiling zerocopy v0.8.47
4262026-03-20T03:55:09.558Z Compiling thiserror v2.0.18
4272026-03-20T03:55:09.561Z Compiling bitflags v1.3.2
4282026-03-20T03:55:09.610Z Compiling managed v0.8.0
4292026-03-20T03:55:09.619Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4302026-03-20T03:55:09.628Z Compiling cobs v0.3.0
4312026-03-20T03:55:09.666Z Compiling either v1.15.0
4322026-03-20T03:55:09.775Z Compiling hash32 v0.3.1
4332026-03-20T03:55:09.869Z Compiling itertools v0.14.0
4342026-03-20T03:55:09.890Z Compiling heapless v0.8.0
4352026-03-20T03:55:09.893Z Compiling ref-cast v1.0.25
4362026-03-20T03:55:09.958Z Compiling crc32fast v1.5.0
4372026-03-20T03:55:09.963Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-03-20T03:55:09.963Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-03-20T03:55:09.996Z Compiling dyn-clone v1.0.20
4402026-03-20T03:55:10.186Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-03-20T03:55:10.433Z Compiling smoltcp v0.11.0
4422026-03-20T03:55:11.938Z Compiling bitflags v2.11.0
4432026-03-20T03:55:11.938Z Compiling serde v1.0.228
4442026-03-20T03:55:11.938Z Compiling uuid v1.22.0
4452026-03-20T03:55:12.111Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-03-20T03:55:12.532Z Compiling postcard v1.1.3
4472026-03-20T03:55:13.690Z Compiling ingot-types v0.1.2
4482026-03-20T03:55:14.089Z Compiling ingot v0.1.1
4492026-03-20T03:55:16.213Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-03-20T03:55:22.171Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-20T03:55:35.559Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-03-20T03:55:46.349Z Finished `dev` profile [optimized + debuginfo] target(s) in 37.06s
4532026-03-20T03:55:46.379ZLinking xde kmod...
4542026-03-20T03:55:47.799ZBuilding xde dev link helper (dev).
4552026-03-20T03:55:48.008Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-03-20T03:55:48.426Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.59s
4572026-03-20T03:55:48.455Z
4582026-03-20T03:55:48.459Zreal 56.947389492
4592026-03-20T03:55:48.459Zuser 3:00.138868502
4602026-03-20T03:55:48.459Zsys 13.649679374
4612026-03-20T03:55:48.459Ztrap 0.087972551
4622026-03-20T03:55:48.459Ztflt 0.333169393
4632026-03-20T03:55:48.459Zdflt 0.478093947
4642026-03-20T03:55:48.459Zkflt 0.000009861
4652026-03-20T03:55:48.459Zlock 8:45.284509020
4662026-03-20T03:55:48.459Zslp 5:07.665128931
4672026-03-20T03:55:48.459Zlat 6.394635250
4682026-03-20T03:55:48.459Zstop 5.505047158
4692026-03-20T03:55:48.459Z+ header 'build xde (release)'
4702026-03-20T03:55:48.459Z+ echo '# ==== build xde (release) ==== #'
4712026-03-20T03:55:48.459Z# ==== build xde (release) ==== #
4722026-03-20T03:55:48.459Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-03-20T03:55:48.634Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.16s
4742026-03-20T03:55:48.638Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-03-20T03:55:48.897ZBuilding xde (release-lto).
4762026-03-20T03:55:49.200Z 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-20T03:55:49.200Z 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-20T03:55:49.204Z Compiling proc-macro2 v1.0.106
4792026-03-20T03:55:49.204Z Compiling quote v1.0.45
4802026-03-20T03:55:49.204Z Compiling unicode-ident v1.0.24
4812026-03-20T03:55:49.204Z Compiling serde_core v1.0.228
4822026-03-20T03:55:49.204Z Compiling fnv v1.0.7
4832026-03-20T03:55:49.204Z Compiling ident_case v1.0.1
4842026-03-20T03:55:49.314Z Compiling strsim v0.11.1
4852026-03-20T03:55:49.346Z Compiling memchr v2.8.0
4862026-03-20T03:55:49.346Z Compiling regex-syntax v0.8.10
4872026-03-20T03:55:49.661Z Compiling thiserror v2.0.18
4882026-03-20T03:55:49.688Z Compiling either v1.15.0
4892026-03-20T03:55:49.793Z Compiling serde v1.0.228
4902026-03-20T03:55:49.846Z Compiling zerocopy v0.8.47
4912026-03-20T03:55:49.929Z Compiling aho-corasick v1.1.4
4922026-03-20T03:55:50.198Z Compiling itertools v0.14.0
4932026-03-20T03:55:50.296Z Compiling heapless v0.8.0
4942026-03-20T03:55:50.556Z Compiling smoltcp v0.11.0
4952026-03-20T03:55:50.738Z Compiling syn v2.0.117
4962026-03-20T03:55:50.803Z Compiling ref-cast v1.0.25
4972026-03-20T03:55:50.906Z Compiling crc32fast v1.5.0
4982026-03-20T03:55:51.099Z Compiling version_check v0.9.5
4992026-03-20T03:55:51.355Z Compiling regex-automata v0.4.14
5002026-03-20T03:55:51.509Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-03-20T03:55:53.420Z Compiling regex v1.12.3
5022026-03-20T03:55:53.927Z Compiling darling_core v0.21.3
5032026-03-20T03:55:54.906Z Compiling thiserror-impl v2.0.18
5042026-03-20T03:55:54.910Z Compiling zerocopy-derive v0.8.47
5052026-03-20T03:55:54.910Z Compiling serde_derive v1.0.228
5062026-03-20T03:55:54.910Z Compiling ref-cast-impl v1.0.25
5072026-03-20T03:55:54.910Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-03-20T03:55:56.751Z Compiling darling_macro v0.21.3
5092026-03-20T03:55:57.833Z Compiling darling v0.21.3
5102026-03-20T03:55:57.903Z Compiling ingot-macros v0.1.1
5112026-03-20T03:55:57.903Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-03-20T03:56:06.425Z 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-20T03:56:09.320Z Compiling byteorder v1.5.0
5142026-03-20T03:56:09.320Z Compiling cfg-if v1.0.4
5152026-03-20T03:56:09.324Z Compiling macaddr v1.0.1
5162026-03-20T03:56:09.324Z Compiling stable_deref_trait v1.2.1
5172026-03-20T03:56:09.392Z Compiling managed v0.8.0
5182026-03-20T03:56:09.397Z Compiling bitflags v1.3.2
5192026-03-20T03:56:09.442Z Compiling cobs v0.3.0
5202026-03-20T03:56:09.563Z Compiling hash32 v0.3.1
5212026-03-20T03:56:09.697Z Compiling dyn-clone v1.0.20
5222026-03-20T03:56:09.771Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5232026-03-20T03:56:11.634Z Compiling bitflags v2.11.0
5242026-03-20T03:56:11.634Z Compiling uuid v1.22.0
5252026-03-20T03:56:11.811Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5262026-03-20T03:56:12.248Z Compiling postcard v1.1.3
5272026-03-20T03:56:13.508Z Compiling ingot-types v0.1.2
5282026-03-20T03:56:13.935Z Compiling ingot v0.1.1
5292026-03-20T03:56:16.184Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5302026-03-20T03:56:21.412Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5312026-03-20T03:56:32.765Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5322026-03-20T03:57:09.788Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 20s
5332026-03-20T03:57:09.816ZLinking xde kmod...
5342026-03-20T03:57:10.520ZBuilding xde dev link helper (release).
5352026-03-20T03:57:10.728Z 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-20T03:57:10.728Z 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-20T03:57:10.731Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5382026-03-20T03:57:27.021Z 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-20T03:57:30.273Z Finished `release` profile [optimized + debuginfo] target(s) in 19.70s
5402026-03-20T03:57:30.297Z
5412026-03-20T03:57:30.300Zreal 1:41.773196987
5422026-03-20T03:57:30.300Zuser 2:47.664066713
5432026-03-20T03:57:30.300Zsys 14.509128367
5442026-03-20T03:57:30.300Ztrap 0.047928960
5452026-03-20T03:57:30.300Ztflt 0.170647470
5462026-03-20T03:57:30.300Zdflt 0.363700336
5472026-03-20T03:57:30.300Zkflt 0.000012481
5482026-03-20T03:57:30.300Zlock 14:07.008317443
5492026-03-20T03:57:30.300Zslp 7:45.910791645
5502026-03-20T03:57:30.300Zlat 3.002619581
5512026-03-20T03:57:30.300Zstop 6.318692222
5522026-03-20T03:57:30.301Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5532026-03-20T03:57:30.301Z+ grep GOTPCREL
5542026-03-20T03:57:32.420Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5552026-03-20T03:57:32.424Z+ grep GOTPCREL
5562026-03-20T03:57:33.522Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5572026-03-20T03:57:33.582Z+ sha256sum /work/debug/xde.dbg
5582026-03-20T03:57:33.646Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5592026-03-20T03:57:33.650Z+ sha256sum /work/debug/xde_link.dbg.so
5602026-03-20T03:57:33.653Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5612026-03-20T03:57:33.692Z+ sha256sum /work/release/xde
5622026-03-20T03:57:33.727Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5632026-03-20T03:57:33.730Z+ sha256sum /work/release/xde_link.so
5642026-03-20T03:57:33.733Z+ header 'build xde integration tests'
5652026-03-20T03:57:33.733Z+ echo '# ==== build xde integration tests ==== #'
5662026-03-20T03:57:33.733Z# ==== build xde integration tests ==== #
5672026-03-20T03:57:33.733Z+ pushd xde-tests
5682026-03-20T03:57:33.733Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5692026-03-20T03:57:33.733Z+ cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
5702026-03-20T03:57:33.840Z+ cargo clippy --all-targets -- --deny warnings
5712026-03-20T03:57:34.119Z Checking cfg-if v1.0.4
5722026-03-20T03:57:34.119Z Compiling serde_core v1.0.228
5732026-03-20T03:57:34.119Z Compiling libc v0.2.183
5742026-03-20T03:57:34.123Z Checking memchr v2.8.0
5752026-03-20T03:57:34.123Z Compiling serde v1.0.228
5762026-03-20T03:57:34.123Z Compiling rustversion v1.0.22
5772026-03-20T03:57:34.123Z Compiling version_check v0.9.5
5782026-03-20T03:57:34.123Z Compiling syn v2.0.117
5792026-03-20T03:57:34.201Z Compiling ident_case v1.0.1
5802026-03-20T03:57:34.323Z Compiling strsim v0.11.1
5812026-03-20T03:57:34.495Z Compiling zerocopy v0.8.47
5822026-03-20T03:57:34.557Z Compiling fnv v1.0.7
5832026-03-20T03:57:34.653Z Compiling regex-syntax v0.8.10
5842026-03-20T03:57:34.689Z Checking pin-project-lite v0.2.17
5852026-03-20T03:57:34.780Z Compiling syn v1.0.109
5862026-03-20T03:57:35.028Z Compiling either v1.15.0
5872026-03-20T03:57:35.044Z Compiling equivalent v1.0.2
5882026-03-20T03:57:35.127Z Compiling hashbrown v0.16.1
5892026-03-20T03:57:35.169Z Compiling aho-corasick v1.1.4
5902026-03-20T03:57:35.311Z Compiling winnow v0.7.15
5912026-03-20T03:57:35.419Z Compiling itertools v0.14.0
5922026-03-20T03:57:35.858Z Compiling indexmap v2.13.0
5932026-03-20T03:57:36.647Z Compiling regex-automata v0.4.14
5942026-03-20T03:57:36.719Z Checking byteorder v1.5.0
5952026-03-20T03:57:36.913Z Compiling heapless v0.8.0
5962026-03-20T03:57:37.045Z Compiling toml_datetime v1.0.0+spec-1.1.0
5972026-03-20T03:57:37.147Z Compiling toml_parser v1.0.9+spec-1.1.0
5982026-03-20T03:57:37.316Z Checking hash32 v0.3.1
5992026-03-20T03:57:37.437Z Checking bitflags v2.11.0
6002026-03-20T03:57:37.464Z Compiling slog v2.8.2
6012026-03-20T03:57:37.475Z Checking futures-core v0.3.32
6022026-03-20T03:57:37.531Z Checking futures-sink v0.3.32
6032026-03-20T03:57:37.606Z Compiling toml_edit v0.25.4+spec-1.1.0
6042026-03-20T03:57:37.627Z Checking stable_deref_trait v1.2.1
6052026-03-20T03:57:37.633Z Compiling smoltcp v0.11.0
6062026-03-20T03:57:37.699Z Checking macaddr v1.0.1
6072026-03-20T03:57:37.738Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6082026-03-20T03:57:37.866Z Compiling darling_core v0.21.3
6092026-03-20T03:57:38.041Z Checking futures-channel v0.3.32
6102026-03-20T03:57:38.063Z Compiling proc-macro-error-attr v1.0.4
6112026-03-20T03:57:38.281Z Checking bitflags v1.3.2
6122026-03-20T03:57:38.336Z Compiling proc-macro-crate v3.5.0
6132026-03-20T03:57:38.348Z Compiling getrandom v0.4.2
6142026-03-20T03:57:38.359Z Checking slab v0.4.12
6152026-03-20T03:57:38.536Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6162026-03-20T03:57:38.673Z Checking futures-io v0.3.32
6172026-03-20T03:57:38.799Z Compiling autocfg v1.5.0
6182026-03-20T03:57:38.802Z Checking rand_core v0.10.0
6192026-03-20T03:57:38.848Z Checking managed v0.8.0
6202026-03-20T03:57:38.888Z Checking futures-task v0.3.32
6212026-03-20T03:57:38.958Z Compiling regex v1.12.3
6222026-03-20T03:57:39.046Z Compiling crc32fast v1.5.0
6232026-03-20T03:57:39.071Z Compiling ref-cast v1.0.25
6242026-03-20T03:57:39.256Z Compiling num-traits v0.2.19
6252026-03-20T03:57:39.508Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6262026-03-20T03:57:39.529Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6272026-03-20T03:57:39.539Z Compiling proc-macro-error v1.0.4
6282026-03-20T03:57:39.751Z Compiling serde_derive v1.0.228
6292026-03-20T03:57:39.811Z Compiling zerocopy-derive v0.8.47
6302026-03-20T03:57:39.834Z Compiling thiserror-impl v2.0.18
6312026-03-20T03:57:39.879Z Compiling futures-macro v0.3.32
6322026-03-20T03:57:40.254Z Compiling foreign-types-macros v0.2.3
6332026-03-20T03:57:40.264Z Compiling num_enum_derive v0.7.5
6342026-03-20T03:57:40.930Z Compiling darling_macro v0.21.3
6352026-03-20T03:57:40.983Z Checking futures-util v0.3.32
6362026-03-20T03:57:41.077Z Compiling ref-cast-impl v1.0.25
6372026-03-20T03:57:41.137Z Checking once_cell v1.21.3
6382026-03-20T03:57:41.342Z Checking cpufeatures v0.3.0
6392026-03-20T03:57:41.411Z Checking ipnetwork v0.21.1
6402026-03-20T03:57:41.479Z Checking thiserror v2.0.18
6412026-03-20T03:57:41.581Z Checking cobs v0.3.0
6422026-03-20T03:57:41.586Z Checking unicode-width v0.2.2
6432026-03-20T03:57:41.608Z Compiling darling v0.21.3
6442026-03-20T03:57:41.624Z Checking foreign-types-shared v0.3.1
6452026-03-20T03:57:41.687Z Compiling ingot-macros v0.1.1
6462026-03-20T03:57:41.706Z Compiling crossbeam-utils v0.8.21
6472026-03-20T03:57:41.738Z Compiling getrandom v0.3.4
6482026-03-20T03:57:41.884Z Checking tabwriter v1.4.1
6492026-03-20T03:57:41.924Z Checking foreign-types v0.5.0
6502026-03-20T03:57:41.993Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6512026-03-20T03:57:42.042Z Checking num_enum v0.7.5
6522026-03-20T03:57:42.088Z Checking chacha20 v0.10.0
6532026-03-20T03:57:42.156Z Checking tracing-core v0.1.36
6542026-03-20T03:57:42.164Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6552026-03-20T03:57:42.475Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6562026-03-20T03:57:42.574Z Compiling tracing-attributes v0.1.31
6572026-03-20T03:57:43.220Z Checking anyhow v1.0.102
6582026-03-20T03:57:43.426Z Checking cstr-argument v0.1.2
6592026-03-20T03:57:43.457Z Checking dyn-clone v1.0.20
6602026-03-20T03:57:43.553Z Compiling time-core v0.1.8
6612026-03-20T03:57:43.564Z Compiling num-conv v0.2.0
6622026-03-20T03:57:43.689Z Checking futures-executor v0.3.32
6632026-03-20T03:57:43.709Z Checking pretty-hex v0.4.1
6642026-03-20T03:57:43.715Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6652026-03-20T03:57:43.832Z Compiling thiserror v1.0.69
6662026-03-20T03:57:43.849Z Checking powerfmt v0.2.0
6672026-03-20T03:57:43.983Z Checking futures v0.3.32
6682026-03-20T03:57:44.017Z Checking erased-serde v0.3.31
6692026-03-20T03:57:44.028Z Checking postcard v1.1.3
6702026-03-20T03:57:44.055Z Checking deranged v0.5.8
6712026-03-20T03:57:44.252Z Checking tracing v0.1.44
6722026-03-20T03:57:44.386Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6732026-03-20T03:57:44.423Z Compiling time-macros v0.2.27
6742026-03-20T03:57:44.446Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6752026-03-20T03:57:44.561Z Checking rand v0.10.0
6762026-03-20T03:57:44.804Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6772026-03-20T03:57:45.064Z Compiling thiserror-impl v1.0.69
6782026-03-20T03:57:45.170Z Checking uuid v1.22.0
6792026-03-20T03:57:45.193Z Checking arc-swap v1.8.2
6802026-03-20T03:57:45.327Z Checking socket2 v0.6.3
6812026-03-20T03:57:45.338Z Checking nom v8.0.0
6822026-03-20T03:57:45.529Z Checking thread_local v1.1.9
6832026-03-20T03:57:45.560Z Checking iana-time-zone v0.1.65
6842026-03-20T03:57:45.704Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6852026-03-20T03:57:45.718Z Compiling heck v0.4.1
6862026-03-20T03:57:45.832Z Checking colored v3.1.1
6872026-03-20T03:57:45.839Z Checking ingot-types v0.1.2
6882026-03-20T03:57:46.083Z Checking oxnet v0.1.4
6892026-03-20T03:57:46.118Z Checking itoa v1.0.17
6902026-03-20T03:57:46.277Z Checking ingot v0.1.1
6912026-03-20T03:57:46.284Z Checking lazy_static v1.5.0
6922026-03-20T03:57:46.365Z Compiling slog-async v2.8.0
6932026-03-20T03:57:46.378Z Checking slog-scope v4.4.1
6942026-03-20T03:57:46.408Z Checking time v0.3.47
6952026-03-20T03:57:46.521Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6962026-03-20T03:57:46.768Z Checking ppv-lite86 v0.2.21
6972026-03-20T03:57:46.810Z Checking chrono v0.4.44
6982026-03-20T03:57:47.149Z Checking crossbeam-channel v0.5.15
6992026-03-20T03:57:47.361Z Checking rand_core v0.9.5
7002026-03-20T03:57:47.554Z Checking cookie-factory v0.3.3
7012026-03-20T03:57:47.562Z Checking itertools v0.12.1
7022026-03-20T03:57:47.572Z Checking is-terminal v0.4.17
7032026-03-20T03:57:47.657Z Checking circular v0.3.0
7042026-03-20T03:57:47.787Z Checking take_mut v0.2.2
7052026-03-20T03:57:47.864Z Checking term v1.2.1
7062026-03-20T03:57:47.890Z Checking log v0.4.29
7072026-03-20T03:57:48.055Z Checking rusticata-macros v5.0.0
7082026-03-20T03:57:48.086Z Checking slog-stdlog v4.1.1
7092026-03-20T03:57:48.112Z Checking rand_chacha v0.9.0
7102026-03-20T03:57:48.132Z Checking slog-term v2.9.2
7112026-03-20T03:57:48.205Z Checking pcap-parser v0.17.0
7122026-03-20T03:57:48.331Z Checking rand v0.9.2
7132026-03-20T03:57:48.494Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7142026-03-20T03:57:48.901Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7152026-03-20T03:57:49.269Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
7162026-03-20T03:57:49.748Z Checking slog-envlogger v2.2.0
7172026-03-20T03:57:54.535Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7182026-03-20T03:57:56.734Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7192026-03-20T03:57:56.738Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7202026-03-20T03:57:57.190Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7212026-03-20T03:57:57.843Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.93s
7222026-03-20T03:57:57.887Z+ cargo build --test loopback
7232026-03-20T03:57:58.111Z Compiling cfg-if v1.0.4
7242026-03-20T03:57:58.111Z Compiling memchr v2.8.0
7252026-03-20T03:57:58.114Z Compiling serde_core v1.0.228
7262026-03-20T03:57:58.114Z Compiling libc v0.2.183
7272026-03-20T03:57:58.149Z Compiling thiserror v2.0.18
7282026-03-20T03:57:58.152Z Compiling zerocopy v0.8.47
7292026-03-20T03:57:58.153Z Compiling pin-project-lite v0.2.17
7302026-03-20T03:57:58.161Z Compiling byteorder v1.5.0
7312026-03-20T03:57:58.200Z Compiling either v1.15.0
7322026-03-20T03:57:58.242Z Compiling macaddr v1.0.1
7332026-03-20T03:57:58.250Z Compiling stable_deref_trait v1.2.1
7342026-03-20T03:57:58.323Z Compiling futures-sink v0.3.32
7352026-03-20T03:57:58.378Z Compiling hash32 v0.3.1
7362026-03-20T03:57:58.435Z Compiling futures-core v0.3.32
7372026-03-20T03:57:58.452Z Compiling cobs v0.3.0
7382026-03-20T03:57:58.545Z Compiling heapless v0.8.0
7392026-03-20T03:57:58.562Z Compiling futures-channel v0.3.32
7402026-03-20T03:57:58.621Z Compiling futures-io v0.3.32
7412026-03-20T03:57:58.627Z Compiling managed v0.8.0
7422026-03-20T03:57:58.797Z Compiling futures-task v0.3.32
7432026-03-20T03:57:58.836Z Compiling slab v0.4.12
7442026-03-20T03:57:58.854Z Compiling rand_core v0.10.0
7452026-03-20T03:57:58.904Z Compiling bitflags v1.3.2
7462026-03-20T03:57:58.982Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7472026-03-20T03:57:59.025Z Compiling futures-util v0.3.32
7482026-03-20T03:57:59.041Z Compiling smoltcp v0.11.0
7492026-03-20T03:57:59.047Z Compiling cpufeatures v0.3.0
7502026-03-20T03:57:59.099Z Compiling foreign-types-shared v0.3.1
7512026-03-20T03:57:59.118Z Compiling unicode-width v0.2.2
7522026-03-20T03:57:59.196Z Compiling ipnetwork v0.21.1
7532026-03-20T03:57:59.267Z Compiling once_cell v1.21.3
7542026-03-20T03:57:59.506Z Compiling tracing-core v0.1.36
7552026-03-20T03:57:59.557Z Compiling tabwriter v1.4.1
7562026-03-20T03:57:59.896Z Compiling foreign-types v0.5.0
7572026-03-20T03:57:59.978Z Compiling chacha20 v0.10.0
7582026-03-20T03:58:00.069Z Compiling getrandom v0.4.2
7592026-03-20T03:58:00.188Z Compiling ref-cast v1.0.25
7602026-03-20T03:58:00.296Z Compiling num_enum v0.7.5
7612026-03-20T03:58:00.341Z Compiling crc32fast v1.5.0
7622026-03-20T03:58:00.412Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7632026-03-20T03:58:00.434Z Compiling cstr-argument v0.1.2
7642026-03-20T03:58:00.534Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7652026-03-20T03:58:00.632Z Compiling itertools v0.14.0
7662026-03-20T03:58:00.636Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7672026-03-20T03:58:00.658Z Compiling serde v1.0.228
7682026-03-20T03:58:00.947Z Compiling bitflags v2.11.0
7692026-03-20T03:58:01.293Z Compiling erased-serde v0.3.31
7702026-03-20T03:58:01.466Z Compiling postcard v1.1.3
7712026-03-20T03:58:01.496Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7722026-03-20T03:58:01.536Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7732026-03-20T03:58:01.913Z Compiling slog v2.8.2
7742026-03-20T03:58:01.917Z Compiling powerfmt v0.2.0
7752026-03-20T03:58:02.225Z Compiling futures-executor v0.3.32
7762026-03-20T03:58:02.240Z Compiling dyn-clone v1.0.20
7772026-03-20T03:58:02.246Z Compiling pretty-hex v0.4.1
7782026-03-20T03:58:02.274Z Compiling deranged v0.5.8
7792026-03-20T03:58:02.414Z Compiling ingot-types v0.1.2
7802026-03-20T03:58:02.436Z Compiling futures v0.3.32
7812026-03-20T03:58:02.521Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7822026-03-20T03:58:02.580Z Compiling tracing v0.1.44
7832026-03-20T03:58:02.686Z Compiling uuid v1.22.0
7842026-03-20T03:58:02.721Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7852026-03-20T03:58:02.780Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7862026-03-20T03:58:02.855Z Compiling num-traits v0.2.19
7872026-03-20T03:58:02.951Z Compiling ingot v0.1.1
7882026-03-20T03:58:03.002Z Compiling rand v0.10.0
7892026-03-20T03:58:03.050Z Compiling getrandom v0.3.4
7902026-03-20T03:58:03.310Z Compiling crossbeam-utils v0.8.21
7912026-03-20T03:58:03.398Z Compiling nom v8.0.0
7922026-03-20T03:58:03.434Z Compiling aho-corasick v1.1.4
7932026-03-20T03:58:03.659Z Compiling socket2 v0.6.3
7942026-03-20T03:58:03.850Z Compiling thread_local v1.1.9
7952026-03-20T03:58:04.290Z Compiling arc-swap v1.8.2
7962026-03-20T03:58:04.381Z Compiling winnow v0.7.15
7972026-03-20T03:58:04.428Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7982026-03-20T03:58:04.718Z Compiling regex-syntax v0.8.10
7992026-03-20T03:58:04.807Z Compiling num-conv v0.2.0
8002026-03-20T03:58:04.870Z Compiling oxnet v0.1.4
8012026-03-20T03:58:04.949Z Compiling time-core v0.1.8
8022026-03-20T03:58:05.124Z Compiling lazy_static v1.5.0
8032026-03-20T03:58:05.191Z Compiling iana-time-zone v0.1.65
8042026-03-20T03:58:05.231Z Compiling colored v3.1.1
8052026-03-20T03:58:05.506Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8062026-03-20T03:58:05.789Z Compiling chrono v0.4.44
8072026-03-20T03:58:06.047Z Compiling slog-scope v4.4.1
8082026-03-20T03:58:06.342Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
8092026-03-20T03:58:06.656Z Compiling rusticata-macros v5.0.0
8102026-03-20T03:58:06.932Z Compiling regex-automata v0.4.14
8112026-03-20T03:58:07.056Z Compiling time v0.3.47
8122026-03-20T03:58:08.586Z Compiling thiserror v1.0.69
8132026-03-20T03:58:08.702Z Compiling crossbeam-channel v0.5.15
8142026-03-20T03:58:09.593Z Compiling rand_core v0.9.5
8152026-03-20T03:58:09.682Z Compiling cookie-factory v0.3.3
8162026-03-20T03:58:09.929Z Compiling ppv-lite86 v0.2.21
8172026-03-20T03:58:10.094Z Compiling is-terminal v0.4.17
8182026-03-20T03:58:10.199Z Compiling itertools v0.12.1
8192026-03-20T03:58:10.402Z Compiling circular v0.3.0
8202026-03-20T03:58:10.732Z Compiling take_mut v0.2.2
8212026-03-20T03:58:10.858Z Compiling log v0.4.29
8222026-03-20T03:58:11.047Z Compiling term v1.2.1
8232026-03-20T03:58:11.187Z Compiling slog-stdlog v4.1.1
8242026-03-20T03:58:11.722Z Compiling slog-term v2.9.2
8252026-03-20T03:58:12.130Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8262026-03-20T03:58:12.473Z Compiling slog-async v2.8.0
8272026-03-20T03:58:13.820Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8282026-03-20T03:58:14.241Z Compiling pcap-parser v0.17.0
8292026-03-20T03:58:14.770Z Compiling rand_chacha v0.9.0
8302026-03-20T03:58:14.863Z Compiling regex v1.12.3
8312026-03-20T03:58:15.793Z Compiling slog-envlogger v2.2.0
8322026-03-20T03:58:15.843Z Compiling rand v0.9.2
8332026-03-20T03:58:16.390Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
8342026-03-20T03:58:16.906Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8352026-03-20T03:58:17.762Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8362026-03-20T03:58:19.127Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-03-20T03:58:28.508Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.59s
8382026-03-20T03:58:28.550Z++ cargo build -q --test loopback --message-format=json
8392026-03-20T03:58:28.553Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-03-20T03:58:28.713Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-c4ac8670849798f3
8412026-03-20T03:58:28.713Z+ cargo build --test multicast_rx
8422026-03-20T03:58:28.857Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-03-20T03:58:30.889Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s
8442026-03-20T03:58:30.933Z++ cargo build -q --test multicast_rx --message-format=json
8452026-03-20T03:58:30.936Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-03-20T03:58:31.097Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-bb2ad9a638419d7f
8472026-03-20T03:58:31.100Z+ cargo build --test multicast_multi_sub
8482026-03-20T03:58:31.240Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-03-20T03:58:33.526Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.41s
8502026-03-20T03:58:33.572Z++ cargo build -q --test multicast_multi_sub --message-format=json
8512026-03-20T03:58:33.577Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-03-20T03:58:33.734Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4cfc7bfaf060ec52
8532026-03-20T03:58:33.738Z+ cargo build --test multicast_validation
8542026-03-20T03:58:33.878Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-03-20T03:58:36.393Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.64s
8562026-03-20T03:58:36.441Z++ cargo build -q --test multicast_validation --message-format=json
8572026-03-20T03:58:36.444Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-03-20T03:58:36.601Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-903a18aeb86f325d
8592026-03-20T03:58:36.602Z+ mkdir -p /work/test
8602026-03-20T03:58:36.611Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-c4ac8670849798f3 /work/test/loopback
8612026-03-20T03:58:36.642Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-bb2ad9a638419d7f /work/test/multicast_rx
8622026-03-20T03:58:36.685Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4cfc7bfaf060ec52 /work/test/multicast_multi_sub
8632026-03-20T03:58:36.734Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-903a18aeb86f325d /work/test/multicast_validation
8642026-03-20T03:58:36.782Zprocess exited: duration 343167 ms, exit code 0
 
8652026-03-20T03:58:36.812Zfound 13 output files
8662026-03-20T03:58:36.812Zuploading: /work/debug/xde.dbg (90319432 bytes)
8672026-03-20T03:58:39.241Zuploaded: /work/debug/xde.dbg
8682026-03-20T03:58:39.241Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8692026-03-20T03:58:40.252Zuploaded: /work/debug/xde.dbg.sha256
8702026-03-20T03:58:40.252Zuploading: /work/debug/xde_link.dbg.so (1068452 bytes)
8712026-03-20T03:58:41.284Zuploaded: /work/debug/xde_link.dbg.so
8722026-03-20T03:58:41.284Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8732026-03-20T03:58:42.296Zuploaded: /work/debug/xde_link.dbg.so.sha256
8742026-03-20T03:58:42.306Zuploading: /work/release/xde (48687432 bytes)
8752026-03-20T03:58:43.644Zuploaded: /work/release/xde
8762026-03-20T03:58:43.644Zuploading: /work/release/xde.sha256 (84 bytes)
8772026-03-20T03:58:44.654Zuploaded: /work/release/xde.sha256
8782026-03-20T03:58:44.654Zuploading: /work/release/xde_link.so (39480 bytes)
8792026-03-20T03:58:45.667Zuploaded: /work/release/xde_link.so
8802026-03-20T03:58:45.667Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8812026-03-20T03:58:46.677Zuploaded: /work/release/xde_link.so.sha256
8822026-03-20T03:58:46.677Zuploading: /work/test/loopback (49418584 bytes)
8832026-03-20T03:58:47.982Zuploaded: /work/test/loopback
8842026-03-20T03:58:47.982Zuploading: /work/test/multicast_rx (49715160 bytes)
8852026-03-20T03:58:49.278Zuploaded: /work/test/multicast_rx
8862026-03-20T03:58:49.278Zuploading: /work/test/multicast_multi_sub (53687464 bytes)
8872026-03-20T03:58:50.609Zuploaded: /work/test/multicast_multi_sub
8882026-03-20T03:58:50.610Zuploading: /work/test/multicast_validation (49887088 bytes)
8892026-03-20T03:58:51.910Zuploaded: /work/test/multicast_validation
8902026-03-20T03:58:51.910Zuploading: /work/xde.conf (79 bytes)
8912026-03-20T03:58:52.921Zuploaded: /work/xde.conf