01M28VZMGXRYC31T3BT64NX7P3: 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: 01M28W08BVV5HB1F382V5XE8M7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-11T18:35:42.295Zjob assigned to worker 01M28W0QJEQA3WXWFG1VPH4P9S [factory aws, i-0c4a398d47f8f0035] (queued for 59 s)
 
22026-09-11T18:35:49.871Zstarting task 0: "setup"
32026-09-11T18:35:49.877Z++ uname -s
42026-09-11T18:35:49.879Z+ kern=SunOS
52026-09-11T18:35:49.879Z+ build_user=build
62026-09-11T18:35:49.879Z+ build_uid=12345
72026-09-11T18:35:49.880Z+ work_dir=/work
82026-09-11T18:35:49.880Z+ input_dir=/input
92026-09-11T18:35:49.880Z+ [[ 0 == 12345 ]]
102026-09-11T18:35:49.880Z+ case "$kern" in
112026-09-11T18:35:49.880Z+ groupadd -g 12345 build
122026-09-11T18:35:49.891Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-11T18:35:51.896Z+ zfs create -o mountpoint=/work rpool/work
142026-09-11T18:35:51.973Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-11T18:35:51.976Z+ home_fs=zfs
162026-09-11T18:35:51.976Z+ [[ zfs == autofs ]]
172026-09-11T18:35:51.976Z+ mkdir -p /home/build
182026-09-11T18:35:51.976Z+ chown build:build /home/build /work
192026-09-11T18:35:53.978Z+ chmod 0700 /home/build /work
202026-09-11T18:35:53.981Zprocess exited: duration 4107 ms, exit code 0
 
212026-09-11T18:35:53.988Zstarting task 1: "rust-toolchain"
222026-09-11T18:35:53.991Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-11T18:35:53.991Z * rust toolchain channel = "1.97.1"
242026-09-11T18:35:53.991Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-11T18:35:53.991Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-11T18:35:53.991Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-11T18:35:53.991Z * rust toolchain profile = "default"
282026-09-11T18:35:53.994Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-11T18:35:53.995Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-11T18:35:54.071Zinfo: downloading installer
312026-09-11T18:35:55.332Zinfo: profile set to default
322026-09-11T18:35:55.332Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-11T18:35:55.335Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-11T18:35:55.469Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-11T18:35:55.471Zinfo: downloading 6 components
362026-09-11T18:36:08.967Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-11T18:36:08.967Z
382026-09-11T18:36:08.999Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-11T18:36:08.999Z
402026-09-11T18:36:09.002Z
412026-09-11T18:36:09.002ZRust is installed now. Great!
422026-09-11T18:36:09.003Z
432026-09-11T18:36:09.003ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-11T18:36:09.003Zenvironment variable. This has not been done automatically.
452026-09-11T18:36:09.003Z
462026-09-11T18:36:09.003ZTo configure your current shell, you need to source
472026-09-11T18:36:09.003Zthe corresponding env file under $HOME/.cargo.
482026-09-11T18:36:09.003Z
492026-09-11T18:36:09.003ZConsider running the right command for your shell (note the leading DOT):
502026-09-11T18:36:09.003Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-11T18:36:09.003Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-11T18:36:09.003ZCC_x86_64-unknown-illumos = None
532026-09-11T18:36:09.003Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-11T18:36:09.003ZCC_x86_64_unknown_illumos = None
552026-09-11T18:36:09.003Zcargo:rerun-if-env-changed=HOST_CC
562026-09-11T18:36:09.003ZHOST_CC = None
572026-09-11T18:36:09.003Zcargo:rerun-if-env-changed=CC
582026-09-11T18:36:09.003ZCC = None
592026-09-11T18:36:09.003Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-11T18:36:09.920Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-11T18:36:09.920ZCRATE_CC_NO_DEFAULTS = None
622026-09-11T18:36:09.921Zcargo:rerun-if-env-changed=CFLAGS
632026-09-11T18:36:09.921ZCFLAGS = None
642026-09-11T18:36:09.921Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-11T18:36:09.921ZHOST_CFLAGS = None
662026-09-11T18:36:09.921Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-11T18:36:09.921ZCFLAGS_x86_64_unknown_illumos = None
682026-09-11T18:36:09.921Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-11T18:36:09.921ZCFLAGS_x86_64-unknown-illumos = None
702026-09-11T18:36:10.018Z+ rustup --version
712026-09-11T18:36:10.025Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-11T18:36:10.028Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-11T18:36:10.048Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-11T18:36:10.051Z+ cargo --version
752026-09-11T18:36:10.065Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-11T18:36:10.068Z+ rustc --version
772026-09-11T18:36:10.087Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-11T18:36:10.090Zprocess exited: duration 16101 ms, exit code 0
 
792026-09-11T18:36:10.096Zstarting task 2: "authentication"
802026-09-11T18:36:10.112Zprocess exited: duration 16 ms, exit code 0
 
812026-09-11T18:36:10.118Zstarting task 3: "clone repository"
822026-09-11T18:36:10.121Z+ mkdir -p /work/oxidecomputer/opte
832026-09-11T18:36:10.124Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
842026-09-11T18:36:10.156ZCloning into '/work/oxidecomputer/opte'...
852026-09-11T18:36:11.165Z+ cd /work/oxidecomputer/opte
862026-09-11T18:36:11.165Z+ git fetch origin accbd1de825b687df69d10c62a18acda57587c2c
872026-09-11T18:36:11.481ZFrom https://github.com/oxidecomputer/opte
882026-09-11T18:36:11.481Z * branch accbd1de825b687df69d10c62a18acda57587c2c -> FETCH_HEAD
892026-09-11T18:36:11.487Z+ [[ -n bound-eviction ]]
902026-09-11T18:36:11.490Z++ git branch --show-current
912026-09-11T18:36:11.490Z+ current=master
922026-09-11T18:36:11.490Z+ [[ master != bound-eviction ]]
932026-09-11T18:36:11.490Z+ git branch -f bound-eviction accbd1de825b687df69d10c62a18acda57587c2c
942026-09-11T18:36:11.493Z+ git checkout -f bound-eviction
952026-09-11T18:36:11.510ZSwitched to branch 'bound-eviction'
962026-09-11T18:36:11.513Z+ git reset --hard accbd1de825b687df69d10c62a18acda57587c2c
972026-09-11T18:36:11.528ZHEAD is now at accbd1d Rebase fix
982026-09-11T18:36:11.530Zprocess exited: duration 1410 ms, exit code 0
 
