01KSSHMZHHR3954AT2SHFWZD8Q: 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: 01KSSHNC0PV2M2347X8EW4P8DW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T09:40:47.841Zjob assigned to worker 01KSSHNJG86QB6GG45H0055VFB [factory aws, i-06a13b2b3a47d4301] (queued for 58 s)
 
22026-05-29T09:40:54.586Zstarting task 0: "setup"
32026-05-29T09:40:54.590Z++ uname -s
42026-05-29T09:40:54.593Z+ kern=SunOS
52026-05-29T09:40:54.593Z+ build_user=build
62026-05-29T09:40:54.593Z+ build_uid=12345
72026-05-29T09:40:54.593Z+ work_dir=/work
82026-05-29T09:40:54.593Z+ input_dir=/input
92026-05-29T09:40:54.593Z+ [[ 0 == 12345 ]]
102026-05-29T09:40:54.593Z+ case "$kern" in
112026-05-29T09:40:54.593Z+ groupadd -g 12345 build
122026-05-29T09:40:54.596Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T09:40:56.600Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T09:40:56.709Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T09:40:56.712Z+ home_fs=zfs
162026-05-29T09:40:56.712Z+ [[ zfs == autofs ]]
172026-05-29T09:40:56.712Z+ mkdir -p /home/build
182026-05-29T09:40:56.712Z+ chown build:build /home/build /work
192026-05-29T09:40:58.714Z+ chmod 0700 /home/build /work
202026-05-29T09:40:58.717Zprocess exited: duration 4132 ms, exit code 0
 
212026-05-29T09:40:58.723Zstarting task 1: "rust-toolchain"
222026-05-29T09:40:58.727Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-29T09:40:58.727Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-29T09:40:58.727Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-29T09:40:58.727Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-29T09:40:58.730Z * rust toolchain channel = "1.95.0"
272026-05-29T09:40:58.730Z * rust toolchain profile = "default"
282026-05-29T09:40:58.730Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T09:40:58.730Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-29T09:40:58.823Zinfo: downloading installer
312026-05-29T09:41:00.157Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T09:41:00.157Zwarn: /home/build/.rustup/settings.toml
332026-05-29T09:41:00.157Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T09:41:00.157Zwarn: instead of the one inferred from the default host triple.
352026-05-29T09:41:00.169Zinfo: profile set to default
362026-05-29T09:41:00.169Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T09:41:00.173Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-29T09:41:00.304Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-29T09:41:00.307Zinfo: downloading 6 components
402026-05-29T09:41:14.646Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-29T09:41:14.646Z
422026-05-29T09:41:14.685Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-29T09:41:14.685Z
442026-05-29T09:41:14.685Z
452026-05-29T09:41:14.685ZRust is installed now. Great!
462026-05-29T09:41:14.685Z
472026-05-29T09:41:14.685ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T09:41:14.685Zenvironment variable. This has not been done automatically.
492026-05-29T09:41:14.685Z
502026-05-29T09:41:14.685ZTo configure your current shell, you need to source
512026-05-29T09:41:14.685Zthe corresponding env file under $HOME/.cargo.
522026-05-29T09:41:14.685Z
532026-05-29T09:41:14.685ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T09:41:14.688Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T09:41:14.688Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T09:41:14.688Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T09:41:14.688Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T09:41:14.688Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T09:41:14.688Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T09:41:14.688Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T09:41:14.688Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T09:41:14.788Z+ rustup --version
632026-05-29T09:41:14.796Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T09:41:14.799Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T09:41:14.819Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-29T09:41:14.822Z+ cargo --version
672026-05-29T09:41:14.836Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-29T09:41:14.839Z+ rustc --version
692026-05-29T09:41:14.858Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-29T09:41:14.861Zprocess exited: duration 16138 ms, exit code 0
 
712026-05-29T09:41:14.866Zstarting task 2: "authentication"
722026-05-29T09:41:14.882Zprocess exited: duration 15 ms, exit code 0
 
732026-05-29T09:41:14.889Zstarting task 3: "clone repository"
742026-05-29T09:41:14.892Z+ mkdir -p /work/oxidecomputer/opte
752026-05-29T09:41:14.895Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-29T09:41:14.932ZCloning into '/work/oxidecomputer/opte'...
772026-05-29T09:41:15.714Z+ cd /work/oxidecomputer/opte
782026-05-29T09:41:15.714Z+ git fetch origin e7d7abdb05145e19533ff94e1e10ba4c208e27cf
792026-05-29T09:41:15.934ZFrom https://github.com/oxidecomputer/opte
802026-05-29T09:41:15.934Z * branch e7d7abdb05145e19533ff94e1e10ba4c208e27cf -> FETCH_HEAD
812026-05-29T09:41:15.941Z+ [[ -n eviction-policy ]]
822026-05-29T09:41:15.944Z++ git branch --show-current
832026-05-29T09:41:15.944Z+ current=master
842026-05-29T09:41:15.944Z+ [[ master != eviction-policy ]]
852026-05-29T09:41:15.944Z+ git branch -f eviction-policy e7d7abdb05145e19533ff94e1e10ba4c208e27cf
862026-05-29T09:41:15.947Z+ git checkout -f eviction-policy
872026-05-29T09:41:15.963ZSwitched to branch 'eviction-policy'
882026-05-29T09:41:15.966Z+ git reset --hard e7d7abdb05145e19533ff94e1e10ba4c208e27cf
892026-05-29T09:41:15.969ZHEAD is now at e7d7abd ...thanks, rust-analyzer
902026-05-29T09:41:15.971Zprocess exited: duration 1080 ms, exit code 0
 
