01KSTB6BRX7N68K7NSKCJW5XA9: opte-xde

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

Buildomat Job: 01KSTB6ZVT0JDVEXA18Y0MJK60

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T17:07:15.187Zjob assigned to worker 01KSTB72J6CP3NF0TR52QTH7P1 [factory aws, i-013b3e2ff351bf9b0] (queued for 54 s)
 
22026-05-29T17:07:22.081Zstarting task 0: "setup"
32026-05-29T17:07:22.085Z++ uname -s
42026-05-29T17:07:22.088Z+ kern=SunOS
52026-05-29T17:07:22.088Z+ build_user=build
62026-05-29T17:07:22.088Z+ build_uid=12345
72026-05-29T17:07:22.088Z+ work_dir=/work
82026-05-29T17:07:22.088Z+ input_dir=/input
92026-05-29T17:07:22.088Z+ [[ 0 == 12345 ]]
102026-05-29T17:07:22.088Z+ case "$kern" in
112026-05-29T17:07:22.088Z+ groupadd -g 12345 build
122026-05-29T17:07:22.092Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T17:07:24.095Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T17:07:24.206Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T17:07:24.210Z+ home_fs=zfs
162026-05-29T17:07:24.210Z+ [[ zfs == autofs ]]
172026-05-29T17:07:24.210Z+ mkdir -p /home/build
182026-05-29T17:07:24.210Z+ chown build:build /home/build /work
192026-05-29T17:07:26.211Z+ chmod 0700 /home/build /work
202026-05-29T17:07:26.214Zprocess exited: duration 4134 ms, exit code 0
 
212026-05-29T17:07:26.221Zstarting task 1: "rust-toolchain"
222026-05-29T17:07:26.225Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-29T17:07:26.225Z * rust toolchain channel = "1.95.0"
242026-05-29T17:07:26.225Z * rust toolchain profile = "default"
252026-05-29T17:07:26.225Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-29T17:07:26.225Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T17:07:26.225Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T17:07:26.228Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T17:07:26.228Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-29T17:07:26.318Zinfo: downloading installer
312026-05-29T17:07:27.676Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T17:07:27.676Zwarn: /home/build/.rustup/settings.toml
332026-05-29T17:07:27.676Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T17:07:27.676Zwarn: instead of the one inferred from the default host triple.
352026-05-29T17:07:27.689Zinfo: profile set to default
362026-05-29T17:07:27.689Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T17:07:27.692Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-29T17:07:27.820Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-29T17:07:27.823Zinfo: downloading 6 components
402026-05-29T17:07:42.442Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-29T17:07:42.442Z
422026-05-29T17:07:42.475Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-29T17:07:42.475Z
442026-05-29T17:07:42.475Z
452026-05-29T17:07:42.475ZRust is installed now. Great!
462026-05-29T17:07:42.476Z
472026-05-29T17:07:42.476ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T17:07:42.476Zenvironment variable. This has not been done automatically.
492026-05-29T17:07:42.476Z
502026-05-29T17:07:42.476ZTo configure your current shell, you need to source
512026-05-29T17:07:42.476Zthe corresponding env file under $HOME/.cargo.
522026-05-29T17:07:42.476Z
532026-05-29T17:07:42.476ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T17:07:42.479Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T17:07:42.479Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T17:07:42.479Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T17:07:42.479Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T17:07:42.479Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T17:07:42.479Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T17:07:42.479Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T17:07:42.479Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T17:07:42.580Z+ rustup --version
632026-05-29T17:07:42.588Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T17:07:42.591Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T17:07:42.610Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-29T17:07:42.613Z+ cargo --version
672026-05-29T17:07:42.627Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-29T17:07:42.630Z+ rustc --version
692026-05-29T17:07:42.649Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-29T17:07:42.652Zprocess exited: duration 16430 ms, exit code 0
 
712026-05-29T17:07:42.658Zstarting task 2: "authentication"
722026-05-29T17:07:42.675Zprocess exited: duration 16 ms, exit code 0
 
732026-05-29T17:07:42.681Zstarting task 3: "clone repository"
742026-05-29T17:07:42.684Z+ mkdir -p /work/oxidecomputer/opte
752026-05-29T17:07:42.687Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-29T17:07:42.723ZCloning into '/work/oxidecomputer/opte'...
772026-05-29T17:07:43.557Z+ cd /work/oxidecomputer/opte
782026-05-29T17:07:43.561Z+ git fetch origin 695967186b215cc897e224b125b7b8b7517e6b7d
792026-05-29T17:07:43.791ZFrom https://github.com/oxidecomputer/opte
802026-05-29T17:07:43.792Z * branch 695967186b215cc897e224b125b7b8b7517e6b7d -> FETCH_HEAD
812026-05-29T17:07:43.798Z+ [[ -n routecache-tuning ]]
822026-05-29T17:07:43.801Z++ git branch --show-current
832026-05-29T17:07:43.801Z+ current=master
842026-05-29T17:07:43.801Z+ [[ master != routecache-tuning ]]
852026-05-29T17:07:43.801Z+ git branch -f routecache-tuning 695967186b215cc897e224b125b7b8b7517e6b7d
862026-05-29T17:07:43.804Z+ git checkout -f routecache-tuning
872026-05-29T17:07:43.820ZSwitched to branch 'routecache-tuning'
882026-05-29T17:07:43.823Z+ git reset --hard 695967186b215cc897e224b125b7b8b7517e6b7d
892026-05-29T17:07:43.826ZHEAD is now at 6959671 Merge branch 'master' into routecache-tuning
902026-05-29T17:07:43.826Zprocess exited: duration 1143 ms, exit code 0
 