992026-09-11T18:36:11.536Zstarting task 4: "build"
1002026-09-11T18:36:11.540Z+ source .github/buildomat/common.sh
1012026-09-11T18:36:11.543Z++ rustup show active-toolchain
1022026-09-11T18:36:11.546Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1032026-09-11T18:36:11.546Z++ pushd xde
1042026-09-11T18:36:11.546Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1052026-09-11T18:36:11.546Z++ rustup show active-toolchain
1062026-09-11T18:36:11.549Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1072026-09-11T18:36:11.686Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1082026-09-11T18:36:11.690Zinfo: downloading 6 components
1092026-09-11T18:36:24.918Zwarn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed
1102026-09-11T18:36:24.918Zwarn: auto-installation is deprecated for most `rustup` commands
1112026-09-11T18:36:24.918Zwarn: scripts relying on this behavior in `rustup` may stop working in the future
1122026-09-11T18:36:24.918Zwarn: to install the active toolchain, use `rustup install` instead
1132026-09-11T18:36:24.918Zwarn: see <https://github.com/rust-lang/rustup/issues/4836> for more info
1142026-09-11T18:36:24.918Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1152026-09-11T18:36:25.022Z+++ rustup show active-toolchain -v
1162026-09-11T18:36:25.025Z+++ head -n 1
1172026-09-11T18:36:25.025Z+++ cut '-d ' -f1
1182026-09-11T18:36:25.078Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1192026-09-11T18:36:25.079Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1202026-09-11T18:36:25.082Z++ popd
1212026-09-11T18:36:25.082Z/work/oxidecomputer/opte
1222026-09-11T18:36:25.082Z+ TGT_BASE=/work
1232026-09-11T18:36:25.082Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1242026-09-11T18:36:25.082Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1252026-09-11T18:36:25.082Z+ DBG_TGT=/work/debug
1262026-09-11T18:36:25.082Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1272026-09-11T18:36:25.082Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1282026-09-11T18:36:25.082Z+ REL_TGT=/work/release
1292026-09-11T18:36:25.082Z+ mkdir -p /work/debug /work/release
1302026-09-11T18:36:25.082Z+ cargo --version
1312026-09-11T18:36:25.089Zcargo 1.97.1 (c980f4866 2026-06-30)
1322026-09-11T18:36:25.091Z+ rustc --version
1332026-09-11T18:36:25.111Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1342026-09-11T18:36:25.114Z+ install_pkg jq
1352026-09-11T18:36:25.114Z+ set +o errexit
1362026-09-11T18:36:25.114Z+ pfexec pkg install jq
1372026-09-11T18:36:27.257Z Startup: Refreshing catalog 'helios' ... Done
1382026-09-11T18:36:27.774Z Startup: Caching catalogs ... Done
1392026-09-11T18:36:30.445ZPlanning: Solver setup ... Done
1402026-09-11T18:36:30.522ZPlanning: Running solver ... Done
1412026-09-11T18:36:30.573ZPlanning: Consolidating action changes ... Done
1422026-09-11T18:36:30.576ZPlanning: Evaluating mediators ... Done
1432026-09-11T18:36:30.576ZPlanning: Planning completed in 2.76 seconds
1442026-09-11T18:36:30.590ZNo updates necessary for this image.
1452026-09-11T18:36:30.869Z+ exit_code=4
1462026-09-11T18:36:30.869Z+ [[ 4 -ne 0 ]]
1472026-09-11T18:36:30.869Z+ [[ 4 -ne 4 ]]
1482026-09-11T18:36:30.869Z+ set -o errexit
1492026-09-11T18:36:30.872Z+ pushd xde
1502026-09-11T18:36:30.872Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1512026-09-11T18:36:30.872Z+ cp xde.conf /work/xde.conf
1522026-09-11T18:36:30.872Z+ header 'check style'
1532026-09-11T18:36:30.872Z+ echo '# ==== check style ==== #'
1542026-09-11T18:36:30.872Z# ==== check style ==== #
1552026-09-11T18:36:30.872Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1562026-09-11T18:36:31.104Z
1572026-09-11T18:36:31.105Zreal 0.232194445
1582026-09-11T18:36:31.105Zuser 0.157681820
1592026-09-11T18:36:31.105Zsys 0.064827351
1602026-09-11T18:36:31.105Ztrap 0.000012120
1612026-09-11T18:36:31.105Ztflt 0.000013900
1622026-09-11T18:36:31.105Zdflt 0.000017740
1632026-09-11T18:36:31.105Zkflt 0.000000000
1642026-09-11T18:36:31.105Zlock 0.026672732
1652026-09-11T18:36:31.105Zslp 0.197887017
1662026-09-11T18:36:31.105Zlat 0.000839420
1672026-09-11T18:36:31.105Zstop 0.000099210
1682026-09-11T18:36:31.107Z+ header analyze
1692026-09-11T18:36:31.107Z+ echo '# ==== analyze ==== #'
1702026-09-11T18:36:31.107Z# ==== analyze ==== #
1712026-09-11T18:36:31.107Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1722026-09-11T18:36:31.290Z Updating crates.io index
1732026-09-11T18:36:31.294Z Updating git repository `https://github.com/oxidecomputer/falcon`
1742026-09-11T18:36:31.994Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1752026-09-11T18:36:32.281Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1762026-09-11T18:36:32.570Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1772026-09-11T18:36:32.960Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-09-11T18:36:33.248Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1792026-09-11T18:36:33.593Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1802026-09-11T18:36:35.447Z Downloading crates ...
1812026-09-11T18:36:35.491Z Downloaded ingot v0.2.0
1822026-09-11T18:36:35.494Z Downloaded hash32 v0.3.1
1832026-09-11T18:36:35.500Z Downloaded serde_core v1.0.228
1842026-09-11T18:36:35.502Z Downloaded embedded-io v0.6.1
1852026-09-11T18:36:35.505Z Downloaded version_check v0.9.5
1862026-09-11T18:36:35.509Z Downloaded proc-macro2 v1.0.106
1872026-09-11T18:36:35.513Z Downloaded either v1.16.0
1882026-09-11T18:36:35.513Z Downloaded stable_deref_trait v1.2.1
1892026-09-11T18:36:35.516Z Downloaded heapless v0.8.0
1902026-09-11T18:36:35.519Z Downloaded darling_macro v0.23.0
1912026-09-11T18:36:35.522Z Downloaded strsim v0.11.1
1922026-09-11T18:36:35.522Z Downloaded cobs v0.3.0
1932026-09-11T18:36:35.525Z Downloaded defmt v0.3.100
1942026-09-11T18:36:35.529Z Downloaded uuid v1.23.5
1952026-09-11T18:36:35.532Z Downloaded ident_case v1.0.1
1962026-09-11T18:36:35.532Z Downloaded defmt-parser v1.0.0
1972026-09-11T18:36:35.532Z Downloaded dyn-clone v1.0.20
1982026-09-11T18:36:35.535Z Downloaded ref-cast v1.0.25
1992026-09-11T18:36:35.537Z Downloaded macaddr v1.0.1
2002026-09-11T18:36:35.537Z Downloaded managed v0.8.0
2012026-09-11T18:36:35.543Z Downloaded bitflags v1.3.2
2022026-09-11T18:36:35.546Z Downloaded embedded-io v0.4.0
2032026-09-11T18:36:35.549Z Downloaded cfg-if v1.0.4
2042026-09-11T18:36:35.551Z Downloaded ref-cast-impl v1.0.25
2052026-09-11T18:36:35.557Z Downloaded quote v1.0.46
2062026-09-11T18:36:35.560Z Downloaded defmt v1.1.1
2072026-09-11T18:36:35.567Z Downloaded byteorder v1.5.0
2082026-09-11T18:36:35.569Z Downloaded darling v0.23.0
2092026-09-11T18:36:35.572Z Downloaded ingot-types v0.2.0
2102026-09-11T18:36:35.574Z Downloaded postcard v1.1.3
2112026-09-11T18:36:35.578Z Downloaded thiserror v2.0.18
2122026-09-11T18:36:35.581Z Downloaded thiserror-impl v2.0.18
2132026-09-11T18:36:35.584Z Downloaded defmt-macros v1.1.1
2142026-09-11T18:36:35.587Z Downloaded unicode-ident v1.0.24
2152026-09-11T18:36:35.587Z Downloaded serde_derive v1.0.228
2162026-09-11T18:36:35.590Z Downloaded crc32fast v1.5.0
2172026-09-11T18:36:35.596Z Downloaded ingot-macros v0.2.0
2182026-09-11T18:36:35.607Z Downloaded darling_core v0.23.0
2192026-09-11T18:36:35.610Z Downloaded bitflags v2.13.0
2202026-09-11T18:36:35.614Z Downloaded memchr v2.8.3
2212026-09-11T18:36:35.621Z Downloaded zerocopy-derive v0.8.54
2222026-09-11T18:36:35.625Z Downloaded serde v1.0.228
2232026-09-11T18:36:35.640Z Downloaded aho-corasick v1.1.4
2242026-09-11T18:36:35.652Z Downloaded itertools v0.15.0
2252026-09-11T18:36:35.656Z Downloaded regex v1.13.0
2262026-09-11T18:36:35.672Z Downloaded zerocopy v0.8.54
2272026-09-11T18:36:35.681Z Downloaded syn v2.0.118
2282026-09-11T18:36:35.689Z Downloaded regex-syntax v0.8.11
2292026-09-11T18:36:35.693Z Downloaded smoltcp v0.11.0
2302026-09-11T18:36:35.707Z Downloaded regex-automata v0.4.15
2312026-09-11T18:36:35.719Z Updating crates.io index
2322026-09-11T18:36:35.768Z Downloading crates ...
2332026-09-11T18:36:35.790Z Downloaded foldhash v0.2.0
2342026-09-11T18:36:35.814Z Downloaded addr2line v0.27.0
2352026-09-11T18:36:35.850Z Downloaded gimli v0.34.0
2362026-09-11T18:36:35.855Z Downloaded adler2 v2.0.1
2372026-09-11T18:36:35.855Z Downloaded rustc-literal-escaper v0.0.8
2382026-09-11T18:36:35.855Z Downloaded rustc-demangle v0.1.28
2392026-09-11T18:36:35.855Z Downloaded getopts v0.2.24
2402026-09-11T18:36:35.855Z Downloaded miniz_oxide v0.9.1
2412026-09-11T18:36:35.855Z Downloaded memchr v2.7.6
2422026-09-11T18:36:35.858Z Downloaded hashbrown v0.17.1
2432026-09-11T18:36:35.883Z Downloaded libc v0.2.185
2442026-09-11T18:36:35.913Z Downloaded object v0.39.1
2452026-09-11T18:36:35.954Z 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-11T18:36:35.954Z 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-11T18:36:35.954Z Compiling proc-macro2 v1.0.106
2482026-09-11T18:36:35.954Z Compiling quote v1.0.46
2492026-09-11T18:36:35.957Z Compiling unicode-ident v1.0.24
2502026-09-11T18:36:35.957Z Compiling serde_core v1.0.228
2512026-09-11T18:36:35.957Z Compiling strsim v0.11.1
2522026-09-11T18:36:35.957Z Compiling ident_case v1.0.1
2532026-09-11T18:36:36.144Z Compiling memchr v2.8.3
2542026-09-11T18:36:36.146Z Compiling regex-syntax v0.8.11
2552026-09-11T18:36:36.436Z Compiling either v1.16.0
2562026-09-11T18:36:36.439Z Compiling zerocopy v0.8.54
2572026-09-11T18:36:36.487Z Compiling serde v1.0.228
2582026-09-11T18:36:36.579Z Compiling aho-corasick v1.1.4
2592026-09-11T18:36:36.642Z Compiling thiserror v2.0.18
2602026-09-11T18:36:36.846Z Compiling itertools v0.15.0
2612026-09-11T18:36:37.008Z Compiling heapless v0.8.0
2622026-09-11T18:36:37.222Z Compiling syn v2.0.118
2632026-09-11T18:36:37.244Z Compiling smoltcp v0.11.0
2642026-09-11T18:36:37.293Z Compiling ref-cast v1.0.25
2652026-09-11T18:36:37.500Z Compiling crc32fast v1.5.0
2662026-09-11T18:36:37.695Z Compiling regex-automata v0.4.15
2672026-09-11T18:36:37.715Z Compiling version_check v0.9.5
2682026-09-11T18:36:38.066Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-09-11T18:36:39.327Z Compiling regex v1.13.0
2702026-09-11T18:36:39.657Z Compiling darling_core v0.23.0
2712026-09-11T18:36:40.416Z Compiling thiserror-impl v2.0.18
2722026-09-11T18:36:40.416Z Compiling serde_derive v1.0.228
2732026-09-11T18:36:40.416Z Compiling zerocopy-derive v0.8.54
2742026-09-11T18:36:40.419Z Compiling ref-cast-impl v1.0.25
2752026-09-11T18:36:40.419Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2762026-09-11T18:36:41.875Z Compiling darling_macro v0.23.0
2772026-09-11T18:36:42.759Z Compiling darling v0.23.0
2782026-09-11T18:36:42.824Z Compiling ingot-macros v0.2.0
2792026-09-11T18:36:42.826Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2802026-09-11T18:36:48.149Z 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-11T18:36:50.547Z Checking byteorder v1.5.0
2822026-09-11T18:36:50.547Z Checking stable_deref_trait v1.2.1
2832026-09-11T18:36:50.547Z Checking cfg-if v1.0.4
2842026-09-11T18:36:50.547Z Checking macaddr v1.0.1
2852026-09-11T18:36:50.550Z Checking bitflags v1.3.2
2862026-09-11T18:36:50.603Z Checking managed v0.8.0
2872026-09-11T18:36:50.630Z Checking cobs v0.3.0
2882026-09-11T18:36:50.709Z Checking hash32 v0.3.1
2892026-09-11T18:36:50.725Z Checking dyn-clone v1.0.20
2902026-09-11T18:36:50.751Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2912026-09-11T18:36:51.948Z Checking bitflags v2.13.0
2922026-09-11T18:36:51.948Z Checking uuid v1.23.5
2932026-09-11T18:36:52.099Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-09-11T18:36:52.311Z Checking postcard v1.1.3
2952026-09-11T18:36:53.162Z Checking ingot-types v0.2.0
2962026-09-11T18:36:53.443Z Checking ingot v0.2.0
2972026-09-11T18:36:54.760Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2982026-09-11T18:36:57.914Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2992026-09-11T18:36:59.120Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3002026-09-11T18:37:00.687Z Finished `dev` profile [optimized + debuginfo] target(s) in 29.51s
3012026-09-11T18:37:00.811Z
3022026-09-11T18:37:00.811Zreal 29.701775988
3032026-09-11T18:37:00.811Zuser 1:10.905307993
3042026-09-11T18:37:00.811Zsys 10.027095053
3052026-09-11T18:37:00.811Ztrap 0.022617025
3062026-09-11T18:37:00.811Ztflt 0.043882506
3072026-09-11T18:37:00.811Zdflt 0.201635125
3082026-09-11T18:37:00.811Zkflt 0.002070583
3092026-09-11T18:37:00.811Zlock 3:58.479119300
3102026-09-11T18:37:00.811Zslp 3:09.112390117
3112026-09-11T18:37:00.811Zlat 2.620924897
3122026-09-11T18:37:00.811Zstop 8.120999696
3132026-09-11T18:37:00.814Z+ pushd xde-link
3142026-09-11T18:37:00.814Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3152026-09-11T18:37:00.814Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3162026-09-11T18:37:00.988Z 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-11T18:37:00.988Z 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-11T18:37:00.988Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3192026-09-11T18:37:12.279Z 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-11T18:37:14.688Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.81s
3212026-09-11T18:37:14.707Z
3222026-09-11T18:37:14.711Zreal 13.890878175
3232026-09-11T18:37:14.711Zuser 22.344429535
3242026-09-11T18:37:14.711Zsys 1.256832687
3252026-09-11T18:37:14.711Ztrap 0.004544142
3262026-09-11T18:37:14.711Ztflt 0.002043053
3272026-09-11T18:37:14.711Zdflt 0.052970957
3282026-09-11T18:37:14.711Zkflt 0.000000000
3292026-09-11T18:37:14.711Zlock 1:15.275559610
3302026-09-11T18:37:14.711Zslp 46.284778649
3312026-09-11T18:37:14.711Zlat 0.357612376
3322026-09-11T18:37:14.711Zstop 0.136835438
3332026-09-11T18:37:14.711Z+ popd
3342026-09-11T18:37:14.711Z+ popd
3352026-09-11T18:37:14.711Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3362026-09-11T18:37:14.711Z/work/oxidecomputer/opte
3372026-09-11T18:37:14.711Z+ header 'build xde (debug)'
3382026-09-11T18:37:14.711Z+ echo '# ==== build xde (debug) ==== #'
3392026-09-11T18:37:14.711Z# ==== build xde (debug) ==== #
3402026-09-11T18:37:14.711Z+ ptime -m cargo xtask build --profile debug xde xde-link
3412026-09-11T18:37:14.858Z Downloading crates ...
3422026-09-11T18:37:14.920Z Downloaded cargo_metadata v0.23.1
3432026-09-11T18:37:14.923Z Downloaded anstream v1.0.0
3442026-09-11T18:37:14.926Z Downloaded clap_derive v4.6.1
3452026-09-11T18:37:14.931Z Downloaded clap_builder v4.6.0
3462026-09-11T18:37:14.935Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3472026-09-11T18:37:14.937Z Downloaded cargo-platform v0.3.3
3482026-09-11T18:37:14.937Z Downloaded clap_lex v1.1.0
3492026-09-11T18:37:14.940Z Downloaded clap v4.6.1
3502026-09-11T18:37:14.947Z Downloaded anstyle-query v1.1.5
3512026-09-11T18:37:14.949Z Downloaded colorchoice v1.0.5
3522026-09-11T18:37:14.949Z Downloaded equivalent v1.0.2
3532026-09-11T18:37:14.952Z Downloaded toml v1.1.2+spec-1.1.0
3542026-09-11T18:37:14.955Z Downloaded serde_spanned v1.1.1
3552026-09-11T18:37:14.958Z Downloaded itoa v1.0.18
3562026-09-11T18:37:14.958Z Downloaded heck v0.5.0
3572026-09-11T18:37:14.961Z Downloaded is_terminal_polyfill v1.70.2
3582026-09-11T18:37:14.967Z Downloaded semver v1.0.28
3592026-09-11T18:37:14.969Z Downloaded anstyle-parse v1.0.0
3602026-09-11T18:37:14.972Z Downloaded toml_writer v1.1.1+spec-1.1.0
3612026-09-11T18:37:14.975Z Downloaded anyhow v1.0.103
3622026-09-11T18:37:14.978Z Downloaded serde_json v1.0.150
3632026-09-11T18:37:14.981Z Downloaded toml_parser v1.1.2+spec-1.1.0
3642026-09-11T18:37:14.984Z Downloaded zmij v1.0.22
3652026-09-11T18:37:14.996Z Downloaded winnow v1.0.3
3662026-09-11T18:37:15.002Z Downloaded terminal_size v0.4.4
3672026-09-11T18:37:15.018Z Downloaded camino v1.2.4
3682026-09-11T18:37:15.022Z Downloaded rustix v1.1.4
3692026-09-11T18:37:15.036Z Downloaded indexmap v2.14.0
3702026-09-11T18:37:15.040Z Downloaded utf8parse v0.2.2
3712026-09-11T18:37:15.040Z Downloaded anstyle v1.0.14
3722026-09-11T18:37:15.043Z Downloaded errno v0.3.14
3732026-09-11T18:37:15.076Z Downloaded libc v0.2.186
3742026-09-11T18:37:15.126Z Compiling proc-macro2 v1.0.106
3752026-09-11T18:37:15.126Z Compiling serde_core v1.0.228
3762026-09-11T18:37:15.126Z Compiling quote v1.0.46
3772026-09-11T18:37:15.129Z Compiling unicode-ident v1.0.24
3782026-09-11T18:37:15.129Z Compiling libc v0.2.186
3792026-09-11T18:37:15.129Z Compiling rustix v1.1.4
3802026-09-11T18:37:15.129Z Compiling utf8parse v0.2.2
3812026-09-11T18:37:15.129Z Compiling bitflags v2.13.0
3822026-09-11T18:37:15.295Z Compiling zmij v1.0.22
3832026-09-11T18:37:15.299Z Compiling anstyle-parse v1.0.0
3842026-09-11T18:37:15.542Z Compiling anstyle-query v1.1.5
3852026-09-11T18:37:15.560Z Compiling serde_json v1.0.150
3862026-09-11T18:37:15.640Z Compiling serde v1.0.228
3872026-09-11T18:37:15.643Z Compiling is_terminal_polyfill v1.70.2
3882026-09-11T18:37:15.669Z Compiling anstyle v1.0.14
3892026-09-11T18:37:15.723Z Compiling colorchoice v1.0.5
3902026-09-11T18:37:15.744Z Compiling thiserror v2.0.18
3912026-09-11T18:37:15.784Z Compiling camino v1.2.4
3922026-09-11T18:37:15.836Z Compiling anstream v1.0.0
3932026-09-11T18:37:15.945Z Compiling errno v0.3.14
3942026-09-11T18:37:15.981Z Compiling memchr v2.8.3
3952026-09-11T18:37:16.145Z Compiling winnow v1.0.3
3962026-09-11T18:37:16.372Z Compiling heck v0.5.0
3972026-09-11T18:37:16.391Z Compiling strsim v0.11.1
3982026-09-11T18:37:16.413Z Compiling anyhow v1.0.103
3992026-09-11T18:37:16.566Z Compiling syn v2.0.118
4002026-09-11T18:37:16.569Z Compiling terminal_size v0.4.4
4012026-09-11T18:37:16.578Z Compiling itoa v1.0.18
4022026-09-11T18:37:16.721Z Compiling clap_lex v1.1.0
4032026-09-11T18:37:16.860Z Compiling toml_parser v1.1.2+spec-1.1.0
4042026-09-11T18:37:16.945Z Compiling clap_builder v4.6.0
4052026-09-11T18:37:17.131Z Compiling toml_writer v1.1.1+spec-1.1.0
4062026-09-11T18:37:17.526Z Compiling toml_datetime v1.1.1+spec-1.1.0
4072026-09-11T18:37:17.622Z Compiling cargo-platform v0.3.3
4082026-09-11T18:37:17.627Z Compiling serde_spanned v1.1.1
4092026-09-11T18:37:17.690Z Compiling semver v1.0.28
4102026-09-11T18:37:18.082Z Compiling toml v1.1.2+spec-1.1.0
4112026-09-11T18:37:18.897Z Compiling thiserror-impl v2.0.18
4122026-09-11T18:37:18.897Z Compiling serde_derive v1.0.228
4132026-09-11T18:37:18.902Z Compiling clap_derive v4.6.1
4142026-09-11T18:37:20.568Z Compiling clap v4.6.1
4152026-09-11T18:37:22.134Z Compiling cargo_metadata v0.23.1
4162026-09-11T18:37:24.674Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4172026-09-11T18:37:26.268Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.55s
4182026-09-11T18:37:26.280Z Running `target/debug/xtask build --profile debug xde xde-link`
4192026-09-11T18:37:27.339ZBuilding xde (dev).
4202026-09-11T18:37:27.559Z Compiling serde_core v1.0.228
4212026-09-11T18:37:27.559Z Compiling byteorder v1.5.0
4222026-09-11T18:37:27.559Z Compiling macaddr v1.0.1
4232026-09-11T18:37:27.561Z Compiling stable_deref_trait v1.2.1
4242026-09-11T18:37:27.561Z Compiling cfg-if v1.0.4
4252026-09-11T18:37:27.577Z Compiling thiserror v2.0.18
4262026-09-11T18:37:27.580Z Compiling zerocopy v0.8.54
4272026-09-11T18:37:27.583Z Compiling bitflags v1.3.2
4282026-09-11T18:37:27.631Z Compiling managed v0.8.0
4292026-09-11T18:37:27.636Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4302026-09-11T18:37:27.636Z Compiling either v1.16.0
4312026-09-11T18:37:27.672Z Compiling cobs v0.3.0
4322026-09-11T18:37:27.751Z Compiling hash32 v0.3.1
4332026-09-11T18:37:27.803Z Compiling itertools v0.15.0
4342026-09-11T18:37:27.829Z Compiling ref-cast v1.0.25
4352026-09-11T18:37:27.848Z Compiling heapless v0.8.0
4362026-09-11T18:37:27.903Z Compiling crc32fast v1.5.0
4372026-09-11T18:37:27.906Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4382026-09-11T18:37:27.915Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4392026-09-11T18:37:27.943Z Compiling dyn-clone v1.0.20
4402026-09-11T18:37:28.092Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4412026-09-11T18:37:28.213Z Compiling smoltcp v0.11.0
4422026-09-11T18:37:29.197Z Compiling bitflags v2.13.0
4432026-09-11T18:37:29.197Z Compiling serde v1.0.228
4442026-09-11T18:37:29.197Z Compiling uuid v1.23.5
4452026-09-11T18:37:29.334Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-09-11T18:37:29.627Z Compiling postcard v1.1.3
4472026-09-11T18:37:30.473Z Compiling ingot-types v0.2.0
4482026-09-11T18:37:30.759Z Compiling ingot v0.2.0
4492026-09-11T18:37:32.161Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-09-11T18:37:35.761Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-09-11T18:37:45.820Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4522026-09-11T18:37:54.072Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.70s
4532026-09-11T18:37:54.095ZLinking xde kmod...
4542026-09-11T18:37:55.128ZBuilding xde dev link helper (dev).
4552026-09-11T18:37:55.275Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4562026-09-11T18:37:55.602Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s
4572026-09-11T18:37:55.626Z
4582026-09-11T18:37:55.629Zreal 40.914579212
4592026-09-11T18:37:55.629Zuser 2:15.928079026
4602026-09-11T18:37:55.629Zsys 11.238051611
4612026-09-11T18:37:55.629Ztrap 0.056986128
4622026-09-11T18:37:55.630Ztflt 0.226207617
4632026-09-11T18:37:55.630Zdflt 0.547244766
4642026-09-11T18:37:55.630Zkflt 0.000001560
4652026-09-11T18:37:55.630Zlock 6:58.345972699
4662026-09-11T18:37:55.630Zslp 3:58.064010741
4672026-09-11T18:37:55.630Zlat 4.128794582
4682026-09-11T18:37:55.630Zstop 5.292584392
4692026-09-11T18:37:55.630Z+ header 'build xde (release)'
4702026-09-11T18:37:55.630Z+ echo '# ==== build xde (release) ==== #'
4712026-09-11T18:37:55.630Z# ==== build xde (release) ==== #
4722026-09-11T18:37:55.630Z+ ptime -m cargo xtask build --profile release xde xde-link
4732026-09-11T18:37:55.762Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
4742026-09-11T18:37:55.766Z Running `target/debug/xtask build --profile release xde xde-link`
4752026-09-11T18:37:55.952ZBuilding xde (release-lto).
4762026-09-11T18:37:56.170Z 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-11T18:37:56.170Z 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-11T18:37:56.170Z Compiling proc-macro2 v1.0.106
4792026-09-11T18:37:56.170Z Compiling quote v1.0.46
4802026-09-11T18:37:56.170Z Compiling unicode-ident v1.0.24
4812026-09-11T18:37:56.170Z Compiling serde_core v1.0.228
4822026-09-11T18:37:56.174Z Compiling strsim v0.11.1
4832026-09-11T18:37:56.174Z Compiling ident_case v1.0.1
4842026-09-11T18:37:56.285Z Compiling memchr v2.8.3
4852026-09-11T18:37:56.289Z Compiling regex-syntax v0.8.11
4862026-09-11T18:37:56.546Z Compiling either v1.16.0
4872026-09-11T18:37:56.557Z Compiling serde v1.0.228
4882026-09-11T18:37:56.560Z Compiling zerocopy v0.8.54
4892026-09-11T18:37:56.688Z Compiling aho-corasick v1.1.4
4902026-09-11T18:37:56.735Z Compiling thiserror v2.0.18
4912026-09-11T18:37:56.925Z Compiling itertools v0.15.0
4922026-09-11T18:37:56.965Z Compiling heapless v0.8.0
4932026-09-11T18:37:57.314Z Compiling syn v2.0.118
4942026-09-11T18:37:57.349Z Compiling smoltcp v0.11.0
4952026-09-11T18:37:57.375Z Compiling version_check v0.9.5
4962026-09-11T18:37:57.433Z Compiling ref-cast v1.0.25
4972026-09-11T18:37:57.718Z Compiling regex-automata v0.4.15
4982026-09-11T18:37:57.800Z Compiling crc32fast v1.5.0
4992026-09-11T18:37:57.856Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5002026-09-11T18:37:59.364Z Compiling regex v1.13.0
5012026-09-11T18:37:59.699Z Compiling darling_core v0.23.0
5022026-09-11T18:38:00.479Z Compiling thiserror-impl v2.0.18
5032026-09-11T18:38:00.479Z Compiling serde_derive v1.0.228
5042026-09-11T18:38:00.482Z Compiling zerocopy-derive v0.8.54
5052026-09-11T18:38:00.482Z Compiling ref-cast-impl v1.0.25
5062026-09-11T18:38:00.482Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-09-11T18:38:01.875Z Compiling darling_macro v0.23.0
5082026-09-11T18:38:02.767Z Compiling darling v0.23.0
5092026-09-11T18:38:02.831Z Compiling ingot-macros v0.2.0
5102026-09-11T18:38:02.834Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5112026-09-11T18:38:09.082Z 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-11T18:38:11.414Z Compiling byteorder v1.5.0
5132026-09-11T18:38:11.414Z Compiling macaddr v1.0.1
5142026-09-11T18:38:11.414Z Compiling stable_deref_trait v1.2.1
5152026-09-11T18:38:11.417Z Compiling cfg-if v1.0.4
5162026-09-11T18:38:11.477Z Compiling cobs v0.3.0
5172026-09-11T18:38:11.477Z Compiling bitflags v1.3.2
5182026-09-11T18:38:11.507Z Compiling managed v0.8.0
5192026-09-11T18:38:11.596Z Compiling hash32 v0.3.1
5202026-09-11T18:38:11.746Z Compiling dyn-clone v1.0.20
5212026-09-11T18:38:11.765Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5222026-09-11T18:38:13.011Z Compiling bitflags v2.13.0
5232026-09-11T18:38:13.011Z Compiling uuid v1.23.5
5242026-09-11T18:38:13.156Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5252026-09-11T18:38:13.464Z Compiling postcard v1.1.3
5262026-09-11T18:38:14.341Z Compiling ingot-types v0.2.0
5272026-09-11T18:38:14.660Z Compiling ingot v0.2.0
5282026-09-11T18:38:16.188Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5292026-09-11T18:38:20.183Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5302026-09-11T18:38:29.355Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5312026-09-11T18:39:01.301Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 05s
5322026-09-11T18:39:01.323ZLinking xde kmod...
5332026-09-11T18:39:01.940ZBuilding xde dev link helper (release).
5342026-09-11T18:39:02.094Z 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-11T18:39:02.094Z 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-11T18:39:02.094Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5372026-09-11T18:39:13.779Z 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-11T18:39:16.483Z Finished `release` profile [optimized + debuginfo] target(s) in 14.51s
5392026-09-11T18:39:16.502Z
5402026-09-11T18:39:16.505Zreal 1:20.871678830
5412026-09-11T18:39:16.505Zuser 2:12.211369661
5422026-09-11T18:39:16.505Zsys 12.351382683
5432026-09-11T18:39:16.505Ztrap 0.029570347
5442026-09-11T18:39:16.505Ztflt 0.169046466
5452026-09-11T18:39:16.505Zdflt 0.200400737
5462026-09-11T18:39:16.505Zkflt 0.000001320
5472026-09-11T18:39:16.505Zlock 10:28.389819900
5482026-09-11T18:39:16.505Zslp 6:12.601422974
5492026-09-11T18:39:16.505Zlat 2.345168756
5502026-09-11T18:39:16.505Zstop 4.294059609
5512026-09-11T18:39:16.505Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5522026-09-11T18:39:16.505Z+ grep GOTPCREL
5532026-09-11T18:39:18.209Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5542026-09-11T18:39:18.213Z+ grep GOTPCREL
5552026-09-11T18:39:19.222Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5562026-09-11T18:39:19.277Z+ sha256sum /work/debug/xde.dbg
5572026-09-11T18:39:19.328Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5582026-09-11T18:39:19.331Z+ sha256sum /work/debug/xde_link.dbg.so
5592026-09-11T18:39:19.334Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5602026-09-11T18:39:19.372Z+ sha256sum /work/release/xde
5612026-09-11T18:39:19.432Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5622026-09-11T18:39:19.432Z+ sha256sum /work/release/xde_link.so
5632026-09-11T18:39:19.432Z+ header 'build xde integration tests'
5642026-09-11T18:39:19.432Z+ echo '# ==== build xde integration tests ==== #'
5652026-09-11T18:39:19.432Z+ pushd xde-tests
5662026-09-11T18:39:19.432Z# ==== build xde integration tests ==== #
5672026-09-11T18:39:19.432Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5682026-09-11T18:39:19.432Z+ cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
5692026-09-11T18:39:19.489Z+ cargo clippy --all-targets -- --deny warnings
5702026-09-11T18:39:19.699Z Compiling serde_core v1.0.228
5712026-09-11T18:39:19.699Z Checking cfg-if v1.0.4
5722026-09-11T18:39:19.699Z Checking memchr v2.8.3
5732026-09-11T18:39:19.699Z Compiling serde v1.0.228
5742026-09-11T18:39:19.699Z Compiling rustversion v1.0.23
5752026-09-11T18:39:19.702Z Compiling version_check v0.9.5
5762026-09-11T18:39:19.702Z Compiling libc v0.2.186
5772026-09-11T18:39:19.702Z Compiling syn v2.0.118
5782026-09-11T18:39:19.768Z Compiling strsim v0.11.1
5792026-09-11T18:39:19.976Z Compiling ident_case v1.0.1
5802026-09-11T18:39:20.056Z Compiling regex-syntax v0.8.11
5812026-09-11T18:39:20.084Z Compiling syn v1.0.109
5822026-09-11T18:39:20.093Z Checking pin-project-lite v0.2.17
5832026-09-11T18:39:20.170Z Compiling hashbrown v0.17.1
5842026-09-11T18:39:20.398Z Compiling zerocopy v0.8.54
5852026-09-11T18:39:20.421Z Compiling either v1.16.0
5862026-09-11T18:39:20.621Z Compiling aho-corasick v1.1.4
5872026-09-11T18:39:20.626Z Compiling winnow v1.0.3
5882026-09-11T18:39:20.629Z Compiling equivalent v1.0.2
5892026-09-11T18:39:20.709Z Compiling indexmap v2.14.0
5902026-09-11T18:39:20.734Z Compiling itertools v0.15.0
5912026-09-11T18:39:21.320Z Checking byteorder v1.5.0
5922026-09-11T18:39:21.473Z Compiling regex-automata v0.4.15
5932026-09-11T18:39:21.559Z Compiling toml_parser v1.1.2+spec-1.1.0
5942026-09-11T18:39:21.662Z Compiling toml_datetime v1.1.1+spec-1.1.0
5952026-09-11T18:39:22.030Z Compiling heapless v0.8.0
5962026-09-11T18:39:22.061Z Compiling toml_edit v0.25.12+spec-1.1.0
5972026-09-11T18:39:22.072Z Checking bitflags v2.13.0
5982026-09-11T18:39:22.117Z Checking hash32 v0.3.1
5992026-09-11T18:39:22.128Z Compiling slog v2.8.2
6002026-09-11T18:39:22.218Z Checking futures-core v0.3.32
6012026-09-11T18:39:22.232Z Checking stable_deref_trait v1.2.1
6022026-09-11T18:39:22.294Z Compiling smoltcp v0.11.0
6032026-09-11T18:39:22.323Z Compiling darling_core v0.23.0
6042026-09-11T18:39:22.348Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6052026-09-11T18:39:22.497Z Checking futures-sink v0.3.32
6062026-09-11T18:39:22.584Z Checking macaddr v1.0.1
6072026-09-11T18:39:22.587Z Checking futures-channel v0.3.32
6082026-09-11T18:39:22.631Z Compiling proc-macro-crate v3.5.0
6092026-09-11T18:39:22.784Z Compiling proc-macro-error-attr v1.0.4
6102026-09-11T18:39:22.964Z Compiling getrandom v0.4.3
6112026-09-11T18:39:23.005Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6122026-09-11T18:39:23.052Z Compiling ref-cast v1.0.25
6132026-09-11T18:39:23.092Z Checking bitflags v1.3.2
6142026-09-11T18:39:23.151Z Compiling autocfg v1.5.1
6152026-09-11T18:39:23.209Z Compiling regex v1.13.0
6162026-09-11T18:39:23.221Z Checking managed v0.8.0
6172026-09-11T18:39:23.386Z Compiling crc32fast v1.5.0
6182026-09-11T18:39:23.401Z Checking rand_core v0.10.1
6192026-09-11T18:39:23.532Z Checking futures-io v0.3.32
6202026-09-11T18:39:23.559Z Checking slab v0.4.12
6212026-09-11T18:39:23.592Z Compiling serde_derive v1.0.228
6222026-09-11T18:39:23.638Z Compiling thiserror-impl v2.0.18
6232026-09-11T18:39:23.659Z Compiling zerocopy-derive v0.8.54
6242026-09-11T18:39:23.670Z Compiling futures-macro v0.3.32
6252026-09-11T18:39:23.713Z Checking futures-task v0.3.32
6262026-09-11T18:39:23.886Z Compiling num_enum_derive v0.7.6
6272026-09-11T18:39:24.170Z Compiling ref-cast-impl v1.0.25
6282026-09-11T18:39:24.313Z Compiling foreign-types-macros v0.2.3
6292026-09-11T18:39:24.504Z Checking futures-util v0.3.32
6302026-09-11T18:39:24.568Z Compiling darling_macro v0.23.0
6312026-09-11T18:39:24.775Z Compiling num-traits v0.2.19
6322026-09-11T18:39:24.882Z Checking thiserror v2.0.18
6332026-09-11T18:39:24.970Z Checking cobs v0.3.0
6342026-09-11T18:39:25.005Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6352026-09-11T18:39:25.037Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6362026-09-11T18:39:25.101Z Compiling proc-macro-error v1.0.4
6372026-09-11T18:39:25.154Z Compiling darling v0.23.0
6382026-09-11T18:39:25.225Z Compiling ingot-macros v0.2.0
6392026-09-11T18:39:25.275Z Checking ipnetwork v0.21.1
6402026-09-11T18:39:25.318Z Compiling crossbeam-utils v0.8.22
6412026-09-11T18:39:25.322Z Checking once_cell v1.21.4
6422026-09-11T18:39:25.445Z Checking unicode-width v0.2.2
6432026-09-11T18:39:25.485Z Checking cpufeatures v0.3.0
6442026-09-11T18:39:25.546Z Checking foreign-types-shared v0.3.1
6452026-09-11T18:39:25.619Z Checking chacha20 v0.10.1
6462026-09-11T18:39:25.624Z Checking foreign-types v0.5.0
6472026-09-11T18:39:25.687Z Checking tracing-core v0.1.36
6482026-09-11T18:39:25.697Z Checking tabwriter v1.4.1
6492026-09-11T18:39:25.867Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6502026-09-11T18:39:26.106Z Checking anyhow v1.0.103
6512026-09-11T18:39:26.319Z Checking num_enum v0.7.6
6522026-09-11T18:39:26.390Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6532026-09-11T18:39:26.418Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6542026-09-11T18:39:26.518Z Checking futures-executor v0.3.32
6552026-09-11T18:39:26.537Z Compiling tracing-attributes v0.1.31
6562026-09-11T18:39:26.708Z Checking cstr-argument v0.1.2
6572026-09-11T18:39:26.786Z Checking erased-serde v0.3.31
6582026-09-11T18:39:26.818Z Checking postcard v1.1.3
6592026-09-11T18:39:26.876Z Compiling num-conv v0.2.2
6602026-09-11T18:39:27.011Z Compiling thiserror v1.0.69
6612026-09-11T18:39:27.022Z Checking dyn-clone v1.0.20
6622026-09-11T18:39:27.101Z Compiling time-core v0.1.9
6632026-09-11T18:39:27.113Z Checking pretty-hex v0.4.2
6642026-09-11T18:39:27.221Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6652026-09-11T18:39:27.280Z Compiling time-macros v0.2.31
6662026-09-11T18:39:27.427Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6672026-09-11T18:39:27.437Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6682026-09-11T18:39:27.481Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6692026-09-11T18:39:27.486Z Checking futures v0.3.32
6702026-09-11T18:39:27.525Z Checking rand v0.10.2
6712026-09-11T18:39:27.763Z Checking tracing v0.1.44
6722026-09-11T18:39:27.808Z Compiling thiserror-impl v1.0.69
6732026-09-11T18:39:27.935Z Checking uuid v1.23.5
6742026-09-11T18:39:27.946Z Checking arc-swap v1.9.2
6752026-09-11T18:39:27.974Z Checking ingot-types v0.2.0
6762026-09-11T18:39:27.978Z Checking socket2 v0.6.4
6772026-09-11T18:39:27.997Z Checking nom v8.0.0
6782026-09-11T18:39:28.153Z Checking thread_local v1.1.10
6792026-09-11T18:39:28.196Z Compiling slog-async v2.8.0
6802026-09-11T18:39:28.390Z Checking ingot v0.2.0
6812026-09-11T18:39:28.403Z Checking iana-time-zone v0.1.65
6822026-09-11T18:39:28.435Z Checking deranged v0.5.8
6832026-09-11T18:39:28.589Z Compiling heck v0.4.1
6842026-09-11T18:39:28.642Z Checking oxnet v0.1.6
6852026-09-11T18:39:28.783Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6862026-09-11T18:39:28.801Z Checking colored v3.1.1
6872026-09-11T18:39:28.823Z Checking lazy_static v1.5.0
6882026-09-11T18:39:28.907Z Checking powerfmt v0.2.0
6892026-09-11T18:39:28.995Z Checking slog-scope v4.4.1
6902026-09-11T18:39:29.056Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6912026-09-11T18:39:29.142Z Checking chrono v0.4.45
6922026-09-11T18:39:29.155Z Checking crossbeam-channel v0.5.16
6932026-09-11T18:39:29.378Z Checking time v0.3.53
6942026-09-11T18:39:29.496Z Checking cookie-factory v0.3.3
6952026-09-11T18:39:29.736Z Checking itertools v0.12.1
6962026-09-11T18:39:29.752Z Checking is-terminal v0.4.17
6972026-09-11T18:39:29.830Z Checking term v1.2.1
6982026-09-11T18:39:29.976Z Checking log v0.4.33
6992026-09-11T18:39:30.064Z Checking take_mut v0.2.2
7002026-09-11T18:39:30.078Z Checking rusticata-macros v5.0.0
7012026-09-11T18:39:30.081Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7022026-09-11T18:39:30.141Z Checking circular v0.3.0
7032026-09-11T18:39:30.207Z Checking slog-stdlog v4.1.1
7042026-09-11T18:39:30.250Z Checking pcap-parser v0.17.0
7052026-09-11T18:39:30.587Z Checking slog-term v2.9.2
7062026-09-11T18:39:30.767Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7072026-09-11T18:39:31.054Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
7082026-09-11T18:39:31.505Z Checking slog-envlogger v2.2.0
7092026-09-11T18:39:34.742Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7102026-09-11T18:39:36.444Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7112026-09-11T18:39:36.444Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7122026-09-11T18:39:36.797Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7132026-09-11T18:39:37.392Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.85s
7142026-09-11T18:39:37.427Z+ cargo build --test loopback
7152026-09-11T18:39:37.598Z Compiling cfg-if v1.0.4
7162026-09-11T18:39:37.598Z Compiling memchr v2.8.3
7172026-09-11T18:39:37.601Z Compiling serde_core v1.0.228
7182026-09-11T18:39:37.627Z Compiling libc v0.2.186
7192026-09-11T18:39:37.630Z Compiling thiserror v2.0.18
7202026-09-11T18:39:37.633Z Compiling pin-project-lite v0.2.17
7212026-09-11T18:39:37.636Z Compiling byteorder v1.5.0
7222026-09-11T18:39:37.636Z Compiling either v1.16.0
7232026-09-11T18:39:37.677Z Compiling zerocopy v0.8.54
7242026-09-11T18:39:37.706Z Compiling stable_deref_trait v1.2.1
7252026-09-11T18:39:37.711Z Compiling futures-sink v0.3.32
7262026-09-11T18:39:37.774Z Compiling hash32 v0.3.1
7272026-09-11T18:39:37.802Z Compiling macaddr v1.0.1
7282026-09-11T18:39:37.810Z Compiling futures-core v0.3.32
7292026-09-11T18:39:37.837Z Compiling cobs v0.3.0
7302026-09-11T18:39:37.922Z Compiling futures-channel v0.3.32
7312026-09-11T18:39:37.974Z Compiling heapless v0.8.0
7322026-09-11T18:39:37.985Z Compiling futures-io v0.3.32
7332026-09-11T18:39:38.055Z Compiling slab v0.4.12
7342026-09-11T18:39:38.123Z Compiling rand_core v0.10.1
7352026-09-11T18:39:38.168Z Compiling managed v0.8.0
7362026-09-11T18:39:38.173Z Compiling futures-task v0.3.32
7372026-09-11T18:39:38.240Z Compiling bitflags v1.3.2
7382026-09-11T18:39:38.288Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7392026-09-11T18:39:38.325Z Compiling futures-util v0.3.32
7402026-09-11T18:39:38.381Z Compiling smoltcp v0.11.0
7412026-09-11T18:39:38.402Z Compiling unicode-width v0.2.2
7422026-09-11T18:39:38.437Z Compiling foreign-types-shared v0.3.1
7432026-09-11T18:39:38.524Z Compiling cpufeatures v0.3.0
7442026-09-11T18:39:38.543Z Compiling once_cell v1.21.4
7452026-09-11T18:39:38.589Z Compiling ipnetwork v0.21.1
7462026-09-11T18:39:38.725Z Compiling tracing-core v0.1.36
7472026-09-11T18:39:38.789Z Compiling tabwriter v1.4.1
7482026-09-11T18:39:39.128Z Compiling chacha20 v0.10.1
7492026-09-11T18:39:39.265Z Compiling foreign-types v0.5.0
7502026-09-11T18:39:39.306Z Compiling ref-cast v1.0.25
7512026-09-11T18:39:39.337Z Compiling num_enum v0.7.6
7522026-09-11T18:39:39.401Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7532026-09-11T18:39:39.450Z Compiling crc32fast v1.5.0
7542026-09-11T18:39:39.484Z Compiling serde v1.0.228
7552026-09-11T18:39:39.507Z Compiling bitflags v2.13.0
7562026-09-11T18:39:39.693Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7572026-09-11T18:39:39.731Z Compiling getrandom v0.4.3
7582026-09-11T18:39:39.943Z Compiling erased-serde v0.3.31
7592026-09-11T18:39:39.952Z Compiling postcard v1.1.3
7602026-09-11T18:39:40.089Z Compiling cstr-argument v0.1.2
7612026-09-11T18:39:40.152Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7622026-09-11T18:39:40.256Z Compiling itertools v0.15.0
7632026-09-11T18:39:40.260Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7642026-09-11T18:39:40.314Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7652026-09-11T18:39:40.320Z Compiling pretty-hex v0.4.2
7662026-09-11T18:39:40.450Z Compiling slog v2.8.2
7672026-09-11T18:39:40.665Z Compiling ingot-types v0.2.0
7682026-09-11T18:39:40.827Z Compiling futures-executor v0.3.32
7692026-09-11T18:39:40.887Z Compiling dyn-clone v1.0.20
7702026-09-11T18:39:40.977Z Compiling futures v0.3.32
7712026-09-11T18:39:41.056Z Compiling ingot v0.2.0
7722026-09-11T18:39:41.059Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
7732026-09-11T18:39:41.059Z Compiling tracing v0.1.44
7742026-09-11T18:39:41.087Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7752026-09-11T18:39:41.200Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7762026-09-11T18:39:41.205Z Compiling rand v0.10.2
7772026-09-11T18:39:41.277Z Compiling num-traits v0.2.19
7782026-09-11T18:39:41.284Z Compiling uuid v1.23.5
7792026-09-11T18:39:41.429Z Compiling crossbeam-utils v0.8.22
7802026-09-11T18:39:41.448Z Compiling nom v8.0.0
7812026-09-11T18:39:41.678Z Compiling aho-corasick v1.1.4
7822026-09-11T18:39:41.941Z Compiling socket2 v0.6.4
7832026-09-11T18:39:41.995Z Compiling thread_local v1.1.10
7842026-09-11T18:39:42.179Z Compiling arc-swap v1.9.2
7852026-09-11T18:39:42.279Z Compiling time-core v0.1.9
7862026-09-11T18:39:42.399Z Compiling winnow v1.0.3
7872026-09-11T18:39:42.475Z Compiling deranged v0.5.8
7882026-09-11T18:39:42.578Z Compiling iana-time-zone v0.1.65
7892026-09-11T18:39:42.933Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7902026-09-11T18:39:43.010Z Compiling oxnet v0.1.6
7912026-09-11T18:39:43.094Z Compiling lazy_static v1.5.0
7922026-09-11T18:39:43.188Z Compiling colored v3.1.1
7932026-09-11T18:39:43.430Z Compiling powerfmt v0.2.0
7942026-09-11T18:39:43.509Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7952026-09-11T18:39:43.539Z Compiling num-conv v0.2.2
7962026-09-11T18:39:43.696Z Compiling regex-syntax v0.8.11
7972026-09-11T18:39:43.712Z Compiling time v0.3.53
7982026-09-11T18:39:43.766Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
7992026-09-11T18:39:44.015Z Compiling rusticata-macros v5.0.0
8002026-09-11T18:39:44.164Z Compiling slog-scope v4.4.1
8012026-09-11T18:39:44.352Z Compiling chrono v0.4.45
8022026-09-11T18:39:44.652Z Compiling thiserror v1.0.69
8032026-09-11T18:39:44.752Z Compiling crossbeam-channel v0.5.16
8042026-09-11T18:39:45.488Z Compiling regex-automata v0.4.15
8052026-09-11T18:39:45.515Z Compiling cookie-factory v0.3.3
8062026-09-11T18:39:45.775Z Compiling is-terminal v0.4.17
8072026-09-11T18:39:45.843Z Compiling itertools v0.12.1
8082026-09-11T18:39:45.869Z Compiling log v0.4.33
8092026-09-11T18:39:46.158Z Compiling take_mut v0.2.2
8102026-09-11T18:39:46.274Z Compiling term v1.2.1
8112026-09-11T18:39:47.334Z Compiling circular v0.3.0
8122026-09-11T18:39:47.600Z Compiling pcap-parser v0.17.0
8132026-09-11T18:39:48.398Z Compiling regex v1.13.0
8142026-09-11T18:39:48.613Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8152026-09-11T18:39:48.831Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8162026-09-11T18:39:49.581Z Compiling slog-term v2.9.2
8172026-09-11T18:39:50.710Z Compiling slog-async v2.8.0
8182026-09-11T18:39:50.748Z Compiling slog-stdlog v4.1.1
8192026-09-11T18:39:51.106Z Compiling slog-envlogger v2.2.0
8202026-09-11T18:39:51.126Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
8212026-09-11T18:39:51.642Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8222026-09-11T18:39:52.428Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8232026-09-11T18:39:53.503Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8242026-09-11T18:40:01.441Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.00s
8252026-09-11T18:40:01.474Z++ cargo build -q --test loopback --message-format=json
8262026-09-11T18:40:01.478Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8272026-09-11T18:40:01.657Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803
8282026-09-11T18:40:01.657Z+ cargo build --test multicast_rx
8292026-09-11T18:40:01.762Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8302026-09-11T18:40:03.613Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.94s
8312026-09-11T18:40:03.648Z++ cargo build -q --test multicast_rx --message-format=json
8322026-09-11T18:40:03.651Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8332026-09-11T18:40:03.773Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326
8342026-09-11T18:40:03.773Z+ cargo build --test multicast_multi_sub
8352026-09-11T18:40:03.879Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8362026-09-11T18:40:05.760Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.97s
8372026-09-11T18:40:05.795Z++ cargo build -q --test multicast_multi_sub --message-format=json
8382026-09-11T18:40:05.798Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8392026-09-11T18:40:05.916Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a
8402026-09-11T18:40:05.919Z+ cargo build --test multicast_validation
8412026-09-11T18:40:06.021Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8422026-09-11T18:40:08.123Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.19s
8432026-09-11T18:40:08.158Z++ cargo build -q --test multicast_validation --message-format=json
8442026-09-11T18:40:08.161Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8452026-09-11T18:40:08.282Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb
8462026-09-11T18:40:08.282Z+ cargo build --test multicast_source_filter
8472026-09-11T18:40:08.395Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8482026-09-11T18:40:10.557Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.26s
8492026-09-11T18:40:10.591Z++ cargo build -q --test multicast_source_filter --message-format=json
8502026-09-11T18:40:10.595Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8512026-09-11T18:40:10.710Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5
8522026-09-11T18:40:10.710Z+ cargo build --test multicast_multi_nexthop
8532026-09-11T18:40:10.813Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8542026-09-11T18:40:12.522Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.80s
8552026-09-11T18:40:12.556Z++ cargo build -q --test multicast_multi_nexthop --message-format=json
8562026-09-11T18:40:12.559Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8572026-09-11T18:40:12.675Z+ multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569
8582026-09-11T18:40:12.675Z+ mkdir -p /work/test
8592026-09-11T18:40:12.678Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback
8602026-09-11T18:40:12.724Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx
8612026-09-11T18:40:12.773Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub
8622026-09-11T18:40:12.825Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation
8632026-09-11T18:40:12.874Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter
8642026-09-11T18:40:12.922Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop
8652026-09-11T18:40:12.972Zprocess exited: duration 241433 ms, exit code 0
 
