01KS31TKBD78JEB73BGJ7QJ2AS: 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: 01KS31VJ2RDTXT8MP85ZV5VQZB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T16:01:33.500Zjob assigned to worker 01KS31WE2G4PGW6ZVD7Y8VVZCE [factory aws, i-0015fc07a4e3eca91] (queued for 1 m 16 s)
 
22026-05-20T16:01:41.027Zstarting task 0: "setup"
32026-05-20T16:01:41.032Z++ uname -s
42026-05-20T16:01:41.036Z+ kern=SunOS
52026-05-20T16:01:41.036Z+ build_user=build
62026-05-20T16:01:41.036Z+ build_uid=12345
72026-05-20T16:01:41.036Z+ work_dir=/work
82026-05-20T16:01:41.036Z+ input_dir=/input
92026-05-20T16:01:41.036Z+ [[ 0 == 12345 ]]
102026-05-20T16:01:41.036Z+ case "$kern" in
112026-05-20T16:01:41.036Z+ groupadd -g 12345 build
122026-05-20T16:01:41.046Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T16:01:43.051Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T16:01:43.173Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T16:01:43.176Z+ home_fs=zfs
162026-05-20T16:01:43.176Z+ [[ zfs == autofs ]]
172026-05-20T16:01:43.176Z+ mkdir -p /home/build
182026-05-20T16:01:43.176Z+ chown build:build /home/build /work
192026-05-20T16:01:45.178Z+ chmod 0700 /home/build /work
202026-05-20T16:01:45.181Zprocess exited: duration 4152 ms, exit code 0
 
212026-05-20T16:01:45.188Zstarting task 1: "rust-toolchain"
222026-05-20T16:01:45.192Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-20T16:01:45.192Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T16:01:45.192Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-20T16:01:45.192Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T16:01:45.192Z * rust toolchain channel = "1.95.0"
272026-05-20T16:01:45.192Z * rust toolchain profile = "default"
282026-05-20T16:01:45.196Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T16:01:45.196Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-20T16:01:45.324Zinfo: downloading installer
312026-05-20T16:01:47.034Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T16:01:47.034Zwarn: /home/build/.rustup/settings.toml
332026-05-20T16:01:47.034Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T16:01:47.034Zwarn: instead of the one inferred from the default host triple.
352026-05-20T16:01:47.044Zinfo: profile set to default
362026-05-20T16:01:47.044Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T16:01:47.047Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-20T16:01:47.187Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-20T16:01:47.190Zinfo: downloading 6 components
402026-05-20T16:02:03.696Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-20T16:02:03.696Z
422026-05-20T16:02:03.735Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-20T16:02:03.735Z
442026-05-20T16:02:03.739Z
452026-05-20T16:02:03.739ZRust is installed now. Great!
462026-05-20T16:02:03.739Z
472026-05-20T16:02:03.739ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T16:02:03.739Zenvironment variable. This has not been done automatically.
492026-05-20T16:02:03.739Z
502026-05-20T16:02:03.739ZTo configure your current shell, you need to source
512026-05-20T16:02:03.739Zthe corresponding env file under $HOME/.cargo.
522026-05-20T16:02:03.739Z
532026-05-20T16:02:03.739ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T16:02:03.739Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T16:02:03.739Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T16:02:03.739Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T16:02:03.740Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T16:02:03.740Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T16:02:03.740Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T16:02:03.740Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T16:02:03.740Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T16:02:03.827Z+ rustup --version
632026-05-20T16:02:03.836Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T16:02:03.840Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T16:02:03.877Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-20T16:02:03.882Z+ cargo --version
672026-05-20T16:02:03.882Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-20T16:02:03.882Z+ rustc --version
692026-05-20T16:02:03.900Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-20T16:02:03.922Zprocess exited: duration 18713 ms, exit code 0
 
712026-05-20T16:02:03.930Zstarting task 2: "authentication"
722026-05-20T16:02:03.947Zprocess exited: duration 17 ms, exit code 0
 
732026-05-20T16:02:03.955Zstarting task 3: "clone repository"
742026-05-20T16:02:03.958Z+ mkdir -p /work/oxidecomputer/opte
752026-05-20T16:02:03.962Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-20T16:02:03.995ZCloning into '/work/oxidecomputer/opte'...
772026-05-20T16:02:04.918Z+ cd /work/oxidecomputer/opte
782026-05-20T16:02:04.918Z+ git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
792026-05-20T16:02:05.169ZFrom https://github.com/oxidecomputer/opte
802026-05-20T16:02:05.169Z * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD
812026-05-20T16:02:05.178Z+ [[ -n eviction-policy ]]
822026-05-20T16:02:05.181Z++ git branch --show-current
832026-05-20T16:02:05.181Z+ current=master
842026-05-20T16:02:05.181Z+ [[ master != eviction-policy ]]
852026-05-20T16:02:05.181Z+ git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
862026-05-20T16:02:05.204Z+ git checkout -f eviction-policy
872026-05-20T16:02:05.208ZSwitched to branch 'eviction-policy'
882026-05-20T16:02:05.208Z+ git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
892026-05-20T16:02:05.208ZHEAD is now at 1df13fe Comment.
902026-05-20T16:02:05.223Zprocess exited: duration 1253 ms, exit code 0
 
