01KSQRBWSAH3X3RJXNYCBE7J0S: 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: 01KSQRCC4Y09HK6DYFPKTQVPRK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T16:59:42.410Zjob assigned to worker 01KSQRCH5WKRVSBDW7W5NDK613 [factory aws, i-0713c461108a45591] (queued for 56 s)
 
22026-05-28T16:59:48.886Zstarting task 0: "setup"
32026-05-28T16:59:48.890Z++ uname -s
42026-05-28T16:59:48.893Z+ kern=SunOS
52026-05-28T16:59:48.893Z+ build_user=build
62026-05-28T16:59:48.893Z+ build_uid=12345
72026-05-28T16:59:48.893Z+ work_dir=/work
82026-05-28T16:59:48.893Z+ input_dir=/input
92026-05-28T16:59:48.893Z+ [[ 0 == 12345 ]]
102026-05-28T16:59:48.893Z+ case "$kern" in
112026-05-28T16:59:48.893Z+ groupadd -g 12345 build
122026-05-28T16:59:48.901Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T16:59:50.908Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T16:59:50.995Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T16:59:50.998Z+ home_fs=zfs
162026-05-28T16:59:50.998Z+ [[ zfs == autofs ]]
172026-05-28T16:59:50.998Z+ mkdir -p /home/build
182026-05-28T16:59:50.998Z+ chown build:build /home/build /work
192026-05-28T16:59:52.999Z+ chmod 0700 /home/build /work
202026-05-28T16:59:53.002Zprocess exited: duration 4115 ms, exit code 0
 
212026-05-28T16:59:53.009Zstarting task 1: "rust-toolchain"
222026-05-28T16:59:53.012Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-28T16:59:53.012Z * rust toolchain channel = "1.95.0"
242026-05-28T16:59:53.012Z * rust toolchain profile = "default"
252026-05-28T16:59:53.015Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T16:59:53.015Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T16:59:53.015Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T16:59:53.015Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T16:59:53.015Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-28T16:59:53.120Zinfo: downloading installer
312026-05-28T16:59:54.464Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T16:59:54.465Zwarn: /home/build/.rustup/settings.toml
332026-05-28T16:59:54.465Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T16:59:54.465Zwarn: instead of the one inferred from the default host triple.
352026-05-28T16:59:54.477Zinfo: profile set to default
362026-05-28T16:59:54.477Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T16:59:54.480Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-28T16:59:54.608Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-28T16:59:54.611Zinfo: downloading 6 components
402026-05-28T17:00:08.959Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-28T17:00:08.959Z
422026-05-28T17:00:08.986Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-28T17:00:08.986Z
442026-05-28T17:00:08.986Z
452026-05-28T17:00:08.986ZRust is installed now. Great!
462026-05-28T17:00:08.986Z
472026-05-28T17:00:08.989ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T17:00:08.989Zenvironment variable. This has not been done automatically.
492026-05-28T17:00:08.989Z
502026-05-28T17:00:08.989ZTo configure your current shell, you need to source
512026-05-28T17:00:08.989Zthe corresponding env file under $HOME/.cargo.
522026-05-28T17:00:08.989Z
532026-05-28T17:00:08.989ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T17:00:08.989Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T17:00:08.989Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T17:00:08.989Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T17:00:08.989Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T17:00:08.989Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T17:00:08.989Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T17:00:08.989Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T17:00:08.989Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T17:00:09.086Z+ rustup --version
632026-05-28T17:00:09.095Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T17:00:09.098Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T17:00:09.116Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-28T17:00:09.119Z+ cargo --version
672026-05-28T17:00:09.133Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-28T17:00:09.135Z+ rustc --version
692026-05-28T17:00:09.155Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-28T17:00:09.158Zprocess exited: duration 16149 ms, exit code 0
 
712026-05-28T17:00:09.163Zstarting task 2: "authentication"
722026-05-28T17:00:09.180Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T17:00:09.186Zstarting task 3: "clone repository"
742026-05-28T17:00:09.188Z+ mkdir -p /work/oxidecomputer/opte
752026-05-28T17:00:09.191Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-28T17:00:09.229ZCloning into '/work/oxidecomputer/opte'...
772026-05-28T17:00:10.640Z+ cd /work/oxidecomputer/opte
782026-05-28T17:00:10.640Z+ git fetch origin dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
792026-05-28T17:00:10.924ZFrom https://github.com/oxidecomputer/opte
802026-05-28T17:00:10.925Z * branch dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 -> FETCH_HEAD
812026-05-28T17:00:10.931Z+ [[ -n eviction-policy ]]
822026-05-28T17:00:10.934Z++ git branch --show-current
832026-05-28T17:00:10.934Z+ current=master
842026-05-28T17:00:10.934Z+ [[ master != eviction-policy ]]
852026-05-28T17:00:10.934Z+ git branch -f eviction-policy dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
862026-05-28T17:00:10.937Z+ git checkout -f eviction-policy
872026-05-28T17:00:10.953ZSwitched to branch 'eviction-policy'
882026-05-28T17:00:10.956Z+ git reset --hard dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
892026-05-28T17:00:10.959ZHEAD is now at dba5a03 Ry review feedback.
902026-05-28T17:00:10.961Zprocess exited: duration 1774 ms, exit code 0
 
