01KMPQ0FX56FD2KRSCHV6PPNQZ: 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: 01KMPQ0XE3F3HT99YF3C9TCQDW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:20:45.386Zjob assigned to worker 01KMPRA9GTBWWBYS8G9JYG1K74 [factory aws, i-0c2695abc71f71f05] (queued for 23 m 27 s)
 
22026-03-27T04:20:52.378Zstarting task 0: "setup"
32026-03-27T04:20:52.385Z++ uname -s
42026-03-27T04:20:52.388Z+ kern=SunOS
52026-03-27T04:20:52.388Z+ build_user=build
62026-03-27T04:20:52.388Z+ build_uid=12345
72026-03-27T04:20:52.388Z+ work_dir=/work
82026-03-27T04:20:52.389Z+ input_dir=/input
92026-03-27T04:20:52.389Z+ [[ 0 == 12345 ]]
102026-03-27T04:20:52.389Z+ case "$kern" in
112026-03-27T04:20:52.389Z+ groupadd -g 12345 build
122026-03-27T04:20:52.392Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:20:54.396Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:20:54.511Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:20:54.514Z+ home_fs=zfs
162026-03-27T04:20:54.514Z+ [[ zfs == autofs ]]
172026-03-27T04:20:54.514Z+ mkdir -p /home/build
182026-03-27T04:20:54.514Z+ chown build:build /home/build /work
192026-03-27T04:20:56.515Z+ chmod 0700 /home/build /work
202026-03-27T04:20:56.519Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-27T04:20:56.524Zstarting task 1: "rust-toolchain"
222026-03-27T04:20:56.529Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-03-27T04:20:56.529Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-27T04:20:56.529Z * rust toolchain channel = "1.94.1"
252026-03-27T04:20:56.529Z * rust toolchain profile = "default"
262026-03-27T04:20:56.529Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:20:56.529Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:20:56.532Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:20:56.532Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-03-27T04:20:56.639Zinfo: downloading installer
312026-03-27T04:20:58.013Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:20:58.013Zwarn: /opt/ooce/bin
332026-03-27T04:20:58.014Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:20:58.014Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:20:58.014Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:20:58.014Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:20:58.014Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:20:58.014Zerror: cannot install while Rust is installed
392026-03-27T04:20:58.014Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:20:58.014Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:20:58.014Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:20:58.014Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:20:58.014Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:20:58.027Zinfo: profile set to default
452026-03-27T04:20:58.027Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:20:58.030Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-03-27T04:20:58.172Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-27T04:20:58.175Zinfo: downloading 6 components
492026-03-27T04:21:13.386Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-03-27T04:21:13.386Z
512026-03-27T04:21:13.415Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-27T04:21:13.415Z
532026-03-27T04:21:13.415Z
542026-03-27T04:21:13.415ZRust is installed now. Great!
552026-03-27T04:21:13.415Z
562026-03-27T04:21:13.415ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:21:13.415Zenvironment variable. This has not been done automatically.
582026-03-27T04:21:13.415Z
592026-03-27T04:21:13.415ZTo configure your current shell, you need to source
602026-03-27T04:21:13.416Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:21:13.416Z
622026-03-27T04:21:13.419ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:21:13.419Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:21:13.419Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:21:13.419Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:21:13.419Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:21:13.419Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:21:13.419Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:21:13.419Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:21:13.419Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:21:13.516Z+ rustup --version
722026-03-27T04:21:13.526Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:21:13.529Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:21:13.548Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-27T04:21:13.551Z+ cargo --version
762026-03-27T04:21:13.564Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-27T04:21:13.567Z+ rustc --version
782026-03-27T04:21:13.586Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T04:21:13.589Zprocess exited: duration 17064 ms, exit code 0
 
802026-03-27T04:21:13.595Zstarting task 2: "authentication"
812026-03-27T04:21:13.611Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T04:21:13.617Zstarting task 3: "clone repository"
832026-03-27T04:21:13.621Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:21:13.624Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:21:13.654ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:21:14.457Z+ cd /work/oxidecomputer/opte
872026-03-27T04:21:14.458Z+ git fetch origin 931e3ab8cd048bf7641cbe705669ce839d064e22
882026-03-27T04:21:14.695ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:21:14.695Z * branch 931e3ab8cd048bf7641cbe705669ce839d064e22 -> FETCH_HEAD
902026-03-27T04:21:14.701Z+ [[ -n renovate/rust-1.x ]]
912026-03-27T04:21:14.704Z++ git branch --show-current
922026-03-27T04:21:14.704Z+ current=master
932026-03-27T04:21:14.704Z+ [[ master != renovate/rust-1.x ]]
942026-03-27T04:21:14.704Z+ git branch -f renovate/rust-1.x 931e3ab8cd048bf7641cbe705669ce839d064e22
952026-03-27T04:21:14.707Z+ git checkout -f renovate/rust-1.x
962026-03-27T04:21:14.722ZSwitched to branch 'renovate/rust-1.x'
972026-03-27T04:21:14.725Z+ git reset --hard 931e3ab8cd048bf7641cbe705669ce839d064e22
982026-03-27T04:21:14.738ZHEAD is now at 931e3ab Update dependency rust to v1.94.1
992026-03-27T04:21:14.741Zprocess exited: duration 1120 ms, exit code 0
 
