01KKJN3V1CE6HCMRNJSG9N9G61: 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: 01KKJN4QW182YVGDK3XPJPQZ9Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T03:53:18.109Zjob assigned to worker 01KKJN4WR9T286H8CJXWV93522 [factory aws, i-08b281ea9e0bf0caf] (queued for 1 m 31 s)
 
22026-03-13T03:53:26.256Zstarting task 0: "setup"
32026-03-13T03:53:26.262Z++ uname -s
42026-03-13T03:53:26.265Z+ kern=SunOS
52026-03-13T03:53:26.265Z+ build_user=build
62026-03-13T03:53:26.265Z+ build_uid=12345
72026-03-13T03:53:26.265Z+ work_dir=/work
82026-03-13T03:53:26.266Z+ input_dir=/input
92026-03-13T03:53:26.266Z+ [[ 0 == 12345 ]]
102026-03-13T03:53:26.266Z+ case "$kern" in
112026-03-13T03:53:26.266Z+ groupadd -g 12345 build
122026-03-13T03:53:26.266Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T03:53:28.274Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T03:53:28.434Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T03:53:28.439Z+ home_fs=zfs
162026-03-13T03:53:28.439Z+ [[ zfs == autofs ]]
172026-03-13T03:53:28.439Z+ mkdir -p /home/build
182026-03-13T03:53:28.439Z+ chown build:build /home/build /work
192026-03-13T03:53:29.411Z+ chmod 0700 /home/build /work
202026-03-13T03:53:29.418Zprocess exited: duration 3158 ms, exit code 0
 
212026-03-13T03:53:29.433Zstarting task 1: "rust-toolchain"
222026-03-13T03:53:29.439Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-13T03:53:29.439Z * rust toolchain channel = "1.93.1"
242026-03-13T03:53:29.439Z * rust toolchain profile = "default"
252026-03-13T03:53:29.440Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-13T03:53:29.440Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T03:53:29.440Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T03:53:29.440Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T03:53:29.440Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-13T03:53:29.570Zinfo: downloading installer
312026-03-13T03:53:31.178Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T03:53:31.178Zwarn: /opt/ooce/bin
332026-03-13T03:53:31.178Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T03:53:31.178Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T03:53:31.178Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T03:53:31.178Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T03:53:31.178Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T03:53:31.178Zerror: cannot install while Rust is installed
392026-03-13T03:53:31.178Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T03:53:31.178Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T03:53:31.178Zwarn: /home/build/.rustup/settings.toml
422026-03-13T03:53:31.179Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T03:53:31.179Zwarn: instead of the one inferred from the default host triple.
442026-03-13T03:53:31.189Zinfo: profile set to default
452026-03-13T03:53:31.189Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T03:53:31.192Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-13T03:53:31.337Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-13T03:53:31.341Zinfo: downloading 6 components
492026-03-13T03:53:46.562Z
502026-03-13T03:53:46.563Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
512026-03-13T03:53:46.859Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-13T03:53:46.859Z
532026-03-13T03:53:46.859Z
542026-03-13T03:53:46.860ZRust is installed now. Great!
552026-03-13T03:53:46.860Z
562026-03-13T03:53:46.860ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T03:53:46.860Zenvironment variable. This has not been done automatically.
582026-03-13T03:53:46.860Z
592026-03-13T03:53:46.860ZTo configure your current shell, you need to source
602026-03-13T03:53:46.860Zthe corresponding env file under $HOME/.cargo.
612026-03-13T03:53:46.860Z
622026-03-13T03:53:46.860ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T03:53:46.860Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T03:53:46.860Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T03:53:46.860Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T03:53:46.860Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T03:53:46.860Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T03:53:46.860Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T03:53:46.860Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T03:53:46.860Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T03:53:46.860Z+ rustup --version
722026-03-13T03:53:46.860Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T03:53:46.860Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T03:53:46.860Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-13T03:53:46.860Z+ cargo --version
762026-03-13T03:53:46.860Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-13T03:53:46.860Z+ rustc --version
782026-03-13T03:53:46.861Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-13T03:53:46.861Zprocess exited: duration 17187 ms, exit code 0
 
802026-03-13T03:53:47.136Zstarting task 2: "authentication"
812026-03-13T03:53:47.359ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-03-13T03:53:49.301Zprocess exited: duration 2246 ms, exit code 0
 
832026-03-13T03:53:49.313Zstarting task 3: "clone repository"
842026-03-13T03:53:49.317Z+ mkdir -p /work/oxidecomputer/opte
852026-03-13T03:53:49.322Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
862026-03-13T03:53:49.352ZCloning into '/work/oxidecomputer/opte'...
872026-03-13T03:53:50.177Z+ cd /work/oxidecomputer/opte
882026-03-13T03:53:50.177Z+ git fetch origin c203ec69fca75b86b0fea1e3e7fe5188a41b285a
892026-03-13T03:53:50.420ZFrom https://github.com/oxidecomputer/opte
902026-03-13T03:53:50.420Z * branch c203ec69fca75b86b0fea1e3e7fe5188a41b285a -> FETCH_HEAD
912026-03-13T03:53:50.428Z+ [[ -n renovate/clap-4.x-lockfile ]]
922026-03-13T03:53:50.433Z++ git branch --show-current
932026-03-13T03:53:50.433Z+ current=master
942026-03-13T03:53:50.433Z+ [[ master != renovate/clap-4.x-lockfile ]]
952026-03-13T03:53:50.433Z+ git branch -f renovate/clap-4.x-lockfile c203ec69fca75b86b0fea1e3e7fe5188a41b285a
962026-03-13T03:53:50.440Z+ git checkout -f renovate/clap-4.x-lockfile
972026-03-13T03:53:50.458ZSwitched to branch 'renovate/clap-4.x-lockfile'
982026-03-13T03:53:50.461Z+ git reset --hard c203ec69fca75b86b0fea1e3e7fe5188a41b285a
992026-03-13T03:53:50.464ZHEAD is now at c203ec6 Update Rust crate clap to v4.6.0
1002026-03-13T03:53:50.467Zprocess exited: duration 1153 ms, exit code 0
 
