01KRB1RYY70RP7G5JXR426N2A4: opte-xde

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

Buildomat Job: 01KRB1SE2PRNBBR8ZJQCPHTCXZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T08:18:10.841Zjob assigned to worker 01KRB1SD2XJ5DKR9TQHT4DMFDZ [factory aws, i-0be555d99e0577027] (queued for 49 s)
 
22026-05-11T08:18:17.516Zstarting task 0: "setup"
32026-05-11T08:18:17.522Z++ uname -s
42026-05-11T08:18:17.522Z+ kern=SunOS
52026-05-11T08:18:17.522Z+ build_user=build
62026-05-11T08:18:17.522Z+ build_uid=12345
72026-05-11T08:18:17.522Z+ work_dir=/work
82026-05-11T08:18:17.522Z+ input_dir=/input
92026-05-11T08:18:17.522Z+ [[ 0 == 12345 ]]
102026-05-11T08:18:17.522Z+ case "$kern" in
112026-05-11T08:18:17.522Z+ groupadd -g 12345 build
122026-05-11T08:18:17.528Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T08:18:19.526Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T08:18:19.648Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T08:18:19.651Z+ home_fs=zfs
162026-05-11T08:18:19.651Z+ [[ zfs == autofs ]]
172026-05-11T08:18:19.651Z+ mkdir -p /home/build
182026-05-11T08:18:19.651Z+ chown build:build /home/build /work
192026-05-11T08:18:21.652Z+ chmod 0700 /home/build /work
202026-05-11T08:18:21.655Zprocess exited: duration 4144 ms, exit code 0
 
212026-05-11T08:18:21.661Zstarting task 1: "rust-toolchain"
222026-05-11T08:18:21.666Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T08:18:21.666Z * rust toolchain channel = "1.94.1"
242026-05-11T08:18:21.666Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-11T08:18:21.666Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-11T08:18:21.666Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T08:18:21.666Z * rust toolchain profile = "default"
282026-05-11T08:18:21.669Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T08:18:21.669Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T08:18:21.734Zinfo: downloading installer
312026-05-11T08:18:23.111Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T08:18:23.111Zwarn: /home/build/.rustup/settings.toml
332026-05-11T08:18:23.111Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T08:18:23.111Zwarn: instead of the one inferred from the default host triple.
352026-05-11T08:18:23.124Zinfo: profile set to default
362026-05-11T08:18:23.124Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T08:18:23.127Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T08:18:23.255Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T08:18:23.258Zinfo: downloading 6 components
402026-05-11T08:18:37.680Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-11T08:18:37.680Z
422026-05-11T08:18:37.708Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T08:18:37.708Z
442026-05-11T08:18:37.708Z
452026-05-11T08:18:37.708ZRust is installed now. Great!
462026-05-11T08:18:37.708Z
472026-05-11T08:18:37.711ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T08:18:37.711Zenvironment variable. This has not been done automatically.
492026-05-11T08:18:37.712Z
502026-05-11T08:18:37.712ZTo configure your current shell, you need to source
512026-05-11T08:18:37.712Zthe corresponding env file under $HOME/.cargo.
522026-05-11T08:18:37.712Z
532026-05-11T08:18:37.712ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T08:18:37.712Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T08:18:37.712Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T08:18:37.712Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T08:18:37.712Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T08:18:37.712Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T08:18:37.712Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T08:18:37.712Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T08:18:37.712Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T08:18:37.809Z+ rustup --version
632026-05-11T08:18:37.816Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T08:18:37.819Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T08:18:37.839Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T08:18:37.842Z+ cargo --version
672026-05-11T08:18:37.855Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T08:18:37.858Z+ rustc --version
692026-05-11T08:18:37.877Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T08:18:37.880Zprocess exited: duration 16218 ms, exit code 0
 
712026-05-11T08:18:37.886Zstarting task 2: "authentication"
722026-05-11T08:18:37.902Zprocess exited: duration 15 ms, exit code 0
 
732026-05-11T08:18:37.908Zstarting task 3: "clone repository"
742026-05-11T08:18:37.911Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T08:18:37.914Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T08:18:37.942ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T08:18:38.770Z+ cd /work/oxidecomputer/opte
782026-05-11T08:18:38.770Z+ git fetch origin 27627c9e134f6dacafb579d70170e18fe7fda7e3
792026-05-11T08:18:38.989ZFrom https://github.com/oxidecomputer/opte
802026-05-11T08:18:38.989Z * branch 27627c9e134f6dacafb579d70170e18fe7fda7e3 -> FETCH_HEAD
812026-05-11T08:18:38.995Z+ [[ -n renovate/lock-file-maintenance ]]
822026-05-11T08:18:38.998Z++ git branch --show-current
832026-05-11T08:18:38.999Z+ current=master
842026-05-11T08:18:38.999Z+ [[ master != renovate/lock-file-maintenance ]]
852026-05-11T08:18:38.999Z+ git branch -f renovate/lock-file-maintenance 27627c9e134f6dacafb579d70170e18fe7fda7e3
862026-05-11T08:18:39.002Z+ git checkout -f renovate/lock-file-maintenance
872026-05-11T08:18:39.017ZSwitched to branch 'renovate/lock-file-maintenance'
882026-05-11T08:18:39.020Z+ git reset --hard 27627c9e134f6dacafb579d70170e18fe7fda7e3
892026-05-11T08:18:39.033ZHEAD is now at 27627c9 Lock file maintenance
902026-05-11T08:18:39.036Zprocess exited: duration 1125 ms, exit code 0
 
