01KNPEFJYCP09NY1DSRCTHF4AR: opte-xde

BasicConfig {
    output_rules: [
        "=/work/debug/xde.dbg",
        "=/work/debug/xde.dbg.sha256",
        "=/work/debug/xde_link.dbg.so",
        "=/work/debug/xde_link.dbg.so.sha256",
        "=/work/release/xde",
        "=/work/release/xde.sha256",
        "=/work/release/xde_link.so",
        "=/work/release/xde_link.so.sha256",
        "=/work/test/loopback",
        "=/work/test/multicast_rx",
        "=/work/test/multicast_multi_sub",
        "=/work/test/multicast_validation",
        "=/work/xde.conf",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/xde",
            series: "module",
            name: "xde",
        },
        BasicConfigPublish {
            from_output: "/work/release/xde.sha256",
            series: "module",
            name: "xde.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KNPEFYQH2QEFZ7S4X8J8QQ99

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-08T11:44:54.914Zjob assigned to worker 01KNPEG60J9GKW9RCTNPM565TM [factory aws, i-09431f2c1f4700fa5] (queued for 59 s)
 
22026-04-08T11:45:02.193Zstarting task 0: "setup"
32026-04-08T11:45:02.197Z++ uname -s
42026-04-08T11:45:02.199Z+ kern=SunOS
52026-04-08T11:45:02.199Z+ build_user=build
62026-04-08T11:45:02.200Z+ build_uid=12345
72026-04-08T11:45:02.200Z+ work_dir=/work
82026-04-08T11:45:02.200Z+ input_dir=/input
92026-04-08T11:45:02.200Z+ [[ 0 == 12345 ]]
102026-04-08T11:45:02.200Z+ case "$kern" in
112026-04-08T11:45:02.200Z+ groupadd -g 12345 build
122026-04-08T11:45:02.202Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-08T11:45:04.208Z+ zfs create -o mountpoint=/work rpool/work
142026-04-08T11:45:04.282Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-08T11:45:04.284Z+ home_fs=zfs
162026-04-08T11:45:04.284Z+ [[ zfs == autofs ]]
172026-04-08T11:45:04.284Z+ mkdir -p /home/build
182026-04-08T11:45:04.284Z+ chown build:build /home/build /work
192026-04-08T11:45:06.287Z+ chmod 0700 /home/build /work
202026-04-08T11:45:06.290Zprocess exited: duration 4098 ms, exit code 0
 
212026-04-08T11:45:06.296Zstarting task 1: "rust-toolchain"
222026-04-08T11:45:06.300Z * rust toolchain channel = "1.94.1"
232026-04-08T11:45:06.300Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
242026-04-08T11:45:06.300Z * rust toolchain profile = "default"
252026-04-08T11:45:06.301Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-08T11:45:06.301Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-08T11:45:06.301Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-08T11:45:06.304Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-08T11:45:06.304Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-08T11:45:06.416Zinfo: downloading installer
312026-04-08T11:45:07.825Zwarn: It looks like you have an existing installation of Rust at:
322026-04-08T11:45:07.825Zwarn: /opt/ooce/bin
332026-04-08T11:45:07.825Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-08T11:45:07.825Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-08T11:45:07.825Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-08T11:45:07.825Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-08T11:45:07.825Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-08T11:45:07.825Zerror: cannot install while Rust is installed
392026-04-08T11:45:07.825Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-08T11:45:07.825Zwarn: It looks like you have an existing rustup settings file at:
412026-04-08T11:45:07.825Zwarn: /home/build/.rustup/settings.toml
422026-04-08T11:45:07.825Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-08T11:45:07.825Zwarn: instead of the one inferred from the default host triple.
442026-04-08T11:45:07.838Zinfo: profile set to default
452026-04-08T11:45:07.838Zinfo: default host triple is x86_64-unknown-illumos
462026-04-08T11:45:07.841Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-08T11:45:07.969Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-08T11:45:07.972Zinfo: downloading 6 components
492026-04-08T11:45:22.338Z
502026-04-08T11:45:22.338Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-04-08T11:45:22.367Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-08T11:45:22.367Z
532026-04-08T11:45:22.370Z
542026-04-08T11:45:22.370ZRust is installed now. Great!
552026-04-08T11:45:22.370Z
562026-04-08T11:45:22.370ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-08T11:45:22.370Zenvironment variable. This has not been done automatically.
582026-04-08T11:45:22.370Z
592026-04-08T11:45:22.370ZTo configure your current shell, you need to source
602026-04-08T11:45:22.370Zthe corresponding env file under $HOME/.cargo.
612026-04-08T11:45:22.370Z
622026-04-08T11:45:22.370ZThis is usually done by running one of the following (note the leading DOT):
632026-04-08T11:45:22.370Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-08T11:45:22.370Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-08T11:45:22.370Zsource "~/.cargo/env.nu" # For nushell
662026-04-08T11:45:22.370Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-08T11:45:22.370Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-08T11:45:22.370Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-08T11:45:22.370Zwarn: no default linker (`cc`) was found in your PATH
702026-04-08T11:45:22.370Zwarn: many Rust crates require a system C toolchain to build
712026-04-08T11:45:22.463Z+ rustup --version
722026-04-08T11:45:22.472Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-08T11:45:22.475Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-08T11:45:22.493Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-08T11:45:22.496Z+ cargo --version
762026-04-08T11:45:22.509Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-08T11:45:22.512Z+ rustc --version
782026-04-08T11:45:22.532Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-08T11:45:22.534Zprocess exited: duration 16236 ms, exit code 0
 
802026-04-08T11:45:22.540Zstarting task 2: "authentication"
812026-04-08T11:45:22.556Zprocess exited: duration 15 ms, exit code 0
 
822026-04-08T11:45:22.561Zstarting task 3: "clone repository"
832026-04-08T11:45:22.565Z+ mkdir -p /work/oxidecomputer/opte
842026-04-08T11:45:22.568Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-08T11:45:22.611ZCloning into '/work/oxidecomputer/opte'...
862026-04-08T11:45:23.419Z+ cd /work/oxidecomputer/opte
872026-04-08T11:45:23.419Z+ git fetch origin 07b25ab9bacb22f85ae34197b4a0cb310b233e01
882026-04-08T11:45:23.666ZFrom https://github.com/oxidecomputer/opte
892026-04-08T11:45:23.666Z * branch 07b25ab9bacb22f85ae34197b4a0cb310b233e01 -> FETCH_HEAD
902026-04-08T11:45:23.671Z+ [[ -n '' ]]
912026-04-08T11:45:23.671Z+ git reset --hard 07b25ab9bacb22f85ae34197b4a0cb310b233e01
922026-04-08T11:45:23.687ZHEAD is now at 07b25ab Better per-layer KStats for errors
932026-04-08T11:45:23.690Zprocess exited: duration 1126 ms, exit code 0
 
942026-04-08T11:45:23.696Zstarting task 4: "build"
952026-04-08T11:45:23.700Z+ source .github/buildomat/common.sh
962026-04-08T11:45:23.703Z++ rustup show active-toolchain
972026-04-08T11:45:23.706Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-08T11:45:23.709Z++ pushd xde
992026-04-08T11:45:23.709Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-08T11:45:23.709Z++ rustup show active-toolchain
1012026-04-08T11:45:23.712Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-08T11:45:23.859Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-08T11:45:23.861Zinfo: downloading 6 components
1042026-04-08T11:45:37.927Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-08T11:45:38.012Z+++ rustup show active-toolchain -v
1062026-04-08T11:45:38.015Z+++ head -n 1
1072026-04-08T11:45:38.015Z+++ cut '-d ' -f1
1082026-04-08T11:45:38.063Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-08T11:45:38.063Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-08T11:45:38.063Z++ popd
1112026-04-08T11:45:38.063Z/work/oxidecomputer/opte
1122026-04-08T11:45:38.066Z+ TGT_BASE=/work
1132026-04-08T11:45:38.066Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1142026-04-08T11:45:38.066Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1152026-04-08T11:45:38.066Z+ DBG_TGT=/work/debug
1162026-04-08T11:45:38.066Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1172026-04-08T11:45:38.066Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1182026-04-08T11:45:38.066Z+ REL_TGT=/work/release
1192026-04-08T11:45:38.066Z+ mkdir -p /work/debug /work/release
1202026-04-08T11:45:38.066Z+ cargo --version
1212026-04-08T11:45:38.074Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1222026-04-08T11:45:38.077Z+ rustc --version
1232026-04-08T11:45:38.096Zrustc 1.94.1 (e408947bf 2026-03-25)
1242026-04-08T11:45:38.099Z+ install_pkg jq
1252026-04-08T11:45:38.099Z+ set +o errexit
1262026-04-08T11:45:38.099Z+ pfexec pkg install jq
1272026-04-08T11:45:45.350Z Startup: Refreshing catalog 'helios-dev' ... Done
1282026-04-08T11:45:52.258Z Startup: Caching catalogs ... Done
1292026-04-08T11:45:56.998ZPlanning: Solver setup ... Done
1302026-04-08T11:45:57.017ZPlanning: Running solver ... Done
1312026-04-08T11:45:57.132ZPlanning: Consolidating action changes ... Done
1322026-04-08T11:45:57.132ZPlanning: Evaluating mediators ... Done
1332026-04-08T11:45:57.136ZPlanning: Planning completed in 4.71 seconds
1342026-04-08T11:45:57.149ZNo updates necessary for this image.
1352026-04-08T11:45:58.380Z+ exit_code=4
1362026-04-08T11:45:58.380Z+ [[ 4 -ne 0 ]]
1372026-04-08T11:45:58.380Z+ [[ 4 -ne 4 ]]
1382026-04-08T11:45:58.380Z+ set -o errexit
1392026-04-08T11:45:58.384Z+ pushd xde
1402026-04-08T11:45:58.384Z+ cp xde.conf /work/xde.conf
1412026-04-08T11:45:58.384Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1422026-04-08T11:45:58.384Z+ header 'check style'
1432026-04-08T11:45:58.384Z+ echo '# ==== check style ==== #'
1442026-04-08T11:45:58.384Z# ==== check style ==== #
1452026-04-08T11:45:58.384Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1462026-04-08T11:45:58.614Z
1472026-04-08T11:45:58.614Zreal 0.226732635
1482026-04-08T11:45:58.614Zuser 0.152867362
1492026-04-08T11:45:58.614Zsys 0.065089713
1502026-04-08T11:45:58.614Ztrap 0.000008797
1512026-04-08T11:45:58.614Ztflt 0.000021765
1522026-04-08T11:45:58.614Zdflt 0.000108006
1532026-04-08T11:45:58.614Zkflt 0.000000000
1542026-04-08T11:45:58.614Zlock 0.039798247
1552026-04-08T11:45:58.614Zslp 0.191783563
1562026-04-08T11:45:58.614Zlat 0.001145680
1572026-04-08T11:45:58.614Zstop 0.000107842
1582026-04-08T11:45:58.618Z+ header analyze
1592026-04-08T11:45:58.618Z+ echo '# ==== analyze ==== #'
1602026-04-08T11:45:58.618Z# ==== analyze ==== #
1612026-04-08T11:45:58.618Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1622026-04-08T11:45:58.803Z Updating crates.io index
1632026-04-08T11:45:58.806Z Updating git repository `https://github.com/oxidecomputer/falcon`
1642026-04-08T11:45:59.590Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1652026-04-08T11:45:59.856Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1662026-04-08T11:46:00.197Z Updating git repository `https://github.com/oxidecomputer/zone`
1672026-04-08T11:46:00.447Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1682026-04-08T11:46:00.799Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1692026-04-08T11:46:01.047Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1702026-04-08T11:46:02.692Z Downloading crates ...
1712026-04-08T11:46:02.732Z Downloaded cobs v0.3.0
1722026-04-08T11:46:02.748Z Downloaded ref-cast-impl v1.0.25
1732026-04-08T11:46:02.752Z Downloaded aho-corasick v1.1.4
1742026-04-08T11:46:02.755Z Downloaded proc-macro-error-attr2 v2.0.0
1752026-04-08T11:46:02.755Z Downloaded strsim v0.11.1
1762026-04-08T11:46:02.755Z Downloaded managed v0.8.0
1772026-04-08T11:46:02.761Z Downloaded version_check v0.9.5
1782026-04-08T11:46:02.764Z Downloaded hash32 v0.3.1
1792026-04-08T11:46:02.765Z Downloaded stable_deref_trait v1.2.1
1802026-04-08T11:46:02.768Z Downloaded darling_macro v0.21.3
1812026-04-08T11:46:02.771Z Downloaded macaddr v1.0.1
1822026-04-08T11:46:02.772Z Downloaded darling_macro v0.23.0
1832026-04-08T11:46:02.777Z Downloaded fnv v1.0.7
1842026-04-08T11:46:02.781Z Downloaded defmt-parser v1.0.0
1852026-04-08T11:46:02.784Z Downloaded embedded-io v0.4.0
1862026-04-08T11:46:02.787Z Downloaded dyn-clone v1.0.20
1872026-04-08T11:46:02.791Z Downloaded byteorder v1.5.0
1882026-04-08T11:46:02.795Z Downloaded proc-macro-error2 v2.0.1
1892026-04-08T11:46:02.798Z Downloaded quote v1.0.45
1902026-04-08T11:46:02.801Z Downloaded cfg-if v1.0.4
1912026-04-08T11:46:02.804Z Downloaded ref-cast v1.0.25
1922026-04-08T11:46:02.804Z Downloaded defmt v0.3.100
1932026-04-08T11:46:02.808Z Downloaded postcard v1.1.3
1942026-04-08T11:46:02.808Z Downloaded thiserror-impl v2.0.18
1952026-04-08T11:46:02.811Z Downloaded ingot-types v0.1.2
1962026-04-08T11:46:02.811Z Downloaded bitflags v1.3.2
1972026-04-08T11:46:02.811Z Downloaded defmt v1.0.1
1982026-04-08T11:46:02.814Z Downloaded bitflags v2.11.0
1992026-04-08T11:46:02.814Z Downloaded proc-macro2 v1.0.106
2002026-04-08T11:46:02.816Z Downloaded ingot v0.1.1
2012026-04-08T11:46:02.817Z Downloaded ident_case v1.0.1
2022026-04-08T11:46:02.817Z Downloaded embedded-io v0.6.1
2032026-04-08T11:46:02.820Z Downloaded either v1.15.0
2042026-04-08T11:46:02.823Z Downloaded thiserror v2.0.18
2052026-04-08T11:46:02.826Z Downloaded crc32fast v1.5.0
2062026-04-08T11:46:02.826Z Downloaded defmt-macros v1.0.1
2072026-04-08T11:46:02.840Z Downloaded ingot-macros v0.1.1
2082026-04-08T11:46:02.843Z Downloaded darling v0.23.0
2092026-04-08T11:46:02.846Z Downloaded unicode-ident v1.0.24
2102026-04-08T11:46:02.846Z Downloaded serde_core v1.0.228
2112026-04-08T11:46:02.849Z Downloaded darling v0.21.3
2122026-04-08T11:46:02.857Z Downloaded darling_core v0.23.0
2132026-04-08T11:46:02.860Z Downloaded uuid v1.22.0
2142026-04-08T11:46:02.865Z Downloaded serde v1.0.228
2152026-04-08T11:46:02.868Z Downloaded serde_derive v1.0.228
2162026-04-08T11:46:02.871Z Downloaded darling_core v0.21.3
2172026-04-08T11:46:02.874Z Downloaded heapless v0.8.0
2182026-04-08T11:46:02.880Z Downloaded memchr v2.8.0
2192026-04-08T11:46:02.885Z Downloaded zerocopy-derive v0.8.47
2202026-04-08T11:46:02.925Z Downloaded regex v1.12.3
2212026-04-08T11:46:02.928Z Downloaded itertools v0.14.0
2222026-04-08T11:46:02.965Z Downloaded zerocopy v0.8.47
2232026-04-08T11:46:02.972Z Downloaded syn v2.0.117
2242026-04-08T11:46:02.978Z Downloaded smoltcp v0.11.0
2252026-04-08T11:46:02.984Z Downloaded regex-syntax v0.8.10
2262026-04-08T11:46:02.998Z Downloaded regex-automata v0.4.14
2272026-04-08T11:46:03.010Z Updating crates.io index
2282026-04-08T11:46:03.103Z Downloading crates ...
2292026-04-08T11:46:03.148Z Downloaded miniz_oxide v0.8.9
2302026-04-08T11:46:03.152Z Downloaded rustc-demangle v0.1.27
2312026-04-08T11:46:03.155Z Downloaded adler2 v2.0.1
2322026-04-08T11:46:03.158Z Downloaded getopts v0.2.24
2332026-04-08T11:46:03.161Z Downloaded rustc-literal-escaper v0.0.7
2342026-04-08T11:46:03.167Z Downloaded foldhash v0.2.0
2352026-04-08T11:46:03.171Z Downloaded addr2line v0.25.1
2362026-04-08T11:46:03.209Z Downloaded memchr v2.7.6
2372026-04-08T11:46:03.212Z Downloaded hashbrown v0.16.1
2382026-04-08T11:46:03.238Z Downloaded gimli v0.32.3
2392026-04-08T11:46:03.242Z Downloaded object v0.37.3
2402026-04-08T11:46:03.277Z Downloaded libc v0.2.183
2412026-04-08T11:46:03.334Z 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)
2422026-04-08T11:46:03.335Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2432026-04-08T11:46:03.335Z Compiling proc-macro2 v1.0.106
2442026-04-08T11:46:03.335Z Compiling unicode-ident v1.0.24
2452026-04-08T11:46:03.335Z Compiling quote v1.0.45
2462026-04-08T11:46:03.339Z Compiling strsim v0.11.1
2472026-04-08T11:46:03.339Z Compiling ident_case v1.0.1
2482026-04-08T11:46:03.339Z Compiling serde_core v1.0.228
2492026-04-08T11:46:03.517Z Compiling fnv v1.0.7
2502026-04-08T11:46:03.520Z Compiling memchr v2.8.0
2512026-04-08T11:46:03.604Z Compiling regex-syntax v0.8.10
2522026-04-08T11:46:03.768Z Compiling zerocopy v0.8.47
2532026-04-08T11:46:04.120Z Compiling aho-corasick v1.1.4
2542026-04-08T11:46:04.149Z Compiling thiserror v2.0.18
2552026-04-08T11:46:04.171Z Compiling either v1.15.0
2562026-04-08T11:46:04.178Z Compiling serde v1.0.228
2572026-04-08T11:46:04.308Z Compiling heapless v0.8.0
2582026-04-08T11:46:04.378Z Compiling itertools v0.14.0
2592026-04-08T11:46:04.720Z Compiling smoltcp v0.11.0
2602026-04-08T11:46:04.817Z Compiling syn v2.0.117
2612026-04-08T11:46:04.852Z Compiling ref-cast v1.0.25
2622026-04-08T11:46:04.961Z Compiling version_check v0.9.5
2632026-04-08T11:46:05.145Z Compiling regex-automata v0.4.14
2642026-04-08T11:46:05.247Z Compiling crc32fast v1.5.0
2652026-04-08T11:46:05.341Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2662026-04-08T11:46:06.746Z Compiling regex v1.12.3
2672026-04-08T11:46:07.130Z Compiling darling_core v0.21.3
2682026-04-08T11:46:07.133Z Compiling darling_core v0.23.0
2692026-04-08T11:46:07.917Z Compiling thiserror-impl v2.0.18
2702026-04-08T11:46:07.917Z Compiling serde_derive v1.0.228
2712026-04-08T11:46:07.918Z Compiling zerocopy-derive v0.8.47
2722026-04-08T11:46:07.921Z Compiling ref-cast-impl v1.0.25
2732026-04-08T11:46:07.921Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2742026-04-08T11:46:09.708Z Compiling darling_macro v0.21.3
2752026-04-08T11:46:09.715Z Compiling darling_macro v0.23.0
2762026-04-08T11:46:10.621Z Compiling darling v0.23.0
2772026-04-08T11:46:10.625Z Compiling darling v0.21.3
2782026-04-08T11:46:10.711Z Compiling ingot-macros v0.1.1
2792026-04-08T11:46:10.735Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-04-08T11:46:14.689Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2812026-04-08T11:46:16.806Z Checking byteorder v1.5.0
2822026-04-08T11:46:16.806Z Checking cfg-if v1.0.4
2832026-04-08T11:46:16.806Z Checking macaddr v1.0.1
2842026-04-08T11:46:16.811Z Checking stable_deref_trait v1.2.1
2852026-04-08T11:46:16.811Z Checking bitflags v1.3.2
2862026-04-08T11:46:16.859Z Checking managed v0.8.0
2872026-04-08T11:46:16.897Z Checking cobs v0.3.0
2882026-04-08T11:46:16.938Z Checking dyn-clone v1.0.20
2892026-04-08T11:46:16.957Z Checking hash32 v0.3.1
2902026-04-08T11:46:17.017Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-04-08T11:46:18.111Z Checking bitflags v2.11.0
2922026-04-08T11:46:18.111Z Checking uuid v1.22.0
2932026-04-08T11:46:18.249Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-04-08T11:46:18.466Z Checking postcard v1.1.3
2952026-04-08T11:46:19.327Z Checking ingot-types v0.1.2
2962026-04-08T11:46:19.597Z Checking ingot v0.1.1
2972026-04-08T11:46:20.895Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-04-08T11:46:25.061Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-04-08T11:46:26.571Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-04-08T11:46:28.881Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.20s
3012026-04-08T11:46:28.995Z
3022026-04-08T11:46:28.998Zreal 30.372966680
3032026-04-08T11:46:28.998Zuser 1:14.125394164
3042026-04-08T11:46:28.998Zsys 10.195889499
3052026-04-08T11:46:28.998Ztrap 0.025682984
3062026-04-08T11:46:28.998Ztflt 0.150442295
3072026-04-08T11:46:28.998Zdflt 0.615095708
3082026-04-08T11:46:28.998Zkflt 0.007243986
3092026-04-08T11:46:28.998Zlock 4:02.117287410
3102026-04-08T11:46:28.998Zslp 3:30.394258828
3112026-04-08T11:46:28.998Zlat 2.492026253
3122026-04-08T11:46:28.998Zstop 6.590067809
3132026-04-08T11:46:28.998Z+ pushd xde-link
3142026-04-08T11:46:28.998Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-04-08T11:46:28.998Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-04-08T11:46:29.180Z 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)
3172026-04-08T11:46:29.180Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3182026-04-08T11:46:29.180Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-04-08T11:46:39.638Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3202026-04-08T11:46:41.559Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.50s
3212026-04-08T11:46:41.579Z
3222026-04-08T11:46:41.582Zreal 12.576476582
3232026-04-08T11:46:41.582Zuser 20.120627589
3242026-04-08T11:46:41.582Zsys 1.207098067
3252026-04-08T11:46:41.582Ztrap 0.004141650
3262026-04-08T11:46:41.582Ztflt 0.002569855
3272026-04-08T11:46:41.582Zdflt 0.025715319
3282026-04-08T11:46:41.582Zkflt 0.000000000
3292026-04-08T11:46:41.582Zlock 1:07.931083301
3302026-04-08T11:46:41.582Zslp 42.038176892
3312026-04-08T11:46:41.582Zlat 0.198653113
3322026-04-08T11:46:41.582Zstop 0.133575661
3332026-04-08T11:46:41.582Z+ popd
3342026-04-08T11:46:41.582Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3352026-04-08T11:46:41.582Z+ popd
3362026-04-08T11:46:41.582Z/work/oxidecomputer/opte
3372026-04-08T11:46:41.582Z+ header 'build xde (debug)'
3382026-04-08T11:46:41.582Z# ==== build xde (debug) ==== #
3392026-04-08T11:46:41.582Z+ echo '# ==== build xde (debug) ==== #'
3402026-04-08T11:46:41.582Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-04-08T11:46:41.728Z Downloading crates ...
3422026-04-08T11:46:41.770Z Downloaded anstyle v1.0.14
3432026-04-08T11:46:41.772Z Downloaded anstyle-query v1.1.5
3442026-04-08T11:46:41.775Z Downloaded cargo-platform v0.3.2
3452026-04-08T11:46:41.779Z Downloaded colorchoice v1.0.5
3462026-04-08T11:46:41.779Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3472026-04-08T11:46:41.782Z Downloaded itoa v1.0.18
3482026-04-08T11:46:41.786Z Downloaded terminal_size v0.4.4
3492026-04-08T11:46:41.789Z Downloaded errno v0.3.14
3502026-04-08T11:46:41.789Z Downloaded equivalent v1.0.2
3512026-04-08T11:46:41.789Z Downloaded is_terminal_polyfill v1.70.2
3522026-04-08T11:46:41.793Z Downloaded serde_spanned v1.1.0
3532026-04-08T11:46:41.793Z Downloaded heck v0.5.0
3542026-04-08T11:46:41.796Z Downloaded clap_lex v1.1.0
3552026-04-08T11:46:41.796Z Downloaded anstream v1.0.0
3562026-04-08T11:46:41.800Z Downloaded utf8parse v0.2.2
3572026-04-08T11:46:41.807Z Downloaded cargo_metadata v0.23.1
3582026-04-08T11:46:41.809Z Downloaded anstyle-parse v1.0.0
3592026-04-08T11:46:41.815Z Downloaded semver v1.0.27
3602026-04-08T11:46:41.820Z Downloaded zmij v1.0.21
3612026-04-08T11:46:41.823Z Downloaded toml_writer v1.1.0+spec-1.1.0
3622026-04-08T11:46:41.826Z Downloaded toml_parser v1.1.0+spec-1.1.0
3632026-04-08T11:46:41.826Z Downloaded clap_derive v4.6.0
3642026-04-08T11:46:41.826Z Downloaded anyhow v1.0.102
3652026-04-08T11:46:41.831Z Downloaded camino v1.2.2
3662026-04-08T11:46:41.836Z Downloaded toml v1.1.0+spec-1.1.0
3672026-04-08T11:46:41.839Z Downloaded clap v4.6.0
3682026-04-08T11:46:41.851Z Downloaded indexmap v2.13.0
3692026-04-08T11:46:41.863Z Downloaded serde_json v1.0.149
3702026-04-08T11:46:41.867Z Downloaded clap_builder v4.6.0
3712026-04-08T11:46:41.872Z Downloaded winnow v1.0.0
3722026-04-08T11:46:41.889Z Downloaded rustix v1.1.4
3732026-04-08T11:46:41.931Z Compiling serde_core v1.0.228
3742026-04-08T11:46:41.934Z Compiling proc-macro2 v1.0.106
3752026-04-08T11:46:41.934Z Compiling unicode-ident v1.0.24
3762026-04-08T11:46:41.934Z Compiling quote v1.0.45
3772026-04-08T11:46:41.934Z Compiling libc v0.2.183
3782026-04-08T11:46:41.934Z Compiling rustix v1.1.4
3792026-04-08T11:46:41.934Z Compiling bitflags v2.11.0
3802026-04-08T11:46:41.934Z Compiling utf8parse v0.2.2
3812026-04-08T11:46:42.079Z Compiling zmij v1.0.21
3822026-04-08T11:46:42.095Z Compiling anstyle-parse v1.0.0
3832026-04-08T11:46:42.296Z Compiling serde v1.0.228
3842026-04-08T11:46:42.314Z Compiling colorchoice v1.0.5
3852026-04-08T11:46:42.390Z Compiling camino v1.2.2
3862026-04-08T11:46:42.419Z Compiling serde_json v1.0.149
3872026-04-08T11:46:42.419Z Compiling anstyle-query v1.1.5
3882026-04-08T11:46:42.497Z Compiling thiserror v2.0.18
3892026-04-08T11:46:42.514Z Compiling is_terminal_polyfill v1.70.2
3902026-04-08T11:46:42.592Z Compiling anstyle v1.0.14
3912026-04-08T11:46:42.625Z Compiling errno v0.3.14
3922026-04-08T11:46:42.704Z Compiling anyhow v1.0.102
3932026-04-08T11:46:42.787Z Compiling anstream v1.0.0
3942026-04-08T11:46:42.847Z Compiling winnow v1.0.0
3952026-04-08T11:46:43.005Z Compiling memchr v2.8.0
3962026-04-08T11:46:43.016Z Compiling strsim v0.11.1
3972026-04-08T11:46:43.127Z Compiling heck v0.5.0
3982026-04-08T11:46:43.243Z Compiling syn v2.0.117
3992026-04-08T11:46:43.272Z Compiling terminal_size v0.4.4
4002026-04-08T11:46:43.300Z Compiling itoa v1.0.18
4012026-04-08T11:46:43.322Z Compiling clap_lex v1.1.0
4022026-04-08T11:46:43.487Z Compiling toml_parser v1.1.0+spec-1.1.0
4032026-04-08T11:46:43.627Z Compiling clap_builder v4.6.0
4042026-04-08T11:46:43.952Z Compiling toml_writer v1.1.0+spec-1.1.0
4052026-04-08T11:46:44.200Z Compiling cargo-platform v0.3.2
4062026-04-08T11:46:44.253Z Compiling serde_spanned v1.1.0
4072026-04-08T11:46:44.285Z Compiling toml_datetime v1.1.0+spec-1.1.0
4082026-04-08T11:46:44.769Z Compiling semver v1.0.27
4092026-04-08T11:46:44.773Z Compiling toml v1.1.0+spec-1.1.0
4102026-04-08T11:46:45.586Z Compiling thiserror-impl v2.0.18
4112026-04-08T11:46:45.809Z Compiling serde_derive v1.0.228
4122026-04-08T11:46:45.824Z Compiling clap_derive v4.6.0
4132026-04-08T11:46:47.456Z Compiling clap v4.6.0
4142026-04-08T11:46:48.861Z Compiling cargo_metadata v0.23.1
4152026-04-08T11:46:51.304Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4162026-04-08T11:46:52.859Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.26s
4172026-04-08T11:46:52.873Z Running `target/debug/xtask build --profile debug xde xde-link`
4182026-04-08T11:46:54.367ZBuilding xde (dev).
4192026-04-08T11:46:54.595Z Compiling serde_core v1.0.228
4202026-04-08T11:46:54.596Z Compiling byteorder v1.5.0
4212026-04-08T11:46:54.596Z Compiling cfg-if v1.0.4
4222026-04-08T11:46:54.596Z Compiling stable_deref_trait v1.2.1
4232026-04-08T11:46:54.596Z Compiling macaddr v1.0.1
4242026-04-08T11:46:54.623Z Compiling thiserror v2.0.18
4252026-04-08T11:46:54.626Z Compiling zerocopy v0.8.47
4262026-04-08T11:46:54.629Z Compiling managed v0.8.0
4272026-04-08T11:46:54.670Z Compiling bitflags v1.3.2
4282026-04-08T11:46:54.676Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-04-08T11:46:54.711Z Compiling cobs v0.3.0
4302026-04-08T11:46:54.733Z Compiling either v1.15.0
4312026-04-08T11:46:54.785Z Compiling hash32 v0.3.1
4322026-04-08T11:46:54.840Z Compiling ref-cast v1.0.25
4332026-04-08T11:46:54.864Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4342026-04-08T11:46:54.902Z Compiling heapless v0.8.0
4352026-04-08T11:46:54.929Z Compiling itertools v0.14.0
4362026-04-08T11:46:54.935Z Compiling crc32fast v1.5.0
4372026-04-08T11:46:54.955Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4382026-04-08T11:46:54.979Z Compiling dyn-clone v1.0.20
4392026-04-08T11:46:55.123Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4402026-04-08T11:46:55.270Z Compiling smoltcp v0.11.0
4412026-04-08T11:46:56.233Z Compiling serde v1.0.228
4422026-04-08T11:46:56.233Z Compiling bitflags v2.11.0
4432026-04-08T11:46:56.233Z Compiling uuid v1.22.0
4442026-04-08T11:46:56.365Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-04-08T11:46:56.657Z Compiling postcard v1.1.3
4462026-04-08T11:46:57.484Z Compiling ingot-types v0.1.2
4472026-04-08T11:46:57.759Z Compiling ingot v0.1.1
4482026-04-08T11:46:59.146Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-04-08T11:47:03.355Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4502026-04-08T11:47:13.476Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4512026-04-08T11:47:21.359Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.96s
4522026-04-08T11:47:21.384ZLinking xde kmod...
4532026-04-08T11:47:22.502ZBuilding xde dev link helper (dev).
4542026-04-08T11:47:22.661Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4552026-04-08T11:47:23.030Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.49s
4562026-04-08T11:47:23.053Z
4572026-04-08T11:47:23.053Zreal 41.465636610
4582026-04-08T11:47:23.053Zuser 2:13.601450436
4592026-04-08T11:47:23.053Zsys 11.266830769
4602026-04-08T11:47:23.056Ztrap 0.064776743
4612026-04-08T11:47:23.056Ztflt 0.293854350
4622026-04-08T11:47:23.056Zdflt 0.407520175
4632026-04-08T11:47:23.056Zkflt 0.000022995
4642026-04-08T11:47:23.056Zlock 6:22.768474557
4652026-04-08T11:47:23.056Zslp 3:49.658838571
4662026-04-08T11:47:23.056Zlat 5.906346482
4672026-04-08T11:47:23.056Zstop 5.140350299
4682026-04-08T11:47:23.056Z+ header 'build xde (release)'
4692026-04-08T11:47:23.056Z+ echo '# ==== build xde (release) ==== #'
4702026-04-08T11:47:23.056Z# ==== build xde (release) ==== #
4712026-04-08T11:47:23.056Z+ ptime -m cargo xtask build --profile release xde xde-link
4722026-04-08T11:47:23.196Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4732026-04-08T11:47:23.200Z Running `target/debug/xtask build --profile release xde xde-link`
4742026-04-08T11:47:23.392ZBuilding xde (release-lto).
4752026-04-08T11:47:23.619Z 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)
4762026-04-08T11:47:23.619Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4772026-04-08T11:47:23.619Z Compiling proc-macro2 v1.0.106
4782026-04-08T11:47:23.619Z Compiling quote v1.0.45
4792026-04-08T11:47:23.622Z Compiling unicode-ident v1.0.24
4802026-04-08T11:47:23.622Z Compiling ident_case v1.0.1
4812026-04-08T11:47:23.622Z Compiling strsim v0.11.1
4822026-04-08T11:47:23.622Z Compiling serde_core v1.0.228
4832026-04-08T11:47:23.738Z Compiling memchr v2.8.0
4842026-04-08T11:47:23.742Z Compiling fnv v1.0.7
4852026-04-08T11:47:23.820Z Compiling regex-syntax v0.8.10
4862026-04-08T11:47:23.984Z Compiling either v1.15.0
4872026-04-08T11:47:23.990Z Compiling thiserror v2.0.18
4882026-04-08T11:47:23.995Z Compiling serde v1.0.228
4892026-04-08T11:47:24.122Z Compiling aho-corasick v1.1.4
4902026-04-08T11:47:24.172Z Compiling zerocopy v0.8.47
4912026-04-08T11:47:24.375Z Compiling itertools v0.14.0
4922026-04-08T11:47:24.385Z Compiling heapless v0.8.0
4932026-04-08T11:47:24.694Z Compiling smoltcp v0.11.0
4942026-04-08T11:47:24.724Z Compiling syn v2.0.117
4952026-04-08T11:47:24.818Z Compiling version_check v0.9.5
4962026-04-08T11:47:24.904Z Compiling ref-cast v1.0.25
4972026-04-08T11:47:25.122Z Compiling crc32fast v1.5.0
4982026-04-08T11:47:25.164Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4992026-04-08T11:47:25.271Z Compiling regex-automata v0.4.14
5002026-04-08T11:47:26.846Z Compiling regex v1.12.3
5012026-04-08T11:47:27.017Z Compiling darling_core v0.21.3
5022026-04-08T11:47:27.090Z Compiling darling_core v0.23.0
5032026-04-08T11:47:27.910Z Compiling thiserror-impl v2.0.18
5042026-04-08T11:47:27.910Z Compiling zerocopy-derive v0.8.47
5052026-04-08T11:47:27.910Z Compiling serde_derive v1.0.228
5062026-04-08T11:47:27.913Z Compiling ref-cast-impl v1.0.25
5072026-04-08T11:47:27.913Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-04-08T11:47:29.529Z Compiling darling_macro v0.21.3
5092026-04-08T11:47:29.544Z Compiling darling_macro v0.23.0
5102026-04-08T11:47:30.438Z Compiling darling v0.21.3
5112026-04-08T11:47:30.438Z Compiling darling v0.23.0
5122026-04-08T11:47:30.501Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-04-08T11:47:30.503Z Compiling ingot-macros v0.1.1
5142026-04-08T11:47:35.429Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5152026-04-08T11:47:37.497Z Compiling byteorder v1.5.0
5162026-04-08T11:47:37.497Z Compiling cfg-if v1.0.4
5172026-04-08T11:47:37.497Z Compiling macaddr v1.0.1
5182026-04-08T11:47:37.500Z Compiling stable_deref_trait v1.2.1
5192026-04-08T11:47:37.560Z Compiling cobs v0.3.0
5202026-04-08T11:47:37.566Z Compiling bitflags v1.3.2
5212026-04-08T11:47:37.590Z Compiling managed v0.8.0
5222026-04-08T11:47:37.677Z Compiling hash32 v0.3.1
5232026-04-08T11:47:37.753Z Compiling dyn-clone v1.0.20
5242026-04-08T11:47:37.859Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5252026-04-08T11:47:39.056Z Compiling bitflags v2.11.0
5262026-04-08T11:47:39.060Z Compiling uuid v1.22.0
5272026-04-08T11:47:39.192Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5282026-04-08T11:47:39.481Z Compiling postcard v1.1.3
5292026-04-08T11:47:40.296Z Compiling ingot-types v0.1.2
5302026-04-08T11:47:40.606Z Compiling ingot v0.1.1
5312026-04-08T11:47:42.109Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5322026-04-08T11:47:45.771Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5332026-04-08T11:47:54.364Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5342026-04-08T11:48:21.659Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.23s
5352026-04-08T11:48:21.682ZLinking xde kmod...
5362026-04-08T11:48:22.230ZBuilding xde dev link helper (release).
5372026-04-08T11:48:22.388Z 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)
5382026-04-08T11:48:22.388Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5392026-04-08T11:48:22.388Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5402026-04-08T11:48:33.304Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5412026-04-08T11:48:35.631Z Finished `release` profile [optimized + debuginfo] target(s) in 13.37s
5422026-04-08T11:48:35.652Z
5432026-04-08T11:48:35.652Zreal 1:12.587495361
5442026-04-08T11:48:35.652Zuser 2:04.711447092
5452026-04-08T11:48:35.652Zsys 12.312730110
5462026-04-08T11:48:35.652Ztrap 0.028350649
5472026-04-08T11:48:35.652Ztflt 0.111639886
5482026-04-08T11:48:35.652Zdflt 0.230591411
5492026-04-08T11:48:35.652Zkflt 0.000012508
5502026-04-08T11:48:35.652Zlock 10:24.123965735
5512026-04-08T11:48:35.652Zslp 5:55.817273976
5522026-04-08T11:48:35.652Zlat 3.043157255
5532026-04-08T11:48:35.652Zstop 5.177635107
5542026-04-08T11:48:35.655Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5552026-04-08T11:48:35.655Z+ grep GOTPCREL
5562026-04-08T11:48:37.357Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5572026-04-08T11:48:37.360Z+ grep GOTPCREL
5582026-04-08T11:48:38.255Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5592026-04-08T11:48:38.309Z+ sha256sum /work/debug/xde.dbg
5602026-04-08T11:48:38.361Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5612026-04-08T11:48:38.364Z+ sha256sum /work/debug/xde_link.dbg.so
5622026-04-08T11:48:38.367Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5632026-04-08T11:48:38.398Z+ sha256sum /work/release/xde
5642026-04-08T11:48:38.426Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5652026-04-08T11:48:38.429Z+ sha256sum /work/release/xde_link.so
5662026-04-08T11:48:38.429Z+ header 'build xde integration tests'
5672026-04-08T11:48:38.429Z+ echo '# ==== build xde integration tests ==== #'
5682026-04-08T11:48:38.429Z# ==== build xde integration tests ==== #
5692026-04-08T11:48:38.429Z+ pushd xde-tests
5702026-04-08T11:48:38.429Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5712026-04-08T11:48:38.429Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5722026-04-08T11:48:38.507Z+ cargo clippy --all-targets -- --deny warnings
5732026-04-08T11:48:38.722Z Checking cfg-if v1.0.4
5742026-04-08T11:48:38.722Z Compiling serde_core v1.0.228
5752026-04-08T11:48:38.722Z Checking memchr v2.8.0
5762026-04-08T11:48:38.722Z Compiling libc v0.2.183
5772026-04-08T11:48:38.722Z Compiling rustversion v1.0.22
5782026-04-08T11:48:38.722Z Compiling serde v1.0.228
5792026-04-08T11:48:38.725Z Compiling strsim v0.11.1
5802026-04-08T11:48:38.725Z Compiling syn v2.0.117
5812026-04-08T11:48:38.792Z Compiling ident_case v1.0.1
5822026-04-08T11:48:38.898Z Compiling version_check v0.9.5
5832026-04-08T11:48:39.019Z Compiling zerocopy v0.8.47
5842026-04-08T11:48:39.109Z Compiling fnv v1.0.7
5852026-04-08T11:48:39.158Z Compiling regex-syntax v0.8.10
5862026-04-08T11:48:39.188Z Compiling syn v1.0.109
5872026-04-08T11:48:39.406Z Checking pin-project-lite v0.2.17
5882026-04-08T11:48:39.423Z Compiling equivalent v1.0.2
5892026-04-08T11:48:39.483Z Compiling aho-corasick v1.1.4
5902026-04-08T11:48:39.492Z Compiling either v1.15.0
5912026-04-08T11:48:39.518Z Compiling hashbrown v0.16.1
5922026-04-08T11:48:39.628Z Compiling winnow v1.0.0
5932026-04-08T11:48:39.673Z Compiling itertools v0.14.0
5942026-04-08T11:48:40.025Z Compiling indexmap v2.13.0
5952026-04-08T11:48:40.520Z Compiling toml_parser v1.1.0+spec-1.1.0
5962026-04-08T11:48:40.612Z Compiling regex-automata v0.4.14
5972026-04-08T11:48:40.612Z Compiling heapless v0.8.0
5982026-04-08T11:48:40.907Z Checking byteorder v1.5.0
5992026-04-08T11:48:40.921Z Compiling toml_datetime v1.1.0+spec-1.1.0
6002026-04-08T11:48:41.054Z Checking hash32 v0.3.1
6012026-04-08T11:48:41.090Z Compiling toml_edit v0.25.8+spec-1.1.0
6022026-04-08T11:48:41.133Z Checking bitflags v2.11.0
6032026-04-08T11:48:41.152Z Compiling slog v2.8.2
6042026-04-08T11:48:41.211Z Compiling smoltcp v0.11.0
6052026-04-08T11:48:41.260Z Checking macaddr v1.0.1
6062026-04-08T11:48:41.288Z Compiling darling_core v0.21.3
6072026-04-08T11:48:41.363Z Compiling darling_core v0.23.0
6082026-04-08T11:48:41.399Z Checking futures-core v0.3.32
6092026-04-08T11:48:41.512Z Checking stable_deref_trait v1.2.1
6102026-04-08T11:48:41.536Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6112026-04-08T11:48:41.575Z Checking futures-sink v0.3.32
6122026-04-08T11:48:41.662Z Checking futures-channel v0.3.32
6132026-04-08T11:48:41.763Z Compiling proc-macro-crate v3.5.0
6142026-04-08T11:48:42.003Z Compiling proc-macro-error-attr v1.0.4
6152026-04-08T11:48:42.172Z Compiling ref-cast v1.0.25
6162026-04-08T11:48:42.190Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6172026-04-08T11:48:42.216Z Checking managed v0.8.0
6182026-04-08T11:48:42.387Z Compiling regex v1.12.3
6192026-04-08T11:48:42.390Z Checking futures-task v0.3.32
6202026-04-08T11:48:42.470Z Checking futures-io v0.3.32
6212026-04-08T11:48:42.503Z Compiling serde_derive v1.0.228
6222026-04-08T11:48:42.514Z Compiling zerocopy-derive v0.8.47
6232026-04-08T11:48:42.572Z Compiling thiserror-impl v2.0.18
6242026-04-08T11:48:42.773Z Compiling futures-macro v0.3.32
6252026-04-08T11:48:42.977Z Checking bitflags v1.3.2
6262026-04-08T11:48:43.038Z Compiling crc32fast v1.5.0
6272026-04-08T11:48:43.193Z Checking rand_core v0.10.0
6282026-04-08T11:48:43.316Z Compiling autocfg v1.5.0
6292026-04-08T11:48:43.323Z Compiling getrandom v0.4.2
6302026-04-08T11:48:43.373Z Compiling darling_macro v0.21.3
6312026-04-08T11:48:43.453Z Compiling darling_macro v0.23.0
6322026-04-08T11:48:43.568Z Checking slab v0.4.12
6332026-04-08T11:48:43.659Z Compiling num-traits v0.2.19
6342026-04-08T11:48:43.714Z Checking futures-util v0.3.32
6352026-04-08T11:48:43.758Z Checking thiserror v2.0.18
6362026-04-08T11:48:43.848Z Checking cobs v0.3.0
6372026-04-08T11:48:43.877Z Compiling foreign-types-macros v0.2.3
6382026-04-08T11:48:43.896Z Compiling darling v0.21.3
6392026-04-08T11:48:43.964Z Compiling ingot-macros v0.1.1
6402026-04-08T11:48:43.976Z Compiling darling v0.23.0
6412026-04-08T11:48:43.976Z Compiling num_enum_derive v0.7.6
6422026-04-08T11:48:44.046Z Compiling ref-cast-impl v1.0.25
6432026-04-08T11:48:44.553Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6442026-04-08T11:48:44.616Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6452026-04-08T11:48:44.778Z Compiling proc-macro-error v1.0.4
6462026-04-08T11:48:44.841Z Checking once_cell v1.21.4
6472026-04-08T11:48:44.851Z Checking cpufeatures v0.3.0
6482026-04-08T11:48:44.909Z Checking ipnetwork v0.21.1
6492026-04-08T11:48:44.947Z Checking foreign-types-shared v0.3.1
6502026-04-08T11:48:44.993Z Compiling crossbeam-utils v0.8.21
6512026-04-08T11:48:45.000Z Compiling getrandom v0.3.4
6522026-04-08T11:48:45.018Z Checking unicode-width v0.2.2
6532026-04-08T11:48:45.076Z Checking foreign-types v0.5.0
6542026-04-08T11:48:45.139Z Checking tracing-core v0.1.36
6552026-04-08T11:48:45.257Z Checking tabwriter v1.4.1
6562026-04-08T11:48:45.322Z Checking num_enum v0.7.6
6572026-04-08T11:48:45.380Z Checking chacha20 v0.10.0
6582026-04-08T11:48:45.498Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6592026-04-08T11:48:45.555Z Checking erased-serde v0.3.31
6602026-04-08T11:48:45.565Z Checking postcard v1.1.3
6612026-04-08T11:48:45.586Z Checking futures-executor v0.3.32
6622026-04-08T11:48:45.707Z Checking anyhow v1.0.102
6632026-04-08T11:48:45.873Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6642026-04-08T11:48:45.897Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6652026-04-08T11:48:45.902Z Compiling tracing-attributes v0.1.31
6662026-04-08T11:48:46.217Z Checking cstr-argument v0.1.2
6672026-04-08T11:48:46.256Z Compiling thiserror v1.0.69
6682026-04-08T11:48:46.325Z Checking powerfmt v0.2.0
6692026-04-08T11:48:46.336Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
6702026-04-08T11:48:46.463Z Checking dyn-clone v1.0.20
6712026-04-08T11:48:46.466Z Compiling time-core v0.1.8
6722026-04-08T11:48:46.539Z Compiling num-conv v0.2.1
6732026-04-08T11:48:46.554Z Checking pretty-hex v0.4.2
6742026-04-08T11:48:46.606Z Checking deranged v0.5.8
6752026-04-08T11:48:46.663Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6762026-04-08T11:48:46.672Z Compiling time-macros v0.2.27
6772026-04-08T11:48:46.699Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6782026-04-08T11:48:46.704Z Checking ingot-types v0.1.2
6792026-04-08T11:48:46.724Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6802026-04-08T11:48:46.788Z Checking rand v0.10.0
6812026-04-08T11:48:46.859Z Checking futures v0.3.32
6822026-04-08T11:48:47.028Z Checking ingot v0.1.1
6832026-04-08T11:48:47.056Z Compiling thiserror-impl v1.0.69
6842026-04-08T11:48:47.116Z Checking tracing v0.1.44
6852026-04-08T11:48:47.245Z Checking uuid v1.22.0
6862026-04-08T11:48:47.298Z Checking arc-swap v1.9.0
6872026-04-08T11:48:47.352Z Checking socket2 v0.6.3
6882026-04-08T11:48:47.376Z Checking nom v8.0.0
6892026-04-08T11:48:47.505Z Checking thread_local v1.1.9
6902026-04-08T11:48:47.512Z Checking itoa v1.0.18
6912026-04-08T11:48:47.645Z Checking colored v3.1.1
6922026-04-08T11:48:47.650Z Checking oxnet v0.1.4
6932026-04-08T11:48:47.799Z Checking iana-time-zone v0.1.65
6942026-04-08T11:48:47.824Z Checking lazy_static v1.5.0
6952026-04-08T11:48:47.840Z Compiling heck v0.4.1
6962026-04-08T11:48:47.891Z Compiling slog-async v2.8.0
6972026-04-08T11:48:48.027Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6982026-04-08T11:48:48.155Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6992026-04-08T11:48:48.184Z Checking slog-scope v4.4.1
7002026-04-08T11:48:48.194Z Checking chrono v0.4.44
7012026-04-08T11:48:48.278Z Checking time v0.3.47
7022026-04-08T11:48:48.303Z Checking crossbeam-channel v0.5.15
7032026-04-08T11:48:48.588Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7042026-04-08T11:48:48.615Z Checking rand_core v0.9.5
7052026-04-08T11:48:48.770Z Checking cookie-factory v0.3.3
7062026-04-08T11:48:48.782Z Checking ppv-lite86 v0.2.21
7072026-04-08T11:48:48.975Z Checking itertools v0.12.1
7082026-04-08T11:48:49.008Z Checking is-terminal v0.4.17
7092026-04-08T11:48:49.056Z Checking term v1.2.1
7102026-04-08T11:48:49.074Z Checking log v0.4.29
7112026-04-08T11:48:49.080Z Checking take_mut v0.2.2
7122026-04-08T11:48:49.167Z Checking circular v0.3.0
7132026-04-08T11:48:49.230Z Checking slog-stdlog v4.1.1
7142026-04-08T11:48:49.263Z Checking rusticata-macros v5.0.0
7152026-04-08T11:48:49.269Z Checking slog-term v2.9.2
7162026-04-08T11:48:49.334Z Checking rand_chacha v0.9.0
7172026-04-08T11:48:49.385Z Checking pcap-parser v0.17.0
7182026-04-08T11:48:49.500Z Checking rand v0.9.2
7192026-04-08T11:48:49.916Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7202026-04-08T11:48:50.196Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
7212026-04-08T11:48:50.523Z Checking slog-envlogger v2.2.0
7222026-04-08T11:48:53.063Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7232026-04-08T11:48:54.599Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7242026-04-08T11:48:54.602Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7252026-04-08T11:48:54.942Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7262026-04-08T11:48:55.439Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.88s
7272026-04-08T11:48:55.478Z+ cargo build --test loopback
7282026-04-08T11:48:55.650Z Compiling cfg-if v1.0.4
7292026-04-08T11:48:55.650Z Compiling memchr v2.8.0
7302026-04-08T11:48:55.653Z Compiling serde_core v1.0.228
7312026-04-08T11:48:55.653Z Compiling libc v0.2.183
7322026-04-08T11:48:55.682Z Compiling thiserror v2.0.18
7332026-04-08T11:48:55.682Z Compiling zerocopy v0.8.47
7342026-04-08T11:48:55.685Z Compiling pin-project-lite v0.2.17
7352026-04-08T11:48:55.689Z Compiling either v1.15.0
7362026-04-08T11:48:55.729Z Compiling byteorder v1.5.0
7372026-04-08T11:48:55.759Z Compiling futures-core v0.3.32
7382026-04-08T11:48:55.764Z Compiling futures-sink v0.3.32
7392026-04-08T11:48:55.852Z Compiling macaddr v1.0.1
7402026-04-08T11:48:55.874Z Compiling hash32 v0.3.1
7412026-04-08T11:48:55.900Z Compiling stable_deref_trait v1.2.1
7422026-04-08T11:48:55.913Z Compiling futures-channel v0.3.32
7432026-04-08T11:48:55.968Z Compiling cobs v0.3.0
7442026-04-08T11:48:56.017Z Compiling heapless v0.8.0
7452026-04-08T11:48:56.022Z Compiling managed v0.8.0
7462026-04-08T11:48:56.101Z Compiling futures-task v0.3.32
7472026-04-08T11:48:56.140Z Compiling slab v0.4.12
7482026-04-08T11:48:56.241Z Compiling futures-io v0.3.32
7492026-04-08T11:48:56.244Z Compiling rand_core v0.10.0
7502026-04-08T11:48:56.293Z Compiling bitflags v1.3.2
7512026-04-08T11:48:56.317Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7522026-04-08T11:48:56.358Z Compiling futures-util v0.3.32
7532026-04-08T11:48:56.394Z Compiling smoltcp v0.11.0
7542026-04-08T11:48:56.422Z Compiling cpufeatures v0.3.0
7552026-04-08T11:48:56.434Z Compiling unicode-width v0.2.2
7562026-04-08T11:48:56.486Z Compiling once_cell v1.21.4
7572026-04-08T11:48:56.537Z Compiling foreign-types-shared v0.3.1
7582026-04-08T11:48:56.621Z Compiling ipnetwork v0.21.1
7592026-04-08T11:48:56.716Z Compiling tabwriter v1.4.1
7602026-04-08T11:48:56.726Z Compiling tracing-core v0.1.36
7612026-04-08T11:48:57.123Z Compiling foreign-types v0.5.0
7622026-04-08T11:48:57.186Z Compiling chacha20 v0.10.0
7632026-04-08T11:48:57.192Z Compiling getrandom v0.4.2
7642026-04-08T11:48:57.254Z Compiling ref-cast v1.0.25
7652026-04-08T11:48:57.352Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7662026-04-08T11:48:57.397Z Compiling serde v1.0.228
7672026-04-08T11:48:57.522Z Compiling bitflags v2.11.0
7682026-04-08T11:48:57.622Z Compiling num_enum v0.7.6
7692026-04-08T11:48:57.732Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7702026-04-08T11:48:57.932Z Compiling erased-serde v0.3.31
7712026-04-08T11:48:58.033Z Compiling postcard v1.1.3
7722026-04-08T11:48:58.039Z Compiling crc32fast v1.5.0
7732026-04-08T11:48:58.063Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7742026-04-08T11:48:58.169Z Compiling cstr-argument v0.1.2
7752026-04-08T11:48:58.270Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7762026-04-08T11:48:58.307Z Compiling itertools v0.14.0
7772026-04-08T11:48:58.331Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7782026-04-08T11:48:58.371Z Compiling slog v2.8.2
7792026-04-08T11:48:58.376Z Compiling pretty-hex v0.4.2
7802026-04-08T11:48:58.501Z Compiling ingot-types v0.1.2
7812026-04-08T11:48:58.646Z Compiling futures-executor v0.3.32
7822026-04-08T11:48:58.693Z Compiling powerfmt v0.2.0
7832026-04-08T11:48:58.871Z Compiling ingot v0.1.1
7842026-04-08T11:48:58.921Z Compiling dyn-clone v1.0.20
7852026-04-08T11:48:58.926Z Compiling deranged v0.5.8
7862026-04-08T11:48:58.961Z Compiling futures v0.3.32
7872026-04-08T11:48:59.034Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7882026-04-08T11:48:59.080Z Compiling tracing v0.1.44
7892026-04-08T11:48:59.089Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7902026-04-08T11:48:59.244Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7912026-04-08T11:48:59.252Z Compiling num-traits v0.2.19
7922026-04-08T11:48:59.263Z Compiling uuid v1.22.0
7932026-04-08T11:48:59.358Z Compiling rand v0.10.0
7942026-04-08T11:48:59.443Z Compiling crossbeam-utils v0.8.21
7952026-04-08T11:48:59.570Z Compiling getrandom v0.3.4
7962026-04-08T11:48:59.776Z Compiling nom v8.0.0
7972026-04-08T11:48:59.839Z Compiling aho-corasick v1.1.4
7982026-04-08T11:48:59.899Z Compiling socket2 v0.6.3
7992026-04-08T11:48:59.918Z Compiling thread_local v1.1.9
8002026-04-08T11:49:00.295Z Compiling arc-swap v1.9.0
8012026-04-08T11:49:00.308Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8022026-04-08T11:49:00.333Z Compiling colored v3.1.1
8032026-04-08T11:49:00.537Z Compiling regex-syntax v0.8.10
8042026-04-08T11:49:00.665Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8052026-04-08T11:49:00.781Z Compiling num-conv v0.2.1
8062026-04-08T11:49:00.925Z Compiling oxnet v0.1.4
8072026-04-08T11:49:01.097Z Compiling lazy_static v1.5.0
8082026-04-08T11:49:01.114Z Compiling time-core v0.1.8
8092026-04-08T11:49:01.192Z Compiling iana-time-zone v0.1.65
8102026-04-08T11:49:01.219Z Compiling winnow v1.0.0
8112026-04-08T11:49:01.255Z Compiling time v0.3.47
8122026-04-08T11:49:01.399Z Compiling chrono v0.4.44
8132026-04-08T11:49:01.693Z Compiling slog-scope v4.4.1
8142026-04-08T11:49:02.297Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
8152026-04-08T11:49:02.706Z Compiling regex-automata v0.4.14
8162026-04-08T11:49:03.032Z Compiling rusticata-macros v5.0.0
8172026-04-08T11:49:03.219Z Compiling thiserror v1.0.69
8182026-04-08T11:49:03.321Z Compiling crossbeam-channel v0.5.15
8192026-04-08T11:49:03.368Z Compiling rand_core v0.9.5
8202026-04-08T11:49:03.636Z Compiling cookie-factory v0.3.3
8212026-04-08T11:49:03.950Z Compiling ppv-lite86 v0.2.21
8222026-04-08T11:49:04.070Z Compiling is-terminal v0.4.17
8232026-04-08T11:49:04.159Z Compiling itertools v0.12.1
8242026-04-08T11:49:04.281Z Compiling take_mut v0.2.2
8252026-04-08T11:49:04.388Z Compiling log v0.4.29
8262026-04-08T11:49:04.649Z Compiling circular v0.3.0
8272026-04-08T11:49:04.903Z Compiling term v1.2.1
8282026-04-08T11:49:05.372Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8292026-04-08T11:49:05.600Z Compiling slog-term v2.9.2
8302026-04-08T11:49:06.937Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8312026-04-08T11:49:07.240Z Compiling pcap-parser v0.17.0
8322026-04-08T11:49:07.475Z Compiling slog-stdlog v4.1.1
8332026-04-08T11:49:07.494Z Compiling regex v1.12.3
8342026-04-08T11:49:07.896Z Compiling slog-async v2.8.0
8352026-04-08T11:49:08.537Z Compiling rand_chacha v0.9.0
8362026-04-08T11:49:08.614Z Compiling slog-envlogger v2.2.0
8372026-04-08T11:49:09.374Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8382026-04-08T11:49:09.399Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8392026-04-08T11:49:09.795Z Compiling rand v0.9.2
8402026-04-08T11:49:10.175Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
8412026-04-08T11:49:10.640Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-04-08T11:49:18.754Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.26s
8432026-04-08T11:49:18.790Z++ cargo build -q --test loopback --message-format=json
8442026-04-08T11:49:18.793Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-04-08T11:49:19.055Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-329fc6297f05d754
8462026-04-08T11:49:19.055Z+ cargo build --test multicast_rx
8472026-04-08T11:49:19.161Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-04-08T11:49:20.695Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.63s
8492026-04-08T11:49:20.731Z++ cargo build -q --test multicast_rx --message-format=json
8502026-04-08T11:49:20.734Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-04-08T11:49:20.857Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-362a62b3e95626f1
8522026-04-08T11:49:20.857Z+ cargo build --test multicast_multi_sub
8532026-04-08T11:49:20.963Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8542026-04-08T11:49:22.729Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.86s
8552026-04-08T11:49:22.765Z++ cargo build -q --test multicast_multi_sub --message-format=json
8562026-04-08T11:49:22.768Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8572026-04-08T11:49:22.887Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-d210df1fa620b047
8582026-04-08T11:49:22.887Z+ cargo build --test multicast_validation
8592026-04-08T11:49:22.991Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8602026-04-08T11:49:24.865Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.96s
8612026-04-08T11:49:24.901Z++ cargo build -q --test multicast_validation --message-format=json
8622026-04-08T11:49:24.904Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8632026-04-08T11:49:25.023Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3352e6fbd32f724c
8642026-04-08T11:49:25.023Z+ mkdir -p /work/test
8652026-04-08T11:49:25.026Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-329fc6297f05d754 /work/test/loopback
8662026-04-08T11:49:25.064Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-362a62b3e95626f1 /work/test/multicast_rx
8672026-04-08T11:49:25.103Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-d210df1fa620b047 /work/test/multicast_multi_sub
8682026-04-08T11:49:25.147Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3352e6fbd32f724c /work/test/multicast_validation
8692026-04-08T11:49:25.189Zprocess exited: duration 241466 ms, exit code 0
 
