01KKZGK7ENNFS1QYZX0EEXNCKW: 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: 01KKZGKHHMMM2AC78PQTVMHFCZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T03:43:58.070Zjob assigned to worker 01KKZGKRFYFBBXMY4VPVDHZ4RF [factory aws, i-008082bcf661a1c9e] (queued for 1 m 21 s)
 
22026-03-18T03:44:05.879Zstarting task 0: "setup"
32026-03-18T03:44:05.883Z++ uname -s
42026-03-18T03:44:05.886Z+ kern=SunOS
52026-03-18T03:44:05.886Z+ build_user=build
62026-03-18T03:44:05.886Z+ build_uid=12345
72026-03-18T03:44:05.886Z+ work_dir=/work
82026-03-18T03:44:05.886Z+ input_dir=/input
92026-03-18T03:44:05.886Z+ [[ 0 == 12345 ]]
102026-03-18T03:44:05.887Z+ case "$kern" in
112026-03-18T03:44:05.887Z+ groupadd -g 12345 build
122026-03-18T03:44:05.890Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T03:44:07.896Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T03:44:08.011Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T03:44:08.014Z+ home_fs=zfs
162026-03-18T03:44:08.014Z+ [[ zfs == autofs ]]
172026-03-18T03:44:08.014Z+ mkdir -p /home/build
182026-03-18T03:44:08.015Z+ chown build:build /home/build /work
192026-03-18T03:44:10.017Z+ chmod 0700 /home/build /work
202026-03-18T03:44:10.020Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-18T03:44:10.026Zstarting task 1: "rust-toolchain"
222026-03-18T03:44:10.030Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-18T03:44:10.031Z * rust toolchain channel = "1.93.1"
242026-03-18T03:44:10.031Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T03:44:10.031Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-18T03:44:10.031Z * rust toolchain profile = "default"
272026-03-18T03:44:10.031Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T03:44:10.034Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T03:44:10.034Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-18T03:44:10.886Zinfo: downloading installer
312026-03-18T03:44:12.586Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T03:44:12.586Zwarn: /opt/ooce/bin
332026-03-18T03:44:12.586Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T03:44:12.586Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T03:44:12.586Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T03:44:12.586Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T03:44:12.586Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T03:44:12.586Zerror: cannot install while Rust is installed
392026-03-18T03:44:12.586Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T03:44:12.586Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T03:44:12.586Zwarn: /home/build/.rustup/settings.toml
422026-03-18T03:44:12.586Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T03:44:12.586Zwarn: instead of the one inferred from the default host triple.
442026-03-18T03:44:12.598Zinfo: profile set to default
452026-03-18T03:44:12.598Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T03:44:12.601Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-18T03:44:12.778Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-18T03:44:12.781Zinfo: downloading 6 components
492026-03-18T03:44:28.275Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-18T03:44:28.275Z
512026-03-18T03:44:28.308Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-18T03:44:28.308Z
532026-03-18T03:44:28.313Z
542026-03-18T03:44:28.313ZRust is installed now. Great!
552026-03-18T03:44:28.313Z
562026-03-18T03:44:28.313ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T03:44:28.313Zenvironment variable. This has not been done automatically.
582026-03-18T03:44:28.313Z
592026-03-18T03:44:28.313ZTo configure your current shell, you need to source
602026-03-18T03:44:28.313Zthe corresponding env file under $HOME/.cargo.
612026-03-18T03:44:28.313Z
622026-03-18T03:44:28.313ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T03:44:28.313Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T03:44:28.313Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T03:44:28.313Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T03:44:28.313Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T03:44:28.313Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T03:44:28.313Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T03:44:28.314Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T03:44:28.314Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T03:44:28.404Z+ rustup --version
722026-03-18T03:44:28.415Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T03:44:28.418Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T03:44:28.442Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-18T03:44:28.445Z+ cargo --version
762026-03-18T03:44:28.461Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-18T03:44:28.464Z+ rustc --version
782026-03-18T03:44:28.488Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-18T03:44:28.491Zprocess exited: duration 18465 ms, exit code 0
 
802026-03-18T03:44:28.498Zstarting task 2: "authentication"
812026-03-18T03:44:28.517Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T03:44:28.524Zstarting task 3: "clone repository"
832026-03-18T03:44:28.528Z+ mkdir -p /work/oxidecomputer/opte
842026-03-18T03:44:28.531Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-18T03:44:28.563ZCloning into '/work/oxidecomputer/opte'...
862026-03-18T03:44:29.373Z+ cd /work/oxidecomputer/opte
872026-03-18T03:44:29.373Z+ git fetch origin c21bce65b38656aff9ce245724d3a4971087f584
882026-03-18T03:44:29.628ZFrom https://github.com/oxidecomputer/opte
892026-03-18T03:44:29.628Z * branch c21bce65b38656aff9ce245724d3a4971087f584 -> FETCH_HEAD
902026-03-18T03:44:29.635Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-18T03:44:29.638Z++ git branch --show-current
922026-03-18T03:44:29.641Z+ current=master
932026-03-18T03:44:29.641Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-18T03:44:29.641Z+ git branch -f renovate/toml-1.x-lockfile c21bce65b38656aff9ce245724d3a4971087f584
952026-03-18T03:44:29.644Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-18T03:44:29.665ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-18T03:44:29.668Z+ git reset --hard c21bce65b38656aff9ce245724d3a4971087f584
982026-03-18T03:44:29.687ZHEAD is now at c21bce6 Update Rust crate toml to v1.0.7
992026-03-18T03:44:29.690Zprocess exited: duration 1164 ms, exit code 0
 
