01KSVGP34KX4ZERK7KJD67564A: opte-xde

BasicConfig {
    output_rules: [
        "=/work/debug/xde.dbg",
        "=/work/debug/xde.dbg.sha256",
        "=/work/debug/xde_link.dbg.so",
        "=/work/debug/xde_link.dbg.so.sha256",
        "=/work/release/xde",
        "=/work/release/xde.sha256",
        "=/work/release/xde_link.so",
        "=/work/release/xde_link.so.sha256",
        "=/work/test/loopback",
        "=/work/test/multicast_rx",
        "=/work/test/multicast_multi_sub",
        "=/work/test/multicast_validation",
        "=/work/test/multicast_source_filter",
        "=/work/xde.conf",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.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: 01KSVGPQ6RN6VMZK2XWNBYTE4G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-30T04:02:22.042Zjob assigned to worker 01KSVGPX5JJ9WKCVCTZR4SQ81N [factory aws, i-06f6408fc2d96bbc0] (queued for 48 s)
 
22026-05-30T04:02:28.853Zstarting task 0: "setup"
32026-05-30T04:02:28.856Z++ uname -s
42026-05-30T04:02:28.859Z+ kern=SunOS
52026-05-30T04:02:28.859Z+ build_user=build
62026-05-30T04:02:28.859Z+ build_uid=12345
72026-05-30T04:02:28.859Z+ work_dir=/work
82026-05-30T04:02:28.859Z+ input_dir=/input
92026-05-30T04:02:28.859Z+ [[ 0 == 12345 ]]
102026-05-30T04:02:28.859Z+ case "$kern" in
112026-05-30T04:02:28.859Z+ groupadd -g 12345 build
122026-05-30T04:02:28.862Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-30T04:02:30.865Z+ zfs create -o mountpoint=/work rpool/work
142026-05-30T04:02:30.970Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-30T04:02:30.973Z+ home_fs=zfs
162026-05-30T04:02:30.973Z+ [[ zfs == autofs ]]
172026-05-30T04:02:30.973Z+ mkdir -p /home/build
182026-05-30T04:02:30.973Z+ chown build:build /home/build /work
192026-05-30T04:02:32.974Z+ chmod 0700 /home/build /work
202026-05-30T04:02:32.979Zprocess exited: duration 4123 ms, exit code 0
 
212026-05-30T04:02:32.987Zstarting task 1: "rust-toolchain"
222026-05-30T04:02:32.993Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-30T04:02:32.993Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-30T04:02:32.993Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-30T04:02:32.993Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-30T04:02:32.993Z * rust toolchain channel = "1.95.0"
272026-05-30T04:02:32.993Z * rust toolchain profile = "default"
282026-05-30T04:02:32.993Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-30T04:02:32.993Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-30T04:02:33.103Zinfo: downloading installer
312026-05-30T04:02:34.653Zwarn: It looks like you have an existing rustup settings file at:
322026-05-30T04:02:34.653Zwarn: /home/build/.rustup/settings.toml
332026-05-30T04:02:34.653Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-30T04:02:34.653Zwarn: instead of the one inferred from the default host triple.
352026-05-30T04:02:34.666Zinfo: profile set to default
362026-05-30T04:02:34.666Zinfo: default host triple is x86_64-unknown-illumos
372026-05-30T04:02:34.669Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-30T04:02:34.804Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-30T04:02:34.807Zinfo: downloading 6 components
402026-05-30T04:02:49.426Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-30T04:02:49.426Z
422026-05-30T04:02:49.460Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-30T04:02:49.460Z
442026-05-30T04:02:49.460Z
452026-05-30T04:02:49.460ZRust is installed now. Great!
462026-05-30T04:02:49.460Z
472026-05-30T04:02:49.460ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-30T04:02:49.460Zenvironment variable. This has not been done automatically.
492026-05-30T04:02:49.460Z
502026-05-30T04:02:49.460ZTo configure your current shell, you need to source
512026-05-30T04:02:49.460Zthe corresponding env file under $HOME/.cargo.
522026-05-30T04:02:49.460Z
532026-05-30T04:02:49.460ZThis is usually done by running one of the following (note the leading DOT):
542026-05-30T04:02:49.460Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-30T04:02:49.460Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-30T04:02:49.464Zsource "~/.cargo/env.nu" # For nushell
572026-05-30T04:02:49.464Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-30T04:02:49.464Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-30T04:02:49.464Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-30T04:02:49.464Zwarn: no default linker (`cc`) was found in your PATH
612026-05-30T04:02:49.464Zwarn: many Rust crates require a system C toolchain to build
622026-05-30T04:02:49.547Z+ rustup --version
632026-05-30T04:02:49.556Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-30T04:02:49.559Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-30T04:02:49.578Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-30T04:02:49.580Z+ cargo --version
672026-05-30T04:02:49.595Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-30T04:02:49.598Z+ rustc --version
692026-05-30T04:02:49.620Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-30T04:02:49.624Zprocess exited: duration 16633 ms, exit code 0
 
712026-05-30T04:02:49.629Zstarting task 2: "authentication"
722026-05-30T04:02:49.646Zprocess exited: duration 16 ms, exit code 0
 
732026-05-30T04:02:49.651Zstarting task 3: "clone repository"
742026-05-30T04:02:49.654Z+ mkdir -p /work/oxidecomputer/opte
752026-05-30T04:02:49.657Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-30T04:02:49.694ZCloning into '/work/oxidecomputer/opte'...
772026-05-30T04:02:50.464Z+ cd /work/oxidecomputer/opte
782026-05-30T04:02:50.464Z+ git fetch origin 24b470b8d12aa183b4fd0951cce5852d1d72761b
792026-05-30T04:02:50.708ZFrom https://github.com/oxidecomputer/opte
802026-05-30T04:02:50.708Z * branch 24b470b8d12aa183b4fd0951cce5852d1d72761b -> FETCH_HEAD
812026-05-30T04:02:50.713Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-05-30T04:02:50.718Z++ git branch --show-current
832026-05-30T04:02:50.718Z+ current=master
842026-05-30T04:02:50.718Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-05-30T04:02:50.718Z+ git branch -f renovate/zerocopy-0.x-lockfile 24b470b8d12aa183b4fd0951cce5852d1d72761b
862026-05-30T04:02:50.721Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-05-30T04:02:50.735ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-05-30T04:02:50.739Z+ git reset --hard 24b470b8d12aa183b4fd0951cce5852d1d72761b
892026-05-30T04:02:50.752ZHEAD is now at 24b470b Update Rust crate zerocopy to v0.8.50
902026-05-30T04:02:50.755Zprocess exited: duration 1101 ms, exit code 0
 
912026-05-30T04:02:50.761Zstarting task 4: "build"
922026-05-30T04:02:50.764Z+ source .github/buildomat/common.sh
932026-05-30T04:02:50.767Z++ rustup show active-toolchain
942026-05-30T04:02:50.771Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-30T04:02:50.771Z++ pushd xde
962026-05-30T04:02:50.771Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-30T04:02:50.771Z++ rustup show active-toolchain
982026-05-30T04:02:50.775Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-30T04:02:50.930Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-30T04:02:50.933Zinfo: downloading 6 components
1012026-05-30T04:03:04.294Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-30T04:03:04.393Z+++ rustup show active-toolchain -v
1032026-05-30T04:03:04.396Z+++ head -n 1
1042026-05-30T04:03:04.396Z+++ cut '-d ' -f1
1052026-05-30T04:03:04.447Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-30T04:03:04.447Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-30T04:03:04.447Z++ popd
1082026-05-30T04:03:04.450Z/work/oxidecomputer/opte
1092026-05-30T04:03:04.450Z+ TGT_BASE=/work
1102026-05-30T04:03:04.450Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-05-30T04:03:04.450Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-05-30T04:03:04.450Z+ DBG_TGT=/work/debug
1132026-05-30T04:03:04.450Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-05-30T04:03:04.450Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-05-30T04:03:04.450Z+ REL_TGT=/work/release
1162026-05-30T04:03:04.450Z+ mkdir -p /work/debug /work/release
1172026-05-30T04:03:04.450Z+ cargo --version
1182026-05-30T04:03:04.458Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1192026-05-30T04:03:04.461Z+ rustc --version
1202026-05-30T04:03:04.480Zrustc 1.95.0 (59807616e 2026-04-14)
1212026-05-30T04:03:04.483Z+ install_pkg jq
1222026-05-30T04:03:04.484Z+ set +o errexit
1232026-05-30T04:03:04.484Z+ pfexec pkg install jq
1242026-05-30T04:03:05.427Z Startup: Refreshing catalog 'helios' ... Done
1252026-05-30T04:03:05.506Z Startup: Caching catalogs ... Done
1262026-05-30T04:03:05.796ZPlanning: Solver setup ... Done
1272026-05-30T04:03:05.815ZPlanning: Running solver ... Done
1282026-05-30T04:03:05.821ZPlanning: Consolidating action changes ... Done
1292026-05-30T04:03:05.825ZPlanning: Evaluating mediators ... Done
1302026-05-30T04:03:05.825ZPlanning: Planning completed in 0.30 seconds
1312026-05-30T04:03:05.838ZNo updates necessary for this image.
1322026-05-30T04:03:05.921Z+ exit_code=4
1332026-05-30T04:03:05.921Z+ [[ 4 -ne 0 ]]
1342026-05-30T04:03:05.921Z+ [[ 4 -ne 4 ]]
1352026-05-30T04:03:05.921Z+ set -o errexit
1362026-05-30T04:03:05.924Z+ pushd xde
1372026-05-30T04:03:05.924Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1382026-05-30T04:03:05.924Z+ cp xde.conf /work/xde.conf
1392026-05-30T04:03:05.924Z+ header 'check style'
1402026-05-30T04:03:05.924Z+ echo '# ==== check style ==== #'
1412026-05-30T04:03:05.924Z# ==== check style ==== #
1422026-05-30T04:03:05.924Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-05-30T04:03:06.134Z
1442026-05-30T04:03:06.134Zreal 0.208381066
1452026-05-30T04:03:06.134Zuser 0.153475524
1462026-05-30T04:03:06.134Zsys 0.044704655
1472026-05-30T04:03:06.134Ztrap 0.000007780
1482026-05-30T04:03:06.134Ztflt 0.000028640
1492026-05-30T04:03:06.134Zdflt 0.000000000
1502026-05-30T04:03:06.134Zkflt 0.000000000
1512026-05-30T04:03:06.134Zlock 0.034876360
1522026-05-30T04:03:06.134Zslp 0.186417256
1532026-05-30T04:03:06.134Zlat 0.000730000
1542026-05-30T04:03:06.134Zstop 0.000114460
1552026-05-30T04:03:06.138Z+ header analyze
1562026-05-30T04:03:06.138Z+ echo '# ==== analyze ==== #'
1572026-05-30T04:03:06.138Z# ==== analyze ==== #
1582026-05-30T04:03:06.138Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1592026-05-30T04:03:06.311Z Updating crates.io index
1602026-05-30T04:03:06.345Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-05-30T04:03:06.972Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-05-30T04:03:07.548Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-05-30T04:03:07.904Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-05-30T04:03:08.290Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-05-30T04:03:08.638Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-05-30T04:03:08.904Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-05-30T04:03:10.595Z Downloading crates ...
1682026-05-30T04:03:10.660Z Downloaded darling_core v0.21.3
1692026-05-30T04:03:10.664Z Downloaded darling_macro v0.23.0
1702026-05-30T04:03:10.676Z Downloaded proc-macro-error2 v2.0.1
1712026-05-30T04:03:10.679Z Downloaded darling v0.23.0
1722026-05-30T04:03:10.683Z Downloaded uuid v1.23.1
1732026-05-30T04:03:10.700Z Downloaded darling v0.21.3
1742026-05-30T04:03:10.713Z Downloaded either v1.15.0
1752026-05-30T04:03:10.723Z Downloaded macaddr v1.0.1
1762026-05-30T04:03:10.726Z Downloaded ident_case v1.0.1
1772026-05-30T04:03:10.726Z Downloaded defmt-parser v1.0.0
1782026-05-30T04:03:10.726Z Downloaded heapless v0.8.0
1792026-05-30T04:03:10.734Z Downloaded defmt v0.3.100
1802026-05-30T04:03:10.738Z Downloaded ref-cast-impl v1.0.25
1812026-05-30T04:03:10.741Z Downloaded ref-cast v1.0.25
1822026-05-30T04:03:10.744Z Downloaded proc-macro-error-attr2 v2.0.0
1832026-05-30T04:03:10.750Z Downloaded embedded-io v0.4.0
1842026-05-30T04:03:10.753Z Downloaded darling_macro v0.21.3
1852026-05-30T04:03:10.753Z Downloaded embedded-io v0.6.1
1862026-05-30T04:03:10.753Z Downloaded itertools v0.14.0
1872026-05-30T04:03:10.757Z Downloaded hash32 v0.3.1
1882026-05-30T04:03:10.760Z Downloaded aho-corasick v1.1.4
1892026-05-30T04:03:10.764Z Downloaded cfg-if v1.0.4
1902026-05-30T04:03:10.767Z Downloaded dyn-clone v1.0.20
1912026-05-30T04:03:10.767Z Downloaded strsim v0.11.1
1922026-05-30T04:03:10.770Z Downloaded cobs v0.3.0
1932026-05-30T04:03:10.774Z Downloaded version_check v0.9.5
1942026-05-30T04:03:10.777Z Downloaded stable_deref_trait v1.2.1
1952026-05-30T04:03:10.777Z Downloaded fnv v1.0.7
1962026-05-30T04:03:10.777Z Downloaded thiserror v2.0.18
1972026-05-30T04:03:10.780Z Downloaded thiserror-impl v2.0.18
1982026-05-30T04:03:10.798Z Downloaded quote v1.0.45
1992026-05-30T04:03:10.801Z Downloaded managed v0.8.0
2002026-05-30T04:03:10.801Z Downloaded bitflags v1.3.2
2012026-05-30T04:03:10.804Z Downloaded ingot-types v0.1.2
2022026-05-30T04:03:10.807Z Downloaded byteorder v1.5.0
2032026-05-30T04:03:10.819Z Downloaded crc32fast v1.5.0
2042026-05-30T04:03:10.822Z Downloaded ingot v0.1.1
2052026-05-30T04:03:10.828Z Downloaded ingot-macros v0.1.1
2062026-05-30T04:03:10.833Z Downloaded defmt v1.0.1
2072026-05-30T04:03:10.838Z Downloaded unicode-ident v1.0.24
2082026-05-30T04:03:10.841Z Downloaded bitflags v2.11.1
2092026-05-30T04:03:10.844Z Downloaded proc-macro2 v1.0.106
2102026-05-30T04:03:10.847Z Downloaded postcard v1.1.3
2112026-05-30T04:03:10.853Z Downloaded serde_core v1.0.228
2122026-05-30T04:03:10.856Z Downloaded darling_core v0.23.0
2132026-05-30T04:03:10.858Z Downloaded serde_derive v1.0.228
2142026-05-30T04:03:10.863Z Downloaded memchr v2.8.0
2152026-05-30T04:03:10.867Z Downloaded zerocopy-derive v0.8.50
2162026-05-30T04:03:10.872Z Downloaded serde v1.0.228
2172026-05-30T04:03:10.912Z Downloaded regex v1.12.3
2182026-05-30T04:03:10.958Z Downloaded zerocopy v0.8.50
2192026-05-30T04:03:10.968Z Downloaded regex-syntax v0.8.10
2202026-05-30T04:03:10.972Z Downloaded smoltcp v0.11.0
2212026-05-30T04:03:10.978Z Downloaded regex-automata v0.4.14
2222026-05-30T04:03:10.985Z Downloaded syn v2.0.117
2232026-05-30T04:03:11.025Z Downloaded defmt-macros v1.0.1
2242026-05-30T04:03:11.032Z Updating crates.io index
2252026-05-30T04:03:11.140Z Downloading crates ...
2262026-05-30T04:03:11.187Z Downloaded adler2 v2.0.1
2272026-05-30T04:03:11.201Z Downloaded rustc-demangle v0.1.27
2282026-05-30T04:03:11.203Z Downloaded memchr v2.7.6
2292026-05-30T04:03:11.207Z Downloaded foldhash v0.2.0
2302026-05-30T04:03:11.216Z Downloaded miniz_oxide v0.8.9
2312026-05-30T04:03:11.219Z Downloaded rustc-literal-escaper v0.0.7
2322026-05-30T04:03:11.222Z Downloaded getopts v0.2.24
2332026-05-30T04:03:11.229Z Downloaded addr2line v0.25.1
2342026-05-30T04:03:11.232Z Downloaded hashbrown v0.16.1
2352026-05-30T04:03:11.259Z Downloaded gimli v0.32.3
2362026-05-30T04:03:11.275Z Downloaded object v0.37.3
2372026-05-30T04:03:11.312Z Downloaded libc v0.2.183
2382026-05-30T04:03:11.370Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2392026-05-30T04:03:11.370Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2402026-05-30T04:03:11.370Z Compiling proc-macro2 v1.0.106
2412026-05-30T04:03:11.373Z Compiling unicode-ident v1.0.24
2422026-05-30T04:03:11.373Z Compiling quote v1.0.45
2432026-05-30T04:03:11.373Z Compiling strsim v0.11.1
2442026-05-30T04:03:11.373Z Compiling ident_case v1.0.1
2452026-05-30T04:03:11.373Z Compiling serde_core v1.0.228
2462026-05-30T04:03:11.549Z Compiling memchr v2.8.0
2472026-05-30T04:03:11.556Z Compiling fnv v1.0.7
2482026-05-30T04:03:11.640Z Compiling regex-syntax v0.8.10
2492026-05-30T04:03:11.821Z Compiling either v1.15.0
2502026-05-30T04:03:11.911Z Compiling thiserror v2.0.18
2512026-05-30T04:03:11.946Z Compiling aho-corasick v1.1.4
2522026-05-30T04:03:11.965Z Compiling serde v1.0.228
2532026-05-30T04:03:12.021Z Compiling zerocopy v0.8.50
2542026-05-30T04:03:12.232Z Compiling itertools v0.14.0
2552026-05-30T04:03:12.510Z Compiling heapless v0.8.0
2562026-05-30T04:03:12.562Z Compiling syn v2.0.117
2572026-05-30T04:03:12.701Z Compiling smoltcp v0.11.0
2582026-05-30T04:03:12.755Z Compiling ref-cast v1.0.25
2592026-05-30T04:03:13.025Z Compiling crc32fast v1.5.0
2602026-05-30T04:03:13.150Z Compiling regex-automata v0.4.14
2612026-05-30T04:03:13.169Z Compiling version_check v0.9.5
2622026-05-30T04:03:13.555Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-05-30T04:03:14.730Z Compiling regex v1.12.3
2642026-05-30T04:03:14.927Z Compiling darling_core v0.21.3
2652026-05-30T04:03:14.927Z Compiling darling_core v0.23.0
2662026-05-30T04:03:15.883Z Compiling thiserror-impl v2.0.18
2672026-05-30T04:03:15.883Z Compiling zerocopy-derive v0.8.50
2682026-05-30T04:03:15.883Z Compiling serde_derive v1.0.228
2692026-05-30T04:03:15.887Z Compiling ref-cast-impl v1.0.25
2702026-05-30T04:03:15.887Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2712026-05-30T04:03:17.492Z Compiling darling_macro v0.23.0
2722026-05-30T04:03:17.636Z Compiling darling_macro v0.21.3
2732026-05-30T04:03:18.448Z Compiling darling v0.23.0
2742026-05-30T04:03:18.518Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2752026-05-30T04:03:18.585Z Compiling darling v0.21.3
2762026-05-30T04:03:18.656Z Compiling ingot-macros v0.1.1
2772026-05-30T04:03:23.093Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2782026-05-30T04:03:25.198Z Checking byteorder v1.5.0
2792026-05-30T04:03:25.198Z Checking stable_deref_trait v1.2.1
2802026-05-30T04:03:25.202Z Checking cfg-if v1.0.4
2812026-05-30T04:03:25.202Z Checking macaddr v1.0.1
2822026-05-30T04:03:25.202Z Checking bitflags v1.3.2
2832026-05-30T04:03:25.269Z Checking managed v0.8.0
2842026-05-30T04:03:25.292Z Checking cobs v0.3.0
2852026-05-30T04:03:25.355Z Checking hash32 v0.3.1
2862026-05-30T04:03:25.355Z Checking dyn-clone v1.0.20
2872026-05-30T04:03:25.411Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2882026-05-30T04:03:26.529Z Checking bitflags v2.11.1
2892026-05-30T04:03:26.530Z Checking uuid v1.23.1
2902026-05-30T04:03:26.669Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-05-30T04:03:26.886Z Checking postcard v1.1.3
2922026-05-30T04:03:27.777Z Checking ingot-types v0.1.2
2932026-05-30T04:03:28.051Z Checking ingot v0.1.1
2942026-05-30T04:03:29.375Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-05-30T04:03:33.663Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-05-30T04:03:35.250Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-05-30T04:03:37.609Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.41s
2982026-05-30T04:03:37.859Z
2992026-05-30T04:03:37.859Zreal 31.580922269
3002026-05-30T04:03:37.859Zuser 1:15.577147999
3012026-05-30T04:03:37.859Zsys 10.357845075
3022026-05-30T04:03:37.859Ztrap 0.033151351
3032026-05-30T04:03:37.859Ztflt 0.046447707
3042026-05-30T04:03:37.859Zdflt 0.317941607
3052026-05-30T04:03:37.860Zkflt 0.019328166
3062026-05-30T04:03:37.860Zlock 3:53.980203603
3072026-05-30T04:03:37.860Zslp 3:32.803617952
3082026-05-30T04:03:37.860Zlat 3.482731987
3092026-05-30T04:03:37.860Zstop 6.400999147
3102026-05-30T04:03:37.874Z+ pushd xde-link
3112026-05-30T04:03:37.874Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3122026-05-30T04:03:37.874Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3132026-05-30T04:03:37.911Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3142026-05-30T04:03:37.911Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3152026-05-30T04:03:37.911Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-05-30T04:03:48.528Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3172026-05-30T04:03:50.711Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.92s
3182026-05-30T04:03:50.730Z
3192026-05-30T04:03:50.733Zreal 13.003919629
3202026-05-30T04:03:50.733Zuser 20.900944779
3212026-05-30T04:03:50.733Zsys 1.247833828
3222026-05-30T04:03:50.733Ztrap 0.005115460
3232026-05-30T04:03:50.733Ztflt 0.002490930
3242026-05-30T04:03:50.734Zdflt 0.042167681
3252026-05-30T04:03:50.734Zkflt 0.000002730
3262026-05-30T04:03:50.734Zlock 1:08.957610768
3272026-05-30T04:03:50.734Zslp 43.499064370
3282026-05-30T04:03:50.734Zlat 0.288562203
3292026-05-30T04:03:50.734Zstop 0.137170656
3302026-05-30T04:03:50.734Z+ popd
3312026-05-30T04:03:50.734Z+ popd
3322026-05-30T04:03:50.734Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3332026-05-30T04:03:50.734Z/work/oxidecomputer/opte
3342026-05-30T04:03:50.734Z+ header 'build xde (debug)'
3352026-05-30T04:03:50.734Z+ echo '# ==== build xde (debug) ==== #'
3362026-05-30T04:03:50.734Z# ==== build xde (debug) ==== #
3372026-05-30T04:03:50.734Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-05-30T04:03:50.881Z Downloading crates ...
3392026-05-30T04:03:50.930Z Downloaded anstyle-query v1.1.5
3402026-05-30T04:03:50.933Z Downloaded utf8parse v0.2.2
3412026-05-30T04:03:50.937Z Downloaded semver v1.0.28
3422026-05-30T04:03:50.940Z Downloaded itoa v1.0.18
3432026-05-30T04:03:50.943Z Downloaded clap v4.6.1
3442026-05-30T04:03:50.948Z Downloaded toml_writer v1.1.1+spec-1.1.0
3452026-05-30T04:03:50.951Z Downloaded terminal_size v0.4.4
3462026-05-30T04:03:50.951Z Downloaded serde_spanned v1.1.1
3472026-05-30T04:03:50.951Z Downloaded camino v1.2.2
3482026-05-30T04:03:50.954Z Downloaded anyhow v1.0.102
3492026-05-30T04:03:50.954Z Downloaded heck v0.5.0
3502026-05-30T04:03:50.957Z Downloaded errno v0.3.14
3512026-05-30T04:03:50.957Z Downloaded cargo-platform v0.3.3
3522026-05-30T04:03:50.963Z Downloaded colorchoice v1.0.5
3532026-05-30T04:03:50.966Z Downloaded zmij v1.0.21
3542026-05-30T04:03:50.966Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3552026-05-30T04:03:50.971Z Downloaded equivalent v1.0.2
3562026-05-30T04:03:50.974Z Downloaded anstyle v1.0.14
3572026-05-30T04:03:50.978Z Downloaded toml v1.1.2+spec-1.1.0
3582026-05-30T04:03:50.981Z Downloaded anstyle-parse v1.0.0
3592026-05-30T04:03:50.985Z Downloaded is_terminal_polyfill v1.70.2
3602026-05-30T04:03:50.988Z Downloaded clap_lex v1.1.0
3612026-05-30T04:03:50.991Z Downloaded anstream v1.0.0
3622026-05-30T04:03:50.998Z Downloaded cargo_metadata v0.23.1
3632026-05-30T04:03:51.003Z Downloaded toml_parser v1.1.2+spec-1.1.0
3642026-05-30T04:03:51.005Z Downloaded clap_derive v4.6.1
3652026-05-30T04:03:51.010Z Downloaded indexmap v2.14.0
3662026-05-30T04:03:51.035Z Downloaded serde_json v1.0.149
3672026-05-30T04:03:51.039Z Downloaded hashbrown v0.17.0
3682026-05-30T04:03:51.042Z Downloaded winnow v1.0.2
3692026-05-30T04:03:51.046Z Downloaded clap_builder v4.6.0
3702026-05-30T04:03:51.085Z Downloaded rustix v1.1.4
3712026-05-30T04:03:51.102Z Downloaded libc v0.2.186
3722026-05-30T04:03:51.151Z Compiling serde_core v1.0.228
3732026-05-30T04:03:51.151Z Compiling proc-macro2 v1.0.106
3742026-05-30T04:03:51.156Z Compiling unicode-ident v1.0.24
3752026-05-30T04:03:51.156Z Compiling quote v1.0.45
3762026-05-30T04:03:51.156Z Compiling libc v0.2.186
3772026-05-30T04:03:51.156Z Compiling rustix v1.1.4
3782026-05-30T04:03:51.156Z Compiling zmij v1.0.21
3792026-05-30T04:03:51.156Z Compiling bitflags v2.11.1
3802026-05-30T04:03:51.331Z Compiling utf8parse v0.2.2
3812026-05-30T04:03:51.437Z Compiling anstyle-parse v1.0.0
3822026-05-30T04:03:51.555Z Compiling anstyle v1.0.14
3832026-05-30T04:03:51.560Z Compiling thiserror v2.0.18
3842026-05-30T04:03:51.658Z Compiling is_terminal_polyfill v1.70.2
3852026-05-30T04:03:51.658Z Compiling serde v1.0.228
3862026-05-30T04:03:51.739Z Compiling serde_json v1.0.149
3872026-05-30T04:03:51.743Z Compiling camino v1.2.2
3882026-05-30T04:03:51.825Z Compiling anstyle-query v1.1.5
3892026-05-30T04:03:51.904Z Compiling errno v0.3.14
3902026-05-30T04:03:51.931Z Compiling colorchoice v1.0.5
3912026-05-30T04:03:52.044Z Compiling anstream v1.0.0
3922026-05-30T04:03:52.070Z Compiling anyhow v1.0.102
3932026-05-30T04:03:52.103Z Compiling memchr v2.8.0
3942026-05-30T04:03:52.168Z Compiling strsim v0.11.1
3952026-05-30T04:03:52.395Z Compiling itoa v1.0.18
3962026-05-30T04:03:52.398Z Compiling winnow v1.0.2
3972026-05-30T04:03:52.572Z Compiling syn v2.0.117
3982026-05-30T04:03:52.604Z Compiling terminal_size v0.4.4
3992026-05-30T04:03:52.673Z Compiling clap_lex v1.1.0
4002026-05-30T04:03:52.784Z Compiling heck v0.5.0
4012026-05-30T04:03:52.881Z Compiling clap_builder v4.6.0
4022026-05-30T04:03:52.995Z Compiling toml_parser v1.1.2+spec-1.1.0
4032026-05-30T04:03:53.189Z Compiling toml_writer v1.1.1+spec-1.1.0
4042026-05-30T04:03:53.439Z Compiling cargo-platform v0.3.3
4052026-05-30T04:03:53.445Z Compiling serde_spanned v1.1.1
4062026-05-30T04:03:53.564Z Compiling toml_datetime v1.1.1+spec-1.1.0
4072026-05-30T04:03:53.602Z Compiling semver v1.0.28
4082026-05-30T04:03:54.066Z Compiling toml v1.1.2+spec-1.1.0
4092026-05-30T04:03:54.983Z Compiling thiserror-impl v2.0.18
4102026-05-30T04:03:55.160Z Compiling serde_derive v1.0.228
4112026-05-30T04:03:55.184Z Compiling clap_derive v4.6.1
4122026-05-30T04:03:56.890Z Compiling clap v4.6.1
4132026-05-30T04:03:58.318Z Compiling cargo_metadata v0.23.1
4142026-05-30T04:04:00.748Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4152026-05-30T04:04:02.357Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.61s
4162026-05-30T04:04:02.371Z Running `target/debug/xtask build --profile debug xde xde-link`
4172026-05-30T04:04:03.850ZBuilding xde (dev).
4182026-05-30T04:04:04.083Z Compiling serde_core v1.0.228
4192026-05-30T04:04:04.083Z Compiling byteorder v1.5.0
4202026-05-30T04:04:04.083Z Compiling stable_deref_trait v1.2.1
4212026-05-30T04:04:04.086Z Compiling cfg-if v1.0.4
4222026-05-30T04:04:04.087Z Compiling macaddr v1.0.1
4232026-05-30T04:04:04.087Z Compiling zerocopy v0.8.50
4242026-05-30T04:04:04.087Z Compiling thiserror v2.0.18
4252026-05-30T04:04:04.117Z Compiling managed v0.8.0
4262026-05-30T04:04:04.162Z Compiling cobs v0.3.0
4272026-05-30T04:04:04.166Z Compiling bitflags v1.3.2
4282026-05-30T04:04:04.198Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-05-30T04:04:04.225Z Compiling either v1.15.0
4302026-05-30T04:04:04.275Z Compiling hash32 v0.3.1
4312026-05-30T04:04:04.330Z Compiling ref-cast v1.0.25
4322026-05-30T04:04:04.356Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4332026-05-30T04:04:04.396Z Compiling heapless v0.8.0
4342026-05-30T04:04:04.423Z Compiling itertools v0.14.0
4352026-05-30T04:04:04.426Z Compiling crc32fast v1.5.0
4362026-05-30T04:04:04.434Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4372026-05-30T04:04:04.486Z Compiling dyn-clone v1.0.20
4382026-05-30T04:04:04.617Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4392026-05-30T04:04:04.769Z Compiling smoltcp v0.11.0
4402026-05-30T04:04:05.712Z Compiling serde v1.0.228
4412026-05-30T04:04:05.712Z Compiling bitflags v2.11.1
4422026-05-30T04:04:05.712Z Compiling uuid v1.23.1
4432026-05-30T04:04:05.840Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4442026-05-30T04:04:06.125Z Compiling postcard v1.1.3
4452026-05-30T04:04:06.909Z Compiling ingot-types v0.1.2
4462026-05-30T04:04:07.188Z Compiling ingot v0.1.1
4472026-05-30T04:04:08.661Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4482026-05-30T04:04:13.055Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4492026-05-30T04:04:23.622Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4502026-05-30T04:04:32.081Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.20s
4512026-05-30T04:04:32.106ZLinking xde kmod...
4522026-05-30T04:04:33.325ZBuilding xde dev link helper (dev).
4532026-05-30T04:04:33.444Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4542026-05-30T04:04:33.784Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.47s
4552026-05-30T04:04:33.809Z
4562026-05-30T04:04:33.811Zreal 43.073725385
4572026-05-30T04:04:33.811Zuser 2:20.464491160
4582026-05-30T04:04:33.811Zsys 11.563156270
4592026-05-30T04:04:33.811Ztrap 0.057849690
4602026-05-30T04:04:33.811Ztflt 0.330660825
4612026-05-30T04:04:33.811Zdflt 0.405597044
4622026-05-30T04:04:33.811Zkflt 0.000016110
4632026-05-30T04:04:33.811Zlock 6:41.426440479
4642026-05-30T04:04:33.812Zslp 3:58.916215353
4652026-05-30T04:04:33.812Zlat 5.745121000
4662026-05-30T04:04:33.812Zstop 5.232823784
4672026-05-30T04:04:33.812Z+ header 'build xde (release)'
4682026-05-30T04:04:33.812Z+ echo '# ==== build xde (release) ==== #'
4692026-05-30T04:04:33.812Z+ ptime -m cargo xtask build --profile release xde xde-link
4702026-05-30T04:04:33.812Z# ==== build xde (release) ==== #
4712026-05-30T04:04:33.954Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4722026-05-30T04:04:33.957Z Running `target/debug/xtask build --profile release xde xde-link`
4732026-05-30T04:04:34.160ZBuilding xde (release-lto).
4742026-05-30T04:04:34.397Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4752026-05-30T04:04:34.397Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4762026-05-30T04:04:34.397Z Compiling proc-macro2 v1.0.106
4772026-05-30T04:04:34.397Z Compiling unicode-ident v1.0.24
4782026-05-30T04:04:34.397Z Compiling quote v1.0.45
4792026-05-30T04:04:34.402Z Compiling strsim v0.11.1
4802026-05-30T04:04:34.402Z Compiling ident_case v1.0.1
4812026-05-30T04:04:34.402Z Compiling serde_core v1.0.228
4822026-05-30T04:04:34.522Z Compiling fnv v1.0.7
4832026-05-30T04:04:34.525Z Compiling memchr v2.8.0
4842026-05-30T04:04:34.609Z Compiling regex-syntax v0.8.10
4852026-05-30T04:04:34.783Z Compiling thiserror v2.0.18
4862026-05-30T04:04:34.790Z Compiling zerocopy v0.8.50
4872026-05-30T04:04:34.794Z Compiling either v1.15.0
4882026-05-30T04:04:34.931Z Compiling aho-corasick v1.1.4
4892026-05-30T04:04:34.989Z Compiling serde v1.0.228
4902026-05-30T04:04:35.191Z Compiling itertools v0.14.0
4912026-05-30T04:04:35.400Z Compiling heapless v0.8.0
4922026-05-30T04:04:35.416Z Compiling smoltcp v0.11.0
4932026-05-30T04:04:35.578Z Compiling syn v2.0.117
4942026-05-30T04:04:35.629Z Compiling crc32fast v1.5.0
4952026-05-30T04:04:35.869Z Compiling ref-cast v1.0.25
4962026-05-30T04:04:35.880Z Compiling version_check v0.9.5
4972026-05-30T04:04:36.257Z Compiling regex-automata v0.4.14
4982026-05-30T04:04:36.280Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4992026-05-30T04:04:37.806Z Compiling regex v1.12.3
5002026-05-30T04:04:37.945Z Compiling darling_core v0.21.3
5012026-05-30T04:04:37.958Z Compiling darling_core v0.23.0
5022026-05-30T04:04:38.965Z Compiling serde_derive v1.0.228
5032026-05-30T04:04:38.965Z Compiling zerocopy-derive v0.8.50
5042026-05-30T04:04:38.965Z Compiling thiserror-impl v2.0.18
5052026-05-30T04:04:38.965Z Compiling ref-cast-impl v1.0.25
5062026-05-30T04:04:38.969Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-05-30T04:04:40.542Z Compiling darling_macro v0.21.3
5082026-05-30T04:04:40.675Z Compiling darling_macro v0.23.0
5092026-05-30T04:04:41.478Z Compiling darling v0.21.3
5102026-05-30T04:04:41.545Z Compiling ingot-macros v0.1.1
5112026-05-30T04:04:41.624Z Compiling darling v0.23.0
5122026-05-30T04:04:41.688Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-05-30T04:04:46.908Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5142026-05-30T04:04:49.063Z Compiling byteorder v1.5.0
5152026-05-30T04:04:49.063Z Compiling macaddr v1.0.1
5162026-05-30T04:04:49.067Z Compiling cfg-if v1.0.4
5172026-05-30T04:04:49.067Z Compiling stable_deref_trait v1.2.1
5182026-05-30T04:04:49.125Z Compiling bitflags v1.3.2
5192026-05-30T04:04:49.134Z Compiling cobs v0.3.0
5202026-05-30T04:04:49.165Z Compiling managed v0.8.0
5212026-05-30T04:04:49.257Z Compiling hash32 v0.3.1
5222026-05-30T04:04:49.410Z Compiling dyn-clone v1.0.20
5232026-05-30T04:04:49.430Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-05-30T04:04:50.744Z Compiling bitflags v2.11.1
5252026-05-30T04:04:50.744Z Compiling uuid v1.23.1
5262026-05-30T04:04:50.887Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-05-30T04:04:51.195Z Compiling postcard v1.1.3
5282026-05-30T04:04:52.028Z Compiling ingot-types v0.1.2
5292026-05-30T04:04:52.349Z Compiling ingot v0.1.1
5302026-05-30T04:04:53.913Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-05-30T04:04:57.808Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-05-30T04:05:06.958Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-05-30T04:05:37.184Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
5342026-05-30T04:05:37.208ZLinking xde kmod...
5352026-05-30T04:05:37.802ZBuilding xde dev link helper (release).
5362026-05-30T04:05:37.962Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5372026-05-30T04:05:37.962Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5382026-05-30T04:05:37.962Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-05-30T04:05:49.190Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-05-30T04:05:51.574Z Finished `release` profile [optimized + debuginfo] target(s) in 13.74s
5412026-05-30T04:05:51.596Z
5422026-05-30T04:05:51.600Zreal 1:17.783139729
5432026-05-30T04:05:51.600Zuser 2:13.573047679
5442026-05-30T04:05:51.600Zsys 13.024971012
5452026-05-30T04:05:51.600Ztrap 0.033123831
5462026-05-30T04:05:51.600Ztflt 0.171473449
5472026-05-30T04:05:51.600Zdflt 0.186410341
5482026-05-30T04:05:51.600Zkflt 0.000022490
5492026-05-30T04:05:51.600Zlock 11:11.526495103
5502026-05-30T04:05:51.600Zslp 6:20.952581619
5512026-05-30T04:05:51.600Zlat 2.241240649
5522026-05-30T04:05:51.600Zstop 5.295375037
5532026-05-30T04:05:51.600Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-05-30T04:05:51.600Z+ grep GOTPCREL
5552026-05-30T04:05:53.439Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-05-30T04:05:53.443Z+ grep GOTPCREL
5572026-05-30T04:05:54.407Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-05-30T04:05:54.466Z+ sha256sum /work/debug/xde.dbg
5592026-05-30T04:05:54.519Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-05-30T04:05:54.522Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-05-30T04:05:54.525Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-05-30T04:05:54.562Z+ sha256sum /work/release/xde
5632026-05-30T04:05:54.592Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-05-30T04:05:54.595Z+ sha256sum /work/release/xde_link.so
5652026-05-30T04:05:54.598Z+ header 'build xde integration tests'
5662026-05-30T04:05:54.598Z+ echo '# ==== build xde integration tests ==== #'
5672026-05-30T04:05:54.598Z+ pushd xde-tests
5682026-05-30T04:05:54.598Z# ==== build xde integration tests ==== #
5692026-05-30T04:05:54.598Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-05-30T04:05:54.598Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5712026-05-30T04:05:54.680Z+ cargo clippy --all-targets -- --deny warnings
5722026-05-30T04:05:54.900Z Compiling serde_core v1.0.228
5732026-05-30T04:05:54.900Z Checking cfg-if v1.0.4
5742026-05-30T04:05:54.900Z Checking memchr v2.8.0
5752026-05-30T04:05:54.900Z Compiling serde v1.0.228
5762026-05-30T04:05:54.900Z Compiling rustversion v1.0.22
5772026-05-30T04:05:54.904Z Compiling version_check v0.9.5
5782026-05-30T04:05:54.904Z Compiling strsim v0.11.1
5792026-05-30T04:05:54.904Z Compiling syn v2.0.117
5802026-05-30T04:05:54.972Z Compiling ident_case v1.0.1
5812026-05-30T04:05:55.082Z Compiling libc v0.2.186
5822026-05-30T04:05:55.208Z Compiling fnv v1.0.7
5832026-05-30T04:05:55.275Z Compiling regex-syntax v0.8.10
5842026-05-30T04:05:55.291Z Checking pin-project-lite v0.2.17
5852026-05-30T04:05:55.302Z Compiling syn v1.0.109
5862026-05-30T04:05:55.364Z Compiling either v1.15.0
5872026-05-30T04:05:55.562Z Compiling winnow v1.0.2
5882026-05-30T04:05:55.623Z Compiling aho-corasick v1.1.4
5892026-05-30T04:05:55.789Z Compiling hashbrown v0.17.0
5902026-05-30T04:05:55.800Z Compiling zerocopy v0.8.50
5912026-05-30T04:05:55.891Z Compiling equivalent v1.0.2
5922026-05-30T04:05:56.240Z Compiling itertools v0.14.0
5932026-05-30T04:05:56.332Z Compiling indexmap v2.14.0
5942026-05-30T04:05:56.594Z Compiling toml_parser v1.1.2+spec-1.1.0
5952026-05-30T04:05:56.820Z Compiling regex-automata v0.4.14
5962026-05-30T04:05:56.949Z Compiling toml_datetime v1.1.1+spec-1.1.0
5972026-05-30T04:05:57.153Z Checking byteorder v1.5.0
5982026-05-30T04:05:57.163Z Compiling heapless v0.8.0
5992026-05-30T04:05:57.210Z Compiling toml_edit v0.25.11+spec-1.1.0
6002026-05-30T04:05:57.307Z Checking hash32 v0.3.1
6012026-05-30T04:05:57.359Z Checking bitflags v2.11.1
6022026-05-30T04:05:57.412Z Compiling slog v2.8.2
6032026-05-30T04:05:57.471Z Compiling darling_core v0.21.3
6042026-05-30T04:05:57.519Z Compiling darling_core v0.23.0
6052026-05-30T04:05:57.664Z Checking macaddr v1.0.1
6062026-05-30T04:05:57.692Z Compiling smoltcp v0.11.0
6072026-05-30T04:05:57.804Z Checking futures-core v0.3.32
6082026-05-30T04:05:57.926Z Checking futures-sink v0.3.32
6092026-05-30T04:05:58.019Z Checking stable_deref_trait v1.2.1
6102026-05-30T04:05:58.052Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6112026-05-30T04:05:58.174Z Checking futures-channel v0.3.32
6122026-05-30T04:05:58.312Z Compiling proc-macro-crate v3.5.0
6132026-05-30T04:05:58.375Z Compiling proc-macro-error-attr v1.0.4
6142026-05-30T04:05:58.447Z Compiling getrandom v0.4.2
6152026-05-30T04:05:58.620Z Compiling regex v1.12.3
6162026-05-30T04:05:58.736Z Checking slab v0.4.12
6172026-05-30T04:05:58.741Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6182026-05-30T04:05:58.785Z Compiling serde_derive v1.0.228
6192026-05-30T04:05:58.887Z Compiling thiserror-impl v2.0.18
6202026-05-30T04:05:58.960Z Compiling zerocopy-derive v0.8.50
6212026-05-30T04:05:59.028Z Compiling futures-macro v0.3.32
6222026-05-30T04:05:59.395Z Checking rand_core v0.10.1
6232026-05-30T04:05:59.452Z Checking managed v0.8.0
6242026-05-30T04:05:59.533Z Checking bitflags v1.3.2
6252026-05-30T04:05:59.596Z Checking futures-io v0.3.32
6262026-05-30T04:05:59.633Z Compiling crc32fast v1.5.0
6272026-05-30T04:05:59.673Z Compiling darling_macro v0.21.3
6282026-05-30T04:05:59.703Z Checking futures-task v0.3.32
6292026-05-30T04:05:59.743Z Compiling darling_macro v0.23.0
6302026-05-30T04:05:59.834Z Compiling ref-cast v1.0.25
6312026-05-30T04:05:59.868Z Compiling autocfg v1.5.0
6322026-05-30T04:05:59.970Z Checking futures-util v0.3.32
6332026-05-30T04:06:00.136Z Checking thiserror v2.0.18
6342026-05-30T04:06:00.218Z Compiling num-traits v0.2.19
6352026-05-30T04:06:00.224Z Checking cobs v0.3.0
6362026-05-30T04:06:00.239Z Compiling darling v0.21.3
6372026-05-30T04:06:00.311Z Compiling ingot-macros v0.1.1
6382026-05-30T04:06:00.323Z Compiling darling v0.23.0
6392026-05-30T04:06:00.367Z Compiling num_enum_derive v0.7.6
6402026-05-30T04:06:00.390Z Compiling foreign-types-macros v0.2.3
6412026-05-30T04:06:00.459Z Compiling ref-cast-impl v1.0.25
6422026-05-30T04:06:01.073Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6432026-05-30T04:06:01.081Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6442026-05-30T04:06:01.355Z Compiling proc-macro-error v1.0.4
6452026-05-30T04:06:01.379Z Compiling crossbeam-utils v0.8.21
6462026-05-30T04:06:01.400Z Checking cpufeatures v0.3.0
6472026-05-30T04:06:01.414Z Checking once_cell v1.21.4
6482026-05-30T04:06:01.461Z Checking unicode-width v0.2.2
6492026-05-30T04:06:01.581Z Checking foreign-types-shared v0.3.1
6502026-05-30T04:06:01.594Z Checking ipnetwork v0.21.1
6512026-05-30T04:06:01.658Z Checking foreign-types v0.5.0
6522026-05-30T04:06:01.709Z Checking tabwriter v1.4.1
6532026-05-30T04:06:01.722Z Checking tracing-core v0.1.36
6542026-05-30T04:06:01.764Z Checking chacha20 v0.10.0
6552026-05-30T04:06:01.793Z Checking num_enum v0.7.6
6562026-05-30T04:06:01.935Z Checking erased-serde v0.3.31
6572026-05-30T04:06:01.955Z Checking postcard v1.1.3
6582026-05-30T04:06:01.960Z Checking futures-executor v0.3.32
6592026-05-30T04:06:02.097Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6602026-05-30T04:06:02.194Z Checking anyhow v1.0.102
6612026-05-30T04:06:02.239Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6622026-05-30T04:06:02.303Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6632026-05-30T04:06:02.325Z Compiling tracing-attributes v0.1.31
6642026-05-30T04:06:02.580Z Checking cstr-argument v0.1.2
6652026-05-30T04:06:02.734Z Checking dyn-clone v1.0.20
6662026-05-30T04:06:02.794Z Checking powerfmt v0.2.0
6672026-05-30T04:06:02.830Z Compiling time-core v0.1.8
6682026-05-30T04:06:02.898Z Compiling num-conv v0.2.1
6692026-05-30T04:06:02.947Z Compiling thiserror v1.0.69
6702026-05-30T04:06:02.971Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
6712026-05-30T04:06:02.971Z Checking pretty-hex v0.4.2
6722026-05-30T04:06:03.039Z Compiling time-macros v0.2.27
6732026-05-30T04:06:03.083Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6742026-05-30T04:06:03.116Z Checking deranged v0.5.8
6752026-05-30T04:06:03.217Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6762026-05-30T04:06:03.241Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6772026-05-30T04:06:03.306Z Checking ingot-types v0.1.2
6782026-05-30T04:06:03.407Z Checking rand v0.10.1
6792026-05-30T04:06:03.454Z Checking futures v0.3.32
6802026-05-30T04:06:03.573Z Compiling thiserror-impl v1.0.69
6812026-05-30T04:06:03.655Z Checking ingot v0.1.1
6822026-05-30T04:06:03.670Z Checking tracing v0.1.44
6832026-05-30T04:06:03.796Z Checking uuid v1.23.1
6842026-05-30T04:06:03.859Z Checking arc-swap v1.9.1
6852026-05-30T04:06:03.862Z Checking socket2 v0.6.3
6862026-05-30T04:06:03.878Z Checking nom v8.0.0
6872026-05-30T04:06:04.068Z Checking thread_local v1.1.9
6882026-05-30T04:06:04.071Z Checking iana-time-zone v0.1.65
6892026-05-30T04:06:04.082Z Compiling slog-async v2.8.0
6902026-05-30T04:06:04.099Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6912026-05-30T04:06:04.226Z Checking itoa v1.0.18
6922026-05-30T04:06:04.358Z Compiling heck v0.4.1
6932026-05-30T04:06:04.366Z Checking oxnet v0.1.5
6942026-05-30T04:06:04.509Z Checking colored v3.1.1
6952026-05-30T04:06:04.530Z Checking lazy_static v1.5.0
6962026-05-30T04:06:04.615Z Checking slog-scope v4.4.1
6972026-05-30T04:06:04.701Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6982026-05-30T04:06:04.744Z Checking time v0.3.47
6992026-05-30T04:06:04.807Z Checking chrono v0.4.44
7002026-05-30T04:06:04.855Z Checking crossbeam-channel v0.5.15
7012026-05-30T04:06:05.183Z Checking cookie-factory v0.3.3
7022026-05-30T04:06:05.276Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7032026-05-30T04:06:05.372Z Checking itertools v0.12.1
7042026-05-30T04:06:05.436Z Checking is-terminal v0.4.17
7052026-05-30T04:06:05.514Z Checking circular v0.3.0
7062026-05-30T04:06:05.574Z Checking log v0.4.29
7072026-05-30T04:06:05.625Z Checking take_mut v0.2.2
7082026-05-30T04:06:05.629Z Checking term v1.2.1
7092026-05-30T04:06:05.734Z Checking slog-stdlog v4.1.1
7102026-05-30T04:06:05.849Z Checking slog-term v2.9.2
7112026-05-30T04:06:05.852Z Checking rusticata-macros v5.0.0
7122026-05-30T04:06:05.975Z Checking pcap-parser v0.17.0
7132026-05-30T04:06:06.347Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7142026-05-30T04:06:06.633Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
7152026-05-30T04:06:07.089Z Checking slog-envlogger v2.2.0
7162026-05-30T04:06:09.874Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7172026-05-30T04:06:11.518Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7182026-05-30T04:06:11.518Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7192026-05-30T04:06:11.871Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7202026-05-30T04:06:12.422Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.70s
7212026-05-30T04:06:12.459Z+ cargo build --test loopback
7222026-05-30T04:06:12.637Z Compiling cfg-if v1.0.4
7232026-05-30T04:06:12.637Z Compiling memchr v2.8.0
7242026-05-30T04:06:12.640Z Compiling serde_core v1.0.228
7252026-05-30T04:06:12.666Z Compiling libc v0.2.186
7262026-05-30T04:06:12.669Z Compiling thiserror v2.0.18
7272026-05-30T04:06:12.672Z Compiling pin-project-lite v0.2.17
7282026-05-30T04:06:12.675Z Compiling byteorder v1.5.0
7292026-05-30T04:06:12.675Z Compiling either v1.15.0
7302026-05-30T04:06:12.718Z Compiling zerocopy v0.8.50
7312026-05-30T04:06:12.746Z Compiling stable_deref_trait v1.2.1
7322026-05-30T04:06:12.751Z Compiling macaddr v1.0.1
7332026-05-30T04:06:12.813Z Compiling hash32 v0.3.1
7342026-05-30T04:06:12.848Z Compiling futures-core v0.3.32
7352026-05-30T04:06:12.868Z Compiling futures-sink v0.3.32
7362026-05-30T04:06:12.963Z Compiling futures-channel v0.3.32
7372026-05-30T04:06:12.963Z Compiling heapless v0.8.0
7382026-05-30T04:06:12.997Z Compiling cobs v0.3.0
7392026-05-30T04:06:13.002Z Compiling futures-task v0.3.32
7402026-05-30T04:06:13.016Z Compiling slab v0.4.12
7412026-05-30T04:06:13.188Z Compiling managed v0.8.0
7422026-05-30T04:06:13.193Z Compiling rand_core v0.10.1
7432026-05-30T04:06:13.197Z Compiling futures-io v0.3.32
7442026-05-30T04:06:13.277Z Compiling bitflags v1.3.2
7452026-05-30T04:06:13.343Z Compiling futures-util v0.3.32
7462026-05-30T04:06:13.348Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7472026-05-30T04:06:13.379Z Compiling smoltcp v0.11.0
7482026-05-30T04:06:13.389Z Compiling unicode-width v0.2.2
7492026-05-30T04:06:13.413Z Compiling cpufeatures v0.3.0
7502026-05-30T04:06:13.482Z Compiling ipnetwork v0.21.1
7512026-05-30T04:06:13.594Z Compiling once_cell v1.21.4
7522026-05-30T04:06:13.698Z Compiling foreign-types-shared v0.3.1
7532026-05-30T04:06:13.786Z Compiling foreign-types v0.5.0
7542026-05-30T04:06:13.842Z Compiling tracing-core v0.1.36
7552026-05-30T04:06:13.861Z Compiling tabwriter v1.4.1
7562026-05-30T04:06:14.050Z Compiling chacha20 v0.10.0
7572026-05-30T04:06:14.278Z Compiling ref-cast v1.0.25
7582026-05-30T04:06:14.281Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7592026-05-30T04:06:14.376Z Compiling num_enum v0.7.6
7602026-05-30T04:06:14.399Z Compiling getrandom v0.4.2
7612026-05-30T04:06:14.487Z Compiling serde v1.0.228
7622026-05-30T04:06:14.616Z Compiling bitflags v2.11.1
7632026-05-30T04:06:14.662Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7642026-05-30T04:06:14.774Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7652026-05-30T04:06:14.985Z Compiling erased-serde v0.3.31
7662026-05-30T04:06:15.035Z Compiling postcard v1.1.3
7672026-05-30T04:06:15.129Z Compiling crc32fast v1.5.0
7682026-05-30T04:06:15.162Z Compiling cstr-argument v0.1.2
7692026-05-30T04:06:15.333Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-05-30T04:06:15.365Z Compiling itertools v0.14.0
7712026-05-30T04:06:15.377Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7722026-05-30T04:06:15.383Z Compiling powerfmt v0.2.0
7732026-05-30T04:06:15.434Z Compiling slog v2.8.2
7742026-05-30T04:06:15.672Z Compiling ingot-types v0.1.2
7752026-05-30T04:06:15.681Z Compiling futures-executor v0.3.32
7762026-05-30T04:06:15.738Z Compiling dyn-clone v1.0.20
7772026-05-30T04:06:15.906Z Compiling pretty-hex v0.4.2
7782026-05-30T04:06:15.954Z Compiling futures v0.3.32
7792026-05-30T04:06:16.030Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7802026-05-30T04:06:16.037Z Compiling ingot v0.1.1
7812026-05-30T04:06:16.042Z Compiling deranged v0.5.8
7822026-05-30T04:06:16.095Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7832026-05-30T04:06:16.104Z Compiling tracing v0.1.44
7842026-05-30T04:06:16.240Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7852026-05-30T04:06:16.292Z Compiling num-traits v0.2.19
7862026-05-30T04:06:16.346Z Compiling rand v0.10.1
7872026-05-30T04:06:16.361Z Compiling uuid v1.23.1
7882026-05-30T04:06:16.480Z Compiling crossbeam-utils v0.8.21
7892026-05-30T04:06:16.592Z Compiling nom v8.0.0
7902026-05-30T04:06:16.964Z Compiling aho-corasick v1.1.4
7912026-05-30T04:06:16.987Z Compiling socket2 v0.6.3
7922026-05-30T04:06:17.038Z Compiling thread_local v1.1.9
7932026-05-30T04:06:17.320Z Compiling arc-swap v1.9.1
7942026-05-30T04:06:17.352Z Compiling colored v3.1.1
7952026-05-30T04:06:17.455Z Compiling oxnet v0.1.5
7962026-05-30T04:06:17.719Z Compiling regex-syntax v0.8.10
7972026-05-30T04:06:17.809Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7982026-05-30T04:06:17.980Z Compiling iana-time-zone v0.1.65
7992026-05-30T04:06:18.197Z Compiling winnow v1.0.2
8002026-05-30T04:06:18.234Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8012026-05-30T04:06:18.344Z Compiling lazy_static v1.5.0
8022026-05-30T04:06:18.446Z Compiling num-conv v0.2.1
8032026-05-30T04:06:18.480Z Compiling time-core v0.1.8
8042026-05-30T04:06:18.487Z Compiling slog-scope v4.4.1
8052026-05-30T04:06:18.591Z Compiling time v0.3.47
8062026-05-30T04:06:18.623Z Compiling chrono v0.4.44
8072026-05-30T04:06:19.234Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
8082026-05-30T04:06:19.748Z Compiling regex-automata v0.4.14
8092026-05-30T04:06:20.303Z Compiling rusticata-macros v5.0.0
8102026-05-30T04:06:20.538Z Compiling thiserror v1.0.69
8112026-05-30T04:06:20.641Z Compiling crossbeam-channel v0.5.15
8122026-05-30T04:06:20.644Z Compiling cookie-factory v0.3.3
8132026-05-30T04:06:20.978Z Compiling is-terminal v0.4.17
8142026-05-30T04:06:21.077Z Compiling itertools v0.12.1
8152026-05-30T04:06:21.386Z Compiling term v1.2.1
8162026-05-30T04:06:22.522Z Compiling circular v0.3.0
8172026-05-30T04:06:22.653Z Compiling take_mut v0.2.2
8182026-05-30T04:06:22.765Z Compiling log v0.4.29
8192026-05-30T04:06:22.810Z Compiling slog-async v2.8.0
8202026-05-30T04:06:23.044Z Compiling slog-stdlog v4.1.1
8212026-05-30T04:06:23.479Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8222026-05-30T04:06:23.941Z Compiling pcap-parser v0.17.0
8232026-05-30T04:06:23.996Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8242026-05-30T04:06:24.651Z Compiling slog-term v2.9.2
8252026-05-30T04:06:25.807Z Compiling regex v1.12.3
8262026-05-30T04:06:26.101Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8272026-05-30T04:06:26.291Z Compiling slog-envlogger v2.2.0
8282026-05-30T04:06:26.641Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8292026-05-30T04:06:26.947Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
8302026-05-30T04:06:27.522Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8312026-05-30T04:06:36.244Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.77s
8322026-05-30T04:06:36.278Z++ cargo build -q --test loopback --message-format=json
8332026-05-30T04:06:36.282Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8342026-05-30T04:06:36.402Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-cc2c8e26e1d71565
8352026-05-30T04:06:36.402Z+ cargo build --test multicast_rx
8362026-05-30T04:06:36.509Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-05-30T04:06:38.177Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.76s
8382026-05-30T04:06:38.215Z++ cargo build -q --test multicast_rx --message-format=json
8392026-05-30T04:06:38.218Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-05-30T04:06:38.342Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-599d732aee452f9e
8412026-05-30T04:06:38.342Z+ cargo build --test multicast_multi_sub
8422026-05-30T04:06:38.450Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-05-30T04:06:40.277Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.92s
8442026-05-30T04:06:40.313Z++ cargo build -q --test multicast_multi_sub --message-format=json
8452026-05-30T04:06:40.316Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-05-30T04:06:40.440Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-3f8ac166ad295ce1
8472026-05-30T04:06:40.440Z+ cargo build --test multicast_validation
8482026-05-30T04:06:40.547Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-05-30T04:06:42.529Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.08s
8502026-05-30T04:06:42.566Z++ cargo build -q --test multicast_validation --message-format=json
8512026-05-30T04:06:42.569Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-05-30T04:06:42.699Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-9526a9898a9e017c
8532026-05-30T04:06:42.699Z+ cargo build --test multicast_source_filter
8542026-05-30T04:06:42.810Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-05-30T04:06:44.908Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.20s
8562026-05-30T04:06:44.944Z++ cargo build -q --test multicast_source_filter --message-format=json
8572026-05-30T04:06:44.947Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-05-30T04:06:45.069Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-5f3242fd7f23ba9e
8592026-05-30T04:06:45.069Z+ mkdir -p /work/test
8602026-05-30T04:06:45.072Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-cc2c8e26e1d71565 /work/test/loopback
8612026-05-30T04:06:45.106Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-599d732aee452f9e /work/test/multicast_rx
8622026-05-30T04:06:45.146Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-3f8ac166ad295ce1 /work/test/multicast_multi_sub
8632026-05-30T04:06:45.194Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-9526a9898a9e017c /work/test/multicast_validation
8642026-05-30T04:06:45.235Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-5f3242fd7f23ba9e /work/test/multicast_source_filter
8652026-05-30T04:06:45.279Zprocess exited: duration 234514 ms, exit code 0
 
8662026-05-30T04:06:45.296Zfound 14 output files
8672026-05-30T04:06:45.296Zuploading: /work/debug/xde.dbg (94596384 bytes)
8682026-05-30T04:06:46.845Zuploaded: /work/debug/xde.dbg
8692026-05-30T04:06:46.845Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-05-30T04:06:47.853Zuploaded: /work/debug/xde.dbg.sha256
8712026-05-30T04:06:47.853Zuploading: /work/debug/xde_link.dbg.so (1084980 bytes)
8722026-05-30T04:06:48.872Zuploaded: /work/debug/xde_link.dbg.so
8732026-05-30T04:06:48.877Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-05-30T04:06:49.885Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-05-30T04:06:49.885Zuploading: /work/release/xde (51986120 bytes)
8762026-05-30T04:06:51.303Zuploaded: /work/release/xde
8772026-05-30T04:06:51.303Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-05-30T04:06:52.315Zuploaded: /work/release/xde.sha256
8792026-05-30T04:06:52.315Zuploading: /work/release/xde_link.so (39516 bytes)
8802026-05-30T04:06:53.325Zuploaded: /work/release/xde_link.so
8812026-05-30T04:06:53.325Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-05-30T04:06:54.334Zuploaded: /work/release/xde_link.so.sha256
8832026-05-30T04:06:54.334Zuploading: /work/test/loopback (51786560 bytes)
8842026-05-30T04:06:55.614Zuploaded: /work/test/loopback
8852026-05-30T04:06:55.614Zuploading: /work/test/multicast_rx (52082480 bytes)
8862026-05-30T04:06:56.895Zuploaded: /work/test/multicast_rx
8872026-05-30T04:06:56.896Zuploading: /work/test/multicast_multi_sub (56214512 bytes)
8882026-05-30T04:06:58.211Zuploaded: /work/test/multicast_multi_sub
8892026-05-30T04:06:58.211Zuploading: /work/test/multicast_validation (52236304 bytes)
8902026-05-30T04:06:59.491Zuploaded: /work/test/multicast_validation
8912026-05-30T04:06:59.491Zuploading: /work/test/multicast_source_filter (52543064 bytes)
8922026-05-30T04:07:00.832Zuploaded: /work/test/multicast_source_filter
8932026-05-30T04:07:00.832Zuploading: /work/xde.conf (79 bytes)
8942026-05-30T04:07:01.841Zuploaded: /work/xde.conf