01KKTT7VZ6CW5KNKC6VZSYVGGY: opte-xde

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

Buildomat Job: 01KKTT88D2G4VH2D7P2SV2V07H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T07:56:53.531Zjob assigned to worker 01KKTT8CT0E8DYMZRZ1EKZR5Q6 [factory aws, i-0cb02f14ce2a80cd5] (queued for 1 m 53 s)
 
22026-03-16T07:57:00.977Zstarting task 0: "setup"
32026-03-16T07:57:00.983Z++ uname -s
42026-03-16T07:57:00.986Z+ kern=SunOS
52026-03-16T07:57:00.986Z+ build_user=build
62026-03-16T07:57:00.986Z+ build_uid=12345
72026-03-16T07:57:00.986Z+ work_dir=/work
82026-03-16T07:57:00.986Z+ input_dir=/input
92026-03-16T07:57:00.986Z+ [[ 0 == 12345 ]]
102026-03-16T07:57:00.987Z+ case "$kern" in
112026-03-16T07:57:00.987Z+ groupadd -g 12345 build
122026-03-16T07:57:00.990Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T07:57:02.994Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T07:57:03.118Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T07:57:03.121Z+ home_fs=zfs
162026-03-16T07:57:03.121Z+ [[ zfs == autofs ]]
172026-03-16T07:57:03.121Z+ mkdir -p /home/build
182026-03-16T07:57:03.124Z+ chown build:build /home/build /work
192026-03-16T07:57:05.125Z+ chmod 0700 /home/build /work
202026-03-16T07:57:05.132Zprocess exited: duration 4149 ms, exit code 0
 
212026-03-16T07:57:05.141Zstarting task 1: "rust-toolchain"
222026-03-16T07:57:05.147Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-16T07:57:05.147Z * rust toolchain channel = "1.93.1"
242026-03-16T07:57:05.147Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T07:57:05.147Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-16T07:57:05.147Z * rust toolchain profile = "default"
272026-03-16T07:57:05.147Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T07:57:05.147Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T07:57:05.147Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-16T07:57:05.258Zinfo: downloading installer
312026-03-16T07:57:06.977Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T07:57:06.978Zwarn: /opt/ooce/bin
332026-03-16T07:57:06.978Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T07:57:06.978Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T07:57:06.978Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T07:57:06.978Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T07:57:06.978Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T07:57:06.978Zerror: cannot install while Rust is installed
392026-03-16T07:57:06.978Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T07:57:06.978Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T07:57:06.978Zwarn: /home/build/.rustup/settings.toml
422026-03-16T07:57:06.978Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T07:57:06.978Zwarn: instead of the one inferred from the default host triple.
442026-03-16T07:57:06.989Zinfo: profile set to default
452026-03-16T07:57:06.989Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T07:57:06.992Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-16T07:57:07.135Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-16T07:57:07.138Zinfo: downloading 6 components
492026-03-16T07:57:21.992Z
502026-03-16T07:57:21.992Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
512026-03-16T07:57:22.025Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-16T07:57:22.025Z
532026-03-16T07:57:22.028Z
542026-03-16T07:57:22.028ZRust is installed now. Great!
552026-03-16T07:57:22.028Z
562026-03-16T07:57:22.028ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T07:57:22.028Zenvironment variable. This has not been done automatically.
582026-03-16T07:57:22.028Z
592026-03-16T07:57:22.028ZTo configure your current shell, you need to source
602026-03-16T07:57:22.028Zthe corresponding env file under $HOME/.cargo.
612026-03-16T07:57:22.028Z
622026-03-16T07:57:22.028ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T07:57:22.028Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T07:57:22.029Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T07:57:22.029Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T07:57:22.029Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T07:57:22.029Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T07:57:22.029Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T07:57:22.029Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T07:57:22.029Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T07:57:22.132Z+ rustup --version
722026-03-16T07:57:22.143Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T07:57:22.146Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T07:57:22.169Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-16T07:57:22.172Z+ cargo --version
762026-03-16T07:57:22.189Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-16T07:57:22.191Z+ rustc --version
782026-03-16T07:57:22.216Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-16T07:57:22.219Zprocess exited: duration 17079 ms, exit code 0
 
802026-03-16T07:57:22.225Zstarting task 2: "authentication"
812026-03-16T07:57:22.245Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T07:57:22.250Zstarting task 3: "clone repository"
832026-03-16T07:57:22.255Z+ mkdir -p /work/oxidecomputer/opte
842026-03-16T07:57:22.259Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-16T07:57:22.294ZCloning into '/work/oxidecomputer/opte'...
862026-03-16T07:57:23.138Z+ cd /work/oxidecomputer/opte
872026-03-16T07:57:23.138Z+ git fetch origin d9b87439179a558c7a423c2898fff6831fa5f5be
882026-03-16T07:57:23.400ZFrom https://github.com/oxidecomputer/opte
892026-03-16T07:57:23.400Z * branch d9b87439179a558c7a423c2898fff6831fa5f5be -> FETCH_HEAD
902026-03-16T07:57:23.408Z+ [[ -n renovate/lock-file-maintenance ]]
912026-03-16T07:57:23.411Z++ git branch --show-current
922026-03-16T07:57:23.414Z+ current=master
932026-03-16T07:57:23.414Z+ [[ master != renovate/lock-file-maintenance ]]
942026-03-16T07:57:23.414Z+ git branch -f renovate/lock-file-maintenance d9b87439179a558c7a423c2898fff6831fa5f5be
952026-03-16T07:57:23.417Z+ git checkout -f renovate/lock-file-maintenance
962026-03-16T07:57:23.437ZSwitched to branch 'renovate/lock-file-maintenance'
972026-03-16T07:57:23.440Z+ git reset --hard d9b87439179a558c7a423c2898fff6831fa5f5be
982026-03-16T07:57:23.460ZHEAD is now at d9b8743 Lock file maintenance
992026-03-16T07:57:23.463Zprocess exited: duration 1210 ms, exit code 0
 