1002026-03-18T03:44:29.697Zstarting task 4: "build"
1012026-03-18T03:44:29.701Z+ source .github/buildomat/common.sh
1022026-03-18T03:44:29.704Z++ rustup show active-toolchain
1032026-03-18T03:44:29.708Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-18T03:44:29.711Z++ pushd xde
1052026-03-18T03:44:29.711Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-18T03:44:29.711Z++ rustup show active-toolchain
1072026-03-18T03:44:29.716Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-18T03:44:29.874Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-18T03:44:29.877Zinfo: downloading 6 components
1102026-03-18T03:44:44.625Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-18T03:44:44.723Z+++ rustup show active-toolchain -v
1122026-03-18T03:44:44.726Z+++ head -n 1
1132026-03-18T03:44:44.726Z+++ cut '-d ' -f1
1142026-03-18T03:44:44.792Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-18T03:44:44.792Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-18T03:44:44.795Z++ popd
1172026-03-18T03:44:44.795Z/work/oxidecomputer/opte
1182026-03-18T03:44:44.795Z+ TGT_BASE=/work
1192026-03-18T03:44:44.795Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-03-18T03:44:44.795Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-03-18T03:44:44.795Z+ DBG_TGT=/work/debug
1222026-03-18T03:44:44.795Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-03-18T03:44:44.795Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-03-18T03:44:44.796Z+ REL_TGT=/work/release
1252026-03-18T03:44:44.796Z+ mkdir -p /work/debug /work/release
1262026-03-18T03:44:44.796Z+ cargo --version
1272026-03-18T03:44:44.806Zcargo 1.93.1 (083ac5135 2025-12-15)
1282026-03-18T03:44:44.809Z+ rustc --version
1292026-03-18T03:44:44.834Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1302026-03-18T03:44:44.837Z+ install_pkg jq
1312026-03-18T03:44:44.837Z+ set +o errexit
1322026-03-18T03:44:44.837Z+ pfexec pkg install jq
1332026-03-18T03:44:55.476Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-03-18T03:45:05.743Z Startup: Caching catalogs ... Done
1352026-03-18T03:45:28.289ZPlanning: Solver setup ... Done
1362026-03-18T03:45:28.438ZPlanning: Running solver ... Done
1372026-03-18T03:45:28.621ZPlanning: Consolidating action changes ... Done
1382026-03-18T03:45:28.625ZPlanning: Evaluating mediators ... Done
1392026-03-18T03:45:28.625ZPlanning: Planning completed in 22.74 seconds
1402026-03-18T03:45:28.644ZNo updates necessary for this image.
1412026-03-18T03:45:30.039Z+ exit_code=4
1422026-03-18T03:45:30.039Z+ [[ 4 -ne 0 ]]
1432026-03-18T03:45:30.042Z+ [[ 4 -ne 4 ]]
1442026-03-18T03:45:30.042Z+ set -o errexit
1452026-03-18T03:45:30.042Z+ pushd xde
1462026-03-18T03:45:30.042Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1472026-03-18T03:45:30.042Z+ cp xde.conf /work/xde.conf
1482026-03-18T03:45:30.042Z+ header 'check style'
1492026-03-18T03:45:30.042Z+ echo '# ==== check style ==== #'
1502026-03-18T03:45:30.042Z# ==== check style ==== #
1512026-03-18T03:45:30.042Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-03-18T03:45:30.359Z
1532026-03-18T03:45:30.359Zreal 0.314554167
1542026-03-18T03:45:30.359Zuser 0.213954156
1552026-03-18T03:45:30.363Zsys 0.089159300
1562026-03-18T03:45:30.363Ztrap 0.000019820
1572026-03-18T03:45:30.363Ztflt 0.000040800
1582026-03-18T03:45:30.363Zdflt 0.000017040
1592026-03-18T03:45:30.363Zkflt 0.000000000
1602026-03-18T03:45:30.363Zlock 0.067571809
1612026-03-18T03:45:30.363Zslp 0.269635032
1622026-03-18T03:45:30.363Zlat 0.000263672
1632026-03-18T03:45:30.363Zstop 0.000121443
1642026-03-18T03:45:30.363Z+ header analyze
1652026-03-18T03:45:30.363Z+ echo '# ==== analyze ==== #'
1662026-03-18T03:45:30.363Z# ==== analyze ==== #
1672026-03-18T03:45:30.363Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-03-18T03:45:30.601Z Updating crates.io index
1692026-03-18T03:45:30.604Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-03-18T03:45:31.423Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-03-18T03:45:31.972Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-03-18T03:45:32.388Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-03-18T03:45:32.876Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-03-18T03:45:33.143Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-03-18T03:45:33.414Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-03-18T03:45:35.216Z Downloading crates ...
1772026-03-18T03:45:35.321Z Downloaded ref-cast v1.0.25
1782026-03-18T03:45:35.335Z Downloaded serde v1.0.228
1792026-03-18T03:45:35.454Z Downloaded cfg-if v1.0.4
1802026-03-18T03:45:35.475Z Downloaded darling_core v0.21.3
1812026-03-18T03:45:35.535Z Downloaded hash32 v0.3.1
1822026-03-18T03:45:35.581Z Downloaded ident_case v1.0.1
1832026-03-18T03:45:35.584Z Downloaded proc-macro2 v1.0.106
1842026-03-18T03:45:35.590Z Downloaded proc-macro-error2 v2.0.1
1852026-03-18T03:45:35.593Z Downloaded dyn-clone v1.0.20
1862026-03-18T03:45:35.596Z Downloaded cobs v0.3.0
1872026-03-18T03:45:35.599Z Downloaded ingot-types v0.1.2
1882026-03-18T03:45:35.627Z Downloaded proc-macro-error-attr2 v2.0.0
1892026-03-18T03:45:35.630Z Downloaded strsim v0.11.1
1902026-03-18T03:45:35.635Z Downloaded embedded-io v0.6.1
1912026-03-18T03:45:35.645Z Downloaded defmt v1.0.1
1922026-03-18T03:45:35.649Z Downloaded thiserror-impl v2.0.18
1932026-03-18T03:45:35.652Z Downloaded bitflags v1.3.2
1942026-03-18T03:45:35.659Z Downloaded unicode-ident v1.0.24
1952026-03-18T03:45:35.661Z Downloaded serde_derive v1.0.228
1962026-03-18T03:45:35.694Z Downloaded zerocopy v0.8.42
1972026-03-18T03:45:35.705Z Downloaded postcard v1.1.3
1982026-03-18T03:45:35.734Z Downloaded regex-automata v0.4.14
1992026-03-18T03:45:35.756Z Downloaded bitflags v2.11.0
2002026-03-18T03:45:35.760Z Downloaded darling_macro v0.21.3
2012026-03-18T03:45:35.763Z Downloaded quote v1.0.45
2022026-03-18T03:45:35.796Z Downloaded memchr v2.8.0
2032026-03-18T03:45:35.800Z Downloaded ingot v0.1.1
2042026-03-18T03:45:35.806Z Downloaded uuid v1.22.0
2052026-03-18T03:45:35.824Z Downloaded either v1.15.0
2062026-03-18T03:45:35.859Z Downloaded fnv v1.0.7
2072026-03-18T03:45:35.882Z Downloaded serde_core v1.0.228
2082026-03-18T03:45:35.889Z Downloaded syn v2.0.117
2092026-03-18T03:45:35.897Z Downloaded zerocopy-derive v0.8.42
2102026-03-18T03:45:35.903Z Downloaded defmt-macros v1.0.1
2112026-03-18T03:45:35.906Z Downloaded crc32fast v1.5.0
2122026-03-18T03:45:35.916Z Downloaded itertools v0.14.0
2132026-03-18T03:45:36.005Z Downloaded regex-syntax v0.8.10
2142026-03-18T03:45:37.552Z Downloaded regex v1.12.3
2152026-03-18T03:45:37.562Z Downloaded ref-cast-impl v1.0.25
2162026-03-18T03:45:37.565Z Downloaded heapless v0.8.0
2172026-03-18T03:45:37.600Z Downloaded embedded-io v0.4.0
2182026-03-18T03:45:37.633Z Downloaded byteorder v1.5.0
2192026-03-18T03:45:37.636Z Downloaded ingot-macros v0.1.1
2202026-03-18T03:45:37.670Z Downloaded aho-corasick v1.1.4
2212026-03-18T03:45:37.727Z Downloaded macaddr v1.0.1
2222026-03-18T03:45:37.745Z Downloaded thiserror v2.0.18
2232026-03-18T03:45:37.749Z Downloaded stable_deref_trait v1.2.1
2242026-03-18T03:45:37.752Z Downloaded managed v0.8.0
2252026-03-18T03:45:37.755Z Downloaded defmt v0.3.100
2262026-03-18T03:45:37.755Z Downloaded defmt-parser v1.0.0
2272026-03-18T03:45:37.760Z Downloaded version_check v0.9.5
2282026-03-18T03:45:37.763Z Downloaded darling v0.21.3
2292026-03-18T03:45:37.819Z Downloaded smoltcp v0.11.0
2302026-03-18T03:45:37.833Z Updating crates.io index
2312026-03-18T03:45:37.930Z Downloading crates ...
2322026-03-18T03:45:37.978Z Downloaded adler2 v2.0.1
2332026-03-18T03:45:38.015Z Downloaded rustc-demangle v0.1.27
2342026-03-18T03:45:38.030Z Downloaded rustc-literal-escaper v0.0.7
2352026-03-18T03:45:38.047Z Downloaded addr2line v0.25.1
2362026-03-18T03:45:38.050Z Downloaded getopts v0.2.24
2372026-03-18T03:45:38.053Z Downloaded foldhash v0.2.0
2382026-03-18T03:45:38.066Z Downloaded libc v0.2.178
2392026-03-18T03:45:38.089Z Downloaded miniz_oxide v0.8.9
2402026-03-18T03:45:38.092Z Downloaded memchr v2.7.6
2412026-03-18T03:45:38.095Z Downloaded hashbrown v0.16.1
2422026-03-18T03:45:38.105Z Downloaded gimli v0.32.3
2432026-03-18T03:45:38.119Z Downloaded object v0.37.3
2442026-03-18T03:45:38.177Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2452026-03-18T03:45:38.177Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2462026-03-18T03:45:38.180Z Compiling proc-macro2 v1.0.106
2472026-03-18T03:45:38.181Z Compiling quote v1.0.45
2482026-03-18T03:45:38.181Z Compiling unicode-ident v1.0.24
2492026-03-18T03:45:38.181Z Compiling serde_core v1.0.228
2502026-03-18T03:45:38.181Z Compiling fnv v1.0.7
2512026-03-18T03:45:38.181Z Compiling strsim v0.11.1
2522026-03-18T03:45:38.374Z Compiling ident_case v1.0.1
2532026-03-18T03:45:38.409Z Compiling memchr v2.8.0
2542026-03-18T03:45:38.510Z Compiling regex-syntax v0.8.10
2552026-03-18T03:45:38.750Z Compiling thiserror v2.0.18
2562026-03-18T03:45:38.750Z Compiling zerocopy v0.8.42
2572026-03-18T03:45:38.814Z Compiling either v1.15.0
2582026-03-18T03:45:38.913Z Compiling serde v1.0.228
2592026-03-18T03:45:39.075Z Compiling aho-corasick v1.1.4
2602026-03-18T03:45:39.324Z Compiling itertools v0.14.0
2612026-03-18T03:45:39.478Z Compiling heapless v0.8.0
2622026-03-18T03:45:39.499Z Compiling smoltcp v0.11.0
2632026-03-18T03:45:39.786Z Compiling syn v2.0.117
2642026-03-18T03:45:39.871Z Compiling crc32fast v1.5.0
2652026-03-18T03:45:40.056Z Compiling ref-cast v1.0.25
2662026-03-18T03:45:40.079Z Compiling version_check v0.9.5
2672026-03-18T03:45:40.477Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-03-18T03:45:40.529Z Compiling regex-automata v0.4.14
2692026-03-18T03:45:42.654Z Compiling regex v1.12.3
2702026-03-18T03:45:43.080Z Compiling darling_core v0.21.3
2712026-03-18T03:45:44.163Z Compiling zerocopy-derive v0.8.42
2722026-03-18T03:45:44.167Z Compiling thiserror-impl v2.0.18
2732026-03-18T03:45:44.167Z Compiling serde_derive v1.0.228
2742026-03-18T03:45:44.167Z Compiling ref-cast-impl v1.0.25
2752026-03-18T03:45:44.167Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-03-18T03:45:46.036Z Compiling darling_macro v0.21.3
2772026-03-18T03:45:47.146Z Compiling darling v0.21.3
2782026-03-18T03:45:47.220Z Compiling ingot-macros v0.1.1
2792026-03-18T03:45:47.224Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-03-18T03:45:54.723Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2812026-03-18T03:45:57.627Z Checking byteorder v1.5.0
2822026-03-18T03:45:57.627Z Checking macaddr v1.0.1
2832026-03-18T03:45:57.627Z Checking cfg-if v1.0.4
2842026-03-18T03:45:57.630Z Checking stable_deref_trait v1.2.1
2852026-03-18T03:45:57.630Z Checking managed v0.8.0
2862026-03-18T03:45:57.716Z Checking bitflags v1.3.2
2872026-03-18T03:45:57.758Z Checking cobs v0.3.0
2882026-03-18T03:45:57.818Z Checking dyn-clone v1.0.20
2892026-03-18T03:45:57.829Z Checking hash32 v0.3.1
2902026-03-18T03:45:57.910Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-03-18T03:45:59.575Z Checking bitflags v2.11.0
2922026-03-18T03:45:59.579Z Checking uuid v1.22.0
2932026-03-18T03:45:59.752Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-03-18T03:46:00.082Z Checking postcard v1.1.3
2952026-03-18T03:46:01.384Z Checking ingot-types v0.1.2
2962026-03-18T03:46:01.776Z Checking ingot v0.1.1
2972026-03-18T03:46:03.747Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-03-18T03:46:09.814Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-03-18T03:46:11.973Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-03-18T03:46:15.404Z Finished `dev` profile [optimized + debuginfo] target(s) in 44.96s
3012026-03-18T03:46:15.535Z
3022026-03-18T03:46:15.538Zreal 45.170902182
3032026-03-18T03:46:15.538Zuser 1:38.572190937
3042026-03-18T03:46:15.538Zsys 12.003637271
3052026-03-18T03:46:15.538Ztrap 0.031604633
3062026-03-18T03:46:15.538Ztflt 0.050715988
3072026-03-18T03:46:15.538Zdflt 0.169634130
3082026-03-18T03:46:15.538Zkflt 0.001602786
3092026-03-18T03:46:15.538Zlock 5:30.497465533
3102026-03-18T03:46:15.538Zslp 4:20.175372284
3112026-03-18T03:46:15.538Zlat 3.221502327
3122026-03-18T03:46:15.538Zstop 8.386703874
3132026-03-18T03:46:15.538Z+ pushd xde-link
3142026-03-18T03:46:15.538Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-03-18T03:46:15.538Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-03-18T03:46:15.784Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3172026-03-18T03:46:15.784Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3182026-03-18T03:46:15.784Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-03-18T03:46:31.194Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3202026-03-18T03:46:34.111Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.49s
3212026-03-18T03:46:34.134Z
3222026-03-18T03:46:34.138Zreal 18.593631952
3232026-03-18T03:46:34.138Zuser 28.137803040
3242026-03-18T03:46:34.138Zsys 1.526786306
3252026-03-18T03:46:34.138Ztrap 0.005462868
3262026-03-18T03:46:34.138Ztflt 0.002512818
3272026-03-18T03:46:34.138Zdflt 0.043407177
3282026-03-18T03:46:34.138Zkflt 0.000001960
3292026-03-18T03:46:34.138Zlock 1:40.401875319
3302026-03-18T03:46:34.138Zslp 1:01.050328496
3312026-03-18T03:46:34.138Zlat 0.253813757
3322026-03-18T03:46:34.138Zstop 0.157066888
3332026-03-18T03:46:34.138Z+ popd
3342026-03-18T03:46:34.138Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3352026-03-18T03:46:34.138Z+ popd
3362026-03-18T03:46:34.138Z/work/oxidecomputer/opte
3372026-03-18T03:46:34.138Z+ header 'build xde (debug)'
3382026-03-18T03:46:34.138Z+ echo '# ==== build xde (debug) ==== #'
3392026-03-18T03:46:34.138Z# ==== build xde (debug) ==== #
3402026-03-18T03:46:34.138Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-03-18T03:46:34.326Z Downloading crates ...
3422026-03-18T03:46:34.407Z Downloaded toml_parser v1.0.10+spec-1.1.0
3432026-03-18T03:46:34.411Z Downloaded anstream v0.6.21
3442026-03-18T03:46:34.414Z Downloaded serde_spanned v1.0.4
3452026-03-18T03:46:34.414Z Downloaded zmij v1.0.21
3462026-03-18T03:46:34.418Z Downloaded anstyle-parse v0.2.7
3472026-03-18T03:46:34.421Z Downloaded cargo-platform v0.3.2
3482026-03-18T03:46:34.421Z Downloaded anstyle-query v1.1.5
3492026-03-18T03:46:34.421Z Downloaded is_terminal_polyfill v1.70.2
3502026-03-18T03:46:34.424Z Downloaded heck v0.5.0
3512026-03-18T03:46:34.427Z Downloaded camino v1.2.2
3522026-03-18T03:46:34.430Z Downloaded equivalent v1.0.2
3532026-03-18T03:46:34.430Z Downloaded clap_derive v4.5.55
3542026-03-18T03:46:34.433Z Downloaded terminal_size v0.4.3
3552026-03-18T03:46:34.437Z Downloaded clap_lex v1.0.0
3562026-03-18T03:46:34.442Z Downloaded itoa v1.0.17
3572026-03-18T03:46:34.445Z Downloaded utf8parse v0.2.2
3582026-03-18T03:46:34.450Z Downloaded colorchoice v1.0.4
3592026-03-18T03:46:34.453Z Downloaded errno v0.3.14
3602026-03-18T03:46:34.453Z Downloaded anstyle v1.0.13
3612026-03-18T03:46:34.457Z Downloaded toml_datetime v1.0.1+spec-1.1.0
3622026-03-18T03:46:34.460Z Downloaded toml_writer v1.0.7+spec-1.1.0
3632026-03-18T03:46:34.463Z Downloaded anyhow v1.0.102
3642026-03-18T03:46:34.466Z Downloaded cargo_metadata v0.23.1
3652026-03-18T03:46:34.470Z Downloaded semver v1.0.27
3662026-03-18T03:46:34.473Z Downloaded toml v1.0.7+spec-1.1.0
3672026-03-18T03:46:34.478Z Downloaded clap v4.5.60
3682026-03-18T03:46:34.503Z Downloaded winnow v1.0.0
3692026-03-18T03:46:34.510Z Downloaded indexmap v2.13.0
3702026-03-18T03:46:34.514Z Downloaded serde_json v1.0.149
3712026-03-18T03:46:34.525Z Downloaded clap_builder v4.5.60
3722026-03-18T03:46:34.554Z Downloaded rustix v1.1.4
3732026-03-18T03:46:34.586Z Downloaded libc v0.2.183
3742026-03-18T03:46:34.645Z Compiling serde_core v1.0.228
3752026-03-18T03:46:34.645Z Compiling proc-macro2 v1.0.106
3762026-03-18T03:46:34.649Z Compiling unicode-ident v1.0.24
3772026-03-18T03:46:34.649Z Compiling quote v1.0.45
3782026-03-18T03:46:34.649Z Compiling libc v0.2.183
3792026-03-18T03:46:34.649Z Compiling rustix v1.1.4
3802026-03-18T03:46:34.649Z Compiling utf8parse v0.2.2
3812026-03-18T03:46:34.649Z Compiling bitflags v2.11.0
3822026-03-18T03:46:34.826Z Compiling zmij v1.0.21
3832026-03-18T03:46:34.844Z Compiling anstyle-parse v0.2.7
3842026-03-18T03:46:35.110Z Compiling serde v1.0.228
3852026-03-18T03:46:35.114Z Compiling thiserror v2.0.18
3862026-03-18T03:46:35.227Z Compiling colorchoice v1.0.4
3872026-03-18T03:46:35.239Z Compiling anstyle-query v1.1.5
3882026-03-18T03:46:35.350Z Compiling serde_json v1.0.149
3892026-03-18T03:46:35.350Z Compiling anstyle v1.0.13
3902026-03-18T03:46:35.362Z Compiling is_terminal_polyfill v1.70.2
3912026-03-18T03:46:35.454Z Compiling camino v1.2.2
3922026-03-18T03:46:35.627Z Compiling errno v0.3.14
3932026-03-18T03:46:35.687Z Compiling anstream v0.6.21
3942026-03-18T03:46:35.699Z Compiling strsim v0.11.1
3952026-03-18T03:46:35.823Z Compiling winnow v1.0.0
3962026-03-18T03:46:35.925Z Compiling clap_lex v1.0.0
3972026-03-18T03:46:36.265Z Compiling itoa v1.0.17
3982026-03-18T03:46:36.406Z Compiling syn v2.0.117
3992026-03-18T03:46:36.423Z Compiling memchr v2.8.0
4002026-03-18T03:46:36.436Z Compiling anyhow v1.0.102
4012026-03-18T03:46:36.444Z Compiling heck v0.5.0
4022026-03-18T03:46:36.597Z Compiling terminal_size v0.4.3
4032026-03-18T03:46:36.702Z Compiling clap_builder v4.5.60
4042026-03-18T03:46:36.780Z Compiling toml_parser v1.0.10+spec-1.1.0
4052026-03-18T03:46:36.964Z Compiling toml_writer v1.0.7+spec-1.1.0
4062026-03-18T03:46:37.775Z Compiling serde_spanned v1.0.4
4072026-03-18T03:46:37.966Z Compiling toml_datetime v1.0.1+spec-1.1.0
4082026-03-18T03:46:38.007Z Compiling semver v1.0.27
4092026-03-18T03:46:38.007Z Compiling cargo-platform v0.3.2
4102026-03-18T03:46:38.585Z Compiling toml v1.0.7+spec-1.1.0
4112026-03-18T03:46:39.439Z Compiling serde_derive v1.0.228
4122026-03-18T03:46:39.484Z Compiling thiserror-impl v2.0.18
4132026-03-18T03:46:40.090Z Compiling clap_derive v4.5.55
4142026-03-18T03:46:41.957Z Compiling clap v4.5.60
4152026-03-18T03:46:43.608Z Compiling cargo_metadata v0.23.1
4162026-03-18T03:46:46.984Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-03-18T03:46:49.074Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.92s
4182026-03-18T03:46:49.091Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-03-18T03:46:51.700ZBuilding xde (dev).
4202026-03-18T03:46:52.010Z Compiling serde_core v1.0.228
4212026-03-18T03:46:52.010Z Compiling byteorder v1.5.0
4222026-03-18T03:46:52.014Z Compiling cfg-if v1.0.4
4232026-03-18T03:46:52.014Z Compiling stable_deref_trait v1.2.1
4242026-03-18T03:46:52.014Z Compiling macaddr v1.0.1
4252026-03-18T03:46:52.039Z Compiling thiserror v2.0.18
4262026-03-18T03:46:52.046Z Compiling zerocopy v0.8.42
4272026-03-18T03:46:52.050Z Compiling bitflags v1.3.2
4282026-03-18T03:46:52.101Z Compiling managed v0.8.0
4292026-03-18T03:46:52.114Z Compiling cobs v0.3.0
4302026-03-18T03:46:52.119Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-03-18T03:46:52.156Z Compiling either v1.15.0
4322026-03-18T03:46:52.276Z Compiling hash32 v0.3.1
4332026-03-18T03:46:52.378Z Compiling itertools v0.14.0
4342026-03-18T03:46:52.387Z Compiling heapless v0.8.0
4352026-03-18T03:46:52.395Z Compiling ref-cast v1.0.25
4362026-03-18T03:46:52.462Z Compiling crc32fast v1.5.0
4372026-03-18T03:46:52.467Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-03-18T03:46:52.467Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-03-18T03:46:52.499Z Compiling dyn-clone v1.0.20
4402026-03-18T03:46:52.691Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-03-18T03:46:52.890Z Compiling smoltcp v0.11.0
4422026-03-18T03:46:54.268Z Compiling bitflags v2.11.0
4432026-03-18T03:46:54.268Z Compiling serde v1.0.228
4442026-03-18T03:46:54.268Z Compiling uuid v1.22.0
4452026-03-18T03:46:54.438Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-03-18T03:46:54.866Z Compiling postcard v1.1.3
4472026-03-18T03:46:56.066Z Compiling ingot-types v0.1.2
4482026-03-18T03:46:56.474Z Compiling ingot v0.1.1
4492026-03-18T03:46:58.604Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-03-18T03:47:04.633Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-18T03:47:18.092Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-03-18T03:47:28.901Z Finished `dev` profile [optimized + debuginfo] target(s) in 37.16s
4532026-03-18T03:47:28.930ZLinking xde kmod...
4542026-03-18T03:47:30.328ZBuilding xde dev link helper (dev).
4552026-03-18T03:47:30.532Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-03-18T03:47:30.953Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.59s
4572026-03-18T03:47:30.982Z
4582026-03-18T03:47:30.986Zreal 56.846314414
4592026-03-18T03:47:30.986Zuser 2:59.382532205
4602026-03-18T03:47:30.986Zsys 13.624423691
4612026-03-18T03:47:30.986Ztrap 0.075858772
4622026-03-18T03:47:30.986Ztflt 0.384006346
4632026-03-18T03:47:30.986Zdflt 0.391888064
4642026-03-18T03:47:30.986Zkflt 0.000018880
4652026-03-18T03:47:30.986Zlock 8:50.007610135
4662026-03-18T03:47:30.986Zslp 5:12.452929315
4672026-03-18T03:47:30.986Zlat 5.978272246
4682026-03-18T03:47:30.986Zstop 5.610340430
4692026-03-18T03:47:30.986Z+ header 'build xde (release)'
4702026-03-18T03:47:30.986Z+ echo '# ==== build xde (release) ==== #'
4712026-03-18T03:47:30.986Z# ==== build xde (release) ==== #
4722026-03-18T03:47:30.986Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-03-18T03:47:31.169Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s
4742026-03-18T03:47:31.175Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-03-18T03:47:31.443ZBuilding xde (release-lto).
4762026-03-18T03:47:31.760Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4772026-03-18T03:47:31.760Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4782026-03-18T03:47:31.760Z Compiling proc-macro2 v1.0.106
4792026-03-18T03:47:31.763Z Compiling quote v1.0.45
4802026-03-18T03:47:31.763Z Compiling unicode-ident v1.0.24
4812026-03-18T03:47:31.763Z Compiling serde_core v1.0.228
4822026-03-18T03:47:31.763Z Compiling fnv v1.0.7
4832026-03-18T03:47:31.763Z Compiling strsim v0.11.1
4842026-03-18T03:47:31.881Z Compiling ident_case v1.0.1
4852026-03-18T03:47:31.907Z Compiling memchr v2.8.0
4862026-03-18T03:47:32.008Z Compiling regex-syntax v0.8.10
4872026-03-18T03:47:32.222Z Compiling serde v1.0.228
4882026-03-18T03:47:32.248Z Compiling zerocopy v0.8.42
4892026-03-18T03:47:32.264Z Compiling thiserror v2.0.18
4902026-03-18T03:47:32.408Z Compiling either v1.15.0
4912026-03-18T03:47:32.649Z Compiling aho-corasick v1.1.4
4922026-03-18T03:47:32.710Z Compiling itertools v0.14.0
4932026-03-18T03:47:32.772Z Compiling heapless v0.8.0
4942026-03-18T03:47:33.000Z Compiling smoltcp v0.11.0
4952026-03-18T03:47:33.208Z Compiling syn v2.0.117
4962026-03-18T03:47:33.310Z Compiling ref-cast v1.0.25
4972026-03-18T03:47:33.376Z Compiling crc32fast v1.5.0
4982026-03-18T03:47:33.528Z Compiling version_check v0.9.5
4992026-03-18T03:47:33.952Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5002026-03-18T03:47:33.970Z Compiling regex-automata v0.4.14
5012026-03-18T03:47:36.072Z Compiling regex v1.12.3
5022026-03-18T03:47:36.546Z Compiling darling_core v0.21.3
5032026-03-18T03:47:37.560Z Compiling thiserror-impl v2.0.18
5042026-03-18T03:47:37.563Z Compiling zerocopy-derive v0.8.42
5052026-03-18T03:47:37.564Z Compiling serde_derive v1.0.228
5062026-03-18T03:47:37.564Z Compiling ref-cast-impl v1.0.25
5072026-03-18T03:47:37.564Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-03-18T03:47:39.427Z Compiling darling_macro v0.21.3
5092026-03-18T03:47:40.504Z Compiling darling v0.21.3
5102026-03-18T03:47:40.574Z Compiling ingot-macros v0.1.1
5112026-03-18T03:47:40.578Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-03-18T03:47:49.132Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5132026-03-18T03:47:52.023Z Compiling byteorder v1.5.0
5142026-03-18T03:47:52.024Z Compiling macaddr v1.0.1
5152026-03-18T03:47:52.024Z Compiling cfg-if v1.0.4
5162026-03-18T03:47:52.027Z Compiling stable_deref_trait v1.2.1
5172026-03-18T03:47:52.099Z Compiling managed v0.8.0
5182026-03-18T03:47:52.104Z Compiling bitflags v1.3.2
5192026-03-18T03:47:52.144Z Compiling cobs v0.3.0
5202026-03-18T03:47:52.265Z Compiling hash32 v0.3.1
5212026-03-18T03:47:52.419Z Compiling dyn-clone v1.0.20
5222026-03-18T03:47:52.487Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5232026-03-18T03:47:54.350Z Compiling bitflags v2.11.0
5242026-03-18T03:47:54.350Z Compiling uuid v1.22.0
5252026-03-18T03:47:54.530Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5262026-03-18T03:47:54.956Z Compiling postcard v1.1.3
5272026-03-18T03:47:56.245Z Compiling ingot-types v0.1.2
5282026-03-18T03:47:56.677Z Compiling ingot v0.1.1
5292026-03-18T03:47:58.934Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5302026-03-18T03:48:04.173Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5312026-03-18T03:48:15.645Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5322026-03-18T03:48:52.705Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 21s
5332026-03-18T03:48:52.733ZLinking xde kmod...
5342026-03-18T03:48:53.445ZBuilding xde dev link helper (release).
5352026-03-18T03:48:53.651Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5362026-03-18T03:48:53.651Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5372026-03-18T03:48:53.654Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5382026-03-18T03:49:10.076Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5392026-03-18T03:49:13.343Z Finished `release` profile [optimized + debuginfo] target(s) in 19.86s
5402026-03-18T03:49:13.367Z
5412026-03-18T03:49:13.370Zreal 1:42.384713396
5422026-03-18T03:49:13.370Zuser 2:48.783289500
5432026-03-18T03:49:13.370Zsys 14.688571809
5442026-03-18T03:49:13.370Ztrap 0.039638505
5452026-03-18T03:49:13.370Ztflt 0.157664313
5462026-03-18T03:49:13.371Zdflt 0.232533765
5472026-03-18T03:49:13.371Zkflt 0.000009700
5482026-03-18T03:49:13.371Zlock 14:12.596853392
5492026-03-18T03:49:13.371Zslp 7:47.404485988
5502026-03-18T03:49:13.371Zlat 2.369133982
5512026-03-18T03:49:13.371Zstop 5.957079684
5522026-03-18T03:49:13.371Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5532026-03-18T03:49:13.371Z+ grep GOTPCREL
5542026-03-18T03:49:15.531Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5552026-03-18T03:49:15.534Z+ grep GOTPCREL
5562026-03-18T03:49:16.636Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5572026-03-18T03:49:16.696Z+ sha256sum /work/debug/xde.dbg
5582026-03-18T03:49:16.760Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5592026-03-18T03:49:16.763Z+ sha256sum /work/debug/xde_link.dbg.so
5602026-03-18T03:49:16.768Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5612026-03-18T03:49:16.803Z+ sha256sum /work/release/xde
5622026-03-18T03:49:16.838Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5632026-03-18T03:49:16.841Z+ sha256sum /work/release/xde_link.so
5642026-03-18T03:49:16.844Z+ header 'build xde integration tests'
5652026-03-18T03:49:16.844Z+ echo '# ==== build xde integration tests ==== #'
5662026-03-18T03:49:16.844Z# ==== build xde integration tests ==== #
5672026-03-18T03:49:16.844Z+ pushd xde-tests
5682026-03-18T03:49:16.844Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5692026-03-18T03:49:16.845Z+ cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
5702026-03-18T03:49:16.947Z+ cargo clippy --all-targets -- --deny warnings
5712026-03-18T03:49:17.230Z Checking cfg-if v1.0.4
5722026-03-18T03:49:17.230Z Compiling serde_core v1.0.228
5732026-03-18T03:49:17.234Z Compiling libc v0.2.183
5742026-03-18T03:49:17.234Z Checking memchr v2.8.0
5752026-03-18T03:49:17.234Z Compiling serde v1.0.228
5762026-03-18T03:49:17.234Z Compiling rustversion v1.0.22
5772026-03-18T03:49:17.234Z Compiling version_check v0.9.5
5782026-03-18T03:49:17.234Z Compiling syn v2.0.117
5792026-03-18T03:49:17.313Z Compiling fnv v1.0.7
5802026-03-18T03:49:17.407Z Compiling ident_case v1.0.1
5812026-03-18T03:49:17.530Z Compiling zerocopy v0.8.42
5822026-03-18T03:49:17.609Z Compiling strsim v0.11.1
5832026-03-18T03:49:17.771Z Compiling regex-syntax v0.8.10
5842026-03-18T03:49:17.972Z Checking pin-project-lite v0.2.17
5852026-03-18T03:49:18.064Z Compiling syn v1.0.109
5862026-03-18T03:49:18.069Z Compiling hashbrown v0.16.1
5872026-03-18T03:49:18.168Z Compiling either v1.15.0
5882026-03-18T03:49:18.409Z Compiling aho-corasick v1.1.4
5892026-03-18T03:49:18.420Z Compiling equivalent v1.0.2
5902026-03-18T03:49:18.433Z Compiling winnow v1.0.0
5912026-03-18T03:49:18.501Z Compiling itertools v0.14.0
5922026-03-18T03:49:18.755Z Compiling indexmap v2.13.0
5932026-03-18T03:49:18.867Z Compiling toml_parser v1.0.10+spec-1.1.0
5942026-03-18T03:49:19.552Z Checking byteorder v1.5.0
5952026-03-18T03:49:19.591Z Compiling toml_datetime v1.0.1+spec-1.1.0
5962026-03-18T03:49:19.741Z Compiling regex-automata v0.4.14
5972026-03-18T03:49:19.771Z Compiling winnow v0.7.15
5982026-03-18T03:49:19.862Z Compiling heapless v0.8.0
5992026-03-18T03:49:20.354Z Checking bitflags v2.11.0
6002026-03-18T03:49:20.390Z Checking hash32 v0.3.1
6012026-03-18T03:49:20.432Z Compiling slog v2.8.2
6022026-03-18T03:49:20.510Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6032026-03-18T03:49:20.542Z Checking futures-core v0.3.32
6042026-03-18T03:49:20.622Z Compiling smoltcp v0.11.0
6052026-03-18T03:49:20.678Z Checking macaddr v1.0.1
6062026-03-18T03:49:20.704Z Checking futures-sink v0.3.32
6072026-03-18T03:49:20.799Z Checking stable_deref_trait v1.2.1
6082026-03-18T03:49:20.807Z Checking futures-channel v0.3.32
6092026-03-18T03:49:20.844Z Compiling darling_core v0.21.3
6102026-03-18T03:49:21.112Z Compiling proc-macro-error-attr v1.0.4
6112026-03-18T03:49:21.119Z Checking futures-io v0.3.32
6122026-03-18T03:49:21.243Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6132026-03-18T03:49:21.355Z Checking managed v0.8.0
6142026-03-18T03:49:21.389Z Compiling crc32fast v1.5.0
6152026-03-18T03:49:21.511Z Compiling getrandom v0.4.2
6162026-03-18T03:49:21.587Z Compiling autocfg v1.5.0
6172026-03-18T03:49:21.752Z Compiling toml_edit v0.25.4+spec-1.1.0
6182026-03-18T03:49:21.784Z Checking bitflags v1.3.2
6192026-03-18T03:49:21.838Z Checking rand_core v0.10.0
6202026-03-18T03:49:21.854Z Checking futures-task v0.3.32
6212026-03-18T03:49:22.002Z Checking slab v0.4.12
6222026-03-18T03:49:22.013Z Compiling ref-cast v1.0.25
6232026-03-18T03:49:22.061Z Compiling num-traits v0.2.19
6242026-03-18T03:49:22.180Z Compiling regex v1.12.3
6252026-03-18T03:49:22.452Z Compiling proc-macro-crate v3.5.0
6262026-03-18T03:49:22.811Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6272026-03-18T03:49:22.834Z Compiling serde_derive v1.0.228
6282026-03-18T03:49:22.991Z Compiling zerocopy-derive v0.8.42
6292026-03-18T03:49:23.015Z Compiling thiserror-impl v2.0.18
6302026-03-18T03:49:23.186Z Compiling futures-macro v0.3.32
6312026-03-18T03:49:23.428Z Compiling num_enum_derive v0.7.5
6322026-03-18T03:49:23.436Z Compiling foreign-types-macros v0.2.3
6332026-03-18T03:49:23.918Z Compiling darling_macro v0.21.3
6342026-03-18T03:49:23.994Z Compiling ref-cast-impl v1.0.25
6352026-03-18T03:49:24.215Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6362026-03-18T03:49:24.254Z Checking futures-util v0.3.32
6372026-03-18T03:49:24.505Z Compiling proc-macro-error v1.0.4
6382026-03-18T03:49:24.594Z Compiling darling v0.21.3
6392026-03-18T03:49:24.644Z Checking thiserror v2.0.18
6402026-03-18T03:49:24.675Z Compiling ingot-macros v0.1.1
6412026-03-18T03:49:24.726Z Checking ipnetwork v0.21.1
6422026-03-18T03:49:24.738Z Checking once_cell v1.21.3
6432026-03-18T03:49:24.741Z Checking cobs v0.3.0
6442026-03-18T03:49:24.781Z Compiling crossbeam-utils v0.8.21
6452026-03-18T03:49:24.898Z Checking foreign-types-shared v0.3.1
6462026-03-18T03:49:24.931Z Checking unicode-width v0.2.2
6472026-03-18T03:49:24.937Z Compiling getrandom v0.3.4
6482026-03-18T03:49:24.982Z Checking cpufeatures v0.3.0
6492026-03-18T03:49:25.052Z Checking chacha20 v0.10.0
6502026-03-18T03:49:25.164Z Checking foreign-types v0.5.0
6512026-03-18T03:49:25.234Z Checking tracing-core v0.1.36
6522026-03-18T03:49:25.240Z Checking tabwriter v1.4.1
6532026-03-18T03:49:25.393Z Checking num_enum v0.7.5
6542026-03-18T03:49:25.400Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6552026-03-18T03:49:25.490Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6562026-03-18T03:49:25.505Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6572026-03-18T03:49:25.654Z Compiling tracing-attributes v0.1.31
6582026-03-18T03:49:26.438Z Checking anyhow v1.0.102
6592026-03-18T03:49:26.728Z Checking cstr-argument v0.1.2
6602026-03-18T03:49:26.734Z Checking pretty-hex v0.4.1
6612026-03-18T03:49:26.856Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6622026-03-18T03:49:26.859Z Compiling num-conv v0.2.0
6632026-03-18T03:49:27.008Z Compiling thiserror v1.0.69
6642026-03-18T03:49:27.034Z Checking futures-executor v0.3.32
6652026-03-18T03:49:27.122Z Compiling time-core v0.1.8
6662026-03-18T03:49:27.129Z Checking erased-serde v0.3.31
6672026-03-18T03:49:27.204Z Checking postcard v1.1.3
6682026-03-18T03:49:27.291Z Checking dyn-clone v1.0.20
6692026-03-18T03:49:27.399Z Checking powerfmt v0.2.0
6702026-03-18T03:49:27.415Z Checking tracing v0.1.44
6712026-03-18T03:49:27.562Z Compiling time-macros v0.2.27
6722026-03-18T03:49:27.571Z Checking deranged v0.5.8
6732026-03-18T03:49:27.611Z Checking futures v0.3.32
6742026-03-18T03:49:27.641Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6752026-03-18T03:49:27.685Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6762026-03-18T03:49:27.886Z Checking rand v0.10.0
6772026-03-18T03:49:28.017Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6782026-03-18T03:49:28.283Z Compiling thiserror-impl v1.0.69
6792026-03-18T03:49:28.328Z Checking uuid v1.22.0
6802026-03-18T03:49:28.465Z Checking arc-swap v1.8.2
6812026-03-18T03:49:28.494Z Checking socket2 v0.6.3
6822026-03-18T03:49:28.577Z Checking nom v8.0.0
6832026-03-18T03:49:28.729Z Checking thread_local v1.1.9
6842026-03-18T03:49:28.815Z Checking itoa v1.0.17
6852026-03-18T03:49:28.886Z Compiling heck v0.4.1
6862026-03-18T03:49:28.915Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6872026-03-18T03:49:28.982Z Checking colored v3.1.1
6882026-03-18T03:49:29.010Z Checking ingot-types v0.1.2
6892026-03-18T03:49:29.072Z Checking lazy_static v1.5.0
6902026-03-18T03:49:29.120Z Checking iana-time-zone v0.1.65
6912026-03-18T03:49:29.165Z Compiling slog-async v2.8.0
6922026-03-18T03:49:29.390Z Checking oxnet v0.1.4
6932026-03-18T03:49:29.455Z Checking ingot v0.1.1
6942026-03-18T03:49:29.568Z Checking time v0.3.47
6952026-03-18T03:49:29.592Z Checking chrono v0.4.44
6962026-03-18T03:49:29.628Z Checking slog-scope v4.4.1
6972026-03-18T03:49:29.775Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6982026-03-18T03:49:29.921Z Checking ppv-lite86 v0.2.21
6992026-03-18T03:49:30.310Z Checking crossbeam-channel v0.5.15
7002026-03-18T03:49:30.602Z Checking rand_core v0.9.5
7012026-03-18T03:49:30.676Z Checking cookie-factory v0.3.3
7022026-03-18T03:49:30.699Z Checking itertools v0.12.1
7032026-03-18T03:49:30.743Z Checking is-terminal v0.4.17
7042026-03-18T03:49:30.803Z Checking circular v0.3.0
7052026-03-18T03:49:30.829Z Checking take_mut v0.2.2
7062026-03-18T03:49:30.979Z Checking term v1.2.1
7072026-03-18T03:49:30.982Z Checking log v0.4.29
7082026-03-18T03:49:31.178Z Checking slog-stdlog v4.1.1
7092026-03-18T03:49:31.255Z Checking slog-term v2.9.2
7102026-03-18T03:49:31.261Z Checking rand_chacha v0.9.0
7112026-03-18T03:49:31.279Z Checking rusticata-macros v5.0.0
7122026-03-18T03:49:31.429Z Checking pcap-parser v0.17.0
7132026-03-18T03:49:31.476Z Checking rand v0.9.2
7142026-03-18T03:49:31.706Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7152026-03-18T03:49:32.113Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7162026-03-18T03:49:32.483Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
7172026-03-18T03:49:33.045Z Checking slog-envlogger v2.2.0
7182026-03-18T03:49:37.772Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7192026-03-18T03:49:39.959Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7202026-03-18T03:49:39.959Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7212026-03-18T03:49:40.419Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7222026-03-18T03:49:41.080Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.08s
7232026-03-18T03:49:41.126Z+ cargo build --test loopback
7242026-03-18T03:49:41.356Z Compiling cfg-if v1.0.4
7252026-03-18T03:49:41.356Z Compiling memchr v2.8.0
7262026-03-18T03:49:41.359Z Compiling serde_core v1.0.228
7272026-03-18T03:49:41.359Z Compiling libc v0.2.183
7282026-03-18T03:49:41.394Z Compiling zerocopy v0.8.42
7292026-03-18T03:49:41.394Z Compiling thiserror v2.0.18
7302026-03-18T03:49:41.397Z Compiling pin-project-lite v0.2.17
7312026-03-18T03:49:41.404Z Compiling byteorder v1.5.0
7322026-03-18T03:49:41.445Z Compiling either v1.15.0
7332026-03-18T03:49:41.487Z Compiling macaddr v1.0.1
7342026-03-18T03:49:41.494Z Compiling stable_deref_trait v1.2.1
7352026-03-18T03:49:41.568Z Compiling futures-sink v0.3.32
7362026-03-18T03:49:41.626Z Compiling hash32 v0.3.1
7372026-03-18T03:49:41.678Z Compiling futures-core v0.3.32
7382026-03-18T03:49:41.694Z Compiling cobs v0.3.0
7392026-03-18T03:49:41.794Z Compiling heapless v0.8.0
7402026-03-18T03:49:41.805Z Compiling futures-channel v0.3.32
7412026-03-18T03:49:41.866Z Compiling futures-io v0.3.32
7422026-03-18T03:49:41.875Z Compiling managed v0.8.0
7432026-03-18T03:49:42.028Z Compiling futures-task v0.3.32
7442026-03-18T03:49:42.085Z Compiling rand_core v0.10.0
7452026-03-18T03:49:42.103Z Compiling bitflags v1.3.2
7462026-03-18T03:49:42.155Z Compiling slab v0.4.12
7472026-03-18T03:49:42.178Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7482026-03-18T03:49:42.260Z Compiling foreign-types-shared v0.3.1
7492026-03-18T03:49:42.281Z Compiling cpufeatures v0.3.0
7502026-03-18T03:49:42.352Z Compiling futures-util v0.3.32
7512026-03-18T03:49:42.357Z Compiling smoltcp v0.11.0
7522026-03-18T03:49:42.363Z Compiling unicode-width v0.2.2
7532026-03-18T03:49:42.370Z Compiling ipnetwork v0.21.1
7542026-03-18T03:49:42.465Z Compiling once_cell v1.21.3
7552026-03-18T03:49:42.747Z Compiling tracing-core v0.1.36
7562026-03-18T03:49:42.760Z Compiling tabwriter v1.4.1
7572026-03-18T03:49:43.052Z Compiling chacha20 v0.10.0
7582026-03-18T03:49:43.276Z Compiling foreign-types v0.5.0
7592026-03-18T03:49:43.360Z Compiling getrandom v0.4.2
7602026-03-18T03:49:43.425Z Compiling ref-cast v1.0.25
7612026-03-18T03:49:43.494Z Compiling num_enum v0.7.5
7622026-03-18T03:49:43.531Z Compiling crc32fast v1.5.0
7632026-03-18T03:49:43.620Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7642026-03-18T03:49:43.627Z Compiling cstr-argument v0.1.2
7652026-03-18T03:49:43.751Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7662026-03-18T03:49:43.819Z Compiling itertools v0.14.0
7672026-03-18T03:49:43.823Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7682026-03-18T03:49:43.873Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7692026-03-18T03:49:44.185Z Compiling serde v1.0.228
7702026-03-18T03:49:44.498Z Compiling bitflags v2.11.0
7712026-03-18T03:49:44.583Z Compiling dyn-clone v1.0.20
7722026-03-18T03:49:44.670Z Compiling pretty-hex v0.4.1
7732026-03-18T03:49:44.774Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7742026-03-18T03:49:44.831Z Compiling erased-serde v0.3.31
7752026-03-18T03:49:45.013Z Compiling postcard v1.1.3
7762026-03-18T03:49:45.057Z Compiling powerfmt v0.2.0
7772026-03-18T03:49:45.100Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7782026-03-18T03:49:45.365Z Compiling futures-executor v0.3.32
7792026-03-18T03:49:45.396Z Compiling deranged v0.5.8
7802026-03-18T03:49:45.471Z Compiling slog v2.8.2
7812026-03-18T03:49:45.509Z Compiling uuid v1.22.0
7822026-03-18T03:49:45.813Z Compiling ingot-types v0.1.2
7832026-03-18T03:49:45.819Z Compiling futures v0.3.32
7842026-03-18T03:49:45.904Z Compiling tracing v0.1.44
7852026-03-18T03:49:46.088Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7862026-03-18T03:49:46.217Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7872026-03-18T03:49:46.231Z Compiling num-traits v0.2.19
7882026-03-18T03:49:46.270Z Compiling ingot v0.1.1
7892026-03-18T03:49:46.350Z Compiling rand v0.10.0
7902026-03-18T03:49:46.356Z Compiling crossbeam-utils v0.8.21
7912026-03-18T03:49:46.369Z Compiling getrandom v0.3.4
7922026-03-18T03:49:46.638Z Compiling aho-corasick v1.1.4
7932026-03-18T03:49:46.738Z Compiling nom v8.0.0
7942026-03-18T03:49:46.818Z Compiling socket2 v0.6.3
7952026-03-18T03:49:47.246Z Compiling thread_local v1.1.9
7962026-03-18T03:49:47.492Z Compiling arc-swap v1.8.2
7972026-03-18T03:49:47.619Z Compiling colored v3.1.1
7982026-03-18T03:49:47.783Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7992026-03-18T03:49:48.015Z Compiling oxnet v0.1.4
8002026-03-18T03:49:48.077Z Compiling num-conv v0.2.0
8012026-03-18T03:49:48.202Z Compiling winnow v0.7.15
8022026-03-18T03:49:48.220Z Compiling time-core v0.1.8
8032026-03-18T03:49:48.338Z Compiling iana-time-zone v0.1.65
8042026-03-18T03:49:48.393Z Compiling lazy_static v1.5.0
8052026-03-18T03:49:48.504Z Compiling regex-syntax v0.8.10
8062026-03-18T03:49:48.608Z Compiling slog-scope v4.4.1
8072026-03-18T03:49:48.703Z Compiling chrono v0.4.44
8082026-03-18T03:49:48.920Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8092026-03-18T03:49:49.210Z Compiling time v0.3.47
8102026-03-18T03:49:49.387Z Compiling thiserror v1.0.69
8112026-03-18T03:49:49.499Z Compiling crossbeam-channel v0.5.15
8122026-03-18T03:49:50.244Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
8132026-03-18T03:49:50.729Z Compiling regex-automata v0.4.14
8142026-03-18T03:49:51.779Z Compiling rusticata-macros v5.0.0
8152026-03-18T03:49:52.007Z Compiling rand_core v0.9.5
8162026-03-18T03:49:52.178Z Compiling cookie-factory v0.3.3
8172026-03-18T03:49:52.340Z Compiling ppv-lite86 v0.2.21
8182026-03-18T03:49:52.583Z Compiling is-terminal v0.4.17
8192026-03-18T03:49:52.687Z Compiling itertools v0.12.1
8202026-03-18T03:49:52.785Z Compiling log v0.4.29
8212026-03-18T03:49:53.109Z Compiling term v1.2.1
8222026-03-18T03:49:53.829Z Compiling circular v0.3.0
8232026-03-18T03:49:54.175Z Compiling take_mut v0.2.2
8242026-03-18T03:49:54.304Z Compiling slog-async v2.8.0
8252026-03-18T03:49:54.560Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8262026-03-18T03:49:56.354Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8272026-03-18T03:49:56.482Z Compiling pcap-parser v0.17.0
8282026-03-18T03:49:56.641Z Compiling slog-term v2.9.2
8292026-03-18T03:49:57.356Z Compiling regex v1.12.3
8302026-03-18T03:49:58.732Z Compiling slog-stdlog v4.1.1
8312026-03-18T03:49:58.876Z Compiling rand_chacha v0.9.0
8322026-03-18T03:49:58.894Z Compiling slog-envlogger v2.2.0
8332026-03-18T03:49:59.271Z Compiling rand v0.9.2
8342026-03-18T03:49:59.953Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8352026-03-18T03:50:00.206Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8362026-03-18T03:50:00.357Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
8372026-03-18T03:50:00.912Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8382026-03-18T03:50:10.934Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.79s
8392026-03-18T03:50:10.978Z++ cargo build -q --test loopback --message-format=json
8402026-03-18T03:50:10.981Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8412026-03-18T03:50:11.145Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2c800f44f91f7532
8422026-03-18T03:50:11.145Z+ cargo build --test multicast_rx
8432026-03-18T03:50:11.292Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8442026-03-18T03:50:13.337Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.18s
8452026-03-18T03:50:13.381Z++ cargo build -q --test multicast_rx --message-format=json
8462026-03-18T03:50:13.384Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8472026-03-18T03:50:13.547Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-d6fddc7fb48163b0
8482026-03-18T03:50:13.550Z+ cargo build --test multicast_multi_sub
8492026-03-18T03:50:13.692Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8502026-03-18T03:50:15.966Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.40s
8512026-03-18T03:50:16.010Z++ cargo build -q --test multicast_multi_sub --message-format=json
8522026-03-18T03:50:16.013Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8532026-03-18T03:50:16.180Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-fb715431e199d0ad
8542026-03-18T03:50:16.180Z+ cargo build --test multicast_validation
8552026-03-18T03:50:16.327Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8562026-03-18T03:50:18.834Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.64s
8572026-03-18T03:50:18.878Z++ cargo build -q --test multicast_validation --message-format=json
8582026-03-18T03:50:18.881Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8592026-03-18T03:50:19.043Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-24de6b8f6be2986a
8602026-03-18T03:50:19.043Z+ mkdir -p /work/test
8612026-03-18T03:50:19.047Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-2c800f44f91f7532 /work/test/loopback
8622026-03-18T03:50:19.085Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-d6fddc7fb48163b0 /work/test/multicast_rx
8632026-03-18T03:50:19.129Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-fb715431e199d0ad /work/test/multicast_multi_sub
8642026-03-18T03:50:19.176Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-24de6b8f6be2986a /work/test/multicast_validation
8652026-03-18T03:50:19.221Zprocess exited: duration 349538 ms, exit code 0
 