912026-05-29T09:41:15.977Zstarting task 4: "build"
922026-05-29T09:41:15.980Z+ source .github/buildomat/common.sh
932026-05-29T09:41:15.983Z++ rustup show active-toolchain
942026-05-29T09:41:15.986Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-29T09:41:15.988Z++ pushd xde
962026-05-29T09:41:15.988Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-29T09:41:15.988Z++ rustup show active-toolchain
982026-05-29T09:41:15.992Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-29T09:41:16.132Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-29T09:41:16.136Zinfo: downloading 6 components
1012026-05-29T09:41:29.698Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-29T09:41:29.788Z+++ rustup show active-toolchain -v
1032026-05-29T09:41:29.791Z+++ head -n 1
1042026-05-29T09:41:29.791Z+++ cut '-d ' -f1
1052026-05-29T09:41:29.851Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-29T09:41:29.851Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-29T09:41:29.851Z++ popd
1082026-05-29T09:41:29.854Z/work/oxidecomputer/opte
1092026-05-29T09:41:29.854Z+ TGT_BASE=/work
1102026-05-29T09:41:29.854Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
1112026-05-29T09:41:29.854Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
1122026-05-29T09:41:29.854Z+ DBG_TGT=/work/debug
1132026-05-29T09:41:29.854Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-05-29T09:41:29.854Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
1152026-05-29T09:41:29.854Z+ REL_TGT=/work/release
1162026-05-29T09:41:29.854Z+ mkdir -p /work/debug /work/release
1172026-05-29T09:41:29.854Z+ cargo --version
1182026-05-29T09:41:29.862Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1192026-05-29T09:41:29.865Z+ rustc --version
1202026-05-29T09:41:29.885Zrustc 1.95.0 (59807616e 2026-04-14)
1212026-05-29T09:41:29.888Z+ install_pkg jq
1222026-05-29T09:41:29.888Z+ set +o errexit
1232026-05-29T09:41:29.888Z+ pfexec pkg install jq
1242026-05-29T09:41:30.861Z Startup: Refreshing catalog 'helios' ... Done
1252026-05-29T09:41:30.940Z Startup: Caching catalogs ... Done
1262026-05-29T09:41:31.234ZPlanning: Solver setup ... Done
1272026-05-29T09:41:31.253ZPlanning: Running solver ... Done
1282026-05-29T09:41:31.257ZPlanning: Consolidating action changes ... Done
1292026-05-29T09:41:31.260ZPlanning: Evaluating mediators ... Done
1302026-05-29T09:41:31.260ZPlanning: Planning completed in 0.30 seconds
1312026-05-29T09:41:31.273ZNo updates necessary for this image.
1322026-05-29T09:41:31.355Z+ exit_code=4
1332026-05-29T09:41:31.355Z+ [[ 4 -ne 0 ]]
1342026-05-29T09:41:31.355Z+ [[ 4 -ne 4 ]]
1352026-05-29T09:41:31.358Z+ set -o errexit
1362026-05-29T09:41:31.358Z+ pushd xde
1372026-05-29T09:41:31.358Z+ cp xde.conf /work/xde.conf
1382026-05-29T09:41:31.358Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1392026-05-29T09:41:31.358Z+ header 'check style'
1402026-05-29T09:41:31.358Z+ echo '# ==== check style ==== #'
1412026-05-29T09:41:31.361Z# ==== check style ==== #
1422026-05-29T09:41:31.361Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check
1432026-05-29T09:41:31.571Z
1442026-05-29T09:41:31.571Zreal 0.209988420
1452026-05-29T09:41:31.571Zuser 0.154396724
1462026-05-29T09:41:31.571Zsys 0.046498601
1472026-05-29T09:41:31.571Ztrap 0.000008760
1482026-05-29T09:41:31.571Ztflt 0.000019570
1492026-05-29T09:41:31.571Zdflt 0.000025470
1502026-05-29T09:41:31.571Zkflt 0.000000000
1512026-05-29T09:41:31.571Zlock 0.034474540
1522026-05-29T09:41:31.571Zslp 0.186326601
1532026-05-29T09:41:31.571Zlat 0.000940800
1542026-05-29T09:41:31.571Zstop 0.000102210
1552026-05-29T09:41:31.574Z+ header analyze
1562026-05-29T09:41:31.574Z+ echo '# ==== analyze ==== #'
1572026-05-29T09:41:31.574Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1582026-05-29T09:41:31.574Z# ==== analyze ==== #
1592026-05-29T09:41:31.761Z Updating crates.io index
1602026-05-29T09:41:31.813Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-05-29T09:41:32.767Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1622026-05-29T09:41:33.340Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-05-29T09:41:33.698Z Updating git repository `https://github.com/oxidecomputer/zone`
1642026-05-29T09:41:33.928Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1652026-05-29T09:41:34.316Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1662026-05-29T09:41:34.610Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-05-29T09:41:36.341Z Downloading crates ...
1682026-05-29T09:41:36.380Z Downloaded darling v0.23.0
1692026-05-29T09:41:36.384Z Downloaded cfg-if v1.0.4
1702026-05-29T09:41:36.394Z Downloaded darling_macro v0.21.3
1712026-05-29T09:41:36.397Z Downloaded ref-cast v1.0.25
1722026-05-29T09:41:36.397Z Downloaded hash32 v0.3.1
1732026-05-29T09:41:36.397Z Downloaded defmt v0.3.100
1742026-05-29T09:41:36.400Z Downloaded strsim v0.11.1
1752026-05-29T09:41:36.400Z Downloaded fnv v1.0.7
1762026-05-29T09:41:36.400Z Downloaded ident_case v1.0.1
1772026-05-29T09:41:36.403Z Downloaded darling_macro v0.23.0
1782026-05-29T09:41:36.403Z Downloaded macaddr v1.0.1
1792026-05-29T09:41:36.406Z Downloaded embedded-io v0.6.1
1802026-05-29T09:41:36.406Z Downloaded proc-macro-error-attr2 v2.0.0
1812026-05-29T09:41:36.406Z Downloaded ref-cast-impl v1.0.25
1822026-05-29T09:41:36.409Z Downloaded byteorder v1.5.0
1832026-05-29T09:41:36.412Z Downloaded cobs v0.3.0
1842026-05-29T09:41:36.419Z Downloaded stable_deref_trait v1.2.1
1852026-05-29T09:41:36.427Z Downloaded managed v0.8.0
1862026-05-29T09:41:36.432Z Downloaded embedded-io v0.4.0
1872026-05-29T09:41:36.436Z Downloaded version_check v0.9.5
1882026-05-29T09:41:36.443Z Downloaded thiserror v2.0.18
1892026-05-29T09:41:36.446Z Downloaded thiserror-impl v2.0.18
1902026-05-29T09:41:36.449Z Downloaded proc-macro-error2 v2.0.1
1912026-05-29T09:41:36.449Z Downloaded either v1.15.0
1922026-05-29T09:41:36.452Z Downloaded bitflags v1.3.2
1932026-05-29T09:41:36.454Z Downloaded dyn-clone v1.0.20
1942026-05-29T09:41:36.454Z Downloaded quote v1.0.45
1952026-05-29T09:41:36.460Z Downloaded defmt v1.0.1
1962026-05-29T09:41:36.463Z Downloaded ingot-types v0.1.2
1972026-05-29T09:41:36.466Z Downloaded ingot v0.1.1
1982026-05-29T09:41:36.466Z Downloaded defmt-parser v1.0.0
1992026-05-29T09:41:36.470Z Downloaded crc32fast v1.5.0
2002026-05-29T09:41:36.472Z Downloaded defmt-macros v1.0.1
2012026-05-29T09:41:36.475Z Downloaded bitflags v2.11.1
2022026-05-29T09:41:36.478Z Downloaded darling v0.21.3
2032026-05-29T09:41:36.481Z Downloaded postcard v1.1.3
2042026-05-29T09:41:36.487Z Downloaded ingot-macros v0.1.1
2052026-05-29T09:41:36.494Z Downloaded proc-macro2 v1.0.106
2062026-05-29T09:41:36.503Z Downloaded serde_core v1.0.228
2072026-05-29T09:41:36.507Z Downloaded unicode-ident v1.0.24
2082026-05-29T09:41:36.510Z Downloaded darling_core v0.21.3
2092026-05-29T09:41:36.513Z Downloaded serde_derive v1.0.228
2102026-05-29T09:41:36.516Z Downloaded heapless v0.8.0
2112026-05-29T09:41:36.516Z Downloaded darling_core v0.23.0
2122026-05-29T09:41:36.520Z Downloaded uuid v1.23.1
2132026-05-29T09:41:36.527Z Downloaded serde v1.0.228
2142026-05-29T09:41:36.532Z Downloaded zerocopy-derive v0.8.48
2152026-05-29T09:41:36.540Z Downloaded memchr v2.8.0
2162026-05-29T09:41:36.543Z Downloaded aho-corasick v1.1.4
2172026-05-29T09:41:36.561Z Downloaded itertools v0.14.0
2182026-05-29T09:41:36.581Z Downloaded regex v1.12.3
2192026-05-29T09:41:36.617Z Downloaded zerocopy v0.8.48
2202026-05-29T09:41:36.627Z Downloaded syn v2.0.117
2212026-05-29T09:41:36.633Z Downloaded smoltcp v0.11.0
2222026-05-29T09:41:36.640Z Downloaded regex-syntax v0.8.10
2232026-05-29T09:41:36.650Z Downloaded regex-automata v0.4.14
2242026-05-29T09:41:36.662Z Updating crates.io index
2252026-05-29T09:41:36.747Z Downloading crates ...
2262026-05-29T09:41:36.803Z Downloaded adler2 v2.0.1
2272026-05-29T09:41:36.814Z Downloaded rustc-literal-escaper v0.0.7
2282026-05-29T09:41:36.819Z Downloaded getopts v0.2.24
2292026-05-29T09:41:36.823Z Downloaded foldhash v0.2.0
2302026-05-29T09:41:36.826Z Downloaded addr2line v0.25.1
2312026-05-29T09:41:36.830Z Downloaded rustc-demangle v0.1.27
2322026-05-29T09:41:36.839Z Downloaded miniz_oxide v0.8.9
2332026-05-29T09:41:36.848Z Downloaded memchr v2.7.6
2342026-05-29T09:41:36.863Z Downloaded hashbrown v0.16.1
2352026-05-29T09:41:36.870Z Downloaded gimli v0.32.3
2362026-05-29T09:41:36.899Z Downloaded object v0.37.3
2372026-05-29T09:41:36.933Z Downloaded libc v0.2.183
2382026-05-29T09:41:36.993Z 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-29T09:41:36.993Z 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-29T09:41:36.993Z Compiling proc-macro2 v1.0.106
2412026-05-29T09:41:36.993Z Compiling quote v1.0.45
2422026-05-29T09:41:36.996Z Compiling unicode-ident v1.0.24
2432026-05-29T09:41:36.996Z Compiling strsim v0.11.1
2442026-05-29T09:41:36.996Z Compiling ident_case v1.0.1
2452026-05-29T09:41:36.996Z Compiling serde_core v1.0.228
2462026-05-29T09:41:37.174Z Compiling memchr v2.8.0
2472026-05-29T09:41:37.177Z Compiling fnv v1.0.7
2482026-05-29T09:41:37.265Z Compiling regex-syntax v0.8.10
2492026-05-29T09:41:37.449Z Compiling zerocopy v0.8.48
2502026-05-29T09:41:37.462Z Compiling serde v1.0.228
2512026-05-29T09:41:37.502Z Compiling thiserror v2.0.18
2522026-05-29T09:41:37.565Z Compiling aho-corasick v1.1.4
2532026-05-29T09:41:37.840Z Compiling either v1.15.0
2542026-05-29T09:41:37.885Z Compiling heapless v0.8.0
2552026-05-29T09:41:38.070Z Compiling itertools v0.14.0
2562026-05-29T09:41:38.151Z Compiling syn v2.0.117
2572026-05-29T09:41:38.229Z Compiling smoltcp v0.11.0
2582026-05-29T09:41:38.325Z Compiling ref-cast v1.0.25
2592026-05-29T09:41:38.394Z Compiling version_check v0.9.5
2602026-05-29T09:41:38.676Z Compiling crc32fast v1.5.0
2612026-05-29T09:41:38.721Z Compiling regex-automata v0.4.14
2622026-05-29T09:41:38.789Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2632026-05-29T09:41:40.275Z Compiling regex v1.12.3
2642026-05-29T09:41:40.491Z Compiling darling_core v0.21.3
2652026-05-29T09:41:40.498Z Compiling darling_core v0.23.0
2662026-05-29T09:41:41.434Z Compiling zerocopy-derive v0.8.48
2672026-05-29T09:41:41.434Z Compiling serde_derive v1.0.228
2682026-05-29T09:41:41.434Z Compiling thiserror-impl v2.0.18
2692026-05-29T09:41:41.438Z Compiling ref-cast-impl v1.0.25
2702026-05-29T09:41:41.438Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2712026-05-29T09:41:43.110Z Compiling darling_macro v0.21.3
2722026-05-29T09:41:43.130Z Compiling darling_macro v0.23.0
2732026-05-29T09:41:44.052Z Compiling darling v0.23.0
2742026-05-29T09:41:44.055Z Compiling darling v0.21.3
2752026-05-29T09:41:44.119Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2762026-05-29T09:41:44.122Z Compiling ingot-macros v0.1.1
2772026-05-29T09:41:48.745Z 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-29T09:41:50.839Z Checking byteorder v1.5.0
2792026-05-29T09:41:50.839Z Checking macaddr v1.0.1
2802026-05-29T09:41:50.839Z Checking stable_deref_trait v1.2.1
2812026-05-29T09:41:50.839Z Checking cfg-if v1.0.4
2822026-05-29T09:41:50.842Z Checking bitflags v1.3.2
2832026-05-29T09:41:50.895Z Checking managed v0.8.0
2842026-05-29T09:41:50.921Z Checking cobs v0.3.0
2852026-05-29T09:41:50.986Z Checking dyn-clone v1.0.20
2862026-05-29T09:41:50.995Z Checking hash32 v0.3.1
2872026-05-29T09:41:51.041Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
2882026-05-29T09:41:52.184Z Checking bitflags v2.11.1
2892026-05-29T09:41:52.184Z Checking uuid v1.23.1
2902026-05-29T09:41:52.326Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-05-29T09:41:52.552Z Checking postcard v1.1.3
2922026-05-29T09:41:53.406Z Checking ingot-types v0.1.2
2932026-05-29T09:41:53.682Z Checking ingot v0.1.1
2942026-05-29T09:41:54.983Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2952026-05-29T09:41:59.257Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2962026-05-29T09:42:00.841Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2972026-05-29T09:42:03.204Z Finished `dev` profile [optimized + debuginfo] target(s) in 31.57s
2982026-05-29T09:42:03.316Z
2992026-05-29T09:42:03.316Zreal 31.737962463
3002026-05-29T09:42:03.316Zuser 1:15.336376342
3012026-05-29T09:42:03.316Zsys 10.299499677
3022026-05-29T09:42:03.316Ztrap 0.034157201
3032026-05-29T09:42:03.316Ztflt 0.033638521
3042026-05-29T09:42:03.316Zdflt 0.194914331
3052026-05-29T09:42:03.316Zkflt 0.001954672
3062026-05-29T09:42:03.319Zlock 3:52.715251064
3072026-05-29T09:42:03.319Zslp 3:30.043099303
3082026-05-29T09:42:03.319Zlat 3.622441110
3092026-05-29T09:42:03.319Zstop 6.684414580
3102026-05-29T09:42:03.319Z+ pushd xde-link
3112026-05-29T09:42:03.319Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
3122026-05-29T09:42:03.319Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3132026-05-29T09:42:03.506Z 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-29T09:42:03.506Z 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-29T09:42:03.507Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
3162026-05-29T09:42:14.042Z 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-29T09:42:16.178Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.79s
3182026-05-29T09:42:16.197Z
3192026-05-29T09:42:16.201Zreal 12.875725481
3202026-05-29T09:42:16.201Zuser 20.456691810
3212026-05-29T09:42:16.201Zsys 1.235667743
3222026-05-29T09:42:16.201Ztrap 0.003828361
3232026-05-29T09:42:16.201Ztflt 0.002134711
3242026-05-29T09:42:16.201Zdflt 0.030257260
3252026-05-29T09:42:16.201Zkflt 0.000015310
3262026-05-29T09:42:16.201Zlock 1:08.075060842
3272026-05-29T09:42:16.201Zslp 42.974058821
3282026-05-29T09:42:16.201Zlat 0.153118098
3292026-05-29T09:42:16.201Zstop 0.133745890
3302026-05-29T09:42:16.201Z+ popd
3312026-05-29T09:42:16.201Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
3322026-05-29T09:42:16.201Z/work/oxidecomputer/opte
3332026-05-29T09:42:16.202Z+ popd
3342026-05-29T09:42:16.202Z+ header 'build xde (debug)'
3352026-05-29T09:42:16.202Z# ==== build xde (debug) ==== #
3362026-05-29T09:42:16.202Z+ echo '# ==== build xde (debug) ==== #'
3372026-05-29T09:42:16.202Z+ ptime -m cargo xtask build --profile debug xde xde-link
3382026-05-29T09:42:16.344Z Downloading crates ...
3392026-05-29T09:42:16.392Z Downloaded anstream v1.0.0
3402026-05-29T09:42:16.397Z Downloaded anstyle-parse v1.0.0
3412026-05-29T09:42:16.403Z Downloaded cargo-platform v0.3.3
3422026-05-29T09:42:16.406Z Downloaded utf8parse v0.2.2
3432026-05-29T09:42:16.409Z Downloaded is_terminal_polyfill v1.70.2
3442026-05-29T09:42:16.412Z Downloaded terminal_size v0.4.4
3452026-05-29T09:42:16.412Z Downloaded colorchoice v1.0.5
3462026-05-29T09:42:16.412Z Downloaded equivalent v1.0.2
3472026-05-29T09:42:16.412Z Downloaded anstyle v1.0.14
3482026-05-29T09:42:16.415Z Downloaded serde_spanned v1.1.1
3492026-05-29T09:42:16.415Z Downloaded errno v0.3.14
3502026-05-29T09:42:16.418Z Downloaded heck v0.5.0
3512026-05-29T09:42:16.421Z Downloaded clap_lex v1.1.0
3522026-05-29T09:42:16.425Z Downloaded itoa v1.0.18
3532026-05-29T09:42:16.428Z Downloaded anstyle-query v1.1.5
3542026-05-29T09:42:16.432Z Downloaded toml_writer v1.1.1+spec-1.1.0
3552026-05-29T09:42:16.439Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3562026-05-29T09:42:16.442Z Downloaded zmij v1.0.21
3572026-05-29T09:42:16.445Z Downloaded cargo_metadata v0.23.1
3582026-05-29T09:42:16.448Z Downloaded clap_derive v4.6.1
3592026-05-29T09:42:16.454Z Downloaded toml_parser v1.1.2+spec-1.1.0
3602026-05-29T09:42:16.457Z Downloaded semver v1.0.28
3612026-05-29T09:42:16.457Z Downloaded camino v1.2.2
3622026-05-29T09:42:16.460Z Downloaded anyhow v1.0.102
3632026-05-29T09:42:16.464Z Downloaded toml v1.1.2+spec-1.1.0
3642026-05-29T09:42:16.471Z Downloaded clap v4.6.1
3652026-05-29T09:42:16.482Z Downloaded indexmap v2.14.0
3662026-05-29T09:42:16.488Z Downloaded serde_json v1.0.149
3672026-05-29T09:42:16.494Z Downloaded winnow v1.0.2
3682026-05-29T09:42:16.501Z Downloaded hashbrown v0.17.0
3692026-05-29T09:42:16.508Z Downloaded clap_builder v4.6.0
3702026-05-29T09:42:16.537Z Downloaded rustix v1.1.4
3712026-05-29T09:42:16.566Z Downloaded libc v0.2.186
3722026-05-29T09:42:16.614Z Compiling serde_core v1.0.228
3732026-05-29T09:42:16.614Z Compiling proc-macro2 v1.0.106
3742026-05-29T09:42:16.614Z Compiling quote v1.0.45
3752026-05-29T09:42:16.618Z Compiling unicode-ident v1.0.24
3762026-05-29T09:42:16.618Z Compiling libc v0.2.186
3772026-05-29T09:42:16.618Z Compiling rustix v1.1.4
3782026-05-29T09:42:16.618Z Compiling bitflags v2.11.1
3792026-05-29T09:42:16.618Z Compiling utf8parse v0.2.2
3802026-05-29T09:42:16.765Z Compiling zmij v1.0.21
3812026-05-29T09:42:16.781Z Compiling anstyle-parse v1.0.0
3822026-05-29T09:42:17.001Z Compiling camino v1.2.2
3832026-05-29T09:42:17.008Z Compiling anstyle v1.0.14
3842026-05-29T09:42:17.093Z Compiling anstyle-query v1.1.5
3852026-05-29T09:42:17.105Z Compiling serde_json v1.0.149
3862026-05-29T09:42:17.182Z Compiling is_terminal_polyfill v1.70.2
3872026-05-29T09:42:17.191Z Compiling thiserror v2.0.18
3882026-05-29T09:42:17.262Z Compiling colorchoice v1.0.5
3892026-05-29T09:42:17.265Z Compiling serde v1.0.228
3902026-05-29T09:42:17.337Z Compiling errno v0.3.14
3912026-05-29T09:42:17.362Z Compiling anstream v1.0.0
3922026-05-29T09:42:17.415Z Compiling anyhow v1.0.102
3932026-05-29T09:42:17.644Z Compiling clap_lex v1.1.0
3942026-05-29T09:42:17.766Z Compiling itoa v1.0.18
3952026-05-29T09:42:17.769Z Compiling heck v0.5.0
3962026-05-29T09:42:17.878Z Compiling strsim v0.11.1
3972026-05-29T09:42:17.888Z Compiling winnow v1.0.2
3982026-05-29T09:42:17.958Z Compiling syn v2.0.117
3992026-05-29T09:42:17.988Z Compiling terminal_size v0.4.4
4002026-05-29T09:42:18.071Z Compiling memchr v2.8.0
4012026-05-29T09:42:18.150Z Compiling clap_builder v4.6.0
4022026-05-29T09:42:18.275Z Compiling toml_parser v1.1.2+spec-1.1.0
4032026-05-29T09:42:18.358Z Compiling toml_writer v1.1.1+spec-1.1.0
4042026-05-29T09:42:18.867Z Compiling toml_datetime v1.1.1+spec-1.1.0
4052026-05-29T09:42:19.078Z Compiling serde_spanned v1.1.1
4062026-05-29T09:42:19.235Z Compiling semver v1.0.28
4072026-05-29T09:42:19.367Z Compiling cargo-platform v0.3.3
4082026-05-29T09:42:19.608Z Compiling toml v1.1.2+spec-1.1.0
4092026-05-29T09:42:20.140Z Compiling serde_derive v1.0.228
4102026-05-29T09:42:20.140Z Compiling thiserror-impl v2.0.18
4112026-05-29T09:42:20.333Z Compiling clap_derive v4.6.1
4122026-05-29T09:42:21.995Z Compiling clap v4.6.1
4132026-05-29T09:42:23.284Z Compiling cargo_metadata v0.23.1
4142026-05-29T09:42:25.790Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
4152026-05-29T09:42:27.385Z Finished `dev` profile [optimized + debuginfo] target(s) in 11.17s
4162026-05-29T09:42:27.399Z Running `target/debug/xtask build --profile debug xde xde-link`
4172026-05-29T09:42:28.991ZBuilding xde (dev).
4182026-05-29T09:42:29.220Z Compiling serde_core v1.0.228
4192026-05-29T09:42:29.220Z Compiling byteorder v1.5.0
4202026-05-29T09:42:29.220Z Compiling stable_deref_trait v1.2.1
4212026-05-29T09:42:29.224Z Compiling cfg-if v1.0.4
4222026-05-29T09:42:29.224Z Compiling macaddr v1.0.1
4232026-05-29T09:42:29.224Z Compiling thiserror v2.0.18
4242026-05-29T09:42:29.224Z Compiling zerocopy v0.8.48
4252026-05-29T09:42:29.254Z Compiling managed v0.8.0
4262026-05-29T09:42:29.297Z Compiling bitflags v1.3.2
4272026-05-29T09:42:29.303Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4282026-05-29T09:42:29.337Z Compiling cobs v0.3.0
4292026-05-29T09:42:29.360Z Compiling either v1.15.0
4302026-05-29T09:42:29.412Z Compiling hash32 v0.3.1
4312026-05-29T09:42:29.466Z Compiling ref-cast v1.0.25
4322026-05-29T09:42:29.501Z Compiling heapless v0.8.0
4332026-05-29T09:42:29.529Z Compiling itertools v0.14.0
4342026-05-29T09:42:29.557Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4352026-05-29T09:42:29.560Z Compiling crc32fast v1.5.0
4362026-05-29T09:42:29.584Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4372026-05-29T09:42:29.610Z Compiling dyn-clone v1.0.20
4382026-05-29T09:42:29.747Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4392026-05-29T09:42:29.865Z Compiling smoltcp v0.11.0
4402026-05-29T09:42:30.795Z Compiling serde v1.0.228
4412026-05-29T09:42:30.795Z Compiling bitflags v2.11.1
4422026-05-29T09:42:30.796Z Compiling uuid v1.23.1
4432026-05-29T09:42:30.927Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4442026-05-29T09:42:31.220Z Compiling postcard v1.1.3
4452026-05-29T09:42:32.013Z Compiling ingot-types v0.1.2
4462026-05-29T09:42:32.290Z Compiling ingot v0.1.1
4472026-05-29T09:42:33.731Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4482026-05-29T09:42:38.085Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4492026-05-29T09:42:48.511Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4502026-05-29T09:42:56.873Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.85s
4512026-05-29T09:42:56.898ZLinking xde kmod...
4522026-05-29T09:42:58.080ZBuilding xde dev link helper (dev).
4532026-05-29T09:42:58.242Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4542026-05-29T09:42:58.585Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.47s
4552026-05-29T09:42:58.611Z
4562026-05-29T09:42:58.614Zreal 42.410103350
4572026-05-29T09:42:58.614Zuser 2:17.552725091
4582026-05-29T09:42:58.614Zsys 11.419410036
4592026-05-29T09:42:58.614Ztrap 0.058090779
4602026-05-29T09:42:58.614Ztflt 0.284247288
4612026-05-29T09:42:58.614Zdflt 0.431696182
4622026-05-29T09:42:58.614Zkflt 0.000120710
4632026-05-29T09:42:58.614Zlock 6:35.730910689
4642026-05-29T09:42:58.614Zslp 3:59.213837166
4652026-05-29T09:42:58.614Zlat 5.394280059
4662026-05-29T09:42:58.614Zstop 5.012560371
4672026-05-29T09:42:58.614Z+ header 'build xde (release)'
4682026-05-29T09:42:58.615Z+ echo '# ==== build xde (release) ==== #'
4692026-05-29T09:42:58.615Z# ==== build xde (release) ==== #
4702026-05-29T09:42:58.615Z+ ptime -m cargo xtask build --profile release xde xde-link
4712026-05-29T09:42:58.756Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
4722026-05-29T09:42:58.760Z Running `target/debug/xtask build --profile release xde xde-link`
4732026-05-29T09:42:58.962ZBuilding xde (release-lto).
4742026-05-29T09:42:59.197Z 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-29T09:42:59.197Z 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-29T09:42:59.197Z Compiling proc-macro2 v1.0.106
4772026-05-29T09:42:59.197Z Compiling unicode-ident v1.0.24
4782026-05-29T09:42:59.197Z Compiling quote v1.0.45
4792026-05-29T09:42:59.197Z Compiling strsim v0.11.1
4802026-05-29T09:42:59.197Z Compiling ident_case v1.0.1
4812026-05-29T09:42:59.201Z Compiling serde_core v1.0.228
4822026-05-29T09:42:59.315Z Compiling memchr v2.8.0
4832026-05-29T09:42:59.318Z Compiling fnv v1.0.7
4842026-05-29T09:42:59.397Z Compiling regex-syntax v0.8.10
4852026-05-29T09:42:59.566Z Compiling either v1.15.0
4862026-05-29T09:42:59.571Z Compiling thiserror v2.0.18
4872026-05-29T09:42:59.574Z Compiling zerocopy v0.8.48
4882026-05-29T09:42:59.708Z Compiling aho-corasick v1.1.4
4892026-05-29T09:42:59.751Z Compiling serde v1.0.228
4902026-05-29T09:42:59.947Z Compiling itertools v0.14.0
4912026-05-29T09:43:00.145Z Compiling heapless v0.8.0
4922026-05-29T09:43:00.149Z Compiling smoltcp v0.11.0
4932026-05-29T09:43:00.321Z Compiling syn v2.0.117
4942026-05-29T09:43:00.371Z Compiling version_check v0.9.5
4952026-05-29T09:43:00.551Z Compiling crc32fast v1.5.0
4962026-05-29T09:43:00.598Z Compiling ref-cast v1.0.25
4972026-05-29T09:43:00.718Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4982026-05-29T09:43:00.881Z Compiling regex-automata v0.4.14
4992026-05-29T09:43:02.421Z Compiling regex v1.12.3
5002026-05-29T09:43:02.582Z Compiling darling_core v0.21.3
5012026-05-29T09:43:02.585Z Compiling darling_core v0.23.0
5022026-05-29T09:43:03.556Z Compiling serde_derive v1.0.228
5032026-05-29T09:43:03.556Z Compiling thiserror-impl v2.0.18
5042026-05-29T09:43:03.556Z Compiling zerocopy-derive v0.8.48
5052026-05-29T09:43:03.559Z Compiling ref-cast-impl v1.0.25
5062026-05-29T09:43:03.559Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5072026-05-29T09:43:05.088Z Compiling darling_macro v0.21.3
5082026-05-29T09:43:05.223Z Compiling darling_macro v0.23.0
5092026-05-29T09:43:05.987Z Compiling darling v0.21.3
5102026-05-29T09:43:06.051Z Compiling ingot-macros v0.1.1
5112026-05-29T09:43:06.127Z Compiling darling v0.23.0
5122026-05-29T09:43:06.191Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-05-29T09:43:11.159Z 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-29T09:43:13.240Z Compiling byteorder v1.5.0
5152026-05-29T09:43:13.240Z Compiling macaddr v1.0.1
5162026-05-29T09:43:13.240Z Compiling stable_deref_trait v1.2.1
5172026-05-29T09:43:13.244Z Compiling cfg-if v1.0.4
5182026-05-29T09:43:13.299Z Compiling managed v0.8.0
5192026-05-29T09:43:13.306Z Compiling cobs v0.3.0
5202026-05-29T09:43:13.335Z Compiling bitflags v1.3.2
5212026-05-29T09:43:13.400Z Compiling hash32 v0.3.1
5222026-05-29T09:43:13.527Z Compiling dyn-clone v1.0.20
5232026-05-29T09:43:13.611Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5242026-05-29T09:43:14.850Z Compiling bitflags v2.11.1
5252026-05-29T09:43:14.850Z Compiling uuid v1.23.1
5262026-05-29T09:43:14.988Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-05-29T09:43:15.287Z Compiling postcard v1.1.3
5282026-05-29T09:43:16.124Z Compiling ingot-types v0.1.2
5292026-05-29T09:43:16.439Z Compiling ingot v0.1.1
5302026-05-29T09:43:17.947Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-05-29T09:43:21.746Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-05-29T09:43:30.588Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5332026-05-29T09:44:00.451Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
5342026-05-29T09:44:00.474ZLinking xde kmod...
5352026-05-29T09:44:01.065ZBuilding xde dev link helper (release).
5362026-05-29T09:44:01.225Z 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-29T09:44:01.225Z 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-29T09:44:01.225Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5392026-05-29T09:44:12.387Z 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-29T09:44:14.780Z Finished `release` profile [optimized + debuginfo] target(s) in 13.68s
5412026-05-29T09:44:14.800Z
5422026-05-29T09:44:14.804Zreal 1:16.184916177
5432026-05-29T09:44:14.804Zuser 2:09.740368103
5442026-05-29T09:44:14.804Zsys 12.472872543
5452026-05-29T09:44:14.804Ztrap 0.031301390
5462026-05-29T09:44:14.804Ztflt 0.153457889
5472026-05-29T09:44:14.804Zdflt 0.263554820
5482026-05-29T09:44:14.804Zkflt 0.000023170
5492026-05-29T09:44:14.804Zlock 10:54.228977640
5502026-05-29T09:44:14.804Zslp 6:09.672020618
5512026-05-29T09:44:14.804Zlat 2.719128554
5522026-05-29T09:44:14.804Zstop 5.354083808
5532026-05-29T09:44:14.804Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
5542026-05-29T09:44:14.804Z+ grep GOTPCREL
5552026-05-29T09:44:16.676Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5562026-05-29T09:44:16.679Z+ grep GOTPCREL
5572026-05-29T09:44:17.651Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
5582026-05-29T09:44:17.711Z+ sha256sum /work/debug/xde.dbg
5592026-05-29T09:44:17.764Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
5602026-05-29T09:44:17.768Z+ sha256sum /work/debug/xde_link.dbg.so
5612026-05-29T09:44:17.771Z+ cp target/x86_64-unknown-unknown/release-lto/xde /work/release/
5622026-05-29T09:44:17.807Z+ sha256sum /work/release/xde
5632026-05-29T09:44:17.837Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
5642026-05-29T09:44:17.840Z+ sha256sum /work/release/xde_link.so
5652026-05-29T09:44:17.843Z+ header 'build xde integration tests'
5662026-05-29T09:44:17.843Z+ echo '# ==== build xde integration tests ==== #'
5672026-05-29T09:44:17.843Z+ pushd xde-tests
5682026-05-29T09:44:17.843Z# ==== build xde integration tests ==== #
5692026-05-29T09:44:17.844Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
5702026-05-29T09:44:17.844Z+ cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
5712026-05-29T09:44:17.928Z+ cargo clippy --all-targets -- --deny warnings
5722026-05-29T09:44:18.163Z Compiling serde_core v1.0.228
5732026-05-29T09:44:18.163Z Checking cfg-if v1.0.4
5742026-05-29T09:44:18.163Z Checking memchr v2.8.0
5752026-05-29T09:44:18.166Z Compiling rustversion v1.0.22
5762026-05-29T09:44:18.166Z Compiling serde v1.0.228
5772026-05-29T09:44:18.166Z Compiling strsim v0.11.1
5782026-05-29T09:44:18.166Z Compiling version_check v0.9.5
5792026-05-29T09:44:18.166Z Compiling syn v2.0.117
5802026-05-29T09:44:18.234Z Compiling ident_case v1.0.1
5812026-05-29T09:44:18.342Z Compiling libc v0.2.186
5822026-05-29T09:44:18.450Z Compiling fnv v1.0.7
5832026-05-29T09:44:18.529Z Checking pin-project-lite v0.2.17
5842026-05-29T09:44:18.536Z Compiling regex-syntax v0.8.10
5852026-05-29T09:44:18.564Z Compiling syn v1.0.109
5862026-05-29T09:44:18.604Z Compiling equivalent v1.0.2
5872026-05-29T09:44:18.680Z Compiling winnow v1.0.2
5882026-05-29T09:44:18.885Z Compiling aho-corasick v1.1.4
5892026-05-29T09:44:19.033Z Compiling zerocopy v0.8.48
5902026-05-29T09:44:19.068Z Compiling either v1.15.0
5912026-05-29T09:44:19.134Z Compiling hashbrown v0.17.0
5922026-05-29T09:44:19.259Z Compiling itertools v0.14.0
5932026-05-29T09:44:19.664Z Compiling indexmap v2.14.0
5942026-05-29T09:44:19.690Z Compiling toml_parser v1.1.2+spec-1.1.0
5952026-05-29T09:44:20.009Z Compiling regex-automata v0.4.14
5962026-05-29T09:44:20.241Z Checking byteorder v1.5.0
5972026-05-29T09:44:20.261Z Compiling toml_datetime v1.1.1+spec-1.1.0
5982026-05-29T09:44:20.390Z Compiling heapless v0.8.0
5992026-05-29T09:44:20.451Z Compiling toml_edit v0.25.11+spec-1.1.0
6002026-05-29T09:44:20.472Z Checking hash32 v0.3.1
6012026-05-29T09:44:20.476Z Checking bitflags v2.11.1
6022026-05-29T09:44:20.567Z Compiling slog v2.8.2
6032026-05-29T09:44:20.574Z Checking stable_deref_trait v1.2.1
6042026-05-29T09:44:20.625Z Checking futures-sink v0.3.32
6052026-05-29T09:44:20.631Z Checking futures-core v0.3.32
6062026-05-29T09:44:20.711Z Compiling darling_core v0.21.3
6072026-05-29T09:44:20.739Z Compiling darling_core v0.23.0
6082026-05-29T09:44:20.800Z Compiling smoltcp v0.11.0
6092026-05-29T09:44:20.847Z Checking macaddr v1.0.1
6102026-05-29T09:44:20.985Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6112026-05-29T09:44:21.151Z Compiling proc-macro-crate v3.5.0
6122026-05-29T09:44:21.353Z Checking futures-channel v0.3.32
6132026-05-29T09:44:21.539Z Compiling proc-macro-error-attr v1.0.4
6142026-05-29T09:44:21.571Z Checking slab v0.4.12
6152026-05-29T09:44:21.593Z Checking futures-task v0.3.32
6162026-05-29T09:44:21.721Z Compiling regex v1.12.3
6172026-05-29T09:44:21.724Z Checking futures-io v0.3.32
6182026-05-29T09:44:21.771Z Checking bitflags v1.3.2
6192026-05-29T09:44:21.827Z Compiling getrandom v0.4.2
6202026-05-29T09:44:21.831Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6212026-05-29T09:44:21.930Z Compiling serde_derive v1.0.228
6222026-05-29T09:44:22.049Z Compiling thiserror-impl v2.0.18
6232026-05-29T09:44:22.096Z Compiling zerocopy-derive v0.8.48
6242026-05-29T09:44:22.114Z Compiling futures-macro v0.3.32
6252026-05-29T09:44:22.533Z Compiling ref-cast v1.0.25
6262026-05-29T09:44:22.757Z Compiling crc32fast v1.5.0
6272026-05-29T09:44:22.783Z Compiling darling_macro v0.21.3
6282026-05-29T09:44:22.832Z Compiling darling_macro v0.23.0
6292026-05-29T09:44:22.857Z Checking managed v0.8.0
6302026-05-29T09:44:22.928Z Compiling autocfg v1.5.0
6312026-05-29T09:44:23.080Z Checking rand_core v0.10.1
6322026-05-29T09:44:23.215Z Checking futures-util v0.3.32
6332026-05-29T09:44:23.290Z Checking thiserror v2.0.18
6342026-05-29T09:44:23.306Z Compiling num-traits v0.2.19
6352026-05-29T09:44:23.380Z Checking cobs v0.3.0
6362026-05-29T09:44:23.401Z Compiling darling v0.21.3
6372026-05-29T09:44:23.417Z Compiling darling v0.23.0
6382026-05-29T09:44:23.472Z Compiling ingot-macros v0.1.1
6392026-05-29T09:44:23.524Z Compiling num_enum_derive v0.7.6
6402026-05-29T09:44:23.527Z Compiling foreign-types-macros v0.2.3
6412026-05-29T09:44:23.543Z Compiling ref-cast-impl v1.0.25
6422026-05-29T09:44:24.151Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6432026-05-29T09:44:24.182Z Compiling proc-macro-error v1.0.4
6442026-05-29T09:44:24.328Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6452026-05-29T09:44:24.420Z Checking unicode-width v0.2.2
6462026-05-29T09:44:24.444Z Checking once_cell v1.21.4
6472026-05-29T09:44:24.537Z Compiling crossbeam-utils v0.8.21
6482026-05-29T09:44:24.591Z Checking cpufeatures v0.3.0
6492026-05-29T09:44:24.610Z Checking ipnetwork v0.21.1
6502026-05-29T09:44:24.648Z Checking foreign-types-shared v0.3.1
6512026-05-29T09:44:24.664Z Checking tabwriter v1.4.1
6522026-05-29T09:44:24.722Z Checking foreign-types v0.5.0
6532026-05-29T09:44:24.777Z Checking chacha20 v0.10.0
6542026-05-29T09:44:24.786Z Checking tracing-core v0.1.36
6552026-05-29T09:44:24.832Z Checking num_enum v0.7.6
6562026-05-29T09:44:24.952Z Checking anyhow v1.0.102
6572026-05-29T09:44:25.083Z Checking erased-serde v0.3.31
6582026-05-29T09:44:25.099Z Checking postcard v1.1.3
6592026-05-29T09:44:25.165Z Checking futures-executor v0.3.32
6602026-05-29T09:44:25.231Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6612026-05-29T09:44:25.332Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6622026-05-29T09:44:25.342Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6632026-05-29T09:44:25.372Z Compiling tracing-attributes v0.1.31
6642026-05-29T09:44:25.704Z Checking cstr-argument v0.1.2
6652026-05-29T09:44:25.818Z Checking dyn-clone v1.0.20
6662026-05-29T09:44:25.823Z Compiling num-conv v0.2.1
6672026-05-29T09:44:25.915Z Compiling time-core v0.1.8
6682026-05-29T09:44:25.931Z Checking powerfmt v0.2.0
6692026-05-29T09:44:25.956Z Compiling thiserror v1.0.69
6702026-05-29T09:44:25.956Z Checking pretty-hex v0.4.2
6712026-05-29T09:44:26.052Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
6722026-05-29T09:44:26.063Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6732026-05-29T09:44:26.071Z Checking deranged v0.5.8
6742026-05-29T09:44:26.175Z Compiling time-macros v0.2.27
6752026-05-29T09:44:26.212Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6762026-05-29T09:44:26.281Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6772026-05-29T09:44:26.302Z Checking rand v0.10.1
6782026-05-29T09:44:26.307Z Checking ingot-types v0.1.2
6792026-05-29T09:44:26.433Z Checking futures v0.3.32
6802026-05-29T09:44:26.549Z Compiling thiserror-impl v1.0.69
6812026-05-29T09:44:26.606Z Checking tracing v0.1.44
6822026-05-29T09:44:26.638Z Checking ingot v0.1.1
6832026-05-29T09:44:26.752Z Checking uuid v1.23.1
6842026-05-29T09:44:26.789Z Checking arc-swap v1.9.1
6852026-05-29T09:44:26.822Z Checking socket2 v0.6.3
6862026-05-29T09:44:26.910Z Checking nom v8.0.0
6872026-05-29T09:44:27.003Z Checking thread_local v1.1.9
6882026-05-29T09:44:27.012Z Checking oxnet v0.1.5
6892026-05-29T09:44:27.069Z Checking colored v3.1.1
6902026-05-29T09:44:27.172Z Checking iana-time-zone v0.1.65
6912026-05-29T09:44:27.262Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6922026-05-29T09:44:27.272Z Checking lazy_static v1.5.0
6932026-05-29T09:44:27.301Z Checking itoa v1.0.18
6942026-05-29T09:44:27.355Z Compiling slog-async v2.8.0
6952026-05-29T09:44:27.440Z Compiling heck v0.4.1
6962026-05-29T09:44:27.681Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6972026-05-29T09:44:27.690Z Checking slog-scope v4.4.1
6982026-05-29T09:44:27.761Z Checking time v0.3.47
6992026-05-29T09:44:27.796Z Checking chrono v0.4.44
7002026-05-29T09:44:27.811Z Checking crossbeam-channel v0.5.15
7012026-05-29T09:44:28.188Z Checking cookie-factory v0.3.3
7022026-05-29T09:44:28.305Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7032026-05-29T09:44:28.397Z Checking itertools v0.12.1
7042026-05-29T09:44:28.440Z Checking is-terminal v0.4.17
7052026-05-29T09:44:28.523Z Checking circular v0.3.0
7062026-05-29T09:44:28.637Z Checking take_mut v0.2.2
7072026-05-29T09:44:28.640Z Checking log v0.4.29
7082026-05-29T09:44:28.684Z Checking term v1.2.1
7092026-05-29T09:44:28.796Z Checking slog-stdlog v4.1.1
7102026-05-29T09:44:28.904Z Checking slog-term v2.9.2
7112026-05-29T09:44:28.919Z Checking rusticata-macros v5.0.0
7122026-05-29T09:44:29.046Z Checking pcap-parser v0.17.0
7132026-05-29T09:44:29.386Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
7142026-05-29T09:44:29.675Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
7152026-05-29T09:44:30.356Z Checking slog-envlogger v2.2.0
7162026-05-29T09:44:32.877Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7172026-05-29T09:44:34.554Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7182026-05-29T09:44:34.557Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7192026-05-29T09:44:34.908Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7202026-05-29T09:44:35.459Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.48s
7212026-05-29T09:44:35.498Z+ cargo build --test loopback
7222026-05-29T09:44:35.674Z Compiling cfg-if v1.0.4
7232026-05-29T09:44:35.674Z Compiling memchr v2.8.0
7242026-05-29T09:44:35.677Z Compiling serde_core v1.0.228
7252026-05-29T09:44:35.703Z Compiling libc v0.2.186
7262026-05-29T09:44:35.706Z Compiling thiserror v2.0.18
7272026-05-29T09:44:35.706Z Compiling pin-project-lite v0.2.17
7282026-05-29T09:44:35.710Z Compiling either v1.15.0
7292026-05-29T09:44:35.713Z Compiling byteorder v1.5.0
7302026-05-29T09:44:35.755Z Compiling zerocopy v0.8.48
7312026-05-29T09:44:35.780Z Compiling macaddr v1.0.1
7322026-05-29T09:44:35.786Z Compiling futures-sink v0.3.32
7332026-05-29T09:44:35.879Z Compiling hash32 v0.3.1
7342026-05-29T09:44:35.882Z Compiling stable_deref_trait v1.2.1
7352026-05-29T09:44:35.900Z Compiling futures-core v0.3.32
7362026-05-29T09:44:35.948Z Compiling cobs v0.3.0
7372026-05-29T09:44:36.026Z Compiling futures-channel v0.3.32
7382026-05-29T09:44:36.030Z Compiling heapless v0.8.0
7392026-05-29T09:44:36.045Z Compiling rand_core v0.10.1
7402026-05-29T09:44:36.063Z Compiling managed v0.8.0
7412026-05-29T09:44:36.202Z Compiling futures-io v0.3.32
7422026-05-29T09:44:36.225Z Compiling slab v0.4.12
7432026-05-29T09:44:36.251Z Compiling bitflags v1.3.2
7442026-05-29T09:44:36.287Z Compiling futures-task v0.3.32
7452026-05-29T09:44:36.319Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7462026-05-29T09:44:36.390Z Compiling smoltcp v0.11.0
7472026-05-29T09:44:36.406Z Compiling futures-util v0.3.32
7482026-05-29T09:44:36.450Z Compiling once_cell v1.21.4
7492026-05-29T09:44:36.478Z Compiling foreign-types-shared v0.3.1
7502026-05-29T09:44:36.563Z Compiling cpufeatures v0.3.0
7512026-05-29T09:44:36.566Z Compiling unicode-width v0.2.2
7522026-05-29T09:44:36.630Z Compiling ipnetwork v0.21.1
7532026-05-29T09:44:36.688Z Compiling chacha20 v0.10.0
7542026-05-29T09:44:36.871Z Compiling tabwriter v1.4.1
7552026-05-29T09:44:37.031Z Compiling tracing-core v0.1.36
7562026-05-29T09:44:37.208Z Compiling foreign-types v0.5.0
7572026-05-29T09:44:37.272Z Compiling ref-cast v1.0.25
7582026-05-29T09:44:37.282Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7592026-05-29T09:44:37.288Z Compiling num_enum v0.7.6
7602026-05-29T09:44:37.366Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7612026-05-29T09:44:37.406Z Compiling crc32fast v1.5.0
7622026-05-29T09:44:37.477Z Compiling serde v1.0.228
7632026-05-29T09:44:37.651Z Compiling bitflags v2.11.1
7642026-05-29T09:44:37.687Z Compiling getrandom v0.4.2
7652026-05-29T09:44:37.907Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7662026-05-29T09:44:37.985Z Compiling erased-serde v0.3.31
7672026-05-29T09:44:38.093Z Compiling postcard v1.1.3
7682026-05-29T09:44:38.145Z Compiling cstr-argument v0.1.2
7692026-05-29T09:44:38.317Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7702026-05-29T09:44:38.361Z Compiling itertools v0.14.0
7712026-05-29T09:44:38.427Z Compiling slog v2.8.2
7722026-05-29T09:44:38.449Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7732026-05-29T09:44:38.537Z Compiling powerfmt v0.2.0
7742026-05-29T09:44:38.702Z Compiling ingot-types v0.1.2
7752026-05-29T09:44:38.812Z Compiling futures-executor v0.3.32
7762026-05-29T09:44:38.820Z Compiling dyn-clone v1.0.20
7772026-05-29T09:44:39.007Z Compiling pretty-hex v0.4.2
7782026-05-29T09:44:39.016Z Compiling futures v0.3.32
7792026-05-29T09:44:39.061Z Compiling ingot v0.1.1
7802026-05-29T09:44:39.092Z Compiling deranged v0.5.8
7812026-05-29T09:44:39.122Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
7822026-05-29T09:44:39.136Z Compiling tracing v0.1.44
7832026-05-29T09:44:39.142Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7842026-05-29T09:44:39.258Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7852026-05-29T09:44:39.337Z Compiling rand v0.10.1
7862026-05-29T09:44:39.344Z Compiling num-traits v0.2.19
7872026-05-29T09:44:39.431Z Compiling uuid v1.23.1
7882026-05-29T09:44:39.512Z Compiling crossbeam-utils v0.8.21
7892026-05-29T09:44:39.743Z Compiling aho-corasick v1.1.4
7902026-05-29T09:44:40.019Z Compiling nom v8.0.0
7912026-05-29T09:44:40.045Z Compiling socket2 v0.6.3
7922026-05-29T09:44:40.079Z Compiling thread_local v1.1.9
7932026-05-29T09:44:40.294Z Compiling arc-swap v1.9.1
7942026-05-29T09:44:40.397Z Compiling regex-syntax v0.8.10
7952026-05-29T09:44:40.498Z Compiling lazy_static v1.5.0
7962026-05-29T09:44:40.597Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
7972026-05-29T09:44:40.678Z Compiling time-core v0.1.8
7982026-05-29T09:44:40.823Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7992026-05-29T09:44:40.837Z Compiling num-conv v0.2.1
8002026-05-29T09:44:40.842Z Compiling colored v3.1.1
8012026-05-29T09:44:40.981Z Compiling iana-time-zone v0.1.65
8022026-05-29T09:44:41.190Z Compiling winnow v1.0.2
8032026-05-29T09:44:41.285Z Compiling oxnet v0.1.5
8042026-05-29T09:44:41.484Z Compiling chrono v0.4.44
8052026-05-29T09:44:41.700Z Compiling time v0.3.47
8062026-05-29T09:44:41.772Z Compiling slog-scope v4.4.1
8072026-05-29T09:44:42.572Z Compiling rusticata-macros v5.0.0
8082026-05-29T09:44:42.700Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
8092026-05-29T09:44:42.906Z Compiling regex-automata v0.4.14
8102026-05-29T09:44:43.318Z Compiling thiserror v1.0.69
8112026-05-29T09:44:43.424Z Compiling crossbeam-channel v0.5.15
8122026-05-29T09:44:43.676Z Compiling cookie-factory v0.3.3
8132026-05-29T09:44:44.017Z Compiling is-terminal v0.4.17
8142026-05-29T09:44:44.117Z Compiling itertools v0.12.1
8152026-05-29T09:44:44.196Z Compiling circular v0.3.0
8162026-05-29T09:44:44.462Z Compiling term v1.2.1
8172026-05-29T09:44:45.497Z Compiling take_mut v0.2.2
8182026-05-29T09:44:45.523Z Compiling log v0.4.29
8192026-05-29T09:44:45.609Z Compiling slog-async v2.8.0
8202026-05-29T09:44:45.796Z Compiling slog-stdlog v4.1.1
8212026-05-29T09:44:46.220Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
8222026-05-29T09:44:46.926Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8232026-05-29T09:44:47.406Z Compiling slog-term v2.9.2
8242026-05-29T09:44:47.432Z Compiling regex v1.12.3
8252026-05-29T09:44:48.330Z Compiling pcap-parser v0.17.0
8262026-05-29T09:44:48.413Z Compiling slog-envlogger v2.2.0
8272026-05-29T09:44:48.601Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
8282026-05-29T09:44:49.550Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
8292026-05-29T09:44:49.592Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
8302026-05-29T09:44:51.458Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8312026-05-29T09:44:58.994Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.48s
8322026-05-29T09:44:59.030Z++ cargo build -q --test loopback --message-format=json
8332026-05-29T09:44:59.033Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8342026-05-29T09:44:59.157Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583
8352026-05-29T09:44:59.157Z+ cargo build --test multicast_rx
8362026-05-29T09:44:59.263Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8372026-05-29T09:45:00.904Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.73s
8382026-05-29T09:45:00.940Z++ cargo build -q --test multicast_rx --message-format=json
8392026-05-29T09:45:00.943Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8402026-05-29T09:45:01.064Z+ multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904
8412026-05-29T09:45:01.067Z+ cargo build --test multicast_multi_sub
8422026-05-29T09:45:01.170Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8432026-05-29T09:45:03.014Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.94s
8442026-05-29T09:45:03.050Z++ cargo build -q --test multicast_multi_sub --message-format=json
8452026-05-29T09:45:03.054Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8462026-05-29T09:45:03.176Z+ multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888
8472026-05-29T09:45:03.177Z+ cargo build --test multicast_validation
8482026-05-29T09:45:03.284Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8492026-05-29T09:45:05.266Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.08s
8502026-05-29T09:45:05.299Z++ cargo build -q --test multicast_validation --message-format=json
8512026-05-29T09:45:05.303Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8522026-05-29T09:45:05.425Z+ multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2
8532026-05-29T09:45:05.425Z+ cargo build --test multicast_source_filter
8542026-05-29T09:45:05.531Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
8552026-05-29T09:45:07.609Z Finished `dev` profile [optimized + debuginfo] target(s) in 2.17s
8562026-05-29T09:45:07.644Z++ cargo build -q --test multicast_source_filter --message-format=json
8572026-05-29T09:45:07.646Z++ jq -r 'select(.profile.test == true) | .filenames[]'
8582026-05-29T09:45:07.766Z+ multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1
8592026-05-29T09:45:07.766Z+ mkdir -p /work/test
8602026-05-29T09:45:07.769Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback
8612026-05-29T09:45:07.810Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx
8622026-05-29T09:45:07.851Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub
8632026-05-29T09:45:07.897Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation
8642026-05-29T09:45:07.939Z+ cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter
8652026-05-29T09:45:07.982Zprocess exited: duration 232003 ms, exit code 0
 
