01M2S8K8N0P3S7XGVBAYZYYXE3: 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/test/multicast_multi_nexthop",
        "=/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: 01M2S8KYDDQHDAF24VZXGQN1PB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-18T03:24:02.829Zjob assigned to worker 01M2S8M7HNM5D6DV250B6NK3FA [factory aws, i-0200667aa50b05580] (queued for 1 m 0 s)
 
22026-09-18T03:24:09.260Zstarting task 0: "setup"
32026-09-18T03:24:09.267Z++ uname -s
42026-09-18T03:24:09.271Z+ kern=SunOS
52026-09-18T03:24:09.271Z+ build_user=build
62026-09-18T03:24:09.271Z+ build_uid=12345
72026-09-18T03:24:09.271Z+ work_dir=/work
82026-09-18T03:24:09.271Z+ input_dir=/input
92026-09-18T03:24:09.271Z+ [[ 0 == 12345 ]]
102026-09-18T03:24:09.271Z+ case "$kern" in
112026-09-18T03:24:09.271Z+ groupadd -g 12345 build
122026-09-18T03:24:09.271Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-18T03:24:11.350Z+ zfs create -o mountpoint=/work rpool/work
142026-09-18T03:24:11.440Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-18T03:24:11.440Z+ home_fs=zfs
162026-09-18T03:24:11.440Z+ [[ zfs == autofs ]]
172026-09-18T03:24:11.440Z+ mkdir -p /home/build
182026-09-18T03:24:11.440Z+ chown build:build /home/build /work
192026-09-18T03:24:13.367Z+ chmod 0700 /home/build /work
202026-09-18T03:24:13.370Zprocess exited: duration 4105 ms, exit code 0
 
212026-09-18T03:24:13.380Zstarting task 1: "rust-toolchain"
222026-09-18T03:24:13.383Z * rust toolchain channel = "1.97.1"
232026-09-18T03:24:13.384Z * rust toolchain profile = "default"
242026-09-18T03:24:13.384Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
252026-09-18T03:24:13.384Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-18T03:24:13.384Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-18T03:24:13.384Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-18T03:24:13.391Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-18T03:24:13.391Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-18T03:24:13.488Zinfo: downloading installer
312026-09-18T03:24:14.692Zinfo: profile set to default
322026-09-18T03:24:14.692Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-18T03:24:14.697Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-18T03:24:14.830Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-18T03:24:14.834Zinfo: downloading 6 components
362026-09-18T03:24:28.288Z
372026-09-18T03:24:28.288Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
382026-09-18T03:24:28.317Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-18T03:24:28.317Z
402026-09-18T03:24:28.321Z
412026-09-18T03:24:28.321ZRust is installed now. Great!
422026-09-18T03:24:28.321Z
432026-09-18T03:24:28.321ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-18T03:24:28.321Zenvironment variable. This has not been done automatically.
452026-09-18T03:24:28.321Z
462026-09-18T03:24:28.321ZTo configure your current shell, you need to source
472026-09-18T03:24:28.321Zthe corresponding env file under $HOME/.cargo.
482026-09-18T03:24:28.321Z
492026-09-18T03:24:28.321ZConsider running the right command for your shell (note the leading DOT):
502026-09-18T03:24:28.321Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-18T03:24:28.321Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-18T03:24:28.321ZCC_x86_64-unknown-illumos = None
532026-09-18T03:24:28.321Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-18T03:24:28.321ZCC_x86_64_unknown_illumos = None
552026-09-18T03:24:28.321Zcargo:rerun-if-env-changed=HOST_CC
562026-09-18T03:24:28.321ZHOST_CC = None
572026-09-18T03:24:28.321Zcargo:rerun-if-env-changed=CC
582026-09-18T03:24:28.321ZCC = None
592026-09-18T03:24:28.321Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-18T03:24:28.887Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-18T03:24:28.887ZCRATE_CC_NO_DEFAULTS = None
622026-09-18T03:24:28.887Zcargo:rerun-if-env-changed=CFLAGS
632026-09-18T03:24:28.887ZCFLAGS = None
642026-09-18T03:24:28.887Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-18T03:24:28.887ZHOST_CFLAGS = None
662026-09-18T03:24:28.887Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-18T03:24:28.887ZCFLAGS_x86_64_unknown_illumos = None
682026-09-18T03:24:28.887Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-18T03:24:28.887ZCFLAGS_x86_64-unknown-illumos = None
702026-09-18T03:24:28.989Z+ rustup --version
712026-09-18T03:24:28.994Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-18T03:24:28.998Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-18T03:24:29.017Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-18T03:24:29.020Z+ cargo --version
752026-09-18T03:24:29.033Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-18T03:24:29.037Z+ rustc --version
772026-09-18T03:24:29.054Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-18T03:24:29.057Zprocess exited: duration 15677 ms, exit code 0
 
792026-09-18T03:24:29.071Zstarting task 2: "authentication"
802026-09-18T03:24:29.085Zprocess exited: duration 16 ms, exit code 0
 
812026-09-18T03:24:29.095Zstarting task 3: "clone repository"
822026-09-18T03:24:29.099Z+ mkdir -p /work/oxidecomputer/opte
832026-09-18T03:24:29.102Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
842026-09-18T03:24:29.137ZCloning into '/work/oxidecomputer/opte'...
852026-09-18T03:24:30.147Z+ cd /work/oxidecomputer/opte
862026-09-18T03:24:30.147Z+ git fetch origin 04028e5ebdf7d3b435f131ac5beac827e9f13676
872026-09-18T03:24:30.440ZFrom https://github.com/oxidecomputer/opte
882026-09-18T03:24:30.440Z * branch 04028e5ebdf7d3b435f131ac5beac827e9f13676 -> FETCH_HEAD
892026-09-18T03:24:30.447Z+ [[ -n renovate/rand ]]
902026-09-18T03:24:30.451Z++ git branch --show-current
912026-09-18T03:24:30.451Z+ current=master
922026-09-18T03:24:30.451Z+ [[ master != renovate/rand ]]
932026-09-18T03:24:30.451Z+ git branch -f renovate/rand 04028e5ebdf7d3b435f131ac5beac827e9f13676
942026-09-18T03:24:30.454Z+ git checkout -f renovate/rand
952026-09-18T03:24:30.470ZSwitched to branch 'renovate/rand'
962026-09-18T03:24:30.473Z+ git reset --hard 04028e5ebdf7d3b435f131ac5beac827e9f13676
972026-09-18T03:24:30.487ZHEAD is now at 04028e5 Update Rust crate rand to 0.10.2
982026-09-18T03:24:30.490Zprocess exited: duration 1393 ms, exit code 0
 