912026-05-29T17:07:43.832Zstarting task 4: "build"
922026-05-29T17:07:43.836Z+ source .github/buildomat/common.sh
932026-05-29T17:07:43.839Z++ rustup show active-toolchain
942026-05-29T17:07:43.842Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-29T17:07:43.842Z++ pushd xde
962026-05-29T17:07:43.842Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-29T17:07:43.842Z++ rustup show active-toolchain
982026-05-29T17:07:43.848Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-29T17:07:43.994Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-29T17:07:43.997Zinfo: downloading 6 components
1012026-05-29T17:07:57.604Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-29T17:07:57.691Z+++ rustup show active-toolchain -v
1032026-05-29T17:07:57.701Z+++ head -n 1
1042026-05-29T17:07:57.701Z+++ cut '-d ' -f1
1052026-05-29T17:07:57.746Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-29T17:07:57.746Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-29T17:07:57.746Z++ popd
1082026-05-29T17:07:57.749Z/work/oxidecomputer/opte
1092026-05-29T17:07:57.749Z+ TGT_BASE=/work
1102026-05-29T17:07:57.749Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-05-29T17:07:57.749Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-05-29T17:07:57.749Z+ DBG_TGT=/work/debug
1132026-05-29T17:07:57.749Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-05-29T17:07:57.749Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-05-29T17:07:57.749Z+ REL_TGT=/work/release
1162026-05-29T17:07:57.749Z+ mkdir -p /work/debug /work/release
1172026-05-29T17:07:57.749Z+ cargo --version
1182026-05-29T17:07:57.757Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1192026-05-29T17:07:57.760Z+ rustc --version
1202026-05-29T17:07:57.780Zrustc 1.95.0 (59807616e 2026-04-14)
1212026-05-29T17:07:57.783Z+ install_pkg jq
1222026-05-29T17:07:57.783Z+ set +o errexit
1232026-05-29T17:07:57.783Z+ pfexec pkg install jq
1242026-05-29T17:07:58.686Z Startup: Refreshing catalog 'helios' ... Done
1252026-05-29T17:07:58.766Z Startup: Caching catalogs ... Done
1262026-05-29T17:07:59.053ZPlanning: Solver setup ... Done
1272026-05-29T17:07:59.072ZPlanning: Running solver ... Done
1282026-05-29T17:07:59.076ZPlanning: Consolidating action changes ... Done
1292026-05-29T17:07:59.080ZPlanning: Evaluating mediators ... Done
1302026-05-29T17:07:59.080ZPlanning: Planning completed in 0.29 seconds
1312026-05-29T17:07:59.093ZNo updates necessary for this image.
1322026-05-29T17:07:59.177Z+ exit_code=4
1332026-05-29T17:07:59.177Z+ [[ 4 -ne 0 ]]
1342026-05-29T17:07:59.177Z+ [[ 4 -ne 4 ]]
1352026-05-29T17:07:59.177Z+ set -o errexit
1362026-05-29T17:07:59.181Z+ pushd xde
1372026-05-29T17:07:59.181Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1382026-05-29T17:07:59.181Z+ cp xde.conf /work/xde.conf
1392026-05-29T17:07:59.181Z+ header 'check style'
1402026-05-29T17:07:59.181Z+ echo '# ==== check style ==== #'
1412026-05-29T17:07:59.181Z# ==== check style ==== #
1422026-05-29T17:07:59.181Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-05-29T17:07:59.394Z
1442026-05-29T17:07:59.394Zreal 0.211077409
1452026-05-29T17:07:59.394Zuser 0.153483184
1462026-05-29T17:07:59.394Zsys 0.047637613
1472026-05-29T17:07:59.394Ztrap 0.000008690
1482026-05-29T17:07:59.394Ztflt 0.000021270
1492026-05-29T17:07:59.394Zdflt 0.000013480
1502026-05-29T17:07:59.394Zkflt 0.000001370
1512026-05-29T17:07:59.394Zlock 0.038900601
1522026-05-29T17:07:59.394Zslp 0.187137589
1532026-05-29T17:07:59.394Zlat 0.001106590
1542026-05-29T17:07:59.394Zstop 0.000107940
1552026-05-29T17:07:59.398Z+ header analyze
1562026-05-29T17:07:59.398Z+ echo '# ==== analyze ==== #'
1572026-05-29T17:07:59.399Z# ==== analyze ==== #
1582026-05-29T17:07:59.399Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1592026-05-29T17:07:59.571Z Updating crates.io index
1602026-05-29T17:07:59.574Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-05-29T17:08:00.581Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-05-29T17:08:01.400Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-05-29T17:08:01.786Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-05-29T17:08:02.190Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-05-29T17:08:02.438Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-05-29T17:08:02.694Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-05-29T17:08:04.602Z Downloading crates ...
1682026-05-29T17:08:04.677Z Downloaded cfg-if v1.0.4
1692026-05-29T17:08:04.680Z Downloaded macaddr v1.0.1
1702026-05-29T17:08:04.680Z Downloaded darling_macro v0.23.0
1712026-05-29T17:08:04.680Z Downloaded ref-cast-impl v1.0.25
1722026-05-29T17:08:04.680Z Downloaded proc-macro-error-attr2 v2.0.0
1732026-05-29T17:08:04.683Z Downloaded defmt v0.3.100
1742026-05-29T17:08:04.686Z Downloaded strsim v0.11.1
1752026-05-29T17:08:04.689Z Downloaded managed v0.8.0
1762026-05-29T17:08:04.689Z Downloaded defmt-parser v1.0.0
1772026-05-29T17:08:04.689Z Downloaded dyn-clone v1.0.20
1782026-05-29T17:08:04.693Z Downloaded aho-corasick v1.1.4
1792026-05-29T17:08:04.696Z Downloaded hash32 v0.3.1
1802026-05-29T17:08:04.699Z Downloaded fnv v1.0.7
1812026-05-29T17:08:04.702Z Downloaded stable_deref_trait v1.2.1
1822026-05-29T17:08:04.702Z Downloaded embedded-io v0.6.1
1832026-05-29T17:08:04.714Z Downloaded byteorder v1.5.0
1842026-05-29T17:08:04.717Z Downloaded defmt v1.0.1
1852026-05-29T17:08:04.722Z Downloaded ref-cast v1.0.25
1862026-05-29T17:08:04.725Z Downloaded version_check v0.9.5
1872026-05-29T17:08:04.725Z Downloaded cobs v0.3.0
1882026-05-29T17:08:04.729Z Downloaded thiserror-impl v2.0.18
1892026-05-29T17:08:04.732Z Downloaded quote v1.0.45
1902026-05-29T17:08:04.735Z Downloaded either v1.15.0
1912026-05-29T17:08:04.738Z Downloaded ident_case v1.0.1
1922026-05-29T17:08:04.738Z Downloaded bitflags v2.11.1
1932026-05-29T17:08:04.741Z Downloaded darling_macro v0.21.3
1942026-05-29T17:08:04.744Z Downloaded ingot-macros v0.1.1
1952026-05-29T17:08:04.744Z Downloaded ingot v0.1.1
1962026-05-29T17:08:04.750Z Downloaded proc-macro-error2 v2.0.1
1972026-05-29T17:08:04.753Z Downloaded ingot-types v0.1.2
1982026-05-29T17:08:04.753Z Downloaded crc32fast v1.5.0
1992026-05-29T17:08:04.753Z Downloaded defmt-macros v1.0.1
2002026-05-29T17:08:04.760Z Downloaded postcard v1.1.3
2012026-05-29T17:08:04.763Z Downloaded bitflags v1.3.2
2022026-05-29T17:08:04.766Z Downloaded darling v0.23.0
2032026-05-29T17:08:04.771Z Downloaded embedded-io v0.4.0
2042026-05-29T17:08:04.778Z Downloaded thiserror v2.0.18
2052026-05-29T17:08:04.781Z Downloaded serde_core v1.0.228
2062026-05-29T17:08:04.784Z Downloaded darling v0.21.3
2072026-05-29T17:08:04.790Z Downloaded uuid v1.23.1
2082026-05-29T17:08:04.793Z Downloaded heapless v0.8.0
2092026-05-29T17:08:04.796Z Downloaded unicode-ident v1.0.24
2102026-05-29T17:08:04.799Z Downloaded serde_derive v1.0.228
2112026-05-29T17:08:04.802Z Downloaded darling_core v0.23.0
2122026-05-29T17:08:04.802Z Downloaded darling_core v0.21.3
2132026-05-29T17:08:04.806Z Downloaded zerocopy-derive v0.8.48
2142026-05-29T17:08:04.809Z Downloaded serde v1.0.228
2152026-05-29T17:08:04.812Z Downloaded proc-macro2 v1.0.106
2162026-05-29T17:08:04.816Z Downloaded memchr v2.8.0
2172026-05-29T17:08:04.831Z Downloaded itertools v0.14.0
2182026-05-29T17:08:04.838Z Downloaded regex v1.12.3
2192026-05-29T17:08:04.885Z Downloaded syn v2.0.117
2202026-05-29T17:08:04.892Z Downloaded zerocopy v0.8.48
2212026-05-29T17:08:04.902Z Downloaded smoltcp v0.11.0
2222026-05-29T17:08:04.909Z Downloaded regex-syntax v0.8.10
2232026-05-29T17:08:04.919Z Downloaded regex-automata v0.4.14
2242026-05-29T17:08:04.931Z Updating crates.io index
2252026-05-29T17:08:05.107Z Downloading crates ...
2262026-05-29T17:08:05.151Z Downloaded foldhash v0.2.0
2272026-05-29T17:08:05.154Z Downloaded adler2 v2.0.1
2282026-05-29T17:08:05.157Z Downloaded rustc-demangle v0.1.27
2292026-05-29T17:08:05.160Z Downloaded rustc-literal-escaper v0.0.7
2302026-05-29T17:08:05.181Z Downloaded getopts v0.2.24
2312026-05-29T17:08:05.184Z Downloaded addr2line v0.25.1
2322026-05-29T17:08:05.198Z Downloaded miniz_oxide v0.8.9
2332026-05-29T17:08:05.209Z Downloaded memchr v2.7.6
2342026-05-29T17:08:05.214Z Downloaded hashbrown v0.16.1
2352026-05-29T17:08:05.254Z Downloaded gimli v0.32.3
2362026-05-29T17:08:05.262Z Downloaded object v0.37.3
2372026-05-29T17:08:05.298Z Downloaded libc v0.2.183
2382026-05-29T17:08:05.355Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2392026-05-29T17:08:05.355Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2402026-05-29T17:08:05.355Z Compiling proc-macro2 v1.0.106
2412026-05-29T17:08:05.359Z Compiling unicode-ident v1.0.24
2422026-05-29T17:08:05.359Z Compiling quote v1.0.45
2432026-05-29T17:08:05.359Z Compiling strsim v0.11.1
2442026-05-29T17:08:05.359Z Compiling ident_case v1.0.1
2452026-05-29T17:08:05.418Z Compiling serde_core v1.0.228
2462026-05-29T17:08:05.545Z Compiling memchr v2.8.0
2472026-05-29T17:08:05.564Z Compiling fnv v1.0.7
2482026-05-29T17:08:05.654Z Compiling regex-syntax v0.8.10
2492026-05-29T17:08:05.841Z Compiling serde v1.0.228
2502026-05-29T17:08:05.859Z Compiling zerocopy v0.8.48
2512026-05-29T17:08:05.895Z Compiling either v1.15.0
2522026-05-29T17:08:05.957Z Compiling thiserror v2.0.18
2532026-05-29T17:08:06.090Z Compiling aho-corasick v1.1.4
2542026-05-29T17:08:06.255Z Compiling itertools v0.14.0
2552026-05-29T17:08:06.274Z Compiling heapless v0.8.0
2562026-05-29T17:08:06.566Z Compiling syn v2.0.117
2572026-05-29T17:08:06.654Z Compiling smoltcp v0.11.0
2582026-05-29T17:08:06.687Z Compiling ref-cast v1.0.25
2592026-05-29T17:08:06.743Z Compiling version_check v0.9.5
2602026-05-29T17:08:07.071Z Compiling crc32fast v1.5.0
2612026-05-29T17:08:07.116Z Compiling regex-automata v0.4.14
2622026-05-29T17:08:07.124Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-05-29T17:08:08.655Z Compiling regex v1.12.3
2642026-05-29T17:08:08.832Z Compiling darling_core v0.21.3
2652026-05-29T17:08:08.839Z Compiling darling_core v0.23.0
2662026-05-29T17:08:09.803Z Compiling serde_derive v1.0.228
2672026-05-29T17:08:09.803Z Compiling zerocopy-derive v0.8.48
2682026-05-29T17:08:09.807Z Compiling thiserror-impl v2.0.18
2692026-05-29T17:08:09.807Z Compiling ref-cast-impl v1.0.25
2702026-05-29T17:08:09.807Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2712026-05-29T17:08:11.404Z Compiling darling_macro v0.21.3
2722026-05-29T17:08:11.563Z Compiling darling_macro v0.23.0
2732026-05-29T17:08:12.318Z Compiling darling v0.21.3
2742026-05-29T17:08:12.386Z Compiling ingot-macros v0.1.1
2752026-05-29T17:08:12.489Z Compiling darling v0.23.0
2762026-05-29T17:08:12.555Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2772026-05-29T17:08:16.882Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2782026-05-29T17:08:18.951Z Checking byteorder v1.5.0
2792026-05-29T17:08:18.951Z Checking macaddr v1.0.1
2802026-05-29T17:08:18.951Z Checking stable_deref_trait v1.2.1
2812026-05-29T17:08:18.954Z Checking cfg-if v1.0.4
2822026-05-29T17:08:18.954Z Checking bitflags v1.3.2
2832026-05-29T17:08:19.004Z Checking managed v0.8.0
2842026-05-29T17:08:19.046Z Checking cobs v0.3.0
2852026-05-29T17:08:19.106Z Checking hash32 v0.3.1
2862026-05-29T17:08:19.120Z Checking dyn-clone v1.0.20
2872026-05-29T17:08:19.161Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2882026-05-29T17:08:20.277Z Checking bitflags v2.11.1
2892026-05-29T17:08:20.277Z Checking uuid v1.23.1
2902026-05-29T17:08:20.414Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-05-29T17:08:20.677Z Checking postcard v1.1.3
2922026-05-29T17:08:21.557Z Checking ingot-types v0.1.2
2932026-05-29T17:08:21.827Z Checking ingot v0.1.1
2942026-05-29T17:08:23.131Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-05-29T17:08:27.389Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-05-29T17:08:28.966Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-05-29T17:08:31.309Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.85s
2982026-05-29T17:08:31.437Z
2992026-05-29T17:08:31.437Zreal 32.036152341
3002026-05-29T17:08:31.437Zuser 1:15.027379338
3012026-05-29T17:08:31.437Zsys 10.349635261
3022026-05-29T17:08:31.437Ztrap 0.032712583
3032026-05-29T17:08:31.437Ztflt 0.032756148
3042026-05-29T17:08:31.437Zdflt 0.206676187
3052026-05-29T17:08:31.437Zkflt 0.001921561
3062026-05-29T17:08:31.437Zlock 3:50.342522662
3072026-05-29T17:08:31.437Zslp 3:30.335124544
3082026-05-29T17:08:31.437Zlat 2.871555368
3092026-05-29T17:08:31.437Zstop 6.384673666
3102026-05-29T17:08:31.440Z+ pushd xde-link
3112026-05-29T17:08:31.440Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3122026-05-29T17:08:31.440Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3132026-05-29T17:08:31.626Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3142026-05-29T17:08:31.626Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3152026-05-29T17:08:31.626Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-05-29T17:08:42.009Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3172026-05-29T17:08:44.129Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.62s
3182026-05-29T17:08:44.149Z
3192026-05-29T17:08:44.149Zreal 12.706434012
3202026-05-29T17:08:44.149Zuser 20.254460202
3212026-05-29T17:08:44.149Zsys 1.237562341
3222026-05-29T17:08:44.149Ztrap 0.002973440
3232026-05-29T17:08:44.152Ztflt 0.002286590
3242026-05-29T17:08:44.152Zdflt 0.027938317
3252026-05-29T17:08:44.152Zkflt 0.000001050
3262026-05-29T17:08:44.152Zlock 1:07.238200374
3272026-05-29T17:08:44.152Zslp 42.456591713
3282026-05-29T17:08:44.152Zlat 0.168007884
3292026-05-29T17:08:44.152Zstop 0.134447887
3302026-05-29T17:08:44.153Z+ popd
3312026-05-29T17:08:44.153Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3322026-05-29T17:08:44.153Z+ popd
3332026-05-29T17:08:44.153Z/work/oxidecomputer/opte
3342026-05-29T17:08:44.153Z+ header 'build xde (debug)'
3352026-05-29T17:08:44.153Z# ==== build xde (debug) ==== #
3362026-05-29T17:08:44.153Z+ echo '# ==== build xde (debug) ==== #'
3372026-05-29T17:08:44.153Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-05-29T17:08:44.296Z Downloading crates ...
3392026-05-29T17:08:44.348Z Downloaded cargo-platform v0.3.3
3402026-05-29T17:08:44.353Z Downloaded is_terminal_polyfill v1.70.2
3412026-05-29T17:08:44.356Z Downloaded anstyle-query v1.1.5
3422026-05-29T17:08:44.356Z Downloaded serde_spanned v1.1.1
3432026-05-29T17:08:44.362Z Downloaded heck v0.5.0
3442026-05-29T17:08:44.366Z Downloaded utf8parse v0.2.2
3452026-05-29T17:08:44.369Z Downloaded terminal_size v0.4.4
3462026-05-29T17:08:44.384Z Downloaded errno v0.3.14
3472026-05-29T17:08:44.387Z Downloaded equivalent v1.0.2
3482026-05-29T17:08:44.387Z Downloaded colorchoice v1.0.5
3492026-05-29T17:08:44.387Z Downloaded clap_lex v1.1.0
3502026-05-29T17:08:44.392Z Downloaded itoa v1.0.18
3512026-05-29T17:08:44.400Z Downloaded anstream v1.0.0
3522026-05-29T17:08:44.403Z Downloaded zmij v1.0.21
3532026-05-29T17:08:44.403Z Downloaded toml_writer v1.1.1+spec-1.1.0
3542026-05-29T17:08:44.406Z Downloaded anstyle-parse v1.0.0
3552026-05-29T17:08:44.409Z Downloaded anstyle v1.0.14
3562026-05-29T17:08:44.412Z Downloaded cargo_metadata v0.23.1
3572026-05-29T17:08:44.416Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3582026-05-29T17:08:44.416Z Downloaded camino v1.2.2
3592026-05-29T17:08:44.419Z Downloaded toml_parser v1.1.2+spec-1.1.0
3602026-05-29T17:08:44.422Z Downloaded clap_derive v4.6.1
3612026-05-29T17:08:44.422Z Downloaded semver v1.0.28
3622026-05-29T17:08:44.426Z Downloaded anyhow v1.0.102
3632026-05-29T17:08:44.429Z Downloaded clap v4.6.1
3642026-05-29T17:08:44.434Z Downloaded toml v1.1.2+spec-1.1.0
3652026-05-29T17:08:44.450Z Downloaded serde_json v1.0.149
3662026-05-29T17:08:44.454Z Downloaded indexmap v2.14.0
3672026-05-29T17:08:44.478Z Downloaded hashbrown v0.17.0
3682026-05-29T17:08:44.482Z Downloaded clap_builder v4.6.0
3692026-05-29T17:08:44.485Z Downloaded winnow v1.0.2
3702026-05-29T17:08:44.525Z Downloaded rustix v1.1.4
3712026-05-29T17:08:44.549Z Downloaded libc v0.2.186
3722026-05-29T17:08:44.597Z Compiling serde_core v1.0.228
3732026-05-29T17:08:44.597Z Compiling proc-macro2 v1.0.106
3742026-05-29T17:08:44.597Z Compiling quote v1.0.45
3752026-05-29T17:08:44.597Z Compiling unicode-ident v1.0.24
3762026-05-29T17:08:44.597Z Compiling libc v0.2.186
3772026-05-29T17:08:44.600Z Compiling rustix v1.1.4
3782026-05-29T17:08:44.600Z Compiling bitflags v2.11.1
3792026-05-29T17:08:44.600Z Compiling utf8parse v0.2.2
3802026-05-29T17:08:44.745Z Compiling zmij v1.0.21
3812026-05-29T17:08:44.760Z Compiling anstyle-parse v1.0.0
3822026-05-29T17:08:44.974Z Compiling colorchoice v1.0.5
3832026-05-29T17:08:44.988Z Compiling serde v1.0.228
3842026-05-29T17:08:45.073Z Compiling is_terminal_polyfill v1.70.2
3852026-05-29T17:08:45.079Z Compiling thiserror v2.0.18
3862026-05-29T17:08:45.083Z Compiling anstyle-query v1.1.5
3872026-05-29T17:08:45.149Z Compiling serde_json v1.0.149
3882026-05-29T17:08:45.161Z Compiling camino v1.2.2
3892026-05-29T17:08:45.172Z Compiling anstyle v1.0.14
3902026-05-29T17:08:45.330Z Compiling errno v0.3.14
3912026-05-29T17:08:45.390Z Compiling anstream v1.0.0
3922026-05-29T17:08:45.541Z Compiling anyhow v1.0.102
3932026-05-29T17:08:45.556Z Compiling heck v0.5.0
3942026-05-29T17:08:45.620Z Compiling memchr v2.8.0
3952026-05-29T17:08:45.790Z Compiling clap_lex v1.1.0
3962026-05-29T17:08:45.856Z Compiling winnow v1.0.2
3972026-05-29T17:08:45.865Z Compiling strsim v0.11.1
3982026-05-29T17:08:45.941Z Compiling syn v2.0.117
3992026-05-29T17:08:45.990Z Compiling terminal_size v0.4.4
4002026-05-29T17:08:46.148Z Compiling itoa v1.0.18
4012026-05-29T17:08:46.196Z Compiling toml_parser v1.1.2+spec-1.1.0
4022026-05-29T17:08:46.282Z Compiling clap_builder v4.6.0
4032026-05-29T17:08:46.617Z Compiling toml_writer v1.1.1+spec-1.1.0
4042026-05-29T17:08:46.828Z Compiling serde_spanned v1.1.1
4052026-05-29T17:08:46.865Z Compiling cargo-platform v0.3.3
4062026-05-29T17:08:46.983Z Compiling semver v1.0.28
4072026-05-29T17:08:47.453Z Compiling toml_datetime v1.1.1+spec-1.1.0
4082026-05-29T17:08:47.698Z Compiling toml v1.1.2+spec-1.1.0
4092026-05-29T17:08:48.215Z Compiling serde_derive v1.0.228
4102026-05-29T17:08:48.416Z Compiling thiserror-impl v2.0.18
4112026-05-29T17:08:48.450Z Compiling clap_derive v4.6.1
4122026-05-29T17:08:50.114Z Compiling clap v4.6.1
4132026-05-29T17:08:51.218Z Compiling cargo_metadata v0.23.1
4142026-05-29T17:08:53.700Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4152026-05-29T17:08:55.271Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.11s
4162026-05-29T17:08:55.287Z Running `target/debug/xtask build --profile debug xde xde-link`
4172026-05-29T17:08:56.712ZBuilding xde (dev).
4182026-05-29T17:08:56.940Z Compiling serde_core v1.0.228
4192026-05-29T17:08:56.940Z Compiling byteorder v1.5.0
4202026-05-29T17:08:56.940Z Compiling macaddr v1.0.1
4212026-05-29T17:08:56.943Z Compiling cfg-if v1.0.4
4222026-05-29T17:08:56.943Z Compiling stable_deref_trait v1.2.1
4232026-05-29T17:08:56.967Z Compiling thiserror v2.0.18
4242026-05-29T17:08:56.971Z Compiling zerocopy v0.8.48
4252026-05-29T17:08:56.974Z Compiling managed v0.8.0
4262026-05-29T17:08:57.015Z Compiling bitflags v1.3.2
4272026-05-29T17:08:57.019Z Compiling cobs v0.3.0
4282026-05-29T17:08:57.055Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-05-29T17:08:57.077Z Compiling either v1.15.0
4302026-05-29T17:08:57.128Z Compiling hash32 v0.3.1
4312026-05-29T17:08:57.192Z Compiling ref-cast v1.0.25
4322026-05-29T17:08:57.207Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4332026-05-29T17:08:57.245Z Compiling heapless v0.8.0
4342026-05-29T17:08:57.276Z Compiling itertools v0.14.0
4352026-05-29T17:08:57.276Z Compiling crc32fast v1.5.0
4362026-05-29T17:08:57.283Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4372026-05-29T17:08:57.338Z Compiling dyn-clone v1.0.20
4382026-05-29T17:08:57.467Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4392026-05-29T17:08:57.598Z Compiling smoltcp v0.11.0
4402026-05-29T17:08:58.515Z Compiling serde v1.0.228
4412026-05-29T17:08:58.515Z Compiling bitflags v2.11.1
4422026-05-29T17:08:58.515Z Compiling uuid v1.23.1
4432026-05-29T17:08:58.643Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4442026-05-29T17:08:58.918Z Compiling postcard v1.1.3
4452026-05-29T17:08:59.688Z Compiling ingot-types v0.1.2
4462026-05-29T17:08:59.964Z Compiling ingot v0.1.1
4472026-05-29T17:09:01.398Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4482026-05-29T17:09:05.720Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4492026-05-29T17:09:16.052Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4502026-05-29T17:09:24.341Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.60s
4512026-05-29T17:09:24.367ZLinking xde kmod...
4522026-05-29T17:09:25.547ZBuilding xde dev link helper (dev).
4532026-05-29T17:09:25.705Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4542026-05-29T17:09:26.043Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4552026-05-29T17:09:26.068Z
4562026-05-29T17:09:26.071Zreal 41.914956989
4572026-05-29T17:09:26.071Zuser 2:16.748395457
4582026-05-29T17:09:26.071Zsys 11.195862899
4592026-05-29T17:09:26.071Ztrap 0.056199731
4602026-05-29T17:09:26.071Ztflt 0.307620381
4612026-05-29T17:09:26.071Zdflt 0.416562020
4622026-05-29T17:09:26.071Zkflt 0.000002930
4632026-05-29T17:09:26.071Zlock 6:28.889530978
4642026-05-29T17:09:26.071Zslp 3:53.704971962
4652026-05-29T17:09:26.071Zlat 5.853276305
4662026-05-29T17:09:26.071Zstop 5.124497545
4672026-05-29T17:09:26.071Z+ header 'build xde (release)'
4682026-05-29T17:09:26.071Z+ echo '# ==== build xde (release) ==== #'
4692026-05-29T17:09:26.071Z# ==== build xde (release) ==== #
4702026-05-29T17:09:26.071Z+ ptime -m cargo xtask build --profile release xde xde-link
4712026-05-29T17:09:26.207Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4722026-05-29T17:09:26.211Z Running `target/debug/xtask build --profile release xde xde-link`
4732026-05-29T17:09:26.403ZBuilding xde (release-lto).
4742026-05-29T17:09:26.634Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4752026-05-29T17:09:26.634Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4762026-05-29T17:09:26.634Z Compiling proc-macro2 v1.0.106
4772026-05-29T17:09:26.634Z Compiling quote v1.0.45
4782026-05-29T17:09:26.634Z Compiling unicode-ident v1.0.24
4792026-05-29T17:09:26.635Z Compiling ident_case v1.0.1
4802026-05-29T17:09:26.635Z Compiling strsim v0.11.1
4812026-05-29T17:09:26.638Z Compiling serde_core v1.0.228
4822026-05-29T17:09:26.754Z Compiling memchr v2.8.0
4832026-05-29T17:09:26.757Z Compiling fnv v1.0.7
4842026-05-29T17:09:26.833Z Compiling regex-syntax v0.8.10
4852026-05-29T17:09:27.003Z Compiling serde v1.0.228
4862026-05-29T17:09:27.011Z Compiling either v1.15.0
4872026-05-29T17:09:27.019Z Compiling zerocopy v0.8.48
4882026-05-29T17:09:27.141Z Compiling aho-corasick v1.1.4
4892026-05-29T17:09:27.194Z Compiling thiserror v2.0.18
4902026-05-29T17:09:27.383Z Compiling itertools v0.14.0
4912026-05-29T17:09:27.398Z Compiling heapless v0.8.0
4922026-05-29T17:09:27.740Z Compiling syn v2.0.117
4932026-05-29T17:09:27.785Z Compiling smoltcp v0.11.0
4942026-05-29T17:09:27.804Z Compiling ref-cast v1.0.25
4952026-05-29T17:09:27.877Z Compiling version_check v0.9.5
4962026-05-29T17:09:28.170Z Compiling crc32fast v1.5.0
4972026-05-29T17:09:28.228Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4982026-05-29T17:09:28.454Z Compiling regex-automata v0.4.14
4992026-05-29T17:09:29.940Z Compiling regex v1.12.3
5002026-05-29T17:09:29.989Z Compiling darling_core v0.21.3
5012026-05-29T17:09:29.989Z Compiling darling_core v0.23.0
5022026-05-29T17:09:31.017Z Compiling thiserror-impl v2.0.18
5032026-05-29T17:09:31.017Z Compiling serde_derive v1.0.228
5042026-05-29T17:09:31.020Z Compiling zerocopy-derive v0.8.48
5052026-05-29T17:09:31.020Z Compiling ref-cast-impl v1.0.25
5062026-05-29T17:09:31.020Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-05-29T17:09:32.594Z Compiling darling_macro v0.21.3
5082026-05-29T17:09:32.636Z Compiling darling_macro v0.23.0
5092026-05-29T17:09:33.498Z Compiling darling v0.21.3
5102026-05-29T17:09:33.517Z Compiling darling v0.23.0
5112026-05-29T17:09:33.558Z Compiling ingot-macros v0.1.1
5122026-05-29T17:09:33.575Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-05-29T17:09:38.564Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5142026-05-29T17:09:40.624Z Compiling byteorder v1.5.0
5152026-05-29T17:09:40.624Z Compiling macaddr v1.0.1
5162026-05-29T17:09:40.624Z Compiling cfg-if v1.0.4
5172026-05-29T17:09:40.627Z Compiling stable_deref_trait v1.2.1
5182026-05-29T17:09:40.683Z Compiling managed v0.8.0
5192026-05-29T17:09:40.693Z Compiling cobs v0.3.0
5202026-05-29T17:09:40.719Z Compiling bitflags v1.3.2
5212026-05-29T17:09:40.784Z Compiling hash32 v0.3.1
5222026-05-29T17:09:40.923Z Compiling dyn-clone v1.0.20
5232026-05-29T17:09:40.986Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-05-29T17:09:42.234Z Compiling bitflags v2.11.1
5252026-05-29T17:09:42.234Z Compiling uuid v1.23.1
5262026-05-29T17:09:42.372Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-05-29T17:09:42.658Z Compiling postcard v1.1.3
5282026-05-29T17:09:43.466Z Compiling ingot-types v0.1.2
5292026-05-29T17:09:43.778Z Compiling ingot v0.1.1
5302026-05-29T17:09:45.268Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-05-29T17:09:49.050Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-05-29T17:09:57.770Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-05-29T17:10:27.326Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 00s
5342026-05-29T17:10:27.351ZLinking xde kmod...
5352026-05-29T17:10:27.928ZBuilding xde dev link helper (release).
5362026-05-29T17:10:28.090Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5372026-05-29T17:10:28.090Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5382026-05-29T17:10:28.090Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-05-29T17:10:39.074Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-05-29T17:10:41.450Z Finished `release` profile [optimized + debuginfo] target(s) in 13.49s
5412026-05-29T17:10:41.471Z
5422026-05-29T17:10:41.474Zreal 1:15.399297914
5432026-05-29T17:10:41.474Zuser 2:08.577252890
5442026-05-29T17:10:41.474Zsys 12.322452574
5452026-05-29T17:10:41.474Ztrap 0.032725823
5462026-05-29T17:10:41.474Ztflt 0.143101175
5472026-05-29T17:10:41.474Zdflt 0.227693404
5482026-05-29T17:10:41.474Zkflt 0.000008840
5492026-05-29T17:10:41.474Zlock 10:47.493370017
5502026-05-29T17:10:41.474Zslp 6:07.951170902
5512026-05-29T17:10:41.474Zlat 2.100911022
5522026-05-29T17:10:41.474Zstop 4.926369740
5532026-05-29T17:10:41.474Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-05-29T17:10:41.474Z+ grep GOTPCREL
5552026-05-29T17:10:43.278Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-05-29T17:10:43.282Z+ grep GOTPCREL
5572026-05-29T17:10:44.243Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-05-29T17:10:44.297Z+ sha256sum /work/debug/xde.dbg
5592026-05-29T17:10:44.350Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-05-29T17:10:44.353Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-05-29T17:10:44.357Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-05-29T17:10:44.392Z+ sha256sum /work/release/xde
5632026-05-29T17:10:44.422Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-05-29T17:10:44.425Z+ sha256sum /work/release/xde_link.so
5652026-05-29T17:10:44.429Z+ header 'build xde integration tests'
5662026-05-29T17:10:44.429Z+ echo '# ==== build xde integration tests ==== #'
5672026-05-29T17:10:44.429Z+ pushd xde-tests
5682026-05-29T17:10:44.429Z# ==== build xde integration tests ==== #
5692026-05-29T17:10:44.429Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-05-29T17:10:44.429Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5712026-05-29T17:10:44.509Z+ cargo clippy --all-targets -- --deny warnings
5722026-05-29T17:10:44.724Z Compiling serde_core v1.0.228
5732026-05-29T17:10:44.724Z Checking cfg-if v1.0.4
5742026-05-29T17:10:44.724Z Checking memchr v2.8.0
5752026-05-29T17:10:44.724Z Compiling rustversion v1.0.22
5762026-05-29T17:10:44.724Z Compiling serde v1.0.228
5772026-05-29T17:10:44.724Z Compiling version_check v0.9.5
5782026-05-29T17:10:44.728Z Compiling strsim v0.11.1
5792026-05-29T17:10:44.753Z Compiling syn v2.0.117
5802026-05-29T17:10:44.795Z Compiling ident_case v1.0.1
5812026-05-29T17:10:44.899Z Compiling libc v0.2.186
5822026-05-29T17:10:45.003Z Compiling fnv v1.0.7
5832026-05-29T17:10:45.083Z Compiling syn v1.0.109
5842026-05-29T17:10:45.088Z Checking pin-project-lite v0.2.17
5852026-05-29T17:10:45.113Z Compiling regex-syntax v0.8.10
5862026-05-29T17:10:45.158Z Compiling winnow v1.0.2
5872026-05-29T17:10:45.477Z Compiling aho-corasick v1.1.4
5882026-05-29T17:10:45.621Z Compiling equivalent v1.0.2
5892026-05-29T17:10:45.631Z Compiling hashbrown v0.17.0
5902026-05-29T17:10:45.698Z Compiling either v1.15.0
5912026-05-29T17:10:45.716Z Compiling zerocopy v0.8.48
5922026-05-29T17:10:45.893Z Compiling itertools v0.14.0
5932026-05-29T17:10:46.144Z Compiling indexmap v2.14.0
5942026-05-29T17:10:46.163Z Compiling toml_parser v1.1.2+spec-1.1.0
5952026-05-29T17:10:46.577Z Compiling regex-automata v0.4.14
5962026-05-29T17:10:46.705Z Compiling toml_datetime v1.1.1+spec-1.1.0
5972026-05-29T17:10:46.875Z Checking byteorder v1.5.0
5982026-05-29T17:10:46.919Z Compiling heapless v0.8.0
5992026-05-29T17:10:46.926Z Compiling toml_edit v0.25.11+spec-1.1.0
6002026-05-29T17:10:47.024Z Checking hash32 v0.3.1
6012026-05-29T17:10:47.107Z Checking bitflags v2.11.1
6022026-05-29T17:10:47.124Z Compiling slog v2.8.2
6032026-05-29T17:10:47.184Z Checking futures-sink v0.3.32
6042026-05-29T17:10:47.257Z Compiling smoltcp v0.11.0
6052026-05-29T17:10:47.265Z Checking stable_deref_trait v1.2.1
6062026-05-29T17:10:47.326Z Compiling darling_core v0.21.3
6072026-05-29T17:10:47.352Z Compiling darling_core v0.23.0
6082026-05-29T17:10:47.370Z Checking macaddr v1.0.1
6092026-05-29T17:10:47.503Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6102026-05-29T17:10:47.595Z Checking futures-core v0.3.32
6112026-05-29T17:10:47.710Z Checking futures-channel v0.3.32
6122026-05-29T17:10:47.761Z Compiling proc-macro-crate v3.5.0
6132026-05-29T17:10:47.895Z Compiling proc-macro-error-attr v1.0.4
6142026-05-29T17:10:48.125Z Checking bitflags v1.3.2
6152026-05-29T17:10:48.157Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6162026-05-29T17:10:48.163Z Checking slab v0.4.12
6172026-05-29T17:10:48.183Z Compiling ref-cast v1.0.25
6182026-05-29T17:10:48.305Z Compiling regex v1.12.3
6192026-05-29T17:10:48.377Z Checking futures-io v0.3.32
6202026-05-29T17:10:48.482Z Compiling getrandom v0.4.2
6212026-05-29T17:10:48.487Z Compiling serde_derive v1.0.228
6222026-05-29T17:10:48.496Z Compiling thiserror-impl v2.0.18
6232026-05-29T17:10:48.694Z Compiling zerocopy-derive v0.8.48
6242026-05-29T17:10:48.749Z Compiling futures-macro v0.3.32
6252026-05-29T17:10:49.106Z Compiling autocfg v1.5.0
6262026-05-29T17:10:49.388Z Compiling darling_macro v0.21.3
6272026-05-29T17:10:49.411Z Compiling darling_macro v0.23.0
6282026-05-29T17:10:49.445Z Checking managed v0.8.0
6292026-05-29T17:10:49.522Z Compiling crc32fast v1.5.0
6302026-05-29T17:10:49.559Z Checking rand_core v0.10.1
6312026-05-29T17:10:49.616Z Checking futures-task v0.3.32
6322026-05-29T17:10:49.714Z Checking thiserror v2.0.18
6332026-05-29T17:10:49.742Z Checking futures-util v0.3.32
6342026-05-29T17:10:49.801Z Checking cobs v0.3.0
6352026-05-29T17:10:49.849Z Compiling num-traits v0.2.19
6362026-05-29T17:10:49.950Z Compiling darling v0.21.3
6372026-05-29T17:10:49.967Z Compiling darling v0.23.0
6382026-05-29T17:10:49.977Z Compiling num_enum_derive v0.7.6
6392026-05-29T17:10:50.016Z Compiling ingot-macros v0.1.1
6402026-05-29T17:10:50.035Z Compiling ref-cast-impl v1.0.25
6412026-05-29T17:10:50.086Z Compiling foreign-types-macros v0.2.3
6422026-05-29T17:10:50.666Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6432026-05-29T17:10:50.786Z Compiling proc-macro-error v1.0.4
6442026-05-29T17:10:50.876Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6452026-05-29T17:10:50.961Z Checking once_cell v1.21.4
6462026-05-29T17:10:51.026Z Compiling crossbeam-utils v0.8.21
6472026-05-29T17:10:51.047Z Checking ipnetwork v0.21.1
6482026-05-29T17:10:51.127Z Checking foreign-types-shared v0.3.1
6492026-05-29T17:10:51.131Z Checking cpufeatures v0.3.0
6502026-05-29T17:10:51.185Z Checking unicode-width v0.2.2
6512026-05-29T17:10:51.199Z Checking foreign-types v0.5.0
6522026-05-29T17:10:51.211Z Checking chacha20 v0.10.0
6532026-05-29T17:10:51.296Z Checking tracing-core v0.1.36
6542026-05-29T17:10:51.355Z Checking num_enum v0.7.6
6552026-05-29T17:10:51.427Z Checking tabwriter v1.4.1
6562026-05-29T17:10:51.595Z Checking erased-serde v0.3.31
6572026-05-29T17:10:51.607Z Checking postcard v1.1.3
6582026-05-29T17:10:51.642Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6592026-05-29T17:10:51.735Z Checking futures-executor v0.3.32
6602026-05-29T17:10:51.873Z Checking anyhow v1.0.102
6612026-05-29T17:10:51.876Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6622026-05-29T17:10:51.884Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6632026-05-29T17:10:51.971Z Compiling tracing-attributes v0.1.31
6642026-05-29T17:10:52.223Z Checking cstr-argument v0.1.2
6652026-05-29T17:10:52.335Z Compiling time-core v0.1.8
6662026-05-29T17:10:52.349Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
6672026-05-29T17:10:52.358Z Checking pretty-hex v0.4.2
6682026-05-29T17:10:52.463Z Compiling thiserror v1.0.69
6692026-05-29T17:10:52.468Z Checking powerfmt v0.2.0
6702026-05-29T17:10:52.471Z Checking dyn-clone v1.0.20
6712026-05-29T17:10:52.561Z Compiling num-conv v0.2.1
6722026-05-29T17:10:52.580Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6732026-05-29T17:10:52.606Z Checking deranged v0.5.8
6742026-05-29T17:10:52.693Z Compiling time-macros v0.2.27
6752026-05-29T17:10:52.711Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6762026-05-29T17:10:52.728Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6772026-05-29T17:10:52.802Z Checking futures v0.3.32
6782026-05-29T17:10:52.885Z Checking rand v0.10.1
6792026-05-29T17:10:52.918Z Checking ingot-types v0.1.2
6802026-05-29T17:10:53.119Z Compiling thiserror-impl v1.0.69
6812026-05-29T17:10:53.196Z Checking tracing v0.1.44
6822026-05-29T17:10:53.246Z Checking ingot v0.1.1
6832026-05-29T17:10:53.273Z Checking uuid v1.23.1
6842026-05-29T17:10:53.327Z Checking arc-swap v1.9.1
6852026-05-29T17:10:53.375Z Checking socket2 v0.6.3
6862026-05-29T17:10:53.520Z Checking nom v8.0.0
6872026-05-29T17:10:53.531Z Checking thread_local v1.1.9
6882026-05-29T17:10:53.531Z Checking oxnet v0.1.5
6892026-05-29T17:10:53.617Z Checking lazy_static v1.5.0
6902026-05-29T17:10:53.684Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6912026-05-29T17:10:53.689Z Checking itoa v1.0.18
6922026-05-29T17:10:53.937Z Checking colored v3.1.1
6932026-05-29T17:10:53.950Z Checking iana-time-zone v0.1.65
6942026-05-29T17:10:54.046Z Compiling slog-async v2.8.0
6952026-05-29T17:10:54.095Z Compiling heck v0.4.1
6962026-05-29T17:10:54.121Z Checking chrono v0.4.44
6972026-05-29T17:10:54.283Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6982026-05-29T17:10:54.366Z Checking time v0.3.47
6992026-05-29T17:10:54.376Z Checking slog-scope v4.4.1
7002026-05-29T17:10:54.499Z Checking crossbeam-channel v0.5.15
7012026-05-29T17:10:54.812Z Checking cookie-factory v0.3.3
7022026-05-29T17:10:54.828Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7032026-05-29T17:10:54.915Z Checking itertools v0.12.1
7042026-05-29T17:10:54.945Z Checking is-terminal v0.4.17
7052026-05-29T17:10:55.021Z Checking circular v0.3.0
7062026-05-29T17:10:55.057Z Checking take_mut v0.2.2
7072026-05-29T17:10:55.129Z Checking term v1.2.1
7082026-05-29T17:10:55.145Z Checking log v0.4.29
7092026-05-29T17:10:55.297Z Checking slog-stdlog v4.1.1
7102026-05-29T17:10:55.342Z Checking slog-term v2.9.2
7112026-05-29T17:10:55.448Z Checking rusticata-macros v5.0.0
7122026-05-29T17:10:55.570Z Checking pcap-parser v0.17.0
7132026-05-29T17:10:55.936Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7142026-05-29T17:10:56.220Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
7152026-05-29T17:10:56.640Z Checking slog-envlogger v2.2.0
7162026-05-29T17:10:59.361Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7172026-05-29T17:11:01.005Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7182026-05-29T17:11:01.005Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7192026-05-29T17:11:01.352Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7202026-05-29T17:11:01.889Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.33s
7212026-05-29T17:11:01.929Z+ cargo build --test loopback
7222026-05-29T17:11:02.100Z Compiling cfg-if v1.0.4
7232026-05-29T17:11:02.100Z Compiling memchr v2.8.0
7242026-05-29T17:11:02.104Z Compiling serde_core v1.0.228
7252026-05-29T17:11:02.129Z Compiling libc v0.2.186
7262026-05-29T17:11:02.133Z Compiling thiserror v2.0.18
7272026-05-29T17:11:02.133Z Compiling pin-project-lite v0.2.17
7282026-05-29T17:11:02.137Z Compiling either v1.15.0
7292026-05-29T17:11:02.140Z Compiling byteorder v1.5.0
7302026-05-29T17:11:02.175Z Compiling zerocopy v0.8.48
7312026-05-29T17:11:02.206Z Compiling macaddr v1.0.1
7322026-05-29T17:11:02.211Z Compiling stable_deref_trait v1.2.1
7332026-05-29T17:11:02.274Z Compiling hash32 v0.3.1
7342026-05-29T17:11:02.302Z Compiling futures-core v0.3.32
7352026-05-29T17:11:02.321Z Compiling futures-sink v0.3.32
7362026-05-29T17:11:02.414Z Compiling futures-channel v0.3.32
7372026-05-29T17:11:02.425Z Compiling heapless v0.8.0
7382026-05-29T17:11:02.446Z Compiling cobs v0.3.0
7392026-05-29T17:11:02.461Z Compiling futures-io v0.3.32
7402026-05-29T17:11:02.466Z Compiling rand_core v0.10.1
7412026-05-29T17:11:02.617Z Compiling slab v0.4.12
7422026-05-29T17:11:02.641Z Compiling futures-task v0.3.32
7432026-05-29T17:11:02.646Z Compiling managed v0.8.0
7442026-05-29T17:11:02.715Z Compiling bitflags v1.3.2
7452026-05-29T17:11:02.781Z Compiling futures-util v0.3.32
7462026-05-29T17:11:02.792Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7472026-05-29T17:11:02.830Z Compiling smoltcp v0.11.0
7482026-05-29T17:11:02.846Z Compiling foreign-types-shared v0.3.1
7492026-05-29T17:11:02.859Z Compiling unicode-width v0.2.2
7502026-05-29T17:11:02.927Z Compiling cpufeatures v0.3.0
7512026-05-29T17:11:02.993Z Compiling ipnetwork v0.21.1
7522026-05-29T17:11:03.030Z Compiling once_cell v1.21.4
7532026-05-29T17:11:03.166Z Compiling tabwriter v1.4.1
7542026-05-29T17:11:03.266Z Compiling tracing-core v0.1.36
7552026-05-29T17:11:03.555Z Compiling chacha20 v0.10.0
7562026-05-29T17:11:03.576Z Compiling foreign-types v0.5.0
7572026-05-29T17:11:03.647Z Compiling ref-cast v1.0.25
7582026-05-29T17:11:03.670Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7592026-05-29T17:11:03.739Z Compiling num_enum v0.7.6
7602026-05-29T17:11:03.854Z Compiling serde v1.0.228
7612026-05-29T17:11:03.893Z Compiling bitflags v2.11.1
7622026-05-29T17:11:04.083Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7632026-05-29T17:11:04.305Z Compiling erased-serde v0.3.31
7642026-05-29T17:11:04.379Z Compiling postcard v1.1.3
7652026-05-29T17:11:04.489Z Compiling getrandom v0.4.2
7662026-05-29T17:11:04.564Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7672026-05-29T17:11:04.670Z Compiling crc32fast v1.5.0
7682026-05-29T17:11:04.670Z Compiling cstr-argument v0.1.2
7692026-05-29T17:11:04.697Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-05-29T17:11:04.723Z Compiling slog v2.8.2
7712026-05-29T17:11:04.798Z Compiling itertools v0.14.0
7722026-05-29T17:11:04.832Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7732026-05-29T17:11:04.911Z Compiling futures-executor v0.3.32
7742026-05-29T17:11:05.007Z Compiling ingot-types v0.1.2
7752026-05-29T17:11:05.220Z Compiling dyn-clone v1.0.20
7762026-05-29T17:11:05.318Z Compiling pretty-hex v0.4.2
7772026-05-29T17:11:05.397Z Compiling ingot v0.1.1
7782026-05-29T17:11:05.402Z Compiling powerfmt v0.2.0
7792026-05-29T17:11:05.406Z Compiling futures v0.3.32
7802026-05-29T17:11:05.445Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7812026-05-29T17:11:05.497Z Compiling tracing v0.1.44
7822026-05-29T17:11:05.544Z Compiling deranged v0.5.8
7832026-05-29T17:11:05.568Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7842026-05-29T17:11:05.671Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7852026-05-29T17:11:05.671Z Compiling num-traits v0.2.19
7862026-05-29T17:11:05.686Z Compiling rand v0.10.1
7872026-05-29T17:11:05.787Z Compiling uuid v1.23.1
7882026-05-29T17:11:05.865Z Compiling crossbeam-utils v0.8.21
7892026-05-29T17:11:06.163Z Compiling aho-corasick v1.1.4
7902026-05-29T17:11:06.363Z Compiling nom v8.0.0
7912026-05-29T17:11:06.387Z Compiling socket2 v0.6.3
7922026-05-29T17:11:06.540Z Compiling thread_local v1.1.9
7932026-05-29T17:11:06.663Z Compiling arc-swap v1.9.1
7942026-05-29T17:11:06.756Z Compiling num-conv v0.2.1
7952026-05-29T17:11:06.900Z Compiling colored v3.1.1
7962026-05-29T17:11:06.960Z Compiling winnow v1.0.2
7972026-05-29T17:11:07.040Z Compiling regex-syntax v0.8.10
7982026-05-29T17:11:07.274Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7992026-05-29T17:11:07.508Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8002026-05-29T17:11:07.638Z Compiling time-core v0.1.8
8012026-05-29T17:11:07.746Z Compiling lazy_static v1.5.0
8022026-05-29T17:11:07.767Z Compiling iana-time-zone v0.1.65
8032026-05-29T17:11:07.778Z Compiling oxnet v0.1.5
8042026-05-29T17:11:07.837Z Compiling slog-scope v4.4.1
8052026-05-29T17:11:08.247Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
8062026-05-29T17:11:08.255Z Compiling chrono v0.4.44
8072026-05-29T17:11:08.298Z Compiling time v0.3.47
8082026-05-29T17:11:08.870Z Compiling rusticata-macros v5.0.0
8092026-05-29T17:11:09.195Z Compiling regex-automata v0.4.14
8102026-05-29T17:11:09.714Z Compiling thiserror v1.0.69
8112026-05-29T17:11:09.814Z Compiling crossbeam-channel v0.5.15
8122026-05-29T17:11:10.223Z Compiling cookie-factory v0.3.3
8132026-05-29T17:11:10.577Z Compiling is-terminal v0.4.17
8142026-05-29T17:11:10.590Z Compiling itertools v0.12.1
8152026-05-29T17:11:10.669Z Compiling term v1.2.1
8162026-05-29T17:11:12.012Z Compiling circular v0.3.0
8172026-05-29T17:11:12.267Z Compiling take_mut v0.2.2
8182026-05-29T17:11:12.285Z Compiling log v0.4.29
8192026-05-29T17:11:12.372Z Compiling slog-async v2.8.0
8202026-05-29T17:11:12.556Z Compiling slog-stdlog v4.1.1
8212026-05-29T17:11:12.874Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8222026-05-29T17:11:12.970Z Compiling pcap-parser v0.17.0
8232026-05-29T17:11:13.119Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8242026-05-29T17:11:14.147Z Compiling regex v1.12.3
8252026-05-29T17:11:14.820Z Compiling slog-term v2.9.2
8262026-05-29T17:11:15.201Z Compiling slog-envlogger v2.2.0
8272026-05-29T17:11:15.275Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8282026-05-29T17:11:15.807Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8292026-05-29T17:11:16.456Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
8302026-05-29T17:11:16.781Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8312026-05-29T17:11:25.225Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.28s
8322026-05-29T17:11:25.261Z++ cargo build -q --test loopback --message-format=json
8332026-05-29T17:11:25.264Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8342026-05-29T17:11:25.386Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583
8352026-05-29T17:11:25.386Z+ cargo build --test multicast_rx
8362026-05-29T17:11:25.500Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-05-29T17:11:27.133Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.73s
8382026-05-29T17:11:27.171Z++ cargo build -q --test multicast_rx --message-format=json
8392026-05-29T17:11:27.174Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-05-29T17:11:27.295Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904
8412026-05-29T17:11:27.299Z+ cargo build --test multicast_multi_sub
8422026-05-29T17:11:27.402Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-05-29T17:11:29.194Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.89s
8442026-05-29T17:11:29.232Z++ cargo build -q --test multicast_multi_sub --message-format=json
8452026-05-29T17:11:29.235Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-05-29T17:11:29.356Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888
8472026-05-29T17:11:29.360Z+ cargo build --test multicast_validation
8482026-05-29T17:11:29.464Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-05-29T17:11:31.397Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.03s
8502026-05-29T17:11:31.434Z++ cargo build -q --test multicast_validation --message-format=json
8512026-05-29T17:11:31.438Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-05-29T17:11:31.560Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2
8532026-05-29T17:11:31.560Z+ cargo build --test multicast_source_filter
8542026-05-29T17:11:31.667Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-05-29T17:11:33.722Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.15s
8562026-05-29T17:11:33.760Z++ cargo build -q --test multicast_source_filter --message-format=json
8572026-05-29T17:11:33.763Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-05-29T17:11:33.886Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1
8592026-05-29T17:11:33.886Z+ mkdir -p /work/test
8602026-05-29T17:11:33.889Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback
8612026-05-29T17:11:33.929Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx
8622026-05-29T17:11:33.971Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub
8632026-05-29T17:11:34.016Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation
8642026-05-29T17:11:34.057Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter
8652026-05-29T17:11:34.100Zprocess exited: duration 230266 ms, exit code 0
 