8662026-03-18T03:50:19.241Zfound 13 output files
8672026-03-18T03:50:19.241Zuploading: /work/debug/xde.dbg (90319944 bytes)
8682026-03-18T03:50:20.839Zuploaded: /work/debug/xde.dbg
8692026-03-18T03:50:20.839Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-03-18T03:50:21.850Zuploaded: /work/debug/xde.dbg.sha256
8712026-03-18T03:50:21.858Zuploading: /work/debug/xde_link.dbg.so (1068452 bytes)
8722026-03-18T03:50:22.881Zuploaded: /work/debug/xde_link.dbg.so
8732026-03-18T03:50:22.881Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-03-18T03:50:23.893Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-03-18T03:50:23.893Zuploading: /work/release/xde (48686848 bytes)
8762026-03-18T03:50:25.221Zuploaded: /work/release/xde
8772026-03-18T03:50:25.221Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-03-18T03:50:26.231Zuploaded: /work/release/xde.sha256
8792026-03-18T03:50:26.231Zuploading: /work/release/xde_link.so (39480 bytes)
8802026-03-18T03:50:27.244Zuploaded: /work/release/xde_link.so
8812026-03-18T03:50:27.244Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-03-18T03:50:28.256Zuploaded: /work/release/xde_link.so.sha256
8832026-03-18T03:50:28.256Zuploading: /work/test/loopback (49418992 bytes)
8842026-03-18T03:50:29.551Zuploaded: /work/test/loopback
8852026-03-18T03:50:29.551Zuploading: /work/test/multicast_rx (49715552 bytes)
8862026-03-18T03:50:30.873Zuploaded: /work/test/multicast_rx
8872026-03-18T03:50:30.873Zuploading: /work/test/multicast_multi_sub (53687648 bytes)
8882026-03-18T03:50:32.204Zuploaded: /work/test/multicast_multi_sub
8892026-03-18T03:50:32.204Zuploading: /work/test/multicast_validation (49887504 bytes)
8902026-03-18T03:50:33.588Zuploaded: /work/test/multicast_validation
8912026-03-18T03:50:33.588Zuploading: /work/xde.conf (79 bytes)
8922026-03-18T03:50:34.599Zuploaded: /work/xde.conf