912026-05-20T16:02:05.231Zstarting task 4: "build"
922026-05-20T16:02:05.234Z+ source .github/buildomat/common.sh
932026-05-20T16:02:05.238Z++ rustup show active-toolchain
942026-05-20T16:02:05.241Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-20T16:02:05.241Z++ pushd xde
962026-05-20T16:02:05.241Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-20T16:02:05.241Z++ rustup show active-toolchain
982026-05-20T16:02:05.246Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-20T16:02:05.395Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-20T16:02:05.399Zinfo: downloading 6 components
1012026-05-20T16:02:20.467Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-20T16:02:20.572Z+++ rustup show active-toolchain -v
1032026-05-20T16:02:20.576Z+++ head -n 1
1042026-05-20T16:02:20.576Z+++ cut '-d ' -f1
1052026-05-20T16:02:20.633Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-20T16:02:20.633Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-20T16:02:20.633Z++ popd
1082026-05-20T16:02:20.637Z/work/oxidecomputer/opte
1092026-05-20T16:02:20.637Z+ TGT_BASE=/work
1102026-05-20T16:02:20.637Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-05-20T16:02:20.637Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-05-20T16:02:20.637Z+ DBG_TGT=/work/debug
1132026-05-20T16:02:20.637Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-05-20T16:02:20.637Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-05-20T16:02:20.637Z+ REL_TGT=/work/release
1162026-05-20T16:02:20.637Z+ mkdir -p /work/debug /work/release
1172026-05-20T16:02:20.637Z+ cargo --version
1182026-05-20T16:02:20.645Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1192026-05-20T16:02:20.649Z+ rustc --version
1202026-05-20T16:02:20.670Zrustc 1.95.0 (59807616e 2026-04-14)
1212026-05-20T16:02:20.673Z+ install_pkg jq
1222026-05-20T16:02:20.673Z+ set +o errexit
1232026-05-20T16:02:20.673Z+ pfexec pkg install jq
1242026-05-20T16:02:23.500Z Startup: Refreshing catalog 'helios' ... Done
1252026-05-20T16:02:23.560Z Startup: Caching catalogs ... Done
1262026-05-20T16:02:23.773ZPlanning: Solver setup ... Done
1272026-05-20T16:02:23.788ZPlanning: Running solver ... Done
1282026-05-20T16:02:23.817ZPlanning: Consolidating action changes ... Done
1292026-05-20T16:02:23.818ZPlanning: Evaluating mediators ... Done
1302026-05-20T16:02:23.818ZPlanning: Planning completed in 0.21 seconds
1312026-05-20T16:02:23.823ZNo updates necessary for this image.
1322026-05-20T16:02:24.092Z+ exit_code=4
1332026-05-20T16:02:24.092Z+ [[ 4 -ne 0 ]]
1342026-05-20T16:02:24.092Z+ [[ 4 -ne 4 ]]
1352026-05-20T16:02:24.103Z+ set -o errexit
1362026-05-20T16:02:24.103Z+ pushd xde
1372026-05-20T16:02:24.103Z+ cp xde.conf /work/xde.conf
1382026-05-20T16:02:24.104Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1392026-05-20T16:02:24.104Z+ header 'check style'
1402026-05-20T16:02:24.104Z+ echo '# ==== check style ==== #'
1412026-05-20T16:02:24.104Z# ==== check style ==== #
1422026-05-20T16:02:24.104Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-05-20T16:02:24.110Z
1442026-05-20T16:02:24.110Zreal 0.222894850
1452026-05-20T16:02:24.110Zuser 0.161104741
1462026-05-20T16:02:24.110Zsys 0.052728381
1472026-05-20T16:02:24.110Ztrap 0.000017087
1482026-05-20T16:02:24.110Ztflt 0.000008277
1492026-05-20T16:02:24.111Zdflt 0.000015774
1502026-05-20T16:02:24.111Zkflt 0.000000000
1512026-05-20T16:02:24.111Zlock 0.034835786
1522026-05-20T16:02:24.111Zslp 0.197078075
1532026-05-20T16:02:24.111Zlat 0.000769021
1542026-05-20T16:02:24.111Zstop 0.000112911
1552026-05-20T16:02:24.111Z+ header analyze
1562026-05-20T16:02:24.111Z+ echo '# ==== analyze ==== #'
1572026-05-20T16:02:24.111Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1582026-05-20T16:02:24.111Z# ==== analyze ==== #
1592026-05-20T16:02:24.815Z Updating crates.io index
1602026-05-20T16:02:24.832Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-05-20T16:02:26.129Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-05-20T16:02:26.200Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-05-20T16:02:26.200Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-05-20T16:02:26.226Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-05-20T16:02:26.458Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-05-20T16:02:26.744Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-05-20T16:02:28.253Z Downloading crates ...
1682026-05-20T16:02:28.312Z Downloaded darling_macro v0.21.3
1692026-05-20T16:02:28.317Z Downloaded dyn-clone v1.0.20
1702026-05-20T16:02:28.317Z Downloaded ident_case v1.0.1
1712026-05-20T16:02:28.317Z Downloaded strsim v0.11.1
1722026-05-20T16:02:28.320Z Downloaded hash32 v0.3.1
1732026-05-20T16:02:28.327Z Downloaded proc-macro-error-attr2 v2.0.0
1742026-05-20T16:02:28.327Z Downloaded quote v1.0.45
1752026-05-20T16:02:28.331Z Downloaded version_check v0.9.5
1762026-05-20T16:02:28.331Z Downloaded embedded-io v0.4.0
1772026-05-20T16:02:28.335Z Downloaded darling v0.23.0
1782026-05-20T16:02:28.339Z Downloaded thiserror-impl v2.0.18
1792026-05-20T16:02:28.343Z Downloaded ref-cast-impl v1.0.25
1802026-05-20T16:02:28.343Z Downloaded ingot-types v0.1.2
1812026-05-20T16:02:28.343Z Downloaded serde_derive v1.0.228
1822026-05-20T16:02:28.347Z Downloaded embedded-io v0.6.1
1832026-05-20T16:02:28.350Z Downloaded cobs v0.3.0
1842026-05-20T16:02:28.350Z Downloaded stable_deref_trait v1.2.1
1852026-05-20T16:02:28.350Z Downloaded managed v0.8.0
1862026-05-20T16:02:28.354Z Downloaded macaddr v1.0.1
1872026-05-20T16:02:28.354Z Downloaded defmt-parser v1.0.0
1882026-05-20T16:02:28.354Z Downloaded defmt v0.3.100
1892026-05-20T16:02:28.364Z Downloaded thiserror v2.0.18
1902026-05-20T16:02:28.368Z Downloaded either v1.15.0
1912026-05-20T16:02:28.375Z Downloaded darling_macro v0.23.0
1922026-05-20T16:02:28.384Z Downloaded cfg-if v1.0.4
1932026-05-20T16:02:28.397Z Downloaded ingot-macros v0.1.1
1942026-05-20T16:02:28.401Z Downloaded bitflags v2.11.1
1952026-05-20T16:02:28.409Z Downloaded darling v0.21.3
1962026-05-20T16:02:28.413Z Downloaded proc-macro-error2 v2.0.1
1972026-05-20T16:02:28.414Z Downloaded ref-cast v1.0.25
1982026-05-20T16:02:28.414Z Downloaded bitflags v1.3.2
1992026-05-20T16:02:28.418Z Downloaded byteorder v1.5.0
2002026-05-20T16:02:28.424Z Downloaded ingot v0.1.1
2012026-05-20T16:02:28.428Z Downloaded defmt v1.0.1
2022026-05-20T16:02:28.428Z Downloaded unicode-ident v1.0.24
2032026-05-20T16:02:28.432Z Downloaded fnv v1.0.7
2042026-05-20T16:02:28.436Z Downloaded defmt-macros v1.0.1
2052026-05-20T16:02:28.443Z Downloaded crc32fast v1.5.0
2062026-05-20T16:02:28.460Z Downloaded heapless v0.8.0
2072026-05-20T16:02:28.465Z Downloaded postcard v1.1.3
2082026-05-20T16:02:28.465Z Downloaded uuid v1.23.1
2092026-05-20T16:02:28.470Z Downloaded serde_core v1.0.228
2102026-05-20T16:02:28.470Z Downloaded zerocopy-derive v0.8.48
2112026-05-20T16:02:28.480Z Downloaded darling_core v0.23.0
2122026-05-20T16:02:28.493Z Downloaded proc-macro2 v1.0.106
2132026-05-20T16:02:28.499Z Downloaded serde v1.0.228
2142026-05-20T16:02:28.499Z Downloaded darling_core v0.21.3
2152026-05-20T16:02:28.502Z Downloaded regex v1.12.3
2162026-05-20T16:02:28.515Z Downloaded memchr v2.8.0
2172026-05-20T16:02:28.529Z Downloaded itertools v0.14.0
2182026-05-20T16:02:28.556Z Downloaded aho-corasick v1.1.4
2192026-05-20T16:02:28.577Z Downloaded zerocopy v0.8.48
2202026-05-20T16:02:28.607Z Downloaded smoltcp v0.11.0
2212026-05-20T16:02:28.611Z Downloaded syn v2.0.117
2222026-05-20T16:02:28.616Z Downloaded regex-syntax v0.8.10
2232026-05-20T16:02:28.631Z Downloaded regex-automata v0.4.14
2242026-05-20T16:02:28.642Z Updating crates.io index
2252026-05-20T16:02:28.737Z Downloading crates ...
2262026-05-20T16:02:28.780Z Downloaded getopts v0.2.24
2272026-05-20T16:02:28.787Z Downloaded rustc-literal-escaper v0.0.7
2282026-05-20T16:02:28.793Z Downloaded miniz_oxide v0.8.9
2292026-05-20T16:02:28.797Z Downloaded adler2 v2.0.1
2302026-05-20T16:02:28.810Z Downloaded foldhash v0.2.0
2312026-05-20T16:02:28.815Z Downloaded rustc-demangle v0.1.27
2322026-05-20T16:02:28.829Z Downloaded addr2line v0.25.1
2332026-05-20T16:02:28.842Z Downloaded memchr v2.7.6
2342026-05-20T16:02:28.848Z Downloaded hashbrown v0.16.1
2352026-05-20T16:02:28.879Z Downloaded object v0.37.3
2362026-05-20T16:02:28.889Z Downloaded gimli v0.32.3
2372026-05-20T16:02:28.922Z Downloaded libc v0.2.183
2382026-05-20T16:02:28.976Z 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-20T16:02:28.976Z 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-20T16:02:28.980Z Compiling proc-macro2 v1.0.106
2412026-05-20T16:02:28.980Z Compiling quote v1.0.45
2422026-05-20T16:02:28.980Z Compiling unicode-ident v1.0.24
2432026-05-20T16:02:28.981Z Compiling strsim v0.11.1
2442026-05-20T16:02:28.981Z Compiling ident_case v1.0.1
2452026-05-20T16:02:28.981Z Compiling serde_core v1.0.228
2462026-05-20T16:02:29.182Z Compiling fnv v1.0.7
2472026-05-20T16:02:29.197Z Compiling memchr v2.8.0
2482026-05-20T16:02:29.264Z Compiling regex-syntax v0.8.10
2492026-05-20T16:02:29.463Z Compiling thiserror v2.0.18
2502026-05-20T16:02:29.679Z Compiling aho-corasick v1.1.4
2512026-05-20T16:02:29.716Z Compiling either v1.15.0
2522026-05-20T16:02:29.742Z Compiling zerocopy v0.8.48
2532026-05-20T16:02:29.884Z Compiling serde v1.0.228
2542026-05-20T16:02:29.919Z Compiling itertools v0.14.0
2552026-05-20T16:02:30.078Z Compiling heapless v0.8.0
2562026-05-20T16:02:30.413Z Compiling smoltcp v0.11.0
2572026-05-20T16:02:30.595Z Compiling syn v2.0.117
2582026-05-20T16:02:30.606Z Compiling version_check v0.9.5
2592026-05-20T16:02:30.618Z Compiling crc32fast v1.5.0
2602026-05-20T16:02:30.902Z Compiling regex-automata v0.4.14
2612026-05-20T16:02:31.002Z Compiling ref-cast v1.0.25
2622026-05-20T16:02:31.018Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-05-20T16:02:32.555Z Compiling regex v1.12.3
2642026-05-20T16:02:33.037Z Compiling darling_core v0.21.3
2652026-05-20T16:02:33.037Z Compiling darling_core v0.23.0
2662026-05-20T16:02:33.838Z Compiling thiserror-impl v2.0.18
2672026-05-20T16:02:33.838Z Compiling zerocopy-derive v0.8.48
2682026-05-20T16:02:33.838Z Compiling serde_derive v1.0.228
2692026-05-20T16:02:33.842Z Compiling ref-cast-impl v1.0.25
2702026-05-20T16:02:33.842Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2712026-05-20T16:02:35.668Z Compiling darling_macro v0.23.0
2722026-05-20T16:02:35.839Z Compiling darling_macro v0.21.3
2732026-05-20T16:02:37.806Z Compiling darling v0.23.0
2742026-05-20T16:02:37.831Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2752026-05-20T16:02:37.831Z Compiling darling v0.21.3
2762026-05-20T16:02:37.832Z Compiling ingot-macros v0.1.1
2772026-05-20T16:02:41.225Z 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-20T16:02:45.477Z Checking byteorder v1.5.0
2792026-05-20T16:02:45.477Z Checking stable_deref_trait v1.2.1
2802026-05-20T16:02:45.477Z Checking cfg-if v1.0.4
2812026-05-20T16:02:45.509Z Checking macaddr v1.0.1
2822026-05-20T16:02:45.509Z Checking bitflags v1.3.2
2832026-05-20T16:02:45.509Z Checking managed v0.8.0
2842026-05-20T16:02:45.509Z Checking cobs v0.3.0
2852026-05-20T16:02:45.509Z Checking dyn-clone v1.0.20
2862026-05-20T16:02:45.509Z Checking hash32 v0.3.1
2872026-05-20T16:02:45.509Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2882026-05-20T16:02:45.509Z Checking bitflags v2.11.1
2892026-05-20T16:02:45.510Z Checking uuid v1.23.1
2902026-05-20T16:02:45.510Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-05-20T16:02:45.510Z Checking postcard v1.1.3
2922026-05-20T16:02:46.166Z Checking ingot-types v0.1.2
2932026-05-20T16:02:46.450Z Checking ingot v0.1.1
2942026-05-20T16:02:47.841Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-05-20T16:02:52.381Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-05-20T16:02:54.072Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-05-20T16:02:56.555Z Finished `dev` profile [optimized + debuginfo] target(s) in 32.39s
2982026-05-20T16:02:56.667Z
2992026-05-20T16:02:56.667Zreal 32.561400255
3002026-05-20T16:02:56.667Zuser 1:19.993904466
3012026-05-20T16:02:56.667Zsys 10.854606960
3022026-05-20T16:02:56.667Ztrap 0.041633030
3032026-05-20T16:02:56.667Ztflt 0.137261207
3042026-05-20T16:02:56.667Zdflt 0.622597531
3052026-05-20T16:02:56.667Zkflt 0.006952439
3062026-05-20T16:02:56.667Zlock 4:08.072274255
3072026-05-20T16:02:56.667Zslp 3:44.158628969
3082026-05-20T16:02:56.667Zlat 2.565112501
3092026-05-20T16:02:56.667Zstop 6.363386831
3102026-05-20T16:02:56.672Z+ pushd xde-link
3112026-05-20T16:02:56.672Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3122026-05-20T16:02:56.672Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3132026-05-20T16:02:56.859Z 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-20T16:02:56.859Z 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-20T16:02:56.859Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-05-20T16:03:07.739Z 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-20T16:03:09.997Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.26s
3182026-05-20T16:03:10.017Z
3192026-05-20T16:03:10.021Zreal 13.344117553
3202026-05-20T16:03:10.021Zuser 21.597760199
3212026-05-20T16:03:10.021Zsys 1.299433355
3222026-05-20T16:03:10.021Ztrap 0.003851467
3232026-05-20T16:03:10.021Ztflt 0.001317561
3242026-05-20T16:03:10.021Zdflt 0.040682679
3252026-05-20T16:03:10.021Zkflt 0.000001789
3262026-05-20T16:03:10.022Zlock 1:12.555479730
3272026-05-20T16:03:10.022Zslp 44.740651977
3282026-05-20T16:03:10.022Zlat 0.197051976
3292026-05-20T16:03:10.022Zstop 0.139883186
3302026-05-20T16:03:10.022Z+ popd
3312026-05-20T16:03:10.022Z+ popd
3322026-05-20T16:03:10.022Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3332026-05-20T16:03:10.022Z/work/oxidecomputer/opte
3342026-05-20T16:03:10.022Z+ header 'build xde (debug)'
3352026-05-20T16:03:10.022Z+ echo '# ==== build xde (debug) ==== #'
3362026-05-20T16:03:10.022Z# ==== build xde (debug) ==== #
3372026-05-20T16:03:10.022Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-05-20T16:03:10.179Z Downloading crates ...
3392026-05-20T16:03:10.227Z Downloaded equivalent v1.0.2
3402026-05-20T16:03:10.244Z Downloaded utf8parse v0.2.2
3412026-05-20T16:03:10.249Z Downloaded itoa v1.0.18
3422026-05-20T16:03:10.252Z Downloaded heck v0.5.0
3432026-05-20T16:03:10.256Z Downloaded cargo-platform v0.3.3
3442026-05-20T16:03:10.260Z Downloaded anstyle-parse v1.0.0
3452026-05-20T16:03:10.264Z Downloaded serde_spanned v1.1.1
3462026-05-20T16:03:10.264Z Downloaded colorchoice v1.0.5
3472026-05-20T16:03:10.264Z Downloaded is_terminal_polyfill v1.70.2
3482026-05-20T16:03:10.264Z Downloaded errno v0.3.14
3492026-05-20T16:03:10.268Z Downloaded clap_lex v1.1.0
3502026-05-20T16:03:10.268Z Downloaded anstyle-query v1.1.5
3512026-05-20T16:03:10.272Z Downloaded zmij v1.0.21
3522026-05-20T16:03:10.276Z Downloaded terminal_size v0.4.4
3532026-05-20T16:03:10.276Z Downloaded cargo_metadata v0.23.1
3542026-05-20T16:03:10.276Z Downloaded anstyle v1.0.14
3552026-05-20T16:03:10.280Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3562026-05-20T16:03:10.280Z Downloaded toml_writer v1.1.1+spec-1.1.0
3572026-05-20T16:03:10.284Z Downloaded anstream v1.0.0
3582026-05-20T16:03:10.287Z Downloaded clap_derive v4.6.1
3592026-05-20T16:03:10.292Z Downloaded toml_parser v1.1.2+spec-1.1.0
3602026-05-20T16:03:10.296Z Downloaded anyhow v1.0.102
3612026-05-20T16:03:10.296Z Downloaded semver v1.0.28
3622026-05-20T16:03:10.300Z Downloaded toml v1.1.2+spec-1.1.0
3632026-05-20T16:03:10.303Z Downloaded camino v1.2.2
3642026-05-20T16:03:10.304Z Downloaded clap v4.6.1
3652026-05-20T16:03:10.322Z Downloaded indexmap v2.14.0
3662026-05-20T16:03:10.334Z Downloaded serde_json v1.0.149
3672026-05-20T16:03:10.350Z Downloaded hashbrown v0.17.0
3682026-05-20T16:03:10.356Z Downloaded clap_builder v4.6.0
3692026-05-20T16:03:10.360Z Downloaded winnow v1.0.2
3702026-05-20T16:03:10.395Z Downloaded rustix v1.1.4
3712026-05-20T16:03:10.416Z Downloaded libc v0.2.186
3722026-05-20T16:03:10.466Z Compiling proc-macro2 v1.0.106
3732026-05-20T16:03:10.466Z Compiling serde_core v1.0.228
3742026-05-20T16:03:10.466Z Compiling unicode-ident v1.0.24
3752026-05-20T16:03:10.470Z Compiling quote v1.0.45
3762026-05-20T16:03:10.470Z Compiling libc v0.2.186
3772026-05-20T16:03:10.470Z Compiling rustix v1.1.4
3782026-05-20T16:03:10.470Z Compiling utf8parse v0.2.2
3792026-05-20T16:03:10.470Z Compiling bitflags v2.11.1
3802026-05-20T16:03:10.626Z Compiling zmij v1.0.21
3812026-05-20T16:03:10.642Z Compiling anstyle-parse v1.0.0
3822026-05-20T16:03:10.876Z Compiling thiserror v2.0.18
3832026-05-20T16:03:10.884Z Compiling colorchoice v1.0.5
3842026-05-20T16:03:10.970Z Compiling serde v1.0.228
3852026-05-20T16:03:10.988Z Compiling anstyle-query v1.1.5
3862026-05-20T16:03:10.988Z Compiling camino v1.2.2
3872026-05-20T16:03:11.075Z Compiling is_terminal_polyfill v1.70.2
3882026-05-20T16:03:11.091Z Compiling serde_json v1.0.149
3892026-05-20T16:03:11.145Z Compiling anstyle v1.0.14
3902026-05-20T16:03:11.355Z Compiling errno v0.3.14
3912026-05-20T16:03:11.388Z Compiling anstream v1.0.0
3922026-05-20T16:03:11.426Z Compiling clap_lex v1.1.0
3932026-05-20T16:03:11.488Z Compiling anyhow v1.0.102
3942026-05-20T16:03:11.528Z Compiling winnow v1.0.2
3952026-05-20T16:03:11.820Z Compiling heck v0.5.0
3962026-05-20T16:03:11.823Z Compiling itoa v1.0.18
3972026-05-20T16:03:11.826Z Compiling memchr v2.8.0
3982026-05-20T16:03:11.939Z Compiling terminal_size v0.4.4
3992026-05-20T16:03:11.976Z Compiling syn v2.0.117
4002026-05-20T16:03:12.018Z Compiling strsim v0.11.1
4012026-05-20T16:03:12.059Z Compiling toml_parser v1.1.2+spec-1.1.0
4022026-05-20T16:03:12.093Z Compiling toml_writer v1.1.1+spec-1.1.0
4032026-05-20T16:03:12.299Z Compiling clap_builder v4.6.0
4042026-05-20T16:03:12.921Z Compiling cargo-platform v0.3.3
4052026-05-20T16:03:13.034Z Compiling toml_datetime v1.1.1+spec-1.1.0
4062026-05-20T16:03:13.519Z Compiling serde_spanned v1.1.1
4072026-05-20T16:03:13.549Z Compiling semver v1.0.28
4082026-05-20T16:03:13.640Z Compiling toml v1.1.2+spec-1.1.0
4092026-05-20T16:03:14.392Z Compiling thiserror-impl v2.0.18
4102026-05-20T16:03:14.600Z Compiling serde_derive v1.0.228
4112026-05-20T16:03:14.636Z Compiling clap_derive v4.6.1
4122026-05-20T16:03:16.444Z Compiling clap v4.6.1
4132026-05-20T16:03:17.921Z Compiling cargo_metadata v0.23.1
4142026-05-20T16:03:20.449Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4152026-05-20T16:03:22.079Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.05s
4162026-05-20T16:03:22.095Z Running `target/debug/xtask build --profile debug xde xde-link`
4172026-05-20T16:03:23.603ZBuilding xde (dev).
4182026-05-20T16:03:23.842Z Compiling serde_core v1.0.228
4192026-05-20T16:03:23.842Z Compiling byteorder v1.5.0
4202026-05-20T16:03:23.847Z Compiling macaddr v1.0.1
4212026-05-20T16:03:23.847Z Compiling stable_deref_trait v1.2.1
4222026-05-20T16:03:23.847Z Compiling cfg-if v1.0.4
4232026-05-20T16:03:23.847Z Compiling zerocopy v0.8.48
4242026-05-20T16:03:23.847Z Compiling thiserror v2.0.18
4252026-05-20T16:03:23.876Z Compiling managed v0.8.0
4262026-05-20T16:03:23.926Z Compiling bitflags v1.3.2
4272026-05-20T16:03:23.930Z Compiling cobs v0.3.0
4282026-05-20T16:03:23.965Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-05-20T16:03:23.992Z Compiling either v1.15.0
4302026-05-20T16:03:24.046Z Compiling hash32 v0.3.1
4312026-05-20T16:03:24.105Z Compiling ref-cast v1.0.25
4322026-05-20T16:03:24.131Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4332026-05-20T16:03:24.169Z Compiling heapless v0.8.0
4342026-05-20T16:03:24.199Z Compiling itertools v0.14.0
4352026-05-20T16:03:24.204Z Compiling crc32fast v1.5.0
4362026-05-20T16:03:24.216Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4372026-05-20T16:03:24.263Z Compiling dyn-clone v1.0.20
4382026-05-20T16:03:24.404Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4392026-05-20T16:03:24.556Z Compiling smoltcp v0.11.0
4402026-05-20T16:03:25.583Z Compiling serde v1.0.228
4412026-05-20T16:03:25.583Z Compiling bitflags v2.11.1
4422026-05-20T16:03:25.583Z Compiling uuid v1.23.1
4432026-05-20T16:03:25.724Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4442026-05-20T16:03:26.044Z Compiling postcard v1.1.3
4452026-05-20T16:03:26.906Z Compiling ingot-types v0.1.2
4462026-05-20T16:03:27.199Z Compiling ingot v0.1.1
4472026-05-20T16:03:28.653Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4482026-05-20T16:03:33.129Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4492026-05-20T16:03:44.144Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4502026-05-20T16:03:53.040Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.40s
4512026-05-20T16:03:53.066ZLinking xde kmod...
4522026-05-20T16:03:54.352ZBuilding xde dev link helper (dev).
4532026-05-20T16:03:54.517Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4542026-05-20T16:03:54.887Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.50s
4552026-05-20T16:03:54.911Z
4562026-05-20T16:03:54.914Zreal 44.890431430
4572026-05-20T16:03:54.915Zuser 2:26.758087960
4582026-05-20T16:03:54.915Zsys 12.244241279
4592026-05-20T16:03:54.915Ztrap 0.077954319
4602026-05-20T16:03:54.915Ztflt 0.269124481
4612026-05-20T16:03:54.915Zdflt 0.451775737
4622026-05-20T16:03:54.915Zkflt 0.000024762
4632026-05-20T16:03:54.915Zlock 6:59.144098857
4642026-05-20T16:03:54.915Zslp 4:11.145035483
4652026-05-20T16:03:54.915Zlat 5.990770169
4662026-05-20T16:03:54.915Zstop 4.687990429
4672026-05-20T16:03:54.915Z+ header 'build xde (release)'
4682026-05-20T16:03:54.915Z+ echo '# ==== build xde (release) ==== #'
4692026-05-20T16:03:54.915Z# ==== build xde (release) ==== #
4702026-05-20T16:03:54.915Z+ ptime -m cargo xtask build --profile release xde xde-link
4712026-05-20T16:03:55.071Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.15s
4722026-05-20T16:03:55.075Z Running `target/debug/xtask build --profile release xde xde-link`
4732026-05-20T16:03:55.284ZBuilding xde (release-lto).
4742026-05-20T16:03:55.535Z 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-20T16:03:55.535Z 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-20T16:03:55.535Z Compiling proc-macro2 v1.0.106
4772026-05-20T16:03:55.535Z Compiling quote v1.0.45
4782026-05-20T16:03:55.535Z Compiling unicode-ident v1.0.24
4792026-05-20T16:03:55.535Z Compiling ident_case v1.0.1
4802026-05-20T16:03:55.539Z Compiling strsim v0.11.1
4812026-05-20T16:03:55.539Z Compiling serde_core v1.0.228
4822026-05-20T16:03:55.661Z Compiling fnv v1.0.7
4832026-05-20T16:03:55.665Z Compiling memchr v2.8.0
4842026-05-20T16:03:55.748Z Compiling regex-syntax v0.8.10
4852026-05-20T16:03:55.933Z Compiling zerocopy v0.8.48
4862026-05-20T16:03:55.941Z Compiling serde v1.0.228
4872026-05-20T16:03:55.945Z Compiling thiserror v2.0.18
4882026-05-20T16:03:56.094Z Compiling aho-corasick v1.1.4
4892026-05-20T16:03:56.328Z Compiling either v1.15.0
4902026-05-20T16:03:56.397Z Compiling heapless v0.8.0
4912026-05-20T16:03:56.530Z Compiling itertools v0.14.0
4922026-05-20T16:03:56.565Z Compiling smoltcp v0.11.0
4932026-05-20T16:03:56.727Z Compiling syn v2.0.117
4942026-05-20T16:03:56.803Z Compiling ref-cast v1.0.25
4952026-05-20T16:03:56.896Z Compiling crc32fast v1.5.0
4962026-05-20T16:03:57.020Z Compiling version_check v0.9.5
4972026-05-20T16:03:57.283Z Compiling regex-automata v0.4.14
4982026-05-20T16:03:57.400Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4992026-05-20T16:03:58.922Z Compiling regex v1.12.3
5002026-05-20T16:03:59.170Z Compiling darling_core v0.21.3
5012026-05-20T16:03:59.206Z Compiling darling_core v0.23.0
5022026-05-20T16:04:00.092Z Compiling thiserror-impl v2.0.18
5032026-05-20T16:04:00.092Z Compiling zerocopy-derive v0.8.48
5042026-05-20T16:04:00.092Z Compiling serde_derive v1.0.228
5052026-05-20T16:04:00.095Z Compiling ref-cast-impl v1.0.25
5062026-05-20T16:04:00.095Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-05-20T16:04:01.970Z Compiling darling_macro v0.21.3
5082026-05-20T16:04:02.123Z Compiling darling_macro v0.23.0
5092026-05-20T16:04:02.923Z Compiling darling v0.21.3
5102026-05-20T16:04:02.972Z Compiling ingot-macros v0.1.1
5112026-05-20T16:04:03.042Z Compiling darling v0.23.0
5122026-05-20T16:04:03.106Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-05-20T16:04:08.404Z 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-20T16:04:10.563Z Compiling byteorder v1.5.0
5152026-05-20T16:04:10.563Z Compiling stable_deref_trait v1.2.1
5162026-05-20T16:04:10.563Z Compiling cfg-if v1.0.4
5172026-05-20T16:04:10.567Z Compiling macaddr v1.0.1
5182026-05-20T16:04:10.628Z Compiling managed v0.8.0
5192026-05-20T16:04:10.632Z Compiling cobs v0.3.0
5202026-05-20T16:04:10.662Z Compiling bitflags v1.3.2
5212026-05-20T16:04:10.729Z Compiling hash32 v0.3.1
5222026-05-20T16:04:10.858Z Compiling dyn-clone v1.0.20
5232026-05-20T16:04:10.946Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-05-20T16:04:12.221Z Compiling bitflags v2.11.1
5252026-05-20T16:04:12.222Z Compiling uuid v1.23.1
5262026-05-20T16:04:12.367Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-05-20T16:04:12.671Z Compiling postcard v1.1.3
5282026-05-20T16:04:13.578Z Compiling ingot-types v0.1.2
5292026-05-20T16:04:13.902Z Compiling ingot v0.1.1
5302026-05-20T16:04:15.488Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-05-20T16:04:19.379Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-05-20T16:04:28.506Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-05-20T16:04:59.578Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 04s
5342026-05-20T16:04:59.602ZLinking xde kmod...
5352026-05-20T16:05:00.227ZBuilding xde dev link helper (release).
5362026-05-20T16:05:00.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)
5372026-05-20T16:05:00.397Z 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-20T16:05:00.397Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-05-20T16:05:11.679Z 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-20T16:05:14.080Z Finished `release` profile [optimized + debuginfo] target(s) in 13.82s
5412026-05-20T16:05:14.101Z
5422026-05-20T16:05:14.104Zreal 1:19.185672972
5432026-05-20T16:05:14.104Zuser 2:16.195123768
5442026-05-20T16:05:14.104Zsys 13.146951878
5452026-05-20T16:05:14.104Ztrap 0.036317890
5462026-05-20T16:05:14.104Ztflt 0.176060213
5472026-05-20T16:05:14.105Zdflt 0.232357580
5482026-05-20T16:05:14.105Zkflt 0.000016158
5492026-05-20T16:05:14.105Zlock 11:22.198924028
5502026-05-20T16:05:14.105Zslp 6:27.681377923
5512026-05-20T16:05:14.105Zlat 2.471154550
5522026-05-20T16:05:14.105Zstop 5.342770730
5532026-05-20T16:05:14.105Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-05-20T16:05:14.105Z+ grep GOTPCREL
5552026-05-20T16:05:15.974Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-05-20T16:05:15.977Z+ grep GOTPCREL
5572026-05-20T16:05:16.953Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-05-20T16:05:17.014Z+ sha256sum /work/debug/xde.dbg
5592026-05-20T16:05:17.068Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-05-20T16:05:17.072Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-05-20T16:05:17.075Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-05-20T16:05:17.113Z+ sha256sum /work/release/xde
5632026-05-20T16:05:17.142Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-05-20T16:05:17.146Z+ sha256sum /work/release/xde_link.so
5652026-05-20T16:05:17.149Z+ header 'build xde integration tests'
5662026-05-20T16:05:17.149Z+ echo '# ==== build xde integration tests ==== #'
5672026-05-20T16:05:17.149Z# ==== build xde integration tests ==== #
5682026-05-20T16:05:17.149Z+ pushd xde-tests
5692026-05-20T16:05:17.149Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-05-20T16:05:17.149Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5712026-05-20T16:05:17.231Z+ cargo clippy --all-targets -- --deny warnings
5722026-05-20T16:05:17.446Z Compiling serde_core v1.0.228
5732026-05-20T16:05:17.446Z Checking cfg-if v1.0.4
5742026-05-20T16:05:17.446Z Checking memchr v2.8.0
5752026-05-20T16:05:17.446Z Compiling rustversion v1.0.22
5762026-05-20T16:05:17.446Z Compiling serde v1.0.228
5772026-05-20T16:05:17.449Z Compiling strsim v0.11.1
5782026-05-20T16:05:17.449Z Compiling ident_case v1.0.1
5792026-05-20T16:05:17.449Z Compiling syn v2.0.117
5802026-05-20T16:05:17.517Z Compiling version_check v0.9.5
5812026-05-20T16:05:17.571Z Compiling libc v0.2.186
5822026-05-20T16:05:17.778Z Compiling fnv v1.0.7
5832026-05-20T16:05:17.813Z Compiling regex-syntax v0.8.10
5842026-05-20T16:05:17.845Z Compiling syn v1.0.109
5852026-05-20T16:05:17.858Z Checking pin-project-lite v0.2.17
5862026-05-20T16:05:17.936Z Compiling zerocopy v0.8.48
5872026-05-20T16:05:18.159Z Compiling aho-corasick v1.1.4
5882026-05-20T16:05:18.313Z Compiling equivalent v1.0.2
5892026-05-20T16:05:18.317Z Compiling hashbrown v0.17.0
5902026-05-20T16:05:18.332Z Compiling either v1.15.0
5912026-05-20T16:05:18.387Z Compiling winnow v1.0.2
5922026-05-20T16:05:18.524Z Compiling itertools v0.14.0
5932026-05-20T16:05:18.856Z Compiling indexmap v2.14.0
5942026-05-20T16:05:19.312Z Compiling regex-automata v0.4.14
5952026-05-20T16:05:19.423Z Compiling toml_parser v1.1.2+spec-1.1.0
5962026-05-20T16:05:19.456Z Compiling toml_datetime v1.1.1+spec-1.1.0
5972026-05-20T16:05:19.675Z Compiling heapless v0.8.0
5982026-05-20T16:05:19.744Z Checking byteorder v1.5.0
5992026-05-20T16:05:19.756Z Checking bitflags v2.11.1
6002026-05-20T16:05:19.880Z Compiling toml_edit v0.25.11+spec-1.1.0
6012026-05-20T16:05:19.897Z Checking hash32 v0.3.1
6022026-05-20T16:05:19.911Z Compiling slog v2.8.2
6032026-05-20T16:05:19.988Z Checking stable_deref_trait v1.2.1
6042026-05-20T16:05:20.025Z Checking futures-sink v0.3.32
6052026-05-20T16:05:20.052Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6062026-05-20T16:05:20.112Z Compiling darling_core v0.21.3
6072026-05-20T16:05:20.184Z Compiling darling_core v0.23.0
6082026-05-20T16:05:20.190Z Compiling smoltcp v0.11.0
6092026-05-20T16:05:20.305Z Checking futures-core v0.3.32
6102026-05-20T16:05:20.425Z Checking macaddr v1.0.1
6112026-05-20T16:05:20.552Z Compiling proc-macro-crate v3.5.0
6122026-05-20T16:05:20.564Z Checking futures-channel v0.3.32
6132026-05-20T16:05:20.826Z Compiling proc-macro-error-attr v1.0.4
6142026-05-20T16:05:20.983Z Compiling getrandom v0.4.2
6152026-05-20T16:05:21.064Z Compiling autocfg v1.5.0
6162026-05-20T16:05:21.131Z Compiling regex v1.12.3
6172026-05-20T16:05:21.258Z Checking slab v0.4.12
6182026-05-20T16:05:21.317Z Compiling serde_derive v1.0.228
6192026-05-20T16:05:21.406Z Compiling thiserror-impl v2.0.18
6202026-05-20T16:05:21.409Z Compiling zerocopy-derive v0.8.48
6212026-05-20T16:05:21.519Z Compiling futures-macro v0.3.32
6222026-05-20T16:05:21.862Z Checking futures-io v0.3.32
6232026-05-20T16:05:21.969Z Checking bitflags v1.3.2
6242026-05-20T16:05:21.974Z Checking managed v0.8.0
6252026-05-20T16:05:22.029Z Compiling ref-cast v1.0.25
6262026-05-20T16:05:22.147Z Compiling crc32fast v1.5.0
6272026-05-20T16:05:22.251Z Compiling darling_macro v0.21.3
6282026-05-20T16:05:22.322Z Compiling darling_macro v0.23.0
6292026-05-20T16:05:22.348Z Checking futures-task v0.3.32
6302026-05-20T16:05:22.354Z Checking rand_core v0.10.1
6312026-05-20T16:05:22.446Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6322026-05-20T16:05:22.477Z Checking futures-util v0.3.32
6332026-05-20T16:05:22.629Z Checking thiserror v2.0.18
6342026-05-20T16:05:22.678Z Compiling num-traits v0.2.19
6352026-05-20T16:05:22.721Z Checking cobs v0.3.0
6362026-05-20T16:05:22.821Z Compiling darling v0.21.3
6372026-05-20T16:05:22.845Z Compiling ref-cast-impl v1.0.25
6382026-05-20T16:05:22.882Z Compiling darling v0.23.0
6392026-05-20T16:05:22.887Z Compiling ingot-macros v0.1.1
6402026-05-20T16:05:22.916Z Compiling num_enum_derive v0.7.6
6412026-05-20T16:05:22.952Z Compiling foreign-types-macros v0.2.3
6422026-05-20T16:05:23.496Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6432026-05-20T16:05:23.594Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6442026-05-20T16:05:23.751Z Compiling proc-macro-error v1.0.4
6452026-05-20T16:05:23.787Z Compiling crossbeam-utils v0.8.21
6462026-05-20T16:05:23.872Z Checking ipnetwork v0.21.1
6472026-05-20T16:05:23.924Z Checking foreign-types-shared v0.3.1
6482026-05-20T16:05:23.992Z Checking once_cell v1.21.4
6492026-05-20T16:05:23.999Z Checking cpufeatures v0.3.0
6502026-05-20T16:05:24.021Z Checking unicode-width v0.2.2
6512026-05-20T16:05:24.053Z Checking chacha20 v0.10.0
6522026-05-20T16:05:24.107Z Checking foreign-types v0.5.0
6532026-05-20T16:05:24.154Z Checking tracing-core v0.1.36
6542026-05-20T16:05:24.241Z Checking num_enum v0.7.6
6552026-05-20T16:05:24.263Z Checking tabwriter v1.4.1
6562026-05-20T16:05:24.418Z Checking erased-serde v0.3.31
6572026-05-20T16:05:24.424Z Checking postcard v1.1.3
6582026-05-20T16:05:24.468Z Checking futures-executor v0.3.32
6592026-05-20T16:05:24.474Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6602026-05-20T16:05:24.629Z Checking anyhow v1.0.102
6612026-05-20T16:05:24.697Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6622026-05-20T16:05:24.714Z Compiling tracing-attributes v0.1.31
6632026-05-20T16:05:24.812Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6642026-05-20T16:05:25.118Z Checking cstr-argument v0.1.2
6652026-05-20T16:05:25.222Z Checking powerfmt v0.2.0
6662026-05-20T16:05:25.232Z Compiling time-core v0.1.8
6672026-05-20T16:05:25.261Z Checking dyn-clone v1.0.20
6682026-05-20T16:05:25.356Z Compiling num-conv v0.2.1
6692026-05-20T16:05:25.366Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
6702026-05-20T16:05:25.370Z Checking pretty-hex v0.4.2
6712026-05-20T16:05:25.475Z Compiling thiserror v1.0.69
6722026-05-20T16:05:25.483Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6732026-05-20T16:05:25.497Z Compiling time-macros v0.2.27
6742026-05-20T16:05:25.614Z Checking deranged v0.5.8
6752026-05-20T16:05:25.633Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6762026-05-20T16:05:25.659Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6772026-05-20T16:05:25.686Z Checking ingot-types v0.1.2
6782026-05-20T16:05:25.794Z Checking futures v0.3.32
6792026-05-20T16:05:25.856Z Checking rand v0.10.1
6802026-05-20T16:05:26.017Z Compiling thiserror-impl v1.0.69
6812026-05-20T16:05:26.035Z Checking ingot v0.1.1
6822026-05-20T16:05:26.057Z Checking tracing v0.1.44
6832026-05-20T16:05:26.245Z Checking uuid v1.23.1
6842026-05-20T16:05:26.270Z Checking arc-swap v1.9.1
6852026-05-20T16:05:26.310Z Checking socket2 v0.6.3
6862026-05-20T16:05:26.334Z Checking nom v8.0.0
6872026-05-20T16:05:26.503Z Checking thread_local v1.1.9
6882026-05-20T16:05:26.536Z Checking colored v3.1.1
6892026-05-20T16:05:26.690Z Checking itoa v1.0.18
6902026-05-20T16:05:26.726Z Checking oxnet v0.1.5
6912026-05-20T16:05:26.828Z Compiling slog-async v2.8.0
6922026-05-20T16:05:26.894Z Checking lazy_static v1.5.0
6932026-05-20T16:05:26.977Z Checking iana-time-zone v0.1.65
6942026-05-20T16:05:27.080Z Compiling heck v0.4.1
6952026-05-20T16:05:27.132Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6962026-05-20T16:05:27.219Z Checking chrono v0.4.44
6972026-05-20T16:05:27.260Z Checking slog-scope v4.4.1
6982026-05-20T16:05:27.270Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6992026-05-20T16:05:27.303Z Checking time v0.3.47
7002026-05-20T16:05:27.384Z Checking crossbeam-channel v0.5.15
7012026-05-20T16:05:27.651Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7022026-05-20T16:05:27.714Z Checking cookie-factory v0.3.3
7032026-05-20T16:05:27.938Z Checking itertools v0.12.1
7042026-05-20T16:05:27.962Z Checking is-terminal v0.4.17
7052026-05-20T16:05:28.029Z Checking take_mut v0.2.2
7062026-05-20T16:05:28.037Z Checking term v1.2.1
7072026-05-20T16:05:28.115Z Checking circular v0.3.0
7082026-05-20T16:05:28.139Z Checking log v0.4.29
7092026-05-20T16:05:28.256Z Checking slog-term v2.9.2
7102026-05-20T16:05:28.299Z Checking slog-stdlog v4.1.1
7112026-05-20T16:05:28.302Z Checking rusticata-macros v5.0.0
7122026-05-20T16:05:28.423Z Checking pcap-parser v0.17.0
7132026-05-20T16:05:28.907Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7142026-05-20T16:05:29.193Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
7152026-05-20T16:05:29.610Z Checking slog-envlogger v2.2.0
7162026-05-20T16:05:32.299Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7172026-05-20T16:05:33.990Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7182026-05-20T16:05:33.993Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7192026-05-20T16:05:34.336Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7202026-05-20T16:05:34.886Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.61s
7212026-05-20T16:05:34.924Z+ cargo build --test loopback
7222026-05-20T16:05:35.107Z Compiling cfg-if v1.0.4
7232026-05-20T16:05:35.107Z Compiling memchr v2.8.0
7242026-05-20T16:05:35.110Z Compiling serde_core v1.0.228
7252026-05-20T16:05:35.136Z Compiling libc v0.2.186
7262026-05-20T16:05:35.139Z Compiling thiserror v2.0.18
7272026-05-20T16:05:35.142Z Compiling pin-project-lite v0.2.17
7282026-05-20T16:05:35.145Z Compiling byteorder v1.5.0
7292026-05-20T16:05:35.148Z Compiling either v1.15.0
7302026-05-20T16:05:35.183Z Compiling zerocopy v0.8.48
7312026-05-20T16:05:35.215Z Compiling macaddr v1.0.1
7322026-05-20T16:05:35.219Z Compiling futures-core v0.3.32
7332026-05-20T16:05:35.313Z Compiling hash32 v0.3.1
7342026-05-20T16:05:35.338Z Compiling futures-sink v0.3.32
7352026-05-20T16:05:35.374Z Compiling stable_deref_trait v1.2.1
7362026-05-20T16:05:35.448Z Compiling heapless v0.8.0
7372026-05-20T16:05:35.448Z Compiling futures-channel v0.3.32
7382026-05-20T16:05:35.469Z Compiling cobs v0.3.0
7392026-05-20T16:05:35.474Z Compiling bitflags v1.3.2
7402026-05-20T16:05:35.484Z Compiling rand_core v0.10.1
7412026-05-20T16:05:35.538Z Compiling futures-io v0.3.32
7422026-05-20T16:05:35.636Z Compiling futures-task v0.3.32
7432026-05-20T16:05:35.675Z Compiling managed v0.8.0
7442026-05-20T16:05:35.725Z Compiling slab v0.4.12
7452026-05-20T16:05:35.743Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7462026-05-20T16:05:35.826Z Compiling foreign-types-shared v0.3.1
7472026-05-20T16:05:35.865Z Compiling futures-util v0.3.32
7482026-05-20T16:05:35.898Z Compiling smoltcp v0.11.0
7492026-05-20T16:05:35.899Z Compiling cpufeatures v0.3.0
7502026-05-20T16:05:35.907Z Compiling ipnetwork v0.21.1
7512026-05-20T16:05:35.964Z Compiling once_cell v1.21.4
7522026-05-20T16:05:35.987Z Compiling unicode-width v0.2.2
7532026-05-20T16:05:36.207Z Compiling tracing-core v0.1.36
7542026-05-20T16:05:36.307Z Compiling tabwriter v1.4.1
7552026-05-20T16:05:36.482Z Compiling chacha20 v0.10.0
7562026-05-20T16:05:36.729Z Compiling foreign-types v0.5.0
7572026-05-20T16:05:36.733Z Compiling ref-cast v1.0.25
7582026-05-20T16:05:36.801Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7592026-05-20T16:05:36.823Z Compiling num_enum v0.7.6
7602026-05-20T16:05:36.827Z Compiling getrandom v0.4.2
7612026-05-20T16:05:36.930Z Compiling serde v1.0.228
7622026-05-20T16:05:37.036Z Compiling bitflags v2.11.1
7632026-05-20T16:05:37.120Z Compiling crc32fast v1.5.0
7642026-05-20T16:05:37.368Z Compiling erased-serde v0.3.31
7652026-05-20T16:05:37.459Z Compiling postcard v1.1.3
7662026-05-20T16:05:37.524Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7672026-05-20T16:05:37.527Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7682026-05-20T16:05:37.570Z Compiling cstr-argument v0.1.2
7692026-05-20T16:05:37.628Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-05-20T16:05:37.732Z Compiling itertools v0.14.0
7712026-05-20T16:05:37.735Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7722026-05-20T16:05:37.811Z Compiling slog v2.8.2
7732026-05-20T16:05:38.084Z Compiling ingot-types v0.1.2
7742026-05-20T16:05:38.119Z Compiling futures-executor v0.3.32
7752026-05-20T16:05:38.254Z Compiling powerfmt v0.2.0
7762026-05-20T16:05:38.318Z Compiling pretty-hex v0.4.2
7772026-05-20T16:05:38.408Z Compiling dyn-clone v1.0.20
7782026-05-20T16:05:38.459Z Compiling ingot v0.1.1
7792026-05-20T16:05:38.491Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7802026-05-20T16:05:38.529Z Compiling deranged v0.5.8
7812026-05-20T16:05:38.566Z Compiling futures v0.3.32
7822026-05-20T16:05:38.638Z Compiling tracing v0.1.44
7832026-05-20T16:05:38.663Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7842026-05-20T16:05:38.702Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7852026-05-20T16:05:38.702Z Compiling num-traits v0.2.19
7862026-05-20T16:05:38.731Z Compiling rand v0.10.1
7872026-05-20T16:05:38.778Z Compiling uuid v1.23.1
7882026-05-20T16:05:39.015Z Compiling crossbeam-utils v0.8.21
7892026-05-20T16:05:39.183Z Compiling aho-corasick v1.1.4
7902026-05-20T16:05:39.376Z Compiling nom v8.0.0
7912026-05-20T16:05:39.392Z Compiling socket2 v0.6.3
7922026-05-20T16:05:39.514Z Compiling thread_local v1.1.9
7932026-05-20T16:05:39.701Z Compiling arc-swap v1.9.1
7942026-05-20T16:05:39.899Z Compiling oxnet v0.1.5
7952026-05-20T16:05:39.935Z Compiling num-conv v0.2.1
7962026-05-20T16:05:40.092Z Compiling colored v3.1.1
7972026-05-20T16:05:40.113Z Compiling lazy_static v1.5.0
7982026-05-20T16:05:40.209Z Compiling regex-syntax v0.8.10
7992026-05-20T16:05:40.341Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8002026-05-20T16:05:40.420Z Compiling time-core v0.1.8
8012026-05-20T16:05:40.565Z Compiling winnow v1.0.2
8022026-05-20T16:05:40.583Z Compiling iana-time-zone v0.1.65
8032026-05-20T16:05:40.769Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8042026-05-20T16:05:40.998Z Compiling chrono v0.4.44
8052026-05-20T16:05:41.016Z Compiling time v0.3.47
8062026-05-20T16:05:41.082Z Compiling slog-scope v4.4.1
8072026-05-20T16:05:42.032Z Compiling regex-automata v0.4.14
8082026-05-20T16:05:42.113Z Compiling rusticata-macros v5.0.0
8092026-05-20T16:05:42.464Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
8102026-05-20T16:05:42.831Z Compiling thiserror v1.0.69
8112026-05-20T16:05:42.932Z Compiling crossbeam-channel v0.5.15
8122026-05-20T16:05:42.961Z Compiling cookie-factory v0.3.3
8132026-05-20T16:05:43.288Z Compiling is-terminal v0.4.17
8142026-05-20T16:05:43.382Z Compiling itertools v0.12.1
8152026-05-20T16:05:43.688Z Compiling term v1.2.1
8162026-05-20T16:05:44.832Z Compiling log v0.4.29
8172026-05-20T16:05:45.079Z Compiling take_mut v0.2.2
8182026-05-20T16:05:45.144Z Compiling circular v0.3.0
8192026-05-20T16:05:45.188Z Compiling slog-async v2.8.0
8202026-05-20T16:05:45.412Z Compiling pcap-parser v0.17.0
8212026-05-20T16:05:46.293Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8222026-05-20T16:05:47.045Z Compiling slog-stdlog v4.1.1
8232026-05-20T16:05:47.289Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8242026-05-20T16:05:47.481Z Compiling slog-term v2.9.2
8252026-05-20T16:05:48.082Z Compiling regex v1.12.3
8262026-05-20T16:05:49.077Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8272026-05-20T16:05:49.134Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8282026-05-20T16:05:49.248Z Compiling slog-envlogger v2.2.0
8292026-05-20T16:05:49.308Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
8302026-05-20T16:05:50.658Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8312026-05-20T16:05:58.819Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.88s
8322026-05-20T16:05:58.853Z++ cargo build -q --test loopback --message-format=json
8332026-05-20T16:05:58.856Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8342026-05-20T16:05:59.000Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583
8352026-05-20T16:05:59.000Z+ cargo build --test multicast_rx
8362026-05-20T16:05:59.106Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-05-20T16:06:00.743Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.73s
8382026-05-20T16:06:00.779Z++ cargo build -q --test multicast_rx --message-format=json
8392026-05-20T16:06:00.782Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-05-20T16:06:00.902Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904
8412026-05-20T16:06:00.902Z+ cargo build --test multicast_multi_sub
8422026-05-20T16:06:01.010Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-05-20T16:06:02.823Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.91s
8442026-05-20T16:06:02.859Z++ cargo build -q --test multicast_multi_sub --message-format=json
8452026-05-20T16:06:02.862Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-05-20T16:06:02.985Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888
8472026-05-20T16:06:02.985Z+ cargo build --test multicast_validation
8482026-05-20T16:06:03.090Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-05-20T16:06:05.056Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.06s
8502026-05-20T16:06:05.096Z++ cargo build -q --test multicast_validation --message-format=json
8512026-05-20T16:06:05.099Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-05-20T16:06:05.225Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2
8532026-05-20T16:06:05.225Z+ cargo build --test multicast_source_filter
8542026-05-20T16:06:05.331Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-05-20T16:06:07.391Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s
8562026-05-20T16:06:07.428Z++ cargo build -q --test multicast_source_filter --message-format=json
8572026-05-20T16:06:07.431Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-05-20T16:06:07.550Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1
8592026-05-20T16:06:07.550Z+ mkdir -p /work/test
8602026-05-20T16:06:07.553Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback
8612026-05-20T16:06:07.586Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx
8622026-05-20T16:06:07.628Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub
8632026-05-20T16:06:07.673Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation
8642026-05-20T16:06:07.716Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter
8652026-05-20T16:06:07.758Zprocess exited: duration 242525 ms, exit code 0
 
