01KMPQ10ZTRC3WAFRX43CHGY8A: 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: 01KMPQ1EFN3NBE6HK3CBFFRNN3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:23:22.769Zjob assigned to worker 01KMPRFDNZ966JZH14E1YPRSXD [factory aws, i-09fb6f2c8eccb5de6] (queued for 25 m 47 s)
 
22026-03-27T04:23:29.762Zstarting task 0: "setup"
32026-03-27T04:23:29.769Z++ uname -s
42026-03-27T04:23:29.772Z+ kern=SunOS
52026-03-27T04:23:29.772Z+ build_user=build
62026-03-27T04:23:29.772Z+ build_uid=12345
72026-03-27T04:23:29.772Z+ work_dir=/work
82026-03-27T04:23:29.772Z+ input_dir=/input
92026-03-27T04:23:29.772Z+ [[ 0 == 12345 ]]
102026-03-27T04:23:29.772Z+ case "$kern" in
112026-03-27T04:23:29.772Z+ groupadd -g 12345 build
122026-03-27T04:23:29.772Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:23:31.779Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:23:31.909Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:23:31.912Z+ home_fs=zfs
162026-03-27T04:23:31.912Z+ [[ zfs == autofs ]]
172026-03-27T04:23:31.912Z+ mkdir -p /home/build
182026-03-27T04:23:31.912Z+ chown build:build /home/build /work
192026-03-27T04:23:33.913Z+ chmod 0700 /home/build /work
202026-03-27T04:23:33.916Zprocess exited: duration 4152 ms, exit code 0
 
212026-03-27T04:23:33.923Zstarting task 1: "rust-toolchain"
222026-03-27T04:23:33.928Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-27T04:23:33.928Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-27T04:23:33.928Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-27T04:23:33.928Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-27T04:23:33.928Z * rust toolchain channel = "1.93.1"
272026-03-27T04:23:33.928Z * rust toolchain profile = "default"
282026-03-27T04:23:33.931Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:23:33.931Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-27T04:23:34.051Zinfo: downloading installer
312026-03-27T04:23:35.574Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:23:35.575Zwarn: /opt/ooce/bin
332026-03-27T04:23:35.575Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:23:35.575Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:23:35.575Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:23:35.575Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:23:35.575Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:23:35.575Zerror: cannot install while Rust is installed
392026-03-27T04:23:35.575Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:23:35.575Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:23:35.575Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:23:35.575Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:23:35.575Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:23:35.588Zinfo: profile set to default
452026-03-27T04:23:35.588Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:23:35.591Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-27T04:23:35.728Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-27T04:23:35.732Zinfo: downloading 6 components
492026-03-27T04:23:51.202Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-27T04:23:51.202Z
512026-03-27T04:23:51.228Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-27T04:23:51.228Z
532026-03-27T04:23:51.228Z
542026-03-27T04:23:51.228ZRust is installed now. Great!
552026-03-27T04:23:51.228Z
562026-03-27T04:23:51.231ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:23:51.231Zenvironment variable. This has not been done automatically.
582026-03-27T04:23:51.232Z
592026-03-27T04:23:51.232ZTo configure your current shell, you need to source
602026-03-27T04:23:51.232Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:23:51.232Z
622026-03-27T04:23:51.232ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:23:51.232Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:23:51.232Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:23:51.232Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:23:51.233Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:23:51.233Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:23:51.233Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:23:51.233Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:23:51.233Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:23:51.315Z+ rustup --version
722026-03-27T04:23:51.324Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:23:51.327Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:23:51.344Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-27T04:23:51.348Z+ cargo --version
762026-03-27T04:23:51.361Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-27T04:23:51.364Z+ rustc --version
782026-03-27T04:23:51.382Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-27T04:23:51.386Zprocess exited: duration 17460 ms, exit code 0
 
802026-03-27T04:23:51.392Zstarting task 2: "authentication"
812026-03-27T04:23:51.409Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T04:23:51.415Zstarting task 3: "clone repository"
832026-03-27T04:23:51.419Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:23:51.421Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:23:51.495ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:23:52.290Z+ cd /work/oxidecomputer/opte
872026-03-27T04:23:52.290Z+ git fetch origin 56e75ed31151689afa450c72cf51c5ae25ec8925
882026-03-27T04:23:52.529ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:23:52.529Z * branch 56e75ed31151689afa450c72cf51c5ae25ec8925 -> FETCH_HEAD
902026-03-27T04:23:52.534Z+ [[ -n renovate/uuid-1.x-lockfile ]]
912026-03-27T04:23:52.537Z++ git branch --show-current
922026-03-27T04:23:52.537Z+ current=master
932026-03-27T04:23:52.537Z+ [[ master != renovate/uuid-1.x-lockfile ]]
942026-03-27T04:23:52.537Z+ git branch -f renovate/uuid-1.x-lockfile 56e75ed31151689afa450c72cf51c5ae25ec8925
952026-03-27T04:23:52.540Z+ git checkout -f renovate/uuid-1.x-lockfile
962026-03-27T04:23:52.555ZSwitched to branch 'renovate/uuid-1.x-lockfile'
972026-03-27T04:23:52.558Z+ git reset --hard 56e75ed31151689afa450c72cf51c5ae25ec8925
982026-03-27T04:23:52.572ZHEAD is now at 56e75ed Update Rust crate uuid to v1.23.0
992026-03-27T04:23:52.575Zprocess exited: duration 1156 ms, exit code 0
 
