01KTQSKCTR30N5QSXH0CKKT8HB: 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: 01KTQSKVRZTX2JN372JBFAZXA5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T03:36:55.469Zjob assigned to worker 01KTQSKXZPCSV5CSK2NZTQAWG9 [factory aws, i-00d4616df80a66406] (queued for 53 s)
 
22026-06-10T03:37:02.251Zstarting task 0: "setup"
32026-06-10T03:37:02.255Z++ uname -s
42026-06-10T03:37:02.258Z+ kern=SunOS
52026-06-10T03:37:02.259Z+ build_user=build
62026-06-10T03:37:02.259Z+ build_uid=12345
72026-06-10T03:37:02.259Z+ work_dir=/work
82026-06-10T03:37:02.259Z+ input_dir=/input
92026-06-10T03:37:02.259Z+ [[ 0 == 12345 ]]
102026-06-10T03:37:02.259Z+ case "$kern" in
112026-06-10T03:37:02.259Z+ groupadd -g 12345 build
122026-06-10T03:37:02.264Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T03:37:04.265Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T03:37:04.343Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T03:37:04.379Z+ home_fs=zfs
162026-06-10T03:37:04.379Z+ [[ zfs == autofs ]]
172026-06-10T03:37:04.379Z+ mkdir -p /home/build
182026-06-10T03:37:04.379Z+ chown build:build /home/build /work
192026-06-10T03:37:06.347Z+ chmod 0700 /home/build /work
202026-06-10T03:37:06.350Zprocess exited: duration 4101 ms, exit code 0
 
212026-06-10T03:37:06.356Zstarting task 1: "rust-toolchain"
222026-06-10T03:37:06.361Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-10T03:37:06.361Z * rust toolchain channel = "1.95.0"
242026-06-10T03:37:06.361Z * rust toolchain profile = "default"
252026-06-10T03:37:06.361Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-10T03:37:06.361Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T03:37:06.361Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T03:37:06.364Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T03:37:06.364Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-10T03:37:06.498Zinfo: downloading installer
312026-06-10T03:37:08.065Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T03:37:08.065Zwarn: /home/build/.rustup/settings.toml
332026-06-10T03:37:08.065Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T03:37:08.068Zwarn: instead of the one inferred from the default host triple.
352026-06-10T03:37:08.077Zinfo: profile set to default
362026-06-10T03:37:08.077Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T03:37:08.080Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-10T03:37:08.233Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-10T03:37:08.236Zinfo: downloading 6 components
402026-06-10T03:37:23.578Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-10T03:37:23.578Z
422026-06-10T03:37:23.610Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-10T03:37:23.610Z
442026-06-10T03:37:23.610Z
452026-06-10T03:37:23.611ZRust is installed now. Great!
462026-06-10T03:37:23.611Z
472026-06-10T03:37:23.615ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T03:37:23.615Zenvironment variable. This has not been done automatically.
492026-06-10T03:37:23.615Z
502026-06-10T03:37:23.615ZTo configure your current shell, you need to source
512026-06-10T03:37:23.615Zthe corresponding env file under $HOME/.cargo.
522026-06-10T03:37:23.615Z
532026-06-10T03:37:23.615ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T03:37:23.615Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T03:37:23.615Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T03:37:23.615Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T03:37:23.615Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T03:37:23.615Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T03:37:23.615Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T03:37:23.615Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T03:37:23.615Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T03:37:23.710Z+ rustup --version
632026-06-10T03:37:23.718Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T03:37:23.722Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T03:37:23.739Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-10T03:37:23.742Z+ cargo --version
672026-06-10T03:37:23.756Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-10T03:37:23.759Z+ rustc --version
692026-06-10T03:37:23.778Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-10T03:37:23.781Zprocess exited: duration 17423 ms, exit code 0
 
712026-06-10T03:37:23.787Zstarting task 2: "authentication"
722026-06-10T03:37:23.803Zprocess exited: duration 16 ms, exit code 0
 
732026-06-10T03:37:23.811Zstarting task 3: "clone repository"
742026-06-10T03:37:23.814Z+ mkdir -p /work/oxidecomputer/opte
752026-06-10T03:37:23.817Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-10T03:37:23.846ZCloning into '/work/oxidecomputer/opte'...
772026-06-10T03:37:24.666Z+ cd /work/oxidecomputer/opte
782026-06-10T03:37:24.666Z+ git fetch origin db98f704610f68ee307e8d8df839d51ba2252392
792026-06-10T03:37:24.882ZFrom https://github.com/oxidecomputer/opte
802026-06-10T03:37:24.882Z * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD
812026-06-10T03:37:24.889Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-06-10T03:37:24.892Z++ git branch --show-current
832026-06-10T03:37:24.892Z+ current=master
842026-06-10T03:37:24.892Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-06-10T03:37:24.892Z+ git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392
862026-06-10T03:37:24.906Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-06-10T03:37:24.911ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-06-10T03:37:24.914Z+ git reset --hard db98f704610f68ee307e8d8df839d51ba2252392
892026-06-10T03:37:24.917ZHEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52
902026-06-10T03:37:24.917Zprocess exited: duration 1105 ms, exit code 0
 