1002026-03-27T04:21:14.747Zstarting task 4: "build"
1012026-03-27T04:21:14.750Z+ source .github/buildomat/common.sh
1022026-03-27T04:21:14.753Z++ rustup show active-toolchain
1032026-03-27T04:21:14.756Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:21:14.756Z++ pushd xde
1052026-03-27T04:21:14.759Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:21:14.759Z++ rustup show active-toolchain
1072026-03-27T04:21:14.762Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:21:14.910Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:21:14.913Zinfo: downloading 6 components
1102026-03-27T04:21:29.286Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:21:29.378Z+++ rustup show active-toolchain -v
1122026-03-27T04:21:29.381Z+++ head -n 1
1132026-03-27T04:21:29.381Z+++ cut '-d ' -f1
1142026-03-27T04:21:29.430Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:21:29.430Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:21:29.430Z++ popd
1172026-03-27T04:21:29.432Z/work/oxidecomputer/opte
1182026-03-27T04:21:29.433Z+ TGT_BASE=/work
1192026-03-27T04:21:29.433Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-03-27T04:21:29.433Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-03-27T04:21:29.433Z+ DBG_TGT=/work/debug
1222026-03-27T04:21:29.433Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-03-27T04:21:29.433Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-03-27T04:21:29.433Z+ REL_TGT=/work/release
1252026-03-27T04:21:29.433Z+ mkdir -p /work/debug /work/release
1262026-03-27T04:21:29.433Z+ cargo --version
1272026-03-27T04:21:29.441Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1282026-03-27T04:21:29.444Z+ rustc --version
1292026-03-27T04:21:29.463Zrustc 1.94.1 (e408947bf 2026-03-25)
1302026-03-27T04:21:29.467Z+ install_pkg jq
1312026-03-27T04:21:29.467Z+ set +o errexit
1322026-03-27T04:21:29.467Z+ pfexec pkg install jq
1332026-03-27T04:21:36.366Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-03-27T04:21:43.198Z Startup: Caching catalogs ... Done
1352026-03-27T04:21:48.338ZPlanning: Solver setup ... Done
1362026-03-27T04:21:48.445ZPlanning: Running solver ... Done
1372026-03-27T04:21:48.445ZPlanning: Consolidating action changes ... Done
1382026-03-27T04:21:48.445ZPlanning: Evaluating mediators ... Done
1392026-03-27T04:21:48.445ZPlanning: Planning completed in 3.81 seconds
1402026-03-27T04:21:48.445ZNo updates necessary for this image.
1412026-03-27T04:21:48.448Z+ exit_code=4
1422026-03-27T04:21:48.449Z+ [[ 4 -ne 0 ]]
1432026-03-27T04:21:48.449Z+ [[ 4 -ne 4 ]]
1442026-03-27T04:21:48.449Z+ set -o errexit
1452026-03-27T04:21:48.449Z+ pushd xde
1462026-03-27T04:21:48.449Z+ cp xde.conf /work/xde.conf
1472026-03-27T04:21:48.449Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1482026-03-27T04:21:48.449Z+ header 'check style'
1492026-03-27T04:21:48.449Z+ echo '# ==== check style ==== #'
1502026-03-27T04:21:48.449Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1512026-03-27T04:21:48.449Z# ==== check style ==== #
1522026-03-27T04:21:48.664Z
1532026-03-27T04:21:48.664Zreal 0.238817561
1542026-03-27T04:21:48.664Zuser 0.158119104
1552026-03-27T04:21:48.664Zsys 0.072547964
1562026-03-27T04:21:48.665Ztrap 0.000010110
1572026-03-27T04:21:48.665Ztflt 0.000031850
1582026-03-27T04:21:48.665Zdflt 0.000041110
1592026-03-27T04:21:48.665Zkflt 0.000000000
1602026-03-27T04:21:48.665Zlock 0.058044981
1612026-03-27T04:21:48.665Zslp 0.204908855
1622026-03-27T04:21:48.665Zlat 0.001290760
1632026-03-27T04:21:48.665Zstop 0.000113320
1642026-03-27T04:21:48.669Z+ header analyze
1652026-03-27T04:21:48.669Z+ echo '# ==== analyze ==== #'
1662026-03-27T04:21:48.669Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1672026-03-27T04:21:48.669Z# ==== analyze ==== #
1682026-03-27T04:21:48.847Z Updating crates.io index
1692026-03-27T04:21:48.879Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-03-27T04:21:49.482Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-03-27T04:21:50.037Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-03-27T04:21:50.366Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-03-27T04:21:50.565Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-03-27T04:21:50.926Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-03-27T04:21:51.161Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-03-27T04:21:52.944Z Downloading crates ...
1772026-03-27T04:21:52.987Z Downloaded cfg-if v1.0.4
1782026-03-27T04:21:53.008Z Downloaded fnv v1.0.7
1792026-03-27T04:21:53.012Z Downloaded thiserror-impl v2.0.18
1802026-03-27T04:21:53.019Z Downloaded ident_case v1.0.1
1812026-03-27T04:21:53.024Z Downloaded cobs v0.3.0
1822026-03-27T04:21:53.024Z Downloaded unicode-ident v1.0.24
1832026-03-27T04:21:53.028Z Downloaded ref-cast-impl v1.0.25
1842026-03-27T04:21:53.033Z Downloaded darling_macro v0.21.3
1852026-03-27T04:21:53.033Z Downloaded crc32fast v1.5.0
1862026-03-27T04:21:53.033Z Downloaded embedded-io v0.4.0
1872026-03-27T04:21:53.040Z Downloaded embedded-io v0.6.1
1882026-03-27T04:21:53.045Z Downloaded stable_deref_trait v1.2.1
1892026-03-27T04:21:53.045Z Downloaded defmt v0.3.100
1902026-03-27T04:21:53.053Z Downloaded quote v1.0.45
1912026-03-27T04:21:53.053Z Downloaded ingot-types v0.1.2
1922026-03-27T04:21:53.057Z Downloaded macaddr v1.0.1
1932026-03-27T04:21:53.057Z Downloaded defmt-parser v1.0.0
1942026-03-27T04:21:53.057Z Downloaded hash32 v0.3.1
1952026-03-27T04:21:53.060Z Downloaded serde_core v1.0.228
1962026-03-27T04:21:53.061Z Downloaded proc-macro-error2 v2.0.1
1972026-03-27T04:21:53.066Z Downloaded darling v0.21.3
1982026-03-27T04:21:53.070Z Downloaded managed v0.8.0
1992026-03-27T04:21:53.070Z Downloaded byteorder v1.5.0
2002026-03-27T04:21:53.074Z Downloaded bitflags v2.11.0
2012026-03-27T04:21:53.075Z Downloaded ingot v0.1.1
2022026-03-27T04:21:53.078Z Downloaded uuid v1.22.0
2032026-03-27T04:21:53.088Z Downloaded proc-macro-error-attr2 v2.0.0
2042026-03-27T04:21:53.091Z Downloaded ref-cast v1.0.25
2052026-03-27T04:21:53.091Z Downloaded strsim v0.11.1
2062026-03-27T04:21:53.094Z Downloaded postcard v1.1.3
2072026-03-27T04:21:53.102Z Downloaded version_check v0.9.5
2082026-03-27T04:21:53.102Z Downloaded dyn-clone v1.0.20
2092026-03-27T04:21:53.108Z Downloaded defmt-macros v1.0.1
2102026-03-27T04:21:53.112Z Downloaded bitflags v1.3.2
2112026-03-27T04:21:53.117Z Downloaded either v1.15.0
2122026-03-27T04:21:53.128Z Downloaded thiserror v2.0.18
2132026-03-27T04:21:53.131Z Downloaded memchr v2.8.0
2142026-03-27T04:21:53.135Z Downloaded darling_core v0.21.3
2152026-03-27T04:21:53.140Z Downloaded ingot-macros v0.1.1
2162026-03-27T04:21:53.141Z Downloaded defmt v1.0.1
2172026-03-27T04:21:53.145Z Downloaded serde v1.0.228
2182026-03-27T04:21:53.145Z Downloaded proc-macro2 v1.0.106
2192026-03-27T04:21:53.149Z Downloaded serde_derive v1.0.228
2202026-03-27T04:21:53.152Z Downloaded heapless v0.8.0
2212026-03-27T04:21:53.157Z Downloaded zerocopy-derive v0.8.47
2222026-03-27T04:21:53.194Z Downloaded regex v1.12.3
2232026-03-27T04:21:53.198Z Downloaded itertools v0.14.0
2242026-03-27T04:21:53.201Z Downloaded aho-corasick v1.1.4
2252026-03-27T04:21:53.231Z Downloaded zerocopy v0.8.47
2262026-03-27T04:21:53.242Z Downloaded syn v2.0.117
2272026-03-27T04:21:53.247Z Downloaded smoltcp v0.11.0
2282026-03-27T04:21:53.252Z Downloaded regex-syntax v0.8.10
2292026-03-27T04:21:53.256Z Downloaded regex-automata v0.4.14
2302026-03-27T04:21:53.269Z Updating crates.io index
2312026-03-27T04:21:53.369Z Downloading crates ...
2322026-03-27T04:21:53.430Z Downloaded adler2 v2.0.1
2332026-03-27T04:21:53.469Z Downloaded foldhash v0.2.0
2342026-03-27T04:21:53.469Z Downloaded rustc-literal-escaper v0.0.7
2352026-03-27T04:21:53.477Z Downloaded getopts v0.2.24
2362026-03-27T04:21:53.477Z Downloaded rustc-demangle v0.1.27
2372026-03-27T04:21:53.477Z Downloaded memchr v2.7.6
2382026-03-27T04:21:53.477Z Downloaded addr2line v0.25.1
2392026-03-27T04:21:53.477Z Downloaded hashbrown v0.16.1
2402026-03-27T04:21:53.485Z Downloaded miniz_oxide v0.8.9
2412026-03-27T04:21:53.525Z Downloaded gimli v0.32.3
2422026-03-27T04:21:53.533Z Downloaded object v0.37.3
2432026-03-27T04:21:53.571Z Downloaded libc v0.2.178
2442026-03-27T04:21:53.626Z 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-27T04:21:53.626Z 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-27T04:21:53.631Z Compiling proc-macro2 v1.0.106
2472026-03-27T04:21:53.632Z Compiling quote v1.0.45
2482026-03-27T04:21:53.632Z Compiling unicode-ident v1.0.24
2492026-03-27T04:21:53.633Z Compiling serde_core v1.0.228
2502026-03-27T04:21:53.633Z Compiling ident_case v1.0.1
2512026-03-27T04:21:53.633Z Compiling fnv v1.0.7
2522026-03-27T04:21:53.797Z Compiling strsim v0.11.1
2532026-03-27T04:21:53.818Z Compiling memchr v2.8.0
2542026-03-27T04:21:53.826Z Compiling regex-syntax v0.8.10
2552026-03-27T04:21:54.111Z Compiling zerocopy v0.8.47
2562026-03-27T04:21:54.150Z Compiling serde v1.0.228
2572026-03-27T04:21:54.193Z Compiling either v1.15.0
2582026-03-27T04:21:54.220Z Compiling aho-corasick v1.1.4
2592026-03-27T04:21:54.385Z Compiling thiserror v2.0.18
2602026-03-27T04:21:54.500Z Compiling itertools v0.14.0
2612026-03-27T04:21:54.657Z Compiling heapless v0.8.0
2622026-03-27T04:21:54.819Z Compiling syn v2.0.117
2632026-03-27T04:21:54.930Z Compiling smoltcp v0.11.0
2642026-03-27T04:21:54.992Z Compiling ref-cast v1.0.25
2652026-03-27T04:21:55.136Z Compiling crc32fast v1.5.0
2662026-03-27T04:21:55.351Z Compiling regex-automata v0.4.14
2672026-03-27T04:21:55.388Z Compiling version_check v0.9.5
2682026-03-27T04:21:56.303Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-03-27T04:21:56.979Z Compiling regex v1.12.3
2702026-03-27T04:21:57.144Z Compiling darling_core v0.21.3
2712026-03-27T04:21:57.988Z Compiling serde_derive v1.0.228
2722026-03-27T04:21:57.988Z Compiling thiserror-impl v2.0.18
2732026-03-27T04:21:57.996Z Compiling zerocopy-derive v0.8.47
2742026-03-27T04:21:57.996Z Compiling ref-cast-impl v1.0.25
2752026-03-27T04:21:57.996Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-03-27T04:21:59.371Z Compiling darling_macro v0.21.3
2772026-03-27T04:22:00.219Z Compiling darling v0.21.3
2782026-03-27T04:22:00.282Z Compiling ingot-macros v0.1.1
2792026-03-27T04:22:00.282Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-03-27T04:22:04.974Z 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-27T04:22:07.080Z Checking byteorder v1.5.0
2822026-03-27T04:22:07.080Z Checking stable_deref_trait v1.2.1
2832026-03-27T04:22:07.083Z Checking cfg-if v1.0.4
2842026-03-27T04:22:07.083Z Checking macaddr v1.0.1
2852026-03-27T04:22:07.084Z Checking managed v0.8.0
2862026-03-27T04:22:07.141Z Checking bitflags v1.3.2
2872026-03-27T04:22:07.174Z Checking cobs v0.3.0
2882026-03-27T04:22:07.234Z Checking hash32 v0.3.1
2892026-03-27T04:22:07.263Z Checking dyn-clone v1.0.20
2902026-03-27T04:22:07.304Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-03-27T04:22:08.422Z Checking bitflags v2.11.0
2922026-03-27T04:22:08.425Z Checking uuid v1.22.0
2932026-03-27T04:22:08.563Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-03-27T04:22:08.778Z Checking postcard v1.1.3
2952026-03-27T04:22:09.609Z Checking ingot-types v0.1.2
2962026-03-27T04:22:09.877Z Checking ingot v0.1.1
2972026-03-27T04:22:11.183Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-03-27T04:22:15.341Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-03-27T04:22:16.847Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-03-27T04:22:19.153Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.43s
3012026-03-27T04:22:19.261Z
3022026-03-27T04:22:19.262Zreal 30.595920339
3032026-03-27T04:22:19.262Zuser 1:10.709480501
3042026-03-27T04:22:19.262Zsys 9.840039789
3052026-03-27T04:22:19.262Ztrap 0.022954220
3062026-03-27T04:22:19.262Ztflt 0.059834185
3072026-03-27T04:22:19.262Zdflt 0.202671517
3082026-03-27T04:22:19.262Zkflt 0.001441664
3092026-03-27T04:22:19.262Zlock 3:45.362304798
3102026-03-27T04:22:19.262Zslp 3:10.058199578
3112026-03-27T04:22:19.262Zlat 2.180678025
3122026-03-27T04:22:19.262Zstop 6.204174986
3132026-03-27T04:22:19.266Z+ pushd xde-link
3142026-03-27T04:22:19.266Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3152026-03-27T04:22:19.266Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3162026-03-27T04:22:19.447Z 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-27T04:22:19.447Z 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-27T04:22:19.447Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-03-27T04:22:29.816Z 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-27T04:22:31.946Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.62s
3212026-03-27T04:22:31.966Z
3222026-03-27T04:22:31.970Zreal 12.699275592
3232026-03-27T04:22:31.970Zuser 20.145918642
3242026-03-27T04:22:31.970Zsys 1.220080144
3252026-03-27T04:22:31.970Ztrap 0.004015144
3262026-03-27T04:22:31.970Ztflt 0.002293812
3272026-03-27T04:22:31.970Zdflt 0.039414620
3282026-03-27T04:22:31.970Zkflt 0.000003200
3292026-03-27T04:22:31.970Zlock 1:08.430458101
3302026-03-27T04:22:31.970Zslp 42.333188310
3312026-03-27T04:22:31.970Zlat 0.254709844
3322026-03-27T04:22:31.970Zstop 0.133610268
3332026-03-27T04:22:31.970Z+ popd
3342026-03-27T04:22:31.970Z+ popd
3352026-03-27T04:22:31.970Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-03-27T04:22:31.970Z+ header 'build xde (debug)'
3372026-03-27T04:22:31.970Z/work/oxidecomputer/opte
3382026-03-27T04:22:31.970Z+ echo '# ==== build xde (debug) ==== #'
3392026-03-27T04:22:31.970Z# ==== build xde (debug) ==== #
3402026-03-27T04:22:31.970Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-03-27T04:22:32.119Z Downloading crates ...
3422026-03-27T04:22:32.167Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3432026-03-27T04:22:32.171Z Downloaded anstyle-parse v1.0.0
3442026-03-27T04:22:32.175Z Downloaded semver v1.0.27
3452026-03-27T04:22:32.178Z Downloaded equivalent v1.0.2
3462026-03-27T04:22:32.182Z Downloaded itoa v1.0.18
3472026-03-27T04:22:32.187Z Downloaded is_terminal_polyfill v1.70.2
3482026-03-27T04:22:32.192Z Downloaded errno v0.3.14
3492026-03-27T04:22:32.192Z Downloaded serde_spanned v1.1.0
3502026-03-27T04:22:32.197Z Downloaded heck v0.5.0
3512026-03-27T04:22:32.197Z Downloaded terminal_size v0.4.4
3522026-03-27T04:22:32.197Z Downloaded colorchoice v1.0.5
3532026-03-27T04:22:32.200Z Downloaded anstyle-query v1.1.5
3542026-03-27T04:22:32.200Z Downloaded utf8parse v0.2.2
3552026-03-27T04:22:32.206Z Downloaded clap_lex v1.1.0
3562026-03-27T04:22:32.209Z Downloaded anstream v1.0.0
3572026-03-27T04:22:32.209Z Downloaded zmij v1.0.21
3582026-03-27T04:22:32.214Z Downloaded cargo-platform v0.3.2
3592026-03-27T04:22:32.217Z Downloaded toml_writer v1.1.0+spec-1.1.0
3602026-03-27T04:22:32.220Z Downloaded anstyle v1.0.14
3612026-03-27T04:22:32.220Z Downloaded camino v1.2.2
3622026-03-27T04:22:32.224Z Downloaded anyhow v1.0.102
3632026-03-27T04:22:32.230Z Downloaded indexmap v2.13.0
3642026-03-27T04:22:32.234Z Downloaded toml_parser v1.1.0+spec-1.1.0
3652026-03-27T04:22:32.237Z Downloaded clap_derive v4.6.0
3662026-03-27T04:22:32.237Z Downloaded toml v1.1.0+spec-1.1.0
3672026-03-27T04:22:32.237Z Downloaded clap v4.6.0
3682026-03-27T04:22:32.264Z Downloaded cargo_metadata v0.23.1
3692026-03-27T04:22:32.268Z Downloaded serde_json v1.0.149
3702026-03-27T04:22:32.273Z Downloaded winnow v1.0.0
3712026-03-27T04:22:32.280Z Downloaded clap_builder v4.6.0
3722026-03-27T04:22:32.308Z Downloaded rustix v1.1.4
3732026-03-27T04:22:32.338Z Downloaded libc v0.2.183
3742026-03-27T04:22:32.386Z Compiling proc-macro2 v1.0.106
3752026-03-27T04:22:32.390Z Compiling serde_core v1.0.228
3762026-03-27T04:22:32.390Z Compiling quote v1.0.45
3772026-03-27T04:22:32.390Z Compiling unicode-ident v1.0.24
3782026-03-27T04:22:32.390Z Compiling libc v0.2.183
3792026-03-27T04:22:32.390Z Compiling rustix v1.1.4
3802026-03-27T04:22:32.390Z Compiling zmij v1.0.21
3812026-03-27T04:22:32.390Z Compiling bitflags v2.11.0
3822026-03-27T04:22:32.561Z Compiling utf8parse v0.2.2
3832026-03-27T04:22:32.666Z Compiling anstyle-parse v1.0.0
3842026-03-27T04:22:32.750Z Compiling serde v1.0.228
3852026-03-27T04:22:32.752Z Compiling thiserror v2.0.18
3862026-03-27T04:22:32.915Z Compiling anstyle v1.0.14
3872026-03-27T04:22:32.928Z Compiling anstyle-query v1.1.5
3882026-03-27T04:22:33.029Z Compiling colorchoice v1.0.5
3892026-03-27T04:22:33.055Z Compiling is_terminal_polyfill v1.70.2
3902026-03-27T04:22:33.109Z Compiling serde_json v1.0.149
3912026-03-27T04:22:33.137Z Compiling camino v1.2.2
3922026-03-27T04:22:33.137Z Compiling anstream v1.0.0
3932026-03-27T04:22:33.217Z Compiling errno v0.3.14
3942026-03-27T04:22:33.341Z Compiling clap_lex v1.1.0
3952026-03-27T04:22:33.385Z Compiling strsim v0.11.1
3962026-03-27T04:22:33.653Z Compiling syn v2.0.117
3972026-03-27T04:22:33.657Z Compiling heck v0.5.0
3982026-03-27T04:22:33.661Z Compiling winnow v1.0.0
3992026-03-27T04:22:33.720Z Compiling anyhow v1.0.102
4002026-03-27T04:22:33.735Z Compiling memchr v2.8.0
4012026-03-27T04:22:33.845Z Compiling terminal_size v0.4.4
4022026-03-27T04:22:33.999Z Compiling itoa v1.0.18
4032026-03-27T04:22:34.062Z Compiling toml_parser v1.1.0+spec-1.1.0
4042026-03-27T04:22:34.233Z Compiling clap_builder v4.6.0
4052026-03-27T04:22:34.260Z Compiling toml_writer v1.1.0+spec-1.1.0
4062026-03-27T04:22:34.560Z Compiling toml_datetime v1.1.0+spec-1.1.0
4072026-03-27T04:22:34.718Z Compiling cargo-platform v0.3.2
4082026-03-27T04:22:35.223Z Compiling serde_spanned v1.1.0
4092026-03-27T04:22:35.277Z Compiling semver v1.0.27
4102026-03-27T04:22:35.377Z Compiling toml v1.1.0+spec-1.1.0
4112026-03-27T04:22:35.967Z Compiling serde_derive v1.0.228
4122026-03-27T04:22:35.967Z Compiling thiserror-impl v2.0.18
4132026-03-27T04:22:35.972Z Compiling clap_derive v4.6.0
4142026-03-27T04:22:37.544Z Compiling clap v4.6.0
4152026-03-27T04:22:38.877Z Compiling cargo_metadata v0.23.1
4162026-03-27T04:22:41.460Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-03-27T04:22:43.040Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.06s
4182026-03-27T04:22:43.055Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-03-27T04:22:44.515ZBuilding xde (dev).
4202026-03-27T04:22:44.746Z Compiling serde_core v1.0.228
4212026-03-27T04:22:44.746Z Compiling byteorder v1.5.0
4222026-03-27T04:22:44.746Z Compiling cfg-if v1.0.4
4232026-03-27T04:22:44.746Z Compiling stable_deref_trait v1.2.1
4242026-03-27T04:22:44.746Z Compiling macaddr v1.0.1
4252026-03-27T04:22:44.774Z Compiling zerocopy v0.8.47
4262026-03-27T04:22:44.778Z Compiling thiserror v2.0.18
4272026-03-27T04:22:44.781Z Compiling bitflags v1.3.2
4282026-03-27T04:22:44.821Z Compiling managed v0.8.0
4292026-03-27T04:22:44.828Z Compiling cobs v0.3.0
4302026-03-27T04:22:44.832Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-03-27T04:22:44.866Z Compiling either v1.15.0
4322026-03-27T04:22:44.937Z Compiling hash32 v0.3.1
4332026-03-27T04:22:45.020Z Compiling itertools v0.14.0
4342026-03-27T04:22:45.038Z Compiling heapless v0.8.0
4352026-03-27T04:22:45.038Z Compiling ref-cast v1.0.25
4362026-03-27T04:22:45.092Z Compiling crc32fast v1.5.0
4372026-03-27T04:22:45.097Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-03-27T04:22:45.117Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-03-27T04:22:45.125Z Compiling dyn-clone v1.0.20
4402026-03-27T04:22:45.280Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-03-27T04:22:45.403Z Compiling smoltcp v0.11.0
4422026-03-27T04:22:46.373Z Compiling bitflags v2.11.0
4432026-03-27T04:22:46.373Z Compiling serde v1.0.228
4442026-03-27T04:22:46.373Z Compiling uuid v1.22.0
4452026-03-27T04:22:46.521Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-03-27T04:22:46.821Z Compiling postcard v1.1.3
4472026-03-27T04:22:47.651Z Compiling ingot-types v0.1.2
4482026-03-27T04:22:47.934Z Compiling ingot v0.1.1
4492026-03-27T04:22:49.327Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-03-27T04:22:53.549Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-27T04:23:03.746Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-03-27T04:23:11.680Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.13s
4532026-03-27T04:23:11.705ZLinking xde kmod...
4542026-03-27T04:23:12.768ZBuilding xde dev link helper (dev).
4552026-03-27T04:23:12.925Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-03-27T04:23:13.266Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.47s
4572026-03-27T04:23:13.292Z
4582026-03-27T04:23:13.292Zreal 41.321790722
4592026-03-27T04:23:13.292Zuser 2:15.068547799
4602026-03-27T04:23:13.292Zsys 11.446514164
4612026-03-27T04:23:13.295Ztrap 0.061062375
4622026-03-27T04:23:13.295Ztflt 0.384695220
4632026-03-27T04:23:13.295Zdflt 0.441164145
4642026-03-27T04:23:13.295Zkflt 0.000018890
4652026-03-27T04:23:13.295Zlock 6:27.222019095
4662026-03-27T04:23:13.295Zslp 3:50.727873689
4672026-03-27T04:23:13.295Zlat 5.716139549
4682026-03-27T04:23:13.295Zstop 4.893058184
4692026-03-27T04:23:13.295Z+ header 'build xde (release)'
4702026-03-27T04:23:13.295Z+ echo '# ==== build xde (release) ==== #'
4712026-03-27T04:23:13.295Z# ==== build xde (release) ==== #
4722026-03-27T04:23:13.295Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-03-27T04:23:13.436Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4742026-03-27T04:23:13.440Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-03-27T04:23:13.637ZBuilding xde (release-lto).
4762026-03-27T04:23:13.866Z 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-27T04:23:13.866Z 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-27T04:23:13.866Z Compiling proc-macro2 v1.0.106
4792026-03-27T04:23:13.867Z Compiling quote v1.0.45
4802026-03-27T04:23:13.870Z Compiling unicode-ident v1.0.24
4812026-03-27T04:23:13.870Z Compiling serde_core v1.0.228
4822026-03-27T04:23:13.870Z Compiling ident_case v1.0.1
4832026-03-27T04:23:13.886Z Compiling fnv v1.0.7
4842026-03-27T04:23:13.959Z Compiling strsim v0.11.1
4852026-03-27T04:23:13.982Z Compiling memchr v2.8.0
4862026-03-27T04:23:13.985Z Compiling regex-syntax v0.8.10
4872026-03-27T04:23:14.231Z Compiling thiserror v2.0.18
4882026-03-27T04:23:14.249Z Compiling zerocopy v0.8.47
4892026-03-27T04:23:14.322Z Compiling serde v1.0.228
4902026-03-27T04:23:14.372Z Compiling aho-corasick v1.1.4
4912026-03-27T04:23:14.611Z Compiling either v1.15.0
4922026-03-27T04:23:14.775Z Compiling itertools v0.14.0
4932026-03-27T04:23:14.792Z Compiling heapless v0.8.0
4942026-03-27T04:23:14.798Z Compiling smoltcp v0.11.0
4952026-03-27T04:23:14.966Z Compiling syn v2.0.117
4962026-03-27T04:23:15.041Z Compiling version_check v0.9.5
4972026-03-27T04:23:15.209Z Compiling crc32fast v1.5.0
4982026-03-27T04:23:15.254Z Compiling ref-cast v1.0.25
4992026-03-27T04:23:15.394Z Compiling regex-automata v0.4.14
5002026-03-27T04:23:15.575Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-03-27T04:23:16.974Z Compiling regex v1.12.3
5022026-03-27T04:23:17.349Z Compiling darling_core v0.21.3
5032026-03-27T04:23:18.079Z Compiling zerocopy-derive v0.8.47
5042026-03-27T04:23:18.079Z Compiling serde_derive v1.0.228
5052026-03-27T04:23:18.082Z Compiling thiserror-impl v2.0.18
5062026-03-27T04:23:18.082Z Compiling ref-cast-impl v1.0.25
5072026-03-27T04:23:18.082Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-03-27T04:23:19.437Z Compiling darling_macro v0.21.3
5092026-03-27T04:23:20.301Z Compiling darling v0.21.3
5102026-03-27T04:23:20.362Z Compiling ingot-macros v0.1.1
5112026-03-27T04:23:20.365Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-03-27T04:23:25.647Z 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-27T04:23:27.720Z Compiling byteorder v1.5.0
5142026-03-27T04:23:27.720Z Compiling cfg-if v1.0.4
5152026-03-27T04:23:27.724Z Compiling macaddr v1.0.1
5162026-03-27T04:23:27.724Z Compiling stable_deref_trait v1.2.1
5172026-03-27T04:23:27.784Z Compiling bitflags v1.3.2
5182026-03-27T04:23:27.785Z Compiling managed v0.8.0
5192026-03-27T04:23:27.817Z Compiling cobs v0.3.0
5202026-03-27T04:23:27.904Z Compiling hash32 v0.3.1
5212026-03-27T04:23:28.021Z Compiling dyn-clone v1.0.20
5222026-03-27T04:23:28.086Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5232026-03-27T04:23:29.328Z Compiling bitflags v2.11.0
5242026-03-27T04:23:29.328Z Compiling uuid v1.22.0
5252026-03-27T04:23:29.466Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5262026-03-27T04:23:29.767Z Compiling postcard v1.1.3
5272026-03-27T04:23:30.546Z Compiling ingot-types v0.1.2
5282026-03-27T04:23:30.867Z Compiling ingot v0.1.1
5292026-03-27T04:23:32.384Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5302026-03-27T04:23:36.048Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5312026-03-27T04:23:44.790Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5322026-03-27T04:24:12.595Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.93s
5332026-03-27T04:24:12.618ZLinking xde kmod...
5342026-03-27T04:24:13.156ZBuilding xde dev link helper (release).
5352026-03-27T04:24:13.316Z 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-27T04:24:13.316Z 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-27T04:24:13.316Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5382026-03-27T04:24:24.233Z 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-27T04:24:26.598Z Finished `release` profile [optimized + debuginfo] target(s) in 13.41s
5402026-03-27T04:24:26.617Z
5412026-03-27T04:24:26.620Zreal 1:13.321278600
5422026-03-27T04:24:26.620Zuser 2:02.110915048
5432026-03-27T04:24:26.620Zsys 11.955618435
5442026-03-27T04:24:26.620Ztrap 0.027495486
5452026-03-27T04:24:26.620Ztflt 0.139546421
5462026-03-27T04:24:26.620Zdflt 0.214183224
5472026-03-27T04:24:26.620Zkflt 0.000022190
5482026-03-27T04:24:26.620Zlock 10:15.092803928
5492026-03-27T04:24:26.620Zslp 5:44.443863160
5502026-03-27T04:24:26.620Zlat 1.965414796
5512026-03-27T04:24:26.620Zstop 4.593961864
5522026-03-27T04:24:26.620Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5532026-03-27T04:24:26.620Z+ grep GOTPCREL
5542026-03-27T04:24:28.365Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5552026-03-27T04:24:28.368Z+ grep GOTPCREL
5562026-03-27T04:24:29.243Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5572026-03-27T04:24:29.300Z+ sha256sum /work/debug/xde.dbg
5582026-03-27T04:24:29.351Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5592026-03-27T04:24:29.354Z+ sha256sum /work/debug/xde_link.dbg.so
5602026-03-27T04:24:29.357Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5612026-03-27T04:24:29.390Z+ sha256sum /work/release/xde
5622026-03-27T04:24:29.417Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5632026-03-27T04:24:29.420Z+ sha256sum /work/release/xde_link.so
5642026-03-27T04:24:29.423Z+ header 'build xde integration tests'
5652026-03-27T04:24:29.423Z+ echo '# ==== build xde integration tests ==== #'
5662026-03-27T04:24:29.423Z+ pushd xde-tests
5672026-03-27T04:24:29.423Z# ==== build xde integration tests ==== #
5682026-03-27T04:24:29.423Z+ cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
5692026-03-27T04:24:29.423Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-03-27T04:24:29.499Z+ cargo clippy --all-targets -- --deny warnings
5712026-03-27T04:24:29.719Z Checking cfg-if v1.0.4
5722026-03-27T04:24:29.720Z Compiling serde_core v1.0.228
5732026-03-27T04:24:29.720Z Compiling libc v0.2.183
5742026-03-27T04:24:29.720Z Checking memchr v2.8.0
5752026-03-27T04:24:29.720Z Compiling rustversion v1.0.22
5762026-03-27T04:24:29.724Z Compiling serde v1.0.228
5772026-03-27T04:24:29.724Z Compiling version_check v0.9.5
5782026-03-27T04:24:29.747Z Compiling syn v2.0.117
5792026-03-27T04:24:29.792Z Compiling fnv v1.0.7
5802026-03-27T04:24:29.881Z Compiling zerocopy v0.8.47
5812026-03-27T04:24:30.000Z Compiling ident_case v1.0.1
5822026-03-27T04:24:30.067Z Compiling strsim v0.11.1
5832026-03-27T04:24:30.115Z Checking pin-project-lite v0.2.17
5842026-03-27T04:24:30.192Z Compiling regex-syntax v0.8.10
5852026-03-27T04:24:30.287Z Compiling syn v1.0.109
5862026-03-27T04:24:30.353Z Compiling either v1.15.0
5872026-03-27T04:24:30.404Z Compiling winnow v1.0.0
5882026-03-27T04:24:30.547Z Compiling aho-corasick v1.1.4
5892026-03-27T04:24:30.630Z Compiling hashbrown v0.16.1
5902026-03-27T04:24:30.635Z Compiling equivalent v1.0.2
5912026-03-27T04:24:30.706Z Compiling itertools v0.14.0
5922026-03-27T04:24:31.184Z Compiling indexmap v2.13.0
5932026-03-27T04:24:31.431Z Compiling toml_parser v1.1.0+spec-1.1.0
5942026-03-27T04:24:31.733Z Compiling regex-automata v0.4.14
5952026-03-27T04:24:31.783Z Compiling toml_datetime v1.1.0+spec-1.1.0
5962026-03-27T04:24:31.963Z Checking byteorder v1.5.0
5972026-03-27T04:24:31.966Z Compiling heapless v0.8.0
5982026-03-27T04:24:31.980Z Compiling toml_edit v0.25.8+spec-1.1.0
5992026-03-27T04:24:31.998Z Checking bitflags v2.11.0
6002026-03-27T04:24:32.119Z Checking hash32 v0.3.1
6012026-03-27T04:24:32.150Z Compiling slog v2.8.2
6022026-03-27T04:24:32.223Z Checking stable_deref_trait v1.2.1
6032026-03-27T04:24:32.264Z Checking futures-sink v0.3.32
6042026-03-27T04:24:32.286Z Compiling darling_core v0.21.3
6052026-03-27T04:24:32.352Z Compiling smoltcp v0.11.0
6062026-03-27T04:24:32.362Z Checking macaddr v1.0.1
6072026-03-27T04:24:32.406Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6082026-03-27T04:24:32.496Z Checking futures-core v0.3.32
6092026-03-27T04:24:32.613Z Checking futures-channel v0.3.32
6102026-03-27T04:24:32.642Z Compiling proc-macro-crate v3.5.0
6112026-03-27T04:24:32.807Z Compiling proc-macro-error-attr v1.0.4
6122026-03-27T04:24:32.884Z Compiling crc32fast v1.5.0
6132026-03-27T04:24:33.018Z Checking bitflags v1.3.2
6142026-03-27T04:24:33.038Z Compiling autocfg v1.5.0
6152026-03-27T04:24:33.055Z Compiling getrandom v0.4.2
6162026-03-27T04:24:33.076Z Checking slab v0.4.12
6172026-03-27T04:24:33.163Z Checking futures-io v0.3.32
6182026-03-27T04:24:33.226Z Checking futures-task v0.3.32
6192026-03-27T04:24:33.270Z Checking rand_core v0.10.0
6202026-03-27T04:24:33.306Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6212026-03-27T04:24:33.356Z Checking managed v0.8.0
6222026-03-27T04:24:33.386Z Compiling regex v1.12.3
6232026-03-27T04:24:33.399Z Compiling ref-cast v1.0.25
6242026-03-27T04:24:33.517Z Compiling num-traits v0.2.19
6252026-03-27T04:24:33.528Z Compiling serde_derive v1.0.228
6262026-03-27T04:24:33.533Z Compiling zerocopy-derive v0.8.47
6272026-03-27T04:24:33.699Z Compiling thiserror-impl v2.0.18
6282026-03-27T04:24:33.731Z Compiling futures-macro v0.3.32
6292026-03-27T04:24:34.053Z Compiling foreign-types-macros v0.2.3
6302026-03-27T04:24:34.298Z Compiling ref-cast-impl v1.0.25
6312026-03-27T04:24:34.412Z Compiling darling_macro v0.21.3
6322026-03-27T04:24:34.523Z Checking futures-util v0.3.32
6332026-03-27T04:24:34.671Z Compiling num_enum_derive v0.7.6
6342026-03-27T04:24:34.897Z Checking thiserror v2.0.18
6352026-03-27T04:24:34.947Z Compiling darling v0.21.3
6362026-03-27T04:24:34.951Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6372026-03-27T04:24:34.984Z Checking cobs v0.3.0
6382026-03-27T04:24:34.992Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6392026-03-27T04:24:35.015Z Compiling ingot-macros v0.1.1
6402026-03-27T04:24:35.120Z Compiling proc-macro-error v1.0.4
6412026-03-27T04:24:35.223Z Compiling getrandom v0.3.4
6422026-03-27T04:24:35.234Z Checking cpufeatures v0.3.0
6432026-03-27T04:24:35.293Z Checking ipnetwork v0.21.1
6442026-03-27T04:24:35.336Z Checking unicode-width v0.2.2
6452026-03-27T04:24:35.465Z Checking foreign-types-shared v0.3.1
6462026-03-27T04:24:35.543Z Compiling crossbeam-utils v0.8.21
6472026-03-27T04:24:35.546Z Checking once_cell v1.21.4
6482026-03-27T04:24:35.581Z Checking tabwriter v1.4.1
6492026-03-27T04:24:35.661Z Checking num_enum v0.7.6
6502026-03-27T04:24:35.703Z Checking tracing-core v0.1.36
6512026-03-27T04:24:35.724Z Checking foreign-types v0.5.0
6522026-03-27T04:24:35.852Z Checking chacha20 v0.10.0
6532026-03-27T04:24:35.920Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6542026-03-27T04:24:36.057Z Checking anyhow v1.0.102
6552026-03-27T04:24:36.303Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6562026-03-27T04:24:36.347Z Compiling tracing-attributes v0.1.31
6572026-03-27T04:24:36.467Z Checking futures-executor v0.3.32
6582026-03-27T04:24:36.491Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6592026-03-27T04:24:36.606Z Checking erased-serde v0.3.31
6602026-03-27T04:24:36.611Z Checking postcard v1.1.3
6612026-03-27T04:24:36.816Z Checking cstr-argument v0.1.2
6622026-03-27T04:24:36.885Z Compiling time-core v0.1.8
6632026-03-27T04:24:36.929Z Compiling num-conv v0.2.1
6642026-03-27T04:24:37.024Z Checking powerfmt v0.2.0
6652026-03-27T04:24:37.067Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
6662026-03-27T04:24:37.067Z Checking dyn-clone v1.0.20
6672026-03-27T04:24:37.159Z Checking pretty-hex v0.4.2
6682026-03-27T04:24:37.168Z Compiling thiserror v1.0.69
6692026-03-27T04:24:37.231Z Checking deranged v0.5.8
6702026-03-27T04:24:37.266Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6712026-03-27T04:24:37.276Z Compiling time-macros v0.2.27
6722026-03-27T04:24:37.420Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6732026-03-27T04:24:37.559Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6742026-03-27T04:24:37.566Z Checking tracing v0.1.44
6752026-03-27T04:24:37.579Z Checking futures v0.3.32
6762026-03-27T04:24:37.654Z Checking rand v0.10.0
6772026-03-27T04:24:37.753Z Checking ingot-types v0.1.2
6782026-03-27T04:24:37.877Z Compiling thiserror-impl v1.0.69
6792026-03-27T04:24:37.900Z Checking uuid v1.22.0
6802026-03-27T04:24:38.051Z Checking arc-swap v1.9.0
6812026-03-27T04:24:38.083Z Checking ingot v0.1.1
6822026-03-27T04:24:38.107Z Checking socket2 v0.6.3
6832026-03-27T04:24:38.110Z Checking nom v8.0.0
6842026-03-27T04:24:38.152Z Checking thread_local v1.1.9
6852026-03-27T04:24:38.261Z Compiling heck v0.4.1
6862026-03-27T04:24:38.305Z Checking colored v3.1.1
6872026-03-27T04:24:38.350Z Checking oxnet v0.1.4
6882026-03-27T04:24:38.373Z Checking iana-time-zone v0.1.65
6892026-03-27T04:24:38.449Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6902026-03-27T04:24:38.491Z Compiling slog-async v2.8.0
6912026-03-27T04:24:38.576Z Checking itoa v1.0.18
6922026-03-27T04:24:38.601Z Checking lazy_static v1.5.0
6932026-03-27T04:24:38.717Z Checking time v0.3.47
6942026-03-27T04:24:38.805Z Checking slog-scope v4.4.1
6952026-03-27T04:24:38.839Z Checking chrono v0.4.44
6962026-03-27T04:24:38.928Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6972026-03-27T04:24:39.113Z Checking crossbeam-channel v0.5.15
6982026-03-27T04:24:39.429Z Checking rand_core v0.9.5
6992026-03-27T04:24:39.525Z Checking ppv-lite86 v0.2.21
7002026-03-27T04:24:39.570Z Checking cookie-factory v0.3.3
7012026-03-27T04:24:39.588Z Checking itertools v0.12.1
7022026-03-27T04:24:39.637Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7032026-03-27T04:24:39.637Z Checking is-terminal v0.4.17
7042026-03-27T04:24:39.716Z Checking circular v0.3.0
7052026-03-27T04:24:39.806Z Checking log v0.4.29
7062026-03-27T04:24:39.818Z Checking term v1.2.1
7072026-03-27T04:24:39.827Z Checking take_mut v0.2.2
7082026-03-27T04:24:39.964Z Checking slog-stdlog v4.1.1
7092026-03-27T04:24:40.003Z Checking rusticata-macros v5.0.0
7102026-03-27T04:24:40.035Z Checking slog-term v2.9.2
7112026-03-27T04:24:40.071Z Checking rand_chacha v0.9.0
7122026-03-27T04:24:40.129Z Checking pcap-parser v0.17.0
7132026-03-27T04:24:40.246Z Checking rand v0.9.2
7142026-03-27T04:24:40.566Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7152026-03-27T04:24:40.856Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
7162026-03-27T04:24:41.397Z Checking slog-envlogger v2.2.0
7172026-03-27T04:24:44.074Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7182026-03-27T04:24:45.600Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7192026-03-27T04:24:45.600Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7202026-03-27T04:24:45.954Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7212026-03-27T04:24:46.464Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.92s
7222026-03-27T04:24:46.502Z+ cargo build --test loopback
7232026-03-27T04:24:46.679Z Compiling cfg-if v1.0.4
7242026-03-27T04:24:46.679Z Compiling memchr v2.8.0
7252026-03-27T04:24:46.682Z Compiling serde_core v1.0.228
7262026-03-27T04:24:46.682Z Compiling libc v0.2.183
7272026-03-27T04:24:46.711Z Compiling zerocopy v0.8.47
7282026-03-27T04:24:46.711Z Compiling thiserror v2.0.18
7292026-03-27T04:24:46.715Z Compiling pin-project-lite v0.2.17
7302026-03-27T04:24:46.719Z Compiling byteorder v1.5.0
7312026-03-27T04:24:46.759Z Compiling either v1.15.0
7322026-03-27T04:24:46.791Z Compiling futures-sink v0.3.32
7332026-03-27T04:24:46.797Z Compiling macaddr v1.0.1
7342026-03-27T04:24:46.886Z Compiling hash32 v0.3.1
7352026-03-27T04:24:46.893Z Compiling futures-core v0.3.32
7362026-03-27T04:24:46.950Z Compiling stable_deref_trait v1.2.1
7372026-03-27T04:24:47.027Z Compiling heapless v0.8.0
7382026-03-27T04:24:47.031Z Compiling futures-channel v0.3.32
7392026-03-27T04:24:47.039Z Compiling cobs v0.3.0
7402026-03-27T04:24:47.045Z Compiling bitflags v1.3.2
7412026-03-27T04:24:47.054Z Compiling futures-io v0.3.32
7422026-03-27T04:24:47.106Z Compiling managed v0.8.0
7432026-03-27T04:24:47.239Z Compiling futures-task v0.3.32
7442026-03-27T04:24:47.258Z Compiling slab v0.4.12
7452026-03-27T04:24:47.316Z Compiling rand_core v0.10.0
7462026-03-27T04:24:47.334Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7472026-03-27T04:24:47.434Z Compiling futures-util v0.3.32
7482026-03-27T04:24:47.434Z Compiling smoltcp v0.11.0
7492026-03-27T04:24:47.452Z Compiling ipnetwork v0.21.1
7502026-03-27T04:24:47.476Z Compiling foreign-types-shared v0.3.1
7512026-03-27T04:24:47.559Z Compiling unicode-width v0.2.2
7522026-03-27T04:24:47.564Z Compiling cpufeatures v0.3.0
7532026-03-27T04:24:47.627Z Compiling once_cell v1.21.4
7542026-03-27T04:24:47.864Z Compiling tracing-core v0.1.36
7552026-03-27T04:24:47.864Z Compiling tabwriter v1.4.1
7562026-03-27T04:24:47.993Z Compiling chacha20 v0.10.0
7572026-03-27T04:24:48.296Z Compiling foreign-types v0.5.0
7582026-03-27T04:24:48.325Z Compiling getrandom v0.4.2
7592026-03-27T04:24:48.335Z Compiling ref-cast v1.0.25
7602026-03-27T04:24:48.371Z Compiling num_enum v0.7.6
7612026-03-27T04:24:48.430Z Compiling serde v1.0.228
7622026-03-27T04:24:48.484Z Compiling bitflags v2.11.0
7632026-03-27T04:24:48.538Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7642026-03-27T04:24:48.649Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7652026-03-27T04:24:48.674Z Compiling crc32fast v1.5.0
7662026-03-27T04:24:48.897Z Compiling erased-serde v0.3.31
7672026-03-27T04:24:48.916Z Compiling postcard v1.1.3
7682026-03-27T04:24:49.067Z Compiling cstr-argument v0.1.2
7692026-03-27T04:24:49.221Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-03-27T04:24:49.221Z Compiling itertools v0.14.0
7712026-03-27T04:24:49.237Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7722026-03-27T04:24:49.267Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7732026-03-27T04:24:49.325Z Compiling slog v2.8.2
7742026-03-27T04:24:49.626Z Compiling ingot-types v0.1.2
7752026-03-27T04:24:49.747Z Compiling futures-executor v0.3.32
7762026-03-27T04:24:49.817Z Compiling powerfmt v0.2.0
7772026-03-27T04:24:49.890Z Compiling pretty-hex v0.4.2
7782026-03-27T04:24:49.914Z Compiling dyn-clone v1.0.20
7792026-03-27T04:24:50.027Z Compiling ingot v0.1.1
7802026-03-27T04:24:50.038Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7812026-03-27T04:24:50.080Z Compiling deranged v0.5.8
7822026-03-27T04:24:50.099Z Compiling futures v0.3.32
7832026-03-27T04:24:50.168Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7842026-03-27T04:24:50.173Z Compiling tracing v0.1.44
7852026-03-27T04:24:50.196Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7862026-03-27T04:24:50.251Z Compiling num-traits v0.2.19
7872026-03-27T04:24:50.313Z Compiling rand v0.10.0
7882026-03-27T04:24:50.357Z Compiling uuid v1.22.0
7892026-03-27T04:24:50.540Z Compiling crossbeam-utils v0.8.21
7902026-03-27T04:24:50.654Z Compiling getrandom v0.3.4
7912026-03-27T04:24:50.888Z Compiling nom v8.0.0
7922026-03-27T04:24:50.973Z Compiling aho-corasick v1.1.4
7932026-03-27T04:24:50.978Z Compiling socket2 v0.6.3
7942026-03-27T04:24:51.093Z Compiling thread_local v1.1.9
7952026-03-27T04:24:51.318Z Compiling arc-swap v1.9.0
7962026-03-27T04:24:51.423Z Compiling winnow v1.0.0
7972026-03-27T04:24:51.531Z Compiling regex-syntax v0.8.10
7982026-03-27T04:24:51.707Z Compiling lazy_static v1.5.0
7992026-03-27T04:24:51.806Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8002026-03-27T04:24:51.845Z Compiling time-core v0.1.8
8012026-03-27T04:24:51.988Z Compiling iana-time-zone v0.1.65
8022026-03-27T04:24:52.184Z Compiling oxnet v0.1.4
8032026-03-27T04:24:52.300Z Compiling num-conv v0.2.1
8042026-03-27T04:24:52.448Z Compiling colored v3.1.1
8052026-03-27T04:24:52.484Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8062026-03-27T04:24:52.661Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
8072026-03-27T04:24:52.727Z Compiling time v0.3.47
8082026-03-27T04:24:53.309Z Compiling rusticata-macros v5.0.0
8092026-03-27T04:24:53.444Z Compiling regex-automata v0.4.14
8102026-03-27T04:24:53.637Z Compiling chrono v0.4.44
8112026-03-27T04:24:54.173Z Compiling slog-scope v4.4.1
8122026-03-27T04:24:54.678Z Compiling thiserror v1.0.69
8132026-03-27T04:24:54.692Z Compiling crossbeam-channel v0.5.15
8142026-03-27T04:24:54.779Z Compiling rand_core v0.9.5
8152026-03-27T04:24:55.044Z Compiling cookie-factory v0.3.3
8162026-03-27T04:24:55.375Z Compiling ppv-lite86 v0.2.21
8172026-03-27T04:24:55.456Z Compiling is-terminal v0.4.17
8182026-03-27T04:24:55.551Z Compiling itertools v0.12.1
8192026-03-27T04:24:55.702Z Compiling log v0.4.29
8202026-03-27T04:24:55.983Z Compiling term v1.2.1
8212026-03-27T04:24:56.986Z Compiling take_mut v0.2.2
8222026-03-27T04:24:57.099Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8232026-03-27T04:24:57.395Z Compiling circular v0.3.0
8242026-03-27T04:24:57.654Z Compiling pcap-parser v0.17.0
8252026-03-27T04:24:57.687Z Compiling slog-async v2.8.0
8262026-03-27T04:24:58.522Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8272026-03-27T04:24:59.580Z Compiling slog-term v2.9.2
8282026-03-27T04:24:59.671Z Compiling slog-stdlog v4.1.1
8292026-03-27T04:25:00.109Z Compiling rand_chacha v0.9.0
8302026-03-27T04:25:00.374Z Compiling regex v1.12.3
8312026-03-27T04:25:00.629Z Compiling rand v0.9.2
8322026-03-27T04:25:00.970Z Compiling slog-envlogger v2.2.0
8332026-03-27T04:25:01.269Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8342026-03-27T04:25:01.436Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8352026-03-27T04:25:01.492Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
8362026-03-27T04:25:02.581Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-03-27T04:25:09.333Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.82s
8382026-03-27T04:25:09.366Z++ cargo build -q --test loopback --message-format=json
8392026-03-27T04:25:09.372Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-03-27T04:25:09.489Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-33ef8e58e53bfa71
8412026-03-27T04:25:09.490Z+ cargo build --test multicast_rx
8422026-03-27T04:25:09.592Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-03-27T04:25:11.154Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.65s
8442026-03-27T04:25:11.189Z++ cargo build -q --test multicast_rx --message-format=json
8452026-03-27T04:25:11.192Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-03-27T04:25:11.315Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ee5a3453e66425ae
8472026-03-27T04:25:11.315Z+ cargo build --test multicast_multi_sub
8482026-03-27T04:25:11.420Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-03-27T04:25:13.189Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.86s
8502026-03-27T04:25:13.226Z++ cargo build -q --test multicast_multi_sub --message-format=json
8512026-03-27T04:25:13.229Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-03-27T04:25:13.350Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-91f928ddccaed06a
8532026-03-27T04:25:13.350Z+ cargo build --test multicast_validation
8542026-03-27T04:25:13.454Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-03-27T04:25:15.353Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.99s
8562026-03-27T04:25:15.389Z++ cargo build -q --test multicast_validation --message-format=json
8572026-03-27T04:25:15.392Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-03-27T04:25:15.512Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-a27f8b1363fcd719
8592026-03-27T04:25:15.512Z+ mkdir -p /work/test
8602026-03-27T04:25:15.515Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-33ef8e58e53bfa71 /work/test/loopback
8612026-03-27T04:25:15.552Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ee5a3453e66425ae /work/test/multicast_rx
8622026-03-27T04:25:15.592Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-91f928ddccaed06a /work/test/multicast_multi_sub
8632026-03-27T04:25:15.636Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-a27f8b1363fcd719 /work/test/multicast_validation
8642026-03-27T04:25:15.675Zprocess exited: duration 240927 ms, exit code 0
 