8662026-05-29T17:11:34.120Zfound 14 output files
8672026-05-29T17:11:34.120Zuploading: /work/debug/xde.dbg (94710640 bytes)
8682026-05-29T17:11:35.673Zuploaded: /work/debug/xde.dbg
8692026-05-29T17:11:35.673Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-05-29T17:11:36.683Zuploaded: /work/debug/xde.dbg.sha256
8712026-05-29T17:11:36.683Zuploading: /work/debug/xde_link.dbg.so (1084980 bytes)
8722026-05-29T17:11:37.707Zuploaded: /work/debug/xde_link.dbg.so
8732026-05-29T17:11:37.707Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-05-29T17:11:38.717Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-05-29T17:11:38.717Zuploading: /work/release/xde (51993904 bytes)
8762026-05-29T17:11:40.065Zuploaded: /work/release/xde
8772026-05-29T17:11:40.065Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-05-29T17:11:41.075Zuploaded: /work/release/xde.sha256
8792026-05-29T17:11:41.075Zuploading: /work/release/xde_link.so (39516 bytes)
8802026-05-29T17:11:42.086Zuploaded: /work/release/xde_link.so
8812026-05-29T17:11:42.086Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-05-29T17:11:43.096Zuploaded: /work/release/xde_link.so.sha256
8832026-05-29T17:11:43.096Zuploading: /work/test/loopback (51742232 bytes)
8842026-05-29T17:11:44.397Zuploaded: /work/test/loopback
8852026-05-29T17:11:44.397Zuploading: /work/test/multicast_rx (52038328 bytes)
8862026-05-29T17:11:45.726Zuploaded: /work/test/multicast_rx
8872026-05-29T17:11:45.726Zuploading: /work/test/multicast_multi_sub (56197080 bytes)
8882026-05-29T17:11:47.092Zuploaded: /work/test/multicast_multi_sub
8892026-05-29T17:11:47.092Zuploading: /work/test/multicast_validation (52192120 bytes)
8902026-05-29T17:11:48.416Zuploaded: /work/test/multicast_validation
8912026-05-29T17:11:48.416Zuploading: /work/test/multicast_source_filter (52498728 bytes)
8922026-05-29T17:11:49.719Zuploaded: /work/test/multicast_source_filter
8932026-05-29T17:11:49.720Zuploading: /work/xde.conf (79 bytes)
8942026-05-29T17:11:50.730Zuploaded: /work/xde.conf