1012026-03-13T03:53:50.475Zstarting task 4: "build"
1022026-03-13T03:53:50.480Z+ source .github/buildomat/common.sh
1032026-03-13T03:53:50.480Z++ rustup show active-toolchain
1042026-03-13T03:53:50.485Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1052026-03-13T03:53:50.490Z++ pushd xde
1062026-03-13T03:53:50.490Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1072026-03-13T03:53:50.490Z++ rustup show active-toolchain
1082026-03-13T03:53:50.497Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1092026-03-13T03:53:50.649Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1102026-03-13T03:53:50.652Zinfo: downloading 6 components
1112026-03-13T03:54:05.117Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1122026-03-13T03:54:05.213Z+++ rustup show active-toolchain -v
1132026-03-13T03:54:05.217Z+++ head -n 1
1142026-03-13T03:54:05.217Z+++ cut '-d ' -f1
1152026-03-13T03:54:05.291Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-13T03:54:05.291Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1172026-03-13T03:54:05.291Z++ popd
1182026-03-13T03:54:05.293Z/work/oxidecomputer/opte
1192026-03-13T03:54:05.293Z+ TGT_BASE=/work
1202026-03-13T03:54:05.293Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1212026-03-13T03:54:05.293Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1222026-03-13T03:54:05.293Z+ DBG_TGT=/work/debug
1232026-03-13T03:54:05.293Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1242026-03-13T03:54:05.293Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1252026-03-13T03:54:05.293Z+ REL_TGT=/work/release
1262026-03-13T03:54:05.293Z+ mkdir -p /work/debug /work/release
1272026-03-13T03:54:05.294Z+ cargo --version
1282026-03-13T03:54:05.305Zcargo 1.93.1 (083ac5135 2025-12-15)
1292026-03-13T03:54:05.308Z+ rustc --version
1302026-03-13T03:54:05.354Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1312026-03-13T03:54:05.354Z+ install_pkg jq
1322026-03-13T03:54:05.354Z+ set +o errexit
1332026-03-13T03:54:05.354Z+ pfexec pkg install jq
1342026-03-13T03:54:14.737Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-13T03:54:24.625Z Startup: Caching catalogs ... Done
1362026-03-13T03:54:47.208ZPlanning: Solver setup ... Done
1372026-03-13T03:54:47.358ZPlanning: Running solver ... Done
1382026-03-13T03:54:47.537ZPlanning: Consolidating action changes ... Done
1392026-03-13T03:54:47.541ZPlanning: Evaluating mediators ... Done
1402026-03-13T03:54:47.541ZPlanning: Planning completed in 22.77 seconds
1412026-03-13T03:54:47.560ZNo updates necessary for this image.
1422026-03-13T03:54:49.018Z+ exit_code=4
1432026-03-13T03:54:49.018Z+ [[ 4 -ne 0 ]]
1442026-03-13T03:54:49.022Z+ [[ 4 -ne 4 ]]
1452026-03-13T03:54:49.022Z+ set -o errexit
1462026-03-13T03:54:49.022Z+ pushd xde
1472026-03-13T03:54:49.022Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1482026-03-13T03:54:49.022Z+ cp xde.conf /work/xde.conf
1492026-03-13T03:54:49.022Z+ header 'check style'
1502026-03-13T03:54:49.022Z+ echo '# ==== check style ==== #'
1512026-03-13T03:54:49.022Z# ==== check style ==== #
1522026-03-13T03:54:49.022Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1532026-03-13T03:54:49.356Z
1542026-03-13T03:54:49.357Zreal 0.316713115
1552026-03-13T03:54:49.367Zuser 0.214623316
1562026-03-13T03:54:49.368Zsys 0.090622888
1572026-03-13T03:54:49.368Ztrap 0.000024751
1582026-03-13T03:54:49.368Ztflt 0.000038390
1592026-03-13T03:54:49.376Zdflt 0.000031890
1602026-03-13T03:54:49.376Zkflt 0.000000000
1612026-03-13T03:54:49.376Zlock 0.066201939
1622026-03-13T03:54:49.377Zslp 0.272047212
1632026-03-13T03:54:49.377Zlat 0.000273059
1642026-03-13T03:54:49.377Zstop 0.000119696
1652026-03-13T03:54:49.377Z+ header analyze
1662026-03-13T03:54:49.377Z+ echo '# ==== analyze ==== #'
1672026-03-13T03:54:49.377Z# ==== analyze ==== #
1682026-03-13T03:54:49.377Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1692026-03-13T03:54:49.624Z Updating crates.io index
1702026-03-13T03:54:49.642Z Updating git repository `https://github.com/oxidecomputer/falcon`
1712026-03-13T03:54:50.642Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1722026-03-13T03:54:50.882Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1732026-03-13T03:54:51.203Z Updating git repository `https://github.com/oxidecomputer/zone`
1742026-03-13T03:54:51.548Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1752026-03-13T03:54:51.786Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1762026-03-13T03:54:52.054Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1772026-03-13T03:54:53.632Z Downloading crates ...
1782026-03-13T03:54:53.677Z Downloaded cfg-if v1.0.4
1792026-03-13T03:54:53.699Z Downloaded ref-cast v1.0.25
1802026-03-13T03:54:53.702Z Downloaded proc-macro-error-attr2 v2.0.0
1812026-03-13T03:54:53.705Z Downloaded bitflags v2.11.0
1822026-03-13T03:54:53.709Z Downloaded cobs v0.3.0
1832026-03-13T03:54:53.711Z Downloaded quote v1.0.45
1842026-03-13T03:54:53.714Z Downloaded stable_deref_trait v1.2.1
1852026-03-13T03:54:53.717Z Downloaded either v1.15.0
1862026-03-13T03:54:53.721Z Downloaded unicode-ident v1.0.24
1872026-03-13T03:54:53.724Z Downloaded serde_core v1.0.228
1882026-03-13T03:54:53.726Z Downloaded macaddr v1.0.1
1892026-03-13T03:54:53.726Z Downloaded thiserror v2.0.18
1902026-03-13T03:54:53.741Z Downloaded ref-cast-impl v1.0.25
1912026-03-13T03:54:53.744Z Downloaded proc-macro-error2 v2.0.1
1922026-03-13T03:54:53.747Z Downloaded defmt-macros v1.0.1
1932026-03-13T03:54:53.749Z Downloaded dyn-clone v1.0.20
1942026-03-13T03:54:53.752Z Downloaded hash32 v0.3.1
1952026-03-13T03:54:53.752Z Downloaded embedded-io v0.4.0
1962026-03-13T03:54:53.756Z Downloaded thiserror-impl v2.0.18
1972026-03-13T03:54:53.763Z Downloaded byteorder v1.5.0
1982026-03-13T03:54:53.767Z Downloaded heapless v0.8.0
1992026-03-13T03:54:53.775Z Downloaded defmt-parser v1.0.0
2002026-03-13T03:54:53.778Z Downloaded crc32fast v1.5.0
2012026-03-13T03:54:53.781Z Downloaded ingot-types v0.1.2
2022026-03-13T03:54:53.784Z Downloaded ingot v0.1.1
2032026-03-13T03:54:53.787Z Downloaded zerocopy-derive v0.8.42
2042026-03-13T03:54:53.794Z Downloaded darling v0.21.3
2052026-03-13T03:54:53.797Z Downloaded postcard v1.1.3
2062026-03-13T03:54:53.802Z Downloaded serde_derive v1.0.228
2072026-03-13T03:54:53.804Z Downloaded serde v1.0.228
2082026-03-13T03:54:53.817Z Downloaded memchr v2.8.0
2092026-03-13T03:54:53.841Z Downloaded aho-corasick v1.1.4
2102026-03-13T03:54:53.856Z Downloaded zerocopy v0.8.42
2112026-03-13T03:54:53.867Z Downloaded regex-syntax v0.8.10
2122026-03-13T03:54:53.878Z Downloaded syn v2.0.117
2132026-03-13T03:54:53.886Z Downloaded strsim v0.11.1
2142026-03-13T03:54:53.889Z Downloaded darling_macro v0.21.3
2152026-03-13T03:54:53.889Z Downloaded regex-automata v0.4.14
2162026-03-13T03:54:53.898Z Downloaded ident_case v1.0.1
2172026-03-13T03:54:53.901Z Downloaded ingot-macros v0.1.1
2182026-03-13T03:54:53.901Z Downloaded managed v0.8.0
2192026-03-13T03:54:53.901Z Downloaded embedded-io v0.6.1
2202026-03-13T03:54:53.901Z Downloaded defmt v1.0.1
2212026-03-13T03:54:53.904Z Downloaded defmt v0.3.100
2222026-03-13T03:54:53.904Z Downloaded bitflags v1.3.2
2232026-03-13T03:54:53.908Z Downloaded proc-macro2 v1.0.106
2242026-03-13T03:54:53.913Z Downloaded regex v1.12.3
2252026-03-13T03:54:53.917Z Downloaded version_check v0.9.5
2262026-03-13T03:54:53.922Z Downloaded fnv v1.0.7
2272026-03-13T03:54:53.929Z Downloaded smoltcp v0.11.0
2282026-03-13T03:54:53.967Z Downloaded darling_core v0.21.3
2292026-03-13T03:54:53.975Z Downloaded itertools v0.14.0
2302026-03-13T03:54:53.975Z Downloaded uuid v1.22.0
2312026-03-13T03:54:53.975Z Updating crates.io index
2322026-03-13T03:54:54.052Z Downloading crates ...
2332026-03-13T03:54:54.115Z Downloaded foldhash v0.2.0
2342026-03-13T03:54:54.119Z Downloaded rustc-literal-escaper v0.0.7
2352026-03-13T03:54:54.122Z Downloaded adler2 v2.0.1
2362026-03-13T03:54:54.126Z Downloaded getopts v0.2.24
2372026-03-13T03:54:54.133Z Downloaded rustc-demangle v0.1.27
2382026-03-13T03:54:54.135Z Downloaded addr2line v0.25.1
2392026-03-13T03:54:54.150Z Downloaded miniz_oxide v0.8.9
2402026-03-13T03:54:54.157Z Downloaded memchr v2.7.6
2412026-03-13T03:54:54.165Z Downloaded hashbrown v0.16.1
2422026-03-13T03:54:54.204Z Downloaded gimli v0.32.3
2432026-03-13T03:54:54.210Z Downloaded object v0.37.3
2442026-03-13T03:54:54.237Z Downloaded libc v0.2.178
2452026-03-13T03:54:54.308Z 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)
2462026-03-13T03:54:54.308Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2472026-03-13T03:54:54.311Z Compiling proc-macro2 v1.0.106
2482026-03-13T03:54:54.311Z Compiling quote v1.0.45
2492026-03-13T03:54:54.311Z Compiling unicode-ident v1.0.24
2502026-03-13T03:54:54.311Z Compiling serde_core v1.0.228
2512026-03-13T03:54:54.311Z Compiling fnv v1.0.7
2522026-03-13T03:54:54.311Z Compiling ident_case v1.0.1
2532026-03-13T03:54:54.525Z Compiling strsim v0.11.1
2542026-03-13T03:54:54.554Z Compiling memchr v2.8.0
2552026-03-13T03:54:54.973Z Compiling regex-syntax v0.8.10
2562026-03-13T03:54:54.978Z Compiling thiserror v2.0.18
2572026-03-13T03:54:54.990Z Compiling either v1.15.0
2582026-03-13T03:54:55.051Z Compiling zerocopy v0.8.42
2592026-03-13T03:54:55.096Z Compiling serde v1.0.228
2602026-03-13T03:54:55.250Z Compiling aho-corasick v1.1.4
2612026-03-13T03:54:55.482Z Compiling itertools v0.14.0
2622026-03-13T03:54:55.733Z Compiling heapless v0.8.0
2632026-03-13T03:54:55.745Z Compiling smoltcp v0.11.0
2642026-03-13T03:54:55.967Z Compiling syn v2.0.117
2652026-03-13T03:54:56.118Z Compiling crc32fast v1.5.0
2662026-03-13T03:54:56.297Z Compiling version_check v0.9.5
2672026-03-13T03:54:56.345Z Compiling ref-cast v1.0.25
2682026-03-13T03:54:56.622Z Compiling regex-automata v0.4.14
2692026-03-13T03:54:56.684Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2702026-03-13T03:54:58.772Z Compiling regex v1.12.3
2712026-03-13T03:54:59.255Z Compiling darling_core v0.21.3
2722026-03-13T03:55:00.359Z Compiling zerocopy-derive v0.8.42
2732026-03-13T03:55:00.359Z Compiling thiserror-impl v2.0.18
2742026-03-13T03:55:00.362Z Compiling serde_derive v1.0.228
2752026-03-13T03:55:00.362Z Compiling ref-cast-impl v1.0.25
2762026-03-13T03:55:00.362Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2772026-03-13T03:55:02.209Z Compiling darling_macro v0.21.3
2782026-03-13T03:55:03.315Z Compiling darling v0.21.3
2792026-03-13T03:55:03.410Z Compiling ingot-macros v0.1.1
2802026-03-13T03:55:03.422Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2812026-03-13T03:55:10.931Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2822026-03-13T03:55:13.834Z Checking byteorder v1.5.0
2832026-03-13T03:55:13.834Z Checking stable_deref_trait v1.2.1
2842026-03-13T03:55:13.838Z Checking cfg-if v1.0.4
2852026-03-13T03:55:13.838Z Checking macaddr v1.0.1
2862026-03-13T03:55:13.838Z Checking managed v0.8.0
2872026-03-13T03:55:13.918Z Checking bitflags v1.3.2
2882026-03-13T03:55:13.946Z Checking cobs v0.3.0
2892026-03-13T03:55:14.039Z Checking hash32 v0.3.1
2902026-03-13T03:55:14.092Z Checking dyn-clone v1.0.20
2912026-03-13T03:55:14.099Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2922026-03-13T03:55:15.795Z Checking bitflags v2.11.0
2932026-03-13T03:55:15.799Z Checking uuid v1.22.0
2942026-03-13T03:55:15.973Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-03-13T03:55:16.305Z Checking postcard v1.1.3
2962026-03-13T03:55:17.600Z Checking ingot-types v0.1.2
2972026-03-13T03:55:17.986Z Checking ingot v0.1.1
2982026-03-13T03:55:19.990Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2992026-03-13T03:55:26.066Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3002026-03-13T03:55:28.234Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3012026-03-13T03:55:31.720Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.29s
3022026-03-13T03:55:31.863Z
3032026-03-13T03:55:31.863Zreal 42.497150485
3042026-03-13T03:55:31.875Zuser 1:38.870719049
3052026-03-13T03:55:31.875Zsys 12.134073260
3062026-03-13T03:55:31.875Ztrap 0.036806725
3072026-03-13T03:55:31.876Ztflt 0.053718791
3082026-03-13T03:55:31.876Zdflt 0.212036742
3092026-03-13T03:55:31.876Zkflt 0.001588514
3102026-03-13T03:55:31.876Zlock 5:05.296320365
3112026-03-13T03:55:31.876Zslp 4:16.854518915
3122026-03-13T03:55:31.876Zlat 2.794019222
3132026-03-13T03:55:31.876Zstop 7.919317350
3142026-03-13T03:55:31.876Z+ pushd xde-link
3152026-03-13T03:55:31.876Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3162026-03-13T03:55:31.876Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3172026-03-13T03:55:32.093Z 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)
3182026-03-13T03:55:32.093Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3192026-03-13T03:55:32.093Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3202026-03-13T03:55:47.539Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3212026-03-13T03:55:50.484Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.56s
3222026-03-13T03:55:50.512Z
3232026-03-13T03:55:50.515Zreal 18.660511456
3242026-03-13T03:55:50.515Zuser 28.202656323
3252026-03-13T03:55:50.515Zsys 1.547611786
3262026-03-13T03:55:50.515Ztrap 0.005216407
3272026-03-13T03:55:50.515Ztflt 0.001021035
3282026-03-13T03:55:50.515Zdflt 0.033121304
3292026-03-13T03:55:50.515Zkflt 0.000009880
3302026-03-13T03:55:50.515Zlock 1:38.786236443
3312026-03-13T03:55:50.515Zslp 1:01.323447101
3322026-03-13T03:55:50.515Zlat 0.184180042
3332026-03-13T03:55:50.515Zstop 0.160639386
3342026-03-13T03:55:50.515Z+ popd
3352026-03-13T03:55:50.515Z+ popd
3362026-03-13T03:55:50.515Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3372026-03-13T03:55:50.515Z/work/oxidecomputer/opte
3382026-03-13T03:55:50.515Z+ header 'build xde (debug)'
3392026-03-13T03:55:50.515Z+ echo '# ==== build xde (debug) ==== #'
3402026-03-13T03:55:50.515Z# ==== build xde (debug) ==== #
3412026-03-13T03:55:50.515Z+ ptime -m cargo xtask build --profile debug xde xde-link
3422026-03-13T03:55:50.695Z Downloading crates ...
3432026-03-13T03:55:50.788Z Downloaded clap_lex v1.0.0
3442026-03-13T03:55:50.791Z Downloaded anstyle v1.0.13
3452026-03-13T03:55:50.794Z Downloaded zmij v1.0.21
3462026-03-13T03:55:50.801Z Downloaded anstyle-query v1.1.5
3472026-03-13T03:55:50.806Z Downloaded errno v0.3.14
3482026-03-13T03:55:50.806Z Downloaded utf8parse v0.2.2
3492026-03-13T03:55:50.806Z Downloaded is_terminal_polyfill v1.70.2
3502026-03-13T03:55:50.810Z Downloaded itoa v1.0.17
3512026-03-13T03:55:50.814Z Downloaded heck v0.5.0
3522026-03-13T03:55:50.814Z Downloaded colorchoice v1.0.4
3532026-03-13T03:55:50.826Z Downloaded toml_datetime v1.0.0+spec-1.1.0
3542026-03-13T03:55:50.829Z Downloaded serde_spanned v1.0.4
3552026-03-13T03:55:50.829Z Downloaded cargo-platform v0.3.2
3562026-03-13T03:55:50.835Z Downloaded equivalent v1.0.2
3572026-03-13T03:55:50.844Z Downloaded toml_writer v1.0.6+spec-1.1.0
3582026-03-13T03:55:50.847Z Downloaded terminal_size v0.4.3
3592026-03-13T03:55:50.847Z Downloaded anstyle-parse v1.0.0
3602026-03-13T03:55:50.847Z Downloaded anstream v1.0.0
3612026-03-13T03:55:50.852Z Downloaded anyhow v1.0.102
3622026-03-13T03:55:50.857Z Downloaded semver v1.0.27
3632026-03-13T03:55:50.862Z Downloaded cargo_metadata v0.23.1
3642026-03-13T03:55:50.866Z Downloaded toml_parser v1.0.9+spec-1.1.0
3652026-03-13T03:55:50.866Z Downloaded clap_derive v4.6.0
3662026-03-13T03:55:50.866Z Downloaded camino v1.2.2
3672026-03-13T03:55:50.869Z Downloaded clap v4.6.0
3682026-03-13T03:55:50.876Z Downloaded toml v1.0.6+spec-1.1.0
3692026-03-13T03:55:51.291Z Downloaded serde_json v1.0.149
3702026-03-13T03:55:51.295Z Downloaded indexmap v2.13.0
3712026-03-13T03:55:51.295Z Downloaded clap_builder v4.6.0
3722026-03-13T03:55:51.295Z Downloaded winnow v0.7.15
3732026-03-13T03:55:51.295Z Downloaded rustix v1.1.4
3742026-03-13T03:55:51.295Z Downloaded libc v0.2.183
3752026-03-13T03:55:51.295Z Compiling proc-macro2 v1.0.106
3762026-03-13T03:55:51.295Z Compiling serde_core v1.0.228
3772026-03-13T03:55:51.296Z Compiling quote v1.0.45
3782026-03-13T03:55:51.296Z Compiling unicode-ident v1.0.24
3792026-03-13T03:55:51.296Z Compiling libc v0.2.183
3802026-03-13T03:55:51.296Z Compiling rustix v1.1.4
3812026-03-13T03:55:51.296Z Compiling zmij v1.0.21
3822026-03-13T03:55:51.296Z Compiling bitflags v2.11.0
3832026-03-13T03:55:51.296Z Compiling utf8parse v0.2.2
3842026-03-13T03:55:51.373Z Compiling anstyle-parse v1.0.0
3852026-03-13T03:55:51.524Z Compiling colorchoice v1.0.4
3862026-03-13T03:55:51.527Z Compiling is_terminal_polyfill v1.70.2
3872026-03-13T03:55:51.618Z Compiling serde v1.0.228
3882026-03-13T03:55:51.639Z Compiling anstyle-query v1.1.5
3892026-03-13T03:55:51.650Z Compiling camino v1.2.2
3902026-03-13T03:55:51.659Z Compiling thiserror v2.0.18
3912026-03-13T03:55:51.747Z Compiling anstyle v1.0.13
3922026-03-13T03:55:51.781Z Compiling serde_json v1.0.149
3932026-03-13T03:55:52.039Z Compiling errno v0.3.14
3942026-03-13T03:55:52.071Z Compiling anstream v1.0.0
3952026-03-13T03:55:52.105Z Compiling memchr v2.8.0
3962026-03-13T03:55:52.124Z Compiling clap_lex v1.0.0
3972026-03-13T03:55:52.315Z Compiling anyhow v1.0.102
3982026-03-13T03:55:52.599Z Compiling itoa v1.0.17
3992026-03-13T03:55:52.636Z Compiling winnow v0.7.15
4002026-03-13T03:55:52.721Z Compiling heck v0.5.0
4012026-03-13T03:55:52.730Z Compiling strsim v0.11.1
4022026-03-13T03:55:52.924Z Compiling syn v2.0.117
4032026-03-13T03:55:52.940Z Compiling terminal_size v0.4.3
4042026-03-13T03:55:53.091Z Compiling clap_builder v4.6.0
4052026-03-13T03:55:53.219Z Compiling toml_writer v1.0.6+spec-1.1.0
4062026-03-13T03:55:54.119Z Compiling semver v1.0.27
4072026-03-13T03:55:54.123Z Compiling cargo-platform v0.3.2
4082026-03-13T03:55:54.178Z Compiling toml_datetime v1.0.0+spec-1.1.0
4092026-03-13T03:55:54.355Z Compiling serde_spanned v1.0.4
4102026-03-13T03:55:54.571Z Compiling toml_parser v1.0.9+spec-1.1.0
4112026-03-13T03:55:55.054Z Compiling toml v1.0.6+spec-1.1.0
4122026-03-13T03:55:56.752Z Compiling serde_derive v1.0.228
4132026-03-13T03:55:56.922Z Compiling thiserror-impl v2.0.18
4142026-03-13T03:55:57.294Z Compiling clap_derive v4.6.0
4152026-03-13T03:55:59.543Z Compiling clap v4.6.0
4162026-03-13T03:56:00.897Z Compiling cargo_metadata v0.23.1
4172026-03-13T03:56:04.260Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4182026-03-13T03:56:06.397Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.87s
4192026-03-13T03:56:06.415Z Running `target/debug/xtask build --profile debug xde xde-link`
4202026-03-13T03:56:08.886ZBuilding xde (dev).
4212026-03-13T03:56:09.601Z Compiling serde_core v1.0.228
4222026-03-13T03:56:09.603Z Compiling byteorder v1.5.0
4232026-03-13T03:56:09.603Z Compiling cfg-if v1.0.4
4242026-03-13T03:56:09.603Z Compiling stable_deref_trait v1.2.1
4252026-03-13T03:56:09.603Z Compiling macaddr v1.0.1
4262026-03-13T03:56:09.603Z Compiling zerocopy v0.8.42
4272026-03-13T03:56:09.604Z Compiling thiserror v2.0.18
4282026-03-13T03:56:09.604Z Compiling bitflags v1.3.2
4292026-03-13T03:56:09.604Z Compiling managed v0.8.0
4302026-03-13T03:56:09.604Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-03-13T03:56:09.604Z Compiling cobs v0.3.0
4322026-03-13T03:56:09.604Z Compiling either v1.15.0
4332026-03-13T03:56:09.604Z Compiling hash32 v0.3.1
4342026-03-13T03:56:09.624Z Compiling heapless v0.8.0
4352026-03-13T03:56:09.630Z Compiling itertools v0.14.0
4362026-03-13T03:56:09.652Z Compiling ref-cast v1.0.25
4372026-03-13T03:56:09.684Z Compiling crc32fast v1.5.0
4382026-03-13T03:56:09.689Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4392026-03-13T03:56:09.707Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4402026-03-13T03:56:09.757Z Compiling dyn-clone v1.0.20
4412026-03-13T03:56:09.928Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4422026-03-13T03:56:10.175Z Compiling smoltcp v0.11.0
4432026-03-13T03:56:11.655Z Compiling bitflags v2.11.0
4442026-03-13T03:56:11.655Z Compiling serde v1.0.228
4452026-03-13T03:56:11.655Z Compiling uuid v1.22.0
4462026-03-13T03:56:11.820Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4472026-03-13T03:56:12.292Z Compiling postcard v1.1.3
4482026-03-13T03:56:13.423Z Compiling ingot-types v0.1.2
4492026-03-13T03:56:13.818Z Compiling ingot v0.1.1
4502026-03-13T03:56:16.063Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-03-13T03:56:21.961Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4522026-03-13T03:56:35.413Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4532026-03-13T03:56:46.227Z Finished `dev` profile [optimized + debuginfo] target(s) in 37.30s
4542026-03-13T03:56:46.253ZLinking xde kmod...
4552026-03-13T03:56:47.724ZBuilding xde dev link helper (dev).
4562026-03-13T03:56:47.933Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4572026-03-13T03:56:48.354Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.59s
4582026-03-13T03:56:48.382Z
4592026-03-13T03:56:48.387Zreal 57.874089255
4602026-03-13T03:56:48.387Zuser 3:01.117658262
4612026-03-13T03:56:48.387Zsys 13.895441118
4622026-03-13T03:56:48.387Ztrap 0.094942487
4632026-03-13T03:56:48.387Ztflt 0.433692591
4642026-03-13T03:56:48.387Zdflt 0.435906352
4652026-03-13T03:56:48.387Zkflt 0.000000920
4662026-03-13T03:56:48.387Zlock 9:01.689192404
4672026-03-13T03:56:48.387Zslp 5:17.281253417
4682026-03-13T03:56:48.387Zlat 5.924863748
4692026-03-13T03:56:48.387Zstop 5.284635028
4702026-03-13T03:56:48.387Z+ header 'build xde (release)'
4712026-03-13T03:56:48.387Z+ echo '# ==== build xde (release) ==== #'
4722026-03-13T03:56:48.387Z# ==== build xde (release) ==== #
4732026-03-13T03:56:48.387Z+ ptime -m cargo xtask build --profile release xde xde-link
4742026-03-13T03:56:48.561Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.16s
4752026-03-13T03:56:48.565Z Running `target/debug/xtask build --profile release xde xde-link`
4762026-03-13T03:56:48.825ZBuilding xde (release-lto).
4772026-03-13T03:56:49.129Z 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)
4782026-03-13T03:56:49.129Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4792026-03-13T03:56:49.133Z Compiling proc-macro2 v1.0.106
4802026-03-13T03:56:49.133Z Compiling unicode-ident v1.0.24
4812026-03-13T03:56:49.133Z Compiling quote v1.0.45
4822026-03-13T03:56:49.133Z Compiling serde_core v1.0.228
4832026-03-13T03:56:49.133Z Compiling fnv v1.0.7
4842026-03-13T03:56:49.133Z Compiling strsim v0.11.1
4852026-03-13T03:56:49.246Z Compiling ident_case v1.0.1
4862026-03-13T03:56:49.276Z Compiling memchr v2.8.0
4872026-03-13T03:56:49.409Z Compiling regex-syntax v0.8.10
4882026-03-13T03:56:49.595Z Compiling serde v1.0.228
4892026-03-13T03:56:49.668Z Compiling either v1.15.0
4902026-03-13T03:56:49.674Z Compiling zerocopy v0.8.42
4912026-03-13T03:56:49.819Z Compiling thiserror v2.0.18
4922026-03-13T03:56:49.917Z Compiling aho-corasick v1.1.4
4932026-03-13T03:56:50.111Z Compiling itertools v0.14.0
4942026-03-13T03:56:50.196Z Compiling heapless v0.8.0
4952026-03-13T03:56:50.535Z Compiling syn v2.0.117
4962026-03-13T03:56:50.677Z Compiling smoltcp v0.11.0
4972026-03-13T03:56:50.768Z Compiling ref-cast v1.0.25
4982026-03-13T03:56:50.812Z Compiling version_check v0.9.5
4992026-03-13T03:56:51.207Z Compiling crc32fast v1.5.0
5002026-03-13T03:56:51.267Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-03-13T03:56:51.560Z Compiling regex-automata v0.4.14
5022026-03-13T03:56:53.650Z Compiling regex v1.12.3
5032026-03-13T03:56:53.794Z Compiling darling_core v0.21.3
5042026-03-13T03:56:55.063Z Compiling zerocopy-derive v0.8.42
5052026-03-13T03:56:55.069Z Compiling serde_derive v1.0.228
5062026-03-13T03:56:55.069Z Compiling thiserror-impl v2.0.18
5072026-03-13T03:56:55.069Z Compiling ref-cast-impl v1.0.25
5082026-03-13T03:56:55.069Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5092026-03-13T03:56:56.863Z Compiling darling_macro v0.21.3
5102026-03-13T03:56:57.935Z Compiling darling v0.21.3
5112026-03-13T03:56:58.008Z Compiling ingot-macros v0.1.1
5122026-03-13T03:56:58.011Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-03-13T03:57:06.580Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5142026-03-13T03:57:09.475Z Compiling byteorder v1.5.0
5152026-03-13T03:57:09.475Z Compiling macaddr v1.0.1
5162026-03-13T03:57:09.475Z Compiling stable_deref_trait v1.2.1
5172026-03-13T03:57:09.475Z Compiling cfg-if v1.0.4
5182026-03-13T03:57:09.546Z Compiling managed v0.8.0
5192026-03-13T03:57:09.553Z Compiling bitflags v1.3.2
5202026-03-13T03:57:09.591Z Compiling cobs v0.3.0
5212026-03-13T03:57:09.727Z Compiling hash32 v0.3.1
5222026-03-13T03:57:09.866Z Compiling dyn-clone v1.0.20
5232026-03-13T03:57:09.941Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-03-13T03:57:11.828Z Compiling bitflags v2.11.0
5252026-03-13T03:57:11.829Z Compiling uuid v1.22.0
5262026-03-13T03:57:12.012Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-03-13T03:57:12.445Z Compiling postcard v1.1.3
5282026-03-13T03:57:13.688Z Compiling ingot-types v0.1.2
5292026-03-13T03:57:14.123Z Compiling ingot v0.1.1
5302026-03-13T03:57:16.394Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-03-13T03:57:21.648Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-03-13T03:57:33.108Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-03-13T03:58:10.283Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 21s
5342026-03-13T03:58:10.310ZLinking xde kmod...
5352026-03-13T03:58:11.029ZBuilding xde dev link helper (release).
5362026-03-13T03:58:11.237Z 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)
5372026-03-13T03:58:11.237Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5382026-03-13T03:58:11.245Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-03-13T03:58:27.751Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-03-13T03:58:31.535Z Finished `release` profile [optimized + debuginfo] target(s) in 19.97s
5412026-03-13T03:58:31.635Z
5422026-03-13T03:58:31.635Zreal 1:42.684878030
5432026-03-13T03:58:31.635Zuser 2:49.292813670
5442026-03-13T03:58:31.635Zsys 14.785477124
5452026-03-13T03:58:31.635Ztrap 0.048731932
5462026-03-13T03:58:31.635Ztflt 0.173808108
5472026-03-13T03:58:31.635Zdflt 0.284578655
5482026-03-13T03:58:31.635Zkflt 0.000012990
5492026-03-13T03:58:31.635Zlock 14:19.593381510
5502026-03-13T03:58:31.635Zslp 7:52.682164748
5512026-03-13T03:58:31.635Zlat 2.330524701
5522026-03-13T03:58:31.636Zstop 5.892486498
5532026-03-13T03:58:31.636Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-03-13T03:58:31.636Z+ grep GOTPCREL
5552026-03-13T03:58:33.302Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-03-13T03:58:33.657Z+ grep GOTPCREL
5572026-03-13T03:58:34.422Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-03-13T03:58:34.603Z+ sha256sum /work/debug/xde.dbg
5592026-03-13T03:58:34.767Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-03-13T03:58:34.767Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-03-13T03:58:34.767Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-03-13T03:58:34.767Z+ sha256sum /work/release/xde
5632026-03-13T03:58:34.767Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-03-13T03:58:34.768Z+ sha256sum /work/release/xde_link.so
5652026-03-13T03:58:34.768Z+ header 'build xde integration tests'
5662026-03-13T03:58:34.768Z+ echo '# ==== build xde integration tests ==== #'
5672026-03-13T03:58:34.768Z# ==== build xde integration tests ==== #
5682026-03-13T03:58:34.768Z+ pushd xde-tests
5692026-03-13T03:58:34.768Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-03-13T03:58:34.768Z+ cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
5712026-03-13T03:58:34.965Z+ cargo clippy --all-targets -- --deny warnings
5722026-03-13T03:58:35.101Z Checking cfg-if v1.0.4
5732026-03-13T03:58:35.101Z Compiling serde_core v1.0.228
5742026-03-13T03:58:35.101Z Checking memchr v2.8.0
5752026-03-13T03:58:35.101Z Compiling libc v0.2.183
5762026-03-13T03:58:35.101Z Compiling rustversion v1.0.22
5772026-03-13T03:58:35.101Z Compiling serde v1.0.228
5782026-03-13T03:58:35.101Z Compiling version_check v0.9.5
5792026-03-13T03:58:35.101Z Compiling syn v2.0.117
5802026-03-13T03:58:35.297Z Compiling strsim v0.11.1
5812026-03-13T03:58:35.430Z Compiling ident_case v1.0.1
5822026-03-13T03:58:36.404Z Compiling fnv v1.0.7
5832026-03-13T03:58:36.405Z Compiling zerocopy v0.8.42
5842026-03-13T03:58:36.885Z Compiling syn v1.0.109
5852026-03-13T03:58:36.885Z Checking pin-project-lite v0.2.17
5862026-03-13T03:58:36.885Z Compiling regex-syntax v0.8.10
5872026-03-13T03:58:36.885Z Compiling equivalent v1.0.2
5882026-03-13T03:58:36.885Z Compiling winnow v0.7.15
5892026-03-13T03:58:36.885Z Compiling either v1.15.0
5902026-03-13T03:58:36.885Z Compiling hashbrown v0.16.1
5912026-03-13T03:58:36.885Z Compiling aho-corasick v1.1.4
5922026-03-13T03:58:36.885Z Compiling itertools v0.14.0
5932026-03-13T03:58:37.160Z Compiling indexmap v2.13.0
5942026-03-13T03:58:37.535Z Compiling toml_datetime v1.0.0+spec-1.1.0
5952026-03-13T03:58:37.647Z Compiling regex-automata v0.4.14
5962026-03-13T03:58:37.852Z Compiling toml_parser v1.0.9+spec-1.1.0
5972026-03-13T03:58:37.982Z Compiling heapless v0.8.0
5982026-03-13T03:58:37.982Z Checking byteorder v1.5.0
5992026-03-13T03:58:42.167Z Checking hash32 v0.3.1
6002026-03-13T03:58:42.619Z Compiling toml_edit v0.25.4+spec-1.1.0
6012026-03-13T03:58:42.619Z Checking bitflags v2.11.0
6022026-03-13T03:58:42.619Z Compiling slog v2.8.2
6032026-03-13T03:58:42.619Z Checking stable_deref_trait v1.2.1
6042026-03-13T03:58:42.619Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6052026-03-13T03:58:42.619Z Compiling smoltcp v0.11.0
6062026-03-13T03:58:42.619Z Checking futures-core v0.3.32
6072026-03-13T03:58:42.619Z Compiling darling_core v0.21.3
6082026-03-13T03:58:42.619Z Checking futures-sink v0.3.32
6092026-03-13T03:58:42.619Z Checking macaddr v1.0.1
6102026-03-13T03:58:42.619Z Checking futures-channel v0.3.32
6112026-03-13T03:58:42.619Z Compiling proc-macro-crate v3.5.0
6122026-03-13T03:58:42.619Z Compiling proc-macro-error-attr v1.0.4
6132026-03-13T03:58:42.619Z Checking bitflags v1.3.2
6142026-03-13T03:58:42.619Z Checking futures-task v0.3.32
6152026-03-13T03:58:42.620Z Compiling crc32fast v1.5.0
6162026-03-13T03:58:42.620Z Compiling autocfg v1.5.0
6172026-03-13T03:58:42.620Z Checking slab v0.4.12
6182026-03-13T03:58:42.620Z Checking managed v0.8.0
6192026-03-13T03:58:42.620Z Compiling ref-cast v1.0.25
6202026-03-13T03:58:42.620Z Compiling getrandom v0.4.2
6212026-03-13T03:58:42.620Z Checking futures-io v0.3.32
6222026-03-13T03:58:42.620Z Compiling regex v1.12.3
6232026-03-13T03:58:42.620Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6242026-03-13T03:58:42.620Z Checking rand_core v0.10.0
6252026-03-13T03:58:42.620Z Compiling num-traits v0.2.19
6262026-03-13T03:58:42.620Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6272026-03-13T03:58:42.620Z Compiling proc-macro-error v1.0.4
6282026-03-13T03:58:42.620Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6292026-03-13T03:58:42.620Z Compiling serde_derive v1.0.228
6302026-03-13T03:58:42.620Z Compiling thiserror-impl v2.0.18
6312026-03-13T03:58:42.620Z Compiling zerocopy-derive v0.8.42
6322026-03-13T03:58:42.620Z Compiling futures-macro v0.3.32
6332026-03-13T03:58:42.620Z Compiling num_enum_derive v0.7.5
6342026-03-13T03:58:42.620Z Compiling ref-cast-impl v1.0.25
6352026-03-13T03:58:42.703Z Compiling darling_macro v0.21.3
6362026-03-13T03:58:42.703Z Checking futures-util v0.3.32
6372026-03-13T03:58:42.703Z Compiling foreign-types-macros v0.2.3
6382026-03-13T03:58:42.703Z Checking foreign-types-shared v0.3.1
6392026-03-13T03:58:42.703Z Compiling crossbeam-utils v0.8.21
6402026-03-13T03:58:42.703Z Checking thiserror v2.0.18
6412026-03-13T03:58:42.703Z Compiling darling v0.21.3
6422026-03-13T03:58:42.703Z Checking cobs v0.3.0
6432026-03-13T03:58:42.703Z Checking ipnetwork v0.21.1
6442026-03-13T03:58:42.703Z Compiling ingot-macros v0.1.1
6452026-03-13T03:58:42.703Z Checking once_cell v1.21.3
6462026-03-13T03:58:42.703Z Checking cpufeatures v0.3.0
6472026-03-13T03:58:42.749Z Checking unicode-width v0.2.2
6482026-03-13T03:58:42.749Z Compiling getrandom v0.3.4
6492026-03-13T03:58:42.749Z Checking foreign-types v0.5.0
6502026-03-13T03:58:42.749Z Checking tracing-core v0.1.36
6512026-03-13T03:58:42.773Z Checking chacha20 v0.10.0
6522026-03-13T03:58:42.930Z Checking tabwriter v1.4.1
6532026-03-13T03:58:42.954Z Checking num_enum v0.7.5
6542026-03-13T03:58:43.054Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6552026-03-13T03:58:43.088Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6562026-03-13T03:58:43.177Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6572026-03-13T03:58:43.400Z Compiling tracing-attributes v0.1.31
6582026-03-13T03:58:43.914Z Checking anyhow v1.0.102
6592026-03-13T03:58:44.361Z Checking cstr-argument v0.1.2
6602026-03-13T03:58:44.384Z Compiling thiserror v1.0.69
6612026-03-13T03:58:44.495Z Checking futures-executor v0.3.32
6622026-03-13T03:58:44.572Z Checking powerfmt v0.2.0
6632026-03-13T03:58:44.668Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6642026-03-13T03:58:44.800Z Checking dyn-clone v1.0.20
6652026-03-13T03:58:44.838Z Checking erased-serde v0.3.31
6662026-03-13T03:58:44.842Z Checking postcard v1.1.3
6672026-03-13T03:58:44.864Z Checking pretty-hex v0.4.1
6682026-03-13T03:58:44.937Z Compiling time-core v0.1.8
6692026-03-13T03:58:44.945Z Compiling num-conv v0.2.0
6702026-03-13T03:58:44.994Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6712026-03-13T03:58:45.094Z Checking tracing v0.1.44
6722026-03-13T03:58:45.107Z Compiling time-macros v0.2.27
6732026-03-13T03:58:45.201Z Checking deranged v0.5.8
6742026-03-13T03:58:45.323Z Checking futures v0.3.32
6752026-03-13T03:58:45.358Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6762026-03-13T03:58:45.405Z Checking rand v0.10.0
6772026-03-13T03:58:45.736Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6782026-03-13T03:58:46.008Z Compiling thiserror-impl v1.0.69
6792026-03-13T03:58:46.020Z Checking uuid v1.22.0
6802026-03-13T03:58:46.109Z Checking arc-swap v1.8.2
6812026-03-13T03:58:46.190Z Checking socket2 v0.6.3
6822026-03-13T03:58:46.358Z Checking nom v8.0.0
6832026-03-13T03:58:46.447Z Checking thread_local v1.1.9
6842026-03-13T03:58:46.502Z Compiling heck v0.4.1
6852026-03-13T03:58:46.510Z Checking lazy_static v1.5.0
6862026-03-13T03:58:46.563Z Checking iana-time-zone v0.1.65
6872026-03-13T03:58:46.604Z Checking colored v3.1.1
6882026-03-13T03:58:46.677Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6892026-03-13T03:58:46.715Z Checking ingot-types v0.1.2
6902026-03-13T03:58:46.743Z Checking oxnet v0.1.4
6912026-03-13T03:58:46.832Z Checking itoa v1.0.17
6922026-03-13T03:58:46.854Z Compiling slog-async v2.8.0
6932026-03-13T03:58:47.163Z Checking ingot v0.1.1
6942026-03-13T03:58:47.231Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6952026-03-13T03:58:47.253Z Checking ppv-lite86 v0.2.21
6962026-03-13T03:58:47.299Z Checking time v0.3.47
6972026-03-13T03:58:47.686Z Checking chrono v0.4.44
6982026-03-13T03:58:47.699Z Checking slog-scope v4.4.1
6992026-03-13T03:58:47.791Z Checking crossbeam-channel v0.5.15
7002026-03-13T03:58:48.089Z Checking rand_core v0.9.5
7012026-03-13T03:58:48.223Z Checking cookie-factory v0.3.3
7022026-03-13T03:58:48.286Z Checking itertools v0.12.1
7032026-03-13T03:58:48.421Z Checking is-terminal v0.4.17
7042026-03-13T03:58:48.513Z Checking term v1.2.1
7052026-03-13T03:58:48.532Z Checking log v0.4.29
7062026-03-13T03:58:48.730Z Checking circular v0.3.0
7072026-03-13T03:58:48.752Z Checking take_mut v0.2.2
7082026-03-13T03:58:48.786Z Checking slog-term v2.9.2
7092026-03-13T03:58:48.855Z Checking slog-stdlog v4.1.1
7102026-03-13T03:58:48.981Z Checking rand_chacha v0.9.0
7112026-03-13T03:58:49.014Z Checking rusticata-macros v5.0.0
7122026-03-13T03:58:49.158Z Checking pcap-parser v0.17.0
7132026-03-13T03:58:49.196Z Checking rand v0.9.2
7142026-03-13T03:58:49.374Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7152026-03-13T03:58:49.673Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7162026-03-13T03:58:50.059Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
7172026-03-13T03:58:50.963Z Checking slog-envlogger v2.2.0
7182026-03-13T03:58:55.511Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7192026-03-13T03:58:57.722Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7202026-03-13T03:58:57.725Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7212026-03-13T03:58:58.183Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7222026-03-13T03:58:58.849Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.14s
7232026-03-13T03:58:58.893Z+ cargo build --test loopback
7242026-03-13T03:58:59.124Z Compiling cfg-if v1.0.4
7252026-03-13T03:58:59.124Z Compiling memchr v2.8.0
7262026-03-13T03:58:59.147Z Compiling serde_core v1.0.228
7272026-03-13T03:58:59.160Z Compiling libc v0.2.183
7282026-03-13T03:58:59.160Z Compiling thiserror v2.0.18
7292026-03-13T03:58:59.160Z Compiling zerocopy v0.8.42
7302026-03-13T03:58:59.160Z Compiling pin-project-lite v0.2.17
7312026-03-13T03:58:59.181Z Compiling byteorder v1.5.0
7322026-03-13T03:58:59.232Z Compiling either v1.15.0
7332026-03-13T03:58:59.288Z Compiling stable_deref_trait v1.2.1
7342026-03-13T03:58:59.299Z Compiling futures-core v0.3.32
7352026-03-13T03:58:59.332Z Compiling macaddr v1.0.1
7362026-03-13T03:58:59.389Z Compiling hash32 v0.3.1
7372026-03-13T03:58:59.438Z Compiling futures-sink v0.3.32
7382026-03-13T03:58:59.459Z Compiling cobs v0.3.0
7392026-03-13T03:58:59.565Z Compiling futures-channel v0.3.32
7402026-03-13T03:58:59.577Z Compiling heapless v0.8.0
7412026-03-13T03:58:59.645Z Compiling futures-task v0.3.32
7422026-03-13T03:58:59.645Z Compiling managed v0.8.0
7432026-03-13T03:58:59.811Z Compiling futures-io v0.3.32
7442026-03-13T03:58:59.864Z Compiling rand_core v0.10.0
7452026-03-13T03:58:59.882Z Compiling slab v0.4.12
7462026-03-13T03:58:59.933Z Compiling bitflags v1.3.2
7472026-03-13T03:59:00.013Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7482026-03-13T03:59:00.040Z Compiling once_cell v1.21.3
7492026-03-13T03:59:00.052Z Compiling futures-util v0.3.32
7502026-03-13T03:59:00.098Z Compiling smoltcp v0.11.0
7512026-03-13T03:59:00.188Z Compiling cpufeatures v0.3.0
7522026-03-13T03:59:00.243Z Compiling unicode-width v0.2.2
7532026-03-13T03:59:00.302Z Compiling foreign-types-shared v0.3.1
7542026-03-13T03:59:00.324Z Compiling ipnetwork v0.21.1
7552026-03-13T03:59:00.397Z Compiling foreign-types v0.5.0
7562026-03-13T03:59:00.522Z Compiling tabwriter v1.4.1
7572026-03-13T03:59:00.629Z Compiling tracing-core v0.1.36
7582026-03-13T03:59:00.977Z Compiling chacha20 v0.10.0
7592026-03-13T03:59:01.047Z Compiling ref-cast v1.0.25
7602026-03-13T03:59:01.159Z Compiling num_enum v0.7.5
7612026-03-13T03:59:01.179Z Compiling getrandom v0.4.2
7622026-03-13T03:59:01.285Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7632026-03-13T03:59:01.410Z Compiling crc32fast v1.5.0
7642026-03-13T03:59:01.410Z Compiling cstr-argument v0.1.2
7652026-03-13T03:59:01.444Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7662026-03-13T03:59:01.566Z Compiling itertools v0.14.0
7672026-03-13T03:59:01.604Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7682026-03-13T03:59:01.711Z Compiling serde v1.0.228
7692026-03-13T03:59:01.984Z Compiling bitflags v2.11.0
7702026-03-13T03:59:02.399Z Compiling erased-serde v0.3.31
7712026-03-13T03:59:02.468Z Compiling postcard v1.1.3
7722026-03-13T03:59:02.498Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7732026-03-13T03:59:02.586Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7742026-03-13T03:59:02.849Z Compiling pretty-hex v0.4.1
7752026-03-13T03:59:02.928Z Compiling dyn-clone v1.0.20
7762026-03-13T03:59:03.014Z Compiling slog v2.8.2
7772026-03-13T03:59:03.132Z Compiling futures-executor v0.3.32
7782026-03-13T03:59:03.230Z Compiling powerfmt v0.2.0
7792026-03-13T03:59:03.295Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7802026-03-13T03:59:03.393Z Compiling futures v0.3.32
7812026-03-13T03:59:03.482Z Compiling ingot-types v0.1.2
7822026-03-13T03:59:03.574Z Compiling deranged v0.5.8
7832026-03-13T03:59:03.589Z Compiling tracing v0.1.44
7842026-03-13T03:59:03.627Z Compiling uuid v1.22.0
7852026-03-13T03:59:03.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7862026-03-13T03:59:03.772Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7872026-03-13T03:59:03.894Z Compiling num-traits v0.2.19
7882026-03-13T03:59:03.914Z Compiling rand v0.10.0
7892026-03-13T03:59:04.019Z Compiling ingot v0.1.1
7902026-03-13T03:59:04.055Z Compiling crossbeam-utils v0.8.21
7912026-03-13T03:59:04.374Z Compiling getrandom v0.3.4
7922026-03-13T03:59:04.391Z Compiling nom v8.0.0
7932026-03-13T03:59:04.675Z Compiling aho-corasick v1.1.4
7942026-03-13T03:59:04.959Z Compiling socket2 v0.6.3
7952026-03-13T03:59:04.974Z Compiling thread_local v1.1.9
7962026-03-13T03:59:05.241Z Compiling arc-swap v1.8.2
7972026-03-13T03:59:05.252Z Compiling oxnet v0.1.4
7982026-03-13T03:59:05.521Z Compiling time-core v0.1.8
7992026-03-13T03:59:05.701Z Compiling regex-syntax v0.8.10
8002026-03-13T03:59:05.771Z Compiling iana-time-zone v0.1.65
8012026-03-13T03:59:05.837Z Compiling colored v3.1.1
8022026-03-13T03:59:05.951Z Compiling lazy_static v1.5.0
8032026-03-13T03:59:06.064Z Compiling num-conv v0.2.0
8042026-03-13T03:59:06.210Z Compiling winnow v0.7.15
8052026-03-13T03:59:06.346Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8062026-03-13T03:59:06.525Z Compiling time v0.3.47
8072026-03-13T03:59:06.644Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8082026-03-13T03:59:06.938Z Compiling slog-scope v4.4.1
8092026-03-13T03:59:07.184Z Compiling chrono v0.4.44
8102026-03-13T03:59:07.620Z Compiling rusticata-macros v5.0.0
8112026-03-13T03:59:07.898Z Compiling regex-automata v0.4.14
8122026-03-13T03:59:07.929Z Compiling thiserror v1.0.69
8132026-03-13T03:59:08.046Z Compiling crossbeam-channel v0.5.15
8142026-03-13T03:59:09.060Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
8152026-03-13T03:59:09.111Z Compiling rand_core v0.9.5
8162026-03-13T03:59:09.447Z Compiling cookie-factory v0.3.3
8172026-03-13T03:59:09.788Z Compiling ppv-lite86 v0.2.21
8182026-03-13T03:59:09.864Z Compiling is-terminal v0.4.17
8192026-03-13T03:59:09.966Z Compiling itertools v0.12.1
8202026-03-13T03:59:10.198Z Compiling take_mut v0.2.2
8212026-03-13T03:59:10.325Z Compiling term v1.2.1
8222026-03-13T03:59:11.862Z Compiling circular v0.3.0
8232026-03-13T03:59:12.189Z Compiling log v0.4.29
8242026-03-13T03:59:12.452Z Compiling slog-stdlog v4.1.1
8252026-03-13T03:59:12.524Z Compiling pcap-parser v0.17.0
8262026-03-13T03:59:13.003Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8272026-03-13T03:59:13.609Z Compiling slog-term v2.9.2
8282026-03-13T03:59:15.155Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8292026-03-13T03:59:15.727Z Compiling regex v1.12.3
8302026-03-13T03:59:15.802Z Compiling slog-async v2.8.0
8312026-03-13T03:59:16.973Z Compiling rand_chacha v0.9.0
8322026-03-13T03:59:17.278Z Compiling rand v0.9.2
8332026-03-13T03:59:17.451Z Compiling slog-envlogger v2.2.0
8342026-03-13T03:59:17.522Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
8352026-03-13T03:59:18.131Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8362026-03-13T03:59:18.141Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8372026-03-13T03:59:19.264Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8382026-03-13T03:59:29.810Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.91s
8392026-03-13T03:59:29.852Z++ cargo build -q --test loopback --message-format=json
8402026-03-13T03:59:29.856Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8412026-03-13T03:59:30.018Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-3d75ac7d84731c74
8422026-03-13T03:59:30.022Z+ cargo build --test multicast_rx
8432026-03-13T03:59:30.163Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8442026-03-13T03:59:32.207Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.17s
8452026-03-13T03:59:32.275Z++ cargo build -q --test multicast_rx --message-format=json
8462026-03-13T03:59:32.281Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8472026-03-13T03:59:32.416Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-96d28253e12e205f
8482026-03-13T03:59:32.416Z+ cargo build --test multicast_multi_sub
8492026-03-13T03:59:32.565Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8502026-03-13T03:59:34.878Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.45s
8512026-03-13T03:59:34.923Z++ cargo build -q --test multicast_multi_sub --message-format=json
8522026-03-13T03:59:34.927Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8532026-03-13T03:59:35.090Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-f05af7142e4bc5d8
8542026-03-13T03:59:35.090Z+ cargo build --test multicast_validation
8552026-03-13T03:59:35.234Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8562026-03-13T03:59:37.778Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.67s
8572026-03-13T03:59:37.821Z++ cargo build -q --test multicast_validation --message-format=json
8582026-03-13T03:59:37.825Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8592026-03-13T03:59:37.987Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-91f9b34016ccddce
8602026-03-13T03:59:37.987Z+ mkdir -p /work/test
8612026-03-13T03:59:37.990Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-3d75ac7d84731c74 /work/test/loopback
8622026-03-13T03:59:38.032Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-96d28253e12e205f /work/test/multicast_rx
8632026-03-13T03:59:38.076Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-f05af7142e4bc5d8 /work/test/multicast_multi_sub
8642026-03-13T03:59:38.124Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-91f9b34016ccddce /work/test/multicast_validation
8652026-03-13T03:59:38.168Zprocess exited: duration 347716 ms, exit code 0
 