992026-09-18T03:24:30.508Zstarting task 4: "build"
1002026-09-18T03:24:30.515Z+ source .github/buildomat/common.sh
1012026-09-18T03:24:30.516Z++ rustup show active-toolchain
1022026-09-18T03:24:30.516Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1032026-09-18T03:24:30.516Z++ pushd xde
1042026-09-18T03:24:30.516Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1052026-09-18T03:24:30.516Z++ rustup show active-toolchain
1062026-09-18T03:24:30.522Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1072026-09-18T03:24:30.672Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1082026-09-18T03:24:30.680Zinfo: downloading 6 components
1092026-09-18T03:24:44.507Zwarn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed
1102026-09-18T03:24:44.507Zwarn: auto-installation is deprecated for most `rustup` commands
1112026-09-18T03:24:44.507Zwarn: scripts relying on this behavior in `rustup` may stop working in the future
1122026-09-18T03:24:44.507Zwarn: to install the active toolchain, use `rustup install` instead
1132026-09-18T03:24:44.507Zwarn: see <https://github.com/rust-lang/rustup/issues/4836> for more info
1142026-09-18T03:24:44.507Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1152026-09-18T03:24:44.533Z+++ rustup show active-toolchain -v
1162026-09-18T03:24:44.533Z+++ head -n 1
1172026-09-18T03:24:44.533Z+++ cut '-d ' -f1
1182026-09-18T03:24:44.533Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1192026-09-18T03:24:44.533Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1202026-09-18T03:24:44.533Z++ popd
1212026-09-18T03:24:44.533Z/work/oxidecomputer/opte
1222026-09-18T03:24:44.533Z+ TGT_BASE=/work
1232026-09-18T03:24:44.533Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1242026-09-18T03:24:44.533Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1252026-09-18T03:24:44.533Z+ DBG_TGT=/work/debug
1262026-09-18T03:24:44.534Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1272026-09-18T03:24:44.534Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1282026-09-18T03:24:44.534Z+ REL_TGT=/work/release
1292026-09-18T03:24:44.534Z+ mkdir -p /work/debug /work/release
1302026-09-18T03:24:44.534Z+ cargo --version
1312026-09-18T03:24:44.534Zcargo 1.97.1 (c980f4866 2026-06-30)
1322026-09-18T03:24:44.534Z+ rustc --version
1332026-09-18T03:24:44.534Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1342026-09-18T03:24:44.534Z+ install_pkg jq
1352026-09-18T03:24:44.534Z+ set +o errexit
1362026-09-18T03:24:44.534Z+ pfexec pkg install jq
1372026-09-18T03:24:46.427Z Startup: Refreshing catalog 'helios' ... Done
1382026-09-18T03:24:47.043Z Startup: Caching catalogs ... Done
1392026-09-18T03:24:49.672ZPlanning: Solver setup ... Done
1402026-09-18T03:24:49.729ZPlanning: Running solver ... Done
1412026-09-18T03:24:49.785ZPlanning: Consolidating action changes ... Done
1422026-09-18T03:24:49.786ZPlanning: Evaluating mediators ... Done
1432026-09-18T03:24:49.805ZPlanning: Planning completed in 2.82 seconds
1442026-09-18T03:24:49.815ZNo updates necessary for this image.
1452026-09-18T03:24:50.046Z+ exit_code=4
1462026-09-18T03:24:50.046Z+ [[ 4 -ne 0 ]]
1472026-09-18T03:24:50.046Z+ [[ 4 -ne 4 ]]
1482026-09-18T03:24:50.046Z+ set -o errexit
1492026-09-18T03:24:50.051Z+ pushd xde
1502026-09-18T03:24:50.051Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1512026-09-18T03:24:50.051Z+ cp xde.conf /work/xde.conf
1522026-09-18T03:24:50.051Z+ header 'check style'
1532026-09-18T03:24:50.052Z+ echo '# ==== check style ==== #'
1542026-09-18T03:24:50.052Z# ==== check style ==== #
1552026-09-18T03:24:50.052Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1562026-09-18T03:24:50.275Z
1572026-09-18T03:24:50.275Zreal 0.224406812
1582026-09-18T03:24:50.275Zuser 0.151244114
1592026-09-18T03:24:50.275Zsys 0.063248228
1602026-09-18T03:24:50.275Ztrap 0.000006277
1612026-09-18T03:24:50.275Ztflt 0.000028757
1622026-09-18T03:24:50.276Zdflt 0.000014327
1632026-09-18T03:24:50.276Zkflt 0.000000000
1642026-09-18T03:24:50.276Zlock 0.025108686
1652026-09-18T03:24:50.276Zslp 0.191336758
1662026-09-18T03:24:50.276Zlat 0.000667741
1672026-09-18T03:24:50.276Zstop 0.000091631
1682026-09-18T03:24:50.280Z+ header analyze
1692026-09-18T03:24:50.280Z+ echo '# ==== analyze ==== #'
1702026-09-18T03:24:50.280Z# ==== analyze ==== #
1712026-09-18T03:24:50.280Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1722026-09-18T03:24:50.453Z Updating crates.io index
1732026-09-18T03:24:50.457Z Updating git repository `https://github.com/oxidecomputer/falcon`
1742026-09-18T03:24:51.579Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1752026-09-18T03:24:52.187Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1762026-09-18T03:24:52.462Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1772026-09-18T03:24:52.826Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-09-18T03:24:53.093Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1792026-09-18T03:24:53.408Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1802026-09-18T03:24:54.937Z Downloading crates ...
1812026-09-18T03:24:54.985Z Downloaded cobs v0.3.0
1822026-09-18T03:24:54.989Z Downloaded byteorder v1.5.0
1832026-09-18T03:24:55.000Z Downloaded bitflags v1.3.2
1842026-09-18T03:24:55.004Z Downloaded strsim v0.11.1
1852026-09-18T03:24:55.004Z Downloaded cfg-if v1.0.4
1862026-09-18T03:24:55.004Z Downloaded thiserror v2.0.18
1872026-09-18T03:24:55.019Z Downloaded ref-cast-impl v1.0.25
1882026-09-18T03:24:55.024Z Downloaded defmt v0.3.100
1892026-09-18T03:24:55.029Z Downloaded ident_case v1.0.1
1902026-09-18T03:24:55.029Z Downloaded macaddr v1.0.1
1912026-09-18T03:24:55.032Z Downloaded itertools v0.15.0
1922026-09-18T03:24:55.033Z Downloaded defmt-macros v1.1.1
1932026-09-18T03:24:55.039Z Downloaded embedded-io v0.6.1
1942026-09-18T03:24:55.039Z Downloaded hash32 v0.3.1
1952026-09-18T03:24:55.039Z Downloaded ingot-types v0.2.0
1962026-09-18T03:24:55.044Z Downloaded either v1.16.0
1972026-09-18T03:24:55.044Z Downloaded crc32fast v1.5.0
1982026-09-18T03:24:55.050Z Downloaded darling v0.23.0
1992026-09-18T03:24:55.056Z Downloaded proc-macro2 v1.0.106
2002026-09-18T03:24:55.056Z Downloaded ref-cast v1.0.25
2012026-09-18T03:24:55.066Z Downloaded dyn-clone v1.0.20
2022026-09-18T03:24:55.066Z Downloaded embedded-io v0.4.0
2032026-09-18T03:24:55.066Z Downloaded defmt-parser v1.0.0
2042026-09-18T03:24:55.072Z Downloaded stable_deref_trait v1.2.1
2052026-09-18T03:24:55.072Z Downloaded version_check v0.9.5
2062026-09-18T03:24:55.072Z Downloaded ingot v0.2.0
2072026-09-18T03:24:55.073Z Downloaded serde_derive v1.0.228
2082026-09-18T03:24:55.073Z Downloaded managed v0.8.0
2092026-09-18T03:24:55.081Z Downloaded darling_macro v0.23.0
2102026-09-18T03:24:55.086Z Downloaded thiserror-impl v2.0.18
2112026-09-18T03:24:55.086Z Downloaded quote v1.0.46
2122026-09-18T03:24:55.086Z Downloaded postcard v1.1.3
2132026-09-18T03:24:55.090Z Downloaded bitflags v2.13.0
2142026-09-18T03:24:55.107Z Downloaded darling_core v0.23.0
2152026-09-18T03:24:55.111Z Downloaded defmt v1.1.1
2162026-09-18T03:24:55.111Z Downloaded memchr v2.8.3
2172026-09-18T03:24:55.111Z Downloaded ingot-macros v0.2.0
2182026-09-18T03:24:55.115Z Downloaded aho-corasick v1.1.4
2192026-09-18T03:24:55.118Z Downloaded uuid v1.23.5
2202026-09-18T03:24:55.122Z Downloaded serde_core v1.0.228
2212026-09-18T03:24:55.122Z Downloaded unicode-ident v1.0.24
2222026-09-18T03:24:55.126Z Downloaded heapless v0.8.0
2232026-09-18T03:24:55.141Z Downloaded serde v1.0.228
2242026-09-18T03:24:55.149Z Downloaded zerocopy-derive v0.8.54
2252026-09-18T03:24:55.168Z Downloaded regex v1.13.0
2262026-09-18T03:24:55.203Z Downloaded syn v2.0.118
2272026-09-18T03:24:55.208Z Downloaded zerocopy v0.8.54
2282026-09-18T03:24:55.218Z Downloaded smoltcp v0.11.0
2292026-09-18T03:24:55.225Z Downloaded regex-syntax v0.8.11
2302026-09-18T03:24:55.233Z Downloaded regex-automata v0.4.15
2312026-09-18T03:24:55.245Z Updating crates.io index
2322026-09-18T03:24:55.397Z Downloading crates ...
2332026-09-18T03:24:55.418Z Downloaded getopts v0.2.24
2342026-09-18T03:24:55.438Z Downloaded addr2line v0.27.0
2352026-09-18T03:24:55.446Z Downloaded miniz_oxide v0.9.1
2362026-09-18T03:24:55.488Z Downloaded rustc-demangle v0.1.28
2372026-09-18T03:24:55.494Z Downloaded rustc-literal-escaper v0.0.8
2382026-09-18T03:24:55.501Z Downloaded adler2 v2.0.1
2392026-09-18T03:24:55.501Z Downloaded foldhash v0.2.0
2402026-09-18T03:24:55.505Z Downloaded object v0.39.1
2412026-09-18T03:24:55.509Z Downloaded hashbrown v0.17.1
2422026-09-18T03:24:55.515Z Downloaded memchr v2.7.6
2432026-09-18T03:24:55.519Z Downloaded gimli v0.34.0
2442026-09-18T03:24:55.555Z Downloaded libc v0.2.185
2452026-09-18T03:24:55.607Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2462026-09-18T03:24:55.607Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2472026-09-18T03:24:55.611Z Compiling proc-macro2 v1.0.106
2482026-09-18T03:24:55.611Z Compiling quote v1.0.46
2492026-09-18T03:24:55.611Z Compiling unicode-ident v1.0.24
2502026-09-18T03:24:55.611Z Compiling serde_core v1.0.228
2512026-09-18T03:24:55.611Z Compiling strsim v0.11.1
2522026-09-18T03:24:55.612Z Compiling ident_case v1.0.1
2532026-09-18T03:24:55.803Z Compiling memchr v2.8.3
2542026-09-18T03:24:55.807Z Compiling regex-syntax v0.8.11
2552026-09-18T03:24:56.068Z Compiling serde v1.0.228
2562026-09-18T03:24:56.237Z Compiling aho-corasick v1.1.4
2572026-09-18T03:24:56.292Z Compiling zerocopy v0.8.54
2582026-09-18T03:24:56.308Z Compiling thiserror v2.0.18
2592026-09-18T03:24:56.449Z Compiling either v1.16.0
2602026-09-18T03:24:56.513Z Compiling heapless v0.8.0
2612026-09-18T03:24:56.647Z Compiling itertools v0.15.0
2622026-09-18T03:24:56.953Z Compiling syn v2.0.118
2632026-09-18T03:24:56.992Z Compiling smoltcp v0.11.0
2642026-09-18T03:24:57.007Z Compiling ref-cast v1.0.25
2652026-09-18T03:24:57.054Z Compiling crc32fast v1.5.0
2662026-09-18T03:24:57.401Z Compiling regex-automata v0.4.15
2672026-09-18T03:24:57.401Z Compiling version_check v0.9.5
2682026-09-18T03:24:57.710Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-09-18T03:24:59.026Z Compiling regex v1.13.0
2702026-09-18T03:24:59.265Z Compiling darling_core v0.23.0
2712026-09-18T03:25:00.122Z Compiling serde_derive v1.0.228
2722026-09-18T03:25:00.122Z Compiling zerocopy-derive v0.8.54
2732026-09-18T03:25:00.122Z Compiling thiserror-impl v2.0.18
2742026-09-18T03:25:00.180Z Compiling ref-cast-impl v1.0.25
2752026-09-18T03:25:00.180Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-09-18T03:25:01.427Z Compiling darling_macro v0.23.0
2772026-09-18T03:25:02.279Z Compiling darling v0.23.0
2782026-09-18T03:25:02.355Z Compiling ingot-macros v0.2.0
2792026-09-18T03:25:02.355Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-09-18T03:25:07.338Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2812026-09-18T03:25:09.645Z Checking byteorder v1.5.0
2822026-09-18T03:25:09.645Z Checking stable_deref_trait v1.2.1
2832026-09-18T03:25:09.645Z Checking cfg-if v1.0.4
2842026-09-18T03:25:09.649Z Checking macaddr v1.0.1
2852026-09-18T03:25:09.649Z Checking bitflags v1.3.2
2862026-09-18T03:25:09.709Z Checking managed v0.8.0
2872026-09-18T03:25:09.729Z Checking cobs v0.3.0
2882026-09-18T03:25:09.804Z Checking hash32 v0.3.1
2892026-09-18T03:25:09.823Z Checking dyn-clone v1.0.20
2902026-09-18T03:25:09.850Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-09-18T03:25:10.967Z Checking bitflags v2.13.0
2922026-09-18T03:25:10.967Z Checking uuid v1.23.5
2932026-09-18T03:25:11.109Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-09-18T03:25:11.311Z Checking postcard v1.1.3
2952026-09-18T03:25:12.277Z Checking ingot-types v0.2.0
2962026-09-18T03:25:12.480Z Checking ingot v0.2.0
2972026-09-18T03:25:13.802Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-09-18T03:25:16.868Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-09-18T03:25:18.038Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-09-18T03:25:19.599Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.23s
3012026-09-18T03:25:19.712Z
3022026-09-18T03:25:19.720Zreal 29.408901470
3032026-09-18T03:25:19.720Zuser 1:08.391952343
3042026-09-18T03:25:19.720Zsys 9.721198000
3052026-09-18T03:25:19.720Ztrap 0.021532274
3062026-09-18T03:25:19.720Ztflt 0.084063465
3072026-09-18T03:25:19.720Zdflt 0.621953783
3082026-09-18T03:25:19.721Zkflt 0.005390793
3092026-09-18T03:25:19.721Zlock 3:54.286941664
3102026-09-18T03:25:19.721Zslp 3:07.574920136
3112026-09-18T03:25:19.721Zlat 2.370111250
3122026-09-18T03:25:19.734Zstop 7.641207764
3132026-09-18T03:25:19.734Z+ pushd xde-link
3142026-09-18T03:25:19.734Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-09-18T03:25:19.734Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-09-18T03:25:19.868Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3172026-09-18T03:25:19.868Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3182026-09-18T03:25:19.869Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-09-18T03:25:30.711Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3202026-09-18T03:25:32.999Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.24s
3212026-09-18T03:25:33.026Z
3222026-09-18T03:25:33.026Zreal 13.321085568
3232026-09-18T03:25:33.026Zuser 20.865024251
3242026-09-18T03:25:33.026Zsys 1.235796543
3252026-09-18T03:25:33.027Ztrap 0.003798961
3262026-09-18T03:25:33.031Ztflt 0.002078957
3272026-09-18T03:25:33.031Zdflt 0.044688734
3282026-09-18T03:25:33.031Zkflt 0.000000000
3292026-09-18T03:25:33.031Zlock 1:11.126572495
3302026-09-18T03:25:33.031Zslp 44.337084947
3312026-09-18T03:25:33.031Zlat 0.279224809
3322026-09-18T03:25:33.031Zstop 0.130329945
3332026-09-18T03:25:33.031Z+ popd
3342026-09-18T03:25:33.031Z+ popd
3352026-09-18T03:25:33.031Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-09-18T03:25:33.031Z/work/oxidecomputer/opte
3372026-09-18T03:25:33.032Z+ header 'build xde (debug)'
3382026-09-18T03:25:33.032Z+ echo '# ==== build xde (debug) ==== #'
3392026-09-18T03:25:33.032Z# ==== build xde (debug) ==== #
3402026-09-18T03:25:33.032Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-09-18T03:25:33.166Z Downloading crates ...
3422026-09-18T03:25:33.209Z Downloaded cargo_metadata v0.23.1
3432026-09-18T03:25:33.214Z Downloaded terminal_size v0.4.4
3442026-09-18T03:25:33.224Z Downloaded clap_derive v4.6.1
3452026-09-18T03:25:33.231Z Downloaded is_terminal_polyfill v1.70.2
3462026-09-18T03:25:33.234Z Downloaded itoa v1.0.18
3472026-09-18T03:25:33.234Z Downloaded cargo-platform v0.3.3
3482026-09-18T03:25:33.236Z Downloaded utf8parse v0.2.2
3492026-09-18T03:25:33.238Z Downloaded anstyle v1.0.14
3502026-09-18T03:25:33.242Z Downloaded indexmap v2.14.0
3512026-09-18T03:25:33.242Z Downloaded toml_writer v1.1.1+spec-1.1.0
3522026-09-18T03:25:33.245Z Downloaded semver v1.0.28
3532026-09-18T03:25:33.248Z Downloaded equivalent v1.0.2
3542026-09-18T03:25:33.251Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3552026-09-18T03:25:33.251Z Downloaded errno v0.3.14
3562026-09-18T03:25:33.251Z Downloaded anstyle-parse v1.0.0
3572026-09-18T03:25:33.256Z Downloaded camino v1.2.4
3582026-09-18T03:25:33.358Z Downloaded heck v0.5.0
3592026-09-18T03:25:33.358Z Downloaded clap_lex v1.1.0
3602026-09-18T03:25:33.358Z Downloaded colorchoice v1.0.5
3612026-09-18T03:25:33.358Z Downloaded serde_spanned v1.1.1
3622026-09-18T03:25:33.358Z Downloaded anstream v1.0.0
3632026-09-18T03:25:33.358Z Downloaded anstyle-query v1.1.5
3642026-09-18T03:25:33.358Z Downloaded toml_parser v1.1.2+spec-1.1.0
3652026-09-18T03:25:33.358Z Downloaded anyhow v1.0.103
3662026-09-18T03:25:33.358Z Downloaded clap v4.6.1
3672026-09-18T03:25:33.358Z Downloaded zmij v1.0.22
3682026-09-18T03:25:33.358Z Downloaded toml v1.1.2+spec-1.1.0
3692026-09-18T03:25:33.358Z Downloaded serde_json v1.0.150
3702026-09-18T03:25:33.358Z Downloaded winnow v1.0.3
3712026-09-18T03:25:33.358Z Downloaded clap_builder v4.6.0
3722026-09-18T03:25:33.358Z Downloaded rustix v1.1.4
3732026-09-18T03:25:33.372Z Downloaded libc v0.2.186
3742026-09-18T03:25:33.418Z Compiling proc-macro2 v1.0.106
3752026-09-18T03:25:33.418Z Compiling serde_core v1.0.228
3762026-09-18T03:25:33.418Z Compiling unicode-ident v1.0.24
3772026-09-18T03:25:33.436Z Compiling quote v1.0.46
3782026-09-18T03:25:33.436Z Compiling libc v0.2.186
3792026-09-18T03:25:33.436Z Compiling rustix v1.1.4
3802026-09-18T03:25:33.436Z Compiling bitflags v2.13.0
3812026-09-18T03:25:33.436Z Compiling zmij v1.0.22
3822026-09-18T03:25:33.587Z Compiling utf8parse v0.2.2
3832026-09-18T03:25:33.689Z Compiling anstyle-parse v1.0.0
3842026-09-18T03:25:33.776Z Compiling camino v1.2.4
3852026-09-18T03:25:33.776Z Compiling is_terminal_polyfill v1.70.2
3862026-09-18T03:25:33.856Z Compiling anstyle-query v1.1.5
3872026-09-18T03:25:33.912Z Compiling thiserror v2.0.18
3882026-09-18T03:25:33.924Z Compiling serde v1.0.228
3892026-09-18T03:25:33.966Z Compiling serde_json v1.0.150
3902026-09-18T03:25:33.970Z Compiling anstyle v1.0.14
3912026-09-18T03:25:34.140Z Compiling colorchoice v1.0.5
3922026-09-18T03:25:34.218Z Compiling errno v0.3.14
3932026-09-18T03:25:34.277Z Compiling anstream v1.0.0
3942026-09-18T03:25:34.277Z Compiling anyhow v1.0.103
3952026-09-18T03:25:34.277Z Compiling heck v0.5.0
3962026-09-18T03:25:34.425Z Compiling itoa v1.0.18
3972026-09-18T03:25:34.524Z Compiling clap_lex v1.1.0
3982026-09-18T03:25:34.595Z Compiling syn v2.0.118
3992026-09-18T03:25:34.609Z Compiling memchr v2.8.3
4002026-09-18T03:25:34.652Z Compiling winnow v1.0.3
4012026-09-18T03:25:34.676Z Compiling strsim v0.11.1
4022026-09-18T03:25:34.954Z Compiling terminal_size v0.4.4
4032026-09-18T03:25:35.010Z Compiling toml_writer v1.1.1+spec-1.1.0
4042026-09-18T03:25:35.100Z Compiling clap_builder v4.6.0
4052026-09-18T03:25:35.156Z Compiling toml_parser v1.1.2+spec-1.1.0
4062026-09-18T03:25:35.924Z Compiling semver v1.0.28
4072026-09-18T03:25:35.999Z Compiling serde_spanned v1.1.1
4082026-09-18T03:25:36.073Z Compiling toml_datetime v1.1.1+spec-1.1.0
4092026-09-18T03:25:36.144Z Compiling cargo-platform v0.3.3
4102026-09-18T03:25:36.535Z Compiling toml v1.1.2+spec-1.1.0
4112026-09-18T03:25:36.936Z Compiling serde_derive v1.0.228
4122026-09-18T03:25:37.208Z Compiling thiserror-impl v2.0.18
4132026-09-18T03:25:37.233Z Compiling clap_derive v4.6.1
4142026-09-18T03:25:38.852Z Compiling clap v4.6.1
4152026-09-18T03:25:40.060Z Compiling cargo_metadata v0.23.1
4162026-09-18T03:25:42.994Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-09-18T03:25:44.124Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.08s
4182026-09-18T03:25:44.142Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-09-18T03:25:45.296ZBuilding xde (dev).
4202026-09-18T03:25:45.506Z Compiling serde_core v1.0.228
4212026-09-18T03:25:45.507Z Compiling byteorder v1.5.0
4222026-09-18T03:25:45.507Z Compiling macaddr v1.0.1
4232026-09-18T03:25:45.507Z Compiling stable_deref_trait v1.2.1
4242026-09-18T03:25:45.516Z Compiling cfg-if v1.0.4
4252026-09-18T03:25:45.516Z Compiling zerocopy v0.8.54
4262026-09-18T03:25:45.516Z Compiling thiserror v2.0.18
4272026-09-18T03:25:45.528Z Compiling bitflags v1.3.2
4282026-09-18T03:25:45.576Z Compiling managed v0.8.0
4292026-09-18T03:25:45.604Z Compiling cobs v0.3.0
4302026-09-18T03:25:45.604Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4312026-09-18T03:25:45.615Z Compiling either v1.16.0
4322026-09-18T03:25:45.693Z Compiling hash32 v0.3.1
4332026-09-18T03:25:45.796Z Compiling itertools v0.15.0
4342026-09-18T03:25:45.814Z Compiling heapless v0.8.0
4352026-09-18T03:25:45.814Z Compiling ref-cast v1.0.25
4362026-09-18T03:25:45.870Z Compiling crc32fast v1.5.0
4372026-09-18T03:25:46.093Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-09-18T03:25:46.093Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-09-18T03:25:46.093Z Compiling dyn-clone v1.0.20
4402026-09-18T03:25:46.093Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-09-18T03:25:46.151Z Compiling smoltcp v0.11.0
4422026-09-18T03:25:47.042Z Compiling bitflags v2.13.0
4432026-09-18T03:25:47.042Z Compiling serde v1.0.228
4442026-09-18T03:25:47.042Z Compiling uuid v1.23.5
4452026-09-18T03:25:47.207Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-09-18T03:25:47.513Z Compiling postcard v1.1.3
4472026-09-18T03:25:48.600Z Compiling ingot-types v0.2.0
4482026-09-18T03:25:48.651Z Compiling ingot v0.2.0
4492026-09-18T03:25:50.167Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-09-18T03:25:53.817Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-09-18T03:26:03.652Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-09-18T03:26:11.785Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.44s
4532026-09-18T03:26:11.797ZLinking xde kmod...
4542026-09-18T03:26:12.878ZBuilding xde dev link helper (dev).
4552026-09-18T03:26:13.043Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-09-18T03:26:13.434Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.50s
4572026-09-18T03:26:13.483Z
4582026-09-18T03:26:13.484Zreal 40.406854582
4592026-09-18T03:26:13.484Zuser 2:12.534188536
4602026-09-18T03:26:13.484Zsys 10.891884920
4612026-09-18T03:26:13.484Ztrap 0.047680116
4622026-09-18T03:26:13.485Ztflt 0.236540212
4632026-09-18T03:26:13.485Zdflt 0.600358487
4642026-09-18T03:26:13.485Zkflt 0.000013924
4652026-09-18T03:26:13.485Zlock 6:42.366018641
4662026-09-18T03:26:13.485Zslp 3:47.077294298
4672026-09-18T03:26:13.485Zlat 5.070025506
4682026-09-18T03:26:13.485Zstop 6.234258672
4692026-09-18T03:26:13.485Z+ header 'build xde (release)'
4702026-09-18T03:26:13.485Z+ echo '# ==== build xde (release) ==== #'
4712026-09-18T03:26:13.486Z# ==== build xde (release) ==== #
4722026-09-18T03:26:13.486Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-09-18T03:26:13.578Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4742026-09-18T03:26:13.635Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-09-18T03:26:13.756ZBuilding xde (release-lto).
4762026-09-18T03:26:13.984Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4772026-09-18T03:26:13.984Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4782026-09-18T03:26:13.984Z Compiling proc-macro2 v1.0.106
4792026-09-18T03:26:13.984Z Compiling unicode-ident v1.0.24
4802026-09-18T03:26:14.020Z Compiling quote v1.0.46
4812026-09-18T03:26:14.020Z Compiling serde_core v1.0.228
4822026-09-18T03:26:14.020Z Compiling ident_case v1.0.1
4832026-09-18T03:26:14.020Z Compiling strsim v0.11.1
4842026-09-18T03:26:14.086Z Compiling memchr v2.8.3
4852026-09-18T03:26:14.136Z Compiling regex-syntax v0.8.11
4862026-09-18T03:26:14.363Z Compiling serde v1.0.228
4872026-09-18T03:26:14.381Z Compiling either v1.16.0
4882026-09-18T03:26:14.381Z Compiling zerocopy v0.8.54
4892026-09-18T03:26:14.486Z Compiling aho-corasick v1.1.4
4902026-09-18T03:26:14.532Z Compiling thiserror v2.0.18
4912026-09-18T03:26:14.722Z Compiling itertools v0.15.0
4922026-09-18T03:26:14.736Z Compiling heapless v0.8.0
4932026-09-18T03:26:15.077Z Compiling syn v2.0.118
4942026-09-18T03:26:15.127Z Compiling smoltcp v0.11.0
4952026-09-18T03:26:15.134Z Compiling crc32fast v1.5.0
4962026-09-18T03:26:15.210Z Compiling version_check v0.9.5
4972026-09-18T03:26:15.605Z Compiling regex-automata v0.4.15
4982026-09-18T03:26:15.804Z Compiling ref-cast v1.0.25
4992026-09-18T03:26:15.804Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5002026-09-18T03:26:16.998Z Compiling regex v1.13.0
5012026-09-18T03:26:17.323Z Compiling darling_core v0.23.0
5022026-09-18T03:26:18.162Z Compiling zerocopy-derive v0.8.54
5032026-09-18T03:26:18.162Z Compiling thiserror-impl v2.0.18
5042026-09-18T03:26:18.261Z Compiling serde_derive v1.0.228
5052026-09-18T03:26:18.261Z Compiling ref-cast-impl v1.0.25
5062026-09-18T03:26:18.261Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-09-18T03:26:19.464Z Compiling darling_macro v0.23.0
5082026-09-18T03:26:20.343Z Compiling darling v0.23.0
5092026-09-18T03:26:20.404Z Compiling ingot-macros v0.2.0
5102026-09-18T03:26:20.404Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5112026-09-18T03:26:26.270Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5122026-09-18T03:26:28.564Z Compiling byteorder v1.5.0
5132026-09-18T03:26:28.564Z Compiling macaddr v1.0.1
5142026-09-18T03:26:28.564Z Compiling stable_deref_trait v1.2.1
5152026-09-18T03:26:28.571Z Compiling cfg-if v1.0.4
5162026-09-18T03:26:28.803Z Compiling bitflags v1.3.2
5172026-09-18T03:26:28.829Z Compiling managed v0.8.0
5182026-09-18T03:26:28.829Z Compiling cobs v0.3.0
5192026-09-18T03:26:28.829Z Compiling hash32 v0.3.1
5202026-09-18T03:26:28.869Z Compiling dyn-clone v1.0.20
5212026-09-18T03:26:28.923Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5222026-09-18T03:26:30.123Z Compiling bitflags v2.13.0
5232026-09-18T03:26:30.123Z Compiling uuid v1.23.5
5242026-09-18T03:26:30.263Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5252026-09-18T03:26:30.545Z Compiling postcard v1.1.3
5262026-09-18T03:26:31.378Z Compiling ingot-types v0.2.0
5272026-09-18T03:26:31.692Z Compiling ingot v0.2.0
5282026-09-18T03:26:33.202Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5292026-09-18T03:26:37.043Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5302026-09-18T03:26:46.140Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5312026-09-18T03:27:18.466Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 04s
5322026-09-18T03:27:18.512ZLinking xde kmod...
5332026-09-18T03:27:21.128ZBuilding xde dev link helper (release).
5342026-09-18T03:27:21.176Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5352026-09-18T03:27:21.176Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5362026-09-18T03:27:21.176Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5372026-09-18T03:27:30.686Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5382026-09-18T03:27:33.346Z Finished `release` profile [optimized + debuginfo] target(s) in 14.19s
5392026-09-18T03:27:33.424Z
5402026-09-18T03:27:33.424Zreal 1:19.883790876
5412026-09-18T03:27:33.424Zuser 2:09.742644269
5422026-09-18T03:27:33.424Zsys 12.161531273
5432026-09-18T03:27:33.425Ztrap 0.029277122
5442026-09-18T03:27:33.425Ztflt 0.149419773
5452026-09-18T03:27:33.425Zdflt 0.199935122
5462026-09-18T03:27:33.425Zkflt 0.000014849
5472026-09-18T03:27:33.425Zlock 10:20.974460672
5482026-09-18T03:27:33.425Zslp 6:07.264259952
5492026-09-18T03:27:33.425Zlat 1.594164142
5502026-09-18T03:27:33.425Zstop 3.858584496
5512026-09-18T03:27:33.425Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5522026-09-18T03:27:33.426Z+ grep GOTPCREL
5532026-09-18T03:27:35.066Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5542026-09-18T03:27:35.151Z+ grep GOTPCREL
5552026-09-18T03:27:36.144Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5562026-09-18T03:27:36.214Z+ sha256sum /work/debug/xde.dbg
5572026-09-18T03:27:36.251Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5582026-09-18T03:27:36.252Z+ sha256sum /work/debug/xde_link.dbg.so
5592026-09-18T03:27:36.252Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5602026-09-18T03:27:36.271Z+ sha256sum /work/release/xde
5612026-09-18T03:27:36.321Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5622026-09-18T03:27:36.321Z+ sha256sum /work/release/xde_link.so
5632026-09-18T03:27:36.322Z+ header 'build xde integration tests'
5642026-09-18T03:27:36.322Z+ echo '# ==== build xde integration tests ==== #'
5652026-09-18T03:27:36.322Z+ pushd xde-tests
5662026-09-18T03:27:36.322Z# ==== build xde integration tests ==== #
5672026-09-18T03:27:36.322Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5682026-09-18T03:27:36.322Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5692026-09-18T03:27:36.402Z+ cargo clippy --all-targets -- --deny warnings
5702026-09-18T03:27:36.625Z Compiling serde_core v1.0.228
5712026-09-18T03:27:36.625Z Checking cfg-if v1.0.4
5722026-09-18T03:27:36.625Z Checking memchr v2.8.3
5732026-09-18T03:27:36.728Z Compiling rustversion v1.0.23
5742026-09-18T03:27:36.728Z Compiling serde v1.0.228
5752026-09-18T03:27:36.728Z Compiling libc v0.2.186
5762026-09-18T03:27:36.729Z Compiling version_check v0.9.5
5772026-09-18T03:27:36.729Z Compiling syn v2.0.118
5782026-09-18T03:27:36.729Z Compiling ident_case v1.0.1
5792026-09-18T03:27:36.869Z Compiling strsim v0.11.1
5802026-09-18T03:27:36.987Z Checking pin-project-lite v0.2.17
5812026-09-18T03:27:37.078Z Compiling regex-syntax v0.8.11
5822026-09-18T03:27:37.078Z Compiling syn v1.0.109
5832026-09-18T03:27:37.078Z Compiling equivalent v1.0.2
5842026-09-18T03:27:37.178Z Compiling either v1.16.0
5852026-09-18T03:27:37.304Z Compiling aho-corasick v1.1.4
5862026-09-18T03:27:37.447Z Compiling winnow v1.0.3
5872026-09-18T03:27:37.448Z Compiling hashbrown v0.17.1
5882026-09-18T03:27:37.563Z Compiling zerocopy v0.8.54
5892026-09-18T03:27:37.804Z Compiling indexmap v2.14.0
5902026-09-18T03:27:37.836Z Compiling itertools v0.15.0
5912026-09-18T03:27:38.299Z Compiling toml_parser v1.1.2+spec-1.1.0
5922026-09-18T03:27:38.415Z Compiling regex-automata v0.4.15
5932026-09-18T03:27:38.455Z Checking rand_core v0.10.1
5942026-09-18T03:27:38.590Z Compiling toml_datetime v1.1.1+spec-1.1.0
5952026-09-18T03:27:38.697Z Compiling heapless v0.8.0
5962026-09-18T03:27:38.857Z Compiling getrandom v0.4.3
5972026-09-18T03:27:38.986Z Checking byteorder v1.5.0
5982026-09-18T03:27:39.074Z Compiling toml_edit v0.25.12+spec-1.1.0
5992026-09-18T03:27:39.138Z Checking bitflags v2.13.0
6002026-09-18T03:27:39.139Z Checking hash32 v0.3.1
6012026-09-18T03:27:39.212Z Compiling darling_core v0.23.0
6022026-09-18T03:27:39.213Z Compiling slog v2.8.2
6032026-09-18T03:27:39.238Z Checking futures-sink v0.3.32
6042026-09-18T03:27:39.238Z Checking cpufeatures v0.3.0
6052026-09-18T03:27:39.299Z Checking macaddr v1.0.1
6062026-09-18T03:27:39.372Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6072026-09-18T03:27:39.372Z Checking futures-core v0.3.32
6082026-09-18T03:27:39.432Z Checking stable_deref_trait v1.2.1
6092026-09-18T03:27:39.489Z Compiling smoltcp v0.11.0
6102026-09-18T03:27:39.548Z Checking futures-channel v0.3.32
6112026-09-18T03:27:39.727Z Compiling proc-macro-crate v3.5.0
6122026-09-18T03:27:39.794Z Checking chacha20 v0.10.1
6132026-09-18T03:27:39.951Z Compiling proc-macro-error-attr v1.0.4
6142026-09-18T03:27:40.025Z Checking managed v0.8.0
6152026-09-18T03:27:40.025Z Compiling crc32fast v1.5.0
6162026-09-18T03:27:40.117Z Compiling regex v1.13.0
6172026-09-18T03:27:40.185Z Compiling autocfg v1.5.1
6182026-09-18T03:27:40.185Z Checking futures-task v0.3.32
6192026-09-18T03:27:40.253Z Checking bitflags v1.3.2
6202026-09-18T03:27:40.308Z Checking futures-io v0.3.32
6212026-09-18T03:27:40.361Z Compiling ref-cast v1.0.25
6222026-09-18T03:27:40.361Z Compiling serde_derive v1.0.228
6232026-09-18T03:27:40.361Z Compiling thiserror-impl v2.0.18
6242026-09-18T03:27:40.458Z Compiling zerocopy-derive v0.8.54
6252026-09-18T03:27:40.535Z Compiling futures-macro v0.3.32
6262026-09-18T03:27:40.608Z Checking slab v0.4.12
6272026-09-18T03:27:40.736Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6282026-09-18T03:27:40.866Z Compiling num-traits v0.2.19
6292026-09-18T03:27:40.940Z Compiling num_enum_derive v0.7.6
6302026-09-18T03:27:40.969Z Compiling foreign-types-macros v0.2.3
6312026-09-18T03:27:41.086Z Compiling ref-cast-impl v1.0.25
6322026-09-18T03:27:41.214Z Compiling darling_macro v0.23.0
6332026-09-18T03:27:41.275Z Checking futures-util v0.3.32
6342026-09-18T03:27:41.515Z Checking thiserror v2.0.18
6352026-09-18T03:27:41.602Z Checking cobs v0.3.0
6362026-09-18T03:27:41.688Z Checking rand v0.10.2
6372026-09-18T03:27:41.728Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6382026-09-18T03:27:41.744Z Compiling darling v0.23.0
6392026-09-18T03:27:41.812Z Compiling ingot-macros v0.2.0
6402026-09-18T03:27:41.921Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6412026-09-18T03:27:42.032Z Compiling proc-macro-error v1.0.4
6422026-09-18T03:27:42.146Z Checking unicode-width v0.2.2
6432026-09-18T03:27:42.155Z Checking ipnetwork v0.21.1
6442026-09-18T03:27:42.234Z Compiling crossbeam-utils v0.8.22
6452026-09-18T03:27:42.322Z Checking foreign-types-shared v0.3.1
6462026-09-18T03:27:42.382Z Checking once_cell v1.21.4
6472026-09-18T03:27:42.382Z Checking foreign-types v0.5.0
6482026-09-18T03:27:42.450Z Checking tabwriter v1.4.1
6492026-09-18T03:27:42.536Z Checking tracing-core v0.1.36
6502026-09-18T03:27:42.608Z Checking num_enum v0.7.6
6512026-09-18T03:27:42.634Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6522026-09-18T03:27:43.017Z Checking anyhow v1.0.103
6532026-09-18T03:27:43.038Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6542026-09-18T03:27:43.163Z Compiling tracing-attributes v0.1.31
6552026-09-18T03:27:43.213Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6562026-09-18T03:27:43.256Z Checking futures-executor v0.3.32
6572026-09-18T03:27:43.390Z Checking erased-serde v0.3.31
6582026-09-18T03:27:43.427Z Checking postcard v1.1.3
6592026-09-18T03:27:43.505Z Checking cstr-argument v0.1.2
6602026-09-18T03:27:43.609Z Checking dyn-clone v1.0.20
6612026-09-18T03:27:43.687Z Compiling time-core v0.1.9
6622026-09-18T03:27:43.711Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6632026-09-18T03:27:43.771Z Compiling thiserror v1.0.69
6642026-09-18T03:27:43.863Z Checking pretty-hex v0.4.2
6652026-09-18T03:27:43.912Z Compiling num-conv v0.2.2
6662026-09-18T03:27:43.960Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6672026-09-18T03:27:44.033Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6682026-09-18T03:27:44.039Z Compiling time-macros v0.2.31
6692026-09-18T03:27:44.125Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6702026-09-18T03:27:44.194Z Checking futures v0.3.32
6712026-09-18T03:27:44.310Z Compiling thiserror-impl v1.0.69
6722026-09-18T03:27:44.353Z Checking tracing v0.1.44
6732026-09-18T03:27:44.453Z Checking uuid v1.23.5
6742026-09-18T03:27:44.552Z Checking arc-swap v1.9.2
6752026-09-18T03:27:44.571Z Checking socket2 v0.6.4
6762026-09-18T03:27:44.584Z Checking nom v8.0.0
6772026-09-18T03:27:44.628Z Checking ingot-types v0.2.0
6782026-09-18T03:27:44.723Z Checking thread_local v1.1.10
6792026-09-18T03:27:44.755Z Compiling heck v0.4.1
6802026-09-18T03:27:44.786Z Checking colored v3.1.1
6812026-09-18T03:27:44.871Z Checking oxnet v0.1.6
6822026-09-18T03:27:44.925Z Checking powerfmt v0.2.0
6832026-09-18T03:27:44.962Z Checking deranged v0.5.8
6842026-09-18T03:27:44.981Z Checking ingot v0.2.0
6852026-09-18T03:27:45.028Z Checking iana-time-zone v0.1.65
6862026-09-18T03:27:45.052Z Checking lazy_static v1.5.0
6872026-09-18T03:27:45.142Z Compiling slog-async v2.8.0
6882026-09-18T03:27:45.387Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6892026-09-18T03:27:45.516Z Checking chrono v0.4.45
6902026-09-18T03:27:45.531Z Checking slog-scope v4.4.1
6912026-09-18T03:27:45.567Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6922026-09-18T03:27:45.629Z Checking crossbeam-channel v0.5.16
6932026-09-18T03:27:45.842Z Checking time v0.3.53
6942026-09-18T03:27:45.947Z Checking cookie-factory v0.3.3
6952026-09-18T03:27:46.213Z Checking itertools v0.12.1
6962026-09-18T03:27:46.236Z Checking is-terminal v0.4.17
6972026-09-18T03:27:46.288Z Checking term v1.2.1
6982026-09-18T03:27:46.302Z Checking circular v0.3.0
6992026-09-18T03:27:46.411Z Checking log v0.4.33
7002026-09-18T03:27:46.512Z Checking take_mut v0.2.2
7012026-09-18T03:27:46.529Z Checking rusticata-macros v5.0.0
7022026-09-18T03:27:46.560Z Checking slog-stdlog v4.1.1
7032026-09-18T03:27:46.566Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7042026-09-18T03:27:46.622Z Checking pcap-parser v0.17.0
7052026-09-18T03:27:46.985Z Checking slog-term v2.9.2
7062026-09-18T03:27:47.170Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7072026-09-18T03:27:47.439Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7082026-09-18T03:27:48.095Z Checking slog-envlogger v2.2.0
7092026-09-18T03:27:51.127Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7102026-09-18T03:27:52.844Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7112026-09-18T03:27:52.860Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7122026-09-18T03:27:53.183Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7132026-09-18T03:27:53.743Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.32s
7142026-09-18T03:27:53.799Z+ cargo build --test loopback
7152026-09-18T03:27:53.939Z Compiling cfg-if v1.0.4
7162026-09-18T03:27:53.939Z Compiling memchr v2.8.3
7172026-09-18T03:27:53.950Z Compiling serde_core v1.0.228
7182026-09-18T03:27:53.966Z Compiling libc v0.2.186
7192026-09-18T03:27:53.975Z Compiling thiserror v2.0.18
7202026-09-18T03:27:53.975Z Compiling pin-project-lite v0.2.17
7212026-09-18T03:27:53.975Z Compiling byteorder v1.5.0
7222026-09-18T03:27:53.975Z Compiling rand_core v0.10.1
7232026-09-18T03:27:54.037Z Compiling either v1.16.0
7242026-09-18T03:27:54.080Z Compiling zerocopy v0.8.54
7252026-09-18T03:27:54.080Z Compiling stable_deref_trait v1.2.1
7262026-09-18T03:27:54.103Z Compiling hash32 v0.3.1
7272026-09-18T03:27:54.126Z Compiling futures-sink v0.3.32
7282026-09-18T03:27:54.133Z Compiling futures-core v0.3.32
7292026-09-18T03:27:54.205Z Compiling cpufeatures v0.3.0
7302026-09-18T03:27:54.220Z Compiling macaddr v1.0.1
7312026-09-18T03:27:54.273Z Compiling chacha20 v0.10.1
7322026-09-18T03:27:54.290Z Compiling futures-channel v0.3.32
7332026-09-18T03:27:54.311Z Compiling getrandom v0.4.3
7342026-09-18T03:27:54.311Z Compiling heapless v0.8.0
7352026-09-18T03:27:54.484Z Compiling cobs v0.3.0
7362026-09-18T03:27:54.506Z Compiling slab v0.4.12
7372026-09-18T03:27:54.506Z Compiling bitflags v1.3.2
7382026-09-18T03:27:54.562Z Compiling managed v0.8.0
7392026-09-18T03:27:54.583Z Compiling futures-io v0.3.32
7402026-09-18T03:27:54.655Z Compiling futures-task v0.3.32
7412026-09-18T03:27:54.711Z Compiling smoltcp v0.11.0
7422026-09-18T03:27:54.725Z Compiling rand v0.10.2
7432026-09-18T03:27:54.761Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7442026-09-18T03:27:54.788Z Compiling ipnetwork v0.21.1
7452026-09-18T03:27:54.839Z Compiling futures-util v0.3.32
7462026-09-18T03:27:54.977Z Compiling once_cell v1.21.4
7472026-09-18T03:27:55.221Z Compiling unicode-width v0.2.2
7482026-09-18T03:27:55.264Z Compiling foreign-types-shared v0.3.1
7492026-09-18T03:27:55.347Z Compiling foreign-types v0.5.0
7502026-09-18T03:27:55.419Z Compiling tracing-core v0.1.36
7512026-09-18T03:27:55.522Z Compiling tabwriter v1.4.1
7522026-09-18T03:27:55.571Z Compiling ref-cast v1.0.25
7532026-09-18T03:27:55.652Z Compiling num_enum v0.7.6
7542026-09-18T03:27:55.661Z Compiling crc32fast v1.5.0
7552026-09-18T03:27:55.761Z Compiling serde v1.0.228
7562026-09-18T03:27:55.904Z Compiling bitflags v2.13.0
7572026-09-18T03:27:55.926Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7582026-09-18T03:27:55.926Z Compiling cstr-argument v0.1.2
7592026-09-18T03:27:56.029Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7602026-09-18T03:27:56.084Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7612026-09-18T03:27:56.133Z Compiling itertools v0.15.0
7622026-09-18T03:27:56.332Z Compiling erased-serde v0.3.31
7632026-09-18T03:27:56.400Z Compiling postcard v1.1.3
7642026-09-18T03:27:56.691Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7652026-09-18T03:27:56.691Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7662026-09-18T03:27:56.745Z Compiling slog v2.8.2
7672026-09-18T03:27:57.024Z Compiling ingot-types v0.2.0
7682026-09-18T03:27:57.038Z Compiling futures-executor v0.3.32
7692026-09-18T03:27:57.118Z Compiling pretty-hex v0.4.2
7702026-09-18T03:27:57.246Z Compiling dyn-clone v1.0.20
7712026-09-18T03:27:57.321Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7722026-09-18T03:27:57.321Z Compiling futures v0.3.32
7732026-09-18T03:27:57.388Z Compiling ingot v0.2.0
7742026-09-18T03:27:57.400Z Compiling tracing v0.1.44
7752026-09-18T03:27:57.410Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7762026-09-18T03:27:57.437Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7772026-09-18T03:27:57.511Z Compiling num-traits v0.2.19
7782026-09-18T03:27:57.519Z Compiling uuid v1.23.5
7792026-09-18T03:27:57.551Z Compiling crossbeam-utils v0.8.22
7802026-09-18T03:27:57.589Z Compiling nom v8.0.0
7812026-09-18T03:27:57.765Z Compiling aho-corasick v1.1.4
7822026-09-18T03:27:57.880Z Compiling socket2 v0.6.4
7832026-09-18T03:27:58.175Z Compiling thread_local v1.1.10
7842026-09-18T03:27:58.228Z Compiling arc-swap v1.9.2
7852026-09-18T03:27:58.381Z Compiling deranged v0.5.8
7862026-09-18T03:27:58.567Z Compiling oxnet v0.1.6
7872026-09-18T03:27:58.608Z Compiling time-core v0.1.9
7882026-09-18T03:27:58.793Z Compiling winnow v1.0.3
7892026-09-18T03:27:59.000Z Compiling num-conv v0.2.2
7902026-09-18T03:27:59.015Z Compiling iana-time-zone v0.1.65
7912026-09-18T03:27:59.060Z Compiling regex-syntax v0.8.11
7922026-09-18T03:27:59.142Z Compiling colored v3.1.1
7932026-09-18T03:27:59.353Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7942026-09-18T03:27:59.444Z Compiling lazy_static v1.5.0
7952026-09-18T03:27:59.538Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7962026-09-18T03:27:59.636Z Compiling powerfmt v0.2.0
7972026-09-18T03:27:59.772Z Compiling time v0.3.53
7982026-09-18T03:27:59.908Z Compiling rusticata-macros v5.0.0
7992026-09-18T03:27:59.959Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
8002026-09-18T03:28:00.192Z Compiling slog-scope v4.4.1
8012026-09-18T03:28:00.227Z Compiling chrono v0.4.45
8022026-09-18T03:28:00.325Z Compiling thiserror v1.0.69
8032026-09-18T03:28:00.420Z Compiling crossbeam-channel v0.5.16
8042026-09-18T03:28:01.166Z Compiling regex-automata v0.4.15
8052026-09-18T03:28:01.742Z Compiling cookie-factory v0.3.3
8062026-09-18T03:28:01.920Z Compiling is-terminal v0.4.17
8072026-09-18T03:28:02.011Z Compiling itertools v0.12.1
8082026-09-18T03:28:02.060Z Compiling log v0.4.33
8092026-09-18T03:28:02.346Z Compiling circular v0.3.0
8102026-09-18T03:28:02.601Z Compiling take_mut v0.2.2
8112026-09-18T03:28:02.701Z Compiling term v1.2.1
8122026-09-18T03:28:03.458Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8132026-09-18T03:28:04.173Z Compiling slog-term v2.9.2
8142026-09-18T03:28:04.573Z Compiling regex v1.13.0
8152026-09-18T03:28:05.141Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8162026-09-18T03:28:05.470Z Compiling slog-async v2.8.0
8172026-09-18T03:28:05.654Z Compiling pcap-parser v0.17.0
8182026-09-18T03:28:07.310Z Compiling slog-stdlog v4.1.1
8192026-09-18T03:28:07.329Z Compiling slog-envlogger v2.2.0
8202026-09-18T03:28:07.329Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8212026-09-18T03:28:07.662Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8222026-09-18T03:28:07.953Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8232026-09-18T03:28:08.986Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8242026-09-18T03:28:17.371Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.59s
8252026-09-18T03:28:17.404Z++ cargo build -q --test loopback --message-format=json
8262026-09-18T03:28:17.408Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8272026-09-18T03:28:17.562Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-dd81b9e7747d792a
8282026-09-18T03:28:17.563Z+ cargo build --test multicast_rx
8292026-09-18T03:28:17.626Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-09-18T03:28:19.410Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.87s
8312026-09-18T03:28:19.446Z++ cargo build -q --test multicast_rx --message-format=json
8322026-09-18T03:28:19.450Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-09-18T03:28:19.560Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-6e7786f935b694ca
8342026-09-18T03:28:19.560Z+ cargo build --test multicast_multi_sub
8352026-09-18T03:28:19.663Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-09-18T03:28:22.464Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.85s
8372026-09-18T03:28:22.490Z++ cargo build -q --test multicast_multi_sub --message-format=json
8382026-09-18T03:28:22.490Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-09-18T03:28:22.491Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0f849f198a2153dd
8402026-09-18T03:28:22.491Z+ cargo build --test multicast_validation
8412026-09-18T03:28:22.491Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-09-18T03:28:23.704Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.11s
8432026-09-18T03:28:23.739Z++ cargo build -q --test multicast_validation --message-format=json
8442026-09-18T03:28:23.742Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-09-18T03:28:23.860Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-5ea539890e8b2813
8462026-09-18T03:28:23.860Z+ cargo build --test multicast_source_filter
8472026-09-18T03:28:23.959Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-09-18T03:28:26.038Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.17s
8492026-09-18T03:28:26.072Z++ cargo build -q --test multicast_source_filter --message-format=json
8502026-09-18T03:28:26.076Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-09-18T03:28:26.192Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-06da36b786f49daa
8522026-09-18T03:28:26.192Z+ cargo build --test multicast_multi_nexthop
8532026-09-18T03:28:26.295Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8542026-09-18T03:28:27.953Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.75s
8552026-09-18T03:28:27.989Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8562026-09-18T03:28:27.992Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8572026-09-18T03:28:28.115Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-e6232fc3d73f42c4
8582026-09-18T03:28:28.115Z+ mkdir -p /work/test
8592026-09-18T03:28:28.121Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-dd81b9e7747d792a /work/test/loopback
8602026-09-18T03:28:28.151Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-6e7786f935b694ca /work/test/multicast_rx
8612026-09-18T03:28:28.185Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0f849f198a2153dd /work/test/multicast_multi_sub
8622026-09-18T03:28:28.231Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-5ea539890e8b2813 /work/test/multicast_validation
8632026-09-18T03:28:28.273Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-06da36b786f49daa /work/test/multicast_source_filter
8642026-09-18T03:28:28.322Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-e6232fc3d73f42c4 /work/test/multicast_multi_nexthop
8652026-09-18T03:28:28.371Zprocess exited: duration 237869 ms, exit code 0
 