912026-05-28T17:00:10.967Zstarting task 4: "build"
922026-05-28T17:00:10.970Z+ source .github/buildomat/common.sh
932026-05-28T17:00:10.973Z++ rustup show active-toolchain
942026-05-28T17:00:10.977Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-28T17:00:10.980Z++ pushd xde
962026-05-28T17:00:10.980Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-28T17:00:10.980Z++ rustup show active-toolchain
982026-05-28T17:00:10.983Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-28T17:00:11.128Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-28T17:00:11.131Zinfo: downloading 6 components
1012026-05-28T17:00:24.656Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-28T17:00:24.740Z+++ rustup show active-toolchain -v
1032026-05-28T17:00:24.743Z+++ head -n 1
1042026-05-28T17:00:24.743Z+++ cut '-d ' -f1
1052026-05-28T17:00:24.793Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-28T17:00:24.793Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-28T17:00:24.793Z++ popd
1082026-05-28T17:00:24.796Z/work/oxidecomputer/opte
1092026-05-28T17:00:24.796Z+ TGT_BASE=/work
1102026-05-28T17:00:24.796Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-05-28T17:00:24.796Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-05-28T17:00:24.796Z+ DBG_TGT=/work/debug
1132026-05-28T17:00:24.796Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-05-28T17:00:24.796Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-05-28T17:00:24.796Z+ REL_TGT=/work/release
1162026-05-28T17:00:24.796Z+ mkdir -p /work/debug /work/release
1172026-05-28T17:00:24.796Z+ cargo --version
1182026-05-28T17:00:24.804Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1192026-05-28T17:00:24.807Z+ rustc --version
1202026-05-28T17:00:24.826Zrustc 1.95.0 (59807616e 2026-04-14)
1212026-05-28T17:00:24.829Z+ install_pkg jq
1222026-05-28T17:00:24.829Z+ set +o errexit
1232026-05-28T17:00:24.829Z+ pfexec pkg install jq
1242026-05-28T17:00:25.711Z Startup: Refreshing catalog 'helios' ... Done
1252026-05-28T17:00:25.785Z Startup: Caching catalogs ... Done
1262026-05-28T17:00:26.047ZPlanning: Solver setup ... Done
1272026-05-28T17:00:26.065ZPlanning: Running solver ... Done
1282026-05-28T17:00:26.069ZPlanning: Consolidating action changes ... Done
1292026-05-28T17:00:26.072ZPlanning: Evaluating mediators ... Done
1302026-05-28T17:00:26.072ZPlanning: Planning completed in 0.27 seconds
1312026-05-28T17:00:26.085ZNo updates necessary for this image.
1322026-05-28T17:00:26.162Z+ exit_code=4
1332026-05-28T17:00:26.162Z+ [[ 4 -ne 0 ]]
1342026-05-28T17:00:26.162Z+ [[ 4 -ne 4 ]]
1352026-05-28T17:00:26.162Z+ set -o errexit
1362026-05-28T17:00:26.165Z+ pushd xde
1372026-05-28T17:00:26.165Z+ cp xde.conf /work/xde.conf
1382026-05-28T17:00:26.165Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1392026-05-28T17:00:26.165Z+ header 'check style'
1402026-05-28T17:00:26.165Z+ echo '# ==== check style ==== #'
1412026-05-28T17:00:26.165Z# ==== check style ==== #
1422026-05-28T17:00:26.165Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-05-28T17:00:26.375Z
1442026-05-28T17:00:26.375Zreal 0.206504555
1452026-05-28T17:00:26.375Zuser 0.153347584
1462026-05-28T17:00:26.375Zsys 0.043202373
1472026-05-28T17:00:26.375Ztrap 0.000008860
1482026-05-28T17:00:26.375Ztflt 0.000021230
1492026-05-28T17:00:26.375Zdflt 0.000015080
1502026-05-28T17:00:26.375Zkflt 0.000000000
1512026-05-28T17:00:26.375Zlock 0.032892110
1522026-05-28T17:00:26.375Zslp 0.184570425
1532026-05-28T17:00:26.375Zlat 0.000888310
1542026-05-28T17:00:26.375Zstop 0.000108570
1552026-05-28T17:00:26.378Z+ header analyze
1562026-05-28T17:00:26.378Z+ echo '# ==== analyze ==== #'
1572026-05-28T17:00:26.378Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1582026-05-28T17:00:26.378Z# ==== analyze ==== #
1592026-05-28T17:00:26.547Z Updating crates.io index
1602026-05-28T17:00:26.551Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-05-28T17:00:27.411Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-05-28T17:00:27.743Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-05-28T17:00:28.147Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-05-28T17:00:28.503Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-05-28T17:00:28.765Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-05-28T17:00:29.042Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-05-28T17:00:31.034Z Downloading crates ...
1682026-05-28T17:00:31.090Z Downloaded defmt-macros v1.0.1
1692026-05-28T17:00:31.093Z Downloaded managed v0.8.0
1702026-05-28T17:00:31.096Z Downloaded bitflags v1.3.2
1712026-05-28T17:00:31.100Z Downloaded postcard v1.1.3
1722026-05-28T17:00:31.103Z Downloaded fnv v1.0.7
1732026-05-28T17:00:31.112Z Downloaded strsim v0.11.1
1742026-05-28T17:00:31.115Z Downloaded embedded-io v0.4.0
1752026-05-28T17:00:31.115Z Downloaded defmt v0.3.100
1762026-05-28T17:00:31.118Z Downloaded cfg-if v1.0.4
1772026-05-28T17:00:31.120Z Downloaded proc-macro-error-attr2 v2.0.0
1782026-05-28T17:00:31.123Z Downloaded macaddr v1.0.1
1792026-05-28T17:00:31.126Z Downloaded darling_macro v0.23.0
1802026-05-28T17:00:31.129Z Downloaded hash32 v0.3.1
1812026-05-28T17:00:31.144Z Downloaded ref-cast v1.0.25
1822026-05-28T17:00:31.152Z Downloaded dyn-clone v1.0.20
1832026-05-28T17:00:31.154Z Downloaded ingot-types v0.1.2
1842026-05-28T17:00:31.157Z Downloaded byteorder v1.5.0
1852026-05-28T17:00:31.160Z Downloaded thiserror-impl v2.0.18
1862026-05-28T17:00:31.160Z Downloaded proc-macro-error2 v2.0.1
1872026-05-28T17:00:31.160Z Downloaded ingot v0.1.1
1882026-05-28T17:00:31.167Z Downloaded crc32fast v1.5.0
1892026-05-28T17:00:31.170Z Downloaded cobs v0.3.0
1902026-05-28T17:00:31.170Z Downloaded darling v0.21.3
1912026-05-28T17:00:31.175Z Downloaded embedded-io v0.6.1
1922026-05-28T17:00:31.178Z Downloaded ident_case v1.0.1
1932026-05-28T17:00:31.182Z Downloaded either v1.15.0
1942026-05-28T17:00:31.186Z Downloaded quote v1.0.45
1952026-05-28T17:00:31.189Z Downloaded bitflags v2.11.1
1962026-05-28T17:00:31.199Z Downloaded darling v0.23.0
1972026-05-28T17:00:31.202Z Downloaded darling_macro v0.21.3
1982026-05-28T17:00:31.204Z Downloaded defmt-parser v1.0.0
1992026-05-28T17:00:31.207Z Downloaded ref-cast-impl v1.0.25
2002026-05-28T17:00:31.210Z Downloaded version_check v0.9.5
2012026-05-28T17:00:31.210Z Downloaded stable_deref_trait v1.2.1
2022026-05-28T17:00:31.213Z Downloaded unicode-ident v1.0.24
2032026-05-28T17:00:31.217Z Downloaded thiserror v2.0.18
2042026-05-28T17:00:31.222Z Downloaded proc-macro2 v1.0.106
2052026-05-28T17:00:31.230Z Downloaded defmt v1.0.1
2062026-05-28T17:00:31.253Z Downloaded uuid v1.23.1
2072026-05-28T17:00:31.256Z Downloaded serde v1.0.228
2082026-05-28T17:00:31.259Z Downloaded serde_derive v1.0.228
2092026-05-28T17:00:31.259Z Downloaded heapless v0.8.0
2102026-05-28T17:00:31.261Z Downloaded ingot-macros v0.1.1
2112026-05-28T17:00:31.261Z Downloaded darling_core v0.23.0
2122026-05-28T17:00:31.265Z Downloaded memchr v2.8.0
2132026-05-28T17:00:31.276Z Downloaded zerocopy-derive v0.8.48
2142026-05-28T17:00:31.280Z Downloaded darling_core v0.21.3
2152026-05-28T17:00:31.293Z Downloaded serde_core v1.0.228
2162026-05-28T17:00:31.299Z Downloaded aho-corasick v1.1.4
2172026-05-28T17:00:31.302Z Downloaded regex v1.12.3
2182026-05-28T17:00:31.309Z Downloaded itertools v0.14.0
2192026-05-28T17:00:31.372Z Downloaded zerocopy v0.8.48
2202026-05-28T17:00:31.382Z Downloaded syn v2.0.117
2212026-05-28T17:00:31.387Z Downloaded smoltcp v0.11.0
2222026-05-28T17:00:31.393Z Downloaded regex-syntax v0.8.10
2232026-05-28T17:00:31.407Z Downloaded regex-automata v0.4.14
2242026-05-28T17:00:31.419Z Updating crates.io index
2252026-05-28T17:00:31.509Z Downloading crates ...
2262026-05-28T17:00:31.553Z Downloaded addr2line v0.25.1
2272026-05-28T17:00:31.556Z Downloaded adler2 v2.0.1
2282026-05-28T17:00:31.556Z Downloaded rustc-demangle v0.1.27
2292026-05-28T17:00:31.577Z Downloaded rustc-literal-escaper v0.0.7
2302026-05-28T17:00:31.577Z Downloaded getopts v0.2.24
2312026-05-28T17:00:31.577Z Downloaded foldhash v0.2.0
2322026-05-28T17:00:31.586Z Downloaded miniz_oxide v0.8.9
2332026-05-28T17:00:31.592Z Downloaded memchr v2.7.6
2342026-05-28T17:00:31.610Z Downloaded hashbrown v0.16.1
2352026-05-28T17:00:31.638Z Downloaded gimli v0.32.3
2362026-05-28T17:00:31.643Z Downloaded object v0.37.3
2372026-05-28T17:00:31.671Z Downloaded libc v0.2.183
2382026-05-28T17:00:31.728Z 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-28T17:00:31.728Z 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-28T17:00:31.731Z Compiling proc-macro2 v1.0.106
2412026-05-28T17:00:31.731Z Compiling unicode-ident v1.0.24
2422026-05-28T17:00:31.731Z Compiling quote v1.0.45
2432026-05-28T17:00:31.731Z Compiling ident_case v1.0.1
2442026-05-28T17:00:31.731Z Compiling strsim v0.11.1
2452026-05-28T17:00:31.731Z Compiling serde_core v1.0.228
2462026-05-28T17:00:31.907Z Compiling memchr v2.8.0
2472026-05-28T17:00:31.910Z Compiling fnv v1.0.7
2482026-05-28T17:00:31.995Z Compiling regex-syntax v0.8.10
2492026-05-28T17:00:32.178Z Compiling thiserror v2.0.18
2502026-05-28T17:00:32.190Z Compiling zerocopy v0.8.48
2512026-05-28T17:00:32.228Z Compiling serde v1.0.228
2522026-05-28T17:00:32.308Z Compiling aho-corasick v1.1.4
2532026-05-28T17:00:32.617Z Compiling either v1.15.0
2542026-05-28T17:00:32.779Z Compiling heapless v0.8.0
2552026-05-28T17:00:32.819Z Compiling syn v2.0.117
2562026-05-28T17:00:32.827Z Compiling itertools v0.14.0
2572026-05-28T17:00:32.945Z Compiling smoltcp v0.11.0
2582026-05-28T17:00:33.043Z Compiling crc32fast v1.5.0
2592026-05-28T17:00:33.259Z Compiling version_check v0.9.5
2602026-05-28T17:00:33.381Z Compiling ref-cast v1.0.25
2612026-05-28T17:00:33.628Z Compiling regex-automata v0.4.14
2622026-05-28T17:00:33.737Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-05-28T17:00:35.083Z Compiling darling_core v0.21.3
2642026-05-28T17:00:35.083Z Compiling darling_core v0.23.0
2652026-05-28T17:00:35.164Z Compiling regex v1.12.3
2662026-05-28T17:00:36.114Z Compiling serde_derive v1.0.228
2672026-05-28T17:00:36.114Z Compiling zerocopy-derive v0.8.48
2682026-05-28T17:00:36.117Z Compiling thiserror-impl v2.0.18
2692026-05-28T17:00:36.117Z Compiling ref-cast-impl v1.0.25
2702026-05-28T17:00:36.163Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2712026-05-28T17:00:37.760Z Compiling darling_macro v0.21.3
2722026-05-28T17:00:37.867Z Compiling darling_macro v0.23.0
2732026-05-28T17:00:38.690Z Compiling darling v0.21.3
2742026-05-28T17:00:38.757Z Compiling ingot-macros v0.1.1
2752026-05-28T17:00:38.789Z Compiling darling v0.23.0
2762026-05-28T17:00:38.854Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2772026-05-28T17:00:43.358Z 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-28T17:00:45.433Z Checking byteorder v1.5.0
2792026-05-28T17:00:45.433Z Checking macaddr v1.0.1
2802026-05-28T17:00:45.433Z Checking cfg-if v1.0.4
2812026-05-28T17:00:45.436Z Checking stable_deref_trait v1.2.1
2822026-05-28T17:00:45.436Z Checking managed v0.8.0
2832026-05-28T17:00:45.493Z Checking bitflags v1.3.2
2842026-05-28T17:00:45.513Z Checking cobs v0.3.0
2852026-05-28T17:00:45.569Z Checking dyn-clone v1.0.20
2862026-05-28T17:00:45.591Z Checking hash32 v0.3.1
2872026-05-28T17:00:45.632Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2882026-05-28T17:00:46.781Z Checking bitflags v2.11.1
2892026-05-28T17:00:46.781Z Checking uuid v1.23.1
2902026-05-28T17:00:46.919Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-05-28T17:00:47.139Z Checking postcard v1.1.3
2922026-05-28T17:00:47.998Z Checking ingot-types v0.1.2
2932026-05-28T17:00:48.266Z Checking ingot v0.1.1
2942026-05-28T17:00:49.577Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-05-28T17:00:53.852Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-05-28T17:00:55.425Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-05-28T17:00:57.752Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.31s
2982026-05-28T17:00:57.864Z
2992026-05-28T17:00:57.864Zreal 31.483444213
3002026-05-28T17:00:57.864Zuser 1:15.123384157
3012026-05-28T17:00:57.864Zsys 10.092555772
3022026-05-28T17:00:57.864Ztrap 0.036148311
3032026-05-28T17:00:57.864Ztflt 0.027016863
3042026-05-28T17:00:57.864Zdflt 0.184083081
3052026-05-28T17:00:57.864Zkflt 0.001812160
3062026-05-28T17:00:57.864Zlock 3:52.388299380
3072026-05-28T17:00:57.864Zslp 3:29.943348651
3082026-05-28T17:00:57.868Zlat 2.967544512
3092026-05-28T17:00:57.868Zstop 6.083177144
3102026-05-28T17:00:57.868Z+ pushd xde-link
3112026-05-28T17:00:57.868Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3122026-05-28T17:00:57.868Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3132026-05-28T17:00:58.048Z 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-28T17:00:58.048Z 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-28T17:00:58.048Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-05-28T17:01:08.519Z 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-28T17:01:10.658Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.73s
3182026-05-28T17:01:10.677Z
3192026-05-28T17:01:10.680Zreal 12.808703438
3202026-05-28T17:01:10.680Zuser 20.366896573
3212026-05-28T17:01:10.680Zsys 1.204655712
3222026-05-28T17:01:10.680Ztrap 0.003585960
3232026-05-28T17:01:10.680Ztflt 0.001151950
3242026-05-28T17:01:10.680Zdflt 0.038255940
3252026-05-28T17:01:10.680Zkflt 0.000005700
3262026-05-28T17:01:10.680Zlock 1:07.704867657
3272026-05-28T17:01:10.680Zslp 42.746977383
3282026-05-28T17:01:10.680Zlat 0.253054643
3292026-05-28T17:01:10.680Zstop 0.133873376
3302026-05-28T17:01:10.680Z+ popd
3312026-05-28T17:01:10.680Z+ popd
3322026-05-28T17:01:10.680Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3332026-05-28T17:01:10.680Z/work/oxidecomputer/opte
3342026-05-28T17:01:10.680Z+ header 'build xde (debug)'
3352026-05-28T17:01:10.680Z+ echo '# ==== build xde (debug) ==== #'
3362026-05-28T17:01:10.680Z# ==== build xde (debug) ==== #
3372026-05-28T17:01:10.680Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-05-28T17:01:10.823Z Downloading crates ...
3392026-05-28T17:01:10.886Z Downloaded itoa v1.0.18
3402026-05-28T17:01:10.889Z Downloaded anstyle-query v1.1.5
3412026-05-28T17:01:10.889Z Downloaded cargo-platform v0.3.3
3422026-05-28T17:01:10.895Z Downloaded heck v0.5.0
3432026-05-28T17:01:10.897Z Downloaded utf8parse v0.2.2
3442026-05-28T17:01:10.901Z Downloaded terminal_size v0.4.4
3452026-05-28T17:01:10.904Z Downloaded equivalent v1.0.2
3462026-05-28T17:01:10.908Z Downloaded serde_spanned v1.1.1
3472026-05-28T17:01:10.910Z Downloaded errno v0.3.14
3482026-05-28T17:01:10.914Z Downloaded colorchoice v1.0.5
3492026-05-28T17:01:10.921Z Downloaded zmij v1.0.21
3502026-05-28T17:01:10.923Z Downloaded anyhow v1.0.102
3512026-05-28T17:01:10.926Z Downloaded is_terminal_polyfill v1.70.2
3522026-05-28T17:01:10.929Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3532026-05-28T17:01:10.932Z Downloaded clap_lex v1.1.0
3542026-05-28T17:01:10.935Z Downloaded toml_parser v1.1.2+spec-1.1.0
3552026-05-28T17:01:10.938Z Downloaded anstyle-parse v1.0.0
3562026-05-28T17:01:10.938Z Downloaded anstream v1.0.0
3572026-05-28T17:01:10.938Z Downloaded clap_derive v4.6.1
3582026-05-28T17:01:10.940Z Downloaded anstyle v1.0.14
3592026-05-28T17:01:10.943Z Downloaded toml_writer v1.1.1+spec-1.1.0
3602026-05-28T17:01:10.946Z Downloaded semver v1.0.28
3612026-05-28T17:01:10.953Z Downloaded clap v4.6.1
3622026-05-28T17:01:10.958Z Downloaded camino v1.2.2
3632026-05-28T17:01:10.961Z Downloaded toml v1.1.2+spec-1.1.0
3642026-05-28T17:01:10.964Z Downloaded hashbrown v0.17.0
3652026-05-28T17:01:10.966Z Downloaded serde_json v1.0.149
3662026-05-28T17:01:10.973Z Downloaded indexmap v2.14.0
3672026-05-28T17:01:10.975Z Downloaded winnow v1.0.2
3682026-05-28T17:01:10.989Z Downloaded clap_builder v4.6.0
3692026-05-28T17:01:11.017Z Downloaded rustix v1.1.4
3702026-05-28T17:01:11.045Z Downloaded libc v0.2.186
3712026-05-28T17:01:11.980Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/cargo_metadata/0.23.1/download` (151.101.22.137), got 500
3722026-05-28T17:01:11.980Zbody:
3732026-05-28T17:01:11.980Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
3742026-05-28T17:01:13.005Z Downloaded cargo_metadata v0.23.1
3752026-05-28T17:01:13.036Z Compiling serde_core v1.0.228
3762026-05-28T17:01:13.036Z Compiling proc-macro2 v1.0.106
3772026-05-28T17:01:13.036Z Compiling quote v1.0.45
3782026-05-28T17:01:13.039Z Compiling unicode-ident v1.0.24
3792026-05-28T17:01:13.039Z Compiling libc v0.2.186
3802026-05-28T17:01:13.039Z Compiling rustix v1.1.4
3812026-05-28T17:01:13.039Z Compiling utf8parse v0.2.2
3822026-05-28T17:01:13.039Z Compiling bitflags v2.11.1
3832026-05-28T17:01:13.186Z Compiling zmij v1.0.21
3842026-05-28T17:01:13.202Z Compiling anstyle-parse v1.0.0
3852026-05-28T17:01:13.417Z Compiling anstyle v1.0.14
3862026-05-28T17:01:13.425Z Compiling serde_json v1.0.149
3872026-05-28T17:01:13.513Z Compiling colorchoice v1.0.5
3882026-05-28T17:01:13.525Z Compiling camino v1.2.2
3892026-05-28T17:01:13.604Z Compiling serde v1.0.228
3902026-05-28T17:01:13.621Z Compiling anstyle-query v1.1.5
3912026-05-28T17:01:13.654Z Compiling thiserror v2.0.18
3922026-05-28T17:01:13.677Z Compiling is_terminal_polyfill v1.70.2
3932026-05-28T17:01:13.757Z Compiling anstream v1.0.0
3942026-05-28T17:01:13.845Z Compiling errno v0.3.14
3952026-05-28T17:01:13.890Z Compiling heck v0.5.0
3962026-05-28T17:01:14.013Z Compiling strsim v0.11.1
3972026-05-28T17:01:14.101Z Compiling memchr v2.8.0
3982026-05-28T17:01:14.177Z Compiling anyhow v1.0.102
3992026-05-28T17:01:14.252Z Compiling syn v2.0.117
4002026-05-28T17:01:14.271Z Compiling itoa v1.0.18
4012026-05-28T17:01:14.317Z Compiling clap_lex v1.1.0
4022026-05-28T17:01:14.499Z Compiling terminal_size v0.4.4
4032026-05-28T17:01:14.534Z Compiling winnow v1.0.2
4042026-05-28T17:01:14.656Z Compiling clap_builder v4.6.0
4052026-05-28T17:01:14.906Z Compiling toml_parser v1.1.2+spec-1.1.0
4062026-05-28T17:01:14.945Z Compiling toml_writer v1.1.1+spec-1.1.0
4072026-05-28T17:01:15.337Z Compiling cargo-platform v0.3.3
4082026-05-28T17:01:15.394Z Compiling semver v1.0.28
4092026-05-28T17:01:15.820Z Compiling serde_spanned v1.1.1
4102026-05-28T17:01:15.926Z Compiling toml_datetime v1.1.1+spec-1.1.0
4112026-05-28T17:01:16.176Z Compiling toml v1.1.2+spec-1.1.0
4122026-05-28T17:01:16.597Z Compiling serde_derive v1.0.228
4132026-05-28T17:01:16.809Z Compiling thiserror-impl v2.0.18
4142026-05-28T17:01:16.836Z Compiling clap_derive v4.6.1
4152026-05-28T17:01:18.347Z Compiling clap v4.6.1
4162026-05-28T17:01:19.707Z Compiling cargo_metadata v0.23.1
4172026-05-28T17:01:22.153Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4182026-05-28T17:01:23.750Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.06s
4192026-05-28T17:01:23.765Z Running `target/debug/xtask build --profile debug xde xde-link`
4202026-05-28T17:01:25.191ZBuilding xde (dev).
4212026-05-28T17:01:25.426Z Compiling serde_core v1.0.228
4222026-05-28T17:01:25.426Z Compiling byteorder v1.5.0
4232026-05-28T17:01:25.426Z Compiling macaddr v1.0.1
4242026-05-28T17:01:25.431Z Compiling cfg-if v1.0.4
4252026-05-28T17:01:25.431Z Compiling stable_deref_trait v1.2.1
4262026-05-28T17:01:25.431Z Compiling thiserror v2.0.18
4272026-05-28T17:01:25.431Z Compiling zerocopy v0.8.48
4282026-05-28T17:01:25.450Z Compiling bitflags v1.3.2
4292026-05-28T17:01:25.492Z Compiling managed v0.8.0
4302026-05-28T17:01:25.502Z Compiling cobs v0.3.0
4312026-05-28T17:01:25.505Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4322026-05-28T17:01:25.529Z Compiling either v1.15.0
4332026-05-28T17:01:25.609Z Compiling hash32 v0.3.1
4342026-05-28T17:01:25.691Z Compiling itertools v0.14.0
4352026-05-28T17:01:25.697Z Compiling heapless v0.8.0
4362026-05-28T17:01:25.712Z Compiling ref-cast v1.0.25
4372026-05-28T17:01:25.757Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-05-28T17:01:25.767Z Compiling crc32fast v1.5.0
4392026-05-28T17:01:25.782Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4402026-05-28T17:01:25.796Z Compiling dyn-clone v1.0.20
4412026-05-28T17:01:25.951Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4422026-05-28T17:01:26.058Z Compiling smoltcp v0.11.0
4432026-05-28T17:01:27.006Z Compiling bitflags v2.11.1
4442026-05-28T17:01:27.006Z Compiling serde v1.0.228
4452026-05-28T17:01:27.006Z Compiling uuid v1.23.1
4462026-05-28T17:01:27.137Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4472026-05-28T17:01:27.508Z Compiling postcard v1.1.3
4482026-05-28T17:01:28.295Z Compiling ingot-types v0.1.2
4492026-05-28T17:01:28.580Z Compiling ingot v0.1.1
4502026-05-28T17:01:30.024Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4512026-05-28T17:01:34.341Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4522026-05-28T17:01:44.780Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4532026-05-28T17:01:53.059Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.84s
4542026-05-28T17:01:53.081ZLinking xde kmod...
4552026-05-28T17:01:54.269ZBuilding xde dev link helper (dev).
4562026-05-28T17:01:54.430Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4572026-05-28T17:01:54.765Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4582026-05-28T17:01:54.790Z
4592026-05-28T17:01:54.793Zreal 44.109826094
4602026-05-28T17:01:54.793Zuser 2:17.231030264
4612026-05-28T17:01:54.793Zsys 11.120948816
4622026-05-28T17:01:54.793Ztrap 0.060743360
4632026-05-28T17:01:54.793Ztflt 0.290769766
4642026-05-28T17:01:54.793Zdflt 0.380662102
4652026-05-28T17:01:54.793Zkflt 0.000010210
4662026-05-28T17:01:54.793Zlock 6:22.394630733
4672026-05-28T17:01:54.793Zslp 3:56.044237208
4682026-05-28T17:01:54.793Zlat 5.276956611
4692026-05-28T17:01:54.794Zstop 4.280301886
4702026-05-28T17:01:54.794Z+ header 'build xde (release)'
4712026-05-28T17:01:54.794Z+ echo '# ==== build xde (release) ==== #'
4722026-05-28T17:01:54.794Z# ==== build xde (release) ==== #
4732026-05-28T17:01:54.794Z+ ptime -m cargo xtask build --profile release xde xde-link
4742026-05-28T17:01:54.930Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4752026-05-28T17:01:54.934Z Running `target/debug/xtask build --profile release xde xde-link`
4762026-05-28T17:01:55.125ZBuilding xde (release-lto).
4772026-05-28T17:01:55.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)
4782026-05-28T17:01:55.355Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4792026-05-28T17:01:55.355Z Compiling proc-macro2 v1.0.106
4802026-05-28T17:01:55.355Z Compiling quote v1.0.45
4812026-05-28T17:01:55.358Z Compiling unicode-ident v1.0.24
4822026-05-28T17:01:55.358Z Compiling strsim v0.11.1
4832026-05-28T17:01:55.358Z Compiling ident_case v1.0.1
4842026-05-28T17:01:55.358Z Compiling serde_core v1.0.228
4852026-05-28T17:01:55.472Z Compiling memchr v2.8.0
4862026-05-28T17:01:55.472Z Compiling fnv v1.0.7
4872026-05-28T17:01:55.563Z Compiling regex-syntax v0.8.10
4882026-05-28T17:01:55.728Z Compiling zerocopy v0.8.48
4892026-05-28T17:01:55.740Z Compiling thiserror v2.0.18
4902026-05-28T17:01:55.745Z Compiling serde v1.0.228
4912026-05-28T17:01:55.874Z Compiling aho-corasick v1.1.4
4922026-05-28T17:01:56.101Z Compiling either v1.15.0
4932026-05-28T17:01:56.135Z Compiling heapless v0.8.0
4942026-05-28T17:01:56.286Z Compiling itertools v0.14.0
4952026-05-28T17:01:56.325Z Compiling smoltcp v0.11.0
4962026-05-28T17:01:56.481Z Compiling syn v2.0.117
4972026-05-28T17:01:56.536Z Compiling crc32fast v1.5.0
4982026-05-28T17:01:56.598Z Compiling version_check v0.9.5
4992026-05-28T17:01:56.749Z Compiling ref-cast v1.0.25
5002026-05-28T17:01:56.941Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-05-28T17:01:57.120Z Compiling regex-automata v0.4.14
5022026-05-28T17:01:58.694Z Compiling regex v1.12.3
5032026-05-28T17:01:58.823Z Compiling darling_core v0.21.3
5042026-05-28T17:01:58.834Z Compiling darling_core v0.23.0
5052026-05-28T17:01:59.778Z Compiling thiserror-impl v2.0.18
5062026-05-28T17:01:59.778Z Compiling zerocopy-derive v0.8.48
5072026-05-28T17:01:59.778Z Compiling serde_derive v1.0.228
5082026-05-28T17:01:59.781Z Compiling ref-cast-impl v1.0.25
5092026-05-28T17:01:59.781Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5102026-05-28T17:02:01.372Z Compiling darling_macro v0.23.0
5112026-05-28T17:02:01.372Z Compiling darling_macro v0.21.3
5122026-05-28T17:02:02.253Z Compiling darling v0.23.0
5132026-05-28T17:02:02.263Z Compiling darling v0.21.3
5142026-05-28T17:02:02.316Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5152026-05-28T17:02:02.324Z Compiling ingot-macros v0.1.1
5162026-05-28T17:02:07.279Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5172026-05-28T17:02:09.368Z Compiling byteorder v1.5.0
5182026-05-28T17:02:09.368Z Compiling macaddr v1.0.1
5192026-05-28T17:02:09.369Z Compiling cfg-if v1.0.4
5202026-05-28T17:02:09.371Z Compiling stable_deref_trait v1.2.1
5212026-05-28T17:02:09.427Z Compiling managed v0.8.0
5222026-05-28T17:02:09.438Z Compiling cobs v0.3.0
5232026-05-28T17:02:09.461Z Compiling bitflags v1.3.2
5242026-05-28T17:02:09.525Z Compiling hash32 v0.3.1
5252026-05-28T17:02:09.658Z Compiling dyn-clone v1.0.20
5262026-05-28T17:02:09.724Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5272026-05-28T17:02:10.967Z Compiling bitflags v2.11.1
5282026-05-28T17:02:10.967Z Compiling uuid v1.23.1
5292026-05-28T17:02:11.108Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5302026-05-28T17:02:11.395Z Compiling postcard v1.1.3
5312026-05-28T17:02:12.213Z Compiling ingot-types v0.1.2
5322026-05-28T17:02:12.533Z Compiling ingot v0.1.1
5332026-05-28T17:02:14.052Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5342026-05-28T17:02:17.832Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5352026-05-28T17:02:26.604Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5362026-05-28T17:02:56.507Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
5372026-05-28T17:02:56.531ZLinking xde kmod...
5382026-05-28T17:02:57.107ZBuilding xde dev link helper (release).
5392026-05-28T17:02:57.267Z 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)
5402026-05-28T17:02:57.267Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5412026-05-28T17:02:57.267Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5422026-05-28T17:03:08.365Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5432026-05-28T17:03:10.727Z Finished `release` profile [optimized + debuginfo] target(s) in 13.56s
5442026-05-28T17:03:10.767Z
5452026-05-28T17:03:10.767Zreal 1:15.927287050
5462026-05-28T17:03:10.767Zuser 2:09.113522750
5472026-05-28T17:03:10.767Zsys 12.347396604
5482026-05-28T17:03:10.767Ztrap 0.031198691
5492026-05-28T17:03:10.767Ztflt 0.159245402
5502026-05-28T17:03:10.767Zdflt 0.225366707
5512026-05-28T17:03:10.768Zkflt 0.000025570
5522026-05-28T17:03:10.768Zlock 10:46.934332859
5532026-05-28T17:03:10.768Zslp 6:08.488722308
5542026-05-28T17:03:10.768Zlat 2.747232411
5552026-05-28T17:03:10.768Zstop 4.959214172
5562026-05-28T17:03:10.768Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5572026-05-28T17:03:10.768Z+ grep GOTPCREL
5582026-05-28T17:03:12.528Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5592026-05-28T17:03:12.538Z+ grep GOTPCREL
5602026-05-28T17:03:13.469Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5612026-05-28T17:03:13.528Z+ sha256sum /work/debug/xde.dbg
5622026-05-28T17:03:13.581Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5632026-05-28T17:03:13.584Z+ sha256sum /work/debug/xde_link.dbg.so
5642026-05-28T17:03:13.587Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5652026-05-28T17:03:13.626Z+ sha256sum /work/release/xde
5662026-05-28T17:03:13.658Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5672026-05-28T17:03:13.663Z+ sha256sum /work/release/xde_link.so
5682026-05-28T17:03:13.663Z+ header 'build xde integration tests'
5692026-05-28T17:03:13.663Z+ echo '# ==== build xde integration tests ==== #'
5702026-05-28T17:03:13.663Z# ==== build xde integration tests ==== #
5712026-05-28T17:03:13.663Z+ pushd xde-tests
5722026-05-28T17:03:13.663Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5732026-05-28T17:03:13.663Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5742026-05-28T17:03:13.745Z+ cargo clippy --all-targets -- --deny warnings
5752026-05-28T17:03:13.959Z Compiling serde_core v1.0.228
5762026-05-28T17:03:13.959Z Checking cfg-if v1.0.4
5772026-05-28T17:03:13.959Z Checking memchr v2.8.0
5782026-05-28T17:03:13.962Z Compiling rustversion v1.0.22
5792026-05-28T17:03:13.962Z Compiling serde v1.0.228
5802026-05-28T17:03:13.962Z Compiling version_check v0.9.5
5812026-05-28T17:03:13.962Z Compiling ident_case v1.0.1
5822026-05-28T17:03:13.962Z Compiling syn v2.0.117
5832026-05-28T17:03:14.033Z Compiling strsim v0.11.1
5842026-05-28T17:03:14.077Z Compiling libc v0.2.186
5852026-05-28T17:03:14.305Z Compiling fnv v1.0.7
5862026-05-28T17:03:14.326Z Checking pin-project-lite v0.2.17
5872026-05-28T17:03:14.341Z Compiling syn v1.0.109
5882026-05-28T17:03:14.385Z Compiling regex-syntax v0.8.10
5892026-05-28T17:03:14.390Z Compiling equivalent v1.0.2
5902026-05-28T17:03:14.456Z Compiling zerocopy v0.8.48
5912026-05-28T17:03:14.655Z Compiling aho-corasick v1.1.4
5922026-05-28T17:03:14.790Z Compiling either v1.15.0
5932026-05-28T17:03:14.796Z Compiling hashbrown v0.17.0
5942026-05-28T17:03:14.843Z Compiling winnow v1.0.2
5952026-05-28T17:03:14.978Z Compiling itertools v0.14.0
5962026-05-28T17:03:15.324Z Compiling indexmap v2.14.0
5972026-05-28T17:03:15.783Z Compiling toml_parser v1.1.2+spec-1.1.0
5982026-05-28T17:03:15.844Z Compiling regex-automata v0.4.14
5992026-05-28T17:03:15.917Z Checking byteorder v1.5.0
6002026-05-28T17:03:16.034Z Compiling toml_datetime v1.1.1+spec-1.1.0
6012026-05-28T17:03:16.175Z Compiling heapless v0.8.0
6022026-05-28T17:03:16.237Z Compiling toml_edit v0.25.11+spec-1.1.0
6032026-05-28T17:03:16.247Z Checking hash32 v0.3.1
6042026-05-28T17:03:16.325Z Checking bitflags v2.11.1
6052026-05-28T17:03:16.348Z Compiling slog v2.8.2
6062026-05-28T17:03:16.417Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6072026-05-28T17:03:16.470Z Compiling darling_core v0.21.3
6082026-05-28T17:03:16.573Z Compiling darling_core v0.23.0
6092026-05-28T17:03:16.627Z Checking macaddr v1.0.1
6102026-05-28T17:03:16.654Z Checking futures-sink v0.3.32
6112026-05-28T17:03:16.742Z Compiling smoltcp v0.11.0
6122026-05-28T17:03:16.761Z Checking stable_deref_trait v1.2.1
6132026-05-28T17:03:16.824Z Checking futures-core v0.3.32
6142026-05-28T17:03:16.941Z Checking futures-channel v0.3.32
6152026-05-28T17:03:17.120Z Compiling proc-macro-crate v3.5.0
6162026-05-28T17:03:17.141Z Compiling proc-macro-error-attr v1.0.4
6172026-05-28T17:03:17.435Z Compiling ref-cast v1.0.25
6182026-05-28T17:03:17.490Z Compiling regex v1.12.3
6192026-05-28T17:03:17.569Z Checking futures-task v0.3.32
6202026-05-28T17:03:17.699Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6212026-05-28T17:03:17.710Z Compiling serde_derive v1.0.228
6222026-05-28T17:03:17.755Z Compiling thiserror-impl v2.0.18
6232026-05-28T17:03:17.901Z Compiling zerocopy-derive v0.8.48
6242026-05-28T17:03:17.919Z Compiling futures-macro v0.3.32
6252026-05-28T17:03:18.283Z Checking futures-io v0.3.32
6262026-05-28T17:03:18.384Z Checking managed v0.8.0
6272026-05-28T17:03:18.388Z Checking bitflags v1.3.2
6282026-05-28T17:03:18.444Z Compiling getrandom v0.4.2
6292026-05-28T17:03:18.562Z Checking rand_core v0.10.1
6302026-05-28T17:03:18.605Z Compiling darling_macro v0.21.3
6312026-05-28T17:03:18.694Z Compiling crc32fast v1.5.0
6322026-05-28T17:03:18.717Z Checking slab v0.4.12
6332026-05-28T17:03:18.749Z Compiling autocfg v1.5.0
6342026-05-28T17:03:18.751Z Compiling darling_macro v0.23.0
6352026-05-28T17:03:18.863Z Checking futures-util v0.3.32
6362026-05-28T17:03:18.999Z Checking thiserror v2.0.18
6372026-05-28T17:03:19.085Z Compiling num-traits v0.2.19
6382026-05-28T17:03:19.088Z Checking cobs v0.3.0
6392026-05-28T17:03:19.166Z Compiling darling v0.21.3
6402026-05-28T17:03:19.237Z Compiling ingot-macros v0.1.1
6412026-05-28T17:03:19.258Z Compiling foreign-types-macros v0.2.3
6422026-05-28T17:03:19.302Z Compiling darling v0.23.0
6432026-05-28T17:03:19.313Z Compiling num_enum_derive v0.7.6
6442026-05-28T17:03:19.370Z Compiling ref-cast-impl v1.0.25
6452026-05-28T17:03:19.916Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6462026-05-28T17:03:19.967Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6472026-05-28T17:03:20.200Z Compiling proc-macro-error v1.0.4
6482026-05-28T17:03:20.206Z Checking unicode-width v0.2.2
6492026-05-28T17:03:20.224Z Compiling crossbeam-utils v0.8.21
6502026-05-28T17:03:20.309Z Checking cpufeatures v0.3.0
6512026-05-28T17:03:20.371Z Checking ipnetwork v0.21.1
6522026-05-28T17:03:20.429Z Checking foreign-types-shared v0.3.1
6532026-05-28T17:03:20.440Z Checking once_cell v1.21.4
6542026-05-28T17:03:20.503Z Checking foreign-types v0.5.0
6552026-05-28T17:03:20.534Z Checking tabwriter v1.4.1
6562026-05-28T17:03:20.563Z Checking chacha20 v0.10.0
6572026-05-28T17:03:20.598Z Checking tracing-core v0.1.36
6582026-05-28T17:03:20.628Z Checking num_enum v0.7.6
6592026-05-28T17:03:20.750Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6602026-05-28T17:03:20.788Z Checking futures-executor v0.3.32
6612026-05-28T17:03:20.792Z Checking erased-serde v0.3.31
6622026-05-28T17:03:20.906Z Checking postcard v1.1.3
6632026-05-28T17:03:20.931Z Checking anyhow v1.0.102
6642026-05-28T17:03:21.135Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6652026-05-28T17:03:21.140Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6662026-05-28T17:03:21.178Z Compiling tracing-attributes v0.1.31
6672026-05-28T17:03:21.413Z Checking cstr-argument v0.1.2
6682026-05-28T17:03:21.467Z Checking pretty-hex v0.4.2
6692026-05-28T17:03:21.520Z Checking powerfmt v0.2.0
6702026-05-28T17:03:21.574Z Compiling thiserror v1.0.69
6712026-05-28T17:03:21.610Z Compiling num-conv v0.2.1
6722026-05-28T17:03:21.661Z Compiling time-core v0.1.8
6732026-05-28T17:03:21.710Z Checking dyn-clone v1.0.20
6742026-05-28T17:03:21.745Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
6752026-05-28T17:03:21.796Z Compiling time-macros v0.2.27
6762026-05-28T17:03:21.800Z Checking deranged v0.5.8
6772026-05-28T17:03:21.877Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6782026-05-28T17:03:21.969Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6792026-05-28T17:03:21.979Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6802026-05-28T17:03:22.053Z Checking rand v0.10.1
6812026-05-28T17:03:22.065Z Checking ingot-types v0.1.2
6822026-05-28T17:03:22.129Z Checking futures v0.3.32
6832026-05-28T17:03:22.353Z Compiling thiserror-impl v1.0.69
6842026-05-28T17:03:22.409Z Checking ingot v0.1.1
6852026-05-28T17:03:22.463Z Checking tracing v0.1.44
6862026-05-28T17:03:22.553Z Checking uuid v1.23.1
6872026-05-28T17:03:22.607Z Checking arc-swap v1.9.1
6882026-05-28T17:03:22.613Z Checking socket2 v0.6.3
6892026-05-28T17:03:22.660Z Checking nom v8.0.0
6902026-05-28T17:03:22.813Z Checking thread_local v1.1.9
6912026-05-28T17:03:22.873Z Checking iana-time-zone v0.1.65
6922026-05-28T17:03:23.100Z Checking oxnet v0.1.5
6932026-05-28T17:03:23.131Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6942026-05-28T17:03:23.144Z Checking colored v3.1.1
6952026-05-28T17:03:23.314Z Checking itoa v1.0.18
6962026-05-28T17:03:23.347Z Compiling slog-async v2.8.0
6972026-05-28T17:03:23.467Z Compiling heck v0.4.1
6982026-05-28T17:03:23.495Z Checking lazy_static v1.5.0
6992026-05-28T17:03:23.563Z Checking slog-scope v4.4.1
7002026-05-28T17:03:23.642Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7012026-05-28T17:03:23.656Z Checking time v0.3.47
7022026-05-28T17:03:23.684Z Checking chrono v0.4.44
7032026-05-28T17:03:23.704Z Checking crossbeam-channel v0.5.15
7042026-05-28T17:03:24.011Z Checking cookie-factory v0.3.3
7052026-05-28T17:03:24.023Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7062026-05-28T17:03:24.250Z Checking itertools v0.12.1
7072026-05-28T17:03:24.301Z Checking is-terminal v0.4.17
7082026-05-28T17:03:24.334Z Checking log v0.4.29
7092026-05-28T17:03:24.377Z Checking term v1.2.1
7102026-05-28T17:03:24.472Z Checking circular v0.3.0
7112026-05-28T17:03:24.486Z Checking take_mut v0.2.2
7122026-05-28T17:03:24.492Z Checking slog-stdlog v4.1.1
7132026-05-28T17:03:24.601Z Checking slog-term v2.9.2
7142026-05-28T17:03:24.612Z Checking rusticata-macros v5.0.0
7152026-05-28T17:03:24.730Z Checking pcap-parser v0.17.0
7162026-05-28T17:03:25.208Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7172026-05-28T17:03:25.485Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
7182026-05-28T17:03:25.746Z Checking slog-envlogger v2.2.0
7192026-05-28T17:03:28.564Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7202026-05-28T17:03:30.190Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7212026-05-28T17:03:30.190Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7222026-05-28T17:03:30.540Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7232026-05-28T17:03:31.079Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.29s
7242026-05-28T17:03:31.116Z+ cargo build --test loopback
7252026-05-28T17:03:31.286Z Compiling cfg-if v1.0.4
7262026-05-28T17:03:31.286Z Compiling memchr v2.8.0
7272026-05-28T17:03:31.289Z Compiling serde_core v1.0.228
7282026-05-28T17:03:31.314Z Compiling libc v0.2.186
7292026-05-28T17:03:31.317Z Compiling thiserror v2.0.18
7302026-05-28T17:03:31.320Z Compiling pin-project-lite v0.2.17
7312026-05-28T17:03:31.323Z Compiling byteorder v1.5.0
7322026-05-28T17:03:31.323Z Compiling either v1.15.0
7332026-05-28T17:03:31.361Z Compiling zerocopy v0.8.48
7342026-05-28T17:03:31.389Z Compiling macaddr v1.0.1
7352026-05-28T17:03:31.394Z Compiling futures-sink v0.3.32
7362026-05-28T17:03:31.481Z Compiling hash32 v0.3.1
7372026-05-28T17:03:31.481Z Compiling stable_deref_trait v1.2.1
7382026-05-28T17:03:31.505Z Compiling futures-core v0.3.32
7392026-05-28T17:03:31.547Z Compiling cobs v0.3.0
7402026-05-28T17:03:31.625Z Compiling futures-channel v0.3.32
7412026-05-28T17:03:31.625Z Compiling heapless v0.8.0
7422026-05-28T17:03:31.646Z Compiling managed v0.8.0
7432026-05-28T17:03:31.663Z Compiling futures-io v0.3.32
7442026-05-28T17:03:31.820Z Compiling slab v0.4.12
7452026-05-28T17:03:31.846Z Compiling rand_core v0.10.1
7462026-05-28T17:03:31.852Z Compiling futures-task v0.3.32
7472026-05-28T17:03:31.863Z Compiling bitflags v1.3.2
7482026-05-28T17:03:31.930Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7492026-05-28T17:03:31.994Z Compiling smoltcp v0.11.0
7502026-05-28T17:03:31.994Z Compiling futures-util v0.3.32
7512026-05-28T17:03:32.030Z Compiling foreign-types-shared v0.3.1
7522026-05-28T17:03:32.042Z Compiling cpufeatures v0.3.0
7532026-05-28T17:03:32.106Z Compiling unicode-width v0.2.2
7542026-05-28T17:03:32.109Z Compiling once_cell v1.21.4
7552026-05-28T17:03:32.173Z Compiling ipnetwork v0.21.1
7562026-05-28T17:03:32.336Z Compiling tabwriter v1.4.1
7572026-05-28T17:03:32.416Z Compiling tracing-core v0.1.36
7582026-05-28T17:03:32.754Z Compiling foreign-types v0.5.0
7592026-05-28T17:03:32.772Z Compiling chacha20 v0.10.0
7602026-05-28T17:03:32.826Z Compiling getrandom v0.4.2
7612026-05-28T17:03:32.897Z Compiling ref-cast v1.0.25
7622026-05-28T17:03:32.997Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7632026-05-28T17:03:33.033Z Compiling num_enum v0.7.6
7642026-05-28T17:03:33.109Z Compiling serde v1.0.228
7652026-05-28T17:03:33.158Z Compiling bitflags v2.11.1
7662026-05-28T17:03:33.274Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7672026-05-28T17:03:33.384Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7682026-05-28T17:03:33.571Z Compiling erased-serde v0.3.31
7692026-05-28T17:03:33.690Z Compiling postcard v1.1.3
7702026-05-28T17:03:33.738Z Compiling crc32fast v1.5.0
7712026-05-28T17:03:33.745Z Compiling cstr-argument v0.1.2
7722026-05-28T17:03:33.906Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7732026-05-28T17:03:33.964Z Compiling itertools v0.14.0
7742026-05-28T17:03:33.972Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7752026-05-28T17:03:34.008Z Compiling slog v2.8.2
7762026-05-28T17:03:34.037Z Compiling pretty-hex v0.4.2
7772026-05-28T17:03:34.168Z Compiling futures-executor v0.3.32
7782026-05-28T17:03:34.272Z Compiling ingot-types v0.1.2
7792026-05-28T17:03:34.376Z Compiling powerfmt v0.2.0
7802026-05-28T17:03:34.535Z Compiling dyn-clone v1.0.20
7812026-05-28T17:03:34.619Z Compiling ingot v0.1.1
7822026-05-28T17:03:34.646Z Compiling deranged v0.5.8
7832026-05-28T17:03:34.674Z Compiling futures v0.3.32
7842026-05-28T17:03:34.697Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7852026-05-28T17:03:34.745Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7862026-05-28T17:03:34.754Z Compiling tracing v0.1.44
7872026-05-28T17:03:34.766Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7882026-05-28T17:03:34.879Z Compiling num-traits v0.2.19
7892026-05-28T17:03:34.905Z Compiling uuid v1.23.1
7902026-05-28T17:03:34.922Z Compiling rand v0.10.1
7912026-05-28T17:03:35.124Z Compiling crossbeam-utils v0.8.21
7922026-05-28T17:03:35.221Z Compiling nom v8.0.0
7932026-05-28T17:03:35.495Z Compiling aho-corasick v1.1.4
7942026-05-28T17:03:35.549Z Compiling socket2 v0.6.3
7952026-05-28T17:03:35.618Z Compiling thread_local v1.1.9
7962026-05-28T17:03:35.882Z Compiling arc-swap v1.9.1
7972026-05-28T17:03:35.979Z Compiling regex-syntax v0.8.10
7982026-05-28T17:03:36.036Z Compiling time-core v0.1.8
7992026-05-28T17:03:36.176Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8002026-05-28T17:03:36.261Z Compiling iana-time-zone v0.1.65
8012026-05-28T17:03:36.369Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8022026-05-28T17:03:36.407Z Compiling winnow v1.0.2
8032026-05-28T17:03:36.681Z Compiling lazy_static v1.5.0
8042026-05-28T17:03:36.747Z Compiling num-conv v0.2.1
8052026-05-28T17:03:36.775Z Compiling colored v3.1.1
8062026-05-28T17:03:36.842Z Compiling oxnet v0.1.5
8072026-05-28T17:03:36.887Z Compiling time v0.3.47
8082026-05-28T17:03:37.313Z Compiling slog-scope v4.4.1
8092026-05-28T17:03:37.773Z Compiling regex-automata v0.4.14
8102026-05-28T17:03:37.807Z Compiling rusticata-macros v5.0.0
8112026-05-28T17:03:37.977Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
8122026-05-28T17:03:38.139Z Compiling chrono v0.4.44
8132026-05-28T17:03:38.819Z Compiling thiserror v1.0.69
8142026-05-28T17:03:38.893Z Compiling crossbeam-channel v0.5.15
8152026-05-28T17:03:38.921Z Compiling cookie-factory v0.3.3
8162026-05-28T17:03:39.233Z Compiling is-terminal v0.4.17
8172026-05-28T17:03:39.329Z Compiling itertools v0.12.1
8182026-05-28T17:03:39.640Z Compiling circular v0.3.0
8192026-05-28T17:03:39.896Z Compiling term v1.2.1
8202026-05-28T17:03:40.739Z Compiling log v0.4.29
8212026-05-28T17:03:41.014Z Compiling take_mut v0.2.2
8222026-05-28T17:03:41.125Z Compiling slog-async v2.8.0
8232026-05-28T17:03:42.074Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8242026-05-28T17:03:42.336Z Compiling slog-stdlog v4.1.1
8252026-05-28T17:03:42.622Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8262026-05-28T17:03:42.786Z Compiling slog-term v2.9.2
8272026-05-28T17:03:42.912Z Compiling pcap-parser v0.17.0
8282026-05-28T17:03:44.165Z Compiling regex v1.12.3
8292026-05-28T17:03:44.416Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
8302026-05-28T17:03:44.740Z Compiling slog-envlogger v2.2.0
8312026-05-28T17:03:44.832Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8322026-05-28T17:03:45.288Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8332026-05-28T17:03:46.291Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8342026-05-28T17:03:54.410Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.28s
8352026-05-28T17:03:54.446Z++ cargo build -q --test loopback --message-format=json
8362026-05-28T17:03:54.449Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8372026-05-28T17:03:54.567Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583
8382026-05-28T17:03:54.567Z+ cargo build --test multicast_rx
8392026-05-28T17:03:54.672Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8402026-05-28T17:03:56.274Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.69s
8412026-05-28T17:03:56.307Z++ cargo build -q --test multicast_rx --message-format=json
8422026-05-28T17:03:56.310Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8432026-05-28T17:03:56.432Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904
8442026-05-28T17:03:56.432Z+ cargo build --test multicast_multi_sub
8452026-05-28T17:03:56.539Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8462026-05-28T17:03:58.340Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s
8472026-05-28T17:03:58.379Z++ cargo build -q --test multicast_multi_sub --message-format=json
8482026-05-28T17:03:58.382Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8492026-05-28T17:03:58.504Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888
8502026-05-28T17:03:58.504Z+ cargo build --test multicast_validation
8512026-05-28T17:03:58.608Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8522026-05-28T17:04:00.517Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.00s
8532026-05-28T17:04:00.551Z++ cargo build -q --test multicast_validation --message-format=json
8542026-05-28T17:04:00.554Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8552026-05-28T17:04:00.673Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2
8562026-05-28T17:04:00.673Z+ cargo build --test multicast_source_filter
8572026-05-28T17:04:00.778Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8582026-05-28T17:04:02.842Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s
8592026-05-28T17:04:02.878Z++ cargo build -q --test multicast_source_filter --message-format=json
8602026-05-28T17:04:02.885Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8612026-05-28T17:04:03.005Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1
8622026-05-28T17:04:03.006Z+ mkdir -p /work/test
8632026-05-28T17:04:03.010Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback
8642026-05-28T17:04:03.039Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx
8652026-05-28T17:04:03.081Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub
8662026-05-28T17:04:03.127Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation
8672026-05-28T17:04:03.169Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter
8682026-05-28T17:04:03.212Zprocess exited: duration 232243 ms, exit code 0
 
8692026-05-28T17:04:03.228Zfound 14 output files
8702026-05-28T17:04:03.228Zuploading: /work/debug/xde.dbg (94714480 bytes)
8712026-05-28T17:04:04.841Zuploaded: /work/debug/xde.dbg
8722026-05-28T17:04:04.844Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8732026-05-28T17:04:05.851Zuploaded: /work/debug/xde.dbg.sha256
8742026-05-28T17:04:05.851Zuploading: /work/debug/xde_link.dbg.so (1084980 bytes)
8752026-05-28T17:04:06.881Zuploaded: /work/debug/xde_link.dbg.so
8762026-05-28T17:04:06.881Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8772026-05-28T17:04:07.890Zuploaded: /work/debug/xde_link.dbg.so.sha256
8782026-05-28T17:04:07.902Zuploading: /work/release/xde (51996000 bytes)
8792026-05-28T17:04:09.287Zuploaded: /work/release/xde
8802026-05-28T17:04:09.291Zuploading: /work/release/xde.sha256 (84 bytes)
8812026-05-28T17:04:10.297Zuploaded: /work/release/xde.sha256
8822026-05-28T17:04:10.297Zuploading: /work/release/xde_link.so (39516 bytes)
8832026-05-28T17:04:11.308Zuploaded: /work/release/xde_link.so
8842026-05-28T17:04:11.308Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8852026-05-28T17:04:12.317Zuploaded: /work/release/xde_link.so.sha256
8862026-05-28T17:04:12.317Zuploading: /work/test/loopback (51739472 bytes)
8872026-05-28T17:04:13.709Zuploaded: /work/test/loopback
8882026-05-28T17:04:13.709Zuploading: /work/test/multicast_rx (52035440 bytes)
8892026-05-28T17:04:15.080Zuploaded: /work/test/multicast_rx
8902026-05-28T17:04:15.083Zuploading: /work/test/multicast_multi_sub (56194176 bytes)
8912026-05-28T17:04:16.552Zuploaded: /work/test/multicast_multi_sub
8922026-05-28T17:04:16.552Zuploading: /work/test/multicast_validation (52189232 bytes)
8932026-05-28T17:04:17.923Zuploaded: /work/test/multicast_validation
8942026-05-28T17:04:17.923Zuploading: /work/test/multicast_source_filter (52495840 bytes)
8952026-05-28T17:04:19.310Zuploaded: /work/test/multicast_source_filter
8962026-05-28T17:04:19.310Zuploading: /work/xde.conf (79 bytes)
8972026-05-28T17:04:20.323Zuploaded: /work/xde.conf