1002026-03-16T07:57:23.469Zstarting task 4: "build"
1012026-03-16T07:57:23.473Z+ source .github/buildomat/common.sh
1022026-03-16T07:57:23.476Z++ rustup show active-toolchain
1032026-03-16T07:57:23.481Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-16T07:57:23.484Z++ pushd xde
1052026-03-16T07:57:23.484Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-16T07:57:23.484Z++ rustup show active-toolchain
1072026-03-16T07:57:23.487Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-16T07:57:23.661Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-16T07:57:23.664Zinfo: downloading 6 components
1102026-03-16T07:57:37.988Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-16T07:57:38.091Z+++ rustup show active-toolchain -v
1122026-03-16T07:57:38.095Z+++ head -n 1
1132026-03-16T07:57:38.096Z+++ cut '-d ' -f1
1142026-03-16T07:57:38.157Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-16T07:57:38.157Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-16T07:57:38.161Z++ popd
1172026-03-16T07:57:38.161Z/work/oxidecomputer/opte
1182026-03-16T07:57:38.162Z+ TGT_BASE=/work
1192026-03-16T07:57:38.162Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1202026-03-16T07:57:38.162Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1212026-03-16T07:57:38.162Z+ DBG_TGT=/work/debug
1222026-03-16T07:57:38.162Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1232026-03-16T07:57:38.162Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1242026-03-16T07:57:38.162Z+ REL_TGT=/work/release
1252026-03-16T07:57:38.162Z+ mkdir -p /work/debug /work/release
1262026-03-16T07:57:38.162Z+ cargo --version
1272026-03-16T07:57:38.172Zcargo 1.93.1 (083ac5135 2025-12-15)
1282026-03-16T07:57:38.175Z+ rustc --version
1292026-03-16T07:57:38.201Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1302026-03-16T07:57:38.209Z+ install_pkg jq
1312026-03-16T07:57:38.209Z+ set +o errexit
1322026-03-16T07:57:38.209Z+ pfexec pkg install jq
1332026-03-16T07:57:46.264Z Startup: Refreshing catalog 'helios-dev' ... Done
1342026-03-16T07:57:56.055Z Startup: Caching catalogs ... Done
1352026-03-16T07:58:18.300ZPlanning: Solver setup ... Done
1362026-03-16T07:58:18.451ZPlanning: Running solver ... Done
1372026-03-16T07:58:18.629ZPlanning: Consolidating action changes ... Done
1382026-03-16T07:58:18.632ZPlanning: Evaluating mediators ... Done
1392026-03-16T07:58:18.632ZPlanning: Planning completed in 22.43 seconds
1402026-03-16T07:58:18.651ZNo updates necessary for this image.
1412026-03-16T07:58:20.033Z+ exit_code=4
1422026-03-16T07:58:20.034Z+ [[ 4 -ne 0 ]]
1432026-03-16T07:58:20.038Z+ [[ 4 -ne 4 ]]
1442026-03-16T07:58:20.038Z+ set -o errexit
1452026-03-16T07:58:20.038Z+ pushd xde
1462026-03-16T07:58:20.038Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1472026-03-16T07:58:20.038Z+ cp xde.conf /work/xde.conf
1482026-03-16T07:58:20.038Z+ header 'check style'
1492026-03-16T07:58:20.038Z+ echo '# ==== check style ==== #'
1502026-03-16T07:58:20.038Z# ==== check style ==== #
1512026-03-16T07:58:20.038Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1522026-03-16T07:58:20.349Z
1532026-03-16T07:58:20.349Zreal 0.309347475
1542026-03-16T07:58:20.349Zuser 0.210465835
1552026-03-16T07:58:20.352Zsys 0.088502728
1562026-03-16T07:58:20.352Ztrap 0.000023407
1572026-03-16T07:58:20.352Ztflt 0.000039401
1582026-03-16T07:58:20.352Zdflt 0.000023035
1592026-03-16T07:58:20.352Zkflt 0.000000000
1602026-03-16T07:58:20.352Zlock 0.066137486
1612026-03-16T07:58:20.352Zslp 0.264833781
1622026-03-16T07:58:20.352Zlat 0.000273403
1632026-03-16T07:58:20.352Zstop 0.000116666
1642026-03-16T07:58:20.352Z+ header analyze
1652026-03-16T07:58:20.352Z+ echo '# ==== analyze ==== #'
1662026-03-16T07:58:20.352Z# ==== analyze ==== #
1672026-03-16T07:58:20.352Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1682026-03-16T07:58:20.590Z Updating crates.io index
1692026-03-16T07:58:20.627Z Updating git repository `https://github.com/oxidecomputer/falcon`
1702026-03-16T07:58:21.341Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1712026-03-16T07:58:21.926Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1722026-03-16T07:58:22.344Z Updating git repository `https://github.com/oxidecomputer/zone`
1732026-03-16T07:58:22.709Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1742026-03-16T07:58:22.938Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-03-16T07:58:23.182Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1762026-03-16T07:58:24.913Z Downloading crates ...
1772026-03-16T07:58:24.963Z Downloaded crc32fast v1.5.0
1782026-03-16T07:58:24.971Z Downloaded bitflags v2.11.0
1792026-03-16T07:58:24.975Z Downloaded defmt v1.0.1
1802026-03-16T07:58:24.982Z Downloaded strsim v0.11.1
1812026-03-16T07:58:24.985Z Downloaded cobs v0.3.0
1822026-03-16T07:58:24.985Z Downloaded embedded-io v0.4.0
1832026-03-16T07:58:24.990Z Downloaded defmt-parser v1.0.0
1842026-03-16T07:58:24.993Z Downloaded bitflags v1.3.2
1852026-03-16T07:58:24.996Z Downloaded proc-macro-error-attr2 v2.0.0
1862026-03-16T07:58:24.996Z Downloaded macaddr v1.0.1
1872026-03-16T07:58:24.996Z Downloaded ref-cast v1.0.25
1882026-03-16T07:58:24.999Z Downloaded defmt v0.3.100
1892026-03-16T07:58:25.003Z Downloaded hash32 v0.3.1
1902026-03-16T07:58:25.006Z Downloaded cfg-if v1.0.4
1912026-03-16T07:58:25.009Z Downloaded stable_deref_trait v1.2.1
1922026-03-16T07:58:25.012Z Downloaded ident_case v1.0.1
1932026-03-16T07:58:25.012Z Downloaded darling_macro v0.21.3
1942026-03-16T07:58:25.012Z Downloaded version_check v0.9.5
1952026-03-16T07:58:25.020Z Downloaded managed v0.8.0
1962026-03-16T07:58:25.026Z Downloaded ref-cast-impl v1.0.25
1972026-03-16T07:58:25.029Z Downloaded ingot v0.1.1
1982026-03-16T07:58:25.029Z Downloaded defmt-macros v1.0.1
1992026-03-16T07:58:25.032Z Downloaded embedded-io v0.6.1
2002026-03-16T07:58:25.035Z Downloaded dyn-clone v1.0.20
2012026-03-16T07:58:25.038Z Downloaded either v1.15.0
2022026-03-16T07:58:25.038Z Downloaded thiserror-impl v2.0.18
2032026-03-16T07:58:25.040Z Downloaded fnv v1.0.7
2042026-03-16T07:58:25.041Z Downloaded byteorder v1.5.0
2052026-03-16T07:58:25.046Z Downloaded quote v1.0.45
2062026-03-16T07:58:25.049Z Downloaded ingot-types v0.1.2
2072026-03-16T07:58:25.054Z Downloaded proc-macro-error2 v2.0.1
2082026-03-16T07:58:25.057Z Downloaded thiserror v2.0.18
2092026-03-16T07:58:25.060Z Downloaded ingot-macros v0.1.1
2102026-03-16T07:58:25.067Z Downloaded darling v0.21.3
2112026-03-16T07:58:25.079Z Downloaded darling_core v0.21.3
2122026-03-16T07:58:25.087Z Downloaded postcard v1.1.3
2132026-03-16T07:58:25.090Z Downloaded serde_core v1.0.228
2142026-03-16T07:58:25.093Z Downloaded uuid v1.22.0
2152026-03-16T07:58:25.096Z Downloaded heapless v0.8.0
2162026-03-16T07:58:25.099Z Downloaded proc-macro2 v1.0.106
2172026-03-16T07:58:25.102Z Downloaded serde_derive v1.0.228
2182026-03-16T07:58:25.104Z Downloaded unicode-ident v1.0.24
2192026-03-16T07:58:25.115Z Downloaded serde v1.0.228
2202026-03-16T07:58:25.131Z Downloaded memchr v2.8.0
2212026-03-16T07:58:25.141Z Downloaded zerocopy-derive v0.8.42
2222026-03-16T07:58:25.168Z Downloaded aho-corasick v1.1.4
2232026-03-16T07:58:25.180Z Downloaded regex v1.12.3
2242026-03-16T07:58:25.184Z Downloaded itertools v0.14.0
2252026-03-16T07:58:25.234Z Downloaded smoltcp v0.11.0
2262026-03-16T07:58:25.243Z Downloaded zerocopy v0.8.42
2272026-03-16T07:58:25.253Z Downloaded syn v2.0.117
2282026-03-16T07:58:25.261Z Downloaded regex-syntax v0.8.10
2292026-03-16T07:58:25.272Z Downloaded regex-automata v0.4.14
2302026-03-16T07:58:25.287Z Updating crates.io index
2312026-03-16T07:58:25.376Z Downloading crates ...
2322026-03-16T07:58:25.432Z Downloaded addr2line v0.25.1
2332026-03-16T07:58:25.439Z Downloaded rustc-literal-escaper v0.0.7
2342026-03-16T07:58:25.442Z Downloaded getopts v0.2.24
2352026-03-16T07:58:25.445Z Downloaded adler2 v2.0.1
2362026-03-16T07:58:25.445Z Downloaded foldhash v0.2.0
2372026-03-16T07:58:25.451Z Downloaded rustc-demangle v0.1.27
2382026-03-16T07:58:25.476Z Downloaded miniz_oxide v0.8.9
2392026-03-16T07:58:25.479Z Downloaded memchr v2.7.6
2402026-03-16T07:58:25.485Z Downloaded hashbrown v0.16.1
2412026-03-16T07:58:25.521Z Downloaded gimli v0.32.3
2422026-03-16T07:58:25.549Z Downloaded object v0.37.3
2432026-03-16T07:58:25.574Z Downloaded libc v0.2.178
2442026-03-16T07:58:25.645Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2452026-03-16T07:58:25.645Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2462026-03-16T07:58:25.645Z Compiling proc-macro2 v1.0.106
2472026-03-16T07:58:25.655Z Compiling quote v1.0.45
2482026-03-16T07:58:25.655Z Compiling unicode-ident v1.0.24
2492026-03-16T07:58:25.655Z Compiling serde_core v1.0.228
2502026-03-16T07:58:25.655Z Compiling strsim v0.11.1
2512026-03-16T07:58:25.655Z Compiling fnv v1.0.7
2522026-03-16T07:58:25.838Z Compiling ident_case v1.0.1
2532026-03-16T07:58:25.877Z Compiling memchr v2.8.0
2542026-03-16T07:58:25.978Z Compiling regex-syntax v0.8.10
2552026-03-16T07:58:26.217Z Compiling either v1.15.0
2562026-03-16T07:58:26.247Z Compiling thiserror v2.0.18
2572026-03-16T07:58:26.257Z Compiling serde v1.0.228
2582026-03-16T07:58:26.389Z Compiling zerocopy v0.8.42
2592026-03-16T07:58:26.484Z Compiling aho-corasick v1.1.4
2602026-03-16T07:58:26.789Z Compiling itertools v0.14.0
2612026-03-16T07:58:26.798Z Compiling heapless v0.8.0
2622026-03-16T07:58:27.093Z Compiling smoltcp v0.11.0
2632026-03-16T07:58:27.249Z Compiling syn v2.0.117
2642026-03-16T07:58:27.383Z Compiling crc32fast v1.5.0
2652026-03-16T07:58:27.490Z Compiling version_check v0.9.5
2662026-03-16T07:58:27.641Z Compiling ref-cast v1.0.25
2672026-03-16T07:58:27.976Z Compiling regex-automata v0.4.14
2682026-03-16T07:58:28.169Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-03-16T07:58:30.108Z Compiling regex v1.12.3
2702026-03-16T07:58:30.548Z Compiling darling_core v0.21.3
2712026-03-16T07:58:31.664Z Compiling serde_derive v1.0.228
2722026-03-16T07:58:31.664Z Compiling thiserror-impl v2.0.18
2732026-03-16T07:58:31.667Z Compiling zerocopy-derive v0.8.42
2742026-03-16T07:58:31.667Z Compiling ref-cast-impl v1.0.25
2752026-03-16T07:58:31.667Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-03-16T07:58:33.508Z Compiling darling_macro v0.21.3
2772026-03-16T07:58:34.585Z Compiling darling v0.21.3
2782026-03-16T07:58:34.658Z Compiling ingot-macros v0.1.1
2792026-03-16T07:58:34.661Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-03-16T07:58:42.140Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2812026-03-16T07:58:45.017Z Checking byteorder v1.5.0
2822026-03-16T07:58:45.017Z Checking cfg-if v1.0.4
2832026-03-16T07:58:45.020Z Checking macaddr v1.0.1
2842026-03-16T07:58:45.020Z Checking stable_deref_trait v1.2.1
2852026-03-16T07:58:45.020Z Checking managed v0.8.0
2862026-03-16T07:58:45.107Z Checking bitflags v1.3.2
2872026-03-16T07:58:45.119Z Checking cobs v0.3.0
2882026-03-16T07:58:45.204Z Checking dyn-clone v1.0.20
2892026-03-16T07:58:45.223Z Checking hash32 v0.3.1
2902026-03-16T07:58:45.273Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-03-16T07:58:46.970Z Checking bitflags v2.11.0
2922026-03-16T07:58:46.973Z Checking uuid v1.22.0
2932026-03-16T07:58:47.152Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-03-16T07:58:47.481Z Checking postcard v1.1.3
2952026-03-16T07:58:48.752Z Checking ingot-types v0.1.2
2962026-03-16T07:58:49.138Z Checking ingot v0.1.1
2972026-03-16T07:58:51.091Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-03-16T07:58:57.125Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-03-16T07:58:59.280Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-03-16T07:59:02.711Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.28s
3012026-03-16T07:59:02.842Z
3022026-03-16T07:59:02.846Zreal 42.482483060
3032026-03-16T07:59:02.846Zuser 1:38.568830326
3042026-03-16T07:59:02.846Zsys 12.086550891
3052026-03-16T07:59:02.846Ztrap 0.034615627
3062026-03-16T07:59:02.846Ztflt 0.071263935
3072026-03-16T07:59:02.846Zdflt 0.195763148
3082026-03-16T07:59:02.846Zkflt 0.001760235
3092026-03-16T07:59:02.846Zlock 5:02.518608254
3102026-03-16T07:59:02.846Zslp 4:15.565141270
3112026-03-16T07:59:02.846Zlat 2.283900320
3122026-03-16T07:59:02.846Zstop 8.022768058
3132026-03-16T07:59:02.846Z+ pushd xde-link
3142026-03-16T07:59:02.846Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-03-16T07:59:02.846Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-03-16T07:59:03.090Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3172026-03-16T07:59:03.090Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3182026-03-16T07:59:03.090Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-03-16T07:59:18.501Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3202026-03-16T07:59:21.434Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.51s
3212026-03-16T07:59:21.457Z
3222026-03-16T07:59:21.460Zreal 18.607797237
3232026-03-16T07:59:21.460Zuser 28.128451647
3242026-03-16T07:59:21.460Zsys 1.549200552
3252026-03-16T07:59:21.460Ztrap 0.005454249
3262026-03-16T07:59:21.460Ztflt 0.014404553
3272026-03-16T07:59:21.460Zdflt 0.041977568
3282026-03-16T07:59:21.460Zkflt 0.000003339
3292026-03-16T07:59:21.461Zlock 1:40.557320643
3302026-03-16T07:59:21.461Zslp 1:01.087566265
3312026-03-16T07:59:21.461Zlat 0.220241950
3322026-03-16T07:59:21.461Zstop 0.159822476
3332026-03-16T07:59:21.461Z+ popd
3342026-03-16T07:59:21.461Z+ popd
3352026-03-16T07:59:21.461Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-03-16T07:59:21.461Z/work/oxidecomputer/opte
3372026-03-16T07:59:21.461Z+ header 'build xde (debug)'
3382026-03-16T07:59:21.461Z+ echo '# ==== build xde (debug) ==== #'
3392026-03-16T07:59:21.461Z# ==== build xde (debug) ==== #
3402026-03-16T07:59:21.461Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-03-16T07:59:21.642Z Downloading crates ...
3422026-03-16T07:59:21.698Z Downloaded anstream v1.0.0
3432026-03-16T07:59:21.701Z Downloaded anstyle-query v1.1.5
3442026-03-16T07:59:21.704Z Downloaded anstyle-parse v1.0.0
3452026-03-16T07:59:21.706Z Downloaded anstyle v1.0.14
3462026-03-16T07:59:21.706Z Downloaded equivalent v1.0.2
3472026-03-16T07:59:21.709Z Downloaded errno v0.3.14
3482026-03-16T07:59:21.713Z Downloaded terminal_size v0.4.3
3492026-03-16T07:59:21.719Z Downloaded colorchoice v1.0.5
3502026-03-16T07:59:21.722Z Downloaded is_terminal_polyfill v1.70.2
3512026-03-16T07:59:21.726Z Downloaded clap_lex v1.1.0
3522026-03-16T07:59:21.729Z Downloaded utf8parse v0.2.2
3532026-03-16T07:59:21.732Z Downloaded heck v0.5.0
3542026-03-16T07:59:21.735Z Downloaded serde_spanned v1.0.4
3552026-03-16T07:59:21.738Z Downloaded itoa v1.0.17
3562026-03-16T07:59:21.741Z Downloaded cargo-platform v0.3.2
3572026-03-16T07:59:21.744Z Downloaded toml_datetime v1.0.0+spec-1.1.0
3582026-03-16T07:59:21.744Z Downloaded cargo_metadata v0.23.1
3592026-03-16T07:59:21.747Z Downloaded zmij v1.0.21
3602026-03-16T07:59:21.754Z Downloaded semver v1.0.27
3612026-03-16T07:59:21.761Z Downloaded toml v1.0.6+spec-1.1.0
3622026-03-16T07:59:21.764Z Downloaded toml_writer v1.0.6+spec-1.1.0
3632026-03-16T07:59:21.767Z Downloaded toml_parser v1.0.9+spec-1.1.0
3642026-03-16T07:59:21.767Z Downloaded anyhow v1.0.102
3652026-03-16T07:59:21.770Z Downloaded clap_derive v4.6.0
3662026-03-16T07:59:21.773Z Downloaded camino v1.2.2
3672026-03-16T07:59:21.776Z Downloaded clap v4.6.0
3682026-03-16T07:59:21.791Z Downloaded indexmap v2.13.0
3692026-03-16T07:59:21.815Z Downloaded serde_json v1.0.149
3702026-03-16T07:59:21.821Z Downloaded clap_builder v4.6.0
3712026-03-16T07:59:21.826Z Downloaded winnow v0.7.15
3722026-03-16T07:59:21.866Z Downloaded rustix v1.1.4
3732026-03-16T07:59:21.891Z Downloaded libc v0.2.183
3742026-03-16T07:59:21.950Z Compiling proc-macro2 v1.0.106
3752026-03-16T07:59:21.950Z Compiling serde_core v1.0.228
3762026-03-16T07:59:21.953Z Compiling quote v1.0.45
3772026-03-16T07:59:21.953Z Compiling unicode-ident v1.0.24
3782026-03-16T07:59:21.953Z Compiling libc v0.2.183
3792026-03-16T07:59:21.953Z Compiling rustix v1.1.4
3802026-03-16T07:59:21.953Z Compiling bitflags v2.11.0
3812026-03-16T07:59:21.953Z Compiling zmij v1.0.21
3822026-03-16T07:59:22.162Z Compiling utf8parse v0.2.2
3832026-03-16T07:59:22.282Z Compiling anstyle-parse v1.0.0
3842026-03-16T07:59:22.436Z Compiling thiserror v2.0.18
3852026-03-16T07:59:22.440Z Compiling anstyle v1.0.14
3862026-03-16T07:59:22.551Z Compiling serde_json v1.0.149
3872026-03-16T07:59:22.567Z Compiling serde v1.0.228
3882026-03-16T07:59:22.687Z Compiling anstyle-query v1.1.5
3892026-03-16T07:59:22.780Z Compiling camino v1.2.2
3902026-03-16T07:59:22.810Z Compiling is_terminal_polyfill v1.70.2
3912026-03-16T07:59:22.834Z Compiling colorchoice v1.0.5
3922026-03-16T07:59:22.953Z Compiling errno v0.3.14
3932026-03-16T07:59:23.003Z Compiling anstream v1.0.0
3942026-03-16T07:59:23.025Z Compiling clap_lex v1.1.0
3952026-03-16T07:59:23.154Z Compiling memchr v2.8.0
3962026-03-16T07:59:23.231Z Compiling heck v0.5.0
3972026-03-16T07:59:23.484Z Compiling strsim v0.11.1
3982026-03-16T07:59:23.523Z Compiling winnow v0.7.15
3992026-03-16T07:59:23.540Z Compiling anyhow v1.0.102
4002026-03-16T07:59:23.676Z Compiling syn v2.0.117
4012026-03-16T07:59:23.721Z Compiling terminal_size v0.4.3
4022026-03-16T07:59:23.905Z Compiling itoa v1.0.17
4032026-03-16T07:59:24.204Z Compiling clap_builder v4.6.0
4042026-03-16T07:59:24.235Z Compiling toml_writer v1.0.6+spec-1.1.0
4052026-03-16T07:59:24.978Z Compiling cargo-platform v0.3.2
4062026-03-16T07:59:24.978Z Compiling serde_spanned v1.0.4
4072026-03-16T07:59:25.178Z Compiling semver v1.0.27
4082026-03-16T07:59:25.288Z Compiling toml_parser v1.0.9+spec-1.1.0
4092026-03-16T07:59:25.481Z Compiling toml_datetime v1.0.0+spec-1.1.0
4102026-03-16T07:59:25.954Z Compiling toml v1.0.6+spec-1.1.0
4112026-03-16T07:59:27.215Z Compiling serde_derive v1.0.228
4122026-03-16T07:59:27.432Z Compiling thiserror-impl v2.0.18
4132026-03-16T07:59:27.726Z Compiling clap_derive v4.6.0
4142026-03-16T07:59:29.950Z Compiling clap v4.6.0
4152026-03-16T07:59:31.422Z Compiling cargo_metadata v0.23.1
4162026-03-16T07:59:34.764Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-03-16T07:59:36.879Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.40s
4182026-03-16T07:59:36.896Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-03-16T07:59:39.490ZBuilding xde (dev).
4202026-03-16T07:59:39.789Z Compiling serde_core v1.0.228
4212026-03-16T07:59:39.789Z Compiling byteorder v1.5.0
4222026-03-16T07:59:39.792Z Compiling cfg-if v1.0.4
4232026-03-16T07:59:39.792Z Compiling macaddr v1.0.1
4242026-03-16T07:59:39.792Z Compiling stable_deref_trait v1.2.1
4252026-03-16T07:59:39.815Z Compiling zerocopy v0.8.42
4262026-03-16T07:59:39.825Z Compiling thiserror v2.0.18
4272026-03-16T07:59:39.828Z Compiling managed v0.8.0
4282026-03-16T07:59:39.883Z Compiling bitflags v1.3.2
4292026-03-16T07:59:39.888Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4302026-03-16T07:59:39.945Z Compiling cobs v0.3.0
4312026-03-16T07:59:40.017Z Compiling either v1.15.0
4322026-03-16T07:59:40.120Z Compiling hash32 v0.3.1
4332026-03-16T07:59:40.174Z Compiling ref-cast v1.0.25
4342026-03-16T07:59:40.228Z Compiling heapless v0.8.0
4352026-03-16T07:59:40.253Z Compiling itertools v0.14.0
4362026-03-16T07:59:40.287Z Compiling crc32fast v1.5.0
4372026-03-16T07:59:40.290Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-03-16T07:59:40.307Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-03-16T07:59:40.311Z Compiling dyn-clone v1.0.20
4402026-03-16T07:59:40.519Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-03-16T07:59:40.751Z Compiling smoltcp v0.11.0
4422026-03-16T07:59:42.228Z Compiling serde v1.0.228
4432026-03-16T07:59:42.228Z Compiling bitflags v2.11.0
4442026-03-16T07:59:42.228Z Compiling uuid v1.22.0
4452026-03-16T07:59:42.401Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-03-16T07:59:42.818Z Compiling postcard v1.1.3
4472026-03-16T07:59:43.975Z Compiling ingot-types v0.1.2
4482026-03-16T07:59:44.372Z Compiling ingot v0.1.1
4492026-03-16T07:59:46.498Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-03-16T07:59:52.511Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-16T08:00:05.895Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-03-16T08:00:16.683Z Finished `dev` profile [optimized + debuginfo] target(s) in 37.15s
4532026-03-16T08:00:16.713ZLinking xde kmod...
4542026-03-16T08:00:18.091ZBuilding xde dev link helper (dev).
4552026-03-16T08:00:18.298Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-03-16T08:00:18.713Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.58s
4572026-03-16T08:00:18.740Z
4582026-03-16T08:00:18.743Zreal 57.272806665
4592026-03-16T08:00:18.743Zuser 3:01.261599212
4602026-03-16T08:00:18.743Zsys 13.921412183
4612026-03-16T08:00:18.743Ztrap 0.093283230
4622026-03-16T08:00:18.743Ztflt 0.402972130
4632026-03-16T08:00:18.743Zdflt 0.485510341
4642026-03-16T08:00:18.743Zkflt 0.000002498
4652026-03-16T08:00:18.743Zlock 8:58.590294037
4662026-03-16T08:00:18.743Zslp 5:17.401287159
4672026-03-16T08:00:18.743Zlat 6.242203950
4682026-03-16T08:00:18.743Zstop 5.496789365
4692026-03-16T08:00:18.743Z+ header 'build xde (release)'
4702026-03-16T08:00:18.743Z+ echo '# ==== build xde (release) ==== #'
4712026-03-16T08:00:18.743Z# ==== build xde (release) ==== #
4722026-03-16T08:00:18.743Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-03-16T08:00:18.924Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s
4742026-03-16T08:00:18.929Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-03-16T08:00:19.190ZBuilding xde (release-lto).
4762026-03-16T08:00:19.489Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4772026-03-16T08:00:19.489Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4782026-03-16T08:00:19.489Z Compiling proc-macro2 v1.0.106
4792026-03-16T08:00:19.492Z Compiling quote v1.0.45
4802026-03-16T08:00:19.492Z Compiling unicode-ident v1.0.24
4812026-03-16T08:00:19.492Z Compiling serde_core v1.0.228
4822026-03-16T08:00:19.492Z Compiling strsim v0.11.1
4832026-03-16T08:00:19.516Z Compiling fnv v1.0.7
4842026-03-16T08:00:19.605Z Compiling ident_case v1.0.1
4852026-03-16T08:00:19.635Z Compiling memchr v2.8.0
4862026-03-16T08:00:19.729Z Compiling regex-syntax v0.8.10
4872026-03-16T08:00:19.990Z Compiling serde v1.0.228
4882026-03-16T08:00:19.997Z Compiling thiserror v2.0.18
4892026-03-16T08:00:20.036Z Compiling zerocopy v0.8.42
4902026-03-16T08:00:20.210Z Compiling aho-corasick v1.1.4
4912026-03-16T08:00:20.453Z Compiling either v1.15.0
4922026-03-16T08:00:20.586Z Compiling heapless v0.8.0
4932026-03-16T08:00:20.698Z Compiling itertools v0.14.0
4942026-03-16T08:00:20.747Z Compiling smoltcp v0.11.0
4952026-03-16T08:00:21.029Z Compiling syn v2.0.117
4962026-03-16T08:00:21.107Z Compiling version_check v0.9.5
4972026-03-16T08:00:21.185Z Compiling crc32fast v1.5.0
4982026-03-16T08:00:21.275Z Compiling ref-cast v1.0.25
4992026-03-16T08:00:21.556Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5002026-03-16T08:00:21.783Z Compiling regex-automata v0.4.14
5012026-03-16T08:00:23.894Z Compiling regex v1.12.3
5022026-03-16T08:00:24.277Z Compiling darling_core v0.21.3
5032026-03-16T08:00:25.422Z Compiling zerocopy-derive v0.8.42
5042026-03-16T08:00:25.422Z Compiling serde_derive v1.0.228
5052026-03-16T08:00:25.425Z Compiling thiserror-impl v2.0.18
5062026-03-16T08:00:25.425Z Compiling ref-cast-impl v1.0.25
5072026-03-16T08:00:25.425Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-03-16T08:00:27.268Z Compiling darling_macro v0.21.3
5092026-03-16T08:00:28.348Z Compiling darling v0.21.3
5102026-03-16T08:00:28.419Z Compiling ingot-macros v0.1.1
5112026-03-16T08:00:28.422Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5122026-03-16T08:00:36.896Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5132026-03-16T08:00:39.780Z Compiling byteorder v1.5.0
5142026-03-16T08:00:39.780Z Compiling macaddr v1.0.1
5152026-03-16T08:00:39.783Z Compiling stable_deref_trait v1.2.1
5162026-03-16T08:00:39.783Z Compiling cfg-if v1.0.4
5172026-03-16T08:00:39.850Z Compiling bitflags v1.3.2
5182026-03-16T08:00:39.858Z Compiling managed v0.8.0
5192026-03-16T08:00:39.896Z Compiling cobs v0.3.0
5202026-03-16T08:00:40.058Z Compiling hash32 v0.3.1
5212026-03-16T08:00:40.212Z Compiling dyn-clone v1.0.20
5222026-03-16T08:00:40.282Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5232026-03-16T08:00:42.136Z Compiling bitflags v2.11.0
5242026-03-16T08:00:42.136Z Compiling uuid v1.22.0
5252026-03-16T08:00:42.315Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5262026-03-16T08:00:42.747Z Compiling postcard v1.1.3
5272026-03-16T08:00:44.040Z Compiling ingot-types v0.1.2
5282026-03-16T08:00:44.466Z Compiling ingot v0.1.1
5292026-03-16T08:00:46.748Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5302026-03-16T08:00:51.993Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5312026-03-16T08:01:03.476Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5322026-03-16T08:01:40.564Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 21s
5332026-03-16T08:01:40.591ZLinking xde kmod...
5342026-03-16T08:01:41.313ZBuilding xde dev link helper (release).
5352026-03-16T08:01:41.520Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5362026-03-16T08:01:41.520Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5372026-03-16T08:01:41.523Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5382026-03-16T08:01:57.959Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5392026-03-16T08:02:01.266Z Finished `release` profile [optimized + debuginfo] target(s) in 19.91s
5402026-03-16T08:02:01.290Z
5412026-03-16T08:02:01.293Zreal 1:42.535881932
5422026-03-16T08:02:01.293Zuser 2:49.067802034
5432026-03-16T08:02:01.293Zsys 14.867179994
5442026-03-16T08:02:01.293Ztrap 0.047328681
5452026-03-16T08:02:01.293Ztflt 0.139425689
5462026-03-16T08:02:01.293Zdflt 0.296020613
5472026-03-16T08:02:01.293Zkflt 0.000013928
5482026-03-16T08:02:01.293Zlock 14:17.736480717
5492026-03-16T08:02:01.293Zslp 7:50.709192730
5502026-03-16T08:02:01.293Zlat 2.915284457
5512026-03-16T08:02:01.293Zstop 6.264057692
5522026-03-16T08:02:01.293Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5532026-03-16T08:02:01.293Z+ grep GOTPCREL
5542026-03-16T08:02:03.454Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5552026-03-16T08:02:03.457Z+ grep GOTPCREL
5562026-03-16T08:02:04.568Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5572026-03-16T08:02:04.630Z+ sha256sum /work/debug/xde.dbg
5582026-03-16T08:02:04.695Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5592026-03-16T08:02:04.697Z+ sha256sum /work/debug/xde_link.dbg.so
5602026-03-16T08:02:04.701Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5612026-03-16T08:02:04.740Z+ sha256sum /work/release/xde
5622026-03-16T08:02:04.775Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5632026-03-16T08:02:04.778Z+ sha256sum /work/release/xde_link.so
5642026-03-16T08:02:04.781Z+ header 'build xde integration tests'
5652026-03-16T08:02:04.781Z+ echo '# ==== build xde integration tests ==== #'
5662026-03-16T08:02:04.781Z# ==== build xde integration tests ==== #
5672026-03-16T08:02:04.781Z+ pushd xde-tests
5682026-03-16T08:02:04.781Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5692026-03-16T08:02:04.781Z+ cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
5702026-03-16T08:02:04.883Z+ cargo clippy --all-targets -- --deny warnings
5712026-03-16T08:02:05.178Z Checking cfg-if v1.0.4
5722026-03-16T08:02:05.178Z Compiling serde_core v1.0.228
5732026-03-16T08:02:05.178Z Compiling libc v0.2.183
5742026-03-16T08:02:05.181Z Checking memchr v2.8.0
5752026-03-16T08:02:05.182Z Compiling serde v1.0.228
5762026-03-16T08:02:05.182Z Compiling rustversion v1.0.22
5772026-03-16T08:02:05.182Z Compiling version_check v0.9.5
5782026-03-16T08:02:05.182Z Compiling syn v2.0.117
5792026-03-16T08:02:05.272Z Compiling strsim v0.11.1
5802026-03-16T08:02:05.557Z Compiling zerocopy v0.8.42
5812026-03-16T08:02:05.640Z Compiling ident_case v1.0.1
5822026-03-16T08:02:05.654Z Compiling fnv v1.0.7
5832026-03-16T08:02:05.748Z Compiling syn v1.0.109
5842026-03-16T08:02:05.765Z Compiling regex-syntax v0.8.10
5852026-03-16T08:02:06.091Z Checking pin-project-lite v0.2.17
5862026-03-16T08:02:06.128Z Compiling equivalent v1.0.2
5872026-03-16T08:02:06.184Z Compiling hashbrown v0.16.1
5882026-03-16T08:02:06.190Z Compiling either v1.15.0
5892026-03-16T08:02:06.216Z Compiling winnow v0.7.15
5902026-03-16T08:02:06.422Z Compiling aho-corasick v1.1.4
5912026-03-16T08:02:06.433Z Compiling itertools v0.14.0
5922026-03-16T08:02:06.888Z Compiling indexmap v2.13.0
5932026-03-16T08:02:07.688Z Compiling toml_datetime v1.0.0+spec-1.1.0
5942026-03-16T08:02:07.754Z Compiling regex-automata v0.4.14
5952026-03-16T08:02:07.967Z Compiling toml_parser v1.0.9+spec-1.1.0
5962026-03-16T08:02:08.149Z Checking byteorder v1.5.0
5972026-03-16T08:02:08.298Z Compiling heapless v0.8.0
5982026-03-16T08:02:08.343Z Checking hash32 v0.3.1
5992026-03-16T08:02:08.364Z Checking bitflags v2.11.0
6002026-03-16T08:02:08.469Z Compiling toml_edit v0.25.4+spec-1.1.0
6012026-03-16T08:02:08.561Z Compiling slog v2.8.2
6022026-03-16T08:02:08.623Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6032026-03-16T08:02:08.715Z Checking stable_deref_trait v1.2.1
6042026-03-16T08:02:08.791Z Checking macaddr v1.0.1
6052026-03-16T08:02:08.840Z Compiling darling_core v0.21.3
6062026-03-16T08:02:08.889Z Checking futures-core v0.3.32
6072026-03-16T08:02:08.921Z Checking futures-sink v0.3.32
6082026-03-16T08:02:08.962Z Compiling smoltcp v0.11.0
6092026-03-16T08:02:09.033Z Checking futures-channel v0.3.32
6102026-03-16T08:02:09.273Z Compiling proc-macro-crate v3.5.0
6112026-03-16T08:02:09.417Z Compiling proc-macro-error-attr v1.0.4
6122026-03-16T08:02:09.522Z Compiling getrandom v0.4.2
6132026-03-16T08:02:09.689Z Checking futures-io v0.3.32
6142026-03-16T08:02:09.740Z Checking slab v0.4.12
6152026-03-16T08:02:09.820Z Compiling crc32fast v1.5.0
6162026-03-16T08:02:09.846Z Checking rand_core v0.10.0
6172026-03-16T08:02:09.863Z Checking futures-task v0.3.32
6182026-03-16T08:02:09.933Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6192026-03-16T08:02:10.034Z Checking bitflags v1.3.2
6202026-03-16T08:02:10.062Z Compiling regex v1.12.3
6212026-03-16T08:02:10.104Z Compiling ref-cast v1.0.25
6222026-03-16T08:02:10.210Z Compiling autocfg v1.5.0
6232026-03-16T08:02:10.217Z Checking managed v0.8.0
6242026-03-16T08:02:10.618Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6252026-03-16T08:02:10.656Z Compiling proc-macro-error v1.0.4
6262026-03-16T08:02:10.683Z Compiling num-traits v0.2.19
6272026-03-16T08:02:10.778Z Compiling serde_derive v1.0.228
6282026-03-16T08:02:10.939Z Compiling thiserror-impl v2.0.18
6292026-03-16T08:02:10.968Z Compiling zerocopy-derive v0.8.42
6302026-03-16T08:02:11.014Z Compiling futures-macro v0.3.32
6312026-03-16T08:02:11.437Z Compiling foreign-types-macros v0.2.3
6322026-03-16T08:02:11.449Z Compiling num_enum_derive v0.7.6
6332026-03-16T08:02:11.959Z Compiling darling_macro v0.21.3
6342026-03-16T08:02:12.115Z Checking futures-util v0.3.32
6352026-03-16T08:02:12.140Z Compiling ref-cast-impl v1.0.25
6362026-03-16T08:02:12.253Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6372026-03-16T08:02:12.551Z Checking foreign-types-shared v0.3.1
6382026-03-16T08:02:12.582Z Checking thiserror v2.0.18
6392026-03-16T08:02:12.640Z Checking unicode-width v0.2.2
6402026-03-16T08:02:12.647Z Compiling darling v0.21.3
6412026-03-16T08:02:12.689Z Checking cobs v0.3.0
6422026-03-16T08:02:12.726Z Compiling ingot-macros v0.1.1
6432026-03-16T08:02:12.771Z Compiling crossbeam-utils v0.8.21
6442026-03-16T08:02:12.859Z Checking ipnetwork v0.21.1
6452026-03-16T08:02:12.894Z Checking cpufeatures v0.3.0
6462026-03-16T08:02:12.950Z Checking once_cell v1.21.4
6472026-03-16T08:02:12.964Z Compiling getrandom v0.3.4
6482026-03-16T08:02:13.080Z Checking chacha20 v0.10.0
6492026-03-16T08:02:13.161Z Checking tracing-core v0.1.36
6502026-03-16T08:02:13.170Z Checking tabwriter v1.4.1
6512026-03-16T08:02:13.331Z Checking num_enum v0.7.6
6522026-03-16T08:02:13.395Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6532026-03-16T08:02:13.431Z Checking foreign-types v0.5.0
6542026-03-16T08:02:13.491Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6552026-03-16T08:02:13.688Z Compiling tracing-attributes v0.1.31
6562026-03-16T08:02:13.691Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6572026-03-16T08:02:14.293Z Checking anyhow v1.0.102
6582026-03-16T08:02:14.763Z Checking cstr-argument v0.1.2
6592026-03-16T08:02:14.779Z Checking dyn-clone v1.0.20
6602026-03-16T08:02:14.824Z Checking futures-executor v0.3.32
6612026-03-16T08:02:14.888Z Compiling num-conv v0.2.0
6622026-03-16T08:02:14.894Z Checking powerfmt v0.2.0
6632026-03-16T08:02:15.061Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6642026-03-16T08:02:15.064Z Checking pretty-hex v0.4.2
6652026-03-16T08:02:15.084Z Checking erased-serde v0.3.31
6662026-03-16T08:02:15.092Z Checking postcard v1.1.3
6672026-03-16T08:02:15.198Z Compiling time-core v0.1.8
6682026-03-16T08:02:15.332Z Compiling thiserror v1.0.69
6692026-03-16T08:02:15.377Z Compiling time-macros v0.2.27
6702026-03-16T08:02:15.459Z Checking tracing v0.1.44
6712026-03-16T08:02:15.479Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6722026-03-16T08:02:15.663Z Checking deranged v0.5.8
6732026-03-16T08:02:15.691Z Checking futures v0.3.32
6742026-03-16T08:02:15.763Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6752026-03-16T08:02:15.947Z Checking rand v0.10.0
6762026-03-16T08:02:15.974Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6772026-03-16T08:02:16.249Z Compiling thiserror-impl v1.0.69
6782026-03-16T08:02:16.430Z Checking uuid v1.22.0
6792026-03-16T08:02:16.566Z Checking arc-swap v1.8.2
6802026-03-16T08:02:16.579Z Checking socket2 v0.6.3
6812026-03-16T08:02:16.724Z Checking nom v8.0.0
6822026-03-16T08:02:16.776Z Checking thread_local v1.1.9
6832026-03-16T08:02:16.842Z Checking oxnet v0.1.4
6842026-03-16T08:02:16.903Z Checking colored v3.1.1
6852026-03-16T08:02:16.963Z Checking iana-time-zone v0.1.65
6862026-03-16T08:02:16.969Z Checking itoa v1.0.17
6872026-03-16T08:02:17.062Z Checking ingot-types v0.1.2
6882026-03-16T08:02:17.085Z Compiling heck v0.4.1
6892026-03-16T08:02:17.155Z Compiling slog-async v2.8.0
6902026-03-16T08:02:17.303Z Checking lazy_static v1.5.0
6912026-03-16T08:02:17.402Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6922026-03-16T08:02:17.522Z Checking ingot v0.1.1
6932026-03-16T08:02:17.610Z Checking slog-scope v4.4.1
6942026-03-16T08:02:17.651Z Checking time v0.3.47
6952026-03-16T08:02:17.705Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6962026-03-16T08:02:17.759Z Checking chrono v0.4.44
6972026-03-16T08:02:17.900Z Checking ppv-lite86 v0.2.21
6982026-03-16T08:02:18.296Z Checking crossbeam-channel v0.5.15
6992026-03-16T08:02:18.562Z Checking rand_core v0.9.5
7002026-03-16T08:02:18.722Z Checking cookie-factory v0.3.3
7012026-03-16T08:02:18.763Z Checking itertools v0.12.1
7022026-03-16T08:02:18.797Z Checking is-terminal v0.4.17
7032026-03-16T08:02:18.858Z Checking take_mut v0.2.2
7042026-03-16T08:02:18.886Z Checking circular v0.3.0
7052026-03-16T08:02:18.970Z Checking log v0.4.29
7062026-03-16T08:02:19.018Z Checking term v1.2.1
7072026-03-16T08:02:19.176Z Checking slog-stdlog v4.1.1
7082026-03-16T08:02:19.252Z Checking rand_chacha v0.9.0
7092026-03-16T08:02:19.292Z Checking slog-term v2.9.2
7102026-03-16T08:02:19.368Z Checking rusticata-macros v5.0.0
7112026-03-16T08:02:19.476Z Checking rand v0.9.2
7122026-03-16T08:02:19.516Z Checking pcap-parser v0.17.0
7132026-03-16T08:02:19.726Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7142026-03-16T08:02:20.137Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7152026-03-16T08:02:20.524Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f91099c6)
7162026-03-16T08:02:21.099Z Checking slog-envlogger v2.2.0
7172026-03-16T08:02:25.828Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7182026-03-16T08:02:28.031Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7192026-03-16T08:02:28.034Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7202026-03-16T08:02:28.494Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7212026-03-16T08:02:29.159Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.22s
7222026-03-16T08:02:29.203Z+ cargo build --test loopback
7232026-03-16T08:02:29.435Z Compiling cfg-if v1.0.4
7242026-03-16T08:02:29.435Z Compiling memchr v2.8.0
7252026-03-16T08:02:29.438Z Compiling serde_core v1.0.228
7262026-03-16T08:02:29.438Z Compiling libc v0.2.183
7272026-03-16T08:02:29.474Z Compiling thiserror v2.0.18
7282026-03-16T08:02:29.474Z Compiling zerocopy v0.8.42
7292026-03-16T08:02:29.477Z Compiling pin-project-lite v0.2.17
7302026-03-16T08:02:29.485Z Compiling byteorder v1.5.0
7312026-03-16T08:02:29.528Z Compiling either v1.15.0
7322026-03-16T08:02:29.572Z Compiling macaddr v1.0.1
7332026-03-16T08:02:29.579Z Compiling stable_deref_trait v1.2.1
7342026-03-16T08:02:29.655Z Compiling futures-core v0.3.32
7352026-03-16T08:02:29.709Z Compiling hash32 v0.3.1
7362026-03-16T08:02:29.792Z Compiling futures-sink v0.3.32
7372026-03-16T08:02:29.849Z Compiling heapless v0.8.0
7382026-03-16T08:02:29.886Z Compiling futures-channel v0.3.32
7392026-03-16T08:02:29.903Z Compiling cobs v0.3.0
7402026-03-16T08:02:29.910Z Compiling bitflags v1.3.2
7412026-03-16T08:02:29.945Z Compiling futures-task v0.3.32
7422026-03-16T08:02:29.992Z Compiling rand_core v0.10.0
7432026-03-16T08:02:30.182Z Compiling futures-io v0.3.32
7442026-03-16T08:02:30.188Z Compiling managed v0.8.0
7452026-03-16T08:02:30.205Z Compiling slab v0.4.12
7462026-03-16T08:02:30.309Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7472026-03-16T08:02:30.403Z Compiling futures-util v0.3.32
7482026-03-16T08:02:30.437Z Compiling smoltcp v0.11.0
7492026-03-16T08:02:30.448Z Compiling unicode-width v0.2.2
7502026-03-16T08:02:30.480Z Compiling foreign-types-shared v0.3.1
7512026-03-16T08:02:30.581Z Compiling once_cell v1.21.4
7522026-03-16T08:02:30.603Z Compiling ipnetwork v0.21.1
7532026-03-16T08:02:30.833Z Compiling cpufeatures v0.3.0
7542026-03-16T08:02:30.880Z Compiling tracing-core v0.1.36
7552026-03-16T08:02:30.910Z Compiling chacha20 v0.10.0
7562026-03-16T08:02:31.260Z Compiling tabwriter v1.4.1
7572026-03-16T08:02:31.396Z Compiling foreign-types v0.5.0
7582026-03-16T08:02:31.482Z Compiling ref-cast v1.0.25
7592026-03-16T08:02:31.549Z Compiling num_enum v0.7.6
7602026-03-16T08:02:31.594Z Compiling crc32fast v1.5.0
7612026-03-16T08:02:31.677Z Compiling getrandom v0.4.2
7622026-03-16T08:02:31.783Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7632026-03-16T08:02:31.886Z Compiling cstr-argument v0.1.2
7642026-03-16T08:02:31.911Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7652026-03-16T08:02:31.947Z Compiling itertools v0.14.0
7662026-03-16T08:02:32.039Z Compiling serde v1.0.228
7672026-03-16T08:02:32.085Z Compiling bitflags v2.11.0
7682026-03-16T08:02:32.283Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7692026-03-16T08:02:32.602Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7702026-03-16T08:02:32.668Z Compiling erased-serde v0.3.31
7712026-03-16T08:02:32.909Z Compiling postcard v1.1.3
7722026-03-16T08:02:33.027Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7732026-03-16T08:02:33.223Z Compiling pretty-hex v0.4.2
7742026-03-16T08:02:33.363Z Compiling slog v2.8.2
7752026-03-16T08:02:33.390Z Compiling futures-executor v0.3.32
7762026-03-16T08:02:33.480Z Compiling dyn-clone v1.0.20
7772026-03-16T08:02:33.667Z Compiling powerfmt v0.2.0
7782026-03-16T08:02:33.688Z Compiling ingot-types v0.1.2
7792026-03-16T08:02:33.745Z Compiling futures v0.3.32
7802026-03-16T08:02:33.834Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
7812026-03-16T08:02:33.909Z Compiling deranged v0.5.8
7822026-03-16T08:02:34.002Z Compiling tracing v0.1.44
7832026-03-16T08:02:34.096Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7842026-03-16T08:02:34.114Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7852026-03-16T08:02:34.166Z Compiling ingot v0.1.1
7862026-03-16T08:02:34.202Z Compiling uuid v1.22.0
7872026-03-16T08:02:34.235Z Compiling num-traits v0.2.19
7882026-03-16T08:02:34.237Z Compiling rand v0.10.0
7892026-03-16T08:02:34.484Z Compiling getrandom v0.3.4
7902026-03-16T08:02:34.741Z Compiling crossbeam-utils v0.8.21
7912026-03-16T08:02:34.745Z Compiling nom v8.0.0
7922026-03-16T08:02:34.950Z Compiling aho-corasick v1.1.4
7932026-03-16T08:02:35.296Z Compiling socket2 v0.6.3
7942026-03-16T08:02:35.326Z Compiling thread_local v1.1.9
7952026-03-16T08:02:35.571Z Compiling arc-swap v1.8.2
7962026-03-16T08:02:35.886Z Compiling time-core v0.1.8
7972026-03-16T08:02:35.935Z Compiling colored v3.1.1
7982026-03-16T08:02:36.071Z Compiling lazy_static v1.5.0
7992026-03-16T08:02:36.103Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8002026-03-16T08:02:36.181Z Compiling regex-syntax v0.8.10
8012026-03-16T08:02:36.323Z Compiling num-conv v0.2.0
8022026-03-16T08:02:36.400Z Compiling iana-time-zone v0.1.65
8032026-03-16T08:02:36.470Z Compiling winnow v0.7.15
8042026-03-16T08:02:36.858Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8052026-03-16T08:02:36.966Z Compiling oxnet v0.1.4
8062026-03-16T08:02:37.046Z Compiling time v0.3.47
8072026-03-16T08:02:37.292Z Compiling chrono v0.4.44
8082026-03-16T08:02:37.560Z Compiling slog-scope v4.4.1
8092026-03-16T08:02:38.158Z Compiling rusticata-macros v5.0.0
8102026-03-16T08:02:38.559Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
8112026-03-16T08:02:39.066Z Compiling regex-automata v0.4.14
8122026-03-16T08:02:39.611Z Compiling thiserror v1.0.69
8132026-03-16T08:02:39.734Z Compiling crossbeam-channel v0.5.15
8142026-03-16T08:02:39.864Z Compiling rand_core v0.9.5
8152026-03-16T08:02:40.215Z Compiling cookie-factory v0.3.3
8162026-03-16T08:02:40.643Z Compiling ppv-lite86 v0.2.21
8172026-03-16T08:02:40.781Z Compiling is-terminal v0.4.17
8182026-03-16T08:02:40.889Z Compiling itertools v0.12.1
8192026-03-16T08:02:41.102Z Compiling circular v0.3.0
8202026-03-16T08:02:41.433Z Compiling take_mut v0.2.2
8212026-03-16T08:02:41.562Z Compiling term v1.2.1
8222026-03-16T08:02:42.566Z Compiling log v0.4.29
8232026-03-16T08:02:42.831Z Compiling slog-stdlog v4.1.1
8242026-03-16T08:02:42.903Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8252026-03-16T08:02:43.387Z Compiling slog-term v2.9.2
8262026-03-16T08:02:44.655Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8272026-03-16T08:02:44.846Z Compiling regex v1.12.3
8282026-03-16T08:02:45.535Z Compiling slog-async v2.8.0
8292026-03-16T08:02:45.713Z Compiling pcap-parser v0.17.0
8302026-03-16T08:02:46.413Z Compiling rand_chacha v0.9.0
8312026-03-16T08:02:47.222Z Compiling rand v0.9.2
8322026-03-16T08:02:47.467Z Compiling slog-envlogger v2.2.0
8332026-03-16T08:02:47.884Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8342026-03-16T08:02:48.033Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8352026-03-16T08:02:48.298Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f91099c6)
8362026-03-16T08:02:49.455Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-03-16T08:03:00.285Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.06s
8382026-03-16T08:03:00.327Z++ cargo build -q --test loopback --message-format=json
8392026-03-16T08:03:00.330Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-03-16T08:03:00.492Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-fdd01887b4d94f5d
8412026-03-16T08:03:00.492Z+ cargo build --test multicast_rx
8422026-03-16T08:03:00.638Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-03-16T08:03:02.670Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s
8442026-03-16T08:03:02.712Z++ cargo build -q --test multicast_rx --message-format=json
8452026-03-16T08:03:02.715Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-03-16T08:03:02.875Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-02b3b2c7d1453d59
8472026-03-16T08:03:02.875Z+ cargo build --test multicast_multi_sub
8482026-03-16T08:03:03.020Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-03-16T08:03:05.357Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.47s
8502026-03-16T08:03:05.401Z++ cargo build -q --test multicast_multi_sub --message-format=json
8512026-03-16T08:03:05.404Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-03-16T08:03:05.568Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-abb04ddc04a7de0e
8532026-03-16T08:03:05.568Z+ cargo build --test multicast_validation
8542026-03-16T08:03:05.712Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-03-16T08:03:08.269Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.69s
8562026-03-16T08:03:08.314Z++ cargo build -q --test multicast_validation --message-format=json
8572026-03-16T08:03:08.319Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-03-16T08:03:08.478Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-d96070658480f65d
8592026-03-16T08:03:08.478Z+ mkdir -p /work/test
8602026-03-16T08:03:08.481Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-fdd01887b4d94f5d /work/test/loopback
8612026-03-16T08:03:08.527Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-02b3b2c7d1453d59 /work/test/multicast_rx
8622026-03-16T08:03:08.572Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-abb04ddc04a7de0e /work/test/multicast_multi_sub
8632026-03-16T08:03:08.621Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-d96070658480f65d /work/test/multicast_validation
8642026-03-16T08:03:08.668Zprocess exited: duration 345165 ms, exit code 0
 