912026-05-11T08:18:39.042Zstarting task 4: "build"
922026-05-11T08:18:39.045Z+ source .github/buildomat/common.sh
932026-05-11T08:18:39.048Z++ rustup show active-toolchain
942026-05-11T08:18:39.051Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T08:18:39.051Z++ pushd xde
962026-05-11T08:18:39.051Z++ rustup show active-toolchain
972026-05-11T08:18:39.051Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-05-11T08:18:39.056Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T08:18:39.194Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T08:18:39.197Zinfo: downloading 6 components
1012026-05-11T08:18:53.028Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T08:18:53.118Z+++ rustup show active-toolchain -v
1032026-05-11T08:18:53.120Z+++ head -n 1
1042026-05-11T08:18:53.120Z+++ cut '-d ' -f1
1052026-05-11T08:18:53.175Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T08:18:53.175Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T08:18:53.175Z++ popd
1082026-05-11T08:18:53.178Z/work/oxidecomputer/opte
1092026-05-11T08:18:53.178Z+ TGT_BASE=/work
1102026-05-11T08:18:53.178Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-05-11T08:18:53.178Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-05-11T08:18:53.178Z+ DBG_TGT=/work/debug
1132026-05-11T08:18:53.178Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-05-11T08:18:53.178Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-05-11T08:18:53.178Z+ REL_TGT=/work/release
1162026-05-11T08:18:53.178Z+ mkdir -p /work/debug /work/release
1172026-05-11T08:18:53.178Z+ cargo --version
1182026-05-11T08:18:53.186Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1192026-05-11T08:18:53.189Z+ rustc --version
1202026-05-11T08:18:53.209Zrustc 1.94.1 (e408947bf 2026-03-25)
1212026-05-11T08:18:53.212Z+ install_pkg jq
1222026-05-11T08:18:53.212Z+ set +o errexit
1232026-05-11T08:18:53.212Z+ pfexec pkg install jq
1242026-05-11T08:18:54.081Z Startup: Refreshing catalog 'helios' ... Done
1252026-05-11T08:18:54.130Z Startup: Caching catalogs ... Done
1262026-05-11T08:18:54.284ZPlanning: Solver setup ... Done
1272026-05-11T08:18:54.293ZPlanning: Running solver ... Done
1282026-05-11T08:18:54.296ZPlanning: Consolidating action changes ... Done
1292026-05-11T08:18:54.296ZPlanning: Evaluating mediators ... Done
1302026-05-11T08:18:54.299ZPlanning: Planning completed in 0.15 seconds
1312026-05-11T08:18:54.313ZNo updates necessary for this image.
1322026-05-11T08:18:54.368Z+ exit_code=4
1332026-05-11T08:18:54.368Z+ [[ 4 -ne 0 ]]
1342026-05-11T08:18:54.371Z+ [[ 4 -ne 4 ]]
1352026-05-11T08:18:54.371Z+ set -o errexit
1362026-05-11T08:18:54.371Z+ pushd xde
1372026-05-11T08:18:54.371Z+ cp xde.conf /work/xde.conf
1382026-05-11T08:18:54.371Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1392026-05-11T08:18:54.371Z+ header 'check style'
1402026-05-11T08:18:54.371Z+ echo '# ==== check style ==== #'
1412026-05-11T08:18:54.371Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1422026-05-11T08:18:54.371Z# ==== check style ==== #
1432026-05-11T08:18:54.578Z
1442026-05-11T08:18:54.578Zreal 0.204238554
1452026-05-11T08:18:54.578Zuser 0.151406923
1462026-05-11T08:18:54.578Zsys 0.043320910
1472026-05-11T08:18:54.578Ztrap 0.000007050
1482026-05-11T08:18:54.578Ztflt 0.000063150
1492026-05-11T08:18:54.581Zdflt 0.000008350
1502026-05-11T08:18:54.581Zkflt 0.000000000
1512026-05-11T08:18:54.581Zlock 0.032884994
1522026-05-11T08:18:54.581Zslp 0.183047246
1532026-05-11T08:18:54.581Zlat 0.000846140
1542026-05-11T08:18:54.581Zstop 0.000099460
1552026-05-11T08:18:54.581Z+ header analyze
1562026-05-11T08:18:54.581Z+ echo '# ==== analyze ==== #'
1572026-05-11T08:18:54.581Z# ==== analyze ==== #
1582026-05-11T08:18:54.581Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1592026-05-11T08:18:54.762Z Updating crates.io index
1602026-05-11T08:18:54.765Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-05-11T08:18:55.506Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-05-11T08:18:56.059Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-05-11T08:18:56.405Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-05-11T08:18:56.691Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-05-11T08:18:57.120Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-05-11T08:18:57.393Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-05-11T08:18:59.106Z Downloading crates ...
1682026-05-11T08:18:59.158Z Downloaded darling_macro v0.23.0
1692026-05-11T08:18:59.171Z Downloaded defmt v0.3.100
1702026-05-11T08:18:59.171Z Downloaded stable_deref_trait v1.2.1
1712026-05-11T08:18:59.171Z Downloaded cobs v0.3.0
1722026-05-11T08:18:59.171Z Downloaded proc-macro-error-attr2 v2.0.0
1732026-05-11T08:18:59.171Z Downloaded hash32 v0.3.1
1742026-05-11T08:18:59.171Z Downloaded defmt v1.0.1
1752026-05-11T08:18:59.174Z Downloaded aho-corasick v1.1.4
1762026-05-11T08:18:59.174Z Downloaded ident_case v1.0.1
1772026-05-11T08:18:59.177Z Downloaded darling_macro v0.21.3
1782026-05-11T08:18:59.177Z Downloaded fnv v1.0.7
1792026-05-11T08:18:59.177Z Downloaded bitflags v1.3.2
1802026-05-11T08:18:59.177Z Downloaded ref-cast v1.0.25
1812026-05-11T08:18:59.182Z Downloaded embedded-io v0.6.1
1822026-05-11T08:18:59.182Z Downloaded embedded-io v0.4.0
1832026-05-11T08:18:59.185Z Downloaded macaddr v1.0.1
1842026-05-11T08:18:59.189Z Downloaded defmt-parser v1.0.0
1852026-05-11T08:18:59.192Z Downloaded managed v0.8.0
1862026-05-11T08:18:59.195Z Downloaded ref-cast-impl v1.0.25
1872026-05-11T08:18:59.201Z Downloaded strsim v0.11.1
1882026-05-11T08:18:59.204Z Downloaded version_check v0.9.5
1892026-05-11T08:18:59.204Z Downloaded dyn-clone v1.0.20
1902026-05-11T08:18:59.211Z Downloaded cfg-if v1.0.4
1912026-05-11T08:18:59.219Z Downloaded ingot v0.1.1
1922026-05-11T08:18:59.232Z Downloaded thiserror v2.0.18
1932026-05-11T08:18:59.248Z Downloaded either v1.15.0
1942026-05-11T08:18:59.251Z Downloaded byteorder v1.5.0
1952026-05-11T08:18:59.251Z Downloaded thiserror-impl v2.0.18
1962026-05-11T08:18:59.251Z Downloaded ingot-types v0.1.2
1972026-05-11T08:18:59.254Z Downloaded darling v0.21.3
1982026-05-11T08:18:59.254Z Downloaded postcard v1.1.3
1992026-05-11T08:18:59.260Z Downloaded ingot-macros v0.1.1
2002026-05-11T08:18:59.260Z Downloaded bitflags v2.11.1
2012026-05-11T08:18:59.263Z Downloaded quote v1.0.45
2022026-05-11T08:18:59.263Z Downloaded defmt-macros v1.0.1
2032026-05-11T08:18:59.264Z Downloaded darling v0.23.0
2042026-05-11T08:18:59.266Z Downloaded proc-macro-error2 v2.0.1
2052026-05-11T08:18:59.266Z Downloaded crc32fast v1.5.0
2062026-05-11T08:18:59.281Z Downloaded serde_derive v1.0.228
2072026-05-11T08:18:59.287Z Downloaded serde_core v1.0.228
2082026-05-11T08:18:59.296Z Downloaded darling_core v0.21.3
2092026-05-11T08:18:59.304Z Downloaded unicode-ident v1.0.24
2102026-05-11T08:18:59.307Z Downloaded uuid v1.23.1
2112026-05-11T08:18:59.310Z Downloaded proc-macro2 v1.0.106
2122026-05-11T08:18:59.313Z Downloaded darling_core v0.23.0
2132026-05-11T08:18:59.316Z Downloaded memchr v2.8.0
2142026-05-11T08:18:59.319Z Downloaded zerocopy-derive v0.8.48
2152026-05-11T08:18:59.323Z Downloaded serde v1.0.228
2162026-05-11T08:18:59.326Z Downloaded heapless v0.8.0
2172026-05-11T08:18:59.348Z Downloaded itertools v0.14.0
2182026-05-11T08:18:59.364Z Downloaded regex v1.12.3
2192026-05-11T08:18:59.394Z Downloaded zerocopy v0.8.48
2202026-05-11T08:18:59.404Z Downloaded syn v2.0.117
2212026-05-11T08:18:59.410Z Downloaded smoltcp v0.11.0
2222026-05-11T08:18:59.416Z Downloaded regex-syntax v0.8.10
2232026-05-11T08:18:59.423Z Downloaded regex-automata v0.4.14
2242026-05-11T08:18:59.435Z Updating crates.io index
2252026-05-11T08:18:59.524Z Downloading crates ...
2262026-05-11T08:18:59.577Z Downloaded addr2line v0.25.1
2272026-05-11T08:18:59.588Z Downloaded adler2 v2.0.1
2282026-05-11T08:18:59.590Z Downloaded rustc-literal-escaper v0.0.7
2292026-05-11T08:18:59.591Z Downloaded miniz_oxide v0.8.9
2302026-05-11T08:18:59.597Z Downloaded getopts v0.2.24
2312026-05-11T08:18:59.600Z Downloaded foldhash v0.2.0
2322026-05-11T08:18:59.603Z Downloaded rustc-demangle v0.1.27
2332026-05-11T08:18:59.624Z Downloaded memchr v2.7.6
2342026-05-11T08:18:59.639Z Downloaded hashbrown v0.16.1
2352026-05-11T08:18:59.681Z Downloaded gimli v0.32.3
2362026-05-11T08:18:59.691Z Downloaded object v0.37.3
2372026-05-11T08:18:59.726Z Downloaded libc v0.2.183
2382026-05-11T08:18:59.783Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
2392026-05-11T08:18:59.783Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2402026-05-11T08:18:59.783Z Compiling proc-macro2 v1.0.106
2412026-05-11T08:18:59.783Z Compiling quote v1.0.45
2422026-05-11T08:18:59.786Z Compiling unicode-ident v1.0.24
2432026-05-11T08:18:59.786Z Compiling ident_case v1.0.1
2442026-05-11T08:18:59.786Z Compiling strsim v0.11.1
2452026-05-11T08:18:59.844Z Compiling serde_core v1.0.228
2462026-05-11T08:18:59.960Z Compiling fnv v1.0.7
2472026-05-11T08:18:59.967Z Compiling memchr v2.8.0
2482026-05-11T08:19:00.047Z Compiling regex-syntax v0.8.10
2492026-05-11T08:19:00.232Z Compiling thiserror v2.0.18
2502026-05-11T08:19:00.241Z Compiling either v1.15.0
2512026-05-11T08:19:00.281Z Compiling serde v1.0.228
2522026-05-11T08:19:00.361Z Compiling aho-corasick v1.1.4
2532026-05-11T08:19:00.437Z Compiling zerocopy v0.8.48
2542026-05-11T08:19:00.660Z Compiling itertools v0.14.0
2552026-05-11T08:19:00.799Z Compiling heapless v0.8.0
2562026-05-11T08:19:00.939Z Compiling syn v2.0.117
2572026-05-11T08:19:01.023Z Compiling smoltcp v0.11.0
2582026-05-11T08:19:01.103Z Compiling crc32fast v1.5.0
2592026-05-11T08:19:01.305Z Compiling ref-cast v1.0.25
2602026-05-11T08:19:01.450Z Compiling version_check v0.9.5
2612026-05-11T08:19:01.708Z Compiling regex-automata v0.4.14
2622026-05-11T08:19:01.833Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-05-11T08:19:03.214Z Compiling darling_core v0.21.3
2642026-05-11T08:19:03.214Z Compiling darling_core v0.23.0
2652026-05-11T08:19:03.227Z Compiling regex v1.12.3
2662026-05-11T08:19:04.235Z Compiling thiserror-impl v2.0.18
2672026-05-11T08:19:04.235Z Compiling serde_derive v1.0.228
2682026-05-11T08:19:04.238Z Compiling zerocopy-derive v0.8.48
2692026-05-11T08:19:04.239Z Compiling ref-cast-impl v1.0.25
2702026-05-11T08:19:04.260Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2712026-05-11T08:19:05.797Z Compiling darling_macro v0.23.0
2722026-05-11T08:19:05.844Z Compiling darling_macro v0.21.3
2732026-05-11T08:19:06.710Z Compiling darling v0.23.0
2742026-05-11T08:19:06.776Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2752026-05-11T08:19:06.789Z Compiling darling v0.21.3
2762026-05-11T08:19:06.852Z Compiling ingot-macros v0.1.1
2772026-05-11T08:19:11.289Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2782026-05-11T08:19:13.388Z Checking byteorder v1.5.0
2792026-05-11T08:19:13.388Z Checking macaddr v1.0.1
2802026-05-11T08:19:13.388Z Checking cfg-if v1.0.4
2812026-05-11T08:19:13.391Z Checking stable_deref_trait v1.2.1
2822026-05-11T08:19:13.391Z Checking managed v0.8.0
2832026-05-11T08:19:13.446Z Checking bitflags v1.3.2
2842026-05-11T08:19:13.480Z Checking cobs v0.3.0
2852026-05-11T08:19:13.553Z Checking hash32 v0.3.1
2862026-05-11T08:19:13.569Z Checking dyn-clone v1.0.20
2872026-05-11T08:19:13.596Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2882026-05-11T08:19:14.717Z Checking bitflags v2.11.1
2892026-05-11T08:19:14.717Z Checking uuid v1.23.1
2902026-05-11T08:19:14.858Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-05-11T08:19:15.071Z Checking postcard v1.1.3
2922026-05-11T08:19:15.919Z Checking ingot-types v0.1.2
2932026-05-11T08:19:16.202Z Checking ingot v0.1.1
2942026-05-11T08:19:17.530Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-05-11T08:19:21.704Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-05-11T08:19:23.265Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-05-11T08:19:25.629Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.98s
2982026-05-11T08:19:25.742Z
2992026-05-11T08:19:25.745Zreal 31.157334929
3002026-05-11T08:19:25.745Zuser 1:14.647154640
3012026-05-11T08:19:25.745Zsys 10.085989319
3022026-05-11T08:19:25.745Ztrap 0.033384115
3032026-05-11T08:19:25.745Ztflt 0.053741453
3042026-05-11T08:19:25.746Zdflt 0.156249767
3052026-05-11T08:19:25.746Zkflt 0.001755231
3062026-05-11T08:19:25.746Zlock 4:04.276109699
3072026-05-11T08:19:25.746Zslp 3:28.915883842
3082026-05-11T08:19:25.746Zlat 2.905922819
3092026-05-11T08:19:25.746Zstop 6.514368057
3102026-05-11T08:19:25.746Z+ pushd xde-link
3112026-05-11T08:19:25.746Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3122026-05-11T08:19:25.746Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3132026-05-11T08:19:25.928Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3142026-05-11T08:19:25.928Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3152026-05-11T08:19:25.928Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-05-11T08:19:36.208Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3172026-05-11T08:19:38.324Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.51s
3182026-05-11T08:19:38.343Z
3192026-05-11T08:19:38.344Zreal 12.595115896
3202026-05-11T08:19:38.344Zuser 20.135414568
3212026-05-11T08:19:38.344Zsys 1.206587494
3222026-05-11T08:19:38.344Ztrap 0.003952070
3232026-05-11T08:19:38.344Ztflt 0.002165190
3242026-05-11T08:19:38.347Zdflt 0.032732441
3252026-05-11T08:19:38.347Zkflt 0.000000990
3262026-05-11T08:19:38.347Zlock 1:08.395491793
3272026-05-11T08:19:38.347Zslp 42.281500942
3282026-05-11T08:19:38.347Zlat 0.268251838
3292026-05-11T08:19:38.347Zstop 0.130359332
3302026-05-11T08:19:38.347Z+ popd
3312026-05-11T08:19:38.347Z+ popd
3322026-05-11T08:19:38.347Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3332026-05-11T08:19:38.347Z/work/oxidecomputer/opte
3342026-05-11T08:19:38.347Z+ header 'build xde (debug)'
3352026-05-11T08:19:38.347Z+ echo '# ==== build xde (debug) ==== #'
3362026-05-11T08:19:38.347Z# ==== build xde (debug) ==== #
3372026-05-11T08:19:38.347Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-05-11T08:19:38.493Z Downloading crates ...
3392026-05-11T08:19:38.540Z Downloaded anstream v1.0.0
3402026-05-11T08:19:38.543Z Downloaded anstyle-query v1.1.5
3412026-05-11T08:19:38.552Z Downloaded terminal_size v0.4.4
3422026-05-11T08:19:38.555Z Downloaded equivalent v1.0.2
3432026-05-11T08:19:38.555Z Downloaded serde_spanned v1.1.1
3442026-05-11T08:19:38.559Z Downloaded heck v0.5.0
3452026-05-11T08:19:38.562Z Downloaded is_terminal_polyfill v1.70.2
3462026-05-11T08:19:38.562Z Downloaded clap_lex v1.1.0
3472026-05-11T08:19:38.566Z Downloaded utf8parse v0.2.2
3482026-05-11T08:19:38.573Z Downloaded cargo-platform v0.3.3
3492026-05-11T08:19:38.573Z Downloaded errno v0.3.14
3502026-05-11T08:19:38.577Z Downloaded itoa v1.0.18
3512026-05-11T08:19:38.580Z Downloaded toml_writer v1.1.1+spec-1.1.0
3522026-05-11T08:19:38.583Z Downloaded cargo_metadata v0.23.1
3532026-05-11T08:19:38.583Z Downloaded colorchoice v1.0.5
3542026-05-11T08:19:38.588Z Downloaded zmij v1.0.21
3552026-05-11T08:19:38.591Z Downloaded anstyle-parse v1.0.0
3562026-05-11T08:19:38.591Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3572026-05-11T08:19:38.591Z Downloaded anstyle v1.0.14
3582026-05-11T08:19:38.596Z Downloaded toml_parser v1.1.2+spec-1.1.0
3592026-05-11T08:19:38.599Z Downloaded semver v1.0.28
3602026-05-11T08:19:38.599Z Downloaded camino v1.2.2
3612026-05-11T08:19:38.602Z Downloaded toml v1.1.2+spec-1.1.0
3622026-05-11T08:19:38.602Z Downloaded anyhow v1.0.102
3632026-05-11T08:19:38.605Z Downloaded clap_derive v4.6.1
3642026-05-11T08:19:38.610Z Downloaded clap v4.6.1
3652026-05-11T08:19:38.638Z Downloaded winnow v1.0.2
3662026-05-11T08:19:38.643Z Downloaded indexmap v2.14.0
3672026-05-11T08:19:38.651Z Downloaded hashbrown v0.17.1
3682026-05-11T08:19:38.654Z Downloaded serde_json v1.0.149
3692026-05-11T08:19:38.658Z Downloaded clap_builder v4.6.0
3702026-05-11T08:19:38.687Z Downloaded rustix v1.1.4
3712026-05-11T08:19:38.714Z Downloaded libc v0.2.186
3722026-05-11T08:19:38.762Z Compiling proc-macro2 v1.0.106
3732026-05-11T08:19:38.765Z Compiling serde_core v1.0.228
3742026-05-11T08:19:38.765Z Compiling unicode-ident v1.0.24
3752026-05-11T08:19:38.765Z Compiling quote v1.0.45
3762026-05-11T08:19:38.765Z Compiling libc v0.2.186
3772026-05-11T08:19:38.765Z Compiling rustix v1.1.4
3782026-05-11T08:19:38.765Z Compiling utf8parse v0.2.2
3792026-05-11T08:19:38.765Z Compiling bitflags v2.11.1
3802026-05-11T08:19:38.909Z Compiling zmij v1.0.21
3812026-05-11T08:19:38.924Z Compiling anstyle-parse v1.0.0
3822026-05-11T08:19:39.120Z Compiling thiserror v2.0.18
3832026-05-11T08:19:39.134Z Compiling camino v1.2.2
3842026-05-11T08:19:39.212Z Compiling is_terminal_polyfill v1.70.2
3852026-05-11T08:19:39.234Z Compiling serde_json v1.0.149
3862026-05-11T08:19:39.287Z Compiling colorchoice v1.0.5
3872026-05-11T08:19:39.327Z Compiling serde v1.0.228
3882026-05-11T08:19:39.391Z Compiling anstyle-query v1.1.5
3892026-05-11T08:19:39.436Z Compiling anstyle v1.0.14
3902026-05-11T08:19:39.470Z Compiling errno v0.3.14
3912026-05-11T08:19:39.545Z Compiling clap_lex v1.1.0
3922026-05-11T08:19:39.645Z Compiling anstream v1.0.0
3932026-05-11T08:19:39.670Z Compiling heck v0.5.0
3942026-05-11T08:19:39.708Z Compiling winnow v1.0.2
3952026-05-11T08:19:39.879Z Compiling memchr v2.8.0
3962026-05-11T08:19:39.929Z Compiling strsim v0.11.1
3972026-05-11T08:19:39.958Z Compiling anyhow v1.0.102
3982026-05-11T08:19:40.099Z Compiling syn v2.0.117
3992026-05-11T08:19:40.122Z Compiling terminal_size v0.4.4
4002026-05-11T08:19:40.156Z Compiling itoa v1.0.18
4012026-05-11T08:19:40.267Z Compiling clap_builder v4.6.0
4022026-05-11T08:19:40.421Z Compiling toml_parser v1.1.2+spec-1.1.0
4032026-05-11T08:19:40.468Z Compiling toml_writer v1.1.1+spec-1.1.0
4042026-05-11T08:19:40.832Z Compiling toml_datetime v1.1.1+spec-1.1.0
4052026-05-11T08:19:41.118Z Compiling serde_spanned v1.1.1
4062026-05-11T08:19:41.286Z Compiling semver v1.0.28
4072026-05-11T08:19:41.507Z Compiling cargo-platform v0.3.3
4082026-05-11T08:19:41.616Z Compiling toml v1.1.2+spec-1.1.0
4092026-05-11T08:19:42.505Z Compiling serde_derive v1.0.228
4102026-05-11T08:19:42.648Z Compiling thiserror-impl v2.0.18
4112026-05-11T08:19:42.708Z Compiling clap_derive v4.6.1
4122026-05-11T08:19:44.191Z Compiling clap v4.6.1
4132026-05-11T08:19:45.547Z Compiling cargo_metadata v0.23.1
4142026-05-11T08:19:48.026Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4152026-05-11T08:19:49.583Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.23s
4162026-05-11T08:19:49.600Z Running `target/debug/xtask build --profile debug xde xde-link`
4172026-05-11T08:19:51.054ZBuilding xde (dev).
4182026-05-11T08:19:51.284Z Compiling serde_core v1.0.228
4192026-05-11T08:19:51.285Z Compiling byteorder v1.5.0
4202026-05-11T08:19:51.288Z Compiling stable_deref_trait v1.2.1
4212026-05-11T08:19:51.288Z Compiling macaddr v1.0.1
4222026-05-11T08:19:51.288Z Compiling cfg-if v1.0.4
4232026-05-11T08:19:51.311Z Compiling thiserror v2.0.18
4242026-05-11T08:19:51.314Z Compiling zerocopy v0.8.48
4252026-05-11T08:19:51.317Z Compiling managed v0.8.0
4262026-05-11T08:19:51.358Z Compiling bitflags v1.3.2
4272026-05-11T08:19:51.365Z Compiling cobs v0.3.0
4282026-05-11T08:19:51.401Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-05-11T08:19:51.420Z Compiling either v1.15.0
4302026-05-11T08:19:51.481Z Compiling hash32 v0.3.1
4312026-05-11T08:19:51.537Z Compiling ref-cast v1.0.25
4322026-05-11T08:19:51.563Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4332026-05-11T08:19:51.596Z Compiling heapless v0.8.0
4342026-05-11T08:19:51.628Z Compiling itertools v0.14.0
4352026-05-11T08:19:51.635Z Compiling crc32fast v1.5.0
4362026-05-11T08:19:51.638Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4372026-05-11T08:19:51.690Z Compiling dyn-clone v1.0.20
4382026-05-11T08:19:51.827Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4392026-05-11T08:19:51.976Z Compiling smoltcp v0.11.0
4402026-05-11T08:19:52.912Z Compiling bitflags v2.11.1
4412026-05-11T08:19:52.913Z Compiling serde v1.0.228
4422026-05-11T08:19:52.913Z Compiling uuid v1.23.1
4432026-05-11T08:19:53.040Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4442026-05-11T08:19:53.313Z Compiling postcard v1.1.3
4452026-05-11T08:19:54.109Z Compiling ingot-types v0.1.2
4462026-05-11T08:19:54.384Z Compiling ingot v0.1.1
4472026-05-11T08:19:55.773Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4482026-05-11T08:19:59.955Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4492026-05-11T08:20:10.257Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4502026-05-11T08:20:18.416Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.33s
4512026-05-11T08:20:18.441ZLinking xde kmod...
4522026-05-11T08:20:19.558ZBuilding xde dev link helper (dev).
4532026-05-11T08:20:19.717Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4542026-05-11T08:20:20.046Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s
4552026-05-11T08:20:20.069Z
4562026-05-11T08:20:20.070Zreal 41.722104604
4572026-05-11T08:20:20.070Zuser 2:14.648192183
4582026-05-11T08:20:20.070Zsys 10.887230063
4592026-05-11T08:20:20.070Ztrap 0.070382699
4602026-05-11T08:20:20.073Ztflt 0.350958010
4612026-05-11T08:20:20.073Zdflt 0.383766877
4622026-05-11T08:20:20.073Zkflt 0.000003240
4632026-05-11T08:20:20.073Zlock 6:31.518297269
4642026-05-11T08:20:20.073Zslp 3:57.635320677
4652026-05-11T08:20:20.073Zlat 5.244703008
4662026-05-11T08:20:20.073Zstop 4.504992047
4672026-05-11T08:20:20.073Z+ header 'build xde (release)'
4682026-05-11T08:20:20.073Z+ echo '# ==== build xde (release) ==== #'
4692026-05-11T08:20:20.073Z# ==== build xde (release) ==== #
4702026-05-11T08:20:20.073Z+ ptime -m cargo xtask build --profile release xde xde-link
4712026-05-11T08:20:20.214Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4722026-05-11T08:20:20.218Z Running `target/debug/xtask build --profile release xde xde-link`
4732026-05-11T08:20:20.408ZBuilding xde (release-lto).
4742026-05-11T08:20:20.638Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4752026-05-11T08:20:20.638Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4762026-05-11T08:20:20.638Z Compiling proc-macro2 v1.0.106
4772026-05-11T08:20:20.638Z Compiling quote v1.0.45
4782026-05-11T08:20:20.638Z Compiling unicode-ident v1.0.24
4792026-05-11T08:20:20.638Z Compiling ident_case v1.0.1
4802026-05-11T08:20:20.641Z Compiling strsim v0.11.1
4812026-05-11T08:20:20.641Z Compiling serde_core v1.0.228
4822026-05-11T08:20:20.753Z Compiling memchr v2.8.0
4832026-05-11T08:20:20.756Z Compiling fnv v1.0.7
4842026-05-11T08:20:20.833Z Compiling regex-syntax v0.8.10
4852026-05-11T08:20:21.040Z Compiling zerocopy v0.8.48
4862026-05-11T08:20:21.055Z Compiling serde v1.0.228
4872026-05-11T08:20:21.065Z Compiling thiserror v2.0.18
4882026-05-11T08:20:21.174Z Compiling aho-corasick v1.1.4
4892026-05-11T08:20:21.414Z Compiling either v1.15.0
4902026-05-11T08:20:21.457Z Compiling heapless v0.8.0
4912026-05-11T08:20:21.604Z Compiling itertools v0.14.0
4922026-05-11T08:20:21.652Z Compiling smoltcp v0.11.0
4932026-05-11T08:20:21.795Z Compiling syn v2.0.117
4942026-05-11T08:20:21.858Z Compiling ref-cast v1.0.25
4952026-05-11T08:20:21.918Z Compiling crc32fast v1.5.0
4962026-05-11T08:20:22.078Z Compiling version_check v0.9.5
4972026-05-11T08:20:22.300Z Compiling regex-automata v0.4.14
4982026-05-11T08:20:22.434Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4992026-05-11T08:20:23.854Z Compiling regex v1.12.3
5002026-05-11T08:20:24.056Z Compiling darling_core v0.21.3
5012026-05-11T08:20:24.090Z Compiling darling_core v0.23.0
5022026-05-11T08:20:24.926Z Compiling zerocopy-derive v0.8.48
5032026-05-11T08:20:24.926Z Compiling thiserror-impl v2.0.18
5042026-05-11T08:20:24.926Z Compiling serde_derive v1.0.228
5052026-05-11T08:20:24.929Z Compiling ref-cast-impl v1.0.25
5062026-05-11T08:20:24.929Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-05-11T08:20:26.612Z Compiling darling_macro v0.21.3
5082026-05-11T08:20:26.695Z Compiling darling_macro v0.23.0
5092026-05-11T08:20:27.509Z Compiling darling v0.21.3
5102026-05-11T08:20:27.557Z Compiling darling v0.23.0
5112026-05-11T08:20:27.567Z Compiling ingot-macros v0.1.1
5122026-05-11T08:20:27.618Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-05-11T08:20:32.607Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5142026-05-11T08:20:34.656Z Compiling byteorder v1.5.0
5152026-05-11T08:20:34.656Z Compiling stable_deref_trait v1.2.1
5162026-05-11T08:20:34.660Z Compiling macaddr v1.0.1
5172026-05-11T08:20:34.660Z Compiling cfg-if v1.0.4
5182026-05-11T08:20:34.721Z Compiling managed v0.8.0
5192026-05-11T08:20:34.726Z Compiling cobs v0.3.0
5202026-05-11T08:20:34.754Z Compiling bitflags v1.3.2
5212026-05-11T08:20:34.818Z Compiling hash32 v0.3.1
5222026-05-11T08:20:34.952Z Compiling dyn-clone v1.0.20
5232026-05-11T08:20:35.010Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-05-11T08:20:36.266Z Compiling bitflags v2.11.1
5252026-05-11T08:20:36.266Z Compiling uuid v1.23.1
5262026-05-11T08:20:36.404Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-05-11T08:20:36.695Z Compiling postcard v1.1.3
5282026-05-11T08:20:37.520Z Compiling ingot-types v0.1.2
5292026-05-11T08:20:37.832Z Compiling ingot v0.1.1
5302026-05-11T08:20:39.321Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-05-11T08:20:42.986Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-05-11T08:20:51.651Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-05-11T08:21:19.606Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.17s
5342026-05-11T08:21:19.631ZLinking xde kmod...
5352026-05-11T08:21:20.184ZBuilding xde dev link helper (release).
5362026-05-11T08:21:20.349Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5372026-05-11T08:21:20.349Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5382026-05-11T08:21:20.349Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-05-11T08:21:31.342Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-05-11T08:21:33.709Z Finished `release` profile [optimized + debuginfo] target(s) in 13.49s
5412026-05-11T08:21:33.729Z
5422026-05-11T08:21:33.732Zreal 1:13.655589042
5432026-05-11T08:21:33.732Zuser 2:06.031699673
5442026-05-11T08:21:33.732Zsys 12.199206223
5452026-05-11T08:21:33.732Ztrap 0.035307674
5462026-05-11T08:21:33.733Ztflt 0.135732780
5472026-05-11T08:21:33.733Zdflt 0.219581644
5482026-05-11T08:21:33.733Zkflt 0.000026260
5492026-05-11T08:21:33.733Zlock 10:30.208711018
5502026-05-11T08:21:33.733Zslp 6:00.154813107
5512026-05-11T08:21:33.733Zlat 3.358240677
5522026-05-11T08:21:33.733Zstop 5.231080889
5532026-05-11T08:21:33.733Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-05-11T08:21:33.733Z+ grep GOTPCREL
5552026-05-11T08:21:35.462Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-05-11T08:21:35.464Z+ grep GOTPCREL
5572026-05-11T08:21:36.364Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-05-11T08:21:36.416Z+ sha256sum /work/debug/xde.dbg
5592026-05-11T08:21:36.467Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-05-11T08:21:36.469Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-05-11T08:21:36.472Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-05-11T08:21:36.505Z+ sha256sum /work/release/xde
5632026-05-11T08:21:36.533Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-05-11T08:21:36.535Z+ sha256sum /work/release/xde_link.so
5652026-05-11T08:21:36.538Z+ header 'build xde integration tests'
5662026-05-11T08:21:36.538Z+ echo '# ==== build xde integration tests ==== #'
5672026-05-11T08:21:36.538Z+ pushd xde-tests
5682026-05-11T08:21:36.538Z# ==== build xde integration tests ==== #
5692026-05-11T08:21:36.538Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-05-11T08:21:36.538Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5712026-05-11T08:21:36.620Z+ cargo clippy --all-targets -- --deny warnings
5722026-05-11T08:21:36.839Z Compiling serde_core v1.0.228
5732026-05-11T08:21:36.839Z Checking cfg-if v1.0.4
5742026-05-11T08:21:36.839Z Checking memchr v2.8.0
5752026-05-11T08:21:36.839Z Compiling serde v1.0.228
5762026-05-11T08:21:36.841Z Compiling rustversion v1.0.22
5772026-05-11T08:21:36.841Z Compiling ident_case v1.0.1
5782026-05-11T08:21:36.841Z Compiling version_check v0.9.5
5792026-05-11T08:21:36.866Z Compiling syn v2.0.117
5802026-05-11T08:21:36.914Z Compiling strsim v0.11.1
5812026-05-11T08:21:36.969Z Compiling libc v0.2.186
5822026-05-11T08:21:37.118Z Compiling fnv v1.0.7
5832026-05-11T08:21:37.197Z Compiling regex-syntax v0.8.10
5842026-05-11T08:21:37.200Z Checking pin-project-lite v0.2.17
5852026-05-11T08:21:37.228Z Compiling syn v1.0.109
5862026-05-11T08:21:37.267Z Compiling either v1.15.0
5872026-05-11T08:21:37.455Z Compiling winnow v1.0.2
5882026-05-11T08:21:37.558Z Compiling aho-corasick v1.1.4
5892026-05-11T08:21:37.656Z Compiling hashbrown v0.17.1
5902026-05-11T08:21:37.724Z Compiling zerocopy v0.8.48
5912026-05-11T08:21:37.754Z Compiling equivalent v1.0.2
5922026-05-11T08:21:38.140Z Compiling indexmap v2.14.0
5932026-05-11T08:21:38.186Z Compiling itertools v0.14.0
5942026-05-11T08:21:38.450Z Compiling toml_parser v1.1.2+spec-1.1.0
5952026-05-11T08:21:38.648Z Compiling regex-automata v0.4.14
5962026-05-11T08:21:38.894Z Checking byteorder v1.5.0
5972026-05-11T08:21:38.930Z Compiling heapless v0.8.0
5982026-05-11T08:21:38.990Z Compiling toml_datetime v1.1.1+spec-1.1.0
5992026-05-11T08:21:39.040Z Checking hash32 v0.3.1
6002026-05-11T08:21:39.141Z Compiling toml_edit v0.25.11+spec-1.1.0
6012026-05-11T08:21:39.203Z Checking bitflags v2.11.1
6022026-05-11T08:21:39.230Z Compiling slog v2.8.2
6032026-05-11T08:21:39.352Z Compiling darling_core v0.21.3
6042026-05-11T08:21:39.360Z Compiling darling_core v0.23.0
6052026-05-11T08:21:39.382Z Checking futures-core v0.3.32
6062026-05-11T08:21:39.439Z Checking macaddr v1.0.1
6072026-05-11T08:21:39.493Z Compiling smoltcp v0.11.0
6082026-05-11T08:21:39.573Z Checking stable_deref_trait v1.2.1
6092026-05-11T08:21:39.636Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6102026-05-11T08:21:39.837Z Checking futures-sink v0.3.32
6112026-05-11T08:21:39.878Z Compiling proc-macro-crate v3.5.0
6122026-05-11T08:21:39.905Z Checking futures-channel v0.3.32
6132026-05-11T08:21:40.093Z Compiling proc-macro-error-attr v1.0.4
6142026-05-11T08:21:40.287Z Compiling regex v1.12.3
6152026-05-11T08:21:40.308Z Checking rand_core v0.10.1
6162026-05-11T08:21:40.377Z Checking bitflags v1.3.2
6172026-05-11T08:21:40.436Z Compiling autocfg v1.5.0
6182026-05-11T08:21:40.439Z Compiling ref-cast v1.0.25
6192026-05-11T08:21:40.586Z Compiling serde_derive v1.0.228
6202026-05-11T08:21:40.668Z Compiling thiserror-impl v2.0.18
6212026-05-11T08:21:40.725Z Compiling zerocopy-derive v0.8.48
6222026-05-11T08:21:40.770Z Compiling futures-macro v0.3.32
6232026-05-11T08:21:41.194Z Checking managed v0.8.0
6242026-05-11T08:21:41.218Z Checking slab v0.4.12
6252026-05-11T08:21:41.368Z Compiling crc32fast v1.5.0
6262026-05-11T08:21:41.371Z Checking futures-io v0.3.32
6272026-05-11T08:21:41.464Z Compiling darling_macro v0.23.0
6282026-05-11T08:21:41.470Z Compiling getrandom v0.4.2
6292026-05-11T08:21:41.486Z Compiling darling_macro v0.21.3
6302026-05-11T08:21:41.633Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
6312026-05-11T08:21:41.647Z Checking futures-task v0.3.32
6322026-05-11T08:21:41.774Z Checking futures-util v0.3.32
6332026-05-11T08:21:41.846Z Compiling num-traits v0.2.19
6342026-05-11T08:21:41.912Z Checking thiserror v2.0.18
6352026-05-11T08:21:41.997Z Compiling darling v0.23.0
6362026-05-11T08:21:42.002Z Checking cobs v0.3.0
6372026-05-11T08:21:42.022Z Compiling darling v0.21.3
6382026-05-11T08:21:42.065Z Compiling foreign-types-macros v0.2.3
6392026-05-11T08:21:42.094Z Compiling ref-cast-impl v1.0.25
6402026-05-11T08:21:42.103Z Compiling ingot-macros v0.1.1
6412026-05-11T08:21:42.127Z Compiling num_enum_derive v0.7.6
6422026-05-11T08:21:42.666Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6432026-05-11T08:21:42.702Z Compiling proc-macro-error v1.0.4
6442026-05-11T08:21:42.916Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6452026-05-11T08:21:42.961Z Checking ipnetwork v0.21.1
6462026-05-11T08:21:42.969Z Checking foreign-types-shared v0.3.1
6472026-05-11T08:21:43.045Z Compiling crossbeam-utils v0.8.21
6482026-05-11T08:21:43.108Z Checking once_cell v1.21.4
6492026-05-11T08:21:43.126Z Checking unicode-width v0.2.2
6502026-05-11T08:21:43.143Z Checking cpufeatures v0.3.0
6512026-05-11T08:21:43.204Z Checking chacha20 v0.10.0
6522026-05-11T08:21:43.272Z Checking tracing-core v0.1.36
6532026-05-11T08:21:43.364Z Checking tabwriter v1.4.1
6542026-05-11T08:21:43.372Z Checking num_enum v0.7.6
6552026-05-11T08:21:43.390Z Checking foreign-types v0.5.0
6562026-05-11T08:21:43.490Z Checking anyhow v1.0.102
6572026-05-11T08:21:43.573Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6582026-05-11T08:21:43.688Z Checking erased-serde v0.3.31
6592026-05-11T08:21:43.688Z Checking postcard v1.1.3
6602026-05-11T08:21:43.818Z Checking futures-executor v0.3.32
6612026-05-11T08:21:43.883Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6622026-05-11T08:21:43.900Z Compiling tracing-attributes v0.1.31
6632026-05-11T08:21:43.954Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6642026-05-11T08:21:44.259Z Checking cstr-argument v0.1.2
6652026-05-11T08:21:44.299Z Checking dyn-clone v1.0.20
6662026-05-11T08:21:44.347Z Checking powerfmt v0.2.0
6672026-05-11T08:21:44.366Z Compiling time-core v0.1.8
6682026-05-11T08:21:44.389Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
6692026-05-11T08:21:44.488Z Checking pretty-hex v0.4.2
6702026-05-11T08:21:44.499Z Compiling thiserror v1.0.69
6712026-05-11T08:21:44.518Z Compiling num-conv v0.2.1
6722026-05-11T08:21:44.595Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
6732026-05-11T08:21:44.600Z Checking deranged v0.5.8
6742026-05-11T08:21:44.652Z Compiling time-macros v0.2.27
6752026-05-11T08:21:44.730Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6762026-05-11T08:21:44.745Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6772026-05-11T08:21:44.847Z Checking rand v0.10.1
6782026-05-11T08:21:44.851Z Checking futures v0.3.32
6792026-05-11T08:21:44.943Z Checking ingot-types v0.1.2
6802026-05-11T08:21:45.116Z Checking tracing v0.1.44
6812026-05-11T08:21:45.215Z Compiling thiserror-impl v1.0.69
6822026-05-11T08:21:45.265Z Checking ingot v0.1.1
6832026-05-11T08:21:45.281Z Checking uuid v1.23.1
6842026-05-11T08:21:45.284Z Checking arc-swap v1.9.1
6852026-05-11T08:21:45.290Z Checking socket2 v0.6.3
6862026-05-11T08:21:45.357Z Checking nom v8.0.0
6872026-05-11T08:21:45.499Z Checking thread_local v1.1.9
6882026-05-11T08:21:45.520Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6892026-05-11T08:21:45.528Z Compiling heck v0.4.1
6902026-05-11T08:21:45.614Z Compiling slog-async v2.8.0
6912026-05-11T08:21:45.646Z Checking colored v3.1.1
6922026-05-11T08:21:45.715Z Checking oxnet v0.1.5
6932026-05-11T08:21:45.881Z Checking lazy_static v1.5.0
6942026-05-11T08:21:45.961Z Checking iana-time-zone v0.1.65
6952026-05-11T08:21:46.021Z Checking itoa v1.0.18
6962026-05-11T08:21:46.081Z Checking chrono v0.4.44
6972026-05-11T08:21:46.158Z Checking time v0.3.47
6982026-05-11T08:21:46.235Z Checking slog-scope v4.4.1
6992026-05-11T08:21:46.390Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7002026-05-11T08:21:46.555Z Checking crossbeam-channel v0.5.15
7012026-05-11T08:21:46.755Z Checking cookie-factory v0.3.3
7022026-05-11T08:21:46.878Z Checking itertools v0.12.1
7032026-05-11T08:21:46.902Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7042026-05-11T08:21:46.965Z Checking is-terminal v0.4.17
7052026-05-11T08:21:46.999Z Checking circular v0.3.0
7062026-05-11T08:21:47.032Z Checking term v1.2.1
7072026-05-11T08:21:47.040Z Checking take_mut v0.2.2
7082026-05-11T08:21:47.104Z Checking log v0.4.29
7092026-05-11T08:21:47.246Z Checking slog-term v2.9.2
7102026-05-11T08:21:47.262Z Checking slog-stdlog v4.1.1
7112026-05-11T08:21:47.337Z Checking rusticata-macros v5.0.0
7122026-05-11T08:21:47.460Z Checking pcap-parser v0.17.0
7132026-05-11T08:21:47.846Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7142026-05-11T08:21:48.120Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#b2fac281)
7152026-05-11T08:21:48.660Z Checking slog-envlogger v2.2.0
7162026-05-11T08:21:51.277Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7172026-05-11T08:21:52.889Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7182026-05-11T08:21:52.889Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7192026-05-11T08:21:53.230Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7202026-05-11T08:21:53.763Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.10s
7212026-05-11T08:21:53.800Z+ cargo build --test loopback
7222026-05-11T08:21:53.970Z Compiling cfg-if v1.0.4
7232026-05-11T08:21:53.970Z Compiling memchr v2.8.0
7242026-05-11T08:21:53.973Z Compiling serde_core v1.0.228
7252026-05-11T08:21:53.998Z Compiling libc v0.2.186
7262026-05-11T08:21:54.002Z Compiling thiserror v2.0.18
7272026-05-11T08:21:54.002Z Compiling pin-project-lite v0.2.17
7282026-05-11T08:21:54.007Z Compiling byteorder v1.5.0
7292026-05-11T08:21:54.010Z Compiling either v1.15.0
7302026-05-11T08:21:54.047Z Compiling zerocopy v0.8.48
7312026-05-11T08:21:54.077Z Compiling futures-sink v0.3.32
7322026-05-11T08:21:54.077Z Compiling macaddr v1.0.1
7332026-05-11T08:21:54.166Z Compiling hash32 v0.3.1
7342026-05-11T08:21:54.171Z Compiling futures-core v0.3.32
7352026-05-11T08:21:54.189Z Compiling stable_deref_trait v1.2.1
7362026-05-11T08:21:54.256Z Compiling futures-channel v0.3.32
7372026-05-11T08:21:54.314Z Compiling heapless v0.8.0
7382026-05-11T08:21:54.318Z Compiling cobs v0.3.0
7392026-05-11T08:21:54.323Z Compiling rand_core v0.10.1
7402026-05-11T08:21:54.338Z Compiling futures-io v0.3.32
7412026-05-11T08:21:54.466Z Compiling futures-task v0.3.32
7422026-05-11T08:21:54.483Z Compiling bitflags v1.3.2
7432026-05-11T08:21:54.516Z Compiling managed v0.8.0
7442026-05-11T08:21:54.548Z Compiling slab v0.4.12
7452026-05-11T08:21:54.585Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7462026-05-11T08:21:54.657Z Compiling unicode-width v0.2.2
7472026-05-11T08:21:54.719Z Compiling smoltcp v0.11.0
7482026-05-11T08:21:54.723Z Compiling futures-util v0.3.32
7492026-05-11T08:21:54.729Z Compiling once_cell v1.21.4
7502026-05-11T08:21:54.805Z Compiling ipnetwork v0.21.1
7512026-05-11T08:21:54.951Z Compiling cpufeatures v0.3.0
7522026-05-11T08:21:54.955Z Compiling foreign-types-shared v0.3.1
7532026-05-11T08:21:55.017Z Compiling foreign-types v0.5.0
7542026-05-11T08:21:55.032Z Compiling chacha20 v0.10.0
7552026-05-11T08:21:55.086Z Compiling tracing-core v0.1.36
7562026-05-11T08:21:55.341Z Compiling tabwriter v1.4.1
7572026-05-11T08:21:55.411Z Compiling ref-cast v1.0.25
7582026-05-11T08:21:55.506Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7592026-05-11T08:21:55.569Z Compiling num_enum v0.7.6
7602026-05-11T08:21:55.682Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
7612026-05-11T08:21:55.753Z Compiling serde v1.0.228
7622026-05-11T08:21:55.790Z Compiling bitflags v2.11.1
7632026-05-11T08:21:55.941Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7642026-05-11T08:21:56.186Z Compiling getrandom v0.4.2
7652026-05-11T08:21:56.225Z Compiling erased-serde v0.3.31
7662026-05-11T08:21:56.400Z Compiling postcard v1.1.3
7672026-05-11T08:21:56.405Z Compiling crc32fast v1.5.0
7682026-05-11T08:21:56.446Z Compiling cstr-argument v0.1.2
7692026-05-11T08:21:56.562Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-05-11T08:21:56.618Z Compiling itertools v0.14.0
7712026-05-11T08:21:56.641Z Compiling slog v2.8.2
7722026-05-11T08:21:56.665Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7732026-05-11T08:21:56.753Z Compiling powerfmt v0.2.0
7742026-05-11T08:21:56.949Z Compiling ingot-types v0.1.2
7752026-05-11T08:21:57.025Z Compiling futures-executor v0.3.32
7762026-05-11T08:21:57.040Z Compiling dyn-clone v1.0.20
7772026-05-11T08:21:57.193Z Compiling pretty-hex v0.4.2
7782026-05-11T08:21:57.200Z Compiling futures v0.3.32
7792026-05-11T08:21:57.205Z Compiling deranged v0.5.8
7802026-05-11T08:21:57.272Z Compiling tracing v0.1.44
7812026-05-11T08:21:57.322Z Compiling ingot v0.1.1
7822026-05-11T08:21:57.373Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
7832026-05-11T08:21:57.462Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7842026-05-11T08:21:57.566Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7852026-05-11T08:21:57.577Z Compiling num-traits v0.2.19
7862026-05-11T08:21:57.585Z Compiling rand v0.10.1
7872026-05-11T08:21:57.648Z Compiling uuid v1.23.1
7882026-05-11T08:21:57.651Z Compiling crossbeam-utils v0.8.21
7892026-05-11T08:21:58.044Z Compiling nom v8.0.0
7902026-05-11T08:21:58.188Z Compiling aho-corasick v1.1.4
7912026-05-11T08:21:58.230Z Compiling socket2 v0.6.3
7922026-05-11T08:21:58.252Z Compiling thread_local v1.1.9
7932026-05-11T08:21:58.504Z Compiling arc-swap v1.9.1
7942026-05-11T08:21:58.512Z Compiling time-core v0.1.8
7952026-05-11T08:21:58.652Z Compiling colored v3.1.1
7962026-05-11T08:21:58.673Z Compiling oxnet v0.1.5
7972026-05-11T08:21:58.879Z Compiling winnow v1.0.2
7982026-05-11T08:21:59.113Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7992026-05-11T08:21:59.147Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
8002026-05-11T08:21:59.383Z Compiling regex-syntax v0.8.10
8012026-05-11T08:21:59.386Z Compiling lazy_static v1.5.0
8022026-05-11T08:21:59.478Z Compiling iana-time-zone v0.1.65
8032026-05-11T08:21:59.485Z Compiling num-conv v0.2.1
8042026-05-11T08:21:59.527Z Compiling slog-scope v4.4.1
8052026-05-11T08:21:59.621Z Compiling time v0.3.47
8062026-05-11T08:21:59.954Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
8072026-05-11T08:22:00.006Z Compiling chrono v0.4.44
8082026-05-11T08:22:00.575Z Compiling rusticata-macros v5.0.0
8092026-05-11T08:22:00.894Z Compiling regex-automata v0.4.14
8102026-05-11T08:22:01.548Z Compiling thiserror v1.0.69
8112026-05-11T08:22:01.598Z Compiling crossbeam-channel v0.5.15
8122026-05-11T08:22:01.647Z Compiling cookie-factory v0.3.3
8132026-05-11T08:22:01.963Z Compiling is-terminal v0.4.17
8142026-05-11T08:22:02.054Z Compiling itertools v0.12.1
8152026-05-11T08:22:02.346Z Compiling circular v0.3.0
8162026-05-11T08:22:02.599Z Compiling take_mut v0.2.2
8172026-05-11T08:22:02.705Z Compiling log v0.4.29
8182026-05-11T08:22:02.963Z Compiling term v1.2.1
8192026-05-11T08:22:03.455Z Compiling slog-term v2.9.2
8202026-05-11T08:22:04.032Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8212026-05-11T08:22:04.623Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8222026-05-11T08:22:05.080Z Compiling slog-stdlog v4.1.1
8232026-05-11T08:22:05.455Z Compiling regex v1.12.3
8242026-05-11T08:22:05.499Z Compiling slog-async v2.8.0
8252026-05-11T08:22:06.136Z Compiling pcap-parser v0.17.0
8262026-05-11T08:22:06.619Z Compiling slog-envlogger v2.2.0
8272026-05-11T08:22:06.883Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#b2fac281)
8282026-05-11T08:22:07.416Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8292026-05-11T08:22:08.167Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8302026-05-11T08:22:09.046Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8312026-05-11T08:22:16.348Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.54s
8322026-05-11T08:22:16.382Z++ cargo build -q --test loopback --message-format=json
8332026-05-11T08:22:16.386Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8342026-05-11T08:22:16.509Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-bbd5af63c3ab1874
8352026-05-11T08:22:16.509Z+ cargo build --test multicast_rx
8362026-05-11T08:22:16.616Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-05-11T08:22:18.152Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.63s
8382026-05-11T08:22:18.189Z++ cargo build -q --test multicast_rx --message-format=json
8392026-05-11T08:22:18.192Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-05-11T08:22:18.315Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-95bf4ac5d3c1737c
8412026-05-11T08:22:18.315Z+ cargo build --test multicast_multi_sub
8422026-05-11T08:22:18.421Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-05-11T08:22:20.175Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.85s
8442026-05-11T08:22:20.213Z++ cargo build -q --test multicast_multi_sub --message-format=json
8452026-05-11T08:22:20.216Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-05-11T08:22:20.333Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-9f23342060edb1f6
8472026-05-11T08:22:20.333Z+ cargo build --test multicast_validation
8482026-05-11T08:22:20.438Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-05-11T08:22:22.322Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s
8502026-05-11T08:22:22.358Z++ cargo build -q --test multicast_validation --message-format=json
8512026-05-11T08:22:22.361Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-05-11T08:22:22.479Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-2f20ce1e82545d1f
8532026-05-11T08:22:22.479Z+ cargo build --test multicast_source_filter
8542026-05-11T08:22:22.586Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-05-11T08:22:24.597Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.10s
8562026-05-11T08:22:24.634Z++ cargo build -q --test multicast_source_filter --message-format=json
8572026-05-11T08:22:24.637Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-05-11T08:22:24.755Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-53175d1a7cc64405
8592026-05-11T08:22:24.755Z+ mkdir -p /work/test
8602026-05-11T08:22:24.758Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-bbd5af63c3ab1874 /work/test/loopback
8612026-05-11T08:22:24.797Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-95bf4ac5d3c1737c /work/test/multicast_rx
8622026-05-11T08:22:24.837Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-9f23342060edb1f6 /work/test/multicast_multi_sub
8632026-05-11T08:22:24.882Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-2f20ce1e82545d1f /work/test/multicast_validation
8642026-05-11T08:22:24.922Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-53175d1a7cc64405 /work/test/multicast_source_filter
8652026-05-11T08:22:24.963Zprocess exited: duration 225919 ms, exit code 0
 