8662026-09-11T18:40:12.988Zfound 15 output files
8672026-09-11T18:40:12.988Zuploading: /work/debug/xde.dbg (89728616 bytes)
8682026-09-11T18:40:14.987Zuploaded: /work/debug/xde.dbg
8692026-09-11T18:40:14.987Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-09-11T18:40:15.999Zuploaded: /work/debug/xde.dbg.sha256
8712026-09-11T18:40:15.999Zuploading: /work/debug/xde_link.dbg.so (1256692 bytes)
8722026-09-11T18:40:17.043Zuploaded: /work/debug/xde_link.dbg.so
8732026-09-11T18:40:17.043Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-09-11T18:40:18.053Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-09-11T18:40:18.054Zuploading: /work/release/xde (53828128 bytes)
8762026-09-11T18:40:19.712Zuploaded: /work/release/xde
8772026-09-11T18:40:19.712Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-09-11T18:40:20.720Zuploaded: /work/release/xde.sha256
8792026-09-11T18:40:20.724Zuploading: /work/release/xde_link.so (45240 bytes)
8802026-09-11T18:40:21.733Zuploaded: /work/release/xde_link.so
8812026-09-11T18:40:21.733Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-09-11T18:40:22.743Zuploaded: /work/release/xde_link.so.sha256
8832026-09-11T18:40:22.746Zuploading: /work/test/loopback (58970080 bytes)
8842026-09-11T18:40:24.422Zuploaded: /work/test/loopback
8852026-09-11T18:40:24.425Zuploading: /work/test/multicast_rx (59468904 bytes)
8862026-09-11T18:40:26.114Zuploaded: /work/test/multicast_rx
8872026-09-11T18:40:26.114Zuploading: /work/test/multicast_multi_sub (60110624 bytes)
8882026-09-11T18:40:27.761Zuploaded: /work/test/multicast_multi_sub
8892026-09-11T18:40:27.761Zuploading: /work/test/multicast_validation (59454248 bytes)
8902026-09-11T18:40:29.767Zuploaded: /work/test/multicast_validation
8912026-09-11T18:40:29.770Zuploading: /work/test/multicast_source_filter (59756096 bytes)
8922026-09-11T18:40:31.420Zuploaded: /work/test/multicast_source_filter
8932026-09-11T18:40:31.420Zuploading: /work/test/multicast_multi_nexthop (60346632 bytes)
8942026-09-11T18:40:33.076Zuploaded: /work/test/multicast_multi_nexthop
8952026-09-11T18:40:33.108Zuploading: /work/xde.conf (79 bytes)
8962026-09-11T18:40:34.116Zuploaded: /work/xde.conf