8702026-04-08T11:49:25.195Zfound 13 output files
8712026-04-08T11:49:25.195Zuploading: /work/debug/xde.dbg (90237360 bytes)
8722026-04-08T11:49:26.692Zuploaded: /work/debug/xde.dbg
8732026-04-08T11:49:26.692Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8742026-04-08T11:49:27.701Zuploaded: /work/debug/xde.dbg.sha256
8752026-04-08T11:49:27.701Zuploading: /work/debug/xde_link.dbg.so (1084984 bytes)
8762026-04-08T11:49:28.721Zuploaded: /work/debug/xde_link.dbg.so
8772026-04-08T11:49:28.721Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8782026-04-08T11:49:29.729Zuploaded: /work/debug/xde_link.dbg.so.sha256
8792026-04-08T11:49:29.729Zuploading: /work/release/xde (48495112 bytes)
8802026-04-08T11:49:30.993Zuploaded: /work/release/xde
8812026-04-08T11:49:30.993Zuploading: /work/release/xde.sha256 (84 bytes)
8822026-04-08T11:49:32.001Zuploaded: /work/release/xde.sha256
8832026-04-08T11:49:32.001Zuploading: /work/release/xde_link.so (39516 bytes)
8842026-04-08T11:49:33.012Zuploaded: /work/release/xde_link.so
8852026-04-08T11:49:33.012Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8862026-04-08T11:49:34.020Zuploaded: /work/release/xde_link.so.sha256
8872026-04-08T11:49:34.020Zuploading: /work/test/loopback (48557168 bytes)
8882026-04-08T11:49:35.263Zuploaded: /work/test/loopback
8892026-04-08T11:49:35.264Zuploading: /work/test/multicast_rx (48825360 bytes)
8902026-04-08T11:49:36.539Zuploaded: /work/test/multicast_rx
8912026-04-08T11:49:36.539Zuploading: /work/test/multicast_multi_sub (55057768 bytes)
8922026-04-08T11:49:37.813Zuploaded: /work/test/multicast_multi_sub
8932026-04-08T11:49:37.813Zuploading: /work/test/multicast_validation (48980272 bytes)
8942026-04-08T11:49:39.075Zuploaded: /work/test/multicast_validation
8952026-04-08T11:49:39.076Zuploading: /work/xde.conf (79 bytes)
8962026-04-08T11:49:40.085Zuploaded: /work/xde.conf