1002026-03-27T04:23:52.581Zstarting task 4: "build"
1012026-03-27T04:23:52.585Z+ source .github/buildomat/common.sh
1022026-03-27T04:23:52.588Z++ rustup show active-toolchain
1032026-03-27T04:23:52.591Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:23:52.594Z++ pushd xde
1052026-03-27T04:23:52.594Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:23:52.594Z++ rustup show active-toolchain
1072026-03-27T04:23:52.597Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:23:52.787Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:23:52.791Zinfo: downloading 6 components
1102026-03-27T04:24:06.490Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:24:06.574Z+++ rustup show active-toolchain -v
1122026-03-27T04:24:06.577Z+++ head -n 1
1132026-03-27T04:24:06.577Z+++ cut '-d ' -f1
1142026-03-27T04:24:06.627Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:24:06.627Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:24:06.627Z++ popd
1172026-03-27T04:24:06.630Z/work/oxidecomputer/opte
1182026-03-27T04:24:06.630Z+ TGT_BASE=/work
1192026-03-27T04:24:06.630Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-03-27T04:24:06.630Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-03-27T04:24:06.630Z+ DBG_TGT=/work/debug
1222026-03-27T04:24:06.630Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-03-27T04:24:06.630Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-03-27T04:24:06.630Z+ REL_TGT=/work/release
1252026-03-27T04:24:06.630Z+ mkdir -p /work/debug /work/release
1262026-03-27T04:24:06.630Z+ cargo --version
1272026-03-27T04:24:06.638Zcargo 1.93.1 (083ac5135 2025-12-15)
1282026-03-27T04:24:06.641Z+ rustc --version
1292026-03-27T04:24:06.660Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1302026-03-27T04:24:06.663Z+ install_pkg jq
1312026-03-27T04:24:06.663Z+ set +o errexit
1322026-03-27T04:24:06.663Z+ pfexec pkg install jq
1332026-03-27T04:24:13.571Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-03-27T04:24:20.738Z Startup: Caching catalogs ... Done
1352026-03-27T04:24:24.593ZPlanning: Solver setup ... Done
1362026-03-27T04:24:24.607ZPlanning: Running solver ... Done
1372026-03-27T04:24:24.721ZPlanning: Consolidating action changes ... Done
1382026-03-27T04:24:24.721ZPlanning: Evaluating mediators ... Done
1392026-03-27T04:24:24.725ZPlanning: Planning completed in 3.82 seconds
1402026-03-27T04:24:24.738ZNo updates necessary for this image.
1412026-03-27T04:24:25.966Z+ exit_code=4
1422026-03-27T04:24:25.966Z+ [[ 4 -ne 0 ]]
1432026-03-27T04:24:25.966Z+ [[ 4 -ne 4 ]]
1442026-03-27T04:24:25.966Z+ set -o errexit
1452026-03-27T04:24:25.969Z+ pushd xde
1462026-03-27T04:24:25.970Z+ cp xde.conf /work/xde.conf
1472026-03-27T04:24:25.970Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1482026-03-27T04:24:25.970Z+ header 'check style'
1492026-03-27T04:24:25.970Z+ echo '# ==== check style ==== #'
1502026-03-27T04:24:25.970Z# ==== check style ==== #
1512026-03-27T04:24:25.970Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-03-27T04:24:26.213Z
1532026-03-27T04:24:26.213Zreal 0.240413621
1542026-03-27T04:24:26.213Zuser 0.160001081
1552026-03-27T04:24:26.213Zsys 0.071951520
1562026-03-27T04:24:26.213Ztrap 0.000011407
1572026-03-27T04:24:26.213Ztflt 0.000018795
1582026-03-27T04:24:26.213Zdflt 0.000026804
1592026-03-27T04:24:26.213Zkflt 0.000000000
1602026-03-27T04:24:26.213Zlock 0.051096948
1612026-03-27T04:24:26.213Zslp 0.205452163
1622026-03-27T04:24:26.213Zlat 0.001271446
1632026-03-27T04:24:26.213Zstop 0.000108654
1642026-03-27T04:24:26.217Z+ header analyze
1652026-03-27T04:24:26.217Z+ echo '# ==== analyze ==== #'
1662026-03-27T04:24:26.217Z# ==== analyze ==== #
1672026-03-27T04:24:26.218Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-03-27T04:24:26.389Z Updating crates.io index
1692026-03-27T04:24:26.429Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-03-27T04:24:27.349Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-03-27T04:24:27.616Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-03-27T04:24:27.946Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-03-27T04:24:28.329Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-03-27T04:24:28.551Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-03-27T04:24:28.801Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-03-27T04:24:30.459Z Downloading crates ...
1772026-03-27T04:24:30.513Z Downloaded ingot-types v0.1.2
1782026-03-27T04:24:30.516Z Downloaded bitflags v1.3.2
1792026-03-27T04:24:30.528Z Downloaded proc-macro2 v1.0.106
1802026-03-27T04:24:30.532Z Downloaded cobs v0.3.0
1812026-03-27T04:24:30.537Z Downloaded defmt v0.3.100
1822026-03-27T04:24:30.544Z Downloaded defmt-parser v1.0.0
1832026-03-27T04:24:30.553Z Downloaded hash32 v0.3.1
1842026-03-27T04:24:30.556Z Downloaded ref-cast-impl v1.0.25
1852026-03-27T04:24:30.556Z Downloaded fnv v1.0.7
1862026-03-27T04:24:30.556Z Downloaded dyn-clone v1.0.20
1872026-03-27T04:24:30.561Z Downloaded defmt v1.0.1
1882026-03-27T04:24:30.567Z Downloaded ref-cast v1.0.25
1892026-03-27T04:24:30.570Z Downloaded darling_macro v0.21.3
1902026-03-27T04:24:30.573Z Downloaded proc-macro-error-attr2 v2.0.0
1912026-03-27T04:24:30.577Z Downloaded ident_case v1.0.1
1922026-03-27T04:24:30.577Z Downloaded macaddr v1.0.1
1932026-03-27T04:24:30.580Z Downloaded stable_deref_trait v1.2.1
1942026-03-27T04:24:30.580Z Downloaded cfg-if v1.0.4
1952026-03-27T04:24:30.583Z Downloaded embedded-io v0.6.1
1962026-03-27T04:24:30.586Z Downloaded zerocopy-derive v0.8.47
1972026-03-27T04:24:30.589Z Downloaded heapless v0.8.0
1982026-03-27T04:24:30.593Z Downloaded postcard v1.1.3
1992026-03-27T04:24:30.594Z Downloaded embedded-io v0.4.0
2002026-03-27T04:24:30.603Z Downloaded managed v0.8.0
2012026-03-27T04:24:30.614Z Downloaded either v1.15.0
2022026-03-27T04:24:30.618Z Downloaded quote v1.0.45
2032026-03-27T04:24:30.618Z Downloaded crc32fast v1.5.0
2042026-03-27T04:24:30.621Z Downloaded byteorder v1.5.0
2052026-03-27T04:24:30.621Z Downloaded version_check v0.9.5
2062026-03-27T04:24:30.624Z Downloaded strsim v0.11.1
2072026-03-27T04:24:30.641Z Downloaded thiserror v2.0.18
2082026-03-27T04:24:30.644Z Downloaded defmt-macros v1.0.1
2092026-03-27T04:24:30.647Z Downloaded thiserror-impl v2.0.18
2102026-03-27T04:24:30.655Z Downloaded ingot v0.1.1
2112026-03-27T04:24:30.658Z Downloaded bitflags v2.11.0
2122026-03-27T04:24:30.661Z Downloaded proc-macro-error2 v2.0.1
2132026-03-27T04:24:30.672Z Downloaded ingot-macros v0.1.1
2142026-03-27T04:24:30.680Z Downloaded serde_core v1.0.228
2152026-03-27T04:24:30.684Z Downloaded unicode-ident v1.0.24
2162026-03-27T04:24:30.687Z Downloaded serde_derive v1.0.228
2172026-03-27T04:24:30.696Z Downloaded darling_core v0.21.3
2182026-03-27T04:24:30.699Z Downloaded uuid v1.23.0
2192026-03-27T04:24:30.702Z Downloaded darling v0.21.3
2202026-03-27T04:24:30.707Z Downloaded serde v1.0.228
2212026-03-27T04:24:30.710Z Downloaded memchr v2.8.0
2222026-03-27T04:24:30.725Z Downloaded aho-corasick v1.1.4
2232026-03-27T04:24:30.742Z Downloaded regex v1.12.3
2242026-03-27T04:24:30.748Z Downloaded itertools v0.14.0
2252026-03-27T04:24:30.776Z Downloaded zerocopy v0.8.47
2262026-03-27T04:24:30.791Z Downloaded smoltcp v0.11.0
2272026-03-27T04:24:30.800Z Downloaded syn v2.0.117
2282026-03-27T04:24:30.807Z Downloaded regex-syntax v0.8.10
2292026-03-27T04:24:30.817Z Downloaded regex-automata v0.4.14
2302026-03-27T04:24:30.829Z Updating crates.io index
2312026-03-27T04:24:30.926Z Downloading crates ...
2322026-03-27T04:24:30.986Z Downloaded rustc-literal-escaper v0.0.7
2332026-03-27T04:24:30.993Z Downloaded addr2line v0.25.1
2342026-03-27T04:24:31.000Z Downloaded adler2 v2.0.1
2352026-03-27T04:24:31.011Z Downloaded rustc-demangle v0.1.27
2362026-03-27T04:24:31.014Z Downloaded getopts v0.2.24
2372026-03-27T04:24:31.014Z Downloaded miniz_oxide v0.8.9
2382026-03-27T04:24:31.019Z Downloaded memchr v2.7.6
2392026-03-27T04:24:31.022Z Downloaded foldhash v0.2.0
2402026-03-27T04:24:31.032Z Downloaded hashbrown v0.16.1
2412026-03-27T04:24:31.105Z Downloaded gimli v0.32.3
2422026-03-27T04:24:31.113Z Downloaded object v0.37.3
2432026-03-27T04:24:31.118Z Downloaded libc v0.2.178
2442026-03-27T04:24:31.173Z 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-27T04:24:31.173Z 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-27T04:24:31.177Z Compiling proc-macro2 v1.0.106
2472026-03-27T04:24:31.177Z Compiling unicode-ident v1.0.24
2482026-03-27T04:24:31.177Z Compiling quote v1.0.45
2492026-03-27T04:24:31.177Z Compiling serde_core v1.0.228
2502026-03-27T04:24:31.177Z Compiling strsim v0.11.1
2512026-03-27T04:24:31.177Z Compiling ident_case v1.0.1
2522026-03-27T04:24:31.352Z Compiling fnv v1.0.7
2532026-03-27T04:24:31.355Z Compiling memchr v2.8.0
2542026-03-27T04:24:31.439Z Compiling regex-syntax v0.8.10
2552026-03-27T04:24:31.618Z Compiling either v1.15.0
2562026-03-27T04:24:31.639Z Compiling serde v1.0.228
2572026-03-27T04:24:31.673Z Compiling zerocopy v0.8.47
2582026-03-27T04:24:31.743Z Compiling thiserror v2.0.18
2592026-03-27T04:24:31.810Z Compiling aho-corasick v1.1.4
2602026-03-27T04:24:32.027Z Compiling itertools v0.14.0
2612026-03-27T04:24:32.065Z Compiling heapless v0.8.0
2622026-03-27T04:24:32.360Z Compiling syn v2.0.117
2632026-03-27T04:24:32.452Z Compiling smoltcp v0.11.0
2642026-03-27T04:24:32.466Z Compiling ref-cast v1.0.25
2652026-03-27T04:24:32.542Z Compiling version_check v0.9.5
2662026-03-27T04:24:32.856Z Compiling regex-automata v0.4.14
2672026-03-27T04:24:32.885Z Compiling crc32fast v1.5.0
2682026-03-27T04:24:32.917Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-03-27T04:24:34.443Z Compiling regex v1.12.3
2702026-03-27T04:24:34.669Z Compiling darling_core v0.21.3
2712026-03-27T04:24:35.495Z Compiling serde_derive v1.0.228
2722026-03-27T04:24:35.495Z Compiling zerocopy-derive v0.8.47
2732026-03-27T04:24:35.498Z Compiling thiserror-impl v2.0.18
2742026-03-27T04:24:35.498Z Compiling ref-cast-impl v1.0.25
2752026-03-27T04:24:35.498Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-03-27T04:24:36.826Z Compiling darling_macro v0.21.3
2772026-03-27T04:24:37.677Z Compiling darling v0.21.3
2782026-03-27T04:24:37.740Z Compiling ingot-macros v0.1.1
2792026-03-27T04:24:37.740Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-03-27T04:24:42.439Z 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-27T04:24:44.531Z Checking byteorder v1.5.0
2822026-03-27T04:24:44.531Z Checking macaddr v1.0.1
2832026-03-27T04:24:44.534Z Checking stable_deref_trait v1.2.1
2842026-03-27T04:24:44.534Z Checking cfg-if v1.0.4
2852026-03-27T04:24:44.534Z Checking managed v0.8.0
2862026-03-27T04:24:44.588Z Checking bitflags v1.3.2
2872026-03-27T04:24:44.619Z Checking cobs v0.3.0
2882026-03-27T04:24:44.712Z Checking dyn-clone v1.0.20
2892026-03-27T04:24:44.751Z Checking hash32 v0.3.1
2902026-03-27T04:24:44.785Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-03-27T04:24:45.907Z Checking bitflags v2.11.0
2922026-03-27T04:24:45.907Z Checking uuid v1.23.0
2932026-03-27T04:24:46.046Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-03-27T04:24:46.264Z Checking postcard v1.1.3
2952026-03-27T04:24:47.098Z Checking ingot-types v0.1.2
2962026-03-27T04:24:47.369Z Checking ingot v0.1.1
2972026-03-27T04:24:48.676Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-03-27T04:24:52.837Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-03-27T04:24:54.335Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-03-27T04:24:56.645Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.36s
3012026-03-27T04:24:56.755Z
3022026-03-27T04:24:56.755Zreal 30.532966726
3032026-03-27T04:24:56.755Zuser 1:10.539287060
3042026-03-27T04:24:56.755Zsys 9.846126514
3052026-03-27T04:24:56.755Ztrap 0.022944487
3062026-03-27T04:24:56.755Ztflt 0.056457538
3072026-03-27T04:24:56.755Zdflt 0.214407025
3082026-03-27T04:24:56.755Zkflt 0.002235034
3092026-03-27T04:24:56.755Zlock 3:31.276547754
3102026-03-27T04:24:56.755Zslp 3:09.258299406
3112026-03-27T04:24:56.755Zlat 2.566392629
3122026-03-27T04:24:56.758Zstop 6.210317731
3132026-03-27T04:24:56.758Z+ pushd xde-link
3142026-03-27T04:24:56.758Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3152026-03-27T04:24:56.758Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3162026-03-27T04:24:56.940Z 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-27T04:24:56.940Z 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-27T04:24:56.940Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-03-27T04:25:07.262Z 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-27T04:25:09.399Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.57s
3212026-03-27T04:25:09.419Z
3222026-03-27T04:25:09.423Zreal 12.656874023
3232026-03-27T04:25:09.423Zuser 20.104107521
3242026-03-27T04:25:09.423Zsys 1.213782142
3252026-03-27T04:25:09.423Ztrap 0.003197995
3262026-03-27T04:25:09.423Ztflt 0.001342758
3272026-03-27T04:25:09.423Zdflt 0.044936069
3282026-03-27T04:25:09.424Zkflt 0.000004308
3292026-03-27T04:25:09.424Zlock 1:06.728631693
3302026-03-27T04:25:09.424Zslp 42.200538382
3312026-03-27T04:25:09.424Zlat 0.169458985
3322026-03-27T04:25:09.424Zstop 0.133953581
3332026-03-27T04:25:09.424Z+ popd
3342026-03-27T04:25:09.424Z+ popd
3352026-03-27T04:25:09.424Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-03-27T04:25:09.424Z/work/oxidecomputer/opte
3372026-03-27T04:25:09.424Z+ header 'build xde (debug)'
3382026-03-27T04:25:09.424Z+ echo '# ==== build xde (debug) ==== #'
3392026-03-27T04:25:09.424Z# ==== build xde (debug) ==== #
3402026-03-27T04:25:09.425Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-03-27T04:25:09.563Z Downloading crates ...
3422026-03-27T04:25:09.626Z Downloaded zmij v1.0.21
3432026-03-27T04:25:09.629Z Downloaded errno v0.3.14
3442026-03-27T04:25:09.632Z Downloaded itoa v1.0.18
3452026-03-27T04:25:09.635Z Downloaded anstyle-query v1.1.5
3462026-03-27T04:25:09.635Z Downloaded semver v1.0.27
3472026-03-27T04:25:09.642Z Downloaded clap_lex v1.1.0
3482026-03-27T04:25:09.645Z Downloaded cargo-platform v0.3.2
3492026-03-27T04:25:09.645Z Downloaded serde_spanned v1.1.0
3502026-03-27T04:25:09.648Z Downloaded utf8parse v0.2.2
3512026-03-27T04:25:09.652Z Downloaded is_terminal_polyfill v1.70.2
3522026-03-27T04:25:09.652Z Downloaded heck v0.5.0
3532026-03-27T04:25:09.652Z Downloaded equivalent v1.0.2
3542026-03-27T04:25:09.660Z Downloaded colorchoice v1.0.5
3552026-03-27T04:25:09.663Z Downloaded terminal_size v0.4.4
3562026-03-27T04:25:09.666Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3572026-03-27T04:25:09.670Z Downloaded anstyle v1.0.14
3582026-03-27T04:25:09.673Z Downloaded indexmap v2.13.0
3592026-03-27T04:25:09.676Z Downloaded toml_writer v1.1.0+spec-1.1.0
3602026-03-27T04:25:09.676Z Downloaded cargo_metadata v0.23.1
3612026-03-27T04:25:09.676Z Downloaded camino v1.2.2
3622026-03-27T04:25:09.680Z Downloaded anstyle-parse v1.0.0
3632026-03-27T04:25:09.680Z Downloaded anyhow v1.0.102
3642026-03-27T04:25:09.685Z Downloaded anstream v1.0.0
3652026-03-27T04:25:09.688Z Downloaded clap_derive v4.6.0
3662026-03-27T04:25:09.692Z Downloaded toml_parser v1.1.0+spec-1.1.0
3672026-03-27T04:25:09.695Z Downloaded clap v4.6.0
3682026-03-27T04:25:09.700Z Downloaded toml v1.1.0+spec-1.1.0
3692026-03-27T04:25:09.739Z Downloaded winnow v1.0.0
3702026-03-27T04:25:09.744Z Downloaded serde_json v1.0.149
3712026-03-27T04:25:09.751Z Downloaded clap_builder v4.6.0
3722026-03-27T04:25:09.783Z Downloaded rustix v1.1.4
3732026-03-27T04:25:09.817Z Downloaded libc v0.2.183
3742026-03-27T04:25:09.864Z Compiling proc-macro2 v1.0.106
3752026-03-27T04:25:09.864Z Compiling serde_core v1.0.228
3762026-03-27T04:25:09.864Z Compiling unicode-ident v1.0.24
3772026-03-27T04:25:09.867Z Compiling quote v1.0.45
3782026-03-27T04:25:09.867Z Compiling libc v0.2.183
3792026-03-27T04:25:09.867Z Compiling rustix v1.1.4
3802026-03-27T04:25:09.867Z Compiling bitflags v2.11.0
3812026-03-27T04:25:09.867Z Compiling zmij v1.0.21
3822026-03-27T04:25:10.034Z Compiling utf8parse v0.2.2
3832026-03-27T04:25:10.137Z Compiling anstyle-parse v1.0.0
3842026-03-27T04:25:10.247Z Compiling camino v1.2.2
3852026-03-27T04:25:10.251Z Compiling serde v1.0.228
3862026-03-27T04:25:10.342Z Compiling thiserror v2.0.18
3872026-03-27T04:25:10.363Z Compiling colorchoice v1.0.5
3882026-03-27T04:25:10.455Z Compiling anstyle-query v1.1.5
3892026-03-27T04:25:10.470Z Compiling is_terminal_polyfill v1.70.2
3902026-03-27T04:25:10.550Z Compiling anstyle v1.0.14
3912026-03-27T04:25:10.550Z Compiling serde_json v1.0.149
3922026-03-27T04:25:10.606Z Compiling errno v0.3.14
3932026-03-27T04:25:10.675Z Compiling anyhow v1.0.102
3942026-03-27T04:25:10.780Z Compiling anstream v1.0.0
3952026-03-27T04:25:10.815Z Compiling clap_lex v1.1.0
3962026-03-27T04:25:10.961Z Compiling winnow v1.0.0
3972026-03-27T04:25:10.992Z Compiling heck v0.5.0
3982026-03-27T04:25:11.055Z Compiling syn v2.0.117
3992026-03-27T04:25:11.099Z Compiling strsim v0.11.1
4002026-03-27T04:25:11.183Z Compiling memchr v2.8.0
4012026-03-27T04:25:11.198Z Compiling itoa v1.0.18
4022026-03-27T04:25:11.308Z Compiling terminal_size v0.4.4
4032026-03-27T04:25:11.369Z Compiling toml_parser v1.1.0+spec-1.1.0
4042026-03-27T04:25:11.455Z Compiling clap_builder v4.6.0
4052026-03-27T04:25:11.654Z Compiling toml_writer v1.1.0+spec-1.1.0
4062026-03-27T04:25:12.065Z Compiling semver v1.0.27
4072026-03-27T04:25:12.207Z Compiling cargo-platform v0.3.2
4082026-03-27T04:25:12.737Z Compiling toml_datetime v1.1.0+spec-1.1.0
4092026-03-27T04:25:12.740Z Compiling serde_spanned v1.1.0
4102026-03-27T04:25:12.926Z Compiling toml v1.1.0+spec-1.1.0
4112026-03-27T04:25:13.238Z Compiling serde_derive v1.0.228
4122026-03-27T04:25:13.238Z Compiling thiserror-impl v2.0.18
4132026-03-27T04:25:13.242Z Compiling clap_derive v4.6.0
4142026-03-27T04:25:14.947Z Compiling clap v4.6.0
4152026-03-27T04:25:16.303Z Compiling cargo_metadata v0.23.1
4162026-03-27T04:25:18.879Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-03-27T04:25:20.464Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.03s
4182026-03-27T04:25:20.481Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-03-27T04:25:21.984ZBuilding xde (dev).
4202026-03-27T04:25:22.212Z Compiling serde_core v1.0.228
4212026-03-27T04:25:22.212Z Compiling byteorder v1.5.0
4222026-03-27T04:25:22.212Z Compiling cfg-if v1.0.4
4232026-03-27T04:25:22.212Z Compiling macaddr v1.0.1
4242026-03-27T04:25:22.215Z Compiling stable_deref_trait v1.2.1
4252026-03-27T04:25:22.240Z Compiling zerocopy v0.8.47
4262026-03-27T04:25:22.244Z Compiling thiserror v2.0.18
4272026-03-27T04:25:22.247Z Compiling managed v0.8.0
4282026-03-27T04:25:22.289Z Compiling bitflags v1.3.2
4292026-03-27T04:25:22.293Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4302026-03-27T04:25:22.333Z Compiling cobs v0.3.0
4312026-03-27T04:25:22.351Z Compiling either v1.15.0
4322026-03-27T04:25:22.407Z Compiling hash32 v0.3.1
4332026-03-27T04:25:22.453Z Compiling ref-cast v1.0.25
4342026-03-27T04:25:22.481Z Compiling crc32fast v1.5.0
4352026-03-27T04:25:22.522Z Compiling heapless v0.8.0
4362026-03-27T04:25:22.544Z Compiling itertools v0.14.0
4372026-03-27T04:25:22.562Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-03-27T04:25:22.573Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-03-27T04:25:22.608Z Compiling dyn-clone v1.0.20
4402026-03-27T04:25:22.675Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-03-27T04:25:22.878Z Compiling smoltcp v0.11.0
4422026-03-27T04:25:23.831Z Compiling bitflags v2.11.0
4432026-03-27T04:25:23.832Z Compiling serde v1.0.228
4442026-03-27T04:25:23.832Z Compiling uuid v1.23.0
4452026-03-27T04:25:23.970Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-03-27T04:25:24.262Z Compiling postcard v1.1.3
4472026-03-27T04:25:25.062Z Compiling ingot-types v0.1.2
4482026-03-27T04:25:25.350Z Compiling ingot v0.1.1
4492026-03-27T04:25:26.753Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-03-27T04:25:30.979Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-27T04:25:41.193Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-03-27T04:25:49.076Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.06s
4532026-03-27T04:25:49.101ZLinking xde kmod...
4542026-03-27T04:25:50.225ZBuilding xde dev link helper (dev).
4552026-03-27T04:25:50.386Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-03-27T04:25:50.727Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.47s
4572026-03-27T04:25:50.750Z
4582026-03-27T04:25:50.750Zreal 41.322487100
4592026-03-27T04:25:50.750Zuser 2:14.898240462
4602026-03-27T04:25:50.750Zsys 11.172050808
4612026-03-27T04:25:50.750Ztrap 0.061989709
4622026-03-27T04:25:50.750Ztflt 0.342197373
4632026-03-27T04:25:50.750Zdflt 0.397224780
4642026-03-27T04:25:50.750Zkflt 0.000018144
4652026-03-27T04:25:50.750Zlock 6:27.920772880
4662026-03-27T04:25:50.750Zslp 3:55.605380904
4672026-03-27T04:25:50.750Zlat 4.852417087
4682026-03-27T04:25:50.750Zstop 3.988162150
4692026-03-27T04:25:50.758Z+ header 'build xde (release)'
4702026-03-27T04:25:50.758Z+ echo '# ==== build xde (release) ==== #'
4712026-03-27T04:25:50.758Z+ ptime -m cargo xtask build --profile release xde xde-link
4722026-03-27T04:25:50.758Z# ==== build xde (release) ==== #
4732026-03-27T04:25:50.886Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4742026-03-27T04:25:50.889Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-03-27T04:25:51.077ZBuilding xde (release-lto).
4762026-03-27T04:25:51.305Z 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-27T04:25:51.305Z 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-27T04:25:51.305Z Compiling proc-macro2 v1.0.106
4792026-03-27T04:25:51.305Z Compiling unicode-ident v1.0.24
4802026-03-27T04:25:51.305Z Compiling quote v1.0.45
4812026-03-27T04:25:51.305Z Compiling serde_core v1.0.228
4822026-03-27T04:25:51.305Z Compiling fnv v1.0.7
4832026-03-27T04:25:51.309Z Compiling ident_case v1.0.1
4842026-03-27T04:25:51.401Z Compiling strsim v0.11.1
4852026-03-27T04:25:51.420Z Compiling memchr v2.8.0
4862026-03-27T04:25:51.424Z Compiling regex-syntax v0.8.10
4872026-03-27T04:25:51.672Z Compiling either v1.15.0
4882026-03-27T04:25:51.688Z Compiling thiserror v2.0.18
4892026-03-27T04:25:51.768Z Compiling zerocopy v0.8.47
4902026-03-27T04:25:51.815Z Compiling aho-corasick v1.1.4
4912026-03-27T04:25:51.852Z Compiling serde v1.0.228
4922026-03-27T04:25:52.054Z Compiling itertools v0.14.0
4932026-03-27T04:25:52.275Z Compiling heapless v0.8.0
4942026-03-27T04:25:52.279Z Compiling smoltcp v0.11.0
4952026-03-27T04:25:52.479Z Compiling syn v2.0.117
4962026-03-27T04:25:52.479Z Compiling ref-cast v1.0.25
4972026-03-27T04:25:52.690Z Compiling version_check v0.9.5
4982026-03-27T04:25:52.733Z Compiling crc32fast v1.5.0
4992026-03-27T04:25:52.844Z Compiling regex-automata v0.4.14
5002026-03-27T04:25:53.041Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-03-27T04:25:54.451Z Compiling regex v1.12.3
5022026-03-27T04:25:54.791Z Compiling darling_core v0.21.3
5032026-03-27T04:25:55.538Z Compiling zerocopy-derive v0.8.47
5042026-03-27T04:25:55.538Z Compiling thiserror-impl v2.0.18
5052026-03-27T04:25:55.542Z Compiling serde_derive v1.0.228
5062026-03-27T04:25:55.542Z Compiling ref-cast-impl v1.0.25
5072026-03-27T04:25:55.542Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-03-27T04:25:56.860Z Compiling darling_macro v0.21.3
5092026-03-27T04:25:57.719Z Compiling darling v0.21.3
5102026-03-27T04:25:57.778Z Compiling ingot-macros v0.1.1
5112026-03-27T04:25:57.781Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-03-27T04:26:03.140Z 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-27T04:26:05.213Z Compiling byteorder v1.5.0
5142026-03-27T04:26:05.213Z Compiling cfg-if v1.0.4
5152026-03-27T04:26:05.213Z Compiling stable_deref_trait v1.2.1
5162026-03-27T04:26:05.213Z Compiling macaddr v1.0.1
5172026-03-27T04:26:05.278Z Compiling cobs v0.3.0
5182026-03-27T04:26:05.278Z Compiling managed v0.8.0
5192026-03-27T04:26:05.308Z Compiling bitflags v1.3.2
5202026-03-27T04:26:05.372Z Compiling hash32 v0.3.1
5212026-03-27T04:26:05.516Z Compiling dyn-clone v1.0.20
5222026-03-27T04:26:05.577Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5232026-03-27T04:26:06.798Z Compiling bitflags v2.11.0
5242026-03-27T04:26:06.798Z Compiling uuid v1.23.0
5252026-03-27T04:26:06.934Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5262026-03-27T04:26:07.227Z Compiling postcard v1.1.3
5272026-03-27T04:26:08.035Z Compiling ingot-types v0.1.2
5282026-03-27T04:26:08.350Z Compiling ingot v0.1.1
5292026-03-27T04:26:09.875Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5302026-03-27T04:26:13.576Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5312026-03-27T04:26:22.314Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5322026-03-27T04:26:50.008Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.89s
5332026-03-27T04:26:50.031ZLinking xde kmod...
5342026-03-27T04:26:50.566ZBuilding xde dev link helper (release).
5352026-03-27T04:26:50.724Z 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-27T04:26:50.724Z 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-27T04:26:50.724Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5382026-03-27T04:27:01.835Z 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-27T04:27:04.176Z Finished `release` profile [optimized + debuginfo] target(s) in 13.58s
5402026-03-27T04:27:04.195Z
5412026-03-27T04:27:04.200Zreal 1:13.433590532
5422026-03-27T04:27:04.200Zuser 2:02.155189246
5432026-03-27T04:27:04.200Zsys 11.864951761
5442026-03-27T04:27:04.200Ztrap 0.027331844
5452026-03-27T04:27:04.200Ztflt 0.131083257
5462026-03-27T04:27:04.200Zdflt 0.204937562
5472026-03-27T04:27:04.200Zkflt 0.000027346
5482026-03-27T04:27:04.200Zlock 10:16.824464205
5492026-03-27T04:27:04.200Zslp 5:43.598056693
5502026-03-27T04:27:04.200Zlat 2.953882721
5512026-03-27T04:27:04.200Zstop 5.171846174
5522026-03-27T04:27:04.200Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5532026-03-27T04:27:04.200Z+ grep GOTPCREL
5542026-03-27T04:27:05.909Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5552026-03-27T04:27:05.913Z+ grep GOTPCREL
5562026-03-27T04:27:06.796Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5572026-03-27T04:27:06.849Z+ sha256sum /work/debug/xde.dbg
5582026-03-27T04:27:06.899Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5592026-03-27T04:27:06.904Z+ sha256sum /work/debug/xde_link.dbg.so
5602026-03-27T04:27:06.907Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5612026-03-27T04:27:06.938Z+ sha256sum /work/release/xde
5622026-03-27T04:27:06.966Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5632026-03-27T04:27:06.969Z+ sha256sum /work/release/xde_link.so
5642026-03-27T04:27:06.969Z+ header 'build xde integration tests'
5652026-03-27T04:27:06.969Z+ echo '# ==== build xde integration tests ==== #'
5662026-03-27T04:27:06.969Z+ pushd xde-tests
5672026-03-27T04:27:06.969Z# ==== build xde integration tests ==== #
5682026-03-27T04:27:06.969Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5692026-03-27T04:27:06.969Z+ cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
5702026-03-27T04:27:07.049Z+ cargo clippy --all-targets -- --deny warnings
5712026-03-27T04:27:07.264Z Checking cfg-if v1.0.4
5722026-03-27T04:27:07.265Z Compiling serde_core v1.0.228
5732026-03-27T04:27:07.265Z Compiling libc v0.2.183
5742026-03-27T04:27:07.265Z Checking memchr v2.8.0
5752026-03-27T04:27:07.265Z Compiling rustversion v1.0.22
5762026-03-27T04:27:07.268Z Compiling serde v1.0.228
5772026-03-27T04:27:07.268Z Compiling version_check v0.9.5
5782026-03-27T04:27:07.268Z Compiling syn v2.0.117
5792026-03-27T04:27:07.333Z Compiling ident_case v1.0.1
5802026-03-27T04:27:07.436Z Compiling strsim v0.11.1
5812026-03-27T04:27:07.552Z Compiling fnv v1.0.7
5822026-03-27T04:27:07.615Z Compiling zerocopy v0.8.47
5832026-03-27T04:27:07.650Z Compiling syn v1.0.109
5842026-03-27T04:27:07.715Z Checking pin-project-lite v0.2.17
5852026-03-27T04:27:07.794Z Compiling regex-syntax v0.8.10
5862026-03-27T04:27:07.955Z Compiling either v1.15.0
5872026-03-27T04:27:07.990Z Compiling hashbrown v0.16.1
5882026-03-27T04:27:08.019Z Compiling aho-corasick v1.1.4
5892026-03-27T04:27:08.149Z Compiling winnow v1.0.0
5902026-03-27T04:27:08.191Z Compiling equivalent v1.0.2
5912026-03-27T04:27:08.191Z Compiling itertools v0.14.0
5922026-03-27T04:27:08.536Z Compiling indexmap v2.13.0
5932026-03-27T04:27:09.087Z Compiling toml_parser v1.1.0+spec-1.1.0
5942026-03-27T04:27:09.193Z Compiling toml_datetime v1.1.0+spec-1.1.0
5952026-03-27T04:27:09.314Z Compiling regex-automata v0.4.14
5962026-03-27T04:27:09.407Z Checking byteorder v1.5.0
5972026-03-27T04:27:09.411Z Compiling heapless v0.8.0
5982026-03-27T04:27:09.463Z Compiling toml_edit v0.25.8+spec-1.1.0
5992026-03-27T04:27:09.556Z Checking hash32 v0.3.1
6002026-03-27T04:27:09.626Z Checking bitflags v2.11.0
6012026-03-27T04:27:09.654Z Compiling slog v2.8.2
6022026-03-27T04:27:09.779Z Checking macaddr v1.0.1
6032026-03-27T04:27:09.854Z Compiling darling_core v0.21.3
6042026-03-27T04:27:09.874Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6052026-03-27T04:27:09.889Z Checking stable_deref_trait v1.2.1
6062026-03-27T04:27:09.910Z Checking futures-core v0.3.32
6072026-03-27T04:27:09.949Z Compiling smoltcp v0.11.0
6082026-03-27T04:27:10.020Z Checking futures-sink v0.3.32
6092026-03-27T04:27:10.107Z Checking futures-channel v0.3.32
6102026-03-27T04:27:10.119Z Compiling proc-macro-crate v3.5.0
6112026-03-27T04:27:10.301Z Compiling proc-macro-error-attr v1.0.4
6122026-03-27T04:27:10.348Z Checking rand_core v0.10.0
6132026-03-27T04:27:10.481Z Checking slab v0.4.12
6142026-03-27T04:27:10.518Z Checking futures-io v0.3.32
6152026-03-27T04:27:10.531Z Compiling crc32fast v1.5.0
6162026-03-27T04:27:10.618Z Compiling ref-cast v1.0.25
6172026-03-27T04:27:10.618Z Checking bitflags v1.3.2
6182026-03-27T04:27:10.633Z Checking futures-task v0.3.32
6192026-03-27T04:27:10.675Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6202026-03-27T04:27:10.759Z Compiling getrandom v0.4.2
6212026-03-27T04:27:10.812Z Checking managed v0.8.0
6222026-03-27T04:27:10.888Z Compiling autocfg v1.5.0
6232026-03-27T04:27:10.961Z Compiling regex v1.12.3
6242026-03-27T04:27:11.068Z Compiling serde_derive v1.0.228
6252026-03-27T04:27:11.071Z Compiling zerocopy-derive v0.8.47
6262026-03-27T04:27:11.235Z Compiling thiserror-impl v2.0.18
6272026-03-27T04:27:11.347Z Compiling futures-macro v0.3.32
6282026-03-27T04:27:11.691Z Compiling num-traits v0.2.19
6292026-03-27T04:27:11.867Z Compiling foreign-types-macros v0.2.3
6302026-03-27T04:27:11.919Z Compiling ref-cast-impl v1.0.25
6312026-03-27T04:27:11.963Z Compiling darling_macro v0.21.3
6322026-03-27T04:27:12.152Z Checking futures-util v0.3.32
6332026-03-27T04:27:12.156Z Compiling num_enum_derive v0.7.6
6342026-03-27T04:27:12.438Z Checking thiserror v2.0.18
6352026-03-27T04:27:12.501Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6362026-03-27T04:27:12.509Z Compiling darling v0.21.3
6372026-03-27T04:27:12.516Z Compiling proc-macro-error v1.0.4
6382026-03-27T04:27:12.520Z Checking cobs v0.3.0
6392026-03-27T04:27:12.575Z Compiling ingot-macros v0.1.1
6402026-03-27T04:27:12.643Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6412026-03-27T04:27:12.740Z Checking cpufeatures v0.3.0
6422026-03-27T04:27:12.780Z Checking foreign-types-shared v0.3.1
6432026-03-27T04:27:12.796Z Checking once_cell v1.21.4
6442026-03-27T04:27:12.854Z Checking ipnetwork v0.21.1
6452026-03-27T04:27:12.887Z Checking unicode-width v0.2.2
6462026-03-27T04:27:12.957Z Compiling getrandom v0.3.4
6472026-03-27T04:27:13.023Z Compiling crossbeam-utils v0.8.21
6482026-03-27T04:27:13.131Z Checking tabwriter v1.4.1
6492026-03-27T04:27:13.151Z Checking num_enum v0.7.6
6502026-03-27T04:27:13.249Z Checking tracing-core v0.1.36
6512026-03-27T04:27:13.295Z Checking foreign-types v0.5.0
6522026-03-27T04:27:13.299Z Checking chacha20 v0.10.0
6532026-03-27T04:27:13.354Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6542026-03-27T04:27:13.618Z Checking anyhow v1.0.102
6552026-03-27T04:27:13.778Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6562026-03-27T04:27:13.840Z Compiling tracing-attributes v0.1.31
6572026-03-27T04:27:13.927Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6582026-03-27T04:27:14.146Z Checking futures-executor v0.3.32
6592026-03-27T04:27:14.190Z Checking erased-serde v0.3.31
6602026-03-27T04:27:14.262Z Checking postcard v1.1.3
6612026-03-27T04:27:14.376Z Checking cstr-argument v0.1.2
6622026-03-27T04:27:14.486Z Checking dyn-clone v1.0.20
6632026-03-27T04:27:14.513Z Compiling num-conv v0.2.1
6642026-03-27T04:27:14.536Z Compiling time-core v0.1.8
6652026-03-27T04:27:14.574Z Checking pretty-hex v0.4.2
6662026-03-27T04:27:14.648Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
6672026-03-27T04:27:14.666Z Compiling thiserror v1.0.69
6682026-03-27T04:27:14.679Z Checking powerfmt v0.2.0
6692026-03-27T04:27:14.811Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6702026-03-27T04:27:14.822Z Checking deranged v0.5.8
6712026-03-27T04:27:14.866Z Compiling time-macros v0.2.27
6722026-03-27T04:27:14.963Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6732026-03-27T04:27:15.064Z Checking rand v0.10.0
6742026-03-27T04:27:15.083Z Checking tracing v0.1.44
6752026-03-27T04:27:15.123Z Checking futures v0.3.32
6762026-03-27T04:27:15.142Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6772026-03-27T04:27:15.313Z Checking ingot-types v0.1.2
6782026-03-27T04:27:15.397Z Compiling thiserror-impl v1.0.69
6792026-03-27T04:27:15.443Z Checking uuid v1.23.0
6802026-03-27T04:27:15.512Z Checking arc-swap v1.9.0
6812026-03-27T04:27:15.580Z Checking socket2 v0.6.3
6822026-03-27T04:27:15.634Z Checking ingot v0.1.1
6832026-03-27T04:27:15.698Z Checking nom v8.0.0
6842026-03-27T04:27:15.713Z Checking thread_local v1.1.9
6852026-03-27T04:27:15.722Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6862026-03-27T04:27:15.821Z Checking lazy_static v1.5.0
6872026-03-27T04:27:15.846Z Compiling slog-async v2.8.0
6882026-03-27T04:27:15.860Z Checking itoa v1.0.18
6892026-03-27T04:27:15.895Z Checking iana-time-zone v0.1.65
6902026-03-27T04:27:15.989Z Checking oxnet v0.1.4
6912026-03-27T04:27:16.116Z Checking colored v3.1.1
6922026-03-27T04:27:16.255Z Compiling heck v0.4.1
6932026-03-27T04:27:16.294Z Checking time v0.3.47
6942026-03-27T04:27:16.424Z Checking chrono v0.4.44
6952026-03-27T04:27:16.440Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6962026-03-27T04:27:16.631Z Checking slog-scope v4.4.1
6972026-03-27T04:27:16.752Z Checking crossbeam-channel v0.5.15
6982026-03-27T04:27:17.065Z Checking rand_core v0.9.5
6992026-03-27T04:27:17.091Z Checking ppv-lite86 v0.2.21
7002026-03-27T04:27:17.104Z Checking cookie-factory v0.3.3
7012026-03-27T04:27:17.189Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7022026-03-27T04:27:17.210Z Checking itertools v0.12.1
7032026-03-27T04:27:17.217Z Checking is-terminal v0.4.17
7042026-03-27T04:27:17.285Z Checking log v0.4.29
7052026-03-27T04:27:17.348Z Checking circular v0.3.0
7062026-03-27T04:27:17.363Z Checking take_mut v0.2.2
7072026-03-27T04:27:17.400Z Checking term v1.2.1
7082026-03-27T04:27:17.440Z Checking slog-stdlog v4.1.1
7092026-03-27T04:27:17.446Z Checking rand_chacha v0.9.0
7102026-03-27T04:27:17.603Z Checking rusticata-macros v5.0.0
7112026-03-27T04:27:17.608Z Checking rand v0.9.2
7122026-03-27T04:27:17.611Z Checking slog-term v2.9.2
7132026-03-27T04:27:17.721Z Checking pcap-parser v0.17.0
7142026-03-27T04:27:18.168Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7152026-03-27T04:27:18.466Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
7162026-03-27T04:27:19.027Z Checking slog-envlogger v2.2.0
7172026-03-27T04:27:21.582Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7182026-03-27T04:27:23.106Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7192026-03-27T04:27:23.107Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7202026-03-27T04:27:23.450Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7212026-03-27T04:27:23.950Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.85s
7222026-03-27T04:27:23.986Z+ cargo build --test loopback
7232026-03-27T04:27:24.158Z Compiling cfg-if v1.0.4
7242026-03-27T04:27:24.158Z Compiling memchr v2.8.0
7252026-03-27T04:27:24.161Z Compiling serde_core v1.0.228
7262026-03-27T04:27:24.161Z Compiling libc v0.2.183
7272026-03-27T04:27:24.189Z Compiling thiserror v2.0.18
7282026-03-27T04:27:24.189Z Compiling zerocopy v0.8.47
7292026-03-27T04:27:24.193Z Compiling pin-project-lite v0.2.17
7302026-03-27T04:27:24.196Z Compiling byteorder v1.5.0
7312026-03-27T04:27:24.233Z Compiling either v1.15.0
7322026-03-27T04:27:24.267Z Compiling macaddr v1.0.1
7332026-03-27T04:27:24.270Z Compiling futures-core v0.3.32
7342026-03-27T04:27:24.357Z Compiling hash32 v0.3.1
7352026-03-27T04:27:24.422Z Compiling futures-sink v0.3.32
7362026-03-27T04:27:24.423Z Compiling stable_deref_trait v1.2.1
7372026-03-27T04:27:24.489Z Compiling heapless v0.8.0
7382026-03-27T04:27:24.501Z Compiling futures-channel v0.3.32
7392026-03-27T04:27:24.507Z Compiling cobs v0.3.0
7402026-03-27T04:27:24.512Z Compiling slab v0.4.12
7412026-03-27T04:27:24.523Z Compiling futures-io v0.3.32
7422026-03-27T04:27:24.674Z Compiling managed v0.8.0
7432026-03-27T04:27:24.697Z Compiling futures-task v0.3.32
7442026-03-27T04:27:24.728Z Compiling rand_core v0.10.0
7452026-03-27T04:27:24.773Z Compiling bitflags v1.3.2
7462026-03-27T04:27:24.840Z Compiling futures-util v0.3.32
7472026-03-27T04:27:24.879Z Compiling smoltcp v0.11.0
7482026-03-27T04:27:24.884Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7492026-03-27T04:27:24.887Z Compiling ipnetwork v0.21.1
7502026-03-27T04:27:24.898Z Compiling cpufeatures v0.3.0
7512026-03-27T04:27:24.961Z Compiling unicode-width v0.2.2
7522026-03-27T04:27:25.116Z Compiling once_cell v1.21.4
7532026-03-27T04:27:25.266Z Compiling foreign-types-shared v0.3.1
7542026-03-27T04:27:25.349Z Compiling foreign-types v0.5.0
7552026-03-27T04:27:25.349Z Compiling tracing-core v0.1.36
7562026-03-27T04:27:25.386Z Compiling tabwriter v1.4.1
7572026-03-27T04:27:25.452Z Compiling chacha20 v0.10.0
7582026-03-27T04:27:25.759Z Compiling ref-cast v1.0.25
7592026-03-27T04:27:25.790Z Compiling num_enum v0.7.6
7602026-03-27T04:27:25.796Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7612026-03-27T04:27:25.850Z Compiling crc32fast v1.5.0
7622026-03-27T04:27:25.892Z Compiling serde v1.0.228
7632026-03-27T04:27:25.896Z Compiling bitflags v2.11.0
7642026-03-27T04:27:26.086Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7652026-03-27T04:27:26.117Z Compiling getrandom v0.4.2
7662026-03-27T04:27:26.314Z Compiling cstr-argument v0.1.2
7672026-03-27T04:27:26.331Z Compiling erased-serde v0.3.31
7682026-03-27T04:27:26.479Z Compiling postcard v1.1.3
7692026-03-27T04:27:26.537Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-03-27T04:27:26.643Z Compiling itertools v0.14.0
7712026-03-27T04:27:26.663Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7722026-03-27T04:27:26.713Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7732026-03-27T04:27:26.828Z Compiling slog v2.8.2
7742026-03-27T04:27:27.062Z Compiling ingot-types v0.1.2
7752026-03-27T04:27:27.203Z Compiling futures-executor v0.3.32
7762026-03-27T04:27:27.283Z Compiling dyn-clone v1.0.20
7772026-03-27T04:27:27.358Z Compiling pretty-hex v0.4.2
7782026-03-27T04:27:27.436Z Compiling ingot v0.1.1
7792026-03-27T04:27:27.447Z Compiling powerfmt v0.2.0
7802026-03-27T04:27:27.466Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7812026-03-27T04:27:27.493Z Compiling futures v0.3.32
7822026-03-27T04:27:27.561Z Compiling tracing v0.1.44
7832026-03-27T04:27:27.567Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7842026-03-27T04:27:27.605Z Compiling deranged v0.5.8
7852026-03-27T04:27:27.676Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7862026-03-27T04:27:27.679Z Compiling rand v0.10.0
7872026-03-27T04:27:27.702Z Compiling num-traits v0.2.19
7882026-03-27T04:27:27.826Z Compiling uuid v1.23.0
7892026-03-27T04:27:27.933Z Compiling crossbeam-utils v0.8.21
7902026-03-27T04:27:28.172Z Compiling getrandom v0.3.4
7912026-03-27T04:27:28.380Z Compiling nom v8.0.0
7922026-03-27T04:27:28.412Z Compiling aho-corasick v1.1.4
7932026-03-27T04:27:28.438Z Compiling socket2 v0.6.3
7942026-03-27T04:27:28.611Z Compiling thread_local v1.1.9
7952026-03-27T04:27:28.714Z Compiling arc-swap v1.9.0
7962026-03-27T04:27:28.871Z Compiling regex-syntax v0.8.10
7972026-03-27T04:27:29.052Z Compiling time-core v0.1.8
7982026-03-27T04:27:29.129Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7992026-03-27T04:27:29.196Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8002026-03-27T04:27:29.352Z Compiling iana-time-zone v0.1.65
8012026-03-27T04:27:29.371Z Compiling oxnet v0.1.4
8022026-03-27T04:27:29.663Z Compiling colored v3.1.1
8032026-03-27T04:27:29.714Z Compiling winnow v1.0.0
8042026-03-27T04:27:29.822Z Compiling num-conv v0.2.1
8052026-03-27T04:27:29.836Z Compiling lazy_static v1.5.0
8062026-03-27T04:27:29.928Z Compiling slog-scope v4.4.1
8072026-03-27T04:27:29.964Z Compiling time v0.3.47
8082026-03-27T04:27:30.520Z Compiling regex-automata v0.4.14
8092026-03-27T04:27:30.909Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
8102026-03-27T04:27:31.219Z Compiling rusticata-macros v5.0.0
8112026-03-27T04:27:31.541Z Compiling chrono v0.4.44
8122026-03-27T04:27:31.552Z Compiling thiserror v1.0.69
8132026-03-27T04:27:31.649Z Compiling rand_core v0.9.5
8142026-03-27T04:27:31.874Z Compiling crossbeam-channel v0.5.15
8152026-03-27T04:27:31.912Z Compiling cookie-factory v0.3.3
8162026-03-27T04:27:32.224Z Compiling ppv-lite86 v0.2.21
8172026-03-27T04:27:32.546Z Compiling is-terminal v0.4.17
8182026-03-27T04:27:32.636Z Compiling itertools v0.12.1
8192026-03-27T04:27:32.646Z Compiling log v0.4.29
8202026-03-27T04:27:32.904Z Compiling circular v0.3.0
8212026-03-27T04:27:33.168Z Compiling term v1.2.1
8222026-03-27T04:27:34.094Z Compiling take_mut v0.2.2
8232026-03-27T04:27:34.208Z Compiling slog-async v2.8.0
8242026-03-27T04:27:35.491Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8252026-03-27T04:27:35.644Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8262026-03-27T04:27:35.774Z Compiling slog-term v2.9.2
8272026-03-27T04:27:36.029Z Compiling pcap-parser v0.17.0
8282026-03-27T04:27:37.415Z Compiling slog-stdlog v4.1.1
8292026-03-27T04:27:37.689Z Compiling rand_chacha v0.9.0
8302026-03-27T04:27:37.790Z Compiling regex v1.12.3
8312026-03-27T04:27:37.810Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8322026-03-27T04:27:37.851Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8332026-03-27T04:27:38.543Z Compiling slog-envlogger v2.2.0
8342026-03-27T04:27:39.034Z Compiling rand v0.9.2
8352026-03-27T04:27:39.865Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
8362026-03-27T04:27:40.131Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-03-27T04:27:47.558Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.56s
8382026-03-27T04:27:47.593Z++ cargo build -q --test loopback --message-format=json
8392026-03-27T04:27:47.596Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-03-27T04:27:47.714Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-5cbbc7a87e5c0d0c
8412026-03-27T04:27:47.714Z+ cargo build --test multicast_rx
8422026-03-27T04:27:47.817Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-03-27T04:27:49.362Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.64s
8442026-03-27T04:27:49.398Z++ cargo build -q --test multicast_rx --message-format=json
8452026-03-27T04:27:49.401Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-03-27T04:27:49.522Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-b14c5af8e0880cc6
8472026-03-27T04:27:49.522Z+ cargo build --test multicast_multi_sub
8482026-03-27T04:27:49.627Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-03-27T04:27:51.356Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.82s
8502026-03-27T04:27:51.393Z++ cargo build -q --test multicast_multi_sub --message-format=json
8512026-03-27T04:27:51.396Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-03-27T04:27:51.515Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-30795bf59ac2489b
8532026-03-27T04:27:51.515Z+ cargo build --test multicast_validation
8542026-03-27T04:27:51.619Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-03-27T04:27:53.498Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.97s
8562026-03-27T04:27:53.533Z++ cargo build -q --test multicast_validation --message-format=json
8572026-03-27T04:27:53.536Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-03-27T04:27:53.658Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-a0a1f26478cd4a76
8592026-03-27T04:27:53.658Z+ mkdir -p /work/test
8602026-03-27T04:27:53.661Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-5cbbc7a87e5c0d0c /work/test/loopback
8612026-03-27T04:27:53.689Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-b14c5af8e0880cc6 /work/test/multicast_rx
8622026-03-27T04:27:53.720Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-30795bf59ac2489b /work/test/multicast_multi_sub
8632026-03-27T04:27:53.763Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-a0a1f26478cd4a76 /work/test/multicast_validation
8642026-03-27T04:27:53.804Zprocess exited: duration 241193 ms, exit code 0
 