912026-06-10T03:37:24.923Zstarting task 4: "build"
922026-06-10T03:37:24.927Z+ source .github/buildomat/common.sh
932026-06-10T03:37:24.927Z++ rustup show active-toolchain
942026-06-10T03:37:24.933Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-10T03:37:24.936Z++ pushd xde
962026-06-10T03:37:24.936Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-10T03:37:24.936Z++ rustup show active-toolchain
982026-06-10T03:37:24.940Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-10T03:37:25.114Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-10T03:37:25.117Zinfo: downloading 6 components
1012026-06-10T03:38:16.234Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-10T03:38:16.332Z+++ rustup show active-toolchain -v
1032026-06-10T03:38:16.335Z+++ head -n 1
1042026-06-10T03:38:16.335Z+++ cut '-d ' -f1
1052026-06-10T03:38:16.388Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-10T03:38:16.388Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-10T03:38:16.388Z++ popd
1082026-06-10T03:38:16.392Z/work/oxidecomputer/opte
1092026-06-10T03:38:16.392Z+ TGT_BASE=/work
1102026-06-10T03:38:16.392Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-06-10T03:38:16.392Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-06-10T03:38:16.392Z+ DBG_TGT=/work/debug
1132026-06-10T03:38:16.392Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-06-10T03:38:16.392Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-06-10T03:38:16.392Z+ REL_TGT=/work/release
1162026-06-10T03:38:16.392Z+ mkdir -p /work/debug /work/release
1172026-06-10T03:38:16.392Z+ cargo --version
1182026-06-10T03:38:16.399Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1192026-06-10T03:38:16.403Z+ rustc --version
1202026-06-10T03:38:16.421Zrustc 1.95.0 (59807616e 2026-04-14)
1212026-06-10T03:38:16.424Z+ install_pkg jq
1222026-06-10T03:38:16.424Z+ set +o errexit
1232026-06-10T03:38:16.424Z+ pfexec pkg install jq
1242026-06-10T03:38:19.712Z Startup: Refreshing catalog 'helios' ... Done
1252026-06-10T03:38:19.795Z Startup: Caching catalogs ... Done
1262026-06-10T03:38:20.110ZPlanning: Solver setup ... Done
1272026-06-10T03:38:20.132ZPlanning: Running solver ... Done
1282026-06-10T03:38:20.136ZPlanning: Consolidating action changes ... Done
1292026-06-10T03:38:20.136ZPlanning: Evaluating mediators ... Done
1302026-06-10T03:38:20.139ZPlanning: Planning completed in 0.32 seconds
1312026-06-10T03:38:20.153ZNo updates necessary for this image.
1322026-06-10T03:38:20.235Z+ exit_code=4
1332026-06-10T03:38:20.236Z+ [[ 4 -ne 0 ]]
1342026-06-10T03:38:20.236Z+ [[ 4 -ne 4 ]]
1352026-06-10T03:38:20.236Z+ set -o errexit
1362026-06-10T03:38:20.239Z+ pushd xde
1372026-06-10T03:38:20.239Z+ cp xde.conf /work/xde.conf
1382026-06-10T03:38:20.239Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1392026-06-10T03:38:20.239Z+ header 'check style'
1402026-06-10T03:38:20.239Z+ echo '# ==== check style ==== #'
1412026-06-10T03:38:20.239Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1422026-06-10T03:38:20.239Z# ==== check style ==== #
1432026-06-10T03:38:20.451Z
1442026-06-10T03:38:20.451Zreal 0.209518699
1452026-06-10T03:38:20.451Zuser 0.152621283
1462026-06-10T03:38:20.451Zsys 0.048738282
1472026-06-10T03:38:20.451Ztrap 0.000010660
1482026-06-10T03:38:20.451Ztflt 0.000028690
1492026-06-10T03:38:20.451Zdflt 0.000046600
1502026-06-10T03:38:20.451Zkflt 0.000002620
1512026-06-10T03:38:20.451Zlock 0.038329105
1522026-06-10T03:38:20.451Zslp 0.186547101
1532026-06-10T03:38:20.451Zlat 0.000985680
1542026-06-10T03:38:20.455Zstop 0.000098790
1552026-06-10T03:38:20.455Z+ header analyze
1562026-06-10T03:38:20.455Z+ echo '# ==== analyze ==== #'
1572026-06-10T03:38:20.455Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1582026-06-10T03:38:20.455Z# ==== analyze ==== #
1592026-06-10T03:38:20.633Z Updating crates.io index
1602026-06-10T03:38:20.636Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-06-10T03:38:21.737Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-06-10T03:38:22.458Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-06-10T03:38:22.787Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-06-10T03:38:23.066Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-06-10T03:38:23.519Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-06-10T03:38:23.780Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-06-10T03:38:25.704Z Downloading crates ...
1682026-06-10T03:38:25.747Z Downloaded cfg-if v1.0.4
1692026-06-10T03:38:25.763Z Downloaded proc-macro-error2 v2.0.1
1702026-06-10T03:38:25.771Z Downloaded embedded-io v0.6.1
1712026-06-10T03:38:25.778Z Downloaded darling v0.23.0
1722026-06-10T03:38:25.781Z Downloaded darling v0.21.3
1732026-06-10T03:38:25.785Z Downloaded cobs v0.3.0
1742026-06-10T03:38:25.788Z Downloaded aho-corasick v1.1.4
1752026-06-10T03:38:25.788Z Downloaded strsim v0.11.1
1762026-06-10T03:38:25.791Z Downloaded embedded-io v0.4.0
1772026-06-10T03:38:25.795Z Downloaded stable_deref_trait v1.2.1
1782026-06-10T03:38:25.795Z Downloaded crc32fast v1.5.0
1792026-06-10T03:38:25.798Z Downloaded thiserror v2.0.18
1802026-06-10T03:38:25.802Z Downloaded defmt-parser v1.0.0
1812026-06-10T03:38:25.802Z Downloaded darling_macro v0.21.3
1822026-06-10T03:38:25.805Z Downloaded proc-macro-error-attr2 v2.0.0
1832026-06-10T03:38:25.808Z Downloaded thiserror-impl v2.0.18
1842026-06-10T03:38:25.820Z Downloaded ref-cast v1.0.25
1852026-06-10T03:38:25.823Z Downloaded ident_case v1.0.1
1862026-06-10T03:38:25.823Z Downloaded quote v1.0.45
1872026-06-10T03:38:25.823Z Downloaded darling_core v0.23.0
1882026-06-10T03:38:25.823Z Downloaded ingot v0.1.1
1892026-06-10T03:38:25.823Z Downloaded managed v0.8.0
1902026-06-10T03:38:25.823Z Downloaded ref-cast-impl v1.0.25
1912026-06-10T03:38:25.823Z Downloaded version_check v0.9.5
1922026-06-10T03:38:25.832Z Downloaded hash32 v0.3.1
1932026-06-10T03:38:25.836Z Downloaded macaddr v1.0.1
1942026-06-10T03:38:25.839Z Downloaded dyn-clone v1.0.20
1952026-06-10T03:38:25.842Z Downloaded darling_macro v0.23.0
1962026-06-10T03:38:25.845Z Downloaded memchr v2.8.1
1972026-06-10T03:38:25.848Z Downloaded bitflags v1.3.2
1982026-06-10T03:38:25.851Z Downloaded defmt v0.3.100
1992026-06-10T03:38:25.857Z Downloaded proc-macro2 v1.0.106
2002026-06-10T03:38:25.860Z Downloaded fnv v1.0.7
2012026-06-10T03:38:25.860Z Downloaded defmt-macros v1.1.0
2022026-06-10T03:38:25.865Z Downloaded ingot-types v0.1.2
2032026-06-10T03:38:25.869Z Downloaded byteorder v1.5.0
2042026-06-10T03:38:25.871Z Downloaded either v1.16.0
2052026-06-10T03:38:25.874Z Downloaded ingot-macros v0.1.1
2062026-06-10T03:38:25.877Z Downloaded bitflags v2.13.0
2072026-06-10T03:38:25.880Z Downloaded uuid v1.23.3
2082026-06-10T03:38:25.883Z Downloaded postcard v1.1.3
2092026-06-10T03:38:25.891Z Downloaded unicode-ident v1.0.24
2102026-06-10T03:38:25.894Z Downloaded darling_core v0.21.3
2112026-06-10T03:38:25.897Z Downloaded serde_derive v1.0.228
2122026-06-10T03:38:25.900Z Downloaded defmt v1.1.0
2132026-06-10T03:38:25.903Z Downloaded heapless v0.8.0
2142026-06-10T03:38:25.907Z Downloaded serde_core v1.0.228
2152026-06-10T03:38:25.910Z Downloaded zerocopy-derive v0.8.52
2162026-06-10T03:38:25.913Z Downloaded serde v1.0.228
2172026-06-10T03:38:25.935Z Downloaded regex v1.12.4
2182026-06-10T03:38:25.948Z Downloaded itertools v0.14.0
2192026-06-10T03:38:25.966Z Downloaded syn v2.0.117
2202026-06-10T03:38:25.972Z Downloaded smoltcp v0.11.0
2212026-06-10T03:38:25.985Z Downloaded zerocopy v0.8.52
2222026-06-10T03:38:25.999Z Downloaded regex-syntax v0.8.11
2232026-06-10T03:38:26.006Z Downloaded regex-automata v0.4.14
2242026-06-10T03:38:26.018Z Updating crates.io index
2252026-06-10T03:38:26.113Z Downloading crates ...
2262026-06-10T03:38:26.164Z Downloaded getopts v0.2.24
2272026-06-10T03:38:26.175Z Downloaded adler2 v2.0.1
2282026-06-10T03:38:26.178Z Downloaded miniz_oxide v0.8.9
2292026-06-10T03:38:26.178Z Downloaded addr2line v0.25.1
2302026-06-10T03:38:26.188Z Downloaded rustc-literal-escaper v0.0.7
2312026-06-10T03:38:26.191Z Downloaded rustc-demangle v0.1.27
2322026-06-10T03:38:26.194Z Downloaded foldhash v0.2.0
2332026-06-10T03:38:26.210Z Downloaded memchr v2.7.6
2342026-06-10T03:38:26.224Z Downloaded hashbrown v0.16.1
2352026-06-10T03:38:26.261Z Downloaded gimli v0.32.3
2362026-06-10T03:38:26.264Z Downloaded object v0.37.3
2372026-06-10T03:38:26.299Z Downloaded libc v0.2.183
2382026-06-10T03:38:26.354Z 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-06-10T03:38:26.359Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2402026-06-10T03:38:26.359Z Compiling proc-macro2 v1.0.106
2412026-06-10T03:38:26.359Z Compiling quote v1.0.45
2422026-06-10T03:38:26.359Z Compiling unicode-ident v1.0.24
2432026-06-10T03:38:26.359Z Compiling ident_case v1.0.1
2442026-06-10T03:38:26.359Z Compiling strsim v0.11.1
2452026-06-10T03:38:26.359Z Compiling serde_core v1.0.228
2462026-06-10T03:38:26.534Z Compiling fnv v1.0.7
2472026-06-10T03:38:26.538Z Compiling memchr v2.8.1
2482026-06-10T03:38:26.620Z Compiling regex-syntax v0.8.11
2492026-06-10T03:38:26.796Z Compiling serde v1.0.228
2502026-06-10T03:38:26.811Z Compiling zerocopy v0.8.52
2512026-06-10T03:38:26.851Z Compiling thiserror v2.0.18
2522026-06-10T03:38:26.926Z Compiling aho-corasick v1.1.4
2532026-06-10T03:38:27.168Z Compiling either v1.16.0
2542026-06-10T03:38:27.236Z Compiling heapless v0.8.0
2552026-06-10T03:38:27.345Z Compiling itertools v0.14.0
2562026-06-10T03:38:27.515Z Compiling syn v2.0.117
2572026-06-10T03:38:27.545Z Compiling smoltcp v0.11.0
2582026-06-10T03:38:27.627Z Compiling ref-cast v1.0.25
2592026-06-10T03:38:27.704Z Compiling crc32fast v1.5.0
2602026-06-10T03:38:27.974Z Compiling version_check v0.9.5
2612026-06-10T03:38:28.042Z Compiling regex-automata v0.4.14
2622026-06-10T03:38:28.346Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-06-10T03:38:29.553Z Compiling regex v1.12.4
2642026-06-10T03:38:29.746Z Compiling darling_core v0.21.3
2652026-06-10T03:38:29.746Z Compiling darling_core v0.23.0
2662026-06-10T03:38:30.701Z Compiling serde_derive v1.0.228
2672026-06-10T03:38:30.701Z Compiling zerocopy-derive v0.8.52
2682026-06-10T03:38:30.701Z Compiling thiserror-impl v2.0.18
2692026-06-10T03:38:30.704Z Compiling ref-cast-impl v1.0.25
2702026-06-10T03:38:30.704Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2712026-06-10T03:38:32.341Z Compiling darling_macro v0.21.3
2722026-06-10T03:38:32.518Z Compiling darling_macro v0.23.0
2732026-06-10T03:38:33.240Z Compiling darling v0.21.3
2742026-06-10T03:38:33.308Z Compiling ingot-macros v0.1.1
2752026-06-10T03:38:33.407Z Compiling darling v0.23.0
2762026-06-10T03:38:33.472Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2772026-06-10T03:38:37.685Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2782026-06-10T03:38:39.742Z Checking byteorder v1.5.0
2792026-06-10T03:38:39.743Z Checking macaddr v1.0.1
2802026-06-10T03:38:39.747Z Checking cfg-if v1.0.4
2812026-06-10T03:38:39.747Z Checking stable_deref_trait v1.2.1
2822026-06-10T03:38:39.747Z Checking managed v0.8.0
2832026-06-10T03:38:39.805Z Checking bitflags v1.3.2
2842026-06-10T03:38:39.834Z Checking cobs v0.3.0
2852026-06-10T03:38:39.873Z Checking dyn-clone v1.0.20
2862026-06-10T03:38:39.887Z Checking hash32 v0.3.1
2872026-06-10T03:38:39.950Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2882026-06-10T03:38:41.093Z Checking bitflags v2.13.0
2892026-06-10T03:38:41.093Z Checking uuid v1.23.3
2902026-06-10T03:38:41.236Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-06-10T03:38:41.452Z Checking postcard v1.1.3
2922026-06-10T03:38:42.284Z Checking ingot-types v0.1.2
2932026-06-10T03:38:42.551Z Checking ingot v0.1.1
2942026-06-10T03:38:43.876Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-06-10T03:38:48.110Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-06-10T03:38:49.674Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-06-10T03:38:52.027Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.51s
2982026-06-10T03:38:52.140Z
2992026-06-10T03:38:52.140Zreal 31.683039050
3002026-06-10T03:38:52.140Zuser 1:14.312531343
3012026-06-10T03:38:52.140Zsys 10.053310671
3022026-06-10T03:38:52.143Ztrap 0.029651618
3032026-06-10T03:38:52.143Ztflt 0.051979457
3042026-06-10T03:38:52.143Zdflt 0.209000755
3052026-06-10T03:38:52.143Zkflt 0.001894772
3062026-06-10T03:38:52.143Zlock 3:46.764479547
3072026-06-10T03:38:52.143Zslp 3:27.601674391
3082026-06-10T03:38:52.143Zlat 2.660989984
3092026-06-10T03:38:52.143Zstop 6.387910697
3102026-06-10T03:38:52.143Z+ pushd xde-link
3112026-06-10T03:38:52.143Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3122026-06-10T03:38:52.143Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3132026-06-10T03:38:52.326Z 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-06-10T03:38:52.326Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3152026-06-10T03:38:52.326Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-06-10T03:39:02.721Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3172026-06-10T03:39:04.837Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.63s
3182026-06-10T03:39:04.855Z
3192026-06-10T03:39:04.855Zreal 12.708981561
3202026-06-10T03:39:04.855Zuser 20.179355866
3212026-06-10T03:39:04.855Zsys 1.230293026
3222026-06-10T03:39:04.855Ztrap 0.002974880
3232026-06-10T03:39:04.855Ztflt 0.002514101
3242026-06-10T03:39:04.855Zdflt 0.029175879
3252026-06-10T03:39:04.855Zkflt 0.000002800
3262026-06-10T03:39:04.855Zlock 1:08.679707301
3272026-06-10T03:39:04.855Zslp 42.423713773
3282026-06-10T03:39:04.858Zlat 0.155619318
3292026-06-10T03:39:04.858Zstop 0.132653366
3302026-06-10T03:39:04.858Z+ popd
3312026-06-10T03:39:04.858Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3322026-06-10T03:39:04.858Z+ popd
3332026-06-10T03:39:04.858Z/work/oxidecomputer/opte
3342026-06-10T03:39:04.858Z+ header 'build xde (debug)'
3352026-06-10T03:39:04.858Z+ echo '# ==== build xde (debug) ==== #'
3362026-06-10T03:39:04.858Z# ==== build xde (debug) ==== #
3372026-06-10T03:39:04.858Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-06-10T03:39:04.999Z Downloading crates ...
3392026-06-10T03:39:05.045Z Downloaded colorchoice v1.0.5
3402026-06-10T03:39:05.048Z Downloaded errno v0.3.14
3412026-06-10T03:39:05.053Z Downloaded anstyle-query v1.1.5
3422026-06-10T03:39:05.056Z Downloaded anstream v1.0.0
3432026-06-10T03:39:05.060Z Downloaded serde_spanned v1.1.1
3442026-06-10T03:39:05.063Z Downloaded itoa v1.0.18
3452026-06-10T03:39:05.063Z Downloaded zmij v1.0.21
3462026-06-10T03:39:05.065Z Downloaded anstyle v1.0.14
3472026-06-10T03:39:05.065Z Downloaded cargo_metadata v0.23.1
3482026-06-10T03:39:05.068Z Downloaded is_terminal_polyfill v1.70.2
3492026-06-10T03:39:05.071Z Downloaded clap_lex v1.1.0
3502026-06-10T03:39:05.071Z Downloaded terminal_size v0.4.4
3512026-06-10T03:39:05.074Z Downloaded utf8parse v0.2.2
3522026-06-10T03:39:05.077Z Downloaded heck v0.5.0
3532026-06-10T03:39:05.087Z Downloaded cargo-platform v0.3.3
3542026-06-10T03:39:05.092Z Downloaded toml_writer v1.1.1+spec-1.1.0
3552026-06-10T03:39:05.096Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3562026-06-10T03:39:05.096Z Downloaded equivalent v1.0.2
3572026-06-10T03:39:05.096Z Downloaded clap_derive v4.6.1
3582026-06-10T03:39:05.099Z Downloaded anstyle-parse v1.0.0
3592026-06-10T03:39:05.102Z Downloaded toml_parser v1.1.2+spec-1.1.0
3602026-06-10T03:39:05.102Z Downloaded semver v1.0.28
3612026-06-10T03:39:05.105Z Downloaded clap v4.6.1
3622026-06-10T03:39:05.117Z Downloaded toml v1.1.2+spec-1.1.0
3632026-06-10T03:39:05.120Z Downloaded camino v1.2.2
3642026-06-10T03:39:05.128Z Downloaded anyhow v1.0.102
3652026-06-10T03:39:05.164Z Downloaded hashbrown v0.17.1
3662026-06-10T03:39:05.167Z Downloaded indexmap v2.14.0
3672026-06-10T03:39:05.172Z Downloaded winnow v1.0.3
3682026-06-10T03:39:05.177Z Downloaded serde_json v1.0.150
3692026-06-10T03:39:05.187Z Downloaded clap_builder v4.6.0
3702026-06-10T03:39:05.208Z Downloaded rustix v1.1.4
3712026-06-10T03:39:05.239Z Downloaded libc v0.2.186
3722026-06-10T03:39:05.286Z Compiling proc-macro2 v1.0.106
3732026-06-10T03:39:05.286Z Compiling serde_core v1.0.228
3742026-06-10T03:39:05.286Z Compiling quote v1.0.45
3752026-06-10T03:39:05.286Z Compiling unicode-ident v1.0.24
3762026-06-10T03:39:05.289Z Compiling libc v0.2.186
3772026-06-10T03:39:05.289Z Compiling rustix v1.1.4
3782026-06-10T03:39:05.289Z Compiling utf8parse v0.2.2
3792026-06-10T03:39:05.289Z Compiling zmij v1.0.21
3802026-06-10T03:39:05.435Z Compiling bitflags v2.13.0
3812026-06-10T03:39:05.450Z Compiling anstyle-parse v1.0.0
3822026-06-10T03:39:05.664Z Compiling serde_json v1.0.150
3832026-06-10T03:39:05.667Z Compiling anstyle v1.0.14
3842026-06-10T03:39:05.670Z Compiling serde v1.0.228
3852026-06-10T03:39:05.853Z Compiling thiserror v2.0.18
3862026-06-10T03:39:05.871Z Compiling camino v1.2.2
3872026-06-10T03:39:05.894Z Compiling colorchoice v1.0.5
3882026-06-10T03:39:05.929Z Compiling is_terminal_polyfill v1.70.2
3892026-06-10T03:39:06.015Z Compiling anstyle-query v1.1.5
3902026-06-10T03:39:06.049Z Compiling itoa v1.0.18
3912026-06-10T03:39:06.117Z Compiling errno v0.3.14
3922026-06-10T03:39:06.134Z Compiling anstream v1.0.0
3932026-06-10T03:39:06.287Z Compiling anyhow v1.0.102
3942026-06-10T03:39:06.304Z Compiling clap_lex v1.1.0
3952026-06-10T03:39:06.434Z Compiling memchr v2.8.1
3962026-06-10T03:39:06.536Z Compiling strsim v0.11.1
3972026-06-10T03:39:06.613Z Compiling syn v2.0.117
3982026-06-10T03:39:06.661Z Compiling winnow v1.0.3
3992026-06-10T03:39:06.661Z Compiling heck v0.5.0
4002026-06-10T03:39:06.694Z Compiling terminal_size v0.4.4
4012026-06-10T03:39:06.848Z Compiling clap_builder v4.6.0
4022026-06-10T03:39:07.055Z Compiling toml_parser v1.1.2+spec-1.1.0
4032026-06-10T03:39:07.094Z Compiling toml_writer v1.1.1+spec-1.1.0
4042026-06-10T03:39:07.459Z Compiling serde_spanned v1.1.1
4052026-06-10T03:39:07.614Z Compiling toml_datetime v1.1.1+spec-1.1.0
4062026-06-10T03:39:07.680Z Compiling cargo-platform v0.3.3
4072026-06-10T03:39:07.732Z Compiling semver v1.0.28
4082026-06-10T03:39:08.193Z Compiling toml v1.1.2+spec-1.1.0
4092026-06-10T03:39:08.944Z Compiling thiserror-impl v2.0.18
4102026-06-10T03:39:09.190Z Compiling serde_derive v1.0.228
4112026-06-10T03:39:09.274Z Compiling clap_derive v4.6.1
4122026-06-10T03:39:10.893Z Compiling clap v4.6.1
4132026-06-10T03:39:12.187Z Compiling cargo_metadata v0.23.1
4142026-06-10T03:39:14.572Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4152026-06-10T03:39:16.170Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.30s
4162026-06-10T03:39:16.184Z Running `target/debug/xtask build --profile debug xde xde-link`
4172026-06-10T03:39:17.874ZBuilding xde (dev).
4182026-06-10T03:39:18.098Z Compiling serde_core v1.0.228
4192026-06-10T03:39:18.098Z Compiling byteorder v1.5.0
4202026-06-10T03:39:18.098Z Compiling cfg-if v1.0.4
4212026-06-10T03:39:18.101Z Compiling stable_deref_trait v1.2.1
4222026-06-10T03:39:18.101Z Compiling macaddr v1.0.1
4232026-06-10T03:39:18.126Z Compiling thiserror v2.0.18
4242026-06-10T03:39:18.129Z Compiling zerocopy v0.8.52
4252026-06-10T03:39:18.132Z Compiling bitflags v1.3.2
4262026-06-10T03:39:18.170Z Compiling managed v0.8.0
4272026-06-10T03:39:18.177Z Compiling cobs v0.3.0
4282026-06-10T03:39:18.184Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-06-10T03:39:18.212Z Compiling either v1.16.0
4302026-06-10T03:39:18.284Z Compiling hash32 v0.3.1
4312026-06-10T03:39:18.364Z Compiling itertools v0.14.0
4322026-06-10T03:39:18.382Z Compiling heapless v0.8.0
4332026-06-10T03:39:18.386Z Compiling ref-cast v1.0.25
4342026-06-10T03:39:18.428Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4352026-06-10T03:39:18.440Z Compiling crc32fast v1.5.0
4362026-06-10T03:39:18.455Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4372026-06-10T03:39:18.467Z Compiling dyn-clone v1.0.20
4382026-06-10T03:39:18.624Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4392026-06-10T03:39:18.744Z Compiling smoltcp v0.11.0
4402026-06-10T03:39:19.673Z Compiling bitflags v2.13.0
4412026-06-10T03:39:19.674Z Compiling serde v1.0.228
4422026-06-10T03:39:19.674Z Compiling uuid v1.23.3
4432026-06-10T03:39:19.804Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4442026-06-10T03:39:20.078Z Compiling postcard v1.1.3
4452026-06-10T03:39:20.803Z Compiling ingot-types v0.1.2
4462026-06-10T03:39:21.102Z Compiling ingot v0.1.1
4472026-06-10T03:39:22.567Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4482026-06-10T03:39:26.852Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4492026-06-10T03:39:37.179Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4502026-06-10T03:39:45.407Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.50s
4512026-06-10T03:39:45.434ZLinking xde kmod...
4522026-06-10T03:39:46.569ZBuilding xde dev link helper (dev).
4532026-06-10T03:39:46.731Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4542026-06-10T03:39:47.058Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s
4552026-06-10T03:39:47.094Z
4562026-06-10T03:39:47.094Zreal 42.223316797
4572026-06-10T03:39:47.094Zuser 2:15.662715242
4582026-06-10T03:39:47.094Zsys 11.213447951
4592026-06-10T03:39:47.098Ztrap 0.052409749
4602026-06-10T03:39:47.098Ztflt 0.243475364
4612026-06-10T03:39:47.098Zdflt 0.493285009
4622026-06-10T03:39:47.098Zkflt 0.000008130
4632026-06-10T03:39:47.098Zlock 6:26.683176152
4642026-06-10T03:39:47.098Zslp 3:53.192986128
4652026-06-10T03:39:47.098Zlat 5.649321413
4662026-06-10T03:39:47.098Zstop 4.696341292
4672026-06-10T03:39:47.098Z+ header 'build xde (release)'
4682026-06-10T03:39:47.098Z+ echo '# ==== build xde (release) ==== #'
4692026-06-10T03:39:47.098Z# ==== build xde (release) ==== #
4702026-06-10T03:39:47.098Z+ ptime -m cargo xtask build --profile release xde xde-link
4712026-06-10T03:39:47.220Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4722026-06-10T03:39:47.224Z Running `target/debug/xtask build --profile release xde xde-link`
4732026-06-10T03:39:47.413ZBuilding xde (release-lto).
4742026-06-10T03:39:47.636Z 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-06-10T03:39:47.636Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4762026-06-10T03:39:47.636Z Compiling proc-macro2 v1.0.106
4772026-06-10T03:39:47.636Z Compiling quote v1.0.45
4782026-06-10T03:39:47.636Z Compiling unicode-ident v1.0.24
4792026-06-10T03:39:47.636Z Compiling ident_case v1.0.1
4802026-06-10T03:39:47.640Z Compiling strsim v0.11.1
4812026-06-10T03:39:47.640Z Compiling serde_core v1.0.228
4822026-06-10T03:39:47.751Z Compiling fnv v1.0.7
4832026-06-10T03:39:47.756Z Compiling memchr v2.8.1
4842026-06-10T03:39:47.832Z Compiling regex-syntax v0.8.11
4852026-06-10T03:39:47.994Z Compiling serde v1.0.228
4862026-06-10T03:39:48.006Z Compiling zerocopy v0.8.52
4872026-06-10T03:39:48.012Z Compiling either v1.16.0
4882026-06-10T03:39:48.140Z Compiling aho-corasick v1.1.4
4892026-06-10T03:39:48.193Z Compiling thiserror v2.0.18
4902026-06-10T03:39:48.380Z Compiling itertools v0.14.0
4912026-06-10T03:39:48.384Z Compiling heapless v0.8.0
4922026-06-10T03:39:48.720Z Compiling syn v2.0.117
4932026-06-10T03:39:48.769Z Compiling smoltcp v0.11.0
4942026-06-10T03:39:48.785Z Compiling crc32fast v1.5.0
4952026-06-10T03:39:48.870Z Compiling ref-cast v1.0.25
4962026-06-10T03:39:49.106Z Compiling version_check v0.9.5
4972026-06-10T03:39:49.265Z Compiling regex-automata v0.4.14
4982026-06-10T03:39:49.447Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4992026-06-10T03:39:50.765Z Compiling regex v1.12.4
5002026-06-10T03:39:50.969Z Compiling darling_core v0.21.3
5012026-06-10T03:39:50.969Z Compiling darling_core v0.23.0
5022026-06-10T03:39:51.890Z Compiling serde_derive v1.0.228
5032026-06-10T03:39:51.890Z Compiling thiserror-impl v2.0.18
5042026-06-10T03:39:51.890Z Compiling zerocopy-derive v0.8.52
5052026-06-10T03:39:51.894Z Compiling ref-cast-impl v1.0.25
5062026-06-10T03:39:51.894Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-06-10T03:39:53.445Z Compiling darling_macro v0.21.3
5082026-06-10T03:39:53.533Z Compiling darling_macro v0.23.0
5092026-06-10T03:39:54.314Z Compiling darling v0.21.3
5102026-06-10T03:39:54.375Z Compiling ingot-macros v0.1.1
5112026-06-10T03:39:54.390Z Compiling darling v0.23.0
5122026-06-10T03:39:54.444Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-06-10T03:39:59.467Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5142026-06-10T03:40:01.523Z Compiling byteorder v1.5.0
5152026-06-10T03:40:01.523Z Compiling cfg-if v1.0.4
5162026-06-10T03:40:01.526Z Compiling macaddr v1.0.1
5172026-06-10T03:40:01.526Z Compiling stable_deref_trait v1.2.1
5182026-06-10T03:40:01.584Z Compiling managed v0.8.0
5192026-06-10T03:40:01.588Z Compiling cobs v0.3.0
5202026-06-10T03:40:01.617Z Compiling bitflags v1.3.2
5212026-06-10T03:40:01.680Z Compiling hash32 v0.3.1
5222026-06-10T03:40:01.801Z Compiling dyn-clone v1.0.20
5232026-06-10T03:40:01.883Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-06-10T03:40:03.093Z Compiling bitflags v2.13.0
5252026-06-10T03:40:03.093Z Compiling uuid v1.23.3
5262026-06-10T03:40:03.233Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-06-10T03:40:03.530Z Compiling postcard v1.1.3
5282026-06-10T03:40:04.314Z Compiling ingot-types v0.1.2
5292026-06-10T03:40:04.630Z Compiling ingot v0.1.1
5302026-06-10T03:40:06.171Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-06-10T03:40:09.921Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-06-10T03:40:18.584Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-06-10T03:40:48.076Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 00s
5342026-06-10T03:40:48.100ZLinking xde kmod...
5352026-06-10T03:40:48.674ZBuilding xde dev link helper (release).
5362026-06-10T03:40:48.830Z 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-06-10T03:40:48.830Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5382026-06-10T03:40:48.830Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-06-10T03:40:59.702Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-06-10T03:41:02.051Z Finished `release` profile [optimized + debuginfo] target(s) in 13.35s
5412026-06-10T03:41:02.071Z
5422026-06-10T03:41:02.074Zreal 1:14.984329437
5432026-06-10T03:41:02.074Zuser 2:07.704925574
5442026-06-10T03:41:02.074Zsys 12.245759916
5452026-06-10T03:41:02.074Ztrap 0.032250461
5462026-06-10T03:41:02.074Ztflt 0.133027096
5472026-06-10T03:41:02.074Zdflt 0.242225866
5482026-06-10T03:41:02.074Zkflt 0.000015450
5492026-06-10T03:41:02.075Zlock 10:44.754746889
5502026-06-10T03:41:02.075Zslp 6:04.046763923
5512026-06-10T03:41:02.075Zlat 2.220238901
5522026-06-10T03:41:02.075Zstop 4.848306839
5532026-06-10T03:41:02.075Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-06-10T03:41:02.075Z+ grep GOTPCREL
5552026-06-10T03:41:03.909Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-06-10T03:41:03.914Z+ grep GOTPCREL
5572026-06-10T03:41:04.877Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-06-10T03:41:04.934Z+ sha256sum /work/debug/xde.dbg
5592026-06-10T03:41:04.987Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-06-10T03:41:04.990Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-06-10T03:41:04.992Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-06-10T03:41:05.032Z+ sha256sum /work/release/xde
5632026-06-10T03:41:05.060Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-06-10T03:41:05.063Z+ sha256sum /work/release/xde_link.so
5652026-06-10T03:41:05.066Z+ header 'build xde integration tests'
5662026-06-10T03:41:05.066Z+ echo '# ==== build xde integration tests ==== #'
5672026-06-10T03:41:05.066Z+ pushd xde-tests
5682026-06-10T03:41:05.066Z# ==== build xde integration tests ==== #
5692026-06-10T03:41:05.066Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-06-10T03:41:05.066Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5712026-06-10T03:41:05.147Z+ cargo clippy --all-targets -- --deny warnings
5722026-06-10T03:41:05.360Z Compiling serde_core v1.0.228
5732026-06-10T03:41:05.360Z Checking cfg-if v1.0.4
5742026-06-10T03:41:05.360Z Checking memchr v2.8.1
5752026-06-10T03:41:05.360Z Compiling serde v1.0.228
5762026-06-10T03:41:05.363Z Compiling rustversion v1.0.22
5772026-06-10T03:41:05.363Z Compiling strsim v0.11.1
5782026-06-10T03:41:05.363Z Compiling version_check v0.9.5
5792026-06-10T03:41:05.363Z Compiling syn v2.0.117
5802026-06-10T03:41:05.431Z Compiling ident_case v1.0.1
5812026-06-10T03:41:05.536Z Compiling libc v0.2.186
5822026-06-10T03:41:05.653Z Compiling fnv v1.0.7
5832026-06-10T03:41:05.724Z Compiling regex-syntax v0.8.11
5842026-06-10T03:41:05.734Z Compiling syn v1.0.109
5852026-06-10T03:41:05.745Z Checking pin-project-lite v0.2.17
5862026-06-10T03:41:05.821Z Compiling equivalent v1.0.2
5872026-06-10T03:41:05.897Z Compiling zerocopy v0.8.52
5882026-06-10T03:41:06.081Z Compiling aho-corasick v1.1.4
5892026-06-10T03:41:06.234Z Compiling hashbrown v0.17.1
5902026-06-10T03:41:06.274Z Compiling either v1.16.0
5912026-06-10T03:41:06.290Z Compiling winnow v1.0.3
5922026-06-10T03:41:06.470Z Compiling itertools v0.14.0
5932026-06-10T03:41:06.767Z Compiling indexmap v2.14.0
5942026-06-10T03:41:07.223Z Compiling regex-automata v0.4.14
5952026-06-10T03:41:07.283Z Compiling toml_parser v1.1.2+spec-1.1.0
5962026-06-10T03:41:07.349Z Compiling toml_datetime v1.1.1+spec-1.1.0
5972026-06-10T03:41:07.463Z Checking byteorder v1.5.0
5982026-06-10T03:41:07.615Z Compiling heapless v0.8.0
5992026-06-10T03:41:07.677Z Checking hash32 v0.3.1
6002026-06-10T03:41:07.736Z Compiling toml_edit v0.25.12+spec-1.1.0
6012026-06-10T03:41:07.774Z Checking bitflags v2.13.0
6022026-06-10T03:41:07.778Z Compiling slog v2.8.2
6032026-06-10T03:41:07.814Z Checking futures-core v0.3.32
6042026-06-10T03:41:07.915Z Compiling darling_core v0.21.3
6052026-06-10T03:41:07.926Z Compiling darling_core v0.23.0
6062026-06-10T03:41:08.001Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6072026-06-10T03:41:08.081Z Checking stable_deref_trait v1.2.1
6082026-06-10T03:41:08.144Z Checking macaddr v1.0.1
6092026-06-10T03:41:08.242Z Compiling smoltcp v0.11.0
6102026-06-10T03:41:08.280Z Checking futures-sink v0.3.32
6112026-06-10T03:41:08.369Z Checking futures-channel v0.3.32
6122026-06-10T03:41:08.563Z Compiling proc-macro-crate v3.5.0
6132026-06-10T03:41:08.613Z Compiling proc-macro-error-attr v1.0.4
6142026-06-10T03:41:08.844Z Compiling regex v1.12.4
6152026-06-10T03:41:08.936Z Checking managed v0.8.0
6162026-06-10T03:41:08.967Z Checking bitflags v1.3.2
6172026-06-10T03:41:09.028Z Compiling ref-cast v1.0.25
6182026-06-10T03:41:09.102Z Compiling serde_derive v1.0.228
6192026-06-10T03:41:09.114Z Compiling thiserror-impl v2.0.18
6202026-06-10T03:41:09.232Z Compiling zerocopy-derive v0.8.52
6212026-06-10T03:41:09.350Z Compiling futures-macro v0.3.32
6222026-06-10T03:41:09.627Z Checking slab v0.4.12
6232026-06-10T03:41:09.717Z Compiling autocfg v1.5.1
6242026-06-10T03:41:09.777Z Compiling getrandom v0.4.2
6252026-06-10T03:41:09.964Z Compiling darling_macro v0.23.0
6262026-06-10T03:41:09.968Z Compiling darling_macro v0.21.3
6272026-06-10T03:41:10.050Z Checking futures-task v0.3.32
6282026-06-10T03:41:10.057Z Checking futures-io v0.3.32
6292026-06-10T03:41:10.150Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
6302026-06-10T03:41:10.159Z Compiling crc32fast v1.5.0
6312026-06-10T03:41:10.176Z Checking rand_core v0.10.1
6322026-06-10T03:41:10.299Z Checking thiserror v2.0.18
6332026-06-10T03:41:10.303Z Checking futures-util v0.3.32
6342026-06-10T03:41:10.377Z Compiling num-traits v0.2.19
6352026-06-10T03:41:10.388Z Checking cobs v0.3.0
6362026-06-10T03:41:10.514Z Compiling darling v0.21.3
6372026-06-10T03:41:10.518Z Compiling darling v0.23.0
6382026-06-10T03:41:10.526Z Compiling num_enum_derive v0.7.6
6392026-06-10T03:41:10.583Z Compiling ingot-macros v0.1.1
6402026-06-10T03:41:10.583Z Compiling foreign-types-macros v0.2.3
6412026-06-10T03:41:10.607Z Compiling ref-cast-impl v1.0.25
6422026-06-10T03:41:11.245Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6432026-06-10T03:41:11.256Z Compiling proc-macro-error v1.0.4
6442026-06-10T03:41:11.491Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6452026-06-10T03:41:11.559Z Compiling crossbeam-utils v0.8.21
6462026-06-10T03:41:11.597Z Checking once_cell v1.21.4
6472026-06-10T03:41:11.729Z Checking unicode-width v0.2.2
6482026-06-10T03:41:11.745Z Checking cpufeatures v0.3.0
6492026-06-10T03:41:11.762Z Checking ipnetwork v0.21.1
6502026-06-10T03:41:11.804Z Checking foreign-types-shared v0.3.1
6512026-06-10T03:41:11.879Z Checking foreign-types v0.5.0
6522026-06-10T03:41:11.889Z Checking chacha20 v0.10.0
6532026-06-10T03:41:11.921Z Checking tracing-core v0.1.36
6542026-06-10T03:41:11.969Z Checking tabwriter v1.4.1
6552026-06-10T03:41:11.977Z Checking num_enum v0.7.6
6562026-06-10T03:41:12.157Z Checking erased-serde v0.3.31
6572026-06-10T03:41:12.162Z Checking postcard v1.1.3
6582026-06-10T03:41:12.232Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6592026-06-10T03:41:12.255Z Checking futures-executor v0.3.32
6602026-06-10T03:41:12.434Z Checking anyhow v1.0.102
6612026-06-10T03:41:12.487Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6622026-06-10T03:41:12.509Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6632026-06-10T03:41:12.552Z Compiling tracing-attributes v0.1.31
6642026-06-10T03:41:12.777Z Checking cstr-argument v0.1.2
6652026-06-10T03:41:12.891Z Compiling num-conv v0.2.2
6662026-06-10T03:41:12.937Z Compiling thiserror v1.0.69
6672026-06-10T03:41:12.959Z Checking dyn-clone v1.0.20
6682026-06-10T03:41:13.031Z Checking powerfmt v0.2.0
6692026-06-10T03:41:13.053Z Compiling time-core v0.1.8
6702026-06-10T03:41:13.081Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
6712026-06-10T03:41:13.174Z Checking pretty-hex v0.4.2
6722026-06-10T03:41:13.186Z Compiling time-macros v0.2.27
6732026-06-10T03:41:13.272Z Checking deranged v0.5.8
6742026-06-10T03:41:13.279Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
6752026-06-10T03:41:13.309Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6762026-06-10T03:41:13.374Z Checking ingot-types v0.1.2
6772026-06-10T03:41:13.397Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6782026-06-10T03:41:13.418Z Checking rand v0.10.1
6792026-06-10T03:41:13.473Z Checking futures v0.3.32
6802026-06-10T03:41:13.664Z Compiling thiserror-impl v1.0.69
6812026-06-10T03:41:13.699Z Checking ingot v0.1.1
6822026-06-10T03:41:13.769Z Checking tracing v0.1.44
6832026-06-10T03:41:13.868Z Checking uuid v1.23.3
6842026-06-10T03:41:13.874Z Checking arc-swap v1.9.1
6852026-06-10T03:41:13.948Z Checking socket2 v0.6.4
6862026-06-10T03:41:14.006Z Checking nom v8.0.0
6872026-06-10T03:41:14.123Z Checking thread_local v1.1.9
6882026-06-10T03:41:14.158Z Checking itoa v1.0.18
6892026-06-10T03:41:14.274Z Checking lazy_static v1.5.0
6902026-06-10T03:41:14.293Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6912026-06-10T03:41:14.356Z Compiling heck v0.4.1
6922026-06-10T03:41:14.411Z Checking colored v3.1.1
6932026-06-10T03:41:14.419Z Compiling slog-async v2.8.0
6942026-06-10T03:41:14.539Z Checking oxnet v0.1.6
6952026-06-10T03:41:14.706Z Checking iana-time-zone v0.1.65
6962026-06-10T03:41:14.743Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6972026-06-10T03:41:14.747Z Checking time v0.3.47
6982026-06-10T03:41:14.803Z Checking chrono v0.4.45
6992026-06-10T03:41:14.890Z Checking slog-scope v4.4.1
7002026-06-10T03:41:15.016Z Checking crossbeam-channel v0.5.15
7012026-06-10T03:41:15.258Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7022026-06-10T03:41:15.332Z Checking cookie-factory v0.3.3
7032026-06-10T03:41:15.394Z Checking itertools v0.12.1
7042026-06-10T03:41:15.540Z Checking is-terminal v0.4.17
7052026-06-10T03:41:15.569Z Checking circular v0.3.0
7062026-06-10T03:41:15.595Z Checking take_mut v0.2.2
7072026-06-10T03:41:15.613Z Checking log v0.4.32
7082026-06-10T03:41:15.674Z Checking term v1.2.1
7092026-06-10T03:41:15.768Z Checking slog-stdlog v4.1.1
7102026-06-10T03:41:15.886Z Checking slog-term v2.9.2
7112026-06-10T03:41:15.903Z Checking rusticata-macros v5.0.0
7122026-06-10T03:41:16.028Z Checking pcap-parser v0.17.0
7132026-06-10T03:41:16.396Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7142026-06-10T03:41:16.679Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
7152026-06-10T03:41:17.112Z Checking slog-envlogger v2.2.0
7162026-06-10T03:41:19.807Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7172026-06-10T03:41:21.448Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7182026-06-10T03:41:21.451Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7192026-06-10T03:41:21.791Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7202026-06-10T03:41:22.330Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.14s
7212026-06-10T03:41:22.367Z+ cargo build --test loopback
7222026-06-10T03:41:22.540Z Compiling cfg-if v1.0.4
7232026-06-10T03:41:22.540Z Compiling memchr v2.8.1
7242026-06-10T03:41:22.543Z Compiling serde_core v1.0.228
7252026-06-10T03:41:22.568Z Compiling libc v0.2.186
7262026-06-10T03:41:22.571Z Compiling thiserror v2.0.18
7272026-06-10T03:41:22.571Z Compiling pin-project-lite v0.2.17
7282026-06-10T03:41:22.576Z Compiling either v1.16.0
7292026-06-10T03:41:22.579Z Compiling byteorder v1.5.0
7302026-06-10T03:41:22.618Z Compiling zerocopy v0.8.52
7312026-06-10T03:41:22.645Z Compiling stable_deref_trait v1.2.1
7322026-06-10T03:41:22.650Z Compiling macaddr v1.0.1
7332026-06-10T03:41:22.711Z Compiling hash32 v0.3.1
7342026-06-10T03:41:22.739Z Compiling futures-sink v0.3.32
7352026-06-10T03:41:22.763Z Compiling futures-core v0.3.32
7362026-06-10T03:41:22.835Z Compiling heapless v0.8.0
7372026-06-10T03:41:22.864Z Compiling futures-channel v0.3.32
7382026-06-10T03:41:22.886Z Compiling cobs v0.3.0
7392026-06-10T03:41:22.896Z Compiling bitflags v1.3.2
7402026-06-10T03:41:22.920Z Compiling managed v0.8.0
7412026-06-10T03:41:22.957Z Compiling rand_core v0.10.1
7422026-06-10T03:41:23.088Z Compiling futures-io v0.3.32
7432026-06-10T03:41:23.112Z Compiling futures-task v0.3.32
7442026-06-10T03:41:23.136Z Compiling slab v0.4.12
7452026-06-10T03:41:23.156Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7462026-06-10T03:41:23.263Z Compiling smoltcp v0.11.0
7472026-06-10T03:41:23.283Z Compiling futures-util v0.3.32
7482026-06-10T03:41:23.302Z Compiling unicode-width v0.2.2
7492026-06-10T03:41:23.315Z Compiling foreign-types-shared v0.3.1
7502026-06-10T03:41:23.397Z Compiling ipnetwork v0.21.1
7512026-06-10T03:41:23.401Z Compiling once_cell v1.21.4
7522026-06-10T03:41:23.598Z Compiling cpufeatures v0.3.0
7532026-06-10T03:41:23.625Z Compiling tracing-core v0.1.36
7542026-06-10T03:41:23.666Z Compiling chacha20 v0.10.0
7552026-06-10T03:41:23.915Z Compiling tabwriter v1.4.1
7562026-06-10T03:41:24.042Z Compiling foreign-types v0.5.0
7572026-06-10T03:41:24.113Z Compiling ref-cast v1.0.25
7582026-06-10T03:41:24.118Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7592026-06-10T03:41:24.208Z Compiling num_enum v0.7.6
7602026-06-10T03:41:24.323Z Compiling serde v1.0.228
7612026-06-10T03:41:24.330Z Compiling bitflags v2.13.0
7622026-06-10T03:41:24.519Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7632026-06-10T03:41:24.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
7642026-06-10T03:41:24.806Z Compiling erased-serde v0.3.31
7652026-06-10T03:41:24.870Z Compiling postcard v1.1.3
7662026-06-10T03:41:24.945Z Compiling crc32fast v1.5.0
7672026-06-10T03:41:24.964Z Compiling getrandom v0.4.2
7682026-06-10T03:41:25.127Z Compiling cstr-argument v0.1.2
7692026-06-10T03:41:25.176Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-06-10T03:41:25.183Z Compiling itertools v0.14.0
7712026-06-10T03:41:25.215Z Compiling slog v2.8.2
7722026-06-10T03:41:25.278Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7732026-06-10T03:41:25.289Z Compiling pretty-hex v0.4.2
7742026-06-10T03:41:25.419Z Compiling ingot-types v0.1.2
7752026-06-10T03:41:25.503Z Compiling futures-executor v0.3.32
7762026-06-10T03:41:25.574Z Compiling powerfmt v0.2.0
7772026-06-10T03:41:25.805Z Compiling ingot v0.1.1
7782026-06-10T03:41:25.839Z Compiling dyn-clone v1.0.20
7792026-06-10T03:41:25.842Z Compiling deranged v0.5.8
7802026-06-10T03:41:25.859Z Compiling futures v0.3.32
7812026-06-10T03:41:25.962Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
7822026-06-10T03:41:25.977Z Compiling tracing v0.1.44
7832026-06-10T03:41:26.028Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7842026-06-10T03:41:26.112Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7852026-06-10T03:41:26.147Z Compiling num-traits v0.2.19
7862026-06-10T03:41:26.164Z Compiling rand v0.10.1
7872026-06-10T03:41:26.178Z Compiling uuid v1.23.3
7882026-06-10T03:41:26.358Z Compiling crossbeam-utils v0.8.21
7892026-06-10T03:41:26.601Z Compiling nom v8.0.0
7902026-06-10T03:41:26.799Z Compiling aho-corasick v1.1.4
7912026-06-10T03:41:26.827Z Compiling socket2 v0.6.4
7922026-06-10T03:41:26.873Z Compiling thread_local v1.1.9
7932026-06-10T03:41:27.116Z Compiling arc-swap v1.9.1
7942026-06-10T03:41:27.220Z Compiling lazy_static v1.5.0
7952026-06-10T03:41:27.291Z Compiling num-conv v0.2.2
7962026-06-10T03:41:27.315Z Compiling time-core v0.1.8
7972026-06-10T03:41:27.440Z Compiling oxnet v0.1.6
7982026-06-10T03:41:27.455Z Compiling winnow v1.0.3
7992026-06-10T03:41:27.488Z Compiling regex-syntax v0.8.11
8002026-06-10T03:41:27.646Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8012026-06-10T03:41:27.929Z Compiling colored v3.1.1
8022026-06-10T03:41:27.965Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8032026-06-10T03:41:28.085Z Compiling iana-time-zone v0.1.65
8042026-06-10T03:41:28.199Z Compiling chrono v0.4.45
8052026-06-10T03:41:28.568Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
8062026-06-10T03:41:28.948Z Compiling regex-automata v0.4.14
8072026-06-10T03:41:29.131Z Compiling rusticata-macros v5.0.0
8082026-06-10T03:41:29.471Z Compiling time v0.3.47
8092026-06-10T03:41:30.042Z Compiling slog-scope v4.4.1
8102026-06-10T03:41:30.514Z Compiling thiserror v1.0.69
8112026-06-10T03:41:30.615Z Compiling crossbeam-channel v0.5.15
8122026-06-10T03:41:31.401Z Compiling cookie-factory v0.3.3
8132026-06-10T03:41:31.455Z Compiling is-terminal v0.4.17
8142026-06-10T03:41:31.551Z Compiling itertools v0.12.1
8152026-06-10T03:41:31.726Z Compiling log v0.4.32
8162026-06-10T03:41:32.003Z Compiling take_mut v0.2.2
8172026-06-10T03:41:32.112Z Compiling circular v0.3.0
8182026-06-10T03:41:32.209Z Compiling term v1.2.1
8192026-06-10T03:41:32.369Z Compiling pcap-parser v0.17.0
8202026-06-10T03:41:32.937Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8212026-06-10T03:41:33.210Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8222026-06-10T03:41:34.602Z Compiling slog-term v2.9.2
8232026-06-10T03:41:35.006Z Compiling slog-async v2.8.0
8242026-06-10T03:41:35.327Z Compiling slog-stdlog v4.1.1
8252026-06-10T03:41:35.749Z Compiling regex v1.12.4
8262026-06-10T03:41:35.873Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8272026-06-10T03:41:36.264Z Compiling slog-envlogger v2.2.0
8282026-06-10T03:41:36.399Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8292026-06-10T03:41:36.830Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
8302026-06-10T03:41:37.809Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8312026-06-10T03:41:45.615Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.23s
8322026-06-10T03:41:45.649Z++ cargo build -q --test loopback --message-format=json
8332026-06-10T03:41:45.653Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8342026-06-10T03:41:45.773Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-952c3d1862f70003
8352026-06-10T03:41:45.773Z+ cargo build --test multicast_rx
8362026-06-10T03:41:45.879Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-06-10T03:41:47.494Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.71s
8382026-06-10T03:41:47.534Z++ cargo build -q --test multicast_rx --message-format=json
8392026-06-10T03:41:47.544Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-06-10T03:41:47.651Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-875eaa201637a593
8412026-06-10T03:41:47.652Z+ cargo build --test multicast_multi_sub
8422026-06-10T03:41:47.756Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-06-10T03:41:49.519Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.86s
8442026-06-10T03:41:49.555Z++ cargo build -q --test multicast_multi_sub --message-format=json
8452026-06-10T03:41:49.558Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-06-10T03:41:49.677Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-2e9147280b47c43d
8472026-06-10T03:41:49.677Z+ cargo build --test multicast_validation
8482026-06-10T03:41:49.782Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-06-10T03:41:51.728Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.04s
8502026-06-10T03:41:51.764Z++ cargo build -q --test multicast_validation --message-format=json
8512026-06-10T03:41:51.767Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-06-10T03:41:51.887Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-9863509ba7868d0a
8532026-06-10T03:41:51.887Z+ cargo build --test multicast_source_filter
8542026-06-10T03:41:51.990Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-06-10T03:41:54.054Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.13s
8562026-06-10T03:41:54.142Z++ cargo build -q --test multicast_source_filter --message-format=json
8572026-06-10T03:41:54.142Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-06-10T03:41:54.188Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-5fad731e4ac8d015
8592026-06-10T03:41:54.188Z+ mkdir -p /work/test
8602026-06-10T03:41:54.191Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-952c3d1862f70003 /work/test/loopback
8612026-06-10T03:41:54.231Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-875eaa201637a593 /work/test/multicast_rx
8622026-06-10T03:41:54.272Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-2e9147280b47c43d /work/test/multicast_multi_sub
8632026-06-10T03:41:54.317Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-9863509ba7868d0a /work/test/multicast_validation
8642026-06-10T03:41:54.359Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-5fad731e4ac8d015 /work/test/multicast_source_filter
8652026-06-10T03:41:54.402Zprocess exited: duration 269477 ms, exit code 0
 