8662026-05-11T08:22:24.981Zfound 14 output files
8672026-05-11T08:22:24.984Zuploading: /work/debug/xde.dbg (91620136 bytes)
8682026-05-11T08:22:26.611Zuploaded: /work/debug/xde.dbg
8692026-05-11T08:22:26.611Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-05-11T08:22:27.620Zuploaded: /work/debug/xde.dbg.sha256
8712026-05-11T08:22:27.620Zuploading: /work/debug/xde_link.dbg.so (1084980 bytes)
8722026-05-11T08:22:28.644Zuploaded: /work/debug/xde_link.dbg.so
8732026-05-11T08:22:28.644Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-05-11T08:22:29.652Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-05-11T08:22:29.652Zuploading: /work/release/xde (49459568 bytes)
8762026-05-11T08:22:30.994Zuploaded: /work/release/xde
8772026-05-11T08:22:30.994Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-05-11T08:22:32.002Zuploaded: /work/release/xde.sha256
8792026-05-11T08:22:32.002Zuploading: /work/release/xde_link.so (39516 bytes)
8802026-05-11T08:22:33.016Zuploaded: /work/release/xde_link.so
8812026-05-11T08:22:33.016Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-05-11T08:22:34.025Zuploaded: /work/release/xde_link.so.sha256
8832026-05-11T08:22:34.025Zuploading: /work/test/loopback (49773304 bytes)
8842026-05-11T08:22:35.431Zuploaded: /work/test/loopback
8852026-05-11T08:22:35.431Zuploading: /work/test/multicast_rx (50065440 bytes)
8862026-05-11T08:22:36.721Zuploaded: /work/test/multicast_rx
8872026-05-11T08:22:36.721Zuploading: /work/test/multicast_multi_sub (56300360 bytes)
8882026-05-11T08:22:38.071Zuploaded: /work/test/multicast_multi_sub
8892026-05-11T08:22:38.072Zuploading: /work/test/multicast_validation (50217880 bytes)
8902026-05-11T08:22:39.375Zuploaded: /work/test/multicast_validation
8912026-05-11T08:22:39.375Zuploading: /work/test/multicast_source_filter (50522432 bytes)
8922026-05-11T08:22:40.715Zuploaded: /work/test/multicast_source_filter
8932026-05-11T08:22:40.715Zuploading: /work/xde.conf (79 bytes)
8942026-05-11T08:22:42.138Zuploaded: /work/xde.conf