8662026-03-13T03:59:38.177Zfound 13 output files
8672026-03-13T03:59:38.177Zuploading: /work/debug/xde.dbg (90319216 bytes)
8682026-03-13T03:59:40.222Zuploaded: /work/debug/xde.dbg
8692026-03-13T03:59:40.222Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-03-13T03:59:41.238Zuploaded: /work/debug/xde.dbg.sha256
8712026-03-13T03:59:41.238Zuploading: /work/debug/xde_link.dbg.so (1068452 bytes)
8722026-03-13T03:59:42.273Zuploaded: /work/debug/xde_link.dbg.so
8732026-03-13T03:59:42.273Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-03-13T03:59:43.283Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-03-13T03:59:43.283Zuploading: /work/release/xde (48686848 bytes)
8762026-03-13T03:59:44.829Zuploaded: /work/release/xde
8772026-03-13T03:59:44.829Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-03-13T03:59:45.840Zuploaded: /work/release/xde.sha256
8792026-03-13T03:59:45.840Zuploading: /work/release/xde_link.so (39480 bytes)
8802026-03-13T03:59:46.853Zuploaded: /work/release/xde_link.so
8812026-03-13T03:59:46.854Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-03-13T03:59:47.864Zuploaded: /work/release/xde_link.so.sha256
8832026-03-13T03:59:47.864Zuploading: /work/test/loopback (49418176 bytes)
8842026-03-13T03:59:49.366Zuploaded: /work/test/loopback
8852026-03-13T03:59:49.366Zuploading: /work/test/multicast_rx (49714752 bytes)
8862026-03-13T03:59:51.164Zuploaded: /work/test/multicast_rx
8872026-03-13T03:59:51.164Zuploading: /work/test/multicast_multi_sub (53686936 bytes)
8882026-03-13T03:59:54.509Zuploaded: /work/test/multicast_multi_sub
8892026-03-13T03:59:54.509Zuploading: /work/test/multicast_validation (49886800 bytes)
8902026-03-13T03:59:58.691Zuploaded: /work/test/multicast_validation
8912026-03-13T03:59:58.695Zuploading: /work/xde.conf (79 bytes)
8922026-03-13T03:59:59.702Zuploaded: /work/xde.conf