8662026-06-10T03:41:54.420Zfound 14 output files
8672026-06-10T03:41:54.420Zuploading: /work/debug/xde.dbg (94662104 bytes)
8682026-06-10T03:41:56.005Zuploaded: /work/debug/xde.dbg
8692026-06-10T03:41:56.005Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-06-10T03:41:57.016Zuploaded: /work/debug/xde.dbg.sha256
8712026-06-10T03:41:57.016Zuploading: /work/debug/xde_link.dbg.so (1084980 bytes)
8722026-06-10T03:41:58.063Zuploaded: /work/debug/xde_link.dbg.so
8732026-06-10T03:41:58.063Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-06-10T03:41:59.074Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-06-10T03:41:59.074Zuploading: /work/release/xde (52019408 bytes)
8762026-06-10T03:42:00.400Zuploaded: /work/release/xde
8772026-06-10T03:42:00.400Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-06-10T03:42:01.410Zuploaded: /work/release/xde.sha256
8792026-06-10T03:42:01.410Zuploading: /work/release/xde_link.so (39516 bytes)
8802026-06-10T03:42:02.422Zuploaded: /work/release/xde_link.so
8812026-06-10T03:42:02.422Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-06-10T03:42:03.435Zuploaded: /work/release/xde_link.so.sha256
8832026-06-10T03:42:03.435Zuploading: /work/test/loopback (51673104 bytes)
8842026-06-10T03:42:04.979Zuploaded: /work/test/loopback
8852026-06-10T03:42:04.979Zuploading: /work/test/multicast_rx (51969152 bytes)
8862026-06-10T03:42:06.443Zuploaded: /work/test/multicast_rx
8872026-06-10T03:42:06.443Zuploading: /work/test/multicast_multi_sub (55860640 bytes)
8882026-06-10T03:42:08.242Zuploaded: /work/test/multicast_multi_sub
8892026-06-10T03:42:08.242Zuploading: /work/test/multicast_validation (52123000 bytes)
8902026-06-10T03:42:09.562Zuploaded: /work/test/multicast_validation
8912026-06-10T03:42:09.565Zuploading: /work/test/multicast_source_filter (52429592 bytes)
8922026-06-10T03:42:10.854Zuploaded: /work/test/multicast_source_filter
8932026-06-10T03:42:10.854Zuploading: /work/xde.conf (79 bytes)
8942026-06-10T03:42:11.863Zuploaded: /work/xde.conf