8662026-05-20T16:06:07.776Zfound 14 output files
8672026-05-20T16:06:07.776Zuploading: /work/debug/xde.dbg (94699672 bytes)
8682026-05-20T16:06:09.428Zuploaded: /work/debug/xde.dbg
8692026-05-20T16:06:09.428Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-05-20T16:06:10.439Zuploaded: /work/debug/xde.dbg.sha256
8712026-05-20T16:06:10.439Zuploading: /work/debug/xde_link.dbg.so (1084980 bytes)
8722026-05-20T16:06:11.465Zuploaded: /work/debug/xde_link.dbg.so
8732026-05-20T16:06:11.468Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-05-20T16:06:12.477Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-05-20T16:06:12.477Zuploading: /work/release/xde (51980968 bytes)
8762026-05-20T16:06:13.828Zuploaded: /work/release/xde
8772026-05-20T16:06:13.828Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-05-20T16:06:14.840Zuploaded: /work/release/xde.sha256
8792026-05-20T16:06:14.840Zuploading: /work/release/xde_link.so (39516 bytes)
8802026-05-20T16:06:15.854Zuploaded: /work/release/xde_link.so
8812026-05-20T16:06:15.854Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-05-20T16:06:16.864Zuploaded: /work/release/xde_link.so.sha256
8832026-05-20T16:06:16.864Zuploading: /work/test/loopback (51732256 bytes)
8842026-05-20T16:06:18.240Zuploaded: /work/test/loopback
8852026-05-20T16:06:18.240Zuploading: /work/test/multicast_rx (52028352 bytes)
8862026-05-20T16:06:19.550Zuploaded: /work/test/multicast_rx
8872026-05-20T16:06:19.550Zuploading: /work/test/multicast_multi_sub (56187088 bytes)
8882026-05-20T16:06:21.062Zuploaded: /work/test/multicast_multi_sub
8892026-05-20T16:06:21.065Zuploading: /work/test/multicast_validation (52182152 bytes)
8902026-05-20T16:06:22.565Zuploaded: /work/test/multicast_validation
8912026-05-20T16:06:22.565Zuploading: /work/test/multicast_source_filter (52488880 bytes)
8922026-05-20T16:06:24.090Zuploaded: /work/test/multicast_source_filter
8932026-05-20T16:06:24.090Zuploading: /work/xde.conf (79 bytes)
8942026-05-20T16:06:25.099Zuploaded: /work/xde.conf