8652026-03-27T04:27:53.821Zfound 13 output files
8662026-03-27T04:27:53.821Zuploading: /work/debug/xde.dbg (90319336 bytes)
8672026-03-27T04:27:55.433Zuploaded: /work/debug/xde.dbg
8682026-03-27T04:27:55.438Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8692026-03-27T04:27:56.448Zuploaded: /work/debug/xde.dbg.sha256
8702026-03-27T04:27:56.449Zuploading: /work/debug/xde_link.dbg.so (1068452 bytes)
8712026-03-27T04:27:57.492Zuploaded: /work/debug/xde_link.dbg.so
8722026-03-27T04:27:57.492Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8732026-03-27T04:27:58.509Zuploaded: /work/debug/xde_link.dbg.so.sha256
8742026-03-27T04:27:58.518Zuploading: /work/release/xde (48686328 bytes)
8752026-03-27T04:27:59.846Zuploaded: /work/release/xde
8762026-03-27T04:27:59.847Zuploading: /work/release/xde.sha256 (84 bytes)
8772026-03-27T04:28:00.871Zuploaded: /work/release/xde.sha256
8782026-03-27T04:28:00.871Zuploading: /work/release/xde_link.so (39480 bytes)
8792026-03-27T04:28:01.887Zuploaded: /work/release/xde_link.so
8802026-03-27T04:28:01.894Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8812026-03-27T04:28:02.905Zuploaded: /work/release/xde_link.so.sha256
8822026-03-27T04:28:02.909Zuploading: /work/test/loopback (49350320 bytes)
8832026-03-27T04:28:04.235Zuploaded: /work/test/loopback
8842026-03-27T04:28:04.235Zuploading: /work/test/multicast_rx (49647000 bytes)
8852026-03-27T04:28:05.530Zuploaded: /work/test/multicast_rx
8862026-03-27T04:28:05.534Zuploading: /work/test/multicast_multi_sub (53619096 bytes)
8872026-03-27T04:28:06.995Zuploaded: /work/test/multicast_multi_sub
8882026-03-27T04:28:06.999Zuploading: /work/test/multicast_validation (49818992 bytes)
8892026-03-27T04:28:08.287Zuploaded: /work/test/multicast_validation
8902026-03-27T04:28:08.287Zuploading: /work/xde.conf (79 bytes)
8912026-03-27T04:28:09.302Zuploaded: /work/xde.conf