8652026-03-16T08:03:08.689Zfound 13 output files
8662026-03-16T08:03:08.689Zuploading: /work/debug/xde.dbg (90319976 bytes)
8672026-03-16T08:03:10.286Zuploaded: /work/debug/xde.dbg
8682026-03-16T08:03:10.286Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8692026-03-16T08:03:11.296Zuploaded: /work/debug/xde.dbg.sha256
8702026-03-16T08:03:11.296Zuploading: /work/debug/xde_link.dbg.so (1068452 bytes)
8712026-03-16T08:03:12.317Zuploaded: /work/debug/xde_link.dbg.so
8722026-03-16T08:03:12.323Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8732026-03-16T08:03:13.327Zuploaded: /work/debug/xde_link.dbg.so.sha256
8742026-03-16T08:03:13.328Zuploading: /work/release/xde (48686848 bytes)
8752026-03-16T08:03:14.645Zuploaded: /work/release/xde
8762026-03-16T08:03:14.645Zuploading: /work/release/xde.sha256 (84 bytes)
8772026-03-16T08:03:15.655Zuploaded: /work/release/xde.sha256
8782026-03-16T08:03:15.655Zuploading: /work/release/xde_link.so (39480 bytes)
8792026-03-16T08:03:16.668Zuploaded: /work/release/xde_link.so
8802026-03-16T08:03:16.668Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8812026-03-16T08:03:17.677Zuploaded: /work/release/xde_link.so.sha256
8822026-03-16T08:03:17.677Zuploading: /work/test/loopback (49418176 bytes)
8832026-03-16T08:03:18.975Zuploaded: /work/test/loopback
8842026-03-16T08:03:18.975Zuploading: /work/test/multicast_rx (49714760 bytes)
8852026-03-16T08:03:20.299Zuploaded: /work/test/multicast_rx
8862026-03-16T08:03:20.299Zuploading: /work/test/multicast_multi_sub (53686936 bytes)
8872026-03-16T08:03:21.640Zuploaded: /work/test/multicast_multi_sub
8882026-03-16T08:03:21.640Zuploading: /work/test/multicast_validation (49886808 bytes)
8892026-03-16T08:03:23.060Zuploaded: /work/test/multicast_validation
8902026-03-16T08:03:23.060Zuploading: /work/xde.conf (79 bytes)
8912026-03-16T08:03:24.069Zuploaded: /work/xde.conf