8652026-03-27T04:25:15.693Zfound 13 output files
8662026-03-27T04:25:15.697Zuploading: /work/debug/xde.dbg (90319432 bytes)
8672026-03-27T04:25:17.391Zuploaded: /work/debug/xde.dbg
8682026-03-27T04:25:17.391Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8692026-03-27T04:25:18.406Zuploaded: /work/debug/xde.dbg.sha256
8702026-03-27T04:25:18.406Zuploading: /work/debug/xde_link.dbg.so (1068452 bytes)
8712026-03-27T04:25:19.430Zuploaded: /work/debug/xde_link.dbg.so
8722026-03-27T04:25:19.430Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8732026-03-27T04:25:20.440Zuploaded: /work/debug/xde_link.dbg.so.sha256
8742026-03-27T04:25:20.440Zuploading: /work/release/xde (48687432 bytes)
8752026-03-27T04:25:21.777Zuploaded: /work/release/xde
8762026-03-27T04:25:21.777Zuploading: /work/release/xde.sha256 (84 bytes)
8772026-03-27T04:25:22.788Zuploaded: /work/release/xde.sha256
8782026-03-27T04:25:22.788Zuploading: /work/release/xde_link.so (39480 bytes)
8792026-03-27T04:25:23.801Zuploaded: /work/release/xde_link.so
8802026-03-27T04:25:23.801Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8812026-03-27T04:25:24.810Zuploaded: /work/release/xde_link.so.sha256
8822026-03-27T04:25:24.810Zuploading: /work/test/loopback (48531904 bytes)
8832026-03-27T04:25:26.147Zuploaded: /work/test/loopback
8842026-03-27T04:25:26.147Zuploading: /work/test/multicast_rx (48800088 bytes)
8852026-03-27T04:25:27.515Zuploaded: /work/test/multicast_rx
8862026-03-27T04:25:27.515Zuploading: /work/test/multicast_multi_sub (55032280 bytes)
8872026-03-27T04:25:28.907Zuploaded: /work/test/multicast_multi_sub
8882026-03-27T04:25:28.907Zuploading: /work/test/multicast_validation (48955000 bytes)
8892026-03-27T04:25:30.251Zuploaded: /work/test/multicast_validation
8902026-03-27T04:25:30.252Zuploading: /work/xde.conf (79 bytes)
8912026-03-27T04:25:31.261Zuploaded: /work/xde.conf