8662026-05-29T09:45:08.002Zfound 14 output files
8672026-05-29T09:45:08.002Zuploading: /work/debug/xde.dbg (94720144 bytes)
8682026-05-29T09:45:09.675Zuploaded: /work/debug/xde.dbg
8692026-05-29T09:45:09.675Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
8702026-05-29T09:45:10.689Zuploaded: /work/debug/xde.dbg.sha256
8712026-05-29T09:45:10.689Zuploading: /work/debug/xde_link.dbg.so (1084980 bytes)
8722026-05-29T09:45:11.720Zuploaded: /work/debug/xde_link.dbg.so
8732026-05-29T09:45:11.720Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
8742026-05-29T09:45:12.731Zuploaded: /work/debug/xde_link.dbg.so.sha256
8752026-05-29T09:45:12.731Zuploading: /work/release/xde (51996568 bytes)
8762026-05-29T09:45:14.483Zuploaded: /work/release/xde
8772026-05-29T09:45:14.483Zuploading: /work/release/xde.sha256 (84 bytes)
8782026-05-29T09:45:15.492Zuploaded: /work/release/xde.sha256
8792026-05-29T09:45:15.492Zuploading: /work/release/xde_link.so (39516 bytes)
8802026-05-29T09:45:16.503Zuploaded: /work/release/xde_link.so
8812026-05-29T09:45:16.503Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
8822026-05-29T09:45:17.512Zuploaded: /work/release/xde_link.so.sha256
8832026-05-29T09:45:17.512Zuploading: /work/test/loopback (51742312 bytes)
8842026-05-29T09:45:18.871Zuploaded: /work/test/loopback
8852026-05-29T09:45:18.871Zuploading: /work/test/multicast_rx (52038408 bytes)
8862026-05-29T09:45:20.235Zuploaded: /work/test/multicast_rx
8872026-05-29T09:45:20.235Zuploading: /work/test/multicast_multi_sub (56197160 bytes)
8882026-05-29T09:45:21.654Zuploaded: /work/test/multicast_multi_sub
8892026-05-29T09:45:21.654Zuploading: /work/test/multicast_validation (52192208 bytes)
8902026-05-29T09:45:23.053Zuploaded: /work/test/multicast_validation
8912026-05-29T09:45:23.053Zuploading: /work/test/multicast_source_filter (52498808 bytes)
8922026-05-29T09:45:24.489Zuploaded: /work/test/multicast_source_filter
8932026-05-29T09:45:24.489Zuploading: /work/xde.conf (79 bytes)
8942026-05-29T09:45:25.498Zuploaded: /work/xde.conf