8662026-09-18T03:28:28.379Zfound 15 output files
8672026-09-18T03:28:28.379Zuploading: /work/debug/xde.dbg (91562904 bytes)
8682026-09-18T03:28:31.148Zuploaded: /work/debug/xde.dbg
8692026-09-18T03:28:31.148Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-09-18T03:28:32.159Zuploaded: /work/debug/xde.dbg.sha256
8712026-09-18T03:28:32.159Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8722026-09-18T03:28:33.195Zuploaded: /work/debug/xde_link.dbg.so
8732026-09-18T03:28:33.195Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-09-18T03:28:34.206Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-09-18T03:28:34.206Zuploading: /work/release/xde (55404552 bytes)
8762026-09-18T03:28:36.050Zuploaded: /work/release/xde
8772026-09-18T03:28:36.050Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-09-18T03:28:37.059Zuploaded: /work/release/xde.sha256
8792026-09-18T03:28:37.059Zuploading: /work/release/xde_link.so (45240 bytes)
8802026-09-18T03:28:38.074Zuploaded: /work/release/xde_link.so
8812026-09-18T03:28:38.075Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-09-18T03:28:39.136Zuploaded: /work/release/xde_link.so.sha256
8832026-09-18T03:28:39.136Zuploading: /work/test/loopback (59291256 bytes)
8842026-09-18T03:28:41.012Zuploaded: /work/test/loopback
8852026-09-18T03:28:41.012Zuploading: /work/test/multicast_rx (59789808 bytes)
8862026-09-18T03:28:43.106Zuploaded: /work/test/multicast_rx
8872026-09-18T03:28:43.106Zuploading: /work/test/multicast_multi_sub (60431936 bytes)
8882026-09-18T03:28:44.961Zuploaded: /work/test/multicast_multi_sub
8892026-09-18T03:28:44.962Zuploading: /work/test/multicast_validation (59775424 bytes)
8902026-09-18T03:28:46.770Zuploaded: /work/test/multicast_validation
8912026-09-18T03:28:46.771Zuploading: /work/test/multicast_source_filter (60077008 bytes)
8922026-09-18T03:28:48.628Zuploaded: /work/test/multicast_source_filter
8932026-09-18T03:28:48.628Zuploading: /work/test/multicast_multi_nexthop (60667808 bytes)
8942026-09-18T03:28:50.314Zuploaded: /work/test/multicast_multi_nexthop
8952026-09-18T03:28:50.314Zuploading: /work/xde.conf (79 bytes)
8962026-09-18T03:28:51.326Zuploaded: /work/xde.conf